IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 14 and Version 15 of ipp.psps.ids


Ignore:
Timestamp:
Dec 17, 2009, 2:37:40 PM (17 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ipp.psps.ids

    v14 v15  
    282282||    surveyID    ||            TINYINT                ||  survey flag identifier  || || ||
    283283||    filterID     ||           TINYINT                ||  filter identifier      || || IPP uses string (g.00000). Need enum. ||
    284 ||    cameraID      ||          SMALLINT               ||  camera identifier  || || 1? ||
    285 ||    cameraConfigID||          SMALLINT               ||  camera configuration identifier  || || 0? ||
    286 ||    telescopeID  ||         SMALLINT               ||  telescope identifier  || || 1? ||
     284||    cameraID      ||          SMALLINT               ||  camera identifier  || || set to 1? ||
     285||    cameraConfigID||          SMALLINT               ||  camera configuration identifier  || || set to 0? ||
     286||    telescopeID  ||         SMALLINT               ||  telescope identifier  || || set to 1? ||
    287287||    analysisVer ||            SMALLINT ||  version number of analysis  || || ||
    288288||    p1Recip     ||           SMALLINT ||  IPP phase 1 recipe ID  || || ||
     
    304304|| bias      ||  REAL      || detector bias level || || missing from smf ||
    305305|| biasScat  || REAL      || scatter in bias level || ||  missing from smf||
    306 || photoScat  ||  REAL      || photometric scatter for chip || || smf.phu.ZPT_OBS? ||
    307 || nPhoRef    ||   INT     || number of photometric reference sources || || NPSFSTAR? NSTARS?||
     306|| photoScat  ||  REAL      || photometric scatter for chip || smf.phu.ZPT_OBS? || ||
     307|| nPhoRef    ||   INT     || number of photometric reference sources || smf.chip.NPSFSTAR? smf.chip.NSTARS? || ||
    308308|| psfFwhm   ||  REAL      || PSF full width at half maximum || || ||
    309309|| psfModelID ||  INT       || PSF model identifier||  ||  missing from smf ||
     
    322322|| photoZero   || REAL      || local derived photometric zero point || || smf.phu.ZPT_OBS? ||
    323323|| polyOrder   || TINYINT   || polynomial order of astrometry fit || || ||
    324 || calibModNum || SMALLINT  || calibration modification number ||  || 0? ||
     324|| calibModNum || SMALLINT  || calibration modification number ||  || set to 0? ||
    325325
    326326
     
    331331||filterID||    TINYINT NOT NULL  || filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ...  || || IPP uses string (g.00000). Need enum. ||
    332332||surveyID||    TINYINT NOT NULL  || survey flag identifier  || || ||
    333 ||    psfLikelihood       ||        REAL NOT NULL || PSF likelihood  || || smf.psf.PSF_QF? ||
    334 ||    psfCf||       REAL NOT NULL || PSF coverage factor  || || smf.psf.PSF_QF? ||
     333||    psfLikelihood       ||        REAL NOT NULL || PSF likelihood  || smf.psf.PSF_QF? || ||
     334||    psfCf||       REAL NOT NULL || PSF coverage factor  || smf.psf.PSF_QF? || ||
    335335||    infoFlag||    INT  NOT NULL || bitmask indicating provenance information      || || ||
    336336||    activeFlag||  TINYINT NOT NULL  || indicates whether this detection/orphan is still a detection/orphan || || ||
    337 ||    historyModNum     ||          SMALLINT NOT NULL || modification number in the O-D association history  || || 0?||
    338 
    339 
    340 
     337||    historyModNum     ||          SMALLINT NOT NULL || modification number in the O-D association history  || || set to 0? ||
     338
     339
     340