Commit 2b4f2916 authored by norvell's avatar norvell
Browse files

Add DELTA_ODG to usage of create_histograms.py

parent eff678cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ if __name__ == "__main__":
        "--measures",
        type=str,
        nargs="+",
        help="Measure, any of: MLD, DIFF, SSNR, ODG, default: MLD DIFF SSNR ODG",
        help="Measure, any of: MLD, DIFF, SSNR, ODG, DELTA_ODG, default: MLD DIFF SSNR ODG",
        default=["MLD","DIFF","SSNR","ODG"],
    )
    parser.add_argument(