seismopy / mopy

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

Create fit_source function(s) #1

Open d-chambers opened 5 years ago

d-chambers commented 5 years ago

Create methods for SpectrumGroup which apply model fitting.

d-chambers commented 5 years ago

@sgjholt is this a duplicate of #5 ? If so I will close it.

sgjholt commented 5 years ago

@d-chambers no this is the higher level than in the other issue, this will be a method of the SpectrumGroup if I understand correctly? as in SpectrumGroup.fit_source() and this will call the functions at the lowest level that I am working on now (sorry this is taking so long).

d-chambers commented 5 years ago

Ah ok, no worries