Skip to content
Snippets Groups Projects
Commit f30001f0 authored by Rayne Liu's avatar Rayne Liu
Browse files

Updates of the running files

parent 066d3e5a
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,9 @@ SetOptions[InputNotebook[], AutoGeneratedPackage -> Automatic]
mysxscase=rootpath<>"/SXS/BBH_SKS_d14.3_q1.22_sA_0_0_0.330_sB_0_0_-0.440";
ntones=1;
tshift=19;
npoints=3000;
ntones=2;
tshift=12;
npoints=37000;
(*n=1:19, n=2:12, n=3:8, n=4:5, n=5:3, n=6:1, n=7:0 (not sure; is that really a minimum???) *)
allspectrum = {x0,x1,x2,x3,x4,x5,x6,x7};
allalphas = {\[Alpha]1,\[Alpha]2,\[Alpha]3,\[Alpha]4,\[Alpha]5,\[Alpha]6,\[Alpha]7};
......
......@@ -33,7 +33,7 @@ SetOptions[InputNotebook[], AutoGeneratedPackage -> Automatic]
mysxscase=rootpath<>"/SXS/BBH_SKS_d14.3_q1.22_sA_0_0_0.330_sB_0_0_-0.440";
ntones=2;
tshift=12;
npoints=3000;
npoints=37000;
(*n=1:19, n=2:12, n=3:8, n=4:5, n=5:3, n=6:1, n=7:0 (not sure; is that really a minimum???) *)
allspectrum = {x0,x1,x2,x3,x4,x5,x6,x7};
allalphas = {\[Alpha]1,\[Alpha]2,\[Alpha]3,\[Alpha]4,\[Alpha]5,\[Alpha]6,\[Alpha]7};
......@@ -157,7 +157,7 @@ phases = Mod[Arg[complexamps], 2 Pi];
{alphasandmis, betasandtfit, amplitudes, phases}, {j,npoints}];
Export[rootpath<>"plots/n="<>ToString[ntones]<>"_params.fits", params]
(*Export[rootpath<>"plots/n="<>ToString[ntones]<>"_params.fits", params]*)
Export[rootpath<>"plots/n="<>ToString[ntones]<>"_t0="<>ToString[tshift]<>"M_data@tmax.fits", tabvars]
Export[rootpath<>"plots/n="<>ToString[ntones]<>"_t0="<>ToString[tshift]<>"M_dampingscalefactor.fits", \[Tau]scales]
......
......@@ -4,11 +4,11 @@ getenv = true
executable = /work/rayne.liu/git/rdstackingproject/code/run.sh
#input = /work/rayne.liu/git/rdstackingproject/code/run.sh
# file to dump stdout (this directory should exist)
output = /work/rayne.liu/git/rdstackingproject/code/RDownScript.out
output = /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta.out
# file to dump stderr
error = /work/rayne.liu/git/rdstackingproject/code/RDownScript.err
error = /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta.err
# condor logs
log = /work/rayne.liu/git/rdstackingproject/code/RDownScript.log
log = /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta.log
#initialdir = .
notify_user = rl746@cornell.edu
notification = Complete
......
universe = vanilla
getenv = true
# run@tmax script -- make sure that condor has execute permission for this file (chmod a+x script.py)
executable = /work/rayne.liu/git/rdstackingproject/code/run@tmax.sh
#input = /work/rayne.liu/git/rdstackingproject/code/run@tmax.sh
# file to dump stdout (this directory should exist)
output = /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta@tmax.out
# file to dump stderr
error = /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta@tmax.err
# condor logs
log = /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta@tmax.log
#initialdir = .
notify_user = rl746@cornell.edu
notification = Complete
arguments = "-processid $(Process)"
request_memory = 16GB
request_cpus = 1
on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11))
accounting_group = aei.dev.test_dynesty
queue 1
#!/usr/bin/env bash
/opt/Mathematica/11.0/bin/wolframscript -file /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta@tmax.m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment