IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2008, 4:16:47 PM (18 years ago)
Author:
eugene
Message:

supplying db handle to concept loading functions

File:
1 edited

Legend:

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

    r18030 r18137  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-06-09 22:59:02 $
     6 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-06-14 02:15:05 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    5656                       psFits *fits,    // FITS file from which to read
    5757                       int z,           // Readout number/plane; zero-offset indexing
    58                        int numRows      // The number of rows to read
     58                       int numRows,      // The number of rows to read
     59                       psDB *db
    5960                      );
    6061
     
    6263///
    6364/// This function is type-independent (doesn't matter if you are interested in the image/mask/weight).
    64 int pmCellNumReadouts(pmCell *cell, psFits *fits);
     65int pmCellNumReadouts(pmCell *cell, psFits *fits, psDB *db);
    6566
    6667/// Read an entire cell
Note: See TracChangeset for help on using the changeset viewer.