Changeset 34075
- Timestamp:
- Jun 25, 2012, 9:02:27 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/Ohana/src/relphot/src
- Files:
-
- 2 edited
-
StarOps.c (modified) (1 diff)
-
select_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/relphot/src/StarOps.c
r34070 r34075 502 502 503 503 if (haveStack && (N > 1)) { 504 fprintf (stderr, "multiple stack values for %10.6f %10.6f\n", catalog[Nc].averageT[j].R, catalog[Nc].averageT[j].D);504 // fprintf (stderr, "multiple stack values for %10.6f %10.6f\n", catalog[Nc].averageT[j].R, catalog[Nc].averageT[j].D); 505 505 } 506 506 -
branches/eam_branches/ipp-20120601/Ohana/src/relphot/src/select_images.c
r33985 r34075 256 256 } 257 257 if (RESET) { 258 if (!KEEP_UBERCAL ) {258 if (!KEEP_UBERCAL || !(image[nimage].flags & ID_IMAGE_PHOTOM_UBERCAL)) { 259 259 image[nimage].Mcal = 0.0; 260 260 image[nimage].dMcal = NAN;
Note:
See TracChangeset
for help on using the changeset viewer.
