瀏覽代碼

🚧 temporarily hide RVI4S1 index

jmacura 3 年之前
父節點
當前提交
1da51bc311
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/calculator/calculator.service.ts

+ 1 - 1
src/app/calculator/calculator.service.ts

@@ -19,7 +19,7 @@ import {imageWmsTLayer, imageWmsTSource} from './image-wms-t-layer';
 /**
  * Set of precalculated indices
  */
-const INDICES_PRE_FLIGHT = ['EVI', 'NDVI', 'RVI4S1'] as const;
+const INDICES_PRE_FLIGHT = ['EVI', 'NDVI'] as const; //FIXME: , 'RVI4S1'
 /**
  * Set of indices which are calculated on the fly
  */