Opened 18 years ago
Closed 18 years ago
#97 closed defect (fixed)
opacity correction factor calculation seems to be wrong in STMath::opacity
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 2.1 |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi Malte,
I think there is a bug in line 978 of STMath.cpp, where it states, Float factor = exp(tau)/cos(zdist);
but this should be, Float factor = exp(tau/cos(zdist));
Tak
Note:
See TracTickets
for help on using tickets.