nxs-analysis-tools 0.1.3__py3-none-any.whl → 0.1.4__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.

Potentially problematic release.


This version of nxs-analysis-tools might be problematic. Click here for more details.

_meta/__init__.py CHANGED
@@ -6,5 +6,5 @@ __author__ = 'Steven J. Gomez Alvarado'
6
6
  __email__ = 'stevenjgomez@ucsb.edu'
7
7
  __copyright__ = f"2023-2025, {__author__}"
8
8
  __license__ = 'MIT'
9
- __version__ = '0.1.3'
9
+ __version__ = '0.1.4'
10
10
  __repo_url__ = 'https://github.com/stevenjgomez/nxs_analysis_tools'
@@ -173,7 +173,7 @@ class TempDependence:
173
173
  """
174
174
  for temperature in self.temperatures:
175
175
  self.scissors[temperature] = Scissors()
176
- self.scissors[temperature] = LinecutModel()
176
+ self.linecutmodels[temperature] = LinecutModel()
177
177
 
178
178
  def set_data(self, temperature, data):
179
179
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nxs-analysis-tools
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Reduce and transform nexus format (.nxs) scattering data.
5
5
  Author-email: "Steven J. Gomez Alvarado" <stevenjgomez@ucsb.edu>
6
6
  License: MIT License
@@ -0,0 +1,11 @@
1
+ _meta/__init__.py,sha256=o4CUg4WvH362OKDTpP79g3gJNh8m8f690oZznkfuXoc,346
2
+ nxs_analysis_tools/__init__.py,sha256=3UFf4nxseTCfsPDSluxupmpd0Es55F9_du5T8-z4CsE,570
3
+ nxs_analysis_tools/chess.py,sha256=Yi33jFtsuBieadG5X-Sbip9ioyDzjrIBhTq2a_Ia4ao,26930
4
+ nxs_analysis_tools/datareduction.py,sha256=EVluTVGedr4R6PxZHTreyweN8IUuKPOIcx0ZDPL9SDE,49229
5
+ nxs_analysis_tools/fitting.py,sha256=xkx66AJiJJO_kC1OBa3bcSDwVV20MEowRa59K-yFlqg,8551
6
+ nxs_analysis_tools/pairdistribution.py,sha256=wDH5qGN3jpo4gSKnUBxNkGbX-qUOEQaSOyvOQ_V4IbE,60720
7
+ nxs_analysis_tools-0.1.4.dist-info/licenses/LICENSE,sha256=bE6FnYixueAGAnEfUuumbkSeMgdBguAAkheVgjv47Jo,1086
8
+ nxs_analysis_tools-0.1.4.dist-info/METADATA,sha256=6VSwbPQAPARxE2Tlgot70lUcNRCKbY-TNviyO2R6_JM,4471
9
+ nxs_analysis_tools-0.1.4.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
10
+ nxs_analysis_tools-0.1.4.dist-info/top_level.txt,sha256=8U000GNPzo6T6pOMjRdgOSO5heMzLMGjkxa1CDtyMHM,25
11
+ nxs_analysis_tools-0.1.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,11 +0,0 @@
1
- _meta/__init__.py,sha256=9sAP3a5qQJ8SmGW6vPEuAuPqptruqhzo_1ZN5S-1s6I,346
2
- nxs_analysis_tools/__init__.py,sha256=3UFf4nxseTCfsPDSluxupmpd0Es55F9_du5T8-z4CsE,570
3
- nxs_analysis_tools/chess.py,sha256=ZtzxRRLRgy5boyo8W-9YBW257dfBvLDKrfGvNonbUmE,26925
4
- nxs_analysis_tools/datareduction.py,sha256=EVluTVGedr4R6PxZHTreyweN8IUuKPOIcx0ZDPL9SDE,49229
5
- nxs_analysis_tools/fitting.py,sha256=xkx66AJiJJO_kC1OBa3bcSDwVV20MEowRa59K-yFlqg,8551
6
- nxs_analysis_tools/pairdistribution.py,sha256=wDH5qGN3jpo4gSKnUBxNkGbX-qUOEQaSOyvOQ_V4IbE,60720
7
- nxs_analysis_tools-0.1.3.dist-info/licenses/LICENSE,sha256=bE6FnYixueAGAnEfUuumbkSeMgdBguAAkheVgjv47Jo,1086
8
- nxs_analysis_tools-0.1.3.dist-info/METADATA,sha256=QPwOEeXc1RwpgicYd51tQgFDS0bVm91fUn4e3JnSEZQ,4471
9
- nxs_analysis_tools-0.1.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
10
- nxs_analysis_tools-0.1.3.dist-info/top_level.txt,sha256=8U000GNPzo6T6pOMjRdgOSO5heMzLMGjkxa1CDtyMHM,25
11
- nxs_analysis_tools-0.1.3.dist-info/RECORD,,