/usr/ups/astrometry_net.table is in astrometry.net 0.46-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #
# "evil" UPS package-management descriptor, for use in LSST & co.
#
# This is copied to INSTALL_DIR/ups/astrometry_net.table
#
setupRequired(cfitsio)
setupOptional(wcslib)
#
#
envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)
envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(PATH, ${PRODUCT_DIR}/bin)
|