-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP on docs * WIP, docs * updated docs to autogenerate lots of stuff * updated .gitignore to ignore locally rendered jupyter notebooks * tweak docs/conf.py * adding some content to docs * doc updates
- Loading branch information
Showing
16 changed files
with
637 additions
and
111 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 was deleted.
Oops, something went wrong.
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,46 @@ | ||
******************************* | ||
Configuring RAIL for input data | ||
******************************* | ||
|
||
==================================== | ||
Variation in input catalog structure | ||
==================================== | ||
|
||
`RAIL` is designed to be used with a variety of different data. | ||
Depending on the data in question, things like the names of the | ||
columns associted to the particular quantities like the true redshift | ||
of a simulated object, or the names of the columns with the various | ||
observed magnitudes in different filters, will vary. By enforcing | ||
consistency in naming conventions between different `RailStage` | ||
sub-classes we have made it simple configure `RAIL` to read data from | ||
a particular source, rather than having to edit the configurations | ||
for many different `RailStages`. | ||
|
||
================= | ||
Shared Parameters | ||
================= | ||
|
||
.. autoclass:: rail.core.common_params.SharedParams | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
============ | ||
Catalog Tags | ||
============ | ||
|
||
:py:class:`rail.util.catalog_utils.CatalogConfigBase` provides an | ||
interface to switch between different input catalogs. | ||
|
||
.. autoclass:: rail.utils.catalog_utils.CatalogConfigBase | ||
:noindex: | ||
|
||
.. automethod:: rail.utils.catalog_utils.CatalogConfigBase.apply | ||
:noindex: | ||
|
||
.. automethod:: rail.utils.catalog_utils.CatalogConfigBase.active_class | ||
:noindex: | ||
|
||
.. automethod:: rail.utils.catalog_utils.CatalogConfigBase.active_tag | ||
:noindex: |
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
Oops, something went wrong.