askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
7 stars 3 forks source link

Add MAX_CUTOUT_IMAGES setting #658

Closed marxide closed 2 years ago

marxide commented 2 years ago

Truncates the number of displayed cutout images on the source detail page according to the value of MAX_CUTOUT_IMAGES. The default is 30.

The most significant detection is still displayed at the top of the source detail page, even if it is not included in the truncated set of displayed cutouts.

Fixes #657.