Difference between revisions of "AstroImage"

From air
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
** [https://pixinsight.com/ Pixinsight]
 
** [https://pixinsight.com/ Pixinsight]
 
** [http://deepskystacker.free.fr/english/index.html deepskystacker]
 
** [http://deepskystacker.free.fr/english/index.html deepskystacker]
  +
* Prise en main des différents solutions technologiques
  +
* Choisir un modèle d'architecture
  +
* Définir l'architecture générale
  +
* Faire un prototype d'UI
  +
* ...
   
 
=Conseil=
 
=Conseil=

Latest revision as of 10:55, 18 January 2016

Objectif

Développer une chaine de traitement d'image issue de téléscope d'observation (post-processing software).

Les contraintes technologigues

  • Python, Kivy pour l'UI, scikit-image, numpy
  • Image 64bit (pixel sur 64bit) (a priori cela n'est pas possible avec scikit-image, il faudra redévelopper les opérations de traitement d'image avec numpy)

Plan de travail

  • Etudier les logiciels du domaines
  • Prise en main des différents solutions technologiques
  • Choisir un modèle d'architecture
  • Définir l'architecture générale
  • Faire un prototype d'UI
  • ...

Conseil

Piste de développement