Skip to main content

Wrapper arround G. Kovacs & G. Kupi Template Fourier Fitting

Project description

Wrapper arround G. Kovacs & G. Kupi Template Fourier Fitting

Setup

In all cases you need to download and compile Template Fourier Fitting parameters file (tff.par) and the Template Fourier decompositions file (template.dat) are not necesary.

You can compile (in posix) the tff.f with the command

$ gfortran tff.f -o tff

Basic Install

Execute

$ pip install pytff

or

$ easy_install pytff

Development Install

  1. Clone this repo and then inside the local

  2. Execute

    $ pip install -e .

    or

    $ pip install numpy
    $ python setup.py develop

Global Configuration

You can edit the file ~/.config/pytff/pytff.rc (on posix) or ~\APPDATA\roaming\pytff\pytff.rc (on windows); for setup the location of your tff binary and your working directory. The file look like

[pytff]
wrk_path =
tff_cmd = tff

Where:

  • tff_cmd is the full path to the tff command if is empty or not preset tff is the default value.

  • wrk_path the default working directory of tff, by default every instance creates their own temp directory.

Tutorial

https://github.com/carpyncho/pytff/blob/master/tutorial.ipynb

Authors

Juan BC

jbc.develop@gmail.com

IATE - URN

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytff-0.6.13.tar.gz (106.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page