Changeset 42828 for trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO4.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_DVO4.c (modified) (2 diffs)
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_DVO4.c
r21220 r42828 23 23 void test2x(); // small rotation with central offset 24 24 void test3x(); // 2nd order term in WRP with central offset 25 26 bool RegisterMosaic (Coords *in) { 27 return true; 28 } 25 29 26 30 int main (void) … … 898 902 psMetadata *header = psMetadataAlloc(); 899 903 900 sprintf (name, "RA--%s", &coords[0].ctype[4]);904 ps_snprintf_nowarn (name, 16, "RA--%s", &coords[0].ctype[4]); 901 905 psMetadataAddStr (header, PS_LIST_TAIL, "CTYPE1", PS_META_REPLACE, "", name); 902 sprintf (name, "DEC-%s", &coords[0].ctype[4]);906 ps_snprintf_nowarn (name, 16, "DEC-%s", &coords[0].ctype[4]); 903 907 psMetadataAddStr (header, PS_LIST_TAIL, "CTYPE2", PS_META_REPLACE, "", name); 904 908
Note:
See TracChangeset
for help on using the changeset viewer.
