Skip to content

Commit

Permalink
Merge pull request #366 from mwcraig/polish-source-detection
Browse files Browse the repository at this point in the history
Add several additional notebooks related to source detection
  • Loading branch information
mwcraig committed Apr 5, 2024
2 parents e38f3f2 + 9dbd8aa commit 653edee
Show file tree
Hide file tree
Showing 10 changed files with 2,074 additions and 1,110 deletions.
15 changes: 12 additions & 3 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,21 @@ parts:
- file: notebooks/photometry/01.01.02-Background-estimation-XDF.ipynb
title: Handling images that need masking
- file: notebooks/photometry/01.01.03-Background-estimation-FEDER.ipynb
title: Removing a gradient
- file: notebooks/photometry/01.02-IRAF-like-detection.ipynb
title: Removing a gradient in a ground-based image
- file: notebooks/photometry/01.02-IRAF-like-photutils.ipynb
title: IRAF-like source detection
sections:
- file: notebooks/photometry/01.02.01-IRAF-like-detection-simulated-data.ipynb
- file: notebooks/photometry/01.02.01-IRAF-like-simulated-image.ipynb
title: Overview with simulated image
- file: notebooks/photometry/01.02.02-IRAF-like-source-detection-XDF.ipynb
title: Detecting sources in the XDF
- file: notebooks/photometry/01.02.03-Source-detection-FEDER.ipynb
title: Detecting stellar sources in a ground-based image
- file: notebooks/photometry/01.03-Local-peak-detection.ipynb
title: Local peak detection
sections:
- file: notebooks/photometry/01.03.02-peak_detection-XDF.ipynb
title: Peak detection in the XDF


# - url: https://github.com/mwcraig/ccd-reduction-and-photometry-guide
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"\n",
"Background subtraction is essential for accurate photometric analysis of astronomical data like the XDF.\n",
"\n",
"*The methods demonstrated here are available in narrative form within the `photutils.background` [documentation](http://photutils.readthedocs.io/en/stable/background.html).*"
"*The methods demonstrated here are also available in narrative from within the [`photutils.background` documentation](http://photutils.readthedocs.io/en/stable/background.html).*\n",
"\n",
"*The original authors of this notebook were Lauren Chambers and Erik Tollerud.*"
]
},
{
Expand Down

0 comments on commit 653edee

Please sign in to comment.