Lines Matching refs:checksums
55 ind_paths = {i : str(i) for i in self.checksums}
63 save the images, gets only the checksums.
69 @return: list of checksums
98 self.checksums = self.chameleon_port.get_captured_checksums()
103 del self.checksums[max_frame_count:]
106 logging.debug("Checksums before chopping repeated ones")
107 for c in self.checksums:
114 if self.checksums[0] != self.checksums[i]:
119 self.checksums = self.checksums[first_index:]
120 return self.checksums
143 curr_checksum = self.checksums[frame_index]