Code Monkey home page Code Monkey logo

kabukinai's Introduction

Kabukinai

Prerequisites

CUDA

You will need to install CUDA before installing kabukinai.

The most straight-forward way of doing this is to go to the NVIDIA CUDA website, and follow the instructions for your platform:

http://docs.nvidia.com/cuda/cuda-installation-guide-linux/

CMAKE

You will also need to install cmake before proceeding.

On Debian based linux systems, this can be done by executing at the command line:

# sudo apt-get install cmake

On RedHat based linux systems, execute (note that on CentOS you may first need to run yum install epel-release):

# sudo yum install cmake3

On OS X, cmake can be installed using Homebrew

# brew install cmake

Building

To build kabukinai, go to the directory containing this file and type at the command line:

make

kabukinai's People

Contributors

xcthulhu avatar noqsi avatar

Watchers

 avatar  avatar James Cloos avatar

kabukinai's Issues

Broken psfgen --help

When running psfgen, it outputs

Usage: psfgen [options] output.fits

psfgen is a program for creating a FITS file containing a TESS point spread function image

    -h, --help                show this help message and exit
    -g, --gamma=<double>      the width of the Cauchy point spread function, defaults to 0.5
    -s, --side-length=<int>   the oversampling of the CCD pixel in the output array, defaults to 3
    -o, --oversampling=<int>  P[���

Fenceposts

In our internal coordinate system, the origin is at pixel [0,0], and its geometric center is at coordinates [0.5, 0.5]. This is a natural system for our program's logic.

On the other hand, we output FITS. The geometric center of the origin pixel in a FITS image is implicitly [1.0,1.0]. We should probably conform to this in our input, too. Thus, we need to adjust input coordinates by subtracting [0.5,0.5] to make our internal coordinates.

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.