IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of NightlyScienceCode


Ignore:
Timestamp:
Mar 1, 2010, 6:11:27 PM (16 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NightlyScienceCode

    v1 v2  
    11== Nightly Science: pantasks utilities ==
    22
    3 ns.add.date YYYY-MM-DD
    4 
    5 ns.show.dates
    6 
    7 ns.del.date
    8 
    9 ns.set.date YYYY-MM-DD STATE
     3||{{{ ns.add.date YYYY-MM-DD }}}||Add a date to be processed.||
     4||{{{ns.show.dates}}}||List the dates currently in the book, along with their associated states.||
     5||{{{ns.del.date}}}||Remove a date from processing (dates that make it to stack are automatically removed).||
     6||{{{ns.set.date YYYY-MM-DD STATE}}}||Set the state for a given date.||
    107
    118== State values: ==
     
    2421== automate_stacks.pl script ==
    2522
     23Useful modes for manually checking and queueing data:
    2624
     25{{{automate_stacks.pl --date YYYY-MM-DD --check_registration}}}
     26
     27Confirm that registration is complete, and all needed exposures are available.  If exposures are missing (due to an incomplete download or registration error), they are listed along with a note stating whether they are important to the automation or not.
     28
     29{{{automate_stacks.pl --date YYYY-MM-DD --check_chips}}}
     30{{{automate_stacks.pl --date YYYY-MM-DD --queue_chips}}}
     31
     32The first checks the chips to see if they're ready to be queued (confirms that burntool has finished for all exposures), and the second issues the appropriate chiptool commands. 
     33
     34{{{automate_stacks.pl --date YYYY-MM-DD --check_stacks}}}
     35{{{automate_stacks.pl --date YYYY-MM-DD --queue_stacks}}}
     36{{{automate_stacks.pl --date YYYY-MM-DD --queue_stacks --force_stack_count}}}
     37
     38Similar to the chip mode options, check the number of warps against the input exposures to determine if all the warps for a stack are finished, and queue them if so.  The --force_stack_count allows this counting to be skipped if an exposure is known to have a uncorrectable error.
     39
     40Both chip and stack mode options support the --this_target_only and --this_filter_only which allow a specific target or filter to be queued without checking the rest.  This is safe because previously queued runs will not be duplicated.
    2741== automate_stacks.pl config file ==
    2842