From d67edcfe35bdb264120f359d1773e9d78815cf93 Mon Sep 17 00:00:00 2001 From: Rajan Chauhan Date: Tue, 26 Jul 2022 13:20:23 +0530 Subject: [PATCH 1/2] Create parameters_example.txt --- Codes/parameters_example.txt | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Codes/parameters_example.txt diff --git a/Codes/parameters_example.txt b/Codes/parameters_example.txt new file mode 100644 index 0000000..0afbf0d --- /dev/null +++ b/Codes/parameters_example.txt @@ -0,0 +1,39 @@ +ESTARFM_PARAMETER_START + +# The number of input pairs of Landsat-MODIS images (>=2) + NUM_IN_PAIRS = 2 + +# The input MODIS images +# File names are separated by space + IN_PAIR_MODIS_FNAME = D:\cuda\shikong\testdata\M_2002_01_04.tif D:\cuda\shikong\testdata\M_2002_02_21.tif + +# The input Landsat images +# File names are separated by space + IN_PAIR_LANDSAT_FNAME = D:\cuda\shikong\testdata\L_2002_01_04.tif D:\cuda\shikong\testdata\L_2002_02_21.tif + +# The MODIS images for the prediction dates +# Multiple images can be given +# File names are separated by space + IN_PDAY_MODIS_FNAME = D:\cuda\shikong\testdata\M_2002_02_12.tif + +# The output synthetic prediction images +# Multiple images can be given +# File names are separated by space + OUT_PDAY_LANDSAT_FNAME = D:\cuda\shikong\testdata\estr_pairs.tif + +# The_width of searching_window + The_width_of_searching_window = 51 + +# Assumed_number of classifications + Assumed_number_of_classifications = 6 + +# Landsat sensor error + sensor_uncertain = 0.0028 +# NODATA + NODATA = 0 +# Output image format (optional) +# Will be used when the extension of the output files +# is not given + G_Type = GTIff + +ESTARFM_PARAMETER_END From bb04da02ff520ef3e55dcce33815112ded87d369 Mon Sep 17 00:00:00 2001 From: Rajan Chauhan Date: Tue, 26 Jul 2022 13:23:36 +0530 Subject: [PATCH 2/2] Renaming parameters file --- Codes/parameters_exmaple.txt | 39 ------------------------------------ 1 file changed, 39 deletions(-) delete mode 100644 Codes/parameters_exmaple.txt diff --git a/Codes/parameters_exmaple.txt b/Codes/parameters_exmaple.txt deleted file mode 100644 index 6e7000a..0000000 --- a/Codes/parameters_exmaple.txt +++ /dev/null @@ -1,39 +0,0 @@ -ESTARFM_PARAMETER_START - -# The number of input pairs of Landsat-MODIS images (>=2) - NUM_IN_PAIRS = 2 - -# The input MODIS images -# File names are separated by space - IN_PAIR_MODIS_FNAME = D:\cuda\shikong\testdata\M_2002_01_04.tif D:\cuda\shikong\testdata\M_2002_02_21.tif - -# The input Landsat images -# File names are separated by space - IN_PAIR_LANDSAT_FNAME = D:\cuda\shikong\testdata\L_2002_01_04.tif D:\cuda\shikong\testdata\L_2002_02_21.tif - -# The MODIS images for the prediction dates -# Multiple images can be given -# File names are separated by space - IN_PDAY_MODIS_FNAME = D:\cuda\shikong\testdata\M_2002_02_12.tif - -# The output synthetic prediction images -# Multiple images can be given -# File names are separated by space - OUT_PDAY_LANDSAT_FNAME = D:\cuda\shikong\testdata\estr_pairs.tif - -# The_width of searching_window - The_width_of_searching_window = 51 - -# Assumed_number of classifications - Assumed_number_of_classifications = 6 - -# Landsat sensor error - sensor_uncertain = 0.0028 -# NODATA - NODATA = 0 -# Output image format (optional) -# Will be used when the extension of the output files -# is not given - G_Type = GTIff - -ESTARFM_PARAMETER_END \ No newline at end of file