schrodinger.application.phase.constants module

Module defining Phase-related constants that are shared between scripts and other modules.

schrodinger.application.phase.constants.get_feature_text(feature_type)[source]

This function returns a string that shows both one letter feature type as well as a long name.

Parameters

feature_type (str) – single character feature type

Returns

feature text string

Return type

str

schrodinger.application.phase.constants.FEATURE_QCOLORS(feature_type)[source]

Colors for each feature type, as QColor objects. These colors are used to show text labels etc, so we are using FEATURE_TEXT_COLORS instead of FEATURE_COLORS.

Parameters

feature_type (str) – single character feature type

Returns

Feature text QColor for the given feature type

Return type

QtGui.QColor

schrodinger.application.phase.constants.PICK_CATEGORY()[source]