Changeset 13144
- Timestamp:
- May 2, 2007, 2:22:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/gstars.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/gstars.c
r12775 r13144 169 169 170 170 exttype[Nimage] = strcreate (tmpword); 171 gfits_scan (headers[i], "EXTNAME", "%s", 1, tmpword);171 gfits_scan (headers[i], ExtnameKeyword, "%s", 1, tmpword); 172 172 extdata[Nimage] = strcreate (tmpword); 173 173 gfits_scan (headers[i], "EXTHEAD", "%s", 1, tmpword); … … 177 177 // find the matching exthead entry 178 178 for (j = 0; j < Nheader; j++) { 179 if (gfits_scan (headers[j], "EXTNAME", "%s", 1, tmpword)) {179 if (gfits_scan (headers[j], ExtnameKeyword, "%s", 1, tmpword)) { 180 180 if (!strcmp (tmpword, exthead[Nimage])) { 181 181 extnum_head[Nimage] = j; … … 196 196 extsize[0] = headers[0][0].size + gfits_matrix_size (headers[0]); 197 197 extsize[1] = headers[1][0].size + gfits_matrix_size (headers[1]); 198 gfits_scan (headers[1], "EXTNAME", "%s", 1, tmpword);198 gfits_scan (headers[1], ExtnameKeyword, "%s", 1, tmpword); 199 199 if (!strcmp (tmpword, "SMPFILE")) { 200 200 extdata[Nimage] = strcreate (tmpword);
Note:
See TracChangeset
for help on using the changeset viewer.
