Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Firefly
-
Labels:
-
Story Points:6
-
Epic Link:
-
Sprint:SUIT Sprint 2017-8, SUIT Sprint 2017-11
-
Team:Science User Interface
Description
In Firefly catalog searches, it allows user to enter position to search on tables without position information, e.g., "Gaia G-band Time Series of Variable Sources".
In irsaviewer, it returned error
"Fail to load table. Error: edu.caltech.ipac.firefly.server.query.DataAccessException: DataAccessException:Unexpected error from:unknown"
In current dev version, it continues until put in background monitor, then the "Unexpected error" appears. Another ticket DM-11376 was created for the backgrounding bug.
Attachments
Issue Links
- relates to
-
DM-11376 backgrounding job bug
- Done
- links to
Firefly creates a file named master-catalog.tbl rom master-irsa-cat-original.tbl, but it omits the column 'pos'. The value for each table in the 'pos' column is 'y', or 'n', indicating if the table contains position information. We should modify Firefly to include the 'pos' column in master-catalog.tbl and use the value to enable/disable the position search for the table.