| 60 | | || gMeanMag||mag||REAL||-999|| mean g magnitude|| cps file || MAG (the AB magnitude) (from exp,psf) to be renamed '''gMeanPSF''' || |
| 61 | | || gMeanFlux||mag||REAL||-999|| mean g flux|| cps file || ~~3631 * POW(10.0, (-0.4*MAG)) ~~ mean kron mag from exp, psf to be renamed '''gMeanKron'''|| |
| 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) || |
| 63 | | || gMeanFluxErr||mag||REAL||-999|| estimated error of g flux mean|| || || |
| 64 | | || gMin||mag||REAL||-999|| minimum g magnitide|| cps file || MAG_20/1000 (need a name-change in PSPS schema) || |
| 65 | | || gMax||mag||REAL||-999|| maximum g magnitude|| cps file || MAG_80/1000 (need a name-change in PSPS schema) || |
| | 60 | || gMeanMag||mag||REAL||-999|| mean g magnitude || cps file || MAG (the AB magnitude) (from exp,psf) to be renamed '''gMeanPSF''' || |
| | 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 | || 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'''|| |
| | 64 | || gMin||mag||REAL||-999|| minimum g magnitide|| cps file || MAG_20/1000 need a name-change in PSPS schema - '''g20pct''' || |
| | 65 | || gMax||mag||REAL||-999|| maximum g magnitude|| cps file || MAG_80/1000 need a name-change in PSPS schema - '''g80pct'''|| |
| 67 | | || grMeanColor||mag||REAL||-999|| g-r color from gMean & rMean|| cps file || ~~gMeanMag - rMeanMag~~ || |
| 68 | | || riMeanColor||mag||REAL||-999|| r-i color from rMean & iMean||cps file || ~~rMeanMag - iMeanMag~~|| |
| 69 | | || izMeanColor||mag||REAL||-999|| i-z color from iMean & zMean|| cps file || ~~iMeanMag - zMeanMag~~|| |
| 70 | | || zyMeanColor||mag||REAL||-999|| z-y color from zMean & yMean|| cps file || ~~zMeanMag - yMeanMag~~|| |
| 71 | | || grMeanColorErr||mag||REAL||-999|| Estimated error in g-r color from gMean & rMean|| cps file || ~~SQRT(POW(gMeanMagErr,2) + POW(rMeanMagErr,2))~~ || |
| 72 | | || riMeanColorErr||mag||REAL||-999|| Estimated error in r-i color from rMean & iMean|| cps file || ~~SQRT(POW(rMeanMagErr,2) + POW(iMeanMagErr,2))~~|| |
| 73 | | || izMeanColorErr||mag||REAL||-999|| Estimated error in i-z color from iMean & zMean||cps file || ~~SQRT(POW(iMeanMagErr,2) + POW(zMeanMagErr,2))~~|| |
| 74 | | || zyMeanColorErr||mag||REAL||-999|| Estimated error in z-y color from zMean & yMean||cps file || ~~SQRT(POW(zMeanMagErr,2) + POW(yMeanMagErr,2))~~|| |
| 75 | | || gMagBest||mag||REAL||-999|| g magnitude from stack frames|| || || |
| 76 | | || gModID||unknown||SMALLINT||-999| ~~|index of which g model magnitude was used from stack~~ flags (including one from ipptopsps) to be renamed '''gflags'''|| || || |
| 77 | | || rMagBest||mag||REAL||-999|| r magnitude from stack frames|| || || |
| 78 | | || rModID||unknown||SMALLINT||-999||~~index of which r model magnitude was used from stack~~flags (including one from ipptopsps) to be renamed '''rflags'''|| || || |
| 79 | | || iMagBest||mag||REAL||-999|| i magnitude from stack frames|| || || |
| 80 | | || iModID||unknown||SMALLINT||-999||~~index of which i model magnitude was used from stack~~ flags (including one from ipptopsps) to be renamed '''iflags'''|| || || |
| 81 | | || zMagBest||mag||REAL||-999|| z magnitude from stack frames|| || || |
| 82 | | || zModID||unknown||SMALLINT||-999||~~index of which z model magnitude was used from stack~~ flags (including one from ipptopsps) to be renamed '''zflags'''|| || || |
| 83 | | || yMagBest||mag||REAL||-999|| y magnitude from stack frames|| || || |
| 84 | | || yModID||unknown||SMALLINT||-999||~~index of which y model magnitude was used from stack~~ flags (including one from ipptopsps) to be renamed '''yflags'''|| || || |
| 85 | | || grColor||unknown||REAL||-999||g-r color from gmag and rmag|| || || |
| 86 | | || riColor||unknown||REAL||-999||r-i color from rmag and imag|| || || |
| 87 | | || izColor||unknown||REAL||-999||i-z color from imag and zmag|| || || |
| 88 | | || zyColor||unknown||REAL||-999||z-y color from zmag and ymag|| || || |
| | 67 | || grMeanColor||mag||REAL||-999|| ~~g-r color from gMean & rMean~~ g psf mag stack|| cps file || ~~gMeanMag - rMeanMag~~ to be renamed '''gstackPSF'''|| |
| | 68 | || riMeanColor||mag||REAL||-999|| ~~r-i color from rMean & iMean~~ r psf mag stack|| cps file || ~~rMeanMag - iMeanMag~~ to be renamed '''rstackPSF'''|| |
| | 69 | || izMeanColor||mag||REAL||-999|| ~~i-z color from iMean & zMean~~ i psf mag stack|| cps file || ~~iMeanMag - zMeanMag~~ to be renamed '''istackPSF'''|| |
| | 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'''|| |
| | 75 | || gMagBest||mag||REAL||-999|| g kron magnitude from stack frames|| cps || to be renamed '''gStackKron'''|| |
| | 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'''|| |
| | 77 | || rMagBest||mag||REAL||-999|| r kron magnitude from stack frames||cps || to be renamed '''rStackKron''' || |
| | 78 | || rModID||unknown||SMALLINT||-999||~~index of which r model magnitude was used from stack~~flags || cps|| flags (including one from ipptopsps if forced/limit) to be renamed '''rflags'''|| |
| | 79 | || iMagBest||mag||REAL||-999|| i kron magnitude from stack frames||cps || to be renamed '''iStackKron'''|| |
| | 80 | || iModID||unknown||SMALLINT||-999||~~index of which i model magnitude was used from stack~~ flags || cps || flags (including one from ipptopsps if forced/limit) to be renamed '''iflags'''|| |
| | 81 | || zMagBest||mag||REAL||-999|| z kron magnitude from stack frames||cps || to be renamed '''zStackKron'''|| |
| | 82 | || zModID||unknown||SMALLINT||-999||~~index of which z model magnitude was used from stack~~ flags || cps|| flags (including one from ipptopsps if forced/limit) to be renamed '''zflags'''|| |
| | 83 | || yMagBest||mag||REAL||-999|| y kron magnitude from stack frames||cps || to be renamed '''yStackKron''' || |
| | 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''' || |
| | 87 | || izColor||unknown||REAL||-999||~~i-z color from imag and zmag~~|| || || |
| | 88 | || zyColor||unknown||REAL||-999||~~z-y color from zmag and ymag~~|| || || |