View Issue Details

IDProjectCategoryView StatusLast Update
0002219CCdcielGeneralpublic19-11-02 17:19
Reporterhan Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.0 
Summary0002219: Image frame send to HNSKY planetarium has wrong angle
DescriptionSomehow this was wrong for some time.

cu_planetarium_hnsky.pas:

line229:
- formatfloat(f5,frrot*deg2rad) + blank +
+formatfloat(f5,rmod((frrot+90)*deg2rad,pi2)) + blank + {HNSKY frames follows the PA convention of deepsky objects. A vertical frame has PA of zero. A frame for capturing M31 has a PA of 35}

TagsNo tags attached.

Issue History

Date Modified Username Field Change
19-11-02 13:15 han New Issue
19-11-02 17:19 Patrick Chevalley Status new => resolved
19-11-02 17:19 Patrick Chevalley Resolution open => fixed
19-11-02 17:19 Patrick Chevalley Target Version => 1.0
19-11-02 17:19 Patrick Chevalley Note Added: 0006035