2005-11-01,  Maria Magnusson Seger & Johan Sunnegardh:
-------------------------------------------------------------------
malloc and calloc 
are replaced by 
MALLOC and CALLOC
where 
MALLOC = malloc and CALLOC = calloc
for the STANDALONE version of take and
MALLOC = mxMalloc and CALLOC = mxCalloc
for the MATLAB version of take

2005-11-07,  Maria Magnusson Seger:
-------------------------------------------------------------------
There are now four types of attenuation: log, nolog, photo, ideal.
Ex) If you want to activate "ideal", send 
'attenuation=ideal'
as a parameter to take or write 
attenuation=ideal 
in the init file (that might be named take.txt)

2005-11-07,  Maria Magnusson Seger:
-----------------------------------------------------------------
The two types of cylindrical detectors can now be placed away from
reference center.

2005-12-21,  Maria Magnusson Seger:
-----------------------------------------------------------------
Three new methods added to line integration through voxel volumes. 
The old method were kohler and the new methods are siddon, joseph 
and josephnn.
Ex) If you want to activate "joseph", send 
'projgen=joseph'
as a parameter to take or write 
projgen=joseph
in the init file (that might be named take.txt)

