projects/themis/spacecraft/fields/
thm_fgs_spike_corrections.pro
Name: thm_fgs_spike_corrections Purpose: Routines for searching for and correcting various issues with the FGS data, including: 1) off-by-one spin errors where data points have been skipped 2) jumps in a packet at range changes 3) jumps in a packet at eclipse starts/stops These problems are obvious when plotting FGS dBz/dt when the spacecraft is near perigee, though they can also occur during low fields $LastChangedBy: egrimes $ $LastChangedDate: 2013-12-06 10:12:17 -0800 (Fri, 06 Dec 2013) $ $LastChangedRevision: 13651 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/fields/thm_fgs_spike_corrections.pro $
Routines
Routines from thm_fgs_spike_corrections.pro
result = thm_fgs_comp_moving_avg(fgs_data, fgs_ddt_times, fgs_ddt, header_times, quiet=quiet)
result = thm_fgs_find_gaps(fgs_times, fgs_data, fgs_header_times, fgs_state_spinperiod)
result = fgs_combine_packets(fgs_tvar, fgs_header_tvar, correction=correction, quiet=quiet)
result = thm_fgs_ret_spinperiod(spinperiod_tvar, time, quiet=quiet)
result = thm_fgs_ret_eclipse(spinperiod_tvar, probe)
result = thm_fgm_valid_intervals(fgm_times, fgm_data)
thm_fgs_xcorrelation, fgs_tvar, fit_hed
result = thm_fgs_find_offset(packets_unshifted, packets_shiftedp1, packets_shiftedm1, fgm_packet, pkt_num)
test_int_method, pkt_num
result = thm_fgs_int_offset(packets_unshifted, packets_shiftedp1, packets_shiftedm1, fgm_packet, pkt_num)
result = thm_fgm_ret_packet(fgm_times, fgm_data, fgs_times)
thm_fgs_spike_corrections
Routine details
top source thm_fgs_comp_moving_avg
result = thm_fgs_comp_moving_avg(fgs_data, fgs_ddt_times, fgs_ddt, header_times, quiet=quiet)
Parameters
- fgs_data
- fgs_ddt_times
- fgs_ddt
- header_times
Keywords
- quiet
top source thm_fgs_find_gaps
result = thm_fgs_find_gaps(fgs_times, fgs_data, fgs_header_times, fgs_state_spinperiod)
Parameters
- fgs_times
- fgs_data
- fgs_header_times
- fgs_state_spinperiod
top source fgs_combine_packets
result = fgs_combine_packets(fgs_tvar, fgs_header_tvar, correction=correction, quiet=quiet)
Parameters
- fgs_tvar
- fgs_header_tvar
Keywords
- correction
- quiet
top source thm_fgs_ret_spinperiod
result = thm_fgs_ret_spinperiod(spinperiod_tvar, time, quiet=quiet)
Parameters
- spinperiod_tvar
- time
Keywords
- quiet
top source thm_fgs_ret_eclipse
result = thm_fgs_ret_eclipse(spinperiod_tvar, probe)
Parameters
- spinperiod_tvar
- probe
top source thm_fgm_valid_intervals
result = thm_fgm_valid_intervals(fgm_times, fgm_data)
Parameters
- fgm_times
- fgm_data
top source thm_fgs_find_offset
result = thm_fgs_find_offset(packets_unshifted, packets_shiftedp1, packets_shiftedm1, fgm_packet, pkt_num)
Parameters
- packets_unshifted
- packets_shiftedp1
- packets_shiftedm1
- fgm_packet
- pkt_num
top source thm_fgs_int_offset
result = thm_fgs_int_offset(packets_unshifted, packets_shiftedp1, packets_shiftedm1, fgm_packet, pkt_num)
Parameters
- packets_unshifted
- packets_shiftedp1
- packets_shiftedm1
- fgm_packet
- pkt_num
File attributes
Modification date: | Thu Feb 13 16:42:38 2014 |
Lines: | 329 |