This commit is contained in:
2022-02-13 15:45:22 +08:00
parent 2fa7ecd9b2
commit 195a267fcd
3 changed files with 65 additions and 34 deletions

View File

@@ -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)