Viewing contents of file '../idllib/sdss/allpro/header_block.pro'
PRO
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;+
;
; NAME:
; HEADER_BLOCK
;
; PURPOSE:
; This is a template for procedure headers.
;
; CALLING SEQUENCE:
;
;
; INPUTS:
;
;
; OPTIONAL INPUTS:
;
;
; KEYWORD PARAMETERS:
;
;
; OUTPUTS:
;
;
; OPTIONAL OUTPUTS:
;
;
; CALLED ROUTINES:
;
;
; PROCEDURE:
;
;
;
; REVISION HISTORY:
;
;
;
;-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF N_params() EQ 0 THEN BEGIN
print,'-Syntax: '
print,''
print,'Use doc_library,"" for more help.'
return
ENDIF
return
END