|
25 | 25 |
|
26 | 26 | __Contents__ |
27 | 27 |
|
28 | | -**Initial Setup:** Load the dataset and apply a mask. |
29 | | -**Linear Light Profiles:** Fit a model using linear light profiles that solve for intensity via linear algebra. |
30 | | -**Run Time:** Estimate the run time of the model-fit before starting. |
31 | | -**Result:** Inspect the result and the solved intensity values. |
32 | | -**Intensities:** Access the intensity values of linear light profiles after the fit. |
33 | | -**Visualization:** Visualize the fit using linear light profiles. |
34 | | -**Basis:** Combine many linear light profiles into a basis for fitting complex structures. |
35 | | -**Model Fit:** Fit the basis model to the data. |
36 | | -**Disk MGE:** Use a Multi-Gaussian Expansion for the disk component. |
37 | | -**Multi Gaussian Expansion Benefits:** Discussion of the advantages of MGE models. |
38 | | -**Positive Only Solver:** Ensure linear algebra solutions have positive intensity values. |
39 | | -**Other Basis Functions:** Overview of other basis functions like shapelets. |
40 | | -**Wrap Up:** Summary of linear light profiles and basis functions. |
| 28 | +- **Initial Setup:** Load the dataset and apply a mask. |
| 29 | +- **Linear Light Profiles:** Fit a model using linear light profiles that solve for intensity via linear algebra. |
| 30 | +- **Run Time:** Estimate the run time of the model-fit before starting. |
| 31 | +- **Result:** Inspect the result and the solved intensity values. |
| 32 | +- **Intensities:** Access the intensity values of linear light profiles after the fit. |
| 33 | +- **Visualization:** Visualize the fit using linear light profiles. |
| 34 | +- **Basis:** Combine many linear light profiles into a basis for fitting complex structures. |
| 35 | +- **Model Fit:** Fit the basis model to the data. |
| 36 | +- **Disk MGE:** Use a Multi-Gaussian Expansion for the disk component. |
| 37 | +- **Multi Gaussian Expansion Benefits:** Discussion of the advantages of MGE models. |
| 38 | +- **Positive Only Solver:** Ensure linear algebra solutions have positive intensity values. |
| 39 | +- **Other Basis Functions:** Overview of other basis functions like shapelets. |
| 40 | +- **Wrap Up:** Summary of linear light profiles and basis functions. |
41 | 41 | """ |
42 | 42 |
|
43 | 43 | # from autoconf import setup_notebook; setup_notebook() |
|
0 commit comments