<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-03/func/sub-0095_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>1dcc8ba85304099d5c11fe58fb5d4a94</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:01:25.830000</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.999982, 0.00150576, -0.00581767, -0.00209437, 0.994727, -0.102536]</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.0865017</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>[4227, -7783, -7264, 186, -94, -269, -215, 66]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>253.199</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5116de63-b470-48d9-be6a-4faf82bf021d||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.6828784942626953, -0.00561905512586236, -0.015208018012344837, 110.66622924804688], [-0.004039842169731855, 2.6687800884246826, -0.27687376737594604, -89.36829376220703], [-0.015608380548655987, 0.27509525418281555, 2.685723304748535, -116.43939971923828], [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': ['110125.830000', '110126.290000', '110126.750000', '110127.210000', '110127.670000', '110128.130000', '110128.590000', '110129.050000', '110129.510000', '110129.970000', '110130.430000', '110130.890000', '110131.350000', '110131.810000', '110132.270000', '110132.730000', '110133.190000', '110133.650000', '110134.110000', '110134.570000', '110135.030000', '110135.490000', '110135.950000', '110136.410000', '110136.870000', '110137.330000', '110137.790000', '110138.250000', '110138.710000', '110139.170000', '110139.630000', '110140.090000', '110140.550000', '110141.010000', '110141.470000', '110141.930000', '110142.390000', '110142.850000', '110143.310000', '110143.770000', '110144.230000', '110144.690000', '110145.150000', '110145.610000', '110146.070000', '110146.530000', '110146.990000', '110147.450000', '110147.910000', '110148.370000', '110148.830000', '110149.290000', '110149.750000', '110150.210000', '110150.670000', '110151.130000', '110151.590000', '110152.050000', '110152.510000', '110152.970000', '110153.430000', '110153.890000', '110154.350000', '110154.810000', '110155.270000', '110155.730000', '110156.190000', '110156.650000', '110157.110000', '110157.570000', '110158.030000', '110158.490000', '110158.950000', '110159.410000', '110159.870000', '110200.330000', '110200.790000', '110201.250000', '110201.710000', '110202.170000', '110202.630000', '110203.090000', '110203.550000', '110204.010000', '110204.470000', '110204.930000', '110205.390000', '110205.850000', '110206.310000', '110206.770000', '110207.230000', '110207.690000', '110208.150000', '110208.610000', '110209.070000', '110209.530000', '110209.990000', '110210.450000', '110210.910000', '110211.370000', '110211.830000', '110212.290000', '110212.750000', '110213.210000', '110213.670000', '110214.130000', '110214.590000', '110215.050000', '110215.510000', '110215.970000', '110216.430000', '110216.890000', '110217.350000', '110217.810000', '110218.270000', '110218.730000', '110219.190000', '110219.650000', '110220.110000', '110220.570000', '110221.030000', '110221.490000', '110221.950000', '110222.410000', '110222.870000', '110223.330000', '110223.790000', '110224.250000', '110224.710000', '110225.170000', '110225.630000', '110226.090000', '110226.550000', '110227.010000', '110227.470000', '110227.930000', '110228.390000', '110228.850000', '110229.310000', '110229.770000', '110230.230000', '110230.690000', '110231.150000', '110231.610000', '110232.070000', '110232.530000', '110232.990000', '110233.450000', '110233.910000', '110234.370000', '110234.830000', '110235.290000', '110235.750000', '110236.210000', '110236.670000', '110237.130000', '110237.590000', '110238.050000', '110238.510000', '110238.970000', '110239.430000', '110239.890000', '110240.350000', '110240.810000', '110241.270000', '110241.730000', '110242.190000', '110242.650000', '110243.110000', '110243.570000', '110244.030000', '110244.490000', '110244.950000', '110245.410000', '110245.870000', '110246.330000', '110246.790000', '110247.250000', '110247.710000', '110248.170000', '110248.630000', '110249.090000', '110249.550000', '110250.010000', '110250.470000', '110250.930000', '110251.390000', '110251.850000', '110252.310000', '110252.770000', '110253.230000', '110253.690000', '110254.150000', '110254.610000', '110255.070000', '110255.530000', '110255.990000', '110256.450000', '110256.910000', '110257.370000', '110257.830000', '110258.290000', '110258.750000', '110259.210000', '110259.670000', '110300.130000', '110300.590000', '110301.050000', '110301.510000', '110301.970000', '110302.430000', '110302.890000', '110303.350000', '110303.810000', '110304.270000', '110304.730000', '110305.190000', '110305.650000', '110306.110000', '110306.570000', '110307.030000', '110307.490000', '110307.950000', '110308.410000', '110308.870000', '110309.330000', '110309.790000', '110310.250000', '110310.710000', '110311.170000', '110311.630000', '110312.090000', '110312.550000', '110313.010000', '110313.470000', '110313.930000', '110314.390000', '110314.850000', '110315.310000', '110315.770000', '110316.230000', '110316.690000', '110317.150000', '110317.610000', '110318.070000', '110318.530000', '110318.990000', '110319.450000', '110319.910000', '110320.370000', '110320.830000', '110321.290000', '110321.750000', '110322.210000', '110322.670000', '110323.130000', '110323.590000', '110324.050000', '110324.510000', '110324.970000', '110325.430000', '110325.890000', '110326.350000', '110326.810000', '110327.270000', '110327.730000', '110328.190000', '110328.650000', '110329.110000', '110329.570000', '110330.030000', '110330.490000', '110330.950000', '110331.410000', '110331.870000', '110332.330000', '110332.790000', '110333.250000', '110333.710000', '110334.170000', '110334.630000', '110335.090000', '110335.550000', '110336.010000', '110336.470000', '110336.930000', '110337.390000', '110337.850000', '110338.310000', '110338.770000', '110339.230000', '110339.690000', '110340.150000', '110340.610000', '110341.070000', '110341.530000', '110341.990000', '110342.450000', '110342.910000', '110343.370000', '110343.830000', '110344.290000', '110344.750000', '110345.210000', '110345.670000', '110346.130000', '110346.590000', '110347.050000', '110347.510000', '110347.970000', '110348.430000', '110348.890000', '110349.350000', '110349.810000', '110350.270000', '110350.730000', '110351.190000', '110351.650000', '110352.110000', '110352.570000', '110353.030000', '110353.490000', '110353.950000', '110354.410000', '110354.870000', '110355.330000', '110355.790000', '110356.250000', '110356.710000', '110357.170000', '110357.630000', '110358.090000', '110358.550000', '110359.010000', '110359.470000', '110359.930000', '110400.390000', '110400.850000', '110401.310000', '110401.770000', '110402.230000', '110402.690000', '110403.150000', '110403.610000', '110404.070000', '110404.530000', '110404.990000', '110405.450000', '110405.910000', '110406.370000', '110406.830000', '110407.290000', '110407.750000', '110408.210000', '110408.670000', '110409.130000', '110409.590000', '110410.050000', '110410.510000', '110410.970000', '110411.430000', '110411.890000', '110412.350000', '110412.810000', '110413.270000', '110413.730000', '110414.190000', '110414.650000', '110415.110000', '110415.570000', '110416.030000', '110416.490000', '110416.950000', '110417.410000', '110417.870000', '110418.330000', '110418.790000', '110419.250000', '110419.710000', '110420.170000', '110420.630000', '110421.090000', '110421.550000', '110422.010000', '110422.470000', '110422.930000', '110423.390000', '110423.850000', '110424.310000', '110424.770000', '110425.230000', '110425.690000', '110426.150000', '110426.610000', '110427.070000', '110427.530000', '110427.990000', '110428.450000', '110428.910000', '110429.370000', '110429.830000', '110430.290000', '110430.750000', '110431.210000', '110431.670000', '110432.130000', '110432.590000', '110433.050000', '110433.510000', '110433.970000', '110434.430000', '110434.890000', '110435.350000', '110435.810000', '110436.270000', '110436.730000', '110437.190000', '110437.650000', '110438.110000', '110438.570000', '110439.030000', '110439.490000', '110439.950000', '110440.410000', '110440.870000', '110441.330000', '110441.790000', '110442.250000', '110442.710000', '110443.170000', '110443.630000', '110444.090000', '110444.550000', '110445.010000', '110445.470000', '110445.930000', '110446.390000', '110446.850000', '110447.310000', '110447.770000', '110448.230000', '110448.690000', '110449.150000', '110449.610000', '110450.070000', '110450.530000', '110450.990000', '110451.450000', '110451.910000', '110452.370000', '110452.830000', '110453.290000', '110453.750000', '110454.210000', '110454.670000', '110455.130000', '110455.590000', '110456.050000', '110456.510000', '110456.970000', '110457.430000', '110457.890000', '110458.350000', '110458.810000', '110459.270000', '110459.730000', '110500.190000', '110500.650000', '110501.110000', '110501.570000', '110502.030000', '110502.490000', '110502.950000', '110503.410000', '110503.870000', '110504.330000', '110504.790000', '110505.250000', '110505.710000', '110506.170000', '110506.630000', '110507.090000', '110507.550000', '110508.010000', '110508.470000', '110508.930000', '110509.390000', '110509.850000', '110510.310000', '110510.770000', '110511.230000', '110511.690000', '110512.150000', '110512.610000', '110513.070000', '110513.530000', '110513.990000', '110514.450000', '110514.910000', '110515.370000', '110515.830000', '110516.290000', '110516.750000', '110517.210000', '110517.670000', '110518.130000', '110518.590000', '110519.050000', '110519.510000', '110519.970000', '110520.430000', '110520.890000', '110521.350000', '110521.810000', '110522.270000', '110522.730000', '110523.190000', '110523.650000', '110524.110000', '110524.570000', '110525.030000', '110525.490000', '110525.950000', '110526.410000', '110526.870000', '110527.330000', '110527.790000', '110528.250000', '110528.710000', '110529.170000', '110529.630000', '110530.090000', '110530.550000', '110531.010000', '110531.470000', '110531.930000', '110532.390000', '110532.850000', '110533.310000', '110533.770000', '110534.230000', '110534.690000', '110535.150000', '110535.610000', '110536.070000', '110536.530000', '110536.990000', '110537.450000', '110537.910000', '110538.370000', '110538.830000', '110539.290000', '110539.750000', '110540.210000', '110540.670000', '110541.130000', '110541.590000', '110542.050000', '110542.510000', '110542.970000', '110543.430000', '110543.890000', '110544.350000', '110544.810000', '110545.270000', '110545.730000', '110546.190000', '110546.650000', '110547.110000', '110547.570000', '110548.030000', '110548.490000', '110548.950000', '110549.410000', '110549.870000', '110550.330000', '110550.790000', '110551.250000', '110551.710000', '110552.170000', '110552.630000', '110553.090000', '110553.550000', '110554.010000', '110554.470000', '110554.930000', '110555.390000', '110555.850000', '110556.310000', '110556.770000', '110557.230000', '110557.690000', '110558.150000', '110558.610000', '110559.070000', '110559.530000', '110559.990000', '110600.450000', '110600.910000', '110601.370000', '110601.830000', '110602.290000', '110602.750000', '110603.210000', '110603.670000', '110604.130000', '110604.590000', '110605.050000', '110605.510000', '110605.970000', '110606.430000', '110606.890000', '110607.350000', '110607.810000', '110608.270000', '110608.730000', '110609.190000', '110609.650000', '110610.110000', '110610.570000', '110611.030000', '110611.490000', '110611.950000', '110612.410000', '110612.870000', '110613.330000', '110613.790000', '110614.250000', '110614.710000', '110615.170000', '110615.630000', '110616.090000', '110616.550000', '110617.010000', '110617.470000', '110617.930000', '110618.390000', '110618.850000', '110619.310000', '110619.770000', '110620.230000', '110620.690000', '110621.150000', '110621.610000', '110622.070000', '110622.530000', '110622.990000', '110623.450000', '110623.910000', '110624.370000', '110624.830000', '110625.290000', '110625.750000', '110626.210000', '110626.670000', '110627.130000', '110627.590000', '110628.050000', '110628.510000', '110628.970000', '110629.430000', '110629.890000', '110630.350000', '110630.810000', '110631.270000', '110631.730000', '110632.190000', '110632.650000', '110633.110000', '110633.570000', '110634.030000', '110634.490000', '110634.950000', '110635.410000', '110635.870000', '110636.330000', '110636.790000', '110637.250000', '110637.710000', '110638.170000', '110638.630000', '110639.090000', '110639.550000', '110640.010000', '110640.470000', '110640.930000', '110641.390000', '110641.850000', '110642.310000', '110642.770000', '110643.230000', '110643.690000', '110644.150000', '110644.610000', '110645.070000', '110645.530000', '110645.990000', '110646.450000', '110646.910000', '110647.370000', '110647.830000', '110648.290000', '110648.750000', '110649.210000', '110649.670000', '110650.130000', '110650.590000', '110651.050000', '110651.510000', '110651.970000', '110652.430000', '110652.890000', '110653.350000', '110653.810000', '110654.270000', '110654.730000', '110655.190000', '110655.650000', '110656.110000', '110656.570000', '110657.030000', '110657.490000', '110657.950000', '110658.410000', '110658.870000', '110659.330000', '110659.790000', '110700.250000', '110700.710000', '110701.170000', '110701.630000', '110702.090000', '110702.550000', '110703.010000', '110703.470000', '110703.930000', '110704.390000', '110704.850000', '110705.310000', '110705.770000', '110706.230000', '110706.690000', '110707.150000', '110707.610000', '110708.070000', '110708.530000', '110708.990000', '110709.450000', '110709.910000', '110710.370000', '110710.830000', '110711.290000', '110711.750000', '110712.210000', '110712.670000', '110713.130000', '110713.590000', '110714.050000', '110714.510000', '110714.970000', '110715.430000', '110715.890000', '110716.350000', '110716.810000', '110717.270000', '110717.730000', '110718.190000', '110718.650000', '110719.110000', '110719.570000', '110720.030000', '110720.490000', '110720.950000', '110721.410000', '110721.870000', '110722.330000', '110722.790000', '110723.250000', '110723.710000', '110724.170000', '110724.630000', '110725.090000', '110725.550000', '110726.010000', '110726.470000', '110726.930000', '110727.390000', '110727.850000', '110728.310000', '110728.770000', '110729.230000', '110729.690000', '110730.150000', '110730.610000', '110731.070000', '110731.530000', '110731.990000', '110732.450000', '110732.910000', '110733.370000', '110733.830000', '110734.290000', '110734.750000', '110735.210000', '110735.670000', '110736.130000', '110736.590000', '110737.050000', '110737.510000', '110737.970000', '110738.430000', '110738.890000', '110739.350000', '110739.810000', '110740.270000', '110740.730000', '110741.190000', '110741.650000', '110742.110000', '110742.570000', '110743.030000', '110743.490000', '110743.950000', '110744.410000', '110744.870000', '110745.330000', '110745.790000', '110746.250000', '110746.710000', '110747.170000', '110747.630000', '110748.090000', '110748.550000', '110749.010000', '110749.470000', '110749.930000', '110750.390000', '110750.850000', '110751.310000', '110751.770000', '110752.230000', '110752.690000', '110753.150000', '110753.610000', '110754.070000', '110754.530000', '110754.990000', '110755.450000', '110755.910000', '110756.370000', '110756.830000', '110757.290000', '110757.750000', '110758.210000', '110758.670000', '110759.130000', '110759.590000', '110800.050000', '110800.510000', '110800.970000', '110801.430000', '110801.890000', '110802.350000', '110802.810000', '110803.270000', '110803.730000', '110804.190000', '110804.650000', '110805.110000', '110805.570000', '110806.030000', '110806.490000'], 'ContentTime': ['110138.333000', '110138.336000', '110138.339000', '110138.342000', '110138.344000', '110138.347000', '110138.350000', '110138.352000', '110138.355000', '110138.358000', '110138.368000', '110138.371000', '110138.373000', '110138.376000', '110138.379000', '110138.381000', '110138.392000', '110138.395000', '110138.397000', '110138.400000', '110138.402000', '110138.405000', '110138.408000', '110138.410000', '110138.413000', '110158.294000', '110158.297000', '110158.300000', '110158.303000', '110158.305000', '110158.308000', '110158.315000', '110158.317000', '110158.320000', '110158.323000', '110158.325000', '110158.328000', '110158.330000', '110158.333000', '110158.336000', '110158.339000', '110158.342000', '110158.345000', '110158.347000', '110158.363000', '110158.365000', '110158.368000', '110158.370000', '110158.373000', '110158.380000', '110158.383000', '110158.385000', '110158.388000', '110158.391000', '110158.393000', '110158.396000', '110158.398000', '110158.401000', '110158.403000', '110158.406000', '110158.409000', '110158.411000', '110158.414000', '110158.416000', '110158.419000', '110158.422000', '110158.424000', '110158.427000', '110218.294000', '110218.297000', '110218.300000', '110218.302000', '110218.305000', '110218.308000', '110218.310000', '110218.313000', '110218.315000', '110218.318000', '110218.321000', '110218.323000', '110218.326000', '110218.328000', '110218.331000', '110218.334000', '110218.336000', '110218.339000', '110218.341000', '110218.344000', '110218.346000', '110218.349000', '110218.352000', '110218.354000', '110218.357000', '110218.359000', '110218.362000', '110218.364000', '110218.367000', '110218.370000', '110218.372000', '110218.375000', '110218.377000', '110218.380000', '110218.383000', '110218.388000', '110218.391000', '110218.393000', '110218.396000', '110218.399000', '110218.401000', '110218.404000', '110218.406000', '110218.409000', '110238.294000', '110238.297000', '110238.300000', '110238.302000', '110238.305000', '110238.308000', '110238.310000', '110238.313000', '110238.315000', '110238.318000', '110238.321000', '110238.323000', '110238.326000', '110238.328000', '110238.331000', '110238.333000', '110238.336000', '110238.339000', '110238.341000', '110238.344000', '110238.347000', '110238.350000', '110238.352000', '110238.355000', '110238.358000', '110238.360000', '110238.363000', '110238.365000', '110238.368000', '110238.371000', '110238.373000', '110238.376000', '110238.378000', '110238.381000', '110238.384000', '110238.386000', '110238.389000', '110238.391000', '110238.394000', '110238.397000', '110238.400000', '110238.403000', '110238.406000', '110258.294000', '110258.296000', '110258.299000', '110258.302000', '110258.304000', '110258.307000', '110258.309000', '110258.312000', '110258.315000', '110258.317000', '110258.320000', '110258.323000', '110258.325000', '110258.328000', '110258.330000', '110258.333000', '110258.335000', '110258.338000', '110258.341000', '110258.343000', '110258.346000', '110258.348000', '110258.351000', '110258.354000', '110258.356000', '110258.359000', '110258.361000', '110258.364000', '110258.380000', '110258.383000', '110258.385000', '110258.388000', '110258.391000', '110258.393000', '110258.396000', '110258.398000', '110258.401000', '110258.404000', '110258.406000', '110258.409000', '110258.411000', '110258.414000', '110258.416000', '110258.419000', '110318.295000', '110318.297000', '110318.300000', '110318.303000', '110318.305000', '110318.308000', '110318.311000', '110318.313000', '110318.316000', '110318.318000', '110318.321000', '110318.324000', '110318.326000', '110318.329000', '110318.331000', '110318.334000', '110318.337000', '110318.339000', '110318.342000', '110318.345000', '110318.347000', '110318.350000', '110318.352000', '110318.355000', '110318.358000', '110318.360000', '110318.363000', '110318.365000', '110318.368000', '110318.371000', '110318.373000', '110318.376000', '110318.378000', '110318.381000', '110318.384000', '110318.386000', '110318.389000', '110318.391000', '110318.394000', '110318.397000', '110318.399000', '110318.402000', '110318.404000', '110338.295000', '110338.297000', '110338.300000', '110338.303000', '110338.306000', '110338.308000', '110338.311000', '110338.313000', '110338.317000', '110338.319000', '110338.322000', '110338.324000', '110338.327000', '110338.330000', '110338.332000', '110338.335000', '110338.338000', '110338.340000', '110338.343000', '110338.345000', '110338.348000', '110338.350000', '110338.353000', '110338.356000', '110338.358000', '110338.361000', '110338.363000', '110338.366000', '110338.369000', '110338.371000', '110338.374000', '110338.376000', '110338.379000', '110338.382000', '110338.384000', '110338.387000', '110338.390000', '110338.392000', '110338.395000', '110338.397000', '110338.400000', '110338.403000', '110338.405000', '110338.408000', '110358.294000', '110358.297000', '110358.300000', '110358.302000', '110358.305000', '110358.308000', '110358.310000', '110358.313000', '110358.315000', '110358.318000', '110358.321000', '110358.323000', '110358.326000', '110358.329000', '110358.331000', '110358.334000', '110358.336000', '110358.339000', '110358.342000', '110358.344000', '110358.347000', '110358.349000', '110358.352000', '110358.355000', '110358.357000', '110358.360000', '110358.362000', '110358.365000', '110358.368000', '110358.370000', '110358.373000', '110358.375000', '110358.378000', '110358.381000', '110358.384000', '110358.386000', '110358.389000', '110358.392000', '110358.394000', '110358.397000', '110358.399000', '110358.402000', '110358.404000', '110418.294000', '110418.297000', '110418.300000', '110418.302000', '110418.305000', '110418.307000', '110418.310000', '110418.313000', '110418.315000', '110418.318000', '110418.321000', '110418.323000', '110418.326000', '110418.328000', '110418.331000', '110418.334000', '110418.336000', '110418.339000', '110418.341000', '110418.344000', '110418.347000', '110418.349000', '110418.352000', '110418.355000', '110418.357000', '110418.360000', '110418.362000', '110418.365000', '110418.368000', '110418.370000', '110418.373000', '110418.375000', '110418.378000', '110418.381000', '110418.383000', '110418.386000', '110418.388000', '110418.391000', '110418.394000', '110418.396000', '110418.399000', '110418.401000', '110418.404000', '110418.407000', '110438.295000', '110438.298000', '110438.300000', '110438.303000', '110438.305000', '110438.308000', '110438.311000', '110438.313000', '110438.316000', '110438.319000', '110438.321000', '110438.324000', '110438.326000', '110438.329000', '110438.332000', '110438.334000', '110438.337000', '110438.340000', '110438.342000', '110438.345000', '110438.347000', '110438.350000', '110438.352000', '110438.360000', '110438.363000', '110438.366000', '110438.368000', '110438.371000', '110438.373000', '110438.376000', '110438.378000', '110438.381000', '110438.384000', '110438.386000', '110438.389000', '110438.391000', '110438.394000', '110438.397000', '110438.400000', '110438.403000', '110438.406000', '110438.415000', '110438.417000', '110458.294000', '110458.297000', '110458.300000', '110458.303000', '110458.305000', '110458.308000', '110458.311000', '110458.313000', '110458.316000', '110458.318000', '110458.321000', '110458.324000', '110458.326000', '110458.329000', '110458.331000', '110458.334000', '110458.337000', '110458.339000', '110458.342000', '110458.344000', '110458.347000', '110458.350000', '110458.352000', '110458.355000', '110458.358000', '110458.360000', '110458.363000', '110458.365000', '110458.368000', '110458.370000', '110458.373000', '110458.376000', '110458.378000', '110458.381000', '110458.384000', '110458.386000', '110458.389000', '110458.391000', '110458.394000', '110458.397000', '110458.399000', '110458.402000', '110458.404000', '110458.407000', '110518.294000', '110518.296000', '110518.299000', '110518.302000', '110518.304000', '110518.307000', '110518.309000', '110518.312000', '110518.315000', '110518.317000', '110518.320000', '110518.322000', '110518.325000', '110518.328000', '110518.330000', '110518.333000', '110518.336000', '110518.338000', '110518.341000', '110518.343000', '110518.346000', '110518.349000', '110518.351000', '110518.354000', '110518.357000', '110518.359000', '110518.362000', '110518.364000', '110518.367000', '110518.370000', '110518.372000', '110518.375000', '110518.378000', '110518.380000', '110518.383000', '110518.385000', '110518.388000', '110518.391000', '110518.393000', '110518.396000', '110518.399000', '110518.401000', '110518.404000', '110538.295000', '110538.298000', '110538.300000', '110538.303000', '110538.305000', '110538.308000', '110538.310000', '110538.313000', '110538.316000', '110538.318000', '110538.321000', '110538.323000', '110538.326000', '110538.329000', '110538.331000', '110538.334000', '110538.336000', '110538.339000', '110538.342000', '110538.344000', '110538.347000', '110538.350000', '110538.352000', '110538.355000', '110538.357000', '110538.360000', '110538.362000', '110538.365000', '110538.368000', '110538.370000', '110538.373000', '110538.376000', '110538.378000', '110538.381000', '110538.383000', '110538.386000', '110538.389000', '110538.391000', '110538.394000', '110538.397000', '110538.399000', '110538.402000', '110538.404000', '110538.407000', '110558.295000', '110558.297000', '110558.300000', '110558.303000', '110558.305000', '110558.308000', '110558.310000', '110558.313000', '110558.316000', '110558.318000', '110558.321000', '110558.323000', '110558.326000', '110558.329000', '110558.331000', '110558.334000', '110558.336000', '110558.339000', '110558.342000', '110558.344000', '110558.347000', '110558.350000', '110558.352000', '110558.355000', '110558.357000', '110558.360000', '110558.362000', '110558.365000', '110558.368000', '110558.370000', '110558.373000', '110558.376000', '110558.378000', '110558.381000', '110558.383000', '110558.386000', '110558.389000', '110558.391000', '110558.394000', '110558.397000', '110558.399000', '110558.402000', '110558.404000', '110618.294000', '110618.297000', '110618.300000', '110618.302000', '110618.305000', '110618.318000', '110618.321000', '110618.324000', '110618.326000', '110618.329000', '110618.332000', '110618.334000', '110618.337000', '110618.340000', '110618.342000', '110618.345000', '110618.348000', '110618.350000', '110618.353000', '110618.355000', '110618.358000', '110618.361000', '110618.363000', '110618.366000', '110618.369000', '110618.371000', '110618.374000', '110618.376000', '110618.379000', '110618.382000', '110618.384000', '110618.387000', '110618.389000', '110618.392000', '110618.395000', '110618.397000', '110618.400000', '110618.403000', '110618.405000', '110618.408000', '110618.410000', '110618.413000', '110618.415000', '110618.418000', '110638.294000', '110638.297000', '110638.300000', '110638.303000', '110638.305000', '110638.308000', '110638.311000', '110638.313000', '110638.316000', '110638.318000', '110638.321000', '110638.324000', '110638.326000', '110638.329000', '110638.332000', '110638.334000', '110638.337000', '110638.339000', '110638.342000', '110638.345000', '110638.347000', '110638.350000', '110638.353000', '110638.355000', '110638.358000', '110638.360000', '110638.363000', '110638.366000', '110638.368000', '110638.371000', '110638.374000', '110638.376000', '110638.379000', '110638.381000', '110638.384000', '110638.387000', '110638.389000', '110638.392000', '110638.394000', '110638.397000', '110638.400000', '110638.402000', '110638.405000', '110658.294000', '110658.297000', '110658.300000', '110658.302000', '110658.305000', '110658.307000', '110658.310000', '110658.313000', '110658.315000', '110658.318000', '110658.320000', '110658.323000', '110658.325000', '110658.328000', '110658.330000', '110658.333000', '110658.336000', '110658.338000', '110658.341000', '110658.343000', '110658.346000', '110658.349000', '110658.351000', '110658.354000', '110658.356000', '110658.359000', '110658.361000', '110658.364000', '110658.367000', '110658.369000', '110658.372000', '110658.374000', '110658.377000', '110658.380000', '110658.382000', '110658.385000', '110658.387000', '110658.390000', '110658.392000', '110658.395000', '110658.398000', '110658.400000', '110658.403000', '110658.405000', '110718.294000', '110718.297000', '110718.300000', '110718.302000', '110718.305000', '110718.308000', '110718.310000', '110718.313000', '110718.316000', '110718.318000', '110718.321000', '110718.323000', '110718.326000', '110718.329000', '110718.331000', '110718.334000', '110718.337000', '110718.339000', '110718.342000', '110718.344000', '110718.347000', '110718.349000', '110718.352000', '110718.354000', '110718.357000', '110718.360000', '110718.362000', '110718.365000', '110718.367000', '110718.370000', '110718.372000', '110718.375000', '110718.378000', '110718.380000', '110718.383000', '110718.385000', '110718.388000', '110718.391000', '110718.393000', '110718.396000', '110718.398000', '110718.401000', '110718.403000', '110738.294000', '110738.297000', '110738.299000', '110738.302000', '110738.304000', '110738.307000', '110738.309000', '110738.312000', '110738.315000', '110738.319000', '110738.322000', '110738.324000', '110738.327000', '110738.330000', '110738.333000', '110738.335000', '110738.350000', '110738.353000', '110738.356000', '110738.358000', '110738.361000', '110738.363000', '110738.366000', '110738.369000', '110738.371000', '110738.374000', '110738.377000', '110738.379000', '110738.382000', '110738.384000', '110738.387000', '110738.390000', '110738.392000', '110738.395000', '110738.398000', '110738.400000', '110738.403000', '110738.405000', '110738.408000', '110738.411000', '110738.413000', '110738.416000', '110738.418000', '110758.294000', '110758.299000', '110758.301000', '110758.304000', '110758.306000', '110758.309000', '110758.312000', '110758.314000', '110758.317000', '110758.319000', '110758.322000', '110758.325000', '110758.327000', '110758.330000', '110758.332000', '110758.335000', '110758.338000', '110758.340000', '110758.343000', '110758.346000', '110758.348000', '110758.351000', '110758.353000', '110758.356000', '110758.359000', '110758.361000', '110758.364000', '110758.367000', '110758.369000', '110758.372000', '110758.374000', '110758.377000', '110758.380000', '110758.382000', '110758.385000', '110758.387000', '110758.390000', '110758.393000', '110758.395000', '110758.398000', '110758.401000', '110758.403000', '110758.406000', '110758.408000', '110807.732000', '110807.735000', '110807.738000', '110807.741000', '110807.744000', '110807.746000', '110807.749000', '110807.752000', '110807.755000', '110807.757000', '110807.760000', '110807.763000', '110807.765000', '110807.768000', '110807.771000', '110807.773000', '110807.776000', '110807.779000', '110807.781000', '110807.784000', '110807.787000'], 'InstanceCreationTime': ['110138.333000', '110138.336000', '110138.339000', '110138.342000', '110138.344000', '110138.347000', '110138.350000', '110138.352000', '110138.355000', '110138.358000', '110138.368000', '110138.371000', '110138.373000', '110138.376000', '110138.379000', '110138.381000', '110138.392000', '110138.395000', '110138.397000', '110138.400000', '110138.402000', '110138.405000', '110138.408000', '110138.410000', '110138.413000', '110158.294000', '110158.297000', '110158.300000', '110158.303000', '110158.305000', '110158.308000', '110158.315000', '110158.317000', '110158.320000', '110158.323000', '110158.325000', '110158.328000', '110158.330000', '110158.333000', '110158.336000', '110158.339000', '110158.342000', '110158.345000', '110158.347000', '110158.363000', '110158.365000', '110158.368000', '110158.370000', '110158.373000', '110158.380000', '110158.383000', '110158.385000', '110158.388000', '110158.391000', '110158.393000', '110158.396000', '110158.398000', '110158.401000', '110158.403000', '110158.406000', '110158.409000', '110158.411000', '110158.414000', '110158.416000', '110158.419000', '110158.422000', '110158.424000', '110158.427000', '110218.294000', '110218.297000', '110218.300000', '110218.302000', '110218.305000', '110218.308000', '110218.310000', '110218.313000', '110218.315000', '110218.318000', '110218.321000', '110218.323000', '110218.326000', '110218.328000', '110218.331000', '110218.334000', '110218.336000', '110218.339000', '110218.341000', '110218.344000', '110218.346000', '110218.349000', '110218.352000', '110218.354000', '110218.357000', '110218.359000', '110218.362000', '110218.364000', '110218.367000', '110218.370000', '110218.372000', '110218.375000', '110218.377000', '110218.380000', '110218.383000', '110218.388000', '110218.391000', '110218.393000', '110218.396000', '110218.399000', '110218.401000', '110218.404000', '110218.406000', '110218.409000', '110238.294000', '110238.297000', '110238.300000', '110238.302000', '110238.305000', '110238.308000', '110238.310000', '110238.313000', '110238.315000', '110238.318000', '110238.321000', '110238.323000', '110238.326000', '110238.328000', '110238.331000', '110238.333000', '110238.336000', '110238.339000', '110238.341000', '110238.344000', '110238.347000', '110238.350000', '110238.352000', '110238.355000', '110238.358000', '110238.360000', '110238.363000', '110238.365000', '110238.368000', '110238.371000', '110238.373000', '110238.376000', '110238.378000', '110238.381000', '110238.384000', '110238.386000', '110238.389000', '110238.391000', '110238.394000', '110238.397000', '110238.400000', '110238.403000', '110238.406000', '110258.294000', '110258.296000', '110258.299000', '110258.302000', '110258.304000', '110258.307000', '110258.309000', '110258.312000', '110258.315000', '110258.317000', '110258.320000', '110258.323000', '110258.325000', '110258.328000', '110258.330000', '110258.333000', '110258.335000', '110258.338000', '110258.341000', '110258.343000', '110258.346000', '110258.348000', '110258.351000', '110258.354000', '110258.356000', '110258.359000', '110258.361000', '110258.364000', '110258.380000', '110258.383000', '110258.385000', '110258.388000', '110258.391000', '110258.393000', '110258.396000', '110258.398000', '110258.401000', '110258.404000', '110258.406000', '110258.409000', '110258.411000', '110258.414000', '110258.416000', '110258.419000', '110318.295000', '110318.297000', '110318.300000', '110318.303000', '110318.305000', '110318.308000', '110318.311000', '110318.313000', '110318.316000', '110318.318000', '110318.321000', '110318.324000', '110318.326000', '110318.329000', '110318.331000', '110318.334000', '110318.337000', '110318.339000', '110318.342000', '110318.345000', '110318.347000', '110318.350000', '110318.352000', '110318.355000', '110318.358000', '110318.360000', '110318.363000', '110318.365000', '110318.368000', '110318.371000', '110318.373000', '110318.376000', '110318.378000', '110318.381000', '110318.384000', '110318.386000', '110318.389000', '110318.391000', '110318.394000', '110318.397000', '110318.399000', '110318.402000', '110318.404000', '110338.295000', '110338.297000', '110338.300000', '110338.303000', '110338.306000', '110338.308000', '110338.311000', '110338.313000', '110338.317000', '110338.319000', '110338.322000', '110338.324000', '110338.327000', '110338.330000', '110338.332000', '110338.335000', '110338.338000', '110338.340000', '110338.343000', '110338.345000', '110338.348000', '110338.350000', '110338.353000', '110338.356000', '110338.358000', '110338.361000', '110338.363000', '110338.366000', '110338.369000', '110338.371000', '110338.374000', '110338.376000', '110338.379000', '110338.382000', '110338.384000', '110338.387000', '110338.390000', '110338.392000', '110338.395000', '110338.397000', '110338.400000', '110338.403000', '110338.405000', '110338.408000', '110358.294000', '110358.297000', '110358.300000', '110358.302000', '110358.305000', '110358.308000', '110358.310000', '110358.313000', '110358.315000', '110358.318000', '110358.321000', '110358.323000', '110358.326000', '110358.329000', '110358.331000', '110358.334000', '110358.336000', '110358.339000', '110358.342000', '110358.344000', '110358.347000', '110358.349000', '110358.352000', '110358.355000', '110358.357000', '110358.360000', '110358.362000', '110358.365000', '110358.368000', '110358.370000', '110358.373000', '110358.375000', '110358.378000', '110358.381000', '110358.384000', '110358.386000', '110358.389000', '110358.392000', '110358.394000', '110358.397000', '110358.399000', '110358.402000', '110358.404000', '110418.294000', '110418.297000', '110418.300000', '110418.302000', '110418.305000', '110418.307000', '110418.310000', '110418.313000', '110418.315000', '110418.318000', '110418.321000', '110418.323000', '110418.326000', '110418.328000', '110418.331000', '110418.334000', '110418.336000', '110418.339000', '110418.341000', '110418.344000', '110418.347000', '110418.349000', '110418.352000', '110418.355000', '110418.357000', '110418.360000', '110418.362000', '110418.365000', '110418.368000', '110418.370000', '110418.373000', '110418.375000', '110418.378000', '110418.381000', '110418.383000', '110418.386000', '110418.388000', '110418.391000', '110418.394000', '110418.396000', '110418.399000', '110418.401000', '110418.404000', '110418.407000', '110438.295000', '110438.298000', '110438.300000', '110438.303000', '110438.305000', '110438.308000', '110438.311000', '110438.313000', '110438.316000', '110438.319000', '110438.321000', '110438.324000', '110438.326000', '110438.329000', '110438.332000', '110438.334000', '110438.337000', '110438.340000', '110438.342000', '110438.345000', '110438.347000', '110438.350000', '110438.352000', '110438.360000', '110438.363000', '110438.366000', '110438.368000', '110438.371000', '110438.373000', '110438.376000', '110438.378000', '110438.381000', '110438.384000', '110438.386000', '110438.389000', '110438.391000', '110438.394000', '110438.397000', '110438.400000', '110438.403000', '110438.406000', '110438.415000', '110438.417000', '110458.294000', '110458.297000', '110458.300000', '110458.303000', '110458.305000', '110458.308000', '110458.311000', '110458.313000', '110458.316000', '110458.318000', '110458.321000', '110458.324000', '110458.326000', '110458.329000', '110458.331000', '110458.334000', '110458.337000', '110458.339000', '110458.342000', '110458.344000', '110458.347000', '110458.350000', '110458.352000', '110458.355000', '110458.358000', '110458.360000', '110458.363000', '110458.365000', '110458.368000', '110458.370000', '110458.373000', '110458.376000', '110458.378000', '110458.381000', '110458.384000', '110458.386000', '110458.389000', '110458.391000', '110458.394000', '110458.397000', '110458.399000', '110458.402000', '110458.404000', '110458.407000', '110518.294000', '110518.296000', '110518.299000', '110518.302000', '110518.304000', '110518.307000', '110518.309000', '110518.312000', '110518.315000', '110518.317000', '110518.320000', '110518.322000', '110518.325000', '110518.328000', '110518.330000', '110518.333000', '110518.336000', '110518.338000', '110518.341000', '110518.343000', '110518.346000', '110518.349000', '110518.351000', '110518.354000', '110518.357000', '110518.359000', '110518.362000', '110518.364000', '110518.367000', '110518.370000', '110518.372000', '110518.375000', '110518.378000', '110518.380000', '110518.383000', '110518.385000', '110518.388000', '110518.391000', '110518.393000', '110518.396000', '110518.399000', '110518.401000', '110518.404000', '110538.295000', '110538.298000', '110538.300000', '110538.303000', '110538.305000', '110538.308000', '110538.310000', '110538.313000', '110538.316000', '110538.318000', '110538.321000', '110538.323000', '110538.326000', '110538.329000', '110538.331000', '110538.334000', '110538.336000', '110538.339000', '110538.342000', '110538.344000', '110538.347000', '110538.350000', '110538.352000', '110538.355000', '110538.357000', '110538.360000', '110538.362000', '110538.365000', '110538.368000', '110538.370000', '110538.373000', '110538.376000', '110538.378000', '110538.381000', '110538.383000', '110538.386000', '110538.389000', '110538.391000', '110538.394000', '110538.397000', '110538.399000', '110538.402000', '110538.404000', '110538.407000', '110558.295000', '110558.297000', '110558.300000', '110558.303000', '110558.305000', '110558.308000', '110558.310000', '110558.313000', '110558.316000', '110558.318000', '110558.321000', '110558.323000', '110558.326000', '110558.329000', '110558.331000', '110558.334000', '110558.336000', '110558.339000', '110558.342000', '110558.344000', '110558.347000', '110558.350000', '110558.352000', '110558.355000', '110558.357000', '110558.360000', '110558.362000', '110558.365000', '110558.368000', '110558.370000', '110558.373000', '110558.376000', '110558.378000', '110558.381000', '110558.383000', '110558.386000', '110558.389000', '110558.391000', '110558.394000', '110558.397000', '110558.399000', '110558.402000', '110558.404000', '110618.294000', '110618.297000', '110618.300000', '110618.302000', '110618.305000', '110618.318000', '110618.321000', '110618.324000', '110618.326000', '110618.329000', '110618.332000', '110618.334000', '110618.337000', '110618.340000', '110618.342000', '110618.345000', '110618.348000', '110618.350000', '110618.353000', '110618.355000', '110618.358000', '110618.361000', '110618.363000', '110618.366000', '110618.369000', '110618.371000', '110618.374000', '110618.376000', '110618.379000', '110618.382000', '110618.384000', '110618.387000', '110618.389000', '110618.392000', '110618.395000', '110618.397000', '110618.400000', '110618.403000', '110618.405000', '110618.408000', '110618.410000', '110618.413000', '110618.415000', '110618.418000', '110638.294000', '110638.297000', '110638.300000', '110638.303000', '110638.305000', '110638.308000', '110638.311000', '110638.313000', '110638.316000', '110638.318000', '110638.321000', '110638.324000', '110638.326000', '110638.329000', '110638.332000', '110638.334000', '110638.337000', '110638.339000', '110638.342000', '110638.345000', '110638.347000', '110638.350000', '110638.353000', '110638.355000', '110638.358000', '110638.360000', '110638.363000', '110638.366000', '110638.368000', '110638.371000', '110638.374000', '110638.376000', '110638.379000', '110638.381000', '110638.384000', '110638.387000', '110638.389000', '110638.392000', '110638.394000', '110638.397000', '110638.400000', '110638.402000', '110638.405000', '110658.294000', '110658.297000', '110658.300000', '110658.302000', '110658.305000', '110658.307000', '110658.310000', '110658.313000', '110658.315000', '110658.318000', '110658.320000', '110658.323000', '110658.325000', '110658.328000', '110658.330000', '110658.333000', '110658.336000', '110658.338000', '110658.341000', '110658.343000', '110658.346000', '110658.349000', '110658.351000', '110658.354000', '110658.356000', '110658.359000', '110658.361000', '110658.364000', '110658.367000', '110658.369000', '110658.372000', '110658.374000', '110658.377000', '110658.380000', '110658.382000', '110658.385000', '110658.387000', '110658.390000', '110658.392000', '110658.395000', '110658.398000', '110658.400000', '110658.403000', '110658.405000', '110718.294000', '110718.297000', '110718.300000', '110718.302000', '110718.305000', '110718.308000', '110718.310000', '110718.313000', '110718.316000', '110718.318000', '110718.321000', '110718.323000', '110718.326000', '110718.329000', '110718.331000', '110718.334000', '110718.337000', '110718.339000', '110718.342000', '110718.344000', '110718.347000', '110718.349000', '110718.352000', '110718.354000', '110718.357000', '110718.360000', '110718.362000', '110718.365000', '110718.367000', '110718.370000', '110718.372000', '110718.375000', '110718.378000', '110718.380000', '110718.383000', '110718.385000', '110718.388000', '110718.391000', '110718.393000', '110718.396000', '110718.398000', '110718.401000', '110718.403000', '110738.294000', '110738.297000', '110738.299000', '110738.302000', '110738.304000', '110738.307000', '110738.309000', '110738.312000', '110738.315000', '110738.319000', '110738.322000', '110738.324000', '110738.327000', '110738.330000', '110738.333000', '110738.335000', '110738.350000', '110738.353000', '110738.356000', '110738.358000', '110738.361000', '110738.363000', '110738.366000', '110738.369000', '110738.371000', '110738.374000', '110738.377000', '110738.379000', '110738.382000', '110738.384000', '110738.387000', '110738.390000', '110738.392000', '110738.395000', '110738.398000', '110738.400000', '110738.403000', '110738.405000', '110738.408000', '110738.411000', '110738.413000', '110738.416000', '110738.418000', '110758.294000', '110758.299000', '110758.301000', '110758.304000', '110758.306000', '110758.309000', '110758.312000', '110758.314000', '110758.317000', '110758.319000', '110758.322000', '110758.325000', '110758.327000', '110758.330000', '110758.332000', '110758.335000', '110758.338000', '110758.340000', '110758.343000', '110758.346000', '110758.348000', '110758.351000', '110758.353000', '110758.356000', '110758.359000', '110758.361000', '110758.364000', '110758.367000', '110758.369000', '110758.372000', '110758.374000', '110758.377000', '110758.380000', '110758.382000', '110758.385000', '110758.387000', '110758.390000', '110758.393000', '110758.395000', '110758.398000', '110758.401000', '110758.403000', '110758.406000', '110758.408000', '110807.732000', '110807.735000', '110807.738000', '110807.741000', '110807.744000', '110807.746000', '110807.749000', '110807.752000', '110807.755000', '110807.757000', '110807.760000', '110807.763000', '110807.765000', '110807.768000', '110807.771000', '110807.773000', '110807.776000', '110807.779000', '110807.781000', '110807.784000', '110807.787000'], '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': [11838, 9521, 6459, 10419, 7887, 9304, 9447, 6195, 8668, 7401, 6962, 10882, 7712, 5454, 9525, 6863, 7273, 9019, 6642, 9060, 7649, 6382, 9163, 7528, 8667, 8030, 5912, 7212, 7745, 7036, 11089, 8163, 5462, 9678, 7037, 7619, 8660, 7690, 9543, 7983, 6009, 10166, 8404, 8150, 9309, 6364, 10886, 7548, 11683, 8800, 7349, 9274, 6113, 5643, 8413, 6543, 8641, 8645, 5980, 8340, 8050, 10999, 10110, 8289, 10400, 7068, 9304, 7834, 7658, 9559, 6459, 8572, 7209, 6101, 9215, 7693, 9365, 7625, 5731, 9610, 7020, 12738, 9275, 6365, 8960, 6070, 10653, 8239, 7018, 8567, 5825, 9815, 7085, 7117, 8951, 7181, 10125, 7436, 8656, 7833, 7832, 9517, 6173, 8820, 7034, 5440, 10683, 8891, 6075, 9196, 6820, 7124, 8491, 7984, 12656, 8455, 6571, 9749, 8062, 11513, 10095, 6369, 10130, 6839, 7758, 8612, 6545, 5584, 7249, 9201, 7292, 11803, 9222, 6171, 12946, 10200, 8242, 10566, 7475, 6737, 9287, 8656, 12605, 8823, 6131, 8808, 7862, 6673, 11004, 8238, 5831, 7948, 7624, 6193, 11626, 9726, 6458, 10750, 8058, 12942, 9778, 9750, 10602, 6653, 9382, 8013, 6977, 11598, 8652, 5553, 8237, 7099, 5541, 10133, 8826, 7034, 10679, 7497, 12108, 8296, 9409, 9510, 6506, 8602, 7033, 6768, 9416, 6997, 5553, 8612, 6014, 11099, 8564, 7220, 8974, 6539, 11606, 8008, 7817, 8936, 6228, 7764, 8141, 5921, 10006, 7889, 8054, 9488, 6163, 11475, 7825, 10822, 9590, 6746, 9886, 6673, 10661, 7421, 10656, 8667, 5680, 9645, 6234, 5869, 8607, 6687, 10401, 6977, 5715, 8671, 6528, 10042, 8254, 11546, 7882, 6857, 9314, 7283, 12558, 9149, 6634, 9607, 6654, 8112, 8865, 7319, 5664, 9201, 6612, 7280, 10131, 8032, 5872, 9629, 6531, 5946, 10178, 7570, 5533, 9315, 6610, 6543, 9367, 7158, 8985, 7656, 5549, 9845, 7375, 6238, 8421, 5990, 10498, 8719, 7812, 9905, 6880, 8990, 8310, 7486, 11048, 7664, 9274, 7987, 6781, 9589, 7554, 10622, 7274, 5612, 9717, 7067, 7831, 9700, 6750, 9934, 7738, 9588, 9834, 7518, 10039, 6791, 8327, 8446, 7452, 10749, 7155, 5764, 8932, 6620, 8605, 9449, 6054, 8664, 7302, 7607, 9435, 7648, 9977, 7202, 5829, 9502, 8396, 8003, 9816, 7006, 7194, 8753, 7710, 11557, 8113, 10414, 8366, 6488, 9503, 7182, 12416, 8400, 5952, 8946, 5924, 10500, 8437, 7381, 9037, 6081, 8597, 7758, 7150, 12168, 8678, 5820, 9845, 6872, 12291, 10400, 7960, 10122, 6852, 8361, 8121, 7530, 11719, 7794, 5815, 9459, 7303, 8366, 10810, 7109, 6535, 9304, 5948, 11743, 9352, 6768, 9570, 6531, 5664, 9187, 5649, 5458, 7417, 7271, 6085, 11424, 9579, 14665, 10432, 12114, 8526, 8699, 9913, 7281, 11584, 8553, 7632, 10331, 8072, 14604, 9932, 6926, 9646, 6251, 11433, 8053, 12901, 8217, 10033, 7266, 6056, 9761, 7145, 5676, 8136, 5928, 9838, 7352, 9378, 8965, 5525, 9539, 6107, 10248, 8030, 6861, 9370, 6065, 6663, 7334, 6232, 10221, 7688, 5567, 9489, 6768, 11382, 9243, 7939, 9893, 6356, 11176, 7887, 9348, 9294, 6225, 9358, 7697, 5523, 11216, 9634, 7034, 9761, 7311, 5775, 10205, 8505, 7196, 8336, 7040, 5785, 5799, 8463, 7049, 7568, 9462, 6416, 5803, 8962, 7454, 8419, 10054, 6711, 6279, 8948, 6229, 9335, 9719, 6633, 6105, 9908, 6998, 6728, 11120, 8799, 6416, 9304, 6810, 7621, 8893, 7188, 5603, 8981, 6071, 11004, 8550, 7444, 9537, 6674, 6993, 8457, 7398, 10364, 7622, 6149, 9004, 6257, 5767, 9971, 8149, 5482, 6378, 7774, 5984, 10197, 9174, 6871, 7995, 8737, 6932, 5781, 8772, 7731, 5915, 9543, 8149, 6847, 10195, 9872, 7655, 6005, 10145, 7353, 6809, 6473, 9325, 6954, 5637, 8684, 8108, 6875, 5457, 8917, 7124, 5870, 7396, 10850, 8008, 6366, 7538, 10813, 8806, 8357, 13319, 9506, 6770, 9152, 9114, 8233, 7127, 10212, 6816, 5955, 9822, 6996, 6041, 8622, 7357, 5699, 9559, 7885, 7444, 10694, 6837, 6154, 8974, 5852, 10799, 9309, 6185, 8498, 6900, 5738, 7896, 8109, 5638, 5569, 8354, 5841, 7037, 8549, 7232, 7639, 8757, 5942, 11071, 8953, 7545, 11620, 7768, 6535, 9309, 6838, 7693, 8996, 5976, 5740, 8878, 5713, 10419, 8960, 5763, 10147, 6742, 6476, 9907, 8477, 6308, 8899, 7796, 5788, 9943, 8589, 7354, 8125, 8718, 5842, 12020, 9315, 7800, 12151, 8530, 7057, 9810, 7403, 9723, 9109, 5788, 5733, 8943, 6495, 6027, 10259, 8279, 5565, 7251, 9836, 7423, 8368, 11436, 8840, 6727, 11178, 8240, 7060, 9653, 8762, 9184, 11573, 7159, 6020, 9848, 7520, 6754, 8922, 7624, 5724, 5730, 8937, 7174, 6429, 10063, 6760, 6674, 8777, 7101, 12035, 8591, 6345, 9460, 6335, 9533, 8678, 7177, 9646, 7021, 5759, 9557, 6596, 7138, 9261, 5937, 9888, 6570, 10263, 8010, 6418, 9643, 6486, 5618, 8760, 6563, 7755, 8252, 5888, 5800, 8454, 6799, 11408, 9574, 6620, 11058, 7516, 7285, 11294, 8714, 6767, 9768, 6223, 10514, 9230, 7491, 7123, 8949, 6103, 7617, 8762, 7313, 5628, 8912, 6193, 8006, 8431, 7045, 10243, 8780, 6082, 10431, 9137, 7494, 14091, 8138, 6527, 9914, 7224, 10034, 9647, 6103, 6282, 8129, 5953, 10252, 8866, 5763, 8672, 6364, 5753, 10197, 9017, 5818, 6287, 8362, 6362, 6561, 11132, 8619, 5893, 9654, 8440, 7291, 12590, 9952, 6513, 7285, 9205, 6716, 11872, 9921, 6586, 10459, 7146, 5871, 9178, 7020, 9053, 7941, 5685, 9801, 6391, 8034, 8833, 6664, 10017, 6954, 6518, 8931, 7359, 12174, 8610, 5853, 9713, 6710, 6362, 9633, 7655, 5841, 9147, 6168, 7369, 6655, 6028, 5995, 6106, 5948, 6046, 5793, 7856, 8733, 7339, 5915, 7139, 11615, 8921, 7103, 10538, 11216, 10656, 12935, 11313, 8736, 14668, 11346, 8303, 9875, 8250, 6005, 5607, 9316, 5967, 5618, 5747, 7968, 6209, 5751, 7028, 5631, 5662, 5577, 6982, 6225, 5994, 11045, 8220, 13683, 8813, 6789, 11235, 7055, 5955, 9922, 7437, 9367, 9267, 6710, 5695, 5746, 6679, 7928, 10507, 5682, 8754, 11348], 'WindowCenter': [3647.0, 3611.0, 3566.0, 3606.0, 3585.0, 3594.0, 3594.0, 3552.0, 3582.0, 3573.0, 3572.0, 3604.0, 3584.0, 3543.0, 3595.0, 3562.0, 3573.0, 3596.0, 3562.0, 3594.0, 3585.0, 3564.0, 3596.0, 3584.0, 3595.0, 3584.0, 3552.0, 3573.0, 3583.0, 3575.0, 3617.0, 3595.0, 3553.0, 3606.0, 3575.0, 3584.0, 3595.0, 3586.0, 3595.0, 3584.0, 3552.0, 3593.0, 3583.0, 3583.0, 3593.0, 3563.0, 3604.0, 3571.0, 3604.0, 3582.0, 3572.0, 3582.0, 3551.0, 3539.0, 3582.0, 3564.0, 3595.0, 3595.0, 3564.0, 3595.0, 3585.0, 3604.0, 3594.0, 3583.0, 3592.0, 3561.0, 3591.0, 3572.0, 3572.0, 3592.0, 3562.0, 3593.0, 3573.0, 3550.0, 3594.0, 3585.0, 3594.0, 3573.0, 3552.0, 3593.0, 3574.0, 3615.0, 3594.0, 3552.0, 3582.0, 3551.0, 3592.0, 3583.0, 3571.0, 3583.0, 3551.0, 3593.0, 3562.0, 3561.0, 3582.0, 3563.0, 3593.0, 3574.0, 3582.0, 3571.0, 3571.0, 3592.0, 3550.0, 3582.0, 3560.0, 3540.0, 3605.0, 3595.0, 3553.0, 3594.0, 3564.0, 3573.0, 3584.0, 3585.0, 3615.0, 3584.0, 3560.0, 3593.0, 3583.0, 3603.0, 3593.0, 3551.0, 3593.0, 3550.0, 3570.0, 3583.0, 3563.0, 3543.0, 3574.0, 3594.0, 3574.0, 3616.0, 3596.0, 3553.0, 3615.0, 3607.0, 3585.0, 3606.0, 3574.0, 3561.0, 3593.0, 3583.0, 3602.0, 3582.0, 3550.0, 3580.0, 3571.0, 3561.0, 3604.0, 3582.0, 3552.0, 3583.0, 3572.0, 3552.0, 3616.0, 3605.0, 3562.0, 3606.0, 3585.0, 3603.0, 3594.0, 3592.0, 3591.0, 3549.0, 3579.0, 3569.0, 3558.0, 3603.0, 3582.0, 3538.0, 3582.0, 3559.0, 3539.0, 3594.0, 3594.0, 3572.0, 3604.0, 3574.0, 3604.0, 3583.0, 3581.0, 3593.0, 3549.0, 3580.0, 3560.0, 3560.0, 3593.0, 3560.0, 3541.0, 3584.0, 3552.0, 3605.0, 3594.0, 3585.0, 3596.0, 3576.0, 3617.0, 3599.0, 3598.0, 3595.0, 3563.0, 3582.0, 3582.0, 3552.0, 3593.0, 3583.0, 3583.0, 3594.0, 3552.0, 3604.0, 3572.0, 3591.0, 3592.0, 3560.0, 3591.0, 3560.0, 3590.0, 3559.0, 3589.0, 3580.0, 3538.0, 3592.0, 3552.0, 3540.0, 3583.0, 3562.0, 3606.0, 3575.0, 3552.0, 3596.0, 3562.0, 3605.0, 3586.0, 3616.0, 3585.0, 3562.0, 3594.0, 3572.0, 3615.0, 3593.0, 3562.0, 3594.0, 3562.0, 3582.0, 3593.0, 3573.0, 3549.0, 3592.0, 3561.0, 3573.0, 3605.0, 3582.0, 3550.0, 3593.0, 3560.0, 3548.0, 3604.0, 3583.0, 3542.0, 3594.0, 3562.0, 3561.0, 3595.0, 3574.0, 3594.0, 3572.0, 3540.0, 3604.0, 3573.0, 3563.0, 3594.0, 3563.0, 3605.0, 3595.0, 3584.0, 3606.0, 3573.0, 3593.0, 3581.0, 3571.0, 3604.0, 3571.0, 3592.0, 3572.0, 3548.0, 3580.0, 3570.0, 3593.0, 3572.0, 3551.0, 3593.0, 3573.0, 3583.0, 3595.0, 3563.0, 3604.0, 3585.0, 3593.0, 3594.0, 3573.0, 3593.0, 3562.0, 3582.0, 3583.0, 3570.0, 3604.0, 3571.0, 3552.0, 3594.0, 3563.0, 3595.0, 3594.0, 3553.0, 3595.0, 3584.0, 3583.0, 3595.0, 3584.0, 3605.0, 3574.0, 3552.0, 3594.0, 3584.0, 3585.0, 3604.0, 3575.0, 3573.0, 3584.0, 3572.0, 3603.0, 3573.0, 3593.0, 3582.0, 3549.0, 3590.0, 3559.0, 3602.0, 3581.0, 3550.0, 3581.0, 3547.0, 3592.0, 3582.0, 3572.0, 3583.0, 3551.0, 3582.0, 3571.0, 3572.0, 3617.0, 3595.0, 3553.0, 3593.0, 3562.0, 3615.0, 3605.0, 3583.0, 3594.0, 3561.0, 3581.0, 3571.0, 3571.0, 3604.0, 3572.0, 3540.0, 3592.0, 3572.0, 3582.0, 3603.0, 3561.0, 3550.0, 3593.0, 3549.0, 3601.0, 3594.0, 3560.0, 3591.0, 3551.0, 3538.0, 3593.0, 3552.0, 3554.0, 3587.0, 3586.0, 3565.0, 3615.0, 3606.0, 3616.0, 3593.0, 3602.0, 3582.0, 3580.0, 3591.0, 3570.0, 3602.0, 3579.0, 3557.0, 3577.0, 3555.0, 3586.0, 3565.0, 3533.0, 3565.0, 3532.0, 3576.0, 3554.0, 3584.0, 3554.0, 3563.0, 3542.0, 3520.0, 3564.0, 3544.0, 3522.0, 3567.0, 3536.0, 3578.0, 3559.0, 3579.0, 3580.0, 3528.0, 3580.0, 3538.0, 3590.0, 3570.0, 3560.0, 3580.0, 3550.0, 3560.0, 3570.0, 3551.0, 3605.0, 3584.0, 3554.0, 3607.0, 3575.0, 3615.0, 3595.0, 3584.0, 3605.0, 3563.0, 3604.0, 3583.0, 3592.0, 3594.0, 3551.0, 3594.0, 3571.0, 3541.0, 3604.0, 3605.0, 3574.0, 3604.0, 3573.0, 3552.0, 3605.0, 3594.0, 3573.0, 3595.0, 3574.0, 3552.0, 3553.0, 3595.0, 3573.0, 3584.0, 3606.0, 3564.0, 3554.0, 3594.0, 3575.0, 3596.0, 3606.0, 3574.0, 3564.0, 3594.0, 3551.0, 3595.0, 3606.0, 3575.0, 3564.0, 3606.0, 3574.0, 3573.0, 3615.0, 3594.0, 3563.0, 3595.0, 3563.0, 3571.0, 3594.0, 3573.0, 3553.0, 3594.0, 3552.0, 3604.0, 3595.0, 3572.0, 3595.0, 3562.0, 3573.0, 3582.0, 3571.0, 3604.0, 3573.0, 3552.0, 3593.0, 3562.0, 3553.0, 3607.0, 3584.0, 3555.0, 3575.0, 3585.0, 3564.0, 3607.0, 3597.0, 3576.0, 3586.0, 3597.0, 3576.0, 3554.0, 3595.0, 3585.0, 3553.0, 3605.0, 3584.0, 3562.0, 3605.0, 3594.0, 3572.0, 3550.0, 3593.0, 3573.0, 3562.0, 3562.0, 3593.0, 3562.0, 3550.0, 3580.0, 3582.0, 3563.0, 3542.0, 3594.0, 3572.0, 3552.0, 3572.0, 3604.0, 3585.0, 3564.0, 3573.0, 3604.0, 3595.0, 3583.0, 3613.0, 3592.0, 3559.0, 3580.0, 3580.0, 3569.0, 3559.0, 3591.0, 3548.0, 3537.0, 3589.0, 3560.0, 3549.0, 3582.0, 3572.0, 3551.0, 3590.0, 3570.0, 3570.0, 3593.0, 3560.0, 3549.0, 3580.0, 3538.0, 3591.0, 3581.0, 3550.0, 3580.0, 3560.0, 3539.0, 3581.0, 3583.0, 3552.0, 3542.0, 3594.0, 3554.0, 3574.0, 3596.0, 3586.0, 3585.0, 3595.0, 3564.0, 3606.0, 3594.0, 3585.0, 3616.0, 3585.0, 3562.0, 3594.0, 3562.0, 3573.0, 3595.0, 3552.0, 3552.0, 3595.0, 3552.0, 3605.0, 3596.0, 3553.0, 3606.0, 3574.0, 3562.0, 3606.0, 3596.0, 3563.0, 3595.0, 3584.0, 3552.0, 3605.0, 3595.0, 3573.0, 3585.0, 3595.0, 3551.0, 3616.0, 3594.0, 3573.0, 3605.0, 3582.0, 3559.0, 3592.0, 3559.0, 3581.0, 3579.0, 3540.0, 3539.0, 3592.0, 3561.0, 3551.0, 3605.0, 3595.0, 3542.0, 3573.0, 3604.0, 3573.0, 3583.0, 3605.0, 3583.0, 3561.0, 3603.0, 3582.0, 3559.0, 3580.0, 3580.0, 3580.0, 3602.0, 3560.0, 3538.0, 3579.0, 3557.0, 3549.0, 3580.0, 3569.0, 3539.0, 3537.0, 3580.0, 3559.0, 3550.0, 3592.0, 3561.0, 3560.0, 3581.0, 3560.0, 3602.0, 3581.0, 3549.0, 3591.0, 3550.0, 3579.0, 3581.0, 3558.0, 3590.0, 3560.0, 3539.0, 3592.0, 3560.0, 3570.0, 3592.0, 3551.0, 3593.0, 3560.0, 3592.0, 3582.0, 3562.0, 3594.0, 3563.0, 3552.0, 3593.0, 3573.0, 3583.0, 3595.0, 3553.0, 3554.0, 3596.0, 3575.0, 3619.0, 3607.0, 3575.0, 3617.0, 3585.0, 3573.0, 3606.0, 3594.0, 3562.0, 3594.0, 3550.0, 3603.0, 3593.0, 3571.0, 3561.0, 3582.0, 3551.0, 3571.0, 3583.0, 3572.0, 3552.0, 3594.0, 3564.0, 3585.0, 3584.0, 3573.0, 3605.0, 3594.0, 3552.0, 3604.0, 3593.0, 3572.0, 3615.0, 3583.0, 3549.0, 3592.0, 3571.0, 3592.0, 3590.0, 3549.0, 3549.0, 3581.0, 3549.0, 3603.0, 3593.0, 3552.0, 3595.0, 3576.0, 3552.0, 3605.0, 3594.0, 3551.0, 3561.0, 3583.0, 3562.0, 3563.0, 3606.0, 3595.0, 3552.0, 3594.0, 3583.0, 3573.0, 3615.0, 3593.0, 3551.0, 3571.0, 3582.0, 3560.0, 3603.0, 3592.0, 3560.0, 3603.0, 3560.0, 3540.0, 3581.0, 3561.0, 3582.0, 3571.0, 3539.0, 3592.0, 3550.0, 3570.0, 3582.0, 3562.0, 3593.0, 3571.0, 3550.0, 3582.0, 3572.0, 3614.0, 3583.0, 3540.0, 3593.0, 3559.0, 3549.0, 3594.0, 3584.0, 3552.0, 3593.0, 3563.0, 3586.0, 3563.0, 3550.0, 3539.0, 3539.0, 3550.0, 3551.0, 3550.0, 3581.0, 3580.0, 3569.0, 3540.0, 3573.0, 3615.0, 3594.0, 3573.0, 3604.0, 3593.0, 3591.0, 3587.0, 3574.0, 3553.0, 3584.0, 3561.0, 3539.0, 3549.0, 3537.0, 3506.0, 3506.0, 3549.0, 3518.0, 3508.0, 3508.0, 3553.0, 3532.0, 3534.0, 3558.0, 3538.0, 3550.0, 3539.0, 3572.0, 3563.0, 3563.0, 3604.0, 3583.0, 3613.0, 3581.0, 3561.0, 3603.0, 3572.0, 3551.0, 3593.0, 3572.0, 3580.0, 3581.0, 3560.0, 3538.0, 3538.0, 3560.0, 3584.0, 3604.0, 3551.0, 3595.0, 3616.0], 'WindowWidth': [8223.0, 8164.0, 8097.0, 8147.0, 8119.0, 8128.0, 8128.0, 8071.0, 8110.0, 8098.0, 8098.0, 8144.0, 8115.0, 8061.0, 8131.0, 8085.0, 8100.0, 8133.0, 8086.0, 8130.0, 8117.0, 8089.0, 8135.0, 8115.0, 8131.0, 8115.0, 8073.0, 8101.0, 8114.0, 8105.0, 8164.0, 8132.0, 8077.0, 8149.0, 8106.0, 8115.0, 8131.0, 8119.0, 8130.0, 8116.0, 8070.0, 8127.0, 8113.0, 8112.0, 8125.0, 8085.0, 8141.0, 8094.0, 8139.0, 8109.0, 8094.0, 8107.0, 8068.0, 8052.0, 8111.0, 8089.0, 8133.0, 8132.0, 8092.0, 8134.0, 8120.0, 8142.0, 8129.0, 8110.0, 8124.0, 8081.0, 8121.0, 8095.0, 8094.0, 8123.0, 8082.0, 8125.0, 8100.0, 8067.0, 8128.0, 8118.0, 8129.0, 8100.0, 8070.0, 8126.0, 8102.0, 8160.0, 8129.0, 8069.0, 8108.0, 8068.0, 8123.0, 8112.0, 8094.0, 8112.0, 8070.0, 8125.0, 8084.0, 8082.0, 8111.0, 8086.0, 8125.0, 8100.0, 8108.0, 8094.0, 8093.0, 8122.0, 8065.0, 8108.0, 8077.0, 8053.0, 8143.0, 8133.0, 8075.0, 8131.0, 8090.0, 8099.0, 8116.0, 8116.0, 8158.0, 8114.0, 8080.0, 8125.0, 8111.0, 8138.0, 8124.0, 8067.0, 8123.0, 8064.0, 8089.0, 8112.0, 8087.0, 8061.0, 8102.0, 8129.0, 8102.0, 8161.0, 8132.0, 8075.0, 8159.0, 8152.0, 8118.0, 8147.0, 8101.0, 8080.0, 8124.0, 8110.0, 8136.0, 8107.0, 8065.0, 8104.0, 8092.0, 8080.0, 8140.0, 8109.0, 8072.0, 8111.0, 8097.0, 8071.0, 8160.0, 8145.0, 8086.0, 8146.0, 8117.0, 8139.0, 8126.0, 8120.0, 8118.0, 8061.0, 8099.0, 8085.0, 8071.0, 8136.0, 8107.0, 8048.0, 8108.0, 8076.0, 8050.0, 8128.0, 8128.0, 8097.0, 8142.0, 8102.0, 8139.0, 8112.0, 8106.0, 8122.0, 8064.0, 8104.0, 8078.0, 8077.0, 8124.0, 8080.0, 8056.0, 8114.0, 8070.0, 8144.0, 8130.0, 8119.0, 8134.0, 8110.0, 8163.0, 8145.0, 8143.0, 8132.0, 8089.0, 8111.0, 8110.0, 8069.0, 8125.0, 8114.0, 8113.0, 8127.0, 8071.0, 8142.0, 8096.0, 8121.0, 8121.0, 8075.0, 8118.0, 8076.0, 8115.0, 8074.0, 8113.0, 8103.0, 8047.0, 8123.0, 8071.0, 8054.0, 8112.0, 8086.0, 8147.0, 8106.0, 8074.0, 8135.0, 8085.0, 8146.0, 8120.0, 8160.0, 8119.0, 8085.0, 8128.0, 8098.0, 8158.0, 8128.0, 8085.0, 8127.0, 8085.0, 8109.0, 8127.0, 8100.0, 8066.0, 8124.0, 8083.0, 8101.0, 8145.0, 8111.0, 8066.0, 8126.0, 8080.0, 8063.0, 8143.0, 8114.0, 8060.0, 8130.0, 8085.0, 8084.0, 8134.0, 8105.0, 8129.0, 8097.0, 8054.0, 8142.0, 8102.0, 8088.0, 8130.0, 8088.0, 8145.0, 8134.0, 8118.0, 8147.0, 8101.0, 8125.0, 8107.0, 8093.0, 8143.0, 8095.0, 8122.0, 8095.0, 8060.0, 8102.0, 8091.0, 8125.0, 8096.0, 8068.0, 8125.0, 8101.0, 8114.0, 8132.0, 8089.0, 8143.0, 8117.0, 8126.0, 8128.0, 8101.0, 8127.0, 8083.0, 8108.0, 8112.0, 8094.0, 8144.0, 8096.0, 8072.0, 8129.0, 8088.0, 8133.0, 8129.0, 8076.0, 8133.0, 8117.0, 8113.0, 8131.0, 8116.0, 8145.0, 8102.0, 8072.0, 8128.0, 8117.0, 8119.0, 8144.0, 8106.0, 8100.0, 8114.0, 8096.0, 8139.0, 8097.0, 8124.0, 8108.0, 8061.0, 8117.0, 8075.0, 8135.0, 8106.0, 8064.0, 8105.0, 8059.0, 8122.0, 8110.0, 8095.0, 8112.0, 8069.0, 8108.0, 8095.0, 8099.0, 8163.0, 8132.0, 8074.0, 8125.0, 8084.0, 8158.0, 8144.0, 8111.0, 8127.0, 8080.0, 8106.0, 8094.0, 8094.0, 8142.0, 8096.0, 8053.0, 8122.0, 8097.0, 8110.0, 8139.0, 8081.0, 8065.0, 8123.0, 8062.0, 8134.0, 8128.0, 8077.0, 8118.0, 8066.0, 8047.0, 8126.0, 8072.0, 8080.0, 8125.0, 8121.0, 8095.0, 8160.0, 8147.0, 8160.0, 8124.0, 8134.0, 8107.0, 8103.0, 8119.0, 8091.0, 8135.0, 8101.0, 8066.0, 8092.0, 8058.0, 8103.0, 8071.0, 8028.0, 8072.0, 8028.0, 8087.0, 8057.0, 8096.0, 8056.0, 8067.0, 8037.0, 8007.0, 8070.0, 8045.0, 8017.0, 8080.0, 8040.0, 8096.0, 8073.0, 8100.0, 8102.0, 8032.0, 8102.0, 8045.0, 8115.0, 8090.0, 8077.0, 8104.0, 8067.0, 8079.0, 8094.0, 8070.0, 8146.0, 8117.0, 8079.0, 8150.0, 8106.0, 8157.0, 8133.0, 8116.0, 8144.0, 8087.0, 8141.0, 8113.0, 8124.0, 8129.0, 8069.0, 8129.0, 8096.0, 8056.0, 8143.0, 8145.0, 8101.0, 8143.0, 8101.0, 8072.0, 8144.0, 8130.0, 8100.0, 8132.0, 8104.0, 8074.0, 8075.0, 8133.0, 8103.0, 8119.0, 8148.0, 8092.0, 8078.0, 8132.0, 8106.0, 8134.0, 8148.0, 8105.0, 8090.0, 8130.0, 8070.0, 8133.0, 8148.0, 8105.0, 8091.0, 8147.0, 8104.0, 8102.0, 8160.0, 8130.0, 8089.0, 8132.0, 8086.0, 8095.0, 8129.0, 8101.0, 8074.0, 8128.0, 8073.0, 8142.0, 8131.0, 8099.0, 8130.0, 8085.0, 8098.0, 8109.0, 8095.0, 8142.0, 8098.0, 8070.0, 8127.0, 8084.0, 8076.0, 8154.0, 8119.0, 8082.0, 8108.0, 8119.0, 8092.0, 8152.0, 8137.0, 8109.0, 8122.0, 8136.0, 8109.0, 8077.0, 8133.0, 8116.0, 8075.0, 8146.0, 8117.0, 8085.0, 8141.0, 8127.0, 8097.0, 8065.0, 8124.0, 8098.0, 8083.0, 8083.0, 8126.0, 8083.0, 8066.0, 8106.0, 8110.0, 8085.0, 8060.0, 8129.0, 8098.0, 8071.0, 8099.0, 8144.0, 8118.0, 8089.0, 8099.0, 8143.0, 8130.0, 8111.0, 8153.0, 8122.0, 8076.0, 8102.0, 8102.0, 8088.0, 8074.0, 8117.0, 8057.0, 8042.0, 8113.0, 8077.0, 8062.0, 8110.0, 8096.0, 8069.0, 8119.0, 8092.0, 8090.0, 8123.0, 8077.0, 8062.0, 8104.0, 8047.0, 8119.0, 8106.0, 8064.0, 8105.0, 8078.0, 8051.0, 8108.0, 8112.0, 8072.0, 8061.0, 8130.0, 8078.0, 8103.0, 8136.0, 8121.0, 8119.0, 8132.0, 8090.0, 8146.0, 8130.0, 8118.0, 8162.0, 8117.0, 8083.0, 8127.0, 8085.0, 8100.0, 8130.0, 8073.0, 8072.0, 8131.0, 8072.0, 8146.0, 8134.0, 8076.0, 8148.0, 8104.0, 8085.0, 8148.0, 8134.0, 8089.0, 8131.0, 8115.0, 8073.0, 8145.0, 8132.0, 8102.0, 8120.0, 8131.0, 8069.0, 8158.0, 8128.0, 8098.0, 8142.0, 8109.0, 8075.0, 8120.0, 8075.0, 8106.0, 8101.0, 8051.0, 8051.0, 8122.0, 8082.0, 8068.0, 8143.0, 8131.0, 8059.0, 8100.0, 8142.0, 8099.0, 8113.0, 8143.0, 8113.0, 8081.0, 8138.0, 8109.0, 8073.0, 8103.0, 8103.0, 8103.0, 8133.0, 8075.0, 8044.0, 8100.0, 8069.0, 8059.0, 8102.0, 8087.0, 8049.0, 8045.0, 8105.0, 8076.0, 8065.0, 8124.0, 8083.0, 8078.0, 8107.0, 8077.0, 8137.0, 8106.0, 8062.0, 8120.0, 8064.0, 8101.0, 8104.0, 8073.0, 8117.0, 8077.0, 8050.0, 8122.0, 8078.0, 8093.0, 8124.0, 8068.0, 8126.0, 8080.0, 8124.0, 8111.0, 8083.0, 8130.0, 8087.0, 8071.0, 8127.0, 8102.0, 8115.0, 8133.0, 8078.0, 8078.0, 8136.0, 8107.0, 8170.0, 8151.0, 8109.0, 8164.0, 8119.0, 8100.0, 8147.0, 8129.0, 8085.0, 8128.0, 8067.0, 8139.0, 8126.0, 8095.0, 8082.0, 8110.0, 8069.0, 8095.0, 8112.0, 8098.0, 8073.0, 8129.0, 8091.0, 8117.0, 8116.0, 8100.0, 8146.0, 8130.0, 8072.0, 8140.0, 8127.0, 8098.0, 8158.0, 8112.0, 8064.0, 8121.0, 8093.0, 8121.0, 8118.0, 8062.0, 8064.0, 8108.0, 8062.0, 8139.0, 8125.0, 8072.0, 8132.0, 8110.0, 8076.0, 8145.0, 8130.0, 8070.0, 8082.0, 8114.0, 8086.0, 8086.0, 8147.0, 8131.0, 8073.0, 8129.0, 8114.0, 8099.0, 8159.0, 8126.0, 8068.0, 8094.0, 8108.0, 8077.0, 8138.0, 8123.0, 8079.0, 8137.0, 8079.0, 8051.0, 8107.0, 8080.0, 8109.0, 8094.0, 8051.0, 8123.0, 8066.0, 8092.0, 8111.0, 8083.0, 8125.0, 8096.0, 8066.0, 8109.0, 8096.0, 8156.0, 8113.0, 8054.0, 8125.0, 8078.0, 8064.0, 8127.0, 8115.0, 8072.0, 8127.0, 8092.0, 8123.0, 8089.0, 8066.0, 8047.0, 8045.0, 8064.0, 8070.0, 8065.0, 8107.0, 8103.0, 8088.0, 8051.0, 8098.0, 8159.0, 8131.0, 8102.0, 8141.0, 8126.0, 8119.0, 8106.0, 8084.0, 8052.0, 8095.0, 8059.0, 8026.0, 8040.0, 8021.0, 7981.0, 7983.0, 8043.0, 8001.0, 7988.0, 7991.0, 8055.0, 8029.0, 8035.0, 8072.0, 8047.0, 8067.0, 8053.0, 8100.0, 8089.0, 8087.0, 8141.0, 8112.0, 8150.0, 8108.0, 8081.0, 8140.0, 8099.0, 8070.0, 8125.0, 8096.0, 8102.0, 8106.0, 8078.0, 8048.0, 8048.0, 8080.0, 8115.0, 8140.0, 8071.0, 8130.0, 8161.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.005147666666666667</td></tr>
<tr><td colspan=3>aqi</td><td>0.023326637471264365</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.76114279655925</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2188351015420007</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0967054501841194</td></tr>
<tr><td colspan=3>efc</td><td>0.4588</td></tr>
<tr><td colspan=3>fber</td><td>6520.376</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09785435981786006</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.402298850574713</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5788986919422157</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5906893018695176</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.801388296846062</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3446184771110663</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106488</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00653871288523078</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021008118987083435</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.823245655702763</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.9872</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.71</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>125.366</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303069.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>549.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>248.9701</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2948</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>443.0338</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2793.4288</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.1756</td></tr>
<tr><td colspan=3>tsnr</td><td>38.80586926988326</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>