Changeset 42116 for branches/eam_branches/ipp-20220316/Ohana/src/libdvo
- Timestamp:
- Mar 16, 2022, 4:21:02 PM (4 years ago)
- Location:
- branches/eam_branches/ipp-20220316/Ohana/src/libdvo/src
- Files:
-
- 2 edited
-
coordops.c (modified) (2 diffs)
-
skyregion_gsc.c (modified) (1 diff)
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 } -
branches/eam_branches/ipp-20220316/Ohana/src/libdvo/src/skyregion_gsc.c
r41738 r42116 247 247 int i; 248 248 double Rmin, Rmax, Dmin, Dmax; 249 char temp[ 80], name[80];249 char temp[50], name[80]; 250 250 SkyTable *band; 251 251 SkyRegion *regions;
Note:
See TracChangeset
for help on using the changeset viewer.
