Changes between Version 12 and Version 13 of PublicPages/MayallZbandLegacy/NotesforObservers/Copilot
- Timestamp:
- Feb 25, 2016 4:28:14 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PublicPages/MayallZbandLegacy/NotesforObservers/Copilot
v12 v13 9 9 cd ~/obsbot 10 10 python copilot.py & 11 eog recent.png &12 11 }}} 13 12 14 13 It will monitor the $MOS3_DATA directory, and whenever a new image 15 14 comes it, it will measure it, update a little database, and create a 16 "strip plot" showing the conditions. 15 "strip plot" showing the conditions. The plot should be shown in a python plot window. 16 The plot is also saved to the file "recent.png"; you could for example view it using 17 {{{ 18 eog recent.png & 19 }}} 17 20 18 The database is in `~/obsbot/obsdb/obsdb.sqlite3`. 21 When a focus sequence is taken, it will run an analysis on the image and show another plot (also saved as focus.png). 22 23 The database is in `~/obsbot/obsdb/mosaic3.sqlite3` for MzLS. 19 24 20 25 … … 26 31 * --extnum=EXTNUM Integer extension to read 27 32 * --rawdata=RAWDATA Directory to monitor for new images: default $MOS3_DATA if set, else "rawdata" 28 * --portion=PORTION Portion of the night: default 1.029 33 * --n-fwhm=N_FWHM Number of stars on which to measure FWHM 30 34 * --no-db Do not append results to database … … 59 63 the exposure number of the bad frame both in the observing logs and in the bad_expid.txt file. 60 64 61 * Vertical red line in top panel accompanied by "readtime" error message62 63 This is harmless in general and can be ignored. However, many sequential appearances64 of the readtime error mean that the camera may not be writing new images (as in the first65 case above). In this event, one has to stop observing and restart NOCS.66 67 65 * Variations in transparency / seeing 68 66 … … 76 74 The top panel shows the seeing. Any problems with the data we know 77 75 how to detect are marked with red vertical bands. These include: 78 * readtime -- MAY indicate a duplicated image ("md5sum" is a better79 indicator). ALSO, typing "hselect mos3*fits[0] $I,readtime yes" in the IRAF window can show you the80 readtime header jkeyword values for the images. If the last several are ''identical'', then this requires81 action.82 76 * md5sum -- this image contains identical pixels as a previous image. 83 77 This requires action! Please see the problem description [[https://desi.lbl.gov/trac/wiki/PublicPages/MayallZbandLegacy/NotesforObservers/Problems#a5.Repeatimages HERE]]. … … 117 111 118 112 119 Note that zeros and focus frames will not show up on the plot.113 Note that zeros will not show up on the plot. The times of focus frames will be marked with a black dot labelled "F". 120 114 121 115 … … 131 125 {{{ 132 126 python obsdb/manage.py flush 127 python obsdb/manage.py migrate 133 128 }}} 134 129