IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 23 and Version 24 of ippToPsps


Ignore:
Timestamp:
Feb 19, 2010, 9:37:53 AM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v23 v24  
    3838'''Input'''
    3939
    40 Input is one {{smf}} file for a given exposure and an associated DVO database from which to retrieve object, and other, IDs.
     40Input is one IPP camera-stage {{{smf}}} file for a given exposure and an associated DVO database from which to retrieve object, and other, IDs.
    4141
    4242'''Output'''
     
    101101|| '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' ||
    102102|| filterID  || TINYINT     || filter ID || || IPP uses string (g.00000). Need enum. ||
    103 || bias      ||  REAL      || detector bias level || || missing from smf ||
    104 || biasScat  || REAL      || scatter in bias level || ||  missing from smf||
    105 || photoScat  ||  REAL      || photometric scatter for chip || smf.phu.ZPT_OBS? || ||
    106 || nPhoRef    ||   INT     || number of photometric reference sources || smf.chip.NPSFSTAR? smf.chip.NSTARS? || ||
    107 || psfFwhm   ||  REAL      || PSF full width at half maximum || smf.chip.FWHM_MAJ? || ||
    108 || psfModelID ||  INT       || PSF model identifier||  ||  missing from smf ||
    109 || psfExtra1   || REAL      || PSF parameters || || missing from smf  ||
    110 || psfExtra2   || REAL      || PSF parameters || || missing from smf ||
     103|| bias      ||  REAL      || detector bias level || || pending ||
     104|| biasScat  || REAL      || scatter in bias level || || pending||
     105|| photoScat  ||  REAL      || photometric scatter for chip || -999 for now || ||
     106|| nPhoRef    ||   INT     || number of photometric reference sources || -999 for now || ||
     107|| psfModelID ||  INT       || PSF model identifier||  || pending ||
    111108|| detectorID  || SMALLINT  || identifier for actual CCD chip || || IPP uses string (CCID58-1-02a2). Need enum.||
    112109|| qaFlags     || INT       || Q/A flags || || PSPS needs two flag fields ||
     
    119116|| detrend7    || BIGINT    || identifier of detrend image 7 || || IPP uses strings, PSPS wants INTs||
    120117|| detrend8    || BIGINT    || identifier of detrend image 8 || ||IPP uses strings, PSPS wants INTs ||
    121 || photoZero   || REAL      || local derived photometric zero point || || smf.phu.ZPT_OBS? ||
    122118|| polyOrder   || TINYINT   || polynomial order of astrometry fit || smf.chip.NPLYTERM? || ||
    123119|| calibModNum || SMALLINT  || calibration modification number ||  || set to 0? ||