Floodfill algorithm improvements

  • To improve our algorithm we defined a star to be anything above 5 pixels in size.
  • It seems that all hot pixels were removed:
Floodfill_original.png

floodfill_imrpoved.png

  • Found an interesting structure:
interesting_stars.png
  • To improve center founding, we found x and y weighted averages, such that:
 \begin{equation} x_{\rm center} = \frac{\sum_{i = 1}^N x_i p_i}{\sum_{i=1}^N p_i}\end{equation}  \begin{equation} y_{\rm center} = \frac{\sum_{i = 1}^N y_i p_i}{\sum_{i=1}^N p_i}\end{equation}
  • where $x_{\rm center}$ and $y_{\rm center}$ are the x,y centers and $x_i$ and $y_i$ are the x and y coordinates of the individual pixels of the star and $p_i$ is the pixel value of the pixel, and $N$ is the total number of pixels of a given star.
  • An example of a found star center is shown below:
center_improved.png
  • The standard deviations were found using the following equations:
 \begin{equation} \sigma_x = \sqrt{\frac{\sum_{i = 1}^N (x_i - x_{\rm center})^2 p_i}{\sum_{i=1}^N p_i}}\end{equation}  \begin{equation} \sigma_y = \sqrt{\frac{\sum_{i = 1}^N (y_i - y_{\rm center})^2p_i}{\sum_{i=1}^N p_i}}\end{equation}  <br />

  • where $\sigma_x$ and $\sigma_y$ are the standard deviations in x and y.
  • Some information about found sigmas for all stars in this image:
  Minimum value Maximum Value Average Value
$\sigma_x$ 0.58 4.96 2.42
$\sigma_y$ 0.44 4.34 2.24

A different way to estimate the mode

  • Building on what we did last week, instead of just splitting the image array into 4 separate arrays and finding the mode in each new array, we allowed for an arbitrary number of arrays that the main array can be split into.
  • A 2 by 2 splitting would be the following:
l1_quadrants_copy.png
  • If one splits the main image into as many arrays as there are elements in the original image, one would expect to get the original image back. This can be seen below:
full.png
  • Below are more examples:
85_by_85.png

30_by_30.png

17_by_17.png

  • If one takes a single mode over the entire image:
1_by_1.png

2D Fourier Transforms

  • Fourier transforms of such a star field will give regions in k space for both background and stars.
  • One of these can then be removed, leaving just stars or the background upon inverse Fourier transforming.
  • Initial attempts of this can be seen below.

  • This shows a location 1 image, with its background now clustered around the edges.
FT_Loc1_nocut.png
  • This shows an attempt at removing the background from the image.
IFT_Loc1_bkgcut.png
  • This shows an attempt at removing the stars from the image. Note the image is logged, in order to better see the remnants of the stars.

IFT_Loc1_starcut.png

Stacking

  • In order to reduce errors and create better contrast between stars and background, a preliminary stacking effort was performed for 6 images taken in location 1, the result of which can be seen below.
  • From this it appears that although some movement is expected across the images, their overlay does not exhibit any easily noticable affects caused by this. Note however no scientific analysis of the effects has been conducted thus far.Stacking_ap_6.png
-- ElenaCukanovaite - 01 Dec 2015

Topic attachments
ISorted ascending Attachment History Action Size Date Who Comment
PNGpng 17_by_17.png r1 manage 50.6 K 01 Dec 2015 - 22:46 ElenaCukanovaite  
PNGpng 1_by_1.png r1 manage 48.7 K 01 Dec 2015 - 22:47 ElenaCukanovaite  
PNGpng 30_by_30.png r1 manage 52.9 K 01 Dec 2015 - 22:45 ElenaCukanovaite  
PNGpng 85_by_85.png r1 manage 63.8 K 01 Dec 2015 - 22:44 ElenaCukanovaite  
PNGpng FT_Loc1_nocut.png r1 manage 1203.7 K 01 Dec 2015 - 16:33 DavidHadden  
PNGpng Floodfill_original.png r1 manage 87.8 K 01 Dec 2015 - 11:47 DavidHadden  
PNGpng IFT_Loc1_bkgcut.png r1 manage 49.6 K 01 Dec 2015 - 16:33 DavidHadden  
PNGpng IFT_Loc1_starcut.png r1 manage 1317.4 K 01 Dec 2015 - 16:33 DavidHadden  
PNGpng Stacking_ap_6.png r1 manage 42.2 K 01 Dec 2015 - 17:09 DavidHadden  
PNGpng center_improved.png r1 manage 68.5 K 01 Dec 2015 - 13:34 ElenaCukanovaite  
PNGpng floodfill_imrpoved.png r1 manage 37.8 K 01 Dec 2015 - 13:14 ElenaCukanovaite  
PNGpng full.png r1 manage 45.7 K 01 Dec 2015 - 22:43 ElenaCukanovaite  
PNGpng interesting_stars.png r1 manage 62.2 K 01 Dec 2015 - 13:38 ElenaCukanovaite  
PNGpng l1_quadrants_copy.png r1 manage 969.8 K 01 Dec 2015 - 22:42 ElenaCukanovaite  

This topic: Public > UserList > StewartBoogert > StewartBoogertAstronomy > StewartBoogertMSciProjects > StewartBoogertPhotometry2015 > 20151201MSciPhotometryAnalysisOb1part3
Topic revision: r8 - 01 Dec 2015 - ElenaCukanovaite
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding RHUL Physics Department TWiki? Send feedback