IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2008, 12:14:04 PM (18 years ago)
Author:
Paul Price
Message:

Adding I/O of subtraction kernels to pmFPAfile stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionIO.h

    r18146 r19189  
    2020
    2121
     22bool pmSubtractionReadKernels(const pmFPAview *view, ///< View into which to read
     23                              pmFPAfile *file, ///< File from which to read
     24                              pmConfig *config ///< Configuration
     25                              );
     26
     27bool pmSubtractionWriteKernels(const pmFPAview *view, ///< View from which to write
     28                               pmFPAfile *file, ///< File to which to write
     29                               pmConfig *config ///< Configuration
     30                               );
     31
     32bool pmSubtractionWritePHU(const pmFPAview *view, // View to PHU
     33                           pmFPAfile *file, ///< File to which to write
     34                           pmConfig *config ///< Configuration
     35                           );
     36
    2237#endif
Note: See TracChangeset for help on using the changeset viewer.