Class FlatTOLWriter

java.lang.Object
gov.nasa.jpl.output.TOLWriter
gov.nasa.jpl.output.tol.FlatTOLWriter

public class FlatTOLWriter extends TOLWriter
This class manages writing to a 'flat' TOL CSV-like file, a legacy format that certain missions might request due to its smaller size than XMLTOL. There are python scripts floating around the planning community that parse such files. However, due to how it stringifys complex data types, it is also difficult to read back in to Blackbird to reconstruct the history, so it is not recommended to try to set that up.