Changeset 38954 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Oct 23, 2015, 3:37:32 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r38951 r38954 504 504 sqlLine.group("apFlux", "AP_FLUX / " + expTimeString) 505 505 sqlLine.group("apFluxErr", "AP_FLUX_SIG / " + expTimeString) 506 sqlLine.group("apFillF", "AP_NPIX / (3.14159265359 * POW(AP_MAG_RADIUS - 0.5, 2))")506 sqlLine.group("apFillF", "AP_NPIX / (3.14159265359 * AP_MAG_RADIUS * AP_MAG_RADIUS)") 507 507 sqlLine.group("apRadius", "AP_MAG_RADIUS * abs(PLTSCALE)") 508 508 sqlLine.group("kronFlux", "KRON_FLUX / " + expTimeString)
Note:
See TracChangeset
for help on using the changeset viewer.
