-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docstring updates * autofunction * doc reqs * docs * faq
- Loading branch information
Showing
29 changed files
with
740 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
TS Fitter API | ||
================ | ||
|
||
This is the module that handles the loss function, gradient calculation, hessian calculation, and parameter generation | ||
|
||
.. autoclass:: inverse_thomson_scattering.model.TSFitter.TSFitter | ||
:members: | ||
:private-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
API Documentation | ||
=================== | ||
|
||
Note: This section is under heavy development and the API is very much subject to change | ||
|
||
|
||
High Level API | ||
--------------- | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
runner | ||
fitter | ||
|
||
Middle (?) Level API | ||
---------------------- | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
TSfitter | ||
spectrum | ||
|
||
|
||
Low Level API | ||
-------------- | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
formfactor | ||
fitmodel | ||
ratintn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FitModel API | ||
================ | ||
|
||
This is the module that handles the loss function, gradient calculation, hessian calculation, and parameter generation | ||
|
||
.. autoclass:: inverse_thomson_scattering.model.physics.generate_spectra.FitModel | ||
:members: | ||
:private-members: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Fitter API | ||
============ | ||
|
||
This is the highest level module that handles the fitting procedure | ||
|
||
.. automodule:: inverse_thomson_scattering.fitter | ||
:members: | ||
:private-members: | ||
:special-members: |
Oops, something went wrong.