tmatch problem
Robert Janusz wrote on Sep 28, 2007
I have a ttable "x":
#c id ch*6 %-6s
#c ra d %11.1h hours
#c dec d %11.1h degrees
w0 8:51:21.6 11:46:06.1
w2 8:51:21.6 11:46:06.5
When I run:
tmatch x x xx ra,dec ra,dec 0:0:1 diagf=STDOUT nmcol1=id nmcol2=id
The output is:
The following objects have the largest norms:
Norm = 0.
1:2 w2
2:2 w2
Norm = 0.
1:1 w0
2:1 w0
And there is no "The following objects matched the same object:".
Why?
Thanks for any hint.
#c id ch*6 %-6s
#c ra d %11.1h hours
#c dec d %11.1h degrees
w0 8:51:21.6 11:46:06.1
w2 8:51:21.6 11:46:06.5
When I run:
tmatch x x xx ra,dec ra,dec 0:0:1 diagf=STDOUT nmcol1=id nmcol2=id
The output is:
The following objects have the largest norms:
Norm = 0.
1:2 w2
2:2 w2
Norm = 0.
1:1 w0
2:1 w0
And there is no "The following objects matched the same object:".
Why?
Thanks for any hint.
Mike Fitzpatrick wrote on Sep 28, 2007
According to the program comments, that output is used to print objects that are matched more than once, which can't happen with only two rows in the list. Printing the title is probably just a mistake, but I'm guessing.
Cheers,
-Mike
Cheers,
-Mike
Last post on Sep 28, 2007