-
Do a literature on Layout + OCR + KV
https://docs.google.com/spreadsheets/d/1bBCp9b9eI6BoiDnjxNMkd0EexMPGJNJ2ZRinzG3E0J4/edit?usp=sharing
Question: Tại sao không theo hướng spectral mà theo hướng…
-
I am attempting to spatially reproject one cube to another.
```python
# cube17.header['RESTFRQ] = 230538000000.0
# cube_29.header['RESTFRQ] = 220398684200.0
cube17.reproject(cube_29.header)
`…
-
While I was trying to resolve https://github.com/astropy/astroquery/issues/2940, I run into this bug
```
In [60]: from pyvo.dal import SIA2Service
In [61]: sia = SIA2Service(baseurl='https://ir…
-
**Issue Type**
Enhancement
**Describe the issue identified (if applicable)**
The Lunar Trailblazer mission carries the Lunar Thermal Mapper (LTM) instrument, a multispectral imager. None of the e…
-
**Describe the bug**
These two FITS headers refuse to align with others. What is wrong with them?
```
Could not enable spatial matching of Bania2_downsampled_kms_try2.fits to reference image G00…
-
Fabio Acero talk at the Chandra Workshop presented the results of 3D spectral-spatial analysis of Cas A. He combined Sherpa (models and I/O) and gamma-py (3D) to perform the fitting. Sherpa needs to b…
-
### 🐛 Describe the bug
## Description:
When converting a PyTorch model containing a FourierUnit with torch.fft.rfftn and torch.fft.irfftn to ONNX using torch.compile or (torch.onnx.dynamo_export…
-
I think the new ImageSequence object, implemented by @teogale, is a great addition to Neo! So, I'm wondering how to best make use of this kind of object.
On the one hand, each pixel in the ImageSe…
-
Thank you so much. It is a great job and has inspired me a lot. But I would like to ask why the spatial resolution of the source plane has a big impact on the spectral density of the image plane? How …
-
```
Hi there,
Any chance to add the python shapefile library?, It is a nice alternative to
GDAL-OGR in pure python, the link is:
http://code.google.com/p/pyshp/
Another geo-spatial plugging worth …