IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34671


Ignore:
Timestamp:
Nov 16, 2012, 1:49:34 PM (14 years ago)
Author:
Serge CHASTEL
Message:

Fixed platescale value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMopsWrite.c

    r34668 r34671  
    5555      seeing += ((ppMopsDetections*) detections->data[d])->seeing;
    5656      totalGood += 1;
     57      if (isfinite(((ppMopsDetections*) detections->data[d])->platescale)) {
     58          det->platescale = ((ppMopsDetections*) detections->data[d])->platescale;
     59      }
    5760    }
    5861  }
Note: See TracChangeset for help on using the changeset viewer.