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

Changes to the summary plot to use observed wavelengths in case the RV results are wrong. #111

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cmccully
Copy link
Collaborator

@cmccully cmccully requested a review from drhaz December 19, 2023 17:21
pl.xlim([5140., 5220.])
pl.ylim([0., np.nanmin([np.nanmax(flux[primary_order, :]), 2.0])])
pl.xlabel('wavelength (Angstroms)')
pl.xlabel('observed wavelength (Angstroms)')
Copy link
Collaborator

Choose a reason for hiding this comment

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

vacuum or 1 atm?

@@ -86,24 +87,25 @@ def do_stage(self, image):
line_separation, top_line = 0.065, 0.925
pl.text(0.1, top_line, image.meta['ORIGNAME'].replace('e00', 'e' + str(self.runtime_context.reduction_level) +
'-1d') + '.fz')
pl.text(0.1, top_line - line_separation, f'Request Numbers: {image.request_number}')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not shown yet in the attached example pdf. But nice!

Would it make sense to hyperlink this, or is the url too volatile to bake in here?

Copy link
Collaborator

@drhaz drhaz left a comment

Choose a reason for hiding this comment

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

lgtm.

Two comments in there for consideration.

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