| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | general | |
| Module | measures | |
| Tool | measures |
| m1 | in | direction of source | |
| Allowed: | direction measure | ||
| m2 | in | direction of other source | |
| Allowed: | direction measure | ||
- a:=dm.direction('j2000','0deg','70deg');
- b:=dm.direction('j2000','0deg','80deg');
- dm.separation(a,b)
[value=10, unit=deg]
- tim := dm.epoch('utc','today') # set the time
- dm.doframe(tim)
T
- pos := dm.observatory('ATCA') # set where
- dm.doframe(pos)
T
- c:=dm.measure(b,'azel') # try with different type
- dm.separation(a,c)
[value=10, unit=deg]