IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 18, 2012, 5:56:48 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121130/pswarp/src/pswarp.h

    r28043 r34838  
    6262    psImage *region;
    6363
     64    /** values which are needed to control the background model warping. */
     65    bool background_warping;
     66    double offset_x;
     67    double offset_y;
     68 
    6469    /** input values for this tile */
    6570    int gridX;
     
    8186bool pswarpParseCamera (pmConfig *config);
    8287bool pswarpDefine (pmConfig *config);
     88bool pswarpDefineBackground (pmConfig *config);
    8389bool pswarpLoop (pmConfig *config, psMetadata *stats);
     90bool pswarpLoopBackground (pmConfig *config, psMetadata *stats);
    8491psExit pswarpExitCode(psExit exitValue);
    8592bool pswarpTransformReadout (pmReadout *output, pmReadout *input, pmConfig *config);
Note: See TracChangeset for help on using the changeset viewer.