Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 241)

Ticket Owner Reporter Resolution Summary
#97 Malte Marquarding ttsutsum@… fixed opacity correction factor calculation seems to be wrong in STMath::opacity
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

#98 Malte Marquarding jmcmulli@… fixed AIPSPATH is changed when importing ASAP
Description

Hi Malte, Currently, when I: import asap

It changes the AIPSPATH to:

os.environ['AIPSPATH']
Out[8]: '/opt/casa2/darwin/python/2.5/asap darwin somwhere'

Is it possible to have a variable different from AIPSPATH used as this prevents smooth integration with the rest of CASA. Currently, it's worked around by:

casapath = os.environ['AIPSPATH']
import asap
os.environ['AIPSPATH'] = casapath
#99 Malte Marquarding ttsutsum@… fixed scantable.convert_flux does not work for unkown telescope
Description

Hi Malte,

Steve Myers reported the following error. Is this a bug? It seems to me it should work for GBT if the eta and d are given.

Tak

The messages from Steve follows: ---

I can't get scantable_convert_flux to work on GBT data, even if I give it eta and d, e.g.

s.convert_flux(eta=0.43,d=104.9)

which gives /home/ballista/casa/daily/linux_gnu/python/2.5/asap/scantable.py in convert_flux(self, jyperk, eta, d, insitu)

952 if d is None: d = -1.0 953 if eta is None: eta = -1.0

--> 954 s = scantable(self._math._convertflux(self, d, eta, jyperk))

955 s._add_history("convert_flux", varlist) 956 print_log()

<type 'exceptions.RuntimeError?'>: Unrecognized instrument - use function scan.set_instrument to set

even though the manual says this is the way to do unrecognized instruments.

Note: See TracQuery for help on using queries.