NEDAS.datasets.synthetic package class NEDAS.datasets.synthetic.SyntheticObs(**kwargs)[source] Bases: Dataset nobs: int | None obs_position: str obs_x: list[float] obs_y: list[float] | None obs_z: list[float] | None generate_obs_network(**kwargs)[source] Generate a random observing network for use in synthetic observation experiments. Parameters: **kwargs read_obs_from_file(**kwargs)[source] Return observation sequence matching the given kwargs Submodules NEDAS.datasets.synthetic.synthetic_obs module SyntheticObs SyntheticObs.nobs SyntheticObs.obs_position SyntheticObs.obs_x SyntheticObs.obs_y SyntheticObs.obs_z SyntheticObs.generate_obs_network() SyntheticObs.read_obs_from_file()