teareduce 0.6.2__py3-none-any.whl → 0.6.3__py3-none-any.whl

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.
@@ -20,7 +20,7 @@ except ModuleNotFoundError as e:
20
20
  import numpy as np
21
21
  from rich import print
22
22
  from scipy import ndimage
23
- from tqdm.notebook import tqdm
23
+ from tqdm.auto import tqdm
24
24
 
25
25
  from .dilatemask import dilatemask
26
26
  from .interpolation_x import interpolation_x
teareduce/sdistortion.py CHANGED
@@ -12,7 +12,7 @@ import matplotlib.pyplot as plt
12
12
  import numpy as np
13
13
  from numpy.polynomial import Polynomial
14
14
  from scipy import ndimage
15
- from tqdm.notebook import tqdm
15
+ from tqdm.auto import tqdm
16
16
 
17
17
  from .imshow import imshow
18
18
  from .polfit import polfit_residuals_with_sigma_rejection
teareduce/statsummary.py CHANGED
@@ -10,7 +10,7 @@
10
10
  from astropy.io import fits
11
11
  import numpy as np
12
12
  from pathlib import Path
13
- from tqdm.notebook import tqdm
13
+ from tqdm.auto import tqdm
14
14
 
15
15
  from .robust_std import robust_std
16
16
  from .sliceregion import SliceRegion2D
teareduce/version.py CHANGED
@@ -9,7 +9,7 @@
9
9
  #
10
10
  """Module to define the version of the teareduce package."""
11
11
 
12
- VERSION = '0.6.2'
12
+ VERSION = '0.6.3'
13
13
 
14
14
 
15
15
  def main():
teareduce/wavecal.py CHANGED
@@ -19,7 +19,7 @@ import numpy as np
19
19
  from numpy.polynomial import Polynomial
20
20
  from pathlib import Path
21
21
  from scipy.ndimage import gaussian_filter1d
22
- from tqdm.notebook import tqdm
22
+ from tqdm.auto import tqdm
23
23
 
24
24
  from .ctext import ctext
25
25
  from .imshow import imshow
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: teareduce
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: Utilities for astronomical data reduction
5
5
  Author-email: Nicolás Cardiel <cardiel@ucm.es>
6
6
  License: GPL-3.0-or-later
@@ -11,12 +11,12 @@ teareduce/numsplines.py,sha256=1PpG-frdc9Qz3VRbC7XyZFWKmhus05ID4REtFnWDmUo,8049
11
11
  teareduce/peaks_spectrum.py,sha256=XLMbJZnyYDVSaa5nCMXk9kSn0fyG_lhVmXWHzTwehiA,9878
12
12
  teareduce/polfit.py,sha256=CGsrRsz_Du2aKxOcgXi36lpAZO04JyqCCUaxhC0C-Mk,14281
13
13
  teareduce/robust_std.py,sha256=dk1G3VgiplZzmSfL7qWniEZ-5c3novHnBpRPCM77u84,1084
14
- teareduce/sdistortion.py,sha256=5ZsZn4vD5Sw2aoqO8-NIOH7H89Zmh7ZDkow6YbAotHU,5916
14
+ teareduce/sdistortion.py,sha256=z7GX7MMkWhexUJn4VqsSOXLNsZTSdoaCzl9ukW1XlaA,5912
15
15
  teareduce/simulateccdexposure.py,sha256=cdbpca6GVuM3d7R1LGzlIZZvjTq_jzrlkk_Cli7aouQ,24636
16
16
  teareduce/sliceregion.py,sha256=Jdf8XvmGaY_vaY1cneTaRtSOYPxpUsJm9cXJDDMa0YM,18626
17
- teareduce/statsummary.py,sha256=VTNAnBV8z6suqiyB2Lhw3YjUUOjlmwUPX3enkOKRF54,5422
18
- teareduce/version.py,sha256=o7SAmaP8sKBVZuyqLPQzuyXAEUz7RtIjd5a0cEuLK1U,419
19
- teareduce/wavecal.py,sha256=2MewWz5Y3ms41c305UtWOM_LaLNdk1mugDXCtzf-fSw,68586
17
+ teareduce/statsummary.py,sha256=vtM0ZtKI1-uw6zZyNwDkBGDS_hOdBcFCtpMzdSrLwIw,5418
18
+ teareduce/version.py,sha256=5OLsoOGTynAq9W1Tk0MbFBgLp-dSgk_DJevWggz0awc,419
19
+ teareduce/wavecal.py,sha256=nu0iYM2475pJr3btODa5T8XKgNVA-kc8Fsio9Oe2biY,68582
20
20
  teareduce/write_array_to_fits.py,sha256=kWDrEH9coJ1yIu56oQJpWtDqJL4c8HGmssE9jle4e94,617
