IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2013, 2:38:49 PM (13 years ago)
Author:
bills
Message:

when saving flux in cff file divide by the exposure time so that the value is counts per second.
psphotLoadExtSources multiples the flux value by CELL.EXPOSURE for cff sources
added some sanity checking to cff files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmSourceIO.c

    r36281 r36299  
    658658        file->header = hdu->header;
    659659        file->wrote_phu = true;
    660         if (!pmSourcesWrite_CFF(file->fits, sources, hdu->header, recipe)) {
     660        if (!pmSourcesWrite_CFF(readout, file->fits, sources, hdu->header, recipe)) {
    661661            psError(PS_ERR_UNKNOWN, false, "failed to write CFF");
    662662            return false;
Note: See TracChangeset for help on using the changeset viewer.