Dear all,
quick question about data logging to a specified folder:
with
nest.SetKernelStatus({"data_path": '/opt/data/log'})
I can specify the path, where data is logged to. If I do not specify a path, where does data get saved, or is it not saved to file if I do not specify 'data_path'?
Thanks!
Benedikt
Hi Benedikt!
Data is normally stored to the current working directory from which you call NEST. If data is saved or not depends on the recording backend you specify for your recording devices. The default backend "memory" just keeps the data in memory, while "ascii" would write files.
Hope this clarifies things. For more information, see https://nest-simulator.readthedocs.io/en/latest/guides/record_from_simulatio...
Cheers, Jochen!
On 21.01.22 15:53, Benedikt Feldotto wrote: Dear all,
quick question about data logging to a specified folder:
with
nest.SetKernelStatus({"data_path": '/opt/data/log'})
I can specify the path, where data is logged to. If I do not specify a path, where does data get saved, or is it not saved to file if I do not specify 'data_path'?
Thanks!
Benedikt
_______________________________________________ NEST Users mailing list -- users@nest-simulator.orgmailto:users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.orgmailto:users-leave@nest-simulator.org
-- Dr. Jochen Martin Eppler Phone: +49(2461)61-96653 ---------------------------------- Simulation Laboratory Neuroscience Jülich Supercomputing Centre Institute for Advanced Simulation
------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Volker Rieke Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr. Astrid Lambrecht, Prof. Dr. Frauke Melchior ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------
Hi Jochen,
alright thanks for the quick response!
This information and the link helps :)
Best,
Benedikt
On 21.01.22 16:09, Jochen Martin Eppler wrote:
Hi Benedikt!
Data is normally stored to the current working directory from which you call NEST. If data is saved or not depends on the recording backend you specify for your recording devices. The default backend "memory" just keeps the data in memory, while "ascii" would write files.
Hope this clarifies things. For more information, see https://nest-simulator.readthedocs.io/en/latest/guides/record_from_simulatio...
Cheers, Jochen!
On 21.01.22 15:53, Benedikt Feldotto wrote:
Dear all,
quick question about data logging to a specified folder:
with
nest.SetKernelStatus({"data_path": '/opt/data/log'})
I can specify the path, where data is logged to. If I do not specify a path, where does data get saved, or is it not saved to file if I do not specify 'data_path'?
Thanks!
Benedikt
NEST Users mailing list --users@nest-simulator.org To unsubscribe send an email tousers-leave@nest-simulator.org
-- Dr. Jochen Martin Eppler Phone: +49(2461)61-96653
Simulation Laboratory Neuroscience Jülich Supercomputing Centre Institute for Advanced Simulation
Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Volker Rieke Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr. Astrid Lambrecht, Prof. Dr. Frauke Melchior
NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org