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/streaksio.h

    r20816 r21156  
    1212void closeImage(sFile *sfile);
    1313
    14 void readImage(sFile *sfile, int extnum, ippStage stage);
     14void readImage(sFile *sfile, int extnum, ippStage stage, bool isMask);
    1515void copyPHU(streakFiles *sfiles, bool remove);
    1616void copyTable(sFile *out, sFile *in, int extnum);
     
    2525bool streakFilesNextExtension(streakFiles *sf);
    2626
     27bool isExciseValue(double, double);
     28void setMaskedToNAN(streakFiles *sfiles, psU8 maskMask, bool printCounts);
    2729#endif // STREAKS_IO_H
Note: See TracChangeset for help on using the changeset viewer.