Skip to content

Commit

Permalink
add descriptions of partition_info fields, #257
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Sep 17, 2024
1 parent ea25a0c commit 8d52909
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/xradio/vis/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,15 +515,23 @@ class FieldSourceXds:
class PartitionInfoDict:
# spectral_window_id: missing / remove for good?
spectral_window_name: str
""" Spectral window Name """
# field_id: missing / probably remove for good?
field_name: list[str]
""" List of all field names """
polarization_setup: list[str]
""" List of polrization bases. """
scan_number: list[int]
""" List of scan numbers. """
source_name: list[str]
""" List of source names. """
# source_id: mising / remove for good?
obs_mode: list[str]
""" Infromation in obs_mode column of MSv2 """
taql: Optional[str]
""" The taql query used if converted from MSv2. """
line_name: list[str]
""" Spectral line names """


@dict_schema
Expand Down

0 comments on commit 8d52909

Please sign in to comment.