<?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-0033_ses-01_task-social_acq-mb8_run-05_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-0033_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0033_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-0033/figures/sub-0033_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0033_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-0033/figures/sub-0033_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-01_task-social_acq-mb8_run-05_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-0033/figures/sub-0033_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-01_task-social_acq-mb8_run-05_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-0033/ses-01/func/sub-0033_ses-01_task-social_acq-mb8_run-05_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>485b35669d9b19f3ed32ef40d18d4181</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>13:42:27.982500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99934, 0.0362429, -0.00247561, -0.0362948, 0.993237, -0.11029]</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-05_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.114833</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7708, -7228, 363, -38, -101, 15, 72]</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>300.573</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>223e5897-0363-4dbb-93d7-0bd0c82666f9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811559200286865, -0.09737624228000641, 0.00415359390899539, 115.48279571533203], [-0.09723709523677826, 2.664780855178833, -0.29782935976982117, -77.49663543701172], [-0.0066418834030628204, 0.2959003150463104, 2.6835200786590576, -69.85901641845703], [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': ['134227.982500', '134228.442500', '134228.902500', '134229.362500', '134229.822500', '134230.282500', '134230.742500', '134231.202500', '134231.662500', '134232.122500', '134232.582500', '134233.042500', '134233.502500', '134233.962500', '134234.422500', '134234.882500', '134235.342500', '134235.802500', '134236.262500', '134236.722500', '134237.182500', '134237.642500', '134238.102500', '134238.562500', '134239.022500', '134239.482500', '134239.942500', '134240.402500', '134240.862500', '134241.322500', '134241.782500', '134242.242500', '134242.702500', '134243.162500', '134243.622500', '134244.082500', '134244.542500', '134245.002500', '134245.462500', '134245.922500', '134246.382500', '134246.842500', '134247.302500', '134247.762500', '134248.222500', '134248.682500', '134249.142500', '134249.602500', '134250.062500', '134250.522500', '134250.982500', '134251.442500', '134251.902500', '134252.362500', '134252.822500', '134253.282500', '134253.742500', '134254.202500', '134254.662500', '134255.122500', '134255.582500', '134256.042500', '134256.502500', '134256.962500', '134257.422500', '134257.882500', '134258.342500', '134258.802500', '134259.262500', '134259.722500', '134300.182500', '134300.642500', '134301.102500', '134301.562500', '134302.022500', '134302.482500', '134302.942500', '134303.402500', '134303.862500', '134304.322500', '134304.782500', '134305.242500', '134305.702500', '134306.162500', '134306.622500', '134307.082500', '134307.542500', '134308.002500', '134308.462500', '134308.922500', '134309.382500', '134309.842500', '134310.302500', '134310.762500', '134311.222500', '134311.682500', '134312.142500', '134312.602500', '134313.062500', '134313.522500', '134313.982500', '134314.442500', '134314.902500', '134315.362500', '134315.822500', '134316.282500', '134316.742500', '134317.202500', '134317.662500', '134318.122500', '134318.582500', '134319.042500', '134319.502500', '134319.962500', '134320.422500', '134320.882500', '134321.342500', '134321.802500', '134322.262500', '134322.722500', '134323.182500', '134323.642500', '134324.102500', '134324.562500', '134325.022500', '134325.482500', '134325.942500', '134326.402500', '134326.862500', '134327.322500', '134327.782500', '134328.242500', '134328.702500', '134329.162500', '134329.622500', '134330.082500', '134330.542500', '134331.002500', '134331.462500', '134331.922500', '134332.382500', '134332.842500', '134333.302500', '134333.762500', '134334.222500', '134334.682500', '134335.142500', '134335.602500', '134336.062500', '134336.522500', '134336.982500', '134337.442500', '134337.902500', '134338.362500', '134338.822500', '134339.282500', '134339.742500', '134340.202500', '134340.662500', '134341.122500', '134341.582500', '134342.042500', '134342.502500', '134342.962500', '134343.422500', '134343.882500', '134344.342500', '134344.802500', '134345.262500', '134345.722500', '134346.182500', '134346.642500', '134347.102500', '134347.562500', '134348.022500', '134348.482500', '134348.942500', '134349.402500', '134349.862500', '134350.322500', '134350.782500', '134351.242500', '134351.702500', '134352.162500', '134352.622500', '134353.082500', '134353.542500', '134354.002500', '134354.462500', '134354.922500', '134355.382500', '134355.842500', '134356.302500', '134356.762500', '134357.222500', '134357.682500', '134358.142500', '134358.602500', '134359.062500', '134359.522500', '134359.982500', '134400.442500', '134400.902500', '134401.362500', '134401.822500', '134402.282500', '134402.742500', '134403.202500', '134403.662500', '134404.122500', '134404.582500', '134405.042500', '134405.502500', '134405.962500', '134406.422500', '134406.882500', '134407.342500', '134407.802500', '134408.262500', '134408.722500', '134409.182500', '134409.642500', '134410.102500', '134410.562500', '134411.022500', '134411.482500', '134411.942500', '134412.402500', '134412.862500', '134413.322500', '134413.782500', '134414.242500', '134414.702500', '134415.162500', '134415.622500', '134416.082500', '134416.542500', '134417.002500', '134417.462500', '134417.922500', '134418.382500', '134418.842500', '134419.302500', '134419.762500', '134420.222500', '134420.682500', '134421.142500', '134421.602500', '134422.062500', '134422.522500', '134422.982500', '134423.442500', '134423.902500', '134424.362500', '134424.822500', '134425.282500', '134425.742500', '134426.202500', '134426.662500', '134427.122500', '134427.582500', '134428.042500', '134428.502500', '134428.962500', '134429.422500', '134429.882500', '134430.342500', '134430.802500', '134431.262500', '134431.722500', '134432.182500', '134432.642500', '134433.102500', '134433.562500', '134434.022500', '134434.482500', '134434.942500', '134435.402500', '134435.862500', '134436.322500', '134436.782500', '134437.242500', '134437.702500', '134438.162500', '134438.622500', '134439.082500', '134439.542500', '134440.002500', '134440.462500', '134440.922500', '134441.382500', '134441.842500', '134442.302500', '134442.762500', '134443.222500', '134443.682500', '134444.142500', '134444.602500', '134445.062500', '134445.522500', '134445.982500', '134446.442500', '134446.902500', '134447.362500', '134447.822500', '134448.282500', '134448.742500', '134449.202500', '134449.662500', '134450.122500', '134450.582500', '134451.042500', '134451.502500', '134451.962500', '134452.422500', '134452.882500', '134453.342500', '134453.802500', '134454.262500', '134454.722500', '134455.182500', '134455.642500', '134456.102500', '134456.562500', '134457.022500', '134457.482500', '134457.942500', '134458.402500', '134458.862500', '134459.322500', '134459.782500', '134500.242500', '134500.702500', '134501.162500', '134501.622500', '134502.082500', '134502.542500', '134503.002500', '134503.462500', '134503.922500', '134504.382500', '134504.842500', '134505.302500', '134505.762500', '134506.222500', '134506.682500', '134507.142500', '134507.602500', '134508.062500', '134508.522500', '134508.982500', '134509.442500', '134509.902500', '134510.362500', '134510.822500', '134511.282500', '134511.742500', '134512.202500', '134512.662500', '134513.122500', '134513.582500', '134514.042500', '134514.502500', '134514.962500', '134515.422500', '134515.882500', '134516.342500', '134516.802500', '134517.262500', '134517.722500', '134518.182500', '134518.642500', '134519.102500', '134519.562500', '134520.022500', '134520.482500', '134520.942500', '134521.402500', '134521.862500', '134522.322500', '134522.782500', '134523.242500', '134523.702500', '134524.162500', '134524.622500', '134525.082500', '134525.542500', '134526.002500', '134526.462500', '134526.922500', '134527.382500', '134527.842500', '134528.302500', '134528.762500', '134529.222500', '134529.682500', '134530.142500', '134530.602500', '134531.062500', '134531.522500', '134531.982500', '134532.442500', '134532.902500', '134533.362500', '134533.822500', '134534.282500', '134534.742500', '134535.202500', '134535.662500', '134536.122500', '134536.582500', '134537.042500', '134537.502500', '134537.962500', '134538.422500', '134538.882500', '134539.342500', '134539.802500', '134540.262500', '134540.722500', '134541.182500', '134541.642500', '134542.102500', '134542.562500', '134543.022500', '134543.482500', '134543.942500', '134544.402500', '134544.862500', '134545.322500', '134545.782500', '134546.242500', '134546.702500', '134547.162500', '134547.622500', '134548.082500', '134548.542500', '134549.002500', '134549.462500', '134549.922500', '134550.382500', '134550.842500', '134551.302500', '134551.762500', '134552.222500', '134552.682500', '134553.142500', '134553.602500', '134554.062500', '134554.522500', '134554.982500', '134555.442500', '134555.902500', '134556.362500', '134556.822500', '134557.282500', '134557.742500', '134558.202500', '134558.662500', '134559.122500', '134559.582500', '134600.042500', '134600.502500', '134600.962500', '134601.422500', '134601.882500', '134602.342500', '134602.802500', '134603.262500', '134603.722500', '134604.182500', '134604.642500', '134605.102500', '134605.562500', '134606.022500', '134606.482500', '134606.942500', '134607.402500', '134607.862500', '134608.322500', '134608.782500', '134609.242500', '134609.702500', '134610.162500', '134610.622500', '134611.082500', '134611.542500', '134612.002500', '134612.462500', '134612.922500', '134613.382500', '134613.842500', '134614.302500', '134614.762500', '134615.222500', '134615.682500', '134616.142500', '134616.602500', '134617.062500', '134617.522500', '134617.982500', '134618.442500', '134618.902500', '134619.362500', '134619.822500', '134620.282500', '134620.742500', '134621.202500', '134621.662500', '134622.122500', '134622.582500', '134623.042500', '134623.502500', '134623.962500', '134624.422500', '134624.882500', '134625.342500', '134625.802500', '134626.262500', '134626.722500', '134627.182500', '134627.642500', '134628.102500', '134628.562500', '134629.022500', '134629.482500', '134629.942500', '134630.402500', '134630.862500', '134631.322500', '134631.782500', '134632.242500', '134632.702500', '134633.162500', '134633.622500', '134634.082500', '134634.542500', '134635.002500', '134635.462500', '134635.922500', '134636.382500', '134636.842500', '134637.302500', '134637.762500', '134638.222500', '134638.682500', '134639.142500', '134639.602500', '134640.062500', '134640.522500', '134640.982500', '134641.442500', '134641.902500', '134642.362500', '134642.822500', '134643.282500', '134643.742500', '134644.202500', '134644.662500', '134645.122500', '134645.582500', '134646.042500', '134646.502500', '134646.962500', '134647.422500', '134647.882500', '134648.342500', '134648.802500', '134649.262500', '134649.722500', '134650.182500', '134650.642500', '134651.102500', '134651.562500', '134652.022500', '134652.482500', '134652.942500', '134653.402500', '134653.862500', '134654.322500', '134654.782500', '134655.242500', '134655.702500', '134656.162500', '134656.622500', '134657.082500', '134657.542500', '134658.002500', '134658.462500', '134658.922500', '134659.382500', '134659.842500', '134700.302500', '134700.762500', '134701.222500', '134701.682500', '134702.142500', '134702.602500', '134703.062500', '134703.522500', '134703.982500', '134704.442500', '134704.902500', '134705.362500', '134705.822500', '134706.282500', '134706.742500', '134707.202500', '134707.662500', '134708.122500', '134708.582500', '134709.042500', '134709.502500', '134709.962500', '134710.422500', '134710.882500', '134711.342500', '134711.802500', '134712.262500', '134712.722500', '134713.182500', '134713.642500', '134714.102500', '134714.562500', '134715.022500', '134715.482500', '134715.942500', '134716.402500', '134716.862500', '134717.322500', '134717.782500', '134718.242500', '134718.702500', '134719.162500', '134719.622500', '134720.082500', '134720.542500', '134721.002500', '134721.462500', '134721.922500', '134722.382500', '134722.842500', '134723.302500', '134723.762500', '134724.222500', '134724.682500', '134725.142500', '134725.602500', '134726.062500', '134726.522500', '134726.982500', '134727.442500', '134727.902500', '134728.362500', '134728.822500', '134729.282500', '134729.742500', '134730.202500', '134730.662500', '134731.122500', '134731.582500', '134732.042500', '134732.502500', '134732.962500', '134733.422500', '134733.882500', '134734.342500', '134734.802500', '134735.262500', '134735.722500', '134736.182500', '134736.642500', '134737.102500', '134737.562500', '134738.022500', '134738.482500', '134738.942500', '134739.402500', '134739.862500', '134740.322500', '134740.782500', '134741.242500', '134741.702500', '134742.162500', '134742.622500', '134743.082500', '134743.542500', '134744.002500', '134744.462500', '134744.922500', '134745.382500', '134745.842500', '134746.302500', '134746.762500', '134747.222500', '134747.682500', '134748.142500', '134748.602500', '134749.062500', '134749.522500', '134749.982500', '134750.442500', '134750.902500', '134751.362500', '134751.822500', '134752.282500', '134752.742500', '134753.202500', '134753.662500', '134754.122500', '134754.582500', '134755.042500', '134755.502500', '134755.962500', '134756.422500', '134756.882500', '134757.342500', '134757.802500', '134758.262500', '134758.722500', '134759.182500', '134759.642500', '134800.102500', '134800.562500', '134801.022500', '134801.482500', '134801.942500', '134802.402500', '134802.862500', '134803.322500', '134803.782500', '134804.242500', '134804.702500', '134805.162500', '134805.622500', '134806.082500', '134806.542500', '134807.002500', '134807.462500', '134807.922500', '134808.382500', '134808.842500', '134809.302500', '134809.762500', '134810.222500', '134810.682500', '134811.142500', '134811.602500', '134812.062500', '134812.522500', '134812.982500', '134813.442500', '134813.902500', '134814.362500', '134814.822500', '134815.282500', '134815.742500', '134816.202500', '134816.662500', '134817.122500', '134817.582500', '134818.042500', '134818.502500', '134818.962500', '134819.422500', '134819.882500', '134820.342500', '134820.802500', '134821.262500', '134821.722500', '134822.182500', '134822.642500', '134823.102500', '134823.562500', '134824.022500', '134824.482500', '134824.942500', '134825.402500', '134825.862500', '134826.322500', '134826.782500', '134827.242500', '134827.702500', '134828.162500', '134828.622500', '134829.082500', '134829.542500', '134830.002500', '134830.462500', '134830.922500', '134831.382500', '134831.842500', '134832.302500', '134832.762500', '134833.222500', '134833.682500', '134834.142500', '134834.602500', '134835.062500', '134835.522500', '134835.982500', '134836.442500', '134836.902500', '134837.362500', '134837.822500', '134838.282500', '134838.742500', '134839.202500', '134839.662500', '134840.122500', '134840.582500', '134841.042500', '134841.502500', '134841.962500', '134842.422500', '134842.882500', '134843.342500', '134843.802500', '134844.262500', '134844.722500', '134845.182500', '134845.642500', '134846.102500', '134846.562500', '134847.022500', '134847.482500', '134847.942500', '134848.402500', '134848.862500', '134849.322500', '134849.782500', '134850.242500', '134850.702500', '134851.162500', '134851.622500', '134852.082500', '134852.542500', '134853.002500', '134853.462500', '134853.922500', '134854.382500', '134854.842500', '134855.302500', '134855.762500', '134856.222500', '134856.682500', '134857.142500', '134857.602500', '134858.062500', '134858.522500', '134858.982500', '134859.442500', '134859.902500', '134900.362500', '134900.822500', '134901.282500', '134901.742500', '134902.202500', '134902.662500', '134903.122500', '134903.582500', '134904.042500', '134904.502500', '134904.962500', '134905.422500', '134905.882500', '134906.342500', '134906.802500', '134907.262500', '134907.722500', '134908.182500', '134908.642500'], 'ContentTime': ['134257.691000', '134257.695000', '134257.698000', '134257.700000', '134257.703000', '134257.706000', '134257.709000', '134257.712000', '134257.714000', '134257.717000', '134257.720000', '134257.723000', '134257.726000', '134257.729000', '134257.731000', '134257.734000', '134257.737000', '134257.740000', '134257.743000', '134257.745000', '134257.748000', '134257.751000', '134257.754000', '134257.756000', '134257.759000', '134257.762000', '134257.765000', '134257.768000', '134257.771000', '134257.774000', '134257.777000', '134257.780000', '134257.782000', '134257.785000', '134257.788000', '134257.791000', '134257.793000', '134257.796000', '134257.799000', '134257.802000', '134257.805000', '134257.807000', '134257.810000', '134257.813000', '134257.816000', '134257.819000', '134257.821000', '134257.824000', '134257.827000', '134257.830000', '134257.833000', '134257.835000', '134257.838000', '134257.841000', '134257.845000', '134257.850000', '134257.853000', '134257.856000', '134257.858000', '134257.861000', '134257.864000', '134257.867000', '134257.870000', '134317.637000', '134317.640000', '134317.642000', '134317.645000', '134317.648000', '134317.651000', '134317.654000', '134317.656000', '134317.659000', '134317.662000', '134317.665000', '134317.668000', '134317.670000', '134317.673000', '134317.676000', '134317.679000', '134317.681000', '134317.684000', '134317.687000', '134317.690000', '134317.693000', '134317.695000', '134317.698000', '134317.701000', '134317.704000', '134317.706000', '134317.709000', '134317.712000', '134317.715000', '134317.718000', '134317.720000', '134317.723000', '134317.726000', '134317.729000', '134317.731000', '134317.734000', '134317.737000', '134317.740000', '134317.743000', '134317.745000', '134317.748000', '134317.751000', '134317.754000', '134317.757000', '134337.637000', '134337.640000', '134337.643000', '134337.645000', '134337.648000', '134337.651000', '134337.654000', '134337.657000', '134337.659000', '134337.662000', '134337.665000', '134337.668000', '134337.671000', '134337.674000', '134337.676000', '134337.679000', '134337.682000', '134337.685000', '134337.687000', '134337.690000', '134337.693000', '134337.696000', '134337.699000', '134337.702000', '134337.704000', '134337.707000', '134337.710000', '134337.713000', '134337.715000', '134337.718000', '134337.721000', '134337.724000', '134337.727000', '134337.729000', '134337.732000', '134337.735000', '134337.738000', '134337.740000', '134337.743000', '134337.746000', '134337.749000', '134337.752000', '134337.754000', '134357.637000', '134357.640000', '134357.643000', '134357.646000', '134357.648000', '134357.651000', '134357.654000', '134357.657000', '134357.659000', '134357.662000', '134357.665000', '134357.668000', '134357.670000', '134357.673000', '134357.676000', '134357.679000', '134357.682000', '134357.684000', '134357.687000', '134357.690000', '134357.693000', '134357.696000', '134357.698000', '134357.701000', '134357.704000', '134357.707000', '134357.710000', '134357.712000', '134357.715000', '134357.718000', '134357.721000', '134357.724000', '134357.726000', '134357.729000', '134357.732000', '134357.735000', '134357.738000', '134357.740000', '134357.743000', '134357.746000', '134357.749000', '134357.751000', '134357.754000', '134417.637000', '134417.640000', '134417.643000', '134417.646000', '134417.648000', '134417.651000', '134417.654000', '134417.657000', '134417.660000', '134417.662000', '134417.665000', '134417.668000', '134417.671000', '134417.674000', '134417.676000', '134417.679000', '134417.682000', '134417.685000', '134417.688000', '134417.690000', '134417.693000', '134417.696000', '134417.699000', '134417.702000', '134417.704000', '134417.707000', '134417.710000', '134417.713000', '134417.716000', '134417.718000', '134417.721000', '134417.724000', '134417.727000', '134417.745000', '134417.748000', '134417.751000', '134417.754000', '134417.757000', '134417.759000', '134417.762000', '134417.765000', '134417.768000', '134417.771000', '134417.773000', '134437.637000', '134437.640000', '134437.643000', '134437.646000', '134437.648000', '134437.652000', '134437.654000', '134437.657000', '134437.660000', '134437.663000', '134437.666000', '134437.668000', '134437.671000', '134437.674000', '134437.677000', '134437.680000', '134437.683000', '134437.686000', '134437.689000', '134437.692000', '134437.694000', '134437.697000', '134437.700000', '134437.703000', '134437.706000', '134437.708000', '134437.711000', '134437.714000', '134437.717000', '134437.720000', '134437.722000', '134437.725000', '134437.728000', '134437.731000', '134437.734000', '134437.737000', '134437.739000', '134437.742000', '134437.745000', '134437.748000', '134437.750000', '134437.753000', '134437.756000', '134457.637000', '134457.640000', '134457.643000', '134457.645000', '134457.648000', '134457.651000', '134457.654000', '134457.656000', '134457.659000', '134457.662000', '134457.665000', '134457.668000', '134457.670000', '134457.673000', '134457.676000', '134457.679000', '134457.682000', '134457.685000', '134457.687000', '134457.690000', '134457.693000', '134457.696000', '134457.699000', '134457.701000', '134457.704000', '134457.707000', '134457.710000', '134457.713000', '134457.716000', '134457.718000', '134457.721000', '134457.724000', '134457.727000', '134457.730000', '134457.733000', '134457.735000', '134457.738000', '134457.741000', '134457.744000', '134457.746000', '134457.749000', '134457.752000', '134457.755000', '134457.758000', '134517.637000', '134517.640000', '134517.643000', '134517.645000', '134517.648000', '134517.651000', '134517.654000', '134517.656000', '134517.659000', '134517.662000', '134517.665000', '134517.679000', '134517.682000', '134517.685000', '134517.687000', '134517.691000', '134517.693000', '134517.696000', '134517.699000', '134517.702000', '134517.704000', '134517.707000', '134517.710000', '134517.713000', '134517.716000', '134517.718000', '134517.721000', '134517.724000', '134517.727000', '134517.730000', '134517.732000', '134517.735000', '134517.738000', '134517.741000', '134517.743000', '134517.746000', '134517.749000', '134517.752000', '134517.755000', '134517.757000', '134517.760000', '134517.763000', '134517.766000', '134537.637000', '134537.640000', '134537.643000', '134537.645000', '134537.648000', '134537.651000', '134537.654000', '134537.656000', '134537.659000', '134537.662000', '134537.665000', '134537.668000', '134537.670000', '134537.673000', '134537.676000', '134537.679000', '134537.682000', '134537.685000', '134537.687000', '134537.690000', '134537.693000', '134537.696000', '134537.698000', '134537.701000', '134537.704000', '134537.707000', '134537.710000', '134537.713000', '134537.716000', '134537.719000', '134537.721000', '134537.724000', '134537.727000', '134537.730000', '134537.732000', '134537.735000', '134537.738000', '134537.741000', '134537.744000', '134537.746000', '134537.749000', '134537.752000', '134537.755000', '134537.758000', '134557.638000', '134557.641000', '134557.644000', '134557.646000', '134557.649000', '134557.652000', '134557.655000', '134557.658000', '134557.660000', '134557.663000', '134557.666000', '134557.669000', '134557.672000', '134557.674000', '134557.693000', '134557.696000', '134557.698000', '134557.701000', '134557.704000', '134557.707000', '134557.710000', '134557.713000', '134557.715000', '134557.718000', '134557.721000', '134557.724000', '134557.727000', '134557.729000', '134557.732000', '134557.735000', '134557.738000', '134557.741000', '134557.743000', '134557.746000', '134557.749000', '134557.752000', '134557.755000', '134557.757000', '134557.760000', '134557.763000', '134557.766000', '134557.816000', '134557.819000', '134617.637000', '134617.640000', '134617.643000', '134617.645000', '134617.648000', '134617.651000', '134617.654000', '134617.657000', '134617.659000', '134617.662000', '134617.665000', '134617.668000', '134617.671000', '134617.673000', '134617.676000', '134617.679000', '134617.682000', '134617.685000', '134617.687000', '134617.690000', '134617.693000', '134617.696000', '134617.699000', '134617.702000', '134617.704000', '134617.707000', '134617.710000', '134617.713000', '134617.716000', '134617.718000', '134617.721000', '134617.724000', '134617.727000', '134617.730000', '134617.733000', '134617.735000', '134617.738000', '134617.741000', '134617.744000', '134617.746000', '134617.749000', '134617.752000', '134617.755000', '134617.758000', '134637.637000', '134637.640000', '134637.643000', '134637.645000', '134637.648000', '134637.651000', '134637.654000', '134637.657000', '134637.659000', '134637.662000', '134637.665000', '134637.668000', '134637.671000', '134637.673000', '134637.676000', '134637.679000', '134637.682000', '134637.685000', '134637.687000', '134637.690000', '134637.693000', '134637.696000', '134637.698000', '134637.701000', '134637.704000', '134637.707000', '134637.710000', '134637.713000', '134637.716000', '134637.719000', '134637.722000', '134637.725000', '134637.727000', '134637.730000', '134637.733000', '134637.736000', '134637.739000', '134637.741000', '134637.744000', '134637.747000', '134637.750000', '134637.753000', '134637.755000', '134657.637000', '134657.640000', '134657.643000', '134657.645000', '134657.648000', '134657.651000', '134657.654000', '134657.657000', '134657.659000', '134657.662000', '134657.665000', '134657.668000', '134657.671000', '134657.674000', '134657.676000', '134657.679000', '134657.682000', '134657.685000', '134657.688000', '134657.690000', '134657.693000', '134657.696000', '134657.699000', '134657.702000', '134657.704000', '134657.707000', '134657.710000', '134657.713000', '134657.716000', '134657.719000', '134657.722000', '134657.724000', '134657.727000', '134657.730000', '134657.733000', '134657.736000', '134657.738000', '134657.741000', '134657.744000', '134657.747000', '134657.750000', '134657.752000', '134657.755000', '134657.758000', '134717.637000', '134717.640000', '134717.643000', '134717.645000', '134717.648000', '134717.651000', '134717.654000', '134717.657000', '134717.659000', '134717.662000', '134717.665000', '134717.668000', '134717.671000', '134717.676000', '134717.678000', '134717.681000', '134717.684000', '134717.687000', '134717.690000', '134717.693000', '134717.695000', '134717.698000', '134717.701000', '134717.704000', '134717.706000', '134717.709000', '134717.712000', '134717.715000', '134717.718000', '134717.721000', '134717.723000', '134717.726000', '134717.729000', '134717.732000', '134717.735000', '134717.738000', '134717.743000', '134717.747000', '134717.765000', '134717.768000', '134717.816000', '134717.819000', '134717.822000', '134737.638000', '134737.641000', '134737.644000', '134737.647000', '134737.649000', '134737.652000', '134737.655000', '134737.658000', '134737.661000', '134737.664000', '134737.667000', '134737.670000', '134737.672000', '134737.675000', '134737.678000', '134737.681000', '134737.684000', '134737.686000', '134737.689000', '134737.692000', '134737.695000', '134737.698000', '134737.700000', '134737.703000', '134737.706000', '134737.709000', '134737.712000', '134737.714000', '134737.717000', '134737.720000', '134737.723000', '134737.726000', '134737.729000', '134737.731000', '134737.734000', '134737.737000', '134737.740000', '134737.743000', '134737.746000', '134737.748000', '134737.751000', '134737.754000', '134737.757000', '134737.760000', '134757.637000', '134757.640000', '134757.643000', '134757.646000', '134757.648000', '134757.651000', '134757.654000', '134757.657000', '134757.660000', '134757.662000', '134757.665000', '134757.668000', '134757.671000', '134757.674000', '134757.676000', '134757.679000', '134757.682000', '134757.685000', '134757.688000', '134757.690000', '134757.693000', '134757.696000', '134757.699000', '134757.702000', '134757.705000', '134757.707000', '134757.710000', '134757.713000', '134757.716000', '134757.719000', '134757.721000', '134757.724000', '134757.727000', '134757.730000', '134757.742000', '134757.745000', '134757.748000', '134757.751000', '134757.754000', '134757.757000', '134757.760000', '134757.763000', '134757.766000', '134817.637000', '134817.640000', '134817.643000', '134817.645000', '134817.648000', '134817.651000', '134817.654000', '134817.657000', '134817.659000', '134817.662000', '134817.665000', '134817.668000', '134817.671000', '134817.673000', '134817.676000', '134817.679000', '134817.682000', '134817.685000', '134817.687000', '134817.690000', '134817.693000', '134817.696000', '134817.698000', '134817.701000', '134817.704000', '134817.707000', '134817.710000', '134817.712000', '134817.715000', '134817.718000', '134817.721000', '134817.724000', '134817.726000', '134817.729000', '134817.732000', '134817.736000', '134817.739000', '134817.742000', '134817.745000', '134817.748000', '134817.751000', '134817.753000', '134817.756000', '134817.759000', '134837.637000', '134837.640000', '134837.643000', '134837.645000', '134837.648000', '134837.651000', '134837.654000', '134837.657000', '134837.659000', '134837.662000', '134837.665000', '134837.668000', '134837.671000', '134837.673000', '134837.676000', '134837.679000', '134837.682000', '134837.685000', '134837.687000', '134837.690000', '134837.693000', '134837.696000', '134837.699000', '134837.701000', '134837.704000', '134837.707000', '134837.711000', '134837.714000', '134837.717000', '134837.720000', '134837.723000', '134837.726000', '134837.728000', '134837.731000', '134837.734000', '134837.737000', '134837.740000', '134837.742000', '134837.745000', '134837.748000', '134837.751000', '134837.754000', '134837.757000', '134857.637000', '134857.640000', '134857.643000', '134857.646000', '134857.648000', '134857.651000', '134857.670000', '134857.673000', '134857.676000', '134857.679000', '134857.681000', '134857.684000', '134857.687000', '134857.690000', '134857.692000', '134857.695000', '134857.698000', '134857.701000', '134857.704000', '134857.706000', '134857.709000', '134857.712000', '134857.715000', '134857.718000', '134857.721000', '134857.723000', '134857.726000', '134857.729000', '134857.732000', '134857.734000', '134857.737000', '134857.740000', '134857.743000', '134857.746000', '134857.749000', '134857.751000', '134857.754000', '134857.757000', '134857.760000', '134857.763000', '134857.765000', '134857.768000', '134857.795000', '134857.798000', '134909.573000', '134909.576000', '134909.579000', '134909.583000', '134909.586000', '134909.589000', '134909.592000', '134909.596000', '134909.599000', '134909.603000', '134909.607000', '134909.611000', '134909.614000', '134909.617000', '134909.621000', '134909.625000', '134909.628000', '134909.631000', '134909.635000', '134909.639000', '134909.643000', '134909.646000', '134909.649000', '134909.652000', '134909.655000', '134909.658000'], 'InstanceCreationTime': ['134257.691000', '134257.695000', '134257.698000', '134257.700000', '134257.703000', '134257.706000', '134257.709000', '134257.712000', '134257.714000', '134257.717000', '134257.720000', '134257.723000', '134257.726000', '134257.729000', '134257.731000', '134257.734000', '134257.737000', '134257.740000', '134257.743000', '134257.745000', '134257.748000', '134257.751000', '134257.754000', '134257.756000', '134257.759000', '134257.762000', '134257.765000', '134257.768000', '134257.771000', '134257.774000', '134257.777000', '134257.780000', '134257.782000', '134257.785000', '134257.788000', '134257.791000', '134257.793000', '134257.796000', '134257.799000', '134257.802000', '134257.805000', '134257.807000', '134257.810000', '134257.813000', '134257.816000', '134257.819000', '134257.821000', '134257.824000', '134257.827000', '134257.830000', '134257.833000', '134257.835000', '134257.838000', '134257.841000', '134257.845000', '134257.850000', '134257.853000', '134257.856000', '134257.858000', '134257.861000', '134257.864000', '134257.867000', '134257.870000', '134317.637000', '134317.640000', '134317.642000', '134317.645000', '134317.648000', '134317.651000', '134317.654000', '134317.656000', '134317.659000', '134317.662000', '134317.665000', '134317.668000', '134317.670000', '134317.673000', '134317.676000', '134317.679000', '134317.681000', '134317.684000', '134317.687000', '134317.690000', '134317.693000', '134317.695000', '134317.698000', '134317.701000', '134317.704000', '134317.706000', '134317.709000', '134317.712000', '134317.715000', '134317.718000', '134317.720000', '134317.723000', '134317.726000', '134317.729000', '134317.731000', '134317.734000', '134317.737000', '134317.740000', '134317.743000', '134317.745000', '134317.748000', '134317.751000', '134317.754000', '134317.757000', '134337.637000', '134337.640000', '134337.643000', '134337.645000', '134337.648000', '134337.651000', '134337.654000', '134337.657000', '134337.659000', '134337.662000', '134337.665000', '134337.668000', '134337.671000', '134337.674000', '134337.676000', '134337.679000', '134337.682000', '134337.685000', '134337.687000', '134337.690000', '134337.693000', '134337.696000', '134337.699000', '134337.702000', '134337.704000', '134337.707000', '134337.710000', '134337.713000', '134337.715000', '134337.718000', '134337.721000', '134337.724000', '134337.727000', '134337.729000', '134337.732000', '134337.735000', '134337.738000', '134337.740000', '134337.743000', '134337.746000', '134337.749000', '134337.752000', '134337.754000', '134357.637000', '134357.640000', '134357.643000', '134357.646000', '134357.648000', '134357.651000', '134357.654000', '134357.657000', '134357.659000', '134357.662000', '134357.665000', '134357.668000', '134357.670000', '134357.673000', '134357.676000', '134357.679000', '134357.682000', '134357.684000', '134357.687000', '134357.690000', '134357.693000', '134357.696000', '134357.698000', '134357.701000', '134357.704000', '134357.707000', '134357.710000', '134357.712000', '134357.715000', '134357.718000', '134357.721000', '134357.724000', '134357.726000', '134357.729000', '134357.732000', '134357.735000', '134357.738000', '134357.740000', '134357.743000', '134357.746000', '134357.749000', '134357.751000', '134357.754000', '134417.637000', '134417.640000', '134417.643000', '134417.646000', '134417.648000', '134417.651000', '134417.654000', '134417.657000', '134417.660000', '134417.662000', '134417.665000', '134417.668000', '134417.671000', '134417.674000', '134417.676000', '134417.679000', '134417.682000', '134417.685000', '134417.688000', '134417.690000', '134417.693000', '134417.696000', '134417.699000', '134417.702000', '134417.704000', '134417.707000', '134417.710000', '134417.713000', '134417.716000', '134417.718000', '134417.721000', '134417.724000', '134417.727000', '134417.745000', '134417.748000', '134417.751000', '134417.754000', '134417.757000', '134417.759000', '134417.762000', '134417.765000', '134417.768000', '134417.771000', '134417.773000', '134437.637000', '134437.640000', '134437.643000', '134437.646000', '134437.648000', '134437.652000', '134437.654000', '134437.657000', '134437.660000', '134437.663000', '134437.666000', '134437.668000', '134437.671000', '134437.674000', '134437.677000', '134437.680000', '134437.683000', '134437.686000', '134437.689000', '134437.692000', '134437.694000', '134437.697000', '134437.700000', '134437.703000', '134437.706000', '134437.708000', '134437.711000', '134437.714000', '134437.717000', '134437.720000', '134437.722000', '134437.725000', '134437.728000', '134437.731000', '134437.734000', '134437.737000', '134437.739000', '134437.742000', '134437.745000', '134437.748000', '134437.750000', '134437.753000', '134437.756000', '134457.637000', '134457.640000', '134457.643000', '134457.645000', '134457.648000', '134457.651000', '134457.654000', '134457.656000', '134457.659000', '134457.662000', '134457.665000', '134457.668000', '134457.670000', '134457.673000', '134457.676000', '134457.679000', '134457.682000', '134457.685000', '134457.687000', '134457.690000', '134457.693000', '134457.696000', '134457.699000', '134457.701000', '134457.704000', '134457.707000', '134457.710000', '134457.713000', '134457.716000', '134457.718000', '134457.721000', '134457.724000', '134457.727000', '134457.730000', '134457.733000', '134457.735000', '134457.738000', '134457.741000', '134457.744000', '134457.746000', '134457.749000', '134457.752000', '134457.755000', '134457.758000', '134517.637000', '134517.640000', '134517.643000', '134517.645000', '134517.648000', '134517.651000', '134517.654000', '134517.656000', '134517.659000', '134517.662000', '134517.665000', '134517.679000', '134517.682000', '134517.685000', '134517.687000', '134517.691000', '134517.693000', '134517.696000', '134517.699000', '134517.702000', '134517.704000', '134517.707000', '134517.710000', '134517.713000', '134517.716000', '134517.718000', '134517.721000', '134517.724000', '134517.727000', '134517.730000', '134517.732000', '134517.735000', '134517.738000', '134517.741000', '134517.743000', '134517.746000', '134517.749000', '134517.752000', '134517.755000', '134517.757000', '134517.760000', '134517.763000', '134517.766000', '134537.637000', '134537.640000', '134537.643000', '134537.645000', '134537.648000', '134537.651000', '134537.654000', '134537.656000', '134537.659000', '134537.662000', '134537.665000', '134537.668000', '134537.670000', '134537.673000', '134537.676000', '134537.679000', '134537.682000', '134537.685000', '134537.687000', '134537.690000', '134537.693000', '134537.696000', '134537.698000', '134537.701000', '134537.704000', '134537.707000', '134537.710000', '134537.713000', '134537.716000', '134537.719000', '134537.721000', '134537.724000', '134537.727000', '134537.730000', '134537.732000', '134537.735000', '134537.738000', '134537.741000', '134537.744000', '134537.746000', '134537.749000', '134537.752000', '134537.755000', '134537.758000', '134557.638000', '134557.641000', '134557.644000', '134557.646000', '134557.649000', '134557.652000', '134557.655000', '134557.658000', '134557.660000', '134557.663000', '134557.666000', '134557.669000', '134557.672000', '134557.674000', '134557.693000', '134557.696000', '134557.698000', '134557.701000', '134557.704000', '134557.707000', '134557.710000', '134557.713000', '134557.715000', '134557.718000', '134557.721000', '134557.724000', '134557.727000', '134557.729000', '134557.732000', '134557.735000', '134557.738000', '134557.741000', '134557.743000', '134557.746000', '134557.749000', '134557.752000', '134557.755000', '134557.757000', '134557.760000', '134557.763000', '134557.766000', '134557.816000', '134557.819000', '134617.637000', '134617.640000', '134617.643000', '134617.645000', '134617.648000', '134617.651000', '134617.654000', '134617.657000', '134617.659000', '134617.662000', '134617.665000', '134617.668000', '134617.671000', '134617.673000', '134617.676000', '134617.679000', '134617.682000', '134617.685000', '134617.687000', '134617.690000', '134617.693000', '134617.696000', '134617.699000', '134617.702000', '134617.704000', '134617.707000', '134617.710000', '134617.713000', '134617.716000', '134617.718000', '134617.721000', '134617.724000', '134617.727000', '134617.730000', '134617.733000', '134617.735000', '134617.738000', '134617.741000', '134617.744000', '134617.746000', '134617.749000', '134617.752000', '134617.755000', '134617.758000', '134637.637000', '134637.640000', '134637.643000', '134637.645000', '134637.648000', '134637.651000', '134637.654000', '134637.657000', '134637.659000', '134637.662000', '134637.665000', '134637.668000', '134637.671000', '134637.673000', '134637.676000', '134637.679000', '134637.682000', '134637.685000', '134637.687000', '134637.690000', '134637.693000', '134637.696000', '134637.698000', '134637.701000', '134637.704000', '134637.707000', '134637.710000', '134637.713000', '134637.716000', '134637.719000', '134637.722000', '134637.725000', '134637.727000', '134637.730000', '134637.733000', '134637.736000', '134637.739000', '134637.741000', '134637.744000', '134637.747000', '134637.750000', '134637.753000', '134637.755000', '134657.637000', '134657.640000', '134657.643000', '134657.645000', '134657.648000', '134657.651000', '134657.654000', '134657.657000', '134657.659000', '134657.662000', '134657.665000', '134657.668000', '134657.671000', '134657.674000', '134657.676000', '134657.679000', '134657.682000', '134657.685000', '134657.688000', '134657.690000', '134657.693000', '134657.696000', '134657.699000', '134657.702000', '134657.704000', '134657.707000', '134657.710000', '134657.713000', '134657.716000', '134657.719000', '134657.722000', '134657.724000', '134657.727000', '134657.730000', '134657.733000', '134657.736000', '134657.738000', '134657.741000', '134657.744000', '134657.747000', '134657.750000', '134657.752000', '134657.755000', '134657.758000', '134717.637000', '134717.640000', '134717.643000', '134717.645000', '134717.648000', '134717.651000', '134717.654000', '134717.657000', '134717.659000', '134717.662000', '134717.665000', '134717.668000', '134717.671000', '134717.676000', '134717.678000', '134717.681000', '134717.684000', '134717.687000', '134717.690000', '134717.693000', '134717.695000', '134717.698000', '134717.701000', '134717.704000', '134717.706000', '134717.709000', '134717.712000', '134717.715000', '134717.718000', '134717.721000', '134717.723000', '134717.726000', '134717.729000', '134717.732000', '134717.735000', '134717.738000', '134717.743000', '134717.747000', '134717.765000', '134717.768000', '134717.816000', '134717.819000', '134717.822000', '134737.638000', '134737.641000', '134737.644000', '134737.647000', '134737.649000', '134737.652000', '134737.655000', '134737.658000', '134737.661000', '134737.664000', '134737.667000', '134737.670000', '134737.672000', '134737.675000', '134737.678000', '134737.681000', '134737.684000', '134737.686000', '134737.689000', '134737.692000', '134737.695000', '134737.698000', '134737.700000', '134737.703000', '134737.706000', '134737.709000', '134737.712000', '134737.714000', '134737.717000', '134737.720000', '134737.723000', '134737.726000', '134737.729000', '134737.731000', '134737.734000', '134737.737000', '134737.740000', '134737.743000', '134737.746000', '134737.748000', '134737.751000', '134737.754000', '134737.757000', '134737.760000', '134757.637000', '134757.640000', '134757.643000', '134757.646000', '134757.648000', '134757.651000', '134757.654000', '134757.657000', '134757.660000', '134757.662000', '134757.665000', '134757.668000', '134757.671000', '134757.674000', '134757.676000', '134757.679000', '134757.682000', '134757.685000', '134757.688000', '134757.690000', '134757.693000', '134757.696000', '134757.699000', '134757.702000', '134757.705000', '134757.707000', '134757.710000', '134757.713000', '134757.716000', '134757.719000', '134757.721000', '134757.724000', '134757.727000', '134757.730000', '134757.742000', '134757.745000', '134757.748000', '134757.751000', '134757.754000', '134757.757000', '134757.760000', '134757.763000', '134757.766000', '134817.637000', '134817.640000', '134817.643000', '134817.645000', '134817.648000', '134817.651000', '134817.654000', '134817.657000', '134817.659000', '134817.662000', '134817.665000', '134817.668000', '134817.671000', '134817.673000', '134817.676000', '134817.679000', '134817.682000', '134817.685000', '134817.687000', '134817.690000', '134817.693000', '134817.696000', '134817.698000', '134817.701000', '134817.704000', '134817.707000', '134817.710000', '134817.712000', '134817.715000', '134817.718000', '134817.721000', '134817.724000', '134817.726000', '134817.729000', '134817.732000', '134817.736000', '134817.739000', '134817.742000', '134817.745000', '134817.748000', '134817.751000', '134817.753000', '134817.756000', '134817.759000', '134837.637000', '134837.640000', '134837.643000', '134837.645000', '134837.648000', '134837.651000', '134837.654000', '134837.657000', '134837.659000', '134837.662000', '134837.665000', '134837.668000', '134837.671000', '134837.673000', '134837.676000', '134837.679000', '134837.682000', '134837.685000', '134837.687000', '134837.690000', '134837.693000', '134837.696000', '134837.699000', '134837.701000', '134837.704000', '134837.707000', '134837.711000', '134837.714000', '134837.717000', '134837.720000', '134837.723000', '134837.726000', '134837.728000', '134837.731000', '134837.734000', '134837.737000', '134837.740000', '134837.742000', '134837.745000', '134837.748000', '134837.751000', '134837.754000', '134837.757000', '134857.637000', '134857.640000', '134857.643000', '134857.646000', '134857.648000', '134857.651000', '134857.670000', '134857.673000', '134857.676000', '134857.679000', '134857.681000', '134857.684000', '134857.687000', '134857.690000', '134857.692000', '134857.695000', '134857.698000', '134857.701000', '134857.704000', '134857.706000', '134857.709000', '134857.712000', '134857.715000', '134857.718000', '134857.721000', '134857.723000', '134857.726000', '134857.729000', '134857.732000', '134857.734000', '134857.737000', '134857.740000', '134857.743000', '134857.746000', '134857.749000', '134857.751000', '134857.754000', '134857.757000', '134857.760000', '134857.763000', '134857.765000', '134857.768000', '134857.795000', '134857.798000', '134909.573000', '134909.576000', '134909.579000', '134909.583000', '134909.586000', '134909.589000', '134909.592000', '134909.596000', '134909.599000', '134909.603000', '134909.607000', '134909.611000', '134909.614000', '134909.617000', '134909.621000', '134909.625000', '134909.628000', '134909.631000', '134909.635000', '134909.639000', '134909.643000', '134909.646000', '134909.649000', '134909.652000', '134909.655000', '134909.658000'], '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': [16029, 10023, 15133, 9149, 10289, 9509, 10255, 12675, 9451, 11744, 9607, 11087, 8229, 10740, 13220, 10464, 10854, 9621, 11234, 13863, 11306, 15732, 10272, 11007, 9771, 11539, 10466, 11234, 11985, 10379, 11153, 10119, 10319, 9125, 10975, 11112, 10638, 11539, 9886, 10738, 9590, 11143, 10382, 10879, 11852, 9491, 10720, 9422, 10705, 10059, 10533, 11514, 9655, 10517, 9385, 10772, 10074, 10008, 11642, 9415, 10948, 8781, 9820, 8666, 9626, 10866, 9505, 11718, 8136, 11115, 9287, 9898, 10436, 9845, 12032, 9371, 11266, 8784, 10258, 8884, 10287, 13597, 9970, 11495, 8535, 10756, 8511, 9856, 9895, 9885, 12143, 9716, 11072, 8844, 10599, 8819, 10547, 13720, 10568, 12675, 9327, 10791, 8981, 11102, 14896, 10861, 14511, 9662, 10790, 9566, 11024, 9114, 10754, 13415, 10428, 11171, 9814, 10243, 8609, 10471, 10774, 9819, 12290, 8493, 11333, 8481, 9755, 9049, 9419, 9392, 9317, 11613, 9056, 11759, 9375, 11146, 8357, 9685, 11958, 9816, 11891, 8498, 10069, 14650, 9967, 12016, 9460, 10676, 8165, 10253, 14832, 9836, 12488, 9688, 10462, 7976, 10131, 12538, 9670, 11481, 10131, 9912, 8199, 9951, 11949, 9366, 11588, 9128, 10191, 8632, 10430, 10547, 9682, 11894, 8699, 10781, 9078, 10579, 8929, 9940, 11739, 9064, 11049, 9559, 10713, 8571, 10009, 12084, 10000, 11338, 9162, 10299, 8164, 10022, 11702, 9599, 11429, 8315, 11063, 8473, 10472, 8625, 10024, 12596, 9286, 12610, 8594, 10217, 8907, 10239, 9624, 9670, 12948, 9216, 10905, 8627, 10280, 8425, 10349, 14023, 10045, 13841, 9054, 10316, 9059, 10438, 12885, 10138, 14707, 9605, 10766, 9311, 10661, 10408, 10060, 12365, 9465, 10523, 9313, 10269, 8992, 9342, 12308, 9312, 11249, 8412, 10276, 8849, 9927, 10499, 9339, 12640, 9436, 11233, 8449, 10257, 9161, 9760, 12609, 9286, 11435, 8580, 10964, 9785, 10180, 9920, 9436, 12210, 8907, 12614, 8533, 11123, 9477, 10620, 8677, 9558, 8507, 10638, 9333, 9731, 12435, 8902, 11916, 9353, 11126, 8978, 9797, 15959, 12536, 16016, 8986, 12371, 8935, 10277, 16568, 9157, 15066, 8827, 11805, 8871, 10125, 10921, 9049, 12384, 8487, 11058, 9543, 10262, 9296, 9473, 11044, 9097, 12111, 8786, 11040, 9133, 10088, 9046, 9867, 13516, 9502, 11801, 9582, 10660, 8957, 10034, 9977, 9681, 12477, 8721, 11109, 8852, 10022, 10068, 9570, 12993, 9065, 11939, 9521, 10813, 8891, 9789, 9297, 9329, 11994, 9180, 12303, 8623, 10608, 8792, 10109, 9702, 9573, 12921, 9375, 11693, 9538, 10602, 8901, 9776, 13410, 9559, 12021, 9573, 10783, 8490, 10414, 11470, 9508, 12497, 9177, 11440, 9087, 10473, 9312, 9741, 11276, 9185, 13142, 8991, 11062, 9123, 10451, 8840, 9863, 11224, 9221, 12693, 8784, 10993, 9396, 10454, 8907, 9736, 12097, 8842, 12408, 8605, 11121, 8585, 10257, 9440, 9852, 10412, 9133, 12356, 8780, 11643, 9179, 10363, 13403, 9560, 13086, 9163, 10904, 9366, 9677, 13002, 8909, 11561, 8334, 10645, 9125, 9961, 10104, 8935, 12338, 8334, 11195, 8540, 9596, 11046, 8899, 11948, 8516, 10329, 8990, 9402, 11980, 9198, 12469, 8383, 10477, 8999, 9653, 9189, 9431, 12436, 8654, 11602, 9304, 10973, 8916, 10176, 8953, 9995, 13029, 9517, 12540, 9214, 11414, 10041, 10177, 9199, 9446, 13627, 9380, 12009, 9172, 10323, 9123, 9941, 13479, 9413, 12249, 9476, 10120, 9168, 10297, 9699, 9344, 12670, 8872, 11174, 8859, 10196, 9602, 10001, 9192, 9989, 10100, 9785, 12450, 9000, 11085, 9994, 10263, 8738, 9845, 14678, 9482, 11506, 9276, 9952, 9363, 9753, 12004, 9242, 12151, 10109, 10965, 8862, 9949, 10112, 9271, 12550, 9631, 11580, 9372, 10025, 10197, 9631, 12037, 9684, 12682, 9122, 10748, 9064, 10083, 9525, 9544, 12353, 9142, 11705, 9423, 11496, 8968, 10786, 9224, 9763, 12484, 9059, 11581, 9209, 10979, 8866, 10441, 10650, 9393, 13157, 8911, 11354, 9770, 10470, 11528, 9824, 16446, 9851, 13155, 9144, 10247, 9028, 9710, 16754, 9151, 13008, 8653, 10168, 9600, 9562, 11176, 9328, 12692, 9085, 11621, 8567, 10771, 9288, 10422, 8862, 9731, 9809, 9387, 13213, 9723, 11966, 9279, 9940, 8566, 9810, 12148, 9099, 12583, 9246, 10659, 8864, 10310, 11780, 9858, 13882, 9121, 12236, 8767, 10413, 11422, 9510, 11768, 8957, 10665, 8727, 10112, 9176, 9424, 12343, 8871, 11240, 8393, 10494, 9315, 9993, 10258, 9189, 12673, 9014, 11401, 8715, 10485, 9116, 9823, 14390, 9699, 12686, 8734, 10219, 8738, 9999, 13365, 9740, 12356, 8798, 10193, 8697, 10244, 10359, 9487, 12421, 9045, 10835, 9228, 9995, 9734, 9817, 8858, 9831, 9646, 8919, 12519, 9250, 11321, 8958, 10661, 8211, 9855, 10228, 9447, 12465, 8990, 11593, 9493, 10140, 8727, 9739, 12414, 9278, 11955, 8957, 10715, 9322, 10351, 9528, 10130, 10828, 9495, 11166, 9399, 11645, 9448, 10828, 9563, 10146, 10641, 9951, 13498, 9823, 11754, 10203, 11324, 9873, 10271, 9895, 9808, 9967, 10330, 12920, 10032, 11998, 9638, 10641, 9100, 9854, 10994, 10030, 14988, 9558, 11790, 9572, 10789, 9774, 9979, 13813, 9655, 12569, 9721, 10678, 10218, 10836, 9789, 10018, 10563, 9384, 10768, 9585, 11868, 9232, 11087, 9139, 9818, 10797, 9376, 11944, 9554, 10586, 9701, 9836, 12416, 9492, 11839, 9514, 11022, 9830, 10086, 10393, 9726, 11863, 9996, 11485, 9407, 11099, 9541, 10168, 9477, 9665, 12485, 9805, 11454, 9549, 9974, 11918, 9215, 11626, 9359, 10329, 9656, 9722, 15479, 9893, 10888, 9308, 10061, 11010, 9796, 12238, 9386, 10593, 9458, 9906, 10621, 10003, 12223, 9732, 10961, 9783, 10865, 9213, 9852, 10120, 9587, 12236, 9273, 11512, 9619, 10267, 9556, 9536, 10014, 9632, 11838, 9459, 11217, 9878, 9859, 9794, 10001, 15849, 9435, 11915, 9799, 10087, 11253, 9834, 15577, 9689, 11005, 9787, 10824, 9485, 10017, 11264, 9697, 12217, 9316, 11018, 9560, 10049, 13770, 9382, 11158, 9692, 10440, 9610, 9836, 12178, 10196, 11783, 9753, 10272, 9976, 9946, 10983, 9980, 13153, 9362, 11493, 9442, 10572, 9273, 10429, 10272, 9746, 12065, 9372, 12010, 9906, 11104, 9415, 10319, 9173, 9699, 9824, 10138, 12268, 9678], 'WindowCenter': [4260.0, 4191.0, 4233.0, 4179.0, 4189.0, 4188.0, 4187.0, 4203.0, 4173.0, 4195.0, 4173.0, 4183.0, 4164.0, 4184.0, 4194.0, 4170.0, 4171.0, 4158.0, 4182.0, 4189.0, 4169.0, 4200.0, 4156.0, 4167.0, 4154.0, 4166.0, 4166.0, 4167.0, 4177.0, 4156.0, 4166.0, 4157.0, 4166.0, 4157.0, 4168.0, 4177.0, 4169.0, 4178.0, 4156.0, 4168.0, 4157.0, 4168.0, 4167.0, 4169.0, 4177.0, 4157.0, 4167.0, 4146.0, 4168.0, 4158.0, 4169.0, 4179.0, 4158.0, 4167.0, 4147.0, 4169.0, 4169.0, 4170.0, 4181.0, 4161.0, 4181.0, 4160.0, 4171.0, 4162.0, 4186.0, 4196.0, 4185.0, 4195.0, 4164.0, 4193.0, 4172.0, 4187.0, 4186.0, 4186.0, 4206.0, 4174.0, 4182.0, 4162.0, 4183.0, 4164.0, 4186.0, 4207.0, 4185.0, 4194.0, 4162.0, 4184.0, 4162.0, 4184.0, 4184.0, 4186.0, 4205.0, 4174.0, 4184.0, 4175.0, 4198.0, 4176.0, 4198.0, 4218.0, 4186.0, 4204.0, 4162.0, 4183.0, 4161.0, 4183.0, 4202.0, 4182.0, 4201.0, 4158.0, 4170.0, 4158.0, 4181.0, 4160.0, 4181.0, 4191.0, 4168.0, 4169.0, 4158.0, 4170.0, 4148.0, 4171.0, 4181.0, 4169.0, 4191.0, 4162.0, 4184.0, 4163.0, 4186.0, 4173.0, 4173.0, 4174.0, 4188.0, 4208.0, 4190.0, 4209.0, 4187.0, 4198.0, 4165.0, 4189.0, 4198.0, 4187.0, 4197.0, 4164.0, 4175.0, 4203.0, 4173.0, 4194.0, 4174.0, 4186.0, 4161.0, 4182.0, 4204.0, 4173.0, 4194.0, 4173.0, 4184.0, 4150.0, 4172.0, 4191.0, 4170.0, 4184.0, 4183.0, 4184.0, 4163.0, 4184.0, 4193.0, 4171.0, 4183.0, 4173.0, 4185.0, 4164.0, 4185.0, 4182.0, 4172.0, 4193.0, 4162.0, 4182.0, 4163.0, 4184.0, 4162.0, 4171.0, 4182.0, 4162.0, 4183.0, 4173.0, 4185.0, 4163.0, 4173.0, 4193.0, 4173.0, 4184.0, 4174.0, 4185.0, 4164.0, 4185.0, 4194.0, 4172.0, 4193.0, 4165.0, 4197.0, 4165.0, 4197.0, 4175.0, 4185.0, 4193.0, 4174.0, 4207.0, 4165.0, 4184.0, 4176.0, 4185.0, 4173.0, 4174.0, 4205.0, 4177.0, 4185.0, 4164.0, 4186.0, 4162.0, 4183.0, 4204.0, 4172.0, 4205.0, 4174.0, 4185.0, 4160.0, 4171.0, 4192.0, 4172.0, 4204.0, 4172.0, 4181.0, 4159.0, 4169.0, 4169.0, 4169.0, 4192.0, 4171.0, 4182.0, 4172.0, 4172.0, 4160.0, 4173.0, 4193.0, 4174.0, 4195.0, 4164.0, 4185.0, 4173.0, 4184.0, 4185.0, 4188.0, 4208.0, 4187.0, 4198.0, 4166.0, 4183.0, 4173.0, 4185.0, 4195.0, 4175.0, 4196.0, 4162.0, 4184.0, 4174.0, 4186.0, 4188.0, 4176.0, 4210.0, 4188.0, 4206.0, 4177.0, 4196.0, 4186.0, 4199.0, 4178.0, 4200.0, 4191.0, 4200.0, 4177.0, 4189.0, 4210.0, 4191.0, 4212.0, 4191.0, 4200.0, 4177.0, 4189.0, 4219.0, 4209.0, 4230.0, 4177.0, 4207.0, 4164.0, 4175.0, 4216.0, 4165.0, 4206.0, 4164.0, 4184.0, 4162.0, 4173.0, 4172.0, 4163.0, 4193.0, 4164.0, 4185.0, 4173.0, 4183.0, 4174.0, 4175.0, 4194.0, 4176.0, 4197.0, 4164.0, 4184.0, 4163.0, 4185.0, 4163.0, 4185.0, 4206.0, 4173.0, 4183.0, 4173.0, 4186.0, 4163.0, 4174.0, 4175.0, 4174.0, 4193.0, 4162.0, 4182.0, 4163.0, 4174.0, 4173.0, 4174.0, 4193.0, 4162.0, 4193.0, 4173.0, 4184.0, 4163.0, 4185.0, 4175.0, 4175.0, 4192.0, 4174.0, 4195.0, 4164.0, 4185.0, 4174.0, 4187.0, 4175.0, 4174.0, 4194.0, 4174.0, 4196.0, 4174.0, 4185.0, 4174.0, 4183.0, 4204.0, 4172.0, 4194.0, 4173.0, 4185.0, 4163.0, 4184.0, 4192.0, 4171.0, 4191.0, 4172.0, 4183.0, 4174.0, 4184.0, 4173.0, 4173.0, 4183.0, 4175.0, 4206.0, 4175.0, 4196.0, 4175.0, 4184.0, 4162.0, 4174.0, 4183.0, 4174.0, 4195.0, 4164.0, 4185.0, 4173.0, 4183.0, 4162.0, 4173.0, 4193.0, 4174.0, 4206.0, 4176.0, 4196.0, 4165.0, 4185.0, 4175.0, 4187.0, 4186.0, 4188.0, 4208.0, 4176.0, 4196.0, 4176.0, 4187.0, 4218.0, 4185.0, 4208.0, 4175.0, 4183.0, 4161.0, 4172.0, 4193.0, 4176.0, 4196.0, 4166.0, 4185.0, 4173.0, 4174.0, 4173.0, 4174.0, 4195.0, 4166.0, 4196.0, 4164.0, 4175.0, 4184.0, 4163.0, 4195.0, 4165.0, 4186.0, 4173.0, 4175.0, 4194.0, 4174.0, 4206.0, 4165.0, 4196.0, 4176.0, 4186.0, 4176.0, 4188.0, 4209.0, 4179.0, 4210.0, 4187.0, 4197.0, 4176.0, 4189.0, 4178.0, 4188.0, 4220.0, 4176.0, 4195.0, 4175.0, 4196.0, 4189.0, 4186.0, 4175.0, 4175.0, 4204.0, 4176.0, 4195.0, 4175.0, 4186.0, 4173.0, 4173.0, 4193.0, 4162.0, 4195.0, 4173.0, 4173.0, 4172.0, 4172.0, 4160.0, 4161.0, 4192.0, 4164.0, 4183.0, 4163.0, 4173.0, 4172.0, 4171.0, 4161.0, 4174.0, 4185.0, 4186.0, 4195.0, 4163.0, 4183.0, 4173.0, 4183.0, 4162.0, 4185.0, 4216.0, 4173.0, 4183.0, 4162.0, 4173.0, 4160.0, 4174.0, 4194.0, 4162.0, 4192.0, 4173.0, 4185.0, 4174.0, 4185.0, 4183.0, 4173.0, 4192.0, 4173.0, 4195.0, 4174.0, 4184.0, 4185.0, 4174.0, 4193.0, 4175.0, 4206.0, 4175.0, 4186.0, 4175.0, 4184.0, 4173.0, 4176.0, 4207.0, 4176.0, 4208.0, 4188.0, 4197.0, 4175.0, 4186.0, 4175.0, 4188.0, 4208.0, 4178.0, 4197.0, 4176.0, 4185.0, 4164.0, 4187.0, 4188.0, 4188.0, 4219.0, 4175.0, 4196.0, 4174.0, 4184.0, 4196.0, 4175.0, 4227.0, 4176.0, 4205.0, 4162.0, 4172.0, 4160.0, 4172.0, 4215.0, 4161.0, 4204.0, 4162.0, 4171.0, 4160.0, 4170.0, 4182.0, 4175.0, 4195.0, 4176.0, 4195.0, 4162.0, 4183.0, 4174.0, 4185.0, 4174.0, 4186.0, 4184.0, 4175.0, 4205.0, 4175.0, 4196.0, 4175.0, 4186.0, 4165.0, 4185.0, 4194.0, 4164.0, 4195.0, 4175.0, 4185.0, 4175.0, 4186.0, 4194.0, 4173.0, 4206.0, 4161.0, 4180.0, 4150.0, 4171.0, 4182.0, 4171.0, 4195.0, 4177.0, 4158.0, 4149.0, 4172.0, 4172.0, 4172.0, 4190.0, 4163.0, 4184.0, 4164.0, 4186.0, 4188.0, 4186.0, 4184.0, 4177.0, 4207.0, 4177.0, 4197.0, 4165.0, 4185.0, 4163.0, 4186.0, 4217.0, 4175.0, 4206.0, 4163.0, 4171.0, 4148.0, 4171.0, 4192.0, 4172.0, 4193.0, 4162.0, 4172.0, 4159.0, 4171.0, 4170.0, 4172.0, 4192.0, 4162.0, 4184.0, 4174.0, 4173.0, 4172.0, 4185.0, 4175.0, 4186.0, 4186.0, 4176.0, 4195.0, 4175.0, 4196.0, 4175.0, 4186.0, 4165.0, 4187.0, 4186.0, 4174.0, 4194.0, 4163.0, 4196.0, 4174.0, 4184.0, 4163.0, 4174.0, 4193.0, 4174.0, 4196.0, 4188.0, 4197.0, 4189.0, 4199.0, 4186.0, 4185.0, 4185.0, 4174.0, 4195.0, 4187.0, 4195.0, 4175.0, 4196.0, 4185.0, 4187.0, 4186.0, 4187.0, 4218.0, 4185.0, 4193.0, 4185.0, 4196.0, 4173.0, 4183.0, 4185.0, 4186.0, 4183.0, 4183.0, 4193.0, 4185.0, 4195.0, 4185.0, 4196.0, 4174.0, 4184.0, 4184.0, 4185.0, 4216.0, 4175.0, 4196.0, 4174.0, 4183.0, 4171.0, 4172.0, 4203.0, 4173.0, 4193.0, 4173.0, 4182.0, 4182.0, 4181.0, 4171.0, 4172.0, 4183.0, 4174.0, 4195.0, 4174.0, 4193.0, 4173.0, 4194.0, 4173.0, 4174.0, 4185.0, 4175.0, 4195.0, 4172.0, 4172.0, 4171.0, 4173.0, 4192.0, 4172.0, 4193.0, 4172.0, 4182.0, 4171.0, 4173.0, 4171.0, 4174.0, 4194.0, 4172.0, 4193.0, 4174.0, 4195.0, 4174.0, 4198.0, 4187.0, 4187.0, 4206.0, 4185.0, 4197.0, 4174.0, 4186.0, 4196.0, 4174.0, 4195.0, 4173.0, 4173.0, 4172.0, 4173.0, 4215.0, 4173.0, 4182.0, 4162.0, 4172.0, 4182.0, 4174.0, 4193.0, 4175.0, 4186.0, 4172.0, 4173.0, 4184.0, 4186.0, 4196.0, 4187.0, 4197.0, 4186.0, 4194.0, 4174.0, 4187.0, 4188.0, 4188.0, 4209.0, 4188.0, 4196.0, 4174.0, 4185.0, 4176.0, 4175.0, 4186.0, 4188.0, 4197.0, 4175.0, 4196.0, 4185.0, 4187.0, 4186.0, 4188.0, 4228.0, 4174.0, 4192.0, 4172.0, 4184.0, 4183.0, 4173.0, 4215.0, 4173.0, 4182.0, 4171.0, 4182.0, 4172.0, 4173.0, 4194.0, 4173.0, 4194.0, 4162.0, 4182.0, 4160.0, 4172.0, 4203.0, 4161.0, 4182.0, 4171.0, 4171.0, 4160.0, 4170.0, 4192.0, 4183.0, 4194.0, 4174.0, 4184.0, 4185.0, 4173.0, 4182.0, 4184.0, 4206.0, 4174.0, 4196.0, 4186.0, 4185.0, 4172.0, 4184.0, 4184.0, 4176.0, 4196.0, 4176.0, 4207.0, 4186.0, 4193.0, 4173.0, 4186.0, 4177.0, 4188.0, 4187.0, 4199.0, 4208.0, 4175.0], 'WindowWidth': [9412.0, 9298.0, 9358.0, 9274.0, 9288.0, 9286.0, 9284.0, 9301.0, 9258.0, 9290.0, 9255.0, 9271.0, 9247.0, 9273.0, 9290.0, 9250.0, 9254.0, 9231.0, 9267.0, 9274.0, 9244.0, 9293.0, 9222.0, 9241.0, 9218.0, 9238.0, 9236.0, 9239.0, 9253.0, 9222.0, 9236.0, 9225.0, 9239.0, 9226.0, 9243.0, 9255.0, 9245.0, 9257.0, 9225.0, 9243.0, 9225.0, 9242.0, 9240.0, 9243.0, 9257.0, 9225.0, 9241.0, 9209.0, 9243.0, 9227.0, 9243.0, 9259.0, 9228.0, 9240.0, 9212.0, 9243.0, 9243.0, 9246.0, 9266.0, 9237.0, 9265.0, 9236.0, 9254.0, 9241.0, 9278.0, 9290.0, 9278.0, 9290.0, 9246.0, 9285.0, 9255.0, 9281.0, 9277.0, 9279.0, 9308.0, 9259.0, 9268.0, 9240.0, 9270.0, 9246.0, 9277.0, 9312.0, 9274.0, 9286.0, 9240.0, 9272.0, 9240.0, 9274.0, 9274.0, 9279.0, 9306.0, 9262.0, 9275.0, 9262.0, 9299.0, 9264.0, 9297.0, 9327.0, 9278.0, 9305.0, 9241.0, 9272.0, 9236.0, 9272.0, 9296.0, 9266.0, 9297.0, 9230.0, 9248.0, 9229.0, 9262.0, 9234.0, 9263.0, 9281.0, 9242.0, 9245.0, 9228.0, 9248.0, 9215.0, 9250.0, 9262.0, 9247.0, 9277.0, 9241.0, 9272.0, 9245.0, 9278.0, 9260.0, 9258.0, 9261.0, 9284.0, 9313.0, 9292.0, 9319.0, 9285.0, 9299.0, 9251.0, 9286.0, 9300.0, 9281.0, 9301.0, 9248.0, 9261.0, 9300.0, 9257.0, 9289.0, 9259.0, 9280.0, 9239.0, 9269.0, 9302.0, 9255.0, 9290.0, 9256.0, 9275.0, 9224.0, 9254.0, 9280.0, 9249.0, 9273.0, 9268.0, 9275.0, 9244.0, 9273.0, 9285.0, 9250.0, 9270.0, 9257.0, 9277.0, 9245.0, 9277.0, 9269.0, 9254.0, 9283.0, 9241.0, 9270.0, 9245.0, 9274.0, 9242.0, 9252.0, 9268.0, 9241.0, 9272.0, 9256.0, 9275.0, 9243.0, 9257.0, 9286.0, 9255.0, 9273.0, 9258.0, 9277.0, 9245.0, 9274.0, 9286.0, 9256.0, 9284.0, 9248.0, 9293.0, 9247.0, 9296.0, 9264.0, 9274.0, 9284.0, 9260.0, 9307.0, 9248.0, 9275.0, 9264.0, 9276.0, 9257.0, 9259.0, 9304.0, 9267.0, 9278.0, 9249.0, 9279.0, 9243.0, 9270.0, 9303.0, 9255.0, 9306.0, 9260.0, 9276.0, 9237.0, 9250.0, 9281.0, 9251.0, 9302.0, 9252.0, 9266.0, 9232.0, 9244.0, 9246.0, 9246.0, 9280.0, 9250.0, 9267.0, 9255.0, 9253.0, 9235.0, 9256.0, 9284.0, 9260.0, 9291.0, 9248.0, 9276.0, 9258.0, 9275.0, 9277.0, 9285.0, 9313.0, 9283.0, 9299.0, 9252.0, 9272.0, 9257.0, 9278.0, 9293.0, 9262.0, 9293.0, 9241.0, 9273.0, 9257.0, 9279.0, 9285.0, 9267.0, 9321.0, 9285.0, 9308.0, 9268.0, 9293.0, 9278.0, 9300.0, 9272.0, 9304.0, 9295.0, 9304.0, 9267.0, 9287.0, 9316.0, 9292.0, 9322.0, 9291.0, 9304.0, 9266.0, 9284.0, 9329.0, 9311.0, 9344.0, 9264.0, 9308.0, 9242.0, 9258.0, 9319.0, 9245.0, 9305.0, 9242.0, 9270.0, 9236.0, 9252.0, 9251.0, 9241.0, 9283.0, 9245.0, 9273.0, 9255.0, 9269.0, 9256.0, 9261.0, 9288.0, 9263.0, 9294.0, 9246.0, 9273.0, 9241.0, 9276.0, 9243.0, 9274.0, 9306.0, 9255.0, 9268.0, 9254.0, 9276.0, 9240.0, 9257.0, 9262.0, 9259.0, 9283.0, 9240.0, 9269.0, 9240.0, 9257.0, 9256.0, 9259.0, 9284.0, 9238.0, 9281.0, 9255.0, 9272.0, 9242.0, 9276.0, 9261.0, 9261.0, 9281.0, 9258.0, 9290.0, 9244.0, 9276.0, 9262.0, 9280.0, 9261.0, 9258.0, 9288.0, 9260.0, 9291.0, 9257.0, 9276.0, 9259.0, 9272.0, 9300.0, 9253.0, 9285.0, 9257.0, 9276.0, 9242.0, 9272.0, 9283.0, 9251.0, 9275.0, 9253.0, 9269.0, 9260.0, 9274.0, 9257.0, 9257.0, 9269.0, 9261.0, 9306.0, 9263.0, 9293.0, 9263.0, 9274.0, 9240.0, 9258.0, 9270.0, 9259.0, 9290.0, 9247.0, 9277.0, 9257.0, 9269.0, 9239.0, 9257.0, 9284.0, 9262.0, 9306.0, 9265.0, 9292.0, 9249.0, 9275.0, 9261.0, 9281.0, 9280.0, 9284.0, 9313.0, 9265.0, 9293.0, 9265.0, 9283.0, 9327.0, 9279.0, 9315.0, 9262.0, 9273.0, 9237.0, 9254.0, 9288.0, 9265.0, 9294.0, 9253.0, 9277.0, 9257.0, 9259.0, 9256.0, 9259.0, 9292.0, 9251.0, 9292.0, 9247.0, 9262.0, 9274.0, 9243.0, 9290.0, 9248.0, 9278.0, 9257.0, 9261.0, 9286.0, 9259.0, 9305.0, 9250.0, 9294.0, 9268.0, 9279.0, 9263.0, 9284.0, 9314.0, 9274.0, 9317.0, 9282.0, 9295.0, 9265.0, 9286.0, 9271.0, 9284.0, 9332.0, 9265.0, 9289.0, 9261.0, 9294.0, 9289.0, 9280.0, 9264.0, 9262.0, 9303.0, 9263.0, 9293.0, 9261.0, 9281.0, 9258.0, 9258.0, 9285.0, 9241.0, 9290.0, 9254.0, 9256.0, 9254.0, 9254.0, 9235.0, 9236.0, 9282.0, 9245.0, 9271.0, 9242.0, 9256.0, 9254.0, 9250.0, 9237.0, 9258.0, 9275.0, 9278.0, 9290.0, 9243.0, 9270.0, 9254.0, 9270.0, 9242.0, 9276.0, 9322.0, 9255.0, 9269.0, 9238.0, 9255.0, 9236.0, 9257.0, 9287.0, 9239.0, 9280.0, 9256.0, 9276.0, 9258.0, 9275.0, 9271.0, 9256.0, 9281.0, 9257.0, 9288.0, 9260.0, 9275.0, 9274.0, 9260.0, 9284.0, 9262.0, 9306.0, 9261.0, 9278.0, 9263.0, 9273.0, 9255.0, 9266.0, 9309.0, 9266.0, 9312.0, 9283.0, 9296.0, 9263.0, 9278.0, 9262.0, 9284.0, 9314.0, 9269.0, 9299.0, 9265.0, 9277.0, 9244.0, 9282.0, 9283.0, 9284.0, 9332.0, 9265.0, 9294.0, 9259.0, 9274.0, 9291.0, 9262.0, 9339.0, 9262.0, 9303.0, 9239.0, 9254.0, 9234.0, 9253.0, 9319.0, 9237.0, 9301.0, 9239.0, 9252.0, 9234.0, 9250.0, 9267.0, 9262.0, 9290.0, 9265.0, 9290.0, 9241.0, 9270.0, 9256.0, 9276.0, 9260.0, 9281.0, 9275.0, 9262.0, 9301.0, 9261.0, 9294.0, 9261.0, 9278.0, 9249.0, 9276.0, 9288.0, 9245.0, 9291.0, 9262.0, 9278.0, 9263.0, 9279.0, 9290.0, 9256.0, 9307.0, 9236.0, 9262.0, 9219.0, 9250.0, 9267.0, 9251.0, 9291.0, 9269.0, 9227.0, 9217.0, 9253.0, 9253.0, 9255.0, 9278.0, 9244.0, 9274.0, 9247.0, 9281.0, 9286.0, 9279.0, 9274.0, 9269.0, 9312.0, 9267.0, 9297.0, 9248.0, 9275.0, 9243.0, 9277.0, 9324.0, 9262.0, 9309.0, 9244.0, 9255.0, 9217.0, 9251.0, 9281.0, 9253.0, 9285.0, 9240.0, 9255.0, 9233.0, 9249.0, 9248.0, 9252.0, 9280.0, 9241.0, 9273.0, 9260.0, 9255.0, 9254.0, 9276.0, 9262.0, 9280.0, 9281.0, 9266.0, 9289.0, 9261.0, 9291.0, 9262.0, 9280.0, 9249.0, 9283.0, 9280.0, 9260.0, 9287.0, 9245.0, 9292.0, 9260.0, 9275.0, 9244.0, 9259.0, 9284.0, 9260.0, 9294.0, 9288.0, 9298.0, 9289.0, 9305.0, 9280.0, 9277.0, 9275.0, 9260.0, 9294.0, 9282.0, 9291.0, 9262.0, 9293.0, 9276.0, 9283.0, 9280.0, 9284.0, 9330.0, 9276.0, 9286.0, 9274.0, 9293.0, 9257.0, 9272.0, 9276.0, 9278.0, 9270.0, 9271.0, 9286.0, 9276.0, 9289.0, 9277.0, 9293.0, 9261.0, 9273.0, 9272.0, 9275.0, 9323.0, 9262.0, 9294.0, 9261.0, 9271.0, 9249.0, 9255.0, 9301.0, 9257.0, 9287.0, 9256.0, 9270.0, 9266.0, 9265.0, 9250.0, 9256.0, 9269.0, 9260.0, 9291.0, 9261.0, 9286.0, 9256.0, 9288.0, 9257.0, 9261.0, 9277.0, 9262.0, 9291.0, 9253.0, 9254.0, 9249.0, 9255.0, 9283.0, 9255.0, 9286.0, 9252.0, 9268.0, 9250.0, 9255.0, 9252.0, 9258.0, 9287.0, 9254.0, 9284.0, 9259.0, 9289.0, 9260.0, 9299.0, 9283.0, 9284.0, 9307.0, 9276.0, 9294.0, 9259.0, 9278.0, 9294.0, 9262.0, 9292.0, 9254.0, 9256.0, 9252.0, 9257.0, 9321.0, 9257.0, 9271.0, 9239.0, 9253.0, 9268.0, 9258.0, 9287.0, 9264.0, 9279.0, 9256.0, 9258.0, 9271.0, 9277.0, 9292.0, 9281.0, 9297.0, 9279.0, 9287.0, 9259.0, 9281.0, 9283.0, 9283.0, 9317.0, 9285.0, 9294.0, 9259.0, 9276.0, 9265.0, 9263.0, 9279.0, 9285.0, 9297.0, 9262.0, 9293.0, 9274.0, 9283.0, 9280.0, 9284.0, 9345.0, 9261.0, 9285.0, 9253.0, 9273.0, 9271.0, 9256.0, 9322.0, 9258.0, 9268.0, 9252.0, 9267.0, 9253.0, 9258.0, 9286.0, 9258.0, 9289.0, 9240.0, 9268.0, 9233.0, 9253.0, 9299.0, 9237.0, 9269.0, 9251.0, 9250.0, 9234.0, 9251.0, 9280.0, 9269.0, 9288.0, 9259.0, 9275.0, 9276.0, 9259.0, 9268.0, 9274.0, 9306.0, 9261.0, 9295.0, 9280.0, 9276.0, 9256.0, 9273.0, 9272.0, 9265.0, 9294.0, 9264.0, 9311.0, 9279.0, 9286.0, 9258.0, 9279.0, 9268.0, 9286.0, 9286.0, 9301.0, 9315.0, 9264.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.0002296416184971098</td></tr>
<tr><td colspan=3>aqi</td><td>0.020115856994219652</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.63012364590278</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2339148485648144</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9967379404398139</td></tr>
<tr><td colspan=3>efc</td><td>0.5406</td></tr>
<tr><td colspan=3>fber</td><td>2770.0229</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07861345014930235</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0404624277456647</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4773790569055376</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.410084306175476</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6634195728627654</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3586332916783705</td></tr>
<tr><td colspan=3>gcor</td><td>0.00873276</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006231281906366348</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023562703281641006</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>865</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.230669166922247</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>14.8777</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.5249</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.772</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1175.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.4454</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1562</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.2615</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3301.6095</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1409.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>814.2876</td></tr>
<tr><td colspan=3>tsnr</td><td>40.76585141941905</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>