Skip to content
Snippets Groups Projects
Commit da8729f7 authored by junzhang's avatar junzhang
Browse files

The variable 'scale_x' and 'scale_y' in configuration file are replaced with...

The variable 'scale_x' and 'scale_y' in configuration file are replaced with 'grid_size_x' and 'grid_size_y' now.
parent f6163d58
Branches
No related tags found
No related merge requests found
...@@ -1744,7 +1744,7 @@ xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/0.6/jps_report.xsd"> ...@@ -1744,7 +1744,7 @@ xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/0.6/jps_report.xsd">
<measurement_area id="1" /> <measurement_area id="1" />
<measurement_area id="2" /> <measurement_area id="2" />
<cut_by_circle enabled="false" radius ="0.5" edges ="6"/> <cut_by_circle enabled="false" radius ="0.5" edges ="6"/>
<profiles enabled="false" scale_x="0.10" scale_y="0.10"/> <profiles enabled="false" grid_size_x="0.10" grid_size_y="0.10"/>
</method_D> </method_D>
</JPSreport> </JPSreport>
...@@ -1843,7 +1843,7 @@ The speed is defined by the length of the measurement area and the time a pedest ...@@ -1843,7 +1843,7 @@ The speed is defined by the length of the measurement area and the time a pedest
If true, the related data will be written in the folder \\ If true, the related data will be written in the folder \\
(\footnotesize\textcolor{blue}{\underline{$Output/Fundamental\_Diagram/IndividualFD$}}\normalsize). (\footnotesize\textcolor{blue}{\underline{$Output/Fundamental\_Diagram/IndividualFD$}}\normalsize).
\item $\langle${\textbf {profiles}}$\rangle$: determines whether to calculate the profiles over time and space. If yes, the resolution which is decided by the parameters '$\langle${\textbf {scale\_x}}$\rangle$' and '$\langle${\textbf {scale\_y}}$\rangle$' should be set. The data will be in the folder (\footnotesize\textcolor{blue}{\underline{$Output/Fundamental\_Diagram/Classical\_Voronoi/field/$}}\normalsize). \item $\langle${\textbf {profiles}}$\rangle$: determines whether to calculate the profiles over time and space. If yes, the resolution which is decided by the parameters '$\langle${\textbf {grid\_size\_x}}$\rangle$' and '$\langle${\textbf {grid\_size\_y}}$\rangle$' should be set. The data will be in the folder (\footnotesize\textcolor{blue}{\underline{$Output/Fundamental\_Diagram/Classical\_Voronoi/field/$}}\normalsize).
\end{itemize} \end{itemize}
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment