[phenixbb] suppressing maps

Joe Krahn krahn at niehs.nih.gov
Thu Sep 24 13:25:40 PDT 2009


Maia Cherney wrote:
> Hi,
> I want to suppress some maps. I type in the .def file: 
> 
> suppress = "2FOFCWT_no_fill"
> suppress = "FOFCWT_no_fill"
> 
> but I get only first map suppressed.
> What is the correct syntax for two maps?
> 
> Maia

Put both strings on the same line:
suppress = "2FOFCWT_no_fill" "FOFCWT_no_fill"

There is an inconsistency here, because different parameters with 
type=strings are handled differently. For Fobs labels, two strings are 
written as a comma-separated list, which does not work for the suppress 
parameter.

Joe Krahn



More information about the phenixbb mailing list