IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37127


Ignore:
Timestamp:
Jul 27, 2014, 8:40:06 PM (12 years ago)
Author:
eugene
Message:

add some comments; change some MeanObject names to be more consistent; xFlags should be 4 bytes

Location:
branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/Detection

    r37000 r37127  
    5959--
    6060-- [231 bytes/det]
     61
     62### do we want apRadius?
  • branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/Detection.txt

    r37000 r37127  
    11objID           = dvo / addstar
    2 gcObjID         = dvo / addstar [EAM: add to addstar]
     2gcObjID         = dvo / addstar [EAM: DROP?]
    33detectID        = dvo / addstar
    44ippObjID        = dvo / addstar
  • branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/MeanObject

    r37000 r37127  
    88gMeanPSFMag     AB_magnitude    REAL     4       -999    mean g psf AB magnitude from best available measurements (best available as current defined by ipp "waterfall logic" 
    99gMeanPSFMagErr  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
     10gMeanPSFMagNct  dimensionless   SMALLINT 2       -999    number of best available detections included in mean psfMag
    1111gMeanPSFMagStd  dimensioless    REAL     4       -999    standard deviation of best available measurements - compared with MeanErr this is one measure of true variability 
    1212gMinPSFMag      AB_magnitude    REAL     4       -999    minimum best available PSFMag - min and max are given for PSFMag as they may indicate variability. 
     
    1515gMeanKronMag    AB_magnitude    REAL     4       -999    mean g kron AB magnitude from best available measurements     
    1616gMeanKronMagErr 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
     17gMeanKronMagNct dimensionless   SMALLINT 2       -999    number of best available detections included mean Kron mag
    1818gMeanKronMagStd dimensioless    REAL     4       -999    standard deviation of best available measurements   
    1919                                         
    2020gMeanApMag      AB_magnitude    REAL     4       -999    mean g kron AB magnitude from best available measurements
    2121gMeanApMagErr   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
     22gMeanApMagNct   dimensionless   SMALLINT 2       -999    number of detections included in best available mean of Kron mag in g filter
    2323gMeanApMagStd   dimensioless    REAL     4       -999    standard deviation of best available measurements   
    24 gFlags          dimensionless   BIGINT   8       NA      flags for g mean
     24
     25gFlags          dimensionless   INT      4          0    flags for g mean [XXX secfilt.flags is 4byte]
    2526-- duplicate for other filters
    2627
  • branches/eam_branches/ipp-20140717/ippToPsps/pspsschema/SchemaNew18.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/ObjectThin.txt

    r37000 r37127  
    2323raMeanErr         = dvo / relastro
    2424decMeanErr        = dvo / relastro
    25 raMeanStd         = dvo / relastro
     25raMeanStd         = dvo / relastro [XXX does not exist: chisq values instead?]
    2626decMeanStd        = dvo / relastro
    2727----------------- =
Note: See TracChangeset for help on using the changeset viewer.