Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numbers sorted incorrectly in selection dialogues #392

Open
gerritholl opened this issue Nov 10, 2023 · 1 comment
Open

Numbers sorted incorrectly in selection dialogues #392

gerritholl opened this issue Nov 10, 2023 · 1 comment
Labels
bug Something isn't working component: ui EUM-WIP This issue is (scheduled to) being worked on by EUM

Comments

@gerritholl
Copy link

Numeric values are sorted incorrectly in both the file selection wizard and the dataset selection dialogues.

Example from the file selection wizard when selecting FCI L1C data:

image

Note how repeat_cycle_in_day goes from 19 to 2. When we scroll down (not shown), after 2 comes 20.

Similar behaviour we see for the wavelength in the product selection dialogue:

image

Here, 2.25 µm comes after 13.30 µm instead of after 1.61 µm.

(Separately, the columns Resolution, Calibration, and Level are suddenly blank; this was not the case a bit ago and is a separate issue)

@djhoese
Copy link
Member

djhoese commented Nov 10, 2023

Thanks for filing the issue. I think this should be "easy" to implement for the filename selection since that information is all being extracted from the filename pattern and as long as that pattern marks a field as d or other numeric format type then I think the dictionary of filename info would also be a number. We just need to tell Qt it is a number.

For the wavelengths or anything in the product list, this may be a little harder since it is including the units in the Qt column, but this shouldn't really be much more difficult...I hope.

@ameraner ameraner added bug Something isn't working component: ui EUM-WIP This issue is (scheduled to) being worked on by EUM labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component: ui EUM-WIP This issue is (scheduled to) being worked on by EUM
Projects
None yet
Development

No branches or pull requests

3 participants