<?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-0034_ses-03_task-social_acq-mb8_run-03_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-0034_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-03_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-0034/ses-03/func/sub-0034_ses-03_task-social_acq-mb8_run-03_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>60af021e6e7588f2c04c92215190f295</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:26:13.087500</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_VE11C_LATEST_20160120</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.996126, 0.0875468, 0.00822924, -0.0876753, 0.981696, 0.169073]</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.252</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-03_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.101686</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7813, -7176, 518, -44, -231, 122, -1]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>265.328</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fcaf1ce8-3ad1-4fa8-a6b4-0e2d75c849c6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672534465789795, -0.23522651195526123, -0.018152572214603424, 123.28961181640625], [-0.2348816990852356, 2.633819103240967, 0.45667657256126404, -76.55280303955078], [0.022078460082411766, -0.4536101818084717, 2.661036729812622, -27.590028762817383], [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': ['112613.087500', '112613.547500', '112614.007500', '112614.467500', '112614.927500', '112615.387500', '112615.847500', '112616.307500', '112616.767500', '112617.227500', '112617.687500', '112618.147500', '112618.607500', '112619.067500', '112619.527500', '112619.987500', '112620.447500', '112620.907500', '112621.367500', '112621.827500', '112622.287500', '112622.747500', '112623.207500', '112623.667500', '112624.127500', '112624.587500', '112625.047500', '112625.507500', '112625.967500', '112626.427500', '112626.887500', '112627.347500', '112627.807500', '112628.267500', '112628.727500', '112629.187500', '112629.647500', '112630.107500', '112630.567500', '112631.027500', '112631.487500', '112631.947500', '112632.407500', '112632.867500', '112633.327500', '112633.787500', '112634.247500', '112634.707500', '112635.167500', '112635.627500', '112636.087500', '112636.547500', '112637.007500', '112637.467500', '112637.927500', '112638.387500', '112638.847500', '112639.307500', '112639.767500', '112640.227500', '112640.687500', '112641.147500', '112641.607500', '112642.067500', '112642.527500', '112642.987500', '112643.447500', '112643.907500', '112644.367500', '112644.827500', '112645.287500', '112645.747500', '112646.207500', '112646.667500', '112647.127500', '112647.587500', '112648.047500', '112648.507500', '112648.967500', '112649.427500', '112649.887500', '112650.347500', '112650.807500', '112651.267500', '112651.727500', '112652.187500', '112652.647500', '112653.107500', '112653.567500', '112654.027500', '112654.487500', '112654.947500', '112655.407500', '112655.867500', '112656.327500', '112656.787500', '112657.247500', '112657.707500', '112658.167500', '112658.627500', '112659.087500', '112659.547500', '112700.007500', '112700.467500', '112700.927500', '112701.387500', '112701.847500', '112702.307500', '112702.767500', '112703.227500', '112703.687500', '112704.147500', '112704.607500', '112705.067500', '112705.527500', '112705.987500', '112706.447500', '112706.907500', '112707.367500', '112707.827500', '112708.287500', '112708.747500', '112709.207500', '112709.667500', '112710.127500', '112710.587500', '112711.047500', '112711.507500', '112711.967500', '112712.427500', '112712.887500', '112713.347500', '112713.807500', '112714.267500', '112714.727500', '112715.187500', '112715.647500', '112716.107500', '112716.567500', '112717.027500', '112717.487500', '112717.947500', '112718.407500', '112718.867500', '112719.327500', '112719.787500', '112720.247500', '112720.707500', '112721.167500', '112721.627500', '112722.087500', '112722.547500', '112723.007500', '112723.467500', '112723.927500', '112724.387500', '112724.847500', '112725.307500', '112725.767500', '112726.227500', '112726.687500', '112727.147500', '112727.607500', '112728.067500', '112728.527500', '112728.987500', '112729.447500', '112729.907500', '112730.367500', '112730.827500', '112731.287500', '112731.747500', '112732.207500', '112732.667500', '112733.127500', '112733.587500', '112734.047500', '112734.507500', '112734.967500', '112735.427500', '112735.887500', '112736.347500', '112736.807500', '112737.267500', '112737.727500', '112738.187500', '112738.647500', '112739.107500', '112739.567500', '112740.027500', '112740.487500', '112740.947500', '112741.407500', '112741.867500', '112742.327500', '112742.787500', '112743.247500', '112743.707500', '112744.167500', '112744.627500', '112745.087500', '112745.547500', '112746.007500', '112746.467500', '112746.927500', '112747.387500', '112747.847500', '112748.307500', '112748.767500', '112749.227500', '112749.687500', '112750.147500', '112750.607500', '112751.067500', '112751.527500', '112751.987500', '112752.447500', '112752.907500', '112753.367500', '112753.827500', '112754.287500', '112754.747500', '112755.207500', '112755.667500', '112756.127500', '112756.587500', '112757.047500', '112757.507500', '112757.967500', '112758.427500', '112758.887500', '112759.347500', '112759.807500', '112800.267500', '112800.727500', '112801.187500', '112801.647500', '112802.107500', '112802.567500', '112803.027500', '112803.487500', '112803.947500', '112804.407500', '112804.867500', '112805.327500', '112805.787500', '112806.247500', '112806.707500', '112807.167500', '112807.627500', '112808.087500', '112808.547500', '112809.007500', '112809.467500', '112809.927500', '112810.387500', '112810.847500', '112811.307500', '112811.767500', '112812.227500', '112812.687500', '112813.147500', '112813.607500', '112814.067500', '112814.527500', '112814.987500', '112815.447500', '112815.907500', '112816.367500', '112816.827500', '112817.287500', '112817.747500', '112818.207500', '112818.667500', '112819.127500', '112819.587500', '112820.047500', '112820.507500', '112820.967500', '112821.427500', '112821.887500', '112822.347500', '112822.807500', '112823.267500', '112823.727500', '112824.187500', '112824.647500', '112825.107500', '112825.567500', '112826.027500', '112826.487500', '112826.947500', '112827.407500', '112827.867500', '112828.327500', '112828.787500', '112829.247500', '112829.707500', '112830.167500', '112830.627500', '112831.087500', '112831.547500', '112832.007500', '112832.467500', '112832.927500', '112833.387500', '112833.847500', '112834.307500', '112834.767500', '112835.227500', '112835.687500', '112836.147500', '112836.607500', '112837.067500', '112837.527500', '112837.987500', '112838.447500', '112838.907500', '112839.367500', '112839.827500', '112840.287500', '112840.747500', '112841.207500', '112841.667500', '112842.127500', '112842.587500', '112843.047500', '112843.507500', '112843.967500', '112844.427500', '112844.887500', '112845.347500', '112845.807500', '112846.267500', '112846.727500', '112847.187500', '112847.647500', '112848.107500', '112848.567500', '112849.027500', '112849.487500', '112849.947500', '112850.407500', '112850.867500', '112851.327500', '112851.787500', '112852.247500', '112852.707500', '112853.167500', '112853.627500', '112854.087500', '112854.547500', '112855.007500', '112855.467500', '112855.927500', '112856.387500', '112856.847500', '112857.307500', '112857.767500', '112858.227500', '112858.687500', '112859.147500', '112859.607500', '112900.067500', '112900.527500', '112900.987500', '112901.447500', '112901.907500', '112902.367500', '112902.827500', '112903.287500', '112903.747500', '112904.207500', '112904.667500', '112905.127500', '112905.587500', '112906.047500', '112906.507500', '112906.967500', '112907.427500', '112907.887500', '112908.347500', '112908.807500', '112909.267500', '112909.727500', '112910.187500', '112910.647500', '112911.107500', '112911.567500', '112912.027500', '112912.487500', '112912.947500', '112913.407500', '112913.867500', '112914.327500', '112914.787500', '112915.247500', '112915.707500', '112916.167500', '112916.627500', '112917.087500', '112917.547500', '112918.007500', '112918.467500', '112918.927500', '112919.387500', '112919.847500', '112920.307500', '112920.767500', '112921.227500', '112921.687500', '112922.147500', '112922.607500', '112923.067500', '112923.527500', '112923.987500', '112924.447500', '112924.907500', '112925.367500', '112925.827500', '112926.287500', '112926.747500', '112927.207500', '112927.667500', '112928.127500', '112928.587500', '112929.047500', '112929.507500', '112929.967500', '112930.427500', '112930.887500', '112931.347500', '112931.807500', '112932.267500', '112932.727500', '112933.187500', '112933.647500', '112934.107500', '112934.567500', '112935.027500', '112935.487500', '112935.947500', '112936.407500', '112936.867500', '112937.327500', '112937.787500', '112938.247500', '112938.707500', '112939.167500', '112939.627500', '112940.087500', '112940.547500', '112941.007500', '112941.467500', '112941.927500', '112942.387500', '112942.847500', '112943.307500', '112943.767500', '112944.227500', '112944.687500', '112945.147500', '112945.607500', '112946.067500', '112946.527500', '112946.987500', '112947.447500', '112947.907500', '112948.367500', '112948.827500', '112949.287500', '112949.747500', '112950.207500', '112950.667500', '112951.127500', '112951.587500', '112952.047500', '112952.507500', '112952.967500', '112953.427500', '112953.887500', '112954.347500', '112954.807500', '112955.267500', '112955.727500', '112956.187500', '112956.647500', '112957.107500', '112957.567500', '112958.027500', '112958.487500', '112958.947500', '112959.407500', '112959.867500', '113000.327500', '113000.787500', '113001.247500', '113001.707500', '113002.167500', '113002.627500', '113003.087500', '113003.547500', '113004.007500', '113004.467500', '113004.927500', '113005.387500', '113005.847500', '113006.307500', '113006.767500', '113007.227500', '113007.687500', '113008.147500', '113008.607500', '113009.067500', '113009.527500', '113009.987500', '113010.447500', '113010.907500', '113011.367500', '113011.827500', '113012.287500', '113012.747500', '113013.207500', '113013.667500', '113014.127500', '113014.587500', '113015.047500', '113015.507500', '113015.967500', '113016.427500', '113016.887500', '113017.347500', '113017.807500', '113018.267500', '113018.727500', '113019.187500', '113019.647500', '113020.107500', '113020.567500', '113021.027500', '113021.487500', '113021.947500', '113022.407500', '113022.867500', '113023.327500', '113023.787500', '113024.247500', '113024.707500', '113025.167500', '113025.627500', '113026.087500', '113026.547500', '113027.007500', '113027.467500', '113027.927500', '113028.387500', '113028.847500', '113029.307500', '113029.767500', '113030.227500', '113030.687500', '113031.147500', '113031.607500', '113032.067500', '113032.527500', '113032.987500', '113033.447500', '113033.907500', '113034.367500', '113034.827500', '113035.287500', '113035.747500', '113036.207500', '113036.667500', '113037.127500', '113037.587500', '113038.047500', '113038.507500', '113038.967500', '113039.427500', '113039.887500', '113040.347500', '113040.807500', '113041.267500', '113041.727500', '113042.187500', '113042.647500', '113043.107500', '113043.567500', '113044.027500', '113044.487500', '113044.947500', '113045.407500', '113045.867500', '113046.327500', '113046.787500', '113047.247500', '113047.707500', '113048.167500', '113048.627500', '113049.087500', '113049.547500', '113050.007500', '113050.467500', '113050.927500', '113051.387500', '113051.847500', '113052.307500', '113052.767500', '113053.227500', '113053.687500', '113054.147500', '113054.607500', '113055.067500', '113055.527500', '113055.987500', '113056.447500', '113056.907500', '113057.367500', '113057.827500', '113058.287500', '113058.747500', '113059.207500', '113059.667500', '113100.127500', '113100.587500', '113101.047500', '113101.507500', '113101.967500', '113102.427500', '113102.887500', '113103.347500', '113103.807500', '113104.267500', '113104.727500', '113105.187500', '113105.647500', '113106.107500', '113106.567500', '113107.027500', '113107.487500', '113107.947500', '113108.407500', '113108.867500', '113109.327500', '113109.787500', '113110.247500', '113110.707500', '113111.167500', '113111.627500', '113112.087500', '113112.547500', '113113.007500', '113113.467500', '113113.927500', '113114.387500', '113114.847500', '113115.307500', '113115.767500', '113116.227500', '113116.687500', '113117.147500', '113117.607500', '113118.067500', '113118.527500', '113118.987500', '113119.447500', '113119.907500', '113120.367500', '113120.827500', '113121.287500', '113121.747500', '113122.207500', '113122.667500', '113123.127500', '113123.587500', '113124.047500', '113124.507500', '113124.967500', '113125.427500', '113125.887500', '113126.347500', '113126.807500', '113127.267500', '113127.727500', '113128.187500', '113128.647500', '113129.107500', '113129.567500', '113130.027500', '113130.487500', '113130.947500', '113131.407500', '113131.867500', '113132.327500', '113132.787500', '113133.247500', '113133.707500', '113134.167500', '113134.627500', '113135.087500', '113135.547500', '113136.007500', '113136.467500', '113136.927500', '113137.387500', '113137.847500', '113138.307500', '113138.767500', '113139.227500', '113139.687500', '113140.147500', '113140.607500', '113141.067500', '113141.527500', '113141.987500', '113142.447500', '113142.907500', '113143.367500', '113143.827500', '113144.287500', '113144.747500', '113145.207500', '113145.667500', '113146.127500', '113146.587500', '113147.047500', '113147.507500', '113147.967500', '113148.427500', '113148.887500', '113149.347500', '113149.807500', '113150.267500', '113150.727500', '113151.187500', '113151.647500', '113152.107500', '113152.567500', '113153.027500', '113153.487500', '113153.947500', '113154.407500', '113154.867500', '113155.327500', '113155.787500', '113156.247500', '113156.707500', '113157.167500', '113157.627500', '113158.087500', '113158.547500', '113159.007500', '113159.467500', '113159.927500', '113200.387500', '113200.847500', '113201.307500', '113201.767500', '113202.227500', '113202.687500', '113203.147500', '113203.607500', '113204.067500', '113204.527500', '113204.987500', '113205.447500', '113205.907500', '113206.367500', '113206.827500', '113207.287500', '113207.747500', '113208.207500', '113208.667500', '113209.127500', '113209.587500', '113210.047500', '113210.507500', '113210.967500', '113211.427500', '113211.887500', '113212.347500', '113212.807500', '113213.267500', '113213.727500', '113214.187500', '113214.647500', '113215.107500', '113215.567500', '113216.027500', '113216.487500', '113216.947500', '113217.407500', '113217.867500', '113218.327500', '113218.787500', '113219.247500', '113219.707500', '113220.167500', '113220.627500', '113221.087500', '113221.547500', '113222.007500', '113222.467500', '113222.927500', '113223.387500', '113223.847500', '113224.307500', '113224.767500', '113225.227500', '113225.687500', '113226.147500', '113226.607500', '113227.067500', '113227.527500', '113227.987500', '113228.447500', '113228.907500', '113229.367500', '113229.827500', '113230.287500', '113230.747500', '113231.207500', '113231.667500', '113232.127500', '113232.587500', '113233.047500', '113233.507500', '113233.967500', '113234.427500', '113234.887500', '113235.347500', '113235.807500', '113236.267500', '113236.727500', '113237.187500', '113237.647500', '113238.107500', '113238.567500', '113239.027500', '113239.487500', '113239.947500', '113240.407500', '113240.867500', '113241.327500', '113241.787500', '113242.247500', '113242.707500', '113243.167500', '113243.627500', '113244.087500', '113244.547500', '113245.007500', '113245.467500', '113245.927500', '113246.387500', '113246.847500', '113247.307500', '113247.767500', '113248.227500', '113248.687500', '113249.147500', '113249.607500', '113250.067500', '113250.527500', '113250.987500', '113251.447500', '113251.907500', '113252.367500', '113252.827500', '113253.287500', '113253.747500'], 'ContentTime': ['112625.850000', '112625.853000', '112625.856000', '112625.859000', '112625.871000', '112625.878000', '112625.881000', '112625.884000', '112625.887000', '112625.890000', '112625.893000', '112625.904000', '112625.907000', '112625.910000', '112625.913000', '112625.916000', '112625.919000', '112625.922000', '112625.925000', '112625.939000', '112625.942000', '112625.945000', '112625.948000', '112625.951000', '112625.954000', '112625.957000', '112645.815000', '112645.818000', '112645.821000', '112645.823000', '112645.826000', '112645.837000', '112645.840000', '112645.843000', '112645.846000', '112645.848000', '112645.851000', '112645.854000', '112645.857000', '112645.860000', '112645.862000', '112645.865000', '112645.868000', '112645.871000', '112645.874000', '112645.877000', '112645.879000', '112645.882000', '112645.885000', '112645.888000', '112645.891000', '112645.893000', '112645.896000', '112645.899000', '112645.902000', '112645.905000', '112645.907000', '112645.910000', '112645.913000', '112645.916000', '112645.919000', '112645.921000', '112645.924000', '112645.927000', '112645.937000', '112645.940000', '112645.943000', '112645.945000', '112645.948000', '112705.815000', '112705.818000', '112705.821000', '112705.824000', '112705.827000', '112705.829000', '112705.832000', '112705.835000', '112705.838000', '112705.841000', '112705.843000', '112705.846000', '112705.849000', '112705.852000', '112705.855000', '112705.858000', '112705.860000', '112705.863000', '112705.866000', '112705.869000', '112705.872000', '112705.875000', '112705.877000', '112705.880000', '112705.883000', '112705.886000', '112705.889000', '112705.891000', '112705.894000', '112705.897000', '112705.900000', '112705.903000', '112705.905000', '112705.908000', '112705.911000', '112705.914000', '112705.917000', '112705.920000', '112705.922000', '112705.925000', '112705.928000', '112705.931000', '112705.934000', '112725.814000', '112725.817000', '112725.820000', '112725.823000', '112725.825000', '112725.828000', '112725.831000', '112725.834000', '112725.837000', '112725.839000', '112725.842000', '112725.845000', '112725.848000', '112725.851000', '112725.854000', '112725.856000', '112725.859000', '112725.862000', '112725.865000', '112725.868000', '112725.871000', '112725.873000', '112725.876000', '112725.879000', '112725.882000', '112725.885000', '112725.888000', '112725.890000', '112725.893000', '112725.896000', '112725.899000', '112725.902000', '112725.905000', '112725.907000', '112725.910000', '112725.913000', '112725.916000', '112725.919000', '112725.921000', '112725.924000', '112725.927000', '112725.930000', '112725.933000', '112725.936000', '112745.814000', '112745.817000', '112745.820000', '112745.823000', '112745.825000', '112745.828000', '112745.831000', '112745.834000', '112745.837000', '112745.840000', '112745.843000', '112745.846000', '112745.848000', '112745.863000', '112745.866000', '112745.868000', '112745.871000', '112745.874000', '112745.877000', '112745.880000', '112745.882000', '112745.885000', '112745.888000', '112745.891000', '112745.894000', '112745.896000', '112745.899000', '112745.902000', '112745.905000', '112745.908000', '112745.910000', '112745.913000', '112745.916000', '112745.919000', '112745.922000', '112745.925000', '112745.927000', '112745.930000', '112745.933000', '112745.936000', '112745.939000', '112745.942000', '112745.945000', '112805.814000', '112805.817000', '112805.820000', '112805.823000', '112805.825000', '112805.828000', '112805.831000', '112805.834000', '112805.837000', '112805.839000', '112805.842000', '112805.845000', '112805.848000', '112805.851000', '112805.854000', '112805.857000', '112805.859000', '112805.862000', '112805.865000', '112805.868000', '112805.871000', '112805.873000', '112805.876000', '112805.879000', '112805.882000', '112805.885000', '112805.888000', '112805.891000', '112805.893000', '112805.896000', '112805.899000', '112805.902000', '112805.905000', '112805.907000', '112805.910000', '112805.913000', '112805.916000', '112805.919000', '112805.922000', '112805.924000', '112805.927000', '112805.930000', '112805.933000', '112805.936000', '112825.815000', '112825.818000', '112825.821000', '112825.824000', '112825.827000', '112825.829000', '112825.832000', '112825.835000', '112825.838000', '112825.841000', '112825.844000', '112825.847000', '112825.850000', '112825.853000', '112825.856000', '112825.858000', '112825.861000', '112825.864000', '112825.867000', '112825.870000', '112825.873000', '112825.875000', '112825.878000', '112825.881000', '112825.884000', '112825.887000', '112825.890000', '112825.893000', '112825.895000', '112825.898000', '112825.901000', '112825.904000', '112825.907000', '112825.910000', '112825.912000', '112825.915000', '112825.918000', '112825.921000', '112825.924000', '112825.927000', '112825.929000', '112825.932000', '112825.935000', '112845.815000', '112845.823000', '112845.826000', '112845.829000', '112845.832000', '112845.834000', '112845.837000', '112845.840000', '112845.843000', '112845.846000', '112845.848000', '112845.851000', '112845.854000', '112845.857000', '112845.860000', '112845.863000', '112845.866000', '112845.868000', '112845.871000', '112845.874000', '112845.877000', '112845.880000', '112845.882000', '112845.885000', '112845.888000', '112845.891000', '112845.894000', '112845.897000', '112845.900000', '112845.903000', '112845.905000', '112845.908000', '112845.911000', '112845.914000', '112845.917000', '112845.919000', '112845.922000', '112845.925000', '112845.928000', '112845.931000', '112845.934000', '112845.936000', '112845.939000', '112845.942000', '112905.815000', '112905.818000', '112905.821000', '112905.824000', '112905.827000', '112905.829000', '112905.832000', '112905.835000', '112905.838000', '112905.841000', '112905.844000', '112905.846000', '112905.849000', '112905.852000', '112905.855000', '112905.858000', '112905.861000', '112905.864000', '112905.867000', '112905.870000', '112905.873000', '112905.875000', '112905.878000', '112905.881000', '112905.884000', '112905.887000', '112905.890000', '112905.892000', '112905.895000', '112905.898000', '112905.901000', '112905.904000', '112905.906000', '112905.909000', '112905.912000', '112905.915000', '112905.918000', '112905.921000', '112905.923000', '112905.926000', '112905.929000', '112905.932000', '112905.935000', '112925.815000', '112925.818000', '112925.821000', '112925.823000', '112925.826000', '112925.829000', '112925.832000', '112925.835000', '112925.838000', '112925.853000', '112925.856000', '112925.859000', '112925.862000', '112925.865000', '112925.867000', '112925.870000', '112925.873000', '112925.876000', '112925.879000', '112925.881000', '112925.884000', '112925.887000', '112925.890000', '112925.893000', '112925.896000', '112925.899000', '112925.901000', '112925.904000', '112925.907000', '112925.910000', '112925.913000', '112925.915000', '112925.918000', '112925.921000', '112925.924000', '112925.927000', '112925.930000', '112925.932000', '112925.935000', '112925.938000', '112925.941000', '112925.944000', '112925.947000', '112925.949000', '112945.814000', '112945.817000', '112945.820000', '112945.823000', '112945.826000', '112945.829000', '112945.832000', '112945.835000', '112945.838000', '112945.840000', '112945.843000', '112945.846000', '112945.849000', '112945.852000', '112945.854000', '112945.857000', '112945.860000', '112945.863000', '112945.866000', '112945.869000', '112945.871000', '112945.874000', '112945.877000', '112945.880000', '112945.883000', '112945.886000', '112945.889000', '112945.892000', '112945.895000', '112945.898000', '112945.901000', '112945.904000', '112945.907000', '112945.909000', '112945.912000', '112945.915000', '112945.918000', '112945.921000', '112945.924000', '112945.926000', '112945.929000', '112945.932000', '112945.935000', '113005.814000', '113005.817000', '113005.820000', '113005.823000', '113005.825000', '113005.828000', '113005.831000', '113005.834000', '113005.837000', '113005.840000', '113005.842000', '113005.845000', '113005.848000', '113005.851000', '113005.854000', '113005.857000', '113005.859000', '113005.862000', '113005.865000', '113005.868000', '113005.871000', '113005.874000', '113005.877000', '113005.879000', '113005.882000', '113005.885000', '113005.888000', '113005.891000', '113005.894000', '113005.897000', '113005.899000', '113005.902000', '113005.905000', '113005.908000', '113005.911000', '113005.914000', '113005.917000', '113005.919000', '113005.922000', '113005.925000', '113005.928000', '113005.931000', '113005.934000', '113005.937000', '113025.814000', '113025.817000', '113025.820000', '113025.823000', '113025.825000', '113025.828000', '113025.831000', '113025.834000', '113025.837000', '113025.840000', '113025.843000', '113025.845000', '113025.848000', '113025.851000', '113025.854000', '113025.857000', '113025.859000', '113025.862000', '113025.865000', '113025.868000', '113025.871000', '113025.874000', '113025.876000', '113025.879000', '113025.882000', '113025.885000', '113025.888000', '113025.891000', '113025.893000', '113025.896000', '113025.899000', '113025.902000', '113025.905000', '113025.907000', '113025.910000', '113025.913000', '113025.916000', '113025.919000', '113025.922000', '113025.927000', '113025.930000', '113025.933000', '113025.936000', '113045.815000', '113045.818000', '113045.821000', '113045.824000', '113045.826000', '113045.829000', '113045.832000', '113045.835000', '113045.838000', '113045.841000', '113045.844000', '113045.846000', '113045.849000', '113045.852000', '113045.855000', '113045.858000', '113045.860000', '113045.863000', '113045.866000', '113045.869000', '113045.872000', '113045.875000', '113045.877000', '113045.880000', '113045.883000', '113045.886000', '113045.889000', '113045.892000', '113045.895000', '113045.897000', '113045.900000', '113045.903000', '113045.906000', '113045.909000', '113045.936000', '113045.939000', '113045.942000', '113045.945000', '113045.947000', '113045.950000', '113045.953000', '113045.956000', '113045.959000', '113045.962000', '113105.815000', '113105.818000', '113105.821000', '113105.824000', '113105.827000', '113105.829000', '113105.832000', '113105.835000', '113105.838000', '113105.841000', '113105.844000', '113105.847000', '113105.849000', '113105.852000', '113105.855000', '113105.858000', '113105.862000', '113105.865000', '113105.868000', '113105.871000', '113105.874000', '113105.877000', '113105.880000', '113105.883000', '113105.885000', '113105.888000', '113105.891000', '113105.894000', '113105.897000', '113105.900000', '113105.902000', '113105.905000', '113105.908000', '113105.911000', '113105.914000', '113105.917000', '113105.920000', '113105.923000', '113105.926000', '113105.928000', '113105.931000', '113105.934000', '113105.937000', '113125.815000', '113125.835000', '113125.838000', '113125.841000', '113125.844000', '113125.846000', '113125.849000', '113125.852000', '113125.855000', '113125.858000', '113125.861000', '113125.863000', '113125.866000', '113125.869000', '113125.872000', '113125.875000', '113125.878000', '113125.880000', '113125.883000', '113125.886000', '113125.889000', '113125.892000', '113125.895000', '113125.898000', '113125.900000', '113125.903000', '113125.906000', '113125.909000', '113125.912000', '113125.914000', '113125.918000', '113125.921000', '113125.924000', '113125.926000', '113125.929000', '113125.932000', '113125.935000', '113125.938000', '113125.941000', '113125.943000', '113125.946000', '113125.949000', '113125.952000', '113125.955000', '113145.815000', '113145.818000', '113145.821000', '113145.824000', '113145.827000', '113145.829000', '113145.832000', '113145.835000', '113145.838000', '113145.841000', '113145.844000', '113145.846000', '113145.849000', '113145.852000', '113145.855000', '113145.858000', '113145.861000', '113145.863000', '113145.866000', '113145.869000', '113145.872000', '113145.875000', '113145.878000', '113145.880000', '113145.883000', '113145.886000', '113145.889000', '113145.892000', '113145.895000', '113145.898000', '113145.900000', '113145.903000', '113145.906000', '113145.909000', '113145.912000', '113145.915000', '113145.917000', '113145.920000', '113145.923000', '113145.926000', '113145.929000', '113145.932000', '113145.935000', '113205.814000', '113205.817000', '113205.820000', '113205.823000', '113205.825000', '113205.828000', '113205.831000', '113205.834000', '113205.837000', '113205.840000', '113205.842000', '113205.845000', '113205.848000', '113205.851000', '113205.854000', '113205.856000', '113205.859000', '113205.862000', '113205.865000', '113205.868000', '113205.871000', '113205.874000', '113205.876000', '113205.879000', '113205.882000', '113205.885000', '113205.888000', '113205.891000', '113205.893000', '113205.896000', '113205.899000', '113205.902000', '113205.905000', '113205.908000', '113205.910000', '113205.913000', '113205.916000', '113205.919000', '113205.922000', '113205.925000', '113205.927000', '113205.930000', '113205.933000', '113205.936000', '113225.814000', '113225.817000', '113225.820000', '113225.823000', '113225.826000', '113225.828000', '113225.833000', '113225.836000', '113225.838000', '113225.841000', '113225.844000', '113225.847000', '113225.850000', '113225.853000', '113225.856000', '113225.858000', '113225.861000', '113225.864000', '113225.867000', '113225.870000', '113225.873000', '113225.876000', '113225.878000', '113225.881000', '113225.884000', '113225.887000', '113225.890000', '113225.893000', '113225.896000', '113225.900000', '113225.903000', '113225.906000', '113225.909000', '113225.911000', '113225.914000', '113225.917000', '113225.920000', '113225.923000', '113225.926000', '113225.928000', '113225.931000', '113225.934000', '113225.937000', '113245.815000', '113245.861000', '113245.865000', '113245.868000', '113245.870000', '113245.873000', '113245.876000', '113245.879000', '113245.882000', '113245.884000', '113245.887000', '113245.890000', '113245.893000', '113245.896000', '113245.906000', '113245.909000', '113245.912000', '113245.915000', '113245.918000', '113245.920000', '113245.923000', '113245.926000', '113245.929000', '113245.932000', '113245.935000', '113245.937000', '113245.940000', '113245.943000', '113245.946000', '113245.949000', '113245.952000', '113245.954000', '113245.957000', '113245.960000', '113245.963000', '113245.966000', '113245.969000', '113245.971000', '113245.974000', '113245.977000', '113245.980000', '113245.983000', '113245.985000', '113245.988000', '113255.004000', '113255.007000', '113255.011000', '113255.014000', '113255.017000', '113255.020000', '113255.022000', '113255.025000', '113255.028000', '113255.031000', '113255.034000', '113255.037000', '113255.040000', '113255.043000', '113255.046000', '113255.049000', '113255.052000', '113255.055000', '113255.058000', '113255.060000'], 'InstanceCreationTime': ['112625.850000', '112625.853000', '112625.856000', '112625.859000', '112625.871000', '112625.878000', '112625.881000', '112625.884000', '112625.887000', '112625.890000', '112625.893000', '112625.904000', '112625.907000', '112625.910000', '112625.913000', '112625.916000', '112625.919000', '112625.922000', '112625.925000', '112625.939000', '112625.942000', '112625.945000', '112625.948000', '112625.951000', '112625.954000', '112625.957000', '112645.815000', '112645.818000', '112645.821000', '112645.823000', '112645.826000', '112645.837000', '112645.840000', '112645.843000', '112645.846000', '112645.848000', '112645.851000', '112645.854000', '112645.857000', '112645.860000', '112645.862000', '112645.865000', '112645.868000', '112645.871000', '112645.874000', '112645.877000', '112645.879000', '112645.882000', '112645.885000', '112645.888000', '112645.891000', '112645.893000', '112645.896000', '112645.899000', '112645.902000', '112645.905000', '112645.907000', '112645.910000', '112645.913000', '112645.916000', '112645.919000', '112645.921000', '112645.924000', '112645.927000', '112645.937000', '112645.940000', '112645.943000', '112645.945000', '112645.948000', '112705.815000', '112705.818000', '112705.821000', '112705.824000', '112705.827000', '112705.829000', '112705.832000', '112705.835000', '112705.838000', '112705.841000', '112705.843000', '112705.846000', '112705.849000', '112705.852000', '112705.855000', '112705.858000', '112705.860000', '112705.863000', '112705.866000', '112705.869000', '112705.872000', '112705.875000', '112705.877000', '112705.880000', '112705.883000', '112705.886000', '112705.889000', '112705.891000', '112705.894000', '112705.897000', '112705.900000', '112705.903000', '112705.905000', '112705.908000', '112705.911000', '112705.914000', '112705.917000', '112705.920000', '112705.922000', '112705.925000', '112705.928000', '112705.931000', '112705.934000', '112725.814000', '112725.817000', '112725.820000', '112725.823000', '112725.825000', '112725.828000', '112725.831000', '112725.834000', '112725.837000', '112725.839000', '112725.842000', '112725.845000', '112725.848000', '112725.851000', '112725.854000', '112725.856000', '112725.859000', '112725.862000', '112725.865000', '112725.868000', '112725.871000', '112725.873000', '112725.876000', '112725.879000', '112725.882000', '112725.885000', '112725.888000', '112725.890000', '112725.893000', '112725.896000', '112725.899000', '112725.902000', '112725.905000', '112725.907000', '112725.910000', '112725.913000', '112725.916000', '112725.919000', '112725.921000', '112725.924000', '112725.927000', '112725.930000', '112725.933000', '112725.936000', '112745.814000', '112745.817000', '112745.820000', '112745.823000', '112745.825000', '112745.828000', '112745.831000', '112745.834000', '112745.837000', '112745.840000', '112745.843000', '112745.846000', '112745.848000', '112745.863000', '112745.866000', '112745.868000', '112745.871000', '112745.874000', '112745.877000', '112745.880000', '112745.882000', '112745.885000', '112745.888000', '112745.891000', '112745.894000', '112745.896000', '112745.899000', '112745.902000', '112745.905000', '112745.908000', '112745.910000', '112745.913000', '112745.916000', '112745.919000', '112745.922000', '112745.925000', '112745.927000', '112745.930000', '112745.933000', '112745.936000', '112745.939000', '112745.942000', '112745.945000', '112805.814000', '112805.817000', '112805.820000', '112805.823000', '112805.825000', '112805.828000', '112805.831000', '112805.834000', '112805.837000', '112805.839000', '112805.842000', '112805.845000', '112805.848000', '112805.851000', '112805.854000', '112805.857000', '112805.859000', '112805.862000', '112805.865000', '112805.868000', '112805.871000', '112805.873000', '112805.876000', '112805.879000', '112805.882000', '112805.885000', '112805.888000', '112805.891000', '112805.893000', '112805.896000', '112805.899000', '112805.902000', '112805.905000', '112805.907000', '112805.910000', '112805.913000', '112805.916000', '112805.919000', '112805.922000', '112805.924000', '112805.927000', '112805.930000', '112805.933000', '112805.936000', '112825.815000', '112825.818000', '112825.821000', '112825.824000', '112825.827000', '112825.829000', '112825.832000', '112825.835000', '112825.838000', '112825.841000', '112825.844000', '112825.847000', '112825.850000', '112825.853000', '112825.856000', '112825.858000', '112825.861000', '112825.864000', '112825.867000', '112825.870000', '112825.873000', '112825.875000', '112825.878000', '112825.881000', '112825.884000', '112825.887000', '112825.890000', '112825.893000', '112825.895000', '112825.898000', '112825.901000', '112825.904000', '112825.907000', '112825.910000', '112825.912000', '112825.915000', '112825.918000', '112825.921000', '112825.924000', '112825.927000', '112825.929000', '112825.932000', '112825.935000', '112845.815000', '112845.823000', '112845.826000', '112845.829000', '112845.832000', '112845.834000', '112845.837000', '112845.840000', '112845.843000', '112845.846000', '112845.848000', '112845.851000', '112845.854000', '112845.857000', '112845.860000', '112845.863000', '112845.866000', '112845.868000', '112845.871000', '112845.874000', '112845.877000', '112845.880000', '112845.882000', '112845.885000', '112845.888000', '112845.891000', '112845.894000', '112845.897000', '112845.900000', '112845.903000', '112845.905000', '112845.908000', '112845.911000', '112845.914000', '112845.917000', '112845.919000', '112845.922000', '112845.925000', '112845.928000', '112845.931000', '112845.934000', '112845.936000', '112845.939000', '112845.942000', '112905.815000', '112905.818000', '112905.821000', '112905.824000', '112905.827000', '112905.829000', '112905.832000', '112905.835000', '112905.838000', '112905.841000', '112905.844000', '112905.846000', '112905.849000', '112905.852000', '112905.855000', '112905.858000', '112905.861000', '112905.864000', '112905.867000', '112905.870000', '112905.873000', '112905.875000', '112905.878000', '112905.881000', '112905.884000', '112905.887000', '112905.890000', '112905.892000', '112905.895000', '112905.898000', '112905.901000', '112905.904000', '112905.906000', '112905.909000', '112905.912000', '112905.915000', '112905.918000', '112905.921000', '112905.923000', '112905.926000', '112905.929000', '112905.932000', '112905.935000', '112925.815000', '112925.818000', '112925.821000', '112925.823000', '112925.826000', '112925.829000', '112925.832000', '112925.835000', '112925.838000', '112925.853000', '112925.856000', '112925.859000', '112925.862000', '112925.865000', '112925.867000', '112925.870000', '112925.873000', '112925.876000', '112925.879000', '112925.881000', '112925.884000', '112925.887000', '112925.890000', '112925.893000', '112925.896000', '112925.899000', '112925.901000', '112925.904000', '112925.907000', '112925.910000', '112925.913000', '112925.915000', '112925.918000', '112925.921000', '112925.924000', '112925.927000', '112925.930000', '112925.932000', '112925.935000', '112925.938000', '112925.941000', '112925.944000', '112925.947000', '112925.949000', '112945.814000', '112945.817000', '112945.820000', '112945.823000', '112945.826000', '112945.829000', '112945.832000', '112945.835000', '112945.838000', '112945.840000', '112945.843000', '112945.846000', '112945.849000', '112945.852000', '112945.854000', '112945.857000', '112945.860000', '112945.863000', '112945.866000', '112945.869000', '112945.871000', '112945.874000', '112945.877000', '112945.880000', '112945.883000', '112945.886000', '112945.889000', '112945.892000', '112945.895000', '112945.898000', '112945.901000', '112945.904000', '112945.907000', '112945.909000', '112945.912000', '112945.915000', '112945.918000', '112945.921000', '112945.924000', '112945.926000', '112945.929000', '112945.932000', '112945.935000', '113005.814000', '113005.817000', '113005.820000', '113005.823000', '113005.825000', '113005.828000', '113005.831000', '113005.834000', '113005.837000', '113005.840000', '113005.842000', '113005.845000', '113005.848000', '113005.851000', '113005.854000', '113005.857000', '113005.859000', '113005.862000', '113005.865000', '113005.868000', '113005.871000', '113005.874000', '113005.877000', '113005.879000', '113005.882000', '113005.885000', '113005.888000', '113005.891000', '113005.894000', '113005.897000', '113005.899000', '113005.902000', '113005.905000', '113005.908000', '113005.911000', '113005.914000', '113005.917000', '113005.919000', '113005.922000', '113005.925000', '113005.928000', '113005.931000', '113005.934000', '113005.937000', '113025.814000', '113025.817000', '113025.820000', '113025.823000', '113025.825000', '113025.828000', '113025.831000', '113025.834000', '113025.837000', '113025.840000', '113025.843000', '113025.845000', '113025.848000', '113025.851000', '113025.854000', '113025.857000', '113025.859000', '113025.862000', '113025.865000', '113025.868000', '113025.871000', '113025.874000', '113025.876000', '113025.879000', '113025.882000', '113025.885000', '113025.888000', '113025.891000', '113025.893000', '113025.896000', '113025.899000', '113025.902000', '113025.905000', '113025.907000', '113025.910000', '113025.913000', '113025.916000', '113025.919000', '113025.922000', '113025.927000', '113025.930000', '113025.933000', '113025.936000', '113045.815000', '113045.818000', '113045.821000', '113045.824000', '113045.826000', '113045.829000', '113045.832000', '113045.835000', '113045.838000', '113045.841000', '113045.844000', '113045.846000', '113045.849000', '113045.852000', '113045.855000', '113045.858000', '113045.860000', '113045.863000', '113045.866000', '113045.869000', '113045.872000', '113045.875000', '113045.877000', '113045.880000', '113045.883000', '113045.886000', '113045.889000', '113045.892000', '113045.895000', '113045.897000', '113045.900000', '113045.903000', '113045.906000', '113045.909000', '113045.936000', '113045.939000', '113045.942000', '113045.945000', '113045.947000', '113045.950000', '113045.953000', '113045.956000', '113045.959000', '113045.962000', '113105.815000', '113105.818000', '113105.821000', '113105.824000', '113105.827000', '113105.829000', '113105.832000', '113105.835000', '113105.838000', '113105.841000', '113105.844000', '113105.847000', '113105.849000', '113105.852000', '113105.855000', '113105.858000', '113105.862000', '113105.865000', '113105.868000', '113105.871000', '113105.874000', '113105.877000', '113105.880000', '113105.883000', '113105.885000', '113105.888000', '113105.891000', '113105.894000', '113105.897000', '113105.900000', '113105.902000', '113105.905000', '113105.908000', '113105.911000', '113105.914000', '113105.917000', '113105.920000', '113105.923000', '113105.926000', '113105.928000', '113105.931000', '113105.934000', '113105.937000', '113125.815000', '113125.835000', '113125.838000', '113125.841000', '113125.844000', '113125.846000', '113125.849000', '113125.852000', '113125.855000', '113125.858000', '113125.861000', '113125.863000', '113125.866000', '113125.869000', '113125.872000', '113125.875000', '113125.878000', '113125.880000', '113125.883000', '113125.886000', '113125.889000', '113125.892000', '113125.895000', '113125.898000', '113125.900000', '113125.903000', '113125.906000', '113125.909000', '113125.912000', '113125.914000', '113125.918000', '113125.921000', '113125.924000', '113125.926000', '113125.929000', '113125.932000', '113125.935000', '113125.938000', '113125.941000', '113125.943000', '113125.946000', '113125.949000', '113125.952000', '113125.955000', '113145.815000', '113145.818000', '113145.821000', '113145.824000', '113145.827000', '113145.829000', '113145.832000', '113145.835000', '113145.838000', '113145.841000', '113145.844000', '113145.846000', '113145.849000', '113145.852000', '113145.855000', '113145.858000', '113145.861000', '113145.863000', '113145.866000', '113145.869000', '113145.872000', '113145.875000', '113145.878000', '113145.880000', '113145.883000', '113145.886000', '113145.889000', '113145.892000', '113145.895000', '113145.898000', '113145.900000', '113145.903000', '113145.906000', '113145.909000', '113145.912000', '113145.915000', '113145.917000', '113145.920000', '113145.923000', '113145.926000', '113145.929000', '113145.932000', '113145.935000', '113205.814000', '113205.817000', '113205.820000', '113205.823000', '113205.825000', '113205.828000', '113205.831000', '113205.834000', '113205.837000', '113205.840000', '113205.842000', '113205.845000', '113205.848000', '113205.851000', '113205.854000', '113205.856000', '113205.859000', '113205.862000', '113205.865000', '113205.868000', '113205.871000', '113205.874000', '113205.876000', '113205.879000', '113205.882000', '113205.885000', '113205.888000', '113205.891000', '113205.893000', '113205.896000', '113205.899000', '113205.902000', '113205.905000', '113205.908000', '113205.910000', '113205.913000', '113205.916000', '113205.919000', '113205.922000', '113205.925000', '113205.927000', '113205.930000', '113205.933000', '113205.936000', '113225.814000', '113225.817000', '113225.820000', '113225.823000', '113225.826000', '113225.828000', '113225.833000', '113225.836000', '113225.838000', '113225.841000', '113225.844000', '113225.847000', '113225.850000', '113225.853000', '113225.856000', '113225.858000', '113225.861000', '113225.864000', '113225.867000', '113225.870000', '113225.873000', '113225.876000', '113225.878000', '113225.881000', '113225.884000', '113225.887000', '113225.890000', '113225.893000', '113225.896000', '113225.900000', '113225.903000', '113225.906000', '113225.909000', '113225.911000', '113225.914000', '113225.917000', '113225.920000', '113225.923000', '113225.926000', '113225.928000', '113225.931000', '113225.934000', '113225.937000', '113245.815000', '113245.861000', '113245.865000', '113245.868000', '113245.870000', '113245.873000', '113245.876000', '113245.879000', '113245.882000', '113245.884000', '113245.887000', '113245.890000', '113245.893000', '113245.896000', '113245.906000', '113245.909000', '113245.912000', '113245.915000', '113245.918000', '113245.920000', '113245.923000', '113245.926000', '113245.929000', '113245.932000', '113245.935000', '113245.937000', '113245.940000', '113245.943000', '113245.946000', '113245.949000', '113245.952000', '113245.954000', '113245.957000', '113245.960000', '113245.963000', '113245.966000', '113245.969000', '113245.971000', '113245.974000', '113245.977000', '113245.980000', '113245.983000', '113245.985000', '113245.988000', '113255.004000', '113255.007000', '113255.011000', '113255.014000', '113255.017000', '113255.020000', '113255.022000', '113255.025000', '113255.028000', '113255.031000', '113255.034000', '113255.037000', '113255.040000', '113255.043000', '113255.046000', '113255.049000', '113255.052000', '113255.055000', '113255.058000', '113255.060000'], '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': [11849, 9136, 17060, 9809, 9025, 13002, 9141, 9134, 12575, 9149, 15627, 9724, 8995, 13114, 8795, 8860, 12261, 9086, 12066, 8733, 9158, 14025, 8829, 10552, 8755, 9293, 12764, 8820, 9036, 14796, 8844, 10427, 10809, 9149, 13041, 9510, 9211, 13716, 8871, 8867, 11888, 9358, 8641, 8969, 8942, 13119, 9510, 10798, 12342, 9025, 13697, 9504, 8894, 15159, 9888, 8909, 12855, 9130, 8923, 13148, 8943, 10846, 12477, 9064, 9289, 9115, 9058, 12557, 9317, 13037, 10123, 8847, 12969, 10156, 11825, 9801, 10057, 9122, 9991, 13723, 9309, 11202, 14921, 9662, 10002, 9589, 10045, 12326, 9769, 10167, 13561, 9287, 9828, 12895, 9754, 11024, 9805, 9856, 9824, 9125, 10035, 15308, 9665, 9844, 10068, 10099, 11635, 9306, 10023, 12716, 9616, 11091, 9634, 10205, 13172, 9795, 10206, 13189, 9535, 9976, 13877, 9471, 9838, 9748, 9919, 11589, 10006, 9876, 11040, 9138, 9979, 12499, 9646, 10829, 10242, 9874, 10109, 9459, 9920, 13270, 9477, 9908, 10573, 9757, 10126, 9378, 9865, 12433, 9188, 11963, 10056, 10032, 9608, 9861, 11822, 9086, 12696, 10274, 9567, 13700, 10336, 9878, 9764, 9634, 13414, 9949, 9565, 14072, 9256, 9968, 14101, 9588, 10655, 14445, 9360, 9641, 9319, 10001, 9161, 12775, 13398, 9250, 13001, 13294, 9305, 13451, 9744, 9014, 13920, 8836, 9312, 16031, 9051, 10108, 16261, 9311, 11757, 12254, 9751, 14552, 9380, 9644, 10821, 9404, 9483, 13149, 9278, 9516, 8945, 9404, 11895, 8845, 9463, 13227, 9288, 10899, 14002, 10266, 10937, 10521, 10134, 10289, 9535, 10682, 15729, 9942, 10304, 9084, 12274, 9359, 9782, 14557, 11332, 10063, 15637, 9957, 12024, 16228, 10303, 14875, 15455, 10217, 13077, 9584, 10522, 15316, 9554, 10090, 15264, 9776, 9950, 9014, 9771, 9920, 8886, 10240, 8814, 9780, 9667, 9643, 9898, 9777, 9681, 12859, 9424, 9792, 10259, 9252, 9485, 11819, 9437, 10594, 9086, 9562, 10320, 9107, 9794, 14968, 9432, 9643, 8712, 9760, 14684, 9195, 12492, 9451, 9914, 9171, 9776, 14910, 9836, 9805, 14973, 9228, 12392, 13533, 9770, 10973, 9121, 9823, 14915, 9574, 13804, 12134, 9880, 9665, 9070, 9604, 14701, 9216, 9870, 13249, 9458, 13393, 8793, 9580, 12698, 9113, 9718, 14963, 10083, 10282, 12276, 9364, 10344, 10017, 9866, 12760, 9618, 9918, 10087, 9546, 9947, 12384, 9597, 12367, 9498, 9872, 9895, 9677, 9935, 14270, 9285, 10004, 14829, 9405, 11142, 8824, 9552, 15331, 9611, 9708, 13922, 9605, 8997, 9372, 8931, 12480, 8560, 13875, 9449, 10133, 9415, 9915, 9068, 9923, 15506, 11448, 9519, 15175, 8656, 9014, 8527, 8726, 11939, 8512, 9004, 14042, 8129, 11882, 8977, 8421, 11251, 8123, 10424, 8959, 8595, 11398, 9099, 8840, 8954, 8550, 10828, 8469, 8806, 11863, 8101, 12722, 9489, 8822, 11035, 8263, 15433, 9122, 8367, 13395, 9046, 8628, 14744, 8539, 10161, 13912, 8325, 14546, 9299, 8520, 13255, 8457, 9543, 12458, 8271, 13449, 8973, 8466, 11323, 8500, 8565, 13316, 8998, 10958, 9914, 8308, 8980, 8819, 16472, 10080, 8412, 13825, 9589, 9312, 11299, 8887, 15205, 10440, 8745, 15276, 9238, 13025, 9496, 8956, 11819, 9855, 8605, 14736, 9024, 13543, 9560, 8978, 12873, 9414, 8480, 13709, 9237, 12070, 9844, 8877, 12991, 10011, 8437, 9251, 8603, 9952, 7635, 8801, 11572, 8746, 12398, 9906, 9037, 9604, 9370, 15681, 9649, 8397, 14599, 9395, 9429, 15086, 8697, 11419, 8760, 8758, 12820, 9740, 11751, 13841, 9192, 11440, 9930, 8865, 13190, 9744, 8697, 12888, 9422, 10318, 9818, 8691, 13675, 9335, 9416, 10433, 11712, 9834, 9688, 11343, 10379, 9527, 16886, 10601, 12007, 11555, 9353, 10145, 9148, 17044, 11085, 11156, 16663, 10158, 13484, 17589, 10195, 15980, 15568, 9417, 14767, 9369, 9974, 14361, 8960, 8743, 13606, 8831, 8861, 12236, 8891, 9069, 9569, 8882, 9291, 9081, 11159, 10566, 8884, 10332, 9910, 9040, 11457, 9087, 8314, 10192, 8486, 11078, 9803, 10833, 9904, 8806, 13156, 10004, 10848, 9692, 8982, 14813, 9579, 12862, 9204, 8935, 11725, 9692, 8498, 14909, 9900, 11966, 13502, 9410, 11162, 9966, 9167, 12410, 9844, 9265, 9300, 9314, 9668, 9721, 11066, 10083, 9438, 13487, 10160, 9252, 14387, 9408, 10153, 10004, 8849, 13798, 9773, 9226, 12890, 9617, 14215, 9483, 9124, 9956, 9607, 9124, 13195, 9975, 11240, 11713, 9222, 13011, 9983, 9663, 9133, 9310, 10467, 9851, 9287, 12083, 9309, 9629, 9459, 9406, 10248, 10108, 9430, 13014, 9443, 9596, 9185, 9369, 14755, 10459, 9531, 12842, 10089, 10746, 9191, 10188, 12641, 9281, 10411, 9724, 10700, 9814, 10787, 13571, 10591, 15393, 15933, 11009, 15217, 11819, 10896, 11576, 10032, 10724, 13890, 10870, 10650, 16402, 10300, 10653, 9838, 10795, 14068, 10258, 10938, 13759, 10231, 10694, 10442, 10778, 10659, 9396, 10847, 10641, 10488, 10765, 9919, 10733, 14522, 10237, 10850, 15344, 9501, 9928, 9715, 10560, 9258, 10595, 16004, 11014, 10795, 15470, 10291, 10740, 15096, 10161, 10572, 16119, 9899, 10491, 13727, 10628, 10785, 9317, 10795, 13859, 10279, 10632, 15826, 10705, 10584, 9624, 10731, 10790, 9848, 10772, 11991, 10890, 12981, 9570, 10814, 11393, 10432, 10703, 9502, 10688, 13471, 10000, 10740, 9100, 10747, 13457, 10390, 10666, 15379, 10499, 12546, 9495, 10701, 14779, 10830, 10795, 16364, 10034, 10649, 9763, 10557, 12466, 9478, 10731, 11461, 9668, 10618, 9930, 10729, 10693, 9139, 10575, 14081, 9625, 10622, 9254, 10707, 13342, 9807, 10228, 9302, 10639, 12664, 9494, 10807, 15383, 10292, 10569, 9949, 11019, 15345, 10262, 13009, 10004, 10808, 13758, 9856, 11179, 16450, 10066, 10876, 13881, 10824, 13669, 9650, 10821, 12183, 9244, 10148, 14059, 10109, 10264, 9222, 10586, 9178, 10473, 13344, 10353, 12851, 10311, 12363, 10333, 10277, 13392, 9644, 10326, 9637, 10030, 10336, 9672, 10292, 14285, 9724, 10181, 9494, 10399, 11205, 10325, 10208, 16588, 9884, 10383, 9316, 10258, 12389, 9347, 10062, 11632, 10118, 10193, 9184, 10303, 11903, 10285, 14336, 10801, 10366, 12603, 9777, 10320, 12848, 10173, 13136, 11543, 10050, 14783, 9586, 10186, 9590, 10718], 'WindowCenter': [4190.0, 4168.0, 4205.0, 4150.0, 4141.0, 4169.0, 4139.0, 4139.0, 4157.0, 4138.0, 4179.0, 4137.0, 4127.0, 4157.0, 4128.0, 4128.0, 4146.0, 4128.0, 4157.0, 4116.0, 4138.0, 4167.0, 4128.0, 4148.0, 4114.0, 4138.0, 4157.0, 4127.0, 4129.0, 4166.0, 4127.0, 4148.0, 4136.0, 4128.0, 4157.0, 4136.0, 4128.0, 4157.0, 4127.0, 4128.0, 4157.0, 4139.0, 4128.0, 4138.0, 4140.0, 4158.0, 4139.0, 4150.0, 4157.0, 4128.0, 4158.0, 4126.0, 4128.0, 4169.0, 4136.0, 4128.0, 4156.0, 4127.0, 4128.0, 4156.0, 4127.0, 4148.0, 4157.0, 4128.0, 4126.0, 4128.0, 4139.0, 4157.0, 4140.0, 4185.0, 4141.0, 4130.0, 4146.0, 4116.0, 4148.0, 4115.0, 4114.0, 4115.0, 4126.0, 4146.0, 4117.0, 4137.0, 4156.0, 4117.0, 4126.0, 4113.0, 4126.0, 4134.0, 4113.0, 4123.0, 4133.0, 4103.0, 4115.0, 4133.0, 4115.0, 4134.0, 4113.0, 4114.0, 4112.0, 4103.0, 4114.0, 4144.0, 4116.0, 4124.0, 4114.0, 4126.0, 4135.0, 4115.0, 4126.0, 4132.0, 4113.0, 4135.0, 4113.0, 4125.0, 4135.0, 4113.0, 4124.0, 4133.0, 4113.0, 4114.0, 4143.0, 4115.0, 4113.0, 4111.0, 4124.0, 4134.0, 4112.0, 4125.0, 4134.0, 4114.0, 4124.0, 4133.0, 4115.0, 4135.0, 4123.0, 4125.0, 4125.0, 4126.0, 4126.0, 4144.0, 4115.0, 4125.0, 4123.0, 4127.0, 4126.0, 4115.0, 4127.0, 4145.0, 4126.0, 4147.0, 4127.0, 4137.0, 4126.0, 4128.0, 4146.0, 4130.0, 4158.0, 4137.0, 4138.0, 4160.0, 4137.0, 4127.0, 4126.0, 4128.0, 4158.0, 4124.0, 4126.0, 4158.0, 4115.0, 4130.0, 4147.0, 4126.0, 4139.0, 4157.0, 4116.0, 4125.0, 4128.0, 4126.0, 4139.0, 4173.0, 4157.0, 4128.0, 4159.0, 4148.0, 4117.0, 4148.0, 4116.0, 4116.0, 4154.0, 4103.0, 4114.0, 4155.0, 4103.0, 4125.0, 4153.0, 4104.0, 4132.0, 4130.0, 4112.0, 4143.0, 4100.0, 4101.0, 4110.0, 4099.0, 4113.0, 4129.0, 4112.0, 4112.0, 4102.0, 4113.0, 4131.0, 4102.0, 4114.0, 4131.0, 4114.0, 4136.0, 4156.0, 4125.0, 4124.0, 4136.0, 4150.0, 4137.0, 4140.0, 4147.0, 4155.0, 4127.0, 4136.0, 4128.0, 4161.0, 4128.0, 4152.0, 4171.0, 4137.0, 4125.0, 4156.0, 4113.0, 4135.0, 4144.0, 4113.0, 4144.0, 4142.0, 4111.0, 4120.0, 4099.0, 4110.0, 4128.0, 4098.0, 4098.0, 4126.0, 4096.0, 4109.0, 4086.0, 4099.0, 4098.0, 4090.0, 4110.0, 4087.0, 4109.0, 4096.0, 4097.0, 4109.0, 4099.0, 4111.0, 4133.0, 4100.0, 4124.0, 4112.0, 4112.0, 4113.0, 4121.0, 4102.0, 4123.0, 4101.0, 4113.0, 4124.0, 4103.0, 4126.0, 4154.0, 4115.0, 4114.0, 4103.0, 4136.0, 4155.0, 4114.0, 4145.0, 4124.0, 4127.0, 4127.0, 4140.0, 4169.0, 4127.0, 4127.0, 4156.0, 4114.0, 4147.0, 4145.0, 4126.0, 4135.0, 4115.0, 4127.0, 4155.0, 4115.0, 4156.0, 4143.0, 4125.0, 4115.0, 4115.0, 4127.0, 4156.0, 4116.0, 4127.0, 4145.0, 4126.0, 4147.0, 4103.0, 4127.0, 4146.0, 4114.0, 4126.0, 4155.0, 4125.0, 4135.0, 4134.0, 4115.0, 4124.0, 4112.0, 4124.0, 4146.0, 4114.0, 4126.0, 4124.0, 4126.0, 4137.0, 4145.0, 4125.0, 4147.0, 4114.0, 4125.0, 4125.0, 4126.0, 4127.0, 4155.0, 4114.0, 4127.0, 4155.0, 4116.0, 4135.0, 4104.0, 4125.0, 4157.0, 4116.0, 4126.0, 4155.0, 4128.0, 4130.0, 4119.0, 4117.0, 4146.0, 4119.0, 4160.0, 4130.0, 4130.0, 4117.0, 4130.0, 4117.0, 4131.0, 4160.0, 4138.0, 4118.0, 4174.0, 4120.0, 4118.0, 4094.0, 4104.0, 4135.0, 4092.0, 4104.0, 4144.0, 4095.0, 4148.0, 4105.0, 4107.0, 4123.0, 4095.0, 4125.0, 4102.0, 4104.0, 4134.0, 4115.0, 4116.0, 4106.0, 4117.0, 4137.0, 4108.0, 4109.0, 4137.0, 4106.0, 4160.0, 4126.0, 4118.0, 4136.0, 4107.0, 4156.0, 4114.0, 4107.0, 4146.0, 4106.0, 4106.0, 4146.0, 4105.0, 4127.0, 4145.0, 4097.0, 4156.0, 4104.0, 4106.0, 4146.0, 4094.0, 4117.0, 4134.0, 4106.0, 4148.0, 4105.0, 4095.0, 4126.0, 4105.0, 4107.0, 4147.0, 4130.0, 4152.0, 4140.0, 4106.0, 4116.0, 4117.0, 4168.0, 4125.0, 4108.0, 4157.0, 4117.0, 4118.0, 4135.0, 4116.0, 4168.0, 4125.0, 4116.0, 4157.0, 4116.0, 4148.0, 4114.0, 4117.0, 4137.0, 4125.0, 4107.0, 4155.0, 4117.0, 4145.0, 4113.0, 4115.0, 4146.0, 4114.0, 4106.0, 4144.0, 4115.0, 4136.0, 4112.0, 4105.0, 4145.0, 4114.0, 4094.0, 4103.0, 4107.0, 4125.0, 4096.0, 4116.0, 4134.0, 4105.0, 4147.0, 4127.0, 4117.0, 4126.0, 4127.0, 4158.0, 4115.0, 4106.0, 4145.0, 4117.0, 4117.0, 4156.0, 4117.0, 4136.0, 4116.0, 4116.0, 4143.0, 4114.0, 4145.0, 4144.0, 4115.0, 4133.0, 4123.0, 4116.0, 4143.0, 4113.0, 4104.0, 4132.0, 4113.0, 4111.0, 4123.0, 4106.0, 4156.0, 4129.0, 4115.0, 4124.0, 4132.0, 4125.0, 4125.0, 4151.0, 4138.0, 4153.0, 4194.0, 4139.0, 4149.0, 4147.0, 4141.0, 4140.0, 4141.0, 4183.0, 4148.0, 4149.0, 4158.0, 4113.0, 4134.0, 4143.0, 4110.0, 4143.0, 4130.0, 4088.0, 4129.0, 4085.0, 4096.0, 4115.0, 4074.0, 4074.0, 4114.0, 4074.0, 4099.0, 4107.0, 4089.0, 4100.0, 4098.0, 4087.0, 4085.0, 4097.0, 4117.0, 4108.0, 4099.0, 4110.0, 4111.0, 4102.0, 4121.0, 4114.0, 4102.0, 4125.0, 4104.0, 4123.0, 4117.0, 4115.0, 4116.0, 4117.0, 4159.0, 4141.0, 4150.0, 4140.0, 4130.0, 4155.0, 4125.0, 4146.0, 4113.0, 4116.0, 4148.0, 4138.0, 4119.0, 4157.0, 4127.0, 4150.0, 4158.0, 4141.0, 4149.0, 4137.0, 4129.0, 4145.0, 4124.0, 4124.0, 4115.0, 4127.0, 4125.0, 4128.0, 4148.0, 4136.0, 4127.0, 4156.0, 4136.0, 4127.0, 4155.0, 4127.0, 4136.0, 4140.0, 4129.0, 4157.0, 4126.0, 4126.0, 4145.0, 4125.0, 4158.0, 4124.0, 4127.0, 4124.0, 4125.0, 4125.0, 4145.0, 4125.0, 4146.0, 4133.0, 4126.0, 4170.0, 4139.0, 4139.0, 4125.0, 4128.0, 4135.0, 4125.0, 4125.0, 4146.0, 4125.0, 4127.0, 4126.0, 4128.0, 4137.0, 4137.0, 4128.0, 4156.0, 4125.0, 4126.0, 4124.0, 4128.0, 4169.0, 4136.0, 4140.0, 4173.0, 4113.0, 4127.0, 4105.0, 4125.0, 4133.0, 4101.0, 4112.0, 4103.0, 4125.0, 4114.0, 4138.0, 4147.0, 4139.0, 4169.0, 4155.0, 4123.0, 4144.0, 4121.0, 4112.0, 4120.0, 4099.0, 4111.0, 4131.0, 4110.0, 4111.0, 4140.0, 4100.0, 4110.0, 4097.0, 4110.0, 4129.0, 4098.0, 4110.0, 4130.0, 4099.0, 4111.0, 4098.0, 4111.0, 4110.0, 4089.0, 4111.0, 4110.0, 4111.0, 4112.0, 4100.0, 4124.0, 4142.0, 4111.0, 4136.0, 4155.0, 4102.0, 4101.0, 4100.0, 4110.0, 4100.0, 4123.0, 4155.0, 4110.0, 4122.0, 4142.0, 4100.0, 4122.0, 4141.0, 4099.0, 4111.0, 4139.0, 4099.0, 4111.0, 4129.0, 4111.0, 4111.0, 4088.0, 4122.0, 4130.0, 4110.0, 4111.0, 4139.0, 4111.0, 4111.0, 4099.0, 4111.0, 4109.0, 4111.0, 4122.0, 4120.0, 4121.0, 4132.0, 4100.0, 4123.0, 4121.0, 4123.0, 4123.0, 4111.0, 4124.0, 4132.0, 4113.0, 4123.0, 4101.0, 4124.0, 4143.0, 4113.0, 4124.0, 4143.0, 4124.0, 4133.0, 4112.0, 4124.0, 4142.0, 4122.0, 4123.0, 4153.0, 4112.0, 4123.0, 4110.0, 4123.0, 4132.0, 4101.0, 4123.0, 4121.0, 4112.0, 4122.0, 4110.0, 4122.0, 4122.0, 4102.0, 4127.0, 4144.0, 4115.0, 4123.0, 4102.0, 4124.0, 4132.0, 4113.0, 4123.0, 4102.0, 4124.0, 4133.0, 4114.0, 4125.0, 4143.0, 4113.0, 4123.0, 4113.0, 4124.0, 4154.0, 4125.0, 4144.0, 4112.0, 4124.0, 4144.0, 4112.0, 4124.0, 4153.0, 4112.0, 4123.0, 4131.0, 4123.0, 4143.0, 4101.0, 4150.0, 4134.0, 4127.0, 4125.0, 4142.0, 4111.0, 4110.0, 4113.0, 4122.0, 4115.0, 4136.0, 4144.0, 4126.0, 4134.0, 4124.0, 4134.0, 4111.0, 4112.0, 4132.0, 4100.0, 4111.0, 4100.0, 4112.0, 4112.0, 4112.0, 4123.0, 4142.0, 4112.0, 4112.0, 4101.0, 4113.0, 4122.0, 4113.0, 4123.0, 4153.0, 4113.0, 4112.0, 4116.0, 4125.0, 4132.0, 4103.0, 4113.0, 4122.0, 4113.0, 4112.0, 4103.0, 4124.0, 4133.0, 4124.0, 4145.0, 4123.0, 4124.0, 4133.0, 4114.0, 4125.0, 4133.0, 4124.0, 4135.0, 4113.0, 4106.0, 4134.0, 4115.0, 4136.0, 4139.0, 4149.0], 'WindowWidth': [9294.0, 9257.0, 9304.0, 9219.0, 9207.0, 9238.0, 9200.0, 9200.0, 9218.0, 9196.0, 9253.0, 9192.0, 9182.0, 9219.0, 9184.0, 9182.0, 9201.0, 9182.0, 9218.0, 9165.0, 9196.0, 9233.0, 9184.0, 9210.0, 9159.0, 9197.0, 9222.0, 9180.0, 9184.0, 9230.0, 9179.0, 9210.0, 9189.0, 9183.0, 9221.0, 9190.0, 9180.0, 9218.0, 9181.0, 9183.0, 9220.0, 9198.0, 9181.0, 9198.0, 9204.0, 9221.0, 9197.0, 9212.0, 9217.0, 9181.0, 9220.0, 9174.0, 9183.0, 9238.0, 9190.0, 9181.0, 9216.0, 9179.0, 9182.0, 9215.0, 9178.0, 9210.0, 9218.0, 9182.0, 9176.0, 9181.0, 9199.0, 9219.0, 9202.0, 9269.0, 9201.0, 9185.0, 9193.0, 9153.0, 9201.0, 9154.0, 9150.0, 9152.0, 9168.0, 9196.0, 9157.0, 9189.0, 9214.0, 9158.0, 9170.0, 9149.0, 9169.0, 9179.0, 9146.0, 9161.0, 9174.0, 9134.0, 9152.0, 9173.0, 9151.0, 9178.0, 9147.0, 9150.0, 9144.0, 9135.0, 9151.0, 9190.0, 9155.0, 9164.0, 9149.0, 9168.0, 9179.0, 9153.0, 9170.0, 9172.0, 9149.0, 9180.0, 9147.0, 9166.0, 9178.0, 9147.0, 9164.0, 9173.0, 9146.0, 9150.0, 9189.0, 9152.0, 9149.0, 9141.0, 9164.0, 9176.0, 9146.0, 9167.0, 9177.0, 9150.0, 9166.0, 9176.0, 9152.0, 9180.0, 9160.0, 9168.0, 9165.0, 9170.0, 9170.0, 9191.0, 9153.0, 9168.0, 9161.0, 9172.0, 9170.0, 9155.0, 9172.0, 9194.0, 9172.0, 9203.0, 9176.0, 9189.0, 9170.0, 9176.0, 9197.0, 9182.0, 9219.0, 9188.0, 9192.0, 9224.0, 9187.0, 9175.0, 9170.0, 9178.0, 9219.0, 9166.0, 9171.0, 9217.0, 9154.0, 9180.0, 9199.0, 9170.0, 9191.0, 9212.0, 9156.0, 9167.0, 9176.0, 9171.0, 9196.0, 9247.0, 9215.0, 9177.0, 9224.0, 9203.0, 9160.0, 9203.0, 9158.0, 9158.0, 9207.0, 9137.0, 9153.0, 9208.0, 9136.0, 9170.0, 9204.0, 9136.0, 9174.0, 9168.0, 9145.0, 9189.0, 9124.0, 9128.0, 9137.0, 9123.0, 9145.0, 9164.0, 9146.0, 9146.0, 9131.0, 9147.0, 9168.0, 9133.0, 9150.0, 9169.0, 9151.0, 9185.0, 9212.0, 9170.0, 9164.0, 9183.0, 9214.0, 9191.0, 9200.0, 9204.0, 9212.0, 9173.0, 9185.0, 9182.0, 9229.0, 9183.0, 9217.0, 9246.0, 9188.0, 9170.0, 9213.0, 9148.0, 9180.0, 9194.0, 9147.0, 9194.0, 9185.0, 9141.0, 9153.0, 9123.0, 9140.0, 9161.0, 9118.0, 9120.0, 9154.0, 9115.0, 9136.0, 9100.0, 9121.0, 9118.0, 9111.0, 9142.0, 9105.0, 9136.0, 9115.0, 9118.0, 9137.0, 9121.0, 9144.0, 9175.0, 9128.0, 9165.0, 9144.0, 9147.0, 9150.0, 9155.0, 9131.0, 9161.0, 9129.0, 9149.0, 9165.0, 9136.0, 9173.0, 9208.0, 9156.0, 9153.0, 9139.0, 9187.0, 9209.0, 9153.0, 9195.0, 9166.0, 9174.0, 9176.0, 9196.0, 9235.0, 9174.0, 9173.0, 9212.0, 9153.0, 9200.0, 9196.0, 9171.0, 9181.0, 9156.0, 9175.0, 9210.0, 9155.0, 9213.0, 9191.0, 9169.0, 9155.0, 9157.0, 9174.0, 9211.0, 9157.0, 9173.0, 9194.0, 9170.0, 9199.0, 9137.0, 9173.0, 9198.0, 9153.0, 9170.0, 9209.0, 9167.0, 9184.0, 9179.0, 9156.0, 9167.0, 9148.0, 9167.0, 9197.0, 9153.0, 9173.0, 9166.0, 9173.0, 9190.0, 9196.0, 9168.0, 9200.0, 9153.0, 9170.0, 9168.0, 9171.0, 9175.0, 9210.0, 9155.0, 9173.0, 9209.0, 9157.0, 9182.0, 9138.0, 9169.0, 9210.0, 9155.0, 9170.0, 9209.0, 9178.0, 9185.0, 9165.0, 9158.0, 9197.0, 9169.0, 9221.0, 9182.0, 9176.0, 9157.0, 9181.0, 9160.0, 9183.0, 9226.0, 9185.0, 9162.0, 9247.0, 9168.0, 9163.0, 9121.0, 9136.0, 9177.0, 9117.0, 9136.0, 9187.0, 9128.0, 9200.0, 9140.0, 9144.0, 9160.0, 9128.0, 9167.0, 9132.0, 9138.0, 9178.0, 9154.0, 9157.0, 9142.0, 9161.0, 9186.0, 9145.0, 9145.0, 9183.0, 9146.0, 9221.0, 9171.0, 9162.0, 9182.0, 9148.0, 9211.0, 9150.0, 9144.0, 9196.0, 9140.0, 9140.0, 9194.0, 9140.0, 9171.0, 9191.0, 9131.0, 9208.0, 9136.0, 9142.0, 9193.0, 9124.0, 9159.0, 9176.0, 9142.0, 9202.0, 9138.0, 9126.0, 9165.0, 9140.0, 9147.0, 9198.0, 9185.0, 9216.0, 9196.0, 9146.0, 9156.0, 9161.0, 9231.0, 9168.0, 9149.0, 9212.0, 9159.0, 9162.0, 9181.0, 9158.0, 9230.0, 9169.0, 9157.0, 9211.0, 9156.0, 9201.0, 9151.0, 9159.0, 9186.0, 9167.0, 9145.0, 9207.0, 9158.0, 9195.0, 9147.0, 9153.0, 9197.0, 9152.0, 9141.0, 9191.0, 9154.0, 9181.0, 9145.0, 9141.0, 9193.0, 9151.0, 9124.0, 9134.0, 9146.0, 9170.0, 9132.0, 9159.0, 9176.0, 9142.0, 9198.0, 9175.0, 9158.0, 9172.0, 9175.0, 9218.0, 9153.0, 9143.0, 9193.0, 9160.0, 9160.0, 9210.0, 9163.0, 9187.0, 9162.0, 9161.0, 9189.0, 9151.0, 9195.0, 9190.0, 9154.0, 9176.0, 9162.0, 9156.0, 9190.0, 9150.0, 9140.0, 9172.0, 9149.0, 9144.0, 9161.0, 9144.0, 9214.0, 9179.0, 9156.0, 9165.0, 9169.0, 9165.0, 9169.0, 9211.0, 9194.0, 9223.0, 9280.0, 9196.0, 9206.0, 9202.0, 9201.0, 9199.0, 9204.0, 9265.0, 9207.0, 9209.0, 9222.0, 9150.0, 9181.0, 9192.0, 9138.0, 9190.0, 9164.0, 9107.0, 9163.0, 9096.0, 9114.0, 9138.0, 9081.0, 9081.0, 9132.0, 9082.0, 9124.0, 9128.0, 9110.0, 9130.0, 9121.0, 9108.0, 9100.0, 9121.0, 9145.0, 9133.0, 9127.0, 9141.0, 9145.0, 9136.0, 9158.0, 9156.0, 9137.0, 9168.0, 9141.0, 9163.0, 9153.0, 9147.0, 9150.0, 9163.0, 9219.0, 9200.0, 9214.0, 9200.0, 9187.0, 9213.0, 9170.0, 9202.0, 9152.0, 9160.0, 9207.0, 9195.0, 9169.0, 9216.0, 9175.0, 9209.0, 9219.0, 9205.0, 9210.0, 9189.0, 9182.0, 9197.0, 9170.0, 9170.0, 9157.0, 9177.0, 9170.0, 9180.0, 9206.0, 9188.0, 9178.0, 9214.0, 9186.0, 9176.0, 9212.0, 9175.0, 9189.0, 9200.0, 9186.0, 9216.0, 9173.0, 9174.0, 9198.0, 9172.0, 9219.0, 9168.0, 9175.0, 9168.0, 9171.0, 9173.0, 9197.0, 9172.0, 9200.0, 9180.0, 9174.0, 9241.0, 9200.0, 9199.0, 9172.0, 9179.0, 9185.0, 9170.0, 9173.0, 9203.0, 9173.0, 9177.0, 9174.0, 9181.0, 9192.0, 9190.0, 9181.0, 9215.0, 9173.0, 9175.0, 9170.0, 9181.0, 9237.0, 9187.0, 9201.0, 9248.0, 9144.0, 9167.0, 9136.0, 9163.0, 9173.0, 9125.0, 9137.0, 9130.0, 9163.0, 9147.0, 9187.0, 9198.0, 9190.0, 9230.0, 9205.0, 9156.0, 9188.0, 9152.0, 9140.0, 9150.0, 9120.0, 9138.0, 9164.0, 9136.0, 9139.0, 9178.0, 9121.0, 9133.0, 9113.0, 9133.0, 9160.0, 9115.0, 9136.0, 9161.0, 9120.0, 9137.0, 9116.0, 9138.0, 9136.0, 9105.0, 9138.0, 9136.0, 9137.0, 9140.0, 9123.0, 9159.0, 9184.0, 9139.0, 9181.0, 9206.0, 9129.0, 9124.0, 9122.0, 9135.0, 9121.0, 9160.0, 9205.0, 9136.0, 9155.0, 9184.0, 9122.0, 9154.0, 9180.0, 9120.0, 9138.0, 9174.0, 9121.0, 9138.0, 9160.0, 9137.0, 9138.0, 9104.0, 9155.0, 9163.0, 9136.0, 9138.0, 9175.0, 9139.0, 9140.0, 9121.0, 9139.0, 9134.0, 9140.0, 9156.0, 9149.0, 9154.0, 9168.0, 9125.0, 9157.0, 9153.0, 9159.0, 9160.0, 9142.0, 9161.0, 9169.0, 9146.0, 9157.0, 9127.0, 9163.0, 9185.0, 9146.0, 9163.0, 9189.0, 9161.0, 9174.0, 9142.0, 9161.0, 9185.0, 9156.0, 9159.0, 9202.0, 9142.0, 9158.0, 9139.0, 9158.0, 9170.0, 9128.0, 9159.0, 9155.0, 9143.0, 9156.0, 9139.0, 9157.0, 9157.0, 9130.0, 9169.0, 9187.0, 9150.0, 9157.0, 9131.0, 9162.0, 9171.0, 9145.0, 9158.0, 9129.0, 9163.0, 9173.0, 9148.0, 9164.0, 9189.0, 9147.0, 9160.0, 9147.0, 9163.0, 9203.0, 9163.0, 9189.0, 9142.0, 9161.0, 9190.0, 9144.0, 9162.0, 9199.0, 9143.0, 9158.0, 9167.0, 9157.0, 9185.0, 9125.0, 9209.0, 9178.0, 9177.0, 9167.0, 9186.0, 9142.0, 9135.0, 9148.0, 9156.0, 9153.0, 9182.0, 9190.0, 9168.0, 9176.0, 9163.0, 9177.0, 9141.0, 9142.0, 9169.0, 9124.0, 9139.0, 9122.0, 9144.0, 9143.0, 9142.0, 9160.0, 9185.0, 9144.0, 9143.0, 9127.0, 9146.0, 9156.0, 9146.0, 9160.0, 9200.0, 9147.0, 9145.0, 9157.0, 9167.0, 9171.0, 9133.0, 9148.0, 9157.0, 9147.0, 9143.0, 9134.0, 9162.0, 9172.0, 9162.0, 9192.0, 9159.0, 9164.0, 9174.0, 9150.0, 9166.0, 9174.0, 9162.0, 9174.0, 9138.0, 9133.0, 9166.0, 9150.0, 9186.0, 9195.0, 9211.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.005940955120828539</td></tr>
<tr><td colspan=3>aqi</td><td>0.10545268745684695</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.23243436056449</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1216868111059888</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9621468436520736</td></tr>
<tr><td colspan=3>efc</td><td>0.4771</td></tr>
<tr><td colspan=3>fber</td><td>4869.8252</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1370228648335064</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.852704257767549</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.523747155119769</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3429449441398393</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7757185701853486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4525779510341184</td></tr>
<tr><td colspan=3>gcor</td><td>0.00567871</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02084163762629032</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027085859328508377</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.478272574040805</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>40.6876</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.134</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.1598</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300824.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>676.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.6117</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.037</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.2394</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3356.6291</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3495.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75720.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>780.4297</td></tr>
<tr><td colspan=3>tsnr</td><td>21.366004562471062</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>