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
Could be hard to remember what subset number you need if you want to see outer midplane. Maybe functions that take subset index as an argument could also take a string and translate it using a translation table.
Example: in src/subset_tools.jl : get_grid_subset_with_index() takes grid_subset_index (an integer) as an input. An alternative to this function could accept the subset name instead and look up the index.
Anything that accepts grid_subset_index or subset_index or something equivalent could work the same way.
A function could be made for translating between index and string.
The text was updated successfully, but these errors were encountered:
Could be hard to remember what subset number you need if you want to see outer midplane. Maybe functions that take subset index as an argument could also take a string and translate it using a translation table.
get_grid_subset_with_index()
takesgrid_subset_index
(an integer) as an input. An alternative to this function could accept the subset name instead and look up the index.grid_subset_index
orsubset_index
or something equivalent could work the same way.The text was updated successfully, but these errors were encountered: