algorithm for meteor detection
Posted: Wed Oct 06, 2004 3:55 am
I have been thinking of having an algorithm for the detection of meteors in the NSL images and also do a kind of averaging(PSF) along the meteor's path.
Heres I have a rough idea about this.
1) Subtract two FITS files (one with meteor & other frame on any other night but with same sidereal time). This leaves us with the subtracted image with only meteor (assuming the background is same in the two frames and even if it is different, it can be taken care of).
2) Visually construct a box (either square or rectangular) enclosing meteor. And note the four corners of this box.
3) Average all the pixel counts along the columns.
4) Count the number of pixels which has counts greater than average background. (say Xcounts)
5) Average all the pixel counts along the rows.
6) Repeat 4 and say Ycounts
7) Compare Xcounts & Ycounts. Plotting the counts along the greater pixels (X counts or Ycounts), gives us the light curve.
comments?
Heres I have a rough idea about this.
1) Subtract two FITS files (one with meteor & other frame on any other night but with same sidereal time). This leaves us with the subtracted image with only meteor (assuming the background is same in the two frames and even if it is different, it can be taken care of).
2) Visually construct a box (either square or rectangular) enclosing meteor. And note the four corners of this box.
3) Average all the pixel counts along the columns.
4) Count the number of pixels which has counts greater than average background. (say Xcounts)
5) Average all the pixel counts along the rows.
6) Repeat 4 and say Ycounts
7) Compare Xcounts & Ycounts. Plotting the counts along the greater pixels (X counts or Ycounts), gives us the light curve.
comments?