You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For D15 and others, components are added by using amplitude factors and degree differences between K13-components. The header of the D15 dia-file reads "* met theoretische f-factoren en comp.splitsing mbv K13". Therefore, these factors/differences can be computed from (a subset of) the K13 ana file of K13. This would simplify the user input significantly.
The hardcoded factors/differences from the user input script are:
if current_station == 'D15':
CS_comps = pd.DataFrame({'CS_comps_derive':['P1','NU2','LABDA2','K2','T2'],
'CS_comps_from':['K1','N2','2MN2','S2','S2'],
'CS_ampfacs':[0.33,0.22,0.48,0.29,0.05],
'CS_degincrs':[-11,-24,174,1,-24]})
This is the subset from the K13 2007 component file:
Since the splitted components are often the same, combine with #133 and set CS_comps_derive and CS_comps_from global defaults. In that case the only input required is the ana file or a components dataframe.
Relevant stations:
A12
D15 (from K13)
F16
F3PFM (from ??)
J6
K14PFM (from K13)
L9PFM
NORTHCMRT
Q1
Also add metadata that the analysis uses component splitting based on a certain station.
The text was updated successfully, but these errors were encountered:
veenstrajelmer
changed the title
extract component splitting values from ana-files of linked station (can be found in ana-file)
extract component splitting ampfacs/degincrs from ana-file of linked station
Aug 11, 2023
For D15 and others, components are added by using amplitude factors and degree differences between K13-components. The header of the D15 dia-file reads
"* met theoretische f-factoren en comp.splitsing mbv K13"
. Therefore, these factors/differences can be computed from (a subset of) the K13 ana file of K13. This would simplify the user input significantly.The hardcoded factors/differences from the user input script are:
This is the subset from the K13 2007 component file:
Reproduction of factors/differences was successful:
Returns:
Since the splitted components are often the same, combine with #133 and set
CS_comps_derive
andCS_comps_from
global defaults. In that case the only input required is the ana file or a components dataframe.Relevant stations:
Also add metadata that the analysis uses component splitting based on a certain station.
The text was updated successfully, but these errors were encountered: