Slash (/) and Backslash (\) Issue

I’ve just done a git pull from the s1tbx project and realized that

/SNAP/s1tbx/s1tbx-op-sentinel1-ui/src/main/resources/org/esa/s1tbx/sentinel1/layer.xml

has many entries specifying a directory with backslashes. For example:

<attr name="graphFile" stringvalue="sentinel1\Sentinel1-TOPS-ESD-Coregistration.xml"/>

which results in the following error (on Linux)

when firing up S1 TOPS ESD Coregistration from the SNAP GUI.

Esteban
SkyGeo

Thanks Esteban, I’ll fix this right away - part of the downside of developing cross-platform under windows.