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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0010_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-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-02_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-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-02_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-0010/ses-01/func/sub-0010_ses-01_task-social_acq-mb8_run-02_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>5273e71b65bf518cf066aa1a203e467b</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>14:14:36.172500</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.998402, 0.0161273, 0.0541662, -0.00975851, 0.993219, -0.115848]</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-02_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.0715621</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7717, -7286, 657, -62, -18, 9, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.296</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7392d34e-b4a9-416d-966b-7096515a2ceb||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.6786386966705322, -0.026181375607848167, 0.15030157566070557, 112.2219467163086], [-0.04326846823096275, 2.66473388671875, -0.3108631372451782, -70.58336639404297], [0.14532403647899628, 0.3108123540878296, 2.6778299808502197, -74.68352508544922], [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': ['141436.172500', '141436.632500', '141437.092500', '141437.552500', '141438.012500', '141438.472500', '141438.932500', '141439.392500', '141439.852500', '141440.312500', '141440.772500', '141441.232500', '141441.692500', '141442.152500', '141442.612500', '141443.072500', '141443.532500', '141443.992500', '141444.452500', '141444.912500', '141445.372500', '141445.832500', '141446.292500', '141446.752500', '141447.212500', '141447.672500', '141448.132500', '141448.592500', '141449.052500', '141449.512500', '141449.972500', '141450.432500', '141450.892500', '141451.352500', '141451.812500', '141452.272500', '141452.732500', '141453.192500', '141453.652500', '141454.112500', '141454.572500', '141455.032500', '141455.492500', '141455.952500', '141456.412500', '141456.872500', '141457.332500', '141457.792500', '141458.252500', '141458.712500', '141459.172500', '141459.632500', '141500.092500', '141500.552500', '141501.012500', '141501.472500', '141501.932500', '141502.392500', '141502.852500', '141503.312500', '141503.772500', '141504.232500', '141504.692500', '141505.152500', '141505.612500', '141506.072500', '141506.532500', '141506.992500', '141507.452500', '141507.912500', '141508.372500', '141508.832500', '141509.292500', '141509.752500', '141510.212500', '141510.672500', '141511.132500', '141511.592500', '141512.052500', '141512.512500', '141512.972500', '141513.432500', '141513.892500', '141514.352500', '141514.812500', '141515.272500', '141515.732500', '141516.192500', '141516.652500', '141517.112500', '141517.572500', '141518.032500', '141518.492500', '141518.952500', '141519.412500', '141519.872500', '141520.332500', '141520.792500', '141521.252500', '141521.712500', '141522.172500', '141522.632500', '141523.092500', '141523.552500', '141524.012500', '141524.472500', '141524.932500', '141525.392500', '141525.852500', '141526.312500', '141526.772500', '141527.232500', '141527.692500', '141528.152500', '141528.612500', '141529.072500', '141529.532500', '141529.992500', '141530.452500', '141530.912500', '141531.372500', '141531.832500', '141532.292500', '141532.752500', '141533.212500', '141533.672500', '141534.132500', '141534.592500', '141535.052500', '141535.512500', '141535.972500', '141536.432500', '141536.892500', '141537.352500', '141537.812500', '141538.272500', '141538.732500', '141539.192500', '141539.652500', '141540.112500', '141540.572500', '141541.032500', '141541.492500', '141541.952500', '141542.412500', '141542.872500', '141543.332500', '141543.792500', '141544.252500', '141544.712500', '141545.172500', '141545.632500', '141546.092500', '141546.552500', '141547.012500', '141547.472500', '141547.932500', '141548.392500', '141548.852500', '141549.312500', '141549.772500', '141550.232500', '141550.692500', '141551.152500', '141551.612500', '141552.072500', '141552.532500', '141552.992500', '141553.452500', '141553.912500', '141554.372500', '141554.832500', '141555.292500', '141555.752500', '141556.212500', '141556.672500', '141557.132500', '141557.592500', '141558.052500', '141558.512500', '141558.972500', '141559.432500', '141559.892500', '141600.352500', '141600.812500', '141601.272500', '141601.732500', '141602.192500', '141602.652500', '141603.112500', '141603.572500', '141604.032500', '141604.492500', '141604.952500', '141605.412500', '141605.872500', '141606.332500', '141606.792500', '141607.252500', '141607.712500', '141608.172500', '141608.632500', '141609.092500', '141609.552500', '141610.012500', '141610.472500', '141610.932500', '141611.392500', '141611.852500', '141612.312500', '141612.772500', '141613.232500', '141613.692500', '141614.152500', '141614.612500', '141615.072500', '141615.532500', '141615.992500', '141616.452500', '141616.912500', '141617.372500', '141617.832500', '141618.292500', '141618.752500', '141619.212500', '141619.672500', '141620.132500', '141620.592500', '141621.052500', '141621.512500', '141621.972500', '141622.432500', '141622.892500', '141623.352500', '141623.812500', '141624.272500', '141624.732500', '141625.192500', '141625.652500', '141626.112500', '141626.572500', '141627.032500', '141627.492500', '141627.952500', '141628.412500', '141628.872500', '141629.332500', '141629.792500', '141630.252500', '141630.712500', '141631.172500', '141631.632500', '141632.092500', '141632.552500', '141633.012500', '141633.472500', '141633.932500', '141634.392500', '141634.852500', '141635.312500', '141635.772500', '141636.232500', '141636.692500', '141637.152500', '141637.612500', '141638.072500', '141638.532500', '141638.992500', '141639.452500', '141639.912500', '141640.372500', '141640.832500', '141641.292500', '141641.752500', '141642.212500', '141642.672500', '141643.132500', '141643.592500', '141644.052500', '141644.512500', '141644.972500', '141645.432500', '141645.892500', '141646.352500', '141646.812500', '141647.272500', '141647.732500', '141648.192500', '141648.652500', '141649.112500', '141649.572500', '141650.032500', '141650.492500', '141650.952500', '141651.412500', '141651.872500', '141652.332500', '141652.792500', '141653.252500', '141653.712500', '141654.172500', '141654.632500', '141655.092500', '141655.552500', '141656.012500', '141656.472500', '141656.932500', '141657.392500', '141657.852500', '141658.312500', '141658.772500', '141659.232500', '141659.692500', '141700.152500', '141700.612500', '141701.072500', '141701.532500', '141701.992500', '141702.452500', '141702.912500', '141703.372500', '141703.832500', '141704.292500', '141704.752500', '141705.212500', '141705.672500', '141706.132500', '141706.592500', '141707.052500', '141707.512500', '141707.972500', '141708.432500', '141708.892500', '141709.352500', '141709.812500', '141710.272500', '141710.732500', '141711.192500', '141711.652500', '141712.112500', '141712.572500', '141713.032500', '141713.492500', '141713.952500', '141714.412500', '141714.872500', '141715.332500', '141715.792500', '141716.252500', '141716.712500', '141717.172500', '141717.632500', '141718.092500', '141718.552500', '141719.012500', '141719.472500', '141719.932500', '141720.392500', '141720.852500', '141721.312500', '141721.772500', '141722.232500', '141722.692500', '141723.152500', '141723.612500', '141724.072500', '141724.532500', '141724.992500', '141725.452500', '141725.912500', '141726.372500', '141726.832500', '141727.292500', '141727.752500', '141728.212500', '141728.672500', '141729.132500', '141729.592500', '141730.052500', '141730.512500', '141730.972500', '141731.432500', '141731.892500', '141732.352500', '141732.812500', '141733.272500', '141733.732500', '141734.192500', '141734.652500', '141735.112500', '141735.572500', '141736.032500', '141736.492500', '141736.952500', '141737.412500', '141737.872500', '141738.332500', '141738.792500', '141739.252500', '141739.712500', '141740.172500', '141740.632500', '141741.092500', '141741.552500', '141742.012500', '141742.472500', '141742.932500', '141743.392500', '141743.852500', '141744.312500', '141744.772500', '141745.232500', '141745.692500', '141746.152500', '141746.612500', '141747.072500', '141747.532500', '141747.992500', '141748.452500', '141748.912500', '141749.372500', '141749.832500', '141750.292500', '141750.752500', '141751.212500', '141751.672500', '141752.132500', '141752.592500', '141753.052500', '141753.512500', '141753.972500', '141754.432500', '141754.892500', '141755.352500', '141755.812500', '141756.272500', '141756.732500', '141757.192500', '141757.652500', '141758.112500', '141758.572500', '141759.032500', '141759.492500', '141759.952500', '141800.412500', '141800.872500', '141801.332500', '141801.792500', '141802.252500', '141802.712500', '141803.172500', '141803.632500', '141804.092500', '141804.552500', '141805.012500', '141805.472500', '141805.932500', '141806.392500', '141806.852500', '141807.312500', '141807.772500', '141808.232500', '141808.692500', '141809.152500', '141809.612500', '141810.072500', '141810.532500', '141810.992500', '141811.452500', '141811.912500', '141812.372500', '141812.832500', '141813.292500', '141813.752500', '141814.212500', '141814.672500', '141815.132500', '141815.592500', '141816.052500', '141816.512500', '141816.972500', '141817.432500', '141817.892500', '141818.352500', '141818.812500', '141819.272500', '141819.732500', '141820.192500', '141820.652500', '141821.112500', '141821.572500', '141822.032500', '141822.492500', '141822.952500', '141823.412500', '141823.872500', '141824.332500', '141824.792500', '141825.252500', '141825.712500', '141826.172500', '141826.632500', '141827.092500', '141827.552500', '141828.012500', '141828.472500', '141828.932500', '141829.392500', '141829.852500', '141830.312500', '141830.772500', '141831.232500', '141831.692500', '141832.152500', '141832.612500', '141833.072500', '141833.532500', '141833.992500', '141834.452500', '141834.912500', '141835.372500', '141835.832500', '141836.292500', '141836.752500', '141837.212500', '141837.672500', '141838.132500', '141838.592500', '141839.052500', '141839.512500', '141839.972500', '141840.432500', '141840.892500', '141841.352500', '141841.812500', '141842.272500', '141842.732500', '141843.192500', '141843.652500', '141844.112500', '141844.572500', '141845.032500', '141845.492500', '141845.952500', '141846.412500', '141846.872500', '141847.332500', '141847.792500', '141848.252500', '141848.712500', '141849.172500', '141849.632500', '141850.092500', '141850.552500', '141851.012500', '141851.472500', '141851.932500', '141852.392500', '141852.852500', '141853.312500', '141853.772500', '141854.232500', '141854.692500', '141855.152500', '141855.612500', '141856.072500', '141856.532500', '141856.992500', '141857.452500', '141857.912500', '141858.372500', '141858.832500', '141859.292500', '141859.752500', '141900.212500', '141900.672500', '141901.132500', '141901.592500', '141902.052500', '141902.512500', '141902.972500', '141903.432500', '141903.892500', '141904.352500', '141904.812500', '141905.272500', '141905.732500', '141906.192500', '141906.652500', '141907.112500', '141907.572500', '141908.032500', '141908.492500', '141908.952500', '141909.412500', '141909.872500', '141910.332500', '141910.792500', '141911.252500', '141911.712500', '141912.172500', '141912.632500', '141913.092500', '141913.552500', '141914.012500', '141914.472500', '141914.932500', '141915.392500', '141915.852500', '141916.312500', '141916.772500', '141917.232500', '141917.692500', '141918.152500', '141918.612500', '141919.072500', '141919.532500', '141919.992500', '141920.452500', '141920.912500', '141921.372500', '141921.832500', '141922.292500', '141922.752500', '141923.212500', '141923.672500', '141924.132500', '141924.592500', '141925.052500', '141925.512500', '141925.972500', '141926.432500', '141926.892500', '141927.352500', '141927.812500', '141928.272500', '141928.732500', '141929.192500', '141929.652500', '141930.112500', '141930.572500', '141931.032500', '141931.492500', '141931.952500', '141932.412500', '141932.872500', '141933.332500', '141933.792500', '141934.252500', '141934.712500', '141935.172500', '141935.632500', '141936.092500', '141936.552500', '141937.012500', '141937.472500', '141937.932500', '141938.392500', '141938.852500', '141939.312500', '141939.772500', '141940.232500', '141940.692500', '141941.152500', '141941.612500', '141942.072500', '141942.532500', '141942.992500', '141943.452500', '141943.912500', '141944.372500', '141944.832500', '141945.292500', '141945.752500', '141946.212500', '141946.672500', '141947.132500', '141947.592500', '141948.052500', '141948.512500', '141948.972500', '141949.432500', '141949.892500', '141950.352500', '141950.812500', '141951.272500', '141951.732500', '141952.192500', '141952.652500', '141953.112500', '141953.572500', '141954.032500', '141954.492500', '141954.952500', '141955.412500', '141955.872500', '141956.332500', '141956.792500', '141957.252500', '141957.712500', '141958.172500', '141958.632500', '141959.092500', '141959.552500', '142000.012500', '142000.472500', '142000.932500', '142001.392500', '142001.852500', '142002.312500', '142002.772500', '142003.232500', '142003.692500', '142004.152500', '142004.612500', '142005.072500', '142005.532500', '142005.992500', '142006.452500', '142006.912500', '142007.372500', '142007.832500', '142008.292500', '142008.752500', '142009.212500', '142009.672500', '142010.132500', '142010.592500', '142011.052500', '142011.512500', '142011.972500', '142012.432500', '142012.892500', '142013.352500', '142013.812500', '142014.272500', '142014.732500', '142015.192500', '142015.652500', '142016.112500', '142016.572500', '142017.032500', '142017.492500', '142017.952500', '142018.412500', '142018.872500', '142019.332500', '142019.792500', '142020.252500', '142020.712500', '142021.172500', '142021.632500', '142022.092500', '142022.552500', '142023.012500', '142023.472500', '142023.932500', '142024.392500', '142024.852500', '142025.312500', '142025.772500', '142026.232500', '142026.692500', '142027.152500', '142027.612500', '142028.072500', '142028.532500', '142028.992500', '142029.452500', '142029.912500', '142030.372500', '142030.832500', '142031.292500', '142031.752500', '142032.212500', '142032.672500', '142033.132500', '142033.592500', '142034.052500', '142034.512500', '142034.972500', '142035.432500', '142035.892500', '142036.352500', '142036.812500', '142037.272500', '142037.732500', '142038.192500', '142038.652500', '142039.112500', '142039.572500', '142040.032500', '142040.492500', '142040.952500', '142041.412500', '142041.872500', '142042.332500', '142042.792500', '142043.252500', '142043.712500', '142044.172500', '142044.632500', '142045.092500', '142045.552500', '142046.012500', '142046.472500', '142046.932500', '142047.392500', '142047.852500', '142048.312500', '142048.772500', '142049.232500', '142049.692500', '142050.152500', '142050.612500', '142051.072500', '142051.532500', '142051.992500', '142052.452500', '142052.912500', '142053.372500', '142053.832500', '142054.292500', '142054.752500', '142055.212500', '142055.672500', '142056.132500', '142056.592500', '142057.052500', '142057.512500', '142057.972500', '142058.432500', '142058.892500', '142059.352500', '142059.812500', '142100.272500', '142100.732500', '142101.192500', '142101.652500', '142102.112500', '142102.572500', '142103.032500', '142103.492500', '142103.952500', '142104.412500', '142104.872500', '142105.332500', '142105.792500', '142106.252500', '142106.712500', '142107.172500', '142107.632500', '142108.092500', '142108.552500', '142109.012500', '142109.472500', '142109.932500', '142110.392500', '142110.852500', '142111.312500', '142111.772500', '142112.232500', '142112.692500', '142113.152500', '142113.612500', '142114.072500', '142114.532500', '142114.992500', '142115.452500', '142115.912500', '142116.372500', '142116.832500'], 'ContentTime': ['141452.916000', '141452.919000', '141452.922000', '141452.925000', '141452.928000', '141452.931000', '141452.934000', '141452.938000', '141452.940000', '141452.950000', '141452.953000', '141452.956000', '141452.973000', '141452.976000', '141452.979000', '141452.982000', '141452.985000', '141452.988000', '141452.991000', '141452.994000', '141452.997000', '141453.000000', '141453.003000', '141453.005000', '141453.008000', '141453.011000', '141453.014000', '141453.017000', '141453.020000', '141453.023000', '141453.025000', '141453.028000', '141453.031000', '141453.034000', '141512.880000', '141512.883000', '141512.886000', '141512.888000', '141512.891000', '141512.894000', '141512.897000', '141512.900000', '141512.902000', '141512.905000', '141512.908000', '141512.911000', '141512.914000', '141512.916000', '141512.919000', '141512.922000', '141512.925000', '141512.927000', '141512.930000', '141512.933000', '141512.936000', '141512.939000', '141512.941000', '141512.944000', '141512.949000', '141512.951000', '141512.954000', '141512.957000', '141512.960000', '141512.963000', '141512.965000', '141512.968000', '141512.971000', '141512.974000', '141512.976000', '141512.979000', '141512.982000', '141512.985000', '141512.988000', '141512.990000', '141512.993000', '141512.996000', '141513.000000', '141532.880000', '141532.883000', '141532.886000', '141532.888000', '141532.891000', '141532.894000', '141532.897000', '141532.899000', '141532.902000', '141532.905000', '141532.908000', '141532.911000', '141532.914000', '141532.922000', '141532.925000', '141532.927000', '141532.930000', '141532.933000', '141532.936000', '141532.938000', '141532.941000', '141532.944000', '141532.947000', '141532.950000', '141532.952000', '141532.955000', '141532.958000', '141532.961000', '141532.964000', '141532.966000', '141532.969000', '141532.972000', '141532.975000', '141532.978000', '141532.981000', '141532.983000', '141532.986000', '141532.989000', '141532.992000', '141532.994000', '141532.997000', '141533.001000', '141533.004000', '141533.007000', '141552.880000', '141552.883000', '141552.886000', '141552.889000', '141552.891000', '141552.894000', '141552.897000', '141552.900000', '141552.902000', '141552.905000', '141552.908000', '141552.911000', '141552.914000', '141552.916000', '141552.919000', '141552.922000', '141552.925000', '141552.928000', '141552.931000', '141552.934000', '141552.937000', '141552.939000', '141552.942000', '141552.945000', '141552.948000', '141552.951000', '141552.953000', '141552.956000', '141552.959000', '141552.962000', '141552.964000', '141552.967000', '141552.970000', '141552.973000', '141553.079000', '141553.082000', '141553.085000', '141553.088000', '141553.091000', '141553.094000', '141553.097000', '141553.099000', '141553.102000', '141612.880000', '141612.883000', '141612.886000', '141612.889000', '141612.891000', '141612.894000', '141612.897000', '141612.900000', '141612.903000', '141612.906000', '141612.908000', '141612.911000', '141612.914000', '141612.917000', '141612.920000', '141612.923000', '141612.925000', '141612.928000', '141612.931000', '141612.934000', '141612.937000', '141612.939000', '141612.942000', '141612.945000', '141612.948000', '141612.951000', '141612.954000', '141612.957000', '141612.959000', '141612.962000', '141612.965000', '141612.968000', '141612.971000', '141612.974000', '141612.976000', '141612.979000', '141612.982000', '141612.985000', '141612.988000', '141612.991000', '141612.994000', '141612.996000', '141612.999000', '141613.002000', '141632.879000', '141632.882000', '141632.885000', '141632.888000', '141632.891000', '141632.894000', '141632.896000', '141632.899000', '141632.902000', '141632.905000', '141632.908000', '141632.910000', '141632.913000', '141632.916000', '141632.919000', '141632.922000', '141632.925000', '141632.928000', '141632.931000', '141632.934000', '141632.936000', '141632.939000', '141632.942000', '141632.945000', '141632.948000', '141632.951000', '141632.954000', '141632.956000', '141632.959000', '141632.962000', '141632.965000', '141632.968000', '141632.971000', '141632.974000', '141632.976000', '141632.979000', '141632.982000', '141632.985000', '141632.988000', '141632.990000', '141632.993000', '141632.996000', '141633.000000', '141652.879000', '141652.882000', '141652.885000', '141652.888000', '141652.891000', '141652.893000', '141652.896000', '141652.899000', '141652.902000', '141652.905000', '141652.908000', '141652.911000', '141652.913000', '141652.916000', '141652.919000', '141652.922000', '141652.925000', '141652.928000', '141652.931000', '141652.934000', '141652.936000', '141652.939000', '141652.942000', '141652.945000', '141652.948000', '141652.951000', '141652.954000', '141652.957000', '141652.960000', '141652.962000', '141652.965000', '141652.968000', '141652.971000', '141652.974000', '141652.977000', '141652.980000', '141652.983000', '141652.985000', '141652.988000', '141652.991000', '141652.994000', '141652.997000', '141653.001000', '141712.880000', '141712.883000', '141712.886000', '141712.889000', '141712.892000', '141712.895000', '141712.897000', '141712.900000', '141712.903000', '141712.906000', '141712.909000', '141712.912000', '141712.914000', '141712.917000', '141712.920000', '141712.923000', '141712.926000', '141712.929000', '141712.932000', '141712.934000', '141712.937000', '141712.940000', '141712.943000', '141712.946000', '141712.949000', '141712.951000', '141712.954000', '141712.957000', '141712.960000', '141712.963000', '141712.966000', '141712.969000', '141712.971000', '141712.974000', '141712.977000', '141712.980000', '141712.983000', '141712.986000', '141712.988000', '141712.991000', '141712.994000', '141712.997000', '141713.000000', '141713.003000', '141732.880000', '141732.883000', '141732.886000', '141732.889000', '141732.892000', '141732.894000', '141732.897000', '141732.900000', '141732.903000', '141732.906000', '141732.909000', '141732.912000', '141732.915000', '141732.918000', '141732.921000', '141732.937000', '141732.940000', '141732.943000', '141732.946000', '141732.949000', '141732.951000', '141732.954000', '141732.957000', '141732.960000', '141732.963000', '141732.966000', '141732.968000', '141732.971000', '141732.974000', '141732.977000', '141732.980000', '141732.983000', '141732.985000', '141732.988000', '141732.991000', '141732.994000', '141732.997000', '141733.001000', '141733.004000', '141733.006000', '141733.009000', '141733.016000', '141733.019000', '141752.880000', '141752.883000', '141752.886000', '141752.889000', '141752.892000', '141752.894000', '141752.897000', '141752.900000', '141752.903000', '141752.906000', '141752.909000', '141752.912000', '141752.915000', '141752.918000', '141752.920000', '141752.923000', '141752.926000', '141752.929000', '141752.932000', '141752.935000', '141752.938000', '141752.940000', '141752.943000', '141752.946000', '141752.949000', '141752.952000', '141752.955000', '141752.957000', '141752.960000', '141752.963000', '141752.966000', '141752.969000', '141752.972000', '141752.975000', '141752.978000', '141752.981000', '141752.984000', '141752.987000', '141752.989000', '141752.992000', '141752.995000', '141752.998000', '141753.002000', '141753.005000', '141812.880000', '141812.883000', '141812.886000', '141812.889000', '141812.892000', '141812.894000', '141812.897000', '141812.900000', '141812.903000', '141812.906000', '141812.909000', '141812.912000', '141812.915000', '141812.918000', '141812.921000', '141812.924000', '141812.927000', '141812.930000', '141812.932000', '141812.935000', '141812.938000', '141812.941000', '141812.944000', '141812.947000', '141812.949000', '141812.952000', '141812.955000', '141812.958000', '141812.961000', '141812.964000', '141812.967000', '141812.969000', '141812.972000', '141812.975000', '141812.978000', '141812.981000', '141812.984000', '141812.987000', '141812.989000', '141812.992000', '141812.995000', '141812.998000', '141813.002000', '141832.880000', '141832.883000', '141832.886000', '141832.889000', '141832.891000', '141832.894000', '141832.897000', '141832.900000', '141832.903000', '141832.906000', '141832.908000', '141832.911000', '141832.914000', '141832.917000', '141832.920000', '141832.923000', '141832.926000', '141832.929000', '141832.931000', '141832.934000', '141832.937000', '141832.940000', '141832.943000', '141832.946000', '141832.949000', '141832.951000', '141832.954000', '141832.957000', '141832.960000', '141832.963000', '141832.966000', '141832.969000', '141832.971000', '141832.974000', '141832.977000', '141832.980000', '141832.983000', '141832.986000', '141832.988000', '141832.991000', '141832.994000', '141832.997000', '141833.001000', '141833.004000', '141852.879000', '141852.889000', '141852.891000', '141852.894000', '141852.897000', '141852.900000', '141852.903000', '141852.906000', '141852.908000', '141852.911000', '141852.914000', '141852.917000', '141852.920000', '141852.923000', '141852.926000', '141852.929000', '141852.931000', '141852.934000', '141852.937000', '141852.940000', '141852.943000', '141852.946000', '141852.949000', '141852.952000', '141852.955000', '141852.957000', '141852.960000', '141852.963000', '141852.966000', '141852.969000', '141852.972000', '141852.975000', '141852.978000', '141852.980000', '141852.983000', '141852.986000', '141852.989000', '141852.992000', '141852.995000', '141852.998000', '141853.002000', '141853.005000', '141853.008000', '141912.879000', '141912.882000', '141912.885000', '141912.888000', '141912.891000', '141912.894000', '141912.897000', '141912.899000', '141912.902000', '141912.905000', '141912.908000', '141912.911000', '141912.914000', '141912.917000', '141912.920000', '141912.922000', '141912.925000', '141912.928000', '141912.931000', '141912.934000', '141912.937000', '141912.939000', '141912.942000', '141912.945000', '141912.948000', '141912.951000', '141912.954000', '141912.957000', '141912.960000', '141912.963000', '141912.966000', '141912.968000', '141912.971000', '141912.974000', '141912.977000', '141912.980000', '141912.983000', '141912.985000', '141912.988000', '141912.991000', '141912.994000', '141912.997000', '141913.001000', '141913.004000', '141932.880000', '141932.883000', '141932.886000', '141932.890000', '141932.893000', '141932.896000', '141932.899000', '141932.902000', '141932.905000', '141932.907000', '141932.910000', '141932.913000', '141932.916000', '141932.919000', '141932.922000', '141932.925000', '141932.928000', '141932.931000', '141932.934000', '141932.936000', '141932.939000', '141932.942000', '141932.945000', '141932.948000', '141932.951000', '141932.954000', '141932.960000', '141932.963000', '141932.966000', '141932.969000', '141932.972000', '141932.975000', '141932.978000', '141932.981000', '141932.984000', '141932.986000', '141932.989000', '141932.992000', '141932.995000', '141932.998000', '141933.001000', '141933.004000', '141933.007000', '141952.880000', '141952.883000', '141952.886000', '141952.889000', '141952.892000', '141952.895000', '141952.897000', '141952.900000', '141952.903000', '141952.906000', '141952.909000', '141952.912000', '141952.915000', '141952.918000', '141952.921000', '141952.923000', '141952.926000', '141952.929000', '141952.932000', '141952.935000', '141952.938000', '141952.941000', '141952.943000', '141952.946000', '141952.949000', '141952.952000', '141952.955000', '141952.958000', '141952.961000', '141952.964000', '141952.966000', '141952.969000', '141952.972000', '141952.975000', '141952.978000', '141952.981000', '141952.983000', '141952.986000', '141952.989000', '141952.992000', '141952.995000', '141952.998000', '141953.002000', '141953.005000', '142012.880000', '142012.883000', '142012.886000', '142012.889000', '142012.898000', '142012.901000', '142012.904000', '142012.907000', '142012.910000', '142012.912000', '142012.915000', '142012.918000', '142012.921000', '142012.924000', '142012.927000', '142012.930000', '142012.933000', '142012.935000', '142012.938000', '142012.941000', '142012.944000', '142012.947000', '142012.950000', '142012.953000', '142012.956000', '142012.958000', '142012.961000', '142012.964000', '142012.967000', '142012.970000', '142012.976000', '142012.979000', '142012.982000', '142012.985000', '142012.988000', '142012.991000', '142012.993000', '142012.996000', '142013.000000', '142013.003000', '142013.006000', '142013.009000', '142013.012000', '142032.880000', '142032.883000', '142032.886000', '142032.888000', '142032.892000', '142032.894000', '142032.897000', '142032.900000', '142032.903000', '142032.906000', '142032.909000', '142032.912000', '142032.915000', '142032.917000', '142032.920000', '142032.923000', '142032.926000', '142032.929000', '142032.932000', '142032.934000', '142032.937000', '142032.940000', '142032.958000', '142032.961000', '142032.964000', '142032.967000', '142032.970000', '142032.973000', '142032.976000', '142032.978000', '142032.981000', '142032.984000', '142032.987000', '142032.990000', '142032.993000', '142032.995000', '142032.998000', '142033.002000', '142033.005000', '142033.008000', '142033.011000', '142033.014000', '142033.016000', '142033.019000', '142052.880000', '142052.883000', '142052.886000', '142052.889000', '142052.892000', '142052.895000', '142052.898000', '142052.900000', '142052.903000', '142052.906000', '142052.909000', '142052.912000', '142052.915000', '142052.918000', '142052.921000', '142052.924000', '142052.928000', '142052.931000', '142052.934000', '142052.937000', '142052.939000', '142052.942000', '142052.945000', '142052.948000', '142052.951000', '142052.954000', '142052.957000', '142052.960000', '142052.962000', '142052.965000', '142052.968000', '142052.971000', '142052.974000', '142052.977000', '142052.980000', '142052.983000', '142052.986000', '142052.989000', '142052.992000', '142052.995000', '142052.998000', '142053.002000', '142053.005000', '142112.879000', '142112.882000', '142112.885000', '142112.893000', '142112.896000', '142112.899000', '142112.902000', '142112.905000', '142112.907000', '142112.910000', '142112.913000', '142112.916000', '142112.919000', '142112.922000', '142112.924000', '142112.927000', '142112.930000', '142112.933000', '142112.936000', '142112.939000', '142112.942000', '142112.945000', '142112.947000', '142112.950000', '142112.953000', '142112.956000', '142112.959000', '142112.962000', '142112.965000', '142112.967000', '142112.970000', '142112.973000', '142112.976000', '142112.979000', '142112.982000', '142112.985000', '142112.988000', '142112.990000', '142112.993000', '142112.996000', '142113.000000', '142113.003000', '142113.006000', '142113.009000', '142118.338000', '142118.341000', '142118.345000', '142118.348000', '142118.351000', '142118.354000', '142118.357000', '142118.361000', '142118.365000', '142118.368000', '142118.371000', '142118.374000'], 'InstanceCreationTime': ['141452.916000', '141452.919000', '141452.922000', '141452.925000', '141452.928000', '141452.931000', '141452.934000', '141452.938000', '141452.940000', '141452.950000', '141452.953000', '141452.956000', '141452.973000', '141452.976000', '141452.979000', '141452.982000', '141452.985000', '141452.988000', '141452.991000', '141452.994000', '141452.997000', '141453.000000', '141453.003000', '141453.005000', '141453.008000', '141453.011000', '141453.014000', '141453.017000', '141453.020000', '141453.023000', '141453.025000', '141453.028000', '141453.031000', '141453.034000', '141512.880000', '141512.883000', '141512.886000', '141512.888000', '141512.891000', '141512.894000', '141512.897000', '141512.900000', '141512.902000', '141512.905000', '141512.908000', '141512.911000', '141512.914000', '141512.916000', '141512.919000', '141512.922000', '141512.925000', '141512.927000', '141512.930000', '141512.933000', '141512.936000', '141512.939000', '141512.941000', '141512.944000', '141512.949000', '141512.951000', '141512.954000', '141512.957000', '141512.960000', '141512.963000', '141512.965000', '141512.968000', '141512.971000', '141512.974000', '141512.976000', '141512.979000', '141512.982000', '141512.985000', '141512.988000', '141512.990000', '141512.993000', '141512.996000', '141513.000000', '141532.880000', '141532.883000', '141532.886000', '141532.888000', '141532.891000', '141532.894000', '141532.897000', '141532.899000', '141532.902000', '141532.905000', '141532.908000', '141532.911000', '141532.914000', '141532.922000', '141532.925000', '141532.927000', '141532.930000', '141532.933000', '141532.936000', '141532.938000', '141532.941000', '141532.944000', '141532.947000', '141532.950000', '141532.952000', '141532.955000', '141532.958000', '141532.961000', '141532.964000', '141532.966000', '141532.969000', '141532.972000', '141532.975000', '141532.978000', '141532.981000', '141532.983000', '141532.986000', '141532.989000', '141532.992000', '141532.994000', '141532.997000', '141533.001000', '141533.004000', '141533.007000', '141552.880000', '141552.883000', '141552.886000', '141552.889000', '141552.891000', '141552.894000', '141552.897000', '141552.900000', '141552.902000', '141552.905000', '141552.908000', '141552.911000', '141552.914000', '141552.916000', '141552.919000', '141552.922000', '141552.925000', '141552.928000', '141552.931000', '141552.934000', '141552.937000', '141552.939000', '141552.942000', '141552.945000', '141552.948000', '141552.951000', '141552.953000', '141552.956000', '141552.959000', '141552.962000', '141552.964000', '141552.967000', '141552.970000', '141552.973000', '141553.079000', '141553.082000', '141553.085000', '141553.088000', '141553.091000', '141553.094000', '141553.097000', '141553.099000', '141553.102000', '141612.880000', '141612.883000', '141612.886000', '141612.889000', '141612.891000', '141612.894000', '141612.897000', '141612.900000', '141612.903000', '141612.906000', '141612.908000', '141612.911000', '141612.914000', '141612.917000', '141612.920000', '141612.923000', '141612.925000', '141612.928000', '141612.931000', '141612.934000', '141612.937000', '141612.939000', '141612.942000', '141612.945000', '141612.948000', '141612.951000', '141612.954000', '141612.957000', '141612.959000', '141612.962000', '141612.965000', '141612.968000', '141612.971000', '141612.974000', '141612.976000', '141612.979000', '141612.982000', '141612.985000', '141612.988000', '141612.991000', '141612.994000', '141612.996000', '141612.999000', '141613.002000', '141632.879000', '141632.882000', '141632.885000', '141632.888000', '141632.891000', '141632.894000', '141632.896000', '141632.899000', '141632.902000', '141632.905000', '141632.908000', '141632.910000', '141632.913000', '141632.916000', '141632.919000', '141632.922000', '141632.925000', '141632.928000', '141632.931000', '141632.934000', '141632.936000', '141632.939000', '141632.942000', '141632.945000', '141632.948000', '141632.951000', '141632.954000', '141632.956000', '141632.959000', '141632.962000', '141632.965000', '141632.968000', '141632.971000', '141632.974000', '141632.976000', '141632.979000', '141632.982000', '141632.985000', '141632.988000', '141632.990000', '141632.993000', '141632.996000', '141633.000000', '141652.879000', '141652.882000', '141652.885000', '141652.888000', '141652.891000', '141652.893000', '141652.896000', '141652.899000', '141652.902000', '141652.905000', '141652.908000', '141652.911000', '141652.913000', '141652.916000', '141652.919000', '141652.922000', '141652.925000', '141652.928000', '141652.931000', '141652.934000', '141652.936000', '141652.939000', '141652.942000', '141652.945000', '141652.948000', '141652.951000', '141652.954000', '141652.957000', '141652.960000', '141652.962000', '141652.965000', '141652.968000', '141652.971000', '141652.974000', '141652.977000', '141652.980000', '141652.983000', '141652.985000', '141652.988000', '141652.991000', '141652.994000', '141652.997000', '141653.001000', '141712.880000', '141712.883000', '141712.886000', '141712.889000', '141712.892000', '141712.895000', '141712.897000', '141712.900000', '141712.903000', '141712.906000', '141712.909000', '141712.912000', '141712.914000', '141712.917000', '141712.920000', '141712.923000', '141712.926000', '141712.929000', '141712.932000', '141712.934000', '141712.937000', '141712.940000', '141712.943000', '141712.946000', '141712.949000', '141712.951000', '141712.954000', '141712.957000', '141712.960000', '141712.963000', '141712.966000', '141712.969000', '141712.971000', '141712.974000', '141712.977000', '141712.980000', '141712.983000', '141712.986000', '141712.988000', '141712.991000', '141712.994000', '141712.997000', '141713.000000', '141713.003000', '141732.880000', '141732.883000', '141732.886000', '141732.889000', '141732.892000', '141732.894000', '141732.897000', '141732.900000', '141732.903000', '141732.906000', '141732.909000', '141732.912000', '141732.915000', '141732.918000', '141732.921000', '141732.937000', '141732.940000', '141732.943000', '141732.946000', '141732.949000', '141732.951000', '141732.954000', '141732.957000', '141732.960000', '141732.963000', '141732.966000', '141732.968000', '141732.971000', '141732.974000', '141732.977000', '141732.980000', '141732.983000', '141732.985000', '141732.988000', '141732.991000', '141732.994000', '141732.997000', '141733.001000', '141733.004000', '141733.006000', '141733.009000', '141733.016000', '141733.019000', '141752.880000', '141752.883000', '141752.886000', '141752.889000', '141752.892000', '141752.894000', '141752.897000', '141752.900000', '141752.903000', '141752.906000', '141752.909000', '141752.912000', '141752.915000', '141752.918000', '141752.920000', '141752.923000', '141752.926000', '141752.929000', '141752.932000', '141752.935000', '141752.938000', '141752.940000', '141752.943000', '141752.946000', '141752.949000', '141752.952000', '141752.955000', '141752.957000', '141752.960000', '141752.963000', '141752.966000', '141752.969000', '141752.972000', '141752.975000', '141752.978000', '141752.981000', '141752.984000', '141752.987000', '141752.989000', '141752.992000', '141752.995000', '141752.998000', '141753.002000', '141753.005000', '141812.880000', '141812.883000', '141812.886000', '141812.889000', '141812.892000', '141812.894000', '141812.897000', '141812.900000', '141812.903000', '141812.906000', '141812.909000', '141812.912000', '141812.915000', '141812.918000', '141812.921000', '141812.924000', '141812.927000', '141812.930000', '141812.932000', '141812.935000', '141812.938000', '141812.941000', '141812.944000', '141812.947000', '141812.949000', '141812.952000', '141812.955000', '141812.958000', '141812.961000', '141812.964000', '141812.967000', '141812.969000', '141812.972000', '141812.975000', '141812.978000', '141812.981000', '141812.984000', '141812.987000', '141812.989000', '141812.992000', '141812.995000', '141812.998000', '141813.002000', '141832.880000', '141832.883000', '141832.886000', '141832.889000', '141832.891000', '141832.894000', '141832.897000', '141832.900000', '141832.903000', '141832.906000', '141832.908000', '141832.911000', '141832.914000', '141832.917000', '141832.920000', '141832.923000', '141832.926000', '141832.929000', '141832.931000', '141832.934000', '141832.937000', '141832.940000', '141832.943000', '141832.946000', '141832.949000', '141832.951000', '141832.954000', '141832.957000', '141832.960000', '141832.963000', '141832.966000', '141832.969000', '141832.971000', '141832.974000', '141832.977000', '141832.980000', '141832.983000', '141832.986000', '141832.988000', '141832.991000', '141832.994000', '141832.997000', '141833.001000', '141833.004000', '141852.879000', '141852.889000', '141852.891000', '141852.894000', '141852.897000', '141852.900000', '141852.903000', '141852.906000', '141852.908000', '141852.911000', '141852.914000', '141852.917000', '141852.920000', '141852.923000', '141852.926000', '141852.929000', '141852.931000', '141852.934000', '141852.937000', '141852.940000', '141852.943000', '141852.946000', '141852.949000', '141852.952000', '141852.955000', '141852.957000', '141852.960000', '141852.963000', '141852.966000', '141852.969000', '141852.972000', '141852.975000', '141852.978000', '141852.980000', '141852.983000', '141852.986000', '141852.989000', '141852.992000', '141852.995000', '141852.998000', '141853.002000', '141853.005000', '141853.008000', '141912.879000', '141912.882000', '141912.885000', '141912.888000', '141912.891000', '141912.894000', '141912.897000', '141912.899000', '141912.902000', '141912.905000', '141912.908000', '141912.911000', '141912.914000', '141912.917000', '141912.920000', '141912.922000', '141912.925000', '141912.928000', '141912.931000', '141912.934000', '141912.937000', '141912.939000', '141912.942000', '141912.945000', '141912.948000', '141912.951000', '141912.954000', '141912.957000', '141912.960000', '141912.963000', '141912.966000', '141912.968000', '141912.971000', '141912.974000', '141912.977000', '141912.980000', '141912.983000', '141912.985000', '141912.988000', '141912.991000', '141912.994000', '141912.997000', '141913.001000', '141913.004000', '141932.880000', '141932.883000', '141932.886000', '141932.890000', '141932.893000', '141932.896000', '141932.899000', '141932.902000', '141932.905000', '141932.907000', '141932.910000', '141932.913000', '141932.916000', '141932.919000', '141932.922000', '141932.925000', '141932.928000', '141932.931000', '141932.934000', '141932.936000', '141932.939000', '141932.942000', '141932.945000', '141932.948000', '141932.951000', '141932.954000', '141932.960000', '141932.963000', '141932.966000', '141932.969000', '141932.972000', '141932.975000', '141932.978000', '141932.981000', '141932.984000', '141932.986000', '141932.989000', '141932.992000', '141932.995000', '141932.998000', '141933.001000', '141933.004000', '141933.007000', '141952.880000', '141952.883000', '141952.886000', '141952.889000', '141952.892000', '141952.895000', '141952.897000', '141952.900000', '141952.903000', '141952.906000', '141952.909000', '141952.912000', '141952.915000', '141952.918000', '141952.921000', '141952.923000', '141952.926000', '141952.929000', '141952.932000', '141952.935000', '141952.938000', '141952.941000', '141952.943000', '141952.946000', '141952.949000', '141952.952000', '141952.955000', '141952.958000', '141952.961000', '141952.964000', '141952.966000', '141952.969000', '141952.972000', '141952.975000', '141952.978000', '141952.981000', '141952.983000', '141952.986000', '141952.989000', '141952.992000', '141952.995000', '141952.998000', '141953.002000', '141953.005000', '142012.880000', '142012.883000', '142012.886000', '142012.889000', '142012.898000', '142012.901000', '142012.904000', '142012.907000', '142012.910000', '142012.912000', '142012.915000', '142012.918000', '142012.921000', '142012.924000', '142012.927000', '142012.930000', '142012.933000', '142012.935000', '142012.938000', '142012.941000', '142012.944000', '142012.947000', '142012.950000', '142012.953000', '142012.956000', '142012.958000', '142012.961000', '142012.964000', '142012.967000', '142012.970000', '142012.976000', '142012.979000', '142012.982000', '142012.985000', '142012.988000', '142012.991000', '142012.993000', '142012.996000', '142013.000000', '142013.003000', '142013.006000', '142013.009000', '142013.012000', '142032.880000', '142032.883000', '142032.886000', '142032.888000', '142032.892000', '142032.894000', '142032.897000', '142032.900000', '142032.903000', '142032.906000', '142032.909000', '142032.912000', '142032.915000', '142032.917000', '142032.920000', '142032.923000', '142032.926000', '142032.929000', '142032.932000', '142032.934000', '142032.937000', '142032.940000', '142032.958000', '142032.961000', '142032.964000', '142032.967000', '142032.970000', '142032.973000', '142032.976000', '142032.978000', '142032.981000', '142032.984000', '142032.987000', '142032.990000', '142032.993000', '142032.995000', '142032.998000', '142033.002000', '142033.005000', '142033.008000', '142033.011000', '142033.014000', '142033.016000', '142033.019000', '142052.880000', '142052.883000', '142052.886000', '142052.889000', '142052.892000', '142052.895000', '142052.898000', '142052.900000', '142052.903000', '142052.906000', '142052.909000', '142052.912000', '142052.915000', '142052.918000', '142052.921000', '142052.924000', '142052.928000', '142052.931000', '142052.934000', '142052.937000', '142052.939000', '142052.942000', '142052.945000', '142052.948000', '142052.951000', '142052.954000', '142052.957000', '142052.960000', '142052.962000', '142052.965000', '142052.968000', '142052.971000', '142052.974000', '142052.977000', '142052.980000', '142052.983000', '142052.986000', '142052.989000', '142052.992000', '142052.995000', '142052.998000', '142053.002000', '142053.005000', '142112.879000', '142112.882000', '142112.885000', '142112.893000', '142112.896000', '142112.899000', '142112.902000', '142112.905000', '142112.907000', '142112.910000', '142112.913000', '142112.916000', '142112.919000', '142112.922000', '142112.924000', '142112.927000', '142112.930000', '142112.933000', '142112.936000', '142112.939000', '142112.942000', '142112.945000', '142112.947000', '142112.950000', '142112.953000', '142112.956000', '142112.959000', '142112.962000', '142112.965000', '142112.967000', '142112.970000', '142112.973000', '142112.976000', '142112.979000', '142112.982000', '142112.985000', '142112.988000', '142112.990000', '142112.993000', '142112.996000', '142113.000000', '142113.003000', '142113.006000', '142113.009000', '142118.338000', '142118.341000', '142118.345000', '142118.348000', '142118.351000', '142118.354000', '142118.357000', '142118.361000', '142118.365000', '142118.368000', '142118.371000', '142118.374000'], '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': [9146, 11086, 9213, 8935, 9802, 8423, 10769, 8139, 11512, 8195, 11718, 8010, 11853, 8094, 11309, 8731, 10885, 9405, 11927, 9540, 10372, 9398, 10389, 8291, 10314, 8262, 10806, 7877, 11515, 8213, 11544, 8179, 11298, 8356, 11576, 8348, 11461, 8246, 8382, 9117, 8297, 11868, 8649, 8168, 10905, 9369, 12071, 9584, 12340, 9418, 11891, 9776, 11866, 10062, 11649, 9155, 11196, 8362, 10913, 8192, 10674, 8486, 11120, 8242, 11085, 8329, 10945, 8166, 11339, 8215, 11417, 8296, 11603, 8437, 11620, 8413, 11414, 8655, 11293, 9182, 12302, 8732, 11838, 8675, 11953, 8887, 11648, 9425, 11313, 8362, 8580, 8272, 8865, 9284, 9994, 9580, 10347, 9935, 8745, 9625, 9396, 10227, 9294, 10574, 9405, 10921, 8533, 10749, 9016, 10786, 9348, 10558, 9560, 10145, 8413, 10310, 8496, 11388, 8271, 11284, 8840, 8436, 11298, 8082, 12561, 8914, 12337, 8576, 11950, 9067, 11931, 9459, 11994, 8857, 11819, 8618, 12145, 8344, 11456, 8642, 11234, 8637, 11077, 8443, 11018, 8146, 10664, 8109, 10764, 8199, 11036, 8192, 11430, 8368, 11212, 8211, 11302, 8222, 11557, 8219, 11513, 8137, 11513, 8973, 12002, 10562, 11988, 9651, 10571, 8413, 10089, 8203, 9749, 8806, 9965, 8303, 9606, 8066, 9609, 9702, 8929, 13724, 8844, 13270, 9661, 11951, 8572, 11145, 8356, 11119, 8165, 10672, 8679, 10378, 8395, 9666, 8372, 9683, 8326, 10368, 8218, 9901, 8336, 10090, 8574, 9753, 9231, 10286, 8295, 10222, 8566, 10020, 8895, 9834, 10666, 9627, 10771, 8962, 11783, 8267, 13640, 8609, 12179, 9262, 12244, 8659, 12236, 8405, 12080, 8468, 11535, 8475, 11328, 8474, 11406, 8213, 10768, 8439, 9959, 9910, 8909, 10805, 7879, 12695, 8152, 12375, 8307, 11332, 8492, 11391, 8226, 11296, 8380, 11428, 8121, 11436, 8191, 11019, 8156, 10866, 8330, 10189, 8882, 9707, 9218, 9294, 7970, 8403, 8164, 9076, 9778, 9125, 9800, 9390, 9197, 8400, 9663, 8734, 10177, 9388, 8235, 9671, 8888, 9888, 9490, 9159, 8788, 10185, 7986, 10519, 8018, 11490, 8023, 11639, 8321, 11577, 7894, 9359, 8622, 8917, 10791, 8449, 13628, 10089, 8624, 10926, 9173, 9124, 11956, 9673, 12101, 10534, 9688, 10627, 9571, 10505, 9672, 8247, 9116, 8691, 9376, 8525, 9634, 8278, 11156, 8303, 11357, 8378, 11581, 8367, 11469, 8134, 11535, 8361, 11483, 8412, 11497, 8152, 11443, 8636, 11322, 8248, 10624, 8731, 10226, 8543, 10635, 9685, 10804, 8483, 10317, 8693, 10338, 9095, 9235, 9788, 9438, 8834, 9935, 8369, 10662, 8328, 11713, 8126, 11913, 8352, 11727, 8110, 11425, 8597, 11559, 9600, 11392, 9959, 11295, 8661, 10647, 8559, 10055, 8909, 9587, 10572, 9319, 10045, 8252, 9595, 8056, 9454, 8264, 8932, 9493, 8438, 9870, 8464, 10748, 8329, 11476, 8722, 12672, 7934, 11899, 8439, 12029, 8619, 11848, 9347, 12287, 8132, 11354, 8102, 10887, 8539, 11031, 8218, 11728, 8152, 9878, 8209, 9100, 8567, 9662, 9797, 8612, 10206, 8405, 10425, 8626, 11054, 9227, 12125, 8445, 11907, 8381, 11709, 8386, 12043, 8428, 11706, 8719, 11811, 8507, 11770, 8649, 11789, 8721, 11593, 8521, 11469, 8844, 11450, 8325, 8644, 7775, 8066, 9202, 8761, 10854, 8352, 10701, 8192, 11213, 8981, 10423, 9156, 11333, 8329, 11826, 7973, 11911, 8218, 12525, 8280, 9079, 9205, 8208, 10517, 8765, 10485, 9323, 11069, 9988, 10561, 8871, 11425, 8927, 11693, 8290, 11784, 8181, 12013, 8339, 12543, 8517, 12763, 8610, 11850, 8414, 11703, 8459, 11455, 8459, 11774, 8317, 11201, 8307, 10376, 8382, 11092, 8108, 12091, 8103, 12879, 8452, 11808, 8762, 11486, 8189, 11338, 8333, 11274, 7989, 10912, 8114, 12277, 8480, 8325, 11068, 8283, 10735, 9213, 8258, 12436, 9241, 13067, 9945, 13519, 10998, 12136, 9497, 12123, 8680, 13681, 9151, 13309, 8867, 11273, 8299, 8498, 7826, 8042, 8153, 8227, 8042, 8307, 8457, 9036, 10474, 8319, 10351, 8174, 9246, 8094, 10213, 8110, 12226, 8212, 12136, 7968, 11821, 8863, 12149, 10916, 11387, 9201, 10562, 9112, 9701, 8932, 8785, 8925, 9726, 7766, 9318, 7889, 9337, 8025, 9217, 7971, 10049, 8372, 10124, 8133, 10666, 8649, 10431, 10620, 9964, 11179, 8370, 13230, 8465, 13615, 9367, 10986, 8465, 9451, 8715, 9965, 8863, 11104, 9427, 10182, 9692, 8764, 9376, 9574, 9920, 11514, 9619, 11794, 9636, 11625, 8260, 12899, 8126, 13329, 8346, 12833, 8822, 11473, 8154, 11705, 8247, 11791, 8275, 11839, 9189, 9653, 8618, 9270, 8939, 10986, 9084, 12078, 9520, 9701, 9201, 8360, 8753, 8658, 8838, 10540, 9673, 9962, 9947, 8017, 9990, 8222, 11004, 8466, 11705, 8333, 12182, 7966, 12232, 8395, 12241, 8383, 11683, 9214, 12656, 8336, 12097, 8456, 12804, 8545, 12264, 8906, 8707, 8100, 7947, 8994, 7953, 9980, 8635, 11532, 8456, 11901, 8171, 12078, 8387, 12286, 8490, 11752, 8296, 11550, 8345, 12095, 8178, 11969, 7980, 11657, 7998, 11706, 8155, 11785, 8052, 11650, 8288, 11884, 8406, 11924, 8698, 12659, 8545, 12466, 8418, 12468, 8435, 12334, 8602, 12617, 8332, 12221, 8093, 12436, 8674, 11573, 8323, 11129, 8402, 10835, 8270, 10870, 9032, 8556, 8902, 8259, 9437, 8568, 10073, 8585, 11515, 7894, 11674, 8127, 11987, 8055, 11357, 8296, 11573, 8108, 11480, 7775, 11361, 8119, 11221, 8427, 10949, 8542, 11739, 8338, 8738, 8242, 11829, 8402, 12369, 8211, 11050, 8095, 9339, 9951, 8263, 13779, 8676, 12462, 8396, 11545, 8116, 11586, 7950, 11446, 8214, 11323, 8158, 11530, 8260, 11605, 7923, 11594, 8597, 11432, 8259, 11473, 8127, 11414, 8442, 10792, 8724, 10691, 8081, 10137, 8071, 10141, 8420, 10222, 8284, 9888, 7977, 9376, 7835, 9387, 8292, 10003, 7858, 9640, 8877, 8841, 10697, 8321, 12135, 8711, 10577, 8148, 11188, 8098, 11410, 8223, 11194, 8473, 9325, 8339, 9612, 8305, 10673, 8374, 11866, 8601, 11938, 8810, 12372, 8132, 12727, 8296, 11909, 8630, 11538, 8332, 11565, 8010, 11010, 7641, 10935, 7655, 10640, 7814, 10716, 7560, 10812, 7481, 11454, 7664, 11523, 7623, 11242, 7634, 11257, 7640, 11362, 7856, 11483, 7786], 'WindowCenter': [4545.0, 4539.0, 4515.0, 4502.0, 4512.0, 4490.0, 4508.0, 4490.0, 4509.0, 4490.0, 4518.0, 4480.0, 4520.0, 4479.0, 4508.0, 4488.0, 4498.0, 4486.0, 4506.0, 4487.0, 4496.0, 4485.0, 4496.0, 4475.0, 4496.0, 4477.0, 4505.0, 4478.0, 4507.0, 4487.0, 4518.0, 4490.0, 4520.0, 4502.0, 4520.0, 4503.0, 4521.0, 4504.0, 4502.0, 4512.0, 4503.0, 4532.0, 4514.0, 4516.0, 4537.0, 4515.0, 4534.0, 4512.0, 4520.0, 4500.0, 4508.0, 4498.0, 4508.0, 4496.0, 4507.0, 4486.0, 4492.0, 4474.0, 4495.0, 4477.0, 4497.0, 4487.0, 4507.0, 4477.0, 4506.0, 4488.0, 4507.0, 4489.0, 4519.0, 4503.0, 4532.0, 4504.0, 4521.0, 4492.0, 4519.0, 4491.0, 4520.0, 4503.0, 4521.0, 4502.0, 4519.0, 4490.0, 4508.0, 4490.0, 4508.0, 4500.0, 4521.0, 4502.0, 4506.0, 4490.0, 4488.0, 4489.0, 4488.0, 4498.0, 4510.0, 4501.0, 4509.0, 4501.0, 4487.0, 4497.0, 4486.0, 4497.0, 4498.0, 4497.0, 4489.0, 4508.0, 4477.0, 4496.0, 4486.0, 4508.0, 4486.0, 4497.0, 4486.0, 4495.0, 4474.0, 4484.0, 4471.0, 4506.0, 4477.0, 4507.0, 4499.0, 4491.0, 4520.0, 4489.0, 4518.0, 4487.0, 4504.0, 4477.0, 4505.0, 4486.0, 4495.0, 4485.0, 4493.0, 4475.0, 4492.0, 4475.0, 4491.0, 4473.0, 4493.0, 4476.0, 4495.0, 4487.0, 4505.0, 4476.0, 4495.0, 4477.0, 4496.0, 4478.0, 4507.0, 4489.0, 4508.0, 4487.0, 4520.0, 4491.0, 4520.0, 4502.0, 4519.0, 4490.0, 4521.0, 4490.0, 4508.0, 4479.0, 4508.0, 4489.0, 4520.0, 4509.0, 4507.0, 4486.0, 4496.0, 4475.0, 4497.0, 4476.0, 4498.0, 4499.0, 4498.0, 4487.0, 4500.0, 4479.0, 4499.0, 4497.0, 4488.0, 4518.0, 4489.0, 4517.0, 4497.0, 4495.0, 4474.0, 4493.0, 4474.0, 4494.0, 4475.0, 4495.0, 4472.0, 4494.0, 4474.0, 4486.0, 4476.0, 4497.0, 4488.0, 4509.0, 4488.0, 4498.0, 4489.0, 4509.0, 4501.0, 4500.0, 4499.0, 4509.0, 4488.0, 4499.0, 4487.0, 4499.0, 4487.0, 4500.0, 4508.0, 4498.0, 4497.0, 4487.0, 4505.0, 4475.0, 4513.0, 4477.0, 4504.0, 4487.0, 4504.0, 4475.0, 4504.0, 4475.0, 4506.0, 4477.0, 4506.0, 4476.0, 4508.0, 4478.0, 4505.0, 4477.0, 4497.0, 4477.0, 4496.0, 4481.0, 4475.0, 4494.0, 4466.0, 4503.0, 4477.0, 4503.0, 4477.0, 4506.0, 4488.0, 4507.0, 4478.0, 4504.0, 4487.0, 4507.0, 4479.0, 4508.0, 4478.0, 4498.0, 4478.0, 4498.0, 4476.0, 4498.0, 4485.0, 4489.0, 4487.0, 4486.0, 4476.0, 4475.0, 4476.0, 4490.0, 4497.0, 4499.0, 4499.0, 4499.0, 4488.0, 4477.0, 4488.0, 4490.0, 4498.0, 4488.0, 4478.0, 4487.0, 4476.0, 4487.0, 4488.0, 4487.0, 4478.0, 4498.0, 4478.0, 4496.0, 4475.0, 4519.0, 4490.0, 4510.0, 4488.0, 4519.0, 4490.0, 4498.0, 4503.0, 4500.0, 4511.0, 4504.0, 4544.0, 4514.0, 4513.0, 4523.0, 4498.0, 4499.0, 4522.0, 4498.0, 4509.0, 4497.0, 4487.0, 4495.0, 4486.0, 4483.0, 4484.0, 4463.0, 4474.0, 4472.0, 4474.0, 4486.0, 4497.0, 4476.0, 4508.0, 4479.0, 4507.0, 4489.0, 4518.0, 4492.0, 4520.0, 4482.0, 4507.0, 4490.0, 4509.0, 4489.0, 4508.0, 4492.0, 4520.0, 4492.0, 4510.0, 4489.0, 4508.0, 4488.0, 4499.0, 4490.0, 4512.0, 4500.0, 4508.0, 4489.0, 4507.0, 4489.0, 4499.0, 4500.0, 4502.0, 4524.0, 4513.0, 4500.0, 4499.0, 4489.0, 4508.0, 4488.0, 4520.0, 4504.0, 4522.0, 4491.0, 4520.0, 4478.0, 4509.0, 4489.0, 4507.0, 4498.0, 4508.0, 4494.0, 4497.0, 4475.0, 4495.0, 4475.0, 4483.0, 4473.0, 4487.0, 4495.0, 4486.0, 4482.0, 4462.0, 4483.0, 4462.0, 4486.0, 4478.0, 4486.0, 4498.0, 4478.0, 4496.0, 4476.0, 4506.0, 4489.0, 4509.0, 4486.0, 4520.0, 4477.0, 4506.0, 4476.0, 4502.0, 4475.0, 4507.0, 4485.0, 4505.0, 4464.0, 4492.0, 4475.0, 4506.0, 4489.0, 4506.0, 4477.0, 4505.0, 4474.0, 4495.0, 4476.0, 4486.0, 4488.0, 4499.0, 4499.0, 4487.0, 4498.0, 4476.0, 4497.0, 4477.0, 4507.0, 4498.0, 4518.0, 4478.0, 4504.0, 4488.0, 4506.0, 4476.0, 4506.0, 4476.0, 4495.0, 4476.0, 4506.0, 4475.0, 4503.0, 4476.0, 4503.0, 4476.0, 4504.0, 4478.0, 4505.0, 4486.0, 4504.0, 4476.0, 4473.0, 4464.0, 4478.0, 4497.0, 4486.0, 4507.0, 4489.0, 4508.0, 4489.0, 4509.0, 4503.0, 4510.0, 4498.0, 4519.0, 4492.0, 4518.0, 4478.0, 4506.0, 4489.0, 4531.0, 4490.0, 4502.0, 4502.0, 4490.0, 4510.0, 4488.0, 4512.0, 4501.0, 4509.0, 4499.0, 4498.0, 4488.0, 4506.0, 4484.0, 4506.0, 4487.0, 4505.0, 4477.0, 4505.0, 4476.0, 4504.0, 4474.0, 4504.0, 4477.0, 4504.0, 4478.0, 4508.0, 4477.0, 4495.0, 4476.0, 4490.0, 4475.0, 4495.0, 4488.0, 4509.0, 4490.0, 4522.0, 4492.0, 4520.0, 4491.0, 4520.0, 4490.0, 4519.0, 4490.0, 4509.0, 4487.0, 4507.0, 4488.0, 4507.0, 4477.0, 4510.0, 4489.0, 4519.0, 4502.0, 4500.0, 4522.0, 4507.0, 4521.0, 4513.0, 4504.0, 4533.0, 4513.0, 4533.0, 4513.0, 4531.0, 4510.0, 4506.0, 4488.0, 4506.0, 4477.0, 4504.0, 4474.0, 4514.0, 4476.0, 4494.0, 4474.0, 4473.0, 4464.0, 4474.0, 4477.0, 4487.0, 4488.0, 4489.0, 4490.0, 4500.0, 4514.0, 4488.0, 4500.0, 4487.0, 4489.0, 4492.0, 4512.0, 4492.0, 4533.0, 4501.0, 4531.0, 4492.0, 4520.0, 4501.0, 4522.0, 4512.0, 4511.0, 4490.0, 4498.0, 4487.0, 4499.0, 4488.0, 4488.0, 4489.0, 4500.0, 4477.0, 4497.0, 4478.0, 4496.0, 4488.0, 4499.0, 4492.0, 4512.0, 4490.0, 4510.0, 4490.0, 4511.0, 4502.0, 4512.0, 4522.0, 4512.0, 4511.0, 4490.0, 4531.0, 4489.0, 4527.0, 4489.0, 4505.0, 4488.0, 4497.0, 4488.0, 4495.0, 4491.0, 4506.0, 4489.0, 4496.0, 4496.0, 4487.0, 4486.0, 4485.0, 4496.0, 4506.0, 4487.0, 4507.0, 4486.0, 4494.0, 4475.0, 4503.0, 4465.0, 4504.0, 4477.0, 4504.0, 4488.0, 4504.0, 4479.0, 4505.0, 4476.0, 4507.0, 4477.0, 4509.0, 4499.0, 4488.0, 4487.0, 4489.0, 4488.0, 4494.0, 4490.0, 4508.0, 4485.0, 4486.0, 4487.0, 4474.0, 4489.0, 4488.0, 4489.0, 4510.0, 4498.0, 4495.0, 4497.0, 4477.0, 4499.0, 4489.0, 4523.0, 4490.0, 4519.0, 4489.0, 4506.0, 4479.0, 4506.0, 4477.0, 4519.0, 4489.0, 4505.0, 4489.0, 4504.0, 4477.0, 4506.0, 4477.0, 4518.0, 4489.0, 4518.0, 4488.0, 4487.0, 4478.0, 4476.0, 4484.0, 4489.0, 4499.0, 4489.0, 4510.0, 4488.0, 4507.0, 4478.0, 4508.0, 4476.0, 4508.0, 4485.0, 4508.0, 4475.0, 4495.0, 4476.0, 4503.0, 4476.0, 4504.0, 4468.0, 4495.0, 4477.0, 4495.0, 4479.0, 4506.0, 4476.0, 4493.0, 4475.0, 4505.0, 4478.0, 4507.0, 4489.0, 4517.0, 4490.0, 4507.0, 4478.0, 4517.0, 4490.0, 4517.0, 4491.0, 4519.0, 4489.0, 4519.0, 4492.0, 4531.0, 4502.0, 4510.0, 4489.0, 4506.0, 4489.0, 4509.0, 4491.0, 4509.0, 4490.0, 4488.0, 4487.0, 4478.0, 4489.0, 4489.0, 4500.0, 4485.0, 4522.0, 4479.0, 4509.0, 4478.0, 4507.0, 4490.0, 4509.0, 4475.0, 4509.0, 4476.0, 4507.0, 4467.0, 4507.0, 4480.0, 4508.0, 4500.0, 4507.0, 4489.0, 4505.0, 4475.0, 4485.0, 4489.0, 4507.0, 4490.0, 4518.0, 4476.0, 4509.0, 4465.0, 4487.0, 4484.0, 4477.0, 4515.0, 4476.0, 4493.0, 4464.0, 4491.0, 4462.0, 4493.0, 4464.0, 4490.0, 4466.0, 4493.0, 4464.0, 4491.0, 4459.0, 4493.0, 4465.0, 4491.0, 4473.0, 4492.0, 4462.0, 4479.0, 4451.0, 4481.0, 4465.0, 4480.0, 4462.0, 4480.0, 4450.0, 4481.0, 4461.0, 4481.0, 4461.0, 4484.0, 4462.0, 4483.0, 4461.0, 4472.0, 4463.0, 4486.0, 4474.0, 4485.0, 4466.0, 4483.0, 4472.0, 4475.0, 4497.0, 4477.0, 4503.0, 4477.0, 4493.0, 4467.0, 4496.0, 4477.0, 4505.0, 4477.0, 4506.0, 4489.0, 4496.0, 4473.0, 4497.0, 4489.0, 4498.0, 4489.0, 4517.0, 4486.0, 4506.0, 4487.0, 4506.0, 4479.0, 4514.0, 4476.0, 4503.0, 4476.0, 4493.0, 4475.0, 4491.0, 4465.0, 4495.0, 4466.0, 4495.0, 4477.0, 4498.0, 4477.0, 4497.0, 4478.0, 4509.0, 4477.0, 4518.0, 4480.0, 4508.0, 4481.0, 4509.0, 4481.0, 4507.0, 4479.0, 4510.0, 4481.0, 4518.0, 4479.0], 'WindowWidth': [10004.0, 9984.0, 9943.0, 9920.0, 9931.0, 9898.0, 9919.0, 9896.0, 9921.0, 9898.0, 9934.0, 9884.0, 9937.0, 9879.0, 9918.0, 9889.0, 9903.0, 9885.0, 9912.0, 9886.0, 9897.0, 9881.0, 9897.0, 9869.0, 9896.0, 9872.0, 9910.0, 9879.0, 9916.0, 9892.0, 9932.0, 9897.0, 9935.0, 9917.0, 9939.0, 9922.0, 9943.0, 9925.0, 9916.0, 9933.0, 9920.0, 9960.0, 9939.0, 9944.0, 9974.0, 9939.0, 9966.0, 9929.0, 9939.0, 9908.0, 9919.0, 9904.0, 9916.0, 9898.0, 9912.0, 9883.0, 9888.0, 9866.0, 9896.0, 9876.0, 9902.0, 9889.0, 9914.0, 9876.0, 9912.0, 9892.0, 9916.0, 9895.0, 9935.0, 9921.0, 9959.0, 9923.0, 9942.0, 9905.0, 9936.0, 9902.0, 9937.0, 9920.0, 9943.0, 9918.0, 9933.0, 9896.0, 9917.0, 9896.0, 9918.0, 9911.0, 9942.0, 9918.0, 9917.0, 9897.0, 9893.0, 9894.0, 9890.0, 9907.0, 9926.0, 9913.0, 9922.0, 9914.0, 9889.0, 9902.0, 9886.0, 9902.0, 9906.0, 9902.0, 9894.0, 9918.0, 9875.0, 9898.0, 9885.0, 9917.0, 9886.0, 9900.0, 9884.0, 9894.0, 9865.0, 9876.0, 9857.0, 9909.0, 9873.0, 9916.0, 9908.0, 9901.0, 9939.0, 9896.0, 9933.0, 9890.0, 9909.0, 9875.0, 9910.0, 9885.0, 9895.0, 9882.0, 9889.0, 9867.0, 9885.0, 9866.0, 9884.0, 9864.0, 9890.0, 9872.0, 9895.0, 9889.0, 9909.0, 9874.0, 9896.0, 9875.0, 9898.0, 9879.0, 9916.0, 9895.0, 9918.0, 9891.0, 9937.0, 9900.0, 9937.0, 9920.0, 9937.0, 9899.0, 9939.0, 9898.0, 9918.0, 9881.0, 9918.0, 9894.0, 9937.0, 9921.0, 9916.0, 9886.0, 9897.0, 9870.0, 9898.0, 9873.0, 9905.0, 9908.0, 9906.0, 9888.0, 9908.0, 9879.0, 9908.0, 9903.0, 9893.0, 9933.0, 9893.0, 9929.0, 9902.0, 9894.0, 9865.0, 9888.0, 9866.0, 9891.0, 9871.0, 9895.0, 9863.0, 9894.0, 9865.0, 9883.0, 9874.0, 9902.0, 9892.0, 9921.0, 9893.0, 9907.0, 9895.0, 9922.0, 9917.0, 9912.0, 9908.0, 9923.0, 9891.0, 9906.0, 9890.0, 9906.0, 9889.0, 9909.0, 9918.0, 9905.0, 9900.0, 9886.0, 9910.0, 9869.0, 9918.0, 9872.0, 9907.0, 9886.0, 9907.0, 9868.0, 9904.0, 9869.0, 9911.0, 9875.0, 9912.0, 9874.0, 9916.0, 9878.0, 9910.0, 9873.0, 9899.0, 9874.0, 9898.0, 9872.0, 9868.0, 9891.0, 9855.0, 9902.0, 9872.0, 9906.0, 9875.0, 9911.0, 9891.0, 9913.0, 9878.0, 9908.0, 9890.0, 9915.0, 9881.0, 9916.0, 9877.0, 9901.0, 9875.0, 9902.0, 9871.0, 9902.0, 9885.0, 9890.0, 9885.0, 9884.0, 9871.0, 9870.0, 9871.0, 9893.0, 9901.0, 9907.0, 9908.0, 9906.0, 9892.0, 9874.0, 9888.0, 9895.0, 9903.0, 9891.0, 9874.0, 9886.0, 9869.0, 9885.0, 9889.0, 9885.0, 9874.0, 9902.0, 9875.0, 9898.0, 9869.0, 9934.0, 9898.0, 9921.0, 9894.0, 9934.0, 9897.0, 9906.0, 9918.0, 9910.0, 9927.0, 9923.0, 9976.0, 9934.0, 9936.0, 9945.0, 9908.0, 9907.0, 9939.0, 9903.0, 9920.0, 9899.0, 9885.0, 9895.0, 9884.0, 9876.0, 9878.0, 9848.0, 9862.0, 9858.0, 9863.0, 9886.0, 9900.0, 9873.0, 9917.0, 9879.0, 9914.0, 9892.0, 9930.0, 9903.0, 9937.0, 9887.0, 9915.0, 9895.0, 9919.0, 9894.0, 9916.0, 9900.0, 9937.0, 9902.0, 9923.0, 9894.0, 9917.0, 9891.0, 9905.0, 9897.0, 9928.0, 9910.0, 9920.0, 9894.0, 9916.0, 9893.0, 9908.0, 9911.0, 9917.0, 9951.0, 9934.0, 9910.0, 9908.0, 9893.0, 9918.0, 9893.0, 9938.0, 9925.0, 9943.0, 9902.0, 9936.0, 9879.0, 9919.0, 9890.0, 9915.0, 9905.0, 9916.0, 9895.0, 9900.0, 9867.0, 9895.0, 9867.0, 9877.0, 9864.0, 9885.0, 9896.0, 9883.0, 9873.0, 9847.0, 9873.0, 9848.0, 9885.0, 9877.0, 9885.0, 9905.0, 9876.0, 9898.0, 9872.0, 9913.0, 9895.0, 9921.0, 9888.0, 9935.0, 9875.0, 9911.0, 9872.0, 9904.0, 9872.0, 9913.0, 9883.0, 9908.0, 9852.0, 9887.0, 9869.0, 9913.0, 9897.0, 9912.0, 9875.0, 9909.0, 9869.0, 9895.0, 9873.0, 9885.0, 9894.0, 9907.0, 9908.0, 9889.0, 9902.0, 9872.0, 9899.0, 9875.0, 9914.0, 9903.0, 9933.0, 9877.0, 9907.0, 9891.0, 9910.0, 9872.0, 9911.0, 9873.0, 9894.0, 9871.0, 9908.0, 9868.0, 9902.0, 9871.0, 9904.0, 9871.0, 9907.0, 9877.0, 9909.0, 9887.0, 9906.0, 9871.0, 9864.0, 9855.0, 9879.0, 9904.0, 9888.0, 9919.0, 9893.0, 9918.0, 9892.0, 9922.0, 9920.0, 9923.0, 9905.0, 9936.0, 9903.0, 9931.0, 9879.0, 9914.0, 9897.0, 9954.0, 9900.0, 9916.0, 9916.0, 9898.0, 9924.0, 9893.0, 9929.0, 9916.0, 9922.0, 9905.0, 9904.0, 9889.0, 9911.0, 9881.0, 9910.0, 9890.0, 9910.0, 9876.0, 9911.0, 9871.0, 9905.0, 9867.0, 9905.0, 9874.0, 9906.0, 9876.0, 9917.0, 9875.0, 9894.0, 9871.0, 9884.0, 9869.0, 9896.0, 9892.0, 9922.0, 9900.0, 9942.0, 9903.0, 9938.0, 9898.0, 9937.0, 9897.0, 9935.0, 9899.0, 9921.0, 9890.0, 9915.0, 9892.0, 9914.0, 9875.0, 9923.0, 9894.0, 9937.0, 9916.0, 9913.0, 9946.0, 9929.0, 9941.0, 9933.0, 9923.0, 9962.0, 9936.0, 9960.0, 9934.0, 9957.0, 9922.0, 9912.0, 9889.0, 9911.0, 9871.0, 9905.0, 9865.0, 9921.0, 9870.0, 9890.0, 9865.0, 9860.0, 9852.0, 9865.0, 9874.0, 9889.0, 9891.0, 9893.0, 9899.0, 9909.0, 9932.0, 9892.0, 9908.0, 9889.0, 9893.0, 9901.0, 9930.0, 9906.0, 9961.0, 9917.0, 9955.0, 9903.0, 9938.0, 9916.0, 9943.0, 9927.0, 9926.0, 9895.0, 9903.0, 9887.0, 9904.0, 9892.0, 9894.0, 9892.0, 9908.0, 9874.0, 9901.0, 9876.0, 9900.0, 9892.0, 9909.0, 9902.0, 9930.0, 9898.0, 9924.0, 9899.0, 9928.0, 9918.0, 9931.0, 9944.0, 9929.0, 9926.0, 9897.0, 9953.0, 9895.0, 9943.0, 9894.0, 9913.0, 9890.0, 9900.0, 9890.0, 9897.0, 9897.0, 9915.0, 9893.0, 9898.0, 9898.0, 9887.0, 9885.0, 9882.0, 9897.0, 9911.0, 9886.0, 9912.0, 9884.0, 9890.0, 9867.0, 9903.0, 9854.0, 9905.0, 9873.0, 9907.0, 9888.0, 9907.0, 9876.0, 9907.0, 9872.0, 9913.0, 9876.0, 9918.0, 9907.0, 9887.0, 9887.0, 9891.0, 9888.0, 9893.0, 9893.0, 9917.0, 9883.0, 9883.0, 9884.0, 9866.0, 9891.0, 9891.0, 9894.0, 9922.0, 9905.0, 9898.0, 9901.0, 9876.0, 9904.0, 9891.0, 9946.0, 9897.0, 9935.0, 9892.0, 9913.0, 9878.0, 9911.0, 9873.0, 9935.0, 9895.0, 9910.0, 9893.0, 9907.0, 9873.0, 9909.0, 9874.0, 9930.0, 9893.0, 9930.0, 9890.0, 9887.0, 9875.0, 9872.0, 9882.0, 9893.0, 9907.0, 9892.0, 9923.0, 9889.0, 9914.0, 9876.0, 9915.0, 9871.0, 9915.0, 9884.0, 9914.0, 9870.0, 9893.0, 9870.0, 9901.0, 9868.0, 9904.0, 9860.0, 9894.0, 9872.0, 9894.0, 9877.0, 9910.0, 9871.0, 9889.0, 9869.0, 9908.0, 9877.0, 9913.0, 9894.0, 9926.0, 9893.0, 9912.0, 9878.0, 9929.0, 9897.0, 9928.0, 9897.0, 9931.0, 9893.0, 9933.0, 9901.0, 9952.0, 9915.0, 9922.0, 9893.0, 9914.0, 9893.0, 9919.0, 9898.0, 9920.0, 9896.0, 9890.0, 9888.0, 9877.0, 9891.0, 9894.0, 9910.0, 9886.0, 9940.0, 9880.0, 9919.0, 9877.0, 9916.0, 9899.0, 9920.0, 9871.0, 9920.0, 9872.0, 9912.0, 9860.0, 9913.0, 9883.0, 9918.0, 9916.0, 9918.0, 9896.0, 9909.0, 9868.0, 9882.0, 9891.0, 9913.0, 9897.0, 9930.0, 9873.0, 9919.0, 9854.0, 9886.0, 9879.0, 9874.0, 9922.0, 9870.0, 9888.0, 9850.0, 9882.0, 9847.0, 9886.0, 9852.0, 9883.0, 9857.0, 9889.0, 9850.0, 9882.0, 9841.0, 9886.0, 9853.0, 9883.0, 9863.0, 9884.0, 9844.0, 9864.0, 9830.0, 9869.0, 9851.0, 9867.0, 9844.0, 9866.0, 9825.0, 9869.0, 9842.0, 9869.0, 9845.0, 9875.0, 9844.0, 9873.0, 9843.0, 9858.0, 9851.0, 9884.0, 9866.0, 9882.0, 9855.0, 9876.0, 9858.0, 9867.0, 9898.0, 9872.0, 9904.0, 9873.0, 9890.0, 9858.0, 9895.0, 9871.0, 9909.0, 9874.0, 9912.0, 9894.0, 9900.0, 9867.0, 9901.0, 9892.0, 9902.0, 9892.0, 9930.0, 9887.0, 9912.0, 9887.0, 9910.0, 9881.0, 9922.0, 9871.0, 9904.0, 9871.0, 9890.0, 9868.0, 9884.0, 9854.0, 9891.0, 9858.0, 9894.0, 9876.0, 9903.0, 9876.0, 9901.0, 9878.0, 9919.0, 9878.0, 9931.0, 9884.0, 9920.0, 9884.0, 9920.0, 9883.0, 9913.0, 9880.0, 9923.0, 9884.0, 9933.0, 9881.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.0007576923076923077</td></tr>
<tr><td colspan=3>aqi</td><td>0.025520848450057407</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.9160389515977</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2530927474597702</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0009126964137922</td></tr>
<tr><td colspan=3>efc</td><td>0.4824</td></tr>
<tr><td colspan=3>fber</td><td>8230.1299</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09556837924868548</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.970149253731344</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.332143911839416</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.268846764088296</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5536961209333215</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1738888504966303</td></tr>
<tr><td colspan=3>gcor</td><td>0.00932711</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012573257088661194</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03928849846124649</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.161899085982751</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.8599</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7118</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.4935</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295395.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>899.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.4845</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0943</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.0862</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3694.7997</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.0207</td></tr>
<tr><td colspan=3>tsnr</td><td>41.562402492854744</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>