Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holger Niemann
IR_data_access
Commits
3e2e04e6
Commit
3e2e04e6
authored
Aug 05, 2020
by
Holger Niemann
Browse files
Progress step towards V3.6.0: improved caching, fix of issue 18
parent
b64b5d49
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
IR_da_config_constants.py
View file @
3e2e04e6
...
...
@@ -25,6 +25,10 @@ try:
if
line
.
split
(
"="
)[
0
]
==
'archivedb'
:
database
=
eval
(
line
.
split
(
"="
)[
1
].
strip
())
archivepath
=
"http://archive-webapi.ipp-hgw.mpg.de/{0}/raw/"
.
format
(
database
)
if
line
.
split
(
"="
)[
0
]
==
'cachepath'
:
cpath
=
database
=
eval
(
line
.
split
(
"="
)[
1
].
strip
())
if
cpath
==
""
:
cpath
=
parameter_file_path
=
ospath
.
join
(
ospath
.
dirname
(
__file__
),
'cache'
)
cFile
.
close
()
except
Exception
as
E
:
archivepath
=
"http://archive-webapi.ipp-hgw.mpg.de/Test/raw/"
...
...
download_config
View file @
3e2e04e6
### specifications ###
port="AEF10"
local=True
delayupload=True
starttime="20:00:00"
singleupload=False
use_today=True
upload_only_lattest=False
dates=[[2017,11,9]]
singlelist=[]
### settings ###
logpath="C:\\QIR\\Upload\\"
temppath="C:\\QIR\\Upload\\"
delete_Files=True
rawdata=True
raw1=True
raw2=True
raw_parlog=True
back_parlog=False
background=False
nuc_parlog=False
nuc=False
metastream=True
temperature=False
cachepath=""
retry=2
### target database (ArchiveDB/Test/Sandbox) ###
archivedb='ArchiveDB'
### versioning ###
reupload=False
reason=""
downloadversionIRdata.py
View file @
3e2e04e6
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment