- Timestamp:
- Jul 17, 2014, 12:32:26 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/Ohana
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
src/opihi (modified) (1 prop)
-
src/opihi/cmd.astro (modified) (1 prop)
-
src/opihi/cmd.astro/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/Ohana
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/Ohana/src/opihi
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/Ohana/src/opihi/cmd.astro/init.c
r35757 r37067 13 13 int czplot PROTO((int, char **)); 14 14 int czcplot PROTO((int, char **)); 15 int cdensify PROTO((int, char **)); 15 16 int drizzle PROTO((int, char **)); 16 17 int flux PROTO((int, char **)); 17 18 int fitplx PROTO((int, char **)); 19 int fitpm PROTO((int, char **)); 18 20 int fixwrap PROTO((int, char **)); 19 21 int fiximage PROTO((int, char **)); … … 49 51 int scale PROTO((int, char **)); 50 52 int sexigesimal PROTO((int, char **)); 53 int sersic PROTO((int, char **)); 51 54 int spec PROTO((int, char **)); 52 55 int specpairfit PROTO((int, char **)); … … 72 75 {1, "czplot", czplot, "plot scaled vectors in sky coordinates"}, 73 76 {1, "czcplot", czcplot, "plot color-scaled vectors in sky coordinates"}, 77 {1, "cdensify", cdensify, "vectors to density history on projection"}, 74 78 {1, "drizzle", drizzle, "transform image to image"}, 75 79 {1, "flux", flux, "flux in a convex contour"}, 76 80 {1, "fitplx", fitplx, "fit proper motion and parallax"}, 81 {1, "fitpm", fitpm, "fit proper motion only"}, 77 82 {1, "fixwrap", fixwrap, "fix megacam over-wrapped pixels"}, 78 83 {1, "fiximage", fiximage, "fix pixels in an image by interpolation"}, … … 107 112 {1, "scale", scale, "get / set real bzero / bscale values"}, 108 113 {1, "sexigesimal", sexigesimal, "convert to/from sexigesimal/decimal"}, 114 {1, "sersic", sersic, "generate sub-pixel resolved sersic model"}, 109 115 {1, "spec", spec, "extract a spectrum"}, 110 116 {1, "specpairfit", specpairfit, "fit spectrum to another spectrum"},
Note:
See TracChangeset
for help on using the changeset viewer.
