IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2015, 5:55:53 PM (11 years ago)
Author:
eugene
Message:

2.5log(exptime) should be added, not subtracted, from deteff; fix the assignment of skycell/projection/tess ID in diff and forcedwarp; get zpImage from header for Diffs (dvo does NOT calculate); apply platescale to GalShape sizes; remove StackDetectRowID

File:
1 edited

Legend:

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

    r39027 r39094  
    600600               
    601601           # replace nulls and empty fields with weird PSPS -999 pseudo-null
     602           # this should be sufficient to handle all NANs (which go in as NULL)
    602603           _table = stilts.tpipe(_table, cmd='replaceval "" -999 *')
    603604           self.logger.infoPair('regex', regex)
Note: See TracChangeset for help on using the changeset viewer.