Questions about using the Python programming language to solve astronomical problems. General questions about Python are off-topic but might be asked on Stack Overflow.
Questions tagged [python]
178 questions
3
votes
0 answers
Kolmogorov–Smirnov test p-value
I carried out a 2 sample Kolmogorov–Smirnov or "KS" test. I got a p-value of 0.11. That means the probability of 2 samples being of the same population is 0.11. Is it correct to say that the probability of the same is 11%?

SlightDecoy
- 304
- 1
- 6
2
votes
0 answers
reference frames-healpix: projection parameters for smooth continuous tiles on a sky map
I am working on a newly completed survey which uses healpix fits files on 1/8th of the sky. I would like to set a flat skymap which covers the entire sky but it seems this will create artifacts and warps as there is a maximum fov parameter.
I wanted…

triple7
- 153
- 3
2
votes
0 answers
How would I code to find the seeing of a binary star system in python?
I have fit images of binary systems and want a program that will help determine which ones are highest quality, the seeing. The simplest way is apparently to equate it to the FWHM of the Gaussian of the point spread function of one of the stars. But…

p. jlenp
- 21
- 1
2
votes
2 answers
How to convert celestial Coordinates with a radius, to max and min celestial coordinates?
I am writing a piece of python code to convert right ascension and declination with a given radius to minimum and maximum right ascension and declination. I firstly can't understand why the min and max is not always just the given coordinates +- the…

Ronan Phillips Johns
- 21
- 1
1
vote
0 answers
Python Lightkurve Module -- How to combine different TESS sectors into one graph
I'm building a pipeline to look at several thousand eclipsing binary systems for my master's thesis, and I've run into an issue I am having a hard time fixing. I'm using the Python module Lightkurve.
I am only able to pull TPFs for some of my…

Erika Dunning
- 27
- 4