Skip to content

Software to calculate surface emission models and QED propagation

Notifications You must be signed in to change notification settings

UBC-Astrophysics/Magnetar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magnetar.py

This contains a python package and model files to calculate the total polarized emission from the surface of a neutron star.

Depending on the version of numba installed, you may encounter errors. You can replace

import numba

with

import jnumba

to force the code to fall back regular python

Some key routines are written in C, so go to the Magnetar directory and type make to compile these. This should work fine on Mac and Linux systems, but Windows users will have to make some alterations to the python loading routines and the Makefile.

About

Software to calculate surface emission models and QED propagation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published