N-CONST
v1.1.0
Observation parameters from alpaca style .obs file.
path (PathLike) – Path to the .obs file.
Dict[str, Any]
Examples
>>> obsfile_parser('test/horizon.obs') {'offset_Az': 0, ..., 'script': '200GHz/line_otf_car_rsky.alp'}
Bases: DataClass
DataClass
Parse observation parameters.
Parse toml file.
path (PathLike) – Path to the parameter file.
Notes
All parameters declared in the toml file will be parsed. Table names are ignored.
previous
n_const.deprecated
next
n_const.pointing