IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2007, 2:34:00 PM (19 years ago)
Author:
magnier
Message:

adding HEADER Read options for loading headers with images

File:
1 edited

Legend:

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

    r11687 r11793  
    218218}
    219219
     220bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view, pmFPAfile *file)
     221{
     222    PS_ASSERT_PTR_NON_NULL(view, false);
     223    PS_ASSERT_PTR_NON_NULL(file, false);
     224    return fpaViewReadFitsImage(view, file, pmFPAReadHeaderSet, pmChipReadHeaderSet, pmCellReadHeaderSet);
     225}
     226
    220227// given an already-opened fits file, write the components corresponding
    221228// to the specified view. when the file was opened, pmFPA/Chip/CellWrite was
Note: See TracChangeset for help on using the changeset viewer.