Reports until 15:54, Friday 01 September 2017
H1 COC (DetChar, ISC, VE)
jeffrey.kissel@LIGO.ORG - posted 15:54, Friday 01 September 2017 - last comment - 15:56, Friday 01 September 2017(38486)
Before vs. After TMDS, ETMX Camera Images at 2W DC Readout
J. Kissel

Even though we no longer suspect there's anything wrong with the ETMX test mass after discharging on Tuesday and Wednesday (aLOGs with convincing refuting evidence to come from Sheila and Thomas; see claims of suspicion in LHO aLOG 38476), I've gathered some digital red camera images from the camera archive, 
     /ligo/data/camera/archive/2017/09/01/
         H1 ETMX (h1cam25)_2017-09-01-22-04-39.tiff (or without the linux handling of badly used characters 'H1 ETMX (h1cam25)_2017-09-01-22-04-39.tiff')
     /ligo/data/camera/archive/2017/08/29/
         H1 ETMX (h1cam25)_2017-08-29-02-02-08.tiff ('H1 ETMX (h1cam25)_2017-08-29-02-02-08.tiff')

imported them into matlab (I'm still using the workstation's default version 8.0.0.783 [R2012b]), 
    [dcreadout_0829,~] = imread([imageDir{1} 'H1 ETMX (h1cam25)_2017-08-29-02-02-08.tiff']);
    [dcreadout_0901,~] = imread([imageDir{2} 'H1 ETMX (h1cam25)_2017-09-01-22-04-39.tiff']);

and subtracted the images, 
    difference_ETMX = (dcreadout_0829 - dcreadout_0901);

and plotted them, e.g. 
    figure(1);
    imagesc(dcreadout_0829);
    colormap(gray);

just to see if there were any major changes in point scatters because of the TMDS use.

There is no major change in point scatters as a result of the use of the TMDS system on ETMX.
Images attached to this report
Non-image files attached to this report
Comments related to this report
jeffrey.kissel@LIGO.ORG - 15:56, Friday 01 September 2017 (38487)
Script to import and plot the images lives here:
    /ligo/home/jeffrey.kissel/2017-09-01/
        plot_H1ETMX_Camera_Images_20170901.m
but is attached for future convenience.
Non-image files attached to this comment