PyOPIA 2.5.6__tar.gz → 2.5.7__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.
- {pyopia-2.5.6 → pyopia-2.5.7}/PKG-INFO +1 -1
- pyopia-2.5.7/pyopia/__init__.py +1 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/io.py +1 -1
- pyopia-2.5.6/pyopia/__init__.py +0 -1
- {pyopia-2.5.6 → pyopia-2.5.7}/LICENSE +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/README.md +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/background.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/classify.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/cli.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/exampledata.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/instrument/__init__.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/instrument/common.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/instrument/holo.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/instrument/silcam.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/instrument/uvp.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/pipeline.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/plotting.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/process.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/simulator/__init__.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/simulator/silcam.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/statistics.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/tests/__init__.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/tests/test_classify.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/tests/test_notebooks.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyopia/tests/test_pipeline.py +0 -0
- {pyopia-2.5.6 → pyopia-2.5.7}/pyproject.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.5.7'
|
|
@@ -196,7 +196,7 @@ def combine_stats_netcdf_files(path_to_data, prefix='*'):
|
|
|
196
196
|
Folder name containing nc files with pattern '*Image-D*-STATS.nc'
|
|
197
197
|
|
|
198
198
|
prefix : str
|
|
199
|
-
Prefix to multi-file dataset (for replacing the
|
|
199
|
+
Prefix to multi-file dataset (for replacing <prefix> in the file name pattern '<prefix>Image-D*-STATS.nc').
|
|
200
200
|
Defaults to '*'
|
|
201
201
|
|
|
202
202
|
Returns
|
pyopia-2.5.6/pyopia/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.5.6'
|
|
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
|