Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | vo | |
Module | conesearch | |
Tool | cscatalog |
direction | Direction measure | ||
Allowed: | Measure | ||
Default: | none | ||
sr | Search radius | ||
Allowed: | Quantity | ||
Default: | '1deg' | ||
catalog | Catalog to be queried | ||
Allowed: | NVSS|FIRST|WENSS | ||
Default: | NVSS | ||
fluxrange | Flux limitation | ||
Allowed: | Vector of quantities | ||
Default: | F |
# # Make a componentlist holding all sources with 10 degrees of 3C84 # include 'cscatalog.g'; cs:=cscatalog(); cl:=cs.querydirection(dm.source('3C84'), sr='10deg', 'NVSS', fluxrange='5mJy'); if(is_fail(cl)) fail; cs.done();