Macshort

From MediaWiki

Revision as of 14:41, 22 November 2017 by Ana (Talk | contribs)
Jump to: navigation, search

Contents

High Sierra 10.13.1

wget

  ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  brew install wget --with-libressl

ftp

curl http://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.gz -o inetutils-1.9.4.tar.gz tar xvzf inetutils-1.9.4.tar.gz cd inetutils-1.9.4 ./configure make sudo make install

XQuartz

  https://www.xquartz.org 

iraf

Follow instructions on:

  http://www.iac.es/sieinvens/siepedia/pmwiki.php?n=HOWTOs.IrafMacOSX

Under: Install IRAF external packages

Change dlcmd="usr/bin/ftp" to dlcmd="/usr/local/bin/wget" in /iraf/iraf/extern/pkgget:

  FROM dlcmd="/usr/local/ftp" TO dlcmd="/usr/local/bin/wget"

Check if wget is in that location first. Change the ftp directory in

  FROM /bin/echo "ftp://iraf.noao.edu/iraf/v216/REPO" TO /bin/echo "http://iraf.noao.edu/ftp/v216/REPO/" 


Before you try to install IRAF disable SIP entirely for your machine: Restart.Hold cmd+R to enter Recovery mode.Go to Utilities->Terminal.Type

  csrutil disable; reboot

After installation if you get the msg while trying to awake ds9:

  Error msg: "BKG ERROR: new CL installed; logout and try again"

Download vocl.e from

   http://iraf.noao.edu/iraf/ftp/ftp/v216/support/macintel/

and put it in your /iraf/iraf/bin.linux64 directory

Pyraf

pip2 install --user --upgrade numpy matplotlib astropy scipy ipython pip2 install --user --upgrade pyraf


Image Magic

http://rudix.org/packages/imagemagick.html

Personal tools