Skip to content

Commit

Permalink
Merge pull request #2669 from cta-observatory/update_docs
Browse files Browse the repository at this point in the history
Update image.cleaning docs
  • Loading branch information
kosack authored Dec 5, 2024
2 parents 8469bd0 + 16666dc commit f0e5606
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 78 deletions.
14 changes: 14 additions & 0 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,17 @@ @manual{ctao-software-standards
institution={CTAO},
url={https://redmine.cta-observatory.org/dmsf/files/8628/view},
}

@article{lst1-crab-paper,
doi = {10.3847/1538-4357/ace89d},
url = {https://dx.doi.org/10.3847/1538-4357/ace89d},
year = {2023},
month = {oct},
publisher = {The American Astronomical Society},
volume = {956},
number = {2},
pages = {80},
author = {LST},
title = {Observations of the Crab Nebula and Pulsar with the Large-sized Telescope Prototype of the Cherenkov Telescope Array},
journal = {The Astrophysical Journal},
}
10 changes: 10 additions & 0 deletions src/ctapipe/image/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
from .cleaning import (
ImageCleaner,
NSBImageCleaner,
TailcutsImageCleaner,
apply_time_delta_cleaning,
bright_cleaning,
dilate,
fact_image_cleaning,
mars_cleaning_1st_pass,
nsb_image_cleaning,
tailcuts_clean,
time_constrained_clean,
)
from .concentration import concentration_parameters
from .extractor import (
Expand All @@ -18,6 +22,7 @@
NeighborPeakWindowSum,
SlidingWindowMaxSum,
TwoPassWindowSum,
VarianceExtractor,
extract_around_peak,
extract_sliding_window,
integration_correction,
Expand Down Expand Up @@ -79,12 +84,16 @@
"largest_island",
"brightest_island",
"tailcuts_clean",
"bright_cleaning",
"dilate",
"mars_cleaning_1st_pass",
"nsb_image_cleaning",
"fact_image_cleaning",
"apply_time_delta_cleaning",
"time_constrained_clean",
"ImageCleaner",
"TailcutsImageCleaner",
"NSBImageCleaner",
"neg_log_likelihood_approx",
"neg_log_likelihood_numeric",
"neg_log_likelihood",
Expand All @@ -109,6 +118,7 @@
"NeighborPeakWindowSum",
"BaselineSubtractedNeighborPeakWindowSum",
"TwoPassWindowSum",
"VarianceExtractor",
"extract_around_peak",
"extract_sliding_window",
"neighbor_average_maximum",
Expand Down
Loading

0 comments on commit f0e5606

Please sign in to comment.