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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_ses-03_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_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-0025/ses-03/func/sub-0025_ses-03_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>87f373be45bba70e814515a68433416b</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:08:48.905000</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.999581, 0.0237873, 0.0164756, -0.0237311, 0.999712, -0.00360201]</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.0927202</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7712, -7222, 600, -56, -11, -122, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>288.042</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>db3a9cfc-05d8-4220-990f-e24b6d51cc51||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.6818034648895264, -0.06366871297359467, 0.04470270499587059, 113.54895782470703], [-0.06381966173648834, 2.6821539402008057, -0.008665688335895538, -94.49252319335938], [0.04420289024710655, 0.009663919918239117, 2.699615955352783, -64.56947326660156], [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': ['120848.905000', '120849.365000', '120849.825000', '120850.285000', '120850.745000', '120851.205000', '120851.665000', '120852.125000', '120852.585000', '120853.045000', '120853.505000', '120853.965000', '120854.425000', '120854.885000', '120855.345000', '120855.805000', '120856.265000', '120856.725000', '120857.185000', '120857.645000', '120858.105000', '120858.565000', '120859.025000', '120859.485000', '120859.945000', '120900.405000', '120900.865000', '120901.325000', '120901.785000', '120902.245000', '120902.705000', '120903.165000', '120903.625000', '120904.085000', '120904.545000', '120905.005000', '120905.465000', '120905.925000', '120906.385000', '120906.845000', '120907.305000', '120907.765000', '120908.225000', '120908.685000', '120909.145000', '120909.605000', '120910.065000', '120910.525000', '120910.985000', '120911.445000', '120911.905000', '120912.365000', '120912.825000', '120913.285000', '120913.745000', '120914.205000', '120914.665000', '120915.125000', '120915.585000', '120916.045000', '120916.505000', '120916.965000', '120917.425000', '120917.885000', '120918.345000', '120918.805000', '120919.265000', '120919.725000', '120920.185000', '120920.645000', '120921.105000', '120921.565000', '120922.025000', '120922.485000', '120922.945000', '120923.405000', '120923.865000', '120924.325000', '120924.785000', '120925.245000', '120925.705000', '120926.165000', '120926.625000', '120927.085000', '120927.545000', '120928.005000', '120928.465000', '120928.925000', '120929.385000', '120929.845000', '120930.305000', '120930.765000', '120931.225000', '120931.685000', '120932.145000', '120932.605000', '120933.065000', '120933.525000', '120933.985000', '120934.445000', '120934.905000', '120935.365000', '120935.825000', '120936.285000', '120936.745000', '120937.205000', '120937.665000', '120938.125000', '120938.585000', '120939.045000', '120939.505000', '120939.965000', '120940.425000', '120940.885000', '120941.345000', '120941.805000', '120942.265000', '120942.725000', '120943.185000', '120943.645000', '120944.105000', '120944.565000', '120945.025000', '120945.485000', '120945.945000', '120946.405000', '120946.865000', '120947.325000', '120947.785000', '120948.245000', '120948.705000', '120949.165000', '120949.625000', '120950.085000', '120950.545000', '120951.005000', '120951.465000', '120951.925000', '120952.385000', '120952.845000', '120953.305000', '120953.765000', '120954.225000', '120954.685000', '120955.145000', '120955.605000', '120956.065000', '120956.525000', '120956.985000', '120957.445000', '120957.905000', '120958.365000', '120958.825000', '120959.285000', '120959.745000', '121000.205000', '121000.665000', '121001.125000', '121001.585000', '121002.045000', '121002.505000', '121002.965000', '121003.425000', '121003.885000', '121004.345000', '121004.805000', '121005.265000', '121005.725000', '121006.185000', '121006.645000', '121007.105000', '121007.565000', '121008.025000', '121008.485000', '121008.945000', '121009.405000', '121009.865000', '121010.325000', '121010.785000', '121011.245000', '121011.705000', '121012.165000', '121012.625000', '121013.085000', '121013.545000', '121014.005000', '121014.465000', '121014.925000', '121015.385000', '121015.845000', '121016.305000', '121016.765000', '121017.225000', '121017.685000', '121018.145000', '121018.605000', '121019.065000', '121019.525000', '121019.985000', '121020.445000', '121020.905000', '121021.365000', '121021.825000', '121022.285000', '121022.745000', '121023.205000', '121023.665000', '121024.125000', '121024.585000', '121025.045000', '121025.505000', '121025.965000', '121026.425000', '121026.885000', '121027.345000', '121027.805000', '121028.265000', '121028.725000', '121029.185000', '121029.645000', '121030.105000', '121030.565000', '121031.025000', '121031.485000', '121031.945000', '121032.405000', '121032.865000', '121033.325000', '121033.785000', '121034.245000', '121034.705000', '121035.165000', '121035.625000', '121036.085000', '121036.545000', '121037.005000', '121037.465000', '121037.925000', '121038.385000', '121038.845000', '121039.305000', '121039.765000', '121040.225000', '121040.685000', '121041.145000', '121041.605000', '121042.065000', '121042.525000', '121042.985000', '121043.445000', '121043.905000', '121044.365000', '121044.825000', '121045.285000', '121045.745000', '121046.205000', '121046.665000', '121047.125000', '121047.585000', '121048.045000', '121048.505000', '121048.965000', '121049.425000', '121049.885000', '121050.345000', '121050.805000', '121051.265000', '121051.725000', '121052.185000', '121052.645000', '121053.105000', '121053.565000', '121054.025000', '121054.485000', '121054.945000', '121055.405000', '121055.865000', '121056.325000', '121056.785000', '121057.245000', '121057.705000', '121058.165000', '121058.625000', '121059.085000', '121059.545000', '121100.005000', '121100.465000', '121100.925000', '121101.385000', '121101.845000', '121102.305000', '121102.765000', '121103.225000', '121103.685000', '121104.145000', '121104.605000', '121105.065000', '121105.525000', '121105.985000', '121106.445000', '121106.905000', '121107.365000', '121107.825000', '121108.285000', '121108.745000', '121109.205000', '121109.665000', '121110.125000', '121110.585000', '121111.045000', '121111.505000', '121111.965000', '121112.425000', '121112.885000', '121113.345000', '121113.805000', '121114.265000', '121114.725000', '121115.185000', '121115.645000', '121116.105000', '121116.565000', '121117.025000', '121117.485000', '121117.945000', '121118.405000', '121118.865000', '121119.325000', '121119.785000', '121120.245000', '121120.705000', '121121.165000', '121121.625000', '121122.085000', '121122.545000', '121123.005000', '121123.465000', '121123.925000', '121124.385000', '121124.845000', '121125.305000', '121125.765000', '121126.225000', '121126.685000', '121127.145000', '121127.605000', '121128.065000', '121128.525000', '121128.985000', '121129.445000', '121129.905000', '121130.365000', '121130.825000', '121131.285000', '121131.745000', '121132.205000', '121132.665000', '121133.125000', '121133.585000', '121134.045000', '121134.505000', '121134.965000', '121135.425000', '121135.885000', '121136.345000', '121136.805000', '121137.265000', '121137.725000', '121138.185000', '121138.645000', '121139.105000', '121139.565000', '121140.025000', '121140.485000', '121140.945000', '121141.405000', '121141.865000', '121142.325000', '121142.785000', '121143.245000', '121143.705000', '121144.165000', '121144.625000', '121145.085000', '121145.545000', '121146.005000', '121146.465000', '121146.925000', '121147.385000', '121147.845000', '121148.305000', '121148.765000', '121149.225000', '121149.685000', '121150.145000', '121150.605000', '121151.065000', '121151.525000', '121151.985000', '121152.445000', '121152.905000', '121153.365000', '121153.825000', '121154.285000', '121154.745000', '121155.205000', '121155.665000', '121156.125000', '121156.585000', '121157.045000', '121157.505000', '121157.965000', '121158.425000', '121158.885000', '121159.345000', '121159.805000', '121200.265000', '121200.725000', '121201.185000', '121201.645000', '121202.105000', '121202.565000', '121203.025000', '121203.485000', '121203.945000', '121204.405000', '121204.865000', '121205.325000', '121205.785000', '121206.245000', '121206.705000', '121207.165000', '121207.625000', '121208.085000', '121208.545000', '121209.005000', '121209.465000', '121209.925000', '121210.385000', '121210.845000', '121211.305000', '121211.765000', '121212.225000', '121212.685000', '121213.145000', '121213.605000', '121214.065000', '121214.525000', '121214.985000', '121215.445000', '121215.905000', '121216.365000', '121216.825000', '121217.285000', '121217.745000', '121218.205000', '121218.665000', '121219.125000', '121219.585000', '121220.045000', '121220.505000', '121220.965000', '121221.425000', '121221.885000', '121222.345000', '121222.805000', '121223.265000', '121223.725000', '121224.185000', '121224.645000', '121225.105000', '121225.565000', '121226.025000', '121226.485000', '121226.945000', '121227.405000', '121227.865000', '121228.325000', '121228.785000', '121229.245000', '121229.705000', '121230.165000', '121230.625000', '121231.085000', '121231.545000', '121232.005000', '121232.465000', '121232.925000', '121233.385000', '121233.845000', '121234.305000', '121234.765000', '121235.225000', '121235.685000', '121236.145000', '121236.605000', '121237.065000', '121237.525000', '121237.985000', '121238.445000', '121238.905000', '121239.365000', '121239.825000', '121240.285000', '121240.745000', '121241.205000', '121241.665000', '121242.125000', '121242.585000', '121243.045000', '121243.505000', '121243.965000', '121244.425000', '121244.885000', '121245.345000', '121245.805000', '121246.265000', '121246.725000', '121247.185000', '121247.645000', '121248.105000', '121248.565000', '121249.025000', '121249.485000', '121249.945000', '121250.405000', '121250.865000', '121251.325000', '121251.785000', '121252.245000', '121252.705000', '121253.165000', '121253.625000', '121254.085000', '121254.545000', '121255.005000', '121255.465000', '121255.925000', '121256.385000', '121256.845000', '121257.305000', '121257.765000', '121258.225000', '121258.685000', '121259.145000', '121259.605000', '121300.065000', '121300.525000', '121300.985000', '121301.445000', '121301.905000', '121302.365000', '121302.825000', '121303.285000', '121303.745000', '121304.205000', '121304.665000', '121305.125000', '121305.585000', '121306.045000', '121306.505000', '121306.965000', '121307.425000', '121307.885000', '121308.345000', '121308.805000', '121309.265000', '121309.725000', '121310.185000', '121310.645000', '121311.105000', '121311.565000', '121312.025000', '121312.485000', '121312.945000', '121313.405000', '121313.865000', '121314.325000', '121314.785000', '121315.245000', '121315.705000', '121316.165000', '121316.625000', '121317.085000', '121317.545000', '121318.005000', '121318.465000', '121318.925000', '121319.385000', '121319.845000', '121320.305000', '121320.765000', '121321.225000', '121321.685000', '121322.145000', '121322.605000', '121323.065000', '121323.525000', '121323.985000', '121324.445000', '121324.905000', '121325.365000', '121325.825000', '121326.285000', '121326.745000', '121327.205000', '121327.665000', '121328.125000', '121328.585000', '121329.045000', '121329.505000', '121329.965000', '121330.425000', '121330.885000', '121331.345000', '121331.805000', '121332.265000', '121332.725000', '121333.185000', '121333.645000', '121334.105000', '121334.565000', '121335.025000', '121335.485000', '121335.945000', '121336.405000', '121336.865000', '121337.325000', '121337.785000', '121338.245000', '121338.705000', '121339.165000', '121339.625000', '121340.085000', '121340.545000', '121341.005000', '121341.465000', '121341.925000', '121342.385000', '121342.845000', '121343.305000', '121343.765000', '121344.225000', '121344.685000', '121345.145000', '121345.605000', '121346.065000', '121346.525000', '121346.985000', '121347.445000', '121347.905000', '121348.365000', '121348.825000', '121349.285000', '121349.745000', '121350.205000', '121350.665000', '121351.125000', '121351.585000', '121352.045000', '121352.505000', '121352.965000', '121353.425000', '121353.885000', '121354.345000', '121354.805000', '121355.265000', '121355.725000', '121356.185000', '121356.645000', '121357.105000', '121357.565000', '121358.025000', '121358.485000', '121358.945000', '121359.405000', '121359.865000', '121400.325000', '121400.785000', '121401.245000', '121401.705000', '121402.165000', '121402.625000', '121403.085000', '121403.545000', '121404.005000', '121404.465000', '121404.925000', '121405.385000', '121405.845000', '121406.305000', '121406.765000', '121407.225000', '121407.685000', '121408.145000', '121408.605000', '121409.065000', '121409.525000', '121409.985000', '121410.445000', '121410.905000', '121411.365000', '121411.825000', '121412.285000', '121412.745000', '121413.205000', '121413.665000', '121414.125000', '121414.585000', '121415.045000', '121415.505000', '121415.965000', '121416.425000', '121416.885000', '121417.345000', '121417.805000', '121418.265000', '121418.725000', '121419.185000', '121419.645000', '121420.105000', '121420.565000', '121421.025000', '121421.485000', '121421.945000', '121422.405000', '121422.865000', '121423.325000', '121423.785000', '121424.245000', '121424.705000', '121425.165000', '121425.625000', '121426.085000', '121426.545000', '121427.005000', '121427.465000', '121427.925000', '121428.385000', '121428.845000', '121429.305000', '121429.765000', '121430.225000', '121430.685000', '121431.145000', '121431.605000', '121432.065000', '121432.525000', '121432.985000', '121433.445000', '121433.905000', '121434.365000', '121434.825000', '121435.285000', '121435.745000', '121436.205000', '121436.665000', '121437.125000', '121437.585000', '121438.045000', '121438.505000', '121438.965000', '121439.425000', '121439.885000', '121440.345000', '121440.805000', '121441.265000', '121441.725000', '121442.185000', '121442.645000', '121443.105000', '121443.565000', '121444.025000', '121444.485000', '121444.945000', '121445.405000', '121445.865000', '121446.325000', '121446.785000', '121447.245000', '121447.705000', '121448.165000', '121448.625000', '121449.085000', '121449.545000', '121450.005000', '121450.465000', '121450.925000', '121451.385000', '121451.845000', '121452.305000', '121452.765000', '121453.225000', '121453.685000', '121454.145000', '121454.605000', '121455.065000', '121455.525000', '121455.985000', '121456.445000', '121456.905000', '121457.365000', '121457.825000', '121458.285000', '121458.745000', '121459.205000', '121459.665000', '121500.125000', '121500.585000', '121501.045000', '121501.505000', '121501.965000', '121502.425000', '121502.885000', '121503.345000', '121503.805000', '121504.265000', '121504.725000', '121505.185000', '121505.645000', '121506.105000', '121506.565000', '121507.025000', '121507.485000', '121507.945000', '121508.405000', '121508.865000', '121509.325000', '121509.785000', '121510.245000', '121510.705000', '121511.165000', '121511.625000', '121512.085000', '121512.545000', '121513.005000', '121513.465000', '121513.925000', '121514.385000', '121514.845000', '121515.305000', '121515.765000', '121516.225000', '121516.685000', '121517.145000', '121517.605000', '121518.065000', '121518.525000', '121518.985000', '121519.445000', '121519.905000', '121520.365000', '121520.825000', '121521.285000', '121521.745000', '121522.205000', '121522.665000', '121523.125000', '121523.585000', '121524.045000', '121524.505000', '121524.965000', '121525.425000', '121525.885000', '121526.345000', '121526.805000', '121527.265000', '121527.725000', '121528.185000', '121528.645000', '121529.105000', '121529.565000'], 'ContentTime': ['120903.949000', '120903.953000', '120903.956000', '120903.959000', '120903.962000', '120903.965000', '120903.967000', '120903.970000', '120903.973000', '120903.976000', '120903.979000', '120903.982000', '120903.985000', '120904.003000', '120904.006000', '120904.008000', '120904.011000', '120904.014000', '120904.017000', '120904.020000', '120904.023000', '120904.035000', '120904.037000', '120904.040000', '120904.043000', '120904.046000', '120904.049000', '120904.052000', '120904.055000', '120904.058000', '120904.060000', '120904.063000', '120923.913000', '120923.916000', '120923.919000', '120923.925000', '120923.928000', '120923.931000', '120923.933000', '120923.936000', '120923.939000', '120923.942000', '120923.945000', '120923.948000', '120923.951000', '120923.955000', '120923.960000', '120923.963000', '120923.966000', '120923.969000', '120923.972000', '120923.974000', '120923.977000', '120923.980000', '120923.983000', '120923.986000', '120923.989000', '120923.992000', '120923.994000', '120923.997000', '120924.001000', '120924.004000', '120924.007000', '120924.010000', '120924.012000', '120924.015000', '120924.018000', '120924.021000', '120924.024000', '120924.027000', '120924.030000', '120924.032000', '120924.035000', '120924.038000', '120924.041000', '120943.913000', '120943.916000', '120943.919000', '120943.922000', '120943.924000', '120943.927000', '120943.930000', '120943.933000', '120943.936000', '120943.939000', '120943.942000', '120943.945000', '120943.948000', '120943.950000', '120943.960000', '120943.963000', '120943.966000', '120943.969000', '120943.971000', '120943.974000', '120943.977000', '120943.980000', '120943.983000', '120943.986000', '120943.989000', '120943.997000', '120944.000000', '120944.003000', '120944.006000', '120944.009000', '120944.012000', '120944.015000', '120944.018000', '120944.021000', '120944.023000', '120944.026000', '120944.029000', '120944.032000', '120944.035000', '120944.038000', '120944.040000', '120944.043000', '120944.046000', '120944.049000', '121003.913000', '121003.916000', '121003.919000', '121003.922000', '121003.925000', '121003.928000', '121003.931000', '121003.933000', '121003.936000', '121003.939000', '121003.942000', '121003.945000', '121003.948000', '121003.951000', '121003.954000', '121003.956000', '121003.959000', '121003.970000', '121003.973000', '121003.978000', '121003.982000', '121003.985000', '121003.988000', '121003.991000', '121003.994000', '121003.997000', '121004.000000', '121004.003000', '121004.005000', '121004.008000', '121004.011000', '121004.014000', '121004.017000', '121004.020000', '121004.022000', '121004.025000', '121004.028000', '121004.031000', '121004.034000', '121004.037000', '121004.040000', '121004.052000', '121004.055000', '121023.913000', '121023.916000', '121023.919000', '121023.922000', '121023.924000', '121023.927000', '121023.930000', '121023.933000', '121023.936000', '121023.939000', '121023.942000', '121023.945000', '121023.948000', '121023.951000', '121023.954000', '121023.957000', '121023.960000', '121023.962000', '121023.965000', '121023.968000', '121023.971000', '121023.974000', '121023.977000', '121023.980000', '121023.983000', '121023.985000', '121023.988000', '121023.991000', '121023.994000', '121023.997000', '121024.001000', '121024.004000', '121024.007000', '121024.009000', '121024.012000', '121024.015000', '121024.018000', '121024.021000', '121024.024000', '121024.027000', '121024.030000', '121024.032000', '121024.035000', '121024.038000', '121043.913000', '121043.916000', '121043.919000', '121043.921000', '121043.924000', '121043.927000', '121043.930000', '121043.933000', '121043.936000', '121043.939000', '121043.942000', '121043.945000', '121043.948000', '121043.950000', '121043.953000', '121043.956000', '121043.959000', '121043.962000', '121043.965000', '121043.968000', '121043.981000', '121043.984000', '121043.986000', '121043.989000', '121043.992000', '121043.995000', '121044.002000', '121044.005000', '121044.008000', '121044.011000', '121044.014000', '121044.016000', '121044.019000', '121044.022000', '121044.025000', '121044.028000', '121044.031000', '121044.034000', '121044.037000', '121044.040000', '121044.042000', '121044.045000', '121044.048000', '121103.913000', '121103.916000', '121103.919000', '121103.922000', '121103.924000', '121103.928000', '121103.931000', '121103.933000', '121103.936000', '121103.939000', '121103.942000', '121103.945000', '121103.948000', '121103.951000', '121103.954000', '121103.957000', '121103.960000', '121103.963000', '121103.966000', '121103.969000', '121103.972000', '121103.975000', '121103.977000', '121103.980000', '121103.983000', '121103.986000', '121103.989000', '121103.992000', '121103.994000', '121103.997000', '121104.001000', '121104.004000', '121104.007000', '121104.010000', '121104.013000', '121104.016000', '121104.018000', '121104.026000', '121104.029000', '121104.031000', '121104.034000', '121104.044000', '121104.047000', '121104.050000', '121123.913000', '121123.916000', '121123.919000', '121123.922000', '121123.925000', '121123.928000', '121123.930000', '121123.933000', '121123.936000', '121123.939000', '121123.942000', '121123.945000', '121123.949000', '121123.952000', '121123.955000', '121123.958000', '121123.961000', '121123.964000', '121123.967000', '121123.970000', '121123.972000', '121123.975000', '121123.978000', '121123.981000', '121123.984000', '121123.987000', '121123.990000', '121123.993000', '121123.996000', '121123.998000', '121124.002000', '121124.005000', '121124.008000', '121124.012000', '121124.018000', '121124.021000', '121124.024000', '121124.027000', '121124.030000', '121124.033000', '121124.036000', '121124.039000', '121124.041000', '121143.913000', '121143.916000', '121143.919000', '121143.922000', '121143.925000', '121143.927000', '121143.930000', '121143.933000', '121143.936000', '121143.939000', '121143.942000', '121143.945000', '121143.948000', '121143.951000', '121143.953000', '121143.956000', '121143.959000', '121143.962000', '121143.965000', '121143.968000', '121143.971000', '121143.974000', '121143.977000', '121143.979000', '121143.982000', '121143.985000', '121143.988000', '121143.991000', '121143.994000', '121143.997000', '121144.001000', '121144.003000', '121144.007000', '121144.009000', '121144.012000', '121144.015000', '121144.018000', '121144.021000', '121144.024000', '121144.027000', '121144.030000', '121144.032000', '121144.035000', '121144.038000', '121203.913000', '121203.916000', '121203.919000', '121203.922000', '121203.925000', '121203.928000', '121203.931000', '121203.934000', '121203.936000', '121203.939000', '121203.946000', '121203.949000', '121203.952000', '121203.955000', '121203.958000', '121203.961000', '121203.964000', '121203.967000', '121203.970000', '121203.972000', '121203.975000', '121203.978000', '121203.981000', '121203.984000', '121203.987000', '121203.990000', '121203.993000', '121203.995000', '121203.998000', '121204.002000', '121204.005000', '121204.013000', '121204.016000', '121204.019000', '121204.022000', '121204.025000', '121204.028000', '121204.031000', '121204.034000', '121204.040000', '121204.043000', '121204.046000', '121204.049000', '121223.914000', '121223.917000', '121223.920000', '121223.923000', '121223.926000', '121223.929000', '121223.932000', '121223.942000', '121223.945000', '121223.948000', '121223.950000', '121223.954000', '121223.956000', '121223.959000', '121223.962000', '121223.965000', '121223.980000', '121223.983000', '121223.986000', '121223.989000', '121223.992000', '121223.995000', '121223.998000', '121224.001000', '121224.004000', '121224.006000', '121224.009000', '121224.012000', '121224.015000', '121224.018000', '121224.021000', '121224.024000', '121224.027000', '121224.030000', '121224.033000', '121224.036000', '121224.039000', '121224.042000', '121224.044000', '121224.047000', '121224.050000', '121224.053000', '121224.056000', '121224.059000', '121243.913000', '121243.916000', '121243.919000', '121243.922000', '121243.925000', '121243.928000', '121243.930000', '121243.942000', '121243.944000', '121243.947000', '121243.950000', '121243.953000', '121243.956000', '121243.959000', '121243.962000', '121243.965000', '121243.968000', '121243.971000', '121243.974000', '121243.976000', '121243.979000', '121243.982000', '121243.986000', '121243.990000', '121243.993000', '121244.002000', '121244.005000', '121244.008000', '121244.010000', '121244.014000', '121244.016000', '121244.019000', '121244.022000', '121244.025000', '121244.028000', '121244.031000', '121244.034000', '121244.037000', '121244.040000', '121244.045000', '121244.049000', '121244.052000', '121244.055000', '121303.913000', '121303.916000', '121303.919000', '121303.922000', '121303.925000', '121303.927000', '121303.931000', '121303.933000', '121303.936000', '121303.939000', '121303.942000', '121303.945000', '121303.948000', '121303.951000', '121303.954000', '121303.957000', '121303.960000', '121303.963000', '121303.966000', '121303.968000', '121303.971000', '121303.974000', '121303.985000', '121303.987000', '121303.990000', '121303.993000', '121303.996000', '121304.000000', '121304.003000', '121304.006000', '121304.009000', '121304.011000', '121304.014000', '121304.017000', '121304.020000', '121304.023000', '121304.026000', '121304.029000', '121304.032000', '121304.035000', '121304.037000', '121304.040000', '121304.043000', '121304.046000', '121323.913000', '121323.916000', '121323.919000', '121323.922000', '121323.925000', '121323.928000', '121323.931000', '121323.933000', '121323.937000', '121323.939000', '121323.942000', '121323.945000', '121323.948000', '121323.951000', '121323.954000', '121323.957000', '121323.960000', '121323.963000', '121323.966000', '121323.968000', '121323.971000', '121323.974000', '121323.977000', '121323.980000', '121323.983000', '121323.986000', '121323.988000', '121323.991000', '121323.994000', '121323.997000', '121324.001000', '121324.004000', '121324.007000', '121324.010000', '121324.013000', '121324.015000', '121324.018000', '121324.021000', '121324.024000', '121324.027000', '121324.030000', '121324.033000', '121324.036000', '121343.913000', '121343.916000', '121343.919000', '121343.922000', '121343.925000', '121343.928000', '121343.930000', '121343.933000', '121343.936000', '121343.939000', '121343.942000', '121343.945000', '121343.948000', '121343.951000', '121343.954000', '121343.957000', '121343.960000', '121343.963000', '121343.966000', '121343.969000', '121343.971000', '121343.975000', '121343.977000', '121343.980000', '121343.991000', '121343.994000', '121343.997000', '121344.001000', '121344.004000', '121344.007000', '121344.010000', '121344.013000', '121344.016000', '121344.019000', '121344.022000', '121344.024000', '121344.027000', '121344.030000', '121344.033000', '121344.036000', '121344.039000', '121344.059000', '121344.062000', '121344.064000', '121403.913000', '121403.916000', '121403.919000', '121403.922000', '121403.925000', '121403.928000', '121403.930000', '121403.933000', '121403.936000', '121403.939000', '121403.942000', '121403.945000', '121403.948000', '121403.951000', '121403.954000', '121403.957000', '121403.960000', '121403.962000', '121403.965000', '121403.968000', '121403.971000', '121403.974000', '121403.977000', '121403.980000', '121403.983000', '121403.986000', '121403.988000', '121403.991000', '121403.994000', '121403.997000', '121404.001000', '121404.004000', '121404.007000', '121404.010000', '121404.013000', '121404.016000', '121404.018000', '121404.021000', '121404.026000', '121404.029000', '121404.032000', '121404.035000', '121404.038000', '121423.913000', '121423.916000', '121423.919000', '121423.922000', '121423.933000', '121423.935000', '121423.938000', '121423.941000', '121423.944000', '121423.947000', '121423.950000', '121423.953000', '121423.956000', '121423.959000', '121423.962000', '121423.964000', '121423.968000', '121423.970000', '121423.973000', '121423.976000', '121423.979000', '121423.982000', '121423.985000', '121423.988000', '121423.991000', '121423.994000', '121423.997000', '121424.001000', '121424.004000', '121424.006000', '121424.009000', '121424.012000', '121424.015000', '121424.018000', '121424.021000', '121424.024000', '121424.027000', '121424.030000', '121424.032000', '121424.035000', '121424.038000', '121424.041000', '121424.044000', '121424.047000', '121443.914000', '121443.917000', '121443.920000', '121443.923000', '121443.926000', '121443.929000', '121443.932000', '121443.935000', '121443.937000', '121443.940000', '121443.944000', '121443.946000', '121443.949000', '121443.952000', '121443.955000', '121443.958000', '121443.961000', '121443.964000', '121443.967000', '121443.970000', '121443.972000', '121443.975000', '121443.978000', '121443.981000', '121443.984000', '121443.987000', '121443.990000', '121443.993000', '121443.995000', '121443.998000', '121444.001000', '121444.004000', '121444.017000', '121444.020000', '121444.023000', '121444.027000', '121444.030000', '121444.033000', '121444.036000', '121444.039000', '121444.042000', '121444.045000', '121444.048000', '121503.913000', '121503.916000', '121503.919000', '121503.922000', '121503.925000', '121503.928000', '121503.931000', '121503.934000', '121503.937000', '121503.940000', '121503.942000', '121503.945000', '121503.948000', '121503.951000', '121503.954000', '121503.957000', '121503.960000', '121503.962000', '121503.965000', '121503.968000', '121503.971000', '121503.974000', '121503.977000', '121503.980000', '121503.983000', '121503.986000', '121503.989000', '121503.992000', '121503.995000', '121503.997000', '121504.001000', '121504.004000', '121504.007000', '121504.010000', '121504.013000', '121504.023000', '121504.026000', '121504.029000', '121504.032000', '121504.035000', '121504.038000', '121504.041000', '121504.044000', '121504.047000', '121523.913000', '121523.916000', '121523.919000', '121523.922000', '121523.931000', '121523.934000', '121523.937000', '121523.939000', '121523.942000', '121523.945000', '121523.948000', '121523.951000', '121523.954000', '121523.957000', '121523.960000', '121523.963000', '121523.965000', '121523.968000', '121523.971000', '121523.974000', '121523.977000', '121523.980000', '121523.983000', '121523.986000', '121523.989000', '121523.992000', '121523.995000', '121523.998000', '121524.001000', '121524.004000', '121524.007000', '121524.010000', '121524.013000', '121524.016000', '121524.019000', '121524.022000', '121524.025000', '121524.028000', '121524.031000', '121524.033000', '121524.036000', '121524.039000', '121524.042000', '121530.154000', '121530.157000', '121530.161000', '121530.164000', '121530.166000', '121530.169000', '121530.172000', '121530.176000', '121530.179000', '121530.182000', '121530.185000', '121530.188000', '121530.191000', '121530.194000'], 'InstanceCreationTime': ['120903.949000', '120903.953000', '120903.956000', '120903.959000', '120903.962000', '120903.965000', '120903.967000', '120903.970000', '120903.973000', '120903.976000', '120903.979000', '120903.982000', '120903.985000', '120904.003000', '120904.006000', '120904.008000', '120904.011000', '120904.014000', '120904.017000', '120904.020000', '120904.023000', '120904.035000', '120904.037000', '120904.040000', '120904.043000', '120904.046000', '120904.049000', '120904.052000', '120904.055000', '120904.058000', '120904.060000', '120904.063000', '120923.913000', '120923.916000', '120923.919000', '120923.925000', '120923.928000', '120923.931000', '120923.933000', '120923.936000', '120923.939000', '120923.942000', '120923.945000', '120923.948000', '120923.951000', '120923.955000', '120923.960000', '120923.963000', '120923.966000', '120923.969000', '120923.972000', '120923.974000', '120923.977000', '120923.980000', '120923.983000', '120923.986000', '120923.989000', '120923.992000', '120923.994000', '120923.997000', '120924.001000', '120924.004000', '120924.007000', '120924.010000', '120924.012000', '120924.015000', '120924.018000', '120924.021000', '120924.024000', '120924.027000', '120924.030000', '120924.032000', '120924.035000', '120924.038000', '120924.041000', '120943.913000', '120943.916000', '120943.919000', '120943.922000', '120943.924000', '120943.927000', '120943.930000', '120943.933000', '120943.936000', '120943.939000', '120943.942000', '120943.945000', '120943.948000', '120943.950000', '120943.960000', '120943.963000', '120943.966000', '120943.969000', '120943.971000', '120943.974000', '120943.977000', '120943.980000', '120943.983000', '120943.986000', '120943.989000', '120943.997000', '120944.000000', '120944.003000', '120944.006000', '120944.009000', '120944.012000', '120944.015000', '120944.018000', '120944.021000', '120944.023000', '120944.026000', '120944.029000', '120944.032000', '120944.035000', '120944.038000', '120944.040000', '120944.043000', '120944.046000', '120944.049000', '121003.913000', '121003.916000', '121003.919000', '121003.922000', '121003.925000', '121003.928000', '121003.931000', '121003.933000', '121003.936000', '121003.939000', '121003.942000', '121003.945000', '121003.948000', '121003.951000', '121003.954000', '121003.956000', '121003.959000', '121003.970000', '121003.973000', '121003.978000', '121003.982000', '121003.985000', '121003.988000', '121003.991000', '121003.994000', '121003.997000', '121004.000000', '121004.003000', '121004.005000', '121004.008000', '121004.011000', '121004.014000', '121004.017000', '121004.020000', '121004.022000', '121004.025000', '121004.028000', '121004.031000', '121004.034000', '121004.037000', '121004.040000', '121004.052000', '121004.055000', '121023.913000', '121023.916000', '121023.919000', '121023.922000', '121023.924000', '121023.927000', '121023.930000', '121023.933000', '121023.936000', '121023.939000', '121023.942000', '121023.945000', '121023.948000', '121023.951000', '121023.954000', '121023.957000', '121023.960000', '121023.962000', '121023.965000', '121023.968000', '121023.971000', '121023.974000', '121023.977000', '121023.980000', '121023.983000', '121023.985000', '121023.988000', '121023.991000', '121023.994000', '121023.997000', '121024.001000', '121024.004000', '121024.007000', '121024.009000', '121024.012000', '121024.015000', '121024.018000', '121024.021000', '121024.024000', '121024.027000', '121024.030000', '121024.032000', '121024.035000', '121024.038000', '121043.913000', '121043.916000', '121043.919000', '121043.921000', '121043.924000', '121043.927000', '121043.930000', '121043.933000', '121043.936000', '121043.939000', '121043.942000', '121043.945000', '121043.948000', '121043.950000', '121043.953000', '121043.956000', '121043.959000', '121043.962000', '121043.965000', '121043.968000', '121043.981000', '121043.984000', '121043.986000', '121043.989000', '121043.992000', '121043.995000', '121044.002000', '121044.005000', '121044.008000', '121044.011000', '121044.014000', '121044.016000', '121044.019000', '121044.022000', '121044.025000', '121044.028000', '121044.031000', '121044.034000', '121044.037000', '121044.040000', '121044.042000', '121044.045000', '121044.048000', '121103.913000', '121103.916000', '121103.919000', '121103.922000', '121103.924000', '121103.928000', '121103.931000', '121103.933000', '121103.936000', '121103.939000', '121103.942000', '121103.945000', '121103.948000', '121103.951000', '121103.954000', '121103.957000', '121103.960000', '121103.963000', '121103.966000', '121103.969000', '121103.972000', '121103.975000', '121103.977000', '121103.980000', '121103.983000', '121103.986000', '121103.989000', '121103.992000', '121103.994000', '121103.997000', '121104.001000', '121104.004000', '121104.007000', '121104.010000', '121104.013000', '121104.016000', '121104.018000', '121104.026000', '121104.029000', '121104.031000', '121104.034000', '121104.044000', '121104.047000', '121104.050000', '121123.913000', '121123.916000', '121123.919000', '121123.922000', '121123.925000', '121123.928000', '121123.930000', '121123.933000', '121123.936000', '121123.939000', '121123.942000', '121123.945000', '121123.949000', '121123.952000', '121123.955000', '121123.958000', '121123.961000', '121123.964000', '121123.967000', '121123.970000', '121123.972000', '121123.975000', '121123.978000', '121123.981000', '121123.984000', '121123.987000', '121123.990000', '121123.993000', '121123.996000', '121123.998000', '121124.002000', '121124.005000', '121124.008000', '121124.012000', '121124.018000', '121124.021000', '121124.024000', '121124.027000', '121124.030000', '121124.033000', '121124.036000', '121124.039000', '121124.041000', '121143.913000', '121143.916000', '121143.919000', '121143.922000', '121143.925000', '121143.927000', '121143.930000', '121143.933000', '121143.936000', '121143.939000', '121143.942000', '121143.945000', '121143.948000', '121143.951000', '121143.953000', '121143.956000', '121143.959000', '121143.962000', '121143.965000', '121143.968000', '121143.971000', '121143.974000', '121143.977000', '121143.979000', '121143.982000', '121143.985000', '121143.988000', '121143.991000', '121143.994000', '121143.997000', '121144.001000', '121144.003000', '121144.007000', '121144.009000', '121144.012000', '121144.015000', '121144.018000', '121144.021000', '121144.024000', '121144.027000', '121144.030000', '121144.032000', '121144.035000', '121144.038000', '121203.913000', '121203.916000', '121203.919000', '121203.922000', '121203.925000', '121203.928000', '121203.931000', '121203.934000', '121203.936000', '121203.939000', '121203.946000', '121203.949000', '121203.952000', '121203.955000', '121203.958000', '121203.961000', '121203.964000', '121203.967000', '121203.970000', '121203.972000', '121203.975000', '121203.978000', '121203.981000', '121203.984000', '121203.987000', '121203.990000', '121203.993000', '121203.995000', '121203.998000', '121204.002000', '121204.005000', '121204.013000', '121204.016000', '121204.019000', '121204.022000', '121204.025000', '121204.028000', '121204.031000', '121204.034000', '121204.040000', '121204.043000', '121204.046000', '121204.049000', '121223.914000', '121223.917000', '121223.920000', '121223.923000', '121223.926000', '121223.929000', '121223.932000', '121223.942000', '121223.945000', '121223.948000', '121223.950000', '121223.954000', '121223.956000', '121223.959000', '121223.962000', '121223.965000', '121223.980000', '121223.983000', '121223.986000', '121223.989000', '121223.992000', '121223.995000', '121223.998000', '121224.001000', '121224.004000', '121224.006000', '121224.009000', '121224.012000', '121224.015000', '121224.018000', '121224.021000', '121224.024000', '121224.027000', '121224.030000', '121224.033000', '121224.036000', '121224.039000', '121224.042000', '121224.044000', '121224.047000', '121224.050000', '121224.053000', '121224.056000', '121224.059000', '121243.913000', '121243.916000', '121243.919000', '121243.922000', '121243.925000', '121243.928000', '121243.930000', '121243.942000', '121243.944000', '121243.947000', '121243.950000', '121243.953000', '121243.956000', '121243.959000', '121243.962000', '121243.965000', '121243.968000', '121243.971000', '121243.974000', '121243.976000', '121243.979000', '121243.982000', '121243.986000', '121243.990000', '121243.993000', '121244.002000', '121244.005000', '121244.008000', '121244.010000', '121244.014000', '121244.016000', '121244.019000', '121244.022000', '121244.025000', '121244.028000', '121244.031000', '121244.034000', '121244.037000', '121244.040000', '121244.045000', '121244.049000', '121244.052000', '121244.055000', '121303.913000', '121303.916000', '121303.919000', '121303.922000', '121303.925000', '121303.927000', '121303.931000', '121303.933000', '121303.936000', '121303.939000', '121303.942000', '121303.945000', '121303.948000', '121303.951000', '121303.954000', '121303.957000', '121303.960000', '121303.963000', '121303.966000', '121303.968000', '121303.971000', '121303.974000', '121303.985000', '121303.987000', '121303.990000', '121303.993000', '121303.996000', '121304.000000', '121304.003000', '121304.006000', '121304.009000', '121304.011000', '121304.014000', '121304.017000', '121304.020000', '121304.023000', '121304.026000', '121304.029000', '121304.032000', '121304.035000', '121304.037000', '121304.040000', '121304.043000', '121304.046000', '121323.913000', '121323.916000', '121323.919000', '121323.922000', '121323.925000', '121323.928000', '121323.931000', '121323.933000', '121323.937000', '121323.939000', '121323.942000', '121323.945000', '121323.948000', '121323.951000', '121323.954000', '121323.957000', '121323.960000', '121323.963000', '121323.966000', '121323.968000', '121323.971000', '121323.974000', '121323.977000', '121323.980000', '121323.983000', '121323.986000', '121323.988000', '121323.991000', '121323.994000', '121323.997000', '121324.001000', '121324.004000', '121324.007000', '121324.010000', '121324.013000', '121324.015000', '121324.018000', '121324.021000', '121324.024000', '121324.027000', '121324.030000', '121324.033000', '121324.036000', '121343.913000', '121343.916000', '121343.919000', '121343.922000', '121343.925000', '121343.928000', '121343.930000', '121343.933000', '121343.936000', '121343.939000', '121343.942000', '121343.945000', '121343.948000', '121343.951000', '121343.954000', '121343.957000', '121343.960000', '121343.963000', '121343.966000', '121343.969000', '121343.971000', '121343.975000', '121343.977000', '121343.980000', '121343.991000', '121343.994000', '121343.997000', '121344.001000', '121344.004000', '121344.007000', '121344.010000', '121344.013000', '121344.016000', '121344.019000', '121344.022000', '121344.024000', '121344.027000', '121344.030000', '121344.033000', '121344.036000', '121344.039000', '121344.059000', '121344.062000', '121344.064000', '121403.913000', '121403.916000', '121403.919000', '121403.922000', '121403.925000', '121403.928000', '121403.930000', '121403.933000', '121403.936000', '121403.939000', '121403.942000', '121403.945000', '121403.948000', '121403.951000', '121403.954000', '121403.957000', '121403.960000', '121403.962000', '121403.965000', '121403.968000', '121403.971000', '121403.974000', '121403.977000', '121403.980000', '121403.983000', '121403.986000', '121403.988000', '121403.991000', '121403.994000', '121403.997000', '121404.001000', '121404.004000', '121404.007000', '121404.010000', '121404.013000', '121404.016000', '121404.018000', '121404.021000', '121404.026000', '121404.029000', '121404.032000', '121404.035000', '121404.038000', '121423.913000', '121423.916000', '121423.919000', '121423.922000', '121423.933000', '121423.935000', '121423.938000', '121423.941000', '121423.944000', '121423.947000', '121423.950000', '121423.953000', '121423.956000', '121423.959000', '121423.962000', '121423.964000', '121423.968000', '121423.970000', '121423.973000', '121423.976000', '121423.979000', '121423.982000', '121423.985000', '121423.988000', '121423.991000', '121423.994000', '121423.997000', '121424.001000', '121424.004000', '121424.006000', '121424.009000', '121424.012000', '121424.015000', '121424.018000', '121424.021000', '121424.024000', '121424.027000', '121424.030000', '121424.032000', '121424.035000', '121424.038000', '121424.041000', '121424.044000', '121424.047000', '121443.914000', '121443.917000', '121443.920000', '121443.923000', '121443.926000', '121443.929000', '121443.932000', '121443.935000', '121443.937000', '121443.940000', '121443.944000', '121443.946000', '121443.949000', '121443.952000', '121443.955000', '121443.958000', '121443.961000', '121443.964000', '121443.967000', '121443.970000', '121443.972000', '121443.975000', '121443.978000', '121443.981000', '121443.984000', '121443.987000', '121443.990000', '121443.993000', '121443.995000', '121443.998000', '121444.001000', '121444.004000', '121444.017000', '121444.020000', '121444.023000', '121444.027000', '121444.030000', '121444.033000', '121444.036000', '121444.039000', '121444.042000', '121444.045000', '121444.048000', '121503.913000', '121503.916000', '121503.919000', '121503.922000', '121503.925000', '121503.928000', '121503.931000', '121503.934000', '121503.937000', '121503.940000', '121503.942000', '121503.945000', '121503.948000', '121503.951000', '121503.954000', '121503.957000', '121503.960000', '121503.962000', '121503.965000', '121503.968000', '121503.971000', '121503.974000', '121503.977000', '121503.980000', '121503.983000', '121503.986000', '121503.989000', '121503.992000', '121503.995000', '121503.997000', '121504.001000', '121504.004000', '121504.007000', '121504.010000', '121504.013000', '121504.023000', '121504.026000', '121504.029000', '121504.032000', '121504.035000', '121504.038000', '121504.041000', '121504.044000', '121504.047000', '121523.913000', '121523.916000', '121523.919000', '121523.922000', '121523.931000', '121523.934000', '121523.937000', '121523.939000', '121523.942000', '121523.945000', '121523.948000', '121523.951000', '121523.954000', '121523.957000', '121523.960000', '121523.963000', '121523.965000', '121523.968000', '121523.971000', '121523.974000', '121523.977000', '121523.980000', '121523.983000', '121523.986000', '121523.989000', '121523.992000', '121523.995000', '121523.998000', '121524.001000', '121524.004000', '121524.007000', '121524.010000', '121524.013000', '121524.016000', '121524.019000', '121524.022000', '121524.025000', '121524.028000', '121524.031000', '121524.033000', '121524.036000', '121524.039000', '121524.042000', '121530.154000', '121530.157000', '121530.161000', '121530.164000', '121530.166000', '121530.169000', '121530.172000', '121530.176000', '121530.179000', '121530.182000', '121530.185000', '121530.188000', '121530.191000', '121530.194000'], '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': [13000, 12350, 11746, 10470, 12496, 14469, 11528, 11689, 14457, 13055, 13182, 11538, 11981, 11613, 11714, 11810, 11524, 12092, 11925, 11523, 12092, 12576, 11830, 11979, 12119, 12745, 12458, 11950, 11961, 11524, 12828, 11621, 12530, 12032, 12424, 12219, 10998, 12842, 13231, 12281, 12530, 11559, 12301, 10848, 11972, 10712, 11958, 13069, 11500, 11980, 12088, 12016, 10834, 11561, 10970, 12010, 11002, 11751, 13336, 11139, 12031, 12807, 12143, 14068, 10974, 12237, 13842, 11690, 12214, 11586, 11704, 11801, 12607, 12625, 12125, 12702, 11676, 11299, 12452, 10967, 12042, 12102, 12329, 12020, 12068, 12343, 11613, 12218, 12671, 11707, 12013, 12463, 11489, 11962, 11237, 12308, 12239, 11651, 12336, 12146, 11233, 12288, 12515, 11915, 11496, 10795, 12530, 11592, 12382, 13174, 12755, 11605, 11955, 10935, 12035, 14079, 12120, 11477, 13539, 11097, 11425, 10921, 12719, 13429, 10572, 12973, 12041, 10621, 13027, 12465, 11187, 13104, 12387, 12038, 13154, 14971, 12869, 12093, 14341, 12083, 12644, 11908, 12345, 11370, 12631, 11873, 12198, 12405, 11523, 12185, 12935, 12146, 12408, 10925, 11908, 11933, 11584, 11769, 12602, 11395, 11794, 12574, 11656, 12007, 11449, 12002, 10902, 11632, 10642, 11044, 13424, 10745, 12111, 11177, 11442, 11191, 11827, 13362, 11663, 12480, 12258, 11663, 11592, 11830, 13408, 11864, 11680, 11660, 11456, 11399, 12949, 10888, 11201, 12086, 10908, 11165, 11930, 11694, 11190, 11690, 10069, 11294, 12681, 10503, 11430, 11106, 11496, 11183, 10752, 11663, 12822, 10762, 11512, 11738, 11445, 11866, 11686, 11826, 10998, 11698, 12154, 13730, 11307, 11627, 13833, 11406, 13090, 11098, 11225, 12160, 11071, 11466, 12330, 10886, 11537, 12258, 11512, 11742, 11274, 11082, 12041, 11090, 11603, 12518, 11177, 11736, 11123, 11301, 12356, 12427, 12008, 14766, 11468, 11549, 11428, 11883, 11616, 11588, 11781, 11856, 11522, 13978, 10732, 11381, 11009, 11240, 11959, 11274, 11648, 11983, 11562, 13233, 10665, 11555, 10877, 11463, 11558, 11689, 12569, 12083, 11607, 11337, 11308, 12945, 11836, 11735, 13008, 12098, 11459, 11412, 11572, 11744, 11788, 12141, 12332, 11324, 11455, 12390, 11701, 11793, 11534, 11805, 12078, 12040, 11976, 11999, 11312, 11168, 11218, 10781, 11153, 11349, 11173, 13607, 11354, 11413, 13163, 11747, 11435, 11184, 11221, 11270, 11249, 13012, 11599, 10872, 13478, 12041, 11792, 12170, 11749, 11582, 11488, 12393, 11914, 11620, 12654, 12296, 11674, 13076, 12240, 11734, 12678, 11866, 12041, 11607, 12231, 12069, 11615, 12505, 11508, 11490, 11775, 11958, 11567, 11363, 11556, 12206, 11834, 12024, 10763, 11205, 11401, 12303, 11624, 11535, 13005, 12236, 11824, 12271, 12541, 11821, 11411, 11879, 11826, 11823, 12301, 12623, 12992, 12406, 12125, 11751, 12682, 12132, 11960, 13114, 12523, 12156, 13371, 12432, 11572, 11906, 11210, 11387, 11846, 11335, 11753, 12367, 11917, 11480, 12006, 11792, 11636, 11594, 12133, 12216, 12400, 11631, 12728, 11930, 11436, 11783, 12207, 12237, 11380, 12329, 11578, 11196, 12382, 12195, 12089, 13139, 11563, 12407, 11430, 11973, 12105, 12132, 12546, 12552, 13393, 11419, 12573, 11688, 12198, 11329, 12085, 11703, 14139, 12338, 11852, 12692, 12090, 11604, 13460, 11446, 11247, 11734, 11414, 11998, 11997, 12052, 11519, 13009, 12131, 11269, 13103, 12849, 10837, 12411, 11035, 12083, 11672, 11397, 11942, 12173, 13035, 12461, 12131, 11689, 12471, 12252, 11263, 11876, 10198, 11356, 11511, 12310, 11926, 11778, 11560, 12363, 10363, 11447, 10447, 10911, 11816, 11529, 10407, 10559, 10204, 11584, 11379, 12227, 15443, 12849, 12700, 13657, 12112, 12101, 12786, 12367, 11890, 12336, 12456, 12870, 13797, 14325, 12674, 12796, 12303, 11892, 12885, 11786, 11543, 11907, 11893, 11510, 12149, 12131, 11868, 11551, 11840, 11191, 12102, 12580, 11827, 12122, 11200, 11941, 11996, 11739, 12178, 11351, 11646, 12234, 11857, 12551, 13203, 12641, 12556, 12167, 12676, 11775, 12053, 11613, 12636, 15045, 12564, 12041, 12034, 12599, 10615, 12082, 14888, 12403, 11800, 12416, 12434, 11935, 11832, 11896, 12187, 11434, 11968, 12816, 12113, 12264, 12507, 12128, 12400, 13185, 11604, 12357, 13587, 12202, 13823, 15805, 13413, 12607, 13160, 14050, 12862, 13383, 13121, 12172, 13090, 12510, 12900, 13398, 13146, 12548, 13271, 11637, 12176, 12596, 12172, 12388, 13254, 12342, 12592, 11949, 12667, 12302, 13204, 11298, 12825, 11366, 12867, 12544, 12644, 12477, 12390, 12883, 13313, 12785, 13074, 13807, 13248, 12747, 12575, 12602, 11415, 12691, 13246, 11878, 12700, 13124, 11158, 13057, 11932, 12512, 11804, 12020, 12188, 11992, 11889, 11064, 10536, 10956, 13125, 14213, 11939, 13545, 12752, 12592, 13115, 14094, 12718, 13474, 13719, 12138, 13513, 12376, 13190, 12772, 12757, 13592, 13468, 12654, 13232, 13581, 10593, 13545, 13276, 12709, 13338, 14047, 13442, 13567, 13436, 13925, 13914, 12792, 13981, 12488, 12941, 13229, 13059, 13274, 13955, 13768, 14016, 12597, 13604, 11255, 13177, 11512, 12683, 13428, 12933, 11965, 13621, 13101, 11187, 13504, 12748, 10863, 13220, 12279, 11598, 13739, 12745, 13657, 11221, 13126, 11405, 12114, 13671, 13925, 12661, 14326, 12808, 13271, 12933, 12957, 14009, 12721, 13608, 12662, 11736, 13965, 11807, 13689, 13061, 13417, 13254, 12096, 13628, 13612, 12755, 12914, 11990, 13521, 12677, 13819, 11431, 12692, 13697, 12557, 13793, 13482, 13758, 11930, 13067, 13724, 13429, 14206, 11216, 12841, 13815, 12946, 13752, 13416, 13051, 13459, 13392, 12563, 12502, 13572, 11665, 13388, 13389, 11513, 13158, 11611, 10720, 13212, 13274, 13192, 12980, 10352, 13692, 13637, 12603, 13741, 12056, 13408, 13955, 10148, 13739, 13605, 12634, 11287, 12932, 10312, 12639, 12080, 11677, 13479, 13977, 11685, 11708, 10726, 13048, 13668, 10018, 12851, 12488, 10013, 12690, 12729, 12823, 10616, 10713, 13130, 13918, 10808, 13279, 10775, 13398, 12347, 12704, 13552, 10110, 13733, 14099, 11164, 14199, 12362, 14005, 14102, 14340, 13555, 14122, 12882, 12662, 13923, 12600, 12555, 13581, 12666, 13301, 12054, 11034, 13617, 12387, 12444, 10891, 11334, 11343, 11405, 11173, 12014, 10431, 11929, 13866, 13693, 13433, 13981, 12499, 13999, 12463, 13374, 13973, 13327, 13956, 13254, 13272, 12844, 13348, 11775, 11521, 13549, 11561, 11701, 13152, 11434, 12409, 11164, 10928, 13583], 'WindowCenter': [4444.0, 4417.0, 4404.0, 4380.0, 4387.0, 4396.0, 4366.0, 4364.0, 4382.0, 4371.0, 4373.0, 4362.0, 4361.0, 4348.0, 4357.0, 4360.0, 4348.0, 4359.0, 4359.0, 4359.0, 4361.0, 4357.0, 4359.0, 4359.0, 4355.0, 4358.0, 4359.0, 4360.0, 4359.0, 4359.0, 4382.0, 4361.0, 4370.0, 4372.0, 4374.0, 4372.0, 4362.0, 4372.0, 4370.0, 4371.0, 4373.0, 4374.0, 4377.0, 4365.0, 4375.0, 4353.0, 4361.0, 4373.0, 4361.0, 4362.0, 4361.0, 4373.0, 4361.0, 4363.0, 4350.0, 4362.0, 4352.0, 4362.0, 4371.0, 4351.0, 4361.0, 4371.0, 4361.0, 4371.0, 4349.0, 4360.0, 4368.0, 4358.0, 4358.0, 4361.0, 4357.0, 4369.0, 4371.0, 4359.0, 4359.0, 4359.0, 4348.0, 4360.0, 4369.0, 4362.0, 4385.0, 4385.0, 4387.0, 4386.0, 4374.0, 4371.0, 4362.0, 4374.0, 4371.0, 4362.0, 4373.0, 4358.0, 4362.0, 4361.0, 4362.0, 4372.0, 4361.0, 4359.0, 4358.0, 4348.0, 4346.0, 4361.0, 4358.0, 4362.0, 4362.0, 4362.0, 4385.0, 4374.0, 4373.0, 4369.0, 4370.0, 4375.0, 4388.0, 4376.0, 4388.0, 4398.0, 4363.0, 4362.0, 4369.0, 4364.0, 4375.0, 4375.0, 4385.0, 4385.0, 4351.0, 4371.0, 4358.0, 4338.0, 4369.0, 4358.0, 4347.0, 4371.0, 4359.0, 4360.0, 4370.0, 4380.0, 4359.0, 4374.0, 4368.0, 4345.0, 4345.0, 4344.0, 4344.0, 4344.0, 4357.0, 4347.0, 4357.0, 4359.0, 4360.0, 4373.0, 4372.0, 4359.0, 4358.0, 4347.0, 4358.0, 4348.0, 4345.0, 4346.0, 4358.0, 4348.0, 4359.0, 4369.0, 4360.0, 4360.0, 4358.0, 4370.0, 4361.0, 4361.0, 4361.0, 4374.0, 4395.0, 4377.0, 4377.0, 4377.0, 4377.0, 4379.0, 4387.0, 4385.0, 4374.0, 4387.0, 4387.0, 4373.0, 4362.0, 4362.0, 4374.0, 4360.0, 4359.0, 4351.0, 4349.0, 4360.0, 4370.0, 4361.0, 4359.0, 4347.0, 4334.0, 4345.0, 4346.0, 4347.0, 4348.0, 4359.0, 4338.0, 4350.0, 4357.0, 4349.0, 4359.0, 4348.0, 4362.0, 4361.0, 4363.0, 4374.0, 4372.0, 4362.0, 4364.0, 4362.0, 4363.0, 4363.0, 4373.0, 4374.0, 4363.0, 4373.0, 4376.0, 4384.0, 4363.0, 4364.0, 4371.0, 4361.0, 4372.0, 4362.0, 4361.0, 4348.0, 4347.0, 4350.0, 4359.0, 4349.0, 4361.0, 4362.0, 4360.0, 4363.0, 4363.0, 4362.0, 4361.0, 4361.0, 4360.0, 4361.0, 4350.0, 4363.0, 4363.0, 4364.0, 4384.0, 4371.0, 4361.0, 4380.0, 4361.0, 4361.0, 4360.0, 4362.0, 4362.0, 4362.0, 4362.0, 4371.0, 4374.0, 4395.0, 4366.0, 4362.0, 4361.0, 4350.0, 4349.0, 4348.0, 4350.0, 4361.0, 4361.0, 4384.0, 4364.0, 4371.0, 4361.0, 4361.0, 4361.0, 4361.0, 4372.0, 4373.0, 4375.0, 4364.0, 4375.0, 4376.0, 4359.0, 4361.0, 4358.0, 4347.0, 4347.0, 4349.0, 4348.0, 4359.0, 4360.0, 4361.0, 4372.0, 4362.0, 4364.0, 4370.0, 4363.0, 4364.0, 4362.0, 4363.0, 4359.0, 4362.0, 4361.0, 4360.0, 4362.0, 4361.0, 4363.0, 4361.0, 4364.0, 4364.0, 4374.0, 4386.0, 4366.0, 4376.0, 4384.0, 4375.0, 4375.0, 4376.0, 4376.0, 4362.0, 4364.0, 4386.0, 4360.0, 4352.0, 4384.0, 4375.0, 4375.0, 4375.0, 4375.0, 4374.0, 4363.0, 4360.0, 4357.0, 4349.0, 4360.0, 4360.0, 4361.0, 4372.0, 4361.0, 4360.0, 4359.0, 4348.0, 4356.0, 4336.0, 4347.0, 4360.0, 4348.0, 4360.0, 4360.0, 4362.0, 4375.0, 4374.0, 4373.0, 4362.0, 4361.0, 4361.0, 4361.0, 4373.0, 4365.0, 4377.0, 4376.0, 4375.0, 4375.0, 4366.0, 4374.0, 4373.0, 4362.0, 4362.0, 4371.0, 4362.0, 4364.0, 4374.0, 4374.0, 4362.0, 4374.0, 4372.0, 4384.0, 4385.0, 4374.0, 4377.0, 4387.0, 4374.0, 4362.0, 4374.0, 4360.0, 4360.0, 4371.0, 4371.0, 4361.0, 4374.0, 4364.0, 4360.0, 4361.0, 4347.0, 4360.0, 4373.0, 4374.0, 4363.0, 4362.0, 4360.0, 4362.0, 4363.0, 4374.0, 4363.0, 4372.0, 4362.0, 4372.0, 4362.0, 4362.0, 4360.0, 4359.0, 4374.0, 4364.0, 4373.0, 4362.0, 4360.0, 4373.0, 4373.0, 4370.0, 4383.0, 4362.0, 4374.0, 4376.0, 4376.0, 4387.0, 4374.0, 4375.0, 4375.0, 4396.0, 4376.0, 4387.0, 4377.0, 4390.0, 4377.0, 4377.0, 4376.0, 4385.0, 4363.0, 4362.0, 4363.0, 4362.0, 4362.0, 4372.0, 4362.0, 4362.0, 4372.0, 4362.0, 4374.0, 4364.0, 4374.0, 4376.0, 4375.0, 4360.0, 4353.0, 4362.0, 4360.0, 4350.0, 4361.0, 4349.0, 4360.0, 4360.0, 4359.0, 4362.0, 4374.0, 4373.0, 4370.0, 4362.0, 4349.0, 4359.0, 4359.0, 4349.0, 4361.0, 4349.0, 4361.0, 4360.0, 4361.0, 4373.0, 4374.0, 4362.0, 4384.0, 4366.0, 4387.0, 4380.0, 4377.0, 4404.0, 4358.0, 4320.0, 4347.0, 4350.0, 4377.0, 4389.0, 4389.0, 4410.0, 4387.0, 4385.0, 4385.0, 4372.0, 4362.0, 4373.0, 4371.0, 4374.0, 4374.0, 4373.0, 4373.0, 4372.0, 4366.0, 4347.0, 4348.0, 4342.0, 4334.0, 4342.0, 4334.0, 4334.0, 4333.0, 4331.0, 4332.0, 4341.0, 4344.0, 4332.0, 4333.0, 4343.0, 4345.0, 4347.0, 4345.0, 4345.0, 4357.0, 4347.0, 4357.0, 4361.0, 4361.0, 4373.0, 4350.0, 4361.0, 4362.0, 4359.0, 4370.0, 4371.0, 4383.0, 4374.0, 4383.0, 4383.0, 4375.0, 4375.0, 4386.0, 4399.0, 4411.0, 4387.0, 4363.0, 4361.0, 4374.0, 4378.0, 4401.0, 4395.0, 4382.0, 4373.0, 4360.0, 4369.0, 4372.0, 4361.0, 4372.0, 4373.0, 4363.0, 4374.0, 4384.0, 4371.0, 4358.0, 4359.0, 4357.0, 4368.0, 4371.0, 4360.0, 4373.0, 4384.0, 4375.0, 4374.0, 4367.0, 4343.0, 4335.0, 4331.0, 4342.0, 4316.0, 4328.0, 4318.0, 4318.0, 4342.0, 4371.0, 4355.0, 4380.0, 4354.0, 4343.0, 4340.0, 4330.0, 4342.0, 4342.0, 4343.0, 4356.0, 4355.0, 4357.0, 4358.0, 4358.0, 4367.0, 4358.0, 4368.0, 4358.0, 4384.0, 4359.0, 4382.0, 4371.0, 4386.0, 4386.0, 4385.0, 4387.0, 4386.0, 4387.0, 4399.0, 4384.0, 4386.0, 4373.0, 4371.0, 4371.0, 4362.0, 4371.0, 4370.0, 4361.0, 4385.0, 4400.0, 4392.0, 4396.0, 4345.0, 4369.0, 4358.0, 4370.0, 4372.0, 4372.0, 4375.0, 4374.0, 4366.0, 4378.0, 4401.0, 4411.0, 4376.0, 4386.0, 4375.0, 4374.0, 4385.0, 4382.0, 4371.0, 4383.0, 4370.0, 4371.0, 4385.0, 4376.0, 4386.0, 4386.0, 4382.0, 4385.0, 4386.0, 4373.0, 4382.0, 4382.0, 4362.0, 4384.0, 4385.0, 4388.0, 4397.0, 4396.0, 4385.0, 4385.0, 4384.0, 4396.0, 4386.0, 4373.0, 4382.0, 4376.0, 4373.0, 4382.0, 4373.0, 4372.0, 4381.0, 4381.0, 4393.0, 4373.0, 4384.0, 4362.0, 4384.0, 4365.0, 4373.0, 4384.0, 4376.0, 4361.0, 4381.0, 4371.0, 4348.0, 4368.0, 4359.0, 4347.0, 4370.0, 4359.0, 4360.0, 4379.0, 4370.0, 4382.0, 4363.0, 4395.0, 4375.0, 4386.0, 4397.0, 4396.0, 4373.0, 4382.0, 4373.0, 4386.0, 4372.0, 4386.0, 4409.0, 4387.0, 4396.0, 4385.0, 4373.0, 4394.0, 4374.0, 4383.0, 4384.0, 4384.0, 4383.0, 4370.0, 4369.0, 4369.0, 4370.0, 4369.0, 4360.0, 4370.0, 4370.0, 4380.0, 4347.0, 4357.0, 4379.0, 4358.0, 4377.0, 4371.0, 4382.0, 4360.0, 4368.0, 4379.0, 4368.0, 4368.0, 4348.0, 4368.0, 4380.0, 4369.0, 4381.0, 4371.0, 4367.0, 4368.0, 4368.0, 4356.0, 4356.0, 4367.0, 4356.0, 4369.0, 4369.0, 4347.0, 4368.0, 4358.0, 4348.0, 4370.0, 4371.0, 4382.0, 4380.0, 4351.0, 4382.0, 4382.0, 4382.0, 4394.0, 4372.0, 4383.0, 4394.0, 4363.0, 4393.0, 4382.0, 4372.0, 4363.0, 4386.0, 4378.0, 4399.0, 4388.0, 4389.0, 4410.0, 4397.0, 4376.0, 4376.0, 4375.0, 4396.0, 4395.0, 4351.0, 4384.0, 4383.0, 4349.0, 4371.0, 4383.0, 4384.0, 4362.0, 4362.0, 4394.0, 4383.0, 4361.0, 4380.0, 4363.0, 4396.0, 4385.0, 4397.0, 4396.0, 4364.0, 4397.0, 4396.0, 4374.0, 4397.0, 4386.0, 4396.0, 4397.0, 4384.0, 4382.0, 4380.0, 4369.0, 4369.0, 4380.0, 4369.0, 4370.0, 4381.0, 4370.0, 4381.0, 4370.0, 4349.0, 4380.0, 4358.0, 4358.0, 4348.0, 4359.0, 4361.0, 4372.0, 4374.0, 4383.0, 4362.0, 4372.0, 4395.0, 4384.0, 4383.0, 4383.0, 4371.0, 4381.0, 4371.0, 4381.0, 4382.0, 4382.0, 4380.0, 4370.0, 4357.0, 4355.0, 4366.0, 4343.0, 4343.0, 4365.0, 4344.0, 4356.0, 4367.0, 4344.0, 4355.0, 4345.0, 4346.0, 4379.0], 'WindowWidth': [9784.0, 9734.0, 9708.0, 9668.0, 9672.0, 9685.0, 9639.0, 9636.0, 9659.0, 9639.0, 9644.0, 9630.0, 9627.0, 9604.0, 9614.0, 9621.0, 9603.0, 9619.0, 9623.0, 9622.0, 9626.0, 9618.0, 9619.0, 9619.0, 9609.0, 9616.0, 9622.0, 9622.0, 9621.0, 9618.0, 9658.0, 9627.0, 9636.0, 9645.0, 9648.0, 9644.0, 9628.0, 9642.0, 9638.0, 9640.0, 9646.0, 9650.0, 9657.0, 9638.0, 9650.0, 9617.0, 9628.0, 9648.0, 9627.0, 9627.0, 9626.0, 9645.0, 9627.0, 9631.0, 9610.0, 9628.0, 9614.0, 9626.0, 9640.0, 9611.0, 9628.0, 9639.0, 9624.0, 9644.0, 9607.0, 9622.0, 9633.0, 9618.0, 9621.0, 9627.0, 9618.0, 9638.0, 9643.0, 9625.0, 9621.0, 9619.0, 9604.0, 9623.0, 9637.0, 9633.0, 9667.0, 9670.0, 9678.0, 9670.0, 9651.0, 9642.0, 9628.0, 9647.0, 9640.0, 9628.0, 9643.0, 9621.0, 9628.0, 9629.0, 9629.0, 9644.0, 9628.0, 9618.0, 9616.0, 9602.0, 9597.0, 9624.0, 9620.0, 9628.0, 9629.0, 9631.0, 9666.0, 9653.0, 9646.0, 9636.0, 9637.0, 9652.0, 9676.0, 9657.0, 9675.0, 9694.0, 9633.0, 9628.0, 9638.0, 9636.0, 9655.0, 9651.0, 9667.0, 9666.0, 9612.0, 9636.0, 9618.0, 9586.0, 9629.0, 9616.0, 9600.0, 9636.0, 9621.0, 9619.0, 9636.0, 9652.0, 9621.0, 9648.0, 9632.0, 9594.0, 9595.0, 9591.0, 9593.0, 9591.0, 9613.0, 9601.0, 9613.0, 9618.0, 9623.0, 9646.0, 9643.0, 9619.0, 9617.0, 9601.0, 9615.0, 9603.0, 9594.0, 9597.0, 9616.0, 9602.0, 9620.0, 9635.0, 9623.0, 9622.0, 9618.0, 9636.0, 9627.0, 9627.0, 9629.0, 9650.0, 9681.0, 9657.0, 9658.0, 9657.0, 9659.0, 9663.0, 9671.0, 9667.0, 9653.0, 9673.0, 9674.0, 9649.0, 9631.0, 9631.0, 9652.0, 9623.0, 9622.0, 9611.0, 9606.0, 9623.0, 9639.0, 9627.0, 9621.0, 9601.0, 9579.0, 9595.0, 9597.0, 9599.0, 9605.0, 9620.0, 9594.0, 9610.0, 9616.0, 9606.0, 9621.0, 9604.0, 9626.0, 9626.0, 9631.0, 9648.0, 9644.0, 9631.0, 9635.0, 9629.0, 9633.0, 9633.0, 9645.0, 9649.0, 9632.0, 9646.0, 9654.0, 9662.0, 9630.0, 9634.0, 9638.0, 9624.0, 9642.0, 9626.0, 9625.0, 9603.0, 9599.0, 9605.0, 9617.0, 9604.0, 9624.0, 9626.0, 9624.0, 9631.0, 9631.0, 9629.0, 9626.0, 9625.0, 9623.0, 9624.0, 9610.0, 9630.0, 9631.0, 9636.0, 9666.0, 9639.0, 9626.0, 9652.0, 9626.0, 9626.0, 9622.0, 9628.0, 9628.0, 9628.0, 9631.0, 9640.0, 9651.0, 9681.0, 9640.0, 9631.0, 9625.0, 9610.0, 9607.0, 9605.0, 9609.0, 9625.0, 9630.0, 9663.0, 9636.0, 9644.0, 9628.0, 9626.0, 9622.0, 9624.0, 9642.0, 9644.0, 9651.0, 9635.0, 9651.0, 9656.0, 9623.0, 9623.0, 9619.0, 9598.0, 9599.0, 9605.0, 9600.0, 9618.0, 9621.0, 9622.0, 9641.0, 9627.0, 9632.0, 9638.0, 9628.0, 9632.0, 9628.0, 9629.0, 9624.0, 9628.0, 9626.0, 9623.0, 9629.0, 9627.0, 9631.0, 9628.0, 9637.0, 9635.0, 9651.0, 9672.0, 9639.0, 9654.0, 9666.0, 9651.0, 9653.0, 9657.0, 9657.0, 9631.0, 9634.0, 9667.0, 9622.0, 9615.0, 9664.0, 9651.0, 9651.0, 9651.0, 9652.0, 9649.0, 9632.0, 9624.0, 9615.0, 9607.0, 9625.0, 9621.0, 9625.0, 9642.0, 9622.0, 9624.0, 9620.0, 9602.0, 9612.0, 9583.0, 9598.0, 9621.0, 9601.0, 9622.0, 9621.0, 9629.0, 9651.0, 9650.0, 9645.0, 9629.0, 9626.0, 9624.0, 9625.0, 9642.0, 9637.0, 9655.0, 9656.0, 9653.0, 9651.0, 9640.0, 9651.0, 9643.0, 9629.0, 9629.0, 9638.0, 9628.0, 9633.0, 9646.0, 9648.0, 9627.0, 9645.0, 9642.0, 9660.0, 9667.0, 9650.0, 9656.0, 9674.0, 9647.0, 9630.0, 9649.0, 9620.0, 9621.0, 9637.0, 9639.0, 9626.0, 9648.0, 9636.0, 9627.0, 9627.0, 9602.0, 9622.0, 9644.0, 9647.0, 9630.0, 9628.0, 9621.0, 9629.0, 9627.0, 9647.0, 9632.0, 9640.0, 9627.0, 9642.0, 9627.0, 9629.0, 9625.0, 9618.0, 9647.0, 9634.0, 9642.0, 9627.0, 9624.0, 9645.0, 9646.0, 9637.0, 9657.0, 9629.0, 9649.0, 9652.0, 9654.0, 9669.0, 9647.0, 9650.0, 9650.0, 9680.0, 9653.0, 9671.0, 9659.0, 9678.0, 9658.0, 9655.0, 9654.0, 9670.0, 9628.0, 9628.0, 9633.0, 9626.0, 9629.0, 9644.0, 9629.0, 9628.0, 9642.0, 9630.0, 9645.0, 9633.0, 9647.0, 9652.0, 9656.0, 9625.0, 9615.0, 9629.0, 9618.0, 9606.0, 9623.0, 9606.0, 9619.0, 9622.0, 9620.0, 9626.0, 9648.0, 9647.0, 9638.0, 9626.0, 9606.0, 9617.0, 9618.0, 9604.0, 9623.0, 9608.0, 9625.0, 9624.0, 9627.0, 9643.0, 9647.0, 9631.0, 9664.0, 9642.0, 9672.0, 9668.0, 9656.0, 9709.0, 9619.0, 9553.0, 9602.0, 9611.0, 9660.0, 9680.0, 9678.0, 9712.0, 9671.0, 9665.0, 9668.0, 9645.0, 9626.0, 9646.0, 9642.0, 9649.0, 9651.0, 9649.0, 9645.0, 9648.0, 9629.0, 9601.0, 9603.0, 9587.0, 9578.0, 9586.0, 9576.0, 9578.0, 9573.0, 9569.0, 9572.0, 9582.0, 9589.0, 9574.0, 9576.0, 9588.0, 9595.0, 9599.0, 9595.0, 9595.0, 9613.0, 9600.0, 9617.0, 9625.0, 9625.0, 9644.0, 9611.0, 9627.0, 9628.0, 9619.0, 9636.0, 9639.0, 9659.0, 9648.0, 9662.0, 9660.0, 9654.0, 9651.0, 9669.0, 9695.0, 9713.0, 9672.0, 9630.0, 9625.0, 9650.0, 9662.0, 9702.0, 9686.0, 9658.0, 9646.0, 9626.0, 9635.0, 9643.0, 9628.0, 9645.0, 9649.0, 9632.0, 9650.0, 9665.0, 9639.0, 9618.0, 9619.0, 9613.0, 9634.0, 9640.0, 9624.0, 9646.0, 9666.0, 9651.0, 9649.0, 9629.0, 9582.0, 9576.0, 9562.0, 9579.0, 9537.0, 9553.0, 9540.0, 9543.0, 9582.0, 9647.0, 9617.0, 9654.0, 9606.0, 9589.0, 9582.0, 9567.0, 9586.0, 9587.0, 9587.0, 9610.0, 9610.0, 9613.0, 9618.0, 9618.0, 9630.0, 9618.0, 9632.0, 9620.0, 9663.0, 9623.0, 9658.0, 9645.0, 9668.0, 9669.0, 9667.0, 9672.0, 9673.0, 9672.0, 9692.0, 9668.0, 9667.0, 9645.0, 9640.0, 9641.0, 9630.0, 9642.0, 9640.0, 9626.0, 9664.0, 9700.0, 9687.0, 9681.0, 9594.0, 9633.0, 9616.0, 9638.0, 9645.0, 9645.0, 9650.0, 9650.0, 9642.0, 9660.0, 9697.0, 9714.0, 9656.0, 9666.0, 9653.0, 9647.0, 9665.0, 9657.0, 9638.0, 9658.0, 9637.0, 9639.0, 9662.0, 9652.0, 9667.0, 9670.0, 9657.0, 9663.0, 9667.0, 9644.0, 9655.0, 9658.0, 9629.0, 9662.0, 9667.0, 9672.0, 9685.0, 9680.0, 9666.0, 9666.0, 9664.0, 9679.0, 9666.0, 9647.0, 9657.0, 9653.0, 9645.0, 9657.0, 9645.0, 9641.0, 9653.0, 9657.0, 9674.0, 9648.0, 9661.0, 9632.0, 9663.0, 9637.0, 9646.0, 9663.0, 9659.0, 9626.0, 9652.0, 9640.0, 9603.0, 9630.0, 9621.0, 9604.0, 9636.0, 9620.0, 9623.0, 9648.0, 9640.0, 9655.0, 9633.0, 9680.0, 9651.0, 9668.0, 9685.0, 9684.0, 9645.0, 9657.0, 9650.0, 9667.0, 9646.0, 9668.0, 9706.0, 9674.0, 9682.0, 9667.0, 9648.0, 9678.0, 9651.0, 9662.0, 9669.0, 9664.0, 9661.0, 9638.0, 9635.0, 9638.0, 9636.0, 9639.0, 9624.0, 9638.0, 9639.0, 9652.0, 9603.0, 9612.0, 9650.0, 9620.0, 9645.0, 9643.0, 9656.0, 9626.0, 9634.0, 9650.0, 9635.0, 9632.0, 9605.0, 9633.0, 9650.0, 9638.0, 9656.0, 9641.0, 9633.0, 9630.0, 9629.0, 9612.0, 9613.0, 9629.0, 9614.0, 9635.0, 9636.0, 9604.0, 9630.0, 9618.0, 9604.0, 9639.0, 9641.0, 9657.0, 9654.0, 9614.0, 9658.0, 9658.0, 9658.0, 9678.0, 9647.0, 9662.0, 9678.0, 9633.0, 9674.0, 9660.0, 9646.0, 9635.0, 9669.0, 9662.0, 9694.0, 9677.0, 9680.0, 9710.0, 9690.0, 9657.0, 9658.0, 9652.0, 9684.0, 9683.0, 9617.0, 9666.0, 9661.0, 9609.0, 9641.0, 9663.0, 9663.0, 9633.0, 9632.0, 9679.0, 9662.0, 9629.0, 9655.0, 9635.0, 9684.0, 9670.0, 9685.0, 9685.0, 9638.0, 9685.0, 9685.0, 9652.0, 9689.0, 9674.0, 9684.0, 9688.0, 9668.0, 9656.0, 9651.0, 9637.0, 9634.0, 9651.0, 9637.0, 9639.0, 9655.0, 9638.0, 9654.0, 9640.0, 9608.0, 9651.0, 9619.0, 9619.0, 9605.0, 9621.0, 9628.0, 9646.0, 9652.0, 9662.0, 9634.0, 9644.0, 9682.0, 9668.0, 9661.0, 9659.0, 9643.0, 9654.0, 9644.0, 9655.0, 9660.0, 9660.0, 9653.0, 9640.0, 9620.0, 9610.0, 9627.0, 9593.0, 9591.0, 9622.0, 9594.0, 9615.0, 9631.0, 9594.0, 9610.0, 9598.0, 9600.0, 9649.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.002273448275862069</td></tr>
<tr><td colspan=3>aqi</td><td>0.03690818988505747</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.691738466536236</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.28892246767549</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.007082079436133</td></tr>
<tr><td colspan=3>efc</td><td>0.5108</td></tr>
<tr><td colspan=3>fber</td><td>4644.9185</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1317597680504128</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.379310344827585</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3086716565747296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.195259220388214</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5238891216439763</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2068666276919995</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109903</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005811571143567562</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03829583525657654</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.355843498972402</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>17.6277</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0952</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>225.2418</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292633.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>1111.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.7507</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3198</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.3309</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3555.7816</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.4441</td></tr>
<tr><td colspan=3>tsnr</td><td>33.40882956166752</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>