Changeset 42082 for trunk/Ohana/src/opihi/cmd.data/match2d.c
- Timestamp:
- Feb 28, 2022, 12:17:32 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/match2d.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/match2d.c
r40650 r42082 140 140 gprint (GP_ERR, "if -index1 or -index2 is not supplied, the vectors are created with names index1 or index2\n"); 141 141 gprint (GP_ERR, "use 'reindex' to generate new vectors based on these index vectors\n"); 142 143 gprint (GP_ERR, "examples:\n"); 144 gprint (GP_ERR, " for 'match2d x1 y1 x2 y2 radius -closest'\n"); 145 gprint (GP_ERR, " use 'reindex x2m = x2 using index1 -keep-unmatched'\n"); 146 gprint (GP_ERR, " x2m will have values which correspond to x1 (or NAN if not matched)\n"); 147 gprint (GP_ERR, " \n"); 148 gprint (GP_ERR, " for 'match2d x1 y1 x2 y2 radius'\n"); 149 gprint (GP_ERR, " use 'reindex x1m = x1 using index1'\n"); 150 gprint (GP_ERR, " use 'reindex x2m = x2 using index2'\n"); 151 gprint (GP_ERR, " x1m will have values which correspond to x2m\n"); 152 gprint (GP_ERR, " \n"); 142 153 143 154 gprint (GP_ERR, "if -sphere or -sky is supplied, (x1,y1) and (x2,y2) are treaded as (ra,dec) or (long,lat) pairs in degrees\n");
Note:
See TracChangeset
for help on using the changeset viewer.
