foscat.xarray.parameters#
Classes#
parameters for the scattering covariance transform |
Module Contents#
- class foscat.xarray.parameters.Parameters#
parameters for the scattering covariance transform
- Parameters:
n_orientations (
int) – The number of orientations of the kernelkernel_size (
int) – The size of the kernel in cells / pixelsjmax_delta (
float) – Compute the scattering covariance coefficients for this many refinement levels, starting with the data level (level, which is defined aslog2(nside)) in decreasing order. This means that the levels for which coefficients are computed are in the range\[[level - relative_level, level]\]If
relative_levelis None, compute all levels untillevel=0.dtype (
strornumpy.dtype, default:"float64") – The dtype to use for the transform.backend (
{"numpy", "torch", "tensorflow"}, default:"tensorflow") – The compute backend.
- dtype: str | numpy.dtype = 'float64'#
- cache: foscat.scat_cov.funct | None = None#