IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14899


Ignore:
Timestamp:
Sep 19, 2007, 4:17:47 PM (19 years ago)
Author:
Paul Price
Message:

Don't save the sources we find as part of deriving the PSF --- they
might clobber the ones we get from transforming the input coordinates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpParseCamera.c

    r14875 r14899  
    105105            return false;
    106106        }
     107
     108        // Turn off writing the sources we find as part of deriving the PSF --- they might clobber the ones we
     109        // get from transforming the input coordinates.
     110        pmFPAfile *psphotSources = psMetadataLookupPtr(NULL, config->files, "PSPHOT.OUTPUT");
     111        assert(psphotSources);
     112        psphotSources->save = false;
    107113    }
    108114
Note: See TracChangeset for help on using the changeset viewer.