|
LSSTApplications
19.0.0-1-g1faeb96,19.0.0-1-g8c57eb9+34,19.0.0-1-ga3b31f8+3,19.0.0-1-gad49e94,19.0.0-10-g3250e53,19.0.0-15-g7d47663,19.0.0-17-gde1f5b76+3,19.0.0-18-gfb21c91+2,19.0.0-2-g15ad1b6+2,19.0.0-2-g2ed0b45+1,19.0.0-2-g456d77f+3,19.0.0-2-g4aada73,19.0.0-2-g5e94dc7+1,19.0.0-2-g6e0b8f9,19.0.0-2-g822544a+2,19.0.0-2-gb013ac2+2,19.0.0-2-gd82b0d5+3,19.0.0-20-g12a598f,19.0.0-20-g3336a1e+3,19.0.0-22-gd98cb7f78,19.0.0-23-g2f46faf,19.0.0-23-g4cc2bcb,19.0.0-3-g57fcecc+2,19.0.0-3-g9629746+1,19.0.0-3-g99a058e,19.0.0-3-ga84a0ef,19.0.0-3-gbea416a+1,19.0.0-3-gc2296d9,19.0.0-3-gc70e9ed,19.0.0-3-gc851abf+3,19.0.0-4-gac56cce+22,19.0.0-4-gb666382+3,19.0.0-4-gc799371+3,19.0.0-5-g24a5ec6,19.0.0-53-gf4ac060,19.0.0-55-g5222f1c4,19.0.0-6-g4aaee92+3,19.0.0-6-gce3e386+3,19.0.0-8-g967c747,19.0.0-8-gb750100+2,w.2020.18
LSSTDataManagementBasePackage
|
Functions | |
| def | getEups () |
| def | getAndVersion () |
| def | setAstrometryConfigFromEups (config, menu) |
| def | setPhotocalConfigFromEups (config) |
| def | setConfigFromEups (photocalConfig=None, astrometryConfig=None, astrometryMenu=None) |
| def lsst.pipe.tasks.setConfigFromEups.getAndVersion | ( | ) |
Return the version of astrometry_net_data in use
Definition at line 18 of file setConfigFromEups.py.
| def lsst.pipe.tasks.setConfigFromEups.getEups | ( | ) |
| def lsst.pipe.tasks.setConfigFromEups.setAstrometryConfigFromEups | ( | config, | |
| menu | |||
| ) |
Set the astrometry configuration according to the astrometry_net_data being used
The menu is a dict mapping the astrometry_net_data version to a dict of configuration
values to apply. The menu key may also be a glob. For example:
menu = { "ps1*": {}, # No changes
"ps1-without-y": { "solver.filterMap": {"y": "z"} }, # No y-band in this specific version
"sdss*": { "solver.filterMap": {"y": "z"} }, # No y-band, use z instead
"2mass*": { "solver.filterMap": {"y": "J"} }, # No y-band, use J instead
}
Definition at line 23 of file setConfigFromEups.py.
| def lsst.pipe.tasks.setConfigFromEups.setConfigFromEups | ( | photocalConfig = None, |
|
astrometryConfig = None, |
|||
astrometryMenu = None |
|||
| ) |
Set the astrometry and photocal configuration according to the astrometry_net_data being used The 'astrometryMenu' is as defined for the 'menu' parameter for 'setAstrometryConfigFromEups'.
Definition at line 56 of file setConfigFromEups.py.
| def lsst.pipe.tasks.setConfigFromEups.setPhotocalConfigFromEups | ( | config | ) |
Set the photocal configuration according to the astrometry_net_data being used
Definition at line 51 of file setConfigFromEups.py.
1.8.18