Skip to content

fix: use aplt.fits_array for Array2D output in interferometer/fit.py#18

Merged
Jammy2211 merged 1 commit intomainfrom
feature/category-c-output-to-fits-fixes
Apr 10, 2026
Merged

fix: use aplt.fits_array for Array2D output in interferometer/fit.py#18
Jammy2211 merged 1 commit intomainfrom
feature/category-c-output-to-fits-fixes

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Category C fix — Array2D.output_to_fits(...) was removed. Replace the call at line 303 with aplt.fits_array(array=..., file_path=..., overwrite=True), the current API for writing an Array2D to a FITS file.

Test plan

🤖 Generated with Claude Code

Category C fix: `Array2D.output_to_fits(...)` was removed. Replace the
call at line 303 with `aplt.fits_array(array=..., file_path=..., overwrite=True)`,
which is the current API for writing an Array2D to a FITS file.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit f8ac3a2 into main Apr 10, 2026
@Jammy2211 Jammy2211 deleted the feature/category-c-output-to-fits-fixes branch April 10, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant