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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-05_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-05_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-0025/ses-03/func/sub-0025_ses-03_task-social_acq-mb8_run-05_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>a9ad1d31ac15e792f5b2c38bc933b69c</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:16:46.382500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999581, 0.0237873, 0.0164756, -0.0237311, 0.999712, -0.00360201]</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-05_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.0927202</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7712, -7222, 600, -56, -11, -122, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.042</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f45466b-6f09-419d-b22c-db3dc9695d0b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818034648895264, -0.06366871297359467, 0.04470270499587059, 113.54895782470703], [-0.06381966173648834, 2.6821539402008057, -0.008665688335895538, -94.49252319335938], [0.04420289024710655, 0.009663919918239117, 2.699615955352783, -64.56947326660156], [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': ['121646.382500', '121646.842500', '121647.302500', '121647.762500', '121648.222500', '121648.682500', '121649.142500', '121649.602500', '121650.062500', '121650.522500', '121650.982500', '121651.442500', '121651.902500', '121652.362500', '121652.822500', '121653.282500', '121653.742500', '121654.202500', '121654.662500', '121655.122500', '121655.582500', '121656.042500', '121656.502500', '121656.962500', '121657.422500', '121657.882500', '121658.342500', '121658.802500', '121659.262500', '121659.722500', '121700.182500', '121700.642500', '121701.102500', '121701.562500', '121702.022500', '121702.482500', '121702.942500', '121703.402500', '121703.862500', '121704.322500', '121704.782500', '121705.242500', '121705.702500', '121706.162500', '121706.622500', '121707.082500', '121707.542500', '121708.002500', '121708.462500', '121708.922500', '121709.382500', '121709.842500', '121710.302500', '121710.762500', '121711.222500', '121711.682500', '121712.142500', '121712.602500', '121713.062500', '121713.522500', '121713.982500', '121714.442500', '121714.902500', '121715.362500', '121715.822500', '121716.282500', '121716.742500', '121717.202500', '121717.662500', '121718.122500', '121718.582500', '121719.042500', '121719.502500', '121719.962500', '121720.422500', '121720.882500', '121721.342500', '121721.802500', '121722.262500', '121722.722500', '121723.182500', '121723.642500', '121724.102500', '121724.562500', '121725.022500', '121725.482500', '121725.942500', '121726.402500', '121726.862500', '121727.322500', '121727.782500', '121728.242500', '121728.702500', '121729.162500', '121729.622500', '121730.082500', '121730.542500', '121731.002500', '121731.462500', '121731.922500', '121732.382500', '121732.842500', '121733.302500', '121733.762500', '121734.222500', '121734.682500', '121735.142500', '121735.602500', '121736.062500', '121736.522500', '121736.982500', '121737.442500', '121737.902500', '121738.362500', '121738.822500', '121739.282500', '121739.742500', '121740.202500', '121740.662500', '121741.122500', '121741.582500', '121742.042500', '121742.502500', '121742.962500', '121743.422500', '121743.882500', '121744.342500', '121744.802500', '121745.262500', '121745.722500', '121746.182500', '121746.642500', '121747.102500', '121747.562500', '121748.022500', '121748.482500', '121748.942500', '121749.402500', '121749.862500', '121750.322500', '121750.782500', '121751.242500', '121751.702500', '121752.162500', '121752.622500', '121753.082500', '121753.542500', '121754.002500', '121754.462500', '121754.922500', '121755.382500', '121755.842500', '121756.302500', '121756.762500', '121757.222500', '121757.682500', '121758.142500', '121758.602500', '121759.062500', '121759.522500', '121759.982500', '121800.442500', '121800.902500', '121801.362500', '121801.822500', '121802.282500', '121802.742500', '121803.202500', '121803.662500', '121804.122500', '121804.582500', '121805.042500', '121805.502500', '121805.962500', '121806.422500', '121806.882500', '121807.342500', '121807.802500', '121808.262500', '121808.722500', '121809.182500', '121809.642500', '121810.102500', '121810.562500', '121811.022500', '121811.482500', '121811.942500', '121812.402500', '121812.862500', '121813.322500', '121813.782500', '121814.242500', '121814.702500', '121815.162500', '121815.622500', '121816.082500', '121816.542500', '121817.002500', '121817.462500', '121817.922500', '121818.382500', '121818.842500', '121819.302500', '121819.762500', '121820.222500', '121820.682500', '121821.142500', '121821.602500', '121822.062500', '121822.522500', '121822.982500', '121823.442500', '121823.902500', '121824.362500', '121824.822500', '121825.282500', '121825.742500', '121826.202500', '121826.662500', '121827.122500', '121827.582500', '121828.042500', '121828.502500', '121828.962500', '121829.422500', '121829.882500', '121830.342500', '121830.802500', '121831.262500', '121831.722500', '121832.182500', '121832.642500', '121833.102500', '121833.562500', '121834.022500', '121834.482500', '121834.942500', '121835.402500', '121835.862500', '121836.322500', '121836.782500', '121837.242500', '121837.702500', '121838.162500', '121838.622500', '121839.082500', '121839.542500', '121840.002500', '121840.462500', '121840.922500', '121841.382500', '121841.842500', '121842.302500', '121842.762500', '121843.222500', '121843.682500', '121844.142500', '121844.602500', '121845.062500', '121845.522500', '121845.982500', '121846.442500', '121846.902500', '121847.362500', '121847.822500', '121848.282500', '121848.742500', '121849.202500', '121849.662500', '121850.122500', '121850.582500', '121851.042500', '121851.502500', '121851.962500', '121852.422500', '121852.882500', '121853.342500', '121853.802500', '121854.262500', '121854.722500', '121855.182500', '121855.642500', '121856.102500', '121856.562500', '121857.022500', '121857.482500', '121857.942500', '121858.402500', '121858.862500', '121859.322500', '121859.782500', '121900.242500', '121900.702500', '121901.162500', '121901.622500', '121902.082500', '121902.542500', '121903.002500', '121903.462500', '121903.922500', '121904.382500', '121904.842500', '121905.302500', '121905.762500', '121906.222500', '121906.682500', '121907.142500', '121907.602500', '121908.062500', '121908.522500', '121908.982500', '121909.442500', '121909.902500', '121910.362500', '121910.822500', '121911.282500', '121911.742500', '121912.202500', '121912.662500', '121913.122500', '121913.582500', '121914.042500', '121914.502500', '121914.962500', '121915.422500', '121915.882500', '121916.342500', '121916.802500', '121917.262500', '121917.722500', '121918.182500', '121918.642500', '121919.102500', '121919.562500', '121920.022500', '121920.482500', '121920.942500', '121921.402500', '121921.862500', '121922.322500', '121922.782500', '121923.242500', '121923.702500', '121924.162500', '121924.622500', '121925.082500', '121925.542500', '121926.002500', '121926.462500', '121926.922500', '121927.382500', '121927.842500', '121928.302500', '121928.762500', '121929.222500', '121929.682500', '121930.142500', '121930.602500', '121931.062500', '121931.522500', '121931.982500', '121932.442500', '121932.902500', '121933.362500', '121933.822500', '121934.282500', '121934.742500', '121935.202500', '121935.662500', '121936.122500', '121936.582500', '121937.042500', '121937.502500', '121937.962500', '121938.422500', '121938.882500', '121939.342500', '121939.802500', '121940.262500', '121940.722500', '121941.182500', '121941.642500', '121942.102500', '121942.562500', '121943.022500', '121943.482500', '121943.942500', '121944.402500', '121944.862500', '121945.322500', '121945.782500', '121946.242500', '121946.702500', '121947.162500', '121947.622500', '121948.082500', '121948.542500', '121949.002500', '121949.462500', '121949.922500', '121950.382500', '121950.842500', '121951.302500', '121951.762500', '121952.222500', '121952.682500', '121953.142500', '121953.602500', '121954.062500', '121954.522500', '121954.982500', '121955.442500', '121955.902500', '121956.362500', '121956.822500', '121957.282500', '121957.742500', '121958.202500', '121958.662500', '121959.122500', '121959.582500', '122000.042500', '122000.502500', '122000.962500', '122001.422500', '122001.882500', '122002.342500', '122002.802500', '122003.262500', '122003.722500', '122004.182500', '122004.642500', '122005.102500', '122005.562500', '122006.022500', '122006.482500', '122006.942500', '122007.402500', '122007.862500', '122008.322500', '122008.782500', '122009.242500', '122009.702500', '122010.162500', '122010.622500', '122011.082500', '122011.542500', '122012.002500', '122012.462500', '122012.922500', '122013.382500', '122013.842500', '122014.302500', '122014.762500', '122015.222500', '122015.682500', '122016.142500', '122016.602500', '122017.062500', '122017.522500', '122017.982500', '122018.442500', '122018.902500', '122019.362500', '122019.822500', '122020.282500', '122020.742500', '122021.202500', '122021.662500', '122022.122500', '122022.582500', '122023.042500', '122023.502500', '122023.962500', '122024.422500', '122024.882500', '122025.342500', '122025.802500', '122026.262500', '122026.722500', '122027.182500', '122027.642500', '122028.102500', '122028.562500', '122029.022500', '122029.482500', '122029.942500', '122030.402500', '122030.862500', '122031.322500', '122031.782500', '122032.242500', '122032.702500', '122033.162500', '122033.622500', '122034.082500', '122034.542500', '122035.002500', '122035.462500', '122035.922500', '122036.382500', '122036.842500', '122037.302500', '122037.762500', '122038.222500', '122038.682500', '122039.142500', '122039.602500', '122040.062500', '122040.522500', '122040.982500', '122041.442500', '122041.902500', '122042.362500', '122042.822500', '122043.282500', '122043.742500', '122044.202500', '122044.662500', '122045.122500', '122045.582500', '122046.042500', '122046.502500', '122046.962500', '122047.422500', '122047.882500', '122048.342500', '122048.802500', '122049.262500', '122049.722500', '122050.182500', '122050.642500', '122051.102500', '122051.562500', '122052.022500', '122052.482500', '122052.942500', '122053.402500', '122053.862500', '122054.322500', '122054.782500', '122055.242500', '122055.702500', '122056.162500', '122056.622500', '122057.082500', '122057.542500', '122058.002500', '122058.462500', '122058.922500', '122059.382500', '122059.842500', '122100.302500', '122100.762500', '122101.222500', '122101.682500', '122102.142500', '122102.602500', '122103.062500', '122103.522500', '122103.982500', '122104.442500', '122104.902500', '122105.362500', '122105.822500', '122106.282500', '122106.742500', '122107.202500', '122107.662500', '122108.122500', '122108.582500', '122109.042500', '122109.502500', '122109.962500', '122110.422500', '122110.882500', '122111.342500', '122111.802500', '122112.262500', '122112.722500', '122113.182500', '122113.642500', '122114.102500', '122114.562500', '122115.022500', '122115.482500', '122115.942500', '122116.402500', '122116.862500', '122117.322500', '122117.782500', '122118.242500', '122118.702500', '122119.162500', '122119.622500', '122120.082500', '122120.542500', '122121.002500', '122121.462500', '122121.922500', '122122.382500', '122122.842500', '122123.302500', '122123.762500', '122124.222500', '122124.682500', '122125.142500', '122125.602500', '122126.062500', '122126.522500', '122126.982500', '122127.442500', '122127.902500', '122128.362500', '122128.822500', '122129.282500', '122129.742500', '122130.202500', '122130.662500', '122131.122500', '122131.582500', '122132.042500', '122132.502500', '122132.962500', '122133.422500', '122133.882500', '122134.342500', '122134.802500', '122135.262500', '122135.722500', '122136.182500', '122136.642500', '122137.102500', '122137.562500', '122138.022500', '122138.482500', '122138.942500', '122139.402500', '122139.862500', '122140.322500', '122140.782500', '122141.242500', '122141.702500', '122142.162500', '122142.622500', '122143.082500', '122143.542500', '122144.002500', '122144.462500', '122144.922500', '122145.382500', '122145.842500', '122146.302500', '122146.762500', '122147.222500', '122147.682500', '122148.142500', '122148.602500', '122149.062500', '122149.522500', '122149.982500', '122150.442500', '122150.902500', '122151.362500', '122151.822500', '122152.282500', '122152.742500', '122153.202500', '122153.662500', '122154.122500', '122154.582500', '122155.042500', '122155.502500', '122155.962500', '122156.422500', '122156.882500', '122157.342500', '122157.802500', '122158.262500', '122158.722500', '122159.182500', '122159.642500', '122200.102500', '122200.562500', '122201.022500', '122201.482500', '122201.942500', '122202.402500', '122202.862500', '122203.322500', '122203.782500', '122204.242500', '122204.702500', '122205.162500', '122205.622500', '122206.082500', '122206.542500', '122207.002500', '122207.462500', '122207.922500', '122208.382500', '122208.842500', '122209.302500', '122209.762500', '122210.222500', '122210.682500', '122211.142500', '122211.602500', '122212.062500', '122212.522500', '122212.982500', '122213.442500', '122213.902500', '122214.362500', '122214.822500', '122215.282500', '122215.742500', '122216.202500', '122216.662500', '122217.122500', '122217.582500', '122218.042500', '122218.502500', '122218.962500', '122219.422500', '122219.882500', '122220.342500', '122220.802500', '122221.262500', '122221.722500', '122222.182500', '122222.642500', '122223.102500', '122223.562500', '122224.022500', '122224.482500', '122224.942500', '122225.402500', '122225.862500', '122226.322500', '122226.782500', '122227.242500', '122227.702500', '122228.162500', '122228.622500', '122229.082500', '122229.542500', '122230.002500', '122230.462500', '122230.922500', '122231.382500', '122231.842500', '122232.302500', '122232.762500', '122233.222500', '122233.682500', '122234.142500', '122234.602500', '122235.062500', '122235.522500', '122235.982500', '122236.442500', '122236.902500', '122237.362500', '122237.822500', '122238.282500', '122238.742500', '122239.202500', '122239.662500', '122240.122500', '122240.582500', '122241.042500', '122241.502500', '122241.962500', '122242.422500', '122242.882500', '122243.342500', '122243.802500', '122244.262500', '122244.722500', '122245.182500', '122245.642500', '122246.102500', '122246.562500', '122247.022500', '122247.482500', '122247.942500', '122248.402500', '122248.862500', '122249.322500', '122249.782500', '122250.242500', '122250.702500', '122251.162500', '122251.622500', '122252.082500', '122252.542500', '122253.002500', '122253.462500', '122253.922500', '122254.382500', '122254.842500', '122255.302500', '122255.762500', '122256.222500', '122256.682500', '122257.142500', '122257.602500', '122258.062500', '122258.522500', '122258.982500', '122259.442500', '122259.902500', '122300.362500', '122300.822500', '122301.282500', '122301.742500', '122302.202500', '122302.662500', '122303.122500', '122303.582500', '122304.042500', '122304.502500', '122304.962500', '122305.422500', '122305.882500', '122306.342500', '122306.802500', '122307.262500', '122307.722500', '122308.182500', '122308.642500', '122309.102500', '122309.562500', '122310.022500', '122310.482500', '122310.942500', '122311.402500', '122311.862500', '122312.322500', '122312.782500', '122313.242500', '122313.702500', '122314.162500', '122314.622500', '122315.082500', '122315.542500', '122316.002500', '122316.462500', '122316.922500', '122317.382500', '122317.842500', '122318.302500', '122318.762500', '122319.222500', '122319.682500', '122320.142500', '122320.602500', '122321.062500', '122321.522500', '122321.982500', '122322.442500', '122322.902500', '122323.362500', '122323.822500', '122324.282500', '122324.742500', '122325.202500', '122325.662500', '122326.122500', '122326.582500', '122327.042500'], 'ContentTime': ['121704.016000', '121704.020000', '121704.023000', '121704.026000', '121704.029000', '121704.032000', '121704.035000', '121704.038000', '121704.041000', '121704.043000', '121704.046000', '121704.049000', '121704.052000', '121704.055000', '121704.058000', '121704.061000', '121704.064000', '121704.067000', '121704.069000', '121704.072000', '121704.075000', '121704.078000', '121704.081000', '121704.084000', '121704.087000', '121704.095000', '121704.098000', '121704.101000', '121704.104000', '121704.107000', '121704.110000', '121704.112000', '121704.115000', '121704.118000', '121704.121000', '121704.124000', '121704.127000', '121723.984000', '121723.987000', '121723.990000', '121723.993000', '121724.005000', '121724.008000', '121724.010000', '121724.022000', '121724.025000', '121724.028000', '121724.031000', '121724.034000', '121724.036000', '121724.039000', '121724.042000', '121724.045000', '121724.048000', '121724.051000', '121724.053000', '121724.057000', '121724.059000', '121724.062000', '121724.065000', '121724.068000', '121724.071000', '121724.074000', '121724.077000', '121724.080000', '121724.082000', '121724.085000', '121724.088000', '121724.091000', '121724.094000', '121724.097000', '121724.100000', '121724.103000', '121724.106000', '121724.108000', '121724.111000', '121724.114000', '121724.117000', '121724.120000', '121724.123000', '121724.126000', '121743.984000', '121743.987000', '121743.990000', '121743.993000', '121743.996000', '121744.000000', '121744.003000', '121744.005000', '121744.008000', '121744.011000', '121744.014000', '121744.017000', '121744.020000', '121744.023000', '121744.026000', '121744.030000', '121744.033000', '121744.036000', '121744.039000', '121744.042000', '121744.045000', '121744.048000', '121744.050000', '121744.053000', '121744.056000', '121744.069000', '121744.071000', '121744.074000', '121744.077000', '121744.080000', '121744.083000', '121744.086000', '121744.089000', '121744.092000', '121744.095000', '121744.098000', '121744.100000', '121744.103000', '121744.106000', '121744.109000', '121744.112000', '121744.115000', '121744.118000', '121803.984000', '121803.992000', '121803.995000', '121803.998000', '121804.002000', '121804.005000', '121804.008000', '121804.011000', '121804.013000', '121804.016000', '121804.019000', '121804.022000', '121804.025000', '121804.028000', '121804.031000', '121804.034000', '121804.037000', '121804.039000', '121804.042000', '121804.045000', '121804.048000', '121804.051000', '121804.054000', '121804.057000', '121804.060000', '121804.062000', '121804.065000', '121804.068000', '121804.071000', '121804.074000', '121804.077000', '121804.080000', '121804.083000', '121804.086000', '121804.089000', '121804.092000', '121804.094000', '121804.097000', '121804.100000', '121804.103000', '121804.106000', '121804.109000', '121804.112000', '121804.115000', '121823.984000', '121823.987000', '121823.990000', '121823.993000', '121823.996000', '121824.000000', '121824.002000', '121824.005000', '121824.008000', '121824.011000', '121824.014000', '121824.017000', '121824.020000', '121824.023000', '121824.026000', '121824.028000', '121824.031000', '121824.034000', '121824.037000', '121824.040000', '121824.048000', '121824.051000', '121824.054000', '121824.057000', '121824.064000', '121824.067000', '121824.070000', '121824.073000', '121824.076000', '121824.078000', '121824.082000', '121824.084000', '121824.087000', '121824.090000', '121824.093000', '121824.096000', '121824.099000', '121824.102000', '121824.105000', '121824.107000', '121824.110000', '121824.113000', '121824.116000', '121843.984000', '121843.987000', '121843.990000', '121843.993000', '121843.996000', '121844.000000', '121844.003000', '121844.005000', '121844.008000', '121844.011000', '121844.014000', '121844.017000', '121844.020000', '121844.023000', '121844.026000', '121844.029000', '121844.031000', '121844.034000', '121844.038000', '121844.040000', '121844.043000', '121844.046000', '121844.049000', '121844.052000', '121844.055000', '121844.058000', '121844.061000', '121844.063000', '121844.066000', '121844.069000', '121844.072000', '121844.075000', '121844.078000', '121844.081000', '121844.084000', '121844.087000', '121844.089000', '121844.092000', '121844.095000', '121844.098000', '121844.101000', '121844.113000', '121844.116000', '121844.119000', '121903.984000', '121903.987000', '121903.990000', '121903.993000', '121903.996000', '121904.000000', '121904.003000', '121904.007000', '121904.009000', '121904.012000', '121904.015000', '121904.018000', '121904.021000', '121904.024000', '121904.027000', '121904.030000', '121904.033000', '121904.035000', '121904.038000', '121904.041000', '121904.044000', '121904.047000', '121904.050000', '121904.053000', '121904.056000', '121904.059000', '121904.062000', '121904.065000', '121904.068000', '121904.071000', '121904.074000', '121904.077000', '121904.080000', '121904.083000', '121904.086000', '121904.089000', '121904.092000', '121904.095000', '121904.097000', '121904.100000', '121904.103000', '121904.106000', '121904.109000', '121923.985000', '121923.988000', '121923.991000', '121923.994000', '121923.997000', '121924.000000', '121924.002000', '121924.005000', '121924.008000', '121924.011000', '121924.014000', '121924.017000', '121924.020000', '121924.023000', '121924.026000', '121924.038000', '121924.041000', '121924.044000', '121924.047000', '121924.050000', '121924.053000', '121924.056000', '121924.059000', '121924.061000', '121924.064000', '121924.067000', '121924.070000', '121924.073000', '121924.076000', '121924.079000', '121924.082000', '121924.085000', '121924.088000', '121924.091000', '121924.093000', '121924.096000', '121924.099000', '121924.102000', '121924.105000', '121924.108000', '121924.111000', '121924.114000', '121924.117000', '121924.120000', '121943.984000', '121943.987000', '121943.990000', '121943.993000', '121943.996000', '121944.000000', '121944.003000', '121944.005000', '121944.008000', '121944.011000', '121944.014000', '121944.017000', '121944.020000', '121944.023000', '121944.026000', '121944.029000', '121944.031000', '121944.034000', '121944.037000', '121944.040000', '121944.043000', '121944.046000', '121944.049000', '121944.052000', '121944.055000', '121944.057000', '121944.061000', '121944.063000', '121944.066000', '121944.069000', '121944.072000', '121944.083000', '121944.087000', '121944.090000', '121944.093000', '121944.096000', '121944.099000', '121944.101000', '121944.104000', '121944.107000', '121944.110000', '121944.113000', '121944.116000', '122003.984000', '122003.987000', '122003.990000', '122003.993000', '122003.996000', '122004.000000', '122004.003000', '122004.006000', '122004.009000', '122004.012000', '122004.015000', '122004.018000', '122004.021000', '122004.023000', '122004.026000', '122004.029000', '122004.032000', '122004.035000', '122004.038000', '122004.041000', '122004.044000', '122004.047000', '122004.049000', '122004.052000', '122004.055000', '122004.058000', '122004.061000', '122004.064000', '122004.067000', '122004.070000', '122004.073000', '122004.076000', '122004.078000', '122004.081000', '122004.084000', '122004.087000', '122004.090000', '122004.093000', '122004.096000', '122004.099000', '122004.102000', '122004.104000', '122004.107000', '122004.110000', '122023.984000', '122023.987000', '122023.990000', '122023.993000', '122023.996000', '122024.000000', '122024.003000', '122024.006000', '122024.008000', '122024.012000', '122024.014000', '122024.017000', '122024.020000', '122024.023000', '122024.026000', '122024.029000', '122024.032000', '122024.036000', '122024.039000', '122024.042000', '122024.045000', '122024.048000', '122024.051000', '122024.054000', '122024.057000', '122024.060000', '122024.063000', '122024.066000', '122024.068000', '122024.072000', '122024.074000', '122024.077000', '122024.080000', '122024.083000', '122024.086000', '122024.089000', '122024.092000', '122024.095000', '122024.110000', '122024.113000', '122024.116000', '122024.119000', '122024.130000', '122043.984000', '122043.987000', '122043.990000', '122043.993000', '122043.996000', '122044.000000', '122044.003000', '122044.006000', '122044.009000', '122044.011000', '122044.014000', '122044.017000', '122044.020000', '122044.023000', '122044.026000', '122044.029000', '122044.032000', '122044.034000', '122044.038000', '122044.040000', '122044.043000', '122044.046000', '122044.049000', '122044.052000', '122044.055000', '122044.058000', '122044.061000', '122044.064000', '122044.066000', '122044.069000', '122044.072000', '122044.075000', '122044.078000', '122044.081000', '122044.084000', '122044.087000', '122044.089000', '122044.092000', '122044.095000', '122044.098000', '122044.101000', '122044.104000', '122044.107000', '122044.110000', '122103.984000', '122103.987000', '122103.990000', '122103.993000', '122103.996000', '122104.000000', '122104.003000', '122104.005000', '122104.009000', '122104.017000', '122104.020000', '122104.022000', '122104.025000', '122104.028000', '122104.031000', '122104.034000', '122104.037000', '122104.040000', '122104.043000', '122104.046000', '122104.049000', '122104.052000', '122104.054000', '122104.057000', '122104.060000', '122104.063000', '122104.066000', '122104.069000', '122104.072000', '122104.075000', '122104.078000', '122104.080000', '122104.083000', '122104.086000', '122104.089000', '122104.092000', '122104.095000', '122104.098000', '122104.101000', '122104.104000', '122104.107000', '122104.110000', '122104.112000', '122123.984000', '122123.987000', '122123.990000', '122123.993000', '122123.996000', '122124.000000', '122124.003000', '122124.006000', '122124.008000', '122124.012000', '122124.014000', '122124.017000', '122124.020000', '122124.028000', '122124.031000', '122124.034000', '122124.037000', '122124.040000', '122124.043000', '122124.046000', '122124.049000', '122124.052000', '122124.055000', '122124.057000', '122124.060000', '122124.063000', '122124.066000', '122124.069000', '122124.072000', '122124.075000', '122124.078000', '122124.081000', '122124.083000', '122124.086000', '122124.089000', '122124.092000', '122124.095000', '122124.098000', '122124.101000', '122124.104000', '122124.107000', '122124.110000', '122124.112000', '122124.115000', '122143.985000', '122143.988000', '122143.991000', '122143.994000', '122143.997000', '122144.000000', '122144.003000', '122144.006000', '122144.008000', '122144.011000', '122144.014000', '122144.017000', '122144.020000', '122144.023000', '122144.026000', '122144.029000', '122144.032000', '122144.035000', '122144.037000', '122144.040000', '122144.043000', '122144.046000', '122144.049000', '122144.052000', '122144.055000', '122144.058000', '122144.061000', '122144.064000', '122144.066000', '122144.069000', '122144.074000', '122144.077000', '122144.080000', '122144.083000', '122144.086000', '122144.089000', '122144.092000', '122144.095000', '122144.097000', '122144.100000', '122144.103000', '122144.106000', '122144.109000', '122203.984000', '122203.987000', '122203.990000', '122203.993000', '122203.996000', '122204.000000', '122204.021000', '122204.024000', '122204.027000', '122204.030000', '122204.033000', '122204.035000', '122204.039000', '122204.041000', '122204.044000', '122204.047000', '122204.050000', '122204.053000', '122204.056000', '122204.059000', '122204.062000', '122204.065000', '122204.068000', '122204.071000', '122204.074000', '122204.076000', '122204.079000', '122204.082000', '122204.085000', '122204.088000', '122204.091000', '122204.094000', '122204.097000', '122204.100000', '122204.103000', '122204.106000', '122204.109000', '122204.112000', '122204.114000', '122204.117000', '122204.120000', '122204.123000', '122204.126000', '122204.129000', '122223.984000', '122223.987000', '122223.990000', '122223.993000', '122223.996000', '122224.000000', '122224.003000', '122224.006000', '122224.008000', '122224.011000', '122224.014000', '122224.017000', '122224.020000', '122224.023000', '122224.026000', '122224.029000', '122224.032000', '122224.035000', '122224.038000', '122224.040000', '122224.043000', '122224.046000', '122224.049000', '122224.052000', '122224.055000', '122224.058000', '122224.061000', '122224.064000', '122224.067000', '122224.078000', '122224.081000', '122224.084000', '122224.087000', '122224.090000', '122224.093000', '122224.095000', '122224.098000', '122224.101000', '122224.104000', '122224.107000', '122224.110000', '122224.113000', '122224.116000', '122243.984000', '122243.987000', '122243.990000', '122243.993000', '122243.996000', '122244.000000', '122244.002000', '122244.006000', '122244.008000', '122244.011000', '122244.014000', '122244.017000', '122244.020000', '122244.023000', '122244.026000', '122244.029000', '122244.033000', '122244.036000', '122244.039000', '122244.042000', '122244.045000', '122244.048000', '122244.051000', '122244.054000', '122244.057000', '122244.059000', '122244.062000', '122244.065000', '122244.068000', '122244.071000', '122244.074000', '122244.077000', '122244.080000', '122244.091000', '122244.094000', '122244.097000', '122244.100000', '122244.103000', '122244.106000', '122244.109000', '122244.112000', '122244.114000', '122244.117000', '122244.120000', '122303.984000', '122303.987000', '122303.990000', '122303.993000', '122303.996000', '122304.000000', '122304.003000', '122304.006000', '122304.008000', '122304.012000', '122304.014000', '122304.017000', '122304.020000', '122304.023000', '122304.026000', '122304.029000', '122304.032000', '122304.035000', '122304.038000', '122304.040000', '122304.043000', '122304.046000', '122304.049000', '122304.052000', '122304.055000', '122304.058000', '122304.061000', '122304.064000', '122304.067000', '122304.070000', '122304.073000', '122304.075000', '122304.078000', '122304.081000', '122304.084000', '122304.087000', '122304.090000', '122304.099000', '122304.102000', '122304.104000', '122304.107000', '122304.111000', '122304.115000', '122323.984000', '122323.987000', '122323.990000', '122323.993000', '122323.996000', '122324.000000', '122324.003000', '122324.006000', '122324.008000', '122324.011000', '122324.014000', '122324.017000', '122324.020000', '122324.023000', '122324.026000', '122324.029000', '122324.032000', '122324.054000', '122324.066000', '122324.069000', '122324.072000', '122324.075000', '122324.078000', '122324.081000', '122324.084000', '122324.086000', '122324.090000', '122324.092000', '122324.095000', '122324.098000', '122324.101000', '122324.104000', '122324.107000', '122324.110000', '122324.113000', '122324.116000', '122324.119000', '122324.121000', '122324.124000', '122324.127000', '122324.130000', '122324.133000', '122324.136000', '122324.139000', '122327.701000', '122327.705000', '122327.709000', '122327.713000', '122327.716000', '122327.719000', '122327.722000', '122327.725000'], 'InstanceCreationTime': ['121704.016000', '121704.020000', '121704.023000', '121704.026000', '121704.029000', '121704.032000', '121704.035000', '121704.038000', '121704.041000', '121704.043000', '121704.046000', '121704.049000', '121704.052000', '121704.055000', '121704.058000', '121704.061000', '121704.064000', '121704.067000', '121704.069000', '121704.072000', '121704.075000', '121704.078000', '121704.081000', '121704.084000', '121704.087000', '121704.095000', '121704.098000', '121704.101000', '121704.104000', '121704.107000', '121704.110000', '121704.112000', '121704.115000', '121704.118000', '121704.121000', '121704.124000', '121704.127000', '121723.984000', '121723.987000', '121723.990000', '121723.993000', '121724.005000', '121724.008000', '121724.010000', '121724.022000', '121724.025000', '121724.028000', '121724.031000', '121724.034000', '121724.036000', '121724.039000', '121724.042000', '121724.045000', '121724.048000', '121724.051000', '121724.053000', '121724.057000', '121724.059000', '121724.062000', '121724.065000', '121724.068000', '121724.071000', '121724.074000', '121724.077000', '121724.080000', '121724.082000', '121724.085000', '121724.088000', '121724.091000', '121724.094000', '121724.097000', '121724.100000', '121724.103000', '121724.106000', '121724.108000', '121724.111000', '121724.114000', '121724.117000', '121724.120000', '121724.123000', '121724.126000', '121743.984000', '121743.987000', '121743.990000', '121743.993000', '121743.996000', '121744.000000', '121744.003000', '121744.005000', '121744.008000', '121744.011000', '121744.014000', '121744.017000', '121744.020000', '121744.023000', '121744.026000', '121744.030000', '121744.033000', '121744.036000', '121744.039000', '121744.042000', '121744.045000', '121744.048000', '121744.050000', '121744.053000', '121744.056000', '121744.069000', '121744.071000', '121744.074000', '121744.077000', '121744.080000', '121744.083000', '121744.086000', '121744.089000', '121744.092000', '121744.095000', '121744.098000', '121744.100000', '121744.103000', '121744.106000', '121744.109000', '121744.112000', '121744.115000', '121744.118000', '121803.984000', '121803.992000', '121803.995000', '121803.998000', '121804.002000', '121804.005000', '121804.008000', '121804.011000', '121804.013000', '121804.016000', '121804.019000', '121804.022000', '121804.025000', '121804.028000', '121804.031000', '121804.034000', '121804.037000', '121804.039000', '121804.042000', '121804.045000', '121804.048000', '121804.051000', '121804.054000', '121804.057000', '121804.060000', '121804.062000', '121804.065000', '121804.068000', '121804.071000', '121804.074000', '121804.077000', '121804.080000', '121804.083000', '121804.086000', '121804.089000', '121804.092000', '121804.094000', '121804.097000', '121804.100000', '121804.103000', '121804.106000', '121804.109000', '121804.112000', '121804.115000', '121823.984000', '121823.987000', '121823.990000', '121823.993000', '121823.996000', '121824.000000', '121824.002000', '121824.005000', '121824.008000', '121824.011000', '121824.014000', '121824.017000', '121824.020000', '121824.023000', '121824.026000', '121824.028000', '121824.031000', '121824.034000', '121824.037000', '121824.040000', '121824.048000', '121824.051000', '121824.054000', '121824.057000', '121824.064000', '121824.067000', '121824.070000', '121824.073000', '121824.076000', '121824.078000', '121824.082000', '121824.084000', '121824.087000', '121824.090000', '121824.093000', '121824.096000', '121824.099000', '121824.102000', '121824.105000', '121824.107000', '121824.110000', '121824.113000', '121824.116000', '121843.984000', '121843.987000', '121843.990000', '121843.993000', '121843.996000', '121844.000000', '121844.003000', '121844.005000', '121844.008000', '121844.011000', '121844.014000', '121844.017000', '121844.020000', '121844.023000', '121844.026000', '121844.029000', '121844.031000', '121844.034000', '121844.038000', '121844.040000', '121844.043000', '121844.046000', '121844.049000', '121844.052000', '121844.055000', '121844.058000', '121844.061000', '121844.063000', '121844.066000', '121844.069000', '121844.072000', '121844.075000', '121844.078000', '121844.081000', '121844.084000', '121844.087000', '121844.089000', '121844.092000', '121844.095000', '121844.098000', '121844.101000', '121844.113000', '121844.116000', '121844.119000', '121903.984000', '121903.987000', '121903.990000', '121903.993000', '121903.996000', '121904.000000', '121904.003000', '121904.007000', '121904.009000', '121904.012000', '121904.015000', '121904.018000', '121904.021000', '121904.024000', '121904.027000', '121904.030000', '121904.033000', '121904.035000', '121904.038000', '121904.041000', '121904.044000', '121904.047000', '121904.050000', '121904.053000', '121904.056000', '121904.059000', '121904.062000', '121904.065000', '121904.068000', '121904.071000', '121904.074000', '121904.077000', '121904.080000', '121904.083000', '121904.086000', '121904.089000', '121904.092000', '121904.095000', '121904.097000', '121904.100000', '121904.103000', '121904.106000', '121904.109000', '121923.985000', '121923.988000', '121923.991000', '121923.994000', '121923.997000', '121924.000000', '121924.002000', '121924.005000', '121924.008000', '121924.011000', '121924.014000', '121924.017000', '121924.020000', '121924.023000', '121924.026000', '121924.038000', '121924.041000', '121924.044000', '121924.047000', '121924.050000', '121924.053000', '121924.056000', '121924.059000', '121924.061000', '121924.064000', '121924.067000', '121924.070000', '121924.073000', '121924.076000', '121924.079000', '121924.082000', '121924.085000', '121924.088000', '121924.091000', '121924.093000', '121924.096000', '121924.099000', '121924.102000', '121924.105000', '121924.108000', '121924.111000', '121924.114000', '121924.117000', '121924.120000', '121943.984000', '121943.987000', '121943.990000', '121943.993000', '121943.996000', '121944.000000', '121944.003000', '121944.005000', '121944.008000', '121944.011000', '121944.014000', '121944.017000', '121944.020000', '121944.023000', '121944.026000', '121944.029000', '121944.031000', '121944.034000', '121944.037000', '121944.040000', '121944.043000', '121944.046000', '121944.049000', '121944.052000', '121944.055000', '121944.057000', '121944.061000', '121944.063000', '121944.066000', '121944.069000', '121944.072000', '121944.083000', '121944.087000', '121944.090000', '121944.093000', '121944.096000', '121944.099000', '121944.101000', '121944.104000', '121944.107000', '121944.110000', '121944.113000', '121944.116000', '122003.984000', '122003.987000', '122003.990000', '122003.993000', '122003.996000', '122004.000000', '122004.003000', '122004.006000', '122004.009000', '122004.012000', '122004.015000', '122004.018000', '122004.021000', '122004.023000', '122004.026000', '122004.029000', '122004.032000', '122004.035000', '122004.038000', '122004.041000', '122004.044000', '122004.047000', '122004.049000', '122004.052000', '122004.055000', '122004.058000', '122004.061000', '122004.064000', '122004.067000', '122004.070000', '122004.073000', '122004.076000', '122004.078000', '122004.081000', '122004.084000', '122004.087000', '122004.090000', '122004.093000', '122004.096000', '122004.099000', '122004.102000', '122004.104000', '122004.107000', '122004.110000', '122023.984000', '122023.987000', '122023.990000', '122023.993000', '122023.996000', '122024.000000', '122024.003000', '122024.006000', '122024.008000', '122024.012000', '122024.014000', '122024.017000', '122024.020000', '122024.023000', '122024.026000', '122024.029000', '122024.032000', '122024.036000', '122024.039000', '122024.042000', '122024.045000', '122024.048000', '122024.051000', '122024.054000', '122024.057000', '122024.060000', '122024.063000', '122024.066000', '122024.068000', '122024.072000', '122024.074000', '122024.077000', '122024.080000', '122024.083000', '122024.086000', '122024.089000', '122024.092000', '122024.095000', '122024.110000', '122024.113000', '122024.116000', '122024.119000', '122024.130000', '122043.984000', '122043.987000', '122043.990000', '122043.993000', '122043.996000', '122044.000000', '122044.003000', '122044.006000', '122044.009000', '122044.011000', '122044.014000', '122044.017000', '122044.020000', '122044.023000', '122044.026000', '122044.029000', '122044.032000', '122044.034000', '122044.038000', '122044.040000', '122044.043000', '122044.046000', '122044.049000', '122044.052000', '122044.055000', '122044.058000', '122044.061000', '122044.064000', '122044.066000', '122044.069000', '122044.072000', '122044.075000', '122044.078000', '122044.081000', '122044.084000', '122044.087000', '122044.089000', '122044.092000', '122044.095000', '122044.098000', '122044.101000', '122044.104000', '122044.107000', '122044.110000', '122103.984000', '122103.987000', '122103.990000', '122103.993000', '122103.996000', '122104.000000', '122104.003000', '122104.005000', '122104.009000', '122104.017000', '122104.020000', '122104.022000', '122104.025000', '122104.028000', '122104.031000', '122104.034000', '122104.037000', '122104.040000', '122104.043000', '122104.046000', '122104.049000', '122104.052000', '122104.054000', '122104.057000', '122104.060000', '122104.063000', '122104.066000', '122104.069000', '122104.072000', '122104.075000', '122104.078000', '122104.080000', '122104.083000', '122104.086000', '122104.089000', '122104.092000', '122104.095000', '122104.098000', '122104.101000', '122104.104000', '122104.107000', '122104.110000', '122104.112000', '122123.984000', '122123.987000', '122123.990000', '122123.993000', '122123.996000', '122124.000000', '122124.003000', '122124.006000', '122124.008000', '122124.012000', '122124.014000', '122124.017000', '122124.020000', '122124.028000', '122124.031000', '122124.034000', '122124.037000', '122124.040000', '122124.043000', '122124.046000', '122124.049000', '122124.052000', '122124.055000', '122124.057000', '122124.060000', '122124.063000', '122124.066000', '122124.069000', '122124.072000', '122124.075000', '122124.078000', '122124.081000', '122124.083000', '122124.086000', '122124.089000', '122124.092000', '122124.095000', '122124.098000', '122124.101000', '122124.104000', '122124.107000', '122124.110000', '122124.112000', '122124.115000', '122143.985000', '122143.988000', '122143.991000', '122143.994000', '122143.997000', '122144.000000', '122144.003000', '122144.006000', '122144.008000', '122144.011000', '122144.014000', '122144.017000', '122144.020000', '122144.023000', '122144.026000', '122144.029000', '122144.032000', '122144.035000', '122144.037000', '122144.040000', '122144.043000', '122144.046000', '122144.049000', '122144.052000', '122144.055000', '122144.058000', '122144.061000', '122144.064000', '122144.066000', '122144.069000', '122144.074000', '122144.077000', '122144.080000', '122144.083000', '122144.086000', '122144.089000', '122144.092000', '122144.095000', '122144.097000', '122144.100000', '122144.103000', '122144.106000', '122144.109000', '122203.984000', '122203.987000', '122203.990000', '122203.993000', '122203.996000', '122204.000000', '122204.021000', '122204.024000', '122204.027000', '122204.030000', '122204.033000', '122204.035000', '122204.039000', '122204.041000', '122204.044000', '122204.047000', '122204.050000', '122204.053000', '122204.056000', '122204.059000', '122204.062000', '122204.065000', '122204.068000', '122204.071000', '122204.074000', '122204.076000', '122204.079000', '122204.082000', '122204.085000', '122204.088000', '122204.091000', '122204.094000', '122204.097000', '122204.100000', '122204.103000', '122204.106000', '122204.109000', '122204.112000', '122204.114000', '122204.117000', '122204.120000', '122204.123000', '122204.126000', '122204.129000', '122223.984000', '122223.987000', '122223.990000', '122223.993000', '122223.996000', '122224.000000', '122224.003000', '122224.006000', '122224.008000', '122224.011000', '122224.014000', '122224.017000', '122224.020000', '122224.023000', '122224.026000', '122224.029000', '122224.032000', '122224.035000', '122224.038000', '122224.040000', '122224.043000', '122224.046000', '122224.049000', '122224.052000', '122224.055000', '122224.058000', '122224.061000', '122224.064000', '122224.067000', '122224.078000', '122224.081000', '122224.084000', '122224.087000', '122224.090000', '122224.093000', '122224.095000', '122224.098000', '122224.101000', '122224.104000', '122224.107000', '122224.110000', '122224.113000', '122224.116000', '122243.984000', '122243.987000', '122243.990000', '122243.993000', '122243.996000', '122244.000000', '122244.002000', '122244.006000', '122244.008000', '122244.011000', '122244.014000', '122244.017000', '122244.020000', '122244.023000', '122244.026000', '122244.029000', '122244.033000', '122244.036000', '122244.039000', '122244.042000', '122244.045000', '122244.048000', '122244.051000', '122244.054000', '122244.057000', '122244.059000', '122244.062000', '122244.065000', '122244.068000', '122244.071000', '122244.074000', '122244.077000', '122244.080000', '122244.091000', '122244.094000', '122244.097000', '122244.100000', '122244.103000', '122244.106000', '122244.109000', '122244.112000', '122244.114000', '122244.117000', '122244.120000', '122303.984000', '122303.987000', '122303.990000', '122303.993000', '122303.996000', '122304.000000', '122304.003000', '122304.006000', '122304.008000', '122304.012000', '122304.014000', '122304.017000', '122304.020000', '122304.023000', '122304.026000', '122304.029000', '122304.032000', '122304.035000', '122304.038000', '122304.040000', '122304.043000', '122304.046000', '122304.049000', '122304.052000', '122304.055000', '122304.058000', '122304.061000', '122304.064000', '122304.067000', '122304.070000', '122304.073000', '122304.075000', '122304.078000', '122304.081000', '122304.084000', '122304.087000', '122304.090000', '122304.099000', '122304.102000', '122304.104000', '122304.107000', '122304.111000', '122304.115000', '122323.984000', '122323.987000', '122323.990000', '122323.993000', '122323.996000', '122324.000000', '122324.003000', '122324.006000', '122324.008000', '122324.011000', '122324.014000', '122324.017000', '122324.020000', '122324.023000', '122324.026000', '122324.029000', '122324.032000', '122324.054000', '122324.066000', '122324.069000', '122324.072000', '122324.075000', '122324.078000', '122324.081000', '122324.084000', '122324.086000', '122324.090000', '122324.092000', '122324.095000', '122324.098000', '122324.101000', '122324.104000', '122324.107000', '122324.110000', '122324.113000', '122324.116000', '122324.119000', '122324.121000', '122324.124000', '122324.127000', '122324.130000', '122324.133000', '122324.136000', '122324.139000', '122327.701000', '122327.705000', '122327.709000', '122327.713000', '122327.716000', '122327.719000', '122327.722000', '122327.725000'], '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': [12990, 10587, 13616, 14237, 12915, 13469, 11453, 13224, 13561, 10672, 13038, 13985, 10959, 12949, 10398, 12781, 11834, 11060, 12956, 12063, 11693, 12620, 11127, 13016, 13662, 12053, 13237, 11398, 11986, 12753, 10369, 11234, 9350, 12479, 12532, 12279, 11762, 9404, 11934, 14787, 11273, 12905, 11220, 12784, 14844, 11902, 13072, 14643, 12040, 14623, 11655, 13630, 15160, 11559, 13139, 14114, 11054, 11838, 10865, 13495, 14085, 11651, 13861, 13783, 12997, 13980, 12276, 12150, 13952, 13166, 12276, 14291, 12540, 13427, 14060, 12935, 13251, 14011, 13317, 13666, 13823, 11831, 13896, 13129, 11399, 13572, 12805, 12668, 13284, 9990, 13319, 12687, 11031, 13223, 14041, 11383, 13491, 12405, 12062, 13259, 9659, 12696, 12193, 12055, 9779, 10463, 13497, 13694, 10693, 11940, 12718, 9913, 12490, 12016, 12375, 10326, 9715, 12870, 13859, 9601, 12370, 14042, 11388, 13192, 14592, 11586, 12900, 13594, 10606, 12210, 11168, 11753, 11779, 8903, 11895, 13527, 10465, 11114, 9445, 10747, 9713, 13022, 14206, 12374, 12294, 12471, 13006, 14286, 13912, 12470, 13520, 14127, 13605, 12780, 12193, 11007, 13039, 11294, 13402, 13141, 13023, 13669, 12988, 13414, 12761, 12934, 13862, 10359, 13630, 13279, 12954, 14073, 13371, 13724, 12626, 13760, 11673, 13021, 14054, 13564, 13907, 11195, 13015, 14243, 14234, 14067, 10577, 12853, 14109, 12564, 12383, 13312, 13450, 11901, 13384, 9245, 12841, 13797, 10066, 12092, 12454, 9809, 12868, 13155, 11788, 13273, 14477, 11888, 13178, 10244, 12618, 13782, 12938, 13987, 12650, 13474, 13471, 10624, 13898, 14068, 14403, 13520, 10998, 14155, 13978, 11815, 13931, 14084, 13843, 12794, 11295, 13769, 14485, 12258, 13829, 12703, 11117, 13853, 12553, 10587, 13683, 12980, 11227, 13881, 13957, 12728, 13867, 9542, 13718, 14415, 13600, 14292, 13239, 13901, 12469, 12351, 10790, 11839, 14224, 14298, 11600, 13255, 12414, 9841, 11877, 12625, 11560, 10921, 10709, 13053, 8921, 12145, 14645, 9798, 11908, 13856, 11456, 13190, 12585, 12098, 13349, 12682, 11998, 12988, 11127, 10889, 10990, 13924, 15282, 13823, 13595, 11177, 14011, 13698, 14413, 12970, 12558, 13333, 12575, 12210, 12003, 10696, 13784, 13345, 12597, 13753, 13514, 13670, 11295, 12225, 13954, 13296, 13327, 14099, 14458, 13302, 14256, 12881, 14223, 13992, 13605, 14577, 14187, 12056, 14618, 13724, 13432, 14535, 13617, 13193, 14763, 13176, 13045, 14858, 13322, 13294, 14880, 13389, 12404, 13730, 12257, 12461, 12879, 11053, 10668, 9382, 13016, 14435, 10238, 11512, 13165, 11468, 11131, 11597, 9014, 11834, 12612, 10818, 12187, 12224, 11905, 14430, 13005, 13117, 10876, 13907, 15331, 12538, 13012, 11204, 14049, 15552, 12027, 13843, 14477, 12455, 13936, 12989, 13831, 13936, 14962, 13101, 13922, 12781, 12808, 14163, 12617, 13449, 14468, 12865, 13551, 14573, 13006, 13116, 14570, 12457, 13873, 12405, 13102, 14915, 13224, 14373, 14977, 13602, 13814, 11874, 11459, 14164, 13426, 12020, 13860, 14259, 10907, 12798, 13083, 9481, 12322, 12938, 11402, 13588, 13762, 11654, 13326, 13937, 11497, 12634, 11091, 12475, 13847, 11859, 11975, 13734, 10761, 12386, 12978, 10335, 13667, 14585, 11412, 13837, 14493, 12243, 13026, 11464, 12110, 12590, 9633, 12962, 14942, 11276, 12031, 13341, 10042, 13197, 12460, 12656, 14269, 14411, 12267, 13847, 14188, 11579, 11452, 10941, 14213, 13409, 11428, 14354, 13947, 13153, 14244, 11991, 14412, 13717, 13220, 14471, 13850, 14201, 14533, 14207, 14491, 11268, 13461, 14120, 13918, 13046, 14180, 13450, 13858, 11459, 13745, 13994, 13692, 14250, 14019, 13005, 14584, 14248, 11100, 14400, 12641, 13290, 14409, 13314, 13818, 14737, 13332, 14117, 14754, 13231, 14305, 14730, 13917, 14795, 14801, 10885, 14450, 12695, 12437, 11874, 10804, 14204, 14366, 11586, 13684, 14227, 11061, 13188, 10005, 12483, 13697, 12032, 12766, 8676, 12770, 15201, 11235, 11294, 10281, 13775, 13551, 13089, 13970, 14238, 13190, 14307, 12768, 14079, 12911, 13314, 12934, 11939, 14373, 14862, 14092, 13975, 12684, 13757, 14118, 14298, 13170, 12700, 13964, 14180, 13929, 12354, 13557, 12649, 12639, 13226, 13154, 13064, 13564, 13657, 13972, 10877, 13617, 13005, 12767, 14030, 13422, 14373, 14416, 11976, 13885, 13406, 13242, 14253, 13718, 13650, 14420, 14320, 13533, 14661, 13082, 13297, 13517, 12731, 14011, 12669, 12800, 14010, 11805, 13559, 13988, 11630, 13810, 13172, 11622, 13940, 12636, 12459, 13745, 13518, 12421, 14067, 13413, 12856, 14208, 12255, 13734, 13944, 12236, 13939, 13641, 12917, 13702, 12132, 14238, 14231, 13936, 14334, 14761, 12834, 14016, 13590, 13201, 11056, 12510, 13582, 13569, 12857, 13937, 12933, 13638, 11980, 13054, 11137, 13495, 13717, 12914, 14009, 13735, 13443, 13948, 14353, 12801, 13869, 13713, 12960, 13683, 12968, 13300, 14328, 14058, 12632, 14470, 13390, 13520, 13248, 12404, 13928, 13387, 13247, 14346, 12505, 13109, 13033, 11990, 13353, 13065, 12511, 13924, 12219, 13808, 12900, 13089, 13718, 13174, 11980, 12804, 13131, 12503, 12845, 12366, 12062, 12974, 12491, 12716, 12795, 13470, 13546, 13559, 12521, 14262, 13252, 13586, 12028, 12934, 12288, 13103, 14085, 13510, 12471, 14100, 13877, 13385, 13736, 13795, 13056, 12829, 13784, 13265, 13640, 13267, 13425, 11234, 12108, 13161, 13558, 13262, 13310, 12863, 13844, 11107, 13499, 13059, 13112, 13740, 13452, 12450, 14115, 10851, 13422, 13842, 13356, 13651, 14084, 12993, 13346, 13911, 13161, 13164, 13701, 12903, 13530, 14249, 12580, 12806, 11678, 12045, 9322, 10276, 13398, 14036, 10797, 13507, 14044, 10185, 13829, 13644, 11259, 13584, 14551, 11147, 13559, 14059, 11404, 14338, 13781, 12726, 14022, 11527, 13343, 14225, 11015, 14379, 14784, 13759, 14478, 11382, 14189, 14127, 12026, 14388, 13897, 12073, 13893, 12806, 13505, 13573, 13561, 13900, 14215, 12618, 13052, 10679, 13027, 9685, 12061, 14104, 13404, 11735, 14267, 12616, 13209, 14043, 14047, 13976, 12137, 13916, 13800, 12945, 14566, 13856, 13183, 13687, 11498, 13695, 13152, 13453, 13630, 11811, 13454, 13395, 13048, 13745, 12867, 13654, 13917, 13114, 13199, 13937, 13354, 12748, 13925, 13141, 13269, 14242, 13822, 12694, 14337, 12192, 12862, 13956, 13071, 13888, 14731, 10280, 14500, 13167, 12851, 14068, 13570, 13862, 14825, 13594, 14680, 12827, 14316, 10569, 12498], 'WindowCenter': [4455.0, 4407.0, 4424.0, 4411.0, 4400.0, 4398.0, 4386.0, 4397.0, 4397.0, 4364.0, 4394.0, 4393.0, 4362.0, 4384.0, 4363.0, 4384.0, 4374.0, 4374.0, 4383.0, 4384.0, 4384.0, 4387.0, 4378.0, 4398.0, 4395.0, 4398.0, 4397.0, 4386.0, 4387.0, 4384.0, 4366.0, 4377.0, 4369.0, 4409.0, 4400.0, 4399.0, 4399.0, 4366.0, 4400.0, 4410.0, 4403.0, 4413.0, 4403.0, 4412.0, 4420.0, 4412.0, 4426.0, 4409.0, 4388.0, 4408.0, 4388.0, 4409.0, 4408.0, 4376.0, 4383.0, 4381.0, 4363.0, 4374.0, 4375.0, 4396.0, 4395.0, 4374.0, 4383.0, 4380.0, 4369.0, 4379.0, 4360.0, 4359.0, 4380.0, 4368.0, 4354.0, 4378.0, 4358.0, 4365.0, 4368.0, 4357.0, 4357.0, 4377.0, 4367.0, 4368.0, 4367.0, 4357.0, 4369.0, 4367.0, 4346.0, 4369.0, 4354.0, 4356.0, 4367.0, 4337.0, 4380.0, 4370.0, 4349.0, 4371.0, 4380.0, 4358.0, 4382.0, 4370.0, 4369.0, 4382.0, 4353.0, 4384.0, 4372.0, 4373.0, 4365.0, 4375.0, 4396.0, 4397.0, 4364.0, 4385.0, 4386.0, 4352.0, 4382.0, 4373.0, 4385.0, 4364.0, 4354.0, 4396.0, 4396.0, 4354.0, 4386.0, 4396.0, 4387.0, 4398.0, 4407.0, 4374.0, 4384.0, 4372.0, 4351.0, 4373.0, 4373.0, 4384.0, 4383.0, 4353.0, 4386.0, 4395.0, 4374.0, 4376.0, 4366.0, 4403.0, 4396.0, 4422.0, 4410.0, 4402.0, 4400.0, 4386.0, 4397.0, 4409.0, 4397.0, 4388.0, 4397.0, 4395.0, 4382.0, 4371.0, 4359.0, 4348.0, 4381.0, 4361.0, 4382.0, 4384.0, 4383.0, 4394.0, 4382.0, 4394.0, 4384.0, 4381.0, 4383.0, 4350.0, 4380.0, 4369.0, 4381.0, 4380.0, 4380.0, 4380.0, 4369.0, 4380.0, 4359.0, 4369.0, 4380.0, 4370.0, 4380.0, 4348.0, 4368.0, 4380.0, 4377.0, 4379.0, 4348.0, 4369.0, 4391.0, 4368.0, 4368.0, 4367.0, 4364.0, 4356.0, 4366.0, 4337.0, 4368.0, 4378.0, 4336.0, 4366.0, 4356.0, 4347.0, 4370.0, 4378.0, 4370.0, 4381.0, 4379.0, 4370.0, 4380.0, 4350.0, 4382.0, 4393.0, 4384.0, 4394.0, 4380.0, 4382.0, 4382.0, 4362.0, 4408.0, 4394.0, 4405.0, 4394.0, 4361.0, 4393.0, 4381.0, 4371.0, 4393.0, 4393.0, 4393.0, 4383.0, 4361.0, 4381.0, 4383.0, 4360.0, 4380.0, 4370.0, 4347.0, 4368.0, 4369.0, 4345.0, 4377.0, 4368.0, 4358.0, 4381.0, 4379.0, 4382.0, 4393.0, 4352.0, 4394.0, 4393.0, 4394.0, 4395.0, 4382.0, 4393.0, 4374.0, 4373.0, 4363.0, 4374.0, 4395.0, 4396.0, 4362.0, 4382.0, 4370.0, 4350.0, 4371.0, 4370.0, 4372.0, 4374.0, 4374.0, 4395.0, 4353.0, 4383.0, 4405.0, 4364.0, 4385.0, 4396.0, 4385.0, 4397.0, 4384.0, 4385.0, 4395.0, 4382.0, 4371.0, 4383.0, 4374.0, 4376.0, 4377.0, 4408.0, 4417.0, 4395.0, 4384.0, 4362.0, 4397.0, 4396.0, 4406.0, 4396.0, 4408.0, 4410.0, 4356.0, 4355.0, 4358.0, 4334.0, 4367.0, 4368.0, 4369.0, 4380.0, 4368.0, 4381.0, 4349.0, 4358.0, 4378.0, 4366.0, 4393.0, 4394.0, 4395.0, 4368.0, 4377.0, 4354.0, 4365.0, 4365.0, 4363.0, 4365.0, 4364.0, 4343.0, 4364.0, 4366.0, 4365.0, 4378.0, 4368.0, 4366.0, 4377.0, 4354.0, 4354.0, 4377.0, 4365.0, 4366.0, 4377.0, 4366.0, 4368.0, 4381.0, 4370.0, 4380.0, 4381.0, 4373.0, 4377.0, 4368.0, 4397.0, 4420.0, 4377.0, 4372.0, 4381.0, 4357.0, 4374.0, 4386.0, 4367.0, 4398.0, 4396.0, 4376.0, 4387.0, 4385.0, 4386.0, 4423.0, 4425.0, 4411.0, 4375.0, 4394.0, 4394.0, 4385.0, 4386.0, 4374.0, 4397.0, 4406.0, 4386.0, 4395.0, 4394.0, 4370.0, 4382.0, 4371.0, 4380.0, 4380.0, 4379.0, 4357.0, 4367.0, 4356.0, 4355.0, 4367.0, 4356.0, 4365.0, 4378.0, 4356.0, 4367.0, 4377.0, 4356.0, 4367.0, 4377.0, 4368.0, 4392.0, 4370.0, 4383.0, 4405.0, 4381.0, 4392.0, 4393.0, 4380.0, 4381.0, 4370.0, 4371.0, 4394.0, 4383.0, 4373.0, 4393.0, 4383.0, 4360.0, 4383.0, 4382.0, 4351.0, 4381.0, 4383.0, 4385.0, 4397.0, 4394.0, 4385.0, 4396.0, 4393.0, 4373.0, 4384.0, 4374.0, 4386.0, 4396.0, 4374.0, 4384.0, 4395.0, 4373.0, 4385.0, 4396.0, 4376.0, 4410.0, 4408.0, 4387.0, 4407.0, 4406.0, 4386.0, 4398.0, 4387.0, 4398.0, 4398.0, 4366.0, 4397.0, 4409.0, 4376.0, 4386.0, 4397.0, 4364.0, 4395.0, 4384.0, 4383.0, 4394.0, 4380.0, 4368.0, 4380.0, 4379.0, 4372.0, 4360.0, 4360.0, 4394.0, 4395.0, 4344.0, 4363.0, 4353.0, 4367.0, 4380.0, 4370.0, 4392.0, 4383.0, 4381.0, 4381.0, 4370.0, 4381.0, 4380.0, 4369.0, 4368.0, 4349.0, 4412.0, 4409.0, 4379.0, 4366.0, 4366.0, 4356.0, 4366.0, 4347.0, 4377.0, 4381.0, 4367.0, 4378.0, 4367.0, 4354.0, 4364.0, 4364.0, 4344.0, 4365.0, 4353.0, 4363.0, 4376.0, 4364.0, 4365.0, 4374.0, 4354.0, 4365.0, 4377.0, 4366.0, 4377.0, 4378.0, 4366.0, 4377.0, 4389.0, 4371.0, 4390.0, 4368.0, 4368.0, 4369.0, 4360.0, 4392.0, 4392.0, 4372.0, 4393.0, 4380.0, 4360.0, 4382.0, 4351.0, 4383.0, 4394.0, 4385.0, 4384.0, 4341.0, 4394.0, 4405.0, 4374.0, 4374.0, 4376.0, 4407.0, 4395.0, 4394.0, 4395.0, 4392.0, 4383.0, 4395.0, 4382.0, 4394.0, 4399.0, 4396.0, 4385.0, 4372.0, 4394.0, 4381.0, 4379.0, 4381.0, 4371.0, 4382.0, 4382.0, 4380.0, 4370.0, 4368.0, 4368.0, 4368.0, 4368.0, 4358.0, 4365.0, 4369.0, 4357.0, 4356.0, 4356.0, 4354.0, 4366.0, 4355.0, 4365.0, 4345.0, 4377.0, 4369.0, 4365.0, 4365.0, 4367.0, 4376.0, 4377.0, 4357.0, 4366.0, 4368.0, 4368.0, 4378.0, 4377.0, 4366.0, 4377.0, 4378.0, 4367.0, 4390.0, 4370.0, 4381.0, 4393.0, 4371.0, 4379.0, 4369.0, 4369.0, 4380.0, 4372.0, 4383.0, 4392.0, 4360.0, 4381.0, 4371.0, 4347.0, 4380.0, 4369.0, 4359.0, 4380.0, 4369.0, 4369.0, 4381.0, 4380.0, 4369.0, 4382.0, 4371.0, 4381.0, 4390.0, 4371.0, 4393.0, 4384.0, 4384.0, 4395.0, 4386.0, 4408.0, 4397.0, 4395.0, 4408.0, 4397.0, 4385.0, 4395.0, 4383.0, 4383.0, 4375.0, 4385.0, 4396.0, 4384.0, 4384.0, 4395.0, 4384.0, 4398.0, 4389.0, 4411.0, 4391.0, 4412.0, 4422.0, 4399.0, 4396.0, 4384.0, 4371.0, 4381.0, 4382.0, 4371.0, 4381.0, 4395.0, 4384.0, 4394.0, 4383.0, 4369.0, 4378.0, 4368.0, 4357.0, 4378.0, 4370.0, 4368.0, 4368.0, 4359.0, 4365.0, 4356.0, 4356.0, 4364.0, 4344.0, 4343.0, 4368.0, 4373.0, 4354.0, 4367.0, 4383.0, 4395.0, 4372.0, 4381.0, 4370.0, 4371.0, 4368.0, 4370.0, 4343.0, 4355.0, 4340.0, 4300.0, 4324.0, 4340.0, 4330.0, 4380.0, 4372.0, 4355.0, 4355.0, 4354.0, 4364.0, 4367.0, 4357.0, 4380.0, 4370.0, 4382.0, 4387.0, 4397.0, 4374.0, 4367.0, 4379.0, 4367.0, 4357.0, 4380.0, 4382.0, 4380.0, 4381.0, 4381.0, 4370.0, 4368.0, 4366.0, 4366.0, 4365.0, 4367.0, 4368.0, 4360.0, 4371.0, 4383.0, 4383.0, 4381.0, 4381.0, 4369.0, 4380.0, 4349.0, 4380.0, 4381.0, 4370.0, 4368.0, 4379.0, 4359.0, 4379.0, 4348.0, 4369.0, 4381.0, 4370.0, 4369.0, 4381.0, 4369.0, 4369.0, 4381.0, 4370.0, 4368.0, 4381.0, 4370.0, 4379.0, 4392.0, 4382.0, 4381.0, 4375.0, 4384.0, 4355.0, 4378.0, 4409.0, 4409.0, 4376.0, 4397.0, 4397.0, 4364.0, 4396.0, 4398.0, 4376.0, 4397.0, 4395.0, 4361.0, 4383.0, 4382.0, 4373.0, 4406.0, 4396.0, 4398.0, 4409.0, 4387.0, 4409.0, 4409.0, 4377.0, 4408.0, 4409.0, 4409.0, 4410.0, 4388.0, 4407.0, 4399.0, 4386.0, 4396.0, 4385.0, 4375.0, 4385.0, 4385.0, 4384.0, 4384.0, 4372.0, 4380.0, 4380.0, 4370.0, 4382.0, 4361.0, 4384.0, 4365.0, 4386.0, 4407.0, 4397.0, 4372.0, 4381.0, 4372.0, 4371.0, 4396.0, 4384.0, 4394.0, 4372.0, 4380.0, 4383.0, 4368.0, 4377.0, 4369.0, 4369.0, 4369.0, 4361.0, 4382.0, 4383.0, 4370.0, 4381.0, 4359.0, 4367.0, 4371.0, 4370.0, 4381.0, 4372.0, 4369.0, 4368.0, 4369.0, 4357.0, 4367.0, 4367.0, 4356.0, 4368.0, 4369.0, 4367.0, 4377.0, 4368.0, 4356.0, 4378.0, 4371.0, 4370.0, 4392.0, 4369.0, 4379.0, 4380.0, 4349.0, 4392.0, 4382.0, 4383.0, 4394.0, 4382.0, 4395.0, 4406.0, 4396.0, 4394.0, 4383.0, 4394.0, 4364.0, 4384.0], 'WindowWidth': [9805.0, 9725.0, 9740.0, 9719.0, 9698.0, 9694.0, 9672.0, 9686.0, 9689.0, 9637.0, 9680.0, 9678.0, 9634.0, 9667.0, 9638.0, 9666.0, 9651.0, 9650.0, 9663.0, 9665.0, 9666.0, 9676.0, 9663.0, 9693.0, 9686.0, 9692.0, 9690.0, 9671.0, 9674.0, 9668.0, 9643.0, 9661.0, 9654.0, 9710.0, 9700.0, 9697.0, 9698.0, 9648.0, 9697.0, 9711.0, 9706.0, 9721.0, 9706.0, 9719.0, 9726.0, 9721.0, 9744.0, 9709.0, 9676.0, 9707.0, 9679.0, 9709.0, 9706.0, 9657.0, 9662.0, 9658.0, 9634.0, 9655.0, 9654.0, 9685.0, 9686.0, 9651.0, 9661.0, 9658.0, 9636.0, 9650.0, 9628.0, 9620.0, 9650.0, 9636.0, 9610.0, 9644.0, 9619.0, 9625.0, 9632.0, 9617.0, 9614.0, 9644.0, 9632.0, 9633.0, 9633.0, 9617.0, 9636.0, 9633.0, 9599.0, 9635.0, 9610.0, 9614.0, 9631.0, 9592.0, 9651.0, 9639.0, 9608.0, 9642.0, 9654.0, 9621.0, 9656.0, 9640.0, 9637.0, 9660.0, 9622.0, 9667.0, 9648.0, 9648.0, 9641.0, 9656.0, 9686.0, 9687.0, 9638.0, 9672.0, 9673.0, 9619.0, 9659.0, 9650.0, 9668.0, 9640.0, 9626.0, 9685.0, 9685.0, 9626.0, 9672.0, 9687.0, 9676.0, 9691.0, 9703.0, 9650.0, 9663.0, 9645.0, 9616.0, 9649.0, 9651.0, 9667.0, 9664.0, 9624.0, 9671.0, 9682.0, 9654.0, 9658.0, 9646.0, 9708.0, 9705.0, 9733.0, 9715.0, 9702.0, 9698.0, 9672.0, 9687.0, 9708.0, 9687.0, 9680.0, 9688.0, 9682.0, 9658.0, 9641.0, 9625.0, 9607.0, 9658.0, 9629.0, 9660.0, 9669.0, 9664.0, 9679.0, 9661.0, 9680.0, 9667.0, 9657.0, 9662.0, 9612.0, 9653.0, 9638.0, 9658.0, 9653.0, 9654.0, 9653.0, 9640.0, 9653.0, 9624.0, 9633.0, 9656.0, 9641.0, 9651.0, 9606.0, 9634.0, 9654.0, 9649.0, 9650.0, 9608.0, 9638.0, 9672.0, 9636.0, 9634.0, 9631.0, 9624.0, 9615.0, 9630.0, 9593.0, 9635.0, 9649.0, 9590.0, 9630.0, 9617.0, 9604.0, 9641.0, 9651.0, 9642.0, 9657.0, 9652.0, 9641.0, 9655.0, 9614.0, 9661.0, 9676.0, 9668.0, 9681.0, 9656.0, 9660.0, 9661.0, 9635.0, 9706.0, 9680.0, 9696.0, 9680.0, 9630.0, 9675.0, 9660.0, 9643.0, 9677.0, 9678.0, 9677.0, 9665.0, 9629.0, 9657.0, 9665.0, 9625.0, 9653.0, 9641.0, 9601.0, 9633.0, 9637.0, 9599.0, 9644.0, 9633.0, 9620.0, 9656.0, 9652.0, 9658.0, 9675.0, 9619.0, 9678.0, 9679.0, 9679.0, 9682.0, 9661.0, 9677.0, 9651.0, 9647.0, 9636.0, 9650.0, 9682.0, 9688.0, 9632.0, 9658.0, 9643.0, 9612.0, 9642.0, 9642.0, 9646.0, 9653.0, 9656.0, 9685.0, 9624.0, 9663.0, 9695.0, 9638.0, 9670.0, 9688.0, 9671.0, 9690.0, 9668.0, 9668.0, 9682.0, 9659.0, 9644.0, 9664.0, 9652.0, 9658.0, 9662.0, 9707.0, 9717.0, 9685.0, 9667.0, 9631.0, 9688.0, 9688.0, 9699.0, 9689.0, 9711.0, 9713.0, 9614.0, 9611.0, 9622.0, 9581.0, 9629.0, 9636.0, 9635.0, 9653.0, 9637.0, 9656.0, 9611.0, 9621.0, 9648.0, 9631.0, 9676.0, 9680.0, 9684.0, 9633.0, 9643.0, 9609.0, 9621.0, 9624.0, 9618.0, 9622.0, 9621.0, 9591.0, 9621.0, 9627.0, 9623.0, 9644.0, 9633.0, 9625.0, 9644.0, 9609.0, 9607.0, 9643.0, 9624.0, 9626.0, 9644.0, 9627.0, 9631.0, 9655.0, 9639.0, 9654.0, 9656.0, 9648.0, 9662.0, 9653.0, 9690.0, 9728.0, 9662.0, 9645.0, 9655.0, 9621.0, 9652.0, 9676.0, 9651.0, 9695.0, 9688.0, 9659.0, 9676.0, 9669.0, 9674.0, 9736.0, 9738.0, 9716.0, 9655.0, 9683.0, 9680.0, 9667.0, 9673.0, 9652.0, 9688.0, 9705.0, 9672.0, 9684.0, 9681.0, 9642.0, 9658.0, 9642.0, 9651.0, 9653.0, 9651.0, 9615.0, 9628.0, 9614.0, 9611.0, 9629.0, 9613.0, 9624.0, 9644.0, 9612.0, 9629.0, 9643.0, 9613.0, 9631.0, 9645.0, 9635.0, 9671.0, 9643.0, 9661.0, 9694.0, 9657.0, 9672.0, 9677.0, 9654.0, 9655.0, 9641.0, 9641.0, 9677.0, 9663.0, 9649.0, 9676.0, 9661.0, 9625.0, 9659.0, 9658.0, 9616.0, 9658.0, 9663.0, 9668.0, 9685.0, 9679.0, 9667.0, 9685.0, 9676.0, 9647.0, 9665.0, 9652.0, 9671.0, 9686.0, 9651.0, 9664.0, 9681.0, 9650.0, 9669.0, 9687.0, 9658.0, 9710.0, 9705.0, 9675.0, 9704.0, 9699.0, 9672.0, 9691.0, 9675.0, 9691.0, 9692.0, 9647.0, 9690.0, 9709.0, 9660.0, 9672.0, 9692.0, 9638.0, 9683.0, 9670.0, 9664.0, 9679.0, 9657.0, 9634.0, 9653.0, 9654.0, 9648.0, 9628.0, 9628.0, 9679.0, 9684.0, 9595.0, 9619.0, 9605.0, 9628.0, 9654.0, 9641.0, 9673.0, 9664.0, 9656.0, 9656.0, 9641.0, 9655.0, 9654.0, 9639.0, 9634.0, 9610.0, 9721.0, 9708.0, 9654.0, 9629.0, 9628.0, 9614.0, 9628.0, 9605.0, 9647.0, 9657.0, 9635.0, 9646.0, 9630.0, 9611.0, 9620.0, 9622.0, 9593.0, 9624.0, 9609.0, 9619.0, 9641.0, 9624.0, 9626.0, 9638.0, 9609.0, 9624.0, 9643.0, 9630.0, 9645.0, 9646.0, 9627.0, 9643.0, 9665.0, 9645.0, 9669.0, 9635.0, 9636.0, 9638.0, 9627.0, 9674.0, 9676.0, 9648.0, 9677.0, 9655.0, 9628.0, 9658.0, 9616.0, 9663.0, 9682.0, 9671.0, 9669.0, 9605.0, 9681.0, 9697.0, 9654.0, 9657.0, 9660.0, 9703.0, 9685.0, 9681.0, 9684.0, 9678.0, 9661.0, 9683.0, 9660.0, 9678.0, 9696.0, 9685.0, 9669.0, 9649.0, 9676.0, 9656.0, 9648.0, 9656.0, 9641.0, 9659.0, 9661.0, 9654.0, 9641.0, 9634.0, 9632.0, 9637.0, 9633.0, 9623.0, 9628.0, 9637.0, 9619.0, 9614.0, 9615.0, 9608.0, 9625.0, 9613.0, 9625.0, 9601.0, 9644.0, 9636.0, 9628.0, 9626.0, 9631.0, 9642.0, 9642.0, 9616.0, 9626.0, 9633.0, 9634.0, 9647.0, 9644.0, 9629.0, 9642.0, 9647.0, 9630.0, 9666.0, 9643.0, 9655.0, 9677.0, 9644.0, 9652.0, 9637.0, 9634.0, 9654.0, 9645.0, 9660.0, 9676.0, 9625.0, 9654.0, 9644.0, 9603.0, 9649.0, 9636.0, 9619.0, 9651.0, 9635.0, 9632.0, 9653.0, 9653.0, 9635.0, 9657.0, 9643.0, 9653.0, 9667.0, 9643.0, 9674.0, 9663.0, 9663.0, 9681.0, 9670.0, 9704.0, 9689.0, 9681.0, 9704.0, 9687.0, 9667.0, 9680.0, 9663.0, 9661.0, 9653.0, 9668.0, 9685.0, 9665.0, 9662.0, 9680.0, 9666.0, 9688.0, 9679.0, 9713.0, 9688.0, 9717.0, 9732.0, 9695.0, 9682.0, 9665.0, 9645.0, 9653.0, 9656.0, 9644.0, 9658.0, 9681.0, 9667.0, 9677.0, 9662.0, 9638.0, 9644.0, 9633.0, 9619.0, 9647.0, 9639.0, 9635.0, 9631.0, 9621.0, 9622.0, 9610.0, 9616.0, 9619.0, 9593.0, 9592.0, 9634.0, 9652.0, 9610.0, 9635.0, 9665.0, 9684.0, 9648.0, 9657.0, 9640.0, 9646.0, 9633.0, 9636.0, 9593.0, 9607.0, 9579.0, 9505.0, 9547.0, 9581.0, 9567.0, 9654.0, 9648.0, 9611.0, 9611.0, 9609.0, 9620.0, 9629.0, 9615.0, 9651.0, 9642.0, 9660.0, 9676.0, 9688.0, 9652.0, 9632.0, 9648.0, 9631.0, 9615.0, 9651.0, 9658.0, 9651.0, 9656.0, 9658.0, 9639.0, 9634.0, 9628.0, 9625.0, 9627.0, 9630.0, 9634.0, 9625.0, 9640.0, 9661.0, 9665.0, 9655.0, 9655.0, 9636.0, 9649.0, 9608.0, 9652.0, 9656.0, 9639.0, 9632.0, 9651.0, 9622.0, 9647.0, 9606.0, 9634.0, 9654.0, 9638.0, 9633.0, 9653.0, 9637.0, 9633.0, 9652.0, 9639.0, 9633.0, 9654.0, 9638.0, 9651.0, 9672.0, 9658.0, 9657.0, 9654.0, 9662.0, 9627.0, 9664.0, 9708.0, 9706.0, 9656.0, 9685.0, 9686.0, 9637.0, 9685.0, 9690.0, 9656.0, 9685.0, 9678.0, 9627.0, 9659.0, 9658.0, 9645.0, 9697.0, 9684.0, 9689.0, 9707.0, 9676.0, 9705.0, 9708.0, 9659.0, 9703.0, 9709.0, 9707.0, 9708.0, 9677.0, 9699.0, 9693.0, 9670.0, 9681.0, 9671.0, 9653.0, 9665.0, 9670.0, 9663.0, 9665.0, 9649.0, 9652.0, 9651.0, 9641.0, 9660.0, 9630.0, 9663.0, 9644.0, 9674.0, 9700.0, 9691.0, 9645.0, 9653.0, 9646.0, 9640.0, 9685.0, 9665.0, 9676.0, 9646.0, 9652.0, 9660.0, 9636.0, 9641.0, 9636.0, 9635.0, 9634.0, 9631.0, 9655.0, 9659.0, 9640.0, 9652.0, 9620.0, 9628.0, 9640.0, 9639.0, 9652.0, 9643.0, 9634.0, 9630.0, 9634.0, 9617.0, 9626.0, 9629.0, 9613.0, 9630.0, 9635.0, 9628.0, 9641.0, 9631.0, 9613.0, 9644.0, 9641.0, 9637.0, 9671.0, 9635.0, 9650.0, 9651.0, 9609.0, 9670.0, 9661.0, 9660.0, 9678.0, 9660.0, 9682.0, 9698.0, 9687.0, 9674.0, 9661.0, 9677.0, 9637.0, 9661.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.000434833524684271</td></tr>
<tr><td colspan=3>aqi</td><td>0.037816242709529276</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.77524927071264</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2509879088505755</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9629291760000007</td></tr>
<tr><td colspan=3>efc</td><td>0.5095</td></tr>
<tr><td colspan=3>fber</td><td>4824.1855</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12841423377488523</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.51435132032147</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2918558511282545</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1849756751788476</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.489188213380401</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.201403664825516</td></tr>
<tr><td colspan=3>gcor</td><td>0.015268</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007267781998962164</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03904463350772858</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.408539203576816</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>17.8661</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7906</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.0946</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1115.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.6396</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4186</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.3448</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3568.5008</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1622.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.1411</td></tr>
<tr><td colspan=3>tsnr</td><td>33.609682413283736</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>