Opened 16 years ago
Closed 16 years ago
#151 closed enhancement (fixed)
Off scans setting clumsy for non-standard off scan name identifiers
Reported by: | Malte Marquarding | Owned by: | Malte Marquarding |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 2.3 |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: | ambrick@… |
Description
Object names which don't end in 'e' or 'w' (Tid) and '_R' (Mopra/Parkes) don't get identifies automatically. Setting these by hand is cumbersome.
Note:
See TracTickets
for help on using tickets.
I have added tow ways to help with this.
a) there is now a rc parameter
'scantable.reference': '.*(e|w|_R)$'
which can be changed to reflect the off scan identifier. This takes regular expressions ONLYb)
scantable.set_sourcetype()
can be used to change the type of the scan (source/reference) using a pattern match or regular expression