Skip to content

Mike/add fits writer#101

Merged
mikelangmayr merged 11 commits into
camera-2.0from
mike/add-fits-writer
Jun 22, 2026
Merged

Mike/add fits writer#101
mikelangmayr merged 11 commits into
camera-2.0from
mike/add-fits-writer

Conversation

@mikelangmayr

Copy link
Copy Markdown
Contributor
  • add async FITS writer
  • add output frame factory and hook it up
  • make default expose mode override-able

@mikelangmayr mikelangmayr changed the title Mike/add fits writer [WIP] Mike/add fits writer May 15, 2026
@mikelangmayr mikelangmayr requested a review from Kupaianaha May 15, 2026 23:22
@mikelangmayr mikelangmayr changed the title [WIP] Mike/add fits writer Mike/add fits writer May 18, 2026
Comment thread utils/fits_writer.cpp
Comment thread utils/fits_writer.cpp

@astronomerdave astronomerdave left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a fits writer that @drriddle wrote and has been pretty successful for high-speed AO.

this->controller->is_camera_mode = true;

std::string target = ArchonExposureMode::SINGLE;
std::string target = this->default_exposure_mode_name();

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I ask for an exposure mode that doesn't exist then this will silently give me some other mode.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@astronomerdave It allows each instrument to have a default exposure mode.

Comment thread utils/fits_writer.cpp Outdated
@mikelangmayr mikelangmayr reopened this Jun 16, 2026
@mikelangmayr mikelangmayr merged commit 313fd1e into camera-2.0 Jun 22, 2026
2 checks passed
@mikelangmayr mikelangmayr deleted the mike/add-fits-writer branch June 22, 2026 17:12
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.

4 participants