21
21
  teareduce/zscale.py,sha256=SDgmcDD2N5GvDn46JADCgTQJPBF_N_jSKMHoeTz9Nsw,1152
22
22
  teareduce/cleanest/__init__.py,sha256=1rcfu97uqj3R-OZbU9HHLYaTzWkS-poRFBBy8nuH7p4,547
@@ -29,7 +29,7 @@ teareduce/cleanest/dilatemask.py,sha256=I5tHAv5VEO6V0Wed8Ar20uLt4F9P-tgjmLL5BAaF
29
29
  teareduce/cleanest/find_closest_true.py,sha256=mWdIvhipzAXDRKfePDrP7f0lP4U48cckpHiKwiB4jHI,1320
30
30
  teareduce/cleanest/gausskernel2d_elliptical.py,sha256=f6AT0ZHmLCd83NAIyyJ8ODlihMeeTkmvNnUSK3vjP9I,1606
31
31
  teareduce/cleanest/imagedisplay.py,sha256=m8wmQ7CSDywABxkra2G4dFD06CVP1KvIYIdnZqoVdrI,5871
32
- teareduce/cleanest/interpolate.py,sha256=Ici7d8ZOrPf5RXdIZxLzjqU-iHYdFuRcLhenTy2rA9c,7089
32
+ teareduce/cleanest/interpolate.py,sha256=UxK5EdNBWBhLJm3AjNSxLE9FGiT7_BtoNOL1JJXihSs,7085
33
33
  teareduce/cleanest/interpolation_a.py,sha256=iyAEbh0Bf74OfAVhZjSvP3cO7pDC8eVDrVnDUd18FZQ,4030
34
34
  teareduce/cleanest/interpolation_x.py,sha256=MZhtlZZuMLvLnOK0EsLkJM3_dpyNHsxQL_BU1vLt9Lw,3767
35
35
  teareduce/cleanest/interpolation_y.py,sha256=ZX1Uv3FOxoLHtuR_yspcSA5B81CK_J0oNJ1ztzp0l5g,3782
@@ -46,9 +46,9 @@ teareduce/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  teareduce/tests/test_cleanest.py,sha256=6dRqkw1RQMKsFrC8cEweMvTD6wXhiDv3P4PS57-HEqI,5598
47
47
  teareduce/tests/test_sliceregion.py,sha256=S7Zoh2eEBFIEbfsXgWBEMCf7pottjw2oLhqlZJQkAwg,3785
48
48
  teareduce/tests/test_version.py,sha256=mKLnbXyvVNc1pATq5PxR8qeoFMPAFL_GilFV6IHLOi0,172
49
- teareduce-0.6.2.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
50
- teareduce-0.6.2.dist-info/METADATA,sha256=ScR2XJZqujQVavK6REgFw5aSxF8UtnFNljcDmbnBBrM,3628
51
- teareduce-0.6.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
- teareduce-0.6.2.dist-info/entry_points.txt,sha256=6yBvig5jTL2ugqz5SF767AiszzrHKGRASsX1II84kqA,66
53
- teareduce-0.6.2.dist-info/top_level.txt,sha256=7OkwtX9zNRkGJ7ACgjk4ESgC74qUYcS5O2qcO0v-Si4,10
54
- teareduce-0.6.2.dist-info/RECORD,,
49
+ teareduce-0.6.3.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
50
+ teareduce-0.6.3.dist-info/METADATA,sha256=ue9AMoKWaEwrNc2DPMJOYTMgAqHSrepqJsaJz3zz-aI,3628
51
+ teareduce-0.6.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
+ teareduce-0.6.3.dist-info/entry_points.txt,sha256=6yBvig5jTL2ugqz5SF767AiszzrHKGRASsX1II84kqA,66
53
+ teareduce-0.6.3.dist-info/top_level.txt,sha256=7OkwtX9zNRkGJ7ACgjk4ESgC74qUYcS5O2qcO0v-Si4,10
54
+ teareduce-0.6.3.dist-info/RECORD,,