When trying to register optode positions from a recent photogrammetric scan to the atlas it failed because not sufficient shared landmarks were found - simply because of different cases (Lpa vs LPA). This could easily happen again so i think we should make this case insensitive - likely here:
|
def align_and_snap_to_scalp( |
When trying to register optode positions from a recent photogrammetric scan to the atlas it failed because not sufficient shared landmarks were found - simply because of different cases (Lpa vs LPA). This could easily happen again so i think we should make this case insensitive - likely here:
cedalion/src/cedalion/imagereco/forward_model.py
Line 483 in e357467