<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0127_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0127_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0127_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0127_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0127_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0127_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0127_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0127_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0127_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-03/func/sub-0127_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>adbce63b31e698d29fbdfecafda2e0e9</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:22:30.097500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.989919, 0.0900123, -0.109358, -0.0995051, 0.991427, -0.0846888]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0849589</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7740, -7261, 243, -188, 136, -71, 130]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>65fc4721-fabf-46e6-accf-2b2a3e37d2e9||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.655879020690918, -0.26696479320526123, -0.27215173840522766, 130.47056579589844], [-0.24149630963802338, 2.6599249839782715, -0.2557348906993866, -85.80413818359375], [-0.29339829087257385, 0.2272137999534607, 2.6740481853485107, -84.47953033447266], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['112230.097500', '112230.557500', '112231.017500', '112231.477500', '112231.937500', '112232.397500', '112232.857500', '112233.317500', '112233.777500', '112234.237500', '112234.697500', '112235.157500', '112235.617500', '112236.077500', '112236.537500', '112236.997500', '112237.457500', '112237.917500', '112238.377500', '112238.837500', '112239.297500', '112239.757500', '112240.217500', '112240.677500', '112241.137500', '112241.597500', '112242.057500', '112242.517500', '112242.977500', '112243.437500', '112243.897500', '112244.357500', '112244.817500', '112245.277500', '112245.737500', '112246.197500', '112246.657500', '112247.117500', '112247.577500', '112248.037500', '112248.497500', '112248.957500', '112249.417500', '112249.877500', '112250.337500', '112250.797500', '112251.257500', '112251.717500', '112252.177500', '112252.637500', '112253.097500', '112253.557500', '112254.017500', '112254.477500', '112254.937500', '112255.397500', '112255.857500', '112256.317500', '112256.777500', '112257.237500', '112257.697500', '112258.157500', '112258.617500', '112259.077500', '112259.537500', '112259.997500', '112300.457500', '112300.917500', '112301.377500', '112301.837500', '112302.297500', '112302.757500', '112303.217500', '112303.677500', '112304.137500', '112304.597500', '112305.057500', '112305.517500', '112305.977500', '112306.437500', '112306.897500', '112307.357500', '112307.817500', '112308.277500', '112308.737500', '112309.197500', '112309.657500', '112310.117500', '112310.577500', '112311.037500', '112311.497500', '112311.957500', '112312.417500', '112312.877500', '112313.337500', '112313.797500', '112314.257500', '112314.717500', '112315.177500', '112315.637500', '112316.097500', '112316.557500', '112317.017500', '112317.477500', '112317.937500', '112318.397500', '112318.857500', '112319.317500', '112319.777500', '112320.237500', '112320.697500', '112321.157500', '112321.617500', '112322.077500', '112322.537500', '112322.997500', '112323.457500', '112323.917500', '112324.377500', '112324.837500', '112325.297500', '112325.757500', '112326.217500', '112326.677500', '112327.137500', '112327.597500', '112328.057500', '112328.517500', '112328.977500', '112329.437500', '112329.897500', '112330.357500', '112330.817500', '112331.277500', '112331.737500', '112332.197500', '112332.657500', '112333.117500', '112333.577500', '112334.037500', '112334.497500', '112334.957500', '112335.417500', '112335.877500', '112336.337500', '112336.797500', '112337.257500', '112337.717500', '112338.177500', '112338.637500', '112339.097500', '112339.557500', '112340.017500', '112340.477500', '112340.937500', '112341.397500', '112341.857500', '112342.317500', '112342.777500', '112343.237500', '112343.697500', '112344.157500', '112344.617500', '112345.077500', '112345.537500', '112345.997500', '112346.457500', '112346.917500', '112347.377500', '112347.837500', '112348.297500', '112348.757500', '112349.217500', '112349.677500', '112350.137500', '112350.597500', '112351.057500', '112351.517500', '112351.977500', '112352.437500', '112352.897500', '112353.357500', '112353.817500', '112354.277500', '112354.737500', '112355.197500', '112355.657500', '112356.117500', '112356.577500', '112357.037500', '112357.497500', '112357.957500', '112358.417500', '112358.877500', '112359.337500', '112359.797500', '112400.257500', '112400.717500', '112401.177500', '112401.637500', '112402.097500', '112402.557500', '112403.017500', '112403.477500', '112403.937500', '112404.397500', '112404.857500', '112405.317500', '112405.777500', '112406.237500', '112406.697500', '112407.157500', '112407.617500', '112408.077500', '112408.537500', '112408.997500', '112409.457500', '112409.917500', '112410.377500', '112410.837500', '112411.297500', '112411.757500', '112412.217500', '112412.677500', '112413.137500', '112413.597500', '112414.057500', '112414.517500', '112414.977500', '112415.437500', '112415.897500', '112416.357500', '112416.817500', '112417.277500', '112417.737500', '112418.197500', '112418.657500', '112419.117500', '112419.577500', '112420.037500', '112420.497500', '112420.957500', '112421.417500', '112421.877500', '112422.337500', '112422.797500', '112423.257500', '112423.717500', '112424.177500', '112424.637500', '112425.097500', '112425.557500', '112426.017500', '112426.477500', '112426.937500', '112427.397500', '112427.857500', '112428.317500', '112428.777500', '112429.237500', '112429.697500', '112430.157500', '112430.617500', '112431.077500', '112431.537500', '112431.997500', '112432.457500', '112432.917500', '112433.377500', '112433.837500', '112434.297500', '112434.757500', '112435.217500', '112435.677500', '112436.137500', '112436.597500', '112437.057500', '112437.517500', '112437.977500', '112438.437500', '112438.897500', '112439.357500', '112439.817500', '112440.277500', '112440.737500', '112441.197500', '112441.657500', '112442.117500', '112442.577500', '112443.037500', '112443.497500', '112443.957500', '112444.417500', '112444.877500', '112445.337500', '112445.797500', '112446.257500', '112446.717500', '112447.177500', '112447.637500', '112448.097500', '112448.557500', '112449.017500', '112449.477500', '112449.937500', '112450.397500', '112450.857500', '112451.317500', '112451.777500', '112452.237500', '112452.697500', '112453.157500', '112453.617500', '112454.077500', '112454.537500', '112454.997500', '112455.457500', '112455.917500', '112456.377500', '112456.837500', '112457.297500', '112457.757500', '112458.217500', '112458.677500', '112459.137500', '112459.597500', '112500.057500', '112500.517500', '112500.977500', '112501.437500', '112501.897500', '112502.357500', '112502.817500', '112503.277500', '112503.737500', '112504.197500', '112504.657500', '112505.117500', '112505.577500', '112506.037500', '112506.497500', '112506.957500', '112507.417500', '112507.877500', '112508.337500', '112508.797500', '112509.257500', '112509.717500', '112510.177500', '112510.637500', '112511.097500', '112511.557500', '112512.017500', '112512.477500', '112512.937500', '112513.397500', '112513.857500', '112514.317500', '112514.777500', '112515.237500', '112515.697500', '112516.157500', '112516.617500', '112517.077500', '112517.537500', '112517.997500', '112518.457500', '112518.917500', '112519.377500', '112519.837500', '112520.297500', '112520.757500', '112521.217500', '112521.677500', '112522.137500', '112522.597500', '112523.057500', '112523.517500', '112523.977500', '112524.437500', '112524.897500', '112525.357500', '112525.817500', '112526.277500', '112526.737500', '112527.197500', '112527.657500', '112528.117500', '112528.577500', '112529.037500', '112529.497500', '112529.957500', '112530.417500', '112530.877500', '112531.337500', '112531.797500', '112532.257500', '112532.717500', '112533.177500', '112533.637500', '112534.097500', '112534.557500', '112535.017500', '112535.477500', '112535.937500', '112536.397500', '112536.857500', '112537.317500', '112537.777500', '112538.237500', '112538.697500', '112539.157500', '112539.617500', '112540.077500', '112540.537500', '112540.997500', '112541.457500', '112541.917500', '112542.377500', '112542.837500', '112543.297500', '112543.757500', '112544.217500', '112544.677500', '112545.137500', '112545.597500', '112546.057500', '112546.517500', '112546.977500', '112547.437500', '112547.897500', '112548.357500', '112548.817500', '112549.277500', '112549.737500', '112550.197500', '112550.657500', '112551.117500', '112551.577500', '112552.037500', '112552.497500', '112552.957500', '112553.417500', '112553.877500', '112554.337500', '112554.797500', '112555.257500', '112555.717500', '112556.177500', '112556.637500', '112557.097500', '112557.557500', '112558.017500', '112558.477500', '112558.937500', '112559.397500', '112559.857500', '112600.317500', '112600.777500', '112601.237500', '112601.697500', '112602.157500', '112602.617500', '112603.077500', '112603.537500', '112603.997500', '112604.457500', '112604.917500', '112605.377500', '112605.837500', '112606.297500', '112606.757500', '112607.217500', '112607.677500', '112608.137500', '112608.597500', '112609.057500', '112609.517500', '112609.977500', '112610.437500', '112610.897500', '112611.357500', '112611.817500', '112612.277500', '112612.737500', '112613.197500', '112613.657500', '112614.117500', '112614.577500', '112615.037500', '112615.497500', '112615.957500', '112616.417500', '112616.877500', '112617.337500', '112617.797500', '112618.257500', '112618.717500', '112619.177500', '112619.637500', '112620.097500', '112620.557500', '112621.017500', '112621.477500', '112621.937500', '112622.397500', '112622.857500', '112623.317500', '112623.777500', '112624.237500', '112624.697500', '112625.157500', '112625.617500', '112626.077500', '112626.537500', '112626.997500', '112627.457500', '112627.917500', '112628.377500', '112628.837500', '112629.297500', '112629.757500', '112630.217500', '112630.677500', '112631.137500', '112631.597500', '112632.057500', '112632.517500', '112632.977500', '112633.437500', '112633.897500', '112634.357500', '112634.817500', '112635.277500', '112635.737500', '112636.197500', '112636.657500', '112637.117500', '112637.577500', '112638.037500', '112638.497500', '112638.957500', '112639.417500', '112639.877500', '112640.337500', '112640.797500', '112641.257500', '112641.717500', '112642.177500', '112642.637500', '112643.097500', '112643.557500', '112644.017500', '112644.477500', '112644.937500', '112645.397500', '112645.857500', '112646.317500', '112646.777500', '112647.237500', '112647.697500', '112648.157500', '112648.617500', '112649.077500', '112649.537500', '112649.997500', '112650.457500', '112650.917500', '112651.377500', '112651.837500', '112652.297500', '112652.757500', '112653.217500', '112653.677500', '112654.137500', '112654.597500', '112655.057500', '112655.517500', '112655.977500', '112656.437500', '112656.897500', '112657.357500', '112657.817500', '112658.277500', '112658.737500', '112659.197500', '112659.657500', '112700.117500', '112700.577500', '112701.037500', '112701.497500', '112701.957500', '112702.417500', '112702.877500', '112703.337500', '112703.797500', '112704.257500', '112704.717500', '112705.177500', '112705.637500', '112706.097500', '112706.557500', '112707.017500', '112707.477500', '112707.937500', '112708.397500', '112708.857500', '112709.317500', '112709.777500', '112710.237500', '112710.697500', '112711.157500', '112711.617500', '112712.077500', '112712.537500', '112712.997500', '112713.457500', '112713.917500', '112714.377500', '112714.837500', '112715.297500', '112715.757500', '112716.217500', '112716.677500', '112717.137500', '112717.597500', '112718.057500', '112718.517500', '112718.977500', '112719.437500', '112719.897500', '112720.357500', '112720.817500', '112721.277500', '112721.737500', '112722.197500', '112722.657500', '112723.117500', '112723.577500', '112724.037500', '112724.497500', '112724.957500', '112725.417500', '112725.877500', '112726.337500', '112726.797500', '112727.257500', '112727.717500', '112728.177500', '112728.637500', '112729.097500', '112729.557500', '112730.017500', '112730.477500', '112730.937500', '112731.397500', '112731.857500', '112732.317500', '112732.777500', '112733.237500', '112733.697500', '112734.157500', '112734.617500', '112735.077500', '112735.537500', '112735.997500', '112736.457500', '112736.917500', '112737.377500', '112737.837500', '112738.297500', '112738.757500', '112739.217500', '112739.677500', '112740.137500', '112740.597500', '112741.057500', '112741.517500', '112741.977500', '112742.437500', '112742.897500', '112743.357500', '112743.817500', '112744.277500', '112744.737500', '112745.197500', '112745.657500', '112746.117500', '112746.577500', '112747.037500', '112747.497500', '112747.957500', '112748.417500', '112748.877500', '112749.337500', '112749.797500', '112750.257500', '112750.717500', '112751.177500', '112751.637500', '112752.097500', '112752.557500', '112753.017500', '112753.477500', '112753.937500', '112754.397500', '112754.857500', '112755.317500', '112755.777500', '112756.237500', '112756.697500', '112757.157500', '112757.617500', '112758.077500', '112758.537500', '112758.997500', '112759.457500', '112759.917500', '112800.377500', '112800.837500', '112801.297500', '112801.757500', '112802.217500', '112802.677500', '112803.137500', '112803.597500', '112804.057500', '112804.517500', '112804.977500', '112805.437500', '112805.897500', '112806.357500', '112806.817500', '112807.277500', '112807.737500', '112808.197500', '112808.657500', '112809.117500', '112809.577500', '112810.037500', '112810.497500', '112810.957500', '112811.417500', '112811.877500', '112812.337500', '112812.797500', '112813.257500', '112813.717500', '112814.177500', '112814.637500', '112815.097500', '112815.557500', '112816.017500', '112816.477500', '112816.937500', '112817.397500', '112817.857500', '112818.317500', '112818.777500', '112819.237500', '112819.697500', '112820.157500', '112820.617500', '112821.077500', '112821.537500', '112821.997500', '112822.457500', '112822.917500', '112823.377500', '112823.837500', '112824.297500', '112824.757500', '112825.217500', '112825.677500', '112826.137500', '112826.597500', '112827.057500', '112827.517500', '112827.977500', '112828.437500', '112828.897500', '112829.357500', '112829.817500', '112830.277500', '112830.737500', '112831.197500', '112831.657500', '112832.117500', '112832.577500', '112833.037500', '112833.497500', '112833.957500', '112834.417500', '112834.877500', '112835.337500', '112835.797500', '112836.257500', '112836.717500', '112837.177500', '112837.637500', '112838.097500', '112838.557500', '112839.017500', '112839.477500', '112839.937500', '112840.397500', '112840.857500', '112841.317500', '112841.777500', '112842.237500', '112842.697500', '112843.157500', '112843.617500', '112844.077500', '112844.537500', '112844.997500', '112845.457500', '112845.917500', '112846.377500', '112846.837500', '112847.297500', '112847.757500', '112848.217500', '112848.677500', '112849.137500', '112849.597500', '112850.057500', '112850.517500', '112850.977500', '112851.437500', '112851.897500', '112852.357500', '112852.817500', '112853.277500', '112853.737500', '112854.197500', '112854.657500', '112855.117500', '112855.577500', '112856.037500', '112856.497500', '112856.957500', '112857.417500', '112857.877500', '112858.337500', '112858.797500', '112859.257500', '112859.717500', '112900.177500', '112900.637500', '112901.097500', '112901.557500', '112902.017500', '112902.477500', '112902.937500', '112903.397500', '112903.857500', '112904.317500', '112904.777500', '112905.237500', '112905.697500', '112906.157500', '112906.617500', '112907.077500', '112907.537500', '112907.997500', '112908.457500', '112908.917500', '112909.377500', '112909.837500', '112910.297500', '112910.757500'], 'ContentTime': ['112248.387000', '112248.390000', '112248.392000', '112248.395000', '112248.398000', '112248.401000', '112248.403000', '112248.406000', '112248.408000', '112248.411000', '112248.413000', '112248.421000', '112248.424000', '112248.427000', '112248.435000', '112248.438000', '112248.440000', '112248.443000', '112248.462000', '112248.465000', '112248.467000', '112248.470000', '112248.472000', '112248.475000', '112248.478000', '112248.480000', '112248.483000', '112248.485000', '112248.488000', '112248.491000', '112248.493000', '112248.496000', '112248.498000', '112248.501000', '112248.503000', '112248.506000', '112248.509000', '112248.511000', '112308.348000', '112308.351000', '112308.354000', '112308.356000', '112308.359000', '112308.362000', '112308.364000', '112308.367000', '112308.369000', '112308.372000', '112308.374000', '112308.377000', '112308.379000', '112308.382000', '112308.385000', '112308.387000', '112308.390000', '112308.393000', '112308.395000', '112308.398000', '112308.400000', '112308.403000', '112308.406000', '112308.408000', '112308.411000', '112308.413000', '112308.416000', '112308.418000', '112308.421000', '112308.423000', '112308.426000', '112308.429000', '112308.431000', '112308.434000', '112308.436000', '112308.439000', '112308.442000', '112308.444000', '112308.447000', '112308.449000', '112308.452000', '112308.454000', '112308.457000', '112308.460000', '112328.348000', '112328.351000', '112328.359000', '112328.361000', '112328.364000', '112328.367000', '112328.369000', '112328.372000', '112328.374000', '112328.377000', '112328.379000', '112328.382000', '112328.384000', '112328.387000', '112328.389000', '112328.392000', '112328.395000', '112328.397000', '112328.400000', '112328.402000', '112328.405000', '112328.407000', '112328.410000', '112328.413000', '112328.415000', '112328.418000', '112328.420000', '112328.423000', '112328.425000', '112328.428000', '112328.431000', '112328.433000', '112328.441000', '112328.444000', '112328.446000', '112328.449000', '112328.451000', '112328.454000', '112328.456000', '112328.459000', '112328.461000', '112328.464000', '112328.467000', '112348.347000', '112348.350000', '112348.353000', '112348.355000', '112348.358000', '112348.360000', '112348.363000', '112348.366000', '112348.368000', '112348.371000', '112348.373000', '112348.376000', '112348.378000', '112348.381000', '112348.383000', '112348.386000', '112348.389000', '112348.391000', '112348.394000', '112348.396000', '112348.399000', '112348.402000', '112348.404000', '112348.407000', '112348.409000', '112348.412000', '112348.414000', '112348.417000', '112348.420000', '112348.422000', '112348.425000', '112348.428000', '112348.430000', '112348.433000', '112348.435000', '112348.438000', '112348.440000', '112348.443000', '112348.445000', '112348.448000', '112348.451000', '112348.453000', '112348.456000', '112348.458000', '112408.347000', '112408.350000', '112408.353000', '112408.355000', '112408.358000', '112408.361000', '112408.363000', '112408.366000', '112408.368000', '112408.371000', '112408.373000', '112408.376000', '112408.378000', '112408.381000', '112408.383000', '112408.386000', '112408.389000', '112408.391000', '112408.394000', '112408.396000', '112408.399000', '112408.401000', '112408.404000', '112408.406000', '112408.409000', '112408.412000', '112408.414000', '112408.417000', '112408.419000', '112408.422000', '112408.425000', '112408.427000', '112408.430000', '112408.432000', '112408.435000', '112408.438000', '112408.440000', '112408.443000', '112408.445000', '112408.448000', '112408.450000', '112408.453000', '112408.468000', '112428.349000', '112428.351000', '112428.354000', '112428.356000', '112428.359000', '112428.362000', '112428.364000', '112428.367000', '112428.370000', '112428.373000', '112428.375000', '112428.378000', '112428.380000', '112428.383000', '112428.386000', '112428.388000', '112428.391000', '112428.393000', '112428.396000', '112428.399000', '112428.401000', '112428.404000', '112428.406000', '112428.409000', '112428.411000', '112428.414000', '112428.416000', '112428.419000', '112428.422000', '112428.424000', '112428.427000', '112428.430000', '112428.432000', '112428.435000', '112428.437000', '112428.440000', '112428.442000', '112428.445000', '112428.447000', '112428.450000', '112428.453000', '112428.455000', '112428.458000', '112428.460000', '112448.349000', '112448.351000', '112448.354000', '112448.356000', '112448.359000', '112448.362000', '112448.364000', '112448.367000', '112448.369000', '112448.372000', '112448.375000', '112448.377000', '112448.380000', '112448.393000', '112448.395000', '112448.398000', '112448.400000', '112448.403000', '112448.406000', '112448.408000', '112448.411000', '112448.413000', '112448.416000', '112448.418000', '112448.421000', '112448.424000', '112448.426000', '112448.429000', '112448.432000', '112448.434000', '112448.437000', '112448.439000', '112448.442000', '112448.444000', '112448.447000', '112448.450000', '112448.452000', '112448.455000', '112448.457000', '112448.460000', '112448.463000', '112448.465000', '112448.468000', '112508.348000', '112508.351000', '112508.354000', '112508.357000', '112508.359000', '112508.362000', '112508.364000', '112508.367000', '112508.370000', '112508.372000', '112508.375000', '112508.377000', '112508.380000', '112508.382000', '112508.385000', '112508.388000', '112508.390000', '112508.393000', '112508.395000', '112508.398000', '112508.401000', '112508.403000', '112508.406000', '112508.408000', '112508.411000', '112508.413000', '112508.416000', '112508.419000', '112508.421000', '112508.424000', '112508.426000', '112508.429000', '112508.431000', '112508.434000', '112508.437000', '112508.439000', '112508.442000', '112508.444000', '112508.447000', '112508.450000', '112508.452000', '112508.455000', '112508.457000', '112528.348000', '112528.351000', '112528.354000', '112528.357000', '112528.359000', '112528.362000', '112528.364000', '112528.367000', '112528.369000', '112528.372000', '112528.375000', '112528.377000', '112528.380000', '112528.392000', '112528.394000', '112528.397000', '112528.399000', '112528.402000', '112528.405000', '112528.407000', '112528.410000', '112528.412000', '112528.415000', '112528.417000', '112528.420000', '112528.423000', '112528.425000', '112528.428000', '112528.431000', '112528.433000', '112528.436000', '112528.438000', '112528.441000', '112528.444000', '112528.446000', '112528.449000', '112528.451000', '112528.454000', '112528.456000', '112528.459000', '112528.462000', '112528.464000', '112528.467000', '112528.469000', '112548.348000', '112548.351000', '112548.354000', '112548.356000', '112548.359000', '112548.362000', '112548.365000', '112548.368000', '112548.371000', '112548.373000', '112548.376000', '112548.379000', '112548.381000', '112548.384000', '112548.386000', '112548.389000', '112548.391000', '112548.394000', '112548.396000', '112548.399000', '112548.402000', '112548.404000', '112548.407000', '112548.410000', '112548.434000', '112548.437000', '112548.439000', '112548.442000', '112548.444000', '112548.447000', '112548.450000', '112548.452000', '112548.455000', '112548.457000', '112548.474000', '112548.477000', '112548.479000', '112548.482000', '112548.484000', '112548.487000', '112548.490000', '112548.492000', '112548.495000', '112608.348000', '112608.350000', '112608.353000', '112608.356000', '112608.358000', '112608.361000', '112608.363000', '112608.366000', '112608.368000', '112608.371000', '112608.374000', '112608.376000', '112608.379000', '112608.381000', '112608.391000', '112608.394000', '112608.397000', '112608.399000', '112608.402000', '112608.404000', '112608.407000', '112608.410000', '112608.412000', '112608.415000', '112608.417000', '112608.420000', '112608.422000', '112608.425000', '112608.428000', '112608.430000', '112608.433000', '112608.436000', '112608.438000', '112608.441000', '112608.443000', '112608.446000', '112608.448000', '112608.451000', '112608.454000', '112608.456000', '112608.459000', '112608.461000', '112608.464000', '112608.467000', '112628.347000', '112628.355000', '112628.358000', '112628.361000', '112628.363000', '112628.366000', '112628.369000', '112628.371000', '112628.374000', '112628.377000', '112628.379000', '112628.382000', '112628.384000', '112628.387000', '112628.390000', '112628.392000', '112628.395000', '112628.397000', '112628.400000', '112628.403000', '112628.405000', '112628.408000', '112628.410000', '112628.413000', '112628.415000', '112628.418000', '112628.424000', '112628.427000', '112628.429000', '112628.432000', '112628.434000', '112628.437000', '112628.440000', '112628.442000', '112628.445000', '112628.447000', '112628.450000', '112628.452000', '112628.455000', '112628.458000', '112628.460000', '112628.463000', '112628.465000', '112648.348000', '112648.351000', '112648.354000', '112648.357000', '112648.359000', '112648.362000', '112648.364000', '112648.367000', '112648.369000', '112648.372000', '112648.375000', '112648.377000', '112648.380000', '112648.382000', '112648.385000', '112648.388000', '112648.390000', '112648.393000', '112648.395000', '112648.398000', '112648.400000', '112648.403000', '112648.406000', '112648.408000', '112648.411000', '112648.413000', '112648.416000', '112648.418000', '112648.421000', '112648.424000', '112648.426000', '112648.429000', '112648.431000', '112648.434000', '112648.437000', '112648.439000', '112648.442000', '112648.444000', '112648.447000', '112648.449000', '112648.452000', '112648.455000', '112648.457000', '112648.460000', '112708.348000', '112708.351000', '112708.354000', '112708.357000', '112708.359000', '112708.362000', '112708.364000', '112708.367000', '112708.369000', '112708.372000', '112708.375000', '112708.377000', '112708.380000', '112708.382000', '112708.385000', '112708.387000', '112708.390000', '112708.393000', '112708.395000', '112708.398000', '112708.401000', '112708.403000', '112708.406000', '112708.408000', '112708.411000', '112708.414000', '112708.416000', '112708.419000', '112708.421000', '112708.424000', '112708.426000', '112708.429000', '112708.431000', '112708.434000', '112708.437000', '112708.439000', '112708.442000', '112708.444000', '112708.447000', '112708.450000', '112708.453000', '112708.456000', '112708.458000', '112728.349000', '112728.352000', '112728.354000', '112728.357000', '112728.359000', '112728.362000', '112728.380000', '112728.383000', '112728.386000', '112728.388000', '112728.391000', '112728.393000', '112728.396000', '112728.398000', '112728.401000', '112728.404000', '112728.406000', '112728.409000', '112728.411000', '112728.414000', '112728.417000', '112728.419000', '112728.422000', '112728.424000', '112728.427000', '112728.430000', '112728.432000', '112728.435000', '112728.437000', '112728.440000', '112728.442000', '112728.445000', '112728.447000', '112728.450000', '112728.453000', '112728.462000', '112728.465000', '112728.467000', '112728.470000', '112728.472000', '112728.475000', '112728.478000', '112728.480000', '112728.483000', '112748.349000', '112748.351000', '112748.354000', '112748.357000', '112748.359000', '112748.362000', '112748.364000', '112748.367000', '112748.370000', '112748.372000', '112748.375000', '112748.377000', '112748.380000', '112748.383000', '112748.386000', '112748.388000', '112748.391000', '112748.393000', '112748.396000', '112748.399000', '112748.401000', '112748.404000', '112748.406000', '112748.409000', '112748.411000', '112748.414000', '112748.417000', '112748.419000', '112748.422000', '112748.425000', '112748.427000', '112748.430000', '112748.433000', '112748.435000', '112748.438000', '112748.440000', '112748.443000', '112748.446000', '112748.449000', '112748.452000', '112748.454000', '112748.457000', '112748.459000', '112808.348000', '112808.350000', '112808.353000', '112808.356000', '112808.358000', '112808.361000', '112808.363000', '112808.366000', '112808.369000', '112808.371000', '112808.374000', '112808.376000', '112808.379000', '112808.381000', '112808.384000', '112808.387000', '112808.389000', '112808.392000', '112808.394000', '112808.397000', '112808.400000', '112808.402000', '112808.405000', '112808.408000', '112808.410000', '112808.413000', '112808.415000', '112808.418000', '112808.420000', '112808.423000', '112808.426000', '112808.428000', '112808.431000', '112808.433000', '112808.436000', '112808.438000', '112808.441000', '112808.444000', '112808.446000', '112808.449000', '112808.451000', '112808.454000', '112808.456000', '112808.459000', '112828.347000', '112828.350000', '112828.353000', '112828.355000', '112828.358000', '112828.361000', '112828.363000', '112828.366000', '112828.368000', '112828.371000', '112828.374000', '112828.376000', '112828.379000', '112828.381000', '112828.384000', '112828.386000', '112828.389000', '112828.392000', '112828.394000', '112828.397000', '112828.399000', '112828.402000', '112828.405000', '112828.407000', '112828.410000', '112828.412000', '112828.415000', '112828.418000', '112828.420000', '112828.423000', '112828.426000', '112828.429000', '112828.431000', '112828.434000', '112828.437000', '112828.439000', '112828.442000', '112828.444000', '112828.455000', '112828.457000', '112828.460000', '112828.462000', '112828.465000', '112848.348000', '112848.350000', '112848.353000', '112848.363000', '112848.366000', '112848.369000', '112848.371000', '112848.374000', '112848.376000', '112848.379000', '112848.381000', '112848.384000', '112848.386000', '112848.389000', '112848.392000', '112848.394000', '112848.398000', '112848.430000', '112848.433000', '112848.435000', '112848.438000', '112848.441000', '112848.443000', '112848.446000', '112848.448000', '112848.451000', '112848.453000', '112848.456000', '112848.459000', '112848.461000', '112848.464000', '112848.466000', '112848.469000', '112848.477000', '112848.480000', '112848.482000', '112848.485000', '112848.487000', '112848.490000', '112848.493000', '112848.495000', '112848.498000', '112848.500000', '112848.503000', '112908.348000', '112908.351000', '112908.354000', '112908.356000', '112908.359000', '112908.361000', '112908.364000', '112908.367000', '112908.369000', '112908.372000', '112908.374000', '112908.377000', '112908.379000', '112908.382000', '112908.385000', '112908.388000', '112908.390000', '112908.393000', '112908.395000', '112908.398000', '112908.400000', '112908.403000', '112908.406000', '112908.408000', '112908.411000', '112908.413000', '112908.416000', '112908.419000', '112908.421000', '112908.424000', '112908.426000', '112908.429000', '112908.431000', '112908.434000', '112908.437000', '112908.439000', '112908.442000', '112908.444000', '112908.447000', '112908.449000', '112908.452000', '112908.455000', '112908.457000', '112911.689000', '112911.692000', '112911.695000', '112911.698000', '112911.700000', '112911.703000', '112911.706000', '112911.708000'], 'InstanceCreationTime': ['112248.387000', '112248.390000', '112248.392000', '112248.395000', '112248.398000', '112248.401000', '112248.403000', '112248.406000', '112248.408000', '112248.411000', '112248.413000', '112248.421000', '112248.424000', '112248.427000', '112248.435000', '112248.438000', '112248.440000', '112248.443000', '112248.462000', '112248.465000', '112248.467000', '112248.470000', '112248.472000', '112248.475000', '112248.478000', '112248.480000', '112248.483000', '112248.485000', '112248.488000', '112248.491000', '112248.493000', '112248.496000', '112248.498000', '112248.501000', '112248.503000', '112248.506000', '112248.509000', '112248.511000', '112308.348000', '112308.351000', '112308.354000', '112308.356000', '112308.359000', '112308.362000', '112308.364000', '112308.367000', '112308.369000', '112308.372000', '112308.374000', '112308.377000', '112308.379000', '112308.382000', '112308.385000', '112308.387000', '112308.390000', '112308.393000', '112308.395000', '112308.398000', '112308.400000', '112308.403000', '112308.406000', '112308.408000', '112308.411000', '112308.413000', '112308.416000', '112308.418000', '112308.421000', '112308.423000', '112308.426000', '112308.429000', '112308.431000', '112308.434000', '112308.436000', '112308.439000', '112308.442000', '112308.444000', '112308.447000', '112308.449000', '112308.452000', '112308.454000', '112308.457000', '112308.460000', '112328.348000', '112328.351000', '112328.359000', '112328.361000', '112328.364000', '112328.367000', '112328.369000', '112328.372000', '112328.374000', '112328.377000', '112328.379000', '112328.382000', '112328.384000', '112328.387000', '112328.389000', '112328.392000', '112328.395000', '112328.397000', '112328.400000', '112328.402000', '112328.405000', '112328.407000', '112328.410000', '112328.413000', '112328.415000', '112328.418000', '112328.420000', '112328.423000', '112328.425000', '112328.428000', '112328.431000', '112328.433000', '112328.441000', '112328.444000', '112328.446000', '112328.449000', '112328.451000', '112328.454000', '112328.456000', '112328.459000', '112328.461000', '112328.464000', '112328.467000', '112348.347000', '112348.350000', '112348.353000', '112348.355000', '112348.358000', '112348.360000', '112348.363000', '112348.366000', '112348.368000', '112348.371000', '112348.373000', '112348.376000', '112348.378000', '112348.381000', '112348.383000', '112348.386000', '112348.389000', '112348.391000', '112348.394000', '112348.396000', '112348.399000', '112348.402000', '112348.404000', '112348.407000', '112348.409000', '112348.412000', '112348.414000', '112348.417000', '112348.420000', '112348.422000', '112348.425000', '112348.428000', '112348.430000', '112348.433000', '112348.435000', '112348.438000', '112348.440000', '112348.443000', '112348.445000', '112348.448000', '112348.451000', '112348.453000', '112348.456000', '112348.458000', '112408.347000', '112408.350000', '112408.353000', '112408.355000', '112408.358000', '112408.361000', '112408.363000', '112408.366000', '112408.368000', '112408.371000', '112408.373000', '112408.376000', '112408.378000', '112408.381000', '112408.383000', '112408.386000', '112408.389000', '112408.391000', '112408.394000', '112408.396000', '112408.399000', '112408.401000', '112408.404000', '112408.406000', '112408.409000', '112408.412000', '112408.414000', '112408.417000', '112408.419000', '112408.422000', '112408.425000', '112408.427000', '112408.430000', '112408.432000', '112408.435000', '112408.438000', '112408.440000', '112408.443000', '112408.445000', '112408.448000', '112408.450000', '112408.453000', '112408.468000', '112428.349000', '112428.351000', '112428.354000', '112428.356000', '112428.359000', '112428.362000', '112428.364000', '112428.367000', '112428.370000', '112428.373000', '112428.375000', '112428.378000', '112428.380000', '112428.383000', '112428.386000', '112428.388000', '112428.391000', '112428.393000', '112428.396000', '112428.399000', '112428.401000', '112428.404000', '112428.406000', '112428.409000', '112428.411000', '112428.414000', '112428.416000', '112428.419000', '112428.422000', '112428.424000', '112428.427000', '112428.430000', '112428.432000', '112428.435000', '112428.437000', '112428.440000', '112428.442000', '112428.445000', '112428.447000', '112428.450000', '112428.453000', '112428.455000', '112428.458000', '112428.460000', '112448.349000', '112448.351000', '112448.354000', '112448.356000', '112448.359000', '112448.362000', '112448.364000', '112448.367000', '112448.369000', '112448.372000', '112448.375000', '112448.377000', '112448.380000', '112448.393000', '112448.395000', '112448.398000', '112448.400000', '112448.403000', '112448.406000', '112448.408000', '112448.411000', '112448.413000', '112448.416000', '112448.418000', '112448.421000', '112448.424000', '112448.426000', '112448.429000', '112448.432000', '112448.434000', '112448.437000', '112448.439000', '112448.442000', '112448.444000', '112448.447000', '112448.450000', '112448.452000', '112448.455000', '112448.457000', '112448.460000', '112448.463000', '112448.465000', '112448.468000', '112508.348000', '112508.351000', '112508.354000', '112508.357000', '112508.359000', '112508.362000', '112508.364000', '112508.367000', '112508.370000', '112508.372000', '112508.375000', '112508.377000', '112508.380000', '112508.382000', '112508.385000', '112508.388000', '112508.390000', '112508.393000', '112508.395000', '112508.398000', '112508.401000', '112508.403000', '112508.406000', '112508.408000', '112508.411000', '112508.413000', '112508.416000', '112508.419000', '112508.421000', '112508.424000', '112508.426000', '112508.429000', '112508.431000', '112508.434000', '112508.437000', '112508.439000', '112508.442000', '112508.444000', '112508.447000', '112508.450000', '112508.452000', '112508.455000', '112508.457000', '112528.348000', '112528.351000', '112528.354000', '112528.357000', '112528.359000', '112528.362000', '112528.364000', '112528.367000', '112528.369000', '112528.372000', '112528.375000', '112528.377000', '112528.380000', '112528.392000', '112528.394000', '112528.397000', '112528.399000', '112528.402000', '112528.405000', '112528.407000', '112528.410000', '112528.412000', '112528.415000', '112528.417000', '112528.420000', '112528.423000', '112528.425000', '112528.428000', '112528.431000', '112528.433000', '112528.436000', '112528.438000', '112528.441000', '112528.444000', '112528.446000', '112528.449000', '112528.451000', '112528.454000', '112528.456000', '112528.459000', '112528.462000', '112528.464000', '112528.467000', '112528.469000', '112548.348000', '112548.351000', '112548.354000', '112548.356000', '112548.359000', '112548.362000', '112548.365000', '112548.368000', '112548.371000', '112548.373000', '112548.376000', '112548.379000', '112548.381000', '112548.384000', '112548.386000', '112548.389000', '112548.391000', '112548.394000', '112548.396000', '112548.399000', '112548.402000', '112548.404000', '112548.407000', '112548.410000', '112548.434000', '112548.437000', '112548.439000', '112548.442000', '112548.444000', '112548.447000', '112548.450000', '112548.452000', '112548.455000', '112548.457000', '112548.474000', '112548.477000', '112548.479000', '112548.482000', '112548.484000', '112548.487000', '112548.490000', '112548.492000', '112548.495000', '112608.348000', '112608.350000', '112608.353000', '112608.356000', '112608.358000', '112608.361000', '112608.363000', '112608.366000', '112608.368000', '112608.371000', '112608.374000', '112608.376000', '112608.379000', '112608.381000', '112608.391000', '112608.394000', '112608.397000', '112608.399000', '112608.402000', '112608.404000', '112608.407000', '112608.410000', '112608.412000', '112608.415000', '112608.417000', '112608.420000', '112608.422000', '112608.425000', '112608.428000', '112608.430000', '112608.433000', '112608.436000', '112608.438000', '112608.441000', '112608.443000', '112608.446000', '112608.448000', '112608.451000', '112608.454000', '112608.456000', '112608.459000', '112608.461000', '112608.464000', '112608.467000', '112628.347000', '112628.355000', '112628.358000', '112628.361000', '112628.363000', '112628.366000', '112628.369000', '112628.371000', '112628.374000', '112628.377000', '112628.379000', '112628.382000', '112628.384000', '112628.387000', '112628.390000', '112628.392000', '112628.395000', '112628.397000', '112628.400000', '112628.403000', '112628.405000', '112628.408000', '112628.410000', '112628.413000', '112628.415000', '112628.418000', '112628.424000', '112628.427000', '112628.429000', '112628.432000', '112628.434000', '112628.437000', '112628.440000', '112628.442000', '112628.445000', '112628.447000', '112628.450000', '112628.452000', '112628.455000', '112628.458000', '112628.460000', '112628.463000', '112628.465000', '112648.348000', '112648.351000', '112648.354000', '112648.357000', '112648.359000', '112648.362000', '112648.364000', '112648.367000', '112648.369000', '112648.372000', '112648.375000', '112648.377000', '112648.380000', '112648.382000', '112648.385000', '112648.388000', '112648.390000', '112648.393000', '112648.395000', '112648.398000', '112648.400000', '112648.403000', '112648.406000', '112648.408000', '112648.411000', '112648.413000', '112648.416000', '112648.418000', '112648.421000', '112648.424000', '112648.426000', '112648.429000', '112648.431000', '112648.434000', '112648.437000', '112648.439000', '112648.442000', '112648.444000', '112648.447000', '112648.449000', '112648.452000', '112648.455000', '112648.457000', '112648.460000', '112708.348000', '112708.351000', '112708.354000', '112708.357000', '112708.359000', '112708.362000', '112708.364000', '112708.367000', '112708.369000', '112708.372000', '112708.375000', '112708.377000', '112708.380000', '112708.382000', '112708.385000', '112708.387000', '112708.390000', '112708.393000', '112708.395000', '112708.398000', '112708.401000', '112708.403000', '112708.406000', '112708.408000', '112708.411000', '112708.414000', '112708.416000', '112708.419000', '112708.421000', '112708.424000', '112708.426000', '112708.429000', '112708.431000', '112708.434000', '112708.437000', '112708.439000', '112708.442000', '112708.444000', '112708.447000', '112708.450000', '112708.453000', '112708.456000', '112708.458000', '112728.349000', '112728.352000', '112728.354000', '112728.357000', '112728.359000', '112728.362000', '112728.380000', '112728.383000', '112728.386000', '112728.388000', '112728.391000', '112728.393000', '112728.396000', '112728.398000', '112728.401000', '112728.404000', '112728.406000', '112728.409000', '112728.411000', '112728.414000', '112728.417000', '112728.419000', '112728.422000', '112728.424000', '112728.427000', '112728.430000', '112728.432000', '112728.435000', '112728.437000', '112728.440000', '112728.442000', '112728.445000', '112728.447000', '112728.450000', '112728.453000', '112728.462000', '112728.465000', '112728.467000', '112728.470000', '112728.472000', '112728.475000', '112728.478000', '112728.480000', '112728.483000', '112748.349000', '112748.351000', '112748.354000', '112748.357000', '112748.359000', '112748.362000', '112748.364000', '112748.367000', '112748.370000', '112748.372000', '112748.375000', '112748.377000', '112748.380000', '112748.383000', '112748.386000', '112748.388000', '112748.391000', '112748.393000', '112748.396000', '112748.399000', '112748.401000', '112748.404000', '112748.406000', '112748.409000', '112748.411000', '112748.414000', '112748.417000', '112748.419000', '112748.422000', '112748.425000', '112748.427000', '112748.430000', '112748.433000', '112748.435000', '112748.438000', '112748.440000', '112748.443000', '112748.446000', '112748.449000', '112748.452000', '112748.454000', '112748.457000', '112748.459000', '112808.348000', '112808.350000', '112808.353000', '112808.356000', '112808.358000', '112808.361000', '112808.363000', '112808.366000', '112808.369000', '112808.371000', '112808.374000', '112808.376000', '112808.379000', '112808.381000', '112808.384000', '112808.387000', '112808.389000', '112808.392000', '112808.394000', '112808.397000', '112808.400000', '112808.402000', '112808.405000', '112808.408000', '112808.410000', '112808.413000', '112808.415000', '112808.418000', '112808.420000', '112808.423000', '112808.426000', '112808.428000', '112808.431000', '112808.433000', '112808.436000', '112808.438000', '112808.441000', '112808.444000', '112808.446000', '112808.449000', '112808.451000', '112808.454000', '112808.456000', '112808.459000', '112828.347000', '112828.350000', '112828.353000', '112828.355000', '112828.358000', '112828.361000', '112828.363000', '112828.366000', '112828.368000', '112828.371000', '112828.374000', '112828.376000', '112828.379000', '112828.381000', '112828.384000', '112828.386000', '112828.389000', '112828.392000', '112828.394000', '112828.397000', '112828.399000', '112828.402000', '112828.405000', '112828.407000', '112828.410000', '112828.412000', '112828.415000', '112828.418000', '112828.420000', '112828.423000', '112828.426000', '112828.429000', '112828.431000', '112828.434000', '112828.437000', '112828.439000', '112828.442000', '112828.444000', '112828.455000', '112828.457000', '112828.460000', '112828.462000', '112828.465000', '112848.348000', '112848.350000', '112848.353000', '112848.363000', '112848.366000', '112848.369000', '112848.371000', '112848.374000', '112848.376000', '112848.379000', '112848.381000', '112848.384000', '112848.386000', '112848.389000', '112848.392000', '112848.394000', '112848.398000', '112848.430000', '112848.433000', '112848.435000', '112848.438000', '112848.441000', '112848.443000', '112848.446000', '112848.448000', '112848.451000', '112848.453000', '112848.456000', '112848.459000', '112848.461000', '112848.464000', '112848.466000', '112848.469000', '112848.477000', '112848.480000', '112848.482000', '112848.485000', '112848.487000', '112848.490000', '112848.493000', '112848.495000', '112848.498000', '112848.500000', '112848.503000', '112908.348000', '112908.351000', '112908.354000', '112908.356000', '112908.359000', '112908.361000', '112908.364000', '112908.367000', '112908.369000', '112908.372000', '112908.374000', '112908.377000', '112908.379000', '112908.382000', '112908.385000', '112908.388000', '112908.390000', '112908.393000', '112908.395000', '112908.398000', '112908.400000', '112908.403000', '112908.406000', '112908.408000', '112908.411000', '112908.413000', '112908.416000', '112908.419000', '112908.421000', '112908.424000', '112908.426000', '112908.429000', '112908.431000', '112908.434000', '112908.437000', '112908.439000', '112908.442000', '112908.444000', '112908.447000', '112908.449000', '112908.452000', '112908.455000', '112908.457000', '112911.689000', '112911.692000', '112911.695000', '112911.698000', '112911.700000', '112911.703000', '112911.706000', '112911.708000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [10240, 14214, 10123, 15183, 11179, 15430, 9550, 11756, 8532, 12863, 17325, 13171, 16525, 9881, 13759, 8843, 10904, 8436, 11598, 10367, 13596, 7956, 11242, 8736, 11144, 10441, 11351, 9519, 12865, 15097, 10390, 11798, 11718, 10531, 13500, 10218, 8292, 11412, 13942, 10174, 11291, 14610, 9793, 13149, 10251, 12771, 10460, 12690, 9685, 12789, 10981, 13747, 15143, 10930, 15589, 17528, 11030, 15569, 10803, 12108, 9081, 10763, 11785, 10616, 8435, 13852, 15109, 9493, 12059, 16171, 10043, 11650, 16034, 9706, 14180, 9494, 11570, 8582, 10875, 14592, 9805, 12903, 10079, 9993, 10918, 14392, 13054, 11156, 8652, 11994, 8588, 12387, 15958, 14499, 10853, 17589, 10049, 11208, 8069, 10789, 13105, 9926, 13537, 9685, 8799, 11936, 15011, 9894, 12223, 8804, 11057, 16336, 10081, 15549, 10160, 11473, 8134, 11456, 16459, 10234, 11418, 14833, 10068, 13431, 7746, 10876, 12737, 9755, 8881, 12738, 11730, 10654, 8984, 12875, 11086, 15669, 15263, 10005, 10701, 10436, 9759, 11535, 9128, 12451, 10172, 7500, 15328, 13712, 14691, 16013, 13230, 19051, 16214, 17909, 15077, 10922, 17450, 13207, 10418, 12160, 15940, 11942, 8527, 13278, 8104, 13158, 10397, 13843, 11408, 13422, 11366, 9290, 12978, 9068, 13565, 8053, 13022, 10075, 13526, 8881, 12958, 9552, 13923, 7451, 12347, 13463, 10567, 13099, 9803, 10757, 10642, 14386, 7971, 13450, 8887, 12456, 9326, 14375, 15031, 10600, 14211, 13915, 11028, 14088, 10367, 11592, 17612, 9768, 14099, 8548, 11411, 12988, 10340, 7888, 12157, 14799, 8232, 13886, 12739, 10066, 14100, 9211, 13716, 8273, 12090, 13732, 11335, 13539, 8825, 13294, 16148, 10743, 14338, 10616, 11971, 12548, 11313, 14765, 8826, 13298, 16603, 11159, 13768, 10451, 13327, 10201, 14482, 16899, 10732, 11692, 11253, 8438, 12003, 14401, 11688, 12262, 13988, 9486, 12721, 7978, 11711, 7856, 13537, 13907, 11682, 12948, 8001, 12297, 13805, 8875, 12487, 13674, 9853, 12913, 9192, 12906, 9349, 13714, 14683, 9854, 13353, 9917, 10969, 10115, 14255, 11135, 11502, 11925, 10239, 8703, 12596, 14619, 12667, 12672, 13993, 11089, 8596, 12588, 16464, 10559, 9899, 11602, 14574, 12443, 11973, 9093, 14206, 17089, 11279, 14381, 9888, 12071, 16186, 10970, 14424, 9918, 14371, 9680, 11805, 10697, 14386, 8493, 13054, 11513, 11471, 13896, 10682, 14064, 10515, 14379, 9461, 13786, 8342, 13656, 9618, 13995, 7813, 13285, 8975, 12043, 10956, 11774, 8570, 14387, 14499, 10202, 13787, 16127, 10937, 14047, 10261, 14258, 7780, 13011, 8985, 13726, 13481, 10496, 13744, 8885, 13244, 7395, 12863, 7869, 12622, 8551, 12182, 14239, 9737, 13746, 14928, 10327, 13108, 10868, 10109, 13905, 8978, 13649, 12940, 9750, 13884, 8744, 11893, 8898, 10587, 14210, 8399, 13014, 12992, 10061, 13513, 9242, 11232, 9973, 13852, 9459, 12271, 9986, 10797, 8537, 13135, 14509, 11888, 12369, 13332, 12243, 12977, 13020, 11056, 14183, 8824, 13245, 16306, 10641, 16010, 10017, 14190, 8789, 13063, 9762, 14068, 10075, 12651, 9831, 14233, 16892, 11402, 13891, 14354, 10713, 15238, 9923, 13053, 14211, 10082, 13510, 9590, 12397, 8865, 13213, 8001, 13007, 8978, 13578, 8012, 12519, 8649, 13850, 14328, 11544, 12907, 11089, 10886, 16465, 10242, 13595, 8256, 12845, 12993, 10862, 17120, 10020, 13416, 8061, 11914, 14053, 10205, 13162, 9828, 11455, 10178, 13589, 8013, 12665, 12152, 10270, 10088, 11153, 14192, 8607, 13122, 15409, 10335, 13526, 9560, 13428, 8255, 12672, 8225, 12464, 10319, 13817, 8277, 12831, 8527, 12664, 12422, 11216, 8351, 13979, 18336, 11195, 13209, 8983, 12302, 9911, 14138, 9575, 12141, 10057, 13952, 13160, 11379, 9539, 11301, 7805, 12212, 14161, 9084, 13466, 14271, 10588, 7475, 13237, 13769, 9410, 13297, 15140, 10011, 13453, 8457, 11262, 13493, 8761, 12535, 8449, 11853, 8671, 12790, 8594, 13236, 14057, 9613, 12611, 9865, 9639, 11290, 13965, 11049, 12791, 11906, 11008, 9131, 14114, 15352, 12506, 13356, 16786, 11779, 13543, 11006, 12816, 7941, 11162, 11404, 10488, 7914, 13766, 9117, 10440, 13821, 9490, 13695, 9666, 10823, 10106, 13795, 17021, 10609, 13525, 17317, 11010, 13510, 10828, 10693, 13193, 7897, 11584, 12885, 9116, 11700, 8605, 11952, 8759, 12957, 10372, 9464, 13203, 9084, 11413, 8293, 10691, 13348, 8676, 12557, 14874, 10134, 15375, 9670, 13347, 8472, 11767, 9258, 12835, 14441, 11419, 7555, 13090, 14301, 12399, 12018, 15254, 13774, 12642, 8075, 10765, 11716, 10183, 8944, 11369, 13360, 10158, 9364, 10950, 13984, 14088, 10839, 13695, 9091, 11553, 8956, 10808, 7154, 13090, 13906, 9570, 12786, 7496, 11727, 10285, 10105, 13443, 9458, 14091, 9550, 9574, 11099, 14348, 12025, 11731, 14039, 15245, 10329, 13553, 11022, 10421, 13703, 9126, 13516, 8876, 10590, 11595, 9837, 14320, 8636, 13577, 7273, 13410, 7967, 12693, 9169, 14229, 14508, 9823, 13979, 14978, 10163, 13856, 10410, 10962, 13998, 9730, 13679, 8099, 10878, 13941, 10158, 13860, 8679, 11283, 9759, 13833, 11813, 10802, 11831, 9907, 14285, 11254, 10511, 13975, 9751, 13033, 7655, 13264, 13688, 9387, 13548, 14415, 9996, 13790, 9054, 13266, 9108, 10306, 14293, 7701, 10700, 13044, 9640, 13623, 7373, 12869, 13065, 9572, 13917, 8635, 11526, 10795, 10088, 14413, 7886, 11968, 13722, 9946, 12170, 7954, 13031, 14316, 9138, 13526, 13831, 9700, 14067, 8523, 11767, 11685, 9720, 14512, 11966, 10410, 14338, 10508, 11416, 7583, 10723, 14012, 8872, 11887, 8522, 10519, 7879, 10604, 10445, 9820, 14234, 9897, 13844, 9501, 13521, 7905, 12951, 7411, 12115, 12288, 11069, 7904, 13357, 14943, 11007, 11401, 13974, 10006, 10904, 13727, 8440, 10540, 13387, 9289, 13713, 7317, 10935, 8710, 9391, 8276, 9476, 9778, 8485, 13786, 8567, 9319, 11540, 14614, 10899, 11656, 14254, 13208, 10960, 14195, 10105, 10620, 15692, 8915, 13424, 8252, 10209, 13520, 9850, 12545, 8606, 10573, 9665, 7686, 10698, 8024, 11344, 8241, 11035, 10988, 10637, 13864, 16344, 10638, 13508, 9722, 10268, 7267, 10265, 8603, 10117, 13594, 7573, 10951, 12477, 8909, 13052, 7258, 11101, 13368, 8258, 12546, 8857, 10034, 9025, 9843, 8552, 9051, 13170, 8171, 9978, 10244, 13287, 9259], 'WindowCenter': [4367.0, 4373.0, 4337.0, 4366.0, 4334.0, 4354.0, 4299.0, 4320.0, 4287.0, 4331.0, 4347.0, 4317.0, 4337.0, 4295.0, 4327.0, 4283.0, 4301.0, 4269.0, 4302.0, 4295.0, 4327.0, 4276.0, 4319.0, 4286.0, 4319.0, 4305.0, 4317.0, 4308.0, 4346.0, 4349.0, 4320.0, 4333.0, 4314.0, 4305.0, 4323.0, 4308.0, 4286.0, 4331.0, 4353.0, 4306.0, 4321.0, 4335.0, 4307.0, 4328.0, 4318.0, 4337.0, 4334.0, 4344.0, 4324.0, 4351.0, 4345.0, 4359.0, 4350.0, 4332.0, 4352.0, 4345.0, 4303.0, 4335.0, 4307.0, 4317.0, 4293.0, 4318.0, 4312.0, 4307.0, 4284.0, 4352.0, 4341.0, 4297.0, 4316.0, 4335.0, 4294.0, 4307.0, 4331.0, 4281.0, 4321.0, 4293.0, 4312.0, 4281.0, 4315.0, 4336.0, 4306.0, 4339.0, 4323.0, 4319.0, 4334.0, 4355.0, 4339.0, 4320.0, 4299.0, 4331.0, 4311.0, 4344.0, 4354.0, 4327.0, 4306.0, 4337.0, 4294.0, 4302.0, 4272.0, 4306.0, 4323.0, 4295.0, 4325.0, 4295.0, 4294.0, 4330.0, 4338.0, 4305.0, 4317.0, 4284.0, 4318.0, 4343.0, 4308.0, 4337.0, 4305.0, 4316.0, 4272.0, 4316.0, 4336.0, 4294.0, 4304.0, 4320.0, 4308.0, 4323.0, 4261.0, 4291.0, 4311.0, 4294.0, 4305.0, 4321.0, 4297.0, 4349.0, 4295.0, 4315.0, 4256.0, 4347.0, 4243.0, 4363.0, 4344.0, 4333.0, 4323.0, 4315.0, 4267.0, 4331.0, 4054.0, 4309.0, 4359.0, 4339.0, 4298.0, 4345.0, 4302.0, 4333.0, 4299.0, 4294.0, 4278.0, 4262.0, 4293.0, 4284.0, 4259.0, 4270.0, 4288.0, 4255.0, 4237.0, 4278.0, 4227.0, 4276.0, 4260.0, 4287.0, 4284.0, 4293.0, 4285.0, 4263.0, 4305.0, 4279.0, 4305.0, 4269.0, 4305.0, 4288.0, 4323.0, 4279.0, 4319.0, 4302.0, 4336.0, 4267.0, 4313.0, 4306.0, 4287.0, 4304.0, 4286.0, 4297.0, 4300.0, 4335.0, 4280.0, 4320.0, 4289.0, 4322.0, 4305.0, 4347.0, 4337.0, 4313.0, 4332.0, 4318.0, 4298.0, 4323.0, 4287.0, 4299.0, 4325.0, 4286.0, 4320.0, 4264.0, 4297.0, 4317.0, 4298.0, 4278.0, 4338.0, 4343.0, 4280.0, 4332.0, 4319.0, 4299.0, 4329.0, 4290.0, 4333.0, 4278.0, 4320.0, 4319.0, 4298.0, 4323.0, 4277.0, 4325.0, 4327.0, 4296.0, 4322.0, 4284.0, 4297.0, 4305.0, 4298.0, 4321.0, 4263.0, 4306.0, 4329.0, 4295.0, 4305.0, 4300.0, 4316.0, 4297.0, 4330.0, 4325.0, 4295.0, 4305.0, 4310.0, 4277.0, 4321.0, 4334.0, 4305.0, 4307.0, 4319.0, 4274.0, 4305.0, 4252.0, 4294.0, 4265.0, 4323.0, 4316.0, 4294.0, 4297.0, 4252.0, 4306.0, 4308.0, 4274.0, 4307.0, 4295.0, 4271.0, 4289.0, 4273.0, 4303.0, 4287.0, 4332.0, 4315.0, 4285.0, 4305.0, 4291.0, 4295.0, 4299.0, 4334.0, 4295.0, 4298.0, 4307.0, 4299.0, 4279.0, 4322.0, 4336.0, 4305.0, 4311.0, 4315.0, 4296.0, 4274.0, 4307.0, 4326.0, 4284.0, 4285.0, 4310.0, 4332.0, 4306.0, 4296.0, 4278.0, 4336.0, 4338.0, 4296.0, 4320.0, 4276.0, 4299.0, 4311.0, 4282.0, 4311.0, 4284.0, 4314.0, 4285.0, 4308.0, 4298.0, 4322.0, 4263.0, 4305.0, 4293.0, 4299.0, 4314.0, 4298.0, 4315.0, 4298.0, 4315.0, 4287.0, 4320.0, 4276.0, 4315.0, 4290.0, 4323.0, 4267.0, 4320.0, 4287.0, 4319.0, 4297.0, 4308.0, 4278.0, 4343.0, 4319.0, 4286.0, 4322.0, 4317.0, 4288.0, 4304.0, 4284.0, 4318.0, 4263.0, 4314.0, 4289.0, 4335.0, 4304.0, 4287.0, 4306.0, 4275.0, 4306.0, 4255.0, 4318.0, 4266.0, 4319.0, 4276.0, 4323.0, 4319.0, 4288.0, 4320.0, 4317.0, 4285.0, 4309.0, 4282.0, 4285.0, 4302.0, 4262.0, 4320.0, 4301.0, 4272.0, 4308.0, 4263.0, 4310.0, 4274.0, 4295.0, 4316.0, 4264.0, 4319.0, 4304.0, 4286.0, 4317.0, 4287.0, 4308.0, 4313.0, 4337.0, 4288.0, 4321.0, 4299.0, 4311.0, 4290.0, 4336.0, 4338.0, 4309.0, 4311.0, 4308.0, 4310.0, 4313.0, 4306.0, 4298.0, 4310.0, 4263.0, 4306.0, 4324.0, 4285.0, 4314.0, 4285.0, 4320.0, 4277.0, 4316.0, 4299.0, 4330.0, 4299.0, 4320.0, 4301.0, 4338.0, 4339.0, 4298.0, 4313.0, 4316.0, 4286.0, 4318.0, 4271.0, 4308.0, 4305.0, 4270.0, 4289.0, 4272.0, 4295.0, 4274.0, 4304.0, 4267.0, 4315.0, 4289.0, 4323.0, 4266.0, 4308.0, 4278.0, 4336.0, 4318.0, 4297.0, 4311.0, 4284.0, 4286.0, 4314.0, 4284.0, 4308.0, 4262.0, 4304.0, 4303.0, 4284.0, 4322.0, 4273.0, 4308.0, 4253.0, 4295.0, 4307.0, 4283.0, 4303.0, 4285.0, 4296.0, 4300.0, 4319.0, 4267.0, 4319.0, 4306.0, 4299.0, 4299.0, 4313.0, 4335.0, 4277.0, 4319.0, 4317.0, 4288.0, 4306.0, 4287.0, 4318.0, 4277.0, 4308.0, 4278.0, 4307.0, 4303.0, 4326.0, 4278.0, 4320.0, 4277.0, 4320.0, 4308.0, 4298.0, 4279.0, 4336.0, 4327.0, 4296.0, 4306.0, 4265.0, 4305.0, 4288.0, 4318.0, 4288.0, 4308.0, 4301.0, 4331.0, 4307.0, 4300.0, 4277.0, 4297.0, 4265.0, 4320.0, 4322.0, 4276.0, 4310.0, 4304.0, 4285.0, 4255.0, 4318.0, 4309.0, 4275.0, 4322.0, 4316.0, 4274.0, 4308.0, 4264.0, 4298.0, 4304.0, 4262.0, 4296.0, 4263.0, 4294.0, 4278.0, 4319.0, 4291.0, 4334.0, 4319.0, 4289.0, 4308.0, 4300.0, 4291.0, 4324.0, 4336.0, 4298.0, 4308.0, 4296.0, 4297.0, 4289.0, 4332.0, 4319.0, 4296.0, 4312.0, 4318.0, 4293.0, 4295.0, 4284.0, 4296.0, 4238.0, 4281.0, 4280.0, 4283.0, 4264.0, 4319.0, 4276.0, 4299.0, 4319.0, 4290.0, 4319.0, 4289.0, 4309.0, 4314.0, 4339.0, 4328.0, 4286.0, 4311.0, 4312.0, 4275.0, 4297.0, 4268.0, 4273.0, 4293.0, 4253.0, 4285.0, 4278.0, 4248.0, 4281.0, 4262.0, 4293.0, 4277.0, 4319.0, 4285.0, 4286.0, 4309.0, 4264.0, 4296.0, 4264.0, 4299.0, 4321.0, 4265.0, 4307.0, 4315.0, 4287.0, 4315.0, 4274.0, 4310.0, 4264.0, 4294.0, 4277.0, 4312.0, 4316.0, 4299.0, 4267.0, 4319.0, 4321.0, 4294.0, 4299.0, 4302.0, 4296.0, 4295.0, 4238.0, 4273.0, 4277.0, 4274.0, 4262.0, 4296.0, 4305.0, 4284.0, 4278.0, 4299.0, 4323.0, 4303.0, 4286.0, 4307.0, 4265.0, 4287.0, 4261.0, 4287.0, 4257.0, 4323.0, 4320.0, 4278.0, 4309.0, 4254.0, 4307.0, 4285.0, 4286.0, 4320.0, 4288.0, 4318.0, 4288.0, 4289.0, 4312.0, 4334.0, 4306.0, 4308.0, 4321.0, 4315.0, 4277.0, 4309.0, 4281.0, 4276.0, 4290.0, 4263.0, 4302.0, 4259.0, 4275.0, 4280.0, 4273.0, 4307.0, 4263.0, 4302.0, 4253.0, 4320.0, 4266.0, 4305.0, 4289.0, 4334.0, 4321.0, 4276.0, 4320.0, 4303.0, 4275.0, 4297.0, 4271.0, 4287.0, 4290.0, 4272.0, 4305.0, 4250.0, 4285.0, 4304.0, 4275.0, 4301.0, 4262.0, 4293.0, 4287.0, 4321.0, 4294.0, 4289.0, 4296.0, 4289.0, 4321.0, 4283.0, 4287.0, 4303.0, 4274.0, 4306.0, 4252.0, 4311.0, 4305.0, 4277.0, 4307.0, 4302.0, 4276.0, 4302.0, 4267.0, 4307.0, 4261.0, 4276.0, 4306.0, 4240.0, 4283.0, 4292.0, 4276.0, 4303.0, 4257.0, 4309.0, 4304.0, 4275.0, 4315.0, 4263.0, 4301.0, 4284.0, 4286.0, 4319.0, 4264.0, 4312.0, 4308.0, 4277.0, 4293.0, 4266.0, 4323.0, 4316.0, 4273.0, 4308.0, 4305.0, 4277.0, 4304.0, 4263.0, 4297.0, 4297.0, 4274.0, 4317.0, 4282.0, 4287.0, 4303.0, 4275.0, 4286.0, 4240.0, 4284.0, 4304.0, 4261.0, 4284.0, 4263.0, 4285.0, 4251.0, 4288.0, 4282.0, 4288.0, 4305.0, 4290.0, 4310.0, 4276.0, 4309.0, 4255.0, 4307.0, 4254.0, 4299.0, 4293.0, 4288.0, 4253.0, 4310.0, 4309.0, 4270.0, 4282.0, 4293.0, 4249.0, 4261.0, 4279.0, 4238.0, 4271.0, 4272.0, 4247.0, 4287.0, 4224.0, 4269.0, 4246.0, 4265.0, 4261.0, 4286.0, 4297.0, 4290.0, 4329.0, 4290.0, 4302.0, 4326.0, 4348.0, 4299.0, 4309.0, 4323.0, 4294.0, 4285.0, 4297.0, 4262.0, 4274.0, 4305.0, 4247.0, 4292.0, 4247.0, 4274.0, 4294.0, 4272.0, 4288.0, 4262.0, 4285.0, 4274.0, 4265.0, 4299.0, 4265.0, 4302.0, 4265.0, 4301.0, 4296.0, 4287.0, 4322.0, 4302.0, 4276.0, 4295.0, 4262.0, 4262.0, 4227.0, 4272.0, 4251.0, 4270.0, 4291.0, 4238.0, 4286.0, 4279.0, 4263.0, 4306.0, 4256.0, 4298.0, 4290.0, 4253.0, 4294.0, 4261.0, 4275.0, 4263.0, 4288.0, 4274.0, 4282.0, 4305.0, 4278.0, 4299.0, 4311.0, 4335.0, 4277.0], 'WindowWidth': [9643.0, 9642.0, 9582.0, 9621.0, 9575.0, 9604.0, 9514.0, 9543.0, 9495.0, 9560.0, 9583.0, 9534.0, 9563.0, 9503.0, 9551.0, 9484.0, 9507.0, 9462.0, 9508.0, 9504.0, 9550.0, 9479.0, 9541.0, 9493.0, 9544.0, 9522.0, 9540.0, 9531.0, 9589.0, 9591.0, 9550.0, 9568.0, 9528.0, 9520.0, 9544.0, 9525.0, 9496.0, 9565.0, 9599.0, 9525.0, 9549.0, 9564.0, 9527.0, 9555.0, 9545.0, 9572.0, 9575.0, 9586.0, 9560.0, 9596.0, 9592.0, 9622.0, 9591.0, 9571.0, 9603.0, 9576.0, 9514.0, 9561.0, 9523.0, 9540.0, 9502.0, 9540.0, 9526.0, 9522.0, 9493.0, 9597.0, 9580.0, 9511.0, 9538.0, 9561.0, 9502.0, 9523.0, 9548.0, 9481.0, 9537.0, 9500.0, 9525.0, 9485.0, 9537.0, 9563.0, 9526.0, 9572.0, 9555.0, 9550.0, 9574.0, 9607.0, 9572.0, 9547.0, 9516.0, 9563.0, 9542.0, 9587.0, 9610.0, 9551.0, 9522.0, 9569.0, 9501.0, 9510.0, 9471.0, 9522.0, 9543.0, 9506.0, 9545.0, 9507.0, 9507.0, 9563.0, 9572.0, 9521.0, 9539.0, 9490.0, 9539.0, 9574.0, 9526.0, 9569.0, 9518.0, 9535.0, 9474.0, 9536.0, 9569.0, 9500.0, 9515.0, 9533.0, 9528.0, 9543.0, 9453.0, 9492.0, 9518.0, 9503.0, 9528.0, 9541.0, 9500.0, 9608.0, 9511.0, 9534.0, 9422.0, 9588.0, 9384.0, 9638.0, 9597.0, 9573.0, 9557.0, 9534.0, 9454.0, 9566.0, 9046.0, 9558.0, 9616.0, 9580.0, 9496.0, 9584.0, 9514.0, 9554.0, 9503.0, 9485.0, 9457.0, 9438.0, 9487.0, 9473.0, 9431.0, 9448.0, 9470.0, 9419.0, 9398.0, 9458.0, 9387.0, 9451.0, 9438.0, 9475.0, 9477.0, 9486.0, 9476.0, 9446.0, 9506.0, 9479.0, 9511.0, 9464.0, 9511.0, 9493.0, 9544.0, 9480.0, 9538.0, 9520.0, 9567.0, 9465.0, 9528.0, 9514.0, 9488.0, 9507.0, 9486.0, 9502.0, 9513.0, 9564.0, 9487.0, 9540.0, 9497.0, 9545.0, 9528.0, 9589.0, 9570.0, 9534.0, 9561.0, 9532.0, 9507.0, 9546.0, 9487.0, 9507.0, 9543.0, 9489.0, 9535.0, 9454.0, 9504.0, 9530.0, 9508.0, 9485.0, 9575.0, 9577.0, 9489.0, 9560.0, 9539.0, 9512.0, 9552.0, 9504.0, 9564.0, 9482.0, 9542.0, 9540.0, 9510.0, 9544.0, 9480.0, 9552.0, 9548.0, 9504.0, 9545.0, 9485.0, 9505.0, 9510.0, 9506.0, 9541.0, 9454.0, 9513.0, 9549.0, 9499.0, 9512.0, 9509.0, 9532.0, 9509.0, 9555.0, 9541.0, 9498.0, 9513.0, 9528.0, 9480.0, 9542.0, 9565.0, 9513.0, 9517.0, 9536.0, 9468.0, 9511.0, 9436.0, 9496.0, 9463.0, 9545.0, 9533.0, 9495.0, 9501.0, 9437.0, 9515.0, 9518.0, 9472.0, 9516.0, 9494.0, 9459.0, 9480.0, 9467.0, 9510.0, 9495.0, 9561.0, 9527.0, 9487.0, 9513.0, 9499.0, 9503.0, 9514.0, 9565.0, 9498.0, 9506.0, 9519.0, 9510.0, 9483.0, 9547.0, 9572.0, 9513.0, 9525.0, 9527.0, 9502.0, 9471.0, 9519.0, 9549.0, 9486.0, 9489.0, 9528.0, 9562.0, 9515.0, 9500.0, 9481.0, 9569.0, 9563.0, 9502.0, 9537.0, 9468.0, 9505.0, 9513.0, 9477.0, 9517.0, 9481.0, 9525.0, 9486.0, 9519.0, 9508.0, 9543.0, 9453.0, 9511.0, 9491.0, 9507.0, 9527.0, 9508.0, 9529.0, 9507.0, 9528.0, 9492.0, 9537.0, 9477.0, 9529.0, 9501.0, 9548.0, 9466.0, 9540.0, 9493.0, 9539.0, 9507.0, 9524.0, 9483.0, 9579.0, 9543.0, 9491.0, 9544.0, 9531.0, 9488.0, 9508.0, 9482.0, 9531.0, 9458.0, 9525.0, 9499.0, 9565.0, 9515.0, 9489.0, 9514.0, 9471.0, 9514.0, 9448.0, 9534.0, 9466.0, 9538.0, 9480.0, 9551.0, 9541.0, 9494.0, 9542.0, 9536.0, 9484.0, 9519.0, 9475.0, 9484.0, 9504.0, 9452.0, 9535.0, 9503.0, 9467.0, 9517.0, 9454.0, 9522.0, 9471.0, 9502.0, 9530.0, 9461.0, 9539.0, 9512.0, 9491.0, 9535.0, 9495.0, 9527.0, 9540.0, 9576.0, 9496.0, 9545.0, 9512.0, 9532.0, 9505.0, 9572.0, 9580.0, 9523.0, 9529.0, 9524.0, 9526.0, 9533.0, 9515.0, 9506.0, 9525.0, 9454.0, 9516.0, 9538.0, 9486.0, 9527.0, 9487.0, 9538.0, 9479.0, 9531.0, 9513.0, 9558.0, 9513.0, 9543.0, 9520.0, 9576.0, 9566.0, 9507.0, 9535.0, 9526.0, 9486.0, 9531.0, 9461.0, 9515.0, 9508.0, 9459.0, 9484.0, 9464.0, 9495.0, 9469.0, 9511.0, 9465.0, 9527.0, 9498.0, 9549.0, 9466.0, 9523.0, 9484.0, 9569.0, 9538.0, 9503.0, 9525.0, 9480.0, 9486.0, 9526.0, 9483.0, 9516.0, 9451.0, 9510.0, 9504.0, 9482.0, 9533.0, 9467.0, 9516.0, 9441.0, 9499.0, 9514.0, 9480.0, 9510.0, 9486.0, 9504.0, 9514.0, 9541.0, 9467.0, 9539.0, 9517.0, 9510.0, 9510.0, 9535.0, 9567.0, 9479.0, 9537.0, 9532.0, 9493.0, 9518.0, 9491.0, 9535.0, 9481.0, 9521.0, 9481.0, 9520.0, 9523.0, 9555.0, 9481.0, 9539.0, 9479.0, 9541.0, 9521.0, 9508.0, 9484.0, 9568.0, 9552.0, 9502.0, 9515.0, 9457.0, 9515.0, 9496.0, 9534.0, 9492.0, 9522.0, 9516.0, 9559.0, 9515.0, 9508.0, 9476.0, 9505.0, 9461.0, 9540.0, 9543.0, 9476.0, 9522.0, 9508.0, 9484.0, 9445.0, 9536.0, 9524.0, 9471.0, 9542.0, 9528.0, 9468.0, 9516.0, 9458.0, 9508.0, 9509.0, 9450.0, 9498.0, 9454.0, 9498.0, 9481.0, 9538.0, 9506.0, 9567.0, 9538.0, 9497.0, 9522.0, 9516.0, 9502.0, 9553.0, 9571.0, 9507.0, 9520.0, 9499.0, 9503.0, 9495.0, 9560.0, 9543.0, 9498.0, 9528.0, 9533.0, 9492.0, 9494.0, 9480.0, 9495.0, 9411.0, 9472.0, 9471.0, 9478.0, 9459.0, 9540.0, 9474.0, 9511.0, 9537.0, 9500.0, 9538.0, 9497.0, 9527.0, 9540.0, 9578.0, 9549.0, 9488.0, 9526.0, 9517.0, 9466.0, 9501.0, 9449.0, 9460.0, 9488.0, 9436.0, 9480.0, 9465.0, 9425.0, 9472.0, 9450.0, 9495.0, 9479.0, 9540.0, 9485.0, 9489.0, 9521.0, 9456.0, 9502.0, 9457.0, 9510.0, 9540.0, 9458.0, 9518.0, 9524.0, 9491.0, 9527.0, 9472.0, 9525.0, 9458.0, 9496.0, 9477.0, 9530.0, 9526.0, 9506.0, 9466.0, 9538.0, 9543.0, 9495.0, 9503.0, 9506.0, 9493.0, 9493.0, 9408.0, 9461.0, 9464.0, 9462.0, 9450.0, 9502.0, 9513.0, 9481.0, 9478.0, 9512.0, 9545.0, 9505.0, 9483.0, 9512.0, 9452.0, 9484.0, 9443.0, 9485.0, 9452.0, 9544.0, 9537.0, 9475.0, 9517.0, 9441.0, 9518.0, 9483.0, 9489.0, 9537.0, 9495.0, 9535.0, 9496.0, 9498.0, 9533.0, 9566.0, 9515.0, 9520.0, 9541.0, 9524.0, 9473.0, 9521.0, 9472.0, 9467.0, 9484.0, 9447.0, 9501.0, 9440.0, 9466.0, 9470.0, 9464.0, 9513.0, 9454.0, 9506.0, 9442.0, 9536.0, 9461.0, 9515.0, 9499.0, 9564.0, 9540.0, 9473.0, 9535.0, 9506.0, 9467.0, 9499.0, 9458.0, 9483.0, 9486.0, 9461.0, 9507.0, 9427.0, 9478.0, 9506.0, 9466.0, 9499.0, 9451.0, 9494.0, 9492.0, 9541.0, 9494.0, 9490.0, 9498.0, 9495.0, 9539.0, 9476.0, 9489.0, 9508.0, 9469.0, 9511.0, 9439.0, 9524.0, 9513.0, 9478.0, 9515.0, 9503.0, 9469.0, 9502.0, 9462.0, 9516.0, 9448.0, 9471.0, 9513.0, 9416.0, 9478.0, 9489.0, 9472.0, 9507.0, 9448.0, 9520.0, 9509.0, 9472.0, 9527.0, 9455.0, 9511.0, 9483.0, 9487.0, 9535.0, 9458.0, 9527.0, 9518.0, 9473.0, 9491.0, 9463.0, 9545.0, 9530.0, 9465.0, 9517.0, 9508.0, 9474.0, 9508.0, 9452.0, 9501.0, 9499.0, 9470.0, 9531.0, 9475.0, 9486.0, 9508.0, 9468.0, 9483.0, 9416.0, 9483.0, 9506.0, 9445.0, 9479.0, 9452.0, 9483.0, 9436.0, 9490.0, 9481.0, 9491.0, 9511.0, 9497.0, 9521.0, 9475.0, 9518.0, 9443.0, 9516.0, 9442.0, 9506.0, 9493.0, 9487.0, 9438.0, 9524.0, 9527.0, 9458.0, 9472.0, 9489.0, 9420.0, 9440.0, 9463.0, 9402.0, 9456.0, 9449.0, 9416.0, 9471.0, 9385.0, 9453.0, 9420.0, 9454.0, 9447.0, 9490.0, 9509.0, 9503.0, 9555.0, 9504.0, 9521.0, 9559.0, 9591.0, 9511.0, 9523.0, 9547.0, 9494.0, 9481.0, 9503.0, 9444.0, 9463.0, 9507.0, 9423.0, 9487.0, 9421.0, 9463.0, 9493.0, 9460.0, 9480.0, 9452.0, 9480.0, 9470.0, 9464.0, 9509.0, 9460.0, 9516.0, 9461.0, 9513.0, 9501.0, 9491.0, 9547.0, 9503.0, 9468.0, 9496.0, 9445.0, 9443.0, 9393.0, 9457.0, 9430.0, 9458.0, 9486.0, 9411.0, 9484.0, 9468.0, 9449.0, 9511.0, 9446.0, 9506.0, 9486.0, 9438.0, 9491.0, 9444.0, 9467.0, 9452.0, 9489.0, 9471.0, 9490.0, 9516.0, 9483.0, 9514.0, 9533.0, 9569.0, 9480.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.02869664367816092</td></tr>
<tr><td colspan=3>aqi</td><td>0.07800585896551725</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.41066889878018</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.447103190425777</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3080417868354424</td></tr>
<tr><td colspan=3>efc</td><td>0.5102</td></tr>
<tr><td colspan=3>fber</td><td>4554.9839</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14035682167898153</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.931034482758621</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.560374718642312</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4171661241884506</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7034802991803706</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.560477732558114</td></tr>
<tr><td colspan=3>gcor</td><td>0.013384</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020504631102085114</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04932967573404312</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.788711954443028</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.0998</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0612</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.9517</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293483.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1025.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.8521</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8695</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>439.6683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3510.1349</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3635.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>759.0722</td></tr>
<tr><td colspan=3>tsnr</td><td>25.998213663697243</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>