The VAriable Source Cluster Analysis (VASCA) is an astronomy pipeline for time-variable sources.
VASCA (Italian for "bathtub" 🛁) is a high-performance software package developed to address the challenges of time-domain astronomy, especially given the increasing volume of data from large-scale surveys such as ZTF, LSST, and ULTRASAT. Designed to analyze time-variable cosmic sources like active galactic nuclei, stars, and transient events, VASCA provides a modular, scalable solution for integrating data from multiple instruments and conducting a cohesive analysis.
The VASCA analysis pipeline consists of three primary steps:
The main output of the pipeline is a catalog of time-variable cosmic sources, including detailed classifications and cross-matches with existing astronomical databases.
VASCA was applied to a proof-of-principle study using the Galaxy Evolution Explorer (GALEX) archive (2003-2013). This study produced a catalog of over 4,000 UV-variable sources, revealing UV variability across all classes of stars. Notably, a massive, pulsating white dwarf exhibited unique long-term variability in the UV. The full article including a description of VASCA's pipeline can be found here: The time-variable ultraviolet sky: Active galactic nuclei, stars, and white dwarfs.
VASCA is distributed as an open-source package. Comprehensive documentation is available here, including example notebooks and an API reference to help users get started. For quick installation, VASCA can be installed via PyPI using:
pip install vasca
For more info see the installation guide.