Bad TARGETID output in csv
- Dominant language
- Python
- Stars
- 14
- Forks
- 10
- Avg merge
- 38m
- Merged PRs (30d)
- 1
Description
From Arjun Dey:
A few of the ODIN VI folks are having an unusual issue when saving the csv file from the prospect pages, where the TARGETID is recorded as a real valued number (and then loses digits) instead of a LONG64. At least one person is using Safari version 16.5. Has anyone seen this issue before?
The symptom is that the fields in the CSV file look like:
TARGETID,Spec_version,Redrock_version,Template_version,Redrock_spectype,Redrock_z,Redrock_deltachi2,VI_scanner,VI_quality,VI_issue,VI_z,VI_spectype,VI_comment
3.91E+16,0.57.0.dev7802,0.17.0.dev758,-1,GALAXY,0.8479,0.6,WSJ,0,RC,,,No significant line feature
3.91E+16,0.57.0.dev7802,0.17.0.dev758,-1,GALAXY,0.0051,83.3,WSJ,3,,3.1395,GALAXY,LAE; asymmetric Lya
3.91E+16,0.57.0.dev7802,0.17.0.dev758,-1,GALAXY,1.3514,6,WSJ,0,RC,,,No significant line feature
instead of
TARGETID,Spec_version,Redrock_version,Template_version,Redrock_spectype,Redrock_z,Redrock_deltachi2,VI_scanner,VI_quality,VI_issue,VI_z,VI_spectype,VI_comment
39089837499752854,0.57.0.dev7802,0.17.0.dev758,-1,GALAXY,0.8479,0.6,AJJ,2,,,,unsure what the features are
39089837499752864,0.57.0.dev7802,0.17.0.dev758,-1,GALAXY,0.0051,83.3,AJJ,3,,3.1400,GALAXY,LAE
39089837499752878,0.57.0.dev7802,0.17.0.dev758,-1,GALAXY,1.3514,6.0,AJJ,0,,,,
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.