Changeset 38062 for trunk/Ohana/src/opihi/cmd.astro
- Timestamp:
- Mar 29, 2015, 6:52:41 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
- 1 copied
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/opihi/cmd.astro/Makefile (modified) (1 diff)
-
Ohana/src/opihi/cmd.astro/cdensify.c (modified) (1 diff)
-
Ohana/src/opihi/cmd.astro/cdhistogram.c (copied) (copied from branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.astro/cdhistogram.c )
-
Ohana/src/opihi/cmd.astro/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
-
trunk/Ohana
- Property svn:mergeinfo deleted
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r37807 r38062 29 29 $(SRC)/czplot.$(ARCH).o \ 30 30 $(SRC)/cdensify.$(ARCH).o \ 31 $(SRC)/cdhistogram.$(ARCH).o \ 31 32 $(SRC)/drizzle.$(ARCH).o \ 32 33 $(SRC)/flux.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.astro/cdensify.c
r37807 r38062 111 111 switch (PSFTYPE) { 112 112 case IS_DOT: 113 RD_to_XY (&x, &y, rn, *d, &graphmode.coords);114 Xb = (x - Xmin) / dX;115 Yb = (y - Ymin) / dY;116 117 113 RD_to_XY (&x, &y, rn, *d, &newcoords); 118 114 Xb = (int) x; -
trunk/Ohana/src/opihi/cmd.astro/init.c
r37807 r38062 14 14 int czcplot PROTO((int, char **)); 15 15 int cdensify PROTO((int, char **)); 16 int cdhistogram PROTO((int, char **)); 16 17 int drizzle PROTO((int, char **)); 17 18 int flux PROTO((int, char **)); … … 77 78 {1, "czplot", czplot, "plot scaled vectors in sky coordinates"}, 78 79 {1, "czcplot", czcplot, "plot color-scaled vectors in sky coordinates"}, 79 {1, "cdensify", cdensify, "vectors to density history on projection"}, 80 {1, "cdensify", cdensify, "vectors to density history on projection"}, 81 {1, "cdhistogram", cdhistogram, "vectors to 3D histogram on projection"}, 80 82 {1, "drizzle", drizzle, "transform image to image"}, 81 83 {1, "flux", flux, "flux in a convex contour"},
Note:
See TracChangeset
for help on using the changeset viewer.
