next up previous contents
Next: SELECT Up: PDBI and ALMA languages Previous: PLOT /ATMOSPHERE   Contents


PRINT

    [PDBI\]PRINT [filename]

    Write in an output file (default is setup.obs)  the  OBS  command  lines
    that  correspond  to  the  receiver and backend tuning selected with the
    LINE, NARROW, and SPECTRAL commands. This file can directly be  included
    in  the observing procedure (``setup'' file) to be run at the Plateau de
    Bure. It can also be executed in ASTRO to (re)produce the the  frequency
    coverage plot.

    Example of output:
      !
      ! Plateau de Bure receiver and backend setup
      ! Written by ASTRO command PRINT on 11-FEB-2008
      !
      ! ----- Receiver -----
      !
      LET RECEIVER 1
      LINE test  100.000000 LSB  LOW  6500.00  57 /RECEIVER 1
      !
      ! ----- IF processor -----
      ! Selected quarters are Q3 VER and Q4 HOR
      !
      NARROW Q3 Q4 /RECEIVER 1
      !
      ! ----- Narrow-band correlator -----
      !
      SPECTRAL 1  80  550.00 /NARROW 1 /BAND LSB /RECEIVER 1
      SPECTRAL 2 320  360.00 /NARROW 1 /BAND DSB /RECEIVER 1
      SPECTRAL 3 320  740.00 /NARROW 1 /BAND DSB /RECEIVER 1
      SPECTRAL 4  80  350.00 /NARROW 2 /BAND LSB /RECEIVER 1
      SPECTRAL 5  20  793.00 /NARROW 2 /BAND LSB /RECEIVER 1
      SPECTRAL 6  20  700.00 /NARROW 2 /BAND LSB /RECEIVER 1
      SPECTRAL 7 320  540.00 /NARROW 2 /BAND DSB /RECEIVER 1
      SPECTRAL 8 320  830.00 /NARROW 2 /BAND DSB /RECEIVER 1


Gildas manager 2014-07-01