#105 closed enhancement (fixed)
Save baseline values to a FITS file
| Reported by: | MatthewWhiting | Owned by: | MatthewWhiting |
|---|---|---|---|
| Priority: | normal | Milestone: | Release-1.3 |
| Component: | Output | Version: | 1.1.10 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The baseline array is not able to be saved at the moment. Can we implement the same code to write a FITS file containing just the baselines?
Change History (3)
comment:1 Changed 14 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 12 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Included in the recent changes for #170. Implemented and seems to work fine. Closing.
comment:3 Changed 12 years ago by
| Milestone: | Release-2.0 → Release-1.3 |
|---|
Note: See
TracTickets for help on using
tickets.

Perhaps use this as an opportunity to simplify the FITS-writing code? Make the actual writing-the-data part a generic function taking an array, and have specific header functions for each type of file...