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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:39:4.327500</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.99971, 0.00475741, 0.0236088, -0.00401315, 0.999497, -0.0314728]</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-05_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.100322</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7749, -7250, 613, -58, -182, 40, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>269.307</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bdfba0df-ff2c-45f5-a646-4683ce6c28ee||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.6821486949920654, -0.010766974650323391, 0.06411605328321457, 112.11647033691406], [-0.012763788923621178, 2.6815762519836426, -0.08469603955745697, -81.9780044555664], [0.06334080547094345, 0.08443916589021683, 2.697909355163574, -77.32073974609375], [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': ['113904.327500', '113904.787500', '113905.247500', '113905.707500', '113906.167500', '113906.627500', '113907.087500', '113907.547500', '113908.007500', '113908.467500', '113908.927500', '113909.387500', '113909.847500', '113910.307500', '113910.767500', '113911.227500', '113911.687500', '113912.147500', '113912.607500', '113913.067500', '113913.527500', '113913.987500', '113914.447500', '113914.907500', '113915.367500', '113915.827500', '113916.287500', '113916.747500', '113917.207500', '113917.667500', '113918.127500', '113918.587500', '113919.047500', '113919.507500', '113919.967500', '113920.427500', '113920.887500', '113921.347500', '113921.807500', '113922.267500', '113922.727500', '113923.187500', '113923.647500', '113924.107500', '113924.567500', '113925.027500', '113925.487500', '113925.947500', '113926.407500', '113926.867500', '113927.327500', '113927.787500', '113928.247500', '113928.707500', '113929.167500', '113929.627500', '113930.087500', '113930.547500', '113931.007500', '113931.467500', '113931.927500', '113932.387500', '113932.847500', '113933.307500', '113933.767500', '113934.227500', '113934.687500', '113935.147500', '113935.607500', '113936.067500', '113936.527500', '113936.987500', '113937.447500', '113937.907500', '113938.367500', '113938.827500', '113939.287500', '113939.747500', '113940.207500', '113940.667500', '113941.127500', '113941.587500', '113942.047500', '113942.507500', '113942.967500', '113943.427500', '113943.887500', '113944.347500', '113944.807500', '113945.267500', '113945.727500', '113946.187500', '113946.647500', '113947.107500', '113947.567500', '113948.027500', '113948.487500', '113948.947500', '113949.407500', '113949.867500', '113950.327500', '113950.787500', '113951.247500', '113951.707500', '113952.167500', '113952.627500', '113953.087500', '113953.547500', '113954.007500', '113954.467500', '113954.927500', '113955.387500', '113955.847500', '113956.307500', '113956.767500', '113957.227500', '113957.687500', '113958.147500', '113958.607500', '113959.067500', '113959.527500', '113959.987500', '114000.447500', '114000.907500', '114001.367500', '114001.827500', '114002.287500', '114002.747500', '114003.207500', '114003.667500', '114004.127500', '114004.587500', '114005.047500', '114005.507500', '114005.967500', '114006.427500', '114006.887500', '114007.347500', '114007.807500', '114008.267500', '114008.727500', '114009.187500', '114009.647500', '114010.107500', '114010.567500', '114011.027500', '114011.487500', '114011.947500', '114012.407500', '114012.867500', '114013.327500', '114013.787500', '114014.247500', '114014.707500', '114015.167500', '114015.627500', '114016.087500', '114016.547500', '114017.007500', '114017.467500', '114017.927500', '114018.387500', '114018.847500', '114019.307500', '114019.767500', '114020.227500', '114020.687500', '114021.147500', '114021.607500', '114022.067500', '114022.527500', '114022.987500', '114023.447500', '114023.907500', '114024.367500', '114024.827500', '114025.287500', '114025.747500', '114026.207500', '114026.667500', '114027.127500', '114027.587500', '114028.047500', '114028.507500', '114028.967500', '114029.427500', '114029.887500', '114030.347500', '114030.807500', '114031.267500', '114031.727500', '114032.187500', '114032.647500', '114033.107500', '114033.567500', '114034.027500', '114034.487500', '114034.947500', '114035.407500', '114035.867500', '114036.327500', '114036.787500', '114037.247500', '114037.707500', '114038.167500', '114038.627500', '114039.087500', '114039.547500', '114040.007500', '114040.467500', '114040.927500', '114041.387500', '114041.847500', '114042.307500', '114042.767500', '114043.227500', '114043.687500', '114044.147500', '114044.607500', '114045.067500', '114045.527500', '114045.987500', '114046.447500', '114046.907500', '114047.367500', '114047.827500', '114048.287500', '114048.747500', '114049.207500', '114049.667500', '114050.127500', '114050.587500', '114051.047500', '114051.507500', '114051.967500', '114052.427500', '114052.887500', '114053.347500', '114053.807500', '114054.267500', '114054.727500', '114055.187500', '114055.647500', '114056.107500', '114056.567500', '114057.027500', '114057.487500', '114057.947500', '114058.407500', '114058.867500', '114059.327500', '114059.787500', '114100.247500', '114100.707500', '114101.167500', '114101.627500', '114102.087500', '114102.547500', '114103.007500', '114103.467500', '114103.927500', '114104.387500', '114104.847500', '114105.307500', '114105.767500', '114106.227500', '114106.687500', '114107.147500', '114107.607500', '114108.067500', '114108.527500', '114108.987500', '114109.447500', '114109.907500', '114110.367500', '114110.827500', '114111.287500', '114111.747500', '114112.207500', '114112.667500', '114113.127500', '114113.587500', '114114.047500', '114114.507500', '114114.967500', '114115.427500', '114115.887500', '114116.347500', '114116.807500', '114117.267500', '114117.727500', '114118.187500', '114118.647500', '114119.107500', '114119.567500', '114120.027500', '114120.487500', '114120.947500', '114121.407500', '114121.867500', '114122.327500', '114122.787500', '114123.247500', '114123.707500', '114124.167500', '114124.627500', '114125.087500', '114125.547500', '114126.007500', '114126.467500', '114126.927500', '114127.387500', '114127.847500', '114128.307500', '114128.767500', '114129.227500', '114129.687500', '114130.147500', '114130.607500', '114131.067500', '114131.527500', '114131.987500', '114132.447500', '114132.907500', '114133.367500', '114133.827500', '114134.287500', '114134.747500', '114135.207500', '114135.667500', '114136.127500', '114136.587500', '114137.047500', '114137.507500', '114137.967500', '114138.427500', '114138.887500', '114139.347500', '114139.807500', '114140.267500', '114140.727500', '114141.187500', '114141.647500', '114142.107500', '114142.567500', '114143.027500', '114143.487500', '114143.947500', '114144.407500', '114144.867500', '114145.327500', '114145.787500', '114146.247500', '114146.707500', '114147.167500', '114147.627500', '114148.087500', '114148.547500', '114149.007500', '114149.467500', '114149.927500', '114150.387500', '114150.847500', '114151.307500', '114151.767500', '114152.227500', '114152.687500', '114153.147500', '114153.607500', '114154.067500', '114154.527500', '114154.987500', '114155.447500', '114155.907500', '114156.367500', '114156.827500', '114157.287500', '114157.747500', '114158.207500', '114158.667500', '114159.127500', '114159.587500', '114200.047500', '114200.507500', '114200.967500', '114201.427500', '114201.887500', '114202.347500', '114202.807500', '114203.267500', '114203.727500', '114204.187500', '114204.647500', '114205.107500', '114205.567500', '114206.027500', '114206.487500', '114206.947500', '114207.407500', '114207.867500', '114208.327500', '114208.787500', '114209.247500', '114209.707500', '114210.167500', '114210.627500', '114211.087500', '114211.547500', '114212.007500', '114212.467500', '114212.927500', '114213.387500', '114213.847500', '114214.307500', '114214.767500', '114215.227500', '114215.687500', '114216.147500', '114216.607500', '114217.067500', '114217.527500', '114217.987500', '114218.447500', '114218.907500', '114219.367500', '114219.827500', '114220.287500', '114220.747500', '114221.207500', '114221.667500', '114222.127500', '114222.587500', '114223.047500', '114223.507500', '114223.967500', '114224.427500', '114224.887500', '114225.347500', '114225.807500', '114226.267500', '114226.727500', '114227.187500', '114227.647500', '114228.107500', '114228.567500', '114229.027500', '114229.487500', '114229.947500', '114230.407500', '114230.867500', '114231.327500', '114231.787500', '114232.247500', '114232.707500', '114233.167500', '114233.627500', '114234.087500', '114234.547500', '114235.007500', '114235.467500', '114235.927500', '114236.387500', '114236.847500', '114237.307500', '114237.767500', '114238.227500', '114238.687500', '114239.147500', '114239.607500', '114240.067500', '114240.527500', '114240.987500', '114241.447500', '114241.907500', '114242.367500', '114242.827500', '114243.287500', '114243.747500', '114244.207500', '114244.667500', '114245.127500', '114245.587500', '114246.047500', '114246.507500', '114246.967500', '114247.427500', '114247.887500', '114248.347500', '114248.807500', '114249.267500', '114249.727500', '114250.187500', '114250.647500', '114251.107500', '114251.567500', '114252.027500', '114252.487500', '114252.947500', '114253.407500', '114253.867500', '114254.327500', '114254.787500', '114255.247500', '114255.707500', '114256.167500', '114256.627500', '114257.087500', '114257.547500', '114258.007500', '114258.467500', '114258.927500', '114259.387500', '114259.847500', '114300.307500', '114300.767500', '114301.227500', '114301.687500', '114302.147500', '114302.607500', '114303.067500', '114303.527500', '114303.987500', '114304.447500', '114304.907500', '114305.367500', '114305.827500', '114306.287500', '114306.747500', '114307.207500', '114307.667500', '114308.127500', '114308.587500', '114309.047500', '114309.507500', '114309.967500', '114310.427500', '114310.887500', '114311.347500', '114311.807500', '114312.267500', '114312.727500', '114313.187500', '114313.647500', '114314.107500', '114314.567500', '114315.027500', '114315.487500', '114315.947500', '114316.407500', '114316.867500', '114317.327500', '114317.787500', '114318.247500', '114318.707500', '114319.167500', '114319.627500', '114320.087500', '114320.547500', '114321.007500', '114321.467500', '114321.927500', '114322.387500', '114322.847500', '114323.307500', '114323.767500', '114324.227500', '114324.687500', '114325.147500', '114325.607500', '114326.067500', '114326.527500', '114326.987500', '114327.447500', '114327.907500', '114328.367500', '114328.827500', '114329.287500', '114329.747500', '114330.207500', '114330.667500', '114331.127500', '114331.587500', '114332.047500', '114332.507500', '114332.967500', '114333.427500', '114333.887500', '114334.347500', '114334.807500', '114335.267500', '114335.727500', '114336.187500', '114336.647500', '114337.107500', '114337.567500', '114338.027500', '114338.487500', '114338.947500', '114339.407500', '114339.867500', '114340.327500', '114340.787500', '114341.247500', '114341.707500', '114342.167500', '114342.627500', '114343.087500', '114343.547500', '114344.007500', '114344.467500', '114344.927500', '114345.387500', '114345.847500', '114346.307500', '114346.767500', '114347.227500', '114347.687500', '114348.147500', '114348.607500', '114349.067500', '114349.527500', '114349.987500', '114350.447500', '114350.907500', '114351.367500', '114351.827500', '114352.287500', '114352.747500', '114353.207500', '114353.667500', '114354.127500', '114354.587500', '114355.047500', '114355.507500', '114355.967500', '114356.427500', '114356.887500', '114357.347500', '114357.807500', '114358.267500', '114358.727500', '114359.187500', '114359.647500', '114400.107500', '114400.567500', '114401.027500', '114401.487500', '114401.947500', '114402.407500', '114402.867500', '114403.327500', '114403.787500', '114404.247500', '114404.707500', '114405.167500', '114405.627500', '114406.087500', '114406.547500', '114407.007500', '114407.467500', '114407.927500', '114408.387500', '114408.847500', '114409.307500', '114409.767500', '114410.227500', '114410.687500', '114411.147500', '114411.607500', '114412.067500', '114412.527500', '114412.987500', '114413.447500', '114413.907500', '114414.367500', '114414.827500', '114415.287500', '114415.747500', '114416.207500', '114416.667500', '114417.127500', '114417.587500', '114418.047500', '114418.507500', '114418.967500', '114419.427500', '114419.887500', '114420.347500', '114420.807500', '114421.267500', '114421.727500', '114422.187500', '114422.647500', '114423.107500', '114423.567500', '114424.027500', '114424.487500', '114424.947500', '114425.407500', '114425.867500', '114426.327500', '114426.787500', '114427.247500', '114427.707500', '114428.167500', '114428.627500', '114429.087500', '114429.547500', '114430.007500', '114430.467500', '114430.927500', '114431.387500', '114431.847500', '114432.307500', '114432.767500', '114433.227500', '114433.687500', '114434.147500', '114434.607500', '114435.067500', '114435.527500', '114435.987500', '114436.447500', '114436.907500', '114437.367500', '114437.827500', '114438.287500', '114438.747500', '114439.207500', '114439.667500', '114440.127500', '114440.587500', '114441.047500', '114441.507500', '114441.967500', '114442.427500', '114442.887500', '114443.347500', '114443.807500', '114444.267500', '114444.727500', '114445.187500', '114445.647500', '114446.107500', '114446.567500', '114447.027500', '114447.487500', '114447.947500', '114448.407500', '114448.867500', '114449.327500', '114449.787500', '114450.247500', '114450.707500', '114451.167500', '114451.627500', '114452.087500', '114452.547500', '114453.007500', '114453.467500', '114453.927500', '114454.387500', '114454.847500', '114455.307500', '114455.767500', '114456.227500', '114456.687500', '114457.147500', '114457.607500', '114458.067500', '114458.527500', '114458.987500', '114459.447500', '114459.907500', '114500.367500', '114500.827500', '114501.287500', '114501.747500', '114502.207500', '114502.667500', '114503.127500', '114503.587500', '114504.047500', '114504.507500', '114504.967500', '114505.427500', '114505.887500', '114506.347500', '114506.807500', '114507.267500', '114507.727500', '114508.187500', '114508.647500', '114509.107500', '114509.567500', '114510.027500', '114510.487500', '114510.947500', '114511.407500', '114511.867500', '114512.327500', '114512.787500', '114513.247500', '114513.707500', '114514.167500', '114514.627500', '114515.087500', '114515.547500', '114516.007500', '114516.467500', '114516.927500', '114517.387500', '114517.847500', '114518.307500', '114518.767500', '114519.227500', '114519.687500', '114520.147500', '114520.607500', '114521.067500', '114521.527500', '114521.987500', '114522.447500', '114522.907500', '114523.367500', '114523.827500', '114524.287500', '114524.747500', '114525.207500', '114525.667500', '114526.127500', '114526.587500', '114527.047500', '114527.507500', '114527.967500', '114528.427500', '114528.887500', '114529.347500', '114529.807500', '114530.267500', '114530.727500', '114531.187500', '114531.647500', '114532.107500', '114532.567500', '114533.027500', '114533.487500', '114533.947500', '114534.407500', '114534.867500', '114535.327500', '114535.787500', '114536.247500', '114536.707500', '114537.167500', '114537.627500', '114538.087500', '114538.547500', '114539.007500', '114539.467500', '114539.927500', '114540.387500', '114540.847500', '114541.307500', '114541.767500', '114542.227500', '114542.687500', '114543.147500', '114543.607500', '114544.067500', '114544.527500', '114544.987500'], 'ContentTime': ['113915.083000', '113915.087000', '113915.090000', '113915.093000', '113915.095000', '113915.098000', '113915.101000', '113915.110000', '113915.113000', '113915.116000', '113915.119000', '113915.122000', '113915.125000', '113915.132000', '113915.139000', '113915.142000', '113915.145000', '113915.147000', '113915.150000', '113915.153000', '113915.156000', '113935.052000', '113935.055000', '113935.057000', '113935.060000', '113935.063000', '113935.066000', '113935.069000', '113935.071000', '113935.074000', '113935.077000', '113935.080000', '113935.083000', '113935.085000', '113935.088000', '113935.091000', '113935.094000', '113935.097000', '113935.099000', '113935.102000', '113935.105000', '113935.108000', '113935.117000', '113935.120000', '113935.122000', '113935.125000', '113935.128000', '113935.131000', '113935.133000', '113935.136000', '113935.139000', '113935.142000', '113935.145000', '113935.147000', '113935.150000', '113935.158000', '113935.161000', '113935.164000', '113935.167000', '113935.169000', '113935.172000', '113935.175000', '113935.178000', '113935.181000', '113935.183000', '113955.052000', '113955.055000', '113955.058000', '113955.060000', '113955.063000', '113955.066000', '113955.069000', '113955.072000', '113955.074000', '113955.077000', '113955.080000', '113955.083000', '113955.085000', '113955.088000', '113955.091000', '113955.094000', '113955.096000', '113955.099000', '113955.102000', '113955.105000', '113955.108000', '113955.110000', '113955.113000', '113955.116000', '113955.119000', '113955.123000', '113955.126000', '113955.129000', '113955.132000', '113955.134000', '113955.137000', '113955.140000', '113955.143000', '113955.146000', '113955.148000', '113955.151000', '113955.154000', '113955.157000', '113955.160000', '113955.162000', '113955.170000', '113955.173000', '113955.176000', '114015.052000', '114015.055000', '114015.058000', '114015.060000', '114015.063000', '114015.066000', '114015.069000', '114015.072000', '114015.074000', '114015.077000', '114015.080000', '114015.083000', '114015.085000', '114015.088000', '114015.091000', '114015.094000', '114015.097000', '114015.099000', '114015.102000', '114015.105000', '114015.108000', '114015.111000', '114015.113000', '114015.116000', '114015.119000', '114015.122000', '114015.125000', '114015.127000', '114015.130000', '114015.133000', '114015.136000', '114015.139000', '114015.141000', '114015.144000', '114015.147000', '114015.150000', '114015.153000', '114015.155000', '114015.158000', '114015.161000', '114015.164000', '114015.167000', '114015.169000', '114015.172000', '114035.052000', '114035.055000', '114035.058000', '114035.060000', '114035.063000', '114035.066000', '114035.069000', '114035.072000', '114035.074000', '114035.077000', '114035.080000', '114035.083000', '114035.085000', '114035.088000', '114035.091000', '114035.094000', '114035.097000', '114035.099000', '114035.102000', '114035.105000', '114035.108000', '114035.110000', '114035.113000', '114035.116000', '114035.119000', '114035.122000', '114035.124000', '114035.127000', '114035.130000', '114035.133000', '114035.136000', '114035.147000', '114035.149000', '114035.152000', '114035.155000', '114035.158000', '114035.161000', '114035.163000', '114035.166000', '114035.169000', '114035.172000', '114035.175000', '114035.178000', '114055.053000', '114055.056000', '114055.059000', '114055.061000', '114055.064000', '114055.067000', '114055.070000', '114055.073000', '114055.075000', '114055.078000', '114055.081000', '114055.084000', '114055.087000', '114055.089000', '114055.092000', '114055.095000', '114055.098000', '114055.101000', '114055.103000', '114055.106000', '114055.109000', '114055.112000', '114055.114000', '114055.117000', '114055.120000', '114055.123000', '114055.126000', '114055.129000', '114055.131000', '114055.134000', '114055.137000', '114055.140000', '114055.143000', '114055.145000', '114055.148000', '114055.151000', '114055.154000', '114055.157000', '114055.159000', '114055.162000', '114055.165000', '114055.168000', '114055.171000', '114055.173000', '114115.052000', '114115.055000', '114115.058000', '114115.061000', '114115.063000', '114115.066000', '114115.069000', '114115.072000', '114115.075000', '114115.077000', '114115.080000', '114115.083000', '114115.086000', '114115.089000', '114115.091000', '114115.094000', '114115.097000', '114115.100000', '114115.103000', '114115.105000', '114115.108000', '114115.111000', '114115.114000', '114115.116000', '114115.119000', '114115.122000', '114115.125000', '114115.128000', '114115.131000', '114115.133000', '114115.136000', '114115.139000', '114115.142000', '114115.145000', '114115.147000', '114115.150000', '114115.153000', '114115.156000', '114115.159000', '114115.162000', '114115.166000', '114115.168000', '114115.171000', '114135.052000', '114135.055000', '114135.058000', '114135.060000', '114135.063000', '114135.066000', '114135.069000', '114135.072000', '114135.074000', '114135.077000', '114135.080000', '114135.083000', '114135.085000', '114135.088000', '114135.091000', '114135.094000', '114135.097000', '114135.100000', '114135.102000', '114135.105000', '114135.108000', '114135.111000', '114135.114000', '114135.116000', '114135.119000', '114135.122000', '114135.125000', '114135.128000', '114135.131000', '114135.133000', '114135.136000', '114135.139000', '114135.142000', '114135.145000', '114135.147000', '114135.150000', '114135.153000', '114135.156000', '114135.159000', '114135.162000', '114135.164000', '114135.167000', '114135.170000', '114135.173000', '114155.052000', '114155.055000', '114155.058000', '114155.060000', '114155.063000', '114155.066000', '114155.069000', '114155.072000', '114155.074000', '114155.077000', '114155.080000', '114155.083000', '114155.086000', '114155.089000', '114155.091000', '114155.094000', '114155.097000', '114155.100000', '114155.103000', '114155.106000', '114155.108000', '114155.111000', '114155.114000', '114155.117000', '114155.120000', '114155.122000', '114155.125000', '114155.128000', '114155.131000', '114155.134000', '114155.137000', '114155.139000', '114155.142000', '114155.145000', '114155.148000', '114155.151000', '114155.153000', '114155.156000', '114155.159000', '114155.162000', '114155.165000', '114155.168000', '114155.171000', '114215.052000', '114215.055000', '114215.058000', '114215.061000', '114215.063000', '114215.066000', '114215.069000', '114215.072000', '114215.075000', '114215.077000', '114215.080000', '114215.083000', '114215.086000', '114215.103000', '114215.106000', '114215.109000', '114215.111000', '114215.114000', '114215.117000', '114215.120000', '114215.123000', '114215.125000', '114215.128000', '114215.131000', '114215.134000', '114215.137000', '114215.139000', '114215.142000', '114215.145000', '114215.148000', '114215.151000', '114215.154000', '114215.156000', '114215.159000', '114215.162000', '114215.165000', '114215.168000', '114215.170000', '114215.173000', '114215.176000', '114215.179000', '114215.182000', '114215.184000', '114235.052000', '114235.055000', '114235.058000', '114235.060000', '114235.063000', '114235.066000', '114235.069000', '114235.072000', '114235.074000', '114235.077000', '114235.080000', '114235.083000', '114235.086000', '114235.088000', '114235.091000', '114235.094000', '114235.097000', '114235.100000', '114235.103000', '114235.105000', '114235.108000', '114235.111000', '114235.114000', '114235.116000', '114235.119000', '114235.122000', '114235.125000', '114235.128000', '114235.131000', '114235.133000', '114235.136000', '114235.139000', '114235.142000', '114235.145000', '114235.147000', '114235.150000', '114235.153000', '114235.156000', '114235.159000', '114235.161000', '114235.164000', '114235.167000', '114235.170000', '114235.173000', '114255.052000', '114255.055000', '114255.059000', '114255.062000', '114255.065000', '114255.068000', '114255.071000', '114255.073000', '114255.076000', '114255.079000', '114255.082000', '114255.085000', '114255.088000', '114255.090000', '114255.093000', '114255.096000', '114255.099000', '114255.102000', '114255.104000', '114255.107000', '114255.110000', '114255.113000', '114255.116000', '114255.118000', '114255.121000', '114255.124000', '114255.127000', '114255.130000', '114255.132000', '114255.135000', '114255.138000', '114255.141000', '114255.144000', '114255.147000', '114255.149000', '114255.152000', '114255.155000', '114255.158000', '114255.161000', '114255.164000', '114255.166000', '114255.169000', '114255.172000', '114315.053000', '114315.056000', '114315.059000', '114315.062000', '114315.064000', '114315.067000', '114315.070000', '114315.073000', '114315.076000', '114315.078000', '114315.081000', '114315.084000', '114315.087000', '114315.090000', '114315.092000', '114315.095000', '114315.098000', '114315.101000', '114315.104000', '114315.107000', '114315.109000', '114315.112000', '114315.115000', '114315.118000', '114315.121000', '114315.123000', '114315.126000', '114315.129000', '114315.132000', '114315.135000', '114315.137000', '114315.140000', '114315.143000', '114315.146000', '114315.149000', '114315.151000', '114315.154000', '114315.157000', '114315.160000', '114315.163000', '114315.166000', '114315.168000', '114315.171000', '114315.174000', '114335.052000', '114335.055000', '114335.058000', '114335.061000', '114335.064000', '114335.067000', '114335.070000', '114335.073000', '114335.075000', '114335.078000', '114335.081000', '114335.084000', '114335.087000', '114335.090000', '114335.093000', '114335.096000', '114335.099000', '114335.101000', '114335.104000', '114335.107000', '114335.110000', '114335.113000', '114335.115000', '114335.118000', '114335.121000', '114335.124000', '114335.127000', '114335.130000', '114335.132000', '114335.135000', '114335.138000', '114335.141000', '114335.144000', '114335.147000', '114335.149000', '114335.152000', '114335.155000', '114335.158000', '114335.175000', '114335.177000', '114335.180000', '114335.183000', '114335.186000', '114355.052000', '114355.055000', '114355.058000', '114355.060000', '114355.063000', '114355.066000', '114355.069000', '114355.072000', '114355.074000', '114355.077000', '114355.080000', '114355.083000', '114355.086000', '114355.089000', '114355.092000', '114355.094000', '114355.097000', '114355.100000', '114355.103000', '114355.105000', '114355.108000', '114355.111000', '114355.114000', '114355.117000', '114355.120000', '114355.122000', '114355.125000', '114355.128000', '114355.131000', '114355.134000', '114355.137000', '114355.139000', '114355.142000', '114355.145000', '114355.148000', '114355.151000', '114355.153000', '114355.156000', '114355.159000', '114355.162000', '114355.165000', '114355.167000', '114355.170000', '114355.173000', '114415.052000', '114415.055000', '114415.058000', '114415.061000', '114415.063000', '114415.066000', '114415.069000', '114415.072000', '114415.075000', '114415.078000', '114415.080000', '114415.083000', '114415.086000', '114415.089000', '114415.094000', '114415.097000', '114415.100000', '114415.103000', '114415.106000', '114415.109000', '114415.112000', '114415.114000', '114415.117000', '114415.120000', '114415.123000', '114415.126000', '114415.129000', '114415.131000', '114415.134000', '114415.137000', '114415.140000', '114415.143000', '114415.145000', '114415.148000', '114415.151000', '114415.154000', '114415.157000', '114415.160000', '114415.162000', '114415.165000', '114415.168000', '114415.171000', '114415.174000', '114435.052000', '114435.055000', '114435.058000', '114435.061000', '114435.063000', '114435.066000', '114435.069000', '114435.072000', '114435.075000', '114435.078000', '114435.080000', '114435.083000', '114435.086000', '114435.089000', '114435.091000', '114435.094000', '114435.097000', '114435.100000', '114435.103000', '114435.106000', '114435.108000', '114435.111000', '114435.114000', '114435.117000', '114435.120000', '114435.122000', '114435.125000', '114435.128000', '114435.131000', '114435.134000', '114435.136000', '114435.139000', '114435.142000', '114435.145000', '114435.148000', '114435.151000', '114435.153000', '114435.156000', '114435.159000', '114435.162000', '114435.165000', '114435.168000', '114435.170000', '114435.173000', '114455.052000', '114455.055000', '114455.058000', '114455.061000', '114455.063000', '114455.066000', '114455.069000', '114455.072000', '114455.075000', '114455.077000', '114455.080000', '114455.083000', '114455.086000', '114455.089000', '114455.092000', '114455.095000', '114455.098000', '114455.100000', '114455.103000', '114455.106000', '114455.109000', '114455.112000', '114455.115000', '114455.118000', '114455.120000', '114455.123000', '114455.126000', '114455.129000', '114455.132000', '114455.135000', '114455.137000', '114455.140000', '114455.145000', '114455.148000', '114455.151000', '114455.153000', '114455.156000', '114455.159000', '114455.162000', '114455.165000', '114455.167000', '114455.170000', '114455.173000', '114515.052000', '114515.055000', '114515.058000', '114515.061000', '114515.063000', '114515.078000', '114515.081000', '114515.084000', '114515.086000', '114515.089000', '114515.092000', '114515.095000', '114515.098000', '114515.100000', '114515.103000', '114515.106000', '114515.109000', '114515.112000', '114515.115000', '114515.117000', '114515.120000', '114515.123000', '114515.126000', '114515.129000', '114515.132000', '114515.134000', '114515.137000', '114515.140000', '114515.143000', '114515.146000', '114515.148000', '114515.151000', '114515.154000', '114515.157000', '114515.160000', '114515.162000', '114515.165000', '114515.168000', '114515.171000', '114515.174000', '114515.177000', '114515.179000', '114515.182000', '114515.185000', '114535.053000', '114535.056000', '114535.059000', '114535.062000', '114535.064000', '114535.067000', '114535.070000', '114535.073000', '114535.076000', '114535.078000', '114535.081000', '114535.084000', '114535.087000', '114535.090000', '114535.092000', '114535.095000', '114535.098000', '114535.101000', '114535.104000', '114535.107000', '114535.109000', '114535.112000', '114535.115000', '114535.118000', '114535.123000', '114535.126000', '114535.129000', '114535.132000', '114535.135000', '114535.138000', '114535.140000', '114535.143000', '114535.146000', '114535.149000', '114535.152000', '114535.155000', '114535.157000', '114535.160000', '114535.163000', '114535.166000', '114535.169000', '114535.171000', '114535.174000', '114546.242000', '114546.245000', '114546.248000', '114546.251000', '114546.254000', '114546.257000', '114546.260000', '114546.262000', '114546.265000', '114546.268000', '114546.271000', '114546.274000', '114546.277000', '114546.280000', '114546.283000', '114546.286000', '114546.289000', '114546.291000', '114546.294000', '114546.297000', '114546.300000', '114546.303000', '114546.306000', '114546.310000', '114546.314000'], 'InstanceCreationTime': ['113915.083000', '113915.087000', '113915.090000', '113915.093000', '113915.095000', '113915.098000', '113915.101000', '113915.110000', '113915.113000', '113915.116000', '113915.119000', '113915.122000', '113915.125000', '113915.132000', '113915.139000', '113915.142000', '113915.145000', '113915.147000', '113915.150000', '113915.153000', '113915.156000', '113935.052000', '113935.055000', '113935.057000', '113935.060000', '113935.063000', '113935.066000', '113935.069000', '113935.071000', '113935.074000', '113935.077000', '113935.080000', '113935.083000', '113935.085000', '113935.088000', '113935.091000', '113935.094000', '113935.097000', '113935.099000', '113935.102000', '113935.105000', '113935.108000', '113935.117000', '113935.120000', '113935.122000', '113935.125000', '113935.128000', '113935.131000', '113935.133000', '113935.136000', '113935.139000', '113935.142000', '113935.145000', '113935.147000', '113935.150000', '113935.158000', '113935.161000', '113935.164000', '113935.167000', '113935.169000', '113935.172000', '113935.175000', '113935.178000', '113935.181000', '113935.183000', '113955.052000', '113955.055000', '113955.058000', '113955.060000', '113955.063000', '113955.066000', '113955.069000', '113955.072000', '113955.074000', '113955.077000', '113955.080000', '113955.083000', '113955.085000', '113955.088000', '113955.091000', '113955.094000', '113955.096000', '113955.099000', '113955.102000', '113955.105000', '113955.108000', '113955.110000', '113955.113000', '113955.116000', '113955.119000', '113955.123000', '113955.126000', '113955.129000', '113955.132000', '113955.134000', '113955.137000', '113955.140000', '113955.143000', '113955.146000', '113955.148000', '113955.151000', '113955.154000', '113955.157000', '113955.160000', '113955.162000', '113955.170000', '113955.173000', '113955.176000', '114015.052000', '114015.055000', '114015.058000', '114015.060000', '114015.063000', '114015.066000', '114015.069000', '114015.072000', '114015.074000', '114015.077000', '114015.080000', '114015.083000', '114015.085000', '114015.088000', '114015.091000', '114015.094000', '114015.097000', '114015.099000', '114015.102000', '114015.105000', '114015.108000', '114015.111000', '114015.113000', '114015.116000', '114015.119000', '114015.122000', '114015.125000', '114015.127000', '114015.130000', '114015.133000', '114015.136000', '114015.139000', '114015.141000', '114015.144000', '114015.147000', '114015.150000', '114015.153000', '114015.155000', '114015.158000', '114015.161000', '114015.164000', '114015.167000', '114015.169000', '114015.172000', '114035.052000', '114035.055000', '114035.058000', '114035.060000', '114035.063000', '114035.066000', '114035.069000', '114035.072000', '114035.074000', '114035.077000', '114035.080000', '114035.083000', '114035.085000', '114035.088000', '114035.091000', '114035.094000', '114035.097000', '114035.099000', '114035.102000', '114035.105000', '114035.108000', '114035.110000', '114035.113000', '114035.116000', '114035.119000', '114035.122000', '114035.124000', '114035.127000', '114035.130000', '114035.133000', '114035.136000', '114035.147000', '114035.149000', '114035.152000', '114035.155000', '114035.158000', '114035.161000', '114035.163000', '114035.166000', '114035.169000', '114035.172000', '114035.175000', '114035.178000', '114055.053000', '114055.056000', '114055.059000', '114055.061000', '114055.064000', '114055.067000', '114055.070000', '114055.073000', '114055.075000', '114055.078000', '114055.081000', '114055.084000', '114055.087000', '114055.089000', '114055.092000', '114055.095000', '114055.098000', '114055.101000', '114055.103000', '114055.106000', '114055.109000', '114055.112000', '114055.114000', '114055.117000', '114055.120000', '114055.123000', '114055.126000', '114055.129000', '114055.131000', '114055.134000', '114055.137000', '114055.140000', '114055.143000', '114055.145000', '114055.148000', '114055.151000', '114055.154000', '114055.157000', '114055.159000', '114055.162000', '114055.165000', '114055.168000', '114055.171000', '114055.173000', '114115.052000', '114115.055000', '114115.058000', '114115.061000', '114115.063000', '114115.066000', '114115.069000', '114115.072000', '114115.075000', '114115.077000', '114115.080000', '114115.083000', '114115.086000', '114115.089000', '114115.091000', '114115.094000', '114115.097000', '114115.100000', '114115.103000', '114115.105000', '114115.108000', '114115.111000', '114115.114000', '114115.116000', '114115.119000', '114115.122000', '114115.125000', '114115.128000', '114115.131000', '114115.133000', '114115.136000', '114115.139000', '114115.142000', '114115.145000', '114115.147000', '114115.150000', '114115.153000', '114115.156000', '114115.159000', '114115.162000', '114115.166000', '114115.168000', '114115.171000', '114135.052000', '114135.055000', '114135.058000', '114135.060000', '114135.063000', '114135.066000', '114135.069000', '114135.072000', '114135.074000', '114135.077000', '114135.080000', '114135.083000', '114135.085000', '114135.088000', '114135.091000', '114135.094000', '114135.097000', '114135.100000', '114135.102000', '114135.105000', '114135.108000', '114135.111000', '114135.114000', '114135.116000', '114135.119000', '114135.122000', '114135.125000', '114135.128000', '114135.131000', '114135.133000', '114135.136000', '114135.139000', '114135.142000', '114135.145000', '114135.147000', '114135.150000', '114135.153000', '114135.156000', '114135.159000', '114135.162000', '114135.164000', '114135.167000', '114135.170000', '114135.173000', '114155.052000', '114155.055000', '114155.058000', '114155.060000', '114155.063000', '114155.066000', '114155.069000', '114155.072000', '114155.074000', '114155.077000', '114155.080000', '114155.083000', '114155.086000', '114155.089000', '114155.091000', '114155.094000', '114155.097000', '114155.100000', '114155.103000', '114155.106000', '114155.108000', '114155.111000', '114155.114000', '114155.117000', '114155.120000', '114155.122000', '114155.125000', '114155.128000', '114155.131000', '114155.134000', '114155.137000', '114155.139000', '114155.142000', '114155.145000', '114155.148000', '114155.151000', '114155.153000', '114155.156000', '114155.159000', '114155.162000', '114155.165000', '114155.168000', '114155.171000', '114215.052000', '114215.055000', '114215.058000', '114215.061000', '114215.063000', '114215.066000', '114215.069000', '114215.072000', '114215.075000', '114215.077000', '114215.080000', '114215.083000', '114215.086000', '114215.103000', '114215.106000', '114215.109000', '114215.111000', '114215.114000', '114215.117000', '114215.120000', '114215.123000', '114215.125000', '114215.128000', '114215.131000', '114215.134000', '114215.137000', '114215.139000', '114215.142000', '114215.145000', '114215.148000', '114215.151000', '114215.154000', '114215.156000', '114215.159000', '114215.162000', '114215.165000', '114215.168000', '114215.170000', '114215.173000', '114215.176000', '114215.179000', '114215.182000', '114215.184000', '114235.052000', '114235.055000', '114235.058000', '114235.060000', '114235.063000', '114235.066000', '114235.069000', '114235.072000', '114235.074000', '114235.077000', '114235.080000', '114235.083000', '114235.086000', '114235.088000', '114235.091000', '114235.094000', '114235.097000', '114235.100000', '114235.103000', '114235.105000', '114235.108000', '114235.111000', '114235.114000', '114235.116000', '114235.119000', '114235.122000', '114235.125000', '114235.128000', '114235.131000', '114235.133000', '114235.136000', '114235.139000', '114235.142000', '114235.145000', '114235.147000', '114235.150000', '114235.153000', '114235.156000', '114235.159000', '114235.161000', '114235.164000', '114235.167000', '114235.170000', '114235.173000', '114255.052000', '114255.055000', '114255.059000', '114255.062000', '114255.065000', '114255.068000', '114255.071000', '114255.073000', '114255.076000', '114255.079000', '114255.082000', '114255.085000', '114255.088000', '114255.090000', '114255.093000', '114255.096000', '114255.099000', '114255.102000', '114255.104000', '114255.107000', '114255.110000', '114255.113000', '114255.116000', '114255.118000', '114255.121000', '114255.124000', '114255.127000', '114255.130000', '114255.132000', '114255.135000', '114255.138000', '114255.141000', '114255.144000', '114255.147000', '114255.149000', '114255.152000', '114255.155000', '114255.158000', '114255.161000', '114255.164000', '114255.166000', '114255.169000', '114255.172000', '114315.053000', '114315.056000', '114315.059000', '114315.062000', '114315.064000', '114315.067000', '114315.070000', '114315.073000', '114315.076000', '114315.078000', '114315.081000', '114315.084000', '114315.087000', '114315.090000', '114315.092000', '114315.095000', '114315.098000', '114315.101000', '114315.104000', '114315.107000', '114315.109000', '114315.112000', '114315.115000', '114315.118000', '114315.121000', '114315.123000', '114315.126000', '114315.129000', '114315.132000', '114315.135000', '114315.137000', '114315.140000', '114315.143000', '114315.146000', '114315.149000', '114315.151000', '114315.154000', '114315.157000', '114315.160000', '114315.163000', '114315.166000', '114315.168000', '114315.171000', '114315.174000', '114335.052000', '114335.055000', '114335.058000', '114335.061000', '114335.064000', '114335.067000', '114335.070000', '114335.073000', '114335.075000', '114335.078000', '114335.081000', '114335.084000', '114335.087000', '114335.090000', '114335.093000', '114335.096000', '114335.099000', '114335.101000', '114335.104000', '114335.107000', '114335.110000', '114335.113000', '114335.115000', '114335.118000', '114335.121000', '114335.124000', '114335.127000', '114335.130000', '114335.132000', '114335.135000', '114335.138000', '114335.141000', '114335.144000', '114335.147000', '114335.149000', '114335.152000', '114335.155000', '114335.158000', '114335.175000', '114335.177000', '114335.180000', '114335.183000', '114335.186000', '114355.052000', '114355.055000', '114355.058000', '114355.060000', '114355.063000', '114355.066000', '114355.069000', '114355.072000', '114355.074000', '114355.077000', '114355.080000', '114355.083000', '114355.086000', '114355.089000', '114355.092000', '114355.094000', '114355.097000', '114355.100000', '114355.103000', '114355.105000', '114355.108000', '114355.111000', '114355.114000', '114355.117000', '114355.120000', '114355.122000', '114355.125000', '114355.128000', '114355.131000', '114355.134000', '114355.137000', '114355.139000', '114355.142000', '114355.145000', '114355.148000', '114355.151000', '114355.153000', '114355.156000', '114355.159000', '114355.162000', '114355.165000', '114355.167000', '114355.170000', '114355.173000', '114415.052000', '114415.055000', '114415.058000', '114415.061000', '114415.063000', '114415.066000', '114415.069000', '114415.072000', '114415.075000', '114415.078000', '114415.080000', '114415.083000', '114415.086000', '114415.089000', '114415.094000', '114415.097000', '114415.100000', '114415.103000', '114415.106000', '114415.109000', '114415.112000', '114415.114000', '114415.117000', '114415.120000', '114415.123000', '114415.126000', '114415.129000', '114415.131000', '114415.134000', '114415.137000', '114415.140000', '114415.143000', '114415.145000', '114415.148000', '114415.151000', '114415.154000', '114415.157000', '114415.160000', '114415.162000', '114415.165000', '114415.168000', '114415.171000', '114415.174000', '114435.052000', '114435.055000', '114435.058000', '114435.061000', '114435.063000', '114435.066000', '114435.069000', '114435.072000', '114435.075000', '114435.078000', '114435.080000', '114435.083000', '114435.086000', '114435.089000', '114435.091000', '114435.094000', '114435.097000', '114435.100000', '114435.103000', '114435.106000', '114435.108000', '114435.111000', '114435.114000', '114435.117000', '114435.120000', '114435.122000', '114435.125000', '114435.128000', '114435.131000', '114435.134000', '114435.136000', '114435.139000', '114435.142000', '114435.145000', '114435.148000', '114435.151000', '114435.153000', '114435.156000', '114435.159000', '114435.162000', '114435.165000', '114435.168000', '114435.170000', '114435.173000', '114455.052000', '114455.055000', '114455.058000', '114455.061000', '114455.063000', '114455.066000', '114455.069000', '114455.072000', '114455.075000', '114455.077000', '114455.080000', '114455.083000', '114455.086000', '114455.089000', '114455.092000', '114455.095000', '114455.098000', '114455.100000', '114455.103000', '114455.106000', '114455.109000', '114455.112000', '114455.115000', '114455.118000', '114455.120000', '114455.123000', '114455.126000', '114455.129000', '114455.132000', '114455.135000', '114455.137000', '114455.140000', '114455.145000', '114455.148000', '114455.151000', '114455.153000', '114455.156000', '114455.159000', '114455.162000', '114455.165000', '114455.167000', '114455.170000', '114455.173000', '114515.052000', '114515.055000', '114515.058000', '114515.061000', '114515.063000', '114515.078000', '114515.081000', '114515.084000', '114515.086000', '114515.089000', '114515.092000', '114515.095000', '114515.098000', '114515.100000', '114515.103000', '114515.106000', '114515.109000', '114515.112000', '114515.115000', '114515.117000', '114515.120000', '114515.123000', '114515.126000', '114515.129000', '114515.132000', '114515.134000', '114515.137000', '114515.140000', '114515.143000', '114515.146000', '114515.148000', '114515.151000', '114515.154000', '114515.157000', '114515.160000', '114515.162000', '114515.165000', '114515.168000', '114515.171000', '114515.174000', '114515.177000', '114515.179000', '114515.182000', '114515.185000', '114535.053000', '114535.056000', '114535.059000', '114535.062000', '114535.064000', '114535.067000', '114535.070000', '114535.073000', '114535.076000', '114535.078000', '114535.081000', '114535.084000', '114535.087000', '114535.090000', '114535.092000', '114535.095000', '114535.098000', '114535.101000', '114535.104000', '114535.107000', '114535.109000', '114535.112000', '114535.115000', '114535.118000', '114535.123000', '114535.126000', '114535.129000', '114535.132000', '114535.135000', '114535.138000', '114535.140000', '114535.143000', '114535.146000', '114535.149000', '114535.152000', '114535.155000', '114535.157000', '114535.160000', '114535.163000', '114535.166000', '114535.169000', '114535.171000', '114535.174000', '114546.242000', '114546.245000', '114546.248000', '114546.251000', '114546.254000', '114546.257000', '114546.260000', '114546.262000', '114546.265000', '114546.268000', '114546.271000', '114546.274000', '114546.277000', '114546.280000', '114546.283000', '114546.286000', '114546.289000', '114546.291000', '114546.294000', '114546.297000', '114546.300000', '114546.303000', '114546.306000', '114546.310000', '114546.314000'], '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': [11008, 10942, 10927, 12479, 11268, 10768, 10793, 10992, 12528, 11178, 10649, 11221, 10869, 10037, 11155, 12336, 10686, 11143, 11176, 11395, 12523, 10966, 10729, 10683, 11299, 10104, 11246, 10904, 10534, 11117, 10673, 11081, 11067, 11177, 14091, 11219, 11138, 11530, 11096, 11565, 11038, 10967, 13382, 11856, 10841, 11008, 11045, 11563, 11407, 10821, 10937, 11144, 10611, 11368, 10716, 11330, 11258, 10418, 11327, 9804, 11131, 10843, 11289, 11047, 11327, 11133, 13059, 11316, 10914, 11015, 10799, 13461, 11451, 10857, 10547, 10703, 11176, 10547, 11342, 11213, 11327, 13879, 11120, 12056, 11136, 10977, 11550, 11103, 11079, 12899, 11178, 10691, 11177, 11086, 12658, 11271, 10824, 11432, 10878, 10374, 11222, 10981, 11351, 11159, 11509, 11199, 10767, 10548, 11208, 9775, 11421, 10651, 12414, 11290, 11043, 10979, 11143, 12695, 11375, 10671, 13429, 11234, 10889, 11021, 11059, 12153, 11280, 10993, 10124, 11326, 10794, 11061, 11244, 11851, 11216, 11122, 11598, 11284, 10618, 11227, 10983, 11119, 11391, 10634, 10774, 11035, 12923, 11300, 11159, 13388, 11435, 10620, 11422, 11348, 11552, 10904, 11041, 11920, 11243, 11171, 10768, 11353, 11026, 11060, 11325, 10709, 11464, 11158, 9927, 11445, 10891, 10660, 11336, 10549, 10898, 11340, 10899, 11365, 10967, 9715, 11445, 10849, 11226, 11358, 12528, 11453, 10864, 13069, 11395, 11225, 10964, 11163, 12916, 11176, 11203, 12846, 11454, 10898, 12696, 11414, 10881, 11554, 11394, 10824, 11246, 10949, 10061, 11511, 10911, 11578, 11138, 11878, 11402, 10914, 11063, 11261, 11714, 11295, 10872, 11944, 11350, 11409, 11471, 10879, 11541, 11365, 11385, 11545, 11254, 11386, 11226, 13332, 11435, 12511, 11436, 10825, 13432, 11253, 12994, 11357, 11133, 13168, 11193, 12447, 11128, 10947, 10115, 11133, 12218, 11313, 10965, 11293, 11168, 10678, 11190, 11098, 11065, 11309, 9812, 11232, 9896, 11164, 10275, 11214, 10817, 11496, 11086, 12092, 11285, 11188, 11917, 11100, 12789, 11521, 10984, 10592, 11149, 12683, 10624, 10985, 9979, 11390, 10694, 10971, 11166, 12097, 11499, 10962, 11352, 11238, 10565, 11200, 11210, 11128, 11293, 10954, 11014, 10963, 11904, 11317, 10775, 11180, 11016, 12592, 11466, 10922, 11486, 10915, 12200, 11459, 10834, 11397, 11201, 12933, 11343, 10791, 10410, 11207, 11646, 11280, 11009, 12393, 11431, 10626, 11307, 11309, 11907, 11202, 11149, 11031, 11199, 9926, 11466, 10807, 11447, 11176, 11074, 11301, 11521, 13184, 11368, 12645, 11397, 10760, 10922, 11239, 12774, 11221, 10815, 11275, 10969, 11866, 11413, 10254, 11524, 10868, 11131, 11140, 13047, 11383, 10902, 11427, 10984, 12593, 10969, 10869, 11281, 10993, 12080, 11335, 10824, 10864, 11072, 11411, 11182, 11336, 11325, 10988, 10932, 11136, 10964, 11209, 12592, 10751, 10918, 10311, 11081, 12679, 10795, 10953, 12928, 11244, 11507, 11191, 10825, 11311, 11275, 10407, 11300, 10764, 10685, 11190, 12175, 11167, 10907, 11173, 11161, 12707, 11348, 10911, 11036, 10914, 10653, 11225, 10905, 11291, 11076, 11164, 10977, 11344, 10805, 10752, 10988, 11446, 10399, 11384, 12915, 14756, 11378, 11963, 11287, 11047, 11171, 11059, 11912, 11054, 10188, 11208, 12447, 11319, 11201, 11051, 11150, 10798, 11105, 10541, 11246, 11076, 11124, 11263, 10567, 11363, 11000, 11674, 11097, 10446, 11285, 10808, 11261, 11082, 11100, 11077, 12146, 11273, 11043, 13119, 11175, 10873, 11417, 10969, 12415, 11550, 10954, 11239, 11146, 12025, 11378, 10988, 12809, 11371, 10959, 11301, 11245, 10989, 11235, 11102, 12587, 11400, 10968, 10356, 11375, 10876, 10898, 11247, 11908, 11505, 10969, 12866, 11380, 10941, 11306, 11457, 11993, 10906, 11135, 12433, 11342, 10754, 11095, 11184, 12986, 11413, 10898, 11500, 10982, 12101, 11454, 10968, 10213, 11473, 10674, 11437, 11252, 10120, 11413, 10716, 11403, 11410, 12072, 11319, 11184, 11264, 11278, 11357, 11408, 11219, 11488, 11252, 12114, 11419, 11186, 10875, 11183, 11869, 11464, 11016, 11378, 11038, 11305, 11067, 14005, 11471, 11552, 11059, 10875, 13284, 11117, 11447, 11222, 10953, 11342, 10831, 11545, 10899, 11334, 11029, 11033, 11160, 13411, 11258, 10957, 11214, 10954, 10526, 10981, 11302, 11220, 10031, 11182, 10532, 11221, 10376, 11390, 12405, 11399, 11199, 11439, 10944, 13488, 10944, 12982, 10991, 10863, 11103, 10944, 12474, 11231, 10794, 11352, 10909, 11378, 11189, 11893, 11372, 10875, 11376, 10807, 10259, 11146, 10676, 11252, 10853, 11561, 11286, 10346, 11264, 9853, 11543, 10716, 11453, 10918, 13029, 11278, 10761, 11610, 11067, 12681, 11287, 10826, 11820, 11154, 11334, 11474, 10895, 10795, 11244, 10598, 11172, 11085, 11552, 11144, 11263, 11305, 10853, 11052, 11197, 12524, 11334, 11187, 11049, 10958, 13232, 11234, 10865, 11295, 11277, 10881, 11251, 10783, 10952, 11107, 13011, 11261, 10920, 10122, 11013, 11480, 11134, 11027, 13353, 11165, 10805, 11677, 11093, 10428, 11186, 10913, 11604, 11207, 10056, 11287, 10756, 11667, 11189, 12046, 11313, 10719, 11213, 11314, 11701, 11179, 11053, 11418, 11046, 10839, 11287, 11243, 10186, 11577, 10920, 10031, 11391, 10591, 11331, 11347, 12786, 11665, 10832, 13314, 11451, 10892, 11000, 11264, 13654, 11349, 11034, 14088, 11227, 10949, 10917, 11015, 11264, 11340, 10454, 11526, 10804, 11327, 11131, 12541, 11162, 11022, 11205, 10920, 11922, 11620, 11081, 10404, 11156, 11687, 11280, 11112, 13318, 11437, 10900, 11683, 11115, 12402, 11347, 10989, 11683, 11156, 11786, 11006, 11024, 11628, 11088, 11096, 11517, 10837, 11403, 11399, 10194, 11479, 10915, 11790, 11407, 10712, 11580, 11138, 11350, 11269, 11392, 11319, 11161, 10595, 11173, 10811, 11439, 11009, 12266, 11372, 11080, 11075, 11213, 13003, 11310, 11217, 11416, 11120, 12098, 11455, 11123, 11416, 11304, 12549, 11271, 10979, 11443, 11211, 11856, 11279, 12003, 11519, 11349, 11441, 11238, 11826, 11812, 11257, 11966, 11374, 12583, 11501, 11926, 11350, 11088, 11597, 11361, 12983, 11362, 11164, 12862, 11247, 11667, 11548, 11130, 11662, 11350, 11149, 11437, 10962, 10490, 11355, 10871, 11431, 11138, 9829, 11380, 11402, 11428, 10942, 11502, 11187, 11645, 11504, 10656, 11430, 11066, 11396, 11377, 12848, 11512, 11767, 11453, 11234, 11329, 11377, 11649, 11465, 10326, 11449, 12370, 11566, 12085, 11747, 11303, 13779, 11292, 10239, 11074, 10521, 11292], 'WindowCenter': [3854.0, 3839.0, 3836.0, 3834.0, 3821.0, 3811.0, 3810.0, 3810.0, 3818.0, 3808.0, 3809.0, 3809.0, 3809.0, 3798.0, 3808.0, 3819.0, 3808.0, 3809.0, 3808.0, 3821.0, 3819.0, 3808.0, 3809.0, 3809.0, 3809.0, 3808.0, 3820.0, 3809.0, 3809.0, 3819.0, 3811.0, 3821.0, 3822.0, 3822.0, 3843.0, 3822.0, 3821.0, 3820.0, 3821.0, 3820.0, 3809.0, 3808.0, 3831.0, 3808.0, 3807.0, 3807.0, 3807.0, 3806.0, 3807.0, 3806.0, 3808.0, 3808.0, 3808.0, 3819.0, 3808.0, 3808.0, 3808.0, 3808.0, 3821.0, 3809.0, 3821.0, 3820.0, 3823.0, 3822.0, 3823.0, 3822.0, 3832.0, 3821.0, 3810.0, 3822.0, 3824.0, 3830.0, 3820.0, 3810.0, 3810.0, 3808.0, 3822.0, 3821.0, 3835.0, 3835.0, 3836.0, 3847.0, 3823.0, 3823.0, 3809.0, 3809.0, 3808.0, 3807.0, 3810.0, 3818.0, 3808.0, 3798.0, 3808.0, 3807.0, 3817.0, 3808.0, 3796.0, 3808.0, 3808.0, 3796.0, 3808.0, 3809.0, 3808.0, 3819.0, 3807.0, 3808.0, 3807.0, 3809.0, 3809.0, 3798.0, 3821.0, 3811.0, 3819.0, 3809.0, 3809.0, 3810.0, 3822.0, 3819.0, 3819.0, 3809.0, 3830.0, 3809.0, 3798.0, 3807.0, 3808.0, 3807.0, 3806.0, 3807.0, 3796.0, 3809.0, 3796.0, 3808.0, 3808.0, 3808.0, 3808.0, 3808.0, 3819.0, 3819.0, 3809.0, 3809.0, 3820.0, 3821.0, 3821.0, 3810.0, 3821.0, 3822.0, 3832.0, 3822.0, 3821.0, 3830.0, 3819.0, 3809.0, 3809.0, 3820.0, 3809.0, 3808.0, 3809.0, 3807.0, 3807.0, 3808.0, 3808.0, 3809.0, 3806.0, 3807.0, 3807.0, 3796.0, 3806.0, 3808.0, 3796.0, 3807.0, 3808.0, 3797.0, 3807.0, 3796.0, 3809.0, 3808.0, 3806.0, 3820.0, 3809.0, 3797.0, 3821.0, 3810.0, 3820.0, 3822.0, 3830.0, 3821.0, 3822.0, 3830.0, 3821.0, 3809.0, 3810.0, 3809.0, 3821.0, 3809.0, 3809.0, 3819.0, 3819.0, 3808.0, 3817.0, 3808.0, 3809.0, 3808.0, 3819.0, 3808.0, 3809.0, 3809.0, 3799.0, 3821.0, 3810.0, 3821.0, 3821.0, 3820.0, 3822.0, 3821.0, 3822.0, 3823.0, 3821.0, 3821.0, 3822.0, 3821.0, 3821.0, 3819.0, 3822.0, 3821.0, 3822.0, 3821.0, 3823.0, 3834.0, 3821.0, 3821.0, 3824.0, 3844.0, 3823.0, 3833.0, 3822.0, 3823.0, 3832.0, 3821.0, 3832.0, 3811.0, 3809.0, 3818.0, 3808.0, 3819.0, 3809.0, 3809.0, 3796.0, 3807.0, 3817.0, 3808.0, 3806.0, 3806.0, 3807.0, 3795.0, 3808.0, 3807.0, 3819.0, 3820.0, 3797.0, 3820.0, 3809.0, 3821.0, 3810.0, 3824.0, 3822.0, 3821.0, 3821.0, 3821.0, 3821.0, 3821.0, 3819.0, 3809.0, 3820.0, 3809.0, 3810.0, 3808.0, 3809.0, 3820.0, 3797.0, 3808.0, 3797.0, 3809.0, 3798.0, 3808.0, 3807.0, 3808.0, 3807.0, 3808.0, 3807.0, 3808.0, 3798.0, 3808.0, 3808.0, 3819.0, 3822.0, 3809.0, 3809.0, 3811.0, 3822.0, 3821.0, 3810.0, 3821.0, 3811.0, 3819.0, 3821.0, 3809.0, 3823.0, 3822.0, 3820.0, 3821.0, 3810.0, 3821.0, 3821.0, 3830.0, 3820.0, 3810.0, 3809.0, 3809.0, 3820.0, 3821.0, 3822.0, 3820.0, 3820.0, 3809.0, 3810.0, 3821.0, 3819.0, 3810.0, 3810.0, 3811.0, 3823.0, 3810.0, 3822.0, 3811.0, 3821.0, 3821.0, 3821.0, 3821.0, 3822.0, 3820.0, 3809.0, 3820.0, 3809.0, 3809.0, 3807.0, 3808.0, 3819.0, 3808.0, 3807.0, 3807.0, 3808.0, 3819.0, 3819.0, 3809.0, 3821.0, 3811.0, 3821.0, 3823.0, 3833.0, 3822.0, 3810.0, 3820.0, 3809.0, 3819.0, 3809.0, 3808.0, 3810.0, 3810.0, 3819.0, 3809.0, 3809.0, 3809.0, 3809.0, 3819.0, 3811.0, 3809.0, 3810.0, 3810.0, 3811.0, 3821.0, 3809.0, 3820.0, 3821.0, 3811.0, 3810.0, 3798.0, 3809.0, 3820.0, 3809.0, 3808.0, 3818.0, 3808.0, 3806.0, 3807.0, 3807.0, 3806.0, 3808.0, 3807.0, 3820.0, 3809.0, 3809.0, 3809.0, 3819.0, 3810.0, 3809.0, 3808.0, 3809.0, 3820.0, 3808.0, 3807.0, 3809.0, 3809.0, 3807.0, 3808.0, 3810.0, 3811.0, 3820.0, 3821.0, 3820.0, 3822.0, 3822.0, 3822.0, 3823.0, 3835.0, 3825.0, 3836.0, 3849.0, 3847.0, 3824.0, 3822.0, 3811.0, 3809.0, 3809.0, 3810.0, 3820.0, 3810.0, 3799.0, 3820.0, 3820.0, 3809.0, 3809.0, 3808.0, 3809.0, 3796.0, 3807.0, 3795.0, 3807.0, 3807.0, 3808.0, 3809.0, 3798.0, 3819.0, 3809.0, 3810.0, 3809.0, 3808.0, 3809.0, 3808.0, 3810.0, 3809.0, 3821.0, 3822.0, 3821.0, 3810.0, 3821.0, 3831.0, 3810.0, 3809.0, 3809.0, 3809.0, 3819.0, 3809.0, 3810.0, 3810.0, 3821.0, 3820.0, 3820.0, 3810.0, 3820.0, 3820.0, 3810.0, 3810.0, 3820.0, 3810.0, 3810.0, 3809.0, 3820.0, 3820.0, 3810.0, 3811.0, 3821.0, 3810.0, 3810.0, 3820.0, 3820.0, 3821.0, 3811.0, 3830.0, 3822.0, 3812.0, 3810.0, 3820.0, 3822.0, 3810.0, 3822.0, 3820.0, 3822.0, 3810.0, 3810.0, 3810.0, 3831.0, 3821.0, 3810.0, 3823.0, 3822.0, 3821.0, 3821.0, 3822.0, 3799.0, 3822.0, 3810.0, 3820.0, 3822.0, 3810.0, 3822.0, 3811.0, 3821.0, 3821.0, 3823.0, 3821.0, 3811.0, 3809.0, 3811.0, 3810.0, 3821.0, 3810.0, 3821.0, 3822.0, 3821.0, 3821.0, 3822.0, 3812.0, 3822.0, 3821.0, 3821.0, 3810.0, 3821.0, 3810.0, 3824.0, 3823.0, 3832.0, 3820.0, 3822.0, 3810.0, 3809.0, 3818.0, 3809.0, 3808.0, 3808.0, 3807.0, 3822.0, 3808.0, 3821.0, 3810.0, 3810.0, 3810.0, 3810.0, 3811.0, 3830.0, 3808.0, 3810.0, 3809.0, 3797.0, 3795.0, 3808.0, 3808.0, 3808.0, 3797.0, 3809.0, 3810.0, 3821.0, 3810.0, 3821.0, 3832.0, 3822.0, 3822.0, 3821.0, 3811.0, 3830.0, 3810.0, 3820.0, 3809.0, 3798.0, 3807.0, 3797.0, 3807.0, 3807.0, 3796.0, 3808.0, 3806.0, 3806.0, 3808.0, 3807.0, 3808.0, 3808.0, 3807.0, 3807.0, 3797.0, 3811.0, 3809.0, 3809.0, 3808.0, 3809.0, 3810.0, 3809.0, 3822.0, 3810.0, 3823.0, 3811.0, 3835.0, 3824.0, 3832.0, 3821.0, 3812.0, 3810.0, 3810.0, 3819.0, 3809.0, 3809.0, 3808.0, 3808.0, 3807.0, 3808.0, 3808.0, 3808.0, 3810.0, 3808.0, 3820.0, 3809.0, 3819.0, 3820.0, 3820.0, 3822.0, 3820.0, 3821.0, 3823.0, 3821.0, 3821.0, 3811.0, 3821.0, 3810.0, 3831.0, 3809.0, 3810.0, 3809.0, 3809.0, 3808.0, 3808.0, 3807.0, 3808.0, 3810.0, 3832.0, 3810.0, 3810.0, 3798.0, 3809.0, 3809.0, 3809.0, 3808.0, 3818.0, 3808.0, 3798.0, 3807.0, 3808.0, 3796.0, 3808.0, 3808.0, 3809.0, 3810.0, 3797.0, 3809.0, 3809.0, 3808.0, 3810.0, 3821.0, 3812.0, 3809.0, 3808.0, 3810.0, 3807.0, 3809.0, 3808.0, 3809.0, 3820.0, 3808.0, 3820.0, 3821.0, 3811.0, 3823.0, 3821.0, 3811.0, 3822.0, 3810.0, 3821.0, 3823.0, 3831.0, 3823.0, 3811.0, 3832.0, 3821.0, 3810.0, 3811.0, 3822.0, 3831.0, 3809.0, 3809.0, 3830.0, 3809.0, 3807.0, 3808.0, 3809.0, 3808.0, 3811.0, 3809.0, 3822.0, 3822.0, 3823.0, 3825.0, 3833.0, 3823.0, 3813.0, 3810.0, 3810.0, 3821.0, 3809.0, 3809.0, 3809.0, 3822.0, 3820.0, 3810.0, 3809.0, 3831.0, 3819.0, 3808.0, 3808.0, 3809.0, 3819.0, 3809.0, 3807.0, 3807.0, 3809.0, 3809.0, 3808.0, 3798.0, 3807.0, 3809.0, 3808.0, 3807.0, 3807.0, 3807.0, 3808.0, 3795.0, 3818.0, 3807.0, 3819.0, 3820.0, 3810.0, 3820.0, 3809.0, 3808.0, 3808.0, 3808.0, 3809.0, 3809.0, 3809.0, 3808.0, 3809.0, 3819.0, 3810.0, 3820.0, 3821.0, 3811.0, 3809.0, 3821.0, 3832.0, 3821.0, 3820.0, 3820.0, 3822.0, 3821.0, 3820.0, 3809.0, 3821.0, 3821.0, 3820.0, 3808.0, 3811.0, 3821.0, 3820.0, 3821.0, 3823.0, 3821.0, 3822.0, 3809.0, 3822.0, 3822.0, 3822.0, 3822.0, 3821.0, 3821.0, 3821.0, 3832.0, 3822.0, 3823.0, 3821.0, 3811.0, 3820.0, 3821.0, 3833.0, 3820.0, 3811.0, 3832.0, 3810.0, 3808.0, 3820.0, 3808.0, 3807.0, 3808.0, 3807.0, 3808.0, 3807.0, 3796.0, 3806.0, 3796.0, 3807.0, 3808.0, 3797.0, 3807.0, 3807.0, 3807.0, 3807.0, 3809.0, 3809.0, 3808.0, 3820.0, 3808.0, 3821.0, 3810.0, 3821.0, 3821.0, 3832.0, 3821.0, 3821.0, 3819.0, 3810.0, 3820.0, 3821.0, 3822.0, 3822.0, 3811.0, 3823.0, 3832.0, 3824.0, 3834.0, 3822.0, 3822.0, 3832.0, 3822.0, 3800.0, 3821.0, 3810.0, 3821.0], 'WindowWidth': [8646.0, 8614.0, 8603.0, 8598.0, 8574.0, 8560.0, 8556.0, 8556.0, 8565.0, 8550.0, 8553.0, 8553.0, 8553.0, 8537.0, 8552.0, 8568.0, 8550.0, 8551.0, 8550.0, 8571.0, 8566.0, 8551.0, 8554.0, 8553.0, 8553.0, 8553.0, 8570.0, 8554.0, 8553.0, 8567.0, 8559.0, 8573.0, 8575.0, 8576.0, 8610.0, 8575.0, 8573.0, 8570.0, 8571.0, 8571.0, 8551.0, 8551.0, 8588.0, 8550.0, 8548.0, 8547.0, 8546.0, 8545.0, 8547.0, 8544.0, 8550.0, 8550.0, 8550.0, 8566.0, 8550.0, 8549.0, 8549.0, 8550.0, 8571.0, 8554.0, 8573.0, 8571.0, 8579.0, 8575.0, 8578.0, 8577.0, 8592.0, 8573.0, 8560.0, 8575.0, 8583.0, 8588.0, 8569.0, 8555.0, 8552.0, 8549.0, 8573.0, 8574.0, 8597.0, 8598.0, 8602.0, 8625.0, 8581.0, 8577.0, 8551.0, 8551.0, 8552.0, 8546.0, 8553.0, 8563.0, 8548.0, 8535.0, 8548.0, 8546.0, 8560.0, 8546.0, 8528.0, 8550.0, 8550.0, 8531.0, 8550.0, 8554.0, 8550.0, 8567.0, 8548.0, 8550.0, 8548.0, 8550.0, 8551.0, 8538.0, 8571.0, 8559.0, 8566.0, 8553.0, 8555.0, 8556.0, 8573.0, 8570.0, 8564.0, 8553.0, 8582.0, 8549.0, 8535.0, 8545.0, 8549.0, 8549.0, 8545.0, 8546.0, 8530.0, 8550.0, 8530.0, 8547.0, 8550.0, 8548.0, 8548.0, 8548.0, 8566.0, 8567.0, 8552.0, 8553.0, 8569.0, 8571.0, 8574.0, 8556.0, 8572.0, 8573.0, 8589.0, 8574.0, 8573.0, 8583.0, 8566.0, 8555.0, 8552.0, 8568.0, 8553.0, 8548.0, 8549.0, 8547.0, 8547.0, 8550.0, 8548.0, 8552.0, 8545.0, 8545.0, 8547.0, 8530.0, 8544.0, 8549.0, 8531.0, 8548.0, 8550.0, 8533.0, 8548.0, 8533.0, 8550.0, 8550.0, 8546.0, 8569.0, 8554.0, 8536.0, 8571.0, 8557.0, 8571.0, 8574.0, 8584.0, 8572.0, 8574.0, 8584.0, 8570.0, 8554.0, 8554.0, 8553.0, 8574.0, 8552.0, 8552.0, 8565.0, 8565.0, 8552.0, 8562.0, 8549.0, 8552.0, 8550.0, 8566.0, 8549.0, 8552.0, 8552.0, 8539.0, 8570.0, 8555.0, 8573.0, 8575.0, 8572.0, 8575.0, 8573.0, 8574.0, 8577.0, 8572.0, 8573.0, 8576.0, 8571.0, 8571.0, 8567.0, 8575.0, 8572.0, 8573.0, 8572.0, 8576.0, 8594.0, 8575.0, 8573.0, 8580.0, 8610.0, 8579.0, 8593.0, 8576.0, 8581.0, 8589.0, 8572.0, 8595.0, 8557.0, 8555.0, 8564.0, 8549.0, 8569.0, 8551.0, 8550.0, 8531.0, 8547.0, 8562.0, 8549.0, 8544.0, 8543.0, 8546.0, 8527.0, 8547.0, 8546.0, 8566.0, 8569.0, 8536.0, 8569.0, 8555.0, 8572.0, 8558.0, 8581.0, 8577.0, 8573.0, 8570.0, 8573.0, 8571.0, 8572.0, 8566.0, 8552.0, 8573.0, 8553.0, 8555.0, 8550.0, 8552.0, 8570.0, 8534.0, 8548.0, 8533.0, 8552.0, 8535.0, 8549.0, 8546.0, 8549.0, 8548.0, 8549.0, 8546.0, 8549.0, 8535.0, 8550.0, 8549.0, 8567.0, 8573.0, 8553.0, 8553.0, 8556.0, 8575.0, 8571.0, 8556.0, 8571.0, 8557.0, 8569.0, 8570.0, 8552.0, 8577.0, 8575.0, 8569.0, 8570.0, 8558.0, 8570.0, 8570.0, 8583.0, 8570.0, 8555.0, 8552.0, 8554.0, 8569.0, 8571.0, 8575.0, 8569.0, 8569.0, 8557.0, 8555.0, 8571.0, 8568.0, 8553.0, 8554.0, 8558.0, 8576.0, 8556.0, 8575.0, 8561.0, 8572.0, 8572.0, 8571.0, 8571.0, 8576.0, 8568.0, 8552.0, 8568.0, 8552.0, 8553.0, 8545.0, 8547.0, 8565.0, 8550.0, 8546.0, 8546.0, 8549.0, 8565.0, 8566.0, 8554.0, 8574.0, 8558.0, 8572.0, 8575.0, 8591.0, 8574.0, 8558.0, 8567.0, 8554.0, 8568.0, 8553.0, 8550.0, 8555.0, 8554.0, 8566.0, 8551.0, 8555.0, 8551.0, 8551.0, 8565.0, 8556.0, 8552.0, 8555.0, 8556.0, 8557.0, 8572.0, 8554.0, 8569.0, 8574.0, 8556.0, 8554.0, 8537.0, 8553.0, 8572.0, 8550.0, 8550.0, 8563.0, 8547.0, 8546.0, 8546.0, 8545.0, 8544.0, 8549.0, 8549.0, 8569.0, 8553.0, 8552.0, 8554.0, 8567.0, 8554.0, 8554.0, 8549.0, 8551.0, 8567.0, 8549.0, 8546.0, 8552.0, 8553.0, 8548.0, 8550.0, 8553.0, 8556.0, 8568.0, 8570.0, 8570.0, 8573.0, 8572.0, 8573.0, 8575.0, 8598.0, 8584.0, 8601.0, 8626.0, 8623.0, 8580.0, 8575.0, 8558.0, 8553.0, 8552.0, 8555.0, 8570.0, 8553.0, 8538.0, 8568.0, 8569.0, 8550.0, 8554.0, 8547.0, 8551.0, 8528.0, 8544.0, 8527.0, 8545.0, 8544.0, 8549.0, 8552.0, 8536.0, 8565.0, 8552.0, 8552.0, 8552.0, 8548.0, 8552.0, 8549.0, 8554.0, 8553.0, 8573.0, 8575.0, 8573.0, 8555.0, 8572.0, 8585.0, 8554.0, 8552.0, 8552.0, 8552.0, 8567.0, 8552.0, 8555.0, 8555.0, 8571.0, 8569.0, 8568.0, 8555.0, 8568.0, 8567.0, 8555.0, 8554.0, 8568.0, 8554.0, 8555.0, 8553.0, 8570.0, 8568.0, 8556.0, 8555.0, 8569.0, 8554.0, 8554.0, 8569.0, 8570.0, 8571.0, 8558.0, 8582.0, 8572.0, 8560.0, 8554.0, 8568.0, 8574.0, 8554.0, 8572.0, 8568.0, 8572.0, 8556.0, 8554.0, 8555.0, 8587.0, 8572.0, 8557.0, 8575.0, 8572.0, 8572.0, 8572.0, 8574.0, 8539.0, 8572.0, 8557.0, 8568.0, 8573.0, 8556.0, 8574.0, 8557.0, 8570.0, 8571.0, 8577.0, 8572.0, 8558.0, 8553.0, 8556.0, 8557.0, 8570.0, 8554.0, 8572.0, 8575.0, 8574.0, 8572.0, 8574.0, 8561.0, 8575.0, 8571.0, 8572.0, 8556.0, 8573.0, 8556.0, 8581.0, 8578.0, 8593.0, 8569.0, 8577.0, 8554.0, 8552.0, 8563.0, 8549.0, 8549.0, 8549.0, 8546.0, 8572.0, 8549.0, 8570.0, 8557.0, 8555.0, 8555.0, 8554.0, 8556.0, 8585.0, 8550.0, 8555.0, 8549.0, 8531.0, 8527.0, 8547.0, 8548.0, 8548.0, 8534.0, 8554.0, 8554.0, 8571.0, 8556.0, 8572.0, 8591.0, 8574.0, 8575.0, 8572.0, 8560.0, 8584.0, 8554.0, 8572.0, 8553.0, 8536.0, 8544.0, 8532.0, 8548.0, 8544.0, 8529.0, 8547.0, 8544.0, 8542.0, 8548.0, 8547.0, 8549.0, 8548.0, 8546.0, 8547.0, 8533.0, 8556.0, 8550.0, 8551.0, 8549.0, 8552.0, 8554.0, 8551.0, 8574.0, 8555.0, 8575.0, 8558.0, 8597.0, 8582.0, 8589.0, 8571.0, 8564.0, 8554.0, 8556.0, 8567.0, 8551.0, 8551.0, 8548.0, 8547.0, 8546.0, 8549.0, 8548.0, 8548.0, 8552.0, 8549.0, 8569.0, 8553.0, 8565.0, 8569.0, 8570.0, 8576.0, 8570.0, 8572.0, 8578.0, 8575.0, 8572.0, 8559.0, 8571.0, 8556.0, 8586.0, 8552.0, 8556.0, 8551.0, 8551.0, 8551.0, 8551.0, 8549.0, 8550.0, 8554.0, 8590.0, 8554.0, 8555.0, 8536.0, 8552.0, 8554.0, 8549.0, 8547.0, 8565.0, 8549.0, 8535.0, 8547.0, 8549.0, 8531.0, 8548.0, 8549.0, 8552.0, 8555.0, 8535.0, 8553.0, 8552.0, 8550.0, 8554.0, 8569.0, 8558.0, 8552.0, 8548.0, 8553.0, 8549.0, 8551.0, 8549.0, 8551.0, 8568.0, 8548.0, 8567.0, 8570.0, 8559.0, 8576.0, 8573.0, 8557.0, 8574.0, 8556.0, 8570.0, 8575.0, 8587.0, 8575.0, 8560.0, 8586.0, 8571.0, 8557.0, 8557.0, 8572.0, 8586.0, 8551.0, 8554.0, 8584.0, 8550.0, 8547.0, 8547.0, 8550.0, 8550.0, 8556.0, 8552.0, 8575.0, 8574.0, 8580.0, 8584.0, 8596.0, 8578.0, 8566.0, 8556.0, 8555.0, 8573.0, 8552.0, 8551.0, 8551.0, 8572.0, 8570.0, 8554.0, 8551.0, 8586.0, 8566.0, 8552.0, 8548.0, 8550.0, 8567.0, 8550.0, 8547.0, 8546.0, 8551.0, 8551.0, 8548.0, 8536.0, 8546.0, 8552.0, 8550.0, 8545.0, 8547.0, 8546.0, 8548.0, 8529.0, 8563.0, 8547.0, 8565.0, 8568.0, 8554.0, 8569.0, 8554.0, 8550.0, 8551.0, 8550.0, 8551.0, 8553.0, 8551.0, 8551.0, 8553.0, 8566.0, 8555.0, 8568.0, 8571.0, 8557.0, 8553.0, 8571.0, 8589.0, 8571.0, 8570.0, 8569.0, 8574.0, 8571.0, 8569.0, 8554.0, 8572.0, 8572.0, 8571.0, 8551.0, 8558.0, 8572.0, 8569.0, 8571.0, 8575.0, 8573.0, 8572.0, 8553.0, 8575.0, 8575.0, 8575.0, 8574.0, 8574.0, 8573.0, 8573.0, 8590.0, 8574.0, 8579.0, 8573.0, 8559.0, 8570.0, 8574.0, 8593.0, 8569.0, 8558.0, 8587.0, 8555.0, 8552.0, 8568.0, 8551.0, 8547.0, 8547.0, 8547.0, 8548.0, 8546.0, 8530.0, 8543.0, 8530.0, 8546.0, 8549.0, 8530.0, 8546.0, 8547.0, 8547.0, 8545.0, 8553.0, 8552.0, 8550.0, 8569.0, 8550.0, 8570.0, 8557.0, 8571.0, 8574.0, 8589.0, 8572.0, 8571.0, 8567.0, 8555.0, 8568.0, 8571.0, 8574.0, 8574.0, 8559.0, 8577.0, 8592.0, 8580.0, 8596.0, 8574.0, 8573.0, 8591.0, 8572.0, 8538.0, 8570.0, 8554.0, 8571.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.0002711967779056387</td></tr>
<tr><td colspan=3>aqi</td><td>0.019679652128883778</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.4436676491705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.240065302039171</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9959316576612894</td></tr>
<tr><td colspan=3>efc</td><td>0.4935</td></tr>
<tr><td colspan=3>fber</td><td>4448.0034</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08145516631242482</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4959723820483315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.389788889647526</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3805978523330333</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.634868664452563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.153900152156982</td></tr>
<tr><td colspan=3>gcor</td><td>0.00565193</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010742638260126114</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03469656780362129</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.983893813312878</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.1883</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.876</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.9241</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299532.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>897.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.2459</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6228</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.5694</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3021.483</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.2129</td></tr>
<tr><td colspan=3>tsnr</td><td>40.831728228367865</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>