-
Notifications
You must be signed in to change notification settings - Fork 14
Description
It would be useful to import processed g values output from 'g' software. If nothing else, this would be useful as a placeholder to develop other functionality until we can calculate g from fringe intervals.
There's at least two options: import the pseudo-xml in the .fg5.txt file generated from the Export command on the 'g' file meanu, or import from the .project.txt file. The former has the advantage of being easy to parse and having some information not in the .project.txt file. The latter has the advantage of being generated each time a file is run, without the extra "Export" step.
Do we expect the overall design of gmeterpy to be object-oriented, in the sense there will be an "absolute_gravity" object? This object could be created from a 'g' file, or from raw observations, etc. I have code that can generate this type of object from a .project.txt file.