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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-03/func/sub-0029_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f4005f5cf23e49d048cfaaf0ee24d46a</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:27:7.520000</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.994524, -0.0805585, 0.0665739, 0.0772229, 0.995696, 0.0512475]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0993137</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7760, -7304, 621, -32, -238, -44, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4c374643-3e3e-475e-b72f-29e8adbda4fb||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.6682355403900146, 0.20718330144882202, 0.19012270867824554, 101.27615356445312], [0.2161325067281723, 2.671379327774048, 0.1237296611070633, -93.88292694091797], [0.17861302196979523, -0.13749317824840546, 2.6904544830322266, -82.82622528076172], [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': ['112707.520000', '112707.980000', '112708.440000', '112708.900000', '112709.360000', '112709.820000', '112710.280000', '112710.740000', '112711.200000', '112711.660000', '112712.120000', '112712.580000', '112713.040000', '112713.500000', '112713.960000', '112714.420000', '112714.880000', '112715.340000', '112715.800000', '112716.260000', '112716.720000', '112717.180000', '112717.640000', '112718.100000', '112718.560000', '112719.020000', '112719.480000', '112719.940000', '112720.400000', '112720.860000', '112721.320000', '112721.780000', '112722.240000', '112722.700000', '112723.160000', '112723.620000', '112724.080000', '112724.540000', '112725.000000', '112725.460000', '112725.920000', '112726.380000', '112726.840000', '112727.300000', '112727.760000', '112728.220000', '112728.680000', '112729.140000', '112729.600000', '112730.060000', '112730.520000', '112730.980000', '112731.440000', '112731.900000', '112732.360000', '112732.820000', '112733.280000', '112733.740000', '112734.200000', '112734.660000', '112735.120000', '112735.580000', '112736.040000', '112736.500000', '112736.960000', '112737.420000', '112737.880000', '112738.340000', '112738.800000', '112739.260000', '112739.720000', '112740.180000', '112740.640000', '112741.100000', '112741.560000', '112742.020000', '112742.480000', '112742.940000', '112743.400000', '112743.860000', '112744.320000', '112744.780000', '112745.240000', '112745.700000', '112746.160000', '112746.620000', '112747.080000', '112747.540000', '112748.000000', '112748.460000', '112748.920000', '112749.380000', '112749.840000', '112750.300000', '112750.760000', '112751.220000', '112751.680000', '112752.140000', '112752.600000', '112753.060000', '112753.520000', '112753.980000', '112754.440000', '112754.900000', '112755.360000', '112755.820000', '112756.280000', '112756.740000', '112757.200000', '112757.660000', '112758.120000', '112758.580000', '112759.040000', '112759.500000', '112759.960000', '112800.420000', '112800.880000', '112801.340000', '112801.800000', '112802.260000', '112802.720000', '112803.180000', '112803.640000', '112804.100000', '112804.560000', '112805.020000', '112805.480000', '112805.940000', '112806.400000', '112806.860000', '112807.320000', '112807.780000', '112808.240000', '112808.700000', '112809.160000', '112809.620000', '112810.080000', '112810.540000', '112811.000000', '112811.460000', '112811.920000', '112812.380000', '112812.840000', '112813.300000', '112813.760000', '112814.220000', '112814.680000', '112815.140000', '112815.600000', '112816.060000', '112816.520000', '112816.980000', '112817.440000', '112817.900000', '112818.360000', '112818.820000', '112819.280000', '112819.740000', '112820.200000', '112820.660000', '112821.120000', '112821.580000', '112822.040000', '112822.500000', '112822.960000', '112823.420000', '112823.880000', '112824.340000', '112824.800000', '112825.260000', '112825.720000', '112826.180000', '112826.640000', '112827.100000', '112827.560000', '112828.020000', '112828.480000', '112828.940000', '112829.400000', '112829.860000', '112830.320000', '112830.780000', '112831.240000', '112831.700000', '112832.160000', '112832.620000', '112833.080000', '112833.540000', '112834.000000', '112834.460000', '112834.920000', '112835.380000', '112835.840000', '112836.300000', '112836.760000', '112837.220000', '112837.680000', '112838.140000', '112838.600000', '112839.060000', '112839.520000', '112839.980000', '112840.440000', '112840.900000', '112841.360000', '112841.820000', '112842.280000', '112842.740000', '112843.200000', '112843.660000', '112844.120000', '112844.580000', '112845.040000', '112845.500000', '112845.960000', '112846.420000', '112846.880000', '112847.340000', '112847.800000', '112848.260000', '112848.720000', '112849.180000', '112849.640000', '112850.100000', '112850.560000', '112851.020000', '112851.480000', '112851.940000', '112852.400000', '112852.860000', '112853.320000', '112853.780000', '112854.240000', '112854.700000', '112855.160000', '112855.620000', '112856.080000', '112856.540000', '112857.000000', '112857.460000', '112857.920000', '112858.380000', '112858.840000', '112859.300000', '112859.760000', '112900.220000', '112900.680000', '112901.140000', '112901.600000', '112902.060000', '112902.520000', '112902.980000', '112903.440000', '112903.900000', '112904.360000', '112904.820000', '112905.280000', '112905.740000', '112906.200000', '112906.660000', '112907.120000', '112907.580000', '112908.040000', '112908.500000', '112908.960000', '112909.420000', '112909.880000', '112910.340000', '112910.800000', '112911.260000', '112911.720000', '112912.180000', '112912.640000', '112913.100000', '112913.560000', '112914.020000', '112914.480000', '112914.940000', '112915.400000', '112915.860000', '112916.320000', '112916.780000', '112917.240000', '112917.700000', '112918.160000', '112918.620000', '112919.080000', '112919.540000', '112920.000000', '112920.460000', '112920.920000', '112921.380000', '112921.840000', '112922.300000', '112922.760000', '112923.220000', '112923.680000', '112924.140000', '112924.600000', '112925.060000', '112925.520000', '112925.980000', '112926.440000', '112926.900000', '112927.360000', '112927.820000', '112928.280000', '112928.740000', '112929.200000', '112929.660000', '112930.120000', '112930.580000', '112931.040000', '112931.500000', '112931.960000', '112932.420000', '112932.880000', '112933.340000', '112933.800000', '112934.260000', '112934.720000', '112935.180000', '112935.640000', '112936.100000', '112936.560000', '112937.020000', '112937.480000', '112937.940000', '112938.400000', '112938.860000', '112939.320000', '112939.780000', '112940.240000', '112940.700000', '112941.160000', '112941.620000', '112942.080000', '112942.540000', '112943.000000', '112943.460000', '112943.920000', '112944.380000', '112944.840000', '112945.300000', '112945.760000', '112946.220000', '112946.680000', '112947.140000', '112947.600000', '112948.060000', '112948.520000', '112948.980000', '112949.440000', '112949.900000', '112950.360000', '112950.820000', '112951.280000', '112951.740000', '112952.200000', '112952.660000', '112953.120000', '112953.580000', '112954.040000', '112954.500000', '112954.960000', '112955.420000', '112955.880000', '112956.340000', '112956.800000', '112957.260000', '112957.720000', '112958.180000', '112958.640000', '112959.100000', '112959.560000', '113000.020000', '113000.480000', '113000.940000', '113001.400000', '113001.860000', '113002.320000', '113002.780000', '113003.240000', '113003.700000', '113004.160000', '113004.620000', '113005.080000', '113005.540000', '113006.000000', '113006.460000', '113006.920000', '113007.380000', '113007.840000', '113008.300000', '113008.760000', '113009.220000', '113009.680000', '113010.140000', '113010.600000', '113011.060000', '113011.520000', '113011.980000', '113012.440000', '113012.900000', '113013.360000', '113013.820000', '113014.280000', '113014.740000', '113015.200000', '113015.660000', '113016.120000', '113016.580000', '113017.040000', '113017.500000', '113017.960000', '113018.420000', '113018.880000', '113019.340000', '113019.800000', '113020.260000', '113020.720000', '113021.180000', '113021.640000', '113022.100000', '113022.560000', '113023.020000', '113023.480000', '113023.940000', '113024.400000', '113024.860000', '113025.320000', '113025.780000', '113026.240000', '113026.700000', '113027.160000', '113027.620000', '113028.080000', '113028.540000', '113029.000000', '113029.460000', '113029.920000', '113030.380000', '113030.840000', '113031.300000', '113031.760000', '113032.220000', '113032.680000', '113033.140000', '113033.600000', '113034.060000', '113034.520000', '113034.980000', '113035.440000', '113035.900000', '113036.360000', '113036.820000', '113037.280000', '113037.740000', '113038.200000', '113038.660000', '113039.120000', '113039.580000', '113040.040000', '113040.500000', '113040.960000', '113041.420000', '113041.880000', '113042.340000', '113042.800000', '113043.260000', '113043.720000', '113044.180000', '113044.640000', '113045.100000', '113045.560000', '113046.020000', '113046.480000', '113046.940000', '113047.400000', '113047.860000', '113048.320000', '113048.780000', '113049.240000', '113049.700000', '113050.160000', '113050.620000', '113051.080000', '113051.540000', '113052.000000', '113052.460000', '113052.920000', '113053.380000', '113053.840000', '113054.300000', '113054.760000', '113055.220000', '113055.680000', '113056.140000', '113056.600000', '113057.060000', '113057.520000', '113057.980000', '113058.440000', '113058.900000', '113059.360000', '113059.820000', '113100.280000', '113100.740000', '113101.200000', '113101.660000', '113102.120000', '113102.580000', '113103.040000', '113103.500000', '113103.960000', '113104.420000', '113104.880000', '113105.340000', '113105.800000', '113106.260000', '113106.720000', '113107.180000', '113107.640000', '113108.100000', '113108.560000', '113109.020000', '113109.480000', '113109.940000', '113110.400000', '113110.860000', '113111.320000', '113111.780000', '113112.240000', '113112.700000', '113113.160000', '113113.620000', '113114.080000', '113114.540000', '113115.000000', '113115.460000', '113115.920000', '113116.380000', '113116.840000', '113117.300000', '113117.760000', '113118.220000', '113118.680000', '113119.140000', '113119.600000', '113120.060000', '113120.520000', '113120.980000', '113121.440000', '113121.900000', '113122.360000', '113122.820000', '113123.280000', '113123.740000', '113124.200000', '113124.660000', '113125.120000', '113125.580000', '113126.040000', '113126.500000', '113126.960000', '113127.420000', '113127.880000', '113128.340000', '113128.800000', '113129.260000', '113129.720000', '113130.180000', '113130.640000', '113131.100000', '113131.560000', '113132.020000', '113132.480000', '113132.940000', '113133.400000', '113133.860000', '113134.320000', '113134.780000', '113135.240000', '113135.700000', '113136.160000', '113136.620000', '113137.080000', '113137.540000', '113138.000000', '113138.460000', '113138.920000', '113139.380000', '113139.840000', '113140.300000', '113140.760000', '113141.220000', '113141.680000', '113142.140000', '113142.600000', '113143.060000', '113143.520000', '113143.980000', '113144.440000', '113144.900000', '113145.360000', '113145.820000', '113146.280000', '113146.740000', '113147.200000', '113147.660000', '113148.120000', '113148.580000', '113149.040000', '113149.500000', '113149.960000', '113150.420000', '113150.880000', '113151.340000', '113151.800000', '113152.260000', '113152.720000', '113153.180000', '113153.640000', '113154.100000', '113154.560000', '113155.020000', '113155.480000', '113155.940000', '113156.400000', '113156.860000', '113157.320000', '113157.780000', '113158.240000', '113158.700000', '113159.160000', '113159.620000', '113200.080000', '113200.540000', '113201.000000', '113201.460000', '113201.920000', '113202.380000', '113202.840000', '113203.300000', '113203.760000', '113204.220000', '113204.680000', '113205.140000', '113205.600000', '113206.060000', '113206.520000', '113206.980000', '113207.440000', '113207.900000', '113208.360000', '113208.820000', '113209.280000', '113209.740000', '113210.200000', '113210.660000', '113211.120000', '113211.580000', '113212.040000', '113212.500000', '113212.960000', '113213.420000', '113213.880000', '113214.340000', '113214.800000', '113215.260000', '113215.720000', '113216.180000', '113216.640000', '113217.100000', '113217.560000', '113218.020000', '113218.480000', '113218.940000', '113219.400000', '113219.860000', '113220.320000', '113220.780000', '113221.240000', '113221.700000', '113222.160000', '113222.620000', '113223.080000', '113223.540000', '113224.000000', '113224.460000', '113224.920000', '113225.380000', '113225.840000', '113226.300000', '113226.760000', '113227.220000', '113227.680000', '113228.140000', '113228.600000', '113229.060000', '113229.520000', '113229.980000', '113230.440000', '113230.900000', '113231.360000', '113231.820000', '113232.280000', '113232.740000', '113233.200000', '113233.660000', '113234.120000', '113234.580000', '113235.040000', '113235.500000', '113235.960000', '113236.420000', '113236.880000', '113237.340000', '113237.800000', '113238.260000', '113238.720000', '113239.180000', '113239.640000', '113240.100000', '113240.560000', '113241.020000', '113241.480000', '113241.940000', '113242.400000', '113242.860000', '113243.320000', '113243.780000', '113244.240000', '113244.700000', '113245.160000', '113245.620000', '113246.080000', '113246.540000', '113247.000000', '113247.460000', '113247.920000', '113248.380000', '113248.840000', '113249.300000', '113249.760000', '113250.220000', '113250.680000', '113251.140000', '113251.600000', '113252.060000', '113252.520000', '113252.980000', '113253.440000', '113253.900000', '113254.360000', '113254.820000', '113255.280000', '113255.740000', '113256.200000', '113256.660000', '113257.120000', '113257.580000', '113258.040000', '113258.500000', '113258.960000', '113259.420000', '113259.880000', '113300.340000', '113300.800000', '113301.260000', '113301.720000', '113302.180000', '113302.640000', '113303.100000', '113303.560000', '113304.020000', '113304.480000', '113304.940000', '113305.400000', '113305.860000', '113306.320000', '113306.780000', '113307.240000', '113307.700000', '113308.160000', '113308.620000', '113309.080000', '113309.540000', '113310.000000', '113310.460000', '113310.920000', '113311.380000', '113311.840000', '113312.300000', '113312.760000', '113313.220000', '113313.680000', '113314.140000', '113314.600000', '113315.060000', '113315.520000', '113315.980000', '113316.440000', '113316.900000', '113317.360000', '113317.820000', '113318.280000', '113318.740000', '113319.200000', '113319.660000', '113320.120000', '113320.580000', '113321.040000', '113321.500000', '113321.960000', '113322.420000', '113322.880000', '113323.340000', '113323.800000', '113324.260000', '113324.720000', '113325.180000', '113325.640000', '113326.100000', '113326.560000', '113327.020000', '113327.480000', '113327.940000', '113328.400000', '113328.860000', '113329.320000', '113329.780000', '113330.240000', '113330.700000', '113331.160000', '113331.620000', '113332.080000', '113332.540000', '113333.000000', '113333.460000', '113333.920000', '113334.380000', '113334.840000', '113335.300000', '113335.760000', '113336.220000', '113336.680000', '113337.140000', '113337.600000', '113338.060000', '113338.520000', '113338.980000', '113339.440000', '113339.900000', '113340.360000', '113340.820000', '113341.280000', '113341.740000', '113342.200000', '113342.660000', '113343.120000', '113343.580000', '113344.040000', '113344.500000', '113344.960000', '113345.420000', '113345.880000', '113346.340000', '113346.800000', '113347.260000', '113347.720000', '113348.180000'], 'ContentTime': ['112725.205000', '112725.209000', '112725.212000', '112725.215000', '112725.218000', '112725.221000', '112725.224000', '112725.227000', '112725.230000', '112725.235000', '112725.238000', '112725.241000', '112725.245000', '112725.248000', '112725.251000', '112725.254000', '112725.257000', '112725.260000', '112725.263000', '112725.266000', '112725.277000', '112725.280000', '112725.283000', '112725.286000', '112725.289000', '112725.292000', '112725.295000', '112725.298000', '112725.301000', '112725.304000', '112725.307000', '112725.310000', '112725.313000', '112725.316000', '112725.321000', '112725.324000', '112745.163000', '112745.166000', '112745.169000', '112745.172000', '112745.175000', '112745.178000', '112745.181000', '112745.184000', '112745.187000', '112745.190000', '112745.192000', '112745.195000', '112745.198000', '112745.201000', '112745.204000', '112745.207000', '112745.210000', '112745.213000', '112745.216000', '112745.219000', '112745.222000', '112745.225000', '112745.228000', '112745.231000', '112745.234000', '112745.237000', '112745.240000', '112745.243000', '112745.246000', '112745.249000', '112745.252000', '112745.255000', '112745.258000', '112745.261000', '112745.264000', '112745.266000', '112745.270000', '112745.272000', '112745.275000', '112745.278000', '112745.281000', '112745.284000', '112745.287000', '112745.290000', '112805.163000', '112805.166000', '112805.169000', '112805.172000', '112805.175000', '112805.178000', '112805.181000', '112805.184000', '112805.187000', '112805.190000', '112805.193000', '112805.196000', '112805.199000', '112805.202000', '112805.205000', '112805.208000', '112805.211000', '112805.214000', '112805.217000', '112805.220000', '112805.223000', '112805.226000', '112805.229000', '112805.232000', '112805.242000', '112805.245000', '112805.248000', '112805.251000', '112805.254000', '112805.256000', '112805.260000', '112805.262000', '112805.265000', '112805.268000', '112805.271000', '112805.274000', '112805.277000', '112805.280000', '112805.283000', '112805.286000', '112805.289000', '112805.292000', '112805.295000', '112825.162000', '112825.165000', '112825.168000', '112825.171000', '112825.174000', '112825.177000', '112825.180000', '112825.183000', '112825.186000', '112825.189000', '112825.192000', '112825.195000', '112825.198000', '112825.201000', '112825.204000', '112825.207000', '112825.210000', '112825.213000', '112825.216000', '112825.219000', '112825.222000', '112825.224000', '112825.227000', '112825.230000', '112825.233000', '112825.236000', '112825.239000', '112825.242000', '112825.245000', '112825.248000', '112825.251000', '112825.254000', '112825.257000', '112825.260000', '112825.263000', '112825.266000', '112825.269000', '112825.272000', '112825.275000', '112825.281000', '112825.284000', '112825.287000', '112825.290000', '112825.293000', '112845.162000', '112845.165000', '112845.168000', '112845.171000', '112845.174000', '112845.177000', '112845.180000', '112845.183000', '112845.186000', '112845.189000', '112845.192000', '112845.195000', '112845.198000', '112845.201000', '112845.204000', '112845.207000', '112845.210000', '112845.213000', '112845.216000', '112845.219000', '112845.222000', '112845.225000', '112845.228000', '112845.231000', '112845.234000', '112845.237000', '112845.240000', '112845.243000', '112845.246000', '112845.249000', '112845.252000', '112845.255000', '112845.258000', '112845.261000', '112845.264000', '112845.267000', '112845.270000', '112845.273000', '112845.276000', '112845.279000', '112845.283000', '112845.286000', '112845.289000', '112905.162000', '112905.178000', '112905.181000', '112905.184000', '112905.187000', '112905.189000', '112905.193000', '112905.196000', '112905.198000', '112905.201000', '112905.204000', '112905.207000', '112905.210000', '112905.213000', '112905.216000', '112905.219000', '112905.222000', '112905.225000', '112905.228000', '112905.231000', '112905.234000', '112905.237000', '112905.240000', '112905.243000', '112905.246000', '112905.249000', '112905.252000', '112905.255000', '112905.258000', '112905.261000', '112905.264000', '112905.267000', '112905.270000', '112905.273000', '112905.276000', '112905.279000', '112905.282000', '112905.285000', '112905.288000', '112905.291000', '112905.294000', '112905.297000', '112905.305000', '112905.308000', '112925.162000', '112925.165000', '112925.168000', '112925.171000', '112925.174000', '112925.177000', '112925.180000', '112925.183000', '112925.186000', '112925.189000', '112925.192000', '112925.195000', '112925.198000', '112925.201000', '112925.204000', '112925.207000', '112925.210000', '112925.213000', '112925.216000', '112925.219000', '112925.222000', '112925.225000', '112925.228000', '112925.231000', '112925.234000', '112925.237000', '112925.240000', '112925.243000', '112925.246000', '112925.249000', '112925.252000', '112925.255000', '112925.258000', '112925.261000', '112925.264000', '112925.267000', '112925.270000', '112925.273000', '112925.276000', '112925.279000', '112925.282000', '112925.285000', '112925.288000', '112945.162000', '112945.165000', '112945.168000', '112945.171000', '112945.174000', '112945.177000', '112945.180000', '112945.183000', '112945.186000', '112945.189000', '112945.192000', '112945.195000', '112945.198000', '112945.201000', '112945.204000', '112945.207000', '112945.210000', '112945.213000', '112945.216000', '112945.219000', '112945.222000', '112945.225000', '112945.228000', '112945.231000', '112945.234000', '112945.237000', '112945.240000', '112945.243000', '112945.246000', '112945.249000', '112945.252000', '112945.255000', '112945.258000', '112945.261000', '112945.264000', '112945.266000', '112945.269000', '112945.272000', '112945.275000', '112945.278000', '112945.281000', '112945.285000', '112945.288000', '113005.163000', '113005.166000', '113005.169000', '113005.172000', '113005.175000', '113005.178000', '113005.181000', '113005.184000', '113005.187000', '113005.190000', '113005.193000', '113005.196000', '113005.199000', '113005.202000', '113005.205000', '113005.208000', '113005.211000', '113005.214000', '113005.217000', '113005.220000', '113005.223000', '113005.226000', '113005.229000', '113005.232000', '113005.235000', '113005.238000', '113005.241000', '113005.244000', '113005.247000', '113005.250000', '113005.253000', '113005.256000', '113005.259000', '113005.262000', '113005.265000', '113005.268000', '113005.271000', '113005.274000', '113005.277000', '113005.280000', '113005.283000', '113005.286000', '113005.289000', '113005.292000', '113025.163000', '113025.166000', '113025.169000', '113025.172000', '113025.175000', '113025.178000', '113025.181000', '113025.184000', '113025.187000', '113025.190000', '113025.193000', '113025.196000', '113025.199000', '113025.202000', '113025.205000', '113025.209000', '113025.215000', '113025.218000', '113025.221000', '113025.224000', '113025.227000', '113025.230000', '113025.233000', '113025.236000', '113025.239000', '113025.242000', '113025.245000', '113025.248000', '113025.251000', '113025.254000', '113025.257000', '113025.260000', '113025.263000', '113025.266000', '113025.269000', '113025.272000', '113025.275000', '113025.278000', '113025.281000', '113025.284000', '113025.287000', '113025.303000', '113025.306000', '113045.162000', '113045.165000', '113045.168000', '113045.172000', '113045.175000', '113045.177000', '113045.180000', '113045.183000', '113045.186000', '113045.189000', '113045.192000', '113045.195000', '113045.199000', '113045.201000', '113045.204000', '113045.208000', '113045.211000', '113045.213000', '113045.216000', '113045.220000', '113045.223000', '113045.225000', '113045.228000', '113045.232000', '113045.234000', '113045.237000', '113045.241000', '113045.244000', '113045.247000', '113045.250000', '113045.253000', '113045.256000', '113045.259000', '113045.262000', '113045.265000', '113045.268000', '113045.271000', '113045.274000', '113045.277000', '113045.280000', '113045.283000', '113045.286000', '113045.289000', '113045.292000', '113105.162000', '113105.166000', '113105.169000', '113105.172000', '113105.175000', '113105.179000', '113105.182000', '113105.186000', '113105.189000', '113105.193000', '113105.196000', '113105.199000', '113105.202000', '113105.205000', '113105.208000', '113105.211000', '113105.214000', '113105.217000', '113105.220000', '113105.223000', '113105.226000', '113105.229000', '113105.232000', '113105.235000', '113105.238000', '113105.241000', '113105.244000', '113105.247000', '113105.250000', '113105.253000', '113105.256000', '113105.259000', '113105.262000', '113105.265000', '113105.268000', '113105.271000', '113105.274000', '113105.277000', '113105.280000', '113105.283000', '113105.286000', '113105.289000', '113105.292000', '113125.162000', '113125.165000', '113125.168000', '113125.171000', '113125.174000', '113125.177000', '113125.180000', '113125.183000', '113125.186000', '113125.189000', '113125.193000', '113125.195000', '113125.198000', '113125.201000', '113125.205000', '113125.208000', '113125.210000', '113125.213000', '113125.217000', '113125.219000', '113125.222000', '113125.225000', '113125.229000', '113125.232000', '113125.235000', '113125.237000', '113125.241000', '113125.243000', '113125.247000', '113125.249000', '113125.253000', '113125.256000', '113125.258000', '113125.261000', '113125.265000', '113125.268000', '113125.271000', '113125.274000', '113125.277000', '113125.280000', '113125.283000', '113125.286000', '113125.289000', '113125.292000', '113145.162000', '113145.165000', '113145.168000', '113145.171000', '113145.174000', '113145.177000', '113145.180000', '113145.183000', '113145.186000', '113145.189000', '113145.192000', '113145.195000', '113145.200000', '113145.203000', '113145.207000', '113145.210000', '113145.213000', '113145.216000', '113145.219000', '113145.222000', '113145.225000', '113145.228000', '113145.231000', '113145.234000', '113145.237000', '113145.240000', '113145.243000', '113145.246000', '113145.249000', '113145.252000', '113145.255000', '113145.258000', '113145.260000', '113145.263000', '113145.266000', '113145.270000', '113145.273000', '113145.276000', '113145.279000', '113145.282000', '113145.285000', '113145.288000', '113145.291000', '113205.162000', '113205.165000', '113205.168000', '113205.171000', '113205.174000', '113205.177000', '113205.180000', '113205.183000', '113205.199000', '113205.202000', '113205.205000', '113205.208000', '113205.211000', '113205.214000', '113205.217000', '113205.220000', '113205.223000', '113205.226000', '113205.229000', '113205.232000', '113205.235000', '113205.238000', '113205.241000', '113205.244000', '113205.247000', '113205.250000', '113205.253000', '113205.256000', '113205.259000', '113205.262000', '113205.265000', '113205.268000', '113205.271000', '113205.274000', '113205.277000', '113205.280000', '113205.283000', '113205.286000', '113205.289000', '113205.292000', '113205.295000', '113205.298000', '113205.301000', '113205.304000', '113225.163000', '113225.166000', '113225.169000', '113225.172000', '113225.175000', '113225.178000', '113225.181000', '113225.184000', '113225.187000', '113225.190000', '113225.193000', '113225.196000', '113225.199000', '113225.202000', '113225.205000', '113225.208000', '113225.212000', '113225.215000', '113225.218000', '113225.221000', '113225.224000', '113225.228000', '113225.231000', '113225.234000', '113225.237000', '113225.240000', '113225.243000', '113225.246000', '113225.249000', '113225.252000', '113225.255000', '113225.258000', '113225.261000', '113225.264000', '113225.267000', '113225.270000', '113225.273000', '113225.276000', '113225.279000', '113225.282000', '113225.285000', '113225.288000', '113225.291000', '113245.163000', '113245.166000', '113245.169000', '113245.172000', '113245.175000', '113245.178000', '113245.181000', '113245.184000', '113245.188000', '113245.191000', '113245.194000', '113245.196000', '113245.200000', '113245.203000', '113245.205000', '113245.208000', '113245.212000', '113245.215000', '113245.218000', '113245.221000', '113245.224000', '113245.227000', '113245.230000', '113245.233000', '113245.236000', '113245.239000', '113245.242000', '113245.245000', '113245.248000', '113245.251000', '113245.254000', '113245.257000', '113245.260000', '113245.263000', '113245.266000', '113245.269000', '113245.272000', '113245.275000', '113245.278000', '113245.281000', '113245.284000', '113245.287000', '113245.290000', '113245.293000', '113305.162000', '113305.165000', '113305.169000', '113305.171000', '113305.174000', '113305.177000', '113305.181000', '113305.183000', '113305.186000', '113305.189000', '113305.193000', '113305.195000', '113305.198000', '113305.201000', '113305.204000', '113305.207000', '113305.210000', '113305.213000', '113305.216000', '113305.219000', '113305.222000', '113305.225000', '113305.228000', '113305.231000', '113305.234000', '113305.237000', '113305.240000', '113305.243000', '113305.246000', '113305.249000', '113305.253000', '113305.256000', '113305.259000', '113305.262000', '113305.265000', '113305.268000', '113305.271000', '113305.274000', '113305.277000', '113305.279000', '113305.283000', '113305.286000', '113305.289000', '113325.162000', '113325.165000', '113325.168000', '113325.174000', '113325.177000', '113325.180000', '113325.183000', '113325.187000', '113325.189000', '113325.192000', '113325.195000', '113325.199000', '113325.201000', '113325.204000', '113325.207000', '113325.210000', '113325.213000', '113325.216000', '113325.221000', '113325.224000', '113325.227000', '113325.230000', '113325.233000', '113325.236000', '113325.239000', '113325.242000', '113325.245000', '113325.248000', '113325.251000', '113325.254000', '113325.257000', '113325.260000', '113325.263000', '113325.276000', '113325.279000', '113325.289000', '113325.292000', '113325.295000', '113325.298000', '113325.301000', '113325.304000', '113325.307000', '113325.310000', '113325.313000', '113345.162000', '113345.165000', '113345.168000', '113345.171000', '113345.174000', '113345.177000', '113345.180000', '113345.183000', '113345.186000', '113345.189000', '113345.192000', '113345.197000', '113345.200000', '113345.203000', '113345.206000', '113345.209000', '113345.212000', '113345.215000', '113345.219000', '113345.221000', '113345.224000', '113345.227000', '113345.230000', '113345.233000', '113345.236000', '113345.239000', '113345.242000', '113345.245000', '113345.248000', '113345.252000', '113345.255000', '113345.258000', '113345.262000', '113345.266000', '113345.269000', '113345.272000', '113345.275000', '113345.278000', '113345.281000', '113345.284000', '113345.287000', '113345.290000', '113345.293000', '113349.451000', '113349.455000', '113349.459000', '113349.462000', '113349.466000', '113349.469000', '113349.473000', '113349.476000', '113349.479000', '113349.482000'], 'InstanceCreationTime': ['112725.205000', '112725.209000', '112725.212000', '112725.215000', '112725.218000', '112725.221000', '112725.224000', '112725.227000', '112725.230000', '112725.235000', '112725.238000', '112725.241000', '112725.245000', '112725.248000', '112725.251000', '112725.254000', '112725.257000', '112725.260000', '112725.263000', '112725.266000', '112725.277000', '112725.280000', '112725.283000', '112725.286000', '112725.289000', '112725.292000', '112725.295000', '112725.298000', '112725.301000', '112725.304000', '112725.307000', '112725.310000', '112725.313000', '112725.316000', '112725.321000', '112725.324000', '112745.163000', '112745.166000', '112745.169000', '112745.172000', '112745.175000', '112745.178000', '112745.181000', '112745.184000', '112745.187000', '112745.190000', '112745.192000', '112745.195000', '112745.198000', '112745.201000', '112745.204000', '112745.207000', '112745.210000', '112745.213000', '112745.216000', '112745.219000', '112745.222000', '112745.225000', '112745.228000', '112745.231000', '112745.234000', '112745.237000', '112745.240000', '112745.243000', '112745.246000', '112745.249000', '112745.252000', '112745.255000', '112745.258000', '112745.261000', '112745.264000', '112745.266000', '112745.270000', '112745.272000', '112745.275000', '112745.278000', '112745.281000', '112745.284000', '112745.287000', '112745.290000', '112805.163000', '112805.166000', '112805.169000', '112805.172000', '112805.175000', '112805.178000', '112805.181000', '112805.184000', '112805.187000', '112805.190000', '112805.193000', '112805.196000', '112805.199000', '112805.202000', '112805.205000', '112805.208000', '112805.211000', '112805.214000', '112805.217000', '112805.220000', '112805.223000', '112805.226000', '112805.229000', '112805.232000', '112805.242000', '112805.245000', '112805.248000', '112805.251000', '112805.254000', '112805.256000', '112805.260000', '112805.262000', '112805.265000', '112805.268000', '112805.271000', '112805.274000', '112805.277000', '112805.280000', '112805.283000', '112805.286000', '112805.289000', '112805.292000', '112805.295000', '112825.162000', '112825.165000', '112825.168000', '112825.171000', '112825.174000', '112825.177000', '112825.180000', '112825.183000', '112825.186000', '112825.189000', '112825.192000', '112825.195000', '112825.198000', '112825.201000', '112825.204000', '112825.207000', '112825.210000', '112825.213000', '112825.216000', '112825.219000', '112825.222000', '112825.224000', '112825.227000', '112825.230000', '112825.233000', '112825.236000', '112825.239000', '112825.242000', '112825.245000', '112825.248000', '112825.251000', '112825.254000', '112825.257000', '112825.260000', '112825.263000', '112825.266000', '112825.269000', '112825.272000', '112825.275000', '112825.281000', '112825.284000', '112825.287000', '112825.290000', '112825.293000', '112845.162000', '112845.165000', '112845.168000', '112845.171000', '112845.174000', '112845.177000', '112845.180000', '112845.183000', '112845.186000', '112845.189000', '112845.192000', '112845.195000', '112845.198000', '112845.201000', '112845.204000', '112845.207000', '112845.210000', '112845.213000', '112845.216000', '112845.219000', '112845.222000', '112845.225000', '112845.228000', '112845.231000', '112845.234000', '112845.237000', '112845.240000', '112845.243000', '112845.246000', '112845.249000', '112845.252000', '112845.255000', '112845.258000', '112845.261000', '112845.264000', '112845.267000', '112845.270000', '112845.273000', '112845.276000', '112845.279000', '112845.283000', '112845.286000', '112845.289000', '112905.162000', '112905.178000', '112905.181000', '112905.184000', '112905.187000', '112905.189000', '112905.193000', '112905.196000', '112905.198000', '112905.201000', '112905.204000', '112905.207000', '112905.210000', '112905.213000', '112905.216000', '112905.219000', '112905.222000', '112905.225000', '112905.228000', '112905.231000', '112905.234000', '112905.237000', '112905.240000', '112905.243000', '112905.246000', '112905.249000', '112905.252000', '112905.255000', '112905.258000', '112905.261000', '112905.264000', '112905.267000', '112905.270000', '112905.273000', '112905.276000', '112905.279000', '112905.282000', '112905.285000', '112905.288000', '112905.291000', '112905.294000', '112905.297000', '112905.305000', '112905.308000', '112925.162000', '112925.165000', '112925.168000', '112925.171000', '112925.174000', '112925.177000', '112925.180000', '112925.183000', '112925.186000', '112925.189000', '112925.192000', '112925.195000', '112925.198000', '112925.201000', '112925.204000', '112925.207000', '112925.210000', '112925.213000', '112925.216000', '112925.219000', '112925.222000', '112925.225000', '112925.228000', '112925.231000', '112925.234000', '112925.237000', '112925.240000', '112925.243000', '112925.246000', '112925.249000', '112925.252000', '112925.255000', '112925.258000', '112925.261000', '112925.264000', '112925.267000', '112925.270000', '112925.273000', '112925.276000', '112925.279000', '112925.282000', '112925.285000', '112925.288000', '112945.162000', '112945.165000', '112945.168000', '112945.171000', '112945.174000', '112945.177000', '112945.180000', '112945.183000', '112945.186000', '112945.189000', '112945.192000', '112945.195000', '112945.198000', '112945.201000', '112945.204000', '112945.207000', '112945.210000', '112945.213000', '112945.216000', '112945.219000', '112945.222000', '112945.225000', '112945.228000', '112945.231000', '112945.234000', '112945.237000', '112945.240000', '112945.243000', '112945.246000', '112945.249000', '112945.252000', '112945.255000', '112945.258000', '112945.261000', '112945.264000', '112945.266000', '112945.269000', '112945.272000', '112945.275000', '112945.278000', '112945.281000', '112945.285000', '112945.288000', '113005.163000', '113005.166000', '113005.169000', '113005.172000', '113005.175000', '113005.178000', '113005.181000', '113005.184000', '113005.187000', '113005.190000', '113005.193000', '113005.196000', '113005.199000', '113005.202000', '113005.205000', '113005.208000', '113005.211000', '113005.214000', '113005.217000', '113005.220000', '113005.223000', '113005.226000', '113005.229000', '113005.232000', '113005.235000', '113005.238000', '113005.241000', '113005.244000', '113005.247000', '113005.250000', '113005.253000', '113005.256000', '113005.259000', '113005.262000', '113005.265000', '113005.268000', '113005.271000', '113005.274000', '113005.277000', '113005.280000', '113005.283000', '113005.286000', '113005.289000', '113005.292000', '113025.163000', '113025.166000', '113025.169000', '113025.172000', '113025.175000', '113025.178000', '113025.181000', '113025.184000', '113025.187000', '113025.190000', '113025.193000', '113025.196000', '113025.199000', '113025.202000', '113025.205000', '113025.209000', '113025.215000', '113025.218000', '113025.221000', '113025.224000', '113025.227000', '113025.230000', '113025.233000', '113025.236000', '113025.239000', '113025.242000', '113025.245000', '113025.248000', '113025.251000', '113025.254000', '113025.257000', '113025.260000', '113025.263000', '113025.266000', '113025.269000', '113025.272000', '113025.275000', '113025.278000', '113025.281000', '113025.284000', '113025.287000', '113025.303000', '113025.306000', '113045.162000', '113045.165000', '113045.168000', '113045.172000', '113045.175000', '113045.177000', '113045.180000', '113045.183000', '113045.186000', '113045.189000', '113045.192000', '113045.195000', '113045.199000', '113045.201000', '113045.204000', '113045.208000', '113045.211000', '113045.213000', '113045.216000', '113045.220000', '113045.223000', '113045.225000', '113045.228000', '113045.232000', '113045.234000', '113045.237000', '113045.241000', '113045.244000', '113045.247000', '113045.250000', '113045.253000', '113045.256000', '113045.259000', '113045.262000', '113045.265000', '113045.268000', '113045.271000', '113045.274000', '113045.277000', '113045.280000', '113045.283000', '113045.286000', '113045.289000', '113045.292000', '113105.162000', '113105.166000', '113105.169000', '113105.172000', '113105.175000', '113105.179000', '113105.182000', '113105.186000', '113105.189000', '113105.193000', '113105.196000', '113105.199000', '113105.202000', '113105.205000', '113105.208000', '113105.211000', '113105.214000', '113105.217000', '113105.220000', '113105.223000', '113105.226000', '113105.229000', '113105.232000', '113105.235000', '113105.238000', '113105.241000', '113105.244000', '113105.247000', '113105.250000', '113105.253000', '113105.256000', '113105.259000', '113105.262000', '113105.265000', '113105.268000', '113105.271000', '113105.274000', '113105.277000', '113105.280000', '113105.283000', '113105.286000', '113105.289000', '113105.292000', '113125.162000', '113125.165000', '113125.168000', '113125.171000', '113125.174000', '113125.177000', '113125.180000', '113125.183000', '113125.186000', '113125.189000', '113125.193000', '113125.195000', '113125.198000', '113125.201000', '113125.205000', '113125.208000', '113125.210000', '113125.213000', '113125.217000', '113125.219000', '113125.222000', '113125.225000', '113125.229000', '113125.232000', '113125.235000', '113125.237000', '113125.241000', '113125.243000', '113125.247000', '113125.249000', '113125.253000', '113125.256000', '113125.258000', '113125.261000', '113125.265000', '113125.268000', '113125.271000', '113125.274000', '113125.277000', '113125.280000', '113125.283000', '113125.286000', '113125.289000', '113125.292000', '113145.162000', '113145.165000', '113145.168000', '113145.171000', '113145.174000', '113145.177000', '113145.180000', '113145.183000', '113145.186000', '113145.189000', '113145.192000', '113145.195000', '113145.200000', '113145.203000', '113145.207000', '113145.210000', '113145.213000', '113145.216000', '113145.219000', '113145.222000', '113145.225000', '113145.228000', '113145.231000', '113145.234000', '113145.237000', '113145.240000', '113145.243000', '113145.246000', '113145.249000', '113145.252000', '113145.255000', '113145.258000', '113145.260000', '113145.263000', '113145.266000', '113145.270000', '113145.273000', '113145.276000', '113145.279000', '113145.282000', '113145.285000', '113145.288000', '113145.291000', '113205.162000', '113205.165000', '113205.168000', '113205.171000', '113205.174000', '113205.177000', '113205.180000', '113205.183000', '113205.199000', '113205.202000', '113205.205000', '113205.208000', '113205.211000', '113205.214000', '113205.217000', '113205.220000', '113205.223000', '113205.226000', '113205.229000', '113205.232000', '113205.235000', '113205.238000', '113205.241000', '113205.244000', '113205.247000', '113205.250000', '113205.253000', '113205.256000', '113205.259000', '113205.262000', '113205.265000', '113205.268000', '113205.271000', '113205.274000', '113205.277000', '113205.280000', '113205.283000', '113205.286000', '113205.289000', '113205.292000', '113205.295000', '113205.298000', '113205.301000', '113205.304000', '113225.163000', '113225.166000', '113225.169000', '113225.172000', '113225.175000', '113225.178000', '113225.181000', '113225.184000', '113225.187000', '113225.190000', '113225.193000', '113225.196000', '113225.199000', '113225.202000', '113225.205000', '113225.208000', '113225.212000', '113225.215000', '113225.218000', '113225.221000', '113225.224000', '113225.228000', '113225.231000', '113225.234000', '113225.237000', '113225.240000', '113225.243000', '113225.246000', '113225.249000', '113225.252000', '113225.255000', '113225.258000', '113225.261000', '113225.264000', '113225.267000', '113225.270000', '113225.273000', '113225.276000', '113225.279000', '113225.282000', '113225.285000', '113225.288000', '113225.291000', '113245.163000', '113245.166000', '113245.169000', '113245.172000', '113245.175000', '113245.178000', '113245.181000', '113245.184000', '113245.188000', '113245.191000', '113245.194000', '113245.196000', '113245.200000', '113245.203000', '113245.205000', '113245.208000', '113245.212000', '113245.215000', '113245.218000', '113245.221000', '113245.224000', '113245.227000', '113245.230000', '113245.233000', '113245.236000', '113245.239000', '113245.242000', '113245.245000', '113245.248000', '113245.251000', '113245.254000', '113245.257000', '113245.260000', '113245.263000', '113245.266000', '113245.269000', '113245.272000', '113245.275000', '113245.278000', '113245.281000', '113245.284000', '113245.287000', '113245.290000', '113245.293000', '113305.162000', '113305.165000', '113305.169000', '113305.171000', '113305.174000', '113305.177000', '113305.181000', '113305.183000', '113305.186000', '113305.189000', '113305.193000', '113305.195000', '113305.198000', '113305.201000', '113305.204000', '113305.207000', '113305.210000', '113305.213000', '113305.216000', '113305.219000', '113305.222000', '113305.225000', '113305.228000', '113305.231000', '113305.234000', '113305.237000', '113305.240000', '113305.243000', '113305.246000', '113305.249000', '113305.253000', '113305.256000', '113305.259000', '113305.262000', '113305.265000', '113305.268000', '113305.271000', '113305.274000', '113305.277000', '113305.279000', '113305.283000', '113305.286000', '113305.289000', '113325.162000', '113325.165000', '113325.168000', '113325.174000', '113325.177000', '113325.180000', '113325.183000', '113325.187000', '113325.189000', '113325.192000', '113325.195000', '113325.199000', '113325.201000', '113325.204000', '113325.207000', '113325.210000', '113325.213000', '113325.216000', '113325.221000', '113325.224000', '113325.227000', '113325.230000', '113325.233000', '113325.236000', '113325.239000', '113325.242000', '113325.245000', '113325.248000', '113325.251000', '113325.254000', '113325.257000', '113325.260000', '113325.263000', '113325.276000', '113325.279000', '113325.289000', '113325.292000', '113325.295000', '113325.298000', '113325.301000', '113325.304000', '113325.307000', '113325.310000', '113325.313000', '113345.162000', '113345.165000', '113345.168000', '113345.171000', '113345.174000', '113345.177000', '113345.180000', '113345.183000', '113345.186000', '113345.189000', '113345.192000', '113345.197000', '113345.200000', '113345.203000', '113345.206000', '113345.209000', '113345.212000', '113345.215000', '113345.219000', '113345.221000', '113345.224000', '113345.227000', '113345.230000', '113345.233000', '113345.236000', '113345.239000', '113345.242000', '113345.245000', '113345.248000', '113345.252000', '113345.255000', '113345.258000', '113345.262000', '113345.266000', '113345.269000', '113345.272000', '113345.275000', '113345.278000', '113345.281000', '113345.284000', '113345.287000', '113345.290000', '113345.293000', '113349.451000', '113349.455000', '113349.459000', '113349.462000', '113349.466000', '113349.469000', '113349.473000', '113349.476000', '113349.479000', '113349.482000'], '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': [12322, 10586, 16016, 12227, 13533, 10332, 7980, 8880, 8542, 13840, 8931, 12436, 9072, 9659, 9349, 10219, 9186, 8686, 9080, 7879, 8898, 8363, 9362, 7374, 7729, 7584, 8286, 8107, 9163, 8854, 7106, 8950, 7181, 8392, 7824, 9558, 8850, 13252, 9909, 14588, 11951, 12164, 9782, 7721, 12091, 8443, 15498, 8692, 9762, 8910, 7953, 9073, 7962, 14280, 8668, 16071, 9370, 14786, 11619, 13627, 10553, 7524, 8911, 8272, 9465, 8566, 7715, 8605, 7496, 7924, 7954, 8875, 8583, 9881, 8861, 8435, 9079, 7276, 8515, 6930, 7894, 7273, 9431, 7715, 8962, 8351, 10088, 8500, 12032, 8789, 14206, 8930, 10479, 8569, 8353, 8692, 8781, 8691, 7464, 8381, 7495, 9753, 7398, 14483, 7795, 12094, 7516, 10213, 7666, 9993, 7938, 8814, 8322, 10087, 8405, 8537, 8756, 7507, 8335, 7957, 9988, 8658, 12144, 7899, 12734, 8195, 15108, 9937, 16629, 10483, 12503, 8682, 10871, 8584, 14023, 9049, 11114, 8468, 8820, 8702, 8173, 8867, 8520, 8763, 8044, 8648, 7648, 7875, 8013, 8391, 8043, 8631, 8622, 8602, 8615, 9442, 8384, 9703, 8067, 8714, 8079, 8651, 7759, 8878, 7314, 8734, 7254, 8503, 7156, 8597, 7460, 8583, 6935, 8327, 7018, 8535, 7168, 8574, 6669, 8761, 7078, 8706, 8449, 8640, 7258, 8583, 11438, 9553, 14118, 10525, 14230, 8778, 14285, 8714, 15382, 10061, 12554, 8837, 11912, 8932, 10937, 9035, 10050, 8987, 9818, 8812, 10847, 8797, 9132, 8926, 9029, 8780, 12019, 9132, 14751, 11629, 12083, 8734, 12903, 8900, 14699, 9803, 13189, 8771, 10919, 8655, 10412, 8658, 10473, 8640, 10093, 8998, 8269, 8601, 8218, 8953, 7603, 8429, 8261, 8727, 9715, 8999, 13017, 9877, 11968, 8765, 11423, 8904, 12244, 8970, 9902, 8396, 8694, 8665, 10476, 8717, 10116, 8367, 8697, 8336, 8638, 7104, 8559, 7475, 8608, 6846, 8993, 8103, 8390, 9506, 8046, 7987, 8466, 9082, 8545, 9584, 8301, 9255, 8497, 10563, 8519, 11935, 8568, 12679, 7902, 12585, 8178, 11418, 7229, 10062, 7738, 8753, 7038, 8739, 9681, 8913, 7207, 8850, 7194, 8754, 7170, 8712, 6906, 8828, 6966, 8723, 7683, 8651, 12576, 8896, 12129, 8814, 15453, 8869, 13608, 11461, 11419, 8258, 8872, 6958, 8644, 7095, 8696, 6865, 8667, 7635, 8642, 8650, 8852, 10391, 8540, 10065, 7098, 8946, 6930, 7359, 7235, 9068, 7022, 7823, 7380, 9622, 8549, 9872, 8745, 10785, 8502, 10734, 8723, 10227, 8519, 10969, 8563, 9752, 7402, 8916, 7110, 8367, 7152, 8141, 7188, 8645, 6810, 8581, 8535, 8595, 12846, 8408, 10644, 8525, 11705, 8358, 11622, 7926, 8438, 6972, 8792, 7351, 8747, 10676, 8831, 14911, 8745, 12838, 9453, 10249, 7224, 8687, 9185, 8751, 7625, 8472, 8550, 8284, 9152, 7204, 9261, 7310, 8857, 13476, 9123, 9327, 13790, 10396, 8889, 7860, 8740, 10487, 8213, 8627, 6909, 8204, 7133, 8501, 9859, 8119, 9603, 7831, 9610, 7016, 8392, 13700, 9705, 12024, 7331, 8555, 8696, 8111, 13057, 7806, 9286, 7650, 9354, 7336, 9429, 7071, 8185, 7189, 8502, 13970, 9842, 13423, 9924, 10651, 8918, 8966, 15187, 9963, 13268, 11083, 10339, 7245, 8771, 6737, 9050, 8333, 8552, 9701, 7396, 7600, 6960, 8571, 9053, 8784, 12291, 8244, 9024, 6795, 8759, 12216, 8618, 12334, 8149, 10240, 7238, 8864, 7115, 8515, 7236, 8408, 11417, 8734, 11257, 7927, 9461, 7472, 8708, 7339, 8504, 6996, 8941, 7651, 8756, 12776, 8345, 11326, 9169, 9381, 13521, 8995, 14252, 9209, 11694, 8002, 8876, 7949, 8921, 13747, 8838, 10412, 8530, 8387, 7004, 8879, 11459, 8848, 9469, 7956, 8914, 8389, 8745, 12119, 8609, 8877, 6841, 8657, 9674, 8576, 10569, 7611, 9069, 6912, 8182, 10119, 7884, 9979, 7674, 9692, 7662, 10047, 7863, 10446, 7809, 10389, 8792, 12015, 8930, 12760, 10505, 10335, 12202, 8818, 15509, 13263, 14383, 10026, 12632, 8961, 8862, 11809, 8751, 9771, 8482, 8768, 7406, 8634, 12772, 8324, 9152, 13650, 8530, 9457, 7208, 8693, 9847, 7313, 8401, 7171, 8361, 9044, 7486, 8479, 6897, 7917, 9924, 7155, 8433, 13940, 8349, 9807, 10248, 7656, 10422, 7341, 8495, 6999, 7601, 10919, 7154, 7838, 9016, 7621, 10664, 7425, 7784, 7920, 7260, 12165, 7294, 10213, 7646, 7683, 15084, 7982, 12303, 10262, 9299, 14965, 8921, 8754, 7230, 7612, 8373, 7659, 9613, 7438, 9656, 7620, 8209, 7143, 8137, 7329, 8186, 12291, 9109, 16073, 10005, 12174, 9777, 11085, 9345, 8559, 13290, 8235, 12410, 7814, 11286, 7607, 8665, 7394, 7736, 7211, 7679, 7109, 7484, 7007, 7524, 7325, 7706, 9735, 8058, 10463, 7625, 11410, 8026, 12530, 9464, 11293, 8404, 10374, 7530, 10618, 7501, 9317, 7353, 8224, 7516, 8133, 7403, 7902, 7669, 7964, 7470, 8046, 10684, 7810, 11009, 7966, 11979, 8152, 12047, 9707, 10549, 7682, 10346, 7559, 9976, 7261, 9129, 7374, 8234, 7491, 8604, 12036, 8348, 13582, 8877, 11301, 7328, 8706, 7377, 7821, 7906, 8156, 7671, 8190, 7389, 8206, 8905, 7681, 12844, 7837, 10438, 7632, 10779, 8012, 8824, 7356, 8057, 7648, 7870, 12876, 7572, 11942, 7627, 10965, 7624, 10779, 8031, 9110, 7606, 9696, 7375, 8235, 7513, 7950, 8309, 8003, 8213, 7680, 8892, 7814, 10955, 11335, 8715, 7692, 7874, 8348, 7643, 13235, 7760, 8269, 7703, 7452, 7667, 11098, 7513, 10842, 7687, 10627, 7664, 10735, 8564, 11271, 9157, 10736, 8076, 10191, 7572, 8749, 13379, 8238, 14786, 8079, 11660, 7787, 10274, 7489, 8075, 7294, 7977, 7425, 7776, 8977, 7691, 11198, 7875, 11034, 7886, 9304, 7744, 7987, 8024, 7711, 11083, 8298, 10373, 7676, 9323, 7720, 8452, 8277, 7474, 7808, 7725, 7108, 7998, 11833, 7862, 10840, 7822, 9319, 7723, 9437, 8135, 8166, 11273, 7769, 8459, 7992, 12622, 7855, 10888, 8006, 10007, 7662, 8855, 7952, 8043, 14883, 9026, 13314, 9883, 9471, 8137, 8321, 10414, 7651, 12801, 7510, 10003, 7707, 9471, 7450, 8259, 7936, 7811, 7399, 7664, 12341, 7857, 9023, 7534, 7552, 7893, 8186, 7769, 7788, 7238, 7551, 12562, 7956], 'WindowCenter': [4314.0, 4280.0, 4306.0, 4273.0, 4280.0, 4250.0, 4218.0, 4225.0, 4227.0, 4266.0, 4227.0, 4255.0, 4227.0, 4234.0, 4237.0, 4245.0, 4236.0, 4225.0, 4226.0, 4215.0, 4227.0, 4225.0, 4236.0, 4205.0, 4215.0, 4217.0, 4226.0, 4229.0, 4237.0, 4251.0, 4219.0, 4240.0, 4219.0, 4239.0, 4230.0, 4251.0, 4251.0, 4280.0, 4261.0, 4290.0, 4259.0, 4257.0, 4236.0, 4215.0, 4256.0, 4228.0, 4275.0, 4226.0, 4245.0, 4239.0, 4217.0, 4226.0, 4216.0, 4264.0, 4225.0, 4275.0, 4236.0, 4265.0, 4256.0, 4264.0, 4233.0, 4202.0, 4222.0, 4212.0, 4222.0, 4224.0, 4203.0, 4224.0, 4203.0, 4213.0, 4227.0, 4236.0, 4239.0, 4235.0, 4237.0, 4226.0, 4237.0, 4216.0, 4227.0, 4206.0, 4226.0, 4218.0, 4248.0, 4229.0, 4238.0, 4231.0, 4247.0, 4239.0, 4269.0, 4240.0, 4277.0, 4238.0, 4246.0, 4226.0, 4225.0, 4227.0, 4228.0, 4226.0, 4206.0, 4225.0, 4205.0, 4235.0, 4216.0, 4266.0, 4215.0, 4254.0, 4205.0, 4245.0, 4216.0, 4234.0, 4215.0, 4235.0, 4226.0, 4246.0, 4227.0, 4225.0, 4228.0, 4205.0, 4225.0, 4215.0, 4248.0, 4226.0, 4256.0, 4215.0, 4254.0, 4214.0, 4265.0, 4236.0, 4274.0, 4246.0, 4253.0, 4223.0, 4232.0, 4224.0, 4263.0, 4222.0, 4231.0, 4211.0, 4210.0, 4211.0, 4199.0, 4221.0, 4211.0, 4211.0, 4200.0, 4211.0, 4199.0, 4200.0, 4201.0, 4211.0, 4213.0, 4213.0, 4224.0, 4212.0, 4225.0, 4222.0, 4224.0, 4233.0, 4213.0, 4212.0, 4212.0, 4212.0, 4202.0, 4224.0, 4204.0, 4212.0, 4202.0, 4223.0, 4203.0, 4225.0, 4204.0, 4225.0, 4204.0, 4226.0, 4205.0, 4237.0, 4217.0, 4238.0, 4207.0, 4238.0, 4207.0, 4239.0, 4239.0, 4240.0, 4217.0, 4239.0, 4256.0, 4237.0, 4267.0, 4247.0, 4266.0, 4224.0, 4264.0, 4225.0, 4275.0, 4235.0, 4253.0, 4224.0, 4242.0, 4225.0, 4244.0, 4235.0, 4234.0, 4236.0, 4244.0, 4239.0, 4259.0, 4239.0, 4236.0, 4236.0, 4225.0, 4227.0, 4255.0, 4237.0, 4276.0, 4245.0, 4243.0, 4224.0, 4252.0, 4223.0, 4264.0, 4234.0, 4252.0, 4212.0, 4230.0, 4213.0, 4232.0, 4213.0, 4232.0, 4212.0, 4231.0, 4223.0, 4212.0, 4223.0, 4214.0, 4224.0, 4203.0, 4215.0, 4214.0, 4223.0, 4234.0, 4226.0, 4254.0, 4232.0, 4241.0, 4211.0, 4230.0, 4222.0, 4242.0, 4222.0, 4221.0, 4213.0, 4210.0, 4213.0, 4231.0, 4224.0, 4233.0, 4213.0, 4211.0, 4213.0, 4212.0, 4192.0, 4225.0, 4202.0, 4224.0, 4181.0, 4224.0, 4212.0, 4226.0, 4234.0, 4226.0, 4225.0, 4227.0, 4236.0, 4239.0, 4249.0, 4239.0, 4238.0, 4239.0, 4247.0, 4239.0, 4269.0, 4228.0, 4266.0, 4216.0, 4255.0, 4226.0, 4256.0, 4216.0, 4235.0, 4215.0, 4224.0, 4206.0, 4227.0, 4237.0, 4236.0, 4204.0, 4225.0, 4204.0, 4226.0, 4207.0, 4225.0, 4206.0, 4226.0, 4204.0, 4225.0, 4216.0, 4227.0, 4256.0, 4225.0, 4254.0, 4224.0, 4263.0, 4223.0, 4252.0, 4243.0, 4241.0, 4212.0, 4211.0, 4191.0, 4211.0, 4192.0, 4212.0, 4193.0, 4227.0, 4202.0, 4224.0, 4222.0, 4225.0, 4234.0, 4226.0, 4236.0, 4193.0, 4225.0, 4193.0, 4204.0, 4203.0, 4235.0, 4205.0, 4215.0, 4219.0, 4237.0, 4238.0, 4235.0, 4227.0, 4257.0, 4228.0, 4245.0, 4226.0, 4246.0, 4227.0, 4247.0, 4227.0, 4235.0, 4205.0, 4224.0, 4204.0, 4225.0, 4206.0, 4216.0, 4206.0, 4226.0, 4196.0, 4228.0, 4226.0, 4239.0, 4257.0, 4226.0, 4234.0, 4225.0, 4245.0, 4224.0, 4255.0, 4214.0, 4214.0, 4193.0, 4224.0, 4203.0, 4227.0, 4245.0, 4225.0, 4263.0, 4213.0, 4252.0, 4224.0, 4232.0, 4190.0, 4213.0, 4221.0, 4212.0, 4200.0, 4212.0, 4212.0, 4213.0, 4235.0, 4205.0, 4236.0, 4204.0, 4226.0, 4267.0, 4223.0, 4224.0, 4253.0, 4233.0, 4213.0, 4200.0, 4211.0, 4231.0, 4214.0, 4212.0, 4193.0, 4213.0, 4193.0, 4227.0, 4235.0, 4226.0, 4237.0, 4217.0, 4237.0, 4205.0, 4229.0, 4267.0, 4236.0, 4255.0, 4205.0, 4225.0, 4224.0, 4216.0, 4265.0, 4216.0, 4235.0, 4215.0, 4236.0, 4218.0, 4240.0, 4207.0, 4227.0, 4205.0, 4227.0, 4266.0, 4237.0, 4266.0, 4235.0, 4234.0, 4212.0, 4223.0, 4252.0, 4221.0, 4242.0, 4233.0, 4221.0, 4190.0, 4212.0, 4180.0, 4213.0, 4211.0, 4226.0, 4236.0, 4204.0, 4203.0, 4193.0, 4226.0, 4226.0, 4238.0, 4255.0, 4226.0, 4224.0, 4193.0, 4225.0, 4255.0, 4226.0, 4255.0, 4214.0, 4233.0, 4205.0, 4226.0, 4205.0, 4226.0, 4204.0, 4226.0, 4245.0, 4225.0, 4245.0, 4217.0, 4235.0, 4204.0, 4225.0, 4206.0, 4228.0, 4205.0, 4238.0, 4204.0, 4226.0, 4255.0, 4216.0, 4247.0, 4224.0, 4225.0, 4253.0, 4224.0, 4253.0, 4223.0, 4242.0, 4201.0, 4213.0, 4201.0, 4212.0, 4252.0, 4224.0, 4230.0, 4212.0, 4211.0, 4192.0, 4226.0, 4244.0, 4223.0, 4221.0, 4213.0, 4224.0, 4213.0, 4225.0, 4253.0, 4213.0, 4223.0, 4181.0, 4223.0, 4233.0, 4226.0, 4232.0, 4204.0, 4224.0, 4191.0, 4227.0, 4245.0, 4227.0, 4234.0, 4215.0, 4234.0, 4216.0, 4247.0, 4228.0, 4247.0, 4219.0, 4248.0, 4227.0, 4258.0, 4238.0, 4268.0, 4235.0, 4235.0, 4244.0, 4224.0, 4262.0, 4255.0, 4252.0, 4219.0, 4241.0, 4198.0, 4210.0, 4241.0, 4209.0, 4207.0, 4210.0, 4198.0, 4190.0, 4211.0, 4241.0, 4211.0, 4221.0, 4240.0, 4199.0, 4209.0, 4176.0, 4210.0, 4221.0, 4190.0, 4199.0, 4178.0, 4211.0, 4212.0, 4204.0, 4225.0, 4193.0, 4215.0, 4234.0, 4194.0, 4226.0, 4264.0, 4225.0, 4236.0, 4235.0, 4203.0, 4232.0, 4204.0, 4225.0, 4194.0, 4218.0, 4257.0, 4206.0, 4217.0, 4225.0, 4217.0, 4246.0, 4217.0, 4217.0, 4215.0, 4218.0, 4255.0, 4217.0, 4248.0, 4219.0, 4218.0, 4278.0, 4216.0, 4256.0, 4233.0, 4235.0, 4274.0, 4225.0, 4225.0, 4203.0, 4216.0, 4213.0, 4217.0, 4235.0, 4219.0, 4247.0, 4230.0, 4227.0, 4208.0, 4229.0, 4218.0, 4228.0, 4269.0, 4238.0, 4276.0, 4247.0, 4255.0, 4235.0, 4247.0, 4236.0, 4227.0, 4254.0, 4214.0, 4254.0, 4203.0, 4243.0, 4215.0, 4224.0, 4202.0, 4204.0, 4202.0, 4215.0, 4204.0, 4205.0, 4196.0, 4217.0, 4204.0, 4217.0, 4247.0, 4227.0, 4245.0, 4216.0, 4255.0, 4228.0, 4268.0, 4236.0, 4245.0, 4215.0, 4233.0, 4214.0, 4244.0, 4206.0, 4234.0, 4203.0, 4214.0, 4203.0, 4217.0, 4203.0, 4215.0, 4203.0, 4215.0, 4202.0, 4216.0, 4245.0, 4215.0, 4245.0, 4214.0, 4244.0, 4214.0, 4254.0, 4235.0, 4232.0, 4205.0, 4231.0, 4202.0, 4232.0, 4204.0, 4224.0, 4193.0, 4213.0, 4191.0, 4214.0, 4242.0, 4213.0, 4252.0, 4222.0, 4232.0, 4190.0, 4210.0, 4192.0, 4201.0, 4215.0, 4214.0, 4205.0, 4224.0, 4204.0, 4226.0, 4237.0, 4216.0, 4254.0, 4217.0, 4244.0, 4215.0, 4246.0, 4217.0, 4224.0, 4204.0, 4215.0, 4203.0, 4227.0, 4266.0, 4215.0, 4255.0, 4215.0, 4244.0, 4215.0, 4244.0, 4216.0, 4224.0, 4215.0, 4236.0, 4217.0, 4226.0, 4218.0, 4229.0, 4241.0, 4228.0, 4228.0, 4218.0, 4237.0, 4218.0, 4259.0, 4257.0, 4226.0, 4214.0, 4214.0, 4213.0, 4216.0, 4266.0, 4205.0, 4214.0, 4204.0, 4202.0, 4215.0, 4244.0, 4207.0, 4244.0, 4215.0, 4243.0, 4215.0, 4244.0, 4227.0, 4244.0, 4225.0, 4243.0, 4215.0, 4234.0, 4204.0, 4214.0, 4252.0, 4213.0, 4252.0, 4202.0, 4240.0, 4203.0, 4233.0, 4203.0, 4202.0, 4204.0, 4212.0, 4204.0, 4215.0, 4225.0, 4215.0, 4243.0, 4215.0, 4244.0, 4228.0, 4235.0, 4202.0, 4213.0, 4201.0, 4203.0, 4245.0, 4225.0, 4234.0, 4215.0, 4224.0, 4205.0, 4213.0, 4225.0, 4205.0, 4203.0, 4216.0, 4204.0, 4215.0, 4256.0, 4228.0, 4245.0, 4216.0, 4234.0, 4215.0, 4236.0, 4215.0, 4228.0, 4245.0, 4204.0, 4213.0, 4214.0, 4253.0, 4215.0, 4244.0, 4227.0, 4234.0, 4204.0, 4224.0, 4213.0, 4215.0, 4276.0, 4225.0, 4253.0, 4232.0, 4221.0, 4201.0, 4213.0, 4231.0, 4205.0, 4241.0, 4191.0, 4221.0, 4201.0, 4220.0, 4192.0, 4213.0, 4200.0, 4203.0, 4190.0, 4205.0, 4252.0, 4214.0, 4221.0, 4203.0, 4203.0, 4226.0, 4240.0, 4230.0, 4228.0, 4218.0, 4229.0, 4269.0, 4229.0], 'WindowWidth': [9532.0, 9475.0, 9502.0, 9451.0, 9452.0, 9409.0, 9363.0, 9370.0, 9377.0, 9425.0, 9373.0, 9407.0, 9373.0, 9379.0, 9389.0, 9397.0, 9387.0, 9368.0, 9370.0, 9355.0, 9372.0, 9370.0, 9386.0, 9343.0, 9355.0, 9361.0, 9374.0, 9385.0, 9391.0, 9414.0, 9370.0, 9398.0, 9372.0, 9398.0, 9386.0, 9413.0, 9416.0, 9453.0, 9429.0, 9467.0, 9421.0, 9415.0, 9387.0, 9357.0, 9413.0, 9379.0, 9438.0, 9374.0, 9397.0, 9393.0, 9362.0, 9373.0, 9358.0, 9422.0, 9371.0, 9436.0, 9385.0, 9423.0, 9412.0, 9419.0, 9376.0, 9334.0, 9358.0, 9347.0, 9362.0, 9367.0, 9336.0, 9364.0, 9338.0, 9351.0, 9375.0, 9388.0, 9395.0, 9384.0, 9387.0, 9372.0, 9390.0, 9361.0, 9375.0, 9347.0, 9374.0, 9367.0, 9405.0, 9384.0, 9391.0, 9387.0, 9403.0, 9395.0, 9434.0, 9400.0, 9444.0, 9391.0, 9399.0, 9373.0, 9371.0, 9375.0, 9378.0, 9373.0, 9346.0, 9369.0, 9344.0, 9385.0, 9361.0, 9424.0, 9356.0, 9405.0, 9343.0, 9397.0, 9361.0, 9379.0, 9357.0, 9383.0, 9374.0, 9400.0, 9378.0, 9370.0, 9378.0, 9343.0, 9371.0, 9357.0, 9404.0, 9373.0, 9411.0, 9356.0, 9404.0, 9353.0, 9423.0, 9385.0, 9433.0, 9396.0, 9400.0, 9362.0, 9373.0, 9365.0, 9416.0, 9360.0, 9370.0, 9342.0, 9339.0, 9341.0, 9325.0, 9357.0, 9345.0, 9344.0, 9327.0, 9341.0, 9326.0, 9327.0, 9331.0, 9345.0, 9351.0, 9348.0, 9365.0, 9346.0, 9368.0, 9359.0, 9368.0, 9377.0, 9351.0, 9345.0, 9348.0, 9344.0, 9333.0, 9364.0, 9340.0, 9347.0, 9334.0, 9362.0, 9338.0, 9369.0, 9342.0, 9370.0, 9341.0, 9374.0, 9344.0, 9391.0, 9366.0, 9392.0, 9351.0, 9394.0, 9350.0, 9398.0, 9396.0, 9397.0, 9364.0, 9393.0, 9413.0, 9390.0, 9429.0, 9400.0, 9424.0, 9367.0, 9420.0, 9370.0, 9437.0, 9382.0, 9402.0, 9365.0, 9387.0, 9369.0, 9394.0, 9384.0, 9380.0, 9386.0, 9394.0, 9396.0, 9422.0, 9394.0, 9385.0, 9387.0, 9369.0, 9374.0, 9410.0, 9387.0, 9440.0, 9396.0, 9390.0, 9364.0, 9399.0, 9362.0, 9420.0, 9378.0, 9399.0, 9347.0, 9367.0, 9346.0, 9371.0, 9350.0, 9371.0, 9346.0, 9369.0, 9361.0, 9345.0, 9363.0, 9352.0, 9366.0, 9337.0, 9356.0, 9352.0, 9365.0, 9381.0, 9371.0, 9405.0, 9373.0, 9382.0, 9343.0, 9366.0, 9359.0, 9387.0, 9360.0, 9355.0, 9348.0, 9340.0, 9349.0, 9371.0, 9368.0, 9375.0, 9349.0, 9344.0, 9348.0, 9345.0, 9322.0, 9369.0, 9334.0, 9364.0, 9304.0, 9364.0, 9349.0, 9372.0, 9381.0, 9373.0, 9371.0, 9378.0, 9388.0, 9398.0, 9410.0, 9397.0, 9393.0, 9396.0, 9404.0, 9396.0, 9435.0, 9378.0, 9425.0, 9361.0, 9409.0, 9372.0, 9413.0, 9362.0, 9383.0, 9357.0, 9368.0, 9345.0, 9376.0, 9389.0, 9386.0, 9340.0, 9370.0, 9340.0, 9371.0, 9350.0, 9370.0, 9346.0, 9372.0, 9341.0, 9368.0, 9360.0, 9375.0, 9410.0, 9367.0, 9404.0, 9365.0, 9419.0, 9362.0, 9400.0, 9387.0, 9383.0, 9346.0, 9342.0, 9315.0, 9342.0, 9318.0, 9348.0, 9324.0, 9374.0, 9336.0, 9367.0, 9360.0, 9368.0, 9378.0, 9375.0, 9384.0, 9325.0, 9368.0, 9323.0, 9339.0, 9338.0, 9383.0, 9344.0, 9358.0, 9372.0, 9388.0, 9391.0, 9384.0, 9375.0, 9415.0, 9380.0, 9395.0, 9373.0, 9397.0, 9374.0, 9400.0, 9377.0, 9380.0, 9342.0, 9364.0, 9341.0, 9369.0, 9348.0, 9358.0, 9346.0, 9373.0, 9332.0, 9377.0, 9374.0, 9393.0, 9413.0, 9371.0, 9379.0, 9368.0, 9394.0, 9368.0, 9410.0, 9353.0, 9350.0, 9324.0, 9365.0, 9335.0, 9373.0, 9395.0, 9367.0, 9417.0, 9350.0, 9400.0, 9363.0, 9373.0, 9314.0, 9347.0, 9356.0, 9345.0, 9326.0, 9347.0, 9345.0, 9351.0, 9382.0, 9344.0, 9384.0, 9341.0, 9373.0, 9428.0, 9362.0, 9367.0, 9401.0, 9373.0, 9345.0, 9323.0, 9342.0, 9371.0, 9354.0, 9346.0, 9323.0, 9351.0, 9323.0, 9375.0, 9383.0, 9374.0, 9388.0, 9364.0, 9390.0, 9344.0, 9382.0, 9431.0, 9386.0, 9408.0, 9340.0, 9366.0, 9365.0, 9359.0, 9423.0, 9359.0, 9381.0, 9358.0, 9384.0, 9366.0, 9397.0, 9348.0, 9376.0, 9344.0, 9374.0, 9427.0, 9387.0, 9425.0, 9379.0, 9377.0, 9344.0, 9361.0, 9401.0, 9356.0, 9384.0, 9372.0, 9355.0, 9312.0, 9343.0, 9298.0, 9348.0, 9344.0, 9373.0, 9384.0, 9341.0, 9336.0, 9325.0, 9370.0, 9373.0, 9393.0, 9409.0, 9373.0, 9366.0, 9323.0, 9368.0, 9411.0, 9372.0, 9407.0, 9353.0, 9376.0, 9342.0, 9369.0, 9344.0, 9370.0, 9339.0, 9370.0, 9393.0, 9370.0, 9397.0, 9361.0, 9381.0, 9342.0, 9369.0, 9346.0, 9378.0, 9345.0, 9390.0, 9341.0, 9372.0, 9410.0, 9357.0, 9400.0, 9366.0, 9367.0, 9403.0, 9363.0, 9402.0, 9361.0, 9385.0, 9330.0, 9346.0, 9327.0, 9346.0, 9401.0, 9365.0, 9365.0, 9345.0, 9341.0, 9321.0, 9370.0, 9393.0, 9363.0, 9356.0, 9349.0, 9365.0, 9352.0, 9370.0, 9403.0, 9350.0, 9360.0, 9305.0, 9363.0, 9377.0, 9372.0, 9373.0, 9338.0, 9364.0, 9318.0, 9374.0, 9400.0, 9377.0, 9379.0, 9359.0, 9380.0, 9362.0, 9404.0, 9382.0, 9404.0, 9368.0, 9404.0, 9379.0, 9417.0, 9392.0, 9433.0, 9382.0, 9380.0, 9392.0, 9364.0, 9415.0, 9406.0, 9398.0, 9350.0, 9380.0, 9319.0, 9339.0, 9381.0, 9336.0, 9329.0, 9340.0, 9320.0, 9313.0, 9343.0, 9381.0, 9344.0, 9357.0, 9376.0, 9323.0, 9336.0, 9288.0, 9342.0, 9355.0, 9314.0, 9325.0, 9295.0, 9345.0, 9344.0, 9340.0, 9371.0, 9323.0, 9357.0, 9381.0, 9328.0, 9371.0, 9420.0, 9370.0, 9387.0, 9381.0, 9339.0, 9374.0, 9341.0, 9370.0, 9326.0, 9366.0, 9415.0, 9348.0, 9361.0, 9371.0, 9363.0, 9400.0, 9364.0, 9365.0, 9358.0, 9366.0, 9411.0, 9363.0, 9405.0, 9367.0, 9365.0, 9447.0, 9360.0, 9415.0, 9377.0, 9383.0, 9436.0, 9369.0, 9367.0, 9337.0, 9359.0, 9351.0, 9362.0, 9384.0, 9369.0, 9403.0, 9387.0, 9378.0, 9354.0, 9382.0, 9365.0, 9381.0, 9435.0, 9394.0, 9443.0, 9402.0, 9410.0, 9382.0, 9401.0, 9388.0, 9375.0, 9406.0, 9352.0, 9405.0, 9336.0, 9390.0, 9357.0, 9366.0, 9334.0, 9340.0, 9333.0, 9358.0, 9341.0, 9343.0, 9332.0, 9361.0, 9341.0, 9366.0, 9406.0, 9376.0, 9399.0, 9361.0, 9409.0, 9379.0, 9432.0, 9387.0, 9395.0, 9357.0, 9376.0, 9354.0, 9395.0, 9346.0, 9380.0, 9336.0, 9351.0, 9338.0, 9361.0, 9339.0, 9354.0, 9336.0, 9355.0, 9335.0, 9361.0, 9396.0, 9356.0, 9394.0, 9354.0, 9391.0, 9352.0, 9406.0, 9382.0, 9372.0, 9340.0, 9370.0, 9335.0, 9373.0, 9340.0, 9367.0, 9323.0, 9350.0, 9317.0, 9350.0, 9386.0, 9348.0, 9400.0, 9361.0, 9372.0, 9316.0, 9340.0, 9319.0, 9331.0, 9356.0, 9354.0, 9341.0, 9368.0, 9341.0, 9374.0, 9390.0, 9362.0, 9408.0, 9360.0, 9392.0, 9357.0, 9400.0, 9362.0, 9366.0, 9340.0, 9356.0, 9338.0, 9376.0, 9427.0, 9358.0, 9409.0, 9356.0, 9392.0, 9357.0, 9395.0, 9361.0, 9367.0, 9358.0, 9386.0, 9364.0, 9373.0, 9367.0, 9385.0, 9404.0, 9382.0, 9380.0, 9365.0, 9391.0, 9367.0, 9423.0, 9416.0, 9371.0, 9352.0, 9353.0, 9352.0, 9361.0, 9429.0, 9342.0, 9351.0, 9339.0, 9334.0, 9356.0, 9395.0, 9347.0, 9392.0, 9356.0, 9391.0, 9355.0, 9393.0, 9376.0, 9394.0, 9368.0, 9389.0, 9355.0, 9377.0, 9338.0, 9350.0, 9398.0, 9346.0, 9400.0, 9331.0, 9381.0, 9338.0, 9377.0, 9339.0, 9333.0, 9339.0, 9346.0, 9340.0, 9359.0, 9370.0, 9355.0, 9391.0, 9356.0, 9392.0, 9379.0, 9381.0, 9334.0, 9349.0, 9330.0, 9336.0, 9396.0, 9372.0, 9379.0, 9356.0, 9364.0, 9342.0, 9350.0, 9371.0, 9344.0, 9338.0, 9359.0, 9340.0, 9358.0, 9413.0, 9379.0, 9396.0, 9359.0, 9380.0, 9356.0, 9383.0, 9357.0, 9377.0, 9397.0, 9339.0, 9349.0, 9354.0, 9403.0, 9354.0, 9395.0, 9377.0, 9379.0, 9342.0, 9365.0, 9351.0, 9356.0, 9439.0, 9370.0, 9402.0, 9373.0, 9357.0, 9328.0, 9346.0, 9371.0, 9341.0, 9384.0, 9318.0, 9355.0, 9332.0, 9354.0, 9321.0, 9348.0, 9329.0, 9336.0, 9315.0, 9342.0, 9402.0, 9353.0, 9358.0, 9338.0, 9336.0, 9374.0, 9401.0, 9388.0, 9380.0, 9366.0, 9384.0, 9437.0, 9384.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.0004925316455696203</td></tr>
<tr><td colspan=3>aqi</td><td>0.025774657882623706</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.7033005683525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.192996275380185</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9840342163248843</td></tr>
<tr><td colspan=3>efc</td><td>0.4669</td></tr>
<tr><td colspan=3>fber</td><td>5763.3828</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08055715262999164</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3014959723820483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5311817481687835</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.394273215643351</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8087794784880242</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.390492550374975</td></tr>
<tr><td colspan=3>gcor</td><td>0.00893563</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019301630556583405</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017744187265634537</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.899716119746548</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>27.6354</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2949</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.6438</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304108.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.9103</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2489</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.0074</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3466.2</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.4212</td></tr>
<tr><td colspan=3>tsnr</td><td>38.810078403912485</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>