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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyOPIA
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: A Python Ocean Particle Image Analysis toolbox.
5
5
  Home-page: https://github.com/sintef/pyopia
6
6
  Keywords: Ocean,Particles,Imaging,Measurement,Size distribution
@@ -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':
@@ -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