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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-01_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_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-0032/ses-01/func/sub-0032_ses-01_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>2025883f64a60d358ca19668404e4c03</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>15:02:47.605000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99916, 0.037949, -0.0154846, -0.0392571, 0.994662, -0.0954243]</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.100924</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4130, -7791, -7244, 580, -57, -265, 47, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.699</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8cbfa3d3-8c51-425b-a2cf-94a388648698||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806724071502686, -0.10532385110855103, -0.03180789202451706, 116.67813873291016], [-0.10181448608636856, 2.6686062812805176, -0.259070485830307, -79.74855041503906], [-0.04154408723115921, 0.2560165226459503, 2.6873538494110107, -81.39044189453125], [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': ['150247.605000', '150248.065000', '150248.525000', '150248.985000', '150249.445000', '150249.905000', '150250.365000', '150250.825000', '150251.285000', '150251.745000', '150252.205000', '150252.665000', '150253.125000', '150253.585000', '150254.045000', '150254.505000', '150254.965000', '150255.425000', '150255.885000', '150256.345000', '150256.805000', '150257.265000', '150257.725000', '150258.185000', '150258.645000', '150259.105000', '150259.565000', '150300.025000', '150300.485000', '150300.945000', '150301.405000', '150301.865000', '150302.325000', '150302.785000', '150303.245000', '150303.705000', '150304.165000', '150304.625000', '150305.085000', '150305.545000', '150306.005000', '150306.465000', '150306.925000', '150307.385000', '150307.845000', '150308.305000', '150308.765000', '150309.225000', '150309.685000', '150310.145000', '150310.605000', '150311.065000', '150311.525000', '150311.985000', '150312.445000', '150312.905000', '150313.365000', '150313.825000', '150314.285000', '150314.745000', '150315.205000', '150315.665000', '150316.125000', '150316.585000', '150317.045000', '150317.505000', '150317.965000', '150318.425000', '150318.885000', '150319.345000', '150319.805000', '150320.265000', '150320.725000', '150321.185000', '150321.645000', '150322.105000', '150322.565000', '150323.025000', '150323.485000', '150323.945000', '150324.405000', '150324.865000', '150325.325000', '150325.785000', '150326.245000', '150326.705000', '150327.165000', '150327.625000', '150328.085000', '150328.545000', '150329.005000', '150329.465000', '150329.925000', '150330.385000', '150330.845000', '150331.305000', '150331.765000', '150332.225000', '150332.685000', '150333.145000', '150333.605000', '150334.065000', '150334.525000', '150334.985000', '150335.445000', '150335.905000', '150336.365000', '150336.825000', '150337.285000', '150337.745000', '150338.205000', '150338.665000', '150339.125000', '150339.585000', '150340.045000', '150340.505000', '150340.965000', '150341.425000', '150341.885000', '150342.345000', '150342.805000', '150343.265000', '150343.725000', '150344.185000', '150344.645000', '150345.105000', '150345.565000', '150346.025000', '150346.485000', '150346.945000', '150347.405000', '150347.865000', '150348.325000', '150348.785000', '150349.245000', '150349.705000', '150350.165000', '150350.625000', '150351.085000', '150351.545000', '150352.005000', '150352.465000', '150352.925000', '150353.385000', '150353.845000', '150354.305000', '150354.765000', '150355.225000', '150355.685000', '150356.145000', '150356.605000', '150357.065000', '150357.525000', '150357.985000', '150358.445000', '150358.905000', '150359.365000', '150359.825000', '150400.285000', '150400.745000', '150401.205000', '150401.665000', '150402.125000', '150402.585000', '150403.045000', '150403.505000', '150403.965000', '150404.425000', '150404.885000', '150405.345000', '150405.805000', '150406.265000', '150406.725000', '150407.185000', '150407.645000', '150408.105000', '150408.565000', '150409.025000', '150409.485000', '150409.945000', '150410.405000', '150410.865000', '150411.325000', '150411.785000', '150412.245000', '150412.705000', '150413.165000', '150413.625000', '150414.085000', '150414.545000', '150415.005000', '150415.465000', '150415.925000', '150416.385000', '150416.845000', '150417.305000', '150417.765000', '150418.225000', '150418.685000', '150419.145000', '150419.605000', '150420.065000', '150420.525000', '150420.985000', '150421.445000', '150421.905000', '150422.365000', '150422.825000', '150423.285000', '150423.745000', '150424.205000', '150424.665000', '150425.125000', '150425.585000', '150426.045000', '150426.505000', '150426.965000', '150427.425000', '150427.885000', '150428.345000', '150428.805000', '150429.265000', '150429.725000', '150430.185000', '150430.645000', '150431.105000', '150431.565000', '150432.025000', '150432.485000', '150432.945000', '150433.405000', '150433.865000', '150434.325000', '150434.785000', '150435.245000', '150435.705000', '150436.165000', '150436.625000', '150437.085000', '150437.545000', '150438.005000', '150438.465000', '150438.925000', '150439.385000', '150439.845000', '150440.305000', '150440.765000', '150441.225000', '150441.685000', '150442.145000', '150442.605000', '150443.065000', '150443.525000', '150443.985000', '150444.445000', '150444.905000', '150445.365000', '150445.825000', '150446.285000', '150446.745000', '150447.205000', '150447.665000', '150448.125000', '150448.585000', '150449.045000', '150449.505000', '150449.965000', '150450.425000', '150450.885000', '150451.345000', '150451.805000', '150452.265000', '150452.725000', '150453.185000', '150453.645000', '150454.105000', '150454.565000', '150455.025000', '150455.485000', '150455.945000', '150456.405000', '150456.865000', '150457.325000', '150457.785000', '150458.245000', '150458.705000', '150459.165000', '150459.625000', '150500.085000', '150500.545000', '150501.005000', '150501.465000', '150501.925000', '150502.385000', '150502.845000', '150503.305000', '150503.765000', '150504.225000', '150504.685000', '150505.145000', '150505.605000', '150506.065000', '150506.525000', '150506.985000', '150507.445000', '150507.905000', '150508.365000', '150508.825000', '150509.285000', '150509.745000', '150510.205000', '150510.665000', '150511.125000', '150511.585000', '150512.045000', '150512.505000', '150512.965000', '150513.425000', '150513.885000', '150514.345000', '150514.805000', '150515.265000', '150515.725000', '150516.185000', '150516.645000', '150517.105000', '150517.565000', '150518.025000', '150518.485000', '150518.945000', '150519.405000', '150519.865000', '150520.325000', '150520.785000', '150521.245000', '150521.705000', '150522.165000', '150522.625000', '150523.085000', '150523.545000', '150524.005000', '150524.465000', '150524.925000', '150525.385000', '150525.845000', '150526.305000', '150526.765000', '150527.225000', '150527.685000', '150528.145000', '150528.605000', '150529.065000', '150529.525000', '150529.985000', '150530.445000', '150530.905000', '150531.365000', '150531.825000', '150532.285000', '150532.745000', '150533.205000', '150533.665000', '150534.125000', '150534.585000', '150535.045000', '150535.505000', '150535.965000', '150536.425000', '150536.885000', '150537.345000', '150537.805000', '150538.265000', '150538.725000', '150539.185000', '150539.645000', '150540.105000', '150540.565000', '150541.025000', '150541.485000', '150541.945000', '150542.405000', '150542.865000', '150543.325000', '150543.785000', '150544.245000', '150544.705000', '150545.165000', '150545.625000', '150546.085000', '150546.545000', '150547.005000', '150547.465000', '150547.925000', '150548.385000', '150548.845000', '150549.305000', '150549.765000', '150550.225000', '150550.685000', '150551.145000', '150551.605000', '150552.065000', '150552.525000', '150552.985000', '150553.445000', '150553.905000', '150554.365000', '150554.825000', '150555.285000', '150555.745000', '150556.205000', '150556.665000', '150557.125000', '150557.585000', '150558.045000', '150558.505000', '150558.965000', '150559.425000', '150559.885000', '150600.345000', '150600.805000', '150601.265000', '150601.725000', '150602.185000', '150602.645000', '150603.105000', '150603.565000', '150604.025000', '150604.485000', '150604.945000', '150605.405000', '150605.865000', '150606.325000', '150606.785000', '150607.245000', '150607.705000', '150608.165000', '150608.625000', '150609.085000', '150609.545000', '150610.005000', '150610.465000', '150610.925000', '150611.385000', '150611.845000', '150612.305000', '150612.765000', '150613.225000', '150613.685000', '150614.145000', '150614.605000', '150615.065000', '150615.525000', '150615.985000', '150616.445000', '150616.905000', '150617.365000', '150617.825000', '150618.285000', '150618.745000', '150619.205000', '150619.665000', '150620.125000', '150620.585000', '150621.045000', '150621.505000', '150621.965000', '150622.425000', '150622.885000', '150623.345000', '150623.805000', '150624.265000', '150624.725000', '150625.185000', '150625.645000', '150626.105000', '150626.565000', '150627.025000', '150627.485000', '150627.945000', '150628.405000', '150628.865000', '150629.325000', '150629.785000', '150630.245000', '150630.705000', '150631.165000', '150631.625000', '150632.085000', '150632.545000', '150633.005000', '150633.465000', '150633.925000', '150634.385000', '150634.845000', '150635.305000', '150635.765000', '150636.225000', '150636.685000', '150637.145000', '150637.605000', '150638.065000', '150638.525000', '150638.985000', '150639.445000', '150639.905000', '150640.365000', '150640.825000', '150641.285000', '150641.745000', '150642.205000', '150642.665000', '150643.125000', '150643.585000', '150644.045000', '150644.505000', '150644.965000', '150645.425000', '150645.885000', '150646.345000', '150646.805000', '150647.265000', '150647.725000', '150648.185000', '150648.645000', '150649.105000', '150649.565000', '150650.025000', '150650.485000', '150650.945000', '150651.405000', '150651.865000', '150652.325000', '150652.785000', '150653.245000', '150653.705000', '150654.165000', '150654.625000', '150655.085000', '150655.545000', '150656.005000', '150656.465000', '150656.925000', '150657.385000', '150657.845000', '150658.305000', '150658.765000', '150659.225000', '150659.685000', '150700.145000', '150700.605000', '150701.065000', '150701.525000', '150701.985000', '150702.445000', '150702.905000', '150703.365000', '150703.825000', '150704.285000', '150704.745000', '150705.205000', '150705.665000', '150706.125000', '150706.585000', '150707.045000', '150707.505000', '150707.965000', '150708.425000', '150708.885000', '150709.345000', '150709.805000', '150710.265000', '150710.725000', '150711.185000', '150711.645000', '150712.105000', '150712.565000', '150713.025000', '150713.485000', '150713.945000', '150714.405000', '150714.865000', '150715.325000', '150715.785000', '150716.245000', '150716.705000', '150717.165000', '150717.625000', '150718.085000', '150718.545000', '150719.005000', '150719.465000', '150719.925000', '150720.385000', '150720.845000', '150721.305000', '150721.765000', '150722.225000', '150722.685000', '150723.145000', '150723.605000', '150724.065000', '150724.525000', '150724.985000', '150725.445000', '150725.905000', '150726.365000', '150726.825000', '150727.285000', '150727.745000', '150728.205000', '150728.665000', '150729.125000', '150729.585000', '150730.045000', '150730.505000', '150730.965000', '150731.425000', '150731.885000', '150732.345000', '150732.805000', '150733.265000', '150733.725000', '150734.185000', '150734.645000', '150735.105000', '150735.565000', '150736.025000', '150736.485000', '150736.945000', '150737.405000', '150737.865000', '150738.325000', '150738.785000', '150739.245000', '150739.705000', '150740.165000', '150740.625000', '150741.085000', '150741.545000', '150742.005000', '150742.465000', '150742.925000', '150743.385000', '150743.845000', '150744.305000', '150744.765000', '150745.225000', '150745.685000', '150746.145000', '150746.605000', '150747.065000', '150747.525000', '150747.985000', '150748.445000', '150748.905000', '150749.365000', '150749.825000', '150750.285000', '150750.745000', '150751.205000', '150751.665000', '150752.125000', '150752.585000', '150753.045000', '150753.505000', '150753.965000', '150754.425000', '150754.885000', '150755.345000', '150755.805000', '150756.265000', '150756.725000', '150757.185000', '150757.645000', '150758.105000', '150758.565000', '150759.025000', '150759.485000', '150759.945000', '150800.405000', '150800.865000', '150801.325000', '150801.785000', '150802.245000', '150802.705000', '150803.165000', '150803.625000', '150804.085000', '150804.545000', '150805.005000', '150805.465000', '150805.925000', '150806.385000', '150806.845000', '150807.305000', '150807.765000', '150808.225000', '150808.685000', '150809.145000', '150809.605000', '150810.065000', '150810.525000', '150810.985000', '150811.445000', '150811.905000', '150812.365000', '150812.825000', '150813.285000', '150813.745000', '150814.205000', '150814.665000', '150815.125000', '150815.585000', '150816.045000', '150816.505000', '150816.965000', '150817.425000', '150817.885000', '150818.345000', '150818.805000', '150819.265000', '150819.725000', '150820.185000', '150820.645000', '150821.105000', '150821.565000', '150822.025000', '150822.485000', '150822.945000', '150823.405000', '150823.865000', '150824.325000', '150824.785000', '150825.245000', '150825.705000', '150826.165000', '150826.625000', '150827.085000', '150827.545000', '150828.005000', '150828.465000', '150828.925000', '150829.385000', '150829.845000', '150830.305000', '150830.765000', '150831.225000', '150831.685000', '150832.145000', '150832.605000', '150833.065000', '150833.525000', '150833.985000', '150834.445000', '150834.905000', '150835.365000', '150835.825000', '150836.285000', '150836.745000', '150837.205000', '150837.665000', '150838.125000', '150838.585000', '150839.045000', '150839.505000', '150839.965000', '150840.425000', '150840.885000', '150841.345000', '150841.805000', '150842.265000', '150842.725000', '150843.185000', '150843.645000', '150844.105000', '150844.565000', '150845.025000', '150845.485000', '150845.945000', '150846.405000', '150846.865000', '150847.325000', '150847.785000', '150848.245000', '150848.705000', '150849.165000', '150849.625000', '150850.085000', '150850.545000', '150851.005000', '150851.465000', '150851.925000', '150852.385000', '150852.845000', '150853.305000', '150853.765000', '150854.225000', '150854.685000', '150855.145000', '150855.605000', '150856.065000', '150856.525000', '150856.985000', '150857.445000', '150857.905000', '150858.365000', '150858.825000', '150859.285000', '150859.745000', '150900.205000', '150900.665000', '150901.125000', '150901.585000', '150902.045000', '150902.505000', '150902.965000', '150903.425000', '150903.885000', '150904.345000', '150904.805000', '150905.265000', '150905.725000', '150906.185000', '150906.645000', '150907.105000', '150907.565000', '150908.025000', '150908.485000', '150908.945000', '150909.405000', '150909.865000', '150910.325000', '150910.785000', '150911.245000', '150911.705000', '150912.165000', '150912.625000', '150913.085000', '150913.545000', '150914.005000', '150914.465000', '150914.925000', '150915.385000', '150915.845000', '150916.305000', '150916.765000', '150917.225000', '150917.685000', '150918.145000', '150918.605000', '150919.065000', '150919.525000', '150919.985000', '150920.445000', '150920.905000', '150921.365000', '150921.825000', '150922.285000', '150922.745000', '150923.205000', '150923.665000', '150924.125000', '150924.585000', '150925.045000', '150925.505000', '150925.965000', '150926.425000', '150926.885000', '150927.345000', '150927.805000', '150928.265000'], 'ContentTime': ['150306.211000', '150306.214000', '150306.217000', '150306.220000', '150306.223000', '150306.225000', '150306.228000', '150306.231000', '150306.234000', '150306.237000', '150306.240000', '150306.243000', '150306.246000', '150306.249000', '150306.252000', '150306.255000', '150306.258000', '150306.261000', '150306.263000', '150306.266000', '150306.269000', '150306.272000', '150306.277000', '150306.280000', '150306.282000', '150306.285000', '150306.288000', '150306.291000', '150306.294000', '150306.297000', '150306.300000', '150306.303000', '150306.305000', '150306.308000', '150306.311000', '150306.314000', '150306.317000', '150306.320000', '150306.323000', '150326.172000', '150326.175000', '150326.178000', '150326.181000', '150326.184000', '150326.186000', '150326.189000', '150326.192000', '150326.195000', '150326.198000', '150326.200000', '150326.203000', '150326.206000', '150326.209000', '150326.212000', '150326.214000', '150326.232000', '150326.235000', '150326.238000', '150326.241000', '150326.243000', '150326.246000', '150326.249000', '150326.252000', '150326.255000', '150326.258000', '150326.261000', '150326.263000', '150326.266000', '150326.269000', '150326.272000', '150326.275000', '150326.278000', '150326.280000', '150326.283000', '150326.286000', '150326.289000', '150326.292000', '150326.295000', '150326.297000', '150326.300000', '150326.303000', '150326.306000', '150326.309000', '150346.172000', '150346.175000', '150346.178000', '150346.181000', '150346.183000', '150346.186000', '150346.189000', '150346.192000', '150346.195000', '150346.198000', '150346.200000', '150346.203000', '150346.206000', '150346.209000', '150346.212000', '150346.215000', '150346.218000', '150346.220000', '150346.223000', '150346.226000', '150346.229000', '150346.232000', '150346.235000', '150346.238000', '150346.240000', '150346.243000', '150346.246000', '150346.249000', '150346.252000', '150346.255000', '150346.258000', '150346.260000', '150346.263000', '150346.268000', '150346.271000', '150346.274000', '150346.276000', '150346.279000', '150346.282000', '150346.285000', '150346.288000', '150346.291000', '150346.293000', '150406.172000', '150406.175000', '150406.178000', '150406.181000', '150406.183000', '150406.186000', '150406.189000', '150406.192000', '150406.195000', '150406.198000', '150406.201000', '150406.203000', '150406.206000', '150406.209000', '150406.212000', '150406.215000', '150406.218000', '150406.221000', '150406.224000', '150406.226000', '150406.229000', '150406.232000', '150406.235000', '150406.238000', '150406.241000', '150406.244000', '150406.246000', '150406.249000', '150406.252000', '150406.255000', '150406.258000', '150406.261000', '150406.264000', '150406.267000', '150406.269000', '150406.272000', '150406.275000', '150406.278000', '150406.281000', '150406.284000', '150406.286000', '150406.289000', '150406.292000', '150406.295000', '150426.172000', '150426.175000', '150426.178000', '150426.181000', '150426.184000', '150426.186000', '150426.189000', '150426.192000', '150426.195000', '150426.198000', '150426.201000', '150426.204000', '150426.206000', '150426.209000', '150426.212000', '150426.215000', '150426.218000', '150426.221000', '150426.224000', '150426.226000', '150426.229000', '150426.232000', '150426.235000', '150426.238000', '150426.241000', '150426.243000', '150426.246000', '150426.249000', '150426.252000', '150426.255000', '150426.258000', '150426.261000', '150426.268000', '150426.270000', '150426.274000', '150426.277000', '150426.280000', '150426.282000', '150426.285000', '150426.288000', '150426.291000', '150426.294000', '150426.297000', '150446.172000', '150446.175000', '150446.178000', '150446.181000', '150446.184000', '150446.186000', '150446.189000', '150446.192000', '150446.195000', '150446.198000', '150446.201000', '150446.204000', '150446.206000', '150446.209000', '150446.212000', '150446.215000', '150446.218000', '150446.221000', '150446.224000', '150446.226000', '150446.229000', '150446.232000', '150446.235000', '150446.238000', '150446.241000', '150446.243000', '150446.246000', '150446.249000', '150446.252000', '150446.255000', '150446.258000', '150446.261000', '150446.264000', '150446.267000', '150446.269000', '150446.279000', '150446.282000', '150446.285000', '150446.288000', '150446.290000', '150446.293000', '150446.296000', '150446.299000', '150446.302000', '150506.172000', '150506.175000', '150506.178000', '150506.181000', '150506.184000', '150506.186000', '150506.189000', '150506.192000', '150506.195000', '150506.198000', '150506.201000', '150506.216000', '150506.219000', '150506.222000', '150506.225000', '150506.228000', '150506.230000', '150506.233000', '150506.236000', '150506.239000', '150506.242000', '150506.245000', '150506.248000', '150506.250000', '150506.253000', '150506.256000', '150506.259000', '150506.262000', '150506.265000', '150506.268000', '150506.270000', '150506.273000', '150506.276000', '150506.279000', '150506.282000', '150506.285000', '150506.288000', '150506.290000', '150506.293000', '150506.296000', '150506.299000', '150506.303000', '150506.306000', '150526.172000', '150526.175000', '150526.178000', '150526.181000', '150526.184000', '150526.186000', '150526.189000', '150526.192000', '150526.195000', '150526.198000', '150526.201000', '150526.204000', '150526.207000', '150526.209000', '150526.212000', '150526.215000', '150526.218000', '150526.221000', '150526.224000', '150526.227000', '150526.229000', '150526.232000', '150526.235000', '150526.238000', '150526.241000', '150526.244000', '150526.247000', '150526.249000', '150526.252000', '150526.255000', '150526.258000', '150526.269000', '150526.272000', '150526.275000', '150526.278000', '150526.280000', '150526.283000', '150526.286000', '150526.289000', '150526.292000', '150526.295000', '150526.297000', '150526.300000', '150526.308000', '150546.172000', '150546.175000', '150546.178000', '150546.181000', '150546.184000', '150546.187000', '150546.189000', '150546.192000', '150546.195000', '150546.198000', '150546.201000', '150546.204000', '150546.207000', '150546.210000', '150546.212000', '150546.215000', '150546.218000', '150546.221000', '150546.224000', '150546.227000', '150546.230000', '150546.232000', '150546.235000', '150546.238000', '150546.241000', '150546.244000', '150546.247000', '150546.250000', '150546.252000', '150546.255000', '150546.258000', '150546.261000', '150546.264000', '150546.267000', '150546.269000', '150546.272000', '150546.275000', '150546.278000', '150546.281000', '150546.284000', '150546.287000', '150546.290000', '150546.292000', '150606.172000', '150606.175000', '150606.178000', '150606.181000', '150606.184000', '150606.187000', '150606.189000', '150606.194000', '150606.199000', '150606.202000', '150606.205000', '150606.208000', '150606.211000', '150606.214000', '150606.216000', '150606.219000', '150606.222000', '150606.225000', '150606.228000', '150606.231000', '150606.233000', '150606.236000', '150606.239000', '150606.242000', '150606.245000', '150606.248000', '150606.251000', '150606.253000', '150606.256000', '150606.259000', '150606.262000', '150606.265000', '150606.268000', '150606.270000', '150606.273000', '150606.276000', '150606.279000', '150606.282000', '150606.285000', '150606.288000', '150606.290000', '150606.293000', '150606.296000', '150626.172000', '150626.175000', '150626.178000', '150626.181000', '150626.184000', '150626.186000', '150626.189000', '150626.192000', '150626.195000', '150626.198000', '150626.201000', '150626.204000', '150626.207000', '150626.209000', '150626.212000', '150626.215000', '150626.218000', '150626.221000', '150626.224000', '150626.226000', '150626.229000', '150626.232000', '150626.235000', '150626.238000', '150626.241000', '150626.244000', '150626.246000', '150626.249000', '150626.252000', '150626.255000', '150626.258000', '150626.261000', '150626.263000', '150626.266000', '150626.269000', '150626.272000', '150626.275000', '150626.288000', '150626.290000', '150626.293000', '150626.296000', '150626.299000', '150626.302000', '150626.305000', '150646.172000', '150646.175000', '150646.178000', '150646.181000', '150646.185000', '150646.190000', '150646.193000', '150646.196000', '150646.199000', '150646.202000', '150646.205000', '150646.208000', '150646.211000', '150646.214000', '150646.216000', '150646.219000', '150646.222000', '150646.225000', '150646.228000', '150646.231000', '150646.233000', '150646.236000', '150646.239000', '150646.242000', '150646.245000', '150646.248000', '150646.251000', '150646.253000', '150646.256000', '150646.259000', '150646.262000', '150646.265000', '150646.268000', '150646.271000', '150646.273000', '150646.276000', '150646.279000', '150646.282000', '150646.285000', '150646.288000', '150646.290000', '150646.303000', '150646.306000', '150706.172000', '150706.175000', '150706.178000', '150706.181000', '150706.184000', '150706.187000', '150706.189000', '150706.192000', '150706.195000', '150706.198000', '150706.201000', '150706.204000', '150706.207000', '150706.210000', '150706.213000', '150706.215000', '150706.218000', '150706.221000', '150706.224000', '150706.227000', '150706.230000', '150706.233000', '150706.236000', '150706.238000', '150706.241000', '150706.244000', '150706.247000', '150706.250000', '150706.253000', '150706.256000', '150706.258000', '150706.261000', '150706.264000', '150706.267000', '150706.270000', '150706.273000', '150706.276000', '150706.279000', '150706.281000', '150706.284000', '150706.287000', '150706.290000', '150706.293000', '150706.296000', '150726.172000', '150726.175000', '150726.178000', '150726.181000', '150726.184000', '150726.187000', '150726.190000', '150726.193000', '150726.196000', '150726.199000', '150726.202000', '150726.204000', '150726.207000', '150726.210000', '150726.213000', '150726.216000', '150726.219000', '150726.222000', '150726.225000', '150726.228000', '150726.231000', '150726.234000', '150726.237000', '150726.240000', '150726.242000', '150726.245000', '150726.248000', '150726.251000', '150726.254000', '150726.257000', '150726.259000', '150726.262000', '150726.265000', '150726.268000', '150726.271000', '150726.274000', '150726.276000', '150726.279000', '150726.282000', '150726.285000', '150726.288000', '150726.291000', '150726.294000', '150746.172000', '150746.175000', '150746.178000', '150746.181000', '150746.184000', '150746.187000', '150746.189000', '150746.192000', '150746.195000', '150746.198000', '150746.201000', '150746.204000', '150746.207000', '150746.209000', '150746.212000', '150746.215000', '150746.218000', '150746.221000', '150746.224000', '150746.227000', '150746.229000', '150746.232000', '150746.235000', '150746.238000', '150746.241000', '150746.244000', '150746.247000', '150746.249000', '150746.252000', '150746.255000', '150746.258000', '150746.261000', '150746.264000', '150746.266000', '150746.269000', '150746.272000', '150746.275000', '150746.278000', '150746.281000', '150746.284000', '150746.286000', '150746.289000', '150746.292000', '150746.295000', '150806.172000', '150806.175000', '150806.178000', '150806.181000', '150806.184000', '150806.187000', '150806.189000', '150806.192000', '150806.195000', '150806.198000', '150806.201000', '150806.204000', '150806.206000', '150806.209000', '150806.212000', '150806.215000', '150806.218000', '150806.221000', '150806.227000', '150806.230000', '150806.233000', '150806.236000', '150806.238000', '150806.241000', '150806.244000', '150806.247000', '150806.250000', '150806.253000', '150806.255000', '150806.258000', '150806.261000', '150806.264000', '150806.267000', '150806.270000', '150806.273000', '150806.275000', '150806.278000', '150806.281000', '150806.284000', '150806.287000', '150806.290000', '150806.292000', '150806.295000', '150826.172000', '150826.175000', '150826.178000', '150826.181000', '150826.184000', '150826.187000', '150826.190000', '150826.192000', '150826.195000', '150826.198000', '150826.201000', '150826.204000', '150826.207000', '150826.209000', '150826.212000', '150826.215000', '150826.218000', '150826.221000', '150826.224000', '150826.227000', '150826.235000', '150826.238000', '150826.241000', '150826.244000', '150826.247000', '150826.250000', '150826.253000', '150826.256000', '150826.259000', '150826.261000', '150826.264000', '150826.267000', '150826.270000', '150826.273000', '150826.276000', '150826.279000', '150826.282000', '150826.284000', '150826.287000', '150826.290000', '150826.293000', '150826.296000', '150826.299000', '150826.301000', '150846.172000', '150846.175000', '150846.179000', '150846.182000', '150846.185000', '150846.188000', '150846.190000', '150846.193000', '150846.196000', '150846.199000', '150846.202000', '150846.205000', '150846.208000', '150846.211000', '150846.213000', '150846.216000', '150846.219000', '150846.222000', '150846.225000', '150846.228000', '150846.231000', '150846.234000', '150846.237000', '150846.240000', '150846.243000', '150846.246000', '150846.250000', '150846.253000', '150846.256000', '150846.258000', '150846.261000', '150846.264000', '150846.267000', '150846.270000', '150846.273000', '150846.276000', '150846.279000', '150846.281000', '150846.284000', '150846.287000', '150846.290000', '150846.293000', '150846.296000', '150906.172000', '150906.175000', '150906.178000', '150906.181000', '150906.184000', '150906.187000', '150906.190000', '150906.195000', '150906.198000', '150906.201000', '150906.203000', '150906.206000', '150906.209000', '150906.212000', '150906.215000', '150906.218000', '150906.221000', '150906.224000', '150906.226000', '150906.229000', '150906.232000', '150906.235000', '150906.238000', '150906.241000', '150906.244000', '150906.247000', '150906.250000', '150906.252000', '150906.255000', '150906.258000', '150906.261000', '150906.264000', '150906.267000', '150906.270000', '150906.273000', '150906.276000', '150906.278000', '150906.281000', '150906.284000', '150906.287000', '150906.290000', '150906.293000', '150906.296000', '150906.298000', '150926.172000', '150926.175000', '150926.178000', '150926.181000', '150926.184000', '150926.187000', '150926.189000', '150926.192000', '150926.195000', '150926.198000', '150926.201000', '150926.204000', '150926.206000', '150926.209000', '150926.212000', '150926.215000', '150926.218000', '150926.221000', '150926.224000', '150926.227000', '150926.230000', '150926.232000', '150926.235000', '150926.238000', '150926.241000', '150926.244000', '150926.247000', '150926.250000', '150926.253000', '150926.269000', '150926.272000', '150926.275000', '150926.278000', '150926.281000', '150926.283000', '150926.286000', '150926.289000', '150926.292000', '150926.295000', '150926.298000', '150926.301000', '150926.303000', '150926.306000', '150929.073000', '150929.077000', '150929.081000', '150929.084000', '150929.088000', '150929.091000', '150929.095000'], 'InstanceCreationTime': ['150306.211000', '150306.214000', '150306.217000', '150306.220000', '150306.223000', '150306.225000', '150306.228000', '150306.231000', '150306.234000', '150306.237000', '150306.240000', '150306.243000', '150306.246000', '150306.249000', '150306.252000', '150306.255000', '150306.258000', '150306.261000', '150306.263000', '150306.266000', '150306.269000', '150306.272000', '150306.277000', '150306.280000', '150306.282000', '150306.285000', '150306.288000', '150306.291000', '150306.294000', '150306.297000', '150306.300000', '150306.303000', '150306.305000', '150306.308000', '150306.311000', '150306.314000', '150306.317000', '150306.320000', '150306.323000', '150326.172000', '150326.175000', '150326.178000', '150326.181000', '150326.184000', '150326.186000', '150326.189000', '150326.192000', '150326.195000', '150326.198000', '150326.200000', '150326.203000', '150326.206000', '150326.209000', '150326.212000', '150326.214000', '150326.232000', '150326.235000', '150326.238000', '150326.241000', '150326.243000', '150326.246000', '150326.249000', '150326.252000', '150326.255000', '150326.258000', '150326.261000', '150326.263000', '150326.266000', '150326.269000', '150326.272000', '150326.275000', '150326.278000', '150326.280000', '150326.283000', '150326.286000', '150326.289000', '150326.292000', '150326.295000', '150326.297000', '150326.300000', '150326.303000', '150326.306000', '150326.309000', '150346.172000', '150346.175000', '150346.178000', '150346.181000', '150346.183000', '150346.186000', '150346.189000', '150346.192000', '150346.195000', '150346.198000', '150346.200000', '150346.203000', '150346.206000', '150346.209000', '150346.212000', '150346.215000', '150346.218000', '150346.220000', '150346.223000', '150346.226000', '150346.229000', '150346.232000', '150346.235000', '150346.238000', '150346.240000', '150346.243000', '150346.246000', '150346.249000', '150346.252000', '150346.255000', '150346.258000', '150346.260000', '150346.263000', '150346.268000', '150346.271000', '150346.274000', '150346.276000', '150346.279000', '150346.282000', '150346.285000', '150346.288000', '150346.291000', '150346.293000', '150406.172000', '150406.175000', '150406.178000', '150406.181000', '150406.183000', '150406.186000', '150406.189000', '150406.192000', '150406.195000', '150406.198000', '150406.201000', '150406.203000', '150406.206000', '150406.209000', '150406.212000', '150406.215000', '150406.218000', '150406.221000', '150406.224000', '150406.226000', '150406.229000', '150406.232000', '150406.235000', '150406.238000', '150406.241000', '150406.244000', '150406.246000', '150406.249000', '150406.252000', '150406.255000', '150406.258000', '150406.261000', '150406.264000', '150406.267000', '150406.269000', '150406.272000', '150406.275000', '150406.278000', '150406.281000', '150406.284000', '150406.286000', '150406.289000', '150406.292000', '150406.295000', '150426.172000', '150426.175000', '150426.178000', '150426.181000', '150426.184000', '150426.186000', '150426.189000', '150426.192000', '150426.195000', '150426.198000', '150426.201000', '150426.204000', '150426.206000', '150426.209000', '150426.212000', '150426.215000', '150426.218000', '150426.221000', '150426.224000', '150426.226000', '150426.229000', '150426.232000', '150426.235000', '150426.238000', '150426.241000', '150426.243000', '150426.246000', '150426.249000', '150426.252000', '150426.255000', '150426.258000', '150426.261000', '150426.268000', '150426.270000', '150426.274000', '150426.277000', '150426.280000', '150426.282000', '150426.285000', '150426.288000', '150426.291000', '150426.294000', '150426.297000', '150446.172000', '150446.175000', '150446.178000', '150446.181000', '150446.184000', '150446.186000', '150446.189000', '150446.192000', '150446.195000', '150446.198000', '150446.201000', '150446.204000', '150446.206000', '150446.209000', '150446.212000', '150446.215000', '150446.218000', '150446.221000', '150446.224000', '150446.226000', '150446.229000', '150446.232000', '150446.235000', '150446.238000', '150446.241000', '150446.243000', '150446.246000', '150446.249000', '150446.252000', '150446.255000', '150446.258000', '150446.261000', '150446.264000', '150446.267000', '150446.269000', '150446.279000', '150446.282000', '150446.285000', '150446.288000', '150446.290000', '150446.293000', '150446.296000', '150446.299000', '150446.302000', '150506.172000', '150506.175000', '150506.178000', '150506.181000', '150506.184000', '150506.186000', '150506.189000', '150506.192000', '150506.195000', '150506.198000', '150506.201000', '150506.216000', '150506.219000', '150506.222000', '150506.225000', '150506.228000', '150506.230000', '150506.233000', '150506.236000', '150506.239000', '150506.242000', '150506.245000', '150506.248000', '150506.250000', '150506.253000', '150506.256000', '150506.259000', '150506.262000', '150506.265000', '150506.268000', '150506.270000', '150506.273000', '150506.276000', '150506.279000', '150506.282000', '150506.285000', '150506.288000', '150506.290000', '150506.293000', '150506.296000', '150506.299000', '150506.303000', '150506.306000', '150526.172000', '150526.175000', '150526.178000', '150526.181000', '150526.184000', '150526.186000', '150526.189000', '150526.192000', '150526.195000', '150526.198000', '150526.201000', '150526.204000', '150526.207000', '150526.209000', '150526.212000', '150526.215000', '150526.218000', '150526.221000', '150526.224000', '150526.227000', '150526.229000', '150526.232000', '150526.235000', '150526.238000', '150526.241000', '150526.244000', '150526.247000', '150526.249000', '150526.252000', '150526.255000', '150526.258000', '150526.269000', '150526.272000', '150526.275000', '150526.278000', '150526.280000', '150526.283000', '150526.286000', '150526.289000', '150526.292000', '150526.295000', '150526.297000', '150526.300000', '150526.308000', '150546.172000', '150546.175000', '150546.178000', '150546.181000', '150546.184000', '150546.187000', '150546.189000', '150546.192000', '150546.195000', '150546.198000', '150546.201000', '150546.204000', '150546.207000', '150546.210000', '150546.212000', '150546.215000', '150546.218000', '150546.221000', '150546.224000', '150546.227000', '150546.230000', '150546.232000', '150546.235000', '150546.238000', '150546.241000', '150546.244000', '150546.247000', '150546.250000', '150546.252000', '150546.255000', '150546.258000', '150546.261000', '150546.264000', '150546.267000', '150546.269000', '150546.272000', '150546.275000', '150546.278000', '150546.281000', '150546.284000', '150546.287000', '150546.290000', '150546.292000', '150606.172000', '150606.175000', '150606.178000', '150606.181000', '150606.184000', '150606.187000', '150606.189000', '150606.194000', '150606.199000', '150606.202000', '150606.205000', '150606.208000', '150606.211000', '150606.214000', '150606.216000', '150606.219000', '150606.222000', '150606.225000', '150606.228000', '150606.231000', '150606.233000', '150606.236000', '150606.239000', '150606.242000', '150606.245000', '150606.248000', '150606.251000', '150606.253000', '150606.256000', '150606.259000', '150606.262000', '150606.265000', '150606.268000', '150606.270000', '150606.273000', '150606.276000', '150606.279000', '150606.282000', '150606.285000', '150606.288000', '150606.290000', '150606.293000', '150606.296000', '150626.172000', '150626.175000', '150626.178000', '150626.181000', '150626.184000', '150626.186000', '150626.189000', '150626.192000', '150626.195000', '150626.198000', '150626.201000', '150626.204000', '150626.207000', '150626.209000', '150626.212000', '150626.215000', '150626.218000', '150626.221000', '150626.224000', '150626.226000', '150626.229000', '150626.232000', '150626.235000', '150626.238000', '150626.241000', '150626.244000', '150626.246000', '150626.249000', '150626.252000', '150626.255000', '150626.258000', '150626.261000', '150626.263000', '150626.266000', '150626.269000', '150626.272000', '150626.275000', '150626.288000', '150626.290000', '150626.293000', '150626.296000', '150626.299000', '150626.302000', '150626.305000', '150646.172000', '150646.175000', '150646.178000', '150646.181000', '150646.185000', '150646.190000', '150646.193000', '150646.196000', '150646.199000', '150646.202000', '150646.205000', '150646.208000', '150646.211000', '150646.214000', '150646.216000', '150646.219000', '150646.222000', '150646.225000', '150646.228000', '150646.231000', '150646.233000', '150646.236000', '150646.239000', '150646.242000', '150646.245000', '150646.248000', '150646.251000', '150646.253000', '150646.256000', '150646.259000', '150646.262000', '150646.265000', '150646.268000', '150646.271000', '150646.273000', '150646.276000', '150646.279000', '150646.282000', '150646.285000', '150646.288000', '150646.290000', '150646.303000', '150646.306000', '150706.172000', '150706.175000', '150706.178000', '150706.181000', '150706.184000', '150706.187000', '150706.189000', '150706.192000', '150706.195000', '150706.198000', '150706.201000', '150706.204000', '150706.207000', '150706.210000', '150706.213000', '150706.215000', '150706.218000', '150706.221000', '150706.224000', '150706.227000', '150706.230000', '150706.233000', '150706.236000', '150706.238000', '150706.241000', '150706.244000', '150706.247000', '150706.250000', '150706.253000', '150706.256000', '150706.258000', '150706.261000', '150706.264000', '150706.267000', '150706.270000', '150706.273000', '150706.276000', '150706.279000', '150706.281000', '150706.284000', '150706.287000', '150706.290000', '150706.293000', '150706.296000', '150726.172000', '150726.175000', '150726.178000', '150726.181000', '150726.184000', '150726.187000', '150726.190000', '150726.193000', '150726.196000', '150726.199000', '150726.202000', '150726.204000', '150726.207000', '150726.210000', '150726.213000', '150726.216000', '150726.219000', '150726.222000', '150726.225000', '150726.228000', '150726.231000', '150726.234000', '150726.237000', '150726.240000', '150726.242000', '150726.245000', '150726.248000', '150726.251000', '150726.254000', '150726.257000', '150726.259000', '150726.262000', '150726.265000', '150726.268000', '150726.271000', '150726.274000', '150726.276000', '150726.279000', '150726.282000', '150726.285000', '150726.288000', '150726.291000', '150726.294000', '150746.172000', '150746.175000', '150746.178000', '150746.181000', '150746.184000', '150746.187000', '150746.189000', '150746.192000', '150746.195000', '150746.198000', '150746.201000', '150746.204000', '150746.207000', '150746.209000', '150746.212000', '150746.215000', '150746.218000', '150746.221000', '150746.224000', '150746.227000', '150746.229000', '150746.232000', '150746.235000', '150746.238000', '150746.241000', '150746.244000', '150746.247000', '150746.249000', '150746.252000', '150746.255000', '150746.258000', '150746.261000', '150746.264000', '150746.266000', '150746.269000', '150746.272000', '150746.275000', '150746.278000', '150746.281000', '150746.284000', '150746.286000', '150746.289000', '150746.292000', '150746.295000', '150806.172000', '150806.175000', '150806.178000', '150806.181000', '150806.184000', '150806.187000', '150806.189000', '150806.192000', '150806.195000', '150806.198000', '150806.201000', '150806.204000', '150806.206000', '150806.209000', '150806.212000', '150806.215000', '150806.218000', '150806.221000', '150806.227000', '150806.230000', '150806.233000', '150806.236000', '150806.238000', '150806.241000', '150806.244000', '150806.247000', '150806.250000', '150806.253000', '150806.255000', '150806.258000', '150806.261000', '150806.264000', '150806.267000', '150806.270000', '150806.273000', '150806.275000', '150806.278000', '150806.281000', '150806.284000', '150806.287000', '150806.290000', '150806.292000', '150806.295000', '150826.172000', '150826.175000', '150826.178000', '150826.181000', '150826.184000', '150826.187000', '150826.190000', '150826.192000', '150826.195000', '150826.198000', '150826.201000', '150826.204000', '150826.207000', '150826.209000', '150826.212000', '150826.215000', '150826.218000', '150826.221000', '150826.224000', '150826.227000', '150826.235000', '150826.238000', '150826.241000', '150826.244000', '150826.247000', '150826.250000', '150826.253000', '150826.256000', '150826.259000', '150826.261000', '150826.264000', '150826.267000', '150826.270000', '150826.273000', '150826.276000', '150826.279000', '150826.282000', '150826.284000', '150826.287000', '150826.290000', '150826.293000', '150826.296000', '150826.299000', '150826.301000', '150846.172000', '150846.175000', '150846.179000', '150846.182000', '150846.185000', '150846.188000', '150846.190000', '150846.193000', '150846.196000', '150846.199000', '150846.202000', '150846.205000', '150846.208000', '150846.211000', '150846.213000', '150846.216000', '150846.219000', '150846.222000', '150846.225000', '150846.228000', '150846.231000', '150846.234000', '150846.237000', '150846.240000', '150846.243000', '150846.246000', '150846.250000', '150846.253000', '150846.256000', '150846.258000', '150846.261000', '150846.264000', '150846.267000', '150846.270000', '150846.273000', '150846.276000', '150846.279000', '150846.281000', '150846.284000', '150846.287000', '150846.290000', '150846.293000', '150846.296000', '150906.172000', '150906.175000', '150906.178000', '150906.181000', '150906.184000', '150906.187000', '150906.190000', '150906.195000', '150906.198000', '150906.201000', '150906.203000', '150906.206000', '150906.209000', '150906.212000', '150906.215000', '150906.218000', '150906.221000', '150906.224000', '150906.226000', '150906.229000', '150906.232000', '150906.235000', '150906.238000', '150906.241000', '150906.244000', '150906.247000', '150906.250000', '150906.252000', '150906.255000', '150906.258000', '150906.261000', '150906.264000', '150906.267000', '150906.270000', '150906.273000', '150906.276000', '150906.278000', '150906.281000', '150906.284000', '150906.287000', '150906.290000', '150906.293000', '150906.296000', '150906.298000', '150926.172000', '150926.175000', '150926.178000', '150926.181000', '150926.184000', '150926.187000', '150926.189000', '150926.192000', '150926.195000', '150926.198000', '150926.201000', '150926.204000', '150926.206000', '150926.209000', '150926.212000', '150926.215000', '150926.218000', '150926.221000', '150926.224000', '150926.227000', '150926.230000', '150926.232000', '150926.235000', '150926.238000', '150926.241000', '150926.244000', '150926.247000', '150926.250000', '150926.253000', '150926.269000', '150926.272000', '150926.275000', '150926.278000', '150926.281000', '150926.283000', '150926.286000', '150926.289000', '150926.292000', '150926.295000', '150926.298000', '150926.301000', '150926.303000', '150926.306000', '150929.073000', '150929.077000', '150929.081000', '150929.084000', '150929.088000', '150929.091000', '150929.095000'], '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': [12032, 8284, 13725, 8749, 7574, 10326, 8536, 8062, 12971, 6943, 6849, 8556, 6758, 8042, 8223, 7080, 8666, 7534, 6828, 8883, 7667, 7214, 9873, 7726, 6800, 8022, 7202, 7192, 9826, 8611, 6813, 9450, 8167, 6826, 9724, 7675, 7226, 10920, 9137, 7337, 11421, 7996, 10446, 9588, 7698, 10754, 10161, 6974, 9258, 11055, 7092, 10480, 7253, 7517, 9308, 6974, 8474, 11261, 7014, 9506, 7486, 7156, 8855, 6987, 7051, 8506, 7299, 9852, 10321, 6976, 8486, 6958, 7124, 8328, 7283, 9998, 8966, 7066, 9072, 7020, 7766, 8667, 7349, 8209, 8800, 6876, 9609, 7545, 7341, 8336, 7534, 7056, 8040, 7157, 8205, 11315, 7423, 9404, 7819, 7154, 9150, 7263, 9605, 13157, 7875, 11831, 7761, 7143, 9170, 7258, 9935, 9225, 7195, 9582, 7337, 7597, 11517, 7119, 11548, 7967, 8536, 9429, 7156, 8109, 8218, 7317, 10471, 7165, 8867, 8739, 6980, 8629, 7453, 7325, 10271, 7197, 7041, 8652, 7128, 7599, 8287, 7268, 7056, 8034, 7138, 7426, 9451, 7196, 9088, 8900, 7152, 9800, 7659, 7295, 10390, 7926, 7477, 10875, 7419, 8499, 9355, 7433, 9457, 10445, 7278, 8185, 9479, 7406, 11299, 8871, 8339, 11282, 7265, 7476, 9570, 7183, 8184, 10212, 7463, 10418, 7002, 7167, 8458, 7208, 7443, 9245, 7332, 9402, 7096, 7250, 9143, 7186, 9724, 7345, 10310, 8128, 7092, 8894, 7384, 8687, 10353, 7201, 11044, 7175, 7113, 10118, 7329, 10594, 7130, 7391, 8231, 7160, 9799, 7208, 9062, 8691, 7468, 8746, 9201, 7184, 9872, 7386, 9697, 8492, 7297, 10339, 7695, 7204, 9146, 7297, 11196, 8951, 9077, 10179, 7260, 11326, 8144, 7368, 10534, 7631, 11151, 7884, 7009, 8942, 7509, 8148, 7905, 7411, 8065, 7595, 7480, 9283, 7556, 9824, 9089, 7511, 9101, 7453, 7963, 11040, 7658, 10849, 7437, 7333, 9054, 7351, 10409, 7604, 7648, 9461, 7347, 7634, 8448, 7377, 10500, 7582, 8011, 9493, 7384, 9294, 11158, 7552, 10906, 7993, 7496, 10632, 7393, 7747, 9147, 7429, 9704, 8182, 7413, 10542, 7526, 11065, 8640, 7404, 12089, 7548, 11623, 7498, 8033, 11607, 7415, 10222, 8069, 7285, 9678, 7296, 7675, 11641, 7336, 10567, 7934, 7249, 9278, 7450, 11856, 8371, 10529, 13530, 7978, 11070, 7353, 7588, 12050, 7468, 11082, 7263, 7269, 8611, 7282, 7906, 10778, 7425, 10183, 7251, 7373, 8761, 7366, 9329, 11600, 7332, 10588, 7523, 7366, 8471, 7509, 10258, 8308, 7432, 9751, 7576, 7464, 9210, 7514, 10020, 8641, 7531, 9578, 7495, 7444, 10452, 7348, 11467, 11389, 7485, 8342, 8251, 7485, 9878, 7354, 9457, 10737, 7351, 11256, 8158, 7139, 9921, 7517, 10205, 8945, 7456, 9707, 8074, 7414, 10350, 10143, 7364, 10896, 7562, 7255, 10751, 7584, 12323, 11996, 7306, 9792, 7701, 8139, 10650, 7479, 8277, 10179, 7398, 10599, 7275, 7378, 10828, 7469, 10797, 7507, 8573, 9097, 7499, 10514, 7349, 9086, 8257, 7825, 10516, 7310, 8124, 10803, 7499, 9753, 7467, 7533, 8174, 7577, 8946, 7440, 7344, 11951, 8415, 11319, 7803, 9805, 9430, 7476, 9900, 7437, 11096, 8556, 8927, 9187, 7249, 10420, 7395, 8266, 11569, 7370, 10598, 7493, 7152, 11466, 7492, 10639, 7713, 7276, 8633, 7345, 10438, 8038, 9042, 9553, 7443, 10418, 7694, 7463, 11752, 7380, 10448, 7318, 11628, 7913, 7447, 11353, 7340, 10574, 7451, 9859, 10643, 7408, 10070, 7339, 9628, 7935, 7391, 9200, 7283, 8228, 7623, 7329, 11159, 7570, 10866, 7335, 8029, 11197, 7304, 10382, 7422, 11413, 10262, 7272, 9308, 7295, 8680, 7923, 7390, 8747, 7382, 8918, 7397, 9827, 8164, 10107, 8439, 10718, 12349, 7364, 9595, 7467, 9532, 7600, 7664, 8684, 7506, 8912, 9720, 7425, 9957, 7524, 12188, 11935, 7469, 9645, 7461, 11441, 8774, 9443, 9637, 7195, 10385, 7659, 8535, 9020, 7405, 9728, 7997, 7637, 9848, 7440, 11762, 8687, 9148, 9852, 7434, 10628, 7416, 9996, 11954, 7807, 10323, 7346, 9752, 8108, 7560, 11878, 7460, 10873, 7246, 7429, 9192, 7400, 9369, 8138, 7545, 9617, 7238, 9192, 8581, 8632, 9789, 7323, 11038, 8176, 8523, 11934, 7979, 10426, 7360, 8743, 10490, 7417, 11061, 7411, 9787, 10902, 7277, 10790, 7296, 10465, 9065, 7555, 9958, 7416, 9257, 7814, 7787, 9893, 7611, 12001, 7671, 7313, 9398, 7414, 9891, 11601, 7545, 10274, 7309, 9435, 8022, 7496, 9435, 7273, 10701, 8131, 7561, 9786, 7458, 10384, 7497, 7735, 9072, 7338, 9887, 7625, 8095, 12154, 8211, 11645, 7458, 7317, 9078, 7400, 8966, 8077, 7478, 9460, 7369, 11051, 8126, 11625, 8504, 9876, 9577, 7278, 9654, 7293, 7402, 11202, 7544, 10166, 7299, 7227, 11356, 7516, 10840, 7602, 12107, 8849, 7331, 10314, 7512, 11091, 8212, 11065, 8672, 7435, 11300, 7448, 10366, 7406, 9844, 7395, 7957, 7613, 7295, 8437, 7660, 9109, 8506, 10612, 7546, 10440, 7299, 9766, 7528, 10071, 8312, 7526, 9263, 7273, 10761, 7293, 9711, 7460, 9409, 12016, 7805, 10360, 7388, 10958, 7549, 10466, 8768, 9293, 10608, 7430, 9567, 7461, 10152, 7497, 9909, 7414, 8179, 7392, 7196, 11169, 7404, 10075, 7891, 10378, 7433, 7506, 10916, 7402, 9538, 7571, 11035, 7457, 7404, 11320, 7562, 9707, 7581, 11130, 7864, 10105, 8930, 8545, 10857, 9032, 10566, 8002, 11368, 7847, 8298, 8195, 7479, 10713, 7402, 10565, 7392, 9104, 8347, 8357, 9006, 8356, 9990, 7338, 10216, 7555, 7336, 11832, 7344, 9866, 7271, 11079, 7291, 9640, 7559, 10076, 7951, 11266, 8633, 10553, 8281, 7345, 9074, 7341, 9199, 7660, 8200, 10284, 7382, 9770, 7532, 10818, 7569, 11712, 8508, 7535, 11021, 7392, 10723, 7458, 10500, 8658, 7254, 9242, 7468, 10774, 7431, 10924, 9240, 8364, 9763, 7252, 9365, 7464, 7338, 11629, 7545, 9749, 7339, 7474, 9975, 7249, 9813, 7542, 10331, 8033, 7416, 9614, 7685, 7345, 8695, 7933, 7561, 8703, 7264, 10405, 8264, 8580, 9164, 7420, 10968, 8825, 8675, 15296, 9377, 12127, 8907, 13567, 10376, 11645, 9616, 7278, 10219, 7082, 11279, 7347, 11732, 7964, 7291, 12084, 7087], 'WindowCenter': [4337.0, 4255.0, 4299.0, 4224.0, 4189.0, 4229.0, 4207.0, 4185.0, 4233.0, 4162.0, 4150.0, 4179.0, 4151.0, 4182.0, 4191.0, 4160.0, 4180.0, 4170.0, 4161.0, 4189.0, 4184.0, 4184.0, 4213.0, 4184.0, 4163.0, 4182.0, 4172.0, 4174.0, 4214.0, 4204.0, 4167.0, 4214.0, 4194.0, 4163.0, 4216.0, 4186.0, 4174.0, 4225.0, 4204.0, 4173.0, 4222.0, 4170.0, 4212.0, 4203.0, 4171.0, 4200.0, 4198.0, 4159.0, 4188.0, 4208.0, 4147.0, 4195.0, 4158.0, 4159.0, 4190.0, 4162.0, 4181.0, 4223.0, 4161.0, 4202.0, 4170.0, 4159.0, 4190.0, 4161.0, 4158.0, 4188.0, 4172.0, 4212.0, 4213.0, 4160.0, 4190.0, 4162.0, 4160.0, 4181.0, 4174.0, 4201.0, 4192.0, 4162.0, 4192.0, 4171.0, 4182.0, 4193.0, 4173.0, 4192.0, 4201.0, 4162.0, 4201.0, 4171.0, 4171.0, 4193.0, 4181.0, 4173.0, 4193.0, 4176.0, 4194.0, 4236.0, 4184.0, 4203.0, 4182.0, 4172.0, 4202.0, 4172.0, 4203.0, 4232.0, 4171.0, 4221.0, 4170.0, 4162.0, 4202.0, 4160.0, 4189.0, 4188.0, 4148.0, 4188.0, 4159.0, 4156.0, 4208.0, 4147.0, 4207.0, 4167.0, 4177.0, 4188.0, 4148.0, 4165.0, 4166.0, 4157.0, 4198.0, 4147.0, 4176.0, 4178.0, 4148.0, 4178.0, 4159.0, 4160.0, 4198.0, 4158.0, 4148.0, 4178.0, 4161.0, 4180.0, 4181.0, 4172.0, 4162.0, 4182.0, 4173.0, 4172.0, 4216.0, 4175.0, 4204.0, 4206.0, 4173.0, 4213.0, 4184.0, 4183.0, 4212.0, 4183.0, 4171.0, 4213.0, 4173.0, 4190.0, 4192.0, 4160.0, 4201.0, 4211.0, 4160.0, 4180.0, 4188.0, 4159.0, 4208.0, 4189.0, 4168.0, 4197.0, 4157.0, 4157.0, 4186.0, 4146.0, 4165.0, 4197.0, 4158.0, 4197.0, 4161.0, 4158.0, 4179.0, 4168.0, 4159.0, 4200.0, 4171.0, 4189.0, 4161.0, 4171.0, 4201.0, 4161.0, 4201.0, 4171.0, 4200.0, 4180.0, 4160.0, 4191.0, 4170.0, 4191.0, 4211.0, 4171.0, 4220.0, 4159.0, 4160.0, 4210.0, 4173.0, 4212.0, 4161.0, 4172.0, 4182.0, 4161.0, 4212.0, 4173.0, 4205.0, 4189.0, 4171.0, 4192.0, 4202.0, 4160.0, 4212.0, 4172.0, 4201.0, 4192.0, 4172.0, 4212.0, 4171.0, 4161.0, 4190.0, 4160.0, 4209.0, 4189.0, 4177.0, 4200.0, 4158.0, 4207.0, 4168.0, 4146.0, 4198.0, 4156.0, 4223.0, 4169.0, 4146.0, 4176.0, 4170.0, 4179.0, 4169.0, 4170.0, 4180.0, 4171.0, 4170.0, 4201.0, 4183.0, 4213.0, 4190.0, 4171.0, 4190.0, 4170.0, 4169.0, 4220.0, 4170.0, 4209.0, 4160.0, 4159.0, 4190.0, 4160.0, 4198.0, 4172.0, 4170.0, 4201.0, 4171.0, 4169.0, 4180.0, 4160.0, 4212.0, 4170.0, 4181.0, 4201.0, 4173.0, 4200.0, 4221.0, 4172.0, 4212.0, 4169.0, 4160.0, 4211.0, 4158.0, 4168.0, 4191.0, 4159.0, 4200.0, 4180.0, 4158.0, 4210.0, 4171.0, 4208.0, 4179.0, 4157.0, 4208.0, 4157.0, 4208.0, 4159.0, 4181.0, 4221.0, 4159.0, 4197.0, 4168.0, 4158.0, 4198.0, 4159.0, 4167.0, 4208.0, 4170.0, 4211.0, 4169.0, 4159.0, 4191.0, 4160.0, 4209.0, 4181.0, 4196.0, 4219.0, 4156.0, 4197.0, 4148.0, 4156.0, 4209.0, 4157.0, 4196.0, 4157.0, 4156.0, 4176.0, 4157.0, 4168.0, 4210.0, 4160.0, 4210.0, 4170.0, 4173.0, 4190.0, 4172.0, 4202.0, 4223.0, 4171.0, 4211.0, 4171.0, 4170.0, 4179.0, 4170.0, 4200.0, 4180.0, 4160.0, 4199.0, 4169.0, 4158.0, 4189.0, 4161.0, 4200.0, 4180.0, 4169.0, 4198.0, 4160.0, 4159.0, 4223.0, 4173.0, 4209.0, 4209.0, 4157.0, 4180.0, 4180.0, 4158.0, 4199.0, 4161.0, 4189.0, 4209.0, 4159.0, 4207.0, 4168.0, 4147.0, 4188.0, 4159.0, 4196.0, 4177.0, 4159.0, 4186.0, 4169.0, 4157.0, 4198.0, 4198.0, 4158.0, 4210.0, 4170.0, 4158.0, 4209.0, 4171.0, 4217.0, 4220.0, 4159.0, 4187.0, 4158.0, 4167.0, 4199.0, 4157.0, 4165.0, 4198.0, 4157.0, 4197.0, 4158.0, 4157.0, 4209.0, 4161.0, 4208.0, 4158.0, 4180.0, 4179.0, 4159.0, 4197.0, 4158.0, 4177.0, 4168.0, 4157.0, 4210.0, 4160.0, 4169.0, 4207.0, 4161.0, 4200.0, 4159.0, 4168.0, 4178.0, 4171.0, 4189.0, 4171.0, 4169.0, 4222.0, 4181.0, 4209.0, 4171.0, 4201.0, 4189.0, 4146.0, 4188.0, 4146.0, 4196.0, 4165.0, 4176.0, 4176.0, 4146.0, 4195.0, 4158.0, 4168.0, 4207.0, 4145.0, 4196.0, 4157.0, 4147.0, 4209.0, 4158.0, 4199.0, 4167.0, 4158.0, 4177.0, 4158.0, 4199.0, 4168.0, 4179.0, 4187.0, 4159.0, 4198.0, 4169.0, 4156.0, 4207.0, 4158.0, 4196.0, 4147.0, 4207.0, 4168.0, 4147.0, 4197.0, 4157.0, 4198.0, 4147.0, 4186.0, 4197.0, 4145.0, 4186.0, 4159.0, 4188.0, 4169.0, 4159.0, 4189.0, 4160.0, 4179.0, 4169.0, 4160.0, 4211.0, 4171.0, 4209.0, 4160.0, 4168.0, 4210.0, 4159.0, 4198.0, 4158.0, 4209.0, 4199.0, 4159.0, 4189.0, 4162.0, 4192.0, 4181.0, 4161.0, 4180.0, 4170.0, 4191.0, 4172.0, 4201.0, 4181.0, 4200.0, 4181.0, 4199.0, 4220.0, 4159.0, 4187.0, 4159.0, 4188.0, 4167.0, 4156.0, 4176.0, 4158.0, 4189.0, 4199.0, 4161.0, 4200.0, 4172.0, 4222.0, 4220.0, 4160.0, 4202.0, 4159.0, 4211.0, 4179.0, 4187.0, 4189.0, 4147.0, 4200.0, 4157.0, 4177.0, 4176.0, 4158.0, 4187.0, 4167.0, 4159.0, 4198.0, 4160.0, 4208.0, 4179.0, 4178.0, 4187.0, 4157.0, 4196.0, 4160.0, 4186.0, 4207.0, 4155.0, 4185.0, 4147.0, 4176.0, 4155.0, 4155.0, 4207.0, 4146.0, 4197.0, 4157.0, 4155.0, 4187.0, 4159.0, 4188.0, 4169.0, 4169.0, 4200.0, 4160.0, 4188.0, 4181.0, 4180.0, 4188.0, 4158.0, 4198.0, 4168.0, 4179.0, 4206.0, 4168.0, 4186.0, 4146.0, 4166.0, 4197.0, 4157.0, 4206.0, 4148.0, 4186.0, 4199.0, 4159.0, 4198.0, 4158.0, 4200.0, 4179.0, 4156.0, 4188.0, 4146.0, 4175.0, 4155.0, 4157.0, 4188.0, 4157.0, 4206.0, 4157.0, 4157.0, 4185.0, 4159.0, 4198.0, 4208.0, 4157.0, 4199.0, 4158.0, 4186.0, 4167.0, 4147.0, 4176.0, 4148.0, 4198.0, 4156.0, 4157.0, 4187.0, 4147.0, 4187.0, 4147.0, 4157.0, 4178.0, 4159.0, 4189.0, 4159.0, 4169.0, 4221.0, 4181.0, 4211.0, 4158.0, 4159.0, 4191.0, 4170.0, 4189.0, 4169.0, 4160.0, 4200.0, 4170.0, 4209.0, 4171.0, 4209.0, 4180.0, 4189.0, 4187.0, 4147.0, 4186.0, 4146.0, 4148.0, 4208.0, 4158.0, 4198.0, 4158.0, 4158.0, 4209.0, 4171.0, 4211.0, 4170.0, 4218.0, 4189.0, 4159.0, 4200.0, 4158.0, 4208.0, 4169.0, 4195.0, 4166.0, 4146.0, 4195.0, 4146.0, 4186.0, 4148.0, 4187.0, 4147.0, 4168.0, 4159.0, 4156.0, 4168.0, 4157.0, 4179.0, 4167.0, 4197.0, 4157.0, 4185.0, 4145.0, 4174.0, 4157.0, 4175.0, 4166.0, 4155.0, 4175.0, 4149.0, 4195.0, 4157.0, 4188.0, 4157.0, 4177.0, 4220.0, 4158.0, 4199.0, 4157.0, 4196.0, 4159.0, 4197.0, 4178.0, 4177.0, 4197.0, 4144.0, 4188.0, 4146.0, 4198.0, 4159.0, 4186.0, 4159.0, 4167.0, 4159.0, 4149.0, 4209.0, 4161.0, 4200.0, 4168.0, 4199.0, 4160.0, 4158.0, 4210.0, 4160.0, 4200.0, 4171.0, 4211.0, 4172.0, 4172.0, 4224.0, 4171.0, 4203.0, 4170.0, 4210.0, 4171.0, 4199.0, 4189.0, 4177.0, 4199.0, 4179.0, 4198.0, 4157.0, 4196.0, 4157.0, 4155.0, 4164.0, 4146.0, 4186.0, 4147.0, 4186.0, 4146.0, 4177.0, 4167.0, 4166.0, 4178.0, 4156.0, 4175.0, 4146.0, 4186.0, 4157.0, 4145.0, 4208.0, 4157.0, 4187.0, 4147.0, 4207.0, 4158.0, 4187.0, 4158.0, 4187.0, 4168.0, 4198.0, 4168.0, 4186.0, 4155.0, 4143.0, 4164.0, 4146.0, 4176.0, 4159.0, 4167.0, 4200.0, 4159.0, 4201.0, 4171.0, 4211.0, 4170.0, 4210.0, 4180.0, 4160.0, 4210.0, 4159.0, 4197.0, 4159.0, 4198.0, 4179.0, 4158.0, 4188.0, 4158.0, 4198.0, 4159.0, 4199.0, 4178.0, 4166.0, 4187.0, 4146.0, 4177.0, 4146.0, 4145.0, 4207.0, 4157.0, 4187.0, 4158.0, 4158.0, 4199.0, 4172.0, 4199.0, 4169.0, 4210.0, 4193.0, 4172.0, 4201.0, 4170.0, 4173.0, 4202.0, 4181.0, 4169.0, 4191.0, 4173.0, 4211.0, 4182.0, 4191.0, 4190.0, 4174.0, 4210.0, 4191.0, 4178.0, 4228.0, 4176.0, 4196.0, 4164.0, 4205.0, 4173.0, 4182.0, 4159.0, 4129.0, 4169.0, 4120.0, 4181.0, 4130.0, 4190.0, 4141.0, 4130.0, 4191.0, 4130.0], 'WindowWidth': [9586.0, 9452.0, 9495.0, 9383.0, 9327.0, 9376.0, 9343.0, 9308.0, 9369.0, 9273.0, 9256.0, 9292.0, 9256.0, 9302.0, 9311.0, 9267.0, 9293.0, 9281.0, 9271.0, 9306.0, 9307.0, 9309.0, 9342.0, 9310.0, 9277.0, 9299.0, 9289.0, 9294.0, 9346.0, 9334.0, 9288.0, 9347.0, 9320.0, 9277.0, 9349.0, 9311.0, 9292.0, 9361.0, 9331.0, 9288.0, 9353.0, 9282.0, 9337.0, 9325.0, 9282.0, 9316.0, 9312.0, 9263.0, 9299.0, 9327.0, 9243.0, 9306.0, 9260.0, 9261.0, 9306.0, 9274.0, 9298.0, 9356.0, 9272.0, 9325.0, 9280.0, 9262.0, 9305.0, 9268.0, 9262.0, 9302.0, 9287.0, 9341.0, 9340.0, 9269.0, 9308.0, 9272.0, 9266.0, 9296.0, 9291.0, 9321.0, 9311.0, 9272.0, 9313.0, 9286.0, 9301.0, 9317.0, 9288.0, 9314.0, 9324.0, 9272.0, 9322.0, 9284.0, 9286.0, 9315.0, 9299.0, 9289.0, 9317.0, 9300.0, 9320.0, 9376.0, 9305.0, 9329.0, 9301.0, 9288.0, 9326.0, 9287.0, 9328.0, 9365.0, 9281.0, 9348.0, 9280.0, 9270.0, 9327.0, 9266.0, 9301.0, 9299.0, 9247.0, 9299.0, 9262.0, 9255.0, 9325.0, 9243.0, 9323.0, 9271.0, 9283.0, 9298.0, 9246.0, 9265.0, 9266.0, 9257.0, 9311.0, 9244.0, 9279.0, 9285.0, 9247.0, 9286.0, 9265.0, 9266.0, 9312.0, 9260.0, 9248.0, 9287.0, 9268.0, 9294.0, 9297.0, 9284.0, 9273.0, 9300.0, 9289.0, 9288.0, 9349.0, 9295.0, 9331.0, 9336.0, 9291.0, 9344.0, 9307.0, 9303.0, 9340.0, 9303.0, 9285.0, 9342.0, 9288.0, 9307.0, 9310.0, 9267.0, 9320.0, 9333.0, 9267.0, 9292.0, 9301.0, 9263.0, 9327.0, 9304.0, 9273.0, 9310.0, 9257.0, 9257.0, 9294.0, 9241.0, 9264.0, 9310.0, 9257.0, 9309.0, 9270.0, 9263.0, 9288.0, 9276.0, 9265.0, 9321.0, 9282.0, 9304.0, 9270.0, 9283.0, 9323.0, 9269.0, 9322.0, 9283.0, 9320.0, 9294.0, 9267.0, 9309.0, 9282.0, 9308.0, 9335.0, 9281.0, 9347.0, 9266.0, 9267.0, 9333.0, 9289.0, 9338.0, 9270.0, 9287.0, 9298.0, 9271.0, 9338.0, 9289.0, 9332.0, 9306.0, 9284.0, 9312.0, 9326.0, 9267.0, 9337.0, 9288.0, 9324.0, 9311.0, 9286.0, 9339.0, 9284.0, 9268.0, 9306.0, 9265.0, 9328.0, 9303.0, 9285.0, 9316.0, 9260.0, 9324.0, 9271.0, 9241.0, 9312.0, 9255.0, 9356.0, 9278.0, 9243.0, 9283.0, 9282.0, 9290.0, 9277.0, 9281.0, 9296.0, 9285.0, 9280.0, 9322.0, 9302.0, 9340.0, 9308.0, 9282.0, 9307.0, 9281.0, 9276.0, 9345.0, 9280.0, 9329.0, 9266.0, 9265.0, 9306.0, 9266.0, 9314.0, 9286.0, 9282.0, 9321.0, 9284.0, 9278.0, 9292.0, 9267.0, 9337.0, 9283.0, 9295.0, 9323.0, 9288.0, 9321.0, 9349.0, 9285.0, 9338.0, 9277.0, 9267.0, 9334.0, 9263.0, 9275.0, 9306.0, 9264.0, 9318.0, 9294.0, 9262.0, 9332.0, 9281.0, 9327.0, 9288.0, 9256.0, 9325.0, 9257.0, 9326.0, 9265.0, 9297.0, 9347.0, 9263.0, 9311.0, 9273.0, 9260.0, 9313.0, 9264.0, 9273.0, 9327.0, 9280.0, 9333.0, 9278.0, 9263.0, 9307.0, 9267.0, 9329.0, 9292.0, 9307.0, 9340.0, 9254.0, 9309.0, 9244.0, 9253.0, 9326.0, 9259.0, 9307.0, 9258.0, 9255.0, 9282.0, 9259.0, 9273.0, 9333.0, 9266.0, 9332.0, 9282.0, 9286.0, 9307.0, 9286.0, 9324.0, 9352.0, 9282.0, 9335.0, 9283.0, 9279.0, 9291.0, 9280.0, 9318.0, 9293.0, 9266.0, 9317.0, 9277.0, 9261.0, 9302.0, 9267.0, 9318.0, 9294.0, 9277.0, 9315.0, 9268.0, 9264.0, 9355.0, 9286.0, 9330.0, 9329.0, 9260.0, 9293.0, 9294.0, 9262.0, 9315.0, 9268.0, 9302.0, 9328.0, 9261.0, 9325.0, 9274.0, 9244.0, 9299.0, 9262.0, 9307.0, 9282.0, 9260.0, 9294.0, 9276.0, 9257.0, 9312.0, 9313.0, 9260.0, 9332.0, 9279.0, 9261.0, 9331.0, 9281.0, 9338.0, 9345.0, 9261.0, 9297.0, 9259.0, 9271.0, 9315.0, 9257.0, 9266.0, 9312.0, 9258.0, 9311.0, 9259.0, 9258.0, 9328.0, 9268.0, 9327.0, 9261.0, 9290.0, 9288.0, 9262.0, 9310.0, 9259.0, 9282.0, 9271.0, 9256.0, 9333.0, 9267.0, 9278.0, 9326.0, 9269.0, 9318.0, 9264.0, 9275.0, 9287.0, 9282.0, 9304.0, 9282.0, 9278.0, 9350.0, 9295.0, 9330.0, 9280.0, 9318.0, 9300.0, 9239.0, 9296.0, 9239.0, 9304.0, 9265.0, 9279.0, 9280.0, 9240.0, 9304.0, 9259.0, 9272.0, 9322.0, 9239.0, 9306.0, 9258.0, 9243.0, 9329.0, 9262.0, 9314.0, 9273.0, 9262.0, 9285.0, 9261.0, 9313.0, 9274.0, 9288.0, 9296.0, 9262.0, 9314.0, 9275.0, 9255.0, 9322.0, 9259.0, 9308.0, 9245.0, 9322.0, 9272.0, 9243.0, 9309.0, 9257.0, 9311.0, 9244.0, 9291.0, 9307.0, 9240.0, 9293.0, 9263.0, 9300.0, 9276.0, 9263.0, 9302.0, 9267.0, 9290.0, 9276.0, 9264.0, 9334.0, 9280.0, 9328.0, 9266.0, 9274.0, 9331.0, 9261.0, 9312.0, 9260.0, 9326.0, 9316.0, 9261.0, 9303.0, 9270.0, 9313.0, 9298.0, 9269.0, 9291.0, 9282.0, 9309.0, 9288.0, 9321.0, 9295.0, 9317.0, 9294.0, 9314.0, 9343.0, 9261.0, 9296.0, 9262.0, 9298.0, 9272.0, 9255.0, 9282.0, 9261.0, 9303.0, 9317.0, 9267.0, 9320.0, 9283.0, 9348.0, 9347.0, 9268.0, 9325.0, 9265.0, 9335.0, 9290.0, 9297.0, 9301.0, 9244.0, 9315.0, 9259.0, 9284.0, 9282.0, 9261.0, 9298.0, 9273.0, 9261.0, 9312.0, 9264.0, 9324.0, 9288.0, 9284.0, 9296.0, 9256.0, 9306.0, 9263.0, 9293.0, 9321.0, 9249.0, 9290.0, 9242.0, 9279.0, 9251.0, 9252.0, 9321.0, 9239.0, 9310.0, 9258.0, 9253.0, 9295.0, 9263.0, 9300.0, 9275.0, 9276.0, 9318.0, 9267.0, 9300.0, 9293.0, 9290.0, 9298.0, 9258.0, 9312.0, 9272.0, 9285.0, 9319.0, 9271.0, 9293.0, 9240.0, 9266.0, 9308.0, 9256.0, 9320.0, 9246.0, 9293.0, 9313.0, 9262.0, 9311.0, 9259.0, 9316.0, 9287.0, 9254.0, 9296.0, 9240.0, 9277.0, 9252.0, 9255.0, 9295.0, 9254.0, 9320.0, 9257.0, 9256.0, 9292.0, 9263.0, 9311.0, 9325.0, 9258.0, 9313.0, 9260.0, 9293.0, 9270.0, 9244.0, 9279.0, 9243.0, 9310.0, 9253.0, 9256.0, 9293.0, 9243.0, 9294.0, 9244.0, 9256.0, 9284.0, 9262.0, 9299.0, 9263.0, 9275.0, 9349.0, 9293.0, 9332.0, 9261.0, 9262.0, 9307.0, 9280.0, 9303.0, 9277.0, 9264.0, 9318.0, 9280.0, 9330.0, 9282.0, 9328.0, 9290.0, 9299.0, 9296.0, 9242.0, 9292.0, 9241.0, 9245.0, 9324.0, 9261.0, 9312.0, 9261.0, 9261.0, 9329.0, 9282.0, 9334.0, 9278.0, 9339.0, 9302.0, 9261.0, 9315.0, 9259.0, 9325.0, 9274.0, 9303.0, 9266.0, 9239.0, 9303.0, 9239.0, 9292.0, 9245.0, 9295.0, 9244.0, 9273.0, 9263.0, 9256.0, 9272.0, 9257.0, 9287.0, 9268.0, 9308.0, 9254.0, 9288.0, 9236.0, 9271.0, 9254.0, 9275.0, 9265.0, 9250.0, 9277.0, 9246.0, 9304.0, 9257.0, 9298.0, 9259.0, 9282.0, 9344.0, 9260.0, 9313.0, 9258.0, 9307.0, 9263.0, 9308.0, 9283.0, 9281.0, 9310.0, 9236.0, 9295.0, 9240.0, 9310.0, 9262.0, 9293.0, 9262.0, 9271.0, 9263.0, 9248.0, 9329.0, 9269.0, 9318.0, 9275.0, 9314.0, 9266.0, 9264.0, 9333.0, 9267.0, 9320.0, 9283.0, 9334.0, 9286.0, 9285.0, 9356.0, 9283.0, 9325.0, 9280.0, 9332.0, 9281.0, 9315.0, 9303.0, 9284.0, 9315.0, 9287.0, 9309.0, 9254.0, 9307.0, 9256.0, 9249.0, 9260.0, 9239.0, 9293.0, 9242.0, 9293.0, 9242.0, 9282.0, 9270.0, 9267.0, 9284.0, 9253.0, 9275.0, 9238.0, 9291.0, 9255.0, 9237.0, 9322.0, 9256.0, 9295.0, 9243.0, 9322.0, 9260.0, 9294.0, 9259.0, 9296.0, 9273.0, 9309.0, 9271.0, 9290.0, 9250.0, 9232.0, 9260.0, 9240.0, 9280.0, 9260.0, 9271.0, 9317.0, 9263.0, 9319.0, 9281.0, 9333.0, 9279.0, 9329.0, 9292.0, 9263.0, 9330.0, 9262.0, 9310.0, 9261.0, 9311.0, 9288.0, 9259.0, 9300.0, 9261.0, 9312.0, 9262.0, 9312.0, 9284.0, 9266.0, 9294.0, 9242.0, 9281.0, 9240.0, 9239.0, 9323.0, 9256.0, 9295.0, 9260.0, 9261.0, 9318.0, 9285.0, 9317.0, 9277.0, 9336.0, 9318.0, 9284.0, 9319.0, 9282.0, 9291.0, 9330.0, 9299.0, 9276.0, 9308.0, 9287.0, 9337.0, 9298.0, 9308.0, 9308.0, 9291.0, 9335.0, 9308.0, 9285.0, 9351.0, 9278.0, 9305.0, 9258.0, 9316.0, 9269.0, 9278.0, 9245.0, 9206.0, 9258.0, 9196.0, 9274.0, 9209.0, 9288.0, 9225.0, 9209.0, 9291.0, 9212.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.00039433179723502305</td></tr>
<tr><td colspan=3>aqi</td><td>0.01884249665898617</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.1806528558708</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.228113096620529</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.985800158961937</td></tr>
<tr><td colspan=3>efc</td><td>0.4784</td></tr>
<tr><td colspan=3>fber</td><td>4532.314</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10943995848073874</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.184331797235023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.521317297322885</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5514560300776385</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5747477567950483</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4377481050959675</td></tr>
<tr><td colspan=3>gcor</td><td>0.00844959</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002205172786489129</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.007295330986380577</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.920755917692883</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>36.308</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4366</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.1115</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300909.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>880.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.3103</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5911</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.0322</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3395.1622</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75635.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4519.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.6463</td></tr>
<tr><td colspan=3>tsnr</td><td>40.49411530047655</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>