Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

CTMObservatory/imageredux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

imageredux

Script to reduce images for LIGO counterpart searches.

Usage:

$ python imageredux -i path/to/images -o path/to/output/dir

Type python -h for help on command line arguments.

The script will assume the following directory tree structure:

root_path
    |---20170113
        |--- bias
        |    |--- *bias*.fits
        |    |--- ...
        |
        |--- dark
        |    |--- *dark*.fits
        |    |--- ...
        |
        |--- flat
        |    |--- *flat*.fits
        |    |--- ...
        |
        |--- object1
        |    |--- *.fits
        |    |--- ...
        |
        |--- object2
        |    |--- *.fits
        |    |--- ...
        |
   ...

Where root_path is the input dir for command line argument -i. Intermediate files will be saved to a calib_files folder in the -o argument path.

About

A first approx to a script to reduce images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published