View Issue Details

IDProjectCategoryView StatusLast Update
0001611SkyChart1-Softwarepublic17-01-19 11:18
ReporterMattia Verga Assigned ToPatrick Chevalley  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.11 SVN 
Target Version4.0Fixed in Version3.11 SVN 
Summary0001611: Searching objects returns slightly wrong coords
DescriptionWith OpenNGC catalog selected, if you search for an object with an high FOV applied and zoom in after the search you can notice that the field is not perfectly centered on the object, and neither the label is.
If you do the same search with a small FOV selected (< 8°) the result is the object perfectly centered.
Maybe it's a rounding error?

Using SAC this behaviour is worst: even with a small FOV, the search result is always wrong, it's like as the program uses different coords for the search and to display objects.
TagsNo tags attached.

Activities

Mattia Verga

17-01-18 18:04

reporter  

sac.png (114,221 bytes)   
sac.png (114,221 bytes)   

Mattia Verga

17-01-18 18:04

reporter  

openngc_smallFOV.png (106,794 bytes)   
openngc_smallFOV.png (106,794 bytes)   

Mattia Verga

17-01-18 18:04

reporter  

openngc_highFOV.png (107,823 bytes)   
openngc_highFOV.png (107,823 bytes)   

Patrick Chevalley

17-01-19 11:18

administrator   ~0003552

The difference in coordinates is because I try to improve the performance by not computing the aberration and nutation for width FOV when this make no effect on screen. This was a bad idea and I remove that.

I also make a correction to search SAC or OpenNGC first depending on the setting.

https://sourceforge.net/p/skychart/code/3446/

Issue History

Date Modified Username Field Change
17-01-18 18:04 Mattia Verga New Issue
17-01-18 18:04 Mattia Verga File Added: sac.png
17-01-18 18:04 Mattia Verga File Added: openngc_smallFOV.png
17-01-18 18:04 Mattia Verga File Added: openngc_highFOV.png
17-01-18 20:08 Patrick Chevalley Assigned To => Patrick Chevalley
17-01-18 20:08 Patrick Chevalley Status new => confirmed
17-01-18 20:08 Patrick Chevalley Target Version => 4.0
17-01-19 11:18 Patrick Chevalley Status confirmed => resolved
17-01-19 11:18 Patrick Chevalley Resolution open => fixed
17-01-19 11:18 Patrick Chevalley Fixed in Version => 3.11 SVN
17-01-19 11:18 Patrick Chevalley Note Added: 0003552