0.0.59
This commit is contained in:
@@ -231,10 +231,6 @@ guan.write_one_dimensional_data(x_array, y_array, filename='a', format='txt')
|
||||
guan.write_two_dimensional_data(x_array, y_array, matrix, filename='a', format='txt')
|
||||
|
||||
|
||||
# preprocess
|
||||
|
||||
parameter_array = guan.preprocess_for_parallel_calculations(parameter_array_all, cpus=1, task_index=0)
|
||||
|
||||
|
||||
|
||||
# plot figures
|
||||
@@ -247,6 +243,17 @@ guan.plot_contour(x_array, y_array, matrix, xlabel='x', ylabel='y', title='', sh
|
||||
|
||||
|
||||
|
||||
# preprocessing
|
||||
|
||||
parameter_array = guan.preprocess_for_parallel_calculations(parameter_array_all, cpus=1, task_index=0)
|
||||
|
||||
|
||||
|
||||
# bach processing
|
||||
guan.bach_reading_and_plotting(directory, xlabel='x', ylabel='y')
|
||||
|
||||
|
||||
|
||||
# others
|
||||
|
||||
guan.download_with_scihub(address=None, num=1)
|
||||
|
Reference in New Issue
Block a user