tart-telescope / notebooks

Example python notebooks using TART data
0 stars 2 forks source link

Getting tart calibration data error: issue # 7 #8

Closed rubyvanrooyen closed 1 year ago

rubyvanrooyen commented 1 year ago

Unexpected error:

Loading new data from https://tart.elec.ac.nz/signal/...
Traceback (most recent call last):
  File "/usr/local/bin/tart_calibration_data", line 85, in <module>
    vis_json, src_json = load_data(api, config)
  File "/usr/local/bin/tart_calibration_data", line 34, in load_data
    print(f"Getting catalog from {api.catalog_url(config, datestr=ts.isoformat())}")
TypeError: catalog_url() missing 1 required positional argument: 'lat

Updating notebook and raising issue