Saving tables (Save report)

If the option icon_option Save report is enabled, then after the simulation is completed, in the results directory you will have a folder called Reports.

This folder contains tables called Report_[model time]. The model time value indicated in the name indicates how many time units after the start of the simulation this table was generated.

The number of tables will depend on the values ​​of the Max Time and Report interval parameters (see example below).

Example
Report interval = 10 (tables are saved every 10 model time units).
Max Time = 100 (simulation lasts for 100 model time units).

Tables in the Reports folder:
- Report_0000,
- Report_0010,
- Report_0020,
- Report_0030,
- Report_0040,
- Report_0050,
- Report_0060,
- Report_0070,
- Report_0080,
- Report_0090,
- Report_0100.

These tables present the following data for each cell in the model:

  • ID: unique identifier for each cell,

  • X: cell coordinate along the X axis,

  • Y: cell coordinate along the Y axis,

  • Z: cell coordinate along the Z axis,

  • Cicle: type of cell life cycle,

  • Elapsed: time spent by a cell in the current phase of its life cycle.

An example of such a table is presented below:

ID

X

Y

Z

Cycle

Elapsed

0

12.096

54.536

0.000

Live

0.0

1

-16.753

487.781

0.000

Live

0.0

2

434.889

-235.863

0.000

Live

0.0

3

-317.709

70.606

0.000

Live

0.0

4

297.120

-104.069

0.000

Live

0.0

5

498.915

-157.909

0.000

Live

0.0

6

-82.918

92.278

0.000

Live

0.0

7

398.698

-41.584

0.000

Live

0.0

8

164.770

318.611

0.000

Live

0.0

9

986.695

292.718

0.000

Live

0.0

Important

The output data can be changed by specifying custom java code in the report field in the Model report subtab of the Microenvironment tab, having first checked ☑ opposite Custom report.