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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-01/func/sub-0079_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6f7d17a19f210d4f1d3ea1e66a03e721</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>12:48:6.447500</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.997608, -0.015886, 0.0672746, 0.0139301, 0.999469, 0.029444]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.117663</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4185, -7755, -7269, 438, 0, -62, 140, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.034</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f1fa6586-c9e2-4ac0-9598-b20c1dc6ae14||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.676509380340576, 0.037373412400484085, 0.182808056473732, 106.6148452758789], [0.04262106865644455, 2.6815032958984375, 0.07677837461233139, -91.77515411376953], [0.18049293756484985, -0.07899611443281174, 2.6927099227905273, -60.750526428222656], [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': ['124806.447500', '124806.907500', '124807.367500', '124807.827500', '124808.287500', '124808.747500', '124809.207500', '124809.667500', '124810.127500', '124810.587500', '124811.047500', '124811.507500', '124811.967500', '124812.427500', '124812.887500', '124813.347500', '124813.807500', '124814.267500', '124814.727500', '124815.187500', '124815.647500', '124816.107500', '124816.567500', '124817.027500', '124817.487500', '124817.947500', '124818.407500', '124818.867500', '124819.327500', '124819.787500', '124820.247500', '124820.707500', '124821.167500', '124821.627500', '124822.087500', '124822.547500', '124823.007500', '124823.467500', '124823.927500', '124824.387500', '124824.847500', '124825.307500', '124825.767500', '124826.227500', '124826.687500', '124827.147500', '124827.607500', '124828.067500', '124828.527500', '124828.987500', '124829.447500', '124829.907500', '124830.367500', '124830.827500', '124831.287500', '124831.747500', '124832.207500', '124832.667500', '124833.127500', '124833.587500', '124834.047500', '124834.507500', '124834.967500', '124835.427500', '124835.887500', '124836.347500', '124836.807500', '124837.267500', '124837.727500', '124838.187500', '124838.647500', '124839.107500', '124839.567500', '124840.027500', '124840.487500', '124840.947500', '124841.407500', '124841.867500', '124842.327500', '124842.787500', '124843.247500', '124843.707500', '124844.167500', '124844.627500', '124845.087500', '124845.547500', '124846.007500', '124846.467500', '124846.927500', '124847.387500', '124847.847500', '124848.307500', '124848.767500', '124849.227500', '124849.687500', '124850.147500', '124850.607500', '124851.067500', '124851.527500', '124851.987500', '124852.447500', '124852.907500', '124853.367500', '124853.827500', '124854.287500', '124854.747500', '124855.207500', '124855.667500', '124856.127500', '124856.587500', '124857.047500', '124857.507500', '124857.967500', '124858.427500', '124858.887500', '124859.347500', '124859.807500', '124900.267500', '124900.727500', '124901.187500', '124901.647500', '124902.107500', '124902.567500', '124903.027500', '124903.487500', '124903.947500', '124904.407500', '124904.867500', '124905.327500', '124905.787500', '124906.247500', '124906.707500', '124907.167500', '124907.627500', '124908.087500', '124908.547500', '124909.007500', '124909.467500', '124909.927500', '124910.387500', '124910.847500', '124911.307500', '124911.767500', '124912.227500', '124912.687500', '124913.147500', '124913.607500', '124914.067500', '124914.527500', '124914.987500', '124915.447500', '124915.907500', '124916.367500', '124916.827500', '124917.287500', '124917.747500', '124918.207500', '124918.667500', '124919.127500', '124919.587500', '124920.047500', '124920.507500', '124920.967500', '124921.427500', '124921.887500', '124922.347500', '124922.807500', '124923.267500', '124923.727500', '124924.187500', '124924.647500', '124925.107500', '124925.567500', '124926.027500', '124926.487500', '124926.947500', '124927.407500', '124927.867500', '124928.327500', '124928.787500', '124929.247500', '124929.707500', '124930.167500', '124930.627500', '124931.087500', '124931.547500', '124932.007500', '124932.467500', '124932.927500', '124933.387500', '124933.847500', '124934.307500', '124934.767500', '124935.227500', '124935.687500', '124936.147500', '124936.607500', '124937.067500', '124937.527500', '124937.987500', '124938.447500', '124938.907500', '124939.367500', '124939.827500', '124940.287500', '124940.747500', '124941.207500', '124941.667500', '124942.127500', '124942.587500', '124943.047500', '124943.507500', '124943.967500', '124944.427500', '124944.887500', '124945.347500', '124945.807500', '124946.267500', '124946.727500', '124947.187500', '124947.647500', '124948.107500', '124948.567500', '124949.027500', '124949.487500', '124949.947500', '124950.407500', '124950.867500', '124951.327500', '124951.787500', '124952.247500', '124952.707500', '124953.167500', '124953.627500', '124954.087500', '124954.547500', '124955.007500', '124955.467500', '124955.927500', '124956.387500', '124956.847500', '124957.307500', '124957.767500', '124958.227500', '124958.687500', '124959.147500', '124959.607500', '125000.067500', '125000.527500', '125000.987500', '125001.447500', '125001.907500', '125002.367500', '125002.827500', '125003.287500', '125003.747500', '125004.207500', '125004.667500', '125005.127500', '125005.587500', '125006.047500', '125006.507500', '125006.967500', '125007.427500', '125007.887500', '125008.347500', '125008.807500', '125009.267500', '125009.727500', '125010.187500', '125010.647500', '125011.107500', '125011.567500', '125012.027500', '125012.487500', '125012.947500', '125013.407500', '125013.867500', '125014.327500', '125014.787500', '125015.247500', '125015.707500', '125016.167500', '125016.627500', '125017.087500', '125017.547500', '125018.007500', '125018.467500', '125018.927500', '125019.387500', '125019.847500', '125020.307500', '125020.767500', '125021.227500', '125021.687500', '125022.147500', '125022.607500', '125023.067500', '125023.527500', '125023.987500', '125024.447500', '125024.907500', '125025.367500', '125025.827500', '125026.287500', '125026.747500', '125027.207500', '125027.667500', '125028.127500', '125028.587500', '125029.047500', '125029.507500', '125029.967500', '125030.427500', '125030.887500', '125031.347500', '125031.807500', '125032.267500', '125032.727500', '125033.187500', '125033.647500', '125034.107500', '125034.567500', '125035.027500', '125035.487500', '125035.947500', '125036.407500', '125036.867500', '125037.327500', '125037.787500', '125038.247500', '125038.707500', '125039.167500', '125039.627500', '125040.087500', '125040.547500', '125041.007500', '125041.467500', '125041.927500', '125042.387500', '125042.847500', '125043.307500', '125043.767500', '125044.227500', '125044.687500', '125045.147500', '125045.607500', '125046.067500', '125046.527500', '125046.987500', '125047.447500', '125047.907500', '125048.367500', '125048.827500', '125049.287500', '125049.747500', '125050.207500', '125050.667500', '125051.127500', '125051.587500', '125052.047500', '125052.507500', '125052.967500', '125053.427500', '125053.887500', '125054.347500', '125054.807500', '125055.267500', '125055.727500', '125056.187500', '125056.647500', '125057.107500', '125057.567500', '125058.027500', '125058.487500', '125058.947500', '125059.407500', '125059.867500', '125100.327500', '125100.787500', '125101.247500', '125101.707500', '125102.167500', '125102.627500', '125103.087500', '125103.547500', '125104.007500', '125104.467500', '125104.927500', '125105.387500', '125105.847500', '125106.307500', '125106.767500', '125107.227500', '125107.687500', '125108.147500', '125108.607500', '125109.067500', '125109.527500', '125109.987500', '125110.447500', '125110.907500', '125111.367500', '125111.827500', '125112.287500', '125112.747500', '125113.207500', '125113.667500', '125114.127500', '125114.587500', '125115.047500', '125115.507500', '125115.967500', '125116.427500', '125116.887500', '125117.347500', '125117.807500', '125118.267500', '125118.727500', '125119.187500', '125119.647500', '125120.107500', '125120.567500', '125121.027500', '125121.487500', '125121.947500', '125122.407500', '125122.867500', '125123.327500', '125123.787500', '125124.247500', '125124.707500', '125125.167500', '125125.627500', '125126.087500', '125126.547500', '125127.007500', '125127.467500', '125127.927500', '125128.387500', '125128.847500', '125129.307500', '125129.767500', '125130.227500', '125130.687500', '125131.147500', '125131.607500', '125132.067500', '125132.527500', '125132.987500', '125133.447500', '125133.907500', '125134.367500', '125134.827500', '125135.287500', '125135.747500', '125136.207500', '125136.667500', '125137.127500', '125137.587500', '125138.047500', '125138.507500', '125138.967500', '125139.427500', '125139.887500', '125140.347500', '125140.807500', '125141.267500', '125141.727500', '125142.187500', '125142.647500', '125143.107500', '125143.567500', '125144.027500', '125144.487500', '125144.947500', '125145.407500', '125145.867500', '125146.327500', '125146.787500', '125147.247500', '125147.707500', '125148.167500', '125148.627500', '125149.087500', '125149.547500', '125150.007500', '125150.467500', '125150.927500', '125151.387500', '125151.847500', '125152.307500', '125152.767500', '125153.227500', '125153.687500', '125154.147500', '125154.607500', '125155.067500', '125155.527500', '125155.987500', '125156.447500', '125156.907500', '125157.367500', '125157.827500', '125158.287500', '125158.747500', '125159.207500', '125159.667500', '125200.127500', '125200.587500', '125201.047500', '125201.507500', '125201.967500', '125202.427500', '125202.887500', '125203.347500', '125203.807500', '125204.267500', '125204.727500', '125205.187500', '125205.647500', '125206.107500', '125206.567500', '125207.027500', '125207.487500', '125207.947500', '125208.407500', '125208.867500', '125209.327500', '125209.787500', '125210.247500', '125210.707500', '125211.167500', '125211.627500', '125212.087500', '125212.547500', '125213.007500', '125213.467500', '125213.927500', '125214.387500', '125214.847500', '125215.307500', '125215.767500', '125216.227500', '125216.687500', '125217.147500', '125217.607500', '125218.067500', '125218.527500', '125218.987500', '125219.447500', '125219.907500', '125220.367500', '125220.827500', '125221.287500', '125221.747500', '125222.207500', '125222.667500', '125223.127500', '125223.587500', '125224.047500', '125224.507500', '125224.967500', '125225.427500', '125225.887500', '125226.347500', '125226.807500', '125227.267500', '125227.727500', '125228.187500', '125228.647500', '125229.107500', '125229.567500', '125230.027500', '125230.487500', '125230.947500', '125231.407500', '125231.867500', '125232.327500', '125232.787500', '125233.247500', '125233.707500', '125234.167500', '125234.627500', '125235.087500', '125235.547500', '125236.007500', '125236.467500', '125236.927500', '125237.387500', '125237.847500', '125238.307500', '125238.767500', '125239.227500', '125239.687500', '125240.147500', '125240.607500', '125241.067500', '125241.527500', '125241.987500', '125242.447500', '125242.907500', '125243.367500', '125243.827500', '125244.287500', '125244.747500', '125245.207500', '125245.667500', '125246.127500', '125246.587500', '125247.047500', '125247.507500', '125247.967500', '125248.427500', '125248.887500', '125249.347500', '125249.807500', '125250.267500', '125250.727500', '125251.187500', '125251.647500', '125252.107500', '125252.567500', '125253.027500', '125253.487500', '125253.947500', '125254.407500', '125254.867500', '125255.327500', '125255.787500', '125256.247500', '125256.707500', '125257.167500', '125257.627500', '125258.087500', '125258.547500', '125259.007500', '125259.467500', '125259.927500', '125300.387500', '125300.847500', '125301.307500', '125301.767500', '125302.227500', '125302.687500', '125303.147500', '125303.607500', '125304.067500', '125304.527500', '125304.987500', '125305.447500', '125305.907500', '125306.367500', '125306.827500', '125307.287500', '125307.747500', '125308.207500', '125308.667500', '125309.127500', '125309.587500', '125310.047500', '125310.507500', '125310.967500', '125311.427500', '125311.887500', '125312.347500', '125312.807500', '125313.267500', '125313.727500', '125314.187500', '125314.647500', '125315.107500', '125315.567500', '125316.027500', '125316.487500', '125316.947500', '125317.407500', '125317.867500', '125318.327500', '125318.787500', '125319.247500', '125319.707500', '125320.167500', '125320.627500', '125321.087500', '125321.547500', '125322.007500', '125322.467500', '125322.927500', '125323.387500', '125323.847500', '125324.307500', '125324.767500', '125325.227500', '125325.687500', '125326.147500', '125326.607500', '125327.067500', '125327.527500', '125327.987500', '125328.447500', '125328.907500', '125329.367500', '125329.827500', '125330.287500', '125330.747500', '125331.207500', '125331.667500', '125332.127500', '125332.587500', '125333.047500', '125333.507500', '125333.967500', '125334.427500', '125334.887500', '125335.347500', '125335.807500', '125336.267500', '125336.727500', '125337.187500', '125337.647500', '125338.107500', '125338.567500', '125339.027500', '125339.487500', '125339.947500', '125340.407500', '125340.867500', '125341.327500', '125341.787500', '125342.247500', '125342.707500', '125343.167500', '125343.627500', '125344.087500', '125344.547500', '125345.007500', '125345.467500', '125345.927500', '125346.387500', '125346.847500', '125347.307500', '125347.767500', '125348.227500', '125348.687500', '125349.147500', '125349.607500', '125350.067500', '125350.527500', '125350.987500', '125351.447500', '125351.907500', '125352.367500', '125352.827500', '125353.287500', '125353.747500', '125354.207500', '125354.667500', '125355.127500', '125355.587500', '125356.047500', '125356.507500', '125356.967500', '125357.427500', '125357.887500', '125358.347500', '125358.807500', '125359.267500', '125359.727500', '125400.187500', '125400.647500', '125401.107500', '125401.567500', '125402.027500', '125402.487500', '125402.947500', '125403.407500', '125403.867500', '125404.327500', '125404.787500', '125405.247500', '125405.707500', '125406.167500', '125406.627500', '125407.087500', '125407.547500', '125408.007500', '125408.467500', '125408.927500', '125409.387500', '125409.847500', '125410.307500', '125410.767500', '125411.227500', '125411.687500', '125412.147500', '125412.607500', '125413.067500', '125413.527500', '125413.987500', '125414.447500', '125414.907500', '125415.367500', '125415.827500', '125416.287500', '125416.747500', '125417.207500', '125417.667500', '125418.127500', '125418.587500', '125419.047500', '125419.507500', '125419.967500', '125420.427500', '125420.887500', '125421.347500', '125421.807500', '125422.267500', '125422.727500', '125423.187500', '125423.647500', '125424.107500', '125424.567500', '125425.027500', '125425.487500', '125425.947500', '125426.407500', '125426.867500', '125427.327500', '125427.787500', '125428.247500', '125428.707500', '125429.167500', '125429.627500', '125430.087500', '125430.547500', '125431.007500', '125431.467500', '125431.927500', '125432.387500', '125432.847500', '125433.307500', '125433.767500', '125434.227500', '125434.687500', '125435.147500', '125435.607500', '125436.067500', '125436.527500', '125436.987500', '125437.447500', '125437.907500', '125438.367500', '125438.827500', '125439.287500', '125439.747500', '125440.207500', '125440.667500', '125441.127500', '125441.587500', '125442.047500', '125442.507500', '125442.967500', '125443.427500', '125443.887500', '125444.347500', '125444.807500', '125445.267500', '125445.727500', '125446.187500', '125446.647500', '125447.107500'], 'ContentTime': ['124835.365000', '124835.370000', '124835.373000', '124835.375000', '124835.378000', '124835.381000', '124835.383000', '124835.386000', '124835.388000', '124835.391000', '124835.393000', '124835.396000', '124835.398000', '124835.401000', '124835.404000', '124835.406000', '124835.409000', '124835.411000', '124835.414000', '124835.416000', '124835.419000', '124835.421000', '124835.424000', '124835.426000', '124835.429000', '124835.431000', '124835.434000', '124835.436000', '124835.439000', '124835.442000', '124835.444000', '124835.447000', '124835.449000', '124835.452000', '124835.454000', '124835.457000', '124835.459000', '124835.462000', '124835.465000', '124835.467000', '124835.470000', '124835.472000', '124835.475000', '124835.477000', '124835.480000', '124835.482000', '124835.485000', '124835.487000', '124835.490000', '124835.493000', '124835.495000', '124835.498000', '124835.500000', '124835.503000', '124835.505000', '124835.508000', '124835.511000', '124835.513000', '124835.516000', '124835.518000', '124855.340000', '124855.342000', '124855.345000', '124855.348000', '124855.350000', '124855.353000', '124855.355000', '124855.358000', '124855.360000', '124855.363000', '124855.365000', '124855.368000', '124855.370000', '124855.373000', '124855.376000', '124855.378000', '124855.381000', '124855.383000', '124855.386000', '124855.388000', '124855.391000', '124855.393000', '124855.396000', '124855.398000', '124855.401000', '124855.404000', '124855.406000', '124855.409000', '124855.411000', '124855.414000', '124855.416000', '124855.419000', '124855.422000', '124855.424000', '124855.427000', '124855.429000', '124855.432000', '124855.434000', '124855.437000', '124855.439000', '124855.442000', '124855.445000', '124855.447000', '124915.339000', '124915.342000', '124915.345000', '124915.347000', '124915.350000', '124915.352000', '124915.355000', '124915.358000', '124915.360000', '124915.363000', '124915.378000', '124915.381000', '124915.383000', '124915.386000', '124915.389000', '124915.391000', '124915.394000', '124915.396000', '124915.399000', '124915.401000', '124915.404000', '124915.407000', '124915.409000', '124915.412000', '124915.414000', '124915.417000', '124915.420000', '124915.422000', '124915.425000', '124915.427000', '124915.430000', '124915.432000', '124915.435000', '124915.437000', '124915.440000', '124915.443000', '124915.445000', '124915.448000', '124915.450000', '124915.453000', '124915.456000', '124915.458000', '124915.461000', '124915.463000', '124935.339000', '124935.342000', '124935.345000', '124935.347000', '124935.350000', '124935.353000', '124935.355000', '124935.358000', '124935.360000', '124935.363000', '124935.366000', '124935.368000', '124935.371000', '124935.373000', '124935.376000', '124935.378000', '124935.381000', '124935.383000', '124935.386000', '124935.388000', '124935.391000', '124935.393000', '124935.396000', '124935.399000', '124935.401000', '124935.404000', '124935.406000', '124935.409000', '124935.411000', '124935.414000', '124935.416000', '124935.419000', '124935.421000', '124935.424000', '124935.427000', '124935.429000', '124935.432000', '124935.434000', '124935.437000', '124935.439000', '124935.442000', '124935.445000', '124935.447000', '124955.339000', '124955.342000', '124955.345000', '124955.347000', '124955.350000', '124955.352000', '124955.356000', '124955.368000', '124955.371000', '124955.374000', '124955.376000', '124955.379000', '124955.381000', '124955.384000', '124955.386000', '124955.389000', '124955.391000', '124955.394000', '124955.396000', '124955.399000', '124955.401000', '124955.404000', '124955.411000', '124955.413000', '124955.416000', '124955.418000', '124955.421000', '124955.424000', '124955.426000', '124955.429000', '124955.431000', '124955.434000', '124955.436000', '124955.439000', '124955.441000', '124955.444000', '124955.446000', '124955.449000', '124955.451000', '124955.454000', '124955.457000', '124955.459000', '124955.462000', '124955.464000', '125015.340000', '125015.342000', '125015.345000', '125015.348000', '125015.350000', '125015.353000', '125015.356000', '125015.358000', '125015.361000', '125015.363000', '125015.366000', '125015.368000', '125015.371000', '125015.373000', '125015.376000', '125015.379000', '125015.381000', '125015.384000', '125015.386000', '125015.389000', '125015.391000', '125015.394000', '125015.397000', '125015.399000', '125015.402000', '125015.404000', '125015.407000', '125015.409000', '125015.412000', '125015.415000', '125015.417000', '125015.420000', '125015.422000', '125015.425000', '125015.430000', '125015.432000', '125015.435000', '125015.438000', '125015.440000', '125015.443000', '125015.445000', '125015.448000', '125015.451000', '125035.339000', '125035.342000', '125035.345000', '125035.347000', '125035.350000', '125035.352000', '125035.355000', '125035.358000', '125035.360000', '125035.363000', '125035.365000', '125035.368000', '125035.371000', '125035.373000', '125035.376000', '125035.378000', '125035.381000', '125035.383000', '125035.386000', '125035.388000', '125035.391000', '125035.394000', '125035.396000', '125035.399000', '125035.401000', '125035.404000', '125035.406000', '125035.409000', '125035.411000', '125035.414000', '125035.417000', '125035.419000', '125035.422000', '125035.424000', '125035.427000', '125035.429000', '125035.432000', '125035.435000', '125035.437000', '125035.440000', '125035.442000', '125035.445000', '125035.447000', '125035.450000', '125055.340000', '125055.343000', '125055.346000', '125055.348000', '125055.351000', '125055.354000', '125055.356000', '125055.359000', '125055.361000', '125055.364000', '125055.367000', '125055.369000', '125055.372000', '125055.374000', '125055.377000', '125055.379000', '125055.382000', '125055.385000', '125055.387000', '125055.390000', '125055.392000', '125055.395000', '125055.398000', '125055.400000', '125055.403000', '125055.405000', '125055.408000', '125055.410000', '125055.413000', '125055.416000', '125055.418000', '125055.421000', '125055.423000', '125055.426000', '125055.429000', '125055.431000', '125055.434000', '125055.436000', '125055.439000', '125055.442000', '125055.444000', '125055.447000', '125055.449000', '125115.339000', '125115.342000', '125115.345000', '125115.347000', '125115.350000', '125115.353000', '125115.355000', '125115.358000', '125115.361000', '125115.363000', '125115.366000', '125115.368000', '125115.371000', '125115.374000', '125115.377000', '125115.380000', '125115.383000', '125115.385000', '125115.388000', '125115.391000', '125115.393000', '125115.397000', '125115.399000', '125115.402000', '125115.404000', '125115.407000', '125115.410000', '125115.412000', '125115.415000', '125115.417000', '125115.420000', '125115.422000', '125115.425000', '125115.428000', '125115.430000', '125115.433000', '125115.435000', '125115.438000', '125115.440000', '125115.443000', '125115.445000', '125115.448000', '125115.451000', '125135.339000', '125135.342000', '125135.345000', '125135.355000', '125135.357000', '125135.360000', '125135.362000', '125135.365000', '125135.368000', '125135.370000', '125135.373000', '125135.375000', '125135.378000', '125135.381000', '125135.383000', '125135.386000', '125135.388000', '125135.391000', '125135.394000', '125135.396000', '125135.399000', '125135.401000', '125135.404000', '125135.407000', '125135.409000', '125135.412000', '125135.414000', '125135.417000', '125135.419000', '125135.422000', '125135.424000', '125135.427000', '125135.430000', '125135.432000', '125135.435000', '125135.437000', '125135.440000', '125135.443000', '125135.445000', '125135.448000', '125135.450000', '125135.453000', '125135.455000', '125135.458000', '125155.340000', '125155.342000', '125155.345000', '125155.348000', '125155.351000', '125155.354000', '125155.357000', '125155.360000', '125155.362000', '125155.365000', '125155.367000', '125155.370000', '125155.373000', '125155.375000', '125155.378000', '125155.380000', '125155.383000', '125155.385000', '125155.388000', '125155.391000', '125155.393000', '125155.396000', '125155.398000', '125155.401000', '125155.403000', '125155.406000', '125155.409000', '125155.411000', '125155.414000', '125155.416000', '125155.419000', '125155.422000', '125155.424000', '125155.427000', '125155.429000', '125155.432000', '125155.435000', '125155.437000', '125155.440000', '125155.442000', '125155.445000', '125155.448000', '125155.450000', '125215.340000', '125215.342000', '125215.345000', '125215.348000', '125215.350000', '125215.353000', '125215.356000', '125215.358000', '125215.361000', '125215.363000', '125215.366000', '125215.368000', '125215.371000', '125215.374000', '125215.376000', '125215.379000', '125215.381000', '125215.384000', '125215.387000', '125215.389000', '125215.392000', '125215.394000', '125215.397000', '125215.399000', '125215.402000', '125215.404000', '125215.407000', '125215.410000', '125215.412000', '125215.415000', '125215.417000', '125215.420000', '125215.423000', '125215.425000', '125215.428000', '125215.430000', '125215.433000', '125215.436000', '125215.438000', '125215.441000', '125215.443000', '125215.446000', '125215.449000', '125215.451000', '125235.340000', '125235.342000', '125235.345000', '125235.348000', '125235.350000', '125235.353000', '125235.355000', '125235.358000', '125235.360000', '125235.363000', '125235.365000', '125235.368000', '125235.371000', '125235.373000', '125235.376000', '125235.379000', '125235.381000', '125235.384000', '125235.386000', '125235.389000', '125235.391000', '125235.394000', '125235.396000', '125235.399000', '125235.402000', '125235.404000', '125235.407000', '125235.411000', '125235.414000', '125235.416000', '125235.419000', '125235.421000', '125235.424000', '125235.427000', '125235.429000', '125235.432000', '125235.436000', '125235.439000', '125235.442000', '125235.444000', '125235.447000', '125235.449000', '125235.452000', '125255.339000', '125255.342000', '125255.345000', '125255.347000', '125255.350000', '125255.352000', '125255.355000', '125255.358000', '125255.360000', '125255.363000', '125255.365000', '125255.368000', '125255.371000', '125255.373000', '125255.376000', '125255.378000', '125255.381000', '125255.384000', '125255.386000', '125255.389000', '125255.391000', '125255.394000', '125255.396000', '125255.399000', '125255.401000', '125255.404000', '125255.407000', '125255.409000', '125255.412000', '125255.414000', '125255.417000', '125255.420000', '125255.422000', '125255.425000', '125255.427000', '125255.430000', '125255.432000', '125255.435000', '125255.438000', '125255.440000', '125255.443000', '125255.445000', '125255.461000', '125255.463000', '125315.341000', '125315.344000', '125315.346000', '125315.349000', '125315.351000', '125315.354000', '125315.356000', '125315.359000', '125315.361000', '125315.364000', '125315.367000', '125315.369000', '125315.372000', '125315.374000', '125315.377000', '125315.380000', '125315.382000', '125315.385000', '125315.387000', '125315.390000', '125315.392000', '125315.395000', '125315.397000', '125315.400000', '125315.403000', '125315.405000', '125315.408000', '125315.410000', '125315.413000', '125315.416000', '125315.418000', '125315.421000', '125315.423000', '125315.426000', '125315.428000', '125315.431000', '125315.434000', '125315.437000', '125315.440000', '125315.443000', '125315.445000', '125315.448000', '125315.450000', '125335.345000', '125335.348000', '125335.356000', '125335.358000', '125335.361000', '125335.363000', '125335.366000', '125335.368000', '125335.371000', '125335.374000', '125335.376000', '125335.379000', '125335.381000', '125335.384000', '125335.387000', '125335.389000', '125335.392000', '125335.394000', '125335.397000', '125335.399000', '125335.402000', '125335.405000', '125335.407000', '125335.410000', '125335.412000', '125335.415000', '125335.417000', '125335.420000', '125335.423000', '125335.425000', '125335.428000', '125335.430000', '125335.433000', '125335.436000', '125335.438000', '125335.441000', '125335.443000', '125335.446000', '125335.448000', '125335.451000', '125335.453000', '125335.456000', '125335.459000', '125335.461000', '125355.340000', '125355.342000', '125355.345000', '125355.348000', '125355.350000', '125355.353000', '125355.355000', '125355.358000', '125355.360000', '125355.363000', '125355.365000', '125355.368000', '125355.371000', '125355.373000', '125355.376000', '125355.379000', '125355.381000', '125355.384000', '125355.386000', '125355.389000', '125355.391000', '125355.394000', '125355.397000', '125355.399000', '125355.402000', '125355.404000', '125355.407000', '125355.410000', '125355.412000', '125355.415000', '125355.417000', '125355.420000', '125355.422000', '125355.425000', '125355.428000', '125355.431000', '125355.434000', '125355.437000', '125355.440000', '125355.442000', '125355.445000', '125355.447000', '125355.450000', '125415.339000', '125415.342000', '125415.345000', '125415.347000', '125415.350000', '125415.353000', '125415.355000', '125415.358000', '125415.360000', '125415.363000', '125415.366000', '125415.368000', '125415.371000', '125415.373000', '125415.376000', '125415.379000', '125415.381000', '125415.384000', '125415.386000', '125415.389000', '125415.391000', '125415.394000', '125415.397000', '125415.399000', '125415.402000', '125415.404000', '125415.407000', '125415.410000', '125415.412000', '125415.415000', '125415.417000', '125415.420000', '125415.422000', '125415.425000', '125415.427000', '125415.431000', '125415.434000', '125415.436000', '125415.439000', '125415.442000', '125415.444000', '125415.447000', '125415.449000', '125415.452000', '125435.339000', '125435.342000', '125435.345000', '125435.347000', '125435.350000', '125435.353000', '125435.355000', '125435.358000', '125435.360000', '125435.363000', '125435.365000', '125435.368000', '125435.371000', '125435.373000', '125435.376000', '125435.378000', '125435.381000', '125435.383000', '125435.386000', '125435.389000', '125435.391000', '125435.394000', '125435.396000', '125435.399000', '125435.401000', '125435.404000', '125435.407000', '125435.409000', '125435.412000', '125435.414000', '125435.417000', '125435.419000', '125435.422000', '125435.425000', '125435.427000', '125435.430000', '125435.433000', '125435.435000', '125435.438000', '125435.441000', '125435.443000', '125435.446000', '125435.448000', '125448.788000', '125448.792000', '125448.794000', '125448.797000', '125448.800000', '125448.803000', '125448.806000', '125448.809000', '125448.812000', '125448.815000', '125448.817000', '125448.820000', '125448.823000', '125448.825000', '125448.828000', '125448.831000', '125448.833000', '125448.836000', '125448.839000', '125448.841000', '125448.844000', '125448.847000', '125448.849000', '125448.852000', '125448.855000', '125448.858000', '125448.861000', '125448.864000', '125448.866000', '125448.869000'], 'InstanceCreationTime': ['124835.365000', '124835.370000', '124835.373000', '124835.375000', '124835.378000', '124835.381000', '124835.383000', '124835.386000', '124835.388000', '124835.391000', '124835.393000', '124835.396000', '124835.398000', '124835.401000', '124835.404000', '124835.406000', '124835.409000', '124835.411000', '124835.414000', '124835.416000', '124835.419000', '124835.421000', '124835.424000', '124835.426000', '124835.429000', '124835.431000', '124835.434000', '124835.436000', '124835.439000', '124835.442000', '124835.444000', '124835.447000', '124835.449000', '124835.452000', '124835.454000', '124835.457000', '124835.459000', '124835.462000', '124835.465000', '124835.467000', '124835.470000', '124835.472000', '124835.475000', '124835.477000', '124835.480000', '124835.482000', '124835.485000', '124835.487000', '124835.490000', '124835.493000', '124835.495000', '124835.498000', '124835.500000', '124835.503000', '124835.505000', '124835.508000', '124835.511000', '124835.513000', '124835.516000', '124835.518000', '124855.340000', '124855.342000', '124855.345000', '124855.348000', '124855.350000', '124855.353000', '124855.355000', '124855.358000', '124855.360000', '124855.363000', '124855.365000', '124855.368000', '124855.370000', '124855.373000', '124855.376000', '124855.378000', '124855.381000', '124855.383000', '124855.386000', '124855.388000', '124855.391000', '124855.393000', '124855.396000', '124855.398000', '124855.401000', '124855.404000', '124855.406000', '124855.409000', '124855.411000', '124855.414000', '124855.416000', '124855.419000', '124855.422000', '124855.424000', '124855.427000', '124855.429000', '124855.432000', '124855.434000', '124855.437000', '124855.439000', '124855.442000', '124855.445000', '124855.447000', '124915.339000', '124915.342000', '124915.345000', '124915.347000', '124915.350000', '124915.352000', '124915.355000', '124915.358000', '124915.360000', '124915.363000', '124915.378000', '124915.381000', '124915.383000', '124915.386000', '124915.389000', '124915.391000', '124915.394000', '124915.396000', '124915.399000', '124915.401000', '124915.404000', '124915.407000', '124915.409000', '124915.412000', '124915.414000', '124915.417000', '124915.420000', '124915.422000', '124915.425000', '124915.427000', '124915.430000', '124915.432000', '124915.435000', '124915.437000', '124915.440000', '124915.443000', '124915.445000', '124915.448000', '124915.450000', '124915.453000', '124915.456000', '124915.458000', '124915.461000', '124915.463000', '124935.339000', '124935.342000', '124935.345000', '124935.347000', '124935.350000', '124935.353000', '124935.355000', '124935.358000', '124935.360000', '124935.363000', '124935.366000', '124935.368000', '124935.371000', '124935.373000', '124935.376000', '124935.378000', '124935.381000', '124935.383000', '124935.386000', '124935.388000', '124935.391000', '124935.393000', '124935.396000', '124935.399000', '124935.401000', '124935.404000', '124935.406000', '124935.409000', '124935.411000', '124935.414000', '124935.416000', '124935.419000', '124935.421000', '124935.424000', '124935.427000', '124935.429000', '124935.432000', '124935.434000', '124935.437000', '124935.439000', '124935.442000', '124935.445000', '124935.447000', '124955.339000', '124955.342000', '124955.345000', '124955.347000', '124955.350000', '124955.352000', '124955.356000', '124955.368000', '124955.371000', '124955.374000', '124955.376000', '124955.379000', '124955.381000', '124955.384000', '124955.386000', '124955.389000', '124955.391000', '124955.394000', '124955.396000', '124955.399000', '124955.401000', '124955.404000', '124955.411000', '124955.413000', '124955.416000', '124955.418000', '124955.421000', '124955.424000', '124955.426000', '124955.429000', '124955.431000', '124955.434000', '124955.436000', '124955.439000', '124955.441000', '124955.444000', '124955.446000', '124955.449000', '124955.451000', '124955.454000', '124955.457000', '124955.459000', '124955.462000', '124955.464000', '125015.340000', '125015.342000', '125015.345000', '125015.348000', '125015.350000', '125015.353000', '125015.356000', '125015.358000', '125015.361000', '125015.363000', '125015.366000', '125015.368000', '125015.371000', '125015.373000', '125015.376000', '125015.379000', '125015.381000', '125015.384000', '125015.386000', '125015.389000', '125015.391000', '125015.394000', '125015.397000', '125015.399000', '125015.402000', '125015.404000', '125015.407000', '125015.409000', '125015.412000', '125015.415000', '125015.417000', '125015.420000', '125015.422000', '125015.425000', '125015.430000', '125015.432000', '125015.435000', '125015.438000', '125015.440000', '125015.443000', '125015.445000', '125015.448000', '125015.451000', '125035.339000', '125035.342000', '125035.345000', '125035.347000', '125035.350000', '125035.352000', '125035.355000', '125035.358000', '125035.360000', '125035.363000', '125035.365000', '125035.368000', '125035.371000', '125035.373000', '125035.376000', '125035.378000', '125035.381000', '125035.383000', '125035.386000', '125035.388000', '125035.391000', '125035.394000', '125035.396000', '125035.399000', '125035.401000', '125035.404000', '125035.406000', '125035.409000', '125035.411000', '125035.414000', '125035.417000', '125035.419000', '125035.422000', '125035.424000', '125035.427000', '125035.429000', '125035.432000', '125035.435000', '125035.437000', '125035.440000', '125035.442000', '125035.445000', '125035.447000', '125035.450000', '125055.340000', '125055.343000', '125055.346000', '125055.348000', '125055.351000', '125055.354000', '125055.356000', '125055.359000', '125055.361000', '125055.364000', '125055.367000', '125055.369000', '125055.372000', '125055.374000', '125055.377000', '125055.379000', '125055.382000', '125055.385000', '125055.387000', '125055.390000', '125055.392000', '125055.395000', '125055.398000', '125055.400000', '125055.403000', '125055.405000', '125055.408000', '125055.410000', '125055.413000', '125055.416000', '125055.418000', '125055.421000', '125055.423000', '125055.426000', '125055.429000', '125055.431000', '125055.434000', '125055.436000', '125055.439000', '125055.442000', '125055.444000', '125055.447000', '125055.449000', '125115.339000', '125115.342000', '125115.345000', '125115.347000', '125115.350000', '125115.353000', '125115.355000', '125115.358000', '125115.361000', '125115.363000', '125115.366000', '125115.368000', '125115.371000', '125115.374000', '125115.377000', '125115.380000', '125115.383000', '125115.385000', '125115.388000', '125115.391000', '125115.393000', '125115.397000', '125115.399000', '125115.402000', '125115.404000', '125115.407000', '125115.410000', '125115.412000', '125115.415000', '125115.417000', '125115.420000', '125115.422000', '125115.425000', '125115.428000', '125115.430000', '125115.433000', '125115.435000', '125115.438000', '125115.440000', '125115.443000', '125115.445000', '125115.448000', '125115.451000', '125135.339000', '125135.342000', '125135.345000', '125135.355000', '125135.357000', '125135.360000', '125135.362000', '125135.365000', '125135.368000', '125135.370000', '125135.373000', '125135.375000', '125135.378000', '125135.381000', '125135.383000', '125135.386000', '125135.388000', '125135.391000', '125135.394000', '125135.396000', '125135.399000', '125135.401000', '125135.404000', '125135.407000', '125135.409000', '125135.412000', '125135.414000', '125135.417000', '125135.419000', '125135.422000', '125135.424000', '125135.427000', '125135.430000', '125135.432000', '125135.435000', '125135.437000', '125135.440000', '125135.443000', '125135.445000', '125135.448000', '125135.450000', '125135.453000', '125135.455000', '125135.458000', '125155.340000', '125155.342000', '125155.345000', '125155.348000', '125155.351000', '125155.354000', '125155.357000', '125155.360000', '125155.362000', '125155.365000', '125155.367000', '125155.370000', '125155.373000', '125155.375000', '125155.378000', '125155.380000', '125155.383000', '125155.385000', '125155.388000', '125155.391000', '125155.393000', '125155.396000', '125155.398000', '125155.401000', '125155.403000', '125155.406000', '125155.409000', '125155.411000', '125155.414000', '125155.416000', '125155.419000', '125155.422000', '125155.424000', '125155.427000', '125155.429000', '125155.432000', '125155.435000', '125155.437000', '125155.440000', '125155.442000', '125155.445000', '125155.448000', '125155.450000', '125215.340000', '125215.342000', '125215.345000', '125215.348000', '125215.350000', '125215.353000', '125215.356000', '125215.358000', '125215.361000', '125215.363000', '125215.366000', '125215.368000', '125215.371000', '125215.374000', '125215.376000', '125215.379000', '125215.381000', '125215.384000', '125215.387000', '125215.389000', '125215.392000', '125215.394000', '125215.397000', '125215.399000', '125215.402000', '125215.404000', '125215.407000', '125215.410000', '125215.412000', '125215.415000', '125215.417000', '125215.420000', '125215.423000', '125215.425000', '125215.428000', '125215.430000', '125215.433000', '125215.436000', '125215.438000', '125215.441000', '125215.443000', '125215.446000', '125215.449000', '125215.451000', '125235.340000', '125235.342000', '125235.345000', '125235.348000', '125235.350000', '125235.353000', '125235.355000', '125235.358000', '125235.360000', '125235.363000', '125235.365000', '125235.368000', '125235.371000', '125235.373000', '125235.376000', '125235.379000', '125235.381000', '125235.384000', '125235.386000', '125235.389000', '125235.391000', '125235.394000', '125235.396000', '125235.399000', '125235.402000', '125235.404000', '125235.407000', '125235.411000', '125235.414000', '125235.416000', '125235.419000', '125235.421000', '125235.424000', '125235.427000', '125235.429000', '125235.432000', '125235.436000', '125235.439000', '125235.442000', '125235.444000', '125235.447000', '125235.449000', '125235.452000', '125255.339000', '125255.342000', '125255.345000', '125255.347000', '125255.350000', '125255.352000', '125255.355000', '125255.358000', '125255.360000', '125255.363000', '125255.365000', '125255.368000', '125255.371000', '125255.373000', '125255.376000', '125255.378000', '125255.381000', '125255.384000', '125255.386000', '125255.389000', '125255.391000', '125255.394000', '125255.396000', '125255.399000', '125255.401000', '125255.404000', '125255.407000', '125255.409000', '125255.412000', '125255.414000', '125255.417000', '125255.420000', '125255.422000', '125255.425000', '125255.427000', '125255.430000', '125255.432000', '125255.435000', '125255.438000', '125255.440000', '125255.443000', '125255.445000', '125255.461000', '125255.463000', '125315.341000', '125315.344000', '125315.346000', '125315.349000', '125315.351000', '125315.354000', '125315.356000', '125315.359000', '125315.361000', '125315.364000', '125315.367000', '125315.369000', '125315.372000', '125315.374000', '125315.377000', '125315.380000', '125315.382000', '125315.385000', '125315.387000', '125315.390000', '125315.392000', '125315.395000', '125315.397000', '125315.400000', '125315.403000', '125315.405000', '125315.408000', '125315.410000', '125315.413000', '125315.416000', '125315.418000', '125315.421000', '125315.423000', '125315.426000', '125315.428000', '125315.431000', '125315.434000', '125315.437000', '125315.440000', '125315.443000', '125315.445000', '125315.448000', '125315.450000', '125335.345000', '125335.348000', '125335.356000', '125335.358000', '125335.361000', '125335.363000', '125335.366000', '125335.368000', '125335.371000', '125335.374000', '125335.376000', '125335.379000', '125335.381000', '125335.384000', '125335.387000', '125335.389000', '125335.392000', '125335.394000', '125335.397000', '125335.399000', '125335.402000', '125335.405000', '125335.407000', '125335.410000', '125335.412000', '125335.415000', '125335.417000', '125335.420000', '125335.423000', '125335.425000', '125335.428000', '125335.430000', '125335.433000', '125335.436000', '125335.438000', '125335.441000', '125335.443000', '125335.446000', '125335.448000', '125335.451000', '125335.453000', '125335.456000', '125335.459000', '125335.461000', '125355.340000', '125355.342000', '125355.345000', '125355.348000', '125355.350000', '125355.353000', '125355.355000', '125355.358000', '125355.360000', '125355.363000', '125355.365000', '125355.368000', '125355.371000', '125355.373000', '125355.376000', '125355.379000', '125355.381000', '125355.384000', '125355.386000', '125355.389000', '125355.391000', '125355.394000', '125355.397000', '125355.399000', '125355.402000', '125355.404000', '125355.407000', '125355.410000', '125355.412000', '125355.415000', '125355.417000', '125355.420000', '125355.422000', '125355.425000', '125355.428000', '125355.431000', '125355.434000', '125355.437000', '125355.440000', '125355.442000', '125355.445000', '125355.447000', '125355.450000', '125415.339000', '125415.342000', '125415.345000', '125415.347000', '125415.350000', '125415.353000', '125415.355000', '125415.358000', '125415.360000', '125415.363000', '125415.366000', '125415.368000', '125415.371000', '125415.373000', '125415.376000', '125415.379000', '125415.381000', '125415.384000', '125415.386000', '125415.389000', '125415.391000', '125415.394000', '125415.397000', '125415.399000', '125415.402000', '125415.404000', '125415.407000', '125415.410000', '125415.412000', '125415.415000', '125415.417000', '125415.420000', '125415.422000', '125415.425000', '125415.427000', '125415.431000', '125415.434000', '125415.436000', '125415.439000', '125415.442000', '125415.444000', '125415.447000', '125415.449000', '125415.452000', '125435.339000', '125435.342000', '125435.345000', '125435.347000', '125435.350000', '125435.353000', '125435.355000', '125435.358000', '125435.360000', '125435.363000', '125435.365000', '125435.368000', '125435.371000', '125435.373000', '125435.376000', '125435.378000', '125435.381000', '125435.383000', '125435.386000', '125435.389000', '125435.391000', '125435.394000', '125435.396000', '125435.399000', '125435.401000', '125435.404000', '125435.407000', '125435.409000', '125435.412000', '125435.414000', '125435.417000', '125435.419000', '125435.422000', '125435.425000', '125435.427000', '125435.430000', '125435.433000', '125435.435000', '125435.438000', '125435.441000', '125435.443000', '125435.446000', '125435.448000', '125448.788000', '125448.792000', '125448.794000', '125448.797000', '125448.800000', '125448.803000', '125448.806000', '125448.809000', '125448.812000', '125448.815000', '125448.817000', '125448.820000', '125448.823000', '125448.825000', '125448.828000', '125448.831000', '125448.833000', '125448.836000', '125448.839000', '125448.841000', '125448.844000', '125448.847000', '125448.849000', '125448.852000', '125448.855000', '125448.858000', '125448.861000', '125448.864000', '125448.866000', '125448.869000'], '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': [10615, 7582, 15964, 9687, 19121, 12154, 16670, 8495, 12486, 9434, 13059, 11954, 8418, 18928, 7954, 7742, 9912, 7552, 11046, 10443, 7576, 17489, 9756, 16585, 12175, 13410, 14705, 7652, 18271, 8953, 17610, 11872, 12142, 15502, 7857, 7807, 10913, 7895, 17845, 11875, 9426, 17770, 8628, 21973, 13065, 21161, 13659, 12191, 11431, 7640, 14630, 8849, 10263, 12383, 8013, 14811, 10857, 7626, 16401, 10120, 10823, 15730, 10799, 9305, 15410, 8858, 8542, 13630, 8743, 7603, 17189, 10663, 7549, 11481, 12178, 9169, 11354, 16287, 11348, 7456, 15837, 10506, 7515, 15807, 12897, 8332, 7338, 13046, 9105, 7351, 11212, 13709, 10201, 7302, 17412, 11466, 8057, 17937, 12767, 9676, 13307, 12964, 8354, 11770, 14476, 9907, 10064, 16157, 8717, 10842, 14147, 8984, 12235, 12919, 7825, 16013, 10089, 8489, 16812, 11968, 9696, 12290, 7760, 16533, 9723, 15389, 11502, 7640, 11415, 9038, 7474, 14923, 10458, 9386, 15598, 8304, 9585, 10252, 7912, 15725, 11009, 20879, 10522, 13112, 11376, 7663, 17702, 9912, 11147, 10038, 7449, 14634, 9414, 8280, 16214, 10969, 7473, 10753, 12366, 8878, 8140, 14720, 9254, 19683, 14432, 21710, 17723, 12145, 9909, 8887, 14304, 8720, 19290, 11408, 8296, 9503, 7516, 13250, 9061, 12084, 10049, 7647, 14348, 8748, 14954, 9715, 10879, 10776, 7741, 14239, 8817, 13037, 9937, 11193, 10999, 7829, 13640, 8752, 14064, 9015, 12199, 9726, 7758, 11208, 7928, 12529, 8616, 7489, 14228, 8643, 15236, 10315, 13571, 11205, 8090, 12480, 7896, 14766, 8664, 14856, 9526, 18005, 11947, 9005, 9269, 7557, 11341, 8220, 12144, 9751, 13372, 7627, 13001, 8740, 12979, 8890, 14002, 8887, 7587, 11769, 7503, 13183, 7965, 13373, 9580, 10541, 9321, 10694, 10561, 14161, 11263, 10401, 18053, 8311, 16373, 8803, 13654, 9181, 10512, 12423, 7713, 15094, 8585, 14710, 9388, 10776, 10902, 7483, 13671, 8210, 15421, 8394, 15711, 11098, 12292, 8212, 7886, 11686, 7527, 11626, 7792, 12648, 8584, 7335, 10271, 7912, 12027, 9703, 15240, 9893, 13599, 9474, 14808, 9986, 19161, 11465, 16113, 10902, 7555, 10773, 7699, 11384, 8791, 14485, 8063, 14014, 8538, 12116, 8814, 13106, 10274, 10961, 10922, 7313, 12287, 7475, 13652, 9208, 15613, 9070, 13578, 7973, 13442, 8319, 12980, 9256, 12068, 8517, 10499, 9290, 13935, 10330, 10237, 10251, 7576, 11389, 7665, 13772, 8464, 14518, 8812, 12851, 8456, 14756, 9107, 11079, 10652, 7532, 13345, 7662, 14440, 10195, 16359, 8620, 10889, 9270, 14903, 9105, 16133, 10592, 12303, 10107, 7569, 11682, 7707, 12973, 7866, 15443, 9114, 10283, 8600, 17103, 11085, 16388, 11668, 18799, 12810, 14589, 8419, 8750, 10044, 11163, 13743, 7434, 13945, 7928, 13800, 8348, 13496, 9144, 12845, 8100, 11653, 11386, 8576, 8159, 11952, 16386, 18036, 14320, 10317, 18044, 11523, 20703, 13263, 16063, 11618, 7765, 10987, 7718, 13527, 7831, 14013, 8221, 13542, 8720, 12470, 8150, 12928, 8131, 13687, 7993, 13604, 8735, 13370, 9740, 11046, 10025, 7815, 11746, 7816, 13805, 8576, 14631, 9386, 13439, 9786, 13883, 10990, 10841, 11860, 7800, 11555, 7897, 11808, 10647, 14490, 8164, 15612, 7768, 14845, 7587, 14090, 9272, 17697, 8359, 13745, 8389, 14268, 8751, 13802, 10931, 12710, 8673, 10957, 9091, 13613, 9515, 12230, 10883, 7906, 11879, 7730, 13663, 8025, 14830, 11025, 16868, 8653, 16418, 8974, 15076, 11588, 15853, 11900, 12286, 8131, 13800, 9751, 7953, 10230, 7631, 11216, 7725, 13372, 7723, 15000, 8653, 13508, 8554, 14471, 10122, 15697, 11361, 18671, 21809, 15031, 13489, 12185, 9948, 12354, 8729, 10214, 14905, 9711, 17961, 13829, 16705, 9796, 10469, 9378, 15915, 11677, 16120, 14407, 8896, 10139, 8132, 7713, 13742, 8380, 12464, 7780, 13896, 10323, 14696, 8090, 13732, 9359, 16421, 12049, 13393, 8652, 11248, 9277, 18526, 10780, 19424, 10591, 17355, 13725, 10715, 9185, 7937, 11200, 8532, 12606, 8653, 14294, 11411, 8041, 11818, 8893, 16014, 15572, 18784, 11063, 19612, 20105, 19087, 11170, 11006, 9408, 12644, 8618, 11717, 9764, 7834, 10744, 8315, 12799, 8941, 15824, 19257, 21507, 15112, 12347, 12535, 9164, 18902, 15828, 19707, 19958, 15036, 18436, 10890, 10882, 10815, 8917, 14975, 8587, 14441, 9586, 15791, 10937, 18892, 12154, 9245, 10415, 8716, 13696, 8514, 16925, 10369, 15418, 9122, 15751, 11173, 15800, 9690, 12071, 9342, 9484, 15683, 9946, 8574, 9454, 9333, 14132, 9190, 16771, 11735, 17581, 9126, 8568, 10940, 10908, 11794, 10170, 10328, 8655, 12519, 8578, 16873, 10044, 7883, 11539, 9139, 10031, 11727, 9049, 11307, 10041, 12746, 13807, 14394, 13192, 13580, 18144, 20294, 18595, 8862, 8242, 9444, 8196, 13932, 10878, 16151, 9100, 7838, 13055, 14261, 10391, 17246, 10993, 16461, 11530, 10568, 13398, 11079, 13982, 9334, 8166, 11044, 8509, 12636, 11603, 14311, 21103, 14621, 18121, 11270, 16615, 13235, 12888, 14300, 8542, 18110, 10788, 12348, 8055, 7502, 10118, 12635, 8728, 16675, 9510, 14603, 11741, 10830, 8927, 7704, 10134, 7991, 8277, 10860, 16299, 11013, 20636, 16364, 17820, 9489, 15651, 9335, 20691, 15408, 14756, 8493, 7663, 9921, 7976, 10501, 14203, 15413, 8702, 10836, 8814, 10441, 9669, 13529, 10181, 15811, 10184, 12931, 11193, 11678, 16079, 8825, 14327, 8666, 15581, 10060, 19911, 20010, 22641, 17488, 17357, 12529, 14731, 9930, 7664, 9684, 7961, 11236, 8821, 14903, 13323, 17620, 8917, 7711, 9299, 7796, 10676, 11526, 10708, 17326, 13239, 21683, 16754, 10495, 9764, 7646, 15236, 9591, 15625, 9090, 17415, 11415, 21787, 15546, 8088, 8929, 7686, 10452, 12176, 10350, 13074, 12174, 9389, 14141, 9245, 9659, 8005, 8006, 10075, 12760, 10593, 18788, 14279, 13794, 10673, 8981, 11434, 8929, 10363, 9800, 17604, 13295, 20143, 10355, 13978, 13669, 9138, 12376, 7922, 8041, 16652, 10008, 20272, 15844, 20440, 14661, 15469, 8223, 9716, 7675, 8658, 7662, 8871, 8460, 13234, 11242, 10762, 13073, 9064, 11960, 12919, 19395, 21202, 19277, 10415, 15453, 9467, 16509, 10456, 19171, 11846, 19530, 11099, 19732, 13178, 10660, 10495, 8748, 14095, 9231, 17684, 11046, 20473, 12745, 15429, 19702], 'WindowCenter': [4662.0, 4591.0, 4662.0, 4588.0, 4656.0, 4602.0, 4630.0, 4548.0, 4588.0, 4546.0, 4585.0, 4574.0, 4525.0, 4625.0, 4524.0, 4516.0, 4557.0, 4530.0, 4576.0, 4579.0, 4538.0, 4628.0, 4559.0, 4618.0, 4588.0, 4600.0, 4609.0, 4527.0, 4627.0, 4560.0, 4615.0, 4576.0, 4576.0, 4603.0, 4525.0, 4527.0, 4567.0, 4527.0, 4615.0, 4574.0, 4533.0, 4615.0, 4533.0, 4634.0, 4585.0, 4635.0, 4583.0, 4562.0, 4551.0, 4502.0, 4591.0, 4532.0, 4543.0, 4568.0, 4510.0, 4592.0, 4551.0, 4511.0, 4602.0, 4541.0, 4551.0, 4590.0, 4538.0, 4520.0, 4578.0, 4520.0, 4520.0, 4579.0, 4519.0, 4511.0, 4613.0, 4549.0, 4512.0, 4562.0, 4570.0, 4531.0, 4550.0, 4605.0, 4552.0, 4513.0, 4601.0, 4551.0, 4515.0, 4603.0, 4583.0, 4524.0, 4515.0, 4584.0, 4534.0, 4516.0, 4574.0, 4596.0, 4567.0, 4528.0, 4628.0, 4575.0, 4524.0, 4625.0, 4576.0, 4544.0, 4587.0, 4583.0, 4522.0, 4564.0, 4592.0, 4555.0, 4557.0, 4628.0, 4548.0, 4565.0, 4583.0, 4534.0, 4575.0, 4582.0, 4514.0, 4604.0, 4555.0, 4535.0, 4615.0, 4574.0, 4545.0, 4573.0, 4514.0, 4604.0, 4544.0, 4593.0, 4562.0, 4510.0, 4563.0, 4533.0, 4516.0, 4594.0, 4556.0, 4546.0, 4605.0, 4525.0, 4546.0, 4555.0, 4526.0, 4605.0, 4566.0, 4636.0, 4552.0, 4572.0, 4560.0, 4513.0, 4614.0, 4542.0, 4563.0, 4542.0, 4503.0, 4593.0, 4546.0, 4540.0, 4631.0, 4579.0, 4532.0, 4569.0, 4599.0, 4547.0, 4538.0, 4608.0, 4547.0, 4639.0, 4596.0, 4635.0, 4603.0, 4561.0, 4530.0, 4523.0, 4580.0, 4521.0, 4611.0, 4550.0, 4511.0, 4528.0, 4500.0, 4568.0, 4523.0, 4575.0, 4541.0, 4502.0, 4580.0, 4522.0, 4581.0, 4532.0, 4550.0, 4551.0, 4510.0, 4580.0, 4531.0, 4571.0, 4539.0, 4563.0, 4551.0, 4513.0, 4582.0, 4533.0, 4582.0, 4532.0, 4563.0, 4542.0, 4513.0, 4562.0, 4524.0, 4575.0, 4535.0, 4517.0, 4595.0, 4536.0, 4605.0, 4557.0, 4585.0, 4567.0, 4525.0, 4573.0, 4525.0, 4592.0, 4522.0, 4593.0, 4544.0, 4616.0, 4562.0, 4531.0, 4531.0, 4510.0, 4551.0, 4511.0, 4561.0, 4543.0, 4570.0, 4513.0, 4570.0, 4522.0, 4570.0, 4532.0, 4582.0, 4532.0, 4514.0, 4574.0, 4515.0, 4584.0, 4525.0, 4583.0, 4546.0, 4554.0, 4533.0, 4553.0, 4552.0, 4584.0, 4549.0, 4541.0, 4614.0, 4512.0, 4592.0, 4531.0, 4582.0, 4532.0, 4541.0, 4561.0, 4510.0, 4580.0, 4520.0, 4582.0, 4532.0, 4551.0, 4553.0, 4502.0, 4580.0, 4522.0, 4591.0, 4523.0, 4590.0, 4552.0, 4562.0, 4519.0, 4512.0, 4560.0, 4512.0, 4562.0, 4512.0, 4584.0, 4533.0, 4515.0, 4554.0, 4538.0, 4574.0, 4555.0, 4606.0, 4556.0, 4584.0, 4543.0, 4591.0, 4543.0, 4613.0, 4552.0, 4591.0, 4551.0, 4501.0, 4550.0, 4499.0, 4547.0, 4508.0, 4581.0, 4512.0, 4579.0, 4521.0, 4560.0, 4531.0, 4572.0, 4540.0, 4540.0, 4550.0, 4502.0, 4560.0, 4490.0, 4570.0, 4519.0, 4594.0, 4521.0, 4570.0, 4509.0, 4567.0, 4522.0, 4570.0, 4534.0, 4571.0, 4521.0, 4552.0, 4543.0, 4583.0, 4540.0, 4542.0, 4541.0, 4510.0, 4559.0, 4514.0, 4583.0, 4526.0, 4594.0, 4533.0, 4572.0, 4522.0, 4594.0, 4532.0, 4563.0, 4553.0, 4513.0, 4581.0, 4513.0, 4593.0, 4555.0, 4602.0, 4522.0, 4551.0, 4530.0, 4582.0, 4531.0, 4591.0, 4541.0, 4562.0, 4541.0, 4501.0, 4560.0, 4513.0, 4571.0, 4510.0, 4592.0, 4533.0, 4553.0, 4522.0, 4602.0, 4552.0, 4592.0, 4552.0, 4611.0, 4561.0, 4580.0, 4507.0, 4509.0, 4529.0, 4539.0, 4571.0, 4490.0, 4580.0, 4511.0, 4568.0, 4512.0, 4570.0, 4544.0, 4586.0, 4525.0, 4588.0, 4586.0, 4547.0, 4536.0, 4591.0, 4608.0, 4614.0, 4583.0, 4542.0, 4600.0, 4551.0, 4621.0, 4559.0, 4591.0, 4538.0, 4500.0, 4537.0, 4500.0, 4570.0, 4513.0, 4583.0, 4512.0, 4570.0, 4519.0, 4559.0, 4508.0, 4559.0, 4510.0, 4570.0, 4511.0, 4569.0, 4520.0, 4585.0, 4547.0, 4566.0, 4554.0, 4526.0, 4562.0, 4514.0, 4583.0, 4539.0, 4597.0, 4545.0, 4583.0, 4544.0, 4583.0, 4551.0, 4551.0, 4560.0, 4501.0, 4551.0, 4511.0, 4560.0, 4541.0, 4583.0, 4512.0, 4590.0, 4501.0, 4579.0, 4500.0, 4569.0, 4518.0, 4602.0, 4510.0, 4569.0, 4509.0, 4579.0, 4521.0, 4571.0, 4552.0, 4572.0, 4521.0, 4550.0, 4521.0, 4570.0, 4532.0, 4561.0, 4552.0, 4510.0, 4560.0, 4502.0, 4581.0, 4526.0, 4593.0, 4566.0, 4602.0, 4522.0, 4591.0, 4520.0, 4581.0, 4551.0, 4591.0, 4561.0, 4560.0, 4510.0, 4571.0, 4531.0, 4512.0, 4540.0, 4512.0, 4550.0, 4512.0, 4581.0, 4512.0, 4605.0, 4525.0, 4583.0, 4534.0, 4582.0, 4554.0, 4594.0, 4565.0, 4661.0, 4665.0, 4614.0, 4596.0, 4586.0, 4566.0, 4584.0, 4545.0, 4568.0, 4618.0, 4556.0, 4629.0, 4597.0, 4614.0, 4543.0, 4552.0, 4543.0, 4614.0, 4562.0, 4589.0, 4583.0, 4521.0, 4540.0, 4508.0, 4514.0, 4596.0, 4524.0, 4586.0, 4526.0, 4584.0, 4542.0, 4591.0, 4512.0, 4583.0, 4547.0, 4605.0, 4561.0, 4571.0, 4508.0, 4551.0, 4535.0, 4613.0, 4565.0, 4623.0, 4553.0, 4616.0, 4571.0, 4554.0, 4545.0, 4522.0, 4547.0, 4530.0, 4586.0, 4536.0, 4593.0, 4578.0, 4524.0, 4572.0, 4535.0, 4605.0, 4592.0, 4611.0, 4540.0, 4638.0, 4629.0, 4614.0, 4554.0, 4553.0, 4546.0, 4582.0, 4561.0, 4590.0, 4556.0, 4529.0, 4566.0, 4538.0, 4602.0, 4563.0, 4648.0, 4655.0, 4653.0, 4597.0, 4573.0, 4573.0, 4535.0, 4626.0, 4596.0, 4642.0, 4639.0, 4594.0, 4610.0, 4537.0, 4536.0, 4524.0, 4507.0, 4573.0, 4506.0, 4578.0, 4530.0, 4590.0, 4538.0, 4598.0, 4545.0, 4503.0, 4524.0, 4504.0, 4553.0, 4504.0, 4600.0, 4527.0, 4575.0, 4520.0, 4589.0, 4552.0, 4591.0, 4531.0, 4562.0, 4531.0, 4529.0, 4579.0, 4542.0, 4508.0, 4529.0, 4546.0, 4580.0, 4533.0, 4603.0, 4561.0, 4600.0, 4518.0, 4507.0, 4537.0, 4537.0, 4560.0, 4527.0, 4528.0, 4516.0, 4557.0, 4534.0, 4596.0, 4540.0, 4510.0, 4561.0, 4545.0, 4555.0, 4575.0, 4545.0, 4563.0, 4555.0, 4572.0, 4584.0, 4593.0, 4584.0, 4598.0, 4629.0, 4625.0, 4612.0, 4530.0, 4520.0, 4530.0, 4548.0, 4607.0, 4567.0, 4603.0, 4532.0, 4525.0, 4598.0, 4607.0, 4552.0, 4627.0, 4563.0, 4614.0, 4575.0, 4553.0, 4571.0, 4565.0, 4579.0, 4518.0, 4522.0, 4563.0, 4521.0, 4586.0, 4577.0, 4595.0, 4662.0, 4606.0, 4615.0, 4562.0, 4599.0, 4556.0, 4557.0, 4593.0, 4523.0, 4623.0, 4549.0, 4572.0, 4519.0, 4500.0, 4551.0, 4568.0, 4519.0, 4599.0, 4541.0, 4603.0, 4585.0, 4559.0, 4544.0, 4521.0, 4561.0, 4533.0, 4531.0, 4563.0, 4603.0, 4551.0, 4633.0, 4600.0, 4609.0, 4528.0, 4587.0, 4553.0, 4634.0, 4601.0, 4604.0, 4530.0, 4510.0, 4542.0, 4523.0, 4576.0, 4610.0, 4606.0, 4548.0, 4567.0, 4546.0, 4566.0, 4558.0, 4596.0, 4581.0, 4614.0, 4565.0, 4581.0, 4574.0, 4559.0, 4600.0, 4531.0, 4592.0, 4532.0, 4602.0, 4565.0, 4646.0, 4664.0, 4659.0, 4639.0, 4624.0, 4598.0, 4617.0, 4553.0, 4512.0, 4553.0, 4521.0, 4562.0, 4543.0, 4602.0, 4593.0, 4608.0, 4527.0, 4510.0, 4568.0, 4536.0, 4563.0, 4586.0, 4563.0, 4612.0, 4580.0, 4646.0, 4601.0, 4550.0, 4524.0, 4497.0, 4601.0, 4552.0, 4599.0, 4531.0, 4597.0, 4574.0, 4647.0, 4602.0, 4519.0, 4518.0, 4495.0, 4549.0, 4558.0, 4538.0, 4583.0, 4573.0, 4530.0, 4578.0, 4529.0, 4527.0, 4507.0, 4518.0, 4550.0, 4580.0, 4561.0, 4649.0, 4607.0, 4608.0, 4550.0, 4532.0, 4562.0, 4544.0, 4554.0, 4567.0, 4626.0, 4583.0, 4634.0, 4563.0, 4607.0, 4593.0, 4542.0, 4580.0, 4520.0, 4520.0, 4608.0, 4565.0, 4633.0, 4602.0, 4624.0, 4580.0, 4603.0, 4520.0, 4538.0, 4513.0, 4517.0, 4511.0, 4528.0, 4521.0, 4581.0, 4551.0, 4551.0, 4555.0, 4530.0, 4576.0, 4585.0, 4634.0, 4644.0, 4620.0, 4548.0, 4602.0, 4539.0, 4600.0, 4564.0, 4620.0, 4558.0, 4620.0, 4575.0, 4647.0, 4580.0, 4539.0, 4537.0, 4518.0, 4574.0, 4517.0, 4594.0, 4549.0, 4635.0, 4583.0, 4602.0, 4631.0], 'WindowWidth': [10237.0, 10116.0, 10194.0, 10083.0, 10171.0, 10087.0, 10121.0, 10004.0, 10057.0, 9995.0, 10047.0, 10031.0, 9966.0, 10105.0, 9963.0, 9955.0, 10009.0, 9980.0, 10038.0, 10047.0, 9990.0, 10111.0, 10019.0, 10097.0, 10054.0, 10076.0, 10085.0, 9973.0, 10111.0, 10022.0, 10092.0, 10034.0, 10035.0, 10070.0, 9966.0, 9972.0, 10024.0, 9970.0, 10089.0, 10031.0, 9975.0, 10088.0, 9974.0, 10121.0, 10045.0, 10120.0, 10040.0, 10010.0, 9993.0, 9928.0, 10047.0, 9969.0, 9985.0, 10015.0, 9938.0, 10049.0, 9991.0, 9941.0, 10066.0, 9980.0, 9992.0, 10045.0, 9971.0, 9948.0, 10027.0, 9949.0, 9949.0, 10029.0, 9950.0, 9938.0, 10084.0, 9990.0, 9943.0, 10010.0, 10019.0, 9968.0, 9991.0, 10077.0, 9998.0, 9947.0, 10062.0, 9995.0, 9952.0, 10066.0, 10041.0, 9963.0, 9952.0, 10044.0, 9978.0, 9958.0, 10031.0, 10064.0, 10025.0, 9975.0, 10111.0, 10036.0, 9965.0, 10104.0, 10034.0, 9989.0, 10052.0, 10043.0, 9959.0, 10014.0, 10052.0, 10007.0, 10011.0, 10116.0, 10002.0, 10018.0, 10039.0, 9976.0, 10031.0, 10039.0, 9950.0, 10072.0, 10006.0, 9977.0, 10093.0, 10031.0, 9991.0, 10026.0, 9948.0, 10071.0, 9989.0, 10054.0, 10009.0, 9941.0, 10013.0, 9973.0, 9958.0, 10056.0, 10008.0, 9996.0, 10075.0, 9965.0, 9995.0, 10005.0, 9967.0, 10075.0, 10023.0, 10122.0, 9999.0, 10025.0, 10005.0, 9945.0, 10089.0, 9984.0, 10012.0, 9982.0, 9933.0, 10055.0, 9998.0, 9993.0, 10120.0, 10045.0, 9987.0, 10030.0, 10071.0, 9998.0, 9988.0, 10079.0, 9998.0, 10135.0, 10063.0, 10124.0, 10070.0, 10007.0, 9963.0, 9957.0, 10033.0, 9953.0, 10079.0, 9992.0, 9937.0, 9958.0, 9926.0, 10012.0, 9956.0, 10030.0, 9979.0, 9929.0, 10030.0, 9957.0, 10034.0, 9969.0, 9992.0, 9992.0, 9939.0, 10032.0, 9967.0, 10021.0, 9977.0, 10013.0, 9994.0, 9947.0, 10036.0, 9973.0, 10037.0, 9972.0, 10012.0, 9984.0, 9945.0, 10009.0, 9962.0, 10032.0, 9980.0, 9959.0, 10060.0, 9982.0, 10074.0, 10012.0, 10047.0, 10026.0, 9965.0, 10027.0, 9966.0, 10051.0, 9959.0, 10055.0, 9989.0, 10094.0, 10011.0, 9969.0, 9966.0, 9939.0, 9992.0, 9938.0, 10006.0, 9987.0, 10019.0, 9945.0, 10018.0, 9956.0, 10018.0, 9970.0, 10037.0, 9971.0, 9950.0, 10028.0, 9951.0, 10044.0, 9966.0, 10040.0, 9997.0, 10003.0, 9972.0, 9998.0, 9996.0, 10044.0, 9991.0, 9980.0, 10089.0, 9941.0, 10053.0, 9967.0, 10039.0, 9970.0, 9980.0, 10006.0, 9939.0, 10032.0, 9952.0, 10037.0, 9968.0, 9993.0, 10001.0, 9930.0, 10032.0, 9955.0, 10048.0, 9958.0, 10047.0, 9998.0, 10010.0, 9950.0, 9944.0, 10004.0, 9945.0, 10008.0, 9945.0, 10044.0, 9973.0, 9951.0, 10002.0, 9990.0, 10030.0, 10006.0, 10082.0, 10007.0, 10045.0, 9986.0, 10052.0, 9985.0, 10088.0, 9995.0, 10049.0, 9992.0, 9926.0, 9988.0, 9920.0, 9981.0, 9933.0, 10034.0, 9943.0, 10030.0, 9954.0, 10004.0, 9967.0, 10023.0, 9976.0, 9976.0, 9992.0, 9928.0, 10003.0, 9911.0, 10016.0, 9947.0, 10059.0, 9952.0, 10019.0, 9936.0, 10009.0, 9956.0, 10017.0, 9976.0, 10023.0, 9953.0, 9996.0, 9985.0, 10042.0, 9977.0, 9982.0, 9979.0, 9939.0, 10002.0, 9951.0, 10038.0, 9968.0, 10060.0, 9974.0, 10024.0, 9957.0, 10057.0, 9971.0, 10013.0, 9999.0, 9945.0, 10033.0, 9949.0, 10051.0, 10003.0, 10067.0, 9956.0, 9995.0, 9964.0, 10038.0, 9966.0, 10050.0, 9978.0, 10009.0, 9979.0, 9926.0, 10002.0, 9947.0, 10017.0, 9938.0, 10053.0, 9973.0, 10000.0, 9957.0, 10069.0, 9995.0, 10052.0, 9993.0, 10081.0, 10005.0, 10030.0, 9927.0, 9932.0, 9957.0, 9971.0, 10020.0, 9910.0, 10030.0, 9937.0, 10012.0, 9941.0, 10018.0, 9991.0, 10048.0, 9968.0, 10059.0, 10055.0, 10002.0, 9987.0, 10065.0, 10081.0, 10088.0, 10037.0, 9978.0, 10057.0, 9988.0, 10095.0, 9999.0, 10046.0, 9968.0, 9921.0, 9967.0, 9921.0, 10016.0, 9945.0, 10038.0, 9943.0, 10015.0, 9947.0, 9998.0, 9936.0, 10000.0, 9938.0, 10014.0, 9939.0, 10014.0, 9950.0, 10048.0, 9998.0, 10022.0, 10004.0, 9970.0, 10009.0, 9949.0, 10040.0, 9992.0, 10065.0, 9991.0, 10037.0, 9988.0, 10040.0, 9992.0, 9994.0, 10004.0, 9925.0, 9990.0, 9940.0, 10004.0, 9979.0, 10039.0, 9942.0, 10045.0, 9925.0, 10028.0, 9924.0, 10012.0, 9942.0, 10067.0, 9937.0, 10015.0, 9936.0, 10027.0, 9952.0, 10019.0, 9996.0, 10024.0, 9953.0, 9991.0, 9950.0, 10018.0, 9967.0, 10004.0, 9996.0, 9935.0, 10002.0, 9929.0, 10034.0, 9969.0, 10053.0, 10021.0, 10070.0, 9957.0, 10051.0, 9951.0, 10035.0, 9993.0, 10048.0, 10006.0, 10004.0, 9936.0, 10020.0, 9964.0, 9941.0, 9976.0, 9944.0, 9989.0, 9943.0, 10033.0, 9945.0, 10073.0, 9963.0, 10040.0, 9974.0, 10038.0, 10000.0, 10057.0, 10018.0, 10205.0, 10195.0, 10091.0, 10068.0, 10052.0, 10027.0, 10048.0, 9995.0, 10031.0, 10098.0, 10009.0, 10119.0, 10067.0, 10088.0, 9985.0, 9998.0, 9988.0, 10088.0, 10011.0, 10042.0, 10042.0, 9952.0, 9977.0, 9935.0, 9949.0, 10066.0, 9964.0, 10047.0, 9969.0, 10042.0, 9985.0, 10050.0, 9943.0, 10041.0, 9998.0, 10074.0, 10008.0, 10018.0, 9930.0, 9991.0, 9975.0, 10085.0, 10018.0, 10100.0, 10000.0, 10096.0, 10023.0, 10000.0, 9995.0, 9959.0, 9985.0, 9971.0, 10049.0, 9985.0, 10061.0, 10044.0, 9966.0, 10026.0, 9978.0, 10079.0, 10054.0, 10081.0, 9975.0, 10132.0, 10123.0, 10090.0, 10000.0, 10000.0, 9995.0, 10040.0, 10025.0, 10061.0, 10009.0, 9975.0, 10019.0, 9989.0, 10079.0, 10030.0, 10160.0, 10164.0, 10162.0, 10066.0, 10027.0, 10026.0, 9974.0, 10108.0, 10061.0, 10143.0, 10134.0, 10060.0, 10077.0, 9968.0, 9966.0, 9946.0, 9926.0, 10015.0, 9926.0, 10028.0, 9967.0, 10048.0, 9972.0, 10055.0, 9976.0, 9916.0, 9945.0, 9920.0, 9985.0, 9922.0, 10061.0, 9955.0, 10017.0, 9950.0, 10040.0, 9994.0, 10049.0, 9964.0, 10009.0, 9966.0, 9960.0, 10027.0, 9982.0, 9929.0, 9962.0, 9997.0, 10037.0, 9972.0, 10071.0, 10009.0, 10058.0, 9942.0, 9926.0, 9965.0, 9964.0, 10003.0, 9953.0, 9955.0, 9942.0, 9996.0, 9976.0, 10051.0, 9977.0, 9940.0, 10012.0, 9992.0, 10007.0, 10034.0, 9991.0, 10014.0, 10007.0, 10024.0, 10043.0, 10055.0, 10046.0, 10068.0, 10119.0, 10105.0, 10083.0, 9968.0, 9953.0, 9965.0, 10005.0, 10081.0, 10023.0, 10068.0, 9972.0, 9966.0, 10070.0, 10079.0, 9998.0, 10109.0, 10016.0, 10088.0, 10034.0, 10000.0, 10021.0, 10019.0, 10028.0, 9945.0, 9956.0, 10012.0, 9952.0, 10049.0, 10040.0, 10063.0, 10171.0, 10081.0, 10086.0, 10011.0, 10058.0, 9993.0, 9994.0, 10054.0, 9960.0, 10097.0, 9988.0, 10026.0, 9954.0, 9927.0, 9995.0, 10015.0, 9948.0, 10062.0, 9986.0, 10076.0, 10052.0, 10008.0, 9994.0, 9962.0, 10014.0, 9980.0, 9972.0, 10019.0, 10072.0, 9997.0, 10121.0, 10065.0, 10076.0, 9959.0, 10045.0, 10008.0, 10129.0, 10068.0, 10073.0, 9970.0, 9940.0, 9983.0, 9962.0, 10039.0, 10093.0, 10082.0, 10004.0, 10025.0, 9997.0, 10026.0, 10015.0, 10067.0, 10054.0, 10093.0, 10021.0, 10041.0, 10034.0, 10006.0, 10065.0, 9972.0, 10055.0, 9974.0, 10071.0, 10025.0, 10151.0, 10190.0, 10172.0, 10133.0, 10107.0, 10074.0, 10101.0, 10004.0, 9948.0, 10003.0, 9956.0, 10014.0, 9991.0, 10071.0, 10058.0, 10076.0, 9959.0, 9940.0, 10038.0, 9992.0, 10021.0, 10054.0, 10020.0, 10088.0, 10038.0, 10150.0, 10067.0, 9993.0, 9951.0, 9920.0, 10070.0, 10004.0, 10063.0, 9974.0, 10059.0, 10037.0, 10148.0, 10070.0, 9954.0, 9947.0, 9916.0, 9993.0, 10002.0, 9976.0, 10043.0, 10033.0, 9967.0, 10032.0, 9963.0, 9958.0, 9934.0, 9950.0, 9994.0, 10036.0, 10017.0, 10155.0, 10089.0, 10086.0, 9994.0, 9972.0, 10012.0, 9993.0, 10004.0, 10030.0, 10108.0, 10043.0, 10119.0, 10020.0, 10086.0, 10061.0, 9989.0, 10038.0, 9957.0, 9958.0, 10074.0, 10024.0, 10123.0, 10067.0, 10112.0, 10035.0, 10070.0, 9954.0, 9975.0, 9952.0, 9946.0, 9943.0, 9963.0, 9958.0, 10037.0, 9996.0, 9992.0, 9990.0, 9964.0, 10038.0, 10049.0, 10127.0, 10136.0, 10094.0, 9991.0, 10070.0, 9980.0, 10065.0, 10020.0, 10092.0, 10005.0, 10094.0, 10039.0, 10146.0, 10039.0, 9975.0, 9972.0, 9949.0, 10020.0, 9944.0, 10048.0, 9991.0, 10125.0, 10046.0, 10073.0, 10113.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.0034410829493087564</td></tr>
<tr><td colspan=3>aqi</td><td>0.03761041900921659</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.049964161222604</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2134262513264136</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997463175247981</td></tr>
<tr><td colspan=3>efc</td><td>0.5256</td></tr>
<tr><td colspan=3>fber</td><td>2888.9631</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1450574500676484</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>184</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.19815668202765</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.489854786257706</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3348343988786646</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.711926298979002</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4228036609154513</td></tr>
<tr><td colspan=3>gcor</td><td>0.00819923</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016647174954414368</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03930879011750221</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.100829971856171</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.9873</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.0394</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>275.8677</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1340.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>481.4841</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6856</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>620.6587</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3721.744</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.3411</td></tr>
<tr><td colspan=3>tsnr</td><td>29.500838509993628</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>