We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54afef commit 1607b9fCopy full SHA for 1607b9f
src/firefly/java/edu/caltech/ipac/astro/ibe/datasource/WiseIbeDataSource.java
@@ -265,7 +265,7 @@ else if (sourceProductLevel == "3a") {
265
DataProduct sourcedt = DataProduct.ALLSKY_4BAND_3A;
266
String sourceTable = sourcedt.getSourceTable();
267
String sourceSpec = WISE + "." + sourceTable + "(\"source_id\":\"" + refSourceId + "\")";
268
- queryParam.setPos(sourceSpec);
+ queryParam.setRefBy(sourceSpec);
269
}
270
271
0 commit comments