Skip to content

Commit

Permalink
update to v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
samotracio committed Jan 30, 2018
1 parent 3a133a1 commit 31aefae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ redshift-space coordinates and derives boostrap error estimates. Supports
custom weigths and works in parallel across your CPU cores.

## Getting Started
Input data consists of astropy tables (see `Data Tables <http://docs.astropy.org/en/stable/table/>`_),
Input data consists of astropy tables (see [Astropy Tables](http://docs.astropy.org/en/stable/table/)),
which provides an excellent I/O framework for a variety of formats (ASCII, VOTable, FITS tables, etc.)

Gundam also employs special dictionaries (see `Munch <https://pypi.python.org/pypi/munch>`_)
Gundam also employs special dictionaries (see [Munch](https://pypi.python.org/pypi/munch))
to pack multiple parameters or output fields at once. Such dictionaries have
atribute-like access with dot notation. If you are used to ipython's dot+tab
completion you will love this.
Expand Down
9 changes: 4 additions & 5 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ Introduction
1. Input Data
=============

Input data for the main routines are astropy tables (see
[Astropy Tables](http://docs.astropy.org/en/stable/table/)), which provide
all the functionality to manipulate tabular data, and to read/write in a variety
of formats (ASCII, VOTable, FITS tables, etc.)
Input data for the main routines are astropy tables (see `Data Tables <http://docs.astropy.org/en/stable/table/>`_),
which provide all the functionality to manipulate tabular data, and to read/write
in a variety of formats (ASCII, VOTable, FITS tables, etc.)

These input tables should have columns for **at least** angular coordinates and
weights, but note the default names of columns can be overriden so there is no need
Expand Down Expand Up @@ -44,7 +43,7 @@ For example, data in FITS format can be read simply by
==========================

Since there are quite a few parameters to deal, Gundam employs a special
dictionary (see [Munch](https://pypi.python.org/pypi/munch)) to pack and pass
dictionary (see `Munch <https://pypi.python.org/pypi/munch>`_) to pack and pass
all of them at once. This dictionary also has atribute-like access with dot
notation, meaning to access parameters you just type :code:`par.omegam` (print matter density),
:code:`par.h0=100.` (set Hubble constant), etc. If you are used to ipython+tab
Expand Down

0 comments on commit 31aefae

Please sign in to comment.