Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:praktikum:photometrie [2021/04/06 16:54] – [Preliminary color magnitude diagram (CMD)] rhainich | en:praktikum:photometrie [2023/09/19 06:52] (current) – rhainich | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== N2 - Photometry of open star clusters ====== | + | ====== N2 - Photometry of open star clusters |
/* | /* | ||
Line 240: | Line 240: | ||
The script can be executed in the terminal with the following command | The script can be executed in the terminal with the following command | ||
- | | + | |
Afterwards, a figure, showing the CMD, can be found in the current directory. The file type of this figure can be set via the variable '' | Afterwards, a figure, showing the CMD, can be found in the current directory. The file type of this figure can be set via the variable '' | ||
Line 297: | Line 297: | ||
Afterwards, recompile and run your //GDL// program once more. Then save and run the //Python// script from a console: | Afterwards, recompile and run your //GDL// program once more. Then save and run the //Python// script from a console: | ||
- | | + | |
An image " | An image " | ||
Line 305: | Line 305: | ||
fluxb = fluxb / 440. | fluxb = fluxb / 440. | ||
After the conversion to magnitudes, the difference to the literature values can be calculated and as a correction applied to the observation of the star cluster. | After the conversion to magnitudes, the difference to the literature values can be calculated and as a correction applied to the observation of the star cluster. | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
Either way, the B and V magnitudes need to be calibrated accordingly by the calculated shifts: | Either way, the B and V magnitudes need to be calibrated accordingly by the calculated shifts: | ||
Line 311: | Line 314: | ||
magvcal = magv - vcal | magvcal = magv - vcal | ||
- | With these values the final CMD can be plotted. | + | With these values the calibrated |
magbminusv = magbcal - magvcal | magbminusv = magbcal - magvcal | ||
- | In comparison with literature | + | ==== Reddening & absolute magnitudes ==== |
+ | |||
+ | When comparing your apparent FHD to the literature, you will notice that the main sequence is likely to be shifted. This occurs due to the interstellar medium which is spread between the stars of our Galaxy. Like all other baryonic matter, it can be excited by light. It will reemit | ||
$(B-V)_{0} = (B-V) - E_{(B-V)}$ | $(B-V)_{0} = (B-V) - E_{(B-V)}$ | ||
Line 327: | Line 332: | ||
In the solar neighborhood $R_V$ usually is set to 3.1 ([[http:// | In the solar neighborhood $R_V$ usually is set to 3.1 ([[http:// | ||
- | If the calibration was performed on apparent magnitudes, | + | Finally |
- | To plot the final CMD with the //gnuplot// script, write the corrected data again, e.g. overwrite the preliminary version of '' | + | To plot the final CMD with the //Python// script, write the corrected data again, e.g. overwrite the preliminary version of '' |
openw, cmd, ' | openw, cmd, ' | ||
Line 344: | Line 349: | ||
As previously described, the file '' | As previously described, the file '' | ||
- | ./plot_cmd.py | + | python |
It also offers the possibility to include isochrones, which can be downloaded from the websites of various stellar evolution projects. The variables of the script '' | It also offers the possibility to include isochrones, which can be downloaded from the websites of various stellar evolution projects. The variables of the script '' | ||
Line 416: | Line 421: | ||
===== Report ===== | ===== Report ===== | ||
+ | |||
+ | A usual report is to be handed in. See a general overview about the required structure and content [[https:// | ||
+ | |||
+ | For this experiment, the theoretical overview in the report should describe open and globular cluster with emphasis on the observed kind, and their differences to other accumulations and groups of stars. Explain Hertzsprung-Russell diagrams (HRD) and the color-magnitude diagrams (CMD) and the difference between them. //Shortly// describe the evolution of stars of different masses in the context of a HRD. Explain the concepts of isochrones and the turn-off point and how one estimates the age of a cluster using them. | ||
+ | |||
+ | In the methods section describe the observations and the data reduction, highlight points that deviate from general description in here and list all the parameters you set for the extraction. Further, include all the plots of the data reduction in the report (a few in the text, most of them in the appendix). Describe the calibration procedure and list the stars you use and the shifts you determine. Also include any parameters for reddening, extinction, and distance that you adopt from the literature. | ||
+ | |||
+ | The results part presents the cluster CMDs and describes the observable features in it. | ||
+ | |||
+ | The analysis of the CMDs contains the estimation of the cluster age based on the turn-off point and an isochrone fit. | ||
+ | |||
+ | Finally, discuss your findings. Bring your results into a larger context and make a literature comparison when possible (i.e., for the cluster age). This also includes that you identify potential problems with the data, the data reduction, or the analysis (especially the isochrone fit) and possible solutions for them. Are their inconsistencies? | ||
+ | |||
+ | //**Note:** The plots of the individual orders are in large files which generally do not fit into an email appendix. You may upload your report to the [[https:// | ||
+ | |||
+ | /* | ||
+ | **OLD BELOW** | ||
Describe the difference between globular clusters and open clusters, with special emphasis on the character of the observed object. Discus the differences of stellar clusters and general accumulations/ | Describe the difference between globular clusters and open clusters, with special emphasis on the character of the observed object. Discus the differences of stellar clusters and general accumulations/ | ||
+ | */ | ||
[[en: | [[en: | ||