Here is the current SVN status of the front end filter file's svn status.
A reminder, in the /opt/rtcds/lho/h1/chans/ directory, all the filter files should be symbolic links to the appropriate userapps filterfiles area.
I found that the following chans directory files are not symbolic links:
H1CAL[CS,EX,EY].txt, H1SUSETM[X,Y]PI.txt
I found that all symbolic links used the absolute path of /opt/rtcds/userapps/release/ except for:
../../../userapps/release/sus/h1/filterfiles/H1SUSBS.txt
Here is the list of the svn status:
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIHAM1.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIHAM6.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIHAM2.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIHAM3.txt
M /opt/rtcds/userapps/release/isi/h1/filterfiles/H1ISIHAM3.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIHAM4.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIHAM5.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIITMY.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIBS.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIITMX.txt
M /opt/rtcds/userapps/release/sus/h1/filterfiles/H1SUSPRM.txt
M /opt/rtcds/userapps/release/sus/h1/filterfiles/H1SUSPR3.txt
M /opt/rtcds/userapps/release/sus/h1/filterfiles/H1SUSSRM.txt
M /opt/rtcds/userapps/release/sus/h1/filterfiles/H1SUSSR3.txt
M /opt/rtcds/userapps/release/sus/h1/filterfiles/H1SUSOMC.txt
M /opt/rtcds/userapps/release/sus/h1/filterfiles/H1SUSITMY.txt
M ../../../userapps/release/sus/h1/filterfiles/H1SUSBS.txt
M /opt/rtcds/userapps/release/sus/h1/filterfiles/H1SUSITMX.txt
M /opt/rtcds/userapps/release/pem/h1/filterfiles/H1PEMCS.txt
M /opt/rtcds/userapps/release/isc/h1/filterfiles/H1OAF.txt
M /opt/rtcds/userapps/release/lsc/h1/filterfiles/H1LSC.txt
M /opt/rtcds/userapps/release/omc/h1/filterfiles/H1OMC.txt
M /opt/rtcds/userapps/release/lsc/h1/filterfiles/H1LSCAUX.txt
M /opt/rtcds/userapps/release/asc/h1/filterfiles/H1ASC.txt
M /opt/rtcds/userapps/release/asc/h1/filterfiles/H1ASCIMC.txt
M /opt/rtcds/userapps/release/pem/h1/filterfiles/H1PEMMX.txt
M /opt/rtcds/userapps/release/pem/h1/filterfiles/H1PEMMY.txt
M /opt/rtcds/userapps/release/sus/h1/filterfiles/H1SUSETMY.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIETMY.txt
M /opt/rtcds/userapps/release/isc/h1/filterfiles/H1ISCEY.txt
M /opt/rtcds/userapps/release/sus/h1/filterfiles/H1SUSETMX.txt
M /opt/rtcds/userapps/release/hpi/h1/filterfiles/H1HPIETMX.txt
and here are the scripts which generated it (running in the chans directory):
for i in 'awk '{print $1}' ../cds/model_info.txt';do echo $i|tr [a-z] [A-Z]|awk '{print $i".txt"}'>>/tmp/filtfilelist.txt;done
for i in 'cat /tmp/filtfilelist.txt' ;do ls -al $i >> /tmp/filelonglisting.txt;done
for i in 'grep "->" /tmp/filelonglisting.txt |awk 'BEGIN{FS=" -> "}{print $2}'';do svn st $i;done
All the HEPI and ISI files were commited. The mass HEPI mods were from the running of foton -c on the files. The HAM3 ISI change was related to weiner filters--ready to test these at opportunity.