Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hw3
  • Loading branch information
shj16108 committed Mar 2, 2020
1 parent 5dbf422 commit 2e592b1
Show file tree
Hide file tree
Showing 10 changed files with 10,562 additions and 2 deletions.
68 changes: 68 additions & 0 deletions bids/code/coeff.grad
@@ -0,0 +1,68 @@
#*[ Script ****************************************************************\
#
# Name : coeff_AS82.grad
#
# Date : 2013-06-26
#
# Author : A. vom Endt
#
# Language :
#
# Description : Defines Legendre coefficients in spherical harmonics for
# Gradient Coil AS82 Redesign calculated with MFB up to 29. order
#
#****************************************************************************/

#*] END: */
vision/AS82, Gradientsystem AS82 , Gx,y,z = 80/80 mT/m
win_low = 0, win_high = 0, win_algo = 0, win_dummy = 2;
0.25 m = R0, lnorm = 4? A(1,0) = B(1,1) = A(1,1) = 0;
0 = CoSyMode,
Expansion in Spherical Harmonics
================================

NO. TYPE SPECTRUM AXIS

1 A( 3, 0) -0.05625983 z
2 A( 5, 0) -0.11012906 z
3 A( 7, 0) 0.04633207 z
4 A( 9, 0) -0.00657009 z
5 A(11, 0) -0.00428858 z
6 A(13, 0) 0.00447544 z
7 A(15, 0) -0.00265928 z
8 A(17, 0) 0.00127730 z
9 A(19, 0) -0.00053032 z
101 A( 3, 1) -0.02516312 x
102 A( 3, 3) -0.00348829 x
103 A( 5, 1) -0.09458096 x
104 A( 5, 3) -0.00327898 x
105 A( 5, 5) -0.00273898 x
106 A( 7, 1) 0.01439247 x
107 A( 7, 3) 0.00735310 x
108 A( 7, 5) -0.00159909 x
109 A( 7, 7) 0.00309240 x
110 A( 9, 1) 0.00856897 x
111 A( 9, 3) -0.00482318 x
112 A(11, 1) -0.00636167 x
113 A(11, 3) 0.00242824 x
114 A(13, 1) 0.00264039 x
115 A(13, 3) -0.00117845 x
116 A(15, 1) -0.00086287 x
117 A(15, 3) 0.00054252 x
201 B( 3, 1) -0.03071487 y
202 B( 3, 3) 0.00742331 y
203 B( 5, 1) -0.08810678 y
204 B( 5, 3) -0.00469591 y
205 B( 5, 5) -0.00106337 y
206 B( 7, 1) 0.01993985 y
207 B( 7, 3) -0.00394800 y
208 B( 7, 5) -0.00163401 y
209 B( 7, 7) 0.00150686 y
210 B( 9, 1) 0.00290452 y
211 B( 9, 3) 0.00336745 y
212 B( 9, 5) 0.00072598 y
213 B(11, 1) -0.00376990 y
214 B(11, 3) -0.00151889 y
215 B(13, 1) 0.00189707 y
216 B(13, 3) 0.00063797 y
217 B(15, 1) -0.00077234 y
4 changes: 4 additions & 0 deletions bids/code/license.txt
@@ -0,0 +1,4 @@
roeland.hancock@uconn.edu
31749
*Co23yvTw2aHw
FSjbZuQ36UppM
3 changes: 3 additions & 0 deletions mriqc_error_3195598_4294967294.log
@@ -0,0 +1,3 @@
WARNING: skipping mount of /scratch/shj16108/hw3try2/hw3/mriqc_output: no such file or directory
FATAL:  container creation failed: mount /scratch/shj16108/hw3try2/hw3/mriqc_output->/out error: while mounting /scratch/shj16108/hw3try2/hw3/mriqc_output: mount source /scratch/shj16108/hw3try2/hw3/mriqc_output doesn't exist
/var/spool/slurmd/job3195598/slurm_script: line 23: --n_procs: command not found
2 changes: 2 additions & 0 deletions mriqc_error_3195599_4294967294.log
@@ -0,0 +1,2 @@
WARNING: skipping mount of /scratch/shj16108/hw3try2/hw3/mriqc_output: no such file or directory
FATAL:  container creation failed: mount /scratch/shj16108/hw3try2/hw3/mriqc_output->/out error: while mounting /scratch/shj16108/hw3try2/hw3/mriqc_output: mount source /scratch/shj16108/hw3try2/hw3/mriqc_output doesn't exist
182 changes: 182 additions & 0 deletions mriqc_error_3195602_4294967294.log

Large diffs are not rendered by default.

Empty file.
Empty file.
1,029 changes: 1,029 additions & 0 deletions mriqc_output_3195602_4294967294.log

Large diffs are not rendered by default.

21 changes: 19 additions & 2 deletions sbatch_mriqc.sh
@@ -1,6 +1,23 @@
#!/bin/bash
##### Job definition
#SBATCH --nodes=1 # OpenMP requires a sin$
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=2
#SBATCH --mem=8gb # Run a single serial t$
#SBATCH --time=02:00:00 # Time limit hh:mm:ss
#SBATCH -e mriqc_error_%A_%a.log # Standard error
#SBATCH -o mriqc_output_%A_%a.log # Standard output
#SBATCH --job-name=mriqc # Descriptive job name
#SBATCH --partition=serial

# Add your SLURM options here
##### load required modules

# Add commands needed to run mriqc
module load singularity

# Add commands needed to run mriqc
singularity run --cleanenv \
--bind /scratch/shj16108/hw3try2/hw3/bids:/data \
--bind /scratch/shj16108/hw3try2/hw3/mriqc_output:/out \
/scratch/psyc5171/containers/mriqc_latest.sif \
/data /out participant \
--nprocs 3

0 comments on commit 2e592b1

Please sign in to comment.