from oct2py import octave from merge_img import merge_img n_array = octave.samplendvi('qq') uid = 'sample' n_type = 'NDVI' print('came') merge_img(n_array,uid,n_type)