<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0023_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0023_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0023_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0023_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0023_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0023_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0023_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0023_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0023_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0023/ses-04/func/sub-0023_ses-04_task-social_acq-mb8_run-06_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>a9276d5d1b768bc4d80514290a1efb4e</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:29:21.277500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999655, 0.0241552, -0.0103306, -0.0258277, 0.975576, -0.218139]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10312</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7729, -7265, 507, 10, -120, -56, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.675</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b43e3c36-9637-42b4-8840-ae246cf55587||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820008754730225, -0.0692937821149826, -0.012984544970095158, 122.16265106201172], [-0.06480672955513, 2.617398977279663, -0.5894911289215088, -68.40421295166016], [-0.027716223150491714, 0.585249662399292, 2.6348304748535156, -88.13460540771484], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['132921.277500', '132921.737500', '132922.197500', '132922.657500', '132923.117500', '132923.577500', '132924.037500', '132924.497500', '132924.957500', '132925.417500', '132925.877500', '132926.337500', '132926.797500', '132927.257500', '132927.717500', '132928.177500', '132928.637500', '132929.097500', '132929.557500', '132930.017500', '132930.477500', '132930.937500', '132931.397500', '132931.857500', '132932.317500', '132932.777500', '132933.237500', '132933.697500', '132934.157500', '132934.617500', '132935.077500', '132935.537500', '132935.997500', '132936.457500', '132936.917500', '132937.377500', '132937.837500', '132938.297500', '132938.757500', '132939.217500', '132939.677500', '132940.137500', '132940.597500', '132941.057500', '132941.517500', '132941.977500', '132942.437500', '132942.897500', '132943.357500', '132943.817500', '132944.277500', '132944.737500', '132945.197500', '132945.657500', '132946.117500', '132946.577500', '132947.037500', '132947.497500', '132947.957500', '132948.417500', '132948.877500', '132949.337500', '132949.797500', '132950.257500', '132950.717500', '132951.177500', '132951.637500', '132952.097500', '132952.557500', '132953.017500', '132953.477500', '132953.937500', '132954.397500', '132954.857500', '132955.317500', '132955.777500', '132956.237500', '132956.697500', '132957.157500', '132957.617500', '132958.077500', '132958.537500', '132958.997500', '132959.457500', '132959.917500', '133000.377500', '133000.837500', '133001.297500', '133001.757500', '133002.217500', '133002.677500', '133003.137500', '133003.597500', '133004.057500', '133004.517500', '133004.977500', '133005.437500', '133005.897500', '133006.357500', '133006.817500', '133007.277500', '133007.737500', '133008.197500', '133008.657500', '133009.117500', '133009.577500', '133010.037500', '133010.497500', '133010.957500', '133011.417500', '133011.877500', '133012.337500', '133012.797500', '133013.257500', '133013.717500', '133014.177500', '133014.637500', '133015.097500', '133015.557500', '133016.017500', '133016.477500', '133016.937500', '133017.397500', '133017.857500', '133018.317500', '133018.777500', '133019.237500', '133019.697500', '133020.157500', '133020.617500', '133021.077500', '133021.537500', '133021.997500', '133022.457500', '133022.917500', '133023.377500', '133023.837500', '133024.297500', '133024.757500', '133025.217500', '133025.677500', '133026.137500', '133026.597500', '133027.057500', '133027.517500', '133027.977500', '133028.437500', '133028.897500', '133029.357500', '133029.817500', '133030.277500', '133030.737500', '133031.197500', '133031.657500', '133032.117500', '133032.577500', '133033.037500', '133033.497500', '133033.957500', '133034.417500', '133034.877500', '133035.337500', '133035.797500', '133036.257500', '133036.717500', '133037.177500', '133037.637500', '133038.097500', '133038.557500', '133039.017500', '133039.477500', '133039.937500', '133040.397500', '133040.857500', '133041.317500', '133041.777500', '133042.237500', '133042.697500', '133043.157500', '133043.617500', '133044.077500', '133044.537500', '133044.997500', '133045.457500', '133045.917500', '133046.377500', '133046.837500', '133047.297500', '133047.757500', '133048.217500', '133048.677500', '133049.137500', '133049.597500', '133050.057500', '133050.517500', '133050.977500', '133051.437500', '133051.897500', '133052.357500', '133052.817500', '133053.277500', '133053.737500', '133054.197500', '133054.657500', '133055.117500', '133055.577500', '133056.037500', '133056.497500', '133056.957500', '133057.417500', '133057.877500', '133058.337500', '133058.797500', '133059.257500', '133059.717500', '133100.177500', '133100.637500', '133101.097500', '133101.557500', '133102.017500', '133102.477500', '133102.937500', '133103.397500', '133103.857500', '133104.317500', '133104.777500', '133105.237500', '133105.697500', '133106.157500', '133106.617500', '133107.077500', '133107.537500', '133107.997500', '133108.457500', '133108.917500', '133109.377500', '133109.837500', '133110.297500', '133110.757500', '133111.217500', '133111.677500', '133112.137500', '133112.597500', '133113.057500', '133113.517500', '133113.977500', '133114.437500', '133114.897500', '133115.357500', '133115.817500', '133116.277500', '133116.737500', '133117.197500', '133117.657500', '133118.117500', '133118.577500', '133119.037500', '133119.497500', '133119.957500', '133120.417500', '133120.877500', '133121.337500', '133121.797500', '133122.257500', '133122.717500', '133123.177500', '133123.637500', '133124.097500', '133124.557500', '133125.017500', '133125.477500', '133125.937500', '133126.397500', '133126.857500', '133127.317500', '133127.777500', '133128.237500', '133128.697500', '133129.157500', '133129.617500', '133130.077500', '133130.537500', '133130.997500', '133131.457500', '133131.917500', '133132.377500', '133132.837500', '133133.297500', '133133.757500', '133134.217500', '133134.677500', '133135.137500', '133135.597500', '133136.057500', '133136.517500', '133136.977500', '133137.437500', '133137.897500', '133138.357500', '133138.817500', '133139.277500', '133139.737500', '133140.197500', '133140.657500', '133141.117500', '133141.577500', '133142.037500', '133142.497500', '133142.957500', '133143.417500', '133143.877500', '133144.337500', '133144.797500', '133145.257500', '133145.717500', '133146.177500', '133146.637500', '133147.097500', '133147.557500', '133148.017500', '133148.477500', '133148.937500', '133149.397500', '133149.857500', '133150.317500', '133150.777500', '133151.237500', '133151.697500', '133152.157500', '133152.617500', '133153.077500', '133153.537500', '133153.997500', '133154.457500', '133154.917500', '133155.377500', '133155.837500', '133156.297500', '133156.757500', '133157.217500', '133157.677500', '133158.137500', '133158.597500', '133159.057500', '133159.517500', '133159.977500', '133200.437500', '133200.897500', '133201.357500', '133201.817500', '133202.277500', '133202.737500', '133203.197500', '133203.657500', '133204.117500', '133204.577500', '133205.037500', '133205.497500', '133205.957500', '133206.417500', '133206.877500', '133207.337500', '133207.797500', '133208.257500', '133208.717500', '133209.177500', '133209.637500', '133210.097500', '133210.557500', '133211.017500', '133211.477500', '133211.937500', '133212.397500', '133212.857500', '133213.317500', '133213.777500', '133214.237500', '133214.697500', '133215.157500', '133215.617500', '133216.077500', '133216.537500', '133216.997500', '133217.457500', '133217.917500', '133218.377500', '133218.837500', '133219.297500', '133219.757500', '133220.217500', '133220.677500', '133221.137500', '133221.597500', '133222.057500', '133222.517500', '133222.977500', '133223.437500', '133223.897500', '133224.357500', '133224.817500', '133225.277500', '133225.737500', '133226.197500', '133226.657500', '133227.117500', '133227.577500', '133228.037500', '133228.497500', '133228.957500', '133229.417500', '133229.877500', '133230.337500', '133230.797500', '133231.257500', '133231.717500', '133232.177500', '133232.637500', '133233.097500', '133233.557500', '133234.017500', '133234.477500', '133234.937500', '133235.397500', '133235.857500', '133236.317500', '133236.777500', '133237.237500', '133237.697500', '133238.157500', '133238.617500', '133239.077500', '133239.537500', '133239.997500', '133240.457500', '133240.917500', '133241.377500', '133241.837500', '133242.297500', '133242.757500', '133243.217500', '133243.677500', '133244.137500', '133244.597500', '133245.057500', '133245.517500', '133245.977500', '133246.437500', '133246.897500', '133247.357500', '133247.817500', '133248.277500', '133248.737500', '133249.197500', '133249.657500', '133250.117500', '133250.577500', '133251.037500', '133251.497500', '133251.957500', '133252.417500', '133252.877500', '133253.337500', '133253.797500', '133254.257500', '133254.717500', '133255.177500', '133255.637500', '133256.097500', '133256.557500', '133257.017500', '133257.477500', '133257.937500', '133258.397500', '133258.857500', '133259.317500', '133259.777500', '133300.237500', '133300.697500', '133301.157500', '133301.617500', '133302.077500', '133302.537500', '133302.997500', '133303.457500', '133303.917500', '133304.377500', '133304.837500', '133305.297500', '133305.757500', '133306.217500', '133306.677500', '133307.137500', '133307.597500', '133308.057500', '133308.517500', '133308.977500', '133309.437500', '133309.897500', '133310.357500', '133310.817500', '133311.277500', '133311.737500', '133312.197500', '133312.657500', '133313.117500', '133313.577500', '133314.037500', '133314.497500', '133314.957500', '133315.417500', '133315.877500', '133316.337500', '133316.797500', '133317.257500', '133317.717500', '133318.177500', '133318.637500', '133319.097500', '133319.557500', '133320.017500', '133320.477500', '133320.937500', '133321.397500', '133321.857500', '133322.317500', '133322.777500', '133323.237500', '133323.697500', '133324.157500', '133324.617500', '133325.077500', '133325.537500', '133325.997500', '133326.457500', '133326.917500', '133327.377500', '133327.837500', '133328.297500', '133328.757500', '133329.217500', '133329.677500', '133330.137500', '133330.597500', '133331.057500', '133331.517500', '133331.977500', '133332.437500', '133332.897500', '133333.357500', '133333.817500', '133334.277500', '133334.737500', '133335.197500', '133335.657500', '133336.117500', '133336.577500', '133337.037500', '133337.497500', '133337.957500', '133338.417500', '133338.877500', '133339.337500', '133339.797500', '133340.257500', '133340.717500', '133341.177500', '133341.637500', '133342.097500', '133342.557500', '133343.017500', '133343.477500', '133343.937500', '133344.397500', '133344.857500', '133345.317500', '133345.777500', '133346.237500', '133346.697500', '133347.157500', '133347.617500', '133348.077500', '133348.537500', '133348.997500', '133349.457500', '133349.917500', '133350.377500', '133350.837500', '133351.297500', '133351.757500', '133352.217500', '133352.677500', '133353.137500', '133353.597500', '133354.057500', '133354.517500', '133354.977500', '133355.437500', '133355.897500', '133356.357500', '133356.817500', '133357.277500', '133357.737500', '133358.197500', '133358.657500', '133359.117500', '133359.577500', '133400.037500', '133400.497500', '133400.957500', '133401.417500', '133401.877500', '133402.337500', '133402.797500', '133403.257500', '133403.717500', '133404.177500', '133404.637500', '133405.097500', '133405.557500', '133406.017500', '133406.477500', '133406.937500', '133407.397500', '133407.857500', '133408.317500', '133408.777500', '133409.237500', '133409.697500', '133410.157500', '133410.617500', '133411.077500', '133411.537500', '133411.997500', '133412.457500', '133412.917500', '133413.377500', '133413.837500', '133414.297500', '133414.757500', '133415.217500', '133415.677500', '133416.137500', '133416.597500', '133417.057500', '133417.517500', '133417.977500', '133418.437500', '133418.897500', '133419.357500', '133419.817500', '133420.277500', '133420.737500', '133421.197500', '133421.657500', '133422.117500', '133422.577500', '133423.037500', '133423.497500', '133423.957500', '133424.417500', '133424.877500', '133425.337500', '133425.797500', '133426.257500', '133426.717500', '133427.177500', '133427.637500', '133428.097500', '133428.557500', '133429.017500', '133429.477500', '133429.937500', '133430.397500', '133430.857500', '133431.317500', '133431.777500', '133432.237500', '133432.697500', '133433.157500', '133433.617500', '133434.077500', '133434.537500', '133434.997500', '133435.457500', '133435.917500', '133436.377500', '133436.837500', '133437.297500', '133437.757500', '133438.217500', '133438.677500', '133439.137500', '133439.597500', '133440.057500', '133440.517500', '133440.977500', '133441.437500', '133441.897500', '133442.357500', '133442.817500', '133443.277500', '133443.737500', '133444.197500', '133444.657500', '133445.117500', '133445.577500', '133446.037500', '133446.497500', '133446.957500', '133447.417500', '133447.877500', '133448.337500', '133448.797500', '133449.257500', '133449.717500', '133450.177500', '133450.637500', '133451.097500', '133451.557500', '133452.017500', '133452.477500', '133452.937500', '133453.397500', '133453.857500', '133454.317500', '133454.777500', '133455.237500', '133455.697500', '133456.157500', '133456.617500', '133457.077500', '133457.537500', '133457.997500', '133458.457500', '133458.917500', '133459.377500', '133459.837500', '133500.297500', '133500.757500', '133501.217500', '133501.677500', '133502.137500', '133502.597500', '133503.057500', '133503.517500', '133503.977500', '133504.437500', '133504.897500', '133505.357500', '133505.817500', '133506.277500', '133506.737500', '133507.197500', '133507.657500', '133508.117500', '133508.577500', '133509.037500', '133509.497500', '133509.957500', '133510.417500', '133510.877500', '133511.337500', '133511.797500', '133512.257500', '133512.717500', '133513.177500', '133513.637500', '133514.097500', '133514.557500', '133515.017500', '133515.477500', '133515.937500', '133516.397500', '133516.857500', '133517.317500', '133517.777500', '133518.237500', '133518.697500', '133519.157500', '133519.617500', '133520.077500', '133520.537500', '133520.997500', '133521.457500', '133521.917500', '133522.377500', '133522.837500', '133523.297500', '133523.757500', '133524.217500', '133524.677500', '133525.137500', '133525.597500', '133526.057500', '133526.517500', '133526.977500', '133527.437500', '133527.897500', '133528.357500', '133528.817500', '133529.277500', '133529.737500', '133530.197500', '133530.657500', '133531.117500', '133531.577500', '133532.037500', '133532.497500', '133532.957500', '133533.417500', '133533.877500', '133534.337500', '133534.797500', '133535.257500', '133535.717500', '133536.177500', '133536.637500', '133537.097500', '133537.557500', '133538.017500', '133538.477500', '133538.937500', '133539.397500', '133539.857500', '133540.317500', '133540.777500', '133541.237500', '133541.697500', '133542.157500', '133542.617500', '133543.077500', '133543.537500', '133543.997500', '133544.457500', '133544.917500', '133545.377500', '133545.837500', '133546.297500', '133546.757500', '133547.217500', '133547.677500', '133548.137500', '133548.597500', '133549.057500', '133549.517500', '133549.977500', '133550.437500', '133550.897500', '133551.357500', '133551.817500', '133552.277500', '133552.737500', '133553.197500', '133553.657500', '133554.117500', '133554.577500', '133555.037500', '133555.497500', '133555.957500', '133556.417500', '133556.877500', '133557.337500', '133557.797500', '133558.257500', '133558.717500', '133559.177500', '133559.637500', '133600.097500', '133600.557500', '133601.017500', '133601.477500', '133601.937500'], 'ContentTime': ['132932.145000', '132932.148000', '132932.151000', '132932.154000', '132932.157000', '132932.160000', '132932.163000', '132932.166000', '132932.169000', '132932.172000', '132932.175000', '132932.177000', '132932.181000', '132932.184000', '132932.186000', '132932.189000', '132932.192000', '132932.195000', '132932.198000', '132932.201000', '132932.204000', '132932.214000', '132932.217000', '132952.107000', '132952.110000', '132952.113000', '132952.116000', '132952.119000', '132952.122000', '132952.125000', '132952.128000', '132952.131000', '132952.134000', '132952.137000', '132952.141000', '132952.144000', '132952.147000', '132952.150000', '132952.153000', '132952.156000', '132952.159000', '132952.180000', '132952.183000', '132952.192000', '132952.195000', '132952.198000', '132952.201000', '132952.204000', '132952.207000', '132952.210000', '132952.213000', '132952.217000', '132952.223000', '132952.226000', '132952.229000', '132952.232000', '132952.235000', '132952.238000', '132952.240000', '132952.244000', '132952.246000', '132952.249000', '132952.252000', '132952.255000', '132952.258000', '132952.261000', '133012.108000', '133012.111000', '133012.114000', '133012.117000', '133012.120000', '133012.123000', '133012.126000', '133012.129000', '133012.132000', '133012.135000', '133012.138000', '133012.141000', '133012.144000', '133012.147000', '133012.150000', '133012.153000', '133012.155000', '133012.158000', '133012.161000', '133012.164000', '133012.167000', '133012.170000', '133012.173000', '133012.176000', '133012.179000', '133012.182000', '133012.185000', '133012.188000', '133012.191000', '133012.194000', '133012.196000', '133012.199000', '133012.202000', '133012.205000', '133012.208000', '133012.211000', '133012.214000', '133012.217000', '133012.220000', '133012.223000', '133012.226000', '133012.229000', '133012.232000', '133012.235000', '133032.108000', '133032.111000', '133032.114000', '133032.117000', '133032.120000', '133032.123000', '133032.126000', '133032.129000', '133032.132000', '133032.135000', '133032.138000', '133032.141000', '133032.144000', '133032.147000', '133032.150000', '133032.153000', '133032.156000', '133032.159000', '133032.162000', '133032.165000', '133032.168000', '133032.171000', '133032.173000', '133032.176000', '133032.179000', '133032.182000', '133032.185000', '133032.188000', '133032.191000', '133032.194000', '133032.197000', '133032.200000', '133032.203000', '133032.206000', '133032.209000', '133032.212000', '133032.215000', '133032.218000', '133032.221000', '133032.224000', '133032.228000', '133032.231000', '133032.234000', '133052.108000', '133052.111000', '133052.114000', '133052.117000', '133052.120000', '133052.123000', '133052.126000', '133052.129000', '133052.132000', '133052.135000', '133052.138000', '133052.141000', '133052.144000', '133052.147000', '133052.150000', '133052.153000', '133052.156000', '133052.158000', '133052.161000', '133052.164000', '133052.167000', '133052.170000', '133052.173000', '133052.176000', '133052.179000', '133052.182000', '133052.185000', '133052.188000', '133052.191000', '133052.194000', '133052.197000', '133052.200000', '133052.203000', '133052.206000', '133052.209000', '133052.212000', '133052.215000', '133052.217000', '133052.221000', '133052.223000', '133052.226000', '133052.229000', '133052.232000', '133052.235000', '133112.108000', '133112.111000', '133112.114000', '133112.117000', '133112.120000', '133112.123000', '133112.126000', '133112.129000', '133112.132000', '133112.135000', '133112.138000', '133112.141000', '133112.144000', '133112.147000', '133112.150000', '133112.153000', '133112.156000', '133112.159000', '133112.162000', '133112.164000', '133112.168000', '133112.170000', '133112.173000', '133112.176000', '133112.180000', '133112.183000', '133112.186000', '133112.189000', '133112.192000', '133112.195000', '133112.198000', '133112.201000', '133112.204000', '133112.207000', '133112.210000', '133112.213000', '133112.216000', '133112.219000', '133112.222000', '133112.225000', '133112.228000', '133112.231000', '133112.234000', '133132.108000', '133132.111000', '133132.114000', '133132.117000', '133132.120000', '133132.123000', '133132.126000', '133132.129000', '133132.132000', '133132.135000', '133132.138000', '133132.141000', '133132.144000', '133132.147000', '133132.165000', '133132.168000', '133132.171000', '133132.174000', '133132.177000', '133132.180000', '133132.182000', '133132.186000', '133132.188000', '133132.191000', '133132.194000', '133132.197000', '133132.200000', '133132.203000', '133132.206000', '133132.209000', '133132.212000', '133132.215000', '133132.218000', '133132.221000', '133132.224000', '133132.227000', '133132.230000', '133132.233000', '133132.236000', '133132.239000', '133132.242000', '133132.245000', '133132.248000', '133132.251000', '133152.107000', '133152.110000', '133152.113000', '133152.116000', '133152.119000', '133152.122000', '133152.125000', '133152.128000', '133152.131000', '133152.134000', '133152.137000', '133152.140000', '133152.143000', '133152.146000', '133152.149000', '133152.152000', '133152.155000', '133152.158000', '133152.161000', '133152.164000', '133152.167000', '133152.169000', '133152.172000', '133152.175000', '133152.178000', '133152.181000', '133152.184000', '133152.187000', '133152.190000', '133152.193000', '133152.196000', '133152.199000', '133152.202000', '133152.205000', '133152.208000', '133152.211000', '133152.214000', '133152.217000', '133152.220000', '133152.223000', '133152.226000', '133152.229000', '133152.232000', '133212.107000', '133212.110000', '133212.113000', '133212.116000', '133212.128000', '133212.131000', '133212.134000', '133212.137000', '133212.140000', '133212.143000', '133212.146000', '133212.149000', '133212.152000', '133212.155000', '133212.158000', '133212.161000', '133212.164000', '133212.167000', '133212.169000', '133212.172000', '133212.175000', '133212.178000', '133212.181000', '133212.184000', '133212.187000', '133212.190000', '133212.193000', '133212.196000', '133212.199000', '133212.202000', '133212.205000', '133212.208000', '133212.211000', '133212.214000', '133212.217000', '133212.220000', '133212.223000', '133212.226000', '133212.229000', '133212.232000', '133212.235000', '133212.238000', '133212.241000', '133212.244000', '133232.108000', '133232.111000', '133232.114000', '133232.117000', '133232.120000', '133232.123000', '133232.126000', '133232.129000', '133232.132000', '133232.135000', '133232.138000', '133232.141000', '133232.144000', '133232.147000', '133232.150000', '133232.153000', '133232.156000', '133232.159000', '133232.162000', '133232.165000', '133232.167000', '133232.170000', '133232.173000', '133232.176000', '133232.179000', '133232.182000', '133232.185000', '133232.188000', '133232.191000', '133232.194000', '133232.197000', '133232.200000', '133232.203000', '133232.206000', '133232.209000', '133232.212000', '133232.215000', '133232.219000', '133232.222000', '133232.225000', '133232.228000', '133232.231000', '133232.234000', '133252.108000', '133252.111000', '133252.114000', '133252.117000', '133252.120000', '133252.123000', '133252.126000', '133252.129000', '133252.132000', '133252.135000', '133252.138000', '133252.141000', '133252.144000', '133252.147000', '133252.150000', '133252.153000', '133252.156000', '133252.158000', '133252.161000', '133252.164000', '133252.167000', '133252.170000', '133252.173000', '133252.176000', '133252.179000', '133252.182000', '133252.185000', '133252.188000', '133252.191000', '133252.194000', '133252.197000', '133252.200000', '133252.203000', '133252.206000', '133252.209000', '133252.212000', '133252.215000', '133252.218000', '133252.221000', '133252.224000', '133252.227000', '133252.229000', '133252.232000', '133252.235000', '133312.108000', '133312.111000', '133312.114000', '133312.117000', '133312.120000', '133312.123000', '133312.126000', '133312.129000', '133312.132000', '133312.135000', '133312.138000', '133312.141000', '133312.144000', '133312.147000', '133312.150000', '133312.153000', '133312.156000', '133312.159000', '133312.162000', '133312.165000', '133312.168000', '133312.171000', '133312.174000', '133312.176000', '133312.179000', '133312.182000', '133312.185000', '133312.188000', '133312.191000', '133312.194000', '133312.197000', '133312.200000', '133312.203000', '133312.206000', '133312.209000', '133312.212000', '133312.215000', '133312.218000', '133312.221000', '133312.224000', '133312.227000', '133312.230000', '133312.232000', '133332.108000', '133332.111000', '133332.114000', '133332.117000', '133332.121000', '133332.124000', '133332.127000', '133332.130000', '133332.133000', '133332.136000', '133332.139000', '133332.142000', '133332.145000', '133332.148000', '133332.151000', '133332.154000', '133332.157000', '133332.160000', '133332.163000', '133332.166000', '133332.168000', '133332.171000', '133332.175000', '133332.178000', '133332.181000', '133332.183000', '133332.187000', '133332.189000', '133332.192000', '133332.195000', '133332.198000', '133332.201000', '133332.204000', '133332.207000', '133332.210000', '133332.213000', '133332.216000', '133332.224000', '133332.227000', '133332.230000', '133332.233000', '133332.236000', '133332.239000', '133352.108000', '133352.111000', '133352.114000', '133352.117000', '133352.120000', '133352.123000', '133352.126000', '133352.129000', '133352.132000', '133352.135000', '133352.138000', '133352.141000', '133352.144000', '133352.147000', '133352.150000', '133352.153000', '133352.155000', '133352.158000', '133352.161000', '133352.164000', '133352.167000', '133352.170000', '133352.173000', '133352.176000', '133352.179000', '133352.182000', '133352.185000', '133352.188000', '133352.191000', '133352.194000', '133352.197000', '133352.200000', '133352.203000', '133352.206000', '133352.209000', '133352.212000', '133352.215000', '133352.218000', '133352.221000', '133352.223000', '133352.226000', '133352.229000', '133352.232000', '133352.235000', '133412.107000', '133412.110000', '133412.113000', '133412.116000', '133412.119000', '133412.122000', '133412.125000', '133412.128000', '133412.131000', '133412.134000', '133412.137000', '133412.140000', '133412.143000', '133412.146000', '133412.149000', '133412.152000', '133412.155000', '133412.160000', '133412.162000', '133412.165000', '133412.168000', '133412.171000', '133412.175000', '133412.178000', '133412.181000', '133412.184000', '133412.187000', '133412.190000', '133412.193000', '133412.196000', '133412.199000', '133412.202000', '133412.205000', '133412.208000', '133412.211000', '133412.214000', '133412.217000', '133412.220000', '133412.223000', '133412.226000', '133412.229000', '133412.232000', '133412.235000', '133432.107000', '133432.110000', '133432.113000', '133432.116000', '133432.119000', '133432.122000', '133432.125000', '133432.128000', '133432.131000', '133432.134000', '133432.137000', '133432.140000', '133432.143000', '133432.146000', '133432.149000', '133432.152000', '133432.155000', '133432.158000', '133432.161000', '133432.163000', '133432.167000', '133432.180000', '133432.183000', '133432.186000', '133432.189000', '133432.192000', '133432.195000', '133432.198000', '133432.201000', '133432.204000', '133432.207000', '133432.210000', '133432.213000', '133432.216000', '133432.219000', '133432.222000', '133432.225000', '133432.228000', '133432.231000', '133432.234000', '133432.237000', '133432.240000', '133432.242000', '133432.245000', '133452.108000', '133452.112000', '133452.116000', '133452.119000', '133452.122000', '133452.125000', '133452.128000', '133452.131000', '133452.134000', '133452.137000', '133452.146000', '133452.149000', '133452.152000', '133452.155000', '133452.157000', '133452.160000', '133452.163000', '133452.166000', '133452.169000', '133452.172000', '133452.175000', '133452.178000', '133452.181000', '133452.184000', '133452.187000', '133452.190000', '133452.193000', '133452.196000', '133452.199000', '133452.202000', '133452.205000', '133452.208000', '133452.211000', '133452.214000', '133452.217000', '133452.219000', '133452.222000', '133452.225000', '133452.228000', '133452.231000', '133452.234000', '133452.239000', '133452.242000', '133512.108000', '133512.111000', '133512.114000', '133512.117000', '133512.120000', '133512.123000', '133512.126000', '133512.129000', '133512.132000', '133512.135000', '133512.138000', '133512.141000', '133512.144000', '133512.147000', '133512.149000', '133512.152000', '133512.155000', '133512.158000', '133512.161000', '133512.164000', '133512.167000', '133512.170000', '133512.173000', '133512.176000', '133512.179000', '133512.182000', '133512.185000', '133512.188000', '133512.191000', '133512.194000', '133512.196000', '133512.199000', '133512.202000', '133512.206000', '133512.208000', '133512.211000', '133512.214000', '133512.217000', '133512.220000', '133512.223000', '133512.226000', '133512.229000', '133512.232000', '133512.235000', '133532.108000', '133532.111000', '133532.114000', '133532.117000', '133532.120000', '133532.123000', '133532.126000', '133532.130000', '133532.133000', '133532.136000', '133532.144000', '133532.147000', '133532.150000', '133532.153000', '133532.156000', '133532.159000', '133532.162000', '133532.165000', '133532.168000', '133532.171000', '133532.174000', '133532.177000', '133532.180000', '133532.183000', '133532.186000', '133532.189000', '133532.192000', '133532.195000', '133532.198000', '133532.200000', '133532.203000', '133532.206000', '133532.209000', '133532.212000', '133532.215000', '133532.218000', '133532.221000', '133532.224000', '133532.227000', '133532.230000', '133532.233000', '133532.236000', '133532.239000', '133552.108000', '133552.111000', '133552.114000', '133552.117000', '133552.120000', '133552.123000', '133552.126000', '133552.129000', '133552.132000', '133552.135000', '133552.138000', '133552.141000', '133552.144000', '133552.147000', '133552.150000', '133552.152000', '133552.155000', '133552.158000', '133552.161000', '133552.164000', '133552.167000', '133552.170000', '133552.173000', '133552.176000', '133552.179000', '133552.182000', '133552.185000', '133552.188000', '133552.191000', '133552.194000', '133552.197000', '133552.200000', '133552.220000', '133552.222000', '133552.226000', '133552.228000', '133552.231000', '133552.234000', '133552.237000', '133552.240000', '133552.243000', '133552.246000', '133552.249000', '133552.252000', '133602.558000', '133602.562000', '133602.565000', '133602.570000', '133602.573000', '133602.576000', '133602.579000', '133602.582000', '133602.585000', '133602.588000', '133602.591000', '133602.594000', '133602.597000', '133602.600000', '133602.603000', '133602.606000', '133602.609000', '133602.612000', '133602.615000', '133602.618000', '133602.621000', '133602.624000', '133602.627000'], 'InstanceCreationTime': ['132932.145000', '132932.148000', '132932.151000', '132932.154000', '132932.157000', '132932.160000', '132932.163000', '132932.166000', '132932.169000', '132932.172000', '132932.175000', '132932.177000', '132932.181000', '132932.184000', '132932.186000', '132932.189000', '132932.192000', '132932.195000', '132932.198000', '132932.201000', '132932.204000', '132932.214000', '132932.217000', '132952.107000', '132952.110000', '132952.113000', '132952.116000', '132952.119000', '132952.122000', '132952.125000', '132952.128000', '132952.131000', '132952.134000', '132952.137000', '132952.141000', '132952.144000', '132952.147000', '132952.150000', '132952.153000', '132952.156000', '132952.159000', '132952.180000', '132952.183000', '132952.192000', '132952.195000', '132952.198000', '132952.201000', '132952.204000', '132952.207000', '132952.210000', '132952.213000', '132952.217000', '132952.223000', '132952.226000', '132952.229000', '132952.232000', '132952.235000', '132952.238000', '132952.240000', '132952.244000', '132952.246000', '132952.249000', '132952.252000', '132952.255000', '132952.258000', '132952.261000', '133012.108000', '133012.111000', '133012.114000', '133012.117000', '133012.120000', '133012.123000', '133012.126000', '133012.129000', '133012.132000', '133012.135000', '133012.138000', '133012.141000', '133012.144000', '133012.147000', '133012.150000', '133012.153000', '133012.155000', '133012.158000', '133012.161000', '133012.164000', '133012.167000', '133012.170000', '133012.173000', '133012.176000', '133012.179000', '133012.182000', '133012.185000', '133012.188000', '133012.191000', '133012.194000', '133012.196000', '133012.199000', '133012.202000', '133012.205000', '133012.208000', '133012.211000', '133012.214000', '133012.217000', '133012.220000', '133012.223000', '133012.226000', '133012.229000', '133012.232000', '133012.235000', '133032.108000', '133032.111000', '133032.114000', '133032.117000', '133032.120000', '133032.123000', '133032.126000', '133032.129000', '133032.132000', '133032.135000', '133032.138000', '133032.141000', '133032.144000', '133032.147000', '133032.150000', '133032.153000', '133032.156000', '133032.159000', '133032.162000', '133032.165000', '133032.168000', '133032.171000', '133032.173000', '133032.176000', '133032.179000', '133032.182000', '133032.185000', '133032.188000', '133032.191000', '133032.194000', '133032.197000', '133032.200000', '133032.203000', '133032.206000', '133032.209000', '133032.212000', '133032.215000', '133032.218000', '133032.221000', '133032.224000', '133032.228000', '133032.231000', '133032.234000', '133052.108000', '133052.111000', '133052.114000', '133052.117000', '133052.120000', '133052.123000', '133052.126000', '133052.129000', '133052.132000', '133052.135000', '133052.138000', '133052.141000', '133052.144000', '133052.147000', '133052.150000', '133052.153000', '133052.156000', '133052.158000', '133052.161000', '133052.164000', '133052.167000', '133052.170000', '133052.173000', '133052.176000', '133052.179000', '133052.182000', '133052.185000', '133052.188000', '133052.191000', '133052.194000', '133052.197000', '133052.200000', '133052.203000', '133052.206000', '133052.209000', '133052.212000', '133052.215000', '133052.217000', '133052.221000', '133052.223000', '133052.226000', '133052.229000', '133052.232000', '133052.235000', '133112.108000', '133112.111000', '133112.114000', '133112.117000', '133112.120000', '133112.123000', '133112.126000', '133112.129000', '133112.132000', '133112.135000', '133112.138000', '133112.141000', '133112.144000', '133112.147000', '133112.150000', '133112.153000', '133112.156000', '133112.159000', '133112.162000', '133112.164000', '133112.168000', '133112.170000', '133112.173000', '133112.176000', '133112.180000', '133112.183000', '133112.186000', '133112.189000', '133112.192000', '133112.195000', '133112.198000', '133112.201000', '133112.204000', '133112.207000', '133112.210000', '133112.213000', '133112.216000', '133112.219000', '133112.222000', '133112.225000', '133112.228000', '133112.231000', '133112.234000', '133132.108000', '133132.111000', '133132.114000', '133132.117000', '133132.120000', '133132.123000', '133132.126000', '133132.129000', '133132.132000', '133132.135000', '133132.138000', '133132.141000', '133132.144000', '133132.147000', '133132.165000', '133132.168000', '133132.171000', '133132.174000', '133132.177000', '133132.180000', '133132.182000', '133132.186000', '133132.188000', '133132.191000', '133132.194000', '133132.197000', '133132.200000', '133132.203000', '133132.206000', '133132.209000', '133132.212000', '133132.215000', '133132.218000', '133132.221000', '133132.224000', '133132.227000', '133132.230000', '133132.233000', '133132.236000', '133132.239000', '133132.242000', '133132.245000', '133132.248000', '133132.251000', '133152.107000', '133152.110000', '133152.113000', '133152.116000', '133152.119000', '133152.122000', '133152.125000', '133152.128000', '133152.131000', '133152.134000', '133152.137000', '133152.140000', '133152.143000', '133152.146000', '133152.149000', '133152.152000', '133152.155000', '133152.158000', '133152.161000', '133152.164000', '133152.167000', '133152.169000', '133152.172000', '133152.175000', '133152.178000', '133152.181000', '133152.184000', '133152.187000', '133152.190000', '133152.193000', '133152.196000', '133152.199000', '133152.202000', '133152.205000', '133152.208000', '133152.211000', '133152.214000', '133152.217000', '133152.220000', '133152.223000', '133152.226000', '133152.229000', '133152.232000', '133212.107000', '133212.110000', '133212.113000', '133212.116000', '133212.128000', '133212.131000', '133212.134000', '133212.137000', '133212.140000', '133212.143000', '133212.146000', '133212.149000', '133212.152000', '133212.155000', '133212.158000', '133212.161000', '133212.164000', '133212.167000', '133212.169000', '133212.172000', '133212.175000', '133212.178000', '133212.181000', '133212.184000', '133212.187000', '133212.190000', '133212.193000', '133212.196000', '133212.199000', '133212.202000', '133212.205000', '133212.208000', '133212.211000', '133212.214000', '133212.217000', '133212.220000', '133212.223000', '133212.226000', '133212.229000', '133212.232000', '133212.235000', '133212.238000', '133212.241000', '133212.244000', '133232.108000', '133232.111000', '133232.114000', '133232.117000', '133232.120000', '133232.123000', '133232.126000', '133232.129000', '133232.132000', '133232.135000', '133232.138000', '133232.141000', '133232.144000', '133232.147000', '133232.150000', '133232.153000', '133232.156000', '133232.159000', '133232.162000', '133232.165000', '133232.167000', '133232.170000', '133232.173000', '133232.176000', '133232.179000', '133232.182000', '133232.185000', '133232.188000', '133232.191000', '133232.194000', '133232.197000', '133232.200000', '133232.203000', '133232.206000', '133232.209000', '133232.212000', '133232.215000', '133232.219000', '133232.222000', '133232.225000', '133232.228000', '133232.231000', '133232.234000', '133252.108000', '133252.111000', '133252.114000', '133252.117000', '133252.120000', '133252.123000', '133252.126000', '133252.129000', '133252.132000', '133252.135000', '133252.138000', '133252.141000', '133252.144000', '133252.147000', '133252.150000', '133252.153000', '133252.156000', '133252.158000', '133252.161000', '133252.164000', '133252.167000', '133252.170000', '133252.173000', '133252.176000', '133252.179000', '133252.182000', '133252.185000', '133252.188000', '133252.191000', '133252.194000', '133252.197000', '133252.200000', '133252.203000', '133252.206000', '133252.209000', '133252.212000', '133252.215000', '133252.218000', '133252.221000', '133252.224000', '133252.227000', '133252.229000', '133252.232000', '133252.235000', '133312.108000', '133312.111000', '133312.114000', '133312.117000', '133312.120000', '133312.123000', '133312.126000', '133312.129000', '133312.132000', '133312.135000', '133312.138000', '133312.141000', '133312.144000', '133312.147000', '133312.150000', '133312.153000', '133312.156000', '133312.159000', '133312.162000', '133312.165000', '133312.168000', '133312.171000', '133312.174000', '133312.176000', '133312.179000', '133312.182000', '133312.185000', '133312.188000', '133312.191000', '133312.194000', '133312.197000', '133312.200000', '133312.203000', '133312.206000', '133312.209000', '133312.212000', '133312.215000', '133312.218000', '133312.221000', '133312.224000', '133312.227000', '133312.230000', '133312.232000', '133332.108000', '133332.111000', '133332.114000', '133332.117000', '133332.121000', '133332.124000', '133332.127000', '133332.130000', '133332.133000', '133332.136000', '133332.139000', '133332.142000', '133332.145000', '133332.148000', '133332.151000', '133332.154000', '133332.157000', '133332.160000', '133332.163000', '133332.166000', '133332.168000', '133332.171000', '133332.175000', '133332.178000', '133332.181000', '133332.183000', '133332.187000', '133332.189000', '133332.192000', '133332.195000', '133332.198000', '133332.201000', '133332.204000', '133332.207000', '133332.210000', '133332.213000', '133332.216000', '133332.224000', '133332.227000', '133332.230000', '133332.233000', '133332.236000', '133332.239000', '133352.108000', '133352.111000', '133352.114000', '133352.117000', '133352.120000', '133352.123000', '133352.126000', '133352.129000', '133352.132000', '133352.135000', '133352.138000', '133352.141000', '133352.144000', '133352.147000', '133352.150000', '133352.153000', '133352.155000', '133352.158000', '133352.161000', '133352.164000', '133352.167000', '133352.170000', '133352.173000', '133352.176000', '133352.179000', '133352.182000', '133352.185000', '133352.188000', '133352.191000', '133352.194000', '133352.197000', '133352.200000', '133352.203000', '133352.206000', '133352.209000', '133352.212000', '133352.215000', '133352.218000', '133352.221000', '133352.223000', '133352.226000', '133352.229000', '133352.232000', '133352.235000', '133412.107000', '133412.110000', '133412.113000', '133412.116000', '133412.119000', '133412.122000', '133412.125000', '133412.128000', '133412.131000', '133412.134000', '133412.137000', '133412.140000', '133412.143000', '133412.146000', '133412.149000', '133412.152000', '133412.155000', '133412.160000', '133412.162000', '133412.165000', '133412.168000', '133412.171000', '133412.175000', '133412.178000', '133412.181000', '133412.184000', '133412.187000', '133412.190000', '133412.193000', '133412.196000', '133412.199000', '133412.202000', '133412.205000', '133412.208000', '133412.211000', '133412.214000', '133412.217000', '133412.220000', '133412.223000', '133412.226000', '133412.229000', '133412.232000', '133412.235000', '133432.107000', '133432.110000', '133432.113000', '133432.116000', '133432.119000', '133432.122000', '133432.125000', '133432.128000', '133432.131000', '133432.134000', '133432.137000', '133432.140000', '133432.143000', '133432.146000', '133432.149000', '133432.152000', '133432.155000', '133432.158000', '133432.161000', '133432.163000', '133432.167000', '133432.180000', '133432.183000', '133432.186000', '133432.189000', '133432.192000', '133432.195000', '133432.198000', '133432.201000', '133432.204000', '133432.207000', '133432.210000', '133432.213000', '133432.216000', '133432.219000', '133432.222000', '133432.225000', '133432.228000', '133432.231000', '133432.234000', '133432.237000', '133432.240000', '133432.242000', '133432.245000', '133452.108000', '133452.112000', '133452.116000', '133452.119000', '133452.122000', '133452.125000', '133452.128000', '133452.131000', '133452.134000', '133452.137000', '133452.146000', '133452.149000', '133452.152000', '133452.155000', '133452.157000', '133452.160000', '133452.163000', '133452.166000', '133452.169000', '133452.172000', '133452.175000', '133452.178000', '133452.181000', '133452.184000', '133452.187000', '133452.190000', '133452.193000', '133452.196000', '133452.199000', '133452.202000', '133452.205000', '133452.208000', '133452.211000', '133452.214000', '133452.217000', '133452.219000', '133452.222000', '133452.225000', '133452.228000', '133452.231000', '133452.234000', '133452.239000', '133452.242000', '133512.108000', '133512.111000', '133512.114000', '133512.117000', '133512.120000', '133512.123000', '133512.126000', '133512.129000', '133512.132000', '133512.135000', '133512.138000', '133512.141000', '133512.144000', '133512.147000', '133512.149000', '133512.152000', '133512.155000', '133512.158000', '133512.161000', '133512.164000', '133512.167000', '133512.170000', '133512.173000', '133512.176000', '133512.179000', '133512.182000', '133512.185000', '133512.188000', '133512.191000', '133512.194000', '133512.196000', '133512.199000', '133512.202000', '133512.206000', '133512.208000', '133512.211000', '133512.214000', '133512.217000', '133512.220000', '133512.223000', '133512.226000', '133512.229000', '133512.232000', '133512.235000', '133532.108000', '133532.111000', '133532.114000', '133532.117000', '133532.120000', '133532.123000', '133532.126000', '133532.130000', '133532.133000', '133532.136000', '133532.144000', '133532.147000', '133532.150000', '133532.153000', '133532.156000', '133532.159000', '133532.162000', '133532.165000', '133532.168000', '133532.171000', '133532.174000', '133532.177000', '133532.180000', '133532.183000', '133532.186000', '133532.189000', '133532.192000', '133532.195000', '133532.198000', '133532.200000', '133532.203000', '133532.206000', '133532.209000', '133532.212000', '133532.215000', '133532.218000', '133532.221000', '133532.224000', '133532.227000', '133532.230000', '133532.233000', '133532.236000', '133532.239000', '133552.108000', '133552.111000', '133552.114000', '133552.117000', '133552.120000', '133552.123000', '133552.126000', '133552.129000', '133552.132000', '133552.135000', '133552.138000', '133552.141000', '133552.144000', '133552.147000', '133552.150000', '133552.152000', '133552.155000', '133552.158000', '133552.161000', '133552.164000', '133552.167000', '133552.170000', '133552.173000', '133552.176000', '133552.179000', '133552.182000', '133552.185000', '133552.188000', '133552.191000', '133552.194000', '133552.197000', '133552.200000', '133552.220000', '133552.222000', '133552.226000', '133552.228000', '133552.231000', '133552.234000', '133552.237000', '133552.240000', '133552.243000', '133552.246000', '133552.249000', '133552.252000', '133602.558000', '133602.562000', '133602.565000', '133602.570000', '133602.573000', '133602.576000', '133602.579000', '133602.582000', '133602.585000', '133602.588000', '133602.591000', '133602.594000', '133602.597000', '133602.600000', '133602.603000', '133602.606000', '133602.609000', '133602.612000', '133602.615000', '133602.618000', '133602.621000', '133602.624000', '133602.627000'], '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': [11754, 11248, 13596, 10002, 10593, 9188, 10391, 13505, 10538, 11287, 9945, 11167, 10321, 11282, 9491, 10661, 13520, 10775, 11931, 10472, 11143, 10622, 10962, 10081, 11047, 8780, 11146, 10884, 10574, 11003, 10006, 11882, 10587, 12846, 13895, 14826, 13034, 10080, 9350, 9876, 9091, 9899, 9672, 9618, 9330, 9961, 9480, 9581, 10028, 9416, 9872, 9483, 9443, 11871, 9417, 8996, 8835, 9227, 9678, 9584, 9743, 9722, 9201, 8365, 9959, 10519, 9205, 10415, 9091, 10316, 8575, 10085, 9443, 9739, 9600, 8904, 10565, 8911, 10413, 8772, 10432, 10482, 9081, 10220, 9667, 9988, 10766, 9007, 9878, 10587, 9794, 10869, 10613, 9597, 10589, 9037, 11228, 8844, 10234, 10742, 9307, 9798, 10171, 8930, 9702, 8780, 9325, 9217, 9456, 9447, 9425, 10852, 13350, 9334, 12419, 9060, 11172, 9341, 9224, 8769, 10124, 9379, 9795, 9352, 9786, 10631, 9382, 10529, 9112, 10471, 8955, 10040, 11121, 10003, 10757, 8887, 10241, 8953, 10339, 9002, 10590, 10728, 10160, 10725, 9897, 11157, 9761, 11051, 9871, 10708, 9381, 10572, 9307, 10296, 10542, 10429, 11046, 10258, 10837, 9143, 10865, 8936, 10786, 10982, 10533, 11059, 10030, 10992, 9771, 10638, 9420, 10303, 10083, 10678, 11107, 9634, 10855, 9312, 10888, 10668, 10374, 11224, 10309, 10917, 9304, 10726, 9402, 10976, 9160, 10750, 9987, 10541, 10972, 10242, 10911, 10350, 11069, 10324, 11003, 9989, 10405, 9690, 10821, 9206, 10827, 9528, 11074, 10162, 10621, 11236, 10377, 11292, 10461, 11139, 10039, 11120, 9338, 10935, 9538, 11110, 9491, 10877, 11419, 10768, 11828, 9776, 11124, 11013, 11332, 11445, 10858, 10995, 9909, 11072, 9898, 11523, 10022, 10855, 12398, 10694, 11285, 10332, 11141, 10288, 11215, 9957, 10470, 9780, 10824, 9691, 11085, 10963, 10767, 11143, 10489, 11122, 10726, 11109, 10933, 10863, 10772, 10764, 10475, 11410, 9329, 11298, 10389, 11195, 11186, 10921, 10892, 10563, 10963, 9810, 11330, 9828, 11010, 10065, 11146, 11168, 11223, 11259, 10859, 10973, 10748, 11284, 10087, 10473, 11114, 10446, 12954, 10246, 13380, 10873, 13603, 11324, 9974, 8970, 10535, 10475, 10201, 10937, 10237, 10361, 9113, 10359, 9400, 10227, 9911, 10276, 10259, 10374, 10660, 10448, 11118, 10212, 10706, 10006, 10999, 10104, 10818, 10775, 10981, 10712, 10583, 10941, 10070, 11245, 10904, 10780, 10930, 10385, 10763, 10526, 10962, 10886, 10434, 11112, 10198, 10679, 9999, 11206, 10839, 11154, 11485, 10702, 10522, 10917, 10861, 10570, 10944, 10428, 10911, 11071, 10964, 11096, 10512, 11033, 10226, 11177, 10806, 11013, 11948, 10803, 11289, 10627, 12357, 10512, 11009, 10484, 10934, 9995, 10560, 10386, 11079, 10660, 10619, 10993, 10311, 10620, 10553, 10723, 9871, 10933, 10491, 10858, 10566, 10708, 10316, 10808, 10098, 11035, 11028, 11437, 10716, 10815, 10517, 10509, 10896, 9950, 11213, 10028, 11189, 11003, 10880, 10771, 11009, 11026, 10898, 10950, 10373, 11179, 10478, 10837, 10104, 10989, 10122, 10992, 10077, 11026, 9985, 10994, 10923, 10597, 11436, 10650, 10900, 9796, 11062, 10723, 11087, 10708, 10686, 10709, 10786, 10707, 10812, 10675, 10625, 10549, 10649, 10243, 10410, 10782, 10278, 10703, 10970, 10960, 9311, 11286, 11099, 11740, 11506, 10036, 10866, 11092, 10849, 10743, 11167, 10753, 11241, 12169, 11087, 9817, 10797, 11163, 10463, 10897, 9863, 11172, 10385, 11191, 13231, 11268, 12863, 9768, 13146, 11406, 13611, 11741, 10477, 10666, 10866, 12817, 9751, 11174, 9033, 11233, 11274, 10010, 13283, 10320, 11003, 9042, 10550, 11018, 10661, 11414, 10235, 10509, 8634, 10727, 11574, 10696, 11550, 8967, 11178, 11919, 10643, 11387, 9017, 11656, 11412, 11251, 10857, 9007, 11686, 11492, 11559, 10910, 10620, 12087, 10429, 11820, 11414, 11611, 11897, 11499, 12205, 11641, 11595, 11398, 11349, 9586, 11754, 10921, 11662, 11255, 12036, 11472, 11484, 11189, 9723, 11232, 9945, 11694, 10095, 11769, 10978, 11574, 10992, 11679, 10689, 11181, 11487, 9646, 12045, 11781, 11952, 10653, 10105, 11429, 10237, 12226, 11620, 11806, 10845, 11826, 11566, 11164, 11951, 10007, 11874, 9500, 11878, 11636, 11697, 11122, 11721, 11398, 9632, 11764, 9768, 11677, 9570, 11836, 11031, 11885, 11315, 10267, 11534, 11681, 11869, 10696, 9398, 11949, 9767, 11661, 10075, 12033, 11526, 12146, 12097, 11921, 11337, 12029, 10355, 11623, 10677, 8505, 11602, 10925, 11432, 10230, 11811, 10409, 11830, 11660, 11827, 10848, 8575, 11829, 9047, 11905, 10928, 11765, 12576, 11559, 11904, 11836, 11315, 11780, 10708, 8698, 11395, 9916, 11392, 9620, 11219, 10059, 11536, 10789, 8831, 11533, 10271, 12009, 9826, 9020, 11877, 9961, 11561, 10549, 12119, 10928, 12207, 11639, 10016, 11726, 10107, 11768, 11298, 11811, 13859, 11806, 14975, 11977, 15259, 11854, 14781, 11749, 12103, 11675, 12145, 11813, 12415, 11732, 11284, 10403, 12275, 9203, 12041, 9116, 12504, 11138, 12250, 10701, 12535, 12068, 12421, 11883, 11063, 12372, 11068, 11946, 11064, 9447, 11805, 10021, 11988, 11751, 11962, 11374, 8541, 11932, 10495, 12563, 11789, 11948, 10657, 9000, 12027, 8829, 11892, 11351, 11762, 12126, 11775, 11814, 12150, 11794, 10685, 12046, 9519, 11951, 10625, 11807, 11829, 11959, 10314, 11509, 11135, 8581, 11293, 10031, 11467, 10128, 11664, 10953, 11927, 10147, 12153, 10543, 9031, 11262, 10555, 11556, 9878, 9384, 11136, 9981, 12141, 10876, 8938, 11127, 10003, 10473, 10760, 9557, 10180, 10597, 11187, 9844, 11972, 11648, 11493, 12876, 11208, 11439, 11736, 11733, 14933, 11856, 13543, 11053, 11362, 11611, 11479, 11589, 10760, 11182, 11157, 11451, 11015, 10415, 10526, 13095, 10651, 12522, 11960, 11715, 11819, 10849, 11808, 10633, 10475, 11841, 8880, 11480, 13538, 9236, 12048, 12263, 11769, 11583, 11746, 11497, 11865, 8779, 12034, 11890, 11337, 11417, 8421, 12502, 10354, 12192, 12297, 11701, 11932, 8839, 12326, 11591, 8642, 11430, 11108, 9501, 11461, 10604, 11521, 11689, 11546, 11673, 10864, 11561, 10485, 11400, 8987, 11701, 11430, 11902, 13875, 11519, 13255, 11725, 12836, 11046, 12089, 11732, 12219, 12042, 11848, 12331, 9441, 12699, 10523, 12558, 11039, 12434, 11271, 12416, 11378, 12306, 12159, 12328, 12112, 8683, 12296, 8717, 12315, 10182, 12105, 10775], 'WindowCenter': [3989.0, 3977.0, 3972.0, 3936.0, 3935.0, 3923.0, 3933.0, 3943.0, 3934.0, 3931.0, 3908.0, 3918.0, 3907.0, 3918.0, 3909.0, 3918.0, 3938.0, 3917.0, 3916.0, 3906.0, 3915.0, 3904.0, 3916.0, 3905.0, 3916.0, 3895.0, 3930.0, 3931.0, 3919.0, 3919.0, 3920.0, 3929.0, 3919.0, 3929.0, 3940.0, 3941.0, 3927.0, 3893.0, 3896.0, 3906.0, 3895.0, 3905.0, 3893.0, 3894.0, 3895.0, 3894.0, 3894.0, 3893.0, 3893.0, 3893.0, 3893.0, 3893.0, 3894.0, 3917.0, 3909.0, 3896.0, 3896.0, 3895.0, 3896.0, 3896.0, 3897.0, 3896.0, 3868.0, 3872.0, 3894.0, 3892.0, 3881.0, 3891.0, 3881.0, 3892.0, 3883.0, 3892.0, 3892.0, 3892.0, 3881.0, 3882.0, 3891.0, 3881.0, 3903.0, 3870.0, 3904.0, 3904.0, 3895.0, 3905.0, 3895.0, 3908.0, 3932.0, 3909.0, 3909.0, 3920.0, 3920.0, 3919.0, 3920.0, 3909.0, 3920.0, 3912.0, 3932.0, 3898.0, 3919.0, 3920.0, 3911.0, 3911.0, 3921.0, 3911.0, 3909.0, 3897.0, 3896.0, 3896.0, 3910.0, 3910.0, 3910.0, 3921.0, 3942.0, 3899.0, 3930.0, 3897.0, 3916.0, 3897.0, 3895.0, 3883.0, 3895.0, 3882.0, 3894.0, 3895.0, 3906.0, 3905.0, 3894.0, 3906.0, 3884.0, 3906.0, 3896.0, 3910.0, 3929.0, 3908.0, 3918.0, 3897.0, 3907.0, 3895.0, 3907.0, 3898.0, 3907.0, 3918.0, 3910.0, 3918.0, 3907.0, 3916.0, 3908.0, 3917.0, 3906.0, 3908.0, 3896.0, 3906.0, 3895.0, 3907.0, 3918.0, 3917.0, 3918.0, 3907.0, 3930.0, 3907.0, 3918.0, 3896.0, 3916.0, 3918.0, 3918.0, 3918.0, 3907.0, 3918.0, 3907.0, 3907.0, 3896.0, 3907.0, 3907.0, 3918.0, 3918.0, 3923.0, 3920.0, 3898.0, 3918.0, 3918.0, 3920.0, 3918.0, 3918.0, 3920.0, 3910.0, 3918.0, 3899.0, 3918.0, 3908.0, 3920.0, 3908.0, 3920.0, 3919.0, 3919.0, 3918.0, 3918.0, 3930.0, 3907.0, 3916.0, 3905.0, 3905.0, 3894.0, 3904.0, 3893.0, 3916.0, 3896.0, 3917.0, 3907.0, 3920.0, 3919.0, 3918.0, 3930.0, 3920.0, 3929.0, 3908.0, 3930.0, 3909.0, 3920.0, 3908.0, 3918.0, 3908.0, 3932.0, 3930.0, 3920.0, 3931.0, 3921.0, 3929.0, 3918.0, 3930.0, 3929.0, 3919.0, 3930.0, 3919.0, 3930.0, 3908.0, 3930.0, 3921.0, 3919.0, 3929.0, 3918.0, 3918.0, 3906.0, 3916.0, 3905.0, 3916.0, 3894.0, 3905.0, 3906.0, 3917.0, 3907.0, 3917.0, 3917.0, 3918.0, 3917.0, 3917.0, 3917.0, 3916.0, 3916.0, 3917.0, 3919.0, 3917.0, 3917.0, 3918.0, 3929.0, 3897.0, 3919.0, 3919.0, 3931.0, 3931.0, 3932.0, 3934.0, 3934.0, 3933.0, 3922.0, 3932.0, 3907.0, 3918.0, 3907.0, 3930.0, 3931.0, 3933.0, 3933.0, 3932.0, 3931.0, 3930.0, 3930.0, 3920.0, 3920.0, 3919.0, 3918.0, 3930.0, 3907.0, 3928.0, 3906.0, 3927.0, 3905.0, 3892.0, 3882.0, 3890.0, 3890.0, 3892.0, 3901.0, 3891.0, 3903.0, 3884.0, 3906.0, 3892.0, 3891.0, 3890.0, 3890.0, 3889.0, 3889.0, 3889.0, 3890.0, 3903.0, 3891.0, 3904.0, 3892.0, 3915.0, 3903.0, 3915.0, 3914.0, 3916.0, 3916.0, 3916.0, 3917.0, 3907.0, 3929.0, 3919.0, 3930.0, 3930.0, 3918.0, 3917.0, 3918.0, 3930.0, 3931.0, 3920.0, 3944.0, 3922.0, 3932.0, 3918.0, 3916.0, 3917.0, 3917.0, 3929.0, 3918.0, 3918.0, 3918.0, 3930.0, 3918.0, 3930.0, 3920.0, 3932.0, 3932.0, 3932.0, 3943.0, 3931.0, 3932.0, 3921.0, 3931.0, 3932.0, 3931.0, 3931.0, 3930.0, 3918.0, 3918.0, 3929.0, 3906.0, 3905.0, 3905.0, 3917.0, 3906.0, 3918.0, 3920.0, 3943.0, 3930.0, 3917.0, 3916.0, 3905.0, 3903.0, 3905.0, 3915.0, 3905.0, 3916.0, 3905.0, 3916.0, 3916.0, 3905.0, 3903.0, 3914.0, 3903.0, 3914.0, 3915.0, 3927.0, 3917.0, 3918.0, 3918.0, 3918.0, 3930.0, 3907.0, 3929.0, 3908.0, 3930.0, 3930.0, 3932.0, 3931.0, 3932.0, 3929.0, 3930.0, 3931.0, 3919.0, 3930.0, 3919.0, 3931.0, 3920.0, 3928.0, 3918.0, 3916.0, 3905.0, 3915.0, 3905.0, 3917.0, 3917.0, 3918.0, 3929.0, 3930.0, 3942.0, 3933.0, 3941.0, 3929.0, 3930.0, 3930.0, 3930.0, 3919.0, 3929.0, 3918.0, 3916.0, 3915.0, 3918.0, 3917.0, 3916.0, 3916.0, 3915.0, 3916.0, 3916.0, 3916.0, 3917.0, 3928.0, 3908.0, 3942.0, 3943.0, 3958.0, 3956.0, 3936.0, 3959.0, 3961.0, 3932.0, 3933.0, 3934.0, 3920.0, 3933.0, 3948.0, 3946.0, 3922.0, 3932.0, 3931.0, 3919.0, 3933.0, 3922.0, 3932.0, 3921.0, 3933.0, 3943.0, 3934.0, 3942.0, 3909.0, 3941.0, 3919.0, 3941.0, 3917.0, 3904.0, 3906.0, 3916.0, 3916.0, 3893.0, 3902.0, 3881.0, 3901.0, 3889.0, 3880.0, 3922.0, 3890.0, 3888.0, 3868.0, 3886.0, 3887.0, 3886.0, 3885.0, 3888.0, 3889.0, 3864.0, 3883.0, 3882.0, 3872.0, 3882.0, 3852.0, 3886.0, 3884.0, 3885.0, 3885.0, 3864.0, 3897.0, 3896.0, 3898.0, 3900.0, 3879.0, 3909.0, 3899.0, 3900.0, 3900.0, 3900.0, 3912.0, 3902.0, 3914.0, 3915.0, 3927.0, 3927.0, 3926.0, 3926.0, 3915.0, 3913.0, 3913.0, 3916.0, 3906.0, 3926.0, 3917.0, 3929.0, 3941.0, 3940.0, 3928.0, 3927.0, 3928.0, 3908.0, 3928.0, 3918.0, 3940.0, 3921.0, 3941.0, 3944.0, 3943.0, 3930.0, 3929.0, 3917.0, 3917.0, 3927.0, 3907.0, 3939.0, 3931.0, 3942.0, 3920.0, 3919.0, 3929.0, 3919.0, 3941.0, 3941.0, 3941.0, 3929.0, 3940.0, 3929.0, 3928.0, 3927.0, 3905.0, 3927.0, 3907.0, 3927.0, 3929.0, 3927.0, 3931.0, 3940.0, 3927.0, 3905.0, 3926.0, 3917.0, 3927.0, 3906.0, 3927.0, 3929.0, 3941.0, 3930.0, 3920.0, 3940.0, 3940.0, 3940.0, 3929.0, 3921.0, 3943.0, 3934.0, 3958.0, 3936.0, 3943.0, 3944.0, 3944.0, 3943.0, 3941.0, 3929.0, 3938.0, 3919.0, 3940.0, 3917.0, 3897.0, 3926.0, 3917.0, 3927.0, 3916.0, 3928.0, 3916.0, 3927.0, 3927.0, 3929.0, 3915.0, 3896.0, 3927.0, 3908.0, 3926.0, 3915.0, 3925.0, 3926.0, 3925.0, 3912.0, 3911.0, 3900.0, 3910.0, 3901.0, 3880.0, 3911.0, 3905.0, 3925.0, 3902.0, 3912.0, 3901.0, 3914.0, 3914.0, 3895.0, 3938.0, 3930.0, 3940.0, 3920.0, 3923.0, 3942.0, 3920.0, 3929.0, 3930.0, 3941.0, 3929.0, 3940.0, 3932.0, 3921.0, 3954.0, 3945.0, 3954.0, 3941.0, 3939.0, 3940.0, 3928.0, 3949.0, 3916.0, 3936.0, 3902.0, 3924.0, 3911.0, 3924.0, 3910.0, 3897.0, 3897.0, 3896.0, 3897.0, 3897.0, 3898.0, 3921.0, 3888.0, 3909.0, 3878.0, 3909.0, 3898.0, 3910.0, 3900.0, 3923.0, 3923.0, 3924.0, 3925.0, 3915.0, 3935.0, 3927.0, 3939.0, 3928.0, 3905.0, 3927.0, 3917.0, 3938.0, 3928.0, 3939.0, 3940.0, 3907.0, 3938.0, 3917.0, 3937.0, 3927.0, 3939.0, 3917.0, 3907.0, 3939.0, 3908.0, 3938.0, 3928.0, 3928.0, 3940.0, 3939.0, 3939.0, 3925.0, 3925.0, 3914.0, 3923.0, 3903.0, 3925.0, 3916.0, 3926.0, 3925.0, 3925.0, 3905.0, 3914.0, 3915.0, 3894.0, 3927.0, 3916.0, 3928.0, 3917.0, 3928.0, 3927.0, 3926.0, 3915.0, 3926.0, 3916.0, 3895.0, 3928.0, 3918.0, 3927.0, 3916.0, 3905.0, 3927.0, 3918.0, 3952.0, 3943.0, 3921.0, 3944.0, 3932.0, 3941.0, 3944.0, 3947.0, 3946.0, 3934.0, 3944.0, 3934.0, 3957.0, 3946.0, 3944.0, 3955.0, 3933.0, 3932.0, 3944.0, 3941.0, 3951.0, 3930.0, 3954.0, 3947.0, 3931.0, 3930.0, 3929.0, 3927.0, 3915.0, 3916.0, 3918.0, 3927.0, 3931.0, 3947.0, 3947.0, 3928.0, 3906.0, 3915.0, 3890.0, 3890.0, 3902.0, 3904.0, 3931.0, 3916.0, 3902.0, 3915.0, 3893.0, 3912.0, 3910.0, 3877.0, 3910.0, 3899.0, 3912.0, 3913.0, 3914.0, 3926.0, 3913.0, 3882.0, 3924.0, 3913.0, 3913.0, 3913.0, 3881.0, 3922.0, 3901.0, 3912.0, 3912.0, 3913.0, 3914.0, 3892.0, 3925.0, 3916.0, 3897.0, 3931.0, 3930.0, 3907.0, 3928.0, 3917.0, 3929.0, 3929.0, 3931.0, 3930.0, 3920.0, 3930.0, 3919.0, 3928.0, 3895.0, 3914.0, 3915.0, 3926.0, 3937.0, 3915.0, 3926.0, 3915.0, 3912.0, 3901.0, 3910.0, 3899.0, 3910.0, 3910.0, 3912.0, 3925.0, 3901.0, 3934.0, 3913.0, 3926.0, 3916.0, 3938.0, 3915.0, 3926.0, 3914.0, 3925.0, 3926.0, 3925.0, 3939.0, 3908.0, 3937.0, 3895.0, 3926.0, 3916.0, 3938.0, 3929.0], 'WindowWidth': [8904.0, 8881.0, 8864.0, 8803.0, 8799.0, 8781.0, 8793.0, 8806.0, 8797.0, 8786.0, 8752.0, 8762.0, 8746.0, 8763.0, 8755.0, 8763.0, 8793.0, 8760.0, 8760.0, 8743.0, 8753.0, 8737.0, 8756.0, 8743.0, 8758.0, 8728.0, 8785.0, 8788.0, 8769.0, 8766.0, 8771.0, 8781.0, 8768.0, 8779.0, 8799.0, 8802.0, 8774.0, 8721.0, 8732.0, 8745.0, 8729.0, 8740.0, 8722.0, 8723.0, 8729.0, 8725.0, 8723.0, 8721.0, 8721.0, 8722.0, 8720.0, 8721.0, 8724.0, 8760.0, 8753.0, 8731.0, 8731.0, 8726.0, 8732.0, 8730.0, 8731.0, 8727.0, 8677.0, 8693.0, 8724.0, 8716.0, 8699.0, 8713.0, 8700.0, 8716.0, 8707.0, 8717.0, 8717.0, 8718.0, 8703.0, 8703.0, 8714.0, 8702.0, 8731.0, 8687.0, 8737.0, 8737.0, 8727.0, 8740.0, 8728.0, 8751.0, 8789.0, 8754.0, 8751.0, 8770.0, 8768.0, 8765.0, 8768.0, 8753.0, 8768.0, 8760.0, 8788.0, 8736.0, 8764.0, 8768.0, 8759.0, 8757.0, 8770.0, 8756.0, 8751.0, 8733.0, 8729.0, 8730.0, 8753.0, 8756.0, 8755.0, 8770.0, 8802.0, 8736.0, 8780.0, 8733.0, 8757.0, 8731.0, 8725.0, 8707.0, 8723.0, 8705.0, 8722.0, 8729.0, 8743.0, 8739.0, 8724.0, 8741.0, 8709.0, 8742.0, 8729.0, 8752.0, 8779.0, 8748.0, 8763.0, 8733.0, 8745.0, 8727.0, 8745.0, 8736.0, 8746.0, 8764.0, 8753.0, 8762.0, 8745.0, 8755.0, 8747.0, 8758.0, 8742.0, 8745.0, 8731.0, 8742.0, 8727.0, 8745.0, 8762.0, 8759.0, 8759.0, 8745.0, 8780.0, 8747.0, 8761.0, 8731.0, 8758.0, 8762.0, 8763.0, 8761.0, 8746.0, 8762.0, 8745.0, 8745.0, 8729.0, 8743.0, 8745.0, 8760.0, 8763.0, 8777.0, 8768.0, 8737.0, 8761.0, 8763.0, 8765.0, 8762.0, 8763.0, 8767.0, 8754.0, 8764.0, 8737.0, 8760.0, 8750.0, 8766.0, 8751.0, 8768.0, 8766.0, 8766.0, 8764.0, 8764.0, 8781.0, 8747.0, 8755.0, 8742.0, 8740.0, 8724.0, 8737.0, 8722.0, 8754.0, 8729.0, 8758.0, 8746.0, 8766.0, 8763.0, 8762.0, 8781.0, 8767.0, 8780.0, 8751.0, 8781.0, 8752.0, 8766.0, 8749.0, 8763.0, 8750.0, 8787.0, 8782.0, 8769.0, 8785.0, 8770.0, 8778.0, 8762.0, 8779.0, 8778.0, 8765.0, 8781.0, 8767.0, 8780.0, 8750.0, 8781.0, 8771.0, 8765.0, 8781.0, 8763.0, 8764.0, 8744.0, 8755.0, 8740.0, 8756.0, 8724.0, 8740.0, 8745.0, 8758.0, 8745.0, 8761.0, 8759.0, 8763.0, 8761.0, 8760.0, 8758.0, 8757.0, 8756.0, 8759.0, 8764.0, 8758.0, 8758.0, 8763.0, 8777.0, 8733.0, 8764.0, 8764.0, 8784.0, 8786.0, 8790.0, 8796.0, 8795.0, 8792.0, 8775.0, 8788.0, 8748.0, 8761.0, 8748.0, 8780.0, 8787.0, 8788.0, 8789.0, 8788.0, 8786.0, 8783.0, 8783.0, 8768.0, 8769.0, 8769.0, 8764.0, 8785.0, 8748.0, 8781.0, 8745.0, 8776.0, 8741.0, 8719.0, 8704.0, 8710.0, 8712.0, 8716.0, 8727.0, 8716.0, 8736.0, 8710.0, 8743.0, 8719.0, 8715.0, 8713.0, 8712.0, 8708.0, 8709.0, 8709.0, 8711.0, 8734.0, 8714.0, 8733.0, 8718.0, 8752.0, 8734.0, 8753.0, 8751.0, 8757.0, 8757.0, 8758.0, 8761.0, 8747.0, 8781.0, 8767.0, 8782.0, 8782.0, 8762.0, 8760.0, 8763.0, 8782.0, 8785.0, 8770.0, 8810.0, 8775.0, 8790.0, 8765.0, 8758.0, 8759.0, 8761.0, 8781.0, 8763.0, 8763.0, 8762.0, 8781.0, 8765.0, 8783.0, 8769.0, 8790.0, 8790.0, 8788.0, 8804.0, 8786.0, 8789.0, 8771.0, 8784.0, 8789.0, 8785.0, 8789.0, 8783.0, 8766.0, 8762.0, 8779.0, 8744.0, 8741.0, 8741.0, 8761.0, 8744.0, 8763.0, 8769.0, 8806.0, 8786.0, 8761.0, 8758.0, 8742.0, 8736.0, 8740.0, 8754.0, 8741.0, 8756.0, 8743.0, 8756.0, 8757.0, 8741.0, 8736.0, 8752.0, 8737.0, 8752.0, 8754.0, 8772.0, 8760.0, 8763.0, 8766.0, 8763.0, 8781.0, 8747.0, 8779.0, 8750.0, 8782.0, 8782.0, 8788.0, 8788.0, 8786.0, 8779.0, 8781.0, 8787.0, 8768.0, 8783.0, 8768.0, 8785.0, 8771.0, 8777.0, 8764.0, 8758.0, 8741.0, 8755.0, 8742.0, 8761.0, 8760.0, 8764.0, 8781.0, 8783.0, 8804.0, 8795.0, 8802.0, 8783.0, 8785.0, 8785.0, 8785.0, 8769.0, 8779.0, 8765.0, 8759.0, 8757.0, 8763.0, 8764.0, 8758.0, 8757.0, 8756.0, 8759.0, 8759.0, 8759.0, 8761.0, 8776.0, 8751.0, 8804.0, 8807.0, 8835.0, 8831.0, 8803.0, 8839.0, 8842.0, 8790.0, 8793.0, 8793.0, 8770.0, 8791.0, 8819.0, 8812.0, 8776.0, 8790.0, 8785.0, 8767.0, 8790.0, 8776.0, 8788.0, 8772.0, 8790.0, 8809.0, 8796.0, 8802.0, 8755.0, 8799.0, 8767.0, 8801.0, 8761.0, 8737.0, 8745.0, 8758.0, 8758.0, 8724.0, 8731.0, 8702.0, 8727.0, 8710.0, 8699.0, 8763.0, 8712.0, 8707.0, 8679.0, 8701.0, 8705.0, 8701.0, 8700.0, 8709.0, 8711.0, 8669.0, 8692.0, 8690.0, 8673.0, 8687.0, 8648.0, 8699.0, 8695.0, 8697.0, 8697.0, 8668.0, 8717.0, 8712.0, 8721.0, 8727.0, 8697.0, 8737.0, 8722.0, 8726.0, 8725.0, 8727.0, 8745.0, 8733.0, 8751.0, 8754.0, 8774.0, 8773.0, 8771.0, 8774.0, 8754.0, 8748.0, 8748.0, 8756.0, 8742.0, 8767.0, 8761.0, 8781.0, 8800.0, 8799.0, 8778.0, 8774.0, 8777.0, 8751.0, 8775.0, 8763.0, 8796.0, 8771.0, 8799.0, 8809.0, 8808.0, 8785.0, 8779.0, 8762.0, 8760.0, 8773.0, 8748.0, 8792.0, 8788.0, 8801.0, 8770.0, 8766.0, 8777.0, 8769.0, 8801.0, 8800.0, 8801.0, 8783.0, 8795.0, 8781.0, 8775.0, 8776.0, 8742.0, 8774.0, 8748.0, 8773.0, 8779.0, 8774.0, 8789.0, 8796.0, 8774.0, 8743.0, 8772.0, 8760.0, 8773.0, 8746.0, 8775.0, 8781.0, 8800.0, 8785.0, 8771.0, 8798.0, 8797.0, 8797.0, 8784.0, 8776.0, 8804.0, 8797.0, 8836.0, 8802.0, 8806.0, 8810.0, 8810.0, 8809.0, 8801.0, 8780.0, 8791.0, 8768.0, 8799.0, 8763.0, 8737.0, 8774.0, 8765.0, 8776.0, 8759.0, 8776.0, 8760.0, 8775.0, 8775.0, 8780.0, 8757.0, 8732.0, 8777.0, 8755.0, 8774.0, 8757.0, 8769.0, 8774.0, 8769.0, 8750.0, 8745.0, 8730.0, 8742.0, 8731.0, 8701.0, 8744.0, 8744.0, 8772.0, 8736.0, 8748.0, 8733.0, 8753.0, 8752.0, 8729.0, 8794.0, 8785.0, 8800.0, 8771.0, 8781.0, 8804.0, 8771.0, 8781.0, 8784.0, 8800.0, 8781.0, 8796.0, 8786.0, 8774.0, 8823.0, 8816.0, 8824.0, 8804.0, 8794.0, 8801.0, 8781.0, 8812.0, 8759.0, 8790.0, 8735.0, 8767.0, 8744.0, 8768.0, 8741.0, 8720.0, 8718.0, 8714.0, 8717.0, 8720.0, 8723.0, 8758.0, 8710.0, 8738.0, 8696.0, 8739.0, 8724.0, 8741.0, 8729.0, 8765.0, 8762.0, 8767.0, 8770.0, 8756.0, 8784.0, 8775.0, 8794.0, 8779.0, 8744.0, 8775.0, 8762.0, 8791.0, 8779.0, 8795.0, 8797.0, 8751.0, 8791.0, 8762.0, 8788.0, 8776.0, 8794.0, 8763.0, 8748.0, 8793.0, 8756.0, 8793.0, 8781.0, 8778.0, 8800.0, 8794.0, 8796.0, 8772.0, 8769.0, 8752.0, 8764.0, 8738.0, 8771.0, 8761.0, 8774.0, 8771.0, 8771.0, 8742.0, 8755.0, 8755.0, 8729.0, 8777.0, 8762.0, 8778.0, 8762.0, 8778.0, 8779.0, 8775.0, 8757.0, 8774.0, 8760.0, 8732.0, 8780.0, 8768.0, 8776.0, 8759.0, 8744.0, 8776.0, 8767.0, 8816.0, 8808.0, 8777.0, 8812.0, 8795.0, 8806.0, 8811.0, 8820.0, 8813.0, 8793.0, 8807.0, 8796.0, 8831.0, 8816.0, 8810.0, 8828.0, 8794.0, 8791.0, 8808.0, 8801.0, 8816.0, 8783.0, 8825.0, 8821.0, 8787.0, 8786.0, 8780.0, 8774.0, 8756.0, 8757.0, 8764.0, 8773.0, 8787.0, 8818.0, 8818.0, 8775.0, 8737.0, 8747.0, 8707.0, 8704.0, 8725.0, 8733.0, 8784.0, 8758.0, 8732.0, 8756.0, 8723.0, 8746.0, 8743.0, 8690.0, 8738.0, 8723.0, 8743.0, 8749.0, 8753.0, 8771.0, 8751.0, 8706.0, 8764.0, 8749.0, 8750.0, 8751.0, 8707.0, 8761.0, 8730.0, 8748.0, 8748.0, 8749.0, 8751.0, 8721.0, 8767.0, 8759.0, 8735.0, 8785.0, 8782.0, 8749.0, 8776.0, 8760.0, 8778.0, 8779.0, 8784.0, 8783.0, 8769.0, 8784.0, 8767.0, 8776.0, 8728.0, 8752.0, 8757.0, 8771.0, 8790.0, 8755.0, 8774.0, 8755.0, 8747.0, 8729.0, 8741.0, 8723.0, 8740.0, 8740.0, 8749.0, 8768.0, 8732.0, 8780.0, 8752.0, 8770.0, 8759.0, 8793.0, 8756.0, 8772.0, 8755.0, 8770.0, 8772.0, 8770.0, 8795.0, 8753.0, 8789.0, 8730.0, 8772.0, 8759.0, 8791.0, 8782.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.0018706098964326814</td></tr>
<tr><td colspan=3>aqi</td><td>0.05698822853855006</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.41128135283409</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1145052299539167</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9796171869354834</td></tr>
<tr><td colspan=3>efc</td><td>0.5043</td></tr>
<tr><td colspan=3>fber</td><td>4622.1445</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16547923594892536</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>211</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.280782508630608</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5520160272479164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4197081241278444</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7902362971119463</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4461036605039586</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103322</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01313598919659853</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04296398535370827</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.056112066947121</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.1459</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3471</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.6661</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292931.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>842.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.7209</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.365</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.6793</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3062.2751</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83613.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.352</td></tr>
<tr><td colspan=3>tsnr</td><td>26.1611499292776</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>