Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 241)

Ticket Owner Reporter Resolution Summary
#103 Malte Marquarding erik.muller@… worksforme statd deamon not detected for a.summary and q.poly_baseline(order=0,mask=mask)
Description

ASAP reports that:
ASAP>q.poly_baseline(order=0,mask=mask)
* It looks as if the statd deamon is not running on your Linux system
* which means that no locks can be used on NFS files
* so a lock is always granted and NFS files are not properly shared.
* SUSE 6.1 systems might come without the statd package.
* You can get it from /pub/linux/devel/gcc/knfsd-1.4.1.tar.gz
* It looks as if the statd deamon is not running on your Linux system
* which means that no locks can be used on NFS files
* so a lock is always granted and NFS files are not properly shared.
* SUSE 6.1 systems might come without the statd package.
* You can get it from /pub/linux/devel/gcc/knfsd-1.4.1.tar.gz
* It looks as if the statd deamon is not running on your Linux system
* which means that no locks can be used on NFS files
* so a lock is always granted and NFS files are not properly shared.
* SUSE 6.1 systems might come without the statd package.
* You can get it from /pub/linux/devel/gcc/knfsd-1.4.1.tar.gz
* It looks as if the statd deamon is not running on your Linux system
* which means that no locks can be used on NFS files
* so a lock is always granted and NFS files are not properly shared.
* SUSE 6.1 systems might come without the statd package.
* You can get it from /pub/linux/devel/gcc/knfsd-1.4.1.tar.gz

The tasks still run, but it takes a long time..

#104 Malte Marquarding anonymous fixed segmentation fault for time average
Description

ASAP closes and reports a segmentation fault after I issue a time average command. I've listed here the process I'm using to get there, and the result from ASAP:


a=scantable('2006-10-04_1924-M165.rpf')
sel=selector()

execfile("vanvleckflag.py")
vanvleck_flag(a,20)

r = a.get_scan('*_R')
s = a.get_scan('*[^_R]')
q = quotient(s,r)
q.set_unit()

sel.reset()
mask=q.create_mask([1500,6000])

q.set_unit('GHz')

q.poly_baseline(order=0,mask=mask)
q.flag(mask)
q.flag(mask_not(mask))

q.set_selection()
sel = selector()
sel.set_ifs(3)
q.set_selection(sel)
tav=q.average_time()

/usr/local/bin/asap: line 54: 24596 Segmentation fault $ip -ipythondir "${HOME}/.asap" -p 'asap' $*

#105 Malte Marquarding Chris Phillips fixed Parkes K-band gain curve
Description

Can the following gain curve be added to ASAP for Parkes (K-band). Questions regarding the polynomial form should be directed to John Reynolds

The current curve for K-band (22.235GHz) is:

     Gain = 0.210528
               +0.296759E-01 * El
               -0.293124E-03 * El^2
               +0.264295E-06 * El^3

where El is elevation in degrees. The curve has a peak normalised to 1.00 (at an El of close to 55 degrees), and has approximate values of 0.845 at 30 degrees El, and 0.70 at 90 degrees El (useful as a sanity check).

Note: See TracQuery for help on using queries.