IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of LAP_Science


Ignore:
Timestamp:
Apr 26, 2011, 12:57:41 PM (15 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LAP_Science

    v1 v2  
    33== Database tables ==
    44
     5The lapRun table defines and groups the reprocessing of a single projection cell
     6
     7|| name            || type   || note ||
     8|| lap_id          || int    ||             ||
     9|| seq_id          || int    || ||
     10|| tess_id         || string || ||
     11|| projection_cell || string || ||
     12|| filter          || string || ||
     13|| state           || string || 'new' if still running, 'full' if complete ||
     14|| registered      || date   || date lapRun was defined ||
     15|| fault           || int    || ||
     16|| label           || string || ||
     17|| quick_sass_id   || int    || stackAssociation id of the quickstack for this run ||
     18|| final_sass_id   || int    || stackAssociation id of the final stack for this run ||
     19|| dist_group      || string || distribution group to give to all dependents ||
     20
     21The lapExp table defines the pool of exposures, and associates them with the lapRuns that use them
     22
     23|| name       || type   || note ||
     24|| lap_id     || int    || ||
     25|| exp_id     || int    || ||
     26|| chip_id    || int    || chip_id of the processing of exp_id used in this run ||
     27|| pair_id    || int    || chip_id of the companion exposure for a pairwise diff ||
     28|| private    || bool   || this exp_id/chip_id set is only available to this run ||
     29|| pairwise   || bool   || this chip_id will be pairwise diffed against pair_id ||
     30|| active     || bool   || this exp_id/chip_id is currently in use by this run ||
     31|| data_state || string || ||
     32
     33The lapSequence table groups a set of lapRuns together into a complete sample of the sky.
     34
     35|| name        || type    || note ||
     36|| seq_id      || integer ||             ||
     37|| description || string  ||             ||
    538== Processing Steps ==
    639