NCAR / VAPOR

VAPOR is the Visualization and Analysis Platform for Ocean, Atmosphere, and Solar Researchers
https://www.vapor.ucar.edu/
BSD 3-Clause "New" or "Revised" License
178 stars 49 forks source link

Python variable not loaded from session #1228

Open StasJ opened 5 years ago

StasJ commented 5 years ago
  1. Open dataset
  2. Create a python variable
  3. Add a renderer for that variable
  4. Save the session
  5. Restart Vapor
  6. Load the session

The renderer variable will be reset to default and the python output variable will be missing from the available options.

You need to open the python editor, open the script, and save it. Then it will reappear in the variables drop down and you can select it.

clyne commented 5 years ago

While the derived variable can be retrieved by opening the Python editor and re-saving the variable, any changes made to any transfer function editors are lost (i.e. they reset to their defaults)