thenineteen / Semiology-Visualisation-Tool

Data driven 3D brain visualisation of semiology. Semiology to anatomy translator based on over 4600 patients from 309 peer-reviewed articles.
MIT License
9 stars 6 forks source link

Inverse localising values #190

Closed thenineteen closed 4 years ago

thenineteen commented 4 years ago

see issue #169

thenineteen commented 4 years ago

this is in Q_L:

return (all_combined_gifs.round(),

for col in individual_cols:
        col_gifs = one_map[[col]].dropna(axis='rows', how='all')
        # add the ~pts numbers:
        col_gifs.loc[:, raw_pt_numbers_string] = int(pivot_result[col].values)
thenineteen commented 4 years ago

fixes #94 and fixes #169