You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>> celestial.coo.convert_coo([],[], 'J2000.0','g')
Index in position 2 exceeds array bounds.
Error in celestial.coo.convert_coo (line 182)
F0 = OutLong(:,1)<0;
I get empty RA and Dec as a corner case in another script, and of course I can trap it there. For sanity, the check could be included in convert_coo itself, which in that case should return empty values.
The text was updated successfully, but these errors were encountered:
On Thu, May 9, 2024 at 11:46 AM EastEriq ***@***.***> wrote:
>> celestial.coo.convert_coo([],[], 'J2000.0','g')
Index in position 2 exceeds array bounds.
Error in celestial.coo.convert_coo (line 182)
F0 = OutLong(:,1)<0;
I get empty RA and Dec as a corner case in another script, and of course I
can trap it there. For sanity, the check could be included in convert_coo
itself, which in that case should return empty values.
—
Reply to this email directly, view it on GitHub
<#441>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJUQ4JFLO7JG3WKDHHUVTDZBMZXJAVCNFSM6AAAAABHONQ3Y6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DOMRQGUYTONY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I get empty RA and Dec as a corner case in another script, and of course I can trap it there. For sanity, the check could be included in
convert_coo
itself, which in that case should return empty values.The text was updated successfully, but these errors were encountered: