forked from spacetelescope/acs-notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added requirements.txt files to each (functional) notebook directory
- Loading branch information
1 parent
3be0379
commit 7b8621a
Showing
5 changed files
with
34 additions
and
0 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,6 @@ | ||
# The required packages for the ACS Pixel Area Maps notebook | ||
|
||
matplotlib | ||
astroquery | ||
astropy | ||
stsci |
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,5 @@ | ||
# The required packages for the ACS Reduction notebook | ||
|
||
astroquery | ||
astropy | ||
stwcs |
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,9 @@ | ||
# The required packages for the ACS Saturation Trails notebook | ||
|
||
numpy | ||
matplotlib | ||
astroquery | ||
astropy | ||
scipy | ||
stsci | ||
photutils |
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 @@ | ||
# The required packages for the ACS SBC Dark Analysis notebook | ||
|
||
matplotlib | ||
numpy | ||
astroquery | ||
drisslepac | ||
astropy | ||
photutils |
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,6 @@ | ||
# The required packages for the ACS Subarray notebook | ||
|
||
astroquery | ||
astropy | ||
stwcs | ||
acstools |