DiadFit 0.0.56__tar.gz → 0.0.57__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: DiadFit
3
- Version: 0.0.56
3
+ Version: 0.0.57
4
4
  Summary: DiadFit
5
5
  Home-page: https://github.com/PennyWieser/DiadFit
6
6
  Author: Penny Wieser
@@ -5,4 +5,4 @@
5
5
  # 1) we don't load dependencies by storing it in __init__.py
6
6
  # 2) we can import it in setup.py for the same reason
7
7
  # 3) we can import it into your module
8
- __version__ = '0.0.56'
8
+ __version__ = '0.0.57'
@@ -3436,7 +3436,7 @@ def plot_secondary_peaks(*, Diad_Files, path, filetype,
3436
3436
  if True, finds max y coordinate in spectra. If its more than sigma*standard deviations above the
3437
3437
  median, it is classified as a peak.
3438
3438
 
3439
- ind_peaks_filter: bool
3439
+ find_peaks_filter: bool
3440
3440
 
3441
3441
  if True, uses scipy find peaks to find peaks. Can tweak distance, prominence, width,
3442
3442
  threshold, and height.
@@ -3734,7 +3734,7 @@ skewness='abs', height=1, prominence=5, width=0.5, plot_figure=True, dpi=200):
3734
3734
 
3735
3735
 
3736
3736
  y_corr_diad1, Py_base_diad1, x_diad1, Diad_short, Py_base_diad1, Pf_baseline, Baseline_ysub_diad1, Baseline_x_diad1, Baseline, span=remove_diad_baseline(
3737
- path=path, filename=filename, filetype=filetype, exclude_range1=config.exclude_range1, exclude_range2=config.exclude_range2, N_poly=config1.N_poly_bck_diad1,
3737
+ path=path, filename=filename, filetype=filetype, N_poly=config1.N_poly_bck_diad1,
3738
3738
  lower_bck=config1.lower_bck_diad1, upper_bck=config1.upper_bck_diad1, plot_figure=False)
3739
3739
 
3740
3740
 
@@ -3978,7 +3978,7 @@ skewness='abs', height=1, prominence=5, width=0.5, plot_figure=True, dpi=200):
3978
3978
 
3979
3979
  # First, do the background subtraction
3980
3980
  y_corr_diad2, Py_base_diad2, x_diad2, Diad_short, Py_base_diad2, Pf_baseline, Baseline_ysub_diad2, Baseline_x_diad2, Baseline, span=remove_diad_baseline(
3981
- path=path, filename=filename, filetype=filetype, exclude_range1=config1.exclude_range1, exclude_range2=config2.exclude_range2, N_poly=config1.N_poly_bck_diad2,
3981
+ path=path, filename=filename, filetype=filetype, N_poly=config1.N_poly_bck_diad2,
3982
3982
  lower_bck=config1.lower_bck_diad2, upper_bck=config1.upper_bck_diad2, plot_figure=False)
3983
3983
 
3984
3984
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DiadFit
3
- Version: 0.0.56
3
+ Version: 0.0.57
4
4
  Summary: DiadFit
5
5
  Home-page: https://github.com/PennyWieser/DiadFit
6
6
  Author: Penny Wieser
File without changes
File without changes
File without changes