IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8549


Ignore:
Timestamp:
Aug 23, 2006, 6:10:18 PM (20 years ago)
Author:
Paul Price
Message:

Updating perl command line options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ipptools/phase0.txt

    r8262 r8549  
    11Pan-Tasks regularly runs:
    22
    3         p0search -pendingimfile
     3        p0tool -pendingimfile
    44
    55which returns a list of imfiles which are pending for phase 0 processing.
     
    88For each imfile, we run:
    99
    10         phase0imfile.pl -exp_id $expId -classId $classId -uri $uri
     10        phase0imfile.pl <expId> <classId> <uri>
    1111
    1212"phase0imfile.pl" is a helper script that runs ppStats on the imfile,
     
    1717It then pushes these qualities into the database using:
    1818
    19         p0search -updateimfile -ra $ra -dec $dec -exptime $expTime ... [etc]
     19        p0tool -updateimfile -ra $ra -dec $dec -exptime $expTime ... [etc]
    2020
    21 "p0search -updateimfile" ticks off the imfile as having been processed
     21"p0tool -updateimfile" ticks off the imfile as having been processed
    2222through phase 0.
    2323
     
    2727Pan-Tasks regularly runs:
    2828
    29         p0search -pendingexp
     29        p0tool -pendingexp
    3030
    3131which returns a list of exposures which are pending for phase 0 processing,
     
    3535For each exposure, we run:
    3636
    37         phase0exp.pl $expId
     37        phase0exp.pl <expId>
    3838
    3939"phase0exp.pl" is a helper script that pulls out the qualities for each component
    4040imfile of that exposure (which are stored in the database) using:
    4141
    42         p0search -rawimfiles -expid $expId
     42        p0tool -rawimfiles -expid $expId
    4343
    4444For those, it checks that the values are consistent across the
     
    4646exposure.  The results are uploaded to the database using:
    4747
    48         p0search -updateexp -expid -ra $ra -dec $dec -exptime $expTime ... [-detrend]
     48        p0tool -updateexp -expid -ra $ra -dec $dec -exptime $expTime ... [-detrend]
    4949
    50 "p0search -updateexp" ticks off the exposure as having been processed
     50"p0tool -updateexp" ticks off the exposure as having been processed
    5151through phase 0, and moves it over for phase 1 (or phase 2)
    5252processing.
Note: See TracChangeset for help on using the changeset viewer.