IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34272


Ignore:
Timestamp:
Aug 1, 2012, 2:33:06 PM (14 years ago)
Author:
eugene
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadoutInverse.c

    r32697 r34272  
    3030    pmFPAfile *refFile;
    3131    if (noConvolve) {
    32       refFile = psMetadataLookupPtr(NULL, config->files, "PPSUB.REF"); // File with concepts
     32        refFile = psMetadataLookupPtr(NULL, config->files, "PPSUB.REF"); // File with concepts
    3333    }
    3434    else {
    35       refFile = psMetadataLookupPtr(NULL, config->files, "PPSUB.REF.CONV"); // File with concepts
     35        refFile = psMetadataLookupPtr(NULL, config->files, "PPSUB.REF.CONV"); // File with concepts
    3636    }
    3737    pmFPA *invFPA = invRO->parent->parent->parent; // Inverse FPA
     
    4444    pmHDU *invHDU = invFPA->hdu;          // Inverse HDU
    4545    if (!pmAstromWriteWCS(invHDU->header, outFPA, outChip, WCS_TOLERANCE)) {
    46         psError(psErrorCodeLast(), false, "Unable to write WCS astrometry to PPSUB.INVERSE.");
     46        psError(psErrorCodeLast(), false, "Unable to write WCS astrometry to PPSUB.INVERSE.");
    4747        psFree(view);
    48         return false;
     48        return false;
    4949    }
    5050    // Read from newly written astrometry so that it exists in the "inverse" FPA (for sources)
    5151    if (!pmAstromReadWCS(invFPA, invChip, invHDU->header, 1.0)) {
    52         psError(psErrorCodeLast(), false, "Unable to read WCS astrometry.");
     52        psError(psErrorCodeLast(), false, "Unable to read WCS astrometry.");
    5353        psFree(view);
    54         return false;
     54        return false;
    5555    }
    5656
Note: See TracChangeset for help on using the changeset viewer.