GithubHelp home page GithubHelp logo

doctest's Introduction

Astro Live Stacker

Python 3 library required

  • pyqt5 (GUI)
  • watchdog (new file checking)
  • numpy
  • astropy (to save and read fit file)
  • tqdm (for %)
  • astroalign (frame alignement)
  • cv2 ( TIFF saving and debayering)
  • rawpy ( convert RAW camera file to RGB)
  • dtcwt (for wavelets)
  • pywi (for wavelets)

Install process (On ubuntu or debian (min buster)):

sudo apt update (adapte for other unix system)
sudo apt install python3 python3-pip git (adapte for other unix system)

for amd64 (classique computer) :

pip3 install astropy numpy tqdm watchdog pyqt5 astroalign opencv-python rawpy python-gettext pywi dtcwt

for arm64/armv8/aarch64 :

sudo apt install python3 python3-dev gfortran libopenblas-dev liblapack-dev
pip3 install wheel
pip3 install astropy numpy tqdm watchdog astroalign rawpy python-gettext pywi dtcwt
sudo apt install python3-opencv python3-pyqt5

for arm32/armv7/armhf :


cd ~ git clone https://github.com/gehelem/als.git` (or just download als on github)
cd ./als
mkdir scan
mkdir wrk

Install process (On Windows):

(option) Warning : Need uninstall Python 2.x.x before install process

Go to -> https://www.python.org/downloads/
Download python 3.7.x for your system.
Warning : select : pip (PiPy) and add to windows path

After, Run CMD in administrator mode (right click on CMD):
pip install astropy numpy tqdm watchdog pyqt5 astroalign opencv-python rawpy python-gettext dtcwt pywi
or
pip3 install astropy numpy tqdm watchdog pyqt5 astroalign opencv-python rawpy python-gettext dtcwt pywi

Download als on github : https://codeload.github.com/gehelem/als/zip/master
Extract ALS

For Run (On ubuntu or unix system):

python3 ~/als/als.py

For Run (On Windows):

Run CMD :
Go in ALS folder with cd command
and run ALS with :
python ~/als/als.py or python3 ~/als/als.py


Warning

For windows, need change default wrk and save folder path in GUI before Play.

Input :

ALS is compible with .fit and .fits in 8bits and 16bits unsigned (B&W, RGB, and No Debayering)
and with RAW camera file : https://www.libraw.org/supported-cameras

Output :

ALS produce 0 or 1 output in work folder:

  • (option) stack_xxxxxx.fit/fits --> It's the recording of the intermediate raw images of the stack

Developments

In order to compile ui and qrc resource file to be used in the project, please use the following command:

    utils/compile_ui_and_rc.sh

doctest's People

Contributors

deufrai avatar

Watchers

James Cloos avatar  avatar

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.