Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias ipy='ipython --pylab'
- alias ipyn='jupyter notebook --notebook-dir=~/Dropbox/work/software/ipython' # IPython notebook shortcut
- alias djvu='wine ~/.wine/drive_c/Program\ Files/WinDjView/WinDjView.exe'
- # Setup Fermi tools
- # Issue the command 'fermi' to configure Fermi tools for working when needed
- alias fermi='export FERMI_DIR=/opt/ScienceTools-v10r0p5/x86_64-unknown-linux-gnu-libc2.19-0 && export DYLD_INSERT_LIBRARIES=$FERMI_DIR/lib/libf2c.so && source $FERMI_DIR/fermi-init.sh'
- # Enrico setup
- alias enrico='export ENRICO_DIR=/opt/enrico && source $ENRICO_DIR/enrico-init.sh'
- export FERMI_DATA_DIR=/home/nemmen/fermi/data
- export DOWNLOAD_DIR=$FERMI_DATA_DIR/download
- export PREPROCESSED_DIR=$FERMI_DATA_DIR/preprocessed
- export WEEKLY_DIR=$FERMI_DATA_DIR/download/weekly/photon
- export DIFFUSE_DIR=$FERMI_DATA_DIR/diffuse
- export CATALOG_DIR=$FERMI_DATA_DIR/catalog
- export PLUTO_DIR=/home/nemmen/pluto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement