-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crop .plot()
issues with CHASE Data
#258
Comments
This is not an error but a warning. It is emitted by astropy and can be ignored for this case. |
Screen.Recording.2024-11-18.092808.mp4Getting this result. |
Which replicates the original issue, so we still have a problem here. |
At 6.5 * 10 ^ -7 m of wavelength the plot becomes purple.... I have some queries regarding this:
in spectrogram_sequence.py. |
I don't know, if there is data that, it should be plotted instead of purple.
sunraster is a light wrapper around ndcube, this is why you can't find the source code. It would be worth testing this without sunraster and directly into ndcube to see if there is a difference in behavior. |
I have plotted the FITS data array = data[1].data which gives me this plot and it has non empty values also for wavelengths the data array is non empty the only thing we need to see ......is there any data in between the two points we have taken that is pt1 = [SkyCoord(0u.arcsec, 0u.arcsec, frame=frames.Helioprojective), None] |
Well that's what the crop should do, we need to track down why. If its a bug in the crop code or how astropy has handled the WCS |
Describe the bug
I am using sunraster with CHASE data, and it has worked almost perfectly out of the box, thanks! I have encountered a strange issue whereby
.plot()
works fine on the spectrogram cube, and on a wavelength plane of the cropped cube (e.g.crop[71].plot()
), butcrop.plot()
has a very strange wavelength grid. The first few planes appear correct (it's hard to be certain), but then the data seems to be wrong.CHASE data can be acquired from SSDC here but this requires registration and login, so I have also made one file available on my OneDrive here.
To Reproduce
Screenshots
Result of crop.plot
System Details
Installation method
pip
The text was updated successfully, but these errors were encountered: