Lines Matching full:checksums
61 ind_paths = {i : str(i) for i in self.checksums}
69 save the images, gets only the checksums.
75 @return: list of checksums
104 self.checksums = self.chameleon_port.get_captured_checksums()
109 del self.checksums[max_frame_count:]
112 logging.debug("Checksums before chopping repeated ones")
113 for c in self.checksums:
120 if self.checksums[0] != self.checksums[i]:
125 self.checksums = self.checksums[first_index:]
126 return self.checksums
149 curr_checksum = self.checksums[frame_index]