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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0023/ses-04/func/sub-0023_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2aae7bf26c951d20d1eca783a0c5f914</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:12:31.840000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999655, 0.0241552, -0.0103306, -0.0258277, 0.975576, -0.218139]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10312</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7729, -7265, 507, 10, -120, -56, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.675</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7c219a33-f423-48ac-bdfe-ffe847bcdfb5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820008754730225, -0.0692937821149826, -0.012984544970095158, 122.16265106201172], [-0.06480672955513, 2.617398977279663, -0.5894911289215088, -68.40421295166016], [-0.027716223150491714, 0.585249662399292, 2.6348304748535156, -88.13460540771484], [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': ['131231.840000', '131232.300000', '131232.760000', '131233.220000', '131233.680000', '131234.140000', '131234.600000', '131235.060000', '131235.520000', '131235.980000', '131236.440000', '131236.900000', '131237.360000', '131237.820000', '131238.280000', '131238.740000', '131239.200000', '131239.660000', '131240.120000', '131240.580000', '131241.040000', '131241.500000', '131241.960000', '131242.420000', '131242.880000', '131243.340000', '131243.800000', '131244.260000', '131244.720000', '131245.180000', '131245.640000', '131246.100000', '131246.560000', '131247.020000', '131247.480000', '131247.940000', '131248.400000', '131248.860000', '131249.320000', '131249.780000', '131250.240000', '131250.700000', '131251.160000', '131251.620000', '131252.080000', '131252.540000', '131253.000000', '131253.460000', '131253.920000', '131254.380000', '131254.840000', '131255.300000', '131255.760000', '131256.220000', '131256.680000', '131257.140000', '131257.600000', '131258.060000', '131258.520000', '131258.980000', '131259.440000', '131259.900000', '131300.360000', '131300.820000', '131301.280000', '131301.740000', '131302.200000', '131302.660000', '131303.120000', '131303.580000', '131304.040000', '131304.500000', '131304.960000', '131305.420000', '131305.880000', '131306.340000', '131306.800000', '131307.260000', '131307.720000', '131308.180000', '131308.640000', '131309.100000', '131309.560000', '131310.020000', '131310.480000', '131310.940000', '131311.400000', '131311.860000', '131312.320000', '131312.780000', '131313.240000', '131313.700000', '131314.160000', '131314.620000', '131315.080000', '131315.540000', '131316.000000', '131316.460000', '131316.920000', '131317.380000', '131317.840000', '131318.300000', '131318.760000', '131319.220000', '131319.680000', '131320.140000', '131320.600000', '131321.060000', '131321.520000', '131321.980000', '131322.440000', '131322.900000', '131323.360000', '131323.820000', '131324.280000', '131324.740000', '131325.200000', '131325.660000', '131326.120000', '131326.580000', '131327.040000', '131327.500000', '131327.960000', '131328.420000', '131328.880000', '131329.340000', '131329.800000', '131330.260000', '131330.720000', '131331.180000', '131331.640000', '131332.100000', '131332.560000', '131333.020000', '131333.480000', '131333.940000', '131334.400000', '131334.860000', '131335.320000', '131335.780000', '131336.240000', '131336.700000', '131337.160000', '131337.620000', '131338.080000', '131338.540000', '131339.000000', '131339.460000', '131339.920000', '131340.380000', '131340.840000', '131341.300000', '131341.760000', '131342.220000', '131342.680000', '131343.140000', '131343.600000', '131344.060000', '131344.520000', '131344.980000', '131345.440000', '131345.900000', '131346.360000', '131346.820000', '131347.280000', '131347.740000', '131348.200000', '131348.660000', '131349.120000', '131349.580000', '131350.040000', '131350.500000', '131350.960000', '131351.420000', '131351.880000', '131352.340000', '131352.800000', '131353.260000', '131353.720000', '131354.180000', '131354.640000', '131355.100000', '131355.560000', '131356.020000', '131356.480000', '131356.940000', '131357.400000', '131357.860000', '131358.320000', '131358.780000', '131359.240000', '131359.700000', '131400.160000', '131400.620000', '131401.080000', '131401.540000', '131402.000000', '131402.460000', '131402.920000', '131403.380000', '131403.840000', '131404.300000', '131404.760000', '131405.220000', '131405.680000', '131406.140000', '131406.600000', '131407.060000', '131407.520000', '131407.980000', '131408.440000', '131408.900000', '131409.360000', '131409.820000', '131410.280000', '131410.740000', '131411.200000', '131411.660000', '131412.120000', '131412.580000', '131413.040000', '131413.500000', '131413.960000', '131414.420000', '131414.880000', '131415.340000', '131415.800000', '131416.260000', '131416.720000', '131417.180000', '131417.640000', '131418.100000', '131418.560000', '131419.020000', '131419.480000', '131419.940000', '131420.400000', '131420.860000', '131421.320000', '131421.780000', '131422.240000', '131422.700000', '131423.160000', '131423.620000', '131424.080000', '131424.540000', '131425.000000', '131425.460000', '131425.920000', '131426.380000', '131426.840000', '131427.300000', '131427.760000', '131428.220000', '131428.680000', '131429.140000', '131429.600000', '131430.060000', '131430.520000', '131430.980000', '131431.440000', '131431.900000', '131432.360000', '131432.820000', '131433.280000', '131433.740000', '131434.200000', '131434.660000', '131435.120000', '131435.580000', '131436.040000', '131436.500000', '131436.960000', '131437.420000', '131437.880000', '131438.340000', '131438.800000', '131439.260000', '131439.720000', '131440.180000', '131440.640000', '131441.100000', '131441.560000', '131442.020000', '131442.480000', '131442.940000', '131443.400000', '131443.860000', '131444.320000', '131444.780000', '131445.240000', '131445.700000', '131446.160000', '131446.620000', '131447.080000', '131447.540000', '131448.000000', '131448.460000', '131448.920000', '131449.380000', '131449.840000', '131450.300000', '131450.760000', '131451.220000', '131451.680000', '131452.140000', '131452.600000', '131453.060000', '131453.520000', '131453.980000', '131454.440000', '131454.900000', '131455.360000', '131455.820000', '131456.280000', '131456.740000', '131457.200000', '131457.660000', '131458.120000', '131458.580000', '131459.040000', '131459.500000', '131459.960000', '131500.420000', '131500.880000', '131501.340000', '131501.800000', '131502.260000', '131502.720000', '131503.180000', '131503.640000', '131504.100000', '131504.560000', '131505.020000', '131505.480000', '131505.940000', '131506.400000', '131506.860000', '131507.320000', '131507.780000', '131508.240000', '131508.700000', '131509.160000', '131509.620000', '131510.080000', '131510.540000', '131511.000000', '131511.460000', '131511.920000', '131512.380000', '131512.840000', '131513.300000', '131513.760000', '131514.220000', '131514.680000', '131515.140000', '131515.600000', '131516.060000', '131516.520000', '131516.980000', '131517.440000', '131517.900000', '131518.360000', '131518.820000', '131519.280000', '131519.740000', '131520.200000', '131520.660000', '131521.120000', '131521.580000', '131522.040000', '131522.500000', '131522.960000', '131523.420000', '131523.880000', '131524.340000', '131524.800000', '131525.260000', '131525.720000', '131526.180000', '131526.640000', '131527.100000', '131527.560000', '131528.020000', '131528.480000', '131528.940000', '131529.400000', '131529.860000', '131530.320000', '131530.780000', '131531.240000', '131531.700000', '131532.160000', '131532.620000', '131533.080000', '131533.540000', '131534.000000', '131534.460000', '131534.920000', '131535.380000', '131535.840000', '131536.300000', '131536.760000', '131537.220000', '131537.680000', '131538.140000', '131538.600000', '131539.060000', '131539.520000', '131539.980000', '131540.440000', '131540.900000', '131541.360000', '131541.820000', '131542.280000', '131542.740000', '131543.200000', '131543.660000', '131544.120000', '131544.580000', '131545.040000', '131545.500000', '131545.960000', '131546.420000', '131546.880000', '131547.340000', '131547.800000', '131548.260000', '131548.720000', '131549.180000', '131549.640000', '131550.100000', '131550.560000', '131551.020000', '131551.480000', '131551.940000', '131552.400000', '131552.860000', '131553.320000', '131553.780000', '131554.240000', '131554.700000', '131555.160000', '131555.620000', '131556.080000', '131556.540000', '131557.000000', '131557.460000', '131557.920000', '131558.380000', '131558.840000', '131559.300000', '131559.760000', '131600.220000', '131600.680000', '131601.140000', '131601.600000', '131602.060000', '131602.520000', '131602.980000', '131603.440000', '131603.900000', '131604.360000', '131604.820000', '131605.280000', '131605.740000', '131606.200000', '131606.660000', '131607.120000', '131607.580000', '131608.040000', '131608.500000', '131608.960000', '131609.420000', '131609.880000', '131610.340000', '131610.800000', '131611.260000', '131611.720000', '131612.180000', '131612.640000', '131613.100000', '131613.560000', '131614.020000', '131614.480000', '131614.940000', '131615.400000', '131615.860000', '131616.320000', '131616.780000', '131617.240000', '131617.700000', '131618.160000', '131618.620000', '131619.080000', '131619.540000', '131620.000000', '131620.460000', '131620.920000', '131621.380000', '131621.840000', '131622.300000', '131622.760000', '131623.220000', '131623.680000', '131624.140000', '131624.600000', '131625.060000', '131625.520000', '131625.980000', '131626.440000', '131626.900000', '131627.360000', '131627.820000', '131628.280000', '131628.740000', '131629.200000', '131629.660000', '131630.120000', '131630.580000', '131631.040000', '131631.500000', '131631.960000', '131632.420000', '131632.880000', '131633.340000', '131633.800000', '131634.260000', '131634.720000', '131635.180000', '131635.640000', '131636.100000', '131636.560000', '131637.020000', '131637.480000', '131637.940000', '131638.400000', '131638.860000', '131639.320000', '131639.780000', '131640.240000', '131640.700000', '131641.160000', '131641.620000', '131642.080000', '131642.540000', '131643.000000', '131643.460000', '131643.920000', '131644.380000', '131644.840000', '131645.300000', '131645.760000', '131646.220000', '131646.680000', '131647.140000', '131647.600000', '131648.060000', '131648.520000', '131648.980000', '131649.440000', '131649.900000', '131650.360000', '131650.820000', '131651.280000', '131651.740000', '131652.200000', '131652.660000', '131653.120000', '131653.580000', '131654.040000', '131654.500000', '131654.960000', '131655.420000', '131655.880000', '131656.340000', '131656.800000', '131657.260000', '131657.720000', '131658.180000', '131658.640000', '131659.100000', '131659.560000', '131700.020000', '131700.480000', '131700.940000', '131701.400000', '131701.860000', '131702.320000', '131702.780000', '131703.240000', '131703.700000', '131704.160000', '131704.620000', '131705.080000', '131705.540000', '131706.000000', '131706.460000', '131706.920000', '131707.380000', '131707.840000', '131708.300000', '131708.760000', '131709.220000', '131709.680000', '131710.140000', '131710.600000', '131711.060000', '131711.520000', '131711.980000', '131712.440000', '131712.900000', '131713.360000', '131713.820000', '131714.280000', '131714.740000', '131715.200000', '131715.660000', '131716.120000', '131716.580000', '131717.040000', '131717.500000', '131717.960000', '131718.420000', '131718.880000', '131719.340000', '131719.800000', '131720.260000', '131720.720000', '131721.180000', '131721.640000', '131722.100000', '131722.560000', '131723.020000', '131723.480000', '131723.940000', '131724.400000', '131724.860000', '131725.320000', '131725.780000', '131726.240000', '131726.700000', '131727.160000', '131727.620000', '131728.080000', '131728.540000', '131729.000000', '131729.460000', '131729.920000', '131730.380000', '131730.840000', '131731.300000', '131731.760000', '131732.220000', '131732.680000', '131733.140000', '131733.600000', '131734.060000', '131734.520000', '131734.980000', '131735.440000', '131735.900000', '131736.360000', '131736.820000', '131737.280000', '131737.740000', '131738.200000', '131738.660000', '131739.120000', '131739.580000', '131740.040000', '131740.500000', '131740.960000', '131741.420000', '131741.880000', '131742.340000', '131742.800000', '131743.260000', '131743.720000', '131744.180000', '131744.640000', '131745.100000', '131745.560000', '131746.020000', '131746.480000', '131746.940000', '131747.400000', '131747.860000', '131748.320000', '131748.780000', '131749.240000', '131749.700000', '131750.160000', '131750.620000', '131751.080000', '131751.540000', '131752.000000', '131752.460000', '131752.920000', '131753.380000', '131753.840000', '131754.300000', '131754.760000', '131755.220000', '131755.680000', '131756.140000', '131756.600000', '131757.060000', '131757.520000', '131757.980000', '131758.440000', '131758.900000', '131759.360000', '131759.820000', '131800.280000', '131800.740000', '131801.200000', '131801.660000', '131802.120000', '131802.580000', '131803.040000', '131803.500000', '131803.960000', '131804.420000', '131804.880000', '131805.340000', '131805.800000', '131806.260000', '131806.720000', '131807.180000', '131807.640000', '131808.100000', '131808.560000', '131809.020000', '131809.480000', '131809.940000', '131810.400000', '131810.860000', '131811.320000', '131811.780000', '131812.240000', '131812.700000', '131813.160000', '131813.620000', '131814.080000', '131814.540000', '131815.000000', '131815.460000', '131815.920000', '131816.380000', '131816.840000', '131817.300000', '131817.760000', '131818.220000', '131818.680000', '131819.140000', '131819.600000', '131820.060000', '131820.520000', '131820.980000', '131821.440000', '131821.900000', '131822.360000', '131822.820000', '131823.280000', '131823.740000', '131824.200000', '131824.660000', '131825.120000', '131825.580000', '131826.040000', '131826.500000', '131826.960000', '131827.420000', '131827.880000', '131828.340000', '131828.800000', '131829.260000', '131829.720000', '131830.180000', '131830.640000', '131831.100000', '131831.560000', '131832.020000', '131832.480000', '131832.940000', '131833.400000', '131833.860000', '131834.320000', '131834.780000', '131835.240000', '131835.700000', '131836.160000', '131836.620000', '131837.080000', '131837.540000', '131838.000000', '131838.460000', '131838.920000', '131839.380000', '131839.840000', '131840.300000', '131840.760000', '131841.220000', '131841.680000', '131842.140000', '131842.600000', '131843.060000', '131843.520000', '131843.980000', '131844.440000', '131844.900000', '131845.360000', '131845.820000', '131846.280000', '131846.740000', '131847.200000', '131847.660000', '131848.120000', '131848.580000', '131849.040000', '131849.500000', '131849.960000', '131850.420000', '131850.880000', '131851.340000', '131851.800000', '131852.260000', '131852.720000', '131853.180000', '131853.640000', '131854.100000', '131854.560000', '131855.020000', '131855.480000', '131855.940000', '131856.400000', '131856.860000', '131857.320000', '131857.780000', '131858.240000', '131858.700000', '131859.160000', '131859.620000', '131900.080000', '131900.540000', '131901.000000', '131901.460000', '131901.920000', '131902.380000', '131902.840000', '131903.300000', '131903.760000', '131904.220000', '131904.680000', '131905.140000', '131905.600000', '131906.060000', '131906.520000', '131906.980000', '131907.440000', '131907.900000', '131908.360000', '131908.820000', '131909.280000', '131909.740000', '131910.200000', '131910.660000', '131911.120000', '131911.580000', '131912.040000', '131912.500000'], 'ContentTime': ['131252.214000', '131252.222000', '131252.224000', '131252.227000', '131252.230000', '131252.233000', '131252.236000', '131252.239000', '131252.242000', '131252.245000', '131252.248000', '131252.251000', '131252.254000', '131252.257000', '131252.260000', '131252.263000', '131252.266000', '131252.283000', '131252.286000', '131252.289000', '131252.292000', '131252.295000', '131252.298000', '131252.300000', '131252.304000', '131252.306000', '131252.309000', '131252.312000', '131252.315000', '131252.318000', '131252.321000', '131252.324000', '131252.327000', '131252.330000', '131252.333000', '131252.336000', '131252.339000', '131252.342000', '131252.345000', '131252.348000', '131252.351000', '131252.354000', '131252.357000', '131312.181000', '131312.184000', '131312.191000', '131312.194000', '131312.196000', '131312.199000', '131312.202000', '131312.205000', '131312.208000', '131312.211000', '131312.214000', '131312.217000', '131312.220000', '131312.223000', '131312.226000', '131312.229000', '131312.232000', '131312.234000', '131312.237000', '131312.240000', '131312.243000', '131312.246000', '131312.249000', '131312.252000', '131312.255000', '131312.258000', '131312.261000', '131312.264000', '131312.267000', '131312.269000', '131312.274000', '131312.277000', '131312.280000', '131312.283000', '131312.286000', '131312.289000', '131312.291000', '131312.294000', '131312.297000', '131312.300000', '131312.303000', '131312.306000', '131312.309000', '131332.180000', '131332.183000', '131332.186000', '131332.196000', '131332.199000', '131332.202000', '131332.205000', '131332.208000', '131332.211000', '131332.214000', '131332.216000', '131332.219000', '131332.222000', '131332.225000', '131332.228000', '131332.232000', '131332.234000', '131332.237000', '131332.240000', '131332.243000', '131332.246000', '131332.249000', '131332.252000', '131332.255000', '131332.258000', '131332.261000', '131332.264000', '131332.267000', '131332.269000', '131332.272000', '131332.275000', '131332.278000', '131332.281000', '131332.284000', '131332.287000', '131332.290000', '131332.293000', '131332.296000', '131332.299000', '131332.302000', '131332.304000', '131332.307000', '131332.310000', '131332.313000', '131352.181000', '131352.184000', '131352.187000', '131352.190000', '131352.193000', '131352.196000', '131352.199000', '131352.202000', '131352.205000', '131352.208000', '131352.211000', '131352.214000', '131352.216000', '131352.220000', '131352.222000', '131352.225000', '131352.228000', '131352.231000', '131352.234000', '131352.237000', '131352.240000', '131352.243000', '131352.246000', '131352.249000', '131352.252000', '131352.255000', '131352.258000', '131352.260000', '131352.263000', '131352.266000', '131352.269000', '131352.272000', '131352.275000', '131352.278000', '131352.281000', '131352.291000', '131352.294000', '131352.297000', '131352.300000', '131352.303000', '131352.306000', '131352.309000', '131352.312000', '131412.181000', '131412.184000', '131412.191000', '131412.194000', '131412.197000', '131412.200000', '131412.203000', '131412.205000', '131412.208000', '131412.211000', '131412.215000', '131412.217000', '131412.220000', '131412.223000', '131412.226000', '131412.229000', '131412.232000', '131412.235000', '131412.238000', '131412.241000', '131412.244000', '131412.247000', '131412.250000', '131412.253000', '131412.270000', '131412.273000', '131412.276000', '131412.279000', '131412.282000', '131412.285000', '131412.296000', '131412.299000', '131412.302000', '131412.305000', '131412.308000', '131412.311000', '131412.314000', '131412.317000', '131412.320000', '131412.323000', '131412.326000', '131412.329000', '131412.332000', '131412.335000', '131432.181000', '131432.184000', '131432.187000', '131432.190000', '131432.193000', '131432.196000', '131432.199000', '131432.202000', '131432.205000', '131432.208000', '131432.210000', '131432.213000', '131432.216000', '131432.219000', '131432.222000', '131432.225000', '131432.228000', '131432.231000', '131432.234000', '131432.237000', '131432.240000', '131432.243000', '131432.246000', '131432.249000', '131432.252000', '131432.255000', '131432.257000', '131432.260000', '131432.263000', '131432.266000', '131432.269000', '131432.272000', '131432.275000', '131432.278000', '131432.281000', '131432.284000', '131432.287000', '131432.290000', '131432.293000', '131432.296000', '131432.299000', '131432.302000', '131432.305000', '131452.181000', '131452.184000', '131452.187000', '131452.190000', '131452.193000', '131452.196000', '131452.199000', '131452.202000', '131452.205000', '131452.208000', '131452.211000', '131452.214000', '131452.217000', '131452.220000', '131452.222000', '131452.225000', '131452.228000', '131452.231000', '131452.234000', '131452.237000', '131452.240000', '131452.243000', '131452.246000', '131452.249000', '131452.252000', '131452.255000', '131452.258000', '131452.261000', '131452.264000', '131452.267000', '131452.270000', '131452.273000', '131452.276000', '131452.279000', '131452.282000', '131452.285000', '131452.288000', '131452.291000', '131452.294000', '131452.296000', '131452.299000', '131452.303000', '131452.305000', '131452.308000', '131512.181000', '131512.184000', '131512.187000', '131512.190000', '131512.193000', '131512.196000', '131512.198000', '131512.202000', '131512.204000', '131512.207000', '131512.210000', '131512.214000', '131512.216000', '131512.219000', '131512.222000', '131512.225000', '131512.228000', '131512.231000', '131512.234000', '131512.237000', '131512.240000', '131512.243000', '131512.246000', '131512.249000', '131512.251000', '131512.254000', '131512.257000', '131512.260000', '131512.263000', '131512.266000', '131512.269000', '131512.272000', '131512.275000', '131512.278000', '131512.281000', '131512.284000', '131512.287000', '131512.289000', '131512.292000', '131512.295000', '131512.298000', '131512.301000', '131512.312000', '131532.181000', '131532.184000', '131532.187000', '131532.190000', '131532.193000', '131532.196000', '131532.199000', '131532.201000', '131532.205000', '131532.207000', '131532.210000', '131532.213000', '131532.216000', '131532.219000', '131532.222000', '131532.225000', '131532.228000', '131532.231000', '131532.234000', '131532.237000', '131532.240000', '131532.243000', '131532.246000', '131532.249000', '131532.252000', '131532.255000', '131532.258000', '131532.260000', '131532.264000', '131532.266000', '131532.269000', '131532.272000', '131532.275000', '131532.278000', '131532.281000', '131532.284000', '131532.287000', '131532.290000', '131532.293000', '131532.296000', '131532.299000', '131532.302000', '131532.304000', '131532.307000', '131552.180000', '131552.183000', '131552.186000', '131552.189000', '131552.192000', '131552.195000', '131552.198000', '131552.201000', '131552.204000', '131552.207000', '131552.210000', '131552.213000', '131552.215000', '131552.218000', '131552.221000', '131552.224000', '131552.227000', '131552.230000', '131552.233000', '131552.248000', '131552.251000', '131552.254000', '131552.257000', '131552.260000', '131552.263000', '131552.266000', '131552.269000', '131552.272000', '131552.275000', '131552.278000', '131552.281000', '131552.284000', '131552.286000', '131552.289000', '131552.293000', '131552.296000', '131552.298000', '131552.301000', '131552.304000', '131552.307000', '131552.310000', '131552.313000', '131552.316000', '131612.181000', '131612.184000', '131612.187000', '131612.190000', '131612.193000', '131612.198000', '131612.202000', '131612.206000', '131612.209000', '131612.212000', '131612.214000', '131612.218000', '131612.220000', '131612.223000', '131612.226000', '131612.229000', '131612.232000', '131612.235000', '131612.238000', '131612.241000', '131612.244000', '131612.247000', '131612.250000', '131612.253000', '131612.256000', '131612.259000', '131612.262000', '131612.265000', '131612.268000', '131612.271000', '131612.274000', '131612.277000', '131612.280000', '131612.283000', '131612.285000', '131612.288000', '131612.291000', '131612.294000', '131612.297000', '131612.300000', '131612.303000', '131612.306000', '131612.309000', '131632.181000', '131632.184000', '131632.187000', '131632.190000', '131632.193000', '131632.196000', '131632.199000', '131632.202000', '131632.205000', '131632.208000', '131632.211000', '131632.214000', '131632.217000', '131632.220000', '131632.223000', '131632.226000', '131632.229000', '131632.231000', '131632.234000', '131632.238000', '131632.240000', '131632.243000', '131632.246000', '131632.249000', '131632.252000', '131632.255000', '131632.258000', '131632.261000', '131632.264000', '131632.267000', '131632.270000', '131632.273000', '131632.276000', '131632.279000', '131632.282000', '131632.284000', '131632.287000', '131632.290000', '131632.293000', '131632.296000', '131632.299000', '131632.302000', '131632.305000', '131632.308000', '131652.181000', '131652.184000', '131652.187000', '131652.190000', '131652.193000', '131652.196000', '131652.199000', '131652.202000', '131652.206000', '131652.208000', '131652.211000', '131652.215000', '131652.219000', '131652.223000', '131652.226000', '131652.229000', '131652.231000', '131652.234000', '131652.237000', '131652.240000', '131652.243000', '131652.246000', '131652.249000', '131652.252000', '131652.255000', '131652.258000', '131652.261000', '131652.264000', '131652.267000', '131652.270000', '131652.273000', '131652.276000', '131652.279000', '131652.282000', '131652.285000', '131652.288000', '131652.291000', '131652.293000', '131652.296000', '131652.299000', '131652.302000', '131652.305000', '131652.308000', '131712.181000', '131712.184000', '131712.187000', '131712.190000', '131712.193000', '131712.196000', '131712.199000', '131712.202000', '131712.205000', '131712.208000', '131712.211000', '131712.214000', '131712.216000', '131712.220000', '131712.222000', '131712.225000', '131712.228000', '131712.231000', '131712.234000', '131712.237000', '131712.240000', '131712.243000', '131712.246000', '131712.249000', '131712.252000', '131712.255000', '131712.258000', '131712.261000', '131712.264000', '131712.267000', '131712.270000', '131712.273000', '131712.275000', '131712.278000', '131712.281000', '131712.284000', '131712.287000', '131712.290000', '131712.293000', '131712.296000', '131712.299000', '131712.302000', '131712.305000', '131712.308000', '131732.181000', '131732.184000', '131732.187000', '131732.190000', '131732.193000', '131732.196000', '131732.199000', '131732.202000', '131732.205000', '131732.208000', '131732.211000', '131732.214000', '131732.217000', '131732.220000', '131732.223000', '131732.226000', '131732.229000', '131732.232000', '131732.235000', '131732.238000', '131732.241000', '131732.243000', '131732.246000', '131732.249000', '131732.252000', '131732.255000', '131732.258000', '131732.263000', '131732.266000', '131732.269000', '131732.272000', '131732.275000', '131732.278000', '131732.281000', '131732.284000', '131732.287000', '131732.290000', '131732.293000', '131732.296000', '131732.299000', '131732.302000', '131732.305000', '131732.307000', '131752.181000', '131752.184000', '131752.187000', '131752.190000', '131752.193000', '131752.196000', '131752.199000', '131752.202000', '131752.205000', '131752.208000', '131752.211000', '131752.214000', '131752.217000', '131752.220000', '131752.223000', '131752.226000', '131752.229000', '131752.232000', '131752.235000', '131752.238000', '131752.241000', '131752.244000', '131752.246000', '131752.249000', '131752.252000', '131752.255000', '131752.258000', '131752.261000', '131752.264000', '131752.267000', '131752.270000', '131752.273000', '131752.276000', '131752.279000', '131752.282000', '131752.285000', '131752.288000', '131752.291000', '131752.293000', '131752.296000', '131752.299000', '131752.302000', '131752.305000', '131752.308000', '131812.180000', '131812.183000', '131812.187000', '131812.190000', '131812.193000', '131812.196000', '131812.199000', '131812.202000', '131812.205000', '131812.208000', '131812.211000', '131812.214000', '131812.217000', '131812.220000', '131812.223000', '131812.226000', '131812.229000', '131812.232000', '131812.235000', '131812.238000', '131812.241000', '131812.244000', '131812.247000', '131812.251000', '131812.256000', '131812.259000', '131812.262000', '131812.265000', '131812.268000', '131812.271000', '131812.274000', '131812.277000', '131812.280000', '131812.283000', '131812.285000', '131812.288000', '131812.291000', '131812.294000', '131812.297000', '131812.300000', '131812.303000', '131812.306000', '131812.311000', '131832.181000', '131832.184000', '131832.187000', '131832.190000', '131832.193000', '131832.196000', '131832.199000', '131832.202000', '131832.205000', '131832.208000', '131832.211000', '131832.214000', '131832.217000', '131832.220000', '131832.223000', '131832.226000', '131832.229000', '131832.231000', '131832.234000', '131832.237000', '131832.240000', '131832.243000', '131832.246000', '131832.249000', '131832.252000', '131832.255000', '131832.258000', '131832.261000', '131832.264000', '131832.267000', '131832.269000', '131832.273000', '131832.275000', '131832.278000', '131832.281000', '131832.284000', '131832.287000', '131832.290000', '131832.293000', '131832.296000', '131832.299000', '131832.302000', '131832.305000', '131832.308000', '131852.181000', '131852.184000', '131852.187000', '131852.190000', '131852.193000', '131852.196000', '131852.199000', '131852.202000', '131852.205000', '131852.208000', '131852.211000', '131852.214000', '131852.217000', '131852.220000', '131852.223000', '131852.226000', '131852.229000', '131852.232000', '131852.235000', '131852.238000', '131852.241000', '131852.244000', '131852.247000', '131852.249000', '131852.252000', '131852.255000', '131852.258000', '131852.261000', '131852.264000', '131852.267000', '131852.270000', '131852.273000', '131852.276000', '131852.279000', '131852.282000', '131852.285000', '131852.288000', '131852.291000', '131852.294000', '131852.297000', '131852.300000', '131852.303000', '131852.306000', '131912.181000', '131912.184000', '131912.187000', '131912.190000', '131912.193000', '131912.196000', '131912.199000', '131912.202000', '131912.205000', '131912.208000', '131912.211000', '131912.214000', '131912.217000', '131912.219000', '131912.223000', '131912.225000', '131912.228000', '131912.231000', '131912.234000', '131912.237000', '131912.240000', '131912.243000', '131912.246000', '131912.249000', '131912.252000', '131912.255000', '131912.258000', '131912.261000', '131912.264000', '131912.267000', '131912.270000', '131912.273000', '131912.276000', '131912.279000', '131912.282000', '131912.285000', '131912.287000', '131912.290000', '131912.293000', '131912.296000', '131912.299000', '131912.302000', '131912.305000', '131912.308000', '131913.496000', '131913.500000', '131913.503000'], 'InstanceCreationTime': ['131252.214000', '131252.222000', '131252.224000', '131252.227000', '131252.230000', '131252.233000', '131252.236000', '131252.239000', '131252.242000', '131252.245000', '131252.248000', '131252.251000', '131252.254000', '131252.257000', '131252.260000', '131252.263000', '131252.266000', '131252.283000', '131252.286000', '131252.289000', '131252.292000', '131252.295000', '131252.298000', '131252.300000', '131252.304000', '131252.306000', '131252.309000', '131252.312000', '131252.315000', '131252.318000', '131252.321000', '131252.324000', '131252.327000', '131252.330000', '131252.333000', '131252.336000', '131252.339000', '131252.342000', '131252.345000', '131252.348000', '131252.351000', '131252.354000', '131252.357000', '131312.181000', '131312.184000', '131312.191000', '131312.194000', '131312.196000', '131312.199000', '131312.202000', '131312.205000', '131312.208000', '131312.211000', '131312.214000', '131312.217000', '131312.220000', '131312.223000', '131312.226000', '131312.229000', '131312.232000', '131312.234000', '131312.237000', '131312.240000', '131312.243000', '131312.246000', '131312.249000', '131312.252000', '131312.255000', '131312.258000', '131312.261000', '131312.264000', '131312.267000', '131312.269000', '131312.274000', '131312.277000', '131312.280000', '131312.283000', '131312.286000', '131312.289000', '131312.291000', '131312.294000', '131312.297000', '131312.300000', '131312.303000', '131312.306000', '131312.309000', '131332.180000', '131332.183000', '131332.186000', '131332.196000', '131332.199000', '131332.202000', '131332.205000', '131332.208000', '131332.211000', '131332.214000', '131332.216000', '131332.219000', '131332.222000', '131332.225000', '131332.228000', '131332.232000', '131332.234000', '131332.237000', '131332.240000', '131332.243000', '131332.246000', '131332.249000', '131332.252000', '131332.255000', '131332.258000', '131332.261000', '131332.264000', '131332.267000', '131332.269000', '131332.272000', '131332.275000', '131332.278000', '131332.281000', '131332.284000', '131332.287000', '131332.290000', '131332.293000', '131332.296000', '131332.299000', '131332.302000', '131332.304000', '131332.307000', '131332.310000', '131332.313000', '131352.181000', '131352.184000', '131352.187000', '131352.190000', '131352.193000', '131352.196000', '131352.199000', '131352.202000', '131352.205000', '131352.208000', '131352.211000', '131352.214000', '131352.216000', '131352.220000', '131352.222000', '131352.225000', '131352.228000', '131352.231000', '131352.234000', '131352.237000', '131352.240000', '131352.243000', '131352.246000', '131352.249000', '131352.252000', '131352.255000', '131352.258000', '131352.260000', '131352.263000', '131352.266000', '131352.269000', '131352.272000', '131352.275000', '131352.278000', '131352.281000', '131352.291000', '131352.294000', '131352.297000', '131352.300000', '131352.303000', '131352.306000', '131352.309000', '131352.312000', '131412.181000', '131412.184000', '131412.191000', '131412.194000', '131412.197000', '131412.200000', '131412.203000', '131412.205000', '131412.208000', '131412.211000', '131412.215000', '131412.217000', '131412.220000', '131412.223000', '131412.226000', '131412.229000', '131412.232000', '131412.235000', '131412.238000', '131412.241000', '131412.244000', '131412.247000', '131412.250000', '131412.253000', '131412.270000', '131412.273000', '131412.276000', '131412.279000', '131412.282000', '131412.285000', '131412.296000', '131412.299000', '131412.302000', '131412.305000', '131412.308000', '131412.311000', '131412.314000', '131412.317000', '131412.320000', '131412.323000', '131412.326000', '131412.329000', '131412.332000', '131412.335000', '131432.181000', '131432.184000', '131432.187000', '131432.190000', '131432.193000', '131432.196000', '131432.199000', '131432.202000', '131432.205000', '131432.208000', '131432.210000', '131432.213000', '131432.216000', '131432.219000', '131432.222000', '131432.225000', '131432.228000', '131432.231000', '131432.234000', '131432.237000', '131432.240000', '131432.243000', '131432.246000', '131432.249000', '131432.252000', '131432.255000', '131432.257000', '131432.260000', '131432.263000', '131432.266000', '131432.269000', '131432.272000', '131432.275000', '131432.278000', '131432.281000', '131432.284000', '131432.287000', '131432.290000', '131432.293000', '131432.296000', '131432.299000', '131432.302000', '131432.305000', '131452.181000', '131452.184000', '131452.187000', '131452.190000', '131452.193000', '131452.196000', '131452.199000', '131452.202000', '131452.205000', '131452.208000', '131452.211000', '131452.214000', '131452.217000', '131452.220000', '131452.222000', '131452.225000', '131452.228000', '131452.231000', '131452.234000', '131452.237000', '131452.240000', '131452.243000', '131452.246000', '131452.249000', '131452.252000', '131452.255000', '131452.258000', '131452.261000', '131452.264000', '131452.267000', '131452.270000', '131452.273000', '131452.276000', '131452.279000', '131452.282000', '131452.285000', '131452.288000', '131452.291000', '131452.294000', '131452.296000', '131452.299000', '131452.303000', '131452.305000', '131452.308000', '131512.181000', '131512.184000', '131512.187000', '131512.190000', '131512.193000', '131512.196000', '131512.198000', '131512.202000', '131512.204000', '131512.207000', '131512.210000', '131512.214000', '131512.216000', '131512.219000', '131512.222000', '131512.225000', '131512.228000', '131512.231000', '131512.234000', '131512.237000', '131512.240000', '131512.243000', '131512.246000', '131512.249000', '131512.251000', '131512.254000', '131512.257000', '131512.260000', '131512.263000', '131512.266000', '131512.269000', '131512.272000', '131512.275000', '131512.278000', '131512.281000', '131512.284000', '131512.287000', '131512.289000', '131512.292000', '131512.295000', '131512.298000', '131512.301000', '131512.312000', '131532.181000', '131532.184000', '131532.187000', '131532.190000', '131532.193000', '131532.196000', '131532.199000', '131532.201000', '131532.205000', '131532.207000', '131532.210000', '131532.213000', '131532.216000', '131532.219000', '131532.222000', '131532.225000', '131532.228000', '131532.231000', '131532.234000', '131532.237000', '131532.240000', '131532.243000', '131532.246000', '131532.249000', '131532.252000', '131532.255000', '131532.258000', '131532.260000', '131532.264000', '131532.266000', '131532.269000', '131532.272000', '131532.275000', '131532.278000', '131532.281000', '131532.284000', '131532.287000', '131532.290000', '131532.293000', '131532.296000', '131532.299000', '131532.302000', '131532.304000', '131532.307000', '131552.180000', '131552.183000', '131552.186000', '131552.189000', '131552.192000', '131552.195000', '131552.198000', '131552.201000', '131552.204000', '131552.207000', '131552.210000', '131552.213000', '131552.215000', '131552.218000', '131552.221000', '131552.224000', '131552.227000', '131552.230000', '131552.233000', '131552.248000', '131552.251000', '131552.254000', '131552.257000', '131552.260000', '131552.263000', '131552.266000', '131552.269000', '131552.272000', '131552.275000', '131552.278000', '131552.281000', '131552.284000', '131552.286000', '131552.289000', '131552.293000', '131552.296000', '131552.298000', '131552.301000', '131552.304000', '131552.307000', '131552.310000', '131552.313000', '131552.316000', '131612.181000', '131612.184000', '131612.187000', '131612.190000', '131612.193000', '131612.198000', '131612.202000', '131612.206000', '131612.209000', '131612.212000', '131612.214000', '131612.218000', '131612.220000', '131612.223000', '131612.226000', '131612.229000', '131612.232000', '131612.235000', '131612.238000', '131612.241000', '131612.244000', '131612.247000', '131612.250000', '131612.253000', '131612.256000', '131612.259000', '131612.262000', '131612.265000', '131612.268000', '131612.271000', '131612.274000', '131612.277000', '131612.280000', '131612.283000', '131612.285000', '131612.288000', '131612.291000', '131612.294000', '131612.297000', '131612.300000', '131612.303000', '131612.306000', '131612.309000', '131632.181000', '131632.184000', '131632.187000', '131632.190000', '131632.193000', '131632.196000', '131632.199000', '131632.202000', '131632.205000', '131632.208000', '131632.211000', '131632.214000', '131632.217000', '131632.220000', '131632.223000', '131632.226000', '131632.229000', '131632.231000', '131632.234000', '131632.238000', '131632.240000', '131632.243000', '131632.246000', '131632.249000', '131632.252000', '131632.255000', '131632.258000', '131632.261000', '131632.264000', '131632.267000', '131632.270000', '131632.273000', '131632.276000', '131632.279000', '131632.282000', '131632.284000', '131632.287000', '131632.290000', '131632.293000', '131632.296000', '131632.299000', '131632.302000', '131632.305000', '131632.308000', '131652.181000', '131652.184000', '131652.187000', '131652.190000', '131652.193000', '131652.196000', '131652.199000', '131652.202000', '131652.206000', '131652.208000', '131652.211000', '131652.215000', '131652.219000', '131652.223000', '131652.226000', '131652.229000', '131652.231000', '131652.234000', '131652.237000', '131652.240000', '131652.243000', '131652.246000', '131652.249000', '131652.252000', '131652.255000', '131652.258000', '131652.261000', '131652.264000', '131652.267000', '131652.270000', '131652.273000', '131652.276000', '131652.279000', '131652.282000', '131652.285000', '131652.288000', '131652.291000', '131652.293000', '131652.296000', '131652.299000', '131652.302000', '131652.305000', '131652.308000', '131712.181000', '131712.184000', '131712.187000', '131712.190000', '131712.193000', '131712.196000', '131712.199000', '131712.202000', '131712.205000', '131712.208000', '131712.211000', '131712.214000', '131712.216000', '131712.220000', '131712.222000', '131712.225000', '131712.228000', '131712.231000', '131712.234000', '131712.237000', '131712.240000', '131712.243000', '131712.246000', '131712.249000', '131712.252000', '131712.255000', '131712.258000', '131712.261000', '131712.264000', '131712.267000', '131712.270000', '131712.273000', '131712.275000', '131712.278000', '131712.281000', '131712.284000', '131712.287000', '131712.290000', '131712.293000', '131712.296000', '131712.299000', '131712.302000', '131712.305000', '131712.308000', '131732.181000', '131732.184000', '131732.187000', '131732.190000', '131732.193000', '131732.196000', '131732.199000', '131732.202000', '131732.205000', '131732.208000', '131732.211000', '131732.214000', '131732.217000', '131732.220000', '131732.223000', '131732.226000', '131732.229000', '131732.232000', '131732.235000', '131732.238000', '131732.241000', '131732.243000', '131732.246000', '131732.249000', '131732.252000', '131732.255000', '131732.258000', '131732.263000', '131732.266000', '131732.269000', '131732.272000', '131732.275000', '131732.278000', '131732.281000', '131732.284000', '131732.287000', '131732.290000', '131732.293000', '131732.296000', '131732.299000', '131732.302000', '131732.305000', '131732.307000', '131752.181000', '131752.184000', '131752.187000', '131752.190000', '131752.193000', '131752.196000', '131752.199000', '131752.202000', '131752.205000', '131752.208000', '131752.211000', '131752.214000', '131752.217000', '131752.220000', '131752.223000', '131752.226000', '131752.229000', '131752.232000', '131752.235000', '131752.238000', '131752.241000', '131752.244000', '131752.246000', '131752.249000', '131752.252000', '131752.255000', '131752.258000', '131752.261000', '131752.264000', '131752.267000', '131752.270000', '131752.273000', '131752.276000', '131752.279000', '131752.282000', '131752.285000', '131752.288000', '131752.291000', '131752.293000', '131752.296000', '131752.299000', '131752.302000', '131752.305000', '131752.308000', '131812.180000', '131812.183000', '131812.187000', '131812.190000', '131812.193000', '131812.196000', '131812.199000', '131812.202000', '131812.205000', '131812.208000', '131812.211000', '131812.214000', '131812.217000', '131812.220000', '131812.223000', '131812.226000', '131812.229000', '131812.232000', '131812.235000', '131812.238000', '131812.241000', '131812.244000', '131812.247000', '131812.251000', '131812.256000', '131812.259000', '131812.262000', '131812.265000', '131812.268000', '131812.271000', '131812.274000', '131812.277000', '131812.280000', '131812.283000', '131812.285000', '131812.288000', '131812.291000', '131812.294000', '131812.297000', '131812.300000', '131812.303000', '131812.306000', '131812.311000', '131832.181000', '131832.184000', '131832.187000', '131832.190000', '131832.193000', '131832.196000', '131832.199000', '131832.202000', '131832.205000', '131832.208000', '131832.211000', '131832.214000', '131832.217000', '131832.220000', '131832.223000', '131832.226000', '131832.229000', '131832.231000', '131832.234000', '131832.237000', '131832.240000', '131832.243000', '131832.246000', '131832.249000', '131832.252000', '131832.255000', '131832.258000', '131832.261000', '131832.264000', '131832.267000', '131832.269000', '131832.273000', '131832.275000', '131832.278000', '131832.281000', '131832.284000', '131832.287000', '131832.290000', '131832.293000', '131832.296000', '131832.299000', '131832.302000', '131832.305000', '131832.308000', '131852.181000', '131852.184000', '131852.187000', '131852.190000', '131852.193000', '131852.196000', '131852.199000', '131852.202000', '131852.205000', '131852.208000', '131852.211000', '131852.214000', '131852.217000', '131852.220000', '131852.223000', '131852.226000', '131852.229000', '131852.232000', '131852.235000', '131852.238000', '131852.241000', '131852.244000', '131852.247000', '131852.249000', '131852.252000', '131852.255000', '131852.258000', '131852.261000', '131852.264000', '131852.267000', '131852.270000', '131852.273000', '131852.276000', '131852.279000', '131852.282000', '131852.285000', '131852.288000', '131852.291000', '131852.294000', '131852.297000', '131852.300000', '131852.303000', '131852.306000', '131912.181000', '131912.184000', '131912.187000', '131912.190000', '131912.193000', '131912.196000', '131912.199000', '131912.202000', '131912.205000', '131912.208000', '131912.211000', '131912.214000', '131912.217000', '131912.219000', '131912.223000', '131912.225000', '131912.228000', '131912.231000', '131912.234000', '131912.237000', '131912.240000', '131912.243000', '131912.246000', '131912.249000', '131912.252000', '131912.255000', '131912.258000', '131912.261000', '131912.264000', '131912.267000', '131912.270000', '131912.273000', '131912.276000', '131912.279000', '131912.282000', '131912.285000', '131912.287000', '131912.290000', '131912.293000', '131912.296000', '131912.299000', '131912.302000', '131912.305000', '131912.308000', '131913.496000', '131913.500000', '131913.503000'], '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': [10712, 14193, 12844, 12602, 12882, 11929, 11509, 9662, 10088, 14525, 11566, 9385, 12172, 11346, 11606, 11214, 9636, 10370, 9823, 12801, 9365, 9726, 8982, 9018, 8559, 9700, 9233, 8256, 9150, 8328, 9889, 9770, 9387, 9531, 9264, 9036, 12302, 11761, 11950, 8951, 9402, 9411, 11761, 9654, 11103, 9239, 10873, 8531, 8795, 8578, 9000, 9318, 9104, 10191, 9017, 9026, 8549, 9181, 11604, 9346, 12689, 9246, 12973, 9111, 9031, 9102, 9023, 9004, 9028, 9372, 9369, 9483, 9102, 10001, 8324, 10005, 9713, 9993, 10079, 8414, 9550, 8837, 9725, 9875, 8127, 10547, 9674, 10694, 10268, 9438, 10053, 8657, 9690, 10148, 9306, 11015, 9646, 9879, 8249, 9919, 9620, 10037, 9602, 9815, 9585, 8076, 9785, 9369, 9792, 9798, 9995, 9464, 10002, 9971, 9911, 10230, 8490, 9862, 8267, 9721, 9130, 9616, 9592, 9978, 10247, 9309, 10584, 9587, 11073, 9496, 10695, 10695, 9964, 10503, 9535, 11519, 9820, 10763, 8798, 10528, 9443, 10677, 10422, 10685, 10892, 9671, 10538, 9324, 10405, 11026, 10431, 10579, 9761, 10423, 9116, 10575, 11972, 10025, 10497, 10073, 10537, 9432, 10703, 9328, 10613, 9631, 10740, 10759, 10294, 10546, 9456, 9939, 10709, 8783, 8607, 9261, 9391, 10522, 9842, 10350, 10125, 9611, 10299, 9432, 10505, 10072, 9745, 10011, 8733, 10256, 12994, 10115, 12558, 10054, 9921, 10359, 9916, 12492, 10050, 10431, 10083, 10745, 9167, 10311, 8915, 10462, 10199, 9997, 10492, 9709, 10749, 9933, 9901, 11302, 10256, 10935, 11157, 8650, 10266, 9015, 9576, 8993, 10054, 11481, 11989, 9512, 9912, 9849, 9583, 9846, 10680, 10632, 12095, 12438, 12424, 13489, 13383, 13156, 13327, 12589, 11537, 10827, 9048, 9602, 9900, 10136, 11632, 9856, 10411, 7711, 8986, 9722, 13427, 9920, 7749, 8638, 10482, 9476, 10481, 10677, 9699, 9799, 9846, 10616, 9269, 9699, 12279, 11185, 10186, 13202, 9893, 9785, 10483, 9738, 10250, 8317, 9834, 10329, 8543, 9821, 9984, 9043, 9846, 9760, 9921, 8902, 10343, 9900, 10194, 10578, 10288, 10071, 9710, 10289, 10618, 10219, 10298, 10534, 8588, 10860, 10418, 10971, 10385, 8857, 11258, 11190, 10499, 10639, 12553, 10917, 13703, 10926, 14299, 10793, 13520, 10588, 12319, 12490, 10530, 11083, 10063, 10331, 9738, 10045, 10401, 9032, 10597, 8678, 10559, 8604, 10267, 8866, 10660, 8572, 10935, 8619, 9935, 9541, 10501, 10014, 10127, 10678, 10555, 10443, 10113, 10366, 9902, 10804, 8878, 10072, 9214, 10314, 9862, 9494, 10339, 10084, 10351, 10793, 10123, 10723, 10558, 9888, 10961, 12883, 10682, 10874, 10354, 11149, 10632, 10936, 9713, 12151, 9844, 11051, 9637, 9490, 9731, 9794, 9038, 9907, 9362, 9756, 9595, 8734, 9996, 9569, 9866, 9104, 8217, 9374, 9859, 9750, 9846, 9782, 9230, 8336, 9829, 8864, 9900, 9742, 10085, 11048, 9773, 10601, 8787, 9948, 10688, 9900, 10133, 8231, 10235, 8029, 9667, 9778, 10358, 9971, 10540, 10203, 8143, 10492, 8351, 10552, 10315, 10194, 10058, 10232, 9873, 9958, 9717, 8673, 10286, 8709, 10168, 8607, 10041, 8884, 10340, 8756, 10143, 8647, 10211, 9277, 10037, 10570, 9633, 10318, 9696, 10259, 9578, 10070, 9415, 10168, 9310, 10315, 10531, 10349, 10124, 7830, 10816, 9948, 11116, 10240, 11040, 9844, 10570, 10269, 10926, 10230, 10758, 10254, 10962, 10237, 11500, 10256, 11777, 9961, 10450, 10334, 10587, 10354, 10735, 10619, 10655, 10581, 11088, 9992, 10882, 10221, 10413, 10525, 10020, 10445, 10637, 10734, 9004, 10644, 9579, 10821, 9690, 10711, 10943, 10639, 10230, 11093, 10871, 13339, 11631, 13360, 10194, 12719, 10506, 12228, 10231, 12743, 9453, 10645, 9488, 10395, 10035, 9763, 9399, 10280, 10106, 9982, 10825, 9849, 10564, 9457, 10529, 10334, 10322, 10611, 10480, 10721, 11030, 10085, 10788, 11156, 10512, 10503, 10750, 9476, 10297, 10780, 10473, 10205, 10133, 9866, 11270, 10868, 10705, 10088, 9431, 9427, 9952, 10097, 10452, 10487, 10468, 10292, 10133, 12645, 12894, 10419, 13566, 9851, 10550, 9119, 12736, 13884, 9781, 10258, 8900, 9840, 8531, 9814, 9468, 9495, 9663, 11573, 9918, 10271, 8479, 9132, 9526, 9712, 10638, 9180, 9943, 9685, 10327, 9948, 9861, 9518, 8328, 9377, 9696, 8885, 9731, 9647, 10301, 9963, 9557, 9709, 8584, 9525, 10772, 9569, 9308, 8416, 10077, 9344, 9428, 9305, 8664, 8984, 9341, 8830, 9510, 8954, 8432, 8809, 9544, 9989, 9828, 9834, 10239, 9446, 9863, 8975, 9841, 10512, 9663, 9851, 9983, 9601, 9290, 9940, 9537, 10104, 9160, 10062, 9074, 9785, 9274, 9850, 9226, 9792, 9860, 9967, 9452, 9594, 9575, 10481, 9822, 9947, 10057, 9592, 10082, 9695, 10019, 9690, 10151, 9569, 10027, 10128, 10375, 10337, 11319, 10594, 9522, 9995, 10093, 9952, 9908, 9611, 10107, 9661, 10334, 11948, 9812, 9970, 8994, 9910, 8658, 10015, 10289, 11159, 10021, 9838, 9336, 9387, 9855, 9225, 10435, 10308, 10096, 12463, 10417, 13294, 10786, 13179, 11466, 13932, 11784, 13180, 11285, 12238, 9370, 9334, 8814, 9411, 9267, 9051, 9747, 8999, 9804, 9052, 9871, 9277, 9684, 9040, 9716, 9104, 10224, 8789, 10306, 9216, 9808, 10180, 9014, 10724, 9599, 11275, 9950, 9023, 10491, 9101, 9521, 9580, 10199, 9989, 10744, 11439, 9927, 11147, 10063, 9387, 9882, 8815, 10247, 9875, 11376, 11055, 9181, 10204, 9040, 9600, 9507, 10517, 11931, 10766, 13953, 12544, 10021, 12750, 10241, 15351, 11448, 14554, 10867, 9845, 9927, 9310, 15324, 9772, 11537, 9450, 9810, 8887, 10408, 8922, 10256, 9808, 10396, 10636, 9941, 10077, 9988, 10676, 8890, 10757, 9318, 10731, 10040, 11143, 11229, 10638, 10713, 8162, 10825, 8838, 10704, 10088, 10839, 9664, 11295, 11182, 11294, 10488, 8186, 10860, 9112, 10800, 9337, 10565, 9689, 10653, 10064, 10485, 10019, 10541, 10318, 11408, 10451, 9041, 10586, 9245, 11267, 8904, 10057, 11325, 8839, 9752, 11878, 11854, 12860, 12957, 10605, 9251, 10182, 13812, 10465, 11984, 11858, 10022, 14322, 9498, 10394, 8272, 9967, 9447, 10311, 14134, 10801, 12073, 10287, 13457, 14223, 12407, 14773, 11515, 14525, 10355, 10074, 8598, 9643, 8812, 9690, 10551, 9994, 9632], 'WindowCenter': [3948.0, 3968.0, 3943.0, 3930.0, 3918.0, 3891.0, 3892.0, 3867.0, 3880.0, 3928.0, 3906.0, 3896.0, 3915.0, 3905.0, 3915.0, 3903.0, 3879.0, 3878.0, 3878.0, 3900.0, 3867.0, 3881.0, 3885.0, 3881.0, 3871.0, 3893.0, 3880.0, 3871.0, 3881.0, 3869.0, 3907.0, 3893.0, 3895.0, 3896.0, 3884.0, 3884.0, 3921.0, 3909.0, 3907.0, 3871.0, 3871.0, 3882.0, 3904.0, 3883.0, 3891.0, 3868.0, 3891.0, 3872.0, 3872.0, 3869.0, 3869.0, 3869.0, 3869.0, 3877.0, 3882.0, 3869.0, 3870.0, 3868.0, 3889.0, 3868.0, 3901.0, 3868.0, 3887.0, 3855.0, 3843.0, 3842.0, 3840.0, 3840.0, 3853.0, 3852.0, 3855.0, 3865.0, 3855.0, 3891.0, 3858.0, 3879.0, 3877.0, 3876.0, 3877.0, 3856.0, 3878.0, 3867.0, 3878.0, 3892.0, 3858.0, 3889.0, 3893.0, 3904.0, 3904.0, 3880.0, 3878.0, 3857.0, 3878.0, 3878.0, 3881.0, 3889.0, 3879.0, 3879.0, 3859.0, 3881.0, 3880.0, 3891.0, 3879.0, 3878.0, 3877.0, 3855.0, 3879.0, 3867.0, 3879.0, 3879.0, 3878.0, 3879.0, 3879.0, 3878.0, 3878.0, 3877.0, 3866.0, 3878.0, 3868.0, 3879.0, 3879.0, 3881.0, 3879.0, 3879.0, 3890.0, 3881.0, 3890.0, 3878.0, 3900.0, 3880.0, 3891.0, 3905.0, 3893.0, 3903.0, 3893.0, 3914.0, 3904.0, 3916.0, 3883.0, 3904.0, 3892.0, 3903.0, 3905.0, 3901.0, 3904.0, 3890.0, 3890.0, 3878.0, 3889.0, 3901.0, 3903.0, 3891.0, 3890.0, 3903.0, 3883.0, 3902.0, 3901.0, 3889.0, 3890.0, 3878.0, 3889.0, 3880.0, 3891.0, 3880.0, 3903.0, 3880.0, 3903.0, 3905.0, 3918.0, 3906.0, 3895.0, 3906.0, 3917.0, 3898.0, 3883.0, 3880.0, 3897.0, 3905.0, 3894.0, 3893.0, 3905.0, 3895.0, 3891.0, 3895.0, 3902.0, 3892.0, 3892.0, 3903.0, 3882.0, 3903.0, 3913.0, 3891.0, 3913.0, 3892.0, 3889.0, 3889.0, 3878.0, 3900.0, 3878.0, 3890.0, 3889.0, 3887.0, 3876.0, 3887.0, 3868.0, 3901.0, 3890.0, 3890.0, 3888.0, 3877.0, 3900.0, 3891.0, 3891.0, 3901.0, 3890.0, 3892.0, 3903.0, 3896.0, 3907.0, 3884.0, 3880.0, 3882.0, 3908.0, 3934.0, 3920.0, 3923.0, 3911.0, 3909.0, 3909.0, 3908.0, 3908.0, 3907.0, 3917.0, 3917.0, 3906.0, 3918.0, 3928.0, 3913.0, 3915.0, 3900.0, 3888.0, 3863.0, 3843.0, 3854.0, 3853.0, 3863.0, 3873.0, 3863.0, 3863.0, 3829.0, 3850.0, 3864.0, 3897.0, 3863.0, 3840.0, 3838.0, 3872.0, 3865.0, 3865.0, 3862.0, 3853.0, 3852.0, 3850.0, 3861.0, 3836.0, 3838.0, 3861.0, 3849.0, 3850.0, 3884.0, 3848.0, 3836.0, 3834.0, 3823.0, 3832.0, 3812.0, 3835.0, 3833.0, 3827.0, 3847.0, 3848.0, 3851.0, 3862.0, 3875.0, 3876.0, 3868.0, 3891.0, 3880.0, 3891.0, 3902.0, 3879.0, 3867.0, 3867.0, 3878.0, 3878.0, 3878.0, 3890.0, 3891.0, 3855.0, 3876.0, 3877.0, 3889.0, 3890.0, 3882.0, 3903.0, 3888.0, 3887.0, 3891.0, 3901.0, 3888.0, 3900.0, 3889.0, 3899.0, 3876.0, 3899.0, 3876.0, 3886.0, 3885.0, 3879.0, 3889.0, 3876.0, 3875.0, 3861.0, 3848.0, 3862.0, 3853.0, 3887.0, 3867.0, 3890.0, 3869.0, 3888.0, 3867.0, 3888.0, 3856.0, 3890.0, 3869.0, 3891.0, 3878.0, 3891.0, 3879.0, 3893.0, 3889.0, 3888.0, 3888.0, 3877.0, 3878.0, 3879.0, 3890.0, 3882.0, 3906.0, 3898.0, 3907.0, 3894.0, 3895.0, 3904.0, 3891.0, 3889.0, 3890.0, 3890.0, 3904.0, 3908.0, 3908.0, 3893.0, 3891.0, 3864.0, 3863.0, 3867.0, 3892.0, 3893.0, 3906.0, 3895.0, 3903.0, 3880.0, 3875.0, 3865.0, 3864.0, 3866.0, 3875.0, 3866.0, 3877.0, 3879.0, 3878.0, 3877.0, 3855.0, 3877.0, 3878.0, 3890.0, 3879.0, 3870.0, 3894.0, 3892.0, 3893.0, 3890.0, 3889.0, 3878.0, 3857.0, 3890.0, 3869.0, 3879.0, 3877.0, 3878.0, 3902.0, 3893.0, 3892.0, 3867.0, 3878.0, 3889.0, 3878.0, 3890.0, 3867.0, 3901.0, 3869.0, 3878.0, 3877.0, 3891.0, 3903.0, 3889.0, 3888.0, 3855.0, 3886.0, 3855.0, 3887.0, 3876.0, 3876.0, 3878.0, 3888.0, 3877.0, 3876.0, 3865.0, 3866.0, 3889.0, 3867.0, 3886.0, 3864.0, 3876.0, 3866.0, 3877.0, 3866.0, 3888.0, 3868.0, 3888.0, 3876.0, 3877.0, 3887.0, 3876.0, 3876.0, 3875.0, 3876.0, 3876.0, 3876.0, 3866.0, 3887.0, 3866.0, 3877.0, 3887.0, 3888.0, 3889.0, 3857.0, 3901.0, 3892.0, 3915.0, 3904.0, 3915.0, 3907.0, 3916.0, 3904.0, 3901.0, 3891.0, 3889.0, 3888.0, 3889.0, 3890.0, 3900.0, 3890.0, 3900.0, 3889.0, 3889.0, 3889.0, 3889.0, 3889.0, 3886.0, 3886.0, 3887.0, 3887.0, 3901.0, 3890.0, 3899.0, 3890.0, 3900.0, 3914.0, 3903.0, 3901.0, 3902.0, 3902.0, 3882.0, 3904.0, 3891.0, 3902.0, 3892.0, 3902.0, 3913.0, 3903.0, 3905.0, 3929.0, 3929.0, 3927.0, 3901.0, 3911.0, 3877.0, 3897.0, 3875.0, 3898.0, 3877.0, 3898.0, 3878.0, 3900.0, 3877.0, 3875.0, 3863.0, 3862.0, 3851.0, 3876.0, 3873.0, 3874.0, 3884.0, 3862.0, 3872.0, 3863.0, 3887.0, 3887.0, 3887.0, 3900.0, 3900.0, 3912.0, 3914.0, 3903.0, 3914.0, 3915.0, 3917.0, 3918.0, 3916.0, 3905.0, 3894.0, 3916.0, 3902.0, 3905.0, 3903.0, 3902.0, 3902.0, 3902.0, 3902.0, 3900.0, 3878.0, 3876.0, 3889.0, 3902.0, 3914.0, 3915.0, 3914.0, 3904.0, 3892.0, 3912.0, 3913.0, 3901.0, 3911.0, 3888.0, 3886.0, 3867.0, 3899.0, 3925.0, 3880.0, 3888.0, 3865.0, 3875.0, 3863.0, 3874.0, 3875.0, 3875.0, 3863.0, 3888.0, 3876.0, 3886.0, 3869.0, 3866.0, 3862.0, 3862.0, 3873.0, 3866.0, 3876.0, 3878.0, 3888.0, 3874.0, 3861.0, 3860.0, 3839.0, 3850.0, 3860.0, 3851.0, 3862.0, 3863.0, 3873.0, 3872.0, 3860.0, 3847.0, 3838.0, 3847.0, 3858.0, 3850.0, 3862.0, 3854.0, 3871.0, 3846.0, 3848.0, 3846.0, 3834.0, 3847.0, 3845.0, 3848.0, 3845.0, 3836.0, 3823.0, 3834.0, 3846.0, 3857.0, 3844.0, 3856.0, 3856.0, 3847.0, 3858.0, 3847.0, 3872.0, 3883.0, 3871.0, 3860.0, 3860.0, 3860.0, 3862.0, 3885.0, 3861.0, 3872.0, 3864.0, 3872.0, 3862.0, 3861.0, 3859.0, 3872.0, 3862.0, 3872.0, 3872.0, 3873.0, 3874.0, 3888.0, 3886.0, 3896.0, 3899.0, 3900.0, 3902.0, 3892.0, 3901.0, 3891.0, 3901.0, 3903.0, 3903.0, 3891.0, 3904.0, 3891.0, 3888.0, 3888.0, 3886.0, 3887.0, 3877.0, 3875.0, 3887.0, 3889.0, 3888.0, 3887.0, 3888.0, 3903.0, 3904.0, 3912.0, 3891.0, 3891.0, 3879.0, 3903.0, 3880.0, 3887.0, 3888.0, 3900.0, 3890.0, 3892.0, 3893.0, 3892.0, 3901.0, 3890.0, 3900.0, 3889.0, 3903.0, 3913.0, 3902.0, 3924.0, 3901.0, 3909.0, 3888.0, 3906.0, 3886.0, 3896.0, 3873.0, 3883.0, 3851.0, 3850.0, 3852.0, 3862.0, 3861.0, 3859.0, 3859.0, 3849.0, 3858.0, 3848.0, 3858.0, 3848.0, 3858.0, 3848.0, 3858.0, 3847.0, 3858.0, 3848.0, 3870.0, 3861.0, 3916.0, 3944.0, 3920.0, 3926.0, 3902.0, 3897.0, 3872.0, 3876.0, 3900.0, 3880.0, 3891.0, 3889.0, 3890.0, 3889.0, 3901.0, 3901.0, 3891.0, 3902.0, 3892.0, 3890.0, 3890.0, 3878.0, 3902.0, 3890.0, 3911.0, 3912.0, 3893.0, 3903.0, 3895.0, 3915.0, 3903.0, 3901.0, 3900.0, 3900.0, 3922.0, 3910.0, 3888.0, 3909.0, 3888.0, 3920.0, 3887.0, 3921.0, 3886.0, 3877.0, 3874.0, 3862.0, 3905.0, 3871.0, 3880.0, 3858.0, 3858.0, 3847.0, 3869.0, 3848.0, 3858.0, 3857.0, 3855.0, 3856.0, 3856.0, 3857.0, 3858.0, 3870.0, 3859.0, 3881.0, 3862.0, 3882.0, 3872.0, 3883.0, 3884.0, 3896.0, 3898.0, 3876.0, 3896.0, 3876.0, 3898.0, 3900.0, 3912.0, 3888.0, 3910.0, 3898.0, 3911.0, 3913.0, 3894.0, 3925.0, 3889.0, 3910.0, 3891.0, 3900.0, 3891.0, 3902.0, 3891.0, 3901.0, 3890.0, 3902.0, 3901.0, 3915.0, 3917.0, 3895.0, 3916.0, 3904.0, 3914.0, 3909.0, 3918.0, 3929.0, 3908.0, 3907.0, 3916.0, 3914.0, 3925.0, 3927.0, 3904.0, 3894.0, 3903.0, 3923.0, 3890.0, 3901.0, 3902.0, 3892.0, 3925.0, 3895.0, 3902.0, 3870.0, 3891.0, 3879.0, 3889.0, 3922.0, 3900.0, 3913.0, 3889.0, 3910.0, 3910.0, 3897.0, 3907.0, 3883.0, 3893.0, 3860.0, 3859.0, 3838.0, 3861.0, 3849.0, 3860.0, 3860.0, 3859.0, 3847.0], 'WindowWidth': [8831.0, 8859.0, 8811.0, 8787.0, 8767.0, 8715.0, 8714.0, 8670.0, 8695.0, 8780.0, 8742.0, 8728.0, 8752.0, 8739.0, 8752.0, 8732.0, 8692.0, 8688.0, 8686.0, 8720.0, 8672.0, 8696.0, 8709.0, 8700.0, 8685.0, 8717.0, 8698.0, 8687.0, 8700.0, 8680.0, 8742.0, 8719.0, 8726.0, 8726.0, 8708.0, 8709.0, 8769.0, 8750.0, 8741.0, 8683.0, 8685.0, 8701.0, 8736.0, 8703.0, 8712.0, 8673.0, 8711.0, 8690.0, 8686.0, 8679.0, 8677.0, 8676.0, 8678.0, 8687.0, 8700.0, 8679.0, 8681.0, 8677.0, 8706.0, 8676.0, 8727.0, 8675.0, 8699.0, 8651.0, 8631.0, 8628.0, 8624.0, 8626.0, 8646.0, 8645.0, 8651.0, 8664.0, 8653.0, 8714.0, 8663.0, 8691.0, 8687.0, 8681.0, 8687.0, 8658.0, 8690.0, 8674.0, 8691.0, 8713.0, 8664.0, 8706.0, 8720.0, 8737.0, 8736.0, 8696.0, 8691.0, 8659.0, 8689.0, 8690.0, 8698.0, 8707.0, 8692.0, 8693.0, 8666.0, 8699.0, 8696.0, 8712.0, 8694.0, 8689.0, 8686.0, 8657.0, 8692.0, 8675.0, 8692.0, 8691.0, 8690.0, 8692.0, 8693.0, 8692.0, 8690.0, 8688.0, 8672.0, 8693.0, 8677.0, 8693.0, 8694.0, 8698.0, 8693.0, 8693.0, 8709.0, 8698.0, 8709.0, 8690.0, 8722.0, 8697.0, 8711.0, 8737.0, 8717.0, 8732.0, 8719.0, 8752.0, 8736.0, 8754.0, 8709.0, 8735.0, 8718.0, 8733.0, 8737.0, 8728.0, 8736.0, 8711.0, 8711.0, 8693.0, 8708.0, 8726.0, 8730.0, 8715.0, 8712.0, 8733.0, 8705.0, 8728.0, 8727.0, 8708.0, 8710.0, 8690.0, 8708.0, 8698.0, 8713.0, 8698.0, 8731.0, 8699.0, 8731.0, 8737.0, 8762.0, 8739.0, 8725.0, 8741.0, 8757.0, 8732.0, 8702.0, 8694.0, 8730.0, 8738.0, 8720.0, 8718.0, 8736.0, 8722.0, 8713.0, 8726.0, 8732.0, 8714.0, 8717.0, 8735.0, 8704.0, 8733.0, 8748.0, 8715.0, 8749.0, 8716.0, 8709.0, 8708.0, 8691.0, 8724.0, 8692.0, 8710.0, 8708.0, 8704.0, 8685.0, 8702.0, 8679.0, 8727.0, 8712.0, 8711.0, 8706.0, 8691.0, 8725.0, 8715.0, 8715.0, 8725.0, 8709.0, 8713.0, 8731.0, 8729.0, 8745.0, 8707.0, 8697.0, 8705.0, 8745.0, 8793.0, 8765.0, 8775.0, 8758.0, 8747.0, 8749.0, 8748.0, 8748.0, 8746.0, 8756.0, 8760.0, 8741.0, 8765.0, 8780.0, 8748.0, 8754.0, 8724.0, 8708.0, 8662.0, 8634.0, 8650.0, 8648.0, 8659.0, 8676.0, 8660.0, 8661.0, 8611.0, 8641.0, 8671.0, 8717.0, 8664.0, 8629.0, 8623.0, 8674.0, 8665.0, 8664.0, 8657.0, 8649.0, 8643.0, 8635.0, 8658.0, 8614.0, 8619.0, 8658.0, 8635.0, 8638.0, 8691.0, 8631.0, 8609.0, 8605.0, 8589.0, 8600.0, 8573.0, 8608.0, 8605.0, 8603.0, 8631.0, 8634.0, 8644.0, 8660.0, 8680.0, 8687.0, 8678.0, 8715.0, 8695.0, 8713.0, 8730.0, 8692.0, 8671.0, 8671.0, 8688.0, 8688.0, 8689.0, 8710.0, 8713.0, 8656.0, 8683.0, 8687.0, 8704.0, 8710.0, 8704.0, 8734.0, 8703.0, 8701.0, 8710.0, 8728.0, 8704.0, 8726.0, 8707.0, 8726.0, 8685.0, 8723.0, 8685.0, 8697.0, 8699.0, 8694.0, 8708.0, 8683.0, 8680.0, 8656.0, 8633.0, 8658.0, 8650.0, 8701.0, 8678.0, 8709.0, 8682.0, 8705.0, 8675.0, 8701.0, 8658.0, 8709.0, 8684.0, 8713.0, 8690.0, 8711.0, 8694.0, 8718.0, 8706.0, 8705.0, 8702.0, 8686.0, 8690.0, 8692.0, 8708.0, 8702.0, 8741.0, 8735.0, 8746.0, 8721.0, 8723.0, 8736.0, 8713.0, 8707.0, 8709.0, 8710.0, 8732.0, 8750.0, 8746.0, 8716.0, 8707.0, 8658.0, 8656.0, 8665.0, 8711.0, 8717.0, 8740.0, 8723.0, 8731.0, 8693.0, 8680.0, 8664.0, 8664.0, 8671.0, 8682.0, 8671.0, 8686.0, 8694.0, 8690.0, 8690.0, 8656.0, 8687.0, 8691.0, 8710.0, 8697.0, 8685.0, 8722.0, 8718.0, 8722.0, 8714.0, 8709.0, 8691.0, 8663.0, 8711.0, 8682.0, 8694.0, 8690.0, 8691.0, 8730.0, 8720.0, 8719.0, 8677.0, 8690.0, 8707.0, 8689.0, 8712.0, 8677.0, 8730.0, 8684.0, 8692.0, 8689.0, 8714.0, 8736.0, 8708.0, 8704.0, 8659.0, 8700.0, 8658.0, 8700.0, 8686.0, 8685.0, 8693.0, 8705.0, 8688.0, 8685.0, 8669.0, 8672.0, 8709.0, 8678.0, 8701.0, 8669.0, 8687.0, 8672.0, 8688.0, 8673.0, 8705.0, 8681.0, 8707.0, 8688.0, 8689.0, 8703.0, 8686.0, 8685.0, 8683.0, 8687.0, 8685.0, 8686.0, 8673.0, 8702.0, 8675.0, 8688.0, 8701.0, 8705.0, 8708.0, 8665.0, 8729.0, 8718.0, 8752.0, 8738.0, 8754.0, 8747.0, 8756.0, 8739.0, 8728.0, 8714.0, 8709.0, 8706.0, 8708.0, 8712.0, 8725.0, 8711.0, 8726.0, 8709.0, 8708.0, 8706.0, 8709.0, 8707.0, 8703.0, 8700.0, 8702.0, 8705.0, 8728.0, 8713.0, 8723.0, 8712.0, 8727.0, 8752.0, 8738.0, 8733.0, 8731.0, 8731.0, 8706.0, 8738.0, 8718.0, 8731.0, 8719.0, 8732.0, 8747.0, 8735.0, 8739.0, 8782.0, 8782.0, 8776.0, 8731.0, 8745.0, 8691.0, 8719.0, 8685.0, 8720.0, 8688.0, 8721.0, 8694.0, 8727.0, 8692.0, 8684.0, 8665.0, 8659.0, 8645.0, 8686.0, 8679.0, 8683.0, 8693.0, 8662.0, 8676.0, 8666.0, 8703.0, 8704.0, 8705.0, 8727.0, 8726.0, 8746.0, 8750.0, 8735.0, 8752.0, 8754.0, 8760.0, 8762.0, 8755.0, 8741.0, 8720.0, 8757.0, 8731.0, 8742.0, 8735.0, 8734.0, 8733.0, 8733.0, 8733.0, 8726.0, 8695.0, 8688.0, 8711.0, 8733.0, 8753.0, 8756.0, 8753.0, 8741.0, 8719.0, 8747.0, 8751.0, 8732.0, 8746.0, 8709.0, 8702.0, 8676.0, 8724.0, 8772.0, 8699.0, 8709.0, 8674.0, 8685.0, 8666.0, 8684.0, 8685.0, 8684.0, 8665.0, 8707.0, 8689.0, 8701.0, 8684.0, 8672.0, 8662.0, 8661.0, 8678.0, 8677.0, 8688.0, 8695.0, 8706.0, 8684.0, 8660.0, 8656.0, 8626.0, 8644.0, 8658.0, 8646.0, 8660.0, 8666.0, 8678.0, 8677.0, 8655.0, 8635.0, 8622.0, 8633.0, 8652.0, 8643.0, 8664.0, 8657.0, 8674.0, 8632.0, 8637.0, 8631.0, 8613.0, 8634.0, 8630.0, 8636.0, 8628.0, 8616.0, 8596.0, 8614.0, 8631.0, 8647.0, 8628.0, 8646.0, 8645.0, 8633.0, 8650.0, 8637.0, 8679.0, 8692.0, 8676.0, 8659.0, 8656.0, 8657.0, 8663.0, 8699.0, 8661.0, 8674.0, 8668.0, 8677.0, 8662.0, 8658.0, 8656.0, 8674.0, 8663.0, 8676.0, 8677.0, 8678.0, 8682.0, 8707.0, 8705.0, 8717.0, 8724.0, 8729.0, 8734.0, 8720.0, 8729.0, 8716.0, 8730.0, 8737.0, 8736.0, 8718.0, 8738.0, 8717.0, 8710.0, 8706.0, 8704.0, 8702.0, 8690.0, 8687.0, 8705.0, 8709.0, 8707.0, 8706.0, 8707.0, 8736.0, 8738.0, 8746.0, 8716.0, 8713.0, 8697.0, 8735.0, 8705.0, 8706.0, 8706.0, 8725.0, 8712.0, 8717.0, 8721.0, 8719.0, 8732.0, 8714.0, 8726.0, 8711.0, 8734.0, 8750.0, 8734.0, 8764.0, 8729.0, 8738.0, 8706.0, 8731.0, 8701.0, 8713.0, 8679.0, 8693.0, 8646.0, 8642.0, 8649.0, 8666.0, 8660.0, 8656.0, 8654.0, 8641.0, 8652.0, 8639.0, 8651.0, 8638.0, 8650.0, 8637.0, 8651.0, 8635.0, 8650.0, 8637.0, 8670.0, 8660.0, 8762.0, 8813.0, 8775.0, 8773.0, 8733.0, 8718.0, 8676.0, 8689.0, 8726.0, 8700.0, 8717.0, 8713.0, 8714.0, 8711.0, 8728.0, 8731.0, 8718.0, 8733.0, 8720.0, 8713.0, 8714.0, 8694.0, 8733.0, 8715.0, 8744.0, 8744.0, 8722.0, 8736.0, 8730.0, 8759.0, 8737.0, 8730.0, 8729.0, 8729.0, 8759.0, 8741.0, 8709.0, 8738.0, 8708.0, 8755.0, 8704.0, 8760.0, 8703.0, 8692.0, 8686.0, 8662.0, 8727.0, 8675.0, 8684.0, 8651.0, 8650.0, 8635.0, 8665.0, 8636.0, 8650.0, 8650.0, 8643.0, 8644.0, 8646.0, 8647.0, 8650.0, 8669.0, 8655.0, 8686.0, 8664.0, 8691.0, 8676.0, 8692.0, 8694.0, 8717.0, 8724.0, 8690.0, 8716.0, 8690.0, 8721.0, 8728.0, 8746.0, 8711.0, 8741.0, 8723.0, 8744.0, 8749.0, 8728.0, 8770.0, 8713.0, 8742.0, 8720.0, 8730.0, 8718.0, 8733.0, 8717.0, 8730.0, 8715.0, 8732.0, 8732.0, 8754.0, 8760.0, 8729.0, 8758.0, 8741.0, 8752.0, 8755.0, 8764.0, 8782.0, 8750.0, 8748.0, 8757.0, 8750.0, 8766.0, 8774.0, 8738.0, 8727.0, 8737.0, 8762.0, 8713.0, 8729.0, 8732.0, 8718.0, 8767.0, 8727.0, 8733.0, 8686.0, 8717.0, 8696.0, 8710.0, 8762.0, 8725.0, 8746.0, 8711.0, 8740.0, 8742.0, 8718.0, 8735.0, 8692.0, 8706.0, 8654.0, 8653.0, 8624.0, 8658.0, 8642.0, 8657.0, 8657.0, 8653.0, 8636.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.0025770264064293915</td></tr>
<tr><td colspan=3>aqi</td><td>0.07174365694603904</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.63417654360924</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1088454170459767</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9910772206206897</td></tr>
<tr><td colspan=3>efc</td><td>0.505</td></tr>
<tr><td colspan=3>fber</td><td>4534.4663</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22096259220822853</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>322</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.969001148105626</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6059606321915423</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.446939578024051</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.842738659496556</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5282036590540207</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125643</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014019467867910862</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043023962527513504</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.019356171112313</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.5216</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4406</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.1412</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292678.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.3811</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2428</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.5308</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3026.0191</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.4011</td></tr>
<tr><td colspan=3>tsnr</td><td>23.31512678368017</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>