Changeset 15037
- Timestamp:
- Sep 26, 2007, 1:30:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/getstar/src/ReadImageFiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/getstar/src/ReadImageFiles.c
r14590 r15037 132 132 gfits_scan (headers[i], "EXTTYPE", "%s", 1, tmpword); 133 133 134 if (!strcmp (tmpword, "SMPDATA") || 135 !strcmp (tmpword, "PS1_DEV_0")) { 134 if (!strcmp (tmpword, "SMPDATA") || 135 !strcmp (tmpword, "PS1_DEV_0") || 136 !strcmp (tmpword, "PS1_DEV_1")) { 136 137 137 138 exttype[Nimage] = strcreate (tmpword);
Note:
See TracChangeset
for help on using the changeset viewer.
