This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
data:data_analysis_manual [2025/01/09 11:16] eric buchlin [Read and display data (Python)] parallel fitting |
data:data_analysis_manual [2025/09/19 19:50] (current) eric buchlin [Read and display data (Python)] quicklook |
||
|---|---|---|---|
| Line 236: | Line 236: | ||
| Links: | Links: | ||
| + | * Python quicklook tool: [[https://pypi.org/project/spiceitup/|SPICE-IT-UP]]. | ||
| * Example with [[:data:data_analysis_manual:sunraster|with sunraster]]. | * Example with [[:data:data_analysis_manual:sunraster|with sunraster]]. | ||
| * Tutorial about [[https://git.ias.u-psud.fr/spice/data-analysis-club/-/blob/main/20230516-coordinates/coordinates.ipynb|plotting and coordinates transforms]] | * Tutorial about [[https://git.ias.u-psud.fr/spice/data-analysis-club/-/blob/main/20230516-coordinates/coordinates.ipynb|plotting and coordinates transforms]] | ||
| - | * Tutorial about [[parallel line fitting|https://github.com/aperiosoftware/parallel-modeling-examples/blob/main/spice/Final_Tutorial.ipynb]], using astropy.modelling with astropy>=7.0. | ||
| Line 265: | Line 265: | ||
| For IDL Gaussian fitting software, please check: **[[data:line_fitting_idl|IDL software for emission line fitting]]**. | For IDL Gaussian fitting software, please check: **[[data:line_fitting_idl|IDL software for emission line fitting]]**. | ||
| + | |||
| + | Fitting in Python can be done with any fitting library, including [[https://docs.astropy.org/en/stable/modeling/|astropy.modelling]]. From astropy 7.0, there is a user-friendly way of doing the fitting in parallel ([[https://github.com/aperiosoftware/parallel-modeling-examples/blob/main/spice/Final_Tutorial.ipynb|tutorial]] by Stuart Mumford). | ||