vanessa-king / UBC_LAIR

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

Create gridMaskLine_new.m #175

Closed Plswearpants closed 2 months ago

Plswearpants commented 2 months ago

the old function has some wierd problem, so I used my own version of this function 'gridMaskLine_new', and you could suppress the schematic mask plot by giving 2nd parameter as 0 or false.

m-altthaler commented 2 months ago

L11 is missing the 2nd input parameter L51 ginput() -> ginputAllPlatform() L65, L103, L123, L134 the comment logs the function call without "_new"

Plswearpants commented 2 months ago

changed according to Markus.