meshL_to_observerL: Turn list of meshes into list of observer/mesh lists
Description
Utility function that turns a list of meshes into a list of observers, each with a list of meshes.
Usage
meshL_to_observerL(x)
Value
list of observer/mesh objects as generated by read_mesh.
Arguments
x
list of meshes as generated by read_mesh_obs.
Details
Each mesh in the supplied list is assigned to a different observer. As a result, there will be as many observers as meshes, each observer with one mesh.