View Issue Details

IDProjectCategoryView StatusLast Update
0002123CCdcielGeneralpublic19-04-30 13:41
Reporterhan Assigned ToPatrick Chevalley  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Target Version1.0 
Summary0002123: Annotation, modify thickenes of lines
DescriptionWhile experimenting with HyperLeda as database, I noticed that the line thickness could be reduced. Suggest the following improvement:

old
line 341: cnv.Pen.width := round(1+height2/h);{thickness lines}

New
line 341: cnv.Pen.width := max(1,round(height2/h));{thickness lines}

Example image showing the annotation using Hyperleda database around M5 global cluster:
https://www.astroforum.nl/filedata/fetch?id=1414914&d=1556573656
TagsNo tags attached.

Activities

Patrick Chevalley

19-04-30 13:41

administrator   ~0005622

Changed:
https://github.com/pchev/ccdciel/commit/4de9d18b047a5ae8e456930dc168f48c2b206094

This look good. Do you think PGC can be an option in CCDciel?

Issue History

Date Modified Username Field Change
19-04-29 23:56 han New Issue
19-04-30 13:41 Patrick Chevalley Assigned To => Patrick Chevalley
19-04-30 13:41 Patrick Chevalley Status new => resolved
19-04-30 13:41 Patrick Chevalley Resolution open => fixed
19-04-30 13:41 Patrick Chevalley Target Version => 1.0
19-04-30 13:41 Patrick Chevalley Note Added: 0005622