How do I access the RHESSI data objects used in the GUI from the command line?
Type hessi_data in an SSW IDL session to display instructions for retrieving the objects from the GUI. For example, typing: IDL> hessi_data, image=image_obj will return the image object used in the GUI in the variable image_obj (which you could have named anything). Note: The command line and the GUI are both referring to the same object, so be careful; changes made on the command line will affect the GUI and vice versa. This is true even if you set another variable name equal to the object, and make changes using the new variable name. You are still referring to the same object.