IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 4:10:18 PM (12 years ago)
Author:
eugene
Message:

merge changes from branches/eam_branches/ipp-20140717

Location:
trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES
Files:
7 deleted
17 edited
24 copied

Legend:

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

    r37000 r37246  
    11objID           dimensionless   BIGINT  8         NA    ODM object identifier
    2 gcObjID         dimensionless   BIGINT  8         NA    ODM galactic coordinates identifier
    32detectID        dimensionless   BIGINT  8         NA    ODM detection identifier
    43ippObjID        dimensionless   BIGINT  8         NA    detection id generated by IPP
     
    4847apFluxErr       adu/seconds     REAL    4       -999    Aperture flux error
    4948apFillF         dimensionless   REAL    4       -999    Aperture fill factor
     49apRadius        arcsec          REAL    4       -999    Aperture radius
    5050kronFlux        adu/seconds     REAL    4       -999    Kron flux
    5151kronFluxErr     adu/seconds     REAL    4       -999    Kron flux error
    5252kronRad         arcsec          REAL    4       -999    Kron radius
    53 kronRadErr      arcsec          REAL    4       -999    Kron radius error (DROP)
    5453sky             adu/sec/pixel   REAL    4       -999    PSF sky level at source
    5554skyErr          adu/sec/pixel   REAL    4       -999    estimated error in sky
     
    5958--
    6059-- [231 bytes/det]
     60
     61### do we want apRadius?
     62### relevant code spots:
     63### config/tables.P2.vot, detectionbatch.py:315
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/Detection.txt

    r37000 r37246  
    1 objID           = dvo / addstar
    2 gcObjID         = dvo / addstar [EAM: add to addstar]
    3 detectID        = dvo / addstar
    4 ippObjID        = dvo / addstar
    5 ippDetectID     = dvo / addstar
    6 filterID        = smf / ipptopsps
    7 surveyID        = ipptopsps
    8 imageID         = smf header
    9 randomDetID     = ipptopsps
    10 dvoRegionID     = dvo / catID [EAM: add to dvopsps]
    11 obsTime         = smf
    12 xPos            = smf
    13 yPos            = smf
    14 xPosErr         = smf [EAM: modify errors to match relastro?]
    15 yPosErr         = smf
    16 pltScale        = smf
    17 posAngle        = smf
    18 ----------------=
    19 ra              = dvo / relastro
    20 dec             = dvo / relastro
    21 raErr           = dvo / relastro
    22 decErr          = dvo / relastro
    23 zp              = dvo / relphot
    24 telluricExt     = zp - zpNominal (dvopsps) [EAM: add to dvopsps]
    25 expTime         = smf
    26 airMass         = smf
    27 ----------------=
    28 psfFlux         = smf [OK: ipptopsps uses PSF_FLUX]
    29 psfFluxErr      = smf
    30 psfMajorFWHM    = smf [PSF_MAJOR is Sxx parameter, NOT FWHM] [EAM: add PSF_FWHM_MAJ to smf, keep PSF_MAJOR]
    31 psfMinorFWHM    = smf [PSF_MINOR is Sxx parameter, NOT FWHM] [EAM: add PSF_FWHM_MIN to smf, keep PSF_MINOR]
    32 psfTheta        = smf
    33 psfCore         = smf [EAM: add PSF_CORE to smf]
    34 psfQf           = smf
    35 psfQfPerfect    = smf
    36 psfChiSq        = smf
    37 psfLikelihood   = ipptopsps
    38 momentXX        = smf
    39 momentXY        = smf
    40 momentYY        = smf
    41 momentR1        = smf
    42 momentRH        = smf [XXX : MOMENTS_RH is NOT half-light radius : keep as MOMENTS_RH or calculate?]
    43 momentM3C       = smf
    44 momentM3S       = smf
    45 momentM4C       = smf
    46 momentM4S       = smf
    47 apFlux          = smf [requires PS1_V4]
    48 apFluxErr       = smf [requires PS1_V4]
    49 apFillF         = smf [EAM: add to pmSource and smf]
    50 kronFlux        = smf
    51 kronFluxErr     = smf
    52 kronRad         = (2.5*R1) : Ken : drop this or MOMENTS_R1?
    53 kronRadErr      = [not calculated] : drop this
    54 sky             = smf
    55 skyErr          = smf
    56 infoFlag        = smf
    57 infoFlag2       = smf
    58 dataRelease     = ippToPsps
     1objID           + dvo = average.extID [calculated in addstar]
     2detectID        + dvo = measure.extID [calculated in addstar]
     3ippObjID        + dvo = average.objID + (average.catID << 32) [NOTE: this is a change in definition]
     4ippDetectID     + smf:IPP_IDET
     5filterID        + ipptopsps : internal, lookup from filter (grizy)
     6surveyID        + ipptopsps : internal, from survey name
     7imageID         - ipptopsps : expID x y (*** is this right???) (smf:IMAGEID / gpc1.chipRun.chip_image_id)_
     8randomDetID     + ipptopsps : RANDOM from sql
     9dvoRegionID     + dvo:average.catID
     10obsTime         + smf:MJD-OBS + 0.5 EXPTIME / 84600
     11xPos            + smf:X_PSF
     12yPos            + smf:Y_PSF
     13xPosErr         + smf:X_PSF_SIG
     14yPosErr         + smf:Y_PSF_SIG
     15pltScale        + smf:PLTSCALE (negative -> sky parity)
     16posAngle        + smf:POSANGLE
     17---------------
     18ra              + dvo:measure.ra
     19dec             + dvo:measure.dec
     20raErr           + smf:X_PSF_SIG * abs(PLTSCALE)
     21decErr          + smf:Y_PSF_SIG * abs(PLTSCALE)
     22zp              + dvo / dvopsps : zp
     23telluricExt     + dvo / dvopsps : zp - zpNominal (dvopsps)
     24expTime         + dvo:measure.dt [converted to seconds]
     25airMass         + dvo:measure.airmass
     26---------------
     27psfFlux         + smf:PSF_INST_FLUX / EXPTIME
     28psfFluxErr      + smf:PSF_INST_FLUX_SIG / EXPTIME
     29psfMajorFWHM    + smf:PSF_FWHM_MAJ
     30psfMinorFWHM    + smf:PSF_FWHM_MIN
     31psfTheta        + smf:PSF_THETA
     32psfCore         + smf:PSF_CORE
     33psfQf           + smf:PSF_QF
     34psfQfPerfect    + smf:PSF_QF_PERFECT
     35psfChiSq        + smf:PSF_CHISQ
     36psfLikelihood   + smf:psfLikelihood(EXT_NSIGMA)
     37momentXX        + smf:MOMENTS_XX
     38momentXY        + smf:MOMENTS_XY
     39momentYY        + smf:MOMENTS_YY
     40momentR1        + smf:MOMENTS_R1
     41momentRH        + smf:MOMENTS_RH
     42momentM3C       + smf:MOMENTS_M3C
     43momentM3S       + smf:MOMENTS_M3S
     44momentM4C       + smf:MOMENTS_M4C
     45momentM4S       + smf:MOMENTS_M4S
     46apFlux          + smf:AP_FLUX
     47apFluxErr       + smf:AP_FLUX_SIG
     48apFillF         + smf:AP_NPIX / (pi * (AP_MAG_RADIUS - 0.5)^2)
     49kronFlux        + smf:KRON_FLUX
     50kronFluxErr     + smf:KRON_FLUX_ERR
     51kronRad         + smf:2.5*MOMENTS_R1
     52sky             + smf:SKY / exptime
     53skyErr          + smf:SKY_SIGMA / exptime
     54infoFlag        + smf:FLAGS
     55infoFlag2       + smf:FLAGS2 | (dvo.measure.flags << 13)
     56dataRelease     + ippToPsps : user input (skychunk.dataRelease)
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/ForcedWarpMeasurement

    r37000 r37246  
     1
    12objID           dimensionless   BIGINT  8       NA      ODM object identifier
    23gcObjID         dimensionless   BIGINT  8       NA      ODM galactic coordinates identifier
     
    3738momentM4S       arcsec^4        REAL    4       -999    4th moment cos(theta)
    3839
    39 lensObjSmearX11 arcsec^-2       REAL    4       -999    per-object smear polarizability X11 term
    40 lensObjSmearX12 arcsec^-2       REAL    4       -999    per-object smear polarizability X12 term
    41 lensObjSmearX22 arcsec^-2       REAL    4       -999    per-object smear polarizability X22 term
    42 lensObjSmearE1  arcsec^-2       REAL    4       -999    per-object smear polarizability E1 term
    43 lensObjSmearE2  arcsec^-2       REAL    4       -999    per-object smear polarizability E2 term
    44 lensObjShearX11 dimensionless   REAL    4       -999    per-object shear polarizability X11 term
    45 lensObjShearX12 dimensionless   REAL    4       -999    per-object shear polarizability X12 term
    46 lensObjShearX22 dimensionless   REAL    4       -999    per-object shear polarizability X22 term
    47 lensObjShearE1  dimensionless   REAL    4       -999    per-object shear polarizability E1 term
    48 lensObjShearE2  dimensionless   REAL    4       -999    per-object shear polarizability E2 term
    49 lensPSFSmearX11 arcsec^-2       REAL    4       -999    psf model smear polarizability X11 term
    50 lensPSFSmearX12 arcsec^-2       REAL    4       -999    psf model smear polarizability X12 term
    51 lensPSFSmearX22 arcsec^-2       REAL    4       -999    psf model smear polarizability X22 term
    52 lensPSFSmearE1  arcsec^-2       REAL    4       -999    psf model smear polarizability E1 term
    53 lensPSFSmearE2  arcsec^-2       REAL    4       -999    psf model smear polarizability E2 term
    54 lensPSFShearX11 dimensionless   REAL    4       -999    psf model shear polarizability X11 term
    55 lensPSFShearX12 dimensionless   REAL    4       -999    psf model shear polarizability X12 term
    56 lensPSFShearX22 dimensionless   REAL    4       -999    psf model shear polarizability X22 term
    57 lensPSFShearE1  dimensionless   REAL    4       -999    psf model shear polarizability E1 term
    58 lensPSFShearE2  dimensionless   REAL    4       -999    psf model shear polarizability E2 term
    59 
    6040apFlux          adu/seconds     REAL    4       -999    Aperture flux
    6141apFluxErr       adu/seconds     REAL    4       -999    Aperture flux error
     
    6646kronRadErr      arcsed          REAL    4       -999    Kron radius error
    6747------------------------------------------------------
    68 flxR5           adu/seconds     REAL    4       -999    Flux inside r = 5
    69 flxR5Err        adu/seconds     REAL    4       -999    estimated error is flxR5
    70 flxR5Std        adu/seconds     REAL    4       -999    estimated standard deviation in flxR5
    71 flxR5Fill       dimensionless   REAL    4       -999    estimated filling factor at R5
    72 flxR6           adu/seconds     REAL    4       -999    Flux inside r = 6
    73 flxR6Err        adu/seconds     REAL    4       -999    estimated error is flxR6
    74 flxR6Std        adu/seconds     REAL    4       -999    estimated standard deviation in flxR6
    75 flxR6Fill       dimensionless   REAL    4       -999    estimated filling factor at R6
    76 ------------------------------------------------------
    7748sky             adu/sec/pixel   REAL    4       -999    PSF sky level at source
    7849skyErr          adu/sec/pixel   REAL    4       -999    estimated error in sky
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/ForcedWarpMeasurement.txt

    r37000 r37246  
    3838momentM4S        = smf
    3939                 =
    40 lensObjSmearX11  = smf [PS1_V5]
    41 lensObjSmearX12  = smf [PS1_V5]
    42 lensObjSmearX22  = smf [PS1_V5]
    43 lensObjSmearE1   = smf [PS1_V5]
    44 lensObjSmearE2   = smf [PS1_V5]
    45 lensObjShearX11  = smf [PS1_V5]
    46 lensObjShearX12  = smf [PS1_V5]
    47 lensObjShearX22  = smf [PS1_V5]
    48 lensObjShearE1   = smf [PS1_V5]
    49 lensObjShearE2   = smf [PS1_V5]
    50 lensPSFSmearX11  = smf [PS1_V5]
    51 lensPSFSmearX12  = smf [PS1_V5]
    52 lensPSFSmearX22  = smf [PS1_V5]
    53 lensPSFSmearE1   = smf [PS1_V5]
    54 lensPSFSmearE2   = smf [PS1_V5]
    55 lensPSFShearX11  = smf [PS1_V5]
    56 lensPSFShearX12  = smf [PS1_V5]
    57 lensPSFShearX22  = smf [PS1_V5]
    58 lensPSFShearE1   = smf [PS1_V5]
    59 lensPSFShearE2   = smf [PS1_V5]
    60                  =
    6140apFlux           = smf [PS1_V4]
    6241apFluxErr        = smf [PS1_V4]
     
    6746kronRadErr       = [drop : not currently calculated]
    6847---------------- =
    69 flxR5            = smf [?? calculated?]
    70 flxR5Err         = smf [?? calculated?]
    71 flxR5Std         = smf [?? calculated?]
    72 flxR5Fill        = smf [?? calculated?]
    73 flxR6            = smf [?? calculated?]
    74 flxR6Err         = smf [?? calculated?]
    75 flxR6Std         = smf [?? calculated?]
    76 flxR6Fill        = smf [?? calculated?]
    77 ---------------- =
    7848sky              = smf
    7949skyErr           = smf
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/MeanObject

    r37000 r37246  
    44
    55objID           dimensionless   BIGINT   8       NA      ODM object identifier index
    6 gcObjID         dimensionless   BIGINT   8       NA     ODM galactic coordinates identifier
    76gQfPerfect      dimensionless   REAL     4       -999    maximum psf qfPerfect from best available g band detections
    87gMeanPSFMag     AB_magnitude    REAL     4       -999    mean g psf AB magnitude from best available measurements (best available as current defined by ipp "waterfall logic" 
    98gMeanPSFMagErr  AB_magnitude    REAL     4       -999    estimated error of best availalbe g-band psf AB magnitudes (individual errors added in quadrature)
    10 gnIncPSFMag     dimensionless   SMALLINT 2       -999    number of best available detections included in mean psfMag
    119gMeanPSFMagStd  dimensioless    REAL     4       -999    standard deviation of best available measurements - compared with MeanErr this is one measure of true variability 
    12 gMinPSFMag      AB_magnitude    REAL     4       -999    minimum best available PSFMag - min and max are given for PSFMag as they may indicate variability. 
    13 gMaxPSFMag      AB_magnitude    REAL     4       -999    maximum best available PSFMag   
     10gMeanPSFMagMin  AB_magnitude    REAL     4       -999    minimum best available PSFMag - min and max are given for PSFMag as they may indicate variability. 
     11gMeanPSFMagMax  AB_magnitude    REAL     4       -999    maximum best available PSFMag   
     12gMeanPSFMagNpt  dimensionless   SMALLINT 2       -999    number of best available detections included in mean psfMag
    1413                                         
    1514gMeanKronMag    AB_magnitude    REAL     4       -999    mean g kron AB magnitude from best available measurements     
    1615gMeanKronMagErr AB_magnitude    REAL     4       -999    estimated error of mean g kron AB magnitude
    17 gnIncKronMag    dimensionless   SMALLINT 2       -999    number of best available detections included mean Kron mag
    18 gMeanKronMagStd dimensioless    REAL     4       -999    standard deviation of best available measurements 
     16gMeanKronMagStd dimensionless   REAL     4       -999    standard deviation of best available measurements 
     17gMeanKronMagNpt dimensionless   SMALLINT 2       -999    number of best available detections included mean Kron mag
    1918                                         
    2019gMeanApMag      AB_magnitude    REAL     4       -999    mean g kron AB magnitude from best available measurements
    2120gMeanApMagErr   AB_magnitude    REAL     4       -999    estimated error of g kron AB magnitude mean
    22 gnIncApMag      dimensionless   SMALLINT 2       -999    number of detections included in best available mean of Kron mag in g filter
    2321gMeanApMagStd   dimensioless    REAL     4       -999    standard deviation of best available measurements   
    24 gFlags          dimensionless   BIGINT   8       NA      flags for g mean
     22gMeanApMagNpt   dimensionless   SMALLINT 2       -999    number of detections included in best available mean of Kron mag in g filter
     23
     24gFlags          dimensionless   INT      4          0    flags for g mean [XXX secfilt.flags is 4byte]
    2525-- duplicate for other filters
    2626
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/MeanObject.txt

    r37000 r37246  
    11
     2*** I've checked that these are plausible, not exact
    23
     4objID           + dvo / addstar
     5gQfPerfect      + dvo / relphot / secfilt.psfQfMax
     6gMeanPSFMag     + dvo / relphot / secfilt.M
     7gMeanPSFMagErr  + dvo / relphot / secfilt.dM
     8gMeanPSFMagStd  + dvo / relphot / secfilt.Mstdev
     9gMeanPSFMagMin  + dvo / relphot / secfilt.Min
     10gMeanPSFMagMax  + dvo / relphot / secfilt.Max
     11gMeanPSFMagNpt  + dvo / relphot / secfilt.Nused
    312
     13gMeanKronMag    + dvo / relphot / secfilt.Mkron
     14gMeanKronMagErr + dvo / relphot / secfilt.dMkron
     15gMeanKronMagStd + dvo / relphot / secfilt.sMkron
     16gMeanKronMagNpt + dvo / relphot / secfilt.NusedKron
    417
    5 objID           = dvo / addstar
    6 gcObjID         = dvo / addstar
    7 gQfPerfect      = dvo / relphot / secfilt. [XXX Not calculated]
    8 gMeanPSFMag     = dvo / relphot / secfilt.M
    9 gMeanPSFMagErr  = dvo / relphot / secfilt.dM
    10 gnIncPSFMag     = dvo / relphot / secfilt.Nused [XXX : ensure .Nused matches .M]
    11 gMeanPSFMagStd  = dvo / relphot / secfilt.Mstdev
    12 gMinPSFMag      = dvo / relphot / secfilt.Min [XXX: replace M_20, M_80 with Min, Max]
    13 gMaxPSFMag      = dvo / relphot / secfilt.Max [XXX: replace M_20, M_80 with Min, Max]
    14                 =
    15 gMeanKronMag    = dvo / relphot / secfilt.Mkron
    16 gMeanKronMagErr = dvo / relphot / secfilt.dMkron
    17 gnIncKronMag    = dvo / relphot / secfilt.nMkron [XXX : not calculated]
    18 gMeanKronMagStd = dvo / relphot / secfilt.MstdevKron [XXX : not calculated]
    19                 =
    20 gMeanApMag      = dvo / relphot / secfilt.Map
    21 gMeanApMagErr   = dvo / relphot / secfilt.? [XXX : not calculated]
    22 gnIncApMag      = dvo / relphot / secfilt.? [XXX : not calculated]
    23 gMeanApMagStd   = dvo / relphot / secfilt.? [XXX : not calculated]
     18gMeanApMag      + dvo / relphot / secfilt.Map
     19gMeanApMagErr   + dvo / relphot / secfilt.dMap
     20gMeanApMagStd   + dvo / relphot / secfilt.sMap
     21gMeanApMagNpt   + dvo / relphot / secfilt.NusedAp
    2422
    25 gFlags          = dvo / relphot / secfilt.flags
     23gFlags          + dvo / relphot / secfilt.flags
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/ObjectThin

    r37000 r37246  
    22objName          string         VAR      8      NA      IAU Name constructed from objID postion PS1.x JHHMMSS.SS+/-DDMMSS.S where x is leading number of procesing version       
    33objID            dimensionless  BIGINT   8      NA      ODM object identifier index
    4 gcObjID          dimensionless  BIGINT  8         NA    ODM galactic coordinates identifier
    54ippObjID         dimensionless  BIGINT   8      NA      IPP object number
    65surveyID         dimensionless  TINYINT  1      255     Survey ID
    7 skyCellID        dimensionless  REAL     4      -999     single float giving PrimaryCell.SkyCell identifier
    86htmID            dimensionless  BIGINT   8      NA      HTM index
    97zoneID           dimensionless  INT      4      NA      Zone index
     8tessID           dimensionless  TINYINT  1       -1     ID mapping to tessellation names (eg, RINGS.V3, MD01.V3, etc)
     9projectionID     dimensionless  SMALLINT 2       -999   valid values 0 - < 10000
     10skyCellID        dimensionless  TINYINT  1       255    valid values 0 - 143 (12x12 grid)
    1011randomID         dimensionless  BIGINT   8      0       Random integer between 0 and 2^32 = 4,394,967,296 remaining ramdom integer 0 
    1112batchID          dimensionless  BIGINT   8      -999    batch id       
     
    2324raMeanErr        arcsec         REAL     4      -999    Combination of the measurement Errors in the Right Ascension from the mean detections if they exist
    2425decMeanErr       arcsec         REAL     4      -999    Combination of the measurement Errors in the  Declination measurements if they exist 
    25 raMeanStd        arcsec         Real     4      -999    standard deviation of Right Ascension measurements in detections if they exist
    26 decMeanStd       arcsec         REAL     4      -999    standard deviation of the  Declination measurements if they exist 
     26posMeanChisq     dimensionless  REAL     4      -999    chisq of mean position
    2727--------------------------------------------------------------------------------------------------------
    2828--                                                      Note: the following three sets of coordinate systems are based on stack if it exists, and mean if it does not.
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/ObjectThin.txt

    r37000 r37246  
    11
    2 objName           = ipptopsps
    3 objID             = dvo / addstar
    4 gcobjID           = dvo / addstar
    5 ippObjID          = dvo / addstar
    6 surveyID          = ipptopsps
    7 skyCellID         = smf header
    8 htmID             = PSPS
    9 zoneID            = PSPS
    10 randomID          = ipptopsps
    11 batchID           = ipptopsps
    12 dvoRegionID       = dvo / catID
    13 dataRelease       = ipptopsps
    14 objInfoFlag       = dvo / relastro,relphot [define]
    15 qualityFlag       = dvo / relastro,relphot [define]
    16 consistencyFlag   = ipptopsps?
    17 raStack           = dvo / allow recalibration? [ADD to average.d]
    18 decStack          = dvo / allow recalibration?
    19 raStackErr        = dvo / allow recalibration?
    20 decStackErr       = dvo / allow recalibration?
    21 raMean            = dvo / relastro
    22 decMean           = dvo / relastro
    23 raMeanErr         = dvo / relastro
    24 decMeanErr        = dvo / relastro
    25 raMeanStd         = dvo / relastro
    26 decMeanStd        = dvo / relastro
    27 ----------------- =
    28 --                =
    29 --                =
    30 --                =
    31 --                =
    32 --                =
    33 cx                = PSPS
    34 cy                = PSPS
    35 cz                = PSPS
    36 lambda            = PSPS
    37 beta              = PSPS
    38 l                 = PSPS
    39 b                 = PSPS
    40 ----------------- =
    41 nStackObjectRows  = dvo [ADD to average.d]
    42 --                =
    43 nStackDetections  = dvo / relphot [Sum of not-forced stack detections]
    44 nDetections       = dvo / relphot [Sum of ng+nr, etc?]
    45 ng                = dvo / relphot [Sum of GPC1.g.XY?? measure.d]
    46 nr                = dvo / relphot [ditto]
    47 ni                = dvo / relphot
    48 nz                = dvo / relphot
    49 ny                = dvo / relphot
     2objName           - ipptopsps : move to dvopsps?
     3objID             + dvo:average.extID
     4ippObjID          + dvo:(average.objID | average.catID << 32)
     5surveyID          + ipptopsps : internal, from survey name
     6htmID             - PSPS
     7zoneID            - PSPS
     8tessID            + average.tessID
     9projectionID      + average.projectionID
     10skycellID         + average.skycellID
     11randomID          + ipptopsps : RANDOM from sql
     12batchID           + ipptopsps : internal
     13dvoRegionID       + dvo:average.catID
     14dataRelease       + ipptopsps : user input (skychunk.dataRelease)
     15objInfoFlag       + dvo:average.flags
     16qualityFlag       - (dvo:average.flags >> 24) & 0xFF *** correct??
     17consistencyFlag   - *** hard-wired in ipptopsps to 0
     18raStack           + dvo:average.Rstk *** not calculated?
     19decStack          + dvo:average.Dstk *** not calculated?
     20raStackErr        + dvo:average.dRstk *** not calculated?
     21decStackErr       + dvo:average.dDstk *** not calculated?
     22raMean            + dvo:average.R
     23decMean           + dvo:average.D
     24raMeanErr         + dvo:average.dR
     25decMeanErr        + dvo:average.dD
     26posMeanChisq      + dvo:average.ChiSqAve
     27-----------------  
     28--                 
     29--                 
     30--                 
     31--                 
     32--                 
     33cx                - PSPS
     34cy                - PSPS
     35cz                - PSPS
     36lambda            - PSPS
     37beta              - PSPS
     38l                 - PSPS
     39b                 - PSPS
     40-----------------
     41nStackObjectRows  - do in dvopsps
     42--               
     43nStackDetections  - sum of secfilt.NstackDet (sum in sql)
     44nDetections       + ipptopsps:Sum of ng+nr in sql
     45ng                + dvo:secfilt.ncode ** check that this is right
     46nr                + dvo:secfilt.ncode ** check that this is right
     47ni                + dvo:secfilt.ncode ** check that this is right
     48nz                + dvo:secfilt.ncode ** check that this is right
     49ny                + dvo:secfilt.ncode ** check that this is right
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlx

    r37000 r37246  
    11
    22objID            dimensionless  BIGINT  8       NA      ODM object identifier
    3 gcObjID          dimensionless  BIGINT  8       NA      ODM galactic coordinates identifier
    43ippObjID         dimensionless  BIGINT  8       NA      ipp object identifier
    5 surveyID         dimensionless  TINYINT 1       0       stack type identifier
    6 skyCellID        dimensionless  REAL    4       -999    single float giving PrimaryCell.SkyCell identifier
    74randomStackObjID dimensionless  BIGINT  8       NA      random stack id
    85stackDetectRowID dimensionless  BIGINT  8       NA      identifies which of up to 5 possible stackdetctions this Row refers to: Primary, up to 3 Secondary, 1 best 
     
    107bestDetection    dimensionless  TINYINT 1       255     identifies if this row is a best detection or not. Also set if only a primary detection exists.   
    118--                                                      the Primary Dectection, 0 to 3 possible secondary dectections, and the "best" per filter. 
    12 dvoRegionID     dimensionless   INT    4       -999    identifier to dvo spatial region
    13 dataRelease     dimensionless   TINYINT 1       NA      Data release when this table was loaded.
    149------------------------------------------------------- replicate to end for each filter g,r,i,z,y
    1510gippDetectID    dimensionless   BIGINT  8       NA      stack identifier
     
    1712gstackMetaID    dimensionless   BIGINT  8       NA      stack identifier
    1813--------------------------------------------------------unconvolved
    19 gflxR3          adu/seconds     REAL    4       -999    Flux inside r = 3
    20 gflxR3Err       adu/seconds     REAL    4       -999    estimated error is flxR3
    21 gflxR3Std       adu/seconds     REAL    4       -999    estimated standard deviation in flxR3
     14gflxR3          Jy              REAL    4       -999    Flux inside r = 3
     15gflxR3Err       Jy              REAL    4       -999    estimated error is flxR3
     16gflxR3Std       Jy              REAL    4       -999    estimated standard deviation in flxR3
    2217gflxR3Fill      dimensionless   REAL    4       -999    estimated filling factor at R3
    23 gflxR4          adu/seconds     REAL    4       -999    Flux inside r = 4
    24 gflxR4Err       adu/seconds     REAL    4       -999    estimated error is flxR4
    25 gflxR4Std       adu/seconds     REAL    4       -999    estimated standard deviation in flxR4
     18gflxR4          Jy              REAL    4       -999    Flux inside r = 4
     19gflxR4Err       Jy              REAL    4       -999    estimated error is flxR4
     20gflxR4Std       Jy              REAL    4       -999    estimated standard deviation in flxR4
    2621gflxR4Fill      dimensionless   REAL    4       -999    estimated filling factor at R4
    27 gflxR5          adu/seconds     REAL    4       -999    Flux inside r = 5
    28 gflxR5Err       adu/seconds     REAL    4       -999    estimated error is flxR5
    29 gflxR5Std       adu/seconds     REAL    4       -999    estimated standard deviation in flxR5
     22gflxR5          Jy              REAL    4       -999    Flux inside r = 5
     23gflxR5Err       Jy              REAL    4       -999    estimated error is flxR5
     24gflxR5Std       Jy              REAL    4       -999    estimated standard deviation in flxR5
    3025gflxR5Fill      dimensionless   REAL    4       -999    estimated filling factor at R5
    3126----------------------------------------------------    convolved across all bands to 6 or 8 pixels
    32 gc1flxR3        adu/seconds     REAL    4       -999    Flux inside r = 3
    33 gc1flxR3Err     adu/seconds     REAL    4       -999    estimated error is c1flxR3
    34 gc1flxR3Std     adu/seconds     REAL    4       -999    estimated standard deviation in c1flxR3
     27gc1flxR3        Jy              REAL    4       -999    Flux inside r = 3
     28gc1flxR3Err     Jy              REAL    4       -999    estimated error is c1flxR3
     29gc1flxR3Std     Jy              REAL    4       -999    estimated standard deviation in c1flxR3
    3530gc1flxR3Fill    dimensionless   REAL    4       -999    estimated filling factor at R3
    36 gc1flxR4        adu/seconds     REAL    4       -999    Flux inside r = 4
    37 gc1flxR4Err     adu/seconds     REAL    4       -999    estimated error is c1flxR4
    38 gc1flxR4Std     adu/seconds     REAL    4       -999    estimated standard deviation in c1flxR4
     31gc1flxR4        Jy              REAL    4       -999    Flux inside r = 4
     32gc1flxR4Err     Jy              REAL    4       -999    estimated error is c1flxR4
     33gc1flxR4Std     Jy              REAL    4       -999    estimated standard deviation in c1flxR4
    3934gc1flxR4Fill    dimensionless   REAL    4       -999    estimated filling factor at R4
    40 gc1flxR5        adu/seconds     REAL    4       -999    Flux inside r = 5
    41 gc1flxR5Err     adu/seconds     REAL    4       -999    estimated error is c1flxR5
    42 gc1flxR5Std     adu/seconds     REAL    4       -999    estimated standard deviation in c1flxR5
     35gc1flxR5        Jy              REAL    4       -999    Flux inside r = 5
     36gc1flxR5Err     Jy              REAL    4       -999    estimated error is c1flxR5
     37gc1flxR5Std     Jy              REAL    4       -999    estimated standard deviation in c1flxR5
    4338gc1flxR5Fill    dimensionless   REAL    4       -999    estimated filling factor at R5
    4439----------------------------------------------------    convolved across all bands to 6 or 8 pixels
    45 gc2flxR3        adu/seconds     REAL    4       -999    Flux inside r = 3
    46 gc2flxR3Err     adu/seconds     REAL    4       -999    estimated error in c2flxR3
    47 gc2flxR3Std     adu/seconds     REAL    4       -999    estimated standard deviation in c2flxR3
     40gc2flxR3        Jy              REAL    4       -999    Flux inside r = 3
     41gc2flxR3Err     Jy              REAL    4       -999    estimated error in c2flxR3
     42gc2flxR3Std     Jy              REAL    4       -999    estimated standard deviation in c2flxR3
    4843gc2flxR3Fill    dimensionless   REAL    4       -999    estimated filling factor at R3
    49 gc2flxR4        adu/seconds     REAL    4       -999    Flux inside r = 4
    50 gc2flxR4Err     adu/seconds     REAL    4       -999    estimated error in c2flxR4
    51 gc2flxR4Std     adu/seconds     REAL    4       -999    estimated standard deviation in c2flxR4
     44gc2flxR4        Jy              REAL    4       -999    Flux inside r = 4
     45gc2flxR4Err     Jy              REAL    4       -999    estimated error in c2flxR4
     46gc2flxR4Std     Jy              REAL    4       -999    estimated standard deviation in c2flxR4
    5247gc2flxR4Fill    dimensionless   REAL    4       -999    estimated filling factor at R4
    53 gc2flxR5        adu/seconds     REAL    4       -999    Flux inside r = 5
    54 gc2flxR5Err     adu/seconds     REAL    4       -999    estimated error in c2flxR5
    55 gc2flxR5Std     adu/seconds     REAL    4       -999    estimated standard deviation in c2flxR5
     48gc2flxR5        Jy              REAL    4       -999    Flux inside r = 5
     49gc2flxR5Err     Jy              REAL    4       -999    estimated error in c2flxR5
     50gc2flxR5Std     Jy              REAL    4       -999    estimated standard deviation in c2flxR5
    5651gc2flxR5Fill    dimensionless   REAL    4       -999    estimated filling factor at R5
    5752
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackApFlx.txt

    r37000 r37246  
    11
    2 objID            = dvo/addstar
    3 gcObjID          = dvo/addstar
    4 ippObjID         = dvo/addstar average.objID + (average.catID << 32)
    5 surveyID         = ipptopsps
    6 skyCellID        = smf header
    7 randomStackObjID = ipptopsps
    8 stackDetectRowID = PSPS ?
    9 primaryDetection = dvo
    10 bestDetection    = dvo
    11 --               =
    12 dvoRegionID      = dvo / catID
    13 dataRelease      = ipptopsps
    14 ---------------- =
    15 gippDetectID     = dvo/addstar
    16 gstackDetectID   = dvopsps (see StackObject.txt)
    17 gstackMetaID     = dvopsps (see StackObject.txt)
    18 ---------------- =
    19 gflxR3           = smf
    20 gflxR3Err        = smf
    21 gflxR3Std        = smf
    22 gflxR3Fill       = smf
    23 gflxR4           = smf
    24 gflxR4Err        = smf
    25 gflxR4Std        = smf
    26 gflxR4Fill       = smf
    27 gflxR5           = smf
    28 gflxR5Err        = smf
    29 gflxR5Std        = smf
    30 gflxR5Fill       = smf
    31 ---------------- =
    32 gc1flxR3         = smf
    33 gc1flxR3Err      = smf
    34 gc1flxR3Std      = smf
    35 gc1flxR3Fill     = smf
    36 gc1flxR4         = smf
    37 gc1flxR4Err      = smf
    38 gc1flxR4Std      = smf
    39 gc1flxR4Fill     = smf
    40 gc1flxR5         = smf
    41 gc1flxR5Err      = smf
    42 gc1flxR5Std      = smf
    43 gc1flxR5Fill     = smf
    44 ---------------- =
    45 gc2flxR3         = smf
    46 gc2flxR3Err      = smf
    47 gc2flxR3Std      = smf
    48 gc2flxR3Fill     = smf
    49 gc2flxR4         = smf
    50 gc2flxR4Err      = smf
    51 gc2flxR4Std      = smf
    52 gc2flxR4Fill     = smf
    53 gc2flxR5         = smf
    54 gc2flxR5Err      = smf
    55 gc2flxR5Std      = smf
    56 gc2flxR5Fill     = smf
     2objID            + from StackObjectThin                               
     3ippObjID         + from StackObjectThin                               
     4randomStackObjID + from StackObjectThin                               
     5stackDetectRowID - PSPS                                               
     6primaryDetection - from StackObjectThin NOT YET TESTED               
     7bestDetection    - from StackObjectThin CANNOT BE SET until after PV3
     8--               
     9----------------
     10gippDetectID     + from StackObjectThin
     11gstackDetectID   + from StackObjectThin
     12gstackMetaID     + from StackObjectThin
     13---------------- 
     14gflxR3           + cmf : APER_FLUX_3
     15gflxR3Err        + cmf : APER_FLUX_ERR_3
     16gflxR3Std        - cmf : APER_FLUX_STDEV_3 : ** badly defined in cmf
     17gflxR3Fill       + cmf : APER_FILL_3     
     18gflxR4           + cmf : APER_FLUX_4     
     19gflxR4Err        + cmf : APER_FLUX_ERR_4 
     20gflxR4Std        - cmf : APER_FLUX_STDEV_4 : ** badly defined in cmf
     21gflxR4Fill       + cmf : APER_FILL_4     
     22gflxR5           + cmf : APER_FLUX_5     
     23gflxR5Err        + cmf : APER_FLUX_ERR_5 
     24gflxR5Std        - cmf : APER_FLUX_STDEV_5 : ** badly defined in cmf
     25gflxR5Fill       + cmf : APER_FILL_5     
     26----------------
     27gc1flxR3         + cmf : APER_FLUX_3     
     28gc1flxR3Err      + cmf : APER_FLUX_ERR_3 
     29gc1flxR3Std      - cmf : APER_FLUX_STDEV_3 : ** badly defined in cmf
     30gc1flxR3Fill     + cmf : APER_FILL_3     
     31gc1flxR4         + cmf : APER_FLUX_4     
     32gc1flxR4Err      + cmf : APER_FLUX_ERR_4 
     33gc1flxR4Std      - cmf : APER_FLUX_STDEV_4 : ** badly defined in cmf
     34gc1flxR4Fill     + cmf : APER_FILL_4     
     35gc1flxR5         + cmf : APER_FLUX_5     
     36gc1flxR5Err      + cmf : APER_FLUX_ERR_5 
     37gc1flxR5Std      - cmf : APER_FLUX_STDEV_5 : ** badly defined in cmf
     38gc1flxR5Fill     + cmf : APER_FILL_5     
     39----------------
     40gc2flxR3         + cmf : APER_FLUX_3     
     41gc2flxR3Err      + cmf : APER_FLUX_ERR_3 
     42gc2flxR3Std      - cmf : APER_FLUX_STDEV_3 : ** badly defined in cmf
     43gc2flxR3Fill     + cmf : APER_FILL_3     
     44gc2flxR4         + cmf : APER_FLUX_4     
     45gc2flxR4Err      + cmf : APER_FLUX_ERR_4 
     46gc2flxR4Std      - cmf : APER_FLUX_STDEV_4 : ** badly defined in cmf
     47gc2flxR4Fill     + cmf : APER_FILL_4     
     48gc2flxR5         + cmf : APER_FLUX_5     
     49gc2flxR5Err      + cmf : APER_FLUX_ERR_5 
     50gc2flxR5Std      - cmf : APER_FLUX_STDEV_5 : ** badly defined in cmf
     51gc2flxR5Fill     + cmf : APER_FILL_5     
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackModelFitDeV

    r37000 r37246  
    11
    22objID            dimensionless  BIGINT  8       NA      ODM object identifier
    3 gcObjID          dimensionless  BIGINT  8       NA      ODM galactic coordinates identifier
    4 surveyID         dimensionless  TINYINT 1       NA      survey flag identifier
    5 skyCellID        dimensionless  REAL    4       -999    single float giving PrimaryCell.SkyCell identifier
     3ippObjID         dimensionless  BIGINT  8       NA      object ID generated by IPP
    64randomStackObjID dimensionless  BIGINT  8       NA      random stack id
    75stackDetectRowID dimensionless  BIGINT  8       NA      identifies which of up to 5 possible stackdetctions this Row refers to: Primary, up to 3 Secondary, 1 best 
     
    97bestDetection    dimensionless  TINYINT 1       255     identifies if this row is a best detection or not. Also set if only a primary detection exists.   
    108--                                                      the Primary Dectection, 0 to 3 possible secondary dectections, and the "best" per filter. 
    11 dvoRegionID      dimensionless  INT     4       -999    identifier to dvo spatial region
    12 dataRelease      dimensionless  TINYINT 1       NA      Data release when this table was loaded
    139-------------------------------------------------------- replicate below for all filters (grizy)
    14 ippObjID         dimensionless  BIGINT  8       NA      ipp object identifier
    1510gippDetectID    dimensionless   BIGINT  8       NA      ipp detect identifier
    1611gstackDetectID  dimensionless   BIGINT  8       NA      ODM detection identifier
    1712gstackMetaID    dimensionless   BIGINT  8       NA      stack identifier
    1813----------------------------------------------------------------------------------------
    19 gdeVRadius      arcsec          REAL    4       -999    deVaucouleurs radius
    20 gdeVRadiusErr   arcsec          REAL    4       -999    estimated error in deVaucouleurs radius
    21 gdeVFlux        adu/seconds     REAL    4       -999    deVaucouleurs flux
    22 gdeVFluxErr     adu/seconds     REAL    4       -999    estimated error in deVaucouleurs flux
    23 gdeVAb          dimensionless   REAL    4       -999    deVaucoulerus axis ratio
    24 gdeVAbErr       dimensionless   REAL    4       -999    estimated error in deVaucoulerus axis ratio
    25 gdeVPhi         degrees         REAL    4       -999    estmated phi of deVaucouleurs axis. Degrees East of North.
    26 gdeVPhiErr      degrees         REAL    4       -999    estmated error of phi of deVaucouleurs axis
    27 graDeVOff       arcsec          REAL    4       -999    Offset in RA of deVaucouleurs fit from PSF RA
    28 gdecDeVOff      arcsec          REAL    4       -999    Offset in DEC of deVaucouleurs fit from PSF DEC
     14gDeVRadius      arcsec          REAL    4       -999    DeVaucouleurs radius
     15gDeVRadiusErr   arcsec          REAL    4       -999    estimated error in DeVaucouleurs radius
     16gDeVMag         AB_mag          REAL    4       -999    DeVaucouleurs flux
     17gDeVMagErr      AB_mag          REAL    4       -999    estimated error in DeVaucouleurs flux
     18gDeVAb          dimensionless   REAL    4       -999    DeVaucoulerus axis ratio
     19gDeVAbErr       dimensionless   REAL    4       -999    estimated error in DeVaucoulerus axis ratio
     20gDeVPhi         degrees         REAL    4       -999    estmated phi of DeVaucouleurs axis. Degrees East of North.
     21gDeVPhiErr      degrees         REAL    4       -999    estmated error of phi of DeVaucouleurs axis
     22graDeVOff       arcsec          REAL    4       -999    Offset in RA of DeVaucouleurs fit from PSF RA
     23gdecDeVOff      arcsec          REAL    4       -999    Offset in DEC of DeVaucouleurs fit from PSF DEC
    2924graDeVOffErr    arcsec          REAL    4       -999    estimated error in ra offset
    3025gdecDeVOffErr   arcsec          REAL    4       -999    estimated error in dec offset
    31 gdeVCf          dimensionless   REAL    4       -999    deVaucouleurs fit coverage factor
    32 gdeVLikelihood  dimensionless   REAL    4       -999    deVaucouleurs fit likelihood factor
     26gDeVCf          dimensionless   REAL    4       -999    DeVaucouleurs fit coverage factor
     27gDeVLikelihood  dimensionless   REAL    4       -999    DeVaucouleurs fit likelihood factor
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackModelFitExp

    r37000 r37246  
    11
    22objID            dimensionless  BIGINT  8       NA      ODM object identifier
    3 gcObjID          dimensionless  BIGINT  8       NA      ODM galactic coordinates identifier
    4 surveyID         dimensionless  TINYINT 1       NA      survey flag identifier
    5 skyCellID        dimensionless  REAL    4       -999    single float giving PrimaryCell.SkyCell identifier
     3ippObjID         dimensionless  BIGINT  8       NA      object ID generated by IPP
    64randomStackObjID dimensionless  BIGINT  8       NA      random stack id
    75stackDetectRowID dimensionless  BIGINT  8       NA      identifies which of up to 5 possible stackdetctions this Row refers to: Primary, up to 3 Secondary, 1 best 
     
    97bestDetection    dimensionless  TINYINT 1       255     identifies if this row is a best detection or not. Also set if only a primary detection exists.   
    108--                                                      the Primary Dectection, 0 to 3 possible secondary dectections, and the "best" per filter. 
    11 dvoRegionID      dimensionless  INT     4       -999    identifier to dvo spatial region
    12 dataRelease      dimensionless  TINYINT 1       NA      Data release when this table was loaded
    13 -------------------------------------------------------- replicate below for all filters (grizy)
    14 gippObjID         dimensionless  BIGINT  8       NA      ipp object identifier
     9------------------------------------------------------- replicate below for all filters (grizy)
    1510gippDetectID    dimensionless   BIGINT  8       NA      ipp detect identifier
    1611gstackDetectID  dimensionless   BIGINT  8       NA      ODM detection identifier
    1712gstackMetaID    dimensionless   BIGINT  8       NA      stack identifier
    1813----------------------------------------------------------------------------------------
    19 gexpRadius      arcsec          REAL    4       -999    Exponential fit radius
    20 gexpRadiusErr   arcsec          REAL    4       -999    estimated error in Exponential fit radius
    21 gexpFlux        adu/seconds     REAL    4       -999    Exponential fit flux
    22 gexpFluxErr     adu/seconds     REAL    4       -999    estimated error in expFlux
    23 gexpAb          dimensionless   REAL    4       -999    Exponential fit axis ratio
    24 gexpAbErr       dimensionless   REAL    4       -999    estimated error in Exponential fit axis ratio
    25 gexpPhi         degrees         REAL    4       -999    estmated phi of Exponential axis
    26 gexpPhiErr      degrees         REAL    4       -999    estmated error of phi of Exponential axis
    27 graExpOff       dimensionless   REAL    4       -999    Offset in RA of Exponential fit from PSF RA
    28 gdecExpOff      dimensionless   REAL    4       -999    Offset in DEC of Exponential fit from PSF DEC
    29 graExpOffErr    dimensionless   REAL    4       -999    estimated error in raExpOff
    30 gdecExpOffErr   dimensionless   REAL    4       -999    estimated error in decExpOff
    31 gexpCf          dimensionless   REAL    4       -999    Exponential fit coverage factor
    32 gexpLikelihood  dimensionless   REAL    4       -999    Exponential fit likelihood factor
    33 
     14gExpRadius      arcsec          REAL    4       -999    Exponential fit radius
     15gExpRadiusErr   arcsec          REAL    4       -999    estimated error in Exponential fit radius
     16gExpMag         AB_mag          REAL    4       -999    Exponential fit flux
     17gExpMagErr      AB_mag          REAL    4       -999    estimated error in expFlux
     18gExpAb          dimensionless   REAL    4       -999    Exponential fit axis ratio (minor / major)
     19gExpAbErr       dimensionless   REAL    4       -999    estimated error in Exponential fit axis ratio
     20gExpPhi         degrees         REAL    4       -999    estmated phi of Exponential axis
     21gExpPhiErr      degrees         REAL    4       -999    estmated error of phi of Exponential axis
     22gExpRa          degrees         DOUBLE  8       -999    RA of Exponential fit
     23gExpDec         degrees         DOUBLE  8       -999    DEC of Exponential fit
     24gExpRaErr       arcsec          REAL    4       -999    estimated error in RA
     25gExpDecErr      arcsec          REAL    4       -999    estimated error in DEC
     26gExpCf          dimensionless   REAL    4       -999    Exponential fit coverage factor
     27gExpChisq       dimensionless   REAL    4       -999    Exponential fit chi square
     28-- gExpLikelihood  dimensionless   REAL    4       -999    Exponential fit likelihood factor
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackModelFitSer

    r37000 r37246  
    11
    22objID            dimensionless  BIGINT  8       NA      ODM object identifier
    3 gcObjID          dimensionless  BIGINT  8       NA      ODM galactic coordinates identifier
    4 surveyID         dimensionless  TINYINT 1       NA      survey flag identifier
    5 skyCellID        dimensionless  REAL    4       -999    single float giving PrimaryCell.SkyCell identifier
     3ippObjID         dimensionless  BIGINT  8       NA      object ID generated by IPP
    64randomStackObjID dimensionless  BIGINT  8       NA      random stack id
    75stackDetectRowID dimensionless  BIGINT  8       NA      identifies which of up to 5 possible stackdetctions this Row refers to: Primary, up to 3 Secondary, 1 best 
     
    97bestDetection    dimensionless  TINYINT 1       255     identifies if this row is a best detection or not. Also set if only a primary detection exists.   
    108--                                                      the Primary Dectection, 0 to 3 possible secondary dectections, and the "best" per filter. 
    11 dvoRegionID      dimensionless  INT     4       -999    identifier to dvo spatial region
    12 dataRelease      dimensionless  TINYINT 1       NA      Data release when this table was loaded
    139-------------------------------------------------------- replicate below for all filters (grizy)
    14 gippObjID         dimensionless  BIGINT  8       NA      ipp object identifier
    1510gippDetectID    dimensionless   BIGINT  8       NA      ipp detect identifier
    1611gstackDetectID  dimensionless   BIGINT  8       NA      ODM detection identifier
    1712gstackMetaID    dimensionless   BIGINT  8       NA      stack identifier
    1813----------------------------------------------------------------------------------------
    19 gserRadius      arcsec          REAL    4       -999    Sersic radius
    20 gserRadiusErr   arcsed          REAL    4       -999    estimated error in Sersic radius
    21 gserFlux        adu/seconds     REAL    4       -999    Sersic Flux
    22 gserFluxErr     adu/seconds     REAL    4       -999    estimated error in serFlux
    23 gserAb          dimensionless   REAL    4       -999    Sersic axis ratio
    24 gserAbErr       dimensionlessn  REAL    4       -999    estimated error in Sersic axis ratio
    25 gserNu          dimensionlessn  REAL    4       -999    Sersic index
    26 gserNuErr       diemensionless  REAL    4       -999    estimated error in Sersic index
    27 gserPhi         degrees         REAL    4       -999    estmated phi of Sersic axis
    28 gserPhiErr      degrees         REAL    4       -999    estmated error of phi of Sersic axis
     14gSerRadius      arcsec          REAL    4       -999    Sersic radius
     15gSerRadiusErr   arcsed          REAL    4       -999    estimated error in Sersic radius
     16gSerMag         AB_mag          REAL    4       -999    Sersic Flux
     17gSerMagErr      AB_mag          REAL    4       -999    estimated error in serFlux
     18gSerAb          dimensionless   REAL    4       -999    Sersic axis ratio
     19gSerAbErr       dimensionlessn  REAL    4       -999    estimated error in Sersic axis ratio
     20gSerNu          dimensionlessn  REAL    4       -999    Sersic index
     21gSerNuErr       diemensionless  REAL    4       -999    estimated error in Sersic index
     22gSerPhi         degrees         REAL    4       -999    estmated phi of Sersic axis
     23gSerPhiErr      degrees         REAL    4       -999    estmated error of phi of Sersic axis
    2924graSerOff       dimensionless   REAL    4       -999    Offset in RA of Sersic fit from PSF RA
    3025gdecSerOff      dimensionless   REAL    4       -999    Offset in DEC of Sersic fit from PSF DEC
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackObjectThin

    r37000 r37246  
    11
    2 objID             dimensionless   BIGINT  8       NA      ODM object identifier
    3 gcObjID           dimensionless   BIGINT  8       NA      ODM galactic coordinates identifier
    4 surveyID          dimensionless   TINYINT 1       NA      survey flag identifier
    5 skyCellID         dimensionless   REAL    4       -999    single float giving PrimaryCell.SkyCell identifier
    6 randomStackObjID  dimensionless   BIGINT  8       NA      random stack id
    7 stackDetectRowID  dimensionless   BIGINT  8       NA      identifies which of up to 5 possible stackdetctions this Row refers to: Primary, up to 3 Secondary, 1 best 
    8 primaryDetection  dimensionless   TINYINT 1       255     identifies if this row is a primary stack detection. True about 80% of time.
    9 bestDetection     dimensionless   TINYINT 1       255     identifies if this row is a best detection or not. Also set if only a primary detection exists.   
    10                                                           the Primary Dectection, 0 to 3 possible secondary dectections, and the "best" per filter. 
    11 dvoRegionID       dimensionless   INT     4       -999    identifier to dvo spatial region
    12 dataRelease       dimensionless   TINYINT 1       NA      Data release when this detection was originally taken.
     2objID             dimensionless   BIGINT   8       NA      ODM object identifier
     3ippObjID          dimensionless   BIGINT   8       NA      object ID generated by IPP  [this is a per-object, not per-filter value]
     4surveyID          dimensionless   TINYINT  1       NA      survey flag identifier
     5tessID            dimensionless   TINYINT  1       -1      ID mapping to tessellation names (eg, RINGS.V3, MD01.V3, etc)
     6projectionID      dimensionless   SMALLINT 2       -999    valid values 0 - < 10000
     7skyCellID         dimensionless   TINYINT  1       255     valid values 0 - 143 (12x12 grid)
     8randomStackObjID  dimensionless   BIGINT   8       NA      random stack id
     9stackDetectRowID  dimensionless   BIGINT   8       NA      identifies which of up to 5 possible stackdetctions this Row refers to: Primary, up to 3 Secondary, 1 best 
     10primaryDetection  dimensionless   TINYINT  1       255     identifies if this row is a primary stack detection. True about 80% of time.
     11bestDetection     dimensionless   TINYINT  1       255     identifies if this row is a best detection or not. Also set if only a primary detection exists.   
     12--                                                         the Primary Dectection, 0 to 3 possible secondary dectections, and the "best" per filter. 
     13dvoRegionID       dimensionless   INT      4       -999    identifier to dvo spatial region
     14dataRelease       dimensionless   TINYINT  1       NA      Data release when this detection was originally taken.
    1315------------------------------------------------------------------------------------------
    1416-- attributes for all stack detections in all filters (these are currently forced anyway)
    1517-- Replicate the section below for each filter, changing the prefex ("g" in this example)
    1618------------------------------------------------------------------------------------------
    17 gippObjID      dimensionless   BIGINT  8       NA      object ID generated by IPP
    18 gippDetectID      dimensionless   BIGINT  8       NA      detection ID generated by IPP
    19 gstackDetectID    dimensionless   BIGINT  8       NA      ODM detection identifier
    20 gstackMetaID      dimensionless   BIGINT  8       NA      stack identifier
     19gippDetectID      dimensionless   BIGINT   8       NA      detection ID generated by IPP
     20gstackDetectID    dimensionless   BIGINT   8       NA      ODM detection identifier
     21gstackMetaID      dimensionless   BIGINT   8       NA      stack identifier
    2122------------------------------------------------------------------------------------------
    22 gra               degrees         FLOAT   8       NA      Right Ascension   
    23 gdec              degrees         FLOAT   8       NA      Declination       
    24 graErr            arcsec          REAL    4       NA      Right Ascension error
    25 gdecErr           arcsec          REAL    4       NA      Declination error  (same as RA error - need?)
    26 gzp               magnitude       REAL    4       0       zeropoint , no error given
    27 gPSFMag           AB_magnitude    REAL    4       -999    g psf AB magnitude from stack
    28 gPSFMagErr        AB_magnitude    REAL    4       -999    estimated error of g psf AB magnitude from stack
    29 gApMag            AB_magnitude    REAL    4       -999    g Aperture AB magnitude from stack
    30 gApMagErr         AB_magnitude    REAL    4       -999    estimated error of g Ap Mag AB magnitude from stack
    31 gKronMag          AB_magnitude    REAL    4       -999    g kron AB magnitude from stack
    32 gKronMagErr       AB_magnitude    REAL    4       -999    estimated error of g kron AB magnitude from stack
    33 gsky              adu/secs/arcsec REAL    4       -999    PSF sky level at source (adu)
    34 gskyErr           adu/secs/arcsec REAL    4       -999    estimated error in sky
    35 ginfoFlag         dimensionless   INT     4       -999    indicator of strange propeties
    36 ginfoFlag2        dimensionless   INT     4       -999    indicator of strange propeties
    37 gnFrames          dimensionless   INT     4       -999    Number of frames contributing to source
     23gra               degrees         FLOAT    8       NA      Right Ascension   
     24gdec              degrees         FLOAT    8       NA      Declination       
     25graErr            arcsec          REAL     4       NA      Right Ascension error
     26gdecErr           arcsec          REAL     4       NA      Declination error  (same as RA error - need?)
     27gPSFMag           AB_magnitude    REAL     4       -999    g psf AB magnitude from stack
     28gPSFMagErr        AB_magnitude    REAL     4       -999    estimated error of g psf AB magnitude from stack
     29gApMag            AB_magnitude    REAL     4       -999    g Aperture AB magnitude from stack
     30gApMagErr         AB_magnitude    REAL     4       -999    estimated error of g Ap Mag AB magnitude from stack
     31gKronMag          AB_magnitude    REAL     4       -999    g kron AB magnitude from stack
     32gKronMagErr       AB_magnitude    REAL     4       -999    estimated error of g kron AB magnitude from stack
     33gsky              adu/secs/arcsec REAL     4       -999    PSF sky level at source (adu)
     34gskyErr           adu/secs/arcsec REAL     4       -999    estimated error in sky
     35ginfoFlag         dimensionless   INT      4          0    informational bits
     36ginfoFlag2        dimensionless   INT      4          0    informational bits
     37gnFrames          dimensionless   INT      4       -999    Number of frames contributing to source
    3838
    3939-- [220 byte/filter/obj + 44 byte/obj]
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/MetaData_Tables/FrameMeta

    r37000 r37246  
    1 frameID dimensionless   INT     4       NA      unique exposure/frame identifier.
    2 frameName       dimensionless   VARCHAR(32)     32      NA      frame name provided by camera software
    3 surveyID        dimensionless   TINYINT 1       NA      survey flag identifier
    4 filterID        dimensionless   TINYINT 1       NA      filter identifier
    5 cameraID        dimensionless   SMALLINT        2       NA      camera identifier
    6 cameraConfigID  dimensionless   SMALLINT        2       NA      camera configuration identifier
    7 telescopeID     dimensionless   SMALLINT        2       NA      telescope identifier
    8 analysisVer     alphanumeric    VARCHAR(MAX)    8000            IPP software analysis release
    9 p1Recip alphanumeric    VARCHAR(MAX)    8000            IPP phase 1 MD5 Checksum
    10 p2Recip alphanumeric    VARCHAR(MAX)    8000            IPP phase 2 MD5 Checksum
    11 p3Recip alphanumeric    VARCHAR(MAX)    8000            IPP phase 3 MD5 Checksum
    12 nOTA    alphanumeric    SMALLINT        2       -999    number of valid OTA/CCD images in this exposure
    13 photoScat       magnitude       REAL    4       -999    global photometric scatter
    14 numPhotoRef     dimensionless   INT     4       -999    number of photometric reference sources
    15 expStart        days    FLOAT   8       -999    exposure start time in MJD
    16 expTime seconds REAL    4       -999    exposure time
    17 airmass dimensionless   REAL    4       -999    airmass at mid-exposure
    18 raBore  degrees FLOAT   8       -999    RA of telescope boresight
    19 decBore degrees FLOAT   8       -999    DEC of telescope boresight
    20 ctype1  alphanumeric    VARCHAR(MAX)    8000            name of astrometric projection in RA
    21 ctype2          VARCHAR(MAX)    8000            name of astrometric projection in DEC
    22 crval1  degrees FLOAT   8       -999    RA corresponding to reference pixel
    23 crval2  degrees FLOAT   8       -999    DEC corresponding to reference pixel
    24 crpix1  pc001001        FLOAT   8       -999    reference pixel value for RA
    25 crpix2  dimensionless   FLOAT   8       -999    reference pixel value for DEC
    26 cdelt1  degrees/pixel   FLOAT   8       -999    scale factor for RA
    27 cdelt2  degrees/pixel   FLOAT   8       -999    scale factor for DEC
    28 pc001001        dimensionless   FLOAT   8       -999    elements of rotation/Dcale matrix
    29 pc001002        dimensionless   FLOAT   8       -999    elements of rotation/Dcale matrix
    30 pc002001        dimensionless   FLOAT   8       -999    elements of rotation/Dcale matrix
    31 pc002002        dimensionless   FLOAT   8       -999    elements of rotation/Dcale matrix
    32 polyOrder       dimensionless   TINYINT 1       255     polynomial order of astrometry fit
    33 pca1x3y0        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    34 pca1x2y1        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    35 pca1x1y2        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    36 pca1x0y3        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    37 pca1x2y0        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    38 pca1x1y1        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    39 pca1x0y2        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    40 pca2x3y0        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    41 pca2x2y1        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    42 pca2x1y2        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    43 pca2x0y3        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    44 pca2x2y0        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    45 pca2x1y1        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    46 pca2x0y2        dimensionless   FLOAT   8       -999    polynomial coefficients for the astrometric fit
    47 calibModNum     dimensionless   SMALLINT        2       NA      calibration modification number
    48 batchID         dimensionless   BIGINT  8       NA      batch ID
    49 dataRelease     dimensionless   TINYINT 1       NA      Data release Version of this table
     1frameID         dimensionless   INT             4       NA      unique exposure/frame identifier.
     2frameName       dimensionless   VARCHAR(32)     32      NA      frame name provided by camera software
     3surveyID        dimensionless   TINYINT         1       NA      survey flag identifier
     4filterID        dimensionless   TINYINT         1       NA      filter identifier
     5cameraID        dimensionless   SMALLINT        2       NA      camera identifier
     6cameraConfigID  dimensionless   SMALLINT        2       NA      camera configuration identifier
     7telescopeID     dimensionless   SMALLINT        2       NA      telescope identifier
     8analysisVer     alphanumeric    VARCHAR(MAX)    8000    NA      IPP software analysis release
     9p1Recip         alphanumeric    VARCHAR(MAX)    8000    NA      IPP phase 1 MD5 Checksum
     10p2Recip         alphanumeric    VARCHAR(MAX)    8000    NA      IPP phase 2 MD5 Checksum
     11p3Recip         alphanumeric    VARCHAR(MAX)    8000    NA      IPP phase 3 MD5 Checksum
     12nOTA            alphanumeric    SMALLINT        2       -999    number of valid OTA/CCD images in this exposure
     13photoScat       magnitude       REAL            4       -999    global photometric scatter
     14numPhotoRef     dimensionless   INT             4       -999    number of photometric reference sources
     15expStart        days            FLOAT           8       -999    exposure start time in MJD
     16expTime         seconds         REAL            4       -999    exposure time
     17airmass         dimensionless   REAL            4       -999    airmass at mid-exposure
     18raBore          degrees         FLOAT           8       -999    RA of telescope boresight
     19decBore         degrees         FLOAT           8       -999    DEC of telescope boresight
     20ctype1          alphanumeric    VARCHAR(MAX)    8000    NA      name of astrometric projection in RA
     21ctype2          alphanumeric    VARCHAR(MAX)    8000    NA      name of astrometric projection in DEC
     22crval1          degrees         FLOAT           8       -999    RA corresponding to reference pixel
     23crval2          degrees         FLOAT           8       -999    DEC corresponding to reference pixel
     24crpix1          dimensionless   FLOAT           8       -999    reference pixel value for RA
     25crpix2          dimensionless   FLOAT           8       -999    reference pixel value for DEC
     26cdelt1          degrees/pixel   FLOAT           8       -999    scale factor for RA
     27cdelt2          degrees/pixel   FLOAT           8       -999    scale factor for DEC
     28pc001001        dimensionless   FLOAT           8       -999    elements of rotation/Dcale matrix
     29pc001002        dimensionless   FLOAT           8       -999    elements of rotation/Dcale matrix
     30pc002001        dimensionless   FLOAT           8       -999    elements of rotation/Dcale matrix
     31pc002002        dimensionless   FLOAT           8       -999    elements of rotation/Dcale matrix
     32polyOrder       dimensionless   TINYINT         1       255     polynomial order of astrometry fit
     33pca1x3y0        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     34pca1x2y1        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     35pca1x1y2        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     36pca1x0y3        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     37pca1x2y0        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     38pca1x1y1        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     39pca1x0y2        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     40pca2x3y0        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     41pca2x2y1        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     42pca2x1y2        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     43pca2x0y3        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     44pca2x2y0        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     45pca2x1y1        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     46pca2x0y2        dimensionless   FLOAT           8       -999    polynomial coefficients for the astrometric fit
     47calibModNum     dimensionless   SMALLINT        2       NA      calibration modification number
     48batchID         dimensionless   BIGINT          8       NA      batch ID
     49dataRelease     dimensionless   TINYINT         1       NA      Data release Version of this table
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/MetaData_Tables/ImageMeta

    r37000 r37246  
    2222psfWidMinor     arcsec          REAL    4       -999    model PSF parameters at chip center
    2323psfTheta        degrees         REAL    4       -999    model PSF parameters at chip center
    24 momentXX        pixels          REAL    4       -999    moment XX
    25 momentXY        pixels          REAL    4       -999    moment XY
    26 momentYY        pixels          REAL    4       -999    moment YY
    27 momentM3C       pixels squared  REAL    4       -999    moment M3C
    28 momentM3S       pixels squared  REAL    4       -999    moment M3S
    29 momentM4C       pixels squared  REAL    4       -999    moment M4C
    30 momentM4S       pixels squared  REAL    4       -999    moment M4S
    31 momentR1        pixels          REAL    4       -999    moment R1
    32 momentRH        sqrt pixels     REAL    4       -999    moment RH
    33 apResid         magnitide       REAL    4       -999    corrected aperture residual
    34 dapResid        magnitide       REAL    4       -999    scatter of aperture corrections
     24momentMajor     pixels          REAL    4       -999    momentMajor
     25momentMinor     pixels          REAL    4       -999    momentMinor
     26momentM2C       pixels squared  REAL    4       -999    momentM2C 
     27momentM2S       pixels squared  REAL    4       -999    momentM2S 
     28momentM3        pixels squared  REAL    4       -999    momentM3   
     29momentM4        pixels squared  REAL    4       -999    momentM4   
     30apResid         magnitude       REAL    4       -999    corrected aperture residual
     31dapResid        magnitude       REAL    4       -999    scatter of aperture corrections
    3532detectorID      alphanumeric    VARCHAR(32)     32              identifier for actual CCD chip
    3633qaFlags         dimensionless   BIGINT  8       -999    Q/A flags for this OTA
  • trunk/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/MetaData_Tables/StackMeta

    r37000 r37246  
    1 stackMetaID dimensionless   BIGINT 8 NA stack identifier
    2 batchID     dimensionless   BIGINT 8 NA batch identifier
    3 surveyID    dimensionless   TINYINT 1 NA survey flag identifier
    4 filterID    dimensionless   TINYINT 1 NA fnilutemr eidriecnatl ifidier
    5 stackTypeID dimensionless   TINYINT 1 0 stack type identifier
    6 skyCellID   dimensionless   REAL 4 NA skycell region identifier
    7 photoCalID  dimensionless   INT 4 NA photometry code
    8 magSat      dimensionless   REAL 4 -999 saturation magnitude level
    9 analVer     dimensionless   SMALLINT 2 -999 analysis version index
    10 expTime     seconds         REAL 4 -999 exposure time
    11 nP2Images   dimensionless   SMALLINT 2 -999 number of P2 images contributing to this cell
    12 completMag  magnitudes      REAL 4 -999 95% completion level in mag
    13 astroScat   dimensionless   REAL 4 -999 astrometric scatter for chip
    14 photoScat   dimensionless   REAL 4 -999 photometric scatter for chip
    15 nAstroRef   dimensionless   INT 4 -999 number of astrometric reference sources
    16 nPhoRef     dimensionless   INT 4 -999 number of photometric reference sources
    17 psfModelID  dimensionless   VARCHAR(MAX) 8000 PSF model identifier
    18 psfFwhm_mean arcsec         FLOAT 8 -999 mean PSF FWHM in the stack
    19 psfFwhm_max  arcsec         FLOAT 8 -999 maximum PSF FWHM in the stack
    20 photoZero    magnitudes     REAL 4 -999 local derived photometric zero point
    21 photoColor   magnitudes     REAL 4 -999 local derived photometric color term
    22 ctype1       alphanumeric   VARCHAR(MAX) 8000 name of astrometric projection in RA
    23 ctype2       alphanumeric   VARCHAR(MAX) 8000 name of astrometric projection in DEC
    24 crval1       degrees        FLOAT 8 -999 RA corresponding to reference pixel
    25 crval2       degrees        FLOAT 8 -999 DEC corresponding to reference pixel
    26 crpix1       dimensionless  FLOAT 8 -999 reference pixel value for RA
    27 crpix2       dimensionless  FLOAT 8 -999 reference pixel value for DEC
    28 cdelt1       deg/pixel      FLOAT 8 -999 scale factor for RA
    29 cdelt2       deg/pixel      FLOAT 8 -999 scale factor for DEC
    30 pc001001     dimensionless  FLOAT 8 -999 elements of rotation/Dcale matrix
    31 pc001002     dimensionless  FLOAT 8 -999 elements of rotation/Dcale matrix
    32 pc002001     dimensionless  FLOAT 8 -999 elements of rotation/Dcale matrix
    33 pc002002     dimensionless  FLOAT 8 -999 elements of rotation/Dcale matrix
    34 calibModNum  dimensionless  SMALLINT 2 NA calibration modification number
    35 dataRelease  dimensionless  TINYINT 1 NA Data release
     1stackMetaID  dimensionless   BIGINT   8 NA stack identifier
     2batchID      dimensionless   BIGINT   8 NA batch identifier
     3surveyID     dimensionless   TINYINT  1 NA survey flag identifier
     4filterID     dimensionless   TINYINT  1 NA filter number identifier
     5stackTypeID  dimensionless   TINYINT  1 0 stack type identifier
     6tessID       dimensionless   TINYINT  1       -1      ID mapping to tessellation names (eg, RINGS.V3, MD01.V3, etc)
     7projectionID dimensionless   SMALLINT 2       -999    valid values 0 - < 10000
     8skyCellID    dimensionless   TINYINT  1       255     valid values 0 - 143 (12x12 grid)
     9photoCalID   dimensionless   INT      4 NA photometry code
     10magSat       dimensionless   REAL     4 -999 saturation magnitude level
     11analysisVer  dimensionless   INT      4 -999 analysis version index x
     12expTime      seconds         REAL     4 -999 exposure time
     13nP2Images    dimensionless   SMALLINT 2 -999 number of P2 images contributing to this cell
     14completMag   magnitudes      REAL     4 -999 95% completion level in mag
     15astroScat    dimensionless   REAL     4 -999 astrometric scatter for chip
     16photoScat    dimensionless   REAL     4 -999 photometric scatter for chip
     17nAstroRef    dimensionless   INT      4 -999 number of astrometric reference sources
     18nPhotomRef   dimensionless   INT      4 -999 number of photometric reference sources
     19psfModelID   dimensionless   VARCHAR(MAX) 8000 PSF model identifier
     20psfFwhm_mean arcsec          FLOAT 8 -999 mean PSF FWHM in the stack
     21psfFwhm_max  arcsec          FLOAT 8 -999 maximum PSF FWHM in the stack
     22photoZero    magnitudes      REAL 4 -999 local derived photometric zero point
     23photoColor   magnitudes      REAL 4 -999 local derived photometric color term
     24ctype1       alphanumeric    VARCHAR(MAX) 8000 name of astrometric projection in RA
     25ctype2       alphanumeric    VARCHAR(MAX) 8000 name of astrometric projection in DEC
     26crval1       degrees         FLOAT 8 -999 RA corresponding to reference pixel
     27crval2       degrees         FLOAT 8 -999 DEC corresponding to reference pixel
     28crpix1       dimensionless   FLOAT 8 -999 reference pixel value for RA
     29crpix2       dimensionless   FLOAT 8 -999 reference pixel value for DEC
     30cdelt1       deg/pixel       FLOAT 8 -999 scale factor for RA
     31cdelt2       deg/pixel       FLOAT 8 -999 scale factor for DEC
     32pc001001     dimensionless   FLOAT 8 -999 elements of rotation/Dcale matrix
     33pc001002     dimensionless   FLOAT 8 -999 elements of rotation/Dcale matrix
     34pc002001     dimensionless   FLOAT 8 -999 elements of rotation/Dcale matrix
     35pc002002     dimensionless   FLOAT 8 -999 elements of rotation/Dcale matrix
     36calibModNum  dimensionless   SMALLINT 2 NA calibration modification number
     37dataRelease  dimensionless   TINYINT 1 NA Data release
Note: See TracChangeset for help on using the changeset viewer.