Opened 20 years ago
Closed 20 years ago
#28 closed defect (fixed)
average_time cannot weight by Tsys?
| Reported by: | Owned by: | Malte Marquarding | |
|---|---|---|---|
| Priority: | normal | Milestone: | ASAP2 release |
| Component: | python | Version: | 2.0 |
| Severity: | normal | Keywords: | |
| Cc: | Tony.Wong@… |
Description
When running a prior script (see /data/KAPUTAR_2/won073/asap) I get this error:
Traceback (most recent call last):
File "<console>", line 1, in ?
File "tony.py", line 52, in batch_average
av = average_time(a,weight='tsys')
File "/usr/local/asap2/asap/asapmath.py", line 72, in average_time
s = scantable(stm._average(alignedlst, mask, weight, scanav))
RuntimeError: tsys is not a valid weighting mode
Change History (2)
comment:1 by , 20 years ago
| Cc: | added |
|---|---|
| Component: | General → python |
| Status: | new → assigned |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

I will fix this. Try upper case 'TSYS' in the meantime.