IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2008, 5:19:31 PM (18 years ago)
Author:
eugene
Message:

adding database fields to APIs as needed for concepts

File:
1 edited

Legend:

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

    r16841 r18139  
    55 * @author PAP, IfA
    66 *
    7  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-03-06 20:47:50 $
     7 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-06-14 03:19:31 $
    99 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    1010 */
     
    1818/// Read an image into the current view
    1919bool pmFPAviewReadFitsImage(const pmFPAview *view, ///< View specifying level of interest
    20                             pmFPAfile *file ///< FPA file into which to read
     20                            pmFPAfile *file, ///< FPA file into which to read
     21                            pmConfig *config
    2122                           );
    2223
    2324/// Read a mask into the current view
    2425bool pmFPAviewReadFitsMask(const pmFPAview *view, ///< View specifying level of interest
    25                            pmFPAfile *file ///< FPA file into which to read
     26                           pmFPAfile *file, ///< FPA file into which to read
     27                            pmConfig *config
    2628                          );
    2729/// Read a weight map into the current view
    2830bool pmFPAviewReadFitsWeight(const pmFPAview *view,  ///< View specifying level of interest
    29                              pmFPAfile *file ///< FPA file into which to read
     31                             pmFPAfile *file, ///< FPA file into which to read
     32                            pmConfig *config
    3033                            );
    3134
    3235/// Read a dark into the current view
    3336bool pmFPAviewReadFitsDark(const pmFPAview *view,  ///< View specifying level of interest
    34                            pmFPAfile *file ///< FPA file into which to read
     37                           pmFPAfile *file, ///< FPA file into which to read
     38                            pmConfig *config
    3539    );
    3640
    3741/// Read an image header into the current view
    3842bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view,  ///< View specifying level of interest
    39                                 pmFPAfile *file ///< FPA file into which to read
     43                                pmFPAfile *file, ///< FPA file into which to read
     44                            pmConfig *config
    4045    );
    4146
Note: See TracChangeset for help on using the changeset viewer.