Clean up the BERecord generator

This commit is contained in:
April
2022-10-17 22:47:33 -07:00
parent a7f21d5c20
commit 591f189a52
2 changed files with 48 additions and 49 deletions

View File

@ -293,9 +293,12 @@ async def makeRadarImages():
# Remove the tileset as we don't need it anymore!
rmtree(f'tiles/{times[i]}')
# Composite images for the i2
# Composite images for the i2
imgsProcessed = 0
for img in framesToComposite:
imgsProcessed += 1
l.debug("Attempting to composite " + img)
l.info(f"Processing radar frame {imgsProcessed} / 36")
# Crop the radar images something that the i2 will actually take
img_raw = wandImage(filename=img)