diff --git a/README.md b/README.md index 3465bfd..8fefe7f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # MaxiMask and MaxiTrack MaxiMask and MaxiTrack are convolutional neural networks (CNNs) that can detect contaminants in astronomical images. They relate to the following publication: - + A&A: https://doi.org/10.1051/0004-6361/201936345 @@ -11,7 +11,7 @@ arXiv: https://arxiv.org/abs/1907.08298 MaxiMask is a semantic segmentation CNN (identifying contaminants at the pixel level) that can detect various contaminants, including trails, as shown in the image below where it detects the Starlink satellites in the famous DECam image.

- +

MaxiTrack is an image classification CNN (identifying contaminants at the image level) that can detect tracking errors. diff --git a/setup.py b/setup.py index 14c88d2..8186273 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="MaxiMask", - version="1.3.2", + version="1.3.3", author="Maxime Paillassa", author_email="maxime.paillassa@nagoya-u.jp", description="Convolutional neural networks to detect contaminants in astronomical images.",