Changeset 6379 for trunk/psphot/src/psphotLoadPixels.c
- Timestamp:
- Feb 7, 2006, 8:52:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotLoadPixels.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotLoadPixels.c
r6117 r6379 24 24 } 25 25 } 26 26 27 27 // Read in the input pixels 28 28 if (! pmFPARead(input->fpa, input->fits, input->phu, db)) { … … 30 30 exit(EXIT_FAILURE); 31 31 } 32 32 33 return true; 33 34 }
Note:
See TracChangeset
for help on using the changeset viewer.
