Opened 17 years ago

Closed 17 years ago

#97 closed defect (fixed)

opacity correction factor calculation seems to be wrong in STMath::opacity

Reported by: ttsutsum@… 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

Change History (1)

comment:1 Changed 17 years ago by Malte Marquarding

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.