Changeset 27431 for trunk/ippToPsps/src/ippToPspsBatchDifference.c
- Timestamp:
- Mar 24, 2010, 11:15:44 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPspsBatchDifference.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPspsBatchDifference.c
r27345 r27431 9 9 #include "ippToPsps.h" 10 10 #include "ippToPspsConfig.h" 11 #include "ippToPspsDiffEnums.h" 11 12 12 13 /** … … 41 42 42 43 for (uint16_t i = 0; i<this->numOfInputFiles; i++) { 43 //for (uint16_t i = 0; i<3; i++) {44 44 45 45 if (fits_open_file(&fitsIn, this->inputFiles[i], READONLY, &status)) { … … 57 57 fits_get_hdrspace(fitsIn, &nKeys, NULL, &status); 58 58 ippToPspsConfig_writeTable(this->config, fitsIn, this->fitsOut, 1, "StackMeta", true); 59 fits_write_col(this->fitsOut, TLONG, 2, 1, 1, 1, &skycell, &status);59 fits_write_col(this->fitsOut, TLONG, STACKMETA_SKYCELLID, 1, 1, 1, &skycell, &status); 60 60 61 61 // build StackToImage … … 107 107 ippToPspsConfig_writeTable(this->config, fitsIn, this->fitsOut, 1, "StackLowSigDelta", false); 108 108 ippToPspsConfig_writeTable(this->config, fitsIn, this->fitsOut, tableSize, "StackHighSigDelta", false); 109 fits_write_col(this->fitsOut, TFLOAT, 5, 1, 1, tableSize, obsTimes, &status);109 fits_write_col(this->fitsOut, TFLOAT, STACKHIGHSIGDELTA_OBSTIME, 1, 1, tableSize, obsTimes, &status); 110 110 if (numLowSig) fits_delete_rowlist(this->fitsOut, lowSig, numLowSig, &status); 111 111
Note:
See TracChangeset
for help on using the changeset viewer.
