Related to #132, original SAC header functions for SPECFEM synthetics were very barebones, just providing enough information for RecSec to take over and plot. However it is beneficial to include all available SAC headers since the code was already written for normal data.
CHANGELOG
append_sac_headers_cartesian now includes all SAC header values found in append_sac_headers except for cmpinc and cmpaz which are component based inclination and azimuth and not really necessary for synthetics
Added some improved log warnings for normal SAC header to warn User when optional parameters like evdp were not appended, previously these passed through silently
Related to #132, original SAC header functions for SPECFEM synthetics were very barebones, just providing enough information for RecSec to take over and plot. However it is beneficial to include all available SAC headers since the code was already written for normal data.
CHANGELOG
append_sac_headers_cartesian
now includes all SAC header values found inappend_sac_headers
except forcmpinc
andcmpaz
which are component based inclination and azimuth and not really necessary for syntheticsevdp
were not appended, previously these passed through silently