IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2014, 5:06:03 PM (12 years ago)
Author:
heather
Message:

schema19, synced between Gene's files, Ken's files, and the vo tables.

Location:
trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/Detection

    r37592 r37722  
    2121raErr           arcsec          REAL    4         NA    Right Ascension error
    2222decErr          arcsec          REAL    4         NA    Declination error
     23extNSigma       unkown          REAL    4        -999   measure of extendedness
    2324zp              magnitude       REAL    4          0    zeropoint (only thing needed to convert adu/sec to AB mag), note no zpErr
    2425telluricExt     magnitude       REAL    4         NA    estimated extinction due to non-photometric conditions 
  • trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/Detection.txt

    r37673 r37722  
    2222raErr           + smf:X_PSF_SIG * abs(PLTSCALE)
    2323decErr          + smf:Y_PSF_SIG * abs(PLTSCALE)
     24extNSigma       + smf:EXT_NSIGMA
    2425zp              + dvo / dvopsps : zp
    2526telluricExt     + dvo / dvopsps : zp - zpNominal (dvopsps)
  • trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/ForcedMeanObject

    r37592 r37722  
    88gStackID        dimensionless   INT      4              stack image id (how to carry through IPP + DVO)
    99gnTotal         dimensionless   SMALLINT 2      -999    number of detections in g filter
    10 gnIncPSFMag     dimensionless   SMALLINT 2      -999    number of detections included in robust psf mean in g filter
    11 gnIncKronMag    dimensionless   SMALLINT 2      -999    number of detections included in robust mean of Kron mag in g filter
    12 gnIncApMag      dimensionless   SMALLINT 2      -999    number of detections included in robust mean of Ap mag in g filter
     10gnIncPSFFlux     dimensionless   SMALLINT 2      -999    number of detections included in robust psf mean in g filter
     11gnIncKronFlux    dimensionless   SMALLINT 2      -999    number of detections included in robust mean of Kron flux in g filter
     12gnIncApFlux      dimensionless   SMALLINT 2      -999    number of detections included in robust mean of Ap flux in g filter
    1313gnIncR5         dimensionless   SMALLINT 2      -999    number of detections included in robust mean of ApFlx 5 in g filter
    1414gnIncR6         dimensionless   SMALLINT 2      -999    number of detections included in robust mean of ApFlx 6 in g filter
    1515------------------------------------------------------- one of the above also corresponds to the moments
    16 gPSFMag         AB_magnitude    REAL     4      -999    robust mean g psf AB magnitude (sigma clipping or MAP or go to 5 or 7 number sumary? 1/12 is ~9th percentile
    17 gPSFMagErr      AB_magnitude    REAL     4      -999    estimated error of g psf AB magnitude mean (individual errors added in quadrature)
    18 gPSFMagStd      dimensionless   REAL     4      -999    standard deviation of measurements included in the robust mean 
    19 gKronMag        AB_magnitude    REAL     4      -999    mean g kron AB magnitude
    20 gKronMagErr     AB_magnitude    REAL     4      -999    estimated error of g kron AB magnitude mean
    21 gKronMagStd     dimensionless   REAL     4      -999    standard deviation of measurements included in the robust mean 
    22 gApMag          AB_magnitude    REAL     4      -999    mean g kron AB magnitude
    23 gApMagErr       AB_magnitude    REAL     4      -999    estimated error of g kron AB magnitude mean
    24 gApMagStd       dimensionless   REAL     4      -999    standard deviation of measurements included in the robust mean 
     16gPSFFlux         adu/seconds    REAL     4      -999    robust mean g psf AB magnitude (sigma clipping or MAP or go to 5 or 7 number sumary? 1/12 is ~9th percentile
     17gPSFFluxErr      adu/seconds    REAL     4      -999    estimated error of g psf AB magnitude mean (individual errors added in quadrature)
     18gPSFFluxStd      dimensionless   REAL     4      -999    standard deviation of measurements included in the robust mean 
     19gKronFlux        adu/seconds    REAL     4      -999    mean g kron AB magnitude
     20gKronFluxErr     adu/seconds    REAL     4      -999    estimated error of g kron AB magnitude mean
     21gKronFluxStd     dimensionless   REAL     4      -999    standard deviation of measurements included in the robust mean 
     22gApFlux          adu/seconds    REAL     4      -999    mean g kron AB magnitude
     23gApFluxErr       adu/seconds    REAL     4      -999    estimated error of g kron AB magnitude mean
     24gApFluxStd       dimensionless   REAL     4      -999    standard deviation of measurements included in the robust mean 
    2525------------------------------------------------------
    2626gFmeanflxR5     adu/seconds     REAL     4      -999    Flux inside r = 5 in g unconvolved stack 
  • trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/ForcedWarpMeasurement

    r37592 r37722  
    4949skyErr          adu/sec/pixel   REAL    4       -999    estimated error in sky
    5050infoFlag        dimensionless   BIGINT  8       -999    flag indicating provenance information
     51infoFlag2        dimensionless   BIGINT  8       -999    FLAG2 | flags << 13
    5152dataRelease     dimensionless   TINYINT 1       NA      Data release when this detection was originally taken. Recalibrations do not affect this value.
    5253
  • trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackModelFitDeV

    r37592 r37722  
    2626gdecDeVOffErr   arcsec          REAL    4       -999    estimated error in dec offset
    2727gDeVCf          dimensionless   REAL    4       -999    DeVaucouleurs fit coverage factor
    28 gDeVLikelihood  dimensionless   REAL    4       -999    DeVaucouleurs fit likelihood factor
     28
  • trunk/ippToPsps/pspsschema/SchemaNew19.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackModelFitSer

    r37592 r37722  
    2323gSerPhi         degrees         REAL    4       -999    estmated phi of Sersic axis
    2424gSerPhiErr      degrees         REAL    4       -999    estmated error of phi of Sersic axis
    25 graSerOff       dimensionless   REAL    4       -999    Offset in RA of Sersic fit from PSF RA
    26 gdecSerOff      dimensionless   REAL    4       -999    Offset in DEC of Sersic fit from PSF DEC
    27 graSerOffErr    dimensionless   REAL    4       -999    estimated error in raSerOff
    28 gdecSerOffErr   dimensionless   REAL    4       -999    estimated error in decSerOff
     25gSerRa       dimensionless   REAL    4       -999    Offset in RA of Sersic fit from PSF RA
     26gSerDec      dimensionless   REAL    4       -999    Offset in DEC of Sersic fit from PSF DEC
     27gSerRaErr    dimensionless   REAL    4       -999    estimated error in raSerOff
     28gSerDecErr   dimensionless   REAL    4       -999    estimated error in decSerOff
    2929gserCf          dimensionless   REAL    4       -999    Sersic fit coverage factor
    30 gserLikelihood  dimensionless   REAL    4       -999    Sersic fit likelihood factor
    3130
     31
Note: See TracChangeset for help on using the changeset viewer.