Modifications on Quantiview Report Formats for Spreadsheet Data

The Problem:

The reports that are produced by clicking Report on the Quantiview menu and then selecting the type desired -- and sending the results to a file -- are formatted with spaces for nice visual look-- but not for plopping into a spreadsheet.

I have modified several of them: the key has been to replace the white space symbols in the programs (\n = backslash n) with tabs (\t = backslash t) at the appropriate place (NB: some \n must remain). I have also added a column for including the comments recorded during the analysis.

I have tried to figure out a way to print out the date of the analysis but the crafty Cameca software gnomes have not made it easy to figure that one out. Right now it just prints out the date you run the report program. :(

I give the three that are the basic ones: element, atomic, and compound (oxide). Note that I have done nothing with the element headers (i.e. for oxide, it just lists element). FYI, if you rearrange the order of the elements in the Report window list, that will shuffle them in the output.

You will need to copy them just as they are here, as text files (and I am listing them without any html formatting, as text files with line breaks). Then put them into the proper directory and subdirectory.

Put 2 in one directory, and all 3 into one of its subdirectories, as follows:

Put in /home/sx/dat/printer these two: at_col_tab.prog and wt_col_tab.prog.

Put in /home/sx/dat/printer/STOI these 2 plus the comp_col_tab.prog.

Here they are:

Please tell me if you have any problems. I am typing this from memory :)

Back to the UW- Madison Probe Lab Home Page