-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rcal 740 Add Data Products documentation to RTD #1064
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1064 +/- ##
=======================================
Coverage 76.72% 76.72%
=======================================
Files 105 105
Lines 7015 7015
=======================================
Hits 5382 5382
Misses 1633 1633
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
918ae50
to
b850815
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some inline comments.
In addition the Exposure level products say the data is a 4D array. This needs to be corrected.
docs/index.rst
Outdated
Welcome to the documentation for the Roman calibration software, | ||
`romancal`. This package contains the Python software suite for the | ||
Roman Space Telescope (RST) calibration pipeline, which processes data | ||
from all Roman instruments by applying various corrections to produce |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only WFI, not all instruments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
docs/index.rst
Outdated
@@ -12,6 +12,24 @@ The Roman Space Telescope Calibration Pipeline | |||
:align: center | |||
:alt: Nancy Roman Space Telescope | |||
|
|||
Welcome to the documentation for the Roman calibration software, | |||
`romancal`. This package contains the Python software suite for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
romancal
is written as a link but is not actually linked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the link.
docs/index.rst
Outdated
individual exposures as well as high-level data products (mosaics, | ||
catalogs, etc.). The tools in this package allow users to run and | ||
configure the pipeline to custom process their Roman data. | ||
Additionally, the `romancal` package contains the interface to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again romancal
is in back ticks, which attempt to create a link but the link is not provided.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
CHANGES.rst
Outdated
@@ -17,8 +17,6 @@ jump detection | |||
documentation | |||
------------- | |||
|
|||
- Update jump step docs [#1035] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this change intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This went in Dec 7, I think I just moved the text.
We used to keep the change log in alphabetical order. I think I'll just give up.
4c56a96
to
8a6c978
Compare
Co-authored-by: Eddie Schlafly <[email protected]>
4c9c7b6
to
4138ce5
Compare
84b0cf9
to
6a9fa3f
Compare
ca5ce09
to
4c340a4
Compare
+--------------+----------+------------+-------+-------------------------------+ | ||
| data array | | Data Type | Units | Dimensions | | ||
+==============+==========+============+=======+===============================+ | ||
| data | Required | uint16 | DN | ncols x nrows x nresultants | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is using numpy arrays directly in Python, as opposed through FITS, should the dimensions be listed as
nresultants x nrows x ncols
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is the right way to present the dimensions then they need to change in every row in this table.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
1c2977f
to
96ddfdd
Compare
1974bd0
to
7f6b390
Compare
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks!
Co-authored-by: Zach Burnett <[email protected]> Co-authored-by: Eddie Schlafly <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Resolves RCAL-740
Closes #1061
This PR adds documentation for the science products in the exposure level pipeline.
Checklist
CHANGES.rst
under the corresponding subsection