malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

need tooltip for value change and date value metric image date ranges #27

Closed malonzo47 closed 5 years ago

malonzo47 commented 5 years ago

Need a tool tip to help user know how to enter in a date. For example, does December 31, 2015 = 2015365 or 2015999? Also, say that 9999 = "end" and -9999 = "beginning will make it so each pixel might have a different start or end date depending on local image-date availability.

malonzo47 commented 5 years ago

Tooltip for start date: "Enter the beginning of your value_change range in the form of yyyyddd. For example, "2015100", for the 100th day of 2015. You can also do -9999 but note that this will allow the ranges to vary, pixel to pixel depending on early-range image availability."

Tool tip for end date: "Enter the end of your value_change range in the form of yyyyddd. For example, "2015100", for the 100th day of 2015. You can also do 9999 but note that this will allow the ranges to vary, pixel to pixel depending on late-range image availability."

Tool tip for Date Value: "Enter the date for which you'd like to see the VI value at each pixel, in the form of yyyyddd. For example, "2015100", for the 100th day of 2015."

image

pytoPN commented 5 years ago

Completed