IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 8:18:22 PM (20 years ago)
Author:
magnier
Message:

finishing up conversion to pmFPAfile paradigm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPAfile.h

    r6827 r6847  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.1.2.10 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-04-10 20:22:42 $
     9*  @version $Revision: 1.1.2.11 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-04-13 06:17:28 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    8181    int xBin;    // desired binning in x direction
    8282    int yBin;    // desired binning in y direction
     83    psMetadata *format;
    8384}
    8485pmFPAfile;
     
    137138pmFPAfile *pmFPAfileFromConf (bool *found, pmConfig *config, char *filename, pmFPA *input);
    138139
     140// create a new output pmFPAfile based on an existing FPA
     141pmFPAfile *pmFPAfileFromFPA (pmConfig *config, pmFPA *src, int xBin, int yBin, char *filename);
     142
    139143// add the specified filename info (value) to the files of the given mode using the given reference name
    140144bool pmFPAfileAddFileNames (psMetadata *files, char *name, char *value, int mode);
     
    145149bool pmFPAfileCopyView (pmFPA *out, pmFPA *in, const pmFPAview *view);
    146150
     151bool pmFPAfileCopyStructureView (pmFPA *out, pmFPA *in, psMetadata *format, int xBin, int yBin, const pmFPAview *view);
     152
    147153# endif
Note: See TracChangeset for help on using the changeset viewer.