3

I've got a file which contains data about photons coming from some pulsar. For each photon I know: a) time, when it was registered, b) a probability that this photon came from pulsar but not from galactic background, c) energy of a photon. My task is to find a period of pulsar. I suppose I have to use FFT to find a period but there are two issues. First of all, there are lots of photons with low probability (background photons), so I have to somehow select relevant photons. Second, I've got an unequally spaced data, so there is a problem with using FFT. I am a novice in data processing. Could you please give me links to some lectures or books where this topic is discussed clearly?

user43283
  • 131
  • 1
  • 1
    what kind of file is it? Is it FITS file? from what facility? How did you (if it was you) extract the file ? – Py-ser May 29 '14 at 03:44

1 Answers1

2

Naively, I would say that you're looking for a periodicity in the luminosity. What about multiplying the probability with the photon energy, and binning those data? That would allow you to use an FFT.

AstroFloyd
  • 1,044
  • 6
  • 13