<?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-0076_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0076_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-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-03/func/sub-0076_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d9b683c2d74fbf95954ec954f9249ec4</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>10:29:33.857500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99997, -0.0076198, 0.00120656, 0.0075049, 0.997029, 0.0766543]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100453</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7718, -7248, 682, 21, 10, -25, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</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>243.953</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c56ea18-3977-4e41-9fd9-21bebdb935d7||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682847023010254, 0.020135093480348587, 0.00482508260756731, 110.50930786132812], [0.02044336125254631, 2.674957275390625, 0.20693591237068176, -99.76696014404297], [0.0032371170818805695, -0.20565779507160187, 2.69205379486084, -46.573734283447266], [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': ['102933.857500', '102934.317500', '102934.777500', '102935.237500', '102935.697500', '102936.157500', '102936.617500', '102937.077500', '102937.537500', '102937.997500', '102938.457500', '102938.917500', '102939.377500', '102939.837500', '102940.297500', '102940.757500', '102941.217500', '102941.677500', '102942.137500', '102942.597500', '102943.057500', '102943.517500', '102943.977500', '102944.437500', '102944.897500', '102945.357500', '102945.817500', '102946.277500', '102946.737500', '102947.197500', '102947.657500', '102948.117500', '102948.577500', '102949.037500', '102949.497500', '102949.957500', '102950.417500', '102950.877500', '102951.337500', '102951.797500', '102952.257500', '102952.717500', '102953.177500', '102953.637500', '102954.097500', '102954.557500', '102955.017500', '102955.477500', '102955.937500', '102956.397500', '102956.857500', '102957.317500', '102957.777500', '102958.237500', '102958.697500', '102959.157500', '102959.617500', '103000.077500', '103000.537500', '103000.997500', '103001.457500', '103001.917500', '103002.377500', '103002.837500', '103003.297500', '103003.757500', '103004.217500', '103004.677500', '103005.137500', '103005.597500', '103006.057500', '103006.517500', '103006.977500', '103007.437500', '103007.897500', '103008.357500', '103008.817500', '103009.277500', '103009.737500', '103010.197500', '103010.657500', '103011.117500', '103011.577500', '103012.037500', '103012.497500', '103012.957500', '103013.417500', '103013.877500', '103014.337500', '103014.797500', '103015.257500', '103015.717500', '103016.177500', '103016.637500', '103017.097500', '103017.557500', '103018.017500', '103018.477500', '103018.937500', '103019.397500', '103019.857500', '103020.317500', '103020.777500', '103021.237500', '103021.697500', '103022.157500', '103022.617500', '103023.077500', '103023.537500', '103023.997500', '103024.457500', '103024.917500', '103025.377500', '103025.837500', '103026.297500', '103026.757500', '103027.217500', '103027.677500', '103028.137500', '103028.597500', '103029.057500', '103029.517500', '103029.977500', '103030.437500', '103030.897500', '103031.357500', '103031.817500', '103032.277500', '103032.737500', '103033.197500', '103033.657500', '103034.117500', '103034.577500', '103035.037500', '103035.497500', '103035.957500', '103036.417500', '103036.877500', '103037.337500', '103037.797500', '103038.257500', '103038.717500', '103039.177500', '103039.637500', '103040.097500', '103040.557500', '103041.017500', '103041.477500', '103041.937500', '103042.397500', '103042.857500', '103043.317500', '103043.777500', '103044.237500', '103044.697500', '103045.157500', '103045.617500', '103046.077500', '103046.537500', '103046.997500', '103047.457500', '103047.917500', '103048.377500', '103048.837500', '103049.297500', '103049.757500', '103050.217500', '103050.677500', '103051.137500', '103051.597500', '103052.057500', '103052.517500', '103052.977500', '103053.437500', '103053.897500', '103054.357500', '103054.817500', '103055.277500', '103055.737500', '103056.197500', '103056.657500', '103057.117500', '103057.577500', '103058.037500', '103058.497500', '103058.957500', '103059.417500', '103059.877500', '103100.337500', '103100.797500', '103101.257500', '103101.717500', '103102.177500', '103102.637500', '103103.097500', '103103.557500', '103104.017500', '103104.477500', '103104.937500', '103105.397500', '103105.857500', '103106.317500', '103106.777500', '103107.237500', '103107.697500', '103108.157500', '103108.617500', '103109.077500', '103109.537500', '103109.997500', '103110.457500', '103110.917500', '103111.377500', '103111.837500', '103112.297500', '103112.757500', '103113.217500', '103113.677500', '103114.137500', '103114.597500', '103115.057500', '103115.517500', '103115.977500', '103116.437500', '103116.897500', '103117.357500', '103117.817500', '103118.277500', '103118.737500', '103119.197500', '103119.657500', '103120.117500', '103120.577500', '103121.037500', '103121.497500', '103121.957500', '103122.417500', '103122.877500', '103123.337500', '103123.797500', '103124.257500', '103124.717500', '103125.177500', '103125.637500', '103126.097500', '103126.557500', '103127.017500', '103127.477500', '103127.937500', '103128.397500', '103128.857500', '103129.317500', '103129.777500', '103130.237500', '103130.697500', '103131.157500', '103131.617500', '103132.077500', '103132.537500', '103132.997500', '103133.457500', '103133.917500', '103134.377500', '103134.837500', '103135.297500', '103135.757500', '103136.217500', '103136.677500', '103137.137500', '103137.597500', '103138.057500', '103138.517500', '103138.977500', '103139.437500', '103139.897500', '103140.357500', '103140.817500', '103141.277500', '103141.737500', '103142.197500', '103142.657500', '103143.117500', '103143.577500', '103144.037500', '103144.497500', '103144.957500', '103145.417500', '103145.877500', '103146.337500', '103146.797500', '103147.257500', '103147.717500', '103148.177500', '103148.637500', '103149.097500', '103149.557500', '103150.017500', '103150.477500', '103150.937500', '103151.397500', '103151.857500', '103152.317500', '103152.777500', '103153.237500', '103153.697500', '103154.157500', '103154.617500', '103155.077500', '103155.537500', '103155.997500', '103156.457500', '103156.917500', '103157.377500', '103157.837500', '103158.297500', '103158.757500', '103159.217500', '103159.677500', '103200.137500', '103200.597500', '103201.057500', '103201.517500', '103201.977500', '103202.437500', '103202.897500', '103203.357500', '103203.817500', '103204.277500', '103204.737500', '103205.197500', '103205.657500', '103206.117500', '103206.577500', '103207.037500', '103207.497500', '103207.957500', '103208.417500', '103208.877500', '103209.337500', '103209.797500', '103210.257500', '103210.717500', '103211.177500', '103211.637500', '103212.097500', '103212.557500', '103213.017500', '103213.477500', '103213.937500', '103214.397500', '103214.857500', '103215.317500', '103215.777500', '103216.237500', '103216.697500', '103217.157500', '103217.617500', '103218.077500', '103218.537500', '103218.997500', '103219.457500', '103219.917500', '103220.377500', '103220.837500', '103221.297500', '103221.757500', '103222.217500', '103222.677500', '103223.137500', '103223.597500', '103224.057500', '103224.517500', '103224.977500', '103225.437500', '103225.897500', '103226.357500', '103226.817500', '103227.277500', '103227.737500', '103228.197500', '103228.657500', '103229.117500', '103229.577500', '103230.037500', '103230.497500', '103230.957500', '103231.417500', '103231.877500', '103232.337500', '103232.797500', '103233.257500', '103233.717500', '103234.177500', '103234.637500', '103235.097500', '103235.557500', '103236.017500', '103236.477500', '103236.937500', '103237.397500', '103237.857500', '103238.317500', '103238.777500', '103239.237500', '103239.697500', '103240.157500', '103240.617500', '103241.077500', '103241.537500', '103241.997500', '103242.457500', '103242.917500', '103243.377500', '103243.837500', '103244.297500', '103244.757500', '103245.217500', '103245.677500', '103246.137500', '103246.597500', '103247.057500', '103247.517500', '103247.977500', '103248.437500', '103248.897500', '103249.357500', '103249.817500', '103250.277500', '103250.737500', '103251.197500', '103251.657500', '103252.117500', '103252.577500', '103253.037500', '103253.497500', '103253.957500', '103254.417500', '103254.877500', '103255.337500', '103255.797500', '103256.257500', '103256.717500', '103257.177500', '103257.637500', '103258.097500', '103258.557500', '103259.017500', '103259.477500', '103259.937500', '103300.397500', '103300.857500', '103301.317500', '103301.777500', '103302.237500', '103302.697500', '103303.157500', '103303.617500', '103304.077500', '103304.537500', '103304.997500', '103305.457500', '103305.917500', '103306.377500', '103306.837500', '103307.297500', '103307.757500', '103308.217500', '103308.677500', '103309.137500', '103309.597500', '103310.057500', '103310.517500', '103310.977500', '103311.437500', '103311.897500', '103312.357500', '103312.817500', '103313.277500', '103313.737500', '103314.197500', '103314.657500', '103315.117500', '103315.577500', '103316.037500', '103316.497500', '103316.957500', '103317.417500', '103317.877500', '103318.337500', '103318.797500', '103319.257500', '103319.717500', '103320.177500', '103320.637500', '103321.097500', '103321.557500', '103322.017500', '103322.477500', '103322.937500', '103323.397500', '103323.857500', '103324.317500', '103324.777500', '103325.237500', '103325.697500', '103326.157500', '103326.617500', '103327.077500', '103327.537500', '103327.997500', '103328.457500', '103328.917500', '103329.377500', '103329.837500', '103330.297500', '103330.757500', '103331.217500', '103331.677500', '103332.137500', '103332.597500', '103333.057500', '103333.517500', '103333.977500', '103334.437500', '103334.897500', '103335.357500', '103335.817500', '103336.277500', '103336.737500', '103337.197500', '103337.657500', '103338.117500', '103338.577500', '103339.037500', '103339.497500', '103339.957500', '103340.417500', '103340.877500', '103341.337500', '103341.797500', '103342.257500', '103342.717500', '103343.177500', '103343.637500', '103344.097500', '103344.557500', '103345.017500', '103345.477500', '103345.937500', '103346.397500', '103346.857500', '103347.317500', '103347.777500', '103348.237500', '103348.697500', '103349.157500', '103349.617500', '103350.077500', '103350.537500', '103350.997500', '103351.457500', '103351.917500', '103352.377500', '103352.837500', '103353.297500', '103353.757500', '103354.217500', '103354.677500', '103355.137500', '103355.597500', '103356.057500', '103356.517500', '103356.977500', '103357.437500', '103357.897500', '103358.357500', '103358.817500', '103359.277500', '103359.737500', '103400.197500', '103400.657500', '103401.117500', '103401.577500', '103402.037500', '103402.497500', '103402.957500', '103403.417500', '103403.877500', '103404.337500', '103404.797500', '103405.257500', '103405.717500', '103406.177500', '103406.637500', '103407.097500', '103407.557500', '103408.017500', '103408.477500', '103408.937500', '103409.397500', '103409.857500', '103410.317500', '103410.777500', '103411.237500', '103411.697500', '103412.157500', '103412.617500', '103413.077500', '103413.537500', '103413.997500', '103414.457500', '103414.917500', '103415.377500', '103415.837500', '103416.297500', '103416.757500', '103417.217500', '103417.677500', '103418.137500', '103418.597500', '103419.057500', '103419.517500', '103419.977500', '103420.437500', '103420.897500', '103421.357500', '103421.817500', '103422.277500', '103422.737500', '103423.197500', '103423.657500', '103424.117500', '103424.577500', '103425.037500', '103425.497500', '103425.957500', '103426.417500', '103426.877500', '103427.337500', '103427.797500', '103428.257500', '103428.717500', '103429.177500', '103429.637500', '103430.097500', '103430.557500', '103431.017500', '103431.477500', '103431.937500', '103432.397500', '103432.857500', '103433.317500', '103433.777500', '103434.237500', '103434.697500', '103435.157500', '103435.617500', '103436.077500', '103436.537500', '103436.997500', '103437.457500', '103437.917500', '103438.377500', '103438.837500', '103439.297500', '103439.757500', '103440.217500', '103440.677500', '103441.137500', '103441.597500', '103442.057500', '103442.517500', '103442.977500', '103443.437500', '103443.897500', '103444.357500', '103444.817500', '103445.277500', '103445.737500', '103446.197500', '103446.657500', '103447.117500', '103447.577500', '103448.037500', '103448.497500', '103448.957500', '103449.417500', '103449.877500', '103450.337500', '103450.797500', '103451.257500', '103451.717500', '103452.177500', '103452.637500', '103453.097500', '103453.557500', '103454.017500', '103454.477500', '103454.937500', '103455.397500', '103455.857500', '103456.317500', '103456.777500', '103457.237500', '103457.697500', '103458.157500', '103458.617500', '103459.077500', '103459.537500', '103459.997500', '103500.457500', '103500.917500', '103501.377500', '103501.837500', '103502.297500', '103502.757500', '103503.217500', '103503.677500', '103504.137500', '103504.597500', '103505.057500', '103505.517500', '103505.977500', '103506.437500', '103506.897500', '103507.357500', '103507.817500', '103508.277500', '103508.737500', '103509.197500', '103509.657500', '103510.117500', '103510.577500', '103511.037500', '103511.497500', '103511.957500', '103512.417500', '103512.877500', '103513.337500', '103513.797500', '103514.257500', '103514.717500', '103515.177500', '103515.637500', '103516.097500', '103516.557500', '103517.017500', '103517.477500', '103517.937500', '103518.397500', '103518.857500', '103519.317500', '103519.777500', '103520.237500', '103520.697500', '103521.157500', '103521.617500', '103522.077500', '103522.537500', '103522.997500', '103523.457500', '103523.917500', '103524.377500', '103524.837500', '103525.297500', '103525.757500', '103526.217500', '103526.677500', '103527.137500', '103527.597500', '103528.057500', '103528.517500', '103528.977500', '103529.437500', '103529.897500', '103530.357500', '103530.817500', '103531.277500', '103531.737500', '103532.197500', '103532.657500', '103533.117500', '103533.577500', '103534.037500', '103534.497500', '103534.957500', '103535.417500', '103535.877500', '103536.337500', '103536.797500', '103537.257500', '103537.717500', '103538.177500', '103538.637500', '103539.097500', '103539.557500', '103540.017500', '103540.477500', '103540.937500', '103541.397500', '103541.857500', '103542.317500', '103542.777500', '103543.237500', '103543.697500', '103544.157500', '103544.617500', '103545.077500', '103545.537500', '103545.997500', '103546.457500', '103546.917500', '103547.377500', '103547.837500', '103548.297500', '103548.757500', '103549.217500', '103549.677500', '103550.137500', '103550.597500', '103551.057500', '103551.517500', '103551.977500', '103552.437500', '103552.897500', '103553.357500', '103553.817500', '103554.277500', '103554.737500', '103555.197500', '103555.657500', '103556.117500', '103556.577500', '103557.037500', '103557.497500', '103557.957500', '103558.417500', '103558.877500', '103559.337500', '103559.797500', '103600.257500', '103600.717500', '103601.177500', '103601.637500', '103602.097500', '103602.557500', '103603.017500', '103603.477500', '103603.937500', '103604.397500', '103604.857500', '103605.317500', '103605.777500', '103606.237500', '103606.697500', '103607.157500', '103607.617500', '103608.077500', '103608.537500', '103608.997500', '103609.457500', '103609.917500', '103610.377500', '103610.837500', '103611.297500', '103611.757500', '103612.217500', '103612.677500', '103613.137500', '103613.597500', '103614.057500', '103614.517500'], 'ContentTime': ['102958.577000', '102958.581000', '102958.583000', '102958.586000', '102958.588000', '102958.591000', '102958.594000', '102958.596000', '102958.599000', '102958.601000', '102958.604000', '102958.606000', '102958.609000', '102958.612000', '102958.614000', '102958.617000', '102958.619000', '102958.622000', '102958.625000', '102958.627000', '102958.630000', '102958.632000', '102958.635000', '102958.637000', '102958.640000', '102958.643000', '102958.645000', '102958.648000', '102958.650000', '102958.653000', '102958.655000', '102958.666000', '102958.669000', '102958.672000', '102958.675000', '102958.677000', '102958.680000', '102958.682000', '102958.685000', '102958.687000', '102958.690000', '102958.693000', '102958.695000', '102958.698000', '102958.700000', '102958.703000', '102958.705000', '102958.708000', '102958.710000', '102958.713000', '102958.715000', '103018.549000', '103018.552000', '103018.555000', '103018.557000', '103018.560000', '103018.563000', '103018.566000', '103018.569000', '103018.572000', '103018.574000', '103018.577000', '103018.579000', '103018.582000', '103018.585000', '103018.587000', '103018.590000', '103018.592000', '103018.595000', '103018.599000', '103018.602000', '103018.604000', '103018.607000', '103018.609000', '103018.612000', '103018.615000', '103018.617000', '103018.620000', '103018.622000', '103018.625000', '103018.627000', '103018.630000', '103018.632000', '103018.635000', '103018.640000', '103018.643000', '103018.645000', '103018.648000', '103018.650000', '103018.653000', '103018.655000', '103018.658000', '103018.660000', '103018.663000', '103038.549000', '103038.552000', '103038.555000', '103038.557000', '103038.560000', '103038.562000', '103038.565000', '103038.568000', '103038.570000', '103038.573000', '103038.575000', '103038.578000', '103038.580000', '103038.583000', '103038.586000', '103038.589000', '103038.591000', '103038.594000', '103038.623000', '103038.625000', '103038.628000', '103038.630000', '103038.633000', '103038.636000', '103038.638000', '103038.641000', '103038.643000', '103038.646000', '103038.648000', '103038.651000', '103038.653000', '103038.656000', '103038.663000', '103038.665000', '103038.668000', '103038.670000', '103038.673000', '103038.675000', '103038.678000', '103038.681000', '103038.683000', '103038.686000', '103038.688000', '103038.691000', '103058.548000', '103058.551000', '103058.554000', '103058.556000', '103058.559000', '103058.562000', '103058.564000', '103058.567000', '103058.569000', '103058.572000', '103058.574000', '103058.577000', '103058.580000', '103058.582000', '103058.585000', '103058.587000', '103058.591000', '103058.593000', '103058.596000', '103058.599000', '103058.601000', '103058.604000', '103058.606000', '103058.609000', '103058.611000', '103058.614000', '103058.617000', '103058.619000', '103058.622000', '103058.624000', '103058.627000', '103058.629000', '103058.632000', '103058.635000', '103058.637000', '103058.640000', '103058.642000', '103058.645000', '103058.648000', '103058.650000', '103058.653000', '103058.655000', '103058.658000', '103058.661000', '103118.548000', '103118.558000', '103118.561000', '103118.563000', '103118.566000', '103118.568000', '103118.571000', '103118.573000', '103118.576000', '103118.579000', '103118.581000', '103118.584000', '103118.586000', '103118.589000', '103118.592000', '103118.595000', '103118.597000', '103118.600000', '103118.602000', '103118.605000', '103118.607000', '103118.610000', '103118.612000', '103118.615000', '103118.618000', '103118.620000', '103118.623000', '103118.625000', '103118.628000', '103118.631000', '103118.633000', '103118.636000', '103118.638000', '103118.641000', '103118.643000', '103118.646000', '103118.649000', '103118.651000', '103118.654000', '103118.657000', '103118.659000', '103118.662000', '103118.664000', '103138.549000', '103138.552000', '103138.555000', '103138.557000', '103138.560000', '103138.563000', '103138.565000', '103138.568000', '103138.571000', '103138.573000', '103138.576000', '103138.578000', '103138.581000', '103138.584000', '103138.586000', '103138.589000', '103138.592000', '103138.594000', '103138.597000', '103138.599000', '103138.602000', '103138.604000', '103138.607000', '103138.609000', '103138.612000', '103138.615000', '103138.617000', '103138.620000', '103138.622000', '103138.625000', '103138.627000', '103138.630000', '103138.633000', '103138.635000', '103138.638000', '103138.640000', '103138.643000', '103138.645000', '103138.648000', '103138.650000', '103138.653000', '103138.655000', '103138.658000', '103138.661000', '103158.549000', '103158.552000', '103158.555000', '103158.557000', '103158.560000', '103158.562000', '103158.565000', '103158.568000', '103158.570000', '103158.573000', '103158.575000', '103158.578000', '103158.580000', '103158.583000', '103158.585000', '103158.588000', '103158.591000', '103158.593000', '103158.596000', '103158.598000', '103158.601000', '103158.603000', '103158.606000', '103158.609000', '103158.611000', '103158.614000', '103158.616000', '103158.619000', '103158.622000', '103158.624000', '103158.627000', '103158.629000', '103158.632000', '103158.635000', '103158.637000', '103158.640000', '103158.642000', '103158.645000', '103158.648000', '103158.650000', '103158.653000', '103158.655000', '103158.658000', '103218.550000', '103218.553000', '103218.555000', '103218.558000', '103218.561000', '103218.564000', '103218.566000', '103218.569000', '103218.572000', '103218.574000', '103218.577000', '103218.579000', '103218.582000', '103218.597000', '103218.600000', '103218.602000', '103218.605000', '103218.607000', '103218.610000', '103218.612000', '103218.615000', '103218.618000', '103218.621000', '103218.623000', '103218.626000', '103218.629000', '103218.631000', '103218.634000', '103218.636000', '103218.639000', '103218.642000', '103218.644000', '103218.647000', '103218.649000', '103218.652000', '103218.654000', '103218.657000', '103218.659000', '103218.662000', '103218.665000', '103218.667000', '103218.670000', '103218.672000', '103218.675000', '103238.549000', '103238.552000', '103238.555000', '103238.557000', '103238.560000', '103238.563000', '103238.565000', '103238.568000', '103238.570000', '103238.573000', '103238.576000', '103238.578000', '103238.581000', '103238.583000', '103238.586000', '103238.589000', '103238.591000', '103238.594000', '103238.596000', '103238.599000', '103238.602000', '103238.604000', '103238.607000', '103238.609000', '103238.612000', '103238.614000', '103238.617000', '103238.619000', '103238.622000', '103238.625000', '103238.627000', '103238.630000', '103238.632000', '103238.635000', '103238.637000', '103238.640000', '103238.642000', '103238.645000', '103238.648000', '103238.650000', '103238.653000', '103238.655000', '103238.658000', '103258.550000', '103258.552000', '103258.555000', '103258.557000', '103258.560000', '103258.562000', '103258.565000', '103258.568000', '103258.570000', '103258.573000', '103258.576000', '103258.578000', '103258.581000', '103258.583000', '103258.586000', '103258.589000', '103258.591000', '103258.594000', '103258.596000', '103258.599000', '103258.602000', '103258.604000', '103258.607000', '103258.609000', '103258.612000', '103258.615000', '103258.617000', '103258.620000', '103258.622000', '103258.625000', '103258.628000', '103258.630000', '103258.633000', '103258.635000', '103258.638000', '103258.647000', '103258.649000', '103258.652000', '103258.655000', '103258.657000', '103258.660000', '103258.663000', '103258.665000', '103258.668000', '103318.548000', '103318.551000', '103318.554000', '103318.557000', '103318.560000', '103318.563000', '103318.565000', '103318.568000', '103318.570000', '103318.573000', '103318.576000', '103318.578000', '103318.581000', '103318.583000', '103318.586000', '103318.589000', '103318.591000', '103318.594000', '103318.596000', '103318.599000', '103318.602000', '103318.604000', '103318.607000', '103318.609000', '103318.612000', '103318.615000', '103318.617000', '103318.620000', '103318.622000', '103318.625000', '103318.628000', '103318.630000', '103318.633000', '103318.635000', '103318.638000', '103318.640000', '103318.643000', '103318.645000', '103318.648000', '103318.651000', '103318.653000', '103318.656000', '103318.658000', '103338.548000', '103338.551000', '103338.554000', '103338.556000', '103338.559000', '103338.562000', '103338.565000', '103338.568000', '103338.571000', '103338.573000', '103338.576000', '103338.579000', '103338.581000', '103338.584000', '103338.586000', '103338.589000', '103338.592000', '103338.594000', '103338.597000', '103338.602000', '103338.604000', '103338.607000', '103338.610000', '103338.612000', '103338.615000', '103338.617000', '103338.620000', '103338.623000', '103338.625000', '103338.628000', '103338.631000', '103338.633000', '103338.636000', '103338.643000', '103338.645000', '103338.648000', '103338.651000', '103338.653000', '103338.676000', '103338.679000', '103338.681000', '103338.684000', '103338.686000', '103358.549000', '103358.552000', '103358.555000', '103358.557000', '103358.560000', '103358.563000', '103358.565000', '103358.568000', '103358.570000', '103358.573000', '103358.576000', '103358.578000', '103358.581000', '103358.583000', '103358.586000', '103358.589000', '103358.591000', '103358.594000', '103358.596000', '103358.599000', '103358.601000', '103358.604000', '103358.607000', '103358.610000', '103358.612000', '103358.615000', '103358.618000', '103358.620000', '103358.623000', '103358.625000', '103358.628000', '103358.631000', '103358.633000', '103358.636000', '103358.638000', '103358.641000', '103358.643000', '103358.646000', '103358.649000', '103358.651000', '103358.654000', '103358.656000', '103358.659000', '103358.661000', '103418.550000', '103418.552000', '103418.555000', '103418.558000', '103418.560000', '103418.563000', '103418.565000', '103418.568000', '103418.571000', '103418.573000', '103418.577000', '103418.579000', '103418.582000', '103418.585000', '103418.588000', '103418.590000', '103418.593000', '103418.596000', '103418.598000', '103418.601000', '103418.604000', '103418.606000', '103418.609000', '103418.611000', '103418.614000', '103418.617000', '103418.619000', '103418.622000', '103418.624000', '103418.627000', '103418.630000', '103418.632000', '103418.635000', '103418.637000', '103418.640000', '103418.643000', '103418.645000', '103418.648000', '103418.650000', '103418.653000', '103418.656000', '103418.658000', '103418.661000', '103438.549000', '103438.552000', '103438.555000', '103438.557000', '103438.560000', '103438.563000', '103438.565000', '103438.568000', '103438.570000', '103438.573000', '103438.575000', '103438.578000', '103438.581000', '103438.583000', '103438.586000', '103438.588000', '103438.591000', '103438.594000', '103438.596000', '103438.599000', '103438.601000', '103438.604000', '103438.607000', '103438.609000', '103438.612000', '103438.614000', '103438.617000', '103438.620000', '103438.622000', '103438.625000', '103438.627000', '103438.630000', '103438.633000', '103438.635000', '103438.638000', '103438.640000', '103438.643000', '103438.645000', '103438.648000', '103438.651000', '103438.653000', '103438.656000', '103438.658000', '103438.661000', '103458.549000', '103458.552000', '103458.555000', '103458.557000', '103458.560000', '103458.562000', '103458.565000', '103458.568000', '103458.570000', '103458.573000', '103458.577000', '103458.580000', '103458.582000', '103458.585000', '103458.587000', '103458.590000', '103458.593000', '103458.595000', '103458.598000', '103458.600000', '103458.603000', '103458.605000', '103458.608000', '103458.611000', '103458.613000', '103458.616000', '103458.618000', '103458.621000', '103458.624000', '103458.626000', '103458.629000', '103458.632000', '103458.634000', '103458.637000', '103458.640000', '103458.643000', '103458.646000', '103458.649000', '103458.651000', '103458.654000', '103458.656000', '103458.659000', '103458.662000', '103518.550000', '103518.552000', '103518.555000', '103518.558000', '103518.560000', '103518.563000', '103518.575000', '103518.578000', '103518.581000', '103518.583000', '103518.586000', '103518.589000', '103518.592000', '103518.595000', '103518.597000', '103518.600000', '103518.602000', '103518.605000', '103518.608000', '103518.610000', '103518.613000', '103518.616000', '103518.618000', '103518.621000', '103518.623000', '103518.626000', '103518.629000', '103518.631000', '103518.634000', '103518.636000', '103518.639000', '103518.642000', '103518.644000', '103518.647000', '103518.649000', '103518.652000', '103518.655000', '103518.657000', '103518.660000', '103518.662000', '103518.665000', '103518.667000', '103518.670000', '103518.673000', '103538.548000', '103538.551000', '103538.554000', '103538.556000', '103538.559000', '103538.562000', '103538.564000', '103538.567000', '103538.570000', '103538.572000', '103538.575000', '103538.577000', '103538.580000', '103538.582000', '103538.585000', '103538.588000', '103538.590000', '103538.593000', '103538.596000', '103538.599000', '103538.602000', '103538.605000', '103538.607000', '103538.610000', '103538.613000', '103538.615000', '103538.618000', '103538.620000', '103538.623000', '103538.625000', '103538.628000', '103538.631000', '103538.633000', '103538.636000', '103538.638000', '103538.641000', '103538.644000', '103538.646000', '103538.649000', '103538.651000', '103538.654000', '103538.656000', '103538.659000', '103558.548000', '103558.551000', '103558.554000', '103558.556000', '103558.559000', '103558.562000', '103558.564000', '103558.567000', '103558.569000', '103558.572000', '103558.574000', '103558.577000', '103558.580000', '103558.582000', '103558.585000', '103558.587000', '103558.590000', '103558.592000', '103558.595000', '103558.598000', '103558.600000', '103558.603000', '103558.605000', '103558.608000', '103558.610000', '103558.613000', '103558.616000', '103558.618000', '103558.621000', '103558.623000', '103558.626000', '103558.629000', '103558.631000', '103558.634000', '103558.636000', '103558.639000', '103558.641000', '103558.644000', '103558.647000', '103558.649000', '103558.652000', '103558.654000', '103558.657000', '103558.659000', '103615.899000', '103615.902000', '103615.904000', '103615.907000', '103615.910000', '103615.912000', '103615.915000', '103615.917000', '103615.920000', '103615.923000', '103615.926000', '103615.929000', '103615.932000', '103615.935000', '103615.939000', '103615.941000', '103615.944000', '103615.949000', '103615.952000', '103615.955000', '103615.957000', '103615.960000', '103615.963000', '103615.966000', '103615.969000', '103615.974000', '103615.977000', '103615.980000', '103615.983000', '103615.986000', '103615.989000', '103615.992000', '103615.995000', '103615.998000', '103616.001000', '103616.004000', '103616.007000', '103616.011000'], 'InstanceCreationTime': ['102958.577000', '102958.581000', '102958.583000', '102958.586000', '102958.588000', '102958.591000', '102958.594000', '102958.596000', '102958.599000', '102958.601000', '102958.604000', '102958.606000', '102958.609000', '102958.612000', '102958.614000', '102958.617000', '102958.619000', '102958.622000', '102958.625000', '102958.627000', '102958.630000', '102958.632000', '102958.635000', '102958.637000', '102958.640000', '102958.643000', '102958.645000', '102958.648000', '102958.650000', '102958.653000', '102958.655000', '102958.666000', '102958.669000', '102958.672000', '102958.675000', '102958.677000', '102958.680000', '102958.682000', '102958.685000', '102958.687000', '102958.690000', '102958.693000', '102958.695000', '102958.698000', '102958.700000', '102958.703000', '102958.705000', '102958.708000', '102958.710000', '102958.713000', '102958.715000', '103018.549000', '103018.552000', '103018.555000', '103018.557000', '103018.560000', '103018.563000', '103018.566000', '103018.569000', '103018.572000', '103018.574000', '103018.577000', '103018.579000', '103018.582000', '103018.585000', '103018.587000', '103018.590000', '103018.592000', '103018.595000', '103018.599000', '103018.602000', '103018.604000', '103018.607000', '103018.609000', '103018.612000', '103018.615000', '103018.617000', '103018.620000', '103018.622000', '103018.625000', '103018.627000', '103018.630000', '103018.632000', '103018.635000', '103018.640000', '103018.643000', '103018.645000', '103018.648000', '103018.650000', '103018.653000', '103018.655000', '103018.658000', '103018.660000', '103018.663000', '103038.549000', '103038.552000', '103038.555000', '103038.557000', '103038.560000', '103038.562000', '103038.565000', '103038.568000', '103038.570000', '103038.573000', '103038.575000', '103038.578000', '103038.580000', '103038.583000', '103038.586000', '103038.589000', '103038.591000', '103038.594000', '103038.623000', '103038.625000', '103038.628000', '103038.630000', '103038.633000', '103038.636000', '103038.638000', '103038.641000', '103038.643000', '103038.646000', '103038.648000', '103038.651000', '103038.653000', '103038.656000', '103038.663000', '103038.665000', '103038.668000', '103038.670000', '103038.673000', '103038.675000', '103038.678000', '103038.681000', '103038.683000', '103038.686000', '103038.688000', '103038.691000', '103058.548000', '103058.551000', '103058.554000', '103058.556000', '103058.559000', '103058.562000', '103058.564000', '103058.567000', '103058.569000', '103058.572000', '103058.574000', '103058.577000', '103058.580000', '103058.582000', '103058.585000', '103058.587000', '103058.591000', '103058.593000', '103058.596000', '103058.599000', '103058.601000', '103058.604000', '103058.606000', '103058.609000', '103058.611000', '103058.614000', '103058.617000', '103058.619000', '103058.622000', '103058.624000', '103058.627000', '103058.629000', '103058.632000', '103058.635000', '103058.637000', '103058.640000', '103058.642000', '103058.645000', '103058.648000', '103058.650000', '103058.653000', '103058.655000', '103058.658000', '103058.661000', '103118.548000', '103118.558000', '103118.561000', '103118.563000', '103118.566000', '103118.568000', '103118.571000', '103118.573000', '103118.576000', '103118.579000', '103118.581000', '103118.584000', '103118.586000', '103118.589000', '103118.592000', '103118.595000', '103118.597000', '103118.600000', '103118.602000', '103118.605000', '103118.607000', '103118.610000', '103118.612000', '103118.615000', '103118.618000', '103118.620000', '103118.623000', '103118.625000', '103118.628000', '103118.631000', '103118.633000', '103118.636000', '103118.638000', '103118.641000', '103118.643000', '103118.646000', '103118.649000', '103118.651000', '103118.654000', '103118.657000', '103118.659000', '103118.662000', '103118.664000', '103138.549000', '103138.552000', '103138.555000', '103138.557000', '103138.560000', '103138.563000', '103138.565000', '103138.568000', '103138.571000', '103138.573000', '103138.576000', '103138.578000', '103138.581000', '103138.584000', '103138.586000', '103138.589000', '103138.592000', '103138.594000', '103138.597000', '103138.599000', '103138.602000', '103138.604000', '103138.607000', '103138.609000', '103138.612000', '103138.615000', '103138.617000', '103138.620000', '103138.622000', '103138.625000', '103138.627000', '103138.630000', '103138.633000', '103138.635000', '103138.638000', '103138.640000', '103138.643000', '103138.645000', '103138.648000', '103138.650000', '103138.653000', '103138.655000', '103138.658000', '103138.661000', '103158.549000', '103158.552000', '103158.555000', '103158.557000', '103158.560000', '103158.562000', '103158.565000', '103158.568000', '103158.570000', '103158.573000', '103158.575000', '103158.578000', '103158.580000', '103158.583000', '103158.585000', '103158.588000', '103158.591000', '103158.593000', '103158.596000', '103158.598000', '103158.601000', '103158.603000', '103158.606000', '103158.609000', '103158.611000', '103158.614000', '103158.616000', '103158.619000', '103158.622000', '103158.624000', '103158.627000', '103158.629000', '103158.632000', '103158.635000', '103158.637000', '103158.640000', '103158.642000', '103158.645000', '103158.648000', '103158.650000', '103158.653000', '103158.655000', '103158.658000', '103218.550000', '103218.553000', '103218.555000', '103218.558000', '103218.561000', '103218.564000', '103218.566000', '103218.569000', '103218.572000', '103218.574000', '103218.577000', '103218.579000', '103218.582000', '103218.597000', '103218.600000', '103218.602000', '103218.605000', '103218.607000', '103218.610000', '103218.612000', '103218.615000', '103218.618000', '103218.621000', '103218.623000', '103218.626000', '103218.629000', '103218.631000', '103218.634000', '103218.636000', '103218.639000', '103218.642000', '103218.644000', '103218.647000', '103218.649000', '103218.652000', '103218.654000', '103218.657000', '103218.659000', '103218.662000', '103218.665000', '103218.667000', '103218.670000', '103218.672000', '103218.675000', '103238.549000', '103238.552000', '103238.555000', '103238.557000', '103238.560000', '103238.563000', '103238.565000', '103238.568000', '103238.570000', '103238.573000', '103238.576000', '103238.578000', '103238.581000', '103238.583000', '103238.586000', '103238.589000', '103238.591000', '103238.594000', '103238.596000', '103238.599000', '103238.602000', '103238.604000', '103238.607000', '103238.609000', '103238.612000', '103238.614000', '103238.617000', '103238.619000', '103238.622000', '103238.625000', '103238.627000', '103238.630000', '103238.632000', '103238.635000', '103238.637000', '103238.640000', '103238.642000', '103238.645000', '103238.648000', '103238.650000', '103238.653000', '103238.655000', '103238.658000', '103258.550000', '103258.552000', '103258.555000', '103258.557000', '103258.560000', '103258.562000', '103258.565000', '103258.568000', '103258.570000', '103258.573000', '103258.576000', '103258.578000', '103258.581000', '103258.583000', '103258.586000', '103258.589000', '103258.591000', '103258.594000', '103258.596000', '103258.599000', '103258.602000', '103258.604000', '103258.607000', '103258.609000', '103258.612000', '103258.615000', '103258.617000', '103258.620000', '103258.622000', '103258.625000', '103258.628000', '103258.630000', '103258.633000', '103258.635000', '103258.638000', '103258.647000', '103258.649000', '103258.652000', '103258.655000', '103258.657000', '103258.660000', '103258.663000', '103258.665000', '103258.668000', '103318.548000', '103318.551000', '103318.554000', '103318.557000', '103318.560000', '103318.563000', '103318.565000', '103318.568000', '103318.570000', '103318.573000', '103318.576000', '103318.578000', '103318.581000', '103318.583000', '103318.586000', '103318.589000', '103318.591000', '103318.594000', '103318.596000', '103318.599000', '103318.602000', '103318.604000', '103318.607000', '103318.609000', '103318.612000', '103318.615000', '103318.617000', '103318.620000', '103318.622000', '103318.625000', '103318.628000', '103318.630000', '103318.633000', '103318.635000', '103318.638000', '103318.640000', '103318.643000', '103318.645000', '103318.648000', '103318.651000', '103318.653000', '103318.656000', '103318.658000', '103338.548000', '103338.551000', '103338.554000', '103338.556000', '103338.559000', '103338.562000', '103338.565000', '103338.568000', '103338.571000', '103338.573000', '103338.576000', '103338.579000', '103338.581000', '103338.584000', '103338.586000', '103338.589000', '103338.592000', '103338.594000', '103338.597000', '103338.602000', '103338.604000', '103338.607000', '103338.610000', '103338.612000', '103338.615000', '103338.617000', '103338.620000', '103338.623000', '103338.625000', '103338.628000', '103338.631000', '103338.633000', '103338.636000', '103338.643000', '103338.645000', '103338.648000', '103338.651000', '103338.653000', '103338.676000', '103338.679000', '103338.681000', '103338.684000', '103338.686000', '103358.549000', '103358.552000', '103358.555000', '103358.557000', '103358.560000', '103358.563000', '103358.565000', '103358.568000', '103358.570000', '103358.573000', '103358.576000', '103358.578000', '103358.581000', '103358.583000', '103358.586000', '103358.589000', '103358.591000', '103358.594000', '103358.596000', '103358.599000', '103358.601000', '103358.604000', '103358.607000', '103358.610000', '103358.612000', '103358.615000', '103358.618000', '103358.620000', '103358.623000', '103358.625000', '103358.628000', '103358.631000', '103358.633000', '103358.636000', '103358.638000', '103358.641000', '103358.643000', '103358.646000', '103358.649000', '103358.651000', '103358.654000', '103358.656000', '103358.659000', '103358.661000', '103418.550000', '103418.552000', '103418.555000', '103418.558000', '103418.560000', '103418.563000', '103418.565000', '103418.568000', '103418.571000', '103418.573000', '103418.577000', '103418.579000', '103418.582000', '103418.585000', '103418.588000', '103418.590000', '103418.593000', '103418.596000', '103418.598000', '103418.601000', '103418.604000', '103418.606000', '103418.609000', '103418.611000', '103418.614000', '103418.617000', '103418.619000', '103418.622000', '103418.624000', '103418.627000', '103418.630000', '103418.632000', '103418.635000', '103418.637000', '103418.640000', '103418.643000', '103418.645000', '103418.648000', '103418.650000', '103418.653000', '103418.656000', '103418.658000', '103418.661000', '103438.549000', '103438.552000', '103438.555000', '103438.557000', '103438.560000', '103438.563000', '103438.565000', '103438.568000', '103438.570000', '103438.573000', '103438.575000', '103438.578000', '103438.581000', '103438.583000', '103438.586000', '103438.588000', '103438.591000', '103438.594000', '103438.596000', '103438.599000', '103438.601000', '103438.604000', '103438.607000', '103438.609000', '103438.612000', '103438.614000', '103438.617000', '103438.620000', '103438.622000', '103438.625000', '103438.627000', '103438.630000', '103438.633000', '103438.635000', '103438.638000', '103438.640000', '103438.643000', '103438.645000', '103438.648000', '103438.651000', '103438.653000', '103438.656000', '103438.658000', '103438.661000', '103458.549000', '103458.552000', '103458.555000', '103458.557000', '103458.560000', '103458.562000', '103458.565000', '103458.568000', '103458.570000', '103458.573000', '103458.577000', '103458.580000', '103458.582000', '103458.585000', '103458.587000', '103458.590000', '103458.593000', '103458.595000', '103458.598000', '103458.600000', '103458.603000', '103458.605000', '103458.608000', '103458.611000', '103458.613000', '103458.616000', '103458.618000', '103458.621000', '103458.624000', '103458.626000', '103458.629000', '103458.632000', '103458.634000', '103458.637000', '103458.640000', '103458.643000', '103458.646000', '103458.649000', '103458.651000', '103458.654000', '103458.656000', '103458.659000', '103458.662000', '103518.550000', '103518.552000', '103518.555000', '103518.558000', '103518.560000', '103518.563000', '103518.575000', '103518.578000', '103518.581000', '103518.583000', '103518.586000', '103518.589000', '103518.592000', '103518.595000', '103518.597000', '103518.600000', '103518.602000', '103518.605000', '103518.608000', '103518.610000', '103518.613000', '103518.616000', '103518.618000', '103518.621000', '103518.623000', '103518.626000', '103518.629000', '103518.631000', '103518.634000', '103518.636000', '103518.639000', '103518.642000', '103518.644000', '103518.647000', '103518.649000', '103518.652000', '103518.655000', '103518.657000', '103518.660000', '103518.662000', '103518.665000', '103518.667000', '103518.670000', '103518.673000', '103538.548000', '103538.551000', '103538.554000', '103538.556000', '103538.559000', '103538.562000', '103538.564000', '103538.567000', '103538.570000', '103538.572000', '103538.575000', '103538.577000', '103538.580000', '103538.582000', '103538.585000', '103538.588000', '103538.590000', '103538.593000', '103538.596000', '103538.599000', '103538.602000', '103538.605000', '103538.607000', '103538.610000', '103538.613000', '103538.615000', '103538.618000', '103538.620000', '103538.623000', '103538.625000', '103538.628000', '103538.631000', '103538.633000', '103538.636000', '103538.638000', '103538.641000', '103538.644000', '103538.646000', '103538.649000', '103538.651000', '103538.654000', '103538.656000', '103538.659000', '103558.548000', '103558.551000', '103558.554000', '103558.556000', '103558.559000', '103558.562000', '103558.564000', '103558.567000', '103558.569000', '103558.572000', '103558.574000', '103558.577000', '103558.580000', '103558.582000', '103558.585000', '103558.587000', '103558.590000', '103558.592000', '103558.595000', '103558.598000', '103558.600000', '103558.603000', '103558.605000', '103558.608000', '103558.610000', '103558.613000', '103558.616000', '103558.618000', '103558.621000', '103558.623000', '103558.626000', '103558.629000', '103558.631000', '103558.634000', '103558.636000', '103558.639000', '103558.641000', '103558.644000', '103558.647000', '103558.649000', '103558.652000', '103558.654000', '103558.657000', '103558.659000', '103615.899000', '103615.902000', '103615.904000', '103615.907000', '103615.910000', '103615.912000', '103615.915000', '103615.917000', '103615.920000', '103615.923000', '103615.926000', '103615.929000', '103615.932000', '103615.935000', '103615.939000', '103615.941000', '103615.944000', '103615.949000', '103615.952000', '103615.955000', '103615.957000', '103615.960000', '103615.963000', '103615.966000', '103615.969000', '103615.974000', '103615.977000', '103615.980000', '103615.983000', '103615.986000', '103615.989000', '103615.992000', '103615.995000', '103615.998000', '103616.001000', '103616.004000', '103616.007000', '103616.011000'], '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': [13120, 14119, 13018, 13214, 12336, 12575, 12991, 12289, 16176, 12800, 11924, 13753, 12583, 11982, 16230, 12565, 12335, 13887, 12647, 12647, 13519, 12190, 12480, 12278, 12846, 12200, 11105, 12469, 13258, 11027, 12319, 14792, 12731, 12878, 15884, 12706, 12375, 15765, 12089, 12748, 14865, 12297, 12385, 14172, 12698, 12881, 11898, 11719, 12882, 12392, 12682, 12554, 10666, 12823, 12513, 12276, 12935, 13756, 11683, 12602, 15484, 12318, 12707, 15642, 12363, 13018, 14800, 12978, 12727, 16175, 12868, 12662, 12856, 13232, 13367, 13151, 12949, 14003, 12325, 13443, 14081, 12028, 12773, 15345, 12442, 13065, 14994, 13481, 12534, 15862, 13167, 12275, 15566, 12624, 12539, 13986, 12643, 12295, 12908, 13080, 11630, 12262, 12851, 13989, 11754, 12308, 13023, 12173, 12502, 13076, 12810, 12780, 12210, 12898, 14999, 12155, 12337, 15074, 11461, 12674, 12926, 12663, 12103, 14184, 12452, 12181, 11731, 12541, 14982, 12528, 12150, 15754, 12776, 12334, 15810, 12944, 12202, 15642, 12794, 12322, 13825, 12388, 11867, 12947, 12681, 11608, 11623, 12539, 14364, 12389, 11995, 11837, 12623, 14545, 11837, 12403, 14635, 12595, 12913, 15195, 12452, 14229, 12680, 12744, 15631, 12115, 12240, 15507, 12919, 12503, 13678, 12550, 11881, 12773, 12831, 13014, 12324, 12317, 15169, 12979, 12108, 14460, 12779, 12166, 12698, 12607, 13674, 12260, 12937, 12623, 13168, 12523, 11694, 13249, 11734, 12199, 12712, 15375, 12601, 12379, 12548, 13194, 14521, 12984, 12344, 15832, 12658, 12550, 15978, 12688, 13520, 12200, 12873, 13710, 12277, 12490, 15490, 12356, 12487, 15304, 12521, 12074, 15231, 12113, 12554, 12457, 12475, 14579, 11973, 12409, 15325, 12262, 12064, 15022, 12449, 11992, 11917, 12876, 13337, 11412, 12754, 12466, 12178, 12592, 10909, 11991, 12250, 14610, 12277, 12312, 13054, 12388, 12220, 12420, 12660, 12147, 11466, 12569, 12038, 11858, 12193, 15210, 12058, 12011, 11194, 12530, 15051, 13084, 12472, 11817, 12920, 15300, 13030, 12715, 15672, 12440, 12844, 15164, 12973, 12530, 14800, 11562, 12410, 12407, 12707, 12156, 14928, 12422, 11648, 12116, 12974, 13017, 12625, 12749, 13915, 11364, 13077, 14597, 12228, 12156, 15352, 12396, 12471, 13965, 12890, 12345, 15462, 13082, 12275, 15227, 13263, 12326, 15470, 13096, 11930, 15694, 12692, 12091, 14565, 12570, 12112, 15846, 13425, 11788, 14737, 13211, 12373, 12504, 12984, 11881, 13265, 13274, 12469, 12340, 12667, 14777, 12440, 12359, 14918, 13431, 12840, 12786, 12774, 12970, 11824, 12301, 13539, 12926, 11847, 15682, 12506, 13448, 14096, 12490, 12764, 14257, 12158, 12888, 13403, 12467, 11219, 12229, 12659, 12139, 11996, 11994, 12053, 12030, 12157, 14416, 12224, 11874, 14637, 11813, 12127, 12534, 12397, 12318, 11866, 12566, 11369, 10266, 12565, 13751, 11107, 12028, 14373, 12200, 12235, 15247, 12148, 11948, 14939, 12477, 12192, 13665, 12173, 12701, 14175, 12136, 12600, 11643, 12604, 14143, 12708, 12058, 10891, 12352, 14978, 12029, 11655, 11751, 12230, 15668, 12343, 12112, 16121, 11822, 12575, 15715, 11970, 12193, 15856, 11924, 12125, 13785, 12277, 11798, 14414, 11876, 11390, 12148, 12695, 13359, 11610, 12404, 13207, 11771, 12812, 13435, 11575, 12354, 13581, 10510, 12275, 11891, 11909, 12300, 14537, 11827, 12535, 12809, 12038, 12539, 14263, 11842, 12439, 12546, 13072, 12132, 12151, 12697, 13200, 12524, 12764, 14148, 12229, 12695, 15542, 12946, 12254, 15922, 12563, 12161, 12867, 12933, 13457, 12404, 12597, 14514, 12010, 12064, 13840, 12676, 13727, 12153, 12216, 15385, 12068, 11585, 15786, 12534, 11604, 14356, 11805, 12203, 14168, 12565, 11786, 11814, 12230, 14224, 11349, 11946, 13877, 12501, 12075, 14178, 11727, 12239, 11979, 12855, 12802, 10902, 11945, 14954, 11307, 12278, 14676, 12788, 12095, 15987, 12276, 12150, 12112, 13140, 13654, 12713, 12246, 14761, 12554, 12878, 13336, 12611, 12445, 15146, 12653, 12173, 15098, 12564, 12331, 15989, 12983, 12216, 15475, 12834, 12448, 15114, 12853, 12015, 15490, 12178, 12163, 13237, 12311, 12038, 11884, 12711, 12428, 12669, 12123, 15449, 12360, 12468, 15201, 12549, 12172, 14105, 12232, 13347, 12973, 12950, 12752, 12078, 12173, 15165, 11502, 12600, 14667, 12912, 12123, 15314, 12524, 12073, 12198, 13238, 11726, 11411, 12584, 14173, 11977, 12416, 12850, 12830, 12231, 14136, 13172, 13371, 12103, 12948, 15346, 11849, 12556, 15390, 12694, 12445, 15420, 12911, 11937, 16189, 12974, 12294, 14763, 12628, 12198, 13691, 12996, 11607, 12708, 13287, 13197, 13104, 12290, 14318, 13051, 12244, 15604, 12755, 11819, 14832, 13247, 11872, 12279, 13503, 13059, 12335, 13314, 13153, 11769, 12488, 14806, 12746, 12047, 15009, 12820, 12128, 15480, 12827, 12207, 15646, 12956, 12329, 13600, 12291, 11891, 11721, 12976, 12563, 11843, 12696, 14361, 12306, 12215, 14581, 12846, 12253, 15785, 12859, 11947, 12606, 12996, 12352, 12393, 12923, 13759, 12871, 13145, 13335, 12723, 12524, 14537, 12783, 12227, 13302, 13210, 13675, 12719, 12497, 14651, 12724, 12704, 14182, 12638, 14882, 13330, 13167, 15682, 12999, 12324, 15972, 12570, 12307, 15436, 13101, 12323, 15464, 12892, 12105, 13451, 12645, 12201, 12713, 13250, 11912, 12647, 13403, 11403, 12274, 12581, 14012, 12679, 12576, 14148, 12798, 12719, 15062, 13145, 12333, 13592, 13648, 14278, 12633, 12986, 15184, 13018, 13237, 15092, 13486, 12491, 15718, 13353, 13172, 14275, 12831, 12336, 16189, 13554, 12496, 15242, 13360, 12296, 13343, 13405, 11971, 13320, 12873, 13669, 12979, 12151, 13814, 13138, 12161, 13234, 12991, 14942, 13761, 12894, 15361, 13084, 13167, 15248, 13145, 12723, 15504, 13450, 12876, 12718, 13286, 12027, 13088, 13057, 13216, 12551, 12787, 15283, 13107, 12367, 11765, 13629, 12869, 13091, 13026, 14658, 11577, 12863, 13997, 12677, 12480, 15535, 12559, 13069, 14590, 13124, 12980, 15166, 12705, 12349, 13121, 13591, 11662, 12474, 12587, 14522, 13476, 12814, 12266, 13349, 12782, 15956, 12974, 12982, 13036, 13813, 13921, 12814, 12889, 15582, 13256, 12607, 13681, 13043, 12927, 14860, 13040, 13401, 12543, 13094, 15249, 12523, 12416, 14887, 12530, 12659, 15236, 12534, 11698, 12416, 12865, 12572, 12143, 12333, 15779, 12562, 12948, 12753, 12850, 15323, 12462, 12075, 16105, 12696, 12516, 15977, 13054, 12881, 14370, 12308, 11682, 12210, 12678, 13471, 11856], 'WindowCenter': [4759.0, 4741.0, 4717.0, 4715.0, 4704.0, 4701.0, 4701.0, 4692.0, 4708.0, 4689.0, 4688.0, 4697.0, 4688.0, 4690.0, 4707.0, 4686.0, 4685.0, 4696.0, 4686.0, 4699.0, 4696.0, 4688.0, 4701.0, 4690.0, 4701.0, 4699.0, 4690.0, 4703.0, 4711.0, 4692.0, 4703.0, 4712.0, 4701.0, 4713.0, 4721.0, 4690.0, 4700.0, 4706.0, 4688.0, 4690.0, 4708.0, 4688.0, 4689.0, 4698.0, 4676.0, 4687.0, 4686.0, 4683.0, 4687.0, 4685.0, 4687.0, 4698.0, 4690.0, 4702.0, 4704.0, 4702.0, 4702.0, 4713.0, 4703.0, 4713.0, 4721.0, 4700.0, 4701.0, 4709.0, 4689.0, 4702.0, 4709.0, 4699.0, 4703.0, 4708.0, 4700.0, 4699.0, 4700.0, 4711.0, 4711.0, 4699.0, 4700.0, 4708.0, 4699.0, 4712.0, 4709.0, 4689.0, 4700.0, 4711.0, 4688.0, 4701.0, 4708.0, 4700.0, 4703.0, 4708.0, 4688.0, 4689.0, 4708.0, 4688.0, 4701.0, 4697.0, 4688.0, 4690.0, 4688.0, 4700.0, 4677.0, 4688.0, 4699.0, 4695.0, 4687.0, 4691.0, 4699.0, 4690.0, 4703.0, 4700.0, 4700.0, 4699.0, 4689.0, 4702.0, 4711.0, 4687.0, 4686.0, 4710.0, 4678.0, 4689.0, 4685.0, 4699.0, 4692.0, 4699.0, 4700.0, 4702.0, 4701.0, 4702.0, 4711.0, 4691.0, 4692.0, 4708.0, 4690.0, 4702.0, 4708.0, 4689.0, 4689.0, 4697.0, 4688.0, 4689.0, 4685.0, 4689.0, 4689.0, 4686.0, 4689.0, 4689.0, 4689.0, 4700.0, 4709.0, 4702.0, 4693.0, 4701.0, 4701.0, 4711.0, 4702.0, 4704.0, 4713.0, 4702.0, 4704.0, 4712.0, 4692.0, 4699.0, 4688.0, 4702.0, 4709.0, 4690.0, 4687.0, 4706.0, 4699.0, 4699.0, 4700.0, 4690.0, 4690.0, 4687.0, 4689.0, 4698.0, 4699.0, 4703.0, 4711.0, 4700.0, 4689.0, 4698.0, 4689.0, 4691.0, 4687.0, 4689.0, 4699.0, 4688.0, 4700.0, 4691.0, 4702.0, 4702.0, 4691.0, 4701.0, 4691.0, 4702.0, 4713.0, 4724.0, 4701.0, 4703.0, 4701.0, 4701.0, 4711.0, 4700.0, 4691.0, 4708.0, 4702.0, 4703.0, 4710.0, 4688.0, 4696.0, 4689.0, 4699.0, 4698.0, 4688.0, 4691.0, 4706.0, 4688.0, 4691.0, 4708.0, 4689.0, 4690.0, 4698.0, 4679.0, 4686.0, 4688.0, 4688.0, 4696.0, 4677.0, 4688.0, 4705.0, 4688.0, 4690.0, 4699.0, 4688.0, 4687.0, 4677.0, 4697.0, 4701.0, 4675.0, 4688.0, 4687.0, 4686.0, 4688.0, 4677.0, 4689.0, 4700.0, 4710.0, 4688.0, 4700.0, 4700.0, 4702.0, 4703.0, 4701.0, 4702.0, 4689.0, 4689.0, 4702.0, 4692.0, 4691.0, 4705.0, 4711.0, 4702.0, 4704.0, 4693.0, 4714.0, 4723.0, 4713.0, 4705.0, 4704.0, 4704.0, 4724.0, 4698.0, 4701.0, 4709.0, 4689.0, 4700.0, 4709.0, 4688.0, 4689.0, 4696.0, 4677.0, 4686.0, 4688.0, 4699.0, 4702.0, 4708.0, 4689.0, 4692.0, 4689.0, 4701.0, 4702.0, 4690.0, 4701.0, 4698.0, 4690.0, 4700.0, 4710.0, 4690.0, 4692.0, 4707.0, 4688.0, 4690.0, 4697.0, 4690.0, 4702.0, 4707.0, 4689.0, 4687.0, 4699.0, 4686.0, 4691.0, 4708.0, 4688.0, 4688.0, 4696.0, 4688.0, 4690.0, 4698.0, 4688.0, 4689.0, 4708.0, 4688.0, 4679.0, 4696.0, 4687.0, 4688.0, 4688.0, 4688.0, 4678.0, 4686.0, 4688.0, 4686.0, 4688.0, 4698.0, 4708.0, 4688.0, 4686.0, 4708.0, 4699.0, 4702.0, 4686.0, 4690.0, 4686.0, 4689.0, 4691.0, 4700.0, 4701.0, 4700.0, 4710.0, 4689.0, 4699.0, 4698.0, 4688.0, 4690.0, 4686.0, 4677.0, 4686.0, 4685.0, 4687.0, 4675.0, 4675.0, 4688.0, 4676.0, 4676.0, 4678.0, 4683.0, 4688.0, 4690.0, 4695.0, 4689.0, 4690.0, 4698.0, 4690.0, 4689.0, 4686.0, 4690.0, 4690.0, 4689.0, 4690.0, 4688.0, 4680.0, 4701.0, 4709.0, 4680.0, 4702.0, 4710.0, 4701.0, 4704.0, 4711.0, 4692.0, 4694.0, 4709.0, 4690.0, 4691.0, 4697.0, 4691.0, 4689.0, 4687.0, 4678.0, 4687.0, 4678.0, 4689.0, 4699.0, 4700.0, 4691.0, 4692.0, 4704.0, 4722.0, 4702.0, 4705.0, 4704.0, 4705.0, 4727.0, 4692.0, 4692.0, 4711.0, 4679.0, 4687.0, 4708.0, 4677.0, 4688.0, 4707.0, 4676.0, 4688.0, 4686.0, 4687.0, 4689.0, 4693.0, 4688.0, 4676.0, 4687.0, 4689.0, 4699.0, 4678.0, 4688.0, 4685.0, 4677.0, 4687.0, 4696.0, 4678.0, 4690.0, 4685.0, 4667.0, 4686.0, 4685.0, 4689.0, 4691.0, 4708.0, 4686.0, 4690.0, 4689.0, 4690.0, 4703.0, 4710.0, 4691.0, 4701.0, 4690.0, 4702.0, 4702.0, 4701.0, 4703.0, 4703.0, 4691.0, 4702.0, 4711.0, 4689.0, 4702.0, 4710.0, 4701.0, 4689.0, 4710.0, 4691.0, 4692.0, 4700.0, 4702.0, 4701.0, 4701.0, 4703.0, 4709.0, 4703.0, 4704.0, 4711.0, 4702.0, 4711.0, 4691.0, 4700.0, 4709.0, 4690.0, 4691.0, 4709.0, 4689.0, 4688.0, 4698.0, 4679.0, 4690.0, 4697.0, 4686.0, 4676.0, 4678.0, 4690.0, 4697.0, 4679.0, 4687.0, 4696.0, 4697.0, 4703.0, 4697.0, 4689.0, 4689.0, 4687.0, 4702.0, 4698.0, 4681.0, 4692.0, 4711.0, 4679.0, 4688.0, 4699.0, 4700.0, 4704.0, 4707.0, 4691.0, 4689.0, 4688.0, 4701.0, 4701.0, 4689.0, 4688.0, 4710.0, 4689.0, 4703.0, 4698.0, 4690.0, 4701.0, 4709.0, 4690.0, 4691.0, 4710.0, 4690.0, 4701.0, 4708.0, 4689.0, 4690.0, 4695.0, 4688.0, 4690.0, 4699.0, 4689.0, 4689.0, 4697.0, 4687.0, 4688.0, 4687.0, 4689.0, 4689.0, 4689.0, 4701.0, 4701.0, 4702.0, 4704.0, 4722.0, 4702.0, 4704.0, 4711.0, 4691.0, 4703.0, 4700.0, 4690.0, 4700.0, 4687.0, 4689.0, 4689.0, 4689.0, 4687.0, 4706.0, 4679.0, 4689.0, 4698.0, 4700.0, 4703.0, 4709.0, 4690.0, 4691.0, 4690.0, 4701.0, 4692.0, 4692.0, 4703.0, 4709.0, 4703.0, 4704.0, 4703.0, 4704.0, 4715.0, 4712.0, 4703.0, 4702.0, 4691.0, 4702.0, 4711.0, 4690.0, 4692.0, 4707.0, 4690.0, 4700.0, 4710.0, 4691.0, 4688.0, 4707.0, 4689.0, 4688.0, 4699.0, 4689.0, 4687.0, 4688.0, 4686.0, 4678.0, 4690.0, 4700.0, 4700.0, 4699.0, 4689.0, 4707.0, 4700.0, 4700.0, 4709.0, 4690.0, 4691.0, 4696.0, 4689.0, 4689.0, 4688.0, 4699.0, 4687.0, 4688.0, 4687.0, 4688.0, 4686.0, 4690.0, 4708.0, 4689.0, 4688.0, 4709.0, 4700.0, 4699.0, 4707.0, 4686.0, 4690.0, 4708.0, 4689.0, 4691.0, 4697.0, 4689.0, 4688.0, 4677.0, 4689.0, 4690.0, 4689.0, 4701.0, 4700.0, 4689.0, 4689.0, 4709.0, 4698.0, 4700.0, 4711.0, 4701.0, 4689.0, 4689.0, 4699.0, 4690.0, 4689.0, 4690.0, 4700.0, 4687.0, 4701.0, 4698.0, 4689.0, 4687.0, 4697.0, 4690.0, 4692.0, 4711.0, 4713.0, 4710.0, 4702.0, 4704.0, 4712.0, 4703.0, 4706.0, 4699.0, 4702.0, 4710.0, 4698.0, 4700.0, 4709.0, 4686.0, 4687.0, 4707.0, 4676.0, 4685.0, 4697.0, 4684.0, 4689.0, 4697.0, 4688.0, 4686.0, 4686.0, 4689.0, 4690.0, 4687.0, 4699.0, 4678.0, 4687.0, 4700.0, 4678.0, 4689.0, 4691.0, 4698.0, 4690.0, 4701.0, 4700.0, 4701.0, 4700.0, 4711.0, 4702.0, 4699.0, 4697.0, 4712.0, 4711.0, 4690.0, 4701.0, 4707.0, 4700.0, 4702.0, 4711.0, 4701.0, 4689.0, 4707.0, 4687.0, 4699.0, 4698.0, 4689.0, 4688.0, 4708.0, 4684.0, 4676.0, 4691.0, 4686.0, 4687.0, 4687.0, 4698.0, 4675.0, 4698.0, 4700.0, 4700.0, 4698.0, 4700.0, 4700.0, 4701.0, 4690.0, 4700.0, 4701.0, 4709.0, 4699.0, 4690.0, 4706.0, 4687.0, 4701.0, 4707.0, 4686.0, 4690.0, 4694.0, 4685.0, 4687.0, 4688.0, 4699.0, 4690.0, 4686.0, 4700.0, 4698.0, 4689.0, 4698.0, 4707.0, 4690.0, 4698.0, 4688.0, 4698.0, 4699.0, 4700.0, 4701.0, 4707.0, 4690.0, 4702.0, 4698.0, 4701.0, 4701.0, 4708.0, 4690.0, 4700.0, 4696.0, 4699.0, 4700.0, 4710.0, 4701.0, 4702.0, 4700.0, 4712.0, 4690.0, 4702.0, 4704.0, 4709.0, 4713.0, 4701.0, 4703.0, 4715.0, 4713.0, 4720.0, 4702.0, 4699.0, 4700.0, 4710.0, 4713.0, 4702.0, 4700.0, 4722.0, 4702.0, 4702.0, 4702.0, 4702.0, 4700.0, 4710.0, 4701.0, 4700.0, 4689.0, 4698.0, 4710.0, 4688.0, 4687.0, 4697.0, 4688.0, 4698.0, 4709.0, 4691.0, 4688.0, 4700.0, 4703.0, 4699.0, 4703.0, 4704.0, 4719.0, 4703.0, 4704.0, 4701.0, 4703.0, 4711.0, 4688.0, 4691.0, 4707.0, 4689.0, 4690.0, 4706.0, 4686.0, 4687.0, 4693.0, 4685.0, 4688.0, 4688.0, 4689.0, 4687.0, 4688.0], 'WindowWidth': [10395.0, 10357.0, 10312.0, 10305.0, 10288.0, 10277.0, 10277.0, 10267.0, 10284.0, 10256.0, 10256.0, 10266.0, 10254.0, 10260.0, 10281.0, 10248.0, 10248.0, 10262.0, 10249.0, 10272.0, 10264.0, 10255.0, 10277.0, 10260.0, 10280.0, 10275.0, 10262.0, 10283.0, 10296.0, 10265.0, 10283.0, 10293.0, 10277.0, 10299.0, 10309.0, 10260.0, 10272.0, 10280.0, 10253.0, 10258.0, 10283.0, 10253.0, 10255.0, 10270.0, 10232.0, 10249.0, 10250.0, 10244.0, 10252.0, 10248.0, 10251.0, 10270.0, 10262.0, 10281.0, 10288.0, 10280.0, 10280.0, 10295.0, 10281.0, 10298.0, 10308.0, 10274.0, 10275.0, 10285.0, 10255.0, 10278.0, 10284.0, 10271.0, 10281.0, 10283.0, 10273.0, 10272.0, 10273.0, 10291.0, 10294.0, 10271.0, 10274.0, 10285.0, 10272.0, 10292.0, 10287.0, 10258.0, 10273.0, 10290.0, 10253.0, 10273.0, 10283.0, 10272.0, 10281.0, 10285.0, 10253.0, 10258.0, 10281.0, 10254.0, 10277.0, 10266.0, 10254.0, 10260.0, 10251.0, 10272.0, 10240.0, 10253.0, 10269.0, 10263.0, 10251.0, 10262.0, 10272.0, 10261.0, 10283.0, 10273.0, 10274.0, 10274.0, 10256.0, 10276.0, 10293.0, 10252.0, 10252.0, 10285.0, 10239.0, 10256.0, 10248.0, 10270.0, 10265.0, 10271.0, 10274.0, 10278.0, 10276.0, 10280.0, 10295.0, 10259.0, 10262.0, 10283.0, 10257.0, 10279.0, 10284.0, 10255.0, 10256.0, 10264.0, 10251.0, 10256.0, 10246.0, 10253.0, 10256.0, 10246.0, 10255.0, 10255.0, 10256.0, 10274.0, 10284.0, 10277.0, 10266.0, 10277.0, 10279.0, 10294.0, 10278.0, 10285.0, 10296.0, 10279.0, 10287.0, 10291.0, 10263.0, 10272.0, 10253.0, 10276.0, 10287.0, 10257.0, 10252.0, 10277.0, 10271.0, 10273.0, 10272.0, 10258.0, 10260.0, 10251.0, 10256.0, 10267.0, 10271.0, 10282.0, 10289.0, 10271.0, 10259.0, 10269.0, 10256.0, 10263.0, 10250.0, 10256.0, 10271.0, 10252.0, 10271.0, 10260.0, 10276.0, 10279.0, 10261.0, 10277.0, 10264.0, 10278.0, 10298.0, 10311.0, 10276.0, 10282.0, 10277.0, 10276.0, 10294.0, 10270.0, 10261.0, 10283.0, 10276.0, 10282.0, 10288.0, 10252.0, 10264.0, 10256.0, 10269.0, 10268.0, 10252.0, 10259.0, 10277.0, 10251.0, 10261.0, 10280.0, 10254.0, 10259.0, 10265.0, 10239.0, 10250.0, 10251.0, 10252.0, 10264.0, 10235.0, 10253.0, 10275.0, 10252.0, 10261.0, 10268.0, 10253.0, 10253.0, 10235.0, 10266.0, 10276.0, 10234.0, 10254.0, 10253.0, 10247.0, 10254.0, 10238.0, 10255.0, 10273.0, 10286.0, 10253.0, 10273.0, 10272.0, 10277.0, 10283.0, 10275.0, 10277.0, 10259.0, 10256.0, 10277.0, 10263.0, 10263.0, 10287.0, 10292.0, 10279.0, 10284.0, 10269.0, 10300.0, 10312.0, 10295.0, 10289.0, 10285.0, 10283.0, 10316.0, 10271.0, 10274.0, 10287.0, 10255.0, 10273.0, 10286.0, 10251.0, 10253.0, 10262.0, 10235.0, 10250.0, 10252.0, 10269.0, 10279.0, 10280.0, 10256.0, 10262.0, 10257.0, 10275.0, 10281.0, 10256.0, 10273.0, 10271.0, 10257.0, 10275.0, 10289.0, 10257.0, 10263.0, 10281.0, 10252.0, 10259.0, 10267.0, 10257.0, 10277.0, 10281.0, 10253.0, 10252.0, 10268.0, 10248.0, 10262.0, 10279.0, 10252.0, 10254.0, 10262.0, 10252.0, 10258.0, 10267.0, 10253.0, 10259.0, 10280.0, 10250.0, 10242.0, 10261.0, 10250.0, 10254.0, 10250.0, 10251.0, 10240.0, 10245.0, 10253.0, 10250.0, 10252.0, 10268.0, 10283.0, 10251.0, 10251.0, 10280.0, 10270.0, 10278.0, 10250.0, 10257.0, 10252.0, 10253.0, 10260.0, 10273.0, 10274.0, 10279.0, 10289.0, 10256.0, 10270.0, 10266.0, 10251.0, 10259.0, 10248.0, 10234.0, 10247.0, 10241.0, 10247.0, 10231.0, 10230.0, 10249.0, 10237.0, 10231.0, 10237.0, 10243.0, 10251.0, 10260.0, 10260.0, 10254.0, 10257.0, 10266.0, 10257.0, 10258.0, 10249.0, 10257.0, 10261.0, 10254.0, 10256.0, 10254.0, 10245.0, 10276.0, 10287.0, 10243.0, 10277.0, 10288.0, 10275.0, 10285.0, 10291.0, 10262.0, 10269.0, 10285.0, 10259.0, 10264.0, 10266.0, 10258.0, 10257.0, 10250.0, 10238.0, 10252.0, 10238.0, 10256.0, 10269.0, 10273.0, 10263.0, 10264.0, 10283.0, 10306.0, 10280.0, 10288.0, 10283.0, 10286.0, 10323.0, 10262.0, 10264.0, 10290.0, 10239.0, 10251.0, 10282.0, 10235.0, 10250.0, 10278.0, 10231.0, 10249.0, 10246.0, 10249.0, 10255.0, 10256.0, 10252.0, 10235.0, 10249.0, 10256.0, 10273.0, 10236.0, 10252.0, 10248.0, 10233.0, 10251.0, 10264.0, 10237.0, 10256.0, 10247.0, 10223.0, 10250.0, 10248.0, 10255.0, 10262.0, 10283.0, 10247.0, 10259.0, 10254.0, 10259.0, 10281.0, 10286.0, 10262.0, 10276.0, 10259.0, 10279.0, 10279.0, 10274.0, 10280.0, 10282.0, 10260.0, 10278.0, 10289.0, 10257.0, 10280.0, 10290.0, 10273.0, 10259.0, 10286.0, 10259.0, 10264.0, 10270.0, 10279.0, 10277.0, 10274.0, 10282.0, 10287.0, 10280.0, 10285.0, 10289.0, 10277.0, 10290.0, 10261.0, 10274.0, 10288.0, 10256.0, 10259.0, 10283.0, 10255.0, 10254.0, 10267.0, 10241.0, 10259.0, 10264.0, 10247.0, 10235.0, 10237.0, 10257.0, 10267.0, 10239.0, 10252.0, 10262.0, 10267.0, 10281.0, 10267.0, 10257.0, 10258.0, 10251.0, 10276.0, 10270.0, 10245.0, 10263.0, 10290.0, 10241.0, 10253.0, 10269.0, 10272.0, 10283.0, 10281.0, 10259.0, 10259.0, 10253.0, 10275.0, 10277.0, 10255.0, 10255.0, 10291.0, 10253.0, 10280.0, 10270.0, 10258.0, 10275.0, 10283.0, 10257.0, 10262.0, 10285.0, 10259.0, 10276.0, 10284.0, 10253.0, 10257.0, 10260.0, 10251.0, 10259.0, 10269.0, 10253.0, 10255.0, 10262.0, 10249.0, 10255.0, 10251.0, 10255.0, 10258.0, 10254.0, 10275.0, 10274.0, 10278.0, 10286.0, 10308.0, 10277.0, 10283.0, 10289.0, 10260.0, 10281.0, 10273.0, 10257.0, 10273.0, 10250.0, 10253.0, 10254.0, 10253.0, 10251.0, 10279.0, 10240.0, 10255.0, 10265.0, 10271.0, 10281.0, 10284.0, 10258.0, 10261.0, 10257.0, 10276.0, 10264.0, 10263.0, 10282.0, 10286.0, 10280.0, 10284.0, 10281.0, 10283.0, 10304.0, 10292.0, 10278.0, 10280.0, 10261.0, 10277.0, 10294.0, 10258.0, 10261.0, 10280.0, 10257.0, 10275.0, 10288.0, 10259.0, 10255.0, 10280.0, 10255.0, 10257.0, 10268.0, 10254.0, 10254.0, 10252.0, 10248.0, 10242.0, 10254.0, 10270.0, 10275.0, 10267.0, 10256.0, 10279.0, 10272.0, 10275.0, 10285.0, 10257.0, 10261.0, 10263.0, 10255.0, 10257.0, 10252.0, 10269.0, 10255.0, 10250.0, 10251.0, 10253.0, 10249.0, 10258.0, 10282.0, 10253.0, 10254.0, 10283.0, 10272.0, 10273.0, 10283.0, 10249.0, 10258.0, 10279.0, 10255.0, 10262.0, 10265.0, 10256.0, 10254.0, 10235.0, 10255.0, 10258.0, 10255.0, 10273.0, 10273.0, 10254.0, 10257.0, 10283.0, 10268.0, 10275.0, 10288.0, 10272.0, 10258.0, 10254.0, 10268.0, 10262.0, 10253.0, 10256.0, 10271.0, 10248.0, 10273.0, 10268.0, 10254.0, 10253.0, 10266.0, 10257.0, 10263.0, 10288.0, 10294.0, 10291.0, 10278.0, 10284.0, 10294.0, 10280.0, 10290.0, 10272.0, 10276.0, 10288.0, 10264.0, 10272.0, 10284.0, 10247.0, 10250.0, 10279.0, 10232.0, 10245.0, 10262.0, 10243.0, 10256.0, 10263.0, 10249.0, 10248.0, 10247.0, 10254.0, 10259.0, 10248.0, 10267.0, 10240.0, 10248.0, 10271.0, 10242.0, 10255.0, 10260.0, 10268.0, 10256.0, 10275.0, 10272.0, 10274.0, 10277.0, 10289.0, 10276.0, 10271.0, 10264.0, 10291.0, 10291.0, 10258.0, 10275.0, 10282.0, 10272.0, 10278.0, 10289.0, 10274.0, 10259.0, 10282.0, 10250.0, 10271.0, 10266.0, 10253.0, 10258.0, 10283.0, 10242.0, 10233.0, 10249.0, 10246.0, 10253.0, 10247.0, 10266.0, 10233.0, 10266.0, 10273.0, 10273.0, 10270.0, 10276.0, 10271.0, 10273.0, 10260.0, 10271.0, 10275.0, 10289.0, 10267.0, 10258.0, 10276.0, 10249.0, 10273.0, 10280.0, 10247.0, 10257.0, 10258.0, 10246.0, 10253.0, 10252.0, 10268.0, 10259.0, 10248.0, 10270.0, 10267.0, 10255.0, 10269.0, 10280.0, 10256.0, 10270.0, 10254.0, 10268.0, 10274.0, 10269.0, 10274.0, 10281.0, 10257.0, 10277.0, 10269.0, 10273.0, 10276.0, 10285.0, 10255.0, 10272.0, 10262.0, 10269.0, 10274.0, 10287.0, 10275.0, 10276.0, 10272.0, 10292.0, 10261.0, 10278.0, 10283.0, 10288.0, 10293.0, 10280.0, 10281.0, 10299.0, 10300.0, 10302.0, 10277.0, 10274.0, 10271.0, 10289.0, 10295.0, 10276.0, 10275.0, 10305.0, 10277.0, 10281.0, 10278.0, 10277.0, 10277.0, 10287.0, 10273.0, 10273.0, 10253.0, 10267.0, 10288.0, 10251.0, 10250.0, 10264.0, 10252.0, 10269.0, 10284.0, 10260.0, 10257.0, 10271.0, 10280.0, 10274.0, 10281.0, 10286.0, 10302.0, 10281.0, 10285.0, 10276.0, 10280.0, 10294.0, 10254.0, 10261.0, 10280.0, 10255.0, 10260.0, 10281.0, 10247.0, 10254.0, 10256.0, 10245.0, 10254.0, 10250.0, 10255.0, 10251.0, 10251.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.00028526436781609195</td></tr>
<tr><td colspan=3>aqi</td><td>0.016219540344827588</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.13946056469506</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2438194260759499</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9982221959723829</td></tr>
<tr><td colspan=3>efc</td><td>0.5119</td></tr>
<tr><td colspan=3>fber</td><td>4827.9995</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08242481782576008</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11494252873563218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.54939101359849</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5924560291001226</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7280355713222</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3276814403731483</td></tr>
<tr><td colspan=3>gcor</td><td>0.00559196</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006012449972331524</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029426738619804382</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.042159497772969</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.539</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.3532</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.7892</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288369.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1152.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>437.6762</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6736</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.1731</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3810.9104</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4005.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.8014</td></tr>
<tr><td colspan=3>tsnr</td><td>47.63950284384191</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>