radio-astro-tools / casa-formats-io

Code to handle I/O from/to data in CASA format
Other
10 stars 7 forks source link

Read HISTORY table #9

Closed keflavich closed 3 years ago

keflavich commented 4 years ago

The HISTORY table should get read into the cube metadata.

ia.open('blah.image')
ia.sethistory(...)
astrofrog commented 3 years ago

This will be possible once #12 is merged - the history is stored in the logtable.

keflavich commented 3 years ago

Closed by #12!