Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide reporting #197

Merged
merged 14 commits into from
Dec 23, 2018
2 changes: 1 addition & 1 deletion proseco/guide_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Do reporting for at-most MAX_CAND candidates
MAX_CAND = 50
COLS = ['id', 'stage', 'forced',
'mag', 'mag_err', 'MAG_ACA', 'MAG_ACA_ERR',
'mag', 'mag_err',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

MAG_ACA_ERR is used directly in the spoiler tests. I thought it was somewhat useful to have it here because I found myself looking it up for the cases where it is not presently reasonable (bright candidates). But I suppose if the ids are links to the kadi star lookup that's fine.

'yang', 'zang', 'row', 'col', 'COLOR1']
FILEDIR = Path(__file__).parent
APL = AcaPsfLibrary()
Expand Down