Moved Working Files
Pre-release
Pre-release
- Moved the file
.flight-system/clean-fsdb.xml
back to the root folder with
as*.clean-fsdb.xml
. Moved the trimmed XML to
.flare-timing/trim-fsdb.xml
. - For comparisons, lookup pilots by ID and not by name.
- When parsing extra reach from
*.fsdb
avoid zeroing it or making it less
than reach. - Split
fs-filter
intofs-clean
andfs-trim
. - Split
ft-fly-time
fromft-cross-zone
. - Invert the command/task folder order to have task/command such as
.flare-timing/task-1/align-time/*.csv
. - Break up working files so that they are per-task, not for the whole comp.
- Create intermediate folders for workings, if missing.
- Show the comparison columns in the table that goes with the time plot.
- Parse
//FsScoreFormula/@use_flat_decline_of_timepoints
from*.fsdb
and
set the corresponding exponent as^(2/3)
or^(5/6)
for the time points
distribution. Draw the corresponding line of this equation on the time plot. - Parse
//FsResult/@points
as double rather than int. - Parse
//FsTaskShortestPath
deep, at any level of nesting withinFsTask
.