Anything related to Teresa's thesis work on the [S II] 6716,6731 lines.
Older stuff is contained in OrionSiiJune
Contents:
I have been making maps of sii emission and derived electron density in order to compare with the hydro models of photoevaporation flows.
There are still some remaining problems with the reduced data:
I used Cloudy to work out how the [S II] line ratio changes with n_e, and then fit a simple formula to it. What I get is
elemental function nefunc(r) result(ne) real, intent(in) :: r real :: ne real, parameter :: n0 = 2489.37802355335, r1 = 0.697116291016009, r2 = 2.33801218015265 ne = merge( n0*((r-r1)/(r2-r)), NODATA, r>=r1.and.r<r2 ) end function nefuncwhere r is the ratio of 6731/6716.
More about comparison with the numerical models can be found at OrionFlowComparison.
Unfortunately, it turns out that the data that Tere has given me have not been reduced properly. They are missing most of the callibration steps that are outlined in OrionSiiJune. So, I am going to have to go back to my versions of the dat and sort out the few remaining problems.
I have been looking at the data
sii[ls]_-100+100.wisomom-{sum,mean,fwhm}-raw
that are in the
~/BobKPNO
directory. These have date Jun 18 2004, which was actually
before most of the work in OrionSiiJune, so that was a bad idea!
So, I will redo it with the -010+040
data, which seems to be the
latest (Jun 21).
Commands to calculate the difference map of the two mean velocities and to display it on the range [-2,+2] km/s:
printf '%s\n' siil_-010+040.wisomom-mean-raw \ siis_-010+040.wisomom-mean-raw \ 1.0 diff_-010+040.wisomom-mean-raw | src/isodiff printf '%s\n' diff_-010+040.wisomom-mean-raw '-2 2' | src/isopgm xv -raw -expand 8:2 diff_-010+040.wisomom-mean-raw.pgm &Note that this is the other way round from what I was doing in OrionSiiJune.
These actually look pretty smooth with no major problems. The worst
bit is the top and bottom of the JW6 slits, where you are seeing the
effects of velocity shear along the slit. I have done
the same but with s/mean/peak/g
and the results look a lot
noisier. There are also a few problems that only show up on the peak
versions. For instance, the JW6 slits appear generally darker. This is
maybe because the mean velocities are affected by the spurious red
wing in the SPM data, in which case it would have been better to use
the peak velocities to constrain the ufiddle
values.
Now I see why I got rubbish results when I originally tried to use my
data in the eden
program. I was using the smoothed fits files, which
dated from Jun 19 and so hadn't incorporated the later improvements. I
have now regenerated the fits files and get much better results. There
is still room for improvement with the ratio for the KPNO JW3 slits,
though. This shows up on the -010+040 ratio images, so can be dealt
with by adjusting fluxfiddle
.
Bad slits are:
siis
by 20%
siis
by 30%
siil
by 30%
Note: I have to delete the smooth.fits
files of the slits where
I have changed fluxfiddle
in order that they get regenerated.
Am now regenerating all the velocity slice files as per the last script in the 17 Jun 2004 of OrionSiiJune.
Actually, need to modify the scripts slightly now that I am using the 6731/6716 ratio instead of the other way up:
id=wisomom-sum-raw for i in $(seq -24 4 56); do vv=$(printf '%+3.3i%+3.3i' $i $((i + 4))) printf '%s\n' siil_$vv.$id siis_$vv.$id ratio_$vv.$id | src/isoratio printf '%s\n' ratio_$vv.$id 0.697 2.338 | src/isopgm convert ratio_$vv.$id.pgm ratio_$vv.$id.png rm ratio_$vv.$id.pgm doneAnd here is an example of how to display a set of these:
for i in $(seq -24 4 56); do printf "ratio_%+3.3i%+3.3i.$id.png " $i $((i + 4)) done | xargs xv -raw -expand 8:2 -gamma 2 &
These are the some of the raw ratio images that result
![]() |
![]() |
![]() |
![]() |
![]() |
-004+000 |
+004+008 |
+016+020 |
+028+032 |
+040+044 |
+040+044
panel.
In general though things are looking an awful lot better now. So, it's time to get back to generating the figures for the paper. This is discussed in OrionFlowComparison.
wisomom_smooth
interpolation_interval
that sets how big a circle we draw when looking for neighbouring
slits (in units of the smoothing kernel sigma).
NODATA
. This allows the
smoothing to interpolate over the bits in some siil
slits where
we had bad reflections in the spectrograph.
As discussed in OrionFlowComparison:ratiofix, the SII ratios are not consistent with the PaperBaldwin91 values in the area of overlap. Teresa needs to look at this again and also to check against the other values in the literature. Maybe we could write to Pogge and see if he still has the data from his study.
I just spotted something in the SII spectra:
SPM-SII/RawData-2003-Jan/spm099.fits
shows nicely a contaminant line
at about 6740Å that looks very similar to the contaminant line
under the red wing of the 6716 line.