Skip to content

Conversation

@astronomerdave
Copy link
Contributor

This addresses issue #334.

for slicecam acquisition mode. no code changes yet.
@astronomerdave
Copy link
Contributor Author

The first commit only splits non-Interface code out of slicecam_interface in preparation for development. No code changes yet.

This will remain in draft mode while @chazshapiro is working on it.

calculate_centroid() and calculate_acquisition_offsets()
long error = NO_ERROR;
int temp = 999;
void Interface::calculate_centroid(const std::string &which,
std::pair<double, double> &centroid) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@chazshapiro placeholder for you

fits_file.write_image( cam ); // write the image data
}
void Interface::calculate_acquisition_offsets(const std::pair<double, double> &centroid,
std::pair<double, double> &offsets) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@chazshapiro placeholder for you

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.

3 participants