-
Notifications
You must be signed in to change notification settings - Fork 109
Description
The real selling point for PstFrom is the ability to easily parameterize and pestify models with heaps of pars and obs. I find my script crashing more than I like to admit and usually well into the script after a substantial amount of time/comp. When it crashes it requires starting over entirely due to "I/O error on closed file." It would be handy to be able to do it in steps, for starters the ability to do pars separate from obs... that is, save the pst file with pars only (maybe dummy obs for a test run), then load the same pst file into a PstFrom object to add observations. I imagine it would also be handy to load an existing PstFrom instance and add additional pars/obs using the bells and whistles in PstFrom.
Does this functionality exist and I am just missing it?