en:praktikum:sternspektren_baches

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:praktikum:sternspektren_baches [2025/04/02 09:10] – [Reduce the data] rhainichen: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
  
-   plot/axes xmin, xmax, ymin, ymax, x axis label, y axis label+   plot/axes xmin,xmax, ymin,ymax, window_number x_axis_label y_axis_label
  
  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's proper motion. The necessary correction can be calculated with the help of the script ''2_barycentric_velocity_correction.py''. The coordinates of the object, the observation time, the time zone, and the coordinates of the observatory must be specified: 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's proper motion. The necessary correction can be calculated with the help of the script ''2_barycentric_velocity_correction.py''. The coordinates of the object, the observation time, the time zone, and the coordinates of the observatory must be specified:
  
-   ################################################################################## +<code Python> 
-   ############################ Script Parameters ################################### +################################################################################## 
-   ################################################################################## +############################ Script Parameters ################################### 
-    +################################################################################## 
-   ################   REPLACE EVERY "?" WITH ITS RESPECTIVE VALUE    ################+ 
 +################   REPLACE EVERY "?" WITH ITS RESPECTIVE VALUE    ################
        
-   ##### Target coordinates ##### +##### Target coordinates ##### 
-   # enter the object's ICRS coordinates +# enter the object's ICRS coordinates 
-   right_ascension                     = '?h ?m ?s'            # as hour angle: hour | minute | second +right_ascension                     = '?h ?m ?s'            # as hour angle: hour | minute | second 
-   declination                         = '+?deg ?m ?s'         # in deg | arcmin |arcsec+declination                         = '+?deg ?m ?s'         # in deg | arcmin |arcsec
        
-   ##### Observation time ##### +##### Observation time ##### 
-   observation_date                    = '????-??-?? ??:??:??' # enter the observation date formatted as 'YYYY-MM-DD HH:MM:SS'.  +observation_date                    = '????-??-?? ??:??:??' # enter the observation date formatted as 'YYYY-MM-DD HH:MM:SS'.  
-                                                                 Be careful, to enter the correct day if observations were made  +                                                              Be careful, to enter the correct day if observations were made  
-                                                                 past midnight! +                                                              past midnight! 
-   time_zone                           = '?'                     # type +1 for the central european time zone or +2 when time was  +time_zone                           = '?'                     # type +1 for the central european time zone or +2 when time was  
-                                                                 switched to daylight saving+                                                              switched to daylight saving
        
-   ##### Observatory ##### +##### Observatory ##### 
-   observatory_latitude                = '?'                     # values in degrees, north is positive +observatory_latitude                = '?'                     # values in degrees, north is positive 
-   observatory_longitude               = '?'                     # values in degrees, east is positive +observatory_longitude               = '?'                     # values in degrees, east is positive 
-   observatory_height_above_MSL        = '?'                     # enter in meter+observatory_height_above_MSL        = '?'                     # enter in meter 
 +</code>
  
 Execute the script with: Execute the script with:
  • en/praktikum/sternspektren_baches.1743585018.txt.gz
  • Last modified: 2025/04/02 09:10
  • by rhainich