Skip to content

Commit

Permalink
Fix description in json
Browse files Browse the repository at this point in the history
  • Loading branch information
Duanoc authored Apr 6, 2022
1 parent 9a712d6 commit 58872c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rodare.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"upload_type": "software",
"license": "MIT",
"pub_id": "34492",
"description": "The radiation source ELBE (Electron Linac for beams with high Brilliance and low Emittance) at the Helmholtz Centre Dresden Rossendorf (HZDR) can produce several kinds of secondary radiations. THz radiation is one of them and can be used with a typical pulse frequency of 100 kHz as a stimulation source for elementary low-energy degrees of freedom in matter. It was used in the "Phase-resolved Higgs response in superconducting cuprates" publication (DOI: 10.1038/s41467-020-15613-1). The raw data for this publication can be accessed on RODARE (DOI: 10.14278/rodare.277) and will be used to reproduce the figures from the publication.\n\nThis Jupyter notebook enables the user to handle the raw data from an TELBE THz experiment. To sample the whole THz wave the laser path length is modified by moving specific mirrors. The raw data contains for each mirror position a binary file storing the signal spectra and a folder with gray scaled tiff files storing the jitter timing.\n\nParts of the code are parallelized and can run on multiple cores. The execution time on a single core is roughly 15 min after downloading and extracting a 20 GB zip file."
"description": "The radiation source ELBE (Electron Linac for beams with high Brilliance and low Emittance) at the Helmholtz Centre Dresden Rossendorf (HZDR) can produce several kinds of secondary radiations. THz radiation is one of them and can be used with a typical pulse frequency of 100 kHz as a stimulation source for elementary low-energy degrees of freedom in matter. It was used in the \"Phase-resolved Higgs response in superconducting cuprates\" publication (DOI: 10.1038/s41467-020-15613-1). The raw data for this publication can be accessed on RODARE (DOI: 10.14278/rodare.277) and will be used to reproduce the figures from the publication.\n\nThis Jupyter notebook enables the user to handle the raw data from an TELBE THz experiment. To sample the whole THz wave the laser path length is modified by moving specific mirrors. The raw data contains for each mirror position a binary file storing the signal spectra and a folder with gray scaled tiff files storing the jitter timing.\n\nParts of the code are parallelized and can run on multiple cores. The execution time on a single core is roughly 15 min after downloading and extracting a 20 GB zip file."
}

0 comments on commit 58872c5

Please sign in to comment.