Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/data/
H A Dssystem_minor.ini91 coord_func=comet_orbit key
110 coord_func=comet_orbit key
129 coord_func=comet_orbit key
147 coord_func=comet_orbit key
164 coord_func=comet_orbit key
224 coord_func=comet_orbit key
243 coord_func=comet_orbit key
262 coord_func=comet_orbit key
281 coord_func=comet_orbit key
301 coord_func=comet_orbit key
[all …]
H A Dssystem_1000comets.ini9 coord_func=comet_orbit key
30 coord_func=comet_orbit key
52 coord_func=comet_orbit key
74 coord_func=comet_orbit key
96 coord_func=comet_orbit key
118 coord_func=comet_orbit key
140 coord_func=comet_orbit key
162 coord_func=comet_orbit key
184 coord_func=comet_orbit key
206 coord_func=comet_orbit key
[all …]
H A Dssystem_major.ini122 coord_func=ariel_special key
196 coord_func=calypso_special key
329 coord_func=deimos_special key
411 coord_func=dione_special key
433 coord_func=earth_special key
504 coord_func=europa_special key
742 coord_func=io_special key
970 coord_func=mars_special key
1046 coord_func=mimas_special key
1549 coord_func=rhea_special key
[all …]
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A Drolling.py757 def __init__(self, obj, windows, boundary, side, coord_func): argument
789 if not utils.is_dict_like(coord_func):
790 coord_func = {d: coord_func for d in self.obj.dims}
792 if c not in coord_func:
793 coord_func[c] = duck_array_ops.mean
794 self.coord_func = coord_func
951 self.coord_func[c],
1046 self.coord_func[c],
H A Dcommon.py944 coord_func: str = "mean",
1012 coord_func=coord_func,
/dports/astro/stellarium/stellarium-0.21.3/guide/
H A Dapp_ssystem_ini.tex55 coord_func=jupiter_special
284 coord_func=ell_orbit
306 coord_func=ell_orbit
379 coord_func=comet_orbit
500 coord_func=comet_orbit [can be omitted]
541 coord_func=comet_orbit [can be omitted]
/dports/devel/py-xarray/xarray-0.20.1/doc/
H A Dapi-hidden.rst25 core.rolling.DatasetCoarsen.coord_func
60 core.rolling.DataArrayCoarsen.coord_func
/dports/devel/py-xarray/xarray-0.20.1/xarray/tests/
H A Dtest_coarsen.py47 actual = ds.coarsen(time=2, x=3, boundary="trim", coord_func={"time": "max"}).max()
/dports/devel/py-xarray/xarray-0.20.1/doc/user-guide/
H A Dcomputation.rst392 function or method name to ``coord_func`` option,
396 da.coarsen(time=7, x=2, coord_func={"time": "min"}).mean()