Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Firefly
-
Labels:None
-
Story Points:0.2
-
Epic Link:
-
Sprint:SUIT Sprint 2018-07
-
Team:Science User Interface
Description
In the PDAC instance of Firefly I have now a few times run into a problem with downloading tables that contain very wide values in exponential notation. Sometimes, not always, the last digit of the exponent is truncated.
For instance, I have seen "2.606998244411E-04" get truncated to "2.606998244411E-0".
I think this is reproducible right now if you search for
source_id='44373a126-005201'
in the NEOWISE-R Year 1 Single Exposure (L1b) Source Table (neowiser_yr1_00.neowiser_yr1_p1bs_psd).
The value for the attribute "y" for the selected row comes back from dbserv as "0.0002606998244411" and is then written out in exponential notation to the IPAC Table download, sometimes one way, sometimes the other.
It seems to depend on whether other rows are also being written, so it may have something to do with the calculation of the required field width based on the observed values.
Attachments
Issue Links
- relates to
-
DM-15089 Display format for numerical values for LSST data
- Done
I reproduced the reported bug in LSST PDAC. The attached two files are the saved search result, one from LSST with the bug, one from OPS IRSA viewer without bug.