IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2009, 8:27:16 AM (17 years ago)
Author:
bills
Message:

Check for extra extensions following the pixels and if found copy
to the output files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksrelease.c

    r24381 r24853  
    6767        printf("time to process component %d: %f\n", sfiles->extnum, psTimerClear("PROCESS_COMPONENT"));
    6868    } while (streakFilesNextExtension(sfiles));
     69
     70    // check the weight and mask files for extra extensions that might be in files
     71    // (covariance matrix for example)
     72    copyExtraExtensions(sfiles);
     73
     74
    6975
    7076    psTimerStart("CLOSE_IMAGES");
Note: See TracChangeset for help on using the changeset viewer.