Home
last modified time | relevance | path

Searched refs:hglt_obs (Results 1 – 25 of 27) sorted by relevance

12

/dports/astro/py-astropy/astropy-5.0/astropy/wcs/tests/
H A Dtest_auxprm.py27 assert w.wcs.aux.hglt_obs is None
74 assert_allclose(w.wcs.aux.hglt_obs, -6.820544)
102 w.wcs.aux.hglt_obs = 40.
103 assert_allclose(w.wcs.aux.hglt_obs, 40.)
131 w.wcs.aux.hglt_obs = 40.
132 assert_allclose(w.wcs.aux.hglt_obs, 40.)
163 assert w.wcs.aux.hglt_obs is not None
164 w.wcs.aux.hglt_obs = None
165 assert w.wcs.aux.hglt_obs is None
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/src/
H A Dwcslib_auxprm_wrap.c74 if (aux->hglt_obs != UNDEFINED) wcsprintf(" %f", aux->hglt_obs); in auxprmprt()
170 if(self->x == NULL || self->x->hglt_obs == UNDEFINED) { in PyAuxprm_get_hglt_obs()
173 return get_double("hglt_obs", self->x->hglt_obs); in PyAuxprm_get_hglt_obs()
181 self->x->hglt_obs = UNDEFINED; in PyAuxprm_set_hglt_obs()
184 return set_double("hglt_obs", value, &self->x->hglt_obs); in PyAuxprm_set_hglt_obs()
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/
H A Ddocstrings.py987 hglt_obs = """ variable
/dports/astro/wcslib/wcslib-7.7/C/test/
H A Dtbth1.out170 hglt_obs: 7.250000000
404 hglt_obs: 7.250000000
638 hglt_obs: 7.250000000
881 hglt_obs: 7.250000000
1121 hglt_obs: 7.250000000
H A Dtpih1.out155 hglt_obs: 7.250000000
397 hglt_obs: 7.250000000
642 hglt_obs: 7.250000000
/dports/astro/wcslib/wcslib-7.7/Fortran/test/
H A Dtpih1.out155 hglt_obs: 7.250000000
397 hglt_obs: 7.250000000
642 hglt_obs: 7.250000000
/dports/astro/siril/siril/subprojects/wcslib/
H A Dwcs.h1802 double hglt_obs; // Heliographic latitude of observer. member
H A Dwcshdr.c1364 if (!undefined(aux->hglt_obs)) { in wcshdo()
1365 wcsutil_double2str(keyvalue, format, aux->hglt_obs); in wcshdo()
1378 if (!undefined(aux->hglt_obs)) { in wcshdo()
1379 wcsutil_double2str(keyvalue, format, aux->hglt_obs); in wcshdo()
H A Dwcs.c722 aux->hglt_obs = UNDEFINED; in wcsauxi()
1251 wcsdst->aux->hglt_obs = wcssrc->aux->hglt_obs; in wcssub()
1573 !wcsutil_Eq(1, tol, &wcs1->aux->hglt_obs, &wcs2->aux->hglt_obs)) { in wcscompare()
1999 wcsprt_auxd("hglt_obs", wcs->aux->hglt_obs); in wcsprt()
H A Dwcspih.c22421 vptr = &(auxtem.hglt_obs);
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcs.h2037 double hglt_obs; // Heliographic latitude of observer. member
H A Dwcshdr.c1362 if (!undefined(aux->hglt_obs)) { in wcshdo()
1363 wcsutil_double2str(keyvalue, format, aux->hglt_obs); in wcshdo()
1376 if (!undefined(aux->hglt_obs)) { in wcshdo()
1377 wcsutil_double2str(keyvalue, format, aux->hglt_obs); in wcshdo()
H A Dwcs.c721 aux->hglt_obs = UNDEFINED; in wcsauxi()
1254 wcsdst->aux->hglt_obs = wcssrc->aux->hglt_obs; in wcssub()
1576 !wcsutil_dblEq(1, tol, &wcs1->aux->hglt_obs, &wcs2->aux->hglt_obs)) { in wcscompare()
2238 wcsprt_auxd("hglt_obs", wcs->aux->hglt_obs); in wcsprt()
H A Dwcspih.l1088 vptr = &(auxtem.hglt_obs);
H A Dwcsbth.l1903 vptr = &(auxtem.hglt_obs);
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/include/wcslib/
H A Dwcs.h2037 double hglt_obs; // Heliographic latitude of observer. member
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dwcs.h2037 double hglt_obs; // Heliographic latitude of observer. member
H A Dwcshdr.c1362 if (!undefined(aux->hglt_obs)) { in wcshdo()
1363 wcsutil_double2str(keyvalue, format, aux->hglt_obs); in wcshdo()
1376 if (!undefined(aux->hglt_obs)) { in wcshdo()
1377 wcsutil_double2str(keyvalue, format, aux->hglt_obs); in wcshdo()
H A Dwcs.c721 aux->hglt_obs = UNDEFINED; in wcsauxi()
1254 wcsdst->aux->hglt_obs = wcssrc->aux->hglt_obs; in wcssub()
1576 !wcsutil_dblEq(1, tol, &wcs1->aux->hglt_obs, &wcs2->aux->hglt_obs)) { in wcscompare()
2238 wcsprt_auxd("hglt_obs", wcs->aux->hglt_obs); in wcsprt()
H A Dwcspih.l1088 vptr = &(auxtem.hglt_obs);
H A Dwcsbth.l1903 vptr = &(auxtem.hglt_obs);
/dports/astro/wcslib/wcslib-7.7/Fortran/
H A Dwcs_f.c447 wcsp->aux->hglt_obs = *dvalp; in wcsput_()
776 *dvalp = wcsp->aux ? wcsp->aux->hglt_obs : UNDEFINED; in wcsget_()
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/flexed/
H A Dwcspih.c22383 vptr = &(auxtem.hglt_obs);
H A Dwcsbth.c28016 vptr = &(auxtem.hglt_obs);
/dports/astro/wcslib/wcslib-7.7/C/flexed/
H A Dwcspih.c22383 vptr = &(auxtem.hglt_obs);

12