- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/cmd.astro (modified) (1 prop)
-
Ohana/src/opihi/cmd.astro/init.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo set to
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/cmd.astro/init.c
r33415 r34041 15 15 int flux PROTO((int, char **)); 16 16 int fixwrap PROTO((int, char **)); 17 int fiximage PROTO((int, char **)); 17 18 int fixcols PROTO((int, char **)); 18 19 int fixrows PROTO((int, char **)); … … 31 32 int ringflux PROTO((int, char **)); 32 33 int petrosian PROTO((int, char **)); 34 int kronflux PROTO((int, char **)); 33 35 int mkgauss PROTO((int, char **)); 34 36 int mksersic PROTO((int, char **)); … … 45 47 int sexigesimal PROTO((int, char **)); 46 48 int spec PROTO((int, char **)); 49 int specpairfit PROTO((int, char **)); 50 int spexseq PROTO((int, char **)); 51 int spex1dgas PROTO((int, char **)); 52 int spex2dgas PROTO((int, char **)); 53 int mkclusters PROTO((int, char **)); 47 54 int star PROTO((int, char **)); 48 55 int times PROTO((int, char **)); … … 64 71 {1, "flux", flux, "flux in a convex contour"}, 65 72 {1, "fixwrap", fixwrap, "fix megacam over-wrapped pixels"}, 73 {1, "fiximage", fiximage, "fix pixels in an image by interpolation"}, 66 74 {1, "fixcols", fixcols, "fix bad columns by comparing with others"}, 67 75 {1, "fixrows", fixrows, "fix bad rows by comparing with others"}, … … 81 89 {1, "ringflux", ringflux, "mean flux in a ring"}, 82 90 {1, "petrosian", petrosian, "petrosian parameters given radial bins"}, 91 {1, "kronflux", kronflux, "measure kronflux stats"}, 83 92 {1, "multifit", multifit, "fit multi-order spectrum"}, 84 93 {1, "objload", objload, "plot obj data on Ximage "}, … … 93 102 {1, "sexigesimal", sexigesimal, "convert to/from sexigesimal/decimal"}, 94 103 {1, "spec", spec, "extract a spectrum"}, 104 {1, "specpairfit", specpairfit, "fit spectrum to another spectrum"}, 105 {1, "spexseq", spexseq, "generate the spectral sequence"}, 106 {1, "spex1dgas", spex1dgas, "minimize distances in 1D"}, 107 {1, "spex2dgas", spex2dgas, "minimize distances in 2D"}, 108 {1, "mkclusters", mkclusters, "group spectra by distance"}, 95 109 {1, "star", star, "star stats at rough coords"}, 96 110 {1, "transform", transform, "geometric transformation of image"},
Note:
See TracChangeset
for help on using the changeset viewer.
