"Here we create an application with ```otbApplication.Registry.CreateApplication(\"BandMath\")```\n",
"\n",
"BandMath takes a list of images as input, so we have to give a Python list with ```\"il\"``` parameter : [image], or [image1, image2, .., imageN] and the main parameter is the mathematical expression ```\"exp\"```.\n",