conesearch (class)

class conesearch(log, ra=False, dec=False, radiusArcsec=False, nearestOnly=False, unclassified=False, quiet=False, listOfCoordinates=False, outputFilePath=False, verbose=False, redshift=False)[source]

Bases: neddy._basesearch._basesearch

The worker class for the conesearch module

Key Arguments

  • log – logger

  • ra – ra

  • dec – dec

  • radiusArcsec – radiusArcsec

  • nearestOnly – return only the nearest object from NED

  • unclassified – include the unclassified sources in the return results

  • quiet – don’t print to stdout

  • listOfCoordinates – list of coordinates ra dec radiusArcsec

  • outputFilePath – path to output file

  • verbose – return more metadata for matches

    • redshift – redshift constraint

- @review: when complete, clean conesearch class
- @review: when complete add logging
- @review: when complete, decide whether to abstract class to another module

Methods

get()

get the conesearch object

get_crossmatch_names([listOfCoordinates, …])

get corssmatch names

get()[source]

get the conesearch object

Return

  • conesearch

- @review: when complete, clean get method
- @review: when complete add logging
get_crossmatch_names(listOfCoordinates=False, radiusArcsec=False)[source]

get corssmatch names

Key Arguments

  • listOfCoordinates – list of the coordinates to conesearch

  • radiusArcsec – the search radius

Return

  • None

- @review: when complete, clean get_crossmatch_names method
- @review: when complete add logging