From b64ae5f03e29d23905315cf4620c4b6c45264d41 Mon Sep 17 00:00:00 2001 From: "pancaldi.paolo" Date: Fri, 24 Jul 2009 18:24:38 +0000 Subject: [PATCH] adding a folder creation with the good plot files inside --- pcluster.py | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/pcluster.py b/pcluster.py index 3386088..5084b83 100644 --- a/pcluster.py +++ b/pcluster.py @@ -603,13 +603,27 @@ class pclusterCommands: for i in range(len(filtered_pca_X)): f.write (str(i) + "\t" + str(filtered_pca_X[i]) + "\t" + str(filtered_pca_Y[i]) + "\n") f.close() + #ALL GOOD COORDINATES (without NaN and 0 "multipca gaeta_coor_blind50.txt 3" -- 2.26.2