Skip to content
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

test to see how circle-ci reacts #156

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,32 @@
"This is the first notebook, which will process the data and automatically detect and extract spectra for the point source. The workflow will use `photutils` to automatically detect sources in the cube to extract the spectrum of the point source. Then it will read in the spectra generated at Stage 3 of the JWST pipeline.\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# TEST"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"env: CRDS_PATH=/tmp/crds_cache\n",
"env: CRDS_SERVER_URL=https://jwst-crds.stsci.edu\n"
]
}
],
"source": [
"%env CRDS_PATH=$HOME/crds_cache\n",
"%env CRDS_SERVER_URL=https://jwst-crds.stsci.edu"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -507,7 +533,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -521,7 +547,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.9.5"
}
},
"nbformat": 4,
Expand Down