<?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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-03/func/sub-0078_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>01fe85e34d0584a11983054be6299052</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:06:49.620000</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.999412, 0.0319683, -0.0124064, -0.030884, 0.996358, 0.0794806]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0817987</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>[4138, -7770, -7214, 760, -50, -191, -43, 106]</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>234.869</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>02c8146f-4619-449c-9184-342c9c593448||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.681349039077759, -0.08285946398973465, -0.0402357243001461, 117.47994995117188], [-0.0857686772942543, 2.6731553077697754, 0.21343697607517242, -98.19095611572266], [-0.033285580575466156, -0.21324074268341064, 2.6912498474121094, -44.94535827636719], [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': ['110649.620000', '110650.080000', '110650.540000', '110651.000000', '110651.460000', '110651.920000', '110652.380000', '110652.840000', '110653.300000', '110653.760000', '110654.220000', '110654.680000', '110655.140000', '110655.600000', '110656.060000', '110656.520000', '110656.980000', '110657.440000', '110657.900000', '110658.360000', '110658.820000', '110659.280000', '110659.740000', '110700.200000', '110700.660000', '110701.120000', '110701.580000', '110702.040000', '110702.500000', '110702.960000', '110703.420000', '110703.880000', '110704.340000', '110704.800000', '110705.260000', '110705.720000', '110706.180000', '110706.640000', '110707.100000', '110707.560000', '110708.020000', '110708.480000', '110708.940000', '110709.400000', '110709.860000', '110710.320000', '110710.780000', '110711.240000', '110711.700000', '110712.160000', '110712.620000', '110713.080000', '110713.540000', '110714.000000', '110714.460000', '110714.920000', '110715.380000', '110715.840000', '110716.300000', '110716.760000', '110717.220000', '110717.680000', '110718.140000', '110718.600000', '110719.060000', '110719.520000', '110719.980000', '110720.440000', '110720.900000', '110721.360000', '110721.820000', '110722.280000', '110722.740000', '110723.200000', '110723.660000', '110724.120000', '110724.580000', '110725.040000', '110725.500000', '110725.960000', '110726.420000', '110726.880000', '110727.340000', '110727.800000', '110728.260000', '110728.720000', '110729.180000', '110729.640000', '110730.100000', '110730.560000', '110731.020000', '110731.480000', '110731.940000', '110732.400000', '110732.860000', '110733.320000', '110733.780000', '110734.240000', '110734.700000', '110735.160000', '110735.620000', '110736.080000', '110736.540000', '110737.000000', '110737.460000', '110737.920000', '110738.380000', '110738.840000', '110739.300000', '110739.760000', '110740.220000', '110740.680000', '110741.140000', '110741.600000', '110742.060000', '110742.520000', '110742.980000', '110743.440000', '110743.900000', '110744.360000', '110744.820000', '110745.280000', '110745.740000', '110746.200000', '110746.660000', '110747.120000', '110747.580000', '110748.040000', '110748.500000', '110748.960000', '110749.420000', '110749.880000', '110750.340000', '110750.800000', '110751.260000', '110751.720000', '110752.180000', '110752.640000', '110753.100000', '110753.560000', '110754.020000', '110754.480000', '110754.940000', '110755.400000', '110755.860000', '110756.320000', '110756.780000', '110757.240000', '110757.700000', '110758.160000', '110758.620000', '110759.080000', '110759.540000', '110800.000000', '110800.460000', '110800.920000', '110801.380000', '110801.840000', '110802.300000', '110802.760000', '110803.220000', '110803.680000', '110804.140000', '110804.600000', '110805.060000', '110805.520000', '110805.980000', '110806.440000', '110806.900000', '110807.360000', '110807.820000', '110808.280000', '110808.740000', '110809.200000', '110809.660000', '110810.120000', '110810.580000', '110811.040000', '110811.500000', '110811.960000', '110812.420000', '110812.880000', '110813.340000', '110813.800000', '110814.260000', '110814.720000', '110815.180000', '110815.640000', '110816.100000', '110816.560000', '110817.020000', '110817.480000', '110817.940000', '110818.400000', '110818.860000', '110819.320000', '110819.780000', '110820.240000', '110820.700000', '110821.160000', '110821.620000', '110822.080000', '110822.540000', '110823.000000', '110823.460000', '110823.920000', '110824.380000', '110824.840000', '110825.300000', '110825.760000', '110826.220000', '110826.680000', '110827.140000', '110827.600000', '110828.060000', '110828.520000', '110828.980000', '110829.440000', '110829.900000', '110830.360000', '110830.820000', '110831.280000', '110831.740000', '110832.200000', '110832.660000', '110833.120000', '110833.580000', '110834.040000', '110834.500000', '110834.960000', '110835.420000', '110835.880000', '110836.340000', '110836.800000', '110837.260000', '110837.720000', '110838.180000', '110838.640000', '110839.100000', '110839.560000', '110840.020000', '110840.480000', '110840.940000', '110841.400000', '110841.860000', '110842.320000', '110842.780000', '110843.240000', '110843.700000', '110844.160000', '110844.620000', '110845.080000', '110845.540000', '110846.000000', '110846.460000', '110846.920000', '110847.380000', '110847.840000', '110848.300000', '110848.760000', '110849.220000', '110849.680000', '110850.140000', '110850.600000', '110851.060000', '110851.520000', '110851.980000', '110852.440000', '110852.900000', '110853.360000', '110853.820000', '110854.280000', '110854.740000', '110855.200000', '110855.660000', '110856.120000', '110856.580000', '110857.040000', '110857.500000', '110857.960000', '110858.420000', '110858.880000', '110859.340000', '110859.800000', '110900.260000', '110900.720000', '110901.180000', '110901.640000', '110902.100000', '110902.560000', '110903.020000', '110903.480000', '110903.940000', '110904.400000', '110904.860000', '110905.320000', '110905.780000', '110906.240000', '110906.700000', '110907.160000', '110907.620000', '110908.080000', '110908.540000', '110909.000000', '110909.460000', '110909.920000', '110910.380000', '110910.840000', '110911.300000', '110911.760000', '110912.220000', '110912.680000', '110913.140000', '110913.600000', '110914.060000', '110914.520000', '110914.980000', '110915.440000', '110915.900000', '110916.360000', '110916.820000', '110917.280000', '110917.740000', '110918.200000', '110918.660000', '110919.120000', '110919.580000', '110920.040000', '110920.500000', '110920.960000', '110921.420000', '110921.880000', '110922.340000', '110922.800000', '110923.260000', '110923.720000', '110924.180000', '110924.640000', '110925.100000', '110925.560000', '110926.020000', '110926.480000', '110926.940000', '110927.400000', '110927.860000', '110928.320000', '110928.780000', '110929.240000', '110929.700000', '110930.160000', '110930.620000', '110931.080000', '110931.540000', '110932.000000', '110932.460000', '110932.920000', '110933.380000', '110933.840000', '110934.300000', '110934.760000', '110935.220000', '110935.680000', '110936.140000', '110936.600000', '110937.060000', '110937.520000', '110937.980000', '110938.440000', '110938.900000', '110939.360000', '110939.820000', '110940.280000', '110940.740000', '110941.200000', '110941.660000', '110942.120000', '110942.580000', '110943.040000', '110943.500000', '110943.960000', '110944.420000', '110944.880000', '110945.340000', '110945.800000', '110946.260000', '110946.720000', '110947.180000', '110947.640000', '110948.100000', '110948.560000', '110949.020000', '110949.480000', '110949.940000', '110950.400000', '110950.860000', '110951.320000', '110951.780000', '110952.240000', '110952.700000', '110953.160000', '110953.620000', '110954.080000', '110954.540000', '110955.000000', '110955.460000', '110955.920000', '110956.380000', '110956.840000', '110957.300000', '110957.760000', '110958.220000', '110958.680000', '110959.140000', '110959.600000', '111000.060000', '111000.520000', '111000.980000', '111001.440000', '111001.900000', '111002.360000', '111002.820000', '111003.280000', '111003.740000', '111004.200000', '111004.660000', '111005.120000', '111005.580000', '111006.040000', '111006.500000', '111006.960000', '111007.420000', '111007.880000', '111008.340000', '111008.800000', '111009.260000', '111009.720000', '111010.180000', '111010.640000', '111011.100000', '111011.560000', '111012.020000', '111012.480000', '111012.940000', '111013.400000', '111013.860000', '111014.320000', '111014.780000', '111015.240000', '111015.700000', '111016.160000', '111016.620000', '111017.080000', '111017.540000', '111018.000000', '111018.460000', '111018.920000', '111019.380000', '111019.840000', '111020.300000', '111020.760000', '111021.220000', '111021.680000', '111022.140000', '111022.600000', '111023.060000', '111023.520000', '111023.980000', '111024.440000', '111024.900000', '111025.360000', '111025.820000', '111026.280000', '111026.740000', '111027.200000', '111027.660000', '111028.120000', '111028.580000', '111029.040000', '111029.500000', '111029.960000', '111030.420000', '111030.880000', '111031.340000', '111031.800000', '111032.260000', '111032.720000', '111033.180000', '111033.640000', '111034.100000', '111034.560000', '111035.020000', '111035.480000', '111035.940000', '111036.400000', '111036.860000', '111037.320000', '111037.780000', '111038.240000', '111038.700000', '111039.160000', '111039.620000', '111040.080000', '111040.540000', '111041.000000', '111041.460000', '111041.920000', '111042.380000', '111042.840000', '111043.300000', '111043.760000', '111044.220000', '111044.680000', '111045.140000', '111045.600000', '111046.060000', '111046.520000', '111046.980000', '111047.440000', '111047.900000', '111048.360000', '111048.820000', '111049.280000', '111049.740000', '111050.200000', '111050.660000', '111051.120000', '111051.580000', '111052.040000', '111052.500000', '111052.960000', '111053.420000', '111053.880000', '111054.340000', '111054.800000', '111055.260000', '111055.720000', '111056.180000', '111056.640000', '111057.100000', '111057.560000', '111058.020000', '111058.480000', '111058.940000', '111059.400000', '111059.860000', '111100.320000', '111100.780000', '111101.240000', '111101.700000', '111102.160000', '111102.620000', '111103.080000', '111103.540000', '111104.000000', '111104.460000', '111104.920000', '111105.380000', '111105.840000', '111106.300000', '111106.760000', '111107.220000', '111107.680000', '111108.140000', '111108.600000', '111109.060000', '111109.520000', '111109.980000', '111110.440000', '111110.900000', '111111.360000', '111111.820000', '111112.280000', '111112.740000', '111113.200000', '111113.660000', '111114.120000', '111114.580000', '111115.040000', '111115.500000', '111115.960000', '111116.420000', '111116.880000', '111117.340000', '111117.800000', '111118.260000', '111118.720000', '111119.180000', '111119.640000', '111120.100000', '111120.560000', '111121.020000', '111121.480000', '111121.940000', '111122.400000', '111122.860000', '111123.320000', '111123.780000', '111124.240000', '111124.700000', '111125.160000', '111125.620000', '111126.080000', '111126.540000', '111127.000000', '111127.460000', '111127.920000', '111128.380000', '111128.840000', '111129.300000', '111129.760000', '111130.220000', '111130.680000', '111131.140000', '111131.600000', '111132.060000', '111132.520000', '111132.980000', '111133.440000', '111133.900000', '111134.360000', '111134.820000', '111135.280000', '111135.740000', '111136.200000', '111136.660000', '111137.120000', '111137.580000', '111138.040000', '111138.500000', '111138.960000', '111139.420000', '111139.880000', '111140.340000', '111140.800000', '111141.260000', '111141.720000', '111142.180000', '111142.640000', '111143.100000', '111143.560000', '111144.020000', '111144.480000', '111144.940000', '111145.400000', '111145.860000', '111146.320000', '111146.780000', '111147.240000', '111147.700000', '111148.160000', '111148.620000', '111149.080000', '111149.540000', '111150.000000', '111150.460000', '111150.920000', '111151.380000', '111151.840000', '111152.300000', '111152.760000', '111153.220000', '111153.680000', '111154.140000', '111154.600000', '111155.060000', '111155.520000', '111155.980000', '111156.440000', '111156.900000', '111157.360000', '111157.820000', '111158.280000', '111158.740000', '111159.200000', '111159.660000', '111200.120000', '111200.580000', '111201.040000', '111201.500000', '111201.960000', '111202.420000', '111202.880000', '111203.340000', '111203.800000', '111204.260000', '111204.720000', '111205.180000', '111205.640000', '111206.100000', '111206.560000', '111207.020000', '111207.480000', '111207.940000', '111208.400000', '111208.860000', '111209.320000', '111209.780000', '111210.240000', '111210.700000', '111211.160000', '111211.620000', '111212.080000', '111212.540000', '111213.000000', '111213.460000', '111213.920000', '111214.380000', '111214.840000', '111215.300000', '111215.760000', '111216.220000', '111216.680000', '111217.140000', '111217.600000', '111218.060000', '111218.520000', '111218.980000', '111219.440000', '111219.900000', '111220.360000', '111220.820000', '111221.280000', '111221.740000', '111222.200000', '111222.660000', '111223.120000', '111223.580000', '111224.040000', '111224.500000', '111224.960000', '111225.420000', '111225.880000', '111226.340000', '111226.800000', '111227.260000', '111227.720000', '111228.180000', '111228.640000', '111229.100000', '111229.560000', '111230.020000', '111230.480000', '111230.940000', '111231.400000', '111231.860000', '111232.320000', '111232.780000', '111233.240000', '111233.700000', '111234.160000', '111234.620000', '111235.080000', '111235.540000', '111236.000000', '111236.460000', '111236.920000', '111237.380000', '111237.840000', '111238.300000', '111238.760000', '111239.220000', '111239.680000', '111240.140000', '111240.600000', '111241.060000', '111241.520000', '111241.980000', '111242.440000', '111242.900000', '111243.360000', '111243.820000', '111244.280000', '111244.740000', '111245.200000', '111245.660000', '111246.120000', '111246.580000', '111247.040000', '111247.500000', '111247.960000', '111248.420000', '111248.880000', '111249.340000', '111249.800000', '111250.260000', '111250.720000', '111251.180000', '111251.640000', '111252.100000', '111252.560000', '111253.020000', '111253.480000', '111253.940000', '111254.400000', '111254.860000', '111255.320000', '111255.780000', '111256.240000', '111256.700000', '111257.160000', '111257.620000', '111258.080000', '111258.540000', '111259.000000', '111259.460000', '111259.920000', '111300.380000', '111300.840000', '111301.300000', '111301.760000', '111302.220000', '111302.680000', '111303.140000', '111303.600000', '111304.060000', '111304.520000', '111304.980000', '111305.440000', '111305.900000', '111306.360000', '111306.820000', '111307.280000', '111307.740000', '111308.200000', '111308.660000', '111309.120000', '111309.580000', '111310.040000', '111310.500000', '111310.960000', '111311.420000', '111311.880000', '111312.340000', '111312.800000', '111313.260000', '111313.720000', '111314.180000', '111314.640000', '111315.100000', '111315.560000', '111316.020000', '111316.480000', '111316.940000', '111317.400000', '111317.860000', '111318.320000', '111318.780000', '111319.240000', '111319.700000', '111320.160000', '111320.620000', '111321.080000', '111321.540000', '111322.000000', '111322.460000', '111322.920000', '111323.380000', '111323.840000', '111324.300000', '111324.760000', '111325.220000', '111325.680000', '111326.140000', '111326.600000', '111327.060000', '111327.520000', '111327.980000', '111328.440000', '111328.900000', '111329.360000', '111329.820000', '111330.280000'], 'ContentTime': ['110656.822000', '110656.825000', '110656.839000', '110656.842000', '110656.847000', '110656.850000', '110656.853000', '110656.855000', '110656.858000', '110656.860000', '110656.863000', '110656.865000', '110656.868000', '110716.791000', '110716.794000', '110716.797000', '110716.800000', '110716.802000', '110716.805000', '110716.807000', '110716.810000', '110716.812000', '110716.819000', '110716.822000', '110716.824000', '110716.827000', '110716.829000', '110716.832000', '110716.835000', '110716.837000', '110716.840000', '110716.842000', '110716.845000', '110716.847000', '110716.850000', '110716.853000', '110716.855000', '110716.858000', '110716.860000', '110716.863000', '110716.865000', '110716.880000', '110716.882000', '110716.885000', '110716.888000', '110716.890000', '110716.893000', '110716.896000', '110716.898000', '110716.901000', '110716.903000', '110716.906000', '110716.908000', '110716.918000', '110716.921000', '110716.923000', '110736.792000', '110736.794000', '110736.797000', '110736.799000', '110736.802000', '110736.804000', '110736.808000', '110736.810000', '110736.813000', '110736.815000', '110736.818000', '110736.820000', '110736.823000', '110736.825000', '110736.828000', '110736.833000', '110736.835000', '110736.838000', '110736.841000', '110736.843000', '110736.846000', '110736.848000', '110736.851000', '110736.854000', '110736.856000', '110736.859000', '110736.861000', '110736.864000', '110736.867000', '110736.869000', '110736.872000', '110736.874000', '110736.877000', '110736.879000', '110736.882000', '110736.885000', '110736.887000', '110736.890000', '110736.892000', '110736.895000', '110736.898000', '110736.900000', '110736.903000', '110736.905000', '110756.792000', '110756.794000', '110756.797000', '110756.799000', '110756.802000', '110756.804000', '110756.807000', '110756.810000', '110756.812000', '110756.815000', '110756.817000', '110756.820000', '110756.829000', '110756.831000', '110756.834000', '110756.837000', '110756.839000', '110756.842000', '110756.844000', '110756.847000', '110756.849000', '110756.852000', '110756.855000', '110756.857000', '110756.860000', '110756.862000', '110756.865000', '110756.867000', '110756.870000', '110756.873000', '110756.875000', '110756.878000', '110756.880000', '110756.883000', '110756.886000', '110756.888000', '110756.891000', '110756.894000', '110756.896000', '110756.899000', '110756.901000', '110756.904000', '110756.907000', '110816.790000', '110816.793000', '110816.796000', '110816.798000', '110816.801000', '110816.803000', '110816.806000', '110816.809000', '110816.811000', '110816.814000', '110816.816000', '110816.819000', '110816.821000', '110816.824000', '110816.827000', '110816.829000', '110816.832000', '110816.834000', '110816.837000', '110816.840000', '110816.842000', '110816.845000', '110816.847000', '110816.850000', '110816.853000', '110816.855000', '110816.858000', '110816.867000', '110816.869000', '110816.872000', '110816.874000', '110816.877000', '110816.880000', '110816.882000', '110816.885000', '110816.887000', '110816.890000', '110816.892000', '110816.895000', '110816.898000', '110816.900000', '110816.903000', '110816.906000', '110816.908000', '110836.790000', '110836.793000', '110836.796000', '110836.798000', '110836.801000', '110836.803000', '110836.806000', '110836.808000', '110836.811000', '110836.814000', '110836.816000', '110836.819000', '110836.821000', '110836.824000', '110836.826000', '110836.829000', '110836.832000', '110836.834000', '110836.837000', '110836.839000', '110836.842000', '110836.844000', '110836.847000', '110836.850000', '110836.852000', '110836.855000', '110836.857000', '110836.860000', '110836.863000', '110836.865000', '110836.868000', '110836.870000', '110836.873000', '110836.875000', '110836.878000', '110836.881000', '110836.883000', '110836.886000', '110836.888000', '110836.891000', '110836.893000', '110836.896000', '110836.899000', '110856.791000', '110856.794000', '110856.797000', '110856.799000', '110856.802000', '110856.805000', '110856.807000', '110856.810000', '110856.812000', '110856.815000', '110856.818000', '110856.820000', '110856.825000', '110856.827000', '110856.830000', '110856.833000', '110856.835000', '110856.838000', '110856.841000', '110856.843000', '110856.846000', '110856.849000', '110856.852000', '110856.854000', '110856.871000', '110856.874000', '110856.876000', '110856.879000', '110856.881000', '110856.884000', '110856.887000', '110856.889000', '110856.892000', '110856.895000', '110856.897000', '110856.900000', '110856.902000', '110856.905000', '110856.908000', '110856.910000', '110856.913000', '110856.916000', '110856.918000', '110916.791000', '110916.794000', '110916.797000', '110916.799000', '110916.802000', '110916.805000', '110916.807000', '110916.810000', '110916.813000', '110916.815000', '110916.818000', '110916.820000', '110916.823000', '110916.826000', '110916.828000', '110916.831000', '110916.833000', '110916.836000', '110916.838000', '110916.841000', '110916.844000', '110916.846000', '110916.849000', '110916.851000', '110916.854000', '110916.856000', '110916.859000', '110916.862000', '110916.864000', '110916.867000', '110916.869000', '110916.872000', '110916.874000', '110916.877000', '110916.880000', '110916.882000', '110916.885000', '110916.887000', '110916.890000', '110916.892000', '110916.895000', '110916.898000', '110916.900000', '110916.903000', '110936.792000', '110936.795000', '110936.797000', '110936.800000', '110936.802000', '110936.805000', '110936.808000', '110936.810000', '110936.813000', '110936.816000', '110936.818000', '110936.821000', '110936.824000', '110936.826000', '110936.829000', '110936.831000', '110936.834000', '110936.836000', '110936.839000', '110936.842000', '110936.844000', '110936.847000', '110936.849000', '110936.852000', '110936.854000', '110936.857000', '110936.859000', '110936.862000', '110936.864000', '110936.867000', '110936.870000', '110936.872000', '110936.875000', '110936.878000', '110936.880000', '110936.883000', '110936.886000', '110936.888000', '110936.891000', '110936.893000', '110936.896000', '110936.898000', '110936.901000', '110956.792000', '110956.794000', '110956.797000', '110956.800000', '110956.802000', '110956.805000', '110956.807000', '110956.810000', '110956.812000', '110956.815000', '110956.818000', '110956.820000', '110956.823000', '110956.825000', '110956.828000', '110956.830000', '110956.833000', '110956.836000', '110956.838000', '110956.841000', '110956.843000', '110956.846000', '110956.849000', '110956.851000', '110956.854000', '110956.856000', '110956.859000', '110956.862000', '110956.864000', '110956.867000', '110956.869000', '110956.872000', '110956.875000', '110956.877000', '110956.880000', '110956.882000', '110956.885000', '110956.887000', '110956.890000', '110956.892000', '110956.895000', '110956.898000', '110956.900000', '110956.903000', '111016.792000', '111016.795000', '111016.797000', '111016.800000', '111016.802000', '111016.805000', '111016.808000', '111016.810000', '111016.813000', '111016.815000', '111016.818000', '111016.821000', '111016.823000', '111016.826000', '111016.828000', '111016.832000', '111016.834000', '111016.837000', '111016.839000', '111016.853000', '111016.855000', '111016.858000', '111016.861000', '111016.863000', '111016.866000', '111016.868000', '111016.871000', '111016.874000', '111016.876000', '111016.879000', '111016.881000', '111016.885000', '111016.888000', '111016.891000', '111016.893000', '111016.896000', '111016.899000', '111016.901000', '111016.904000', '111016.906000', '111016.909000', '111016.911000', '111016.914000', '111036.791000', '111036.793000', '111036.796000', '111036.799000', '111036.801000', '111036.804000', '111036.818000', '111036.820000', '111036.823000', '111036.825000', '111036.828000', '111036.831000', '111036.833000', '111036.836000', '111036.839000', '111036.841000', '111036.844000', '111036.846000', '111036.854000', '111036.857000', '111036.859000', '111036.862000', '111036.865000', '111036.867000', '111036.870000', '111036.872000', '111036.875000', '111036.877000', '111036.880000', '111036.882000', '111036.885000', '111036.888000', '111036.890000', '111036.893000', '111036.895000', '111036.898000', '111036.900000', '111036.903000', '111036.905000', '111036.908000', '111036.910000', '111036.913000', '111036.916000', '111036.918000', '111056.790000', '111056.793000', '111056.796000', '111056.798000', '111056.801000', '111056.804000', '111056.806000', '111056.809000', '111056.811000', '111056.814000', '111056.816000', '111056.819000', '111056.822000', '111056.824000', '111056.827000', '111056.829000', '111056.832000', '111056.835000', '111056.838000', '111056.840000', '111056.843000', '111056.845000', '111056.848000', '111056.850000', '111056.853000', '111056.856000', '111056.858000', '111056.861000', '111056.863000', '111056.866000', '111056.868000', '111056.871000', '111056.873000', '111056.876000', '111056.879000', '111056.881000', '111056.884000', '111056.886000', '111056.889000', '111056.892000', '111056.894000', '111056.897000', '111056.900000', '111116.791000', '111116.794000', '111116.797000', '111116.799000', '111116.802000', '111116.805000', '111116.808000', '111116.810000', '111116.813000', '111116.816000', '111116.818000', '111116.821000', '111116.823000', '111116.826000', '111116.829000', '111116.831000', '111116.834000', '111116.836000', '111116.839000', '111116.842000', '111116.844000', '111116.847000', '111116.849000', '111116.852000', '111116.854000', '111116.857000', '111116.860000', '111116.862000', '111116.865000', '111116.868000', '111116.870000', '111116.873000', '111116.875000', '111116.878000', '111116.881000', '111116.883000', '111116.886000', '111116.889000', '111116.891000', '111116.894000', '111116.896000', '111116.899000', '111116.902000', '111116.904000', '111136.792000', '111136.795000', '111136.797000', '111136.800000', '111136.802000', '111136.805000', '111136.807000', '111136.810000', '111136.813000', '111136.815000', '111136.818000', '111136.820000', '111136.823000', '111136.825000', '111136.828000', '111136.831000', '111136.833000', '111136.836000', '111136.838000', '111136.841000', '111136.843000', '111136.846000', '111136.849000', '111136.851000', '111136.854000', '111136.856000', '111136.859000', '111136.862000', '111136.864000', '111136.867000', '111136.869000', '111136.872000', '111136.875000', '111136.877000', '111136.880000', '111136.883000', '111136.886000', '111136.888000', '111136.891000', '111136.894000', '111136.896000', '111136.899000', '111136.902000', '111156.791000', '111156.794000', '111156.797000', '111156.799000', '111156.803000', '111156.805000', '111156.808000', '111156.810000', '111156.820000', '111156.823000', '111156.825000', '111156.828000', '111156.831000', '111156.833000', '111156.836000', '111156.838000', '111156.841000', '111156.844000', '111156.846000', '111156.849000', '111156.851000', '111156.854000', '111156.856000', '111156.859000', '111156.862000', '111156.864000', '111156.867000', '111156.869000', '111156.872000', '111156.874000', '111156.877000', '111156.889000', '111156.892000', '111156.895000', '111156.897000', '111156.900000', '111156.902000', '111156.905000', '111156.907000', '111156.910000', '111156.913000', '111156.915000', '111156.918000', '111156.920000', '111216.792000', '111216.795000', '111216.797000', '111216.800000', '111216.802000', '111216.805000', '111216.808000', '111216.810000', '111216.813000', '111216.815000', '111216.818000', '111216.820000', '111216.823000', '111216.826000', '111216.828000', '111216.831000', '111216.833000', '111216.836000', '111216.839000', '111216.841000', '111216.844000', '111216.847000', '111216.849000', '111216.852000', '111216.854000', '111216.857000', '111216.860000', '111216.862000', '111216.865000', '111216.867000', '111216.870000', '111216.872000', '111216.875000', '111216.878000', '111216.880000', '111216.883000', '111216.886000', '111216.888000', '111216.891000', '111216.893000', '111216.896000', '111216.899000', '111216.901000', '111236.791000', '111236.794000', '111236.797000', '111236.800000', '111236.802000', '111236.805000', '111236.807000', '111236.810000', '111236.813000', '111236.815000', '111236.818000', '111236.820000', '111236.823000', '111236.825000', '111236.828000', '111236.831000', '111236.833000', '111236.836000', '111236.838000', '111236.841000', '111236.844000', '111236.846000', '111236.849000', '111236.852000', '111236.854000', '111236.857000', '111236.859000', '111236.862000', '111236.864000', '111236.867000', '111236.870000', '111236.872000', '111236.875000', '111236.877000', '111236.880000', '111236.883000', '111236.885000', '111236.888000', '111236.890000', '111236.893000', '111236.896000', '111236.898000', '111236.901000', '111236.903000', '111256.791000', '111256.793000', '111256.796000', '111256.799000', '111256.801000', '111256.804000', '111256.806000', '111256.809000', '111256.811000', '111256.816000', '111256.818000', '111256.821000', '111256.823000', '111256.826000', '111256.829000', '111256.831000', '111256.834000', '111256.836000', '111256.839000', '111256.841000', '111256.844000', '111256.847000', '111256.849000', '111256.852000', '111256.854000', '111256.857000', '111256.859000', '111256.862000', '111256.865000', '111256.867000', '111256.870000', '111256.872000', '111256.875000', '111256.878000', '111256.880000', '111256.883000', '111256.885000', '111256.888000', '111256.890000', '111256.893000', '111256.896000', '111256.898000', '111256.901000', '111316.791000', '111316.793000', '111316.796000', '111316.799000', '111316.801000', '111316.804000', '111316.806000', '111316.809000', '111316.812000', '111316.814000', '111316.817000', '111316.819000', '111316.822000', '111316.825000', '111316.827000', '111316.830000', '111316.833000', '111316.835000', '111316.843000', '111316.845000', '111316.848000', '111316.850000', '111316.853000', '111316.855000', '111316.858000', '111316.861000', '111316.863000', '111316.866000', '111316.868000', '111316.871000', '111316.874000', '111316.876000', '111316.879000', '111316.881000', '111316.884000', '111316.887000', '111316.889000', '111316.892000', '111316.894000', '111316.897000', '111316.899000', '111316.902000', '111316.918000', '111316.920000', '111331.866000', '111331.869000', '111331.872000', '111331.875000', '111331.877000', '111331.880000', '111331.883000', '111331.885000', '111331.888000', '111331.891000', '111331.893000', '111331.896000', '111331.899000', '111331.902000', '111331.904000', '111331.907000', '111331.909000', '111331.912000', '111331.915000', '111331.917000', '111331.920000', '111331.923000', '111331.926000', '111331.928000', '111331.931000', '111331.934000', '111331.937000', '111331.940000', '111331.942000', '111331.945000', '111331.947000', '111331.950000', '111331.952000'], 'InstanceCreationTime': ['110656.822000', '110656.825000', '110656.839000', '110656.842000', '110656.847000', '110656.850000', '110656.853000', '110656.855000', '110656.858000', '110656.860000', '110656.863000', '110656.865000', '110656.868000', '110716.791000', '110716.794000', '110716.797000', '110716.800000', '110716.802000', '110716.805000', '110716.807000', '110716.810000', '110716.812000', '110716.819000', '110716.822000', '110716.824000', '110716.827000', '110716.829000', '110716.832000', '110716.835000', '110716.837000', '110716.840000', '110716.842000', '110716.845000', '110716.847000', '110716.850000', '110716.853000', '110716.855000', '110716.858000', '110716.860000', '110716.863000', '110716.865000', '110716.880000', '110716.882000', '110716.885000', '110716.888000', '110716.890000', '110716.893000', '110716.896000', '110716.898000', '110716.901000', '110716.903000', '110716.906000', '110716.908000', '110716.918000', '110716.921000', '110716.923000', '110736.792000', '110736.794000', '110736.797000', '110736.799000', '110736.802000', '110736.804000', '110736.808000', '110736.810000', '110736.813000', '110736.815000', '110736.818000', '110736.820000', '110736.823000', '110736.825000', '110736.828000', '110736.833000', '110736.835000', '110736.838000', '110736.841000', '110736.843000', '110736.846000', '110736.848000', '110736.851000', '110736.854000', '110736.856000', '110736.859000', '110736.861000', '110736.864000', '110736.867000', '110736.869000', '110736.872000', '110736.874000', '110736.877000', '110736.879000', '110736.882000', '110736.885000', '110736.887000', '110736.890000', '110736.892000', '110736.895000', '110736.898000', '110736.900000', '110736.903000', '110736.905000', '110756.792000', '110756.794000', '110756.797000', '110756.799000', '110756.802000', '110756.804000', '110756.807000', '110756.810000', '110756.812000', '110756.815000', '110756.817000', '110756.820000', '110756.829000', '110756.831000', '110756.834000', '110756.837000', '110756.839000', '110756.842000', '110756.844000', '110756.847000', '110756.849000', '110756.852000', '110756.855000', '110756.857000', '110756.860000', '110756.862000', '110756.865000', '110756.867000', '110756.870000', '110756.873000', '110756.875000', '110756.878000', '110756.880000', '110756.883000', '110756.886000', '110756.888000', '110756.891000', '110756.894000', '110756.896000', '110756.899000', '110756.901000', '110756.904000', '110756.907000', '110816.790000', '110816.793000', '110816.796000', '110816.798000', '110816.801000', '110816.803000', '110816.806000', '110816.809000', '110816.811000', '110816.814000', '110816.816000', '110816.819000', '110816.821000', '110816.824000', '110816.827000', '110816.829000', '110816.832000', '110816.834000', '110816.837000', '110816.840000', '110816.842000', '110816.845000', '110816.847000', '110816.850000', '110816.853000', '110816.855000', '110816.858000', '110816.867000', '110816.869000', '110816.872000', '110816.874000', '110816.877000', '110816.880000', '110816.882000', '110816.885000', '110816.887000', '110816.890000', '110816.892000', '110816.895000', '110816.898000', '110816.900000', '110816.903000', '110816.906000', '110816.908000', '110836.790000', '110836.793000', '110836.796000', '110836.798000', '110836.801000', '110836.803000', '110836.806000', '110836.808000', '110836.811000', '110836.814000', '110836.816000', '110836.819000', '110836.821000', '110836.824000', '110836.826000', '110836.829000', '110836.832000', '110836.834000', '110836.837000', '110836.839000', '110836.842000', '110836.844000', '110836.847000', '110836.850000', '110836.852000', '110836.855000', '110836.857000', '110836.860000', '110836.863000', '110836.865000', '110836.868000', '110836.870000', '110836.873000', '110836.875000', '110836.878000', '110836.881000', '110836.883000', '110836.886000', '110836.888000', '110836.891000', '110836.893000', '110836.896000', '110836.899000', '110856.791000', '110856.794000', '110856.797000', '110856.799000', '110856.802000', '110856.805000', '110856.807000', '110856.810000', '110856.812000', '110856.815000', '110856.818000', '110856.820000', '110856.825000', '110856.827000', '110856.830000', '110856.833000', '110856.835000', '110856.838000', '110856.841000', '110856.843000', '110856.846000', '110856.849000', '110856.852000', '110856.854000', '110856.871000', '110856.874000', '110856.876000', '110856.879000', '110856.881000', '110856.884000', '110856.887000', '110856.889000', '110856.892000', '110856.895000', '110856.897000', '110856.900000', '110856.902000', '110856.905000', '110856.908000', '110856.910000', '110856.913000', '110856.916000', '110856.918000', '110916.791000', '110916.794000', '110916.797000', '110916.799000', '110916.802000', '110916.805000', '110916.807000', '110916.810000', '110916.813000', '110916.815000', '110916.818000', '110916.820000', '110916.823000', '110916.826000', '110916.828000', '110916.831000', '110916.833000', '110916.836000', '110916.838000', '110916.841000', '110916.844000', '110916.846000', '110916.849000', '110916.851000', '110916.854000', '110916.856000', '110916.859000', '110916.862000', '110916.864000', '110916.867000', '110916.869000', '110916.872000', '110916.874000', '110916.877000', '110916.880000', '110916.882000', '110916.885000', '110916.887000', '110916.890000', '110916.892000', '110916.895000', '110916.898000', '110916.900000', '110916.903000', '110936.792000', '110936.795000', '110936.797000', '110936.800000', '110936.802000', '110936.805000', '110936.808000', '110936.810000', '110936.813000', '110936.816000', '110936.818000', '110936.821000', '110936.824000', '110936.826000', '110936.829000', '110936.831000', '110936.834000', '110936.836000', '110936.839000', '110936.842000', '110936.844000', '110936.847000', '110936.849000', '110936.852000', '110936.854000', '110936.857000', '110936.859000', '110936.862000', '110936.864000', '110936.867000', '110936.870000', '110936.872000', '110936.875000', '110936.878000', '110936.880000', '110936.883000', '110936.886000', '110936.888000', '110936.891000', '110936.893000', '110936.896000', '110936.898000', '110936.901000', '110956.792000', '110956.794000', '110956.797000', '110956.800000', '110956.802000', '110956.805000', '110956.807000', '110956.810000', '110956.812000', '110956.815000', '110956.818000', '110956.820000', '110956.823000', '110956.825000', '110956.828000', '110956.830000', '110956.833000', '110956.836000', '110956.838000', '110956.841000', '110956.843000', '110956.846000', '110956.849000', '110956.851000', '110956.854000', '110956.856000', '110956.859000', '110956.862000', '110956.864000', '110956.867000', '110956.869000', '110956.872000', '110956.875000', '110956.877000', '110956.880000', '110956.882000', '110956.885000', '110956.887000', '110956.890000', '110956.892000', '110956.895000', '110956.898000', '110956.900000', '110956.903000', '111016.792000', '111016.795000', '111016.797000', '111016.800000', '111016.802000', '111016.805000', '111016.808000', '111016.810000', '111016.813000', '111016.815000', '111016.818000', '111016.821000', '111016.823000', '111016.826000', '111016.828000', '111016.832000', '111016.834000', '111016.837000', '111016.839000', '111016.853000', '111016.855000', '111016.858000', '111016.861000', '111016.863000', '111016.866000', '111016.868000', '111016.871000', '111016.874000', '111016.876000', '111016.879000', '111016.881000', '111016.885000', '111016.888000', '111016.891000', '111016.893000', '111016.896000', '111016.899000', '111016.901000', '111016.904000', '111016.906000', '111016.909000', '111016.911000', '111016.914000', '111036.791000', '111036.793000', '111036.796000', '111036.799000', '111036.801000', '111036.804000', '111036.818000', '111036.820000', '111036.823000', '111036.825000', '111036.828000', '111036.831000', '111036.833000', '111036.836000', '111036.839000', '111036.841000', '111036.844000', '111036.846000', '111036.854000', '111036.857000', '111036.859000', '111036.862000', '111036.865000', '111036.867000', '111036.870000', '111036.872000', '111036.875000', '111036.877000', '111036.880000', '111036.882000', '111036.885000', '111036.888000', '111036.890000', '111036.893000', '111036.895000', '111036.898000', '111036.900000', '111036.903000', '111036.905000', '111036.908000', '111036.910000', '111036.913000', '111036.916000', '111036.918000', '111056.790000', '111056.793000', '111056.796000', '111056.798000', '111056.801000', '111056.804000', '111056.806000', '111056.809000', '111056.811000', '111056.814000', '111056.816000', '111056.819000', '111056.822000', '111056.824000', '111056.827000', '111056.829000', '111056.832000', '111056.835000', '111056.838000', '111056.840000', '111056.843000', '111056.845000', '111056.848000', '111056.850000', '111056.853000', '111056.856000', '111056.858000', '111056.861000', '111056.863000', '111056.866000', '111056.868000', '111056.871000', '111056.873000', '111056.876000', '111056.879000', '111056.881000', '111056.884000', '111056.886000', '111056.889000', '111056.892000', '111056.894000', '111056.897000', '111056.900000', '111116.791000', '111116.794000', '111116.797000', '111116.799000', '111116.802000', '111116.805000', '111116.808000', '111116.810000', '111116.813000', '111116.816000', '111116.818000', '111116.821000', '111116.823000', '111116.826000', '111116.829000', '111116.831000', '111116.834000', '111116.836000', '111116.839000', '111116.842000', '111116.844000', '111116.847000', '111116.849000', '111116.852000', '111116.854000', '111116.857000', '111116.860000', '111116.862000', '111116.865000', '111116.868000', '111116.870000', '111116.873000', '111116.875000', '111116.878000', '111116.881000', '111116.883000', '111116.886000', '111116.889000', '111116.891000', '111116.894000', '111116.896000', '111116.899000', '111116.902000', '111116.904000', '111136.792000', '111136.795000', '111136.797000', '111136.800000', '111136.802000', '111136.805000', '111136.807000', '111136.810000', '111136.813000', '111136.815000', '111136.818000', '111136.820000', '111136.823000', '111136.825000', '111136.828000', '111136.831000', '111136.833000', '111136.836000', '111136.838000', '111136.841000', '111136.843000', '111136.846000', '111136.849000', '111136.851000', '111136.854000', '111136.856000', '111136.859000', '111136.862000', '111136.864000', '111136.867000', '111136.869000', '111136.872000', '111136.875000', '111136.877000', '111136.880000', '111136.883000', '111136.886000', '111136.888000', '111136.891000', '111136.894000', '111136.896000', '111136.899000', '111136.902000', '111156.791000', '111156.794000', '111156.797000', '111156.799000', '111156.803000', '111156.805000', '111156.808000', '111156.810000', '111156.820000', '111156.823000', '111156.825000', '111156.828000', '111156.831000', '111156.833000', '111156.836000', '111156.838000', '111156.841000', '111156.844000', '111156.846000', '111156.849000', '111156.851000', '111156.854000', '111156.856000', '111156.859000', '111156.862000', '111156.864000', '111156.867000', '111156.869000', '111156.872000', '111156.874000', '111156.877000', '111156.889000', '111156.892000', '111156.895000', '111156.897000', '111156.900000', '111156.902000', '111156.905000', '111156.907000', '111156.910000', '111156.913000', '111156.915000', '111156.918000', '111156.920000', '111216.792000', '111216.795000', '111216.797000', '111216.800000', '111216.802000', '111216.805000', '111216.808000', '111216.810000', '111216.813000', '111216.815000', '111216.818000', '111216.820000', '111216.823000', '111216.826000', '111216.828000', '111216.831000', '111216.833000', '111216.836000', '111216.839000', '111216.841000', '111216.844000', '111216.847000', '111216.849000', '111216.852000', '111216.854000', '111216.857000', '111216.860000', '111216.862000', '111216.865000', '111216.867000', '111216.870000', '111216.872000', '111216.875000', '111216.878000', '111216.880000', '111216.883000', '111216.886000', '111216.888000', '111216.891000', '111216.893000', '111216.896000', '111216.899000', '111216.901000', '111236.791000', '111236.794000', '111236.797000', '111236.800000', '111236.802000', '111236.805000', '111236.807000', '111236.810000', '111236.813000', '111236.815000', '111236.818000', '111236.820000', '111236.823000', '111236.825000', '111236.828000', '111236.831000', '111236.833000', '111236.836000', '111236.838000', '111236.841000', '111236.844000', '111236.846000', '111236.849000', '111236.852000', '111236.854000', '111236.857000', '111236.859000', '111236.862000', '111236.864000', '111236.867000', '111236.870000', '111236.872000', '111236.875000', '111236.877000', '111236.880000', '111236.883000', '111236.885000', '111236.888000', '111236.890000', '111236.893000', '111236.896000', '111236.898000', '111236.901000', '111236.903000', '111256.791000', '111256.793000', '111256.796000', '111256.799000', '111256.801000', '111256.804000', '111256.806000', '111256.809000', '111256.811000', '111256.816000', '111256.818000', '111256.821000', '111256.823000', '111256.826000', '111256.829000', '111256.831000', '111256.834000', '111256.836000', '111256.839000', '111256.841000', '111256.844000', '111256.847000', '111256.849000', '111256.852000', '111256.854000', '111256.857000', '111256.859000', '111256.862000', '111256.865000', '111256.867000', '111256.870000', '111256.872000', '111256.875000', '111256.878000', '111256.880000', '111256.883000', '111256.885000', '111256.888000', '111256.890000', '111256.893000', '111256.896000', '111256.898000', '111256.901000', '111316.791000', '111316.793000', '111316.796000', '111316.799000', '111316.801000', '111316.804000', '111316.806000', '111316.809000', '111316.812000', '111316.814000', '111316.817000', '111316.819000', '111316.822000', '111316.825000', '111316.827000', '111316.830000', '111316.833000', '111316.835000', '111316.843000', '111316.845000', '111316.848000', '111316.850000', '111316.853000', '111316.855000', '111316.858000', '111316.861000', '111316.863000', '111316.866000', '111316.868000', '111316.871000', '111316.874000', '111316.876000', '111316.879000', '111316.881000', '111316.884000', '111316.887000', '111316.889000', '111316.892000', '111316.894000', '111316.897000', '111316.899000', '111316.902000', '111316.918000', '111316.920000', '111331.866000', '111331.869000', '111331.872000', '111331.875000', '111331.877000', '111331.880000', '111331.883000', '111331.885000', '111331.888000', '111331.891000', '111331.893000', '111331.896000', '111331.899000', '111331.902000', '111331.904000', '111331.907000', '111331.909000', '111331.912000', '111331.915000', '111331.917000', '111331.920000', '111331.923000', '111331.926000', '111331.928000', '111331.931000', '111331.934000', '111331.937000', '111331.940000', '111331.942000', '111331.945000', '111331.947000', '111331.950000', '111331.952000'], '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': [14644, 8880, 15084, 9988, 12758, 10717, 9311, 11117, 8991, 11776, 9088, 12225, 9733, 8882, 10397, 8923, 12058, 10558, 8044, 12777, 8536, 9146, 12813, 9069, 9900, 10043, 8986, 10356, 8780, 10580, 8763, 12809, 8905, 13918, 9748, 16252, 10214, 13788, 10535, 8819, 11214, 8710, 11980, 9106, 12705, 9311, 12407, 9727, 7740, 11276, 8909, 7297, 10212, 7718, 12697, 9561, 10478, 11275, 8327, 12282, 9585, 8290, 10482, 8077, 13598, 10546, 7597, 10535, 7936, 11763, 10087, 10491, 10506, 7684, 11833, 8030, 11764, 10061, 10171, 10880, 8495, 11090, 9861, 7766, 11752, 9264, 10937, 10140, 10973, 10516, 7514, 12224, 7947, 11843, 8511, 12608, 8728, 13085, 8714, 13471, 9054, 7646, 9691, 7495, 10881, 7811, 10797, 8092, 11015, 8032, 11832, 9719, 11537, 9244, 7514, 10536, 7507, 10474, 7861, 10901, 8620, 10780, 8983, 7532, 11592, 7930, 12572, 10059, 9260, 11456, 8046, 11680, 9551, 12943, 9228, 13772, 9440, 15270, 9160, 10374, 9706, 7844, 10626, 8368, 11515, 8141, 15078, 9564, 11220, 9278, 9309, 10674, 10761, 10072, 10094, 10389, 8450, 9315, 7713, 11364, 7972, 11256, 8074, 11827, 8355, 13202, 9161, 7326, 9765, 7931, 11786, 8717, 11867, 9399, 11691, 10554, 8296, 9746, 7852, 11551, 8495, 10929, 8596, 11928, 8630, 13048, 8770, 14216, 8363, 12733, 8023, 11383, 8538, 11245, 8838, 11210, 8625, 10990, 8080, 12454, 8414, 9605, 9590, 7985, 11232, 8573, 8062, 9676, 8706, 9698, 8460, 10735, 8545, 13579, 8749, 9181, 9674, 8912, 9808, 8235, 10733, 8347, 12347, 8115, 12183, 8738, 12389, 11402, 8532, 13522, 9045, 7730, 11551, 8868, 11610, 8692, 13446, 8681, 13763, 8771, 13084, 8587, 12374, 8337, 12804, 8841, 13409, 9006, 12582, 10133, 7521, 11506, 8023, 12486, 9156, 10404, 10341, 8035, 10236, 7760, 10797, 8596, 11876, 8101, 12308, 8992, 12819, 9355, 8879, 9470, 8313, 10800, 8921, 7898, 11389, 9026, 7672, 10763, 8807, 14303, 10279, 12521, 10589, 9225, 10575, 8623, 11887, 9165, 14711, 10233, 16382, 10052, 9104, 10926, 7934, 11936, 8390, 11873, 8911, 10686, 9279, 8130, 10790, 7491, 11162, 7891, 11682, 8890, 12307, 9185, 7554, 10937, 7609, 11559, 8992, 15202, 9644, 8875, 12030, 8013, 12032, 10175, 8621, 10630, 8485, 15544, 10150, 8112, 11202, 8188, 11102, 8000, 12078, 8757, 13112, 8314, 13577, 8382, 13125, 10102, 11843, 11385, 7827, 12032, 8363, 12519, 9510, 11837, 9874, 8922, 10640, 7920, 11583, 8404, 12074, 8952, 11653, 8678, 12363, 9666, 12722, 9334, 12098, 9154, 11972, 9541, 13008, 10000, 10265, 10578, 8124, 11146, 8714, 7703, 11956, 8462, 8242, 10440, 8222, 10131, 9583, 10893, 8071, 13156, 8276, 13735, 9172, 16057, 10108, 16997, 12379, 15435, 10822, 8829, 11371, 8370, 10871, 7905, 11930, 8643, 12891, 8515, 11693, 9429, 9401, 10422, 8849, 10806, 8567, 11914, 8050, 12546, 9488, 11302, 9870, 9235, 10522, 8078, 11778, 8362, 12371, 9135, 9834, 11386, 8474, 11717, 8927, 8430, 10768, 8135, 12078, 8519, 16779, 9439, 8523, 11453, 8250, 11417, 8621, 12475, 9305, 12936, 8537, 13756, 9049, 12641, 9671, 12557, 10072, 9149, 10995, 8550, 11973, 8659, 7808, 11865, 9627, 9245, 10437, 7978, 10564, 9299, 11866, 9547, 9466, 12030, 9328, 17121, 11067, 17941, 11342, 17620, 11734, 16629, 10571, 15951, 10228, 14556, 9482, 13514, 9115, 12558, 9233, 12575, 9232, 12317, 9344, 11960, 9262, 11880, 9420, 11598, 9226, 11593, 8757, 11437, 8780, 8219, 10661, 9485, 11385, 9151, 12660, 9992, 12705, 11031, 8591, 10553, 9147, 11752, 9097, 15391, 10388, 13841, 9987, 13937, 9852, 15684, 9945, 15806, 11072, 15409, 11497, 8790, 10692, 9153, 11435, 9461, 11014, 8605, 12407, 9119, 12595, 9358, 9188, 12231, 9310, 13952, 10198, 12564, 10497, 9313, 11088, 10086, 10581, 15009, 9511, 14065, 9303, 13191, 9349, 12006, 9120, 12202, 8896, 11927, 8742, 11236, 8839, 11864, 9229, 12186, 9172, 12140, 9347, 11879, 9378, 12462, 9327, 12233, 9025, 12345, 9425, 12339, 9443, 8745, 11917, 9374, 12535, 10134, 11852, 9665, 10028, 10734, 8718, 10822, 9006, 11156, 8854, 11257, 8520, 12192, 8541, 13150, 9291, 8920, 11607, 9333, 12252, 9170, 13233, 9119, 14221, 9500, 11187, 9755, 8920, 11059, 9121, 11747, 9042, 12614, 9600, 9327, 10794, 9249, 12791, 9309, 11882, 10640, 8942, 13257, 9353, 13953, 9593, 12532, 10115, 9588, 11085, 9222, 11082, 9419, 12190, 9375, 13099, 9549, 9811, 10510, 9593, 10862, 9152, 11562, 9239, 11726, 9372, 12433, 9552, 12324, 9102, 9625, 11183, 9124, 9277, 9827, 9154, 11946, 9284, 10989, 9614, 8572, 12321, 9758, 13126, 9446, 11224, 10959, 9447, 13009, 9520, 14450, 9485, 11540, 10689, 9367, 11485, 9667, 15245, 10542, 9623, 11396, 9527, 12795, 9578, 13712, 9462, 13840, 10388, 9025, 11117, 9881, 13265, 9067, 10008, 11190, 10027, 12412, 10619, 9778, 8083, 10713, 8836, 9437, 13599, 10384, 9923, 12776, 9390, 9930, 11723, 8597, 16777, 13777, 14769, 12976, 12779, 11904, 10664, 11377, 8794, 11356, 8443, 11254, 8324, 11541, 8480, 11583, 9257, 8072, 11157, 8511, 9577, 10147, 8811, 9261, 9263, 8541, 11840, 8610, 13423, 10818, 9586, 14640, 9031, 8561, 12437, 8807, 15039, 10210, 14163, 13926, 9399, 11995, 8550, 11536, 8678, 12745, 8817, 12518, 8818, 11417, 8548, 12299, 9060, 12805, 8710, 10372, 10074, 8563, 11885, 9467, 8976, 10312, 8101, 8812, 10984, 9240, 12549, 10578, 14289, 10157, 14253, 9941, 13907, 10278, 15583, 10611, 15610, 10655, 13428, 10609, 9627, 11524, 9175, 13617, 10856, 9535, 12969, 10270, 9331, 13057, 9572, 14141, 9993, 9486, 11308, 9601, 11444, 9121, 12810, 9667, 10943, 10196, 9223, 11648, 9188, 11676, 9110, 12304, 9056, 9815, 10843, 9479, 11440, 9606, 8685, 12370, 9143, 10454, 11521, 9160, 14024, 9763, 14107, 9055, 13200, 9636, 12425, 8952, 13195, 9164, 13293, 9340, 13680, 9360, 13304, 9937, 13952, 10299, 14072, 9649, 13855, 9486, 13746, 9777, 12773, 9785, 9186, 11441, 9115, 11216, 9573, 9357, 11384, 8948, 10846, 9451, 12484, 9277, 12910, 9958, 9229, 11825], 'WindowCenter': [4592.0, 4516.0, 4560.0, 4509.0, 4525.0, 4506.0, 4483.0, 4516.0, 4485.0, 4515.0, 4475.0, 4510.0, 4483.0, 4483.0, 4494.0, 4486.0, 4526.0, 4517.0, 4489.0, 4551.0, 4499.0, 4511.0, 4549.0, 4511.0, 4507.0, 4520.0, 4489.0, 4520.0, 4489.0, 4520.0, 4488.0, 4536.0, 4486.0, 4523.0, 4484.0, 4533.0, 4483.0, 4510.0, 4481.0, 4460.0, 4489.0, 4460.0, 4512.0, 4484.0, 4525.0, 4456.0, 4522.0, 4493.0, 4452.0, 4500.0, 4483.0, 4452.0, 4492.0, 4465.0, 4522.0, 4495.0, 4504.0, 4515.0, 4477.0, 4526.0, 4497.0, 4475.0, 4516.0, 4489.0, 4547.0, 4519.0, 4477.0, 4517.0, 4490.0, 4527.0, 4520.0, 4530.0, 4529.0, 4480.0, 4528.0, 4479.0, 4526.0, 4518.0, 4518.0, 4527.0, 4500.0, 4529.0, 4519.0, 4479.0, 4527.0, 4512.0, 4528.0, 4520.0, 4529.0, 4520.0, 4468.0, 4538.0, 4476.0, 4514.0, 4474.0, 4512.0, 4474.0, 4523.0, 4473.0, 4522.0, 4473.0, 4452.0, 4481.0, 4441.0, 4490.0, 4450.0, 4492.0, 4451.0, 4492.0, 4463.0, 4514.0, 4494.0, 4515.0, 4485.0, 4454.0, 4503.0, 4455.0, 4517.0, 4478.0, 4518.0, 4488.0, 4516.0, 4496.0, 4476.0, 4526.0, 4488.0, 4549.0, 4521.0, 4510.0, 4541.0, 4488.0, 4540.0, 4524.0, 4553.0, 4498.0, 4549.0, 4520.0, 4570.0, 4509.0, 4505.0, 4497.0, 4463.0, 4504.0, 4474.0, 4526.0, 4478.0, 4546.0, 4498.0, 4515.0, 4496.0, 4485.0, 4505.0, 4501.0, 4492.0, 4492.0, 4494.0, 4462.0, 4484.0, 4453.0, 4513.0, 4464.0, 4513.0, 4476.0, 4526.0, 4488.0, 4548.0, 4497.0, 4467.0, 4508.0, 4476.0, 4525.0, 4498.0, 4526.0, 4510.0, 4539.0, 4530.0, 4489.0, 4511.0, 4478.0, 4527.0, 4488.0, 4517.0, 4487.0, 4517.0, 4488.0, 4538.0, 4477.0, 4532.0, 4466.0, 4511.0, 4463.0, 4500.0, 4472.0, 4500.0, 4473.0, 4515.0, 4485.0, 4501.0, 4464.0, 4523.0, 4474.0, 4507.0, 4519.0, 4488.0, 4527.0, 4500.0, 4489.0, 4510.0, 4488.0, 4520.0, 4499.0, 4531.0, 4499.0, 4549.0, 4499.0, 4508.0, 4509.0, 4498.0, 4521.0, 4490.0, 4530.0, 4490.0, 4538.0, 4479.0, 4538.0, 4498.0, 4548.0, 4539.0, 4498.0, 4549.0, 4510.0, 4478.0, 4528.0, 4498.0, 4529.0, 4488.0, 4535.0, 4487.0, 4536.0, 4474.0, 4523.0, 4471.0, 4510.0, 4450.0, 4499.0, 4461.0, 4509.0, 4473.0, 4509.0, 4491.0, 4450.0, 4502.0, 4463.0, 4522.0, 4484.0, 4504.0, 4504.0, 4463.0, 4506.0, 4467.0, 4513.0, 4485.0, 4514.0, 4477.0, 4538.0, 4497.0, 4524.0, 4498.0, 4496.0, 4519.0, 4500.0, 4527.0, 4499.0, 4490.0, 4539.0, 4511.0, 4492.0, 4541.0, 4515.0, 4573.0, 4547.0, 4554.0, 4533.0, 4511.0, 4521.0, 4489.0, 4530.0, 4500.0, 4547.0, 4506.0, 4547.0, 4495.0, 4485.0, 4504.0, 4465.0, 4515.0, 4475.0, 4515.0, 4485.0, 4493.0, 4482.0, 4463.0, 4505.0, 4453.0, 4515.0, 4463.0, 4515.0, 4473.0, 4512.0, 4484.0, 4464.0, 4514.0, 4466.0, 4514.0, 4497.0, 4558.0, 4508.0, 4499.0, 4539.0, 4503.0, 4539.0, 4531.0, 4488.0, 4517.0, 4487.0, 4558.0, 4521.0, 4479.0, 4517.0, 4476.0, 4516.0, 4478.0, 4527.0, 4476.0, 4525.0, 4464.0, 4523.0, 4464.0, 4522.0, 4494.0, 4515.0, 4515.0, 4454.0, 4524.0, 4475.0, 4523.0, 4494.0, 4527.0, 4507.0, 4485.0, 4507.0, 4466.0, 4515.0, 4473.0, 4513.0, 4484.0, 4515.0, 4486.0, 4525.0, 4494.0, 4523.0, 4486.0, 4515.0, 4495.0, 4512.0, 4496.0, 4537.0, 4508.0, 4507.0, 4520.0, 4493.0, 4530.0, 4500.0, 4478.0, 4540.0, 4503.0, 4503.0, 4547.0, 4503.0, 4548.0, 4534.0, 4546.0, 4492.0, 4563.0, 4491.0, 4552.0, 4501.0, 4560.0, 4521.0, 4559.0, 4527.0, 4547.0, 4507.0, 4475.0, 4505.0, 4463.0, 4505.0, 4463.0, 4513.0, 4471.0, 4512.0, 4472.0, 4501.0, 4485.0, 4483.0, 4505.0, 4484.0, 4504.0, 4487.0, 4526.0, 4478.0, 4550.0, 4511.0, 4528.0, 4520.0, 4499.0, 4532.0, 4491.0, 4541.0, 4502.0, 4538.0, 4510.0, 4507.0, 4529.0, 4488.0, 4528.0, 4500.0, 4489.0, 4528.0, 4479.0, 4540.0, 4500.0, 4570.0, 4499.0, 4487.0, 4518.0, 4475.0, 4516.0, 4476.0, 4528.0, 4497.0, 4526.0, 4477.0, 4523.0, 4484.0, 4512.0, 4508.0, 4526.0, 4508.0, 4497.0, 4518.0, 4488.0, 4527.0, 4486.0, 4478.0, 4540.0, 4525.0, 4509.0, 4532.0, 4493.0, 4533.0, 4511.0, 4543.0, 4524.0, 4512.0, 4542.0, 4500.0, 4559.0, 4507.0, 4546.0, 4495.0, 4534.0, 4491.0, 4519.0, 4478.0, 4507.0, 4469.0, 4497.0, 4456.0, 4484.0, 4445.0, 4484.0, 4446.0, 4486.0, 4456.0, 4487.0, 4459.0, 4488.0, 4469.0, 4499.0, 4471.0, 4502.0, 4481.0, 4516.0, 4498.0, 4527.0, 4498.0, 4489.0, 4544.0, 4523.0, 4552.0, 4524.0, 4566.0, 4537.0, 4564.0, 4557.0, 4517.0, 4546.0, 4526.0, 4556.0, 4529.0, 4585.0, 4536.0, 4562.0, 4525.0, 4561.0, 4513.0, 4560.0, 4521.0, 4571.0, 4530.0, 4548.0, 4518.0, 4476.0, 4505.0, 4485.0, 4518.0, 4494.0, 4530.0, 4500.0, 4538.0, 4499.0, 4528.0, 4488.0, 4486.0, 4526.0, 4511.0, 4549.0, 4508.0, 4525.0, 4518.0, 4485.0, 4515.0, 4492.0, 4494.0, 4531.0, 4483.0, 4511.0, 4472.0, 4510.0, 4471.0, 4499.0, 4460.0, 4499.0, 4459.0, 4500.0, 4474.0, 4500.0, 4471.0, 4512.0, 4482.0, 4512.0, 4486.0, 4526.0, 4496.0, 4527.0, 4496.0, 4525.0, 4497.0, 4540.0, 4501.0, 4539.0, 4501.0, 4539.0, 4508.0, 4488.0, 4527.0, 4508.0, 4538.0, 4521.0, 4542.0, 4523.0, 4520.0, 4532.0, 4499.0, 4532.0, 4499.0, 4529.0, 4489.0, 4530.0, 4489.0, 4528.0, 4489.0, 4538.0, 4499.0, 4486.0, 4528.0, 4498.0, 4527.0, 4500.0, 4550.0, 4500.0, 4548.0, 4510.0, 4517.0, 4509.0, 4511.0, 4543.0, 4510.0, 4529.0, 4499.0, 4526.0, 4497.0, 4498.0, 4519.0, 4497.0, 4526.0, 4498.0, 4528.0, 4521.0, 4500.0, 4540.0, 4513.0, 4548.0, 4508.0, 4526.0, 4506.0, 4496.0, 4515.0, 4485.0, 4519.0, 4499.0, 4526.0, 4486.0, 4524.0, 4495.0, 4494.0, 4507.0, 4485.0, 4505.0, 4485.0, 4517.0, 4485.0, 4514.0, 4483.0, 4525.0, 4485.0, 4525.0, 4496.0, 4506.0, 4529.0, 4509.0, 4498.0, 4520.0, 4511.0, 4554.0, 4524.0, 4543.0, 4537.0, 4516.0, 4566.0, 4534.0, 4563.0, 4523.0, 4530.0, 4531.0, 4511.0, 4552.0, 4511.0, 4550.0, 4511.0, 4530.0, 4520.0, 4497.0, 4530.0, 4512.0, 4547.0, 4510.0, 4496.0, 4517.0, 4484.0, 4525.0, 4498.0, 4547.0, 4496.0, 4524.0, 4493.0, 4472.0, 4514.0, 4494.0, 4536.0, 4499.0, 4508.0, 4529.0, 4519.0, 4553.0, 4534.0, 4523.0, 4502.0, 4546.0, 4514.0, 4523.0, 4565.0, 4539.0, 4525.0, 4555.0, 4513.0, 4513.0, 4531.0, 4480.0, 4549.0, 4530.0, 4527.0, 4517.0, 4503.0, 4494.0, 4471.0, 4490.0, 4438.0, 4478.0, 4437.0, 4478.0, 4439.0, 4490.0, 4462.0, 4502.0, 4486.0, 4467.0, 4529.0, 4503.0, 4523.0, 4521.0, 4504.0, 4514.0, 4516.0, 4505.0, 4545.0, 4517.0, 4580.0, 4550.0, 4538.0, 4578.0, 4519.0, 4517.0, 4557.0, 4517.0, 4577.0, 4538.0, 4566.0, 4566.0, 4503.0, 4534.0, 4490.0, 4522.0, 4477.0, 4528.0, 4476.0, 4517.0, 4478.0, 4507.0, 4464.0, 4505.0, 4472.0, 4512.0, 4473.0, 4493.0, 4498.0, 4489.0, 4530.0, 4511.0, 4502.0, 4536.0, 4492.0, 4499.0, 4531.0, 4525.0, 4554.0, 4534.0, 4548.0, 4511.0, 4539.0, 4499.0, 4536.0, 4499.0, 4546.0, 4496.0, 4535.0, 4483.0, 4511.0, 4481.0, 4481.0, 4515.0, 4484.0, 4521.0, 4492.0, 4482.0, 4512.0, 4493.0, 4474.0, 4512.0, 4484.0, 4522.0, 4483.0, 4484.0, 4504.0, 4484.0, 4502.0, 4485.0, 4525.0, 4485.0, 4493.0, 4493.0, 4484.0, 4504.0, 4482.0, 4515.0, 4497.0, 4538.0, 4500.0, 4510.0, 4519.0, 4510.0, 4541.0, 4526.0, 4514.0, 4554.0, 4526.0, 4559.0, 4559.0, 4527.0, 4579.0, 4525.0, 4565.0, 4502.0, 4541.0, 4501.0, 4530.0, 4487.0, 4527.0, 4487.0, 4524.0, 4485.0, 4524.0, 4486.0, 4525.0, 4498.0, 4536.0, 4508.0, 4536.0, 4487.0, 4525.0, 4485.0, 4525.0, 4496.0, 4526.0, 4509.0, 4499.0, 4518.0, 4501.0, 4519.0, 4510.0, 4500.0, 4541.0, 4514.0, 4533.0, 4513.0, 4543.0, 4512.0, 4540.0, 4512.0, 4500.0, 4532.0], 'WindowWidth': [10048.0, 9931.0, 9978.0, 9905.0, 9917.0, 9893.0, 9855.0, 9904.0, 9863.0, 9901.0, 9846.0, 9888.0, 9856.0, 9854.0, 9870.0, 9864.0, 9921.0, 9909.0, 9878.0, 9966.0, 9889.0, 9908.0, 9956.0, 9910.0, 9895.0, 9918.0, 9871.0, 9917.0, 9873.0, 9915.0, 9868.0, 9932.0, 9863.0, 9909.0, 9855.0, 9919.0, 9852.0, 9884.0, 9845.0, 9814.0, 9852.0, 9814.0, 9893.0, 9859.0, 9916.0, 9806.0, 9909.0, 9873.0, 9813.0, 9875.0, 9854.0, 9812.0, 9866.0, 9834.0, 9907.0, 9877.0, 9886.0, 9902.0, 9853.0, 9918.0, 9882.0, 9849.0, 9907.0, 9878.0, 9953.0, 9917.0, 9857.0, 9911.0, 9878.0, 9923.0, 9921.0, 9937.0, 9931.0, 9865.0, 9927.0, 9860.0, 9921.0, 9914.0, 9917.0, 9925.0, 9893.0, 9933.0, 9917.0, 9863.0, 9924.0, 9913.0, 9927.0, 9919.0, 9933.0, 9920.0, 9848.0, 9940.0, 9851.0, 9900.0, 9844.0, 9894.0, 9845.0, 9907.0, 9843.0, 9908.0, 9843.0, 9811.0, 9849.0, 9794.0, 9860.0, 9805.0, 9863.0, 9808.0, 9864.0, 9828.0, 9899.0, 9872.0, 9903.0, 9863.0, 9818.0, 9883.0, 9823.0, 9913.0, 9861.0, 9913.0, 9873.0, 9907.0, 9880.0, 9854.0, 9922.0, 9876.0, 9960.0, 9925.0, 9907.0, 9950.0, 9875.0, 9947.0, 9933.0, 9968.0, 9884.0, 9956.0, 9922.0, 9991.0, 9902.0, 9892.0, 9882.0, 9831.0, 9886.0, 9846.0, 9921.0, 9859.0, 9945.0, 9885.0, 9901.0, 9877.0, 9860.0, 9888.0, 9876.0, 9865.0, 9864.0, 9872.0, 9826.0, 9857.0, 9815.0, 9894.0, 9832.0, 9898.0, 9854.0, 9922.0, 9873.0, 9953.0, 9884.0, 9841.0, 9899.0, 9854.0, 9918.0, 9887.0, 9921.0, 9906.0, 9944.0, 9935.0, 9875.0, 9906.0, 9859.0, 9923.0, 9869.0, 9908.0, 9867.0, 9907.0, 9870.0, 9939.0, 9852.0, 9922.0, 9835.0, 9891.0, 9827.0, 9872.0, 9838.0, 9873.0, 9842.0, 9903.0, 9862.0, 9879.0, 9832.0, 9910.0, 9848.0, 9896.0, 9917.0, 9876.0, 9925.0, 9892.0, 9875.0, 9907.0, 9872.0, 9923.0, 9891.0, 9938.0, 9892.0, 9959.0, 9891.0, 9900.0, 9904.0, 9885.0, 9923.0, 9879.0, 9932.0, 9877.0, 9940.0, 9862.0, 9941.0, 9889.0, 9956.0, 9944.0, 9887.0, 9960.0, 9908.0, 9859.0, 9926.0, 9885.0, 9929.0, 9871.0, 9932.0, 9866.0, 9932.0, 9845.0, 9909.0, 9835.0, 9887.0, 9805.0, 9868.0, 9818.0, 9884.0, 9841.0, 9885.0, 9860.0, 9807.0, 9878.0, 9830.0, 9907.0, 9861.0, 9884.0, 9887.0, 9829.0, 9892.0, 9842.0, 9899.0, 9861.0, 9899.0, 9855.0, 9941.0, 9881.0, 9914.0, 9886.0, 9880.0, 9918.0, 9894.0, 9924.0, 9889.0, 9882.0, 9944.0, 9913.0, 9885.0, 9952.0, 9922.0, 10001.0, 9968.0, 9974.0, 9944.0, 9909.0, 9923.0, 9873.0, 9933.0, 9890.0, 9952.0, 9893.0, 9952.0, 9874.0, 9860.0, 9885.0, 9834.0, 9901.0, 9848.0, 9902.0, 9861.0, 9868.0, 9855.0, 9828.0, 9886.0, 9816.0, 9901.0, 9830.0, 9900.0, 9843.0, 9893.0, 9858.0, 9830.0, 9899.0, 9838.0, 9903.0, 9884.0, 9968.0, 9902.0, 9889.0, 9946.0, 9906.0, 9944.0, 9937.0, 9873.0, 9909.0, 9869.0, 9966.0, 9921.0, 9859.0, 9910.0, 9851.0, 9906.0, 9858.0, 9923.0, 9850.0, 9916.0, 9830.0, 9908.0, 9831.0, 9904.0, 9872.0, 9902.0, 9900.0, 9819.0, 9913.0, 9847.0, 9910.0, 9875.0, 9922.0, 9897.0, 9861.0, 9893.0, 9835.0, 9902.0, 9843.0, 9895.0, 9857.0, 9900.0, 9865.0, 9915.0, 9872.0, 9910.0, 9863.0, 9899.0, 9874.0, 9895.0, 9877.0, 9935.0, 9899.0, 9893.0, 9919.0, 9890.0, 9932.0, 9890.0, 9859.0, 9944.0, 9903.0, 9904.0, 9971.0, 9903.0, 9973.0, 9947.0, 9965.0, 9887.0, 9983.0, 9882.0, 9965.0, 9892.0, 9974.0, 9921.0, 9971.0, 9922.0, 9950.0, 9894.0, 9846.0, 9886.0, 9825.0, 9888.0, 9829.0, 9894.0, 9835.0, 9891.0, 9838.0, 9876.0, 9860.0, 9855.0, 9887.0, 9860.0, 9887.0, 9871.0, 9921.0, 9858.0, 9961.0, 9909.0, 9924.0, 9922.0, 9888.0, 9940.0, 9885.0, 9952.0, 9902.0, 9940.0, 9905.0, 9900.0, 9928.0, 9874.0, 9925.0, 9891.0, 9874.0, 9929.0, 9862.0, 9947.0, 9893.0, 9987.0, 9889.0, 9867.0, 9909.0, 9849.0, 9906.0, 9850.0, 9924.0, 9881.0, 9918.0, 9851.0, 9908.0, 9857.0, 9891.0, 9898.0, 9918.0, 9898.0, 9880.0, 9913.0, 9873.0, 9922.0, 9868.0, 9860.0, 9947.0, 9935.0, 9902.0, 9939.0, 9885.0, 9940.0, 9907.0, 9953.0, 9929.0, 9909.0, 9949.0, 9889.0, 9970.0, 9893.0, 9945.0, 9869.0, 9923.0, 9858.0, 9896.0, 9836.0, 9875.0, 9821.0, 9858.0, 9801.0, 9837.0, 9785.0, 9836.0, 9788.0, 9840.0, 9802.0, 9845.0, 9810.0, 9849.0, 9825.0, 9868.0, 9832.0, 9876.0, 9849.0, 9905.0, 9887.0, 9926.0, 9886.0, 9876.0, 9960.0, 9929.0, 9968.0, 9935.0, 9994.0, 9956.0, 9987.0, 9985.0, 9927.0, 9966.0, 9935.0, 9979.0, 9947.0, 10018.0, 9950.0, 9980.0, 9933.0, 9976.0, 9910.0, 9971.0, 9921.0, 9992.0, 9932.0, 9955.0, 9911.0, 9850.0, 9889.0, 9860.0, 9908.0, 9871.0, 9930.0, 9890.0, 9938.0, 9888.0, 9922.0, 9867.0, 9862.0, 9919.0, 9909.0, 9956.0, 9898.0, 9915.0, 9911.0, 9858.0, 9901.0, 9866.0, 9870.0, 9917.0, 9850.0, 9887.0, 9832.0, 9884.0, 9829.0, 9866.0, 9814.0, 9867.0, 9813.0, 9871.0, 9843.0, 9873.0, 9835.0, 9890.0, 9851.0, 9893.0, 9863.0, 9915.0, 9877.0, 9919.0, 9878.0, 9914.0, 9880.0, 9949.0, 9894.0, 9943.0, 9892.0, 9944.0, 9899.0, 9871.0, 9923.0, 9901.0, 9939.0, 9922.0, 9952.0, 9930.0, 9921.0, 9939.0, 9890.0, 9937.0, 9886.0, 9929.0, 9872.0, 9930.0, 9874.0, 9927.0, 9872.0, 9938.0, 9887.0, 9866.0, 9923.0, 9883.0, 9922.0, 9890.0, 9960.0, 9891.0, 9951.0, 9902.0, 9909.0, 9903.0, 9910.0, 9957.0, 9907.0, 9930.0, 9888.0, 9921.0, 9883.0, 9885.0, 9914.0, 9882.0, 9918.0, 9884.0, 9927.0, 9921.0, 9891.0, 9944.0, 9912.0, 9954.0, 9899.0, 9916.0, 9890.0, 9876.0, 9903.0, 9861.0, 9914.0, 9887.0, 9918.0, 9865.0, 9913.0, 9874.0, 9870.0, 9891.0, 9859.0, 9888.0, 9860.0, 9908.0, 9863.0, 9898.0, 9854.0, 9916.0, 9859.0, 9917.0, 9880.0, 9894.0, 9927.0, 9905.0, 9885.0, 9918.0, 9912.0, 9975.0, 9932.0, 9958.0, 9954.0, 9925.0, 9996.0, 9948.0, 9982.0, 9927.0, 9930.0, 9937.0, 9910.0, 9965.0, 9905.0, 9959.0, 9906.0, 9927.0, 9915.0, 9879.0, 9932.0, 9911.0, 9953.0, 9902.0, 9877.0, 9905.0, 9856.0, 9912.0, 9883.0, 9950.0, 9879.0, 9911.0, 9867.0, 9838.0, 9897.0, 9872.0, 9930.0, 9888.0, 9899.0, 9928.0, 9917.0, 9969.0, 9945.0, 9928.0, 9899.0, 9967.0, 9921.0, 9931.0, 9986.0, 9954.0, 9931.0, 9975.0, 9911.0, 9908.0, 9930.0, 9859.0, 9952.0, 9927.0, 9917.0, 9901.0, 9876.0, 9863.0, 9827.0, 9851.0, 9778.0, 9832.0, 9775.0, 9833.0, 9782.0, 9854.0, 9819.0, 9873.0, 9859.0, 9837.0, 9928.0, 9901.0, 9929.0, 9920.0, 9902.0, 9916.0, 9922.0, 9905.0, 9958.0, 9927.0, 10016.0, 9977.0, 9957.0, 10008.0, 9931.0, 9924.0, 9979.0, 9924.0, 10007.0, 9957.0, 9991.0, 9989.0, 9897.0, 9943.0, 9874.0, 9919.0, 9850.0, 9923.0, 9845.0, 9905.0, 9853.0, 9891.0, 9828.0, 9884.0, 9836.0, 9889.0, 9841.0, 9865.0, 9879.0, 9873.0, 9932.0, 9906.0, 9896.0, 9950.0, 9885.0, 9889.0, 9935.0, 9935.0, 9971.0, 9942.0, 9951.0, 9904.0, 9936.0, 9886.0, 9933.0, 9885.0, 9946.0, 9875.0, 9925.0, 9850.0, 9884.0, 9845.0, 9848.0, 9899.0, 9856.0, 9900.0, 9861.0, 9850.0, 9889.0, 9866.0, 9840.0, 9890.0, 9854.0, 9903.0, 9853.0, 9853.0, 9883.0, 9852.0, 9877.0, 9856.0, 9912.0, 9858.0, 9865.0, 9867.0, 9855.0, 9884.0, 9851.0, 9900.0, 9882.0, 9941.0, 9891.0, 9903.0, 9913.0, 9902.0, 9946.0, 9936.0, 9917.0, 9972.0, 9939.0, 9990.0, 9987.0, 9939.0, 10016.0, 9929.0, 9988.0, 9894.0, 9945.0, 9890.0, 9929.0, 9867.0, 9920.0, 9864.0, 9910.0, 9858.0, 9909.0, 9860.0, 9912.0, 9882.0, 9933.0, 9895.0, 9929.0, 9865.0, 9911.0, 9858.0, 9910.0, 9876.0, 9920.0, 9901.0, 9886.0, 9909.0, 9893.0, 9910.0, 9903.0, 9888.0, 9948.0, 9918.0, 9942.0, 9913.0, 9952.0, 9908.0, 9942.0, 9908.0, 9887.0, 9935.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.0008427324913892078</td></tr>
<tr><td colspan=3>aqi</td><td>0.02846488438576349</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.738151138298846</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1448099083218397</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9727759202988516</td></tr>
<tr><td colspan=3>efc</td><td>0.4532</td></tr>
<tr><td colspan=3>fber</td><td>6098.7349</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11928136056885916</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>108</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.399540757749714</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6845843296780134</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5973573926196285</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8570215682469344</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.599374028167477</td></tr>
<tr><td colspan=3>gcor</td><td>0.0221261</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017252502962946892</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022662198171019554</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.566586805580149</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>34.8058</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4985</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.8658</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307646.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>865.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.5961</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6192</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>651.1874</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3711.2999</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4963.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1121.5123</td></tr>
<tr><td colspan=3>tsnr</td><td>36.04637458920479</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>