en:praktikum:sonnenrotation

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:sonnenrotation [2016/07/12 12:29] – [Observation] rhainichen:praktikum:sonnenrotation [2023/07/21 21:24] (current) – [Report] rhainich
Line 1: Line 1:
- 
 ====== S1 - Solar Rotation ====== ====== S1 - Solar Rotation ======
  
Line 13: Line 12:
 ++++ Data reduction for data taken before 2016: | ++++ Data reduction for data taken before 2016: |
  
-Login at the [[en:praktikum:zugang | laboratory computer]]. Copy the observational data (TIFF files) from the directory ''~/daten/<date>'' to your own directory (see [[en:praktikum:namenskonvention|name conventions]]). Use the command ''ls'' to view the directory's content. After the copying there should be at least two TIFF files, possibly with names that represent the meaning of the image (i.e. eastern rim, western rim, date,...).+Login at the [[en:praktikum:zugang | laboratory computer]]. Copy the observational data (TIFF files) from the directory ''~/data/<date>'' to your own directory (see [[en:praktikum:namenskonvention|name conventions]]). Use the command ''ls'' to view the directory's content. After the copying there should be at least two TIFF files, possibly with names that represent the meaning of the image (i.e. eastern rim, western rim, date,...).
  
 The TIFF images can be viewed in //ImageMagick// with the console command The TIFF images can be viewed in //ImageMagick// with the console command
Line 19: Line 18:
 (The default contrast settings are generally unfavorable, as the image appears extremely dark.) (The default contrast settings are generally unfavorable, as the image appears extremely dark.)
  
- We use [[en:praktikum:gdl|GDL]] for the data reduction. The program need to do the following steps:+ We use //[[en:praktikum:gdl|GDL]]// for the data reduction. The program need to do the following steps:
   * Convert TIFF to FITS    * Convert TIFF to FITS 
   * Read-in the FITS file   * Read-in the FITS file
Line 28: Line 27:
 Luckily, the required program (''konvert.pro'') is already prepared and can be found in the scripts directory. Copy it to your own directory. At the end of this program a few lines need to be adjusted. Use a text editor, i.e. Luckily, the required program (''konvert.pro'') is already prepared and can be found in the scripts directory. Copy it to your own directory. At the end of this program a few lines need to be adjusted. Use a text editor, i.e.
   kate konvert.pro &   kate konvert.pro &
-to open the script and change the parameters that describe the input files (filenames, dimensions). To compile the program, start GDL+to open the script and change the parameters that describe the input files (filenames, dimensions). To compile the program, start //GDL//
   gdl   gdl
 then compile the program via then compile the program via
   gdl> .compile konvert.pro   gdl> .compile konvert.pro
-The program itself is started in GDL by calling the program name, which in this case should be+The program itself is started in //GDL// by calling the program name, which in this case should be
   gdl> konvert   gdl> konvert
  
