10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Delete usage of zpe folder

This commit is contained in:
Mickaël Véril 2020-02-10 16:29:19 +01:00
parent 519b237d8d
commit e75a1de542
2 changed files with 0 additions and 13 deletions

View File

@ -23,16 +23,4 @@ function getFluoFilesName(){
var files=JSON.parse({{ jsonify $list }})
return files
}
{{- $files := readDir "/static/data/zpe" }}
{{- $list := slice }}
function getZPEFilesName(){
{{- range $files }}
{{- $ext := path.Ext .Name}}
{{- if eq $ext ".dat" }}
{{- $list = $list | append (print "zpe/" .Name )}}
{{- end }}
{{- end }}
var files=JSON.parse({{ jsonify $list }})
return files
}
</script>

View File

@ -2,7 +2,6 @@ async function loadAllData() {
dic = {
abs: [],
fluo: [],
ZPE: []
};
dic.abs = await Promise.all(getAbsFilesName().map((f) => VertDataFile.loadAsync(f,VertExcitationKinds.Absorbtion)))
dic.fluo = await Promise.all(getFluoFilesName().map((f) => VertDataFile.loadAsync(f,VertExcitationKinds.Fluorescence)))