quanted / esat

EPA's Environmental Source Apportionment Toolkit (ESAT) python package
https://quanted.github.io/esat/
Apache License 2.0
8 stars 2 forks source link

Update all plots and tables to use the same indexing (0 or 1 based) #2

Open deronsmith opened 3 months ago

deronsmith commented 3 months ago

Issue: The model and analysis indexing is 1 based while the simulator methods are all 0 based.

Solution: Update all functions that use indexing to be consistent throughout the application, in code use 0 based indexing. When the GUI is developed the indexing can be shifted to 1-based.