We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909408a commit 70c5284Copy full SHA for 70c5284
core-scala/src/main/scala/io/pdal/pipeline/PipelineExpressions.scala
@@ -107,7 +107,7 @@ case class Ilvis2Read(
107
case class MatlabRead(
108
filename: String,
109
struct: Option[String] = None, // [default: PDAL]
110
- `type`: ReaderType = ReaderTypes.mbio
+ `type`: ReaderType = ReaderTypes.matlab
111
) extends PipelineExpr
112
113
@ConfiguredJsonCodec
0 commit comments