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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-04_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-0065/figures/sub-0065_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_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-0065/ses-04/func/sub-0065_ses-04_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>202416cf7cedb11a7864491d3ce5152b</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>19:28:32.010000</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.999197, 0.0398528, 0.0040751, -0.0397825, 0.999079, -0.0160753]</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.0857187</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>[4153, -7784, -7238, 719, -31, -403, 336, 61]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>238.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9a7ff949-a979-44f1-84c2-a89f95c2d025||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.6807732582092285, -0.10673356801271439, 0.012722376734018326, 116.92801666259766], [-0.10692211985588074, 2.6804559230804443, -0.042930860072374344, -85.19605255126953], [0.010933187790215015, 0.04312896355986595, 2.6996288299560547, -65.9483871459961], [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': ['192832.010000', '192832.470000', '192832.930000', '192833.390000', '192833.850000', '192834.310000', '192834.770000', '192835.230000', '192835.690000', '192836.150000', '192836.610000', '192837.070000', '192837.530000', '192837.990000', '192838.450000', '192838.910000', '192839.370000', '192839.830000', '192840.290000', '192840.750000', '192841.210000', '192841.670000', '192842.130000', '192842.590000', '192843.050000', '192843.510000', '192843.970000', '192844.430000', '192844.890000', '192845.350000', '192845.810000', '192846.270000', '192846.730000', '192847.190000', '192847.650000', '192848.110000', '192848.570000', '192849.030000', '192849.490000', '192849.950000', '192850.410000', '192850.870000', '192851.330000', '192851.790000', '192852.250000', '192852.710000', '192853.170000', '192853.630000', '192854.090000', '192854.550000', '192855.010000', '192855.470000', '192855.930000', '192856.390000', '192856.850000', '192857.310000', '192857.770000', '192858.230000', '192858.690000', '192859.150000', '192859.610000', '192900.070000', '192900.530000', '192900.990000', '192901.450000', '192901.910000', '192902.370000', '192902.830000', '192903.290000', '192903.750000', '192904.210000', '192904.670000', '192905.130000', '192905.590000', '192906.050000', '192906.510000', '192906.970000', '192907.430000', '192907.890000', '192908.350000', '192908.810000', '192909.270000', '192909.730000', '192910.190000', '192910.650000', '192911.110000', '192911.570000', '192912.030000', '192912.490000', '192912.950000', '192913.410000', '192913.870000', '192914.330000', '192914.790000', '192915.250000', '192915.710000', '192916.170000', '192916.630000', '192917.090000', '192917.550000', '192918.010000', '192918.470000', '192918.930000', '192919.390000', '192919.850000', '192920.310000', '192920.770000', '192921.230000', '192921.690000', '192922.150000', '192922.610000', '192923.070000', '192923.530000', '192923.990000', '192924.450000', '192924.910000', '192925.370000', '192925.830000', '192926.290000', '192926.750000', '192927.210000', '192927.670000', '192928.130000', '192928.590000', '192929.050000', '192929.510000', '192929.970000', '192930.430000', '192930.890000', '192931.350000', '192931.810000', '192932.270000', '192932.730000', '192933.190000', '192933.650000', '192934.110000', '192934.570000', '192935.030000', '192935.490000', '192935.950000', '192936.410000', '192936.870000', '192937.330000', '192937.790000', '192938.250000', '192938.710000', '192939.170000', '192939.630000', '192940.090000', '192940.550000', '192941.010000', '192941.470000', '192941.930000', '192942.390000', '192942.850000', '192943.310000', '192943.770000', '192944.230000', '192944.690000', '192945.150000', '192945.610000', '192946.070000', '192946.530000', '192946.990000', '192947.450000', '192947.910000', '192948.370000', '192948.830000', '192949.290000', '192949.750000', '192950.210000', '192950.670000', '192951.130000', '192951.590000', '192952.050000', '192952.510000', '192952.970000', '192953.430000', '192953.890000', '192954.350000', '192954.810000', '192955.270000', '192955.730000', '192956.190000', '192956.650000', '192957.110000', '192957.570000', '192958.030000', '192958.490000', '192958.950000', '192959.410000', '192959.870000', '193000.330000', '193000.790000', '193001.250000', '193001.710000', '193002.170000', '193002.630000', '193003.090000', '193003.550000', '193004.010000', '193004.470000', '193004.930000', '193005.390000', '193005.850000', '193006.310000', '193006.770000', '193007.230000', '193007.690000', '193008.150000', '193008.610000', '193009.070000', '193009.530000', '193009.990000', '193010.450000', '193010.910000', '193011.370000', '193011.830000', '193012.290000', '193012.750000', '193013.210000', '193013.670000', '193014.130000', '193014.590000', '193015.050000', '193015.510000', '193015.970000', '193016.430000', '193016.890000', '193017.350000', '193017.810000', '193018.270000', '193018.730000', '193019.190000', '193019.650000', '193020.110000', '193020.570000', '193021.030000', '193021.490000', '193021.950000', '193022.410000', '193022.870000', '193023.330000', '193023.790000', '193024.250000', '193024.710000', '193025.170000', '193025.630000', '193026.090000', '193026.550000', '193027.010000', '193027.470000', '193027.930000', '193028.390000', '193028.850000', '193029.310000', '193029.770000', '193030.230000', '193030.690000', '193031.150000', '193031.610000', '193032.070000', '193032.530000', '193032.990000', '193033.450000', '193033.910000', '193034.370000', '193034.830000', '193035.290000', '193035.750000', '193036.210000', '193036.670000', '193037.130000', '193037.590000', '193038.050000', '193038.510000', '193038.970000', '193039.430000', '193039.890000', '193040.350000', '193040.810000', '193041.270000', '193041.730000', '193042.190000', '193042.650000', '193043.110000', '193043.570000', '193044.030000', '193044.490000', '193044.950000', '193045.410000', '193045.870000', '193046.330000', '193046.790000', '193047.250000', '193047.710000', '193048.170000', '193048.630000', '193049.090000', '193049.550000', '193050.010000', '193050.470000', '193050.930000', '193051.390000', '193051.850000', '193052.310000', '193052.770000', '193053.230000', '193053.690000', '193054.150000', '193054.610000', '193055.070000', '193055.530000', '193055.990000', '193056.450000', '193056.910000', '193057.370000', '193057.830000', '193058.290000', '193058.750000', '193059.210000', '193059.670000', '193100.130000', '193100.590000', '193101.050000', '193101.510000', '193101.970000', '193102.430000', '193102.890000', '193103.350000', '193103.810000', '193104.270000', '193104.730000', '193105.190000', '193105.650000', '193106.110000', '193106.570000', '193107.030000', '193107.490000', '193107.950000', '193108.410000', '193108.870000', '193109.330000', '193109.790000', '193110.250000', '193110.710000', '193111.170000', '193111.630000', '193112.090000', '193112.550000', '193113.010000', '193113.470000', '193113.930000', '193114.390000', '193114.850000', '193115.310000', '193115.770000', '193116.230000', '193116.690000', '193117.150000', '193117.610000', '193118.070000', '193118.530000', '193118.990000', '193119.450000', '193119.910000', '193120.370000', '193120.830000', '193121.290000', '193121.750000', '193122.210000', '193122.670000', '193123.130000', '193123.590000', '193124.050000', '193124.510000', '193124.970000', '193125.430000', '193125.890000', '193126.350000', '193126.810000', '193127.270000', '193127.730000', '193128.190000', '193128.650000', '193129.110000', '193129.570000', '193130.030000', '193130.490000', '193130.950000', '193131.410000', '193131.870000', '193132.330000', '193132.790000', '193133.250000', '193133.710000', '193134.170000', '193134.630000', '193135.090000', '193135.550000', '193136.010000', '193136.470000', '193136.930000', '193137.390000', '193137.850000', '193138.310000', '193138.770000', '193139.230000', '193139.690000', '193140.150000', '193140.610000', '193141.070000', '193141.530000', '193141.990000', '193142.450000', '193142.910000', '193143.370000', '193143.830000', '193144.290000', '193144.750000', '193145.210000', '193145.670000', '193146.130000', '193146.590000', '193147.050000', '193147.510000', '193147.970000', '193148.430000', '193148.890000', '193149.350000', '193149.810000', '193150.270000', '193150.730000', '193151.190000', '193151.650000', '193152.110000', '193152.570000', '193153.030000', '193153.490000', '193153.950000', '193154.410000', '193154.870000', '193155.330000', '193155.790000', '193156.250000', '193156.710000', '193157.170000', '193157.630000', '193158.090000', '193158.550000', '193159.010000', '193159.470000', '193159.930000', '193200.390000', '193200.850000', '193201.310000', '193201.770000', '193202.230000', '193202.690000', '193203.150000', '193203.610000', '193204.070000', '193204.530000', '193204.990000', '193205.450000', '193205.910000', '193206.370000', '193206.830000', '193207.290000', '193207.750000', '193208.210000', '193208.670000', '193209.130000', '193209.590000', '193210.050000', '193210.510000', '193210.970000', '193211.430000', '193211.890000', '193212.350000', '193212.810000', '193213.270000', '193213.730000', '193214.190000', '193214.650000', '193215.110000', '193215.570000', '193216.030000', '193216.490000', '193216.950000', '193217.410000', '193217.870000', '193218.330000', '193218.790000', '193219.250000', '193219.710000', '193220.170000', '193220.630000', '193221.090000', '193221.550000', '193222.010000', '193222.470000', '193222.930000', '193223.390000', '193223.850000', '193224.310000', '193224.770000', '193225.230000', '193225.690000', '193226.150000', '193226.610000', '193227.070000', '193227.530000', '193227.990000', '193228.450000', '193228.910000', '193229.370000', '193229.830000', '193230.290000', '193230.750000', '193231.210000', '193231.670000', '193232.130000', '193232.590000', '193233.050000', '193233.510000', '193233.970000', '193234.430000', '193234.890000', '193235.350000', '193235.810000', '193236.270000', '193236.730000', '193237.190000', '193237.650000', '193238.110000', '193238.570000', '193239.030000', '193239.490000', '193239.950000', '193240.410000', '193240.870000', '193241.330000', '193241.790000', '193242.250000', '193242.710000', '193243.170000', '193243.630000', '193244.090000', '193244.550000', '193245.010000', '193245.470000', '193245.930000', '193246.390000', '193246.850000', '193247.310000', '193247.770000', '193248.230000', '193248.690000', '193249.150000', '193249.610000', '193250.070000', '193250.530000', '193250.990000', '193251.450000', '193251.910000', '193252.370000', '193252.830000', '193253.290000', '193253.750000', '193254.210000', '193254.670000', '193255.130000', '193255.590000', '193256.050000', '193256.510000', '193256.970000', '193257.430000', '193257.890000', '193258.350000', '193258.810000', '193259.270000', '193259.730000', '193300.190000', '193300.650000', '193301.110000', '193301.570000', '193302.030000', '193302.490000', '193302.950000', '193303.410000', '193303.870000', '193304.330000', '193304.790000', '193305.250000', '193305.710000', '193306.170000', '193306.630000', '193307.090000', '193307.550000', '193308.010000', '193308.470000', '193308.930000', '193309.390000', '193309.850000', '193310.310000', '193310.770000', '193311.230000', '193311.690000', '193312.150000', '193312.610000', '193313.070000', '193313.530000', '193313.990000', '193314.450000', '193314.910000', '193315.370000', '193315.830000', '193316.290000', '193316.750000', '193317.210000', '193317.670000', '193318.130000', '193318.590000', '193319.050000', '193319.510000', '193319.970000', '193320.430000', '193320.890000', '193321.350000', '193321.810000', '193322.270000', '193322.730000', '193323.190000', '193323.650000', '193324.110000', '193324.570000', '193325.030000', '193325.490000', '193325.950000', '193326.410000', '193326.870000', '193327.330000', '193327.790000', '193328.250000', '193328.710000', '193329.170000', '193329.630000', '193330.090000', '193330.550000', '193331.010000', '193331.470000', '193331.930000', '193332.390000', '193332.850000', '193333.310000', '193333.770000', '193334.230000', '193334.690000', '193335.150000', '193335.610000', '193336.070000', '193336.530000', '193336.990000', '193337.450000', '193337.910000', '193338.370000', '193338.830000', '193339.290000', '193339.750000', '193340.210000', '193340.670000', '193341.130000', '193341.590000', '193342.050000', '193342.510000', '193342.970000', '193343.430000', '193343.890000', '193344.350000', '193344.810000', '193345.270000', '193345.730000', '193346.190000', '193346.650000', '193347.110000', '193347.570000', '193348.030000', '193348.490000', '193348.950000', '193349.410000', '193349.870000', '193350.330000', '193350.790000', '193351.250000', '193351.710000', '193352.170000', '193352.630000', '193353.090000', '193353.550000', '193354.010000', '193354.470000', '193354.930000', '193355.390000', '193355.850000', '193356.310000', '193356.770000', '193357.230000', '193357.690000', '193358.150000', '193358.610000', '193359.070000', '193359.530000', '193359.990000', '193400.450000', '193400.910000', '193401.370000', '193401.830000', '193402.290000', '193402.750000', '193403.210000', '193403.670000', '193404.130000', '193404.590000', '193405.050000', '193405.510000', '193405.970000', '193406.430000', '193406.890000', '193407.350000', '193407.810000', '193408.270000', '193408.730000', '193409.190000', '193409.650000', '193410.110000', '193410.570000', '193411.030000', '193411.490000', '193411.950000', '193412.410000', '193412.870000', '193413.330000', '193413.790000', '193414.250000', '193414.710000', '193415.170000', '193415.630000', '193416.090000', '193416.550000', '193417.010000', '193417.470000', '193417.930000', '193418.390000', '193418.850000', '193419.310000', '193419.770000', '193420.230000', '193420.690000', '193421.150000', '193421.610000', '193422.070000', '193422.530000', '193422.990000', '193423.450000', '193423.910000', '193424.370000', '193424.830000', '193425.290000', '193425.750000', '193426.210000', '193426.670000', '193427.130000', '193427.590000', '193428.050000', '193428.510000', '193428.970000', '193429.430000', '193429.890000', '193430.350000', '193430.810000', '193431.270000', '193431.730000', '193432.190000', '193432.650000', '193433.110000', '193433.570000', '193434.030000', '193434.490000', '193434.950000', '193435.410000', '193435.870000', '193436.330000', '193436.790000', '193437.250000', '193437.710000', '193438.170000', '193438.630000', '193439.090000', '193439.550000', '193440.010000', '193440.470000', '193440.930000', '193441.390000', '193441.850000', '193442.310000', '193442.770000', '193443.230000', '193443.690000', '193444.150000', '193444.610000', '193445.070000', '193445.530000', '193445.990000', '193446.450000', '193446.910000', '193447.370000', '193447.830000', '193448.290000', '193448.750000', '193449.210000', '193449.670000', '193450.130000', '193450.590000', '193451.050000', '193451.510000', '193451.970000', '193452.430000', '193452.890000', '193453.350000', '193453.810000', '193454.270000', '193454.730000', '193455.190000', '193455.650000', '193456.110000', '193456.570000', '193457.030000', '193457.490000', '193457.950000', '193458.410000', '193458.870000', '193459.330000', '193459.790000', '193500.250000', '193500.710000', '193501.170000', '193501.630000', '193502.090000', '193502.550000', '193503.010000', '193503.470000', '193503.930000', '193504.390000', '193504.850000', '193505.310000', '193505.770000', '193506.230000', '193506.690000', '193507.150000', '193507.610000', '193508.070000', '193508.530000', '193508.990000', '193509.450000', '193509.910000', '193510.370000', '193510.830000', '193511.290000', '193511.750000', '193512.210000', '193512.670000'], 'ContentTime': ['192842.617000', '192842.620000', '192842.623000', '192842.625000', '192842.628000', '192842.635000', '192842.638000', '192842.640000', '192842.643000', '192842.649000', '192842.652000', '192842.654000', '192842.657000', '192842.659000', '192842.662000', '192842.665000', '192842.667000', '192842.670000', '192842.672000', '192842.675000', '192902.584000', '192902.587000', '192902.590000', '192902.592000', '192902.595000', '192902.598000', '192902.600000', '192902.603000', '192902.605000', '192902.608000', '192902.611000', '192902.613000', '192902.616000', '192902.618000', '192902.621000', '192902.623000', '192902.626000', '192902.628000', '192902.631000', '192902.634000', '192902.636000', '192902.639000', '192902.641000', '192902.644000', '192902.647000', '192902.649000', '192902.652000', '192902.654000', '192902.661000', '192902.664000', '192902.666000', '192902.669000', '192902.672000', '192902.674000', '192902.677000', '192902.679000', '192902.682000', '192902.684000', '192902.687000', '192902.689000', '192902.692000', '192902.695000', '192902.697000', '192922.584000', '192922.587000', '192922.590000', '192922.592000', '192922.595000', '192922.597000', '192922.600000', '192922.603000', '192922.606000', '192922.608000', '192922.611000', '192922.613000', '192922.616000', '192922.618000', '192922.621000', '192922.624000', '192922.626000', '192922.629000', '192922.631000', '192922.634000', '192922.636000', '192922.639000', '192922.642000', '192922.644000', '192922.647000', '192922.649000', '192922.652000', '192922.654000', '192922.657000', '192922.660000', '192922.662000', '192922.665000', '192922.667000', '192922.670000', '192922.673000', '192922.676000', '192922.679000', '192922.682000', '192922.684000', '192922.687000', '192922.689000', '192922.692000', '192922.695000', '192942.583000', '192942.586000', '192942.589000', '192942.591000', '192942.594000', '192942.597000', '192942.599000', '192942.602000', '192942.605000', '192942.607000', '192942.610000', '192942.612000', '192942.615000', '192942.617000', '192942.620000', '192942.623000', '192942.625000', '192942.628000', '192942.630000', '192942.633000', '192942.636000', '192942.638000', '192942.641000', '192942.643000', '192942.646000', '192942.649000', '192942.651000', '192942.654000', '192942.656000', '192942.659000', '192942.661000', '192942.664000', '192942.667000', '192942.669000', '192942.672000', '192942.674000', '192942.677000', '192942.680000', '192942.682000', '192942.685000', '192942.687000', '192942.690000', '192942.692000', '192942.695000', '193002.584000', '193002.586000', '193002.591000', '193002.593000', '193002.596000', '193002.599000', '193002.601000', '193002.604000', '193002.607000', '193002.609000', '193002.612000', '193002.614000', '193002.618000', '193002.621000', '193002.623000', '193002.626000', '193002.629000', '193002.631000', '193002.634000', '193002.636000', '193002.639000', '193002.642000', '193002.644000', '193002.647000', '193002.649000', '193002.652000', '193002.654000', '193002.657000', '193002.659000', '193002.662000', '193002.665000', '193002.667000', '193002.670000', '193002.672000', '193002.675000', '193002.678000', '193002.680000', '193002.683000', '193002.685000', '193002.688000', '193002.691000', '193002.693000', '193002.696000', '193022.583000', '193022.586000', '193022.589000', '193022.592000', '193022.594000', '193022.597000', '193022.600000', '193022.602000', '193022.605000', '193022.608000', '193022.610000', '193022.613000', '193022.615000', '193022.618000', '193022.621000', '193022.623000', '193022.626000', '193022.628000', '193022.631000', '193022.634000', '193022.636000', '193022.639000', '193022.642000', '193022.644000', '193022.647000', '193022.649000', '193022.652000', '193022.655000', '193022.657000', '193022.660000', '193022.662000', '193022.665000', '193022.668000', '193022.670000', '193022.673000', '193022.676000', '193022.678000', '193022.681000', '193022.683000', '193022.686000', '193022.688000', '193022.691000', '193022.693000', '193022.696000', '193042.583000', '193042.586000', '193042.589000', '193042.592000', '193042.594000', '193042.597000', '193042.600000', '193042.603000', '193042.606000', '193042.609000', '193042.611000', '193042.614000', '193042.617000', '193042.619000', '193042.622000', '193042.624000', '193042.627000', '193042.630000', '193042.632000', '193042.635000', '193042.637000', '193042.640000', '193042.642000', '193042.645000', '193042.648000', '193042.650000', '193042.653000', '193042.655000', '193042.658000', '193042.661000', '193042.663000', '193042.666000', '193042.668000', '193042.671000', '193042.674000', '193042.676000', '193042.679000', '193042.682000', '193042.684000', '193042.687000', '193042.689000', '193042.692000', '193042.694000', '193102.584000', '193102.586000', '193102.589000', '193102.592000', '193102.594000', '193102.597000', '193102.600000', '193102.602000', '193102.605000', '193102.607000', '193102.610000', '193102.613000', '193102.615000', '193102.618000', '193102.620000', '193102.623000', '193102.626000', '193102.628000', '193102.631000', '193102.634000', '193102.636000', '193102.639000', '193102.641000', '193102.644000', '193102.646000', '193102.649000', '193102.652000', '193102.654000', '193102.657000', '193102.659000', '193102.662000', '193102.665000', '193102.667000', '193102.670000', '193102.672000', '193102.675000', '193102.678000', '193102.680000', '193102.683000', '193102.685000', '193102.688000', '193102.690000', '193102.693000', '193102.696000', '193122.584000', '193122.587000', '193122.590000', '193122.593000', '193122.595000', '193122.598000', '193122.601000', '193122.603000', '193122.606000', '193122.608000', '193122.611000', '193122.614000', '193122.616000', '193122.619000', '193122.621000', '193122.624000', '193122.627000', '193122.629000', '193122.632000', '193122.634000', '193122.637000', '193122.639000', '193122.642000', '193122.645000', '193122.647000', '193122.650000', '193122.652000', '193122.655000', '193122.659000', '193122.662000', '193122.664000', '193122.667000', '193122.670000', '193122.672000', '193122.675000', '193122.677000', '193122.680000', '193122.683000', '193122.685000', '193122.688000', '193122.690000', '193122.693000', '193122.696000', '193142.584000', '193142.587000', '193142.590000', '193142.593000', '193142.595000', '193142.598000', '193142.600000', '193142.603000', '193142.606000', '193142.608000', '193142.611000', '193142.613000', '193142.616000', '193142.619000', '193142.621000', '193142.624000', '193142.627000', '193142.629000', '193142.632000', '193142.635000', '193142.637000', '193142.640000', '193142.643000', '193142.645000', '193142.648000', '193142.650000', '193142.653000', '193142.656000', '193142.658000', '193142.685000', '193142.687000', '193142.690000', '193142.693000', '193142.695000', '193142.698000', '193142.700000', '193142.703000', '193142.705000', '193142.708000', '193142.711000', '193142.713000', '193142.716000', '193142.718000', '193142.721000', '193202.583000', '193202.586000', '193202.589000', '193202.591000', '193202.594000', '193202.597000', '193202.599000', '193202.602000', '193202.615000', '193202.618000', '193202.621000', '193202.623000', '193202.626000', '193202.628000', '193202.631000', '193202.634000', '193202.636000', '193202.639000', '193202.642000', '193202.644000', '193202.647000', '193202.650000', '193202.653000', '193202.656000', '193202.659000', '193202.661000', '193202.664000', '193202.667000', '193202.669000', '193202.672000', '193202.675000', '193202.677000', '193202.680000', '193202.683000', '193202.685000', '193202.688000', '193202.690000', '193202.693000', '193202.695000', '193202.698000', '193202.701000', '193202.703000', '193202.706000', '193222.584000', '193222.586000', '193222.589000', '193222.592000', '193222.594000', '193222.597000', '193222.599000', '193222.602000', '193222.605000', '193222.607000', '193222.610000', '193222.612000', '193222.615000', '193222.618000', '193222.620000', '193222.623000', '193222.626000', '193222.628000', '193222.631000', '193222.633000', '193222.636000', '193222.639000', '193222.641000', '193222.644000', '193222.647000', '193222.649000', '193222.652000', '193222.654000', '193222.657000', '193222.660000', '193222.662000', '193222.665000', '193222.667000', '193222.670000', '193222.673000', '193222.675000', '193222.678000', '193222.680000', '193222.683000', '193222.685000', '193222.688000', '193222.691000', '193222.693000', '193222.696000', '193242.583000', '193242.586000', '193242.589000', '193242.592000', '193242.594000', '193242.597000', '193242.600000', '193242.602000', '193242.605000', '193242.607000', '193242.610000', '193242.613000', '193242.615000', '193242.618000', '193242.620000', '193242.623000', '193242.626000', '193242.628000', '193242.631000', '193242.633000', '193242.636000', '193242.639000', '193242.641000', '193242.644000', '193242.646000', '193242.649000', '193242.652000', '193242.654000', '193242.657000', '193242.660000', '193242.668000', '193242.670000', '193242.673000', '193242.676000', '193242.678000', '193242.681000', '193242.683000', '193242.686000', '193242.689000', '193242.692000', '193242.697000', '193242.699000', '193242.702000', '193302.584000', '193302.586000', '193302.589000', '193302.592000', '193302.594000', '193302.597000', '193302.599000', '193302.602000', '193302.605000', '193302.607000', '193302.610000', '193302.612000', '193302.615000', '193302.617000', '193302.620000', '193302.623000', '193302.625000', '193302.628000', '193302.630000', '193302.633000', '193302.636000', '193302.638000', '193302.641000', '193302.644000', '193302.646000', '193302.649000', '193302.651000', '193302.654000', '193302.657000', '193302.659000', '193302.662000', '193302.664000', '193302.667000', '193302.670000', '193302.672000', '193302.675000', '193302.677000', '193302.680000', '193302.682000', '193302.685000', '193302.688000', '193302.690000', '193302.693000', '193302.696000', '193322.584000', '193322.586000', '193322.589000', '193322.592000', '193322.594000', '193322.597000', '193322.599000', '193322.602000', '193322.605000', '193322.607000', '193322.644000', '193322.646000', '193322.649000', '193322.651000', '193322.654000', '193322.657000', '193322.659000', '193322.662000', '193322.664000', '193322.667000', '193322.669000', '193322.672000', '193322.675000', '193322.677000', '193322.680000', '193322.682000', '193322.685000', '193322.688000', '193322.690000', '193322.693000', '193322.695000', '193322.698000', '193322.701000', '193322.703000', '193322.706000', '193322.708000', '193322.711000', '193322.714000', '193322.716000', '193322.719000', '193322.722000', '193322.724000', '193322.727000', '193342.584000', '193342.587000', '193342.590000', '193342.593000', '193342.595000', '193342.598000', '193342.601000', '193342.603000', '193342.606000', '193342.609000', '193342.611000', '193342.614000', '193342.616000', '193342.619000', '193342.622000', '193342.624000', '193342.627000', '193342.629000', '193342.632000', '193342.635000', '193342.637000', '193342.640000', '193342.642000', '193342.645000', '193342.648000', '193342.650000', '193342.653000', '193342.655000', '193342.658000', '193342.661000', '193342.663000', '193342.666000', '193342.668000', '193342.671000', '193342.674000', '193342.676000', '193342.679000', '193342.681000', '193342.684000', '193342.687000', '193342.689000', '193342.692000', '193342.694000', '193342.697000', '193402.584000', '193402.587000', '193402.590000', '193402.593000', '193402.595000', '193402.598000', '193402.600000', '193402.603000', '193402.615000', '193402.618000', '193402.620000', '193402.623000', '193402.626000', '193402.628000', '193402.631000', '193402.633000', '193402.636000', '193402.639000', '193402.641000', '193402.644000', '193402.646000', '193402.649000', '193402.652000', '193402.654000', '193402.657000', '193402.659000', '193402.662000', '193402.665000', '193402.667000', '193402.670000', '193402.672000', '193402.675000', '193402.678000', '193402.680000', '193402.683000', '193402.686000', '193402.688000', '193402.691000', '193402.693000', '193402.696000', '193402.699000', '193402.701000', '193402.704000', '193422.584000', '193422.587000', '193422.589000', '193422.592000', '193422.594000', '193422.597000', '193422.600000', '193422.602000', '193422.605000', '193422.608000', '193422.610000', '193422.613000', '193422.615000', '193422.618000', '193422.621000', '193422.623000', '193422.626000', '193422.630000', '193422.633000', '193422.635000', '193422.638000', '193422.640000', '193422.643000', '193422.646000', '193422.648000', '193422.651000', '193422.653000', '193422.656000', '193422.659000', '193422.661000', '193422.664000', '193422.666000', '193422.669000', '193422.672000', '193422.674000', '193422.677000', '193422.679000', '193422.682000', '193422.684000', '193422.687000', '193422.690000', '193422.692000', '193422.695000', '193422.697000', '193442.584000', '193442.587000', '193442.589000', '193442.592000', '193442.594000', '193442.597000', '193442.600000', '193442.602000', '193442.605000', '193442.608000', '193442.610000', '193442.613000', '193442.615000', '193442.618000', '193442.620000', '193442.623000', '193442.626000', '193442.628000', '193442.631000', '193442.633000', '193442.636000', '193442.651000', '193442.654000', '193442.657000', '193442.659000', '193442.662000', '193442.664000', '193442.667000', '193442.669000', '193442.672000', '193442.675000', '193442.677000', '193442.680000', '193442.682000', '193442.685000', '193442.688000', '193442.690000', '193442.693000', '193442.695000', '193442.698000', '193442.701000', '193442.703000', '193442.706000', '193502.584000', '193502.587000', '193502.589000', '193502.592000', '193502.594000', '193502.597000', '193502.600000', '193502.602000', '193502.605000', '193502.608000', '193502.610000', '193502.613000', '193502.615000', '193502.618000', '193502.621000', '193502.623000', '193502.626000', '193502.628000', '193502.631000', '193502.634000', '193502.636000', '193502.639000', '193502.641000', '193502.644000', '193502.646000', '193502.649000', '193502.652000', '193502.654000', '193502.657000', '193502.659000', '193502.662000', '193502.664000', '193502.667000', '193502.670000', '193502.672000', '193502.675000', '193502.678000', '193502.680000', '193502.683000', '193502.685000', '193502.688000', '193502.690000', '193502.693000', '193502.696000', '193514.442000', '193514.445000', '193514.448000', '193514.451000', '193514.453000', '193514.456000', '193514.459000', '193514.462000', '193514.464000', '193514.467000', '193514.470000', '193514.473000', '193514.475000', '193514.478000', '193514.481000', '193514.484000', '193514.487000', '193514.490000', '193514.492000', '193514.496000', '193514.499000', '193514.502000', '193514.505000', '193514.508000', '193514.511000', '193514.514000'], 'InstanceCreationTime': ['192842.617000', '192842.620000', '192842.623000', '192842.625000', '192842.628000', '192842.635000', '192842.638000', '192842.640000', '192842.643000', '192842.649000', '192842.652000', '192842.654000', '192842.657000', '192842.659000', '192842.662000', '192842.665000', '192842.667000', '192842.670000', '192842.672000', '192842.675000', '192902.584000', '192902.587000', '192902.590000', '192902.592000', '192902.595000', '192902.598000', '192902.600000', '192902.603000', '192902.605000', '192902.608000', '192902.611000', '192902.613000', '192902.616000', '192902.618000', '192902.621000', '192902.623000', '192902.626000', '192902.628000', '192902.631000', '192902.634000', '192902.636000', '192902.639000', '192902.641000', '192902.644000', '192902.647000', '192902.649000', '192902.652000', '192902.654000', '192902.661000', '192902.664000', '192902.666000', '192902.669000', '192902.672000', '192902.674000', '192902.677000', '192902.679000', '192902.682000', '192902.684000', '192902.687000', '192902.689000', '192902.692000', '192902.695000', '192902.697000', '192922.584000', '192922.587000', '192922.590000', '192922.592000', '192922.595000', '192922.597000', '192922.600000', '192922.603000', '192922.606000', '192922.608000', '192922.611000', '192922.613000', '192922.616000', '192922.618000', '192922.621000', '192922.624000', '192922.626000', '192922.629000', '192922.631000', '192922.634000', '192922.636000', '192922.639000', '192922.642000', '192922.644000', '192922.647000', '192922.649000', '192922.652000', '192922.654000', '192922.657000', '192922.660000', '192922.662000', '192922.665000', '192922.667000', '192922.670000', '192922.673000', '192922.676000', '192922.679000', '192922.682000', '192922.684000', '192922.687000', '192922.689000', '192922.692000', '192922.695000', '192942.583000', '192942.586000', '192942.589000', '192942.591000', '192942.594000', '192942.597000', '192942.599000', '192942.602000', '192942.605000', '192942.607000', '192942.610000', '192942.612000', '192942.615000', '192942.617000', '192942.620000', '192942.623000', '192942.625000', '192942.628000', '192942.630000', '192942.633000', '192942.636000', '192942.638000', '192942.641000', '192942.643000', '192942.646000', '192942.649000', '192942.651000', '192942.654000', '192942.656000', '192942.659000', '192942.661000', '192942.664000', '192942.667000', '192942.669000', '192942.672000', '192942.674000', '192942.677000', '192942.680000', '192942.682000', '192942.685000', '192942.687000', '192942.690000', '192942.692000', '192942.695000', '193002.584000', '193002.586000', '193002.591000', '193002.593000', '193002.596000', '193002.599000', '193002.601000', '193002.604000', '193002.607000', '193002.609000', '193002.612000', '193002.614000', '193002.618000', '193002.621000', '193002.623000', '193002.626000', '193002.629000', '193002.631000', '193002.634000', '193002.636000', '193002.639000', '193002.642000', '193002.644000', '193002.647000', '193002.649000', '193002.652000', '193002.654000', '193002.657000', '193002.659000', '193002.662000', '193002.665000', '193002.667000', '193002.670000', '193002.672000', '193002.675000', '193002.678000', '193002.680000', '193002.683000', '193002.685000', '193002.688000', '193002.691000', '193002.693000', '193002.696000', '193022.583000', '193022.586000', '193022.589000', '193022.592000', '193022.594000', '193022.597000', '193022.600000', '193022.602000', '193022.605000', '193022.608000', '193022.610000', '193022.613000', '193022.615000', '193022.618000', '193022.621000', '193022.623000', '193022.626000', '193022.628000', '193022.631000', '193022.634000', '193022.636000', '193022.639000', '193022.642000', '193022.644000', '193022.647000', '193022.649000', '193022.652000', '193022.655000', '193022.657000', '193022.660000', '193022.662000', '193022.665000', '193022.668000', '193022.670000', '193022.673000', '193022.676000', '193022.678000', '193022.681000', '193022.683000', '193022.686000', '193022.688000', '193022.691000', '193022.693000', '193022.696000', '193042.583000', '193042.586000', '193042.589000', '193042.592000', '193042.594000', '193042.597000', '193042.600000', '193042.603000', '193042.606000', '193042.609000', '193042.611000', '193042.614000', '193042.617000', '193042.619000', '193042.622000', '193042.624000', '193042.627000', '193042.630000', '193042.632000', '193042.635000', '193042.637000', '193042.640000', '193042.642000', '193042.645000', '193042.648000', '193042.650000', '193042.653000', '193042.655000', '193042.658000', '193042.661000', '193042.663000', '193042.666000', '193042.668000', '193042.671000', '193042.674000', '193042.676000', '193042.679000', '193042.682000', '193042.684000', '193042.687000', '193042.689000', '193042.692000', '193042.694000', '193102.584000', '193102.586000', '193102.589000', '193102.592000', '193102.594000', '193102.597000', '193102.600000', '193102.602000', '193102.605000', '193102.607000', '193102.610000', '193102.613000', '193102.615000', '193102.618000', '193102.620000', '193102.623000', '193102.626000', '193102.628000', '193102.631000', '193102.634000', '193102.636000', '193102.639000', '193102.641000', '193102.644000', '193102.646000', '193102.649000', '193102.652000', '193102.654000', '193102.657000', '193102.659000', '193102.662000', '193102.665000', '193102.667000', '193102.670000', '193102.672000', '193102.675000', '193102.678000', '193102.680000', '193102.683000', '193102.685000', '193102.688000', '193102.690000', '193102.693000', '193102.696000', '193122.584000', '193122.587000', '193122.590000', '193122.593000', '193122.595000', '193122.598000', '193122.601000', '193122.603000', '193122.606000', '193122.608000', '193122.611000', '193122.614000', '193122.616000', '193122.619000', '193122.621000', '193122.624000', '193122.627000', '193122.629000', '193122.632000', '193122.634000', '193122.637000', '193122.639000', '193122.642000', '193122.645000', '193122.647000', '193122.650000', '193122.652000', '193122.655000', '193122.659000', '193122.662000', '193122.664000', '193122.667000', '193122.670000', '193122.672000', '193122.675000', '193122.677000', '193122.680000', '193122.683000', '193122.685000', '193122.688000', '193122.690000', '193122.693000', '193122.696000', '193142.584000', '193142.587000', '193142.590000', '193142.593000', '193142.595000', '193142.598000', '193142.600000', '193142.603000', '193142.606000', '193142.608000', '193142.611000', '193142.613000', '193142.616000', '193142.619000', '193142.621000', '193142.624000', '193142.627000', '193142.629000', '193142.632000', '193142.635000', '193142.637000', '193142.640000', '193142.643000', '193142.645000', '193142.648000', '193142.650000', '193142.653000', '193142.656000', '193142.658000', '193142.685000', '193142.687000', '193142.690000', '193142.693000', '193142.695000', '193142.698000', '193142.700000', '193142.703000', '193142.705000', '193142.708000', '193142.711000', '193142.713000', '193142.716000', '193142.718000', '193142.721000', '193202.583000', '193202.586000', '193202.589000', '193202.591000', '193202.594000', '193202.597000', '193202.599000', '193202.602000', '193202.615000', '193202.618000', '193202.621000', '193202.623000', '193202.626000', '193202.628000', '193202.631000', '193202.634000', '193202.636000', '193202.639000', '193202.642000', '193202.644000', '193202.647000', '193202.650000', '193202.653000', '193202.656000', '193202.659000', '193202.661000', '193202.664000', '193202.667000', '193202.669000', '193202.672000', '193202.675000', '193202.677000', '193202.680000', '193202.683000', '193202.685000', '193202.688000', '193202.690000', '193202.693000', '193202.695000', '193202.698000', '193202.701000', '193202.703000', '193202.706000', '193222.584000', '193222.586000', '193222.589000', '193222.592000', '193222.594000', '193222.597000', '193222.599000', '193222.602000', '193222.605000', '193222.607000', '193222.610000', '193222.612000', '193222.615000', '193222.618000', '193222.620000', '193222.623000', '193222.626000', '193222.628000', '193222.631000', '193222.633000', '193222.636000', '193222.639000', '193222.641000', '193222.644000', '193222.647000', '193222.649000', '193222.652000', '193222.654000', '193222.657000', '193222.660000', '193222.662000', '193222.665000', '193222.667000', '193222.670000', '193222.673000', '193222.675000', '193222.678000', '193222.680000', '193222.683000', '193222.685000', '193222.688000', '193222.691000', '193222.693000', '193222.696000', '193242.583000', '193242.586000', '193242.589000', '193242.592000', '193242.594000', '193242.597000', '193242.600000', '193242.602000', '193242.605000', '193242.607000', '193242.610000', '193242.613000', '193242.615000', '193242.618000', '193242.620000', '193242.623000', '193242.626000', '193242.628000', '193242.631000', '193242.633000', '193242.636000', '193242.639000', '193242.641000', '193242.644000', '193242.646000', '193242.649000', '193242.652000', '193242.654000', '193242.657000', '193242.660000', '193242.668000', '193242.670000', '193242.673000', '193242.676000', '193242.678000', '193242.681000', '193242.683000', '193242.686000', '193242.689000', '193242.692000', '193242.697000', '193242.699000', '193242.702000', '193302.584000', '193302.586000', '193302.589000', '193302.592000', '193302.594000', '193302.597000', '193302.599000', '193302.602000', '193302.605000', '193302.607000', '193302.610000', '193302.612000', '193302.615000', '193302.617000', '193302.620000', '193302.623000', '193302.625000', '193302.628000', '193302.630000', '193302.633000', '193302.636000', '193302.638000', '193302.641000', '193302.644000', '193302.646000', '193302.649000', '193302.651000', '193302.654000', '193302.657000', '193302.659000', '193302.662000', '193302.664000', '193302.667000', '193302.670000', '193302.672000', '193302.675000', '193302.677000', '193302.680000', '193302.682000', '193302.685000', '193302.688000', '193302.690000', '193302.693000', '193302.696000', '193322.584000', '193322.586000', '193322.589000', '193322.592000', '193322.594000', '193322.597000', '193322.599000', '193322.602000', '193322.605000', '193322.607000', '193322.644000', '193322.646000', '193322.649000', '193322.651000', '193322.654000', '193322.657000', '193322.659000', '193322.662000', '193322.664000', '193322.667000', '193322.669000', '193322.672000', '193322.675000', '193322.677000', '193322.680000', '193322.682000', '193322.685000', '193322.688000', '193322.690000', '193322.693000', '193322.695000', '193322.698000', '193322.701000', '193322.703000', '193322.706000', '193322.708000', '193322.711000', '193322.714000', '193322.716000', '193322.719000', '193322.722000', '193322.724000', '193322.727000', '193342.584000', '193342.587000', '193342.590000', '193342.593000', '193342.595000', '193342.598000', '193342.601000', '193342.603000', '193342.606000', '193342.609000', '193342.611000', '193342.614000', '193342.616000', '193342.619000', '193342.622000', '193342.624000', '193342.627000', '193342.629000', '193342.632000', '193342.635000', '193342.637000', '193342.640000', '193342.642000', '193342.645000', '193342.648000', '193342.650000', '193342.653000', '193342.655000', '193342.658000', '193342.661000', '193342.663000', '193342.666000', '193342.668000', '193342.671000', '193342.674000', '193342.676000', '193342.679000', '193342.681000', '193342.684000', '193342.687000', '193342.689000', '193342.692000', '193342.694000', '193342.697000', '193402.584000', '193402.587000', '193402.590000', '193402.593000', '193402.595000', '193402.598000', '193402.600000', '193402.603000', '193402.615000', '193402.618000', '193402.620000', '193402.623000', '193402.626000', '193402.628000', '193402.631000', '193402.633000', '193402.636000', '193402.639000', '193402.641000', '193402.644000', '193402.646000', '193402.649000', '193402.652000', '193402.654000', '193402.657000', '193402.659000', '193402.662000', '193402.665000', '193402.667000', '193402.670000', '193402.672000', '193402.675000', '193402.678000', '193402.680000', '193402.683000', '193402.686000', '193402.688000', '193402.691000', '193402.693000', '193402.696000', '193402.699000', '193402.701000', '193402.704000', '193422.584000', '193422.587000', '193422.589000', '193422.592000', '193422.594000', '193422.597000', '193422.600000', '193422.602000', '193422.605000', '193422.608000', '193422.610000', '193422.613000', '193422.615000', '193422.618000', '193422.621000', '193422.623000', '193422.626000', '193422.630000', '193422.633000', '193422.635000', '193422.638000', '193422.640000', '193422.643000', '193422.646000', '193422.648000', '193422.651000', '193422.653000', '193422.656000', '193422.659000', '193422.661000', '193422.664000', '193422.666000', '193422.669000', '193422.672000', '193422.674000', '193422.677000', '193422.679000', '193422.682000', '193422.684000', '193422.687000', '193422.690000', '193422.692000', '193422.695000', '193422.697000', '193442.584000', '193442.587000', '193442.589000', '193442.592000', '193442.594000', '193442.597000', '193442.600000', '193442.602000', '193442.605000', '193442.608000', '193442.610000', '193442.613000', '193442.615000', '193442.618000', '193442.620000', '193442.623000', '193442.626000', '193442.628000', '193442.631000', '193442.633000', '193442.636000', '193442.651000', '193442.654000', '193442.657000', '193442.659000', '193442.662000', '193442.664000', '193442.667000', '193442.669000', '193442.672000', '193442.675000', '193442.677000', '193442.680000', '193442.682000', '193442.685000', '193442.688000', '193442.690000', '193442.693000', '193442.695000', '193442.698000', '193442.701000', '193442.703000', '193442.706000', '193502.584000', '193502.587000', '193502.589000', '193502.592000', '193502.594000', '193502.597000', '193502.600000', '193502.602000', '193502.605000', '193502.608000', '193502.610000', '193502.613000', '193502.615000', '193502.618000', '193502.621000', '193502.623000', '193502.626000', '193502.628000', '193502.631000', '193502.634000', '193502.636000', '193502.639000', '193502.641000', '193502.644000', '193502.646000', '193502.649000', '193502.652000', '193502.654000', '193502.657000', '193502.659000', '193502.662000', '193502.664000', '193502.667000', '193502.670000', '193502.672000', '193502.675000', '193502.678000', '193502.680000', '193502.683000', '193502.685000', '193502.688000', '193502.690000', '193502.693000', '193502.696000', '193514.442000', '193514.445000', '193514.448000', '193514.451000', '193514.453000', '193514.456000', '193514.459000', '193514.462000', '193514.464000', '193514.467000', '193514.470000', '193514.473000', '193514.475000', '193514.478000', '193514.481000', '193514.484000', '193514.487000', '193514.490000', '193514.492000', '193514.496000', '193514.499000', '193514.502000', '193514.505000', '193514.508000', '193514.511000', '193514.514000'], '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': [6389, 7178, 8367, 6790, 6450, 6480, 6438, 6312, 6793, 9096, 7036, 7432, 6498, 7027, 5828, 7008, 7018, 6889, 7255, 6806, 6759, 6267, 6803, 5753, 7016, 5858, 6900, 7661, 6721, 6949, 6360, 6323, 6174, 6195, 5896, 6281, 6820, 5842, 6937, 8584, 6713, 7381, 6322, 6741, 9140, 6824, 7027, 5698, 6691, 6188, 6741, 6848, 6183, 6788, 6085, 6751, 6297, 6853, 6437, 6167, 7111, 5620, 6975, 5929, 6959, 7451, 6516, 6495, 6504, 5673, 6954, 5975, 7916, 6243, 6939, 6342, 7571, 8104, 7083, 8715, 6767, 6950, 6165, 6791, 7695, 6827, 7030, 5970, 7227, 5752, 7112, 7533, 6881, 7392, 5580, 6981, 6485, 7066, 6693, 6380, 6878, 6287, 6799, 6132, 6732, 6521, 5978, 6868, 5974, 6843, 5737, 6750, 7559, 6316, 6882, 5673, 6540, 6123, 6512, 6455, 6168, 6876, 5716, 6940, 5944, 6807, 7645, 6756, 6766, 5845, 7007, 5957, 6746, 7956, 7009, 6854, 6292, 6936, 6166, 6719, 7774, 6786, 6649, 6304, 6969, 5667, 6930, 6175, 6896, 6012, 6627, 7567, 6588, 6906, 6198, 6885, 6124, 6631, 7278, 6631, 6674, 6338, 6956, 5981, 7013, 8176, 6763, 6737, 6103, 7212, 5839, 6914, 6618, 7018, 6638, 6262, 7212, 5651, 7077, 5679, 6837, 7919, 6656, 6837, 6239, 6976, 5812, 6933, 6622, 6798, 5972, 6460, 6066, 6524, 7669, 6367, 6788, 6089, 6896, 6088, 6836, 8335, 6686, 6940, 6352, 6737, 6453, 5728, 6704, 6238, 6974, 6205, 6986, 9644, 6543, 7283, 6506, 6518, 6010, 6796, 7462, 6348, 6883, 6380, 7027, 6194, 6714, 5806, 6555, 7511, 6161, 6694, 6114, 6774, 5845, 6601, 6766, 6523, 6656, 6286, 6944, 6492, 7117, 7507, 6895, 6959, 5871, 6236, 6279, 6796, 6240, 6087, 6631, 5933, 6645, 6617, 6879, 9764, 7131, 7898, 6912, 7087, 6160, 6695, 6946, 6943, 6876, 6643, 6789, 6779, 6825, 6429, 6850, 5790, 6751, 7542, 6723, 6864, 6445, 6965, 8486, 6404, 7024, 6685, 7047, 6621, 6547, 6573, 6876, 6773, 6398, 6864, 7695, 6637, 6897, 6757, 6892, 6373, 6955, 6266, 6878, 6084, 6679, 6816, 6492, 6689, 6653, 6804, 6520, 6474, 6724, 6799, 7400, 6671, 6692, 6436, 6702, 6246, 6750, 5740, 6628, 7695, 6651, 6693, 6617, 6541, 6393, 6731, 6551, 6571, 6138, 6696, 7870, 6661, 6624, 6124, 6625, 7113, 6593, 6768, 6674, 6456, 6376, 6404, 6217, 6682, 7767, 6810, 6554, 6517, 6834, 6158, 6739, 6160, 6705, 7717, 6604, 6488, 6719, 6845, 6348, 6701, 7624, 6890, 6572, 6868, 6788, 5962, 6721, 7245, 6566, 6653, 6740, 6517, 6335, 6793, 6007, 6703, 6974, 6804, 6668, 6439, 6737, 5784, 6607, 7211, 6539, 6769, 6467, 6756, 5854, 6580, 7495, 6611, 6642, 6310, 6777, 7501, 6584, 6938, 6646, 6767, 6086, 6669, 6553, 6811, 6659, 6353, 6952, 6312, 6929, 5802, 6498, 7084, 6639, 7023, 6466, 6931, 7836, 6539, 6921, 6679, 7062, 6079, 6822, 7606, 6535, 6988, 6285, 6842, 6038, 6658, 7112, 6427, 7041, 6227, 6630, 5986, 6647, 7105, 6314, 6832, 6469, 6921, 5714, 6517, 6912, 6772, 6906, 5841, 6050, 6299, 5912, 6835, 6295, 6938, 8841, 6891, 7469, 6389, 7034, 8121, 6611, 7008, 6452, 7139, 5905, 6672, 6999, 5815, 6394, 6296, 6650, 6278, 6073, 5891, 6716, 6153, 7155, 6447, 7149, 6320, 7011, 9224, 6474, 7161, 6221, 6930, 7188, 6464, 7294, 6023, 6802, 5720, 7028, 6851, 6344, 7052, 6410, 6911, 5786, 6604, 6828, 6429, 6944, 6348, 6832, 6370, 6437, 6776, 6286, 7109, 6287, 6873, 5896, 6696, 7268, 6491, 7110, 6659, 6693, 6241, 6687, 6522, 6867, 7065, 6630, 6635, 6838, 6604, 5937, 6699, 7957, 6634, 6681, 6431, 6781, 6434, 7050, 7540, 6657, 6902, 6234, 6724, 6713, 6454, 6770, 6477, 6853, 5941, 6678, 6647, 6667, 6689, 6285, 6781, 6953, 6685, 6688, 6452, 6825, 7477, 6458, 6467, 6670, 6798, 6599, 6798, 6486, 6509, 7410, 6645, 6710, 6764, 6623, 6610, 6756, 7390, 6510, 6781, 6439, 6629, 6418, 6543, 6659, 6327, 6561, 6636, 6769, 6591, 6622, 6070, 6408, 6910, 6643, 6720, 6455, 6497, 6339, 6915, 7470, 6356, 6795, 5921, 6937, 6813, 7002, 6795, 7226, 7201, 7244, 7152, 6823, 7096, 8047, 6300, 6888, 6248, 6920, 6390, 6580, 6033, 6556, 5823, 7347, 6094, 6974, 6237, 7171, 8617, 6675, 7244, 6045, 6950, 7335, 6242, 6855, 6112, 6651, 5937, 6408, 6499, 6318, 6187, 6871, 6419, 6365, 6281, 5929, 6897, 6063, 5945, 6277, 6549, 5979, 6435, 5910, 6457, 7633, 6072, 6544, 6108, 6186, 6531, 6018, 6348, 6053, 6183, 6154, 6151, 6357, 5766, 6277, 6005, 6192, 6412, 6206, 6431, 5888, 6200, 6070, 6451, 6465, 6089, 6705, 5954, 6719, 7148, 6192, 6438, 5887, 6585, 6657, 6014, 6451, 5891, 6631, 6000, 6504, 6925, 6240, 6569, 6745, 6656, 6367, 6225, 6108, 6258, 6172, 6296, 6386, 6466, 6623, 6187, 6467, 6918, 6220, 6465, 6165, 6305, 5800, 6215, 7096, 6329, 6285, 6176, 6337, 5973, 5987, 6423, 6185, 6373, 5879, 6190, 5835, 6411, 6098, 6234, 6487, 5725, 6286, 6028, 6276, 5982, 6477, 6001, 6463, 6443, 6281, 6335, 5883, 6316, 6177, 6483, 7315, 6193, 6655, 5812, 6225, 5956, 6472, 5893, 6274, 6673, 5995, 6126, 5785, 6431, 6077, 6247, 6415, 5739, 6306, 6170, 6295, 6261, 5779, 6187, 5899, 6460, 5983, 6356, 6445, 6191, 6321, 6014, 6417, 6161, 5947, 6285, 6141, 6261, 6352, 6268, 6176, 6323, 6703, 6069, 6273, 5983, 6162, 5937, 6234, 6588, 5809, 6315, 6014, 6437, 6908, 5949, 6330, 6115, 6336, 5962, 6114, 6434, 6355, 6340, 5900, 6418, 7091, 6286, 6680, 6116, 6494, 5917, 6160, 6168, 5850, 6532, 5994, 6424, 5999, 6447, 6533, 5946, 6468, 5986, 6438, 6740, 6096, 6502, 6349, 6523, 6197, 6490, 6419, 6115, 6638, 6142, 6478, 5944, 6542, 5937, 6450, 6706, 6168, 6571, 5930, 6680, 6115, 6508, 6745, 6064, 6472, 5797, 6392, 6916, 5985, 6169, 6620, 6268], 'WindowCenter': [3615.0, 3622.0, 3619.0, 3597.0, 3585.0, 3583.0, 3583.0, 3569.0, 3583.0, 3612.0, 3592.0, 3591.0, 3582.0, 3579.0, 3558.0, 3592.0, 3590.0, 3579.0, 3590.0, 3579.0, 3581.0, 3580.0, 3580.0, 3559.0, 3593.0, 3558.0, 3591.0, 3590.0, 3580.0, 3580.0, 3569.0, 3568.0, 3571.0, 3568.0, 3571.0, 3578.0, 3580.0, 3568.0, 3592.0, 3599.0, 3567.0, 3579.0, 3553.0, 3565.0, 3595.0, 3552.0, 3563.0, 3541.0, 3564.0, 3553.0, 3563.0, 3563.0, 3554.0, 3566.0, 3553.0, 3565.0, 3555.0, 3564.0, 3562.0, 3554.0, 3577.0, 3556.0, 3578.0, 3555.0, 3580.0, 3576.0, 3556.0, 3555.0, 3568.0, 3555.0, 3578.0, 3568.0, 3604.0, 3582.0, 3605.0, 3593.0, 3604.0, 3599.0, 3579.0, 3601.0, 3579.0, 3579.0, 3554.0, 3566.0, 3575.0, 3564.0, 3577.0, 3554.0, 3578.0, 3553.0, 3576.0, 3585.0, 3575.0, 3575.0, 3544.0, 3577.0, 3553.0, 3576.0, 3565.0, 3566.0, 3567.0, 3583.0, 3591.0, 3554.0, 3578.0, 3565.0, 3557.0, 3577.0, 3565.0, 3577.0, 3553.0, 3566.0, 3576.0, 3568.0, 3576.0, 3554.0, 3565.0, 3555.0, 3565.0, 3566.0, 3566.0, 3576.0, 3557.0, 3578.0, 3557.0, 3578.0, 3586.0, 3576.0, 3565.0, 3554.0, 3578.0, 3555.0, 3567.0, 3585.0, 3575.0, 3566.0, 3566.0, 3577.0, 3555.0, 3577.0, 3587.0, 3578.0, 3577.0, 3567.0, 3577.0, 3555.0, 3578.0, 3566.0, 3580.0, 3565.0, 3577.0, 3589.0, 3577.0, 3578.0, 3556.0, 3578.0, 3556.0, 3566.0, 3576.0, 3565.0, 3567.0, 3568.0, 3578.0, 3554.0, 3577.0, 3586.0, 3565.0, 3565.0, 3556.0, 3586.0, 3552.0, 3578.0, 3566.0, 3578.0, 3578.0, 3568.0, 3588.0, 3556.0, 3579.0, 3555.0, 3577.0, 3589.0, 3580.0, 3579.0, 3567.0, 3589.0, 3558.0, 3590.0, 3592.0, 3591.0, 3578.0, 3579.0, 3568.0, 3577.0, 3599.0, 3577.0, 3578.0, 3568.0, 3590.0, 3567.0, 3589.0, 3597.0, 3578.0, 3578.0, 3577.0, 3577.0, 3577.0, 3568.0, 3589.0, 3579.0, 3602.0, 3579.0, 3591.0, 3611.0, 3568.0, 3576.0, 3565.0, 3564.0, 3552.0, 3562.0, 3573.0, 3564.0, 3575.0, 3565.0, 3574.0, 3551.0, 3563.0, 3551.0, 3565.0, 3574.0, 3552.0, 3564.0, 3554.0, 3576.0, 3551.0, 3574.0, 3563.0, 3563.0, 3575.0, 3563.0, 3576.0, 3565.0, 3576.0, 3575.0, 3576.0, 3574.0, 3554.0, 3553.0, 3566.0, 3577.0, 3567.0, 3554.0, 3577.0, 3580.0, 3591.0, 3591.0, 3591.0, 3620.0, 3577.0, 3586.0, 3574.0, 3563.0, 3553.0, 3563.0, 3561.0, 3573.0, 3562.0, 3562.0, 3563.0, 3561.0, 3563.0, 3562.0, 3563.0, 3541.0, 3564.0, 3573.0, 3564.0, 3564.0, 3551.0, 3573.0, 3582.0, 3551.0, 3562.0, 3560.0, 3563.0, 3560.0, 3551.0, 3561.0, 3562.0, 3563.0, 3552.0, 3563.0, 3571.0, 3563.0, 3573.0, 3563.0, 3575.0, 3562.0, 3590.0, 3577.0, 3576.0, 3563.0, 3577.0, 3576.0, 3566.0, 3589.0, 3592.0, 3577.0, 3576.0, 3579.0, 3576.0, 3576.0, 3586.0, 3576.0, 3575.0, 3565.0, 3577.0, 3576.0, 3576.0, 3553.0, 3576.0, 3585.0, 3580.0, 3607.0, 3589.0, 3565.0, 3563.0, 3577.0, 3565.0, 3577.0, 3566.0, 3563.0, 3584.0, 3564.0, 3564.0, 3551.0, 3564.0, 3562.0, 3564.0, 3563.0, 3562.0, 3552.0, 3550.0, 3563.0, 3551.0, 3561.0, 3571.0, 3564.0, 3550.0, 3550.0, 3563.0, 3552.0, 3562.0, 3552.0, 3563.0, 3584.0, 3563.0, 3551.0, 3561.0, 3564.0, 3551.0, 3562.0, 3572.0, 3573.0, 3563.0, 3564.0, 3562.0, 3552.0, 3563.0, 3572.0, 3563.0, 3563.0, 3562.0, 3565.0, 3564.0, 3576.0, 3553.0, 3576.0, 3574.0, 3564.0, 3563.0, 3562.0, 3563.0, 3542.0, 3564.0, 3574.0, 3562.0, 3563.0, 3564.0, 3565.0, 3553.0, 3564.0, 3574.0, 3562.0, 3563.0, 3551.0, 3563.0, 3573.0, 3562.0, 3573.0, 3564.0, 3563.0, 3553.0, 3575.0, 3563.0, 3574.0, 3575.0, 3563.0, 3575.0, 3563.0, 3576.0, 3553.0, 3564.0, 3573.0, 3574.0, 3576.0, 3563.0, 3574.0, 3585.0, 3564.0, 3575.0, 3564.0, 3575.0, 3553.0, 3576.0, 3585.0, 3565.0, 3575.0, 3565.0, 3576.0, 3553.0, 3576.0, 3576.0, 3576.0, 3587.0, 3566.0, 3577.0, 3565.0, 3577.0, 3575.0, 3577.0, 3577.0, 3566.0, 3589.0, 3555.0, 3577.0, 3576.0, 3577.0, 3589.0, 3568.0, 3568.0, 3580.0, 3569.0, 3591.0, 3580.0, 3605.0, 3623.0, 3589.0, 3588.0, 3566.0, 3577.0, 3584.0, 3563.0, 3574.0, 3552.0, 3574.0, 3552.0, 3575.0, 3575.0, 3553.0, 3566.0, 3566.0, 3577.0, 3565.0, 3568.0, 3569.0, 3591.0, 3581.0, 3601.0, 3580.0, 3593.0, 3580.0, 3590.0, 3609.0, 3562.0, 3577.0, 3554.0, 3573.0, 3564.0, 3564.0, 3574.0, 3552.0, 3564.0, 3553.0, 3575.0, 3563.0, 3563.0, 3575.0, 3563.0, 3575.0, 3554.0, 3575.0, 3564.0, 3564.0, 3575.0, 3566.0, 3576.0, 3565.0, 3565.0, 3576.0, 3565.0, 3590.0, 3565.0, 3576.0, 3554.0, 3576.0, 3574.0, 3565.0, 3575.0, 3577.0, 3576.0, 3566.0, 3592.0, 3595.0, 3590.0, 3578.0, 3577.0, 3576.0, 3575.0, 3578.0, 3567.0, 3578.0, 3598.0, 3577.0, 3575.0, 3564.0, 3577.0, 3565.0, 3577.0, 3574.0, 3563.0, 3563.0, 3552.0, 3562.0, 3563.0, 3551.0, 3563.0, 3552.0, 3564.0, 3550.0, 3562.0, 3562.0, 3561.0, 3564.0, 3551.0, 3561.0, 3561.0, 3560.0, 3562.0, 3551.0, 3563.0, 3573.0, 3554.0, 3562.0, 3562.0, 3563.0, 3562.0, 3564.0, 3563.0, 3564.0, 3575.0, 3576.0, 3575.0, 3577.0, 3575.0, 3564.0, 3573.0, 3573.0, 3564.0, 3563.0, 3553.0, 3563.0, 3562.0, 3564.0, 3563.0, 3564.0, 3575.0, 3576.0, 3576.0, 3577.0, 3577.0, 3566.0, 3566.0, 3575.0, 3577.0, 3575.0, 3564.0, 3564.0, 3564.0, 3576.0, 3575.0, 3564.0, 3565.0, 3554.0, 3579.0, 3566.0, 3580.0, 3568.0, 3580.0, 3579.0, 3579.0, 3581.0, 3581.0, 3594.0, 3600.0, 3569.0, 3578.0, 3567.0, 3577.0, 3555.0, 3567.0, 3554.0, 3567.0, 3556.0, 3588.0, 3570.0, 3591.0, 3568.0, 3579.0, 3598.0, 3566.0, 3578.0, 3542.0, 3564.0, 3575.0, 3568.0, 3580.0, 3568.0, 3565.0, 3555.0, 3567.0, 3565.0, 3566.0, 3555.0, 3567.0, 3569.0, 3570.0, 3568.0, 3569.0, 3604.0, 3597.0, 3596.0, 3594.0, 3582.0, 3570.0, 3582.0, 3557.0, 3568.0, 3589.0, 3555.0, 3567.0, 3554.0, 3555.0, 3567.0, 3555.0, 3565.0, 3552.0, 3553.0, 3553.0, 3555.0, 3567.0, 3554.0, 3566.0, 3555.0, 3567.0, 3566.0, 3567.0, 3566.0, 3555.0, 3567.0, 3566.0, 3566.0, 3567.0, 3555.0, 3567.0, 3554.0, 3565.0, 3576.0, 3555.0, 3565.0, 3541.0, 3567.0, 3564.0, 3555.0, 3566.0, 3554.0, 3567.0, 3554.0, 3580.0, 3577.0, 3579.0, 3609.0, 3592.0, 3595.0, 3580.0, 3568.0, 3568.0, 3580.0, 3569.0, 3579.0, 3566.0, 3567.0, 3577.0, 3555.0, 3566.0, 3576.0, 3555.0, 3565.0, 3555.0, 3566.0, 3542.0, 3554.0, 3564.0, 3554.0, 3566.0, 3554.0, 3564.0, 3552.0, 3554.0, 3564.0, 3554.0, 3565.0, 3542.0, 3553.0, 3541.0, 3564.0, 3554.0, 3565.0, 3555.0, 3545.0, 3565.0, 3566.0, 3568.0, 3567.0, 3568.0, 3566.0, 3567.0, 3568.0, 3567.0, 3568.0, 3555.0, 3566.0, 3555.0, 3565.0, 3576.0, 3555.0, 3566.0, 3543.0, 3555.0, 3554.0, 3566.0, 3554.0, 3566.0, 3564.0, 3554.0, 3556.0, 3554.0, 3565.0, 3554.0, 3564.0, 3564.0, 3554.0, 3566.0, 3553.0, 3566.0, 3564.0, 3554.0, 3555.0, 3555.0, 3566.0, 3554.0, 3566.0, 3567.0, 3566.0, 3567.0, 3567.0, 3566.0, 3567.0, 3568.0, 3566.0, 3568.0, 3568.0, 3565.0, 3567.0, 3556.0, 3567.0, 3577.0, 3566.0, 3568.0, 3566.0, 3566.0, 3556.0, 3566.0, 3567.0, 3557.0, 3568.0, 3555.0, 3567.0, 3576.0, 3556.0, 3567.0, 3566.0, 3566.0, 3555.0, 3567.0, 3566.0, 3566.0, 3567.0, 3553.0, 3566.0, 3575.0, 3566.0, 3565.0, 3553.0, 3566.0, 3544.0, 3554.0, 3555.0, 3555.0, 3567.0, 3554.0, 3567.0, 3557.0, 3567.0, 3567.0, 3555.0, 3566.0, 3555.0, 3567.0, 3565.0, 3556.0, 3566.0, 3566.0, 3568.0, 3567.0, 3567.0, 3566.0, 3567.0, 3578.0, 3567.0, 3566.0, 3555.0, 3567.0, 3555.0, 3566.0, 3565.0, 3556.0, 3577.0, 3567.0, 3578.0, 3565.0, 3567.0, 3566.0, 3566.0, 3568.0, 3556.0, 3580.0, 3578.0, 3571.0, 3569.0, 3590.0, 3592.0], 'WindowWidth': [8205.0, 8207.0, 8195.0, 8159.0, 8139.0, 8134.0, 8133.0, 8110.0, 8133.0, 8169.0, 8144.0, 8141.0, 8130.0, 8123.0, 8094.0, 8144.0, 8139.0, 8122.0, 8137.0, 8123.0, 8127.0, 8126.0, 8124.0, 8094.0, 8144.0, 8094.0, 8142.0, 8137.0, 8124.0, 8124.0, 8106.0, 8106.0, 8114.0, 8105.0, 8116.0, 8122.0, 8125.0, 8107.0, 8144.0, 8150.0, 8101.0, 8119.0, 8078.0, 8095.0, 8132.0, 8074.0, 8089.0, 8058.0, 8092.0, 8076.0, 8090.0, 8091.0, 8079.0, 8096.0, 8075.0, 8097.0, 8082.0, 8093.0, 8090.0, 8080.0, 8115.0, 8086.0, 8117.0, 8083.0, 8122.0, 8111.0, 8084.0, 8081.0, 8103.0, 8083.0, 8118.0, 8105.0, 8162.0, 8131.0, 8169.0, 8151.0, 8164.0, 8150.0, 8122.0, 8151.0, 8120.0, 8122.0, 8082.0, 8099.0, 8109.0, 8095.0, 8113.0, 8082.0, 8117.0, 8078.0, 8110.0, 8123.0, 8109.0, 8108.0, 8068.0, 8113.0, 8078.0, 8110.0, 8095.0, 8099.0, 8100.0, 8136.0, 8143.0, 8083.0, 8117.0, 8096.0, 8088.0, 8116.0, 8099.0, 8117.0, 8081.0, 8100.0, 8112.0, 8104.0, 8113.0, 8082.0, 8099.0, 8085.0, 8099.0, 8100.0, 8100.0, 8113.0, 8089.0, 8119.0, 8087.0, 8119.0, 8127.0, 8113.0, 8096.0, 8081.0, 8116.0, 8084.0, 8103.0, 8123.0, 8110.0, 8100.0, 8099.0, 8115.0, 8086.0, 8116.0, 8127.0, 8120.0, 8118.0, 8103.0, 8116.0, 8085.0, 8118.0, 8101.0, 8123.0, 8099.0, 8118.0, 8134.0, 8115.0, 8117.0, 8088.0, 8119.0, 8086.0, 8100.0, 8111.0, 8097.0, 8103.0, 8103.0, 8118.0, 8081.0, 8115.0, 8126.0, 8098.0, 8098.0, 8086.0, 8126.0, 8076.0, 8117.0, 8099.0, 8118.0, 8117.0, 8105.0, 8132.0, 8088.0, 8121.0, 8085.0, 8115.0, 8133.0, 8125.0, 8124.0, 8107.0, 8137.0, 8094.0, 8140.0, 8149.0, 8144.0, 8122.0, 8124.0, 8107.0, 8121.0, 8152.0, 8120.0, 8121.0, 8109.0, 8141.0, 8108.0, 8139.0, 8146.0, 8119.0, 8119.0, 8117.0, 8117.0, 8120.0, 8110.0, 8137.0, 8125.0, 8160.0, 8125.0, 8144.0, 8167.0, 8105.0, 8113.0, 8097.0, 8094.0, 8075.0, 8089.0, 8103.0, 8093.0, 8110.0, 8098.0, 8108.0, 8075.0, 8094.0, 8075.0, 8099.0, 8109.0, 8078.0, 8095.0, 8080.0, 8112.0, 8076.0, 8108.0, 8093.0, 8094.0, 8112.0, 8094.0, 8115.0, 8099.0, 8114.0, 8111.0, 8114.0, 8108.0, 8082.0, 8078.0, 8098.0, 8115.0, 8102.0, 8081.0, 8119.0, 8132.0, 8145.0, 8142.0, 8145.0, 8177.0, 8116.0, 8126.0, 8106.0, 8090.0, 8075.0, 8090.0, 8086.0, 8105.0, 8087.0, 8088.0, 8091.0, 8086.0, 8091.0, 8089.0, 8092.0, 8060.0, 8093.0, 8104.0, 8093.0, 8093.0, 8072.0, 8103.0, 8113.0, 8071.0, 8089.0, 8084.0, 8091.0, 8083.0, 8073.0, 8085.0, 8088.0, 8091.0, 8075.0, 8091.0, 8100.0, 8092.0, 8105.0, 8091.0, 8108.0, 8089.0, 8139.0, 8118.0, 8114.0, 8094.0, 8116.0, 8116.0, 8102.0, 8139.0, 8145.0, 8118.0, 8115.0, 8125.0, 8114.0, 8113.0, 8127.0, 8114.0, 8112.0, 8098.0, 8115.0, 8116.0, 8114.0, 8081.0, 8113.0, 8125.0, 8126.0, 8177.0, 8138.0, 8098.0, 8092.0, 8117.0, 8101.0, 8118.0, 8101.0, 8093.0, 8121.0, 8095.0, 8094.0, 8074.0, 8093.0, 8087.0, 8094.0, 8090.0, 8088.0, 8075.0, 8070.0, 8090.0, 8072.0, 8087.0, 8099.0, 8092.0, 8071.0, 8071.0, 8090.0, 8075.0, 8089.0, 8076.0, 8094.0, 8122.0, 8091.0, 8074.0, 8086.0, 8093.0, 8073.0, 8089.0, 8101.0, 8104.0, 8092.0, 8093.0, 8090.0, 8073.0, 8091.0, 8101.0, 8091.0, 8093.0, 8091.0, 8097.0, 8093.0, 8114.0, 8080.0, 8112.0, 8107.0, 8092.0, 8090.0, 8089.0, 8093.0, 8062.0, 8094.0, 8106.0, 8091.0, 8093.0, 8094.0, 8097.0, 8077.0, 8094.0, 8108.0, 8090.0, 8092.0, 8074.0, 8092.0, 8103.0, 8090.0, 8106.0, 8093.0, 8092.0, 8078.0, 8112.0, 8093.0, 8110.0, 8112.0, 8093.0, 8111.0, 8093.0, 8115.0, 8080.0, 8095.0, 8107.0, 8109.0, 8113.0, 8093.0, 8109.0, 8122.0, 8094.0, 8109.0, 8095.0, 8110.0, 8079.0, 8113.0, 8123.0, 8098.0, 8111.0, 8100.0, 8116.0, 8080.0, 8114.0, 8114.0, 8116.0, 8131.0, 8101.0, 8117.0, 8100.0, 8118.0, 8112.0, 8119.0, 8119.0, 8102.0, 8138.0, 8086.0, 8118.0, 8114.0, 8118.0, 8136.0, 8107.0, 8107.0, 8128.0, 8113.0, 8144.0, 8130.0, 8169.0, 8187.0, 8137.0, 8133.0, 8099.0, 8113.0, 8119.0, 8092.0, 8106.0, 8074.0, 8107.0, 8077.0, 8112.0, 8111.0, 8079.0, 8101.0, 8098.0, 8116.0, 8097.0, 8106.0, 8111.0, 8145.0, 8134.0, 8159.0, 8129.0, 8150.0, 8126.0, 8139.0, 8162.0, 8092.0, 8115.0, 8079.0, 8106.0, 8095.0, 8093.0, 8107.0, 8076.0, 8096.0, 8078.0, 8110.0, 8094.0, 8091.0, 8109.0, 8091.0, 8110.0, 8084.0, 8111.0, 8095.0, 8095.0, 8112.0, 8100.0, 8116.0, 8099.0, 8098.0, 8115.0, 8100.0, 8140.0, 8101.0, 8114.0, 8083.0, 8114.0, 8110.0, 8099.0, 8112.0, 8116.0, 8117.0, 8101.0, 8146.0, 8159.0, 8141.0, 8119.0, 8116.0, 8114.0, 8112.0, 8123.0, 8104.0, 8121.0, 8146.0, 8116.0, 8112.0, 8096.0, 8116.0, 8097.0, 8113.0, 8107.0, 8090.0, 8091.0, 8074.0, 8090.0, 8091.0, 8073.0, 8092.0, 8074.0, 8093.0, 8071.0, 8090.0, 8087.0, 8084.0, 8092.0, 8071.0, 8086.0, 8085.0, 8084.0, 8087.0, 8071.0, 8092.0, 8102.0, 8079.0, 8089.0, 8089.0, 8091.0, 8089.0, 8095.0, 8092.0, 8096.0, 8109.0, 8114.0, 8112.0, 8115.0, 8111.0, 8093.0, 8107.0, 8106.0, 8094.0, 8093.0, 8077.0, 8093.0, 8089.0, 8095.0, 8093.0, 8095.0, 8112.0, 8114.0, 8114.0, 8116.0, 8118.0, 8101.0, 8102.0, 8113.0, 8116.0, 8112.0, 8093.0, 8096.0, 8094.0, 8112.0, 8110.0, 8093.0, 8094.0, 8082.0, 8121.0, 8098.0, 8121.0, 8102.0, 8119.0, 8117.0, 8119.0, 8123.0, 8126.0, 8147.0, 8150.0, 8107.0, 8117.0, 8101.0, 8114.0, 8083.0, 8100.0, 8079.0, 8101.0, 8086.0, 8133.0, 8111.0, 8141.0, 8106.0, 8119.0, 8143.0, 8097.0, 8117.0, 8059.0, 8091.0, 8111.0, 8105.0, 8126.0, 8107.0, 8095.0, 8083.0, 8104.0, 8096.0, 8099.0, 8082.0, 8100.0, 8104.0, 8106.0, 8105.0, 8108.0, 8166.0, 8165.0, 8162.0, 8152.0, 8130.0, 8113.0, 8128.0, 8090.0, 8107.0, 8132.0, 8084.0, 8101.0, 8079.0, 8083.0, 8104.0, 8085.0, 8096.0, 8073.0, 8079.0, 8079.0, 8084.0, 8102.0, 8082.0, 8101.0, 8085.0, 8104.0, 8101.0, 8103.0, 8101.0, 8084.0, 8106.0, 8100.0, 8101.0, 8102.0, 8084.0, 8102.0, 8080.0, 8098.0, 8112.0, 8084.0, 8098.0, 8061.0, 8102.0, 8095.0, 8084.0, 8099.0, 8081.0, 8102.0, 8082.0, 8126.0, 8119.0, 8122.0, 8181.0, 8149.0, 8153.0, 8128.0, 8107.0, 8106.0, 8126.0, 8112.0, 8126.0, 8102.0, 8103.0, 8116.0, 8083.0, 8101.0, 8112.0, 8085.0, 8096.0, 8084.0, 8100.0, 8062.0, 8081.0, 8093.0, 8081.0, 8100.0, 8080.0, 8094.0, 8076.0, 8081.0, 8094.0, 8081.0, 8097.0, 8064.0, 8079.0, 8060.0, 8094.0, 8082.0, 8099.0, 8083.0, 8069.0, 8097.0, 8100.0, 8106.0, 8103.0, 8108.0, 8102.0, 8104.0, 8106.0, 8105.0, 8107.0, 8085.0, 8100.0, 8083.0, 8096.0, 8113.0, 8084.0, 8099.0, 8064.0, 8082.0, 8079.0, 8099.0, 8083.0, 8101.0, 8095.0, 8083.0, 8087.0, 8081.0, 8098.0, 8081.0, 8096.0, 8094.0, 8080.0, 8100.0, 8080.0, 8100.0, 8095.0, 8081.0, 8084.0, 8085.0, 8101.0, 8083.0, 8100.0, 8101.0, 8100.0, 8103.0, 8104.0, 8102.0, 8103.0, 8105.0, 8101.0, 8107.0, 8105.0, 8099.0, 8102.0, 8087.0, 8104.0, 8118.0, 8101.0, 8105.0, 8101.0, 8103.0, 8088.0, 8102.0, 8102.0, 8089.0, 8106.0, 8084.0, 8104.0, 8113.0, 8087.0, 8102.0, 8102.0, 8102.0, 8085.0, 8104.0, 8100.0, 8102.0, 8102.0, 8079.0, 8099.0, 8109.0, 8098.0, 8096.0, 8077.0, 8099.0, 8067.0, 8082.0, 8084.0, 8084.0, 8101.0, 8080.0, 8104.0, 8089.0, 8104.0, 8101.0, 8084.0, 8100.0, 8084.0, 8105.0, 8098.0, 8086.0, 8101.0, 8100.0, 8105.0, 8103.0, 8105.0, 8100.0, 8104.0, 8118.0, 8103.0, 8102.0, 8084.0, 8103.0, 8084.0, 8103.0, 8099.0, 8087.0, 8115.0, 8102.0, 8120.0, 8099.0, 8105.0, 8101.0, 8102.0, 8105.0, 8090.0, 8125.0, 8120.0, 8117.0, 8111.0, 8141.0, 8148.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.0006662096774193547</td></tr>
<tr><td colspan=3>aqi</td><td>0.027554351843317972</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.148086230853494</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1598092852941186</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978814595963077</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>5229.3574</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09465909359613485</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.032258064516129</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4361708714351544</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.30593685411309</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7144832080089496</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.288092552183424</td></tr>
<tr><td colspan=3>gcor</td><td>0.00783108</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01627427153289318</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023820919916033745</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7692031244077273</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>31.6082</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3244</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.2149</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305146.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>596.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.6437</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9947</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.0679</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2815.456</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>880.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.5921</td></tr>
<tr><td colspan=3>tsnr</td><td>35.054456695506815</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>