; the img program must modified first allows no prompt
; otherwise the save file will not work
;

; cd,'../scanSee2.6'
@os.init
.run PS_open.pro
.run xdr_open.pro
.run plot2d.pro
.run catch1d_tbl.pro
.run read_image.pro
.run idlgrlegend__define.pro
.run idlgrcolorbar__define.pro
.run image.pro
.run img_main
lib_classes = ['IDLgrLegend', 'IDLgrColorBar' ]
RESOLVE_ALL, CLASS=lib_classes
; cd,'../save_bin'
save,filename="img.sav",/routines
; cd,'../scanSee2.6'
img
