ODAAstropyTable

class oda_api.data_products.ODAAstropyTable(table_object: Table, name: str | None = None, meta_data: dict | None = None)[source]

Bases: DataProduct

Attributes Summary

Methods Summary

decode(o_dict[, use_binary])

encode([use_binary, to_json])

from_file(file_path[, name, delimiter, format])

write(file_name[, format, overwrite])

write_fits_file(file_name[, overwrite])

Attributes Documentation

table

Methods Documentation

classmethod decode(o_dict: dict[str, Any], use_binary=False)[source]
encode(use_binary=False, to_json=False)[source]
classmethod from_file(file_path, name=None, delimiter=None, format=None)[source]
write(file_name, format='fits', overwrite=True)[source]
write_fits_file(file_name, overwrite=True)[source]