Skip to content

Remove ASTROMETRY_ERROR_FLOOR_MAS from paramfile - #18

Open
AmberLee2427 wants to merge 3 commits into
mtpenny:generalfrom
AmberLee2427:general
Open

Remove ASTROMETRY_ERROR_FLOOR_MAS from paramfile#18
AmberLee2427 wants to merge 3 commits into
mtpenny:generalfrom
AmberLee2427:general

Conversation

@AmberLee2427

Copy link
Copy Markdown

Removed ASTROMETRY_ERROR_FLOOR_MAS parameter handling.

entirely untested edits

Removed ASTROMETRY_ERROR_FLOOR_MAS parameter handling.
Copilot AI review requested due to automatic review settings June 6, 2026 21:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

This PR removes support for the ASTROMETRY_ERROR_FLOOR_MAS parameter and standardizes astrometry floor parsing to rely solely on ASTROMETRIC_SYS_FLOOR.

Changes:

  • Removed ASTROMETRY_ERROR_FLOOR_MAS from the default keyword list.
  • Removed the conditional override logic that read ASTROMETRY_ERROR_FLOOR_MAS when present.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/readParamfile.cpp
@@ -255,12 +254,6 @@ void readParamfile(string v_file, struct filekeywords *Paramfile){
Paramfile->skip_magnification = stoi(pfile["SKIP_MAGNIFICATION"]);
Paramfile->astrometry_on = stoi(pfile["ASTROMETRY_ON"]);
Paramfile->astrometry_error_floor_mas = stod(pfile["ASTROMETRIC_SYS_FLOOR"]);
Comment thread src/readParamfile.cpp
@@ -255,12 +254,6 @@ void readParamfile(string v_file, struct filekeywords *Paramfile){
Paramfile->skip_magnification = stoi(pfile["SKIP_MAGNIFICATION"]);
Paramfile->astrometry_on = stoi(pfile["ASTROMETRY_ON"]);
Paramfile->astrometry_error_floor_mas = stod(pfile["ASTROMETRIC_SYS_FLOOR"]);
@AmberLee2427

Copy link
Copy Markdown
Author

this bullshit is why there were two of these bloody things

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.

2 participants