Stefan Fröse
Stefan Fröse
The file extension returned by splittext is completely unused here https://github.com/ipython/traitlets/blob/c2d04ba8d24f6303b99c9e8e01a1ab16a1551964/traitlets/config/application.py#L946-L956 Maybe add a keyword argument to the function`ignore_ext=False` and check ```python if ignore_ext: new_config.merge(config) elif fname == filename: new_config.merge(config)...
Hi 😊 The problem here comes from the fact that the `PendingGlueReference`s are only implemented for text/plain and text/html in `{glue}` and not `{glue:text}` https://github.com/executablebooks/MyST-NB/blob/60ed01dfa597e62090d43b89b68cc658bd1c6706/myst_nb/ext/glue/directives.py#L39-L55 I think one option here...
related to #675
Maybe the jfactor should be given as `log10(J)` to avoid large values
> Maybe the jfactor should be given as `log10(J)` to avoid large values Or a scale factor which is optimized instead. $\langle \sigma \nu \rangle$ is also maximally degenerate to...
@registerrier I currently have only limited time due to finishing my thesis, I think I will pick this up again in mid October
@adonath can you take a look? 😊 seems like you wrote this code 4 years ago hahaha
@adonath thanks for taking a look! Maybe I missed something about the log interpolation, it's really misleading with the method being linear but there's still something weird about it I...
@adonath thanks for the explanation! The latter should be easy to check, I can just scale my data to O(1) and check if the pixels are still weird. If it's...
@adonath I agree, it's really difficult to generate background for low statistics. I can try smoothing it but I also think that interpolation between energies won't work because of the...