Giter Club home page Giter Club logo

fits_utils's Introduction

FITS handling utilities

Sparse collection of command line scripts to handle FITS files, in particular X-ray observation files.

  • copy_spectra: copy a XSpec-compatible spectrum from one directory to the current, together with response and background files. Let's assume that we have a file called source_sr.pha, containing an X-ray spectrum, two directories above ours, together with its response and background files. The names of these files will be written in the RESPFILE, ANCRFILE and BACKFILE keywords in the header of spectrum file. This scripts reads these keywords and copies the relevant files in the current directory, with a common root name, and changes the relevant keywords in the spectrum file.

    $ ls -al
    drwxrwxr-x 2 pulsar pulsar     4096 Sep 29 12:55 .
    drwxrwxr-x 3 pulsar pulsar     4096 Sep 29 10:04 ..
    
    $ copy_spectra ../../source_sr.pha out
    $ ls -al
    drwxrwxr-x 2 pulsar pulsar     4096 Sep 29 12:55 .
    drwxrwxr-x 3 pulsar pulsar     4096 Sep 29 10:04 ..
    -rw-r--r-- 2 pulsar pulsar    63360 Jun 23 10:27 out.arf
    -rw-rw-r-- 1 pulsar pulsar   120960 Sep 29 11:23 out.pha
    -rw-r--r-- 2 pulsar pulsar 26775360 Jun 23 10:28 out.rmf
    -rw-r--r-- 2 pulsar pulsar   120960 Jun 23 10:27 out_back.pha
    

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.