-
Notifications
You must be signed in to change notification settings - Fork 2
Setting up Enviornments
Bill Freeman edited this page May 27, 2014
·
14 revisions
In your .cshrc file add something like:
setenv BMEP_MOSDEF_2D /Users/bill/mosfire/output/idl_output/2D/
setenv BMEP_MOSDEF_1D /Users/bill/mosfire/output/idl_output/2D/1d_extracted/
setenv BMEP_MOSDEF_MASKS /Users/bill/mosfire/output/idl_output/2D/
setenv BMEP_MOSFIRE_DRP_2D /Users/bill/mosfire/output/
#setenv BMEP_MOSFIRE_DRP_1D /Users/bill/mosfire/output/
setenv BMEP_MOSFIRE_DRP_MASKS /Users/bill/mosfire/output/
setenv BMEP_DROPBOX_PATH ~/Dropbox/
-
BMEP_MOSDEF_2D
- Where the output of mariska’s program is. This should be a folder with like 2000+ 2d spectra in it. -
BMEP_MOSDEF_1D
- Where the output of the extraction program will be. This folder will soon contain many 1D spectra in it. This folder should also have several files that are outputs from the reduction (starinfo.txt, 00 extract info.txt, 00 np info.txt
) -
BMEP_MOSDEF_MASKS
- This should have all of the masks within subfolders of this directory (or in this directory its self). The masks should be have the name[FIELD]_[z1,z2,z3]Slitlist.txt
for mosdef or[maskname]_SlitList.txt
for mosfire. -
BMEP_MOSFIRE_DRP 2D
- This is where the FOLDERS are that the DRP output. Each one of these has a reduced mask with the std and eps files -
BMEP_MOSFIRE_DRP_1D
- This is where the output of the extraction program will go. NOTE if you do not set this, the output will go within the folder that is in the 2D directory called 1d extracted. This is how I prefer to have my folders set up. -
BMEP_MOSFIRE_DRP_MASKS
- The program will look for "`BMEP_MOSFIRE_DRP_MASKS[maskname][maskname]_SlitList.txt'" -
BMEP_DROPBOX_PATH
- You probably don’t need this. I used it to link some things to reduce LRIS data.
Note: These environment variables OVERRIDE the path_to_output
keyword
Note: There SHOULD be a trailing slash.