{
  "docstring": "Original CRED model from Mousavi et al. (2019). Original available at https://github.com/smousavi05/CRED/blob/79ff63a5be16ea0eeffef3fdde6b66cf024440b9/cred_original_outputs/final_model.h5 . \nNote that input shapes in the original weights file suggest an input length of 6000 rather than 3000 samples. This version however uses 3000 samples, for consistency with the paper.\n\nConverted to SeisBench by Jannes Münchmeyer (munchmej@gfz-potsdam.de)",
  "model_args": {
  	"original_compatible": true,
	"filter_args": ["bandpass"],
	"filter_kwargs": {"freqmin": 1, "freqmax": 45},
	"in_samples": 3000,
	"in_channels": 3,
	"sampling_rate": 100,
  	"component_order": "ZNE"
  }
}
