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
For our use of faim_hcs in faim-wako-searchfirst (to assemble tiled first-pass acquisitions), we need to get the path of the first tile (field F0001) to derive the name of the .csv file.
It would be good to have access to paths as a public field, in analogy to Tile.path, so we don't have to rely on accessing a private _paths field.
(This is of course not blocking me at all, I just file this issue to consider for API stability...)
The text was updated successfully, but these errors were encountered:
For our use of
faim_hcs
infaim-wako-searchfirst
(to assemble tiled first-pass acquisitions), we need to get the path of the first tile (fieldF0001
) to derive the name of the.csv
file.It would be good to have access to
paths
as a public field, in analogy toTile.path
, so we don't have to rely on accessing a private_paths
field.(This is of course not blocking me at all, I just file this issue to consider for API stability...)
The text was updated successfully, but these errors were encountered: