;+ ; hsi_image script - created Wed Nov 16 09:12:09 2022 by hsi_params2script.pro ; Includes only parameters changed from default settings. ; ; Note: This script simply sets control parameters in the hsi_image object as they ; were when you wrote the script. To make the object do anything in this script, ; you need to add some action commands. For instance, the command ; image= obj->getdata() ; would generate and return the image. ; ; For a complete list of control parameters look at the tables in ; http://hesperia.gsfc.nasa.gov/ssw/hessi/doc/hsi_params_all.htm ; ; There are several ways to use this script: ; ; A. Run this procedure via this command (compile first if it's not in your IDL path): ; hsi_image_script_nondefault_params_bproj_image_20140127_0104_30tx3e, obj=obj ; Note: you can set additional parameters or override parameters in script via: ; hsi_image_script_nondefault_params_bproj_image_20140127_0104_30tx3e, obj=obj, $ ; param1=param1, param2=param2,... ; or ; B. Compile and execute it as a main program by: ; 1. Comment out the "pro" line and save. ; 2. From the command line, $ ; type .run hsi_image_script_nondefault_params_bproj_image_20140127_0104_30tx3e. ; In the IDLDE, click Compile, then Execute. ; 3. Use .GO to restart at the beginning of the script ; or ; C. Execute it as a batch file via: ; 1. Comment out the "pro" and "end" lines and save. ; 2. Run the commands via @hsi_image_script_nondefault_params_bproj_image_20140127_0104_30tx3e ; ; Once you have run the script (via one of those 3 methods), you will have an ; hsi_image object called obj that is set up as it was when you wrote the script. ; You can proceed using obj from the command line or the hessi GUI. ; To use it in the GUI, type ; hessi,obj ; To use it from the command line, here are a few examples of commands: ; data = obj->getdata() ; retrieve the last image made ; data = obj->getdata(use_single=0) ; retrieve all images in cube ; obj->plot ; plot the last image ; obj->plotman ; plot the last image in plotman ; obj->plotman, /choose ; choose which image(s) in cube to plot in plotman ;- pro hsi_image_script_nondefault_params_bproj_image_20140127_0104_30tx3e, obj=obj, $ _extra=_extra obj = hsi_image() obj-> set, cbe_normalize= 1 obj-> set, image_algorithm= 'BPROJ' ;obj-> set, snr_chk= 1 ;obj-> set, $ ; snr_vis_file= '/data/rhessi_extras/visibility_fits_v2/2014/01/27/hsi_vis_20140127_0104_0149_30tx3e.fits' obj-> set, mpat_coord= 'CART' obj-> set, image_dim= [101, 101] obj-> set, pixel_size= [1.50000, 1.50000] obj-> set, im_time_interval= [['27-Jan-2014 01:04:40.200', '27-Jan-2014 01:06:09.800'], $ ['27-Jan-2014 01:06:41.800', '27-Jan-2014 01:08:41.800'], ['27-Jan-2014 01:08:41.800', $ '27-Jan-2014 01:10:27.800'], ['27-Jan-2014 01:10:27.800', '27-Jan-2014 01:12:03.800'], $ ['27-Jan-2014 01:12:03.800', '27-Jan-2014 01:13:35.800'], ['27-Jan-2014 01:13:35.800', $ '27-Jan-2014 01:15:01.800'], ['27-Jan-2014 01:15:01.800', '27-Jan-2014 01:16:30.800'], $ ['27-Jan-2014 01:16:30.800', '27-Jan-2014 01:18:02.800'], ['27-Jan-2014 01:18:02.800', $ '27-Jan-2014 01:19:42.800'], ['27-Jan-2014 01:19:42.800', '27-Jan-2014 01:21:34.800'], $ ['27-Jan-2014 01:21:34.800', '27-Jan-2014 01:22:34.800'], ['27-Jan-2014 01:22:34.800', $ '27-Jan-2014 01:23:34.800'], ['27-Jan-2014 01:23:34.800', '27-Jan-2014 01:24:34.800'], $ ['27-Jan-2014 01:24:34.800', '27-Jan-2014 01:25:34.800'], ['27-Jan-2014 01:25:34.800', $ '27-Jan-2014 01:26:40.800'], ['27-Jan-2014 01:26:40.800', '27-Jan-2014 01:28:00.800'], $ ['27-Jan-2014 01:28:00.800', '27-Jan-2014 01:29:38.800'], ['27-Jan-2014 01:29:38.800', $ '27-Jan-2014 01:31:38.800'], ['27-Jan-2014 01:31:38.800', '27-Jan-2014 01:33:08.800'], $ ['27-Jan-2014 01:33:08.800', '27-Jan-2014 01:34:38.800'], ['27-Jan-2014 01:34:38.800', $ '27-Jan-2014 01:36:08.800'], ['27-Jan-2014 01:36:08.800', '27-Jan-2014 01:37:38.800'], $ ['27-Jan-2014 01:37:38.800', '27-Jan-2014 01:39:08.800'], ['27-Jan-2014 01:39:08.800', $ '27-Jan-2014 01:40:38.800'], ['27-Jan-2014 01:40:38.800', '27-Jan-2014 01:42:08.800'], $ ['27-Jan-2014 01:42:08.800', '27-Jan-2014 01:43:38.800'], ['27-Jan-2014 01:43:38.800', $ '27-Jan-2014 01:45:08.800'], ['27-Jan-2014 01:45:08.800', '27-Jan-2014 01:46:38.800'], $ ['27-Jan-2014 01:46:38.800', '27-Jan-2014 01:48:08.800'], ['27-Jan-2014 01:48:08.800', $ '27-Jan-2014 01:49:38.800']] obj-> set, use_flux_var= 0L obj-> set, use_phz_stacker= 1L obj-> set, xyoffset= [-955.311, -281.576] obj-> set, im_energy_binning= [[6.00000, 12.0000], [12.0000, 25.0000], [25.0000, 50.0000]] obj-> set, time_bin_def= [1.00000, 2.00000, 4.00000, 4.00000, 8.00000, 16.0000, 32.0000, $ 64.0000, 64.0000] obj-> set, time_bin_min= 256L obj-> set, det_index_mask= [0B, 0B, 1B, 1B, 1B, 1B, 1B, 1B, 1B] zzz = {HSI_VIS_SRC_STRUCTURE, $ SRCTYPE: 'circle', $ SRCFLUX: 1.00000, $ SRCX: 0.00000, $ SRCY: 0.00000, $ SRCFWHM: 10.0000, $ ECCEN: 0.00000, $ SRCPA: 0.00000, $ LOOP_ANGLE: 0.00000, $ ALBEDO_RATIO: 0.100000, $ SRCHEIGHT: 10.0000, $ ALBEDO_APPLY: 1, $ FITMASK: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1] } obj-> set, vf_srcin= zzz obj-> set, vis_cs_abort_numerical_issues= 1 obj-> set, vis_cs_sparseness= 0.700000 if keyword_set(_extra) then obj->set, _extra=_extra end