File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 186186###################################################################################################
187187
188188# Check information on null models (dropped models)
189- print ('Number of Null models : \t ' , fg .results .n_null )
190- print ('Indices of Null models : \t ' , fg .results .null_inds )
189+ print ('Number of Null models :\t ' , fg .results .n_null )
190+ print ('Indices of Null models :\t ' , fg .results .null_inds )
191191
192192# Despite the dropped model, the total number of models in the object is the same
193193# This means that the indices are still the same as before dropping models
194- print ('Number of model fits: ' , len (fg .results ))
194+ print ('Number of model fits : \t ' , len (fg .results ))
195195
196196###################################################################################################
197197
Original file line number Diff line number Diff line change 11"""
2- 07: Exploring the model object
2+ 07: Exploring the Model Object
33==============================
44
55Further exploring the SpectralModel object, including algorithm settings and available methods.
Original file line number Diff line number Diff line change 11"""
2- 08: Fitting group of spectra
3- ============================
2+ 08: Fitting Groups of Spectra
3+ =============================
44
55Using the group model object to run fit models across multiple power spectra.
66"""
You can’t perform that action at this time.
0 commit comments