Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I write a RHESSI image cube FITS file without using the GUI?

CUBE file GUI image rhessi write
0
Posted

Can I write a RHESSI image cube FITS file without using the GUI?

0

As of March 2005, the image object works with image cubes as well as single images. To write an image cube FITS file, set up an image object with multiple time and/or energy bins, and use the fitswrite method as follows: o = hsi_image() o -> set, im_time_interval= [‘2002-02-20 11:06:00’, ‘2002-02-20 11:06:30’] o -> set, im_time_bin = 4.3 o -> set, im_energy_binning=[3,6,12,25] o -> fitswrite This example produces an image cube FITS file with six time bins of duration 4.3 seconds and three energy bins. See How to work with the Image Object for more details.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123