##// END OF EJS Templates
update giff_wr.py
avaldezp -
r1526:c9e0cb1f43b8
parent child
Show More
@@ -11,6 +11,10 path= '/home/soporte/Documents/EVENTO/HYO_PM@2022-05-31T12-00-17/plotsC0_PL_R60
11 path= '/home/soporte/Documents/EVENTO/HYO_PM@2022-06-09T15-05-12/plotsC0_FD_PL_R15.0km_removeDC/Z_PPI_EL_2.0CH0/'
11 path= '/home/soporte/Documents/EVENTO/HYO_PM@2022-06-09T15-05-12/plotsC0_FD_PL_R15.0km_removeDC/Z_PPI_EL_2.0CH0/'
12 path= '/home/soporte/Documents/EVENTO/HYO_PM@2022-06-09T15-05-12/plotsC0_FD_PL_R15.0km/Z_PPI_EL_8.0CH0/'
12 path= '/home/soporte/Documents/EVENTO/HYO_PM@2022-06-09T15-05-12/plotsC0_FD_PL_R15.0km/Z_PPI_EL_8.0CH0/'
13
13
14
15 path= '/home/soporte/Documents/EVENTO/HYO_PM@2022-06-09T15-05-12/paramC0N36.0/2022-06-09T18-00-00/W_E.2CH0/'
16
17
14 archivos = sorted(os.listdir(path))
18 archivos = sorted(os.listdir(path))
15 img_array = []
19 img_array = []
16
20
@@ -26,4 +30,4 for x in range(0, len(archivos)):
26 img_array.append(leer_imagen)
30 img_array.append(leer_imagen)
27
31
28 #Guardar Gif
32 #Guardar Gif
29 imageio.mimwrite('evento_PL_FD_8_15KM_Z', img_array, 'GIF', duration=0.5)
33 imageio.mimwrite('evento_PL_PP_2_28KM_W', img_array, 'GIF', duration=0.5)
General Comments 0
You need to be logged in to leave comments. Login now