adds bugfixes and pom version bump
We were contacted by Dr. Alex Herbert on account of there being a bug with the calculation of the FIRE number on images that are not a power of 2 and a bug regarding angle values in degrees instead of radians
This has led to the following changes:
- FRC_ Plugin was added to package ch.epfl.biop.frc (instead of no package)
- POM was updated to use latest pom-scijava version
- Fire number is now computed correctly by checking image size
- Images are ensured to be a multiple of two by adding one pixel of padding as needed
- Angles are converted to radians, ensuring a better radial sampling