Add FITS Header Keywords


Log into obs@clio1.lco.cl. The relevant code is located in "MBEcode," in particular the "clio" and "ao_comm" directories.You will need to add the keyword to 3 files:

clio/mirkwood.c

If you're modifying keywords which come from AO or TCS, you must also edit:

ao_comm/ao_cli.h
ao_comm/ao_cli.c


In each file, add your desired keyword, following the same syntax as for the other keywords in the file


Recompile:


Scripting Guidelines

Observing scripts are located on the clio computer in Programs/ObsScripts/Samples.

To change the wheels/motors/filters in Clio, type "send CLIOMOTORS" (without quotes) followed by one of the following. then on the next line, type "send CLIOMOTORS movemotors" again without quotes:

definepos 1 1 (= 50 um pinhole)

definepos 1 2 (= Open)

definepos 1 3 (= Narrow Slit)

definepos 1 4 (= Medium Slit)

definepos 1 5 (= Wide Slit)

definepos 1 6 (= Rectangle)

definepos 2 1 (= f/21.5)

definepos 2 2 (= M APP)

definepos 2 3 (= L' APP)

definepos 2 4 (= f/37.7)

definepos 2 5 (= 3 hole NRM)

definepos 2 6 (= 6 hole NRM)

definepos 4 1 (= f/21.5)

definepos 4 2 (= f/37.7)

definepos 4 3 (= f/21.5 pupil)

definepos 4 4 (= f/37.7 pupil)

definepos 3 1 (= Blocked)

definepos 3 2 (= J)

definepos 3 3 (= H)

definepos 3 4 (= Ks)

definepos 3 5 (= 3.1 um)

definepos 3 6 (= 3.3 um)

definepos 3 7 (= 3.4 um)

definepos 3 8 (= L')

definepos 3 9 (= 3.9 um)

definepos 3 10 (= M')

definepos 3 11 (= Barr M)

definepos 3 12 (= Prism)


--------------------------------------------------------------

Edit the placement of startup windows

In reset-programs.tcl



--------------------------------------------------------------

Connecting to Clio with VNC

How to check what's installed:

yum search vnc
yum list installed vnc-server.i386

How to install a VNC server:
su
yum install vnc-server.i386
gedit /etc/sysconfig/vncservers &
exit
vncpasswd
How to start the VNC server:
su
/etc/init.d/vncserver start
[root@clio1 obs]# /etc/init.d/vncserver start
Starting VNC server: 1:obs xauth:  timeout in locking authority file /root/.xauthrmrMOV

New 'clio1.lco.cl:1 (obs)' desktop is clio1.lco.cl:1

Starting applications specified in /home/obs/.vnc/xstartup
Log file is /home/obs/.vnc/clio1.lco.cl:1.log

                                                           [  OK  ]
[root@clio1 obs]# 

How to connect to the VNC: Chicken of the VNC on Zorro:
clio1.lco.cl:1
obs
How to check the IP Address:
/sbin/ifconfig
200.28.147.38

--------------------------------------------------------------

2015/12/04 New VNC

vncserver :1 -geometry 1920x1200 -depth 16

Connect from Screen Sharing with vnc://clio1.lco.cl:5901

How to kill it:

vncserver -kill :1


Do not connect or kill :0 because that is the display out on the platform with the computer

--------------------------------------------------------------



Originally by Vanessa Bailey 2013

Edited 2014/11/10 Katie Morzinski