You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int64_t*buf_b, /* I: Landsat blue spectral time series.The dimension is (n_obs, 7). Invalid (qa is filled value (255)) must be removed */
87
-
int64_t*buf_g, /* I: Landsat green spectral time series.The dimension is (n_obs, 7). Invalid (qa is filled value (255)) must be removed */
88
-
int64_t*buf_r, /* I: Landsat red spectral time series.The dimension is (n_obs, 7). Invalid (qa is filled value (255)) must be removed */
89
-
int64_t*buf_n, /* I: Landsat NIR spectral time series.The dimension is (n_obs, 7). Invalid (qa is filled value (255)) must be removed */
90
-
int64_t*buf_s1, /* I: Landsat swir1 spectral time series.The dimension is (n_obs, 7). Invalid (qa is filled value (255)) must be removed */
91
-
int64_t*buf_s2, /* I: Landsat swir2 spectral time series.The dimension is (n_obs, 7). Invalid (qa is filled value (255)) must be removed */
92
-
int64_t*buf_t, /* I: Landsat thermal spectral time series.The dimension is (n_obs, 7). Invalid (qa is filled value (255)) must be removed */
93
-
int64_t*fmask_buf, /* I: the time series of cfmask values. 0 - clear; 1 - water; 2 - shadow; 3 - snow; 4 - cloud */
94
-
int64_t*valid_date_array, /* I: valid date as matlab serial date form (counting from Jan 0, 0000). Note ordinal date in python is from (Jan 1th, 0001) */
95
-
intvalid_num_scenes, /* I: number of valid scenes */
96
-
intpos, /* I: the position id of pixel */
97
-
doubletcg, /* I: threshold of change threshold */
98
-
intconse, /* I: consecutive observation number */
99
-
boolb_outputCM, /* I: indicate if outputting change magnitudes for object-based cold, for cold only, it is the false */
100
-
intstarting_date, /* I: (optional) the starting date of the whole dataset to enable reconstruct CM_date, all pixels for a tile should have the same date, only for b_outputCM is True */
101
-
boolb_c2, /* I: a temporal parameter to indicate if collection 2. C2 needs ignoring thermal band due to the current low quality */
102
-
Output_t*rec_cg, /* O: outputted structure for CCDC results */
103
-
int*num_fc, /* O: number of fitting curves */
104
-
intCM_OUTPUT_INTERVAL,
86
+
int64_t*buf_b, /* I: Landsat blue spectral time series. Invalid (qa is filled value (255)) must be removed */
87
+
int64_t*buf_g, /* I: Landsat green spectral time series. Invalid (qa is filled value (255)) must be removed */
88
+
int64_t*buf_r, /* I: Landsat red spectral time series. Invalid (qa is filled value (255)) must be removed */
89
+
int64_t*buf_n, /* I: Landsat NIR spectral time series. Invalid (qa is filled value (255)) must be removed */
90
+
int64_t*buf_s1, /* I: Landsat swir1 spectral time series. Invalid (qa is filled value (255)) must be removed */
91
+
int64_t*buf_s2, /* I: Landsat swir2 spectral time series. Invalid (qa is filled value (255)) must be removed */
92
+
int64_t*buf_t, /* I: Landsat thermal spectral time series. Invalid (qa is filled value (255)) must be removed */
93
+
int64_t*fmask_buf, /* I: the time series of cfmask values. 0 - clear; 1 - water; 2 - shadow; 3 - snow; 4 - cloud */
94
+
int64_t*valid_date_array, /* I: valid date as matlab serial date form (counting from Jan 0, 0000). Note ordinal date in python is from (Jan 1th, 0001) */
95
+
intvalid_num_scenes, /* I: number of valid scenes */
96
+
intpos, /* I: the position id of pixel */
97
+
doubletcg, /* I: threshold of change threshold */
98
+
intconse, /* I: consecutive observation number */
99
+
boolb_outputCM, /* I: indicate if outputting change magnitudes for object-based cold, for cold only, it is the false */
100
+
intstarting_date, /* I: (optional) the starting date of the whole dataset to enable reconstruct CM_date, all pixels for a tile should have the same date, only for b_outputCM is True */
101
+
boolb_c2, /* I: a temporal parameter to indicate if collection 2. C2 needs ignoring thermal band due to the current low quality */
102
+
Output_t*rec_cg, /* O: outputted structure for CCDC results */
0 commit comments