You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's your use case?
This would be most useful for Spectroscopy and similar workflows.
Files always come with a path that carry information about organization. In Formula it is possible to do plenty of math but not much of text processing (except for the obvious string operations). However, it would be awesome to be able to extract the path and the filename using the os python module for example.
What's your proposed solution?
Make path handling functions available in Formula.
Are there any alternative solutions?
One can use string functions but that can become a bit awkward.
The text was updated successfully, but these errors were encountered:
What's your use case?
This would be most useful for Spectroscopy and similar workflows.
Files always come with a path that carry information about organization. In
Formula
it is possible to do plenty of math but not much of text processing (except for the obvious string operations). However, it would be awesome to be able to extract the path and the filename using theos
python module for example.What's your proposed solution?
Make path handling functions available in
Formula
.Are there any alternative solutions?
One can use string functions but that can become a bit awkward.
The text was updated successfully, but these errors were encountered: