IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of NightlyScienceV2


Ignore:
Timestamp:
Dec 21, 2010, 4:39:50 PM (16 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NightlyScienceV2

    v4 v5  
    44
    55 1. At UTC midnight, the nightly science tasks in the {{{stdscience}}} pantasks initialize books for a new day, and clean up old data according to the rules in nightly_science.config.
    6  1. An exposure it observed at the summit.
    7  1. The {{{summitcopy}}} pantasks identifies these exposures and populates the summitExp/summitImfile tables with the list of exposures available at the summit. It then downloads the fits files to MHPCC, and populates the newExp/newImfile tables.
     6 1. An exposure is observed at the summit.
     7 1. The {{{summitcopy}}} pantasks populates the summitExp/summitImfile tables with the list of exposures available at the summit. It then downloads the fits files to MHPCC, and populates the newExp/newImfile tables.
    88 1. The {{{registration}}} pantasks examines the downloaded fits images, and (using {{{register_imfile.pl}}}) registers an entry in the rawImfile table for each imfile (setting {{{data_state}}} to {{{pending_burntool}}} and {{{burntool_state}}} to {{{0}}}).  It then examines the series of previous exposures, and determines if this newly registered imfile can be run through {{{burntool}}}.  This requires all previous imfiles known at the summit with the same {{{class_id}}} as the one under examination to have been registered and burntooled.  If {{{burntool}}} cannot be run at this time (most likely due to a previous imfile not being downloaded yet), {{{register_imfile.pl}}} sets the {{{data_state}}} to {{{pending_burntool}}} and exits.  If {{{burntool}}} can be run, it runs {{{ipp_apply_burntool_single.pl}}} and continues as below.
    99 1. The {{{registration}}} pantasks periodically runs {{{regtool -pendingburntoolimfile -date YYYY-MM-DD -valid_burntool 14}}} to examine the imfiles with {{{data_state = pending_burntool}}} and decide if they can now be burntooled.  If so, the appropriate {{{ipp_apply_burntool_single.pl}}} command is constructed and run.