-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_Eagle.ski
95 lines (94 loc) · 5.9 KB
/
template_Eagle.ski
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="UTF-8"?>
<!-- A SKIRT parameter file © Astronomical Observatory, Ghent University -->
<skirt-simulation-hierarchy type="MonteCarloSimulation" format="9" producer="SKIRT v9.0 (git bdfa9c6 built on 17/08/2021 at 02:19:31)" time="2021-08-21T05:00:51.872">
<MonteCarloSimulation userLevel="Regular" simulationMode="ExtinctionOnly" numPackets="_NUMPACKAGES_">
<random type="Random">
<Random seed="12345"/>
</random>
<units type="Units">
<ExtragalacticUnits fluxOutputStyle="Wavelength"/>
</units>
<cosmology type="Cosmology">
<FlatUniverseCosmology redshift="_REDSHIFT_" reducedHubbleConstant="_LITTLEH_" matterDensityFraction="_OMEGAM_"/>
</cosmology>
<sourceSystem type="SourceSystem">
<SourceSystem minWavelength="_WLMIN_ micron" maxWavelength="_WLMAX_ micron" wavelengths="_WLPROBE_ micron" sourceBias="0.5">
<sources type="Source">
<ParticleSource filename="_FILENAME_STARS_" importVelocity="false" importVelocityDispersion="false" useColumns="" sourceWeight="1" wavelengthBias="0.5">
<smoothingKernel type="SmoothingKernel">
<CubicSplineSmoothingKernel/>
</smoothingKernel>
<sedFamily type="SEDFamily">
<BruzualCharlotSEDFamily imf="Chabrier" resolution="High"/>
</sedFamily>
<wavelengthBiasDistribution type="WavelengthDistribution">
<LogWavelengthDistribution minWavelength="_WLMIN_ micron" maxWavelength="_WLMAX_ micron"/>
</wavelengthBiasDistribution>
</ParticleSource>
<ParticleSource filename="_FILENAME_MAPPINGS_" importVelocity="false" importVelocityDispersion="false" useColumns="" sourceWeight="1" wavelengthBias="0.5">
<smoothingKernel type="SmoothingKernel">
<CubicSplineSmoothingKernel/>
</smoothingKernel>
<sedFamily type="SEDFamily">
<MappingsSEDFamily/>
</sedFamily>
<wavelengthBiasDistribution type="WavelengthDistribution">
<LogWavelengthDistribution minWavelength="_WLMIN_ micron" maxWavelength="_WLMAX_ micron"/>
</wavelengthBiasDistribution>
</ParticleSource>
</sources>
</SourceSystem>
</sourceSystem>
<mediumSystem type="MediumSystem">
<MediumSystem>
<photonPacketOptions type="PhotonPacketOptions">
<PhotonPacketOptions explicitAbsorption="false" forceScattering="true" minWeightReduction="1e4" minScattEvents="0" pathLengthBias="0.5"/>
</photonPacketOptions>
<radiationFieldOptions type="RadiationFieldOptions">
<RadiationFieldOptions storeRadiationField="false"/>
</radiationFieldOptions>
<media type="Medium">
<ParticleMedium filename="_FILENAME_GAS_" massType="Mass" massFraction="1" importMetallicity="false" importTemperature="false" maxTemperature="0 K" importVelocity="false" importMagneticField="false" importVariableMixParams="false" useColumns="">
<smoothingKernel type="SmoothingKernel">
<CubicSplineSmoothingKernel/>
</smoothingKernel>
<materialMix type="MaterialMix">
<WeingartnerDraineDustMix environment="MilkyWay" numSilicateSizes="5" numGraphiteSizes="5" numPAHSizes="5"/>
</materialMix>
</ParticleMedium>
</media>
<samplingOptions type="SamplingOptions">
<SamplingOptions numDensitySamples="500" numPropertySamples="1" aggregateVelocity="Average"/>
</samplingOptions>
<grid type="SpatialGrid">
<PolicyTreeSpatialGrid minX="-_SIZE_ pc" maxX="_SIZE_ pc" minY="-_SIZE_ pc" maxY="_SIZE_ pc" minZ="-_SIZE_ pc" maxZ="_SIZE_ pc" treeType="OctTree">
<policy type="TreePolicy">
<DensityTreePolicy minLevel="5" maxLevel="10" maxDustFraction="1e-6" maxDustOpticalDepth="0" wavelength="_WLPROBE_ micron" maxDustDensityDispersion="0" maxElectronFraction="1e-6" maxGasFraction="1e-6"/>
</policy>
</PolicyTreeSpatialGrid>
</grid>
</MediumSystem>
</mediumSystem>
<instrumentSystem type="InstrumentSystem">
<InstrumentSystem>
<defaultWavelengthGrid type="WavelengthGrid">
<ConfigurableBandWavelengthGrid>
<bands type="Band">
_BANDTEXT_
</bands>
</ConfigurableBandWavelengthGrid>
</defaultWavelengthGrid>
<instruments type="Instrument">
<FrameInstrument instrumentName="_INSTRUMENT_NAME_" distance="_DISTANCE_ Mpc" inclination="_INCLINATION_ deg" azimuth="_AZIMUTH_ deg" roll="0 deg" fieldOfViewX="_FOVSIZE_ pc" numPixelsX="_PIXELNUM_" centerX="0 pc" fieldOfViewY="_FOVSIZE_ pc" numPixelsY="_PIXELNUM_" centerY="0 pc" recordComponents="false" numScatteringLevels="0" recordPolarization="false" recordStatistics="false"/>
</instruments>
</InstrumentSystem>
</instrumentSystem>
<probeSystem type="ProbeSystem">
<ProbeSystem>
<probes type="Probe">
<ConvergenceInfoProbe probeName="sgc_probe" wavelength="_WLPROBE_ micron"/>
</probes>
</ProbeSystem>
</probeSystem>
</MonteCarloSimulation>
</skirt-simulation-hierarchy>