spacetelescope / hst_notebooks

Generated Notebooks HTML
https://spacetelescope.github.io/hst_notebooks/
BSD 3-Clause "New" or "Revised" License
10 stars 15 forks source link

Revised sky matching notebook #284

Closed bjkuhn closed 2 months ago

bjkuhn commented 3 months ago

This notebook checklist has been made available to us by the Notebooks For All team. Its purpose is to serve as a guide for both the notebook author and the technical reviewer highlighting critical aspects to consider when striving to develop an accessible and effective notebook.

The First Cell

The Rest of the Cells

Text

Code

Images

Visualizations

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

mackjenn commented 3 months ago

Hello! I was curious when you anticipate having time to review this notebook? I'm trying to coordinate our work plan. Thanks you.

haticekaratay commented 3 months ago

@bjkuhn, There is an import error, ---> 19 from drizzlepac import astrodrizzle, tweakback, tweakreg https://github.com/spacetelescope/hst_notebooks/actions/runs/9422985456/job/26897266453?pr=284 It could be due to a versioning issue with a dependency or a missing dependency.

haticekaratay commented 3 months ago

@bjkuhn, There is an import error, ---> 19 from drizzlepac import astrodrizzle, tweakback, tweakreg https://github.com/spacetelescope/hst_notebooks/actions/runs/9422985456/job/26897266453?pr=284 It could be due to a versioning issue with a dependency or a missing dependency.

@bjkuhn, I found that the import issue in Astrodrizlle is due to deprecated methods in photutils. To temporarily solve the problem, you can try pinning the requirements.txt file to the old release of photutils, for example, version 1.12.0 instead of 1.13.0. There are no changes to the CI.

haticekaratay commented 3 months ago

@bjkuhn Thanks for your notebook. I learned a lot from reading it. I left a few minor comments.

bjkuhn commented 2 months ago

@haticekaratay all requested changes have been made. Thank you for your review!

mackjenn commented 2 months ago

@haticekaratay Thanks for your review!
Looks like this one is ready to be merged when you have time to do so. 👍