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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0080_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-01_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-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-03_task-social_acq-mb8_run-01_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-0080/ses-03/func/sub-0080_ses-03_task-social_acq-mb8_run-01_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>204859e7fae04ec1497b59ef42dd525b</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>17:06:0.725000</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_VE11E_LATEST_20181129</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.999335, 0.0364668, -0.000549187, -0.0364693, 0.99932, -0.00549606]</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-01_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.102815</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7755, -7174, 495, -62, -153, 55, 40]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>50819c44-3b9d-4693-874f-11ee511a4258||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811420917510986, -0.09784433245658875, -0.0009406524477526546, 117.04199981689453], [-0.09783770143985748, 2.6811015605926514, -0.01488356664776802, -85.79085540771484], [-0.0014734285650774837, 0.014745526947081089, 2.6999588012695312, -20.94136619567871], [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': ['170600.725000', '170601.185000', '170601.645000', '170602.105000', '170602.565000', '170603.025000', '170603.485000', '170603.945000', '170604.405000', '170604.865000', '170605.325000', '170605.785000', '170606.245000', '170606.705000', '170607.165000', '170607.625000', '170608.085000', '170608.545000', '170609.005000', '170609.465000', '170609.925000', '170610.385000', '170610.845000', '170611.305000', '170611.765000', '170612.225000', '170612.685000', '170613.145000', '170613.605000', '170614.065000', '170614.525000', '170614.985000', '170615.445000', '170615.905000', '170616.365000', '170616.825000', '170617.285000', '170617.745000', '170618.205000', '170618.665000', '170619.125000', '170619.585000', '170620.045000', '170620.505000', '170620.965000', '170621.425000', '170621.885000', '170622.345000', '170622.805000', '170623.265000', '170623.725000', '170624.185000', '170624.645000', '170625.105000', '170625.565000', '170626.025000', '170626.485000', '170626.945000', '170627.405000', '170627.865000', '170628.325000', '170628.785000', '170629.245000', '170629.705000', '170630.165000', '170630.625000', '170631.085000', '170631.545000', '170632.005000', '170632.465000', '170632.925000', '170633.385000', '170633.845000', '170634.305000', '170634.765000', '170635.225000', '170635.685000', '170636.145000', '170636.605000', '170637.065000', '170637.525000', '170637.985000', '170638.445000', '170638.905000', '170639.365000', '170639.825000', '170640.285000', '170640.745000', '170641.205000', '170641.665000', '170642.125000', '170642.585000', '170643.045000', '170643.505000', '170643.965000', '170644.425000', '170644.885000', '170645.345000', '170645.805000', '170646.265000', '170646.725000', '170647.185000', '170647.645000', '170648.105000', '170648.565000', '170649.025000', '170649.485000', '170649.945000', '170650.405000', '170650.865000', '170651.325000', '170651.785000', '170652.245000', '170652.705000', '170653.165000', '170653.625000', '170654.085000', '170654.545000', '170655.005000', '170655.465000', '170655.925000', '170656.385000', '170656.845000', '170657.305000', '170657.765000', '170658.225000', '170658.685000', '170659.145000', '170659.605000', '170700.065000', '170700.525000', '170700.985000', '170701.445000', '170701.905000', '170702.365000', '170702.825000', '170703.285000', '170703.745000', '170704.205000', '170704.665000', '170705.125000', '170705.585000', '170706.045000', '170706.505000', '170706.965000', '170707.425000', '170707.885000', '170708.345000', '170708.805000', '170709.265000', '170709.725000', '170710.185000', '170710.645000', '170711.105000', '170711.565000', '170712.025000', '170712.485000', '170712.945000', '170713.405000', '170713.865000', '170714.325000', '170714.785000', '170715.245000', '170715.705000', '170716.165000', '170716.625000', '170717.085000', '170717.545000', '170718.005000', '170718.465000', '170718.925000', '170719.385000', '170719.845000', '170720.305000', '170720.765000', '170721.225000', '170721.685000', '170722.145000', '170722.605000', '170723.065000', '170723.525000', '170723.985000', '170724.445000', '170724.905000', '170725.365000', '170725.825000', '170726.285000', '170726.745000', '170727.205000', '170727.665000', '170728.125000', '170728.585000', '170729.045000', '170729.505000', '170729.965000', '170730.425000', '170730.885000', '170731.345000', '170731.805000', '170732.265000', '170732.725000', '170733.185000', '170733.645000', '170734.105000', '170734.565000', '170735.025000', '170735.485000', '170735.945000', '170736.405000', '170736.865000', '170737.325000', '170737.785000', '170738.245000', '170738.705000', '170739.165000', '170739.625000', '170740.085000', '170740.545000', '170741.005000', '170741.465000', '170741.925000', '170742.385000', '170742.845000', '170743.305000', '170743.765000', '170744.225000', '170744.685000', '170745.145000', '170745.605000', '170746.065000', '170746.525000', '170746.985000', '170747.445000', '170747.905000', '170748.365000', '170748.825000', '170749.285000', '170749.745000', '170750.205000', '170750.665000', '170751.125000', '170751.585000', '170752.045000', '170752.505000', '170752.965000', '170753.425000', '170753.885000', '170754.345000', '170754.805000', '170755.265000', '170755.725000', '170756.185000', '170756.645000', '170757.105000', '170757.565000', '170758.025000', '170758.485000', '170758.945000', '170759.405000', '170759.865000', '170800.325000', '170800.785000', '170801.245000', '170801.705000', '170802.165000', '170802.625000', '170803.085000', '170803.545000', '170804.005000', '170804.465000', '170804.925000', '170805.385000', '170805.845000', '170806.305000', '170806.765000', '170807.225000', '170807.685000', '170808.145000', '170808.605000', '170809.065000', '170809.525000', '170809.985000', '170810.445000', '170810.905000', '170811.365000', '170811.825000', '170812.285000', '170812.745000', '170813.205000', '170813.665000', '170814.125000', '170814.585000', '170815.045000', '170815.505000', '170815.965000', '170816.425000', '170816.885000', '170817.345000', '170817.805000', '170818.265000', '170818.725000', '170819.185000', '170819.645000', '170820.105000', '170820.565000', '170821.025000', '170821.485000', '170821.945000', '170822.405000', '170822.865000', '170823.325000', '170823.785000', '170824.245000', '170824.705000', '170825.165000', '170825.625000', '170826.085000', '170826.545000', '170827.005000', '170827.465000', '170827.925000', '170828.385000', '170828.845000', '170829.305000', '170829.765000', '170830.225000', '170830.685000', '170831.145000', '170831.605000', '170832.065000', '170832.525000', '170832.985000', '170833.445000', '170833.905000', '170834.365000', '170834.825000', '170835.285000', '170835.745000', '170836.205000', '170836.665000', '170837.125000', '170837.585000', '170838.045000', '170838.505000', '170838.965000', '170839.425000', '170839.885000', '170840.345000', '170840.805000', '170841.265000', '170841.725000', '170842.185000', '170842.645000', '170843.105000', '170843.565000', '170844.025000', '170844.485000', '170844.945000', '170845.405000', '170845.865000', '170846.325000', '170846.785000', '170847.245000', '170847.705000', '170848.165000', '170848.625000', '170849.085000', '170849.545000', '170850.005000', '170850.465000', '170850.925000', '170851.385000', '170851.845000', '170852.305000', '170852.765000', '170853.225000', '170853.685000', '170854.145000', '170854.605000', '170855.065000', '170855.525000', '170855.985000', '170856.445000', '170856.905000', '170857.365000', '170857.825000', '170858.285000', '170858.745000', '170859.205000', '170859.665000', '170900.125000', '170900.585000', '170901.045000', '170901.505000', '170901.965000', '170902.425000', '170902.885000', '170903.345000', '170903.805000', '170904.265000', '170904.725000', '170905.185000', '170905.645000', '170906.105000', '170906.565000', '170907.025000', '170907.485000', '170907.945000', '170908.405000', '170908.865000', '170909.325000', '170909.785000', '170910.245000', '170910.705000', '170911.165000', '170911.625000', '170912.085000', '170912.545000', '170913.005000', '170913.465000', '170913.925000', '170914.385000', '170914.845000', '170915.305000', '170915.765000', '170916.225000', '170916.685000', '170917.145000', '170917.605000', '170918.065000', '170918.525000', '170918.985000', '170919.445000', '170919.905000', '170920.365000', '170920.825000', '170921.285000', '170921.745000', '170922.205000', '170922.665000', '170923.125000', '170923.585000', '170924.045000', '170924.505000', '170924.965000', '170925.425000', '170925.885000', '170926.345000', '170926.805000', '170927.265000', '170927.725000', '170928.185000', '170928.645000', '170929.105000', '170929.565000', '170930.025000', '170930.485000', '170930.945000', '170931.405000', '170931.865000', '170932.325000', '170932.785000', '170933.245000', '170933.705000', '170934.165000', '170934.625000', '170935.085000', '170935.545000', '170936.005000', '170936.465000', '170936.925000', '170937.385000', '170937.845000', '170938.305000', '170938.765000', '170939.225000', '170939.685000', '170940.145000', '170940.605000', '170941.065000', '170941.525000', '170941.985000', '170942.445000', '170942.905000', '170943.365000', '170943.825000', '170944.285000', '170944.745000', '170945.205000', '170945.665000', '170946.125000', '170946.585000', '170947.045000', '170947.505000', '170947.965000', '170948.425000', '170948.885000', '170949.345000', '170949.805000', '170950.265000', '170950.725000', '170951.185000', '170951.645000', '170952.105000', '170952.565000', '170953.025000', '170953.485000', '170953.945000', '170954.405000', '170954.865000', '170955.325000', '170955.785000', '170956.245000', '170956.705000', '170957.165000', '170957.625000', '170958.085000', '170958.545000', '170959.005000', '170959.465000', '170959.925000', '171000.385000', '171000.845000', '171001.305000', '171001.765000', '171002.225000', '171002.685000', '171003.145000', '171003.605000', '171004.065000', '171004.525000', '171004.985000', '171005.445000', '171005.905000', '171006.365000', '171006.825000', '171007.285000', '171007.745000', '171008.205000', '171008.665000', '171009.125000', '171009.585000', '171010.045000', '171010.505000', '171010.965000', '171011.425000', '171011.885000', '171012.345000', '171012.805000', '171013.265000', '171013.725000', '171014.185000', '171014.645000', '171015.105000', '171015.565000', '171016.025000', '171016.485000', '171016.945000', '171017.405000', '171017.865000', '171018.325000', '171018.785000', '171019.245000', '171019.705000', '171020.165000', '171020.625000', '171021.085000', '171021.545000', '171022.005000', '171022.465000', '171022.925000', '171023.385000', '171023.845000', '171024.305000', '171024.765000', '171025.225000', '171025.685000', '171026.145000', '171026.605000', '171027.065000', '171027.525000', '171027.985000', '171028.445000', '171028.905000', '171029.365000', '171029.825000', '171030.285000', '171030.745000', '171031.205000', '171031.665000', '171032.125000', '171032.585000', '171033.045000', '171033.505000', '171033.965000', '171034.425000', '171034.885000', '171035.345000', '171035.805000', '171036.265000', '171036.725000', '171037.185000', '171037.645000', '171038.105000', '171038.565000', '171039.025000', '171039.485000', '171039.945000', '171040.405000', '171040.865000', '171041.325000', '171041.785000', '171042.245000', '171042.705000', '171043.165000', '171043.625000', '171044.085000', '171044.545000', '171045.005000', '171045.465000', '171045.925000', '171046.385000', '171046.845000', '171047.305000', '171047.765000', '171048.225000', '171048.685000', '171049.145000', '171049.605000', '171050.065000', '171050.525000', '171050.985000', '171051.445000', '171051.905000', '171052.365000', '171052.825000', '171053.285000', '171053.745000', '171054.205000', '171054.665000', '171055.125000', '171055.585000', '171056.045000', '171056.505000', '171056.965000', '171057.425000', '171057.885000', '171058.345000', '171058.805000', '171059.265000', '171059.725000', '171100.185000', '171100.645000', '171101.105000', '171101.565000', '171102.025000', '171102.485000', '171102.945000', '171103.405000', '171103.865000', '171104.325000', '171104.785000', '171105.245000', '171105.705000', '171106.165000', '171106.625000', '171107.085000', '171107.545000', '171108.005000', '171108.465000', '171108.925000', '171109.385000', '171109.845000', '171110.305000', '171110.765000', '171111.225000', '171111.685000', '171112.145000', '171112.605000', '171113.065000', '171113.525000', '171113.985000', '171114.445000', '171114.905000', '171115.365000', '171115.825000', '171116.285000', '171116.745000', '171117.205000', '171117.665000', '171118.125000', '171118.585000', '171119.045000', '171119.505000', '171119.965000', '171120.425000', '171120.885000', '171121.345000', '171121.805000', '171122.265000', '171122.725000', '171123.185000', '171123.645000', '171124.105000', '171124.565000', '171125.025000', '171125.485000', '171125.945000', '171126.405000', '171126.865000', '171127.325000', '171127.785000', '171128.245000', '171128.705000', '171129.165000', '171129.625000', '171130.085000', '171130.545000', '171131.005000', '171131.465000', '171131.925000', '171132.385000', '171132.845000', '171133.305000', '171133.765000', '171134.225000', '171134.685000', '171135.145000', '171135.605000', '171136.065000', '171136.525000', '171136.985000', '171137.445000', '171137.905000', '171138.365000', '171138.825000', '171139.285000', '171139.745000', '171140.205000', '171140.665000', '171141.125000', '171141.585000', '171142.045000', '171142.505000', '171142.965000', '171143.425000', '171143.885000', '171144.345000', '171144.805000', '171145.265000', '171145.725000', '171146.185000', '171146.645000', '171147.105000', '171147.565000', '171148.025000', '171148.485000', '171148.945000', '171149.405000', '171149.865000', '171150.325000', '171150.785000', '171151.245000', '171151.705000', '171152.165000', '171152.625000', '171153.085000', '171153.545000', '171154.005000', '171154.465000', '171154.925000', '171155.385000', '171155.845000', '171156.305000', '171156.765000', '171157.225000', '171157.685000', '171158.145000', '171158.605000', '171159.065000', '171159.525000', '171159.985000', '171200.445000', '171200.905000', '171201.365000', '171201.825000', '171202.285000', '171202.745000', '171203.205000', '171203.665000', '171204.125000', '171204.585000', '171205.045000', '171205.505000', '171205.965000', '171206.425000', '171206.885000', '171207.345000', '171207.805000', '171208.265000', '171208.725000', '171209.185000', '171209.645000', '171210.105000', '171210.565000', '171211.025000', '171211.485000', '171211.945000', '171212.405000', '171212.865000', '171213.325000', '171213.785000', '171214.245000', '171214.705000', '171215.165000', '171215.625000', '171216.085000', '171216.545000', '171217.005000', '171217.465000', '171217.925000', '171218.385000', '171218.845000', '171219.305000', '171219.765000', '171220.225000', '171220.685000', '171221.145000', '171221.605000', '171222.065000', '171222.525000', '171222.985000', '171223.445000', '171223.905000', '171224.365000', '171224.825000', '171225.285000', '171225.745000', '171226.205000', '171226.665000', '171227.125000', '171227.585000', '171228.045000', '171228.505000', '171228.965000', '171229.425000', '171229.885000', '171230.345000', '171230.805000', '171231.265000', '171231.725000', '171232.185000', '171232.645000', '171233.105000', '171233.565000', '171234.025000', '171234.485000', '171234.945000', '171235.405000', '171235.865000', '171236.325000', '171236.785000', '171237.245000', '171237.705000', '171238.165000', '171238.625000', '171239.085000', '171239.545000', '171240.005000', '171240.465000', '171240.925000', '171241.385000'], 'ContentTime': ['170626.665000', '170626.669000', '170626.672000', '170626.675000', '170626.677000', '170626.680000', '170626.682000', '170626.685000', '170626.688000', '170626.690000', '170626.693000', '170626.695000', '170626.698000', '170626.700000', '170626.703000', '170626.706000', '170626.708000', '170626.711000', '170626.713000', '170626.716000', '170626.722000', '170626.725000', '170626.727000', '170626.730000', '170626.732000', '170626.735000', '170626.737000', '170626.740000', '170626.743000', '170626.745000', '170626.748000', '170626.750000', '170626.753000', '170626.755000', '170626.758000', '170626.761000', '170626.763000', '170626.766000', '170626.768000', '170626.771000', '170626.773000', '170626.776000', '170626.779000', '170626.781000', '170626.784000', '170626.786000', '170626.789000', '170626.791000', '170626.794000', '170626.797000', '170626.799000', '170626.802000', '170626.804000', '170626.807000', '170646.641000', '170646.643000', '170646.646000', '170646.649000', '170646.651000', '170646.654000', '170646.656000', '170646.659000', '170646.661000', '170646.664000', '170646.666000', '170646.675000', '170646.677000', '170646.680000', '170646.682000', '170646.685000', '170646.688000', '170646.690000', '170646.693000', '170646.695000', '170646.698000', '170646.700000', '170646.703000', '170646.705000', '170646.708000', '170646.710000', '170646.713000', '170646.716000', '170646.718000', '170646.721000', '170646.723000', '170646.726000', '170646.728000', '170646.731000', '170646.734000', '170646.736000', '170646.739000', '170646.741000', '170646.744000', '170646.746000', '170646.749000', '170646.751000', '170646.754000', '170646.757000', '170706.640000', '170706.643000', '170706.646000', '170706.648000', '170706.651000', '170706.653000', '170706.656000', '170706.659000', '170706.661000', '170706.671000', '170706.673000', '170706.676000', '170706.678000', '170706.681000', '170706.683000', '170706.686000', '170706.689000', '170706.691000', '170706.694000', '170706.696000', '170706.699000', '170706.701000', '170706.704000', '170706.707000', '170706.709000', '170706.712000', '170706.714000', '170706.717000', '170706.720000', '170706.722000', '170706.725000', '170706.727000', '170706.730000', '170706.732000', '170706.735000', '170706.737000', '170706.740000', '170706.742000', '170706.745000', '170706.748000', '170706.750000', '170706.753000', '170706.755000', '170706.758000', '170726.640000', '170726.643000', '170726.646000', '170726.648000', '170726.651000', '170726.654000', '170726.656000', '170726.659000', '170726.661000', '170726.664000', '170726.666000', '170726.669000', '170726.671000', '170726.683000', '170726.685000', '170726.688000', '170726.691000', '170726.693000', '170726.696000', '170726.698000', '170726.701000', '170726.704000', '170726.706000', '170726.709000', '170726.711000', '170726.714000', '170726.717000', '170726.719000', '170726.722000', '170726.724000', '170726.727000', '170726.730000', '170726.732000', '170726.735000', '170726.737000', '170726.740000', '170726.742000', '170726.745000', '170726.748000', '170726.750000', '170726.753000', '170726.755000', '170726.758000', '170746.641000', '170746.643000', '170746.646000', '170746.649000', '170746.651000', '170746.654000', '170746.656000', '170746.659000', '170746.662000', '170746.664000', '170746.667000', '170746.682000', '170746.684000', '170746.687000', '170746.690000', '170746.692000', '170746.695000', '170746.697000', '170746.700000', '170746.702000', '170746.705000', '170746.707000', '170746.710000', '170746.713000', '170746.715000', '170746.718000', '170746.720000', '170746.723000', '170746.726000', '170746.728000', '170746.731000', '170746.733000', '170746.736000', '170746.738000', '170746.741000', '170746.744000', '170746.746000', '170746.749000', '170746.751000', '170746.754000', '170746.756000', '170746.759000', '170746.762000', '170806.641000', '170806.643000', '170806.646000', '170806.649000', '170806.651000', '170806.654000', '170806.656000', '170806.659000', '170806.661000', '170806.664000', '170806.666000', '170806.669000', '170806.672000', '170806.674000', '170806.677000', '170806.679000', '170806.682000', '170806.684000', '170806.687000', '170806.694000', '170806.697000', '170806.700000', '170806.702000', '170806.705000', '170806.707000', '170806.710000', '170806.712000', '170806.715000', '170806.718000', '170806.720000', '170806.723000', '170806.725000', '170806.728000', '170806.730000', '170806.733000', '170806.735000', '170806.738000', '170806.740000', '170806.743000', '170806.746000', '170806.748000', '170806.751000', '170806.753000', '170806.756000', '170826.639000', '170826.642000', '170826.645000', '170826.647000', '170826.650000', '170826.652000', '170826.655000', '170826.658000', '170826.660000', '170826.663000', '170826.665000', '170826.668000', '170826.671000', '170826.673000', '170826.676000', '170826.679000', '170826.681000', '170826.684000', '170826.686000', '170826.689000', '170826.692000', '170826.694000', '170826.697000', '170826.699000', '170826.702000', '170826.704000', '170826.707000', '170826.709000', '170826.712000', '170826.715000', '170826.717000', '170826.720000', '170826.722000', '170826.725000', '170826.727000', '170826.730000', '170826.733000', '170826.735000', '170826.738000', '170826.740000', '170826.743000', '170826.745000', '170826.748000', '170846.640000', '170846.643000', '170846.646000', '170846.648000', '170846.651000', '170846.653000', '170846.656000', '170846.659000', '170846.661000', '170846.664000', '170846.667000', '170846.669000', '170846.672000', '170846.674000', '170846.712000', '170846.715000', '170846.718000', '170846.720000', '170846.723000', '170846.725000', '170846.728000', '170846.731000', '170846.733000', '170846.736000', '170846.738000', '170846.741000', '170846.744000', '170846.746000', '170846.749000', '170846.751000', '170846.754000', '170846.756000', '170846.759000', '170846.762000', '170846.764000', '170846.767000', '170846.769000', '170846.772000', '170846.774000', '170846.777000', '170846.780000', '170846.782000', '170846.785000', '170846.788000', '170906.640000', '170906.643000', '170906.646000', '170906.648000', '170906.651000', '170906.653000', '170906.656000', '170906.659000', '170906.661000', '170906.664000', '170906.667000', '170906.669000', '170906.672000', '170906.674000', '170906.677000', '170906.679000', '170906.682000', '170906.685000', '170906.687000', '170906.690000', '170906.692000', '170906.695000', '170906.697000', '170906.700000', '170906.703000', '170906.705000', '170906.708000', '170906.710000', '170906.713000', '170906.715000', '170906.718000', '170906.721000', '170906.723000', '170906.726000', '170906.728000', '170906.731000', '170906.733000', '170906.736000', '170906.739000', '170906.741000', '170906.744000', '170906.746000', '170906.749000', '170906.751000', '170926.641000', '170926.643000', '170926.646000', '170926.648000', '170926.651000', '170926.654000', '170926.656000', '170926.659000', '170926.661000', '170926.664000', '170926.667000', '170926.669000', '170926.672000', '170926.674000', '170926.677000', '170926.679000', '170926.682000', '170926.685000', '170926.687000', '170926.690000', '170926.692000', '170926.695000', '170926.698000', '170926.700000', '170926.703000', '170926.705000', '170926.713000', '170926.715000', '170926.718000', '170926.720000', '170926.723000', '170926.726000', '170926.728000', '170926.731000', '170926.733000', '170926.736000', '170926.739000', '170926.741000', '170926.744000', '170926.746000', '170926.749000', '170926.751000', '170926.754000', '170946.640000', '170946.643000', '170946.646000', '170946.648000', '170946.651000', '170946.654000', '170946.656000', '170946.660000', '170946.663000', '170946.666000', '170946.669000', '170946.672000', '170946.675000', '170946.677000', '170946.680000', '170946.683000', '170946.685000', '170946.688000', '170946.691000', '170946.693000', '170946.696000', '170946.698000', '170946.701000', '170946.704000', '170946.706000', '170946.709000', '170946.711000', '170946.714000', '170946.717000', '170946.719000', '170946.722000', '170946.725000', '170946.727000', '170946.730000', '170946.732000', '170946.735000', '170946.738000', '170946.740000', '170946.743000', '170946.745000', '170946.748000', '170946.751000', '170946.753000', '171006.640000', '171006.643000', '171006.646000', '171006.648000', '171006.651000', '171006.653000', '171006.656000', '171006.677000', '171006.679000', '171006.682000', '171006.684000', '171006.687000', '171006.689000', '171006.692000', '171006.695000', '171006.697000', '171006.700000', '171006.702000', '171006.705000', '171006.708000', '171006.710000', '171006.713000', '171006.716000', '171006.718000', '171006.721000', '171006.723000', '171006.726000', '171006.729000', '171006.731000', '171006.734000', '171006.736000', '171006.739000', '171006.741000', '171006.744000', '171006.747000', '171006.749000', '171006.752000', '171006.754000', '171006.757000', '171006.759000', '171006.762000', '171006.765000', '171006.767000', '171006.770000', '171026.640000', '171026.643000', '171026.646000', '171026.648000', '171026.651000', '171026.654000', '171026.656000', '171026.659000', '171026.661000', '171026.664000', '171026.667000', '171026.669000', '171026.672000', '171026.674000', '171026.677000', '171026.679000', '171026.682000', '171026.685000', '171026.687000', '171026.699000', '171026.701000', '171026.704000', '171026.706000', '171026.709000', '171026.712000', '171026.714000', '171026.717000', '171026.719000', '171026.722000', '171026.724000', '171026.727000', '171026.730000', '171026.732000', '171026.735000', '171026.738000', '171026.740000', '171026.743000', '171026.745000', '171026.748000', '171026.751000', '171026.753000', '171026.756000', '171026.758000', '171046.640000', '171046.642000', '171046.654000', '171046.656000', '171046.659000', '171046.662000', '171046.664000', '171046.667000', '171046.669000', '171046.672000', '171046.674000', '171046.677000', '171046.680000', '171046.682000', '171046.685000', '171046.687000', '171046.690000', '171046.692000', '171046.695000', '171046.698000', '171046.700000', '171046.703000', '171046.705000', '171046.708000', '171046.711000', '171046.713000', '171046.716000', '171046.718000', '171046.721000', '171046.723000', '171046.726000', '171046.729000', '171046.731000', '171046.734000', '171046.736000', '171046.739000', '171046.741000', '171046.744000', '171046.747000', '171046.749000', '171046.752000', '171046.754000', '171046.757000', '171046.759000', '171106.640000', '171106.643000', '171106.646000', '171106.649000', '171106.651000', '171106.654000', '171106.656000', '171106.659000', '171106.662000', '171106.664000', '171106.667000', '171106.669000', '171106.672000', '171106.674000', '171106.677000', '171106.679000', '171106.682000', '171106.685000', '171106.687000', '171106.690000', '171106.692000', '171106.695000', '171106.697000', '171106.701000', '171106.704000', '171106.706000', '171106.709000', '171106.712000', '171106.714000', '171106.717000', '171106.719000', '171106.722000', '171106.725000', '171106.727000', '171106.730000', '171106.732000', '171106.735000', '171106.737000', '171106.740000', '171106.743000', '171106.745000', '171106.748000', '171106.750000', '171126.641000', '171126.643000', '171126.646000', '171126.649000', '171126.651000', '171126.654000', '171126.656000', '171126.659000', '171126.662000', '171126.664000', '171126.667000', '171126.669000', '171126.672000', '171126.675000', '171126.677000', '171126.680000', '171126.682000', '171126.685000', '171126.687000', '171126.690000', '171126.693000', '171126.695000', '171126.698000', '171126.700000', '171126.703000', '171126.705000', '171126.708000', '171126.711000', '171126.713000', '171126.716000', '171126.718000', '171126.721000', '171126.724000', '171126.726000', '171126.729000', '171126.731000', '171126.734000', '171126.736000', '171126.739000', '171126.742000', '171126.744000', '171126.747000', '171126.749000', '171126.752000', '171146.640000', '171146.643000', '171146.646000', '171146.649000', '171146.651000', '171146.654000', '171146.656000', '171146.659000', '171146.661000', '171146.664000', '171146.667000', '171146.669000', '171146.672000', '171146.674000', '171146.677000', '171146.680000', '171146.682000', '171146.685000', '171146.688000', '171146.690000', '171146.693000', '171146.695000', '171146.698000', '171146.701000', '171146.703000', '171146.706000', '171146.709000', '171146.712000', '171146.715000', '171146.718000', '171146.720000', '171146.723000', '171146.725000', '171146.728000', '171146.731000', '171146.733000', '171146.736000', '171146.738000', '171146.741000', '171146.743000', '171146.746000', '171146.748000', '171146.751000', '171206.640000', '171206.643000', '171206.646000', '171206.649000', '171206.651000', '171206.654000', '171206.656000', '171206.659000', '171206.662000', '171206.664000', '171206.667000', '171206.669000', '171206.672000', '171206.675000', '171206.677000', '171206.680000', '171206.683000', '171206.685000', '171206.688000', '171206.690000', '171206.693000', '171206.696000', '171206.698000', '171206.701000', '171206.703000', '171206.706000', '171206.708000', '171206.711000', '171206.714000', '171206.716000', '171206.719000', '171206.722000', '171206.724000', '171206.727000', '171206.729000', '171206.732000', '171206.735000', '171206.737000', '171206.740000', '171206.742000', '171206.745000', '171206.747000', '171206.750000', '171206.753000', '171226.640000', '171226.643000', '171226.646000', '171226.648000', '171226.651000', '171226.654000', '171226.656000', '171226.659000', '171226.661000', '171226.664000', '171226.667000', '171226.669000', '171226.672000', '171226.674000', '171226.677000', '171226.680000', '171226.682000', '171226.685000', '171226.687000', '171226.690000', '171226.692000', '171226.695000', '171226.697000', '171226.700000', '171226.703000', '171226.705000', '171226.708000', '171226.710000', '171226.713000', '171226.715000', '171226.718000', '171226.721000', '171226.723000', '171226.726000', '171226.728000', '171226.731000', '171226.733000', '171226.736000', '171226.739000', '171226.742000', '171226.745000', '171226.747000', '171226.750000', '171242.345000', '171242.348000', '171242.351000', '171242.354000', '171242.356000', '171242.359000', '171242.361000', '171242.364000', '171242.367000', '171242.370000', '171242.373000', '171242.376000', '171242.379000', '171242.381000', '171242.384000', '171242.386000', '171242.389000', '171242.392000', '171242.394000', '171242.397000', '171242.399000', '171242.402000', '171242.404000', '171242.408000', '171242.410000', '171242.413000', '171242.416000', '171242.419000', '171242.422000', '171242.425000', '171242.428000', '171242.430000', '171242.433000', '171242.436000', '171242.438000'], 'InstanceCreationTime': ['170626.665000', '170626.669000', '170626.672000', '170626.675000', '170626.677000', '170626.680000', '170626.682000', '170626.685000', '170626.688000', '170626.690000', '170626.693000', '170626.695000', '170626.698000', '170626.700000', '170626.703000', '170626.706000', '170626.708000', '170626.711000', '170626.713000', '170626.716000', '170626.722000', '170626.725000', '170626.727000', '170626.730000', '170626.732000', '170626.735000', '170626.737000', '170626.740000', '170626.743000', '170626.745000', '170626.748000', '170626.750000', '170626.753000', '170626.755000', '170626.758000', '170626.761000', '170626.763000', '170626.766000', '170626.768000', '170626.771000', '170626.773000', '170626.776000', '170626.779000', '170626.781000', '170626.784000', '170626.786000', '170626.789000', '170626.791000', '170626.794000', '170626.797000', '170626.799000', '170626.802000', '170626.804000', '170626.807000', '170646.641000', '170646.643000', '170646.646000', '170646.649000', '170646.651000', '170646.654000', '170646.656000', '170646.659000', '170646.661000', '170646.664000', '170646.666000', '170646.675000', '170646.677000', '170646.680000', '170646.682000', '170646.685000', '170646.688000', '170646.690000', '170646.693000', '170646.695000', '170646.698000', '170646.700000', '170646.703000', '170646.705000', '170646.708000', '170646.710000', '170646.713000', '170646.716000', '170646.718000', '170646.721000', '170646.723000', '170646.726000', '170646.728000', '170646.731000', '170646.734000', '170646.736000', '170646.739000', '170646.741000', '170646.744000', '170646.746000', '170646.749000', '170646.751000', '170646.754000', '170646.757000', '170706.640000', '170706.643000', '170706.646000', '170706.648000', '170706.651000', '170706.653000', '170706.656000', '170706.659000', '170706.661000', '170706.671000', '170706.673000', '170706.676000', '170706.678000', '170706.681000', '170706.683000', '170706.686000', '170706.689000', '170706.691000', '170706.694000', '170706.696000', '170706.699000', '170706.701000', '170706.704000', '170706.707000', '170706.709000', '170706.712000', '170706.714000', '170706.717000', '170706.720000', '170706.722000', '170706.725000', '170706.727000', '170706.730000', '170706.732000', '170706.735000', '170706.737000', '170706.740000', '170706.742000', '170706.745000', '170706.748000', '170706.750000', '170706.753000', '170706.755000', '170706.758000', '170726.640000', '170726.643000', '170726.646000', '170726.648000', '170726.651000', '170726.654000', '170726.656000', '170726.659000', '170726.661000', '170726.664000', '170726.666000', '170726.669000', '170726.671000', '170726.683000', '170726.685000', '170726.688000', '170726.691000', '170726.693000', '170726.696000', '170726.698000', '170726.701000', '170726.704000', '170726.706000', '170726.709000', '170726.711000', '170726.714000', '170726.717000', '170726.719000', '170726.722000', '170726.724000', '170726.727000', '170726.730000', '170726.732000', '170726.735000', '170726.737000', '170726.740000', '170726.742000', '170726.745000', '170726.748000', '170726.750000', '170726.753000', '170726.755000', '170726.758000', '170746.641000', '170746.643000', '170746.646000', '170746.649000', '170746.651000', '170746.654000', '170746.656000', '170746.659000', '170746.662000', '170746.664000', '170746.667000', '170746.682000', '170746.684000', '170746.687000', '170746.690000', '170746.692000', '170746.695000', '170746.697000', '170746.700000', '170746.702000', '170746.705000', '170746.707000', '170746.710000', '170746.713000', '170746.715000', '170746.718000', '170746.720000', '170746.723000', '170746.726000', '170746.728000', '170746.731000', '170746.733000', '170746.736000', '170746.738000', '170746.741000', '170746.744000', '170746.746000', '170746.749000', '170746.751000', '170746.754000', '170746.756000', '170746.759000', '170746.762000', '170806.641000', '170806.643000', '170806.646000', '170806.649000', '170806.651000', '170806.654000', '170806.656000', '170806.659000', '170806.661000', '170806.664000', '170806.666000', '170806.669000', '170806.672000', '170806.674000', '170806.677000', '170806.679000', '170806.682000', '170806.684000', '170806.687000', '170806.694000', '170806.697000', '170806.700000', '170806.702000', '170806.705000', '170806.707000', '170806.710000', '170806.712000', '170806.715000', '170806.718000', '170806.720000', '170806.723000', '170806.725000', '170806.728000', '170806.730000', '170806.733000', '170806.735000', '170806.738000', '170806.740000', '170806.743000', '170806.746000', '170806.748000', '170806.751000', '170806.753000', '170806.756000', '170826.639000', '170826.642000', '170826.645000', '170826.647000', '170826.650000', '170826.652000', '170826.655000', '170826.658000', '170826.660000', '170826.663000', '170826.665000', '170826.668000', '170826.671000', '170826.673000', '170826.676000', '170826.679000', '170826.681000', '170826.684000', '170826.686000', '170826.689000', '170826.692000', '170826.694000', '170826.697000', '170826.699000', '170826.702000', '170826.704000', '170826.707000', '170826.709000', '170826.712000', '170826.715000', '170826.717000', '170826.720000', '170826.722000', '170826.725000', '170826.727000', '170826.730000', '170826.733000', '170826.735000', '170826.738000', '170826.740000', '170826.743000', '170826.745000', '170826.748000', '170846.640000', '170846.643000', '170846.646000', '170846.648000', '170846.651000', '170846.653000', '170846.656000', '170846.659000', '170846.661000', '170846.664000', '170846.667000', '170846.669000', '170846.672000', '170846.674000', '170846.712000', '170846.715000', '170846.718000', '170846.720000', '170846.723000', '170846.725000', '170846.728000', '170846.731000', '170846.733000', '170846.736000', '170846.738000', '170846.741000', '170846.744000', '170846.746000', '170846.749000', '170846.751000', '170846.754000', '170846.756000', '170846.759000', '170846.762000', '170846.764000', '170846.767000', '170846.769000', '170846.772000', '170846.774000', '170846.777000', '170846.780000', '170846.782000', '170846.785000', '170846.788000', '170906.640000', '170906.643000', '170906.646000', '170906.648000', '170906.651000', '170906.653000', '170906.656000', '170906.659000', '170906.661000', '170906.664000', '170906.667000', '170906.669000', '170906.672000', '170906.674000', '170906.677000', '170906.679000', '170906.682000', '170906.685000', '170906.687000', '170906.690000', '170906.692000', '170906.695000', '170906.697000', '170906.700000', '170906.703000', '170906.705000', '170906.708000', '170906.710000', '170906.713000', '170906.715000', '170906.718000', '170906.721000', '170906.723000', '170906.726000', '170906.728000', '170906.731000', '170906.733000', '170906.736000', '170906.739000', '170906.741000', '170906.744000', '170906.746000', '170906.749000', '170906.751000', '170926.641000', '170926.643000', '170926.646000', '170926.648000', '170926.651000', '170926.654000', '170926.656000', '170926.659000', '170926.661000', '170926.664000', '170926.667000', '170926.669000', '170926.672000', '170926.674000', '170926.677000', '170926.679000', '170926.682000', '170926.685000', '170926.687000', '170926.690000', '170926.692000', '170926.695000', '170926.698000', '170926.700000', '170926.703000', '170926.705000', '170926.713000', '170926.715000', '170926.718000', '170926.720000', '170926.723000', '170926.726000', '170926.728000', '170926.731000', '170926.733000', '170926.736000', '170926.739000', '170926.741000', '170926.744000', '170926.746000', '170926.749000', '170926.751000', '170926.754000', '170946.640000', '170946.643000', '170946.646000', '170946.648000', '170946.651000', '170946.654000', '170946.656000', '170946.660000', '170946.663000', '170946.666000', '170946.669000', '170946.672000', '170946.675000', '170946.677000', '170946.680000', '170946.683000', '170946.685000', '170946.688000', '170946.691000', '170946.693000', '170946.696000', '170946.698000', '170946.701000', '170946.704000', '170946.706000', '170946.709000', '170946.711000', '170946.714000', '170946.717000', '170946.719000', '170946.722000', '170946.725000', '170946.727000', '170946.730000', '170946.732000', '170946.735000', '170946.738000', '170946.740000', '170946.743000', '170946.745000', '170946.748000', '170946.751000', '170946.753000', '171006.640000', '171006.643000', '171006.646000', '171006.648000', '171006.651000', '171006.653000', '171006.656000', '171006.677000', '171006.679000', '171006.682000', '171006.684000', '171006.687000', '171006.689000', '171006.692000', '171006.695000', '171006.697000', '171006.700000', '171006.702000', '171006.705000', '171006.708000', '171006.710000', '171006.713000', '171006.716000', '171006.718000', '171006.721000', '171006.723000', '171006.726000', '171006.729000', '171006.731000', '171006.734000', '171006.736000', '171006.739000', '171006.741000', '171006.744000', '171006.747000', '171006.749000', '171006.752000', '171006.754000', '171006.757000', '171006.759000', '171006.762000', '171006.765000', '171006.767000', '171006.770000', '171026.640000', '171026.643000', '171026.646000', '171026.648000', '171026.651000', '171026.654000', '171026.656000', '171026.659000', '171026.661000', '171026.664000', '171026.667000', '171026.669000', '171026.672000', '171026.674000', '171026.677000', '171026.679000', '171026.682000', '171026.685000', '171026.687000', '171026.699000', '171026.701000', '171026.704000', '171026.706000', '171026.709000', '171026.712000', '171026.714000', '171026.717000', '171026.719000', '171026.722000', '171026.724000', '171026.727000', '171026.730000', '171026.732000', '171026.735000', '171026.738000', '171026.740000', '171026.743000', '171026.745000', '171026.748000', '171026.751000', '171026.753000', '171026.756000', '171026.758000', '171046.640000', '171046.642000', '171046.654000', '171046.656000', '171046.659000', '171046.662000', '171046.664000', '171046.667000', '171046.669000', '171046.672000', '171046.674000', '171046.677000', '171046.680000', '171046.682000', '171046.685000', '171046.687000', '171046.690000', '171046.692000', '171046.695000', '171046.698000', '171046.700000', '171046.703000', '171046.705000', '171046.708000', '171046.711000', '171046.713000', '171046.716000', '171046.718000', '171046.721000', '171046.723000', '171046.726000', '171046.729000', '171046.731000', '171046.734000', '171046.736000', '171046.739000', '171046.741000', '171046.744000', '171046.747000', '171046.749000', '171046.752000', '171046.754000', '171046.757000', '171046.759000', '171106.640000', '171106.643000', '171106.646000', '171106.649000', '171106.651000', '171106.654000', '171106.656000', '171106.659000', '171106.662000', '171106.664000', '171106.667000', '171106.669000', '171106.672000', '171106.674000', '171106.677000', '171106.679000', '171106.682000', '171106.685000', '171106.687000', '171106.690000', '171106.692000', '171106.695000', '171106.697000', '171106.701000', '171106.704000', '171106.706000', '171106.709000', '171106.712000', '171106.714000', '171106.717000', '171106.719000', '171106.722000', '171106.725000', '171106.727000', '171106.730000', '171106.732000', '171106.735000', '171106.737000', '171106.740000', '171106.743000', '171106.745000', '171106.748000', '171106.750000', '171126.641000', '171126.643000', '171126.646000', '171126.649000', '171126.651000', '171126.654000', '171126.656000', '171126.659000', '171126.662000', '171126.664000', '171126.667000', '171126.669000', '171126.672000', '171126.675000', '171126.677000', '171126.680000', '171126.682000', '171126.685000', '171126.687000', '171126.690000', '171126.693000', '171126.695000', '171126.698000', '171126.700000', '171126.703000', '171126.705000', '171126.708000', '171126.711000', '171126.713000', '171126.716000', '171126.718000', '171126.721000', '171126.724000', '171126.726000', '171126.729000', '171126.731000', '171126.734000', '171126.736000', '171126.739000', '171126.742000', '171126.744000', '171126.747000', '171126.749000', '171126.752000', '171146.640000', '171146.643000', '171146.646000', '171146.649000', '171146.651000', '171146.654000', '171146.656000', '171146.659000', '171146.661000', '171146.664000', '171146.667000', '171146.669000', '171146.672000', '171146.674000', '171146.677000', '171146.680000', '171146.682000', '171146.685000', '171146.688000', '171146.690000', '171146.693000', '171146.695000', '171146.698000', '171146.701000', '171146.703000', '171146.706000', '171146.709000', '171146.712000', '171146.715000', '171146.718000', '171146.720000', '171146.723000', '171146.725000', '171146.728000', '171146.731000', '171146.733000', '171146.736000', '171146.738000', '171146.741000', '171146.743000', '171146.746000', '171146.748000', '171146.751000', '171206.640000', '171206.643000', '171206.646000', '171206.649000', '171206.651000', '171206.654000', '171206.656000', '171206.659000', '171206.662000', '171206.664000', '171206.667000', '171206.669000', '171206.672000', '171206.675000', '171206.677000', '171206.680000', '171206.683000', '171206.685000', '171206.688000', '171206.690000', '171206.693000', '171206.696000', '171206.698000', '171206.701000', '171206.703000', '171206.706000', '171206.708000', '171206.711000', '171206.714000', '171206.716000', '171206.719000', '171206.722000', '171206.724000', '171206.727000', '171206.729000', '171206.732000', '171206.735000', '171206.737000', '171206.740000', '171206.742000', '171206.745000', '171206.747000', '171206.750000', '171206.753000', '171226.640000', '171226.643000', '171226.646000', '171226.648000', '171226.651000', '171226.654000', '171226.656000', '171226.659000', '171226.661000', '171226.664000', '171226.667000', '171226.669000', '171226.672000', '171226.674000', '171226.677000', '171226.680000', '171226.682000', '171226.685000', '171226.687000', '171226.690000', '171226.692000', '171226.695000', '171226.697000', '171226.700000', '171226.703000', '171226.705000', '171226.708000', '171226.710000', '171226.713000', '171226.715000', '171226.718000', '171226.721000', '171226.723000', '171226.726000', '171226.728000', '171226.731000', '171226.733000', '171226.736000', '171226.739000', '171226.742000', '171226.745000', '171226.747000', '171226.750000', '171242.345000', '171242.348000', '171242.351000', '171242.354000', '171242.356000', '171242.359000', '171242.361000', '171242.364000', '171242.367000', '171242.370000', '171242.373000', '171242.376000', '171242.379000', '171242.381000', '171242.384000', '171242.386000', '171242.389000', '171242.392000', '171242.394000', '171242.397000', '171242.399000', '171242.402000', '171242.404000', '171242.408000', '171242.410000', '171242.413000', '171242.416000', '171242.419000', '171242.422000', '171242.425000', '171242.428000', '171242.430000', '171242.433000', '171242.436000', '171242.438000'], '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': [10780, 13859, 8842, 11048, 16701, 11254, 11811, 10425, 9135, 10979, 13997, 8113, 11115, 12415, 11097, 13924, 10884, 12481, 8428, 11485, 17499, 11094, 15409, 11342, 11982, 10866, 11178, 17864, 11295, 16191, 10062, 10986, 7451, 11299, 13102, 8851, 10978, 15680, 11091, 14208, 9862, 10674, 8854, 11143, 15067, 9757, 11900, 9002, 9525, 9115, 11464, 15980, 10920, 15103, 9536, 11291, 11721, 10957, 14242, 8735, 11474, 15737, 10441, 13784, 9658, 11004, 11734, 11139, 12344, 8331, 11195, 15303, 11050, 14246, 10515, 11271, 8589, 11333, 12709, 8522, 10871, 13127, 10888, 11736, 9924, 11406, 10928, 11096, 16243, 9169, 10964, 7266, 11016, 13991, 8608, 11042, 15302, 9550, 12585, 8808, 11133, 15473, 10220, 11748, 12467, 10141, 14174, 8718, 11255, 6940, 10702, 13298, 8551, 11210, 11849, 11349, 15678, 10239, 11042, 11961, 10118, 13073, 8476, 11086, 8105, 10352, 12516, 8528, 10313, 14490, 8958, 12439, 7965, 11367, 14526, 9268, 11427, 15429, 11319, 14672, 10581, 11453, 8017, 10865, 13636, 8342, 11292, 13688, 11579, 14187, 11331, 12021, 13046, 11495, 14813, 9515, 11608, 8899, 11305, 13613, 9190, 11191, 15686, 10538, 12847, 9498, 11346, 7806, 11243, 12900, 8547, 11164, 15133, 10266, 13228, 8455, 10960, 14490, 11161, 12430, 9439, 11934, 8776, 10207, 8168, 11118, 14824, 9790, 11137, 15614, 10309, 12242, 8971, 11293, 14959, 9980, 11670, 8674, 11242, 7106, 10784, 7845, 10914, 12810, 9280, 11437, 8612, 10330, 13749, 10078, 11381, 8266, 11100, 14211, 10372, 13118, 10258, 11723, 9243, 11490, 17815, 9945, 15007, 9158, 11262, 13682, 11287, 13013, 8290, 11368, 14195, 10712, 13713, 10061, 10813, 9585, 11693, 15829, 9842, 13215, 8811, 11583, 7188, 10704, 13755, 8796, 11394, 14401, 9453, 11963, 11619, 11083, 14293, 10407, 12307, 9373, 11664, 15070, 10625, 13091, 9186, 11667, 8187, 11217, 14562, 9719, 11809, 16903, 10494, 13270, 9240, 9720, 8117, 11033, 14170, 8433, 11886, 8455, 11071, 14082, 10411, 12978, 10834, 10558, 15280, 9798, 12567, 8213, 11063, 15023, 9328, 11539, 10590, 10585, 14332, 9920, 12283, 8547, 11166, 14442, 9928, 11654, 8678, 8945, 7891, 11226, 15630, 9208, 11500, 17059, 9920, 13564, 8876, 11298, 15513, 10059, 12127, 14676, 10842, 12457, 9378, 10847, 7800, 10617, 15023, 9556, 11696, 14926, 9987, 12888, 9784, 10711, 8320, 11224, 14761, 9593, 11453, 13388, 10441, 13677, 9105, 10378, 8215, 10162, 13120, 8901, 11876, 9036, 11618, 15946, 9553, 13635, 9979, 10268, 7956, 11989, 9057, 7247, 11374, 15827, 18628, 10709, 13752, 9645, 11374, 16641, 9920, 12293, 16199, 10568, 14566, 9733, 12125, 8878, 11084, 13633, 9639, 11044, 14354, 9960, 12506, 8774, 11117, 13324, 9839, 11553, 8628, 10990, 8973, 10590, 13122, 9447, 11296, 10113, 10914, 14860, 10452, 12697, 9128, 11351, 15356, 10048, 11700, 8621, 11750, 6979, 10997, 12773, 9931, 11473, 13037, 11112, 15278, 9576, 11674, 8132, 11026, 14127, 10769, 12898, 9637, 9432, 9504, 11533, 14115, 10929, 16186, 10579, 12562, 10455, 12150, 17702, 10403, 12957, 8646, 11412, 11574, 10875, 12410, 9962, 11252, 10349, 11252, 13956, 10412, 12350, 9485, 11633, 16266, 10425, 14671, 9382, 11210, 8059, 10941, 13907, 9295, 12397, 9968, 11875, 9957, 12013, 14179, 10879, 15375, 10923, 13667, 10127, 11664, 14384, 10648, 12825, 10327, 11235, 8709, 11068, 7123, 10704, 12805, 10113, 10795, 9479, 10652, 9215, 10226, 12911, 8828, 12290, 9702, 11106, 14430, 10642, 12637, 9322, 11118, 14399, 8896, 11772, 10505, 10079, 8204, 10805, 12386, 9000, 10915, 10069, 10506, 8831, 11481, 16237, 11258, 12348, 16195, 10954, 14745, 9692, 12007, 8476, 10966, 12788, 10875, 11241, 9099, 10946, 10690, 10693, 13434, 10116, 11268, 14535, 11466, 8986, 8954, 7080, 11588, 10510, 15069, 17845, 11633, 13926, 9960, 10995, 7841, 10834, 13561, 9748, 11106, 14845, 10487, 13116, 10888, 10313, 8929, 11130, 13088, 9337, 11575, 11089, 10527, 8933, 10949, 13237, 10847, 11297, 9562, 11222, 12772, 10285, 11612, 10098, 12200, 9295, 11554, 15663, 10131, 13415, 9742, 12217, 9054, 11405, 13313, 11465, 10978, 8731, 10674, 8155, 11040, 14155, 9970, 14209, 9108, 12339, 11023, 11442, 16212, 9509, 12761, 11255, 11240, 9572, 11001, 14052, 9672, 12006, 10222, 11371, 9110, 10700, 8715, 11417, 13743, 11563, 13380, 9699, 11229, 9094, 10789, 12558, 10539, 11164, 15157, 10190, 12544, 10609, 11132, 8539, 11208, 12694, 9227, 11988, 9420, 11531, 9529, 12303, 11454, 11891, 14162, 10889, 11564, 11180, 11502, 14308, 10827, 12919, 10164, 11360, 8497, 11114, 13691, 9647, 12163, 9641, 11849, 15043, 10740, 14429, 9201, 11479, 9157, 11259, 14536, 10337, 12590, 11154, 10804, 9675, 11066, 14089, 8859, 12065, 9554, 11290, 11005, 10814, 12866, 9103, 11421, 14101, 9840, 12902, 9396, 11316, 8696, 11081, 13557, 7801, 11485, 11406, 11040, 8401, 10805, 13646, 11475, 11245, 11504, 11095, 13735, 10260, 12167, 10263, 11315, 13178, 11213, 13443, 10279, 12902, 9524, 12013, 13583, 11646, 14020, 11913, 11560, 9367, 11128, 13755, 9436, 11552, 8736, 11346, 10609, 10971, 12887, 10007, 11577, 9643, 11522, 12999, 10783, 13473, 9375, 11760, 8592, 11549, 13292, 10944, 12178, 10461, 11518, 13822, 10473, 11692, 9689, 11283, 13661, 10839, 13568, 9694, 11186, 9434, 11003, 13427, 9073, 11836, 11924, 11361, 11187, 11074, 8194, 11170, 13426, 12279, 12296, 8890, 10981, 9295, 10773, 12664, 10106, 11479, 14382, 8905, 12557, 11809, 11322, 13569, 10340, 11723, 9152, 11585, 8243, 11294, 7811, 11358, 13626, 9927, 11552, 14130, 8797, 12699, 10991, 11204, 14527, 9601, 12118, 9919, 11181, 14517, 8858, 11411, 8346, 11293, 12663, 11903, 11518, 9867, 11308, 7817, 10925, 12966, 9411, 11286, 14213, 9158, 11851, 10273, 11102, 13652, 8509, 11770, 9694, 11267, 14178, 9614, 11502, 11079, 11032, 12007, 10682, 13645, 8641, 11156, 8834, 11297, 13106, 11118, 11355, 9347, 10990, 9786, 11001, 9600, 13253, 9417, 12544, 9721, 14818, 10784, 11689, 16774, 9923, 11224, 15044, 9169, 11723, 9560, 10539, 8627, 10324, 8361, 10749, 14170, 9157, 12999, 9722, 11090, 7303, 10367, 14033, 11085, 10894, 11372], 'WindowCenter': [4345.0, 4341.0, 4287.0, 4307.0, 4334.0, 4304.0, 4301.0, 4293.0, 4280.0, 4304.0, 4349.0, 4274.0, 4302.0, 4301.0, 4302.0, 4322.0, 4302.0, 4313.0, 4262.0, 4302.0, 4332.0, 4290.0, 4319.0, 4290.0, 4300.0, 4290.0, 4302.0, 4343.0, 4289.0, 4320.0, 4269.0, 4278.0, 4238.0, 4289.0, 4307.0, 4271.0, 4290.0, 4319.0, 4290.0, 4309.0, 4279.0, 4290.0, 4270.0, 4302.0, 4334.0, 4293.0, 4313.0, 4281.0, 4293.0, 4282.0, 4314.0, 4332.0, 4304.0, 4323.0, 4281.0, 4303.0, 4299.0, 4291.0, 4323.0, 4270.0, 4300.0, 4319.0, 4278.0, 4308.0, 4268.0, 4291.0, 4287.0, 4289.0, 4300.0, 4259.0, 4289.0, 4309.0, 4289.0, 4308.0, 4289.0, 4291.0, 4258.0, 4289.0, 4311.0, 4269.0, 4290.0, 4310.0, 4290.0, 4301.0, 4293.0, 4315.0, 4303.0, 4304.0, 4335.0, 4284.0, 4302.0, 4251.0, 4301.0, 4323.0, 4270.0, 4305.0, 4322.0, 4268.0, 4300.0, 4270.0, 4301.0, 4320.0, 4291.0, 4315.0, 4313.0, 4292.0, 4321.0, 4271.0, 4303.0, 4241.0, 4303.0, 4322.0, 4272.0, 4315.0, 4302.0, 4303.0, 4332.0, 4304.0, 4303.0, 4313.0, 4305.0, 4324.0, 4261.0, 4302.0, 4261.0, 4293.0, 4313.0, 4272.0, 4306.0, 4336.0, 4272.0, 4313.0, 4261.0, 4316.0, 4335.0, 4283.0, 4301.0, 4320.0, 4303.0, 4321.0, 4302.0, 4313.0, 4260.0, 4304.0, 4322.0, 4262.0, 4302.0, 4312.0, 4303.0, 4322.0, 4302.0, 4315.0, 4312.0, 4314.0, 4324.0, 4269.0, 4301.0, 4267.0, 4290.0, 4311.0, 4265.0, 4290.0, 4319.0, 4276.0, 4298.0, 4267.0, 4288.0, 4247.0, 4289.0, 4300.0, 4270.0, 4302.0, 4320.0, 4279.0, 4299.0, 4257.0, 4289.0, 4309.0, 4302.0, 4313.0, 4268.0, 4289.0, 4257.0, 4280.0, 4258.0, 4301.0, 4320.0, 4280.0, 4302.0, 4319.0, 4278.0, 4298.0, 4256.0, 4289.0, 4308.0, 4291.0, 4302.0, 4257.0, 4290.0, 4239.0, 4299.0, 4259.0, 4303.0, 4324.0, 4284.0, 4302.0, 4270.0, 4292.0, 4321.0, 4292.0, 4315.0, 4273.0, 4302.0, 4322.0, 4294.0, 4324.0, 4306.0, 4314.0, 4284.0, 4317.0, 4358.0, 4293.0, 4322.0, 4270.0, 4302.0, 4309.0, 4302.0, 4312.0, 4259.0, 4300.0, 4320.0, 4290.0, 4312.0, 4292.0, 4302.0, 4293.0, 4316.0, 4335.0, 4294.0, 4325.0, 4271.0, 4302.0, 4240.0, 4303.0, 4323.0, 4260.0, 4302.0, 4321.0, 4281.0, 4314.0, 4301.0, 4301.0, 4320.0, 4291.0, 4312.0, 4282.0, 4313.0, 4332.0, 4303.0, 4323.0, 4281.0, 4302.0, 4261.0, 4303.0, 4322.0, 4280.0, 4315.0, 4331.0, 4291.0, 4311.0, 4281.0, 4282.0, 4261.0, 4314.0, 4336.0, 4273.0, 4314.0, 4274.0, 4316.0, 4324.0, 4305.0, 4326.0, 4304.0, 4304.0, 4334.0, 4282.0, 4312.0, 4272.0, 4305.0, 4322.0, 4284.0, 4316.0, 4291.0, 4292.0, 4322.0, 4293.0, 4314.0, 4272.0, 4304.0, 4324.0, 4292.0, 4302.0, 4273.0, 4283.0, 4274.0, 4316.0, 4334.0, 4283.0, 4314.0, 4333.0, 4282.0, 4311.0, 4270.0, 4303.0, 4322.0, 4280.0, 4301.0, 4307.0, 4300.0, 4315.0, 4282.0, 4290.0, 4248.0, 4291.0, 4320.0, 4282.0, 4315.0, 4321.0, 4293.0, 4312.0, 4280.0, 4292.0, 4270.0, 4304.0, 4324.0, 4294.0, 4316.0, 4313.0, 4292.0, 4311.0, 4271.0, 4294.0, 4270.0, 4305.0, 4324.0, 4283.0, 4313.0, 4284.0, 4316.0, 4344.0, 4309.0, 4338.0, 4294.0, 4291.0, 4263.0, 4315.0, 4297.0, 4278.0, 4343.0, 4365.0, 4361.0, 4296.0, 4314.0, 4282.0, 4302.0, 4331.0, 4280.0, 4302.0, 4320.0, 4277.0, 4310.0, 4268.0, 4288.0, 4256.0, 4289.0, 4309.0, 4269.0, 4302.0, 4308.0, 4267.0, 4298.0, 4256.0, 4289.0, 4309.0, 4279.0, 4301.0, 4257.0, 4290.0, 4269.0, 4291.0, 4311.0, 4282.0, 4304.0, 4291.0, 4292.0, 4320.0, 4291.0, 4314.0, 4270.0, 4291.0, 4321.0, 4281.0, 4300.0, 4259.0, 4301.0, 4240.0, 4301.0, 4311.0, 4294.0, 4317.0, 4311.0, 4301.0, 4322.0, 4281.0, 4301.0, 4249.0, 4303.0, 4324.0, 4292.0, 4312.0, 4282.0, 4295.0, 4296.0, 4318.0, 4323.0, 4305.0, 4346.0, 4305.0, 4313.0, 4306.0, 4317.0, 4344.0, 4305.0, 4316.0, 4261.0, 4301.0, 4290.0, 4292.0, 4312.0, 4295.0, 4303.0, 4292.0, 4303.0, 4322.0, 4294.0, 4313.0, 4284.0, 4318.0, 4335.0, 4294.0, 4323.0, 4283.0, 4304.0, 4264.0, 4303.0, 4326.0, 4284.0, 4327.0, 4295.0, 4315.0, 4294.0, 4328.0, 4335.0, 4307.0, 4336.0, 4304.0, 4312.0, 4291.0, 4303.0, 4312.0, 4305.0, 4313.0, 4290.0, 4291.0, 4260.0, 4301.0, 4240.0, 4304.0, 4312.0, 4293.0, 4306.0, 4284.0, 4293.0, 4283.0, 4306.0, 4326.0, 4299.0, 4328.0, 4295.0, 4318.0, 4324.0, 4294.0, 4314.0, 4283.0, 4306.0, 4336.0, 4273.0, 4303.0, 4294.0, 4294.0, 4272.0, 4306.0, 4327.0, 4297.0, 4307.0, 4295.0, 4306.0, 4285.0, 4320.0, 4348.0, 4306.0, 4328.0, 4334.0, 4294.0, 4323.0, 4284.0, 4315.0, 4262.0, 4303.0, 4325.0, 4304.0, 4303.0, 4270.0, 4303.0, 4291.0, 4293.0, 4314.0, 4293.0, 4305.0, 4335.0, 4317.0, 4284.0, 4285.0, 4267.0, 4329.0, 4319.0, 4351.0, 4360.0, 4304.0, 4325.0, 4284.0, 4305.0, 4263.0, 4305.0, 4325.0, 4280.0, 4306.0, 4323.0, 4279.0, 4301.0, 4289.0, 4280.0, 4271.0, 4303.0, 4324.0, 4285.0, 4305.0, 4303.0, 4293.0, 4272.0, 4304.0, 4314.0, 4304.0, 4306.0, 4283.0, 4305.0, 4314.0, 4306.0, 4316.0, 4307.0, 4329.0, 4297.0, 4317.0, 4335.0, 4295.0, 4324.0, 4296.0, 4318.0, 4273.0, 4317.0, 4325.0, 4302.0, 4292.0, 4273.0, 4305.0, 4263.0, 4317.0, 4336.0, 4296.0, 4325.0, 4284.0, 4315.0, 4306.0, 4317.0, 4347.0, 4295.0, 4314.0, 4293.0, 4302.0, 4284.0, 4305.0, 4323.0, 4284.0, 4315.0, 4293.0, 4304.0, 4273.0, 4304.0, 4274.0, 4315.0, 4338.0, 4315.0, 4325.0, 4283.0, 4305.0, 4272.0, 4304.0, 4313.0, 4292.0, 4306.0, 4323.0, 4282.0, 4302.0, 4292.0, 4292.0, 4271.0, 4305.0, 4314.0, 4284.0, 4315.0, 4296.0, 4314.0, 4298.0, 4328.0, 4317.0, 4316.0, 4326.0, 4305.0, 4304.0, 4306.0, 4317.0, 4325.0, 4306.0, 4316.0, 4292.0, 4303.0, 4271.0, 4304.0, 4323.0, 4283.0, 4304.0, 4283.0, 4315.0, 4323.0, 4293.0, 4321.0, 4281.0, 4305.0, 4271.0, 4305.0, 4325.0, 4281.0, 4313.0, 4303.0, 4293.0, 4283.0, 4306.0, 4336.0, 4285.0, 4315.0, 4283.0, 4304.0, 4292.0, 4303.0, 4312.0, 4284.0, 4315.0, 4324.0, 4295.0, 4313.0, 4295.0, 4317.0, 4274.0, 4305.0, 4325.0, 4265.0, 4305.0, 4304.0, 4307.0, 4275.0, 4317.0, 4327.0, 4316.0, 4305.0, 4304.0, 4305.0, 4325.0, 4296.0, 4316.0, 4306.0, 4319.0, 4326.0, 4305.0, 4327.0, 4307.0, 4326.0, 4299.0, 4328.0, 4325.0, 4316.0, 4325.0, 4303.0, 4303.0, 4282.0, 4303.0, 4313.0, 4285.0, 4305.0, 4260.0, 4291.0, 4291.0, 4293.0, 4311.0, 4293.0, 4302.0, 4294.0, 4315.0, 4314.0, 4306.0, 4325.0, 4296.0, 4317.0, 4272.0, 4304.0, 4325.0, 4292.0, 4302.0, 4292.0, 4303.0, 4311.0, 4291.0, 4302.0, 4280.0, 4304.0, 4323.0, 4292.0, 4312.0, 4282.0, 4303.0, 4282.0, 4304.0, 4314.0, 4285.0, 4314.0, 4315.0, 4313.0, 4316.0, 4306.0, 4274.0, 4315.0, 4326.0, 4315.0, 4316.0, 4284.0, 4307.0, 4284.0, 4306.0, 4316.0, 4305.0, 4317.0, 4325.0, 4274.0, 4304.0, 4315.0, 4305.0, 4313.0, 4295.0, 4316.0, 4284.0, 4316.0, 4275.0, 4317.0, 4266.0, 4319.0, 4338.0, 4296.0, 4316.0, 4326.0, 4275.0, 4314.0, 4305.0, 4307.0, 4325.0, 4284.0, 4317.0, 4293.0, 4293.0, 4323.0, 4284.0, 4304.0, 4261.0, 4304.0, 4313.0, 4301.0, 4304.0, 4293.0, 4304.0, 4264.0, 4306.0, 4326.0, 4284.0, 4305.0, 4325.0, 4284.0, 4304.0, 4293.0, 4305.0, 4324.0, 4273.0, 4316.0, 4282.0, 4293.0, 4323.0, 4284.0, 4303.0, 4303.0, 4307.0, 4316.0, 4305.0, 4326.0, 4275.0, 4306.0, 4273.0, 4306.0, 4326.0, 4305.0, 4305.0, 4287.0, 4305.0, 4307.0, 4319.0, 4308.0, 4343.0, 4299.0, 4341.0, 4311.0, 4351.0, 4319.0, 4321.0, 4349.0, 4285.0, 4306.0, 4326.0, 4274.0, 4305.0, 4272.0, 4293.0, 4273.0, 4293.0, 4275.0, 4306.0, 4326.0, 4286.0, 4327.0, 4285.0, 4307.0, 4252.0, 4295.0, 4324.0, 4304.0, 4307.0, 4302.0], 'WindowWidth': [9595.0, 9584.0, 9498.0, 9524.0, 9558.0, 9514.0, 9507.0, 9499.0, 9478.0, 9517.0, 9588.0, 9479.0, 9511.0, 9506.0, 9508.0, 9535.0, 9508.0, 9528.0, 9455.0, 9510.0, 9553.0, 9489.0, 9529.0, 9490.0, 9505.0, 9490.0, 9512.0, 9570.0, 9487.0, 9529.0, 9457.0, 9471.0, 9415.0, 9485.0, 9510.0, 9466.0, 9491.0, 9528.0, 9489.0, 9513.0, 9473.0, 9491.0, 9464.0, 9510.0, 9560.0, 9502.0, 9526.0, 9481.0, 9500.0, 9486.0, 9531.0, 9554.0, 9515.0, 9540.0, 9481.0, 9513.0, 9503.0, 9492.0, 9542.0, 9463.0, 9503.0, 9528.0, 9469.0, 9509.0, 9455.0, 9491.0, 9481.0, 9486.0, 9506.0, 9449.0, 9487.0, 9513.0, 9485.0, 9511.0, 9487.0, 9493.0, 9443.0, 9487.0, 9522.0, 9462.0, 9488.0, 9517.0, 9491.0, 9507.0, 9500.0, 9534.0, 9516.0, 9515.0, 9560.0, 9486.0, 9511.0, 9439.0, 9509.0, 9542.0, 9464.0, 9516.0, 9538.0, 9459.0, 9502.0, 9463.0, 9508.0, 9533.0, 9492.0, 9534.0, 9530.0, 9495.0, 9534.0, 9466.0, 9514.0, 9426.0, 9513.0, 9539.0, 9471.0, 9535.0, 9510.0, 9514.0, 9552.0, 9516.0, 9517.0, 9527.0, 9521.0, 9547.0, 9452.0, 9510.0, 9455.0, 9500.0, 9530.0, 9472.0, 9522.0, 9564.0, 9469.0, 9526.0, 9455.0, 9538.0, 9561.0, 9488.0, 9508.0, 9532.0, 9511.0, 9535.0, 9512.0, 9529.0, 9452.0, 9515.0, 9540.0, 9457.0, 9510.0, 9523.0, 9514.0, 9537.0, 9511.0, 9535.0, 9524.0, 9528.0, 9547.0, 9460.0, 9506.0, 9456.0, 9489.0, 9523.0, 9450.0, 9491.0, 9529.0, 9464.0, 9495.0, 9452.0, 9485.0, 9426.0, 9487.0, 9505.0, 9464.0, 9509.0, 9532.0, 9473.0, 9500.0, 9441.0, 9487.0, 9514.0, 9509.0, 9527.0, 9456.0, 9488.0, 9442.0, 9476.0, 9446.0, 9507.0, 9536.0, 9479.0, 9508.0, 9529.0, 9470.0, 9497.0, 9439.0, 9488.0, 9511.0, 9493.0, 9510.0, 9441.0, 9490.0, 9420.0, 9502.0, 9449.0, 9512.0, 9548.0, 9488.0, 9512.0, 9464.0, 9496.0, 9535.0, 9496.0, 9534.0, 9473.0, 9513.0, 9538.0, 9503.0, 9543.0, 9523.0, 9533.0, 9489.0, 9540.0, 9600.0, 9501.0, 9539.0, 9464.0, 9510.0, 9516.0, 9508.0, 9525.0, 9447.0, 9504.0, 9531.0, 9489.0, 9520.0, 9496.0, 9510.0, 9501.0, 9536.0, 9561.0, 9503.0, 9548.0, 9465.0, 9507.0, 9425.0, 9513.0, 9542.0, 9449.0, 9508.0, 9534.0, 9480.0, 9529.0, 9506.0, 9504.0, 9530.0, 9494.0, 9523.0, 9482.0, 9529.0, 9553.0, 9513.0, 9542.0, 9479.0, 9510.0, 9452.0, 9514.0, 9539.0, 9480.0, 9534.0, 9551.0, 9491.0, 9519.0, 9480.0, 9484.0, 9455.0, 9532.0, 9565.0, 9475.0, 9529.0, 9475.0, 9535.0, 9543.0, 9518.0, 9551.0, 9518.0, 9515.0, 9557.0, 9483.0, 9524.0, 9469.0, 9519.0, 9538.0, 9487.0, 9537.0, 9495.0, 9496.0, 9536.0, 9499.0, 9532.0, 9470.0, 9515.0, 9543.0, 9497.0, 9511.0, 9471.0, 9486.0, 9476.0, 9536.0, 9562.0, 9485.0, 9530.0, 9556.0, 9481.0, 9520.0, 9463.0, 9511.0, 9537.0, 9475.0, 9506.0, 9508.0, 9505.0, 9533.0, 9481.0, 9489.0, 9432.0, 9492.0, 9530.0, 9482.0, 9532.0, 9537.0, 9497.0, 9523.0, 9477.0, 9498.0, 9467.0, 9516.0, 9543.0, 9502.0, 9538.0, 9526.0, 9495.0, 9520.0, 9468.0, 9500.0, 9465.0, 9520.0, 9546.0, 9486.0, 9526.0, 9490.0, 9537.0, 9575.0, 9535.0, 9572.0, 9502.0, 9491.0, 9459.0, 9533.0, 9513.0, 9492.0, 9587.0, 9625.0, 9611.0, 9506.0, 9530.0, 9480.0, 9509.0, 9549.0, 9475.0, 9509.0, 9532.0, 9470.0, 9519.0, 9454.0, 9483.0, 9438.0, 9487.0, 9515.0, 9460.0, 9508.0, 9512.0, 9454.0, 9496.0, 9437.0, 9487.0, 9513.0, 9474.0, 9506.0, 9440.0, 9489.0, 9459.0, 9493.0, 9520.0, 9481.0, 9515.0, 9493.0, 9495.0, 9532.0, 9494.0, 9528.0, 9461.0, 9491.0, 9532.0, 9477.0, 9504.0, 9443.0, 9505.0, 9422.0, 9506.0, 9521.0, 9502.0, 9538.0, 9520.0, 9506.0, 9534.0, 9479.0, 9506.0, 9434.0, 9512.0, 9541.0, 9493.0, 9522.0, 9482.0, 9505.0, 9511.0, 9541.0, 9541.0, 9517.0, 9578.0, 9519.0, 9528.0, 9521.0, 9540.0, 9572.0, 9518.0, 9535.0, 9449.0, 9506.0, 9487.0, 9493.0, 9521.0, 9504.0, 9516.0, 9494.0, 9510.0, 9535.0, 9500.0, 9526.0, 9488.0, 9541.0, 9560.0, 9500.0, 9540.0, 9483.0, 9514.0, 9461.0, 9513.0, 9548.0, 9486.0, 9550.0, 9504.0, 9530.0, 9502.0, 9554.0, 9561.0, 9524.0, 9563.0, 9513.0, 9521.0, 9491.0, 9512.0, 9522.0, 9518.0, 9529.0, 9488.0, 9492.0, 9448.0, 9504.0, 9425.0, 9513.0, 9522.0, 9497.0, 9521.0, 9485.0, 9498.0, 9486.0, 9520.0, 9550.0, 9518.0, 9559.0, 9504.0, 9540.0, 9541.0, 9501.0, 9531.0, 9484.0, 9521.0, 9564.0, 9472.0, 9512.0, 9499.0, 9502.0, 9470.0, 9521.0, 9551.0, 9511.0, 9524.0, 9506.0, 9522.0, 9494.0, 9546.0, 9583.0, 9521.0, 9553.0, 9557.0, 9501.0, 9538.0, 9486.0, 9532.0, 9453.0, 9511.0, 9547.0, 9513.0, 9511.0, 9464.0, 9513.0, 9492.0, 9499.0, 9528.0, 9497.0, 9516.0, 9561.0, 9539.0, 9489.0, 9491.0, 9474.0, 9559.0, 9546.0, 9592.0, 9607.0, 9517.0, 9547.0, 9486.0, 9517.0, 9457.0, 9517.0, 9548.0, 9477.0, 9519.0, 9541.0, 9473.0, 9503.0, 9484.0, 9475.0, 9463.0, 9511.0, 9545.0, 9491.0, 9516.0, 9510.0, 9499.0, 9469.0, 9515.0, 9530.0, 9513.0, 9521.0, 9482.0, 9517.0, 9529.0, 9521.0, 9532.0, 9524.0, 9560.0, 9511.0, 9538.0, 9561.0, 9504.0, 9542.0, 9508.0, 9542.0, 9472.0, 9538.0, 9548.0, 9507.0, 9497.0, 9471.0, 9518.0, 9460.0, 9538.0, 9563.0, 9507.0, 9548.0, 9491.0, 9532.0, 9520.0, 9538.0, 9581.0, 9505.0, 9531.0, 9496.0, 9509.0, 9485.0, 9517.0, 9541.0, 9486.0, 9531.0, 9494.0, 9515.0, 9470.0, 9513.0, 9474.0, 9534.0, 9571.0, 9533.0, 9546.0, 9484.0, 9516.0, 9467.0, 9513.0, 9526.0, 9495.0, 9520.0, 9539.0, 9481.0, 9509.0, 9493.0, 9494.0, 9465.0, 9519.0, 9529.0, 9489.0, 9532.0, 9508.0, 9531.0, 9514.0, 9558.0, 9537.0, 9534.0, 9550.0, 9517.0, 9516.0, 9518.0, 9537.0, 9547.0, 9520.0, 9537.0, 9494.0, 9511.0, 9465.0, 9514.0, 9538.0, 9483.0, 9515.0, 9485.0, 9532.0, 9539.0, 9498.0, 9533.0, 9479.0, 9516.0, 9464.0, 9518.0, 9544.0, 9479.0, 9525.0, 9510.0, 9498.0, 9485.0, 9521.0, 9566.0, 9493.0, 9532.0, 9484.0, 9514.0, 9493.0, 9512.0, 9525.0, 9488.0, 9532.0, 9544.0, 9505.0, 9525.0, 9506.0, 9540.0, 9474.0, 9519.0, 9547.0, 9464.0, 9516.0, 9514.0, 9522.0, 9480.0, 9538.0, 9553.0, 9533.0, 9519.0, 9513.0, 9518.0, 9544.0, 9507.0, 9534.0, 9521.0, 9545.0, 9550.0, 9519.0, 9551.0, 9523.0, 9548.0, 9514.0, 9555.0, 9547.0, 9533.0, 9546.0, 9511.0, 9511.0, 9481.0, 9513.0, 9526.0, 9490.0, 9519.0, 9449.0, 9491.0, 9490.0, 9496.0, 9519.0, 9498.0, 9511.0, 9502.0, 9532.0, 9528.0, 9520.0, 9546.0, 9508.0, 9540.0, 9470.0, 9514.0, 9547.0, 9494.0, 9510.0, 9495.0, 9511.0, 9520.0, 9491.0, 9508.0, 9477.0, 9516.0, 9539.0, 9495.0, 9523.0, 9482.0, 9512.0, 9482.0, 9515.0, 9529.0, 9492.0, 9530.0, 9529.0, 9526.0, 9533.0, 9520.0, 9474.0, 9533.0, 9550.0, 9529.0, 9537.0, 9488.0, 9522.0, 9489.0, 9521.0, 9536.0, 9519.0, 9538.0, 9548.0, 9474.0, 9513.0, 9528.0, 9519.0, 9527.0, 9506.0, 9535.0, 9487.0, 9532.0, 9478.0, 9536.0, 9469.0, 9544.0, 9572.0, 9508.0, 9537.0, 9550.0, 9476.0, 9531.0, 9515.0, 9522.0, 9546.0, 9489.0, 9541.0, 9499.0, 9497.0, 9541.0, 9487.0, 9515.0, 9451.0, 9513.0, 9525.0, 9504.0, 9513.0, 9498.0, 9516.0, 9461.0, 9521.0, 9550.0, 9488.0, 9518.0, 9547.0, 9486.0, 9513.0, 9497.0, 9517.0, 9542.0, 9470.0, 9534.0, 9480.0, 9496.0, 9538.0, 9487.0, 9512.0, 9511.0, 9523.0, 9534.0, 9517.0, 9547.0, 9477.0, 9520.0, 9471.0, 9520.0, 9548.0, 9516.0, 9518.0, 9494.0, 9517.0, 9524.0, 9542.0, 9530.0, 9585.0, 9518.0, 9579.0, 9535.0, 9589.0, 9543.0, 9548.0, 9590.0, 9491.0, 9517.0, 9548.0, 9471.0, 9515.0, 9467.0, 9497.0, 9470.0, 9498.0, 9476.0, 9521.0, 9551.0, 9495.0, 9552.0, 9486.0, 9520.0, 9441.0, 9503.0, 9543.0, 9513.0, 9523.0, 9508.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.0006157586206896554</td></tr>
<tr><td colspan=3>aqi</td><td>0.03094658724137931</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.141835742543165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2134269174338321</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9798476302991941</td></tr>
<tr><td colspan=3>efc</td><td>0.4752</td></tr>
<tr><td colspan=3>fber</td><td>6762.1968</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10201286944400403</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.747126436781609</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.495402546897711</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3868745794561117</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.759273843304694</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3400592179323265</td></tr>
<tr><td colspan=3>gcor</td><td>0.00643147</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0057462179102003574</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034654650837183</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>4.029273277742864</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>25.9812</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3878</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.8011</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299749.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>812.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.3906</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7598</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.4752</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3508.0874</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76795.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.2883</td></tr>
<tr><td colspan=3>tsnr</td><td>37.17649438302033</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>