From d8e5015daaccc9931d3493ce80693f30b83fa5a0 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Wed, 5 Jun 2019 13:03:01 -0500 Subject: [PATCH] remove h/v as we will have orient in foldernames --- libs/parser_post.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/parser_post.py b/libs/parser_post.py index a147769..c0bc8f0 100644 --- a/libs/parser_post.py +++ b/libs/parser_post.py @@ -184,12 +184,11 @@ def convert_to_pickle_rss( rss_map[i, j] = max(np.median(data_fullfilled), -85.0) filepath = fp.replace( - ".csv", "{}_pkttype_{}_map{}_{}" + ".csv", "{}_pkttype_{}_map{}" .format( "_s{}".format(np.random.randint(0, 999999)) if sampling else "", pkt_types[0][0], - "" if filters is None else "_{}".format(filters), - "h" if (orientation % 2) is 0 else "v" + "" if filters is None else "_{}".format(filters) ) )