Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 241)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Owner Reporter Resolution Summary
#49 Malte Marquarding Chris Phillips fixed fitter does not honor mask
Description

When using the fitter, the mask used in set_scan did not seem to be honoured:

msk = scan.create_mask([-20,-40])
f = fitter()
f.set_function(gauss=1)
f.set_scan(scan,msk)
f.fit()

The final fit was outside the masked region

#56 Malte Marquarding Malte Marquarding fixed Requirement 5.0-1.3 - user adjustable character size
Description

see requirements document

#59 Malte Marquarding twong@… worksforme Error starting ASAP
Description

When starting ASAP on minos or kaputar the following error appears:

Traceback (most recent call last):

File "<string>", line 1, in ?

NameError?: name 'welcome' is not defined

WARNING: Failure executing code: 'print welcome()'

It comes up with a prompt but then can't read in scantables:

ASAP> i = scantable('2006-08-18_0629-M176.rpf')


Traceback (most recent call last):

File "<console>", line 1, in ?

NameError?: name 'scantable' is not defined

Quick fix seems to be to start asap in the home directory.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.