Skip to content

TOMToolkit/tom_regions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tom_regions

tom_regions has the database structures for dealing with HEALPix skymaps and making queries if points are in the skymap (for a galaxy map) or the probability of being in a region of the skymap (for a nonlocalized event map).

Quick start

  1. Add 'tom_regions' to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [
        ...
        'tom_regions',
    ]
  1. Run python manage.py migrate to create the models.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published