casangi / xradio

Xarray Radio Astronomy Data IO
https://xradio.readthedocs.io/en/latest/
Other
9 stars 5 forks source link

Populate schema and doc tables for antenna_xds, weather_xds, system_calibration_xds, partition_info. #226

Closed FedeMPouzols closed 2 weeks ago

FedeMPouzols commented 3 weeks ago

The following two:

are in a stable state I think and their schema classes/docs should also be populated. I think these are currently the biggest gaps in the sphinx docs.

While doing this, keep in mind this, coming form #223:

figure out ways to check constraints like:
- Alternative data variables (one or the other must be present), such as FIELD_PHASE_CENTER or FIELD_REFERENCE_CENTER
- When optional dimensions are present, they must be present in all the relevant data variables (for example, in the field_and_source_xds, time is present in FIELD_PHASE_CENTER and SOURCE_LOCATION and LINE_REST_FREQUENCY and...