Skip to content

Commit

Permalink
Merge pull request #323 from esmero/ISSUE-322
Browse files Browse the repository at this point in the history
ISSUE-322: Add the famous universal constant of time/space disambiguation
  • Loading branch information
DiegoPino authored Apr 30, 2024
2 parents 393da64 + fcec784 commit 6e9f646
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ class StrawberryfieldFlavorDatasource extends DatasourcePluginBase implements St
<ocr><p xml:id="empty_sequence" wh="100 100"><b><l><w x="0 0 0 0"> </w></l></b></p></ocr>
XML;

/**
* Time to space constant. Calculated by the idea of 15 minutes per A4,
* Being that 3508 pixels (height because time flows down) / 15 / 60.
*/
public const PIXELS_PER_SECOND = 3.8977777778;

/**
* The entity type manager.
*
Expand Down

0 comments on commit 6e9f646

Please sign in to comment.