next up previous contents index
Next: 5.6.5 Galactic Velocity Fields Up: 5.6 Exchanging data Previous: 5.6.3.5 MIDAS   Contents   Index

5.6.4 Initializing

There are a few programs with which orbits can be initialized:

nx,ny	->    data[nx][ny]

e.g.	ccdmath out=ccd1   nx=10 ny=5
	gives       double MapValues[10][5]  


ccdmath "" - %x 3,2 | tsf - margin=100 | grep MapVal
	MapValues[3][2] -2.00000 -2.00000 -1.00000 -1.00000 0.00000 0.00000
ccdmath "" - %y 3,2 | tsf - margin=100 | grep MapVal
	MapValues[3][2] -2.00000 -1.00000 -2.00000 -1.00000 -2.00000 -1.00000



(c) Peter Teuben