IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 51 and Version 52 of ippToPsps_Stack


Ignore:
Timestamp:
Oct 6, 2011, 2:09:38 PM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Stack

    v51 v52  
    2828|| '''!StackMeta''' ||||||||||||||
    2929|| '''ODM attribute''' || '''units''' || '''Data type''' || '''Default''' || '''Description''' || '''IPP source''' || '''IPP variable/notes''' ||
    30 || stackMetaID||unknown||BIGINT||0||stack identifier|| GPC1 database || stackRun.stack_id using sky_id and filter via staticskyInput, staticskyRun, and staticskyResult tables ||
     30|| stackMetaID||unknown||BIGINT||0||stack identifier|| GPC1 database || stackRun.stack_id using sky_id and filter via staticskyInput, staticskyRun, and staticskyResult tables. From, eg skycell.1133.081, use 1133081 ||
    3131|| skycellID||unknown||INT||0||skycell region identifier|| GPC1 database || stackRun.skycell_id using sky_id and filter via staticskyInput, staticskyRun, and staticskyResult tables ||
    3232|| surveyID||unknown||TINYINT||0||survey flag identifier||GPC1 database/DVO || We know survey from the DVO database in use, we then get the surveyID from the PSPS 'Survey' table [browser:trunk/ippToPsps/config/init/tables.vot here] ||
     
    4444|| nPhoRef||unknown||INT||-999||number of photometric reference sources|| NA || empty ||
    4545|| psfModelID||unknown||VARCHAR(MAX)|| ||PSF model identifier|| cmf primary header || PSFMODEL ||
    46 || psfFwhm_mean||unknown||FLOAT||-999||mean PSF FWHM in the stack|| NA || empty CZW: gpc1db   select avg(fwhm_major) from stackRun JOIN stackInputSkyfile USING(stack_id) JOIN warpRun USING(warp_id) JOIN fakeRun USING(fake_id) JOIN camRun USING(cam_id) JOIN camProcessedExp USING(cam_id) where stack_id = XXX, alternate: header FWHM_MAJ||
    47 || psfFwhm_max||unknown||FLOAT||-999||maximum PSF FWHM in the stack|| NA || empty CZW: gpc1db select max(fwhm_major) from stackRun JOIN stackInputSkyfile USING(stack_id) JOIN warpRun USING(warp_id) JOIN fakeRun USING(fake_id) JOIN camRun USING(cam_id) JOIN camProcessedExp USING(cam_id) where stack_id = XXX, alternate: header FW_MJ_UQ||
     46|| psfFwhm_mean||unknown||FLOAT||-999||mean PSF FWHM in the stack|| cmf primary header || FWHM_MAJ||
     47|| psfFwhm_max||unknown||FLOAT||-999||maximum PSF FWHM in the stack|| cmf primary header || FW_MJ_UQ||
    4848|| photoZero||unknown||REAL||-999||local derived photometric zero point|| cmf primary header ||FPA.ZP  ||
    4949|| photoColor||unknown||REAL||-999||local derived photometric color term|| NA || empty ||
     
    7474|| stackMetaID||unknown||BIGINT||0||stack identifier|| GPC1 database|| Same as !StackMeta. See above.||
    7575|| skyCellID||unknown||INT||-999||skycell identifier|| GPC1 database|| Same as !StackMeta. See above.||
    76 || projectionCellID||unknown||INT||-999||projection cell identifier|| NA || empty CZW: gpc1db select substr(skycell_id,1,12) from stackRun where stack_id = XXX||
     76|| projectionCellID||unknown||INT||-999||projection cell identifier|| NA || from, eg skycell.1133.081, use 1133 ||
    7777|| obsTime||day||FLOAT||-999|| Time of mid observation|| cmf primary header || MJD-OBS ||
    7878|| xPos||unknown||REAL||-999||measured x on CCD from PSF fit|| cmf !SkyChip.psf table||X_PSF ||