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

    r24716 r24853  
    198198    } while (streakFilesNextExtension(sfiles));
    199199
     200
    200201    psFree(streaks);
    201202
    202203    psLogMsg("streaksremove", PS_LOG_INFO, "pixels: %ld streak pixels: %ld %4.2f%%\n", totalPixels, totalStreakPixels, 100. * totalStreakPixels / totalPixels);
     204
     205    // check the weight and mask files for extra extensions that might be in files
     206    // (covariance matrix for example)
     207    copyExtraExtensions(sfiles);
    203208
    204209    // all done close the files. This is where the files are written so it can take a long time.
Note: See TracChangeset for help on using the changeset viewer.