-------------------------------------------------------------------------- TO DO AFTER EACH RUN last updated: 09Jan07 by martha -------------------------------------------------------------------------- In this example, we consider the block 09.01.04; substitute as appropriate. Also, as of this date, the wappdata area is: /share/pserverf.sda2/ You can "cd" there using the a2010 alias "wdata3". Check the log file for the location of today's data if this changes. Other possibilities (given below with their aliases) include wdata1 cd /share/pserverf.sda3/wappdata wdata2 cd /share/pserverf.sdb1/wappdata wdata3 cd /share/pserverf.sda2/wappdata You can also find a version of this file in /share/obs4/usr/a2010/after_run_commands.txt. DESIGNATED OBSERVER ~~~~~~~~~~~~~~~~~~~ 1. During the last drift scan, create the list of FITS files; you will need this for FILECREATOR cd /share/a2010/fitsfiles/jan09/ ls /share/pserverf.sda2/wappdata/wapp.20090104.a2010.*.fits > files20090104.txt Be sure to edit out any bad fits files (e.g. the first one may be junk if you ran TOGS), keeping only those which contain good drift scan data from the current observing block. If the block actually crossed midnight, you'd add the files with the next date too. ls /share/pserverf.sda2/wappdata/wapp.20070114.a2010.*.fits >> files20090104.txt -- edit file and keep only good fits files approprate to that observing block 2. Once the observing is finished, rename the cimalog and put the log file in the web area: cd /share/obs4/usr/a2010/ {or use the alias "a2010obs"} mv a2010.cimalog_20090104 jan09/a2010.cimalog.090104 mv log090104 jan09 {or maybe you made it in that directory already?} cd jan09 cp a2010.cimalog.090104 /share/a2010/obslogs/jan09/ cp log090104 /share/a2010/obslogs/jan09/ 3. Edit loglinks.htm in /home/a2010/public_html/ {use the alias "aweb" to get there} You need to add a line with links to the log, cimalog, and fits file list; be sure these links actually work! Also enter any general comments about the observing, e.g. "Beam 1B dead", "WAPP gap 1030-1037" etc. 4. Comment out the entry in the a2010.cat observed in this block and set up the TOGS galfasrc line for the next observing session (with the approx. LST start and declination for the next observing block). DESIGNATED DATA FILE MONITOR (usually the same) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Check loglinks.htm to be sure the fitsfile list is correct 2. Login to a fast linux machine ssh -X a2010@fusion01 3. Make a new directory for the IDL files cd /share/a2010-2/ {alias is "a2010b"} cd data mkdir 09.01.04 cd 09.01.04 cp /share/a2010/fitsfiles/jan09/files20090104.txt . 4. Run FILECREATOR to create the IDL save files. Start up the latest IDL version (currently 6.3): idl @wasinit2 .com filecreator filecreator, 'files20090104.txt' Wait a minute while programs load. Make sure that files are being written, and go to sleep ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ REMOTE OBSERVERS: be sure to kill the VNCservers. On the window on your local machine where you are still logged into dataview, type "vncserver -kill :N" (where N is the desktop number assigned when you started up the VNC server at the beginning of the run). See instructions for remote observing.