The Nanoscale World

Search

  • 100steps script sample output of NanoMan Strip chart

    Sample output of NanoMan Strip chart when using 100steps script. This was collected on an Icon with Icon scanner using Nanoscope v8.15.
    Posted to Open Architecture (MediaGallery) by Bede Pittenger on Mon, Sep 27 2010
  • Re: Script writing?

    Hi Jason, Are you planning on using PicoForce scripting or do you already have one of our scripting packages like lithoscript or nanoscript? What channel do you want to ramp? The Z piezo position? Do you need to collect data during the ramp or only between ramps? --Bede
    Posted to SPM Digest (Forum) by Bede Pittenger on Wed, Sep 22 2010
  • MatLab code to read binary HSDC data

    This code has been tested and works for any kind of HSDC data. Indepedant if 1, 2, 3 or 4 datachannels are saved. It separates the MHz data and the kHz data in different data-arrays. The file is a zip file, containing 3 m-files. The main code is readHSDC(filename). The way to introduce this code in MatLab is as; [DataMHz, DatakHz, TimeMHz, TimekHz]
    Posted to Open Architecture (MediaGallery) by Patrick Markus on Fri, Aug 6 2010
  • Re: Using a scrypt to daisy chain programs on different scan sizes

    The way the COM interface works, you launch your python program and it sets up communication with Nanoscope. Your python program has all the capabilities from python and its modules (launching other programs, beeping, analyzing, plotting, etc.) and it can control Nanoscope using the commands made available through COM. These commands are described in
    Posted to SPM Digest (Forum) by Bede Pittenger on Thu, Jul 29 2010
  • Re: Using a scrypt to daisy chain programs on different scan sizes

    Hi Andres, If you have already succeeded in running a script to change scan size, you are well on your way to controlling your system from python! That means that you must have a Nanoscript key (to allow access to the COM interface) and Nanoscope must be registered as a COM server. There is a lot of information about python online, but I like the python
    Posted to SPM Digest (Forum) by Bede Pittenger on Wed, Jul 28 2010
  • Re: HSDC Format

    Hi Cosmin, There are separate sections in the header for each data channel. Each of the sections starts with a line "\*Ciao HSDC list". You will find different Data offsets, lengths and scales for each channel. I looked around and found an Igor procedure to read HSDC files! Here is a description of the procedure: Igor function to read a Nanoscope
    Posted to SPM Digest (Forum) by Bede Pittenger on Thu, Jun 3 2010
  • Igor procedure to read High Speed Data Capture Data into Igor waves

    Igor function to read a Nanoscope High Speed Data Capture (HSDC) file and load the data into Igor waves with appropriate scaling. The native Nanoscope file is read and the ASCII header is parsed to get scaling factors while the binary part is read directly, so no export is required. See the comments at the beginning of the file for more details on usage
    Posted to Other (MediaGallery) by Bede Pittenger on Thu, Jun 3 2010
  • Re: HSDC Format

    HSDC files are usually so large that they are unmanageable when exported to ASCII. It is usually much more efficient to directly read the native NanoScope files instead. This is especially true if you plan on analyzing a large number of files. Nanoscope files are composed of an ASCII header that contains information about the microscope configuration
    Posted to SPM Digest (Forum) by Bede Pittenger on Wed, Jun 2 2010
  • Plot of HSDC data created with Python(X, Y) Script

    Plot of HSDC data created with Python(X, Y) Script
    Posted to Open Architecture (MediaGallery) by Bede Pittenger on Wed, Jun 2 2010
Page 1 of 1 (9 items) | More Search Options
Copyright (c) 2011 Bruker Instruments