| Revision: | 8 |
| Committed: | Sat May 5 04:21:19 2012 UTC (13 years, 10 months ago) by ninoborges |
| Content type: | text/x-python |
| File size: | 376 byte(s) |
| Log Message: | Initial Import |
| # | Content |
|---|---|
| 1 | ## Reunitizer.py |
| 2 | ## A program that will read both a bates list file and a imgInfo file and create a HUGE hash |
| 3 | ## allowing you to then reunitize the data within it. It will output this reunitization as a |
| 4 | ## DII file. |
| 5 | ## EBorges |
| 6 | ## 7.11.05 |
| 7 | |
| 8 | def EnumerateBates(begDoc, endDoc): |
| 9 | |
| 10 | |
| 11 | def GetAbsBates(begDoc, endDoc): |
| 12 | listing = EnumerateBates(begDoc, endDoc) |