comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: how to retain header info even after writefits
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: how to retain header info even after writefits [message #70923] Fri, 21 May 2010 18:37 Go to previous message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
On May 21, 3:35 pm, sid <gunvicsi...@gmail.com> wrote:
> Hi,
>    I am having fits data, im reading it in this way.
> img=readfits('file.fit',h)
> Now if I do print,h  it prints the header
> a=avg(img(0:1023,0:1023),1) ; im averaging over 1024 rows
> writefits,'file1.fit',a,h ; im writing into fits file
> Now if I do print,h  it prints the header were the COMMENT(the header
> consists of 8 arrays out of which one array contains comment info)
> part of the header of the original(file.fit) is different from the
> one(file1.fit) which I got now.

How are they different?

You have changed the size and dimension of your array (by averaging
over the first dimension) so writefits.pro automatically changes the
NAXIS and NAXISi keywords, which must match the size and dimensions of
the stored array. Otherwise, the FITS header should not be changed
by your script. --Wayne
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: regression with error bars
Next Topic: Re: Fast Marching Algorithm

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 18:52:19 PDT 2025

Total time taken to generate the page: 0.00505 seconds