Example #1
0
 def add_image2(self, target):
     m = TSTools.m
     df = TSTools.click_df
     current_band = TSTools.band_list[TSTools.band_index2]
     sample_col = TSTools.click_col
     stretch_min = TSTools.stretch_min.value
     stretch_max = TSTools.stretch_max.value
     b1 = TSTools.b1
     b2 = TSTools.b2
     b3 = TSTools.b3
     lft.click_event(target, m, current_band, df, sample_col, stretch_min,
                     stretch_max, b1, b2, b3)
Example #2
0
 def add_image2(self, target):
     m = measures.m
     df = measures.click_df
     current_band = measures.band_list[measures.band_index2]
     sample_col = measures.click_col
     stretch_min = measures.minv
     stretch_max = measures.maxv
     b1 = measures.b1
     b2 = measures.b2
     b3 = measures.b3
     lft.click_event(target, m, current_band, df, sample_col, stretch_min,
                     stretch_max, b1, b2, b3)
Example #3
0
 def add_image(self, target):
     m = measures.m
     df = measures.sample_df
     current_band = measures.band_list[measures.band_index1]
     sample_col = measures.sample_col
     stretch_min = measures.stretch_min.value
     stretch_max = measures.stretch_max.value
     b1 = measures.b1
     b2 = measures.b2
     b3 = measures.b3
     lft.click_event(target, m, current_band, df, sample_col, stretch_min, 
                     stretch_max, b1, b2, b3)