public S2OrthoProductReaderPlugIn() {
   RGBImageProfileManager manager = RGBImageProfileManager.getInstance();
   manager.addProfile(
       new RGBImageProfile("Sentinel 2 MSI Natural Colors", new String[] {"B4", "B3", "B2"}));
   manager.addProfile(
       new RGBImageProfile(
           "Sentinel 2 MSI False-color Infrared", new String[] {"B8", "B4", "B3"}));
 }
 @Override
 protected void registerRGBProfile() {
   RGBImageProfileManager.getInstance()
       .addProfile(new RGBImageProfile("SPOT", new String[] {"XS1", "XS2", "XS3"}));
 }