;+ ; Gets the data associated with a given scan number in the ; input data set from the output (keep) file. The result is always ; stored in !g.s[0]. ; ; @param scan {in}{required}{type=integer} The scan number of the ; record to be retrieved. ; ; @examples ;
;  kgetscan,1
;  show
; 
; ; @version $Id: kgetscan.pro,v 1.1 2005/05/26 18:07:02 paghots Exp $ ;- pro kgetscan, scan compile_opt idl2 kget,scan=scan end