Changeset 11702 for trunk/psphot/src/psphotWeightBias.c
- Timestamp:
- Feb 7, 2007, 5:52:32 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotWeightBias.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotWeightBias.c
r11200 r11702 34 34 char *region = psMetadataLookupStr (&status, recipe, "ANALYSIS_REGION"); 35 35 psRegion AnalysisRegion = psRegionForImage (readout->image, psRegionFromString (region)); 36 if (psRegionIsNaN (AnalysisRegion)) psAbort ("psphot","analysis region mis-defined");36 if (psRegionIsNaN (AnalysisRegion)) psAbort("analysis region mis-defined"); 37 37 38 38 FILE *f = fopen ("bias.dat", "w"); 39 if (f == NULL) psAbort ("psphot","can't open output file");39 if (f == NULL) psAbort("can't open output file"); 40 40 41 41 for (int i = 0; i < sources->n; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
