<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-01/func/sub-0069_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>a0b231efdaa09adef2f3dfc059b39a92</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>16:40:7.502500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999404, 0.0257014, 0.0230243, -0.0272176, 0.997303, 0.0681594]</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.0773535</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7766, -7347, 661, -41, -200, 58, 59]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0dc39915-500f-4216-b922-f9354c54c4e8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6813292503356934, -0.07302293181419373, 0.05726805701851845, 114.09983825683594], [-0.06895503401756287, 2.6756913661956787, 0.18561290204524994, -100.6869888305664], [0.061772461980581284, -0.18286681175231934, 2.6930036544799805, -86.2459716796875], [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': ['164007.502500', '164007.962500', '164008.422500', '164008.882500', '164009.342500', '164009.802500', '164010.262500', '164010.722500', '164011.182500', '164011.642500', '164012.102500', '164012.562500', '164013.022500', '164013.482500', '164013.942500', '164014.402500', '164014.862500', '164015.322500', '164015.782500', '164016.242500', '164016.702500', '164017.162500', '164017.622500', '164018.082500', '164018.542500', '164019.002500', '164019.462500', '164019.922500', '164020.382500', '164020.842500', '164021.302500', '164021.762500', '164022.222500', '164022.682500', '164023.142500', '164023.602500', '164024.062500', '164024.522500', '164024.982500', '164025.442500', '164025.902500', '164026.362500', '164026.822500', '164027.282500', '164027.742500', '164028.202500', '164028.662500', '164029.122500', '164029.582500', '164030.042500', '164030.502500', '164030.962500', '164031.422500', '164031.882500', '164032.342500', '164032.802500', '164033.262500', '164033.722500', '164034.182500', '164034.642500', '164035.102500', '164035.562500', '164036.022500', '164036.482500', '164036.942500', '164037.402500', '164037.862500', '164038.322500', '164038.782500', '164039.242500', '164039.702500', '164040.162500', '164040.622500', '164041.082500', '164041.542500', '164042.002500', '164042.462500', '164042.922500', '164043.382500', '164043.842500', '164044.302500', '164044.762500', '164045.222500', '164045.682500', '164046.142500', '164046.602500', '164047.062500', '164047.522500', '164047.982500', '164048.442500', '164048.902500', '164049.362500', '164049.822500', '164050.282500', '164050.742500', '164051.202500', '164051.662500', '164052.122500', '164052.582500', '164053.042500', '164053.502500', '164053.962500', '164054.422500', '164054.882500', '164055.342500', '164055.802500', '164056.262500', '164056.722500', '164057.182500', '164057.642500', '164058.102500', '164058.562500', '164059.022500', '164059.482500', '164059.942500', '164100.402500', '164100.862500', '164101.322500', '164101.782500', '164102.242500', '164102.702500', '164103.162500', '164103.622500', '164104.082500', '164104.542500', '164105.002500', '164105.462500', '164105.922500', '164106.382500', '164106.842500', '164107.302500', '164107.762500', '164108.222500', '164108.682500', '164109.142500', '164109.602500', '164110.062500', '164110.522500', '164110.982500', '164111.442500', '164111.902500', '164112.362500', '164112.822500', '164113.282500', '164113.742500', '164114.202500', '164114.662500', '164115.122500', '164115.582500', '164116.042500', '164116.502500', '164116.962500', '164117.422500', '164117.882500', '164118.342500', '164118.802500', '164119.262500', '164119.722500', '164120.182500', '164120.642500', '164121.102500', '164121.562500', '164122.022500', '164122.482500', '164122.942500', '164123.402500', '164123.862500', '164124.322500', '164124.782500', '164125.242500', '164125.702500', '164126.162500', '164126.622500', '164127.082500', '164127.542500', '164128.002500', '164128.462500', '164128.922500', '164129.382500', '164129.842500', '164130.302500', '164130.762500', '164131.222500', '164131.682500', '164132.142500', '164132.602500', '164133.062500', '164133.522500', '164133.982500', '164134.442500', '164134.902500', '164135.362500', '164135.822500', '164136.282500', '164136.742500', '164137.202500', '164137.662500', '164138.122500', '164138.582500', '164139.042500', '164139.502500', '164139.962500', '164140.422500', '164140.882500', '164141.342500', '164141.802500', '164142.262500', '164142.722500', '164143.182500', '164143.642500', '164144.102500', '164144.562500', '164145.022500', '164145.482500', '164145.942500', '164146.402500', '164146.862500', '164147.322500', '164147.782500', '164148.242500', '164148.702500', '164149.162500', '164149.622500', '164150.082500', '164150.542500', '164151.002500', '164151.462500', '164151.922500', '164152.382500', '164152.842500', '164153.302500', '164153.762500', '164154.222500', '164154.682500', '164155.142500', '164155.602500', '164156.062500', '164156.522500', '164156.982500', '164157.442500', '164157.902500', '164158.362500', '164158.822500', '164159.282500', '164159.742500', '164200.202500', '164200.662500', '164201.122500', '164201.582500', '164202.042500', '164202.502500', '164202.962500', '164203.422500', '164203.882500', '164204.342500', '164204.802500', '164205.262500', '164205.722500', '164206.182500', '164206.642500', '164207.102500', '164207.562500', '164208.022500', '164208.482500', '164208.942500', '164209.402500', '164209.862500', '164210.322500', '164210.782500', '164211.242500', '164211.702500', '164212.162500', '164212.622500', '164213.082500', '164213.542500', '164214.002500', '164214.462500', '164214.922500', '164215.382500', '164215.842500', '164216.302500', '164216.762500', '164217.222500', '164217.682500', '164218.142500', '164218.602500', '164219.062500', '164219.522500', '164219.982500', '164220.442500', '164220.902500', '164221.362500', '164221.822500', '164222.282500', '164222.742500', '164223.202500', '164223.662500', '164224.122500', '164224.582500', '164225.042500', '164225.502500', '164225.962500', '164226.422500', '164226.882500', '164227.342500', '164227.802500', '164228.262500', '164228.722500', '164229.182500', '164229.642500', '164230.102500', '164230.562500', '164231.022500', '164231.482500', '164231.942500', '164232.402500', '164232.862500', '164233.322500', '164233.782500', '164234.242500', '164234.702500', '164235.162500', '164235.622500', '164236.082500', '164236.542500', '164237.002500', '164237.462500', '164237.922500', '164238.382500', '164238.842500', '164239.302500', '164239.762500', '164240.222500', '164240.682500', '164241.142500', '164241.602500', '164242.062500', '164242.522500', '164242.982500', '164243.442500', '164243.902500', '164244.362500', '164244.822500', '164245.282500', '164245.742500', '164246.202500', '164246.662500', '164247.122500', '164247.582500', '164248.042500', '164248.502500', '164248.962500', '164249.422500', '164249.882500', '164250.342500', '164250.802500', '164251.262500', '164251.722500', '164252.182500', '164252.642500', '164253.102500', '164253.562500', '164254.022500', '164254.482500', '164254.942500', '164255.402500', '164255.862500', '164256.322500', '164256.782500', '164257.242500', '164257.702500', '164258.162500', '164258.622500', '164259.082500', '164259.542500', '164300.002500', '164300.462500', '164300.922500', '164301.382500', '164301.842500', '164302.302500', '164302.762500', '164303.222500', '164303.682500', '164304.142500', '164304.602500', '164305.062500', '164305.522500', '164305.982500', '164306.442500', '164306.902500', '164307.362500', '164307.822500', '164308.282500', '164308.742500', '164309.202500', '164309.662500', '164310.122500', '164310.582500', '164311.042500', '164311.502500', '164311.962500', '164312.422500', '164312.882500', '164313.342500', '164313.802500', '164314.262500', '164314.722500', '164315.182500', '164315.642500', '164316.102500', '164316.562500', '164317.022500', '164317.482500', '164317.942500', '164318.402500', '164318.862500', '164319.322500', '164319.782500', '164320.242500', '164320.702500', '164321.162500', '164321.622500', '164322.082500', '164322.542500', '164323.002500', '164323.462500', '164323.922500', '164324.382500', '164324.842500', '164325.302500', '164325.762500', '164326.222500', '164326.682500', '164327.142500', '164327.602500', '164328.062500', '164328.522500', '164328.982500', '164329.442500', '164329.902500', '164330.362500', '164330.822500', '164331.282500', '164331.742500', '164332.202500', '164332.662500', '164333.122500', '164333.582500', '164334.042500', '164334.502500', '164334.962500', '164335.422500', '164335.882500', '164336.342500', '164336.802500', '164337.262500', '164337.722500', '164338.182500', '164338.642500', '164339.102500', '164339.562500', '164340.022500', '164340.482500', '164340.942500', '164341.402500', '164341.862500', '164342.322500', '164342.782500', '164343.242500', '164343.702500', '164344.162500', '164344.622500', '164345.082500', '164345.542500', '164346.002500', '164346.462500', '164346.922500', '164347.382500', '164347.842500', '164348.302500', '164348.762500', '164349.222500', '164349.682500', '164350.142500', '164350.602500', '164351.062500', '164351.522500', '164351.982500', '164352.442500', '164352.902500', '164353.362500', '164353.822500', '164354.282500', '164354.742500', '164355.202500', '164355.662500', '164356.122500', '164356.582500', '164357.042500', '164357.502500', '164357.962500', '164358.422500', '164358.882500', '164359.342500', '164359.802500', '164400.262500', '164400.722500', '164401.182500', '164401.642500', '164402.102500', '164402.562500', '164403.022500', '164403.482500', '164403.942500', '164404.402500', '164404.862500', '164405.322500', '164405.782500', '164406.242500', '164406.702500', '164407.162500', '164407.622500', '164408.082500', '164408.542500', '164409.002500', '164409.462500', '164409.922500', '164410.382500', '164410.842500', '164411.302500', '164411.762500', '164412.222500', '164412.682500', '164413.142500', '164413.602500', '164414.062500', '164414.522500', '164414.982500', '164415.442500', '164415.902500', '164416.362500', '164416.822500', '164417.282500', '164417.742500', '164418.202500', '164418.662500', '164419.122500', '164419.582500', '164420.042500', '164420.502500', '164420.962500', '164421.422500', '164421.882500', '164422.342500', '164422.802500', '164423.262500', '164423.722500', '164424.182500', '164424.642500', '164425.102500', '164425.562500', '164426.022500', '164426.482500', '164426.942500', '164427.402500', '164427.862500', '164428.322500', '164428.782500', '164429.242500', '164429.702500', '164430.162500', '164430.622500', '164431.082500', '164431.542500', '164432.002500', '164432.462500', '164432.922500', '164433.382500', '164433.842500', '164434.302500', '164434.762500', '164435.222500', '164435.682500', '164436.142500', '164436.602500', '164437.062500', '164437.522500', '164437.982500', '164438.442500', '164438.902500', '164439.362500', '164439.822500', '164440.282500', '164440.742500', '164441.202500', '164441.662500', '164442.122500', '164442.582500', '164443.042500', '164443.502500', '164443.962500', '164444.422500', '164444.882500', '164445.342500', '164445.802500', '164446.262500', '164446.722500', '164447.182500', '164447.642500', '164448.102500', '164448.562500', '164449.022500', '164449.482500', '164449.942500', '164450.402500', '164450.862500', '164451.322500', '164451.782500', '164452.242500', '164452.702500', '164453.162500', '164453.622500', '164454.082500', '164454.542500', '164455.002500', '164455.462500', '164455.922500', '164456.382500', '164456.842500', '164457.302500', '164457.762500', '164458.222500', '164458.682500', '164459.142500', '164459.602500', '164500.062500', '164500.522500', '164500.982500', '164501.442500', '164501.902500', '164502.362500', '164502.822500', '164503.282500', '164503.742500', '164504.202500', '164504.662500', '164505.122500', '164505.582500', '164506.042500', '164506.502500', '164506.962500', '164507.422500', '164507.882500', '164508.342500', '164508.802500', '164509.262500', '164509.722500', '164510.182500', '164510.642500', '164511.102500', '164511.562500', '164512.022500', '164512.482500', '164512.942500', '164513.402500', '164513.862500', '164514.322500', '164514.782500', '164515.242500', '164515.702500', '164516.162500', '164516.622500', '164517.082500', '164517.542500', '164518.002500', '164518.462500', '164518.922500', '164519.382500', '164519.842500', '164520.302500', '164520.762500', '164521.222500', '164521.682500', '164522.142500', '164522.602500', '164523.062500', '164523.522500', '164523.982500', '164524.442500', '164524.902500', '164525.362500', '164525.822500', '164526.282500', '164526.742500', '164527.202500', '164527.662500', '164528.122500', '164528.582500', '164529.042500', '164529.502500', '164529.962500', '164530.422500', '164530.882500', '164531.342500', '164531.802500', '164532.262500', '164532.722500', '164533.182500', '164533.642500', '164534.102500', '164534.562500', '164535.022500', '164535.482500', '164535.942500', '164536.402500', '164536.862500', '164537.322500', '164537.782500', '164538.242500', '164538.702500', '164539.162500', '164539.622500', '164540.082500', '164540.542500', '164541.002500', '164541.462500', '164541.922500', '164542.382500', '164542.842500', '164543.302500', '164543.762500', '164544.222500', '164544.682500', '164545.142500', '164545.602500', '164546.062500', '164546.522500', '164546.982500', '164547.442500', '164547.902500', '164548.362500', '164548.822500', '164549.282500', '164549.742500', '164550.202500', '164550.662500', '164551.122500', '164551.582500', '164552.042500', '164552.502500', '164552.962500', '164553.422500', '164553.882500', '164554.342500', '164554.802500', '164555.262500', '164555.722500', '164556.182500', '164556.642500', '164557.102500', '164557.562500', '164558.022500', '164558.482500', '164558.942500', '164559.402500', '164559.862500', '164600.322500', '164600.782500', '164601.242500', '164601.702500', '164602.162500', '164602.622500', '164603.082500', '164603.542500', '164604.002500', '164604.462500', '164604.922500', '164605.382500', '164605.842500', '164606.302500', '164606.762500', '164607.222500', '164607.682500', '164608.142500', '164608.602500', '164609.062500', '164609.522500', '164609.982500', '164610.442500', '164610.902500', '164611.362500', '164611.822500', '164612.282500', '164612.742500', '164613.202500', '164613.662500', '164614.122500', '164614.582500', '164615.042500', '164615.502500', '164615.962500', '164616.422500', '164616.882500', '164617.342500', '164617.802500', '164618.262500', '164618.722500', '164619.182500', '164619.642500', '164620.102500', '164620.562500', '164621.022500', '164621.482500', '164621.942500', '164622.402500', '164622.862500', '164623.322500', '164623.782500', '164624.242500', '164624.702500', '164625.162500', '164625.622500', '164626.082500', '164626.542500', '164627.002500', '164627.462500', '164627.922500', '164628.382500', '164628.842500', '164629.302500', '164629.762500', '164630.222500', '164630.682500', '164631.142500', '164631.602500', '164632.062500', '164632.522500', '164632.982500', '164633.442500', '164633.902500', '164634.362500', '164634.822500', '164635.282500', '164635.742500', '164636.202500', '164636.662500', '164637.122500', '164637.582500', '164638.042500', '164638.502500', '164638.962500', '164639.422500', '164639.882500', '164640.342500', '164640.802500', '164641.262500', '164641.722500', '164642.182500', '164642.642500', '164643.102500', '164643.562500', '164644.022500', '164644.482500', '164644.942500', '164645.402500', '164645.862500', '164646.322500', '164646.782500', '164647.242500', '164647.702500', '164648.162500'], 'ContentTime': ['164033.687000', '164033.690000', '164033.693000', '164033.695000', '164033.698000', '164033.700000', '164033.703000', '164033.705000', '164033.708000', '164033.710000', '164033.713000', '164033.715000', '164033.724000', '164033.727000', '164033.730000', '164033.732000', '164033.735000', '164033.737000', '164033.740000', '164033.742000', '164033.745000', '164033.747000', '164033.750000', '164033.752000', '164033.755000', '164033.757000', '164033.760000', '164033.763000', '164033.765000', '164033.768000', '164033.770000', '164033.773000', '164033.775000', '164033.778000', '164033.780000', '164033.783000', '164033.785000', '164033.788000', '164033.791000', '164033.793000', '164033.796000', '164033.798000', '164033.801000', '164033.803000', '164033.806000', '164033.808000', '164033.811000', '164033.814000', '164033.816000', '164033.819000', '164033.821000', '164033.824000', '164033.826000', '164033.829000', '164033.831000', '164053.646000', '164053.649000', '164053.652000', '164053.654000', '164053.657000', '164053.660000', '164053.662000', '164053.670000', '164053.673000', '164053.676000', '164053.678000', '164053.681000', '164053.683000', '164053.686000', '164053.688000', '164053.691000', '164053.693000', '164053.696000', '164053.698000', '164053.701000', '164053.703000', '164053.706000', '164053.709000', '164053.711000', '164053.714000', '164053.716000', '164053.719000', '164053.721000', '164053.724000', '164053.726000', '164053.729000', '164053.732000', '164053.734000', '164053.737000', '164053.739000', '164053.742000', '164053.744000', '164053.747000', '164053.749000', '164053.752000', '164053.755000', '164053.757000', '164053.760000', '164113.646000', '164113.649000', '164113.652000', '164113.654000', '164113.657000', '164113.660000', '164113.662000', '164113.665000', '164113.667000', '164113.670000', '164113.672000', '164113.675000', '164113.677000', '164113.680000', '164113.683000', '164113.685000', '164113.688000', '164113.690000', '164113.693000', '164113.696000', '164113.698000', '164113.701000', '164113.703000', '164113.706000', '164113.709000', '164113.711000', '164113.714000', '164113.716000', '164113.719000', '164113.722000', '164113.724000', '164113.727000', '164113.730000', '164113.732000', '164113.735000', '164113.737000', '164113.740000', '164113.743000', '164113.745000', '164113.748000', '164113.750000', '164113.753000', '164113.756000', '164113.758000', '164133.646000', '164133.658000', '164133.661000', '164133.663000', '164133.666000', '164133.668000', '164133.671000', '164133.673000', '164133.676000', '164133.679000', '164133.681000', '164133.684000', '164133.686000', '164133.689000', '164133.691000', '164133.694000', '164133.697000', '164133.699000', '164133.702000', '164133.704000', '164133.707000', '164133.709000', '164133.712000', '164133.715000', '164133.717000', '164133.720000', '164133.722000', '164133.734000', '164133.737000', '164133.739000', '164133.742000', '164133.745000', '164133.747000', '164133.750000', '164133.752000', '164133.755000', '164133.757000', '164133.760000', '164133.762000', '164133.765000', '164133.767000', '164133.770000', '164133.773000', '164153.646000', '164153.649000', '164153.652000', '164153.654000', '164153.657000', '164153.660000', '164153.662000', '164153.665000', '164153.667000', '164153.670000', '164153.672000', '164153.675000', '164153.678000', '164153.680000', '164153.683000', '164153.685000', '164153.688000', '164153.691000', '164153.693000', '164153.696000', '164153.698000', '164153.701000', '164153.703000', '164153.706000', '164153.708000', '164153.711000', '164153.714000', '164153.716000', '164153.719000', '164153.721000', '164153.724000', '164153.727000', '164153.729000', '164153.732000', '164153.735000', '164153.737000', '164153.740000', '164153.742000', '164153.745000', '164153.748000', '164153.750000', '164153.753000', '164153.755000', '164153.758000', '164213.647000', '164213.649000', '164213.652000', '164213.655000', '164213.657000', '164213.660000', '164213.662000', '164213.665000', '164213.667000', '164213.670000', '164213.672000', '164213.675000', '164213.678000', '164213.680000', '164213.683000', '164213.685000', '164213.688000', '164213.690000', '164213.693000', '164213.695000', '164213.698000', '164213.701000', '164213.703000', '164213.706000', '164213.708000', '164213.711000', '164213.714000', '164213.716000', '164213.719000', '164213.721000', '164213.724000', '164213.726000', '164213.729000', '164213.732000', '164213.734000', '164213.737000', '164213.739000', '164213.742000', '164213.745000', '164213.747000', '164213.750000', '164213.752000', '164213.755000', '164233.646000', '164233.649000', '164233.652000', '164233.654000', '164233.657000', '164233.660000', '164233.662000', '164233.665000', '164233.667000', '164233.670000', '164233.672000', '164233.675000', '164233.679000', '164233.682000', '164233.684000', '164233.687000', '164233.689000', '164233.692000', '164233.694000', '164233.697000', '164233.700000', '164233.702000', '164233.705000', '164233.707000', '164233.710000', '164233.712000', '164233.715000', '164233.717000', '164233.720000', '164233.723000', '164233.725000', '164233.728000', '164233.730000', '164233.733000', '164233.736000', '164233.738000', '164233.741000', '164233.743000', '164233.746000', '164233.749000', '164233.751000', '164233.754000', '164233.756000', '164233.759000', '164253.646000', '164253.648000', '164253.651000', '164253.654000', '164253.656000', '164253.659000', '164253.662000', '164253.664000', '164253.667000', '164253.669000', '164253.672000', '164253.675000', '164253.677000', '164253.680000', '164253.682000', '164253.685000', '164253.688000', '164253.690000', '164253.693000', '164253.695000', '164253.698000', '164253.700000', '164253.703000', '164253.706000', '164253.708000', '164253.711000', '164253.713000', '164253.716000', '164253.719000', '164253.721000', '164253.724000', '164253.726000', '164253.729000', '164253.731000', '164253.734000', '164253.737000', '164253.739000', '164253.742000', '164253.744000', '164253.747000', '164253.749000', '164253.752000', '164253.755000', '164313.646000', '164313.649000', '164313.652000', '164313.654000', '164313.657000', '164313.660000', '164313.662000', '164313.665000', '164313.667000', '164313.670000', '164313.672000', '164313.675000', '164313.677000', '164313.680000', '164313.683000', '164313.685000', '164313.688000', '164313.690000', '164313.693000', '164313.696000', '164313.698000', '164313.701000', '164313.703000', '164313.720000', '164313.723000', '164313.725000', '164313.728000', '164313.731000', '164313.733000', '164313.736000', '164313.739000', '164313.741000', '164313.744000', '164313.746000', '164313.749000', '164313.752000', '164313.754000', '164313.757000', '164313.759000', '164313.762000', '164313.765000', '164313.767000', '164313.770000', '164333.646000', '164333.649000', '164333.652000', '164333.654000', '164333.657000', '164333.659000', '164333.662000', '164333.665000', '164333.667000', '164333.670000', '164333.673000', '164333.675000', '164333.678000', '164333.680000', '164333.683000', '164333.686000', '164333.688000', '164333.691000', '164333.694000', '164333.696000', '164333.699000', '164333.701000', '164333.704000', '164333.707000', '164333.715000', '164333.718000', '164333.720000', '164333.723000', '164333.725000', '164333.728000', '164333.731000', '164333.733000', '164333.736000', '164333.738000', '164333.741000', '164333.743000', '164333.746000', '164333.749000', '164333.751000', '164333.754000', '164333.756000', '164333.759000', '164333.761000', '164333.764000', '164353.646000', '164353.649000', '164353.652000', '164353.655000', '164353.657000', '164353.660000', '164353.663000', '164353.665000', '164353.668000', '164353.671000', '164353.673000', '164353.676000', '164353.678000', '164353.681000', '164353.683000', '164353.686000', '164353.688000', '164353.691000', '164353.694000', '164353.696000', '164353.699000', '164353.701000', '164353.704000', '164353.707000', '164353.709000', '164353.712000', '164353.715000', '164353.718000', '164353.721000', '164353.724000', '164353.726000', '164353.729000', '164353.732000', '164353.734000', '164353.737000', '164353.739000', '164353.742000', '164353.745000', '164353.747000', '164353.750000', '164353.752000', '164353.755000', '164353.758000', '164413.646000', '164413.649000', '164413.652000', '164413.654000', '164413.657000', '164413.660000', '164413.662000', '164413.665000', '164413.667000', '164413.670000', '164413.672000', '164413.675000', '164413.678000', '164413.680000', '164413.683000', '164413.685000', '164413.688000', '164413.690000', '164413.693000', '164413.696000', '164413.698000', '164413.701000', '164413.703000', '164413.706000', '164413.709000', '164413.711000', '164413.714000', '164413.716000', '164413.719000', '164413.721000', '164413.724000', '164413.726000', '164413.729000', '164413.732000', '164413.734000', '164413.737000', '164413.739000', '164413.742000', '164413.745000', '164413.747000', '164413.750000', '164413.752000', '164413.755000', '164413.758000', '164433.647000', '164433.650000', '164433.652000', '164433.655000', '164433.657000', '164433.660000', '164433.662000', '164433.665000', '164433.668000', '164433.670000', '164433.673000', '164433.676000', '164433.678000', '164433.681000', '164433.684000', '164433.686000', '164433.689000', '164433.691000', '164433.694000', '164433.697000', '164433.699000', '164433.702000', '164433.704000', '164433.707000', '164433.709000', '164433.712000', '164433.715000', '164433.717000', '164433.720000', '164433.722000', '164433.725000', '164433.727000', '164433.730000', '164433.733000', '164433.735000', '164433.738000', '164433.740000', '164433.743000', '164433.745000', '164433.748000', '164433.751000', '164433.753000', '164433.756000', '164453.647000', '164453.649000', '164453.652000', '164453.655000', '164453.657000', '164453.660000', '164453.662000', '164453.665000', '164453.667000', '164453.670000', '164453.673000', '164453.675000', '164453.678000', '164453.680000', '164453.683000', '164453.686000', '164453.688000', '164453.691000', '164453.693000', '164453.696000', '164453.699000', '164453.701000', '164453.704000', '164453.706000', '164453.709000', '164453.712000', '164453.714000', '164453.717000', '164453.719000', '164453.722000', '164453.725000', '164453.727000', '164453.730000', '164453.732000', '164453.735000', '164453.738000', '164453.740000', '164453.743000', '164453.745000', '164453.748000', '164453.751000', '164453.753000', '164453.756000', '164453.758000', '164513.645000', '164513.648000', '164513.651000', '164513.653000', '164513.656000', '164513.659000', '164513.661000', '164513.664000', '164513.666000', '164513.669000', '164513.672000', '164513.674000', '164513.677000', '164513.679000', '164513.682000', '164513.685000', '164513.687000', '164513.690000', '164513.692000', '164513.695000', '164513.698000', '164513.700000', '164513.703000', '164513.705000', '164513.708000', '164513.710000', '164513.713000', '164513.716000', '164513.718000', '164513.721000', '164513.723000', '164513.726000', '164513.728000', '164513.731000', '164513.734000', '164513.736000', '164513.739000', '164513.741000', '164513.744000', '164513.746000', '164513.749000', '164513.751000', '164513.754000', '164533.646000', '164533.649000', '164533.652000', '164533.654000', '164533.657000', '164533.660000', '164533.662000', '164533.665000', '164533.667000', '164533.670000', '164533.672000', '164533.675000', '164533.677000', '164533.680000', '164533.683000', '164533.685000', '164533.688000', '164533.690000', '164533.693000', '164533.696000', '164533.698000', '164533.701000', '164533.703000', '164533.706000', '164533.709000', '164533.711000', '164533.714000', '164533.716000', '164533.719000', '164533.721000', '164533.724000', '164533.728000', '164533.730000', '164533.733000', '164533.736000', '164533.738000', '164533.741000', '164533.743000', '164533.746000', '164533.748000', '164533.751000', '164533.754000', '164533.756000', '164533.759000', '164553.647000', '164553.649000', '164553.652000', '164553.655000', '164553.657000', '164553.660000', '164553.662000', '164553.665000', '164553.668000', '164553.670000', '164553.673000', '164553.675000', '164553.678000', '164553.681000', '164553.683000', '164553.686000', '164553.688000', '164553.691000', '164553.694000', '164553.697000', '164553.699000', '164553.702000', '164553.704000', '164553.708000', '164553.711000', '164553.713000', '164553.716000', '164553.718000', '164553.721000', '164553.724000', '164553.726000', '164553.729000', '164553.732000', '164553.734000', '164553.737000', '164553.739000', '164553.742000', '164553.744000', '164553.747000', '164553.750000', '164553.752000', '164553.756000', '164553.759000', '164613.647000', '164613.650000', '164613.652000', '164613.655000', '164613.657000', '164613.660000', '164613.663000', '164613.665000', '164613.668000', '164613.670000', '164613.673000', '164613.675000', '164613.678000', '164613.681000', '164613.683000', '164613.686000', '164613.717000', '164613.720000', '164613.723000', '164613.725000', '164613.728000', '164613.730000', '164613.733000', '164613.735000', '164613.738000', '164613.740000', '164613.743000', '164613.746000', '164613.748000', '164613.751000', '164613.753000', '164613.756000', '164613.758000', '164613.761000', '164613.764000', '164613.766000', '164613.769000', '164613.771000', '164613.774000', '164613.776000', '164613.779000', '164613.781000', '164613.784000', '164613.787000', '164633.646000', '164633.649000', '164633.652000', '164633.654000', '164633.657000', '164633.660000', '164633.662000', '164633.665000', '164633.667000', '164633.670000', '164633.673000', '164633.675000', '164633.678000', '164633.680000', '164633.683000', '164633.685000', '164633.688000', '164633.690000', '164633.693000', '164633.696000', '164633.698000', '164633.701000', '164633.703000', '164633.706000', '164633.709000', '164633.711000', '164633.714000', '164633.716000', '164633.719000', '164633.721000', '164633.724000', '164633.727000', '164633.729000', '164633.732000', '164633.734000', '164633.737000', '164633.739000', '164633.742000', '164633.745000', '164633.747000', '164633.750000', '164633.752000', '164633.755000', '164649.454000', '164649.457000', '164649.460000', '164649.462000', '164649.467000', '164649.470000', '164649.473000', '164649.476000', '164649.480000', '164649.482000', '164649.485000', '164649.493000', '164649.497000', '164649.501000', '164649.504000', '164649.507000', '164649.510000', '164649.513000', '164649.516000', '164649.521000', '164649.524000', '164649.527000', '164649.531000', '164649.535000', '164649.538000', '164649.541000', '164649.545000', '164649.547000', '164649.550000', '164649.554000', '164649.557000', '164649.565000', '164649.568000', '164649.572000', '164649.575000'], 'InstanceCreationTime': ['164033.687000', '164033.690000', '164033.693000', '164033.695000', '164033.698000', '164033.700000', '164033.703000', '164033.705000', '164033.708000', '164033.710000', '164033.713000', '164033.715000', '164033.724000', '164033.727000', '164033.730000', '164033.732000', '164033.735000', '164033.737000', '164033.740000', '164033.742000', '164033.745000', '164033.747000', '164033.750000', '164033.752000', '164033.755000', '164033.757000', '164033.760000', '164033.763000', '164033.765000', '164033.768000', '164033.770000', '164033.773000', '164033.775000', '164033.778000', '164033.780000', '164033.783000', '164033.785000', '164033.788000', '164033.791000', '164033.793000', '164033.796000', '164033.798000', '164033.801000', '164033.803000', '164033.806000', '164033.808000', '164033.811000', '164033.814000', '164033.816000', '164033.819000', '164033.821000', '164033.824000', '164033.826000', '164033.829000', '164033.831000', '164053.646000', '164053.649000', '164053.652000', '164053.654000', '164053.657000', '164053.660000', '164053.662000', '164053.670000', '164053.673000', '164053.676000', '164053.678000', '164053.681000', '164053.683000', '164053.686000', '164053.688000', '164053.691000', '164053.693000', '164053.696000', '164053.698000', '164053.701000', '164053.703000', '164053.706000', '164053.709000', '164053.711000', '164053.714000', '164053.716000', '164053.719000', '164053.721000', '164053.724000', '164053.726000', '164053.729000', '164053.732000', '164053.734000', '164053.737000', '164053.739000', '164053.742000', '164053.744000', '164053.747000', '164053.749000', '164053.752000', '164053.755000', '164053.757000', '164053.760000', '164113.646000', '164113.649000', '164113.652000', '164113.654000', '164113.657000', '164113.660000', '164113.662000', '164113.665000', '164113.667000', '164113.670000', '164113.672000', '164113.675000', '164113.677000', '164113.680000', '164113.683000', '164113.685000', '164113.688000', '164113.690000', '164113.693000', '164113.696000', '164113.698000', '164113.701000', '164113.703000', '164113.706000', '164113.709000', '164113.711000', '164113.714000', '164113.716000', '164113.719000', '164113.722000', '164113.724000', '164113.727000', '164113.730000', '164113.732000', '164113.735000', '164113.737000', '164113.740000', '164113.743000', '164113.745000', '164113.748000', '164113.750000', '164113.753000', '164113.756000', '164113.758000', '164133.646000', '164133.658000', '164133.661000', '164133.663000', '164133.666000', '164133.668000', '164133.671000', '164133.673000', '164133.676000', '164133.679000', '164133.681000', '164133.684000', '164133.686000', '164133.689000', '164133.691000', '164133.694000', '164133.697000', '164133.699000', '164133.702000', '164133.704000', '164133.707000', '164133.709000', '164133.712000', '164133.715000', '164133.717000', '164133.720000', '164133.722000', '164133.734000', '164133.737000', '164133.739000', '164133.742000', '164133.745000', '164133.747000', '164133.750000', '164133.752000', '164133.755000', '164133.757000', '164133.760000', '164133.762000', '164133.765000', '164133.767000', '164133.770000', '164133.773000', '164153.646000', '164153.649000', '164153.652000', '164153.654000', '164153.657000', '164153.660000', '164153.662000', '164153.665000', '164153.667000', '164153.670000', '164153.672000', '164153.675000', '164153.678000', '164153.680000', '164153.683000', '164153.685000', '164153.688000', '164153.691000', '164153.693000', '164153.696000', '164153.698000', '164153.701000', '164153.703000', '164153.706000', '164153.708000', '164153.711000', '164153.714000', '164153.716000', '164153.719000', '164153.721000', '164153.724000', '164153.727000', '164153.729000', '164153.732000', '164153.735000', '164153.737000', '164153.740000', '164153.742000', '164153.745000', '164153.748000', '164153.750000', '164153.753000', '164153.755000', '164153.758000', '164213.647000', '164213.649000', '164213.652000', '164213.655000', '164213.657000', '164213.660000', '164213.662000', '164213.665000', '164213.667000', '164213.670000', '164213.672000', '164213.675000', '164213.678000', '164213.680000', '164213.683000', '164213.685000', '164213.688000', '164213.690000', '164213.693000', '164213.695000', '164213.698000', '164213.701000', '164213.703000', '164213.706000', '164213.708000', '164213.711000', '164213.714000', '164213.716000', '164213.719000', '164213.721000', '164213.724000', '164213.726000', '164213.729000', '164213.732000', '164213.734000', '164213.737000', '164213.739000', '164213.742000', '164213.745000', '164213.747000', '164213.750000', '164213.752000', '164213.755000', '164233.646000', '164233.649000', '164233.652000', '164233.654000', '164233.657000', '164233.660000', '164233.662000', '164233.665000', '164233.667000', '164233.670000', '164233.672000', '164233.675000', '164233.679000', '164233.682000', '164233.684000', '164233.687000', '164233.689000', '164233.692000', '164233.694000', '164233.697000', '164233.700000', '164233.702000', '164233.705000', '164233.707000', '164233.710000', '164233.712000', '164233.715000', '164233.717000', '164233.720000', '164233.723000', '164233.725000', '164233.728000', '164233.730000', '164233.733000', '164233.736000', '164233.738000', '164233.741000', '164233.743000', '164233.746000', '164233.749000', '164233.751000', '164233.754000', '164233.756000', '164233.759000', '164253.646000', '164253.648000', '164253.651000', '164253.654000', '164253.656000', '164253.659000', '164253.662000', '164253.664000', '164253.667000', '164253.669000', '164253.672000', '164253.675000', '164253.677000', '164253.680000', '164253.682000', '164253.685000', '164253.688000', '164253.690000', '164253.693000', '164253.695000', '164253.698000', '164253.700000', '164253.703000', '164253.706000', '164253.708000', '164253.711000', '164253.713000', '164253.716000', '164253.719000', '164253.721000', '164253.724000', '164253.726000', '164253.729000', '164253.731000', '164253.734000', '164253.737000', '164253.739000', '164253.742000', '164253.744000', '164253.747000', '164253.749000', '164253.752000', '164253.755000', '164313.646000', '164313.649000', '164313.652000', '164313.654000', '164313.657000', '164313.660000', '164313.662000', '164313.665000', '164313.667000', '164313.670000', '164313.672000', '164313.675000', '164313.677000', '164313.680000', '164313.683000', '164313.685000', '164313.688000', '164313.690000', '164313.693000', '164313.696000', '164313.698000', '164313.701000', '164313.703000', '164313.720000', '164313.723000', '164313.725000', '164313.728000', '164313.731000', '164313.733000', '164313.736000', '164313.739000', '164313.741000', '164313.744000', '164313.746000', '164313.749000', '164313.752000', '164313.754000', '164313.757000', '164313.759000', '164313.762000', '164313.765000', '164313.767000', '164313.770000', '164333.646000', '164333.649000', '164333.652000', '164333.654000', '164333.657000', '164333.659000', '164333.662000', '164333.665000', '164333.667000', '164333.670000', '164333.673000', '164333.675000', '164333.678000', '164333.680000', '164333.683000', '164333.686000', '164333.688000', '164333.691000', '164333.694000', '164333.696000', '164333.699000', '164333.701000', '164333.704000', '164333.707000', '164333.715000', '164333.718000', '164333.720000', '164333.723000', '164333.725000', '164333.728000', '164333.731000', '164333.733000', '164333.736000', '164333.738000', '164333.741000', '164333.743000', '164333.746000', '164333.749000', '164333.751000', '164333.754000', '164333.756000', '164333.759000', '164333.761000', '164333.764000', '164353.646000', '164353.649000', '164353.652000', '164353.655000', '164353.657000', '164353.660000', '164353.663000', '164353.665000', '164353.668000', '164353.671000', '164353.673000', '164353.676000', '164353.678000', '164353.681000', '164353.683000', '164353.686000', '164353.688000', '164353.691000', '164353.694000', '164353.696000', '164353.699000', '164353.701000', '164353.704000', '164353.707000', '164353.709000', '164353.712000', '164353.715000', '164353.718000', '164353.721000', '164353.724000', '164353.726000', '164353.729000', '164353.732000', '164353.734000', '164353.737000', '164353.739000', '164353.742000', '164353.745000', '164353.747000', '164353.750000', '164353.752000', '164353.755000', '164353.758000', '164413.646000', '164413.649000', '164413.652000', '164413.654000', '164413.657000', '164413.660000', '164413.662000', '164413.665000', '164413.667000', '164413.670000', '164413.672000', '164413.675000', '164413.678000', '164413.680000', '164413.683000', '164413.685000', '164413.688000', '164413.690000', '164413.693000', '164413.696000', '164413.698000', '164413.701000', '164413.703000', '164413.706000', '164413.709000', '164413.711000', '164413.714000', '164413.716000', '164413.719000', '164413.721000', '164413.724000', '164413.726000', '164413.729000', '164413.732000', '164413.734000', '164413.737000', '164413.739000', '164413.742000', '164413.745000', '164413.747000', '164413.750000', '164413.752000', '164413.755000', '164413.758000', '164433.647000', '164433.650000', '164433.652000', '164433.655000', '164433.657000', '164433.660000', '164433.662000', '164433.665000', '164433.668000', '164433.670000', '164433.673000', '164433.676000', '164433.678000', '164433.681000', '164433.684000', '164433.686000', '164433.689000', '164433.691000', '164433.694000', '164433.697000', '164433.699000', '164433.702000', '164433.704000', '164433.707000', '164433.709000', '164433.712000', '164433.715000', '164433.717000', '164433.720000', '164433.722000', '164433.725000', '164433.727000', '164433.730000', '164433.733000', '164433.735000', '164433.738000', '164433.740000', '164433.743000', '164433.745000', '164433.748000', '164433.751000', '164433.753000', '164433.756000', '164453.647000', '164453.649000', '164453.652000', '164453.655000', '164453.657000', '164453.660000', '164453.662000', '164453.665000', '164453.667000', '164453.670000', '164453.673000', '164453.675000', '164453.678000', '164453.680000', '164453.683000', '164453.686000', '164453.688000', '164453.691000', '164453.693000', '164453.696000', '164453.699000', '164453.701000', '164453.704000', '164453.706000', '164453.709000', '164453.712000', '164453.714000', '164453.717000', '164453.719000', '164453.722000', '164453.725000', '164453.727000', '164453.730000', '164453.732000', '164453.735000', '164453.738000', '164453.740000', '164453.743000', '164453.745000', '164453.748000', '164453.751000', '164453.753000', '164453.756000', '164453.758000', '164513.645000', '164513.648000', '164513.651000', '164513.653000', '164513.656000', '164513.659000', '164513.661000', '164513.664000', '164513.666000', '164513.669000', '164513.672000', '164513.674000', '164513.677000', '164513.679000', '164513.682000', '164513.685000', '164513.687000', '164513.690000', '164513.692000', '164513.695000', '164513.698000', '164513.700000', '164513.703000', '164513.705000', '164513.708000', '164513.710000', '164513.713000', '164513.716000', '164513.718000', '164513.721000', '164513.723000', '164513.726000', '164513.728000', '164513.731000', '164513.734000', '164513.736000', '164513.739000', '164513.741000', '164513.744000', '164513.746000', '164513.749000', '164513.751000', '164513.754000', '164533.646000', '164533.649000', '164533.652000', '164533.654000', '164533.657000', '164533.660000', '164533.662000', '164533.665000', '164533.667000', '164533.670000', '164533.672000', '164533.675000', '164533.677000', '164533.680000', '164533.683000', '164533.685000', '164533.688000', '164533.690000', '164533.693000', '164533.696000', '164533.698000', '164533.701000', '164533.703000', '164533.706000', '164533.709000', '164533.711000', '164533.714000', '164533.716000', '164533.719000', '164533.721000', '164533.724000', '164533.728000', '164533.730000', '164533.733000', '164533.736000', '164533.738000', '164533.741000', '164533.743000', '164533.746000', '164533.748000', '164533.751000', '164533.754000', '164533.756000', '164533.759000', '164553.647000', '164553.649000', '164553.652000', '164553.655000', '164553.657000', '164553.660000', '164553.662000', '164553.665000', '164553.668000', '164553.670000', '164553.673000', '164553.675000', '164553.678000', '164553.681000', '164553.683000', '164553.686000', '164553.688000', '164553.691000', '164553.694000', '164553.697000', '164553.699000', '164553.702000', '164553.704000', '164553.708000', '164553.711000', '164553.713000', '164553.716000', '164553.718000', '164553.721000', '164553.724000', '164553.726000', '164553.729000', '164553.732000', '164553.734000', '164553.737000', '164553.739000', '164553.742000', '164553.744000', '164553.747000', '164553.750000', '164553.752000', '164553.756000', '164553.759000', '164613.647000', '164613.650000', '164613.652000', '164613.655000', '164613.657000', '164613.660000', '164613.663000', '164613.665000', '164613.668000', '164613.670000', '164613.673000', '164613.675000', '164613.678000', '164613.681000', '164613.683000', '164613.686000', '164613.717000', '164613.720000', '164613.723000', '164613.725000', '164613.728000', '164613.730000', '164613.733000', '164613.735000', '164613.738000', '164613.740000', '164613.743000', '164613.746000', '164613.748000', '164613.751000', '164613.753000', '164613.756000', '164613.758000', '164613.761000', '164613.764000', '164613.766000', '164613.769000', '164613.771000', '164613.774000', '164613.776000', '164613.779000', '164613.781000', '164613.784000', '164613.787000', '164633.646000', '164633.649000', '164633.652000', '164633.654000', '164633.657000', '164633.660000', '164633.662000', '164633.665000', '164633.667000', '164633.670000', '164633.673000', '164633.675000', '164633.678000', '164633.680000', '164633.683000', '164633.685000', '164633.688000', '164633.690000', '164633.693000', '164633.696000', '164633.698000', '164633.701000', '164633.703000', '164633.706000', '164633.709000', '164633.711000', '164633.714000', '164633.716000', '164633.719000', '164633.721000', '164633.724000', '164633.727000', '164633.729000', '164633.732000', '164633.734000', '164633.737000', '164633.739000', '164633.742000', '164633.745000', '164633.747000', '164633.750000', '164633.752000', '164633.755000', '164649.454000', '164649.457000', '164649.460000', '164649.462000', '164649.467000', '164649.470000', '164649.473000', '164649.476000', '164649.480000', '164649.482000', '164649.485000', '164649.493000', '164649.497000', '164649.501000', '164649.504000', '164649.507000', '164649.510000', '164649.513000', '164649.516000', '164649.521000', '164649.524000', '164649.527000', '164649.531000', '164649.535000', '164649.538000', '164649.541000', '164649.545000', '164649.547000', '164649.550000', '164649.554000', '164649.557000', '164649.565000', '164649.568000', '164649.572000', '164649.575000'], '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': [9017, 10902, 9384, 11245, 9042, 8582, 9617, 8340, 10096, 9293, 11029, 8709, 9737, 9385, 7635, 9936, 9665, 10698, 8746, 11033, 9432, 7610, 9774, 8595, 10734, 9080, 8344, 9917, 8136, 12766, 8933, 8937, 9617, 7766, 10379, 8857, 11692, 8885, 9253, 9342, 7804, 10265, 10022, 12370, 10556, 9001, 8537, 8800, 7788, 10301, 9515, 9419, 12134, 10240, 11999, 11091, 9111, 12608, 9731, 8904, 8248, 9836, 8851, 8786, 7584, 9271, 8441, 10796, 10313, 10078, 12564, 9530, 11421, 9364, 13549, 9472, 14264, 9534, 10056, 9037, 12529, 9477, 14296, 10033, 12131, 10898, 9487, 10290, 10181, 11995, 10359, 10234, 11503, 10996, 14487, 12247, 10683, 10863, 10448, 8980, 10258, 9681, 8482, 10557, 9512, 9434, 10148, 9151, 8679, 9665, 9518, 8520, 9972, 9167, 9053, 9721, 8932, 9806, 9609, 10894, 10034, 9672, 9525, 8799, 9851, 9671, 9909, 9889, 8552, 10129, 10017, 10126, 9259, 8027, 9823, 8546, 10219, 9041, 11145, 9205, 7788, 9702, 9493, 10678, 9592, 7554, 9779, 9473, 10345, 9267, 11537, 9583, 8213, 10260, 9453, 7967, 10299, 8043, 8629, 10186, 8663, 9463, 10281, 10357, 12268, 12418, 13354, 9368, 8265, 8209, 6932, 9905, 10171, 9635, 9968, 9663, 8215, 10588, 9394, 11673, 10369, 13719, 10716, 12787, 10397, 12431, 10532, 9836, 10865, 9244, 11546, 10393, 10876, 10482, 9518, 10476, 9032, 10475, 10160, 8059, 10243, 9364, 10573, 8647, 10455, 8905, 10581, 9060, 9341, 9284, 8333, 9194, 7964, 9707, 8897, 10235, 8990, 10835, 9162, 8330, 9202, 7937, 9941, 8242, 9857, 8812, 11012, 9307, 8422, 9312, 9726, 8668, 7301, 10503, 8899, 7596, 9605, 9034, 8243, 11017, 8881, 10043, 9767, 8275, 10709, 8950, 13949, 10531, 8574, 10590, 9506, 8521, 10173, 8850, 8677, 10753, 9363, 8662, 10493, 8852, 12193, 9437, 8272, 10270, 8544, 11554, 9706, 8464, 10865, 8657, 8180, 9492, 7884, 10714, 9034, 11130, 9507, 8639, 10599, 9639, 8096, 9322, 8540, 7887, 7626, 11008, 8725, 8138, 10395, 8641, 12154, 9823, 10904, 10363, 8450, 10714, 10726, 12697, 10512, 13634, 10737, 12128, 10659, 10471, 12085, 10222, 12948, 10977, 9532, 11008, 9071, 9070, 10508, 9837, 10388, 10411, 8329, 10170, 8922, 8525, 10535, 9267, 8169, 10530, 8762, 11329, 9050, 9113, 9367, 8102, 10470, 8401, 9813, 8962, 7727, 10462, 8949, 8290, 10561, 9834, 8740, 8764, 9194, 8251, 7650, 11062, 9942, 7865, 10820, 9143, 9172, 10511, 9967, 13685, 14794, 10761, 13790, 9951, 8580, 9478, 10397, 10156, 12697, 10608, 12251, 10970, 9244, 11427, 10141, 8475, 11080, 9358, 13633, 10948, 9890, 10569, 10122, 10785, 9040, 11069, 9698, 9953, 9841, 8162, 10195, 8812, 10313, 9694, 10657, 8516, 9649, 9031, 8246, 9355, 7933, 10032, 8402, 10484, 8806, 9685, 9167, 8144, 10225, 9665, 9594, 11396, 9912, 7797, 7234, 9202, 8386, 7602, 10184, 8818, 9140, 11361, 9462, 10544, 11413, 9335, 8422, 7433, 8936, 8036, 7603, 9879, 9165, 9930, 9594, 9720, 12868, 10680, 13197, 11457, 11185, 12123, 10517, 12083, 10238, 10122, 10323, 10161, 10306, 8259, 10284, 8070, 10621, 8806, 10868, 8607, 10048, 9120, 8794, 9603, 8085, 10046, 8903, 9614, 8905, 7402, 9577, 8268, 10880, 8985, 10158, 9015, 7834, 9278, 8196, 10614, 8926, 7794, 9546, 8455, 10818, 8937, 9508, 9300, 8287, 10241, 8284, 7826, 9996, 8384, 7432, 9755, 8577, 11088, 9169, 10134, 9168, 8720, 9991, 8534, 10894, 8712, 9960, 9960, 9521, 12952, 10913, 8023, 7460, 7390, 8139, 7735, 7870, 12596, 9804, 7757, 9683, 8992, 8788, 14233, 13185, 13615, 15022, 11068, 14229, 13553, 12504, 13265, 9977, 8509, 10898, 9706, 11354, 10337, 9465, 9947, 9110, 10477, 9555, 8854, 10630, 9283, 8848, 10909, 10298, 9816, 10154, 9541, 11118, 10237, 9250, 10325, 9765, 10464, 9910, 8183, 10682, 8337, 8844, 9186, 9054, 10030, 9538, 8455, 10680, 8630, 9197, 9236, 8238, 9987, 8529, 10721, 9304, 8431, 11306, 9411, 9452, 9038, 9418, 8342, 8308, 7901, 9284, 8340, 9262, 10561, 9380, 12436, 12482, 11154, 13130, 10186, 9959, 10680, 10138, 10028, 8821, 11450, 9931, 11467, 11102, 10496, 9791, 8770, 10976, 9604, 10714, 12232, 10844, 10575, 9601, 11552, 9315, 12982, 9693, 12965, 10251, 11041, 10480, 8969, 10759, 10515, 10975, 10048, 8684, 10192, 9521, 10310, 9586, 9322, 11192, 9780, 11375, 12560, 11320, 9566, 8084, 10237, 8972, 9083, 9559, 9636, 9379, 8553, 9529, 7740, 10748, 8601, 11672, 10118, 10277, 12145, 9508, 10832, 10327, 13215, 10551, 10907, 10694, 9915, 11059, 10058, 11461, 10551, 10408, 10647, 9596, 10892, 9191, 9137, 10278, 8485, 10878, 9740, 10734, 9943, 8898, 10296, 8885, 10835, 8580, 9338, 9147, 9281, 11498, 8771, 7601, 9266, 8180, 10442, 8727, 9098, 8928, 7874, 9776, 8277, 9726, 8798, 7807, 9952, 8416, 9901, 8903, 7871, 9921, 8395, 9210, 9402, 8076, 10316, 8708, 8597, 9150, 8699, 11636, 9394, 8372, 11304, 9439, 8132, 9447, 8137, 10521, 9035, 11169, 9076, 9555, 9079, 7781, 9920, 8738, 11594, 11184, 10147, 13044, 9981, 8266, 8129, 8866, 10633, 8077, 7769, 9523, 8457, 8245, 13423, 11342, 12424, 13356, 12191, 15997, 15680, 11309, 13941, 9703, 8792, 8944, 9510, 9164, 9139, 10104, 9574, 10921, 9938, 8863, 10486, 9275, 14001, 9561, 8758, 9994, 8938, 10053, 9317, 10012, 9241, 8162, 9242, 8044, 9667, 8504, 9557, 9006, 10264, 9055, 8779, 9133, 8491, 9498, 7669, 9513, 7822, 9491, 8603, 9873, 8806, 10297, 8443, 9313, 8425, 7482, 9427, 8038, 9862, 8732, 8691, 8848, 7827, 9341, 8301, 10730, 9146, 8723, 9241, 7848, 10430, 8797, 10820, 9311, 11004, 9014, 9704, 8803, 8136, 9700, 7917, 10532, 8898, 10612, 9620, 8224, 10861, 8935, 7359, 11054, 8461, 7739, 8986, 8285, 7863, 8128, 8593, 7563, 8447, 9427, 7872, 12024, 11941, 11844, 13891, 13105, 15863, 14708, 14735, 13677, 10894, 15271, 12139, 9332, 12183, 9194, 8916, 9620, 8849, 11761, 9751, 9088, 11692, 9553, 8265, 9972, 9165, 10467, 9380, 7854, 9507, 8542, 9141], 'WindowCenter': [4433.0, 4440.0, 4416.0, 4422.0, 4402.0, 4390.0, 4401.0, 4392.0, 4400.0, 4401.0, 4411.0, 4389.0, 4398.0, 4386.0, 4378.0, 4398.0, 4411.0, 4410.0, 4391.0, 4411.0, 4399.0, 4377.0, 4398.0, 4402.0, 4423.0, 4401.0, 4392.0, 4411.0, 4391.0, 4419.0, 4401.0, 4401.0, 4414.0, 4391.0, 4410.0, 4402.0, 4418.0, 4389.0, 4388.0, 4400.0, 4391.0, 4425.0, 4416.0, 4424.0, 4412.0, 4402.0, 4402.0, 4402.0, 4392.0, 4421.0, 4414.0, 4402.0, 4421.0, 4411.0, 4421.0, 4422.0, 4400.0, 4406.0, 4386.0, 4387.0, 4375.0, 4397.0, 4386.0, 4388.0, 4377.0, 4398.0, 4389.0, 4422.0, 4399.0, 4397.0, 4404.0, 4383.0, 4392.0, 4372.0, 4401.0, 4371.0, 4400.0, 4369.0, 4367.0, 4359.0, 4378.0, 4358.0, 4386.0, 4355.0, 4366.0, 4355.0, 4345.0, 4351.0, 4353.0, 4349.0, 4340.0, 4341.0, 4362.0, 4363.0, 4372.0, 4351.0, 4339.0, 4340.0, 4354.0, 4332.0, 4341.0, 4343.0, 4348.0, 4379.0, 4368.0, 4369.0, 4356.0, 4354.0, 4345.0, 4356.0, 4358.0, 4357.0, 4368.0, 4359.0, 4356.0, 4359.0, 4347.0, 4356.0, 4356.0, 4354.0, 4354.0, 4344.0, 4345.0, 4332.0, 4354.0, 4356.0, 4354.0, 4368.0, 4358.0, 4368.0, 4366.0, 4366.0, 4357.0, 4346.0, 4366.0, 4358.0, 4370.0, 4360.0, 4379.0, 4372.0, 4362.0, 4383.0, 4385.0, 4393.0, 4385.0, 4364.0, 4384.0, 4385.0, 4394.0, 4384.0, 4406.0, 4397.0, 4375.0, 4396.0, 4399.0, 4390.0, 4407.0, 4390.0, 4389.0, 4410.0, 4403.0, 4414.0, 4425.0, 4424.0, 4421.0, 4406.0, 4419.0, 4385.0, 4375.0, 4375.0, 4368.0, 4413.0, 4409.0, 4400.0, 4398.0, 4388.0, 4375.0, 4397.0, 4388.0, 4409.0, 4396.0, 4404.0, 4382.0, 4379.0, 4357.0, 4379.0, 4355.0, 4343.0, 4340.0, 4330.0, 4349.0, 4341.0, 4350.0, 4351.0, 4328.0, 4339.0, 4330.0, 4338.0, 4340.0, 4320.0, 4350.0, 4340.0, 4352.0, 4332.0, 4352.0, 4342.0, 4352.0, 4344.0, 4343.0, 4355.0, 4345.0, 4356.0, 4345.0, 4356.0, 4357.0, 4367.0, 4357.0, 4378.0, 4368.0, 4358.0, 4369.0, 4360.0, 4380.0, 4360.0, 4383.0, 4400.0, 4396.0, 4386.0, 4391.0, 4400.0, 4411.0, 4401.0, 4393.0, 4422.0, 4400.0, 4394.0, 4413.0, 4404.0, 4403.0, 4410.0, 4415.0, 4411.0, 4413.0, 4391.0, 4409.0, 4388.0, 4429.0, 4395.0, 4373.0, 4381.0, 4384.0, 4372.0, 4371.0, 4372.0, 4372.0, 4393.0, 4373.0, 4361.0, 4381.0, 4371.0, 4390.0, 4370.0, 4359.0, 4369.0, 4374.0, 4403.0, 4386.0, 4373.0, 4394.0, 4371.0, 4361.0, 4382.0, 4362.0, 4393.0, 4385.0, 4405.0, 4399.0, 4389.0, 4407.0, 4399.0, 4392.0, 4401.0, 4399.0, 4391.0, 4392.0, 4410.0, 4392.0, 4393.0, 4411.0, 4392.0, 4422.0, 4400.0, 4395.0, 4387.0, 4363.0, 4382.0, 4371.0, 4380.0, 4359.0, 4378.0, 4356.0, 4353.0, 4342.0, 4339.0, 4338.0, 4327.0, 4336.0, 4325.0, 4328.0, 4326.0, 4315.0, 4315.0, 4336.0, 4341.0, 4341.0, 4363.0, 4331.0, 4351.0, 4345.0, 4345.0, 4365.0, 4356.0, 4346.0, 4366.0, 4347.0, 4364.0, 4356.0, 4358.0, 4357.0, 4346.0, 4366.0, 4347.0, 4368.0, 4371.0, 4362.0, 4392.0, 4384.0, 4388.0, 4409.0, 4398.0, 4390.0, 4401.0, 4399.0, 4403.0, 4392.0, 4422.0, 4413.0, 4393.0, 4424.0, 4413.0, 4413.0, 4423.0, 4412.0, 4419.0, 4416.0, 4397.0, 4405.0, 4371.0, 4362.0, 4386.0, 4383.0, 4384.0, 4391.0, 4368.0, 4365.0, 4353.0, 4342.0, 4350.0, 4340.0, 4320.0, 4350.0, 4330.0, 4358.0, 4349.0, 4340.0, 4339.0, 4337.0, 4338.0, 4327.0, 4337.0, 4329.0, 4327.0, 4327.0, 4317.0, 4337.0, 4329.0, 4338.0, 4328.0, 4336.0, 4328.0, 4339.0, 4341.0, 4331.0, 4342.0, 4331.0, 4354.0, 4345.0, 4364.0, 4355.0, 4356.0, 4358.0, 4360.0, 4395.0, 4383.0, 4371.0, 4407.0, 4384.0, 4364.0, 4365.0, 4374.0, 4376.0, 4367.0, 4386.0, 4375.0, 4386.0, 4396.0, 4374.0, 4385.0, 4380.0, 4358.0, 4346.0, 4335.0, 4357.0, 4348.0, 4350.0, 4382.0, 4384.0, 4385.0, 4384.0, 4372.0, 4393.0, 4369.0, 4377.0, 4354.0, 4352.0, 4350.0, 4340.0, 4349.0, 4339.0, 4327.0, 4338.0, 4336.0, 4338.0, 4318.0, 4338.0, 4319.0, 4339.0, 4341.0, 4351.0, 4345.0, 4355.0, 4356.0, 4356.0, 4369.0, 4359.0, 4369.0, 4370.0, 4370.0, 4359.0, 4348.0, 4369.0, 4360.0, 4379.0, 4372.0, 4381.0, 4372.0, 4363.0, 4383.0, 4373.0, 4391.0, 4374.0, 4364.0, 4384.0, 4375.0, 4394.0, 4387.0, 4385.0, 4386.0, 4388.0, 4397.0, 4376.0, 4378.0, 4397.0, 4385.0, 4376.0, 4397.0, 4387.0, 4406.0, 4387.0, 4396.0, 4386.0, 4376.0, 4396.0, 4374.0, 4395.0, 4387.0, 4410.0, 4413.0, 4402.0, 4433.0, 4422.0, 4390.0, 4381.0, 4381.0, 4391.0, 4381.0, 4391.0, 4422.0, 4413.0, 4381.0, 4400.0, 4414.0, 4417.0, 4445.0, 4420.0, 4407.0, 4403.0, 4383.0, 4393.0, 4381.0, 4368.0, 4363.0, 4343.0, 4319.0, 4339.0, 4330.0, 4354.0, 4358.0, 4331.0, 4327.0, 4316.0, 4324.0, 4314.0, 4303.0, 4325.0, 4316.0, 4315.0, 4335.0, 4326.0, 4315.0, 4325.0, 4315.0, 4335.0, 4326.0, 4314.0, 4326.0, 4326.0, 4337.0, 4338.0, 4318.0, 4339.0, 4332.0, 4343.0, 4344.0, 4360.0, 4368.0, 4369.0, 4347.0, 4366.0, 4348.0, 4356.0, 4359.0, 4347.0, 4369.0, 4362.0, 4395.0, 4377.0, 4365.0, 4394.0, 4375.0, 4385.0, 4363.0, 4373.0, 4363.0, 4365.0, 4364.0, 4375.0, 4378.0, 4388.0, 4398.0, 4388.0, 4405.0, 4394.0, 4381.0, 4381.0, 4357.0, 4355.0, 4342.0, 4351.0, 4354.0, 4357.0, 4390.0, 4368.0, 4379.0, 4376.0, 4365.0, 4355.0, 4358.0, 4367.0, 4345.0, 4354.0, 4366.0, 4356.0, 4355.0, 4333.0, 4340.0, 4319.0, 4347.0, 4319.0, 4337.0, 4328.0, 4326.0, 4327.0, 4305.0, 4325.0, 4325.0, 4324.0, 4314.0, 4306.0, 4326.0, 4326.0, 4326.0, 4326.0, 4328.0, 4351.0, 4354.0, 4353.0, 4352.0, 4341.0, 4342.0, 4334.0, 4354.0, 4345.0, 4346.0, 4356.0, 4358.0, 4358.0, 4347.0, 4358.0, 4351.0, 4370.0, 4350.0, 4367.0, 4357.0, 4345.0, 4355.0, 4332.0, 4341.0, 4327.0, 4335.0, 4326.0, 4323.0, 4312.0, 4312.0, 4312.0, 4302.0, 4310.0, 4310.0, 4310.0, 4310.0, 4299.0, 4311.0, 4302.0, 4302.0, 4312.0, 4302.0, 4322.0, 4314.0, 4324.0, 4325.0, 4315.0, 4325.0, 4328.0, 4337.0, 4329.0, 4329.0, 4341.0, 4342.0, 4362.0, 4343.0, 4334.0, 4344.0, 4346.0, 4381.0, 4359.0, 4357.0, 4359.0, 4348.0, 4368.0, 4348.0, 4358.0, 4359.0, 4349.0, 4369.0, 4359.0, 4370.0, 4360.0, 4360.0, 4382.0, 4373.0, 4372.0, 4386.0, 4375.0, 4395.0, 4374.0, 4373.0, 4372.0, 4376.0, 4404.0, 4384.0, 4374.0, 4395.0, 4385.0, 4362.0, 4371.0, 4361.0, 4381.0, 4372.0, 4391.0, 4373.0, 4371.0, 4373.0, 4351.0, 4384.0, 4390.0, 4410.0, 4410.0, 4400.0, 4420.0, 4400.0, 4391.0, 4394.0, 4404.0, 4427.0, 4395.0, 4383.0, 4389.0, 4379.0, 4378.0, 4418.0, 4426.0, 4424.0, 4434.0, 4410.0, 4404.0, 4388.0, 4354.0, 4364.0, 4332.0, 4335.0, 4332.0, 4343.0, 4328.0, 4341.0, 4341.0, 4340.0, 4339.0, 4340.0, 4330.0, 4340.0, 4329.0, 4357.0, 4327.0, 4316.0, 4327.0, 4317.0, 4327.0, 4329.0, 4327.0, 4328.0, 4317.0, 4328.0, 4319.0, 4340.0, 4331.0, 4340.0, 4344.0, 4354.0, 4357.0, 4345.0, 4356.0, 4345.0, 4355.0, 4336.0, 4356.0, 4336.0, 4355.0, 4347.0, 4355.0, 4346.0, 4366.0, 4362.0, 4368.0, 4358.0, 4348.0, 4368.0, 4359.0, 4378.0, 4369.0, 4373.0, 4371.0, 4362.0, 4382.0, 4361.0, 4392.0, 4383.0, 4372.0, 4383.0, 4362.0, 4393.0, 4375.0, 4394.0, 4384.0, 4393.0, 4385.0, 4383.0, 4384.0, 4363.0, 4384.0, 4374.0, 4406.0, 4398.0, 4406.0, 4385.0, 4387.0, 4408.0, 4400.0, 4392.0, 4420.0, 4390.0, 4378.0, 4385.0, 4389.0, 4387.0, 4388.0, 4374.0, 4379.0, 4377.0, 4389.0, 4390.0, 4408.0, 4407.0, 4395.0, 4418.0, 4394.0, 4413.0, 4391.0, 4376.0, 4365.0, 4342.0, 4360.0, 4339.0, 4317.0, 4336.0, 4316.0, 4316.0, 4316.0, 4316.0, 4335.0, 4313.0, 4318.0, 4336.0, 4316.0, 4304.0, 4327.0, 4315.0, 4324.0, 4316.0, 4317.0, 4340.0, 4341.0, 4340.0], 'WindowWidth': [9779.0, 9778.0, 9739.0, 9742.0, 9717.0, 9696.0, 9711.0, 9696.0, 9707.0, 9712.0, 9722.0, 9692.0, 9700.0, 9684.0, 9673.0, 9700.0, 9726.0, 9722.0, 9697.0, 9723.0, 9705.0, 9672.0, 9703.0, 9716.0, 9743.0, 9714.0, 9701.0, 9723.0, 9696.0, 9731.0, 9711.0, 9711.0, 9733.0, 9700.0, 9723.0, 9712.0, 9730.0, 9691.0, 9687.0, 9705.0, 9700.0, 9751.0, 9738.0, 9745.0, 9724.0, 9714.0, 9715.0, 9715.0, 9703.0, 9741.0, 9734.0, 9712.0, 9739.0, 9726.0, 9737.0, 9742.0, 9709.0, 9711.0, 9684.0, 9688.0, 9669.0, 9700.0, 9685.0, 9690.0, 9675.0, 9701.0, 9693.0, 9745.0, 9707.0, 9699.0, 9704.0, 9672.0, 9686.0, 9658.0, 9695.0, 9654.0, 9690.0, 9647.0, 9643.0, 9632.0, 9657.0, 9630.0, 9664.0, 9624.0, 9638.0, 9619.0, 9604.0, 9611.0, 9614.0, 9607.0, 9595.0, 9596.0, 9629.0, 9632.0, 9642.0, 9609.0, 9590.0, 9591.0, 9615.0, 9584.0, 9594.0, 9602.0, 9614.0, 9662.0, 9649.0, 9648.0, 9623.0, 9621.0, 9609.0, 9625.0, 9630.0, 9628.0, 9643.0, 9633.0, 9626.0, 9632.0, 9613.0, 9624.0, 9622.0, 9618.0, 9619.0, 9602.0, 9606.0, 9587.0, 9616.0, 9622.0, 9618.0, 9644.0, 9630.0, 9643.0, 9639.0, 9637.0, 9628.0, 9611.0, 9642.0, 9631.0, 9650.0, 9637.0, 9662.0, 9655.0, 9643.0, 9673.0, 9679.0, 9687.0, 9679.0, 9651.0, 9675.0, 9679.0, 9689.0, 9679.0, 9708.0, 9699.0, 9667.0, 9697.0, 9704.0, 9697.0, 9713.0, 9696.0, 9690.0, 9720.0, 9716.0, 9732.0, 9752.0, 9751.0, 9740.0, 9709.0, 9731.0, 9677.0, 9665.0, 9667.0, 9662.0, 9731.0, 9718.0, 9705.0, 9698.0, 9686.0, 9661.0, 9696.0, 9688.0, 9719.0, 9694.0, 9705.0, 9671.0, 9662.0, 9626.0, 9659.0, 9619.0, 9596.0, 9589.0, 9576.0, 9600.0, 9593.0, 9604.0, 9608.0, 9572.0, 9586.0, 9577.0, 9586.0, 9592.0, 9564.0, 9606.0, 9594.0, 9610.0, 9586.0, 9610.0, 9601.0, 9612.0, 9606.0, 9602.0, 9622.0, 9607.0, 9624.0, 9608.0, 9624.0, 9627.0, 9641.0, 9630.0, 9657.0, 9646.0, 9632.0, 9648.0, 9638.0, 9664.0, 9636.0, 9675.0, 9706.0, 9693.0, 9678.0, 9694.0, 9706.0, 9726.0, 9716.0, 9706.0, 9739.0, 9710.0, 9709.0, 9731.0, 9718.0, 9715.0, 9720.0, 9736.0, 9725.0, 9729.0, 9698.0, 9718.0, 9688.0, 9745.0, 9692.0, 9657.0, 9669.0, 9675.0, 9656.0, 9649.0, 9656.0, 9656.0, 9685.0, 9659.0, 9641.0, 9668.0, 9654.0, 9675.0, 9648.0, 9632.0, 9647.0, 9663.0, 9703.0, 9681.0, 9660.0, 9689.0, 9655.0, 9641.0, 9669.0, 9644.0, 9687.0, 9679.0, 9710.0, 9708.0, 9692.0, 9716.0, 9707.0, 9701.0, 9711.0, 9708.0, 9699.0, 9702.0, 9719.0, 9698.0, 9702.0, 9723.0, 9697.0, 9737.0, 9703.0, 9692.0, 9682.0, 9642.0, 9668.0, 9648.0, 9663.0, 9630.0, 9653.0, 9622.0, 9609.0, 9594.0, 9587.0, 9585.0, 9566.0, 9579.0, 9561.0, 9567.0, 9561.0, 9549.0, 9547.0, 9576.0, 9593.0, 9592.0, 9629.0, 9582.0, 9607.0, 9607.0, 9607.0, 9634.0, 9626.0, 9612.0, 9638.0, 9612.0, 9632.0, 9624.0, 9629.0, 9625.0, 9609.0, 9638.0, 9615.0, 9644.0, 9654.0, 9644.0, 9683.0, 9678.0, 9689.0, 9718.0, 9703.0, 9693.0, 9712.0, 9708.0, 9720.0, 9704.0, 9744.0, 9731.0, 9703.0, 9746.0, 9732.0, 9734.0, 9748.0, 9728.0, 9735.0, 9723.0, 9701.0, 9705.0, 9651.0, 9642.0, 9680.0, 9672.0, 9674.0, 9680.0, 9641.0, 9631.0, 9611.0, 9597.0, 9605.0, 9590.0, 9563.0, 9604.0, 9579.0, 9614.0, 9604.0, 9590.0, 9587.0, 9584.0, 9584.0, 9571.0, 9584.0, 9574.0, 9569.0, 9570.0, 9556.0, 9582.0, 9573.0, 9586.0, 9572.0, 9582.0, 9575.0, 9589.0, 9595.0, 9582.0, 9598.0, 9584.0, 9616.0, 9606.0, 9631.0, 9622.0, 9623.0, 9631.0, 9638.0, 9691.0, 9674.0, 9655.0, 9712.0, 9677.0, 9647.0, 9648.0, 9656.0, 9664.0, 9652.0, 9674.0, 9659.0, 9677.0, 9690.0, 9658.0, 9676.0, 9662.0, 9628.0, 9607.0, 9593.0, 9625.0, 9616.0, 9623.0, 9668.0, 9676.0, 9678.0, 9676.0, 9655.0, 9685.0, 9644.0, 9651.0, 9615.0, 9610.0, 9604.0, 9591.0, 9600.0, 9586.0, 9569.0, 9584.0, 9580.0, 9584.0, 9557.0, 9585.0, 9562.0, 9589.0, 9594.0, 9608.0, 9607.0, 9620.0, 9624.0, 9625.0, 9646.0, 9636.0, 9648.0, 9650.0, 9651.0, 9635.0, 9618.0, 9645.0, 9635.0, 9661.0, 9656.0, 9666.0, 9655.0, 9645.0, 9673.0, 9658.0, 9679.0, 9661.0, 9649.0, 9675.0, 9663.0, 9689.0, 9684.0, 9678.0, 9683.0, 9688.0, 9697.0, 9666.0, 9676.0, 9698.0, 9682.0, 9670.0, 9699.0, 9684.0, 9709.0, 9684.0, 9693.0, 9680.0, 9668.0, 9694.0, 9664.0, 9691.0, 9684.0, 9723.0, 9727.0, 9711.0, 9753.0, 9738.0, 9694.0, 9682.0, 9682.0, 9697.0, 9681.0, 9695.0, 9737.0, 9724.0, 9679.0, 9703.0, 9732.0, 9740.0, 9775.0, 9733.0, 9713.0, 9698.0, 9670.0, 9686.0, 9664.0, 9640.0, 9627.0, 9597.0, 9557.0, 9583.0, 9573.0, 9615.0, 9627.0, 9576.0, 9563.0, 9549.0, 9559.0, 9542.0, 9526.0, 9561.0, 9551.0, 9548.0, 9574.0, 9562.0, 9543.0, 9557.0, 9545.0, 9574.0, 9564.0, 9545.0, 9562.0, 9565.0, 9579.0, 9585.0, 9558.0, 9587.0, 9582.0, 9597.0, 9605.0, 9635.0, 9643.0, 9647.0, 9613.0, 9636.0, 9615.0, 9624.0, 9630.0, 9612.0, 9643.0, 9642.0, 9689.0, 9667.0, 9646.0, 9684.0, 9660.0, 9673.0, 9638.0, 9650.0, 9637.0, 9646.0, 9645.0, 9661.0, 9667.0, 9684.0, 9699.0, 9685.0, 9705.0, 9688.0, 9666.0, 9660.0, 9619.0, 9617.0, 9595.0, 9606.0, 9619.0, 9630.0, 9679.0, 9647.0, 9660.0, 9652.0, 9633.0, 9621.0, 9630.0, 9637.0, 9600.0, 9611.0, 9634.0, 9618.0, 9616.0, 9582.0, 9588.0, 9557.0, 9593.0, 9554.0, 9575.0, 9568.0, 9560.0, 9564.0, 9531.0, 9557.0, 9556.0, 9555.0, 9543.0, 9533.0, 9566.0, 9566.0, 9566.0, 9563.0, 9568.0, 9608.0, 9616.0, 9608.0, 9608.0, 9592.0, 9596.0, 9588.0, 9616.0, 9606.0, 9608.0, 9621.0, 9624.0, 9626.0, 9608.0, 9625.0, 9623.0, 9643.0, 9618.0, 9634.0, 9622.0, 9600.0, 9613.0, 9577.0, 9588.0, 9563.0, 9573.0, 9562.0, 9554.0, 9537.0, 9535.0, 9535.0, 9523.0, 9531.0, 9532.0, 9530.0, 9530.0, 9516.0, 9532.0, 9523.0, 9523.0, 9538.0, 9526.0, 9552.0, 9544.0, 9557.0, 9561.0, 9548.0, 9562.0, 9570.0, 9582.0, 9575.0, 9574.0, 9593.0, 9596.0, 9623.0, 9601.0, 9589.0, 9603.0, 9610.0, 9662.0, 9631.0, 9626.0, 9631.0, 9615.0, 9641.0, 9615.0, 9627.0, 9629.0, 9616.0, 9643.0, 9633.0, 9648.0, 9635.0, 9634.0, 9666.0, 9659.0, 9655.0, 9683.0, 9668.0, 9695.0, 9662.0, 9660.0, 9654.0, 9666.0, 9704.0, 9676.0, 9661.0, 9691.0, 9676.0, 9642.0, 9653.0, 9640.0, 9664.0, 9656.0, 9680.0, 9657.0, 9652.0, 9655.0, 9627.0, 9675.0, 9690.0, 9719.0, 9716.0, 9703.0, 9729.0, 9700.0, 9692.0, 9702.0, 9716.0, 9751.0, 9702.0, 9680.0, 9682.0, 9671.0, 9668.0, 9725.0, 9752.0, 9744.0, 9758.0, 9720.0, 9703.0, 9667.0, 9612.0, 9626.0, 9582.0, 9591.0, 9581.0, 9596.0, 9568.0, 9594.0, 9592.0, 9589.0, 9588.0, 9590.0, 9577.0, 9591.0, 9574.0, 9609.0, 9565.0, 9551.0, 9567.0, 9555.0, 9568.0, 9572.0, 9566.0, 9570.0, 9556.0, 9572.0, 9562.0, 9590.0, 9582.0, 9594.0, 9605.0, 9617.0, 9625.0, 9606.0, 9623.0, 9608.0, 9621.0, 9594.0, 9621.0, 9595.0, 9621.0, 9612.0, 9621.0, 9608.0, 9635.0, 9644.0, 9646.0, 9632.0, 9617.0, 9645.0, 9635.0, 9659.0, 9650.0, 9659.0, 9656.0, 9642.0, 9669.0, 9640.0, 9682.0, 9673.0, 9657.0, 9671.0, 9644.0, 9685.0, 9664.0, 9688.0, 9677.0, 9687.0, 9679.0, 9674.0, 9677.0, 9646.0, 9674.0, 9663.0, 9708.0, 9704.0, 9711.0, 9681.0, 9688.0, 9716.0, 9707.0, 9701.0, 9734.0, 9694.0, 9672.0, 9677.0, 9689.0, 9687.0, 9688.0, 9658.0, 9673.0, 9666.0, 9685.0, 9692.0, 9711.0, 9708.0, 9688.0, 9728.0, 9684.0, 9713.0, 9677.0, 9649.0, 9631.0, 9594.0, 9616.0, 9582.0, 9551.0, 9575.0, 9549.0, 9547.0, 9548.0, 9549.0, 9574.0, 9542.0, 9557.0, 9577.0, 9550.0, 9533.0, 9567.0, 9549.0, 9557.0, 9548.0, 9556.0, 9592.0, 9598.0, 9596.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.0024883544303797465</td></tr>
<tr><td colspan=3>aqi</td><td>0.04342185397008055</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.8181566380184</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2615723754953914</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0317875422580638</td></tr>
<tr><td colspan=3>efc</td><td>0.4956</td></tr>
<tr><td colspan=3>fber</td><td>6164.0698</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1459934210779302</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>206</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.705408515535098</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4281591803724534</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2934094907754026</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6523495731266946</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.338718477215264</td></tr>
<tr><td colspan=3>gcor</td><td>0.042364</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00889645516872406</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029973112046718597</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.279671009344819</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>22.7719</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7381</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.7948</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291494.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>853.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.0077</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0555</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.6272</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3537.0464</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85050.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.482</td></tr>
<tr><td colspan=3>tsnr</td><td>31.47987300530076</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>