pyyeti.cla.DR_Results.strip_hists¶
- DR_Results.strip_hists()[source]¶
Strips out response histories and non-extreme srs data
Notes
This is typically to reduce file size of a summary results structure where the time and frequency domain histories are already saved in other files. Run this before
DR_Results.form_extreme()(or rerunDR_Results.form_extreme()afterward).This is an interface to
delete_data():self.delete_data( ("hist", "time", "psd", "freq", "frf", "srs.srs") )
For more options and control, see
delete_data().See example usage in
DR_Results.merge().