Activity for Finn Christiansen

  • Finn Christiansen Finn Christiansen posted a comment on discussion Pygwy

    Hi there, I have a bunch of Nanonis sxm files and want to convert them to PNG files. The sxm files contain eight channels so I want to have eight PNGs for each sxm file. I tried it with pygwy with the following script import gwy container = gwy.gwy_app_file_load("/path/to/my/data.sxm") ids = gwy.gwy_app_data_browser_get_data_ids(container) # Assume there are some images inside and select the first one, # i.e. ids[0]. gwy.gwy_app_data_browser_select_data_field(container, ids[0]) gwy.gwy_file_save(container,...

1
MongoDB Logo MongoDB