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/streakscompare.c

    r20843 r21156  
    3939            streaksExit("failed to advance to next extesion\n", PS_EXIT_DATA_ERROR);
    4040        }
    41         readImage(file1, 0, stage);
    42         readImage(file2, 0, stage);
     41        readImage(file1, 0, stage, false);
     42        readImage(file2, 0, stage, false);
    4343
    4444        psImage *image1 = file1->image;
Note: See TracChangeset for help on using the changeset viewer.