IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2006, 5:57:23 PM (20 years ago)
Author:
eugene
Message:

substantial upgrade to work with the pmFPAfile paradigm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageOptions.h

    r6747 r6817  
    11#ifndef PP_IMAGE_OPTIONS_H
    22#define PP_IMAGE_OPTIONS_H
    3 
    4 #include "pslib.h"
    5 #include "psmodules.h"
    6 #include "ppImageData.h"
    7 #include "ppConfig.h"
    8 
    9 // How much of the FPA to load at a time
    10 typedef enum {
    11     PP_LOAD_NONE,                       // Don't load anything
    12     PP_LOAD_FPA,                        // Load the entire FPA at once
    13     PP_LOAD_CHIP,                       // Load by chip
    14     PP_LOAD_CELL,                       // Load by cell
    15 } ppImageLoadDepth;
    163
    174// Options for ppImage processing
     
    3017    psMetadataItem *nonLinearData;
    3118    void *nonLinearSource;
    32     ppImageLoadDepth imageLoadDepth;    // How much of the FPA to load at once
    3319} ppImageOptions;
    3420
     
    3622
    3723// Determine the processing options
    38 bool ppImageOptionsParse(ppImageData *data, // The data to be processed
    39                          ppImageOptions *options, // Processing options
    40                          pmConfig *config    // Configuration
    41     );
     24ppImageOptions *ppImageOptionsParse(pmConfig *config);
    4225
    4326#endif
Note: See TracChangeset for help on using the changeset viewer.