Difference between revisions of "AstroImage"

From air
Jump to navigation Jump to search
Line 4: Line 4:
   
 
=Les contraintes technologigues =
 
=Les contraintes technologigues =
* Python, [http://www.kivy.org Kivy], [http://scikit-image.org/ scikit-image]
+
* Python, [http://www.kivy.org Kivy] pour l'UI, [http://scikit-image.org/ scikit-image], [http://www.numpy.org/ numpy]
* '''Image 64bit''' (à vérifier si cela est possible avec scikit-image)
+
* '''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=
 
=Plan de travail=

Revision as of 10:40, 18 January 2016

Objectif

Développer une chaine de traitement d'image issue de téléscope d'observation.

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

Conseil

Piste de développement