diff --git a/Entrega.md b/Entrega.md index 16ee48cba81364915c9980fa168ad41d45ed35d0..73f05a19a72edabbdaf52042946e0f6c265935eb 100644 --- a/Entrega.md +++ b/Entrega.md @@ -58,7 +58,7 @@ plt.imshow(imagen) - <matplotlib.image.AxesImage at 0x7f31bea10a20> + <matplotlib.image.AxesImage at 0x7f219d239a20> @@ -188,7 +188,7 @@ plt.imshow(imagen_grisss, cmap='gray') - <matplotlib.image.AxesImage at 0x7f31be7445c0> + <matplotlib.image.AxesImage at 0x7f219cf6d470> @@ -609,7 +609,7 @@ def analisis(imagen_grisss): for i in range(0,len(clase_estrella_todas)): uno, dos = clase_estrella_todas[i].ajusteGauss(p1) - parametros_todas.append(dos) + parametros_todas.append(dos[2]) print('En total se estan analizando '+str(len(clase_estrella_todas))+' estrellas') @@ -665,10 +665,10 @@ analisis(imagen_grisss) En total se estan analizando 33 estrellas - Mediana: 1.4018568345763582 - Media: -60.02889934017261 - Desviacion estandar 1: 257.23862885662066 - Desviacion estandar 2: 256.4579331901813 + Mediana: 3.6431319397092845 + Media: 10.582431466176326 + Desviacion estandar 1: 35.16548117352378 + Desviacion estandar 2: 34.62857206923758 @@ -692,10 +692,10 @@ analisis(R) En total se estan analizando 45 estrellas - Mediana: 1.46501995989867 - Media: -24.20043926725717 - Desviacion estandar 1: 159.60019232223172 - Desviacion estandar 2: 159.24513027547198 + Mediana: 2.8120597260178433 + Media: 7.613224897789264 + Desviacion estandar 1: 20.98882031359488 + Desviacion estandar 2: 20.754300994080676 @@ -713,10 +713,10 @@ analisis(G) En total se estan analizando 32 estrellas - Mediana: 1.4056342445779744 - Media: -124.0466362617896 - Desviacion estandar 1: 654.9121084711437 - Desviacion estandar 2: 652.8623002867687 + Mediana: 6.049476951128224 + Media: 11.492052569549994 + Desviacion estandar 1: 38.2468281989113 + Desviacion estandar 2: 37.64447829927557 @@ -734,10 +734,10 @@ analisis(B) En total se estan analizando 45 estrellas - Mediana: 1.3063649806304618 - Media: -4233247.385112735 - Desviacion estandar 1: 45270472.137159556 - Desviacion estandar 2: 45169759.059932515 + Mediana: 6.294989035387612 + Media: 23.880080331840503 + Desviacion estandar 1: 46.0442986200702 + Desviacion estandar 2: 45.52982103540607 diff --git a/Entrega_files/Entrega_50_2.png b/Entrega_files/Entrega_50_2.png index 327e1e18a26e76cdfd7168578acbd3101bf5108a..18ad3967279568a3e9b4d3c8ebe55e3d9e852a36 100644 Binary files a/Entrega_files/Entrega_50_2.png and b/Entrega_files/Entrega_50_2.png differ diff --git a/Entrega_files/Entrega_54_1.png b/Entrega_files/Entrega_54_1.png index 2f4f1c92e218a54762ca0d8e9c57005f7e582d6d..82ae3ea0de61439256fe543bf3b44963ae01aaea 100644 Binary files a/Entrega_files/Entrega_54_1.png and b/Entrega_files/Entrega_54_1.png differ diff --git a/Entrega_files/Entrega_56_1.png b/Entrega_files/Entrega_56_1.png index d4cfb8c6b4d07fb166a3c7ac2feffedc24bf3d76..f9a0bcb7300b3ca127b9471306b2adb671c2b99e 100644 Binary files a/Entrega_files/Entrega_56_1.png and b/Entrega_files/Entrega_56_1.png differ diff --git a/Entrega_files/Entrega_58_1.png b/Entrega_files/Entrega_58_1.png index 1101829255fea74f7a5af666e7991773ea3e88d7..2a900fa2d7ad5e72558faa9c5e333cf4d10b723e 100644 Binary files a/Entrega_files/Entrega_58_1.png and b/Entrega_files/Entrega_58_1.png differ