-
Notifications
You must be signed in to change notification settings - Fork 2
Recent updates
2014/05/30 - Fixed some issues with the reextraction program for v0.1 to v0.2 for mosdef data. Added more explicit messages when doing profile mode and extraction mode. Fully implemented the subpixel extraction. removed extensions 7-10. made W and w adjust by 0.1 not 1.0 in width. profile is now green. added mosdef keyword to redshift analyzer program.
2014/05/27 - added sub-pixel extraction algorithm to extensions 7-10. same as extensions 1-4 but they use the sub-pixel extraction algorithm. added a plot that shows exactly which columns are being left out in continuum mode. Added new feature to enable adding a message with only one number by typing k
and changed manually typing a comment to be K
2014/05/20 - fixed bug where width was stored as a string if the initial fit was below the minimum width. Changed minw
to be set at the top of the program, alleviating the need to check in several places and ensures it can't be a string but is a double. Added explicit error message when trying to get the redshift of two objects at the same time. This basically cannot be done because the keyboard key handling is done in a separate loop from the extraction and the flux variable is lost (except for the last one done). Changed variable type to double for manually extracted spectra (ypos and width). Manually extracted spectra have centers and widths saved as doubles now (not long) and the width defaults to the minw rather than default width. It will be default width in the case of no minw. The bmep_redshift_analyze
program now needs a /mosdef keyword to work for mosdef path and by default works for the mosfire path.
2014/05/09 - Added an actual width column to extract_info program and output. it adds !!! to the end if the widths are different than the others extracted. Added support to use cont mode and regular mode when getting the profile, though this is largely irrelevant, since the profile and error are saved.
2014/05/08 - fixed crash in the X command. Added display redshift to Z command. changed wait time in X to 0.3 instead of 3 secondsmoved bmep_mosdef_getinfo to its own file. I think it should work with normal mosfire data too though. Maybe add mosdef keyword. Also created a bmep_redshift_analyze.pro. This cuts out duplicates in the 00_redshift file. It also prints out each possible redshift with the number of different lines used to get that redshift. will add more to this later.