foscat 2026.2.1__tar.gz → 2026.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {foscat-2026.2.1/src/foscat.egg-info → foscat-2026.2.2}/PKG-INFO +1 -1
- {foscat-2026.2.1 → foscat-2026.2.2}/pyproject.toml +1 -1
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/FoCUS.py +3 -3
- {foscat-2026.2.1 → foscat-2026.2.2/src/foscat.egg-info}/PKG-INFO +1 -1
- {foscat-2026.2.1 → foscat-2026.2.2}/LICENSE +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/README.md +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/setup.cfg +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/BkBase.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/BkNumpy.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/BkTensorflow.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/BkTorch.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/CNN.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/CircSpline.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/GCNN.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/HOrientedConvol.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/HealBili.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/HealSpline.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/Plot.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/Softmax.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/SphereDownGeo.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/SphereUpGeo.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/SphericalStencil.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/Spline1D.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/Synthesis.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/UNET.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/__init__.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/alm.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/alm_loc.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/backend.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/backend_tens.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/heal_NN.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/healpix_unet_torch.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/healpix_vit_skip.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/healpix_vit_torch-old.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/healpix_vit_torch.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/loss_backend_tens.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/loss_backend_torch.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/planar_vit.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/scat.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/scat1D.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/scat2D.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/scat_cov.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/scat_cov1D.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/scat_cov2D.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/scat_cov_map.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/scat_cov_map2D.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat/unet_2_d_from_healpix_params.py +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat.egg-info/SOURCES.txt +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat.egg-info/dependency_links.txt +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat.egg-info/requires.txt +0 -0
- {foscat-2026.2.1 → foscat-2026.2.2}/src/foscat.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: foscat
|
|
3
|
-
Version: 2026.2.
|
|
3
|
+
Version: 2026.2.2
|
|
4
4
|
Summary: Generate synthetic Healpix or 2D data using Cross Scattering Transform
|
|
5
5
|
Author-email: Jean-Marc DELOUIS <jean.marc.delouis@ifremer.fr>
|
|
6
6
|
Maintainer-email: Theo Foulquier <theo.foulquier@ifremer.fr>
|
|
@@ -9,7 +9,7 @@ from foscat.SphereDownGeo import SphereDownGeo
|
|
|
9
9
|
from foscat.SphereUpGeo import SphereUpGeo
|
|
10
10
|
import torch
|
|
11
11
|
|
|
12
|
-
TMPFILE_VERSION = "
|
|
12
|
+
TMPFILE_VERSION = "V14_0"
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class FoCUS:
|
|
@@ -39,7 +39,7 @@ class FoCUS:
|
|
|
39
39
|
mpi_rank=0
|
|
40
40
|
):
|
|
41
41
|
|
|
42
|
-
self.__version__ = "2026.02.
|
|
42
|
+
self.__version__ = "2026.02.2"
|
|
43
43
|
# P00 coeff for normalization for scat_cov
|
|
44
44
|
self.TMPFILE_VERSION = TMPFILE_VERSION
|
|
45
45
|
self.P1_dic = None
|
|
@@ -1579,7 +1579,7 @@ class FoCUS:
|
|
|
1579
1579
|
|
|
1580
1580
|
xx=np.tile(np.arange(self.KERNELSZ)-self.KERNELSZ//2,self.KERNELSZ).reshape(self.KERNELSZ,self.KERNELSZ)
|
|
1581
1581
|
|
|
1582
|
-
if nside>
|
|
1582
|
+
if nside>1:
|
|
1583
1583
|
wwr=(np.exp(-pw2*(xx**2+(xx.T)**2))*np.cos(pw*xx*np.pi)).reshape(1,1,self.KERNELSZ*self.KERNELSZ)
|
|
1584
1584
|
wwr-=wwr.mean()
|
|
1585
1585
|
wwi=(np.exp(-pw2*(xx**2+(xx.T)**2))*np.sin(pw*xx*np.pi)).reshape(1,1,self.KERNELSZ*self.KERNELSZ)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: foscat
|
|
3
|
-
Version: 2026.2.
|
|
3
|
+
Version: 2026.2.2
|
|
4
4
|
Summary: Generate synthetic Healpix or 2D data using Cross Scattering Transform
|
|
5
5
|
Author-email: Jean-Marc DELOUIS <jean.marc.delouis@ifremer.fr>
|
|
6
6
|
Maintainer-email: Theo Foulquier <theo.foulquier@ifremer.fr>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|