-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes in schema checker/doc to sync with spreadsheet #257
Comments
FedeMPouzols
added a commit
that referenced
this issue
Sep 17, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 17, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 17, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 17, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 17, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 17, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 17, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 18, 2024
…metadata for ANTENNA_POSITION, #257
FedeMPouzols
added a commit
that referenced
this issue
Sep 18, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 18, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 18, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 18, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 18, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 18, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 18, 2024
FedeMPouzols
added a commit
that referenced
this issue
Sep 18, 2024
This was referenced Sep 18, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is to add a few small fixes still needed in the schema to match the spreadsheet.
For now I see:
time_pointing
with an old leftovertime_polynomial
and then_polynomial
.FIELD_PHASE_CENTER
and it seems that it should use in a similar way in the other data vars that do not have other dimensions than time/ephemeris (or not listed in itsData[...
definition but included in the...Array
class used from there). Also, in theseData[...
definitions, enforceQantityArray
(orLocationArray
wherever appropriate) in several data_vars, rather than an array of raw floats.FIELD_DELAY_CENTER
is stricken through but it was still in the schema. Update another variable name: OBSERVATION_POSITION=>OBSERVER_POSITION.ellipsoid
attribute inantenna_xds
(earth_location_offset
),field_and_source_xds
, and_utils/schema.py
.BEAM_OFFSET
and(ANTENNA_)FEED_OFFSET
should be removed from conversion.FOCUS_LENGTH
andRECEPTOR_ANGLE
are missing theANTENNA_
prefix.After #256 has been merged:
VisibilityXds
=>CorrelatedDataXds
+ various renaming ofvis
, read/open, etc. in.rst
(vis_schema.rst
,vis_api
) files. Also rename "visibility->correlated data" in text, headings, file names, etc.The text was updated successfully, but these errors were encountered: