-
Notifications
You must be signed in to change notification settings - Fork 2
InstallingBMEP
Bill Freeman edited this page Jan 29, 2015
·
19 revisions
To install bmep:
- Needed software:
- Install the following IDL libraries:
- Navigate to your working IDL directory
- type
>git clone https://github.com/billfreeman44/bmep.git
- This should make a folder called
bmep
within this directory. Add this folder to your IDL path for the programs to work
- setup your enviornments (Setting up Environments )
- move your
*_Slitlist.txt
files into theBMEP_MOSFIRE_DRP_MASKS
folder. Masks should be named[maskname]_SlitList.txt'
(with that capitalization). This is the same name that comes from the mask making software, so as long as you didn't change it, it will be fine. - test the code by starting idl and running
.com bmep
-
bmep_test
it should count from 0 to 10 without errors. Click here if you have issues while runningbmep_test
- To update the code, cd into the bmep directory and type
git pull