Changeset 42828 for trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO2.c
- Timestamp:
- May 8, 2025, 4:50:20 PM (14 months ago)
- Location:
- trunk/psModules/test/astrom
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tap_pmAstrometryWCS_DVO2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/astrom
- Property svn:ignore
-
old new 11 11 tap_pmAstrometryWCS_DVO3 12 12 tap_pmAstrometryWCS_DVO4 13 test-suite.log
-
- Property svn:ignore
-
trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO2.c
r21220 r42828 572 572 psMetadata *header = psMetadataAlloc(); 573 573 574 sprintf (name, "RA--%s", &coords[0].ctype[4]);574 ps_snprintf_nowarn (name, 16, "RA--%s", &coords[0].ctype[4]); 575 575 psMetadataAddStr (header, PS_LIST_TAIL, "CTYPE1", PS_META_REPLACE, "", name); 576 sprintf (name, "DEC-%s", &coords[0].ctype[4]);576 ps_snprintf_nowarn (name, 16, "DEC-%s", &coords[0].ctype[4]); 577 577 psMetadataAddStr (header, PS_LIST_TAIL, "CTYPE2", PS_META_REPLACE, "", name); 578 578
Note:
See TracChangeset
for help on using the changeset viewer.
