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

Home » Public Forums » archive » Store differents size of .fits into one single array
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: Store differents size of .fits into one single array [message #86192 is a reply to message #86179] Thu, 17 October 2013 05:19 Go to previous message
a.clovirola is currently offline  a.clovirola
Messages: 6
Registered: June 2013
Junior Member
> If you have IDL8+ you could use a list to store your images. If not, you
>
> could use a pointer array (PTRARR)

Thanks for the list tip, i used it and it works, i have now a liste containing my arrays :)

fich=file_search(dir+'*'+format)
image=list()

for i=0,n_elements(fich)-1 do image.add,readfits(file[i])

if someone is interessed :)
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: New Fast Kriging Semivariogram Spherical Model Incorrect?
Next Topic: How to read a csv file?

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

Current Time: Fri Oct 10 10:01:58 PDT 2025

Total time taken to generate the page: 1.19810 seconds