-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update WFC3 README with appropriate hyperlinks and installation * Remove READMEs from each notebook * Keep WFC3/dash notebook README until published * Remove WFC3 legacy environments * Add WFC3 subsection READMEs * Add WFC3 subsections to TOC
- Loading branch information
Showing
23 changed files
with
215 additions
and
776 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 was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# General Tools | ||
Here are brief descriptions of WFC3 Notebooks for general tools: | ||
|
||
## WFC3 Image Displayer and Analyzer | ||
We present `display_image`, a tool for displaying full images | ||
with metadata, individual WFC3/UVIS chip images, a section of an image with | ||
various colormaps/scaling, and individual WFC3/IR `ima` reads. In addition, we | ||
present `row_column_stats`, a tool for computing row and column statistics for | ||
the types of WFC3 images previously mentioned. | ||
|
||
## Exception Report Checklist - WFC3 | ||
We present the steps that should be taken when an observer receives a WFC3 | ||
Exception Report Email. | ||
|
||
## Processing WFC3/UVIS Data with `calwf3` Using the v1.0 CTE-Correction | ||
We compare `calwf3` v1.0 CTE correction versus v2.0, and explore | ||
when each version is useful. v1.0 will provide the most up-to-date calibration | ||
procedures such as time-dependent photometric corrections and zeropoints, while | ||
also including the v1.0 CTE correction. | ||
|
||
## Masking Persistence in WFC3/IR Images | ||
We present how to use the WFC3/IR persistence model to flag pixels affected by | ||
persistence in the calibrated (FLT) science images. When the images are | ||
sufficiently dithered to step over the observed persistence artifacts, | ||
AstroDrizzle may be used to exclude those flagged pixels when combining the FLT | ||
frames. |
Oops, something went wrong.