ska_oso_pdm.schemas.common.field_configuration

The schemas.common.field_configuration defines Marshmallow schema that map the field_configurations section of an SKA scheduling block to/from a JSON representation.

class FieldConfigurationSchema(*args, **kwargs)[source]

The Field Configuration section of an SKA scheduling block

make_fieldconfiguration(data, **_)[source]

Convert parsed JSON back into a FieldConfiguration object.

Parameters:
  • data – dict containing parsed JSON values
  • _ – kwargs passed by Marshmallow
Returns:

FieldConfiguration instance populated to match JSON