Skip to content

KSaid-1/pvhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pvhub

Function to predict peculiar velocities given RA (right ascension), Dec (declination), and z (redshift). All maps are in redshift-space. All maps are limited to z < 0.067 with a flag in the function for extrapolation option. Conversion from real-space to redshift space as well as the extrapolation option are explained by Carr et al. (2021).

Maps:

The number of each map is the corresponding flag in pvhub.py

default

  1. 2MPP-SDSS (Said et al. 2020; Peterson et al. 2021; Carr et al. 2021)

Other available maps

  1. 2MPP-SDSS_6dF (Said et al. 2020)
  2. 2MRS (Lilow & Nusser 2021)
  3. 2MPP (Carrick et al. 2015)

Cloning

The PV maps are large files, so to properly clone this repository you must download them individually from this webpage or use Git Large File Storage. If you have not used Git LFS before, see https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage or follow the instructions below.

Mac

brew install git-lfs
git lfs install
git lfs clone https://github.com/KSaid-1/pvhub.git

Linux

sudo apt install git-lfs
git lfs install
git lfs clone https://github.com/KSaid-1/pvhub.git

Windows

If you have Git Bash, install Git LFS using the installer, then continue as normal in Git Bash:

git lfs install
git lfs clone https://github.com/KSaid-1/pvhub.git

About

get pv from the velocity fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages