User Tools

Site Tools


howto:mpec

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:mpec [2009/06/21 00:10] pkubanekhowto:mpec [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 3: Line 3:
 ===== Enter MPC coordinates to database ===== ===== Enter MPC coordinates to database =====
  
-Run rts2-newtarget. When it asks for Target name, enter MPC one line ephemeris. You can obtain this from MPCORB.DAT file, or from [[ +Run rts2-newtarget. When it asks for Target name, enter MPC one line ephemeris. You can obtain this from [[http://www.minorplanetcenter.net/iau/MPCORB.html|  MPCORB.DAT]] file, or from [[http://www.minorplanetcenter.org/iau/MPEph/MPEph.html]], choosing MPC 1-line format (on page bottom). For MP 8, Flora, 1-line MPC ephemeris looks like:
-http://www.cfa.harvard.edu/iau/MPEph/MPEph.html]], choosing MPC 1-line format (on page bottom). For MP 8, Flora, 1-line MPC ephemeris looks like:+
  
 <code> <code>
Line 113: Line 112:
 ===== Setting observation strategy - creating a script ===== ===== Setting observation strategy - creating a script =====
  
-To show some advanced scripting features, suppose that you want to get window from CCD, begging at coordinates x=200 y=100, with width=500 and height=550 (e.g. bottom corner will be at position 700, 650). And you would like to get R band exposures, with filter selected with device FW0. You would like to get 20 120 seconds exposures. The script will then look:+To show some advanced scripting features, suppose that you want to get window from CCD, begging at coordinates x=200 y=100, with width=500 and height=550 (e.g. bottom corner will be at position 700, 650). And you would like to get R band exposures, with R-band filter. You would like to get 20 120 seconds exposures. The script will then look:
  
 <code> <code>
-FW0.filter=R READT=(200,100,500,550) for 20 { E 120 }+filter=R WINDOW=(200,100,500,550) for 20 { E 120 }
 </code> </code>
  
Line 122: Line 121:
  
 <xterm2> <xterm2>
-host:> rts2-target -c C0 -s 'FW0.filter=R READT=(200,100,500,550) for 20 { E 120 }' 5000+host:> rts2-target -c C0 -s 'filter=R WINDOW=(200,100,500,550) for 20 { E 120 }' 5000
 host:> host:>
 </xterm2> </xterm2>
Line 227: Line 226:
 You can check observation progress on telescope (T0) and camera (C0) component. Using arrow keys, select T0 component. It shall show "observing" in on top. TAR and TEL coordinates should be almost equal, with minor differences due to telescope modelling and coordinate transformations. You can check observation progress on telescope (T0) and camera (C0) component. Using arrow keys, select T0 component. It shall show "observing" in on top. TAR and TEL coordinates should be almost equal, with minor differences due to telescope modelling and coordinate transformations.
  
-Camera component should show exposing and non-exposing states. Please watch screencast bellow to get understanding of what is happening.+Camera component should show exposing and non-exposing states. Please see [[howto:executor]], which discuss this in more details.
howto/mpec.1245535831.txt.gz · Last modified: 2009/06/20 00:00 (external edit)