-
Compteur de contenus
993 -
Inscription
-
Dernière visite
-
Jours gagnés
5
Type de contenu
Profils
Forums
Téléchargements
Blogs
Boutique
Calendrier
Noctua
Tout ce qui a été posté par keymlinux
-
Bonjour, Comme l'ont dit les collègues en plus d'un problème de mise au point tu peux aussi avoir un problème d'exposition (temps de pose/iso, l'ouverture étant ici fixe et dépendant du éelescope) A la base, pour vérifier si tu peux faire la mise au point, l'idée serait de tester de jour sur un objet lointain (assimilable à l'infini) comme un clocher ou une montagne, ou éventuellement un arbre très loin, mais l'idée c'est de le faire de jour (il me semble que @Cedric02700 a déjà émis l'idée), car oui ton telescope tu peux l'utiliser de jour (non, ne vise pas le soleil sans filtre approprié !). Une fois que tu sais que ta mise au point est faisable avec le débattement du porte oculaire, tu peut tester la nuit et régler les problèmes de choix de temps d'expo et d'iso (pour la lune qui est lumineuse, un iso faible et temps de pose faible) Concernant la mise au point il t'a été donné un bon conseil, à savoir de supprimer le renvoi coudé. C'est un bon conseil car avec le renvoi coudé on a souvent un chemin optique trop long, mais avec certaines lunettes (j'ai ce problème avec la mienne) une fois le renvoi coudé enlevé on peut avoir le le problème inverse et avoir un chemin optique trop court si le débattement du porte oculaire est court. Par exemple avec ma lulu j'utilise un renvoi coudé et un oculaire en visuel, mais avec l'APN il me faut un tube de 35mm pour avoir la mise au point. Sans le tube d'extension et porte oculaire sorti au max je n'ai pas la mise au point. Cordialement
-
Bonjour, De plus si il te faut un backfocus de 105mm alors tu n'utilisera pas 105mm de tubes, 105mm sera la distance entre le correcteur/réducteur et le plan focal de ta camera ou APN, donc à ces 105mm il faut retrancher le chemin optique de l'imageur (44mm pour un APN Canon, pour les camera cela dépend la Camera) Cordialement
-
Soleil de Dordogne avec une météo de m.......!
keymlinux a répondu à un sujet de rmor51 dans Astrophotographie
Salut Robert, Cela fait trois jours que je suis arrivé en Périgord Noir, pour la météo je savais que cela allait être compliqué, et je suis servi, et je n'ai encore vu ni étoiles ni soleil (j'avais prévu le coup et emmené un Quark), et j'ai l'impression que cela va durer... En attendant on s'occupe en visitant grottes et châteaux, et en faisant honneur à la table... 🙂 Cordialement, Stéphane -
Tech SIRIL ne fonctionne plus sur I MAC SOMONA puce 3M
keymlinux a répondu à un sujet de ORION25 dans Logiciel SIRIL de Siril et Sirilic
OK, donc le problème ne semble pas provenir de ces paramètres. Je sèche.... -
Tech SIRIL ne fonctionne plus sur I MAC SOMONA puce 3M
keymlinux a répondu à un sujet de ORION25 dans Logiciel SIRIL de Siril et Sirilic
Donc a priori Siril génère un fichier de config avec les lignes suspectes Tu vas lancer les commandes suivantes (il y a 6 lignes, dont une très longue qui peut s'afficher comme étant sur 2 lignes mais en fait c'est une seule) cd ~/Library/Application\ Support/org.free-astro.Siril/siril grep main_win config.ini mv config.ini config.ini.ori sed -e "s/main_win_pos_x=0/main_win_pos_x=30/g" -e "s/main_win_pos_y=0/main_win_pos_y=30/g" -e "s/main_win_pos_w=0/main_win_pos_w=1076/g" -e "s/main_win_pos_h=0/main_win_pos_h=768/g" config.ini.ori > config.ini grep main_win config.ini cd - 1ere ligne: on fait un "cd" pour changer de répertoire et aller dans le répertoire où se trouve le fichier config.ini 2eme ligne: on liste les lignes contenant le mot clé "main_win" pour voir les valeurs avant modification (les valeurs sont initialement à la valeur 0 que l'on suspecte de poser problème) 3eme ligne: on renomme le fichier config.ini en config.ini.ori 4eme ligne (très longue): on prend le fichier config.ini.ori en entrée, on le modifie à la volée pour changer des valeurs de taille et position de fenêtre et en sortie on écrit le résultat dans config.ini 5eme ligne: on liste les lignes contenant le mot clé "main_win" pour voir les valeurs après modification 6eme ligne: on change de répertoire pour revenir dans le répertoire d'origine En resultat tu devrais obtenir quelque chose de semblable aux ligne sci dessous (le nom de l'ordi et de l'utilisateur seront differents MLS-MBP:stephane$ cd ~/Library/Application\ Support/org.free-astro.Siril/siril MLS-MBP:siril stephane$ grep main_win config.ini main_win_pos_x=0 main_win_pos_y=0 main_win_pos_w=0 main_win_pos_h=0 MLS-MBP:siril stephane$ mv config.ini config.ini.ori MLS-MBP:siril stephane$ sed -e "s/main_win_pos_x=0/main_win_pos_x=30/g" -e "s/main_win_pos_y=0/main_win_pos_y=30/g" -e "s/main_win_pos_w=0/main_win_pos_w=1076/g" -e "s/main_win_pos_h=0/main_win_pos_h=768/g" config.ini.ori > config.ini MLS-MBP:siril stephane$ grep main_win config.ini main_win_pos_x=30 main_win_pos_y=30 main_win_pos_w=1076 main_win_pos_h=768 MLS-MBP:siril stephane$ cd - /Users/stephane Ensuite relance Siril pour voir si le comportement change. -
Tech SIRIL ne fonctionne plus sur I MAC SOMONA puce 3M
keymlinux a répondu à un sujet de ORION25 dans Logiciel SIRIL de Siril et Sirilic
Pour le fichier config.ini.ori qui est une sauvegarde mais qui ne sert pas, tu peux le supprimer via la commande suivante: rm ~/Library/Application\ Support/org.free-astro.Siril/siril/config.ini.ori note: rm = remove, c'est la commande pour supprimer un fichier Pour les commandes que je listait c'était juste des exemple pour expliquer la terminologie des commandes en ligne Peux tu copier ici le nouveau fichier config.ini qu'a généré Siril a son dernier lancement. Merci. -
Tech SIRIL ne fonctionne plus sur I MAC SOMONA puce 3M
keymlinux a répondu à un sujet de ORION25 dans Logiciel SIRIL de Siril et Sirilic
fausse manip -
Tech SIRIL ne fonctionne plus sur I MAC SOMONA puce 3M
keymlinux a répondu à un sujet de ORION25 dans Logiciel SIRIL de Siril et Sirilic
@ORION25 le message d'erreur que tu obtiens avec la commande "open" c'est parce que tu n'a jamais édité de fichiers "ini" et qu'il n'y a pas d'association par défaut pour ce type de fichier. C'est pas grave on va faire autrement Dans un terminal, lance la commande suivante, cela va renommer le fichier config.ini existant en config.ini.ori Ensuite tu relance Siril, vu qu'il ne trouvera pas de fichier de config il en générera un nouveau (que l'on espère exempt de soucis) mv ~/Library/Application\ Support/org.free-astro.Siril/siril/config.ini ~/Library/Application\ Support/org.free-astro.Siril/siril/config.ini.ori attention la ligne de commande est un peu longue, bien sélectionner toute la ligne quelques commandes utiles sous terminal: pwd --> pour afficher dans quel répertoire on se trouve (Print Working Directory) ls --> liste le contenu du repertoire courant (LiSt) cd xxx --> pour aller dans le répertoire xxx (Change Directory) --> si on utilise la commande cd sans paramètre on reviens dans le répertoire par défaut de l'utilisateur (dans ton cas /Users/cangyan mv aaa bbb -> renomme un fichier aaa en bbb (MoVe) cp aaa bbb -> copie un fichier aaa en bbb (CoPy) open aaa --> cela ouvre le fichier aaa avec l'application par défaut pour ce type de fichier (pas de chance sur ton mac il n'y a pas d'application par défaut définie pour les fichiers .ini) -
Tech SIRIL ne fonctionne plus sur I MAC SOMONA puce 3M
keymlinux a répondu à un sujet de ORION25 dans Logiciel SIRIL de Siril et Sirilic
Dans la dernière copie d'écran, ce que tu a fait c'est d'essayer d'executer le fichier de config... c'est pas l'objectif... pour éditer (avec textedit le fichier de config) la commande à lancer c'est: open ~/Library/Application\ Support/org.free-astro.Siril/siril/config.ini Ensuite dans textedit modifie les lignes concernées, puis enregistre les modifications et relance siril -
Tech SIRIL ne fonctionne plus sur I MAC SOMONA puce 3M
keymlinux a répondu à un sujet de ORION25 dans Logiciel SIRIL de Siril et Sirilic
Pour ces dernier tests de lancement, tu n'as pas utilisé l'option "- I" pour utiliser un fichier de configuration alternatif, cela utilise donc ton fichier de config initial (normalement " ~/Library/Application\ Support/org.free-astro.Siril/siril/config.ini ". L'as tu modifié pour les lignes relatives à la taille et position de la fenêtre ? (voir les messages au dessus) Rien n'est certain, mais je pense que Siril se lance mais avec une taille de fenêtre invalide (taille zero) Il m'arrive de rencontrer ce cas de figure avec des logiciels qui mémorisent la taille et la position de leur fenêtre lors de leur dernier lancement, cela peut poser problème si de temps en temps on connecte des écrans en plus et que l'on étend le bureau dessus en y déplaçant les fenêtres de ces logiciels, puis on supprime ces écrans --> au prochain lancement ils sont affichés hors des écrans restant...et donc invisibles. Ici on est pas vraiment dans ce cas là car ton fichier fait apparaitre une position et taille mémorisée de la fenêtre à 0. Donc pas vraiment le même cas de figure mais je pense que ces valeurs à 0 posent problème. edit: - plutôt que faire une copie d'écran du terminal puis la coller dans un pdf, tu peut directement sélectionner le texte dans le terminal, le copier et venir le coller dans le message sur webastro. - et pour plus de visibilité, une fois collé dans le message tu peux utiliser le bouton "<>" pour formater le texte, comme je l'ai fait dans un message ci dessus pour les options du fichier config.ini -
Tech SIRIL ne fonctionne plus sur I MAC SOMONA puce 3M
keymlinux a répondu à un sujet de ORION25 dans Logiciel SIRIL de Siril et Sirilic
@ORION25 pour lancer siril en ligne de commande il faut utiliser la commande avec son chemin complet: /Applications/Siril.app/Contents/MacOS/Siril -
Tech SIRIL ne fonctionne plus sur I MAC SOMONA puce 3M
keymlinux a répondu à un sujet de ORION25 dans Logiciel SIRIL de Siril et Sirilic
@lock042 moi ce que je trouve suspect dans le fichier de config de @ORION25 c'est la taille et position de la fenêtre Siril, ce qui pourrait expliquer pourquoi elle ne s'affiche pas Dans le fichier de @ORION25 remember_windows=true main_win_pos_x=0 main_win_pos_y=0 main_win_pos_w=0 main_win_pos_h=0 pan_position=-1 si j'interprète, on demande une fenêtre de taille 0 de largeur sur 0 de hauteur...c'est suspect... Dans mon fichier de config remember_windows=true main_win_pos_x=26 main_win_pos_y=48 main_win_pos_w=1076 main_win_pos_h=768 pan_position=986 -
Webinaire SAF - Journée des Métiers de l'Astronomie 28/09/2024
un sujet a posté keymlinux dans Les métiers
Bonjour, Le samedi 28/09/2024 la Societe Astronomique de France organise un webinaire (en ligne donc) sur le thème des métiers de l'astronomie Pour ceux que cela intéresse, liens vers le site de la SAF et sur la chaine Youtube qui diffusera l'événement https://saf-astronomie.fr/journee-des-metiers-de-lastronomie-2024/ Cordialement, Stéphane-
- 1
-
-
Non fonctionnement de sirilic sous windows 10 depuis la version 1.15.9
keymlinux a répondu à un sujet de anapic dans Logiciel SIRIL de Siril et Sirilic
Bonjour, Je viens de tester avec tes fichier, et j'ai trouvé le problème... c'est une erreur classique... à savoir que tu utilise des caractères accentués dans certains de tés répertoires --> quel que soit le système d'exploitation c'est une mauvaise idée ! Dans le fichier projet "Caldwell...." par exemple, il y a la ligne suivante où le "e" en gras dans "Bibliotheque" a un accent 'files': ['D:\\ASTRONOMIE\\siril\\work\\Bibliotheque_2\\BIN2_O30\\T=-15\\900s\\master-dark_240909.fit'], N'utilises pas d'accent dans les noms de fichiers et de répertoires et tu te simplifiera la vie... note: après avoir remplacé les "è" par des "e" j'arrive a ouvrir ton fichier projet note pour @m27trognondepomme, les messages que j'obtiens en ligne de commande lors de la tentative d'ouverture des fichiers avec accent MLS-MBP:~ stephane$ sirilic Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/sirilic/lib/callbacks.py", line 752, in CB_LoadProject self.load_project(openFileDialog.GetPath()) File "/usr/local/lib/python3.11/site-packages/sirilic/lib/callbacks.py", line 759, in load_project lines = fd.readlines() ^^^^^^^^^^^^^^ File "<frozen codecs>", line 322, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe8 in position 7165: invalid continuation byte edit: @anapic Pour corriger le problème d'ouverture de tes projets: 1) renomme ton répertoire Bibliothèque en Bibliotheque 2) modifie tes fichiers projets problématiques en les ouvrant avec l'éditeur de texte "notepad" et en rempalçant les "è" en "e" puis enregistrer -
Bonjour, 1) "Astronomie Pratique" n'est pas une association (au sens ou on l'entend en France sous l'appellation "association à but non lucratif"), mais une structure commerciale (c'est précisé dans les mentions légales sur leur site https://astronomie-pratique.com/mentions-legales/) 2) cette structure commerciale a d'ailleurs fait l'objet de discussion ici même sur le forum, voir lien ci-dessous, avec des commentaires plutôt tranchés et peu appréciés des animatrices de la dite structure. Sur le fond: personnellement, n'ayant pas fait appel à leur service je ne suis pas en mesure de juger de la qualité de leur prestation ni du rapport qualité/prix Sur la forme: que des astronomes amateurs/trices décident de monter une structure commerciale pour tirer un revenu de leur passion et du temps investi dedans, cela ne me choque pas non plus, dès lors que les "clients" sont conscients que c'est une activité commerciale et (edit) qu'ils sont conscient (fin edit) que les conseils prodigués peuvent aussi être disponibles auprès d'autres structures qui le feront de manière désintéressée (voir point 3) 3) avant de partir sur des formations payantes, je t'invite à utiliser les autres ressources disponibles où des bénévoles donnent de leur temps: a) les forums ici même www.webastro.net, mais si tu poste ici c'est que tu nous as déjà trouvé 🙂 le forum d'en face www.astrosurf.com (dont la maison même Axilone édite la revue Astrosurf Magazine) b) les clubs astro cela dépend de ta localisation mais il y a des clubs d'astronomie un peu partout en France (et dans plein de pays), avec un peu de chance il y en aura un pas trop loin de chez toi. Ici même sur web astro on référence pas mal de clubs: https://www.webastro.net/communaute/clubs/ c) les associations nationales: - la Société Astronomique de France (qui édite aussi la revue l'Astronomie) https://saf-astronomie.fr - L'Association Française d'Astronomie (qui édite aussi la revue Ciel et Espace) https://www.afastronomie.fr Dans tous les cas bienvenue dans notre communauté de passionnés d'astronomie Cordialement, Stéphane
-
Bonjour, Dans FireCapture, par défaut le refroidissement n'est pas actif, mais est activable. Dans le bloc "Contrôle" de la camera, utiliser le bouton "plus" pour choisir de faire apparaitre le réglage "TargetTemperature" qui permet de régler la temperature de consigne via un "slider", et un bouton permettant de démarrer/stopper le refroidissement note: j'ai eu du mal moi aussi pour trouver comment activer le refroidissement sur une Poseidon-C 🙂 Cordialement, Stéphane
-
Recommandation capteurs astrophoto
keymlinux a répondu à un sujet de Polosage dans Matériel astrophotographique
Bonjour, 1) le problème des "APN" par rapport à une camera astro c'est qu'ils sont moins sensibles, donc pour faire de "jolies "photos il faut poser plus longtemps. Mais par contre ils ont comme avantage de proposer de grands capteurs pour pas trop cher. En passant à une camera, refroidie qui plus est, il y a des avantages mais aussi des inconvénients, dont le prix, qui amène souvent à réduire la taille du capteur. Avec la focale de ton tube, plus la reduction de la taille de capteur envisagée, es tu conscient de la réduction du champ couvert et de son impact sur le choix des cibles que tu va pouvoir prendre en photo ? Par exemple deux simulations ici entre un APN equivalent au tiens et une camera avec capteur imx585 sur M13 https://astronomy.tools/calculators/field_of_view/?fov[]=42||9791||1|1|0&fov[]=42||13396||1|1|0&messier=13 sur M101 https://astronomy.tools/calculators/field_of_view/?fov[]=42||9791||1|1|0&fov[]=42||13396||1|1|0&messier=101 En clair, avec 1200mm de focale et un APN à capteur APSC, déjà les grands objets ne rentraient pas (M31, M42, M45...), mais en réduisant la taille du capteur cela va s'amplifier (ceci étant il y a aussi plein de cibles interessantes plus petites). 2) comme l'a bien expliqué @Ant-1, avec une camera astro il faut un PC (ou mini pc ou raspberry ou equivalent...) pour piloter le tout (par tout j'entend l'APN ou la camera, la monture, une éventuelle camera de guidage, etc...) sur un PC "windows" NINA est tres bien, sous linux/macOS Kstars/EKOS est très complet aussi, tu trouveras plein de videos tutos sur Youtube pour ces 2 softs. note: ils permettent aussi de gérer des APN Canon, donc si j'étais toi j'essayerais ces softs avec la config actuelle 3) Omegon c'est la marque que distribue Astroshop . Je ne suis pas fan mais chacun son choix. Moi perso je prendrais une cam ZWO ou PlayerOne, surtout pour le suivi des drivers et la compatibilité des logiciels (par exemple NINA ou Firecapture gèrent ces camera en direct, sans avoir à passer par ASCOM) Pareil pour Kstars, les camera ZWO et PO sont supportées, Omégon cela reste à verifier... Cordialement, Stéphane -
Il y a un tutoriel spécifique pour les photos "astro paysages" Il me semble que pour le consulter il faut s'inscrire au club "Paysages de nuit" (c'est gratuit) -> Menu Forums, sous menu Clubs , puis sur "s'inscrire au club" sur l'image du club voulu
-
Je viens de tester, c'est OK avec cette dernière version Tests effectués sur 2 macbook différents (un "MacOS Mojave 10.14" obsolete et un "MacOS Sonoma 14.6" recent) Cordialement, Stéphane
-
Test en échec avec les mêmes messages
-
Test effectué, en échec une fois gimp lancé, le menu "pyGapM27" contient une seule entrée: "_ErrorLibrary_" contenu du fichier trace Library GIMP and GELG is not found error registering GapM27InitMenu: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27StackLayers: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27SplitChannels2: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27Moveto: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27MergeChannels: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27MergeLayers: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27MaskLayer: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27LayerDivideFlat2: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ImageDebayerise2: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ImageBayerise2: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27HistoView: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27GridSelection: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27GetStatisticImage: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27SolarDiskGraduation: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27SelectSolarDisk: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ProtuberanceMask: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ProtuberanceBackground: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27GridDrawingSun: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorizeProtuberance: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorizeKLineSun: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorizeSunSeq: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorizeHbetaSun: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorizeHalphaSun: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorizeContinuumSun: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorizeSun: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27AddEarth: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27JovianDiskGraduation: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27TargetDrawing: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27LunarDiskGraduation: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27GridDrawingMoon: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27HighPassFilter: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27HighPass: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27HFfilters: Library GIMP and GELG is not found error registering GapM27SimplifiedCartridge: Library GIMP and GELG is not found error registering GapM27Cartridge: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27WhiteBalance: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27SetNeutralSky: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27SetDarkSky: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27SetBlackPoint: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27SetBackground: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ScaleImageBrightness: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27PurgeRedSky: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27PickStars: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27Lsynth: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27LRGBsharpen: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27LRGB: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27HaRGB: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27HaLRGB: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27GradientKiller: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27EnhanceUsingSVD: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27EnhanceStarsColours: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27EnhanceStarLuminance: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27EnhanceDynamicRange: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27DarkSky: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27DarkBalance: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorNoiseReduction: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ClipImageBrightness: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorAccent3: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorAccent2: Library GIMP and GELG is not found Library GIMP and GELG is not found error registering GapM27ColorAccent1: Library GIMP and GELG is not found
-
MLS-MBP-2:Downloads stephane$ python --version Python 2.7.16 MLS-MBP-2:Downloads stephane$ python ./test_libgimp.py ('LIBRARY GIMP: ', None) ('LIBRARY GELG: ', None) MLS-MBP-2:Downloads stephane$ python3 --version Python 3.12.4 MLS-MBP-2:Downloads stephane$ python3 ./test_libgimp.py LIBRARY GIMP: None LIBRARY GELG: None note: sur MacOS (Mojave 10.14) la commande "python" c'est la version 2.7, et il ne faut pas la changer car pas mal de scripts OS en dépendent. le python 3.12 a été installé en plus, "hors du contrôle de l'OS"
-
@m27trognondepomme Je viens de tester sur MacOS, cela ne marche pas. Voici le contenu du fichier trace: ('Library:', None) ('Library:', None) Traceback (most recent call last): File "/Users/stephane/pygap-m27/pythonfu/DeepSky_DarkSky.py", line 28, in <module> import gp2_func as gimp File "/Users/stephane/pygap-m27/gimp2/gp2_func.py", line 14, in <module> from libgimp2 import gimp2 File "/Users/stephane/pygap-m27/gimp2/libgimp2.py", line 31, in <module> gegl.gegl_init (None, None) File "/Applications/GIMP.app/Contents/Resources/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 379, in __getattr__ func = self.__getitem__(name) File "/Applications/GIMP.app/Contents/Resources/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 384, in __getitem__ func = self._FuncPtr((name_or_ordinal, self)) AttributeError: dlsym(RTLD_DEFAULT, gegl_init): symbol not found note: le nom des fichiers lib sur MacOS: libgimp-2.0.0.dylib libgegl-0.4.0.dylib
-
1 - la VM Mint22 je ne l'utilise pas pour faire de l'astro. J'ai juste installé pour tester les packages "gimp" et "python-is-python3', ainsi que le plugin pygapM27 et cela a fonctionné sans avoir à bricoler. 2- La VM Ubuntu 24.4 est ma VM de test Nafabox (récemment mise a jour de Ubuntu 20.4 a 24.4) et oui je confirme que coté logiciels astro il n'y a plus grand chose qui fonctionne, c'est en partie dû a la mise a jour en elle même avec de nombreuses librairies modifiées donc des soucis de dépendances pour plein de soft, mais aussi au fait que la plupart de developpeurs n'ont pas encore publié de package pour cette distribution --> par exemple la mise a jour recente 3.7.2 de Kstars n'est pas dispo pour Ubuntu 24.4 Cordialement
-
@rmor51J'ai testé dans 2 VMs linux 1 - ubuntu 24.4, gimp installé via SNAP avec option devmode --> pas réussi a faire fonctionner le plugin 2- Mint 22 (Wilma), gimp installé via APT (package natif, pas un SANP), plus package "python-is-python3", fonctionnement OK
