IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14765


Ignore:
Timestamp:
Sep 6, 2007, 1:14:30 PM (19 years ago)
Author:
Paul Price
Message:

Fixing debugging outputs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackReadout.c

    r14635 r14765  
    1111#define ARRAY_BUFFER 16                 // Number to add to array at a time
    1212#define WCS_TOLERANCE 0.001             // Tolerance for WCS
     13
     14#define REJECTION_FILES
     15#define INSPECTION_FILES
    1316
    1417bool ppStackReadout(pmConfig *config, const pmFPAview *view)
     
    214217        pmStackData *data = stack->data[i]; // Data for this image
    215218        psImage *inspected = psPixelsToMask(NULL, data->pixels,
    216                                             psRegionSet(0, data->sky->image->numCols,
    217                                                         0, data->sky->image->numRows),
     219                                            psRegionSet(0, data->readout->image->numCols,
     220                                                        0, data->readout->image->numRows),
    218221                                            maskBlank);
    219222        psString name = NULL;           // Name of image
     
    269272        pmStackData *data = stack->data[i]; // Data for this image
    270273        psImage *rejected = psPixelsToMask(NULL, data->pixels,
    271                                            psRegionSet(0, data->sky->image->numCols,
    272                                                        0, data->sky->image->numRows),
     274                                           psRegionSet(0, data->readout->image->numCols,
     275                                                       0, data->readout->image->numRows),
    273276                                           maskBlank);
    274277        psString name = NULL;           // Name of image
Note: See TracChangeset for help on using the changeset viewer.