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)
How to display a 16 bit colour FITS image using python
I want to display a FITS image in python. I have all this working using astropy (the FITS loader) and matplotlib and a greyscale image. However I have images that are 16 bit colour with a Bayer matr...
Magic Bullet Dave
Votes: 0
Answers: 1
Reading memory through a Python script invoked by JUCE
I wrote a Python script which has the task to download a FITS file, in order to read the data of a star, through the exploitation of the library astropy. Unfortunately, I can't write anything to the d...
Balthus89
Votes: 0
Answers: 0
PermissionError: [WinError 32] when updating existing fits file
I'm working on win11 with python 3.9.7 and I'm trying to open a fits datacube that has different layers and append a new one and then save it, but when I do that, I get the following error: "Perm...
Giovanni Maria Strampelli
Votes: 0
Answers: 1
How to convert .fits file/ astropy table to pandas df and reverse?
I need to frequently convert pandas df to .fits files and also the reverse - I am given .fits files for which is easier for me to process them as pandas dfs. What is the most straightforward way for d...
NeStack
Votes: 0
Answers: 1