8000 GitHub - adwasser/slomo_old: Jeans modeling with multiple tracer populations.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adwasser/slomo_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slomo

Spherical Jeans modeling of slow-rotator galaxies with multiple tracer populations.

https://slomo.readthedocs.io

Documentation Status

D 66CB ependencies

  • python >= 3.5
    • numpy
    • scipy
    • astropy
    • emcee
    • dill
    • multiprocess
    • ruamel.yaml
    • h5py
    • psutil
usage: slomo [-h] [--verbose] {init,sample,run,mock} ...

Construct and run dynamical models.

positional arguments:
  {init,sample,run,mock}
                        Available commands
    init                Construct a model
    sample              Sample from an existing model.
    run                 Shortcut for init and sample for new model output.
    mock                Create mock data from specified model parameters.

optional arguments:
  -h, --help            show this help message and exit
usage: slomo init [-h] [--clobber] config

positional arguments:
  config      Config file in YAML format. See docs for required entries.

optional arguments:
  -h, --help  show this help message and exit
  --clobber   If selected, overwrite existing hdf5 output file.
usage: slomo sample [-h] [--mock] [--threads THREADS] hdf5 niter

positional arguments:
  hdf5               hdf5 output file
  niter              Number of iterations to run.

optional arguments:
  -h, --help         show this help message and exit
  --mock             If selected, sample from mock data instead of stored
                     data.
  --threads THREADS  Number of threads to use.
usage: slomo run [-h] [--threads THREADS] config niter

positional arguments:
  config             Config file in YAML format. See docs for required
                     entries.
  niter              Number of iterations to run.

optional arguments:
  -h, --help         show this help message and exit
  --threads THREADS  Number of threads to use.

About

Jeans modeling with multiple tracer populations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0