Changeset 39225 for trunk/Ohana/src/opihi/cmd.astro/init.c
- Timestamp:
- Dec 3, 2015, 4:16:29 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/opihi/cmd.astro (modified) (1 prop)
-
Ohana/src/opihi/cmd.astro/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20151113 (added) merged: 39135-39136,39166,39182-39185,39193-39208,39211-39215,39218-39224
- Property svn:mergeinfo changed
-
trunk/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20151113/Ohana (added) merged: 39166,39182-39185,39193-39208,39211-39215,39218-39224
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro (added) merged: 39166,39183,39194,39199,39223
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.astro/init.c
r39169 r39225 7 7 int cdot PROTO((int, char **)); 8 8 int cline PROTO((int, char **)); 9 int cneedles PROTO((int, char **)); 9 10 int cplot PROTO((int, char **)); 10 11 int csystem PROTO((int, char **)); … … 66 67 int vshimage PROTO((int, char **)); 67 68 int shimage PROTO((int, char **)); 69 int wcs PROTO((int, char **)); 68 70 69 71 static Command cmds[] = { … … 74 76 {1, "cdot", cdot, "plot point in sky coordinates"}, 75 77 {1, "cline", cline, "plot line connecting two sky coordinates"}, 78 {1, "cneedles", cneedles, "plot vectors in sky coordinates"}, 76 79 {1, "cplot", cplot, "plot vectors in sky coordinates"}, 77 80 {1, "csystem", csystem, "convert between coordinate systems"}, … … 131 134 {1, "vshimage", vshimage, "generate images for vector spherical harmonic terms"}, 132 135 {1, "shimage", shimage, "generate images for spherical harmonic terms"}, 136 {1, "wcs", wcs, "set the wcs for the given image"}, 133 137 }; 134 138
Note:
See TracChangeset
for help on using the changeset viewer.
