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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-03/func/sub-0128_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>31f0e0eb6cc366005a44a439efc9f738</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>14:03:57.950000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998152, 0.00518772, 0.060546, -0.0151574, 0.986112, 0.16539]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0857244</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4242, -7794, -7222, 389, -150, 23, 137, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>085d50f8-0539-45c9-8000-2e78459a74b7||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677968740463257, -0.04066622629761696, 0.1588873416185379, 109.45892333984375], [-0.013918265700340271, 2.6456656455993652, 0.44820651412010193, -112.35665130615234], [0.16244059801101685, -0.4437301754951477, 2.6577935218811035, -51.52315139770508], [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': ['140357.950000', '140358.410000', '140358.870000', '140359.330000', '140359.790000', '140400.250000', '140400.710000', '140401.170000', '140401.630000', '140402.090000', '140402.550000', '140403.010000', '140403.470000', '140403.930000', '140404.390000', '140404.850000', '140405.310000', '140405.770000', '140406.230000', '140406.690000', '140407.150000', '140407.610000', '140408.070000', '140408.530000', '140408.990000', '140409.450000', '140409.910000', '140410.370000', '140410.830000', '140411.290000', '140411.750000', '140412.210000', '140412.670000', '140413.130000', '140413.590000', '140414.050000', '140414.510000', '140414.970000', '140415.430000', '140415.890000', '140416.350000', '140416.810000', '140417.270000', '140417.730000', '140418.190000', '140418.650000', '140419.110000', '140419.570000', '140420.030000', '140420.490000', '140420.950000', '140421.410000', '140421.870000', '140422.330000', '140422.790000', '140423.250000', '140423.710000', '140424.170000', '140424.630000', '140425.090000', '140425.550000', '140426.010000', '140426.470000', '140426.930000', '140427.390000', '140427.850000', '140428.310000', '140428.770000', '140429.230000', '140429.690000', '140430.150000', '140430.610000', '140431.070000', '140431.530000', '140431.990000', '140432.450000', '140432.910000', '140433.370000', '140433.830000', '140434.290000', '140434.750000', '140435.210000', '140435.670000', '140436.130000', '140436.590000', '140437.050000', '140437.510000', '140437.970000', '140438.430000', '140438.890000', '140439.350000', '140439.810000', '140440.270000', '140440.730000', '140441.190000', '140441.650000', '140442.110000', '140442.570000', '140443.030000', '140443.490000', '140443.950000', '140444.410000', '140444.870000', '140445.330000', '140445.790000', '140446.250000', '140446.710000', '140447.170000', '140447.630000', '140448.090000', '140448.550000', '140449.010000', '140449.470000', '140449.930000', '140450.390000', '140450.850000', '140451.310000', '140451.770000', '140452.230000', '140452.690000', '140453.150000', '140453.610000', '140454.070000', '140454.530000', '140454.990000', '140455.450000', '140455.910000', '140456.370000', '140456.830000', '140457.290000', '140457.750000', '140458.210000', '140458.670000', '140459.130000', '140459.590000', '140500.050000', '140500.510000', '140500.970000', '140501.430000', '140501.890000', '140502.350000', '140502.810000', '140503.270000', '140503.730000', '140504.190000', '140504.650000', '140505.110000', '140505.570000', '140506.030000', '140506.490000', '140506.950000', '140507.410000', '140507.870000', '140508.330000', '140508.790000', '140509.250000', '140509.710000', '140510.170000', '140510.630000', '140511.090000', '140511.550000', '140512.010000', '140512.470000', '140512.930000', '140513.390000', '140513.850000', '140514.310000', '140514.770000', '140515.230000', '140515.690000', '140516.150000', '140516.610000', '140517.070000', '140517.530000', '140517.990000', '140518.450000', '140518.910000', '140519.370000', '140519.830000', '140520.290000', '140520.750000', '140521.210000', '140521.670000', '140522.130000', '140522.590000', '140523.050000', '140523.510000', '140523.970000', '140524.430000', '140524.890000', '140525.350000', '140525.810000', '140526.270000', '140526.730000', '140527.190000', '140527.650000', '140528.110000', '140528.570000', '140529.030000', '140529.490000', '140529.950000', '140530.410000', '140530.870000', '140531.330000', '140531.790000', '140532.250000', '140532.710000', '140533.170000', '140533.630000', '140534.090000', '140534.550000', '140535.010000', '140535.470000', '140535.930000', '140536.390000', '140536.850000', '140537.310000', '140537.770000', '140538.230000', '140538.690000', '140539.150000', '140539.610000', '140540.070000', '140540.530000', '140540.990000', '140541.450000', '140541.910000', '140542.370000', '140542.830000', '140543.290000', '140543.750000', '140544.210000', '140544.670000', '140545.130000', '140545.590000', '140546.050000', '140546.510000', '140546.970000', '140547.430000', '140547.890000', '140548.350000', '140548.810000', '140549.270000', '140549.730000', '140550.190000', '140550.650000', '140551.110000', '140551.570000', '140552.030000', '140552.490000', '140552.950000', '140553.410000', '140553.870000', '140554.330000', '140554.790000', '140555.250000', '140555.710000', '140556.170000', '140556.630000', '140557.090000', '140557.550000', '140558.010000', '140558.470000', '140558.930000', '140559.390000', '140559.850000', '140600.310000', '140600.770000', '140601.230000', '140601.690000', '140602.150000', '140602.610000', '140603.070000', '140603.530000', '140603.990000', '140604.450000', '140604.910000', '140605.370000', '140605.830000', '140606.290000', '140606.750000', '140607.210000', '140607.670000', '140608.130000', '140608.590000', '140609.050000', '140609.510000', '140609.970000', '140610.430000', '140610.890000', '140611.350000', '140611.810000', '140612.270000', '140612.730000', '140613.190000', '140613.650000', '140614.110000', '140614.570000', '140615.030000', '140615.490000', '140615.950000', '140616.410000', '140616.870000', '140617.330000', '140617.790000', '140618.250000', '140618.710000', '140619.170000', '140619.630000', '140620.090000', '140620.550000', '140621.010000', '140621.470000', '140621.930000', '140622.390000', '140622.850000', '140623.310000', '140623.770000', '140624.230000', '140624.690000', '140625.150000', '140625.610000', '140626.070000', '140626.530000', '140626.990000', '140627.450000', '140627.910000', '140628.370000', '140628.830000', '140629.290000', '140629.750000', '140630.210000', '140630.670000', '140631.130000', '140631.590000', '140632.050000', '140632.510000', '140632.970000', '140633.430000', '140633.890000', '140634.350000', '140634.810000', '140635.270000', '140635.730000', '140636.190000', '140636.650000', '140637.110000', '140637.570000', '140638.030000', '140638.490000', '140638.950000', '140639.410000', '140639.870000', '140640.330000', '140640.790000', '140641.250000', '140641.710000', '140642.170000', '140642.630000', '140643.090000', '140643.550000', '140644.010000', '140644.470000', '140644.930000', '140645.390000', '140645.850000', '140646.310000', '140646.770000', '140647.230000', '140647.690000', '140648.150000', '140648.610000', '140649.070000', '140649.530000', '140649.990000', '140650.450000', '140650.910000', '140651.370000', '140651.830000', '140652.290000', '140652.750000', '140653.210000', '140653.670000', '140654.130000', '140654.590000', '140655.050000', '140655.510000', '140655.970000', '140656.430000', '140656.890000', '140657.350000', '140657.810000', '140658.270000', '140658.730000', '140659.190000', '140659.650000', '140700.110000', '140700.570000', '140701.030000', '140701.490000', '140701.950000', '140702.410000', '140702.870000', '140703.330000', '140703.790000', '140704.250000', '140704.710000', '140705.170000', '140705.630000', '140706.090000', '140706.550000', '140707.010000', '140707.470000', '140707.930000', '140708.390000', '140708.850000', '140709.310000', '140709.770000', '140710.230000', '140710.690000', '140711.150000', '140711.610000', '140712.070000', '140712.530000', '140712.990000', '140713.450000', '140713.910000', '140714.370000', '140714.830000', '140715.290000', '140715.750000', '140716.210000', '140716.670000', '140717.130000', '140717.590000', '140718.050000', '140718.510000', '140718.970000', '140719.430000', '140719.890000', '140720.350000', '140720.810000', '140721.270000', '140721.730000', '140722.190000', '140722.650000', '140723.110000', '140723.570000', '140724.030000', '140724.490000', '140724.950000', '140725.410000', '140725.870000', '140726.330000', '140726.790000', '140727.250000', '140727.710000', '140728.170000', '140728.630000', '140729.090000', '140729.550000', '140730.010000', '140730.470000', '140730.930000', '140731.390000', '140731.850000', '140732.310000', '140732.770000', '140733.230000', '140733.690000', '140734.150000', '140734.610000', '140735.070000', '140735.530000', '140735.990000', '140736.450000', '140736.910000', '140737.370000', '140737.830000', '140738.290000', '140738.750000', '140739.210000', '140739.670000', '140740.130000', '140740.590000', '140741.050000', '140741.510000', '140741.970000', '140742.430000', '140742.890000', '140743.350000', '140743.810000', '140744.270000', '140744.730000', '140745.190000', '140745.650000', '140746.110000', '140746.570000', '140747.030000', '140747.490000', '140747.950000', '140748.410000', '140748.870000', '140749.330000', '140749.790000', '140750.250000', '140750.710000', '140751.170000', '140751.630000', '140752.090000', '140752.550000', '140753.010000', '140753.470000', '140753.930000', '140754.390000', '140754.850000', '140755.310000', '140755.770000', '140756.230000', '140756.690000', '140757.150000', '140757.610000', '140758.070000', '140758.530000', '140758.990000', '140759.450000', '140759.910000', '140800.370000', '140800.830000', '140801.290000', '140801.750000', '140802.210000', '140802.670000', '140803.130000', '140803.590000', '140804.050000', '140804.510000', '140804.970000', '140805.430000', '140805.890000', '140806.350000', '140806.810000', '140807.270000', '140807.730000', '140808.190000', '140808.650000', '140809.110000', '140809.570000', '140810.030000', '140810.490000', '140810.950000', '140811.410000', '140811.870000', '140812.330000', '140812.790000', '140813.250000', '140813.710000', '140814.170000', '140814.630000', '140815.090000', '140815.550000', '140816.010000', '140816.470000', '140816.930000', '140817.390000', '140817.850000', '140818.310000', '140818.770000', '140819.230000', '140819.690000', '140820.150000', '140820.610000', '140821.070000', '140821.530000', '140821.990000', '140822.450000', '140822.910000', '140823.370000', '140823.830000', '140824.290000', '140824.750000', '140825.210000', '140825.670000', '140826.130000', '140826.590000', '140827.050000', '140827.510000', '140827.970000', '140828.430000', '140828.890000', '140829.350000', '140829.810000', '140830.270000', '140830.730000', '140831.190000', '140831.650000', '140832.110000', '140832.570000', '140833.030000', '140833.490000', '140833.950000', '140834.410000', '140834.870000', '140835.330000', '140835.790000', '140836.250000', '140836.710000', '140837.170000', '140837.630000', '140838.090000', '140838.550000', '140839.010000', '140839.470000', '140839.930000', '140840.390000', '140840.850000', '140841.310000', '140841.770000', '140842.230000', '140842.690000', '140843.150000', '140843.610000', '140844.070000', '140844.530000', '140844.990000', '140845.450000', '140845.910000', '140846.370000', '140846.830000', '140847.290000', '140847.750000', '140848.210000', '140848.670000', '140849.130000', '140849.590000', '140850.050000', '140850.510000', '140850.970000', '140851.430000', '140851.890000', '140852.350000', '140852.810000', '140853.270000', '140853.730000', '140854.190000', '140854.650000', '140855.110000', '140855.570000', '140856.030000', '140856.490000', '140856.950000', '140857.410000', '140857.870000', '140858.330000', '140858.790000', '140859.250000', '140859.710000', '140900.170000', '140900.630000', '140901.090000', '140901.550000', '140902.010000', '140902.470000', '140902.930000', '140903.390000', '140903.850000', '140904.310000', '140904.770000', '140905.230000', '140905.690000', '140906.150000', '140906.610000', '140907.070000', '140907.530000', '140907.990000', '140908.450000', '140908.910000', '140909.370000', '140909.830000', '140910.290000', '140910.750000', '140911.210000', '140911.670000', '140912.130000', '140912.590000', '140913.050000', '140913.510000', '140913.970000', '140914.430000', '140914.890000', '140915.350000', '140915.810000', '140916.270000', '140916.730000', '140917.190000', '140917.650000', '140918.110000', '140918.570000', '140919.030000', '140919.490000', '140919.950000', '140920.410000', '140920.870000', '140921.330000', '140921.790000', '140922.250000', '140922.710000', '140923.170000', '140923.630000', '140924.090000', '140924.550000', '140925.010000', '140925.470000', '140925.930000', '140926.390000', '140926.850000', '140927.310000', '140927.770000', '140928.230000', '140928.690000', '140929.150000', '140929.610000', '140930.070000', '140930.530000', '140930.990000', '140931.450000', '140931.910000', '140932.370000', '140932.830000', '140933.290000', '140933.750000', '140934.210000', '140934.670000', '140935.130000', '140935.590000', '140936.050000', '140936.510000', '140936.970000', '140937.430000', '140937.890000', '140938.350000', '140938.810000', '140939.270000', '140939.730000', '140940.190000', '140940.650000', '140941.110000', '140941.570000', '140942.030000', '140942.490000', '140942.950000', '140943.410000', '140943.870000', '140944.330000', '140944.790000', '140945.250000', '140945.710000', '140946.170000', '140946.630000', '140947.090000', '140947.550000', '140948.010000', '140948.470000', '140948.930000', '140949.390000', '140949.850000', '140950.310000', '140950.770000', '140951.230000', '140951.690000', '140952.150000', '140952.610000', '140953.070000', '140953.530000', '140953.990000', '140954.450000', '140954.910000', '140955.370000', '140955.830000', '140956.290000', '140956.750000', '140957.210000', '140957.670000', '140958.130000', '140958.590000', '140959.050000', '140959.510000', '140959.970000', '141000.430000', '141000.890000', '141001.350000', '141001.810000', '141002.270000', '141002.730000', '141003.190000', '141003.650000', '141004.110000', '141004.570000', '141005.030000', '141005.490000', '141005.950000', '141006.410000', '141006.870000', '141007.330000', '141007.790000', '141008.250000', '141008.710000', '141009.170000', '141009.630000', '141010.090000', '141010.550000', '141011.010000', '141011.470000', '141011.930000', '141012.390000', '141012.850000', '141013.310000', '141013.770000', '141014.230000', '141014.690000', '141015.150000', '141015.610000', '141016.070000', '141016.530000', '141016.990000', '141017.450000', '141017.910000', '141018.370000', '141018.830000', '141019.290000', '141019.750000', '141020.210000', '141020.670000', '141021.130000', '141021.590000', '141022.050000', '141022.510000', '141022.970000', '141023.430000', '141023.890000', '141024.350000', '141024.810000', '141025.270000', '141025.730000', '141026.190000', '141026.650000', '141027.110000', '141027.570000', '141028.030000', '141028.490000', '141028.950000', '141029.410000', '141029.870000', '141030.330000', '141030.790000', '141031.250000', '141031.710000', '141032.170000', '141032.630000', '141033.090000', '141033.550000', '141034.010000', '141034.470000', '141034.930000', '141035.390000', '141035.850000', '141036.310000', '141036.770000', '141037.230000', '141037.690000', '141038.150000', '141038.610000'], 'ContentTime': ['140424.787000', '140424.790000', '140424.792000', '140424.795000', '140424.798000', '140424.800000', '140424.803000', '140424.805000', '140424.808000', '140424.810000', '140424.813000', '140424.815000', '140424.818000', '140424.820000', '140424.823000', '140424.825000', '140424.828000', '140424.830000', '140424.833000', '140424.835000', '140424.838000', '140424.840000', '140424.843000', '140424.846000', '140424.848000', '140424.851000', '140424.853000', '140424.856000', '140424.859000', '140424.861000', '140424.865000', '140424.868000', '140424.870000', '140424.873000', '140424.876000', '140424.878000', '140424.881000', '140424.884000', '140424.887000', '140424.890000', '140424.893000', '140424.895000', '140424.898000', '140424.900000', '140424.903000', '140424.905000', '140424.908000', '140424.910000', '140424.913000', '140424.915000', '140424.918000', '140424.920000', '140424.923000', '140424.926000', '140424.929000', '140424.932000', '140444.759000', '140444.762000', '140444.765000', '140444.772000', '140444.775000', '140444.777000', '140444.780000', '140444.783000', '140444.785000', '140444.788000', '140444.790000', '140444.793000', '140444.795000', '140444.798000', '140444.800000', '140444.803000', '140444.805000', '140444.808000', '140444.810000', '140444.813000', '140444.816000', '140444.818000', '140444.821000', '140444.823000', '140444.826000', '140444.828000', '140444.831000', '140444.833000', '140444.836000', '140444.838000', '140444.841000', '140444.843000', '140444.846000', '140444.848000', '140444.851000', '140444.854000', '140444.856000', '140444.859000', '140444.861000', '140444.864000', '140444.866000', '140444.869000', '140444.871000', '140444.874000', '140504.758000', '140504.761000', '140504.764000', '140504.766000', '140504.769000', '140504.771000', '140504.774000', '140504.776000', '140504.779000', '140504.781000', '140504.784000', '140504.786000', '140504.790000', '140504.793000', '140504.796000', '140504.798000', '140504.801000', '140504.803000', '140504.806000', '140504.808000', '140504.811000', '140504.814000', '140504.816000', '140504.819000', '140504.824000', '140504.827000', '140504.829000', '140504.832000', '140504.835000', '140504.837000', '140504.840000', '140504.842000', '140504.845000', '140504.847000', '140504.850000', '140504.852000', '140504.855000', '140504.858000', '140504.860000', '140504.863000', '140504.865000', '140504.868000', '140504.870000', '140524.758000', '140524.761000', '140524.764000', '140524.766000', '140524.769000', '140524.771000', '140524.774000', '140524.776000', '140524.779000', '140524.781000', '140524.784000', '140524.786000', '140524.789000', '140524.792000', '140524.794000', '140524.797000', '140524.799000', '140524.802000', '140524.805000', '140524.807000', '140524.810000', '140524.813000', '140524.815000', '140524.818000', '140524.820000', '140524.823000', '140524.826000', '140524.828000', '140524.831000', '140524.833000', '140524.836000', '140524.838000', '140524.841000', '140524.843000', '140524.846000', '140524.848000', '140524.851000', '140524.853000', '140524.856000', '140524.859000', '140524.861000', '140524.864000', '140524.866000', '140524.869000', '140544.759000', '140544.761000', '140544.764000', '140544.766000', '140544.769000', '140544.772000', '140544.774000', '140544.777000', '140544.786000', '140544.789000', '140544.834000', '140544.836000', '140544.839000', '140544.841000', '140544.844000', '140544.846000', '140544.849000', '140544.852000', '140544.854000', '140544.857000', '140544.859000', '140544.862000', '140544.865000', '140544.867000', '140544.870000', '140544.873000', '140544.875000', '140544.878000', '140544.880000', '140544.883000', '140544.885000', '140544.888000', '140544.891000', '140544.893000', '140544.896000', '140544.898000', '140544.901000', '140544.903000', '140544.906000', '140544.908000', '140544.911000', '140544.914000', '140544.916000', '140604.760000', '140604.762000', '140604.765000', '140604.768000', '140604.770000', '140604.773000', '140604.775000', '140604.778000', '140604.780000', '140604.783000', '140604.786000', '140604.788000', '140604.791000', '140604.793000', '140604.796000', '140604.798000', '140604.801000', '140604.803000', '140604.806000', '140604.809000', '140604.811000', '140604.814000', '140604.833000', '140604.835000', '140604.838000', '140604.845000', '140604.847000', '140604.850000', '140604.852000', '140604.855000', '140604.858000', '140604.860000', '140604.863000', '140604.865000', '140604.868000', '140604.870000', '140604.873000', '140604.876000', '140604.878000', '140604.881000', '140604.883000', '140604.886000', '140604.888000', '140604.891000', '140624.759000', '140624.762000', '140624.765000', '140624.767000', '140624.770000', '140624.772000', '140624.775000', '140624.778000', '140624.780000', '140624.783000', '140624.785000', '140624.792000', '140624.795000', '140624.797000', '140624.800000', '140624.802000', '140624.805000', '140624.807000', '140624.810000', '140624.813000', '140624.849000', '140624.852000', '140624.855000', '140624.858000', '140624.860000', '140624.863000', '140624.866000', '140624.869000', '140624.871000', '140624.874000', '140624.876000', '140624.879000', '140624.881000', '140624.884000', '140624.887000', '140624.889000', '140624.892000', '140624.894000', '140624.897000', '140624.899000', '140624.902000', '140624.905000', '140624.907000', '140644.759000', '140644.762000', '140644.765000', '140644.767000', '140644.770000', '140644.773000', '140644.775000', '140644.778000', '140644.780000', '140644.783000', '140644.786000', '140644.788000', '140644.791000', '140644.793000', '140644.796000', '140644.799000', '140644.801000', '140644.804000', '140644.807000', '140644.809000', '140644.812000', '140644.815000', '140644.867000', '140644.870000', '140644.873000', '140644.875000', '140644.878000', '140644.880000', '140644.883000', '140644.885000', '140644.888000', '140644.890000', '140644.893000', '140644.896000', '140644.898000', '140644.901000', '140644.903000', '140644.906000', '140644.908000', '140644.911000', '140644.914000', '140644.916000', '140644.919000', '140644.921000', '140704.760000', '140704.762000', '140704.765000', '140704.767000', '140704.770000', '140704.773000', '140704.776000', '140704.778000', '140704.781000', '140704.783000', '140704.786000', '140704.789000', '140704.791000', '140704.794000', '140704.796000', '140704.799000', '140704.801000', '140704.804000', '140704.807000', '140704.809000', '140704.812000', '140704.814000', '140704.855000', '140704.858000', '140704.860000', '140704.863000', '140704.865000', '140704.868000', '140704.870000', '140704.873000', '140704.876000', '140704.878000', '140704.881000', '140704.883000', '140704.886000', '140704.889000', '140704.892000', '140704.894000', '140704.897000', '140704.899000', '140704.902000', '140704.905000', '140704.907000', '140724.758000', '140724.761000', '140724.764000', '140724.767000', '140724.769000', '140724.772000', '140724.805000', '140724.808000', '140724.810000', '140724.813000', '140724.877000', '140724.880000', '140724.882000', '140724.885000', '140724.887000', '140724.890000', '140724.893000', '140724.895000', '140724.898000', '140724.900000', '140724.903000', '140724.906000', '140724.908000', '140724.911000', '140724.914000', '140724.916000', '140724.919000', '140724.921000', '140724.924000', '140724.926000', '140724.929000', '140724.931000', '140724.934000', '140724.937000', '140724.939000', '140724.942000', '140724.944000', '140724.947000', '140724.950000', '140724.952000', '140724.955000', '140724.957000', '140724.960000', '140724.963000', '140744.758000', '140744.761000', '140744.764000', '140744.766000', '140744.769000', '140744.772000', '140744.774000', '140744.777000', '140744.779000', '140744.782000', '140744.784000', '140744.787000', '140744.789000', '140744.792000', '140744.795000', '140744.797000', '140744.800000', '140744.802000', '140744.805000', '140744.807000', '140744.810000', '140744.812000', '140744.859000', '140744.862000', '140744.864000', '140744.867000', '140744.869000', '140744.872000', '140744.875000', '140744.878000', '140744.881000', '140744.884000', '140744.886000', '140744.889000', '140744.892000', '140744.894000', '140744.897000', '140744.899000', '140744.902000', '140744.905000', '140744.908000', '140744.910000', '140744.913000', '140804.758000', '140804.761000', '140804.764000', '140804.767000', '140804.770000', '140804.773000', '140804.775000', '140804.778000', '140804.780000', '140804.783000', '140804.785000', '140804.788000', '140804.791000', '140804.793000', '140804.796000', '140804.798000', '140804.801000', '140804.803000', '140804.806000', '140804.809000', '140804.811000', '140804.814000', '140804.870000', '140804.873000', '140804.875000', '140804.878000', '140804.880000', '140804.883000', '140804.885000', '140804.888000', '140804.890000', '140804.893000', '140804.896000', '140804.898000', '140804.901000', '140804.903000', '140804.906000', '140804.908000', '140804.911000', '140804.914000', '140804.916000', '140804.919000', '140804.921000', '140824.759000', '140824.762000', '140824.765000', '140824.767000', '140824.770000', '140824.772000', '140824.775000', '140824.778000', '140824.780000', '140824.783000', '140824.785000', '140824.788000', '140824.790000', '140824.793000', '140824.795000', '140824.798000', '140824.800000', '140824.803000', '140824.806000', '140824.808000', '140824.811000', '140824.813000', '140824.834000', '140824.837000', '140824.839000', '140824.842000', '140824.844000', '140824.847000', '140824.849000', '140824.852000', '140824.855000', '140824.857000', '140824.860000', '140824.862000', '140824.865000', '140824.867000', '140824.870000', '140824.872000', '140824.875000', '140824.878000', '140824.880000', '140824.883000', '140824.885000', '140824.888000', '140844.759000', '140844.762000', '140844.765000', '140844.768000', '140844.770000', '140844.773000', '140844.775000', '140844.778000', '140844.780000', '140844.783000', '140844.786000', '140844.788000', '140844.791000', '140844.793000', '140844.796000', '140844.798000', '140844.801000', '140844.804000', '140844.806000', '140844.809000', '140844.811000', '140844.814000', '140844.868000', '140844.870000', '140844.873000', '140844.875000', '140844.878000', '140844.880000', '140844.883000', '140844.886000', '140844.888000', '140844.910000', '140844.913000', '140844.915000', '140844.918000', '140844.920000', '140844.923000', '140844.926000', '140844.928000', '140844.931000', '140844.933000', '140844.936000', '140844.939000', '140844.941000', '140904.759000', '140904.762000', '140904.765000', '140904.767000', '140904.770000', '140904.772000', '140904.775000', '140904.778000', '140904.780000', '140904.790000', '140904.793000', '140904.795000', '140904.798000', '140904.800000', '140904.803000', '140904.806000', '140904.808000', '140904.811000', '140904.813000', '140904.834000', '140904.836000', '140904.839000', '140904.841000', '140904.844000', '140904.847000', '140904.849000', '140904.852000', '140904.854000', '140904.857000', '140904.859000', '140904.862000', '140904.865000', '140904.867000', '140904.870000', '140904.872000', '140904.875000', '140904.877000', '140904.880000', '140904.882000', '140904.885000', '140904.887000', '140904.890000', '140904.893000', '140924.759000', '140924.762000', '140924.765000', '140924.767000', '140924.770000', '140924.772000', '140924.775000', '140924.777000', '140924.780000', '140924.783000', '140924.785000', '140924.788000', '140924.790000', '140924.793000', '140924.795000', '140924.798000', '140924.801000', '140924.803000', '140924.806000', '140924.808000', '140924.811000', '140924.814000', '140924.880000', '140924.883000', '140924.885000', '140924.888000', '140924.890000', '140924.912000', '140924.914000', '140924.917000', '140924.919000', '140924.922000', '140924.925000', '140924.927000', '140924.930000', '140924.932000', '140924.935000', '140924.938000', '140924.940000', '140924.943000', '140924.945000', '140924.948000', '140924.950000', '140924.953000', '140944.759000', '140944.761000', '140944.764000', '140944.766000', '140944.769000', '140944.772000', '140944.774000', '140944.777000', '140944.779000', '140944.782000', '140944.784000', '140944.787000', '140944.789000', '140944.792000', '140944.795000', '140944.797000', '140944.800000', '140944.802000', '140944.805000', '140944.807000', '140944.810000', '140944.813000', '140944.866000', '140944.868000', '140944.871000', '140944.873000', '140944.876000', '140944.878000', '140944.881000', '140944.884000', '140944.886000', '140944.889000', '140944.891000', '140944.894000', '140944.896000', '140944.899000', '140944.901000', '140944.904000', '140944.906000', '140944.909000', '140944.912000', '140944.914000', '140944.917000', '141004.759000', '141004.761000', '141004.764000', '141004.767000', '141004.769000', '141004.772000', '141004.774000', '141004.777000', '141004.779000', '141004.783000', '141004.786000', '141004.788000', '141004.791000', '141004.794000', '141004.797000', '141004.799000', '141004.802000', '141004.804000', '141004.807000', '141004.809000', '141004.812000', '141004.815000', '141004.817000', '141004.820000', '141004.823000', '141004.825000', '141004.828000', '141004.831000', '141004.833000', '141004.836000', '141004.838000', '141004.841000', '141004.844000', '141004.846000', '141004.849000', '141004.851000', '141004.854000', '141004.856000', '141004.859000', '141004.861000', '141004.864000', '141004.867000', '141004.875000', '141004.878000', '141024.758000', '141024.761000', '141024.764000', '141024.766000', '141024.769000', '141024.771000', '141024.774000', '141024.776000', '141024.779000', '141024.782000', '141024.784000', '141024.787000', '141024.789000', '141024.792000', '141024.794000', '141024.797000', '141024.799000', '141024.802000', '141024.804000', '141024.807000', '141024.810000', '141024.812000', '141024.815000', '141024.817000', '141024.820000', '141024.822000', '141024.825000', '141024.828000', '141024.830000', '141024.833000', '141024.835000', '141024.838000', '141024.840000', '141024.843000', '141024.845000', '141024.848000', '141024.851000', '141024.853000', '141024.856000', '141024.858000', '141024.861000', '141024.863000', '141024.866000', '141039.666000', '141039.669000', '141039.672000', '141039.675000', '141039.677000', '141039.680000', '141039.683000', '141039.685000', '141039.688000', '141039.691000', '141039.693000', '141039.696000', '141039.699000', '141039.703000', '141039.706000', '141039.709000', '141039.719000', '141039.722000', '141039.724000', '141039.727000', '141039.744000', '141039.751000', '141039.757000', '141039.761000', '141039.763000', '141039.766000', '141039.769000', '141039.771000', '141039.775000', '141039.777000', '141039.780000', '141039.783000', '141039.789000'], 'InstanceCreationTime': ['140424.787000', '140424.790000', '140424.792000', '140424.795000', '140424.798000', '140424.800000', '140424.803000', '140424.805000', '140424.808000', '140424.810000', '140424.813000', '140424.815000', '140424.818000', '140424.820000', '140424.823000', '140424.825000', '140424.828000', '140424.830000', '140424.833000', '140424.835000', '140424.838000', '140424.840000', '140424.843000', '140424.846000', '140424.848000', '140424.851000', '140424.853000', '140424.856000', '140424.859000', '140424.861000', '140424.865000', '140424.868000', '140424.870000', '140424.873000', '140424.876000', '140424.878000', '140424.881000', '140424.884000', '140424.887000', '140424.890000', '140424.893000', '140424.895000', '140424.898000', '140424.900000', '140424.903000', '140424.905000', '140424.908000', '140424.910000', '140424.913000', '140424.915000', '140424.918000', '140424.920000', '140424.923000', '140424.926000', '140424.929000', '140424.932000', '140444.759000', '140444.762000', '140444.765000', '140444.772000', '140444.775000', '140444.777000', '140444.780000', '140444.783000', '140444.785000', '140444.788000', '140444.790000', '140444.793000', '140444.795000', '140444.798000', '140444.800000', '140444.803000', '140444.805000', '140444.808000', '140444.810000', '140444.813000', '140444.816000', '140444.818000', '140444.821000', '140444.823000', '140444.826000', '140444.828000', '140444.831000', '140444.833000', '140444.836000', '140444.838000', '140444.841000', '140444.843000', '140444.846000', '140444.848000', '140444.851000', '140444.854000', '140444.856000', '140444.859000', '140444.861000', '140444.864000', '140444.866000', '140444.869000', '140444.871000', '140444.874000', '140504.758000', '140504.761000', '140504.764000', '140504.766000', '140504.769000', '140504.771000', '140504.774000', '140504.776000', '140504.779000', '140504.781000', '140504.784000', '140504.786000', '140504.790000', '140504.793000', '140504.796000', '140504.798000', '140504.801000', '140504.803000', '140504.806000', '140504.808000', '140504.811000', '140504.814000', '140504.816000', '140504.819000', '140504.824000', '140504.827000', '140504.829000', '140504.832000', '140504.835000', '140504.837000', '140504.840000', '140504.842000', '140504.845000', '140504.847000', '140504.850000', '140504.852000', '140504.855000', '140504.858000', '140504.860000', '140504.863000', '140504.865000', '140504.868000', '140504.870000', '140524.758000', '140524.761000', '140524.764000', '140524.766000', '140524.769000', '140524.771000', '140524.774000', '140524.776000', '140524.779000', '140524.781000', '140524.784000', '140524.786000', '140524.789000', '140524.792000', '140524.794000', '140524.797000', '140524.799000', '140524.802000', '140524.805000', '140524.807000', '140524.810000', '140524.813000', '140524.815000', '140524.818000', '140524.820000', '140524.823000', '140524.826000', '140524.828000', '140524.831000', '140524.833000', '140524.836000', '140524.838000', '140524.841000', '140524.843000', '140524.846000', '140524.848000', '140524.851000', '140524.853000', '140524.856000', '140524.859000', '140524.861000', '140524.864000', '140524.866000', '140524.869000', '140544.759000', '140544.761000', '140544.764000', '140544.766000', '140544.769000', '140544.772000', '140544.774000', '140544.777000', '140544.786000', '140544.789000', '140544.834000', '140544.836000', '140544.839000', '140544.841000', '140544.844000', '140544.846000', '140544.849000', '140544.852000', '140544.854000', '140544.857000', '140544.859000', '140544.862000', '140544.865000', '140544.867000', '140544.870000', '140544.873000', '140544.875000', '140544.878000', '140544.880000', '140544.883000', '140544.885000', '140544.888000', '140544.891000', '140544.893000', '140544.896000', '140544.898000', '140544.901000', '140544.903000', '140544.906000', '140544.908000', '140544.911000', '140544.914000', '140544.916000', '140604.760000', '140604.762000', '140604.765000', '140604.768000', '140604.770000', '140604.773000', '140604.775000', '140604.778000', '140604.780000', '140604.783000', '140604.786000', '140604.788000', '140604.791000', '140604.793000', '140604.796000', '140604.798000', '140604.801000', '140604.803000', '140604.806000', '140604.809000', '140604.811000', '140604.814000', '140604.833000', '140604.835000', '140604.838000', '140604.845000', '140604.847000', '140604.850000', '140604.852000', '140604.855000', '140604.858000', '140604.860000', '140604.863000', '140604.865000', '140604.868000', '140604.870000', '140604.873000', '140604.876000', '140604.878000', '140604.881000', '140604.883000', '140604.886000', '140604.888000', '140604.891000', '140624.759000', '140624.762000', '140624.765000', '140624.767000', '140624.770000', '140624.772000', '140624.775000', '140624.778000', '140624.780000', '140624.783000', '140624.785000', '140624.792000', '140624.795000', '140624.797000', '140624.800000', '140624.802000', '140624.805000', '140624.807000', '140624.810000', '140624.813000', '140624.849000', '140624.852000', '140624.855000', '140624.858000', '140624.860000', '140624.863000', '140624.866000', '140624.869000', '140624.871000', '140624.874000', '140624.876000', '140624.879000', '140624.881000', '140624.884000', '140624.887000', '140624.889000', '140624.892000', '140624.894000', '140624.897000', '140624.899000', '140624.902000', '140624.905000', '140624.907000', '140644.759000', '140644.762000', '140644.765000', '140644.767000', '140644.770000', '140644.773000', '140644.775000', '140644.778000', '140644.780000', '140644.783000', '140644.786000', '140644.788000', '140644.791000', '140644.793000', '140644.796000', '140644.799000', '140644.801000', '140644.804000', '140644.807000', '140644.809000', '140644.812000', '140644.815000', '140644.867000', '140644.870000', '140644.873000', '140644.875000', '140644.878000', '140644.880000', '140644.883000', '140644.885000', '140644.888000', '140644.890000', '140644.893000', '140644.896000', '140644.898000', '140644.901000', '140644.903000', '140644.906000', '140644.908000', '140644.911000', '140644.914000', '140644.916000', '140644.919000', '140644.921000', '140704.760000', '140704.762000', '140704.765000', '140704.767000', '140704.770000', '140704.773000', '140704.776000', '140704.778000', '140704.781000', '140704.783000', '140704.786000', '140704.789000', '140704.791000', '140704.794000', '140704.796000', '140704.799000', '140704.801000', '140704.804000', '140704.807000', '140704.809000', '140704.812000', '140704.814000', '140704.855000', '140704.858000', '140704.860000', '140704.863000', '140704.865000', '140704.868000', '140704.870000', '140704.873000', '140704.876000', '140704.878000', '140704.881000', '140704.883000', '140704.886000', '140704.889000', '140704.892000', '140704.894000', '140704.897000', '140704.899000', '140704.902000', '140704.905000', '140704.907000', '140724.758000', '140724.761000', '140724.764000', '140724.767000', '140724.769000', '140724.772000', '140724.805000', '140724.808000', '140724.810000', '140724.813000', '140724.877000', '140724.880000', '140724.882000', '140724.885000', '140724.887000', '140724.890000', '140724.893000', '140724.895000', '140724.898000', '140724.900000', '140724.903000', '140724.906000', '140724.908000', '140724.911000', '140724.914000', '140724.916000', '140724.919000', '140724.921000', '140724.924000', '140724.926000', '140724.929000', '140724.931000', '140724.934000', '140724.937000', '140724.939000', '140724.942000', '140724.944000', '140724.947000', '140724.950000', '140724.952000', '140724.955000', '140724.957000', '140724.960000', '140724.963000', '140744.758000', '140744.761000', '140744.764000', '140744.766000', '140744.769000', '140744.772000', '140744.774000', '140744.777000', '140744.779000', '140744.782000', '140744.784000', '140744.787000', '140744.789000', '140744.792000', '140744.795000', '140744.797000', '140744.800000', '140744.802000', '140744.805000', '140744.807000', '140744.810000', '140744.812000', '140744.859000', '140744.862000', '140744.864000', '140744.867000', '140744.869000', '140744.872000', '140744.875000', '140744.878000', '140744.881000', '140744.884000', '140744.886000', '140744.889000', '140744.892000', '140744.894000', '140744.897000', '140744.899000', '140744.902000', '140744.905000', '140744.908000', '140744.910000', '140744.913000', '140804.758000', '140804.761000', '140804.764000', '140804.767000', '140804.770000', '140804.773000', '140804.775000', '140804.778000', '140804.780000', '140804.783000', '140804.785000', '140804.788000', '140804.791000', '140804.793000', '140804.796000', '140804.798000', '140804.801000', '140804.803000', '140804.806000', '140804.809000', '140804.811000', '140804.814000', '140804.870000', '140804.873000', '140804.875000', '140804.878000', '140804.880000', '140804.883000', '140804.885000', '140804.888000', '140804.890000', '140804.893000', '140804.896000', '140804.898000', '140804.901000', '140804.903000', '140804.906000', '140804.908000', '140804.911000', '140804.914000', '140804.916000', '140804.919000', '140804.921000', '140824.759000', '140824.762000', '140824.765000', '140824.767000', '140824.770000', '140824.772000', '140824.775000', '140824.778000', '140824.780000', '140824.783000', '140824.785000', '140824.788000', '140824.790000', '140824.793000', '140824.795000', '140824.798000', '140824.800000', '140824.803000', '140824.806000', '140824.808000', '140824.811000', '140824.813000', '140824.834000', '140824.837000', '140824.839000', '140824.842000', '140824.844000', '140824.847000', '140824.849000', '140824.852000', '140824.855000', '140824.857000', '140824.860000', '140824.862000', '140824.865000', '140824.867000', '140824.870000', '140824.872000', '140824.875000', '140824.878000', '140824.880000', '140824.883000', '140824.885000', '140824.888000', '140844.759000', '140844.762000', '140844.765000', '140844.768000', '140844.770000', '140844.773000', '140844.775000', '140844.778000', '140844.780000', '140844.783000', '140844.786000', '140844.788000', '140844.791000', '140844.793000', '140844.796000', '140844.798000', '140844.801000', '140844.804000', '140844.806000', '140844.809000', '140844.811000', '140844.814000', '140844.868000', '140844.870000', '140844.873000', '140844.875000', '140844.878000', '140844.880000', '140844.883000', '140844.886000', '140844.888000', '140844.910000', '140844.913000', '140844.915000', '140844.918000', '140844.920000', '140844.923000', '140844.926000', '140844.928000', '140844.931000', '140844.933000', '140844.936000', '140844.939000', '140844.941000', '140904.759000', '140904.762000', '140904.765000', '140904.767000', '140904.770000', '140904.772000', '140904.775000', '140904.778000', '140904.780000', '140904.790000', '140904.793000', '140904.795000', '140904.798000', '140904.800000', '140904.803000', '140904.806000', '140904.808000', '140904.811000', '140904.813000', '140904.834000', '140904.836000', '140904.839000', '140904.841000', '140904.844000', '140904.847000', '140904.849000', '140904.852000', '140904.854000', '140904.857000', '140904.859000', '140904.862000', '140904.865000', '140904.867000', '140904.870000', '140904.872000', '140904.875000', '140904.877000', '140904.880000', '140904.882000', '140904.885000', '140904.887000', '140904.890000', '140904.893000', '140924.759000', '140924.762000', '140924.765000', '140924.767000', '140924.770000', '140924.772000', '140924.775000', '140924.777000', '140924.780000', '140924.783000', '140924.785000', '140924.788000', '140924.790000', '140924.793000', '140924.795000', '140924.798000', '140924.801000', '140924.803000', '140924.806000', '140924.808000', '140924.811000', '140924.814000', '140924.880000', '140924.883000', '140924.885000', '140924.888000', '140924.890000', '140924.912000', '140924.914000', '140924.917000', '140924.919000', '140924.922000', '140924.925000', '140924.927000', '140924.930000', '140924.932000', '140924.935000', '140924.938000', '140924.940000', '140924.943000', '140924.945000', '140924.948000', '140924.950000', '140924.953000', '140944.759000', '140944.761000', '140944.764000', '140944.766000', '140944.769000', '140944.772000', '140944.774000', '140944.777000', '140944.779000', '140944.782000', '140944.784000', '140944.787000', '140944.789000', '140944.792000', '140944.795000', '140944.797000', '140944.800000', '140944.802000', '140944.805000', '140944.807000', '140944.810000', '140944.813000', '140944.866000', '140944.868000', '140944.871000', '140944.873000', '140944.876000', '140944.878000', '140944.881000', '140944.884000', '140944.886000', '140944.889000', '140944.891000', '140944.894000', '140944.896000', '140944.899000', '140944.901000', '140944.904000', '140944.906000', '140944.909000', '140944.912000', '140944.914000', '140944.917000', '141004.759000', '141004.761000', '141004.764000', '141004.767000', '141004.769000', '141004.772000', '141004.774000', '141004.777000', '141004.779000', '141004.783000', '141004.786000', '141004.788000', '141004.791000', '141004.794000', '141004.797000', '141004.799000', '141004.802000', '141004.804000', '141004.807000', '141004.809000', '141004.812000', '141004.815000', '141004.817000', '141004.820000', '141004.823000', '141004.825000', '141004.828000', '141004.831000', '141004.833000', '141004.836000', '141004.838000', '141004.841000', '141004.844000', '141004.846000', '141004.849000', '141004.851000', '141004.854000', '141004.856000', '141004.859000', '141004.861000', '141004.864000', '141004.867000', '141004.875000', '141004.878000', '141024.758000', '141024.761000', '141024.764000', '141024.766000', '141024.769000', '141024.771000', '141024.774000', '141024.776000', '141024.779000', '141024.782000', '141024.784000', '141024.787000', '141024.789000', '141024.792000', '141024.794000', '141024.797000', '141024.799000', '141024.802000', '141024.804000', '141024.807000', '141024.810000', '141024.812000', '141024.815000', '141024.817000', '141024.820000', '141024.822000', '141024.825000', '141024.828000', '141024.830000', '141024.833000', '141024.835000', '141024.838000', '141024.840000', '141024.843000', '141024.845000', '141024.848000', '141024.851000', '141024.853000', '141024.856000', '141024.858000', '141024.861000', '141024.863000', '141024.866000', '141039.666000', '141039.669000', '141039.672000', '141039.675000', '141039.677000', '141039.680000', '141039.683000', '141039.685000', '141039.688000', '141039.691000', '141039.693000', '141039.696000', '141039.699000', '141039.703000', '141039.706000', '141039.709000', '141039.719000', '141039.722000', '141039.724000', '141039.727000', '141039.744000', '141039.751000', '141039.757000', '141039.761000', '141039.763000', '141039.766000', '141039.769000', '141039.771000', '141039.775000', '141039.777000', '141039.780000', '141039.783000', '141039.789000'], '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': [11278, 8610, 8531, 7777, 8603, 7724, 8709, 7485, 8623, 7533, 8403, 7343, 8717, 7601, 9398, 7820, 9944, 7781, 8338, 7427, 7928, 7167, 8071, 8228, 7807, 11199, 7937, 8040, 7610, 7958, 7654, 9734, 7765, 8647, 7137, 8112, 8356, 7729, 7889, 7592, 7099, 7429, 7071, 7888, 11373, 7704, 10667, 7980, 7892, 7273, 7590, 7205, 7614, 10013, 7380, 9362, 7794, 7965, 7095, 7761, 7024, 7983, 7212, 7691, 11687, 7952, 8703, 7491, 7981, 8731, 7887, 10241, 7931, 8109, 7213, 7733, 7542, 7940, 10703, 7570, 8537, 7311, 7668, 7218, 7683, 10831, 7457, 8891, 7323, 8086, 7423, 7992, 11096, 7735, 7779, 7301, 7415, 7310, 8284, 7174, 7720, 11137, 7883, 8230, 10401, 7896, 9934, 7441, 7458, 9246, 7548, 9903, 7233, 7414, 9426, 7672, 9096, 7495, 7714, 7370, 7749, 10107, 7512, 8484, 7489, 7218, 7237, 7723, 7438, 8148, 11287, 7672, 9942, 8054, 8025, 7194, 7570, 10588, 7874, 8746, 7143, 7559, 9261, 7744, 9030, 7261, 8652, 6946, 8025, 10450, 7613, 9598, 7560, 7860, 7383, 7897, 8436, 7664, 10112, 7583, 7840, 7125, 7733, 7508, 7571, 10009, 7249, 8706, 7378, 7843, 7459, 7468, 10875, 7400, 8897, 7013, 7706, 9709, 7746, 9674, 7626, 8945, 7288, 8137, 7301, 7807, 10390, 7639, 8492, 7710, 9083, 7339, 8897, 7612, 8344, 8117, 7834, 10325, 7675, 9933, 7989, 8159, 11109, 7351, 9468, 7625, 8003, 7130, 7612, 8477, 7490, 10372, 7924, 9112, 7385, 8857, 7078, 8196, 11327, 7807, 9320, 7910, 9670, 7910, 9407, 7500, 8589, 10093, 7805, 10826, 7588, 9036, 7410, 8363, 10307, 7655, 9480, 7828, 7973, 7221, 7692, 10500, 7411, 9088, 7728, 7716, 7255, 7820, 11016, 7517, 9322, 7670, 7894, 7277, 7866, 10421, 7204, 9219, 7295, 8388, 10541, 7604, 9521, 7515, 8405, 8347, 7636, 10854, 8022, 8941, 7300, 7700, 7133, 8038, 11184, 7839, 10921, 7979, 7863, 9011, 7792, 9324, 7400, 8929, 7149, 7867, 7183, 7996, 9515, 7852, 9282, 7735, 8887, 7222, 7840, 11230, 7384, 8293, 7682, 7785, 7337, 7621, 10168, 7166, 8671, 7134, 7574, 7273, 7287, 7604, 7117, 7643, 10798, 7905, 8943, 9320, 7651, 11047, 8178, 8446, 10648, 7956, 7298, 7920, 7211, 10287, 8480, 10805, 13872, 7807, 12752, 8349, 7694, 8601, 7648, 8860, 7569, 7633, 7148, 7462, 7663, 7726, 10061, 7321, 9019, 7474, 8274, 7292, 8107, 8826, 7387, 9977, 8234, 8402, 7377, 8159, 7941, 7799, 11738, 7678, 9374, 7967, 7604, 7359, 7406, 7252, 7642, 11133, 7406, 9279, 7101, 7657, 8477, 7457, 9711, 7350, 8663, 7088, 7978, 11060, 7463, 9489, 7754, 7794, 7170, 7984, 7240, 7806, 10522, 7519, 9288, 7839, 8218, 7175, 8122, 7344, 7384, 11101, 7643, 8734, 7704, 8123, 7163, 7942, 7409, 7946, 7310, 7460, 7252, 8126, 7293, 8087, 11179, 7747, 10192, 7418, 10098, 7468, 8261, 9859, 7508, 10162, 7393, 9123, 7414, 8379, 7064, 7990, 7256, 7484, 7231, 7381, 7162, 8272, 10244, 7557, 10849, 7915, 8745, 7573, 8130, 7048, 7813, 8255, 7792, 9474, 7798, 7733, 7973, 9046, 7722, 9967, 7853, 8711, 7768, 7758, 7817, 7202, 8264, 7818, 9798, 7720, 7492, 9164, 7820, 10527, 8363, 8153, 11415, 7852, 10983, 7686, 7198, 7751, 7192, 8203, 7545, 8954, 7593, 7563, 7858, 7566, 8016, 7266, 8764, 10213, 7845, 12150, 7855, 8626, 7624, 7993, 7290, 8265, 7089, 7840, 7129, 7682, 7223, 8500, 7570, 9385, 7289, 9062, 8540, 7826, 7711, 7878, 7395, 7814, 7375, 8268, 8094, 8179, 10796, 7867, 8550, 7678, 9320, 7639, 7942, 7124, 7743, 7344, 7534, 7059, 8185, 7255, 8862, 7410, 8069, 11275, 7764, 9307, 7450, 8570, 7243, 7956, 10986, 7681, 9954, 7311, 7961, 7315, 7955, 9588, 7920, 8880, 7270, 8337, 7170, 7684, 9359, 7913, 8983, 7334, 8769, 7324, 8120, 7375, 7924, 8138, 7835, 9713, 7435, 8927, 7074, 8118, 11080, 8052, 9793, 7947, 7954, 7513, 7974, 11072, 7427, 8181, 7272, 7729, 7226, 7925, 7962, 7877, 10839, 7645, 8945, 7523, 8473, 7364, 8212, 10553, 7750, 9496, 8058, 7521, 7579, 7637, 7770, 9431, 7543, 7948, 10667, 7621, 8808, 7633, 8311, 7284, 7917, 10041, 7783, 9158, 8289, 7675, 7409, 7755, 7952, 7958, 10592, 7524, 7951, 7097, 7903, 7388, 7803, 11217, 7662, 9084, 7685, 7686, 7224, 7935, 8298, 7911, 11779, 7808, 8795, 7815, 7508, 7324, 7817, 7577, 7806, 10579, 7662, 7499, 7183, 7790, 7479, 7682, 10063, 7546, 8200, 7331, 7785, 7386, 8046, 10406, 7748, 8174, 7448, 7899, 9961, 7828, 8404, 7468, 8122, 7332, 7953, 7425, 8061, 10647, 7687, 8050, 7421, 7326, 7420, 8731, 7216, 8045, 10869, 7412, 9062, 7568, 7800, 7193, 7701, 7411, 7757, 11134, 7487, 8973, 7404, 7981, 11537, 7689, 9019, 7441, 7711, 7311, 7885, 7988, 7586, 9192, 7440, 8355, 8014, 8007, 7997, 8414, 7541, 8690, 7739, 7417, 8447, 9102, 10369, 7835, 7906, 12379, 7921, 9917, 7385, 7685, 7375, 7554, 7168, 7789, 7218, 7879, 7693, 7576, 9650, 7597, 7344, 7605, 8965, 7408, 8928, 7301, 7646, 7978, 7879, 7304, 7651, 7253, 7991, 10760, 8096, 8825, 7809, 9510, 7507, 9290, 8779, 7905, 10694, 7634, 9828, 7456, 8553, 7430, 7734, 7298, 7755, 7552, 7610, 9380, 7307, 7715, 7348, 7806, 7197, 7618, 7315, 7903, 8113, 7977, 9872, 7994, 9098, 8024, 8634, 7890, 7676, 7843, 7639, 7172, 7753, 8806, 7921, 9793, 7491, 7797, 7937, 7460, 7956, 8096, 7484, 7896, 8227, 7475, 7899, 7229, 7977, 7773, 9084, 12538, 9023, 10863, 7834, 7365, 7297, 7606, 7330, 7829, 9433, 7856, 7765, 7908, 7517, 7803, 8634, 7745, 8204, 7857, 7668, 7828, 9984, 7806, 9035, 7638, 8601, 8198, 7495, 7488, 7521, 7533, 8060, 9408, 7798, 9473, 7558, 7576, 7550, 7847, 7237, 7535, 7419, 7746, 7708, 7820, 8658, 8028, 9305, 8157, 8182, 7488, 8124, 7560, 7716, 7483, 8015, 10360, 7854, 7691, 7688, 7582, 7445, 7570, 7551, 7553], 'WindowCenter': [4308.0, 4262.0, 4246.0, 4223.0, 4232.0, 4211.0, 4230.0, 4210.0, 4230.0, 4209.0, 4218.0, 4212.0, 4218.0, 4209.0, 4228.0, 4220.0, 4242.0, 4219.0, 4221.0, 4210.0, 4221.0, 4210.0, 4233.0, 4232.0, 4221.0, 4249.0, 4221.0, 4221.0, 4222.0, 4221.0, 4222.0, 4243.0, 4222.0, 4233.0, 4210.0, 4233.0, 4220.0, 4220.0, 4219.0, 4222.0, 4211.0, 4220.0, 4209.0, 4231.0, 4250.0, 4220.0, 4249.0, 4221.0, 4221.0, 4210.0, 4220.0, 4209.0, 4221.0, 4241.0, 4220.0, 4241.0, 4222.0, 4220.0, 4211.0, 4221.0, 4209.0, 4231.0, 4220.0, 4222.0, 4260.0, 4220.0, 4230.0, 4220.0, 4233.0, 4230.0, 4232.0, 4249.0, 4221.0, 4221.0, 4210.0, 4222.0, 4209.0, 4219.0, 4238.0, 4210.0, 4231.0, 4209.0, 4220.0, 4208.0, 4222.0, 4248.0, 4220.0, 4229.0, 4209.0, 4220.0, 4220.0, 4231.0, 4252.0, 4221.0, 4209.0, 4210.0, 4210.0, 4222.0, 4232.0, 4212.0, 4224.0, 4252.0, 4220.0, 4232.0, 4240.0, 4222.0, 4241.0, 4210.0, 4210.0, 4227.0, 4209.0, 4228.0, 4207.0, 4207.0, 4228.0, 4207.0, 4228.0, 4208.0, 4217.0, 4209.0, 4219.0, 4239.0, 4208.0, 4230.0, 4210.0, 4209.0, 4221.0, 4222.0, 4222.0, 4232.0, 4251.0, 4222.0, 4243.0, 4221.0, 4220.0, 4199.0, 4221.0, 4250.0, 4219.0, 4230.0, 4209.0, 4210.0, 4227.0, 4209.0, 4216.0, 4209.0, 4219.0, 4209.0, 4221.0, 4239.0, 4218.0, 4227.0, 4208.0, 4218.0, 4208.0, 4218.0, 4206.0, 4208.0, 4237.0, 4207.0, 4218.0, 4198.0, 4219.0, 4209.0, 4221.0, 4240.0, 4221.0, 4230.0, 4220.0, 4233.0, 4221.0, 4222.0, 4252.0, 4220.0, 4242.0, 4211.0, 4220.0, 4239.0, 4220.0, 4238.0, 4219.0, 4231.0, 4209.0, 4219.0, 4210.0, 4222.0, 4239.0, 4219.0, 4229.0, 4221.0, 4233.0, 4222.0, 4244.0, 4233.0, 4232.0, 4222.0, 4225.0, 4252.0, 4233.0, 4253.0, 4232.0, 4233.0, 4253.0, 4222.0, 4240.0, 4220.0, 4218.0, 4209.0, 4221.0, 4228.0, 4220.0, 4239.0, 4220.0, 4229.0, 4222.0, 4243.0, 4210.0, 4232.0, 4248.0, 4221.0, 4230.0, 4232.0, 4241.0, 4231.0, 4242.0, 4211.0, 4231.0, 4240.0, 4211.0, 4239.0, 4209.0, 4229.0, 4206.0, 4231.0, 4239.0, 4218.0, 4239.0, 4221.0, 4220.0, 4207.0, 4220.0, 4248.0, 4221.0, 4230.0, 4219.0, 4218.0, 4208.0, 4221.0, 4240.0, 4211.0, 4231.0, 4209.0, 4219.0, 4210.0, 4222.0, 4240.0, 4220.0, 4242.0, 4221.0, 4234.0, 4252.0, 4223.0, 4242.0, 4221.0, 4234.0, 4232.0, 4234.0, 4252.0, 4231.0, 4231.0, 4221.0, 4222.0, 4209.0, 4233.0, 4251.0, 4220.0, 4240.0, 4219.0, 4219.0, 4230.0, 4210.0, 4229.0, 4210.0, 4228.0, 4208.0, 4217.0, 4209.0, 4221.0, 4240.0, 4232.0, 4240.0, 4221.0, 4242.0, 4209.0, 4220.0, 4249.0, 4208.0, 4218.0, 4220.0, 4210.0, 4209.0, 4221.0, 4239.0, 4209.0, 4231.0, 4210.0, 4220.0, 4210.0, 4223.0, 4233.0, 4221.0, 4236.0, 4265.0, 4234.0, 4244.0, 4244.0, 4233.0, 4264.0, 4234.0, 4234.0, 4253.0, 4231.0, 4211.0, 4222.0, 4209.0, 4243.0, 4220.0, 4240.0, 4246.0, 4196.0, 4246.0, 4206.0, 4197.0, 4204.0, 4195.0, 4215.0, 4195.0, 4195.0, 4186.0, 4195.0, 4195.0, 4207.0, 4237.0, 4208.0, 4230.0, 4211.0, 4219.0, 4208.0, 4231.0, 4241.0, 4223.0, 4252.0, 4232.0, 4233.0, 4223.0, 4235.0, 4221.0, 4222.0, 4252.0, 4220.0, 4230.0, 4219.0, 4221.0, 4209.0, 4210.0, 4210.0, 4223.0, 4251.0, 4212.0, 4243.0, 4212.0, 4223.0, 4230.0, 4221.0, 4242.0, 4220.0, 4231.0, 4211.0, 4231.0, 4251.0, 4222.0, 4242.0, 4222.0, 4210.0, 4211.0, 4221.0, 4212.0, 4222.0, 4251.0, 4221.0, 4241.0, 4221.0, 4231.0, 4212.0, 4232.0, 4223.0, 4235.0, 4263.0, 4222.0, 4230.0, 4222.0, 4232.0, 4211.0, 4233.0, 4224.0, 4233.0, 4223.0, 4224.0, 4224.0, 4245.0, 4233.0, 4247.0, 4264.0, 4235.0, 4256.0, 4235.0, 4254.0, 4225.0, 4234.0, 4241.0, 4223.0, 4253.0, 4223.0, 4241.0, 4221.0, 4232.0, 4211.0, 4222.0, 4210.0, 4210.0, 4211.0, 4210.0, 4210.0, 4232.0, 4242.0, 4221.0, 4250.0, 4220.0, 4218.0, 4219.0, 4219.0, 4197.0, 4221.0, 4220.0, 4220.0, 4229.0, 4219.0, 4218.0, 4230.0, 4228.0, 4222.0, 4241.0, 4221.0, 4230.0, 4222.0, 4219.0, 4221.0, 4221.0, 4234.0, 4232.0, 4254.0, 4234.0, 4225.0, 4255.0, 4235.0, 4265.0, 4232.0, 4224.0, 4251.0, 4223.0, 4250.0, 4218.0, 4198.0, 4220.0, 4209.0, 4230.0, 4222.0, 4240.0, 4232.0, 4223.0, 4234.0, 4233.0, 4234.0, 4235.0, 4256.0, 4254.0, 4234.0, 4261.0, 4219.0, 4230.0, 4222.0, 4220.0, 4210.0, 4234.0, 4210.0, 4220.0, 4207.0, 4221.0, 4210.0, 4232.0, 4220.0, 4242.0, 4210.0, 4231.0, 4221.0, 4223.0, 4210.0, 4219.0, 4209.0, 4219.0, 4208.0, 4230.0, 4219.0, 4231.0, 4249.0, 4220.0, 4229.0, 4222.0, 4240.0, 4221.0, 4233.0, 4210.0, 4220.0, 4210.0, 4221.0, 4211.0, 4231.0, 4223.0, 4242.0, 4221.0, 4232.0, 4251.0, 4220.0, 4243.0, 4223.0, 4233.0, 4222.0, 4234.0, 4252.0, 4222.0, 4240.0, 4221.0, 4231.0, 4222.0, 4233.0, 4240.0, 4221.0, 4231.0, 4212.0, 4222.0, 4211.0, 4222.0, 4229.0, 4220.0, 4230.0, 4222.0, 4230.0, 4223.0, 4233.0, 4223.0, 4234.0, 4232.0, 4234.0, 4243.0, 4222.0, 4244.0, 4223.0, 4234.0, 4252.0, 4232.0, 4241.0, 4221.0, 4219.0, 4207.0, 4222.0, 4251.0, 4210.0, 4218.0, 4209.0, 4219.0, 4208.0, 4232.0, 4218.0, 4234.0, 4250.0, 4223.0, 4231.0, 4221.0, 4233.0, 4209.0, 4234.0, 4251.0, 4222.0, 4243.0, 4221.0, 4220.0, 4222.0, 4222.0, 4232.0, 4243.0, 4221.0, 4232.0, 4252.0, 4221.0, 4231.0, 4222.0, 4233.0, 4219.0, 4233.0, 4252.0, 4222.0, 4243.0, 4231.0, 4209.0, 4210.0, 4223.0, 4233.0, 4234.0, 4250.0, 4220.0, 4222.0, 4211.0, 4232.0, 4220.0, 4221.0, 4263.0, 4233.0, 4240.0, 4223.0, 4222.0, 4220.0, 4232.0, 4220.0, 4221.0, 4249.0, 4222.0, 4232.0, 4209.0, 4211.0, 4209.0, 4221.0, 4209.0, 4221.0, 4240.0, 4208.0, 4208.0, 4199.0, 4221.0, 4207.0, 4223.0, 4239.0, 4220.0, 4230.0, 4208.0, 4219.0, 4210.0, 4221.0, 4252.0, 4220.0, 4231.0, 4219.0, 4221.0, 4240.0, 4219.0, 4218.0, 4210.0, 4220.0, 4211.0, 4222.0, 4210.0, 4232.0, 4249.0, 4223.0, 4221.0, 4224.0, 4223.0, 4222.0, 4247.0, 4222.0, 4233.0, 4252.0, 4222.0, 4243.0, 4225.0, 4222.0, 4213.0, 4220.0, 4220.0, 4223.0, 4249.0, 4211.0, 4232.0, 4209.0, 4219.0, 4248.0, 4220.0, 4229.0, 4211.0, 4220.0, 4210.0, 4221.0, 4219.0, 4222.0, 4242.0, 4221.0, 4231.0, 4232.0, 4232.0, 4233.0, 4233.0, 4220.0, 4231.0, 4234.0, 4221.0, 4245.0, 4242.0, 4255.0, 4222.0, 4222.0, 4261.0, 4221.0, 4240.0, 4210.0, 4209.0, 4209.0, 4209.0, 4198.0, 4219.0, 4208.0, 4219.0, 4220.0, 4223.0, 4241.0, 4222.0, 4220.0, 4233.0, 4244.0, 4235.0, 4243.0, 4235.0, 4235.0, 4232.0, 4232.0, 4220.0, 4235.0, 4220.0, 4235.0, 4263.0, 4232.0, 4231.0, 4222.0, 4242.0, 4221.0, 4243.0, 4231.0, 4221.0, 4239.0, 4220.0, 4241.0, 4220.0, 4231.0, 4221.0, 4221.0, 4209.0, 4220.0, 4219.0, 4221.0, 4240.0, 4221.0, 4219.0, 4221.0, 4220.0, 4211.0, 4220.0, 4220.0, 4230.0, 4222.0, 4222.0, 4240.0, 4221.0, 4229.0, 4232.0, 4230.0, 4219.0, 4208.0, 4220.0, 4209.0, 4210.0, 4222.0, 4232.0, 4221.0, 4239.0, 4220.0, 4219.0, 4220.0, 4210.0, 4231.0, 4232.0, 4222.0, 4232.0, 4235.0, 4220.0, 4234.0, 4222.0, 4234.0, 4221.0, 4244.0, 4262.0, 4231.0, 4241.0, 4209.0, 4210.0, 4210.0, 4220.0, 4208.0, 4221.0, 4229.0, 4220.0, 4207.0, 4233.0, 4221.0, 4222.0, 4230.0, 4222.0, 4230.0, 4221.0, 4219.0, 4223.0, 4240.0, 4221.0, 4230.0, 4210.0, 4220.0, 4207.0, 4207.0, 4196.0, 4209.0, 4206.0, 4218.0, 4228.0, 4219.0, 4239.0, 4208.0, 4208.0, 4221.0, 4219.0, 4210.0, 4220.0, 4209.0, 4220.0, 4220.0, 4221.0, 4229.0, 4231.0, 4241.0, 4231.0, 4233.0, 4210.0, 4220.0, 4208.0, 4221.0, 4208.0, 4221.0, 4239.0, 4219.0, 4208.0, 4207.0, 4211.0, 4209.0, 4222.0, 4218.0, 4221.0], 'WindowWidth': [9516.0, 9439.0, 9405.0, 9369.0, 9375.0, 9346.0, 9370.0, 9345.0, 9371.0, 9340.0, 9352.0, 9345.0, 9349.0, 9339.0, 9362.0, 9356.0, 9388.0, 9353.0, 9358.0, 9341.0, 9358.0, 9343.0, 9381.0, 9374.0, 9361.0, 9394.0, 9359.0, 9359.0, 9363.0, 9361.0, 9365.0, 9391.0, 9362.0, 9377.0, 9343.0, 9379.0, 9357.0, 9357.0, 9352.0, 9359.0, 9343.0, 9359.0, 9342.0, 9374.0, 9398.0, 9354.0, 9394.0, 9360.0, 9358.0, 9342.0, 9358.0, 9340.0, 9361.0, 9386.0, 9359.0, 9388.0, 9361.0, 9357.0, 9346.0, 9358.0, 9342.0, 9374.0, 9356.0, 9363.0, 9412.0, 9356.0, 9370.0, 9357.0, 9378.0, 9370.0, 9375.0, 9396.0, 9359.0, 9358.0, 9342.0, 9361.0, 9340.0, 9354.0, 9377.0, 9343.0, 9371.0, 9340.0, 9356.0, 9338.0, 9362.0, 9392.0, 9357.0, 9368.0, 9341.0, 9357.0, 9358.0, 9374.0, 9403.0, 9360.0, 9340.0, 9344.0, 9343.0, 9363.0, 9379.0, 9350.0, 9368.0, 9404.0, 9359.0, 9377.0, 9383.0, 9361.0, 9384.0, 9342.0, 9342.0, 9359.0, 9336.0, 9363.0, 9335.0, 9335.0, 9360.0, 9334.0, 9363.0, 9337.0, 9350.0, 9338.0, 9354.0, 9381.0, 9338.0, 9370.0, 9343.0, 9339.0, 9361.0, 9364.0, 9363.0, 9379.0, 9399.0, 9362.0, 9391.0, 9358.0, 9355.0, 9325.0, 9359.0, 9398.0, 9353.0, 9370.0, 9339.0, 9342.0, 9360.0, 9339.0, 9344.0, 9338.0, 9352.0, 9339.0, 9361.0, 9379.0, 9352.0, 9362.0, 9336.0, 9350.0, 9336.0, 9351.0, 9329.0, 9336.0, 9373.0, 9335.0, 9350.0, 9325.0, 9355.0, 9342.0, 9362.0, 9384.0, 9358.0, 9372.0, 9356.0, 9378.0, 9359.0, 9364.0, 9406.0, 9357.0, 9390.0, 9344.0, 9357.0, 9379.0, 9357.0, 9379.0, 9353.0, 9371.0, 9340.0, 9355.0, 9342.0, 9362.0, 9380.0, 9355.0, 9366.0, 9361.0, 9376.0, 9363.0, 9396.0, 9381.0, 9377.0, 9363.0, 9370.0, 9404.0, 9379.0, 9406.0, 9376.0, 9380.0, 9404.0, 9362.0, 9382.0, 9356.0, 9353.0, 9340.0, 9359.0, 9366.0, 9360.0, 9382.0, 9357.0, 9367.0, 9362.0, 9392.0, 9344.0, 9375.0, 9393.0, 9358.0, 9369.0, 9375.0, 9386.0, 9373.0, 9389.0, 9345.0, 9372.0, 9381.0, 9344.0, 9380.0, 9340.0, 9367.0, 9332.0, 9371.0, 9380.0, 9351.0, 9379.0, 9358.0, 9356.0, 9335.0, 9357.0, 9393.0, 9360.0, 9371.0, 9354.0, 9352.0, 9337.0, 9360.0, 9382.0, 9345.0, 9370.0, 9340.0, 9353.0, 9341.0, 9362.0, 9382.0, 9359.0, 9390.0, 9362.0, 9381.0, 9402.0, 9365.0, 9391.0, 9361.0, 9383.0, 9375.0, 9381.0, 9403.0, 9373.0, 9372.0, 9360.0, 9360.0, 9341.0, 9378.0, 9399.0, 9355.0, 9381.0, 9352.0, 9352.0, 9366.0, 9342.0, 9363.0, 9342.0, 9365.0, 9337.0, 9349.0, 9340.0, 9359.0, 9382.0, 9376.0, 9384.0, 9360.0, 9392.0, 9339.0, 9355.0, 9392.0, 9336.0, 9351.0, 9355.0, 9341.0, 9338.0, 9358.0, 9380.0, 9341.0, 9373.0, 9343.0, 9355.0, 9343.0, 9365.0, 9379.0, 9364.0, 9390.0, 9426.0, 9383.0, 9398.0, 9394.0, 9380.0, 9422.0, 9380.0, 9384.0, 9407.0, 9373.0, 9344.0, 9359.0, 9340.0, 9389.0, 9352.0, 9382.0, 9383.0, 9314.0, 9382.0, 9326.0, 9316.0, 9323.0, 9312.0, 9338.0, 9312.0, 9311.0, 9299.0, 9313.0, 9312.0, 9333.0, 9373.0, 9338.0, 9367.0, 9344.0, 9353.0, 9339.0, 9376.0, 9387.0, 9368.0, 9404.0, 9378.0, 9378.0, 9363.0, 9383.0, 9360.0, 9363.0, 9401.0, 9356.0, 9369.0, 9352.0, 9358.0, 9338.0, 9342.0, 9344.0, 9365.0, 9402.0, 9348.0, 9391.0, 9347.0, 9365.0, 9369.0, 9359.0, 9388.0, 9359.0, 9374.0, 9344.0, 9375.0, 9398.0, 9361.0, 9386.0, 9360.0, 9342.0, 9345.0, 9358.0, 9348.0, 9364.0, 9398.0, 9358.0, 9386.0, 9360.0, 9372.0, 9350.0, 9377.0, 9365.0, 9388.0, 9422.0, 9362.0, 9371.0, 9364.0, 9376.0, 9346.0, 9378.0, 9368.0, 9380.0, 9366.0, 9370.0, 9370.0, 9400.0, 9381.0, 9405.0, 9426.0, 9387.0, 9414.0, 9387.0, 9410.0, 9371.0, 9381.0, 9387.0, 9365.0, 9405.0, 9365.0, 9387.0, 9361.0, 9376.0, 9346.0, 9361.0, 9343.0, 9344.0, 9344.0, 9345.0, 9343.0, 9377.0, 9387.0, 9359.0, 9395.0, 9354.0, 9350.0, 9352.0, 9353.0, 9321.0, 9360.0, 9354.0, 9354.0, 9365.0, 9353.0, 9351.0, 9372.0, 9365.0, 9362.0, 9386.0, 9361.0, 9369.0, 9361.0, 9353.0, 9360.0, 9359.0, 9383.0, 9379.0, 9410.0, 9385.0, 9373.0, 9413.0, 9386.0, 9429.0, 9377.0, 9366.0, 9398.0, 9364.0, 9394.0, 9351.0, 9324.0, 9354.0, 9340.0, 9369.0, 9363.0, 9385.0, 9379.0, 9365.0, 9384.0, 9381.0, 9384.0, 9387.0, 9416.0, 9410.0, 9383.0, 9415.0, 9355.0, 9369.0, 9361.0, 9357.0, 9343.0, 9379.0, 9343.0, 9358.0, 9336.0, 9357.0, 9341.0, 9373.0, 9357.0, 9389.0, 9342.0, 9373.0, 9356.0, 9362.0, 9341.0, 9353.0, 9338.0, 9353.0, 9337.0, 9370.0, 9354.0, 9373.0, 9394.0, 9358.0, 9367.0, 9362.0, 9384.0, 9360.0, 9377.0, 9342.0, 9356.0, 9341.0, 9359.0, 9345.0, 9375.0, 9365.0, 9392.0, 9360.0, 9378.0, 9401.0, 9357.0, 9390.0, 9364.0, 9379.0, 9362.0, 9382.0, 9404.0, 9361.0, 9382.0, 9360.0, 9374.0, 9362.0, 9379.0, 9384.0, 9358.0, 9372.0, 9349.0, 9360.0, 9344.0, 9362.0, 9366.0, 9357.0, 9370.0, 9363.0, 9370.0, 9365.0, 9381.0, 9368.0, 9384.0, 9376.0, 9382.0, 9393.0, 9364.0, 9397.0, 9367.0, 9382.0, 9403.0, 9376.0, 9386.0, 9359.0, 9355.0, 9336.0, 9362.0, 9398.0, 9343.0, 9350.0, 9339.0, 9354.0, 9338.0, 9375.0, 9353.0, 9380.0, 9398.0, 9364.0, 9372.0, 9359.0, 9379.0, 9342.0, 9381.0, 9399.0, 9361.0, 9391.0, 9359.0, 9355.0, 9362.0, 9362.0, 9379.0, 9394.0, 9359.0, 9378.0, 9401.0, 9359.0, 9372.0, 9364.0, 9381.0, 9354.0, 9379.0, 9403.0, 9364.0, 9389.0, 9372.0, 9341.0, 9342.0, 9364.0, 9379.0, 9381.0, 9398.0, 9357.0, 9362.0, 9347.0, 9377.0, 9356.0, 9363.0, 9419.0, 9378.0, 9387.0, 9366.0, 9361.0, 9357.0, 9376.0, 9355.0, 9359.0, 9395.0, 9360.0, 9372.0, 9340.0, 9343.0, 9340.0, 9358.0, 9338.0, 9357.0, 9381.0, 9338.0, 9338.0, 9324.0, 9356.0, 9335.0, 9361.0, 9380.0, 9356.0, 9372.0, 9338.0, 9354.0, 9341.0, 9360.0, 9402.0, 9356.0, 9373.0, 9354.0, 9358.0, 9382.0, 9353.0, 9351.0, 9343.0, 9356.0, 9347.0, 9361.0, 9344.0, 9377.0, 9394.0, 9363.0, 9359.0, 9367.0, 9365.0, 9367.0, 9404.0, 9362.0, 9380.0, 9402.0, 9362.0, 9393.0, 9368.0, 9362.0, 9350.0, 9358.0, 9357.0, 9366.0, 9396.0, 9346.0, 9376.0, 9339.0, 9355.0, 9393.0, 9357.0, 9368.0, 9347.0, 9357.0, 9342.0, 9359.0, 9355.0, 9361.0, 9389.0, 9362.0, 9374.0, 9378.0, 9378.0, 9379.0, 9380.0, 9359.0, 9373.0, 9381.0, 9361.0, 9401.0, 9391.0, 9412.0, 9361.0, 9363.0, 9411.0, 9357.0, 9382.0, 9340.0, 9339.0, 9337.0, 9338.0, 9323.0, 9354.0, 9337.0, 9356.0, 9355.0, 9363.0, 9386.0, 9364.0, 9360.0, 9383.0, 9397.0, 9386.0, 9396.0, 9386.0, 9385.0, 9375.0, 9377.0, 9359.0, 9383.0, 9358.0, 9385.0, 9419.0, 9378.0, 9373.0, 9364.0, 9390.0, 9359.0, 9393.0, 9373.0, 9358.0, 9380.0, 9354.0, 9384.0, 9356.0, 9372.0, 9361.0, 9361.0, 9340.0, 9357.0, 9353.0, 9359.0, 9384.0, 9359.0, 9356.0, 9359.0, 9357.0, 9346.0, 9359.0, 9356.0, 9372.0, 9361.0, 9361.0, 9383.0, 9360.0, 9368.0, 9374.0, 9369.0, 9356.0, 9339.0, 9354.0, 9339.0, 9342.0, 9361.0, 9372.0, 9360.0, 9382.0, 9356.0, 9355.0, 9357.0, 9343.0, 9374.0, 9377.0, 9363.0, 9377.0, 9383.0, 9358.0, 9381.0, 9366.0, 9384.0, 9362.0, 9396.0, 9417.0, 9372.0, 9385.0, 9339.0, 9342.0, 9341.0, 9356.0, 9336.0, 9357.0, 9366.0, 9355.0, 9336.0, 9377.0, 9359.0, 9362.0, 9372.0, 9363.0, 9369.0, 9359.0, 9354.0, 9365.0, 9385.0, 9359.0, 9369.0, 9343.0, 9355.0, 9333.0, 9333.0, 9317.0, 9338.0, 9330.0, 9350.0, 9362.0, 9352.0, 9379.0, 9338.0, 9337.0, 9361.0, 9355.0, 9342.0, 9356.0, 9340.0, 9357.0, 9355.0, 9360.0, 9368.0, 9374.0, 9386.0, 9373.0, 9378.0, 9344.0, 9355.0, 9336.0, 9357.0, 9336.0, 9356.0, 9380.0, 9354.0, 9337.0, 9334.0, 9342.0, 9338.0, 9359.0, 9351.0, 9360.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.0004433947065592636</td></tr>
<tr><td colspan=3>aqi</td><td>0.015103157997698504</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.46511811827187</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.223309075817973</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0000357563824889</td></tr>
<tr><td colspan=3>efc</td><td>0.4423</td></tr>
<tr><td colspan=3>fber</td><td>8801.5537</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07777352529142983</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.46029919447640966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3810388961684006</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3240737627715817</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6038614833736498</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2151814423599694</td></tr>
<tr><td colspan=3>gcor</td><td>0.00739389</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012681366875767708</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015409072861075401</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.802068840708207</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>26.8642</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.3872</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.3123</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311144.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>871.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.4349</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.237</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.6631</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3517.2663</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1099.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.4565</td></tr>
<tr><td colspan=3>tsnr</td><td>48.25834498507902</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>