- Timestamp:
- Mar 16, 2022, 4:21:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/Ohana/src/libdvo/src/coordops.c
r42075 r42116 888 888 889 889 int OldAIPS; 890 char csys[16], ctype[ 16];890 char csys[16], ctype[32]; 891 891 double rotate, Lambda; 892 892 … … 906 906 if (!strncmp (coords[0].ctype, "SLAT", 4)) strcpy (csys, "SLON"); 907 907 if (!strcmp (csys, "NONE")) return (FALSE); 908 snprintf (ctype, 16, "%s-%s", csys, &coords[0].ctype[5]);908 snprintf (ctype, 32, "%s-%s", csys, &coords[0].ctype[5]); 909 909 gfits_modify (header, "CTYPE1", "%s", 1, ctype); 910 910 }
Note:
See TracChangeset
for help on using the changeset viewer.
