How do i delete items from the image info?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

How do i delete items from the image info?

Sarkoy
I am working with some FITS images and am converting various images between being signed and unsigned.  I want to delete BZERO from the header so that others who view the images are not confused.

Does anyone know how this might be done?  I am aware that you can create a string of the values in the header from the function header=getImageInfo().  Is this the right path to head down?

Thanks.