IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2007, 5:41:36 PM (19 years ago)
Author:
Paul Price
Message:

Making the astrometry pmFPAfile into its own empire. We were having trouble reading the real astrometry (separate file output from psastro) because it was using the input image header as the source. Tried playing around with supplementing FITS headers, before realising the simplest solution: the astrometry can have its own FPA, and then read the astrometric solution into the image FPA. Works nicely.

File:
1 edited

Legend:

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

    r13705 r14210  
    1717    // the input image(s) are required arguments; they define the camera
    1818    status = false;
    19     pmFPAfile *astrom = pmFPAfileBindFromArgs(&status, input, config, "PSWARP.ASTROM", "ASTROM");
     19    pmFPAfile *astrom = pmFPAfileDefineFromArgs(&status, config, "PSWARP.ASTROM", "ASTROM");
    2020    if (!status) {
    2121        psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
Note: See TracChangeset for help on using the changeset viewer.