Skip to content
Snippets Groups Projects
Commit 0db96278 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: cleanup repo

parent 6d25f27d
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,8 @@ export class AtlasViewerDataService implements OnDestroy{
if (templateSpace === 'MNI 152 ICBM 2009c Nonlinear Asymmetric'){
return Promise.all([
fetch('res/json/***REMOVED***.json').then(res=>res.json()),
fetch('res/json/***REMOVED***.json').then(res=>res.json())
fetch('res/json/**removed**.json').then(res=>res.json()),
fetch('res/json/**removed**.json').then(res=>res.json())
])
.then(arr => {
this.store.dispatch({
......
const fs = require('fs')
const filenames = [
'***REMOVED***_MNI.pts',
'***REMOVED***_MNI.pts'
'**removed**.pts',
'**removed**.pts'
]
const descContactPts = 'This spatial point represent a contact point in an electrode. Brain activity was recorded while the subject conduct several tasks.'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment