How to load .mcs files into matlab?

  • Context: MATLAB 
  • Thread starter Thread starter Eswin Paul T
  • Start date Start date
  • Tags Tags
    files Load Matlab
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Eswin Paul T
Messages
6
Reaction score
0
I am working on Lidar systems and measure the back scattered photons using a Multi Channel Scaler(MCS) The data files are of .mcs format. I need to load these .mcs files into MATLAB. How do I do this in matlab? Is there any function to load these file extensions into matlab? Thanks in advance...
 
Physics news on Phys.org
I think you'll have to contact the company that made the hardware and ask about the file format or if they have an interface for matlab.

HDF5 is a common format for scientific data such as this and it may well be that that is what they are using.

Have you used a dump program like hexdump (linux) to see if its ascii or binary formatted?

Since you mentioned LIDAR then I found these references about LAS file format:

http://desktop.arcgis.com/en/arcmap/10.3/manage-data/las-dataset/storing-lidar-data.htm

http://desktop.arcgis.com/en/arcmap/10.3/manage-data/las-dataset/what-is-a-las-dataset-.htm