© 2026 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
A Python solution that identifies highly variable astronomical sources from Gaia DR3 epoch photometry data.
Submitted for the InterSystems Employee Programming Challenge #1.
The program processes 20 Gaia DR3 epoch photometry files and produces output.csv listing every source whose BP or RP band flux varied by more than 100% between its minimum and maximum valid observations.
For each source:
bp_flux and rp_flux arrays (per-observation brightness measurements in Gaia’s blue and red photometer bands).NaN, and non-positive fluxes.((max − min) / min) × 100.output.csv if the score exceeds 100%.57,099 sources qualify across the 20 input files.
Clone the repository:
git clone https://github.com/munraj-bal/intersystems-challenge-1-mbal.git
cd intersystems-challenge-1-mbal