Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 623 Bytes

galsim-timeit

A Python package meant to be used with GalSim.

Intended to time different FFT and photon shooting routines.

Installation

Clone the GalSim repo. git clone inside the GalSim repo. Run pip install .

To run in development mode, instead of pip install ., run

pip install -e ./

This makes it so that all changes are reflected immediately and you do not have to keep running pip install . every time.

Read more here: https://python-packaging-tutorial.readthedocs.io/en/latest/setup_py.html

Usage

from timer import Timer