--
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.
For each filter I calculated some statistics:
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:
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.
- 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: