IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2006, 12:15:55 PM (19 years ago)
Author:
Paul Price
Message:

Adding FRINGE type to pmFPAfile, which reads from/writes to FITS tables at the cell level.

File:
1 edited

Legend:

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

    r9585 r9950  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-10-17 00:41:05 $
     9*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-11-13 22:15:55 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    3737    PM_FPA_FILE_JPEG,
    3838    PM_FPA_FILE_MANAPLOT,
     39    PM_FPA_FILE_FRINGE,
    3940} pmFPAfileType;
    4041
     
    101102pmReadout *pmFPAfileThisReadout (psMetadata *files, const pmFPAview *view, const char *name);
    102103
     104// select the cell from the named pmFPAfile; if the named file does not exist,
     105pmCell *pmFPAfileThisCell (psMetadata *files, const pmFPAview *view, const char *name);
     106
     107// select the chip from the named pmFPAfile; if the named file does not exist,
     108pmChip *pmFPAfileThisChip (psMetadata *files, const pmFPAview *view, const char *name);
     109
    103110// add the specified filename info (value) to the files of the given mode using the given reference name
    104111bool pmFPAfileAddFileNames (psMetadata *files, char *name, char *value, int mode);
     
    111118bool pmFPAfileCopyStructureView (pmFPA *out, pmFPA *in, int xBin, int yBin, const pmFPAview *view);
    112119
     120// Return the file type enum from a string
     121pmFPAfileType pmFPAfileTypeFromString(const char *type);
     122
    113123# endif
Note: See TracChangeset for help on using the changeset viewer.