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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.