neddy.cl_utils module

Documentation for neddy can be found here: http://neddy.readthedocs.org

Usage:

neddy init neddy [-nuvr] cone [–o ] neddy [-nuvr] cones [–o ] neddy [-v] name […] [–o ]

Commands:

init initialise neddy for the first time cone perform a single conesearch on NED and return any matches cones perform bulk conesearches on NED and return any matches name perform name search(es) on NED and return any matches

Arguments:

ra ra (decimal degrees or sexegesimal) dec dec (decimal degrees or sexegesimal) radiusArcsec radiusArcsec (conesearch radius) objectName objectName (the name of the object) pathToCoordinateList path to list of space separated ra & dec (one coordinate set per line, decimal degrees or sexegesimal) –o outputFile path to outputFile

Options:
-h, --help

show this help message

-n, --nearest

return the nearest object only

-u, --unclassified

include unclassified extra-galactic objects

-v, --verbose

return more metadata for matches

-r, --redshift

redshift must be available

tab_complete(text, state)[source]
main(arguments=None)[source]

The main function used when ``cl_utils.py`` is run as a single script from the cl, or when installed as a cl command