powderday icon indicating copy to clipboard operation
powderday copied to clipboard

powderday dust radiative transfer

Results 37 powderday issues
Sort by recently updated
recently updated
newest added

when choosing a dust grid choice outside of the allowed values, one ought to get a valueerror per `grid_construction.py`: ``` dust_grid_type_list = ['dtm', 'rr', 'manual','li_bestfit'] try: dust_choice = dust_grid_type_list.index(cfg.par.dust_grid_type) except...

can we get rid of `bbox_lim`, or at least only enable it if pf.cosmological=False ? seems silly to have to think about it if you run cosmological simulations.

I ran powderday on galaxies from an arepo simulation with smuggle physics otf_extinction on. `Traceback (most recent call last): File "/blue/narayanan/jkelleyderzon/conda/envs/env39/bin/pd_front_end.py", line 4, in __import__('pkg_resources').run_script('powderday==0.1.0', 'pd_front_end.py') File "/blue/narayanan/jkelleyderzon/conda/envs/env39/lib/python3.9/site-packages/pkg_resources/__init__.py", line 722,...

As an additional option, it might make sense to have powderday pull the black hole accretion rate directly from the simulation (for those that have black holes) rather than just...

just used an old 2019 era parameters_master and got this error: ```AttributeError: module 'parameters_master' has no attribute 'use_cloudy_tables'``` worth going through this repeatedly to see what breaks with a super...

Bumps [scipy](https://github.com/scipy/scipy) from 1.2 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

There is only a provision for dust_screen = True when we use nebular emission. So, Sidney and I have added a section that activates the dust screen when not using...