@@ -29,13 +29,9 @@ features and models of the LightCurveLynx package.
2929 Sampling Object Positions <notebooks/sampling_positions >
3030 Passband Demo <notebooks/passband-demo >
3131 Simulating Spectra <notebooks/spectrograph_demo >
32- Adding New Model Types <notebooks/adding_models >
3332 Debugging Models <notebooks/debugging >
3433 Combining Models (including Hosts/Sources) <notebooks/host_source_models >
3534 Extrapolation in Time and Wavelength <notebooks/extrapolation >
36- Adding New Effect Types <notebooks/adding_effects >
37- Creating Time Varying Effects <notebooks/time_varying_effects >
38- Lightcurve Template Model Demo <notebooks/lightcurve_source_demo >
3935 Advanced Sampling Techniques <notebooks/advanced_sampling >
4036 Simulating Multiple Surveys <notebooks/multiple_surveys >
4137 Detector Footprints <notebooks/detector_footprint >
@@ -58,27 +54,42 @@ track citations in your LightCurveLynx simulations.
5854Example Simulations
5955-----------------------------------------------------------------------------------------
6056
61- The following notebooks provide example simulations using the LightCurveLynx package.
57+ The following notebooks provide example simulations using the LightCurveLynx package (listed
58+ in roughly alphabetical order of simulation package or simulation type).
6259
6360.. toctree ::
6461 :maxdepth: 1
6562
63+ AGN Damped Random Walk Model <notebooks/pre_executed/agn >
64+ EzTaoX <notebooks/pre_executed/eztaox_example >
65+ Lightcurve Template Model Demo <notebooks/lightcurve_source_demo >
6666 Microlensing Effect Example <notebooks/pre_executed/microlensing >
6767 PLAsTiCC SNIa <notebooks/pre_executed/plasticc_snia >
68- AGN Damped Random Walk Model <notebooks/pre_executed/agn >
6968 PyLIMA Micro-Lensing Model <notebooks/pre_executed/pylima_example >
7069 PZFlow Source Demo <notebooks/pre_executed/using_pzflow >
70+ Redback Models <notebooks/pre_executed/redback_example >
7171 Resampling LCLIB <notebooks/pre_executed/lclib_example >
7272 SNANA Models <notebooks/pre_executed/snana_example >
7373 Synphot-based Models <notebooks/pre_executed/synphot_example >
74- Redback Models <notebooks/pre_executed/redback_example >
7574
7675
77- Examples of Wrapping External Models
76+
77+ Extending LightCurveLynx
7878-----------------------------------------------------------------------------------------
7979
80- The following notebooks provide examples of how to wrap external models for use in
81- LightCurveLynx.
80+ The following notebooks provide examples of how you can add your own models and effects
81+ to the LightCurveLynx package.
82+
83+ .. toctree ::
84+ :maxdepth: 1
85+
86+ Adding New Model Types <notebooks/adding_models >
87+ Adding New Effect Types <notebooks/adding_effects >
88+ Creating Time Varying Effects <notebooks/time_varying_effects >
89+
90+
91+ The following notebooks provide more in-depth examples of how to wrap external packages
92+ for use in LightCurveLynx.
8293
8394.. toctree ::
8495 :maxdepth: 1
0 commit comments