Skip to content

mk45/LineReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LineReader

Tool works under python3

Helps determine point coordinates in scanned chart.

Usage Example:

$ python LineReader.py 60000 100 0 0 0001.jpg output.csv

Parameters are respectively:

  • Maximum X Value tat Will be clicked.
  • Maximum Y Value tat Will be clicked.
  • Anything (TODO)
  • Anything (TODO)
  • Input file
  • Output file

In program choosing is by mouse pointer + spacebar, because click is used for zoom and navigation.

Program opens window where one chooses (0,0) point than X Max point (XMAX,0) , as specified in commmand line, Y Max point (0,YMAX), as specified in commmand line, every other point selected will be decoded in this coordinates and saved (appended!) to output (CSV format)

About

easy plot read

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages