astrohack.core.holog_obs_dict

Classes

HologObsDict

dict() -> new empty dictionary

Module Contents

class HologObsDict(dict_obj: dict = None)[source]

Bases: dict

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s

(key, value) pairs

dict(iterable) -> new dictionary initialized as if via:

d = {} for k, v in iterable:

d[k] = v

dict(**kwargs) -> new dictionary initialized with the name=value pairs

in the keyword argument list. For example: dict(one=1, two=2)

print(style: str = 'static')[source]
classmethod from_json_file(filepath)[source]
to_json_file(filepath)[source]
classmethod from_holog_file(filepath)[source]
classmethod create_from_ms_info(pnt_mds, exclude_antennas, baseline_average_distance, baseline_average_nearest)[source]
static get_nearest_baselines(antenna: str, dist_matrix_dict, n_baselines: int = None) object[source]
select_baseline(selected_values, n_baselines, dist_matrix_dict, reference=None)[source]
select(key, selected_values)[source]