<?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-05_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-05_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-05_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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_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-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-05_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-05_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-05_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-05_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>9d6c9fb1b3eab36435d6e10f2f205aa1</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:31:52.325000</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-05_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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</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.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>f46d9ab2-cd2d-4de8-b723-98725c9fb859||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': ['153152.325000', '153152.785000', '153153.245000', '153153.705000', '153154.165000', '153154.625000', '153155.085000', '153155.545000', '153156.005000', '153156.465000', '153156.925000', '153157.385000', '153157.845000', '153158.305000', '153158.765000', '153159.225000', '153159.685000', '153200.145000', '153200.605000', '153201.065000', '153201.525000', '153201.985000', '153202.445000', '153202.905000', '153203.365000', '153203.825000', '153204.285000', '153204.745000', '153205.205000', '153205.665000', '153206.125000', '153206.585000', '153207.045000', '153207.505000', '153207.965000', '153208.425000', '153208.885000', '153209.345000', '153209.805000', '153210.265000', '153210.725000', '153211.185000', '153211.645000', '153212.105000', '153212.565000', '153213.025000', '153213.485000', '153213.945000', '153214.405000', '153214.865000', '153215.325000', '153215.785000', '153216.245000', '153216.705000', '153217.165000', '153217.625000', '153218.085000', '153218.545000', '153219.005000', '153219.465000', '153219.925000', '153220.385000', '153220.845000', '153221.305000', '153221.765000', '153222.225000', '153222.685000', '153223.145000', '153223.605000', '153224.065000', '153224.525000', '153224.985000', '153225.445000', '153225.905000', '153226.365000', '153226.825000', '153227.285000', '153227.745000', '153228.205000', '153228.665000', '153229.125000', '153229.585000', '153230.045000', '153230.505000', '153230.965000', '153231.425000', '153231.885000', '153232.345000', '153232.805000', '153233.265000', '153233.725000', '153234.185000', '153234.645000', '153235.105000', '153235.565000', '153236.025000', '153236.485000', '153236.945000', '153237.405000', '153237.865000', '153238.325000', '153238.785000', '153239.245000', '153239.705000', '153240.165000', '153240.625000', '153241.085000', '153241.545000', '153242.005000', '153242.465000', '153242.925000', '153243.385000', '153243.845000', '153244.305000', '153244.765000', '153245.225000', '153245.685000', '153246.145000', '153246.605000', '153247.065000', '153247.525000', '153247.985000', '153248.445000', '153248.905000', '153249.365000', '153249.825000', '153250.285000', '153250.745000', '153251.205000', '153251.665000', '153252.125000', '153252.585000', '153253.045000', '153253.505000', '153253.965000', '153254.425000', '153254.885000', '153255.345000', '153255.805000', '153256.265000', '153256.725000', '153257.185000', '153257.645000', '153258.105000', '153258.565000', '153259.025000', '153259.485000', '153259.945000', '153300.405000', '153300.865000', '153301.325000', '153301.785000', '153302.245000', '153302.705000', '153303.165000', '153303.625000', '153304.085000', '153304.545000', '153305.005000', '153305.465000', '153305.925000', '153306.385000', '153306.845000', '153307.305000', '153307.765000', '153308.225000', '153308.685000', '153309.145000', '153309.605000', '153310.065000', '153310.525000', '153310.985000', '153311.445000', '153311.905000', '153312.365000', '153312.825000', '153313.285000', '153313.745000', '153314.205000', '153314.665000', '153315.125000', '153315.585000', '153316.045000', '153316.505000', '153316.965000', '153317.425000', '153317.885000', '153318.345000', '153318.805000', '153319.265000', '153319.725000', '153320.185000', '153320.645000', '153321.105000', '153321.565000', '153322.025000', '153322.485000', '153322.945000', '153323.405000', '153323.865000', '153324.325000', '153324.785000', '153325.245000', '153325.705000', '153326.165000', '153326.625000', '153327.085000', '153327.545000', '153328.005000', '153328.465000', '153328.925000', '153329.385000', '153329.845000', '153330.305000', '153330.765000', '153331.225000', '153331.685000', '153332.145000', '153332.605000', '153333.065000', '153333.525000', '153333.985000', '153334.445000', '153334.905000', '153335.365000', '153335.825000', '153336.285000', '153336.745000', '153337.205000', '153337.665000', '153338.125000', '153338.585000', '153339.045000', '153339.505000', '153339.965000', '153340.425000', '153340.885000', '153341.345000', '153341.805000', '153342.265000', '153342.725000', '153343.185000', '153343.645000', '153344.105000', '153344.565000', '153345.025000', '153345.485000', '153345.945000', '153346.405000', '153346.865000', '153347.325000', '153347.785000', '153348.245000', '153348.705000', '153349.165000', '153349.625000', '153350.085000', '153350.545000', '153351.005000', '153351.465000', '153351.925000', '153352.385000', '153352.845000', '153353.305000', '153353.765000', '153354.225000', '153354.685000', '153355.145000', '153355.605000', '153356.065000', '153356.525000', '153356.985000', '153357.445000', '153357.905000', '153358.365000', '153358.825000', '153359.285000', '153359.745000', '153400.205000', '153400.665000', '153401.125000', '153401.585000', '153402.045000', '153402.505000', '153402.965000', '153403.425000', '153403.885000', '153404.345000', '153404.805000', '153405.265000', '153405.725000', '153406.185000', '153406.645000', '153407.105000', '153407.565000', '153408.025000', '153408.485000', '153408.945000', '153409.405000', '153409.865000', '153410.325000', '153410.785000', '153411.245000', '153411.705000', '153412.165000', '153412.625000', '153413.085000', '153413.545000', '153414.005000', '153414.465000', '153414.925000', '153415.385000', '153415.845000', '153416.305000', '153416.765000', '153417.225000', '153417.685000', '153418.145000', '153418.605000', '153419.065000', '153419.525000', '153419.985000', '153420.445000', '153420.905000', '153421.365000', '153421.825000', '153422.285000', '153422.745000', '153423.205000', '153423.665000', '153424.125000', '153424.585000', '153425.045000', '153425.505000', '153425.965000', '153426.425000', '153426.885000', '153427.345000', '153427.805000', '153428.265000', '153428.725000', '153429.185000', '153429.645000', '153430.105000', '153430.565000', '153431.025000', '153431.485000', '153431.945000', '153432.405000', '153432.865000', '153433.325000', '153433.785000', '153434.245000', '153434.705000', '153435.165000', '153435.625000', '153436.085000', '153436.545000', '153437.005000', '153437.465000', '153437.925000', '153438.385000', '153438.845000', '153439.305000', '153439.765000', '153440.225000', '153440.685000', '153441.145000', '153441.605000', '153442.065000', '153442.525000', '153442.985000', '153443.445000', '153443.905000', '153444.365000', '153444.825000', '153445.285000', '153445.745000', '153446.205000', '153446.665000', '153447.125000', '153447.585000', '153448.045000', '153448.505000', '153448.965000', '153449.425000', '153449.885000', '153450.345000', '153450.805000', '153451.265000', '153451.725000', '153452.185000', '153452.645000', '153453.105000', '153453.565000', '153454.025000', '153454.485000', '153454.945000', '153455.405000', '153455.865000', '153456.325000', '153456.785000', '153457.245000', '153457.705000', '153458.165000', '153458.625000', '153459.085000', '153459.545000', '153500.005000', '153500.465000', '153500.925000', '153501.385000', '153501.845000', '153502.305000', '153502.765000', '153503.225000', '153503.685000', '153504.145000', '153504.605000', '153505.065000', '153505.525000', '153505.985000', '153506.445000', '153506.905000', '153507.365000', '153507.825000', '153508.285000', '153508.745000', '153509.205000', '153509.665000', '153510.125000', '153510.585000', '153511.045000', '153511.505000', '153511.965000', '153512.425000', '153512.885000', '153513.345000', '153513.805000', '153514.265000', '153514.725000', '153515.185000', '153515.645000', '153516.105000', '153516.565000', '153517.025000', '153517.485000', '153517.945000', '153518.405000', '153518.865000', '153519.325000', '153519.785000', '153520.245000', '153520.705000', '153521.165000', '153521.625000', '153522.085000', '153522.545000', '153523.005000', '153523.465000', '153523.925000', '153524.385000', '153524.845000', '153525.305000', '153525.765000', '153526.225000', '153526.685000', '153527.145000', '153527.605000', '153528.065000', '153528.525000', '153528.985000', '153529.445000', '153529.905000', '153530.365000', '153530.825000', '153531.285000', '153531.745000', '153532.205000', '153532.665000', '153533.125000', '153533.585000', '153534.045000', '153534.505000', '153534.965000', '153535.425000', '153535.885000', '153536.345000', '153536.805000', '153537.265000', '153537.725000', '153538.185000', '153538.645000', '153539.105000', '153539.565000', '153540.025000', '153540.485000', '153540.945000', '153541.405000', '153541.865000', '153542.325000', '153542.785000', '153543.245000', '153543.705000', '153544.165000', '153544.625000', '153545.085000', '153545.545000', '153546.005000', '153546.465000', '153546.925000', '153547.385000', '153547.845000', '153548.305000', '153548.765000', '153549.225000', '153549.685000', '153550.145000', '153550.605000', '153551.065000', '153551.525000', '153551.985000', '153552.445000', '153552.905000', '153553.365000', '153553.825000', '153554.285000', '153554.745000', '153555.205000', '153555.665000', '153556.125000', '153556.585000', '153557.045000', '153557.505000', '153557.965000', '153558.425000', '153558.885000', '153559.345000', '153559.805000', '153600.265000', '153600.725000', '153601.185000', '153601.645000', '153602.105000', '153602.565000', '153603.025000', '153603.485000', '153603.945000', '153604.405000', '153604.865000', '153605.325000', '153605.785000', '153606.245000', '153606.705000', '153607.165000', '153607.625000', '153608.085000', '153608.545000', '153609.005000', '153609.465000', '153609.925000', '153610.385000', '153610.845000', '153611.305000', '153611.765000', '153612.225000', '153612.685000', '153613.145000', '153613.605000', '153614.065000', '153614.525000', '153614.985000', '153615.445000', '153615.905000', '153616.365000', '153616.825000', '153617.285000', '153617.745000', '153618.205000', '153618.665000', '153619.125000', '153619.585000', '153620.045000', '153620.505000', '153620.965000', '153621.425000', '153621.885000', '153622.345000', '153622.805000', '153623.265000', '153623.725000', '153624.185000', '153624.645000', '153625.105000', '153625.565000', '153626.025000', '153626.485000', '153626.945000', '153627.405000', '153627.865000', '153628.325000', '153628.785000', '153629.245000', '153629.705000', '153630.165000', '153630.625000', '153631.085000', '153631.545000', '153632.005000', '153632.465000', '153632.925000', '153633.385000', '153633.845000', '153634.305000', '153634.765000', '153635.225000', '153635.685000', '153636.145000', '153636.605000', '153637.065000', '153637.525000', '153637.985000', '153638.445000', '153638.905000', '153639.365000', '153639.825000', '153640.285000', '153640.745000', '153641.205000', '153641.665000', '153642.125000', '153642.585000', '153643.045000', '153643.505000', '153643.965000', '153644.425000', '153644.885000', '153645.345000', '153645.805000', '153646.265000', '153646.725000', '153647.185000', '153647.645000', '153648.105000', '153648.565000', '153649.025000', '153649.485000', '153649.945000', '153650.405000', '153650.865000', '153651.325000', '153651.785000', '153652.245000', '153652.705000', '153653.165000', '153653.625000', '153654.085000', '153654.545000', '153655.005000', '153655.465000', '153655.925000', '153656.385000', '153656.845000', '153657.305000', '153657.765000', '153658.225000', '153658.685000', '153659.145000', '153659.605000', '153700.065000', '153700.525000', '153700.985000', '153701.445000', '153701.905000', '153702.365000', '153702.825000', '153703.285000', '153703.745000', '153704.205000', '153704.665000', '153705.125000', '153705.585000', '153706.045000', '153706.505000', '153706.965000', '153707.425000', '153707.885000', '153708.345000', '153708.805000', '153709.265000', '153709.725000', '153710.185000', '153710.645000', '153711.105000', '153711.565000', '153712.025000', '153712.485000', '153712.945000', '153713.405000', '153713.865000', '153714.325000', '153714.785000', '153715.245000', '153715.705000', '153716.165000', '153716.625000', '153717.085000', '153717.545000', '153718.005000', '153718.465000', '153718.925000', '153719.385000', '153719.845000', '153720.305000', '153720.765000', '153721.225000', '153721.685000', '153722.145000', '153722.605000', '153723.065000', '153723.525000', '153723.985000', '153724.445000', '153724.905000', '153725.365000', '153725.825000', '153726.285000', '153726.745000', '153727.205000', '153727.665000', '153728.125000', '153728.585000', '153729.045000', '153729.505000', '153729.965000', '153730.425000', '153730.885000', '153731.345000', '153731.805000', '153732.265000', '153732.725000', '153733.185000', '153733.645000', '153734.105000', '153734.565000', '153735.025000', '153735.485000', '153735.945000', '153736.405000', '153736.865000', '153737.325000', '153737.785000', '153738.245000', '153738.705000', '153739.165000', '153739.625000', '153740.085000', '153740.545000', '153741.005000', '153741.465000', '153741.925000', '153742.385000', '153742.845000', '153743.305000', '153743.765000', '153744.225000', '153744.685000', '153745.145000', '153745.605000', '153746.065000', '153746.525000', '153746.985000', '153747.445000', '153747.905000', '153748.365000', '153748.825000', '153749.285000', '153749.745000', '153750.205000', '153750.665000', '153751.125000', '153751.585000', '153752.045000', '153752.505000', '153752.965000', '153753.425000', '153753.885000', '153754.345000', '153754.805000', '153755.265000', '153755.725000', '153756.185000', '153756.645000', '153757.105000', '153757.565000', '153758.025000', '153758.485000', '153758.945000', '153759.405000', '153759.865000', '153800.325000', '153800.785000', '153801.245000', '153801.705000', '153802.165000', '153802.625000', '153803.085000', '153803.545000', '153804.005000', '153804.465000', '153804.925000', '153805.385000', '153805.845000', '153806.305000', '153806.765000', '153807.225000', '153807.685000', '153808.145000', '153808.605000', '153809.065000', '153809.525000', '153809.985000', '153810.445000', '153810.905000', '153811.365000', '153811.825000', '153812.285000', '153812.745000', '153813.205000', '153813.665000', '153814.125000', '153814.585000', '153815.045000', '153815.505000', '153815.965000', '153816.425000', '153816.885000', '153817.345000', '153817.805000', '153818.265000', '153818.725000', '153819.185000', '153819.645000', '153820.105000', '153820.565000', '153821.025000', '153821.485000', '153821.945000', '153822.405000', '153822.865000', '153823.325000', '153823.785000', '153824.245000', '153824.705000', '153825.165000', '153825.625000', '153826.085000', '153826.545000', '153827.005000', '153827.465000', '153827.925000', '153828.385000', '153828.845000', '153829.305000', '153829.765000', '153830.225000', '153830.685000', '153831.145000', '153831.605000', '153832.065000', '153832.525000', '153832.985000'], 'ContentTime': ['153206.109000', '153206.113000', '153206.116000', '153206.119000', '153206.133000', '153206.136000', '153206.139000', '153206.143000', '153206.146000', '153206.149000', '153206.152000', '153206.156000', '153206.159000', '153206.162000', '153206.166000', '153206.169000', '153206.172000', '153206.175000', '153206.237000', '153206.240000', '153206.243000', '153206.246000', '153206.249000', '153206.251000', '153206.254000', '153206.257000', '153206.260000', '153206.263000', '153226.030000', '153226.033000', '153226.036000', '153226.039000', '153226.041000', '153226.044000', '153226.047000', '153226.050000', '153226.053000', '153226.056000', '153226.058000', '153226.061000', '153226.064000', '153226.067000', '153226.070000', '153226.079000', '153226.082000', '153226.085000', '153226.088000', '153226.090000', '153226.093000', '153226.096000', '153226.099000', '153226.102000', '153226.105000', '153226.109000', '153226.112000', '153226.115000', '153226.117000', '153226.120000', '153226.123000', '153226.126000', '153226.129000', '153226.132000', '153226.134000', '153226.137000', '153226.140000', '153226.143000', '153226.146000', '153226.149000', '153226.151000', '153226.154000', '153226.157000', '153226.160000', '153246.030000', '153246.033000', '153246.036000', '153246.039000', '153246.041000', '153246.044000', '153246.047000', '153246.050000', '153246.053000', '153246.056000', '153246.058000', '153246.061000', '153246.064000', '153246.067000', '153246.070000', '153246.073000', '153246.075000', '153246.078000', '153246.081000', '153246.084000', '153246.087000', '153246.090000', '153246.092000', '153246.095000', '153246.098000', '153246.101000', '153246.104000', '153246.107000', '153246.115000', '153246.118000', '153246.120000', '153246.123000', '153246.126000', '153246.129000', '153246.132000', '153246.135000', '153246.137000', '153246.140000', '153246.143000', '153246.146000', '153246.149000', '153246.152000', '153246.154000', '153306.030000', '153306.033000', '153306.036000', '153306.038000', '153306.041000', '153306.044000', '153306.047000', '153306.050000', '153306.053000', '153306.056000', '153306.058000', '153306.061000', '153306.064000', '153306.067000', '153306.070000', '153306.073000', '153306.076000', '153306.078000', '153306.081000', '153306.084000', '153306.087000', '153306.090000', '153306.093000', '153306.096000', '153306.098000', '153306.101000', '153306.104000', '153306.107000', '153306.110000', '153306.113000', '153306.116000', '153306.118000', '153306.121000', '153306.124000', '153306.127000', '153306.130000', '153306.133000', '153306.136000', '153306.138000', '153306.141000', '153306.144000', '153306.147000', '153306.150000', '153306.153000', '153326.030000', '153326.033000', '153326.036000', '153326.039000', '153326.041000', '153326.044000', '153326.047000', '153326.050000', '153326.053000', '153326.056000', '153326.058000', '153326.061000', '153326.064000', '153326.067000', '153326.070000', '153326.073000', '153326.076000', '153326.079000', '153326.081000', '153326.084000', '153326.087000', '153326.090000', '153326.093000', '153326.096000', '153326.099000', '153326.102000', '153326.104000', '153326.107000', '153326.110000', '153326.113000', '153326.116000', '153326.119000', '153326.122000', '153326.125000', '153326.127000', '153326.130000', '153326.133000', '153326.136000', '153326.139000', '153326.142000', '153326.145000', '153326.148000', '153326.151000', '153346.030000', '153346.033000', '153346.036000', '153346.039000', '153346.042000', '153346.044000', '153346.047000', '153346.050000', '153346.053000', '153346.068000', '153346.071000', '153346.074000', '153346.077000', '153346.080000', '153346.083000', '153346.085000', '153346.088000', '153346.091000', '153346.094000', '153346.097000', '153346.100000', '153346.103000', '153346.106000', '153346.108000', '153346.111000', '153346.114000', '153346.117000', '153346.120000', '153346.123000', '153346.126000', '153346.129000', '153346.131000', '153346.134000', '153346.137000', '153346.140000', '153346.143000', '153346.146000', '153346.149000', '153346.151000', '153346.154000', '153346.157000', '153346.160000', '153346.163000', '153406.030000', '153406.033000', '153406.036000', '153406.039000', '153406.041000', '153406.044000', '153406.047000', '153406.050000', '153406.053000', '153406.056000', '153406.059000', '153406.062000', '153406.064000', '153406.067000', '153406.070000', '153406.073000', '153406.076000', '153406.079000', '153406.082000', '153406.084000', '153406.087000', '153406.090000', '153406.093000', '153406.096000', '153406.099000', '153406.102000', '153406.105000', '153406.107000', '153406.110000', '153406.113000', '153406.116000', '153406.119000', '153406.122000', '153406.125000', '153406.127000', '153406.130000', '153406.133000', '153406.136000', '153406.139000', '153406.142000', '153406.145000', '153406.147000', '153406.150000', '153406.153000', '153426.030000', '153426.033000', '153426.036000', '153426.039000', '153426.042000', '153426.047000', '153426.050000', '153426.053000', '153426.056000', '153426.059000', '153426.062000', '153426.065000', '153426.068000', '153426.071000', '153426.074000', '153426.077000', '153426.079000', '153426.082000', '153426.085000', '153426.088000', '153426.091000', '153426.094000', '153426.096000', '153426.099000', '153426.102000', '153426.105000', '153426.108000', '153426.111000', '153426.114000', '153426.117000', '153426.119000', '153426.122000', '153426.125000', '153426.128000', '153426.131000', '153426.134000', '153426.137000', '153426.139000', '153426.142000', '153426.145000', '153426.148000', '153426.151000', '153426.154000', '153446.030000', '153446.033000', '153446.036000', '153446.039000', '153446.042000', '153446.045000', '153446.048000', '153446.051000', '153446.053000', '153446.056000', '153446.059000', '153446.062000', '153446.065000', '153446.068000', '153446.070000', '153446.073000', '153446.076000', '153446.079000', '153446.082000', '153446.085000', '153446.088000', '153446.090000', '153446.093000', '153446.096000', '153446.099000', '153446.102000', '153446.105000', '153446.108000', '153446.111000', '153446.113000', '153446.116000', '153446.119000', '153446.122000', '153446.125000', '153446.128000', '153446.131000', '153446.134000', '153446.136000', '153446.139000', '153446.142000', '153446.145000', '153446.148000', '153446.151000', '153446.154000', '153506.030000', '153506.033000', '153506.036000', '153506.039000', '153506.042000', '153506.044000', '153506.047000', '153506.050000', '153506.053000', '153506.056000', '153506.059000', '153506.062000', '153506.065000', '153506.067000', '153506.071000', '153506.077000', '153506.080000', '153506.083000', '153506.085000', '153506.088000', '153506.091000', '153506.094000', '153506.097000', '153506.100000', '153506.103000', '153506.105000', '153506.108000', '153506.111000', '153506.114000', '153506.117000', '153506.120000', '153506.123000', '153506.126000', '153506.128000', '153506.131000', '153506.134000', '153506.137000', '153506.140000', '153506.143000', '153506.146000', '153506.148000', '153506.151000', '153506.154000', '153526.030000', '153526.033000', '153526.036000', '153526.039000', '153526.042000', '153526.058000', '153526.060000', '153526.063000', '153526.066000', '153526.069000', '153526.072000', '153526.075000', '153526.078000', '153526.080000', '153526.083000', '153526.086000', '153526.089000', '153526.092000', '153526.095000', '153526.098000', '153526.101000', '153526.104000', '153526.106000', '153526.109000', '153526.112000', '153526.115000', '153526.118000', '153526.121000', '153526.124000', '153526.127000', '153526.129000', '153526.132000', '153526.135000', '153526.138000', '153526.141000', '153526.144000', '153526.147000', '153526.150000', '153526.153000', '153526.155000', '153526.158000', '153526.161000', '153526.164000', '153526.167000', '153546.029000', '153546.032000', '153546.035000', '153546.038000', '153546.041000', '153546.043000', '153546.046000', '153546.049000', '153546.052000', '153546.055000', '153546.058000', '153546.061000', '153546.064000', '153546.067000', '153546.071000', '153546.074000', '153546.077000', '153546.080000', '153546.083000', '153546.086000', '153546.090000', '153546.093000', '153546.096000', '153546.098000', '153546.101000', '153546.104000', '153546.107000', '153546.110000', '153546.113000', '153546.116000', '153546.119000', '153546.121000', '153546.124000', '153546.127000', '153546.130000', '153546.133000', '153546.136000', '153546.139000', '153546.142000', '153546.144000', '153546.147000', '153546.150000', '153546.153000', '153606.030000', '153606.033000', '153606.036000', '153606.039000', '153606.042000', '153606.045000', '153606.047000', '153606.050000', '153606.053000', '153606.056000', '153606.059000', '153606.062000', '153606.064000', '153606.067000', '153606.070000', '153606.073000', '153606.076000', '153606.079000', '153606.082000', '153606.084000', '153606.087000', '153606.090000', '153606.093000', '153606.096000', '153606.099000', '153606.102000', '153606.105000', '153606.107000', '153606.110000', '153606.113000', '153606.116000', '153606.119000', '153606.122000', '153606.125000', '153606.128000', '153606.130000', '153606.133000', '153606.136000', '153606.139000', '153606.142000', '153606.145000', '153606.148000', '153606.150000', '153606.160000', '153626.030000', '153626.033000', '153626.036000', '153626.039000', '153626.042000', '153626.044000', '153626.047000', '153626.050000', '153626.053000', '153626.056000', '153626.059000', '153626.062000', '153626.064000', '153626.067000', '153626.070000', '153626.073000', '153626.076000', '153626.079000', '153626.082000', '153626.085000', '153626.087000', '153626.090000', '153626.093000', '153626.096000', '153626.099000', '153626.102000', '153626.105000', '153626.108000', '153626.111000', '153626.114000', '153626.117000', '153626.120000', '153626.123000', '153626.126000', '153626.128000', '153626.131000', '153626.134000', '153626.137000', '153626.140000', '153626.143000', '153626.146000', '153626.149000', '153626.151000', '153646.030000', '153646.033000', '153646.036000', '153646.039000', '153646.042000', '153646.045000', '153646.048000', '153646.050000', '153646.053000', '153646.056000', '153646.059000', '153646.062000', '153646.065000', '153646.067000', '153646.070000', '153646.073000', '153646.076000', '153646.079000', '153646.082000', '153646.085000', '153646.088000', '153646.091000', '153646.093000', '153646.096000', '153646.099000', '153646.102000', '153646.105000', '153646.108000', '153646.111000', '153646.113000', '153646.124000', '153646.126000', '153646.129000', '153646.132000', '153646.135000', '153646.138000', '153646.141000', '153646.144000', '153646.147000', '153646.149000', '153646.152000', '153646.155000', '153646.158000', '153646.161000', '153706.030000', '153706.033000', '153706.036000', '153706.039000', '153706.042000', '153706.044000', '153706.047000', '153706.050000', '153706.053000', '153706.057000', '153706.060000', '153706.063000', '153706.066000', '153706.069000', '153706.072000', '153706.075000', '153706.078000', '153706.081000', '153706.083000', '153706.086000', '153706.089000', '153706.092000', '153706.095000', '153706.098000', '153706.101000', '153706.104000', '153706.106000', '153706.109000', '153706.112000', '153706.115000', '153706.118000', '153706.121000', '153706.124000', '153706.127000', '153706.130000', '153706.133000', '153706.136000', '153706.139000', '153706.142000', '153706.145000', '153706.147000', '153706.150000', '153706.153000', '153726.030000', '153726.033000', '153726.036000', '153726.039000', '153726.042000', '153726.045000', '153726.047000', '153726.050000', '153726.053000', '153726.056000', '153726.059000', '153726.062000', '153726.065000', '153726.067000', '153726.070000', '153726.073000', '153726.076000', '153726.079000', '153726.082000', '153726.085000', '153726.087000', '153726.091000', '153726.094000', '153726.096000', '153726.099000', '153726.102000', '153726.105000', '153726.108000', '153726.111000', '153726.114000', '153726.117000', '153726.119000', '153726.122000', '153726.125000', '153726.128000', '153726.131000', '153726.134000', '153726.137000', '153726.140000', '153726.143000', '153726.145000', '153726.148000', '153726.151000', '153726.154000', '153746.030000', '153746.033000', '153746.036000', '153746.039000', '153746.042000', '153746.045000', '153746.047000', '153746.050000', '153746.053000', '153746.056000', '153746.059000', '153746.062000', '153746.065000', '153746.068000', '153746.071000', '153746.073000', '153746.076000', '153746.079000', '153746.082000', '153746.085000', '153746.088000', '153746.091000', '153746.093000', '153746.096000', '153746.101000', '153746.104000', '153746.107000', '153746.110000', '153746.113000', '153746.116000', '153746.119000', '153746.121000', '153746.124000', '153746.127000', '153746.130000', '153746.133000', '153746.136000', '153746.139000', '153746.144000', '153746.148000', '153746.150000', '153746.153000', '153746.156000', '153806.029000', '153806.032000', '153806.035000', '153806.038000', '153806.041000', '153806.044000', '153806.046000', '153806.049000', '153806.052000', '153806.055000', '153806.058000', '153806.061000', '153806.063000', '153806.066000', '153806.069000', '153806.072000', '153806.075000', '153806.078000', '153806.081000', '153806.083000', '153806.086000', '153806.089000', '153806.092000', '153806.095000', '153806.098000', '153806.101000', '153806.104000', '153806.107000', '153806.110000', '153806.112000', '153806.115000', '153806.118000', '153806.121000', '153806.124000', '153806.127000', '153806.130000', '153806.132000', '153806.135000', '153806.138000', '153806.141000', '153806.144000', '153806.155000', '153806.158000', '153806.161000', '153826.030000', '153826.033000', '153826.036000', '153826.039000', '153826.042000', '153826.045000', '153826.048000', '153826.050000', '153826.053000', '153826.056000', '153826.059000', '153826.062000', '153826.065000', '153826.068000', '153826.071000', '153826.073000', '153826.076000', '153826.079000', '153826.082000', '153826.085000', '153826.088000', '153826.090000', '153826.095000', '153826.098000', '153826.101000', '153826.103000', '153826.106000', '153826.109000', '153826.112000', '153826.115000', '153826.118000', '153826.121000', '153826.124000', '153826.127000', '153826.130000', '153826.132000', '153826.135000', '153826.138000', '153826.141000', '153826.144000', '153826.147000', '153826.150000', '153826.153000', '153834.038000', '153834.041000', '153834.044000', '153834.047000', '153834.050000', '153834.054000', '153834.057000', '153834.060000', '153834.063000', '153834.066000', '153834.069000', '153834.072000', '153834.075000', '153834.078000', '153834.081000', '153834.084000', '153834.087000', '153834.090000'], 'InstanceCreationTime': ['153206.109000', '153206.113000', '153206.116000', '153206.119000', '153206.133000', '153206.136000', '153206.139000', '153206.143000', '153206.146000', '153206.149000', '153206.152000', '153206.156000', '153206.159000', '153206.162000', '153206.166000', '153206.169000', '153206.172000', '153206.175000', '153206.237000', '153206.240000', '153206.243000', '153206.246000', '153206.249000', '153206.251000', '153206.254000', '153206.257000', '153206.260000', '153206.263000', '153226.030000', '153226.033000', '153226.036000', '153226.039000', '153226.041000', '153226.044000', '153226.047000', '153226.050000', '153226.053000', '153226.056000', '153226.058000', '153226.061000', '153226.064000', '153226.067000', '153226.070000', '153226.079000', '153226.082000', '153226.085000', '153226.088000', '153226.090000', '153226.093000', '153226.096000', '153226.099000', '153226.102000', '153226.105000', '153226.109000', '153226.112000', '153226.115000', '153226.117000', '153226.120000', '153226.123000', '153226.126000', '153226.129000', '153226.132000', '153226.134000', '153226.137000', '153226.140000', '153226.143000', '153226.146000', '153226.149000', '153226.151000', '153226.154000', '153226.157000', '153226.160000', '153246.030000', '153246.033000', '153246.036000', '153246.039000', '153246.041000', '153246.044000', '153246.047000', '153246.050000', '153246.053000', '153246.056000', '153246.058000', '153246.061000', '153246.064000', '153246.067000', '153246.070000', '153246.073000', '153246.075000', '153246.078000', '153246.081000', '153246.084000', '153246.087000', '153246.090000', '153246.092000', '153246.095000', '153246.098000', '153246.101000', '153246.104000', '153246.107000', '153246.115000', '153246.118000', '153246.120000', '153246.123000', '153246.126000', '153246.129000', '153246.132000', '153246.135000', '153246.137000', '153246.140000', '153246.143000', '153246.146000', '153246.149000', '153246.152000', '153246.154000', '153306.030000', '153306.033000', '153306.036000', '153306.038000', '153306.041000', '153306.044000', '153306.047000', '153306.050000', '153306.053000', '153306.056000', '153306.058000', '153306.061000', '153306.064000', '153306.067000', '153306.070000', '153306.073000', '153306.076000', '153306.078000', '153306.081000', '153306.084000', '153306.087000', '153306.090000', '153306.093000', '153306.096000', '153306.098000', '153306.101000', '153306.104000', '153306.107000', '153306.110000', '153306.113000', '153306.116000', '153306.118000', '153306.121000', '153306.124000', '153306.127000', '153306.130000', '153306.133000', '153306.136000', '153306.138000', '153306.141000', '153306.144000', '153306.147000', '153306.150000', '153306.153000', '153326.030000', '153326.033000', '153326.036000', '153326.039000', '153326.041000', '153326.044000', '153326.047000', '153326.050000', '153326.053000', '153326.056000', '153326.058000', '153326.061000', '153326.064000', '153326.067000', '153326.070000', '153326.073000', '153326.076000', '153326.079000', '153326.081000', '153326.084000', '153326.087000', '153326.090000', '153326.093000', '153326.096000', '153326.099000', '153326.102000', '153326.104000', '153326.107000', '153326.110000', '153326.113000', '153326.116000', '153326.119000', '153326.122000', '153326.125000', '153326.127000', '153326.130000', '153326.133000', '153326.136000', '153326.139000', '153326.142000', '153326.145000', '153326.148000', '153326.151000', '153346.030000', '153346.033000', '153346.036000', '153346.039000', '153346.042000', '153346.044000', '153346.047000', '153346.050000', '153346.053000', '153346.068000', '153346.071000', '153346.074000', '153346.077000', '153346.080000', '153346.083000', '153346.085000', '153346.088000', '153346.091000', '153346.094000', '153346.097000', '153346.100000', '153346.103000', '153346.106000', '153346.108000', '153346.111000', '153346.114000', '153346.117000', '153346.120000', '153346.123000', '153346.126000', '153346.129000', '153346.131000', '153346.134000', '153346.137000', '153346.140000', '153346.143000', '153346.146000', '153346.149000', '153346.151000', '153346.154000', '153346.157000', '153346.160000', '153346.163000', '153406.030000', '153406.033000', '153406.036000', '153406.039000', '153406.041000', '153406.044000', '153406.047000', '153406.050000', '153406.053000', '153406.056000', '153406.059000', '153406.062000', '153406.064000', '153406.067000', '153406.070000', '153406.073000', '153406.076000', '153406.079000', '153406.082000', '153406.084000', '153406.087000', '153406.090000', '153406.093000', '153406.096000', '153406.099000', '153406.102000', '153406.105000', '153406.107000', '153406.110000', '153406.113000', '153406.116000', '153406.119000', '153406.122000', '153406.125000', '153406.127000', '153406.130000', '153406.133000', '153406.136000', '153406.139000', '153406.142000', '153406.145000', '153406.147000', '153406.150000', '153406.153000', '153426.030000', '153426.033000', '153426.036000', '153426.039000', '153426.042000', '153426.047000', '153426.050000', '153426.053000', '153426.056000', '153426.059000', '153426.062000', '153426.065000', '153426.068000', '153426.071000', '153426.074000', '153426.077000', '153426.079000', '153426.082000', '153426.085000', '153426.088000', '153426.091000', '153426.094000', '153426.096000', '153426.099000', '153426.102000', '153426.105000', '153426.108000', '153426.111000', '153426.114000', '153426.117000', '153426.119000', '153426.122000', '153426.125000', '153426.128000', '153426.131000', '153426.134000', '153426.137000', '153426.139000', '153426.142000', '153426.145000', '153426.148000', '153426.151000', '153426.154000', '153446.030000', '153446.033000', '153446.036000', '153446.039000', '153446.042000', '153446.045000', '153446.048000', '153446.051000', '153446.053000', '153446.056000', '153446.059000', '153446.062000', '153446.065000', '153446.068000', '153446.070000', '153446.073000', '153446.076000', '153446.079000', '153446.082000', '153446.085000', '153446.088000', '153446.090000', '153446.093000', '153446.096000', '153446.099000', '153446.102000', '153446.105000', '153446.108000', '153446.111000', '153446.113000', '153446.116000', '153446.119000', '153446.122000', '153446.125000', '153446.128000', '153446.131000', '153446.134000', '153446.136000', '153446.139000', '153446.142000', '153446.145000', '153446.148000', '153446.151000', '153446.154000', '153506.030000', '153506.033000', '153506.036000', '153506.039000', '153506.042000', '153506.044000', '153506.047000', '153506.050000', '153506.053000', '153506.056000', '153506.059000', '153506.062000', '153506.065000', '153506.067000', '153506.071000', '153506.077000', '153506.080000', '153506.083000', '153506.085000', '153506.088000', '153506.091000', '153506.094000', '153506.097000', '153506.100000', '153506.103000', '153506.105000', '153506.108000', '153506.111000', '153506.114000', '153506.117000', '153506.120000', '153506.123000', '153506.126000', '153506.128000', '153506.131000', '153506.134000', '153506.137000', '153506.140000', '153506.143000', '153506.146000', '153506.148000', '153506.151000', '153506.154000', '153526.030000', '153526.033000', '153526.036000', '153526.039000', '153526.042000', '153526.058000', '153526.060000', '153526.063000', '153526.066000', '153526.069000', '153526.072000', '153526.075000', '153526.078000', '153526.080000', '153526.083000', '153526.086000', '153526.089000', '153526.092000', '153526.095000', '153526.098000', '153526.101000', '153526.104000', '153526.106000', '153526.109000', '153526.112000', '153526.115000', '153526.118000', '153526.121000', '153526.124000', '153526.127000', '153526.129000', '153526.132000', '153526.135000', '153526.138000', '153526.141000', '153526.144000', '153526.147000', '153526.150000', '153526.153000', '153526.155000', '153526.158000', '153526.161000', '153526.164000', '153526.167000', '153546.029000', '153546.032000', '153546.035000', '153546.038000', '153546.041000', '153546.043000', '153546.046000', '153546.049000', '153546.052000', '153546.055000', '153546.058000', '153546.061000', '153546.064000', '153546.067000', '153546.071000', '153546.074000', '153546.077000', '153546.080000', '153546.083000', '153546.086000', '153546.090000', '153546.093000', '153546.096000', '153546.098000', '153546.101000', '153546.104000', '153546.107000', '153546.110000', '153546.113000', '153546.116000', '153546.119000', '153546.121000', '153546.124000', '153546.127000', '153546.130000', '153546.133000', '153546.136000', '153546.139000', '153546.142000', '153546.144000', '153546.147000', '153546.150000', '153546.153000', '153606.030000', '153606.033000', '153606.036000', '153606.039000', '153606.042000', '153606.045000', '153606.047000', '153606.050000', '153606.053000', '153606.056000', '153606.059000', '153606.062000', '153606.064000', '153606.067000', '153606.070000', '153606.073000', '153606.076000', '153606.079000', '153606.082000', '153606.084000', '153606.087000', '153606.090000', '153606.093000', '153606.096000', '153606.099000', '153606.102000', '153606.105000', '153606.107000', '153606.110000', '153606.113000', '153606.116000', '153606.119000', '153606.122000', '153606.125000', '153606.128000', '153606.130000', '153606.133000', '153606.136000', '153606.139000', '153606.142000', '153606.145000', '153606.148000', '153606.150000', '153606.160000', '153626.030000', '153626.033000', '153626.036000', '153626.039000', '153626.042000', '153626.044000', '153626.047000', '153626.050000', '153626.053000', '153626.056000', '153626.059000', '153626.062000', '153626.064000', '153626.067000', '153626.070000', '153626.073000', '153626.076000', '153626.079000', '153626.082000', '153626.085000', '153626.087000', '153626.090000', '153626.093000', '153626.096000', '153626.099000', '153626.102000', '153626.105000', '153626.108000', '153626.111000', '153626.114000', '153626.117000', '153626.120000', '153626.123000', '153626.126000', '153626.128000', '153626.131000', '153626.134000', '153626.137000', '153626.140000', '153626.143000', '153626.146000', '153626.149000', '153626.151000', '153646.030000', '153646.033000', '153646.036000', '153646.039000', '153646.042000', '153646.045000', '153646.048000', '153646.050000', '153646.053000', '153646.056000', '153646.059000', '153646.062000', '153646.065000', '153646.067000', '153646.070000', '153646.073000', '153646.076000', '153646.079000', '153646.082000', '153646.085000', '153646.088000', '153646.091000', '153646.093000', '153646.096000', '153646.099000', '153646.102000', '153646.105000', '153646.108000', '153646.111000', '153646.113000', '153646.124000', '153646.126000', '153646.129000', '153646.132000', '153646.135000', '153646.138000', '153646.141000', '153646.144000', '153646.147000', '153646.149000', '153646.152000', '153646.155000', '153646.158000', '153646.161000', '153706.030000', '153706.033000', '153706.036000', '153706.039000', '153706.042000', '153706.044000', '153706.047000', '153706.050000', '153706.053000', '153706.057000', '153706.060000', '153706.063000', '153706.066000', '153706.069000', '153706.072000', '153706.075000', '153706.078000', '153706.081000', '153706.083000', '153706.086000', '153706.089000', '153706.092000', '153706.095000', '153706.098000', '153706.101000', '153706.104000', '153706.106000', '153706.109000', '153706.112000', '153706.115000', '153706.118000', '153706.121000', '153706.124000', '153706.127000', '153706.130000', '153706.133000', '153706.136000', '153706.139000', '153706.142000', '153706.145000', '153706.147000', '153706.150000', '153706.153000', '153726.030000', '153726.033000', '153726.036000', '153726.039000', '153726.042000', '153726.045000', '153726.047000', '153726.050000', '153726.053000', '153726.056000', '153726.059000', '153726.062000', '153726.065000', '153726.067000', '153726.070000', '153726.073000', '153726.076000', '153726.079000', '153726.082000', '153726.085000', '153726.087000', '153726.091000', '153726.094000', '153726.096000', '153726.099000', '153726.102000', '153726.105000', '153726.108000', '153726.111000', '153726.114000', '153726.117000', '153726.119000', '153726.122000', '153726.125000', '153726.128000', '153726.131000', '153726.134000', '153726.137000', '153726.140000', '153726.143000', '153726.145000', '153726.148000', '153726.151000', '153726.154000', '153746.030000', '153746.033000', '153746.036000', '153746.039000', '153746.042000', '153746.045000', '153746.047000', '153746.050000', '153746.053000', '153746.056000', '153746.059000', '153746.062000', '153746.065000', '153746.068000', '153746.071000', '153746.073000', '153746.076000', '153746.079000', '153746.082000', '153746.085000', '153746.088000', '153746.091000', '153746.093000', '153746.096000', '153746.101000', '153746.104000', '153746.107000', '153746.110000', '153746.113000', '153746.116000', '153746.119000', '153746.121000', '153746.124000', '153746.127000', '153746.130000', '153746.133000', '153746.136000', '153746.139000', '153746.144000', '153746.148000', '153746.150000', '153746.153000', '153746.156000', '153806.029000', '153806.032000', '153806.035000', '153806.038000', '153806.041000', '153806.044000', '153806.046000', '153806.049000', '153806.052000', '153806.055000', '153806.058000', '153806.061000', '153806.063000', '153806.066000', '153806.069000', '153806.072000', '153806.075000', '153806.078000', '153806.081000', '153806.083000', '153806.086000', '153806.089000', '153806.092000', '153806.095000', '153806.098000', '153806.101000', '153806.104000', '153806.107000', '153806.110000', '153806.112000', '153806.115000', '153806.118000', '153806.121000', '153806.124000', '153806.127000', '153806.130000', '153806.132000', '153806.135000', '153806.138000', '153806.141000', '153806.144000', '153806.155000', '153806.158000', '153806.161000', '153826.030000', '153826.033000', '153826.036000', '153826.039000', '153826.042000', '153826.045000', '153826.048000', '153826.050000', '153826.053000', '153826.056000', '153826.059000', '153826.062000', '153826.065000', '153826.068000', '153826.071000', '153826.073000', '153826.076000', '153826.079000', '153826.082000', '153826.085000', '153826.088000', '153826.090000', '153826.095000', '153826.098000', '153826.101000', '153826.103000', '153826.106000', '153826.109000', '153826.112000', '153826.115000', '153826.118000', '153826.121000', '153826.124000', '153826.127000', '153826.130000', '153826.132000', '153826.135000', '153826.138000', '153826.141000', '153826.144000', '153826.147000', '153826.150000', '153826.153000', '153834.038000', '153834.041000', '153834.044000', '153834.047000', '153834.050000', '153834.054000', '153834.057000', '153834.060000', '153834.063000', '153834.066000', '153834.069000', '153834.072000', '153834.075000', '153834.078000', '153834.081000', '153834.084000', '153834.087000', '153834.090000'], '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': [8439, 7039, 10791, 7762, 7052, 8734, 6726, 6843, 8736, 6869, 8118, 8904, 6520, 7385, 8262, 6732, 9090, 8674, 6752, 9853, 8693, 6901, 9179, 8250, 6818, 9548, 8666, 6899, 9719, 7283, 6838, 10019, 7999, 6693, 10835, 8993, 6925, 7885, 8869, 6866, 7700, 8562, 6686, 7638, 8685, 6717, 7131, 8552, 7737, 6620, 7040, 8185, 7557, 6878, 7418, 7442, 6725, 7377, 8095, 6492, 6905, 10720, 6866, 11013, 11714, 9131, 11552, 10368, 8000, 10088, 8158, 6418, 8122, 9407, 8109, 6517, 7270, 10095, 8485, 6829, 6492, 9178, 8639, 6522, 7335, 10449, 7733, 6489, 6629, 8302, 7437, 6486, 6787, 7129, 7181, 6793, 6602, 7172, 7713, 6615, 8865, 10836, 8739, 6634, 11149, 9498, 7550, 11912, 10604, 7808, 10635, 9401, 6881, 11009, 8866, 6508, 8770, 7150, 6563, 10189, 6967, 6834, 8185, 8000, 6681, 9199, 7167, 6632, 7856, 8709, 6920, 9256, 6773, 7951, 8277, 6749, 10774, 10286, 6910, 9236, 6678, 8135, 7255, 6741, 10170, 6660, 7833, 7668, 6568, 9900, 6706, 8607, 9633, 6937, 11450, 7181, 6920, 8087, 6772, 9180, 6756, 6872, 8706, 6703, 7731, 9267, 6854, 9713, 6677, 8932, 8864, 6677, 8543, 7293, 6946, 7746, 7062, 6866, 7064, 7681, 6771, 7539, 8589, 6960, 9632, 8876, 7176, 11932, 9361, 7986, 11483, 8764, 7079, 11395, 6613, 8836, 8966, 6672, 11268, 8466, 6720, 7725, 7474, 6815, 6848, 7391, 6915, 6931, 7749, 6673, 8019, 8712, 6835, 10134, 8905, 6828, 10845, 7714, 6814, 9915, 8498, 6692, 7387, 8332, 6804, 7576, 7809, 6741, 6950, 9491, 6563, 8249, 8396, 7302, 11815, 9478, 7359, 11422, 6739, 8758, 9081, 6754, 9941, 8690, 6669, 7876, 7400, 6574, 7753, 7667, 6629, 6794, 7985, 6565, 6779, 8150, 8052, 6571, 10601, 7391, 6921, 9452, 7282, 6661, 10949, 7646, 6872, 8120, 6899, 6829, 9788, 8319, 7261, 8817, 7195, 6621, 7413, 7733, 6494, 6779, 7867, 6456, 8037, 8715, 7186, 8472, 8710, 6804, 9088, 9225, 6897, 10993, 9549, 6794, 8049, 7610, 6579, 8753, 8189, 6660, 7790, 8006, 6767, 7699, 9797, 6674, 11013, 7928, 7072, 8904, 6660, 9481, 9158, 6518, 10796, 8897, 6739, 9320, 6597, 7655, 9118, 6682, 7118, 8085, 6719, 9383, 7742, 6643, 10593, 7040, 6885, 8568, 6628, 7593, 8923, 6482, 6996, 8140, 6640, 7935, 9817, 6951, 10592, 6345, 6559, 8236, 6391, 6822, 8528, 6509, 7301, 8884, 6733, 6736, 8468, 6384, 7621, 8768, 6555, 8411, 9613, 6542, 9455, 9881, 6685, 9971, 6865, 7069, 9539, 6417, 6814, 8437, 6470, 7066, 8421, 7374, 7006, 9376, 8199, 6690, 9356, 7409, 6578, 8269, 7814, 6662, 7299, 7994, 7273, 6867, 8721, 6807, 6639, 8369, 9319, 8164, 6765, 9087, 9642, 7707, 6786, 9938, 8064, 6758, 8545, 8687, 6863, 7970, 8844, 6440, 8115, 7859, 6618, 6673, 8401, 6665, 6695, 8114, 7042, 6491, 8480, 8191, 6839, 6663, 8547, 6927, 6516, 7072, 10069, 8123, 6630, 9381, 8466, 6555, 9672, 8961, 7405, 11728, 11532, 8927, 12568, 10219, 8804, 12954, 8065, 10086, 10211, 6504, 6689, 8397, 6441, 7955, 8518, 6564, 10525, 7119, 6720, 8332, 6610, 7374, 7869, 6740, 7135, 7440, 6455, 8600, 6536, 6786, 8028, 6640, 7669, 8109, 6738, 7257, 8448, 6781, 9380, 6903, 7342, 8045, 7055, 7122, 7568, 6726, 9049, 7191, 6535, 8142, 7078, 6686, 8215, 6649, 6724, 7840, 6715, 9380, 10172, 7376, 9072, 8193, 6637, 8137, 8541, 6696, 9119, 7804, 7997, 9165, 6501, 7685, 8447, 6715, 7996, 8446, 6856, 10155, 8307, 6655, 11241, 7767, 6498, 8602, 6822, 6407, 9462, 7604, 6779, 8140, 6589, 6603, 9503, 7941, 6135, 7274, 7488, 6241, 8266, 8799, 6363, 6345, 8950, 6329, 8481, 9311, 6999, 10772, 7988, 6100, 8561, 7218, 7067, 9294, 7794, 6307, 9183, 7597, 6126, 12342, 7528, 8418, 10552, 7382, 7293, 8305, 6195, 6445, 9605, 7125, 7217, 10513, 8067, 6651, 11184, 7507, 8338, 9709, 6609, 8583, 9570, 6160, 6235, 8351, 6251, 9477, 8219, 6465, 8306, 7172, 6075, 9857, 7132, 6228, 10492, 7133, 8216, 9610, 6561, 8445, 8218, 6565, 10545, 6665, 8515, 8774, 6450, 8686, 6391, 6566, 8536, 6584, 11249, 7495, 8509, 8122, 6433, 9947, 6510, 9542, 7692, 6575, 8330, 6632, 6482, 7686, 6252, 8590, 7749, 6666, 11471, 7097, 7998, 9404, 6763, 11791, 7509, 9335, 8648, 6487, 8890, 7615, 6591, 9572, 6368, 8522, 7797, 6686, 9133, 7054, 6481, 9415, 6543, 9879, 9032, 7258, 9670, 6916, 6768, 8852, 6522, 6665, 8085, 7058, 6751, 8744, 6989, 6515, 8600, 6709, 6765, 9187, 7391, 6702, 10071, 6502, 9136, 8531, 6686, 11006, 7684, 8346, 9165, 6845, 7327, 7527, 6701, 7865, 7139, 6518, 9360, 7832, 6767, 8113, 7604, 6529, 9321, 9284, 6791, 11295, 8325, 8303, 9798, 6615, 7394, 8296, 6581, 8384, 8049, 6571, 8002, 8837, 6864, 10232, 6492, 6655, 8915, 6379, 6653, 8225, 6588, 6542, 9066, 7021, 8363, 9653, 7164, 9605, 7511, 6738, 8043, 6855, 6327, 9504, 8627, 6482, 6691, 7693, 6587, 8481, 8736, 6680, 11323, 8855, 6852, 9390, 7585, 6722, 9324, 6779, 8812, 8353, 6810, 9724, 7917, 6792, 8766, 9146, 6692, 10395, 8083, 9573, 8504, 6749, 8352, 7205, 6799, 9765, 8240, 6690, 7150, 8565, 6652, 9326, 6723, 7082, 8387, 6528, 8649, 8645, 6763, 9128, 6517, 7446, 8780, 6790, 10346, 7976, 6752, 8907, 6527, 8378, 8256, 6546, 6632, 7723, 6526, 8368, 8115, 6556, 9704, 8272, 6575, 8694, 9291, 6676, 9811, 7727, 6769, 8482, 7384, 6415, 7464, 8046, 7842, 6724, 9021, 9458, 9129, 6807, 11292, 8439, 6555, 9775, 9396, 8004, 10858, 10816, 6850, 6836, 8860, 6673, 8451, 8548, 6647, 10845, 8089, 6337, 7690, 8274, 6718, 8758, 6493, 7623, 8079, 6526, 6977, 9016, 6706, 7781, 8200, 7379, 9914, 6948, 9410, 8810, 6699, 9931, 7426, 6801, 8947, 6773, 8241, 9118, 6692, 9648, 7831, 6840, 8024, 8203, 6819, 10231, 7774, 7251], 'WindowCenter': [4248.0, 4197.0, 4229.0, 4176.0, 4154.0, 4170.0, 4138.0, 4138.0, 4166.0, 4137.0, 4158.0, 4163.0, 4127.0, 4146.0, 4156.0, 4127.0, 4166.0, 4166.0, 4124.0, 4177.0, 4166.0, 4135.0, 4165.0, 4157.0, 4136.0, 4177.0, 4164.0, 4137.0, 4176.0, 4135.0, 4125.0, 4177.0, 4157.0, 4126.0, 4187.0, 4167.0, 4136.0, 4145.0, 4167.0, 4139.0, 4146.0, 4167.0, 4137.0, 4145.0, 4166.0, 4137.0, 4160.0, 4169.0, 4157.0, 4139.0, 4150.0, 4170.0, 4160.0, 4138.0, 4147.0, 4149.0, 4139.0, 4160.0, 4171.0, 4140.0, 4151.0, 4213.0, 4141.0, 4188.0, 4199.0, 4193.0, 4186.0, 4176.0, 4146.0, 4176.0, 4145.0, 4117.0, 4157.0, 4164.0, 4144.0, 4115.0, 4134.0, 4161.0, 4139.0, 4109.0, 4101.0, 4152.0, 4142.0, 4126.0, 4136.0, 4173.0, 4144.0, 4113.0, 4111.0, 4141.0, 4134.0, 4126.0, 4124.0, 4135.0, 4135.0, 4126.0, 4126.0, 4135.0, 4161.0, 4151.0, 4169.0, 4188.0, 4168.0, 4126.0, 4186.0, 4165.0, 4135.0, 4184.0, 4174.0, 4134.0, 4173.0, 4152.0, 4122.0, 4172.0, 4151.0, 4099.0, 4139.0, 4135.0, 4123.0, 4174.0, 4123.0, 4124.0, 4153.0, 4144.0, 4123.0, 4176.0, 4135.0, 4125.0, 4156.0, 4166.0, 4135.0, 4166.0, 4126.0, 4145.0, 4156.0, 4138.0, 4186.0, 4176.0, 4124.0, 4164.0, 4124.0, 4143.0, 4133.0, 4124.0, 4175.0, 4125.0, 4146.0, 4147.0, 4125.0, 4175.0, 4126.0, 4154.0, 4177.0, 4137.0, 4187.0, 4136.0, 4135.0, 4145.0, 4125.0, 4163.0, 4127.0, 4125.0, 4167.0, 4127.0, 4147.0, 4177.0, 4126.0, 4177.0, 4137.0, 4168.0, 4168.0, 4138.0, 4167.0, 4147.0, 4138.0, 4158.0, 4149.0, 4139.0, 4150.0, 4160.0, 4140.0, 4160.0, 4182.0, 4150.0, 4191.0, 4180.0, 4139.0, 4199.0, 4168.0, 4158.0, 4198.0, 4157.0, 4135.0, 4186.0, 4125.0, 4154.0, 4154.0, 4127.0, 4185.0, 4155.0, 4124.0, 4144.0, 4135.0, 4125.0, 4136.0, 4148.0, 4148.0, 4136.0, 4146.0, 4137.0, 4157.0, 4156.0, 4138.0, 4188.0, 4166.0, 4126.0, 4187.0, 4147.0, 4126.0, 4188.0, 4166.0, 4124.0, 4136.0, 4155.0, 4125.0, 4145.0, 4146.0, 4139.0, 4137.0, 4177.0, 4128.0, 4156.0, 4155.0, 4134.0, 4185.0, 4165.0, 4123.0, 4184.0, 4112.0, 4141.0, 4151.0, 4111.0, 4162.0, 4142.0, 4111.0, 4143.0, 4137.0, 4138.0, 4145.0, 4145.0, 4122.0, 4137.0, 4143.0, 4113.0, 4123.0, 4144.0, 4145.0, 4125.0, 4175.0, 4135.0, 4124.0, 4164.0, 4135.0, 4113.0, 4173.0, 4133.0, 4111.0, 4131.0, 4123.0, 4113.0, 4163.0, 4157.0, 4147.0, 4153.0, 4123.0, 4125.0, 4134.0, 4144.0, 4114.0, 4124.0, 4144.0, 4114.0, 4146.0, 4156.0, 4133.0, 4155.0, 4154.0, 4113.0, 4153.0, 4163.0, 4123.0, 4173.0, 4163.0, 4112.0, 4142.0, 4132.0, 4126.0, 4165.0, 4144.0, 4124.0, 4144.0, 4144.0, 4124.0, 4134.0, 4176.0, 4126.0, 4186.0, 4145.0, 4124.0, 4154.0, 4113.0, 4164.0, 4153.0, 4113.0, 4173.0, 4153.0, 4112.0, 4152.0, 4123.0, 4144.0, 4153.0, 4112.0, 4123.0, 4143.0, 4124.0, 4165.0, 4144.0, 4124.0, 4174.0, 4124.0, 4123.0, 4153.0, 4123.0, 4134.0, 4154.0, 4114.0, 4135.0, 4143.0, 4126.0, 4146.0, 4177.0, 4138.0, 4202.0, 4126.0, 4126.0, 4154.0, 4126.0, 4126.0, 4155.0, 4113.0, 4134.0, 4164.0, 4125.0, 4125.0, 4155.0, 4115.0, 4132.0, 4154.0, 4113.0, 4144.0, 4164.0, 4114.0, 4163.0, 4163.0, 4111.0, 4162.0, 4112.0, 4121.0, 4161.0, 4112.0, 4109.0, 4143.0, 4112.0, 4124.0, 4154.0, 4134.0, 4135.0, 4164.0, 4154.0, 4124.0, 4166.0, 4135.0, 4125.0, 4155.0, 4146.0, 4124.0, 4146.0, 4145.0, 4149.0, 4139.0, 4181.0, 4139.0, 4127.0, 4156.0, 4165.0, 4154.0, 4125.0, 4169.0, 4180.0, 4147.0, 4125.0, 4175.0, 4144.0, 4112.0, 4142.0, 4142.0, 4113.0, 4132.0, 4154.0, 4113.0, 4142.0, 4131.0, 4125.0, 4125.0, 4143.0, 4123.0, 4125.0, 4145.0, 4148.0, 4141.0, 4169.0, 4170.0, 4127.0, 4126.0, 4167.0, 4137.0, 4129.0, 4138.0, 4189.0, 4146.0, 4124.0, 4165.0, 4155.0, 4115.0, 4176.0, 4168.0, 4148.0, 4196.0, 4184.0, 4152.0, 4182.0, 4162.0, 4137.0, 4180.0, 4118.0, 4148.0, 4148.0, 4084.0, 4108.0, 4126.0, 4085.0, 4114.0, 4125.0, 4095.0, 4146.0, 4106.0, 4096.0, 4126.0, 4110.0, 4120.0, 4128.0, 4106.0, 4105.0, 4118.0, 4098.0, 4139.0, 4101.0, 4110.0, 4142.0, 4125.0, 4142.0, 4143.0, 4123.0, 4121.0, 4141.0, 4111.0, 4152.0, 4122.0, 4133.0, 4143.0, 4135.0, 4123.0, 4145.0, 4126.0, 4164.0, 4134.0, 4114.0, 4156.0, 4137.0, 4126.0, 4167.0, 4138.0, 4127.0, 4156.0, 4126.0, 4166.0, 4188.0, 4146.0, 4168.0, 4168.0, 4136.0, 4157.0, 4167.0, 4124.0, 4168.0, 4159.0, 4158.0, 4166.0, 4114.0, 4146.0, 4156.0, 4123.0, 4145.0, 4154.0, 4124.0, 4176.0, 4157.0, 4127.0, 4187.0, 4146.0, 4115.0, 4155.0, 4124.0, 4124.0, 4176.0, 4146.0, 4153.0, 4149.0, 4141.0, 4128.0, 4167.0, 4147.0, 4118.0, 4148.0, 4147.0, 4116.0, 4156.0, 4156.0, 4116.0, 4116.0, 4164.0, 4118.0, 4158.0, 4183.0, 4139.0, 4187.0, 4147.0, 4117.0, 4156.0, 4149.0, 4138.0, 4165.0, 4148.0, 4117.0, 4165.0, 4136.0, 4104.0, 4195.0, 4136.0, 4145.0, 4174.0, 4135.0, 4135.0, 4143.0, 4102.0, 4104.0, 4164.0, 4136.0, 4134.0, 4177.0, 4145.0, 4113.0, 4173.0, 4124.0, 4132.0, 4150.0, 4112.0, 4143.0, 4153.0, 4090.0, 4101.0, 4143.0, 4112.0, 4162.0, 4145.0, 4112.0, 4144.0, 4122.0, 4102.0, 4163.0, 4123.0, 4104.0, 4176.0, 4125.0, 4144.0, 4163.0, 4114.0, 4144.0, 4141.0, 4112.0, 4173.0, 4123.0, 4154.0, 4154.0, 4113.0, 4143.0, 4103.0, 4111.0, 4154.0, 4126.0, 4185.0, 4135.0, 4154.0, 4144.0, 4103.0, 4164.0, 4114.0, 4164.0, 4134.0, 4125.0, 4155.0, 4126.0, 4116.0, 4144.0, 4128.0, 4168.0, 4147.0, 4126.0, 4198.0, 4137.0, 4145.0, 4166.0, 4113.0, 4184.0, 4135.0, 4166.0, 4153.0, 4113.0, 4164.0, 4134.0, 4114.0, 4164.0, 4114.0, 4155.0, 4145.0, 4125.0, 4166.0, 4135.0, 4115.0, 4165.0, 4114.0, 4166.0, 4167.0, 4146.0, 4179.0, 4136.0, 4125.0, 4165.0, 4115.0, 4125.0, 4144.0, 4136.0, 4127.0, 4157.0, 4137.0, 4116.0, 4156.0, 4125.0, 4126.0, 4165.0, 4137.0, 4125.0, 4175.0, 4115.0, 4164.0, 4155.0, 4114.0, 4175.0, 4146.0, 4145.0, 4154.0, 4114.0, 4134.0, 4132.0, 4111.0, 4142.0, 4123.0, 4114.0, 4165.0, 4146.0, 4124.0, 4146.0, 4146.0, 4115.0, 4153.0, 4151.0, 4113.0, 4173.0, 4144.0, 4144.0, 4164.0, 4125.0, 4134.0, 4143.0, 4112.0, 4142.0, 4142.0, 4113.0, 4144.0, 4168.0, 4126.0, 4175.0, 4115.0, 4125.0, 4165.0, 4115.0, 4126.0, 4154.0, 4123.0, 4115.0, 4166.0, 4126.0, 4144.0, 4166.0, 4136.0, 4177.0, 4136.0, 4124.0, 4144.0, 4124.0, 4125.0, 4176.0, 4157.0, 4127.0, 4127.0, 4146.0, 4126.0, 4157.0, 4156.0, 4127.0, 4188.0, 4167.0, 4127.0, 4166.0, 4146.0, 4125.0, 4165.0, 4123.0, 4155.0, 4143.0, 4123.0, 4164.0, 4145.0, 4126.0, 4154.0, 4154.0, 4113.0, 4163.0, 4143.0, 4165.0, 4154.0, 4123.0, 4143.0, 4123.0, 4126.0, 4177.0, 4156.0, 4125.0, 4134.0, 4156.0, 4126.0, 4165.0, 4126.0, 4137.0, 4156.0, 4116.0, 4156.0, 4155.0, 4125.0, 4153.0, 4113.0, 4135.0, 4157.0, 4125.0, 4175.0, 4147.0, 4126.0, 4156.0, 4116.0, 4156.0, 4157.0, 4116.0, 4127.0, 4143.0, 4127.0, 4156.0, 4147.0, 4125.0, 4178.0, 4153.0, 4126.0, 4157.0, 4166.0, 4125.0, 4177.0, 4147.0, 4139.0, 4184.0, 4151.0, 4129.0, 4137.0, 4147.0, 4158.0, 4128.0, 4182.0, 4190.0, 4180.0, 4138.0, 4188.0, 4158.0, 4116.0, 4167.0, 4169.0, 4148.0, 4176.0, 4176.0, 4115.0, 4113.0, 4151.0, 4113.0, 4143.0, 4143.0, 4114.0, 4175.0, 4146.0, 4114.0, 4134.0, 4144.0, 4113.0, 4154.0, 4114.0, 4146.0, 4144.0, 4114.0, 4136.0, 4166.0, 4139.0, 4159.0, 4159.0, 4137.0, 4177.0, 4137.0, 4166.0, 4155.0, 4115.0, 4165.0, 4136.0, 4125.0, 4156.0, 4126.0, 4156.0, 4155.0, 4125.0, 4178.0, 4149.0, 4128.0, 4147.0, 4157.0, 4126.0, 4175.0, 4145.0, 4135.0], 'WindowWidth': [9444.0, 9352.0, 9377.0, 9298.0, 9259.0, 9273.0, 9228.0, 9229.0, 9262.0, 9225.0, 9251.0, 9254.0, 9211.0, 9233.0, 9244.0, 9208.0, 9259.0, 9259.0, 9203.0, 9273.0, 9258.0, 9217.0, 9256.0, 9248.0, 9220.0, 9274.0, 9256.0, 9223.0, 9272.0, 9217.0, 9203.0, 9273.0, 9247.0, 9206.0, 9288.0, 9263.0, 9218.0, 9229.0, 9261.0, 9226.0, 9232.0, 9260.0, 9221.0, 9231.0, 9259.0, 9226.0, 9262.0, 9268.0, 9250.0, 9230.0, 9248.0, 9273.0, 9260.0, 9225.0, 9236.0, 9244.0, 9231.0, 9260.0, 9273.0, 9232.0, 9250.0, 9332.0, 9235.0, 9291.0, 9306.0, 9306.0, 9285.0, 9271.0, 9232.0, 9271.0, 9230.0, 9193.0, 9249.0, 9251.0, 9227.0, 9189.0, 9211.0, 9240.0, 9208.0, 9170.0, 9163.0, 9233.0, 9218.0, 9206.0, 9218.0, 9261.0, 9225.0, 9186.0, 9178.0, 9216.0, 9213.0, 9205.0, 9200.0, 9218.0, 9217.0, 9206.0, 9206.0, 9218.0, 9263.0, 9249.0, 9267.0, 9292.0, 9264.0, 9205.0, 9282.0, 9252.0, 9212.0, 9276.0, 9262.0, 9210.0, 9262.0, 9232.0, 9194.0, 9258.0, 9227.0, 9157.0, 9210.0, 9217.0, 9197.0, 9264.0, 9196.0, 9200.0, 9238.0, 9225.0, 9198.0, 9271.0, 9217.0, 9203.0, 9244.0, 9259.0, 9217.0, 9257.0, 9204.0, 9228.0, 9244.0, 9225.0, 9284.0, 9270.0, 9200.0, 9251.0, 9198.0, 9221.0, 9210.0, 9200.0, 9267.0, 9203.0, 9231.0, 9233.0, 9203.0, 9267.0, 9204.0, 9240.0, 9273.0, 9222.0, 9286.0, 9218.0, 9216.0, 9228.0, 9202.0, 9250.0, 9209.0, 9205.0, 9261.0, 9209.0, 9234.0, 9275.0, 9205.0, 9274.0, 9224.0, 9263.0, 9262.0, 9224.0, 9262.0, 9236.0, 9224.0, 9253.0, 9240.0, 9228.0, 9244.0, 9257.0, 9232.0, 9259.0, 9289.0, 9245.0, 9298.0, 9283.0, 9227.0, 9305.0, 9262.0, 9248.0, 9302.0, 9246.0, 9215.0, 9283.0, 9202.0, 9238.0, 9237.0, 9209.0, 9281.0, 9241.0, 9200.0, 9228.0, 9215.0, 9203.0, 9221.0, 9241.0, 9239.0, 9220.0, 9234.0, 9223.0, 9247.0, 9245.0, 9223.0, 9290.0, 9258.0, 9205.0, 9285.0, 9234.0, 9206.0, 9291.0, 9259.0, 9201.0, 9218.0, 9240.0, 9202.0, 9229.0, 9232.0, 9226.0, 9222.0, 9274.0, 9210.0, 9244.0, 9241.0, 9211.0, 9280.0, 9255.0, 9194.0, 9278.0, 9180.0, 9216.0, 9227.0, 9178.0, 9245.0, 9218.0, 9177.0, 9221.0, 9221.0, 9226.0, 9229.0, 9227.0, 9194.0, 9222.0, 9222.0, 9181.0, 9197.0, 9226.0, 9228.0, 9201.0, 9268.0, 9215.0, 9197.0, 9252.0, 9213.0, 9181.0, 9260.0, 9207.0, 9177.0, 9202.0, 9194.0, 9183.0, 9247.0, 9247.0, 9234.0, 9235.0, 9195.0, 9204.0, 9213.0, 9225.0, 9186.0, 9199.0, 9225.0, 9187.0, 9230.0, 9243.0, 9210.0, 9240.0, 9236.0, 9181.0, 9233.0, 9248.0, 9196.0, 9261.0, 9247.0, 9181.0, 9219.0, 9205.0, 9206.0, 9256.0, 9224.0, 9199.0, 9224.0, 9224.0, 9199.0, 9211.0, 9271.0, 9206.0, 9282.0, 9228.0, 9197.0, 9237.0, 9182.0, 9250.0, 9234.0, 9180.0, 9261.0, 9234.0, 9178.0, 9231.0, 9195.0, 9226.0, 9236.0, 9181.0, 9195.0, 9222.0, 9197.0, 9253.0, 9226.0, 9197.0, 9265.0, 9199.0, 9197.0, 9235.0, 9196.0, 9211.0, 9237.0, 9186.0, 9215.0, 9224.0, 9205.0, 9228.0, 9273.0, 9227.0, 9318.0, 9208.0, 9205.0, 9236.0, 9207.0, 9205.0, 9239.0, 9182.0, 9210.0, 9251.0, 9201.0, 9204.0, 9242.0, 9188.0, 9207.0, 9236.0, 9181.0, 9224.0, 9251.0, 9183.0, 9247.0, 9246.0, 9175.0, 9243.0, 9179.0, 9189.0, 9241.0, 9179.0, 9174.0, 9221.0, 9179.0, 9199.0, 9240.0, 9212.0, 9214.0, 9252.0, 9238.0, 9200.0, 9258.0, 9216.0, 9201.0, 9241.0, 9231.0, 9200.0, 9232.0, 9227.0, 9241.0, 9227.0, 9288.0, 9227.0, 9205.0, 9243.0, 9252.0, 9238.0, 9201.0, 9266.0, 9281.0, 9233.0, 9199.0, 9266.0, 9223.0, 9178.0, 9218.0, 9218.0, 9180.0, 9204.0, 9237.0, 9183.0, 9217.0, 9200.0, 9203.0, 9202.0, 9220.0, 9197.0, 9201.0, 9227.0, 9238.0, 9234.0, 9268.0, 9270.0, 9206.0, 9202.0, 9259.0, 9220.0, 9214.0, 9225.0, 9294.0, 9230.0, 9198.0, 9253.0, 9241.0, 9190.0, 9272.0, 9265.0, 9239.0, 9298.0, 9278.0, 9229.0, 9270.0, 9243.0, 9204.0, 9264.0, 9176.0, 9218.0, 9216.0, 9129.0, 9166.0, 9186.0, 9131.0, 9168.0, 9183.0, 9144.0, 9212.0, 9160.0, 9147.0, 9187.0, 9174.0, 9187.0, 9194.0, 9164.0, 9161.0, 9178.0, 9153.0, 9209.0, 9163.0, 9174.0, 9220.0, 9203.0, 9221.0, 9221.0, 9196.0, 9190.0, 9215.0, 9176.0, 9231.0, 9192.0, 9206.0, 9222.0, 9215.0, 9197.0, 9227.0, 9204.0, 9251.0, 9212.0, 9186.0, 9244.0, 9221.0, 9206.0, 9262.0, 9224.0, 9208.0, 9245.0, 9205.0, 9258.0, 9288.0, 9234.0, 9262.0, 9263.0, 9221.0, 9246.0, 9261.0, 9202.0, 9262.0, 9254.0, 9250.0, 9257.0, 9188.0, 9229.0, 9242.0, 9196.0, 9226.0, 9239.0, 9199.0, 9272.0, 9248.0, 9209.0, 9287.0, 9231.0, 9188.0, 9242.0, 9200.0, 9201.0, 9271.0, 9232.0, 9253.0, 9236.0, 9230.0, 9205.0, 9256.0, 9228.0, 9193.0, 9235.0, 9232.0, 9188.0, 9240.0, 9240.0, 9190.0, 9190.0, 9251.0, 9194.0, 9247.0, 9289.0, 9225.0, 9285.0, 9232.0, 9193.0, 9241.0, 9237.0, 9222.0, 9254.0, 9233.0, 9191.0, 9253.0, 9214.0, 9170.0, 9291.0, 9215.0, 9226.0, 9262.0, 9212.0, 9211.0, 9219.0, 9166.0, 9168.0, 9248.0, 9217.0, 9211.0, 9269.0, 9226.0, 9180.0, 9258.0, 9192.0, 9201.0, 9224.0, 9175.0, 9217.0, 9232.0, 9146.0, 9163.0, 9218.0, 9179.0, 9245.0, 9225.0, 9179.0, 9222.0, 9193.0, 9165.0, 9246.0, 9192.0, 9168.0, 9266.0, 9199.0, 9222.0, 9247.0, 9182.0, 9221.0, 9215.0, 9177.0, 9260.0, 9196.0, 9236.0, 9236.0, 9181.0, 9219.0, 9166.0, 9176.0, 9234.0, 9203.0, 9277.0, 9211.0, 9236.0, 9222.0, 9166.0, 9248.0, 9185.0, 9251.0, 9211.0, 9201.0, 9240.0, 9204.0, 9190.0, 9225.0, 9209.0, 9263.0, 9234.0, 9205.0, 9301.0, 9220.0, 9226.0, 9254.0, 9180.0, 9274.0, 9213.0, 9254.0, 9234.0, 9183.0, 9249.0, 9209.0, 9183.0, 9248.0, 9185.0, 9240.0, 9229.0, 9201.0, 9255.0, 9212.0, 9186.0, 9252.0, 9185.0, 9253.0, 9257.0, 9232.0, 9279.0, 9217.0, 9203.0, 9254.0, 9187.0, 9199.0, 9224.0, 9219.0, 9205.0, 9245.0, 9220.0, 9190.0, 9241.0, 9201.0, 9205.0, 9256.0, 9218.0, 9201.0, 9267.0, 9187.0, 9251.0, 9238.0, 9182.0, 9263.0, 9230.0, 9223.0, 9234.0, 9182.0, 9209.0, 9205.0, 9175.0, 9217.0, 9193.0, 9184.0, 9253.0, 9228.0, 9200.0, 9231.0, 9231.0, 9187.0, 9234.0, 9229.0, 9180.0, 9259.0, 9223.0, 9222.0, 9250.0, 9199.0, 9210.0, 9218.0, 9177.0, 9218.0, 9218.0, 9181.0, 9224.0, 9262.0, 9203.0, 9266.0, 9188.0, 9202.0, 9252.0, 9187.0, 9203.0, 9236.0, 9197.0, 9187.0, 9254.0, 9201.0, 9224.0, 9256.0, 9217.0, 9273.0, 9217.0, 9201.0, 9225.0, 9198.0, 9204.0, 9270.0, 9245.0, 9206.0, 9207.0, 9232.0, 9206.0, 9245.0, 9242.0, 9206.0, 9288.0, 9259.0, 9206.0, 9257.0, 9230.0, 9200.0, 9251.0, 9195.0, 9238.0, 9222.0, 9196.0, 9249.0, 9224.0, 9201.0, 9236.0, 9235.0, 9179.0, 9246.0, 9221.0, 9250.0, 9236.0, 9197.0, 9221.0, 9193.0, 9205.0, 9272.0, 9241.0, 9201.0, 9212.0, 9244.0, 9202.0, 9253.0, 9204.0, 9220.0, 9242.0, 9189.0, 9241.0, 9240.0, 9199.0, 9234.0, 9183.0, 9213.0, 9244.0, 9201.0, 9268.0, 9231.0, 9205.0, 9241.0, 9192.0, 9244.0, 9245.0, 9190.0, 9207.0, 9226.0, 9206.0, 9244.0, 9232.0, 9204.0, 9274.0, 9239.0, 9206.0, 9245.0, 9257.0, 9201.0, 9272.0, 9234.0, 9228.0, 9297.0, 9248.0, 9212.0, 9218.0, 9232.0, 9251.0, 9211.0, 9287.0, 9298.0, 9281.0, 9223.0, 9289.0, 9246.0, 9190.0, 9256.0, 9263.0, 9236.0, 9268.0, 9266.0, 9186.0, 9181.0, 9228.0, 9180.0, 9219.0, 9219.0, 9183.0, 9266.0, 9227.0, 9184.0, 9210.0, 9223.0, 9182.0, 9234.0, 9184.0, 9230.0, 9226.0, 9187.0, 9218.0, 9258.0, 9226.0, 9255.0, 9252.0, 9219.0, 9273.0, 9219.0, 9254.0, 9239.0, 9184.0, 9253.0, 9215.0, 9201.0, 9242.0, 9203.0, 9241.0, 9241.0, 9202.0, 9277.0, 9241.0, 9208.0, 9232.0, 9245.0, 9203.0, 9266.0, 9227.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.0026024221453287196</td></tr>
<tr><td colspan=3>aqi</td><td>0.03571834302191465</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.48628087294465</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.19373134595843</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9968563668706698</td></tr>
<tr><td colspan=3>efc</td><td>0.4817</td></tr>
<tr><td colspan=3>fber</td><td>4382.3472</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12275934557944562</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.034602076124568</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.622137575704256</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.643035118803314</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6878332086443355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.535544399665119</td></tr>
<tr><td colspan=3>gcor</td><td>0.00573174</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0039407676085829735</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.008460073731839657</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.9702450197694663</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>33.366</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.6013</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.1837</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>300678.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>895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.6824</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.718</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.0533</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3369.6298</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>887.5968</td></tr>
<tr><td colspan=3>tsnr</td><td>32.06244958285242</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>