View Issue Details

IDProjectCategoryView StatusLast Update
0002211CCdcielGeneralpublic19-10-14 14:48
Reporterhan Assigned ToPatrick Chevalley  
PrioritylowSeveritytweakReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.0 
Summary0002211: Annotation of deepsky with negative cdelt2
DescriptionWhile working on an artificial star map for sky simulation, I noticed a bug which most likely will never occur, but I like to correct:

u_annnotation.pas:

Line 443:

- len:=length1/(cdelt2*60*10*2); {Length in pixels}
+ len:=length1/(abs(cdelt2)*60*10*2); {Length in pixels}

Regards, Han
TagsNo tags attached.

Activities

Patrick Chevalley

19-10-14 14:48

administrator   ~0006012

Yes, this very improbable but good to prevent any error.

https://github.com/pchev/ccdciel/commit/4a4ff73232d205431c942beb8c8fae40808a3572

Issue History

Date Modified Username Field Change
19-10-13 15:13 han New Issue
19-10-14 14:48 Patrick Chevalley Assigned To => Patrick Chevalley
19-10-14 14:48 Patrick Chevalley Status new => resolved
19-10-14 14:48 Patrick Chevalley Resolution open => fixed
19-10-14 14:48 Patrick Chevalley Target Version => 1.0
19-10-14 14:48 Patrick Chevalley Note Added: 0006012