Skip to content

Commit

Permalink
adding changes to default.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
asyates committed Oct 4, 2024
1 parent 909a16f commit 2b39e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msnoise/default.csv
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ref_begin,1970-01-01,Beginning or REF stacks. Can be absolute (2012-01-01) or re
ref_end,2100-01-01,End or REF stacks. Same as ``ref_begin``,str,,,
mov_stack,"(('1d','1d'))","A list of two parameters: the time to ""roll"" over (default 1 day) and the granularity (step) of the resulting stacked CCFs (default 1 day) to stack for the Moving-window stacks. This can be a list of tuples, e.g. (('1d','1d'),('2d','1d')) corresponds to the MSNoise 1.6 ""1,2"" before. Time deltas can be anything pandas can interpret (""d"", ""min"", ""sec"", etc).",eval,,,
wienerfilt,N,"Apply wiener filter before stacking? Y[N]",bool,Y/N,,
wiener_Mlen,"24h","Smoothing along date axis (time delta)",str,,,
wiener_Nlen,"0.5s","Smoothing along lag time axis (time delta)",str,,,
wiener_mlen,"24h","Smoothing along date axis (time delta)",str,,,
wiener_nlen,"0.5s","Smoothing along lag time axis (time delta)",str,,,
export_format,MSEED,Export stacks in which format(s) ?,str,SAC/MSEED/BOTH,,
sac_format,doublets,Format for SAC stacks ?,str,doublets/clarke,,
dtt_lag,static,How is the lag window defined,str,dynamic/static,,
Expand Down

0 comments on commit 2b39e9a

Please sign in to comment.