Out of Arecibo data

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4266
Credit: 244924831
RAC: 16600

The development of the radio

The development of the radio pulsar search app is mainly Olivers responsibility, not mine. I myself won't put much time into that that distracts me from the GW search. I definitely don't want to rush things, I just wanted to keep you informed. Probably the time estimates will turn out to be too optimistic, as usual.

BM

BM

Rechenkuenstler
Rechenkuenstler
Joined: 22 Aug 10
Posts: 138
Credit: 102567115
RAC: 0

RE: The development of the

Message 100962 in response to (parent removed)

Quote:

The development of the radio pulsar search app is mainly Olivers responsibility, not mine. I myself won't put much time into that that distracts me from the GW search. I definitely don't want to rush things, I just wanted to keep you informed. Probably the time estimates will turn out to be too optimistic, as usual.

BM

All info is very welcome. You and your colleagues are doing great job and you will make it right. Thanks for that.

Oliver Behnke
Oliver Behnke
Moderator
Administrator
Joined: 4 Sep 07
Posts: 942
Credit: 25166626
RAC: 0

RE: The old ABP2 App has a

Quote:
The old ABP2 App has a flaw in the harmonic summing code that costs a bit of sensitivity (~2%).

Just to clarify (as questions were already asked), this is about the resampling stage, not the harmonic summing. It's also not a bug but a different, non-optimal physical approach being used. We improved the resampling algorithm such that these 2% in sensitivity are not lost anymore.

Cheers,
Oliver

 

Einstein@Home Project

Ver Greeneyes
Ver Greeneyes
Joined: 26 Mar 09
Posts: 140
Credit: 9562235
RAC: 0

I realize that I could

I realize that I could technically find this in the source myself, but I haven't taken the time to familiarize myself with the repository yet. What resampling algorithm were you using before, and what are you using now? Something general like cubic or hermite spline, or something more specialized?

telegd
telegd
Joined: 17 Apr 07
Posts: 91
Credit: 10212522
RAC: 0

RE: I definitely don't want

Quote:
I definitely don't want to rush things, I just wanted to keep you informed.

I just want to say how much I appreciate the great work you all do. It is nice to have such a great level of professionalism in this project. No need to rush things before they are ready!

Benjamin Knispel
Benjamin Knispel
Joined: 1 Jun 06
Posts: 148
Credit: 4981579
RAC: 0

RE: I realize that I could

Quote:
I realize that I could technically find this in the source myself, but I haven't taken the time to familiarize myself with the repository yet. What resampling algorithm were you using before, and what are you using now? Something general like cubic or hermite spline, or something more specialized?

Hi,

we're doing a simple nearest neighbour resampling, which turns out to be very good for our purposes. In simulations we could show that only ~1% of signal power is lost compared to a perfect analysis. With the latest changes in the resampling code, we're now doing the nearest neighbour resampling optimally. Before, we used an approximation in the signal model that would lose ~3% of signal power. So, no really big change.

Cheers, Ben

 

Einstein@Home Project

Ver Greeneyes
Ver Greeneyes
Joined: 26 Mar 09
Posts: 140
Credit: 9562235
RAC: 0

RE: With the latest changes

Quote:
With the latest changes in the resampling code, we're now doing the nearest neighbour resampling optimally.


I see ... I look forward to looking at the code at some point :) I am a little surprised that even a simple linear spline isn't worth the speed hit - something like "y[i] + (x - x[i])*(y[i+1] - y[i])/(x[i+1] - x[i])"?

BadTenMan
BadTenMan
Joined: 15 Aug 10
Posts: 2
Credit: 20951
RAC: 0

Will ABP2 ever be finished? 5

Will ABP2 ever be finished?
5 Beams/day is not much...
or will the remaining tasks be send out again, if they are not computed by the ones that got them?

tolafoph
tolafoph
Joined: 14 Sep 07
Posts: 122
Credit: 74659937
RAC: 0

Right now there are only

Right now there are only 1,408 tasks in progress. One beam has 50 to 60 tasks. So there are only about 25 beams left. So only one week to go. We won´t reach 100%. But this could be due to some problems Bernd mentioned

Quote:
In addition there are a few data sets which we couldn't process with our current workunit generator, e.g. because teh data was too noisy. We'll try to feed this data into the new workunit generator when it's ready, but I doubt that we'll find something in these datasets anyway.
Benjamin Knispel
Benjamin Knispel
Joined: 1 Jun 06
Posts: 148
Credit: 4981579
RAC: 0

RE: RE: With the latest

Quote:
Quote:
With the latest changes in the resampling code, we're now doing the nearest neighbour resampling optimally.

I see ... I look forward to looking at the code at some point :) I am a little surprised that even a simple linear spline isn't worth the speed hit - something like "y[i] + (x - x[i])*(y[i+1] - y[i])/(x[i+1] - x[i])"?

That would be a low-passs filter in frequency which is something we don't want to have; it limits our ability to see the high frequency components.

 

Einstein@Home Project

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.