Opened 18 years ago

Closed 18 years ago

#22 closed defect (fixed)

scantable.flag returns error

Reported by: James.Caswell@… Owned by: Malte Marquarding
Priority: normal Milestone: ASAP2 release
Component: General Version: 2.0
Severity: normal Keywords:
Cc: James.Caswell@…

Description

The error message is:

msk = scan.create_mask([4096,4098]) scan.flag(msk)

"Trying to flag whole scantable."

Change History (1)

comment:1 Changed 18 years ago by Malte Marquarding

Resolution: fixed
Status: newclosed

This was done to protect the user from flagging all data, but it should have checked that the provide mask is empty, too.

Note: See TracTickets for help on using tickets.