;+
; Contains the help_cal procedure
;
; :Author:
; Philippe Zarka
;
; :History:
; 2003/12/08: Created
;
; 2003/12/08: Last Edit
;-
;
;+
; help_cal is a procedure that <behavior desc here>
;-
pro HELP_CAL
print,'Function AGC_dB, agc, a1, a2, a3'
print,'Function AUTO_dB, auto'
print,'Function CAL, agc, auto, bande, ant, freq, nfilters, filter'
return
end