-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Description of the issue
Again, thank you for the great tool! It would be really cool if the search results could include altitude and azimuth position information. I suppose it may require observer parameters on the input. Maybe that observer object could be an optional input, and altitude and azimuth are returned when it is present.
What did you try and what didn't work
Search for M1, and it returns RA and DEC positions, but not Altitude and Azimuth.
[
{
id: '3ecb894e-99c0-5b4b-9fcf-6d4441fe351d',
name: 'M 1',
type: { id: 'SNR', name: 'Super Nova Remnant' },
subType: { id: 'SNR', name: 'Super Nova Remnant' },
crossIdentification: [
{ name: 'NGC 1952', catalogId: 'NGC' },
{ name: 'M 1', catalogId: 'M' },
{ name: 'LBN 833', catalogId: 'LBN' },
{ name: 'Crab Nebula', catalogId: null },
{ name: 'Taurus A', catalogId: null }
],
position: {
equatorial: {
rightAscension: { hours: '5.58', string: '05h 34m 48s' },
declination: { degrees: '22.01', string: `22° 0' 36"` }
},
constellation: { id: 'tau', short: 'Tau', name: 'Taurus' }
}
}
]Application ID (this will help trace the logs to see what went wrong)
9d1d1b68-7400-4be9-99ba-c33941938bdb
Metadata
Metadata
Assignees
Labels
No labels