<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.sternwarte.uni-erlangen.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nekrasov</id>
	<title>Remeis-Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.sternwarte.uni-erlangen.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nekrasov"/>
	<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php/Special:Contributions/Nekrasov"/>
	<updated>2026-04-05T16:04:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_Hat_Caro&amp;diff=3860</id>
		<title>PhD Hat Caro</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_Hat_Caro&amp;diff=3860"/>
		<updated>2025-08-28T09:44:44Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Ideas for Caro's PhD hat go here! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:internal]]&lt;br /&gt;
=Ideas for Caro's PhD hat go here! =&lt;br /&gt;
&lt;br /&gt;
- obviously something with steam locomotives, maybe get a small paper version for the hat?&lt;br /&gt;
&lt;br /&gt;
- Slurm queue printout?&lt;br /&gt;
&lt;br /&gt;
- something about tea, teapots (e.g. a metric of a teapot?)&lt;br /&gt;
  (can be merged with her pottery hobby, maybe a coffee mug?)&lt;br /&gt;
&lt;br /&gt;
- a open fire with a turnable Nico figure above the flame&lt;br /&gt;
&lt;br /&gt;
- rotating fish and brainrot memes&lt;br /&gt;
&lt;br /&gt;
- DPREAO president including laws, Kim Jung Un meme, battle and war with anti-dpreao coalition&lt;br /&gt;
&lt;br /&gt;
- a hammock maybe as a tassel?&lt;br /&gt;
&lt;br /&gt;
- a little banana pizza?&lt;br /&gt;
&lt;br /&gt;
- wanted signs for slurm offenders with a nerf stuck on it (USE 4GB RAM MACHINES)&lt;br /&gt;
&lt;br /&gt;
- french press / fancy coffee&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_Hat_Caro&amp;diff=3853</id>
		<title>PhD Hat Caro</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_Hat_Caro&amp;diff=3853"/>
		<updated>2025-08-27T13:07:02Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Ideas for Caro's PhD hat go here! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:internal]]&lt;br /&gt;
=Ideas for Caro's PhD hat go here! =&lt;br /&gt;
&lt;br /&gt;
- obviously something with steam locomotives, maybe get a small paper version for the hat?&lt;br /&gt;
&lt;br /&gt;
- Slurm queue printout?&lt;br /&gt;
&lt;br /&gt;
- something about tea, teapots (e.g. a metric of a teapot?)&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3823</id>
		<title>Xmm</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3823"/>
		<updated>2025-08-12T10:06:15Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Data ==&lt;br /&gt;
