Changeset 11339 for trunk/psModules/src/camera/pmFPAfileFitsIO.h
- Timestamp:
- Jan 26, 2007, 5:33:37 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileFitsIO.h
r11255 r11339 5 5 * @author PAP, IfA 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-01-2 4 03:11:19$7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-27 03:33:37 $ 9 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 10 10 */ … … 32 32 /// Write the image for the specified view 33 33 bool pmFPAviewWriteFitsImage(const pmFPAview *view, ///< View specifying level of interest 34 pmFPAfile *file ///< FPA file to write 34 pmFPAfile *file, ///< FPA file to write 35 pmConfig *config ///< Configuration 35 36 ); 36 37 37 38 /// Write the mask for the specified view 38 39 bool pmFPAviewWriteFitsMask(const pmFPAview *view, ///< View specifying level of interest 39 pmFPAfile *file ///< FPA file to write 40 pmFPAfile *file, ///< FPA file to write 41 pmConfig *config ///< Configuration 40 42 ); 41 43 42 44 /// Write the weight map for the specified view 43 45 bool pmFPAviewWriteFitsWeight(const pmFPAview *view, ///< View specifying level of interest 44 pmFPAfile *file ///< FPA file to write 46 pmFPAfile *file, ///< FPA file to write 47 pmConfig *config ///< Configuration 45 48 ); 46 49 … … 64 67 /// Produce a suitable FPA for writing, on the basis of the input FPAfile 65 68 /// 66 /// A format change is done is required. Otherwise the file->fpa is returned (incremented). 69 /// A new FPA with a changed format is generated if required (file->format is set and file->camera is equal to 70 /// the default, indicating a change in the format without changing the camera --- changes to the camera are 71 /// handled using other systems --- see pmFPAfileDefineChipMosaic, pmFPAfileDefineFPAMosaic). Otherwise the 72 /// file->fpa is returned (incremented). 67 73 pmFPA *pmFPAfileSuitableFPA(const pmFPAfile *file,///< File containing the fpa 68 const pmFPAview *view ///< View at which to produce the fpa 74 const pmFPAview *view, ///< View at which to produce the fpa 75 const pmConfig *config ///< Configuration 69 76 ); 70 77
Note:
See TracChangeset
for help on using the changeset viewer.
