Re: How to add several *.fit files (matrices) into one output *.fit file? [message #63393 is a reply to message #63392] |
Thu, 06 November 2008 12:13   |
Griffons
Messages: 15 Registered: November 2008
|
Junior Member |
|
|
On Nov 6, 2:50 pm, "R.G. Stockwell" <notha...@noemail.com> wrote:
> "Griffons" <griffon...@gmail.com> wrote in message
>
> news:dd8c46c9-8ac9-435f-8822-b549d7ba118a@d10g2000pra.google groups.com...
> ...
>
>> IDL> files=['S_08189493.fit','S_08189494.fit','S_08189495.fit',
>> 'S_08189496.fit'] ;
>> IDL> sum = READFITS( files[0], /NOSCALE)
>> READFITS: ERROR - Unable to locate file S_08189493.fit
>
> well, if you don't know where your files are, how is
> IDL supposed to know?
>
> This means that the file is not in your current directory.
> Include the full path for the file, and it should work.
>
> Cheers,
> bob
Hi Bob,
Thank you very much.
It works now.
Griffons
|
|
|