IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 5:11:19 PM (19 years ago)
Author:
Paul Price
Message:

Enabling different formats for output pmFPAfiles. To do this, needed to overhaul the writing functions to generate a new FPA using the new format, and write that. To get the blank PHU, needed to do similarly for the open function (!), since it writes blanks immediately after opening the file. Tested with inputting 6 megacam split chips and writing to spliced format --- works successfully.

File:
1 edited

Legend:

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

    r10966 r11255  
    3838        psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to find HDU.\n");
    3939        return false;
     40    }
     41    if (!hdu->header) {
     42        hdu->header = psMetadataAlloc();
    4043    }
    4144    bool mdok;                          // Status of MD lookup
Note: See TracChangeset for help on using the changeset viewer.