File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/firefly/java/edu/caltech/ipac/firefly/data Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ public class FinderChartRequestUtil {
94
94
* Expected format : metadata expected to be as "schema.table-band;title"
95
95
*/
96
96
private final static String akariCombo []={
97
- "akari.images_tbl :N60;FIS N60 (65 micron)" ,
98
- "akari.images_tbl :WideS;FIS WideS (90 micron)" ,
99
- "akari.images_tbl :WideL;FIS WideL (140 micron)" ,
100
- "akari.images_tbl :N160;FIS N160 (160 micron)"
97
+ "akari.akari_images :N60;FIS N60 (65 micron)" ,
98
+ "akari.akari_images :WideS;FIS WideS (90 micron)" ,
99
+ "akari.akari_images :WideL;FIS WideL (140 micron)" ,
100
+ "akari.akari_images :N160;FIS N160 (160 micron)"
101
101
};
102
102
103
103
private final static String sDssCombo []={
@@ -213,7 +213,7 @@ public static String extractSurveyKeyBand(String metadata) {
213
213
*/
214
214
public static String extractFilter (String metadata ) {
215
215
String sAry [] = metadata .split (regExSplitKey );
216
- return sAry .length > 1 ? sAry [2 ] : "" ;
216
+ return sAry .length > 2 ? sAry [2 ] : "" ;
217
217
}
218
218
219
219
/**
You can’t perform that action at this time.
0 commit comments