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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-01/func/sub-0002_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7dc982810aa6dd62b80bd400c585cf6f</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>10:14:8.977500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995306, -0.0321507, 0.0912771, 0.00990197, 0.972084, 0.234426]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0712836</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7784, -7285, 498, -89, -320, 40, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.707</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9aa9bfd5-b2a7-484d-9b91-3004bcd5c85a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6703343391418457, 0.0265662744641304, 0.2599179148674011, 109.67444610595703], [0.08625806123018265, 2.6080291271209717, 0.6275385618209839, -108.73139190673828], [0.24488967657089233, -0.6289473176002502, 2.613166332244873, -43.26124572753906], [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': ['101408.977500', '101409.437500', '101409.897500', '101410.357500', '101410.817500', '101411.277500', '101411.737500', '101412.197500', '101412.657500', '101413.117500', '101413.577500', '101414.037500', '101414.497500', '101414.957500', '101415.417500', '101415.877500', '101416.337500', '101416.797500', '101417.257500', '101417.717500', '101418.177500', '101418.637500', '101419.097500', '101419.557500', '101420.017500', '101420.477500', '101420.937500', '101421.397500', '101421.857500', '101422.317500', '101422.777500', '101423.237500', '101423.697500', '101424.157500', '101424.617500', '101425.077500', '101425.537500', '101425.997500', '101426.457500', '101426.917500', '101427.377500', '101427.837500', '101428.297500', '101428.757500', '101429.217500', '101429.677500', '101430.137500', '101430.597500', '101431.057500', '101431.517500', '101431.977500', '101432.437500', '101432.897500', '101433.357500', '101433.817500', '101434.277500', '101434.737500', '101435.197500', '101435.657500', '101436.117500', '101436.577500', '101437.037500', '101437.497500', '101437.957500', '101438.417500', '101438.877500', '101439.337500', '101439.797500', '101440.257500', '101440.717500', '101441.177500', '101441.637500', '101442.097500', '101442.557500', '101443.017500', '101443.477500', '101443.937500', '101444.397500', '101444.857500', '101445.317500', '101445.777500', '101446.237500', '101446.697500', '101447.157500', '101447.617500', '101448.077500', '101448.537500', '101448.997500', '101449.457500', '101449.917500', '101450.377500', '101450.837500', '101451.297500', '101451.757500', '101452.217500', '101452.677500', '101453.137500', '101453.597500', '101454.057500', '101454.517500', '101454.977500', '101455.437500', '101455.897500', '101456.357500', '101456.817500', '101457.277500', '101457.737500', '101458.197500', '101458.657500', '101459.117500', '101459.577500', '101500.037500', '101500.497500', '101500.957500', '101501.417500', '101501.877500', '101502.337500', '101502.797500', '101503.257500', '101503.717500', '101504.177500', '101504.637500', '101505.097500', '101505.557500', '101506.017500', '101506.477500', '101506.937500', '101507.397500', '101507.857500', '101508.317500', '101508.777500', '101509.237500', '101509.697500', '101510.157500', '101510.617500', '101511.077500', '101511.537500', '101511.997500', '101512.457500', '101512.917500', '101513.377500', '101513.837500', '101514.297500', '101514.757500', '101515.217500', '101515.677500', '101516.137500', '101516.597500', '101517.057500', '101517.517500', '101517.977500', '101518.437500', '101518.897500', '101519.357500', '101519.817500', '101520.277500', '101520.737500', '101521.197500', '101521.657500', '101522.117500', '101522.577500', '101523.037500', '101523.497500', '101523.957500', '101524.417500', '101524.877500', '101525.337500', '101525.797500', '101526.257500', '101526.717500', '101527.177500', '101527.637500', '101528.097500', '101528.557500', '101529.017500', '101529.477500', '101529.937500', '101530.397500', '101530.857500', '101531.317500', '101531.777500', '101532.237500', '101532.697500', '101533.157500', '101533.617500', '101534.077500', '101534.537500', '101534.997500', '101535.457500', '101535.917500', '101536.377500', '101536.837500', '101537.297500', '101537.757500', '101538.217500', '101538.677500', '101539.137500', '101539.597500', '101540.057500', '101540.517500', '101540.977500', '101541.437500', '101541.897500', '101542.357500', '101542.817500', '101543.277500', '101543.737500', '101544.197500', '101544.657500', '101545.117500', '101545.577500', '101546.037500', '101546.497500', '101546.957500', '101547.417500', '101547.877500', '101548.337500', '101548.797500', '101549.257500', '101549.717500', '101550.177500', '101550.637500', '101551.097500', '101551.557500', '101552.017500', '101552.477500', '101552.937500', '101553.397500', '101553.857500', '101554.317500', '101554.777500', '101555.237500', '101555.697500', '101556.157500', '101556.617500', '101557.077500', '101557.537500', '101557.997500', '101558.457500', '101558.917500', '101559.377500', '101559.837500', '101600.297500', '101600.757500', '101601.217500', '101601.677500', '101602.137500', '101602.597500', '101603.057500', '101603.517500', '101603.977500', '101604.437500', '101604.897500', '101605.357500', '101605.817500', '101606.277500', '101606.737500', '101607.197500', '101607.657500', '101608.117500', '101608.577500', '101609.037500', '101609.497500', '101609.957500', '101610.417500', '101610.877500', '101611.337500', '101611.797500', '101612.257500', '101612.717500', '101613.177500', '101613.637500', '101614.097500', '101614.557500', '101615.017500', '101615.477500', '101615.937500', '101616.397500', '101616.857500', '101617.317500', '101617.777500', '101618.237500', '101618.697500', '101619.157500', '101619.617500', '101620.077500', '101620.537500', '101620.997500', '101621.457500', '101621.917500', '101622.377500', '101622.837500', '101623.297500', '101623.757500', '101624.217500', '101624.677500', '101625.137500', '101625.597500', '101626.057500', '101626.517500', '101626.977500', '101627.437500', '101627.897500', '101628.357500', '101628.817500', '101629.277500', '101629.737500', '101630.197500', '101630.657500', '101631.117500', '101631.577500', '101632.037500', '101632.497500', '101632.957500', '101633.417500', '101633.877500', '101634.337500', '101634.797500', '101635.257500', '101635.717500', '101636.177500', '101636.637500', '101637.097500', '101637.557500', '101638.017500', '101638.477500', '101638.937500', '101639.397500', '101639.857500', '101640.317500', '101640.777500', '101641.237500', '101641.697500', '101642.157500', '101642.617500', '101643.077500', '101643.537500', '101643.997500', '101644.457500', '101644.917500', '101645.377500', '101645.837500', '101646.297500', '101646.757500', '101647.217500', '101647.677500', '101648.137500', '101648.597500', '101649.057500', '101649.517500', '101649.977500', '101650.437500', '101650.897500', '101651.357500', '101651.817500', '101652.277500', '101652.737500', '101653.197500', '101653.657500', '101654.117500', '101654.577500', '101655.037500', '101655.497500', '101655.957500', '101656.417500', '101656.877500', '101657.337500', '101657.797500', '101658.257500', '101658.717500', '101659.177500', '101659.637500', '101700.097500', '101700.557500', '101701.017500', '101701.477500', '101701.937500', '101702.397500', '101702.857500', '101703.317500', '101703.777500', '101704.237500', '101704.697500', '101705.157500', '101705.617500', '101706.077500', '101706.537500', '101706.997500', '101707.457500', '101707.917500', '101708.377500', '101708.837500', '101709.297500', '101709.757500', '101710.217500', '101710.677500', '101711.137500', '101711.597500', '101712.057500', '101712.517500', '101712.977500', '101713.437500', '101713.897500', '101714.357500', '101714.817500', '101715.277500', '101715.737500', '101716.197500', '101716.657500', '101717.117500', '101717.577500', '101718.037500', '101718.497500', '101718.957500', '101719.417500', '101719.877500', '101720.337500', '101720.797500', '101721.257500', '101721.717500', '101722.177500', '101722.637500', '101723.097500', '101723.557500', '101724.017500', '101724.477500', '101724.937500', '101725.397500', '101725.857500', '101726.317500', '101726.777500', '101727.237500', '101727.697500', '101728.157500', '101728.617500', '101729.077500', '101729.537500', '101729.997500', '101730.457500', '101730.917500', '101731.377500', '101731.837500', '101732.297500', '101732.757500', '101733.217500', '101733.677500', '101734.137500', '101734.597500', '101735.057500', '101735.517500', '101735.977500', '101736.437500', '101736.897500', '101737.357500', '101737.817500', '101738.277500', '101738.737500', '101739.197500', '101739.657500', '101740.117500', '101740.577500', '101741.037500', '101741.497500', '101741.957500', '101742.417500', '101742.877500', '101743.337500', '101743.797500', '101744.257500', '101744.717500', '101745.177500', '101745.637500', '101746.097500', '101746.557500', '101747.017500', '101747.477500', '101747.937500', '101748.397500', '101748.857500', '101749.317500', '101749.777500', '101750.237500', '101750.697500', '101751.157500', '101751.617500', '101752.077500', '101752.537500', '101752.997500', '101753.457500', '101753.917500', '101754.377500', '101754.837500', '101755.297500', '101755.757500', '101756.217500', '101756.677500', '101757.137500', '101757.597500', '101758.057500', '101758.517500', '101758.977500', '101759.437500', '101759.897500', '101800.357500', '101800.817500', '101801.277500', '101801.737500', '101802.197500', '101802.657500', '101803.117500', '101803.577500', '101804.037500', '101804.497500', '101804.957500', '101805.417500', '101805.877500', '101806.337500', '101806.797500', '101807.257500', '101807.717500', '101808.177500', '101808.637500', '101809.097500', '101809.557500', '101810.017500', '101810.477500', '101810.937500', '101811.397500', '101811.857500', '101812.317500', '101812.777500', '101813.237500', '101813.697500', '101814.157500', '101814.617500', '101815.077500', '101815.537500', '101815.997500', '101816.457500', '101816.917500', '101817.377500', '101817.837500', '101818.297500', '101818.757500', '101819.217500', '101819.677500', '101820.137500', '101820.597500', '101821.057500', '101821.517500', '101821.977500', '101822.437500', '101822.897500', '101823.357500', '101823.817500', '101824.277500', '101824.737500', '101825.197500', '101825.657500', '101826.117500', '101826.577500', '101827.037500', '101827.497500', '101827.957500', '101828.417500', '101828.877500', '101829.337500', '101829.797500', '101830.257500', '101830.717500', '101831.177500', '101831.637500', '101832.097500', '101832.557500', '101833.017500', '101833.477500', '101833.937500', '101834.397500', '101834.857500', '101835.317500', '101835.777500', '101836.237500', '101836.697500', '101837.157500', '101837.617500', '101838.077500', '101838.537500', '101838.997500', '101839.457500', '101839.917500', '101840.377500', '101840.837500', '101841.297500', '101841.757500', '101842.217500', '101842.677500', '101843.137500', '101843.597500', '101844.057500', '101844.517500', '101844.977500', '101845.437500', '101845.897500', '101846.357500', '101846.817500', '101847.277500', '101847.737500', '101848.197500', '101848.657500', '101849.117500', '101849.577500', '101850.037500', '101850.497500', '101850.957500', '101851.417500', '101851.877500', '101852.337500', '101852.797500', '101853.257500', '101853.717500', '101854.177500', '101854.637500', '101855.097500', '101855.557500', '101856.017500', '101856.477500', '101856.937500', '101857.397500', '101857.857500', '101858.317500', '101858.777500', '101859.237500', '101859.697500', '101900.157500', '101900.617500', '101901.077500', '101901.537500', '101901.997500', '101902.457500', '101902.917500', '101903.377500', '101903.837500', '101904.297500', '101904.757500', '101905.217500', '101905.677500', '101906.137500', '101906.597500', '101907.057500', '101907.517500', '101907.977500', '101908.437500', '101908.897500', '101909.357500', '101909.817500', '101910.277500', '101910.737500', '101911.197500', '101911.657500', '101912.117500', '101912.577500', '101913.037500', '101913.497500', '101913.957500', '101914.417500', '101914.877500', '101915.337500', '101915.797500', '101916.257500', '101916.717500', '101917.177500', '101917.637500', '101918.097500', '101918.557500', '101919.017500', '101919.477500', '101919.937500', '101920.397500', '101920.857500', '101921.317500', '101921.777500', '101922.237500', '101922.697500', '101923.157500', '101923.617500', '101924.077500', '101924.537500', '101924.997500', '101925.457500', '101925.917500', '101926.377500', '101926.837500', '101927.297500', '101927.757500', '101928.217500', '101928.677500', '101929.137500', '101929.597500', '101930.057500', '101930.517500', '101930.977500', '101931.437500', '101931.897500', '101932.357500', '101932.817500', '101933.277500', '101933.737500', '101934.197500', '101934.657500', '101935.117500', '101935.577500', '101936.037500', '101936.497500', '101936.957500', '101937.417500', '101937.877500', '101938.337500', '101938.797500', '101939.257500', '101939.717500', '101940.177500', '101940.637500', '101941.097500', '101941.557500', '101942.017500', '101942.477500', '101942.937500', '101943.397500', '101943.857500', '101944.317500', '101944.777500', '101945.237500', '101945.697500', '101946.157500', '101946.617500', '101947.077500', '101947.537500', '101947.997500', '101948.457500', '101948.917500', '101949.377500', '101949.837500', '101950.297500', '101950.757500', '101951.217500', '101951.677500', '101952.137500', '101952.597500', '101953.057500', '101953.517500', '101953.977500', '101954.437500', '101954.897500', '101955.357500', '101955.817500', '101956.277500', '101956.737500', '101957.197500', '101957.657500', '101958.117500', '101958.577500', '101959.037500', '101959.497500', '101959.957500', '102000.417500', '102000.877500', '102001.337500', '102001.797500', '102002.257500', '102002.717500', '102003.177500', '102003.637500', '102004.097500', '102004.557500', '102005.017500', '102005.477500', '102005.937500', '102006.397500', '102006.857500', '102007.317500', '102007.777500', '102008.237500', '102008.697500', '102009.157500', '102009.617500', '102010.077500', '102010.537500', '102010.997500', '102011.457500', '102011.917500', '102012.377500', '102012.837500', '102013.297500', '102013.757500', '102014.217500', '102014.677500', '102015.137500', '102015.597500', '102016.057500', '102016.517500', '102016.977500', '102017.437500', '102017.897500', '102018.357500', '102018.817500', '102019.277500', '102019.737500', '102020.197500', '102020.657500', '102021.117500', '102021.577500', '102022.037500', '102022.497500', '102022.957500', '102023.417500', '102023.877500', '102024.337500', '102024.797500', '102025.257500', '102025.717500', '102026.177500', '102026.637500', '102027.097500', '102027.557500', '102028.017500', '102028.477500', '102028.937500', '102029.397500', '102029.857500', '102030.317500', '102030.777500', '102031.237500', '102031.697500', '102032.157500', '102032.617500', '102033.077500', '102033.537500', '102033.997500', '102034.457500', '102034.917500', '102035.377500', '102035.837500', '102036.297500', '102036.757500', '102037.217500', '102037.677500', '102038.137500', '102038.597500', '102039.057500', '102039.517500', '102039.977500', '102040.437500', '102040.897500', '102041.357500', '102041.817500', '102042.277500', '102042.737500', '102043.197500', '102043.657500', '102044.117500', '102044.577500', '102045.037500', '102045.497500', '102045.957500', '102046.417500', '102046.877500', '102047.337500', '102047.797500', '102048.257500', '102048.717500', '102049.177500', '102049.637500'], 'ContentTime': ['101429.351000', '101429.355000', '101429.358000', '101429.361000', '101429.364000', '101429.367000', '101429.370000', '101429.373000', '101429.376000', '101429.379000', '101429.381000', '101429.385000', '101429.388000', '101429.399000', '101429.401000', '101429.404000', '101429.407000', '101429.410000', '101429.413000', '101429.416000', '101429.418000', '101429.421000', '101429.424000', '101429.427000', '101429.430000', '101429.433000', '101429.439000', '101429.442000', '101429.445000', '101429.448000', '101429.451000', '101429.454000', '101429.457000', '101429.460000', '101429.463000', '101429.466000', '101429.469000', '101429.471000', '101429.474000', '101429.477000', '101429.480000', '101429.483000', '101449.317000', '101449.320000', '101449.329000', '101449.332000', '101449.335000', '101449.338000', '101449.341000', '101449.343000', '101449.346000', '101449.349000', '101449.352000', '101449.355000', '101449.357000', '101449.360000', '101449.363000', '101449.366000', '101449.369000', '101449.372000', '101449.375000', '101449.377000', '101449.380000', '101449.383000', '101449.386000', '101449.388000', '101449.391000', '101449.394000', '101449.397000', '101449.400000', '101449.403000', '101449.405000', '101449.408000', '101449.411000', '101449.414000', '101449.416000', '101449.419000', '101449.422000', '101449.425000', '101449.428000', '101449.431000', '101449.433000', '101449.436000', '101449.439000', '101449.442000', '101449.445000', '101509.317000', '101509.320000', '101509.323000', '101509.325000', '101509.328000', '101509.331000', '101509.334000', '101509.337000', '101509.340000', '101509.342000', '101509.345000', '101509.348000', '101509.351000', '101509.354000', '101509.357000', '101509.359000', '101509.362000', '101509.365000', '101509.368000', '101509.371000', '101509.373000', '101509.376000', '101509.379000', '101509.382000', '101509.385000', '101509.388000', '101509.390000', '101509.393000', '101509.396000', '101509.399000', '101509.402000', '101509.405000', '101509.408000', '101509.410000', '101509.413000', '101509.416000', '101509.419000', '101509.422000', '101509.424000', '101509.427000', '101509.430000', '101509.433000', '101509.436000', '101529.316000', '101529.319000', '101529.322000', '101529.324000', '101529.327000', '101529.330000', '101529.333000', '101529.336000', '101529.338000', '101529.341000', '101529.344000', '101529.347000', '101529.350000', '101529.353000', '101529.356000', '101529.358000', '101529.361000', '101529.364000', '101529.367000', '101529.369000', '101529.372000', '101529.375000', '101529.378000', '101529.381000', '101529.383000', '101529.386000', '101529.389000', '101529.392000', '101529.395000', '101529.398000', '101529.401000', '101529.403000', '101529.406000', '101529.409000', '101529.412000', '101529.415000', '101529.417000', '101529.420000', '101529.423000', '101529.426000', '101529.429000', '101529.432000', '101529.435000', '101529.437000', '101549.316000', '101549.319000', '101549.321000', '101549.324000', '101549.327000', '101549.330000', '101549.333000', '101549.336000', '101549.339000', '101549.341000', '101549.344000', '101549.347000', '101549.350000', '101549.353000', '101549.355000', '101549.358000', '101549.361000', '101549.364000', '101549.367000', '101549.371000', '101549.373000', '101549.376000', '101549.379000', '101549.382000', '101549.385000', '101549.387000', '101549.390000', '101549.393000', '101549.396000', '101549.399000', '101549.401000', '101549.404000', '101549.407000', '101549.410000', '101549.417000', '101549.420000', '101549.423000', '101549.425000', '101549.429000', '101549.433000', '101549.435000', '101549.438000', '101549.441000', '101609.317000', '101609.320000', '101609.322000', '101609.325000', '101609.328000', '101609.331000', '101609.334000', '101609.337000', '101609.339000', '101609.342000', '101609.345000', '101609.348000', '101609.351000', '101609.354000', '101609.356000', '101609.359000', '101609.362000', '101609.365000', '101609.367000', '101609.370000', '101609.373000', '101609.376000', '101609.379000', '101609.382000', '101609.398000', '101609.401000', '101609.404000', '101609.406000', '101609.409000', '101609.412000', '101609.415000', '101609.418000', '101609.421000', '101609.423000', '101609.426000', '101609.429000', '101609.432000', '101609.435000', '101609.437000', '101609.440000', '101609.443000', '101609.446000', '101609.449000', '101609.451000', '101629.317000', '101629.320000', '101629.323000', '101629.326000', '101629.328000', '101629.331000', '101629.334000', '101629.337000', '101629.340000', '101629.343000', '101629.346000', '101629.348000', '101629.351000', '101629.354000', '101629.357000', '101629.360000', '101629.363000', '101629.365000', '101629.368000', '101629.371000', '101629.374000', '101629.377000', '101629.380000', '101629.383000', '101629.385000', '101629.388000', '101629.391000', '101629.394000', '101629.397000', '101629.399000', '101629.402000', '101629.405000', '101629.408000', '101629.411000', '101629.414000', '101629.416000', '101629.419000', '101629.422000', '101629.425000', '101629.428000', '101629.430000', '101629.433000', '101629.436000', '101649.317000', '101649.320000', '101649.322000', '101649.325000', '101649.328000', '101649.331000', '101649.334000', '101649.337000', '101649.340000', '101649.343000', '101649.345000', '101649.348000', '101649.351000', '101649.354000', '101649.357000', '101649.360000', '101649.363000', '101649.366000', '101649.368000', '101649.371000', '101649.374000', '101649.377000', '101649.380000', '101649.383000', '101649.385000', '101649.388000', '101649.391000', '101649.394000', '101649.397000', '101649.400000', '101649.403000', '101649.405000', '101649.408000', '101649.411000', '101649.414000', '101649.417000', '101649.420000', '101649.422000', '101649.425000', '101649.428000', '101649.431000', '101649.434000', '101649.437000', '101649.440000', '101709.317000', '101709.320000', '101709.323000', '101709.326000', '101709.329000', '101709.331000', '101709.334000', '101709.337000', '101709.340000', '101709.343000', '101709.346000', '101709.348000', '101709.351000', '101709.354000', '101709.357000', '101709.360000', '101709.363000', '101709.365000', '101709.368000', '101709.371000', '101709.374000', '101709.377000', '101709.380000', '101709.382000', '101709.385000', '101709.388000', '101709.391000', '101709.394000', '101709.397000', '101709.399000', '101709.402000', '101709.405000', '101709.408000', '101709.411000', '101709.414000', '101709.417000', '101709.419000', '101709.422000', '101709.425000', '101709.428000', '101709.431000', '101709.434000', '101709.436000', '101729.317000', '101729.320000', '101729.323000', '101729.325000', '101729.328000', '101729.331000', '101729.334000', '101729.337000', '101729.340000', '101729.342000', '101729.346000', '101729.348000', '101729.351000', '101729.354000', '101729.357000', '101729.360000', '101729.362000', '101729.365000', '101729.368000', '101729.371000', '101729.374000', '101729.377000', '101729.380000', '101729.382000', '101729.385000', '101729.388000', '101729.391000', '101729.394000', '101729.397000', '101729.399000', '101729.402000', '101729.405000', '101729.408000', '101729.411000', '101729.414000', '101729.416000', '101729.419000', '101729.422000', '101729.425000', '101729.428000', '101729.431000', '101729.434000', '101729.437000', '101729.440000', '101749.316000', '101749.319000', '101749.322000', '101749.324000', '101749.327000', '101749.347000', '101749.350000', '101749.353000', '101749.356000', '101749.359000', '101749.362000', '101749.364000', '101749.367000', '101749.370000', '101749.373000', '101749.376000', '101749.379000', '101749.382000', '101749.384000', '101749.387000', '101749.390000', '101749.393000', '101749.396000', '101749.399000', '101749.402000', '101749.404000', '101749.407000', '101749.410000', '101749.413000', '101749.416000', '101749.419000', '101749.421000', '101749.424000', '101749.427000', '101749.430000', '101749.433000', '101749.436000', '101749.439000', '101749.441000', '101749.444000', '101749.447000', '101749.450000', '101749.453000', '101809.317000', '101809.320000', '101809.323000', '101809.326000', '101809.329000', '101809.332000', '101809.335000', '101809.338000', '101809.341000', '101809.344000', '101809.347000', '101809.350000', '101809.352000', '101809.355000', '101809.358000', '101809.361000', '101809.364000', '101809.367000', '101809.370000', '101809.373000', '101809.375000', '101809.378000', '101809.381000', '101809.384000', '101809.387000', '101809.390000', '101809.392000', '101809.395000', '101809.398000', '101809.401000', '101809.404000', '101809.406000', '101809.409000', '101809.412000', '101809.415000', '101809.418000', '101809.421000', '101809.423000', '101809.426000', '101809.429000', '101809.432000', '101809.435000', '101809.438000', '101829.317000', '101829.320000', '101829.323000', '101829.325000', '101829.328000', '101829.331000', '101829.334000', '101829.337000', '101829.340000', '101829.343000', '101829.346000', '101829.348000', '101829.351000', '101829.354000', '101829.357000', '101829.360000', '101829.363000', '101829.366000', '101829.368000', '101829.371000', '101829.374000', '101829.377000', '101829.380000', '101829.383000', '101829.386000', '101829.388000', '101829.391000', '101829.394000', '101829.397000', '101829.400000', '101829.402000', '101829.405000', '101829.408000', '101829.411000', '101829.414000', '101829.417000', '101829.420000', '101829.422000', '101829.425000', '101829.428000', '101829.431000', '101829.434000', '101829.437000', '101829.439000', '101849.317000', '101849.320000', '101849.323000', '101849.326000', '101849.328000', '101849.331000', '101849.334000', '101849.337000', '101849.340000', '101849.343000', '101849.346000', '101849.349000', '101849.351000', '101849.354000', '101849.358000', '101849.360000', '101849.364000', '101849.367000', '101849.370000', '101849.373000', '101849.376000', '101849.378000', '101849.381000', '101849.384000', '101849.387000', '101849.390000', '101849.393000', '101849.395000', '101849.398000', '101849.401000', '101849.404000', '101849.407000', '101849.410000', '101849.413000', '101849.416000', '101849.418000', '101849.421000', '101849.424000', '101849.427000', '101849.430000', '101849.433000', '101849.436000', '101849.438000', '101909.317000', '101909.320000', '101909.323000', '101909.326000', '101909.328000', '101909.331000', '101909.334000', '101909.337000', '101909.340000', '101909.343000', '101909.345000', '101909.348000', '101909.351000', '101909.354000', '101909.357000', '101909.360000', '101909.363000', '101909.366000', '101909.368000', '101909.371000', '101909.374000', '101909.377000', '101909.380000', '101909.383000', '101909.385000', '101909.388000', '101909.391000', '101909.394000', '101909.397000', '101909.400000', '101909.402000', '101909.420000', '101909.423000', '101909.426000', '101909.429000', '101909.432000', '101909.434000', '101909.437000', '101909.440000', '101909.443000', '101909.446000', '101909.449000', '101909.451000', '101909.454000', '101929.317000', '101929.320000', '101929.323000', '101929.326000', '101929.329000', '101929.332000', '101929.334000', '101929.337000', '101929.340000', '101929.343000', '101929.346000', '101929.348000', '101929.351000', '101929.354000', '101929.357000', '101929.360000', '101929.363000', '101929.366000', '101929.369000', '101929.372000', '101929.375000', '101929.378000', '101929.381000', '101929.384000', '101929.386000', '101929.389000', '101929.392000', '101929.395000', '101929.398000', '101929.401000', '101929.403000', '101929.406000', '101929.409000', '101929.412000', '101929.415000', '101929.418000', '101929.421000', '101929.423000', '101929.426000', '101929.429000', '101929.432000', '101929.435000', '101929.437000', '101949.317000', '101949.320000', '101949.323000', '101949.326000', '101949.329000', '101949.331000', '101949.334000', '101949.337000', '101949.340000', '101949.343000', '101949.346000', '101949.348000', '101949.351000', '101949.354000', '101949.357000', '101949.360000', '101949.363000', '101949.365000', '101949.368000', '101949.371000', '101949.374000', '101949.377000', '101949.380000', '101949.383000', '101949.385000', '101949.388000', '101949.391000', '101949.394000', '101949.397000', '101949.400000', '101949.403000', '101949.405000', '101949.408000', '101949.411000', '101949.414000', '101949.417000', '101949.420000', '101949.422000', '101949.426000', '101949.428000', '101949.431000', '101949.434000', '101949.437000', '101949.440000', '102009.316000', '102009.319000', '102009.322000', '102009.324000', '102009.328000', '102009.330000', '102009.333000', '102009.336000', '102009.339000', '102009.342000', '102009.344000', '102009.347000', '102009.350000', '102009.353000', '102009.356000', '102009.359000', '102009.362000', '102009.365000', '102009.367000', '102009.372000', '102009.375000', '102009.378000', '102009.381000', '102009.384000', '102009.387000', '102009.390000', '102009.393000', '102009.395000', '102009.398000', '102009.401000', '102009.404000', '102009.407000', '102009.410000', '102009.412000', '102009.415000', '102009.418000', '102009.421000', '102009.424000', '102009.427000', '102009.430000', '102009.432000', '102009.435000', '102009.438000', '102029.317000', '102029.320000', '102029.323000', '102029.326000', '102029.328000', '102029.331000', '102029.334000', '102029.337000', '102029.340000', '102029.343000', '102029.346000', '102029.348000', '102029.351000', '102029.354000', '102029.357000', '102029.360000', '102029.363000', '102029.373000', '102029.376000', '102029.379000', '102029.381000', '102029.384000', '102029.387000', '102029.390000', '102029.393000', '102029.396000', '102029.399000', '102029.401000', '102029.404000', '102029.407000', '102029.410000', '102029.413000', '102029.416000', '102029.419000', '102029.421000', '102029.424000', '102029.427000', '102029.430000', '102029.433000', '102029.436000', '102029.438000', '102029.456000', '102029.459000', '102029.462000', '102049.317000', '102049.320000', '102049.323000', '102049.326000', '102049.329000', '102049.331000', '102049.334000', '102049.337000', '102049.340000', '102049.344000', '102049.347000', '102049.350000', '102049.353000', '102049.356000', '102049.358000', '102049.361000', '102049.364000', '102049.367000', '102049.370000', '102049.373000', '102049.376000', '102049.378000', '102049.381000', '102049.384000', '102049.387000', '102049.390000', '102049.393000', '102049.395000', '102049.399000', '102049.401000', '102049.404000', '102049.407000', '102049.410000', '102049.413000', '102049.416000', '102049.420000', '102049.424000', '102049.427000', '102049.430000', '102049.433000', '102049.436000', '102049.439000', '102049.441000', '102050.849000', '102050.853000', '102050.855000', '102050.859000'], 'InstanceCreationTime': ['101429.351000', '101429.355000', '101429.358000', '101429.361000', '101429.364000', '101429.367000', '101429.370000', '101429.373000', '101429.376000', '101429.379000', '101429.381000', '101429.385000', '101429.388000', '101429.399000', '101429.401000', '101429.404000', '101429.407000', '101429.410000', '101429.413000', '101429.416000', '101429.418000', '101429.421000', '101429.424000', '101429.427000', '101429.430000', '101429.433000', '101429.439000', '101429.442000', '101429.445000', '101429.448000', '101429.451000', '101429.454000', '101429.457000', '101429.460000', '101429.463000', '101429.466000', '101429.469000', '101429.471000', '101429.474000', '101429.477000', '101429.480000', '101429.483000', '101449.317000', '101449.320000', '101449.329000', '101449.332000', '101449.335000', '101449.338000', '101449.341000', '101449.343000', '101449.346000', '101449.349000', '101449.352000', '101449.355000', '101449.357000', '101449.360000', '101449.363000', '101449.366000', '101449.369000', '101449.372000', '101449.375000', '101449.377000', '101449.380000', '101449.383000', '101449.386000', '101449.388000', '101449.391000', '101449.394000', '101449.397000', '101449.400000', '101449.403000', '101449.405000', '101449.408000', '101449.411000', '101449.414000', '101449.416000', '101449.419000', '101449.422000', '101449.425000', '101449.428000', '101449.431000', '101449.433000', '101449.436000', '101449.439000', '101449.442000', '101449.445000', '101509.317000', '101509.320000', '101509.323000', '101509.325000', '101509.328000', '101509.331000', '101509.334000', '101509.337000', '101509.340000', '101509.342000', '101509.345000', '101509.348000', '101509.351000', '101509.354000', '101509.357000', '101509.359000', '101509.362000', '101509.365000', '101509.368000', '101509.371000', '101509.373000', '101509.376000', '101509.379000', '101509.382000', '101509.385000', '101509.388000', '101509.390000', '101509.393000', '101509.396000', '101509.399000', '101509.402000', '101509.405000', '101509.408000', '101509.410000', '101509.413000', '101509.416000', '101509.419000', '101509.422000', '101509.424000', '101509.427000', '101509.430000', '101509.433000', '101509.436000', '101529.316000', '101529.319000', '101529.322000', '101529.324000', '101529.327000', '101529.330000', '101529.333000', '101529.336000', '101529.338000', '101529.341000', '101529.344000', '101529.347000', '101529.350000', '101529.353000', '101529.356000', '101529.358000', '101529.361000', '101529.364000', '101529.367000', '101529.369000', '101529.372000', '101529.375000', '101529.378000', '101529.381000', '101529.383000', '101529.386000', '101529.389000', '101529.392000', '101529.395000', '101529.398000', '101529.401000', '101529.403000', '101529.406000', '101529.409000', '101529.412000', '101529.415000', '101529.417000', '101529.420000', '101529.423000', '101529.426000', '101529.429000', '101529.432000', '101529.435000', '101529.437000', '101549.316000', '101549.319000', '101549.321000', '101549.324000', '101549.327000', '101549.330000', '101549.333000', '101549.336000', '101549.339000', '101549.341000', '101549.344000', '101549.347000', '101549.350000', '101549.353000', '101549.355000', '101549.358000', '101549.361000', '101549.364000', '101549.367000', '101549.371000', '101549.373000', '101549.376000', '101549.379000', '101549.382000', '101549.385000', '101549.387000', '101549.390000', '101549.393000', '101549.396000', '101549.399000', '101549.401000', '101549.404000', '101549.407000', '101549.410000', '101549.417000', '101549.420000', '101549.423000', '101549.425000', '101549.429000', '101549.433000', '101549.435000', '101549.438000', '101549.441000', '101609.317000', '101609.320000', '101609.322000', '101609.325000', '101609.328000', '101609.331000', '101609.334000', '101609.337000', '101609.339000', '101609.342000', '101609.345000', '101609.348000', '101609.351000', '101609.354000', '101609.356000', '101609.359000', '101609.362000', '101609.365000', '101609.367000', '101609.370000', '101609.373000', '101609.376000', '101609.379000', '101609.382000', '101609.398000', '101609.401000', '101609.404000', '101609.406000', '101609.409000', '101609.412000', '101609.415000', '101609.418000', '101609.421000', '101609.423000', '101609.426000', '101609.429000', '101609.432000', '101609.435000', '101609.437000', '101609.440000', '101609.443000', '101609.446000', '101609.449000', '101609.451000', '101629.317000', '101629.320000', '101629.323000', '101629.326000', '101629.328000', '101629.331000', '101629.334000', '101629.337000', '101629.340000', '101629.343000', '101629.346000', '101629.348000', '101629.351000', '101629.354000', '101629.357000', '101629.360000', '101629.363000', '101629.365000', '101629.368000', '101629.371000', '101629.374000', '101629.377000', '101629.380000', '101629.383000', '101629.385000', '101629.388000', '101629.391000', '101629.394000', '101629.397000', '101629.399000', '101629.402000', '101629.405000', '101629.408000', '101629.411000', '101629.414000', '101629.416000', '101629.419000', '101629.422000', '101629.425000', '101629.428000', '101629.430000', '101629.433000', '101629.436000', '101649.317000', '101649.320000', '101649.322000', '101649.325000', '101649.328000', '101649.331000', '101649.334000', '101649.337000', '101649.340000', '101649.343000', '101649.345000', '101649.348000', '101649.351000', '101649.354000', '101649.357000', '101649.360000', '101649.363000', '101649.366000', '101649.368000', '101649.371000', '101649.374000', '101649.377000', '101649.380000', '101649.383000', '101649.385000', '101649.388000', '101649.391000', '101649.394000', '101649.397000', '101649.400000', '101649.403000', '101649.405000', '101649.408000', '101649.411000', '101649.414000', '101649.417000', '101649.420000', '101649.422000', '101649.425000', '101649.428000', '101649.431000', '101649.434000', '101649.437000', '101649.440000', '101709.317000', '101709.320000', '101709.323000', '101709.326000', '101709.329000', '101709.331000', '101709.334000', '101709.337000', '101709.340000', '101709.343000', '101709.346000', '101709.348000', '101709.351000', '101709.354000', '101709.357000', '101709.360000', '101709.363000', '101709.365000', '101709.368000', '101709.371000', '101709.374000', '101709.377000', '101709.380000', '101709.382000', '101709.385000', '101709.388000', '101709.391000', '101709.394000', '101709.397000', '101709.399000', '101709.402000', '101709.405000', '101709.408000', '101709.411000', '101709.414000', '101709.417000', '101709.419000', '101709.422000', '101709.425000', '101709.428000', '101709.431000', '101709.434000', '101709.436000', '101729.317000', '101729.320000', '101729.323000', '101729.325000', '101729.328000', '101729.331000', '101729.334000', '101729.337000', '101729.340000', '101729.342000', '101729.346000', '101729.348000', '101729.351000', '101729.354000', '101729.357000', '101729.360000', '101729.362000', '101729.365000', '101729.368000', '101729.371000', '101729.374000', '101729.377000', '101729.380000', '101729.382000', '101729.385000', '101729.388000', '101729.391000', '101729.394000', '101729.397000', '101729.399000', '101729.402000', '101729.405000', '101729.408000', '101729.411000', '101729.414000', '101729.416000', '101729.419000', '101729.422000', '101729.425000', '101729.428000', '101729.431000', '101729.434000', '101729.437000', '101729.440000', '101749.316000', '101749.319000', '101749.322000', '101749.324000', '101749.327000', '101749.347000', '101749.350000', '101749.353000', '101749.356000', '101749.359000', '101749.362000', '101749.364000', '101749.367000', '101749.370000', '101749.373000', '101749.376000', '101749.379000', '101749.382000', '101749.384000', '101749.387000', '101749.390000', '101749.393000', '101749.396000', '101749.399000', '101749.402000', '101749.404000', '101749.407000', '101749.410000', '101749.413000', '101749.416000', '101749.419000', '101749.421000', '101749.424000', '101749.427000', '101749.430000', '101749.433000', '101749.436000', '101749.439000', '101749.441000', '101749.444000', '101749.447000', '101749.450000', '101749.453000', '101809.317000', '101809.320000', '101809.323000', '101809.326000', '101809.329000', '101809.332000', '101809.335000', '101809.338000', '101809.341000', '101809.344000', '101809.347000', '101809.350000', '101809.352000', '101809.355000', '101809.358000', '101809.361000', '101809.364000', '101809.367000', '101809.370000', '101809.373000', '101809.375000', '101809.378000', '101809.381000', '101809.384000', '101809.387000', '101809.390000', '101809.392000', '101809.395000', '101809.398000', '101809.401000', '101809.404000', '101809.406000', '101809.409000', '101809.412000', '101809.415000', '101809.418000', '101809.421000', '101809.423000', '101809.426000', '101809.429000', '101809.432000', '101809.435000', '101809.438000', '101829.317000', '101829.320000', '101829.323000', '101829.325000', '101829.328000', '101829.331000', '101829.334000', '101829.337000', '101829.340000', '101829.343000', '101829.346000', '101829.348000', '101829.351000', '101829.354000', '101829.357000', '101829.360000', '101829.363000', '101829.366000', '101829.368000', '101829.371000', '101829.374000', '101829.377000', '101829.380000', '101829.383000', '101829.386000', '101829.388000', '101829.391000', '101829.394000', '101829.397000', '101829.400000', '101829.402000', '101829.405000', '101829.408000', '101829.411000', '101829.414000', '101829.417000', '101829.420000', '101829.422000', '101829.425000', '101829.428000', '101829.431000', '101829.434000', '101829.437000', '101829.439000', '101849.317000', '101849.320000', '101849.323000', '101849.326000', '101849.328000', '101849.331000', '101849.334000', '101849.337000', '101849.340000', '101849.343000', '101849.346000', '101849.349000', '101849.351000', '101849.354000', '101849.358000', '101849.360000', '101849.364000', '101849.367000', '101849.370000', '101849.373000', '101849.376000', '101849.378000', '101849.381000', '101849.384000', '101849.387000', '101849.390000', '101849.393000', '101849.395000', '101849.398000', '101849.401000', '101849.404000', '101849.407000', '101849.410000', '101849.413000', '101849.416000', '101849.418000', '101849.421000', '101849.424000', '101849.427000', '101849.430000', '101849.433000', '101849.436000', '101849.438000', '101909.317000', '101909.320000', '101909.323000', '101909.326000', '101909.328000', '101909.331000', '101909.334000', '101909.337000', '101909.340000', '101909.343000', '101909.345000', '101909.348000', '101909.351000', '101909.354000', '101909.357000', '101909.360000', '101909.363000', '101909.366000', '101909.368000', '101909.371000', '101909.374000', '101909.377000', '101909.380000', '101909.383000', '101909.385000', '101909.388000', '101909.391000', '101909.394000', '101909.397000', '101909.400000', '101909.402000', '101909.420000', '101909.423000', '101909.426000', '101909.429000', '101909.432000', '101909.434000', '101909.437000', '101909.440000', '101909.443000', '101909.446000', '101909.449000', '101909.451000', '101909.454000', '101929.317000', '101929.320000', '101929.323000', '101929.326000', '101929.329000', '101929.332000', '101929.334000', '101929.337000', '101929.340000', '101929.343000', '101929.346000', '101929.348000', '101929.351000', '101929.354000', '101929.357000', '101929.360000', '101929.363000', '101929.366000', '101929.369000', '101929.372000', '101929.375000', '101929.378000', '101929.381000', '101929.384000', '101929.386000', '101929.389000', '101929.392000', '101929.395000', '101929.398000', '101929.401000', '101929.403000', '101929.406000', '101929.409000', '101929.412000', '101929.415000', '101929.418000', '101929.421000', '101929.423000', '101929.426000', '101929.429000', '101929.432000', '101929.435000', '101929.437000', '101949.317000', '101949.320000', '101949.323000', '101949.326000', '101949.329000', '101949.331000', '101949.334000', '101949.337000', '101949.340000', '101949.343000', '101949.346000', '101949.348000', '101949.351000', '101949.354000', '101949.357000', '101949.360000', '101949.363000', '101949.365000', '101949.368000', '101949.371000', '101949.374000', '101949.377000', '101949.380000', '101949.383000', '101949.385000', '101949.388000', '101949.391000', '101949.394000', '101949.397000', '101949.400000', '101949.403000', '101949.405000', '101949.408000', '101949.411000', '101949.414000', '101949.417000', '101949.420000', '101949.422000', '101949.426000', '101949.428000', '101949.431000', '101949.434000', '101949.437000', '101949.440000', '102009.316000', '102009.319000', '102009.322000', '102009.324000', '102009.328000', '102009.330000', '102009.333000', '102009.336000', '102009.339000', '102009.342000', '102009.344000', '102009.347000', '102009.350000', '102009.353000', '102009.356000', '102009.359000', '102009.362000', '102009.365000', '102009.367000', '102009.372000', '102009.375000', '102009.378000', '102009.381000', '102009.384000', '102009.387000', '102009.390000', '102009.393000', '102009.395000', '102009.398000', '102009.401000', '102009.404000', '102009.407000', '102009.410000', '102009.412000', '102009.415000', '102009.418000', '102009.421000', '102009.424000', '102009.427000', '102009.430000', '102009.432000', '102009.435000', '102009.438000', '102029.317000', '102029.320000', '102029.323000', '102029.326000', '102029.328000', '102029.331000', '102029.334000', '102029.337000', '102029.340000', '102029.343000', '102029.346000', '102029.348000', '102029.351000', '102029.354000', '102029.357000', '102029.360000', '102029.363000', '102029.373000', '102029.376000', '102029.379000', '102029.381000', '102029.384000', '102029.387000', '102029.390000', '102029.393000', '102029.396000', '102029.399000', '102029.401000', '102029.404000', '102029.407000', '102029.410000', '102029.413000', '102029.416000', '102029.419000', '102029.421000', '102029.424000', '102029.427000', '102029.430000', '102029.433000', '102029.436000', '102029.438000', '102029.456000', '102029.459000', '102029.462000', '102049.317000', '102049.320000', '102049.323000', '102049.326000', '102049.329000', '102049.331000', '102049.334000', '102049.337000', '102049.340000', '102049.344000', '102049.347000', '102049.350000', '102049.353000', '102049.356000', '102049.358000', '102049.361000', '102049.364000', '102049.367000', '102049.370000', '102049.373000', '102049.376000', '102049.378000', '102049.381000', '102049.384000', '102049.387000', '102049.390000', '102049.393000', '102049.395000', '102049.399000', '102049.401000', '102049.404000', '102049.407000', '102049.410000', '102049.413000', '102049.416000', '102049.420000', '102049.424000', '102049.427000', '102049.430000', '102049.433000', '102049.436000', '102049.439000', '102049.441000', '102050.849000', '102050.853000', '102050.855000', '102050.859000'], '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': [11650, 15281, 10471, 14302, 10362, 10838, 8209, 10097, 7679, 9825, 7748, 10602, 9681, 10782, 10161, 9869, 8072, 9709, 7671, 10123, 14865, 10040, 11093, 9008, 9846, 9302, 9729, 8149, 9384, 12614, 9526, 11159, 8989, 10285, 8631, 10075, 8380, 7703, 8880, 7881, 9747, 12074, 9938, 11982, 9489, 10788, 10996, 11247, 11321, 10563, 14757, 10027, 12761, 9228, 10554, 12570, 9596, 9744, 9440, 10878, 9166, 10636, 9052, 10335, 7715, 10017, 7950, 9402, 7424, 7730, 8287, 7745, 9076, 8661, 10292, 8820, 12879, 9602, 13591, 10732, 15089, 11542, 12522, 9819, 11517, 10713, 9731, 10271, 10179, 10214, 9340, 13149, 9036, 8621, 9106, 7610, 10064, 8688, 11870, 9831, 8893, 9518, 8497, 10089, 8542, 11533, 9161, 12183, 9256, 12640, 9670, 13519, 9240, 9262, 9356, 13106, 9226, 14848, 10484, 11624, 9689, 11736, 8658, 8641, 9043, 9255, 9173, 10478, 10013, 9034, 11420, 8065, 11734, 8176, 11278, 17205, 10776, 13287, 10467, 10943, 9195, 9302, 8662, 9243, 8017, 8821, 13492, 9165, 11034, 9418, 9640, 8585, 9683, 8635, 8204, 13166, 9092, 10427, 8901, 8550, 8096, 9544, 7795, 9231, 9238, 9650, 8324, 9170, 8317, 9479, 15716, 10258, 12015, 9766, 10276, 8023, 9286, 8474, 8574, 14328, 9403, 10663, 8963, 9004, 8202, 8520, 9258, 8146, 12764, 9175, 11299, 8789, 8960, 8316, 10666, 8914, 14848, 9851, 11431, 10255, 8786, 9610, 15895, 11186, 12103, 10013, 11626, 9890, 10330, 8457, 9562, 8294, 9268, 8823, 8626, 12203, 8961, 8166, 8461, 7626, 8938, 14118, 10165, 10522, 9180, 10058, 8832, 8677, 7853, 8264, 12229, 8507, 9359, 8034, 8256, 8081, 8377, 7706, 8461, 13196, 8284, 10630, 8519, 8949, 8174, 8530, 7486, 9112, 7527, 9751, 8208, 9654, 14239, 9266, 12585, 8956, 11012, 8458, 9520, 7636, 8691, 8194, 8312, 7873, 8845, 7383, 9281, 7751, 9567, 8989, 10113, 8606, 9845, 7779, 10099, 9226, 9474, 13475, 9868, 13520, 9138, 8214, 8903, 9214, 8850, 11771, 8851, 10261, 8734, 8158, 9069, 12692, 8802, 11773, 9098, 9011, 13791, 8871, 10310, 8528, 8377, 7569, 8283, 12741, 8466, 9959, 8338, 9211, 8400, 8721, 7883, 8397, 7870, 10077, 8976, 8609, 8661, 7677, 10083, 9011, 9709, 10680, 9064, 12993, 10641, 14996, 13033, 15038, 10822, 14321, 9857, 14764, 10599, 13727, 9609, 11011, 8699, 9919, 8395, 10146, 8894, 10950, 9266, 10974, 8945, 10800, 9271, 9601, 9152, 9554, 9644, 12546, 9722, 11012, 9223, 10614, 9297, 10495, 9336, 11590, 9612, 11492, 9289, 10713, 9104, 10583, 8848, 10879, 9177, 11361, 8218, 9777, 10147, 10030, 8792, 10065, 7739, 10835, 14879, 9822, 11581, 8788, 10176, 8877, 9405, 7903, 10193, 15075, 9868, 10787, 9086, 9389, 10450, 8813, 8792, 8885, 9702, 8925, 10376, 9609, 10797, 10054, 8786, 10000, 9042, 11170, 16505, 11438, 12380, 10127, 11191, 8716, 10167, 8070, 10088, 11120, 8803, 12425, 9513, 9638, 9153, 9066, 8958, 11555, 9425, 11011, 9571, 9777, 8827, 10999, 8666, 9859, 13236, 9202, 10681, 8755, 10005, 8879, 9511, 8476, 10107, 7875, 9703, 10314, 9032, 9025, 9335, 7918, 10790, 13406, 9906, 12879, 9578, 10607, 12143, 11393, 8896, 9097, 12067, 8763, 10621, 8905, 9843, 8391, 9730, 8835, 10327, 8732, 10992, 8840, 10265, 13355, 9314, 12350, 10063, 9712, 8318, 9520, 9519, 8813, 11285, 8918, 10146, 9285, 9650, 8744, 10304, 8571, 10503, 8932, 10515, 9540, 11262, 9136, 11407, 9037, 12215, 11171, 9803, 16229, 11095, 10731, 10466, 9763, 11857, 8862, 10218, 8732, 9763, 8711, 8837, 11949, 9684, 9946, 9004, 9167, 8802, 11577, 9227, 10878, 10173, 9491, 14845, 9959, 12217, 8996, 10875, 8993, 10616, 9034, 10233, 9993, 9429, 11968, 9472, 12900, 9048, 10431, 9063, 9813, 12631, 9502, 10343, 8716, 9036, 8269, 8886, 10278, 8613, 11375, 8672, 10102, 8828, 9469, 8953, 9081, 9275, 8739, 10322, 10125, 9939, 15123, 11135, 12556, 10605, 10851, 8887, 10558, 13808, 10657, 13311, 10512, 11666, 8864, 10032, 8675, 10307, 8417, 9386, 12389, 9101, 10877, 8986, 10200, 8533, 9516, 9663, 8478, 10888, 9252, 10023, 9000, 9328, 8460, 11054, 9113, 10377, 8955, 10224, 8762, 9699, 8099, 9573, 16693, 10699, 11743, 9869, 9208, 13314, 9350, 9935, 9197, 9251, 8970, 9501, 8629, 8445, 10848, 9265, 10379, 9526, 9373, 9329, 8564, 9458, 8894, 10734, 17023, 11986, 12014, 10682, 9664, 15853, 10979, 12392, 10952, 10708, 9597, 9477, 8636, 9403, 14872, 9588, 10863, 9044, 9369, 8653, 9107, 8218, 9038, 11159, 9129, 10520, 9528, 9978, 9511, 9605, 9111, 10125, 8812, 10538, 8655, 9835, 11044, 9352, 10110, 9188, 10455, 9046, 11816, 9333, 10996, 9863, 10936, 9313, 10656, 9059, 10377, 8528, 9798, 8519, 10243, 9012, 10597, 8796, 11164, 8749, 10604, 8732, 10686, 9576, 11394, 9393, 11880, 10169, 10355, 10168, 9178, 12214, 9551, 12306, 9497, 12424, 9080, 9293, 9813, 8593, 11642, 10334, 12116, 9964, 11495, 8574, 10668, 8591, 10292, 11073, 9711, 13518, 10098, 10197, 9237, 8802, 9650, 10909, 9445, 11377, 9876, 9896, 9642, 10972, 9573, 11090, 9477, 11662, 10301, 12068, 10335, 12034, 9430, 10993, 11021, 9965, 13576, 10009, 10382, 9403, 11101, 9345, 12261, 9668, 11030, 9877, 10763, 9572, 9676, 8951, 10534, 9752, 9578, 15088, 9628, 11145, 8869, 9168, 9152, 9296, 9066, 8993, 11132, 8956, 10122, 8294, 8876, 12139, 9635, 10350, 9366, 9930, 8733, 9992, 8339, 8927, 11502, 8981, 9925, 8977, 8441, 9544, 12827, 9606, 13437, 10487, 10333, 12032, 10124, 11889, 9345, 12247, 9001, 10521, 8052, 9450, 8461, 9208, 8054, 9625, 8637, 10496, 8672, 10609, 9775, 9526, 12545, 10006, 12474, 9400, 11808, 9107, 10140, 10751, 8922, 11149, 9043, 10155, 8779, 9534, 8752, 9806, 9181, 10471, 9259, 9419, 9207, 9171, 8400, 9918, 7992, 10480, 9652, 9499, 10632, 9687, 8570, 10062, 7955, 10706, 11980, 9664, 14052, 10397, 10624, 9279, 9454, 8462, 9225, 11583, 9031, 11547, 8962, 10196, 9460, 9325, 12056, 9226, 9454, 8574, 10612, 9092, 10203, 8900, 10255], 'WindowCenter': [4547.0, 4552.0, 4508.0, 4525.0, 4496.0, 4504.0, 4463.0, 4482.0, 4441.0, 4481.0, 4452.0, 4494.0, 4482.0, 4506.0, 4504.0, 4506.0, 4465.0, 4493.0, 4452.0, 4493.0, 4522.0, 4494.0, 4505.0, 4485.0, 4507.0, 4471.0, 4482.0, 4449.0, 4471.0, 4499.0, 4482.0, 4491.0, 4472.0, 4495.0, 4475.0, 4495.0, 4463.0, 4452.0, 4473.0, 4452.0, 4493.0, 4511.0, 4493.0, 4513.0, 4495.0, 4518.0, 4505.0, 4503.0, 4490.0, 4481.0, 4497.0, 4468.0, 4497.0, 4455.0, 4464.0, 4487.0, 4469.0, 4465.0, 4467.0, 4488.0, 4458.0, 4478.0, 4457.0, 4478.0, 4440.0, 4479.0, 4465.0, 4497.0, 4427.0, 4400.0, 4306.0, 4412.0, 4448.0, 4414.0, 4436.0, 4411.0, 4488.0, 4454.0, 4521.0, 4488.0, 4491.0, 4489.0, 4497.0, 4469.0, 4488.0, 4482.0, 4457.0, 4464.0, 4464.0, 4492.0, 4494.0, 4521.0, 4458.0, 4456.0, 4455.0, 4425.0, 4466.0, 4471.0, 4500.0, 4494.0, 4484.0, 4495.0, 4474.0, 4494.0, 4473.0, 4500.0, 4473.0, 4501.0, 4482.0, 4512.0, 4485.0, 4512.0, 4484.0, 4472.0, 4471.0, 4499.0, 4471.0, 4520.0, 4489.0, 4490.0, 4471.0, 4502.0, 4475.0, 4473.0, 4498.0, 4495.0, 4486.0, 4503.0, 4507.0, 4486.0, 4515.0, 4466.0, 4514.0, 4464.0, 4504.0, 4543.0, 4493.0, 4523.0, 4493.0, 4491.0, 4472.0, 4470.0, 4461.0, 4482.0, 4463.0, 4474.0, 4521.0, 4483.0, 4501.0, 4483.0, 4482.0, 4487.0, 4485.0, 4461.0, 4462.0, 4511.0, 4485.0, 4492.0, 4473.0, 4474.0, 4463.0, 4495.0, 4464.0, 4497.0, 4496.0, 4497.0, 4462.0, 4483.0, 4477.0, 4510.0, 4544.0, 4504.0, 4515.0, 4509.0, 4495.0, 4453.0, 4485.0, 4463.0, 4469.0, 4522.0, 4481.0, 4489.0, 4472.0, 4470.0, 4461.0, 4474.0, 4479.0, 4465.0, 4510.0, 4483.0, 4514.0, 4487.0, 4484.0, 4475.0, 4503.0, 4497.0, 4557.0, 4518.0, 4513.0, 4495.0, 4474.0, 4508.0, 4544.0, 4502.0, 4498.0, 4492.0, 4512.0, 4481.0, 4478.0, 4460.0, 4466.0, 4460.0, 4481.0, 4458.0, 4461.0, 4498.0, 4459.0, 4450.0, 4450.0, 4440.0, 4469.0, 4510.0, 4479.0, 4489.0, 4483.0, 4494.0, 4469.0, 4458.0, 4438.0, 4448.0, 4494.0, 4458.0, 4467.0, 4450.0, 4459.0, 4451.0, 4459.0, 4438.0, 4461.0, 4508.0, 4458.0, 4492.0, 4460.0, 4472.0, 4460.0, 4460.0, 4441.0, 4472.0, 4454.0, 4482.0, 4461.0, 4493.0, 4533.0, 4496.0, 4522.0, 4473.0, 4488.0, 4448.0, 4469.0, 4436.0, 4458.0, 4449.0, 4459.0, 4460.0, 4469.0, 4439.0, 4481.0, 4453.0, 4508.0, 4496.0, 4504.0, 4473.0, 4491.0, 4453.0, 4493.0, 4480.0, 4491.0, 4523.0, 4492.0, 4508.0, 4470.0, 4449.0, 4473.0, 4480.0, 4472.0, 4510.0, 4484.0, 4506.0, 4473.0, 4462.0, 4495.0, 4522.0, 4485.0, 4514.0, 4472.0, 4470.0, 4520.0, 4482.0, 4502.0, 4474.0, 4461.0, 4449.0, 4462.0, 4511.0, 4475.0, 4503.0, 4475.0, 4483.0, 4473.0, 4484.0, 4474.0, 4480.0, 4497.0, 4516.0, 4495.0, 4484.0, 4473.0, 4465.0, 4505.0, 4495.0, 4505.0, 4518.0, 4496.0, 4549.0, 4517.0, 4534.0, 4524.0, 4534.0, 4503.0, 4509.0, 4479.0, 4508.0, 4475.0, 4497.0, 4467.0, 4502.0, 4458.0, 4466.0, 4447.0, 4464.0, 4455.0, 4473.0, 4457.0, 4488.0, 4482.0, 4496.0, 4481.0, 4480.0, 4470.0, 4476.0, 4480.0, 4498.0, 4470.0, 4500.0, 4471.0, 4478.0, 4471.0, 4479.0, 4471.0, 4499.0, 4483.0, 4499.0, 4483.0, 4491.0, 4472.0, 4490.0, 4472.0, 4501.0, 4485.0, 4514.0, 4463.0, 4493.0, 4493.0, 4494.0, 4474.0, 4495.0, 4464.0, 4505.0, 4531.0, 4493.0, 4502.0, 4475.0, 4504.0, 4473.0, 4481.0, 4463.0, 4517.0, 4543.0, 4494.0, 4503.0, 4507.0, 4508.0, 4516.0, 4483.0, 4484.0, 4484.0, 4492.0, 4484.0, 4506.0, 4506.0, 4515.0, 4504.0, 4483.0, 4504.0, 4485.0, 4529.0, 4559.0, 4515.0, 4527.0, 4505.0, 4515.0, 4472.0, 4479.0, 4451.0, 4480.0, 4501.0, 4485.0, 4509.0, 4494.0, 4479.0, 4479.0, 4469.0, 4472.0, 4513.0, 4495.0, 4528.0, 4495.0, 4493.0, 4497.0, 4504.0, 4460.0, 4490.0, 4522.0, 4481.0, 4498.0, 4472.0, 4490.0, 4469.0, 4493.0, 4486.0, 4503.0, 4475.0, 4497.0, 4516.0, 4498.0, 4483.0, 4497.0, 4477.0, 4530.0, 4535.0, 4506.0, 4538.0, 4497.0, 4505.0, 4514.0, 4503.0, 4471.0, 4496.0, 4508.0, 4459.0, 4489.0, 4468.0, 4476.0, 4460.0, 4470.0, 4470.0, 4488.0, 4473.0, 4490.0, 4471.0, 4504.0, 4521.0, 4485.0, 4523.0, 4492.0, 4467.0, 4446.0, 4481.0, 4465.0, 4458.0, 4485.0, 4469.0, 4489.0, 4479.0, 4480.0, 4473.0, 4502.0, 4484.0, 4503.0, 4482.0, 4504.0, 4506.0, 4512.0, 4495.0, 4512.0, 4499.0, 4527.0, 4511.0, 4494.0, 4532.0, 4502.0, 4505.0, 4501.0, 4479.0, 4498.0, 4469.0, 4475.0, 4457.0, 4476.0, 4457.0, 4468.0, 4496.0, 4480.0, 4492.0, 4483.0, 4481.0, 4483.0, 4499.0, 4482.0, 4502.0, 4493.0, 4482.0, 4546.0, 4506.0, 4510.0, 4469.0, 4491.0, 4470.0, 4488.0, 4471.0, 4491.0, 4493.0, 4483.0, 4499.0, 4469.0, 4497.0, 4456.0, 4477.0, 4458.0, 4477.0, 4498.0, 4468.0, 4477.0, 4447.0, 4472.0, 4461.0, 4482.0, 4488.0, 4470.0, 4513.0, 4525.0, 4518.0, 4484.0, 4505.0, 4510.0, 4494.0, 4496.0, 4484.0, 4505.0, 4505.0, 4508.0, 4558.0, 4527.0, 4524.0, 4504.0, 4502.0, 4471.0, 4501.0, 4518.0, 4489.0, 4508.0, 4490.0, 4488.0, 4470.0, 4479.0, 4460.0, 4491.0, 4450.0, 4472.0, 4509.0, 4472.0, 4490.0, 4460.0, 4477.0, 4458.0, 4467.0, 4478.0, 4487.0, 4501.0, 4481.0, 4479.0, 4481.0, 4480.0, 4473.0, 4512.0, 4483.0, 4506.0, 4496.0, 4505.0, 4476.0, 4494.0, 4464.0, 4496.0, 4531.0, 4490.0, 4500.0, 4478.0, 4472.0, 4535.0, 4484.0, 4480.0, 4482.0, 4469.0, 4467.0, 4493.0, 4484.0, 4472.0, 4497.0, 4483.0, 4501.0, 4494.0, 4495.0, 4496.0, 4484.0, 4495.0, 4496.0, 4516.0, 4545.0, 4514.0, 4513.0, 4490.0, 4482.0, 4532.0, 4492.0, 4500.0, 4489.0, 4475.0, 4467.0, 4467.0, 4444.0, 4456.0, 4504.0, 4465.0, 4477.0, 4469.0, 4468.0, 4456.0, 4455.0, 4444.0, 4467.0, 4483.0, 4467.0, 4488.0, 4480.0, 4488.0, 4491.0, 4478.0, 4469.0, 4488.0, 4472.0, 4490.0, 4471.0, 4491.0, 4500.0, 4483.0, 4488.0, 4509.0, 4502.0, 4484.0, 4507.0, 4481.0, 4499.0, 4492.0, 4502.0, 4493.0, 4490.0, 4483.0, 4493.0, 4498.0, 4505.0, 4480.0, 4492.0, 4482.0, 4488.0, 4472.0, 4502.0, 4481.0, 4502.0, 4485.0, 4505.0, 4496.0, 4513.0, 4510.0, 4525.0, 4517.0, 4507.0, 4518.0, 4506.0, 4511.0, 4520.0, 4525.0, 4505.0, 4522.0, 4469.0, 4469.0, 4489.0, 4472.0, 4514.0, 4516.0, 4526.0, 4493.0, 4501.0, 4461.0, 4489.0, 4458.0, 4479.0, 4498.0, 4470.0, 4520.0, 4492.0, 4491.0, 4470.0, 4471.0, 4492.0, 4516.0, 4505.0, 4537.0, 4506.0, 4495.0, 4518.0, 4515.0, 4495.0, 4514.0, 4496.0, 4538.0, 4531.0, 4538.0, 4507.0, 4513.0, 4481.0, 4518.0, 4504.0, 4493.0, 4521.0, 4493.0, 4490.0, 4507.0, 4514.0, 4484.0, 4524.0, 4496.0, 4501.0, 4492.0, 4504.0, 4496.0, 4493.0, 4484.0, 4517.0, 4493.0, 4484.0, 4519.0, 4470.0, 4488.0, 4470.0, 4483.0, 4482.0, 4483.0, 4468.0, 4470.0, 4497.0, 4470.0, 4490.0, 4460.0, 4485.0, 4525.0, 4506.0, 4503.0, 4484.0, 4494.0, 4485.0, 4495.0, 4475.0, 4484.0, 4502.0, 4485.0, 4493.0, 4486.0, 4473.0, 4494.0, 4524.0, 4495.0, 4523.0, 4504.0, 4495.0, 4527.0, 4493.0, 4501.0, 4470.0, 4496.0, 4458.0, 4503.0, 4464.0, 4492.0, 4460.0, 4495.0, 4464.0, 4482.0, 4472.0, 4501.0, 4474.0, 4515.0, 4517.0, 4507.0, 4512.0, 4493.0, 4523.0, 4483.0, 4502.0, 4471.0, 4479.0, 4500.0, 4484.0, 4514.0, 4482.0, 4476.0, 4472.0, 4477.0, 4471.0, 4490.0, 4493.0, 4515.0, 4508.0, 4507.0, 4496.0, 4491.0, 4473.0, 4490.0, 4475.0, 4500.0, 4480.0, 4481.0, 4491.0, 4479.0, 4469.0, 4493.0, 4463.0, 4503.0, 4500.0, 4493.0, 4535.0, 4491.0, 4493.0, 4481.0, 4479.0, 4448.0, 4468.0, 4485.0, 4458.0, 4498.0, 4470.0, 4478.0, 4479.0, 4484.0, 4522.0, 4481.0, 4480.0, 4471.0, 4513.0, 4483.0, 4489.0, 4482.0, 4503.0], 'WindowWidth': [9973.0, 9965.0, 9898.0, 9916.0, 9877.0, 9883.0, 9828.0, 9849.0, 9792.0, 9847.0, 9810.0, 9869.0, 9851.0, 9888.0, 9886.0, 9890.0, 9832.0, 9866.0, 9808.0, 9866.0, 9906.0, 9872.0, 9887.0, 9861.0, 9893.0, 9833.0, 9848.0, 9799.0, 9832.0, 9865.0, 9848.0, 9858.0, 9837.0, 9872.0, 9847.0, 9872.0, 9826.0, 9809.0, 9839.0, 9810.0, 9868.0, 9889.0, 9869.0, 9896.0, 9874.0, 9911.0, 9889.0, 9883.0, 9854.0, 9842.0, 9859.0, 9820.0, 9861.0, 9799.0, 9812.0, 9845.0, 9825.0, 9815.0, 9819.0, 9849.0, 9809.0, 9838.0, 9809.0, 9839.0, 9790.0, 9839.0, 9831.0, 9879.0, 9764.0, 9707.0, 9519.0, 9743.0, 9788.0, 9729.0, 9754.0, 9721.0, 9840.0, 9794.0, 9899.0, 9848.0, 9841.0, 9849.0, 9857.0, 9824.0, 9844.0, 9845.0, 9802.0, 9806.0, 9810.0, 9865.0, 9874.0, 9904.0, 9812.0, 9805.0, 9801.0, 9758.0, 9819.0, 9833.0, 9871.0, 9871.0, 9855.0, 9872.0, 9843.0, 9868.0, 9840.0, 9872.0, 9838.0, 9873.0, 9850.0, 9890.0, 9857.0, 9890.0, 9855.0, 9834.0, 9834.0, 9867.0, 9832.0, 9899.0, 9854.0, 9855.0, 9832.0, 9876.0, 9847.0, 9841.0, 9883.0, 9873.0, 9860.0, 9881.0, 9895.0, 9862.0, 9900.0, 9835.0, 9897.0, 9828.0, 9883.0, 9934.0, 9865.0, 9908.0, 9867.0, 9860.0, 9832.0, 9829.0, 9819.0, 9849.0, 9826.0, 9844.0, 9902.0, 9854.0, 9875.0, 9854.0, 9851.0, 9865.0, 9859.0, 9820.0, 9823.0, 9891.0, 9859.0, 9867.0, 9840.0, 9844.0, 9831.0, 9875.0, 9832.0, 9881.0, 9879.0, 9880.0, 9827.0, 9855.0, 9853.0, 9903.0, 9942.0, 9884.0, 9902.0, 9899.0, 9873.0, 9812.0, 9861.0, 9827.0, 9832.0, 9906.0, 9849.0, 9858.0, 9839.0, 9832.0, 9821.0, 9845.0, 9846.0, 9834.0, 9888.0, 9858.0, 9899.0, 9871.0, 9861.0, 9849.0, 9885.0, 9880.0, 9966.0, 9913.0, 9899.0, 9873.0, 9841.0, 9896.0, 9944.0, 9880.0, 9866.0, 9867.0, 9894.0, 9848.0, 9839.0, 9817.0, 9820.0, 9821.0, 9849.0, 9814.0, 9822.0, 9867.0, 9815.0, 9802.0, 9804.0, 9790.0, 9831.0, 9885.0, 9842.0, 9855.0, 9853.0, 9871.0, 9829.0, 9813.0, 9783.0, 9798.0, 9855.0, 9814.0, 9824.0, 9806.0, 9819.0, 9807.0, 9817.0, 9787.0, 9821.0, 9880.0, 9815.0, 9867.0, 9819.0, 9837.0, 9819.0, 9819.0, 9795.0, 9837.0, 9816.0, 9851.0, 9822.0, 9868.0, 9924.0, 9878.0, 9911.0, 9840.0, 9852.0, 9800.0, 9830.0, 9781.0, 9814.0, 9802.0, 9817.0, 9820.0, 9832.0, 9791.0, 9850.0, 9816.0, 9898.0, 9881.0, 9888.0, 9843.0, 9866.0, 9816.0, 9867.0, 9844.0, 9865.0, 9909.0, 9867.0, 9882.0, 9831.0, 9802.0, 9840.0, 9845.0, 9839.0, 9888.0, 9862.0, 9892.0, 9843.0, 9826.0, 9877.0, 9905.0, 9861.0, 9898.0, 9838.0, 9832.0, 9901.0, 9853.0, 9882.0, 9846.0, 9824.0, 9806.0, 9825.0, 9890.0, 9850.0, 9884.0, 9849.0, 9858.0, 9843.0, 9858.0, 9851.0, 9860.0, 9896.0, 9908.0, 9877.0, 9858.0, 9840.0, 9835.0, 9887.0, 9876.0, 9890.0, 9911.0, 9880.0, 9961.0, 9909.0, 9928.0, 9912.0, 9927.0, 9880.0, 9882.0, 9841.0, 9878.0, 9831.0, 9863.0, 9822.0, 9879.0, 9813.0, 9818.0, 9794.0, 9813.0, 9800.0, 9821.0, 9806.0, 9852.0, 9853.0, 9865.0, 9849.0, 9844.0, 9833.0, 9834.0, 9845.0, 9866.0, 9830.0, 9873.0, 9835.0, 9838.0, 9834.0, 9841.0, 9834.0, 9867.0, 9852.0, 9871.0, 9852.0, 9863.0, 9838.0, 9858.0, 9838.0, 9874.0, 9862.0, 9899.0, 9826.0, 9867.0, 9864.0, 9869.0, 9843.0, 9873.0, 9831.0, 9888.0, 9918.0, 9867.0, 9878.0, 9848.0, 9884.0, 9841.0, 9847.0, 9828.0, 9910.0, 9941.0, 9872.0, 9882.0, 9901.0, 9904.0, 9909.0, 9858.0, 9858.0, 9858.0, 9865.0, 9858.0, 9893.0, 9893.0, 9903.0, 9887.0, 9857.0, 9886.0, 9863.0, 9930.0, 9971.0, 9900.0, 9921.0, 9888.0, 9902.0, 9836.0, 9840.0, 9807.0, 9844.0, 9877.0, 9865.0, 9884.0, 9874.0, 9843.0, 9848.0, 9831.0, 9836.0, 9896.0, 9875.0, 9926.0, 9876.0, 9867.0, 9883.0, 9885.0, 9816.0, 9862.0, 9909.0, 9850.0, 9870.0, 9837.0, 9861.0, 9831.0, 9871.0, 9870.0, 9884.0, 9851.0, 9881.0, 9910.0, 9886.0, 9858.0, 9882.0, 9854.0, 9932.0, 9933.0, 9892.0, 9940.0, 9883.0, 9887.0, 9895.0, 9881.0, 9836.0, 9882.0, 9884.0, 9817.0, 9856.0, 9829.0, 9833.0, 9819.0, 9829.0, 9833.0, 9853.0, 9840.0, 9859.0, 9834.0, 9885.0, 9905.0, 9862.0, 9909.0, 9864.0, 9823.0, 9795.0, 9852.0, 9816.0, 9812.0, 9845.0, 9833.0, 9859.0, 9847.0, 9847.0, 9843.0, 9884.0, 9863.0, 9882.0, 9854.0, 9886.0, 9893.0, 9895.0, 9874.0, 9893.0, 9889.0, 9924.0, 9894.0, 9871.0, 9920.0, 9877.0, 9887.0, 9876.0, 9843.0, 9867.0, 9828.0, 9828.0, 9810.0, 9834.0, 9809.0, 9828.0, 9861.0, 9845.0, 9864.0, 9857.0, 9849.0, 9855.0, 9873.0, 9853.0, 9880.0, 9868.0, 9853.0, 9951.0, 9895.0, 9887.0, 9831.0, 9862.0, 9830.0, 9852.0, 9836.0, 9864.0, 9868.0, 9856.0, 9871.0, 9829.0, 9863.0, 9807.0, 9835.0, 9811.0, 9837.0, 9867.0, 9825.0, 9835.0, 9795.0, 9838.0, 9825.0, 9856.0, 9854.0, 9835.0, 9898.0, 9939.0, 9915.0, 9856.0, 9889.0, 9910.0, 9875.0, 9878.0, 9859.0, 9889.0, 9889.0, 9900.0, 9969.0, 9924.0, 9914.0, 9886.0, 9880.0, 9837.0, 9878.0, 9896.0, 9853.0, 9878.0, 9857.0, 9851.0, 9830.0, 9842.0, 9819.0, 9860.0, 9803.0, 9835.0, 9885.0, 9839.0, 9857.0, 9816.0, 9836.0, 9810.0, 9824.0, 9841.0, 9872.0, 9881.0, 9852.0, 9844.0, 9851.0, 9848.0, 9846.0, 9894.0, 9854.0, 9891.0, 9881.0, 9889.0, 9851.0, 9871.0, 9833.0, 9881.0, 9919.0, 9858.0, 9869.0, 9838.0, 9836.0, 9931.0, 9857.0, 9845.0, 9850.0, 9828.0, 9825.0, 9872.0, 9863.0, 9840.0, 9867.0, 9855.0, 9878.0, 9873.0, 9878.0, 9880.0, 9863.0, 9875.0, 9881.0, 9907.0, 9947.0, 9898.0, 9895.0, 9860.0, 9851.0, 9920.0, 9865.0, 9871.0, 9852.0, 9829.0, 9820.0, 9819.0, 9785.0, 9804.0, 9869.0, 9815.0, 9835.0, 9829.0, 9827.0, 9807.0, 9802.0, 9789.0, 9824.0, 9841.0, 9822.0, 9852.0, 9847.0, 9857.0, 9864.0, 9842.0, 9833.0, 9856.0, 9837.0, 9859.0, 9834.0, 9863.0, 9875.0, 9856.0, 9856.0, 9904.0, 9885.0, 9861.0, 9880.0, 9850.0, 9874.0, 9866.0, 9879.0, 9871.0, 9859.0, 9859.0, 9870.0, 9890.0, 9894.0, 9851.0, 9867.0, 9853.0, 9854.0, 9839.0, 9880.0, 9854.0, 9881.0, 9861.0, 9886.0, 9875.0, 9893.0, 9904.0, 9916.0, 9910.0, 9894.0, 9911.0, 9894.0, 9885.0, 9920.0, 9917.0, 9889.0, 9907.0, 9830.0, 9826.0, 9856.0, 9838.0, 9899.0, 9908.0, 9920.0, 9867.0, 9874.0, 9820.0, 9853.0, 9811.0, 9840.0, 9866.0, 9830.0, 9898.0, 9866.0, 9859.0, 9831.0, 9832.0, 9865.0, 9908.0, 9893.0, 9939.0, 9895.0, 9874.0, 9914.0, 9903.0, 9874.0, 9896.0, 9878.0, 9942.0, 9937.0, 9940.0, 9892.0, 9895.0, 9850.0, 9911.0, 9886.0, 9869.0, 9905.0, 9867.0, 9859.0, 9899.0, 9899.0, 9859.0, 9911.0, 9877.0, 9878.0, 9864.0, 9883.0, 9876.0, 9870.0, 9857.0, 9907.0, 9868.0, 9856.0, 9898.0, 9830.0, 9853.0, 9830.0, 9855.0, 9854.0, 9855.0, 9827.0, 9833.0, 9864.0, 9834.0, 9861.0, 9821.0, 9863.0, 9917.0, 9892.0, 9883.0, 9859.0, 9871.0, 9862.0, 9875.0, 9849.0, 9858.0, 9879.0, 9860.0, 9870.0, 9864.0, 9843.0, 9873.0, 9911.0, 9874.0, 9911.0, 9882.0, 9874.0, 9920.0, 9868.0, 9873.0, 9830.0, 9861.0, 9812.0, 9884.0, 9833.0, 9867.0, 9822.0, 9876.0, 9831.0, 9850.0, 9838.0, 9875.0, 9844.0, 9903.0, 9913.0, 9897.0, 9892.0, 9867.0, 9909.0, 9854.0, 9879.0, 9834.0, 9841.0, 9875.0, 9863.0, 9903.0, 9854.0, 9836.0, 9840.0, 9838.0, 9836.0, 9861.0, 9871.0, 9905.0, 9904.0, 9898.0, 9882.0, 9867.0, 9844.0, 9861.0, 9850.0, 9875.0, 9846.0, 9847.0, 9860.0, 9844.0, 9831.0, 9868.0, 9827.0, 9881.0, 9872.0, 9870.0, 9932.0, 9863.0, 9867.0, 9851.0, 9844.0, 9799.0, 9827.0, 9845.0, 9813.0, 9865.0, 9831.0, 9839.0, 9845.0, 9861.0, 9909.0, 9854.0, 9847.0, 9838.0, 9899.0, 9856.0, 9857.0, 9853.0, 9885.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.023670562571756603</td></tr>
<tr><td colspan=3>aqi</td><td>0.07427375005740527</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.199859209206934</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2058436276206905</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2418865155632186</td></tr>
<tr><td colspan=3>efc</td><td>0.4443</td></tr>
<tr><td colspan=3>fber</td><td>7651.9805</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.30523268946058874</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>272</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.228473019517796</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7351320701443336</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.626582937377383</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0724318358384255</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5063814372171924</td></tr>
<tr><td colspan=3>gcor</td><td>0.0113894</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0129121458157897</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030706550925970078</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.644391341296897</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.3841</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5051</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.708</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308272.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.4961</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6233</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.3125</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3690.5325</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3991.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68272.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1095.0994</td></tr>
<tr><td colspan=3>tsnr</td><td>21.693758074077778</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>