Skip to content

Commit

Permalink
Fix requirement file and notebook to run again
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilla Pacifici committed Sep 13, 2023
1 parent 0f4b37d commit 7926830
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"\n",
"from scipy.optimize import curve_fit\n",
"from spectral_cube import SpectralCube\n",
"from photutils import DAOStarFinder, CircularAperture\n",
"from photutils.detection import DAOStarFinder\n",
"from photutils.aperture import CircularAperture\n",
"\n",
"from specutils import Spectrum1D, SpectralRegion\n",
"from specutils.analysis import snr, line_flux, centroid, equivalent_width\n",
Expand Down Expand Up @@ -199,7 +200,7 @@
"source": [
"Using ALMA 13CO from a known star formation region in the LMC host to nearly 150 massive YSOs.\n",
"\n",
"#### Note that the data file is ~2 GB, so download will take a while depending on your intenet speed. You can also download directly using the link below."
"#### Note that the data file is ~2 GB, so download will take a while depending on your internet speed. You can also download directly using the link below."
]
},
{
Expand Down Expand Up @@ -1156,6 +1157,13 @@
"plt.show()\n",
"plt.close()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -1174,7 +1182,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
6 changes: 0 additions & 6 deletions notebooks/MIRI_IFU_YSOs_in_the_LMC/pre-install.sh

This file was deleted.

1 change: 0 additions & 1 deletion notebooks/MIRI_IFU_YSOs_in_the_LMC/pre-requirements.txt

This file was deleted.

15 changes: 6 additions & 9 deletions notebooks/MIRI_IFU_YSOs_in_the_LMC/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
jupyter
aplpy
astrodendro==0.2.0
astropy==4.0.1.post1
jwst
matplotlib==3.3.0rc1
pandas==1.0.5
photutils==0.7.2
scipy>=1.5.0
specutils==1.0
matplotlib
pandas
spectral-cube
specutils
aplpy
git+https://github.com/dendrograms/astrodendro.git

0 comments on commit 7926830

Please sign in to comment.