Skip to content
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

Consider Returning Altitude and Azimuth for Search endpoint results #123

Open
cecomp64 opened this issue Dec 20, 2024 · 2 comments
Open

Comments

@cecomp64
Copy link

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

@cecomp64
Copy link
Author

Magnitude and size would be nice, too!

@astroanu
Copy link
Member

I'll consider this. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants