Opened 15 years ago

Closed 15 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.

Change History (1)

comment:1 Changed 15 years ago by Malte Marquarding

Resolution: fixed
Status: newclosed

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 ONLY

b) scantable.set_sourcetype() can be used to change the type of the scan (source/reference) using a pattern match or regular expression

Note: See TracTickets for help on using tickets.