IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 23, 2021, 9:10:56 AM (5 years ago)
Author:
eugene
Message:

whitespace diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ppStack/src/ppStackThread.c

    r41908 r41932  
    189189
    190190                // override the recorded last scan
    191                 ro->thisImageScan  = thread->firstScan;
     191                ro->thisImageScan    = thread->firstScan;
    192192                ro->thisVarianceScan = thread->firstScan;
    193                 ro->thisMaskScan   = thread->firstScan;
    194                 ro->lastImageScan  = thread->lastScan;
    195                 ro->lastMaskScan   = thread->lastScan;
     193                ro->thisMaskScan     = thread->firstScan;
     194                ro->lastImageScan    = thread->lastScan;
     195                ro->lastMaskScan     = thread->lastScan;
    196196                ro->lastVarianceScan = thread->lastScan;
    197                 ro->forceScan      = true;
    198 
    199                 psFits *imageFits  = stack->imageFits->data[i]; // FITS file for image
    200                 psFits *maskFits   = stack->maskFits->data[i]; // FITS file for mask
     197                ro->forceScan        = true;
     198
     199                psFits *imageFits    = stack->imageFits->data[i]; // FITS file for image
     200                psFits *maskFits     = stack->maskFits->data[i]; // FITS file for mask
    201201                psFits *varianceFits = stack->varianceFits->data[i]; // FITS file for variance
    202202
Note: See TracChangeset for help on using the changeset viewer.