Skip to content

Commit

Permalink
Interval weighting for all LD coeffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raindogjones committed Nov 12, 2024
1 parent 3e6b397 commit 640c5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoebe/atmospheres/passbands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2859,7 +2859,7 @@ def Inorm_bol_bb(Teff=5772., logg=4.43, abun=0.0, atm='blackbody', intens_weight

for atm in ['ck2004', 'phoenix', 'tmap_sdO', 'tmap_DA', 'tmap_DAO', 'tmap_DO', 'tremblay']:
pb.compute_intensities(atm=atm, path=f'tables/{atm}', verbose=True)
pb.compute_ldcoeffs(ldatm=atm)
pb.compute_ldcoeffs(ldatm=atm, weighting='interval')
pb.compute_ldints(ldatm=atm)

pb.import_wd_atmcof('tables/wd/atmcofplanck.dat', 'tables/wd/atmcof.dat', 7)
Expand Down

0 comments on commit 640c5cb

Please sign in to comment.