IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2008, 12:16:38 PM (18 years ago)
Author:
Paul Price
Message:

Changing use of psDB* to pmConfig* so that the database handle only has to be set up when required.

File:
1 edited

Legend:

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

    r18139 r18163  
    55 * @author PAP, IfA
    66 *
    7  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-06-14 03:19:31 $
     7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-06-17 22:16:38 $
    99 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    1010 */
     
    1919bool pmFPAviewReadFitsImage(const pmFPAview *view, ///< View specifying level of interest
    2020                            pmFPAfile *file, ///< FPA file into which to read
    21                             pmConfig *config
     21                            pmConfig *config
    2222                           );
    2323
     
    2525bool pmFPAviewReadFitsMask(const pmFPAview *view, ///< View specifying level of interest
    2626                           pmFPAfile *file, ///< FPA file into which to read
    27                             pmConfig *config
     27                            pmConfig *config
    2828                          );
    2929/// Read a weight map into the current view
    3030bool pmFPAviewReadFitsWeight(const pmFPAview *view,  ///< View specifying level of interest
    3131                             pmFPAfile *file, ///< FPA file into which to read
    32                             pmConfig *config
     32                            pmConfig *config
    3333                            );
    3434
     
    3636bool pmFPAviewReadFitsDark(const pmFPAview *view,  ///< View specifying level of interest
    3737                           pmFPAfile *file, ///< FPA file into which to read
    38                             pmConfig *config
     38                            pmConfig *config
    3939    );
    4040
     
    4242bool pmFPAviewReadFitsHeaderSet(const pmFPAview *view,  ///< View specifying level of interest
    4343                                pmFPAfile *file, ///< FPA file into which to read
    44                             pmConfig *config
     44                            pmConfig *config
    4545    );
    4646
     
    4848bool pmFPAviewWriteFitsImage(const pmFPAview *view, ///< View specifying level of interest
    4949                             pmFPAfile *file, ///< FPA file to write
    50                              const pmConfig *config ///< Configuration
     50                             pmConfig *config ///< Configuration
    5151                            );
    5252
     
    5454bool pmFPAviewWriteFitsMask(const pmFPAview *view, ///< View specifying level of interest
    5555                            pmFPAfile *file, ///< FPA file to write
    56                             const pmConfig *config ///< Configuration
     56                            pmConfig *config ///< Configuration
    5757                           );
    5858
     
    6060bool pmFPAviewWriteFitsWeight(const pmFPAview *view, ///< View specifying level of interest
    6161                              pmFPAfile *file, ///< FPA file to write
    62                               const pmConfig *config ///< Configuration
     62                              pmConfig *config ///< Configuration
    6363                             );
    6464
     
    6666bool pmFPAviewWriteFitsDark(const pmFPAview *view, ///< View specifying level of interest
    6767                            pmFPAfile *file, ///< FPA file to write
    68                             const pmConfig *config ///< Configuration
     68                            pmConfig *config ///< Configuration
    6969    );
    7070
Note: See TracChangeset for help on using the changeset viewer.