-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #378 from LSSTDESC/u/cwalter/config-docs
Update the RST docs
- Loading branch information
Showing
17 changed files
with
1,035 additions
and
156 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.tight-table td { | ||
white-space: normal !important; | ||
} | ||
|
||
.wy-nav-content { | ||
max-width: none; | ||
} |
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
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
Data formats | ||
############ | ||
Data formats of input and output files | ||
###################################### | ||
|
||
.. note:: | ||
|
||
This section could be used to explain in more details about the various input and output files, what is in them, how to use and visualize them. | ||
|
||
Not yet written. | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,16 +1,24 @@ | ||
================================================================== | ||
imSim: The GalSim based Rubin Observatory image simulation package | ||
================================================================== | ||
|
||
imSim is a software package that simulates the Rubin Observatory and LSST survey. It produces simulated images from the 3.25 Gigapixel camera which are suitable to be processed through the Rubin Data Management pipeline. imSim produced the simulated exposures used in the DESC DC2 data challenge, and is the basis for the DP0 Data Set used by the wider Rubin Science community. imSim is open source software and its development is overseen in the DESC. | ||
|
||
This documentation covers installation, configuration, and usage instructions for the imSim program. It also includes descriptions of several of the models implemented by imSim. | ||
|
||
The source code of *imSim* is hosted at https://github.com/LSSTDESC/imSim. | ||
|
||
Contents | ||
######## | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
install.rst | ||
usage.rst | ||
config.rst | ||
features.rst | ||
data-formats.rst | ||
usage.rst | ||
lsst-camera.rst | ||
lsst-optical.rst | ||
module-use.rst |
Oops, something went wrong.