-
Notifications
You must be signed in to change notification settings - Fork 2
MOSDEF procedures
-
Update BMEP by opening a terminal and running "git pull" in the folder where BMEP is installed
-
Download the masks you are supposed to reduce and put them in the mosdef 2d folder (from the enviornments)
-
extract all of the stars for all of the masks
-
run bmep_mosdef_getinfo (in IDL) and check the output If there are any issues fix them and then re-run bmep_mosdef_getinfo. (REMEMBER: the getinfo script is just a sanity check to make sure there are no issues like accidentally extracting a serendip object as the primary. Just because a spectra has "BAD" by it, doesn't mean it is wrong. Just go back and make sure everything is OK with that spectrum. If everything is fine, then you can safely ignore the "BAD" message. Also, the issue may be with the spectrum one line above where BAD is written so check that spectrum too)
-
Once all the spectra look fine run the IDL command > bmep_redshift_analyze,/mosdef
-
To blindly extract spectra where you couldn't see any emission or continuum run bmep_mosdef_blind (Note: the bmep_mosdef_blind command should always be run last. This is because if you run it before you're done extracting, the blind program will happily extract any spectra that you haven't gotten to yet. This is also why I recommend only downloading the masks that you are going to do. If the other masks are in your folder the blind program will extract them anyway)
-
Run bmep_mosdef_getinfo again and check the output (yes, again).