Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 286 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 286 Bytes

pcat-lion

Embarrassingly fast probabilistic cataloging of stars and galaxies.

Instructions

$LION_PATH should be set to the path in which Lion is installed.

Example usage

import pcat

pcat.main( \
          # number of samples
          nsamp=100, \
         )