Changeset 42389 for trunk/Ohana/src/imregister/imreg/iminfo.c
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/imreg/iminfo.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/imregister/imreg/iminfo.c
r27590 r42389 91 91 /* force strings to fit in available space (32 bytes) */ 92 92 gfits_scan (&header, CameraKeyword, "%s", 1, line); 93 strncpy (image[0].instrument, line, 31); 94 image[0].instrument[31] = 0; 93 strncpy_nowarn (image[0].instrument, line, 31); 95 94 96 95 gfits_scan (&header, FilterKeyword, "%s", 1, line); 97 96 MatchFilterList (line); 98 strncpy (image[0].filter, line, 31); 99 image[0].filter[31] = 0; 97 strncpy_nowarn (image[0].filter, line, 31); 100 98 101 99 /* header has RA & DEC in decimal degrees */
Note:
See TracChangeset
for help on using the changeset viewer.
