Home
last modified time | relevance | path

Searched refs:WCSHDO_P14 (Results 1 – 9 of 9) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dwcshdr.h1325 #define WCSHDO_P14 0x04000 macro
H A Dwcshdr.c558 } else if (ctrl & WCSHDO_P14) { in wcshdo()
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcshdr.h1325 #define WCSHDO_P14 0x04000 macro
H A Dwcshdr.c558 } else if (ctrl & WCSHDO_P14) { in wcshdo()
/dports/astro/siril/siril/subprojects/wcslib/
H A Dwcshdr.h1322 #define WCSHDO_P14 0x04000 macro
H A Dwcshdr.c560 } else if (ctrl & WCSHDO_P14) { in wcshdo()
/dports/astro/py-astropy/astropy-5.0/docs/wcs/
H A Drelax.rst417 - ``WCSHDO_P12``, ``WCSHDO_P13``, ``WCSHDO_P14``, ``WCSHDO_P15``, ``WCSHDO_P16``, ``WCSHDO_P17``, `…
423 - ``WCSHDO_P14`` : Use "%22.14G" format for all floating-point keyvalues (14 significant digits)
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/
H A Dwcs.py2651 precision = WCSHDO_P14 # Defined by C-ext # noqa: F821
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/src/
H A Dwcslib_wrap.c4247 CONSTANT(WCSHDO_P14) || in _setup_wcsprm_type()