-The program converts and rotates the images, then saves the FITS files. They can be viewed (outside of GDL) with +The program converts and rotates the images, then saves the FITS files. They can be viewed (outside of //GDL//) with 
   ds9 filename.fits &   ds9 filename.fits &
 The image should be clearer and rotated in comparison to the TIFF file.  The image should be clearer and rotated in comparison to the TIFF file. 
Line 42: Line 41:
 ===== Analysis ===== ===== Analysis =====
  
-The analysis can be done with a Python script (see ''~/skripte/s1s2/comparespecs.py'') that needs to be copied to your own directory, too. This script allows to cut those lines from the image matrix that shall be displayed as a spectrum.+{{section>deng:praktikum:a12:python#English&noheader}} 
 + 
 +The analysis can be done with a Python script (see ''~/scripts/s1s2/comparespecs.py'') that needs to be copied to your own directory, too. This script allows to cut those lines from the image matrix that shall be displayed as a spectrum.
 Open the script with a text editor, e.g. Open the script with a text editor, e.g.
 +
   kate comparespecs.py   kate comparespecs.py
 +
 In the upper part of the script, find "Script Parameters". Edit the names of the input files and the range of lines that shall be extracted. To find the latter, also open the image with //ds9// and select the coordinates of useful strips for the spectra. Choose those lines that are equally exposed and that contain as few (obvious) pixel errors as possible. Especially pay attention to the range where the spectral lines are situated. Once all required input parameters are set, save the script file and execute it by In the upper part of the script, find "Script Parameters". Edit the names of the input files and the range of lines that shall be extracted. To find the latter, also open the image with //ds9// and select the coordinates of useful strips for the spectra. Choose those lines that are equally exposed and that contain as few (obvious) pixel errors as possible. Especially pay attention to the range where the spectral lines are situated. Once all required input parameters are set, save the script file and execute it by
-  ./comparespecs.py + 
-to obtain a PostScript file speccmp.ps, which can be opened with //GhostView// +  python comparespecs.py 
-  gv speccmp.ps &+ 
 +to obtain a PDF file spectrum.pdf, which can be opened with //okular// 
 + 
 +  okular spectrum.pdf &
  
 This figure should now show the spectrum of the lines previously selected from the image. From this figure the Doppler shift of the spectral lines can be determined. To do this, the best strategy is to shift the spectra (with the help of the Python script) against each other, so that (1) the solar iron lines are superimposed and (2) the telluric oxygen lines are superimposed. The dispersion (''nm/pixel'') can be determined from the given wavelengths (see the following Table). This figure should now show the spectrum of the lines previously selected from the image. From this figure the Doppler shift of the spectral lines can be determined. To do this, the best strategy is to shift the spectra (with the help of the Python script) against each other, so that (1) the solar iron lines are superimposed and (2) the telluric oxygen lines are superimposed. The dispersion (''nm/pixel'') can be determined from the given wavelengths (see the following Table).
Line 64: Line 70:
 */ */
  
 +|< 50% - >|
 ^      $\lambda_0\,[\mathrm{nm}]$  ^      $\lambda_0\,[\mathrm{nm}]$ 
 | Fe  |  630.151  | | Fe  |  630.151  |
 | Fe  |  630.250  | | Fe  |  630.250  |
 +| O<sub>2</sub>  |  629.846  |
 +| O<sub>2</sub>  |  629.923  |
 | O<sub>2</sub>  |  630.200  | | O<sub>2</sub>  |  630.200  |
 | O<sub>2</sub>  |  630.276  | | O<sub>2</sub>  |  630.276  |
Line 72: Line 81:
 Using the Doppler shift one can determine the rotational velocity of the sun and from that its rotational period. **Note, that the observation has not necessarily been performed at the sun's equator.** Using the Doppler shift one can determine the rotational velocity of the sun and from that its rotational period. **Note, that the observation has not necessarily been performed at the sun's equator.**
  
-===== Protocol =====+===== Report =====
  
-//A usual protocol has to be prepared for both experiments, S1 and S2, together.//+//A usual report has to be prepared for both experiments, S1 and S2, together. A combined outline for the report's content is given in the description for [[https://polaris.astro.physik.uni-potsdam.de/wiki/doku.php?id=en:praktikum:sonnenspektroskopie#report|S2]].//
  
-The protocol should give a short introduction to the "Einsteinturm", before the rotational velocity and period is calculated. It is also required to discuss and to utilize the geometrical corrections for the rotational velocity and period. The necessary data can be obtained from the sun ephemerides. +/* 
 +**OLD BELOW** 
 + 
 +The report should give a short introduction to the "Einsteinturm", before the rotational velocity and period is calculated. It is also required to discuss and to utilize the geometrical corrections for the rotational velocity and period. The necessary data can be obtained from the sun ephemerides.  
 +*/
  
 [[en:praktikum:index|Overview: Laboratory courses]] [[en:praktikum:index|Overview: Laboratory courses]]
  
  • en/praktikum/sonnenrotation.1468326562.txt.gz
  • Last modified: 2016/07/12 12:29
  • by rhainich