DarkEnergySurvey / ugali

Ultra-faint galaxy likelihood toolkit
MIT License
14 stars 15 forks source link

Update results.py to use azimuthally averaged half-light radius in surface brightness calculation (re issue 78) #79

Closed willcerny closed 3 years ago

willcerny commented 3 years ago

Changed size --> rsize in surface brightness calc. in order to make this surface brightness within azimuthally averaged half-light radius

kadrlica commented 3 years ago

@willcerny did you want to put a case statement in to use the Martin mag when available? Actually, looking at this, it might be cleaner to calculate both mu and mu_martin and output them both in the results file. What do you think?

willcerny commented 3 years ago

That sounds good. Maybe that can be a separate PR, though, just to minimize the chance of me messing things up in the short term..