Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Created on Wed Oct 19 11:27:28 2016
@author: mints
"""
import numpy as np
# This is for observations
JMAG_GRID = np.arange(0., 15.01, 0.05) + 0.00005
JK_GRID = np.arange(-1.5, 2.501, 0.05) + 0.00005