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 #71066 is a reply to message #70923] Sat, 22 May 2010 11:28 Go to previous message
sid is currently offline  sid
Messages: 50
Registered: January 1995
Member
On May 22, 6:37 am, wlandsman <wlands...@gmail.com> wrote:
> 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

extremely sorry its my mistake
sid
[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: Fri Oct 10 19:25:26 PDT 2025

Total time taken to generate the page: 0.64211 seconds