mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 17:38:02 +00:00
add units
This commit is contained in:
parent
1d9789c08e
commit
3352b06c1c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def load_processed(Nsim, Nsnap):
|
|||
d, ra, dec = csiborgtools.units.cartesian_to_radec(data)
|
||||
data = csiborgtools.utils.add_columns(
|
||||
data, [d, ra, dec], ["dist", "ra", "dec"])
|
||||
return data
|
||||
return data, boxunits
|
||||
|
||||
|
||||
def load_planck2015(max_comdist=214):
|
||||
|
|
Loading…
Reference in a new issue