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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-03_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-03_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-0058/ses-01/func/sub-0058_ses-01_task-social_acq-mb8_run-03_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>943d1325e4f35210931687e286315b52</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>11:53:46.457500</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.996098, 0.0223451, -0.085374, -0.024866, 0.999282, -0.0285787]</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-03_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.105946</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7714, -7286, 630, -89, -38, 4, 116]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>13d3c482-e519-422a-a031-e21dc0ec8e4e||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.672459125518799, -0.06671367585659027, -0.2286200225353241, 118.4611587524414], [-0.05995040014386177, 2.6810011863708496, -0.08259332180023193, -88.66121673583984], [-0.2290520817041397, 0.07667459547519684, 2.689035415649414, -73.95065307617188], [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': ['115346.457500', '115346.917500', '115347.377500', '115347.837500', '115348.297500', '115348.757500', '115349.217500', '115349.677500', '115350.137500', '115350.597500', '115351.057500', '115351.517500', '115351.977500', '115352.437500', '115352.897500', '115353.357500', '115353.817500', '115354.277500', '115354.737500', '115355.197500', '115355.657500', '115356.117500', '115356.577500', '115357.037500', '115357.497500', '115357.957500', '115358.417500', '115358.877500', '115359.337500', '115359.797500', '115400.257500', '115400.717500', '115401.177500', '115401.637500', '115402.097500', '115402.557500', '115403.017500', '115403.477500', '115403.937500', '115404.397500', '115404.857500', '115405.317500', '115405.777500', '115406.237500', '115406.697500', '115407.157500', '115407.617500', '115408.077500', '115408.537500', '115408.997500', '115409.457500', '115409.917500', '115410.377500', '115410.837500', '115411.297500', '115411.757500', '115412.217500', '115412.677500', '115413.137500', '115413.597500', '115414.057500', '115414.517500', '115414.977500', '115415.437500', '115415.897500', '115416.357500', '115416.817500', '115417.277500', '115417.737500', '115418.197500', '115418.657500', '115419.117500', '115419.577500', '115420.037500', '115420.497500', '115420.957500', '115421.417500', '115421.877500', '115422.337500', '115422.797500', '115423.257500', '115423.717500', '115424.177500', '115424.637500', '115425.097500', '115425.557500', '115426.017500', '115426.477500', '115426.937500', '115427.397500', '115427.857500', '115428.317500', '115428.777500', '115429.237500', '115429.697500', '115430.157500', '115430.617500', '115431.077500', '115431.537500', '115431.997500', '115432.457500', '115432.917500', '115433.377500', '115433.837500', '115434.297500', '115434.757500', '115435.217500', '115435.677500', '115436.137500', '115436.597500', '115437.057500', '115437.517500', '115437.977500', '115438.437500', '115438.897500', '115439.357500', '115439.817500', '115440.277500', '115440.737500', '115441.197500', '115441.657500', '115442.117500', '115442.577500', '115443.037500', '115443.497500', '115443.957500', '115444.417500', '115444.877500', '115445.337500', '115445.797500', '115446.257500', '115446.717500', '115447.177500', '115447.637500', '115448.097500', '115448.557500', '115449.017500', '115449.477500', '115449.937500', '115450.397500', '115450.857500', '115451.317500', '115451.777500', '115452.237500', '115452.697500', '115453.157500', '115453.617500', '115454.077500', '115454.537500', '115454.997500', '115455.457500', '115455.917500', '115456.377500', '115456.837500', '115457.297500', '115457.757500', '115458.217500', '115458.677500', '115459.137500', '115459.597500', '115500.057500', '115500.517500', '115500.977500', '115501.437500', '115501.897500', '115502.357500', '115502.817500', '115503.277500', '115503.737500', '115504.197500', '115504.657500', '115505.117500', '115505.577500', '115506.037500', '115506.497500', '115506.957500', '115507.417500', '115507.877500', '115508.337500', '115508.797500', '115509.257500', '115509.717500', '115510.177500', '115510.637500', '115511.097500', '115511.557500', '115512.017500', '115512.477500', '115512.937500', '115513.397500', '115513.857500', '115514.317500', '115514.777500', '115515.237500', '115515.697500', '115516.157500', '115516.617500', '115517.077500', '115517.537500', '115517.997500', '115518.457500', '115518.917500', '115519.377500', '115519.837500', '115520.297500', '115520.757500', '115521.217500', '115521.677500', '115522.137500', '115522.597500', '115523.057500', '115523.517500', '115523.977500', '115524.437500', '115524.897500', '115525.357500', '115525.817500', '115526.277500', '115526.737500', '115527.197500', '115527.657500', '115528.117500', '115528.577500', '115529.037500', '115529.497500', '115529.957500', '115530.417500', '115530.877500', '115531.337500', '115531.797500', '115532.257500', '115532.717500', '115533.177500', '115533.637500', '115534.097500', '115534.557500', '115535.017500', '115535.477500', '115535.937500', '115536.397500', '115536.857500', '115537.317500', '115537.777500', '115538.237500', '115538.697500', '115539.157500', '115539.617500', '115540.077500', '115540.537500', '115540.997500', '115541.457500', '115541.917500', '115542.377500', '115542.837500', '115543.297500', '115543.757500', '115544.217500', '115544.677500', '115545.137500', '115545.597500', '115546.057500', '115546.517500', '115546.977500', '115547.437500', '115547.897500', '115548.357500', '115548.817500', '115549.277500', '115549.737500', '115550.197500', '115550.657500', '115551.117500', '115551.577500', '115552.037500', '115552.497500', '115552.957500', '115553.417500', '115553.877500', '115554.337500', '115554.797500', '115555.257500', '115555.717500', '115556.177500', '115556.637500', '115557.097500', '115557.557500', '115558.017500', '115558.477500', '115558.937500', '115559.397500', '115559.857500', '115600.317500', '115600.777500', '115601.237500', '115601.697500', '115602.157500', '115602.617500', '115603.077500', '115603.537500', '115603.997500', '115604.457500', '115604.917500', '115605.377500', '115605.837500', '115606.297500', '115606.757500', '115607.217500', '115607.677500', '115608.137500', '115608.597500', '115609.057500', '115609.517500', '115609.977500', '115610.437500', '115610.897500', '115611.357500', '115611.817500', '115612.277500', '115612.737500', '115613.197500', '115613.657500', '115614.117500', '115614.577500', '115615.037500', '115615.497500', '115615.957500', '115616.417500', '115616.877500', '115617.337500', '115617.797500', '115618.257500', '115618.717500', '115619.177500', '115619.637500', '115620.097500', '115620.557500', '115621.017500', '115621.477500', '115621.937500', '115622.397500', '115622.857500', '115623.317500', '115623.777500', '115624.237500', '115624.697500', '115625.157500', '115625.617500', '115626.077500', '115626.537500', '115626.997500', '115627.457500', '115627.917500', '115628.377500', '115628.837500', '115629.297500', '115629.757500', '115630.217500', '115630.677500', '115631.137500', '115631.597500', '115632.057500', '115632.517500', '115632.977500', '115633.437500', '115633.897500', '115634.357500', '115634.817500', '115635.277500', '115635.737500', '115636.197500', '115636.657500', '115637.117500', '115637.577500', '115638.037500', '115638.497500', '115638.957500', '115639.417500', '115639.877500', '115640.337500', '115640.797500', '115641.257500', '115641.717500', '115642.177500', '115642.637500', '115643.097500', '115643.557500', '115644.017500', '115644.477500', '115644.937500', '115645.397500', '115645.857500', '115646.317500', '115646.777500', '115647.237500', '115647.697500', '115648.157500', '115648.617500', '115649.077500', '115649.537500', '115649.997500', '115650.457500', '115650.917500', '115651.377500', '115651.837500', '115652.297500', '115652.757500', '115653.217500', '115653.677500', '115654.137500', '115654.597500', '115655.057500', '115655.517500', '115655.977500', '115656.437500', '115656.897500', '115657.357500', '115657.817500', '115658.277500', '115658.737500', '115659.197500', '115659.657500', '115700.117500', '115700.577500', '115701.037500', '115701.497500', '115701.957500', '115702.417500', '115702.877500', '115703.337500', '115703.797500', '115704.257500', '115704.717500', '115705.177500', '115705.637500', '115706.097500', '115706.557500', '115707.017500', '115707.477500', '115707.937500', '115708.397500', '115708.857500', '115709.317500', '115709.777500', '115710.237500', '115710.697500', '115711.157500', '115711.617500', '115712.077500', '115712.537500', '115712.997500', '115713.457500', '115713.917500', '115714.377500', '115714.837500', '115715.297500', '115715.757500', '115716.217500', '115716.677500', '115717.137500', '115717.597500', '115718.057500', '115718.517500', '115718.977500', '115719.437500', '115719.897500', '115720.357500', '115720.817500', '115721.277500', '115721.737500', '115722.197500', '115722.657500', '115723.117500', '115723.577500', '115724.037500', '115724.497500', '115724.957500', '115725.417500', '115725.877500', '115726.337500', '115726.797500', '115727.257500', '115727.717500', '115728.177500', '115728.637500', '115729.097500', '115729.557500', '115730.017500', '115730.477500', '115730.937500', '115731.397500', '115731.857500', '115732.317500', '115732.777500', '115733.237500', '115733.697500', '115734.157500', '115734.617500', '115735.077500', '115735.537500', '115735.997500', '115736.457500', '115736.917500', '115737.377500', '115737.837500', '115738.297500', '115738.757500', '115739.217500', '115739.677500', '115740.137500', '115740.597500', '115741.057500', '115741.517500', '115741.977500', '115742.437500', '115742.897500', '115743.357500', '115743.817500', '115744.277500', '115744.737500', '115745.197500', '115745.657500', '115746.117500', '115746.577500', '115747.037500', '115747.497500', '115747.957500', '115748.417500', '115748.877500', '115749.337500', '115749.797500', '115750.257500', '115750.717500', '115751.177500', '115751.637500', '115752.097500', '115752.557500', '115753.017500', '115753.477500', '115753.937500', '115754.397500', '115754.857500', '115755.317500', '115755.777500', '115756.237500', '115756.697500', '115757.157500', '115757.617500', '115758.077500', '115758.537500', '115758.997500', '115759.457500', '115759.917500', '115800.377500', '115800.837500', '115801.297500', '115801.757500', '115802.217500', '115802.677500', '115803.137500', '115803.597500', '115804.057500', '115804.517500', '115804.977500', '115805.437500', '115805.897500', '115806.357500', '115806.817500', '115807.277500', '115807.737500', '115808.197500', '115808.657500', '115809.117500', '115809.577500', '115810.037500', '115810.497500', '115810.957500', '115811.417500', '115811.877500', '115812.337500', '115812.797500', '115813.257500', '115813.717500', '115814.177500', '115814.637500', '115815.097500', '115815.557500', '115816.017500', '115816.477500', '115816.937500', '115817.397500', '115817.857500', '115818.317500', '115818.777500', '115819.237500', '115819.697500', '115820.157500', '115820.617500', '115821.077500', '115821.537500', '115821.997500', '115822.457500', '115822.917500', '115823.377500', '115823.837500', '115824.297500', '115824.757500', '115825.217500', '115825.677500', '115826.137500', '115826.597500', '115827.057500', '115827.517500', '115827.977500', '115828.437500', '115828.897500', '115829.357500', '115829.817500', '115830.277500', '115830.737500', '115831.197500', '115831.657500', '115832.117500', '115832.577500', '115833.037500', '115833.497500', '115833.957500', '115834.417500', '115834.877500', '115835.337500', '115835.797500', '115836.257500', '115836.717500', '115837.177500', '115837.637500', '115838.097500', '115838.557500', '115839.017500', '115839.477500', '115839.937500', '115840.397500', '115840.857500', '115841.317500', '115841.777500', '115842.237500', '115842.697500', '115843.157500', '115843.617500', '115844.077500', '115844.537500', '115844.997500', '115845.457500', '115845.917500', '115846.377500', '115846.837500', '115847.297500', '115847.757500', '115848.217500', '115848.677500', '115849.137500', '115849.597500', '115850.057500', '115850.517500', '115850.977500', '115851.437500', '115851.897500', '115852.357500', '115852.817500', '115853.277500', '115853.737500', '115854.197500', '115854.657500', '115855.117500', '115855.577500', '115856.037500', '115856.497500', '115856.957500', '115857.417500', '115857.877500', '115858.337500', '115858.797500', '115859.257500', '115859.717500', '115900.177500', '115900.637500', '115901.097500', '115901.557500', '115902.017500', '115902.477500', '115902.937500', '115903.397500', '115903.857500', '115904.317500', '115904.777500', '115905.237500', '115905.697500', '115906.157500', '115906.617500', '115907.077500', '115907.537500', '115907.997500', '115908.457500', '115908.917500', '115909.377500', '115909.837500', '115910.297500', '115910.757500', '115911.217500', '115911.677500', '115912.137500', '115912.597500', '115913.057500', '115913.517500', '115913.977500', '115914.437500', '115914.897500', '115915.357500', '115915.817500', '115916.277500', '115916.737500', '115917.197500', '115917.657500', '115918.117500', '115918.577500', '115919.037500', '115919.497500', '115919.957500', '115920.417500', '115920.877500', '115921.337500', '115921.797500', '115922.257500', '115922.717500', '115923.177500', '115923.637500', '115924.097500', '115924.557500', '115925.017500', '115925.477500', '115925.937500', '115926.397500', '115926.857500', '115927.317500', '115927.777500', '115928.237500', '115928.697500', '115929.157500', '115929.617500', '115930.077500', '115930.537500', '115930.997500', '115931.457500', '115931.917500', '115932.377500', '115932.837500', '115933.297500', '115933.757500', '115934.217500', '115934.677500', '115935.137500', '115935.597500', '115936.057500', '115936.517500', '115936.977500', '115937.437500', '115937.897500', '115938.357500', '115938.817500', '115939.277500', '115939.737500', '115940.197500', '115940.657500', '115941.117500', '115941.577500', '115942.037500', '115942.497500', '115942.957500', '115943.417500', '115943.877500', '115944.337500', '115944.797500', '115945.257500', '115945.717500', '115946.177500', '115946.637500', '115947.097500', '115947.557500', '115948.017500', '115948.477500', '115948.937500', '115949.397500', '115949.857500', '115950.317500', '115950.777500', '115951.237500', '115951.697500', '115952.157500', '115952.617500', '115953.077500', '115953.537500', '115953.997500', '115954.457500', '115954.917500', '115955.377500', '115955.837500', '115956.297500', '115956.757500', '115957.217500', '115957.677500', '115958.137500', '115958.597500', '115959.057500', '115959.517500', '115959.977500', '120000.437500', '120000.897500', '120001.357500', '120001.817500', '120002.277500', '120002.737500', '120003.197500', '120003.657500', '120004.117500', '120004.577500', '120005.037500', '120005.497500', '120005.957500', '120006.417500', '120006.877500', '120007.337500', '120007.797500', '120008.257500', '120008.717500', '120009.177500', '120009.637500', '120010.097500', '120010.557500', '120011.017500', '120011.477500', '120011.937500', '120012.397500', '120012.857500', '120013.317500', '120013.777500', '120014.237500', '120014.697500', '120015.157500', '120015.617500', '120016.077500', '120016.537500', '120016.997500', '120017.457500', '120017.917500', '120018.377500', '120018.837500', '120019.297500', '120019.757500', '120020.217500', '120020.677500', '120021.137500', '120021.597500', '120022.057500', '120022.517500', '120022.977500', '120023.437500', '120023.897500', '120024.357500', '120024.817500', '120025.277500', '120025.737500', '120026.197500', '120026.657500', '120027.117500'], 'ContentTime': ['115358.035000', '115358.038000', '115358.040000', '115358.043000', '115358.046000', '115358.054000', '115358.056000', '115358.059000', '115358.061000', '115358.064000', '115358.066000', '115358.069000', '115358.071000', '115358.074000', '115358.076000', '115358.079000', '115358.082000', '115358.084000', '115358.087000', '115358.089000', '115358.095000', '115358.098000', '115358.100000', '115418.003000', '115418.006000', '115418.009000', '115418.011000', '115418.014000', '115418.016000', '115418.026000', '115418.028000', '115418.031000', '115418.033000', '115418.036000', '115418.039000', '115418.042000', '115418.045000', '115418.048000', '115418.050000', '115418.053000', '115418.055000', '115418.058000', '115418.061000', '115418.063000', '115418.066000', '115418.068000', '115418.071000', '115418.073000', '115418.076000', '115418.078000', '115418.081000', '115418.083000', '115418.086000', '115418.089000', '115418.091000', '115418.094000', '115418.096000', '115418.099000', '115418.101000', '115418.104000', '115418.106000', '115418.109000', '115418.111000', '115418.114000', '115418.117000', '115418.119000', '115438.004000', '115438.007000', '115438.010000', '115438.012000', '115438.015000', '115438.017000', '115438.020000', '115438.023000', '115438.025000', '115438.028000', '115438.030000', '115438.033000', '115438.035000', '115438.038000', '115438.040000', '115438.043000', '115438.046000', '115438.048000', '115438.051000', '115438.053000', '115438.056000', '115438.058000', '115438.061000', '115438.063000', '115438.066000', '115438.068000', '115438.071000', '115438.073000', '115438.076000', '115438.079000', '115438.081000', '115438.084000', '115438.093000', '115438.095000', '115438.098000', '115438.100000', '115438.103000', '115438.105000', '115438.108000', '115438.111000', '115438.113000', '115438.116000', '115438.118000', '115438.121000', '115458.004000', '115458.007000', '115458.010000', '115458.012000', '115458.015000', '115458.017000', '115458.020000', '115458.022000', '115458.025000', '115458.028000', '115458.030000', '115458.033000', '115458.036000', '115458.038000', '115458.041000', '115458.043000', '115458.046000', '115458.049000', '115458.052000', '115458.055000', '115458.058000', '115458.060000', '115458.063000', '115458.065000', '115458.068000', '115458.071000', '115458.073000', '115458.076000', '115458.078000', '115458.081000', '115458.083000', '115458.086000', '115458.088000', '115458.091000', '115458.094000', '115458.096000', '115458.099000', '115458.101000', '115458.105000', '115458.108000', '115458.111000', '115458.114000', '115458.116000', '115518.004000', '115518.007000', '115518.010000', '115518.012000', '115518.015000', '115518.017000', '115518.020000', '115518.023000', '115518.025000', '115518.028000', '115518.030000', '115518.033000', '115518.035000', '115518.038000', '115518.041000', '115518.043000', '115518.067000', '115518.070000', '115518.072000', '115518.075000', '115518.078000', '115518.080000', '115518.083000', '115518.085000', '115518.088000', '115518.090000', '115518.093000', '115518.096000', '115518.098000', '115518.101000', '115518.104000', '115518.106000', '115518.109000', '115518.111000', '115518.114000', '115518.116000', '115518.119000', '115518.121000', '115518.124000', '115518.126000', '115518.129000', '115518.132000', '115518.134000', '115518.137000', '115538.005000', '115538.007000', '115538.010000', '115538.012000', '115538.015000', '115538.018000', '115538.020000', '115538.023000', '115538.025000', '115538.028000', '115538.030000', '115538.033000', '115538.036000', '115538.038000', '115538.041000', '115538.043000', '115538.046000', '115538.048000', '115538.051000', '115538.053000', '115538.056000', '115538.059000', '115538.061000', '115538.064000', '115538.066000', '115538.069000', '115538.071000', '115538.074000', '115538.077000', '115538.079000', '115538.082000', '115538.086000', '115538.089000', '115538.091000', '115538.094000', '115538.096000', '115538.099000', '115538.101000', '115538.104000', '115538.107000', '115538.109000', '115538.112000', '115538.114000', '115558.004000', '115558.007000', '115558.010000', '115558.013000', '115558.015000', '115558.018000', '115558.020000', '115558.023000', '115558.025000', '115558.028000', '115558.031000', '115558.033000', '115558.036000', '115558.039000', '115558.041000', '115558.044000', '115558.046000', '115558.049000', '115558.051000', '115558.054000', '115558.057000', '115558.059000', '115558.062000', '115558.064000', '115558.067000', '115558.069000', '115558.072000', '115558.075000', '115558.077000', '115558.080000', '115558.082000', '115558.085000', '115558.087000', '115558.090000', '115558.092000', '115558.095000', '115558.098000', '115558.100000', '115558.103000', '115558.105000', '115558.108000', '115558.110000', '115558.113000', '115558.116000', '115618.004000', '115618.006000', '115618.009000', '115618.012000', '115618.014000', '115618.017000', '115618.019000', '115618.022000', '115618.024000', '115618.027000', '115618.030000', '115618.032000', '115618.035000', '115618.037000', '115618.040000', '115618.042000', '115618.045000', '115618.048000', '115618.050000', '115618.053000', '115618.055000', '115618.058000', '115618.060000', '115618.063000', '115618.065000', '115618.068000', '115618.071000', '115618.073000', '115618.076000', '115618.078000', '115618.081000', '115618.084000', '115618.086000', '115618.089000', '115618.091000', '115618.094000', '115618.096000', '115618.099000', '115618.102000', '115618.104000', '115618.107000', '115618.109000', '115618.112000', '115638.003000', '115638.006000', '115638.009000', '115638.011000', '115638.014000', '115638.017000', '115638.019000', '115638.022000', '115638.024000', '115638.027000', '115638.029000', '115638.032000', '115638.035000', '115638.037000', '115638.040000', '115638.042000', '115638.045000', '115638.047000', '115638.050000', '115638.053000', '115638.055000', '115638.058000', '115638.060000', '115638.063000', '115638.065000', '115638.068000', '115638.071000', '115638.073000', '115638.076000', '115638.078000', '115638.081000', '115638.084000', '115638.086000', '115638.089000', '115638.091000', '115638.094000', '115638.097000', '115638.099000', '115638.102000', '115638.104000', '115638.107000', '115638.110000', '115638.112000', '115638.115000', '115658.004000', '115658.007000', '115658.010000', '115658.012000', '115658.015000', '115658.018000', '115658.020000', '115658.023000', '115658.025000', '115658.028000', '115658.031000', '115658.044000', '115658.047000', '115658.049000', '115658.052000', '115658.054000', '115658.057000', '115658.059000', '115658.062000', '115658.065000', '115658.067000', '115658.070000', '115658.072000', '115658.075000', '115658.078000', '115658.080000', '115658.083000', '115658.085000', '115658.088000', '115658.091000', '115658.093000', '115658.096000', '115658.098000', '115658.101000', '115658.103000', '115658.106000', '115658.109000', '115658.111000', '115658.114000', '115658.117000', '115658.120000', '115658.123000', '115658.126000', '115718.004000', '115718.007000', '115718.010000', '115718.012000', '115718.015000', '115718.018000', '115718.020000', '115718.023000', '115718.025000', '115718.028000', '115718.031000', '115718.033000', '115718.036000', '115718.038000', '115718.041000', '115718.044000', '115718.046000', '115718.049000', '115718.051000', '115718.054000', '115718.056000', '115718.059000', '115718.062000', '115718.064000', '115718.067000', '115718.069000', '115718.072000', '115718.075000', '115718.077000', '115718.080000', '115718.082000', '115718.085000', '115718.088000', '115718.090000', '115718.093000', '115718.096000', '115718.098000', '115718.101000', '115718.103000', '115718.106000', '115718.108000', '115718.111000', '115718.114000', '115718.116000', '115738.005000', '115738.007000', '115738.010000', '115738.012000', '115738.015000', '115738.018000', '115738.020000', '115738.023000', '115738.025000', '115738.028000', '115738.031000', '115738.033000', '115738.036000', '115738.038000', '115738.041000', '115738.044000', '115738.046000', '115738.049000', '115738.051000', '115738.054000', '115738.056000', '115738.059000', '115738.061000', '115738.064000', '115738.067000', '115738.069000', '115738.072000', '115738.074000', '115738.077000', '115738.079000', '115738.082000', '115738.085000', '115738.087000', '115738.090000', '115738.092000', '115738.095000', '115738.097000', '115738.100000', '115738.103000', '115738.105000', '115738.108000', '115738.110000', '115738.113000', '115758.005000', '115758.007000', '115758.010000', '115758.013000', '115758.015000', '115758.018000', '115758.020000', '115758.023000', '115758.025000', '115758.028000', '115758.031000', '115758.034000', '115758.036000', '115758.039000', '115758.042000', '115758.045000', '115758.048000', '115758.051000', '115758.053000', '115758.056000', '115758.059000', '115758.061000', '115758.064000', '115758.066000', '115758.069000', '115758.072000', '115758.074000', '115758.077000', '115758.079000', '115758.082000', '115758.084000', '115758.087000', '115758.090000', '115758.092000', '115758.095000', '115758.097000', '115758.100000', '115758.103000', '115758.105000', '115758.108000', '115758.110000', '115758.113000', '115758.115000', '115818.004000', '115818.007000', '115818.010000', '115818.012000', '115818.015000', '115818.017000', '115818.020000', '115818.023000', '115818.025000', '115818.028000', '115818.030000', '115818.033000', '115818.036000', '115818.038000', '115818.041000', '115818.043000', '115818.046000', '115818.048000', '115818.051000', '115818.053000', '115818.056000', '115818.059000', '115818.061000', '115818.064000', '115818.067000', '115818.069000', '115818.072000', '115818.074000', '115818.077000', '115818.079000', '115818.082000', '115818.084000', '115818.087000', '115818.090000', '115818.092000', '115818.095000', '115818.097000', '115818.110000', '115818.113000', '115818.115000', '115818.118000', '115818.120000', '115818.123000', '115818.125000', '115838.004000', '115838.006000', '115838.009000', '115838.011000', '115838.014000', '115838.017000', '115838.019000', '115838.022000', '115838.024000', '115838.027000', '115838.030000', '115838.032000', '115838.035000', '115838.037000', '115838.040000', '115838.043000', '115838.045000', '115838.048000', '115838.051000', '115838.053000', '115838.056000', '115838.058000', '115838.061000', '115838.064000', '115838.066000', '115838.069000', '115838.071000', '115838.074000', '115838.077000', '115838.079000', '115838.082000', '115838.084000', '115838.087000', '115838.090000', '115838.092000', '115838.095000', '115838.097000', '115838.100000', '115838.102000', '115838.105000', '115838.108000', '115838.110000', '115838.113000', '115838.115000', '115858.004000', '115858.006000', '115858.009000', '115858.011000', '115858.014000', '115858.017000', '115858.019000', '115858.022000', '115858.024000', '115858.027000', '115858.030000', '115858.032000', '115858.035000', '115858.038000', '115858.040000', '115858.043000', '115858.045000', '115858.048000', '115858.050000', '115858.053000', '115858.056000', '115858.058000', '115858.061000', '115858.063000', '115858.066000', '115858.069000', '115858.071000', '115858.074000', '115858.076000', '115858.079000', '115858.082000', '115858.084000', '115858.087000', '115858.089000', '115858.092000', '115858.094000', '115858.097000', '115858.100000', '115858.102000', '115858.105000', '115858.107000', '115858.110000', '115858.112000', '115918.004000', '115918.007000', '115918.010000', '115918.012000', '115918.015000', '115918.018000', '115918.020000', '115918.023000', '115918.025000', '115918.028000', '115918.030000', '115918.033000', '115918.035000', '115918.038000', '115918.041000', '115918.043000', '115918.046000', '115918.048000', '115918.051000', '115918.054000', '115918.056000', '115918.059000', '115918.061000', '115918.064000', '115918.066000', '115918.069000', '115918.072000', '115918.074000', '115918.077000', '115918.079000', '115918.082000', '115918.084000', '115918.087000', '115918.089000', '115918.092000', '115918.095000', '115918.097000', '115918.100000', '115918.103000', '115918.105000', '115918.108000', '115918.111000', '115918.113000', '115918.116000', '115938.005000', '115938.008000', '115938.010000', '115938.013000', '115938.015000', '115938.018000', '115938.021000', '115938.023000', '115938.026000', '115938.028000', '115938.031000', '115938.033000', '115938.036000', '115938.039000', '115938.041000', '115938.044000', '115938.046000', '115938.049000', '115938.051000', '115938.054000', '115938.057000', '115938.059000', '115938.062000', '115938.064000', '115938.067000', '115938.069000', '115938.072000', '115938.075000', '115938.077000', '115938.080000', '115938.082000', '115938.085000', '115938.088000', '115938.090000', '115938.093000', '115938.095000', '115938.098000', '115938.100000', '115938.103000', '115938.105000', '115938.108000', '115938.111000', '115938.113000', '115958.004000', '115958.007000', '115958.011000', '115958.014000', '115958.017000', '115958.019000', '115958.022000', '115958.025000', '115958.028000', '115958.031000', '115958.033000', '115958.036000', '115958.038000', '115958.041000', '115958.043000', '115958.046000', '115958.049000', '115958.051000', '115958.054000', '115958.057000', '115958.059000', '115958.062000', '115958.064000', '115958.067000', '115958.070000', '115958.072000', '115958.075000', '115958.077000', '115958.080000', '115958.083000', '115958.085000', '115958.088000', '115958.091000', '115958.093000', '115958.096000', '115958.098000', '115958.101000', '115958.104000', '115958.106000', '115958.109000', '115958.111000', '115958.114000', '115958.117000', '115958.119000', '120018.005000', '120018.007000', '120018.010000', '120018.013000', '120018.015000', '120018.018000', '120018.020000', '120018.023000', '120018.025000', '120018.028000', '120018.031000', '120018.033000', '120018.036000', '120018.038000', '120018.041000', '120018.044000', '120018.046000', '120018.049000', '120018.051000', '120018.054000', '120018.056000', '120018.059000', '120018.062000', '120018.064000', '120018.067000', '120018.069000', '120018.072000', '120018.074000', '120018.077000', '120018.080000', '120018.082000', '120018.085000', '120018.087000', '120018.090000', '120018.092000', '120018.095000', '120018.097000', '120018.100000', '120018.103000', '120018.105000', '120018.108000', '120018.110000', '120018.113000', '120028.362000', '120028.366000', '120028.381000', '120028.384000', '120028.387000', '120028.389000', '120028.392000', '120028.395000', '120028.398000', '120028.401000', '120028.403000', '120028.406000', '120028.409000', '120028.412000', '120028.415000', '120028.417000', '120028.420000', '120028.423000', '120028.425000', '120028.428000', '120028.431000', '120028.433000', '120028.436000'], 'InstanceCreationTime': ['115358.035000', '115358.038000', '115358.040000', '115358.043000', '115358.046000', '115358.054000', '115358.056000', '115358.059000', '115358.061000', '115358.064000', '115358.066000', '115358.069000', '115358.071000', '115358.074000', '115358.076000', '115358.079000', '115358.082000', '115358.084000', '115358.087000', '115358.089000', '115358.095000', '115358.098000', '115358.100000', '115418.003000', '115418.006000', '115418.009000', '115418.011000', '115418.014000', '115418.016000', '115418.026000', '115418.028000', '115418.031000', '115418.033000', '115418.036000', '115418.039000', '115418.042000', '115418.045000', '115418.048000', '115418.050000', '115418.053000', '115418.055000', '115418.058000', '115418.061000', '115418.063000', '115418.066000', '115418.068000', '115418.071000', '115418.073000', '115418.076000', '115418.078000', '115418.081000', '115418.083000', '115418.086000', '115418.089000', '115418.091000', '115418.094000', '115418.096000', '115418.099000', '115418.101000', '115418.104000', '115418.106000', '115418.109000', '115418.111000', '115418.114000', '115418.117000', '115418.119000', '115438.004000', '115438.007000', '115438.010000', '115438.012000', '115438.015000', '115438.017000', '115438.020000', '115438.023000', '115438.025000', '115438.028000', '115438.030000', '115438.033000', '115438.035000', '115438.038000', '115438.040000', '115438.043000', '115438.046000', '115438.048000', '115438.051000', '115438.053000', '115438.056000', '115438.058000', '115438.061000', '115438.063000', '115438.066000', '115438.068000', '115438.071000', '115438.073000', '115438.076000', '115438.079000', '115438.081000', '115438.084000', '115438.093000', '115438.095000', '115438.098000', '115438.100000', '115438.103000', '115438.105000', '115438.108000', '115438.111000', '115438.113000', '115438.116000', '115438.118000', '115438.121000', '115458.004000', '115458.007000', '115458.010000', '115458.012000', '115458.015000', '115458.017000', '115458.020000', '115458.022000', '115458.025000', '115458.028000', '115458.030000', '115458.033000', '115458.036000', '115458.038000', '115458.041000', '115458.043000', '115458.046000', '115458.049000', '115458.052000', '115458.055000', '115458.058000', '115458.060000', '115458.063000', '115458.065000', '115458.068000', '115458.071000', '115458.073000', '115458.076000', '115458.078000', '115458.081000', '115458.083000', '115458.086000', '115458.088000', '115458.091000', '115458.094000', '115458.096000', '115458.099000', '115458.101000', '115458.105000', '115458.108000', '115458.111000', '115458.114000', '115458.116000', '115518.004000', '115518.007000', '115518.010000', '115518.012000', '115518.015000', '115518.017000', '115518.020000', '115518.023000', '115518.025000', '115518.028000', '115518.030000', '115518.033000', '115518.035000', '115518.038000', '115518.041000', '115518.043000', '115518.067000', '115518.070000', '115518.072000', '115518.075000', '115518.078000', '115518.080000', '115518.083000', '115518.085000', '115518.088000', '115518.090000', '115518.093000', '115518.096000', '115518.098000', '115518.101000', '115518.104000', '115518.106000', '115518.109000', '115518.111000', '115518.114000', '115518.116000', '115518.119000', '115518.121000', '115518.124000', '115518.126000', '115518.129000', '115518.132000', '115518.134000', '115518.137000', '115538.005000', '115538.007000', '115538.010000', '115538.012000', '115538.015000', '115538.018000', '115538.020000', '115538.023000', '115538.025000', '115538.028000', '115538.030000', '115538.033000', '115538.036000', '115538.038000', '115538.041000', '115538.043000', '115538.046000', '115538.048000', '115538.051000', '115538.053000', '115538.056000', '115538.059000', '115538.061000', '115538.064000', '115538.066000', '115538.069000', '115538.071000', '115538.074000', '115538.077000', '115538.079000', '115538.082000', '115538.086000', '115538.089000', '115538.091000', '115538.094000', '115538.096000', '115538.099000', '115538.101000', '115538.104000', '115538.107000', '115538.109000', '115538.112000', '115538.114000', '115558.004000', '115558.007000', '115558.010000', '115558.013000', '115558.015000', '115558.018000', '115558.020000', '115558.023000', '115558.025000', '115558.028000', '115558.031000', '115558.033000', '115558.036000', '115558.039000', '115558.041000', '115558.044000', '115558.046000', '115558.049000', '115558.051000', '115558.054000', '115558.057000', '115558.059000', '115558.062000', '115558.064000', '115558.067000', '115558.069000', '115558.072000', '115558.075000', '115558.077000', '115558.080000', '115558.082000', '115558.085000', '115558.087000', '115558.090000', '115558.092000', '115558.095000', '115558.098000', '115558.100000', '115558.103000', '115558.105000', '115558.108000', '115558.110000', '115558.113000', '115558.116000', '115618.004000', '115618.006000', '115618.009000', '115618.012000', '115618.014000', '115618.017000', '115618.019000', '115618.022000', '115618.024000', '115618.027000', '115618.030000', '115618.032000', '115618.035000', '115618.037000', '115618.040000', '115618.042000', '115618.045000', '115618.048000', '115618.050000', '115618.053000', '115618.055000', '115618.058000', '115618.060000', '115618.063000', '115618.065000', '115618.068000', '115618.071000', '115618.073000', '115618.076000', '115618.078000', '115618.081000', '115618.084000', '115618.086000', '115618.089000', '115618.091000', '115618.094000', '115618.096000', '115618.099000', '115618.102000', '115618.104000', '115618.107000', '115618.109000', '115618.112000', '115638.003000', '115638.006000', '115638.009000', '115638.011000', '115638.014000', '115638.017000', '115638.019000', '115638.022000', '115638.024000', '115638.027000', '115638.029000', '115638.032000', '115638.035000', '115638.037000', '115638.040000', '115638.042000', '115638.045000', '115638.047000', '115638.050000', '115638.053000', '115638.055000', '115638.058000', '115638.060000', '115638.063000', '115638.065000', '115638.068000', '115638.071000', '115638.073000', '115638.076000', '115638.078000', '115638.081000', '115638.084000', '115638.086000', '115638.089000', '115638.091000', '115638.094000', '115638.097000', '115638.099000', '115638.102000', '115638.104000', '115638.107000', '115638.110000', '115638.112000', '115638.115000', '115658.004000', '115658.007000', '115658.010000', '115658.012000', '115658.015000', '115658.018000', '115658.020000', '115658.023000', '115658.025000', '115658.028000', '115658.031000', '115658.044000', '115658.047000', '115658.049000', '115658.052000', '115658.054000', '115658.057000', '115658.059000', '115658.062000', '115658.065000', '115658.067000', '115658.070000', '115658.072000', '115658.075000', '115658.078000', '115658.080000', '115658.083000', '115658.085000', '115658.088000', '115658.091000', '115658.093000', '115658.096000', '115658.098000', '115658.101000', '115658.103000', '115658.106000', '115658.109000', '115658.111000', '115658.114000', '115658.117000', '115658.120000', '115658.123000', '115658.126000', '115718.004000', '115718.007000', '115718.010000', '115718.012000', '115718.015000', '115718.018000', '115718.020000', '115718.023000', '115718.025000', '115718.028000', '115718.031000', '115718.033000', '115718.036000', '115718.038000', '115718.041000', '115718.044000', '115718.046000', '115718.049000', '115718.051000', '115718.054000', '115718.056000', '115718.059000', '115718.062000', '115718.064000', '115718.067000', '115718.069000', '115718.072000', '115718.075000', '115718.077000', '115718.080000', '115718.082000', '115718.085000', '115718.088000', '115718.090000', '115718.093000', '115718.096000', '115718.098000', '115718.101000', '115718.103000', '115718.106000', '115718.108000', '115718.111000', '115718.114000', '115718.116000', '115738.005000', '115738.007000', '115738.010000', '115738.012000', '115738.015000', '115738.018000', '115738.020000', '115738.023000', '115738.025000', '115738.028000', '115738.031000', '115738.033000', '115738.036000', '115738.038000', '115738.041000', '115738.044000', '115738.046000', '115738.049000', '115738.051000', '115738.054000', '115738.056000', '115738.059000', '115738.061000', '115738.064000', '115738.067000', '115738.069000', '115738.072000', '115738.074000', '115738.077000', '115738.079000', '115738.082000', '115738.085000', '115738.087000', '115738.090000', '115738.092000', '115738.095000', '115738.097000', '115738.100000', '115738.103000', '115738.105000', '115738.108000', '115738.110000', '115738.113000', '115758.005000', '115758.007000', '115758.010000', '115758.013000', '115758.015000', '115758.018000', '115758.020000', '115758.023000', '115758.025000', '115758.028000', '115758.031000', '115758.034000', '115758.036000', '115758.039000', '115758.042000', '115758.045000', '115758.048000', '115758.051000', '115758.053000', '115758.056000', '115758.059000', '115758.061000', '115758.064000', '115758.066000', '115758.069000', '115758.072000', '115758.074000', '115758.077000', '115758.079000', '115758.082000', '115758.084000', '115758.087000', '115758.090000', '115758.092000', '115758.095000', '115758.097000', '115758.100000', '115758.103000', '115758.105000', '115758.108000', '115758.110000', '115758.113000', '115758.115000', '115818.004000', '115818.007000', '115818.010000', '115818.012000', '115818.015000', '115818.017000', '115818.020000', '115818.023000', '115818.025000', '115818.028000', '115818.030000', '115818.033000', '115818.036000', '115818.038000', '115818.041000', '115818.043000', '115818.046000', '115818.048000', '115818.051000', '115818.053000', '115818.056000', '115818.059000', '115818.061000', '115818.064000', '115818.067000', '115818.069000', '115818.072000', '115818.074000', '115818.077000', '115818.079000', '115818.082000', '115818.084000', '115818.087000', '115818.090000', '115818.092000', '115818.095000', '115818.097000', '115818.110000', '115818.113000', '115818.115000', '115818.118000', '115818.120000', '115818.123000', '115818.125000', '115838.004000', '115838.006000', '115838.009000', '115838.011000', '115838.014000', '115838.017000', '115838.019000', '115838.022000', '115838.024000', '115838.027000', '115838.030000', '115838.032000', '115838.035000', '115838.037000', '115838.040000', '115838.043000', '115838.045000', '115838.048000', '115838.051000', '115838.053000', '115838.056000', '115838.058000', '115838.061000', '115838.064000', '115838.066000', '115838.069000', '115838.071000', '115838.074000', '115838.077000', '115838.079000', '115838.082000', '115838.084000', '115838.087000', '115838.090000', '115838.092000', '115838.095000', '115838.097000', '115838.100000', '115838.102000', '115838.105000', '115838.108000', '115838.110000', '115838.113000', '115838.115000', '115858.004000', '115858.006000', '115858.009000', '115858.011000', '115858.014000', '115858.017000', '115858.019000', '115858.022000', '115858.024000', '115858.027000', '115858.030000', '115858.032000', '115858.035000', '115858.038000', '115858.040000', '115858.043000', '115858.045000', '115858.048000', '115858.050000', '115858.053000', '115858.056000', '115858.058000', '115858.061000', '115858.063000', '115858.066000', '115858.069000', '115858.071000', '115858.074000', '115858.076000', '115858.079000', '115858.082000', '115858.084000', '115858.087000', '115858.089000', '115858.092000', '115858.094000', '115858.097000', '115858.100000', '115858.102000', '115858.105000', '115858.107000', '115858.110000', '115858.112000', '115918.004000', '115918.007000', '115918.010000', '115918.012000', '115918.015000', '115918.018000', '115918.020000', '115918.023000', '115918.025000', '115918.028000', '115918.030000', '115918.033000', '115918.035000', '115918.038000', '115918.041000', '115918.043000', '115918.046000', '115918.048000', '115918.051000', '115918.054000', '115918.056000', '115918.059000', '115918.061000', '115918.064000', '115918.066000', '115918.069000', '115918.072000', '115918.074000', '115918.077000', '115918.079000', '115918.082000', '115918.084000', '115918.087000', '115918.089000', '115918.092000', '115918.095000', '115918.097000', '115918.100000', '115918.103000', '115918.105000', '115918.108000', '115918.111000', '115918.113000', '115918.116000', '115938.005000', '115938.008000', '115938.010000', '115938.013000', '115938.015000', '115938.018000', '115938.021000', '115938.023000', '115938.026000', '115938.028000', '115938.031000', '115938.033000', '115938.036000', '115938.039000', '115938.041000', '115938.044000', '115938.046000', '115938.049000', '115938.051000', '115938.054000', '115938.057000', '115938.059000', '115938.062000', '115938.064000', '115938.067000', '115938.069000', '115938.072000', '115938.075000', '115938.077000', '115938.080000', '115938.082000', '115938.085000', '115938.088000', '115938.090000', '115938.093000', '115938.095000', '115938.098000', '115938.100000', '115938.103000', '115938.105000', '115938.108000', '115938.111000', '115938.113000', '115958.004000', '115958.007000', '115958.011000', '115958.014000', '115958.017000', '115958.019000', '115958.022000', '115958.025000', '115958.028000', '115958.031000', '115958.033000', '115958.036000', '115958.038000', '115958.041000', '115958.043000', '115958.046000', '115958.049000', '115958.051000', '115958.054000', '115958.057000', '115958.059000', '115958.062000', '115958.064000', '115958.067000', '115958.070000', '115958.072000', '115958.075000', '115958.077000', '115958.080000', '115958.083000', '115958.085000', '115958.088000', '115958.091000', '115958.093000', '115958.096000', '115958.098000', '115958.101000', '115958.104000', '115958.106000', '115958.109000', '115958.111000', '115958.114000', '115958.117000', '115958.119000', '120018.005000', '120018.007000', '120018.010000', '120018.013000', '120018.015000', '120018.018000', '120018.020000', '120018.023000', '120018.025000', '120018.028000', '120018.031000', '120018.033000', '120018.036000', '120018.038000', '120018.041000', '120018.044000', '120018.046000', '120018.049000', '120018.051000', '120018.054000', '120018.056000', '120018.059000', '120018.062000', '120018.064000', '120018.067000', '120018.069000', '120018.072000', '120018.074000', '120018.077000', '120018.080000', '120018.082000', '120018.085000', '120018.087000', '120018.090000', '120018.092000', '120018.095000', '120018.097000', '120018.100000', '120018.103000', '120018.105000', '120018.108000', '120018.110000', '120018.113000', '120028.362000', '120028.366000', '120028.381000', '120028.384000', '120028.387000', '120028.389000', '120028.392000', '120028.395000', '120028.398000', '120028.401000', '120028.403000', '120028.406000', '120028.409000', '120028.412000', '120028.415000', '120028.417000', '120028.420000', '120028.423000', '120028.425000', '120028.428000', '120028.431000', '120028.433000', '120028.436000'], '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': [9059, 10295, 9597, 8024, 12547, 8697, 13051, 9034, 6623, 9106, 7331, 8978, 9717, 9117, 11821, 10338, 11020, 8737, 9653, 8787, 8670, 9457, 8099, 9943, 9242, 10142, 8796, 10680, 8968, 8284, 9192, 8217, 10013, 8574, 9920, 9533, 10259, 10099, 12348, 9221, 10490, 8917, 10268, 9030, 9934, 8782, 9104, 8982, 9502, 8985, 7393, 9558, 8866, 10002, 8785, 10232, 9047, 10613, 8906, 11890, 9800, 10272, 10753, 9881, 15535, 9303, 8408, 9232, 11475, 9240, 10673, 9077, 10334, 8860, 10204, 9766, 10063, 9570, 14209, 10902, 15757, 11371, 13084, 9677, 9825, 9845, 9809, 9953, 8513, 10179, 8973, 9636, 9156, 8715, 10186, 9716, 10816, 9586, 9965, 9964, 10019, 8241, 9757, 8056, 9656, 9563, 10594, 9302, 10872, 9031, 11408, 9125, 9457, 8945, 7270, 9108, 7225, 10278, 8535, 11492, 8637, 11128, 9202, 10450, 9212, 10330, 9113, 10795, 9134, 10851, 8833, 6549, 9250, 7909, 10274, 8906, 10902, 9345, 9886, 8796, 8015, 10909, 10204, 12183, 9130, 11119, 9978, 11062, 10343, 11879, 10080, 13298, 9296, 10350, 9095, 10065, 8978, 10304, 9179, 10053, 9336, 9225, 8716, 7667, 9668, 8971, 9066, 9094, 9093, 9207, 10813, 9338, 10552, 8999, 10222, 8968, 10191, 8816, 10094, 8993, 12423, 8582, 11119, 9021, 10341, 9067, 9777, 8863, 6584, 8076, 7353, 8918, 7599, 10401, 7147, 9224, 8330, 9986, 8952, 9901, 9795, 10573, 9772, 8798, 8683, 6604, 10165, 8660, 11075, 10658, 10907, 9722, 9109, 8708, 7435, 10638, 9516, 10694, 9320, 6703, 9378, 8708, 10659, 8664, 10877, 9697, 10950, 10099, 12537, 9800, 10308, 10284, 9706, 10086, 13157, 11296, 8665, 10172, 10314, 10692, 10145, 10889, 10098, 9812, 9143, 9072, 11177, 9693, 11161, 8324, 8595, 9960, 10264, 7742, 8779, 8927, 11673, 9831, 11394, 10087, 12604, 10092, 14068, 10081, 15123, 10255, 10371, 10378, 9115, 8637, 8687, 10929, 9388, 8237, 8347, 8930, 9544, 9722, 6944, 10011, 6950, 9950, 9299, 10311, 10109, 11872, 9931, 13264, 9679, 14180, 9563, 13976, 10510, 14857, 9952, 12628, 9789, 7345, 9231, 9549, 9991, 9145, 10714, 7680, 10106, 8409, 10680, 9473, 10446, 9744, 6835, 8719, 7391, 10925, 9488, 10749, 9863, 10237, 10037, 10512, 9658, 11876, 9833, 9296, 9917, 9770, 8717, 9876, 10622, 10041, 10656, 10248, 11707, 10043, 11755, 10012, 8236, 12076, 9451, 10733, 7399, 7260, 9875, 10179, 10917, 9741, 10736, 9917, 10625, 9753, 13047, 9934, 15873, 12355, 14232, 10172, 11239, 10241, 7454, 8449, 8611, 10898, 9741, 9764, 9749, 10354, 9801, 12019, 9958, 11201, 9701, 10206, 9195, 9922, 9851, 6660, 8560, 8735, 9776, 9435, 11170, 9788, 10723, 9505, 10244, 9718, 7054, 8631, 7818, 10359, 9278, 10860, 9666, 12589, 10122, 15430, 10340, 8791, 11217, 9948, 10035, 10170, 10109, 10157, 12439, 10039, 11230, 9987, 11404, 10071, 11520, 10470, 10319, 10424, 10073, 9920, 9939, 9889, 10933, 10071, 7031, 9484, 10188, 11684, 10234, 12479, 9129, 9611, 9593, 9474, 10144, 9524, 10123, 9880, 9569, 10353, 9546, 10950, 10006, 9739, 9509, 6993, 8362, 6630, 9993, 9427, 9586, 10227, 10086, 9772, 9408, 9913, 10305, 9825, 9913, 9796, 11758, 10036, 11235, 9917, 9575, 9837, 9488, 9717, 8658, 9256, 6567, 7943, 6790, 10715, 8412, 6802, 8288, 6897, 10342, 8358, 10936, 7296, 10000, 6954, 9395, 9512, 8936, 10810, 11285, 7703, 11993, 9069, 11115, 7879, 11254, 9004, 9740, 9344, 9111, 7590, 12123, 8178, 10676, 7697, 9882, 8881, 10406, 9088, 11583, 9541, 9229, 9594, 10165, 9404, 10798, 9590, 9123, 9580, 6368, 8780, 6969, 10339, 8647, 9286, 7483, 7855, 12085, 8809, 6911, 9234, 9158, 10169, 8031, 9545, 9011, 9739, 12268, 9559, 12977, 10025, 14244, 11793, 15119, 12748, 14746, 13412, 14363, 10022, 11842, 9765, 10250, 9767, 9581, 9780, 9538, 9648, 10125, 10049, 10670, 9970, 10751, 9401, 10236, 10127, 8995, 9796, 9566, 8303, 7726, 8017, 9908, 10127, 10996, 9357, 10432, 10733, 10044, 9194, 9081, 8393, 8859, 10593, 9596, 12054, 10131, 12593, 10456, 13227, 10703, 10330, 13398, 10125, 13215, 9482, 6591, 8616, 9835, 8655, 10132, 6196, 9282, 7381, 9988, 8899, 9808, 9331, 10109, 9257, 10633, 9822, 10608, 10336, 9572, 9201, 10377, 9489, 9629, 9402, 10362, 9751, 6318, 7319, 6859, 9777, 8679, 10459, 10109, 6623, 7682, 7366, 9684, 8861, 10299, 8979, 10974, 9513, 7819, 9078, 9676, 11191, 9902, 10628, 10027, 11452, 9857, 12540, 9971, 14015, 9883, 13609, 9875, 11876, 9475, 10830, 9725, 10849, 7983, 8470, 8528, 9960, 6290, 8650, 7157, 9751, 7782, 9246, 8965, 10482, 9555, 11501, 10200, 9770, 9845, 10334, 9315, 8197, 9915, 10010, 12077, 10184, 9850, 10125, 11437, 9541, 11961, 9418, 10699, 9359, 8878, 9413, 7424, 10217, 6719, 9011, 8498, 11049, 9691, 6366, 8699, 9211, 9801, 10169, 10291, 10042, 9661, 8906, 9966, 9291, 10681, 9924, 9492, 9705, 9857, 9629, 10728, 9237, 12762, 9524, 7988, 8998, 9307, 10024, 9829, 11788, 9803, 10035, 8973, 8719, 9333, 9121, 13155, 10441, 8023, 8173, 9900, 9354, 9725, 10672, 9775, 10009, 9235, 10566, 9337, 10771, 9067, 9728, 9800, 10081, 11069, 9259, 11138, 9584, 11213, 9568, 11276, 9322, 10212, 9419, 8895, 9198, 9241, 9530, 9555, 10979, 8430, 8642, 9582, 9654, 9386, 9719, 9025, 9451, 10156, 8992, 9506, 9479, 8321, 8829, 7649, 9215, 9542, 10899, 9489, 11848, 9039, 8604, 9230, 9929, 9375, 9289, 7865, 9534, 9440, 9182, 9914, 9443, 9633, 10458, 9964, 10700, 9444, 9937, 8357, 8933, 9099, 10285, 10922, 8939, 7506, 9515, 8636, 11707, 7976, 8880, 10466, 7923, 8375, 10245, 9233, 10582, 9155, 10698, 8966, 9971, 8198, 9273, 8684, 12060, 10357, 14322, 9522, 11854, 9741, 11673, 9374, 9266, 11576, 9264, 12201, 9391, 9725, 9630, 9826, 9434, 9793, 9607, 9864, 9899, 8160, 9763, 9386, 9535, 9063, 7872, 7576, 7778, 9609, 7118, 7649, 9276, 9837, 10278, 9313, 9750, 8991, 9528, 8520, 9930, 8671, 11653, 9576, 12239, 9293, 11288, 9247, 12569], 'WindowCenter': [4058.0, 4041.0, 4028.0, 4003.0, 4033.0, 4000.0, 4039.0, 4006.0, 3985.0, 4007.0, 3986.0, 4007.0, 4004.0, 4008.0, 4019.0, 4008.0, 4007.0, 3986.0, 3997.0, 4008.0, 3994.0, 3996.0, 3986.0, 3996.0, 3997.0, 4006.0, 3998.0, 4008.0, 3998.0, 3998.0, 4006.0, 3988.0, 4007.0, 3986.0, 3997.0, 4004.0, 3996.0, 4007.0, 4018.0, 3985.0, 3995.0, 3995.0, 3995.0, 3997.0, 3996.0, 3986.0, 3992.0, 3993.0, 3994.0, 3997.0, 3975.0, 3996.0, 3995.0, 4008.0, 3998.0, 4008.0, 3999.0, 4009.0, 3999.0, 4019.0, 3998.0, 4021.0, 4021.0, 4032.0, 4047.0, 4006.0, 3988.0, 4011.0, 4019.0, 3998.0, 4006.0, 3998.0, 4005.0, 4006.0, 3996.0, 3998.0, 4001.0, 3991.0, 4011.0, 3988.0, 4001.0, 3979.0, 3988.0, 3974.0, 3976.0, 3968.0, 3968.0, 3976.0, 3958.0, 3979.0, 3969.0, 3969.0, 3976.0, 3971.0, 3991.0, 3983.0, 4001.0, 3983.0, 3991.0, 3983.0, 3997.0, 3985.0, 3982.0, 3980.0, 3981.0, 3982.0, 3992.0, 3983.0, 4011.0, 3986.0, 4004.0, 3996.0, 3995.0, 3996.0, 3975.0, 3997.0, 3988.0, 4008.0, 3986.0, 4016.0, 3996.0, 4017.0, 3998.0, 4006.0, 3998.0, 4007.0, 3999.0, 4015.0, 4007.0, 4006.0, 4006.0, 3965.0, 4009.0, 3987.0, 4016.0, 4005.0, 4008.0, 4008.0, 4009.0, 3998.0, 3996.0, 4018.0, 4008.0, 4017.0, 3984.0, 3992.0, 3981.0, 3992.0, 3992.0, 4002.0, 3993.0, 4003.0, 3983.0, 3992.0, 3989.0, 3980.0, 3982.0, 4001.0, 3984.0, 3991.0, 3985.0, 3983.0, 3983.0, 3974.0, 3995.0, 3998.0, 4006.0, 3998.0, 3997.0, 3998.0, 4019.0, 4010.0, 4020.0, 4000.0, 4008.0, 3997.0, 4006.0, 4005.0, 3993.0, 3985.0, 4015.0, 3995.0, 3994.0, 4009.0, 4015.0, 3985.0, 4004.0, 3986.0, 3972.0, 3987.0, 3977.0, 3996.0, 4000.0, 4009.0, 3998.0, 4033.0, 4024.0, 4017.0, 3996.0, 3994.0, 3994.0, 3993.0, 4018.0, 3985.0, 3985.0, 3965.0, 3997.0, 4000.0, 4028.0, 4009.0, 4016.0, 4006.0, 4006.0, 4009.0, 3978.0, 4016.0, 4010.0, 4009.0, 3999.0, 3986.0, 4017.0, 3999.0, 4022.0, 4008.0, 4021.0, 4010.0, 4009.0, 4012.0, 4019.0, 4018.0, 4006.0, 4016.0, 3998.0, 4022.0, 4030.0, 4007.0, 3973.0, 3994.0, 3994.0, 3993.0, 3995.0, 3993.0, 3994.0, 3994.0, 3985.0, 3984.0, 4015.0, 3997.0, 4006.0, 3995.0, 3999.0, 3998.0, 4009.0, 3985.0, 3987.0, 4007.0, 4020.0, 4002.0, 4018.0, 4007.0, 4007.0, 3998.0, 4017.0, 4005.0, 4024.0, 4002.0, 3991.0, 4002.0, 3985.0, 3975.0, 3982.0, 4005.0, 4006.0, 3987.0, 3986.0, 3999.0, 4017.0, 4020.0, 3981.0, 4013.0, 3983.0, 4013.0, 4013.0, 4012.0, 4019.0, 4028.0, 3999.0, 4019.0, 3985.0, 4013.0, 3971.0, 4004.0, 3990.0, 4014.0, 3990.0, 4001.0, 3982.0, 3971.0, 3991.0, 3983.0, 3990.0, 3991.0, 3994.0, 3975.0, 4004.0, 3975.0, 4005.0, 4004.0, 4003.0, 3994.0, 3974.0, 3991.0, 3978.0, 4009.0, 4008.0, 4020.0, 4018.0, 4011.0, 4033.0, 4021.0, 4005.0, 4030.0, 4000.0, 4008.0, 3995.0, 3997.0, 3987.0, 4000.0, 4009.0, 4007.0, 4001.0, 4007.0, 4008.0, 4006.0, 4028.0, 3999.0, 3984.0, 4006.0, 3985.0, 4004.0, 3965.0, 3977.0, 4009.0, 4019.0, 4008.0, 4021.0, 4010.0, 4008.0, 3998.0, 3999.0, 4020.0, 4006.0, 4034.0, 4016.0, 4024.0, 3993.0, 4002.0, 3983.0, 3965.0, 3982.0, 3994.0, 3995.0, 3986.0, 4003.0, 3999.0, 3995.0, 4004.0, 4006.0, 4002.0, 3996.0, 3996.0, 3998.0, 4002.0, 4003.0, 3997.0, 3967.0, 3993.0, 3996.0, 3997.0, 4008.0, 4022.0, 4011.0, 4029.0, 4022.0, 4020.0, 4009.0, 3987.0, 3987.0, 3987.0, 4017.0, 3999.0, 4013.0, 4008.0, 4021.0, 4008.0, 4041.0, 3999.0, 3988.0, 4017.0, 3999.0, 3998.0, 3999.0, 4005.0, 3999.0, 4016.0, 4007.0, 4005.0, 3994.0, 3995.0, 3984.0, 3993.0, 3982.0, 3978.0, 3990.0, 3977.0, 3980.0, 3983.0, 3993.0, 4004.0, 4003.0, 3967.0, 3999.0, 4020.0, 4029.0, 4001.0, 4012.0, 4023.0, 4001.0, 4001.0, 3997.0, 3998.0, 3994.0, 4006.0, 3994.0, 3993.0, 3995.0, 4004.0, 3997.0, 3999.0, 4005.0, 4007.0, 3987.0, 3989.0, 3979.0, 4037.0, 4004.0, 4032.0, 3996.0, 4023.0, 4032.0, 4020.0, 4010.0, 4009.0, 4014.0, 4009.0, 3999.0, 4024.0, 3996.0, 4014.0, 3995.0, 3983.0, 3983.0, 3989.0, 3982.0, 3980.0, 3992.0, 3964.0, 3985.0, 3977.0, 4019.0, 4010.0, 3980.0, 4022.0, 4006.0, 4045.0, 4027.0, 4035.0, 4013.0, 4034.0, 3993.0, 4022.0, 4030.0, 4024.0, 4032.0, 4034.0, 3998.0, 4027.0, 3999.0, 4020.0, 3996.0, 4009.0, 3987.0, 3997.0, 3996.0, 3997.0, 3986.0, 4018.0, 3985.0, 3995.0, 3973.0, 3993.0, 3992.0, 4004.0, 3997.0, 4025.0, 4010.0, 4006.0, 4019.0, 4021.0, 4012.0, 4021.0, 4020.0, 4018.0, 4009.0, 3967.0, 3999.0, 4011.0, 4036.0, 4027.0, 4037.0, 4010.0, 4021.0, 4046.0, 4025.0, 4004.0, 4024.0, 4034.0, 4036.0, 4003.0, 4032.0, 4009.0, 4020.0, 4040.0, 4017.0, 4038.0, 4009.0, 4036.0, 4007.0, 4026.0, 4012.0, 4011.0, 4001.0, 4007.0, 3975.0, 3976.0, 3965.0, 3973.0, 3965.0, 3960.0, 3974.0, 3972.0, 3976.0, 3984.0, 3979.0, 3979.0, 3986.0, 3988.0, 3982.0, 4001.0, 3988.0, 3981.0, 3992.0, 3995.0, 3992.0, 3995.0, 3986.0, 4018.0, 4042.0, 4033.0, 4032.0, 4028.0, 4034.0, 4030.0, 4024.0, 4013.0, 4020.0, 4013.0, 4029.0, 4018.0, 4026.0, 4016.0, 4019.0, 4008.0, 4027.0, 4016.0, 3996.0, 4024.0, 4003.0, 4021.0, 3983.0, 3960.0, 3982.0, 3995.0, 3985.0, 4016.0, 3975.0, 4010.0, 3999.0, 4029.0, 4020.0, 4018.0, 4020.0, 4024.0, 4025.0, 4032.0, 4010.0, 4028.0, 4024.0, 4025.0, 4033.0, 4031.0, 3996.0, 3993.0, 4015.0, 4001.0, 4002.0, 3971.0, 3984.0, 3986.0, 4017.0, 4010.0, 4028.0, 4032.0, 3998.0, 4001.0, 3991.0, 4009.0, 4010.0, 4021.0, 4019.0, 4032.0, 4013.0, 4011.0, 4012.0, 4022.0, 4032.0, 4022.0, 4030.0, 4010.0, 4020.0, 4010.0, 4019.0, 4006.0, 4028.0, 3995.0, 4023.0, 4003.0, 4011.0, 4003.0, 4014.0, 4003.0, 4014.0, 3993.0, 3994.0, 3997.0, 4026.0, 3988.0, 4010.0, 3997.0, 4020.0, 3989.0, 4018.0, 3999.0, 4009.0, 3998.0, 4019.0, 4009.0, 3997.0, 4007.0, 4013.0, 3996.0, 3995.0, 4018.0, 4007.0, 4027.0, 4015.0, 4005.0, 4013.0, 4012.0, 3994.0, 4005.0, 4003.0, 4003.0, 3993.0, 3982.0, 3991.0, 3962.0, 3994.0, 3963.0, 3996.0, 4004.0, 4027.0, 4018.0, 3977.0, 3998.0, 4019.0, 4021.0, 4021.0, 4021.0, 4010.0, 4018.0, 4010.0, 4011.0, 4011.0, 4018.0, 4016.0, 4005.0, 4013.0, 4004.0, 4009.0, 4007.0, 4007.0, 4036.0, 4004.0, 3983.0, 3994.0, 4017.0, 4010.0, 4009.0, 4018.0, 4009.0, 4015.0, 3997.0, 4005.0, 3998.0, 4018.0, 4038.0, 4028.0, 4008.0, 3999.0, 4027.0, 4008.0, 4009.0, 4017.0, 4009.0, 4016.0, 4008.0, 4017.0, 3998.0, 4014.0, 3993.0, 3990.0, 3990.0, 3998.0, 3991.0, 3988.0, 3991.0, 3987.0, 3997.0, 3989.0, 3997.0, 3976.0, 3988.0, 3976.0, 3976.0, 3977.0, 3991.0, 3989.0, 3995.0, 4013.0, 3993.0, 3985.0, 3996.0, 4006.0, 4005.0, 4008.0, 4005.0, 4017.0, 4015.0, 3999.0, 4010.0, 4017.0, 3994.0, 4006.0, 3994.0, 4004.0, 4008.0, 4008.0, 4007.0, 4018.0, 3997.0, 3997.0, 3997.0, 4018.0, 4009.0, 4009.0, 3998.0, 4019.0, 4006.0, 4007.0, 4018.0, 4006.0, 4005.0, 4005.0, 3995.0, 4013.0, 3994.0, 4004.0, 3992.0, 3984.0, 3984.0, 4017.0, 4027.0, 4009.0, 3997.0, 4019.0, 4005.0, 4029.0, 3997.0, 4017.0, 4029.0, 4008.0, 4006.0, 4022.0, 4010.0, 4032.0, 4021.0, 4039.0, 4020.0, 4018.0, 3979.0, 3983.0, 3990.0, 4010.0, 3993.0, 4022.0, 3990.0, 4000.0, 3987.0, 3997.0, 3976.0, 3989.0, 3999.0, 3974.0, 3996.0, 3973.0, 3972.0, 3973.0, 3974.0, 3964.0, 3972.0, 3972.0, 3973.0, 3975.0, 3956.0, 3984.0, 3986.0, 3979.0, 3996.0, 3994.0, 3993.0, 3997.0, 4008.0, 3990.0, 4002.0, 4022.0, 4043.0, 4032.0, 4033.0, 4011.0, 4015.0, 4020.0, 4020.0, 4024.0, 4024.0, 4041.0, 4020.0, 4038.0, 4016.0, 4014.0, 4007.0, 4025.0], 'WindowWidth': [9059.0, 9020.0, 8993.0, 8950.0, 8990.0, 8940.0, 8997.0, 8949.0, 8920.0, 8951.0, 8921.0, 8949.0, 8943.0, 8951.0, 8962.0, 8945.0, 8944.0, 8913.0, 8929.0, 8951.0, 8928.0, 8925.0, 8912.0, 8926.0, 8926.0, 8939.0, 8932.0, 8947.0, 8933.0, 8931.0, 8946.0, 8918.0, 8942.0, 8914.0, 8928.0, 8941.0, 8926.0, 8941.0, 8960.0, 8910.0, 8924.0, 8929.0, 8924.0, 8928.0, 8927.0, 8913.0, 8921.0, 8925.0, 8921.0, 8927.0, 8898.0, 8927.0, 8925.0, 8944.0, 8932.0, 8945.0, 8935.0, 8948.0, 8935.0, 8961.0, 8931.0, 8969.0, 8968.0, 8991.0, 9007.0, 8946.0, 8919.0, 8956.0, 8962.0, 8933.0, 8940.0, 8928.0, 8943.0, 8944.0, 8928.0, 8930.0, 8933.0, 8918.0, 8947.0, 8908.0, 8924.0, 8889.0, 8898.0, 8884.0, 8889.0, 8873.0, 8873.0, 8888.0, 8858.0, 8889.0, 8875.0, 8876.0, 8890.0, 8884.0, 8912.0, 8903.0, 8931.0, 8903.0, 8917.0, 8902.0, 8931.0, 8908.0, 8899.0, 8900.0, 8896.0, 8901.0, 8913.0, 8903.0, 8947.0, 8913.0, 8936.0, 8926.0, 8924.0, 8925.0, 8895.0, 8929.0, 8920.0, 8945.0, 8913.0, 8960.0, 8933.0, 8962.0, 8932.0, 8941.0, 8933.0, 8945.0, 8935.0, 8957.0, 8950.0, 8940.0, 8946.0, 8884.0, 8948.0, 8917.0, 8959.0, 8946.0, 8946.0, 8947.0, 8948.0, 8934.0, 8935.0, 8968.0, 8946.0, 8956.0, 8905.0, 8915.0, 8897.0, 8914.0, 8913.0, 8929.0, 8916.0, 8930.0, 8902.0, 8915.0, 8914.0, 8896.0, 8899.0, 8931.0, 8905.0, 8919.0, 8909.0, 8905.0, 8905.0, 8895.0, 8925.0, 8932.0, 8948.0, 8934.0, 8930.0, 8931.0, 8961.0, 8952.0, 8966.0, 8938.0, 8945.0, 8930.0, 8940.0, 8943.0, 8920.0, 8909.0, 8957.0, 8927.0, 8921.0, 8954.0, 8959.0, 8911.0, 8941.0, 8910.0, 8895.0, 8916.0, 8904.0, 8929.0, 8943.0, 8949.0, 8941.0, 9001.0, 8987.0, 8965.0, 8926.0, 8921.0, 8916.0, 8915.0, 8965.0, 8909.0, 8907.0, 8880.0, 8926.0, 8937.0, 8979.0, 8946.0, 8959.0, 8943.0, 8944.0, 8953.0, 8905.0, 8961.0, 8947.0, 8947.0, 8933.0, 8922.0, 8964.0, 8935.0, 8969.0, 8952.0, 8966.0, 8950.0, 8949.0, 8957.0, 8963.0, 8965.0, 8944.0, 8958.0, 8931.0, 8973.0, 8977.0, 8941.0, 8888.0, 8918.0, 8917.0, 8916.0, 8918.0, 8914.0, 8917.0, 8918.0, 8907.0, 8905.0, 8955.0, 8925.0, 8938.0, 8928.0, 8933.0, 8929.0, 8945.0, 8915.0, 8912.0, 8948.0, 8963.0, 8937.0, 8964.0, 8946.0, 8940.0, 8928.0, 8955.0, 8939.0, 8965.0, 8930.0, 8914.0, 8930.0, 8908.0, 8892.0, 8906.0, 8941.0, 8943.0, 8913.0, 8911.0, 8932.0, 8960.0, 8971.0, 8913.0, 8956.0, 8917.0, 8956.0, 8955.0, 8957.0, 8967.0, 8980.0, 8930.0, 8959.0, 8905.0, 8950.0, 8881.0, 8929.0, 8912.0, 8943.0, 8912.0, 8929.0, 8897.0, 8887.0, 8914.0, 8899.0, 8912.0, 8914.0, 8914.0, 8892.0, 8938.0, 8893.0, 8940.0, 8936.0, 8934.0, 8918.0, 8896.0, 8918.0, 8903.0, 8946.0, 8950.0, 8967.0, 8963.0, 8953.0, 8991.0, 8972.0, 8946.0, 8981.0, 8934.0, 8948.0, 8921.0, 8926.0, 8912.0, 8933.0, 8944.0, 8946.0, 8934.0, 8945.0, 8940.0, 8944.0, 8977.0, 8928.0, 8910.0, 8936.0, 8904.0, 8937.0, 8880.0, 8900.0, 8945.0, 8965.0, 8945.0, 8969.0, 8947.0, 8950.0, 8931.0, 8930.0, 8962.0, 8944.0, 8979.0, 8955.0, 8961.0, 8917.0, 8928.0, 8897.0, 8878.0, 8906.0, 8922.0, 8920.0, 8908.0, 8935.0, 8928.0, 8918.0, 8938.0, 8934.0, 8933.0, 8921.0, 8929.0, 8931.0, 8938.0, 8937.0, 8925.0, 8884.0, 8921.0, 8930.0, 8925.0, 8948.0, 8967.0, 8954.0, 8981.0, 8972.0, 8968.0, 8950.0, 8920.0, 8914.0, 8917.0, 8959.0, 8932.0, 8954.0, 8951.0, 8964.0, 8949.0, 8993.0, 8930.0, 8914.0, 8960.0, 8930.0, 8928.0, 8931.0, 8942.0, 8930.0, 8957.0, 8944.0, 8939.0, 8921.0, 8919.0, 8900.0, 8911.0, 8895.0, 8890.0, 8908.0, 8888.0, 8896.0, 8898.0, 8920.0, 8936.0, 8934.0, 8883.0, 8931.0, 8968.0, 8977.0, 8932.0, 8947.0, 8977.0, 8937.0, 8935.0, 8925.0, 8928.0, 8923.0, 8942.0, 8917.0, 8921.0, 8920.0, 8938.0, 8924.0, 8930.0, 8940.0, 8948.0, 8920.0, 8920.0, 8906.0, 8998.0, 8943.0, 8993.0, 8922.0, 8975.0, 8990.0, 8971.0, 8951.0, 8947.0, 8956.0, 8947.0, 8934.0, 8968.0, 8925.0, 8953.0, 8921.0, 8904.0, 8901.0, 8912.0, 8899.0, 8902.0, 8921.0, 8881.0, 8910.0, 8903.0, 8962.0, 8960.0, 8916.0, 8978.0, 8958.0, 9014.0, 8988.0, 8995.0, 8968.0, 8997.0, 8933.0, 8978.0, 8988.0, 8985.0, 8993.0, 8990.0, 8941.0, 8979.0, 8934.0, 8964.0, 8932.0, 8948.0, 8914.0, 8930.0, 8926.0, 8929.0, 8919.0, 8959.0, 8908.0, 8923.0, 8890.0, 8917.0, 8921.0, 8933.0, 8929.0, 8973.0, 8950.0, 8949.0, 8968.0, 8968.0, 8958.0, 8969.0, 8972.0, 8967.0, 8947.0, 8891.0, 8935.0, 8967.0, 8998.0, 8988.0, 9002.0, 8962.0, 8979.0, 9012.0, 8981.0, 8953.0, 8980.0, 9002.0, 8998.0, 8948.0, 8992.0, 8956.0, 8971.0, 8998.0, 8964.0, 8994.0, 8948.0, 8990.0, 8944.0, 8977.0, 8950.0, 8950.0, 8924.0, 8933.0, 8886.0, 8882.0, 8864.0, 8877.0, 8862.0, 8859.0, 8882.0, 8878.0, 8887.0, 8897.0, 8889.0, 8888.0, 8904.0, 8908.0, 8900.0, 8928.0, 8909.0, 8897.0, 8915.0, 8922.0, 8924.0, 8930.0, 8916.0, 8966.0, 9006.0, 8988.0, 8992.0, 8983.0, 8991.0, 8988.0, 8977.0, 8962.0, 8976.0, 8961.0, 8987.0, 8966.0, 8977.0, 8962.0, 8961.0, 8946.0, 8974.0, 8960.0, 8927.0, 8970.0, 8937.0, 8962.0, 8901.0, 8876.0, 8900.0, 8922.0, 8909.0, 8961.0, 8907.0, 8952.0, 8943.0, 8984.0, 8973.0, 8970.0, 8973.0, 8977.0, 8984.0, 8995.0, 8951.0, 8981.0, 8976.0, 8980.0, 8997.0, 8992.0, 8925.0, 8918.0, 8959.0, 8933.0, 8937.0, 8895.0, 8915.0, 8921.0, 8964.0, 8953.0, 8985.0, 8991.0, 8941.0, 8941.0, 8929.0, 8951.0, 8953.0, 8970.0, 8971.0, 8992.0, 8961.0, 8961.0, 8959.0, 8971.0, 8985.0, 8972.0, 8985.0, 8952.0, 8966.0, 8949.0, 8964.0, 8945.0, 8973.0, 8925.0, 8966.0, 8936.0, 8946.0, 8940.0, 8957.0, 8941.0, 8954.0, 8927.0, 8929.0, 8929.0, 8977.0, 8928.0, 8954.0, 8940.0, 8974.0, 8926.0, 8970.0, 8936.0, 8949.0, 8931.0, 8962.0, 8947.0, 8929.0, 8942.0, 8953.0, 8928.0, 8933.0, 8967.0, 8944.0, 8978.0, 8957.0, 8945.0, 8951.0, 8950.0, 8921.0, 8938.0, 8939.0, 8937.0, 8922.0, 8901.0, 8919.0, 8873.0, 8918.0, 8880.0, 8928.0, 8943.0, 8977.0, 8965.0, 8911.0, 8935.0, 8970.0, 8967.0, 8970.0, 8967.0, 8952.0, 8968.0, 8952.0, 8955.0, 8953.0, 8966.0, 8961.0, 8946.0, 8954.0, 8944.0, 8947.0, 8945.0, 8950.0, 8989.0, 8942.0, 8911.0, 8921.0, 8965.0, 8950.0, 8949.0, 8961.0, 8948.0, 8957.0, 8929.0, 8944.0, 8933.0, 8964.0, 8999.0, 8982.0, 8954.0, 8936.0, 8979.0, 8946.0, 8949.0, 8962.0, 8949.0, 8960.0, 8953.0, 8964.0, 8932.0, 8957.0, 8924.0, 8916.0, 8915.0, 8923.0, 8910.0, 8909.0, 8911.0, 8908.0, 8921.0, 8912.0, 8922.0, 8892.0, 8908.0, 8890.0, 8890.0, 8893.0, 8917.0, 8915.0, 8923.0, 8951.0, 8924.0, 8911.0, 8927.0, 8946.0, 8944.0, 8946.0, 8945.0, 8962.0, 8957.0, 8935.0, 8950.0, 8963.0, 8930.0, 8946.0, 8930.0, 8944.0, 8945.0, 8946.0, 8944.0, 8961.0, 8929.0, 8928.0, 8931.0, 8967.0, 8950.0, 8948.0, 8939.0, 8967.0, 8948.0, 8952.0, 8966.0, 8948.0, 8942.0, 8942.0, 8924.0, 8953.0, 8921.0, 8939.0, 8922.0, 8905.0, 8908.0, 8962.0, 8980.0, 8950.0, 8941.0, 8970.0, 8946.0, 8978.0, 8935.0, 8967.0, 8983.0, 8954.0, 8950.0, 8972.0, 8952.0, 8993.0, 8977.0, 9009.0, 8974.0, 8968.0, 8900.0, 8904.0, 8915.0, 8945.0, 8918.0, 8962.0, 8914.0, 8927.0, 8906.0, 8921.0, 8890.0, 8910.0, 8923.0, 8886.0, 8917.0, 8882.0, 8878.0, 8881.0, 8881.0, 8868.0, 8876.0, 8878.0, 8880.0, 8884.0, 8856.0, 8897.0, 8905.0, 8893.0, 8926.0, 8927.0, 8925.0, 8936.0, 8949.0, 8928.0, 8945.0, 8974.0, 9010.0, 8993.0, 8993.0, 8955.0, 8963.0, 8973.0, 8975.0, 8982.0, 8986.0, 9006.0, 8974.0, 8995.0, 8963.0, 8959.0, 8949.0, 8974.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.001189965477560414</td></tr>
<tr><td colspan=3>aqi</td><td>0.03580604821634062</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.58133290540323</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1949553626036868</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9803175484216595</td></tr>
<tr><td colspan=3>efc</td><td>0.4931</td></tr>
<tr><td colspan=3>fber</td><td>5579.0396</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09591987561482468</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.3647871116225545</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4629044041006583</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3218336719158987</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.684624026902666</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3822555134834094</td></tr>
<tr><td colspan=3>gcor</td><td>0.0202958</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014599204994738102</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04061633720993996</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.03432759469109</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>18.6977</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.7332</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.6279</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295977.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.5321</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8141</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.7651</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3195.4837</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.8048</td></tr>
<tr><td colspan=3>tsnr</td><td>35.280530356569216</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>