Menu |
Prof /
SandcontrolDevDocumentation de développementMonture Servo city Aluminum PT785-S Pan / Tilt SystemSur Mandriva 2010.2 mono UscCmd --servo 1,5000 === pour se deplacer a la position 5000 sur le port 1 du controleur pololu (axe elevation) mono UscCmd --speed 1,5 ==== vitesse moyenne (1-10) Utilisation de la webcam en mode manuelDessins techniques SBIGCommandes de contrôle du LX200 de MEADECommandes émulant le handpad
Autres commandes:
Note (Propre à notre équipement): L'utilisation de la fonction #MA, sans avoir préalablement indiqué les positionnements de EL et AZ, entraînera un déplacement de 90 degrés en azimuth et la lecture de l'azimuth indiquera 360. Du moment qu'un AZ sera programmé et que #MA sera réactivé, la monture se déplacera correctement à la position et indiquera le bon degré. Surtout important à noter si le premier déplacement du programme s'effectue seulement en élévation. GPS BU-353 usb de GlobalSat - utilisation manuelle de gpsd
/usr/sbin/gpsd /dev/ttyUSB0 # une pause de 45 sec pour laisser le temps au gps de trouver ses satellites sleep 45 gpspipe -w -n 5 > coordonnees.txt tail -1 coordonnees.txt > toto.tmp read bidon bidon bidon lat lon elev bidon echo $lat $lon $elev
Séquence d'initialisation du handpadSéquences pour atteindre le mode terrestrial sur la monture (menu target) Note: Il est important de configurer la télécommande une première fois pour lui indiquer le type de télescope utilisé. Normalement, elle devrait conserver cette information à chaque redémarrage.
Skycalc 6.1(cette version n'est pas utilisée dans la version actuelle du système) Utilisation de crond
CFITSIONight time clear sky monitoring with a digital camera(NOT YET IMPLEMENTED) Giving that we have found that a CCTV camera can be used for that purpose with a CCTV camera web server, we do not need to develop this anymore. This device is optional but can be very useful when analyzing the spectrums’ quality. The numerical camera must be able to detect the stars. We used a Canon PowerShot S30 model which exposure time can reach 15 seconds, and the ISO 800 with a F/2.8 aperture. It should be possible to use any other model instead but the remote control parameters have to be adapted. In order to determine those parameters the gphoto2 --list-config and gphoto2 --get-config=CHAINE functions can be used, where CHAINE can be for example shutterspeed. On some systems the usb devices permissions won’t let the sand user control the camera via gphoto2. It is recommended to do as root: chgrp -R sand /proc/bus/usb chmod g+w -R /proc/bus/usb The following command can be used to download pictures every 180 seconds: gphoto2 --set-config flashmode=0 --set-config aperture=6 --set-config iso=9 --set-config beep=0 -I 180 -F 0 --set-config resolution=1 --set-config shutterspeed=4 --set-config focusmode=0 --force-overwrite --capture-image-and-download Pay attention no to exceed 300 secondes because otherwise the device will turn into a stand-by mode. Since the camera driver seems relatively unstable it would be wise to launch the observation quickly after the camera usb cable has been connected. This command is made as sand: /usr/local/bin/powershotstart& This command doesn’t need to be relaunched as long as the computer isn’t restarted because it runs in an infinite loop. If at the launching you get an error message you can remove the usb cable, wait 5 seconds, then reconnect the cable and wait 5 seconds again before relaunching the command. Monitoring a webcam with fswebcamIn development Installation
To know available option for you specific webcam
To acquire an image
|