- Timestamp:
- Dec 18, 2014, 2:45:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/opihi/cmd.data/center.c
r29540 r37758 16 16 if (!GetImage (NULL, &kapa, name)) return (FALSE); 17 17 FREE (name); 18 19 int channel = 0; 20 if ((N = get_argument (argc, argv, "-ch"))) { 21 channel = GetKapaChannelFromString (argv[N]); 22 if (!channel) return FALSE; 23 KiiSetChannel (kapa, channel - 1); 24 } 18 25 19 26 // XXX need an option to center the image based on the current plot limits
Note:
See TracChangeset
for help on using the changeset viewer.
