-- AriannaSaba - 31 Jan 2019

Following the observation done on Monday, I analysed the data taken with my current algorithm.

We took pictures of M35 with different exposure times (60, 90, 120 seconds) and with all filters (red, green, blue, clear).

Other than taking pictures of the core part of the cluster, we also slewed the telescope one frame up and one frame down the initial set up in order to catch the rest of the cluster which might not have fitted in the first frame. This was done trying to consider a reference star on the lower or upper edge of the frame and moving the telescope until the star just disappeared from the frame.

In my analysis I combined the 3 frames together and analysed these as if it was a single bigger picture. This was done with the function np.concatenate along axis=0

I employed my algorithm to display the fits images taken with the 3 filters and doing B-V. The exposure time I chose was 90 seconds.

I calculated B-V simply doing the blue array minus the green array.

red_fits.pnggreen_fits.pngblue_fits.pngBV_fits.png

For each filter I calculated some statistics:

Schermata_2019-01-31_alle_10.30.53.png

Schermata_2019-01-31_alle_10.31.04.png

Schermata_2019-01-31_alle_10.31.17.png

Schermata_2019-01-31_alle_10.31.24.png

Schermata_2019-01-31_alle_10.31.32.png

Schermata_2019-01-31_alle_10.31.41.png

The flux was calculated by taking the mean value of counts of each pixel in the star (pixel value divided by the number of pixels in the star). This this value was then multiplied by the gain and divided by the exposure time. The error on the flux is the sqrt of it.

The magnitude was calculated as -2.5*np.log10(flux). The error in the magnitude = abs(-2.5/np.log(10)) * (error in flux/flux).

Plots of stars for each filter:

red_cluster.png

blue_cluster-2.png

green_cluster-2.png

The stars found with the red filter were 198, blue 102, green 117.

B-V did not find any star because the threshold was higher than the mean: I have to investigate further why this has happened.

Schermata_2019-01-31_alle_10.54.39.png

  • Next steps are to match same stars in different frames so that we don't count the same star twice.
  • No V vs B-V plot could be made
  • Histograms would take too much time to plot, so commented out that part. Still used the gaussian threshold.
  • Images size was (1017, 1530). Dark frames were instead (1020,1530).
JC:

-I also analysed the data taken in observation 1. Below are screenshots of output information from the 90s exposures for the red, green and blue filters for both the central frame as well as the frames above and below:

Screen_Shot_2019-01-30_at_18.32.30.pngScreen_Shot_2019-01-30_at_18.33.01.pngScreen_Shot_2019-01-30_at_18.33.22.pngScreen_Shot_2019-01-30_at_18.35.52.pngScreen_Shot_2019-01-30_at_18.38.25.pngScreen_Shot_2019-01-30_at_18.38.53.pngScreen_Shot_2019-01-30_at_18.40.31.pngScreen_Shot_2019-01-30_at_18.40.57.pngScreen_Shot_2019-01-30_at_18.41.14.png

Topic attachments
I Attachment History Action Size Date Who Comment
PNGpng BV_fits.png r2 r1 manage 19.1 K 31 Jan 2019 - 10:24 AriannaSaba  
PNGpng Schermata_2019-01-31_alle_10.30.53.png r1 manage 46.5 K 31 Jan 2019 - 10:32 AriannaSaba  
PNGpng Schermata_2019-01-31_alle_10.31.04.png r1 manage 96.9 K 31 Jan 2019 - 10:32 AriannaSaba  
PNGpng Schermata_2019-01-31_alle_10.31.17.png r1 manage 99.5 K 31 Jan 2019 - 10:32 AriannaSaba  
PNGpng Schermata_2019-01-31_alle_10.31.24.png r1 manage 99.6 K 31 Jan 2019 - 10:32 AriannaSaba  
PNGpng Schermata_2019-01-31_alle_10.31.32.png r1 manage 94.5 K 31 Jan 2019 - 10:32 AriannaSaba  
PNGpng Schermata_2019-01-31_alle_10.31.41.png r1 manage 101.2 K 31 Jan 2019 - 10:32 AriannaSaba  
PNGpng Schermata_2019-01-31_alle_10.54.39.png r1 manage 44.2 K 31 Jan 2019 - 10:55 AriannaSaba  
PNGpng Screen_Shot_2019-01-30_at_18.32.30.png r1 manage 243.3 K 31 Jan 2019 - 15:19 JacobChambers  
PNGpng Screen_Shot_2019-01-30_at_18.33.01.png r1 manage 198.5 K 31 Jan 2019 - 15:19 JacobChambers  
PNGpng Screen_Shot_2019-01-30_at_18.33.22.png r1 manage 138.6 K 31 Jan 2019 - 15:19 JacobChambers  
PNGpng Screen_Shot_2019-01-30_at_18.35.52.png r1 manage 360.2 K 31 Jan 2019 - 15:19 JacobChambers  
PNGpng Screen_Shot_2019-01-30_at_18.38.25.png r1 manage 268.5 K 31 Jan 2019 - 15:20 JacobChambers  
PNGpng Screen_Shot_2019-01-30_at_18.38.53.png r1 manage 160.6 K 31 Jan 2019 - 15:20 JacobChambers  
PNGpng Screen_Shot_2019-01-30_at_18.40.31.png r1 manage 286.0 K 31 Jan 2019 - 15:20 JacobChambers  
PNGpng Screen_Shot_2019-01-30_at_18.40.57.png r1 manage 245.0 K 31 Jan 2019 - 15:20 JacobChambers  
PNGpng Screen_Shot_2019-01-30_at_18.41.14.png r1 manage 121.3 K 31 Jan 2019 - 15:20 JacobChambers  
PNGpng blue_cluster-2.png r1 manage 22.1 K 31 Jan 2019 - 11:14 AriannaSaba  
PNGpng blue_cluster.png r1 manage 20.8 K 31 Jan 2019 - 10:51 AriannaSaba  
PNGpng blue_fits.png r2 r1 manage 68.5 K 31 Jan 2019 - 10:24 AriannaSaba  
PNGpng green_cluster-2.png r1 manage 22.8 K 31 Jan 2019 - 11:14 AriannaSaba  
PNGpng green_cluster.png r1 manage 23.5 K 31 Jan 2019 - 10:51 AriannaSaba  
PNGpng green_fits.png r2 r1 manage 71.8 K 31 Jan 2019 - 10:24 AriannaSaba  
PNGpng red_cluster.png r1 manage 24.7 K 31 Jan 2019 - 10:51 AriannaSaba  
PNGpng red_fits.png r2 r1 manage 75.6 K 31 Jan 2019 - 10:25 AriannaSaba  
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions

Physics WebpagesRHUL WebpagesCampus Connect • Royal Holloway, University of London, Egham, Surrey TW20 0EX; Tel/Fax +44 (0)1784 434455/437520

Topic revision: r2 - 31 Jan 2019 - JacobChambers

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 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