;+ ; NAME: ; THG_SETUP.INIT ; ; PURPOSE: ; setup path and local operating system ; ; CATEGORY: ; None ; ; CALLING SEQUENCE: ; @thg_setup.init ; ; INPUTS: ; NONE ; ; OPTIONAL INPUTS: ; None ; ; KEYWORD PARAMETERS: ; NONE ; ; OUTPUTS: ; None ; ; OPTIONAL OUTPUTS: ; None ; ; COMMON BLOCKS: ; None ; ; SIDE EFFECTS: ; local variables will be defined ; ; RESTRICTIONS: ; None ; ; EXAMPLE: ; ; ; ; MODIFICATION HISTORY: ; Written by: Harald Frey ; version 1.0 09/12/2006 ; ; NOTES: ; ;- ; thg_setup.init ; ; this was the old location ;dir_thumb='/disks/horae/raid1/themis_gbo/data/telemetry/udp/' ; ; new thumbnail location ;dir_thumb='E:\themis_gbo\data\telemetry\themis_imager\' ; windows ;dir_thumb='/disks/horae/raid1/themis_gbo/data/telemetry/themis_imager/' ; UNIX dir_thumb='/disks/themisdata/thg/mirrors/asi/low_res_rsync/' dir_thumb_alt=' ' ; ; full image location ;dir_full='F:\themis_gbo\data\imager\rsync_stream0\' ; windows ;dir_full='/disks/horae/raid2/themis_gbo/data/imager/rsync_stream0/' ; UNIX dir_full='/disks/themisdata/thg/mirrors/asi/hi_res_copy/' ; UNIX dir_full_alt=' ' ; ; cdf-file location dir_cdf=' ' dir_cdf_alt=' ' ; define directory separator case !VERSION.OS_FAMILY of $ 'unix': begin $ dir_sep='/' & $ device_name='x' & $ endcase & $ 'Windows': begin $ dir_sep='\' & $ Device_name='WIN' & $ endcase & $ 'MacOS': dir_sep=':' & $ ELSE: begin print,'OS system not implemented: ',!VERSION.OS_FAMILY & $ stop & $ endcase & $ endcase ; ; define CDF output path (only for SSL and UCalgary) dir_asf_cdf='/disks/themisdata/thg/l1/asi/' dir_ast_cdf='/disks/themisdata/thg/l1/asi/' dir_ask_cdf='/disks/themisdata/thg/l1/asi/ask/' ; products output definition dir_products='/disks/themisdata/thg/l0/asi/'