Next: RECEIVER
Up: POINTING
Previous: POINTING /TTUNE
Contents
Index
POINTING EXAMPLES
!
! Id: demo-pointing.pako
! POINTING EXAMPLE,v 1.1.11 2011-11-25 Hans Ungerechts
!
SOURCE Mars !
OFFSETS /CLEAR ! clear previously set offsets
!
@ demo-rx ! demo setup of EMIR
! ! REPLACE WITH YOUR SETUP!
!
BACKEND /CLEAR ! clear previous backend setup
!
BACKEND BBC /Default ! connect 1 part to each
! ! EMIR subband selected
!
SET ANGLEUNIT arcsec ! make sure angle unit is arc s
!
SWBEAM ! to select beam switching
!
POINTING /DEFAULT ! reset all options
!
POINTING 120 - ! pointing with subscan length
/NOTF 4 - ! 4 OTF subscans
/TOTF 30.0 ! 30 seconds per OTF subscan
!
PAUSE "POINTING OK to start? [c/q]" ! a chance to check
!
START ! start
!
RETURN
!
!!
!! NOTE:
!! if you use NASMYTH offsets for an off-center pixel
!! of a mutlibeam receiver don't use OFFSETS/ CLEAR.
!! If you want the intensity of the Pointing data to be
!! calibrated, you have to do a Calibrate with the same
!! receivers and (continuum) backends before the pointing.
!!
Gildas manager
2023-06-01