madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

Modify Decomposition to write JSON file for data plotting #182

Closed skrueger111 closed 3 weeks ago

skrueger111 commented 1 month ago

Decomposition needs to be modified to write a JSON output file that will be used to plot the data on sassie-web.

skrueger111 commented 3 weeks ago

Added method to decomposition.py to write the needed JSON output file. Tested decomposition via the GUI mimic. The JSON file is now being written. Wrote python code to write another JSON file that could be pasted directly into the GenApp plotly test utility. The plots look like I had envisioned. Plotting now needs to be implemented on the GenApp side.

Screenshot 2024-06-07 at 3 26 56 PM Screenshot 2024-06-07 at 3 27 30 PM Screenshot 2024-06-11 at 3 48 02 PM