- Timestamp:
- Dec 18, 2015, 3:07:32 PM (11 years ago)
- Location:
- trunk/Ohana/src/relphot/src
- Files:
-
- 2 edited
-
MosaicOps.c (modified) (1 diff)
-
setMrelCatalog.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/MosaicOps.c
r38466 r39290 720 720 image[im].dMcal = mosaic[i].dMcal; 721 721 image[im].Xm = mosaic[i].Xm; 722 image[im].ubercalDist = mosaic[i].ubercalDist; 722 723 image[im].dMagSys = mosaic[i].dMsys; 723 724 image[im].nFitPhotom = mosaic[i].nFitPhotom; -
trunk/Ohana/src/relphot/src/setMrelCatalog.c
r39262 r39290 74 74 } 75 75 } 76 77 76 return (TRUE); 78 77 } … … 360 359 int minRank = (Nranking > 0) ? results->psfData[Nsec].ranking[0] : 10; 361 360 361 // when running -averages, we have no information about the images, so we cannot set this 362 if (results->minUbercalDist[Nsec] > -1) { 363 secfilt[Nsec].ubercalDist = results->minUbercalDist[Nsec]; 364 } 365 362 366 if (isSetMrelFinal) { 363 367 if ((average[0].objID == TEST_OBJ_ID) && (average[0].catID == TEST_CAT_ID)) { … … 367 371 // mark the measurements matching this ranking 368 372 markMeasureByRanking (&results->psfData[Nsec], measure, minRank, ID_MEAS_PHOTOM_PSF); 369 370 // when running -averages, we have no information about the images, so we cannot set this371 if (results->minUbercalDist[Nsec] > -1) {372 secfilt[Nsec].ubercalDist = results->minUbercalDist[Nsec];373 }374 373 375 374 if (Nranking) {
Note:
See TracChangeset
for help on using the changeset viewer.
