exovetter 0.0.10__py3-none-any.whl → 0.0.11__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.
exovetter/version.py CHANGED
@@ -5,4 +5,4 @@ try:
5
5
  from setuptools_scm import get_version
6
6
  version = get_version(root='..', relative_to=__file__)
7
7
  except Exception:
8
- version = '0.0.10'
8
+ version = '0.0.11'
exovetter/vetters.py CHANGED
@@ -710,7 +710,8 @@ class VizTransits(BaseVetter):
710
710
  Zoom in on the transit
711
711
 
712
712
  smooth : type
713
- description
713
+ Number of points across 3 in-transit durations for a 1DBoxkernel.
714
+ Default is 10. None will turn off smoothing.
714
715
 
715
716
  transit_plot : bool
716
717
  Whether or not to show the transit plot
@@ -1109,4 +1110,4 @@ def run_all(tce, lc, vetters=[VizTransits(), ModShift(), Lpp(), OddEven(), Trans
1109
1110
  # if verbose:
1110
1111
  # print('Execution time:', (py_time.time() - run_start), 's')
1111
1112
 
1112
- # return results_df
1113
+ # return results_df
exovetter/viz_transits.py CHANGED
@@ -177,7 +177,7 @@ def plot_fold_transit(time, flux, period, epoch, depth, dur, smooth=10,
177
177
  lw=1.5, label="Box1DSmooth")
178
178
 
179
179
  plt.legend(loc="upper right")
180
- plt.xlabel('Phased Times [%s]' % units)
180
+ plt.xlabel('Phased Time [%s]' % units)
181
181
 
182
182
  if transit_only:
183
183
  xmin = np.min(phases[intransit])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: exovetter
3
- Version: 0.0.10
3
+ Version: 0.0.11
4
4
  Summary: Exoplanet vetting package
5
5
  Home-page: https://github.com/spacetelescope/exovetter
6
6
  Author: Susan Mullally et al.
@@ -10,9 +10,9 @@ exovetter/tce.py,sha256=5JFKkbKoKCtdhm5EuW6FMAvp0LiaHLuqpFUbY0joyLI,7302
10
10
  exovetter/transit_coverage.py,sha256=Wix6TaQmEgRxlEZKB6WF3OFQVXqtJN1tBkltFaMDrHM,2194
11
11
  exovetter/trapezoid_fit.py,sha256=Dok-H0zRsfigh4zfVO4R6Wi2TgK6hQXh4EIIYGouxiQ,31097
12
12
  exovetter/utils.py,sha256=1K34N6sQ7iomf4oFHyqGubcDhNwTa2lF_uKEOGJGrCk,24909
13
- exovetter/version.py,sha256=Vkob9J5v8PZ7JQ_jf3gstZP71dMTETD1NfQnvhu4t_o,338
14
- exovetter/vetters.py,sha256=muqjSzFRs5gCrOV1OAjnTd2y7y_dU9hWJfKpqUK_9RY,37732
15
- exovetter/viz_transits.py,sha256=FUc8DEedaQQ8YDoeVvR1QyGPmh2oPGmVg27W3WrVguQ,5648
13
+ exovetter/version.py,sha256=AFpOHI1y6XMILPU4K-rQUw6PWe8HB7By_lpN-iPv3KI,338
14
+ exovetter/vetters.py,sha256=4gIPylLiFi0KE-Y84E6sEPbbFvh-tb3FfvEyaMlTKL4,37845
15
+ exovetter/viz_transits.py,sha256=FG3Hdrzqh411frghg3TYG3kacQETN1fMwQeL75-RogU,5647
16
16
  exovetter/centroid/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
17
17
  exovetter/centroid/centroid.py,sha256=p7KWo12FgFmNUaBCzfAupMZjyco45U8wUoc5bKdZLZo,12125
18
18
  exovetter/centroid/covar.py,sha256=Ot_gLmVtuJ9T9REThOdOKzGPhHAT-AmE4mWaAcI8pic,8975
@@ -21,8 +21,8 @@ exovetter/centroid/fastpsffit.py,sha256=eRMxYUJ_4hsCxso4u1d1zQvFSJQlJ_gRzhNa2PXk
21
21
  exovetter/modshift/__init__.py,sha256=j5665q0RHVzbzdPBXv_jUozGB4sex8ANXtzB41EYzRQ,68
22
22
  exovetter/modshift/modshift.py,sha256=VEnj7ITvYRfqICyRiNeCZ9tqQ4d4fPOw8avB6TTbhIU,14773
23
23
  exovetter/modshift/plotmodshift.py,sha256=MMLkvxkOqBGIYGPN97_WtrHgTZsDzY_XRRNswhz5YQI,2452
24
- exovetter-0.0.10.dist-info/LICENSE.rst,sha256=uhiFz7eEG8WszLtRtYIT89FNMI3ijy1aACnvl5BOz2Y,1492
25
- exovetter-0.0.10.dist-info/METADATA,sha256=Hu6Q353m2oscJ7YFuCVlEah3kP8BbSxnEmSkH5wYWAE,3799
26
- exovetter-0.0.10.dist-info/WHEEL,sha256=WnJ8fYhv8N4SYVK2lLYNI6N0kVATA7b0piVUNvqIIJE,91
27
- exovetter-0.0.10.dist-info/top_level.txt,sha256=wh0_U5IPEspONX8zhGRaFUqfuovCGkgYjAmWuQe0w6Q,10
28
- exovetter-0.0.10.dist-info/RECORD,,
24
+ exovetter-0.0.11.dist-info/LICENSE.rst,sha256=uhiFz7eEG8WszLtRtYIT89FNMI3ijy1aACnvl5BOz2Y,1492
25
+ exovetter-0.0.11.dist-info/METADATA,sha256=qHlLhhWZ6mxxpKXgglyvKizH8M7tD9jIHK1WZd6ljwQ,3799
26
+ exovetter-0.0.11.dist-info/WHEEL,sha256=WnJ8fYhv8N4SYVK2lLYNI6N0kVATA7b0piVUNvqIIJE,91
27
+ exovetter-0.0.11.dist-info/top_level.txt,sha256=wh0_U5IPEspONX8zhGRaFUqfuovCGkgYjAmWuQe0w6Q,10
28
+ exovetter-0.0.11.dist-info/RECORD,,