python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Different values of a_lm coefficients for different values of Nside in HealPix
I am using HealPix to calculate the outflow rate of particles through a sphere with some radius and I am trying to determine coefficients of spherical harmonics (basically fit some data with spherical...
Jack
Votes: 0
Answers: 1
Faster alternative to SkyCoord.separation?
I am using SkyCoord.separation to find the pixels around a given coordinate from an array. I have noticed the separation function takes too long. I have to repeat the calculation on a huge data set an...
Akshaya Subbanna
Votes: 0
Answers: 1
how to solve 2nd order coupled equation by using python?
I am trying to solve 2nd order coupled equation by odeint. I don't know how to pass two constant list z0 and w0 but I tried here is my code.
import numpy as np
from scipy.integrate import odeint
impor...
zircon
Votes: 0
Answers: 1
How to set limits around (on both sides of) 0, in a polar Matplotlib plot (wedge diagram)
I am making a wedge diagram (plotting quasars in space, with RA as theta and Dec as r). I need to set the limits of a polar plot on both sides of 0. My limits should go from 45 degrees to 315 degrees ...
Laura
Votes: 0
Answers: 1