IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2015, 10:02:06 AM (11 years ago)
Author:
bills
Message:

Fix a couple of typos. Make sure that the ipp value is used in
comparison for those columns that have the same name (ignoring case)
as the smf column.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bills/adddeltacolumns

    r39124 r39145  
    152152xPosErr         X_PSF_SIG
    153153yPosErr         Y_PSF_SIG
    154 pltScale        PLTSCALE
    155 posAngle        POSANGLE
     154pltScale        PLTSCALE_i
     155posAngle        POSANGLE_i
    156156ra
    157157dec
     
    163163expTime
    164164airMass
    165 psfFlux         PSF_INST_FLUX           *zpFactor/expTime/PSF_NDOF
     165psfFlux         PSF_INST_FLUX           *zpFactor/expTime
    166166psfFluxErr      PSF_INST_FLUX_SIG       *zpFactor/expTime
    167167psfMajorFWHM    PSF_FWHM_MAJ            *abs(PLTSCALE)
     
    171171psfQf           PSF_QF
    172172psfQfPerfect    PSF_QF_PERFECT
    173 psfChiSq        PSF_CHISQ
     173psfChiSq        PSF_CHISQ               /PSF_NDOF
    174174psfLikelihood                 # actually psfLikelihood(EXT_NSIGMA). We assume the formula is ok.
    175175momentXX        MOMENTS_XX              *PLTSCALE*PLTSCALE
     
    189189kronFluxErr     KRON_FLUX_ERR           *zpFactor/expTime
    190190kronRad         MOMENTS_R1              *2.5*abs(PLTSCALE)
    191 sky             SKY                     /PLTSCALE/PLTSCALE*zpFactor/expTime
     191sky             SKY_i                   /PLTSCALE/PLTSCALE*zpFactor/expTime
    192192skyErr          SKY_SIGMA               /PLTSCALE/PLTSCALE*zpFactor/expTime
    193193infoFlag        FLAGS
Note: See TracChangeset for help on using the changeset viewer.