fix most folders capitalization

This commit is contained in:
2025-09-24 01:35:47 -05:00
parent 1282478fe3
commit 72f9689fe0
18 changed files with 1 additions and 1746 deletions

View File

@@ -26,11 +26,8 @@ xStart,xEnd,yStart,yEnd = 0,0,0,0
imgW = 0
imgH = 0
import sys
sys.path.append("./py2lib")
sys.path.append("./radar")
import py2Lib.bit
from RadarProcessor import *
import bit
async def getValidTimestamps(boundaries:ImageBoundaries) -> list:
"""Gets all valid UNIX timestamps for the TWCRadarMosaic product """