From e6f749a3b61597fdbdbbd46216f89e9ac2ec0b3f Mon Sep 17 00:00:00 2001
From: Rayne Liu <rl746@cornell.edu>
Date: Mon, 24 Aug 2020 00:27:56 -0400
Subject: [PATCH] Rising from the Ashes

---
 ...150914_Phoenix_n0t0.py => RDGW150914_Phoenix_n0t0T.py} | 2 +-
 ...enix_n0t0.sub => condor_submit_RdownPhoenix_n0t0T.sub} | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename code/{RDGW150914_Phoenix_n0t0.py => RDGW150914_Phoenix_n0t0T.py} (99%)
 mode change 100755 => 100644
 rename code/{condor_submit_RdownPhoenix_n0t0.sub => condor_submit_RdownPhoenix_n0t0T.sub} (75%)

diff --git a/code/RDGW150914_Phoenix_n0t0.py b/code/RDGW150914_Phoenix_n0t0T.py
old mode 100755
new mode 100644
similarity index 99%
rename from code/RDGW150914_Phoenix_n0t0.py
rename to code/RDGW150914_Phoenix_n0t0T.py
index ab64e78..c472076
--- a/code/RDGW150914_Phoenix_n0t0.py
+++ b/code/RDGW150914_Phoenix_n0t0T.py
@@ -34,7 +34,7 @@ import random
 #tshift: time shift after the strain peak
 #vary_fund: whether you vary the fundamental frequency. Works in the model_dv function.
 
-rootpath= "/Users/RayneLiu"#"/work/rayne.liu"
+rootpath= "/work/rayne.liu"#"/Users/RayneLiu"
 nmax=0
 tshift=0
 vary_fund = False
diff --git a/code/condor_submit_RdownPhoenix_n0t0.sub b/code/condor_submit_RdownPhoenix_n0t0T.sub
similarity index 75%
rename from code/condor_submit_RdownPhoenix_n0t0.sub
rename to code/condor_submit_RdownPhoenix_n0t0T.sub
index b5a974a..1287ea0 100644
--- a/code/condor_submit_RdownPhoenix_n0t0.sub
+++ b/code/condor_submit_RdownPhoenix_n0t0T.sub
@@ -1,13 +1,13 @@
 universe   = vanilla
 getenv     = true
 # run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
-executable = RDGW150914_Phoenix_n0t0.py
+executable = RDGW150914_Phoenix_n0t0T.py
 # file to dump stdout (this directory should exist)
-output     = RDGW150914_Phoenix_n0t0.out
+output     = RDGW150914_Phoenix_n0t0T.out
 # file to dump stderr
-error     = RDGW150914_Phoenix_n0t0.err
+error     = RDGW150914_Phoenix_n0t0T.err
 # condor logs
-log     = RDGW150914_Phoenix_n0t0.log
+log     = RDGW150914_Phoenix_n0t0T.log
 initialdir = .
 notify_user = rl746@cornell.edu
 notification = Complete
-- 
GitLab