You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing a passive CRSD covariance information raises an error, the offending code here.
I believe the _fields and _required should be ReceiveSensor and not ReceiveSensorType. Furthermore, the type associated with the attribute should be ReceiveSensorType and not RadarSensorType
The text was updated successfully, but these errors were encountered:
It may not be relevant if you're dealing with DRAFT2021 CRSDs, but I wanted to note that CRSD has been significantly reworked (e.g. arbitrary transmit waveform descriptions, transmit-only files) in the intervening time.
The schema for the most recent draft (2024-12-30) as well as code for reading/writing/consistency checking is available in a new project: SARkit. SARkit is in early development, so the API is rapidly evolving as features are being added,but the 2024-12-30 draft will likely be much closer to the CRSD v1.0 anticipated for NSG adoption in 2025.
Writing a passive CRSD covariance information raises an error, the offending code here.
I believe the
_fields
and_required
should beReceiveSensor
and notReceiveSensorType
. Furthermore, the type associated with the attribute should beReceiveSensorType
and notRadarSensorType
The text was updated successfully, but these errors were encountered: