Giter VIP home page Giter VIP logo

fits2avi's Introduction

FITS2AVI

This provides a Python script to convert a 3D FITS cube file into a movie.

In a certain region, a 3D FITS cube file contains a set of sequential images, which is usually recognized as a movie. This script convert the FITS cube into a movie encoded with the H.264 codec.

How to Install

Create a symbolic link in /usr/local/bin/.

sudo ln -s ${PWD}/fits2avi.py /usr/local/bin/fits2avi

Usage

fits2avi requires, at least, two arguments: The first argument is the name of the FITS cube file; The second argument is the name of the output movie.

fits2avi source.fits output.avi

fits2avi accepts several options as follows:

  • -f, --fps: specify the frame per second of the movie.
  • r, --dpi: specify the resolution (dpi) of the movie.
  • -l, --limits: specify the lower and upper limits of colormap. If this option is not specified, the minimum and maximum values of the FITS data are assigned.
  • --vflip: vertically flip the movie.
  • --hflip: horizontally flip the movie.

Dependence

This script depends on matplotlib, numpy, pyfits, and argparse.

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.