IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 9 and Version 10 of ippReleaseManagement


Ignore:
Timestamp:
Sep 20, 2012, 4:41:43 PM (14 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippReleaseManagement

    v9 v10  
    271271    state       VARCHAR(16),    -- current, pending, archive, drop 
    272272    data_state  VARCHAR(16),    -- nightly, relphot, relastro, psps
    273     skycal_id   BIGINT,         -- link to the run that supplied the data
     273    stack_id    BIGINT,         -- id of the stack (pixels)
     274    skycal_id   BIGINT,         -- id of the sky calibration run that supplied the calibration
    274275                                -- for this release.
    275276                                -- NOTE: it is the skycal_id that we save,
     
    296297}}}
    297298
    298 Note that the skycell is defined by the id of the sky calibration run, not the stack_id. The idea
    299 is that processing for the stack is not complete until stack photometry and sky calibration is performed.
    300 
    301 XXX: What about nightly science stacks? We don't do photometry and calibration on them currently and it's not
    302 clear if the results of those stages are necessary. Now those data *are* easily findable in the current
    303 system because the label is not changed. I.E. MD09 nightly stack from 2012-09-06 can be found from data_group
    304 MD09.20120906 or by selection by MJD-OBS.
     299Stacks will also be released in two stages.
     300 * When the stack is constructed the relSkycell will be created in state pending. The calibration will not be set
     301 * Once the stack photometry and sky calibration are run the skycal_id will be included.
     302
    305303
    306304== Data Access ==