IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2007, 2:29:17 PM (19 years ago)
Author:
magnier
Message:

remove unneeded pmFPAfile elements (and from camera.config)

File:
1 edited

Legend:

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

    r12299 r12455  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-03-08 00:41:32 $
     6 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-03-16 00:29:17 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    3737    PM_FPA_FILE_JPEG,
    3838    PM_FPA_FILE_KAPA,
    39     PM_FPA_FILE_MANAPLOT,
    4039    PM_FPA_FILE_MASK,
    4140    PM_FPA_FILE_WEIGHT,
     
    6059typedef struct
    6160{
    62     pmFPAfileMode mode;   // is this file read, written, or only used internally?
    63     pmFPAfileType type;   // what type of data is read from / written to disk?
    64     pmFPAfileState state;  // have we opened the file, etc?
     61    pmFPAfileMode mode;                 // is this file read, written, or only used internally?
     62    pmFPAfileType type;                 // what type of data is read from / written to disk?
     63    pmFPAfileState state;               // have we opened the file, etc?
    6564
    66     // Desired levels, set by the user
    67     pmFPALevel fileLevel;  // what level in the FPA hierarchy represents a unique file?
    68     pmFPALevel dataLevel;  // at what level do we read/write the data segment?
    69     pmFPALevel freeLevel;  // at what level do we free the data segment?
     65    pmFPALevel fileLevel;               // what level in the FPA hierarchy represents a unique file?
     66    pmFPALevel dataLevel;               // at what level do we read/write the data segment? (request by user)
     67    pmFPALevel freeLevel;               // at what level do we free the data segment? (set by program)
    7068    pmFPALevel mosaicLevel;             // at what level is the mosaic?
    7169
    72     pmFPA *fpa;    // for I/O files, we carry a pointer to the complete fpa
    73     psFits *fits;   // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle
     70    pmFPA *fpa;                         // for I/O files, we carry a pointer to the complete fpa
     71    psFits *fits;                       // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle
    7472
    75     bool phu;             // have we written a PHU for this file?
    76     psMetadata *header;   // pointer (view) to the current hdu header
     73    bool phu;                           // have we written a PHU for this file?
     74    psMetadata *header;                 // pointer (view) to the current hdu header
    7775
    78     pmReadout *readout;   // for internal files, we only carry a single readout
     76    pmReadout *readout;                 // for internal files, we only carry a single readout
    7977
    80     psMetadata *names;   // filenames supplied by the cmdline or detdb are saved here
     78    psMetadata *names;                  // filenames supplied by the cmdline or detdb are saved here
    8179
    82     char *filerule;   // rule for constructing a filename when needed
    83     char *filextra;   // additional information used to define filenames (context dependent)
    84     char *extrule;   // rule for constructing an extension name when needed
    85     char *extxtra;   // additional information used to define extension names (context dependent)
     80    char *filerule;                     // rule for constructing a filename when needed
     81    char *filesrc;                      // rule to find file in pmFPAfile->names list
    8682
    87     char *name;    // the name of the rule (useful for debugging / tracing)
    88     char *filename;   // the current name of an active file
    89     char *extname;   // the current name of an active file extension
     83    char *name;                         // the name of the rule (useful for debugging / tracing)
     84    char *filename;                     // the current name of an active file
     85    char *extname;                      // the current name of an active file extension
    9086
    9187    pmDetrendSelectResults *detrend;    // Detrend information, from pmDetrendSelect
     
    9591    // the following elements are used for WRITE-mode IMAGE-type pmFPAfiles to inform
    9692    // the creation of a new image based on an existing image
    97     pmFPA *src;    // if an output FPA, inherit from this FPA
    98     int xBin;    // desired binning in x direction
    99     int yBin;    // desired binning in y direction
     93    pmFPA *src;                         // if an output FPA, inherit from this FPA
     94    int xBin;                           // desired binning in x direction
     95    int yBin;                           // desired binning in y direction
    10096
    10197    psMetadata *camera;                 // Camera configuration
Note: See TracChangeset for help on using the changeset viewer.