- Timestamp:
- Nov 21, 2015, 3:12:35 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/Makefile
r38062 r39183 74 74 $(SRC)/vshimage.$(ARCH).o \ 75 75 $(SRC)/shimage.$(ARCH).o \ 76 $(SRC)/wcs.$(ARCH).o \ 76 77 $(SRC)/imsub.$(ARCH).o \ 77 78 $(SRC)/imfit.$(ARCH).o \ -
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/init.c
r38062 r39183 64 64 int vshimage PROTO((int, char **)); 65 65 int shimage PROTO((int, char **)); 66 int wcs PROTO((int, char **)); 66 67 67 68 static Command cmds[] = { … … 127 128 {1, "vshimage", vshimage, "generate images for vector spherical harmonic terms"}, 128 129 {1, "shimage", shimage, "generate images for spherical harmonic terms"}, 130 {1, "wcs", wcs, "set the wcs for the given image"}, 129 131 }; 130 132 -
branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/region.c
r39166 r39183 83 83 if ((argc != 4) && (argc != 5)) { 84 84 gprint (GP_ERR, "USAGE: region Ra Dec Radius [projection] [orientation]\n"); 85 gprint (GP_ERR, " [-image] [-ew] [+ew] [-ns] [+ns] [-no-clear] \n");85 gprint (GP_ERR, " [-image] [-ew] [+ew] [-ns] [+ns] [-no-clear] [-angle theta]\n"); 86 86 gprint (GP_ERR, " current: %f %f (%f x %f) (%s)\n", 87 87 graphmode.coords.crval1, graphmode.coords.crval2,
Note:
See TracChangeset
for help on using the changeset viewer.
