PyOPIA 2.1.0__tar.gz → 2.1.1__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.1.0 → pyopia-2.1.1}/PKG-INFO +1 -1
- pyopia-2.1.1/pyopia/__init__.py +1 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/background.py +0 -1
- pyopia-2.1.0/pyopia/__init__.py +0 -1
- {pyopia-2.1.0 → pyopia-2.1.1}/LICENSE +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/README.md +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/classify.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/cli.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/exampledata.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/instrument/__init__.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/instrument/common.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/instrument/holo.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/instrument/silcam.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/io.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/pipeline.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/plotting.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/process.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/statistics.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/tests/__init__.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/tests/test_classify.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/tests/test_notebooks.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyopia/tests/test_pipeline.py +0 -0
- {pyopia-2.1.0 → pyopia-2.1.1}/pyproject.toml +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.1.1'
|
|
@@ -253,7 +253,6 @@ class CorrectBackgroundAccurate():
|
|
|
253
253
|
return data
|
|
254
254
|
|
|
255
255
|
data['im_corrected'] = correct_im_accurate(data['imbg'], data[self.image_source])
|
|
256
|
-
data['im_corrected'] = correct_im_accurate(data['imbg'], data[self.image_source])
|
|
257
256
|
|
|
258
257
|
match self.bgshift_function:
|
|
259
258
|
case 'pass':
|
pyopia-2.1.0/pyopia/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.1.0'
|
|
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
|