Changeset 22214 for branches/cnb_branch_20090215/Ohana
- Timestamp:
- Feb 20, 2009, 2:47:54 PM (17 years ago)
- Location:
- branches/cnb_branch_20090215/Ohana
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
src/getstar/src/ReadImageFiles.c (modified) (1 diff)
-
src/misc/src/applyscat.c (modified) (1 diff)
-
src/opihi/cmd.data/init.c (modified) (1 diff)
-
src/opihi/dvo/init.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090215/Ohana
-
Property svn:mergeinfo
set to
/trunk/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
branches/cnb_branch_20090215/Ohana/src/getstar/src/ReadImageFiles.c
r21536 r22214 135 135 if (!strcmp (tmpword, "SMPDATA") || 136 136 !strcmp (tmpword, "PS1_DEV_0") || 137 !strcmp (tmpword, "PS1_DEV_1")) { 137 !strcmp (tmpword, "PS1_DEV_1") || 138 !strcmp (tmpword, "PS1_V1")) { 138 139 139 140 exttype[Nimage] = strcreate (tmpword); -
branches/cnb_branch_20090215/Ohana/src/misc/src/applyscat.c
r7080 r22214 2 2 # include <dvo.h> 3 3 # define BYTES_STAR 66 4 5 typedef struct { 6 double X; 7 double Y; 8 double M; 9 } Stars; 4 10 5 11 int main (int argc, char **argv) { -
branches/cnb_branch_20090215/Ohana/src/opihi/cmd.data/init.c
r21536 r22214 134 134 {1, "box", box, "draw a box on the plot"}, 135 135 {1, "buffers", list_buffers, "list the currently allocated buffers (images)"}, 136 {1, "images", list_buffers, "list the currently allocated images"},137 136 {1, "center", center, "center image on coords"}, 138 137 {1, "circstats", circstats, "circular statistics"}, -
branches/cnb_branch_20090215/Ohana/src/opihi/dvo/init.c
r19579 r22214 35 35 int imrough PROTO((int, char **)); 36 36 int imsearch PROTO((int, char **)); 37 int imstats PROTO((int, char **));38 37 int lcat PROTO((int, char **)); 39 38 int lcurve PROTO((int, char **)); … … 86 85 {1, "imrough", imrough, "get info from imruf database"}, 87 86 {1, "imsearch", imsearch, "get info from imreg database"}, 88 {1, "imstats", imstats, "plot image statistics"},89 87 {1, "lcat", lcat, "list catalogs in region"}, 90 88 {1, "lcurve", lcurve, "plot lightcurve for a star"}, … … 104 102 {1, "subpix", subpix, "get subpixel positions"}, 105 103 {1, "version", version, "show version information"}, 104 //{1, "imstats", imstats, "plot image statistics"}, 106 105 //{1, "addxtra", addxtra, "add extra data to object"}, 107 106 //{1, "getxtra", getxtra, "get extra data from object"},
Note:
See TracChangeset
for help on using the changeset viewer.
