Documentation for the ddrescue tools for ddrescue version 1.21 in the ddrescue tools package in the tools package (Tools/DDRescueTools/one_point_twenty_one.py)

Tools for ddrescue v1.21 or newer.

ddrescue_gui.Tools.DDRescueTools.one_point_twenty_one.get_current_rate_inputpos(split_line)[source]

Get Current Read Rate and Input Position values.

Args:
split_line (string): The line from ddrescue’s output that contains

the information, split by whitespace.

Works with ddrescue versions: 1.21,1.22,1.23,1.24,1.25,1.26,1.27

ddrescue_gui.Tools.DDRescueTools.one_point_twenty_one.get_outputpos_average_read_rate(split_line)[source]

Get Output Position and Average Read Rate values.

Args:
split_line (string): The line from ddrescue’s output that contains

the information, split by whitespace.

Works with ddrescue versions: 1.21,1.22,1.23,1.24,1.25,1.26,1.27

ddrescue_gui.Tools.DDRescueTools.one_point_twenty_one.get_recovered_data_num_errors(split_line)[source]

Get Recovered Data and Number of Errors values.

Args:
split_line (string): The line from ddrescue’s output that contains

the information, split by whitespace.

Works with ddrescue versions: 1.21

ddrescue_gui.Tools.DDRescueTools.one_point_twenty_one.get_unreadable_data(split_line)[source]

Get Unreadable Data value.

Args:
split_line (string): The line from ddrescue’s output that contains

the information, split by whitespace.

Works with ddrescue versions: 1.21,1.22,1.23,1.24,1.25,1.26,1.27