bd-j / sedpy

Utilities for astronomical spectral energy distributions
https://sedpy.readthedocs.io/en/latest/
MIT License
28 stars 16 forks source link

sedpy have an problem in its attributes!! #20

Closed Kourosh76 closed 3 years ago

Kourosh76 commented 3 years ago

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?

Screenshot from 2021-02-24 19-49-11

bd-j commented 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.