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
The code contains several hardcoded values that we should get rid of. For instance, consider the current TrackMate reader. Both TrackMate examples currently list the following in their configuration file:
Out of these, POSITION_{X,Y} and FRAME are used to look up information in the input TrackMate file, while SPOT_ID and LINK_ID are used as dataframe column headers (and eventually end up in the output .csv files). However, none of the above is actually read from the configuration file, it's all hardcoded.
The code contains several hardcoded values that we should get rid of. For instance, consider the current TrackMate reader. Both TrackMate examples currently list the following in their configuration file:
Out of these,
POSITION_{X,Y}
andFRAME
are used to look up information in the input TrackMate file, whileSPOT_ID
andLINK_ID
are used as dataframe column headers (and eventually end up in the output .csv files). However, none of the above is actually read from the configuration file, it's all hardcoded.See also: #8, #14.
The text was updated successfully, but these errors were encountered: