IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2007, 5:27:02 PM (19 years ago)
Author:
Paul Price
Message:

Warp the source list as well as the pixels.

File:
1 edited

Legend:

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

    r14226 r14768  
    8080    }
    8181
     82    if (astrom) {
     83        pmFPAfile *outSources = pmFPAfileDefineSkycell(config, output->fpa, "PSWARP.OUTPUT.SOURCES");
     84        if (!outSources) {
     85            psError(PSWARP_ERR_CONFIG, false, "Failed to build FPA from PSWARP.OUTPUT.SOURCES");
     86            return false;
     87        }
     88        outSources->save = true;
     89    }
     90
     91
    8292    // Chip selection: turn on only the chips specified
    8393    bool mdok;                          // Status of MD lookup
Note: See TracChangeset for help on using the changeset viewer.