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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0061/ses-01/func/sub-0061_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7b2e73e6670bd873dc1c931f300372af</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>12:55:39.350000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997447, -0.0639716, 0.0317373, 0.0597834, 0.99111, 0.118855]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0785377</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7769, -7271, 598, -85, -165, -15, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>231.122</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8f21fd7a-efdf-4445-a9bc-106f379529d9||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676077127456665, 0.1603945940732956, 0.10545793175697327, 99.88825988769531], [0.17163123190402985, 2.65907621383667, 0.3149668574333191, -110.63965606689453], [0.08514877408742905, -0.3188798129558563, 2.6794915199279785, -56.033790588378906], [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': ['125539.350000', '125539.810000', '125540.270000', '125540.730000', '125541.190000', '125541.650000', '125542.110000', '125542.570000', '125543.030000', '125543.490000', '125543.950000', '125544.410000', '125544.870000', '125545.330000', '125545.790000', '125546.250000', '125546.710000', '125547.170000', '125547.630000', '125548.090000', '125548.550000', '125549.010000', '125549.470000', '125549.930000', '125550.390000', '125550.850000', '125551.310000', '125551.770000', '125552.230000', '125552.690000', '125553.150000', '125553.610000', '125554.070000', '125554.530000', '125554.990000', '125555.450000', '125555.910000', '125556.370000', '125556.830000', '125557.290000', '125557.750000', '125558.210000', '125558.670000', '125559.130000', '125559.590000', '125600.050000', '125600.510000', '125600.970000', '125601.430000', '125601.890000', '125602.350000', '125602.810000', '125603.270000', '125603.730000', '125604.190000', '125604.650000', '125605.110000', '125605.570000', '125606.030000', '125606.490000', '125606.950000', '125607.410000', '125607.870000', '125608.330000', '125608.790000', '125609.250000', '125609.710000', '125610.170000', '125610.630000', '125611.090000', '125611.550000', '125612.010000', '125612.470000', '125612.930000', '125613.390000', '125613.850000', '125614.310000', '125614.770000', '125615.230000', '125615.690000', '125616.150000', '125616.610000', '125617.070000', '125617.530000', '125617.990000', '125618.450000', '125618.910000', '125619.370000', '125619.830000', '125620.290000', '125620.750000', '125621.210000', '125621.670000', '125622.130000', '125622.590000', '125623.050000', '125623.510000', '125623.970000', '125624.430000', '125624.890000', '125625.350000', '125625.810000', '125626.270000', '125626.730000', '125627.190000', '125627.650000', '125628.110000', '125628.570000', '125629.030000', '125629.490000', '125629.950000', '125630.410000', '125630.870000', '125631.330000', '125631.790000', '125632.250000', '125632.710000', '125633.170000', '125633.630000', '125634.090000', '125634.550000', '125635.010000', '125635.470000', '125635.930000', '125636.390000', '125636.850000', '125637.310000', '125637.770000', '125638.230000', '125638.690000', '125639.150000', '125639.610000', '125640.070000', '125640.530000', '125640.990000', '125641.450000', '125641.910000', '125642.370000', '125642.830000', '125643.290000', '125643.750000', '125644.210000', '125644.670000', '125645.130000', '125645.590000', '125646.050000', '125646.510000', '125646.970000', '125647.430000', '125647.890000', '125648.350000', '125648.810000', '125649.270000', '125649.730000', '125650.190000', '125650.650000', '125651.110000', '125651.570000', '125652.030000', '125652.490000', '125652.950000', '125653.410000', '125653.870000', '125654.330000', '125654.790000', '125655.250000', '125655.710000', '125656.170000', '125656.630000', '125657.090000', '125657.550000', '125658.010000', '125658.470000', '125658.930000', '125659.390000', '125659.850000', '125700.310000', '125700.770000', '125701.230000', '125701.690000', '125702.150000', '125702.610000', '125703.070000', '125703.530000', '125703.990000', '125704.450000', '125704.910000', '125705.370000', '125705.830000', '125706.290000', '125706.750000', '125707.210000', '125707.670000', '125708.130000', '125708.590000', '125709.050000', '125709.510000', '125709.970000', '125710.430000', '125710.890000', '125711.350000', '125711.810000', '125712.270000', '125712.730000', '125713.190000', '125713.650000', '125714.110000', '125714.570000', '125715.030000', '125715.490000', '125715.950000', '125716.410000', '125716.870000', '125717.330000', '125717.790000', '125718.250000', '125718.710000', '125719.170000', '125719.630000', '125720.090000', '125720.550000', '125721.010000', '125721.470000', '125721.930000', '125722.390000', '125722.850000', '125723.310000', '125723.770000', '125724.230000', '125724.690000', '125725.150000', '125725.610000', '125726.070000', '125726.530000', '125726.990000', '125727.450000', '125727.910000', '125728.370000', '125728.830000', '125729.290000', '125729.750000', '125730.210000', '125730.670000', '125731.130000', '125731.590000', '125732.050000', '125732.510000', '125732.970000', '125733.430000', '125733.890000', '125734.350000', '125734.810000', '125735.270000', '125735.730000', '125736.190000', '125736.650000', '125737.110000', '125737.570000', '125738.030000', '125738.490000', '125738.950000', '125739.410000', '125739.870000', '125740.330000', '125740.790000', '125741.250000', '125741.710000', '125742.170000', '125742.630000', '125743.090000', '125743.550000', '125744.010000', '125744.470000', '125744.930000', '125745.390000', '125745.850000', '125746.310000', '125746.770000', '125747.230000', '125747.690000', '125748.150000', '125748.610000', '125749.070000', '125749.530000', '125749.990000', '125750.450000', '125750.910000', '125751.370000', '125751.830000', '125752.290000', '125752.750000', '125753.210000', '125753.670000', '125754.130000', '125754.590000', '125755.050000', '125755.510000', '125755.970000', '125756.430000', '125756.890000', '125757.350000', '125757.810000', '125758.270000', '125758.730000', '125759.190000', '125759.650000', '125800.110000', '125800.570000', '125801.030000', '125801.490000', '125801.950000', '125802.410000', '125802.870000', '125803.330000', '125803.790000', '125804.250000', '125804.710000', '125805.170000', '125805.630000', '125806.090000', '125806.550000', '125807.010000', '125807.470000', '125807.930000', '125808.390000', '125808.850000', '125809.310000', '125809.770000', '125810.230000', '125810.690000', '125811.150000', '125811.610000', '125812.070000', '125812.530000', '125812.990000', '125813.450000', '125813.910000', '125814.370000', '125814.830000', '125815.290000', '125815.750000', '125816.210000', '125816.670000', '125817.130000', '125817.590000', '125818.050000', '125818.510000', '125818.970000', '125819.430000', '125819.890000', '125820.350000', '125820.810000', '125821.270000', '125821.730000', '125822.190000', '125822.650000', '125823.110000', '125823.570000', '125824.030000', '125824.490000', '125824.950000', '125825.410000', '125825.870000', '125826.330000', '125826.790000', '125827.250000', '125827.710000', '125828.170000', '125828.630000', '125829.090000', '125829.550000', '125830.010000', '125830.470000', '125830.930000', '125831.390000', '125831.850000', '125832.310000', '125832.770000', '125833.230000', '125833.690000', '125834.150000', '125834.610000', '125835.070000', '125835.530000', '125835.990000', '125836.450000', '125836.910000', '125837.370000', '125837.830000', '125838.290000', '125838.750000', '125839.210000', '125839.670000', '125840.130000', '125840.590000', '125841.050000', '125841.510000', '125841.970000', '125842.430000', '125842.890000', '125843.350000', '125843.810000', '125844.270000', '125844.730000', '125845.190000', '125845.650000', '125846.110000', '125846.570000', '125847.030000', '125847.490000', '125847.950000', '125848.410000', '125848.870000', '125849.330000', '125849.790000', '125850.250000', '125850.710000', '125851.170000', '125851.630000', '125852.090000', '125852.550000', '125853.010000', '125853.470000', '125853.930000', '125854.390000', '125854.850000', '125855.310000', '125855.770000', '125856.230000', '125856.690000', '125857.150000', '125857.610000', '125858.070000', '125858.530000', '125858.990000', '125859.450000', '125859.910000', '125900.370000', '125900.830000', '125901.290000', '125901.750000', '125902.210000', '125902.670000', '125903.130000', '125903.590000', '125904.050000', '125904.510000', '125904.970000', '125905.430000', '125905.890000', '125906.350000', '125906.810000', '125907.270000', '125907.730000', '125908.190000', '125908.650000', '125909.110000', '125909.570000', '125910.030000', '125910.490000', '125910.950000', '125911.410000', '125911.870000', '125912.330000', '125912.790000', '125913.250000', '125913.710000', '125914.170000', '125914.630000', '125915.090000', '125915.550000', '125916.010000', '125916.470000', '125916.930000', '125917.390000', '125917.850000', '125918.310000', '125918.770000', '125919.230000', '125919.690000', '125920.150000', '125920.610000', '125921.070000', '125921.530000', '125921.990000', '125922.450000', '125922.910000', '125923.370000', '125923.830000', '125924.290000', '125924.750000', '125925.210000', '125925.670000', '125926.130000', '125926.590000', '125927.050000', '125927.510000', '125927.970000', '125928.430000', '125928.890000', '125929.350000', '125929.810000', '125930.270000', '125930.730000', '125931.190000', '125931.650000', '125932.110000', '125932.570000', '125933.030000', '125933.490000', '125933.950000', '125934.410000', '125934.870000', '125935.330000', '125935.790000', '125936.250000', '125936.710000', '125937.170000', '125937.630000', '125938.090000', '125938.550000', '125939.010000', '125939.470000', '125939.930000', '125940.390000', '125940.850000', '125941.310000', '125941.770000', '125942.230000', '125942.690000', '125943.150000', '125943.610000', '125944.070000', '125944.530000', '125944.990000', '125945.450000', '125945.910000', '125946.370000', '125946.830000', '125947.290000', '125947.750000', '125948.210000', '125948.670000', '125949.130000', '125949.590000', '125950.050000', '125950.510000', '125950.970000', '125951.430000', '125951.890000', '125952.350000', '125952.810000', '125953.270000', '125953.730000', '125954.190000', '125954.650000', '125955.110000', '125955.570000', '125956.030000', '125956.490000', '125956.950000', '125957.410000', '125957.870000', '125958.330000', '125958.790000', '125959.250000', '125959.710000', '130000.170000', '130000.630000', '130001.090000', '130001.550000', '130002.010000', '130002.470000', '130002.930000', '130003.390000', '130003.850000', '130004.310000', '130004.770000', '130005.230000', '130005.690000', '130006.150000', '130006.610000', '130007.070000', '130007.530000', '130007.990000', '130008.450000', '130008.910000', '130009.370000', '130009.830000', '130010.290000', '130010.750000', '130011.210000', '130011.670000', '130012.130000', '130012.590000', '130013.050000', '130013.510000', '130013.970000', '130014.430000', '130014.890000', '130015.350000', '130015.810000', '130016.270000', '130016.730000', '130017.190000', '130017.650000', '130018.110000', '130018.570000', '130019.030000', '130019.490000', '130019.950000', '130020.410000', '130020.870000', '130021.330000', '130021.790000', '130022.250000', '130022.710000', '130023.170000', '130023.630000', '130024.090000', '130024.550000', '130025.010000', '130025.470000', '130025.930000', '130026.390000', '130026.850000', '130027.310000', '130027.770000', '130028.230000', '130028.690000', '130029.150000', '130029.610000', '130030.070000', '130030.530000', '130030.990000', '130031.450000', '130031.910000', '130032.370000', '130032.830000', '130033.290000', '130033.750000', '130034.210000', '130034.670000', '130035.130000', '130035.590000', '130036.050000', '130036.510000', '130036.970000', '130037.430000', '130037.890000', '130038.350000', '130038.810000', '130039.270000', '130039.730000', '130040.190000', '130040.650000', '130041.110000', '130041.570000', '130042.030000', '130042.490000', '130042.950000', '130043.410000', '130043.870000', '130044.330000', '130044.790000', '130045.250000', '130045.710000', '130046.170000', '130046.630000', '130047.090000', '130047.550000', '130048.010000', '130048.470000', '130048.930000', '130049.390000', '130049.850000', '130050.310000', '130050.770000', '130051.230000', '130051.690000', '130052.150000', '130052.610000', '130053.070000', '130053.530000', '130053.990000', '130054.450000', '130054.910000', '130055.370000', '130055.830000', '130056.290000', '130056.750000', '130057.210000', '130057.670000', '130058.130000', '130058.590000', '130059.050000', '130059.510000', '130059.970000', '130100.430000', '130100.890000', '130101.350000', '130101.810000', '130102.270000', '130102.730000', '130103.190000', '130103.650000', '130104.110000', '130104.570000', '130105.030000', '130105.490000', '130105.950000', '130106.410000', '130106.870000', '130107.330000', '130107.790000', '130108.250000', '130108.710000', '130109.170000', '130109.630000', '130110.090000', '130110.550000', '130111.010000', '130111.470000', '130111.930000', '130112.390000', '130112.850000', '130113.310000', '130113.770000', '130114.230000', '130114.690000', '130115.150000', '130115.610000', '130116.070000', '130116.530000', '130116.990000', '130117.450000', '130117.910000', '130118.370000', '130118.830000', '130119.290000', '130119.750000', '130120.210000', '130120.670000', '130121.130000', '130121.590000', '130122.050000', '130122.510000', '130122.970000', '130123.430000', '130123.890000', '130124.350000', '130124.810000', '130125.270000', '130125.730000', '130126.190000', '130126.650000', '130127.110000', '130127.570000', '130128.030000', '130128.490000', '130128.950000', '130129.410000', '130129.870000', '130130.330000', '130130.790000', '130131.250000', '130131.710000', '130132.170000', '130132.630000', '130133.090000', '130133.550000', '130134.010000', '130134.470000', '130134.930000', '130135.390000', '130135.850000', '130136.310000', '130136.770000', '130137.230000', '130137.690000', '130138.150000', '130138.610000', '130139.070000', '130139.530000', '130139.990000', '130140.450000', '130140.910000', '130141.370000', '130141.830000', '130142.290000', '130142.750000', '130143.210000', '130143.670000', '130144.130000', '130144.590000', '130145.050000', '130145.510000', '130145.970000', '130146.430000', '130146.890000', '130147.350000', '130147.810000', '130148.270000', '130148.730000', '130149.190000', '130149.650000', '130150.110000', '130150.570000', '130151.030000', '130151.490000', '130151.950000', '130152.410000', '130152.870000', '130153.330000', '130153.790000', '130154.250000', '130154.710000', '130155.170000', '130155.630000', '130156.090000', '130156.550000', '130157.010000', '130157.470000', '130157.930000', '130158.390000', '130158.850000', '130159.310000', '130159.770000', '130200.230000', '130200.690000', '130201.150000', '130201.610000', '130202.070000', '130202.530000', '130202.990000', '130203.450000', '130203.910000', '130204.370000', '130204.830000', '130205.290000', '130205.750000', '130206.210000', '130206.670000', '130207.130000', '130207.590000', '130208.050000', '130208.510000', '130208.970000', '130209.430000', '130209.890000', '130210.350000', '130210.810000', '130211.270000', '130211.730000', '130212.190000', '130212.650000', '130213.110000', '130213.570000', '130214.030000', '130214.490000', '130214.950000', '130215.410000', '130215.870000', '130216.330000', '130216.790000', '130217.250000', '130217.710000', '130218.170000', '130218.630000', '130219.090000', '130219.550000', '130220.010000'], 'ContentTime': ['125554.802000', '125554.806000', '125554.808000', '125554.811000', '125554.813000', '125554.816000', '125554.818000', '125554.821000', '125554.824000', '125554.826000', '125554.829000', '125554.831000', '125554.834000', '125554.836000', '125554.839000', '125554.842000', '125554.844000', '125554.847000', '125554.849000', '125554.852000', '125554.855000', '125554.861000', '125554.863000', '125554.866000', '125554.869000', '125554.871000', '125554.874000', '125554.877000', '125554.879000', '125554.882000', '125614.771000', '125614.774000', '125614.777000', '125614.780000', '125614.782000', '125614.785000', '125614.787000', '125614.790000', '125614.793000', '125614.795000', '125614.798000', '125614.815000', '125614.818000', '125614.820000', '125614.823000', '125614.826000', '125614.828000', '125614.831000', '125614.833000', '125614.836000', '125614.838000', '125614.841000', '125614.844000', '125614.846000', '125614.849000', '125614.851000', '125614.854000', '125614.857000', '125614.859000', '125614.862000', '125614.865000', '125614.867000', '125614.870000', '125614.872000', '125614.875000', '125614.878000', '125614.880000', '125614.883000', '125614.885000', '125614.888000', '125614.890000', '125614.893000', '125614.896000', '125614.898000', '125634.772000', '125634.774000', '125634.777000', '125634.780000', '125634.782000', '125634.785000', '125634.788000', '125634.790000', '125634.793000', '125634.795000', '125634.798000', '125634.801000', '125634.803000', '125634.806000', '125634.808000', '125634.811000', '125634.813000', '125634.816000', '125634.819000', '125634.821000', '125634.824000', '125634.826000', '125634.829000', '125634.831000', '125634.834000', '125634.837000', '125634.839000', '125634.848000', '125634.852000', '125634.854000', '125634.857000', '125634.859000', '125634.862000', '125634.865000', '125634.867000', '125634.870000', '125634.872000', '125634.875000', '125634.878000', '125634.880000', '125634.883000', '125634.885000', '125634.888000', '125654.771000', '125654.774000', '125654.777000', '125654.779000', '125654.782000', '125654.785000', '125654.787000', '125654.790000', '125654.792000', '125654.795000', '125654.798000', '125654.800000', '125654.803000', '125654.805000', '125654.808000', '125654.811000', '125654.813000', '125654.816000', '125654.819000', '125654.821000', '125654.824000', '125654.826000', '125654.829000', '125654.832000', '125654.834000', '125654.837000', '125654.839000', '125654.842000', '125654.844000', '125654.847000', '125654.850000', '125654.852000', '125654.855000', '125654.857000', '125654.860000', '125654.863000', '125654.865000', '125654.868000', '125654.870000', '125654.873000', '125654.875000', '125654.878000', '125654.880000', '125654.883000', '125714.772000', '125714.775000', '125714.778000', '125714.780000', '125714.783000', '125714.786000', '125714.788000', '125714.791000', '125714.793000', '125714.796000', '125714.799000', '125714.802000', '125714.805000', '125714.808000', '125714.811000', '125714.813000', '125714.816000', '125714.818000', '125714.821000', '125714.823000', '125714.826000', '125714.829000', '125714.831000', '125714.834000', '125714.836000', '125714.839000', '125714.841000', '125714.844000', '125714.847000', '125714.849000', '125714.852000', '125714.854000', '125714.857000', '125714.859000', '125714.862000', '125714.865000', '125714.867000', '125714.870000', '125714.872000', '125714.875000', '125714.878000', '125714.880000', '125714.883000', '125734.772000', '125734.775000', '125734.778000', '125734.780000', '125734.783000', '125734.786000', '125734.788000', '125734.791000', '125734.793000', '125734.796000', '125734.799000', '125734.801000', '125734.804000', '125734.806000', '125734.809000', '125734.812000', '125734.814000', '125734.817000', '125734.819000', '125734.822000', '125734.825000', '125734.827000', '125734.830000', '125734.832000', '125734.835000', '125734.838000', '125734.840000', '125734.843000', '125734.845000', '125734.848000', '125734.851000', '125734.853000', '125734.856000', '125734.858000', '125734.861000', '125734.863000', '125734.866000', '125734.869000', '125734.871000', '125734.874000', '125734.876000', '125734.879000', '125734.882000', '125734.884000', '125754.773000', '125754.776000', '125754.778000', '125754.781000', '125754.783000', '125754.786000', '125754.845000', '125754.848000', '125754.850000', '125754.853000', '125754.856000', '125754.858000', '125754.861000', '125754.863000', '125754.866000', '125754.869000', '125754.871000', '125754.874000', '125754.876000', '125754.879000', '125754.881000', '125754.884000', '125754.887000', '125754.890000', '125754.893000', '125754.895000', '125754.898000', '125754.900000', '125754.903000', '125754.906000', '125754.908000', '125754.911000', '125754.913000', '125754.916000', '125754.919000', '125754.921000', '125754.924000', '125754.926000', '125754.929000', '125754.932000', '125754.934000', '125754.937000', '125754.939000', '125814.773000', '125814.775000', '125814.778000', '125814.781000', '125814.783000', '125814.786000', '125814.788000', '125814.791000', '125814.794000', '125814.796000', '125814.799000', '125814.801000', '125814.804000', '125814.807000', '125814.809000', '125814.812000', '125814.814000', '125814.817000', '125814.819000', '125814.822000', '125814.825000', '125814.827000', '125814.830000', '125814.832000', '125814.835000', '125814.838000', '125814.840000', '125814.843000', '125814.845000', '125814.848000', '125814.850000', '125814.853000', '125814.856000', '125814.858000', '125814.861000', '125814.864000', '125814.866000', '125814.869000', '125814.871000', '125814.874000', '125814.876000', '125814.879000', '125814.882000', '125814.884000', '125834.771000', '125834.774000', '125834.777000', '125834.779000', '125834.782000', '125834.785000', '125834.787000', '125834.790000', '125834.792000', '125834.795000', '125834.798000', '125834.800000', '125834.803000', '125834.805000', '125834.808000', '125834.811000', '125834.813000', '125834.816000', '125834.818000', '125834.821000', '125834.824000', '125834.826000', '125834.829000', '125834.831000', '125834.834000', '125834.837000', '125834.839000', '125834.842000', '125834.844000', '125834.847000', '125834.849000', '125834.852000', '125834.855000', '125834.857000', '125834.860000', '125834.863000', '125834.866000', '125834.869000', '125834.872000', '125834.874000', '125834.877000', '125834.880000', '125834.882000', '125854.771000', '125854.774000', '125854.777000', '125854.780000', '125854.782000', '125854.785000', '125854.787000', '125854.790000', '125854.793000', '125854.795000', '125854.798000', '125854.800000', '125854.803000', '125854.806000', '125854.808000', '125854.811000', '125854.814000', '125854.816000', '125854.819000', '125854.822000', '125854.824000', '125854.827000', '125854.829000', '125854.832000', '125854.835000', '125854.837000', '125854.840000', '125854.842000', '125854.845000', '125854.848000', '125854.850000', '125854.853000', '125854.856000', '125854.858000', '125854.861000', '125854.863000', '125854.866000', '125854.868000', '125854.871000', '125854.874000', '125854.876000', '125854.879000', '125854.881000', '125854.884000', '125914.771000', '125914.774000', '125914.777000', '125914.780000', '125914.782000', '125914.785000', '125914.787000', '125914.790000', '125914.792000', '125914.795000', '125914.798000', '125914.800000', '125914.803000', '125914.806000', '125914.808000', '125914.811000', '125914.813000', '125914.816000', '125914.819000', '125914.821000', '125914.824000', '125914.826000', '125914.829000', '125914.831000', '125914.834000', '125914.837000', '125914.839000', '125914.842000', '125914.845000', '125914.847000', '125914.850000', '125914.852000', '125914.855000', '125914.858000', '125914.860000', '125914.863000', '125914.865000', '125914.868000', '125914.870000', '125914.873000', '125914.876000', '125914.878000', '125914.881000', '125934.773000', '125934.775000', '125934.778000', '125934.781000', '125934.784000', '125934.786000', '125934.789000', '125934.791000', '125934.794000', '125934.796000', '125934.799000', '125934.802000', '125934.804000', '125934.807000', '125934.809000', '125934.812000', '125934.815000', '125934.817000', '125934.820000', '125934.822000', '125934.825000', '125934.828000', '125934.830000', '125934.833000', '125934.835000', '125934.838000', '125934.841000', '125934.843000', '125934.846000', '125934.848000', '125934.851000', '125934.854000', '125934.856000', '125934.859000', '125934.861000', '125934.864000', '125934.867000', '125934.869000', '125934.872000', '125934.874000', '125934.877000', '125934.880000', '125934.882000', '125934.885000', '125954.773000', '125954.776000', '125954.778000', '125954.781000', '125954.783000', '125954.786000', '125954.789000', '125954.791000', '125954.794000', '125954.796000', '125954.799000', '125954.802000', '125954.804000', '125954.807000', '125954.809000', '125954.812000', '125954.815000', '125954.817000', '125954.820000', '125954.822000', '125954.825000', '125954.828000', '125954.830000', '125954.833000', '125954.835000', '125954.838000', '125954.840000', '125954.843000', '125954.846000', '125954.848000', '125954.851000', '125954.854000', '125954.856000', '125954.859000', '125954.861000', '125954.864000', '125954.867000', '125954.869000', '125954.872000', '125954.875000', '125954.877000', '125954.880000', '125954.882000', '130014.773000', '130014.775000', '130014.778000', '130014.781000', '130014.784000', '130014.786000', '130014.789000', '130014.792000', '130014.794000', '130014.797000', '130014.800000', '130014.802000', '130014.805000', '130014.808000', '130014.810000', '130014.813000', '130014.816000', '130014.818000', '130014.821000', '130014.823000', '130014.826000', '130014.829000', '130014.831000', '130014.834000', '130014.836000', '130014.839000', '130014.842000', '130014.844000', '130014.847000', '130014.849000', '130014.852000', '130014.855000', '130014.857000', '130014.860000', '130014.862000', '130014.865000', '130014.868000', '130014.870000', '130014.873000', '130014.875000', '130014.878000', '130014.880000', '130014.883000', '130014.886000', '130034.773000', '130034.775000', '130034.778000', '130034.781000', '130034.783000', '130034.786000', '130034.788000', '130034.791000', '130034.794000', '130034.796000', '130034.799000', '130034.802000', '130034.804000', '130034.807000', '130034.809000', '130034.812000', '130034.814000', '130034.817000', '130034.820000', '130034.822000', '130034.825000', '130034.827000', '130034.830000', '130034.833000', '130034.835000', '130034.838000', '130034.840000', '130034.843000', '130034.846000', '130034.848000', '130034.851000', '130034.854000', '130034.856000', '130034.859000', '130034.861000', '130034.864000', '130034.867000', '130034.869000', '130034.872000', '130034.874000', '130034.877000', '130034.880000', '130034.882000', '130054.772000', '130054.774000', '130054.777000', '130054.779000', '130054.782000', '130054.785000', '130054.787000', '130054.790000', '130054.793000', '130054.795000', '130054.798000', '130054.800000', '130054.803000', '130054.837000', '130054.839000', '130054.842000', '130054.845000', '130054.847000', '130054.850000', '130054.852000', '130054.855000', '130054.857000', '130054.860000', '130054.863000', '130054.865000', '130054.868000', '130054.871000', '130054.873000', '130054.876000', '130054.879000', '130054.881000', '130054.884000', '130054.886000', '130054.889000', '130054.891000', '130054.894000', '130054.897000', '130054.899000', '130054.902000', '130054.904000', '130054.907000', '130054.910000', '130054.912000', '130054.915000', '130114.772000', '130114.774000', '130114.777000', '130114.780000', '130114.782000', '130114.785000', '130114.788000', '130114.790000', '130114.793000', '130114.796000', '130114.798000', '130114.801000', '130114.804000', '130114.806000', '130114.809000', '130114.811000', '130114.814000', '130114.817000', '130114.819000', '130114.822000', '130114.825000', '130114.827000', '130114.830000', '130114.832000', '130114.835000', '130114.838000', '130114.840000', '130114.843000', '130114.845000', '130114.848000', '130114.851000', '130114.853000', '130114.856000', '130114.859000', '130114.861000', '130114.864000', '130114.866000', '130114.869000', '130114.872000', '130114.874000', '130114.877000', '130114.879000', '130114.882000', '130134.771000', '130134.774000', '130134.777000', '130134.779000', '130134.782000', '130134.785000', '130134.787000', '130134.790000', '130134.793000', '130134.795000', '130134.798000', '130134.800000', '130134.803000', '130134.806000', '130134.808000', '130134.811000', '130134.814000', '130134.816000', '130134.819000', '130134.821000', '130134.824000', '130134.827000', '130134.829000', '130134.832000', '130134.834000', '130134.837000', '130134.840000', '130134.842000', '130134.845000', '130134.848000', '130134.850000', '130134.853000', '130134.855000', '130134.860000', '130134.862000', '130134.865000', '130134.867000', '130134.870000', '130134.873000', '130134.875000', '130134.878000', '130134.881000', '130134.883000', '130134.886000', '130154.772000', '130154.775000', '130154.778000', '130154.780000', '130154.783000', '130154.786000', '130154.788000', '130154.791000', '130154.793000', '130154.796000', '130154.799000', '130154.801000', '130154.804000', '130154.806000', '130154.809000', '130154.811000', '130154.814000', '130154.817000', '130154.819000', '130154.822000', '130154.824000', '130154.827000', '130154.830000', '130154.832000', '130154.835000', '130154.837000', '130154.840000', '130154.842000', '130154.845000', '130154.848000', '130154.850000', '130154.853000', '130154.855000', '130154.858000', '130154.860000', '130154.863000', '130154.866000', '130154.868000', '130154.871000', '130154.873000', '130154.876000', '130154.879000', '130154.881000', '130214.773000', '130214.775000', '130214.778000', '130214.781000', '130214.783000', '130214.786000', '130214.788000', '130214.791000', '130214.793000', '130214.796000', '130214.799000', '130214.801000', '130214.804000', '130214.806000', '130214.809000', '130214.812000', '130214.814000', '130214.817000', '130214.820000', '130214.822000', '130214.825000', '130214.827000', '130214.830000', '130214.833000', '130214.865000', '130214.868000', '130214.870000', '130214.873000', '130214.876000', '130214.878000', '130214.881000', '130214.883000', '130214.886000', '130214.889000', '130214.892000', '130214.894000', '130214.897000', '130214.899000', '130214.902000', '130214.905000', '130214.907000', '130214.910000', '130214.912000', '130214.915000', '130221.658000', '130221.661000', '130221.664000', '130221.667000', '130221.669000', '130221.672000', '130221.676000', '130221.678000', '130221.681000', '130221.684000', '130221.686000', '130221.690000', '130221.692000', '130221.695000', '130221.698000'], 'InstanceCreationTime': ['125554.802000', '125554.806000', '125554.808000', '125554.811000', '125554.813000', '125554.816000', '125554.818000', '125554.821000', '125554.824000', '125554.826000', '125554.829000', '125554.831000', '125554.834000', '125554.836000', '125554.839000', '125554.842000', '125554.844000', '125554.847000', '125554.849000', '125554.852000', '125554.855000', '125554.861000', '125554.863000', '125554.866000', '125554.869000', '125554.871000', '125554.874000', '125554.877000', '125554.879000', '125554.882000', '125614.771000', '125614.774000', '125614.777000', '125614.780000', '125614.782000', '125614.785000', '125614.787000', '125614.790000', '125614.793000', '125614.795000', '125614.798000', '125614.815000', '125614.818000', '125614.820000', '125614.823000', '125614.826000', '125614.828000', '125614.831000', '125614.833000', '125614.836000', '125614.838000', '125614.841000', '125614.844000', '125614.846000', '125614.849000', '125614.851000', '125614.854000', '125614.857000', '125614.859000', '125614.862000', '125614.865000', '125614.867000', '125614.870000', '125614.872000', '125614.875000', '125614.878000', '125614.880000', '125614.883000', '125614.885000', '125614.888000', '125614.890000', '125614.893000', '125614.896000', '125614.898000', '125634.772000', '125634.774000', '125634.777000', '125634.780000', '125634.782000', '125634.785000', '125634.788000', '125634.790000', '125634.793000', '125634.795000', '125634.798000', '125634.801000', '125634.803000', '125634.806000', '125634.808000', '125634.811000', '125634.813000', '125634.816000', '125634.819000', '125634.821000', '125634.824000', '125634.826000', '125634.829000', '125634.831000', '125634.834000', '125634.837000', '125634.839000', '125634.848000', '125634.852000', '125634.854000', '125634.857000', '125634.859000', '125634.862000', '125634.865000', '125634.867000', '125634.870000', '125634.872000', '125634.875000', '125634.878000', '125634.880000', '125634.883000', '125634.885000', '125634.888000', '125654.771000', '125654.774000', '125654.777000', '125654.779000', '125654.782000', '125654.785000', '125654.787000', '125654.790000', '125654.792000', '125654.795000', '125654.798000', '125654.800000', '125654.803000', '125654.805000', '125654.808000', '125654.811000', '125654.813000', '125654.816000', '125654.819000', '125654.821000', '125654.824000', '125654.826000', '125654.829000', '125654.832000', '125654.834000', '125654.837000', '125654.839000', '125654.842000', '125654.844000', '125654.847000', '125654.850000', '125654.852000', '125654.855000', '125654.857000', '125654.860000', '125654.863000', '125654.865000', '125654.868000', '125654.870000', '125654.873000', '125654.875000', '125654.878000', '125654.880000', '125654.883000', '125714.772000', '125714.775000', '125714.778000', '125714.780000', '125714.783000', '125714.786000', '125714.788000', '125714.791000', '125714.793000', '125714.796000', '125714.799000', '125714.802000', '125714.805000', '125714.808000', '125714.811000', '125714.813000', '125714.816000', '125714.818000', '125714.821000', '125714.823000', '125714.826000', '125714.829000', '125714.831000', '125714.834000', '125714.836000', '125714.839000', '125714.841000', '125714.844000', '125714.847000', '125714.849000', '125714.852000', '125714.854000', '125714.857000', '125714.859000', '125714.862000', '125714.865000', '125714.867000', '125714.870000', '125714.872000', '125714.875000', '125714.878000', '125714.880000', '125714.883000', '125734.772000', '125734.775000', '125734.778000', '125734.780000', '125734.783000', '125734.786000', '125734.788000', '125734.791000', '125734.793000', '125734.796000', '125734.799000', '125734.801000', '125734.804000', '125734.806000', '125734.809000', '125734.812000', '125734.814000', '125734.817000', '125734.819000', '125734.822000', '125734.825000', '125734.827000', '125734.830000', '125734.832000', '125734.835000', '125734.838000', '125734.840000', '125734.843000', '125734.845000', '125734.848000', '125734.851000', '125734.853000', '125734.856000', '125734.858000', '125734.861000', '125734.863000', '125734.866000', '125734.869000', '125734.871000', '125734.874000', '125734.876000', '125734.879000', '125734.882000', '125734.884000', '125754.773000', '125754.776000', '125754.778000', '125754.781000', '125754.783000', '125754.786000', '125754.845000', '125754.848000', '125754.850000', '125754.853000', '125754.856000', '125754.858000', '125754.861000', '125754.863000', '125754.866000', '125754.869000', '125754.871000', '125754.874000', '125754.876000', '125754.879000', '125754.881000', '125754.884000', '125754.887000', '125754.890000', '125754.893000', '125754.895000', '125754.898000', '125754.900000', '125754.903000', '125754.906000', '125754.908000', '125754.911000', '125754.913000', '125754.916000', '125754.919000', '125754.921000', '125754.924000', '125754.926000', '125754.929000', '125754.932000', '125754.934000', '125754.937000', '125754.939000', '125814.773000', '125814.775000', '125814.778000', '125814.781000', '125814.783000', '125814.786000', '125814.788000', '125814.791000', '125814.794000', '125814.796000', '125814.799000', '125814.801000', '125814.804000', '125814.807000', '125814.809000', '125814.812000', '125814.814000', '125814.817000', '125814.819000', '125814.822000', '125814.825000', '125814.827000', '125814.830000', '125814.832000', '125814.835000', '125814.838000', '125814.840000', '125814.843000', '125814.845000', '125814.848000', '125814.850000', '125814.853000', '125814.856000', '125814.858000', '125814.861000', '125814.864000', '125814.866000', '125814.869000', '125814.871000', '125814.874000', '125814.876000', '125814.879000', '125814.882000', '125814.884000', '125834.771000', '125834.774000', '125834.777000', '125834.779000', '125834.782000', '125834.785000', '125834.787000', '125834.790000', '125834.792000', '125834.795000', '125834.798000', '125834.800000', '125834.803000', '125834.805000', '125834.808000', '125834.811000', '125834.813000', '125834.816000', '125834.818000', '125834.821000', '125834.824000', '125834.826000', '125834.829000', '125834.831000', '125834.834000', '125834.837000', '125834.839000', '125834.842000', '125834.844000', '125834.847000', '125834.849000', '125834.852000', '125834.855000', '125834.857000', '125834.860000', '125834.863000', '125834.866000', '125834.869000', '125834.872000', '125834.874000', '125834.877000', '125834.880000', '125834.882000', '125854.771000', '125854.774000', '125854.777000', '125854.780000', '125854.782000', '125854.785000', '125854.787000', '125854.790000', '125854.793000', '125854.795000', '125854.798000', '125854.800000', '125854.803000', '125854.806000', '125854.808000', '125854.811000', '125854.814000', '125854.816000', '125854.819000', '125854.822000', '125854.824000', '125854.827000', '125854.829000', '125854.832000', '125854.835000', '125854.837000', '125854.840000', '125854.842000', '125854.845000', '125854.848000', '125854.850000', '125854.853000', '125854.856000', '125854.858000', '125854.861000', '125854.863000', '125854.866000', '125854.868000', '125854.871000', '125854.874000', '125854.876000', '125854.879000', '125854.881000', '125854.884000', '125914.771000', '125914.774000', '125914.777000', '125914.780000', '125914.782000', '125914.785000', '125914.787000', '125914.790000', '125914.792000', '125914.795000', '125914.798000', '125914.800000', '125914.803000', '125914.806000', '125914.808000', '125914.811000', '125914.813000', '125914.816000', '125914.819000', '125914.821000', '125914.824000', '125914.826000', '125914.829000', '125914.831000', '125914.834000', '125914.837000', '125914.839000', '125914.842000', '125914.845000', '125914.847000', '125914.850000', '125914.852000', '125914.855000', '125914.858000', '125914.860000', '125914.863000', '125914.865000', '125914.868000', '125914.870000', '125914.873000', '125914.876000', '125914.878000', '125914.881000', '125934.773000', '125934.775000', '125934.778000', '125934.781000', '125934.784000', '125934.786000', '125934.789000', '125934.791000', '125934.794000', '125934.796000', '125934.799000', '125934.802000', '125934.804000', '125934.807000', '125934.809000', '125934.812000', '125934.815000', '125934.817000', '125934.820000', '125934.822000', '125934.825000', '125934.828000', '125934.830000', '125934.833000', '125934.835000', '125934.838000', '125934.841000', '125934.843000', '125934.846000', '125934.848000', '125934.851000', '125934.854000', '125934.856000', '125934.859000', '125934.861000', '125934.864000', '125934.867000', '125934.869000', '125934.872000', '125934.874000', '125934.877000', '125934.880000', '125934.882000', '125934.885000', '125954.773000', '125954.776000', '125954.778000', '125954.781000', '125954.783000', '125954.786000', '125954.789000', '125954.791000', '125954.794000', '125954.796000', '125954.799000', '125954.802000', '125954.804000', '125954.807000', '125954.809000', '125954.812000', '125954.815000', '125954.817000', '125954.820000', '125954.822000', '125954.825000', '125954.828000', '125954.830000', '125954.833000', '125954.835000', '125954.838000', '125954.840000', '125954.843000', '125954.846000', '125954.848000', '125954.851000', '125954.854000', '125954.856000', '125954.859000', '125954.861000', '125954.864000', '125954.867000', '125954.869000', '125954.872000', '125954.875000', '125954.877000', '125954.880000', '125954.882000', '130014.773000', '130014.775000', '130014.778000', '130014.781000', '130014.784000', '130014.786000', '130014.789000', '130014.792000', '130014.794000', '130014.797000', '130014.800000', '130014.802000', '130014.805000', '130014.808000', '130014.810000', '130014.813000', '130014.816000', '130014.818000', '130014.821000', '130014.823000', '130014.826000', '130014.829000', '130014.831000', '130014.834000', '130014.836000', '130014.839000', '130014.842000', '130014.844000', '130014.847000', '130014.849000', '130014.852000', '130014.855000', '130014.857000', '130014.860000', '130014.862000', '130014.865000', '130014.868000', '130014.870000', '130014.873000', '130014.875000', '130014.878000', '130014.880000', '130014.883000', '130014.886000', '130034.773000', '130034.775000', '130034.778000', '130034.781000', '130034.783000', '130034.786000', '130034.788000', '130034.791000', '130034.794000', '130034.796000', '130034.799000', '130034.802000', '130034.804000', '130034.807000', '130034.809000', '130034.812000', '130034.814000', '130034.817000', '130034.820000', '130034.822000', '130034.825000', '130034.827000', '130034.830000', '130034.833000', '130034.835000', '130034.838000', '130034.840000', '130034.843000', '130034.846000', '130034.848000', '130034.851000', '130034.854000', '130034.856000', '130034.859000', '130034.861000', '130034.864000', '130034.867000', '130034.869000', '130034.872000', '130034.874000', '130034.877000', '130034.880000', '130034.882000', '130054.772000', '130054.774000', '130054.777000', '130054.779000', '130054.782000', '130054.785000', '130054.787000', '130054.790000', '130054.793000', '130054.795000', '130054.798000', '130054.800000', '130054.803000', '130054.837000', '130054.839000', '130054.842000', '130054.845000', '130054.847000', '130054.850000', '130054.852000', '130054.855000', '130054.857000', '130054.860000', '130054.863000', '130054.865000', '130054.868000', '130054.871000', '130054.873000', '130054.876000', '130054.879000', '130054.881000', '130054.884000', '130054.886000', '130054.889000', '130054.891000', '130054.894000', '130054.897000', '130054.899000', '130054.902000', '130054.904000', '130054.907000', '130054.910000', '130054.912000', '130054.915000', '130114.772000', '130114.774000', '130114.777000', '130114.780000', '130114.782000', '130114.785000', '130114.788000', '130114.790000', '130114.793000', '130114.796000', '130114.798000', '130114.801000', '130114.804000', '130114.806000', '130114.809000', '130114.811000', '130114.814000', '130114.817000', '130114.819000', '130114.822000', '130114.825000', '130114.827000', '130114.830000', '130114.832000', '130114.835000', '130114.838000', '130114.840000', '130114.843000', '130114.845000', '130114.848000', '130114.851000', '130114.853000', '130114.856000', '130114.859000', '130114.861000', '130114.864000', '130114.866000', '130114.869000', '130114.872000', '130114.874000', '130114.877000', '130114.879000', '130114.882000', '130134.771000', '130134.774000', '130134.777000', '130134.779000', '130134.782000', '130134.785000', '130134.787000', '130134.790000', '130134.793000', '130134.795000', '130134.798000', '130134.800000', '130134.803000', '130134.806000', '130134.808000', '130134.811000', '130134.814000', '130134.816000', '130134.819000', '130134.821000', '130134.824000', '130134.827000', '130134.829000', '130134.832000', '130134.834000', '130134.837000', '130134.840000', '130134.842000', '130134.845000', '130134.848000', '130134.850000', '130134.853000', '130134.855000', '130134.860000', '130134.862000', '130134.865000', '130134.867000', '130134.870000', '130134.873000', '130134.875000', '130134.878000', '130134.881000', '130134.883000', '130134.886000', '130154.772000', '130154.775000', '130154.778000', '130154.780000', '130154.783000', '130154.786000', '130154.788000', '130154.791000', '130154.793000', '130154.796000', '130154.799000', '130154.801000', '130154.804000', '130154.806000', '130154.809000', '130154.811000', '130154.814000', '130154.817000', '130154.819000', '130154.822000', '130154.824000', '130154.827000', '130154.830000', '130154.832000', '130154.835000', '130154.837000', '130154.840000', '130154.842000', '130154.845000', '130154.848000', '130154.850000', '130154.853000', '130154.855000', '130154.858000', '130154.860000', '130154.863000', '130154.866000', '130154.868000', '130154.871000', '130154.873000', '130154.876000', '130154.879000', '130154.881000', '130214.773000', '130214.775000', '130214.778000', '130214.781000', '130214.783000', '130214.786000', '130214.788000', '130214.791000', '130214.793000', '130214.796000', '130214.799000', '130214.801000', '130214.804000', '130214.806000', '130214.809000', '130214.812000', '130214.814000', '130214.817000', '130214.820000', '130214.822000', '130214.825000', '130214.827000', '130214.830000', '130214.833000', '130214.865000', '130214.868000', '130214.870000', '130214.873000', '130214.876000', '130214.878000', '130214.881000', '130214.883000', '130214.886000', '130214.889000', '130214.892000', '130214.894000', '130214.897000', '130214.899000', '130214.902000', '130214.905000', '130214.907000', '130214.910000', '130214.912000', '130214.915000', '130221.658000', '130221.661000', '130221.664000', '130221.667000', '130221.669000', '130221.672000', '130221.676000', '130221.678000', '130221.681000', '130221.684000', '130221.686000', '130221.690000', '130221.692000', '130221.695000', '130221.698000'], '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': [9494, 9539, 10205, 8427, 10639, 8391, 11199, 7973, 11453, 8077, 11492, 8834, 11385, 8913, 11522, 9522, 11474, 9561, 11223, 10012, 11509, 10367, 12067, 10547, 11508, 8372, 9379, 9528, 9288, 10472, 9537, 10567, 9360, 10801, 9383, 10762, 9874, 9768, 9542, 9634, 9747, 9790, 10148, 9081, 9713, 11049, 9617, 10383, 9636, 9984, 9249, 10117, 9748, 9895, 9876, 8712, 10020, 9110, 9567, 9271, 9843, 9185, 9576, 10218, 9660, 10149, 9751, 9141, 9801, 9331, 9630, 9413, 9635, 9195, 10497, 9058, 9532, 8483, 9934, 8668, 10071, 9140, 9539, 9707, 9480, 9777, 9722, 10593, 9844, 10217, 9874, 11212, 9853, 10123, 9658, 10460, 9659, 10887, 9775, 10660, 9554, 9796, 9846, 10023, 9659, 10438, 9882, 9841, 9973, 9386, 9614, 9531, 11646, 8853, 10707, 8284, 11701, 8454, 13757, 9506, 10134, 8466, 10768, 9242, 13065, 9221, 13287, 8630, 12536, 8898, 12749, 9245, 12701, 9590, 12020, 9594, 11657, 9706, 12753, 9392, 11594, 9160, 12210, 9048, 13316, 9120, 11861, 8545, 11893, 8959, 13693, 8671, 11694, 8555, 12026, 8636, 13453, 9209, 12099, 8619, 12031, 8467, 12462, 9074, 12199, 9121, 11534, 9913, 11401, 10670, 11463, 10620, 10693, 10293, 10606, 10359, 11246, 9875, 10835, 9610, 10562, 9427, 10831, 8537, 10350, 9667, 10499, 9980, 11007, 9072, 10747, 9647, 10432, 10102, 10929, 10538, 10689, 10330, 11221, 10370, 11382, 10417, 11847, 10121, 11039, 10081, 11082, 10607, 11740, 10463, 11189, 10072, 11043, 10101, 11354, 9699, 10974, 10044, 10934, 9962, 10828, 10868, 10667, 9989, 10984, 10233, 11203, 9689, 11412, 9998, 11353, 10098, 11723, 10641, 12124, 11164, 11700, 10188, 11173, 10271, 11052, 9629, 11196, 8613, 11201, 8244, 10747, 9345, 10701, 9429, 9985, 9733, 10019, 9716, 9772, 9817, 9525, 9917, 9840, 9967, 9839, 10034, 9665, 9751, 9917, 9882, 10094, 9514, 10659, 8461, 10632, 8594, 10961, 10117, 11361, 10244, 11048, 9906, 11297, 10286, 11699, 10438, 11103, 10074, 10943, 10117, 11344, 8231, 11483, 8570, 10774, 8955, 10918, 8714, 10622, 8438, 10745, 8971, 11037, 9123, 10916, 10013, 10031, 9848, 9841, 10218, 9792, 10625, 8752, 9944, 9226, 9813, 9056, 10174, 8354, 10212, 8942, 11758, 8506, 12581, 9674, 11437, 10305, 11135, 10210, 10683, 10566, 10779, 10198, 10685, 10225, 10907, 10505, 10469, 9875, 10682, 10238, 10852, 10578, 10967, 9954, 10884, 9884, 10675, 10359, 10684, 10124, 10648, 9790, 10735, 9168, 10702, 8915, 10644, 9071, 10438, 9703, 10187, 9875, 10460, 9993, 9793, 9858, 10262, 10294, 10225, 9935, 9620, 10290, 9592, 12160, 9599, 10104, 9548, 12036, 8964, 13590, 8493, 12053, 9106, 11120, 10043, 10875, 9176, 10325, 8364, 10254, 9543, 10147, 9835, 9219, 9797, 9441, 9914, 9002, 11900, 8229, 12971, 8444, 11499, 8624, 11594, 9895, 11468, 10057, 10954, 9528, 10681, 8591, 10391, 9268, 10008, 9889, 10205, 10299, 9685, 11239, 8573, 11413, 8998, 12766, 9057, 11002, 10325, 10614, 9985, 10296, 9793, 10789, 10446, 11145, 10298, 10858, 9865, 10869, 9380, 10785, 9243, 10429, 8456, 10415, 8554, 10648, 8363, 10670, 8270, 10384, 9029, 10671, 9728, 10163, 9929, 10126, 10409, 9883, 10888, 8788, 10949, 9320, 9964, 8948, 9978, 8664, 10460, 9880, 10612, 9866, 10524, 9319, 13057, 9499, 10380, 8925, 11334, 8607, 13181, 8221, 12046, 8511, 12431, 8812, 12013, 9373, 11133, 8859, 11330, 9301, 11451, 10240, 10858, 9568, 11009, 9818, 11268, 9802, 10956, 8598, 11779, 8851, 12525, 9995, 11504, 9636, 11303, 9708, 11017, 10355, 10849, 9727, 10724, 9777, 10631, 9063, 10601, 8548, 10830, 8664, 10403, 8142, 10376, 8603, 10541, 8629, 10531, 8939, 10101, 9641, 10123, 9059, 10544, 9689, 10109, 10448, 9875, 9333, 10126, 9077, 10089, 9271, 9878, 8544, 10171, 8909, 9956, 9727, 10020, 9680, 9963, 9734, 9853, 9672, 10423, 9307, 10443, 9769, 9915, 9866, 9959, 10312, 9525, 9916, 10345, 9435, 9915, 8452, 10752, 8165, 10140, 9033, 10052, 9784, 11754, 10037, 11239, 9871, 12900, 8930, 12416, 8912, 11162, 9314, 10585, 8817, 10587, 8758, 10494, 8555, 10540, 8534, 11029, 9328, 10751, 9782, 10789, 9096, 11146, 9474, 11157, 9387, 10981, 8884, 10459, 9260, 10867, 9449, 10716, 9071, 11012, 9500, 11285, 9304, 10551, 8888, 10742, 8562, 11618, 8722, 11194, 9074, 10542, 8924, 10423, 8945, 10472, 8656, 10275, 8308, 10246, 9313, 10480, 9159, 10520, 9244, 10672, 10013, 10262, 9721, 10536, 10080, 10533, 9889, 10410, 9615, 10565, 10473, 10205, 10525, 9821, 10887, 10055, 10376, 9739, 10645, 9929, 9529, 10486, 8625, 10368, 8232, 11284, 8679, 10710, 8573, 10665, 8493, 10428, 8583, 10635, 8448, 10378, 8062, 10340, 8795, 10697, 8182, 10271, 8119, 10382, 8202, 10605, 9125, 10535, 8299, 10547, 9197, 11181, 9089, 10739, 8640, 10745, 8894, 10528, 9417, 10610, 8871, 10884, 9268, 10940, 9128, 10672, 9011, 10626, 8703, 10688, 8587, 10453, 9592, 10406, 9038, 10001, 10027, 10067, 10313, 10056, 10277, 9737, 10651, 8959, 12703, 8526, 10835, 9149, 10475, 9077, 10590, 9676, 10102, 9011, 9468, 10171, 8688, 12335, 9351, 12966, 8859, 11695, 8126, 10783, 8752, 10124, 9694, 10537, 9918, 9737, 10150, 9972, 9554, 10459, 9076, 10407, 9793, 10182, 10752, 10090, 10783, 9582, 10830, 9645, 12505, 9524, 10572, 9685, 12478, 9496, 12823, 8543, 11502, 9091, 10889, 9155, 11036, 9109, 10509, 9105, 10665, 10342, 10173, 10664, 9807, 10529, 9658, 10249, 9166, 10485, 8787, 13628, 9098, 12136, 8680, 11894, 8850, 11766, 9445, 10876, 8945, 10752, 9347, 10906, 9012, 10622, 8360, 10140, 8690, 10265, 8836, 10274, 8727, 10424, 9126, 10199, 9745, 9807, 10233, 10190, 10794, 9861, 10605, 9601, 10977, 9623, 10684, 9856, 10720, 9661, 12561, 9506, 10255, 10059, 10502, 9847, 11253, 9651, 10383, 9562, 10886, 9126, 13022, 8941, 11439, 9312, 11501, 8795, 12384, 8937, 12005, 8965, 12091, 8993, 11607, 9051, 12334, 8978, 11555, 8581, 11210, 8922, 12919, 8702, 11620, 8829, 11741, 9049, 10793, 9560, 10624, 9327, 10666, 9470, 10786, 9632, 11448, 8915], 'WindowCenter': [4345.0, 4331.0, 4329.0, 4307.0, 4325.0, 4305.0, 4324.0, 4295.0, 4333.0, 4294.0, 4333.0, 4304.0, 4322.0, 4304.0, 4323.0, 4313.0, 4333.0, 4314.0, 4324.0, 4326.0, 4334.0, 4325.0, 4346.0, 4338.0, 4336.0, 4307.0, 4327.0, 4328.0, 4329.0, 4350.0, 4328.0, 4339.0, 4327.0, 4338.0, 4316.0, 4339.0, 4327.0, 4327.0, 4315.0, 4328.0, 4326.0, 4326.0, 4325.0, 4315.0, 4325.0, 4337.0, 4324.0, 4336.0, 4327.0, 4328.0, 4326.0, 4337.0, 4326.0, 4327.0, 4325.0, 4316.0, 4325.0, 4316.0, 4315.0, 4317.0, 4327.0, 4327.0, 4326.0, 4337.0, 4323.0, 4337.0, 4326.0, 4316.0, 4326.0, 4313.0, 4314.0, 4314.0, 4314.0, 4314.0, 4325.0, 4315.0, 4314.0, 4316.0, 4325.0, 4317.0, 4327.0, 4328.0, 4328.0, 4327.0, 4326.0, 4338.0, 4327.0, 4338.0, 4337.0, 4338.0, 4327.0, 4349.0, 4327.0, 4338.0, 4326.0, 4337.0, 4325.0, 4336.0, 4327.0, 4337.0, 4325.0, 4327.0, 4326.0, 4326.0, 4326.0, 4334.0, 4326.0, 4326.0, 4325.0, 4316.0, 4325.0, 4328.0, 4336.0, 4317.0, 4325.0, 4307.0, 4335.0, 4307.0, 4357.0, 4327.0, 4326.0, 4317.0, 4335.0, 4327.0, 4357.0, 4328.0, 4357.0, 4317.0, 4345.0, 4316.0, 4345.0, 4327.0, 4345.0, 4326.0, 4334.0, 4326.0, 4335.0, 4327.0, 4346.0, 4327.0, 4346.0, 4328.0, 4346.0, 4317.0, 4355.0, 4328.0, 4336.0, 4317.0, 4335.0, 4317.0, 4356.0, 4317.0, 4346.0, 4316.0, 4346.0, 4317.0, 4356.0, 4316.0, 4335.0, 4306.0, 4334.0, 4305.0, 4334.0, 4315.0, 4335.0, 4316.0, 4335.0, 4325.0, 4334.0, 4325.0, 4335.0, 4326.0, 4324.0, 4325.0, 4324.0, 4326.0, 4335.0, 4326.0, 4324.0, 4314.0, 4323.0, 4313.0, 4325.0, 4305.0, 4325.0, 4315.0, 4325.0, 4324.0, 4337.0, 4318.0, 4336.0, 4326.0, 4325.0, 4326.0, 4336.0, 4335.0, 4336.0, 4337.0, 4336.0, 4327.0, 4336.0, 4337.0, 4347.0, 4327.0, 4325.0, 4326.0, 4335.0, 4337.0, 4336.0, 4326.0, 4335.0, 4326.0, 4335.0, 4325.0, 4336.0, 4326.0, 4325.0, 4325.0, 4335.0, 4326.0, 4336.0, 4336.0, 4325.0, 4326.0, 4334.0, 4325.0, 4336.0, 4326.0, 4337.0, 4327.0, 4336.0, 4326.0, 4335.0, 4337.0, 4346.0, 4338.0, 4347.0, 4337.0, 4336.0, 4327.0, 4336.0, 4326.0, 4335.0, 4305.0, 4335.0, 4304.0, 4324.0, 4314.0, 4324.0, 4314.0, 4314.0, 4313.0, 4324.0, 4312.0, 4314.0, 4325.0, 4325.0, 4314.0, 4324.0, 4325.0, 4326.0, 4326.0, 4327.0, 4315.0, 4326.0, 4326.0, 4326.0, 4328.0, 4337.0, 4307.0, 4337.0, 4317.0, 4336.0, 4338.0, 4348.0, 4338.0, 4338.0, 4328.0, 4337.0, 4338.0, 4348.0, 4337.0, 4337.0, 4327.0, 4336.0, 4326.0, 4335.0, 4306.0, 4336.0, 4305.0, 4325.0, 4305.0, 4325.0, 4304.0, 4336.0, 4306.0, 4336.0, 4317.0, 4336.0, 4316.0, 4337.0, 4326.0, 4326.0, 4325.0, 4326.0, 4324.0, 4326.0, 4325.0, 4316.0, 4325.0, 4315.0, 4314.0, 4316.0, 4326.0, 4317.0, 4326.0, 4317.0, 4335.0, 4316.0, 4346.0, 4327.0, 4337.0, 4338.0, 4336.0, 4337.0, 4337.0, 4337.0, 4337.0, 4326.0, 4326.0, 4337.0, 4338.0, 4337.0, 4336.0, 4326.0, 4325.0, 4326.0, 4336.0, 4337.0, 4336.0, 4327.0, 4335.0, 4325.0, 4325.0, 4326.0, 4336.0, 4327.0, 4325.0, 4326.0, 4325.0, 4316.0, 4337.0, 4316.0, 4324.0, 4317.0, 4326.0, 4326.0, 4338.0, 4328.0, 4338.0, 4326.0, 4326.0, 4326.0, 4337.0, 4326.0, 4327.0, 4326.0, 4327.0, 4326.0, 4327.0, 4346.0, 4328.0, 4327.0, 4327.0, 4334.0, 4316.0, 4346.0, 4306.0, 4334.0, 4313.0, 4324.0, 4325.0, 4323.0, 4314.0, 4323.0, 4294.0, 4325.0, 4313.0, 4324.0, 4313.0, 4314.0, 4313.0, 4315.0, 4313.0, 4314.0, 4333.0, 4306.0, 4345.0, 4306.0, 4335.0, 4316.0, 4335.0, 4326.0, 4336.0, 4327.0, 4336.0, 4315.0, 4324.0, 4304.0, 4326.0, 4315.0, 4323.0, 4314.0, 4324.0, 4323.0, 4314.0, 4334.0, 4305.0, 4336.0, 4316.0, 4345.0, 4317.0, 4335.0, 4325.0, 4325.0, 4326.0, 4325.0, 4326.0, 4335.0, 4336.0, 4347.0, 4337.0, 4336.0, 4327.0, 4336.0, 4316.0, 4336.0, 4316.0, 4326.0, 4306.0, 4324.0, 4304.0, 4324.0, 4307.0, 4336.0, 4306.0, 4325.0, 4315.0, 4326.0, 4326.0, 4327.0, 4325.0, 4326.0, 4324.0, 4324.0, 4325.0, 4305.0, 4335.0, 4315.0, 4314.0, 4315.0, 4324.0, 4316.0, 4336.0, 4326.0, 4334.0, 4327.0, 4325.0, 4327.0, 4346.0, 4315.0, 4324.0, 4315.0, 4334.0, 4305.0, 4345.0, 4304.0, 4335.0, 4316.0, 4334.0, 4315.0, 4335.0, 4316.0, 4336.0, 4314.0, 4334.0, 4315.0, 4336.0, 4327.0, 4325.0, 4325.0, 4324.0, 4325.0, 4335.0, 4326.0, 4335.0, 4316.0, 4335.0, 4315.0, 4345.0, 4326.0, 4335.0, 4326.0, 4333.0, 4315.0, 4324.0, 4325.0, 4325.0, 4314.0, 4324.0, 4315.0, 4324.0, 4305.0, 4324.0, 4304.0, 4325.0, 4304.0, 4324.0, 4294.0, 4324.0, 4305.0, 4325.0, 4304.0, 4326.0, 4304.0, 4323.0, 4314.0, 4326.0, 4304.0, 4325.0, 4313.0, 4325.0, 4324.0, 4326.0, 4315.0, 4326.0, 4316.0, 4327.0, 4327.0, 4328.0, 4317.0, 4326.0, 4315.0, 4326.0, 4315.0, 4326.0, 4315.0, 4326.0, 4315.0, 4325.0, 4315.0, 4335.0, 4316.0, 4337.0, 4325.0, 4324.0, 4325.0, 4326.0, 4326.0, 4327.0, 4327.0, 4326.0, 4315.0, 4328.0, 4307.0, 4337.0, 4307.0, 4328.0, 4328.0, 4339.0, 4339.0, 4349.0, 4329.0, 4336.0, 4327.0, 4334.0, 4304.0, 4334.0, 4304.0, 4324.0, 4314.0, 4323.0, 4304.0, 4325.0, 4305.0, 4325.0, 4305.0, 4325.0, 4316.0, 4333.0, 4329.0, 4338.0, 4338.0, 4337.0, 4318.0, 4337.0, 4329.0, 4338.0, 4328.0, 4337.0, 4318.0, 4325.0, 4315.0, 4338.0, 4327.0, 4326.0, 4317.0, 4336.0, 4327.0, 4337.0, 4317.0, 4337.0, 4316.0, 4335.0, 4305.0, 4336.0, 4306.0, 4335.0, 4304.0, 4324.0, 4304.0, 4324.0, 4305.0, 4323.0, 4304.0, 4314.0, 4293.0, 4325.0, 4314.0, 4324.0, 4313.0, 4324.0, 4303.0, 4324.0, 4314.0, 4324.0, 4313.0, 4324.0, 4313.0, 4323.0, 4312.0, 4325.0, 4314.0, 4325.0, 4313.0, 4314.0, 4336.0, 4326.0, 4326.0, 4315.0, 4313.0, 4314.0, 4324.0, 4326.0, 4315.0, 4326.0, 4317.0, 4326.0, 4305.0, 4336.0, 4305.0, 4324.0, 4304.0, 4314.0, 4303.0, 4325.0, 4304.0, 4324.0, 4294.0, 4312.0, 4294.0, 4313.0, 4303.0, 4326.0, 4294.0, 4314.0, 4293.0, 4314.0, 4295.0, 4323.0, 4315.0, 4314.0, 4294.0, 4313.0, 4315.0, 4325.0, 4304.0, 4323.0, 4304.0, 4323.0, 4315.0, 4325.0, 4314.0, 4324.0, 4305.0, 4322.0, 4314.0, 4323.0, 4315.0, 4325.0, 4306.0, 4324.0, 4305.0, 4324.0, 4304.0, 4324.0, 4314.0, 4315.0, 4302.0, 4314.0, 4313.0, 4315.0, 4313.0, 4314.0, 4313.0, 4314.0, 4323.0, 4317.0, 4346.0, 4317.0, 4336.0, 4327.0, 4338.0, 4332.0, 4338.0, 4329.0, 4328.0, 4317.0, 4328.0, 4328.0, 4319.0, 4349.0, 4319.0, 4349.0, 4319.0, 4326.0, 4295.0, 4325.0, 4306.0, 4327.0, 4328.0, 4326.0, 4314.0, 4315.0, 4326.0, 4326.0, 4316.0, 4326.0, 4306.0, 4326.0, 4315.0, 4327.0, 4326.0, 4327.0, 4326.0, 4318.0, 4324.0, 4317.0, 4336.0, 4315.0, 4326.0, 4315.0, 4335.0, 4316.0, 4335.0, 4305.0, 4324.0, 4305.0, 4324.0, 4315.0, 4324.0, 4304.0, 4325.0, 4304.0, 4312.0, 4314.0, 4315.0, 4314.0, 4328.0, 4340.0, 4317.0, 4315.0, 4315.0, 4324.0, 4307.0, 4358.0, 4318.0, 4336.0, 4307.0, 4335.0, 4306.0, 4337.0, 4316.0, 4326.0, 4306.0, 4325.0, 4316.0, 4327.0, 4306.0, 4326.0, 4295.0, 4327.0, 4304.0, 4326.0, 4316.0, 4326.0, 4306.0, 4325.0, 4317.0, 4326.0, 4316.0, 4316.0, 4315.0, 4326.0, 4324.0, 4326.0, 4326.0, 4317.0, 4326.0, 4316.0, 4325.0, 4326.0, 4326.0, 4316.0, 4336.0, 4316.0, 4325.0, 4316.0, 4325.0, 4315.0, 4325.0, 4316.0, 4314.0, 4316.0, 4326.0, 4317.0, 4346.0, 4306.0, 4335.0, 4315.0, 4324.0, 4306.0, 4335.0, 4306.0, 4335.0, 4308.0, 4335.0, 4306.0, 4323.0, 4316.0, 4335.0, 4306.0, 4324.0, 4306.0, 4324.0, 4306.0, 4335.0, 4305.0, 4325.0, 4306.0, 4335.0, 4306.0, 4325.0, 4317.0, 4326.0, 4316.0, 4315.0, 4316.0, 4325.0, 4316.0, 4325.0, 4306.0], 'WindowWidth': [9613.0, 9581.0, 9574.0, 9538.0, 9559.0, 9530.0, 9554.0, 9517.0, 9565.0, 9514.0, 9566.0, 9525.0, 9549.0, 9527.0, 9549.0, 9538.0, 9564.0, 9541.0, 9552.0, 9557.0, 9566.0, 9558.0, 9588.0, 9578.0, 9575.0, 9538.0, 9563.0, 9568.0, 9572.0, 9602.0, 9568.0, 9582.0, 9564.0, 9579.0, 9546.0, 9582.0, 9562.0, 9563.0, 9544.0, 9565.0, 9562.0, 9559.0, 9556.0, 9545.0, 9556.0, 9576.0, 9557.0, 9575.0, 9563.0, 9567.0, 9561.0, 9577.0, 9560.0, 9562.0, 9558.0, 9547.0, 9559.0, 9548.0, 9544.0, 9549.0, 9565.0, 9566.0, 9561.0, 9577.0, 9554.0, 9577.0, 9561.0, 9549.0, 9559.0, 9541.0, 9542.0, 9542.0, 9541.0, 9543.0, 9558.0, 9545.0, 9541.0, 9547.0, 9558.0, 9552.0, 9563.0, 9566.0, 9569.0, 9566.0, 9561.0, 9580.0, 9563.0, 9579.0, 9578.0, 9581.0, 9564.0, 9596.0, 9563.0, 9580.0, 9562.0, 9575.0, 9558.0, 9576.0, 9563.0, 9577.0, 9559.0, 9563.0, 9560.0, 9562.0, 9561.0, 9572.0, 9561.0, 9562.0, 9558.0, 9548.0, 9558.0, 9566.0, 9576.0, 9552.0, 9560.0, 9537.0, 9571.0, 9537.0, 9604.0, 9564.0, 9561.0, 9550.0, 9572.0, 9565.0, 9604.0, 9566.0, 9604.0, 9551.0, 9586.0, 9547.0, 9584.0, 9563.0, 9586.0, 9560.0, 9569.0, 9562.0, 9572.0, 9563.0, 9588.0, 9564.0, 9588.0, 9566.0, 9588.0, 9551.0, 9601.0, 9567.0, 9572.0, 9549.0, 9571.0, 9552.0, 9603.0, 9549.0, 9587.0, 9549.0, 9588.0, 9550.0, 9602.0, 9549.0, 9570.0, 9533.0, 9566.0, 9530.0, 9567.0, 9545.0, 9570.0, 9546.0, 9571.0, 9558.0, 9568.0, 9557.0, 9571.0, 9560.0, 9554.0, 9556.0, 9554.0, 9558.0, 9570.0, 9559.0, 9554.0, 9540.0, 9552.0, 9538.0, 9556.0, 9531.0, 9556.0, 9544.0, 9556.0, 9556.0, 9576.0, 9553.0, 9572.0, 9560.0, 9558.0, 9560.0, 9574.0, 9574.0, 9576.0, 9578.0, 9574.0, 9563.0, 9574.0, 9578.0, 9590.0, 9562.0, 9558.0, 9560.0, 9570.0, 9575.0, 9574.0, 9562.0, 9571.0, 9559.0, 9569.0, 9558.0, 9573.0, 9561.0, 9558.0, 9558.0, 9572.0, 9561.0, 9576.0, 9575.0, 9558.0, 9560.0, 9569.0, 9558.0, 9573.0, 9562.0, 9576.0, 9564.0, 9573.0, 9562.0, 9571.0, 9577.0, 9587.0, 9579.0, 9590.0, 9577.0, 9575.0, 9562.0, 9574.0, 9562.0, 9572.0, 9531.0, 9569.0, 9527.0, 9555.0, 9540.0, 9554.0, 9539.0, 9541.0, 9536.0, 9554.0, 9535.0, 9540.0, 9558.0, 9558.0, 9540.0, 9555.0, 9556.0, 9560.0, 9560.0, 9563.0, 9545.0, 9560.0, 9560.0, 9560.0, 9567.0, 9577.0, 9538.0, 9576.0, 9550.0, 9575.0, 9579.0, 9595.0, 9580.0, 9579.0, 9565.0, 9577.0, 9579.0, 9595.0, 9577.0, 9575.0, 9564.0, 9575.0, 9561.0, 9571.0, 9534.0, 9572.0, 9531.0, 9555.0, 9529.0, 9556.0, 9530.0, 9575.0, 9535.0, 9574.0, 9551.0, 9575.0, 9548.0, 9579.0, 9562.0, 9561.0, 9557.0, 9558.0, 9555.0, 9559.0, 9559.0, 9547.0, 9557.0, 9545.0, 9541.0, 9546.0, 9560.0, 9552.0, 9562.0, 9550.0, 9571.0, 9548.0, 9587.0, 9562.0, 9577.0, 9578.0, 9574.0, 9576.0, 9576.0, 9577.0, 9576.0, 9561.0, 9561.0, 9578.0, 9581.0, 9578.0, 9574.0, 9561.0, 9558.0, 9561.0, 9575.0, 9576.0, 9574.0, 9563.0, 9572.0, 9557.0, 9558.0, 9561.0, 9573.0, 9562.0, 9558.0, 9559.0, 9557.0, 9548.0, 9575.0, 9548.0, 9556.0, 9549.0, 9559.0, 9561.0, 9581.0, 9567.0, 9580.0, 9562.0, 9561.0, 9559.0, 9579.0, 9562.0, 9563.0, 9560.0, 9562.0, 9559.0, 9564.0, 9587.0, 9567.0, 9564.0, 9562.0, 9569.0, 9547.0, 9588.0, 9534.0, 9568.0, 9540.0, 9553.0, 9555.0, 9553.0, 9540.0, 9552.0, 9513.0, 9555.0, 9538.0, 9554.0, 9539.0, 9540.0, 9538.0, 9542.0, 9537.0, 9541.0, 9566.0, 9533.0, 9584.0, 9534.0, 9570.0, 9548.0, 9570.0, 9562.0, 9576.0, 9562.0, 9572.0, 9544.0, 9555.0, 9528.0, 9560.0, 9543.0, 9553.0, 9541.0, 9556.0, 9552.0, 9542.0, 9569.0, 9533.0, 9574.0, 9546.0, 9585.0, 9549.0, 9570.0, 9558.0, 9556.0, 9559.0, 9557.0, 9560.0, 9572.0, 9575.0, 9591.0, 9578.0, 9576.0, 9564.0, 9575.0, 9547.0, 9575.0, 9548.0, 9560.0, 9533.0, 9555.0, 9528.0, 9556.0, 9536.0, 9574.0, 9534.0, 9558.0, 9544.0, 9560.0, 9561.0, 9563.0, 9559.0, 9560.0, 9555.0, 9554.0, 9557.0, 9531.0, 9569.0, 9543.0, 9539.0, 9542.0, 9556.0, 9548.0, 9574.0, 9562.0, 9570.0, 9564.0, 9557.0, 9564.0, 9587.0, 9545.0, 9554.0, 9544.0, 9567.0, 9530.0, 9584.0, 9530.0, 9570.0, 9546.0, 9568.0, 9544.0, 9570.0, 9546.0, 9571.0, 9543.0, 9568.0, 9544.0, 9573.0, 9563.0, 9557.0, 9558.0, 9555.0, 9558.0, 9571.0, 9561.0, 9572.0, 9547.0, 9570.0, 9545.0, 9585.0, 9561.0, 9572.0, 9560.0, 9566.0, 9543.0, 9556.0, 9558.0, 9557.0, 9542.0, 9555.0, 9543.0, 9552.0, 9529.0, 9555.0, 9528.0, 9555.0, 9528.0, 9554.0, 9513.0, 9555.0, 9528.0, 9556.0, 9526.0, 9557.0, 9527.0, 9551.0, 9538.0, 9560.0, 9526.0, 9554.0, 9537.0, 9556.0, 9553.0, 9559.0, 9541.0, 9558.0, 9546.0, 9565.0, 9564.0, 9567.0, 9552.0, 9559.0, 9545.0, 9561.0, 9544.0, 9561.0, 9543.0, 9560.0, 9544.0, 9558.0, 9541.0, 9573.0, 9546.0, 9575.0, 9556.0, 9556.0, 9556.0, 9559.0, 9559.0, 9563.0, 9562.0, 9559.0, 9542.0, 9566.0, 9538.0, 9575.0, 9537.0, 9566.0, 9568.0, 9584.0, 9585.0, 9596.0, 9569.0, 9574.0, 9561.0, 9566.0, 9527.0, 9567.0, 9527.0, 9553.0, 9538.0, 9550.0, 9527.0, 9555.0, 9532.0, 9556.0, 9529.0, 9555.0, 9547.0, 9568.0, 9568.0, 9579.0, 9580.0, 9577.0, 9553.0, 9576.0, 9567.0, 9580.0, 9566.0, 9575.0, 9554.0, 9558.0, 9546.0, 9578.0, 9563.0, 9561.0, 9549.0, 9573.0, 9561.0, 9575.0, 9549.0, 9577.0, 9547.0, 9569.0, 9531.0, 9575.0, 9532.0, 9571.0, 9528.0, 9552.0, 9525.0, 9554.0, 9528.0, 9550.0, 9525.0, 9538.0, 9510.0, 9555.0, 9542.0, 9553.0, 9537.0, 9554.0, 9523.0, 9552.0, 9539.0, 9552.0, 9536.0, 9551.0, 9535.0, 9550.0, 9534.0, 9555.0, 9538.0, 9555.0, 9534.0, 9539.0, 9575.0, 9560.0, 9559.0, 9542.0, 9537.0, 9541.0, 9553.0, 9561.0, 9545.0, 9560.0, 9549.0, 9559.0, 9531.0, 9573.0, 9530.0, 9554.0, 9526.0, 9539.0, 9522.0, 9557.0, 9527.0, 9552.0, 9513.0, 9534.0, 9511.0, 9537.0, 9524.0, 9558.0, 9513.0, 9538.0, 9511.0, 9537.0, 9514.0, 9551.0, 9540.0, 9538.0, 9512.0, 9537.0, 9542.0, 9555.0, 9527.0, 9550.0, 9525.0, 9550.0, 9544.0, 9555.0, 9540.0, 9552.0, 9528.0, 9549.0, 9540.0, 9552.0, 9542.0, 9555.0, 9532.0, 9554.0, 9527.0, 9551.0, 9527.0, 9552.0, 9539.0, 9540.0, 9521.0, 9538.0, 9534.0, 9542.0, 9536.0, 9539.0, 9536.0, 9540.0, 9550.0, 9548.0, 9587.0, 9548.0, 9572.0, 9563.0, 9579.0, 9576.0, 9580.0, 9566.0, 9565.0, 9549.0, 9566.0, 9566.0, 9556.0, 9594.0, 9555.0, 9593.0, 9553.0, 9555.0, 9513.0, 9552.0, 9532.0, 9561.0, 9565.0, 9558.0, 9539.0, 9541.0, 9555.0, 9559.0, 9545.0, 9558.0, 9531.0, 9559.0, 9541.0, 9561.0, 9556.0, 9559.0, 9557.0, 9547.0, 9553.0, 9548.0, 9572.0, 9543.0, 9556.0, 9541.0, 9567.0, 9542.0, 9568.0, 9527.0, 9551.0, 9525.0, 9551.0, 9541.0, 9552.0, 9526.0, 9553.0, 9525.0, 9534.0, 9537.0, 9540.0, 9537.0, 9564.0, 9586.0, 9548.0, 9539.0, 9541.0, 9553.0, 9535.0, 9604.0, 9549.0, 9571.0, 9534.0, 9569.0, 9532.0, 9573.0, 9545.0, 9556.0, 9531.0, 9554.0, 9542.0, 9561.0, 9531.0, 9556.0, 9515.0, 9560.0, 9527.0, 9557.0, 9545.0, 9558.0, 9530.0, 9554.0, 9544.0, 9558.0, 9544.0, 9545.0, 9541.0, 9557.0, 9552.0, 9558.0, 9556.0, 9548.0, 9556.0, 9543.0, 9555.0, 9557.0, 9555.0, 9545.0, 9571.0, 9545.0, 9555.0, 9542.0, 9552.0, 9542.0, 9553.0, 9542.0, 9537.0, 9543.0, 9557.0, 9546.0, 9585.0, 9532.0, 9569.0, 9542.0, 9553.0, 9530.0, 9568.0, 9532.0, 9568.0, 9534.0, 9567.0, 9529.0, 9551.0, 9545.0, 9568.0, 9531.0, 9553.0, 9529.0, 9552.0, 9530.0, 9570.0, 9530.0, 9554.0, 9531.0, 9566.0, 9530.0, 9555.0, 9547.0, 9558.0, 9544.0, 9540.0, 9543.0, 9555.0, 9545.0, 9555.0, 9530.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.00025021814006888636</td></tr>
<tr><td colspan=3>aqi</td><td>0.019588795866819747</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.116840305574726</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2475443406206908</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9875635072988493</td></tr>
<tr><td colspan=3>efc</td><td>0.4602</td></tr>
<tr><td colspan=3>fber</td><td>6574.2407</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08838111451840498</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4110218140068884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4046028284908805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3635194891038496</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.526218667042981</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3240703293258114</td></tr>
<tr><td colspan=3>gcor</td><td>0.00420759</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012980873696506023</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02469010092318058</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.024614551570512</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>29.5316</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9605</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.2071</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303615.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>732.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.2799</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7168</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.5069</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3573.7914</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1272.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.717</td></tr>
<tr><td colspan=3>tsnr</td><td>45.856017847545445</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>