Changeset 21364 for trunk/ppImage/src/ppImageFileCheck.c
- Timestamp:
- Feb 5, 2009, 4:36:52 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageFileCheck.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageFileCheck.c
r14001 r21364 20 20 if (fpa->hdu) { 21 21 if (fpa->hdu->images) fprintf (stderr, " (%d,%d) images\n", -1, -1); 22 if (fpa->hdu-> weights) fprintf (stderr, " (%d,%d) weights\n", -1, -1);22 if (fpa->hdu->variances) fprintf (stderr, " (%d,%d) variances\n", -1, -1); 23 23 if (fpa->hdu->masks) fprintf (stderr, " (%d,%d) masks\n", -1, -1); 24 24 if (fpa->hdu->header) fprintf (stderr, " (%d,%d) header\n", -1, -1); … … 30 30 if (chip->hdu) { 31 31 if (chip->hdu->images) fprintf (stderr, " (%d,%d) images\n", i, -1); 32 if (chip->hdu-> weights) fprintf (stderr, " (%d,%d) weights\n", i, -1);32 if (chip->hdu->variances) fprintf (stderr, " (%d,%d) variances\n", i, -1); 33 33 if (chip->hdu->masks) fprintf (stderr, " (%d,%d) masks\n", i, -1); 34 34 if (chip->hdu->header) fprintf (stderr, " (%d,%d) header\n", i, -1); … … 40 40 if (cell->hdu) { 41 41 if (cell->hdu->images) fprintf (stderr, " (%d,%d) images\n", i, j); 42 if (cell->hdu-> weights) fprintf (stderr, " (%d,%d) weights\n", i, j);42 if (cell->hdu->variances) fprintf (stderr, " (%d,%d) variances\n", i, j); 43 43 if (cell->hdu->masks) fprintf (stderr, " (%d,%d) masks\n", i, j); 44 44 if (cell->hdu->header) fprintf (stderr, " (%d,%d) header\n", i, j); … … 50 50 if (readout) { 51 51 if (readout->image) fprintf (stderr, " (%d,%d,%d) image\n", i, j, k); 52 if (readout-> weight) fprintf (stderr, " (%d,%d,%d) weight\n", i, j, k);52 if (readout->variance) fprintf (stderr, " (%d,%d,%d) variance\n", i, j, k); 53 53 if (readout->mask) fprintf (stderr, " (%d,%d,%d) masks\n", i, j, k); 54 54 }
Note:
See TracChangeset
for help on using the changeset viewer.
