Changeset 445


Ignore:
Timestamp:
11/27/15 00:58:22 (8 years ago)
Author:
Maciej Komosinski
Message:

Added scaling from Framsticks world units to microns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/foraminifera/data/scripts/foraminifera.expdef

    r444 r445  
    136136@include "standard_placement.inc"
    137137
    138 function scale(x)
    139 {
    140         return x*0.025;
     138function scale(micrometers) //micrometers to framsticks world units
     139{
     140        return micrometers*0.025;
     141}
     142
     143function framsToMicrons(framsworldunits) //...and back ^^^
     144{
     145        return framsworldunits/0.025;
    141146}
    142147
Note: See TracChangeset for help on using the changeset viewer.