Changes between Version 137 and Version 138 of PublicPages/MayallZbandLegacy/NotesforObservers


Ignore:
Timestamp:
Mar 14, 2016 9:42:25 AM (8 years ago)
Author:
Arjun Dey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PublicPages/MayallZbandLegacy/NotesforObservers

    v137 v138  
    106106
    107107**pass3** is the filler or worst pass executed when conditions are bad. Seeing > 1.3'' and its not photometric (trans < 90%). Pass3 may be done in good conditions when no pass1 or pass2 tiles are available.
     108
     109If you want to use only pass2 or pass3 on a given night (because, say, there is high cirrus and you are sure the night will not be photometric), then create a file called "nopass1" (by typing "touch nopass1") in the ~/exec/mosbot directory. This will restrict mosbot to choose only between passes 2 and 3.
    108110
    109111----
     
    355357choosing the pass number and setting the exposure time.
    356358
    357 If the conditions look marginal, and you only want to run with pass3, say, start mosbot using
    358 {{{
    359   python mosbot.py pass3.json pass3.json pass3.json
    360 }}}
     359If the conditions look marginal, and you only want to run with pass3, say, just create an empty "forcepass3" file in the ~/exec/mosbot/ directory:
     360{{{
     361   cd ~/exec/mosbot
     362   touch forcepass3
     363}}}
     364
     365If you want to allow only pass 2, then use:
     366{{{
     367   cd ~/exec/mosbot
     368   touch forcepass2
     369}}}
     370
     371
     372If you want to allow only pass 1, then use:
     373{{{
     374   cd ~/exec/mosbot
     375   touch forcepass1
     376}}}
     377
    361378If you want to allow only pass 2 and pass 3, then use:
    362379{{{
    363   python mosbot.py pass2.json pass3.json pass3.json
     380   cd ~/exec/mosbot
     381   touch nopass1
    364382}}}
    365383