Skip to content

Commit

Permalink
index_cont_remove declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Jul 17, 2024
1 parent 56ba138 commit a06c884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-07-11_06:19:54
3.7.12-dev:::2024-07-17_16:45:04
1 change: 1 addition & 0 deletions src/higher-level/index-hl.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ void index_kernelized(ard_t *ard, small *mask_, tsa_t *ts, int b1, int b2, int n
void index_resistance(ard_t *ard, small *mask_, tsa_t *ts, int n, int r, int b, float f1, float f2, float f3, float f4, bool rbc, int nc, int nt, short nodata);
void index_tasseled(ard_t *ard, small *mask_, tsa_t *ts, int type, int b1, int b2, int b3, int b4, int b5, int b6, int nc, int nt, short nodata);
void index_unmixed(ard_t *ard, small *mask_, tsa_t *ts, int nc, int nt, short nodata, par_sma_t *sma, aux_emb_t *endmember);
void index_cont_remove(ard_t *ard, small *mask_, tsa_t *ts, int b_, int b1, int b2, float w_, float w1, float w2, int nc, int nt, short nodata);


/** This function computes a spectral index time series, with band method,
Expand Down

0 comments on commit a06c884

Please sign in to comment.