# Lines that start with "#" are comments, and are ignored # # The first four lines contain the number of x points (ie. the inner loop, "sweep") # followed by the xmin, the xmax, and the xaxis label. 101 -500.0 400.0 Sweep gate (mV) # The next is the same for y (ie. secondmost inner loop, "loop1") 201 -10.0 10.0 Bias (mV) # The last is for z (outermost loop, "loop2") 11 0 9 Magnetic Field (T) # Next, you can optionally add labels for each of the colums in the datset. # If you do not give a label, the data will be given a default # data name of "Column X" # For each column label, include one line with the column number, and a second # line giving the column data label 2 Current (pA) 5 Time per pixel (ms)