Closed Kourosh76 closed 3 years ago
Most of those modules -- modelgrid, photometer, extinction -- are deprecated in favor of more standard packages like scipy.interpolate or photutils, but I have just pushed a commit to make sure that attenuation
appears as an attribute.
Note that you can usually do from sedpy import modulename
even if the module does not appear as an attribute.
I installed prospector package according to its installation guide, but now, my package only have observate, yanny and reference_spectra attributes and don't have attenuation, extinction, photometer, ds9region and modelgrid attributes according to its description in this link!! how can I solve this?