Giter Club home page Giter Club logo

ftr's Introduction

Fourier Transform Reconstructor

This package implements the Fourier Transform Reconstructor and a few additional reconstruction tools.

Documentation is available at http://alexrudy.github.io/FTR/.

Installation

With pip, you can install this package:

$ pip install git+https://github.com/alexrudy/ftr.git

Status reports for developers

Test Status

ftr's People

Contributors

alexrudy avatar astrofrog avatar bsipocz avatar cdeil avatar crawfordsm avatar embray avatar eteq avatar hamogu avatar kbarbary avatar keflavich avatar larrybradley avatar mdboom avatar mwcraig avatar wkerzendorf avatar

Watchers

 avatar  avatar  avatar  avatar

ftr's Issues

Header file missing for installation

When attempting to install FTR I encounter the error

FTR/cextern/libFTR/src/ftr.h:18:19: fatal error: fftw3.h: No such file or directory
 #include <fftw3.h>
                   ^
compilation terminated.

If I add an __init__.py to the top FTR folder I am able to attempt to run some code, but then I run into this error

Traceback (most recent call last):
  File "phase4.py", line 15, in <module>
    from FTR.FTR.utils import circle_aperture, remove_piston, remove_tiptilt
  File "/home/sarah/Documents/kapao-wavefront/FTR/FTR/__init__.py", line 15, in <module>
    from .ftr import FourierTransformReconstructor
  File "/home/sarah/Documents/kapao-wavefront/FTR/FTR/ftr.py", line 32, in <module>
    from .libftr._ftr import CFTRBase
ImportError: No module named _ftr

which I believe is from the failed install.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.