&lt;br /&gt;
Always use the remeis archives at /eu/X-ray/XMM/data/ instead of downloading observation files yourself. You can search for the data of an observation by typing something like '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''' - replacing obsID with your observation ID.&lt;br /&gt;
If the observation you want to analyze is not in the archives: contact the XMM admin (Outdated: ~~Jonathan Knies~~, ~~Amy Joyce~~ ??Esin Gulbahar?? and the observation will be downloaded for you.&lt;br /&gt;
&lt;br /&gt;
Note (as of 12.08.2025): since xmmsas version 22 we cannot run it natively on the cluster. Instead, we have a docker image for this. Otherwise, downgrade xmmsas to version 21 &amp;quot;module load xmmsas/21&amp;quot; if you want to use the algorithm below.&lt;br /&gt;
&lt;br /&gt;
== XMM EPIC Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
After the system was updated from Ubuntu 11 to Ubuntu 12 a problem occured with the function &amp;quot;dssetattr&amp;quot; inside the &amp;quot;epchain&amp;quot;.&lt;br /&gt;
This function can set/add an attribute to the HDU (Header/Data Unit).&lt;br /&gt;
The solution is to call &lt;br /&gt;
''''source $SOFTDIR/sas_init.csh''''&lt;br /&gt;
at the beginning of each script in order to initialize SAS inside your script.&lt;br /&gt;
&lt;br /&gt;
A little example script:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh                                        &lt;br /&gt;
     source $SOFTDIR/sas_init.csh     # initialize the SAS software &lt;br /&gt;
     set xmmscripts = ${XMMTOOLS}    # make sure the proper xmmscripts are loaded&lt;br /&gt;
     &lt;br /&gt;
     set obsid = '0147190101'&lt;br /&gt;
     set datadir = /eu/X-ray/XMM/data/????/$obsid/odf&lt;br /&gt;
     &lt;br /&gt;
     ${xmmscripts}/xmmprepare --datadir=$datadir --prepdir=$obsid --pn                     # prepare the data&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --full                                 # full extraction of the chip&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --srcreg=src.fits --bkgreg=bkg.fits    # source and background extraction of the chip&lt;br /&gt;
     &lt;br /&gt;
Note that it is usually better to have the data preparation and the extraction in separate scripts (since one usually prepares once and then tries several extractions with different settings).&lt;br /&gt;
&lt;br /&gt;
The xmmscripts need the region files to be fits files. You can convert them via&lt;br /&gt;
     ds9tocxc outset=outfilename.fits &amp;lt; infilename.reg&lt;br /&gt;
&lt;br /&gt;
For simple extractions of point sources creating region files is not necessary, you can just give the position of the source and background region as well as their extraction radii with the &amp;quot;--ra&amp;quot;, &amp;quot;--dec&amp;quot; and &amp;quot;--bkgra&amp;quot;, &amp;quot;--bkgdec&amp;quot; arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;xmmextract&amp;quot; is a very powerful script, use its &amp;quot;--help&amp;quot; argument to get a list of all arguments.&lt;br /&gt;
&lt;br /&gt;
Further important points:&lt;br /&gt;
&lt;br /&gt;
# If your observation includes sub-observations, choose one of them. Do this with &amp;quot;onlyexp=1&amp;quot; not &amp;quot;onlyexp=PNU001&amp;quot; for example.&lt;br /&gt;
# Since our Calibration database gets updated frequently, we ran into the problem that new calibration files only like the latest SAS. As it is very problematic to just install the new SAS, there is a workaround. You have to address the calibration files that are working with our SAS version until the new SAS is installed (we must be patient as this is not trivial). The following, however, works perfectly:&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh&lt;br /&gt;
     ${XMMTOOLS}/xmmprepare --datadir=/eu/X-ray/XMM/data/2290/0679780201/odf/ &lt;br /&gt;
     --prepdir=./test --pn --analysisdate=2014-01-11T01:05:00.000&lt;br /&gt;
&lt;br /&gt;
== XMM OM Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
For extracting the data of the Optical Monitor (OM) onboard XMM, there exist three tools which do this automatically: ''omichain'', ''omfchain'' and ''omgchain''.&lt;br /&gt;
&amp;quot;i&amp;quot; stands for image mode, &amp;quot;f&amp;quot; for fast mode and &amp;quot;g&amp;quot; for grism mode. Which mode you have can be found on the XMM log browse site: http://xmm2.esac.esa.int/external/xmm_obs_info/obs_view_frame.shtml.&lt;br /&gt;
If you want to extract your images you first have to set some paths:&lt;br /&gt;
&lt;br /&gt;
     $source $SOFTDIR/sas_init.csh &lt;br /&gt;
     $setenv SAS_ODF path_to_your_data   #normally /eu/X-ray/XMM/data/rev/ObsID/odf/&lt;br /&gt;
     $cifbuild&lt;br /&gt;
     $setenv SAS_CCF ccf.cif&lt;br /&gt;
     $odfingest&lt;br /&gt;
     $setenv SAS_ODF `ls -1 *SUM.SAS`&lt;br /&gt;
&lt;br /&gt;
After this you can run&lt;br /&gt;
     &lt;br /&gt;
     $omichain   #or omfchain, omgchain&lt;br /&gt;
     &lt;br /&gt;
You can also do the extraction step-by-step. For a description see http://xmm.esac.esa.int/sas/current/documentation/threads/omi_stepbystep.shtml.&lt;br /&gt;
At the end you should have several images (&amp;lt;code&amp;gt;*IMAGE*&amp;lt;/code&amp;gt;), region files (&amp;lt;code&amp;gt;*REGION*&amp;lt;/code&amp;gt;) and source lists (&amp;lt;code&amp;gt;*SWSRLI*&amp;lt;/code&amp;gt;) for the OM exposures and filters. The nomenclatur for the files are:   &lt;br /&gt;
&lt;br /&gt;
* IOOOOOOOOOODDUEEETTTTTTSXXX.FFF or POOOOOOOOOODDUEEETTTTTTSXXX.FFF (for PPS product files)&lt;br /&gt;
* OOOOOOOOOO = XMM-ObsID (10 characters)&lt;br /&gt;
* DD = Data source idetifier (here OM)&lt;br /&gt;
* U = exposure flag (S = sched, U = unsched, X = not aplicable)&lt;br /&gt;
* EEE = exposure number within the instrument observation (3 characters)&lt;br /&gt;
* TTTTTT = product type (6 characters)&lt;br /&gt;
* S = 0 or data subset number/character&lt;br /&gt;
* XXX = source number or slew step number (3 characters)&lt;br /&gt;
* FFF = file format (3 characters)&lt;br /&gt;
&lt;br /&gt;
From all exposures for one filter a mosaiced sky image is produced which contains *SIMAG?.FIT. The ? stands for the filter: L = UVW1, M = UVM2, S = UVW2, B = B, U = U, V = V. &lt;br /&gt;
Open the image with ds9 and have a look if your source is seen and where it is. You can check this by loading a region file, produced e.g. by simbad2ds9, into the image. &lt;br /&gt;
&lt;br /&gt;
Then check the detector images (&amp;lt;code&amp;gt;P*IMAGE_*000.FIT&amp;lt;/code&amp;gt;) for your source (it can be, that some detector images don't contain your source because the window was off). Load the region file which belongs to the detector image (&amp;lt;code&amp;gt;*REGION*000.ASC&amp;lt;/code&amp;gt;, e.g. &amp;lt;code&amp;gt;P0090050801OMS006IMAGE_0000.FIT&amp;lt;/code&amp;gt; -&amp;gt; ''I0090050801OMS006REGION0000.ASC&amp;lt;/code&amp;gt;) and identify the number of your source. &lt;br /&gt;
&lt;br /&gt;
[[File:image_region.jpeg|thumb]]&lt;br /&gt;
&lt;br /&gt;
Look into the source list for your exposure (&amp;lt;code&amp;gt;P*SWSRLI*.FIT&amp;lt;/code&amp;gt;) and note the SRC_ID in the last column. Open the combined source list (&amp;lt;code&amp;gt;*COMBO*&amp;lt;/code&amp;gt;) and search for your SRC_ID. Here you can find all the magnitudes and fluxes of your source for the different filters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing correct XMM-EPIC filter ==&lt;br /&gt;
&lt;br /&gt;
Choosing the correct EPIC filter for your observation depends on the&lt;br /&gt;
visual magnitudes of the other objects (usually stars) in the EPIC&lt;br /&gt;
field of view.&lt;br /&gt;
&lt;br /&gt;
The XMM user's handbook (sect. 3.3.6; &lt;br /&gt;
http://xmm.esac.esa.int/external/xmm_user_support/documentation/uhb/epicfilters.html) recommends:&lt;br /&gt;
&lt;br /&gt;
Thick filter:  suppress up to magnitudes of  -2 to -1 (pn), or +1 to +4 (mos)&lt;br /&gt;
&lt;br /&gt;
Medium filter: if there is nothing above magnitude ~ 6 to 9&lt;br /&gt;
&lt;br /&gt;
Thin filter:   for point sources that are 12 mag fainter than thick filter limitations&lt;br /&gt;
&lt;br /&gt;
The UHB notes that these magnitudes apply when you use the full frame mode; if you use a partial window mode, then sources up to 2-3 magnitudes brighter than these values should be okay.&lt;br /&gt;
 &lt;br /&gt;
Use the United States Naval Observatory catalog at&lt;br /&gt;
http://www.nofs.navy.mil/data/fchpix/ to find the stars within a 9'&lt;br /&gt;
radius.&lt;br /&gt;
&lt;br /&gt;
At that website, enter your R.A. and Decl., and for the output file&lt;br /&gt;
options in the left column, unclick everything except RA,DEC,&lt;br /&gt;
magnitude, and offset from center.  Then click 'retrieve data' in the&lt;br /&gt;
right column.&lt;br /&gt;
&lt;br /&gt;
Next window: Click on &amp;quot;USNO B1.0 Star List&amp;quot; to download a gzipped&lt;br /&gt;
ASCII file with typically hundreds of rows/stars for lines of sight&lt;br /&gt;
away from the Galactic Plane (or many thousands of rows/stars for&lt;br /&gt;
lines of sight in the Galactic Plane).&lt;br /&gt;
&lt;br /&gt;
Example file: See /home/markowitz/proposals/xmm2014/GS1826USNO for a&lt;br /&gt;
Galactic XRB, GS1826, located in the Galactic Bulge (optically-crowded&lt;br /&gt;
fields).&lt;br /&gt;
&lt;br /&gt;
The star list is ordered by R.A., and but you can then re-order the ASCII list &lt;br /&gt;
by magnitude, e.g.,&lt;br /&gt;
&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $7 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortB&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $8 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortR&lt;br /&gt;
&lt;br /&gt;
since the B and R magnitudes are columns 7 and 8, and distance from the center&lt;br /&gt;
of f.o.v. (in arcsec) is column 12&lt;br /&gt;
&lt;br /&gt;
Ignore the rows with zero magnitudes; a zero means unmeasured flux.&lt;br /&gt;
&lt;br /&gt;
For these example files, e.g., /home/markowitz/proposals/xmm2014/starlist_sortB&lt;br /&gt;
we see that the brightest B- and R-band magnitudes are 10.0-10.3, including some&lt;br /&gt;
objects that are only 3-5' from the center, and at least one that's only 1.2'&lt;br /&gt;
from the center, so one cannot use the thin epic filter; one must use&lt;br /&gt;
the MEDIUM filter for all three EPIC cameras.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== XMM ESAS ==&lt;br /&gt;
&lt;br /&gt;
If you are interested in diffuse X-ray emission it is recommended to use the XMM-Newton Extended Source Analysis Software.&lt;br /&gt;
The manual can be found at [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html] with very detailed step-by-step instructions.&lt;br /&gt;
&lt;br /&gt;
==== Working with XMM ESAS in the remeis environment ====&lt;br /&gt;
&lt;br /&gt;
Before you start with the data analysis you have to source the SAS init via '''source $SOFTDIR/sas_init.csh'''.&lt;br /&gt;
Since you will need this every time you start a new terminal it is recommended to add an alias to your .cshrc in your home directory, e.g. '''alias setsas 'source $SOFTDIR/sas_init.csh''''.&lt;br /&gt;
&lt;br /&gt;
First you have to find out the observation data path in the archives, which can be done by typing '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''', where you replace obsID with your desired observation.&lt;br /&gt;
Next, you have to set up the environment variables for the SAS tasks to function properly.&lt;br /&gt;
&lt;br /&gt;
Create an analysis directory somewhere in your userdata (usually one analyzed observation has &amp;gt; 1 GB so don't use your home).&lt;br /&gt;
Set the following environment variables:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF DIR - where DIR is the observation data path from above.&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif - where ANALYSIS_DIR is your directory for the analysis (on userdata), you have to add '/ccf.cif' to this path. This will create the ccf.cif file in your directory when running cifbuild&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS (*)&lt;br /&gt;
     * You need additional calibration files for ESAS. The latest version can be found at /userdata/data/knies/XMM/CALDB_ESAS. Please use this directory instead of downloading it again to safe disk space.&lt;br /&gt;
&lt;br /&gt;
Next you have to run the basic tasks to prepare the data, but with some different options since we are working in the remeis environment:&lt;br /&gt;
&lt;br /&gt;
     cifbuild withccfpath=no analysisdate=now category=XMMCCF calindexset=$SAS_CCF fullpath=yes&lt;br /&gt;
     odfingest outdir=ANALYSIS_DIR&lt;br /&gt;
&lt;br /&gt;
''Important'': you can't move your files after running these steps or you will get errors. &lt;br /&gt;
&lt;br /&gt;
After odfingest is finished there should be a file ending with &amp;quot;SUM.SAS&amp;quot; in your directory. Note the filename and re-set the SAS_ODF variable:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS - replace *SUM.SAS with the filename in your directory&lt;br /&gt;
&lt;br /&gt;
After this step you can follow the ESAS manual normally, starting with [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html#SECTION00082000000000000000].&lt;br /&gt;
Note that you have to do cifbuild and odfingest only once (and also when SAS was updated) but you have to set the environment variables each time you open a new terminal.&lt;br /&gt;
You can make a small shell script which you can execute each time before you continue your analysis to speed this up, e.g.:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/tcsh -f&lt;br /&gt;
     source $SOFTDIR/sas_init.csh&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS&lt;br /&gt;
&lt;br /&gt;
Replace the directories etc. like shown above, make your script executable with chmod +x scriptfile and then execute it with ./scriptfile.&lt;br /&gt;
&lt;br /&gt;
[[Category:Data Extraction]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3822</id>
		<title>Xmm</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3822"/>
		<updated>2025-08-12T10:05:33Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Data ==&lt;br /&gt;
&lt;br /&gt;
Always use the remeis archives at /eu/X-ray/XMM/data/ instead of downloading observation files yourself. You can search for the data of an observation by typing something like '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''' - replacing obsID with your observation ID.&lt;br /&gt;
If the observation you want to analyze is not in the archives: contact the XMM admin (Outdated: [[User:Nekrasov|Nekrasov]] ([[User talk:Nekrasov|talk]])Jonathan Knies[[User:Nekrasov|Nekrasov]] ([[User talk:Nekrasov|talk]]), [[User:Nekrasov|Nekrasov]] ([[User talk:Nekrasov|talk]])Amy Joyce[[User:Nekrasov|Nekrasov]] ([[User talk:Nekrasov|talk]])) ??Esin Gulbahar?? and the observation will be downloaded for you.&lt;br /&gt;
&lt;br /&gt;
Note (as of 12.08.2025): since xmmsas version 22 we cannot run it natively on the cluster. Instead, we have a docker image for this. Otherwise, downgrade xmmsas to version 21 &amp;quot;module load xmmsas/21&amp;quot; if you want to use the algorithm below.&lt;br /&gt;
&lt;br /&gt;
== XMM EPIC Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
After the system was updated from Ubuntu 11 to Ubuntu 12 a problem occured with the function &amp;quot;dssetattr&amp;quot; inside the &amp;quot;epchain&amp;quot;.&lt;br /&gt;
This function can set/add an attribute to the HDU (Header/Data Unit).&lt;br /&gt;
The solution is to call &lt;br /&gt;
''''source $SOFTDIR/sas_init.csh''''&lt;br /&gt;
at the beginning of each script in order to initialize SAS inside your script.&lt;br /&gt;
&lt;br /&gt;
A little example script:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh                                        &lt;br /&gt;
     source $SOFTDIR/sas_init.csh     # initialize the SAS software &lt;br /&gt;
     set xmmscripts = ${XMMTOOLS}    # make sure the proper xmmscripts are loaded&lt;br /&gt;
     &lt;br /&gt;
     set obsid = '0147190101'&lt;br /&gt;
     set datadir = /eu/X-ray/XMM/data/????/$obsid/odf&lt;br /&gt;
     &lt;br /&gt;
     ${xmmscripts}/xmmprepare --datadir=$datadir --prepdir=$obsid --pn                     # prepare the data&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --full                                 # full extraction of the chip&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --srcreg=src.fits --bkgreg=bkg.fits    # source and background extraction of the chip&lt;br /&gt;
     &lt;br /&gt;
Note that it is usually better to have the data preparation and the extraction in separate scripts (since one usually prepares once and then tries several extractions with different settings).&lt;br /&gt;
&lt;br /&gt;
The xmmscripts need the region files to be fits files. You can convert them via&lt;br /&gt;
     ds9tocxc outset=outfilename.fits &amp;lt; infilename.reg&lt;br /&gt;
&lt;br /&gt;
For simple extractions of point sources creating region files is not necessary, you can just give the position of the source and background region as well as their extraction radii with the &amp;quot;--ra&amp;quot;, &amp;quot;--dec&amp;quot; and &amp;quot;--bkgra&amp;quot;, &amp;quot;--bkgdec&amp;quot; arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;xmmextract&amp;quot; is a very powerful script, use its &amp;quot;--help&amp;quot; argument to get a list of all arguments.&lt;br /&gt;
&lt;br /&gt;
Further important points:&lt;br /&gt;
&lt;br /&gt;
# If your observation includes sub-observations, choose one of them. Do this with &amp;quot;onlyexp=1&amp;quot; not &amp;quot;onlyexp=PNU001&amp;quot; for example.&lt;br /&gt;
# Since our Calibration database gets updated frequently, we ran into the problem that new calibration files only like the latest SAS. As it is very problematic to just install the new SAS, there is a workaround. You have to address the calibration files that are working with our SAS version until the new SAS is installed (we must be patient as this is not trivial). The following, however, works perfectly:&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh&lt;br /&gt;
     ${XMMTOOLS}/xmmprepare --datadir=/eu/X-ray/XMM/data/2290/0679780201/odf/ &lt;br /&gt;
     --prepdir=./test --pn --analysisdate=2014-01-11T01:05:00.000&lt;br /&gt;
&lt;br /&gt;
== XMM OM Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
For extracting the data of the Optical Monitor (OM) onboard XMM, there exist three tools which do this automatically: ''omichain'', ''omfchain'' and ''omgchain''.&lt;br /&gt;
&amp;quot;i&amp;quot; stands for image mode, &amp;quot;f&amp;quot; for fast mode and &amp;quot;g&amp;quot; for grism mode. Which mode you have can be found on the XMM log browse site: http://xmm2.esac.esa.int/external/xmm_obs_info/obs_view_frame.shtml.&lt;br /&gt;
If you want to extract your images you first have to set some paths:&lt;br /&gt;
&lt;br /&gt;
     $source $SOFTDIR/sas_init.csh &lt;br /&gt;
     $setenv SAS_ODF path_to_your_data   #normally /eu/X-ray/XMM/data/rev/ObsID/odf/&lt;br /&gt;
     $cifbuild&lt;br /&gt;
     $setenv SAS_CCF ccf.cif&lt;br /&gt;
     $odfingest&lt;br /&gt;
     $setenv SAS_ODF `ls -1 *SUM.SAS`&lt;br /&gt;
&lt;br /&gt;
After this you can run&lt;br /&gt;
     &lt;br /&gt;
     $omichain   #or omfchain, omgchain&lt;br /&gt;
     &lt;br /&gt;
You can also do the extraction step-by-step. For a description see http://xmm.esac.esa.int/sas/current/documentation/threads/omi_stepbystep.shtml.&lt;br /&gt;
At the end you should have several images (&amp;lt;code&amp;gt;*IMAGE*&amp;lt;/code&amp;gt;), region files (&amp;lt;code&amp;gt;*REGION*&amp;lt;/code&amp;gt;) and source lists (&amp;lt;code&amp;gt;*SWSRLI*&amp;lt;/code&amp;gt;) for the OM exposures and filters. The nomenclatur for the files are:   &lt;br /&gt;
&lt;br /&gt;
* IOOOOOOOOOODDUEEETTTTTTSXXX.FFF or POOOOOOOOOODDUEEETTTTTTSXXX.FFF (for PPS product files)&lt;br /&gt;
* OOOOOOOOOO = XMM-ObsID (10 characters)&lt;br /&gt;
* DD = Data source idetifier (here OM)&lt;br /&gt;
* U = exposure flag (S = sched, U = unsched, X = not aplicable)&lt;br /&gt;
* EEE = exposure number within the instrument observation (3 characters)&lt;br /&gt;
* TTTTTT = product type (6 characters)&lt;br /&gt;
* S = 0 or data subset number/character&lt;br /&gt;
* XXX = source number or slew step number (3 characters)&lt;br /&gt;
* FFF = file format (3 characters)&lt;br /&gt;
&lt;br /&gt;
From all exposures for one filter a mosaiced sky image is produced which contains *SIMAG?.FIT. The ? stands for the filter: L = UVW1, M = UVM2, S = UVW2, B = B, U = U, V = V. &lt;br /&gt;
Open the image with ds9 and have a look if your source is seen and where it is. You can check this by loading a region file, produced e.g. by simbad2ds9, into the image. &lt;br /&gt;
&lt;br /&gt;
Then check the detector images (&amp;lt;code&amp;gt;P*IMAGE_*000.FIT&amp;lt;/code&amp;gt;) for your source (it can be, that some detector images don't contain your source because the window was off). Load the region file which belongs to the detector image (&amp;lt;code&amp;gt;*REGION*000.ASC&amp;lt;/code&amp;gt;, e.g. &amp;lt;code&amp;gt;P0090050801OMS006IMAGE_0000.FIT&amp;lt;/code&amp;gt; -&amp;gt; ''I0090050801OMS006REGION0000.ASC&amp;lt;/code&amp;gt;) and identify the number of your source. &lt;br /&gt;
&lt;br /&gt;
[[File:image_region.jpeg|thumb]]&lt;br /&gt;
&lt;br /&gt;
Look into the source list for your exposure (&amp;lt;code&amp;gt;P*SWSRLI*.FIT&amp;lt;/code&amp;gt;) and note the SRC_ID in the last column. Open the combined source list (&amp;lt;code&amp;gt;*COMBO*&amp;lt;/code&amp;gt;) and search for your SRC_ID. Here you can find all the magnitudes and fluxes of your source for the different filters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing correct XMM-EPIC filter ==&lt;br /&gt;
&lt;br /&gt;
Choosing the correct EPIC filter for your observation depends on the&lt;br /&gt;
visual magnitudes of the other objects (usually stars) in the EPIC&lt;br /&gt;
field of view.&lt;br /&gt;
&lt;br /&gt;
The XMM user's handbook (sect. 3.3.6; &lt;br /&gt;
http://xmm.esac.esa.int/external/xmm_user_support/documentation/uhb/epicfilters.html) recommends:&lt;br /&gt;
&lt;br /&gt;
Thick filter:  suppress up to magnitudes of  -2 to -1 (pn), or +1 to +4 (mos)&lt;br /&gt;
&lt;br /&gt;
Medium filter: if there is nothing above magnitude ~ 6 to 9&lt;br /&gt;
&lt;br /&gt;
Thin filter:   for point sources that are 12 mag fainter than thick filter limitations&lt;br /&gt;
&lt;br /&gt;
The UHB notes that these magnitudes apply when you use the full frame mode; if you use a partial window mode, then sources up to 2-3 magnitudes brighter than these values should be okay.&lt;br /&gt;
 &lt;br /&gt;
Use the United States Naval Observatory catalog at&lt;br /&gt;
http://www.nofs.navy.mil/data/fchpix/ to find the stars within a 9'&lt;br /&gt;
radius.&lt;br /&gt;
&lt;br /&gt;
At that website, enter your R.A. and Decl., and for the output file&lt;br /&gt;
options in the left column, unclick everything except RA,DEC,&lt;br /&gt;
magnitude, and offset from center.  Then click 'retrieve data' in the&lt;br /&gt;
right column.&lt;br /&gt;
&lt;br /&gt;
Next window: Click on &amp;quot;USNO B1.0 Star List&amp;quot; to download a gzipped&lt;br /&gt;
ASCII file with typically hundreds of rows/stars for lines of sight&lt;br /&gt;
away from the Galactic Plane (or many thousands of rows/stars for&lt;br /&gt;
lines of sight in the Galactic Plane).&lt;br /&gt;
&lt;br /&gt;
Example file: See /home/markowitz/proposals/xmm2014/GS1826USNO for a&lt;br /&gt;
Galactic XRB, GS1826, located in the Galactic Bulge (optically-crowded&lt;br /&gt;
fields).&lt;br /&gt;
&lt;br /&gt;
The star list is ordered by R.A., and but you can then re-order the ASCII list &lt;br /&gt;
by magnitude, e.g.,&lt;br /&gt;
&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $7 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortB&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $8 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortR&lt;br /&gt;
&lt;br /&gt;
since the B and R magnitudes are columns 7 and 8, and distance from the center&lt;br /&gt;
of f.o.v. (in arcsec) is column 12&lt;br /&gt;
&lt;br /&gt;
Ignore the rows with zero magnitudes; a zero means unmeasured flux.&lt;br /&gt;
&lt;br /&gt;
For these example files, e.g., /home/markowitz/proposals/xmm2014/starlist_sortB&lt;br /&gt;
we see that the brightest B- and R-band magnitudes are 10.0-10.3, including some&lt;br /&gt;
objects that are only 3-5' from the center, and at least one that's only 1.2'&lt;br /&gt;
from the center, so one cannot use the thin epic filter; one must use&lt;br /&gt;
the MEDIUM filter for all three EPIC cameras.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== XMM ESAS ==&lt;br /&gt;
&lt;br /&gt;
If you are interested in diffuse X-ray emission it is recommended to use the XMM-Newton Extended Source Analysis Software.&lt;br /&gt;
The manual can be found at [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html] with very detailed step-by-step instructions.&lt;br /&gt;
&lt;br /&gt;
==== Working with XMM ESAS in the remeis environment ====&lt;br /&gt;
&lt;br /&gt;
Before you start with the data analysis you have to source the SAS init via '''source $SOFTDIR/sas_init.csh'''.&lt;br /&gt;
Since you will need this every time you start a new terminal it is recommended to add an alias to your .cshrc in your home directory, e.g. '''alias setsas 'source $SOFTDIR/sas_init.csh''''.&lt;br /&gt;
&lt;br /&gt;
First you have to find out the observation data path in the archives, which can be done by typing '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''', where you replace obsID with your desired observation.&lt;br /&gt;
Next, you have to set up the environment variables for the SAS tasks to function properly.&lt;br /&gt;
&lt;br /&gt;
Create an analysis directory somewhere in your userdata (usually one analyzed observation has &amp;gt; 1 GB so don't use your home).&lt;br /&gt;
Set the following environment variables:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF DIR - where DIR is the observation data path from above.&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif - where ANALYSIS_DIR is your directory for the analysis (on userdata), you have to add '/ccf.cif' to this path. This will create the ccf.cif file in your directory when running cifbuild&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS (*)&lt;br /&gt;
     * You need additional calibration files for ESAS. The latest version can be found at /userdata/data/knies/XMM/CALDB_ESAS. Please use this directory instead of downloading it again to safe disk space.&lt;br /&gt;
&lt;br /&gt;
Next you have to run the basic tasks to prepare the data, but with some different options since we are working in the remeis environment:&lt;br /&gt;
&lt;br /&gt;
     cifbuild withccfpath=no analysisdate=now category=XMMCCF calindexset=$SAS_CCF fullpath=yes&lt;br /&gt;
     odfingest outdir=ANALYSIS_DIR&lt;br /&gt;
&lt;br /&gt;
''Important'': you can't move your files after running these steps or you will get errors. &lt;br /&gt;
&lt;br /&gt;
After odfingest is finished there should be a file ending with &amp;quot;SUM.SAS&amp;quot; in your directory. Note the filename and re-set the SAS_ODF variable:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS - replace *SUM.SAS with the filename in your directory&lt;br /&gt;
&lt;br /&gt;
After this step you can follow the ESAS manual normally, starting with [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html#SECTION00082000000000000000].&lt;br /&gt;
Note that you have to do cifbuild and odfingest only once (and also when SAS was updated) but you have to set the environment variables each time you open a new terminal.&lt;br /&gt;
You can make a small shell script which you can execute each time before you continue your analysis to speed this up, e.g.:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/tcsh -f&lt;br /&gt;
     source $SOFTDIR/sas_init.csh&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS&lt;br /&gt;
&lt;br /&gt;
Replace the directories etc. like shown above, make your script executable with chmod +x scriptfile and then execute it with ./scriptfile.&lt;br /&gt;
&lt;br /&gt;
[[Category:Data Extraction]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3821</id>
		<title>Xmm</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3821"/>
		<updated>2025-08-12T10:02:28Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Data ==&lt;br /&gt;
&lt;br /&gt;
Always use the remeis archives at /eu/X-ray/XMM/data/ instead of downloading observation files yourself. You can search for the data of an observation by typing something like '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''' - replacing obsID with your observation ID.&lt;br /&gt;
If the observation you want to analyze is not in the archives: contact the XMM admin (Outdated: {{strikethrough|Jonathan Knies}}, {{strikethrough|Amy Joyce}}) ??Esin Gulbahar?? and the observation will be downloaded for you.&lt;br /&gt;
&lt;br /&gt;
Note (as of 12.08.2025): since xmmsas version 22 we cannot run it natively on the cluster. Instead, we have a docker image for this. Otherwise, downgrade xmmsas to version 21 &amp;quot;module load xmmsas/21&amp;quot; if you want to use the algorithm below.&lt;br /&gt;
&lt;br /&gt;
== XMM EPIC Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
After the system was updated from Ubuntu 11 to Ubuntu 12 a problem occured with the function &amp;quot;dssetattr&amp;quot; inside the &amp;quot;epchain&amp;quot;.&lt;br /&gt;
This function can set/add an attribute to the HDU (Header/Data Unit).&lt;br /&gt;
The solution is to call &lt;br /&gt;
''''source $SOFTDIR/sas_init.csh''''&lt;br /&gt;
at the beginning of each script in order to initialize SAS inside your script.&lt;br /&gt;
&lt;br /&gt;
A little example script:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh                                        &lt;br /&gt;
     source $SOFTDIR/sas_init.csh     # initialize the SAS software &lt;br /&gt;
     set xmmscripts = ${XMMTOOLS}    # make sure the proper xmmscripts are loaded&lt;br /&gt;
     &lt;br /&gt;
     set obsid = '0147190101'&lt;br /&gt;
     set datadir = /eu/X-ray/XMM/data/????/$obsid/odf&lt;br /&gt;
     &lt;br /&gt;
     ${xmmscripts}/xmmprepare --datadir=$datadir --prepdir=$obsid --pn                     # prepare the data&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --full                                 # full extraction of the chip&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --srcreg=src.fits --bkgreg=bkg.fits    # source and background extraction of the chip&lt;br /&gt;
     &lt;br /&gt;
Note that it is usually better to have the data preparation and the extraction in separate scripts (since one usually prepares once and then tries several extractions with different settings).&lt;br /&gt;
&lt;br /&gt;
The xmmscripts need the region files to be fits files. You can convert them via&lt;br /&gt;
     ds9tocxc outset=outfilename.fits &amp;lt; infilename.reg&lt;br /&gt;
&lt;br /&gt;
For simple extractions of point sources creating region files is not necessary, you can just give the position of the source and background region as well as their extraction radii with the &amp;quot;--ra&amp;quot;, &amp;quot;--dec&amp;quot; and &amp;quot;--bkgra&amp;quot;, &amp;quot;--bkgdec&amp;quot; arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;xmmextract&amp;quot; is a very powerful script, use its &amp;quot;--help&amp;quot; argument to get a list of all arguments.&lt;br /&gt;
&lt;br /&gt;
Further important points:&lt;br /&gt;
&lt;br /&gt;
# If your observation includes sub-observations, choose one of them. Do this with &amp;quot;onlyexp=1&amp;quot; not &amp;quot;onlyexp=PNU001&amp;quot; for example.&lt;br /&gt;
# Since our Calibration database gets updated frequently, we ran into the problem that new calibration files only like the latest SAS. As it is very problematic to just install the new SAS, there is a workaround. You have to address the calibration files that are working with our SAS version until the new SAS is installed (we must be patient as this is not trivial). The following, however, works perfectly:&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh&lt;br /&gt;
     ${XMMTOOLS}/xmmprepare --datadir=/eu/X-ray/XMM/data/2290/0679780201/odf/ &lt;br /&gt;
     --prepdir=./test --pn --analysisdate=2014-01-11T01:05:00.000&lt;br /&gt;
&lt;br /&gt;
== XMM OM Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
For extracting the data of the Optical Monitor (OM) onboard XMM, there exist three tools which do this automatically: ''omichain'', ''omfchain'' and ''omgchain''.&lt;br /&gt;
&amp;quot;i&amp;quot; stands for image mode, &amp;quot;f&amp;quot; for fast mode and &amp;quot;g&amp;quot; for grism mode. Which mode you have can be found on the XMM log browse site: http://xmm2.esac.esa.int/external/xmm_obs_info/obs_view_frame.shtml.&lt;br /&gt;
If you want to extract your images you first have to set some paths:&lt;br /&gt;
&lt;br /&gt;
     $source $SOFTDIR/sas_init.csh &lt;br /&gt;
     $setenv SAS_ODF path_to_your_data   #normally /eu/X-ray/XMM/data/rev/ObsID/odf/&lt;br /&gt;
     $cifbuild&lt;br /&gt;
     $setenv SAS_CCF ccf.cif&lt;br /&gt;
     $odfingest&lt;br /&gt;
     $setenv SAS_ODF `ls -1 *SUM.SAS`&lt;br /&gt;
&lt;br /&gt;
After this you can run&lt;br /&gt;
     &lt;br /&gt;
     $omichain   #or omfchain, omgchain&lt;br /&gt;
     &lt;br /&gt;
You can also do the extraction step-by-step. For a description see http://xmm.esac.esa.int/sas/current/documentation/threads/omi_stepbystep.shtml.&lt;br /&gt;
At the end you should have several images (&amp;lt;code&amp;gt;*IMAGE*&amp;lt;/code&amp;gt;), region files (&amp;lt;code&amp;gt;*REGION*&amp;lt;/code&amp;gt;) and source lists (&amp;lt;code&amp;gt;*SWSRLI*&amp;lt;/code&amp;gt;) for the OM exposures and filters. The nomenclatur for the files are:   &lt;br /&gt;
&lt;br /&gt;
* IOOOOOOOOOODDUEEETTTTTTSXXX.FFF or POOOOOOOOOODDUEEETTTTTTSXXX.FFF (for PPS product files)&lt;br /&gt;
* OOOOOOOOOO = XMM-ObsID (10 characters)&lt;br /&gt;
* DD = Data source idetifier (here OM)&lt;br /&gt;
* U = exposure flag (S = sched, U = unsched, X = not aplicable)&lt;br /&gt;
* EEE = exposure number within the instrument observation (3 characters)&lt;br /&gt;
* TTTTTT = product type (6 characters)&lt;br /&gt;
* S = 0 or data subset number/character&lt;br /&gt;
* XXX = source number or slew step number (3 characters)&lt;br /&gt;
* FFF = file format (3 characters)&lt;br /&gt;
&lt;br /&gt;
From all exposures for one filter a mosaiced sky image is produced which contains *SIMAG?.FIT. The ? stands for the filter: L = UVW1, M = UVM2, S = UVW2, B = B, U = U, V = V. &lt;br /&gt;
Open the image with ds9 and have a look if your source is seen and where it is. You can check this by loading a region file, produced e.g. by simbad2ds9, into the image. &lt;br /&gt;
&lt;br /&gt;
Then check the detector images (&amp;lt;code&amp;gt;P*IMAGE_*000.FIT&amp;lt;/code&amp;gt;) for your source (it can be, that some detector images don't contain your source because the window was off). Load the region file which belongs to the detector image (&amp;lt;code&amp;gt;*REGION*000.ASC&amp;lt;/code&amp;gt;, e.g. &amp;lt;code&amp;gt;P0090050801OMS006IMAGE_0000.FIT&amp;lt;/code&amp;gt; -&amp;gt; ''I0090050801OMS006REGION0000.ASC&amp;lt;/code&amp;gt;) and identify the number of your source. &lt;br /&gt;
&lt;br /&gt;
[[File:image_region.jpeg|thumb]]&lt;br /&gt;
&lt;br /&gt;
Look into the source list for your exposure (&amp;lt;code&amp;gt;P*SWSRLI*.FIT&amp;lt;/code&amp;gt;) and note the SRC_ID in the last column. Open the combined source list (&amp;lt;code&amp;gt;*COMBO*&amp;lt;/code&amp;gt;) and search for your SRC_ID. Here you can find all the magnitudes and fluxes of your source for the different filters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing correct XMM-EPIC filter ==&lt;br /&gt;
&lt;br /&gt;
Choosing the correct EPIC filter for your observation depends on the&lt;br /&gt;
visual magnitudes of the other objects (usually stars) in the EPIC&lt;br /&gt;
field of view.&lt;br /&gt;
&lt;br /&gt;
The XMM user's handbook (sect. 3.3.6; &lt;br /&gt;
http://xmm.esac.esa.int/external/xmm_user_support/documentation/uhb/epicfilters.html) recommends:&lt;br /&gt;
&lt;br /&gt;
Thick filter:  suppress up to magnitudes of  -2 to -1 (pn), or +1 to +4 (mos)&lt;br /&gt;
&lt;br /&gt;
Medium filter: if there is nothing above magnitude ~ 6 to 9&lt;br /&gt;
&lt;br /&gt;
Thin filter:   for point sources that are 12 mag fainter than thick filter limitations&lt;br /&gt;
&lt;br /&gt;
The UHB notes that these magnitudes apply when you use the full frame mode; if you use a partial window mode, then sources up to 2-3 magnitudes brighter than these values should be okay.&lt;br /&gt;
 &lt;br /&gt;
Use the United States Naval Observatory catalog at&lt;br /&gt;
http://www.nofs.navy.mil/data/fchpix/ to find the stars within a 9'&lt;br /&gt;
radius.&lt;br /&gt;
&lt;br /&gt;
At that website, enter your R.A. and Decl., and for the output file&lt;br /&gt;
options in the left column, unclick everything except RA,DEC,&lt;br /&gt;
magnitude, and offset from center.  Then click 'retrieve data' in the&lt;br /&gt;
right column.&lt;br /&gt;
&lt;br /&gt;
Next window: Click on &amp;quot;USNO B1.0 Star List&amp;quot; to download a gzipped&lt;br /&gt;
ASCII file with typically hundreds of rows/stars for lines of sight&lt;br /&gt;
away from the Galactic Plane (or many thousands of rows/stars for&lt;br /&gt;
lines of sight in the Galactic Plane).&lt;br /&gt;
&lt;br /&gt;
Example file: See /home/markowitz/proposals/xmm2014/GS1826USNO for a&lt;br /&gt;
Galactic XRB, GS1826, located in the Galactic Bulge (optically-crowded&lt;br /&gt;
fields).&lt;br /&gt;
&lt;br /&gt;
The star list is ordered by R.A., and but you can then re-order the ASCII list &lt;br /&gt;
by magnitude, e.g.,&lt;br /&gt;
&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $7 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortB&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $8 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortR&lt;br /&gt;
&lt;br /&gt;
since the B and R magnitudes are columns 7 and 8, and distance from the center&lt;br /&gt;
of f.o.v. (in arcsec) is column 12&lt;br /&gt;
&lt;br /&gt;
Ignore the rows with zero magnitudes; a zero means unmeasured flux.&lt;br /&gt;
&lt;br /&gt;
For these example files, e.g., /home/markowitz/proposals/xmm2014/starlist_sortB&lt;br /&gt;
we see that the brightest B- and R-band magnitudes are 10.0-10.3, including some&lt;br /&gt;
objects that are only 3-5' from the center, and at least one that's only 1.2'&lt;br /&gt;
from the center, so one cannot use the thin epic filter; one must use&lt;br /&gt;
the MEDIUM filter for all three EPIC cameras.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== XMM ESAS ==&lt;br /&gt;
&lt;br /&gt;
If you are interested in diffuse X-ray emission it is recommended to use the XMM-Newton Extended Source Analysis Software.&lt;br /&gt;
The manual can be found at [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html] with very detailed step-by-step instructions.&lt;br /&gt;
&lt;br /&gt;
==== Working with XMM ESAS in the remeis environment ====&lt;br /&gt;
&lt;br /&gt;
Before you start with the data analysis you have to source the SAS init via '''source $SOFTDIR/sas_init.csh'''.&lt;br /&gt;
Since you will need this every time you start a new terminal it is recommended to add an alias to your .cshrc in your home directory, e.g. '''alias setsas 'source $SOFTDIR/sas_init.csh''''.&lt;br /&gt;
&lt;br /&gt;
First you have to find out the observation data path in the archives, which can be done by typing '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''', where you replace obsID with your desired observation.&lt;br /&gt;
Next, you have to set up the environment variables for the SAS tasks to function properly.&lt;br /&gt;
&lt;br /&gt;
Create an analysis directory somewhere in your userdata (usually one analyzed observation has &amp;gt; 1 GB so don't use your home).&lt;br /&gt;
Set the following environment variables:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF DIR - where DIR is the observation data path from above.&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif - where ANALYSIS_DIR is your directory for the analysis (on userdata), you have to add '/ccf.cif' to this path. This will create the ccf.cif file in your directory when running cifbuild&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS (*)&lt;br /&gt;
     * You need additional calibration files for ESAS. The latest version can be found at /userdata/data/knies/XMM/CALDB_ESAS. Please use this directory instead of downloading it again to safe disk space.&lt;br /&gt;
&lt;br /&gt;
Next you have to run the basic tasks to prepare the data, but with some different options since we are working in the remeis environment:&lt;br /&gt;
&lt;br /&gt;
     cifbuild withccfpath=no analysisdate=now category=XMMCCF calindexset=$SAS_CCF fullpath=yes&lt;br /&gt;
     odfingest outdir=ANALYSIS_DIR&lt;br /&gt;
&lt;br /&gt;
''Important'': you can't move your files after running these steps or you will get errors. &lt;br /&gt;
&lt;br /&gt;
After odfingest is finished there should be a file ending with &amp;quot;SUM.SAS&amp;quot; in your directory. Note the filename and re-set the SAS_ODF variable:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS - replace *SUM.SAS with the filename in your directory&lt;br /&gt;
&lt;br /&gt;
After this step you can follow the ESAS manual normally, starting with [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html#SECTION00082000000000000000].&lt;br /&gt;
Note that you have to do cifbuild and odfingest only once (and also when SAS was updated) but you have to set the environment variables each time you open a new terminal.&lt;br /&gt;
You can make a small shell script which you can execute each time before you continue your analysis to speed this up, e.g.:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/tcsh -f&lt;br /&gt;
     source $SOFTDIR/sas_init.csh&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS&lt;br /&gt;
&lt;br /&gt;
Replace the directories etc. like shown above, make your script executable with chmod +x scriptfile and then execute it with ./scriptfile.&lt;br /&gt;
&lt;br /&gt;
[[Category:Data Extraction]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3820</id>
		<title>Xmm</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3820"/>
		<updated>2025-08-12T09:56:17Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Data ==&lt;br /&gt;
&lt;br /&gt;
Always use the remeis archives at /eu/X-ray/XMM/data/ instead of downloading observation files yourself. You can search for the data of an observation by typing something like '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''' - replacing obsID with your observation ID.&lt;br /&gt;
If the observation you want to analyze is not in the archives: contact the XMM admin (Outdated: ~~Jonathan Knies~~, ~~Amy Joyce~~) ??Esin Gulbahar?? and the observation will be downloaded for you.&lt;br /&gt;
&lt;br /&gt;
Note (as of 12.08.2025): since xmmsas version 22 we cannot run it natively on the cluster. Instead, we have a docker image for this. Otherwise, downgrade xmmsas to version 21 &amp;quot;module load xmmsas/21&amp;quot; if you want to use the algorithm below.&lt;br /&gt;
&lt;br /&gt;
== XMM EPIC Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
After the system was updated from Ubuntu 11 to Ubuntu 12 a problem occured with the function &amp;quot;dssetattr&amp;quot; inside the &amp;quot;epchain&amp;quot;.&lt;br /&gt;
This function can set/add an attribute to the HDU (Header/Data Unit).&lt;br /&gt;
The solution is to call &lt;br /&gt;
''''source $SOFTDIR/sas_init.csh''''&lt;br /&gt;
at the beginning of each script in order to initialize SAS inside your script.&lt;br /&gt;
&lt;br /&gt;
A little example script:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh                                        &lt;br /&gt;
     source $SOFTDIR/sas_init.csh     # initialize the SAS software &lt;br /&gt;
     set xmmscripts = ${XMMTOOLS}    # make sure the proper xmmscripts are loaded&lt;br /&gt;
     &lt;br /&gt;
     set obsid = '0147190101'&lt;br /&gt;
     set datadir = /eu/X-ray/XMM/data/????/$obsid/odf&lt;br /&gt;
     &lt;br /&gt;
     ${xmmscripts}/xmmprepare --datadir=$datadir --prepdir=$obsid --pn                     # prepare the data&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --full                                 # full extraction of the chip&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --srcreg=src.fits --bkgreg=bkg.fits    # source and background extraction of the chip&lt;br /&gt;
     &lt;br /&gt;
Note that it is usually better to have the data preparation and the extraction in separate scripts (since one usually prepares once and then tries several extractions with different settings).&lt;br /&gt;
&lt;br /&gt;
The xmmscripts need the region files to be fits files. You can convert them via&lt;br /&gt;
     ds9tocxc outset=outfilename.fits &amp;lt; infilename.reg&lt;br /&gt;
&lt;br /&gt;
For simple extractions of point sources creating region files is not necessary, you can just give the position of the source and background region as well as their extraction radii with the &amp;quot;--ra&amp;quot;, &amp;quot;--dec&amp;quot; and &amp;quot;--bkgra&amp;quot;, &amp;quot;--bkgdec&amp;quot; arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;xmmextract&amp;quot; is a very powerful script, use its &amp;quot;--help&amp;quot; argument to get a list of all arguments.&lt;br /&gt;
&lt;br /&gt;
Further important points:&lt;br /&gt;
&lt;br /&gt;
# If your observation includes sub-observations, choose one of them. Do this with &amp;quot;onlyexp=1&amp;quot; not &amp;quot;onlyexp=PNU001&amp;quot; for example.&lt;br /&gt;
# Since our Calibration database gets updated frequently, we ran into the problem that new calibration files only like the latest SAS. As it is very problematic to just install the new SAS, there is a workaround. You have to address the calibration files that are working with our SAS version until the new SAS is installed (we must be patient as this is not trivial). The following, however, works perfectly:&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh&lt;br /&gt;
     ${XMMTOOLS}/xmmprepare --datadir=/eu/X-ray/XMM/data/2290/0679780201/odf/ &lt;br /&gt;
     --prepdir=./test --pn --analysisdate=2014-01-11T01:05:00.000&lt;br /&gt;
&lt;br /&gt;
== XMM OM Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
For extracting the data of the Optical Monitor (OM) onboard XMM, there exist three tools which do this automatically: ''omichain'', ''omfchain'' and ''omgchain''.&lt;br /&gt;
&amp;quot;i&amp;quot; stands for image mode, &amp;quot;f&amp;quot; for fast mode and &amp;quot;g&amp;quot; for grism mode. Which mode you have can be found on the XMM log browse site: http://xmm2.esac.esa.int/external/xmm_obs_info/obs_view_frame.shtml.&lt;br /&gt;
If you want to extract your images you first have to set some paths:&lt;br /&gt;
&lt;br /&gt;
     $source $SOFTDIR/sas_init.csh &lt;br /&gt;
     $setenv SAS_ODF path_to_your_data   #normally /eu/X-ray/XMM/data/rev/ObsID/odf/&lt;br /&gt;
     $cifbuild&lt;br /&gt;
     $setenv SAS_CCF ccf.cif&lt;br /&gt;
     $odfingest&lt;br /&gt;
     $setenv SAS_ODF `ls -1 *SUM.SAS`&lt;br /&gt;
&lt;br /&gt;
After this you can run&lt;br /&gt;
     &lt;br /&gt;
     $omichain   #or omfchain, omgchain&lt;br /&gt;
     &lt;br /&gt;
You can also do the extraction step-by-step. For a description see http://xmm.esac.esa.int/sas/current/documentation/threads/omi_stepbystep.shtml.&lt;br /&gt;
At the end you should have several images (&amp;lt;code&amp;gt;*IMAGE*&amp;lt;/code&amp;gt;), region files (&amp;lt;code&amp;gt;*REGION*&amp;lt;/code&amp;gt;) and source lists (&amp;lt;code&amp;gt;*SWSRLI*&amp;lt;/code&amp;gt;) for the OM exposures and filters. The nomenclatur for the files are:   &lt;br /&gt;
&lt;br /&gt;
* IOOOOOOOOOODDUEEETTTTTTSXXX.FFF or POOOOOOOOOODDUEEETTTTTTSXXX.FFF (for PPS product files)&lt;br /&gt;
* OOOOOOOOOO = XMM-ObsID (10 characters)&lt;br /&gt;
* DD = Data source idetifier (here OM)&lt;br /&gt;
* U = exposure flag (S = sched, U = unsched, X = not aplicable)&lt;br /&gt;
* EEE = exposure number within the instrument observation (3 characters)&lt;br /&gt;
* TTTTTT = product type (6 characters)&lt;br /&gt;
* S = 0 or data subset number/character&lt;br /&gt;
* XXX = source number or slew step number (3 characters)&lt;br /&gt;
* FFF = file format (3 characters)&lt;br /&gt;
&lt;br /&gt;
From all exposures for one filter a mosaiced sky image is produced which contains *SIMAG?.FIT. The ? stands for the filter: L = UVW1, M = UVM2, S = UVW2, B = B, U = U, V = V. &lt;br /&gt;
Open the image with ds9 and have a look if your source is seen and where it is. You can check this by loading a region file, produced e.g. by simbad2ds9, into the image. &lt;br /&gt;
&lt;br /&gt;
Then check the detector images (&amp;lt;code&amp;gt;P*IMAGE_*000.FIT&amp;lt;/code&amp;gt;) for your source (it can be, that some detector images don't contain your source because the window was off). Load the region file which belongs to the detector image (&amp;lt;code&amp;gt;*REGION*000.ASC&amp;lt;/code&amp;gt;, e.g. &amp;lt;code&amp;gt;P0090050801OMS006IMAGE_0000.FIT&amp;lt;/code&amp;gt; -&amp;gt; ''I0090050801OMS006REGION0000.ASC&amp;lt;/code&amp;gt;) and identify the number of your source. &lt;br /&gt;
&lt;br /&gt;
[[File:image_region.jpeg|thumb]]&lt;br /&gt;
&lt;br /&gt;
Look into the source list for your exposure (&amp;lt;code&amp;gt;P*SWSRLI*.FIT&amp;lt;/code&amp;gt;) and note the SRC_ID in the last column. Open the combined source list (&amp;lt;code&amp;gt;*COMBO*&amp;lt;/code&amp;gt;) and search for your SRC_ID. Here you can find all the magnitudes and fluxes of your source for the different filters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing correct XMM-EPIC filter ==&lt;br /&gt;
&lt;br /&gt;
Choosing the correct EPIC filter for your observation depends on the&lt;br /&gt;
visual magnitudes of the other objects (usually stars) in the EPIC&lt;br /&gt;
field of view.&lt;br /&gt;
&lt;br /&gt;
The XMM user's handbook (sect. 3.3.6; &lt;br /&gt;
http://xmm.esac.esa.int/external/xmm_user_support/documentation/uhb/epicfilters.html) recommends:&lt;br /&gt;
&lt;br /&gt;
Thick filter:  suppress up to magnitudes of  -2 to -1 (pn), or +1 to +4 (mos)&lt;br /&gt;
&lt;br /&gt;
Medium filter: if there is nothing above magnitude ~ 6 to 9&lt;br /&gt;
&lt;br /&gt;
Thin filter:   for point sources that are 12 mag fainter than thick filter limitations&lt;br /&gt;
&lt;br /&gt;
The UHB notes that these magnitudes apply when you use the full frame mode; if you use a partial window mode, then sources up to 2-3 magnitudes brighter than these values should be okay.&lt;br /&gt;
 &lt;br /&gt;
Use the United States Naval Observatory catalog at&lt;br /&gt;
http://www.nofs.navy.mil/data/fchpix/ to find the stars within a 9'&lt;br /&gt;
radius.&lt;br /&gt;
&lt;br /&gt;
At that website, enter your R.A. and Decl., and for the output file&lt;br /&gt;
options in the left column, unclick everything except RA,DEC,&lt;br /&gt;
magnitude, and offset from center.  Then click 'retrieve data' in the&lt;br /&gt;
right column.&lt;br /&gt;
&lt;br /&gt;
Next window: Click on &amp;quot;USNO B1.0 Star List&amp;quot; to download a gzipped&lt;br /&gt;
ASCII file with typically hundreds of rows/stars for lines of sight&lt;br /&gt;
away from the Galactic Plane (or many thousands of rows/stars for&lt;br /&gt;
lines of sight in the Galactic Plane).&lt;br /&gt;
&lt;br /&gt;
Example file: See /home/markowitz/proposals/xmm2014/GS1826USNO for a&lt;br /&gt;
Galactic XRB, GS1826, located in the Galactic Bulge (optically-crowded&lt;br /&gt;
fields).&lt;br /&gt;
&lt;br /&gt;
The star list is ordered by R.A., and but you can then re-order the ASCII list &lt;br /&gt;
by magnitude, e.g.,&lt;br /&gt;
&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $7 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortB&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $8 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortR&lt;br /&gt;
&lt;br /&gt;
since the B and R magnitudes are columns 7 and 8, and distance from the center&lt;br /&gt;
of f.o.v. (in arcsec) is column 12&lt;br /&gt;
&lt;br /&gt;
Ignore the rows with zero magnitudes; a zero means unmeasured flux.&lt;br /&gt;
&lt;br /&gt;
For these example files, e.g., /home/markowitz/proposals/xmm2014/starlist_sortB&lt;br /&gt;
we see that the brightest B- and R-band magnitudes are 10.0-10.3, including some&lt;br /&gt;
objects that are only 3-5' from the center, and at least one that's only 1.2'&lt;br /&gt;
from the center, so one cannot use the thin epic filter; one must use&lt;br /&gt;
the MEDIUM filter for all three EPIC cameras.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== XMM ESAS ==&lt;br /&gt;
&lt;br /&gt;
If you are interested in diffuse X-ray emission it is recommended to use the XMM-Newton Extended Source Analysis Software.&lt;br /&gt;
The manual can be found at [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html] with very detailed step-by-step instructions.&lt;br /&gt;
&lt;br /&gt;
==== Working with XMM ESAS in the remeis environment ====&lt;br /&gt;
&lt;br /&gt;
Before you start with the data analysis you have to source the SAS init via '''source $SOFTDIR/sas_init.csh'''.&lt;br /&gt;
Since you will need this every time you start a new terminal it is recommended to add an alias to your .cshrc in your home directory, e.g. '''alias setsas 'source $SOFTDIR/sas_init.csh''''.&lt;br /&gt;
&lt;br /&gt;
First you have to find out the observation data path in the archives, which can be done by typing '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''', where you replace obsID with your desired observation.&lt;br /&gt;
Next, you have to set up the environment variables for the SAS tasks to function properly.&lt;br /&gt;
&lt;br /&gt;
Create an analysis directory somewhere in your userdata (usually one analyzed observation has &amp;gt; 1 GB so don't use your home).&lt;br /&gt;
Set the following environment variables:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF DIR - where DIR is the observation data path from above.&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif - where ANALYSIS_DIR is your directory for the analysis (on userdata), you have to add '/ccf.cif' to this path. This will create the ccf.cif file in your directory when running cifbuild&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS (*)&lt;br /&gt;
     * You need additional calibration files for ESAS. The latest version can be found at /userdata/data/knies/XMM/CALDB_ESAS. Please use this directory instead of downloading it again to safe disk space.&lt;br /&gt;
&lt;br /&gt;
Next you have to run the basic tasks to prepare the data, but with some different options since we are working in the remeis environment:&lt;br /&gt;
&lt;br /&gt;
     cifbuild withccfpath=no analysisdate=now category=XMMCCF calindexset=$SAS_CCF fullpath=yes&lt;br /&gt;
     odfingest outdir=ANALYSIS_DIR&lt;br /&gt;
&lt;br /&gt;
''Important'': you can't move your files after running these steps or you will get errors. &lt;br /&gt;
&lt;br /&gt;
After odfingest is finished there should be a file ending with &amp;quot;SUM.SAS&amp;quot; in your directory. Note the filename and re-set the SAS_ODF variable:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS - replace *SUM.SAS with the filename in your directory&lt;br /&gt;
&lt;br /&gt;
After this step you can follow the ESAS manual normally, starting with [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html#SECTION00082000000000000000].&lt;br /&gt;
Note that you have to do cifbuild and odfingest only once (and also when SAS was updated) but you have to set the environment variables each time you open a new terminal.&lt;br /&gt;
You can make a small shell script which you can execute each time before you continue your analysis to speed this up, e.g.:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/tcsh -f&lt;br /&gt;
     source $SOFTDIR/sas_init.csh&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS&lt;br /&gt;
&lt;br /&gt;
Replace the directories etc. like shown above, make your script executable with chmod +x scriptfile and then execute it with ./scriptfile.&lt;br /&gt;
&lt;br /&gt;
[[Category:Data Extraction]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3819</id>
		<title>Xmm</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Xmm&amp;diff=3819"/>
		<updated>2025-08-11T13:11:08Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Data ==&lt;br /&gt;
&lt;br /&gt;
Always use the remeis archives at /eu/X-ray/XMM/data/ instead of downloading observation files yourself. You can search for the data of an observation by typing something like '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''' - replacing obsID with your observation ID.&lt;br /&gt;
If the observation you want to analyze is not in the archives: contact the XMM admin (Jonathan Knies - !outdated person!) and the observation will be downloaded for you.&lt;br /&gt;
&lt;br /&gt;
== XMM EPIC Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
After the system was updated from Ubuntu 11 to Ubuntu 12 a problem occured with the function &amp;quot;dssetattr&amp;quot; inside the &amp;quot;epchain&amp;quot;.&lt;br /&gt;
This function can set/add an attribute to the HDU (Header/Data Unit).&lt;br /&gt;
The solution is to call &lt;br /&gt;
''''source $SOFTDIR/sas_init.csh''''&lt;br /&gt;
at the beginning of each script in order to initialize SAS inside your script.&lt;br /&gt;
&lt;br /&gt;
A little example script:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh                                        &lt;br /&gt;
     source $SOFTDIR/sas_init.csh     # initialize the SAS software &lt;br /&gt;
     set xmmscripts = ${XMMTOOLS}    # make sure the proper xmmscripts are loaded&lt;br /&gt;
     &lt;br /&gt;
     set obsid = '0147190101'&lt;br /&gt;
     set datadir = /eu/X-ray/XMM/data/????/$obsid/odf&lt;br /&gt;
     &lt;br /&gt;
     ${xmmscripts}/xmmprepare --datadir=$datadir --prepdir=$obsid --pn                     # prepare the data&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --full                                 # full extraction of the chip&lt;br /&gt;
     ${xmmscripts}/xmmextract --prepdir=$obsid --pn --srcreg=src.fits --bkgreg=bkg.fits    # source and background extraction of the chip&lt;br /&gt;
     &lt;br /&gt;
Note that it is usually better to have the data preparation and the extraction in separate scripts (since one usually prepares once and then tries several extractions with different settings).&lt;br /&gt;
&lt;br /&gt;
The xmmscripts need the region files to be fits files. You can convert them via&lt;br /&gt;
     ds9tocxc outset=outfilename.fits &amp;lt; infilename.reg&lt;br /&gt;
&lt;br /&gt;
For simple extractions of point sources creating region files is not necessary, you can just give the position of the source and background region as well as their extraction radii with the &amp;quot;--ra&amp;quot;, &amp;quot;--dec&amp;quot; and &amp;quot;--bkgra&amp;quot;, &amp;quot;--bkgdec&amp;quot; arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;xmmextract&amp;quot; is a very powerful script, use its &amp;quot;--help&amp;quot; argument to get a list of all arguments.&lt;br /&gt;
&lt;br /&gt;
Further important points:&lt;br /&gt;
&lt;br /&gt;
# If your observation includes sub-observations, choose one of them. Do this with &amp;quot;onlyexp=1&amp;quot; not &amp;quot;onlyexp=PNU001&amp;quot; for example.&lt;br /&gt;
# Since our Calibration database gets updated frequently, we ran into the problem that new calibration files only like the latest SAS. As it is very problematic to just install the new SAS, there is a workaround. You have to address the calibration files that are working with our SAS version until the new SAS is installed (we must be patient as this is not trivial). The following, however, works perfectly:&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/csh&lt;br /&gt;
     ${XMMTOOLS}/xmmprepare --datadir=/eu/X-ray/XMM/data/2290/0679780201/odf/ &lt;br /&gt;
     --prepdir=./test --pn --analysisdate=2014-01-11T01:05:00.000&lt;br /&gt;
&lt;br /&gt;
== XMM OM Data Extraction ==&lt;br /&gt;
&lt;br /&gt;
For extracting the data of the Optical Monitor (OM) onboard XMM, there exist three tools which do this automatically: ''omichain'', ''omfchain'' and ''omgchain''.&lt;br /&gt;
&amp;quot;i&amp;quot; stands for image mode, &amp;quot;f&amp;quot; for fast mode and &amp;quot;g&amp;quot; for grism mode. Which mode you have can be found on the XMM log browse site: http://xmm2.esac.esa.int/external/xmm_obs_info/obs_view_frame.shtml.&lt;br /&gt;
If you want to extract your images you first have to set some paths:&lt;br /&gt;
&lt;br /&gt;
     $source $SOFTDIR/sas_init.csh &lt;br /&gt;
     $setenv SAS_ODF path_to_your_data   #normally /eu/X-ray/XMM/data/rev/ObsID/odf/&lt;br /&gt;
     $cifbuild&lt;br /&gt;
     $setenv SAS_CCF ccf.cif&lt;br /&gt;
     $odfingest&lt;br /&gt;
     $setenv SAS_ODF `ls -1 *SUM.SAS`&lt;br /&gt;
&lt;br /&gt;
After this you can run&lt;br /&gt;
     &lt;br /&gt;
     $omichain   #or omfchain, omgchain&lt;br /&gt;
     &lt;br /&gt;
You can also do the extraction step-by-step. For a description see http://xmm.esac.esa.int/sas/current/documentation/threads/omi_stepbystep.shtml.&lt;br /&gt;
At the end you should have several images (&amp;lt;code&amp;gt;*IMAGE*&amp;lt;/code&amp;gt;), region files (&amp;lt;code&amp;gt;*REGION*&amp;lt;/code&amp;gt;) and source lists (&amp;lt;code&amp;gt;*SWSRLI*&amp;lt;/code&amp;gt;) for the OM exposures and filters. The nomenclatur for the files are:   &lt;br /&gt;
&lt;br /&gt;
* IOOOOOOOOOODDUEEETTTTTTSXXX.FFF or POOOOOOOOOODDUEEETTTTTTSXXX.FFF (for PPS product files)&lt;br /&gt;
* OOOOOOOOOO = XMM-ObsID (10 characters)&lt;br /&gt;
* DD = Data source idetifier (here OM)&lt;br /&gt;
* U = exposure flag (S = sched, U = unsched, X = not aplicable)&lt;br /&gt;
* EEE = exposure number within the instrument observation (3 characters)&lt;br /&gt;
* TTTTTT = product type (6 characters)&lt;br /&gt;
* S = 0 or data subset number/character&lt;br /&gt;
* XXX = source number or slew step number (3 characters)&lt;br /&gt;
* FFF = file format (3 characters)&lt;br /&gt;
&lt;br /&gt;
From all exposures for one filter a mosaiced sky image is produced which contains *SIMAG?.FIT. The ? stands for the filter: L = UVW1, M = UVM2, S = UVW2, B = B, U = U, V = V. &lt;br /&gt;
Open the image with ds9 and have a look if your source is seen and where it is. You can check this by loading a region file, produced e.g. by simbad2ds9, into the image. &lt;br /&gt;
&lt;br /&gt;
Then check the detector images (&amp;lt;code&amp;gt;P*IMAGE_*000.FIT&amp;lt;/code&amp;gt;) for your source (it can be, that some detector images don't contain your source because the window was off). Load the region file which belongs to the detector image (&amp;lt;code&amp;gt;*REGION*000.ASC&amp;lt;/code&amp;gt;, e.g. &amp;lt;code&amp;gt;P0090050801OMS006IMAGE_0000.FIT&amp;lt;/code&amp;gt; -&amp;gt; ''I0090050801OMS006REGION0000.ASC&amp;lt;/code&amp;gt;) and identify the number of your source. &lt;br /&gt;
&lt;br /&gt;
[[File:image_region.jpeg|thumb]]&lt;br /&gt;
&lt;br /&gt;
Look into the source list for your exposure (&amp;lt;code&amp;gt;P*SWSRLI*.FIT&amp;lt;/code&amp;gt;) and note the SRC_ID in the last column. Open the combined source list (&amp;lt;code&amp;gt;*COMBO*&amp;lt;/code&amp;gt;) and search for your SRC_ID. Here you can find all the magnitudes and fluxes of your source for the different filters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Choosing correct XMM-EPIC filter ==&lt;br /&gt;
&lt;br /&gt;
Choosing the correct EPIC filter for your observation depends on the&lt;br /&gt;
visual magnitudes of the other objects (usually stars) in the EPIC&lt;br /&gt;
field of view.&lt;br /&gt;
&lt;br /&gt;
The XMM user's handbook (sect. 3.3.6; &lt;br /&gt;
http://xmm.esac.esa.int/external/xmm_user_support/documentation/uhb/epicfilters.html) recommends:&lt;br /&gt;
&lt;br /&gt;
Thick filter:  suppress up to magnitudes of  -2 to -1 (pn), or +1 to +4 (mos)&lt;br /&gt;
&lt;br /&gt;
Medium filter: if there is nothing above magnitude ~ 6 to 9&lt;br /&gt;
&lt;br /&gt;
Thin filter:   for point sources that are 12 mag fainter than thick filter limitations&lt;br /&gt;
&lt;br /&gt;
The UHB notes that these magnitudes apply when you use the full frame mode; if you use a partial window mode, then sources up to 2-3 magnitudes brighter than these values should be okay.&lt;br /&gt;
 &lt;br /&gt;
Use the United States Naval Observatory catalog at&lt;br /&gt;
http://www.nofs.navy.mil/data/fchpix/ to find the stars within a 9'&lt;br /&gt;
radius.&lt;br /&gt;
&lt;br /&gt;
At that website, enter your R.A. and Decl., and for the output file&lt;br /&gt;
options in the left column, unclick everything except RA,DEC,&lt;br /&gt;
magnitude, and offset from center.  Then click 'retrieve data' in the&lt;br /&gt;
right column.&lt;br /&gt;
&lt;br /&gt;
Next window: Click on &amp;quot;USNO B1.0 Star List&amp;quot; to download a gzipped&lt;br /&gt;
ASCII file with typically hundreds of rows/stars for lines of sight&lt;br /&gt;
away from the Galactic Plane (or many thousands of rows/stars for&lt;br /&gt;
lines of sight in the Galactic Plane).&lt;br /&gt;
&lt;br /&gt;
Example file: See /home/markowitz/proposals/xmm2014/GS1826USNO for a&lt;br /&gt;
Galactic XRB, GS1826, located in the Galactic Bulge (optically-crowded&lt;br /&gt;
fields).&lt;br /&gt;
&lt;br /&gt;
The star list is ordered by R.A., and but you can then re-order the ASCII list &lt;br /&gt;
by magnitude, e.g.,&lt;br /&gt;
&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $7 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortB&lt;br /&gt;
 cat GS1826USNO | grep -v '#' | awk '{print $8 &amp;quot;  &amp;quot; $12}' | sort -g &amp;gt;   starlist_sortR&lt;br /&gt;
&lt;br /&gt;
since the B and R magnitudes are columns 7 and 8, and distance from the center&lt;br /&gt;
of f.o.v. (in arcsec) is column 12&lt;br /&gt;
&lt;br /&gt;
Ignore the rows with zero magnitudes; a zero means unmeasured flux.&lt;br /&gt;
&lt;br /&gt;
For these example files, e.g., /home/markowitz/proposals/xmm2014/starlist_sortB&lt;br /&gt;
we see that the brightest B- and R-band magnitudes are 10.0-10.3, including some&lt;br /&gt;
objects that are only 3-5' from the center, and at least one that's only 1.2'&lt;br /&gt;
from the center, so one cannot use the thin epic filter; one must use&lt;br /&gt;
the MEDIUM filter for all three EPIC cameras.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== XMM ESAS ==&lt;br /&gt;
&lt;br /&gt;
If you are interested in diffuse X-ray emission it is recommended to use the XMM-Newton Extended Source Analysis Software.&lt;br /&gt;
The manual can be found at [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html] with very detailed step-by-step instructions.&lt;br /&gt;
&lt;br /&gt;
==== Working with XMM ESAS in the remeis environment ====&lt;br /&gt;
&lt;br /&gt;
Before you start with the data analysis you have to source the SAS init via '''source $SOFTDIR/sas_init.csh'''.&lt;br /&gt;
Since you will need this every time you start a new terminal it is recommended to add an alias to your .cshrc in your home directory, e.g. '''alias setsas 'source $SOFTDIR/sas_init.csh''''.&lt;br /&gt;
&lt;br /&gt;
First you have to find out the observation data path in the archives, which can be done by typing '''find /eu/X-ray/xmm/data/????/obsID/odf -type d''', where you replace obsID with your desired observation.&lt;br /&gt;
Next, you have to set up the environment variables for the SAS tasks to function properly.&lt;br /&gt;
&lt;br /&gt;
Create an analysis directory somewhere in your userdata (usually one analyzed observation has &amp;gt; 1 GB so don't use your home).&lt;br /&gt;
Set the following environment variables:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF DIR - where DIR is the observation data path from above.&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif - where ANALYSIS_DIR is your directory for the analysis (on userdata), you have to add '/ccf.cif' to this path. This will create the ccf.cif file in your directory when running cifbuild&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS (*)&lt;br /&gt;
     * You need additional calibration files for ESAS. The latest version can be found at /userdata/data/knies/XMM/CALDB_ESAS. Please use this directory instead of downloading it again to safe disk space.&lt;br /&gt;
&lt;br /&gt;
Next you have to run the basic tasks to prepare the data, but with some different options since we are working in the remeis environment:&lt;br /&gt;
&lt;br /&gt;
     cifbuild withccfpath=no analysisdate=now category=XMMCCF calindexset=$SAS_CCF fullpath=yes&lt;br /&gt;
     odfingest outdir=ANALYSIS_DIR&lt;br /&gt;
&lt;br /&gt;
''Important'': you can't move your files after running these steps or you will get errors. &lt;br /&gt;
&lt;br /&gt;
After odfingest is finished there should be a file ending with &amp;quot;SUM.SAS&amp;quot; in your directory. Note the filename and re-set the SAS_ODF variable:&lt;br /&gt;
&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS - replace *SUM.SAS with the filename in your directory&lt;br /&gt;
&lt;br /&gt;
After this step you can follow the ESAS manual normally, starting with [https://heasarc.gsfc.nasa.gov/docs/xmm/esas/cookbook/xmm-esas.html#SECTION00082000000000000000].&lt;br /&gt;
Note that you have to do cifbuild and odfingest only once (and also when SAS was updated) but you have to set the environment variables each time you open a new terminal.&lt;br /&gt;
You can make a small shell script which you can execute each time before you continue your analysis to speed this up, e.g.:&lt;br /&gt;
&lt;br /&gt;
     #!/bin/tcsh -f&lt;br /&gt;
     source $SOFTDIR/sas_init.csh&lt;br /&gt;
     setenv SAS_ODF ANALYSIS_DIR/*SUM.SAS&lt;br /&gt;
     setenv SAS_CCF ANALYSIS_DIR/ccf.cif&lt;br /&gt;
     setenv CALDB_ESAS /userdata/data/knies/XMM/CALDB_ESAS&lt;br /&gt;
&lt;br /&gt;
Replace the directories etc. like shown above, make your script executable with chmod +x scriptfile and then execute it with ./scriptfile.&lt;br /&gt;
&lt;br /&gt;
[[Category:Data Extraction]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Travel&amp;diff=3732</id>
		<title>Travel</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Travel&amp;diff=3732"/>
		<updated>2025-05-13T14:19:39Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Application for business travel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;br /&gt;
&lt;br /&gt;
This page documents how to apply for business travel and hand in the reimbursement with the online tool accessible through [https://www.mitarbeiterservice.bayern.de/ authega]. This requires you to have an account set up. If you sign up for the first time you will be send a letter (! yes, physical letter, this can take some days) with information for the login. For further logins it is best to use a certificate file with a password.&lt;br /&gt;
&lt;br /&gt;
Once logged in you can access the travel management (Reisekostenmanagement, RMS) and enter the necessary information there. Certain numbers are tied to the observatory and will always be the same, they are documented below. '''Note:''' When selecting the institution (Besch&amp;amp;auml;ftigungsbeh&amp;amp;ouml;de) do '''not''' use the Remeis-Observatory or any other smaller body. Instead use the general FAU entry with the number '''1519016'''! In the field '''Kapitel''' enter '''1519'''!&lt;br /&gt;
&lt;br /&gt;
More information for the general setup are in the [[:Media:introduction_bayrms.pdf|introductory slides]] (this is the German version, see below for additional guidance in English).&lt;br /&gt;
&lt;br /&gt;
In order to receive documents per email you need to sign the [[:Media:Bayrms_data_protection.pdf|data protection waiver]] (in German!) and hand it in (in paper form!).&lt;br /&gt;
&lt;br /&gt;
== Application for business travel ==&lt;br /&gt;
&lt;br /&gt;
Some notes on filling in these forms:&lt;br /&gt;
&lt;br /&gt;
=== Travel days (Reisetage) ===&lt;br /&gt;
On each day, you need to input the start and end of your &amp;quot;business&amp;quot;.&lt;br /&gt;
If you are, say attending a conference starting Monday at 2 PM and ending on a Friday at noon, your times should look like this:&lt;br /&gt;
* Monday: Start at 14:00, end at '''23:59'''&lt;br /&gt;
* Tue-Thur: Start at '''0:00''', end at '''23:59'''&lt;br /&gt;
* Fri: Start at '''0:00''', end at 12:00&lt;br /&gt;
&lt;br /&gt;
The point here being that you are still there &amp;quot;on business&amp;quot; even outside the main conference hours. Weekends are also part of the trip, if the conference is more than one week long, so this is not &amp;quot;private time&amp;quot; in this form ((c) - Joern)&lt;br /&gt;
&lt;br /&gt;
(NB: There are still discussions between the administration and Joern about this)&lt;br /&gt;
&lt;br /&gt;
=== Meals ===&lt;br /&gt;
If food is provided by hotel/conference and you do not pay for it extra - make the corresponding mark in the day&lt;br /&gt;
&lt;br /&gt;
=== Mitzeichner (Signatory, in the very end of the form) ===&lt;br /&gt;
This needs to be your boss, who will then forward it to P6.&lt;br /&gt;
&lt;br /&gt;
=== Mitreisende ===&lt;br /&gt;
Only employees of Bavaria (e.g., if you drive from work with someone)&lt;br /&gt;
&lt;br /&gt;
=== Hotel costs ===&lt;br /&gt;
It is good if you have some proof why you have taken this particular option. Get some documentation (e.g., print web-page with costs) at the moment of booking, which would display other possible options in this hotel or in other hotels around.&lt;br /&gt;
&lt;br /&gt;
If you travel with family, you will not be reimbursed for the difference between the single room and the room you've taken (e.g., double).&lt;br /&gt;
&lt;br /&gt;
=== Reimbursement in advance ===&lt;br /&gt;
If you need to be reimbursed in advance. After approval of the trip, print the trip summary and talk to Edith.&lt;br /&gt;
&lt;br /&gt;
== Handing in reimbursement ==&lt;br /&gt;
&lt;br /&gt;
== List of project funds ==&lt;br /&gt;
&lt;br /&gt;
Below is a list of project funds that you travel might be payed from. '''Before submitting your reimbursement form ask your supervisor what project to use! Every time!'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
 |+ Project numbers&lt;br /&gt;
 |-&lt;br /&gt;
 ! Name !! Erweiterung !! Titel !! AWK !! Kostenstelle&lt;br /&gt;
 |-&lt;br /&gt;
| DLR 50 OR 2309 (VF-ULX) || 7401 171 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 OO 2417 (THESEUS) || 7401 182 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 OR 2410 (VF-XMM Aafia) || 7401 186 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 QR 2503 (eROSITA) || 7401 188 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 QR 2508 (ATHENA) || 7401 191 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 OO 2507 (AXIS) || 7401 196 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG WI 1860/17-2 (eRO STEP 1, P5) || 7458 208 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DFG WI 1860/19-1 (eRO STEP 1, P6) || 7458 046 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DFG WI 1860/20-1 (FOR 5195, P2) || 7458 065 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DFG WI 1860/21-1 (eRO STEP 2, P7) || 7458 209 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead WI bis 2022 || 5002344 || 547 40 || PPS || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead WI ab 2023 || 150234 || 547 40 || PPS || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| ESA (DALI) || 7402 745 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| Wlms Altprojekte || 7402 304 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| ETI Förderung || 5500 245 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 2131/13-2 (eRO STEP 2, P1) || 7458 204 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 2131/14-2 (eRO STEP 2, P2) || 7458 205 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 2131/15-2 (eRO STEP 2, TP Z) || 7458 206 || 547 41  ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 2131/18-1 (eROSITA Galaxien) || 7458 168 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead SA (Altprojekte) || 7459 704 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead SA bis 2022 || 5002391 || 547 40 || PPS || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead SA ab 2023 || 0150178 || 547 40 || PPS || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 4388/2-1 (Saeedi) || 7458 207 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG MA 11073/1-1 (Mayer) || 7458 221 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG HE 1356/70-2 (Heber) || 7458 225 || 547 41 ||  || 1415150000&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| 73er Titel || 061 000-6 || 547 40 || FuL || 1415150000&lt;br /&gt;
|-&lt;br /&gt;
| 72er Titel || 806 3141 || 547 41 ||  || 1415150000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Additionally you need to specify the kind of expense (Kostenart): 685000. If the AWK is empty in the table above, do not put anything in the '''Info 1''' field. Otherwise add the given symbol.&lt;br /&gt;
&lt;br /&gt;
== English information ==&lt;br /&gt;
&lt;br /&gt;
Here are some PDFs you might find helpful to navigate through the German landscape of bureaucracy.&lt;br /&gt;
&lt;br /&gt;
Some [[:Media:Additional_information_BayRMS.pdf|additional information]] in Englisch&lt;br /&gt;
&lt;br /&gt;
The [[:Media:Bayrms_eng_data_protection.pdf|data protection waiver]] (you still have to sign the German one!)&lt;br /&gt;
&lt;br /&gt;
The [[:Media:Bayrms_eng_introduction_slides.pdf|introduction slides]]&lt;br /&gt;
&lt;br /&gt;
A [[:Media:Bayrms_glossary.pdf|glossary]] to match English and German terms. (REALLY HELPFUL, CONTAINS INFORMATION TO INSERT)&lt;br /&gt;
&lt;br /&gt;
== ''OUTDATED!'' Business and private travels ==&lt;br /&gt;
&lt;br /&gt;
If you intend to combine a business trip with a vacation to save money or just because of the occasion, you need to observe a couple of issues:&lt;br /&gt;
&lt;br /&gt;
  * first of all, combining business and private travel is in principle nothing that the university likes&lt;br /&gt;
  * you *need* to get the private travel authorized on the travel request form, i.e. you need to state *both* on travel request form&lt;br /&gt;
  * obviously you will not get any reimbursement for the private part of your trip, or any extra expenses arising from your vacation&lt;br /&gt;
  * to get reimbursement for your business part of the trip, you need to document what the business part alone would have cost. In detail this means that you need to document:&lt;br /&gt;
    * fictitious cost of flights/train tickets/rental car/etc for the business part of the trip&lt;br /&gt;
    * fictitious cost of flights/train tickets/etc to and from the business destination of the trip&lt;br /&gt;
  * nevertheless you also obviously need to state your actual cost (flight tickets etc).&lt;br /&gt;
  * the university will reimburse you only the *lesser* of your actual cost and the fictitious cost!\\ This means that if your flight would have cost 1000 Eur, but because you stayed longer for private reasons (i.e. over the weekend) and the actual flight is cheaper like 700 Eur, the university will only reimburse you 700 Eur.&lt;br /&gt;
&lt;br /&gt;
Furthermore apart from the reimbursement by the university, you have also to consider the taxes: the fiscal authorities might consider such a combination of business and private trip entirely private and therefore the reimbursement as additional income. So far,&lt;br /&gt;
this has never happened in Bamberg to Jörns knowledge, but in principle tax&lt;br /&gt;
regulations state that for a trip to count as a business trip, the&lt;br /&gt;
business portion must outbalance the private portion. To give an&lt;br /&gt;
example: a 3d observing run in Australia followed by a 2 week vacation&lt;br /&gt;
there would probably not be seen as a business related trip (even if it&lt;br /&gt;
was!), even though the university would reimburse you for your flights&lt;br /&gt;
and the 3d per diem.&lt;br /&gt;
((Based on a FAQ Email sent by Jörn to allusers on April 4, 2011))&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Travel&amp;diff=3731</id>
		<title>Travel</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Travel&amp;diff=3731"/>
		<updated>2025-05-13T14:07:40Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* English information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;br /&gt;
&lt;br /&gt;
This page documents how to apply for business travel and hand in the reimbursement with the online tool accessible through [https://www.mitarbeiterservice.bayern.de/ authega]. This requires you to have an account set up. If you sign up for the first time you will be send a letter (! yes, physical letter, this can take some days) with information for the login. For further logins it is best to use a certificate file with a password.&lt;br /&gt;
&lt;br /&gt;
Once logged in you can access the travel management (Reisekostenmanagement, RMS) and enter the necessary information there. Certain numbers are tied to the observatory and will always be the same, they are documented below. '''Note:''' When selecting the institution (Besch&amp;amp;auml;ftigungsbeh&amp;amp;ouml;de) do '''not''' use the Remeis-Observatory or any other smaller body. Instead use the general FAU entry with the number '''1519016'''! In the field '''Kapitel''' enter '''1519'''!&lt;br /&gt;
&lt;br /&gt;
More information for the general setup are in the [[:Media:introduction_bayrms.pdf|introductory slides]] (this is the German version, see below for additional guidance in English).&lt;br /&gt;
&lt;br /&gt;
In order to receive documents per email you need to sign the [[:Media:Bayrms_data_protection.pdf|data protection waiver]] (in German!) and hand it in (in paper form!).&lt;br /&gt;
&lt;br /&gt;
== Application for business travel ==&lt;br /&gt;
&lt;br /&gt;
Some notes on filling in these forms:&lt;br /&gt;
&lt;br /&gt;
=== Travel days (Reisetage) ===&lt;br /&gt;
On each day, you need to input the start and end of your &amp;quot;business&amp;quot;.&lt;br /&gt;
If you are, say attending a conference starting Monday at 2 PM and ending on a Friday at noon, your times should look like this:&lt;br /&gt;
* Monday: Start at 14:00, end at '''23:59'''&lt;br /&gt;
* Tue-Thur: Start at '''0:00''', end at '''23:59'''&lt;br /&gt;
* Fri: Start at '''0:00''', end at 12:00&lt;br /&gt;
&lt;br /&gt;
The point here being that you are still there &amp;quot;on business&amp;quot; even outside the main conference hours.&lt;br /&gt;
&lt;br /&gt;
(NB: There are still discussions between the administration and Joern about this)&lt;br /&gt;
&lt;br /&gt;
=== Mitzeichner (Signatory) ===&lt;br /&gt;
This needs to be your boss, who will then forward it to P6.&lt;br /&gt;
&lt;br /&gt;
== Handing in reimbursement ==&lt;br /&gt;
&lt;br /&gt;
== List of project funds ==&lt;br /&gt;
&lt;br /&gt;
Below is a list of project funds that you travel might be payed from. '''Before submitting your reimbursement form ask your supervisor what project to use! Every time!'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
 |+ Project numbers&lt;br /&gt;
 |-&lt;br /&gt;
 ! Name !! Erweiterung !! Titel !! AWK !! Kostenstelle&lt;br /&gt;
 |-&lt;br /&gt;
| DLR 50 OR 2309 (VF-ULX) || 7401 171 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 OO 2417 (THESEUS) || 7401 182 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 OR 2410 (VF-XMM Aafia) || 7401 186 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 QR 2503 (eROSITA) || 7401 188 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 QR 2508 (ATHENA) || 7401 191 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DLR 50 OO 2507 (AXIS) || 7401 196 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG WI 1860/17-2 (eRO STEP 1, P5) || 7458 208 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DFG WI 1860/19-1 (eRO STEP 1, P6) || 7458 046 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DFG WI 1860/20-1 (FOR 5195, P2) || 7458 065 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DFG WI 1860/21-1 (eRO STEP 2, P7) || 7458 209 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead WI bis 2022 || 5002344 || 547 40 || PPS || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead WI ab 2023 || 150234 || 547 40 || PPS || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| ESA (DALI) || 7402 745 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| Wlms Altprojekte || 7402 304 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
| ETI Förderung || 5500 245 || 547 41 ||  || 1415151100&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 2131/13-2 (eRO STEP 2, P1) || 7458 204 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 2131/14-2 (eRO STEP 2, P2) || 7458 205 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 2131/15-2 (eRO STEP 2, TP Z) || 7458 206 || 547 41  ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 2131/18-1 (eROSITA Galaxien) || 7458 168 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead SA (Altprojekte) || 7459 704 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead SA bis 2022 || 5002391 || 547 40 || PPS || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG overhead SA ab 2023 || 0150178 || 547 40 || PPS || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| DFG SA 4388/2-1 (Saeedi) || 7458 207 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG MA 11073/1-1 (Mayer) || 7458 221 || 547 41 ||  || 1415150013&lt;br /&gt;
|-&lt;br /&gt;
| DFG HE 1356/70-2 (Heber) || 7458 225 || 547 41 ||  || 1415150000&lt;br /&gt;
|-&lt;br /&gt;
|  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| 73er Titel || 061 000-6 || 547 40 || FuL || 1415150000&lt;br /&gt;
|-&lt;br /&gt;
| 72er Titel || 806 3141 || 547 41 ||  || 1415150000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Additionally you need to specify the kind of expense (Kostenart): 685000. If the AWK is empty in the table above, do not put anything in the '''Info 1''' field. Otherwise add the given symbol.&lt;br /&gt;
&lt;br /&gt;
== English information ==&lt;br /&gt;
&lt;br /&gt;
Here are some PDFs you might find helpful to navigate through the German landscape of bureaucracy.&lt;br /&gt;
&lt;br /&gt;
Some [[:Media:Additional_information_BayRMS.pdf|additional information]] in Englisch&lt;br /&gt;
&lt;br /&gt;
The [[:Media:Bayrms_eng_data_protection.pdf|data protection waiver]] (you still have to sign the German one!)&lt;br /&gt;
&lt;br /&gt;
The [[:Media:Bayrms_eng_introduction_slides.pdf|introduction slides]]&lt;br /&gt;
&lt;br /&gt;
A [[:Media:Bayrms_glossary.pdf|glossary]] to match English and German terms. (REALLY HELPFUL, CONTAINS INFORMATION TO INSERT)&lt;br /&gt;
&lt;br /&gt;
== ''OUTDATED!'' Business and private travels ==&lt;br /&gt;
&lt;br /&gt;
If you intend to combine a business trip with a vacation to save money or just because of the occasion, you need to observe a couple of issues:&lt;br /&gt;
&lt;br /&gt;
  * first of all, combining business and private travel is in principle nothing that the university likes&lt;br /&gt;
  * you *need* to get the private travel authorized on the travel request form, i.e. you need to state *both* on travel request form&lt;br /&gt;
  * obviously you will not get any reimbursement for the private part of your trip, or any extra expenses arising from your vacation&lt;br /&gt;
  * to get reimbursement for your business part of the trip, you need to document what the business part alone would have cost. In detail this means that you need to document:&lt;br /&gt;
    * fictitious cost of flights/train tickets/rental car/etc for the business part of the trip&lt;br /&gt;
    * fictitious cost of flights/train tickets/etc to and from the business destination of the trip&lt;br /&gt;
  * nevertheless you also obviously need to state your actual cost (flight tickets etc).&lt;br /&gt;
  * the university will reimburse you only the *lesser* of your actual cost and the fictitious cost!\\ This means that if your flight would have cost 1000 Eur, but because you stayed longer for private reasons (i.e. over the weekend) and the actual flight is cheaper like 700 Eur, the university will only reimburse you 700 Eur.&lt;br /&gt;
&lt;br /&gt;
Furthermore apart from the reimbursement by the university, you have also to consider the taxes: the fiscal authorities might consider such a combination of business and private trip entirely private and therefore the reimbursement as additional income. So far,&lt;br /&gt;
this has never happened in Bamberg to Jörns knowledge, but in principle tax&lt;br /&gt;
regulations state that for a trip to count as a business trip, the&lt;br /&gt;
business portion must outbalance the private portion. To give an&lt;br /&gt;
example: a 3d observing run in Australia followed by a 2 week vacation&lt;br /&gt;
there would probably not be seen as a business related trip (even if it&lt;br /&gt;
was!), even though the university would reimburse you for your flights&lt;br /&gt;
and the 3d per diem.&lt;br /&gt;
((Based on a FAQ Email sent by Jörn to allusers on April 4, 2011))&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Guided_Tours_and_Public_Outreach&amp;diff=3425</id>
		<title>Guided Tours and Public Outreach</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Guided_Tours_and_Public_Outreach&amp;diff=3425"/>
		<updated>2024-06-20T09:59:46Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Giving a tour */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On this pages you can find all information needed to guide a tour through our observatory for public people.&lt;br /&gt;
&lt;br /&gt;
At least, that's the aim of this page, so please add information if you think its missing!&lt;br /&gt;
&lt;br /&gt;
= Platform =&lt;br /&gt;
&lt;br /&gt;
'''The following is important:'''&amp;lt;br&amp;gt;&lt;br /&gt;
Tours are officially '''organized''' by the [http://foerderverein-sternwarte-bamberg.de Foerderverein of the observatory], but '''operated''' by the observatory staff to be insured through the university!&lt;br /&gt;
&lt;br /&gt;
The main platform for the general public is&amp;lt;br&amp;gt;[http://foerderverein-sternwarte-bamberg.de/fuehrungen http://foerderverein-sternwarte-bamberg.de/fuehrungen].&lt;br /&gt;
&lt;br /&gt;
Here, tours can be ordered in two different ways:&lt;br /&gt;
* single persons and smaller groups can directly book public and regular guided tours via our webform at&amp;lt;br&amp;gt;https://www.sternwarte.uni-erlangen.de/guided-tours/&lt;br /&gt;
* larger groups may directly ask for a tour at a separate date either by email to&amp;lt;br&amp;gt;[mailto:fuehrungen@foerderverein-sternwarte-bamberg.de fuehrungen@foerderverein-sternwarte-bamberg.de]&amp;lt;br&amp;gt;or by phone. The email address is a forwarding to a certain person of the mailing list (see below).&lt;br /&gt;
&lt;br /&gt;
The source code of the webform for booking a public tour can be found in the GIT repository at&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.sternwarte.uni-erlangen.de/gitlab/webmaster/guided-tours https://www.sternwarte.uni-erlangen.de/gitlab/webmaster/guided-tours].&amp;lt;br&amp;gt;&lt;br /&gt;
All pushes to the master branch are automatically deployed at the official URL above!&lt;br /&gt;
&lt;br /&gt;
== Mailing List / Current &amp;quot;staff&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
All people interested in giving guided tours are member of the mailing list&amp;lt;br&amp;gt;&lt;br /&gt;
[mailto:astro-fuehrungen@lists.fau.de astro-fuehrungen@lists.fau.de]&amp;lt;br&amp;gt;&lt;br /&gt;
Please '''do not share''' this address with anybody outside of the observatory!&lt;br /&gt;
If you're not on the list but interested in giving tours, just ask Max to add you :-)&lt;br /&gt;
&lt;br /&gt;
New tours without a guide yet are usually announced via this list. See [[Mailing lists]] for the list administrator.&lt;br /&gt;
&lt;br /&gt;
In charge of organization:&lt;br /&gt;
* Katrin&lt;br /&gt;
&lt;br /&gt;
Currently, the following people give tours on a regular basis:&lt;br /&gt;
* Steven&lt;br /&gt;
* Christian&lt;br /&gt;
* Aafia&lt;br /&gt;
* Amy&lt;br /&gt;
* Philipp T.&lt;br /&gt;
* Alexey&lt;br /&gt;
* Katharina&lt;br /&gt;
&lt;br /&gt;
= Tip policy =&lt;br /&gt;
&lt;br /&gt;
The group is informed beforehand about the rule of tip. &lt;br /&gt;
For the guides the following applies for the money you get during the tour:&lt;br /&gt;
During the week (Monday till Friday) the factor for the donation, which goes directly to the Foerderverein, is 1/3 (33%), the rest (2/3) is your personal tip.&lt;br /&gt;
For weekend tours (Saturday, Sunday) the factor for the donation is 1/4 (25%).&lt;br /&gt;
&lt;br /&gt;
Make sure to hand in the donations immediately after your tour. Put the money on Ingos desk with a note stating which tour you gave, how much you received and how many people were there.&lt;br /&gt;
&lt;br /&gt;
= Offering Tours =&lt;br /&gt;
&lt;br /&gt;
At some point you're perhaps asked to give a tour or if it is possible to have one on a specific date. The latter might occur if Edith is out of her office and her telephone is redirected. In those cases you should know ''and'' check following things:&lt;br /&gt;
* '''Who is asking''' for a tour? &amp;lt;br&amp;gt; If you're on the phone ask for a name and write down the phone number where the person can be called!&lt;br /&gt;
* The '''number of people should be between 15 and 25'''. &amp;lt;br&amp;gt; Of course, the boundary conditions depend on the person guiding the tour. In a case of doubt, ask the guide or, if none is found yet, you simply can't promise that there will be a tour! In that case you may offer to look for a guide giving the tour anyway (and call the person back), but again don't make any promises! A list of people offering tours can be found below.&lt;br /&gt;
* What is the '''average age of the persons attending''' the tour? &amp;lt;br&amp;gt; That's an important point since the content of a tour differs between children and adults, of course. Furthermore some guides have favorite age groups!&lt;br /&gt;
* Carefully check the '''date and time of the tour'''!&lt;br /&gt;
** It's most likely to find a guide if the weekday of a tour is '''between Monday and Thursday'''. Friday might work if it is before noon, otherwise people might be on the way into the weekend. In all other cases you may offer to look for a guide giving the tour anyway (see the point about the group size above).&lt;br /&gt;
** Make sure that there is '''no tour scheduled already'''! For that look into our online calendar (the link can be found below) and on the whiteboard in the copying machine office.&lt;br /&gt;
** Related to the last point ensure that there is '''no lab course''' running at the date! The lab course is also marked in our online calendar.&lt;br /&gt;
** Usually, a tour will take '''about 1.5 to 2 hours'''.&lt;br /&gt;
* Clarify the '''costs for a tour''' beforehand!! &amp;lt;br&amp;gt; Unfortunately, we are '''not allowed to ask for money''' for giving a tour! The only way for getting money is to tell the people that they are welcomed to '''donate money to the [http://foerderverein-sternwarte-bamberg.de/| Foerderverein der Sternwarte]'''. In nearly every case the people or the one asking for a tour will pay something. A rule of thumb is that '''every person donates 3 EUR''' (for children 2 EUR are alright as well). &amp;lt;br&amp;gt; __For your ears only__: 1 EUR per attended person of the donated money will be transferred to the Förderverein (the current treasurer is Ingo, leave the money on his desk with a short note stating the number of people and what kind of a tour this was), the rest is for the guide! There will be a contact phone-number available, best would be to call the contacts-person before the tour to tell them these infos...&lt;br /&gt;
* '''Observing with our telescopes''' is possible, of course, but only in case of '''night and cloudless weather'''! No kidding, some people are not aware of these facts... &amp;lt;br&amp;gt; (&amp;quot;The day is too bright to see stars.&amp;quot;, &amp;quot;I'm sorry, we can't look trough the clouds.&amp;quot;, &amp;quot;The weather forecast is too uncertain, we can't promise.&amp;quot;) Please check if someone else has already signed in for one of the telescopes on the day/night of the guided tour!  '''IMPORTANT:'''  Be aware that you are not allowed to operate the telescopes on you own, there ALWAYS has to be at least a second person around. To assure that, you either have to have a second person from the observatory present (at least in the main building) or you have to set up AND disassemble everything while the people from the tour are there. Otherwise no observations are allowed to take place!&lt;br /&gt;
* If all the above points are clarified '''mark the tour''' &amp;lt;br&amp;gt; in our [https://www.sternwarte.uni-erlangen.de/calendar/ online calendar] and the whiteboard in the copying machine office. You have to be at a machine at the observatory to have access to the online calendar (to be more precisely: you're machine has to have an internal IP-address). &amp;lt;br&amp;gt; The entry into the online calendar, besides the date and time, should include &amp;quot;for whom is the tour and the group size, contact person and phone number, name of the guide giving the tour&amp;quot;. &amp;lt;br&amp;gt; The whiteboard template is as follows: &amp;quot;date, for whom is the tour, time, guide&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Giving a tour =&lt;br /&gt;
&lt;br /&gt;
Each tour has several stations, where you can show things or talk to the people. Useful information and experiences about that is listed below. It might be helpful as well to read the article about [[intern:popular_science:start|popular science]] in case you want or have to (if somebody asks) explain scientific aspects.&lt;br /&gt;
&lt;br /&gt;
Note that there is also a separate page about guided tour stations: https://www.sternwarte.uni-erlangen.de/wiki/index.php/Guided_tour_stations&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
'''Before the tour'''&lt;br /&gt;
* Shut the doors of all offices in the main building (at least on the ground level) for several reasons: people are not allowed to walk in there and some of us are still working there during tours!&lt;br /&gt;
* Remove the northern hemisphere from the model of the inner solar system located in the entrance hall (you may put it into the Knigge room)&lt;br /&gt;
* Switch the lights on you need:&lt;br /&gt;
** entrance hall&lt;br /&gt;
** meteorite showcase (switch is on the right next to it)&lt;br /&gt;
** hallway to the meridian building; here are multiple switches&lt;br /&gt;
*** main light: right next to the door of the hallway or the backdoor of the main building (labeled &amp;quot;Meridian&amp;quot;)&lt;br /&gt;
*** info panels: on the opposite wall to the door next to the blue cupboard&lt;br /&gt;
*** showcases and Blinkkomparator: in the cutout box up the few stairs on the right wall close to the library, labeled &amp;quot;Linke Steckdosen&amp;quot;&lt;br /&gt;
* In case of observations&lt;br /&gt;
** make sure that you are '''never''' alone in the domes! There always have to be at least two people present.&lt;br /&gt;
** carry the needed oculars into the domes (for observations with the naked eye, the 40cm telescope is strongly recommended)&lt;br /&gt;
** do __not__ open the domes (first, it might start raining while nobody is there, and it's more fun for you to let the people do it)&lt;br /&gt;
** do __not__ remove the dust covers of the telescopes (wait until the dome has been opened)&lt;br /&gt;
** read the [[remeis:start|guide how to operate the telescopes and mountings]]&lt;br /&gt;
** after observing: shut down the telescope mounting, put the dust covers back on and close the domes&lt;br /&gt;
* In case of showing nice pictures&lt;br /&gt;
** make sure enough chairs are available&lt;br /&gt;
** switch on the beamer in the library, log into the machine and start your presentation, picture-viewer, ...&lt;br /&gt;
 &lt;br /&gt;
'''After the tour'''&lt;br /&gt;
* Switch the lights off&lt;br /&gt;
* Logout of the used machines and switch the beamer off&lt;br /&gt;
* Put on the dust covers of the telescopes in the hallway&lt;br /&gt;
* Protect the photo plates on the Blinkkomparator from getting dusty&lt;br /&gt;
* '''Move the entry from the whiteboard''' in the copying machine office '''to the list attached to the pin-board''' next to it&lt;br /&gt;
&lt;br /&gt;
== Material and Presentations ==&lt;br /&gt;
*Collected information valuable for guided tours: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours'' and ''/userdata/data/beuchert/work/teaching/guidedtour/presentation/guidedtour.pdf''&lt;br /&gt;
&lt;br /&gt;
*A merger of (picture/video) presentations given at guided tours: &amp;lt;br&amp;gt; ''/userdata/data/beuchert/work/teaching/guidedtour/presentation/guidedtour.odp'' &lt;br /&gt;
&lt;br /&gt;
*and according videos in  &amp;lt;br&amp;gt; ''/userdata/data/beuchert/work/teaching/guidedtour/presentation/videos/''&lt;br /&gt;
&lt;br /&gt;
*Research and activities at Remeis from the radio to the gamma-rays (Tobi Beuchert): &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Andrea_tour_material/observations_allwavelength_remeisresearch_beuchert.pdf''&lt;br /&gt;
&lt;br /&gt;
*A presentation showing the astrophotography done at the observatory: &amp;lt;br&amp;gt; ''/data/media/slideshow_astrophotographie/optische_Quellen.pdf''&lt;br /&gt;
&lt;br /&gt;
*A video tour with Joern: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Joerns_example_tour''&lt;br /&gt;
&lt;br /&gt;
*A video tour with Uli (only hallway): &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Ulis_example_tour_hall_2019''&lt;br /&gt;
&lt;br /&gt;
*A complete tour by Sebastian Müller: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Sebastians_example_tour''&lt;br /&gt;
&lt;br /&gt;
*Presentations for tours by Andrea Gokus: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Andrea_tour_material'' &amp;lt;br&amp;gt; Contains presentations about the solar system (solar_system.pdf), neutrinos (neutrino_talk.pdf), overview of different objet types (impressions_universe.pdf)&lt;br /&gt;
&lt;br /&gt;
*Andreas tour notes: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Andrea_tour_material/Sternwarten_Fuehrungsnotizen.pdf''&lt;br /&gt;
&lt;br /&gt;
*Amys tour notes: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Guided_Tour_Information_Amy.pdf''&lt;br /&gt;
&lt;br /&gt;
*Tobis tour notes: &amp;lt;br&amp;gt; ''/userdata/data/beuchert/work/teaching/guidedtour/presentation/guidedtour.pdf''&lt;br /&gt;
&lt;br /&gt;
*Information on clocks: &amp;lt;br&amp;gt; ''/data/media/history/2009-01_KlassikUhren_Poehlmann_Max_Ort.pdf''&lt;br /&gt;
&lt;br /&gt;
*Information on history of the observatory and the collection: &amp;lt;br&amp;gt; ''/data/media/history/AstronomischeSammlung.pdf''&lt;br /&gt;
&lt;br /&gt;
*History of the observatory (Litten): &amp;lt;br&amp;gt; ''/data/media/history/Litten-1.pdf'' &amp;lt;br&amp;gt; ''/data/media/history/Litten-2.pdf''&lt;br /&gt;
&lt;br /&gt;
*Last will of Dr. Karl Remeis: &amp;lt;br&amp;gt; ''/data/media/history/Testament_Karl_Remeis.pdf''&lt;br /&gt;
&lt;br /&gt;
*Die Remeis-Sternwarte zu Bamberg 1889-1939, E. Zinner: &amp;lt;br&amp;gt; [https://articles.adsabs.harvard.edu/cgi-bin/nph-iarticle_query?1939VeBam...4....1Z&amp;amp;amp;data_type=PDF_HIGH&amp;amp;amp;whole_paper=YES&amp;amp;amp;type=PRINTER&amp;amp;amp;filetype=.pdf ADS]&lt;br /&gt;
&lt;br /&gt;
== Picture presentation ==&lt;br /&gt;
&lt;br /&gt;
There are different modes for the beamer (e.g. presentation, videos, graphics etc.) which result in a different appearance of the images. Make sure to select a presentation mode in which the pictures appear in an appropriate brightness on the screen. (I think &amp;quot;graphics&amp;quot; was a good one).&lt;br /&gt;
&lt;br /&gt;
== Telescopes in the domes ==&lt;br /&gt;
It's nice to show the main mirror to the people so that they can see themselves. To do so, just turn down the telescope in declination. This is only possible for the 40cm as the 50cm-Mount has a mechanical stop.&lt;br /&gt;
&lt;br /&gt;
Sometimes people want to know what we do with the tiny, little telescopes attached on the side of the big ones. Those are guiding-scopes. You can attach a camera to them and let it take pictures of one star. If the star moves (what it shouldn't do) a correction signal is sent to the mount to compensate the movement of the star. Stars can &amp;quot;move&amp;quot; in an image for example due to impreciseness of the mount. &lt;br /&gt;
&lt;br /&gt;
The (dusty) plate in front of the 40cm mirror is called &amp;quot;Schmid-Platte&amp;quot;. It is used to improve the imaging of the telescope and to correct several errors of the mirrors like coma and field-curvature. As it is very sensitive to scratching, it won't be cleaned and left dusty. But the dust has hardly any effect on the images as it lays far outside of the focusplane. The optical design is similar to a Ritchey-Chrétien type regarding the capability, but has a spherical main mirror, an aspherical secondary mirror and a lens-corrector (=Schmidt-plate). The price of the telescope and the mount is roughly about 25.000€ altogether.&lt;br /&gt;
&lt;br /&gt;
The 50cm doesn't have a Schmid-Platte but a corrector (lenses) placed in the OAZ. It has an elliptical main mirror and a spherical secondary mirror (Corrected Dall Kirkham). The price of the telescope and the mount is roughly about 65.000€. The secondary mirror is, compared to the size of the main mirror, significantly larger than the 40cm-sec. mirror. This results in a better luminosity an a larger, flat-field which is important for taking images. We can achieve tracking accuracies of about 10min without guiding.&lt;br /&gt;
&lt;br /&gt;
== Monthly public tours ==&lt;br /&gt;
NOTE: even if there is already someone listed for a tour, please enter you availability&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!! UPDATE: for now no public tours will be offered, so you can ignore this table for now  !!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Date &lt;br /&gt;
! Language&lt;br /&gt;
! Time&lt;br /&gt;
! Type&lt;br /&gt;
! Available Guides&lt;br /&gt;
! Backup&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2024/--/--&lt;br /&gt;
| German&lt;br /&gt;
| 6 pm&lt;br /&gt;
| normal tour&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2024/--/--&lt;br /&gt;
| English&lt;br /&gt;
| 6 pm&lt;br /&gt;
| normal tour&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2024/--/--&lt;br /&gt;
| German&lt;br /&gt;
| 6 pm&lt;br /&gt;
| Tour for children&lt;br /&gt;
| -&lt;br /&gt;
| -&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Tours looking for a guide ==&lt;br /&gt;
ATTENTION: tours are not sorted by the date of the tour, but the time when they were requested&lt;br /&gt;
&lt;br /&gt;
NOTE: please enter you availability even if there is already another name listed.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Date &lt;br /&gt;
! Language&lt;br /&gt;
! Time&lt;br /&gt;
! Organizer &lt;br /&gt;
! Additional information &lt;br /&gt;
! # People&lt;br /&gt;
! Observing&lt;br /&gt;
! Available Guides&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2024/08/01&lt;br /&gt;
| German&lt;br /&gt;
| 9am-12pm or 1pm-3pm&lt;br /&gt;
| Sommerferienprogramm Schlüsselfeld&lt;br /&gt;
| kids age 6 - 11&lt;br /&gt;
| ~12 kids and 2 adults&lt;br /&gt;
| no&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2024/06/21 or 2024/06/28&lt;br /&gt;
| German&lt;br /&gt;
| evening&lt;br /&gt;
| Doncheva&lt;br /&gt;
| 5 kids (age 8) + 3 to 5 adults&lt;br /&gt;
| ~10 people&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2024/11/05&lt;br /&gt;
| German&lt;br /&gt;
| 5 pm&lt;br /&gt;
| Lebenshilfe Bamberg&lt;br /&gt;
| some people with slight mental disabilities&lt;br /&gt;
| 50 - 60 adults&lt;br /&gt;
| yes (some of them, small group)&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Observing ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Guided-tours]]&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_hat_for_Ole&amp;diff=3252</id>
		<title>PhD hat for Ole</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_hat_for_Ole&amp;diff=3252"/>
		<updated>2024-01-29T11:32:09Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Travels: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Internal]]&lt;br /&gt;
&lt;br /&gt;
Date of defense: 20th of February 2024&lt;br /&gt;
&lt;br /&gt;
Thesis here: https://www.sternwarte.uni-erlangen.de/~koenig/Koenig_Dissertation.pdf&lt;br /&gt;
&lt;br /&gt;
== Science: ==&lt;br /&gt;
* Cyg X-1 NICER timing paper&lt;br /&gt;
** Model of Cyg X-1 with Photon trajectories&lt;br /&gt;
** Model of NICER as cheese grinder&lt;br /&gt;
  &lt;br /&gt;
* eROSITA NOVA paper&lt;br /&gt;
** Eye of Sauron &lt;br /&gt;
** Evil smile plot  &lt;br /&gt;
  &lt;br /&gt;
==&amp;gt; Which of these is gonna be the center piece?   &lt;br /&gt;
  &lt;br /&gt;
* SIXTE Athena simulations &lt;br /&gt;
**Perseus Cluster with WFI&lt;br /&gt;
&lt;br /&gt;
* Should we try to make comics of Paul the X-ray photon to go around the hat?&lt;br /&gt;
&lt;br /&gt;
== Hobby: ==&lt;br /&gt;
* Climbing: Ole-figurine hanging on rope as a tassel, also bouldering holds around the hat&lt;br /&gt;
* Remeis Skiing: Digging for lost ski --&amp;gt; Maybe he can find the lost ski on one of his astrophysical objects?&lt;br /&gt;
* A mountain with one side cliff for climbing and another side for skiing (or above)&lt;br /&gt;
* Some references to observatory pool and barbecues&lt;br /&gt;
* Wind surfing?&lt;br /&gt;
* Books: LOTR, ...?&lt;br /&gt;
* Motorbike&lt;br /&gt;
* Running&lt;br /&gt;
&lt;br /&gt;
== Others:  ==&lt;br /&gt;
* Guided tours (&amp;amp; also for kids)&lt;br /&gt;
* Lab course: Azimuth experiment&lt;br /&gt;
&lt;br /&gt;
=== Travels: ===&lt;br /&gt;
* Train to ESAC Madrid&lt;br /&gt;
* Yosemite, Alps, Frankenjura, Caucasus&lt;br /&gt;
* Visit of CAltech&lt;br /&gt;
* Lots of talks after Nature paper&lt;br /&gt;
&lt;br /&gt;
=== Specific incidents: ===&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== Memes &amp;amp; Images: ===&lt;br /&gt;
* ...&lt;br /&gt;
Alexey: He has a peaked cap from California with name &amp;quot;Mishka&amp;quot; written in russian letters (&amp;quot;Мишка&amp;quot;) on it, which also means &amp;quot;a small bear/ Bärchen&amp;quot; in russian. Could this be played out somehow?&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_hat_for_Ole&amp;diff=3251</id>
		<title>PhD hat for Ole</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_hat_for_Ole&amp;diff=3251"/>
		<updated>2024-01-29T11:31:27Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Memes &amp;amp; Images: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Internal]]&lt;br /&gt;
&lt;br /&gt;
Date of defense: 20th of February 2024&lt;br /&gt;
&lt;br /&gt;
Thesis here: https://www.sternwarte.uni-erlangen.de/~koenig/Koenig_Dissertation.pdf&lt;br /&gt;
&lt;br /&gt;
== Science: ==&lt;br /&gt;
* Cyg X-1 NICER timing paper&lt;br /&gt;
** Model of Cyg X-1 with Photon trajectories&lt;br /&gt;
** Model of NICER as cheese grinder&lt;br /&gt;
  &lt;br /&gt;
* eROSITA NOVA paper&lt;br /&gt;
** Eye of Sauron &lt;br /&gt;
** Evil smile plot  &lt;br /&gt;
  &lt;br /&gt;
==&amp;gt; Which of these is gonna be the center piece?   &lt;br /&gt;
  &lt;br /&gt;
* SIXTE Athena simulations &lt;br /&gt;
**Perseus Cluster with WFI&lt;br /&gt;
&lt;br /&gt;
* Should we try to make comics of Paul the X-ray photon to go around the hat?&lt;br /&gt;
&lt;br /&gt;
== Hobby: ==&lt;br /&gt;
* Climbing: Ole-figurine hanging on rope as a tassel, also bouldering holds around the hat&lt;br /&gt;
* Remeis Skiing: Digging for lost ski --&amp;gt; Maybe he can find the lost ski on one of his astrophysical objects?&lt;br /&gt;
* A mountain with one side cliff for climbing and another side for skiing (or above)&lt;br /&gt;
* Some references to observatory pool and barbecues&lt;br /&gt;
* Wind surfing?&lt;br /&gt;
* Books: LOTR, ...?&lt;br /&gt;
* Motorbike&lt;br /&gt;
* Running&lt;br /&gt;
&lt;br /&gt;
== Others:  ==&lt;br /&gt;
* Guided tours (&amp;amp; also for kids)&lt;br /&gt;
* Lab course: Azimuth experiment&lt;br /&gt;
&lt;br /&gt;
=== Travels: ===&lt;br /&gt;
* Train to ESAC Madrid&lt;br /&gt;
* Yosemite, Alps, Frankenjura&lt;br /&gt;
* Visit of CAltech&lt;br /&gt;
* Lots of talks after Nature paper&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Specific incidents: ===&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== Memes &amp;amp; Images: ===&lt;br /&gt;
* ...&lt;br /&gt;
Alexey: He has a peaked cap from California with name &amp;quot;Mishka&amp;quot; written in russian letters (&amp;quot;Мишка&amp;quot;) on it, which also means &amp;quot;a small bear/ Bärchen&amp;quot; in russian. Could this be played out somehow?&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Guided_Tours_and_Public_Outreach&amp;diff=3035</id>
		<title>Guided Tours and Public Outreach</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Guided_Tours_and_Public_Outreach&amp;diff=3035"/>
		<updated>2023-10-30T13:50:23Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Mailing List / Current &amp;quot;staff&amp;quot; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On this pages you can find all information needed to guide a tour through our observatory for public people.&lt;br /&gt;
&lt;br /&gt;
At least, that's the aim of this page, so please add information if you think its missing!&lt;br /&gt;
&lt;br /&gt;
= Platform =&lt;br /&gt;
&lt;br /&gt;
'''The following is important:'''&amp;lt;br&amp;gt;&lt;br /&gt;
Tours are officially '''organized''' by the [http://foerderverein-sternwarte-bamberg.de Foerderverein of the observatory], but '''operated''' by the observatory staff to be insured through the university!&lt;br /&gt;
&lt;br /&gt;
The main platform for the general public is&amp;lt;br&amp;gt;[http://foerderverein-sternwarte-bamberg.de/fuehrungen http://foerderverein-sternwarte-bamberg.de/fuehrungen].&lt;br /&gt;
&lt;br /&gt;
Here, tours can be ordered in two different ways:&lt;br /&gt;
* single persons and smaller groups can directly book public and regular guided tours via our webform at&amp;lt;br&amp;gt;https://www.sternwarte.uni-erlangen.de/guided-tours/&lt;br /&gt;
* larger groups may directly ask for a tour at a separate date either by email to&amp;lt;br&amp;gt;[mailto:fuehrungen@foerderverein-sternwarte-bamberg.de fuehrungen@foerderverein-sternwarte-bamberg.de]&amp;lt;br&amp;gt;or by phone. The email address is a forwarding to a certain person of the mailing list (see below).&lt;br /&gt;
&lt;br /&gt;
The source code of the webform for booking a public tour can be found in the GIT repository at&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.sternwarte.uni-erlangen.de/gitlab/webmaster/guided-tours https://www.sternwarte.uni-erlangen.de/gitlab/webmaster/guided-tours].&amp;lt;br&amp;gt;&lt;br /&gt;
All pushes to the master branch are automatically deployed at the official URL above!&lt;br /&gt;
&lt;br /&gt;
== Mailing List / Current &amp;quot;staff&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
All people interested in giving guided tours are member of the mailing list&amp;lt;br&amp;gt;&lt;br /&gt;
[mailto:astro-fuehrungen@lists.fau.de astro-fuehrungen@lists.fau.de]&amp;lt;br&amp;gt;&lt;br /&gt;
Please '''do not share''' this address with anybody outside of the observatory!&lt;br /&gt;
If you're not on the list but interested in giving tours, just ask Max to add you :-)&lt;br /&gt;
&lt;br /&gt;
New tours without a guide yet are usually announced via this list. See [[Mailing lists]] for the list administrator.&lt;br /&gt;
&lt;br /&gt;
In charge of organization:&lt;br /&gt;
* Katrin&lt;br /&gt;
&lt;br /&gt;
Currently, the following people give tours on a regular basis:&lt;br /&gt;
* Dominic &lt;br /&gt;
* Ole&lt;br /&gt;
* Steven&lt;br /&gt;
* Christian&lt;br /&gt;
* Aafia&lt;br /&gt;
* Amy&lt;br /&gt;
* Julia&lt;br /&gt;
* Philipp T.&lt;br /&gt;
* Alexey&lt;br /&gt;
&lt;br /&gt;
= Tip policy =&lt;br /&gt;
&lt;br /&gt;
The group is informed beforehand about the rule of tip. &lt;br /&gt;
For the guides the following applies for the money you get during the tour:&lt;br /&gt;
During the week (Monday till Friday) the factor for the donation, which goes directly to the Foerderverein, is 1/3 (33%), the rest (2/3) is your personal tip.&lt;br /&gt;
For weekend tours (Saturday, Sunday) the factor for the donation is 1/4 (25%).&lt;br /&gt;
&lt;br /&gt;
Make sure to hand in the donations immediately after your tour. Put the money on Ingos desk with a note stating which tour you gave, how much you received and how many people were there.&lt;br /&gt;
&lt;br /&gt;
= Offering Tours =&lt;br /&gt;
&lt;br /&gt;
At some point you're perhaps asked to give a tour or if it is possible to have one on a specific date. The latter might occur if Edith is out of her office and her telephone is redirected. In those cases you should know ''and'' check following things:&lt;br /&gt;
* '''Who is asking''' for a tour? &amp;lt;br&amp;gt; If you're on the phone ask for a name and write down the phone number where the person can be called!&lt;br /&gt;
* The '''number of people should be between 15 and 25'''. &amp;lt;br&amp;gt; Of course, the boundary conditions depend on the person guiding the tour. In a case of doubt, ask the guide or, if none is found yet, you simply can't promise that there will be a tour! In that case you may offer to look for a guide giving the tour anyway (and call the person back), but again don't make any promises! A list of people offering tours can be found below.&lt;br /&gt;
* What is the '''average age of the persons attending''' the tour? &amp;lt;br&amp;gt; That's an important point since the content of a tour differs between children and adults, of course. Furthermore some guides have favorite age groups!&lt;br /&gt;
* Carefully check the '''date and time of the tour'''!&lt;br /&gt;
** It's most likely to find a guide if the weekday of a tour is '''between Monday and Thursday'''. Friday might work if it is before noon, otherwise people might be on the way into the weekend. In all other cases you may offer to look for a guide giving the tour anyway (see the point about the group size above).&lt;br /&gt;
** Make sure that there is '''no tour scheduled already'''! For that look into our online calendar (the link can be found below) and on the whiteboard in the copying machine office.&lt;br /&gt;
** Related to the last point ensure that there is '''no lab course''' running at the date! The lab course is also marked in our online calendar.&lt;br /&gt;
** Usually, a tour will take '''about 1.5 to 2 hours'''.&lt;br /&gt;
* Clarify the '''costs for a tour''' beforehand!! &amp;lt;br&amp;gt; Unfortunately, we are '''not allowed to ask for money''' for giving a tour! The only way for getting money is to tell the people that they are welcomed to '''donate money to the [http://foerderverein-sternwarte-bamberg.de/| Foerderverein der Sternwarte]'''. In nearly every case the people or the one asking for a tour will pay something. A rule of thumb is that '''every person donates 3 EUR''' (for children 2 EUR are alright as well). &amp;lt;br&amp;gt; __For your ears only__: 1 EUR per attended person of the donated money will be transferred to the Förderverein (the current treasurer is Ingo, leave the money on his desk with a short note stating the number of people and what kind of a tour this was), the rest is for the guide! There will be a contact phone-number available, best would be to call the contacts-person before the tour to tell them these infos...&lt;br /&gt;
* '''Observing with our telescopes''' is possible, of course, but only in case of '''night and cloudless weather'''! No kidding, some people are not aware of these facts... &amp;lt;br&amp;gt; (&amp;quot;The day is too bright to see stars.&amp;quot;, &amp;quot;I'm sorry, we can't look trough the clouds.&amp;quot;, &amp;quot;The weather forecast is too uncertain, we can't promise.&amp;quot;) Please check if someone else has already signed in for one of the telescopes on the day/night of the guided tour!&lt;br /&gt;
* If all the above points are clarified '''mark the tour''' &amp;lt;br&amp;gt; in our [https://www.sternwarte.uni-erlangen.de/calendar/ online calendar] and the whiteboard in the copying machine office. You have to be at a machine at the observatory to have access to the online calendar (to be more precisely: you're machine has to have an internal IP-address). &amp;lt;br&amp;gt; The entry into the online calendar, besides the date and time, should include &amp;quot;for whom is the tour and the group size, contact person and phone number, name of the guide giving the tour&amp;quot;. &amp;lt;br&amp;gt; The whiteboard template is as follows: &amp;quot;date, for whom is the tour, time, guide&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Giving a tour =&lt;br /&gt;
&lt;br /&gt;
Each tour has several stations, where you can show things or talk to the people. Useful information and experiences about that is listed below. It might be helpful as well to read the article about [[intern:popular_science:start|popular science]] in case you want or have to (if somebody asks) explain scientific aspects.&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
'''Before the tour'''&lt;br /&gt;
* Shut the doors of all offices in the main building (at least on the ground level) for several reasons: people are not allowed to walk in there and some of us are still working there during tours!&lt;br /&gt;
* Remove the northern hemisphere from the model of the inner solar system located in the entrance hall (you may put it into the Knigge room)&lt;br /&gt;
* Switch the lights on you need:&lt;br /&gt;
** entrance hall&lt;br /&gt;
** meteorite showcase (switch is on the right next to it)&lt;br /&gt;
** hallway to the meridian building; here are multiple switches&lt;br /&gt;
*** main light: right next to the door of the hallway or the backdoor of the main building (labeled &amp;quot;Meridian&amp;quot;)&lt;br /&gt;
*** info panels: on the opposite wall to the door next to the blue cupboard&lt;br /&gt;
*** showcases and Blinkkomparator: in the cutout box up the few stairs on the right wall close to the library, labeled &amp;quot;Linke Steckdosen&amp;quot;&lt;br /&gt;
* In case of observations&lt;br /&gt;
** carry the needed oculars into the domes (for observations with the naked eye, the 40cm telescope is strongly recommended)&lt;br /&gt;
** do __not__ open the domes (first, it might start raining while nobody is there, and it's more fun for you to let the people do it)&lt;br /&gt;
** do __not__ remove the dust covers of the telescopes (wait until the dome has been opened)&lt;br /&gt;
** read the [[remeis:start|guide how to operate the telescopes and mountings]]&lt;br /&gt;
* In case of showing nice pictures&lt;br /&gt;
** make sure enough chairs are available&lt;br /&gt;
** switch on the beamer in the library, log into the machine and start your presentation, picture-viewer, ...&lt;br /&gt;
 &lt;br /&gt;
'''After the tour'''&lt;br /&gt;
* Switch the lights off&lt;br /&gt;
* Shut down the telescope mounting, put the dust covers back on and close the domes&lt;br /&gt;
* Logout of the used machines and switch the beamer off&lt;br /&gt;
* Put on the dust covers of the telescopes in the hallway&lt;br /&gt;
* Protect the photo plates on the Blinkkomparator from getting dusty&lt;br /&gt;
* '''Move the entry from the whiteboard''' in the copying machine office '''to the list attached to the pin-board''' next to it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Material and Presentations ==&lt;br /&gt;
*Collected information valuable for guided tours: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours'' and ''/userdata/data/beuchert/work/teaching/guidedtour/presentation/guidedtour.pdf''&lt;br /&gt;
&lt;br /&gt;
*A merger of (picture/video) presentations given at guided tours: &amp;lt;br&amp;gt; ''/userdata/data/beuchert/work/teaching/guidedtour/presentation/guidedtour.odp'' &lt;br /&gt;
&lt;br /&gt;
*and according videos in  &amp;lt;br&amp;gt; ''/userdata/data/beuchert/work/teaching/guidedtour/presentation/videos/''&lt;br /&gt;
&lt;br /&gt;
*Research and activities at Remeis from the radio to the gamma-rays (Tobi Beuchert): &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Andrea_tour_material/observations_allwavelength_remeisresearch_beuchert.pdf''&lt;br /&gt;
&lt;br /&gt;
*A presentation showing the astrophotography done at the observatory: &amp;lt;br&amp;gt; ''/data/media/slideshow_astrophotographie/optische_Quellen.pdf''&lt;br /&gt;
&lt;br /&gt;
*A video tour with Joern: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Joerns_example_tour''&lt;br /&gt;
&lt;br /&gt;
*A video tour with Uli (only hallway): &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Ulis_example_tour_hall_2019''&lt;br /&gt;
&lt;br /&gt;
*A complete tour by Sebastian Müller: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Sebastians_example_tour''&lt;br /&gt;
&lt;br /&gt;
*Presentations for tours by Andrea Gokus: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Andrea_tour_material'' &amp;lt;br&amp;gt; Contains presentations about the solar system (solar_system.pdf), neutrinos (neutrino_talk.pdf), overview of different objet types (impressions_universe.pdf)&lt;br /&gt;
&lt;br /&gt;
*Andreas tour notes: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Andrea_tour_material/Sternwarten_Fuehrungsnotizen.pdf''&lt;br /&gt;
&lt;br /&gt;
*Amys tour notes: &amp;lt;br&amp;gt; ''/data/media/presentations_for_guided_tours/Guided_Tour_Information_Amy.pdf''&lt;br /&gt;
&lt;br /&gt;
*Tobis tour notes: &amp;lt;br&amp;gt; ''/userdata/data/beuchert/work/teaching/guidedtour/presentation/guidedtour.pdf''&lt;br /&gt;
&lt;br /&gt;
*Information on clocks: &amp;lt;br&amp;gt; ''/data/media/history/2009-01_KlassikUhren_Poehlmann_Max_Ort.pdf''&lt;br /&gt;
&lt;br /&gt;
*Information on history of the observatory and the collection: &amp;lt;br&amp;gt; ''/data/media/history/AstronomischeSammlung.pdf''&lt;br /&gt;
&lt;br /&gt;
*History of the observatory (Litten): &amp;lt;br&amp;gt; ''/data/media/history/Litten-1.pdf'' &amp;lt;br&amp;gt; ''/data/media/history/Litten-2.pdf''&lt;br /&gt;
&lt;br /&gt;
*Last will of Dr. Karl Remeis: &amp;lt;br&amp;gt; ''/data/media/history/Testament_Karl_Remeis.pdf''&lt;br /&gt;
&lt;br /&gt;
*Die Remeis-Sternwarte zu Bamberg 1889-1939, E. Zinner: &amp;lt;br&amp;gt; [https://articles.adsabs.harvard.edu/cgi-bin/nph-iarticle_query?1939VeBam...4....1Z&amp;amp;amp;data_type=PDF_HIGH&amp;amp;amp;whole_paper=YES&amp;amp;amp;type=PRINTER&amp;amp;amp;filetype=.pdf ADS]&lt;br /&gt;
&lt;br /&gt;
== Picture presentation ==&lt;br /&gt;
&lt;br /&gt;
There are different modes for the beamer (e.g. presentation, videos, graphics etc.) which result in a different appearance of the images. Make sure to select a presentation mode in which the pictures appear in an appropriate brightness on the screen. (I think &amp;quot;graphics&amp;quot; was a good one).&lt;br /&gt;
&lt;br /&gt;
== Telescopes in the domes ==&lt;br /&gt;
It's nice to show the main mirror to the people so that they can see themselves. To do so, just turn down the telescope in declination. This is only possible for the 40cm as the 50cm-Mount has a mechanical stop.&lt;br /&gt;
&lt;br /&gt;
Sometimes people want to know what we do with the tiny, little telescopes attached on the side of the big ones. Those are guiding-scopes. You can attach a camera to them and let it take pictures of one star. If the star moves (what it shouldn't do) a correction signal is sent to the mount to compensate the movement of the star. Stars can &amp;quot;move&amp;quot; in an image for example due to impreciseness of the mount. &lt;br /&gt;
&lt;br /&gt;
The (dusty) plate in front of the 40cm mirror is called &amp;quot;Schmid-Platte&amp;quot;. It is used to improve the imaging of the telescope and to correct several errors of the mirrors like coma and field-curvature. As it is very sensitive to scratching, it won't be cleaned and left dusty. But the dust has hardly any effect on the images as it lays far outside of the focusplane. The optical design is similar to a Ritchey-Chrétien type regarding the capability, but has a spherical main mirror, an aspherical secondary mirror and a lens-corrector (=Schmidt-plate). The price of the telescope and the mount is roughly about 25.000€ altogether.&lt;br /&gt;
&lt;br /&gt;
The 50cm doesn't have a Schmid-Platte but a corrector (lenses) placed in the OAZ. It has an elliptical main mirror and a spherical secondary mirror (Corrected Dall Kirkham). The price of the telescope and the mount is roughly about 65.000€. The secondary mirror is, compared to the size of the main mirror, significantly larger than the 40cm-sec. mirror. This results in a better luminosity an a larger, flat-field which is important for taking images. We can achieve tracking accuracies of about 10min without guiding.&lt;br /&gt;
&lt;br /&gt;
== Monthly public tours ==&lt;br /&gt;
NOTE: even if there is already someone listed for a tour, please enter you availability&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Date &lt;br /&gt;
! Language&lt;br /&gt;
! Time&lt;br /&gt;
! Type&lt;br /&gt;
! Available Guides&lt;br /&gt;
! Backup&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 2023/11/07 &lt;br /&gt;
| English&lt;br /&gt;
| 6 pm&lt;br /&gt;
| normal tour&lt;br /&gt;
| Aafia&lt;br /&gt;
| Katharina&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2023/11/14 &lt;br /&gt;
| German&lt;br /&gt;
| 6 pm &lt;br /&gt;
| Tour for children &lt;br /&gt;
| &lt;br /&gt;
| Katharina&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2023/11/28&lt;br /&gt;
| German&lt;br /&gt;
| 6 pm&lt;br /&gt;
| normal tour&lt;br /&gt;
| Katharina&lt;br /&gt;
| Philipp&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2023/12/05&lt;br /&gt;
| English&lt;br /&gt;
| 6 pm&lt;br /&gt;
| normal tour&lt;br /&gt;
| Federico&lt;br /&gt;
| Philipp, Katharina&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2023/12/12&lt;br /&gt;
| German&lt;br /&gt;
| 6 pm&lt;br /&gt;
| Tour for children&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2023/12/19&lt;br /&gt;
| German&lt;br /&gt;
| 6 pm&lt;br /&gt;
| normal tour&lt;br /&gt;
| &lt;br /&gt;
| Philipp&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Tours looking for a guide ==&lt;br /&gt;
ATTENTION: tours are not sorted by the date of the tour, but the time when they were requested&lt;br /&gt;
&lt;br /&gt;
NOTE: please enter you availability even if there is already another name listed.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Date &lt;br /&gt;
! Language&lt;br /&gt;
! Time&lt;br /&gt;
! Organizer &lt;br /&gt;
! Additional information &lt;br /&gt;
! # People&lt;br /&gt;
! Observing&lt;br /&gt;
! Available Guides&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2024/01/19&lt;br /&gt;
| German&lt;br /&gt;
| start between  6pm and 7pm&lt;br /&gt;
| Diakonie Kulmbach&lt;br /&gt;
| activity for people with mental disabilities&lt;br /&gt;
| ~ 10 adults&lt;br /&gt;
| yes&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 2023/11/04&lt;br /&gt;
| German&lt;br /&gt;
| start around 6:30pm&lt;br /&gt;
| Julia Schlosser&lt;br /&gt;
| &lt;br /&gt;
| 12 - 15 adults&lt;br /&gt;
| yes&lt;br /&gt;
| &lt;br /&gt;
 &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Observing ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2908</id>
		<title>Common Practices at Remeis</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2908"/>
		<updated>2023-07-26T12:35:32Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Common Practices at Remeis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Common Practices at Remeis ==&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''We try to be as flexible as possible, and I trust that you are adults and do not exploit the system. A minimum time for coordination in the group and knowing what everybody is doing is necessary. This time is the group meeting, and for this reason you have to be there and you should be prepared to discuss what you're doing there. If you do something else on the side, this is also fine, but it should not negatively impact on your research. It is on you to be able to manage your different tasks, and the expectation is that research has to come first.''&lt;br /&gt;
&lt;br /&gt;
=== Working Times ===&lt;br /&gt;
&lt;br /&gt;
'''Added by a request of J. Wilms on 2016 June 15'''&lt;br /&gt;
&lt;br /&gt;
Is is expected that you are in the office in Bamberg for at least ~3 days per week. Although we have flexible working times, arriving at 10 a.m. latest is a good practice to ensure significant overlap with your colleagues.&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''working from home or Erlangen is ok (except for [...] [the group meetings]), but [...] [your supervisor] and the people you're working with directly need to know where you are. This means that you need to be reachable by email or phone, and you need to be working. As a rule of thumb:  BSc-, MSc-, and PhD-thesis work is the equivalent to a full time job, irrespective of what your contracts say. Full time means 40+ hours per week. If you're working on the side this is fine - you know that we try to be supportive here -  but this does not mean that you should subtract off the time you're making money from the time you're spending on your research, which - I repeat myself - should keep you busy equivalent to a full time job. If you find that you cannot manage this schedule when working from home, then I strongly suggest that you go to the office.''&lt;br /&gt;
&lt;br /&gt;
''Due to the international nature of our work, it is to be expected that you have to be able to attend telecons after 18:00.''&lt;br /&gt;
&lt;br /&gt;
=== Illness &amp;amp; Vacation ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''if you are ill, always(!) notify Edith, [...] [your supervisor], *and* the people you're working with (i.e., all BSc/MSc students also have a PhD student as point of contact and (s)he should also know).''&lt;br /&gt;
&lt;br /&gt;
''if you plan to go on vacation, talk to [...] [your supervisor] first. [...] [We] will usually say yes, but there are some times you should avoid not being here, especially times before project deadlines, proposal deadlines, and the lab courses. This applies to everybody in the group.''&lt;br /&gt;
&lt;br /&gt;
''once your vacation has been approved or if you're going to a conference, put down the dates of your absence on the white board next to the xerox machine.''&lt;br /&gt;
&lt;br /&gt;
=== X-ray Group Meeting ===&lt;br /&gt;
&lt;br /&gt;
'''From an E-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''group meeting starts Tuesdays, 10:00. The presence of everybody in the group (hiwis, BSc, MSc, PhD, postdocs) is *mandatory*. The only reason not to show up is if you're ill or if you have a lecture. In this case, please let me know. Do not assume I remember because you told me two weeks ago...''&lt;br /&gt;
&lt;br /&gt;
=== Remeis Calendar ===&lt;br /&gt;
&lt;br /&gt;
There is a calendar with the schedule of Remeis events, tours, visiting persons etc. It is very useful for newbies to have it nearby:&lt;br /&gt;
https://www.sternwarte.uni-erlangen.de/calendar/month.php&lt;br /&gt;
&lt;br /&gt;
Don't forget to sign-in with your remeis account, otherwise you will see only the public part.&lt;br /&gt;
&lt;br /&gt;
=== AstroLab ===&lt;br /&gt;
&lt;br /&gt;
Twise a year there is an event when students from the uni come to the observatory and make their lab work. People from the observatory guide and help the students. The lab course takes about a month (usually September and March - see the Remeis Calendar), and people are supposed to participate and should be present and available during that time. In general, it is expected that you neither take vacations nor go to conferences during the lab.&lt;br /&gt;
&lt;br /&gt;
=== Journal Club ===&lt;br /&gt;
&lt;br /&gt;
Incomplete [[intern:litclub|list of past Literature Clubs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Oertel on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''[...] assume that *everybody currently working in the xray-group is participating*.''&lt;br /&gt;
&lt;br /&gt;
''Litclub is always (except during lab) on Tuesdays at 11:30 after the [X-ray] group-meeting. On every Monday I randomly choose someone for the next Litclub. There's a list of astronomy-papers which I will then send to you and you choose one (ideally not strongly correlated to your current work) and prepare a ~10 minute summary-talk. The talk will be in English. You don't have to understand everything they did in the paper, you just have to explain the central idea. One of the main aspects is to practice fast-paper-reading-and-understanding, therefore it has to be on a short notice (meaning Monday morning). This is also to prevent you from spending a few days on preparing. If you come across any interesting paper you think could fit (even if you haven't read it) please send a link to me so that I can add it to the list. You can decline when I ask you on Mondays but please only do so if you have a deadline (proposal or thesis...)/are sick...''&lt;br /&gt;
&lt;br /&gt;
''It really is a good opportunity to practice giving talks, summarizing content and also it is a nice get-together for discussing interesting astro-stuff''&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''Your attendance and active participation is very strongly suggested. It is good for you.''&lt;br /&gt;
&lt;br /&gt;
'''Update - Jun 2022: LitClub is back!'''&lt;br /&gt;
&lt;br /&gt;
Follow this page for relevant details: [[Litclub]]&lt;br /&gt;
&lt;br /&gt;
=== PhD-Hat and -Celebration tradition ===&lt;br /&gt;
&lt;br /&gt;
[[intern:phd_hat_list|List of future PhDs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Kuehnel in 2016 June 14 to almost everybody'''&lt;br /&gt;
&lt;br /&gt;
''[...] this tradition is not alive in every institute. From my personal experience I know places where PhDs just defend and vanish without getting a hat, party, or anything personal from the colleagues. This is not how your 3+ years should end.''&lt;br /&gt;
&lt;br /&gt;
''We have the tradition at our institute that every PhD candidate gets a self-made hat after having defended her or his thesis. Also, a big party is organized for her or his after the defence. It is a common agreement that the hat and the party is *mainly build and organized by all other PhD students*. Of course, also contributions from bachelor or master students are very well welcomed, too. Thus, it is very much appreciate (if not expected) that /everybody/ contributes and not only a few. It is not expected, however, to spent hours, even ~20 minutes are enough (for, e.g., searching and printing a picture, which is supposed to be put on the hat).''&lt;br /&gt;
&lt;br /&gt;
''The main organization of the hat building process and the party is traditionally done by the PhD student, which is supposed to finish her or his PhD next. [...] This person is''&lt;br /&gt;
* ''the initiator of the hat building process and the organization of the party by, e.g., writing emails to everybody (expect to the PhD candidate, of course) in the first place. Creating a wiki-page for the hat might be useful here as well.''&lt;br /&gt;
* ''not expected to do all the work, but rather delegate the different tasks and keep the overview, i.e., is the main contact in case of questions. Here, the contribution of everybody is needed to complete all tasks! Here, quasi-regular meetings scheduled by the responsible person have been helpful.''&lt;br /&gt;
* ''trying to keep everybody updated and informed about, e.g., the hat status or the defence date. As you see, nobody needs to be afraid of this job.''&lt;br /&gt;
&lt;br /&gt;
''Furthermore (and here we are really privileged), our PhD supervisor sponsors the party and hat with a certain amount. The usual case in other institutes is that the PhD candidate her- or himself pays for the party! Note that often the sponsoring is not sufficient for all expenses. In the past, this was solved in an uncomplicated way by either &amp;quot;basst scho&amp;quot; (&amp;quot;it's fine&amp;quot;) from the people who had small expenses (like for the hat) or by the main organizer [...].''&lt;br /&gt;
&lt;br /&gt;
=== Dishwasher Etiquette ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by S. Falkner in 2016 August 29 to everybody'''&lt;br /&gt;
&lt;br /&gt;
[''Please follow the following guideline to avoid a messy kitchen, frustrated Coworkers and unnecessary excessive use of the dishwasher:] ''&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is full, check if it is clean&lt;br /&gt;
&lt;br /&gt;
(YES): Has it just finished and still hot?&lt;br /&gt;
* (YES): Open it completely for cooling and every one too see.&lt;br /&gt;
* (NO): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in!&lt;br /&gt;
(NO): Can you make some room for your stuff?&lt;br /&gt;
* (YES): Perfect, now you can start it if there is really no more room.&lt;br /&gt;
* (NO): Start it and EITHER clean your dishes in the sink (and do not just throw it in their) OR wait till the dishwasher is done and put it in then!.&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is not full, please do a quick check if the dishes look clean:&lt;br /&gt;
&lt;br /&gt;
(YES): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in! Especially on Monday mornings it may happen that the dishwasher is only half full but clean as someone was nice and turned it on Friday afternoon, such that the dishwasher doesn't grow to life over the weekend.&lt;br /&gt;
&lt;br /&gt;
(NO): Put your stuff in and ask yourself if it is Friday afternoon and no one else around any more?&lt;br /&gt;
* (YES): Start the dishwasher&lt;br /&gt;
* (NO): You may wait until you leave&lt;br /&gt;
&lt;br /&gt;
In general it would be nice if all could care more about the kitchen. If&lt;br /&gt;
everyone would do care it would not be necessary for some of us to clean&lt;br /&gt;
up quite a mess, but only a little bit for all of us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Current Members]][[Category:internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2907</id>
		<title>Common Practices at Remeis</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2907"/>
		<updated>2023-07-26T12:29:28Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* AstroLab */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Common Practices at Remeis ==&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''We try to be as flexible as possible, and I trust that you are adults and do not exploit the system. A minimum time for coordination in the group and knowing what everybody is doing is necessary. This time is the group meeting, and for this reason you have to be there and you should be prepared to discuss what you're doing there. If you do something else on the side, this is also fine, but it should not negatively impact on your research. It is on you to be able to manage your different tasks, and the expectation is that research has to come first.''&lt;br /&gt;
&lt;br /&gt;
=== Working Times ===&lt;br /&gt;
&lt;br /&gt;
'''Added by a request of J. Wilms on 2016 June 15'''&lt;br /&gt;
&lt;br /&gt;
Is is expected that you are in the office in Bamberg for at least ~3 days per week. Although we have flexible working times, arriving at 10 a.m. latest is a good practice to ensure significant overlap with your colleagues.&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''working from home or Erlangen is ok (except for [...] [the group meetings]), but [...] [your supervisor] and the people you're working with directly need to know where you are. This means that you need to be reachable by email or phone, and you need to be working. As a rule of thumb:  BSc-, MSc-, and PhD-thesis work is the equivalent to a full time job, irrespective of what your contracts say. Full time means 40+ hours per week. If you're working on the side this is fine - you know that we try to be supportive here -  but this does not mean that you should subtract off the time you're making money from the time you're spending on your research, which - I repeat myself - should keep you busy equivalent to a full time job. If you find that you cannot manage this schedule when working from home, then I strongly suggest that you go to the office.''&lt;br /&gt;
&lt;br /&gt;
''Due to the international nature of our work, it is to be expected that you have to be able to attend telecons after 18:00.''&lt;br /&gt;
&lt;br /&gt;
=== Illness &amp;amp; Vacation ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''if you are ill, always(!) notify Edith, [...] [your supervisor], *and* the people you're working with (i.e., all BSc/MSc students also have a PhD student as point of contact and (s)he should also know).''&lt;br /&gt;
&lt;br /&gt;
''if you plan to go on vacation, talk to [...] [your supervisor] first. [...] [We] will usually say yes, but there are some times you should avoid not being here, especially times before project deadlines, proposal deadlines, and the lab courses. This applies to everybody in the group.''&lt;br /&gt;
&lt;br /&gt;
''once your vacation has been approved or if you're going to a conference, put down the dates of your absence on the white board next to the xerox machine.''&lt;br /&gt;
&lt;br /&gt;
=== X-ray Group Meeting ===&lt;br /&gt;
&lt;br /&gt;
'''From an E-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''group meeting starts Tuesdays, 10:00. The presence of everybody in the group (hiwis, BSc, MSc, PhD, postdocs) is *mandatory*. The only reason not to show up is if you're ill or if you have a lecture. In this case, please let me know. Do not assume I remember because you told me two weeks ago...''&lt;br /&gt;
&lt;br /&gt;
=== Remeis Calendar ===&lt;br /&gt;
&lt;br /&gt;
There is a calendar with the schedule of Remeis events, tours, visiting persons etc. It is very useful for newbies to have it nearby:&lt;br /&gt;
https://www.sternwarte.uni-erlangen.de/calendar/month.php&lt;br /&gt;
&lt;br /&gt;
Don't forget to sign-up, otherwise you will see only the public part.&lt;br /&gt;
&lt;br /&gt;
=== AstroLab ===&lt;br /&gt;
&lt;br /&gt;
Twise a year there is an event when students from the uni come to the observatory and make their lab work. People from the observatory guide and help the students. The lab course takes about a month (usually September and March - see the Remeis Calendar), and people are supposed to participate and should be present and available during that time. In general, it is expected that you neither take vacations nor go to conferences during the lab.&lt;br /&gt;
&lt;br /&gt;
=== Journal Club ===&lt;br /&gt;
&lt;br /&gt;
Incomplete [[intern:litclub|list of past Literature Clubs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Oertel on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''[...] assume that *everybody currently working in the xray-group is participating*.''&lt;br /&gt;
&lt;br /&gt;
''Litclub is always (except during lab) on Tuesdays at 11:30 after the [X-ray] group-meeting. On every Monday I randomly choose someone for the next Litclub. There's a list of astronomy-papers which I will then send to you and you choose one (ideally not strongly correlated to your current work) and prepare a ~10 minute summary-talk. The talk will be in English. You don't have to understand everything they did in the paper, you just have to explain the central idea. One of the main aspects is to practice fast-paper-reading-and-understanding, therefore it has to be on a short notice (meaning Monday morning). This is also to prevent you from spending a few days on preparing. If you come across any interesting paper you think could fit (even if you haven't read it) please send a link to me so that I can add it to the list. You can decline when I ask you on Mondays but please only do so if you have a deadline (proposal or thesis...)/are sick...''&lt;br /&gt;
&lt;br /&gt;
''It really is a good opportunity to practice giving talks, summarizing content and also it is a nice get-together for discussing interesting astro-stuff''&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''Your attendance and active participation is very strongly suggested. It is good for you.''&lt;br /&gt;
&lt;br /&gt;
'''Update - Jun 2022: LitClub is back!'''&lt;br /&gt;
&lt;br /&gt;
Follow this page for relevant details: [[Litclub]]&lt;br /&gt;
&lt;br /&gt;
=== PhD-Hat and -Celebration tradition ===&lt;br /&gt;
&lt;br /&gt;
[[intern:phd_hat_list|List of future PhDs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Kuehnel in 2016 June 14 to almost everybody'''&lt;br /&gt;
&lt;br /&gt;
''[...] this tradition is not alive in every institute. From my personal experience I know places where PhDs just defend and vanish without getting a hat, party, or anything personal from the colleagues. This is not how your 3+ years should end.''&lt;br /&gt;
&lt;br /&gt;
''We have the tradition at our institute that every PhD candidate gets a self-made hat after having defended her or his thesis. Also, a big party is organized for her or his after the defence. It is a common agreement that the hat and the party is *mainly build and organized by all other PhD students*. Of course, also contributions from bachelor or master students are very well welcomed, too. Thus, it is very much appreciate (if not expected) that /everybody/ contributes and not only a few. It is not expected, however, to spent hours, even ~20 minutes are enough (for, e.g., searching and printing a picture, which is supposed to be put on the hat).''&lt;br /&gt;
&lt;br /&gt;
''The main organization of the hat building process and the party is traditionally done by the PhD student, which is supposed to finish her or his PhD next. [...] This person is''&lt;br /&gt;
* ''the initiator of the hat building process and the organization of the party by, e.g., writing emails to everybody (expect to the PhD candidate, of course) in the first place. Creating a wiki-page for the hat might be useful here as well.''&lt;br /&gt;
* ''not expected to do all the work, but rather delegate the different tasks and keep the overview, i.e., is the main contact in case of questions. Here, the contribution of everybody is needed to complete all tasks! Here, quasi-regular meetings scheduled by the responsible person have been helpful.''&lt;br /&gt;
* ''trying to keep everybody updated and informed about, e.g., the hat status or the defence date. As you see, nobody needs to be afraid of this job.''&lt;br /&gt;
&lt;br /&gt;
''Furthermore (and here we are really privileged), our PhD supervisor sponsors the party and hat with a certain amount. The usual case in other institutes is that the PhD candidate her- or himself pays for the party! Note that often the sponsoring is not sufficient for all expenses. In the past, this was solved in an uncomplicated way by either &amp;quot;basst scho&amp;quot; (&amp;quot;it's fine&amp;quot;) from the people who had small expenses (like for the hat) or by the main organizer [...].''&lt;br /&gt;
&lt;br /&gt;
=== Dishwasher Etiquette ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by S. Falkner in 2016 August 29 to everybody'''&lt;br /&gt;
&lt;br /&gt;
[''Please follow the following guideline to avoid a messy kitchen, frustrated Coworkers and unnecessary excessive use of the dishwasher:] ''&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is full, check if it is clean&lt;br /&gt;
&lt;br /&gt;
(YES): Has it just finished and still hot?&lt;br /&gt;
* (YES): Open it completely for cooling and every one too see.&lt;br /&gt;
* (NO): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in!&lt;br /&gt;
(NO): Can you make some room for your stuff?&lt;br /&gt;
* (YES): Perfect, now you can start it if there is really no more room.&lt;br /&gt;
* (NO): Start it and EITHER clean your dishes in the sink (and do not just throw it in their) OR wait till the dishwasher is done and put it in then!.&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is not full, please do a quick check if the dishes look clean:&lt;br /&gt;
&lt;br /&gt;
(YES): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in! Especially on Monday mornings it may happen that the dishwasher is only half full but clean as someone was nice and turned it on Friday afternoon, such that the dishwasher doesn't grow to life over the weekend.&lt;br /&gt;
&lt;br /&gt;
(NO): Put your stuff in and ask yourself if it is Friday afternoon and no one else around any more?&lt;br /&gt;
* (YES): Start the dishwasher&lt;br /&gt;
* (NO): You may wait until you leave&lt;br /&gt;
&lt;br /&gt;
In general it would be nice if all could care more about the kitchen. If&lt;br /&gt;
everyone would do care it would not be necessary for some of us to clean&lt;br /&gt;
up quite a mess, but only a little bit for all of us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Current Members]][[Category:internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2906</id>
		<title>Common Practices at Remeis</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2906"/>
		<updated>2023-07-26T12:28:45Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Common Practices at Remeis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Common Practices at Remeis ==&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''We try to be as flexible as possible, and I trust that you are adults and do not exploit the system. A minimum time for coordination in the group and knowing what everybody is doing is necessary. This time is the group meeting, and for this reason you have to be there and you should be prepared to discuss what you're doing there. If you do something else on the side, this is also fine, but it should not negatively impact on your research. It is on you to be able to manage your different tasks, and the expectation is that research has to come first.''&lt;br /&gt;
&lt;br /&gt;
=== Working Times ===&lt;br /&gt;
&lt;br /&gt;
'''Added by a request of J. Wilms on 2016 June 15'''&lt;br /&gt;
&lt;br /&gt;
Is is expected that you are in the office in Bamberg for at least ~3 days per week. Although we have flexible working times, arriving at 10 a.m. latest is a good practice to ensure significant overlap with your colleagues.&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''working from home or Erlangen is ok (except for [...] [the group meetings]), but [...] [your supervisor] and the people you're working with directly need to know where you are. This means that you need to be reachable by email or phone, and you need to be working. As a rule of thumb:  BSc-, MSc-, and PhD-thesis work is the equivalent to a full time job, irrespective of what your contracts say. Full time means 40+ hours per week. If you're working on the side this is fine - you know that we try to be supportive here -  but this does not mean that you should subtract off the time you're making money from the time you're spending on your research, which - I repeat myself - should keep you busy equivalent to a full time job. If you find that you cannot manage this schedule when working from home, then I strongly suggest that you go to the office.''&lt;br /&gt;
&lt;br /&gt;
''Due to the international nature of our work, it is to be expected that you have to be able to attend telecons after 18:00.''&lt;br /&gt;
&lt;br /&gt;
=== Illness &amp;amp; Vacation ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''if you are ill, always(!) notify Edith, [...] [your supervisor], *and* the people you're working with (i.e., all BSc/MSc students also have a PhD student as point of contact and (s)he should also know).''&lt;br /&gt;
&lt;br /&gt;
''if you plan to go on vacation, talk to [...] [your supervisor] first. [...] [We] will usually say yes, but there are some times you should avoid not being here, especially times before project deadlines, proposal deadlines, and the lab courses. This applies to everybody in the group.''&lt;br /&gt;
&lt;br /&gt;
''once your vacation has been approved or if you're going to a conference, put down the dates of your absence on the white board next to the xerox machine.''&lt;br /&gt;
&lt;br /&gt;
=== X-ray Group Meeting ===&lt;br /&gt;
&lt;br /&gt;
'''From an E-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''group meeting starts Tuesdays, 10:00. The presence of everybody in the group (hiwis, BSc, MSc, PhD, postdocs) is *mandatory*. The only reason not to show up is if you're ill or if you have a lecture. In this case, please let me know. Do not assume I remember because you told me two weeks ago...''&lt;br /&gt;
&lt;br /&gt;
=== Remeis Calendar ===&lt;br /&gt;
&lt;br /&gt;
There is a calendar with the schedule of Remeis events, tours, visiting persons etc. It is very useful for newbies to have it nearby:&lt;br /&gt;
https://www.sternwarte.uni-erlangen.de/calendar/month.php&lt;br /&gt;
&lt;br /&gt;
Don't forget to sign-up, otherwise you will see only the public part.&lt;br /&gt;
&lt;br /&gt;
=== AstroLab ===&lt;br /&gt;
&lt;br /&gt;
Twise a year there is an event when students from the uni come to the observatory and make their lab work. People from the observatory guide and help the students. The lab course takes about a month (usually September and March - see the Remeis Calendar), and people are supposed to participate and should be present and available during that time. In general, it is expected that you neither take vacations nor go to conferences.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Journal Club ===&lt;br /&gt;
&lt;br /&gt;
Incomplete [[intern:litclub|list of past Literature Clubs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Oertel on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''[...] assume that *everybody currently working in the xray-group is participating*.''&lt;br /&gt;
&lt;br /&gt;
''Litclub is always (except during lab) on Tuesdays at 11:30 after the [X-ray] group-meeting. On every Monday I randomly choose someone for the next Litclub. There's a list of astronomy-papers which I will then send to you and you choose one (ideally not strongly correlated to your current work) and prepare a ~10 minute summary-talk. The talk will be in English. You don't have to understand everything they did in the paper, you just have to explain the central idea. One of the main aspects is to practice fast-paper-reading-and-understanding, therefore it has to be on a short notice (meaning Monday morning). This is also to prevent you from spending a few days on preparing. If you come across any interesting paper you think could fit (even if you haven't read it) please send a link to me so that I can add it to the list. You can decline when I ask you on Mondays but please only do so if you have a deadline (proposal or thesis...)/are sick...''&lt;br /&gt;
&lt;br /&gt;
''It really is a good opportunity to practice giving talks, summarizing content and also it is a nice get-together for discussing interesting astro-stuff''&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''Your attendance and active participation is very strongly suggested. It is good for you.''&lt;br /&gt;
&lt;br /&gt;
'''Update - Jun 2022: LitClub is back!'''&lt;br /&gt;
&lt;br /&gt;
Follow this page for relevant details: [[Litclub]]&lt;br /&gt;
&lt;br /&gt;
=== PhD-Hat and -Celebration tradition ===&lt;br /&gt;
&lt;br /&gt;
[[intern:phd_hat_list|List of future PhDs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Kuehnel in 2016 June 14 to almost everybody'''&lt;br /&gt;
&lt;br /&gt;
''[...] this tradition is not alive in every institute. From my personal experience I know places where PhDs just defend and vanish without getting a hat, party, or anything personal from the colleagues. This is not how your 3+ years should end.''&lt;br /&gt;
&lt;br /&gt;
''We have the tradition at our institute that every PhD candidate gets a self-made hat after having defended her or his thesis. Also, a big party is organized for her or his after the defence. It is a common agreement that the hat and the party is *mainly build and organized by all other PhD students*. Of course, also contributions from bachelor or master students are very well welcomed, too. Thus, it is very much appreciate (if not expected) that /everybody/ contributes and not only a few. It is not expected, however, to spent hours, even ~20 minutes are enough (for, e.g., searching and printing a picture, which is supposed to be put on the hat).''&lt;br /&gt;
&lt;br /&gt;
''The main organization of the hat building process and the party is traditionally done by the PhD student, which is supposed to finish her or his PhD next. [...] This person is''&lt;br /&gt;
* ''the initiator of the hat building process and the organization of the party by, e.g., writing emails to everybody (expect to the PhD candidate, of course) in the first place. Creating a wiki-page for the hat might be useful here as well.''&lt;br /&gt;
* ''not expected to do all the work, but rather delegate the different tasks and keep the overview, i.e., is the main contact in case of questions. Here, the contribution of everybody is needed to complete all tasks! Here, quasi-regular meetings scheduled by the responsible person have been helpful.''&lt;br /&gt;
* ''trying to keep everybody updated and informed about, e.g., the hat status or the defence date. As you see, nobody needs to be afraid of this job.''&lt;br /&gt;
&lt;br /&gt;
''Furthermore (and here we are really privileged), our PhD supervisor sponsors the party and hat with a certain amount. The usual case in other institutes is that the PhD candidate her- or himself pays for the party! Note that often the sponsoring is not sufficient for all expenses. In the past, this was solved in an uncomplicated way by either &amp;quot;basst scho&amp;quot; (&amp;quot;it's fine&amp;quot;) from the people who had small expenses (like for the hat) or by the main organizer [...].''&lt;br /&gt;
&lt;br /&gt;
=== Dishwasher Etiquette ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by S. Falkner in 2016 August 29 to everybody'''&lt;br /&gt;
&lt;br /&gt;
[''Please follow the following guideline to avoid a messy kitchen, frustrated Coworkers and unnecessary excessive use of the dishwasher:] ''&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is full, check if it is clean&lt;br /&gt;
&lt;br /&gt;
(YES): Has it just finished and still hot?&lt;br /&gt;
* (YES): Open it completely for cooling and every one too see.&lt;br /&gt;
* (NO): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in!&lt;br /&gt;
(NO): Can you make some room for your stuff?&lt;br /&gt;
* (YES): Perfect, now you can start it if there is really no more room.&lt;br /&gt;
* (NO): Start it and EITHER clean your dishes in the sink (and do not just throw it in their) OR wait till the dishwasher is done and put it in then!.&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is not full, please do a quick check if the dishes look clean:&lt;br /&gt;
&lt;br /&gt;
(YES): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in! Especially on Monday mornings it may happen that the dishwasher is only half full but clean as someone was nice and turned it on Friday afternoon, such that the dishwasher doesn't grow to life over the weekend.&lt;br /&gt;
&lt;br /&gt;
(NO): Put your stuff in and ask yourself if it is Friday afternoon and no one else around any more?&lt;br /&gt;
* (YES): Start the dishwasher&lt;br /&gt;
* (NO): You may wait until you leave&lt;br /&gt;
&lt;br /&gt;
In general it would be nice if all could care more about the kitchen. If&lt;br /&gt;
everyone would do care it would not be necessary for some of us to clean&lt;br /&gt;
up quite a mess, but only a little bit for all of us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Current Members]][[Category:internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2905</id>
		<title>Common Practices at Remeis</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2905"/>
		<updated>2023-07-26T12:19:06Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Remeis Calendar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Common Practices at Remeis ==&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''We try to be as flexible as possible, and I trust that you are adults and do not exploit the system. A minimum time for coordination in the group and knowing what everybody is doing is necessary. This time is the group meeting, and for this reason you have to be there and you should be prepared to discuss what you're doing there. If you do something else on the side, this is also fine, but it should not negatively impact on your research. It is on you to be able to manage your different tasks, and the expectation is that research has to come first.''&lt;br /&gt;
&lt;br /&gt;
=== Working Times ===&lt;br /&gt;
&lt;br /&gt;
'''Added by a request of J. Wilms on 2016 June 15'''&lt;br /&gt;
&lt;br /&gt;
Is is expected that you are in the office in Bamberg for at least ~3 days per week. Although we have flexible working times, arriving at 10 a.m. latest is a good practice to ensure significant overlap with your colleagues.&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''working from home or Erlangen is ok (except for [...] [the group meetings]), but [...] [your supervisor] and the people you're working with directly need to know where you are. This means that you need to be reachable by email or phone, and you need to be working. As a rule of thumb:  BSc-, MSc-, and PhD-thesis work is the equivalent to a full time job, irrespective of what your contracts say. Full time means 40+ hours per week. If you're working on the side this is fine - you know that we try to be supportive here -  but this does not mean that you should subtract off the time you're making money from the time you're spending on your research, which - I repeat myself - should keep you busy equivalent to a full time job. If you find that you cannot manage this schedule when working from home, then I strongly suggest that you go to the office.''&lt;br /&gt;
&lt;br /&gt;
''Due to the international nature of our work, it is to be expected that you have to be able to attend telecons after 18:00.''&lt;br /&gt;
&lt;br /&gt;
=== Illness &amp;amp; Vacation ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''if you are ill, always(!) notify Edith, [...] [your supervisor], *and* the people you're working with (i.e., all BSc/MSc students also have a PhD student as point of contact and (s)he should also know).''&lt;br /&gt;
&lt;br /&gt;
''if you plan to go on vacation, talk to [...] [your supervisor] first. [...] [We] will usually say yes, but there are some times you should avoid not being here, especially times before project deadlines, proposal deadlines, and the lab courses. This applies to everybody in the group.''&lt;br /&gt;
&lt;br /&gt;
''once your vacation has been approved or if you're going to a conference, put down the dates of your absence on the white board next to the xerox machine.''&lt;br /&gt;
&lt;br /&gt;
=== X-ray Group Meeting ===&lt;br /&gt;
&lt;br /&gt;
'''From an E-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''group meeting starts Tuesdays, 10:00. The presence of everybody in the group (hiwis, BSc, MSc, PhD, postdocs) is *mandatory*. The only reason not to show up is if you're ill or if you have a lecture. In this case, please let me know. Do not assume I remember because you told me two weeks ago...''&lt;br /&gt;
&lt;br /&gt;
=== Remeis Calendar ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is a calendar with the schedule of Remeis events, tours, visiting persons etc. It is very useful for newbies to have it nearby:&lt;br /&gt;
https://www.sternwarte.uni-erlangen.de/calendar/month.php&lt;br /&gt;
&lt;br /&gt;
Don't forget to sign-up, otherwise you will see only the public part.&lt;br /&gt;
&lt;br /&gt;
=== Journal Club ===&lt;br /&gt;
&lt;br /&gt;
Incomplete [[intern:litclub|list of past Literature Clubs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Oertel on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''[...] assume that *everybody currently working in the xray-group is participating*.''&lt;br /&gt;
&lt;br /&gt;
''Litclub is always (except during lab) on Tuesdays at 11:30 after the [X-ray] group-meeting. On every Monday I randomly choose someone for the next Litclub. There's a list of astronomy-papers which I will then send to you and you choose one (ideally not strongly correlated to your current work) and prepare a ~10 minute summary-talk. The talk will be in English. You don't have to understand everything they did in the paper, you just have to explain the central idea. One of the main aspects is to practice fast-paper-reading-and-understanding, therefore it has to be on a short notice (meaning Monday morning). This is also to prevent you from spending a few days on preparing. If you come across any interesting paper you think could fit (even if you haven't read it) please send a link to me so that I can add it to the list. You can decline when I ask you on Mondays but please only do so if you have a deadline (proposal or thesis...)/are sick...''&lt;br /&gt;
&lt;br /&gt;
''It really is a good opportunity to practice giving talks, summarizing content and also it is a nice get-together for discussing interesting astro-stuff''&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''Your attendance and active participation is very strongly suggested. It is good for you.''&lt;br /&gt;
&lt;br /&gt;
'''Update - Jun 2022: LitClub is back!'''&lt;br /&gt;
&lt;br /&gt;
Follow this page for relevant details: [[Litclub]]&lt;br /&gt;
&lt;br /&gt;
=== PhD-Hat and -Celebration tradition ===&lt;br /&gt;
&lt;br /&gt;
[[intern:phd_hat_list|List of future PhDs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Kuehnel in 2016 June 14 to almost everybody'''&lt;br /&gt;
&lt;br /&gt;
''[...] this tradition is not alive in every institute. From my personal experience I know places where PhDs just defend and vanish without getting a hat, party, or anything personal from the colleagues. This is not how your 3+ years should end.''&lt;br /&gt;
&lt;br /&gt;
''We have the tradition at our institute that every PhD candidate gets a self-made hat after having defended her or his thesis. Also, a big party is organized for her or his after the defence. It is a common agreement that the hat and the party is *mainly build and organized by all other PhD students*. Of course, also contributions from bachelor or master students are very well welcomed, too. Thus, it is very much appreciate (if not expected) that /everybody/ contributes and not only a few. It is not expected, however, to spent hours, even ~20 minutes are enough (for, e.g., searching and printing a picture, which is supposed to be put on the hat).''&lt;br /&gt;
&lt;br /&gt;
''The main organization of the hat building process and the party is traditionally done by the PhD student, which is supposed to finish her or his PhD next. [...] This person is''&lt;br /&gt;
* ''the initiator of the hat building process and the organization of the party by, e.g., writing emails to everybody (expect to the PhD candidate, of course) in the first place. Creating a wiki-page for the hat might be useful here as well.''&lt;br /&gt;
* ''not expected to do all the work, but rather delegate the different tasks and keep the overview, i.e., is the main contact in case of questions. Here, the contribution of everybody is needed to complete all tasks! Here, quasi-regular meetings scheduled by the responsible person have been helpful.''&lt;br /&gt;
* ''trying to keep everybody updated and informed about, e.g., the hat status or the defence date. As you see, nobody needs to be afraid of this job.''&lt;br /&gt;
&lt;br /&gt;
''Furthermore (and here we are really privileged), our PhD supervisor sponsors the party and hat with a certain amount. The usual case in other institutes is that the PhD candidate her- or himself pays for the party! Note that often the sponsoring is not sufficient for all expenses. In the past, this was solved in an uncomplicated way by either &amp;quot;basst scho&amp;quot; (&amp;quot;it's fine&amp;quot;) from the people who had small expenses (like for the hat) or by the main organizer [...].''&lt;br /&gt;
&lt;br /&gt;
=== Dishwasher Etiquette ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by S. Falkner in 2016 August 29 to everybody'''&lt;br /&gt;
&lt;br /&gt;
[''Please follow the following guideline to avoid a messy kitchen, frustrated Coworkers and unnecessary excessive use of the dishwasher:] ''&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is full, check if it is clean&lt;br /&gt;
&lt;br /&gt;
(YES): Has it just finished and still hot?&lt;br /&gt;
* (YES): Open it completely for cooling and every one too see.&lt;br /&gt;
* (NO): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in!&lt;br /&gt;
(NO): Can you make some room for your stuff?&lt;br /&gt;
* (YES): Perfect, now you can start it if there is really no more room.&lt;br /&gt;
* (NO): Start it and EITHER clean your dishes in the sink (and do not just throw it in their) OR wait till the dishwasher is done and put it in then!.&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is not full, please do a quick check if the dishes look clean:&lt;br /&gt;
&lt;br /&gt;
(YES): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in! Especially on Monday mornings it may happen that the dishwasher is only half full but clean as someone was nice and turned it on Friday afternoon, such that the dishwasher doesn't grow to life over the weekend.&lt;br /&gt;
&lt;br /&gt;
(NO): Put your stuff in and ask yourself if it is Friday afternoon and no one else around any more?&lt;br /&gt;
* (YES): Start the dishwasher&lt;br /&gt;
* (NO): You may wait until you leave&lt;br /&gt;
&lt;br /&gt;
In general it would be nice if all could care more about the kitchen. If&lt;br /&gt;
everyone would do care it would not be necessary for some of us to clean&lt;br /&gt;
up quite a mess, but only a little bit for all of us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Current Members]][[Category:internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2904</id>
		<title>Common Practices at Remeis</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Common_Practices_at_Remeis&amp;diff=2904"/>
		<updated>2023-07-26T12:18:32Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Common Practices at Remeis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Common Practices at Remeis ==&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''We try to be as flexible as possible, and I trust that you are adults and do not exploit the system. A minimum time for coordination in the group and knowing what everybody is doing is necessary. This time is the group meeting, and for this reason you have to be there and you should be prepared to discuss what you're doing there. If you do something else on the side, this is also fine, but it should not negatively impact on your research. It is on you to be able to manage your different tasks, and the expectation is that research has to come first.''&lt;br /&gt;
&lt;br /&gt;
=== Working Times ===&lt;br /&gt;
&lt;br /&gt;
'''Added by a request of J. Wilms on 2016 June 15'''&lt;br /&gt;
&lt;br /&gt;
Is is expected that you are in the office in Bamberg for at least ~3 days per week. Although we have flexible working times, arriving at 10 a.m. latest is a good practice to ensure significant overlap with your colleagues.&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''working from home or Erlangen is ok (except for [...] [the group meetings]), but [...] [your supervisor] and the people you're working with directly need to know where you are. This means that you need to be reachable by email or phone, and you need to be working. As a rule of thumb:  BSc-, MSc-, and PhD-thesis work is the equivalent to a full time job, irrespective of what your contracts say. Full time means 40+ hours per week. If you're working on the side this is fine - you know that we try to be supportive here -  but this does not mean that you should subtract off the time you're making money from the time you're spending on your research, which - I repeat myself - should keep you busy equivalent to a full time job. If you find that you cannot manage this schedule when working from home, then I strongly suggest that you go to the office.''&lt;br /&gt;
&lt;br /&gt;
''Due to the international nature of our work, it is to be expected that you have to be able to attend telecons after 18:00.''&lt;br /&gt;
&lt;br /&gt;
=== Illness &amp;amp; Vacation ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''if you are ill, always(!) notify Edith, [...] [your supervisor], *and* the people you're working with (i.e., all BSc/MSc students also have a PhD student as point of contact and (s)he should also know).''&lt;br /&gt;
&lt;br /&gt;
''if you plan to go on vacation, talk to [...] [your supervisor] first. [...] [We] will usually say yes, but there are some times you should avoid not being here, especially times before project deadlines, proposal deadlines, and the lab courses. This applies to everybody in the group.''&lt;br /&gt;
&lt;br /&gt;
''once your vacation has been approved or if you're going to a conference, put down the dates of your absence on the white board next to the xerox machine.''&lt;br /&gt;
&lt;br /&gt;
=== X-ray Group Meeting ===&lt;br /&gt;
&lt;br /&gt;
'''From an E-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''group meeting starts Tuesdays, 10:00. The presence of everybody in the group (hiwis, BSc, MSc, PhD, postdocs) is *mandatory*. The only reason not to show up is if you're ill or if you have a lecture. In this case, please let me know. Do not assume I remember because you told me two weeks ago...''&lt;br /&gt;
&lt;br /&gt;
=== Remeis Calendar ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''There is a calendar with the schedule of Remeis events, tours, visiting persons etc. It is very useful for newbies to have it nearby:&lt;br /&gt;
https://www.sternwarte.uni-erlangen.de/calendar/month.php''&lt;br /&gt;
&lt;br /&gt;
''Don't forget to sign-up, otherwise you will see only the public part.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Journal Club ===&lt;br /&gt;
&lt;br /&gt;
Incomplete [[intern:litclub|list of past Literature Clubs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Oertel on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''[...] assume that *everybody currently working in the xray-group is participating*.''&lt;br /&gt;
&lt;br /&gt;
''Litclub is always (except during lab) on Tuesdays at 11:30 after the [X-ray] group-meeting. On every Monday I randomly choose someone for the next Litclub. There's a list of astronomy-papers which I will then send to you and you choose one (ideally not strongly correlated to your current work) and prepare a ~10 minute summary-talk. The talk will be in English. You don't have to understand everything they did in the paper, you just have to explain the central idea. One of the main aspects is to practice fast-paper-reading-and-understanding, therefore it has to be on a short notice (meaning Monday morning). This is also to prevent you from spending a few days on preparing. If you come across any interesting paper you think could fit (even if you haven't read it) please send a link to me so that I can add it to the list. You can decline when I ask you on Mondays but please only do so if you have a deadline (proposal or thesis...)/are sick...''&lt;br /&gt;
&lt;br /&gt;
''It really is a good opportunity to practice giving talks, summarizing content and also it is a nice get-together for discussing interesting astro-stuff''&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by J. Wilms on 2016 June 14 to the X-ray gang'''&lt;br /&gt;
&lt;br /&gt;
''Your attendance and active participation is very strongly suggested. It is good for you.''&lt;br /&gt;
&lt;br /&gt;
'''Update - Jun 2022: LitClub is back!'''&lt;br /&gt;
&lt;br /&gt;
Follow this page for relevant details: [[Litclub]]&lt;br /&gt;
&lt;br /&gt;
=== PhD-Hat and -Celebration tradition ===&lt;br /&gt;
&lt;br /&gt;
[[intern:phd_hat_list|List of future PhDs]]&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by M. Kuehnel in 2016 June 14 to almost everybody'''&lt;br /&gt;
&lt;br /&gt;
''[...] this tradition is not alive in every institute. From my personal experience I know places where PhDs just defend and vanish without getting a hat, party, or anything personal from the colleagues. This is not how your 3+ years should end.''&lt;br /&gt;
&lt;br /&gt;
''We have the tradition at our institute that every PhD candidate gets a self-made hat after having defended her or his thesis. Also, a big party is organized for her or his after the defence. It is a common agreement that the hat and the party is *mainly build and organized by all other PhD students*. Of course, also contributions from bachelor or master students are very well welcomed, too. Thus, it is very much appreciate (if not expected) that /everybody/ contributes and not only a few. It is not expected, however, to spent hours, even ~20 minutes are enough (for, e.g., searching and printing a picture, which is supposed to be put on the hat).''&lt;br /&gt;
&lt;br /&gt;
''The main organization of the hat building process and the party is traditionally done by the PhD student, which is supposed to finish her or his PhD next. [...] This person is''&lt;br /&gt;
* ''the initiator of the hat building process and the organization of the party by, e.g., writing emails to everybody (expect to the PhD candidate, of course) in the first place. Creating a wiki-page for the hat might be useful here as well.''&lt;br /&gt;
* ''not expected to do all the work, but rather delegate the different tasks and keep the overview, i.e., is the main contact in case of questions. Here, the contribution of everybody is needed to complete all tasks! Here, quasi-regular meetings scheduled by the responsible person have been helpful.''&lt;br /&gt;
* ''trying to keep everybody updated and informed about, e.g., the hat status or the defence date. As you see, nobody needs to be afraid of this job.''&lt;br /&gt;
&lt;br /&gt;
''Furthermore (and here we are really privileged), our PhD supervisor sponsors the party and hat with a certain amount. The usual case in other institutes is that the PhD candidate her- or himself pays for the party! Note that often the sponsoring is not sufficient for all expenses. In the past, this was solved in an uncomplicated way by either &amp;quot;basst scho&amp;quot; (&amp;quot;it's fine&amp;quot;) from the people who had small expenses (like for the hat) or by the main organizer [...].''&lt;br /&gt;
&lt;br /&gt;
=== Dishwasher Etiquette ===&lt;br /&gt;
&lt;br /&gt;
'''From an e-mail by S. Falkner in 2016 August 29 to everybody'''&lt;br /&gt;
&lt;br /&gt;
[''Please follow the following guideline to avoid a messy kitchen, frustrated Coworkers and unnecessary excessive use of the dishwasher:] ''&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is full, check if it is clean&lt;br /&gt;
&lt;br /&gt;
(YES): Has it just finished and still hot?&lt;br /&gt;
* (YES): Open it completely for cooling and every one too see.&lt;br /&gt;
* (NO): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in!&lt;br /&gt;
(NO): Can you make some room for your stuff?&lt;br /&gt;
* (YES): Perfect, now you can start it if there is really no more room.&lt;br /&gt;
* (NO): Start it and EITHER clean your dishes in the sink (and do not just throw it in their) OR wait till the dishwasher is done and put it in then!.&lt;br /&gt;
&lt;br /&gt;
In case the dishwasher is not full, please do a quick check if the dishes look clean:&lt;br /&gt;
&lt;br /&gt;
(YES): Empty it COMPLETELY and put your dirty dishes in and check if there is other dirty stuff to put in! Especially on Monday mornings it may happen that the dishwasher is only half full but clean as someone was nice and turned it on Friday afternoon, such that the dishwasher doesn't grow to life over the weekend.&lt;br /&gt;
&lt;br /&gt;
(NO): Put your stuff in and ask yourself if it is Friday afternoon and no one else around any more?&lt;br /&gt;
* (YES): Start the dishwasher&lt;br /&gt;
* (NO): You may wait until you leave&lt;br /&gt;
&lt;br /&gt;
In general it would be nice if all could care more about the kitchen. If&lt;br /&gt;
everyone would do care it would not be necessary for some of us to clean&lt;br /&gt;
up quite a mess, but only a little bit for all of us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Current Members]][[Category:internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Slurm&amp;diff=2878</id>
		<title>Slurm</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Slurm&amp;diff=2878"/>
		<updated>2023-07-17T10:12:34Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Quick users tutorial */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Slurm]]&lt;br /&gt;
&lt;br /&gt;
= About =&lt;br /&gt;
&lt;br /&gt;
In order to spread the workload of scientific computations on our compute nodes the resource manager SLURM is used.&lt;br /&gt;
&lt;br /&gt;
From [https://slurm.schedmd.com/overview.html official SLURM website]:&lt;br /&gt;
&lt;br /&gt;
''Slurm is an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters. Slurm requires no kernel modifications for its operation and is relatively self-contained. As a cluster workload manager, Slurm has three key functions. First, it allocates exclusive and/or non-exclusive access to resources (compute nodes) to users for some duration of time so they can perform work. Second, it provides a framework for starting, executing, and monitoring work (normally a parallel job) on the set of allocated nodes. Finally, it arbitrates contention for resources by managing a queue of pending work.''&lt;br /&gt;
[[File:entities_slurm.gif|frame|Different entities of Slurm]]&lt;br /&gt;
From [https://slurm.schedmd.com/overview.html official SLURM website]:&lt;br /&gt;
&lt;br /&gt;
''SLURM manages the cluster in partitions, which are a set of compute nodes. Note, that partitions may overlap, e.g. one compute node may be in two or more partitions. A node is a physical computer which provides consumable resources: CPUs and Memory. A CPU does not necessarily have to be a physical processor but is more like a virtual CPU to run one single task on. A dual core with hyper threading technology, for instance, would show up as a node with 4 CPUs consisting of two cores with the capability of running two threads on each core. Physical memory is defined in MB.''&lt;br /&gt;
&lt;br /&gt;
The following partitions exist in the current setup:&lt;br /&gt;
&lt;br /&gt;
* remeis: default partition, all machines, timelimit: 7days&lt;br /&gt;
* erosita: only available for selected people involved in the project, timelimit: infinite&lt;br /&gt;
* debug: very high priority partition for software development, timelimit: 1h&lt;br /&gt;
&lt;br /&gt;
= Quick users tutorial =&lt;br /&gt;
&lt;br /&gt;
This tutorial will give you a quick overview over the most important commands. The [https://slurm.schedmd.com/overview.html official SLURM website] provides more detailed information.&lt;br /&gt;
&lt;br /&gt;
Important information about running jobs with remeis cluster for the first time: you need to write an email to the administrators to give you permission. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Get cluster status ==&lt;br /&gt;
In order to get an overview of the cluster, type&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  sinfo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This command offers a variety of options how to format the output. In order to get a detailed output while focusing on the nodes rather than the partitions, type&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  sinfo -N -l&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
An overview over the available partitions can be shown with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  scontrol show partition&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
an the current queued and running jobs can be displayed using&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  squeue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Executing a job in real-time ==&lt;br /&gt;
In order to allocate for instance 1 CPUs and 100MB of memory for real-time work, type &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  salloc --mem-per-cpu=100 -n1 bash&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your bash is now connected to the compute nodes. In order to execute a script use the srun-command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  srun my_script.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Each srun-command you execute now is interpreted as a job step. The currently running job step of submitted jobs can be displayed using&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  squeue -s&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also start a job by simply use the srun command and specify your requirements. In the following case, srun will allocate 100MB of memory and 1 CPU(s) for 1 task, only for the duration of execution.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  srun --mem-per-cpu=100 -n1 my_script.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If resources are available your job will start immediately.&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
== Submitting a job for later execution ==&lt;br /&gt;
&lt;br /&gt;
The most convenient way is to submit a job script for later execution. The top part of the script contains scheduling information for SLURM, the more information you provide here, the better.&lt;br /&gt;
&lt;br /&gt;
First of all, a job name is specified, followed by a maximum time. If your job exceeds this time, it will be killed. However, do not overestimate too much because short jobs might start earlier. Acceptable time formats include &amp;quot;minutes&amp;quot;, &amp;quot;minutes:seconds&amp;quot;, &amp;quot;hours:minutes:seconds&amp;quot;, &amp;quot;days-hours&amp;quot;, &amp;quot;days-hours:minutes&amp;quot; and &amp;quot;days-hours:minutes:seconds&amp;quot;. The output file is set to be test-job(jobID).out and the partition to run the job on is &amp;quot;remeis&amp;quot;.&lt;br /&gt;
The sbatch-script itself will not initiate any job but only allocate the resources. The ''ntasks'' and ''mem-per-cpu'' options advise the SLURM controller that job steps run within the allocation will launch a maximum of number tasks and to provide for sufficient resources.&lt;br /&gt;
&lt;br /&gt;
The ''srun'' commands in the job script launch the job steps. The example below thus consists of two job steps. Each of the ''srun'' commands may have own requirements concerning memory any may also spawn less tasks than given in the header of the script file. However, the values in the header may never be exceeded!&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  #SBATCH --job-name my_first_job&lt;br /&gt;
  #SBATCH --time 05:00&lt;br /&gt;
  #SBATCH --output test-job_%A_%a.out&lt;br /&gt;
  #SBATCH --error test-job_%A_%a.err&lt;br /&gt;
  #SBATCH --partition=remeis&lt;br /&gt;
  #SBATCH --ntasks=4&lt;br /&gt;
  #SBATCH --mem-per-cpu=100&lt;br /&gt;
  srun -l my_script1.sh&lt;br /&gt;
  srun -l my_script2.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The ''-l'' parameter of ''srun'' will print the task number in front of a line of stdout/err. You can submit this script by saving it in a file, e.g. ''my_first_job.slurm'', and sumitting it using &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  cepheus:~&amp;gt; sbatch my_first_job.slurm &lt;br /&gt;
  Submitted batch job 144&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check the estimated starting time of your job using&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  squeue --start&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Submitting a job array ==&lt;br /&gt;
&lt;br /&gt;
In order to submit a array of jobs with the same requirements you have to modify your script file. &lt;br /&gt;
The script above is going to spawn 4 jobs each consisting of one srun command. Note the presence of the new environment variable ''${SLURM_ARRAY_TASK_ID}'' which might be useful for your work. In this example we start an isis-script with different input values. You can also simply use different scripts.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  #!/bin/bash                     &lt;br /&gt;
  #SBATCH --partition remeis&lt;br /&gt;
  #SBATCH --job-name important_job                                                                   &lt;br /&gt;
  #SBATCH --ntasks=1&lt;br /&gt;
  #SBATCH --time 00:05:00                                                         &lt;br /&gt;
  #SBATCH --output /home/dauser/tmp/jobscript_beta.%A_%a.out          &lt;br /&gt;
  #SBATCH --error /home/dauser/tmp/jobscript_beta.%A_%a.err          &lt;br /&gt;
  #SBATCH --array 0-3&lt;br /&gt;
  &lt;br /&gt;
  cd /home/user/script/&lt;br /&gt;
  &lt;br /&gt;
  COMMAND[0]=&amp;quot;./sim_script.sl 0.00&amp;quot;                                       &lt;br /&gt;
  COMMAND[1]=&amp;quot;./sim_script.sl 0.10&amp;quot;                                       &lt;br /&gt;
  COMMAND[2]=&amp;quot;./sim_script.sl 0.20&amp;quot;                                       &lt;br /&gt;
  COMMAND[3]=&amp;quot;./sim_script.sl 0.30&amp;quot;                                       &lt;br /&gt;
  &lt;br /&gt;
  srun /usr/bin/nice -n +19 ${COMMAND[$SLURM_ARRAY_TASK_ID]} &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note that it is often much better not to hard code the parameters of your job in the batch script, but to move that logic into the simulation script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  #!/bin/bash                     &lt;br /&gt;
  #SBATCH --partition remeis&lt;br /&gt;
  #SBATCH --job-name important_job                                                                   &lt;br /&gt;
  #SBATCH --ntasks=1&lt;br /&gt;
  #SBATCH --time 00:05:00                                                         &lt;br /&gt;
  #SBATCH --output /home/dauser/tmp/jobscript_beta.%A_%a.out          &lt;br /&gt;
  #SBATCH --error /home/dauser/tmp/jobscript_beta.%A_%a.err          &lt;br /&gt;
  #SBATCH --array 0-3&lt;br /&gt;
  &lt;br /&gt;
  cd /home/user/script/&lt;br /&gt;
  srun /usr/bin/nice -n +19 ./script --param=${SLURM_ARRAY_TASK_ID} &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In this case, the script will use the command line parameter param to identify what is to be done (all programming languages have ways to access command line parameters, for isis, you might want to take a look at the cmdopt tool, for perl use Getopt::Long, for C use getopt or getopt_long in the Gnu C library, for python use the argparse module).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As above, this code might be saved in a file, for example ''job.slurm'' can be executed using &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  sbatch job.slurm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you need a specific machine to run your job on, you can use&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  #SBATCH --nodelist=leo,draco&lt;br /&gt;
&amp;lt;/pre&amp;gt;  &lt;br /&gt;
If you have a job with high I/O and/or traffic on the network you can limit the number of jobs running simultaneously (to 2 in this example) by&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  #SBATCH --array 0-3%2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
SLURM will only allocate resources on the given nodes. However, if all nodes in 'nodelist' cannot fulfill the job requirements, SLURM will also allocate other machines.&lt;br /&gt;
&lt;br /&gt;
If you would like to cancel jobs 1, 2 and 3 from job array 20 use&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  scancel 20_[1-3]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note that you might have to escape the brackets when using the above command, e.g.,&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  tcsh:~&amp;gt; scancel 20_\[1-3\]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you want to cancel the whole array, ''scancel'' works as usual&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  scancel 20&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note, there is also the option to modify requirements of single jobs later using ''scontrol update job=101_1 ...''.&lt;br /&gt;
&lt;br /&gt;
If you have jobs which are dependent on the result of others or if you want a more detailed description concerning job arrays you can find it in the official SLURM manual: [[https://slurm.schedmd.com/job_array.html]]&lt;br /&gt;
&lt;br /&gt;
== Submitting a job array where each command needs to change into a different directory ==&lt;br /&gt;
&lt;br /&gt;
In order to allow each command of the job array to change into an individual directory (as opposed to all into the same directory as above), modify the script as follows:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  #!/bin/bash                     &lt;br /&gt;
  #SBATCH --partition remeis&lt;br /&gt;
  #SBATCH --job-name important_job                                                                   &lt;br /&gt;
  #SBATCH --ntasks=1&lt;br /&gt;
  #SBATCH --time 00:05:00                                                         &lt;br /&gt;
  #SBATCH --output /home/dauser/tmp/jobscript_beta.%A_%a.out          &lt;br /&gt;
  #SBATCH --error /home/dauser/tmp/jobscript_beta.%A_%a.err          &lt;br /&gt;
  #SBATCH --array 0-3&lt;br /&gt;
  &lt;br /&gt;
  DIR[0]=&amp;quot;/home/user/dir1&amp;quot;&lt;br /&gt;
  DIR[1]=&amp;quot;/home/user/dir2&amp;quot;&lt;br /&gt;
  DIR[2]=&amp;quot;/userdata/user/dir3&amp;quot;&lt;br /&gt;
  DIR[3]=&amp;quot;/userdata/user/dir4&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
  cd ${DIR[$SLURM_ARRAY_TASK_ID]}&lt;br /&gt;
  &lt;br /&gt;
  COMMAND[0]=&amp;quot;./sim_script.sl 0.00&amp;quot;                                       &lt;br /&gt;
  COMMAND[1]=&amp;quot;./sim_script.sl 0.10&amp;quot;                                       &lt;br /&gt;
  COMMAND[2]=&amp;quot;./sim_script.sl 0.20&amp;quot;                                       &lt;br /&gt;
  COMMAND[3]=&amp;quot;./sim_script.sl 0.30&amp;quot;                                       &lt;br /&gt;
  &lt;br /&gt;
  srun /usr/bin/nice -n +19 ${COMMAND[$SLURM_ARRAY_TASK_ID]} &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This also works with paths relative to the directory where the slurm script was submitted.&lt;br /&gt;
&lt;br /&gt;
As also discussed above, as an alternative you might want to move the logic concerning the working directories and parameters into your script.&lt;br /&gt;
&lt;br /&gt;
== Submitting a job array with varying number of tasks ==&lt;br /&gt;
&lt;br /&gt;
This is not really a job &amp;quot;array&amp;quot;. But to execute multiple jobs with different number of tasks one can use multiple&lt;br /&gt;
srun calls chained with an '&amp;amp;'. This will submit the jobs at once but allow one to specify job parameters individually&lt;br /&gt;
for each job.&lt;br /&gt;
&lt;br /&gt;
Example: Simultaneous fit of multiple datasets with different functions&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line='line'&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --job-name my_simultaneous_fit_%n&lt;br /&gt;
#SBATCH --time 05:00&lt;br /&gt;
#SBATCH --output test-job_%A_%a.out&lt;br /&gt;
#SBATCH --error test-job_%A_%a.err&lt;br /&gt;
#SBATCH --partition=remeis&lt;br /&gt;
#SBATCH --mem-per-cpu=100&lt;br /&gt;
srun -l my_complicated_fit.sh 2 --ntasks=2 &amp;amp; # my_complicated_fit fits 2 line centers -&amp;gt; needs 2 tasks&lt;br /&gt;
srun -l my_complicated_fit.sh 4 --ntasks=4   # my_complicated_fit fits 4 line centers -&amp;gt; needs 4 tasks&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Temporary files on a local disk, aka scratch ==&lt;br /&gt;
Often computational tasks need to write temporary files, which can be written to a disk local to the computer the job is running on. This disk is mostly called &amp;quot;scratch&amp;quot; disk. In the case of the remeis observatory every user can freely create a directory inside the /scratch1 directory. It is very useful to first create a directory with your own user name, such as /scratch1/weber/ and then create an appropriate subdirectory there for a given job.&lt;br /&gt;
&lt;br /&gt;
It is very important that each job cleans up after itself, otherwise the scratch disk will just run full and cause problems for yourself and everybody else. You can use ansible like this to run a command on every coputer:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ansible all -a &amp;quot;/your/command/here&amp;quot; -l&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Ansible does not accept wildcards in the command so it makes sense to create a script in your home directory which does the cleanup and can then be run on all computers using ansible after all your jobs are done.&lt;br /&gt;
&lt;br /&gt;
== Graphical jobs (srun.x11) ==&lt;br /&gt;
Not all applications run only on the commandline. Slurm does not support graphical applications natively but there is a wrapper script available which allocates the resources on the cluster and then provides a [[screen]] session inside a running [[SSH|SSH-session]] to the host where the resources have been allocated on. For example&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[12:06]weber@lynx:~$ srun.x11&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
results in a new shell :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[12:06]weber@messier15:~$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which forwards the window if you start a graphical program for example&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[12:06]weber@messier15:~$ kate&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
would open the text editor [[https://de.wikipedia.org/wiki/Kate_(KDE) kate]]. However, this only uses the standard resources set for the remeis partition. If you have other requirements you can also specify these in exactly the same way as for ''srun'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[12:06]weber@lynx:~$ srun.x11 --mem=2G&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
would allocate 2GB of memory for the application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Using the ''erosita'' partition (serpens)==&lt;br /&gt;
&lt;br /&gt;
If you are allowed to use the eRosita Partition, contact the admin list. Once your username is added to the list of privileged users, you just have to add &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  #SBATCH --partition=erosita&lt;br /&gt;
  #SBATCH --account=erosita&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to your jobfiles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Other useful commands ==&lt;br /&gt;
&lt;br /&gt;
* ''sstat'' Real-time status information of your running jobs&lt;br /&gt;
&lt;br /&gt;
* ''sattach &amp;lt;jobid.stepid&amp;gt;'' Attach to stdI/O of one of your running jobs &lt;br /&gt;
&lt;br /&gt;
* ''scancel [OPTIONS...] [job_id[_array_id][.step_id]] [job_id[_array_id][.step_id]...]'' Cancel the execution of one of your job arrays/jobs/job steps.&lt;br /&gt;
&lt;br /&gt;
* ''scontrol'' Administration tool, you can for example use this to modify the requirements of your jobs. You can for exaple show your jobs ''show jobs'' or update the time limit ''update JobId=  TimeLimit=2''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* ''smap'' graphically view information about Slurm jobs, partitions, and set configurations parameters.&lt;br /&gt;
&lt;br /&gt;
* ''sview'' graphical user interface for those who prefer clicking over typing. X-Server required.&lt;br /&gt;
&lt;br /&gt;
= SLURM and MPI =&lt;br /&gt;
== About MPI ==&lt;br /&gt;
MPI (the Message Passing Interface) makes it possible to run parallel processes on CPUs of different hosts. To do so it uses TCP packets to communicate via the normal network connection. Some tasks can profit a lot of using more cores for computation.&lt;br /&gt;
At Remeis MPICH2 is used for initialisation of MPI tasks which is well supported within Slurm. The process manager is called '''pmi2''' and is set as default for srun. If an older MPI process manager is needed, for example for older MPI applications used in '''torque''', it can be set with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  #SBATCH --mpi=&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
in the submission script.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  srun --mpi=list&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
provides a list of supported MPI process managers. &lt;br /&gt;
&lt;br /&gt;
The implementation of MPI for SLang/ISIS is called '''SLMPI'''.&lt;br /&gt;
&lt;br /&gt;
== Best practice for MPI tasks ==&lt;br /&gt;
&lt;br /&gt;
The usage of MPI might cause continuously high network traffic especially on the host which holds the master process. Please consider this when deciding which nodes are used for the job. It's a good idea to provide servers (e.g. leo or lupus) with the ''--nodelist='' option one of which is then used to hold the master process since nobody is sitting in front of it and trying to use a browser. Additional nodes are allocated automatically by Slurm if required to fit the ''--ntasks'' / ''-n'' option.&lt;br /&gt;
&lt;br /&gt;
MPI jobs depend on all allocated nodes to be up and running properly, so I'd like to use this opportunity to remind about shutting down/rebooting PCs on your own without any permission can abort a whole MPI job.&lt;br /&gt;
&lt;br /&gt;
== Requirements and Tips ==&lt;br /&gt;
To use MPI obviously the application or function used should support MPI. Examples range from programs written in C using some MPI features and compiled with the ''mpicc'' compiler to common ISIS-functions such as ''mpi_emcee'' or ''mpi_fit_pars''.&lt;br /&gt;
&lt;br /&gt;
Keep in mind that everything in the compiled programs/scripts which is not an MPI compatible function is executed on each node on its own. For example in ISIS with ''-n 20'':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  fit_counts;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
would fit the defined function to the dataset 20 times at once. That's not very helpful so think about which tasks should be performed in the actual MPI process. Special care has to be taken if something has to be saved as a file. Consider:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  save_par(&amp;quot;test.par&amp;quot;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
with ''-n 20''. This would save the current fit parameters to '''test.par''' in the working directory 20 times at exactly the same time. This might be helpful if the file is needed on the scratch disk of each node, but doing this on for example ''/userdata'' can cause serious trouble. The function ''mpi_master_only'' can be used to perform a user defined task in an MPI job only once. Best way is to only submit an MPI job to Slurm which only contains actual MPI functions. If some models in ISIS are used which output something to stdout or stderr while loading these messages are also generated 20 times since it's loaded in each process individually.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
If the job is a valid MPI process then the submission works exactly like for any other job:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  #SBATCH --job-name my_first_mpi_job&lt;br /&gt;
  #SBATCH ...&lt;br /&gt;
  #SBATCH --ntasks=20&lt;br /&gt;
  cd /my/working/dir&lt;br /&gt;
  srun /usr/bin/nice -n +15 ./my_mpi_script&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It might be necessary to set a higher memory usage than for the according non MPI job since some applications try to limit the network traffic by just copying the required data to each node in the first place.&lt;br /&gt;
&lt;br /&gt;
Also make sure that if it is necessary to specify the number of child processes in the application itself, set it to the same as with the ''--ntasks'' / ''-n'' option in the submission. An example would be the ''num_slaves'' qualifier in ''mpi_emcee''.&lt;br /&gt;
&lt;br /&gt;
Note that the ''srun'' command does not contain ''mpiexec'' or ''mpirun'' which were used in older versions of MPI to launch the processes. The processes manager ''pmi2'' is built into Slurm and makes it possible that Slurm itself can initialize the network communication with the ''srun'' command only.&lt;br /&gt;
&lt;br /&gt;
Of course it's also possible to run the MPI process directly from the commandline. As an example let's have a look at the calculation of pi with the MPI program ''cpi''. The program comes with the source code of MPICH2 and is compiled in the ''check'' rule. It's located in&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  /data/system/software/mpich/mpich-3.2/examples&lt;br /&gt;
&amp;lt;/pre&amp;gt;  &lt;br /&gt;
To run the calculation in 10 parallel processes directly from the commandline use:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  [1:11]weber@lynx:/data/system/software/mpich/mpich-3.2/examples&amp;gt; srun -n 10 ./cpi&lt;br /&gt;
  Process 0 of 10 is on aquarius&lt;br /&gt;
  Process 1 of 10 is on ara&lt;br /&gt;
  Process 6 of 10 is on asterion&lt;br /&gt;
  Process 2 of 10 is on ara&lt;br /&gt;
  Process 8 of 10 is on asterion&lt;br /&gt;
  Process 7 of 10 is on asterion&lt;br /&gt;
  Process 3 of 10 is on aranea&lt;br /&gt;
  Process 5 of 10 is on aranea&lt;br /&gt;
  Process 4 of 10 is on aranea&lt;br /&gt;
  Process 9 of 10 is on cancer&lt;br /&gt;
  pi is approximately 3.1415926544231256, Error is 0.0000000008333325&lt;br /&gt;
  wall clock time = 0.010601&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As we can see Slurm launched 10 processes distributed to aquarius, ara, asterion, aranea and cancer. Keep in mind that running MPI interactively doesn't really make sense. The best way to go is to write a submission script like explained above and let Slurm handle the initialisation.&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_hat_Ekaterina&amp;diff=2827</id>
		<title>PhD hat Ekaterina</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=PhD_hat_Ekaterina&amp;diff=2827"/>
		<updated>2023-06-09T09:36:16Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Early start, but we will forget all of this again if not wrote down!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;Burning things (especially if this gets your proposals through)&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&lt;br /&gt;
  CoC DM, of the most unorganized and untalented investigators out there&lt;br /&gt;
  [[File:HaH.jpg|200px|thumb|left]]&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&amp;quot;Drop your pants and show me the accreting millisecond pulsar!&amp;quot; &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; &amp;quot;Oomka&amp;quot; the de-stress bear. &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; &amp;quot;Have you considered a neutron star?&amp;quot; &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; Thesis writing on the beach &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; &amp;quot;We need modelling here!&amp;quot; &amp;quot;call him!&amp;quot; &amp;quot;Don't have his number...and a restraining order...&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; Plan B: Renting skis in Alps&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; Club for Katya for the Xmag zoom room&amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; Kraut! -- for sausage in Poetry for Neanderthals &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; There HAS to be a Cthulhu, right? I will crochet one, if everyone's happy with that. [AZ] &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; &amp;quot;Hallo wie gehts?&amp;quot; -&amp;gt; slapping meme &amp;quot;NO GERMAN&amp;quot; [SH] &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; Meme: participating in the Stanford Experiment instead of separate pre-exercises [SH] &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; Pic: Wilhelm Tell in the garden [SH] &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; Pic: Grim Reaper in the garden during the lab [SH] &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt; No PhD without MSc, so I would add the emblem of the Faculty of Physics (MSU - Katya's alma mater) - the emblem is very simple - the square root of factorial \sqrt{\,!}, e.g. https://www.pngegg.com/en/png-eyszt - we could make not exactly that picture, but something referring to that. &amp;quot;Remember your roots&amp;quot; [AN] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Skivergnuegen_2023&amp;diff=2763</id>
		<title>Skivergnuegen 2023</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Skivergnuegen_2023&amp;diff=2763"/>
		<updated>2023-01-13T16:56:29Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Fahrer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Remeis Skifahren 2023''' The same procedure as every year ;-) &lt;br /&gt;
Hier werden die wichtigsten organisatorischen Dinge festgehalten. Jeder darf hier gerne editieren; wer keinen Account für das Wiki hat, muss sich bitte an jemanden wenden, der Zugang hat.&lt;br /&gt;
&lt;br /&gt;
[[File:154854 silvretta-montafon-panorama.jpeg|right|700px]]&lt;br /&gt;
&lt;br /&gt;
== Allgemeine Infos ==&lt;br /&gt;
&lt;br /&gt;
*Ferienwohnung(en):&lt;br /&gt;
**Wir kommen wieder unter im [https://www.grandau.at/montafon/zimmer/ferienhaus-enzian Haus Enzian] des [https://www.grandau.at/ Sporthotels Grandau].&lt;br /&gt;
**Adresse des Sporthotel: Montafonerstraße 274a, 6791 St. Gallenkirch, Österreich. Unsere Unterkünfte liegen im Türkeiweg.&lt;br /&gt;
&lt;br /&gt;
*Skigebiet: Montafon (Vorarlberg)&lt;br /&gt;
**Skigebiet Karte: https://winter.intermaps.com/montafon?lang=de&lt;br /&gt;
**Skipass Preise:  https://www.silvretta-montafon.at/de/onlineshop/ticket-uebersicht&lt;br /&gt;
**Wer nicht alle 7 Tage Skifahren möchte: Es gibt Angebote wie z.B. 5 aus 6, mit einem solchen Skipass kann man innerhalb von 6 Tagen an 5 beliebigen Tagen skifahren.&lt;br /&gt;
&lt;br /&gt;
*Skiverleih: [http://www.sportharry.at/ Sport Harry], direkt an der Talstation.&lt;br /&gt;
&lt;br /&gt;
== Unterkunft ==&lt;br /&gt;
=== Aufteilung ===&lt;br /&gt;
&lt;br /&gt;
Dieses Jahr gibt es nur die Hütte mit folgenden Zimmern (wir sind insgesamt 14, also bleiben keine Plätze frei).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Zimmer&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Insassen&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 2-er&lt;br /&gt;
| Amy, Aafia&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 3-er&lt;br /&gt;
| Jakob, Max, Katya&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 4-er&lt;br /&gt;
| Eva, Steffen, Flo, Christian&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 5-er&lt;br /&gt;
| Basti, Philipp, Ole, Alex&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Fahrer ==&lt;br /&gt;
Fahrer können sich hier eintragen und Eckdaten angeben. Diejenige, die mitfahren möchten, sprechen sich mit den Fahrern ab und tragen sich ebenfalls ein. Klärt bitte auch die Gepäcklage, ggf. kann ein anderer Fahrer z.B. Skiausrüstung mitnehmen.&lt;br /&gt;
&lt;br /&gt;
'''Auf der Suche nach einer Mitfahrgelegenheit: '''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Fahrer&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | # Plätze&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Anreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Mitfahrer Anreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Abreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Mitfahrer Abreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Skimitnahme&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Kommentar&lt;br /&gt;
|-&lt;br /&gt;
|Eva&lt;br /&gt;
|0(3)&lt;br /&gt;
|Samstag&lt;br /&gt;
|Steffen+Christian&lt;br /&gt;
|Samstag?&lt;br /&gt;
|Steffen+Christian&lt;br /&gt;
|eigene ja&lt;br /&gt;
|Auto ist voll&lt;br /&gt;
|-&lt;br /&gt;
|Max&lt;br /&gt;
|0(3)&lt;br /&gt;
|Samstag (from Arlberg)&lt;br /&gt;
|Jakob+Katya&lt;br /&gt;
|Samstag&lt;br /&gt;
|Jakob+Katya&lt;br /&gt;
|eigene ja&lt;br /&gt;
|Auto ist voll&lt;br /&gt;
|-&lt;br /&gt;
|Basti&lt;br /&gt;
|2(2)&lt;br /&gt;
|Sunday (early morning)&lt;br /&gt;
|&lt;br /&gt;
|Friday (lunch time)&lt;br /&gt;
|&lt;br /&gt;
|Ja&lt;br /&gt;
|I will be at the airport NUE (alternative meeting point would be Nuremberg trainstation)&lt;br /&gt;
|-&lt;br /&gt;
|Johannes&lt;br /&gt;
|3&lt;br /&gt;
|Saturday from Munich&lt;br /&gt;
|?&lt;br /&gt;
|Saturday until Crailsheim&lt;br /&gt;
|?&lt;br /&gt;
|Ja&lt;br /&gt;
|on the way to Montafon I could pick up people and material in Munich. On the way back I could take people to Crailsheim station (direct train to Nürnberg). Decision about skiing on Saturday and therefore leave time in Montafon dependent on local conditions.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Schwarzes Brett ==&lt;br /&gt;
&lt;br /&gt;
=== Essen ===&lt;br /&gt;
Hier gibt's den Essensplan, soweit übernommen von den letzten Jahren. Da wir sehr viele Leute sind, sollten wir wieder vorab grob planen, was wir kochen wollen. Wir können einige Dinge in Deutschland besorgen und mitnehmen, es gib aber auch einen nahe gelegen Supermarkt. Generelle Dinge, wie z.B. Gewürze oder Aufstriche für Frühstücksbrötchen könnte man auch mitbringen.&lt;br /&gt;
&lt;br /&gt;
Wer Kochvorschläge oder andere Ideen hat, gerne unten eintragen und kommentieren. Bedenkt, dass die Zubereitung (relativ) einfach sein sollte. Da sich die Liste in den letzten Jahren gut bewaehrt hat, behalten wir sie bei, aber die Reihenfolge/Tage kann man sicher noch hin und her bewegen. Einige (wenige) Sachen müssen wir dann manchmal trotzdem noch beim Spar kaufen, da ja auch der Kühlschrank nur begrenzt Platz hat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Essenplan:'''&lt;br /&gt;
*Samstag: Spaghetti Bolognese + veg. Bolognese&lt;br /&gt;
*Sonntag: Käse Spätzle&lt;br /&gt;
*Montag: Burritos&lt;br /&gt;
*Dienstag: Risotto&lt;br /&gt;
*Mittwoch: Gulasch&lt;br /&gt;
*Donnerstag: Kartoffeln mit Kräuter-Quark&lt;br /&gt;
*Freitag: Dal mit Reis  (od. Curry mit Suesskartoffeln )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Einkaufsliste von 2022 (letztes Jahr): https://docs.google.com/document/d/166b_mIXxmoAgcv1upIGremd_36E1fmwwxsQADP2uEv8/&lt;br /&gt;
&lt;br /&gt;
@Christian: Vegane Option entwender selbst mitbringen oder hier mit reinschreiben (falls man die einfach bekommt)&lt;br /&gt;
&lt;br /&gt;
=== Alkohol/Party ===&lt;br /&gt;
&lt;br /&gt;
Stiegl (Johannes)&lt;br /&gt;
&lt;br /&gt;
=== Spiele ===&lt;br /&gt;
 &lt;br /&gt;
Immer lustig sind gemeinsame Spieleabende. Also, wer im Besitz von Gesellschaftsspielen ist, bringt diese gerne mit! Um eine Übersicht zu bekommen auch bitte hier eintragen:&lt;br /&gt;
&lt;br /&gt;
''* Secret Hitler (Johannes)''&lt;br /&gt;
&lt;br /&gt;
=== Sonstiges ===&lt;br /&gt;
&lt;br /&gt;
=== Alternativprogramm ===&lt;br /&gt;
  *  Rodeln (http://www.montafon.at/de/urlaubswelten/echte_naturliebhaber/rodeln)&lt;br /&gt;
  *  Schneeschuhwandern (http://www.montafon.at/schneeschuhwanderungen)&lt;br /&gt;
  *  Therme (http://www.montafon.at/schwimmen), z.B. http://www.aqua-dome.at/de (ca. 130km entfernt!)&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Skivergnuegen_2023&amp;diff=2762</id>
		<title>Skivergnuegen 2023</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Skivergnuegen_2023&amp;diff=2762"/>
		<updated>2023-01-13T16:55:52Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Unterkunft */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Remeis Skifahren 2023''' The same procedure as every year ;-) &lt;br /&gt;
Hier werden die wichtigsten organisatorischen Dinge festgehalten. Jeder darf hier gerne editieren; wer keinen Account für das Wiki hat, muss sich bitte an jemanden wenden, der Zugang hat.&lt;br /&gt;
&lt;br /&gt;
[[File:154854 silvretta-montafon-panorama.jpeg|right|700px]]&lt;br /&gt;
&lt;br /&gt;
== Allgemeine Infos ==&lt;br /&gt;
&lt;br /&gt;
*Ferienwohnung(en):&lt;br /&gt;
**Wir kommen wieder unter im [https://www.grandau.at/montafon/zimmer/ferienhaus-enzian Haus Enzian] des [https://www.grandau.at/ Sporthotels Grandau].&lt;br /&gt;
**Adresse des Sporthotel: Montafonerstraße 274a, 6791 St. Gallenkirch, Österreich. Unsere Unterkünfte liegen im Türkeiweg.&lt;br /&gt;
&lt;br /&gt;
*Skigebiet: Montafon (Vorarlberg)&lt;br /&gt;
**Skigebiet Karte: https://winter.intermaps.com/montafon?lang=de&lt;br /&gt;
**Skipass Preise:  https://www.silvretta-montafon.at/de/onlineshop/ticket-uebersicht&lt;br /&gt;
**Wer nicht alle 7 Tage Skifahren möchte: Es gibt Angebote wie z.B. 5 aus 6, mit einem solchen Skipass kann man innerhalb von 6 Tagen an 5 beliebigen Tagen skifahren.&lt;br /&gt;
&lt;br /&gt;
*Skiverleih: [http://www.sportharry.at/ Sport Harry], direkt an der Talstation.&lt;br /&gt;
&lt;br /&gt;
== Unterkunft ==&lt;br /&gt;
=== Aufteilung ===&lt;br /&gt;
&lt;br /&gt;
Dieses Jahr gibt es nur die Hütte mit folgenden Zimmern (wir sind insgesamt 14, also bleiben keine Plätze frei).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Zimmer&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Insassen&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 2-er&lt;br /&gt;
| Amy, Aafia&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 3-er&lt;br /&gt;
| Jakob, Max, Katya&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 4-er&lt;br /&gt;
| Eva, Steffen, Flo, Christian&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 5-er&lt;br /&gt;
| Basti, Philipp, Ole, Alex&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Fahrer ==&lt;br /&gt;
Fahrer können sich hier eintragen und Eckdaten angeben. Diejenige, die mitfahren möchten, sprechen sich mit den Fahrern ab und tragen sich ebenfalls ein. Klärt bitte auch die Gepäcklage, ggf. kann ein anderer Fahrer z.B. Skiausrüstung mitnehmen.&lt;br /&gt;
&lt;br /&gt;
'''Auf der Suche nach einer Mitfahrgelegenheit: '''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Fahrer&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | # Plätze&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Anreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Mitfahrer Anreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Abreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Mitfahrer Abreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Skimitnahme&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Kommentar&lt;br /&gt;
|-&lt;br /&gt;
|Eva&lt;br /&gt;
|0(3)&lt;br /&gt;
|Samstag&lt;br /&gt;
|Steffen+Christian&lt;br /&gt;
|Samstag?&lt;br /&gt;
|Steffen+Christian&lt;br /&gt;
|eigene ja&lt;br /&gt;
|Auto ist voll&lt;br /&gt;
|-&lt;br /&gt;
|Max&lt;br /&gt;
|0(3)&lt;br /&gt;
|Samstag (from Arlberg)&lt;br /&gt;
|Jakob+Katya&lt;br /&gt;
|Samstag&lt;br /&gt;
|Jakob+Katya&lt;br /&gt;
|eigene ja&lt;br /&gt;
|Auto ist voll&lt;br /&gt;
|-&lt;br /&gt;
|Basti&lt;br /&gt;
|1(2)&lt;br /&gt;
|Sunday (early morning)&lt;br /&gt;
|Alexey&lt;br /&gt;
|Friday (lunch time)&lt;br /&gt;
|Alexey&lt;br /&gt;
|Ja&lt;br /&gt;
|I will be at the airport NUE (alternative meeting point would be Nuremberg trainstation)&lt;br /&gt;
|-&lt;br /&gt;
|Johannes&lt;br /&gt;
|3&lt;br /&gt;
|Saturday from Munich&lt;br /&gt;
|?&lt;br /&gt;
|Saturday until Crailsheim&lt;br /&gt;
|?&lt;br /&gt;
|Ja&lt;br /&gt;
|on the way to Montafon I could pick up people and material in Munich. On the way back I could take people to Crailsheim station (direct train to Nürnberg). Decision about skiing on Saturday and therefore leave time in Montafon dependent on local conditions.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Schwarzes Brett ==&lt;br /&gt;
&lt;br /&gt;
=== Essen ===&lt;br /&gt;
Hier gibt's den Essensplan, soweit übernommen von den letzten Jahren. Da wir sehr viele Leute sind, sollten wir wieder vorab grob planen, was wir kochen wollen. Wir können einige Dinge in Deutschland besorgen und mitnehmen, es gib aber auch einen nahe gelegen Supermarkt. Generelle Dinge, wie z.B. Gewürze oder Aufstriche für Frühstücksbrötchen könnte man auch mitbringen.&lt;br /&gt;
&lt;br /&gt;
Wer Kochvorschläge oder andere Ideen hat, gerne unten eintragen und kommentieren. Bedenkt, dass die Zubereitung (relativ) einfach sein sollte. Da sich die Liste in den letzten Jahren gut bewaehrt hat, behalten wir sie bei, aber die Reihenfolge/Tage kann man sicher noch hin und her bewegen. Einige (wenige) Sachen müssen wir dann manchmal trotzdem noch beim Spar kaufen, da ja auch der Kühlschrank nur begrenzt Platz hat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Essenplan:'''&lt;br /&gt;
*Samstag: Spaghetti Bolognese + veg. Bolognese&lt;br /&gt;
*Sonntag: Käse Spätzle&lt;br /&gt;
*Montag: Burritos&lt;br /&gt;
*Dienstag: Risotto&lt;br /&gt;
*Mittwoch: Gulasch&lt;br /&gt;
*Donnerstag: Kartoffeln mit Kräuter-Quark&lt;br /&gt;
*Freitag: Dal mit Reis  (od. Curry mit Suesskartoffeln )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Einkaufsliste von 2022 (letztes Jahr): https://docs.google.com/document/d/166b_mIXxmoAgcv1upIGremd_36E1fmwwxsQADP2uEv8/&lt;br /&gt;
&lt;br /&gt;
@Christian: Vegane Option entwender selbst mitbringen oder hier mit reinschreiben (falls man die einfach bekommt)&lt;br /&gt;
&lt;br /&gt;
=== Alkohol/Party ===&lt;br /&gt;
&lt;br /&gt;
Stiegl (Johannes)&lt;br /&gt;
&lt;br /&gt;
=== Spiele ===&lt;br /&gt;
 &lt;br /&gt;
Immer lustig sind gemeinsame Spieleabende. Also, wer im Besitz von Gesellschaftsspielen ist, bringt diese gerne mit! Um eine Übersicht zu bekommen auch bitte hier eintragen:&lt;br /&gt;
&lt;br /&gt;
''* Secret Hitler (Johannes)''&lt;br /&gt;
&lt;br /&gt;
=== Sonstiges ===&lt;br /&gt;
&lt;br /&gt;
=== Alternativprogramm ===&lt;br /&gt;
  *  Rodeln (http://www.montafon.at/de/urlaubswelten/echte_naturliebhaber/rodeln)&lt;br /&gt;
  *  Schneeschuhwandern (http://www.montafon.at/schneeschuhwanderungen)&lt;br /&gt;
  *  Therme (http://www.montafon.at/schwimmen), z.B. http://www.aqua-dome.at/de (ca. 130km entfernt!)&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Skivergnuegen_2023&amp;diff=2757</id>
		<title>Skivergnuegen 2023</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Skivergnuegen_2023&amp;diff=2757"/>
		<updated>2023-01-08T13:09:58Z</updated>

		<summary type="html">&lt;p&gt;Nekrasov: /* Fahrer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Remeis Skifahren 2023''' The same procedure as every year ;-) &lt;br /&gt;
Hier werden die wichtigsten organisatorischen Dinge festgehalten. Jeder darf hier gerne editieren; wer keinen Account für das Wiki hat, muss sich bitte an jemanden wenden, der Zugang hat.&lt;br /&gt;
&lt;br /&gt;
[[File:154854 silvretta-montafon-panorama.jpeg|right|700px]]&lt;br /&gt;
&lt;br /&gt;
== Allgemeine Infos ==&lt;br /&gt;
&lt;br /&gt;
*Ferienwohnung(en):&lt;br /&gt;
**Wir kommen wieder unter im [https://www.grandau.at/montafon/zimmer/ferienhaus-enzian Haus Enzian] des [https://www.grandau.at/ Sporthotels Grandau].&lt;br /&gt;
**Adresse des Sporthotel: Montafonerstraße 274a, 6791 St. Gallenkirch, Österreich. Unsere Unterkünfte liegen im Türkeiweg.&lt;br /&gt;
&lt;br /&gt;
*Skigebiet: Montafon (Vorarlberg)&lt;br /&gt;
**Skigebiet Karte: https://winter.intermaps.com/montafon?lang=de&lt;br /&gt;
**Skipass Preise:  https://www.silvretta-montafon.at/de/onlineshop/ticket-uebersicht&lt;br /&gt;
**Wer nicht alle 7 Tage Skifahren möchte: Es gibt Angebote wie z.B. 5 aus 6, mit einem solchen Skipass kann man innerhalb von 6 Tagen an 5 beliebigen Tagen skifahren.&lt;br /&gt;
&lt;br /&gt;
*Skiverleih: [http://www.sportharry.at/ Sport Harry], direkt an der Talstation.&lt;br /&gt;
&lt;br /&gt;
== Unterkunft ==&lt;br /&gt;
=== Aufteilung ===&lt;br /&gt;
&lt;br /&gt;
Dieses Jahr gibt es nur die Hütte mit folgenden Zimmern (wir sind insgesamt 14, also bleiben keine Plätze frei).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Zimmer&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Insassen&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 2-er&lt;br /&gt;
| Amy, Aafia&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 3-er&lt;br /&gt;
| Jakob, Max, Katya&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 4-er&lt;br /&gt;
| Eva, Steffen, Flo, Christian&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;row&amp;quot; | 5-er&lt;br /&gt;
| Basti, Philipp&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Fahrer ==&lt;br /&gt;
Fahrer können sich hier eintragen und Eckdaten angeben. Diejenige, die mitfahren möchten, sprechen sich mit den Fahrern ab und tragen sich ebenfalls ein. Klärt bitte auch die Gepäcklage, ggf. kann ein anderer Fahrer z.B. Skiausrüstung mitnehmen.&lt;br /&gt;
&lt;br /&gt;
'''Auf der Suche nach einer Mitfahrgelegenheit: '''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Fahrer&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | # Plätze&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Anreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Mitfahrer Anreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Abreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Mitfahrer Abreise&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Skimitnahme&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Kommentar&lt;br /&gt;
|-&lt;br /&gt;
|Eva&lt;br /&gt;
|0(3)&lt;br /&gt;
|Samstag&lt;br /&gt;
|Steffen+Christian&lt;br /&gt;
|Samstag?&lt;br /&gt;
|Steffen+Christian&lt;br /&gt;
|eigene ja&lt;br /&gt;
|Auto ist voll&lt;br /&gt;
|-&lt;br /&gt;
|Max&lt;br /&gt;
|0(3)&lt;br /&gt;
|Samstag (from Arlberg)&lt;br /&gt;
|Jakob+Katya&lt;br /&gt;
|Samstag&lt;br /&gt;
|Jakob+Katya&lt;br /&gt;
|eigene ja&lt;br /&gt;
|Auto ist voll&lt;br /&gt;
|-&lt;br /&gt;
|Basti&lt;br /&gt;
|1(2)&lt;br /&gt;
|Sunday (early morning)&lt;br /&gt;
|Alexey&lt;br /&gt;
|Friday (lunch time)&lt;br /&gt;
|Alexey&lt;br /&gt;
|Ja&lt;br /&gt;
|I will be at the airport NUE (alternative meeting point would be Nuremberg trainstation)&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Schwarzes Brett ==&lt;br /&gt;
&lt;br /&gt;
=== Essen ===&lt;br /&gt;
Hier gibt's den Essensplan, soweit übernommen von den letzten Jahren. Da wir sehr viele Leute sind, sollten wir wieder vorab grob planen, was wir kochen wollen. Wir können einige Dinge in Deutschland besorgen und mitnehmen, es gib aber auch einen nahe gelegen Supermarkt. Generelle Dinge, wie z.B. Gewürze oder Aufstriche für Frühstücksbrötchen könnte man auch mitbringen.&lt;br /&gt;
&lt;br /&gt;
Wer Kochvorschläge oder andere Ideen hat, gerne unten eintragen und kommentieren. Bedenkt, dass die Zubereitung (relativ) einfach sein sollte. Da sich die Liste in den letzten Jahren gut bewaehrt hat, behalten wir sie bei, aber die Reihenfolge/Tage kann man sicher noch hin und her bewegen. Einige (wenige) Sachen müssen wir dann manchmal trotzdem noch beim Spar kaufen, da ja auch der Kühlschrank nur begrenzt Platz hat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Essenplan:'''&lt;br /&gt;
*Samstag: Spaghetti Bolognese + veg. Bolognese&lt;br /&gt;
*Sonntag: Käse Spätzle&lt;br /&gt;
*Montag: Burritos&lt;br /&gt;
*Dienstag: Risotto&lt;br /&gt;
*Mittwoch: Gulasch&lt;br /&gt;
*Donnerstag: Kartoffeln mit Kräuter-Quark&lt;br /&gt;
*Freitag: Dal mit Reis  (od. Curry mit Suesskartoffeln )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Einkaufsliste von 2022 (letztes Jahr): https://docs.google.com/document/d/166b_mIXxmoAgcv1upIGremd_36E1fmwwxsQADP2uEv8/&lt;br /&gt;
&lt;br /&gt;
@Christian: Vegane Option entwender selbst mitbringen oder hier mit reinschreiben (falls man die einfach bekommt)&lt;br /&gt;
&lt;br /&gt;
=== Alkohol/Party ===&lt;br /&gt;
&lt;br /&gt;
=== Spiele ===&lt;br /&gt;
 &lt;br /&gt;
Immer lustig sind gemeinsame Spieleabende. Also, wer im Besitz von Gesellschaftsspielen ist, bringt diese gerne mit! Um eine Übersicht zu bekommen auch bitte hier eintragen:&lt;br /&gt;
&lt;br /&gt;
''* Spiele hier eintragen''&lt;br /&gt;
&lt;br /&gt;
=== Sonstiges ===&lt;br /&gt;
&lt;br /&gt;
=== Alternativprogramm ===&lt;br /&gt;
  *  Rodeln (http://www.montafon.at/de/urlaubswelten/echte_naturliebhaber/rodeln)&lt;br /&gt;
  *  Schneeschuhwandern (http://www.montafon.at/schneeschuhwanderungen)&lt;br /&gt;
  *  Therme (http://www.montafon.at/schwimmen), z.B. http://www.aqua-dome.at/de (ca. 130km entfernt!)&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Nekrasov</name></author>
	</entry>
</feed>