IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 26, 2007, 4:08:19 PM (18 years ago)
Author:
eugene
Message:

added code for pmFPAGenerateReadout

File:
1 edited

Legend:

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

    r14889 r15931  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-09-19 21:37:58 $
     6 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-12-27 02:08:19 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    133133pmFPAfile *pmFPAfileDefineSingleFromArgs (bool *found, pmConfig *config, const char *filename,
    134134        const char *argname, int entry);
     135
     136// Select or construct the requested readout.  If the named entry does not exist, generate it based
     137// on the specified fpa and binning.  We have 4 possibilities: (INTERNAL or I/O file) and (exists or
     138// not).  This call is used after all user-requested pmFPAfiles have been generated.  A missing
     139// pmFPAfile is being used internally.
     140pmReadout *pmFPAGenerateReadout(const pmConfig *config, // configuration information
     141                                const pmFPAview *view, // select background for this entry
     142                                const char *name, // name of internal/external file
     143                                const pmFPA *fpa, // use this fpa to generate
     144                                const psImageBinning *binning);
     145
    135146/// @}
    136147# endif
Note: See TracChangeset for help on using the changeset viewer.