IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2009, 3:05:43 PM (17 years ago)
Author:
bills
Message:

Fixes to destreaking of raw images

Location:
trunk/magic/remove/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src

    • Property svn:ignore
      •  

        old new  
        22streaksreplace
        33streakscompare
         4streaksrelease
  • trunk/magic/remove/src/streaksremove.h

    r21085 r21156  
    2626    psArray     *imagecube;
    2727    pmFPAfile   *pmfile;
    28     int         numCols;
    29     int         numRows;
     28    int         col0;
     29    int         numCols;    // number of columns in data section of image (doesn't include bias section)
     30    int         xParity;
     31    int         row0;
     32    int         numRows;    // number of rows in data section of image (does not include bias section)
     33    int         yParity;
     34    double      exciseValue;
    3035} sFile;
    3136
     
    7580    int numCols, int numRows);
    7681// can't declare this in streaksastrom due to header file ordering
    77 extern void cellToChip(PixelPos *chip, strkAstrom *astrom, PixelPos *cell);
     82extern void cellToChip(double *xChip, double *yChip, strkAstrom *astrom, double xCell, double yCell);
     83extern void cellToChipInt(int *xChip, int *yChip, strkAstrom *astrom, int xCell, int yCell);
    7884
    7985extern bool computeWarpedPixels(streakFiles *sf);
Note: See TracChangeset for help on using the changeset viewer.