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
Clone this repo and then inside the local
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
Legal
This project is part of Carpyncho
The data of tff.par and template.dat is property of G. Kovacs & G. Kupi
The dataset:single_dat and dataset:split_dat is property of the OGLE Experiment
Release files for pytff 0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytff-0.8.tar.gz | 136.4 kB | Details |
Release files / pytff-0.8.tar.gz
| Download URL | pytff-0.8.tar.gz |
|---|---|
| Size | 136.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7ea27a960ad028577f228084254ad7d6721bb59a85ea8887c5d77dc2c7e885c7
|
|
BLAKE2b-256 checksum How to use checksums |
d4691737030233cccb65993a66717742a50a813c8dcbda35c824f4d5f4cbd97f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |