pycfit 0.1.0__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.
@@ -0,0 +1,160 @@
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ build/
12
+ develop-eggs/
13
+ dist/
14
+ downloads/
15
+ eggs/
16
+ .eggs/
17
+ lib/
18
+ lib64/
19
+ parts/
20
+ sdist/
21
+ var/
22
+ wheels/
23
+ share/python-wheels/
24
+ *.egg-info/
25
+ .installed.cfg
26
+ *.egg
27
+ MANIFEST
28
+ pycfit/_version.py
29
+ # PyInstaller
30
+ # Usually these files are written by a python script from a template
31
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+ *.manifest
33
+ *.spec
34
+
35
+ # Installer logs
36
+ pip-log.txt
37
+ pip-delete-this-directory.txt
38
+
39
+ # Unit test / coverage reports
40
+ htmlcov/
41
+ .tox/
42
+ .nox/
43
+ .coverage
44
+ .coverage.*
45
+ .cache
46
+ nosetests.xml
47
+ coverage.xml
48
+ *.cover
49
+ *.py,cover
50
+ .hypothesis/
51
+ .pytest_cache/
52
+ cover/
53
+
54
+ # Translations
55
+ *.mo
56
+ *.pot
57
+
58
+ # Django stuff:
59
+ *.log
60
+ local_settings.py
61
+ db.sqlite3
62
+ db.sqlite3-journal
63
+
64
+ # Flask stuff:
65
+ instance/
66
+ .webassets-cache
67
+
68
+ # Scrapy stuff:
69
+ .scrapy
70
+
71
+ # Sphinx documentation
72
+ docs/_build/
73
+
74
+ # PyBuilder
75
+ .pybuilder/
76
+ target/
77
+
78
+ # Jupyter Notebook
79
+ .ipynb_checkpoints
80
+
81
+ # IPython
82
+ profile_default/
83
+ ipython_config.py
84
+
85
+ # pyenv
86
+ # For a library or package, you might want to ignore these files since the code is
87
+ # intended to run in multiple environments; otherwise, check them in:
88
+ # .python-version
89
+
90
+ # pipenv
91
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
93
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
94
+ # install all needed dependencies.
95
+ #Pipfile.lock
96
+
97
+ # poetry
98
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
100
+ # commonly ignored for libraries.
101
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102
+ #poetry.lock
103
+
104
+ # pdm
105
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106
+ #pdm.lock
107
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108
+ # in version control.
109
+ # https://pdm.fming.dev/#use-with-ide
110
+ .pdm.toml
111
+
112
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113
+ __pypackages__/
114
+
115
+ # Celery stuff
116
+ celerybeat-schedule
117
+ celerybeat.pid
118
+
119
+ # SageMath parsed files
120
+ *.sage.py
121
+
122
+ # Environments
123
+ .env
124
+ .venv
125
+ env/
126
+ venv/
127
+ ENV/
128
+ env.bak/
129
+ venv.bak/
130
+
131
+ # Spyder project settings
132
+ .spyderproject
133
+ .spyproject
134
+
135
+ # Rope project settings
136
+ .ropeproject
137
+
138
+ # mkdocs documentation
139
+ /site
140
+
141
+ # mypy
142
+ .mypy_cache/
143
+ .dmypy.json
144
+ dmypy.json
145
+
146
+ # Pyre type checker
147
+ .pyre/
148
+
149
+ # pytype static type analyzer
150
+ .pytype/
151
+
152
+ # Cython debug symbols
153
+ cython_debug/
154
+
155
+ # PyCharm
156
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
157
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
159
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
+ #.idea/
pycfit-0.1.0/LICENSE ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [2025] [National Aeronautics and Space Administration]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,11 @@
1
+ # Exclude specific files
2
+ # All files which are tracked by git and not explicitly excluded here are included by setuptools_scm
3
+ # Prune folders
4
+ prune build
5
+ prune docs/_build
6
+ prune docs/api
7
+ global-exclude *.pyc *.o
8
+
9
+ # This subpackage is only used in development checkouts
10
+ # and should not be included in built tarballs
11
+ prune pycfit/_dev
pycfit-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,75 @@
1
+ Metadata-Version: 2.4
2
+ Name: pycfit
3
+ Version: 0.1.0
4
+ Summary: Component Fitting package
5
+ Author-email: Ayris Narock <ayris.a.narock@nasa.gov>, Matthew Coon <matthew.t.coon@nasa.gov>
6
+ License: Apache-2.0
7
+ Project-URL: homepage, https://git.smce.nasa.gov/solo/spectral-fitting
8
+ Requires-Python: >=3.11
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Requires-Dist: astropy[all]>=7.0
12
+ Requires-Dist: PyQt5
13
+ Requires-Dist: qtpy
14
+ Requires-Dist: pyqtgraph
15
+ Dynamic: license-file
16
+
17
+ # Python Component Fitting Tool (pycfit)
18
+
19
+ Python program to replicate many spectral fitting functions of the CFIT system from SolarSoft IDL.
20
+
21
+
22
+
23
+ # Installation
24
+
25
+ `pip install pycfit`
26
+
27
+
28
+ # Use
29
+ ```python
30
+ #### Use interactive fitter to find an initial model based on an averaged spectra
31
+
32
+ from pycfit import cfit_gui
33
+ from pycfit.data import load_average_data
34
+
35
+ # Load sample data
36
+ avg_wavelength, avg_intensity, avg_uncertainty = load_average_data()
37
+
38
+ # Call the GUI fitter
39
+ model = cfit_gui(avg_wavelength, avg_intensity, uncertainty=avg_uncertainty)
40
+
41
+
42
+
43
+ #### Use the interactive viewer to fit each point of the raster to the initial model
44
+ #### and adjust or mask individual point fittings as needed
45
+
46
+ from pycfit import cfit_grid_gui
47
+ from pycfit.data import load_grid_data
48
+
49
+ # Load a small-patch of sample data
50
+ wavelength, intensity, uncertainty, mask = load_grid_data(patch=True)
51
+
52
+ # Call the GUI inspector/fitter
53
+ gridResults = cfit_grid_gui(model, wavelength, intensity,
54
+ uncertainty=uncertainty, mask=mask,
55
+ parallel=False)
56
+
57
+
58
+ ```
59
+
60
+
61
+ # Contacts:
62
+ ### Software Maintenance:
63
+ Ayris Narock: ayris.a.narock@nasa.gov
64
+ ### NASA Official:
65
+ Therese Kucera: therese.a.kucera@nasa.gov
66
+
67
+
68
+
69
+ # License
70
+
71
+ This project is Copyright (c) National Aeronautics and Space Administration and licensed under
72
+ the terms of the Apache Software License 2.0 license. This package is based upon
73
+ the `Openastronomy packaging guide <https://github.com/OpenAstronomy/packaging-guide>`_
74
+ which is licensed under the BSD 3-clause licence. See the licenses folder for
75
+ more information.
pycfit-0.1.0/README.md ADDED
@@ -0,0 +1,59 @@
1
+ # Python Component Fitting Tool (pycfit)
2
+
3
+ Python program to replicate many spectral fitting functions of the CFIT system from SolarSoft IDL.
4
+
5
+
6
+
7
+ # Installation
8
+
9
+ `pip install pycfit`
10
+
11
+
12
+ # Use
13
+ ```python
14
+ #### Use interactive fitter to find an initial model based on an averaged spectra
15
+
16
+ from pycfit import cfit_gui
17
+ from pycfit.data import load_average_data
18
+
19
+ # Load sample data
20
+ avg_wavelength, avg_intensity, avg_uncertainty = load_average_data()
21
+
22
+ # Call the GUI fitter
23
+ model = cfit_gui(avg_wavelength, avg_intensity, uncertainty=avg_uncertainty)
24
+
25
+
26
+
27
+ #### Use the interactive viewer to fit each point of the raster to the initial model
28
+ #### and adjust or mask individual point fittings as needed
29
+
30
+ from pycfit import cfit_grid_gui
31
+ from pycfit.data import load_grid_data
32
+
33
+ # Load a small-patch of sample data
34
+ wavelength, intensity, uncertainty, mask = load_grid_data(patch=True)
35
+
36
+ # Call the GUI inspector/fitter
37
+ gridResults = cfit_grid_gui(model, wavelength, intensity,
38
+ uncertainty=uncertainty, mask=mask,
39
+ parallel=False)
40
+
41
+
42
+ ```
43
+
44
+
45
+ # Contacts:
46
+ ### Software Maintenance:
47
+ Ayris Narock: ayris.a.narock@nasa.gov
48
+ ### NASA Official:
49
+ Therese Kucera: therese.a.kucera@nasa.gov
50
+
51
+
52
+
53
+ # License
54
+
55
+ This project is Copyright (c) National Aeronautics and Space Administration and licensed under
56
+ the terms of the Apache Software License 2.0 license. This package is based upon
57
+ the `Openastronomy packaging guide <https://github.com/OpenAstronomy/packaging-guide>`_
58
+ which is licensed under the BSD 3-clause licence. See the licenses folder for
59
+ more information.
@@ -0,0 +1,5 @@
1
+ from .cfit_api import cfit, cfit_grid, cfit_gui, cfit_grid_gui
2
+ from .version import version as __version__
3
+
4
+ # Then you can be explicit to control what ends up in the namespace,
5
+ __all__ = ['cfit', 'cfit_grid', 'cfit_gui', 'cfit_grid_gui']
@@ -0,0 +1,21 @@
1
+ # file generated by setuptools-scm
2
+ # don't change, don't track in version control
3
+
4
+ __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
5
+
6
+ TYPE_CHECKING = False
7
+ if TYPE_CHECKING:
8
+ from typing import Tuple
9
+ from typing import Union
10
+
11
+ VERSION_TUPLE = Tuple[Union[int, str], ...]
12
+ else:
13
+ VERSION_TUPLE = object
14
+
15
+ version: str
16
+ __version__: str
17
+ __version_tuple__: VERSION_TUPLE
18
+ version_tuple: VERSION_TUPLE
19
+
20
+ __version__ = version = '0.1.0'
21
+ __version_tuple__ = version_tuple = (0, 1, 0)
@@ -0,0 +1,110 @@
1
+ """
2
+ Main API Functions
3
+ """
4
+ import pickle
5
+ from astropy.modeling import Model
6
+ from qtpy.QtCore import Qt
7
+ from qtpy.QtWidgets import QApplication
8
+ from .function import FunctionFitter
9
+ from .dialog import FitDialog
10
+ from .grid import Grid
11
+ from .dialog_grid import GridDialog
12
+
13
+
14
+
15
+ ## For Single Spectra ##
16
+ def cfit(wavelength, intensity, uncertainty=None, function=None):
17
+ fitter = FunctionFitter(wavelength, intensity, uncertainty, function=function)
18
+ return fitter
19
+
20
+
21
+
22
+ def cfit_gui(wavelength, intensity, uncertainty=None, function=None):
23
+ """
24
+ Single spectra fit GUI
25
+ Will return the astropy model that is stored at the time of GUI exit.
26
+ Meaning -- if you have done a "fit", and then adjusted your graphs, the
27
+ adjusted model is returned.
28
+
29
+ wavelength: (1D array)
30
+ intensity: (1D array)
31
+ uncertainty: (optional 1D array) Measurement uncertainty
32
+ function: (opional. astropy model or path to .pkl)
33
+ Expects an astropy model object, plain or pickled
34
+ If passed, loads this as the initial model state.
35
+ Otherwise, loads with no model at start
36
+ """
37
+ # create FunctionFitter object
38
+ if function:
39
+ try:
40
+ if isinstance(function, Model):
41
+ astroModel = function
42
+ else:
43
+ with open(function, 'rb') as pkl:
44
+ astroModel = pickle.load(pkl)
45
+ fitter = FunctionFitter(wavelength, intensity, uncertainty, function=astroModel)
46
+ model_init = astroModel.copy()
47
+ except:
48
+ print(f'Bad function argument: {function}')
49
+ return
50
+ else:
51
+ fitter = FunctionFitter(wavelength, intensity, uncertainty)
52
+ model_init = None
53
+
54
+ # Create interactive fit dialog object
55
+ if hasattr(Qt, 'AA_EnableHighDpiScaling'):
56
+ QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, True)
57
+ if hasattr(Qt, 'AA_UseHighDpiPixmaps'):
58
+ QApplication.setAttribute(Qt.AA_UseHighDpiPixmaps, True)
59
+
60
+ app = QApplication(['cfit_gui'])
61
+ fd = FitDialog(fitter=fitter)
62
+ if fd.exec_():
63
+ return fd.get_model()
64
+ else:
65
+ print('Canceled!')
66
+ return model_init
67
+
68
+
69
+ def cfit_load(modelFile):
70
+ """Utility to load astropy Model from pickle"""
71
+ try:
72
+ with open(modelFile, 'rb') as pkl:
73
+ astroModel = pickle.load(pkl)
74
+ if isinstance(astroModel, Model):
75
+ return astroModel
76
+ else:
77
+ raise Exception()
78
+ except:
79
+ print(f'Bad pickle file path: {modelFile}')
80
+
81
+
82
+
83
+ ## For Grid of Spectras ##
84
+ def cfit_grid(function, wavelength, intensity, uncertainty=None, mask=None, auto_fit=False, parallel=True):
85
+ GM = Grid(function, wavelength, intensity, uncertainty=uncertainty, mask=mask)
86
+ if auto_fit:
87
+ print("Fitting across the grid. This may take a few minutes . . . ")
88
+ GM.fit(parallel=parallel)
89
+
90
+ return GM
91
+
92
+
93
+ def cfit_grid_gui(function, wavelength, intensity, uncertainty=None, mask=None, parallel=True):
94
+ GM = cfit_grid(function, wavelength, intensity, uncertainty=uncertainty, mask=mask, auto_fit=True, parallel=parallel)
95
+
96
+ # Create interactive fit dialog object
97
+ if hasattr(Qt, 'AA_EnableHighDpiScaling'):
98
+ QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, True)
99
+ if hasattr(Qt, 'AA_UseHighDpiPixmaps'):
100
+ QApplication.setAttribute(Qt.AA_UseHighDpiPixmaps, True)
101
+
102
+ app = QApplication(['cfit_grid_gui'])
103
+ gd = GridDialog(GM)
104
+ if gd.exec_():
105
+ return gd.get_results()
106
+ else:
107
+ print('Canceled!')
108
+ return function
109
+
110
+
@@ -0,0 +1,40 @@
1
+ import numpy as np
2
+ from pathlib import Path
3
+
4
+ def load_average_data():
5
+ """
6
+ Example data from SPICE mission
7
+ Average spectra from window 'O III 703 / Mg IX 706 (Merged)'
8
+
9
+ Returns a tuple: (wavelength, intensity, uncertainty)
10
+
11
+ Source file: solo_L2_spice-n-ras_20240425T121922_V22_251658647-000.fits
12
+ """
13
+
14
+ LOCAL_DIR = Path(__file__).parent
15
+ avg = np.load(LOCAL_DIR.joinpath('avg_data.npz'))
16
+
17
+ return avg['wavelength'], avg['intensity'], avg['uncertainty']
18
+
19
+
20
+ def load_grid_data(patch=False):
21
+ """
22
+ Example data from SPICE mission
23
+ Raster spectra from window 'O III 703 / Mg IX 706 (Merged)'
24
+
25
+ Returns a tuple: (wavelength, intensity, uncertainty, mask)
26
+
27
+ Optional keyword "patch=True" will return only a 20x20 subset.
28
+ Otherwise, full raster is returned
29
+
30
+ Source file: solo_L2_spice-n-ras_20240425T121922_V22_251658647-000.fits
31
+ """
32
+
33
+ LOCAL_DIR = Path(__file__).parent
34
+
35
+ if patch:
36
+ data = np.load(LOCAL_DIR.joinpath('patch_data.npz'))
37
+ else:
38
+ data = np.load(LOCAL_DIR.joinpath('grid_data.npz'))
39
+
40
+ return data['wavelength'], data['intensity'], data['uncertainty'], data['mask']
Binary file
Binary file