Skip to content

Commit 7e232e8

Browse files
committed
Update Napari.cs
1 parent 2645e03 commit 7e232e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/Napari.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ private class CsvRow
3535
public double VertexIndex { get; set; }
3636
public double Axis0 { get; set; } // T coordinate (Time)
3737
public double Axis1 { get; set; } // Z coordinate
38-
public double Axis2 { get; set; } // C coordinate (Channel)
39-
public double Axis3 { get; set; } // X coordinate (if 5-axis) OR Y coordinate (if 4-axis)
40-
public double Axis4 { get; set; } // Y coordinate (if 5-axis only)
38+
public double Axis2 { get; set; } // C coordinate (Channel) OR Y coordinate (if 4-axis only)
39+
public double Axis3 { get; set; } // Y coordinate (if 5-axis only) OR X coordinate (if 4-axis)
40+
public double Axis4 { get; set; } // X coordinate (if 5-axis)
4141
public bool HasTimeAxis { get; set; } // True if 5-axis format (ZCT)
4242
}
4343

0 commit comments

Comments
 (0)