Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| en:praktikum:sternspektren_baches [2025/01/07 13:14] – [Reduce the data] rhainich | en:praktikum:sternspektren_baches [2026/03/16 08:31] (current) – [Barycentric correction] rhainich | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| | | ||
| - | | + | |
| - | | + | |
| - | | + | |
| + | flats/ | ||
| ThAr/ | ThAr/ | ||
| Star_1/ | Star_1/ | ||
| | | ||
| - | | + | |
| - | | + | |
| ... | ... | ||
| Line 138: | Line 139: | ||
| </ | </ | ||
| - | In '' | + | In '' |
| If you want to mirror the recordings you have to set '' | If you want to mirror the recordings you have to set '' | ||
| Line 192: | Line 193: | ||
| The identification of the individual orders, the identification of the emission lines in the ThAr spectrum, and the correlation between the pixel and the wavelength scale is performed by the //MIDAS// script '' | The identification of the individual orders, the identification of the emission lines in the ThAr spectrum, and the correlation between the pixel and the wavelength scale is performed by the //MIDAS// script '' | ||
| - | | + | |
| The five parameters have the following meaning: | The five parameters have the following meaning: | ||
| Line 207: | Line 208: | ||
| | | ||
| Flat field = master_flat.fit | Flat field = master_flat.fit | ||
| - | | + | |
| | | ||
| Num. of orders | Num. of orders | ||
| Line 241: | Line 242: | ||
| In this case, the script should be stopped by entering a '' | In this case, the script should be stopped by entering a '' | ||
| - | | + | |
| A solid method is to gradually reduce the number of orders until the script executed successfully. Afterwards, the flatfield with the identified orders will be displayed in an external window (see below). It should be checked whether the marks of the orders are horizontal and whether they coincide with the actual orders that are visible on the flatfield. The left figure shows a successful test run, whereas the middle figure depicts a failure. The right figure shows a flatfield image taken with the QHY268M, where it can happen that //MIDAS// does not finish drawing all identified orders. From the order numbers, however, it can be assessed if all orders were successfully identified or not. The numbers also depend on whether the images are binned. As we usually use 2x2 binning, the above values should suffice. In case we have used 1x1 binning for the spectra however, you might have to double the second and third value. | A solid method is to gradually reduce the number of orders until the script executed successfully. Afterwards, the flatfield with the identified orders will be displayed in an external window (see below). It should be checked whether the marks of the orders are horizontal and whether they coincide with the actual orders that are visible on the flatfield. The left figure shows a successful test run, whereas the middle figure depicts a failure. The right figure shows a flatfield image taken with the QHY268M, where it can happen that //MIDAS// does not finish drawing all identified orders. From the order numbers, however, it can be assessed if all orders were successfully identified or not. The numbers also depend on whether the images are binned. As we usually use 2x2 binning, the above values should suffice. In case we have used 1x1 binning for the spectra however, you might have to double the second and third value. | ||
| Line 414: | Line 415: | ||
| Depending on the number of identified orders, the plot range (second row) needs to be adjusted. You also can use this option to zoom in the spectrum. The parameters are | Depending on the number of identified orders, the plot range (second row) needs to be adjusted. You also can use this option to zoom in the spectrum. The parameters are | ||
| - | | + | |
| 4000 - 8000 Angstrom is the usual wavelength range covered by the spectrograph. | 4000 - 8000 Angstrom is the usual wavelength range covered by the spectrograph. | ||
| Line 467: | Line 468: | ||
| The radial velocity is usually given with respect to the barycenter, the center of mass of the solar system, to correct out the effect of the Earth' | The radial velocity is usually given with respect to the barycenter, the center of mass of the solar system, to correct out the effect of the Earth' | ||
| - | ################################################################################## | + | <code Python> |
| - | | + | ################################################################################## |
| - | | + | ############################ |
| + | ################################################################## | ||
| + | |||
| + | ################ | ||
| - | ############ | + | ##### Target coordinates |
| + | # enter the object' | ||
| + | right_ascension | ||
| + | declination | ||
| - | ##### Target coordinates | + | ##### Observation time ##### |
| - | # enter the object' | + | observation_date |
| - | | + | Be careful, to enter the correct day if observations were made |
| - | declination | + | past midnight! |
| + | time_zone | ||
| + | switched to daylight saving | ||
| - | ##### Observation time ##### | + | ##### Observatory ##### |
| - | | + | observatory_latitude |
| - | Be careful, to enter the correct day if observations were made | + | observatory_longitude |
| - | past midnight! | + | observatory_height_above_MSL |
| - | | + | </ |
| - | | + | |
| - | + | ||
| - | ##### Observatory ##### | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| Execute the script with: | Execute the script with: | ||