Home Technical Documentation Import Filters Import Control File Syntax | ||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||
Import Control File Syntax |
||||||||||||||||||||||||||||||||||||||||||||
Some of the import filters require a control file which has to be built by the user before being able to import a particular data set. These control files consist of a simple collection of statements defining the information to be combined into the Epina ImageLab dataset. Each statement requires to be stored in an individual line starting with a hash character (#) followed by a control command. All text after a semicolon is treated as a comment. Empty lines are allowed.
ExamplesSEM/EDXThe following control file assembles 7 EDX images and a SEM photo into an Epina ImageLab dataset. The images are 512 by 400 pixels in size, covering an area of 51.2 by 40 µm.#filetype ILAB_CF_SEMEDX ; SEM/EDX File Structure #author John Doe #date 2014-01-22 #sample PAC - Spot 1 ; SEM #photo A15x2600.Jpg ; SEM photo covering the EDX images ; EDX #npixel_x 512 #npixel_y 400 #pixsize_x 100 ; distance between pixels in horizontal direction (in nm) #pixsize_y 1000 ; distance between pixels in horizontal direction (in nm) #element Al Al-alu-spot1.csv #element Ca Ca-alu-spot1.csv #element Cr Cr-alu-spot1.csv #element Cu Cu-alu-spot1.csv #element Fe Fe-alu-spot1.csv #element K K-alu-spot1.csv #element Mg Mg-alu-spot1.csv THz RecendtThe following control file specifies the files of a series of THz images taken over time. Each image has an extent of 20 by 20 pixels, the images have been acquired over 194 time slots. The files are stored in subdirectories "mydir001" to "mydir194" (according to the time slots), the data files of the first time slot are named from "spec_1_001_001_01.txt" (lower left pixel) to "spec_1_020_020_01.txt" (upper right pixel), the lower left pixel of the last time slot is named "spec_194_001_001_01.txt":#filetype ILAB_CF_THZRCDT ; THz File Structure #npixel_x 20 #npixel_y 20 #nrepeat 1 #ntslots 194 #filemask mydir<T:3>\spec_<T>_<X:3>_<Y:3>_<R:2>.txt #author Jim Doe #date 2014-12-03 12:32:51 |