Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Idl-pvware > Re: concatenate...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 4 Topic 5572 of 6457
Post > Topic >>

Re: concatenate arrays of different sizes

by vino <astrocrazy@[EMAIL PROTECTED] > Mar 28, 2008 at 02:01 AM

On Mar 27, 9:42 pm, "R.G. Stockwell" <notha...@[EMAIL PROTECTED]
> wrote:
> "vino" <astrocr...@[EMAIL PROTECTED]
> wrote in message
>
> news:98fa711f-7d7e-4131-a70a-a75dfe22850d@[EMAIL PROTECTED]
>
> > Hello Everyone,
> > I am trying to concatenate arrays of different sizes into a single
> > variable.The problem is as follows:
> > I am tracking about 10,000 stars through a period of six months. I
> > have a single variable containing the intensity of all stars with
> > zeros when the star is not in the field of view.  I ran into memory
> > problems when i try to track for longer periods.
>
> What is time sampling on those?
>
> You have intensity (float?) for 10k stars, by how many times in that siz
> months?
>
> Every ten minutes, fits into my winxp laptop  just fine.
>
> ie a = fltarr(10000,6*30*24*6)
>
> Some suggestions:
> Perhaps you could downsample the intensity time series - do
> you really need that high time resultion?
>
> You could categorize the stars into groups (based on quadrant in
> the sky, or on magnitude) and analyze the groups seperately.
>
> You make a pointer array for each star, 10k pointers where each pointer
> points to a strucutre which holds the time and intensity
> for when it is in view.
>
> Cheers,
> bob
Hello Bob,
Thank you for your suggestion.
The cadence of this particular instrument is 40 minutes. And since i
am looking for transiting planets, this high cadence is very essential
to me.
The intensity array i am using contains flux for 3 different apertures
and hence the larger size.
As you suggested, catagorising it by quadrants was one of my ideas and
the other is to build a database. But now i will learn how to use
pointers and store it.
Thank you so much.

To Vince Hardi:
Thank you so much. Didnt think of it. Will try that.

regards,
vino
 




 4 Posts in Topic:
concatenate arrays of different sizes
vino <astrocrazy@[EMAI  2008-03-27 08:34:14 
Re: concatenate arrays of different sizes
Vince Hradil <hradilv@  2008-03-27 08:48:36 
Re: concatenate arrays of different sizes
"R.G. Stockwell"  2008-03-27 10:42:09 
Re: concatenate arrays of different sizes
vino <astrocrazy@[EMAI  2008-03-28 02:01:33 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 20:51:58 CST 2008.