; S.L.Freeland - 4-apr-2013
;
; include ontology for iris<->jsoc
ssw_path,/ontology    ; includes sdo/jsoc/hek interface stuff
set_logenv,'SSW_ONTOLOGY_DATA',concat_dir('$SSW_ONTOLOGY','data')
set_logenv,'IRIS_DATA','/archive/iris/data' ; B252 default 
recompile,'xmovie'  ; pending eis/iris resolve, using iris (viggo) updates
iris_msu_case ; allow IRIS_<*>.pro (mixed case) names for now
newssw=concat_dir(concat_dir('$SSW_ONTOLOGY','idl'),'ssw_time2filelist.pro')
if file_exist(newssw) then recompile,newssw
newgen=concat_dir(concat_dir('$SSW_ONTOLOGY','idl'),'gen_temp')
if file_exist(newgen) then ssw_path,newgen,/prepend 
