Skip to content

Consider Returning Altitude and Azimuth for Search endpoint results #123

@cecomp64

Description

@cecomp64

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions