From: us on
"MAYUR " <mayur.ec.iitkgp_removethis_(a)gmail.com> wrote in message <i0ngso$sbh$1(a)fred.mathworks.com>...
> I have many fits file with the extension .lc (denoting light curves).
>
> Running one of them with fitsinfo its giving:
>
> FileSize: 60480
> Contents: {'Primary' 'Binary Table' 'Binary Table' 'Binary Table'}
> PrimaryData: [1x1 struct]
> BinaryTable: [1x3 struct]
>
> And by running fitsread:
> x = fitsread('sw00100319000b_1chan_1s.lc','bintable')
>
> ans =
>
> [43x1 double] [43x1 double] [43x1 double] [43x1 double] [43x1 double]
>
> which is accurate, but the size(x) is only giving 1 5. Which means, its not reading the whole data, just the table header. Can somebody tell me how to read data from the file.
>
> If you need the file, i have uploaded it on 2shared.com: http://www.2shared.com/file/As6YYZU8/sw00100319000b_1chan_64ms.html
>
> just click on Save file to your PC in the down-right corner.
>
> Please help.

stop double posting(!)...

us
From: quasistar on
oh.. Thank you very much..
and I am very sorry for double that double (triple) posting... not a single clue how it happened.. I posted it only once..

anyway.. Thanks once again.. :)