Skip to content

timothydmorton/pymacula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymacula

Python wrapper module for macula starspot code: https://www.cfa.harvard.edu/~dkipping/macula.html.

Installation

Install from PyPI:

% pip install pymacula

or from the current repository:

% git clone https://github.com/timothydmorton/pymacula.git
% cd pymacula
% python setup.py install

If you come across an error in the installation regarding something like undefined reference to main, then you may have to install with

% FFLAGS=-fPIC LDFLAGS=-shared python setup.py install

For usage examples, see example notebook.

About

Python wrapper for Macula analytic starspot code

Resources

License

Stars

Watchers

Forks

Packages

No packages published