seismopy / mopy

A python package to calculate seismic source parameters
11 stars 1 forks source link

Channel info set (time windows) #12

Closed sboltz closed 5 years ago

sboltz commented 5 years ago

This continues the renaming process from ChannelInfo to StatsGroup, adds logic for adding time windows to the picks in a StatsGroup, and modifies the StatsGroup to not populate velocity, spreading_coefficient, radiation_coefficient, etc. by default.

sboltz commented 5 years ago

@d-chambers

This is also still in need of some serious cleanup (we should probably discuss the proper way to organize the methods on StatsGroup, it's getting kind of unruly), but I think we can at least play with it a bit.