<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://monnier.astro.lsa.umich.edu/research/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=141.211.198.109</id>
	<title>Monnier Group Research Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://monnier.astro.lsa.umich.edu/research/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=141.211.198.109"/>
	<link rel="alternate" type="text/html" href="https://monnier.astro.lsa.umich.edu/research/index.php?title=Special:Contributions/141.211.198.109"/>
	<updated>2026-07-31T06:31:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://monnier.astro.lsa.umich.edu/research/index.php?title=Torus&amp;diff=1910</id>
		<title>Torus</title>
		<link rel="alternate" type="text/html" href="https://monnier.astro.lsa.umich.edu/research/index.php?title=Torus&amp;diff=1910"/>
		<updated>2012-04-24T16:39:47Z</updated>

		<summary type="html">&lt;p&gt;141.211.198.109: /* hydro */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preface=&lt;br /&gt;
&lt;br /&gt;
TORUS is a three-dimensional radiative transfer code which uses an adaptive mesh refinement scheme and a Monte-Carlo method to solve for the radiative equilibrium, hydrostatic equilibrium, and dust sublimation in circumstellar discs around both low and high-mass pre-main-sequence stars. TORUS is either an acronym for Transport of Radiation Under Sobolev, or Transport of Radiation Using Stokes.&lt;br /&gt;
&lt;br /&gt;
Much of this is covered in detail on the TORUS wiki at Exeter, [http://wiki.astro.ex.ac.uk/bin/view/TorusWeb/WebHome TorusWeb]. To gain access to that resource, you must make an account; if you have SVN access to the TORUS distribution, that username/password should also work for the wiki (I think..). Here, I will discuss TORUS from an example-driven perspective.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Physics modules in TORUS=&lt;br /&gt;
&lt;br /&gt;
==radeq==&lt;br /&gt;
perform a radiative equilibrium calculation&lt;br /&gt;
&lt;br /&gt;
==stateq==&lt;br /&gt;
&lt;br /&gt;
==photoionphysics==&lt;br /&gt;
&lt;br /&gt;
==radiationhydro==&lt;br /&gt;
&lt;br /&gt;
==hydro==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;hydro T		  ! vertical hydrostatic eq. puffs up inner disk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
nhydrothreads 17  ! number of hydro threads.. ehhh? 16+1 control.. see how this goes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
nhydro 4      	  ! max number of hydro iterations. i think default is 5&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
splitovermpi T&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==dustphysics==&lt;br /&gt;
&lt;br /&gt;
Use dust microphysics; this has to be on if you want a disk there!&lt;br /&gt;
&lt;br /&gt;
=AMR grid=&lt;br /&gt;
&lt;br /&gt;
==Grid setup==&lt;br /&gt;
amrgridsize&lt;br /&gt;
&lt;br /&gt;
amrgridcentre[x/y]&lt;br /&gt;
&lt;br /&gt;
amr2d&lt;br /&gt;
&lt;br /&gt;
maxdepthamr&lt;br /&gt;
&lt;br /&gt;
The volume of the smallest grid cell (your finest resolution in the grid) is:&lt;br /&gt;
&lt;br /&gt;
Vol = (grid size / 2^(maxdepthamr))^3&lt;br /&gt;
So, for a grid 2000 AU across (1000 AU, radially speaking) and a max cell depth of 20, the smallest cell is 0.0019 AU to a side.&lt;br /&gt;
&lt;br /&gt;
Here is a sample AMR mesh setup:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;! AMR grid parameters&lt;br /&gt;
&lt;br /&gt;
readgrid F	           ! we aren&#039;t reading a grid, we will set one up from scratch&lt;br /&gt;
&lt;br /&gt;
! inputfile grid_out.dat   ! if we did read in a grid, this is how to call it&lt;br /&gt;
&lt;br /&gt;
writegrid T  	           ! write the grid to file (this includes the grid cells, and the EOS in each cell)&lt;br /&gt;
&lt;br /&gt;
outputfile grid_out.dat    ! name of the output grid&lt;br /&gt;
&lt;br /&gt;
amrgridsize 2.0e6          ! units of 10^10cm (here, I&#039;ve made grid a little bigger than disk itself- the outermost cells will be huge and empty)&lt;br /&gt;
&lt;br /&gt;
amrgridcentrex 1.0e6       ! the linear size of the top-level AMR mesh in units of 10^10 cm. This is useful if you use multiple sources&lt;br /&gt;
&lt;br /&gt;
amr2d T        	           ! this is a 2d (cylindical) model&lt;br /&gt;
&lt;br /&gt;
maxdepthamr 22             ! capping the AMR mesh depth helps TORUS to converge faster, saves some CPU. Set this based on how fine a resolution you need in final model.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Special grid options==&lt;br /&gt;
&lt;br /&gt;
TORUS can smooth the grid, reducing large cell-to-cell variations in cell refinement and optical depth.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;smoothgridtau T	    ! smooths the grid for optical depth, in order to resolve disc photosphere&lt;br /&gt;
&lt;br /&gt;
dosmoothgrid T              ! smooth the grid for jumps in cell refinement&lt;br /&gt;
&lt;br /&gt;
smoothfactor 3.0            ! make sure that neighboring cells are not only one AMR depth apart&lt;br /&gt;
&lt;br /&gt;
lambdasmooth 5500.0&lt;br /&gt;
&lt;br /&gt;
taumax 1.&lt;br /&gt;
&lt;br /&gt;
taumin 0.01&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=TORUS output=&lt;br /&gt;
&lt;br /&gt;
Once your TORUS model has reached the criteria for convergence (more on this later), the final grid is written to a temporary output file, and then TORUS will calculate SEDs, images, and/or line profiles by sending however many photons you specify through the converged grid. If you don&#039;t calculate the SEDs/images/line profiles while running TORUS, fear not; change the lucy_grid_tmp.dat file to a different name and use it as an input to TORUS, turning off all the other physics modules. In this way, you can &#039;hot start&#039; TORUS and calculate output data without re-running your model.&lt;br /&gt;
&lt;br /&gt;
==Sample output calls==&lt;br /&gt;
&lt;br /&gt;
===SEDs===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;nphotons 100000     ! the number of photon packets in SED&lt;br /&gt;
&lt;br /&gt;
! Output SEDs&lt;br /&gt;
&lt;br /&gt;
spectrum T   ! produce a spectrum&lt;br /&gt;
&lt;br /&gt;
! SED parameters&lt;br /&gt;
&lt;br /&gt;
ninc 2               ! number of inclinations&lt;br /&gt;
&lt;br /&gt;
firstinc 1.0         ! the first inclination (degrees)&lt;br /&gt;
&lt;br /&gt;
lastinc 48.0         ! the last inclination (degrees)&lt;br /&gt;
&lt;br /&gt;
filename MWC275      ! the root of the output filename&lt;br /&gt;
&lt;br /&gt;
sised T              ! Write spectrum as lambda vs F lambda in SI units&lt;br /&gt;
&lt;br /&gt;
sedlammin 0.12       ! minimum wavelength in SED file&lt;br /&gt;
&lt;br /&gt;
sedlammax 2000       ! maximum wavelength in SED file&lt;br /&gt;
&lt;br /&gt;
sedwavlin F          ! Linear spacing in SED file? &lt;br /&gt;
&lt;br /&gt;
sednumlam 1000	     ! number of wavelength points in SED&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The comments make this fairly self-explanatory, but note: you must set nphotons for an SED or an image. In general, the SEDs need fewer photons than the images to get decent signal to noise (in the SED, divide the total number of photons by the number of wavelength points). I&#039;ve found 50,000 photons or more for the SEDs works well. Also, if you don&#039;t specify sednumlam, the default is 200 wavelength points, and that can produce a jagged, noisy SED.&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;nphotons 10000000    ! the number of photon packets in image&lt;br /&gt;
&lt;br /&gt;
image T     ! produce images&lt;br /&gt;
&lt;br /&gt;
nimage 4    ! how many images?&lt;br /&gt;
&lt;br /&gt;
imageaxisunits AU&lt;br /&gt;
&lt;br /&gt;
imagesize 20  ! Size of your image across each side in AU. divide this by your npixels to get desired AU/pixel resolution.&lt;br /&gt;
&lt;br /&gt;
imagefile1 kband_20AU.fits  ! name of first image file&lt;br /&gt;
&lt;br /&gt;
lambdaimage1 21590.	    ! monochromatic wavelength in Angstroms&lt;br /&gt;
&lt;br /&gt;
npixels1 256                ! number of pixels. I generally don&#039;t adjust this (the more pixels, the more photons you need)&lt;br /&gt;
&lt;br /&gt;
inclination1 0              ! inclination of the system; if unknown, try a few different values in multiple images&lt;br /&gt;
&lt;br /&gt;
imagetype1 dustonly	    ! choose freefree, forbidden, recombination, or dustonly&lt;br /&gt;
&lt;br /&gt;
imagefile2 nband_1_20AU.fits&lt;br /&gt;
&lt;br /&gt;
lambdaimage2 77000	! 7.7&lt;br /&gt;
&lt;br /&gt;
npixels2 256&lt;br /&gt;
&lt;br /&gt;
inclination2 0&lt;br /&gt;
&lt;br /&gt;
imagetype2 dustonly&lt;br /&gt;
&lt;br /&gt;
imagefile3 nband_2_20AU.fits&lt;br /&gt;
&lt;br /&gt;
lambdaimage3 99000	! 9.9um&lt;br /&gt;
&lt;br /&gt;
npixels3 256&lt;br /&gt;
&lt;br /&gt;
inclination3 0&lt;br /&gt;
&lt;br /&gt;
imagetype3 dustonly&lt;br /&gt;
&lt;br /&gt;
imagefile4 nband_3_20AU.fits&lt;br /&gt;
&lt;br /&gt;
lambdaimage4 126000	! 12.6um&lt;br /&gt;
&lt;br /&gt;
npixels4 256&lt;br /&gt;
&lt;br /&gt;
inclination4 0&lt;br /&gt;
&lt;br /&gt;
imagetype4 dustonly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===Line profiles===&lt;br /&gt;
&lt;br /&gt;
To calculate line profiles, you must run the TORUS model with the comoving frame option enabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;cmf T		     ! comoving frame (vs sobolev approx)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
also, specify the atomic physics option and its parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;atomicphysics T      ! Include atomic physics&lt;br /&gt;
natom 1              ! One model atom&lt;br /&gt;
atom1 H.atm          ! Hydrogen&lt;br /&gt;
xabundance 1.0       ! Pure hydrogen&lt;br /&gt;
yabundance 0.        ! no helium&lt;br /&gt;
&lt;br /&gt;
vturb 20.            ! microturbulence in km/s&lt;br /&gt;
&lt;br /&gt;
TORUS will output a velocity space data cube per your input parameters:&lt;br /&gt;
&lt;br /&gt;
! output a datacube&lt;br /&gt;
&lt;br /&gt;
datacube T                    ! produce a fits datacube&lt;br /&gt;
inclination 1.     	      ! viewing angle&lt;br /&gt;
positionangle 0.    	      ! position angle&lt;br /&gt;
datacubefile cmf_i1_ha.fits   ! title of fits output&lt;br /&gt;
imageside 1500.      	      ! size of image in 10^10cm&lt;br /&gt;
npixels 200         	      ! number of pixels&lt;br /&gt;
nv 200              	      ! number of velocity bins&lt;br /&gt;
maxVel 800.d0       	      ! -800 to +800 km/s&lt;br /&gt;
distance 140.       	      ! distance to object in pc&lt;br /&gt;
lamline 6563.      	      ! wavelength in Angstroms&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=The nitty-gritty: input parameters=&lt;br /&gt;
&lt;br /&gt;
==Source parameters==&lt;br /&gt;
&lt;br /&gt;
Awesomely, TORUS can handle multiple input sources; to add additional sources, simply change the numerical value after each parameter, and set nsource to whatever value greater than 1 applies. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;! Source parameters&lt;br /&gt;
&lt;br /&gt;
nsource 1	    ! there is just one source&lt;br /&gt;
&lt;br /&gt;
radius1 2.0  	    ! it has a radius of 1 solar radius&lt;br /&gt;
&lt;br /&gt;
teff1 10000.  	    ! the source effective temperature &lt;br /&gt;
&lt;br /&gt;
contflux1 kurucz    ! the continuum flux (other option is blackbody)&lt;br /&gt;
&lt;br /&gt;
mass1 2.5   	    ! the source has a mass of one solar mass&lt;br /&gt;
&lt;br /&gt;
sourcepos1 0. 0. 0  ! it is located at the grid cntre&lt;br /&gt;
&lt;br /&gt;
distance 150.  	    ! Distance to observer, pc&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Disk geometries==&lt;br /&gt;
&lt;br /&gt;
These are the input options for the geometry parameter:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===benchmark=== &lt;br /&gt;
A Pascucci benchmark disk&lt;br /&gt;
&lt;br /&gt;
===shakara===&lt;br /&gt;
&lt;br /&gt;
This is a sample pulled from an MWC 275 parameter file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;geometry shakara    ! flared protostellar disk&lt;br /&gt;
&lt;br /&gt;
rinner 0.22	    ! inner disc radius (AU) --this is from ajay&#039;s paper&lt;br /&gt;
&lt;br /&gt;
router 200. 	    ! outer disc radius (AU)       &lt;br /&gt;
&lt;br /&gt;
height 10. 	    ! disc scaleheight at 100 AU (in AU)&lt;br /&gt;
&lt;br /&gt;
mdisc 0.01	    ! Msun&lt;br /&gt;
&lt;br /&gt;
alphadisc 1.0		    ! this is from ajay&#039;s paper&lt;br /&gt;
&lt;br /&gt;
betadisc 1.125	            ! disc scaleheight goes as r^beta&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ttauri===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Options that apply to any disk geometry===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;smoothinneredge	T   ! exponential density decay at inner disk edge&lt;br /&gt;
&lt;br /&gt;
gasopacity T&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The gasopacity switch is, I believe, the only way that gas is applied in TORUS: the gas is a source of opacity, and it is a radiation source (probably mostly emission), but it isn&#039;t coupled to the gas (i.e., doesn&#039;t play a role in the hydrostatic equilibrium of the disk). &lt;br /&gt;
&lt;br /&gt;
==Dust options==&lt;br /&gt;
&lt;br /&gt;
These dust parameters apply when dustphysics T. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;iso_scatter T      ! Assume isotropic scattering (assumed by benchmark)&lt;br /&gt;
&lt;br /&gt;
ndusttype 1&lt;br /&gt;
&lt;br /&gt;
graintype1 sil_dl  ! Drain and Lee silicates&lt;br /&gt;
&lt;br /&gt;
amin1 0.01         ! minimum grain size (microns)&lt;br /&gt;
&lt;br /&gt;
amax1 0.25 	   ! maximum grain size (microns)&lt;br /&gt;
&lt;br /&gt;
qdist1 1.5         ! power law index (a^-qdist)&lt;br /&gt;
&lt;br /&gt;
dusttogas 0.01	   ! torus assumes this value, even if you don&#039;t explicitly define it.&lt;br /&gt;
&lt;br /&gt;
vardustsub T&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Important! If you set variable dust sublimation, vertical hydrostatic equilibrium must be on (hydro T) to allow the inner disk to puff up!!&lt;/div&gt;</summary>
		<author><name>141.211.198.109</name></author>
	</entry>
	<entry>
		<id>https://monnier.astro.lsa.umich.edu/research/index.php?title=Torus&amp;diff=1909</id>
		<title>Torus</title>
		<link rel="alternate" type="text/html" href="https://monnier.astro.lsa.umich.edu/research/index.php?title=Torus&amp;diff=1909"/>
		<updated>2012-04-24T16:39:12Z</updated>

		<summary type="html">&lt;p&gt;141.211.198.109: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preface=&lt;br /&gt;
&lt;br /&gt;
TORUS is a three-dimensional radiative transfer code which uses an adaptive mesh refinement scheme and a Monte-Carlo method to solve for the radiative equilibrium, hydrostatic equilibrium, and dust sublimation in circumstellar discs around both low and high-mass pre-main-sequence stars. TORUS is either an acronym for Transport of Radiation Under Sobolev, or Transport of Radiation Using Stokes.&lt;br /&gt;
&lt;br /&gt;
Much of this is covered in detail on the TORUS wiki at Exeter, [http://wiki.astro.ex.ac.uk/bin/view/TorusWeb/WebHome TorusWeb]. To gain access to that resource, you must make an account; if you have SVN access to the TORUS distribution, that username/password should also work for the wiki (I think..). Here, I will discuss TORUS from an example-driven perspective.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Physics modules in TORUS=&lt;br /&gt;
&lt;br /&gt;
==radeq==&lt;br /&gt;
perform a radiative equilibrium calculation&lt;br /&gt;
&lt;br /&gt;
==stateq==&lt;br /&gt;
&lt;br /&gt;
==photoionphysics==&lt;br /&gt;
&lt;br /&gt;
==radiationhydro==&lt;br /&gt;
&lt;br /&gt;
==hydro==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;hydro T		  ! vertical hydrostatic eq. puffs up inner disk&lt;br /&gt;
&lt;br /&gt;
nhydrothreads 17  ! number of hydro threads.. ehhh? 16+1 control.. see how this goes.&lt;br /&gt;
&lt;br /&gt;
nhydro 4      	  ! max number of hydro iterations. i think default is 5&lt;br /&gt;
&lt;br /&gt;
splitovermpi T&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==dustphysics==&lt;br /&gt;
&lt;br /&gt;
Use dust microphysics; this has to be on if you want a disk there!&lt;br /&gt;
&lt;br /&gt;
=AMR grid=&lt;br /&gt;
&lt;br /&gt;
==Grid setup==&lt;br /&gt;
amrgridsize&lt;br /&gt;
&lt;br /&gt;
amrgridcentre[x/y]&lt;br /&gt;
&lt;br /&gt;
amr2d&lt;br /&gt;
&lt;br /&gt;
maxdepthamr&lt;br /&gt;
&lt;br /&gt;
The volume of the smallest grid cell (your finest resolution in the grid) is:&lt;br /&gt;
&lt;br /&gt;
Vol = (grid size / 2^(maxdepthamr))^3&lt;br /&gt;
So, for a grid 2000 AU across (1000 AU, radially speaking) and a max cell depth of 20, the smallest cell is 0.0019 AU to a side.&lt;br /&gt;
&lt;br /&gt;
Here is a sample AMR mesh setup:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;! AMR grid parameters&lt;br /&gt;
&lt;br /&gt;
readgrid F	           ! we aren&#039;t reading a grid, we will set one up from scratch&lt;br /&gt;
&lt;br /&gt;
! inputfile grid_out.dat   ! if we did read in a grid, this is how to call it&lt;br /&gt;
&lt;br /&gt;
writegrid T  	           ! write the grid to file (this includes the grid cells, and the EOS in each cell)&lt;br /&gt;
&lt;br /&gt;
outputfile grid_out.dat    ! name of the output grid&lt;br /&gt;
&lt;br /&gt;
amrgridsize 2.0e6          ! units of 10^10cm (here, I&#039;ve made grid a little bigger than disk itself- the outermost cells will be huge and empty)&lt;br /&gt;
&lt;br /&gt;
amrgridcentrex 1.0e6       ! the linear size of the top-level AMR mesh in units of 10^10 cm. This is useful if you use multiple sources&lt;br /&gt;
&lt;br /&gt;
amr2d T        	           ! this is a 2d (cylindical) model&lt;br /&gt;
&lt;br /&gt;
maxdepthamr 22             ! capping the AMR mesh depth helps TORUS to converge faster, saves some CPU. Set this based on how fine a resolution you need in final model.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Special grid options==&lt;br /&gt;
&lt;br /&gt;
TORUS can smooth the grid, reducing large cell-to-cell variations in cell refinement and optical depth.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;smoothgridtau T	    ! smooths the grid for optical depth, in order to resolve disc photosphere&lt;br /&gt;
&lt;br /&gt;
dosmoothgrid T              ! smooth the grid for jumps in cell refinement&lt;br /&gt;
&lt;br /&gt;
smoothfactor 3.0            ! make sure that neighboring cells are not only one AMR depth apart&lt;br /&gt;
&lt;br /&gt;
lambdasmooth 5500.0&lt;br /&gt;
&lt;br /&gt;
taumax 1.&lt;br /&gt;
&lt;br /&gt;
taumin 0.01&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=TORUS output=&lt;br /&gt;
&lt;br /&gt;
Once your TORUS model has reached the criteria for convergence (more on this later), the final grid is written to a temporary output file, and then TORUS will calculate SEDs, images, and/or line profiles by sending however many photons you specify through the converged grid. If you don&#039;t calculate the SEDs/images/line profiles while running TORUS, fear not; change the lucy_grid_tmp.dat file to a different name and use it as an input to TORUS, turning off all the other physics modules. In this way, you can &#039;hot start&#039; TORUS and calculate output data without re-running your model.&lt;br /&gt;
&lt;br /&gt;
==Sample output calls==&lt;br /&gt;
&lt;br /&gt;
===SEDs===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;nphotons 100000     ! the number of photon packets in SED&lt;br /&gt;
&lt;br /&gt;
! Output SEDs&lt;br /&gt;
&lt;br /&gt;
spectrum T   ! produce a spectrum&lt;br /&gt;
&lt;br /&gt;
! SED parameters&lt;br /&gt;
&lt;br /&gt;
ninc 2               ! number of inclinations&lt;br /&gt;
&lt;br /&gt;
firstinc 1.0         ! the first inclination (degrees)&lt;br /&gt;
&lt;br /&gt;
lastinc 48.0         ! the last inclination (degrees)&lt;br /&gt;
&lt;br /&gt;
filename MWC275      ! the root of the output filename&lt;br /&gt;
&lt;br /&gt;
sised T              ! Write spectrum as lambda vs F lambda in SI units&lt;br /&gt;
&lt;br /&gt;
sedlammin 0.12       ! minimum wavelength in SED file&lt;br /&gt;
&lt;br /&gt;
sedlammax 2000       ! maximum wavelength in SED file&lt;br /&gt;
&lt;br /&gt;
sedwavlin F          ! Linear spacing in SED file? &lt;br /&gt;
&lt;br /&gt;
sednumlam 1000	     ! number of wavelength points in SED&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The comments make this fairly self-explanatory, but note: you must set nphotons for an SED or an image. In general, the SEDs need fewer photons than the images to get decent signal to noise (in the SED, divide the total number of photons by the number of wavelength points). I&#039;ve found 50,000 photons or more for the SEDs works well. Also, if you don&#039;t specify sednumlam, the default is 200 wavelength points, and that can produce a jagged, noisy SED.&lt;br /&gt;
&lt;br /&gt;
===Images===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;nphotons 10000000    ! the number of photon packets in image&lt;br /&gt;
&lt;br /&gt;
image T     ! produce images&lt;br /&gt;
&lt;br /&gt;
nimage 4    ! how many images?&lt;br /&gt;
&lt;br /&gt;
imageaxisunits AU&lt;br /&gt;
&lt;br /&gt;
imagesize 20  ! Size of your image across each side in AU. divide this by your npixels to get desired AU/pixel resolution.&lt;br /&gt;
&lt;br /&gt;
imagefile1 kband_20AU.fits  ! name of first image file&lt;br /&gt;
&lt;br /&gt;
lambdaimage1 21590.	    ! monochromatic wavelength in Angstroms&lt;br /&gt;
&lt;br /&gt;
npixels1 256                ! number of pixels. I generally don&#039;t adjust this (the more pixels, the more photons you need)&lt;br /&gt;
&lt;br /&gt;
inclination1 0              ! inclination of the system; if unknown, try a few different values in multiple images&lt;br /&gt;
&lt;br /&gt;
imagetype1 dustonly	    ! choose freefree, forbidden, recombination, or dustonly&lt;br /&gt;
&lt;br /&gt;
imagefile2 nband_1_20AU.fits&lt;br /&gt;
&lt;br /&gt;
lambdaimage2 77000	! 7.7&lt;br /&gt;
&lt;br /&gt;
npixels2 256&lt;br /&gt;
&lt;br /&gt;
inclination2 0&lt;br /&gt;
&lt;br /&gt;
imagetype2 dustonly&lt;br /&gt;
&lt;br /&gt;
imagefile3 nband_2_20AU.fits&lt;br /&gt;
&lt;br /&gt;
lambdaimage3 99000	! 9.9um&lt;br /&gt;
&lt;br /&gt;
npixels3 256&lt;br /&gt;
&lt;br /&gt;
inclination3 0&lt;br /&gt;
&lt;br /&gt;
imagetype3 dustonly&lt;br /&gt;
&lt;br /&gt;
imagefile4 nband_3_20AU.fits&lt;br /&gt;
&lt;br /&gt;
lambdaimage4 126000	! 12.6um&lt;br /&gt;
&lt;br /&gt;
npixels4 256&lt;br /&gt;
&lt;br /&gt;
inclination4 0&lt;br /&gt;
&lt;br /&gt;
imagetype4 dustonly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===Line profiles===&lt;br /&gt;
&lt;br /&gt;
To calculate line profiles, you must run the TORUS model with the comoving frame option enabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;cmf T		     ! comoving frame (vs sobolev approx)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
also, specify the atomic physics option and its parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;atomicphysics T      ! Include atomic physics&lt;br /&gt;
natom 1              ! One model atom&lt;br /&gt;
atom1 H.atm          ! Hydrogen&lt;br /&gt;
xabundance 1.0       ! Pure hydrogen&lt;br /&gt;
yabundance 0.        ! no helium&lt;br /&gt;
&lt;br /&gt;
vturb 20.            ! microturbulence in km/s&lt;br /&gt;
&lt;br /&gt;
TORUS will output a velocity space data cube per your input parameters:&lt;br /&gt;
&lt;br /&gt;
! output a datacube&lt;br /&gt;
&lt;br /&gt;
datacube T                    ! produce a fits datacube&lt;br /&gt;
inclination 1.     	      ! viewing angle&lt;br /&gt;
positionangle 0.    	      ! position angle&lt;br /&gt;
datacubefile cmf_i1_ha.fits   ! title of fits output&lt;br /&gt;
imageside 1500.      	      ! size of image in 10^10cm&lt;br /&gt;
npixels 200         	      ! number of pixels&lt;br /&gt;
nv 200              	      ! number of velocity bins&lt;br /&gt;
maxVel 800.d0       	      ! -800 to +800 km/s&lt;br /&gt;
distance 140.       	      ! distance to object in pc&lt;br /&gt;
lamline 6563.      	      ! wavelength in Angstroms&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=The nitty-gritty: input parameters=&lt;br /&gt;
&lt;br /&gt;
==Source parameters==&lt;br /&gt;
&lt;br /&gt;
Awesomely, TORUS can handle multiple input sources; to add additional sources, simply change the numerical value after each parameter, and set nsource to whatever value greater than 1 applies. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;! Source parameters&lt;br /&gt;
&lt;br /&gt;
nsource 1	    ! there is just one source&lt;br /&gt;
&lt;br /&gt;
radius1 2.0  	    ! it has a radius of 1 solar radius&lt;br /&gt;
&lt;br /&gt;
teff1 10000.  	    ! the source effective temperature &lt;br /&gt;
&lt;br /&gt;
contflux1 kurucz    ! the continuum flux (other option is blackbody)&lt;br /&gt;
&lt;br /&gt;
mass1 2.5   	    ! the source has a mass of one solar mass&lt;br /&gt;
&lt;br /&gt;
sourcepos1 0. 0. 0  ! it is located at the grid cntre&lt;br /&gt;
&lt;br /&gt;
distance 150.  	    ! Distance to observer, pc&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Disk geometries==&lt;br /&gt;
&lt;br /&gt;
These are the input options for the geometry parameter:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===benchmark=== &lt;br /&gt;
A Pascucci benchmark disk&lt;br /&gt;
&lt;br /&gt;
===shakara===&lt;br /&gt;
&lt;br /&gt;
This is a sample pulled from an MWC 275 parameter file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;geometry shakara    ! flared protostellar disk&lt;br /&gt;
&lt;br /&gt;
rinner 0.22	    ! inner disc radius (AU) --this is from ajay&#039;s paper&lt;br /&gt;
&lt;br /&gt;
router 200. 	    ! outer disc radius (AU)       &lt;br /&gt;
&lt;br /&gt;
height 10. 	    ! disc scaleheight at 100 AU (in AU)&lt;br /&gt;
&lt;br /&gt;
mdisc 0.01	    ! Msun&lt;br /&gt;
&lt;br /&gt;
alphadisc 1.0		    ! this is from ajay&#039;s paper&lt;br /&gt;
&lt;br /&gt;
betadisc 1.125	            ! disc scaleheight goes as r^beta&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ttauri===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Options that apply to any disk geometry===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;smoothinneredge	T   ! exponential density decay at inner disk edge&lt;br /&gt;
&lt;br /&gt;
gasopacity T&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The gasopacity switch is, I believe, the only way that gas is applied in TORUS: the gas is a source of opacity, and it is a radiation source (probably mostly emission), but it isn&#039;t coupled to the gas (i.e., doesn&#039;t play a role in the hydrostatic equilibrium of the disk). &lt;br /&gt;
&lt;br /&gt;
==Dust options==&lt;br /&gt;
&lt;br /&gt;
These dust parameters apply when dustphysics T. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;iso_scatter T      ! Assume isotropic scattering (assumed by benchmark)&lt;br /&gt;
&lt;br /&gt;
ndusttype 1&lt;br /&gt;
&lt;br /&gt;
graintype1 sil_dl  ! Drain and Lee silicates&lt;br /&gt;
&lt;br /&gt;
amin1 0.01         ! minimum grain size (microns)&lt;br /&gt;
&lt;br /&gt;
amax1 0.25 	   ! maximum grain size (microns)&lt;br /&gt;
&lt;br /&gt;
qdist1 1.5         ! power law index (a^-qdist)&lt;br /&gt;
&lt;br /&gt;
dusttogas 0.01	   ! torus assumes this value, even if you don&#039;t explicitly define it.&lt;br /&gt;
&lt;br /&gt;
vardustsub T&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Important! If you set variable dust sublimation, vertical hydrostatic equilibrium must be on (hydro T) to allow the inner disk to puff up!!&lt;/div&gt;</summary>
		<author><name>141.211.198.109</name></author>
	</entry>
	<entry>
		<id>https://monnier.astro.lsa.umich.edu/research/index.php?title=Torus&amp;diff=1908</id>
		<title>Torus</title>
		<link rel="alternate" type="text/html" href="https://monnier.astro.lsa.umich.edu/research/index.php?title=Torus&amp;diff=1908"/>
		<updated>2012-04-24T16:24:11Z</updated>

		<summary type="html">&lt;p&gt;141.211.198.109: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preface=&lt;br /&gt;
&lt;br /&gt;
TORUS is a three-dimensional radiative transfer code which uses an adaptive mesh refinement scheme and a Monte-Carlo method to solve for the radiative equilibrium, hydrostatic equilibrium, and dust sublimation in circumstellar discs around both low and high-mass pre-main-sequence stars. TORUS is either an acronym for Transport of Radiation Under Sobolev, or Transport of Radiation Using Stokes.&lt;br /&gt;
&lt;br /&gt;
Much of this is covered in detail on the TORUS wiki at Exeter, [http://wiki.astro.ex.ac.uk/bin/view/TorusWeb/WebHome TorusWeb]. To gain access to that resource, you must make an account; if you have SVN access to the TORUS distribution, that username/password should also work for the wiki (I think..). Here, I will discuss TORUS from an example-driven perspective.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Physics modules in TORUS=&lt;br /&gt;
&lt;br /&gt;
radeq: perform a radiative equilibrium calculation&lt;br /&gt;
&lt;br /&gt;
stateq&lt;br /&gt;
&lt;br /&gt;
photoionphysics&lt;br /&gt;
&lt;br /&gt;
radiationhydro&lt;br /&gt;
&lt;br /&gt;
hydro&lt;br /&gt;
&lt;br /&gt;
dustphysics: use dust microphysics&lt;br /&gt;
&lt;br /&gt;
==AMR grid==&lt;br /&gt;
&lt;br /&gt;
amrgridsize&lt;br /&gt;
&lt;br /&gt;
amrgridcentre[x/y]&lt;br /&gt;
&lt;br /&gt;
amr2d&lt;br /&gt;
&lt;br /&gt;
maxdepthamr&lt;br /&gt;
&lt;br /&gt;
The volume of the smallest grid cell (your finest resolution in the grid) is:&lt;br /&gt;
&lt;br /&gt;
Vol = (grid size / 2^(maxdepthamr))^3&lt;br /&gt;
So, for a grid 2000 AU across (1000 AU, radially speaking) and a max cell depth of 20, the smallest cell is 0.0019 AU to a side.&lt;br /&gt;
&lt;br /&gt;
Here is a sample AMR mesh setup:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;! AMR grid parameters&lt;br /&gt;
&lt;br /&gt;
readgrid F	           ! we aren&#039;t reading a grid, we will set one up from scratch&lt;br /&gt;
&lt;br /&gt;
! inputfile grid_out.dat   ! if we did read in a grid, this is how to call it&lt;br /&gt;
&lt;br /&gt;
writegrid T  	           ! write the grid to file (this includes the grid cells, and the EOS in each cell)&lt;br /&gt;
&lt;br /&gt;
outputfile grid_out.dat    ! name of the output grid&lt;br /&gt;
&lt;br /&gt;
amrgridsize 2.0e6          ! units of 10^10cm (here, I&#039;ve made grid a little bigger than disk itself- the outermost cells will be huge and empty)&lt;br /&gt;
&lt;br /&gt;
amrgridcentrex 1.0e6       ! the linear size of the top-level AMR mesh in units of 10^10 cm. This is useful if you use multiple sources&lt;br /&gt;
&lt;br /&gt;
amr2d T        	           ! this is a 2d (cylindical) model&lt;br /&gt;
&lt;br /&gt;
maxdepthamr 22             ! capping the AMR mesh depth helps TORUS to converge faster, saves some CPU. Set this based on how fine a resolution you need in final model.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==TORUS output==&lt;br /&gt;
&lt;br /&gt;
Once your TORUS model has reached the criteria for convergence (more on this later), the final grid is written to a temporary output file, and then TORUS will calculate SEDs, images, and/or line profiles by sending however many photons you specify through the converged grid. If you don&#039;t calculate the SEDs/images/line profiles while running TORUS, fear not; change the lucy_grid_tmp.dat file to a different name and use it as an input to TORUS, turning off all the other physics modules. In this way, you can &#039;hot start&#039; TORUS and calculate output data without re-running your model.&lt;br /&gt;
&lt;br /&gt;
===Sample output calls===&lt;br /&gt;
&lt;br /&gt;
====SEDs====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;nphotons 100000     ! the number of photon packets in SED&lt;br /&gt;
&lt;br /&gt;
! Output SEDs&lt;br /&gt;
&lt;br /&gt;
spectrum T   ! produce a spectrum&lt;br /&gt;
&lt;br /&gt;
! SED parameters&lt;br /&gt;
&lt;br /&gt;
ninc 2               ! number of inclinations&lt;br /&gt;
&lt;br /&gt;
firstinc 1.0         ! the first inclination (degrees)&lt;br /&gt;
&lt;br /&gt;
lastinc 48.0         ! the last inclination (degrees)&lt;br /&gt;
&lt;br /&gt;
filename MWC275      ! the root of the output filename&lt;br /&gt;
&lt;br /&gt;
sised T              ! Write spectrum as lambda vs F lambda in SI units&lt;br /&gt;
&lt;br /&gt;
sedlammin 0.12       ! minimum wavelength in SED file&lt;br /&gt;
&lt;br /&gt;
sedlammax 2000       ! maximum wavelength in SED file&lt;br /&gt;
&lt;br /&gt;
sedwavlin F          ! Linear spacing in SED file? &lt;br /&gt;
&lt;br /&gt;
sednumlam 1000	     ! number of wavelength points in SED&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
The comments make this fairly self-explanatory, but a note- you must set nphotons for an SED or an image. In general, the SEDs need fewer photons than the images to get decent signal to noise (in the SED, divide the total number of photons by the number of wavelength points). I&#039;ve found 50,000 photons or more for the SEDs works well. Also, if you don&#039;t specify sednumlam, the default is 200 wavelength points, and that can produce a jagged, noisy SED.&lt;br /&gt;
&lt;br /&gt;
====Images====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;nphotons 10000000    ! the number of photon packets in image&lt;br /&gt;
&lt;br /&gt;
image T     ! produce images&lt;br /&gt;
&lt;br /&gt;
nimage 4    ! how many images?&lt;br /&gt;
&lt;br /&gt;
imageaxisunits AU&lt;br /&gt;
&lt;br /&gt;
imagesize 20  ! Size of your image across each side in AU. divide this by your npixels to get desired AU/pixel resolution.&lt;br /&gt;
&lt;br /&gt;
imagefile1 kband_20AU.fits  ! name of first image file&lt;br /&gt;
&lt;br /&gt;
lambdaimage1 21590.	    ! monochromatic wavelength in Angstroms&lt;br /&gt;
&lt;br /&gt;
npixels1 256                ! number of pixels. I generally don&#039;t adjust this (the more pixels, the more photons you need)&lt;br /&gt;
&lt;br /&gt;
inclination1 0              ! inclination of the system; if unknown, try a few different values in multiple images&lt;br /&gt;
&lt;br /&gt;
imagetype1 dustonly	    ! choose freefree, forbidden, recombination, or dustonly&lt;br /&gt;
&lt;br /&gt;
imagefile2 nband_1_20AU.fits&lt;br /&gt;
&lt;br /&gt;
lambdaimage2 77000	! 7.7&lt;br /&gt;
&lt;br /&gt;
npixels2 256&lt;br /&gt;
&lt;br /&gt;
inclination2 0&lt;br /&gt;
&lt;br /&gt;
imagetype2 dustonly&lt;br /&gt;
&lt;br /&gt;
imagefile3 nband_2_20AU.fits&lt;br /&gt;
&lt;br /&gt;
lambdaimage3 99000	! 9.9um&lt;br /&gt;
&lt;br /&gt;
npixels3 256&lt;br /&gt;
&lt;br /&gt;
inclination3 0&lt;br /&gt;
&lt;br /&gt;
imagetype3 dustonly&lt;br /&gt;
&lt;br /&gt;
imagefile4 nband_3_20AU.fits&lt;br /&gt;
&lt;br /&gt;
lambdaimage4 126000	! 12.6um&lt;br /&gt;
&lt;br /&gt;
npixels4 256&lt;br /&gt;
&lt;br /&gt;
inclination4 0&lt;br /&gt;
&lt;br /&gt;
imagetype4 dustonly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====Line profiles====&lt;br /&gt;
&lt;br /&gt;
To calculate line profiles, you must run the TORUS model with the comoving frame option enabled.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;cmf T		     ! comoving frame (vs sobolev approx)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
also, specify the atomic physics option and its parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;atomicphysics T      ! Include atomic physics&lt;br /&gt;
natom 1              ! One model atom&lt;br /&gt;
atom1 H.atm          ! Hydrogen&lt;br /&gt;
xabundance 1.0       ! Pure hydrogen&lt;br /&gt;
yabundance 0.        ! no helium&lt;br /&gt;
&lt;br /&gt;
vturb 20.            ! microturbulence in km/s&lt;br /&gt;
&lt;br /&gt;
TORUS will output a velocity space data cube per your input parameters:&lt;br /&gt;
&lt;br /&gt;
! output a datacube&lt;br /&gt;
&lt;br /&gt;
datacube T                    ! produce a fits datacube&lt;br /&gt;
inclination 1.     	      ! viewing angle&lt;br /&gt;
positionangle 0.    	      ! position angle&lt;br /&gt;
datacubefile cmf_i1_ha.fits   ! title of fits output&lt;br /&gt;
imageside 1500.      	      ! size of image in 10^10cm&lt;br /&gt;
npixels 200         	      ! number of pixels&lt;br /&gt;
nv 200              	      ! number of velocity bins&lt;br /&gt;
maxVel 800.d0       	      ! -800 to +800 km/s&lt;br /&gt;
distance 140.       	      ! distance to object in pc&lt;br /&gt;
lamline 6563.      	      ! wavelength in Angstroms&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The nitty-gritty: parameters&lt;br /&gt;
&lt;br /&gt;
==Disk geometries==&lt;br /&gt;
&lt;br /&gt;
These are the input options for the geometry parameter:&lt;br /&gt;
benchmark A Pascucci benchmark disk&lt;br /&gt;
shakara&lt;br /&gt;
ttauri&lt;/div&gt;</summary>
		<author><name>141.211.198.109</name></author>
	</entry>
	<entry>
		<id>https://monnier.astro.lsa.umich.edu/research/index.php?title=Main_Page&amp;diff=49</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://monnier.astro.lsa.umich.edu/research/index.php?title=Main_Page&amp;diff=49"/>
		<updated>2012-04-23T19:18:37Z</updated>

		<summary type="html">&lt;p&gt;141.211.198.109: /* Welcome to the Internal Wiki Site for the Monnier Group at the University of Michigan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PR_epsAur.jpg|900px|{4-epochs of Epsilon Aurigae}]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Welcome to the Internal Wiki Site for the Monnier Group at the University of Michigan&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Please click on the Project Links below to find more information&lt;br /&gt;
&lt;br /&gt;
[[MIRC]] Michigan Infrared Combiner &lt;br /&gt;
&lt;br /&gt;
[[CHAMP]] Chara-Michigan Phasetracker  &lt;br /&gt;
&lt;br /&gt;
[[SMART]] Single-mode Asymmetric Recombination &lt;br /&gt;
&lt;br /&gt;
[[NASACAM]] L-band integrated optics&lt;br /&gt;
&lt;br /&gt;
[[LabControl]] Lab Control with iPad  &lt;br /&gt;
&lt;br /&gt;
[[CHARA AO]] CHARA Adaptive Optics&lt;br /&gt;
&lt;br /&gt;
[[torus]] TORUS 3-dimensional radiative transfer code&lt;br /&gt;
&lt;br /&gt;
[[MIKE]] Optical echelle spectroscopy of YSOs, rapid rotators&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Observing History and Target Files]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Reduced data]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Collaboration on Papers]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Code Snapshots]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[DOCUSHARE MIGRATION|Migration Pages]] (needs attention to integrate into this new wiki)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
[[Some wiki help]]&lt;br /&gt;
&lt;br /&gt;
[[Algol 2010 materials]]&lt;br /&gt;
&lt;br /&gt;
[[2010 July Magellan Run Materials]]&lt;br /&gt;
&lt;br /&gt;
[[2011 February Magellan Run Materials]]&lt;br /&gt;
&lt;br /&gt;
[[2011 March Magellan Run Materials]]&lt;br /&gt;
&lt;br /&gt;
[[MIRC 6T upgrade]]&lt;/div&gt;</summary>
		<author><name>141.211.198.109</name></author>
	</entry>
	<entry>
		<id>https://monnier.astro.lsa.umich.edu/research/index.php?title=Main_Page&amp;diff=35</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://monnier.astro.lsa.umich.edu/research/index.php?title=Main_Page&amp;diff=35"/>
		<updated>2011-02-04T23:37:08Z</updated>

		<summary type="html">&lt;p&gt;141.211.198.109: /* Welcome to the Internal Wiki Site for the Monnier Group at the University of Michigan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PR_epsAur.jpg|900px|{4-epochs of Epsilon Aurigae}]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Welcome to the Internal Wiki Site for the Monnier Group at the University of Michigan&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Please click on the Project Links below to find more information&lt;br /&gt;
&lt;br /&gt;
[[MIRC]] Michigan Infrared Combiner&lt;br /&gt;
&lt;br /&gt;
[[CHAMP]] Chara-Michigan Phasetracker&lt;br /&gt;
&lt;br /&gt;
[[SMART]] Single-mode Asymmetric Recombination &lt;br /&gt;
&lt;br /&gt;
[[NASACAM]] L-band integrated optics&lt;br /&gt;
&lt;br /&gt;
[[LabControl]] Lab Control with iPad  &lt;br /&gt;
&lt;br /&gt;
[[torus]] TORUS 3-dimensional radiative transfer code&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Observing History and Target Files]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Reduced data]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Collaboration on Papers]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Code Snapshots]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[DOCUSHARE MIGRATION|Migration Pages]] (needs attention to integrate into this new wiki)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Quick Links&lt;br /&gt;
&lt;br /&gt;
[[Engineering 2011JanFeb]] *** NEW ! ***&lt;br /&gt;
&lt;br /&gt;
[[CHAMP todo list]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Some wiki help]]&lt;br /&gt;
&lt;br /&gt;
[[Algol 2010 materials]]&lt;br /&gt;
&lt;br /&gt;
[[2010 July Magellan Run Materials]]&lt;br /&gt;
&lt;br /&gt;
[[2011 February Magellan Run Materials]]&lt;br /&gt;
&lt;br /&gt;
[[MIRC 6T upgrade]]&lt;/div&gt;</summary>
		<author><name>141.211.198.109</name></author>
	</entry>
	<entry>
		<id>https://monnier.astro.lsa.umich.edu/research/index.php?title=Main_Page&amp;diff=34</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://monnier.astro.lsa.umich.edu/research/index.php?title=Main_Page&amp;diff=34"/>
		<updated>2011-02-04T23:36:52Z</updated>

		<summary type="html">&lt;p&gt;141.211.198.109: /* Welcome to the Internal Wiki Site for the Monnier Group at the University of Michigan */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PR_epsAur.jpg|900px|{4-epochs of Epsilon Aurigae}]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Welcome to the Internal Wiki Site for the Monnier Group at the University of Michigan&#039;&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Please click on the Project Links below to find more information&lt;br /&gt;
&lt;br /&gt;
[[MIRC]] Michigan Infrared Combiner&lt;br /&gt;
&lt;br /&gt;
[[CHAMP]] Chara-Michigan Phasetracker&lt;br /&gt;
&lt;br /&gt;
[[SMART]] Single-mode Asymmetric Recombination &lt;br /&gt;
&lt;br /&gt;
[[NASACAM]] L-band integrated optics&lt;br /&gt;
&lt;br /&gt;
[[LabControl]] Lab Control with iPad  &lt;br /&gt;
&lt;br /&gt;
[[torus]] TORUS 3-dimensional radiative transfer code&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Observing History and Target Files]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Reduced data]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Collaboration on Papers]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Code Snapshots]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[DOCUSHARE MIGRATION|Migration Pages]] (needs attention to integrate into this new wiki)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Quick Links&lt;br /&gt;
&lt;br /&gt;
[[Engineering 2011JanFeb]] *** NEW ! ***&lt;br /&gt;
&lt;br /&gt;
[[CHAMP todo list]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Some wiki help]]&lt;br /&gt;
&lt;br /&gt;
[[Algol 2010 materials]]&lt;br /&gt;
&lt;br /&gt;
[[2010 July Magellan Run Materials]]&lt;br /&gt;
[[2011 February Magellan Run Materials]]&lt;br /&gt;
&lt;br /&gt;
[[MIRC 6T upgrade]]&lt;/div&gt;</summary>
		<author><name>141.211.198.109</name></author>
	</entry>
</feed>