IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2006, 7:18:05 PM (20 years ago)
Author:
Paul Price
Message:

Adding recurse option to pmFPAWrite, pmChipWrite. pixels option now only outputs an HDU if there's data there to output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfile.c

    r7150 r7249  
    686686    // pmFPAWrite takes care of all PHUs as needed
    687687    if (view->chip == -1) {
    688         pmFPAWrite (fpa, fits, NULL, true);
     688        pmFPAWrite(fpa, fits, NULL, true, true);
    689689        return true;
    690690    }
     
    712712
    713713    if (view->cell == -1) {
    714         pmChipWrite (chip, fits, NULL, true);
     714        pmChipWrite (chip, fits, NULL, true, true);
    715715        return true;
    716716    }
Note: See TracChangeset for help on using the changeset viewer.