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/04/02 09:10] – [Reduce the data] rhainich | en:praktikum:sternspektren_baches [2026/03/16 08:31] (current) – [Barycentric correction] rhainich | ||
|---|---|---|---|
| Line 415: | 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 468: | 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 ##### | + | ##### Target coordinates ##### |
| - | | + | # enter the object' |
| - | | + | right_ascension |
| - | | + | declination |
| - | ##### Observation time ##### | + | ##### Observation time ##### |
| - | | + | observation_date |
| - | | + | Be careful, to enter the correct day if observations were made |
| - | | + | past midnight! |
| - | | + | time_zone |
| - | | + | switched to daylight saving |
| - | ##### Observatory ##### | + | ##### Observatory ##### |
| - | | + | observatory_latitude |
| - | | + | observatory_longitude |
| - | | + | observatory_height_above_MSL |
| + | </ | ||
| Execute the script with: | Execute the script with: | ||