grad300-client#
A Python client library for the GRAD300 backend API.
It provides query and download helpers for astronomical scan data produced by
the GRAD300 radio telescope, returning results as
astropy.table.Table or
astropy.io.fits.HDUList objects.
Quick Start
Access scan data in minutes — query by source, date, or filename and download FITS data directly to memory or disk.
Configuration
Customise the server URL, timeout, and page size through the conf object or
environment variables.
API Reference
Detailed reference for all public classes, methods, and exceptions.