IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2008, 4:09:57 PM (17 years ago)
Author:
bills
Message:

replace line that shouldn't have been commented out

File:
1 edited

Legend:

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

    r20808 r20810  
    121121        sfile->inNebulous = IN_NEBULOUS(sfile->name);
    122122
    123         // XXX: I should probably be using a different file rule for the diff, but I don't
    124         // have an input rule that takes a diff image. This should be compatible
     123        // XXX: I should probably be using a different file rule for diffs, but I don't
     124        // have an input rule that takes a diff image.
     125        // Since they're skycells, this should be compatible
    125126        sfile->pmfile = pmFPAfileDefineFromArgs(&status, config, "PPSUB.INPUT", "INPUT");
    126127        if (!sfile->pmfile) {
     
    932933    if (sf->stage == IPP_STAGE_CHIP) {
    933934        // For the chip level files, copy the WCS from the astrometry file to the header
    934         // updateAstrometry = true;
     935        updateAstrometry = true;
    935936        if (!pmAstromWriteWCS(sf->inImage->header, sf->inAstrom->fpa, sf->chip, 0.001)) {
    936937            psError(PS_ERR_UNKNOWN, false, "failed to update astrometry for extension %d", sf->extnum);
Note: See TracChangeset for help on using the changeset viewer.