 
 
 
 
 
 
 
 
So what do you process this data with?
MATLAB™
(apparently)
function create_tiffs
inputFolder = '/home/holly/Desktop/pterosaur/RAS files'
outputFolder8 = '/home/holly/Desktop/pterosaur/8 Bit TIFFs'
outputFolder16 = '/home/holly/Desktop/pterosaur/16 Bit TIFFs'
channel_file = 'Channels HZ.txt'
bin_list = [1]
% bin_list = [1 2 4 8]
files_info = dir([inputFolder '/*.RAS'])
files = {}
for ifile = 1: length(files_info)
    files{ifile} = files_info(ifile).name
end
channels = {'XX', 'Cu', 'Zn', 'Pbli', 'Pbla', 'Pblb', 'Ca', 'Br', 'Mn', 'Fe', 'Tika', 'Tikb', 'ES', 'ICR', 'Nika', 'none'}
…
 
 
 
 
 
 
It looks awfully complicated …
 
It looks awfully complicated …
What? Compared to editing code?!
 
It looks awfully complicated …
What? Compared to editing code?!
Well, maybe, but we've got instructions for that
 
It looks awfully complicated …
What? Compared to editing code?!
Well, maybe, but we've got instructions for that
But look, I included a --help screen!
 
It looks awfully complicated …
What? Compared to editing code?!
Well, maybe, but we've got instructions for that
But look, I included a --help screen!
They won't like it you know …
 
It looks awfully complicated …
What? Compared to editing code?!
Well, maybe, but we've got instructions for that
But look, I included a --help screen!
They won't like it you know …
Grrrr… I'm not going to make a GUI you know …
 
 
 
 
 
 
 
 
 
 
 
transitionalperiod
/
#