Modules from CALC_MISS ==================== The entry point for CALC_MISS is calc_miss_ops (in calc_miss_ops.py) This method is very simple. First, the parameters provided by the user are stored. It is simply a matter of storing keyword values, complementing them with others to simplify future processing, and adding consistency checks. That's the job of instance MISS_PARAMETER (defined in miss_utils.py). Then, based on the parameters, an object derived from CALCUL_MISS (from miss_calcul.py) is created that describes the tasks performed by CALC_MISS (*cf.* ยง :ref:`2 `). **Note** *The keyword "post-processing" can cause confusion: this is a "post-processing" of the resolution made by MISS3D, so it is the finalization of the calculation of ISS in* Code_Aster*.* .. _RefHeading__301_2015280596: