multicolorfits

Installation

  • With pip:

pip install multicolorfits
  • Alternatively, can download just the multicolorfits.py to run in standalone mode from the terminal. You could then add the file location to your local path:

(for .bashrc)

export PYTHONPATH=$PYTHONPATH:/path/to/dir/with/mcf/

(for .cshrc)

setenv PYTHONPATH ${PYTHONPATH}:/path/to/dir/with/mcf/

Basic Usage

import multicolorfits as mcf
mcf.mcf_gui()  #This actually runs the viewer

Or, as a standalone script, download and cd to that directory, and type:

python multicolorfits.py

Examples

See the main examples page on Github: