Changeset 33715
- Timestamp:
- Apr 5, 2012, 9:28:22 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/objectbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/objectbatch.py
r33707 r33715 21 21 ObjectBatch class 22 22 23 This class, a sub-class of Batch, processes single stack skycells in the form of IPP cmf files23 This 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. 24 24 25 25 ''' … … 120 120 ," + filter[1] + "MeanFlux = 3631 * POW(10.0, (-0.4*MAG)) \ 121 121 ," + filter[1] + "MeanMagErr = MAG_ERR \ 122 ," + filter[1] + "Min = MAG_20 \ 123 ," + filter[1] + "Max = MAG_80 \ 122 124 " 123 125
Note:
See TracChangeset
for help on using the changeset viewer.
