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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-04_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-04_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-0059/ses-04/func/sub-0059_ses-04_task-social_acq-mb8_run-04_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>7adc34e039c925ed08ae4637a4ec4fed</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:57:9.817500</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.999874, -0.0058623, 0.0147813, 0.00383928, 0.991061, 0.133351]</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-04_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.0916533</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7749, -7292, 473, -39, -148, 24, 0]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>244.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fa65426f-512a-40e5-8d3a-7984ae859fa6||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.6825876235961914, 0.010300515219569206, 0.041663557291030884, 108.13566589355469], [0.015728123486042023, 2.6589455604553223, 0.3598484396934509, -94.39238739013672], [0.03965722396969795, -0.35777047276496887, 2.675588369369507, -70.34264373779297], [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': ['105709.817500', '105710.277500', '105710.737500', '105711.197500', '105711.657500', '105712.117500', '105712.577500', '105713.037500', '105713.497500', '105713.957500', '105714.417500', '105714.877500', '105715.337500', '105715.797500', '105716.257500', '105716.717500', '105717.177500', '105717.637500', '105718.097500', '105718.557500', '105719.017500', '105719.477500', '105719.937500', '105720.397500', '105720.857500', '105721.317500', '105721.777500', '105722.237500', '105722.697500', '105723.157500', '105723.617500', '105724.077500', '105724.537500', '105724.997500', '105725.457500', '105725.917500', '105726.377500', '105726.837500', '105727.297500', '105727.757500', '105728.217500', '105728.677500', '105729.137500', '105729.597500', '105730.057500', '105730.517500', '105730.977500', '105731.437500', '105731.897500', '105732.357500', '105732.817500', '105733.277500', '105733.737500', '105734.197500', '105734.657500', '105735.117500', '105735.577500', '105736.037500', '105736.497500', '105736.957500', '105737.417500', '105737.877500', '105738.337500', '105738.797500', '105739.257500', '105739.717500', '105740.177500', '105740.637500', '105741.097500', '105741.557500', '105742.017500', '105742.477500', '105742.937500', '105743.397500', '105743.857500', '105744.317500', '105744.777500', '105745.237500', '105745.697500', '105746.157500', '105746.617500', '105747.077500', '105747.537500', '105747.997500', '105748.457500', '105748.917500', '105749.377500', '105749.837500', '105750.297500', '105750.757500', '105751.217500', '105751.677500', '105752.137500', '105752.597500', '105753.057500', '105753.517500', '105753.977500', '105754.437500', '105754.897500', '105755.357500', '105755.817500', '105756.277500', '105756.737500', '105757.197500', '105757.657500', '105758.117500', '105758.577500', '105759.037500', '105759.497500', '105759.957500', '105800.417500', '105800.877500', '105801.337500', '105801.797500', '105802.257500', '105802.717500', '105803.177500', '105803.637500', '105804.097500', '105804.557500', '105805.017500', '105805.477500', '105805.937500', '105806.397500', '105806.857500', '105807.317500', '105807.777500', '105808.237500', '105808.697500', '105809.157500', '105809.617500', '105810.077500', '105810.537500', '105810.997500', '105811.457500', '105811.917500', '105812.377500', '105812.837500', '105813.297500', '105813.757500', '105814.217500', '105814.677500', '105815.137500', '105815.597500', '105816.057500', '105816.517500', '105816.977500', '105817.437500', '105817.897500', '105818.357500', '105818.817500', '105819.277500', '105819.737500', '105820.197500', '105820.657500', '105821.117500', '105821.577500', '105822.037500', '105822.497500', '105822.957500', '105823.417500', '105823.877500', '105824.337500', '105824.797500', '105825.257500', '105825.717500', '105826.177500', '105826.637500', '105827.097500', '105827.557500', '105828.017500', '105828.477500', '105828.937500', '105829.397500', '105829.857500', '105830.317500', '105830.777500', '105831.237500', '105831.697500', '105832.157500', '105832.617500', '105833.077500', '105833.537500', '105833.997500', '105834.457500', '105834.917500', '105835.377500', '105835.837500', '105836.297500', '105836.757500', '105837.217500', '105837.677500', '105838.137500', '105838.597500', '105839.057500', '105839.517500', '105839.977500', '105840.437500', '105840.897500', '105841.357500', '105841.817500', '105842.277500', '105842.737500', '105843.197500', '105843.657500', '105844.117500', '105844.577500', '105845.037500', '105845.497500', '105845.957500', '105846.417500', '105846.877500', '105847.337500', '105847.797500', '105848.257500', '105848.717500', '105849.177500', '105849.637500', '105850.097500', '105850.557500', '105851.017500', '105851.477500', '105851.937500', '105852.397500', '105852.857500', '105853.317500', '105853.777500', '105854.237500', '105854.697500', '105855.157500', '105855.617500', '105856.077500', '105856.537500', '105856.997500', '105857.457500', '105857.917500', '105858.377500', '105858.837500', '105859.297500', '105859.757500', '105900.217500', '105900.677500', '105901.137500', '105901.597500', '105902.057500', '105902.517500', '105902.977500', '105903.437500', '105903.897500', '105904.357500', '105904.817500', '105905.277500', '105905.737500', '105906.197500', '105906.657500', '105907.117500', '105907.577500', '105908.037500', '105908.497500', '105908.957500', '105909.417500', '105909.877500', '105910.337500', '105910.797500', '105911.257500', '105911.717500', '105912.177500', '105912.637500', '105913.097500', '105913.557500', '105914.017500', '105914.477500', '105914.937500', '105915.397500', '105915.857500', '105916.317500', '105916.777500', '105917.237500', '105917.697500', '105918.157500', '105918.617500', '105919.077500', '105919.537500', '105919.997500', '105920.457500', '105920.917500', '105921.377500', '105921.837500', '105922.297500', '105922.757500', '105923.217500', '105923.677500', '105924.137500', '105924.597500', '105925.057500', '105925.517500', '105925.977500', '105926.437500', '105926.897500', '105927.357500', '105927.817500', '105928.277500', '105928.737500', '105929.197500', '105929.657500', '105930.117500', '105930.577500', '105931.037500', '105931.497500', '105931.957500', '105932.417500', '105932.877500', '105933.337500', '105933.797500', '105934.257500', '105934.717500', '105935.177500', '105935.637500', '105936.097500', '105936.557500', '105937.017500', '105937.477500', '105937.937500', '105938.397500', '105938.857500', '105939.317500', '105939.777500', '105940.237500', '105940.697500', '105941.157500', '105941.617500', '105942.077500', '105942.537500', '105942.997500', '105943.457500', '105943.917500', '105944.377500', '105944.837500', '105945.297500', '105945.757500', '105946.217500', '105946.677500', '105947.137500', '105947.597500', '105948.057500', '105948.517500', '105948.977500', '105949.437500', '105949.897500', '105950.357500', '105950.817500', '105951.277500', '105951.737500', '105952.197500', '105952.657500', '105953.117500', '105953.577500', '105954.037500', '105954.497500', '105954.957500', '105955.417500', '105955.877500', '105956.337500', '105956.797500', '105957.257500', '105957.717500', '105958.177500', '105958.637500', '105959.097500', '105959.557500', '110000.017500', '110000.477500', '110000.937500', '110001.397500', '110001.857500', '110002.317500', '110002.777500', '110003.237500', '110003.697500', '110004.157500', '110004.617500', '110005.077500', '110005.537500', '110005.997500', '110006.457500', '110006.917500', '110007.377500', '110007.837500', '110008.297500', '110008.757500', '110009.217500', '110009.677500', '110010.137500', '110010.597500', '110011.057500', '110011.517500', '110011.977500', '110012.437500', '110012.897500', '110013.357500', '110013.817500', '110014.277500', '110014.737500', '110015.197500', '110015.657500', '110016.117500', '110016.577500', '110017.037500', '110017.497500', '110017.957500', '110018.417500', '110018.877500', '110019.337500', '110019.797500', '110020.257500', '110020.717500', '110021.177500', '110021.637500', '110022.097500', '110022.557500', '110023.017500', '110023.477500', '110023.937500', '110024.397500', '110024.857500', '110025.317500', '110025.777500', '110026.237500', '110026.697500', '110027.157500', '110027.617500', '110028.077500', '110028.537500', '110028.997500', '110029.457500', '110029.917500', '110030.377500', '110030.837500', '110031.297500', '110031.757500', '110032.217500', '110032.677500', '110033.137500', '110033.597500', '110034.057500', '110034.517500', '110034.977500', '110035.437500', '110035.897500', '110036.357500', '110036.817500', '110037.277500', '110037.737500', '110038.197500', '110038.657500', '110039.117500', '110039.577500', '110040.037500', '110040.497500', '110040.957500', '110041.417500', '110041.877500', '110042.337500', '110042.797500', '110043.257500', '110043.717500', '110044.177500', '110044.637500', '110045.097500', '110045.557500', '110046.017500', '110046.477500', '110046.937500', '110047.397500', '110047.857500', '110048.317500', '110048.777500', '110049.237500', '110049.697500', '110050.157500', '110050.617500', '110051.077500', '110051.537500', '110051.997500', '110052.457500', '110052.917500', '110053.377500', '110053.837500', '110054.297500', '110054.757500', '110055.217500', '110055.677500', '110056.137500', '110056.597500', '110057.057500', '110057.517500', '110057.977500', '110058.437500', '110058.897500', '110059.357500', '110059.817500', '110100.277500', '110100.737500', '110101.197500', '110101.657500', '110102.117500', '110102.577500', '110103.037500', '110103.497500', '110103.957500', '110104.417500', '110104.877500', '110105.337500', '110105.797500', '110106.257500', '110106.717500', '110107.177500', '110107.637500', '110108.097500', '110108.557500', '110109.017500', '110109.477500', '110109.937500', '110110.397500', '110110.857500', '110111.317500', '110111.777500', '110112.237500', '110112.697500', '110113.157500', '110113.617500', '110114.077500', '110114.537500', '110114.997500', '110115.457500', '110115.917500', '110116.377500', '110116.837500', '110117.297500', '110117.757500', '110118.217500', '110118.677500', '110119.137500', '110119.597500', '110120.057500', '110120.517500', '110120.977500', '110121.437500', '110121.897500', '110122.357500', '110122.817500', '110123.277500', '110123.737500', '110124.197500', '110124.657500', '110125.117500', '110125.577500', '110126.037500', '110126.497500', '110126.957500', '110127.417500', '110127.877500', '110128.337500', '110128.797500', '110129.257500', '110129.717500', '110130.177500', '110130.637500', '110131.097500', '110131.557500', '110132.017500', '110132.477500', '110132.937500', '110133.397500', '110133.857500', '110134.317500', '110134.777500', '110135.237500', '110135.697500', '110136.157500', '110136.617500', '110137.077500', '110137.537500', '110137.997500', '110138.457500', '110138.917500', '110139.377500', '110139.837500', '110140.297500', '110140.757500', '110141.217500', '110141.677500', '110142.137500', '110142.597500', '110143.057500', '110143.517500', '110143.977500', '110144.437500', '110144.897500', '110145.357500', '110145.817500', '110146.277500', '110146.737500', '110147.197500', '110147.657500', '110148.117500', '110148.577500', '110149.037500', '110149.497500', '110149.957500', '110150.417500', '110150.877500', '110151.337500', '110151.797500', '110152.257500', '110152.717500', '110153.177500', '110153.637500', '110154.097500', '110154.557500', '110155.017500', '110155.477500', '110155.937500', '110156.397500', '110156.857500', '110157.317500', '110157.777500', '110158.237500', '110158.697500', '110159.157500', '110159.617500', '110200.077500', '110200.537500', '110200.997500', '110201.457500', '110201.917500', '110202.377500', '110202.837500', '110203.297500', '110203.757500', '110204.217500', '110204.677500', '110205.137500', '110205.597500', '110206.057500', '110206.517500', '110206.977500', '110207.437500', '110207.897500', '110208.357500', '110208.817500', '110209.277500', '110209.737500', '110210.197500', '110210.657500', '110211.117500', '110211.577500', '110212.037500', '110212.497500', '110212.957500', '110213.417500', '110213.877500', '110214.337500', '110214.797500', '110215.257500', '110215.717500', '110216.177500', '110216.637500', '110217.097500', '110217.557500', '110218.017500', '110218.477500', '110218.937500', '110219.397500', '110219.857500', '110220.317500', '110220.777500', '110221.237500', '110221.697500', '110222.157500', '110222.617500', '110223.077500', '110223.537500', '110223.997500', '110224.457500', '110224.917500', '110225.377500', '110225.837500', '110226.297500', '110226.757500', '110227.217500', '110227.677500', '110228.137500', '110228.597500', '110229.057500', '110229.517500', '110229.977500', '110230.437500', '110230.897500', '110231.357500', '110231.817500', '110232.277500', '110232.737500', '110233.197500', '110233.657500', '110234.117500', '110234.577500', '110235.037500', '110235.497500', '110235.957500', '110236.417500', '110236.877500', '110237.337500', '110237.797500', '110238.257500', '110238.717500', '110239.177500', '110239.637500', '110240.097500', '110240.557500', '110241.017500', '110241.477500', '110241.937500', '110242.397500', '110242.857500', '110243.317500', '110243.777500', '110244.237500', '110244.697500', '110245.157500', '110245.617500', '110246.077500', '110246.537500', '110246.997500', '110247.457500', '110247.917500', '110248.377500', '110248.837500', '110249.297500', '110249.757500', '110250.217500', '110250.677500', '110251.137500', '110251.597500', '110252.057500', '110252.517500', '110252.977500', '110253.437500', '110253.897500', '110254.357500', '110254.817500', '110255.277500', '110255.737500', '110256.197500', '110256.657500', '110257.117500', '110257.577500', '110258.037500', '110258.497500', '110258.957500', '110259.417500', '110259.877500', '110300.337500', '110300.797500', '110301.257500', '110301.717500', '110302.177500', '110302.637500', '110303.097500', '110303.557500', '110304.017500', '110304.477500', '110304.937500', '110305.397500', '110305.857500', '110306.317500', '110306.777500', '110307.237500', '110307.697500', '110308.157500', '110308.617500', '110309.077500', '110309.537500', '110309.997500', '110310.457500', '110310.917500', '110311.377500', '110311.837500', '110312.297500', '110312.757500', '110313.217500', '110313.677500', '110314.137500', '110314.597500', '110315.057500', '110315.517500', '110315.977500', '110316.437500', '110316.897500', '110317.357500', '110317.817500', '110318.277500', '110318.737500', '110319.197500', '110319.657500', '110320.117500', '110320.577500', '110321.037500', '110321.497500', '110321.957500', '110322.417500', '110322.877500', '110323.337500', '110323.797500', '110324.257500', '110324.717500', '110325.177500', '110325.637500', '110326.097500', '110326.557500', '110327.017500', '110327.477500', '110327.937500', '110328.397500', '110328.857500', '110329.317500', '110329.777500', '110330.237500', '110330.697500', '110331.157500', '110331.617500', '110332.077500', '110332.537500', '110332.997500', '110333.457500', '110333.917500', '110334.377500', '110334.837500', '110335.297500', '110335.757500', '110336.217500', '110336.677500', '110337.137500', '110337.597500', '110338.057500', '110338.517500', '110338.977500', '110339.437500', '110339.897500', '110340.357500', '110340.817500', '110341.277500', '110341.737500', '110342.197500', '110342.657500', '110343.117500', '110343.577500', '110344.037500', '110344.497500', '110344.957500', '110345.417500', '110345.877500', '110346.337500', '110346.797500', '110347.257500', '110347.717500', '110348.177500', '110348.637500', '110349.097500', '110349.557500', '110350.017500', '110350.477500'], 'ContentTime': ['105732.448000', '105732.451000', '105732.454000', '105732.456000', '105732.459000', '105732.468000', '105732.470000', '105732.473000', '105732.476000', '105732.478000', '105732.481000', '105732.483000', '105732.486000', '105732.489000', '105732.491000', '105732.494000', '105732.497000', '105732.505000', '105732.508000', '105732.510000', '105732.513000', '105732.515000', '105732.518000', '105732.521000', '105732.523000', '105732.526000', '105732.528000', '105732.531000', '105732.534000', '105732.536000', '105732.539000', '105732.543000', '105732.546000', '105732.549000', '105732.551000', '105732.554000', '105732.556000', '105732.559000', '105732.562000', '105732.564000', '105732.567000', '105732.570000', '105732.572000', '105732.575000', '105732.577000', '105732.580000', '105752.421000', '105752.424000', '105752.427000', '105752.430000', '105752.432000', '105752.435000', '105752.437000', '105752.440000', '105752.443000', '105752.445000', '105752.448000', '105752.451000', '105752.453000', '105752.456000', '105752.458000', '105752.461000', '105752.464000', '105752.466000', '105752.469000', '105752.471000', '105752.474000', '105752.477000', '105752.491000', '105752.494000', '105752.497000', '105752.499000', '105752.502000', '105752.505000', '105752.507000', '105752.510000', '105752.513000', '105752.515000', '105752.518000', '105752.520000', '105752.523000', '105752.526000', '105752.528000', '105752.531000', '105752.533000', '105752.536000', '105752.539000', '105752.541000', '105752.544000', '105752.546000', '105812.421000', '105812.423000', '105812.426000', '105812.429000', '105812.431000', '105812.434000', '105812.437000', '105812.439000', '105812.442000', '105812.444000', '105812.447000', '105812.450000', '105812.452000', '105812.455000', '105812.458000', '105812.460000', '105812.463000', '105812.466000', '105812.468000', '105812.471000', '105812.474000', '105812.476000', '105812.481000', '105812.484000', '105812.487000', '105812.489000', '105812.492000', '105812.495000', '105812.498000', '105812.501000', '105812.514000', '105812.516000', '105812.519000', '105812.521000', '105812.524000', '105812.527000', '105812.529000', '105812.532000', '105812.535000', '105812.537000', '105812.540000', '105812.542000', '105812.545000', '105832.420000', '105832.423000', '105832.426000', '105832.428000', '105832.431000', '105832.434000', '105832.436000', '105832.439000', '105832.442000', '105832.444000', '105832.447000', '105832.449000', '105832.452000', '105832.455000', '105832.458000', '105832.460000', '105832.463000', '105832.466000', '105832.468000', '105832.474000', '105832.477000', '105832.479000', '105832.482000', '105832.485000', '105832.487000', '105832.490000', '105832.492000', '105832.495000', '105832.498000', '105832.500000', '105832.503000', '105832.505000', '105832.508000', '105832.511000', '105832.513000', '105832.516000', '105832.531000', '105832.534000', '105832.536000', '105832.539000', '105832.541000', '105832.544000', '105832.547000', '105832.549000', '105852.421000', '105852.424000', '105852.427000', '105852.430000', '105852.432000', '105852.435000', '105852.438000', '105852.440000', '105852.443000', '105852.445000', '105852.448000', '105852.451000', '105852.453000', '105852.456000', '105852.458000', '105852.461000', '105852.464000', '105852.466000', '105852.469000', '105852.472000', '105852.474000', '105852.477000', '105852.479000', '105852.491000', '105852.493000', '105852.496000', '105852.499000', '105852.502000', '105852.505000', '105852.507000', '105852.510000', '105852.513000', '105852.515000', '105852.518000', '105852.521000', '105852.524000', '105852.527000', '105852.530000', '105852.533000', '105852.535000', '105852.538000', '105852.541000', '105852.543000', '105912.422000', '105912.424000', '105912.427000', '105912.430000', '105912.433000', '105912.436000', '105912.438000', '105912.441000', '105912.444000', '105912.446000', '105912.449000', '105912.452000', '105912.454000', '105912.457000', '105912.459000', '105912.462000', '105912.465000', '105912.467000', '105912.470000', '105912.473000', '105912.475000', '105912.478000', '105912.480000', '105912.483000', '105912.496000', '105912.498000', '105912.501000', '105912.504000', '105912.506000', '105912.509000', '105912.511000', '105912.514000', '105912.517000', '105912.519000', '105912.522000', '105912.525000', '105912.527000', '105912.530000', '105912.532000', '105912.535000', '105912.538000', '105912.540000', '105912.543000', '105912.545000', '105932.422000', '105932.425000', '105932.427000', '105932.430000', '105932.432000', '105932.435000', '105932.438000', '105932.440000', '105932.443000', '105932.446000', '105932.448000', '105932.451000', '105932.453000', '105932.456000', '105932.459000', '105932.461000', '105932.464000', '105932.467000', '105932.469000', '105932.472000', '105932.474000', '105932.477000', '105932.480000', '105932.482000', '105932.485000', '105932.488000', '105932.490000', '105932.493000', '105932.495000', '105932.498000', '105932.501000', '105932.503000', '105932.506000', '105932.509000', '105932.511000', '105932.514000', '105932.517000', '105932.521000', '105932.523000', '105932.526000', '105932.529000', '105932.532000', '105932.535000', '105952.421000', '105952.424000', '105952.427000', '105952.430000', '105952.432000', '105952.435000', '105952.438000', '105952.440000', '105952.443000', '105952.446000', '105952.448000', '105952.451000', '105952.453000', '105952.456000', '105952.459000', '105952.467000', '105952.469000', '105952.472000', '105952.475000', '105952.477000', '105952.480000', '105952.482000', '105952.485000', '105952.488000', '105952.490000', '105952.493000', '105952.496000', '105952.498000', '105952.501000', '105952.504000', '105952.506000', '105952.509000', '105952.512000', '105952.514000', '105952.517000', '105952.520000', '105952.522000', '105952.525000', '105952.528000', '105952.530000', '105952.533000', '105952.536000', '105952.538000', '105952.541000', '110012.421000', '110012.424000', '110012.427000', '110012.429000', '110012.432000', '110012.435000', '110012.437000', '110012.440000', '110012.443000', '110012.445000', '110012.448000', '110012.450000', '110012.453000', '110012.456000', '110012.458000', '110012.461000', '110012.464000', '110012.466000', '110012.469000', '110012.471000', '110012.474000', '110012.477000', '110012.479000', '110012.482000', '110012.485000', '110012.487000', '110012.490000', '110012.492000', '110012.495000', '110012.498000', '110012.500000', '110012.513000', '110012.516000', '110012.518000', '110012.521000', '110012.523000', '110012.526000', '110012.529000', '110012.532000', '110012.536000', '110012.539000', '110012.541000', '110012.544000', '110032.421000', '110032.424000', '110032.427000', '110032.429000', '110032.432000', '110032.434000', '110032.437000', '110032.440000', '110032.442000', '110032.445000', '110032.448000', '110032.450000', '110032.453000', '110032.456000', '110032.458000', '110032.461000', '110032.463000', '110032.466000', '110032.469000', '110032.471000', '110032.474000', '110032.477000', '110032.479000', '110032.488000', '110032.491000', '110032.494000', '110032.496000', '110032.499000', '110032.512000', '110032.515000', '110032.518000', '110032.521000', '110032.523000', '110032.526000', '110032.529000', '110032.531000', '110032.534000', '110032.537000', '110032.539000', '110032.542000', '110032.544000', '110032.547000', '110032.550000', '110032.552000', '110052.421000', '110052.424000', '110052.426000', '110052.430000', '110052.432000', '110052.435000', '110052.438000', '110052.440000', '110052.443000', '110052.446000', '110052.448000', '110052.451000', '110052.453000', '110052.456000', '110052.459000', '110052.461000', '110052.464000', '110052.467000', '110052.469000', '110052.472000', '110052.475000', '110052.477000', '110052.480000', '110052.483000', '110052.485000', '110052.488000', '110052.491000', '110052.493000', '110052.496000', '110052.499000', '110052.501000', '110052.504000', '110052.507000', '110052.509000', '110052.512000', '110052.515000', '110052.517000', '110052.520000', '110052.523000', '110052.525000', '110052.528000', '110052.531000', '110052.533000', '110112.422000', '110112.424000', '110112.427000', '110112.430000', '110112.432000', '110112.435000', '110112.438000', '110112.440000', '110112.452000', '110112.455000', '110112.457000', '110112.460000', '110112.463000', '110112.465000', '110112.468000', '110112.471000', '110112.473000', '110112.476000', '110112.478000', '110112.481000', '110112.484000', '110112.486000', '110112.489000', '110112.491000', '110112.494000', '110112.497000', '110112.499000', '110112.502000', '110112.505000', '110112.508000', '110112.510000', '110112.513000', '110112.516000', '110112.518000', '110112.521000', '110112.523000', '110112.526000', '110112.529000', '110112.532000', '110112.534000', '110112.537000', '110112.540000', '110112.542000', '110112.545000', '110132.422000', '110132.425000', '110132.427000', '110132.430000', '110132.433000', '110132.435000', '110132.438000', '110132.441000', '110132.443000', '110132.446000', '110132.449000', '110132.451000', '110132.454000', '110132.456000', '110132.459000', '110132.462000', '110132.464000', '110132.467000', '110132.470000', '110132.472000', '110132.475000', '110132.477000', '110132.480000', '110132.483000', '110132.485000', '110132.488000', '110132.491000', '110132.493000', '110132.496000', '110132.499000', '110132.501000', '110132.504000', '110132.507000', '110132.509000', '110132.512000', '110132.514000', '110132.517000', '110132.520000', '110132.522000', '110132.525000', '110132.528000', '110132.530000', '110132.533000', '110152.421000', '110152.424000', '110152.427000', '110152.430000', '110152.432000', '110152.435000', '110152.438000', '110152.440000', '110152.443000', '110152.446000', '110152.448000', '110152.451000', '110152.453000', '110152.492000', '110152.495000', '110152.498000', '110152.500000', '110152.503000', '110152.505000', '110152.508000', '110152.511000', '110152.513000', '110152.516000', '110152.519000', '110152.522000', '110152.524000', '110152.527000', '110152.530000', '110152.532000', '110152.535000', '110152.538000', '110152.540000', '110152.543000', '110152.545000', '110152.548000', '110152.551000', '110152.553000', '110152.556000', '110152.558000', '110152.561000', '110152.564000', '110152.566000', '110152.569000', '110152.572000', '110212.422000', '110212.425000', '110212.428000', '110212.430000', '110212.433000', '110212.436000', '110212.438000', '110212.441000', '110212.443000', '110212.446000', '110212.449000', '110212.451000', '110212.454000', '110212.457000', '110212.459000', '110212.462000', '110212.465000', '110212.467000', '110212.470000', '110212.473000', '110212.475000', '110212.483000', '110212.486000', '110212.489000', '110212.491000', '110212.494000', '110212.497000', '110212.499000', '110212.502000', '110212.505000', '110212.507000', '110212.510000', '110212.513000', '110212.515000', '110212.518000', '110212.521000', '110212.523000', '110212.526000', '110212.529000', '110212.531000', '110212.534000', '110212.536000', '110212.539000', '110232.422000', '110232.424000', '110232.427000', '110232.430000', '110232.432000', '110232.435000', '110232.438000', '110232.440000', '110232.443000', '110232.446000', '110232.448000', '110232.451000', '110232.454000', '110232.456000', '110232.459000', '110232.462000', '110232.465000', '110232.468000', '110232.472000', '110232.475000', '110232.478000', '110232.480000', '110232.483000', '110232.486000', '110232.488000', '110232.491000', '110232.494000', '110232.496000', '110232.499000', '110232.502000', '110232.505000', '110232.507000', '110232.510000', '110232.513000', '110232.515000', '110232.518000', '110232.520000', '110232.523000', '110232.526000', '110232.536000', '110232.539000', '110232.542000', '110232.545000', '110252.421000', '110252.424000', '110252.426000', '110252.429000', '110252.431000', '110252.434000', '110252.437000', '110252.439000', '110252.442000', '110252.445000', '110252.447000', '110252.450000', '110252.453000', '110252.455000', '110252.458000', '110252.461000', '110252.463000', '110252.466000', '110252.468000', '110252.471000', '110252.474000', '110252.477000', '110252.479000', '110252.482000', '110252.484000', '110252.487000', '110252.490000', '110252.492000', '110252.495000', '110252.498000', '110252.500000', '110252.503000', '110252.505000', '110252.508000', '110252.511000', '110252.513000', '110252.516000', '110252.518000', '110252.521000', '110252.524000', '110252.526000', '110252.529000', '110252.532000', '110252.534000', '110312.420000', '110312.424000', '110312.426000', '110312.429000', '110312.431000', '110312.434000', '110312.437000', '110312.439000', '110312.442000', '110312.445000', '110312.447000', '110312.450000', '110312.453000', '110312.455000', '110312.458000', '110312.461000', '110312.463000', '110312.466000', '110312.468000', '110312.471000', '110312.474000', '110312.476000', '110312.479000', '110312.482000', '110312.514000', '110312.517000', '110312.519000', '110312.522000', '110312.524000', '110312.527000', '110312.530000', '110312.532000', '110312.535000', '110312.538000', '110312.540000', '110312.543000', '110312.545000', '110312.548000', '110312.551000', '110312.553000', '110312.556000', '110312.559000', '110312.561000', '110312.564000', '110332.422000', '110332.424000', '110332.427000', '110332.430000', '110332.433000', '110332.436000', '110332.438000', '110332.441000', '110332.444000', '110332.447000', '110332.449000', '110332.452000', '110332.454000', '110332.457000', '110332.460000', '110332.463000', '110332.465000', '110332.468000', '110332.470000', '110332.473000', '110332.476000', '110332.478000', '110332.481000', '110332.484000', '110332.486000', '110332.489000', '110332.491000', '110332.494000', '110332.497000', '110332.499000', '110332.502000', '110332.505000', '110332.507000', '110332.510000', '110332.513000', '110332.516000', '110332.518000', '110332.521000', '110332.524000', '110332.526000', '110332.529000', '110332.531000', '110332.534000', '110351.893000', '110351.896000', '110351.899000', '110351.902000', '110351.905000', '110351.907000', '110351.910000', '110351.913000', '110351.915000', '110351.918000', '110351.921000', '110351.924000', '110351.926000', '110351.929000', '110351.932000', '110351.935000', '110351.946000', '110351.950000', '110351.953000', '110351.955000', '110351.958000', '110351.963000', '110351.968000', '110351.971000', '110351.973000', '110351.976000', '110351.979000', '110351.982000', '110351.984000', '110351.987000', '110351.990000', '110351.992000', '110351.995000', '110351.998000', '110352.002000', '110352.004000', '110352.007000', '110352.010000', '110352.014000', '110352.017000', '110352.019000', '110352.026000', '110352.030000'], 'InstanceCreationTime': ['105732.448000', '105732.451000', '105732.454000', '105732.456000', '105732.459000', '105732.468000', '105732.470000', '105732.473000', '105732.476000', '105732.478000', '105732.481000', '105732.483000', '105732.486000', '105732.489000', '105732.491000', '105732.494000', '105732.497000', '105732.505000', '105732.508000', '105732.510000', '105732.513000', '105732.515000', '105732.518000', '105732.521000', '105732.523000', '105732.526000', '105732.528000', '105732.531000', '105732.534000', '105732.536000', '105732.539000', '105732.543000', '105732.546000', '105732.549000', '105732.551000', '105732.554000', '105732.556000', '105732.559000', '105732.562000', '105732.564000', '105732.567000', '105732.570000', '105732.572000', '105732.575000', '105732.577000', '105732.580000', '105752.421000', '105752.424000', '105752.427000', '105752.430000', '105752.432000', '105752.435000', '105752.437000', '105752.440000', '105752.443000', '105752.445000', '105752.448000', '105752.451000', '105752.453000', '105752.456000', '105752.458000', '105752.461000', '105752.464000', '105752.466000', '105752.469000', '105752.471000', '105752.474000', '105752.477000', '105752.491000', '105752.494000', '105752.497000', '105752.499000', '105752.502000', '105752.505000', '105752.507000', '105752.510000', '105752.513000', '105752.515000', '105752.518000', '105752.520000', '105752.523000', '105752.526000', '105752.528000', '105752.531000', '105752.533000', '105752.536000', '105752.539000', '105752.541000', '105752.544000', '105752.546000', '105812.421000', '105812.423000', '105812.426000', '105812.429000', '105812.431000', '105812.434000', '105812.437000', '105812.439000', '105812.442000', '105812.444000', '105812.447000', '105812.450000', '105812.452000', '105812.455000', '105812.458000', '105812.460000', '105812.463000', '105812.466000', '105812.468000', '105812.471000', '105812.474000', '105812.476000', '105812.481000', '105812.484000', '105812.487000', '105812.489000', '105812.492000', '105812.495000', '105812.498000', '105812.501000', '105812.514000', '105812.516000', '105812.519000', '105812.521000', '105812.524000', '105812.527000', '105812.529000', '105812.532000', '105812.535000', '105812.537000', '105812.540000', '105812.542000', '105812.545000', '105832.420000', '105832.423000', '105832.426000', '105832.428000', '105832.431000', '105832.434000', '105832.436000', '105832.439000', '105832.442000', '105832.444000', '105832.447000', '105832.449000', '105832.452000', '105832.455000', '105832.458000', '105832.460000', '105832.463000', '105832.466000', '105832.468000', '105832.474000', '105832.477000', '105832.479000', '105832.482000', '105832.485000', '105832.487000', '105832.490000', '105832.492000', '105832.495000', '105832.498000', '105832.500000', '105832.503000', '105832.505000', '105832.508000', '105832.511000', '105832.513000', '105832.516000', '105832.531000', '105832.534000', '105832.536000', '105832.539000', '105832.541000', '105832.544000', '105832.547000', '105832.549000', '105852.421000', '105852.424000', '105852.427000', '105852.430000', '105852.432000', '105852.435000', '105852.438000', '105852.440000', '105852.443000', '105852.445000', '105852.448000', '105852.451000', '105852.453000', '105852.456000', '105852.458000', '105852.461000', '105852.464000', '105852.466000', '105852.469000', '105852.472000', '105852.474000', '105852.477000', '105852.479000', '105852.491000', '105852.493000', '105852.496000', '105852.499000', '105852.502000', '105852.505000', '105852.507000', '105852.510000', '105852.513000', '105852.515000', '105852.518000', '105852.521000', '105852.524000', '105852.527000', '105852.530000', '105852.533000', '105852.535000', '105852.538000', '105852.541000', '105852.543000', '105912.422000', '105912.424000', '105912.427000', '105912.430000', '105912.433000', '105912.436000', '105912.438000', '105912.441000', '105912.444000', '105912.446000', '105912.449000', '105912.452000', '105912.454000', '105912.457000', '105912.459000', '105912.462000', '105912.465000', '105912.467000', '105912.470000', '105912.473000', '105912.475000', '105912.478000', '105912.480000', '105912.483000', '105912.496000', '105912.498000', '105912.501000', '105912.504000', '105912.506000', '105912.509000', '105912.511000', '105912.514000', '105912.517000', '105912.519000', '105912.522000', '105912.525000', '105912.527000', '105912.530000', '105912.532000', '105912.535000', '105912.538000', '105912.540000', '105912.543000', '105912.545000', '105932.422000', '105932.425000', '105932.427000', '105932.430000', '105932.432000', '105932.435000', '105932.438000', '105932.440000', '105932.443000', '105932.446000', '105932.448000', '105932.451000', '105932.453000', '105932.456000', '105932.459000', '105932.461000', '105932.464000', '105932.467000', '105932.469000', '105932.472000', '105932.474000', '105932.477000', '105932.480000', '105932.482000', '105932.485000', '105932.488000', '105932.490000', '105932.493000', '105932.495000', '105932.498000', '105932.501000', '105932.503000', '105932.506000', '105932.509000', '105932.511000', '105932.514000', '105932.517000', '105932.521000', '105932.523000', '105932.526000', '105932.529000', '105932.532000', '105932.535000', '105952.421000', '105952.424000', '105952.427000', '105952.430000', '105952.432000', '105952.435000', '105952.438000', '105952.440000', '105952.443000', '105952.446000', '105952.448000', '105952.451000', '105952.453000', '105952.456000', '105952.459000', '105952.467000', '105952.469000', '105952.472000', '105952.475000', '105952.477000', '105952.480000', '105952.482000', '105952.485000', '105952.488000', '105952.490000', '105952.493000', '105952.496000', '105952.498000', '105952.501000', '105952.504000', '105952.506000', '105952.509000', '105952.512000', '105952.514000', '105952.517000', '105952.520000', '105952.522000', '105952.525000', '105952.528000', '105952.530000', '105952.533000', '105952.536000', '105952.538000', '105952.541000', '110012.421000', '110012.424000', '110012.427000', '110012.429000', '110012.432000', '110012.435000', '110012.437000', '110012.440000', '110012.443000', '110012.445000', '110012.448000', '110012.450000', '110012.453000', '110012.456000', '110012.458000', '110012.461000', '110012.464000', '110012.466000', '110012.469000', '110012.471000', '110012.474000', '110012.477000', '110012.479000', '110012.482000', '110012.485000', '110012.487000', '110012.490000', '110012.492000', '110012.495000', '110012.498000', '110012.500000', '110012.513000', '110012.516000', '110012.518000', '110012.521000', '110012.523000', '110012.526000', '110012.529000', '110012.532000', '110012.536000', '110012.539000', '110012.541000', '110012.544000', '110032.421000', '110032.424000', '110032.427000', '110032.429000', '110032.432000', '110032.434000', '110032.437000', '110032.440000', '110032.442000', '110032.445000', '110032.448000', '110032.450000', '110032.453000', '110032.456000', '110032.458000', '110032.461000', '110032.463000', '110032.466000', '110032.469000', '110032.471000', '110032.474000', '110032.477000', '110032.479000', '110032.488000', '110032.491000', '110032.494000', '110032.496000', '110032.499000', '110032.512000', '110032.515000', '110032.518000', '110032.521000', '110032.523000', '110032.526000', '110032.529000', '110032.531000', '110032.534000', '110032.537000', '110032.539000', '110032.542000', '110032.544000', '110032.547000', '110032.550000', '110032.552000', '110052.421000', '110052.424000', '110052.426000', '110052.430000', '110052.432000', '110052.435000', '110052.438000', '110052.440000', '110052.443000', '110052.446000', '110052.448000', '110052.451000', '110052.453000', '110052.456000', '110052.459000', '110052.461000', '110052.464000', '110052.467000', '110052.469000', '110052.472000', '110052.475000', '110052.477000', '110052.480000', '110052.483000', '110052.485000', '110052.488000', '110052.491000', '110052.493000', '110052.496000', '110052.499000', '110052.501000', '110052.504000', '110052.507000', '110052.509000', '110052.512000', '110052.515000', '110052.517000', '110052.520000', '110052.523000', '110052.525000', '110052.528000', '110052.531000', '110052.533000', '110112.422000', '110112.424000', '110112.427000', '110112.430000', '110112.432000', '110112.435000', '110112.438000', '110112.440000', '110112.452000', '110112.455000', '110112.457000', '110112.460000', '110112.463000', '110112.465000', '110112.468000', '110112.471000', '110112.473000', '110112.476000', '110112.478000', '110112.481000', '110112.484000', '110112.486000', '110112.489000', '110112.491000', '110112.494000', '110112.497000', '110112.499000', '110112.502000', '110112.505000', '110112.508000', '110112.510000', '110112.513000', '110112.516000', '110112.518000', '110112.521000', '110112.523000', '110112.526000', '110112.529000', '110112.532000', '110112.534000', '110112.537000', '110112.540000', '110112.542000', '110112.545000', '110132.422000', '110132.425000', '110132.427000', '110132.430000', '110132.433000', '110132.435000', '110132.438000', '110132.441000', '110132.443000', '110132.446000', '110132.449000', '110132.451000', '110132.454000', '110132.456000', '110132.459000', '110132.462000', '110132.464000', '110132.467000', '110132.470000', '110132.472000', '110132.475000', '110132.477000', '110132.480000', '110132.483000', '110132.485000', '110132.488000', '110132.491000', '110132.493000', '110132.496000', '110132.499000', '110132.501000', '110132.504000', '110132.507000', '110132.509000', '110132.512000', '110132.514000', '110132.517000', '110132.520000', '110132.522000', '110132.525000', '110132.528000', '110132.530000', '110132.533000', '110152.421000', '110152.424000', '110152.427000', '110152.430000', '110152.432000', '110152.435000', '110152.438000', '110152.440000', '110152.443000', '110152.446000', '110152.448000', '110152.451000', '110152.453000', '110152.492000', '110152.495000', '110152.498000', '110152.500000', '110152.503000', '110152.505000', '110152.508000', '110152.511000', '110152.513000', '110152.516000', '110152.519000', '110152.522000', '110152.524000', '110152.527000', '110152.530000', '110152.532000', '110152.535000', '110152.538000', '110152.540000', '110152.543000', '110152.545000', '110152.548000', '110152.551000', '110152.553000', '110152.556000', '110152.558000', '110152.561000', '110152.564000', '110152.566000', '110152.569000', '110152.572000', '110212.422000', '110212.425000', '110212.428000', '110212.430000', '110212.433000', '110212.436000', '110212.438000', '110212.441000', '110212.443000', '110212.446000', '110212.449000', '110212.451000', '110212.454000', '110212.457000', '110212.459000', '110212.462000', '110212.465000', '110212.467000', '110212.470000', '110212.473000', '110212.475000', '110212.483000', '110212.486000', '110212.489000', '110212.491000', '110212.494000', '110212.497000', '110212.499000', '110212.502000', '110212.505000', '110212.507000', '110212.510000', '110212.513000', '110212.515000', '110212.518000', '110212.521000', '110212.523000', '110212.526000', '110212.529000', '110212.531000', '110212.534000', '110212.536000', '110212.539000', '110232.422000', '110232.424000', '110232.427000', '110232.430000', '110232.432000', '110232.435000', '110232.438000', '110232.440000', '110232.443000', '110232.446000', '110232.448000', '110232.451000', '110232.454000', '110232.456000', '110232.459000', '110232.462000', '110232.465000', '110232.468000', '110232.472000', '110232.475000', '110232.478000', '110232.480000', '110232.483000', '110232.486000', '110232.488000', '110232.491000', '110232.494000', '110232.496000', '110232.499000', '110232.502000', '110232.505000', '110232.507000', '110232.510000', '110232.513000', '110232.515000', '110232.518000', '110232.520000', '110232.523000', '110232.526000', '110232.536000', '110232.539000', '110232.542000', '110232.545000', '110252.421000', '110252.424000', '110252.426000', '110252.429000', '110252.431000', '110252.434000', '110252.437000', '110252.439000', '110252.442000', '110252.445000', '110252.447000', '110252.450000', '110252.453000', '110252.455000', '110252.458000', '110252.461000', '110252.463000', '110252.466000', '110252.468000', '110252.471000', '110252.474000', '110252.477000', '110252.479000', '110252.482000', '110252.484000', '110252.487000', '110252.490000', '110252.492000', '110252.495000', '110252.498000', '110252.500000', '110252.503000', '110252.505000', '110252.508000', '110252.511000', '110252.513000', '110252.516000', '110252.518000', '110252.521000', '110252.524000', '110252.526000', '110252.529000', '110252.532000', '110252.534000', '110312.420000', '110312.424000', '110312.426000', '110312.429000', '110312.431000', '110312.434000', '110312.437000', '110312.439000', '110312.442000', '110312.445000', '110312.447000', '110312.450000', '110312.453000', '110312.455000', '110312.458000', '110312.461000', '110312.463000', '110312.466000', '110312.468000', '110312.471000', '110312.474000', '110312.476000', '110312.479000', '110312.482000', '110312.514000', '110312.517000', '110312.519000', '110312.522000', '110312.524000', '110312.527000', '110312.530000', '110312.532000', '110312.535000', '110312.538000', '110312.540000', '110312.543000', '110312.545000', '110312.548000', '110312.551000', '110312.553000', '110312.556000', '110312.559000', '110312.561000', '110312.564000', '110332.422000', '110332.424000', '110332.427000', '110332.430000', '110332.433000', '110332.436000', '110332.438000', '110332.441000', '110332.444000', '110332.447000', '110332.449000', '110332.452000', '110332.454000', '110332.457000', '110332.460000', '110332.463000', '110332.465000', '110332.468000', '110332.470000', '110332.473000', '110332.476000', '110332.478000', '110332.481000', '110332.484000', '110332.486000', '110332.489000', '110332.491000', '110332.494000', '110332.497000', '110332.499000', '110332.502000', '110332.505000', '110332.507000', '110332.510000', '110332.513000', '110332.516000', '110332.518000', '110332.521000', '110332.524000', '110332.526000', '110332.529000', '110332.531000', '110332.534000', '110351.893000', '110351.896000', '110351.899000', '110351.902000', '110351.905000', '110351.907000', '110351.910000', '110351.913000', '110351.915000', '110351.918000', '110351.921000', '110351.924000', '110351.926000', '110351.929000', '110351.932000', '110351.935000', '110351.946000', '110351.950000', '110351.953000', '110351.955000', '110351.958000', '110351.963000', '110351.968000', '110351.971000', '110351.973000', '110351.976000', '110351.979000', '110351.982000', '110351.984000', '110351.987000', '110351.990000', '110351.992000', '110351.995000', '110351.998000', '110352.002000', '110352.004000', '110352.007000', '110352.010000', '110352.014000', '110352.017000', '110352.019000', '110352.026000', '110352.030000'], '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': [10918, 6977, 9793, 10109, 7830, 12651, 7830, 11036, 6863, 10337, 6975, 8472, 11627, 7966, 11141, 7369, 10694, 6820, 9773, 10292, 7872, 12060, 7806, 10723, 7523, 10706, 7415, 11167, 7486, 10849, 6775, 10324, 11282, 8131, 14447, 9231, 11493, 6990, 9103, 11214, 8344, 13875, 8184, 11003, 7563, 9545, 7010, 8356, 12032, 7688, 11040, 7319, 9918, 6552, 8492, 9090, 7576, 11685, 8330, 10573, 6639, 10055, 7091, 8610, 12563, 8479, 10592, 7558, 10456, 6745, 10150, 7706, 8329, 8275, 7454, 11407, 7455, 11532, 8004, 10784, 7465, 10956, 8206, 9266, 15230, 11347, 12858, 8651, 10369, 6918, 10227, 7331, 8477, 13585, 8228, 11166, 7882, 10791, 7442, 10873, 7166, 10711, 8849, 8874, 9542, 8459, 12103, 8326, 13303, 8300, 11760, 7892, 10147, 7338, 9776, 6855, 8779, 11812, 8187, 11075, 7701, 10106, 6882, 9219, 7161, 7909, 12066, 7851, 10521, 7314, 10245, 6673, 9772, 6752, 8557, 8935, 7880, 10273, 7340, 11029, 7502, 10927, 7040, 10205, 10183, 8264, 12668, 7968, 10984, 7515, 10904, 7312, 10639, 6520, 9966, 6628, 9520, 8079, 8410, 11403, 8371, 11241, 7890, 11460, 7750, 11108, 6931, 10585, 7447, 9009, 9335, 8088, 12973, 8048, 11418, 7157, 10503, 6798, 8915, 7150, 7587, 11341, 7108, 10881, 6925, 10404, 7308, 8449, 10434, 7887, 11686, 7955, 10807, 7553, 10138, 6743, 9574, 8440, 8111, 13371, 8093, 10637, 7176, 10173, 6778, 9839, 7034, 9007, 6921, 8499, 11373, 7836, 11747, 8352, 10438, 7261, 10569, 7049, 9763, 7939, 7788, 12681, 7910, 10412, 6744, 9926, 6468, 9894, 7163, 8560, 8879, 8022, 11842, 7645, 10722, 7276, 9082, 8501, 7715, 12288, 7457, 10803, 7209, 9986, 6617, 8130, 7215, 7129, 11124, 7584, 10693, 6687, 10212, 10245, 7884, 11676, 8217, 10470, 7168, 10321, 7250, 10061, 12780, 8593, 13880, 8039, 12001, 7962, 10902, 7016, 10343, 7448, 8879, 6891, 8430, 9067, 8381, 12689, 8276, 11189, 7367, 10176, 7513, 10168, 7110, 8838, 11509, 8846, 12504, 8316, 11182, 8003, 10780, 7216, 10511, 7372, 8841, 6976, 8147, 11213, 7973, 10621, 7101, 10206, 6821, 9630, 6519, 9475, 6863, 9105, 9465, 8418, 10574, 8295, 11133, 7684, 10423, 9108, 8804, 13590, 8342, 13078, 8363, 10963, 7815, 10499, 7471, 9166, 8224, 8622, 12087, 8408, 10876, 7366, 10384, 6967, 8582, 6810, 7732, 7212, 8629, 11742, 8367, 11541, 8215, 10686, 7674, 10193, 6751, 10329, 7115, 9463, 7459, 10247, 7231, 10813, 7653, 10480, 7791, 9678, 7599, 7898, 8552, 7776, 11041, 7450, 10705, 10822, 8336, 14250, 8396, 12976, 9147, 12383, 8543, 12202, 8361, 10383, 11154, 9823, 12789, 10653, 8393, 10671, 7772, 7398, 7886, 7716, 8522, 12069, 8526, 10496, 8247, 10018, 8014, 9659, 7564, 8584, 11841, 8147, 10551, 8008, 8875, 8526, 8306, 10802, 7771, 10158, 7174, 9616, 6602, 8548, 6646, 7720, 11083, 7850, 11327, 7786, 10292, 7406, 10257, 6502, 10064, 7304, 8768, 10716, 7816, 9222, 7585, 11171, 7944, 11405, 8367, 11123, 8029, 11156, 7738, 11153, 7301, 10834, 11282, 8854, 9169, 7850, 13291, 8440, 12119, 8342, 11277, 7876, 10438, 7099, 10832, 6868, 10768, 7839, 8435, 14509, 7908, 11523, 7729, 10748, 7076, 10491, 6949, 8899, 8959, 7442, 9643, 7000, 10802, 6842, 10213, 7142, 9329, 8632, 7572, 11016, 7501, 10834, 7280, 10417, 7047, 10127, 6796, 9709, 8289, 8897, 13428, 8626, 13558, 8612, 10481, 7615, 10475, 6621, 9840, 7679, 8598, 8854, 7791, 11639, 7277, 10993, 6847, 10398, 6943, 8815, 7850, 7581, 11552, 7738, 11036, 7549, 9975, 6757, 8718, 7214, 8502, 12828, 8891, 11608, 7898, 10475, 7413, 10652, 6951, 10390, 6825, 9106, 7939, 8073, 8747, 8692, 11446, 8438, 9394, 8149, 9722, 8177, 13857, 8432, 12695, 8271, 10054, 6848, 8119, 8036, 7682, 11001, 7412, 10832, 7689, 9769, 6510, 9916, 6662, 9882, 7026, 8959, 7188, 7807, 9699, 7663, 11323, 8191, 10101, 7334, 10585, 6386, 9875, 6944, 9201, 8710, 8230, 8235, 8034, 9299, 8354, 11017, 8371, 9785, 8050, 11978, 8208, 11494, 8226, 10777, 7077, 10641, 6987, 8794, 10250, 7781, 11433, 8119, 10874, 7714, 10744, 7845, 10687, 7487, 10638, 7650, 10229, 6711, 10012, 6900, 8672, 9674, 7787, 13325, 8411, 10940, 7452, 10340, 6614, 9634, 8505, 7778, 10375, 7446, 10421, 7235, 10146, 6948, 10286, 6703, 9855, 6781, 9729, 6901, 10373, 6822, 10029, 6821, 9430, 11753, 8542, 13977, 9299, 11279, 7532, 10139, 6889, 10238, 6936, 9851, 6827, 9365, 6822, 9284, 10945, 8230, 14371, 9044, 11252, 7377, 9988, 7026, 9923, 6993, 8913, 7891, 7901, 10731, 7866, 10812, 7606, 10337, 7098, 9698, 7001, 8485, 6666, 7739, 10979, 7904, 11261, 7824, 9801, 7135, 9521, 6754, 9824, 6748, 9280, 7258, 7836, 11052, 7739, 11907, 8697, 11259, 7324, 10028, 6640, 8798, 11010, 7676, 12308, 8263, 10110, 6995, 9448, 6779, 7774, 11384, 7536, 10207, 7276, 9989, 6719, 8554, 10032, 7428, 10493, 7563, 9625, 6511, 8693, 6794, 7315, 11074, 7868, 10156, 6933, 9758, 6771, 8927, 13169, 9021, 12619, 7842, 8853, 8112, 7654, 10592, 7112, 10142, 6829, 8996, 7016, 7353, 11231, 7145, 10391, 7459, 9711, 6826, 8581, 7102, 7623, 11554, 7687, 9890, 6956, 9490, 6691, 9464, 8146, 7771, 11600, 7556, 10903, 7605, 9796, 8453, 8010, 11738, 7245, 10538, 6745, 9985, 6580, 9550, 6808, 8442, 9678, 7732, 13163, 8603, 12972, 8651, 12625, 7102, 8712, 6831, 7574, 9971, 7701, 12637, 7465, 10083, 6977, 9461, 6746, 8877, 7280, 7811, 7855, 7227, 10299, 7162, 10925, 7255, 10525, 7559, 10010, 6694, 9549, 6949, 8940, 8633, 7722, 11480, 7849, 11454, 7574, 10392, 7346, 10227, 7249, 10081, 7232, 9580, 6835, 9063, 6879, 7928, 8012, 7322, 7789, 7251, 10517, 7623, 11708, 8249, 11983, 8144, 10915, 7545, 10250, 10130, 8204, 12721, 7444, 12212, 7390, 10617, 7204, 10249, 7109, 9834, 6746, 9169, 6956, 7877, 9796, 7962, 9041, 7405, 11315, 7487, 11005, 7745, 10621, 7187, 9809, 6657, 8824, 9677], 'WindowCenter': [4134.0, 4053.0, 4081.0, 4077.0, 4046.0, 4085.0, 4044.0, 4073.0, 4022.0, 4064.0, 4033.0, 4054.0, 4084.0, 4044.0, 4073.0, 4033.0, 4073.0, 4021.0, 4064.0, 4062.0, 4044.0, 4083.0, 4044.0, 4073.0, 4042.0, 4073.0, 4046.0, 4086.0, 4045.0, 4075.0, 4022.0, 4074.0, 4074.0, 4043.0, 4094.0, 4053.0, 4073.0, 4019.0, 4041.0, 4059.0, 4040.0, 4082.0, 4029.0, 4059.0, 4017.0, 4048.0, 4006.0, 4039.0, 4071.0, 4028.0, 4060.0, 4019.0, 4050.0, 4008.0, 4041.0, 4051.0, 4042.0, 4072.0, 4054.0, 4073.0, 4022.0, 4063.0, 4031.0, 4053.0, 4082.0, 4054.0, 4063.0, 4043.0, 4063.0, 4022.0, 4075.0, 4031.0, 4058.0, 4054.0, 4044.0, 4083.0, 4044.0, 4086.0, 4056.0, 4086.0, 4045.0, 4076.0, 4044.0, 4065.0, 4107.0, 4074.0, 4072.0, 4041.0, 4059.0, 4018.0, 4060.0, 4030.0, 4041.0, 4082.0, 4043.0, 4072.0, 4041.0, 4061.0, 4030.0, 4073.0, 4033.0, 4062.0, 4051.0, 4041.0, 4049.0, 4040.0, 4059.0, 4029.0, 4070.0, 4040.0, 4060.0, 4028.0, 4049.0, 4018.0, 4049.0, 4007.0, 4039.0, 4069.0, 4040.0, 4059.0, 4028.0, 4049.0, 4018.0, 4039.0, 4017.0, 4041.0, 4070.0, 4029.0, 4061.0, 4030.0, 4060.0, 4018.0, 4062.0, 4022.0, 4053.0, 4051.0, 4044.0, 4062.0, 4033.0, 4073.0, 4043.0, 4076.0, 4035.0, 4064.0, 4063.0, 4043.0, 4083.0, 4042.0, 4062.0, 4033.0, 4074.0, 4032.0, 4074.0, 4022.0, 4063.0, 4022.0, 4064.0, 4056.0, 4055.0, 4086.0, 4055.0, 4074.0, 4044.0, 4073.0, 4044.0, 4085.0, 4034.0, 4074.0, 4032.0, 4053.0, 4052.0, 4043.0, 4083.0, 4043.0, 4074.0, 4033.0, 4073.0, 4021.0, 4052.0, 4020.0, 4031.0, 4072.0, 4032.0, 4074.0, 4033.0, 4075.0, 4032.0, 4054.0, 4062.0, 4042.0, 4084.0, 4043.0, 4073.0, 4031.0, 4062.0, 4020.0, 4064.0, 4053.0, 4043.0, 4083.0, 4043.0, 4062.0, 4020.0, 4063.0, 4021.0, 4062.0, 4031.0, 4052.0, 4020.0, 4053.0, 4073.0, 4044.0, 4084.0, 4040.0, 4061.0, 4031.0, 4061.0, 4018.0, 4062.0, 4043.0, 4032.0, 4071.0, 4041.0, 4060.0, 4018.0, 4061.0, 4021.0, 4064.0, 4032.0, 4054.0, 4052.0, 4044.0, 4085.0, 4046.0, 4075.0, 4031.0, 4052.0, 4040.0, 4031.0, 4084.0, 4031.0, 4061.0, 4029.0, 4060.0, 4019.0, 4040.0, 4041.0, 4033.0, 4073.0, 4044.0, 4074.0, 4023.0, 4076.0, 4075.0, 4043.0, 4073.0, 4055.0, 4062.0, 4032.0, 4062.0, 4032.0, 4062.0, 4082.0, 4053.0, 4082.0, 4030.0, 4069.0, 4029.0, 4059.0, 4019.0, 4050.0, 4018.0, 4039.0, 4005.0, 4028.0, 4038.0, 4040.0, 4081.0, 4040.0, 4060.0, 4019.0, 4060.0, 4019.0, 4059.0, 4032.0, 4051.0, 4071.0, 4050.0, 4070.0, 4039.0, 4058.0, 4028.0, 4059.0, 4030.0, 4061.0, 4019.0, 4050.0, 4016.0, 4029.0, 4059.0, 4040.0, 4061.0, 4019.0, 4060.0, 4022.0, 4063.0, 4022.0, 4064.0, 4036.0, 4066.0, 4076.0, 4056.0, 4074.0, 4055.0, 4074.0, 4042.0, 4076.0, 4054.0, 4052.0, 4081.0, 4041.0, 4080.0, 4029.0, 4060.0, 4030.0, 4061.0, 4019.0, 4038.0, 4026.0, 4038.0, 4057.0, 4028.0, 4059.0, 4018.0, 4049.0, 4019.0, 4039.0, 4007.0, 4029.0, 4018.0, 4051.0, 4082.0, 4042.0, 4071.0, 4041.0, 4060.0, 4031.0, 4088.0, 4034.0, 4074.0, 4033.0, 4076.0, 4062.0, 4088.0, 4044.0, 4085.0, 4046.0, 4089.0, 4058.0, 4065.0, 4045.0, 4044.0, 4054.0, 4044.0, 4074.0, 4031.0, 4063.0, 4073.0, 4042.0, 4093.0, 4056.0, 4084.0, 4049.0, 4070.0, 4027.0, 4058.0, 4015.0, 4036.0, 4047.0, 4050.0, 4058.0, 4035.0, 4014.0, 4033.0, 4002.0, 4000.0, 4012.0, 4001.0, 4025.0, 4045.0, 4026.0, 4034.0, 4025.0, 4035.0, 4014.0, 4034.0, 4002.0, 4024.0, 4043.0, 4013.0, 4034.0, 4013.0, 4024.0, 4012.0, 4014.0, 4044.0, 4015.0, 4046.0, 4006.0, 4035.0, 4007.0, 4039.0, 4008.0, 4031.0, 4073.0, 4044.0, 4073.0, 4033.0, 4063.0, 4045.0, 4075.0, 4024.0, 4079.0, 4034.0, 4056.0, 4077.0, 4057.0, 4066.0, 4057.0, 4087.0, 4059.0, 4102.0, 4070.0, 4087.0, 4058.0, 4088.0, 4057.0, 4089.0, 4047.0, 4089.0, 4077.0, 4057.0, 4054.0, 4045.0, 4095.0, 4054.0, 4086.0, 4057.0, 4086.0, 4044.0, 4064.0, 4032.0, 4074.0, 4022.0, 4076.0, 4032.0, 4054.0, 4097.0, 4043.0, 4073.0, 4042.0, 4073.0, 4032.0, 4074.0, 4032.0, 4067.0, 4065.0, 4033.0, 4063.0, 4034.0, 4073.0, 4034.0, 4076.0, 4046.0, 4065.0, 4055.0, 4046.0, 4075.0, 4046.0, 4076.0, 4047.0, 4088.0, 4036.0, 4076.0, 4024.0, 4066.0, 4054.0, 4066.0, 4109.0, 4055.0, 4095.0, 4054.0, 4062.0, 4032.0, 4074.0, 4022.0, 4075.0, 4043.0, 4053.0, 4051.0, 4043.0, 4072.0, 4032.0, 4074.0, 4034.0, 4076.0, 4034.0, 4066.0, 4055.0, 4057.0, 4087.0, 4057.0, 4087.0, 4045.0, 4076.0, 4023.0, 4055.0, 4044.0, 4067.0, 4097.0, 4066.0, 4084.0, 4055.0, 4074.0, 4044.0, 4087.0, 4035.0, 4076.0, 4022.0, 4054.0, 4042.0, 4043.0, 4053.0, 4054.0, 4086.0, 4055.0, 4063.0, 4043.0, 4062.0, 4043.0, 4083.0, 4042.0, 4084.0, 4041.0, 4051.0, 4008.0, 4030.0, 4029.0, 4030.0, 4061.0, 4031.0, 4060.0, 4031.0, 4049.0, 4009.0, 4060.0, 4021.0, 4063.0, 4032.0, 4053.0, 4020.0, 4043.0, 4051.0, 4043.0, 4073.0, 4043.0, 4062.0, 4032.0, 4073.0, 4011.0, 4064.0, 4033.0, 4064.0, 4052.0, 4043.0, 4042.0, 4043.0, 4064.0, 4055.0, 4075.0, 4056.0, 4064.0, 4056.0, 4086.0, 4055.0, 4088.0, 4055.0, 4076.0, 4033.0, 4075.0, 4031.0, 4054.0, 4075.0, 4044.0, 4075.0, 4043.0, 4073.0, 4044.0, 4074.0, 4043.0, 4074.0, 4043.0, 4074.0, 4044.0, 4063.0, 4021.0, 4062.0, 4020.0, 4052.0, 4062.0, 4043.0, 4083.0, 4042.0, 4073.0, 4032.0, 4063.0, 4023.0, 4065.0, 4053.0, 4044.0, 4063.0, 4033.0, 4073.0, 4044.0, 4075.0, 4034.0, 4077.0, 4034.0, 4065.0, 4034.0, 4065.0, 4034.0, 4076.0, 4033.0, 4076.0, 4023.0, 4065.0, 4086.0, 4054.0, 4095.0, 4053.0, 4073.0, 4032.0, 4062.0, 4032.0, 4063.0, 4031.0, 4064.0, 4021.0, 4051.0, 4020.0, 4063.0, 4074.0, 4043.0, 4083.0, 4052.0, 4060.0, 4030.0, 4050.0, 4019.0, 4061.0, 4019.0, 4053.0, 4031.0, 4040.0, 4072.0, 4041.0, 4061.0, 4031.0, 4062.0, 4021.0, 4062.0, 4020.0, 4051.0, 4020.0, 4041.0, 4074.0, 4043.0, 4073.0, 4044.0, 4063.0, 4033.0, 4063.0, 4035.0, 4076.0, 4034.0, 4066.0, 4033.0, 4044.0, 4073.0, 4044.0, 4084.0, 4054.0, 4074.0, 4031.0, 4062.0, 4009.0, 4042.0, 4060.0, 4030.0, 4072.0, 4041.0, 4061.0, 4019.0, 4051.0, 4010.0, 4031.0, 4073.0, 4031.0, 4062.0, 4032.0, 4061.0, 4019.0, 4053.0, 4062.0, 4031.0, 4063.0, 4042.0, 4063.0, 4022.0, 4054.0, 4032.0, 4046.0, 4086.0, 4058.0, 4078.0, 4046.0, 4077.0, 4035.0, 4067.0, 4098.0, 4055.0, 4086.0, 4043.0, 4053.0, 4030.0, 4031.0, 4062.0, 4021.0, 4063.0, 4019.0, 4052.0, 4020.0, 4030.0, 4072.0, 4032.0, 4062.0, 4031.0, 4052.0, 4019.0, 4053.0, 4031.0, 4044.0, 4072.0, 4044.0, 4063.0, 4033.0, 4064.0, 4033.0, 4066.0, 4044.0, 4045.0, 4073.0, 4044.0, 4074.0, 4032.0, 4064.0, 4040.0, 4043.0, 4070.0, 4029.0, 4061.0, 4008.0, 4062.0, 4021.0, 4063.0, 4020.0, 4042.0, 4062.0, 4030.0, 4083.0, 4041.0, 4072.0, 4041.0, 4071.0, 4017.0, 4028.0, 4005.0, 4029.0, 4048.0, 4030.0, 4071.0, 4019.0, 4060.0, 4019.0, 4050.0, 4021.0, 4052.0, 4030.0, 4032.0, 4030.0, 4031.0, 4061.0, 4021.0, 4071.0, 4032.0, 4061.0, 4043.0, 4062.0, 4022.0, 4063.0, 4021.0, 4053.0, 4053.0, 4032.0, 4073.0, 4042.0, 4073.0, 4033.0, 4062.0, 4033.0, 4064.0, 4034.0, 4063.0, 4033.0, 4063.0, 4022.0, 4054.0, 4034.0, 4055.0, 4044.0, 4045.0, 4044.0, 4047.0, 4087.0, 4057.0, 4098.0, 4070.0, 4099.0, 4056.0, 4089.0, 4045.0, 4077.0, 4064.0, 4043.0, 4083.0, 4032.0, 4071.0, 4031.0, 4063.0, 4031.0, 4062.0, 4021.0, 4050.0, 4019.0, 4051.0, 4033.0, 4042.0, 4060.0, 4042.0, 4050.0, 4032.0, 4071.0, 4034.0, 4075.0, 4044.0, 4075.0, 4032.0, 4062.0, 4021.0, 4051.0, 4050.0], 'WindowWidth': [9196.0, 9066.0, 9096.0, 9083.0, 9042.0, 9091.0, 9032.0, 9069.0, 9000.0, 9058.0, 9018.0, 9046.0, 9086.0, 9032.0, 9069.0, 9015.0, 9071.0, 8997.0, 9058.0, 9052.0, 9034.0, 9084.0, 9032.0, 9070.0, 9027.0, 9070.0, 9039.0, 9092.0, 9036.0, 9074.0, 9002.0, 9073.0, 9072.0, 9031.0, 9099.0, 9042.0, 9068.0, 8991.0, 9021.0, 9044.0, 9020.0, 9082.0, 9003.0, 9043.0, 8983.0, 9027.0, 8969.0, 9017.0, 9064.0, 9003.0, 9044.0, 8991.0, 9032.0, 8975.0, 9022.0, 9036.0, 9026.0, 9065.0, 9044.0, 9067.0, 8999.0, 9055.0, 9011.0, 9042.0, 9082.0, 9046.0, 9055.0, 9030.0, 9054.0, 8999.0, 9074.0, 9011.0, 9057.0, 9044.0, 9033.0, 9083.0, 9034.0, 9092.0, 9054.0, 9092.0, 9035.0, 9079.0, 9031.0, 9063.0, 9126.0, 9072.0, 9067.0, 9020.0, 9045.0, 8989.0, 9047.0, 9006.0, 9024.0, 9081.0, 9028.0, 9065.0, 9024.0, 9049.0, 9009.0, 9069.0, 9018.0, 9053.0, 9034.0, 9022.0, 9029.0, 9018.0, 9043.0, 9002.0, 9060.0, 9019.0, 9046.0, 9001.0, 9028.0, 8986.0, 9029.0, 8970.0, 9015.0, 9058.0, 9019.0, 9044.0, 9000.0, 9028.0, 8986.0, 9016.0, 8985.0, 9022.0, 9060.0, 9005.0, 9047.0, 9007.0, 9047.0, 8989.0, 9053.0, 9002.0, 9041.0, 9037.0, 9031.0, 9052.0, 9017.0, 9068.0, 9032.0, 9079.0, 9024.0, 9059.0, 9054.0, 9029.0, 9081.0, 9026.0, 9054.0, 9017.0, 9070.0, 9013.0, 9071.0, 8999.0, 9056.0, 9001.0, 9059.0, 9052.0, 9050.0, 9095.0, 9048.0, 9072.0, 9033.0, 9070.0, 9033.0, 9090.0, 9022.0, 9073.0, 9013.0, 9041.0, 9039.0, 9029.0, 9084.0, 9029.0, 9073.0, 9018.0, 9070.0, 8996.0, 9038.0, 8994.0, 9012.0, 9064.0, 9015.0, 9074.0, 9015.0, 9074.0, 9013.0, 9045.0, 9054.0, 9028.0, 9086.0, 9029.0, 9069.0, 9010.0, 9052.0, 8996.0, 9057.0, 9044.0, 9030.0, 9084.0, 9027.0, 9051.0, 8994.0, 9056.0, 8999.0, 9053.0, 9010.0, 9039.0, 8996.0, 9042.0, 9068.0, 9034.0, 9087.0, 9023.0, 9049.0, 9009.0, 9049.0, 8988.0, 9051.0, 9030.0, 9012.0, 9064.0, 9023.0, 9045.0, 8990.0, 9047.0, 8999.0, 9059.0, 9013.0, 9046.0, 9040.0, 9033.0, 9089.0, 9039.0, 9076.0, 9010.0, 9039.0, 9018.0, 9010.0, 9088.0, 9012.0, 9051.0, 9005.0, 9047.0, 8991.0, 9022.0, 9027.0, 9018.0, 9068.0, 9034.0, 9073.0, 9003.0, 9077.0, 9076.0, 9030.0, 9070.0, 9050.0, 9055.0, 9012.0, 9053.0, 9014.0, 9054.0, 9078.0, 9041.0, 9078.0, 9007.0, 9058.0, 9003.0, 9046.0, 8991.0, 9032.0, 8987.0, 9016.0, 8967.0, 9001.0, 9013.0, 9022.0, 9078.0, 9019.0, 9048.0, 8990.0, 9044.0, 8989.0, 9045.0, 9013.0, 9037.0, 9063.0, 9034.0, 9060.0, 9017.0, 9042.0, 9002.0, 9045.0, 9008.0, 9049.0, 8990.0, 9034.0, 8984.0, 9006.0, 9043.0, 9021.0, 9051.0, 8991.0, 9048.0, 9001.0, 9055.0, 9001.0, 9060.0, 9028.0, 9067.0, 9078.0, 9054.0, 9074.0, 9047.0, 9071.0, 9027.0, 9079.0, 9046.0, 9040.0, 9077.0, 9021.0, 9074.0, 9004.0, 9046.0, 9007.0, 9051.0, 8989.0, 9014.0, 8995.0, 9013.0, 9037.0, 8997.0, 9041.0, 8986.0, 9028.0, 8989.0, 9015.0, 8972.0, 9003.0, 8987.0, 9037.0, 9080.0, 9026.0, 9063.0, 9024.0, 9046.0, 9009.0, 9099.0, 9022.0, 9073.0, 9016.0, 9080.0, 9073.0, 9099.0, 9034.0, 9089.0, 9040.0, 9100.0, 9058.0, 9062.0, 9036.0, 9032.0, 9046.0, 9032.0, 9071.0, 9010.0, 9054.0, 9069.0, 9027.0, 9097.0, 9051.0, 9088.0, 9032.0, 9062.0, 8997.0, 9042.0, 8976.0, 9006.0, 9023.0, 9033.0, 9040.0, 9005.0, 8976.0, 8996.0, 8953.0, 8950.0, 8967.0, 8952.0, 8990.0, 9016.0, 8991.0, 9000.0, 8990.0, 9002.0, 8973.0, 9001.0, 8955.0, 8985.0, 9010.0, 8970.0, 8998.0, 8969.0, 8987.0, 8968.0, 8972.0, 9012.0, 8978.0, 9021.0, 8968.0, 9005.0, 8970.0, 9015.0, 8974.0, 9009.0, 9070.0, 9031.0, 9066.0, 9014.0, 9055.0, 9035.0, 9073.0, 9006.0, 9088.0, 9018.0, 9051.0, 9081.0, 9055.0, 9064.0, 9056.0, 9093.0, 9062.0, 9123.0, 9080.0, 9096.0, 9059.0, 9096.0, 9056.0, 9100.0, 9040.0, 9100.0, 9080.0, 9053.0, 9044.0, 9035.0, 9102.0, 9045.0, 9092.0, 9055.0, 9092.0, 9032.0, 9058.0, 9013.0, 9070.0, 8999.0, 9077.0, 9013.0, 9044.0, 9111.0, 9028.0, 9068.0, 9027.0, 9069.0, 9014.0, 9074.0, 9014.0, 9068.0, 9065.0, 9018.0, 9055.0, 9020.0, 9070.0, 9021.0, 9078.0, 9040.0, 9065.0, 9049.0, 9038.0, 9077.0, 9039.0, 9078.0, 9042.0, 9099.0, 9025.0, 9079.0, 9007.0, 9064.0, 9045.0, 9065.0, 9132.0, 9050.0, 9104.0, 9046.0, 9054.0, 9015.0, 9074.0, 9001.0, 9076.0, 9031.0, 9043.0, 9038.0, 9029.0, 9068.0, 9015.0, 9072.0, 9019.0, 9078.0, 9022.0, 9067.0, 9049.0, 9056.0, 9094.0, 9055.0, 9098.0, 9037.0, 9080.0, 9005.0, 9048.0, 9033.0, 9069.0, 9112.0, 9066.0, 9087.0, 9050.0, 9073.0, 9033.0, 9097.0, 9025.0, 9077.0, 9001.0, 9044.0, 9025.0, 9029.0, 9044.0, 9047.0, 9092.0, 9051.0, 9057.0, 9031.0, 9055.0, 9028.0, 9085.0, 9027.0, 9087.0, 9021.0, 9035.0, 8977.0, 9006.0, 9004.0, 9005.0, 9050.0, 9009.0, 9046.0, 9009.0, 9031.0, 8979.0, 9047.0, 8997.0, 9057.0, 9013.0, 9043.0, 8995.0, 9028.0, 9036.0, 9030.0, 9071.0, 9029.0, 9053.0, 9015.0, 9069.0, 8986.0, 9058.0, 9017.0, 9059.0, 9040.0, 9030.0, 9026.0, 9030.0, 9061.0, 9049.0, 9075.0, 9052.0, 9060.0, 9052.0, 9091.0, 9050.0, 9099.0, 9049.0, 9078.0, 9017.0, 9075.0, 9011.0, 9044.0, 9076.0, 9032.0, 9074.0, 9031.0, 9070.0, 9033.0, 9070.0, 9032.0, 9075.0, 9033.0, 9073.0, 9031.0, 9056.0, 8998.0, 9052.0, 8995.0, 9039.0, 9054.0, 9030.0, 9086.0, 9028.0, 9069.0, 9014.0, 9056.0, 9004.0, 9062.0, 9044.0, 9032.0, 9056.0, 9017.0, 9068.0, 9035.0, 9074.0, 9021.0, 9081.0, 9019.0, 9061.0, 9021.0, 9062.0, 9021.0, 9079.0, 9018.0, 9077.0, 9006.0, 9060.0, 9092.0, 9045.0, 9103.0, 9044.0, 9067.0, 9012.0, 9052.0, 9014.0, 9056.0, 9011.0, 9057.0, 8998.0, 9038.0, 8996.0, 9056.0, 9073.0, 9028.0, 9084.0, 9038.0, 9048.0, 9008.0, 9033.0, 8991.0, 9051.0, 8992.0, 9042.0, 9009.0, 9022.0, 9065.0, 9024.0, 9050.0, 9011.0, 9051.0, 8996.0, 9052.0, 8994.0, 9037.0, 8994.0, 9027.0, 9072.0, 9031.0, 9071.0, 9034.0, 9056.0, 9018.0, 9058.0, 9023.0, 9080.0, 9021.0, 9065.0, 9017.0, 9034.0, 9070.0, 9032.0, 9088.0, 9044.0, 9073.0, 9011.0, 9054.0, 8979.0, 9025.0, 9048.0, 9009.0, 9066.0, 9024.0, 9049.0, 8993.0, 9035.0, 8978.0, 9011.0, 9070.0, 9011.0, 9053.0, 9011.0, 9051.0, 8994.0, 9041.0, 9054.0, 9013.0, 9055.0, 9028.0, 9055.0, 9003.0, 9046.0, 9016.0, 9040.0, 9094.0, 9058.0, 9084.0, 9041.0, 9084.0, 9023.0, 9068.0, 9114.0, 9050.0, 9092.0, 9028.0, 9042.0, 9008.0, 9011.0, 9055.0, 8999.0, 9057.0, 8994.0, 9038.0, 8994.0, 9008.0, 9068.0, 9013.0, 9052.0, 9012.0, 9038.0, 8994.0, 9041.0, 9015.0, 9033.0, 9070.0, 9034.0, 9055.0, 9018.0, 9059.0, 9020.0, 9064.0, 9032.0, 9037.0, 9072.0, 9031.0, 9071.0, 9014.0, 9058.0, 9023.0, 9029.0, 9060.0, 9006.0, 9048.0, 8977.0, 9054.0, 8997.0, 9056.0, 8995.0, 9027.0, 9054.0, 9009.0, 9083.0, 9023.0, 9068.0, 9021.0, 9063.0, 8984.0, 8999.0, 8966.0, 9002.0, 9029.0, 9006.0, 9063.0, 8992.0, 9046.0, 8991.0, 9033.0, 8998.0, 9039.0, 9008.0, 9012.0, 9006.0, 9011.0, 9048.0, 8998.0, 9066.0, 9016.0, 9052.0, 9030.0, 9053.0, 9001.0, 9054.0, 8997.0, 9041.0, 9042.0, 9015.0, 9069.0, 9028.0, 9069.0, 9014.0, 9052.0, 9017.0, 9058.0, 9018.0, 9057.0, 9015.0, 9055.0, 9000.0, 9047.0, 9021.0, 9048.0, 9032.0, 9036.0, 9033.0, 9042.0, 9096.0, 9059.0, 9113.0, 9080.0, 9116.0, 9055.0, 9100.0, 9036.0, 9082.0, 9058.0, 9029.0, 9082.0, 9012.0, 9066.0, 9010.0, 9057.0, 9010.0, 9054.0, 8996.0, 9035.0, 8992.0, 9035.0, 9017.0, 9026.0, 9048.0, 9026.0, 9036.0, 9015.0, 9065.0, 9020.0, 9076.0, 9033.0, 9075.0, 9015.0, 9054.0, 8997.0, 9039.0, 9035.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.00023111622554660528</td></tr>
<tr><td colspan=3>aqi</td><td>0.027718524280782506</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.141579500426246</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.203475689251153</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9767643890783411</td></tr>
<tr><td colspan=3>efc</td><td>0.486</td></tr>
<tr><td colspan=3>fber</td><td>5424.2642</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07294905192570386</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4959723820483315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4893199264169517</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.366430489034446</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7738735702293367</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3276557199870727</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104185</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018995217978954315</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03459266573190689</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9227631212619825</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.2555</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2554</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.2779</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295014.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.4802</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5932</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.8702</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3224.4941</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.1037</td></tr>
<tr><td colspan=3>tsnr</td><td>37.91102593828691</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>