I modified some scripts to make easier processing of the charge measurements. 1. Couple of matlab scripts allow to analyze several sets of measured results (instead analyzing one point at time). You can input the set in ESD_Analyse_ManyMeasurements.m, it calls ESD_analysis.m which is a little bit adapted version of ESD_UL_LL_UR_LR_analysis_07_H1.m . As a result you have the set of .mat files in corresponding folders and one figure per set showing dependence of response with different bias voltage. You can processing ETMX and ETMY all together. You can process all data of the day in one script. 2. I modified the long trend matlab script to make two new kinds of plots (you can see it in alog https://alog.ligo-wa.caltech.edu/aLOG/index.php?callRep=19458). Also, it create plots for several TMs, if you need. New version is Long_Trend_H1_v2.m . 3. I want to modify python script, but it seems that I can do only one improvement, when I want two and have else one trouble. - First, which seems to be done, is making several measurements in line, without pause or waiting for operator's reaction. ESD_UL_LL_UR_LR_charge_07-H1-ETMY_Long.py repeats the measurements as long as "ENTER" is not pressed. After this it finish round of the measurement and stops. For sure, it can be stopped by ctrl+c (and you'll have partly measured directory). - Second - we often have time on both ETMs together. I'd prefer to have one script which measure charge at both arms at the same time. Not in line, as it is realized now, but simultaneously. Now I use two scripts (one for each arm, but I'm not sure if it's the best choice). - Third, at first run scripts return an error. It happens not at start, but in several first minutes of work. Seems that it happens once for each terminal. These errors do not stop the script. Also, I saw that length of "waiting for response loop" (I mean, number of measured GPS seconds) may differs. It happens rare, but it happens. The measurement time usually becomes smaller, but once I saw more than 2 minutes of measurement for one loop (instead 30 seconds). For sure, any of these errors kills all the processing for the data set. So, if you want to use modified versions of scripts - you are welcome! If you have any suggestions or critic - you are welcome! If someone could improve python script - I would be happy! Links for all the committed files: https://redoubt.ligo-wa.caltech.edu/svn/sus/trunk/QUAD/Common/Scripts/ESD_analysis.m https://redoubt.ligo-wa.caltech.edu/svn/sus/trunk/QUAD/Common/Scripts/ESD_Analyse_ManyMeasurements.m https://redoubt.ligo-wa.caltech.edu/svn/sus/trunk/QUAD/Common/Scripts/Long_Trend_H1_v2.m https://redoubt.ligo-wa.caltech.edu/svn/sus/trunk/QUAD/Common/Scripts/ESD_UL_LL_UR_LR_charge_07-H1-ETMY_Long.py https://redoubt.ligo-wa.caltech.edu/svn/sus/trunk/QUAD/Common/Scripts/ESD_UL_LL_UR_LR_charge_07-H1-ETMX_Long.py