astronomy-commons/hats-import

Support default_columns in catalog_info

Closed this issue · 1 comments

See also: astronomy-commons/hats#322

Add arguments for specifying this catalog info value at catalog import.

Closed with #396.

You can set like:

args = ImportArguments(
  ...
  addl_hats_properties={
    "hats_cols_default":"id, mjd"
  }
)```