Skip to content

Commit

Permalink
Fix typo in coords
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergagliano committed Oct 25, 2023
1 parent 119cbe7 commit fe45bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro_ghost/DLR.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def chooseByGladeDLR(path, fn, snDF, verbose=False, todo='r', GWGC=None):
noGladeHosts = []

if GWGC is not None:
GWGC_coords = SkyCoord(GWGC['RAJ2000'].values, GWGC['DEJ200'].values, unit=(u.deg, u.deg))
GWGC_coords = SkyCoord(GWGC['RAJ2000'].values, GWGC['DEJ2000'].values, unit=(u.deg, u.deg))

#assume standard cosmology for distance estimates
cosmo = FlatLambdaCDM(H0=70, Om0=0.3, Tcmb0=2.725)
Expand Down

0 comments on commit fe45bcb

Please sign in to comment.