vanessa-king / UBC_LAIR

Collection of standard analysis functions used in the LAIR
2 stars 1 forks source link

Typo in gridMaskLineSegmment? #134

Closed Plswearpants closed 5 months ago

Plswearpants commented 5 months ago

the function gridMaskLineSegment used a function called createLineMask(line 221) to create a mask, but there is no createLineMask function in the Main branch; only createLineSegmentMask exists. Is this a typo in the code?

m-altthaler commented 5 months ago

It is a typo. We changed the name of the helper function as the function actually makes a line segments (between to points) not the lien extending to the edge. I'll fix both issues and also move the helper functions to the right folder.