The QFIT reader read from files in the QFIT format originated for the Airborne Topographic Mapper (ATM) project at NASA Goddard Space Flight Center.
{
"pipeline":[
{
"type":"readers.qfit",
"filename":"inputfile.qi",
"flip_coordinates":"false",
"scale_z":"1.0"
},
{
"type":"writers.las",
"filename":"outputfile.las"
}
]
}