Changeset 7573 for trunk/psastro/src/psastroParseCamera.c
- Timestamp:
- Jun 14, 2006, 4:20:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroParseCamera.c
r7084 r7573 44 44 return true; 45 45 } 46 47 48 // useful for debugging49 # if 050 for (int i = 0; i < input->fpa->chips->n; i++) {51 pmChip *chip = input->fpa->chips->data[i];52 fprintf (stderr, "chip %2d: %x %x\n", i, chip->file_exists, chip->process);53 54 for (int j = 0; j < chip->cells->n; j++) {55 pmCell *cell = chip->cells->data[j];56 fprintf (stderr, "cell %2d: %x %x\n", j, cell->file_exists, cell->process);57 58 }59 }60 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
