-
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.
Merge pull request #167 from spacetelescope/phot_examples
Update flux conversion notebook
- Loading branch information
Showing
62 changed files
with
2,113 additions
and
3,826 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: Nightly Notebook Execution | ||
name: Scheduled Notebook Execution | ||
on: | ||
schedule: | ||
#- cron: '0 3 * * *' # run at 2 AM UTC | ||
- cron: '0 0 * * 0' # midnight sunday UTC | ||
|
||
jobs: | ||
GenerateHTML: | ||
Scheduled: | ||
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_scheduled.yml@v3 | ||
with: | ||
python-version: ${{ vars.PYTHON_VERSION }} |
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 @@ | ||
name: Weekly broken link check | ||
on: | ||
schedule: | ||
- cron: '0 4 * * 0' # 0400 UTC every Sunday | ||
|
||
jobs: | ||
Scheduled: | ||
uses: spacetelescope/notebook-ci-actions/.github/workflows/broken_link_checker.yml@main |
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 |
---|---|---|
@@ -1,13 +1,28 @@ | ||
# STScI Notebook Repository HQ | ||
This page provides links to notebooks created by various Hubble Space | ||
Telescope instrument teams and software groups, including: | ||
|
||
[Advanced Camera for Surveys (ACS)](https://www.stsci.edu/hst/instrumentation/acs); | ||
## STScI HST Notebook Repository HQ | ||
Welcome to the STScI HST Notebook Repository | ||
This resource provides comprehensive documentation and interactive notebooks created by the Hubble Space Telescope instruments teams. | ||
|
||
[Cosmic Origins Spectrograph (COS)](https://www.stsci.edu/hst/instrumentation/cos); | ||
### Interactive Notebooks | ||
Explore our interactive notebooks for hands-on experience with HST data. | ||
- [ACS notebooks](./notebooks/ACS/README.md) | ||
- [COS notebooks](./notebooks/COS/README.md) | ||
- [DrizzlePac notebooks](./notebooks/DrizzlePac/README.md) | ||
- [NICMOS notebooks](./notebooks/NICMOS/nicmos_unit_conversion/nicmos_unit_conversion.ipynb) | ||
- [STIS notebooks](./notebooks/STIS/README.md) | ||
- [WFC3 notebooks](./notebooks/WFC3/README.md) | ||
|
||
[DrizzlePac](https://www.stsci.edu/scientific-community/software/drizzlepac); | ||
### Instrument Documentation | ||
Here, you can find detailed documentation for each instrument the Hubble Space Telescope uses. | ||
|
||
[Near Infrared Camera and Multi-Object Spectrometer (NICMOS)](https://www.stsci.edu/hst/instrumentation/legacy/nicmos); | ||
- [Advanced Camera for Surveys (ACS)](https://www.stsci.edu/hst/instrumentation/acs) | ||
|
||
[Space Telescope Imaging Spectrograph (STIS)](https://www.stsci.edu/hst/instrumentation/stis); | ||
- [Cosmic Origins Spectrograph (COS)](https://www.stsci.edu/hst/instrumentation/cos) | ||
|
||
- [DrizzlePac](https://www.stsci.edu/scientific-community/software/drizzlepac) | ||
|
||
- [Near Infrared Camera and Multi-Object Spectrometer (NICMOS)](https://www.stsci.edu/hst/instrumentation/legacy/nicmos) | ||
|
||
- [Space Telescope Imaging Spectrograph (STIS)](https://www.stsci.edu/hst/instrumentation/stis) | ||
|
||
- [Wide Field Camera 3 (WFC3)](https://www.stsci.edu/hst/instrumentation/wfc3) |
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 |
---|---|---|
|
@@ -4,3 +4,5 @@ astroquery==0.4.6 | |
matplotlib==3.7.0 | ||
numpy==1.23.4 | ||
photutils==1.6.0 | ||
crds==11.17.7 | ||
stsci.tools==4.1.0 |
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,5 +1,7 @@ | ||
acstools==3.5.0 | ||
astropy==5.2.1 | ||
acstools==3.7.0 | ||
astropy==5.3.4 | ||
astroquery==0.4.6 | ||
matplotlib==3.7.0 | ||
numpy==1.23.4 | ||
matplotlib==3.8.1 | ||
numpy==1.26.2 | ||
scikit-image==0.22.0 | ||
photutils==1.9.0 |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ stsci.imagestats==1.6.3 | |
stsci.skypac==1.0.9 | ||
stsci.stimage==0.2.6 | ||
stsci.tools==4.0.1 | ||
matplotlib==3.7.0 |
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,3 +1,5 @@ | ||
astropy==5.2.1 | ||
astroquery==0.4.6 | ||
stwcs==1.7.2 | ||
crds==11.17.0 | ||
matplotlib==3.7.0 |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ acstools==3.5.0 | |
astropy==5.2.1 | ||
astroquery==0.4.6 | ||
stwcs==1.7.2 | ||
crds==11.17.0 |
Oops, something went wrong.