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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-01/func/sub-0094_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cc1bd38ee65ebb7061f0081616355331</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:29:57.450000</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.996546, 0.0786575, 0.026615, -0.0805304, 0.993639, 0.0787178]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.107306</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7844, -7279, 760, -19, -635, 256, 14]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.532</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>05a16074-370f-4ee0-955d-06326d5390c3||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.67366099357605, -0.21605709195137024, 0.054685577750205994, 119.72828674316406], [-0.21103236079216003, 2.665860652923584, 0.21759097278118134, -89.42184448242188], [0.07140599936246872, -0.21119411289691925, 2.690662145614624, -58.45695114135742], [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': ['112957.450000', '112957.910000', '112958.370000', '112958.830000', '112959.290000', '112959.750000', '113000.210000', '113000.670000', '113001.130000', '113001.590000', '113002.050000', '113002.510000', '113002.970000', '113003.430000', '113003.890000', '113004.350000', '113004.810000', '113005.270000', '113005.730000', '113006.190000', '113006.650000', '113007.110000', '113007.570000', '113008.030000', '113008.490000', '113008.950000', '113009.410000', '113009.870000', '113010.330000', '113010.790000', '113011.250000', '113011.710000', '113012.170000', '113012.630000', '113013.090000', '113013.550000', '113014.010000', '113014.470000', '113014.930000', '113015.390000', '113015.850000', '113016.310000', '113016.770000', '113017.230000', '113017.690000', '113018.150000', '113018.610000', '113019.070000', '113019.530000', '113019.990000', '113020.450000', '113020.910000', '113021.370000', '113021.830000', '113022.290000', '113022.750000', '113023.210000', '113023.670000', '113024.130000', '113024.590000', '113025.050000', '113025.510000', '113025.970000', '113026.430000', '113026.890000', '113027.350000', '113027.810000', '113028.270000', '113028.730000', '113029.190000', '113029.650000', '113030.110000', '113030.570000', '113031.030000', '113031.490000', '113031.950000', '113032.410000', '113032.870000', '113033.330000', '113033.790000', '113034.250000', '113034.710000', '113035.170000', '113035.630000', '113036.090000', '113036.550000', '113037.010000', '113037.470000', '113037.930000', '113038.390000', '113038.850000', '113039.310000', '113039.770000', '113040.230000', '113040.690000', '113041.150000', '113041.610000', '113042.070000', '113042.530000', '113042.990000', '113043.450000', '113043.910000', '113044.370000', '113044.830000', '113045.290000', '113045.750000', '113046.210000', '113046.670000', '113047.130000', '113047.590000', '113048.050000', '113048.510000', '113048.970000', '113049.430000', '113049.890000', '113050.350000', '113050.810000', '113051.270000', '113051.730000', '113052.190000', '113052.650000', '113053.110000', '113053.570000', '113054.030000', '113054.490000', '113054.950000', '113055.410000', '113055.870000', '113056.330000', '113056.790000', '113057.250000', '113057.710000', '113058.170000', '113058.630000', '113059.090000', '113059.550000', '113100.010000', '113100.470000', '113100.930000', '113101.390000', '113101.850000', '113102.310000', '113102.770000', '113103.230000', '113103.690000', '113104.150000', '113104.610000', '113105.070000', '113105.530000', '113105.990000', '113106.450000', '113106.910000', '113107.370000', '113107.830000', '113108.290000', '113108.750000', '113109.210000', '113109.670000', '113110.130000', '113110.590000', '113111.050000', '113111.510000', '113111.970000', '113112.430000', '113112.890000', '113113.350000', '113113.810000', '113114.270000', '113114.730000', '113115.190000', '113115.650000', '113116.110000', '113116.570000', '113117.030000', '113117.490000', '113117.950000', '113118.410000', '113118.870000', '113119.330000', '113119.790000', '113120.250000', '113120.710000', '113121.170000', '113121.630000', '113122.090000', '113122.550000', '113123.010000', '113123.470000', '113123.930000', '113124.390000', '113124.850000', '113125.310000', '113125.770000', '113126.230000', '113126.690000', '113127.150000', '113127.610000', '113128.070000', '113128.530000', '113128.990000', '113129.450000', '113129.910000', '113130.370000', '113130.830000', '113131.290000', '113131.750000', '113132.210000', '113132.670000', '113133.130000', '113133.590000', '113134.050000', '113134.510000', '113134.970000', '113135.430000', '113135.890000', '113136.350000', '113136.810000', '113137.270000', '113137.730000', '113138.190000', '113138.650000', '113139.110000', '113139.570000', '113140.030000', '113140.490000', '113140.950000', '113141.410000', '113141.870000', '113142.330000', '113142.790000', '113143.250000', '113143.710000', '113144.170000', '113144.630000', '113145.090000', '113145.550000', '113146.010000', '113146.470000', '113146.930000', '113147.390000', '113147.850000', '113148.310000', '113148.770000', '113149.230000', '113149.690000', '113150.150000', '113150.610000', '113151.070000', '113151.530000', '113151.990000', '113152.450000', '113152.910000', '113153.370000', '113153.830000', '113154.290000', '113154.750000', '113155.210000', '113155.670000', '113156.130000', '113156.590000', '113157.050000', '113157.510000', '113157.970000', '113158.430000', '113158.890000', '113159.350000', '113159.810000', '113200.270000', '113200.730000', '113201.190000', '113201.650000', '113202.110000', '113202.570000', '113203.030000', '113203.490000', '113203.950000', '113204.410000', '113204.870000', '113205.330000', '113205.790000', '113206.250000', '113206.710000', '113207.170000', '113207.630000', '113208.090000', '113208.550000', '113209.010000', '113209.470000', '113209.930000', '113210.390000', '113210.850000', '113211.310000', '113211.770000', '113212.230000', '113212.690000', '113213.150000', '113213.610000', '113214.070000', '113214.530000', '113214.990000', '113215.450000', '113215.910000', '113216.370000', '113216.830000', '113217.290000', '113217.750000', '113218.210000', '113218.670000', '113219.130000', '113219.590000', '113220.050000', '113220.510000', '113220.970000', '113221.430000', '113221.890000', '113222.350000', '113222.810000', '113223.270000', '113223.730000', '113224.190000', '113224.650000', '113225.110000', '113225.570000', '113226.030000', '113226.490000', '113226.950000', '113227.410000', '113227.870000', '113228.330000', '113228.790000', '113229.250000', '113229.710000', '113230.170000', '113230.630000', '113231.090000', '113231.550000', '113232.010000', '113232.470000', '113232.930000', '113233.390000', '113233.850000', '113234.310000', '113234.770000', '113235.230000', '113235.690000', '113236.150000', '113236.610000', '113237.070000', '113237.530000', '113237.990000', '113238.450000', '113238.910000', '113239.370000', '113239.830000', '113240.290000', '113240.750000', '113241.210000', '113241.670000', '113242.130000', '113242.590000', '113243.050000', '113243.510000', '113243.970000', '113244.430000', '113244.890000', '113245.350000', '113245.810000', '113246.270000', '113246.730000', '113247.190000', '113247.650000', '113248.110000', '113248.570000', '113249.030000', '113249.490000', '113249.950000', '113250.410000', '113250.870000', '113251.330000', '113251.790000', '113252.250000', '113252.710000', '113253.170000', '113253.630000', '113254.090000', '113254.550000', '113255.010000', '113255.470000', '113255.930000', '113256.390000', '113256.850000', '113257.310000', '113257.770000', '113258.230000', '113258.690000', '113259.150000', '113259.610000', '113300.070000', '113300.530000', '113300.990000', '113301.450000', '113301.910000', '113302.370000', '113302.830000', '113303.290000', '113303.750000', '113304.210000', '113304.670000', '113305.130000', '113305.590000', '113306.050000', '113306.510000', '113306.970000', '113307.430000', '113307.890000', '113308.350000', '113308.810000', '113309.270000', '113309.730000', '113310.190000', '113310.650000', '113311.110000', '113311.570000', '113312.030000', '113312.490000', '113312.950000', '113313.410000', '113313.870000', '113314.330000', '113314.790000', '113315.250000', '113315.710000', '113316.170000', '113316.630000', '113317.090000', '113317.550000', '113318.010000', '113318.470000', '113318.930000', '113319.390000', '113319.850000', '113320.310000', '113320.770000', '113321.230000', '113321.690000', '113322.150000', '113322.610000', '113323.070000', '113323.530000', '113323.990000', '113324.450000', '113324.910000', '113325.370000', '113325.830000', '113326.290000', '113326.750000', '113327.210000', '113327.670000', '113328.130000', '113328.590000', '113329.050000', '113329.510000', '113329.970000', '113330.430000', '113330.890000', '113331.350000', '113331.810000', '113332.270000', '113332.730000', '113333.190000', '113333.650000', '113334.110000', '113334.570000', '113335.030000', '113335.490000', '113335.950000', '113336.410000', '113336.870000', '113337.330000', '113337.790000', '113338.250000', '113338.710000', '113339.170000', '113339.630000', '113340.090000', '113340.550000', '113341.010000', '113341.470000', '113341.930000', '113342.390000', '113342.850000', '113343.310000', '113343.770000', '113344.230000', '113344.690000', '113345.150000', '113345.610000', '113346.070000', '113346.530000', '113346.990000', '113347.450000', '113347.910000', '113348.370000', '113348.830000', '113349.290000', '113349.750000', '113350.210000', '113350.670000', '113351.130000', '113351.590000', '113352.050000', '113352.510000', '113352.970000', '113353.430000', '113353.890000', '113354.350000', '113354.810000', '113355.270000', '113355.730000', '113356.190000', '113356.650000', '113357.110000', '113357.570000', '113358.030000', '113358.490000', '113358.950000', '113359.410000', '113359.870000', '113400.330000', '113400.790000', '113401.250000', '113401.710000', '113402.170000', '113402.630000', '113403.090000', '113403.550000', '113404.010000', '113404.470000', '113404.930000', '113405.390000', '113405.850000', '113406.310000', '113406.770000', '113407.230000', '113407.690000', '113408.150000', '113408.610000', '113409.070000', '113409.530000', '113409.990000', '113410.450000', '113410.910000', '113411.370000', '113411.830000', '113412.290000', '113412.750000', '113413.210000', '113413.670000', '113414.130000', '113414.590000', '113415.050000', '113415.510000', '113415.970000', '113416.430000', '113416.890000', '113417.350000', '113417.810000', '113418.270000', '113418.730000', '113419.190000', '113419.650000', '113420.110000', '113420.570000', '113421.030000', '113421.490000', '113421.950000', '113422.410000', '113422.870000', '113423.330000', '113423.790000', '113424.250000', '113424.710000', '113425.170000', '113425.630000', '113426.090000', '113426.550000', '113427.010000', '113427.470000', '113427.930000', '113428.390000', '113428.850000', '113429.310000', '113429.770000', '113430.230000', '113430.690000', '113431.150000', '113431.610000', '113432.070000', '113432.530000', '113432.990000', '113433.450000', '113433.910000', '113434.370000', '113434.830000', '113435.290000', '113435.750000', '113436.210000', '113436.670000', '113437.130000', '113437.590000', '113438.050000', '113438.510000', '113438.970000', '113439.430000', '113439.890000', '113440.350000', '113440.810000', '113441.270000', '113441.730000', '113442.190000', '113442.650000', '113443.110000', '113443.570000', '113444.030000', '113444.490000', '113444.950000', '113445.410000', '113445.870000', '113446.330000', '113446.790000', '113447.250000', '113447.710000', '113448.170000', '113448.630000', '113449.090000', '113449.550000', '113450.010000', '113450.470000', '113450.930000', '113451.390000', '113451.850000', '113452.310000', '113452.770000', '113453.230000', '113453.690000', '113454.150000', '113454.610000', '113455.070000', '113455.530000', '113455.990000', '113456.450000', '113456.910000', '113457.370000', '113457.830000', '113458.290000', '113458.750000', '113459.210000', '113459.670000', '113500.130000', '113500.590000', '113501.050000', '113501.510000', '113501.970000', '113502.430000', '113502.890000', '113503.350000', '113503.810000', '113504.270000', '113504.730000', '113505.190000', '113505.650000', '113506.110000', '113506.570000', '113507.030000', '113507.490000', '113507.950000', '113508.410000', '113508.870000', '113509.330000', '113509.790000', '113510.250000', '113510.710000', '113511.170000', '113511.630000', '113512.090000', '113512.550000', '113513.010000', '113513.470000', '113513.930000', '113514.390000', '113514.850000', '113515.310000', '113515.770000', '113516.230000', '113516.690000', '113517.150000', '113517.610000', '113518.070000', '113518.530000', '113518.990000', '113519.450000', '113519.910000', '113520.370000', '113520.830000', '113521.290000', '113521.750000', '113522.210000', '113522.670000', '113523.130000', '113523.590000', '113524.050000', '113524.510000', '113524.970000', '113525.430000', '113525.890000', '113526.350000', '113526.810000', '113527.270000', '113527.730000', '113528.190000', '113528.650000', '113529.110000', '113529.570000', '113530.030000', '113530.490000', '113530.950000', '113531.410000', '113531.870000', '113532.330000', '113532.790000', '113533.250000', '113533.710000', '113534.170000', '113534.630000', '113535.090000', '113535.550000', '113536.010000', '113536.470000', '113536.930000', '113537.390000', '113537.850000', '113538.310000', '113538.770000', '113539.230000', '113539.690000', '113540.150000', '113540.610000', '113541.070000', '113541.530000', '113541.990000', '113542.450000', '113542.910000', '113543.370000', '113543.830000', '113544.290000', '113544.750000', '113545.210000', '113545.670000', '113546.130000', '113546.590000', '113547.050000', '113547.510000', '113547.970000', '113548.430000', '113548.890000', '113549.350000', '113549.810000', '113550.270000', '113550.730000', '113551.190000', '113551.650000', '113552.110000', '113552.570000', '113553.030000', '113553.490000', '113553.950000', '113554.410000', '113554.870000', '113555.330000', '113555.790000', '113556.250000', '113556.710000', '113557.170000', '113557.630000', '113558.090000', '113558.550000', '113559.010000', '113559.470000', '113559.930000', '113600.390000', '113600.850000', '113601.310000', '113601.770000', '113602.230000', '113602.690000', '113603.150000', '113603.610000', '113604.070000', '113604.530000', '113604.990000', '113605.450000', '113605.910000', '113606.370000', '113606.830000', '113607.290000', '113607.750000', '113608.210000', '113608.670000', '113609.130000', '113609.590000', '113610.050000', '113610.510000', '113610.970000', '113611.430000', '113611.890000', '113612.350000', '113612.810000', '113613.270000', '113613.730000', '113614.190000', '113614.650000', '113615.110000', '113615.570000', '113616.030000', '113616.490000', '113616.950000', '113617.410000', '113617.870000', '113618.330000', '113618.790000', '113619.250000', '113619.710000', '113620.170000', '113620.630000', '113621.090000', '113621.550000', '113622.010000', '113622.470000', '113622.930000', '113623.390000', '113623.850000', '113624.310000', '113624.770000', '113625.230000', '113625.690000', '113626.150000', '113626.610000', '113627.070000', '113627.530000', '113627.990000', '113628.450000', '113628.910000', '113629.370000', '113629.830000', '113630.290000', '113630.750000', '113631.210000', '113631.670000', '113632.130000', '113632.590000', '113633.050000', '113633.510000', '113633.970000', '113634.430000', '113634.890000', '113635.350000', '113635.810000', '113636.270000', '113636.730000', '113637.190000', '113637.650000', '113638.110000'], 'ContentTime': ['113018.725000', '113018.729000', '113018.731000', '113018.734000', '113018.736000', '113018.739000', '113018.742000', '113018.744000', '113018.747000', '113018.750000', '113018.752000', '113018.755000', '113018.758000', '113018.760000', '113018.763000', '113018.765000', '113018.775000', '113018.783000', '113018.785000', '113018.788000', '113018.790000', '113018.793000', '113018.795000', '113018.798000', '113018.800000', '113018.803000', '113018.806000', '113018.808000', '113018.811000', '113018.814000', '113018.816000', '113018.819000', '113018.821000', '113018.824000', '113018.826000', '113018.829000', '113018.832000', '113018.834000', '113018.837000', '113018.839000', '113018.842000', '113018.845000', '113018.847000', '113018.850000', '113038.691000', '113038.694000', '113038.697000', '113038.699000', '113038.702000', '113038.705000', '113038.707000', '113038.710000', '113038.712000', '113038.715000', '113038.717000', '113038.720000', '113038.723000', '113038.725000', '113038.733000', '113038.735000', '113038.738000', '113038.740000', '113038.743000', '113038.746000', '113038.748000', '113038.751000', '113038.753000', '113038.756000', '113038.759000', '113038.761000', '113038.764000', '113038.767000', '113038.769000', '113038.772000', '113038.775000', '113038.777000', '113038.780000', '113038.782000', '113038.785000', '113038.787000', '113038.790000', '113038.792000', '113038.795000', '113038.798000', '113038.801000', '113038.803000', '113038.806000', '113058.691000', '113058.694000', '113058.697000', '113058.699000', '113058.702000', '113058.705000', '113058.708000', '113058.710000', '113058.721000', '113058.724000', '113058.727000', '113058.729000', '113058.732000', '113058.735000', '113058.737000', '113058.740000', '113058.742000', '113058.745000', '113058.748000', '113058.750000', '113058.753000', '113058.756000', '113058.758000', '113058.761000', '113058.763000', '113058.773000', '113058.776000', '113058.779000', '113058.781000', '113058.784000', '113058.786000', '113058.789000', '113058.792000', '113058.794000', '113058.806000', '113058.809000', '113058.811000', '113058.814000', '113058.816000', '113058.819000', '113058.821000', '113058.824000', '113058.826000', '113118.692000', '113118.694000', '113118.697000', '113118.705000', '113118.708000', '113118.711000', '113118.713000', '113118.716000', '113118.719000', '113118.721000', '113118.724000', '113118.726000', '113118.729000', '113118.732000', '113118.734000', '113118.737000', '113118.740000', '113118.742000', '113118.745000', '113118.747000', '113118.750000', '113118.753000', '113118.755000', '113118.758000', '113118.760000', '113118.763000', '113118.766000', '113118.768000', '113118.771000', '113118.773000', '113118.776000', '113118.778000', '113118.781000', '113118.788000', '113118.790000', '113118.793000', '113118.795000', '113118.798000', '113118.800000', '113118.803000', '113118.806000', '113118.808000', '113118.811000', '113118.813000', '113138.691000', '113138.694000', '113138.697000', '113138.700000', '113138.703000', '113138.705000', '113138.708000', '113138.710000', '113138.713000', '113138.716000', '113138.718000', '113138.721000', '113138.723000', '113138.726000', '113138.729000', '113138.731000', '113138.735000', '113138.738000', '113138.740000', '113138.743000', '113138.746000', '113138.748000', '113138.751000', '113138.753000', '113138.756000', '113138.759000', '113138.761000', '113138.764000', '113138.766000', '113138.769000', '113138.771000', '113138.774000', '113138.777000', '113138.779000', '113138.782000', '113138.784000', '113138.787000', '113138.790000', '113138.792000', '113138.795000', '113138.797000', '113138.800000', '113138.802000', '113158.691000', '113158.694000', '113158.697000', '113158.699000', '113158.702000', '113158.705000', '113158.708000', '113158.710000', '113158.713000', '113158.715000', '113158.718000', '113158.721000', '113158.723000', '113158.726000', '113158.728000', '113158.731000', '113158.737000', '113158.740000', '113158.743000', '113158.745000', '113158.748000', '113158.750000', '113158.753000', '113158.755000', '113158.758000', '113158.761000', '113158.763000', '113158.766000', '113158.768000', '113158.771000', '113158.774000', '113158.776000', '113158.779000', '113158.781000', '113158.784000', '113158.786000', '113158.789000', '113158.792000', '113158.794000', '113158.797000', '113158.799000', '113158.802000', '113158.805000', '113158.807000', '113218.692000', '113218.694000', '113218.697000', '113218.700000', '113218.702000', '113218.705000', '113218.708000', '113218.710000', '113218.713000', '113218.716000', '113218.718000', '113218.721000', '113218.723000', '113218.726000', '113218.728000', '113218.731000', '113218.734000', '113218.736000', '113218.742000', '113218.744000', '113218.747000', '113218.750000', '113218.752000', '113218.755000', '113218.757000', '113218.760000', '113218.762000', '113218.765000', '113218.768000', '113218.770000', '113218.773000', '113218.775000', '113218.778000', '113218.781000', '113218.783000', '113218.786000', '113218.789000', '113218.791000', '113218.794000', '113218.797000', '113218.803000', '113218.806000', '113218.809000', '113238.692000', '113238.695000', '113238.697000', '113238.700000', '113238.702000', '113238.705000', '113238.708000', '113238.710000', '113238.713000', '113238.715000', '113238.718000', '113238.721000', '113238.723000', '113238.726000', '113238.728000', '113238.731000', '113238.733000', '113238.736000', '113238.739000', '113238.741000', '113238.744000', '113238.763000', '113238.766000', '113238.768000', '113238.771000', '113238.773000', '113238.776000', '113238.779000', '113238.781000', '113238.784000', '113238.786000', '113238.789000', '113238.791000', '113238.794000', '113238.797000', '113238.799000', '113238.802000', '113238.804000', '113238.807000', '113238.809000', '113238.812000', '113238.814000', '113238.817000', '113238.820000', '113258.691000', '113258.694000', '113258.697000', '113258.699000', '113258.702000', '113258.705000', '113258.707000', '113258.710000', '113258.712000', '113258.715000', '113258.718000', '113258.720000', '113258.723000', '113258.726000', '113258.728000', '113258.731000', '113258.733000', '113258.736000', '113258.738000', '113258.741000', '113258.744000', '113258.746000', '113258.749000', '113258.751000', '113258.754000', '113258.757000', '113258.759000', '113258.762000', '113258.764000', '113258.767000', '113258.769000', '113258.772000', '113258.776000', '113258.779000', '113258.782000', '113258.785000', '113258.787000', '113258.790000', '113258.792000', '113258.795000', '113258.797000', '113258.800000', '113258.803000', '113318.692000', '113318.694000', '113318.697000', '113318.700000', '113318.702000', '113318.705000', '113318.707000', '113318.710000', '113318.713000', '113318.722000', '113318.725000', '113318.728000', '113318.730000', '113318.733000', '113318.735000', '113318.738000', '113318.741000', '113318.743000', '113318.746000', '113318.749000', '113318.751000', '113318.754000', '113318.756000', '113318.759000', '113318.761000', '113318.764000', '113318.767000', '113318.769000', '113318.772000', '113318.775000', '113318.777000', '113318.780000', '113318.782000', '113318.785000', '113318.788000', '113318.790000', '113318.793000', '113318.795000', '113318.798000', '113318.801000', '113318.803000', '113318.806000', '113318.808000', '113318.811000', '113338.691000', '113338.694000', '113338.697000', '113338.699000', '113338.702000', '113338.705000', '113338.707000', '113338.710000', '113338.713000', '113338.715000', '113338.718000', '113338.720000', '113338.723000', '113338.726000', '113338.728000', '113338.731000', '113338.733000', '113338.736000', '113338.739000', '113338.741000', '113338.744000', '113338.747000', '113338.749000', '113338.752000', '113338.754000', '113338.757000', '113338.760000', '113338.762000', '113338.765000', '113338.767000', '113338.770000', '113338.773000', '113338.775000', '113338.778000', '113338.780000', '113338.783000', '113338.786000', '113338.788000', '113338.791000', '113338.793000', '113338.796000', '113338.799000', '113338.801000', '113358.690000', '113358.693000', '113358.696000', '113358.699000', '113358.701000', '113358.704000', '113358.707000', '113358.709000', '113358.712000', '113358.715000', '113358.717000', '113358.720000', '113358.722000', '113358.725000', '113358.727000', '113358.730000', '113358.732000', '113358.735000', '113358.738000', '113358.740000', '113358.747000', '113358.749000', '113358.752000', '113358.754000', '113358.757000', '113358.760000', '113358.762000', '113358.765000', '113358.768000', '113358.770000', '113358.773000', '113358.775000', '113358.778000', '113358.781000', '113358.783000', '113358.786000', '113358.789000', '113358.791000', '113358.794000', '113358.796000', '113358.799000', '113358.802000', '113358.804000', '113358.807000', '113418.692000', '113418.695000', '113418.697000', '113418.700000', '113418.703000', '113418.706000', '113418.708000', '113418.711000', '113418.713000', '113418.716000', '113418.719000', '113418.721000', '113418.724000', '113418.726000', '113418.729000', '113418.732000', '113418.757000', '113418.759000', '113418.762000', '113418.764000', '113418.767000', '113418.770000', '113418.772000', '113418.775000', '113418.778000', '113418.781000', '113418.783000', '113418.786000', '113418.789000', '113418.791000', '113418.794000', '113418.797000', '113418.799000', '113418.808000', '113418.810000', '113418.813000', '113418.817000', '113418.820000', '113418.822000', '113418.825000', '113418.827000', '113418.830000', '113418.833000', '113438.692000', '113438.695000', '113438.704000', '113438.706000', '113438.709000', '113438.712000', '113438.714000', '113438.717000', '113438.719000', '113438.722000', '113438.724000', '113438.727000', '113438.730000', '113438.732000', '113438.735000', '113438.737000', '113438.740000', '113438.742000', '113438.745000', '113438.748000', '113438.750000', '113438.753000', '113438.755000', '113438.758000', '113438.761000', '113438.763000', '113438.766000', '113438.768000', '113438.771000', '113438.773000', '113438.776000', '113438.779000', '113438.781000', '113438.784000', '113438.786000', '113438.789000', '113438.792000', '113438.794000', '113438.797000', '113438.799000', '113438.804000', '113438.807000', '113438.809000', '113438.812000', '113458.692000', '113458.695000', '113458.697000', '113458.700000', '113458.703000', '113458.705000', '113458.708000', '113458.711000', '113458.713000', '113458.716000', '113458.719000', '113458.721000', '113458.724000', '113458.726000', '113458.729000', '113458.732000', '113458.734000', '113458.737000', '113458.739000', '113458.742000', '113458.745000', '113458.747000', '113458.750000', '113458.753000', '113458.755000', '113458.758000', '113458.760000', '113458.763000', '113458.765000', '113458.768000', '113458.771000', '113458.773000', '113458.776000', '113458.778000', '113458.781000', '113458.784000', '113458.787000', '113458.790000', '113458.793000', '113458.795000', '113458.798000', '113458.800000', '113458.803000', '113518.692000', '113518.694000', '113518.697000', '113518.700000', '113518.702000', '113518.705000', '113518.708000', '113518.710000', '113518.713000', '113518.715000', '113518.718000', '113518.720000', '113518.723000', '113518.726000', '113518.728000', '113518.731000', '113518.733000', '113518.736000', '113518.739000', '113518.742000', '113518.744000', '113518.747000', '113518.749000', '113518.752000', '113518.755000', '113518.757000', '113518.760000', '113518.762000', '113518.765000', '113518.767000', '113518.770000', '113518.773000', '113518.775000', '113518.778000', '113518.781000', '113518.783000', '113518.789000', '113518.792000', '113518.795000', '113518.797000', '113518.800000', '113518.802000', '113518.805000', '113518.807000', '113538.692000', '113538.694000', '113538.697000', '113538.700000', '113538.702000', '113538.705000', '113538.707000', '113538.710000', '113538.713000', '113538.715000', '113538.718000', '113538.720000', '113538.723000', '113538.726000', '113538.728000', '113538.731000', '113538.733000', '113538.736000', '113538.739000', '113538.741000', '113538.744000', '113538.746000', '113538.749000', '113538.752000', '113538.754000', '113538.757000', '113538.759000', '113538.772000', '113538.775000', '113538.777000', '113538.780000', '113538.782000', '113538.785000', '113538.788000', '113538.790000', '113538.793000', '113538.795000', '113538.798000', '113538.801000', '113538.803000', '113538.806000', '113538.809000', '113538.812000', '113558.691000', '113558.694000', '113558.697000', '113558.699000', '113558.702000', '113558.705000', '113558.707000', '113558.710000', '113558.713000', '113558.715000', '113558.718000', '113558.720000', '113558.723000', '113558.726000', '113558.728000', '113558.731000', '113558.733000', '113558.736000', '113558.738000', '113558.741000', '113558.744000', '113558.746000', '113558.749000', '113558.751000', '113558.754000', '113558.757000', '113558.759000', '113558.762000', '113558.764000', '113558.767000', '113558.770000', '113558.772000', '113558.775000', '113558.777000', '113558.780000', '113558.783000', '113558.785000', '113558.788000', '113558.790000', '113558.793000', '113558.796000', '113558.798000', '113558.801000', '113558.804000', '113618.690000', '113618.695000', '113618.697000', '113618.700000', '113618.702000', '113618.705000', '113618.708000', '113618.710000', '113618.713000', '113618.716000', '113618.718000', '113618.721000', '113618.723000', '113618.726000', '113618.728000', '113618.731000', '113618.734000', '113618.736000', '113618.739000', '113618.741000', '113618.744000', '113618.746000', '113618.749000', '113618.752000', '113618.754000', '113618.757000', '113618.760000', '113618.762000', '113618.765000', '113618.767000', '113618.770000', '113618.772000', '113618.775000', '113618.777000', '113618.780000', '113618.783000', '113618.785000', '113618.788000', '113618.790000', '113618.793000', '113618.795000', '113618.798000', '113618.801000', '113638.692000', '113638.694000', '113638.697000', '113638.700000', '113638.702000', '113638.705000', '113638.707000', '113638.710000', '113638.713000', '113638.715000', '113638.718000', '113638.720000', '113638.723000', '113638.725000', '113638.728000', '113638.731000', '113638.733000', '113638.736000', '113638.738000', '113638.741000', '113638.744000', '113638.746000', '113638.749000', '113638.751000', '113638.754000', '113638.757000', '113638.759000', '113638.762000', '113638.764000', '113638.767000', '113638.770000', '113638.772000', '113638.775000', '113638.777000', '113638.783000', '113638.786000', '113638.789000', '113638.791000', '113638.794000', '113638.796000', '113638.799000', '113638.802000', '113638.804000', '113638.807000', '113639.545000', '113639.548000'], 'InstanceCreationTime': ['113018.725000', '113018.729000', '113018.731000', '113018.734000', '113018.736000', '113018.739000', '113018.742000', '113018.744000', '113018.747000', '113018.750000', '113018.752000', '113018.755000', '113018.758000', '113018.760000', '113018.763000', '113018.765000', '113018.775000', '113018.783000', '113018.785000', '113018.788000', '113018.790000', '113018.793000', '113018.795000', '113018.798000', '113018.800000', '113018.803000', '113018.806000', '113018.808000', '113018.811000', '113018.814000', '113018.816000', '113018.819000', '113018.821000', '113018.824000', '113018.826000', '113018.829000', '113018.832000', '113018.834000', '113018.837000', '113018.839000', '113018.842000', '113018.845000', '113018.847000', '113018.850000', '113038.691000', '113038.694000', '113038.697000', '113038.699000', '113038.702000', '113038.705000', '113038.707000', '113038.710000', '113038.712000', '113038.715000', '113038.717000', '113038.720000', '113038.723000', '113038.725000', '113038.733000', '113038.735000', '113038.738000', '113038.740000', '113038.743000', '113038.746000', '113038.748000', '113038.751000', '113038.753000', '113038.756000', '113038.759000', '113038.761000', '113038.764000', '113038.767000', '113038.769000', '113038.772000', '113038.775000', '113038.777000', '113038.780000', '113038.782000', '113038.785000', '113038.787000', '113038.790000', '113038.792000', '113038.795000', '113038.798000', '113038.801000', '113038.803000', '113038.806000', '113058.691000', '113058.694000', '113058.697000', '113058.699000', '113058.702000', '113058.705000', '113058.708000', '113058.710000', '113058.721000', '113058.724000', '113058.727000', '113058.729000', '113058.732000', '113058.735000', '113058.737000', '113058.740000', '113058.742000', '113058.745000', '113058.748000', '113058.750000', '113058.753000', '113058.756000', '113058.758000', '113058.761000', '113058.763000', '113058.773000', '113058.776000', '113058.779000', '113058.781000', '113058.784000', '113058.786000', '113058.789000', '113058.792000', '113058.794000', '113058.806000', '113058.809000', '113058.811000', '113058.814000', '113058.816000', '113058.819000', '113058.821000', '113058.824000', '113058.826000', '113118.692000', '113118.694000', '113118.697000', '113118.705000', '113118.708000', '113118.711000', '113118.713000', '113118.716000', '113118.719000', '113118.721000', '113118.724000', '113118.726000', '113118.729000', '113118.732000', '113118.734000', '113118.737000', '113118.740000', '113118.742000', '113118.745000', '113118.747000', '113118.750000', '113118.753000', '113118.755000', '113118.758000', '113118.760000', '113118.763000', '113118.766000', '113118.768000', '113118.771000', '113118.773000', '113118.776000', '113118.778000', '113118.781000', '113118.788000', '113118.790000', '113118.793000', '113118.795000', '113118.798000', '113118.800000', '113118.803000', '113118.806000', '113118.808000', '113118.811000', '113118.813000', '113138.691000', '113138.694000', '113138.697000', '113138.700000', '113138.703000', '113138.705000', '113138.708000', '113138.710000', '113138.713000', '113138.716000', '113138.718000', '113138.721000', '113138.723000', '113138.726000', '113138.729000', '113138.731000', '113138.735000', '113138.738000', '113138.740000', '113138.743000', '113138.746000', '113138.748000', '113138.751000', '113138.753000', '113138.756000', '113138.759000', '113138.761000', '113138.764000', '113138.766000', '113138.769000', '113138.771000', '113138.774000', '113138.777000', '113138.779000', '113138.782000', '113138.784000', '113138.787000', '113138.790000', '113138.792000', '113138.795000', '113138.797000', '113138.800000', '113138.802000', '113158.691000', '113158.694000', '113158.697000', '113158.699000', '113158.702000', '113158.705000', '113158.708000', '113158.710000', '113158.713000', '113158.715000', '113158.718000', '113158.721000', '113158.723000', '113158.726000', '113158.728000', '113158.731000', '113158.737000', '113158.740000', '113158.743000', '113158.745000', '113158.748000', '113158.750000', '113158.753000', '113158.755000', '113158.758000', '113158.761000', '113158.763000', '113158.766000', '113158.768000', '113158.771000', '113158.774000', '113158.776000', '113158.779000', '113158.781000', '113158.784000', '113158.786000', '113158.789000', '113158.792000', '113158.794000', '113158.797000', '113158.799000', '113158.802000', '113158.805000', '113158.807000', '113218.692000', '113218.694000', '113218.697000', '113218.700000', '113218.702000', '113218.705000', '113218.708000', '113218.710000', '113218.713000', '113218.716000', '113218.718000', '113218.721000', '113218.723000', '113218.726000', '113218.728000', '113218.731000', '113218.734000', '113218.736000', '113218.742000', '113218.744000', '113218.747000', '113218.750000', '113218.752000', '113218.755000', '113218.757000', '113218.760000', '113218.762000', '113218.765000', '113218.768000', '113218.770000', '113218.773000', '113218.775000', '113218.778000', '113218.781000', '113218.783000', '113218.786000', '113218.789000', '113218.791000', '113218.794000', '113218.797000', '113218.803000', '113218.806000', '113218.809000', '113238.692000', '113238.695000', '113238.697000', '113238.700000', '113238.702000', '113238.705000', '113238.708000', '113238.710000', '113238.713000', '113238.715000', '113238.718000', '113238.721000', '113238.723000', '113238.726000', '113238.728000', '113238.731000', '113238.733000', '113238.736000', '113238.739000', '113238.741000', '113238.744000', '113238.763000', '113238.766000', '113238.768000', '113238.771000', '113238.773000', '113238.776000', '113238.779000', '113238.781000', '113238.784000', '113238.786000', '113238.789000', '113238.791000', '113238.794000', '113238.797000', '113238.799000', '113238.802000', '113238.804000', '113238.807000', '113238.809000', '113238.812000', '113238.814000', '113238.817000', '113238.820000', '113258.691000', '113258.694000', '113258.697000', '113258.699000', '113258.702000', '113258.705000', '113258.707000', '113258.710000', '113258.712000', '113258.715000', '113258.718000', '113258.720000', '113258.723000', '113258.726000', '113258.728000', '113258.731000', '113258.733000', '113258.736000', '113258.738000', '113258.741000', '113258.744000', '113258.746000', '113258.749000', '113258.751000', '113258.754000', '113258.757000', '113258.759000', '113258.762000', '113258.764000', '113258.767000', '113258.769000', '113258.772000', '113258.776000', '113258.779000', '113258.782000', '113258.785000', '113258.787000', '113258.790000', '113258.792000', '113258.795000', '113258.797000', '113258.800000', '113258.803000', '113318.692000', '113318.694000', '113318.697000', '113318.700000', '113318.702000', '113318.705000', '113318.707000', '113318.710000', '113318.713000', '113318.722000', '113318.725000', '113318.728000', '113318.730000', '113318.733000', '113318.735000', '113318.738000', '113318.741000', '113318.743000', '113318.746000', '113318.749000', '113318.751000', '113318.754000', '113318.756000', '113318.759000', '113318.761000', '113318.764000', '113318.767000', '113318.769000', '113318.772000', '113318.775000', '113318.777000', '113318.780000', '113318.782000', '113318.785000', '113318.788000', '113318.790000', '113318.793000', '113318.795000', '113318.798000', '113318.801000', '113318.803000', '113318.806000', '113318.808000', '113318.811000', '113338.691000', '113338.694000', '113338.697000', '113338.699000', '113338.702000', '113338.705000', '113338.707000', '113338.710000', '113338.713000', '113338.715000', '113338.718000', '113338.720000', '113338.723000', '113338.726000', '113338.728000', '113338.731000', '113338.733000', '113338.736000', '113338.739000', '113338.741000', '113338.744000', '113338.747000', '113338.749000', '113338.752000', '113338.754000', '113338.757000', '113338.760000', '113338.762000', '113338.765000', '113338.767000', '113338.770000', '113338.773000', '113338.775000', '113338.778000', '113338.780000', '113338.783000', '113338.786000', '113338.788000', '113338.791000', '113338.793000', '113338.796000', '113338.799000', '113338.801000', '113358.690000', '113358.693000', '113358.696000', '113358.699000', '113358.701000', '113358.704000', '113358.707000', '113358.709000', '113358.712000', '113358.715000', '113358.717000', '113358.720000', '113358.722000', '113358.725000', '113358.727000', '113358.730000', '113358.732000', '113358.735000', '113358.738000', '113358.740000', '113358.747000', '113358.749000', '113358.752000', '113358.754000', '113358.757000', '113358.760000', '113358.762000', '113358.765000', '113358.768000', '113358.770000', '113358.773000', '113358.775000', '113358.778000', '113358.781000', '113358.783000', '113358.786000', '113358.789000', '113358.791000', '113358.794000', '113358.796000', '113358.799000', '113358.802000', '113358.804000', '113358.807000', '113418.692000', '113418.695000', '113418.697000', '113418.700000', '113418.703000', '113418.706000', '113418.708000', '113418.711000', '113418.713000', '113418.716000', '113418.719000', '113418.721000', '113418.724000', '113418.726000', '113418.729000', '113418.732000', '113418.757000', '113418.759000', '113418.762000', '113418.764000', '113418.767000', '113418.770000', '113418.772000', '113418.775000', '113418.778000', '113418.781000', '113418.783000', '113418.786000', '113418.789000', '113418.791000', '113418.794000', '113418.797000', '113418.799000', '113418.808000', '113418.810000', '113418.813000', '113418.817000', '113418.820000', '113418.822000', '113418.825000', '113418.827000', '113418.830000', '113418.833000', '113438.692000', '113438.695000', '113438.704000', '113438.706000', '113438.709000', '113438.712000', '113438.714000', '113438.717000', '113438.719000', '113438.722000', '113438.724000', '113438.727000', '113438.730000', '113438.732000', '113438.735000', '113438.737000', '113438.740000', '113438.742000', '113438.745000', '113438.748000', '113438.750000', '113438.753000', '113438.755000', '113438.758000', '113438.761000', '113438.763000', '113438.766000', '113438.768000', '113438.771000', '113438.773000', '113438.776000', '113438.779000', '113438.781000', '113438.784000', '113438.786000', '113438.789000', '113438.792000', '113438.794000', '113438.797000', '113438.799000', '113438.804000', '113438.807000', '113438.809000', '113438.812000', '113458.692000', '113458.695000', '113458.697000', '113458.700000', '113458.703000', '113458.705000', '113458.708000', '113458.711000', '113458.713000', '113458.716000', '113458.719000', '113458.721000', '113458.724000', '113458.726000', '113458.729000', '113458.732000', '113458.734000', '113458.737000', '113458.739000', '113458.742000', '113458.745000', '113458.747000', '113458.750000', '113458.753000', '113458.755000', '113458.758000', '113458.760000', '113458.763000', '113458.765000', '113458.768000', '113458.771000', '113458.773000', '113458.776000', '113458.778000', '113458.781000', '113458.784000', '113458.787000', '113458.790000', '113458.793000', '113458.795000', '113458.798000', '113458.800000', '113458.803000', '113518.692000', '113518.694000', '113518.697000', '113518.700000', '113518.702000', '113518.705000', '113518.708000', '113518.710000', '113518.713000', '113518.715000', '113518.718000', '113518.720000', '113518.723000', '113518.726000', '113518.728000', '113518.731000', '113518.733000', '113518.736000', '113518.739000', '113518.742000', '113518.744000', '113518.747000', '113518.749000', '113518.752000', '113518.755000', '113518.757000', '113518.760000', '113518.762000', '113518.765000', '113518.767000', '113518.770000', '113518.773000', '113518.775000', '113518.778000', '113518.781000', '113518.783000', '113518.789000', '113518.792000', '113518.795000', '113518.797000', '113518.800000', '113518.802000', '113518.805000', '113518.807000', '113538.692000', '113538.694000', '113538.697000', '113538.700000', '113538.702000', '113538.705000', '113538.707000', '113538.710000', '113538.713000', '113538.715000', '113538.718000', '113538.720000', '113538.723000', '113538.726000', '113538.728000', '113538.731000', '113538.733000', '113538.736000', '113538.739000', '113538.741000', '113538.744000', '113538.746000', '113538.749000', '113538.752000', '113538.754000', '113538.757000', '113538.759000', '113538.772000', '113538.775000', '113538.777000', '113538.780000', '113538.782000', '113538.785000', '113538.788000', '113538.790000', '113538.793000', '113538.795000', '113538.798000', '113538.801000', '113538.803000', '113538.806000', '113538.809000', '113538.812000', '113558.691000', '113558.694000', '113558.697000', '113558.699000', '113558.702000', '113558.705000', '113558.707000', '113558.710000', '113558.713000', '113558.715000', '113558.718000', '113558.720000', '113558.723000', '113558.726000', '113558.728000', '113558.731000', '113558.733000', '113558.736000', '113558.738000', '113558.741000', '113558.744000', '113558.746000', '113558.749000', '113558.751000', '113558.754000', '113558.757000', '113558.759000', '113558.762000', '113558.764000', '113558.767000', '113558.770000', '113558.772000', '113558.775000', '113558.777000', '113558.780000', '113558.783000', '113558.785000', '113558.788000', '113558.790000', '113558.793000', '113558.796000', '113558.798000', '113558.801000', '113558.804000', '113618.690000', '113618.695000', '113618.697000', '113618.700000', '113618.702000', '113618.705000', '113618.708000', '113618.710000', '113618.713000', '113618.716000', '113618.718000', '113618.721000', '113618.723000', '113618.726000', '113618.728000', '113618.731000', '113618.734000', '113618.736000', '113618.739000', '113618.741000', '113618.744000', '113618.746000', '113618.749000', '113618.752000', '113618.754000', '113618.757000', '113618.760000', '113618.762000', '113618.765000', '113618.767000', '113618.770000', '113618.772000', '113618.775000', '113618.777000', '113618.780000', '113618.783000', '113618.785000', '113618.788000', '113618.790000', '113618.793000', '113618.795000', '113618.798000', '113618.801000', '113638.692000', '113638.694000', '113638.697000', '113638.700000', '113638.702000', '113638.705000', '113638.707000', '113638.710000', '113638.713000', '113638.715000', '113638.718000', '113638.720000', '113638.723000', '113638.725000', '113638.728000', '113638.731000', '113638.733000', '113638.736000', '113638.738000', '113638.741000', '113638.744000', '113638.746000', '113638.749000', '113638.751000', '113638.754000', '113638.757000', '113638.759000', '113638.762000', '113638.764000', '113638.767000', '113638.770000', '113638.772000', '113638.775000', '113638.777000', '113638.783000', '113638.786000', '113638.789000', '113638.791000', '113638.794000', '113638.796000', '113638.799000', '113638.802000', '113638.804000', '113638.807000', '113639.545000', '113639.548000'], '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': [7180, 7304, 7050, 7085, 7046, 7281, 7066, 6711, 6809, 6719, 7095, 7255, 6799, 7168, 7006, 6833, 6758, 6828, 6835, 7125, 6955, 7097, 6878, 7204, 6913, 7299, 6922, 6669, 7210, 6830, 7322, 7339, 6972, 6857, 6980, 6899, 7016, 7126, 6670, 7206, 6883, 7055, 7243, 7036, 6902, 7112, 7052, 7183, 7238, 7106, 6974, 7286, 6978, 7200, 6953, 7267, 7423, 6838, 7023, 6869, 6975, 6935, 7142, 6862, 6790, 6851, 7327, 6927, 6913, 7173, 6913, 7049, 6964, 6856, 7031, 7150, 6991, 6818, 7124, 6869, 7104, 7113, 7333, 6830, 7059, 6851, 6881, 6787, 7111, 7233, 7089, 7124, 6969, 6866, 7064, 6965, 7340, 6865, 6948, 6609, 7164, 6792, 7163, 7012, 7074, 7015, 7056, 7415, 6964, 6949, 7000, 7217, 7320, 7309, 7380, 7033, 7356, 6979, 7294, 7105, 7590, 7092, 7076, 7130, 7185, 7061, 7295, 7062, 7279, 6933, 7355, 7123, 6796, 7383, 7476, 7057, 7293, 7122, 7067, 7070, 7268, 7279, 7530, 7056, 7006, 7200, 7031, 6981, 6989, 6948, 7108, 7071, 7304, 6862, 7102, 6911, 7141, 7097, 7330, 7239, 7310, 6858, 7046, 6730, 7427, 7441, 7205, 6962, 6905, 6800, 7096, 7195, 7328, 7063, 7344, 7074, 7230, 7088, 6999, 6950, 7138, 7030, 6909, 6877, 6904, 7104, 6774, 7377, 6804, 6998, 7133, 6885, 6920, 7011, 7084, 7206, 7023, 6985, 6773, 7048, 6896, 6897, 6982, 7119, 6925, 6998, 7126, 7004, 7157, 7104, 7000, 6996, 7019, 7012, 6909, 6876, 6898, 7154, 7000, 7025, 6986, 7006, 6984, 7083, 7196, 7034, 6870, 6959, 6944, 6930, 6882, 6793, 7029, 6776, 7000, 6672, 6986, 6988, 6867, 6735, 7164, 6838, 6866, 7114, 7000, 6856, 7118, 7270, 7165, 6845, 6850, 6865, 6914, 6767, 7129, 6836, 6988, 6901, 6875, 6959, 6992, 6744, 7264, 6987, 7117, 7162, 6797, 6824, 6893, 6722, 6833, 6798, 6829, 6769, 6977, 6762, 7035, 6878, 6894, 6930, 6913, 6832, 6912, 7005, 6826, 6832, 7079, 6892, 6891, 6992, 6819, 6989, 6686, 6993, 6927, 6709, 6822, 6902, 6959, 7164, 6772, 7021, 6787, 6929, 6984, 6857, 6729, 6749, 6539, 6589, 6858, 6694, 7032, 6822, 6862, 7053, 6793, 7067, 6965, 6946, 6867, 7599, 6854, 7012, 6905, 6836, 6903, 6900, 6876, 7040, 6993, 7126, 7159, 6812, 6914, 7251, 6798, 7005, 6882, 6964, 7208, 7296, 7125, 7105, 7061, 6931, 6887, 6716, 6747, 7012, 7102, 7101, 6814, 6933, 6944, 7158, 7263, 7017, 6790, 7103, 6974, 7061, 7132, 7087, 6914, 6693, 6738, 6915, 6867, 6899, 6964, 6986, 6902, 6933, 7019, 6919, 7813, 6830, 6841, 6681, 6926, 6631, 6818, 6932, 6756, 6709, 6927, 6786, 6910, 7154, 7012, 6892, 6938, 6986, 6837, 7679, 7110, 6728, 6718, 6958, 6983, 7067, 6944, 7014, 6938, 7071, 6832, 7134, 6883, 6900, 7001, 6866, 6782, 6911, 6819, 6877, 6674, 6868, 7015, 7070, 6873, 7111, 6732, 6890, 6835, 6771, 6784, 6898, 6832, 6996, 6479, 6902, 6725, 6835, 6754, 7135, 6830, 7017, 6670, 6907, 6646, 6688, 6872, 6705, 6594, 6512, 6863, 6774, 6891, 6954, 6836, 7149, 6952, 7064, 7154, 7104, 6957, 6965, 6973, 6834, 7096, 6584, 6952, 6691, 6922, 6755, 6893, 7145, 7182, 6811, 6933, 6815, 7016, 6998, 6931, 7023, 6630, 7245, 6668, 7064, 7084, 7043, 6941, 6784, 6922, 7106, 6799, 6774, 6955, 6821, 6842, 6928, 6736, 7221, 7076, 7058, 7142, 6884, 6853, 6982, 6945, 7091, 7067, 6854, 7108, 7040, 6735, 6831, 7007, 7002, 6936, 7045, 6750, 6985, 7012, 7243, 6835, 6906, 7140, 7116, 7025, 7214, 6994, 6893, 6852, 6889, 6962, 6865, 6811, 7119, 7061, 7231, 6828, 6775, 7200, 6912, 6825, 6878, 6834, 6894, 6576, 6717, 6915, 7307, 6855, 6793, 7205, 7236, 6898, 6692, 6794, 7288, 7067, 6794, 6980, 6934, 7015, 6711, 7083, 6790, 7095, 6797, 6927, 6896, 6947, 6994, 6998, 6860, 6846, 6976, 6991, 7001, 6836, 6766, 6699, 6796, 6738, 6979, 6820, 7078, 6779, 7025, 7146, 7130, 6744, 6852, 7044, 7006, 7052, 7047, 7033, 7019, 7066, 7103, 7163, 7431, 7155, 7011, 6927, 6908, 6875, 7023, 6805, 6969, 6773, 7020, 6892, 6880, 6885, 7023, 6866, 6940, 6912, 6804, 7213, 6992, 6423, 6979, 7074, 6854, 6789, 7013, 6836, 6950, 6996, 7139, 6642, 7199, 7082, 7097, 7004, 6978, 6840, 6770, 6970, 6901, 6885, 7111, 6943, 6933, 6998, 6568, 7079, 7094, 6948, 6923, 7229, 6899, 7095, 7116, 6899, 7087, 6756, 7159, 6965, 6764, 6859, 6978, 6852, 6684, 7114, 6998, 7222, 6909, 6799, 7013, 7169, 7020, 7191, 6964, 7020, 6858, 6917, 6824, 6882, 7055, 6740, 6792, 6990, 6680, 6826, 6835, 6950, 6844, 7166, 7007, 6794, 6973, 6928, 6973, 6721, 6709, 7107, 6832, 6971, 6829, 6887, 6876, 6821, 7010, 6893, 7130, 6951, 7084, 6899, 6886, 6881, 6958, 6842, 6728, 6906, 7088, 6976, 7225, 7093, 6955, 7023, 7051, 6850, 6876, 6950, 6982, 6949, 6996, 7087, 7165, 6896, 6853, 7169, 6924, 6759, 6808, 6867, 6864, 6902, 6871, 7026, 7038, 6845, 6971, 6812, 6932, 6942, 6688, 7012, 6788, 6699, 6862, 7067, 7073, 7036, 6904, 7124, 6734, 7026, 7179, 6827, 7111, 6703, 7113, 7045, 6918, 7037, 6905, 7005, 6648, 6712, 6997, 6937, 6946, 6593, 6720, 6832, 6915, 7021, 6502, 7126, 7119, 6768, 6867, 7044, 6980, 7215, 6835, 6891, 6856, 7038, 6859, 7008, 6956, 6929, 6892, 7065, 7134, 6996, 6997, 7122, 7040, 7003, 6876, 6883, 6917, 6823, 6886, 6857, 6885, 7056, 6847, 6717, 6796, 6967, 7099, 6902, 6863, 7137, 6984, 6814, 6801, 6857, 6953, 6857, 7049, 7009, 6990, 6982, 6739, 6773, 6984, 6707, 6970, 6823, 7074, 7161, 6941, 6921, 6965, 6737, 6874, 7038, 6903, 6888, 7061, 7011, 7002, 6956, 6769, 6771, 6829, 6728, 6669, 6846, 6676, 7071, 7033, 6964, 6734, 7068, 6929, 7160, 6792, 6987, 6636, 6897, 7050, 6932, 6783, 6964, 6972, 6883, 6893, 7074, 7063], 'WindowCenter': [4126.0, 4120.0, 4106.0, 4092.0, 4079.0, 4088.0, 4078.0, 4066.0, 4065.0, 4065.0, 4063.0, 4075.0, 4078.0, 4076.0, 4075.0, 4076.0, 4077.0, 4092.0, 4090.0, 4090.0, 4090.0, 4087.0, 4091.0, 4101.0, 4091.0, 4102.0, 4089.0, 4090.0, 4103.0, 4078.0, 4100.0, 4101.0, 4093.0, 4091.0, 4089.0, 4090.0, 4089.0, 4092.0, 4092.0, 4104.0, 4089.0, 4076.0, 4085.0, 4076.0, 4076.0, 4075.0, 4074.0, 4072.0, 4073.0, 4061.0, 4061.0, 4070.0, 4071.0, 4071.0, 4074.0, 4071.0, 4071.0, 4059.0, 4061.0, 4064.0, 4074.0, 4064.0, 4073.0, 4062.0, 4062.0, 4062.0, 4073.0, 4073.0, 4062.0, 4073.0, 4073.0, 4062.0, 4073.0, 4062.0, 4086.0, 4075.0, 4074.0, 4073.0, 4073.0, 4075.0, 4076.0, 4077.0, 4084.0, 4075.0, 4076.0, 4076.0, 4077.0, 4075.0, 4075.0, 4075.0, 4074.0, 4074.0, 4074.0, 4074.0, 4075.0, 4086.0, 4099.0, 4088.0, 4085.0, 4078.0, 4089.0, 4086.0, 4087.0, 4088.0, 4084.0, 4074.0, 4073.0, 4085.0, 4071.0, 4073.0, 4072.0, 4081.0, 4082.0, 4083.0, 4071.0, 4071.0, 4071.0, 4072.0, 4083.0, 4072.0, 4069.0, 4071.0, 4071.0, 4086.0, 4097.0, 4084.0, 4086.0, 4086.0, 4083.0, 4087.0, 4086.0, 4084.0, 4072.0, 4083.0, 4084.0, 4085.0, 4084.0, 4085.0, 4083.0, 4085.0, 4083.0, 4083.0, 4081.0, 4071.0, 4072.0, 4071.0, 4071.0, 4069.0, 4061.0, 4061.0, 4060.0, 4058.0, 4057.0, 4058.0, 4057.0, 4069.0, 4057.0, 4067.0, 4070.0, 4072.0, 4071.0, 4062.0, 4073.0, 4063.0, 4072.0, 4070.0, 4072.0, 4085.0, 4086.0, 4061.0, 4071.0, 4073.0, 4072.0, 4084.0, 4084.0, 4084.0, 4082.0, 4072.0, 4072.0, 4071.0, 4071.0, 4072.0, 4073.0, 4062.0, 4062.0, 4073.0, 4063.0, 4070.0, 4061.0, 4071.0, 4086.0, 4086.0, 4073.0, 4073.0, 4070.0, 4070.0, 4059.0, 4061.0, 4063.0, 4071.0, 4060.0, 4059.0, 4074.0, 4076.0, 4059.0, 4070.0, 4070.0, 4070.0, 4072.0, 4073.0, 4071.0, 4073.0, 4073.0, 4061.0, 4071.0, 4061.0, 4072.0, 4087.0, 4085.0, 4074.0, 4072.0, 4071.0, 4070.0, 4072.0, 4072.0, 4073.0, 4072.0, 4070.0, 4071.0, 4071.0, 4073.0, 4070.0, 4072.0, 4072.0, 4070.0, 4061.0, 4073.0, 4072.0, 4062.0, 4060.0, 4061.0, 4061.0, 4060.0, 4060.0, 4060.0, 4060.0, 4070.0, 4071.0, 4066.0, 4060.0, 4058.0, 4071.0, 4067.0, 4067.0, 4068.0, 4069.0, 4069.0, 4073.0, 4073.0, 4082.0, 4082.0, 4073.0, 4082.0, 4072.0, 4071.0, 4074.0, 4072.0, 4061.0, 4072.0, 4061.0, 4056.0, 4072.0, 4071.0, 4056.0, 4072.0, 4070.0, 4071.0, 4070.0, 4067.0, 4072.0, 4086.0, 4074.0, 4072.0, 4073.0, 4072.0, 4072.0, 4073.0, 4070.0, 4072.0, 4072.0, 4071.0, 4071.0, 4072.0, 4073.0, 4070.0, 4060.0, 4061.0, 4070.0, 4073.0, 4071.0, 4060.0, 4071.0, 4059.0, 4058.0, 4059.0, 4058.0, 4059.0, 4059.0, 4058.0, 4054.0, 4059.0, 4060.0, 4072.0, 4062.0, 4063.0, 4071.0, 4074.0, 4085.0, 4089.0, 4089.0, 4091.0, 4099.0, 4078.0, 4088.0, 4087.0, 4087.0, 4086.0, 4086.0, 4075.0, 4073.0, 4063.0, 4070.0, 4060.0, 4060.0, 4060.0, 4071.0, 4065.0, 4060.0, 4058.0, 4059.0, 4071.0, 4070.0, 4059.0, 4071.0, 4071.0, 4072.0, 4071.0, 4061.0, 4061.0, 4071.0, 4074.0, 4075.0, 4075.0, 4074.0, 4069.0, 4069.0, 4071.0, 4058.0, 4061.0, 4070.0, 4071.0, 4070.0, 4071.0, 4059.0, 4071.0, 4072.0, 4060.0, 4071.0, 4061.0, 4070.0, 4071.0, 4071.0, 4072.0, 4069.0, 4071.0, 4071.0, 4081.0, 4060.0, 4060.0, 4060.0, 4072.0, 4071.0, 4073.0, 4074.0, 4060.0, 4071.0, 4071.0, 4072.0, 4072.0, 4070.0, 4069.0, 4072.0, 4073.0, 4072.0, 4087.0, 4101.0, 4072.0, 4072.0, 4074.0, 4082.0, 4084.0, 4070.0, 4071.0, 4072.0, 4070.0, 4058.0, 4059.0, 4071.0, 4072.0, 4071.0, 4070.0, 4059.0, 4058.0, 4059.0, 4061.0, 4059.0, 4060.0, 4058.0, 4070.0, 4070.0, 4084.0, 4085.0, 4086.0, 4085.0, 4085.0, 4075.0, 4076.0, 4084.0, 4073.0, 4085.0, 4062.0, 4072.0, 4073.0, 4072.0, 4061.0, 4070.0, 4059.0, 4058.0, 4059.0, 4070.0, 4060.0, 4061.0, 4060.0, 4056.0, 4060.0, 4058.0, 4056.0, 4058.0, 4061.0, 4060.0, 4073.0, 4072.0, 4085.0, 4084.0, 4083.0, 4085.0, 4085.0, 4073.0, 4069.0, 4072.0, 4073.0, 4076.0, 4090.0, 4062.0, 4074.0, 4073.0, 4073.0, 4060.0, 4059.0, 4059.0, 4057.0, 4048.0, 4059.0, 4060.0, 4060.0, 4059.0, 4048.0, 4056.0, 4046.0, 4045.0, 4045.0, 4043.0, 4043.0, 4045.0, 4056.0, 4046.0, 4035.0, 4046.0, 4045.0, 4045.0, 4048.0, 4055.0, 4045.0, 4054.0, 4056.0, 4045.0, 4046.0, 4047.0, 4046.0, 4046.0, 4056.0, 4058.0, 4058.0, 4047.0, 4056.0, 4056.0, 4046.0, 4046.0, 4057.0, 4060.0, 4060.0, 4060.0, 4060.0, 4073.0, 4074.0, 4083.0, 4077.0, 4087.0, 4086.0, 4086.0, 4089.0, 4099.0, 4091.0, 4089.0, 4090.0, 4101.0, 4103.0, 4088.0, 4103.0, 4102.0, 4089.0, 4098.0, 4089.0, 4088.0, 4088.0, 4086.0, 4076.0, 4074.0, 4074.0, 4075.0, 4074.0, 4075.0, 4074.0, 4073.0, 4063.0, 4075.0, 4086.0, 4084.0, 4072.0, 4068.0, 4058.0, 4069.0, 4059.0, 4058.0, 4058.0, 4069.0, 4069.0, 4059.0, 4059.0, 4058.0, 4058.0, 4057.0, 4057.0, 4057.0, 4057.0, 4058.0, 4058.0, 4058.0, 4058.0, 4071.0, 4070.0, 4060.0, 4059.0, 4060.0, 4059.0, 4073.0, 4062.0, 4071.0, 4060.0, 4071.0, 4072.0, 4071.0, 4071.0, 4071.0, 4063.0, 4074.0, 4081.0, 4085.0, 4087.0, 4084.0, 4085.0, 4102.0, 4099.0, 4087.0, 4086.0, 4096.0, 4088.0, 4087.0, 4086.0, 4085.0, 4075.0, 4086.0, 4079.0, 4075.0, 4063.0, 4073.0, 4073.0, 4075.0, 4075.0, 4061.0, 4061.0, 4062.0, 4063.0, 4059.0, 4069.0, 4070.0, 4062.0, 4071.0, 4058.0, 4048.0, 4049.0, 4060.0, 4062.0, 4060.0, 4060.0, 4060.0, 4059.0, 4060.0, 4060.0, 4060.0, 4071.0, 4071.0, 4062.0, 4060.0, 4060.0, 4060.0, 4072.0, 4071.0, 4061.0, 4073.0, 4072.0, 4061.0, 4071.0, 4071.0, 4071.0, 4072.0, 4072.0, 4073.0, 4073.0, 4073.0, 4072.0, 4072.0, 4071.0, 4072.0, 4074.0, 4062.0, 4061.0, 4073.0, 4074.0, 4075.0, 4073.0, 4086.0, 4086.0, 4087.0, 4076.0, 4074.0, 4084.0, 4075.0, 4073.0, 4074.0, 4086.0, 4075.0, 4073.0, 4063.0, 4071.0, 4072.0, 4060.0, 4060.0, 4069.0, 4059.0, 4058.0, 4060.0, 4070.0, 4073.0, 4072.0, 4069.0, 4056.0, 4067.0, 4066.0, 4067.0, 4058.0, 4059.0, 4059.0, 4061.0, 4059.0, 4058.0, 4058.0, 4059.0, 4058.0, 4058.0, 4058.0, 4058.0, 4058.0, 4057.0, 4058.0, 4057.0, 4059.0, 4058.0, 4058.0, 4047.0, 4058.0, 4069.0, 4070.0, 4071.0, 4070.0, 4070.0, 4071.0, 4073.0, 4073.0, 4061.0, 4071.0, 4071.0, 4070.0, 4071.0, 4072.0, 4071.0, 4084.0, 4071.0, 4084.0, 4090.0, 4076.0, 4072.0, 4074.0, 4072.0, 4085.0, 4074.0, 4074.0, 4084.0, 4062.0, 4072.0, 4061.0, 4070.0, 4071.0, 4074.0, 4073.0, 4060.0, 4060.0, 4073.0, 4074.0, 4071.0, 4072.0, 4072.0, 4087.0, 4072.0, 4073.0, 4090.0, 4078.0, 4086.0, 4073.0, 4075.0, 4076.0, 4085.0, 4074.0, 4073.0, 4075.0, 4075.0, 4075.0, 4074.0, 4074.0, 4061.0, 4061.0, 4060.0, 4049.0, 4060.0, 4058.0, 4049.0, 4059.0, 4059.0, 4059.0, 4059.0, 4058.0, 4070.0, 4069.0, 4059.0, 4070.0, 4072.0, 4070.0, 4067.0, 4070.0, 4083.0, 4072.0, 4069.0, 4084.0, 4087.0, 4086.0, 4074.0, 4084.0, 4084.0, 4084.0, 4073.0, 4073.0, 4073.0, 4061.0, 4073.0, 4074.0, 4077.0, 4074.0, 4072.0, 4072.0, 4071.0, 4085.0, 4086.0, 4074.0, 4074.0, 4072.0, 4071.0, 4061.0, 4061.0, 4062.0, 4070.0, 4075.0, 4077.0, 4104.0, 4089.0, 4083.0, 4078.0, 4073.0, 4071.0, 4071.0, 4070.0, 4061.0, 4071.0, 4072.0, 4072.0, 4071.0, 4071.0, 4061.0, 4060.0, 4073.0, 4074.0, 4085.0, 4074.0, 4072.0, 4073.0, 4072.0, 4074.0, 4074.0, 4075.0, 4074.0, 4073.0, 4073.0, 4073.0, 4073.0, 4074.0, 4074.0, 4073.0, 4072.0, 4071.0, 4061.0, 4059.0, 4059.0, 4060.0, 4060.0, 4062.0, 4059.0, 4074.0, 4071.0, 4072.0, 4074.0, 4074.0, 4088.0, 4088.0], 'WindowWidth': [9212.0, 9188.0, 9159.0, 9132.0, 9107.0, 9115.0, 9101.0, 9080.0, 9079.0, 9076.0, 9071.0, 9089.0, 9098.0, 9093.0, 9094.0, 9096.0, 9099.0, 9129.0, 9122.0, 9120.0, 9122.0, 9112.0, 9125.0, 9138.0, 9124.0, 9138.0, 9117.0, 9123.0, 9142.0, 9101.0, 9137.0, 9138.0, 9126.0, 9124.0, 9119.0, 9122.0, 9118.0, 9127.0, 9125.0, 9144.0, 9116.0, 9095.0, 9106.0, 9093.0, 9093.0, 9091.0, 9088.0, 9083.0, 9083.0, 9065.0, 9066.0, 9077.0, 9080.0, 9080.0, 9087.0, 9079.0, 9078.0, 9061.0, 9065.0, 9075.0, 9087.0, 9072.0, 9084.0, 9069.0, 9068.0, 9070.0, 9087.0, 9084.0, 9068.0, 9085.0, 9085.0, 9070.0, 9085.0, 9071.0, 9110.0, 9091.0, 9089.0, 9089.0, 9087.0, 9093.0, 9096.0, 9097.0, 9104.0, 9091.0, 9094.0, 9095.0, 9097.0, 9092.0, 9091.0, 9092.0, 9089.0, 9088.0, 9088.0, 9091.0, 9094.0, 9111.0, 9132.0, 9117.0, 9109.0, 9099.0, 9118.0, 9114.0, 9116.0, 9115.0, 9106.0, 9094.0, 9092.0, 9109.0, 9087.0, 9090.0, 9087.0, 9098.0, 9101.0, 9102.0, 9085.0, 9084.0, 9084.0, 9085.0, 9102.0, 9084.0, 9077.0, 9082.0, 9080.0, 9111.0, 9130.0, 9107.0, 9111.0, 9113.0, 9102.0, 9113.0, 9108.0, 9106.0, 9089.0, 9104.0, 9107.0, 9108.0, 9106.0, 9110.0, 9106.0, 9109.0, 9104.0, 9101.0, 9097.0, 9083.0, 9083.0, 9081.0, 9082.0, 9077.0, 9067.0, 9066.0, 9065.0, 9059.0, 9056.0, 9059.0, 9059.0, 9075.0, 9057.0, 9073.0, 9078.0, 9082.0, 9082.0, 9069.0, 9085.0, 9073.0, 9085.0, 9081.0, 9085.0, 9106.0, 9108.0, 9070.0, 9082.0, 9086.0, 9085.0, 9106.0, 9109.0, 9106.0, 9101.0, 9085.0, 9084.0, 9083.0, 9081.0, 9084.0, 9087.0, 9072.0, 9070.0, 9086.0, 9072.0, 9077.0, 9069.0, 9085.0, 9111.0, 9112.0, 9090.0, 9088.0, 9079.0, 9080.0, 9064.0, 9067.0, 9073.0, 9079.0, 9065.0, 9063.0, 9090.0, 9090.0, 9062.0, 9080.0, 9079.0, 9080.0, 9082.0, 9085.0, 9080.0, 9087.0, 9087.0, 9066.0, 9080.0, 9069.0, 9083.0, 9114.0, 9107.0, 9092.0, 9086.0, 9084.0, 9081.0, 9085.0, 9084.0, 9088.0, 9086.0, 9082.0, 9084.0, 9085.0, 9089.0, 9083.0, 9086.0, 9086.0, 9080.0, 9070.0, 9086.0, 9083.0, 9070.0, 9066.0, 9068.0, 9070.0, 9066.0, 9065.0, 9065.0, 9066.0, 9077.0, 9082.0, 9071.0, 9068.0, 9065.0, 9085.0, 9076.0, 9077.0, 9077.0, 9080.0, 9080.0, 9089.0, 9090.0, 9104.0, 9103.0, 9089.0, 9099.0, 9086.0, 9084.0, 9091.0, 9086.0, 9071.0, 9085.0, 9069.0, 9059.0, 9087.0, 9083.0, 9058.0, 9086.0, 9083.0, 9085.0, 9083.0, 9075.0, 9086.0, 9113.0, 9092.0, 9085.0, 9088.0, 9084.0, 9085.0, 9087.0, 9082.0, 9087.0, 9089.0, 9085.0, 9084.0, 9085.0, 9088.0, 9082.0, 9067.0, 9070.0, 9081.0, 9085.0, 9082.0, 9066.0, 9081.0, 9063.0, 9060.0, 9062.0, 9060.0, 9063.0, 9063.0, 9060.0, 9051.0, 9062.0, 9066.0, 9086.0, 9071.0, 9074.0, 9086.0, 9095.0, 9111.0, 9119.0, 9116.0, 9123.0, 9130.0, 9102.0, 9118.0, 9116.0, 9115.0, 9113.0, 9112.0, 9095.0, 9087.0, 9070.0, 9079.0, 9063.0, 9063.0, 9064.0, 9082.0, 9076.0, 9064.0, 9058.0, 9064.0, 9081.0, 9079.0, 9065.0, 9081.0, 9080.0, 9084.0, 9083.0, 9068.0, 9068.0, 9083.0, 9090.0, 9092.0, 9095.0, 9092.0, 9078.0, 9078.0, 9081.0, 9062.0, 9069.0, 9080.0, 9081.0, 9079.0, 9080.0, 9063.0, 9082.0, 9085.0, 9067.0, 9085.0, 9069.0, 9078.0, 9081.0, 9083.0, 9084.0, 9078.0, 9083.0, 9082.0, 9096.0, 9066.0, 9068.0, 9068.0, 9084.0, 9084.0, 9089.0, 9092.0, 9068.0, 9084.0, 9082.0, 9085.0, 9085.0, 9082.0, 9083.0, 9084.0, 9089.0, 9088.0, 9115.0, 9134.0, 9088.0, 9090.0, 9093.0, 9102.0, 9107.0, 9083.0, 9084.0, 9086.0, 9081.0, 9061.0, 9064.0, 9082.0, 9085.0, 9081.0, 9079.0, 9064.0, 9062.0, 9064.0, 9069.0, 9066.0, 9065.0, 9063.0, 9081.0, 9082.0, 9110.0, 9113.0, 9113.0, 9111.0, 9111.0, 9098.0, 9099.0, 9106.0, 9092.0, 9108.0, 9073.0, 9086.0, 9091.0, 9086.0, 9070.0, 9080.0, 9064.0, 9062.0, 9064.0, 9080.0, 9065.0, 9069.0, 9065.0, 9057.0, 9066.0, 9063.0, 9058.0, 9061.0, 9067.0, 9066.0, 9088.0, 9085.0, 9109.0, 9108.0, 9105.0, 9110.0, 9109.0, 9090.0, 9081.0, 9087.0, 9089.0, 9098.0, 9122.0, 9072.0, 9092.0, 9087.0, 9087.0, 9062.0, 9062.0, 9065.0, 9057.0, 9044.0, 9060.0, 9063.0, 9065.0, 9061.0, 9044.0, 9053.0, 9038.0, 9035.0, 9033.0, 9028.0, 9026.0, 9034.0, 9052.0, 9034.0, 9019.0, 9034.0, 9032.0, 9035.0, 9040.0, 9050.0, 9039.0, 9049.0, 9052.0, 9035.0, 9035.0, 9038.0, 9037.0, 9036.0, 9051.0, 9057.0, 9056.0, 9042.0, 9052.0, 9052.0, 9041.0, 9040.0, 9055.0, 9062.0, 9065.0, 9065.0, 9063.0, 9088.0, 9090.0, 9103.0, 9101.0, 9113.0, 9113.0, 9114.0, 9120.0, 9134.0, 9125.0, 9122.0, 9123.0, 9143.0, 9146.0, 9120.0, 9146.0, 9142.0, 9120.0, 9130.0, 9121.0, 9116.0, 9115.0, 9110.0, 9096.0, 9091.0, 9089.0, 9091.0, 9087.0, 9092.0, 9090.0, 9085.0, 9072.0, 9093.0, 9112.0, 9105.0, 9084.0, 9076.0, 9062.0, 9076.0, 9063.0, 9062.0, 9061.0, 9077.0, 9076.0, 9062.0, 9062.0, 9059.0, 9059.0, 9058.0, 9058.0, 9057.0, 9057.0, 9058.0, 9059.0, 9061.0, 9062.0, 9082.0, 9079.0, 9064.0, 9064.0, 9066.0, 9063.0, 9092.0, 9071.0, 9081.0, 9065.0, 9081.0, 9085.0, 9081.0, 9082.0, 9084.0, 9073.0, 9093.0, 9101.0, 9110.0, 9116.0, 9107.0, 9110.0, 9145.0, 9137.0, 9115.0, 9111.0, 9126.0, 9117.0, 9114.0, 9111.0, 9108.0, 9093.0, 9110.0, 9103.0, 9091.0, 9073.0, 9087.0, 9087.0, 9093.0, 9091.0, 9066.0, 9065.0, 9068.0, 9069.0, 9061.0, 9074.0, 9082.0, 9071.0, 9080.0, 9058.0, 9045.0, 9046.0, 9062.0, 9067.0, 9063.0, 9064.0, 9063.0, 9062.0, 9065.0, 9065.0, 9065.0, 9082.0, 9081.0, 9070.0, 9065.0, 9065.0, 9067.0, 9083.0, 9081.0, 9068.0, 9086.0, 9083.0, 9068.0, 9081.0, 9080.0, 9081.0, 9084.0, 9084.0, 9088.0, 9087.0, 9086.0, 9086.0, 9084.0, 9084.0, 9087.0, 9091.0, 9072.0, 9069.0, 9086.0, 9092.0, 9095.0, 9090.0, 9110.0, 9110.0, 9114.0, 9098.0, 9093.0, 9107.0, 9093.0, 9088.0, 9089.0, 9113.0, 9093.0, 9088.0, 9072.0, 9081.0, 9083.0, 9067.0, 9066.0, 9076.0, 9063.0, 9060.0, 9063.0, 9081.0, 9092.0, 9087.0, 9077.0, 9060.0, 9074.0, 9071.0, 9073.0, 9063.0, 9065.0, 9064.0, 9067.0, 9063.0, 9061.0, 9062.0, 9063.0, 9061.0, 9061.0, 9059.0, 9060.0, 9059.0, 9058.0, 9058.0, 9056.0, 9059.0, 9059.0, 9061.0, 9044.0, 9059.0, 9076.0, 9079.0, 9082.0, 9081.0, 9082.0, 9083.0, 9088.0, 9088.0, 9069.0, 9082.0, 9081.0, 9080.0, 9083.0, 9087.0, 9082.0, 9106.0, 9086.0, 9106.0, 9122.0, 9095.0, 9086.0, 9092.0, 9089.0, 9107.0, 9093.0, 9091.0, 9106.0, 9073.0, 9085.0, 9069.0, 9078.0, 9082.0, 9091.0, 9089.0, 9067.0, 9067.0, 9090.0, 9091.0, 9082.0, 9084.0, 9084.0, 9115.0, 9088.0, 9089.0, 9122.0, 9102.0, 9113.0, 9090.0, 9094.0, 9096.0, 9108.0, 9091.0, 9088.0, 9092.0, 9095.0, 9092.0, 9090.0, 9089.0, 9067.0, 9066.0, 9064.0, 9047.0, 9063.0, 9059.0, 9046.0, 9059.0, 9060.0, 9062.0, 9063.0, 9058.0, 9081.0, 9074.0, 9062.0, 9079.0, 9084.0, 9081.0, 9075.0, 9083.0, 9104.0, 9088.0, 9081.0, 9110.0, 9113.0, 9111.0, 9093.0, 9106.0, 9107.0, 9105.0, 9089.0, 9086.0, 9086.0, 9070.0, 9090.0, 9089.0, 9096.0, 9088.0, 9087.0, 9086.0, 9085.0, 9108.0, 9113.0, 9091.0, 9092.0, 9084.0, 9080.0, 9068.0, 9070.0, 9070.0, 9083.0, 9093.0, 9096.0, 9151.0, 9122.0, 9106.0, 9101.0, 9090.0, 9083.0, 9082.0, 9081.0, 9069.0, 9083.0, 9084.0, 9085.0, 9082.0, 9082.0, 9068.0, 9066.0, 9088.0, 9094.0, 9108.0, 9089.0, 9085.0, 9088.0, 9086.0, 9089.0, 9094.0, 9095.0, 9089.0, 9087.0, 9088.0, 9088.0, 9088.0, 9091.0, 9091.0, 9088.0, 9085.0, 9083.0, 9068.0, 9062.0, 9060.0, 9065.0, 9065.0, 9068.0, 9060.0, 9090.0, 9081.0, 9083.0, 9088.0, 9088.0, 9114.0, 9113.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.0006168771526980483</td></tr>
<tr><td colspan=3>aqi</td><td>0.02384072858783008</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.54683281483911</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1272011731034481</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9801055024942517</td></tr>
<tr><td colspan=3>efc</td><td>0.4577</td></tr>
<tr><td colspan=3>fber</td><td>6604.0332</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11071929714131873</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.332950631458095</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5313475919027053</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.538895121286205</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.789695842579377</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2654518118425333</td></tr>
<tr><td colspan=3>gcor</td><td>0.011228</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01729440875351429</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03146153315901756</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.872910154365901</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>24.156</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3407</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.4685</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306157.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>850.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.8726</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.168</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.1691</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3336.1679</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3514.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70387.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.3216</td></tr>
<tr><td colspan=3>tsnr</td><td>37.66433598846197</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>