pahfit icon indicating copy to clipboard operation
pahfit copied to clipboard

Description output file incorrect for fit_spectrum

Open els1 opened this issue 3 years ago • 4 comments

I think there is an incorrect description for the output file in fit_spectrum:

The code states: Returns ------- obsfit : PAHFITBase model PAHFIT model with best fit parameters

But if you do: obsfit = fit_spectrum(obs, pmodel, maxiter=2000) help(obsfit)

you get: Help on CompoundModel in module astropy.modeling.core object:

class CompoundModel(Model) | CompoundModel(op, left, right, name=None, inverse=None) |
....

els1 avatar Jun 14 '21 22:06 els1