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/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
Note: See TracChangeset for help on using the changeset viewer.