IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38768


Ignore:
Timestamp:
Sep 24, 2015, 2:44:46 PM (11 years ago)
Author:
eugene
Message:

fix defs for Ra, Dec, RaErr, DecErr; remove gExpCf

Location:
trunk/ippToPsps/pspsschema/SchemaNew22.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/pspsschema/SchemaNew22.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackModelFitDeV

    r38722 r38768  
    2121gDeVPhi         degrees         REAL    4       -999    estmated phi of DeVaucouleurs axis. Degrees East of North.
    2222gDeVPhiErr      degrees         REAL    4       -999    estmated error of phi of DeVaucouleurs axis
    23 graDeVOff       arcsec          REAL    4       -999    Offset in RA of DeVaucouleurs fit from PSF RA
    24 gdecDeVOff      arcsec          REAL    4       -999    Offset in DEC of DeVaucouleurs fit from PSF DEC
    25 graDeVOffErr    arcsec          REAL    4       -999    estimated error in ra offset
    26 gdecDeVOffErr   arcsec          REAL    4       -999    estimated error in dec offset
    27 gDeVCf          dimensionless   REAL    4       -999    DeVaucouleurs fit coverage factor
    28 gDevChisq
     23gDeVRa          degrees         DOUBLE  8       -999    RA of DeVaucouleurs fit
     24gDeVDec         degrees         DOUBLE  8       -999    DEC of DeVaucouleurs fit
     25gDeVRaErr       arcsec          REAL    4       -999    estimated error in RA
     26gDeVDecErr      arcsec          REAL    4       -999    estimated error in DEC
     27gDeVChisq       dimensionless   REAL    4       -999    DeVaucouleurs fit chi square
  • trunk/ippToPsps/pspsschema/SchemaNew22.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackModelFitExp

    r38722 r38768  
    2525gExpRaErr       arcsec          REAL    4       -999    estimated error in RA
    2626gExpDecErr      arcsec          REAL    4       -999    estimated error in DEC
    27 gExpCf          dimensionless   REAL    4       -999    Exponential fit coverage factor
    2827gExpChisq       dimensionless   REAL    4       -999    Exponential fit chi square
    29 -- gExpLikelihood  dimensionless   REAL    4       -999    Exponential fit likelihood factor
  • trunk/ippToPsps/pspsschema/SchemaNew22.0/PSPS_TABLES/Fundamental_IPP_Data_Product_Tables/StackModelFitSer

    r38722 r38768  
    2323gSerPhi         degrees         REAL    4       -999    estmated phi of Sersic axis
    2424gSerPhiErr      degrees         REAL    4       -999    estmated error of phi of Sersic axis
    25 gSerRa       dimensionless   REAL    4       -999    Offset in RA of Sersic fit from PSF RA
    26 gSerDec      dimensionless   REAL    4       -999    Offset in DEC of Sersic fit from PSF DEC
    27 gSerRaErr    dimensionless   REAL    4       -999    estimated error in raSerOff
    28 gSerDecErr   dimensionless   REAL    4       -999    estimated error in decSerOff
    29 gserCf          dimensionless   REAL    4       -999    Sersic fit coverage factor
    30 gserChisq
    31 
     25gSerRa          degrees         DOUBLE  8       -999    RA of Sersic fit
     26gSerDec         degrees         DOUBLE  8       -999    DEC of Sersic fit
     27gSerRaErr       arcsec          REAL    4       -999    estimated error in gSerRa
     28gSerDecErr      arcsec          REAL    4       -999    estimated error in gSerDec
     29gSerChisq       dimensionless   REAL    4       -999    Sersic fit chi square
Note: See TracChangeset for help on using the changeset viewer.