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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-01/func/sub-0016_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3f2dc8a4cdd423fcd09a7693c553f477</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:20:7.787500</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.999195, 0.0345594, 0.0203874, -0.0341943, 0.999253, -0.0179911]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0948973</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7771, -7220, 630, -71, -195, -45, 65]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.206</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>005814ae-b509-4efb-be7d-f564b8a3e341||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.6807663440704346, -0.09174078702926636, 0.0566834956407547, 112.67286682128906], [-0.09272021800279617, 2.6809234619140625, -0.04665457829833031, -85.2993392944336], [0.05469777435064316, 0.048268791288137436, 2.6990015506744385, -60.25336837768555], [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': ['132007.787500', '132008.247500', '132008.707500', '132009.167500', '132009.627500', '132010.087500', '132010.547500', '132011.007500', '132011.467500', '132011.927500', '132012.387500', '132012.847500', '132013.307500', '132013.767500', '132014.227500', '132014.687500', '132015.147500', '132015.607500', '132016.067500', '132016.527500', '132016.987500', '132017.447500', '132017.907500', '132018.367500', '132018.827500', '132019.287500', '132019.747500', '132020.207500', '132020.667500', '132021.127500', '132021.587500', '132022.047500', '132022.507500', '132022.967500', '132023.427500', '132023.887500', '132024.347500', '132024.807500', '132025.267500', '132025.727500', '132026.187500', '132026.647500', '132027.107500', '132027.567500', '132028.027500', '132028.487500', '132028.947500', '132029.407500', '132029.867500', '132030.327500', '132030.787500', '132031.247500', '132031.707500', '132032.167500', '132032.627500', '132033.087500', '132033.547500', '132034.007500', '132034.467500', '132034.927500', '132035.387500', '132035.847500', '132036.307500', '132036.767500', '132037.227500', '132037.687500', '132038.147500', '132038.607500', '132039.067500', '132039.527500', '132039.987500', '132040.447500', '132040.907500', '132041.367500', '132041.827500', '132042.287500', '132042.747500', '132043.207500', '132043.667500', '132044.127500', '132044.587500', '132045.047500', '132045.507500', '132045.967500', '132046.427500', '132046.887500', '132047.347500', '132047.807500', '132048.267500', '132048.727500', '132049.187500', '132049.647500', '132050.107500', '132050.567500', '132051.027500', '132051.487500', '132051.947500', '132052.407500', '132052.867500', '132053.327500', '132053.787500', '132054.247500', '132054.707500', '132055.167500', '132055.627500', '132056.087500', '132056.547500', '132057.007500', '132057.467500', '132057.927500', '132058.387500', '132058.847500', '132059.307500', '132059.767500', '132100.227500', '132100.687500', '132101.147500', '132101.607500', '132102.067500', '132102.527500', '132102.987500', '132103.447500', '132103.907500', '132104.367500', '132104.827500', '132105.287500', '132105.747500', '132106.207500', '132106.667500', '132107.127500', '132107.587500', '132108.047500', '132108.507500', '132108.967500', '132109.427500', '132109.887500', '132110.347500', '132110.807500', '132111.267500', '132111.727500', '132112.187500', '132112.647500', '132113.107500', '132113.567500', '132114.027500', '132114.487500', '132114.947500', '132115.407500', '132115.867500', '132116.327500', '132116.787500', '132117.247500', '132117.707500', '132118.167500', '132118.627500', '132119.087500', '132119.547500', '132120.007500', '132120.467500', '132120.927500', '132121.387500', '132121.847500', '132122.307500', '132122.767500', '132123.227500', '132123.687500', '132124.147500', '132124.607500', '132125.067500', '132125.527500', '132125.987500', '132126.447500', '132126.907500', '132127.367500', '132127.827500', '132128.287500', '132128.747500', '132129.207500', '132129.667500', '132130.127500', '132130.587500', '132131.047500', '132131.507500', '132131.967500', '132132.427500', '132132.887500', '132133.347500', '132133.807500', '132134.267500', '132134.727500', '132135.187500', '132135.647500', '132136.107500', '132136.567500', '132137.027500', '132137.487500', '132137.947500', '132138.407500', '132138.867500', '132139.327500', '132139.787500', '132140.247500', '132140.707500', '132141.167500', '132141.627500', '132142.087500', '132142.547500', '132143.007500', '132143.467500', '132143.927500', '132144.387500', '132144.847500', '132145.307500', '132145.767500', '132146.227500', '132146.687500', '132147.147500', '132147.607500', '132148.067500', '132148.527500', '132148.987500', '132149.447500', '132149.907500', '132150.367500', '132150.827500', '132151.287500', '132151.747500', '132152.207500', '132152.667500', '132153.127500', '132153.587500', '132154.047500', '132154.507500', '132154.967500', '132155.427500', '132155.887500', '132156.347500', '132156.807500', '132157.267500', '132157.727500', '132158.187500', '132158.647500', '132159.107500', '132159.567500', '132200.027500', '132200.487500', '132200.947500', '132201.407500', '132201.867500', '132202.327500', '132202.787500', '132203.247500', '132203.707500', '132204.167500', '132204.627500', '132205.087500', '132205.547500', '132206.007500', '132206.467500', '132206.927500', '132207.387500', '132207.847500', '132208.307500', '132208.767500', '132209.227500', '132209.687500', '132210.147500', '132210.607500', '132211.067500', '132211.527500', '132211.987500', '132212.447500', '132212.907500', '132213.367500', '132213.827500', '132214.287500', '132214.747500', '132215.207500', '132215.667500', '132216.127500', '132216.587500', '132217.047500', '132217.507500', '132217.967500', '132218.427500', '132218.887500', '132219.347500', '132219.807500', '132220.267500', '132220.727500', '132221.187500', '132221.647500', '132222.107500', '132222.567500', '132223.027500', '132223.487500', '132223.947500', '132224.407500', '132224.867500', '132225.327500', '132225.787500', '132226.247500', '132226.707500', '132227.167500', '132227.627500', '132228.087500', '132228.547500', '132229.007500', '132229.467500', '132229.927500', '132230.387500', '132230.847500', '132231.307500', '132231.767500', '132232.227500', '132232.687500', '132233.147500', '132233.607500', '132234.067500', '132234.527500', '132234.987500', '132235.447500', '132235.907500', '132236.367500', '132236.827500', '132237.287500', '132237.747500', '132238.207500', '132238.667500', '132239.127500', '132239.587500', '132240.047500', '132240.507500', '132240.967500', '132241.427500', '132241.887500', '132242.347500', '132242.807500', '132243.267500', '132243.727500', '132244.187500', '132244.647500', '132245.107500', '132245.567500', '132246.027500', '132246.487500', '132246.947500', '132247.407500', '132247.867500', '132248.327500', '132248.787500', '132249.247500', '132249.707500', '132250.167500', '132250.627500', '132251.087500', '132251.547500', '132252.007500', '132252.467500', '132252.927500', '132253.387500', '132253.847500', '132254.307500', '132254.767500', '132255.227500', '132255.687500', '132256.147500', '132256.607500', '132257.067500', '132257.527500', '132257.987500', '132258.447500', '132258.907500', '132259.367500', '132259.827500', '132300.287500', '132300.747500', '132301.207500', '132301.667500', '132302.127500', '132302.587500', '132303.047500', '132303.507500', '132303.967500', '132304.427500', '132304.887500', '132305.347500', '132305.807500', '132306.267500', '132306.727500', '132307.187500', '132307.647500', '132308.107500', '132308.567500', '132309.027500', '132309.487500', '132309.947500', '132310.407500', '132310.867500', '132311.327500', '132311.787500', '132312.247500', '132312.707500', '132313.167500', '132313.627500', '132314.087500', '132314.547500', '132315.007500', '132315.467500', '132315.927500', '132316.387500', '132316.847500', '132317.307500', '132317.767500', '132318.227500', '132318.687500', '132319.147500', '132319.607500', '132320.067500', '132320.527500', '132320.987500', '132321.447500', '132321.907500', '132322.367500', '132322.827500', '132323.287500', '132323.747500', '132324.207500', '132324.667500', '132325.127500', '132325.587500', '132326.047500', '132326.507500', '132326.967500', '132327.427500', '132327.887500', '132328.347500', '132328.807500', '132329.267500', '132329.727500', '132330.187500', '132330.647500', '132331.107500', '132331.567500', '132332.027500', '132332.487500', '132332.947500', '132333.407500', '132333.867500', '132334.327500', '132334.787500', '132335.247500', '132335.707500', '132336.167500', '132336.627500', '132337.087500', '132337.547500', '132338.007500', '132338.467500', '132338.927500', '132339.387500', '132339.847500', '132340.307500', '132340.767500', '132341.227500', '132341.687500', '132342.147500', '132342.607500', '132343.067500', '132343.527500', '132343.987500', '132344.447500', '132344.907500', '132345.367500', '132345.827500', '132346.287500', '132346.747500', '132347.207500', '132347.667500', '132348.127500', '132348.587500', '132349.047500', '132349.507500', '132349.967500', '132350.427500', '132350.887500', '132351.347500', '132351.807500', '132352.267500', '132352.727500', '132353.187500', '132353.647500', '132354.107500', '132354.567500', '132355.027500', '132355.487500', '132355.947500', '132356.407500', '132356.867500', '132357.327500', '132357.787500', '132358.247500', '132358.707500', '132359.167500', '132359.627500', '132400.087500', '132400.547500', '132401.007500', '132401.467500', '132401.927500', '132402.387500', '132402.847500', '132403.307500', '132403.767500', '132404.227500', '132404.687500', '132405.147500', '132405.607500', '132406.067500', '132406.527500', '132406.987500', '132407.447500', '132407.907500', '132408.367500', '132408.827500', '132409.287500', '132409.747500', '132410.207500', '132410.667500', '132411.127500', '132411.587500', '132412.047500', '132412.507500', '132412.967500', '132413.427500', '132413.887500', '132414.347500', '132414.807500', '132415.267500', '132415.727500', '132416.187500', '132416.647500', '132417.107500', '132417.567500', '132418.027500', '132418.487500', '132418.947500', '132419.407500', '132419.867500', '132420.327500', '132420.787500', '132421.247500', '132421.707500', '132422.167500', '132422.627500', '132423.087500', '132423.547500', '132424.007500', '132424.467500', '132424.927500', '132425.387500', '132425.847500', '132426.307500', '132426.767500', '132427.227500', '132427.687500', '132428.147500', '132428.607500', '132429.067500', '132429.527500', '132429.987500', '132430.447500', '132430.907500', '132431.367500', '132431.827500', '132432.287500', '132432.747500', '132433.207500', '132433.667500', '132434.127500', '132434.587500', '132435.047500', '132435.507500', '132435.967500', '132436.427500', '132436.887500', '132437.347500', '132437.807500', '132438.267500', '132438.727500', '132439.187500', '132439.647500', '132440.107500', '132440.567500', '132441.027500', '132441.487500', '132441.947500', '132442.407500', '132442.867500', '132443.327500', '132443.787500', '132444.247500', '132444.707500', '132445.167500', '132445.627500', '132446.087500', '132446.547500', '132447.007500', '132447.467500', '132447.927500', '132448.387500', '132448.847500', '132449.307500', '132449.767500', '132450.227500', '132450.687500', '132451.147500', '132451.607500', '132452.067500', '132452.527500', '132452.987500', '132453.447500', '132453.907500', '132454.367500', '132454.827500', '132455.287500', '132455.747500', '132456.207500', '132456.667500', '132457.127500', '132457.587500', '132458.047500', '132458.507500', '132458.967500', '132459.427500', '132459.887500', '132500.347500', '132500.807500', '132501.267500', '132501.727500', '132502.187500', '132502.647500', '132503.107500', '132503.567500', '132504.027500', '132504.487500', '132504.947500', '132505.407500', '132505.867500', '132506.327500', '132506.787500', '132507.247500', '132507.707500', '132508.167500', '132508.627500', '132509.087500', '132509.547500', '132510.007500', '132510.467500', '132510.927500', '132511.387500', '132511.847500', '132512.307500', '132512.767500', '132513.227500', '132513.687500', '132514.147500', '132514.607500', '132515.067500', '132515.527500', '132515.987500', '132516.447500', '132516.907500', '132517.367500', '132517.827500', '132518.287500', '132518.747500', '132519.207500', '132519.667500', '132520.127500', '132520.587500', '132521.047500', '132521.507500', '132521.967500', '132522.427500', '132522.887500', '132523.347500', '132523.807500', '132524.267500', '132524.727500', '132525.187500', '132525.647500', '132526.107500', '132526.567500', '132527.027500', '132527.487500', '132527.947500', '132528.407500', '132528.867500', '132529.327500', '132529.787500', '132530.247500', '132530.707500', '132531.167500', '132531.627500', '132532.087500', '132532.547500', '132533.007500', '132533.467500', '132533.927500', '132534.387500', '132534.847500', '132535.307500', '132535.767500', '132536.227500', '132536.687500', '132537.147500', '132537.607500', '132538.067500', '132538.527500', '132538.987500', '132539.447500', '132539.907500', '132540.367500', '132540.827500', '132541.287500', '132541.747500', '132542.207500', '132542.667500', '132543.127500', '132543.587500', '132544.047500', '132544.507500', '132544.967500', '132545.427500', '132545.887500', '132546.347500', '132546.807500', '132547.267500', '132547.727500', '132548.187500', '132548.647500', '132549.107500', '132549.567500', '132550.027500', '132550.487500', '132550.947500', '132551.407500', '132551.867500', '132552.327500', '132552.787500', '132553.247500', '132553.707500', '132554.167500', '132554.627500', '132555.087500', '132555.547500', '132556.007500', '132556.467500', '132556.927500', '132557.387500', '132557.847500', '132558.307500', '132558.767500', '132559.227500', '132559.687500', '132600.147500', '132600.607500', '132601.067500', '132601.527500', '132601.987500', '132602.447500', '132602.907500', '132603.367500', '132603.827500', '132604.287500', '132604.747500', '132605.207500', '132605.667500', '132606.127500', '132606.587500', '132607.047500', '132607.507500', '132607.967500', '132608.427500', '132608.887500', '132609.347500', '132609.807500', '132610.267500', '132610.727500', '132611.187500', '132611.647500', '132612.107500', '132612.567500', '132613.027500', '132613.487500', '132613.947500', '132614.407500', '132614.867500', '132615.327500', '132615.787500', '132616.247500', '132616.707500', '132617.167500', '132617.627500', '132618.087500', '132618.547500', '132619.007500', '132619.467500', '132619.927500', '132620.387500', '132620.847500', '132621.307500', '132621.767500', '132622.227500', '132622.687500', '132623.147500', '132623.607500', '132624.067500', '132624.527500', '132624.987500', '132625.447500', '132625.907500', '132626.367500', '132626.827500', '132627.287500', '132627.747500', '132628.207500', '132628.667500', '132629.127500', '132629.587500', '132630.047500', '132630.507500', '132630.967500', '132631.427500', '132631.887500', '132632.347500', '132632.807500', '132633.267500', '132633.727500', '132634.187500', '132634.647500', '132635.107500', '132635.567500', '132636.027500', '132636.487500', '132636.947500', '132637.407500', '132637.867500', '132638.327500', '132638.787500', '132639.247500', '132639.707500', '132640.167500', '132640.627500', '132641.087500', '132641.547500', '132642.007500', '132642.467500', '132642.927500', '132643.387500', '132643.847500', '132644.307500', '132644.767500', '132645.227500', '132645.687500', '132646.147500', '132646.607500', '132647.067500', '132647.527500', '132647.987500', '132648.447500'], 'ContentTime': ['132032.883000', '132032.887000', '132032.890000', '132032.892000', '132032.895000', '132032.898000', '132032.901000', '132032.904000', '132032.906000', '132032.909000', '132032.912000', '132032.915000', '132032.917000', '132032.920000', '132032.923000', '132032.926000', '132032.929000', '132032.931000', '132032.934000', '132032.937000', '132032.940000', '132032.943000', '132032.945000', '132032.948000', '132032.951000', '132032.954000', '132032.956000', '132032.959000', '132032.962000', '132032.965000', '132032.968000', '132032.971000', '132032.973000', '132032.976000', '132032.979000', '132032.982000', '132032.984000', '132032.987000', '132032.990000', '132032.993000', '132032.996000', '132033.002000', '132033.005000', '132033.007000', '132033.010000', '132033.013000', '132033.016000', '132033.018000', '132033.021000', '132033.024000', '132033.027000', '132033.030000', '132033.032000', '132052.847000', '132052.850000', '132052.853000', '132052.855000', '132052.858000', '132052.861000', '132052.864000', '132052.866000', '132052.869000', '132052.872000', '132052.875000', '132052.878000', '132052.880000', '132052.883000', '132052.886000', '132052.889000', '132052.892000', '132052.894000', '132052.897000', '132052.900000', '132052.905000', '132052.908000', '132052.911000', '132052.914000', '132052.916000', '132052.919000', '132052.922000', '132052.925000', '132052.928000', '132052.930000', '132052.933000', '132052.936000', '132052.939000', '132052.942000', '132052.944000', '132052.947000', '132052.950000', '132052.953000', '132052.955000', '132052.958000', '132052.961000', '132052.964000', '132052.966000', '132052.969000', '132112.847000', '132112.851000', '132112.857000', '132112.860000', '132112.862000', '132112.865000', '132112.868000', '132112.871000', '132112.874000', '132112.876000', '132112.879000', '132112.882000', '132112.885000', '132112.887000', '132112.890000', '132112.893000', '132112.896000', '132112.899000', '132112.901000', '132112.904000', '132112.913000', '132112.916000', '132112.919000', '132112.921000', '132112.924000', '132112.927000', '132112.930000', '132112.933000', '132112.935000', '132112.938000', '132112.941000', '132112.944000', '132112.947000', '132112.949000', '132112.952000', '132112.955000', '132112.958000', '132112.960000', '132112.963000', '132112.966000', '132112.969000', '132112.972000', '132112.974000', '132132.847000', '132132.850000', '132132.852000', '132132.855000', '132132.858000', '132132.861000', '132132.864000', '132132.866000', '132132.869000', '132132.872000', '132132.875000', '132132.877000', '132132.880000', '132132.883000', '132132.886000', '132132.889000', '132132.891000', '132132.894000', '132132.897000', '132132.900000', '132132.902000', '132132.905000', '132132.908000', '132132.911000', '132132.917000', '132132.920000', '132132.923000', '132132.926000', '132132.928000', '132132.931000', '132132.934000', '132132.937000', '132132.940000', '132132.942000', '132132.945000', '132132.948000', '132132.951000', '132132.954000', '132132.956000', '132132.959000', '132132.962000', '132132.965000', '132132.968000', '132132.982000', '132152.847000', '132152.850000', '132152.853000', '132152.855000', '132152.858000', '132152.861000', '132152.864000', '132152.867000', '132152.869000', '132152.873000', '132152.879000', '132152.882000', '132152.909000', '132152.912000', '132152.915000', '132152.918000', '132152.920000', '132152.923000', '132152.926000', '132152.929000', '132152.932000', '132152.935000', '132152.937000', '132152.940000', '132152.943000', '132152.946000', '132152.949000', '132152.952000', '132152.955000', '132152.957000', '132152.960000', '132152.963000', '132152.966000', '132152.969000', '132152.972000', '132152.975000', '132152.977000', '132152.980000', '132152.983000', '132152.986000', '132152.989000', '132152.991000', '132152.994000', '132212.847000', '132212.850000', '132212.853000', '132212.855000', '132212.858000', '132212.861000', '132212.864000', '132212.867000', '132212.869000', '132212.872000', '132212.875000', '132212.878000', '132212.880000', '132212.883000', '132212.886000', '132212.889000', '132212.892000', '132212.895000', '132212.898000', '132212.900000', '132212.903000', '132212.906000', '132212.909000', '132212.918000', '132212.921000', '132212.923000', '132212.926000', '132212.929000', '132212.932000', '132212.935000', '132212.938000', '132212.941000', '132212.943000', '132212.946000', '132212.949000', '132212.952000', '132212.955000', '132212.957000', '132212.960000', '132212.963000', '132212.966000', '132212.969000', '132212.972000', '132212.975000', '132232.847000', '132232.850000', '132232.853000', '132232.855000', '132232.858000', '132232.861000', '132232.864000', '132232.867000', '132232.870000', '132232.873000', '132232.875000', '132232.878000', '132232.881000', '132232.884000', '132232.887000', '132232.890000', '132232.893000', '132232.895000', '132232.898000', '132232.901000', '132232.904000', '132232.911000', '132232.914000', '132232.917000', '132232.920000', '132232.923000', '132232.925000', '132232.928000', '132232.931000', '132232.934000', '132232.937000', '132232.939000', '132232.942000', '132232.945000', '132232.948000', '132232.951000', '132232.953000', '132232.956000', '132232.959000', '132232.962000', '132232.965000', '132232.967000', '132232.970000', '132252.847000', '132252.850000', '132252.853000', '132252.855000', '132252.858000', '132252.861000', '132252.864000', '132252.867000', '132252.870000', '132252.872000', '132252.875000', '132252.878000', '132252.881000', '132252.884000', '132252.886000', '132252.889000', '132252.892000', '132252.895000', '132252.898000', '132252.901000', '132252.903000', '132252.906000', '132252.909000', '132252.912000', '132252.923000', '132252.926000', '132252.929000', '132252.932000', '132252.935000', '132252.937000', '132252.940000', '132252.943000', '132252.946000', '132252.948000', '132252.951000', '132252.954000', '132252.957000', '132252.960000', '132252.962000', '132252.965000', '132252.968000', '132252.971000', '132252.974000', '132252.977000', '132312.847000', '132312.850000', '132312.853000', '132312.856000', '132312.858000', '132312.861000', '132312.864000', '132312.867000', '132312.870000', '132312.873000', '132312.875000', '132312.878000', '132312.881000', '132312.884000', '132312.887000', '132312.890000', '132312.893000', '132312.895000', '132312.898000', '132312.901000', '132312.904000', '132312.907000', '132312.910000', '132312.913000', '132312.917000', '132312.920000', '132312.923000', '132312.926000', '132312.929000', '132312.932000', '132312.935000', '132312.937000', '132312.940000', '132312.943000', '132312.946000', '132312.949000', '132312.951000', '132312.954000', '132312.972000', '132312.975000', '132312.978000', '132312.984000', '132312.987000', '132332.847000', '132332.850000', '132332.853000', '132332.856000', '132332.858000', '132332.861000', '132332.864000', '132332.867000', '132332.870000', '132332.872000', '132332.875000', '132332.878000', '132332.881000', '132332.884000', '132332.886000', '132332.889000', '132332.892000', '132332.895000', '132332.898000', '132332.900000', '132332.903000', '132332.906000', '132332.909000', '132332.912000', '132332.921000', '132332.924000', '132332.927000', '132332.930000', '132332.933000', '132332.936000', '132332.938000', '132332.941000', '132332.944000', '132332.947000', '132332.950000', '132332.952000', '132332.955000', '132332.958000', '132332.961000', '132332.964000', '132332.967000', '132332.969000', '132332.972000', '132332.975000', '132352.847000', '132352.850000', '132352.853000', '132352.856000', '132352.859000', '132352.861000', '132352.864000', '132352.867000', '132352.871000', '132352.874000', '132352.877000', '132352.880000', '132352.882000', '132352.885000', '132352.888000', '132352.891000', '132352.894000', '132352.897000', '132352.900000', '132352.903000', '132352.905000', '132352.908000', '132352.911000', '132352.914000', '132352.917000', '132352.920000', '132352.923000', '132352.925000', '132352.928000', '132352.931000', '132352.934000', '132352.937000', '132352.940000', '132352.944000', '132352.949000', '132352.952000', '132352.955000', '132352.958000', '132352.961000', '132352.964000', '132352.966000', '132352.969000', '132352.972000', '132412.847000', '132412.850000', '132412.853000', '132412.856000', '132412.858000', '132412.861000', '132412.864000', '132412.867000', '132412.870000', '132412.873000', '132412.875000', '132412.878000', '132412.881000', '132412.884000', '132412.887000', '132412.890000', '132412.893000', '132412.896000', '132412.898000', '132412.901000', '132412.904000', '132412.907000', '132412.910000', '132412.913000', '132412.915000', '132412.918000', '132412.921000', '132412.924000', '132412.927000', '132412.930000', '132412.933000', '132412.935000', '132412.938000', '132412.941000', '132412.944000', '132412.947000', '132412.950000', '132412.952000', '132412.955000', '132412.958000', '132412.961000', '132412.964000', '132412.966000', '132412.969000', '132432.847000', '132432.850000', '132432.853000', '132432.856000', '132432.859000', '132432.861000', '132432.864000', '132432.867000', '132432.870000', '132432.873000', '132432.876000', '132432.878000', '132432.881000', '132432.884000', '132432.887000', '132432.890000', '132432.893000', '132432.896000', '132432.898000', '132432.901000', '132432.904000', '132432.907000', '132432.910000', '132432.913000', '132432.915000', '132432.918000', '132432.921000', '132432.924000', '132432.927000', '132432.930000', '132432.932000', '132432.935000', '132432.938000', '132432.941000', '132432.946000', '132432.950000', '132432.953000', '132432.956000', '132432.959000', '132432.962000', '132432.965000', '132432.967000', '132432.970000', '132452.847000', '132452.850000', '132452.853000', '132452.856000', '132452.859000', '132452.861000', '132452.864000', '132452.867000', '132452.870000', '132452.873000', '132452.876000', '132452.878000', '132452.881000', '132452.884000', '132452.887000', '132452.890000', '132452.892000', '132452.895000', '132452.898000', '132452.901000', '132452.917000', '132452.920000', '132452.923000', '132452.926000', '132452.928000', '132452.931000', '132452.934000', '132452.937000', '132452.940000', '132452.943000', '132452.945000', '132452.948000', '132452.951000', '132452.954000', '132452.957000', '132452.959000', '132452.962000', '132452.965000', '132452.968000', '132452.971000', '132452.973000', '132452.976000', '132452.979000', '132452.982000', '132512.847000', '132512.850000', '132512.853000', '132512.855000', '132512.859000', '132512.861000', '132512.864000', '132512.867000', '132512.870000', '132512.873000', '132512.875000', '132512.878000', '132512.881000', '132512.884000', '132512.887000', '132512.890000', '132512.893000', '132512.895000', '132512.898000', '132512.901000', '132512.904000', '132512.907000', '132512.911000', '132512.914000', '132512.917000', '132512.920000', '132512.922000', '132512.925000', '132512.928000', '132512.931000', '132512.934000', '132512.936000', '132512.939000', '132512.942000', '132512.945000', '132512.948000', '132512.951000', '132512.954000', '132512.956000', '132512.959000', '132512.964000', '132512.969000', '132512.972000', '132532.847000', '132532.850000', '132532.853000', '132532.856000', '132532.858000', '132532.862000', '132532.864000', '132532.867000', '132532.870000', '132532.873000', '132532.877000', '132532.880000', '132532.883000', '132532.886000', '132532.888000', '132532.891000', '132532.894000', '132532.897000', '132532.900000', '132532.903000', '132532.905000', '132532.908000', '132532.911000', '132532.914000', '132532.917000', '132532.920000', '132532.922000', '132532.925000', '132532.928000', '132532.931000', '132532.934000', '132532.937000', '132532.939000', '132532.942000', '132532.945000', '132532.948000', '132532.951000', '132532.954000', '132532.956000', '132532.959000', '132532.962000', '132532.965000', '132532.968000', '132532.970000', '132552.847000', '132552.850000', '132552.853000', '132552.856000', '132552.859000', '132552.861000', '132552.864000', '132552.867000', '132552.870000', '132552.872000', '132552.875000', '132552.878000', '132552.881000', '132552.884000', '132552.887000', '132552.889000', '132552.892000', '132552.895000', '132552.898000', '132552.901000', '132552.904000', '132552.906000', '132552.909000', '132552.912000', '132552.915000', '132552.918000', '132552.921000', '132552.924000', '132552.926000', '132552.929000', '132552.932000', '132552.935000', '132552.938000', '132552.940000', '132552.943000', '132552.946000', '132552.949000', '132552.952000', '132552.955000', '132552.957000', '132552.960000', '132552.963000', '132552.966000', '132612.847000', '132612.850000', '132612.853000', '132612.856000', '132612.858000', '132612.861000', '132612.864000', '132612.867000', '132612.870000', '132612.872000', '132612.875000', '132612.878000', '132612.881000', '132612.884000', '132612.887000', '132612.889000', '132612.892000', '132612.895000', '132612.899000', '132612.902000', '132612.905000', '132612.908000', '132612.911000', '132612.913000', '132612.916000', '132612.919000', '132612.922000', '132612.925000', '132612.927000', '132612.930000', '132612.933000', '132612.948000', '132612.951000', '132612.953000', '132612.956000', '132612.959000', '132612.962000', '132612.965000', '132612.967000', '132612.970000', '132612.973000', '132612.976000', '132612.979000', '132612.981000', '132632.847000', '132632.850000', '132632.853000', '132632.856000', '132632.858000', '132632.861000', '132632.864000', '132632.867000', '132632.870000', '132632.873000', '132632.875000', '132632.878000', '132632.881000', '132632.884000', '132632.887000', '132632.889000', '132632.892000', '132632.895000', '132632.898000', '132632.901000', '132632.903000', '132632.906000', '132632.909000', '132632.912000', '132632.915000', '132632.917000', '132632.920000', '132632.923000', '132632.926000', '132632.929000', '132632.931000', '132632.934000', '132632.937000', '132632.940000', '132632.943000', '132632.945000', '132632.950000', '132632.953000', '132632.955000', '132632.958000', '132632.961000', '132632.964000', '132632.967000', '132649.151000', '132649.155000', '132649.158000', '132649.161000', '132649.164000', '132649.167000', '132649.170000', '132649.173000', '132649.176000', '132649.179000', '132649.182000', '132649.185000', '132649.188000', '132649.191000', '132649.194000', '132649.197000', '132649.200000', '132649.203000', '132649.205000', '132649.208000', '132649.211000', '132649.214000', '132649.217000', '132649.220000', '132649.223000', '132649.226000', '132649.229000', '132649.232000', '132649.234000', '132649.238000', '132649.241000', '132649.244000', '132649.247000', '132649.250000', '132649.253000', '132649.256000'], 'InstanceCreationTime': ['132032.883000', '132032.887000', '132032.890000', '132032.892000', '132032.895000', '132032.898000', '132032.901000', '132032.904000', '132032.906000', '132032.909000', '132032.912000', '132032.915000', '132032.917000', '132032.920000', '132032.923000', '132032.926000', '132032.929000', '132032.931000', '132032.934000', '132032.937000', '132032.940000', '132032.943000', '132032.945000', '132032.948000', '132032.951000', '132032.954000', '132032.956000', '132032.959000', '132032.962000', '132032.965000', '132032.968000', '132032.971000', '132032.973000', '132032.976000', '132032.979000', '132032.982000', '132032.984000', '132032.987000', '132032.990000', '132032.993000', '132032.996000', '132033.002000', '132033.005000', '132033.007000', '132033.010000', '132033.013000', '132033.016000', '132033.018000', '132033.021000', '132033.024000', '132033.027000', '132033.030000', '132033.032000', '132052.847000', '132052.850000', '132052.853000', '132052.855000', '132052.858000', '132052.861000', '132052.864000', '132052.866000', '132052.869000', '132052.872000', '132052.875000', '132052.878000', '132052.880000', '132052.883000', '132052.886000', '132052.889000', '132052.892000', '132052.894000', '132052.897000', '132052.900000', '132052.905000', '132052.908000', '132052.911000', '132052.914000', '132052.916000', '132052.919000', '132052.922000', '132052.925000', '132052.928000', '132052.930000', '132052.933000', '132052.936000', '132052.939000', '132052.942000', '132052.944000', '132052.947000', '132052.950000', '132052.953000', '132052.955000', '132052.958000', '132052.961000', '132052.964000', '132052.966000', '132052.969000', '132112.847000', '132112.851000', '132112.857000', '132112.860000', '132112.862000', '132112.865000', '132112.868000', '132112.871000', '132112.874000', '132112.876000', '132112.879000', '132112.882000', '132112.885000', '132112.887000', '132112.890000', '132112.893000', '132112.896000', '132112.899000', '132112.901000', '132112.904000', '132112.913000', '132112.916000', '132112.919000', '132112.921000', '132112.924000', '132112.927000', '132112.930000', '132112.933000', '132112.935000', '132112.938000', '132112.941000', '132112.944000', '132112.947000', '132112.949000', '132112.952000', '132112.955000', '132112.958000', '132112.960000', '132112.963000', '132112.966000', '132112.969000', '132112.972000', '132112.974000', '132132.847000', '132132.850000', '132132.852000', '132132.855000', '132132.858000', '132132.861000', '132132.864000', '132132.866000', '132132.869000', '132132.872000', '132132.875000', '132132.877000', '132132.880000', '132132.883000', '132132.886000', '132132.889000', '132132.891000', '132132.894000', '132132.897000', '132132.900000', '132132.902000', '132132.905000', '132132.908000', '132132.911000', '132132.917000', '132132.920000', '132132.923000', '132132.926000', '132132.928000', '132132.931000', '132132.934000', '132132.937000', '132132.940000', '132132.942000', '132132.945000', '132132.948000', '132132.951000', '132132.954000', '132132.956000', '132132.959000', '132132.962000', '132132.965000', '132132.968000', '132132.982000', '132152.847000', '132152.850000', '132152.853000', '132152.855000', '132152.858000', '132152.861000', '132152.864000', '132152.867000', '132152.869000', '132152.873000', '132152.879000', '132152.882000', '132152.909000', '132152.912000', '132152.915000', '132152.918000', '132152.920000', '132152.923000', '132152.926000', '132152.929000', '132152.932000', '132152.935000', '132152.937000', '132152.940000', '132152.943000', '132152.946000', '132152.949000', '132152.952000', '132152.955000', '132152.957000', '132152.960000', '132152.963000', '132152.966000', '132152.969000', '132152.972000', '132152.975000', '132152.977000', '132152.980000', '132152.983000', '132152.986000', '132152.989000', '132152.991000', '132152.994000', '132212.847000', '132212.850000', '132212.853000', '132212.855000', '132212.858000', '132212.861000', '132212.864000', '132212.867000', '132212.869000', '132212.872000', '132212.875000', '132212.878000', '132212.880000', '132212.883000', '132212.886000', '132212.889000', '132212.892000', '132212.895000', '132212.898000', '132212.900000', '132212.903000', '132212.906000', '132212.909000', '132212.918000', '132212.921000', '132212.923000', '132212.926000', '132212.929000', '132212.932000', '132212.935000', '132212.938000', '132212.941000', '132212.943000', '132212.946000', '132212.949000', '132212.952000', '132212.955000', '132212.957000', '132212.960000', '132212.963000', '132212.966000', '132212.969000', '132212.972000', '132212.975000', '132232.847000', '132232.850000', '132232.853000', '132232.855000', '132232.858000', '132232.861000', '132232.864000', '132232.867000', '132232.870000', '132232.873000', '132232.875000', '132232.878000', '132232.881000', '132232.884000', '132232.887000', '132232.890000', '132232.893000', '132232.895000', '132232.898000', '132232.901000', '132232.904000', '132232.911000', '132232.914000', '132232.917000', '132232.920000', '132232.923000', '132232.925000', '132232.928000', '132232.931000', '132232.934000', '132232.937000', '132232.939000', '132232.942000', '132232.945000', '132232.948000', '132232.951000', '132232.953000', '132232.956000', '132232.959000', '132232.962000', '132232.965000', '132232.967000', '132232.970000', '132252.847000', '132252.850000', '132252.853000', '132252.855000', '132252.858000', '132252.861000', '132252.864000', '132252.867000', '132252.870000', '132252.872000', '132252.875000', '132252.878000', '132252.881000', '132252.884000', '132252.886000', '132252.889000', '132252.892000', '132252.895000', '132252.898000', '132252.901000', '132252.903000', '132252.906000', '132252.909000', '132252.912000', '132252.923000', '132252.926000', '132252.929000', '132252.932000', '132252.935000', '132252.937000', '132252.940000', '132252.943000', '132252.946000', '132252.948000', '132252.951000', '132252.954000', '132252.957000', '132252.960000', '132252.962000', '132252.965000', '132252.968000', '132252.971000', '132252.974000', '132252.977000', '132312.847000', '132312.850000', '132312.853000', '132312.856000', '132312.858000', '132312.861000', '132312.864000', '132312.867000', '132312.870000', '132312.873000', '132312.875000', '132312.878000', '132312.881000', '132312.884000', '132312.887000', '132312.890000', '132312.893000', '132312.895000', '132312.898000', '132312.901000', '132312.904000', '132312.907000', '132312.910000', '132312.913000', '132312.917000', '132312.920000', '132312.923000', '132312.926000', '132312.929000', '132312.932000', '132312.935000', '132312.937000', '132312.940000', '132312.943000', '132312.946000', '132312.949000', '132312.951000', '132312.954000', '132312.972000', '132312.975000', '132312.978000', '132312.984000', '132312.987000', '132332.847000', '132332.850000', '132332.853000', '132332.856000', '132332.858000', '132332.861000', '132332.864000', '132332.867000', '132332.870000', '132332.872000', '132332.875000', '132332.878000', '132332.881000', '132332.884000', '132332.886000', '132332.889000', '132332.892000', '132332.895000', '132332.898000', '132332.900000', '132332.903000', '132332.906000', '132332.909000', '132332.912000', '132332.921000', '132332.924000', '132332.927000', '132332.930000', '132332.933000', '132332.936000', '132332.938000', '132332.941000', '132332.944000', '132332.947000', '132332.950000', '132332.952000', '132332.955000', '132332.958000', '132332.961000', '132332.964000', '132332.967000', '132332.969000', '132332.972000', '132332.975000', '132352.847000', '132352.850000', '132352.853000', '132352.856000', '132352.859000', '132352.861000', '132352.864000', '132352.867000', '132352.871000', '132352.874000', '132352.877000', '132352.880000', '132352.882000', '132352.885000', '132352.888000', '132352.891000', '132352.894000', '132352.897000', '132352.900000', '132352.903000', '132352.905000', '132352.908000', '132352.911000', '132352.914000', '132352.917000', '132352.920000', '132352.923000', '132352.925000', '132352.928000', '132352.931000', '132352.934000', '132352.937000', '132352.940000', '132352.944000', '132352.949000', '132352.952000', '132352.955000', '132352.958000', '132352.961000', '132352.964000', '132352.966000', '132352.969000', '132352.972000', '132412.847000', '132412.850000', '132412.853000', '132412.856000', '132412.858000', '132412.861000', '132412.864000', '132412.867000', '132412.870000', '132412.873000', '132412.875000', '132412.878000', '132412.881000', '132412.884000', '132412.887000', '132412.890000', '132412.893000', '132412.896000', '132412.898000', '132412.901000', '132412.904000', '132412.907000', '132412.910000', '132412.913000', '132412.915000', '132412.918000', '132412.921000', '132412.924000', '132412.927000', '132412.930000', '132412.933000', '132412.935000', '132412.938000', '132412.941000', '132412.944000', '132412.947000', '132412.950000', '132412.952000', '132412.955000', '132412.958000', '132412.961000', '132412.964000', '132412.966000', '132412.969000', '132432.847000', '132432.850000', '132432.853000', '132432.856000', '132432.859000', '132432.861000', '132432.864000', '132432.867000', '132432.870000', '132432.873000', '132432.876000', '132432.878000', '132432.881000', '132432.884000', '132432.887000', '132432.890000', '132432.893000', '132432.896000', '132432.898000', '132432.901000', '132432.904000', '132432.907000', '132432.910000', '132432.913000', '132432.915000', '132432.918000', '132432.921000', '132432.924000', '132432.927000', '132432.930000', '132432.932000', '132432.935000', '132432.938000', '132432.941000', '132432.946000', '132432.950000', '132432.953000', '132432.956000', '132432.959000', '132432.962000', '132432.965000', '132432.967000', '132432.970000', '132452.847000', '132452.850000', '132452.853000', '132452.856000', '132452.859000', '132452.861000', '132452.864000', '132452.867000', '132452.870000', '132452.873000', '132452.876000', '132452.878000', '132452.881000', '132452.884000', '132452.887000', '132452.890000', '132452.892000', '132452.895000', '132452.898000', '132452.901000', '132452.917000', '132452.920000', '132452.923000', '132452.926000', '132452.928000', '132452.931000', '132452.934000', '132452.937000', '132452.940000', '132452.943000', '132452.945000', '132452.948000', '132452.951000', '132452.954000', '132452.957000', '132452.959000', '132452.962000', '132452.965000', '132452.968000', '132452.971000', '132452.973000', '132452.976000', '132452.979000', '132452.982000', '132512.847000', '132512.850000', '132512.853000', '132512.855000', '132512.859000', '132512.861000', '132512.864000', '132512.867000', '132512.870000', '132512.873000', '132512.875000', '132512.878000', '132512.881000', '132512.884000', '132512.887000', '132512.890000', '132512.893000', '132512.895000', '132512.898000', '132512.901000', '132512.904000', '132512.907000', '132512.911000', '132512.914000', '132512.917000', '132512.920000', '132512.922000', '132512.925000', '132512.928000', '132512.931000', '132512.934000', '132512.936000', '132512.939000', '132512.942000', '132512.945000', '132512.948000', '132512.951000', '132512.954000', '132512.956000', '132512.959000', '132512.964000', '132512.969000', '132512.972000', '132532.847000', '132532.850000', '132532.853000', '132532.856000', '132532.858000', '132532.862000', '132532.864000', '132532.867000', '132532.870000', '132532.873000', '132532.877000', '132532.880000', '132532.883000', '132532.886000', '132532.888000', '132532.891000', '132532.894000', '132532.897000', '132532.900000', '132532.903000', '132532.905000', '132532.908000', '132532.911000', '132532.914000', '132532.917000', '132532.920000', '132532.922000', '132532.925000', '132532.928000', '132532.931000', '132532.934000', '132532.937000', '132532.939000', '132532.942000', '132532.945000', '132532.948000', '132532.951000', '132532.954000', '132532.956000', '132532.959000', '132532.962000', '132532.965000', '132532.968000', '132532.970000', '132552.847000', '132552.850000', '132552.853000', '132552.856000', '132552.859000', '132552.861000', '132552.864000', '132552.867000', '132552.870000', '132552.872000', '132552.875000', '132552.878000', '132552.881000', '132552.884000', '132552.887000', '132552.889000', '132552.892000', '132552.895000', '132552.898000', '132552.901000', '132552.904000', '132552.906000', '132552.909000', '132552.912000', '132552.915000', '132552.918000', '132552.921000', '132552.924000', '132552.926000', '132552.929000', '132552.932000', '132552.935000', '132552.938000', '132552.940000', '132552.943000', '132552.946000', '132552.949000', '132552.952000', '132552.955000', '132552.957000', '132552.960000', '132552.963000', '132552.966000', '132612.847000', '132612.850000', '132612.853000', '132612.856000', '132612.858000', '132612.861000', '132612.864000', '132612.867000', '132612.870000', '132612.872000', '132612.875000', '132612.878000', '132612.881000', '132612.884000', '132612.887000', '132612.889000', '132612.892000', '132612.895000', '132612.899000', '132612.902000', '132612.905000', '132612.908000', '132612.911000', '132612.913000', '132612.916000', '132612.919000', '132612.922000', '132612.925000', '132612.927000', '132612.930000', '132612.933000', '132612.948000', '132612.951000', '132612.953000', '132612.956000', '132612.959000', '132612.962000', '132612.965000', '132612.967000', '132612.970000', '132612.973000', '132612.976000', '132612.979000', '132612.981000', '132632.847000', '132632.850000', '132632.853000', '132632.856000', '132632.858000', '132632.861000', '132632.864000', '132632.867000', '132632.870000', '132632.873000', '132632.875000', '132632.878000', '132632.881000', '132632.884000', '132632.887000', '132632.889000', '132632.892000', '132632.895000', '132632.898000', '132632.901000', '132632.903000', '132632.906000', '132632.909000', '132632.912000', '132632.915000', '132632.917000', '132632.920000', '132632.923000', '132632.926000', '132632.929000', '132632.931000', '132632.934000', '132632.937000', '132632.940000', '132632.943000', '132632.945000', '132632.950000', '132632.953000', '132632.955000', '132632.958000', '132632.961000', '132632.964000', '132632.967000', '132649.151000', '132649.155000', '132649.158000', '132649.161000', '132649.164000', '132649.167000', '132649.170000', '132649.173000', '132649.176000', '132649.179000', '132649.182000', '132649.185000', '132649.188000', '132649.191000', '132649.194000', '132649.197000', '132649.200000', '132649.203000', '132649.205000', '132649.208000', '132649.211000', '132649.214000', '132649.217000', '132649.220000', '132649.223000', '132649.226000', '132649.229000', '132649.232000', '132649.234000', '132649.238000', '132649.241000', '132649.244000', '132649.247000', '132649.250000', '132649.253000', '132649.256000'], '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': [10161, 15453, 10122, 15271, 10048, 14787, 9591, 10776, 10643, 9639, 14186, 9730, 10000, 10669, 10031, 11112, 11919, 10049, 14408, 9691, 14583, 9500, 14673, 9667, 13751, 9870, 13626, 9806, 13078, 9431, 9529, 9784, 9480, 11031, 9588, 12075, 9488, 12321, 9446, 12322, 9702, 12198, 9207, 12832, 9771, 13148, 9758, 12938, 9696, 13744, 9668, 14048, 9599, 14641, 9864, 12098, 9735, 9563, 10720, 9551, 10336, 9933, 10243, 9283, 10312, 9520, 11905, 9493, 13007, 9725, 13305, 9714, 13960, 9823, 14347, 9785, 14578, 9407, 13328, 9553, 10565, 10272, 9496, 11112, 9476, 10982, 9133, 11159, 9360, 12477, 9370, 12486, 9298, 12561, 9493, 12573, 9648, 12942, 9418, 12669, 9384, 12572, 9289, 13462, 9871, 13279, 9464, 10724, 9523, 9542, 9977, 9385, 11831, 9305, 12619, 9511, 13024, 9656, 12907, 9599, 13416, 9441, 12593, 9634, 13589, 9709, 13591, 9624, 13836, 9784, 14216, 9555, 13025, 9903, 9158, 10268, 9478, 12503, 9739, 12897, 9579, 12624, 9275, 13409, 9488, 14024, 9648, 13715, 9928, 14530, 9813, 15418, 9766, 15637, 9430, 15174, 9462, 11087, 9436, 9132, 10480, 9111, 10822, 9131, 10636, 9401, 11271, 9246, 12243, 9525, 13185, 9515, 12995, 9767, 12820, 10017, 13277, 9471, 12721, 9215, 13387, 9796, 13159, 9563, 13237, 9709, 14169, 9754, 14436, 9747, 14171, 9555, 14847, 9360, 11547, 9788, 9418, 10527, 9597, 10990, 9662, 11221, 9067, 11628, 9662, 12395, 9384, 12422, 9442, 12532, 9615, 12491, 9344, 11341, 9248, 12327, 9624, 13303, 9742, 13829, 9612, 10801, 11095, 10489, 10638, 9588, 12674, 9471, 9151, 12238, 9265, 12338, 9620, 12443, 9442, 13599, 9346, 14156, 9809, 13311, 9693, 10091, 10529, 8907, 11700, 9500, 12992, 9289, 13556, 9615, 13762, 9821, 13349, 9605, 13424, 9297, 14029, 9644, 13804, 9604, 11248, 9743, 10664, 9788, 12310, 10262, 12342, 10835, 11565, 12383, 9975, 12739, 9555, 12700, 9902, 10408, 11364, 9856, 12916, 9521, 14703, 9591, 15105, 9776, 14862, 9909, 15002, 10054, 15074, 10105, 15093, 9914, 13976, 9285, 13464, 9215, 12995, 9195, 13274, 9412, 13667, 9474, 13440, 9660, 13376, 9637, 13367, 9604, 13168, 8972, 13014, 9749, 13517, 9441, 13347, 9534, 13216, 9763, 13283, 9654, 12667, 9482, 13887, 9452, 14357, 9540, 13780, 9699, 14262, 9621, 13616, 9559, 13137, 9120, 12474, 9809, 12841, 9575, 13041, 9519, 13907, 9574, 14617, 9472, 14763, 9260, 14768, 9390, 14731, 9338, 11456, 9467, 12974, 9497, 14603, 9603, 15332, 9872, 15491, 9449, 14414, 9236, 10899, 9521, 9545, 10018, 10273, 9909, 11644, 9614, 13397, 9427, 13208, 9600, 10509, 10011, 9369, 9964, 10409, 9742, 14581, 9596, 15263, 9867, 13886, 9677, 13075, 9418, 13229, 9542, 13431, 9411, 12876, 9305, 12674, 9359, 10710, 9068, 9686, 12106, 9516, 13306, 9318, 12885, 9473, 12911, 9515, 12899, 9147, 12488, 9495, 10487, 9238, 9538, 11206, 9356, 14028, 9412, 14343, 9307, 14532, 9665, 13116, 10048, 13401, 10349, 13492, 9819, 12668, 9676, 12855, 9457, 12752, 9351, 10165, 9065, 9636, 10049, 9782, 13396, 9436, 14296, 9430, 14739, 9341, 13527, 9136, 12573, 9332, 12036, 9146, 10082, 12756, 9609, 15343, 9412, 15293, 10080, 14715, 9612, 13384, 9560, 13413, 9457, 12677, 9354, 14345, 9585, 14278, 9465, 12945, 9585, 13292, 9524, 12881, 9411, 11812, 9169, 11841, 9751, 12065, 9814, 11696, 9604, 11699, 9793, 12016, 9359, 11084, 9367, 11945, 9142, 12540, 9305, 13114, 9499, 12920, 9600, 13246, 9658, 13194, 9259, 12415, 9335, 12070, 9550, 11590, 9618, 11205, 9674, 11066, 9760, 10186, 9199, 9944, 9344, 11004, 9509, 12945, 9562, 12856, 9716, 13250, 9792, 12901, 9397, 11419, 9309, 11391, 9454, 10967, 9498, 11730, 9673, 12353, 9471, 11845, 9094, 11080, 9667, 12716, 10171, 12752, 9895, 12817, 9527, 12740, 9561, 12718, 9446, 13115, 9509, 12638, 9822, 13588, 9862, 13903, 11400, 13790, 10900, 13163, 9618, 12499, 9311, 13194, 9589, 13673, 9714, 14343, 9672, 13349, 9552, 12128, 9609, 12034, 9695, 12984, 9715, 13303, 9253, 12841, 9479, 12795, 9500, 12491, 9819, 14130, 9951, 14061, 9941, 13047, 9501, 13065, 9787, 13004, 9752, 9637, 9717, 9114, 9597, 10265, 9665, 10936, 10540, 9403, 11775, 9607, 11522, 11446, 9973, 14154, 9988, 16037, 9575, 15697, 9580, 10240, 9488, 9592, 11122, 9666, 12626, 9630, 12517, 9464, 12146, 9355, 11953, 9593, 12835, 9676, 13064, 9743, 13111, 9719, 13388, 9637, 12914, 9714, 14952, 9910, 14566, 9932, 14591, 9822, 14840, 9830, 14447, 9461, 15297, 9717, 14122, 9764, 11502, 9725, 11068, 9826, 11189, 9357, 9317, 10594, 9358, 12568, 9668, 13299, 9860, 14887, 9834, 14438, 9889, 13532, 9743, 13000, 9538, 12976, 9532, 12931, 9554, 13354, 9730, 13189, 10051, 13864, 9831, 13489, 9517, 12842, 9422, 12879, 9785, 12830, 9960, 13112, 9938, 13470, 9862, 13049, 9635, 11785, 9360, 12343, 10064, 13646, 10070, 13137, 9941, 12732, 10070, 12627, 9592, 13809, 9633, 13775, 9511, 10379, 9688, 9740, 10173, 10687, 10504, 12180, 9788, 12195, 10206, 9573, 10571, 9926, 11344, 11345, 10046, 9796, 9640, 9230, 11169, 9360, 12555, 9561, 12810, 9731, 13594, 9712, 13992, 9862, 14790, 9638, 14645, 9660, 15137, 9779, 15337, 9752, 14444, 9936, 13954, 9922, 13660, 9562, 13529, 9580, 12445, 9628, 9669, 12827, 9537, 10691, 15661, 10020, 14107, 9875, 12128, 9651, 10318, 9542, 9619, 11260, 9752, 14089, 9788, 15564, 9765, 15529, 10008, 15735, 10443, 13925, 9909, 13369, 10083, 16224, 10385, 14741, 10129, 13113, 10061, 9593, 11888, 9479, 14719, 9595, 13570, 9741, 13439, 9901, 13349, 10071, 13606, 9990, 13455, 9810, 12202, 9827, 11922, 9648, 9255, 11998, 9408, 12426, 9652, 12908, 9614, 11795, 9747, 11514, 9913, 12184, 10189, 12537, 9941, 13639, 9677, 12994, 9592, 13927, 9639, 15118, 9871, 14486, 9902, 13759, 10076, 13637, 10076, 13756, 10131, 13380, 9828, 12142, 9490, 8913, 9865, 9169, 12165, 9779, 12505, 9780, 12257, 9958, 11265, 10696, 10870, 9535, 12227, 9669, 12728, 9833, 12666, 9928, 12575, 9890, 10621, 9692, 9837], 'WindowCenter': [4428.0, 4451.0, 4385.0, 4422.0, 4382.0, 4432.0, 4371.0, 4377.0, 4365.0, 4355.0, 4406.0, 4380.0, 4379.0, 4390.0, 4367.0, 4388.0, 4388.0, 4368.0, 4420.0, 4382.0, 4420.0, 4367.0, 4407.0, 4382.0, 4406.0, 4368.0, 4395.0, 4367.0, 4409.0, 4381.0, 4369.0, 4378.0, 4366.0, 4390.0, 4366.0, 4398.0, 4366.0, 4398.0, 4369.0, 4423.0, 4369.0, 4410.0, 4382.0, 4409.0, 4380.0, 4409.0, 4380.0, 4408.0, 4381.0, 4407.0, 4381.0, 4434.0, 4382.0, 4418.0, 4367.0, 4386.0, 4367.0, 4368.0, 4390.0, 4366.0, 4376.0, 4365.0, 4390.0, 4382.0, 4391.0, 4379.0, 4398.0, 4367.0, 4406.0, 4378.0, 4408.0, 4369.0, 4408.0, 4381.0, 4420.0, 4378.0, 4431.0, 4369.0, 4409.0, 4366.0, 4365.0, 4376.0, 4355.0, 4387.0, 4356.0, 4379.0, 4369.0, 4389.0, 4357.0, 4395.0, 4343.0, 4383.0, 4343.0, 4384.0, 4353.0, 4384.0, 4353.0, 4396.0, 4355.0, 4398.0, 4368.0, 4397.0, 4358.0, 4407.0, 4378.0, 4407.0, 4378.0, 4388.0, 4381.0, 4391.0, 4395.0, 4383.0, 4411.0, 4369.0, 4409.0, 4380.0, 4411.0, 4380.0, 4410.0, 4369.0, 4410.0, 4382.0, 4412.0, 4380.0, 4409.0, 4369.0, 4421.0, 4380.0, 4408.0, 4379.0, 4408.0, 4382.0, 4421.0, 4379.0, 4369.0, 4390.0, 4368.0, 4408.0, 4368.0, 4419.0, 4380.0, 4411.0, 4383.0, 4421.0, 4381.0, 4417.0, 4380.0, 4407.0, 4380.0, 4407.0, 4370.0, 4416.0, 4367.0, 4416.0, 4356.0, 4419.0, 4368.0, 4375.0, 4357.0, 4366.0, 4388.0, 4358.0, 4389.0, 4357.0, 4390.0, 4383.0, 4403.0, 4369.0, 4398.0, 4377.0, 4408.0, 4379.0, 4408.0, 4367.0, 4397.0, 4367.0, 4410.0, 4381.0, 4408.0, 4369.0, 4395.0, 4365.0, 4397.0, 4368.0, 4397.0, 4368.0, 4407.0, 4369.0, 4419.0, 4382.0, 4430.0, 4381.0, 4406.0, 4356.0, 4385.0, 4380.0, 4356.0, 4388.0, 4354.0, 4387.0, 4366.0, 4402.0, 4371.0, 4399.0, 4368.0, 4394.0, 4354.0, 4396.0, 4356.0, 4397.0, 4354.0, 4396.0, 4356.0, 4388.0, 4370.0, 4397.0, 4381.0, 4420.0, 4379.0, 4417.0, 4379.0, 4390.0, 4414.0, 4390.0, 4404.0, 4393.0, 4421.0, 4379.0, 4370.0, 4400.0, 4356.0, 4397.0, 4355.0, 4397.0, 4368.0, 4410.0, 4369.0, 4408.0, 4379.0, 4406.0, 4368.0, 4366.0, 4377.0, 4370.0, 4400.0, 4366.0, 4408.0, 4369.0, 4408.0, 4368.0, 4408.0, 4366.0, 4396.0, 4356.0, 4410.0, 4370.0, 4405.0, 4367.0, 4405.0, 4368.0, 4387.0, 4368.0, 4378.0, 4394.0, 4411.0, 4391.0, 4410.0, 4391.0, 4398.0, 4400.0, 4365.0, 4397.0, 4354.0, 4408.0, 4356.0, 4376.0, 4383.0, 4369.0, 4398.0, 4369.0, 4418.0, 4368.0, 4407.0, 4365.0, 4393.0, 4355.0, 4391.0, 4340.0, 4381.0, 4340.0, 4377.0, 4325.0, 4380.0, 4339.0, 4369.0, 4328.0, 4356.0, 4316.0, 4356.0, 4329.0, 4379.0, 4352.0, 4380.0, 4353.0, 4392.0, 4354.0, 4395.0, 4367.0, 4406.0, 4356.0, 4395.0, 4380.0, 4406.0, 4379.0, 4407.0, 4368.0, 4406.0, 4379.0, 4419.0, 4394.0, 4424.0, 4382.0, 4409.0, 4368.0, 4404.0, 4366.0, 4408.0, 4368.0, 4404.0, 4368.0, 4406.0, 4365.0, 4409.0, 4370.0, 4398.0, 4381.0, 4397.0, 4368.0, 4405.0, 4368.0, 4409.0, 4379.0, 4420.0, 4383.0, 4431.0, 4368.0, 4418.0, 4356.0, 4403.0, 4356.0, 4385.0, 4369.0, 4394.0, 4367.0, 4405.0, 4368.0, 4414.0, 4378.0, 4431.0, 4380.0, 4407.0, 4357.0, 4374.0, 4369.0, 4368.0, 4378.0, 4377.0, 4377.0, 4387.0, 4381.0, 4421.0, 4380.0, 4408.0, 4368.0, 4377.0, 4367.0, 4354.0, 4378.0, 4376.0, 4370.0, 4407.0, 4369.0, 4415.0, 4367.0, 4407.0, 4381.0, 4408.0, 4368.0, 4395.0, 4355.0, 4395.0, 4355.0, 4395.0, 4357.0, 4396.0, 4354.0, 4377.0, 4346.0, 4367.0, 4386.0, 4368.0, 4420.0, 4370.0, 4398.0, 4367.0, 4397.0, 4365.0, 4396.0, 4356.0, 4398.0, 4366.0, 4378.0, 4356.0, 4368.0, 4376.0, 4370.0, 4421.0, 4371.0, 4418.0, 4355.0, 4407.0, 4367.0, 4422.0, 4378.0, 4421.0, 4379.0, 4419.0, 4381.0, 4411.0, 4379.0, 4408.0, 4380.0, 4424.0, 4381.0, 4391.0, 4367.0, 4381.0, 4380.0, 4392.0, 4434.0, 4394.0, 4432.0, 4370.0, 4418.0, 4357.0, 4395.0, 4355.0, 4387.0, 4344.0, 4387.0, 4344.0, 4366.0, 4384.0, 4368.0, 4429.0, 4358.0, 4403.0, 4380.0, 4405.0, 4367.0, 4396.0, 4367.0, 4409.0, 4381.0, 4422.0, 4371.0, 4418.0, 4368.0, 4405.0, 4367.0, 4399.0, 4368.0, 4407.0, 4367.0, 4397.0, 4358.0, 4400.0, 4369.0, 4399.0, 4381.0, 4400.0, 4366.0, 4399.0, 4367.0, 4399.0, 4367.0, 4411.0, 4382.0, 4400.0, 4371.0, 4397.0, 4357.0, 4387.0, 4355.0, 4396.0, 4355.0, 4396.0, 4357.0, 4399.0, 4356.0, 4410.0, 4368.0, 4399.0, 4356.0, 4397.0, 4354.0, 4386.0, 4354.0, 4387.0, 4355.0, 4387.0, 4366.0, 4391.0, 4369.0, 4378.0, 4355.0, 4376.0, 4355.0, 4397.0, 4365.0, 4397.0, 4356.0, 4398.0, 4366.0, 4398.0, 4357.0, 4399.0, 4357.0, 4388.0, 4354.0, 4376.0, 4355.0, 4387.0, 4366.0, 4399.0, 4368.0, 4413.0, 4372.0, 4401.0, 4369.0, 4398.0, 4366.0, 4395.0, 4365.0, 4397.0, 4367.0, 4397.0, 4367.0, 4408.0, 4368.0, 4411.0, 4369.0, 4411.0, 4367.0, 4410.0, 4367.0, 4406.0, 4375.0, 4397.0, 4362.0, 4384.0, 4354.0, 4374.0, 4342.0, 4371.0, 4339.0, 4371.0, 4328.0, 4378.0, 4328.0, 4369.0, 4329.0, 4372.0, 4341.0, 4372.0, 4354.0, 4395.0, 4352.0, 4408.0, 4370.0, 4408.0, 4368.0, 4397.0, 4368.0, 4397.0, 4379.0, 4407.0, 4368.0, 4406.0, 4368.0, 4410.0, 4380.0, 4407.0, 4381.0, 4408.0, 4381.0, 4377.0, 4380.0, 4371.0, 4396.0, 4405.0, 4394.0, 4401.0, 4392.0, 4369.0, 4400.0, 4369.0, 4402.0, 4389.0, 4378.0, 4406.0, 4367.0, 4419.0, 4381.0, 4419.0, 4367.0, 4365.0, 4382.0, 4367.0, 4388.0, 4368.0, 4411.0, 4368.0, 4411.0, 4392.0, 4414.0, 4370.0, 4399.0, 4366.0, 4397.0, 4357.0, 4397.0, 4367.0, 4399.0, 4367.0, 4406.0, 4369.0, 4409.0, 4384.0, 4419.0, 4378.0, 4418.0, 4367.0, 4417.0, 4367.0, 4417.0, 4391.0, 4421.0, 4370.0, 4417.0, 4367.0, 4404.0, 4368.0, 4385.0, 4369.0, 4378.0, 4382.0, 4388.0, 4381.0, 4380.0, 4390.0, 4370.0, 4409.0, 4369.0, 4408.0, 4379.0, 4420.0, 4368.0, 4408.0, 4365.0, 4398.0, 4369.0, 4410.0, 4368.0, 4396.0, 4352.0, 4384.0, 4354.0, 4395.0, 4368.0, 4397.0, 4379.0, 4409.0, 4368.0, 4410.0, 4382.0, 4409.0, 4367.0, 4396.0, 4369.0, 4396.0, 4368.0, 4398.0, 4367.0, 4409.0, 4367.0, 4398.0, 4368.0, 4400.0, 4371.0, 4398.0, 4381.0, 4419.0, 4381.0, 4409.0, 4379.0, 4410.0, 4381.0, 4424.0, 4395.0, 4422.0, 4381.0, 4408.0, 4381.0, 4376.0, 4371.0, 4369.0, 4382.0, 4378.0, 4390.0, 4412.0, 4382.0, 4398.0, 4379.0, 4355.0, 4378.0, 4366.0, 4401.0, 4378.0, 4368.0, 4366.0, 4380.0, 4371.0, 4390.0, 4366.0, 4399.0, 4367.0, 4398.0, 4367.0, 4408.0, 4368.0, 4410.0, 4368.0, 4420.0, 4381.0, 4419.0, 4369.0, 4407.0, 4365.0, 4405.0, 4366.0, 4407.0, 4367.0, 4406.0, 4366.0, 4420.0, 4381.0, 4418.0, 4381.0, 4398.0, 4369.0, 4380.0, 4398.0, 4355.0, 4376.0, 4403.0, 4353.0, 4394.0, 4353.0, 4397.0, 4356.0, 4378.0, 4356.0, 4367.0, 4375.0, 4367.0, 4395.0, 4353.0, 4404.0, 4353.0, 4393.0, 4342.0, 4404.0, 4350.0, 4371.0, 4328.0, 4356.0, 4338.0, 4390.0, 4329.0, 4379.0, 4338.0, 4357.0, 4327.0, 4315.0, 4345.0, 4326.0, 4367.0, 4326.0, 4368.0, 4329.0, 4368.0, 4338.0, 4368.0, 4339.0, 4381.0, 4352.0, 4380.0, 4352.0, 4371.0, 4354.0, 4376.0, 4354.0, 4345.0, 4374.0, 4341.0, 4373.0, 4341.0, 4384.0, 4342.0, 4374.0, 4343.0, 4386.0, 4355.0, 4386.0, 4365.0, 4394.0, 4366.0, 4408.0, 4381.0, 4421.0, 4380.0, 4409.0, 4367.0, 4406.0, 4367.0, 4406.0, 4368.0, 4396.0, 4367.0, 4406.0, 4367.0, 4408.0, 4377.0, 4421.0, 4394.0, 4412.0, 4383.0, 4367.0, 4381.0, 4369.0, 4412.0, 4381.0, 4412.0, 4369.0, 4400.0, 4368.0, 4392.0, 4392.0, 4393.0, 4369.0, 4399.0, 4355.0, 4398.0, 4366.0, 4399.0, 4367.0, 4410.0, 4367.0, 4379.0, 4368.0, 4381.0], 'WindowWidth': [9778.0, 9790.0, 9688.0, 9729.0, 9675.0, 9741.0, 9657.0, 9654.0, 9635.0, 9621.0, 9692.0, 9666.0, 9661.0, 9679.0, 9642.0, 9671.0, 9669.0, 9642.0, 9717.0, 9671.0, 9720.0, 9643.0, 9693.0, 9669.0, 9691.0, 9641.0, 9673.0, 9639.0, 9702.0, 9668.0, 9648.0, 9657.0, 9639.0, 9676.0, 9638.0, 9686.0, 9640.0, 9686.0, 9645.0, 9729.0, 9649.0, 9705.0, 9669.0, 9702.0, 9662.0, 9699.0, 9663.0, 9699.0, 9664.0, 9695.0, 9666.0, 9743.0, 9670.0, 9712.0, 9642.0, 9663.0, 9641.0, 9644.0, 9678.0, 9637.0, 9654.0, 9634.0, 9678.0, 9673.0, 9684.0, 9663.0, 9685.0, 9642.0, 9694.0, 9660.0, 9697.0, 9646.0, 9698.0, 9668.0, 9717.0, 9659.0, 9735.0, 9647.0, 9696.0, 9638.0, 9633.0, 9652.0, 9621.0, 9667.0, 9623.0, 9659.0, 9649.0, 9674.0, 9628.0, 9676.0, 9601.0, 9656.0, 9599.0, 9658.0, 9614.0, 9660.0, 9614.0, 9677.0, 9621.0, 9685.0, 9645.0, 9679.0, 9628.0, 9695.0, 9657.0, 9695.0, 9660.0, 9673.0, 9668.0, 9684.0, 9693.0, 9674.0, 9709.0, 9649.0, 9700.0, 9664.0, 9708.0, 9662.0, 9703.0, 9647.0, 9704.0, 9672.0, 9712.0, 9666.0, 9700.0, 9648.0, 9722.0, 9665.0, 9696.0, 9659.0, 9697.0, 9670.0, 9723.0, 9663.0, 9646.0, 9681.0, 9645.0, 9700.0, 9644.0, 9719.0, 9665.0, 9710.0, 9674.0, 9722.0, 9666.0, 9711.0, 9663.0, 9695.0, 9664.0, 9695.0, 9647.0, 9706.0, 9641.0, 9705.0, 9628.0, 9713.0, 9642.0, 9647.0, 9626.0, 9641.0, 9672.0, 9629.0, 9673.0, 9627.0, 9680.0, 9674.0, 9701.0, 9648.0, 9684.0, 9657.0, 9698.0, 9660.0, 9698.0, 9641.0, 9681.0, 9641.0, 9703.0, 9668.0, 9701.0, 9646.0, 9675.0, 9635.0, 9681.0, 9643.0, 9680.0, 9644.0, 9694.0, 9647.0, 9714.0, 9669.0, 9734.0, 9668.0, 9692.0, 9624.0, 9661.0, 9663.0, 9625.0, 9672.0, 9619.0, 9669.0, 9637.0, 9696.0, 9655.0, 9690.0, 9642.0, 9675.0, 9620.0, 9679.0, 9622.0, 9680.0, 9619.0, 9679.0, 9624.0, 9673.0, 9652.0, 9683.0, 9669.0, 9719.0, 9664.0, 9711.0, 9661.0, 9680.0, 9718.0, 9678.0, 9706.0, 9687.0, 9724.0, 9664.0, 9648.0, 9690.0, 9624.0, 9682.0, 9619.0, 9681.0, 9643.0, 9703.0, 9649.0, 9698.0, 9661.0, 9691.0, 9642.0, 9637.0, 9654.0, 9653.0, 9691.0, 9641.0, 9698.0, 9646.0, 9696.0, 9642.0, 9695.0, 9636.0, 9675.0, 9624.0, 9703.0, 9649.0, 9688.0, 9640.0, 9688.0, 9644.0, 9666.0, 9646.0, 9658.0, 9692.0, 9712.0, 9682.0, 9705.0, 9680.0, 9685.0, 9690.0, 9635.0, 9681.0, 9618.0, 9699.0, 9620.0, 9652.0, 9657.0, 9644.0, 9682.0, 9647.0, 9711.0, 9644.0, 9693.0, 9636.0, 9670.0, 9618.0, 9662.0, 9591.0, 9645.0, 9587.0, 9634.0, 9561.0, 9642.0, 9591.0, 9628.0, 9572.0, 9604.0, 9549.0, 9603.0, 9573.0, 9640.0, 9610.0, 9647.0, 9613.0, 9664.0, 9615.0, 9675.0, 9643.0, 9693.0, 9625.0, 9673.0, 9666.0, 9691.0, 9661.0, 9694.0, 9645.0, 9694.0, 9662.0, 9715.0, 9692.0, 9732.0, 9673.0, 9702.0, 9645.0, 9687.0, 9639.0, 9695.0, 9643.0, 9688.0, 9642.0, 9689.0, 9635.0, 9700.0, 9652.0, 9684.0, 9667.0, 9682.0, 9646.0, 9690.0, 9646.0, 9700.0, 9661.0, 9719.0, 9674.0, 9737.0, 9646.0, 9711.0, 9623.0, 9683.0, 9625.0, 9662.0, 9647.0, 9674.0, 9642.0, 9689.0, 9642.0, 9701.0, 9658.0, 9735.0, 9666.0, 9695.0, 9628.0, 9646.0, 9650.0, 9646.0, 9660.0, 9652.0, 9656.0, 9666.0, 9666.0, 9724.0, 9666.0, 9698.0, 9644.0, 9651.0, 9640.0, 9619.0, 9658.0, 9651.0, 9648.0, 9694.0, 9645.0, 9704.0, 9641.0, 9694.0, 9665.0, 9699.0, 9644.0, 9675.0, 9619.0, 9673.0, 9619.0, 9675.0, 9628.0, 9680.0, 9619.0, 9654.0, 9609.0, 9640.0, 9663.0, 9643.0, 9718.0, 9653.0, 9685.0, 9640.0, 9678.0, 9636.0, 9678.0, 9623.0, 9682.0, 9637.0, 9658.0, 9623.0, 9644.0, 9651.0, 9650.0, 9724.0, 9654.0, 9712.0, 9624.0, 9693.0, 9642.0, 9726.0, 9659.0, 9720.0, 9660.0, 9716.0, 9667.0, 9706.0, 9662.0, 9699.0, 9663.0, 9731.0, 9667.0, 9680.0, 9643.0, 9667.0, 9663.0, 9683.0, 9745.0, 9692.0, 9739.0, 9653.0, 9712.0, 9627.0, 9675.0, 9621.0, 9668.0, 9603.0, 9666.0, 9604.0, 9637.0, 9657.0, 9645.0, 9728.0, 9630.0, 9683.0, 9662.0, 9688.0, 9642.0, 9677.0, 9641.0, 9698.0, 9668.0, 9726.0, 9655.0, 9711.0, 9643.0, 9689.0, 9642.0, 9685.0, 9644.0, 9694.0, 9638.0, 9680.0, 9629.0, 9691.0, 9649.0, 9686.0, 9668.0, 9691.0, 9639.0, 9686.0, 9639.0, 9687.0, 9640.0, 9706.0, 9671.0, 9695.0, 9655.0, 9684.0, 9625.0, 9665.0, 9620.0, 9676.0, 9620.0, 9678.0, 9625.0, 9684.0, 9623.0, 9703.0, 9645.0, 9687.0, 9625.0, 9680.0, 9618.0, 9665.0, 9617.0, 9667.0, 9620.0, 9668.0, 9637.0, 9680.0, 9648.0, 9657.0, 9620.0, 9649.0, 9621.0, 9679.0, 9634.0, 9681.0, 9623.0, 9683.0, 9634.0, 9683.0, 9628.0, 9688.0, 9629.0, 9672.0, 9617.0, 9650.0, 9620.0, 9669.0, 9637.0, 9687.0, 9642.0, 9712.0, 9657.0, 9695.0, 9645.0, 9682.0, 9635.0, 9673.0, 9635.0, 9680.0, 9639.0, 9680.0, 9643.0, 9698.0, 9645.0, 9707.0, 9647.0, 9707.0, 9643.0, 9704.0, 9640.0, 9693.0, 9645.0, 9682.0, 9622.0, 9656.0, 9617.0, 9642.0, 9597.0, 9631.0, 9587.0, 9629.0, 9570.0, 9636.0, 9568.0, 9627.0, 9573.0, 9635.0, 9591.0, 9636.0, 9616.0, 9671.0, 9613.0, 9697.0, 9651.0, 9698.0, 9643.0, 9680.0, 9644.0, 9681.0, 9662.0, 9696.0, 9644.0, 9691.0, 9643.0, 9704.0, 9666.0, 9695.0, 9666.0, 9698.0, 9667.0, 9657.0, 9666.0, 9654.0, 9698.0, 9709.0, 9693.0, 9695.0, 9684.0, 9648.0, 9693.0, 9646.0, 9697.0, 9670.0, 9659.0, 9690.0, 9641.0, 9715.0, 9668.0, 9715.0, 9641.0, 9635.0, 9671.0, 9641.0, 9672.0, 9642.0, 9706.0, 9643.0, 9708.0, 9686.0, 9715.0, 9651.0, 9688.0, 9638.0, 9680.0, 9626.0, 9681.0, 9639.0, 9684.0, 9640.0, 9693.0, 9647.0, 9702.0, 9676.0, 9714.0, 9659.0, 9709.0, 9641.0, 9707.0, 9640.0, 9711.0, 9682.0, 9719.0, 9649.0, 9707.0, 9640.0, 9684.0, 9644.0, 9662.0, 9647.0, 9655.0, 9669.0, 9672.0, 9667.0, 9666.0, 9680.0, 9650.0, 9701.0, 9647.0, 9698.0, 9661.0, 9716.0, 9642.0, 9696.0, 9635.0, 9682.0, 9645.0, 9704.0, 9643.0, 9677.0, 9612.0, 9655.0, 9616.0, 9673.0, 9640.0, 9680.0, 9658.0, 9699.0, 9643.0, 9702.0, 9670.0, 9702.0, 9643.0, 9676.0, 9644.0, 9678.0, 9642.0, 9682.0, 9641.0, 9699.0, 9638.0, 9681.0, 9645.0, 9691.0, 9652.0, 9682.0, 9666.0, 9715.0, 9667.0, 9700.0, 9661.0, 9702.0, 9666.0, 9731.0, 9693.0, 9724.0, 9668.0, 9699.0, 9665.0, 9653.0, 9654.0, 9646.0, 9668.0, 9656.0, 9677.0, 9710.0, 9670.0, 9684.0, 9658.0, 9621.0, 9658.0, 9637.0, 9695.0, 9653.0, 9642.0, 9639.0, 9667.0, 9654.0, 9679.0, 9640.0, 9685.0, 9643.0, 9683.0, 9643.0, 9697.0, 9644.0, 9701.0, 9643.0, 9716.0, 9667.0, 9716.0, 9647.0, 9693.0, 9633.0, 9688.0, 9638.0, 9696.0, 9640.0, 9689.0, 9638.0, 9717.0, 9668.0, 9712.0, 9666.0, 9685.0, 9646.0, 9663.0, 9682.0, 9620.0, 9651.0, 9680.0, 9612.0, 9667.0, 9614.0, 9682.0, 9621.0, 9657.0, 9621.0, 9642.0, 9647.0, 9640.0, 9673.0, 9616.0, 9682.0, 9614.0, 9665.0, 9594.0, 9684.0, 9603.0, 9631.0, 9567.0, 9604.0, 9581.0, 9655.0, 9569.0, 9638.0, 9583.0, 9607.0, 9564.0, 9544.0, 9584.0, 9560.0, 9617.0, 9563.0, 9622.0, 9570.0, 9621.0, 9583.0, 9624.0, 9587.0, 9643.0, 9609.0, 9644.0, 9609.0, 9632.0, 9615.0, 9648.0, 9619.0, 9604.0, 9643.0, 9593.0, 9637.0, 9591.0, 9654.0, 9596.0, 9643.0, 9598.0, 9662.0, 9619.0, 9664.0, 9632.0, 9673.0, 9636.0, 9695.0, 9667.0, 9721.0, 9666.0, 9699.0, 9639.0, 9690.0, 9638.0, 9689.0, 9641.0, 9676.0, 9637.0, 9692.0, 9641.0, 9697.0, 9654.0, 9720.0, 9690.0, 9711.0, 9673.0, 9643.0, 9667.0, 9648.0, 9712.0, 9666.0, 9711.0, 9646.0, 9689.0, 9643.0, 9680.0, 9684.0, 9685.0, 9647.0, 9686.0, 9620.0, 9684.0, 9635.0, 9685.0, 9640.0, 9704.0, 9640.0, 9658.0, 9645.0, 9668.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.001276287356321839</td></tr>
<tr><td colspan=3>aqi</td><td>0.018480987241379313</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.99878749268121</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2847446724741085</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0159455895857303</td></tr>
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
<tr><td colspan=3>fber</td><td>5360.5747</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10649887187195074</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.977011494252873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.630056937903819</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.628021664615808</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.787589933538677</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.474559215556971</td></tr>
<tr><td colspan=3>gcor</td><td>0.0193189</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015935923904180527</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019735245034098625</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.801635885036871</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>41.323</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.5009</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.0143</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305179.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.6728</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2215</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.1004</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3603.5741</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.8779</td></tr>
<tr><td colspan=3>tsnr</td><td>43.835109405219555</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>