On Tue, Jun 22, 2010 at 03:16:48PM +0200, [email protected] wrote: > Hi, as I do time series of AFM images I usually do the same > post-processing steps with all the images of one series. In order to > automate this procedure I started to use the pygwy console. > > But I can find only little information about how to call commands (e.g. > mean filter with 5 px radius) from the pygwy command line. The macro-like > script examples (gwyddion website) could help only partially. > > Is there may be a reference how to call the gui-commands from the command > line?
The operations done using the GUI cannot be, unfortunately, performed also in noninteractive fashion with some specified parameters. But most of the functions they use are available in pygwy and you can find them at http://gwyddion.net/documentation/head/pygwy/ E.g. the mean filter can be run as dfield.filter_mean(size). Regards, Yeti ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Gwyddion-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gwyddion-users
