plasmavisgroup / PlasmaGraph

System to graph PUPR Plasma data graph via GUI interface. Basically a tabulated grapher, except with a few nuances.
Other
1 stars 0 forks source link

Proper NaN verification upon Importing Data File #23

Closed Jellyfish-Red closed 10 years ago

Jellyfish-Red commented 10 years ago

When a Data File has been Imported, the program should verify if the file's columns contain NaNs. Upon the case that an entire column is filled with non-useful data (whether NaNs, nulls, or empty spaces ["", " ", or the like]), the program should reply with a window stating "The column lacks any valid data. It will not be shown as a graphable column" and will not include it in the HeaderData object.

Jellyfish-Red commented 10 years ago

Done in some previous commit. Currently found in MatlabProcessor. Closing.