Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages