IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2010, 3:45:08 PM (16 years ago)
Author:
Paul Price
Message:

Branching to branches/pap_delete for development of deletion of convolved diffs.

  • ppSub will now only write the convolved images if explicitly requested on the command-line.
  • diff_skyfile.pl only requests convolved images for warps (because we don't need to run magic on stacks).
  • magic_process.pl deletes the convolved images when done.
  • If magic_process.pl can't find the convolved image to use (e.g., it's already been deleted because we're re-running magic), then it is created on the fly using ppSubConvolve and the previously calculated convolution kernel.
Location:
branches/pap_delete
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/pap_delete/ppSub/src/ppSub.h

    r27109 r27537  
    4545    bool photometry;                    // Perform photometry?
    4646    bool inverse;                       // Output inverse subtraction as well?
     47    bool saveInConv;                    // Save convolved input?
     48    bool saveRefConv;                   // Save convolved reference?
    4749    psString stamps;                    // Stamps file
    4850    pmPSF *psf;                         // Point Spread Function
Note: See TracChangeset for help on using the changeset viewer.