<?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-0031_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0031_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-01/func/sub-0031_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>049acf0d2469f0b8a5ebc6c76248e339</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:28:48.302500</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.999712, -0.022589, 0.00805869, 0.0228612, 0.99911, -0.0354596]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0895521</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7282, 562, -81, -177, 68, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.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>260.777</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e9435be0-ebaa-47b5-a914-3bcfe5580ea1||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.682155132293701, 0.06133488565683365, 0.019576402381062508, 110.14803314208984], [0.06060453876852989, 2.6805379390716553, -0.09621068090200424, -94.56466674804688], [0.021620875224471092, 0.0951353907585144, 2.698214292526245, -91.45787048339844], [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': ['132848.302500', '132848.762500', '132849.222500', '132849.682500', '132850.142500', '132850.602500', '132851.062500', '132851.522500', '132851.982500', '132852.442500', '132852.902500', '132853.362500', '132853.822500', '132854.282500', '132854.742500', '132855.202500', '132855.662500', '132856.122500', '132856.582500', '132857.042500', '132857.502500', '132857.962500', '132858.422500', '132858.882500', '132859.342500', '132859.802500', '132900.262500', '132900.722500', '132901.182500', '132901.642500', '132902.102500', '132902.562500', '132903.022500', '132903.482500', '132903.942500', '132904.402500', '132904.862500', '132905.322500', '132905.782500', '132906.242500', '132906.702500', '132907.162500', '132907.622500', '132908.082500', '132908.542500', '132909.002500', '132909.462500', '132909.922500', '132910.382500', '132910.842500', '132911.302500', '132911.762500', '132912.222500', '132912.682500', '132913.142500', '132913.602500', '132914.062500', '132914.522500', '132914.982500', '132915.442500', '132915.902500', '132916.362500', '132916.822500', '132917.282500', '132917.742500', '132918.202500', '132918.662500', '132919.122500', '132919.582500', '132920.042500', '132920.502500', '132920.962500', '132921.422500', '132921.882500', '132922.342500', '132922.802500', '132923.262500', '132923.722500', '132924.182500', '132924.642500', '132925.102500', '132925.562500', '132926.022500', '132926.482500', '132926.942500', '132927.402500', '132927.862500', '132928.322500', '132928.782500', '132929.242500', '132929.702500', '132930.162500', '132930.622500', '132931.082500', '132931.542500', '132932.002500', '132932.462500', '132932.922500', '132933.382500', '132933.842500', '132934.302500', '132934.762500', '132935.222500', '132935.682500', '132936.142500', '132936.602500', '132937.062500', '132937.522500', '132937.982500', '132938.442500', '132938.902500', '132939.362500', '132939.822500', '132940.282500', '132940.742500', '132941.202500', '132941.662500', '132942.122500', '132942.582500', '132943.042500', '132943.502500', '132943.962500', '132944.422500', '132944.882500', '132945.342500', '132945.802500', '132946.262500', '132946.722500', '132947.182500', '132947.642500', '132948.102500', '132948.562500', '132949.022500', '132949.482500', '132949.942500', '132950.402500', '132950.862500', '132951.322500', '132951.782500', '132952.242500', '132952.702500', '132953.162500', '132953.622500', '132954.082500', '132954.542500', '132955.002500', '132955.462500', '132955.922500', '132956.382500', '132956.842500', '132957.302500', '132957.762500', '132958.222500', '132958.682500', '132959.142500', '132959.602500', '133000.062500', '133000.522500', '133000.982500', '133001.442500', '133001.902500', '133002.362500', '133002.822500', '133003.282500', '133003.742500', '133004.202500', '133004.662500', '133005.122500', '133005.582500', '133006.042500', '133006.502500', '133006.962500', '133007.422500', '133007.882500', '133008.342500', '133008.802500', '133009.262500', '133009.722500', '133010.182500', '133010.642500', '133011.102500', '133011.562500', '133012.022500', '133012.482500', '133012.942500', '133013.402500', '133013.862500', '133014.322500', '133014.782500', '133015.242500', '133015.702500', '133016.162500', '133016.622500', '133017.082500', '133017.542500', '133018.002500', '133018.462500', '133018.922500', '133019.382500', '133019.842500', '133020.302500', '133020.762500', '133021.222500', '133021.682500', '133022.142500', '133022.602500', '133023.062500', '133023.522500', '133023.982500', '133024.442500', '133024.902500', '133025.362500', '133025.822500', '133026.282500', '133026.742500', '133027.202500', '133027.662500', '133028.122500', '133028.582500', '133029.042500', '133029.502500', '133029.962500', '133030.422500', '133030.882500', '133031.342500', '133031.802500', '133032.262500', '133032.722500', '133033.182500', '133033.642500', '133034.102500', '133034.562500', '133035.022500', '133035.482500', '133035.942500', '133036.402500', '133036.862500', '133037.322500', '133037.782500', '133038.242500', '133038.702500', '133039.162500', '133039.622500', '133040.082500', '133040.542500', '133041.002500', '133041.462500', '133041.922500', '133042.382500', '133042.842500', '133043.302500', '133043.762500', '133044.222500', '133044.682500', '133045.142500', '133045.602500', '133046.062500', '133046.522500', '133046.982500', '133047.442500', '133047.902500', '133048.362500', '133048.822500', '133049.282500', '133049.742500', '133050.202500', '133050.662500', '133051.122500', '133051.582500', '133052.042500', '133052.502500', '133052.962500', '133053.422500', '133053.882500', '133054.342500', '133054.802500', '133055.262500', '133055.722500', '133056.182500', '133056.642500', '133057.102500', '133057.562500', '133058.022500', '133058.482500', '133058.942500', '133059.402500', '133059.862500', '133100.322500', '133100.782500', '133101.242500', '133101.702500', '133102.162500', '133102.622500', '133103.082500', '133103.542500', '133104.002500', '133104.462500', '133104.922500', '133105.382500', '133105.842500', '133106.302500', '133106.762500', '133107.222500', '133107.682500', '133108.142500', '133108.602500', '133109.062500', '133109.522500', '133109.982500', '133110.442500', '133110.902500', '133111.362500', '133111.822500', '133112.282500', '133112.742500', '133113.202500', '133113.662500', '133114.122500', '133114.582500', '133115.042500', '133115.502500', '133115.962500', '133116.422500', '133116.882500', '133117.342500', '133117.802500', '133118.262500', '133118.722500', '133119.182500', '133119.642500', '133120.102500', '133120.562500', '133121.022500', '133121.482500', '133121.942500', '133122.402500', '133122.862500', '133123.322500', '133123.782500', '133124.242500', '133124.702500', '133125.162500', '133125.622500', '133126.082500', '133126.542500', '133127.002500', '133127.462500', '133127.922500', '133128.382500', '133128.842500', '133129.302500', '133129.762500', '133130.222500', '133130.682500', '133131.142500', '133131.602500', '133132.062500', '133132.522500', '133132.982500', '133133.442500', '133133.902500', '133134.362500', '133134.822500', '133135.282500', '133135.742500', '133136.202500', '133136.662500', '133137.122500', '133137.582500', '133138.042500', '133138.502500', '133138.962500', '133139.422500', '133139.882500', '133140.342500', '133140.802500', '133141.262500', '133141.722500', '133142.182500', '133142.642500', '133143.102500', '133143.562500', '133144.022500', '133144.482500', '133144.942500', '133145.402500', '133145.862500', '133146.322500', '133146.782500', '133147.242500', '133147.702500', '133148.162500', '133148.622500', '133149.082500', '133149.542500', '133150.002500', '133150.462500', '133150.922500', '133151.382500', '133151.842500', '133152.302500', '133152.762500', '133153.222500', '133153.682500', '133154.142500', '133154.602500', '133155.062500', '133155.522500', '133155.982500', '133156.442500', '133156.902500', '133157.362500', '133157.822500', '133158.282500', '133158.742500', '133159.202500', '133159.662500', '133200.122500', '133200.582500', '133201.042500', '133201.502500', '133201.962500', '133202.422500', '133202.882500', '133203.342500', '133203.802500', '133204.262500', '133204.722500', '133205.182500', '133205.642500', '133206.102500', '133206.562500', '133207.022500', '133207.482500', '133207.942500', '133208.402500', '133208.862500', '133209.322500', '133209.782500', '133210.242500', '133210.702500', '133211.162500', '133211.622500', '133212.082500', '133212.542500', '133213.002500', '133213.462500', '133213.922500', '133214.382500', '133214.842500', '133215.302500', '133215.762500', '133216.222500', '133216.682500', '133217.142500', '133217.602500', '133218.062500', '133218.522500', '133218.982500', '133219.442500', '133219.902500', '133220.362500', '133220.822500', '133221.282500', '133221.742500', '133222.202500', '133222.662500', '133223.122500', '133223.582500', '133224.042500', '133224.502500', '133224.962500', '133225.422500', '133225.882500', '133226.342500', '133226.802500', '133227.262500', '133227.722500', '133228.182500', '133228.642500', '133229.102500', '133229.562500', '133230.022500', '133230.482500', '133230.942500', '133231.402500', '133231.862500', '133232.322500', '133232.782500', '133233.242500', '133233.702500', '133234.162500', '133234.622500', '133235.082500', '133235.542500', '133236.002500', '133236.462500', '133236.922500', '133237.382500', '133237.842500', '133238.302500', '133238.762500', '133239.222500', '133239.682500', '133240.142500', '133240.602500', '133241.062500', '133241.522500', '133241.982500', '133242.442500', '133242.902500', '133243.362500', '133243.822500', '133244.282500', '133244.742500', '133245.202500', '133245.662500', '133246.122500', '133246.582500', '133247.042500', '133247.502500', '133247.962500', '133248.422500', '133248.882500', '133249.342500', '133249.802500', '133250.262500', '133250.722500', '133251.182500', '133251.642500', '133252.102500', '133252.562500', '133253.022500', '133253.482500', '133253.942500', '133254.402500', '133254.862500', '133255.322500', '133255.782500', '133256.242500', '133256.702500', '133257.162500', '133257.622500', '133258.082500', '133258.542500', '133259.002500', '133259.462500', '133259.922500', '133300.382500', '133300.842500', '133301.302500', '133301.762500', '133302.222500', '133302.682500', '133303.142500', '133303.602500', '133304.062500', '133304.522500', '133304.982500', '133305.442500', '133305.902500', '133306.362500', '133306.822500', '133307.282500', '133307.742500', '133308.202500', '133308.662500', '133309.122500', '133309.582500', '133310.042500', '133310.502500', '133310.962500', '133311.422500', '133311.882500', '133312.342500', '133312.802500', '133313.262500', '133313.722500', '133314.182500', '133314.642500', '133315.102500', '133315.562500', '133316.022500', '133316.482500', '133316.942500', '133317.402500', '133317.862500', '133318.322500', '133318.782500', '133319.242500', '133319.702500', '133320.162500', '133320.622500', '133321.082500', '133321.542500', '133322.002500', '133322.462500', '133322.922500', '133323.382500', '133323.842500', '133324.302500', '133324.762500', '133325.222500', '133325.682500', '133326.142500', '133326.602500', '133327.062500', '133327.522500', '133327.982500', '133328.442500', '133328.902500', '133329.362500', '133329.822500', '133330.282500', '133330.742500', '133331.202500', '133331.662500', '133332.122500', '133332.582500', '133333.042500', '133333.502500', '133333.962500', '133334.422500', '133334.882500', '133335.342500', '133335.802500', '133336.262500', '133336.722500', '133337.182500', '133337.642500', '133338.102500', '133338.562500', '133339.022500', '133339.482500', '133339.942500', '133340.402500', '133340.862500', '133341.322500', '133341.782500', '133342.242500', '133342.702500', '133343.162500', '133343.622500', '133344.082500', '133344.542500', '133345.002500', '133345.462500', '133345.922500', '133346.382500', '133346.842500', '133347.302500', '133347.762500', '133348.222500', '133348.682500', '133349.142500', '133349.602500', '133350.062500', '133350.522500', '133350.982500', '133351.442500', '133351.902500', '133352.362500', '133352.822500', '133353.282500', '133353.742500', '133354.202500', '133354.662500', '133355.122500', '133355.582500', '133356.042500', '133356.502500', '133356.962500', '133357.422500', '133357.882500', '133358.342500', '133358.802500', '133359.262500', '133359.722500', '133400.182500', '133400.642500', '133401.102500', '133401.562500', '133402.022500', '133402.482500', '133402.942500', '133403.402500', '133403.862500', '133404.322500', '133404.782500', '133405.242500', '133405.702500', '133406.162500', '133406.622500', '133407.082500', '133407.542500', '133408.002500', '133408.462500', '133408.922500', '133409.382500', '133409.842500', '133410.302500', '133410.762500', '133411.222500', '133411.682500', '133412.142500', '133412.602500', '133413.062500', '133413.522500', '133413.982500', '133414.442500', '133414.902500', '133415.362500', '133415.822500', '133416.282500', '133416.742500', '133417.202500', '133417.662500', '133418.122500', '133418.582500', '133419.042500', '133419.502500', '133419.962500', '133420.422500', '133420.882500', '133421.342500', '133421.802500', '133422.262500', '133422.722500', '133423.182500', '133423.642500', '133424.102500', '133424.562500', '133425.022500', '133425.482500', '133425.942500', '133426.402500', '133426.862500', '133427.322500', '133427.782500', '133428.242500', '133428.702500', '133429.162500', '133429.622500', '133430.082500', '133430.542500', '133431.002500', '133431.462500', '133431.922500', '133432.382500', '133432.842500', '133433.302500', '133433.762500', '133434.222500', '133434.682500', '133435.142500', '133435.602500', '133436.062500', '133436.522500', '133436.982500', '133437.442500', '133437.902500', '133438.362500', '133438.822500', '133439.282500', '133439.742500', '133440.202500', '133440.662500', '133441.122500', '133441.582500', '133442.042500', '133442.502500', '133442.962500', '133443.422500', '133443.882500', '133444.342500', '133444.802500', '133445.262500', '133445.722500', '133446.182500', '133446.642500', '133447.102500', '133447.562500', '133448.022500', '133448.482500', '133448.942500', '133449.402500', '133449.862500', '133450.322500', '133450.782500', '133451.242500', '133451.702500', '133452.162500', '133452.622500', '133453.082500', '133453.542500', '133454.002500', '133454.462500', '133454.922500', '133455.382500', '133455.842500', '133456.302500', '133456.762500', '133457.222500', '133457.682500', '133458.142500', '133458.602500', '133459.062500', '133459.522500', '133459.982500', '133500.442500', '133500.902500', '133501.362500', '133501.822500', '133502.282500', '133502.742500', '133503.202500', '133503.662500', '133504.122500', '133504.582500', '133505.042500', '133505.502500', '133505.962500', '133506.422500', '133506.882500', '133507.342500', '133507.802500', '133508.262500', '133508.722500', '133509.182500', '133509.642500', '133510.102500', '133510.562500', '133511.022500', '133511.482500', '133511.942500', '133512.402500', '133512.862500', '133513.322500', '133513.782500', '133514.242500', '133514.702500', '133515.162500', '133515.622500', '133516.082500', '133516.542500', '133517.002500', '133517.462500', '133517.922500', '133518.382500', '133518.842500', '133519.302500', '133519.762500', '133520.222500', '133520.682500', '133521.142500', '133521.602500', '133522.062500', '133522.522500', '133522.982500', '133523.442500', '133523.902500', '133524.362500', '133524.822500', '133525.282500', '133525.742500', '133526.202500', '133526.662500', '133527.122500', '133527.582500', '133528.042500', '133528.502500', '133528.962500'], 'ContentTime': ['132906.212000', '132906.216000', '132906.219000', '132906.240000', '132906.243000', '132906.246000', '132906.249000', '132906.252000', '132906.254000', '132906.257000', '132906.260000', '132906.263000', '132906.266000', '132906.269000', '132906.271000', '132906.274000', '132906.277000', '132906.280000', '132906.283000', '132906.286000', '132906.288000', '132906.291000', '132906.294000', '132906.297000', '132906.305000', '132906.307000', '132906.310000', '132906.313000', '132906.316000', '132906.319000', '132906.322000', '132906.325000', '132906.327000', '132906.330000', '132906.333000', '132906.336000', '132906.339000', '132926.172000', '132926.175000', '132926.193000', '132926.195000', '132926.198000', '132926.201000', '132926.204000', '132926.207000', '132926.210000', '132926.222000', '132926.225000', '132926.228000', '132926.231000', '132926.233000', '132926.236000', '132926.239000', '132926.242000', '132926.245000', '132926.248000', '132926.250000', '132926.253000', '132926.256000', '132926.259000', '132926.262000', '132926.265000', '132926.267000', '132926.270000', '132926.273000', '132926.277000', '132926.280000', '132926.283000', '132926.286000', '132926.289000', '132926.292000', '132926.294000', '132926.297000', '132926.300000', '132926.303000', '132926.306000', '132926.309000', '132926.311000', '132926.314000', '132926.317000', '132946.172000', '132946.175000', '132946.178000', '132946.181000', '132946.183000', '132946.186000', '132946.189000', '132946.192000', '132946.195000', '132946.198000', '132946.200000', '132946.203000', '132946.206000', '132946.209000', '132946.212000', '132946.215000', '132946.224000', '132946.227000', '132946.230000', '132946.233000', '132946.235000', '132946.238000', '132946.241000', '132946.244000', '132946.247000', '132946.249000', '132946.252000', '132946.255000', '132946.258000', '132946.261000', '132946.264000', '132946.267000', '132946.270000', '132946.272000', '132946.275000', '132946.278000', '132946.281000', '132946.284000', '132946.286000', '132946.289000', '132946.292000', '132946.295000', '132946.298000', '132946.301000', '133006.172000', '133006.235000', '133006.238000', '133006.241000', '133006.244000', '133006.247000', '133006.250000', '133006.253000', '133006.255000', '133006.258000', '133006.261000', '133006.264000', '133006.267000', '133006.270000', '133006.272000', '133006.275000', '133006.278000', '133006.281000', '133006.284000', '133006.287000', '133006.290000', '133006.292000', '133006.295000', '133006.298000', '133006.301000', '133006.304000', '133006.307000', '133006.309000', '133006.312000', '133006.315000', '133006.318000', '133006.321000', '133006.324000', '133006.327000', '133006.330000', '133006.332000', '133006.335000', '133006.338000', '133006.341000', '133006.344000', '133006.347000', '133006.350000', '133006.353000', '133026.172000', '133026.203000', '133026.206000', '133026.209000', '133026.212000', '133026.215000', '133026.218000', '133026.221000', '133026.223000', '133026.226000', '133026.229000', '133026.232000', '133026.235000', '133026.238000', '133026.240000', '133026.243000', '133026.246000', '133026.249000', '133026.252000', '133026.255000', '133026.258000', '133026.260000', '133026.263000', '133026.266000', '133026.269000', '133026.272000', '133026.275000', '133026.277000', '133026.280000', '133026.283000', '133026.286000', '133026.289000', '133026.292000', '133026.295000', '133026.297000', '133026.300000', '133026.303000', '133026.306000', '133026.309000', '133026.312000', '133026.315000', '133026.317000', '133026.320000', '133026.323000', '133046.172000', '133046.175000', '133046.178000', '133046.181000', '133046.184000', '133046.186000', '133046.189000', '133046.192000', '133046.195000', '133046.198000', '133046.201000', '133046.204000', '133046.207000', '133046.209000', '133046.212000', '133046.227000', '133046.229000', '133046.232000', '133046.235000', '133046.238000', '133046.241000', '133046.244000', '133046.247000', '133046.249000', '133046.252000', '133046.255000', '133046.258000', '133046.261000', '133046.264000', '133046.267000', '133046.269000', '133046.272000', '133046.275000', '133046.278000', '133046.281000', '133046.284000', '133046.287000', '133046.290000', '133046.292000', '133046.300000', '133046.303000', '133046.306000', '133046.309000', '133106.172000', '133106.175000', '133106.178000', '133106.181000', '133106.184000', '133106.187000', '133106.190000', '133106.193000', '133106.195000', '133106.198000', '133106.201000', '133106.204000', '133106.207000', '133106.210000', '133106.213000', '133106.215000', '133106.218000', '133106.221000', '133106.224000', '133106.227000', '133106.230000', '133106.233000', '133106.235000', '133106.238000', '133106.241000', '133106.244000', '133106.247000', '133106.250000', '133106.253000', '133106.255000', '133106.258000', '133106.261000', '133106.264000', '133106.267000', '133106.270000', '133106.273000', '133106.275000', '133106.278000', '133106.281000', '133106.284000', '133106.287000', '133106.290000', '133106.293000', '133126.172000', '133126.175000', '133126.178000', '133126.181000', '133126.184000', '133126.186000', '133126.189000', '133126.192000', '133126.195000', '133126.198000', '133126.201000', '133126.204000', '133126.206000', '133126.212000', '133126.214000', '133126.217000', '133126.220000', '133126.223000', '133126.226000', '133126.229000', '133126.232000', '133126.235000', '133126.237000', '133126.240000', '133126.243000', '133126.246000', '133126.249000', '133126.252000', '133126.255000', '133126.257000', '133126.260000', '133126.263000', '133126.266000', '133126.269000', '133126.272000', '133126.274000', '133126.277000', '133126.280000', '133126.283000', '133126.286000', '133126.289000', '133126.292000', '133126.295000', '133126.297000', '133146.172000', '133146.175000', '133146.178000', '133146.183000', '133146.187000', '133146.190000', '133146.192000', '133146.195000', '133146.198000', '133146.201000', '133146.204000', '133146.207000', '133146.210000', '133146.213000', '133146.215000', '133146.218000', '133146.221000', '133146.224000', '133146.227000', '133146.230000', '133146.233000', '133146.236000', '133146.238000', '133146.241000', '133146.244000', '133146.247000', '133146.250000', '133146.253000', '133146.255000', '133146.258000', '133146.261000', '133146.264000', '133146.267000', '133146.270000', '133146.273000', '133146.275000', '133146.278000', '133146.281000', '133146.284000', '133146.287000', '133146.290000', '133146.293000', '133146.295000', '133206.172000', '133206.194000', '133206.196000', '133206.199000', '133206.202000', '133206.205000', '133206.208000', '133206.211000', '133206.214000', '133206.216000', '133206.219000', '133206.222000', '133206.225000', '133206.228000', '133206.231000', '133206.234000', '133206.237000', '133206.240000', '133206.242000', '133206.245000', '133206.248000', '133206.251000', '133206.254000', '133206.257000', '133206.259000', '133206.262000', '133206.265000', '133206.268000', '133206.271000', '133206.274000', '133206.277000', '133206.280000', '133206.282000', '133206.285000', '133206.288000', '133206.291000', '133206.294000', '133206.297000', '133206.300000', '133206.303000', '133206.305000', '133206.315000', '133206.318000', '133206.321000', '133226.172000', '133226.175000', '133226.178000', '133226.181000', '133226.184000', '133226.187000', '133226.190000', '133226.193000', '133226.196000', '133226.198000', '133226.201000', '133226.204000', '133226.207000', '133226.210000', '133226.213000', '133226.216000', '133226.219000', '133226.221000', '133226.224000', '133226.227000', '133226.230000', '133226.233000', '133226.236000', '133226.239000', '133226.242000', '133226.245000', '133226.247000', '133226.250000', '133226.253000', '133226.256000', '133226.259000', '133226.262000', '133226.265000', '133226.268000', '133226.270000', '133226.273000', '133226.276000', '133226.279000', '133226.282000', '133226.285000', '133226.288000', '133226.291000', '133226.293000', '133246.172000', '133246.186000', '133246.189000', '133246.191000', '133246.194000', '133246.197000', '133246.200000', '133246.203000', '133246.206000', '133246.209000', '133246.211000', '133246.214000', '133246.217000', '133246.220000', '133246.223000', '133246.226000', '133246.229000', '133246.232000', '133246.234000', '133246.237000', '133246.240000', '133246.243000', '133246.246000', '133246.249000', '133246.252000', '133246.254000', '133246.257000', '133246.260000', '133246.263000', '133246.266000', '133246.269000', '133246.271000', '133246.274000', '133246.277000', '133246.280000', '133246.283000', '133246.286000', '133246.289000', '133246.291000', '133246.294000', '133246.297000', '133246.300000', '133246.303000', '133246.306000', '133306.172000', '133306.196000', '133306.199000', '133306.201000', '133306.204000', '133306.207000', '133306.210000', '133306.213000', '133306.216000', '133306.219000', '133306.222000', '133306.225000', '133306.228000', '133306.231000', '133306.234000', '133306.237000', '133306.239000', '133306.242000', '133306.245000', '133306.248000', '133306.251000', '133306.254000', '133306.257000', '133306.260000', '133306.263000', '133306.265000', '133306.268000', '133306.271000', '133306.274000', '133306.277000', '133306.280000', '133306.282000', '133306.285000', '133306.288000', '133306.291000', '133306.294000', '133306.297000', '133306.300000', '133306.302000', '133306.305000', '133306.308000', '133306.311000', '133306.314000', '133326.172000', '133326.195000', '133326.198000', '133326.201000', '133326.204000', '133326.207000', '133326.210000', '133326.212000', '133326.215000', '133326.218000', '133326.221000', '133326.224000', '133326.227000', '133326.230000', '133326.233000', '133326.236000', '133326.239000', '133326.241000', '133326.244000', '133326.247000', '133326.250000', '133326.253000', '133326.256000', '133326.259000', '133326.262000', '133326.264000', '133326.267000', '133326.270000', '133326.273000', '133326.276000', '133326.279000', '133326.282000', '133326.284000', '133326.287000', '133326.290000', '133326.293000', '133326.296000', '133326.299000', '133326.302000', '133326.304000', '133326.307000', '133326.310000', '133326.313000', '133326.316000', '133346.172000', '133346.206000', '133346.209000', '133346.212000', '133346.215000', '133346.218000', '133346.221000', '133346.224000', '133346.227000', '133346.229000', '133346.232000', '133346.235000', '133346.238000', '133346.241000', '133346.244000', '133346.247000', '133346.250000', '133346.253000', '133346.256000', '133346.259000', '133346.262000', '133346.274000', '133346.277000', '133346.280000', '133346.283000', '133346.286000', '133346.289000', '133346.292000', '133346.294000', '133346.297000', '133346.300000', '133346.303000', '133346.306000', '133346.309000', '133346.312000', '133346.314000', '133346.317000', '133346.320000', '133346.323000', '133346.326000', '133346.329000', '133346.332000', '133346.335000', '133406.172000', '133406.209000', '133406.212000', '133406.215000', '133406.217000', '133406.220000', '133406.223000', '133406.226000', '133406.229000', '133406.232000', '133406.235000', '133406.238000', '133406.241000', '133406.243000', '133406.246000', '133406.249000', '133406.252000', '133406.255000', '133406.258000', '133406.261000', '133406.264000', '133406.266000', '133406.269000', '133406.272000', '133406.275000', '133406.278000', '133406.281000', '133406.284000', '133406.286000', '133406.289000', '133406.292000', '133406.295000', '133406.298000', '133406.301000', '133406.304000', '133406.307000', '133406.309000', '133406.312000', '133406.315000', '133406.318000', '133406.321000', '133406.324000', '133406.327000', '133406.330000', '133426.172000', '133426.199000', '133426.202000', '133426.205000', '133426.208000', '133426.211000', '133426.214000', '133426.217000', '133426.220000', '133426.222000', '133426.225000', '133426.228000', '133426.231000', '133426.234000', '133426.237000', '133426.240000', '133426.243000', '133426.246000', '133426.259000', '133426.262000', '133426.264000', '133426.267000', '133426.270000', '133426.273000', '133426.276000', '133426.279000', '133426.282000', '133426.284000', '133426.287000', '133426.290000', '133426.293000', '133426.296000', '133426.299000', '133426.302000', '133426.305000', '133426.307000', '133426.310000', '133426.313000', '133426.316000', '133426.319000', '133426.322000', '133426.325000', '133426.327000', '133446.172000', '133446.215000', '133446.218000', '133446.221000', '133446.223000', '133446.226000', '133446.229000', '133446.232000', '133446.235000', '133446.238000', '133446.241000', '133446.244000', '133446.246000', '133446.249000', '133446.252000', '133446.255000', '133446.258000', '133446.261000', '133446.264000', '133446.266000', '133446.269000', '133446.272000', '133446.275000', '133446.278000', '133446.281000', '133446.284000', '133446.287000', '133446.291000', '133446.294000', '133446.297000', '133446.300000', '133446.303000', '133446.305000', '133446.308000', '133446.311000', '133446.314000', '133446.317000', '133446.320000', '133446.323000', '133446.326000', '133446.328000', '133446.331000', '133446.334000', '133446.337000', '133506.172000', '133506.209000', '133506.211000', '133506.214000', '133506.217000', '133506.220000', '133506.223000', '133506.226000', '133506.229000', '133506.231000', '133506.234000', '133506.237000', '133506.240000', '133506.243000', '133506.246000', '133506.249000', '133506.251000', '133506.254000', '133506.257000', '133506.260000', '133506.263000', '133506.266000', '133506.269000', '133506.272000', '133506.275000', '133506.278000', '133506.281000', '133506.284000', '133506.286000', '133506.289000', '133506.292000', '133506.295000', '133506.311000', '133506.314000', '133506.317000', '133506.319000', '133506.322000', '133506.325000', '133506.328000', '133506.331000', '133506.334000', '133506.337000', '133506.339000', '133526.172000', '133526.210000', '133526.213000', '133526.216000', '133526.218000', '133526.221000', '133526.224000', '133526.227000', '133526.230000', '133526.233000', '133526.236000', '133526.238000', '133526.241000', '133526.244000', '133526.247000', '133526.250000', '133526.253000', '133526.256000', '133526.259000', '133526.261000', '133526.264000', '133526.267000', '133526.270000', '133526.273000', '133526.276000', '133526.279000', '133526.282000', '133526.284000', '133526.287000', '133526.290000', '133526.293000', '133526.296000', '133526.299000', '133526.302000', '133526.305000', '133526.307000', '133526.310000', '133526.313000', '133526.316000', '133526.319000', '133526.322000', '133526.325000', '133526.327000', '133526.330000', '133530.240000', '133530.244000', '133530.247000', '133530.251000', '133530.254000', '133530.257000', '133530.260000', '133530.263000', '133530.266000'], 'InstanceCreationTime': ['132906.212000', '132906.216000', '132906.219000', '132906.240000', '132906.243000', '132906.246000', '132906.249000', '132906.252000', '132906.254000', '132906.257000', '132906.260000', '132906.263000', '132906.266000', '132906.269000', '132906.271000', '132906.274000', '132906.277000', '132906.280000', '132906.283000', '132906.286000', '132906.288000', '132906.291000', '132906.294000', '132906.297000', '132906.305000', '132906.307000', '132906.310000', '132906.313000', '132906.316000', '132906.319000', '132906.322000', '132906.325000', '132906.327000', '132906.330000', '132906.333000', '132906.336000', '132906.339000', '132926.172000', '132926.175000', '132926.193000', '132926.195000', '132926.198000', '132926.201000', '132926.204000', '132926.207000', '132926.210000', '132926.222000', '132926.225000', '132926.228000', '132926.231000', '132926.233000', '132926.236000', '132926.239000', '132926.242000', '132926.245000', '132926.248000', '132926.250000', '132926.253000', '132926.256000', '132926.259000', '132926.262000', '132926.265000', '132926.267000', '132926.270000', '132926.273000', '132926.277000', '132926.280000', '132926.283000', '132926.286000', '132926.289000', '132926.292000', '132926.294000', '132926.297000', '132926.300000', '132926.303000', '132926.306000', '132926.309000', '132926.311000', '132926.314000', '132926.317000', '132946.172000', '132946.175000', '132946.178000', '132946.181000', '132946.183000', '132946.186000', '132946.189000', '132946.192000', '132946.195000', '132946.198000', '132946.200000', '132946.203000', '132946.206000', '132946.209000', '132946.212000', '132946.215000', '132946.224000', '132946.227000', '132946.230000', '132946.233000', '132946.235000', '132946.238000', '132946.241000', '132946.244000', '132946.247000', '132946.249000', '132946.252000', '132946.255000', '132946.258000', '132946.261000', '132946.264000', '132946.267000', '132946.270000', '132946.272000', '132946.275000', '132946.278000', '132946.281000', '132946.284000', '132946.286000', '132946.289000', '132946.292000', '132946.295000', '132946.298000', '132946.301000', '133006.172000', '133006.235000', '133006.238000', '133006.241000', '133006.244000', '133006.247000', '133006.250000', '133006.253000', '133006.255000', '133006.258000', '133006.261000', '133006.264000', '133006.267000', '133006.270000', '133006.272000', '133006.275000', '133006.278000', '133006.281000', '133006.284000', '133006.287000', '133006.290000', '133006.292000', '133006.295000', '133006.298000', '133006.301000', '133006.304000', '133006.307000', '133006.309000', '133006.312000', '133006.315000', '133006.318000', '133006.321000', '133006.324000', '133006.327000', '133006.330000', '133006.332000', '133006.335000', '133006.338000', '133006.341000', '133006.344000', '133006.347000', '133006.350000', '133006.353000', '133026.172000', '133026.203000', '133026.206000', '133026.209000', '133026.212000', '133026.215000', '133026.218000', '133026.221000', '133026.223000', '133026.226000', '133026.229000', '133026.232000', '133026.235000', '133026.238000', '133026.240000', '133026.243000', '133026.246000', '133026.249000', '133026.252000', '133026.255000', '133026.258000', '133026.260000', '133026.263000', '133026.266000', '133026.269000', '133026.272000', '133026.275000', '133026.277000', '133026.280000', '133026.283000', '133026.286000', '133026.289000', '133026.292000', '133026.295000', '133026.297000', '133026.300000', '133026.303000', '133026.306000', '133026.309000', '133026.312000', '133026.315000', '133026.317000', '133026.320000', '133026.323000', '133046.172000', '133046.175000', '133046.178000', '133046.181000', '133046.184000', '133046.186000', '133046.189000', '133046.192000', '133046.195000', '133046.198000', '133046.201000', '133046.204000', '133046.207000', '133046.209000', '133046.212000', '133046.227000', '133046.229000', '133046.232000', '133046.235000', '133046.238000', '133046.241000', '133046.244000', '133046.247000', '133046.249000', '133046.252000', '133046.255000', '133046.258000', '133046.261000', '133046.264000', '133046.267000', '133046.269000', '133046.272000', '133046.275000', '133046.278000', '133046.281000', '133046.284000', '133046.287000', '133046.290000', '133046.292000', '133046.300000', '133046.303000', '133046.306000', '133046.309000', '133106.172000', '133106.175000', '133106.178000', '133106.181000', '133106.184000', '133106.187000', '133106.190000', '133106.193000', '133106.195000', '133106.198000', '133106.201000', '133106.204000', '133106.207000', '133106.210000', '133106.213000', '133106.215000', '133106.218000', '133106.221000', '133106.224000', '133106.227000', '133106.230000', '133106.233000', '133106.235000', '133106.238000', '133106.241000', '133106.244000', '133106.247000', '133106.250000', '133106.253000', '133106.255000', '133106.258000', '133106.261000', '133106.264000', '133106.267000', '133106.270000', '133106.273000', '133106.275000', '133106.278000', '133106.281000', '133106.284000', '133106.287000', '133106.290000', '133106.293000', '133126.172000', '133126.175000', '133126.178000', '133126.181000', '133126.184000', '133126.186000', '133126.189000', '133126.192000', '133126.195000', '133126.198000', '133126.201000', '133126.204000', '133126.206000', '133126.212000', '133126.214000', '133126.217000', '133126.220000', '133126.223000', '133126.226000', '133126.229000', '133126.232000', '133126.235000', '133126.237000', '133126.240000', '133126.243000', '133126.246000', '133126.249000', '133126.252000', '133126.255000', '133126.257000', '133126.260000', '133126.263000', '133126.266000', '133126.269000', '133126.272000', '133126.274000', '133126.277000', '133126.280000', '133126.283000', '133126.286000', '133126.289000', '133126.292000', '133126.295000', '133126.297000', '133146.172000', '133146.175000', '133146.178000', '133146.183000', '133146.187000', '133146.190000', '133146.192000', '133146.195000', '133146.198000', '133146.201000', '133146.204000', '133146.207000', '133146.210000', '133146.213000', '133146.215000', '133146.218000', '133146.221000', '133146.224000', '133146.227000', '133146.230000', '133146.233000', '133146.236000', '133146.238000', '133146.241000', '133146.244000', '133146.247000', '133146.250000', '133146.253000', '133146.255000', '133146.258000', '133146.261000', '133146.264000', '133146.267000', '133146.270000', '133146.273000', '133146.275000', '133146.278000', '133146.281000', '133146.284000', '133146.287000', '133146.290000', '133146.293000', '133146.295000', '133206.172000', '133206.194000', '133206.196000', '133206.199000', '133206.202000', '133206.205000', '133206.208000', '133206.211000', '133206.214000', '133206.216000', '133206.219000', '133206.222000', '133206.225000', '133206.228000', '133206.231000', '133206.234000', '133206.237000', '133206.240000', '133206.242000', '133206.245000', '133206.248000', '133206.251000', '133206.254000', '133206.257000', '133206.259000', '133206.262000', '133206.265000', '133206.268000', '133206.271000', '133206.274000', '133206.277000', '133206.280000', '133206.282000', '133206.285000', '133206.288000', '133206.291000', '133206.294000', '133206.297000', '133206.300000', '133206.303000', '133206.305000', '133206.315000', '133206.318000', '133206.321000', '133226.172000', '133226.175000', '133226.178000', '133226.181000', '133226.184000', '133226.187000', '133226.190000', '133226.193000', '133226.196000', '133226.198000', '133226.201000', '133226.204000', '133226.207000', '133226.210000', '133226.213000', '133226.216000', '133226.219000', '133226.221000', '133226.224000', '133226.227000', '133226.230000', '133226.233000', '133226.236000', '133226.239000', '133226.242000', '133226.245000', '133226.247000', '133226.250000', '133226.253000', '133226.256000', '133226.259000', '133226.262000', '133226.265000', '133226.268000', '133226.270000', '133226.273000', '133226.276000', '133226.279000', '133226.282000', '133226.285000', '133226.288000', '133226.291000', '133226.293000', '133246.172000', '133246.186000', '133246.189000', '133246.191000', '133246.194000', '133246.197000', '133246.200000', '133246.203000', '133246.206000', '133246.209000', '133246.211000', '133246.214000', '133246.217000', '133246.220000', '133246.223000', '133246.226000', '133246.229000', '133246.232000', '133246.234000', '133246.237000', '133246.240000', '133246.243000', '133246.246000', '133246.249000', '133246.252000', '133246.254000', '133246.257000', '133246.260000', '133246.263000', '133246.266000', '133246.269000', '133246.271000', '133246.274000', '133246.277000', '133246.280000', '133246.283000', '133246.286000', '133246.289000', '133246.291000', '133246.294000', '133246.297000', '133246.300000', '133246.303000', '133246.306000', '133306.172000', '133306.196000', '133306.199000', '133306.201000', '133306.204000', '133306.207000', '133306.210000', '133306.213000', '133306.216000', '133306.219000', '133306.222000', '133306.225000', '133306.228000', '133306.231000', '133306.234000', '133306.237000', '133306.239000', '133306.242000', '133306.245000', '133306.248000', '133306.251000', '133306.254000', '133306.257000', '133306.260000', '133306.263000', '133306.265000', '133306.268000', '133306.271000', '133306.274000', '133306.277000', '133306.280000', '133306.282000', '133306.285000', '133306.288000', '133306.291000', '133306.294000', '133306.297000', '133306.300000', '133306.302000', '133306.305000', '133306.308000', '133306.311000', '133306.314000', '133326.172000', '133326.195000', '133326.198000', '133326.201000', '133326.204000', '133326.207000', '133326.210000', '133326.212000', '133326.215000', '133326.218000', '133326.221000', '133326.224000', '133326.227000', '133326.230000', '133326.233000', '133326.236000', '133326.239000', '133326.241000', '133326.244000', '133326.247000', '133326.250000', '133326.253000', '133326.256000', '133326.259000', '133326.262000', '133326.264000', '133326.267000', '133326.270000', '133326.273000', '133326.276000', '133326.279000', '133326.282000', '133326.284000', '133326.287000', '133326.290000', '133326.293000', '133326.296000', '133326.299000', '133326.302000', '133326.304000', '133326.307000', '133326.310000', '133326.313000', '133326.316000', '133346.172000', '133346.206000', '133346.209000', '133346.212000', '133346.215000', '133346.218000', '133346.221000', '133346.224000', '133346.227000', '133346.229000', '133346.232000', '133346.235000', '133346.238000', '133346.241000', '133346.244000', '133346.247000', '133346.250000', '133346.253000', '133346.256000', '133346.259000', '133346.262000', '133346.274000', '133346.277000', '133346.280000', '133346.283000', '133346.286000', '133346.289000', '133346.292000', '133346.294000', '133346.297000', '133346.300000', '133346.303000', '133346.306000', '133346.309000', '133346.312000', '133346.314000', '133346.317000', '133346.320000', '133346.323000', '133346.326000', '133346.329000', '133346.332000', '133346.335000', '133406.172000', '133406.209000', '133406.212000', '133406.215000', '133406.217000', '133406.220000', '133406.223000', '133406.226000', '133406.229000', '133406.232000', '133406.235000', '133406.238000', '133406.241000', '133406.243000', '133406.246000', '133406.249000', '133406.252000', '133406.255000', '133406.258000', '133406.261000', '133406.264000', '133406.266000', '133406.269000', '133406.272000', '133406.275000', '133406.278000', '133406.281000', '133406.284000', '133406.286000', '133406.289000', '133406.292000', '133406.295000', '133406.298000', '133406.301000', '133406.304000', '133406.307000', '133406.309000', '133406.312000', '133406.315000', '133406.318000', '133406.321000', '133406.324000', '133406.327000', '133406.330000', '133426.172000', '133426.199000', '133426.202000', '133426.205000', '133426.208000', '133426.211000', '133426.214000', '133426.217000', '133426.220000', '133426.222000', '133426.225000', '133426.228000', '133426.231000', '133426.234000', '133426.237000', '133426.240000', '133426.243000', '133426.246000', '133426.259000', '133426.262000', '133426.264000', '133426.267000', '133426.270000', '133426.273000', '133426.276000', '133426.279000', '133426.282000', '133426.284000', '133426.287000', '133426.290000', '133426.293000', '133426.296000', '133426.299000', '133426.302000', '133426.305000', '133426.307000', '133426.310000', '133426.313000', '133426.316000', '133426.319000', '133426.322000', '133426.325000', '133426.327000', '133446.172000', '133446.215000', '133446.218000', '133446.221000', '133446.223000', '133446.226000', '133446.229000', '133446.232000', '133446.235000', '133446.238000', '133446.241000', '133446.244000', '133446.246000', '133446.249000', '133446.252000', '133446.255000', '133446.258000', '133446.261000', '133446.264000', '133446.266000', '133446.269000', '133446.272000', '133446.275000', '133446.278000', '133446.281000', '133446.284000', '133446.287000', '133446.291000', '133446.294000', '133446.297000', '133446.300000', '133446.303000', '133446.305000', '133446.308000', '133446.311000', '133446.314000', '133446.317000', '133446.320000', '133446.323000', '133446.326000', '133446.328000', '133446.331000', '133446.334000', '133446.337000', '133506.172000', '133506.209000', '133506.211000', '133506.214000', '133506.217000', '133506.220000', '133506.223000', '133506.226000', '133506.229000', '133506.231000', '133506.234000', '133506.237000', '133506.240000', '133506.243000', '133506.246000', '133506.249000', '133506.251000', '133506.254000', '133506.257000', '133506.260000', '133506.263000', '133506.266000', '133506.269000', '133506.272000', '133506.275000', '133506.278000', '133506.281000', '133506.284000', '133506.286000', '133506.289000', '133506.292000', '133506.295000', '133506.311000', '133506.314000', '133506.317000', '133506.319000', '133506.322000', '133506.325000', '133506.328000', '133506.331000', '133506.334000', '133506.337000', '133506.339000', '133526.172000', '133526.210000', '133526.213000', '133526.216000', '133526.218000', '133526.221000', '133526.224000', '133526.227000', '133526.230000', '133526.233000', '133526.236000', '133526.238000', '133526.241000', '133526.244000', '133526.247000', '133526.250000', '133526.253000', '133526.256000', '133526.259000', '133526.261000', '133526.264000', '133526.267000', '133526.270000', '133526.273000', '133526.276000', '133526.279000', '133526.282000', '133526.284000', '133526.287000', '133526.290000', '133526.293000', '133526.296000', '133526.299000', '133526.302000', '133526.305000', '133526.307000', '133526.310000', '133526.313000', '133526.316000', '133526.319000', '133526.322000', '133526.325000', '133526.327000', '133526.330000', '133530.240000', '133530.244000', '133530.247000', '133530.251000', '133530.254000', '133530.257000', '133530.260000', '133530.263000', '133530.266000'], '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': [9025, 12782, 9270, 13137, 9731, 13286, 10750, 16165, 10705, 12426, 10340, 12369, 8462, 12372, 8053, 11743, 8347, 11715, 8779, 10933, 9462, 12127, 8242, 12325, 8382, 12187, 8519, 12717, 9292, 13421, 9760, 14825, 10403, 14020, 10502, 12776, 10374, 9033, 11249, 8570, 11962, 9523, 11948, 9422, 14786, 9469, 13364, 9226, 12921, 9375, 13290, 10247, 17330, 10424, 14764, 10486, 12935, 10335, 11434, 10573, 8718, 11696, 8443, 12191, 8403, 13066, 10031, 14978, 10398, 15885, 10640, 15158, 10690, 13903, 10210, 9035, 10200, 8527, 11850, 8337, 13212, 8972, 13150, 9681, 12097, 9962, 15393, 10878, 10808, 11139, 10557, 11080, 14448, 10589, 17779, 10921, 13647, 11133, 12567, 10890, 14082, 10764, 11960, 10452, 8443, 10422, 8647, 11012, 7784, 11743, 8808, 12485, 9345, 12041, 9431, 12495, 10192, 14137, 10229, 13216, 10414, 13163, 10020, 13246, 10062, 13424, 10122, 14736, 10620, 12863, 10011, 9613, 9871, 7836, 10925, 9053, 11304, 17440, 10053, 14094, 10033, 12664, 10808, 10835, 17119, 10579, 15856, 10577, 12404, 10275, 11885, 9984, 14624, 11061, 9945, 9564, 8766, 10679, 9083, 11276, 10796, 11339, 11801, 10881, 16640, 10722, 17345, 11504, 12379, 11363, 11161, 11231, 11998, 10497, 9277, 11497, 9065, 11955, 8617, 12353, 9747, 15139, 10919, 15920, 10870, 15700, 10865, 15458, 11308, 14880, 11164, 17528, 10797, 15544, 11335, 12766, 11325, 11510, 11220, 9546, 9968, 8890, 11602, 8792, 12172, 9446, 12605, 9954, 17225, 11096, 13102, 11163, 10930, 11115, 11609, 11310, 12574, 10620, 10886, 12618, 8802, 12396, 9494, 13674, 9632, 14321, 10945, 13127, 10056, 8953, 10965, 8863, 12990, 9898, 15496, 10912, 10646, 10465, 9015, 11095, 8745, 13723, 9564, 13806, 10488, 14994, 10817, 11309, 10978, 8736, 12367, 9997, 13575, 10899, 11283, 10382, 10440, 13049, 10911, 11662, 10821, 8884, 17302, 11054, 10508, 10213, 8348, 13006, 9247, 16437, 10816, 9192, 11061, 8112, 12181, 9505, 15157, 9764, 10689, 11236, 8078, 14339, 10042, 10933, 9881, 8523, 11768, 8865, 13191, 9728, 16769, 10040, 15556, 10114, 16210, 10777, 17197, 10547, 14403, 10686, 12913, 10297, 11333, 10901, 8986, 11318, 8336, 11761, 8406, 12656, 9804, 13404, 9838, 12805, 9573, 14749, 10212, 14688, 11029, 9691, 10292, 8830, 10355, 9401, 11661, 8754, 12488, 8912, 12075, 8788, 12743, 9610, 15580, 10440, 16165, 10896, 13333, 9694, 13021, 10280, 13651, 10456, 14048, 10527, 14412, 10009, 12660, 10795, 9633, 10333, 8963, 10611, 9277, 10678, 9395, 11934, 7973, 11747, 8349, 12096, 8961, 13018, 9946, 15647, 10197, 13368, 9745, 14608, 10103, 12650, 10407, 16676, 10274, 13743, 9209, 12771, 10063, 14577, 9852, 14149, 9641, 12995, 9865, 9959, 9760, 8783, 10104, 8546, 11973, 8822, 13190, 9438, 12441, 8911, 12128, 9064, 12596, 10956, 11394, 11066, 10102, 18121, 10163, 13949, 10224, 12633, 8472, 11562, 8387, 11505, 8588, 12510, 9272, 15503, 10084, 12668, 10025, 11596, 10199, 10075, 10531, 11298, 10039, 17268, 9718, 17460, 10518, 15600, 10089, 13060, 9334, 12742, 9939, 12670, 9944, 14492, 10204, 12380, 10066, 10184, 10815, 8682, 11282, 8925, 11402, 10087, 11929, 9031, 12239, 8412, 12092, 8799, 12996, 9456, 15276, 9448, 13696, 9352, 12601, 9191, 13405, 10532, 10894, 10530, 9282, 10697, 11481, 10508, 17472, 11168, 16516, 10319, 13757, 10290, 12837, 9360, 13005, 10005, 14013, 10185, 12675, 10108, 10328, 10564, 8618, 11754, 8153, 11891, 8388, 12391, 10430, 11414, 10195, 10343, 15595, 10295, 15217, 10326, 14333, 10147, 13430, 9236, 12592, 9401, 13794, 10494, 9490, 10401, 8169, 10734, 8583, 11965, 10178, 11999, 9212, 11508, 8604, 10869, 15536, 9800, 15140, 10765, 15244, 10172, 14832, 9747, 14585, 9859, 11894, 10430, 8693, 10181, 9321, 12126, 10020, 12173, 10070, 9079, 12311, 8637, 13514, 8365, 12034, 9234, 11048, 14822, 10704, 14315, 10224, 14834, 9994, 13417, 10407, 10914, 10929, 8362, 10933, 8312, 12921, 9147, 15621, 10586, 12626, 9821, 14510, 9923, 16922, 11206, 16554, 10607, 15125, 10030, 14918, 9589, 13808, 10398, 10092, 10229, 8897, 10680, 11330, 10553, 12525, 12230, 8771, 12261, 8622, 11883, 8940, 12614, 9111, 13207, 8411, 12364, 8650, 12673, 8808, 13329, 10185, 15669, 10445, 12323, 10629, 11053, 10492, 12751, 11719, 9312, 11641, 9071, 11425, 9150, 12150, 8724, 13123, 8657, 12971, 8792, 12928, 9401, 13868, 10053, 13657, 9436, 12950, 9501, 13344, 10177, 11696, 10595, 8672, 10995, 8503, 12318, 8987, 13414, 9859, 13652, 9166, 13288, 8657, 12433, 9926, 10752, 19193, 11350, 16967, 10160, 14975, 10228, 11869, 9744, 8994, 11622, 8351, 12315, 8478, 12848, 9066, 12468, 10520, 11026, 18294, 9897, 14289, 9511, 13426, 9200, 12226, 8435, 11637, 8441, 12927, 9210, 14562, 9959, 10153, 9657, 8663, 10264, 16265, 10852, 17701, 10254, 14100, 9601, 13289, 9134, 13092, 9553, 12502, 8681, 12149, 8547, 11901, 9029, 12112, 9394, 12915, 8625, 11961, 8578, 11686, 9076, 12433, 8565, 13212, 8665, 13109, 9258, 14058, 10945, 16663, 10418, 12970, 10062, 12043, 10042, 14648, 11088, 9493, 10456, 9089, 10564, 12120, 10869, 11689, 11982, 8624, 12098, 8684, 13065, 8863, 13922, 10492, 14152, 10102, 13548, 10323, 13269, 10327, 13638, 11154, 16098, 10336, 12851, 10094, 10177, 9736, 8884, 12542, 8342, 12676, 8554, 12595, 9916, 10822, 15634, 10529, 16712, 9939, 14784, 9060, 12957, 9489, 10552, 15232, 10482, 16148, 9881, 13450, 10301, 8538, 10341, 8161, 11997, 8718, 12554, 9715, 11998, 8782, 11229, 10272, 10369, 15137, 9947, 14591, 11454, 9390, 10384, 8798, 10317, 8618, 11629, 9089, 13434, 8971, 13578, 9084, 13320, 9462, 13887, 10742, 15630, 10289, 13503, 10430, 12095, 10220, 12322, 11022, 8502, 10964, 8733, 11672, 11383, 11070, 11937, 11917, 8628, 11522, 8662, 12471, 9213, 13884, 9138, 13716, 9478, 13326, 10057, 14580, 11014, 8687, 10623, 8381, 10877, 9556, 11488, 10841, 12754, 9233, 12255, 9173, 13275, 9388, 14751, 9686, 14011, 10144, 13313, 10094, 13918, 11240, 11705, 11062, 9673, 9966, 8825, 11839, 8757, 13677, 9890, 14591, 10377, 13795, 10493, 10678, 11251, 8745, 11496, 8628, 12613], 'WindowCenter': [4365.0, 4380.0, 4336.0, 4364.0, 4333.0, 4349.0, 4341.0, 4369.0, 4327.0, 4337.0, 4316.0, 4336.0, 4296.0, 4337.0, 4295.0, 4325.0, 4294.0, 4324.0, 4293.0, 4312.0, 4303.0, 4324.0, 4291.0, 4322.0, 4293.0, 4321.0, 4292.0, 4334.0, 4316.0, 4334.0, 4316.0, 4345.0, 4325.0, 4345.0, 4325.0, 4337.0, 4327.0, 4305.0, 4326.0, 4304.0, 4325.0, 4304.0, 4325.0, 4304.0, 4345.0, 4302.0, 4334.0, 4302.0, 4321.0, 4303.0, 4332.0, 4317.0, 4353.0, 4312.0, 4341.0, 4313.0, 4322.0, 4314.0, 4322.0, 4315.0, 4293.0, 4322.0, 4294.0, 4323.0, 4293.0, 4334.0, 4314.0, 4346.0, 4315.0, 4353.0, 4313.0, 4344.0, 4314.0, 4333.0, 4303.0, 4290.0, 4300.0, 4291.0, 4321.0, 4293.0, 4334.0, 4304.0, 4333.0, 4303.0, 4323.0, 4315.0, 4344.0, 4325.0, 4322.0, 4324.0, 4314.0, 4324.0, 4343.0, 4314.0, 4355.0, 4312.0, 4331.0, 4313.0, 4321.0, 4312.0, 4330.0, 4311.0, 4311.0, 4300.0, 4281.0, 4301.0, 4291.0, 4311.0, 4282.0, 4326.0, 4305.0, 4334.0, 4315.0, 4335.0, 4317.0, 4336.0, 4327.0, 4346.0, 4316.0, 4335.0, 4314.0, 4334.0, 4303.0, 4322.0, 4317.0, 4322.0, 4303.0, 4343.0, 4312.0, 4332.0, 4315.0, 4315.0, 4317.0, 4295.0, 4327.0, 4306.0, 4328.0, 4368.0, 4316.0, 4348.0, 4317.0, 4336.0, 4312.0, 4313.0, 4354.0, 4315.0, 4343.0, 4313.0, 4321.0, 4302.0, 4321.0, 4304.0, 4341.0, 4312.0, 4302.0, 4303.0, 4291.0, 4313.0, 4304.0, 4325.0, 4315.0, 4316.0, 4323.0, 4315.0, 4341.0, 4312.0, 4353.0, 4323.0, 4322.0, 4312.0, 4311.0, 4310.0, 4320.0, 4313.0, 4292.0, 4311.0, 4292.0, 4323.0, 4292.0, 4325.0, 4315.0, 4345.0, 4325.0, 4354.0, 4313.0, 4343.0, 4314.0, 4356.0, 4313.0, 4343.0, 4312.0, 4342.0, 4310.0, 4340.0, 4314.0, 4321.0, 4312.0, 4311.0, 4310.0, 4301.0, 4301.0, 4303.0, 4322.0, 4305.0, 4335.0, 4315.0, 4335.0, 4315.0, 4368.0, 4325.0, 4335.0, 4325.0, 4314.0, 4325.0, 4324.0, 4323.0, 4335.0, 4314.0, 4324.0, 4335.0, 4305.0, 4324.0, 4313.0, 4333.0, 4303.0, 4344.0, 4326.0, 4334.0, 4304.0, 4302.0, 4312.0, 4303.0, 4332.0, 4314.0, 4356.0, 4325.0, 4314.0, 4314.0, 4303.0, 4324.0, 4304.0, 4347.0, 4315.0, 4345.0, 4314.0, 4343.0, 4324.0, 4324.0, 4326.0, 4293.0, 4333.0, 4315.0, 4345.0, 4324.0, 4324.0, 4313.0, 4326.0, 4335.0, 4324.0, 4324.0, 4324.0, 4305.0, 4368.0, 4325.0, 4314.0, 4313.0, 4291.0, 4332.0, 4303.0, 4354.0, 4312.0, 4304.0, 4311.0, 4293.0, 4323.0, 4302.0, 4342.0, 4303.0, 4312.0, 4313.0, 4293.0, 4346.0, 4316.0, 4324.0, 4315.0, 4305.0, 4336.0, 4305.0, 4349.0, 4318.0, 4367.0, 4328.0, 4356.0, 4317.0, 4355.0, 4328.0, 4356.0, 4313.0, 4344.0, 4314.0, 4321.0, 4312.0, 4310.0, 4324.0, 4292.0, 4313.0, 4292.0, 4322.0, 4293.0, 4334.0, 4316.0, 4336.0, 4316.0, 4333.0, 4305.0, 4345.0, 4315.0, 4344.0, 4325.0, 4315.0, 4315.0, 4303.0, 4313.0, 4304.0, 4324.0, 4294.0, 4321.0, 4293.0, 4322.0, 4291.0, 4322.0, 4304.0, 4345.0, 4315.0, 4354.0, 4313.0, 4331.0, 4303.0, 4319.0, 4314.0, 4331.0, 4312.0, 4331.0, 4312.0, 4330.0, 4301.0, 4332.0, 4324.0, 4302.0, 4312.0, 4304.0, 4313.0, 4304.0, 4313.0, 4305.0, 4323.0, 4294.0, 4323.0, 4294.0, 4335.0, 4303.0, 4335.0, 4315.0, 4342.0, 4315.0, 4333.0, 4313.0, 4344.0, 4315.0, 4335.0, 4315.0, 4353.0, 4313.0, 4334.0, 4303.0, 4323.0, 4313.0, 4341.0, 4314.0, 4333.0, 4315.0, 4334.0, 4317.0, 4317.0, 4314.0, 4304.0, 4315.0, 4305.0, 4337.0, 4315.0, 4346.0, 4317.0, 4337.0, 4318.0, 4335.0, 4316.0, 4336.0, 4326.0, 4338.0, 4323.0, 4314.0, 4354.0, 4303.0, 4332.0, 4303.0, 4322.0, 4280.0, 4310.0, 4279.0, 4310.0, 4290.0, 4322.0, 4304.0, 4344.0, 4314.0, 4334.0, 4314.0, 4324.0, 4315.0, 4314.0, 4316.0, 4323.0, 4315.0, 4354.0, 4305.0, 4354.0, 4314.0, 4344.0, 4314.0, 4324.0, 4302.0, 4322.0, 4302.0, 4322.0, 4302.0, 4343.0, 4312.0, 4321.0, 4313.0, 4313.0, 4324.0, 4294.0, 4324.0, 4302.0, 4323.0, 4312.0, 4323.0, 4292.0, 4322.0, 4293.0, 4321.0, 4292.0, 4332.0, 4303.0, 4343.0, 4301.0, 4331.0, 4291.0, 4320.0, 4302.0, 4329.0, 4315.0, 4312.0, 4313.0, 4303.0, 4313.0, 4323.0, 4313.0, 4353.0, 4325.0, 4341.0, 4302.0, 4331.0, 4299.0, 4319.0, 4290.0, 4320.0, 4302.0, 4331.0, 4314.0, 4319.0, 4311.0, 4314.0, 4312.0, 4305.0, 4323.0, 4293.0, 4324.0, 4294.0, 4335.0, 4314.0, 4323.0, 4314.0, 4314.0, 4354.0, 4313.0, 4345.0, 4311.0, 4333.0, 4302.0, 4320.0, 4302.0, 4320.0, 4301.0, 4331.0, 4314.0, 4314.0, 4313.0, 4294.0, 4323.0, 4306.0, 4336.0, 4314.0, 4337.0, 4303.0, 4325.0, 4305.0, 4325.0, 4343.0, 4312.0, 4343.0, 4313.0, 4344.0, 4313.0, 4342.0, 4302.0, 4342.0, 4313.0, 4322.0, 4324.0, 4303.0, 4312.0, 4314.0, 4335.0, 4316.0, 4335.0, 4315.0, 4306.0, 4338.0, 4305.0, 4334.0, 4294.0, 4323.0, 4291.0, 4311.0, 4334.0, 4313.0, 4330.0, 4299.0, 4329.0, 4300.0, 4317.0, 4300.0, 4312.0, 4311.0, 4293.0, 4311.0, 4292.0, 4334.0, 4304.0, 4356.0, 4327.0, 4333.0, 4315.0, 4344.0, 4316.0, 4353.0, 4325.0, 4355.0, 4313.0, 4344.0, 4303.0, 4341.0, 4303.0, 4330.0, 4314.0, 4314.0, 4314.0, 4303.0, 4314.0, 4324.0, 4315.0, 4325.0, 4326.0, 4292.0, 4324.0, 4290.0, 4310.0, 4291.0, 4320.0, 4290.0, 4332.0, 4280.0, 4320.0, 4290.0, 4320.0, 4302.0, 4331.0, 4312.0, 4344.0, 4314.0, 4333.0, 4313.0, 4312.0, 4313.0, 4334.0, 4322.0, 4302.0, 4312.0, 4291.0, 4311.0, 4290.0, 4320.0, 4292.0, 4322.0, 4291.0, 4320.0, 4290.0, 4321.0, 4302.0, 4331.0, 4303.0, 4331.0, 4302.0, 4321.0, 4302.0, 4332.0, 4313.0, 4322.0, 4313.0, 4293.0, 4313.0, 4304.0, 4334.0, 4305.0, 4346.0, 4315.0, 4346.0, 4305.0, 4334.0, 4294.0, 4324.0, 4302.0, 4313.0, 4353.0, 4314.0, 4341.0, 4301.0, 4330.0, 4301.0, 4320.0, 4299.0, 4301.0, 4323.0, 4294.0, 4334.0, 4305.0, 4334.0, 4305.0, 4336.0, 4316.0, 4325.0, 4364.0, 4301.0, 4331.0, 4301.0, 4320.0, 4290.0, 4309.0, 4277.0, 4307.0, 4279.0, 4320.0, 4302.0, 4342.0, 4313.0, 4314.0, 4315.0, 4305.0, 4329.0, 4366.0, 4325.0, 4365.0, 4316.0, 4345.0, 4304.0, 4334.0, 4303.0, 4333.0, 4303.0, 4322.0, 4291.0, 4321.0, 4291.0, 4309.0, 4291.0, 4322.0, 4290.0, 4324.0, 4290.0, 4309.0, 4288.0, 4321.0, 4293.0, 4320.0, 4291.0, 4321.0, 4290.0, 4320.0, 4302.0, 4332.0, 4311.0, 4342.0, 4311.0, 4321.0, 4301.0, 4323.0, 4303.0, 4343.0, 4323.0, 4302.0, 4312.0, 4302.0, 4312.0, 4322.0, 4314.0, 4324.0, 4325.0, 4292.0, 4324.0, 4292.0, 4333.0, 4304.0, 4333.0, 4316.0, 4335.0, 4312.0, 4333.0, 4312.0, 4321.0, 4313.0, 4333.0, 4325.0, 4342.0, 4302.0, 4320.0, 4300.0, 4312.0, 4302.0, 4304.0, 4335.0, 4307.0, 4336.0, 4306.0, 4337.0, 4315.0, 4325.0, 4356.0, 4315.0, 4354.0, 4300.0, 4333.0, 4290.0, 4321.0, 4288.0, 4300.0, 4329.0, 4300.0, 4342.0, 4301.0, 4320.0, 4301.0, 4292.0, 4301.0, 4292.0, 4323.0, 4294.0, 4333.0, 4303.0, 4337.0, 4294.0, 4325.0, 4313.0, 4313.0, 4342.0, 4304.0, 4342.0, 4323.0, 4302.0, 4302.0, 4290.0, 4302.0, 4293.0, 4323.0, 4292.0, 4335.0, 4302.0, 4334.0, 4305.0, 4333.0, 4306.0, 4334.0, 4326.0, 4356.0, 4316.0, 4335.0, 4315.0, 4323.0, 4315.0, 4335.0, 4327.0, 4294.0, 4325.0, 4304.0, 4324.0, 4325.0, 4323.0, 4325.0, 4324.0, 4292.0, 4323.0, 4292.0, 4322.0, 4303.0, 4334.0, 4303.0, 4333.0, 4301.0, 4330.0, 4315.0, 4343.0, 4325.0, 4293.0, 4313.0, 4291.0, 4313.0, 4304.0, 4323.0, 4314.0, 4324.0, 4291.0, 4320.0, 4291.0, 4321.0, 4290.0, 4343.0, 4289.0, 4330.0, 4300.0, 4319.0, 4302.0, 4321.0, 4313.0, 4309.0, 4311.0, 4288.0, 4300.0, 4291.0, 4322.0, 4292.0, 4334.0, 4303.0, 4342.0, 4315.0, 4333.0, 4314.0, 4313.0, 4326.0, 4294.0, 4324.0, 4294.0, 4324.0], 'WindowWidth': [9655.0, 9662.0, 9595.0, 9627.0, 9581.0, 9597.0, 9588.0, 9621.0, 9564.0, 9576.0, 9545.0, 9573.0, 9518.0, 9573.0, 9515.0, 9555.0, 9511.0, 9550.0, 9509.0, 9533.0, 9520.0, 9553.0, 9504.0, 9547.0, 9508.0, 9544.0, 9506.0, 9565.0, 9545.0, 9568.0, 9544.0, 9583.0, 9557.0, 9582.0, 9558.0, 9573.0, 9564.0, 9528.0, 9558.0, 9527.0, 9556.0, 9524.0, 9555.0, 9525.0, 9583.0, 9519.0, 9564.0, 9519.0, 9543.0, 9522.0, 9560.0, 9545.0, 9591.0, 9533.0, 9571.0, 9536.0, 9545.0, 9537.0, 9547.0, 9540.0, 9508.0, 9548.0, 9510.0, 9550.0, 9511.0, 9567.0, 9540.0, 9585.0, 9541.0, 9592.0, 9536.0, 9577.0, 9538.0, 9563.0, 9520.0, 9501.0, 9514.0, 9502.0, 9544.0, 9509.0, 9567.0, 9525.0, 9563.0, 9523.0, 9549.0, 9541.0, 9581.0, 9559.0, 9548.0, 9552.0, 9537.0, 9551.0, 9574.0, 9538.0, 9595.0, 9535.0, 9556.0, 9533.0, 9542.0, 9530.0, 9553.0, 9529.0, 9529.0, 9514.0, 9488.0, 9516.0, 9503.0, 9530.0, 9494.0, 9557.0, 9528.0, 9567.0, 9544.0, 9569.0, 9546.0, 9572.0, 9561.0, 9587.0, 9544.0, 9570.0, 9539.0, 9563.0, 9523.0, 9547.0, 9545.0, 9545.0, 9522.0, 9575.0, 9533.0, 9559.0, 9541.0, 9542.0, 9547.0, 9515.0, 9560.0, 9532.0, 9564.0, 9617.0, 9547.0, 9591.0, 9545.0, 9573.0, 9533.0, 9536.0, 9593.0, 9538.0, 9576.0, 9532.0, 9542.0, 9517.0, 9543.0, 9525.0, 9570.0, 9534.0, 9519.0, 9521.0, 9504.0, 9535.0, 9524.0, 9554.0, 9539.0, 9541.0, 9548.0, 9538.0, 9570.0, 9533.0, 9590.0, 9550.0, 9543.0, 9530.0, 9526.0, 9527.0, 9540.0, 9535.0, 9503.0, 9529.0, 9504.0, 9546.0, 9506.0, 9553.0, 9542.0, 9581.0, 9554.0, 9593.0, 9536.0, 9578.0, 9539.0, 9597.0, 9537.0, 9575.0, 9532.0, 9572.0, 9527.0, 9568.0, 9537.0, 9541.0, 9530.0, 9528.0, 9526.0, 9515.0, 9519.0, 9521.0, 9549.0, 9530.0, 9568.0, 9543.0, 9570.0, 9545.0, 9618.0, 9555.0, 9568.0, 9555.0, 9537.0, 9554.0, 9552.0, 9551.0, 9568.0, 9540.0, 9552.0, 9571.0, 9528.0, 9551.0, 9538.0, 9563.0, 9523.0, 9578.0, 9560.0, 9565.0, 9525.0, 9521.0, 9533.0, 9523.0, 9562.0, 9542.0, 9600.0, 9555.0, 9539.0, 9539.0, 9523.0, 9553.0, 9526.0, 9589.0, 9541.0, 9583.0, 9538.0, 9577.0, 9553.0, 9552.0, 9559.0, 9508.0, 9564.0, 9542.0, 9584.0, 9554.0, 9552.0, 9536.0, 9557.0, 9569.0, 9554.0, 9552.0, 9551.0, 9526.0, 9620.0, 9554.0, 9537.0, 9533.0, 9504.0, 9561.0, 9521.0, 9591.0, 9536.0, 9524.0, 9530.0, 9507.0, 9547.0, 9520.0, 9573.0, 9522.0, 9532.0, 9534.0, 9508.0, 9583.0, 9542.0, 9553.0, 9541.0, 9528.0, 9570.0, 9530.0, 9595.0, 9552.0, 9617.0, 9563.0, 9598.0, 9548.0, 9597.0, 9563.0, 9600.0, 9537.0, 9579.0, 9538.0, 9543.0, 9532.0, 9528.0, 9551.0, 9505.0, 9534.0, 9508.0, 9548.0, 9512.0, 9566.0, 9544.0, 9571.0, 9542.0, 9564.0, 9527.0, 9581.0, 9541.0, 9580.0, 9556.0, 9540.0, 9539.0, 9522.0, 9535.0, 9525.0, 9554.0, 9510.0, 9546.0, 9508.0, 9546.0, 9503.0, 9547.0, 9525.0, 9583.0, 9540.0, 9592.0, 9536.0, 9558.0, 9522.0, 9540.0, 9539.0, 9556.0, 9531.0, 9556.0, 9530.0, 9554.0, 9519.0, 9559.0, 9553.0, 9519.0, 9534.0, 9525.0, 9535.0, 9525.0, 9537.0, 9529.0, 9551.0, 9511.0, 9550.0, 9513.0, 9568.0, 9524.0, 9570.0, 9542.0, 9577.0, 9541.0, 9563.0, 9539.0, 9579.0, 9541.0, 9567.0, 9541.0, 9590.0, 9536.0, 9565.0, 9522.0, 9547.0, 9537.0, 9571.0, 9538.0, 9561.0, 9542.0, 9567.0, 9546.0, 9546.0, 9540.0, 9527.0, 9542.0, 9530.0, 9574.0, 9546.0, 9589.0, 9548.0, 9574.0, 9552.0, 9572.0, 9548.0, 9576.0, 9560.0, 9580.0, 9550.0, 9539.0, 9599.0, 9521.0, 9561.0, 9521.0, 9546.0, 9486.0, 9526.0, 9485.0, 9526.0, 9502.0, 9546.0, 9527.0, 9579.0, 9539.0, 9564.0, 9538.0, 9553.0, 9542.0, 9539.0, 9543.0, 9550.0, 9542.0, 9593.0, 9527.0, 9596.0, 9540.0, 9578.0, 9536.0, 9549.0, 9519.0, 9545.0, 9520.0, 9547.0, 9520.0, 9574.0, 9534.0, 9544.0, 9536.0, 9535.0, 9554.0, 9511.0, 9553.0, 9521.0, 9550.0, 9535.0, 9551.0, 9506.0, 9547.0, 9507.0, 9542.0, 9504.0, 9560.0, 9520.0, 9579.0, 9515.0, 9557.0, 9501.0, 9540.0, 9520.0, 9554.0, 9541.0, 9534.0, 9536.0, 9523.0, 9536.0, 9547.0, 9536.0, 9594.0, 9553.0, 9573.0, 9518.0, 9557.0, 9510.0, 9537.0, 9499.0, 9540.0, 9518.0, 9556.0, 9536.0, 9539.0, 9530.0, 9537.0, 9535.0, 9527.0, 9550.0, 9510.0, 9552.0, 9512.0, 9570.0, 9539.0, 9552.0, 9538.0, 9540.0, 9591.0, 9537.0, 9584.0, 9531.0, 9563.0, 9518.0, 9542.0, 9518.0, 9540.0, 9517.0, 9557.0, 9537.0, 9537.0, 9536.0, 9513.0, 9551.0, 9530.0, 9573.0, 9541.0, 9574.0, 9524.0, 9556.0, 9527.0, 9554.0, 9577.0, 9533.0, 9580.0, 9536.0, 9580.0, 9535.0, 9574.0, 9520.0, 9573.0, 9538.0, 9549.0, 9553.0, 9522.0, 9536.0, 9542.0, 9569.0, 9544.0, 9569.0, 9541.0, 9532.0, 9578.0, 9527.0, 9568.0, 9511.0, 9548.0, 9502.0, 9532.0, 9562.0, 9535.0, 9551.0, 9510.0, 9550.0, 9512.0, 9535.0, 9512.0, 9532.0, 9527.0, 9506.0, 9529.0, 9505.0, 9564.0, 9527.0, 9600.0, 9561.0, 9565.0, 9543.0, 9579.0, 9545.0, 9596.0, 9556.0, 9596.0, 9537.0, 9578.0, 9522.0, 9571.0, 9522.0, 9558.0, 9541.0, 9539.0, 9539.0, 9523.0, 9539.0, 9552.0, 9540.0, 9551.0, 9557.0, 9505.0, 9549.0, 9501.0, 9526.0, 9501.0, 9542.0, 9500.0, 9562.0, 9487.0, 9541.0, 9500.0, 9541.0, 9520.0, 9558.0, 9537.0, 9580.0, 9538.0, 9563.0, 9536.0, 9533.0, 9536.0, 9563.0, 9551.0, 9519.0, 9533.0, 9502.0, 9529.0, 9501.0, 9542.0, 9504.0, 9546.0, 9502.0, 9541.0, 9501.0, 9542.0, 9520.0, 9557.0, 9521.0, 9557.0, 9518.0, 9543.0, 9520.0, 9561.0, 9536.0, 9546.0, 9537.0, 9509.0, 9536.0, 9527.0, 9567.0, 9530.0, 9585.0, 9542.0, 9586.0, 9528.0, 9567.0, 9512.0, 9553.0, 9520.0, 9536.0, 9595.0, 9537.0, 9572.0, 9515.0, 9554.0, 9515.0, 9541.0, 9513.0, 9519.0, 9551.0, 9513.0, 9566.0, 9529.0, 9568.0, 9527.0, 9573.0, 9542.0, 9554.0, 9608.0, 9518.0, 9559.0, 9517.0, 9540.0, 9500.0, 9524.0, 9480.0, 9519.0, 9486.0, 9541.0, 9520.0, 9576.0, 9536.0, 9539.0, 9542.0, 9528.0, 9565.0, 9615.0, 9557.0, 9613.0, 9545.0, 9583.0, 9526.0, 9565.0, 9523.0, 9563.0, 9520.0, 9549.0, 9502.0, 9543.0, 9501.0, 9525.0, 9502.0, 9545.0, 9500.0, 9551.0, 9499.0, 9524.0, 9495.0, 9543.0, 9506.0, 9541.0, 9504.0, 9543.0, 9500.0, 9540.0, 9520.0, 9559.0, 9532.0, 9575.0, 9529.0, 9543.0, 9517.0, 9548.0, 9523.0, 9575.0, 9551.0, 9519.0, 9533.0, 9520.0, 9533.0, 9547.0, 9535.0, 9550.0, 9554.0, 9505.0, 9550.0, 9507.0, 9561.0, 9524.0, 9563.0, 9543.0, 9567.0, 9534.0, 9562.0, 9533.0, 9544.0, 9536.0, 9559.0, 9553.0, 9571.0, 9517.0, 9541.0, 9515.0, 9533.0, 9520.0, 9525.0, 9572.0, 9533.0, 9573.0, 9532.0, 9575.0, 9542.0, 9555.0, 9599.0, 9539.0, 9593.0, 9516.0, 9563.0, 9499.0, 9544.0, 9494.0, 9512.0, 9551.0, 9510.0, 9573.0, 9515.0, 9540.0, 9515.0, 9505.0, 9517.0, 9507.0, 9549.0, 9512.0, 9565.0, 9522.0, 9574.0, 9511.0, 9552.0, 9534.0, 9534.0, 9573.0, 9523.0, 9573.0, 9548.0, 9518.0, 9518.0, 9502.0, 9519.0, 9508.0, 9548.0, 9506.0, 9568.0, 9519.0, 9564.0, 9526.0, 9563.0, 9529.0, 9565.0, 9558.0, 9599.0, 9544.0, 9568.0, 9541.0, 9550.0, 9542.0, 9567.0, 9562.0, 9512.0, 9556.0, 9527.0, 9555.0, 9554.0, 9549.0, 9555.0, 9553.0, 9507.0, 9548.0, 9507.0, 9549.0, 9520.0, 9567.0, 9521.0, 9561.0, 9517.0, 9556.0, 9541.0, 9576.0, 9556.0, 9509.0, 9536.0, 9506.0, 9537.0, 9524.0, 9548.0, 9539.0, 9552.0, 9502.0, 9542.0, 9502.0, 9543.0, 9499.0, 9578.0, 9498.0, 9554.0, 9512.0, 9537.0, 9517.0, 9542.0, 9535.0, 9523.0, 9526.0, 9494.0, 9512.0, 9503.0, 9544.0, 9506.0, 9565.0, 9520.0, 9574.0, 9539.0, 9562.0, 9538.0, 9537.0, 9555.0, 9510.0, 9551.0, 9509.0, 9550.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.0001457307249712313</td></tr>
<tr><td colspan=3>aqi</td><td>0.01974555926352129</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.2205156291014</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2447842805299536</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.975802163260368</td></tr>
<tr><td colspan=3>efc</td><td>0.5135</td></tr>
<tr><td colspan=3>fber</td><td>4629.0825</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07949967509004044</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6110471806674338</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.30631789906292</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1828884025013395</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.525398667062531</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.210666627624889</td></tr>
<tr><td colspan=3>gcor</td><td>0.00522086</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012225707992911339</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03480275347828865</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.221305551048563</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.197</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7755</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.1341</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1060.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.3357</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3087</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.8195</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3481.7298</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.6817</td></tr>
<tr><td colspan=3>tsnr</td><td>43.99736801395193</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>