MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Beginner--how to import a series of files?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63831] Re: Beginner--how to import a series of files?
  • From: pdesai1 at umbc.edu
  • Date: Wed, 18 Jan 2006 02:39:00 -0500 (EST)
  • References: <dqie7e$7dj$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

cym... at yahoo.com wrote:
> Hi,
> Now I have a series of raw data, such as image_1.raw, image_2, ..., etc.
> I plan to import all of these files and make some post-processing.
> How do I do it? Is there any special command or I need to write a script to perform?
> Thanks for your time.
>
>
>
> Link to the forum page for this post:
> http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=Special:Forum_ViewTopic&pid=7709#p7709
> Posted through http://www.mathematica-users.org [[postId=7709]]

I have not tested this out. But using table perhaps
dat=Table[Import["image_ "<> ToString[s]<>".raw"], {s, 1, 26, 1}]

You can then access your raw data by using part on dat

Hope this helps

Pratik


  • Prev by Date: finding Fourier Series.
  • Next by Date: Re: Beginner--how to import a series of files?
  • Previous by thread: Re: Beginner--how to import a series of files?
  • Next by thread: Re: Beginner--how to import a series of files?