Changeset 445 for experiments/frams/foraminifera/data/scripts
- Timestamp:
- 11/27/15 00:58:22 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.expdef
r444 r445 136 136 @include "standard_placement.inc" 137 137 138 function scale(x) 139 { 140 return x*0.025; 138 function scale(micrometers) //micrometers to framsticks world units 139 { 140 return micrometers*0.025; 141 } 142 143 function framsToMicrons(framsworldunits) //...and back ^^^ 144 { 145 return framsworldunits/0.025; 141 146 } 142 147
Note: See TracChangeset
for help on using the changeset viewer.