Macshort

From MediaWiki

(Difference between revisions)
Jump to: navigation, search
m (wget)
m (Image Magic)
 
(10 intermediate revisions not shown)
Line 1: Line 1:
-
== High Sierra 10.13.1 ==
+
= High Sierra 10.13.1 =
== wget ==
== wget ==
-
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+
  ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
brew install wget --with-libressl
+
  brew install wget --with-libressl
-
= ftp =
+
== ftp ==
curl http://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.gz -o inetutils-1.9.4.tar.gz
curl http://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.gz -o inetutils-1.9.4.tar.gz
Line 15: Line 15:
sudo make install
sudo make install
-
= iraf =
+
== XQuartz ==
 +
 
 +
  https://www.xquartz.org
 +
 
 +
== iraf ==
Follow instructions on:  
Follow instructions on:  
-
http://www.iac.es/sieinvens/siepedia/pmwiki.php?n=HOWTOs.IrafMacOSX
+
 
 +
  http://www.iac.es/sieinvens/siepedia/pmwiki.php?n=HOWTOs.IrafMacOSX
Under: Install IRAF external packages
Under: Install IRAF external packages
-
Change dlcmd="usr/bin/ftp" to dlcmd="/usr/local/bin/ftp" in /iraf/iraf/extern
+
 
 +
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
 +
 
 +
Make Animated gif from Finder using ImageMagic, i.e. Animator:
 +
 
 +
  https://jacobsalmela.com/2015/11/02/make-animated-gifs-in-os-x-with-a-right-click/

Latest revision as of 13:27, 28 November 2017

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

Make Animated gif from Finder using ImageMagic, i.e. Animator:

  https://jacobsalmela.com/2015/11/02/make-animated-gifs-in-os-x-with-a-right-click/
Personal tools