IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2009, 6:52:51 PM (17 years ago)
Author:
Paul Price
Message:

Making ppSub inverse mode work. Seems to work now --- produces the correct output files for inverse mode on and off, photometry on and off.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/camera/pmFPACopy.c

    r23319 r23719  
    399399    if (targetHDU) {
    400400        pmHDU *sourceHDU = pmHDUFromCell(source); // The source HDU
    401         if (!sourceHDU) {
    402             psWarning("Unable to copy header: no source header.");
    403         } else if (sourceHDU->header) {
     401        if (sourceHDU && sourceHDU->header) {
    404402            targetHDU->header = psMetadataCopy(targetHDU->header, sourceHDU->header);
    405403        }
Note: See TracChangeset for help on using the changeset viewer.