Fields Data Analysis - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

Fields Data Analysis

Description:

pro scpot2dens,scpot,dens,Te=Te ; takes SC potential (V 0), produces density. Te = const. ; Te (eV), dens(percc), scpot(volts) if not(keyword_set(Te)) then Te=1. ... – PowerPoint PPT presentation

Number of Views:27
Avg rating:3.0/5.0
Slides: 8
Provided by: VassilisAn9
Category:
Tags: analysis | data | dens | fields

less

Transcript and Presenter's Notes

Title: Fields Data Analysis


1
Fields Data Analysis
  • Introduce Data
  • Transform Data
  • Manipulate data
  • Get E field from Voltages
  • Get density proxy from scpot
  • Get Ez from EB0
  • Get E vector from Ex,y
  • Get VExB from Ex,y
  • http//www.igpp.ucla.edu/public/vassilis/ESS265/20
    080416

2
Find Spacecraft Locationshttp//sscweb.gsfc.nasa.
gov/tipsod
E
C
B
D
A
3
Reminder Instruments Top view
4
Reminder Booms Side view
5
timespan,'7 7 20/1600',3,/hours thm_load_state,
/get_supp thm_load_fgm,/get_supp thm_load_efi,/g
et_supp see what you have introduced tplot_n
ames plot data to see where probes
are tplot,'th?_fgl_dsl' thm_cotrans,'th?_fg?',in_
coord'dsl', in_suff'_dsl',out_coord'gsm',
out_suff'_gsm' check transformed data are
there tplot_names tplot,'th?_fgl_gsm
th?_vaf tlimit
6
pro scpot2dens,scpot,dens,TeTe takes SC
potential (Vgt0), produces density. Te const.
Te (eV), dens(percc), scpot(volts) if
not(keyword_set(Te)) then Te1. densexp((12.-scpo
t)/(3.360.14scpot))/sqrt(Te) natural
exp. return end ----------------------------------
--------------------------------------------------
------ compute scpot, Efield L1246.6 L3437.4
L567. get_data,'thc_vaf',datathc_vaf thc_vaf_
V12(thc_vaf.y(,0)thc_vaf.y(,1))/2. scpot2dens,
-thc_vaf_V12,thc_vaf_N12,Te0.5 thc_vaf_E12-1000.
(thc_vaf.y(,0)-thc_vaf.y(,1))/L12 thc_vaf_V34(
thc_vaf.y(,2)thc_vaf.y(,3))/2. scpot2dens,-thc_
vaf_V34,thc_vaf_N34,Te0.5 thc_vaf_E34-1000.(thc
_vaf.y(,2)-thc_vaf.y(,3))/L34 thc_vaf_V56(thc_v
af.y(,4)thc_vaf.y(,5))/2. scpot2dens,-thc_vaf_V
56,thc_vaf_N56,Te0.5 thc_vaf_E56-1000.(thc_vaf.
y(,4)-thc_vaf.y(,5))/L56 store_data,'thc_vaf_p
ot',dataxthc_vaf.x, ythc_vaf_V12,thc_v
af_V34,thc_vaf_V56 store_data,'thc_vaf_den',d
ataxthc_vaf.x, ythc_vaf_N12,thc_vaf_N3
4,thc_vaf_N56 store_data,'thc_vaf_E',datax
thc_vaf.x, ythc_vaf_E12,thc_vaf_E34,thc
_vaf_E56 transform Efield into despun
coordinates thm_cotrans,'thc_vaf_E',in_coord'ssl'
, out_coord'dsl',in_suff'',out_suff'_dsl'
tplot_options,'thc_vaf_den',ylog1 tplot,'thc_ef
f thc_vaf_E_dsl thc_vaf_E thc_vaf_den thc_vaf_pot'
Onboard EDSL (mV/m)
EDSL (mV/m)
ESPG (mV/m)
scpot (Volts)
N (1/cc)
7
Obtain Ez, V, assuming EB0, from Ex,
Ey thm_load_fit tplot,'thc-e_fgs_dsl
thc-e_efs_0' tlimit,'2007-07-20/1700','2007-07
-20/1730' Get ExB sc'c Exoffset2.0
Eyoffset-0.0 angle10. degrees tanangletan(a
ngle!PI/180.) get_data,'th'sc'_efs_0',datathx_
efs_dsl get_data,'th'sc'_fgs',datathx_fgs_dsl i
goodwhere(abs(thx_fgs_dsl.y(,2)/sqrt(thx_fgs_dsl
.y(,0)2 thx_fgs_dsl.y(,1)2)) ge
tanangle,janygood) ibadwhere(abs(thx_fgs_dsl.y(,
2)/sqrt(thx_fgs_dsl.y(,0)2
thx_fgs_dsl.y(,1)2)) lt tanangle,janybad) thx_
efs_dsl.y(,0)thx_efs_dsl.y(,0)-Exoffset thx_efs
_dsl.y(,1)thx_efs_dsl.y(,1)-Eyoffset thx_efs_do
t0_dslthx_efs_dsl if (janybad ge 1) then
thx_efs_dot0_dsl.y(ibad,)!VALUES.F_NAN if
(janygood lt 1) then print,'WARNING NO GOOD
3D ExB data' if (janygood ge 1) then
thx_efs_dot0_dsl.y(igood,2)
-(thx_efs_dsl.y(igood,0)thx_fgs_dsl.y(igood,0)
thx_efs_dsl.y(igood,1)thx_fgs_dsl.y(igood,1)
thx_efs_dsl.y(igood,2)thx_fgs_dsl.y(igood,2
))/ thx_fgs_dsl.y(igood,2) thx_exb_dot0_ds
lthx_efs_dot0_dsl store_data,'th'sc'_efs_dot0_d
sl',dataxthx_efs_dot0_dsl.x,ythx_efs_dot0_dsl.
y options,'th'sc'_efs_dot0_dsl','colors',2,4,6
tcrossp,'th'sc'_efs_dot0_dsl','th'sc'_fgs',n
ewname'thx_exb_temp' tdotp,'th'sc'_fgs','th'sc
'_fgs',newname'thx_bdotb_temp' div_data,'thx_exb
_temp','thx_bdotb_temp',newname'thx_exbob2_temp'
get_data,'thx_exbob2_temp',datathx_exbob2_temp st
ore_data,'th'sc'_Vexb_dot0_dsl',dataxthx_exbo
b2_temp.x,ythx_exbob2_temp.y1000. options,'th'
sc'_Vexb_dot0_dsl','colors',2,4,6 tnormalize,'t
h'sc'_fgs',newname'th'sc'_fgs_unit' thm_cotra
ns,'th'sc'_fgs_unit',in_coord'dsl',out_coord'g
sm',in_suff'',out_suff'_gsm' thm_cotrans,'th'sc
'_Vexb_dot0',in_coord'dsl',out_coord'gsm',in_su
ff'_dsl',out_suff'_gsm' thm_cotrans,'th'sc'_ef
s_dot0',in_coord'dsl',out_coord'gsm',in_suff'_d
sl',out_suff'_gsm' tplot,'thc_fgs_gsm
thc_efs_dot0_gsm thc_Vexb_dot0_gsm'
Write a Comment
User Comments (0)
About PowerShow.com