IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2008, 9:20:22 AM (18 years ago)
Author:
Paul Price
Message:

Seems we still need the psastro recipe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r18969 r19024  
    3030    {
    3131        pmConfigCamerasCull(config);
    32         pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS");
     32        pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO");
    3333
    3434        const char *outroot = psMetadataLookupStr(NULL, config->arguments, "OUTPUT"); // Output root name
     
    6464            }
    6565
    66             // XXX for now, skip the video cells (cell->readouts->n > 1)
    67             if (cell->readouts->n > 1) {
    68               psWarning ("Skipping Video Cell for ppImageDetrendReadout");
    69               continue;
    70             }
     66            // XXX for now, skip the video cells (cell->readouts->n > 1)
     67            if (cell->readouts->n > 1) {
     68              psWarning ("Skipping Video Cell for ppImageDetrendReadout");
     69              continue;
     70            }
    7171
    7272            // process each of the readouts
Note: See TracChangeset for help on using the changeset viewer.