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

<script>
var timestamp = Date.now()

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:23:55.972500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99971, 0.00475741, 0.0236088, -0.00401315, 0.999497, -0.0314728]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100322</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7749, -7250, 613, -58, -182, 40, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.307</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d88d44f6-b112-4886-ae8d-29aa766c36db||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821486949920654, -0.010766974650323391, 0.06411605328321457, 112.11647033691406], [-0.012763788923621178, 2.6815762519836426, -0.08469603955745697, -81.9780044555664], [0.06334080547094345, 0.08443916589021683, 2.697909355163574, -77.32073974609375], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['112355.972500', '112356.432500', '112356.892500', '112357.352500', '112357.812500', '112358.272500', '112358.732500', '112359.192500', '112359.652500', '112400.112500', '112400.572500', '112401.032500', '112401.492500', '112401.952500', '112402.412500', '112402.872500', '112403.332500', '112403.792500', '112404.252500', '112404.712500', '112405.172500', '112405.632500', '112406.092500', '112406.552500', '112407.012500', '112407.472500', '112407.932500', '112408.392500', '112408.852500', '112409.312500', '112409.772500', '112410.232500', '112410.692500', '112411.152500', '112411.612500', '112412.072500', '112412.532500', '112412.992500', '112413.452500', '112413.912500', '112414.372500', '112414.832500', '112415.292500', '112415.752500', '112416.212500', '112416.672500', '112417.132500', '112417.592500', '112418.052500', '112418.512500', '112418.972500', '112419.432500', '112419.892500', '112420.352500', '112420.812500', '112421.272500', '112421.732500', '112422.192500', '112422.652500', '112423.112500', '112423.572500', '112424.032500', '112424.492500', '112424.952500', '112425.412500', '112425.872500', '112426.332500', '112426.792500', '112427.252500', '112427.712500', '112428.172500', '112428.632500', '112429.092500', '112429.552500', '112430.012500', '112430.472500', '112430.932500', '112431.392500', '112431.852500', '112432.312500', '112432.772500', '112433.232500', '112433.692500', '112434.152500', '112434.612500', '112435.072500', '112435.532500', '112435.992500', '112436.452500', '112436.912500', '112437.372500', '112437.832500', '112438.292500', '112438.752500', '112439.212500', '112439.672500', '112440.132500', '112440.592500', '112441.052500', '112441.512500', '112441.972500', '112442.432500', '112442.892500', '112443.352500', '112443.812500', '112444.272500', '112444.732500', '112445.192500', '112445.652500', '112446.112500', '112446.572500', '112447.032500', '112447.492500', '112447.952500', '112448.412500', '112448.872500', '112449.332500', '112449.792500', '112450.252500', '112450.712500', '112451.172500', '112451.632500', '112452.092500', '112452.552500', '112453.012500', '112453.472500', '112453.932500', '112454.392500', '112454.852500', '112455.312500', '112455.772500', '112456.232500', '112456.692500', '112457.152500', '112457.612500', '112458.072500', '112458.532500', '112458.992500', '112459.452500', '112459.912500', '112500.372500', '112500.832500', '112501.292500', '112501.752500', '112502.212500', '112502.672500', '112503.132500', '112503.592500', '112504.052500', '112504.512500', '112504.972500', '112505.432500', '112505.892500', '112506.352500', '112506.812500', '112507.272500', '112507.732500', '112508.192500', '112508.652500', '112509.112500', '112509.572500', '112510.032500', '112510.492500', '112510.952500', '112511.412500', '112511.872500', '112512.332500', '112512.792500', '112513.252500', '112513.712500', '112514.172500', '112514.632500', '112515.092500', '112515.552500', '112516.012500', '112516.472500', '112516.932500', '112517.392500', '112517.852500', '112518.312500', '112518.772500', '112519.232500', '112519.692500', '112520.152500', '112520.612500', '112521.072500', '112521.532500', '112521.992500', '112522.452500', '112522.912500', '112523.372500', '112523.832500', '112524.292500', '112524.752500', '112525.212500', '112525.672500', '112526.132500', '112526.592500', '112527.052500', '112527.512500', '112527.972500', '112528.432500', '112528.892500', '112529.352500', '112529.812500', '112530.272500', '112530.732500', '112531.192500', '112531.652500', '112532.112500', '112532.572500', '112533.032500', '112533.492500', '112533.952500', '112534.412500', '112534.872500', '112535.332500', '112535.792500', '112536.252500', '112536.712500', '112537.172500', '112537.632500', '112538.092500', '112538.552500', '112539.012500', '112539.472500', '112539.932500', '112540.392500', '112540.852500', '112541.312500', '112541.772500', '112542.232500', '112542.692500', '112543.152500', '112543.612500', '112544.072500', '112544.532500', '112544.992500', '112545.452500', '112545.912500', '112546.372500', '112546.832500', '112547.292500', '112547.752500', '112548.212500', '112548.672500', '112549.132500', '112549.592500', '112550.052500', '112550.512500', '112550.972500', '112551.432500', '112551.892500', '112552.352500', '112552.812500', '112553.272500', '112553.732500', '112554.192500', '112554.652500', '112555.112500', '112555.572500', '112556.032500', '112556.492500', '112556.952500', '112557.412500', '112557.872500', '112558.332500', '112558.792500', '112559.252500', '112559.712500', '112600.172500', '112600.632500', '112601.092500', '112601.552500', '112602.012500', '112602.472500', '112602.932500', '112603.392500', '112603.852500', '112604.312500', '112604.772500', '112605.232500', '112605.692500', '112606.152500', '112606.612500', '112607.072500', '112607.532500', '112607.992500', '112608.452500', '112608.912500', '112609.372500', '112609.832500', '112610.292500', '112610.752500', '112611.212500', '112611.672500', '112612.132500', '112612.592500', '112613.052500', '112613.512500', '112613.972500', '112614.432500', '112614.892500', '112615.352500', '112615.812500', '112616.272500', '112616.732500', '112617.192500', '112617.652500', '112618.112500', '112618.572500', '112619.032500', '112619.492500', '112619.952500', '112620.412500', '112620.872500', '112621.332500', '112621.792500', '112622.252500', '112622.712500', '112623.172500', '112623.632500', '112624.092500', '112624.552500', '112625.012500', '112625.472500', '112625.932500', '112626.392500', '112626.852500', '112627.312500', '112627.772500', '112628.232500', '112628.692500', '112629.152500', '112629.612500', '112630.072500', '112630.532500', '112630.992500', '112631.452500', '112631.912500', '112632.372500', '112632.832500', '112633.292500', '112633.752500', '112634.212500', '112634.672500', '112635.132500', '112635.592500', '112636.052500', '112636.512500', '112636.972500', '112637.432500', '112637.892500', '112638.352500', '112638.812500', '112639.272500', '112639.732500', '112640.192500', '112640.652500', '112641.112500', '112641.572500', '112642.032500', '112642.492500', '112642.952500', '112643.412500', '112643.872500', '112644.332500', '112644.792500', '112645.252500', '112645.712500', '112646.172500', '112646.632500', '112647.092500', '112647.552500', '112648.012500', '112648.472500', '112648.932500', '112649.392500', '112649.852500', '112650.312500', '112650.772500', '112651.232500', '112651.692500', '112652.152500', '112652.612500', '112653.072500', '112653.532500', '112653.992500', '112654.452500', '112654.912500', '112655.372500', '112655.832500', '112656.292500', '112656.752500', '112657.212500', '112657.672500', '112658.132500', '112658.592500', '112659.052500', '112659.512500', '112659.972500', '112700.432500', '112700.892500', '112701.352500', '112701.812500', '112702.272500', '112702.732500', '112703.192500', '112703.652500', '112704.112500', '112704.572500', '112705.032500', '112705.492500', '112705.952500', '112706.412500', '112706.872500', '112707.332500', '112707.792500', '112708.252500', '112708.712500', '112709.172500', '112709.632500', '112710.092500', '112710.552500', '112711.012500', '112711.472500', '112711.932500', '112712.392500', '112712.852500', '112713.312500', '112713.772500', '112714.232500', '112714.692500', '112715.152500', '112715.612500', '112716.072500', '112716.532500', '112716.992500', '112717.452500', '112717.912500', '112718.372500', '112718.832500', '112719.292500', '112719.752500', '112720.212500', '112720.672500', '112721.132500', '112721.592500', '112722.052500', '112722.512500', '112722.972500', '112723.432500', '112723.892500', '112724.352500', '112724.812500', '112725.272500', '112725.732500', '112726.192500', '112726.652500', '112727.112500', '112727.572500', '112728.032500', '112728.492500', '112728.952500', '112729.412500', '112729.872500', '112730.332500', '112730.792500', '112731.252500', '112731.712500', '112732.172500', '112732.632500', '112733.092500', '112733.552500', '112734.012500', '112734.472500', '112734.932500', '112735.392500', '112735.852500', '112736.312500', '112736.772500', '112737.232500', '112737.692500', '112738.152500', '112738.612500', '112739.072500', '112739.532500', '112739.992500', '112740.452500', '112740.912500', '112741.372500', '112741.832500', '112742.292500', '112742.752500', '112743.212500', '112743.672500', '112744.132500', '112744.592500', '112745.052500', '112745.512500', '112745.972500', '112746.432500', '112746.892500', '112747.352500', '112747.812500', '112748.272500', '112748.732500', '112749.192500', '112749.652500', '112750.112500', '112750.572500', '112751.032500', '112751.492500', '112751.952500', '112752.412500', '112752.872500', '112753.332500', '112753.792500', '112754.252500', '112754.712500', '112755.172500', '112755.632500', '112756.092500', '112756.552500', '112757.012500', '112757.472500', '112757.932500', '112758.392500', '112758.852500', '112759.312500', '112759.772500', '112800.232500', '112800.692500', '112801.152500', '112801.612500', '112802.072500', '112802.532500', '112802.992500', '112803.452500', '112803.912500', '112804.372500', '112804.832500', '112805.292500', '112805.752500', '112806.212500', '112806.672500', '112807.132500', '112807.592500', '112808.052500', '112808.512500', '112808.972500', '112809.432500', '112809.892500', '112810.352500', '112810.812500', '112811.272500', '112811.732500', '112812.192500', '112812.652500', '112813.112500', '112813.572500', '112814.032500', '112814.492500', '112814.952500', '112815.412500', '112815.872500', '112816.332500', '112816.792500', '112817.252500', '112817.712500', '112818.172500', '112818.632500', '112819.092500', '112819.552500', '112820.012500', '112820.472500', '112820.932500', '112821.392500', '112821.852500', '112822.312500', '112822.772500', '112823.232500', '112823.692500', '112824.152500', '112824.612500', '112825.072500', '112825.532500', '112825.992500', '112826.452500', '112826.912500', '112827.372500', '112827.832500', '112828.292500', '112828.752500', '112829.212500', '112829.672500', '112830.132500', '112830.592500', '112831.052500', '112831.512500', '112831.972500', '112832.432500', '112832.892500', '112833.352500', '112833.812500', '112834.272500', '112834.732500', '112835.192500', '112835.652500', '112836.112500', '112836.572500', '112837.032500', '112837.492500', '112837.952500', '112838.412500', '112838.872500', '112839.332500', '112839.792500', '112840.252500', '112840.712500', '112841.172500', '112841.632500', '112842.092500', '112842.552500', '112843.012500', '112843.472500', '112843.932500', '112844.392500', '112844.852500', '112845.312500', '112845.772500', '112846.232500', '112846.692500', '112847.152500', '112847.612500', '112848.072500', '112848.532500', '112848.992500', '112849.452500', '112849.912500', '112850.372500', '112850.832500', '112851.292500', '112851.752500', '112852.212500', '112852.672500', '112853.132500', '112853.592500', '112854.052500', '112854.512500', '112854.972500', '112855.432500', '112855.892500', '112856.352500', '112856.812500', '112857.272500', '112857.732500', '112858.192500', '112858.652500', '112859.112500', '112859.572500', '112900.032500', '112900.492500', '112900.952500', '112901.412500', '112901.872500', '112902.332500', '112902.792500', '112903.252500', '112903.712500', '112904.172500', '112904.632500', '112905.092500', '112905.552500', '112906.012500', '112906.472500', '112906.932500', '112907.392500', '112907.852500', '112908.312500', '112908.772500', '112909.232500', '112909.692500', '112910.152500', '112910.612500', '112911.072500', '112911.532500', '112911.992500', '112912.452500', '112912.912500', '112913.372500', '112913.832500', '112914.292500', '112914.752500', '112915.212500', '112915.672500', '112916.132500', '112916.592500', '112917.052500', '112917.512500', '112917.972500', '112918.432500', '112918.892500', '112919.352500', '112919.812500', '112920.272500', '112920.732500', '112921.192500', '112921.652500', '112922.112500', '112922.572500', '112923.032500', '112923.492500', '112923.952500', '112924.412500', '112924.872500', '112925.332500', '112925.792500', '112926.252500', '112926.712500', '112927.172500', '112927.632500', '112928.092500', '112928.552500', '112929.012500', '112929.472500', '112929.932500', '112930.392500', '112930.852500', '112931.312500', '112931.772500', '112932.232500', '112932.692500', '112933.152500', '112933.612500', '112934.072500', '112934.532500', '112934.992500', '112935.452500', '112935.912500', '112936.372500', '112936.832500', '112937.292500', '112937.752500', '112938.212500', '112938.672500', '112939.132500', '112939.592500', '112940.052500', '112940.512500', '112940.972500', '112941.432500', '112941.892500', '112942.352500', '112942.812500', '112943.272500', '112943.732500', '112944.192500', '112944.652500', '112945.112500', '112945.572500', '112946.032500', '112946.492500', '112946.952500', '112947.412500', '112947.872500', '112948.332500', '112948.792500', '112949.252500', '112949.712500', '112950.172500', '112950.632500', '112951.092500', '112951.552500', '112952.012500', '112952.472500', '112952.932500', '112953.392500', '112953.852500', '112954.312500', '112954.772500', '112955.232500', '112955.692500', '112956.152500', '112956.612500', '112957.072500', '112957.532500', '112957.992500', '112958.452500', '112958.912500', '112959.372500', '112959.832500', '113000.292500', '113000.752500', '113001.212500', '113001.672500', '113002.132500', '113002.592500', '113003.052500', '113003.512500', '113003.972500', '113004.432500', '113004.892500', '113005.352500', '113005.812500', '113006.272500', '113006.732500', '113007.192500', '113007.652500', '113008.112500', '113008.572500', '113009.032500', '113009.492500', '113009.952500', '113010.412500', '113010.872500', '113011.332500', '113011.792500', '113012.252500', '113012.712500', '113013.172500', '113013.632500', '113014.092500', '113014.552500', '113015.012500', '113015.472500', '113015.932500', '113016.392500', '113016.852500', '113017.312500', '113017.772500', '113018.232500', '113018.692500', '113019.152500', '113019.612500', '113020.072500', '113020.532500', '113020.992500', '113021.452500', '113021.912500', '113022.372500', '113022.832500', '113023.292500', '113023.752500', '113024.212500', '113024.672500', '113025.132500', '113025.592500', '113026.052500', '113026.512500', '113026.972500', '113027.432500', '113027.892500', '113028.352500', '113028.812500', '113029.272500', '113029.732500', '113030.192500', '113030.652500', '113031.112500', '113031.572500', '113032.032500', '113032.492500', '113032.952500', '113033.412500', '113033.872500', '113034.332500', '113034.792500', '113035.252500', '113035.712500', '113036.172500', '113036.632500'], 'ContentTime': ['112415.152000', '112415.156000', '112415.159000', '112415.162000', '112415.165000', '112415.167000', '112415.170000', '112415.173000', '112415.176000', '112415.178000', '112415.181000', '112415.184000', '112415.187000', '112415.190000', '112415.192000', '112415.195000', '112415.198000', '112415.201000', '112415.204000', '112415.206000', '112415.209000', '112415.212000', '112415.215000', '112415.221000', '112415.223000', '112415.226000', '112415.229000', '112415.232000', '112415.235000', '112415.238000', '112415.240000', '112415.243000', '112415.246000', '112415.249000', '112415.252000', '112415.254000', '112415.257000', '112415.260000', '112415.263000', '112415.265000', '112435.123000', '112435.126000', '112435.129000', '112435.131000', '112435.134000', '112435.137000', '112435.140000', '112435.143000', '112435.145000', '112435.148000', '112435.151000', '112435.154000', '112435.157000', '112435.159000', '112435.162000', '112435.165000', '112435.168000', '112435.171000', '112435.173000', '112435.176000', '112435.179000', '112435.182000', '112435.184000', '112435.187000', '112435.190000', '112435.193000', '112435.196000', '112435.198000', '112435.201000', '112435.204000', '112435.207000', '112435.209000', '112435.212000', '112435.215000', '112435.218000', '112435.221000', '112435.223000', '112435.226000', '112435.229000', '112435.232000', '112435.234000', '112435.237000', '112435.240000', '112435.243000', '112455.123000', '112455.126000', '112455.129000', '112455.131000', '112455.134000', '112455.137000', '112455.140000', '112455.142000', '112455.162000', '112455.165000', '112455.168000', '112455.170000', '112455.173000', '112455.176000', '112455.179000', '112455.182000', '112455.184000', '112455.187000', '112455.190000', '112455.193000', '112455.195000', '112455.198000', '112455.201000', '112455.204000', '112455.207000', '112455.209000', '112455.212000', '112455.215000', '112455.218000', '112455.220000', '112455.223000', '112455.226000', '112455.229000', '112455.232000', '112455.234000', '112455.237000', '112455.240000', '112455.243000', '112455.245000', '112455.248000', '112455.251000', '112455.254000', '112455.257000', '112515.123000', '112515.126000', '112515.129000', '112515.131000', '112515.134000', '112515.137000', '112515.140000', '112515.142000', '112515.145000', '112515.148000', '112515.151000', '112515.154000', '112515.156000', '112515.159000', '112515.162000', '112515.165000', '112515.168000', '112515.171000', '112515.173000', '112515.176000', '112515.179000', '112515.182000', '112515.185000', '112515.187000', '112515.190000', '112515.215000', '112515.217000', '112515.220000', '112515.229000', '112515.232000', '112515.235000', '112515.238000', '112515.240000', '112515.243000', '112515.246000', '112515.249000', '112515.252000', '112515.254000', '112515.257000', '112515.260000', '112515.263000', '112515.265000', '112515.268000', '112515.271000', '112535.123000', '112535.126000', '112535.129000', '112535.131000', '112535.134000', '112535.137000', '112535.140000', '112535.143000', '112535.145000', '112535.148000', '112535.151000', '112535.154000', '112535.157000', '112535.160000', '112535.162000', '112535.165000', '112535.168000', '112535.171000', '112535.173000', '112535.176000', '112535.179000', '112535.182000', '112535.185000', '112535.187000', '112535.190000', '112535.193000', '112535.196000', '112535.199000', '112535.201000', '112535.204000', '112535.207000', '112535.210000', '112535.212000', '112535.215000', '112535.218000', '112535.221000', '112535.224000', '112535.226000', '112535.229000', '112535.232000', '112535.235000', '112535.238000', '112535.240000', '112555.123000', '112555.126000', '112555.129000', '112555.131000', '112555.134000', '112555.137000', '112555.140000', '112555.143000', '112555.145000', '112555.148000', '112555.151000', '112555.154000', '112555.157000', '112555.160000', '112555.162000', '112555.165000', '112555.168000', '112555.171000', '112555.174000', '112555.176000', '112555.179000', '112555.182000', '112555.185000', '112555.187000', '112555.190000', '112555.193000', '112555.196000', '112555.199000', '112555.202000', '112555.204000', '112555.207000', '112555.210000', '112555.213000', '112555.216000', '112555.218000', '112555.221000', '112555.224000', '112555.227000', '112555.230000', '112555.232000', '112555.235000', '112555.238000', '112555.241000', '112555.244000', '112615.123000', '112615.126000', '112615.129000', '112615.132000', '112615.134000', '112615.137000', '112615.140000', '112615.143000', '112615.145000', '112615.148000', '112615.151000', '112615.154000', '112615.157000', '112615.160000', '112615.162000', '112615.165000', '112615.168000', '112615.171000', '112615.174000', '112615.176000', '112615.179000', '112615.182000', '112615.185000', '112615.187000', '112615.190000', '112615.193000', '112615.196000', '112615.199000', '112615.201000', '112615.204000', '112615.207000', '112615.210000', '112615.213000', '112615.215000', '112615.218000', '112615.221000', '112615.224000', '112615.227000', '112615.229000', '112615.232000', '112615.235000', '112615.238000', '112615.241000', '112635.123000', '112635.126000', '112635.129000', '112635.132000', '112635.135000', '112635.138000', '112635.141000', '112635.143000', '112635.146000', '112635.149000', '112635.152000', '112635.155000', '112635.158000', '112635.160000', '112635.163000', '112635.166000', '112635.169000', '112635.172000', '112635.174000', '112635.177000', '112635.180000', '112635.183000', '112635.186000', '112635.188000', '112635.191000', '112635.194000', '112635.197000', '112635.200000', '112635.203000', '112635.205000', '112635.208000', '112635.211000', '112635.214000', '112635.217000', '112635.219000', '112635.222000', '112635.225000', '112635.228000', '112635.231000', '112635.233000', '112635.236000', '112635.239000', '112635.242000', '112655.123000', '112655.126000', '112655.129000', '112655.131000', '112655.134000', '112655.137000', '112655.140000', '112655.143000', '112655.145000', '112655.148000', '112655.151000', '112655.154000', '112655.157000', '112655.159000', '112655.162000', '112655.165000', '112655.168000', '112655.171000', '112655.174000', '112655.176000', '112655.179000', '112655.182000', '112655.185000', '112655.187000', '112655.190000', '112655.193000', '112655.196000', '112655.199000', '112655.202000', '112655.204000', '112655.207000', '112655.210000', '112655.213000', '112655.216000', '112655.218000', '112655.221000', '112655.224000', '112655.227000', '112655.230000', '112655.232000', '112655.235000', '112655.238000', '112655.241000', '112655.244000', '112715.123000', '112715.126000', '112715.130000', '112715.134000', '112715.137000', '112715.140000', '112715.143000', '112715.146000', '112715.148000', '112715.151000', '112715.154000', '112715.157000', '112715.160000', '112715.162000', '112715.165000', '112715.168000', '112715.171000', '112715.174000', '112715.176000', '112715.179000', '112715.182000', '112715.185000', '112715.188000', '112715.190000', '112715.193000', '112715.196000', '112715.199000', '112715.202000', '112715.204000', '112715.207000', '112715.210000', '112715.213000', '112715.216000', '112715.218000', '112715.221000', '112715.224000', '112715.227000', '112715.230000', '112715.232000', '112715.235000', '112715.238000', '112715.241000', '112715.244000', '112735.123000', '112735.126000', '112735.129000', '112735.131000', '112735.134000', '112735.137000', '112735.140000', '112735.143000', '112735.146000', '112735.148000', '112735.151000', '112735.154000', '112735.157000', '112735.160000', '112735.162000', '112735.165000', '112735.168000', '112735.171000', '112735.174000', '112735.176000', '112735.179000', '112735.182000', '112735.185000', '112735.188000', '112735.190000', '112735.193000', '112735.196000', '112735.199000', '112735.202000', '112735.204000', '112735.207000', '112735.210000', '112735.213000', '112735.216000', '112735.218000', '112735.221000', '112735.224000', '112735.227000', '112735.230000', '112735.232000', '112735.235000', '112735.238000', '112735.241000', '112735.244000', '112755.123000', '112755.126000', '112755.129000', '112755.131000', '112755.134000', '112755.137000', '112755.140000', '112755.143000', '112755.146000', '112755.150000', '112755.153000', '112755.156000', '112755.159000', '112755.162000', '112755.164000', '112755.167000', '112755.170000', '112755.173000', '112755.176000', '112755.178000', '112755.181000', '112755.184000', '112755.187000', '112755.190000', '112755.193000', '112755.195000', '112755.198000', '112755.201000', '112755.204000', '112755.207000', '112755.209000', '112755.212000', '112755.215000', '112755.218000', '112755.220000', '112755.240000', '112755.243000', '112755.246000', '112755.249000', '112755.252000', '112755.254000', '112755.257000', '112755.260000', '112815.123000', '112815.126000', '112815.129000', '112815.132000', '112815.134000', '112815.137000', '112815.140000', '112815.143000', '112815.146000', '112815.148000', '112815.151000', '112815.154000', '112815.157000', '112815.160000', '112815.163000', '112815.165000', '112815.168000', '112815.171000', '112815.174000', '112815.177000', '112815.179000', '112815.182000', '112815.185000', '112815.188000', '112815.191000', '112815.194000', '112815.196000', '112815.199000', '112815.202000', '112815.205000', '112815.208000', '112815.210000', '112815.213000', '112815.216000', '112815.219000', '112815.222000', '112815.224000', '112815.227000', '112815.230000', '112815.233000', '112815.235000', '112815.238000', '112815.241000', '112815.244000', '112835.123000', '112835.126000', '112835.129000', '112835.132000', '112835.134000', '112835.137000', '112835.140000', '112835.143000', '112835.146000', '112835.148000', '112835.151000', '112835.154000', '112835.157000', '112835.160000', '112835.162000', '112835.165000', '112835.168000', '112835.171000', '112835.174000', '112835.177000', '112835.180000', '112835.183000', '112835.186000', '112835.189000', '112835.191000', '112835.194000', '112835.197000', '112835.200000', '112835.203000', '112835.205000', '112835.208000', '112835.211000', '112835.214000', '112835.217000', '112835.219000', '112835.222000', '112835.225000', '112835.228000', '112835.231000', '112835.233000', '112835.236000', '112835.239000', '112835.242000', '112855.123000', '112855.126000', '112855.129000', '112855.132000', '112855.134000', '112855.137000', '112855.140000', '112855.143000', '112855.146000', '112855.148000', '112855.151000', '112855.154000', '112855.157000', '112855.160000', '112855.163000', '112855.165000', '112855.168000', '112855.171000', '112855.174000', '112855.177000', '112855.180000', '112855.182000', '112855.185000', '112855.188000', '112855.191000', '112855.194000', '112855.196000', '112855.199000', '112855.202000', '112855.205000', '112855.207000', '112855.210000', '112855.213000', '112855.216000', '112855.219000', '112855.222000', '112855.224000', '112855.227000', '112855.230000', '112855.233000', '112855.235000', '112855.238000', '112855.241000', '112855.244000', '112915.123000', '112915.126000', '112915.129000', '112915.133000', '112915.136000', '112915.139000', '112915.141000', '112915.144000', '112915.147000', '112915.150000', '112915.153000', '112915.155000', '112915.158000', '112915.161000', '112915.164000', '112915.167000', '112915.170000', '112915.173000', '112915.175000', '112915.178000', '112915.181000', '112915.184000', '112915.187000', '112915.190000', '112915.193000', '112915.195000', '112915.198000', '112915.201000', '112915.204000', '112915.207000', '112915.210000', '112915.213000', '112915.216000', '112915.218000', '112915.221000', '112915.224000', '112915.227000', '112915.230000', '112915.232000', '112915.235000', '112915.238000', '112915.241000', '112915.244000', '112935.123000', '112935.126000', '112935.139000', '112935.142000', '112935.145000', '112935.148000', '112935.150000', '112935.153000', '112935.156000', '112935.159000', '112935.162000', '112935.164000', '112935.167000', '112935.170000', '112935.173000', '112935.176000', '112935.178000', '112935.181000', '112935.184000', '112935.187000', '112935.190000', '112935.192000', '112935.195000', '112935.198000', '112935.201000', '112935.204000', '112935.206000', '112935.209000', '112935.212000', '112935.215000', '112935.218000', '112935.220000', '112935.223000', '112935.226000', '112935.229000', '112935.232000', '112935.234000', '112935.237000', '112935.240000', '112935.243000', '112935.246000', '112935.248000', '112935.251000', '112935.254000', '112955.123000', '112955.126000', '112955.129000', '112955.132000', '112955.134000', '112955.137000', '112955.140000', '112955.143000', '112955.146000', '112955.149000', '112955.151000', '112955.154000', '112955.157000', '112955.160000', '112955.163000', '112955.165000', '112955.168000', '112955.171000', '112955.174000', '112955.177000', '112955.180000', '112955.182000', '112955.185000', '112955.188000', '112955.191000', '112955.194000', '112955.197000', '112955.199000', '112955.202000', '112955.205000', '112955.208000', '112955.211000', '112955.214000', '112955.216000', '112955.221000', '112955.224000', '112955.227000', '112955.230000', '112955.232000', '112955.235000', '112955.238000', '112955.241000', '112955.244000', '113015.123000', '113015.126000', '113015.129000', '113015.132000', '113015.134000', '113015.137000', '113015.140000', '113015.143000', '113015.146000', '113015.148000', '113015.151000', '113015.154000', '113015.157000', '113015.160000', '113015.162000', '113015.165000', '113015.168000', '113015.171000', '113015.174000', '113015.176000', '113015.179000', '113015.182000', '113015.185000', '113015.188000', '113015.191000', '113015.193000', '113015.196000', '113015.199000', '113015.202000', '113015.205000', '113015.207000', '113015.210000', '113015.213000', '113015.216000', '113015.219000', '113015.221000', '113015.224000', '113015.227000', '113015.230000', '113015.232000', '113015.235000', '113015.238000', '113015.241000', '113015.244000', '113035.123000', '113035.126000', '113035.129000', '113035.132000', '113035.134000', '113035.137000', '113035.140000', '113035.143000', '113035.146000', '113035.148000', '113035.151000', '113035.154000', '113035.157000', '113035.160000', '113035.163000', '113035.165000', '113035.169000', '113035.172000', '113035.175000', '113035.178000', '113035.181000', '113035.183000', '113035.186000', '113035.189000', '113035.192000', '113035.195000', '113035.197000', '113035.200000', '113035.203000', '113035.206000', '113035.209000', '113035.212000', '113035.215000', '113035.217000', '113035.220000', '113035.223000', '113035.226000', '113035.229000', '113035.232000', '113035.235000', '113035.238000', '113035.240000', '113035.243000', '113037.586000', '113037.590000', '113037.594000', '113037.597000', '113037.600000', '113037.603000'], 'InstanceCreationTime': ['112415.152000', '112415.156000', '112415.159000', '112415.162000', '112415.165000', '112415.167000', '112415.170000', '112415.173000', '112415.176000', '112415.178000', '112415.181000', '112415.184000', '112415.187000', '112415.190000', '112415.192000', '112415.195000', '112415.198000', '112415.201000', '112415.204000', '112415.206000', '112415.209000', '112415.212000', '112415.215000', '112415.221000', '112415.223000', '112415.226000', '112415.229000', '112415.232000', '112415.235000', '112415.238000', '112415.240000', '112415.243000', '112415.246000', '112415.249000', '112415.252000', '112415.254000', '112415.257000', '112415.260000', '112415.263000', '112415.265000', '112435.123000', '112435.126000', '112435.129000', '112435.131000', '112435.134000', '112435.137000', '112435.140000', '112435.143000', '112435.145000', '112435.148000', '112435.151000', '112435.154000', '112435.157000', '112435.159000', '112435.162000', '112435.165000', '112435.168000', '112435.171000', '112435.173000', '112435.176000', '112435.179000', '112435.182000', '112435.184000', '112435.187000', '112435.190000', '112435.193000', '112435.196000', '112435.198000', '112435.201000', '112435.204000', '112435.207000', '112435.209000', '112435.212000', '112435.215000', '112435.218000', '112435.221000', '112435.223000', '112435.226000', '112435.229000', '112435.232000', '112435.234000', '112435.237000', '112435.240000', '112435.243000', '112455.123000', '112455.126000', '112455.129000', '112455.131000', '112455.134000', '112455.137000', '112455.140000', '112455.142000', '112455.162000', '112455.165000', '112455.168000', '112455.170000', '112455.173000', '112455.176000', '112455.179000', '112455.182000', '112455.184000', '112455.187000', '112455.190000', '112455.193000', '112455.195000', '112455.198000', '112455.201000', '112455.204000', '112455.207000', '112455.209000', '112455.212000', '112455.215000', '112455.218000', '112455.220000', '112455.223000', '112455.226000', '112455.229000', '112455.232000', '112455.234000', '112455.237000', '112455.240000', '112455.243000', '112455.245000', '112455.248000', '112455.251000', '112455.254000', '112455.257000', '112515.123000', '112515.126000', '112515.129000', '112515.131000', '112515.134000', '112515.137000', '112515.140000', '112515.142000', '112515.145000', '112515.148000', '112515.151000', '112515.154000', '112515.156000', '112515.159000', '112515.162000', '112515.165000', '112515.168000', '112515.171000', '112515.173000', '112515.176000', '112515.179000', '112515.182000', '112515.185000', '112515.187000', '112515.190000', '112515.215000', '112515.217000', '112515.220000', '112515.229000', '112515.232000', '112515.235000', '112515.238000', '112515.240000', '112515.243000', '112515.246000', '112515.249000', '112515.252000', '112515.254000', '112515.257000', '112515.260000', '112515.263000', '112515.265000', '112515.268000', '112515.271000', '112535.123000', '112535.126000', '112535.129000', '112535.131000', '112535.134000', '112535.137000', '112535.140000', '112535.143000', '112535.145000', '112535.148000', '112535.151000', '112535.154000', '112535.157000', '112535.160000', '112535.162000', '112535.165000', '112535.168000', '112535.171000', '112535.173000', '112535.176000', '112535.179000', '112535.182000', '112535.185000', '112535.187000', '112535.190000', '112535.193000', '112535.196000', '112535.199000', '112535.201000', '112535.204000', '112535.207000', '112535.210000', '112535.212000', '112535.215000', '112535.218000', '112535.221000', '112535.224000', '112535.226000', '112535.229000', '112535.232000', '112535.235000', '112535.238000', '112535.240000', '112555.123000', '112555.126000', '112555.129000', '112555.131000', '112555.134000', '112555.137000', '112555.140000', '112555.143000', '112555.145000', '112555.148000', '112555.151000', '112555.154000', '112555.157000', '112555.160000', '112555.162000', '112555.165000', '112555.168000', '112555.171000', '112555.174000', '112555.176000', '112555.179000', '112555.182000', '112555.185000', '112555.187000', '112555.190000', '112555.193000', '112555.196000', '112555.199000', '112555.202000', '112555.204000', '112555.207000', '112555.210000', '112555.213000', '112555.216000', '112555.218000', '112555.221000', '112555.224000', '112555.227000', '112555.230000', '112555.232000', '112555.235000', '112555.238000', '112555.241000', '112555.244000', '112615.123000', '112615.126000', '112615.129000', '112615.132000', '112615.134000', '112615.137000', '112615.140000', '112615.143000', '112615.145000', '112615.148000', '112615.151000', '112615.154000', '112615.157000', '112615.160000', '112615.162000', '112615.165000', '112615.168000', '112615.171000', '112615.174000', '112615.176000', '112615.179000', '112615.182000', '112615.185000', '112615.187000', '112615.190000', '112615.193000', '112615.196000', '112615.199000', '112615.201000', '112615.204000', '112615.207000', '112615.210000', '112615.213000', '112615.215000', '112615.218000', '112615.221000', '112615.224000', '112615.227000', '112615.229000', '112615.232000', '112615.235000', '112615.238000', '112615.241000', '112635.123000', '112635.126000', '112635.129000', '112635.132000', '112635.135000', '112635.138000', '112635.141000', '112635.143000', '112635.146000', '112635.149000', '112635.152000', '112635.155000', '112635.158000', '112635.160000', '112635.163000', '112635.166000', '112635.169000', '112635.172000', '112635.174000', '112635.177000', '112635.180000', '112635.183000', '112635.186000', '112635.188000', '112635.191000', '112635.194000', '112635.197000', '112635.200000', '112635.203000', '112635.205000', '112635.208000', '112635.211000', '112635.214000', '112635.217000', '112635.219000', '112635.222000', '112635.225000', '112635.228000', '112635.231000', '112635.233000', '112635.236000', '112635.239000', '112635.242000', '112655.123000', '112655.126000', '112655.129000', '112655.131000', '112655.134000', '112655.137000', '112655.140000', '112655.143000', '112655.145000', '112655.148000', '112655.151000', '112655.154000', '112655.157000', '112655.159000', '112655.162000', '112655.165000', '112655.168000', '112655.171000', '112655.174000', '112655.176000', '112655.179000', '112655.182000', '112655.185000', '112655.187000', '112655.190000', '112655.193000', '112655.196000', '112655.199000', '112655.202000', '112655.204000', '112655.207000', '112655.210000', '112655.213000', '112655.216000', '112655.218000', '112655.221000', '112655.224000', '112655.227000', '112655.230000', '112655.232000', '112655.235000', '112655.238000', '112655.241000', '112655.244000', '112715.123000', '112715.126000', '112715.130000', '112715.134000', '112715.137000', '112715.140000', '112715.143000', '112715.146000', '112715.148000', '112715.151000', '112715.154000', '112715.157000', '112715.160000', '112715.162000', '112715.165000', '112715.168000', '112715.171000', '112715.174000', '112715.176000', '112715.179000', '112715.182000', '112715.185000', '112715.188000', '112715.190000', '112715.193000', '112715.196000', '112715.199000', '112715.202000', '112715.204000', '112715.207000', '112715.210000', '112715.213000', '112715.216000', '112715.218000', '112715.221000', '112715.224000', '112715.227000', '112715.230000', '112715.232000', '112715.235000', '112715.238000', '112715.241000', '112715.244000', '112735.123000', '112735.126000', '112735.129000', '112735.131000', '112735.134000', '112735.137000', '112735.140000', '112735.143000', '112735.146000', '112735.148000', '112735.151000', '112735.154000', '112735.157000', '112735.160000', '112735.162000', '112735.165000', '112735.168000', '112735.171000', '112735.174000', '112735.176000', '112735.179000', '112735.182000', '112735.185000', '112735.188000', '112735.190000', '112735.193000', '112735.196000', '112735.199000', '112735.202000', '112735.204000', '112735.207000', '112735.210000', '112735.213000', '112735.216000', '112735.218000', '112735.221000', '112735.224000', '112735.227000', '112735.230000', '112735.232000', '112735.235000', '112735.238000', '112735.241000', '112735.244000', '112755.123000', '112755.126000', '112755.129000', '112755.131000', '112755.134000', '112755.137000', '112755.140000', '112755.143000', '112755.146000', '112755.150000', '112755.153000', '112755.156000', '112755.159000', '112755.162000', '112755.164000', '112755.167000', '112755.170000', '112755.173000', '112755.176000', '112755.178000', '112755.181000', '112755.184000', '112755.187000', '112755.190000', '112755.193000', '112755.195000', '112755.198000', '112755.201000', '112755.204000', '112755.207000', '112755.209000', '112755.212000', '112755.215000', '112755.218000', '112755.220000', '112755.240000', '112755.243000', '112755.246000', '112755.249000', '112755.252000', '112755.254000', '112755.257000', '112755.260000', '112815.123000', '112815.126000', '112815.129000', '112815.132000', '112815.134000', '112815.137000', '112815.140000', '112815.143000', '112815.146000', '112815.148000', '112815.151000', '112815.154000', '112815.157000', '112815.160000', '112815.163000', '112815.165000', '112815.168000', '112815.171000', '112815.174000', '112815.177000', '112815.179000', '112815.182000', '112815.185000', '112815.188000', '112815.191000', '112815.194000', '112815.196000', '112815.199000', '112815.202000', '112815.205000', '112815.208000', '112815.210000', '112815.213000', '112815.216000', '112815.219000', '112815.222000', '112815.224000', '112815.227000', '112815.230000', '112815.233000', '112815.235000', '112815.238000', '112815.241000', '112815.244000', '112835.123000', '112835.126000', '112835.129000', '112835.132000', '112835.134000', '112835.137000', '112835.140000', '112835.143000', '112835.146000', '112835.148000', '112835.151000', '112835.154000', '112835.157000', '112835.160000', '112835.162000', '112835.165000', '112835.168000', '112835.171000', '112835.174000', '112835.177000', '112835.180000', '112835.183000', '112835.186000', '112835.189000', '112835.191000', '112835.194000', '112835.197000', '112835.200000', '112835.203000', '112835.205000', '112835.208000', '112835.211000', '112835.214000', '112835.217000', '112835.219000', '112835.222000', '112835.225000', '112835.228000', '112835.231000', '112835.233000', '112835.236000', '112835.239000', '112835.242000', '112855.123000', '112855.126000', '112855.129000', '112855.132000', '112855.134000', '112855.137000', '112855.140000', '112855.143000', '112855.146000', '112855.148000', '112855.151000', '112855.154000', '112855.157000', '112855.160000', '112855.163000', '112855.165000', '112855.168000', '112855.171000', '112855.174000', '112855.177000', '112855.180000', '112855.182000', '112855.185000', '112855.188000', '112855.191000', '112855.194000', '112855.196000', '112855.199000', '112855.202000', '112855.205000', '112855.207000', '112855.210000', '112855.213000', '112855.216000', '112855.219000', '112855.222000', '112855.224000', '112855.227000', '112855.230000', '112855.233000', '112855.235000', '112855.238000', '112855.241000', '112855.244000', '112915.123000', '112915.126000', '112915.129000', '112915.133000', '112915.136000', '112915.139000', '112915.141000', '112915.144000', '112915.147000', '112915.150000', '112915.153000', '112915.155000', '112915.158000', '112915.161000', '112915.164000', '112915.167000', '112915.170000', '112915.173000', '112915.175000', '112915.178000', '112915.181000', '112915.184000', '112915.187000', '112915.190000', '112915.193000', '112915.195000', '112915.198000', '112915.201000', '112915.204000', '112915.207000', '112915.210000', '112915.213000', '112915.216000', '112915.218000', '112915.221000', '112915.224000', '112915.227000', '112915.230000', '112915.232000', '112915.235000', '112915.238000', '112915.241000', '112915.244000', '112935.123000', '112935.126000', '112935.139000', '112935.142000', '112935.145000', '112935.148000', '112935.150000', '112935.153000', '112935.156000', '112935.159000', '112935.162000', '112935.164000', '112935.167000', '112935.170000', '112935.173000', '112935.176000', '112935.178000', '112935.181000', '112935.184000', '112935.187000', '112935.190000', '112935.192000', '112935.195000', '112935.198000', '112935.201000', '112935.204000', '112935.206000', '112935.209000', '112935.212000', '112935.215000', '112935.218000', '112935.220000', '112935.223000', '112935.226000', '112935.229000', '112935.232000', '112935.234000', '112935.237000', '112935.240000', '112935.243000', '112935.246000', '112935.248000', '112935.251000', '112935.254000', '112955.123000', '112955.126000', '112955.129000', '112955.132000', '112955.134000', '112955.137000', '112955.140000', '112955.143000', '112955.146000', '112955.149000', '112955.151000', '112955.154000', '112955.157000', '112955.160000', '112955.163000', '112955.165000', '112955.168000', '112955.171000', '112955.174000', '112955.177000', '112955.180000', '112955.182000', '112955.185000', '112955.188000', '112955.191000', '112955.194000', '112955.197000', '112955.199000', '112955.202000', '112955.205000', '112955.208000', '112955.211000', '112955.214000', '112955.216000', '112955.221000', '112955.224000', '112955.227000', '112955.230000', '112955.232000', '112955.235000', '112955.238000', '112955.241000', '112955.244000', '113015.123000', '113015.126000', '113015.129000', '113015.132000', '113015.134000', '113015.137000', '113015.140000', '113015.143000', '113015.146000', '113015.148000', '113015.151000', '113015.154000', '113015.157000', '113015.160000', '113015.162000', '113015.165000', '113015.168000', '113015.171000', '113015.174000', '113015.176000', '113015.179000', '113015.182000', '113015.185000', '113015.188000', '113015.191000', '113015.193000', '113015.196000', '113015.199000', '113015.202000', '113015.205000', '113015.207000', '113015.210000', '113015.213000', '113015.216000', '113015.219000', '113015.221000', '113015.224000', '113015.227000', '113015.230000', '113015.232000', '113015.235000', '113015.238000', '113015.241000', '113015.244000', '113035.123000', '113035.126000', '113035.129000', '113035.132000', '113035.134000', '113035.137000', '113035.140000', '113035.143000', '113035.146000', '113035.148000', '113035.151000', '113035.154000', '113035.157000', '113035.160000', '113035.163000', '113035.165000', '113035.169000', '113035.172000', '113035.175000', '113035.178000', '113035.181000', '113035.183000', '113035.186000', '113035.189000', '113035.192000', '113035.195000', '113035.197000', '113035.200000', '113035.203000', '113035.206000', '113035.209000', '113035.212000', '113035.215000', '113035.217000', '113035.220000', '113035.223000', '113035.226000', '113035.229000', '113035.232000', '113035.235000', '113035.238000', '113035.240000', '113035.243000', '113037.586000', '113037.590000', '113037.594000', '113037.597000', '113037.600000', '113037.603000'], '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': [9728, 9524, 9753, 9818, 12546, 9779, 12785, 9675, 12891, 9489, 10782, 9354, 11319, 9876, 10101, 9827, 9717, 9754, 9491, 9888, 10082, 10656, 9835, 9473, 9702, 9863, 10410, 9900, 9725, 9835, 9654, 11322, 9573, 11843, 9781, 9874, 12942, 9984, 13557, 9601, 9222, 10721, 9985, 13620, 9930, 9880, 10271, 9685, 9149, 9907, 9659, 10001, 10127, 12088, 10039, 9861, 9535, 9444, 9803, 10046, 10010, 10051, 9994, 9558, 9308, 9522, 10093, 12804, 10113, 11970, 9675, 9826, 10920, 10115, 13655, 9999, 9492, 9295, 9028, 10813, 9472, 9464, 10926, 9528, 12801, 9504, 9031, 9524, 12325, 10229, 14231, 9997, 10475, 9452, 8835, 9702, 9419, 10109, 10292, 10138, 9916, 9830, 9522, 9614, 9525, 9892, 10130, 11726, 10257, 9655, 9793, 9660, 10179, 12149, 10427, 11191, 10129, 13357, 10208, 12976, 10218, 10468, 9484, 9960, 13061, 10109, 11414, 11748, 10097, 11480, 9843, 9609, 9627, 10142, 12433, 10198, 9836, 9775, 9742, 9742, 10263, 11593, 10110, 10194, 9722, 10246, 10109, 10831, 10388, 9966, 10230, 9546, 10577, 10114, 10505, 10538, 9891, 10408, 11363, 12716, 10320, 11442, 11961, 10224, 13135, 10030, 10007, 13311, 9978, 10226, 13711, 10890, 10147, 10431, 10148, 9836, 10306, 10153, 10285, 10435, 9881, 10172, 9768, 10320, 11448, 10096, 10223, 13273, 10326, 9576, 9896, 9663, 9726, 10381, 12577, 10313, 9956, 9566, 10296, 11315, 10155, 10190, 10393, 10099, 10770, 10503, 10132, 11600, 10182, 10052, 9348, 10370, 9890, 10301, 10480, 9966, 10304, 9593, 10077, 10463, 9618, 10261, 11759, 10289, 9997, 9964, 10203, 12360, 10269, 10084, 13637, 10377, 11450, 10450, 10031, 10315, 10019, 9570, 10130, 12506, 10440, 12260, 10463, 9857, 10298, 9753, 10464, 10727, 10300, 10149, 10196, 9559, 10208, 9473, 10307, 14332, 10220, 11440, 10292, 10389, 10166, 10966, 10318, 10216, 11868, 10158, 9757, 10229, 10054, 10252, 10353, 10255, 10219, 9835, 10407, 10681, 10565, 10627, 10201, 8726, 9762, 13744, 10083, 10231, 10109, 9681, 9799, 11664, 9920, 10996, 13146, 9952, 11190, 9965, 9834, 13263, 10163, 9833, 10103, 9232, 10267, 9666, 10459, 9629, 10318, 9360, 10306, 12314, 10431, 10179, 12918, 10334, 11980, 10080, 9793, 11891, 10373, 12071, 10261, 10119, 10265, 10109, 11994, 10580, 10409, 10432, 10220, 10201, 10112, 10722, 10696, 10239, 9961, 10580, 9900, 10560, 10252, 12399, 10604, 10154, 10190, 10177, 12489, 10626, 11029, 10543, 10315, 10373, 10240, 11972, 10290, 10097, 13984, 10368, 10105, 10330, 9969, 11452, 10272, 9884, 10254, 10360, 10376, 10240, 10402, 10423, 9962, 10531, 9937, 10404, 11770, 10522, 11781, 11182, 10415, 12064, 10370, 11924, 10429, 10387, 10484, 10607, 9973, 10523, 10722, 10504, 10450, 12305, 10623, 10132, 10613, 10184, 11187, 10633, 11396, 10689, 10294, 10457, 10317, 9370, 10648, 10164, 10776, 9773, 10622, 10829, 10329, 10411, 11798, 10698, 12169, 10334, 12481, 10743, 10460, 13947, 10841, 10577, 10496, 9927, 10454, 10419, 10200, 10563, 9731, 10493, 11613, 10366, 10313, 10150, 10455, 10068, 10505, 12237, 10529, 10389, 11856, 10597, 10373, 10460, 11188, 10308, 10525, 13437, 10488, 10149, 10393, 10270, 9102, 10782, 10122, 10773, 10462, 10003, 10514, 10041, 10870, 10547, 10586, 10613, 10517, 10713, 9416, 10949, 11728, 11007, 11005, 10665, 10417, 13556, 10939, 10630, 11258, 10812, 11215, 10560, 9819, 10729, 10103, 10872, 10655, 12522, 10751, 10952, 10896, 10561, 10459, 10494, 11738, 10517, 10304, 10374, 10232, 10390, 10741, 10324, 10685, 11945, 10784, 12739, 10593, 13434, 10413, 10751, 12801, 10536, 11717, 10592, 10321, 10603, 10188, 10641, 10257, 10602, 10460, 10502, 10473, 10541, 13553, 10370, 11041, 12285, 10616, 11522, 10573, 10443, 10557, 10563, 10296, 10776, 10287, 10588, 10302, 10771, 11988, 10540, 10524, 11611, 10753, 10430, 10676, 10666, 11880, 10707, 9965, 10809, 10184, 10735, 10404, 10615, 10246, 10270, 10556, 10517, 10143, 10653, 12262, 13611, 10574, 13194, 10532, 10763, 10475, 10316, 13067, 10618, 12091, 10460, 9924, 10644, 10320, 10347, 10603, 10433, 10568, 10446, 10666, 10825, 10689, 10465, 10624, 10497, 10238, 10659, 13247, 10803, 10459, 10943, 10645, 13526, 10578, 10569, 12814, 10553, 10157, 10707, 9827, 10924, 12073, 10727, 10680, 12329, 10567, 10330, 10682, 10637, 12858, 10919, 10122, 10788, 10436, 10631, 10764, 10475, 10891, 10380, 10903, 10149, 10965, 10529, 10709, 10582, 11204, 10726, 13056, 10586, 10670, 13940, 10602, 10348, 10646, 10511, 11803, 10501, 10493, 10426, 10763, 10234, 10399, 10658, 9787, 10927, 10362, 10738, 10630, 10129, 10549, 11059, 10717, 10685, 13583, 10834, 10461, 10751, 10343, 11927, 10793, 12801, 10755, 10447, 10082, 10531, 10939, 10411, 10627, 10418, 10678, 10037, 10721, 10218, 10756, 10732, 12647, 10854, 9977, 10656, 10220, 10058, 10513, 12548, 10569, 10264, 10177, 10486, 11001, 10586, 10504, 10158, 10491, 9713, 10885, 10025, 10753, 10451, 10472, 10773, 10330, 10510, 11445, 10862, 10613, 13493, 10623, 10259, 10821, 10359, 12032, 10637, 10174, 10424, 10535, 10551, 10454, 10089, 10623, 12533, 10616, 10366, 10602, 10232, 10807, 10602, 13091, 10562, 11212, 10758, 10572, 10782, 10493, 12974, 10478, 11743, 10677, 10010, 10599, 10432, 10689, 10454, 10282, 10636, 10360, 10663, 11390, 10935, 10483, 10410, 10641, 10236, 10436, 11108, 11627, 10606, 11080, 10782, 10136, 10462, 10595, 12018, 10757, 10405, 10657, 10472, 11975, 10834, 10501, 10545, 10677, 9953, 10766, 10320, 9622, 10655, 10112, 10355, 10546, 10869, 9409, 10804, 10382, 12682, 10573, 12116, 10421, 10119, 13467, 10495, 10747, 11168, 10439, 11051, 10446, 10321, 10182, 10553, 9991, 10670, 10344, 10634, 10662, 10889, 10770, 10146, 10419, 10609, 10468, 10831, 9524, 10848, 10213, 10720, 10306, 12945, 10850, 11586, 10700, 10282, 13570, 10723, 11612, 10920, 10522, 12623, 10742, 10568, 10274, 10583, 12972, 10540, 10246, 10839, 10410, 10077, 11041, 10169, 10779, 10658, 10553, 10591, 9737, 10944, 10335, 10645, 10881, 12573, 10724, 10462, 10793, 10591, 12001, 10941, 10691, 13172, 10938, 10177, 10754, 10306, 12848, 10893, 10278, 10786, 10471, 10226, 10745, 10574, 10165, 10799, 10238, 10565, 10156, 10747, 10591, 10229], 'WindowCenter': [3846.0, 3832.0, 3829.0, 3828.0, 3837.0, 3814.0, 3836.0, 3803.0, 3833.0, 3802.0, 3811.0, 3802.0, 3810.0, 3799.0, 3800.0, 3800.0, 3800.0, 3800.0, 3800.0, 3798.0, 3811.0, 3812.0, 3813.0, 3813.0, 3801.0, 3813.0, 3813.0, 3815.0, 3814.0, 3814.0, 3815.0, 3824.0, 3815.0, 3824.0, 3814.0, 3814.0, 3836.0, 3815.0, 3834.0, 3803.0, 3802.0, 3811.0, 3800.0, 3833.0, 3800.0, 3800.0, 3801.0, 3801.0, 3788.0, 3798.0, 3798.0, 3799.0, 3800.0, 3821.0, 3799.0, 3813.0, 3801.0, 3801.0, 3800.0, 3800.0, 3812.0, 3814.0, 3812.0, 3814.0, 3803.0, 3814.0, 3813.0, 3836.0, 3815.0, 3825.0, 3803.0, 3815.0, 3824.0, 3814.0, 3846.0, 3815.0, 3804.0, 3805.0, 3792.0, 3823.0, 3815.0, 3815.0, 3825.0, 3817.0, 3848.0, 3816.0, 3804.0, 3815.0, 3823.0, 3802.0, 3834.0, 3802.0, 3811.0, 3803.0, 3790.0, 3803.0, 3800.0, 3812.0, 3812.0, 3813.0, 3800.0, 3813.0, 3802.0, 3814.0, 3803.0, 3812.0, 3814.0, 3824.0, 3813.0, 3802.0, 3814.0, 3813.0, 3815.0, 3834.0, 3815.0, 3825.0, 3816.0, 3836.0, 3814.0, 3836.0, 3812.0, 3813.0, 3802.0, 3803.0, 3833.0, 3800.0, 3813.0, 3822.0, 3800.0, 3810.0, 3800.0, 3800.0, 3787.0, 3799.0, 3821.0, 3811.0, 3799.0, 3812.0, 3802.0, 3800.0, 3811.0, 3822.0, 3811.0, 3811.0, 3800.0, 3812.0, 3800.0, 3809.0, 3800.0, 3800.0, 3812.0, 3801.0, 3825.0, 3824.0, 3825.0, 3825.0, 3816.0, 3838.0, 3838.0, 3834.0, 3812.0, 3823.0, 3822.0, 3801.0, 3823.0, 3801.0, 3800.0, 3819.0, 3787.0, 3799.0, 3820.0, 3797.0, 3797.0, 3798.0, 3798.0, 3786.0, 3798.0, 3797.0, 3796.0, 3797.0, 3799.0, 3811.0, 3800.0, 3811.0, 3811.0, 3799.0, 3800.0, 3821.0, 3800.0, 3788.0, 3801.0, 3800.0, 3799.0, 3799.0, 3821.0, 3812.0, 3801.0, 3800.0, 3800.0, 3811.0, 3799.0, 3800.0, 3812.0, 3813.0, 3811.0, 3809.0, 3800.0, 3811.0, 3799.0, 3800.0, 3788.0, 3799.0, 3799.0, 3799.0, 3809.0, 3799.0, 3811.0, 3813.0, 3815.0, 3824.0, 3801.0, 3812.0, 3823.0, 3812.0, 3801.0, 3801.0, 3813.0, 3821.0, 3800.0, 3800.0, 3830.0, 3798.0, 3810.0, 3799.0, 3798.0, 3798.0, 3799.0, 3798.0, 3797.0, 3818.0, 3799.0, 3818.0, 3810.0, 3798.0, 3810.0, 3799.0, 3810.0, 3810.0, 3811.0, 3811.0, 3811.0, 3801.0, 3811.0, 3800.0, 3811.0, 3843.0, 3812.0, 3820.0, 3812.0, 3798.0, 3799.0, 3809.0, 3799.0, 3799.0, 3808.0, 3799.0, 3786.0, 3797.0, 3798.0, 3799.0, 3799.0, 3811.0, 3810.0, 3811.0, 3811.0, 3813.0, 3813.0, 3824.0, 3825.0, 3791.0, 3815.0, 3833.0, 3800.0, 3799.0, 3811.0, 3812.0, 3813.0, 3823.0, 3812.0, 3813.0, 3820.0, 3799.0, 3798.0, 3786.0, 3787.0, 3818.0, 3797.0, 3786.0, 3798.0, 3786.0, 3809.0, 3798.0, 3811.0, 3812.0, 3812.0, 3802.0, 3814.0, 3824.0, 3813.0, 3814.0, 3833.0, 3802.0, 3822.0, 3800.0, 3800.0, 3808.0, 3798.0, 3820.0, 3800.0, 3799.0, 3811.0, 3811.0, 3821.0, 3811.0, 3810.0, 3811.0, 3810.0, 3812.0, 3812.0, 3810.0, 3812.0, 3812.0, 3813.0, 3824.0, 3812.0, 3813.0, 3813.0, 3832.0, 3811.0, 3810.0, 3813.0, 3812.0, 3821.0, 3811.0, 3813.0, 3810.0, 3811.0, 3810.0, 3812.0, 3810.0, 3798.0, 3799.0, 3830.0, 3798.0, 3798.0, 3797.0, 3798.0, 3805.0, 3797.0, 3786.0, 3797.0, 3797.0, 3798.0, 3810.0, 3810.0, 3811.0, 3812.0, 3812.0, 3812.0, 3826.0, 3834.0, 3814.0, 3824.0, 3812.0, 3812.0, 3821.0, 3812.0, 3822.0, 3810.0, 3800.0, 3811.0, 3810.0, 3799.0, 3811.0, 3809.0, 3811.0, 3812.0, 3822.0, 3812.0, 3811.0, 3812.0, 3812.0, 3809.0, 3810.0, 3820.0, 3809.0, 3798.0, 3811.0, 3812.0, 3800.0, 3812.0, 3810.0, 3822.0, 3812.0, 3823.0, 3823.0, 3812.0, 3813.0, 3823.0, 3811.0, 3821.0, 3811.0, 3822.0, 3809.0, 3800.0, 3830.0, 3798.0, 3796.0, 3798.0, 3798.0, 3798.0, 3808.0, 3797.0, 3809.0, 3799.0, 3811.0, 3820.0, 3799.0, 3799.0, 3799.0, 3809.0, 3798.0, 3809.0, 3818.0, 3798.0, 3799.0, 3809.0, 3798.0, 3798.0, 3810.0, 3809.0, 3796.0, 3797.0, 3817.0, 3796.0, 3796.0, 3796.0, 3798.0, 3774.0, 3808.0, 3796.0, 3808.0, 3797.0, 3798.0, 3810.0, 3797.0, 3810.0, 3810.0, 3811.0, 3811.0, 3811.0, 3823.0, 3800.0, 3824.0, 3834.0, 3825.0, 3823.0, 3813.0, 3812.0, 3831.0, 3810.0, 3810.0, 3811.0, 3809.0, 3810.0, 3810.0, 3799.0, 3810.0, 3799.0, 3809.0, 3810.0, 3820.0, 3810.0, 3810.0, 3810.0, 3811.0, 3810.0, 3810.0, 3819.0, 3799.0, 3799.0, 3799.0, 3811.0, 3812.0, 3825.0, 3825.0, 3826.0, 3835.0, 3825.0, 3834.0, 3813.0, 3834.0, 3800.0, 3799.0, 3819.0, 3798.0, 3808.0, 3799.0, 3798.0, 3797.0, 3798.0, 3810.0, 3810.0, 3812.0, 3812.0, 3812.0, 3813.0, 3812.0, 3833.0, 3800.0, 3811.0, 3811.0, 3799.0, 3809.0, 3799.0, 3798.0, 3799.0, 3799.0, 3799.0, 3809.0, 3799.0, 3811.0, 3812.0, 3823.0, 3824.0, 3813.0, 3813.0, 3810.0, 3812.0, 3810.0, 3811.0, 3811.0, 3820.0, 3811.0, 3799.0, 3812.0, 3801.0, 3812.0, 3811.0, 3812.0, 3813.0, 3813.0, 3813.0, 3826.0, 3826.0, 3826.0, 3839.0, 3846.0, 3813.0, 3822.0, 3811.0, 3799.0, 3799.0, 3800.0, 3819.0, 3799.0, 3807.0, 3799.0, 3786.0, 3797.0, 3786.0, 3797.0, 3798.0, 3798.0, 3810.0, 3810.0, 3812.0, 3811.0, 3812.0, 3810.0, 3812.0, 3812.0, 3811.0, 3810.0, 3822.0, 3811.0, 3800.0, 3810.0, 3813.0, 3832.0, 3800.0, 3800.0, 3821.0, 3800.0, 3800.0, 3811.0, 3798.0, 3811.0, 3823.0, 3812.0, 3811.0, 3819.0, 3810.0, 3799.0, 3799.0, 3799.0, 3819.0, 3808.0, 3797.0, 3809.0, 3799.0, 3808.0, 3810.0, 3810.0, 3810.0, 3811.0, 3823.0, 3811.0, 3823.0, 3812.0, 3813.0, 3812.0, 3823.0, 3812.0, 3822.0, 3798.0, 3800.0, 3830.0, 3799.0, 3798.0, 3797.0, 3798.0, 3808.0, 3797.0, 3798.0, 3797.0, 3798.0, 3796.0, 3798.0, 3810.0, 3797.0, 3810.0, 3810.0, 3810.0, 3810.0, 3811.0, 3812.0, 3810.0, 3809.0, 3812.0, 3833.0, 3811.0, 3800.0, 3811.0, 3799.0, 3809.0, 3810.0, 3822.0, 3810.0, 3799.0, 3799.0, 3810.0, 3808.0, 3799.0, 3810.0, 3808.0, 3811.0, 3800.0, 3822.0, 3810.0, 3809.0, 3812.0, 3820.0, 3810.0, 3800.0, 3812.0, 3810.0, 3798.0, 3799.0, 3820.0, 3799.0, 3798.0, 3799.0, 3798.0, 3798.0, 3798.0, 3798.0, 3798.0, 3797.0, 3798.0, 3810.0, 3798.0, 3810.0, 3811.0, 3811.0, 3812.0, 3812.0, 3813.0, 3823.0, 3809.0, 3811.0, 3820.0, 3799.0, 3798.0, 3809.0, 3800.0, 3820.0, 3799.0, 3798.0, 3799.0, 3798.0, 3810.0, 3810.0, 3810.0, 3811.0, 3821.0, 3811.0, 3800.0, 3812.0, 3811.0, 3810.0, 3811.0, 3832.0, 3811.0, 3809.0, 3811.0, 3800.0, 3808.0, 3799.0, 3819.0, 3799.0, 3809.0, 3798.0, 3787.0, 3798.0, 3797.0, 3796.0, 3798.0, 3798.0, 3809.0, 3799.0, 3810.0, 3822.0, 3810.0, 3811.0, 3811.0, 3810.0, 3799.0, 3811.0, 3810.0, 3810.0, 3812.0, 3810.0, 3812.0, 3811.0, 3808.0, 3810.0, 3820.0, 3810.0, 3808.0, 3812.0, 3812.0, 3809.0, 3810.0, 3810.0, 3808.0, 3811.0, 3798.0, 3809.0, 3810.0, 3799.0, 3810.0, 3797.0, 3811.0, 3811.0, 3825.0, 3813.0, 3837.0, 3828.0, 3835.0, 3814.0, 3823.0, 3811.0, 3800.0, 3819.0, 3799.0, 3799.0, 3798.0, 3797.0, 3797.0, 3797.0, 3795.0, 3796.0, 3797.0, 3796.0, 3809.0, 3797.0, 3809.0, 3810.0, 3809.0, 3810.0, 3800.0, 3811.0, 3811.0, 3810.0, 3812.0, 3800.0, 3822.0, 3811.0, 3824.0, 3813.0, 3834.0, 3813.0, 3823.0, 3811.0, 3812.0, 3830.0, 3809.0, 3810.0, 3798.0, 3798.0, 3809.0, 3798.0, 3797.0, 3786.0, 3797.0, 3818.0, 3798.0, 3796.0, 3797.0, 3797.0, 3785.0, 3808.0, 3797.0, 3808.0, 3797.0, 3810.0, 3810.0, 3799.0, 3810.0, 3799.0, 3799.0, 3811.0, 3822.0, 3811.0, 3809.0, 3810.0, 3809.0, 3820.0, 3797.0, 3798.0, 3819.0, 3808.0, 3797.0, 3810.0, 3799.0, 3819.0, 3798.0, 3798.0, 3797.0, 3798.0, 3796.0, 3808.0, 3796.0, 3796.0, 3808.0, 3798.0, 3810.0, 3799.0, 3809.0, 3811.0, 3810.0], 'WindowWidth': [8635.0, 8610.0, 8597.0, 8592.0, 8601.0, 8568.0, 8600.0, 8553.0, 8593.0, 8549.0, 8559.0, 8546.0, 8554.0, 8539.0, 8540.0, 8539.0, 8541.0, 8538.0, 8541.0, 8535.0, 8559.0, 8562.0, 8562.0, 8565.0, 8546.0, 8564.0, 8563.0, 8569.0, 8568.0, 8566.0, 8572.0, 8579.0, 8570.0, 8581.0, 8565.0, 8566.0, 8602.0, 8569.0, 8596.0, 8550.0, 8546.0, 8556.0, 8539.0, 8591.0, 8543.0, 8543.0, 8542.0, 8544.0, 8523.0, 8535.0, 8536.0, 8538.0, 8541.0, 8570.0, 8540.0, 8562.0, 8545.0, 8545.0, 8543.0, 8541.0, 8560.0, 8564.0, 8559.0, 8566.0, 8552.0, 8566.0, 8565.0, 8596.0, 8570.0, 8585.0, 8551.0, 8570.0, 8579.0, 8567.0, 8615.0, 8567.0, 8554.0, 8553.0, 8532.0, 8577.0, 8568.0, 8568.0, 8583.0, 8574.0, 8619.0, 8571.0, 8554.0, 8567.0, 8576.0, 8545.0, 8595.0, 8546.0, 8556.0, 8548.0, 8527.0, 8548.0, 8541.0, 8559.0, 8558.0, 8563.0, 8541.0, 8563.0, 8546.0, 8566.0, 8548.0, 8558.0, 8564.0, 8578.0, 8562.0, 8547.0, 8566.0, 8564.0, 8567.0, 8594.0, 8569.0, 8582.0, 8570.0, 8600.0, 8565.0, 8601.0, 8561.0, 8562.0, 8546.0, 8548.0, 8591.0, 8540.0, 8562.0, 8572.0, 8539.0, 8555.0, 8540.0, 8538.0, 8518.0, 8538.0, 8569.0, 8555.0, 8539.0, 8561.0, 8546.0, 8541.0, 8556.0, 8572.0, 8557.0, 8555.0, 8541.0, 8557.0, 8542.0, 8550.0, 8539.0, 8541.0, 8561.0, 8545.0, 8581.0, 8580.0, 8583.0, 8584.0, 8572.0, 8606.0, 8607.0, 8597.0, 8561.0, 8578.0, 8575.0, 8543.0, 8578.0, 8542.0, 8539.0, 8568.0, 8518.0, 8537.0, 8569.0, 8533.0, 8531.0, 8532.0, 8534.0, 8514.0, 8533.0, 8532.0, 8530.0, 8532.0, 8537.0, 8556.0, 8540.0, 8556.0, 8555.0, 8538.0, 8541.0, 8571.0, 8541.0, 8522.0, 8543.0, 8542.0, 8538.0, 8539.0, 8570.0, 8558.0, 8545.0, 8539.0, 8540.0, 8556.0, 8538.0, 8540.0, 8562.0, 8562.0, 8558.0, 8551.0, 8541.0, 8556.0, 8537.0, 8539.0, 8521.0, 8538.0, 8538.0, 8537.0, 8552.0, 8539.0, 8560.0, 8564.0, 8570.0, 8582.0, 8545.0, 8560.0, 8575.0, 8559.0, 8544.0, 8544.0, 8561.0, 8573.0, 8540.0, 8539.0, 8582.0, 8536.0, 8555.0, 8537.0, 8535.0, 8536.0, 8539.0, 8535.0, 8533.0, 8562.0, 8537.0, 8564.0, 8553.0, 8535.0, 8554.0, 8538.0, 8554.0, 8554.0, 8556.0, 8556.0, 8557.0, 8544.0, 8557.0, 8542.0, 8556.0, 8608.0, 8559.0, 8571.0, 8558.0, 8536.0, 8539.0, 8553.0, 8537.0, 8535.0, 8549.0, 8537.0, 8515.0, 8534.0, 8535.0, 8538.0, 8537.0, 8558.0, 8556.0, 8558.0, 8559.0, 8562.0, 8564.0, 8579.0, 8583.0, 8534.0, 8566.0, 8590.0, 8543.0, 8539.0, 8558.0, 8560.0, 8564.0, 8580.0, 8562.0, 8565.0, 8569.0, 8537.0, 8534.0, 8516.0, 8518.0, 8562.0, 8530.0, 8515.0, 8534.0, 8516.0, 8553.0, 8536.0, 8559.0, 8561.0, 8563.0, 8550.0, 8567.0, 8582.0, 8562.0, 8565.0, 8592.0, 8546.0, 8572.0, 8541.0, 8540.0, 8548.0, 8535.0, 8568.0, 8540.0, 8537.0, 8557.0, 8558.0, 8570.0, 8558.0, 8553.0, 8557.0, 8553.0, 8562.0, 8563.0, 8555.0, 8560.0, 8562.0, 8562.0, 8579.0, 8562.0, 8562.0, 8563.0, 8586.0, 8558.0, 8556.0, 8562.0, 8562.0, 8575.0, 8559.0, 8563.0, 8556.0, 8556.0, 8557.0, 8558.0, 8555.0, 8535.0, 8537.0, 8582.0, 8535.0, 8535.0, 8532.0, 8532.0, 8541.0, 8531.0, 8515.0, 8531.0, 8531.0, 8535.0, 8553.0, 8555.0, 8559.0, 8562.0, 8563.0, 8562.0, 8584.0, 8594.0, 8566.0, 8581.0, 8562.0, 8562.0, 8573.0, 8559.0, 8573.0, 8554.0, 8540.0, 8556.0, 8554.0, 8538.0, 8558.0, 8554.0, 8556.0, 8560.0, 8575.0, 8558.0, 8557.0, 8561.0, 8562.0, 8552.0, 8554.0, 8567.0, 8552.0, 8536.0, 8559.0, 8561.0, 8542.0, 8560.0, 8556.0, 8575.0, 8562.0, 8579.0, 8577.0, 8561.0, 8564.0, 8578.0, 8558.0, 8571.0, 8558.0, 8574.0, 8551.0, 8540.0, 8584.0, 8535.0, 8531.0, 8534.0, 8533.0, 8535.0, 8548.0, 8534.0, 8550.0, 8538.0, 8556.0, 8567.0, 8539.0, 8538.0, 8538.0, 8550.0, 8535.0, 8552.0, 8565.0, 8533.0, 8538.0, 8552.0, 8534.0, 8536.0, 8553.0, 8552.0, 8529.0, 8532.0, 8562.0, 8530.0, 8528.0, 8532.0, 8534.0, 8498.0, 8546.0, 8530.0, 8547.0, 8531.0, 8535.0, 8556.0, 8533.0, 8556.0, 8555.0, 8556.0, 8557.0, 8559.0, 8577.0, 8545.0, 8581.0, 8594.0, 8582.0, 8580.0, 8564.0, 8561.0, 8588.0, 8554.0, 8555.0, 8555.0, 8550.0, 8553.0, 8554.0, 8538.0, 8555.0, 8540.0, 8550.0, 8555.0, 8569.0, 8554.0, 8554.0, 8555.0, 8556.0, 8552.0, 8552.0, 8565.0, 8536.0, 8535.0, 8536.0, 8557.0, 8559.0, 8584.0, 8584.0, 8586.0, 8599.0, 8582.0, 8595.0, 8562.0, 8596.0, 8539.0, 8539.0, 8566.0, 8533.0, 8546.0, 8533.0, 8530.0, 8531.0, 8532.0, 8552.0, 8553.0, 8558.0, 8559.0, 8558.0, 8561.0, 8559.0, 8591.0, 8540.0, 8558.0, 8555.0, 8536.0, 8550.0, 8537.0, 8535.0, 8535.0, 8536.0, 8536.0, 8549.0, 8539.0, 8557.0, 8559.0, 8575.0, 8580.0, 8561.0, 8560.0, 8554.0, 8559.0, 8552.0, 8554.0, 8555.0, 8568.0, 8554.0, 8537.0, 8558.0, 8541.0, 8557.0, 8556.0, 8559.0, 8559.0, 8562.0, 8563.0, 8585.0, 8584.0, 8588.0, 8610.0, 8615.0, 8563.0, 8573.0, 8556.0, 8538.0, 8536.0, 8538.0, 8565.0, 8535.0, 8546.0, 8534.0, 8515.0, 8530.0, 8515.0, 8530.0, 8533.0, 8534.0, 8552.0, 8554.0, 8561.0, 8557.0, 8557.0, 8554.0, 8558.0, 8560.0, 8556.0, 8555.0, 8575.0, 8556.0, 8540.0, 8556.0, 8561.0, 8590.0, 8540.0, 8542.0, 8573.0, 8538.0, 8540.0, 8557.0, 8536.0, 8556.0, 8578.0, 8558.0, 8557.0, 8566.0, 8553.0, 8537.0, 8536.0, 8537.0, 8565.0, 8547.0, 8532.0, 8551.0, 8538.0, 8548.0, 8553.0, 8554.0, 8556.0, 8558.0, 8576.0, 8558.0, 8576.0, 8563.0, 8563.0, 8562.0, 8575.0, 8559.0, 8578.0, 8537.0, 8539.0, 8584.0, 8536.0, 8536.0, 8531.0, 8533.0, 8547.0, 8531.0, 8532.0, 8531.0, 8533.0, 8529.0, 8536.0, 8552.0, 8533.0, 8553.0, 8554.0, 8553.0, 8553.0, 8555.0, 8560.0, 8557.0, 8552.0, 8559.0, 8591.0, 8557.0, 8541.0, 8555.0, 8540.0, 8553.0, 8552.0, 8575.0, 8553.0, 8537.0, 8538.0, 8554.0, 8549.0, 8536.0, 8552.0, 8549.0, 8555.0, 8539.0, 8573.0, 8556.0, 8551.0, 8558.0, 8570.0, 8555.0, 8541.0, 8559.0, 8555.0, 8534.0, 8538.0, 8568.0, 8538.0, 8536.0, 8535.0, 8536.0, 8535.0, 8533.0, 8534.0, 8533.0, 8533.0, 8534.0, 8554.0, 8535.0, 8554.0, 8555.0, 8557.0, 8560.0, 8558.0, 8563.0, 8577.0, 8553.0, 8555.0, 8572.0, 8539.0, 8534.0, 8550.0, 8539.0, 8567.0, 8537.0, 8536.0, 8537.0, 8534.0, 8554.0, 8553.0, 8554.0, 8557.0, 8572.0, 8556.0, 8540.0, 8560.0, 8558.0, 8555.0, 8557.0, 8588.0, 8556.0, 8553.0, 8556.0, 8542.0, 8549.0, 8538.0, 8567.0, 8536.0, 8552.0, 8534.0, 8519.0, 8535.0, 8532.0, 8530.0, 8533.0, 8535.0, 8552.0, 8539.0, 8556.0, 8573.0, 8557.0, 8558.0, 8557.0, 8555.0, 8538.0, 8558.0, 8557.0, 8553.0, 8558.0, 8553.0, 8559.0, 8556.0, 8550.0, 8554.0, 8567.0, 8554.0, 8550.0, 8560.0, 8559.0, 8553.0, 8553.0, 8553.0, 8548.0, 8557.0, 8535.0, 8553.0, 8554.0, 8539.0, 8554.0, 8530.0, 8554.0, 8555.0, 8584.0, 8566.0, 8603.0, 8593.0, 8600.0, 8566.0, 8576.0, 8556.0, 8538.0, 8567.0, 8536.0, 8537.0, 8533.0, 8532.0, 8532.0, 8530.0, 8526.0, 8528.0, 8530.0, 8528.0, 8551.0, 8533.0, 8550.0, 8553.0, 8552.0, 8554.0, 8539.0, 8557.0, 8557.0, 8553.0, 8558.0, 8542.0, 8574.0, 8558.0, 8579.0, 8564.0, 8594.0, 8561.0, 8577.0, 8558.0, 8559.0, 8583.0, 8551.0, 8555.0, 8534.0, 8534.0, 8551.0, 8534.0, 8532.0, 8514.0, 8531.0, 8563.0, 8533.0, 8528.0, 8531.0, 8532.0, 8514.0, 8546.0, 8530.0, 8547.0, 8531.0, 8553.0, 8555.0, 8537.0, 8555.0, 8538.0, 8537.0, 8556.0, 8575.0, 8556.0, 8553.0, 8553.0, 8553.0, 8571.0, 8533.0, 8534.0, 8567.0, 8547.0, 8533.0, 8552.0, 8539.0, 8565.0, 8533.0, 8535.0, 8531.0, 8534.0, 8529.0, 8547.0, 8529.0, 8529.0, 8547.0, 8535.0, 8554.0, 8537.0, 8553.0, 8558.0, 8556.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.0009571412169919632</td></tr>
<tr><td colspan=3>aqi</td><td>0.022072332261768086</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.408851360517225</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2413646402183915</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0106964409999997</td></tr>
<tr><td colspan=3>efc</td><td>0.4939</td></tr>
<tr><td colspan=3>fber</td><td>4400.3809</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08799200869343635</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.296211251435132</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4226843778930403</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4117541243174827</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.676543299822599</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1797557095390396</td></tr>
<tr><td colspan=3>gcor</td><td>0.00771745</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011270673014223576</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034291286021471024</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>3.970016199782467</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.6625</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9435</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.1523</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299348.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>900.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.7839</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.604</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.9628</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3018.9741</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.9991</td></tr>
<tr><td colspan=3>tsnr</td><td>38.696128704352304</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>