IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2008, 4:33:08 PM (18 years ago)
Author:
Paul Price
Message:

Don't cull the camera used for the skycell!

File:
1 edited

Legend:

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

    r18924 r19043  
    167167    // Dump configuration, now that's it's settled
    168168    {
    169         pmConfigCamerasCull(config);
     169        const char *skyCamera = psMetadataLookupStr(NULL, config->arguments,
     170                                                    "SKYCELL.CAMERA");  // Name of camera for skycell
     171        pmConfigCamerasCull(config, skyCamera);
    170172        pmConfigRecipesCull(config, "PSWARP,PPSTATS,PSPHOT,MASKS");
    171173
Note: See TracChangeset for help on using the changeset viewer.