Changes between Version 36 and Version 37 of ippToPsps_Object
- Timestamp:
- Jul 17, 2012, 11:18:29 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps_Object
v36 v37 53 53 || bsg||unknown||FLOAT||-999||supergalactic latitude|| || populated during PSPS merge || 54 54 || nDetections||unknown||SMALLINT||-999||total number of detection measurements in all filters|| cpt file || NMEASURE || 55 || raMean||degree||FLOAT||-999|| mean RA of object|| || if only found in a stack, then left unpopulated||56 || decMean||degree||FLOAT||-999|| mean DEC of object|| || if only found in a stack, then left unpopulated||57 || raMeanErr||arcsec||REAL||-999|| estimated error in raMean|| || see above||58 || decMeanErr||arcsec||REAL||-999|| estimated error in decMean|| || see above||55 || raMean||degree||FLOAT||-999|| ~~mean RA of object~~|| || ~~if only found in a stack, then left unpopulated~~ || 56 || decMean||degree||FLOAT||-999|| ~~mean DEC of object~~|| || ~~if only found in a stack, then left unpopulated~~|| 57 || raMeanErr||arcsec||REAL||-999|| ~~estimated error in raMean~~|| || ~~see above~~ || 58 || decMeanErr||arcsec||REAL||-999|| ~~estimated error in decMean~~|| || ~~see above~~ || 59 59 || ng||unknown||SMALLINT||-999||number of measures in g filter|| cps file || NCODE ("number of detections in band")|| 60 60 || gMeanMag||mag||REAL||-999|| mean g magnitude || cps file || MAG (the AB magnitude) (from exp,psf) to be renamed '''gMeanPSF''' || 61 61 || gMeanFlux||mag||REAL||-999|| ~~mean g flux~~ mean g kron mag from smfs|| cps file || ~~3631 * POW(10.0, (-0.4*MAG)) ~~ mean kron mag from exp, psf to be renamed '''gMeanKron'''|| 62 62 || gMeanMagErr||mag||REAL||-999|| estimated error of g magnitude mean|| cps file || MAG_ERR, set to NULL if MAG_ERR > 0.5 (Gene's cut as of 2012-04-13) to be renamed '''gMeanPSFErr'''|| 63 || gMeanFluxErr||mag||REAL||-999|| ~~estimated error of g flux mean~~ estimated error of gMeanKron|| cps || KRON_MAG_ERR to be renamed '''gMeanKronErr'''||63 || gMeanFluxErr||mag||REAL||-999|| ~~estimated error of g flux mean~~ g stack Kron Flux|| cps || STACK_KRON_FLUX to be renamed '''gstackKronFlux'''|| 64 64 || gMin||mag||REAL||-999|| minimum g magnitide|| cps file || MAG_20/1000 need a name-change in PSPS schema - '''g20pct''' || 65 65 || gMax||mag||REAL||-999|| maximum g magnitude|| cps file || MAG_80/1000 need a name-change in PSPS schema - '''g80pct'''|| … … 69 69 || izMeanColor||mag||REAL||-999|| ~~i-z color from iMean & zMean~~ i psf mag stack|| cps file || ~~iMeanMag - zMeanMag~~ to be renamed '''istackPSF'''|| 70 70 || zyMeanColor||mag||REAL||-999|| ~~z-y color from zMean & yMean~~ z psf mag stack|| cps file || ~~zMeanMag - yMeanMag~~ to be renamed '''zstackPSF'''|| 71 || grMeanColorErr||mag||REAL||-999|| ~~Estimated error in g-r color from gMean & rMean~~ y psf mag stack|| cps file || ~~SQRT(POW(gMeanMagErr,2) + POW(rMeanMagErr,2))~~ to be renamed '''ystackPSF''' ||72 || riMeanColorErr||mag||REAL||-999|| ~~Estimated error in r-i color from rMean & iMean~~ g psf mag err stack|| cps file || ~~SQRT(POW(rMeanMagErr,2) + POW(iMeanMagErr,2))~~ '''gstackPSFErr'''||73 || izMeanColorErr||mag||REAL||-999|| ~~Estimated error in i-z color from iMean & zMean~~ r psf mag err stack||cps file || ~~SQRT(POW(iMeanMagErr,2) + POW(zMeanMagErr,2))~~ '''rstackPSFErr'''||74 || zyMeanColorErr||mag||REAL||-999|| ~~Estimated error in z-y color from zMean & yMean~~ i psf mag err stack||cps file || ~~SQRT(POW(zMeanMagErr,2) + POW(yMeanMagErr,2))~~ '''istackPSFErr'''||71 || grMeanColorErr||mag||REAL||-999|| ~~Estimated error in g-r color from gMean & rMean~~ g stack kron flux err || cps file || ~~SQRT(POW(gMeanMagErr,2) + POW(rMeanMagErr,2))~~ '''gStackKronFluxErr''' || 72 || riMeanColorErr||mag||REAL||-999|| ~~Estimated error in r-i color from rMean & iMean~~ r stack kron flux err|| cps file || ~~SQRT(POW(rMeanMagErr,2) + POW(iMeanMagErr,2))~~ '''rStackKronFluxErr'''|| 73 || izMeanColorErr||mag||REAL||-999|| ~~Estimated error in i-z color from iMean & zMean~~ i stack kron flux err||cps file || ~~SQRT(POW(iMeanMagErr,2) + POW(zMeanMagErr,2))~~ '''iStackKronFluxErr''' || 74 || zyMeanColorErr||mag||REAL||-999|| ~~Estimated error in z-y color from zMean & yMean~~ z stack kron flux err ||cps file || ~~SQRT(POW(zMeanMagErr,2) + POW(yMeanMagErr,2))~~ '''zStackKronFluxErr'''|| 75 75 || gMagBest||mag||REAL||-999|| g kron magnitude from stack frames|| cps || to be renamed '''gStackKron'''|| 76 76 || gModID||unknown||SMALLINT||-999|| ~~index of which g model magnitude was used from stack~~ flags || cps || flags (including one from ipptopsps if forced/limit) to be renamed '''gflags'''|| … … 83 83 || yMagBest||mag||REAL||-999|| y kron magnitude from stack frames||cps || to be renamed '''yStackKron''' || 84 84 || yModID||unknown||SMALLINT||-999||~~index of which y model magnitude was used from stack~~ flags || cps || flags (including one from ipptopsps if forced/limit) to be renamed '''yflags'''|| 85 || grColor||unknown||REAL||-999||~~g-r color from gmag and rmag~~ z psf mag err stack|| cps || '''zstackPSFErr''' ||86 || riColor||unknown||REAL||-999||~~r-i color from rmag and imag~~ y psf mag err stack|| cps || '''ystackPSFErr''' ||85 || grColor||unknown||REAL||-999||~~g-r color from gmag and rmag~~ y psf mag stack|| cps || '''ystackPSF''' || 86 || riColor||unknown||REAL||-999||~~r-i color from rmag and imag~~ y stack kron flux err || cps || '''yStackKronFluxErr'' || 87 87 || izColor||unknown||REAL||-999||~~i-z color from imag and zmag~~|| || || 88 88 || zyColor||unknown||REAL||-999||~~z-y color from zmag and ymag~~|| || ||
