IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33715


Ignore:
Timestamp:
Apr 5, 2012, 9:28:22 AM (14 years ago)
Author:
rhenders
Message:

added min/max mags using IPP 20% and 80% values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/objectbatch.py

    r33707 r33715  
    2121ObjectBatch class
    2222
    23 This class, a sub-class of Batch, processes single stack skycells in the form of IPP cmf files
     23This class, a sub-class of Batch, processes individual DVO region file pairs (cpt and cps files). The cpt file contains a list of all objects in that region, the cps file contains the magnitudes and so has a row per filter per object (so, generally, has rows = 5 x number of objects). The Photcode.dat table us used to figure out the number and order of filters as they appear in the cps file.
    2424
    2525'''
     
    120120                   ," + filter[1] + "MeanFlux = 3631 * POW(10.0, (-0.4*MAG)) \
    121121                   ," + filter[1] + "MeanMagErr = MAG_ERR \
     122                   ," + filter[1] + "Min = MAG_20 \
     123                   ," + filter[1] + "Max = MAG_80 \
    122124                   "
    123125
Note: See TracChangeset for help on using the changeset viewer.