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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:29:31.345000</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.999287, -0.0238615, 0.0292679, 0.0214556, 0.99657, 0.0799299]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0968797</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7710, -7237, 475, -22, -8, 57, 77]</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>229.302</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b2afb1c-ca72-4d45-b610-1b37a22fe3dc||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.681013345718384, 0.05756368488073349, 0.08390175551176071, 108.0659408569336], [0.0640186220407486, 2.6737232208251953, 0.21396134793758392, -103.86685180664062], [0.07852357625961304, -0.21444611251354218, 2.6902010440826416, -51.61527633666992], [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': ['172931.345000', '172931.805000', '172932.265000', '172932.725000', '172933.185000', '172933.645000', '172934.105000', '172934.565000', '172935.025000', '172935.485000', '172935.945000', '172936.405000', '172936.865000', '172937.325000', '172937.785000', '172938.245000', '172938.705000', '172939.165000', '172939.625000', '172940.085000', '172940.545000', '172941.005000', '172941.465000', '172941.925000', '172942.385000', '172942.845000', '172943.305000', '172943.765000', '172944.225000', '172944.685000', '172945.145000', '172945.605000', '172946.065000', '172946.525000', '172946.985000', '172947.445000', '172947.905000', '172948.365000', '172948.825000', '172949.285000', '172949.745000', '172950.205000', '172950.665000', '172951.125000', '172951.585000', '172952.045000', '172952.505000', '172952.965000', '172953.425000', '172953.885000', '172954.345000', '172954.805000', '172955.265000', '172955.725000', '172956.185000', '172956.645000', '172957.105000', '172957.565000', '172958.025000', '172958.485000', '172958.945000', '172959.405000', '172959.865000', '173000.325000', '173000.785000', '173001.245000', '173001.705000', '173002.165000', '173002.625000', '173003.085000', '173003.545000', '173004.005000', '173004.465000', '173004.925000', '173005.385000', '173005.845000', '173006.305000', '173006.765000', '173007.225000', '173007.685000', '173008.145000', '173008.605000', '173009.065000', '173009.525000', '173009.985000', '173010.445000', '173010.905000', '173011.365000', '173011.825000', '173012.285000', '173012.745000', '173013.205000', '173013.665000', '173014.125000', '173014.585000', '173015.045000', '173015.505000', '173015.965000', '173016.425000', '173016.885000', '173017.345000', '173017.805000', '173018.265000', '173018.725000', '173019.185000', '173019.645000', '173020.105000', '173020.565000', '173021.025000', '173021.485000', '173021.945000', '173022.405000', '173022.865000', '173023.325000', '173023.785000', '173024.245000', '173024.705000', '173025.165000', '173025.625000', '173026.085000', '173026.545000', '173027.005000', '173027.465000', '173027.925000', '173028.385000', '173028.845000', '173029.305000', '173029.765000', '173030.225000', '173030.685000', '173031.145000', '173031.605000', '173032.065000', '173032.525000', '173032.985000', '173033.445000', '173033.905000', '173034.365000', '173034.825000', '173035.285000', '173035.745000', '173036.205000', '173036.665000', '173037.125000', '173037.585000', '173038.045000', '173038.505000', '173038.965000', '173039.425000', '173039.885000', '173040.345000', '173040.805000', '173041.265000', '173041.725000', '173042.185000', '173042.645000', '173043.105000', '173043.565000', '173044.025000', '173044.485000', '173044.945000', '173045.405000', '173045.865000', '173046.325000', '173046.785000', '173047.245000', '173047.705000', '173048.165000', '173048.625000', '173049.085000', '173049.545000', '173050.005000', '173050.465000', '173050.925000', '173051.385000', '173051.845000', '173052.305000', '173052.765000', '173053.225000', '173053.685000', '173054.145000', '173054.605000', '173055.065000', '173055.525000', '173055.985000', '173056.445000', '173056.905000', '173057.365000', '173057.825000', '173058.285000', '173058.745000', '173059.205000', '173059.665000', '173100.125000', '173100.585000', '173101.045000', '173101.505000', '173101.965000', '173102.425000', '173102.885000', '173103.345000', '173103.805000', '173104.265000', '173104.725000', '173105.185000', '173105.645000', '173106.105000', '173106.565000', '173107.025000', '173107.485000', '173107.945000', '173108.405000', '173108.865000', '173109.325000', '173109.785000', '173110.245000', '173110.705000', '173111.165000', '173111.625000', '173112.085000', '173112.545000', '173113.005000', '173113.465000', '173113.925000', '173114.385000', '173114.845000', '173115.305000', '173115.765000', '173116.225000', '173116.685000', '173117.145000', '173117.605000', '173118.065000', '173118.525000', '173118.985000', '173119.445000', '173119.905000', '173120.365000', '173120.825000', '173121.285000', '173121.745000', '173122.205000', '173122.665000', '173123.125000', '173123.585000', '173124.045000', '173124.505000', '173124.965000', '173125.425000', '173125.885000', '173126.345000', '173126.805000', '173127.265000', '173127.725000', '173128.185000', '173128.645000', '173129.105000', '173129.565000', '173130.025000', '173130.485000', '173130.945000', '173131.405000', '173131.865000', '173132.325000', '173132.785000', '173133.245000', '173133.705000', '173134.165000', '173134.625000', '173135.085000', '173135.545000', '173136.005000', '173136.465000', '173136.925000', '173137.385000', '173137.845000', '173138.305000', '173138.765000', '173139.225000', '173139.685000', '173140.145000', '173140.605000', '173141.065000', '173141.525000', '173141.985000', '173142.445000', '173142.905000', '173143.365000', '173143.825000', '173144.285000', '173144.745000', '173145.205000', '173145.665000', '173146.125000', '173146.585000', '173147.045000', '173147.505000', '173147.965000', '173148.425000', '173148.885000', '173149.345000', '173149.805000', '173150.265000', '173150.725000', '173151.185000', '173151.645000', '173152.105000', '173152.565000', '173153.025000', '173153.485000', '173153.945000', '173154.405000', '173154.865000', '173155.325000', '173155.785000', '173156.245000', '173156.705000', '173157.165000', '173157.625000', '173158.085000', '173158.545000', '173159.005000', '173159.465000', '173159.925000', '173200.385000', '173200.845000', '173201.305000', '173201.765000', '173202.225000', '173202.685000', '173203.145000', '173203.605000', '173204.065000', '173204.525000', '173204.985000', '173205.445000', '173205.905000', '173206.365000', '173206.825000', '173207.285000', '173207.745000', '173208.205000', '173208.665000', '173209.125000', '173209.585000', '173210.045000', '173210.505000', '173210.965000', '173211.425000', '173211.885000', '173212.345000', '173212.805000', '173213.265000', '173213.725000', '173214.185000', '173214.645000', '173215.105000', '173215.565000', '173216.025000', '173216.485000', '173216.945000', '173217.405000', '173217.865000', '173218.325000', '173218.785000', '173219.245000', '173219.705000', '173220.165000', '173220.625000', '173221.085000', '173221.545000', '173222.005000', '173222.465000', '173222.925000', '173223.385000', '173223.845000', '173224.305000', '173224.765000', '173225.225000', '173225.685000', '173226.145000', '173226.605000', '173227.065000', '173227.525000', '173227.985000', '173228.445000', '173228.905000', '173229.365000', '173229.825000', '173230.285000', '173230.745000', '173231.205000', '173231.665000', '173232.125000', '173232.585000', '173233.045000', '173233.505000', '173233.965000', '173234.425000', '173234.885000', '173235.345000', '173235.805000', '173236.265000', '173236.725000', '173237.185000', '173237.645000', '173238.105000', '173238.565000', '173239.025000', '173239.485000', '173239.945000', '173240.405000', '173240.865000', '173241.325000', '173241.785000', '173242.245000', '173242.705000', '173243.165000', '173243.625000', '173244.085000', '173244.545000', '173245.005000', '173245.465000', '173245.925000', '173246.385000', '173246.845000', '173247.305000', '173247.765000', '173248.225000', '173248.685000', '173249.145000', '173249.605000', '173250.065000', '173250.525000', '173250.985000', '173251.445000', '173251.905000', '173252.365000', '173252.825000', '173253.285000', '173253.745000', '173254.205000', '173254.665000', '173255.125000', '173255.585000', '173256.045000', '173256.505000', '173256.965000', '173257.425000', '173257.885000', '173258.345000', '173258.805000', '173259.265000', '173259.725000', '173300.185000', '173300.645000', '173301.105000', '173301.565000', '173302.025000', '173302.485000', '173302.945000', '173303.405000', '173303.865000', '173304.325000', '173304.785000', '173305.245000', '173305.705000', '173306.165000', '173306.625000', '173307.085000', '173307.545000', '173308.005000', '173308.465000', '173308.925000', '173309.385000', '173309.845000', '173310.305000', '173310.765000', '173311.225000', '173311.685000', '173312.145000', '173312.605000', '173313.065000', '173313.525000', '173313.985000', '173314.445000', '173314.905000', '173315.365000', '173315.825000', '173316.285000', '173316.745000', '173317.205000', '173317.665000', '173318.125000', '173318.585000', '173319.045000', '173319.505000', '173319.965000', '173320.425000', '173320.885000', '173321.345000', '173321.805000', '173322.265000', '173322.725000', '173323.185000', '173323.645000', '173324.105000', '173324.565000', '173325.025000', '173325.485000', '173325.945000', '173326.405000', '173326.865000', '173327.325000', '173327.785000', '173328.245000', '173328.705000', '173329.165000', '173329.625000', '173330.085000', '173330.545000', '173331.005000', '173331.465000', '173331.925000', '173332.385000', '173332.845000', '173333.305000', '173333.765000', '173334.225000', '173334.685000', '173335.145000', '173335.605000', '173336.065000', '173336.525000', '173336.985000', '173337.445000', '173337.905000', '173338.365000', '173338.825000', '173339.285000', '173339.745000', '173340.205000', '173340.665000', '173341.125000', '173341.585000', '173342.045000', '173342.505000', '173342.965000', '173343.425000', '173343.885000', '173344.345000', '173344.805000', '173345.265000', '173345.725000', '173346.185000', '173346.645000', '173347.105000', '173347.565000', '173348.025000', '173348.485000', '173348.945000', '173349.405000', '173349.865000', '173350.325000', '173350.785000', '173351.245000', '173351.705000', '173352.165000', '173352.625000', '173353.085000', '173353.545000', '173354.005000', '173354.465000', '173354.925000', '173355.385000', '173355.845000', '173356.305000', '173356.765000', '173357.225000', '173357.685000', '173358.145000', '173358.605000', '173359.065000', '173359.525000', '173359.985000', '173400.445000', '173400.905000', '173401.365000', '173401.825000', '173402.285000', '173402.745000', '173403.205000', '173403.665000', '173404.125000', '173404.585000', '173405.045000', '173405.505000', '173405.965000', '173406.425000', '173406.885000', '173407.345000', '173407.805000', '173408.265000', '173408.725000', '173409.185000', '173409.645000', '173410.105000', '173410.565000', '173411.025000', '173411.485000', '173411.945000', '173412.405000', '173412.865000', '173413.325000', '173413.785000', '173414.245000', '173414.705000', '173415.165000', '173415.625000', '173416.085000', '173416.545000', '173417.005000', '173417.465000', '173417.925000', '173418.385000', '173418.845000', '173419.305000', '173419.765000', '173420.225000', '173420.685000', '173421.145000', '173421.605000', '173422.065000', '173422.525000', '173422.985000', '173423.445000', '173423.905000', '173424.365000', '173424.825000', '173425.285000', '173425.745000', '173426.205000', '173426.665000', '173427.125000', '173427.585000', '173428.045000', '173428.505000', '173428.965000', '173429.425000', '173429.885000', '173430.345000', '173430.805000', '173431.265000', '173431.725000', '173432.185000', '173432.645000', '173433.105000', '173433.565000', '173434.025000', '173434.485000', '173434.945000', '173435.405000', '173435.865000', '173436.325000', '173436.785000', '173437.245000', '173437.705000', '173438.165000', '173438.625000', '173439.085000', '173439.545000', '173440.005000', '173440.465000', '173440.925000', '173441.385000', '173441.845000', '173442.305000', '173442.765000', '173443.225000', '173443.685000', '173444.145000', '173444.605000', '173445.065000', '173445.525000', '173445.985000', '173446.445000', '173446.905000', '173447.365000', '173447.825000', '173448.285000', '173448.745000', '173449.205000', '173449.665000', '173450.125000', '173450.585000', '173451.045000', '173451.505000', '173451.965000', '173452.425000', '173452.885000', '173453.345000', '173453.805000', '173454.265000', '173454.725000', '173455.185000', '173455.645000', '173456.105000', '173456.565000', '173457.025000', '173457.485000', '173457.945000', '173458.405000', '173458.865000', '173459.325000', '173459.785000', '173500.245000', '173500.705000', '173501.165000', '173501.625000', '173502.085000', '173502.545000', '173503.005000', '173503.465000', '173503.925000', '173504.385000', '173504.845000', '173505.305000', '173505.765000', '173506.225000', '173506.685000', '173507.145000', '173507.605000', '173508.065000', '173508.525000', '173508.985000', '173509.445000', '173509.905000', '173510.365000', '173510.825000', '173511.285000', '173511.745000', '173512.205000', '173512.665000', '173513.125000', '173513.585000', '173514.045000', '173514.505000', '173514.965000', '173515.425000', '173515.885000', '173516.345000', '173516.805000', '173517.265000', '173517.725000', '173518.185000', '173518.645000', '173519.105000', '173519.565000', '173520.025000', '173520.485000', '173520.945000', '173521.405000', '173521.865000', '173522.325000', '173522.785000', '173523.245000', '173523.705000', '173524.165000', '173524.625000', '173525.085000', '173525.545000', '173526.005000', '173526.465000', '173526.925000', '173527.385000', '173527.845000', '173528.305000', '173528.765000', '173529.225000', '173529.685000', '173530.145000', '173530.605000', '173531.065000', '173531.525000', '173531.985000', '173532.445000', '173532.905000', '173533.365000', '173533.825000', '173534.285000', '173534.745000', '173535.205000', '173535.665000', '173536.125000', '173536.585000', '173537.045000', '173537.505000', '173537.965000', '173538.425000', '173538.885000', '173539.345000', '173539.805000', '173540.265000', '173540.725000', '173541.185000', '173541.645000', '173542.105000', '173542.565000', '173543.025000', '173543.485000', '173543.945000', '173544.405000', '173544.865000', '173545.325000', '173545.785000', '173546.245000', '173546.705000', '173547.165000', '173547.625000', '173548.085000', '173548.545000', '173549.005000', '173549.465000', '173549.925000', '173550.385000', '173550.845000', '173551.305000', '173551.765000', '173552.225000', '173552.685000', '173553.145000', '173553.605000', '173554.065000', '173554.525000', '173554.985000', '173555.445000', '173555.905000', '173556.365000', '173556.825000', '173557.285000', '173557.745000', '173558.205000', '173558.665000', '173559.125000', '173559.585000', '173600.045000', '173600.505000', '173600.965000', '173601.425000', '173601.885000', '173602.345000', '173602.805000', '173603.265000', '173603.725000', '173604.185000', '173604.645000', '173605.105000', '173605.565000', '173606.025000', '173606.485000', '173606.945000', '173607.405000', '173607.865000', '173608.325000', '173608.785000', '173609.245000', '173609.705000', '173610.165000', '173610.625000', '173611.085000', '173611.545000', '173612.005000'], 'ContentTime': ['172945.779000', '172945.783000', '172945.786000', '172945.789000', '172945.795000', '172945.798000', '172945.802000', '172945.806000', '172945.809000', '172945.812000', '172945.815000', '172945.818000', '172945.821000', '172945.824000', '172945.827000', '172945.840000', '172945.843000', '172945.846000', '172945.849000', '172945.852000', '172945.855000', '172945.858000', '172945.860000', '172945.863000', '172945.866000', '172945.869000', '172945.872000', '172945.875000', '172945.878000', '172945.881000', '173005.743000', '173005.746000', '173005.749000', '173005.751000', '173005.754000', '173005.757000', '173005.760000', '173005.763000', '173005.766000', '173005.769000', '173005.771000', '173005.774000', '173005.777000', '173005.780000', '173005.783000', '173005.786000', '173005.788000', '173005.791000', '173005.794000', '173005.797000', '173005.800000', '173005.803000', '173005.810000', '173005.812000', '173005.816000', '173005.818000', '173005.821000', '173005.824000', '173005.827000', '173005.830000', '173005.832000', '173005.835000', '173005.838000', '173005.841000', '173005.844000', '173005.847000', '173005.850000', '173005.852000', '173005.855000', '173005.858000', '173005.861000', '173005.864000', '173005.867000', '173005.869000', '173025.743000', '173025.746000', '173025.749000', '173025.752000', '173025.755000', '173025.757000', '173025.760000', '173025.763000', '173025.766000', '173025.769000', '173025.772000', '173025.775000', '173025.777000', '173025.780000', '173025.783000', '173025.786000', '173025.789000', '173025.791000', '173025.794000', '173025.797000', '173025.800000', '173025.803000', '173025.806000', '173025.809000', '173025.811000', '173025.814000', '173025.817000', '173025.820000', '173025.823000', '173025.826000', '173025.829000', '173025.858000', '173025.861000', '173025.863000', '173025.866000', '173025.869000', '173025.872000', '173025.875000', '173025.890000', '173025.893000', '173025.903000', '173025.906000', '173025.909000', '173045.743000', '173045.746000', '173045.749000', '173045.752000', '173045.754000', '173045.757000', '173045.760000', '173045.763000', '173045.766000', '173045.769000', '173045.771000', '173045.774000', '173045.777000', '173045.780000', '173045.783000', '173045.786000', '173045.789000', '173045.791000', '173045.794000', '173045.797000', '173045.800000', '173045.803000', '173045.806000', '173045.809000', '173045.812000', '173045.814000', '173045.817000', '173045.820000', '173045.823000', '173045.826000', '173045.828000', '173045.831000', '173045.834000', '173045.837000', '173045.840000', '173045.843000', '173045.845000', '173045.848000', '173045.851000', '173045.854000', '173045.857000', '173045.860000', '173045.863000', '173045.866000', '173105.742000', '173105.745000', '173105.748000', '173105.751000', '173105.753000', '173105.756000', '173105.759000', '173105.762000', '173105.765000', '173105.768000', '173105.771000', '173105.773000', '173105.776000', '173105.780000', '173105.784000', '173105.787000', '173105.789000', '173105.792000', '173105.795000', '173105.798000', '173105.801000', '173105.804000', '173105.807000', '173105.810000', '173105.812000', '173105.815000', '173105.818000', '173105.821000', '173105.824000', '173105.827000', '173105.830000', '173105.833000', '173105.836000', '173105.839000', '173105.842000', '173105.846000', '173105.848000', '173105.851000', '173105.854000', '173105.857000', '173105.860000', '173105.863000', '173105.866000', '173125.742000', '173125.745000', '173125.748000', '173125.751000', '173125.754000', '173125.756000', '173125.759000', '173125.762000', '173125.765000', '173125.768000', '173125.771000', '173125.774000', '173125.777000', '173125.779000', '173125.782000', '173125.785000', '173125.788000', '173125.791000', '173125.794000', '173125.796000', '173125.799000', '173125.802000', '173125.805000', '173125.808000', '173125.811000', '173125.814000', '173125.817000', '173125.819000', '173125.822000', '173125.825000', '173125.828000', '173125.831000', '173125.834000', '173125.836000', '173125.839000', '173125.842000', '173125.845000', '173125.848000', '173125.851000', '173125.854000', '173125.856000', '173125.859000', '173125.862000', '173125.865000', '173145.743000', '173145.746000', '173145.749000', '173145.752000', '173145.755000', '173145.757000', '173145.760000', '173145.763000', '173145.766000', '173145.769000', '173145.772000', '173145.775000', '173145.778000', '173145.780000', '173145.783000', '173145.786000', '173145.789000', '173145.792000', '173145.795000', '173145.797000', '173145.801000', '173145.803000', '173145.806000', '173145.809000', '173145.812000', '173145.815000', '173145.818000', '173145.820000', '173145.823000', '173145.826000', '173145.829000', '173145.832000', '173145.835000', '173145.838000', '173145.840000', '173145.843000', '173145.846000', '173145.849000', '173145.852000', '173145.855000', '173145.858000', '173145.861000', '173145.864000', '173205.743000', '173205.746000', '173205.749000', '173205.752000', '173205.754000', '173205.757000', '173205.760000', '173205.763000', '173205.766000', '173205.769000', '173205.772000', '173205.775000', '173205.777000', '173205.780000', '173205.783000', '173205.786000', '173205.789000', '173205.792000', '173205.795000', '173205.797000', '173205.800000', '173205.803000', '173205.806000', '173205.809000', '173205.812000', '173205.815000', '173205.818000', '173205.820000', '173205.823000', '173205.826000', '173205.829000', '173205.832000', '173205.835000', '173205.838000', '173205.852000', '173205.855000', '173205.858000', '173205.861000', '173205.864000', '173205.867000', '173205.869000', '173205.872000', '173205.875000', '173205.878000', '173225.743000', '173225.746000', '173225.749000', '173225.752000', '173225.755000', '173225.758000', '173225.760000', '173225.763000', '173225.766000', '173225.769000', '173225.772000', '173225.775000', '173225.778000', '173225.781000', '173225.783000', '173225.786000', '173225.789000', '173225.792000', '173225.795000', '173225.798000', '173225.801000', '173225.803000', '173225.806000', '173225.809000', '173225.812000', '173225.815000', '173225.820000', '173225.823000', '173225.826000', '173225.829000', '173225.831000', '173225.834000', '173225.837000', '173225.840000', '173225.843000', '173225.846000', '173225.849000', '173225.852000', '173225.854000', '173225.857000', '173225.860000', '173225.863000', '173225.866000', '173245.743000', '173245.746000', '173245.749000', '173245.751000', '173245.755000', '173245.757000', '173245.760000', '173245.763000', '173245.766000', '173245.769000', '173245.772000', '173245.775000', '173245.778000', '173245.781000', '173245.784000', '173245.786000', '173245.789000', '173245.792000', '173245.795000', '173245.798000', '173245.801000', '173245.804000', '173245.807000', '173245.809000', '173245.812000', '173245.815000', '173245.818000', '173245.821000', '173245.824000', '173245.827000', '173245.829000', '173245.832000', '173245.835000', '173245.838000', '173245.841000', '173245.844000', '173245.847000', '173245.850000', '173245.852000', '173245.855000', '173245.858000', '173245.861000', '173245.864000', '173245.867000', '173305.743000', '173305.746000', '173305.749000', '173305.752000', '173305.755000', '173305.758000', '173305.761000', '173305.763000', '173305.766000', '173305.769000', '173305.772000', '173305.775000', '173305.778000', '173305.781000', '173305.783000', '173305.786000', '173305.789000', '173305.792000', '173305.795000', '173305.798000', '173305.801000', '173305.803000', '173305.806000', '173305.809000', '173305.812000', '173305.815000', '173305.818000', '173305.820000', '173305.823000', '173305.826000', '173305.829000', '173305.832000', '173305.835000', '173305.838000', '173305.841000', '173305.843000', '173305.846000', '173305.849000', '173305.852000', '173305.855000', '173305.858000', '173305.861000', '173305.864000', '173325.742000', '173325.745000', '173325.748000', '173325.758000', '173325.761000', '173325.764000', '173325.767000', '173325.770000', '173325.773000', '173325.775000', '173325.778000', '173325.781000', '173325.784000', '173325.787000', '173325.790000', '173325.793000', '173325.795000', '173325.798000', '173325.801000', '173325.804000', '173325.807000', '173325.810000', '173325.813000', '173325.816000', '173325.819000', '173325.821000', '173325.824000', '173325.827000', '173325.830000', '173325.833000', '173325.836000', '173325.839000', '173325.842000', '173325.844000', '173325.847000', '173325.850000', '173325.853000', '173325.856000', '173325.859000', '173325.862000', '173325.864000', '173325.867000', '173325.870000', '173325.873000', '173345.742000', '173345.745000', '173345.748000', '173345.751000', '173345.754000', '173345.757000', '173345.760000', '173345.762000', '173345.765000', '173345.768000', '173345.771000', '173345.774000', '173345.777000', '173345.780000', '173345.783000', '173345.797000', '173345.800000', '173345.803000', '173345.805000', '173345.808000', '173345.811000', '173345.814000', '173345.817000', '173345.820000', '173345.823000', '173345.825000', '173345.828000', '173345.831000', '173345.834000', '173345.837000', '173345.840000', '173345.843000', '173345.846000', '173345.848000', '173345.851000', '173345.854000', '173345.858000', '173345.862000', '173345.864000', '173345.867000', '173345.870000', '173345.873000', '173345.876000', '173405.743000', '173405.746000', '173405.749000', '173405.752000', '173405.755000', '173405.757000', '173405.760000', '173405.763000', '173405.766000', '173405.769000', '173405.772000', '173405.775000', '173405.778000', '173405.781000', '173405.784000', '173405.787000', '173405.789000', '173405.792000', '173405.795000', '173405.798000', '173405.801000', '173405.804000', '173405.807000', '173405.810000', '173405.812000', '173405.815000', '173405.818000', '173405.821000', '173405.824000', '173405.827000', '173405.830000', '173405.833000', '173405.835000', '173405.838000', '173405.841000', '173405.844000', '173405.847000', '173405.850000', '173405.853000', '173405.856000', '173405.858000', '173405.861000', '173405.864000', '173405.867000', '173425.743000', '173425.746000', '173425.749000', '173425.752000', '173425.755000', '173425.758000', '173425.760000', '173425.763000', '173425.766000', '173425.769000', '173425.772000', '173425.775000', '173425.778000', '173425.781000', '173425.783000', '173425.786000', '173425.789000', '173425.792000', '173425.795000', '173425.798000', '173425.801000', '173425.803000', '173425.806000', '173425.809000', '173425.812000', '173425.815000', '173425.818000', '173425.821000', '173425.824000', '173425.827000', '173425.829000', '173425.832000', '173425.835000', '173425.838000', '173425.841000', '173425.844000', '173425.847000', '173425.849000', '173425.852000', '173425.855000', '173425.858000', '173425.861000', '173425.864000', '173445.743000', '173445.746000', '173445.749000', '173445.752000', '173445.754000', '173445.757000', '173445.760000', '173445.763000', '173445.766000', '173445.769000', '173445.772000', '173445.775000', '173445.778000', '173445.781000', '173445.784000', '173445.786000', '173445.789000', '173445.792000', '173445.795000', '173445.798000', '173445.801000', '173445.804000', '173445.806000', '173445.809000', '173445.812000', '173445.815000', '173445.818000', '173445.821000', '173445.824000', '173445.827000', '173445.829000', '173445.832000', '173445.835000', '173445.838000', '173445.841000', '173445.844000', '173445.847000', '173445.850000', '173445.852000', '173445.855000', '173445.858000', '173445.861000', '173445.864000', '173445.867000', '173505.743000', '173505.746000', '173505.749000', '173505.752000', '173505.755000', '173505.757000', '173505.760000', '173505.763000', '173505.766000', '173505.769000', '173505.772000', '173505.775000', '173505.778000', '173505.780000', '173505.783000', '173505.786000', '173505.789000', '173505.792000', '173505.795000', '173505.798000', '173505.800000', '173505.803000', '173505.806000', '173505.809000', '173505.812000', '173505.815000', '173505.818000', '173505.820000', '173505.823000', '173505.826000', '173505.829000', '173505.832000', '173505.835000', '173505.838000', '173505.840000', '173505.843000', '173505.846000', '173505.849000', '173505.852000', '173505.855000', '173505.868000', '173505.870000', '173505.873000', '173525.743000', '173525.746000', '173525.749000', '173525.752000', '173525.756000', '173525.759000', '173525.762000', '173525.765000', '173525.768000', '173525.771000', '173525.773000', '173525.776000', '173525.779000', '173525.782000', '173525.785000', '173525.788000', '173525.791000', '173525.794000', '173525.796000', '173525.799000', '173525.802000', '173525.805000', '173525.808000', '173525.811000', '173525.814000', '173525.817000', '173525.819000', '173525.822000', '173525.825000', '173525.828000', '173525.831000', '173525.834000', '173525.836000', '173525.839000', '173525.842000', '173525.845000', '173525.848000', '173525.850000', '173525.853000', '173525.856000', '173525.859000', '173525.862000', '173525.865000', '173545.742000', '173545.745000', '173545.748000', '173545.751000', '173545.754000', '173545.757000', '173545.759000', '173545.762000', '173545.765000', '173545.768000', '173545.771000', '173545.774000', '173545.777000', '173545.780000', '173545.783000', '173545.786000', '173545.788000', '173545.791000', '173545.794000', '173545.797000', '173545.800000', '173545.803000', '173545.805000', '173545.808000', '173545.811000', '173545.814000', '173545.817000', '173545.820000', '173545.823000', '173545.826000', '173545.829000', '173545.832000', '173545.834000', '173545.837000', '173545.840000', '173545.843000', '173545.846000', '173545.849000', '173545.852000', '173545.855000', '173545.857000', '173545.860000', '173545.863000', '173545.866000', '173605.742000', '173605.745000', '173605.748000', '173605.751000', '173605.754000', '173605.757000', '173605.760000', '173605.762000', '173605.765000', '173605.769000', '173605.773000', '173605.777000', '173605.780000', '173605.782000', '173605.785000', '173605.788000', '173605.791000', '173605.794000', '173605.797000', '173605.800000', '173605.803000', '173605.805000', '173605.808000', '173605.811000', '173605.814000', '173605.817000', '173605.820000', '173605.823000', '173605.826000', '173605.828000', '173605.831000', '173605.834000', '173605.837000', '173605.840000', '173605.843000', '173605.846000', '173605.849000', '173605.851000', '173605.854000', '173605.857000', '173605.860000', '173605.863000', '173605.866000', '173612.738000', '173612.741000', '173612.752000', '173612.755000', '173612.758000', '173612.761000', '173612.764000', '173612.767000', '173612.770000', '173612.773000', '173612.776000', '173612.779000', '173612.782000', '173612.785000', '173612.788000', '173612.791000'], 'InstanceCreationTime': ['172945.779000', '172945.783000', '172945.786000', '172945.789000', '172945.795000', '172945.798000', '172945.802000', '172945.806000', '172945.809000', '172945.812000', '172945.815000', '172945.818000', '172945.821000', '172945.824000', '172945.827000', '172945.840000', '172945.843000', '172945.846000', '172945.849000', '172945.852000', '172945.855000', '172945.858000', '172945.860000', '172945.863000', '172945.866000', '172945.869000', '172945.872000', '172945.875000', '172945.878000', '172945.881000', '173005.743000', '173005.746000', '173005.749000', '173005.751000', '173005.754000', '173005.757000', '173005.760000', '173005.763000', '173005.766000', '173005.769000', '173005.771000', '173005.774000', '173005.777000', '173005.780000', '173005.783000', '173005.786000', '173005.788000', '173005.791000', '173005.794000', '173005.797000', '173005.800000', '173005.803000', '173005.810000', '173005.812000', '173005.816000', '173005.818000', '173005.821000', '173005.824000', '173005.827000', '173005.830000', '173005.832000', '173005.835000', '173005.838000', '173005.841000', '173005.844000', '173005.847000', '173005.850000', '173005.852000', '173005.855000', '173005.858000', '173005.861000', '173005.864000', '173005.867000', '173005.869000', '173025.743000', '173025.746000', '173025.749000', '173025.752000', '173025.755000', '173025.757000', '173025.760000', '173025.763000', '173025.766000', '173025.769000', '173025.772000', '173025.775000', '173025.777000', '173025.780000', '173025.783000', '173025.786000', '173025.789000', '173025.791000', '173025.794000', '173025.797000', '173025.800000', '173025.803000', '173025.806000', '173025.809000', '173025.811000', '173025.814000', '173025.817000', '173025.820000', '173025.823000', '173025.826000', '173025.829000', '173025.858000', '173025.861000', '173025.863000', '173025.866000', '173025.869000', '173025.872000', '173025.875000', '173025.890000', '173025.893000', '173025.903000', '173025.906000', '173025.909000', '173045.743000', '173045.746000', '173045.749000', '173045.752000', '173045.754000', '173045.757000', '173045.760000', '173045.763000', '173045.766000', '173045.769000', '173045.771000', '173045.774000', '173045.777000', '173045.780000', '173045.783000', '173045.786000', '173045.789000', '173045.791000', '173045.794000', '173045.797000', '173045.800000', '173045.803000', '173045.806000', '173045.809000', '173045.812000', '173045.814000', '173045.817000', '173045.820000', '173045.823000', '173045.826000', '173045.828000', '173045.831000', '173045.834000', '173045.837000', '173045.840000', '173045.843000', '173045.845000', '173045.848000', '173045.851000', '173045.854000', '173045.857000', '173045.860000', '173045.863000', '173045.866000', '173105.742000', '173105.745000', '173105.748000', '173105.751000', '173105.753000', '173105.756000', '173105.759000', '173105.762000', '173105.765000', '173105.768000', '173105.771000', '173105.773000', '173105.776000', '173105.780000', '173105.784000', '173105.787000', '173105.789000', '173105.792000', '173105.795000', '173105.798000', '173105.801000', '173105.804000', '173105.807000', '173105.810000', '173105.812000', '173105.815000', '173105.818000', '173105.821000', '173105.824000', '173105.827000', '173105.830000', '173105.833000', '173105.836000', '173105.839000', '173105.842000', '173105.846000', '173105.848000', '173105.851000', '173105.854000', '173105.857000', '173105.860000', '173105.863000', '173105.866000', '173125.742000', '173125.745000', '173125.748000', '173125.751000', '173125.754000', '173125.756000', '173125.759000', '173125.762000', '173125.765000', '173125.768000', '173125.771000', '173125.774000', '173125.777000', '173125.779000', '173125.782000', '173125.785000', '173125.788000', '173125.791000', '173125.794000', '173125.796000', '173125.799000', '173125.802000', '173125.805000', '173125.808000', '173125.811000', '173125.814000', '173125.817000', '173125.819000', '173125.822000', '173125.825000', '173125.828000', '173125.831000', '173125.834000', '173125.836000', '173125.839000', '173125.842000', '173125.845000', '173125.848000', '173125.851000', '173125.854000', '173125.856000', '173125.859000', '173125.862000', '173125.865000', '173145.743000', '173145.746000', '173145.749000', '173145.752000', '173145.755000', '173145.757000', '173145.760000', '173145.763000', '173145.766000', '173145.769000', '173145.772000', '173145.775000', '173145.778000', '173145.780000', '173145.783000', '173145.786000', '173145.789000', '173145.792000', '173145.795000', '173145.797000', '173145.801000', '173145.803000', '173145.806000', '173145.809000', '173145.812000', '173145.815000', '173145.818000', '173145.820000', '173145.823000', '173145.826000', '173145.829000', '173145.832000', '173145.835000', '173145.838000', '173145.840000', '173145.843000', '173145.846000', '173145.849000', '173145.852000', '173145.855000', '173145.858000', '173145.861000', '173145.864000', '173205.743000', '173205.746000', '173205.749000', '173205.752000', '173205.754000', '173205.757000', '173205.760000', '173205.763000', '173205.766000', '173205.769000', '173205.772000', '173205.775000', '173205.777000', '173205.780000', '173205.783000', '173205.786000', '173205.789000', '173205.792000', '173205.795000', '173205.797000', '173205.800000', '173205.803000', '173205.806000', '173205.809000', '173205.812000', '173205.815000', '173205.818000', '173205.820000', '173205.823000', '173205.826000', '173205.829000', '173205.832000', '173205.835000', '173205.838000', '173205.852000', '173205.855000', '173205.858000', '173205.861000', '173205.864000', '173205.867000', '173205.869000', '173205.872000', '173205.875000', '173205.878000', '173225.743000', '173225.746000', '173225.749000', '173225.752000', '173225.755000', '173225.758000', '173225.760000', '173225.763000', '173225.766000', '173225.769000', '173225.772000', '173225.775000', '173225.778000', '173225.781000', '173225.783000', '173225.786000', '173225.789000', '173225.792000', '173225.795000', '173225.798000', '173225.801000', '173225.803000', '173225.806000', '173225.809000', '173225.812000', '173225.815000', '173225.820000', '173225.823000', '173225.826000', '173225.829000', '173225.831000', '173225.834000', '173225.837000', '173225.840000', '173225.843000', '173225.846000', '173225.849000', '173225.852000', '173225.854000', '173225.857000', '173225.860000', '173225.863000', '173225.866000', '173245.743000', '173245.746000', '173245.749000', '173245.751000', '173245.755000', '173245.757000', '173245.760000', '173245.763000', '173245.766000', '173245.769000', '173245.772000', '173245.775000', '173245.778000', '173245.781000', '173245.784000', '173245.786000', '173245.789000', '173245.792000', '173245.795000', '173245.798000', '173245.801000', '173245.804000', '173245.807000', '173245.809000', '173245.812000', '173245.815000', '173245.818000', '173245.821000', '173245.824000', '173245.827000', '173245.829000', '173245.832000', '173245.835000', '173245.838000', '173245.841000', '173245.844000', '173245.847000', '173245.850000', '173245.852000', '173245.855000', '173245.858000', '173245.861000', '173245.864000', '173245.867000', '173305.743000', '173305.746000', '173305.749000', '173305.752000', '173305.755000', '173305.758000', '173305.761000', '173305.763000', '173305.766000', '173305.769000', '173305.772000', '173305.775000', '173305.778000', '173305.781000', '173305.783000', '173305.786000', '173305.789000', '173305.792000', '173305.795000', '173305.798000', '173305.801000', '173305.803000', '173305.806000', '173305.809000', '173305.812000', '173305.815000', '173305.818000', '173305.820000', '173305.823000', '173305.826000', '173305.829000', '173305.832000', '173305.835000', '173305.838000', '173305.841000', '173305.843000', '173305.846000', '173305.849000', '173305.852000', '173305.855000', '173305.858000', '173305.861000', '173305.864000', '173325.742000', '173325.745000', '173325.748000', '173325.758000', '173325.761000', '173325.764000', '173325.767000', '173325.770000', '173325.773000', '173325.775000', '173325.778000', '173325.781000', '173325.784000', '173325.787000', '173325.790000', '173325.793000', '173325.795000', '173325.798000', '173325.801000', '173325.804000', '173325.807000', '173325.810000', '173325.813000', '173325.816000', '173325.819000', '173325.821000', '173325.824000', '173325.827000', '173325.830000', '173325.833000', '173325.836000', '173325.839000', '173325.842000', '173325.844000', '173325.847000', '173325.850000', '173325.853000', '173325.856000', '173325.859000', '173325.862000', '173325.864000', '173325.867000', '173325.870000', '173325.873000', '173345.742000', '173345.745000', '173345.748000', '173345.751000', '173345.754000', '173345.757000', '173345.760000', '173345.762000', '173345.765000', '173345.768000', '173345.771000', '173345.774000', '173345.777000', '173345.780000', '173345.783000', '173345.797000', '173345.800000', '173345.803000', '173345.805000', '173345.808000', '173345.811000', '173345.814000', '173345.817000', '173345.820000', '173345.823000', '173345.825000', '173345.828000', '173345.831000', '173345.834000', '173345.837000', '173345.840000', '173345.843000', '173345.846000', '173345.848000', '173345.851000', '173345.854000', '173345.858000', '173345.862000', '173345.864000', '173345.867000', '173345.870000', '173345.873000', '173345.876000', '173405.743000', '173405.746000', '173405.749000', '173405.752000', '173405.755000', '173405.757000', '173405.760000', '173405.763000', '173405.766000', '173405.769000', '173405.772000', '173405.775000', '173405.778000', '173405.781000', '173405.784000', '173405.787000', '173405.789000', '173405.792000', '173405.795000', '173405.798000', '173405.801000', '173405.804000', '173405.807000', '173405.810000', '173405.812000', '173405.815000', '173405.818000', '173405.821000', '173405.824000', '173405.827000', '173405.830000', '173405.833000', '173405.835000', '173405.838000', '173405.841000', '173405.844000', '173405.847000', '173405.850000', '173405.853000', '173405.856000', '173405.858000', '173405.861000', '173405.864000', '173405.867000', '173425.743000', '173425.746000', '173425.749000', '173425.752000', '173425.755000', '173425.758000', '173425.760000', '173425.763000', '173425.766000', '173425.769000', '173425.772000', '173425.775000', '173425.778000', '173425.781000', '173425.783000', '173425.786000', '173425.789000', '173425.792000', '173425.795000', '173425.798000', '173425.801000', '173425.803000', '173425.806000', '173425.809000', '173425.812000', '173425.815000', '173425.818000', '173425.821000', '173425.824000', '173425.827000', '173425.829000', '173425.832000', '173425.835000', '173425.838000', '173425.841000', '173425.844000', '173425.847000', '173425.849000', '173425.852000', '173425.855000', '173425.858000', '173425.861000', '173425.864000', '173445.743000', '173445.746000', '173445.749000', '173445.752000', '173445.754000', '173445.757000', '173445.760000', '173445.763000', '173445.766000', '173445.769000', '173445.772000', '173445.775000', '173445.778000', '173445.781000', '173445.784000', '173445.786000', '173445.789000', '173445.792000', '173445.795000', '173445.798000', '173445.801000', '173445.804000', '173445.806000', '173445.809000', '173445.812000', '173445.815000', '173445.818000', '173445.821000', '173445.824000', '173445.827000', '173445.829000', '173445.832000', '173445.835000', '173445.838000', '173445.841000', '173445.844000', '173445.847000', '173445.850000', '173445.852000', '173445.855000', '173445.858000', '173445.861000', '173445.864000', '173445.867000', '173505.743000', '173505.746000', '173505.749000', '173505.752000', '173505.755000', '173505.757000', '173505.760000', '173505.763000', '173505.766000', '173505.769000', '173505.772000', '173505.775000', '173505.778000', '173505.780000', '173505.783000', '173505.786000', '173505.789000', '173505.792000', '173505.795000', '173505.798000', '173505.800000', '173505.803000', '173505.806000', '173505.809000', '173505.812000', '173505.815000', '173505.818000', '173505.820000', '173505.823000', '173505.826000', '173505.829000', '173505.832000', '173505.835000', '173505.838000', '173505.840000', '173505.843000', '173505.846000', '173505.849000', '173505.852000', '173505.855000', '173505.868000', '173505.870000', '173505.873000', '173525.743000', '173525.746000', '173525.749000', '173525.752000', '173525.756000', '173525.759000', '173525.762000', '173525.765000', '173525.768000', '173525.771000', '173525.773000', '173525.776000', '173525.779000', '173525.782000', '173525.785000', '173525.788000', '173525.791000', '173525.794000', '173525.796000', '173525.799000', '173525.802000', '173525.805000', '173525.808000', '173525.811000', '173525.814000', '173525.817000', '173525.819000', '173525.822000', '173525.825000', '173525.828000', '173525.831000', '173525.834000', '173525.836000', '173525.839000', '173525.842000', '173525.845000', '173525.848000', '173525.850000', '173525.853000', '173525.856000', '173525.859000', '173525.862000', '173525.865000', '173545.742000', '173545.745000', '173545.748000', '173545.751000', '173545.754000', '173545.757000', '173545.759000', '173545.762000', '173545.765000', '173545.768000', '173545.771000', '173545.774000', '173545.777000', '173545.780000', '173545.783000', '173545.786000', '173545.788000', '173545.791000', '173545.794000', '173545.797000', '173545.800000', '173545.803000', '173545.805000', '173545.808000', '173545.811000', '173545.814000', '173545.817000', '173545.820000', '173545.823000', '173545.826000', '173545.829000', '173545.832000', '173545.834000', '173545.837000', '173545.840000', '173545.843000', '173545.846000', '173545.849000', '173545.852000', '173545.855000', '173545.857000', '173545.860000', '173545.863000', '173545.866000', '173605.742000', '173605.745000', '173605.748000', '173605.751000', '173605.754000', '173605.757000', '173605.760000', '173605.762000', '173605.765000', '173605.769000', '173605.773000', '173605.777000', '173605.780000', '173605.782000', '173605.785000', '173605.788000', '173605.791000', '173605.794000', '173605.797000', '173605.800000', '173605.803000', '173605.805000', '173605.808000', '173605.811000', '173605.814000', '173605.817000', '173605.820000', '173605.823000', '173605.826000', '173605.828000', '173605.831000', '173605.834000', '173605.837000', '173605.840000', '173605.843000', '173605.846000', '173605.849000', '173605.851000', '173605.854000', '173605.857000', '173605.860000', '173605.863000', '173605.866000', '173612.738000', '173612.741000', '173612.752000', '173612.755000', '173612.758000', '173612.761000', '173612.764000', '173612.767000', '173612.770000', '173612.773000', '173612.776000', '173612.779000', '173612.782000', '173612.785000', '173612.788000', '173612.791000'], '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': [13774, 9323, 14517, 9062, 12615, 9157, 14820, 10015, 14179, 9589, 14327, 10399, 14374, 9348, 13711, 9310, 13644, 9347, 13729, 9401, 13160, 9845, 11828, 9928, 12213, 10269, 13673, 9148, 9886, 8873, 10760, 10507, 9967, 12312, 9282, 10676, 11930, 10447, 12646, 10500, 12268, 9097, 10878, 10405, 14216, 9753, 10974, 8975, 8219, 9626, 9144, 9963, 9937, 13140, 15216, 10188, 10936, 10144, 11357, 10932, 10116, 11470, 11316, 13628, 10893, 12743, 16373, 13598, 17648, 12671, 16834, 16282, 11207, 18281, 10723, 9394, 13394, 10319, 10664, 10255, 11017, 10895, 9085, 14227, 12719, 10910, 11133, 11320, 10529, 9635, 11605, 11182, 10516, 11356, 13868, 10962, 8934, 14876, 12698, 9241, 16469, 12704, 9166, 13927, 10597, 9825, 10354, 8824, 9289, 9310, 10760, 14150, 12346, 16265, 15566, 14958, 13925, 9454, 10989, 9806, 8442, 14401, 10912, 10049, 11084, 11010, 10754, 15989, 12049, 9749, 9507, 9895, 9819, 11632, 10061, 9463, 15610, 13862, 11144, 18035, 15992, 11513, 17560, 13556, 14926, 13570, 10474, 10319, 11144, 9630, 9598, 9888, 11357, 10845, 10180, 11490, 9472, 9801, 9600, 9159, 9778, 10652, 8684, 9371, 9647, 9038, 9138, 9215, 10093, 9977, 9837, 11060, 8508, 9072, 10087, 9949, 13057, 10256, 11631, 11093, 9976, 10497, 9874, 8352, 10982, 10250, 9456, 15536, 14222, 17595, 14825, 16268, 10428, 8809, 10253, 8038, 9000, 9292, 10580, 9302, 11550, 12191, 10180, 14888, 11590, 13846, 13121, 10072, 12008, 9512, 11549, 12485, 11396, 15048, 9308, 9707, 9433, 9242, 12565, 10510, 8817, 9153, 8638, 9437, 9028, 8973, 13057, 10315, 9761, 10619, 9277, 11365, 9030, 13279, 8859, 10995, 9481, 9084, 9761, 8699, 8970, 11160, 8336, 8795, 13729, 9727, 9541, 8873, 9898, 13731, 15161, 14086, 11358, 10768, 11274, 14388, 13690, 10539, 13719, 9779, 9015, 9681, 8870, 11157, 11087, 9655, 14975, 10034, 12915, 11422, 9537, 16404, 9239, 9534, 14340, 12600, 9672, 14964, 11425, 9288, 8916, 9325, 10262, 9067, 9129, 10189, 9223, 8436, 8708, 9669, 10240, 9173, 9141, 8770, 8828, 9896, 12689, 11128, 15832, 10534, 10127, 10093, 8730, 11761, 10640, 8453, 10950, 10666, 11038, 9077, 11783, 11299, 14016, 11446, 17066, 15392, 16116, 14924, 11255, 15327, 9159, 9439, 9120, 10728, 8869, 8415, 9058, 9535, 10683, 10187, 9377, 8985, 9487, 11736, 10268, 8949, 9234, 9730, 9447, 9329, 9727, 11296, 8985, 10141, 9915, 8114, 11615, 8968, 9265, 9558, 8972, 12743, 9261, 13949, 10485, 11394, 11046, 8905, 13325, 9169, 10604, 10521, 9866, 11290, 9199, 14063, 8951, 10276, 9290, 9287, 10845, 9826, 11386, 12501, 9478, 13374, 15275, 18990, 17610, 18147, 14130, 9381, 10037, 10313, 9568, 8296, 9780, 9185, 11830, 11121, 15152, 15112, 14271, 12917, 9850, 11232, 9294, 13173, 9437, 8710, 11153, 10086, 9072, 14219, 9035, 9080, 9878, 10196, 9517, 13232, 9176, 12442, 9307, 9681, 11200, 9952, 9196, 9266, 9143, 9216, 11172, 9303, 9560, 10391, 8813, 10497, 9530, 10635, 8845, 9514, 8630, 9518, 12748, 9536, 9822, 11541, 8790, 13058, 9006, 13969, 10707, 9141, 12201, 9679, 13838, 9714, 12650, 9952, 16712, 9101, 9660, 17728, 13808, 13028, 9480, 13985, 18966, 14412, 14845, 19969, 18260, 19859, 18038, 13726, 13445, 10024, 9257, 10234, 9344, 8807, 10816, 10014, 13695, 13079, 13050, 9900, 9915, 9620, 9612, 10567, 11386, 10178, 8779, 9578, 10162, 12732, 9739, 9413, 9435, 9000, 9503, 9121, 10886, 9656, 11111, 10928, 9402, 11740, 9612, 9247, 9457, 9723, 9413, 9598, 10626, 10591, 10001, 10412, 9293, 11092, 11469, 10634, 9014, 11679, 9490, 12285, 10099, 8529, 15001, 12165, 15894, 17316, 15404, 20072, 15874, 21266, 15568, 19475, 11238, 14668, 9470, 9625, 14606, 9817, 8925, 13131, 10168, 13564, 10069, 12213, 9321, 9680, 9074, 9689, 13659, 10402, 11374, 10863, 10422, 10835, 9667, 14789, 9912, 8962, 10243, 9467, 11774, 9692, 12008, 10189, 9639, 9948, 9381, 11046, 9671, 10273, 9394, 9354, 10495, 9759, 11698, 9832, 12793, 9402, 11599, 9744, 9400, 10251, 10098, 13126, 13617, 14297, 13443, 14640, 12675, 13159, 12210, 9307, 12882, 9510, 12099, 9525, 9611, 9072, 8511, 9760, 10887, 10046, 10671, 8936, 8481, 13918, 12596, 15215, 9507, 9089, 11758, 9142, 10129, 14833, 18145, 19590, 19864, 15445, 21481, 14053, 9668, 9373, 10392, 9547, 9456, 9813, 9836, 15599, 11391, 11060, 9470, 10486, 8962, 8801, 9799, 10777, 11110, 10441, 9999, 12764, 10308, 9605, 10236, 10008, 8870, 8750, 9479, 10835, 8859, 9840, 8967, 10122, 10213, 9386, 9409, 9499, 10076, 10490, 9604, 10309, 9856, 9977, 9546, 8202, 10926, 11834, 11314, 11740, 13434, 13126, 12733, 15674, 16410, 12966, 13941, 16707, 14874, 14636, 16136, 18259, 17952, 16997, 13902, 18105, 11403, 9979, 11130, 9715, 11164, 10221, 14131, 12572, 16242, 17468, 16048, 14134, 17528, 13692, 15318, 12786, 10950, 10544, 10246, 11919, 9482, 9733, 9630, 9847, 9564, 9837, 10353, 10238, 9626, 9982, 10577, 10624, 10408, 11428, 10088, 10759, 10036, 10835, 9706, 10248, 9996, 11104, 10845, 10722, 11947, 9717, 13180, 10237, 11233, 10857, 10388, 10310, 10577, 12996, 10969, 13440, 11670, 15476, 14105, 10674, 13166, 15812, 14130, 18602, 16976, 17572, 16575, 13420, 9981, 14105, 10194, 17411, 14524, 19419, 15478, 17082, 9766, 12035, 17590, 15616, 14532, 10233, 14087, 16202, 14152, 11721, 9661, 10563, 15706, 11725, 15864, 13559, 12478, 17928, 12155, 17828, 12029, 10916, 11537, 11269, 15643, 13710, 9592, 11863, 9445, 9558, 14280, 10244, 10050, 9622, 10264, 9749, 9912, 10043, 9820, 10037, 11834, 10160, 9595, 9462, 10436, 11721, 9732, 10252, 9562, 10362, 10299, 9840, 11687, 9763, 10013, 9352, 9591, 9428, 9887, 11831, 9962, 11383, 11592, 10804, 12313, 10624, 13188, 10943, 10108, 12816, 10001, 14417, 12995, 15625, 13624, 16572, 16381, 12101, 18426, 15403, 16694, 16456, 10553, 10321, 17635, 16332, 14331, 13702, 16136, 15423, 16880, 14529, 9999, 9370, 9148, 13935, 11317, 10124, 16175, 13612, 16692, 15470, 15202, 14779, 10146, 14417, 9792, 9290, 9806, 10057, 14542, 11457, 11839, 9916, 9931, 11738], 'WindowCenter': [4581.0, 4516.0, 4553.0, 4504.0, 4528.0, 4501.0, 4537.0, 4498.0, 4535.0, 4497.0, 4536.0, 4496.0, 4522.0, 4484.0, 4522.0, 4471.0, 4510.0, 4471.0, 4510.0, 4471.0, 4510.0, 4482.0, 4501.0, 4482.0, 4511.0, 4491.0, 4520.0, 4482.0, 4492.0, 4486.0, 4506.0, 4507.0, 4511.0, 4528.0, 4498.0, 4507.0, 4528.0, 4519.0, 4528.0, 4507.0, 4517.0, 4473.0, 4494.0, 4505.0, 4538.0, 4510.0, 4520.0, 4499.0, 4466.0, 4500.0, 4495.0, 4508.0, 4485.0, 4513.0, 4524.0, 4486.0, 4494.0, 4496.0, 4480.0, 4480.0, 4457.0, 4453.0, 4467.0, 4486.0, 4474.0, 4497.0, 4516.0, 4484.0, 4490.0, 4473.0, 4506.0, 4496.0, 4449.0, 4474.0, 4405.0, 4387.0, 4427.0, 4410.0, 4423.0, 4451.0, 4464.0, 4438.0, 4433.0, 4467.0, 4446.0, 4436.0, 4423.0, 4434.0, 4462.0, 4423.0, 4445.0, 4443.0, 4436.0, 4447.0, 4481.0, 4477.0, 4444.0, 4494.0, 4484.0, 4442.0, 4494.0, 4485.0, 4432.0, 4469.0, 4452.0, 4455.0, 4465.0, 4443.0, 4444.0, 4445.0, 4452.0, 4486.0, 4476.0, 4518.0, 4534.0, 4510.0, 4497.0, 4445.0, 4464.0, 4442.0, 4412.0, 4481.0, 4476.0, 4466.0, 4475.0, 4477.0, 4464.0, 4491.0, 4461.0, 4430.0, 4428.0, 4438.0, 4437.0, 4445.0, 4437.0, 4444.0, 4509.0, 4470.0, 4437.0, 4476.0, 4464.0, 4435.0, 4473.0, 4442.0, 4452.0, 4423.0, 4392.0, 4392.0, 4416.0, 4421.0, 4424.0, 4423.0, 4434.0, 4446.0, 4436.0, 4446.0, 4425.0, 4437.0, 4427.0, 4426.0, 4439.0, 4450.0, 4420.0, 4427.0, 4438.0, 4429.0, 4439.0, 4441.0, 4449.0, 4452.0, 4441.0, 4462.0, 4444.0, 4442.0, 4452.0, 4453.0, 4471.0, 4453.0, 4461.0, 4450.0, 4452.0, 4474.0, 4465.0, 4434.0, 4460.0, 4451.0, 4465.0, 4504.0, 4494.0, 4503.0, 4494.0, 4490.0, 4451.0, 4442.0, 4450.0, 4419.0, 4430.0, 4440.0, 4460.0, 4439.0, 4470.0, 4456.0, 4437.0, 4462.0, 4446.0, 4466.0, 4455.0, 4434.0, 4444.0, 4423.0, 4444.0, 4441.0, 4431.0, 4451.0, 4400.0, 4412.0, 4410.0, 4425.0, 4451.0, 4434.0, 4413.0, 4411.0, 4401.0, 4412.0, 4424.0, 4439.0, 4465.0, 4446.0, 4435.0, 4445.0, 4425.0, 4445.0, 4414.0, 4454.0, 4426.0, 4444.0, 4437.0, 4426.0, 4448.0, 4428.0, 4426.0, 4445.0, 4417.0, 4430.0, 4480.0, 4451.0, 4452.0, 4441.0, 4463.0, 4493.0, 4515.0, 4504.0, 4471.0, 4460.0, 4474.0, 4491.0, 4477.0, 4448.0, 4476.0, 4449.0, 4426.0, 4426.0, 4426.0, 4446.0, 4445.0, 4424.0, 4462.0, 4424.0, 4454.0, 4430.0, 4411.0, 4461.0, 4412.0, 4424.0, 4463.0, 4454.0, 4423.0, 4449.0, 4429.0, 4399.0, 4400.0, 4413.0, 4418.0, 4399.0, 4412.0, 4422.0, 4413.0, 4399.0, 4413.0, 4424.0, 4432.0, 4425.0, 4411.0, 4402.0, 4424.0, 4436.0, 4478.0, 4459.0, 4490.0, 4461.0, 4447.0, 4436.0, 4417.0, 4458.0, 4461.0, 4430.0, 4471.0, 4461.0, 4435.0, 4401.0, 4443.0, 4446.0, 4476.0, 4470.0, 4498.0, 4479.0, 4474.0, 4451.0, 4420.0, 4447.0, 4398.0, 4397.0, 4410.0, 4431.0, 4397.0, 4386.0, 4397.0, 4408.0, 4418.0, 4421.0, 4409.0, 4399.0, 4409.0, 4427.0, 4419.0, 4400.0, 4411.0, 4424.0, 4422.0, 4422.0, 4423.0, 4431.0, 4424.0, 4434.0, 4423.0, 4392.0, 4441.0, 4424.0, 4425.0, 4433.0, 4424.0, 4452.0, 4424.0, 4464.0, 4434.0, 4443.0, 4446.0, 4426.0, 4465.0, 4439.0, 4446.0, 4446.0, 4436.0, 4445.0, 4426.0, 4451.0, 4426.0, 4435.0, 4424.0, 4426.0, 4446.0, 4437.0, 4444.0, 4454.0, 4425.0, 4467.0, 4490.0, 4486.0, 4484.0, 4472.0, 4464.0, 4424.0, 4436.0, 4462.0, 4435.0, 4403.0, 4423.0, 4423.0, 4453.0, 4457.0, 4462.0, 4462.0, 4449.0, 4426.0, 4408.0, 4416.0, 4408.0, 4449.0, 4410.0, 4387.0, 4415.0, 4418.0, 4409.0, 4458.0, 4398.0, 4397.0, 4404.0, 4419.0, 4409.0, 4449.0, 4411.0, 4439.0, 4408.0, 4422.0, 4441.0, 4420.0, 4411.0, 4410.0, 4423.0, 4424.0, 4442.0, 4424.0, 4423.0, 4444.0, 4424.0, 4444.0, 4438.0, 4445.0, 4439.0, 4437.0, 4426.0, 4437.0, 4467.0, 4451.0, 4449.0, 4471.0, 4430.0, 4466.0, 4428.0, 4476.0, 4460.0, 4439.0, 4470.0, 4439.0, 4467.0, 4439.0, 4466.0, 4425.0, 4473.0, 4415.0, 4436.0, 4511.0, 4482.0, 4482.0, 4439.0, 4454.0, 4487.0, 4476.0, 4478.0, 4508.0, 4514.0, 4499.0, 4475.0, 4455.0, 4452.0, 4423.0, 4426.0, 4423.0, 4424.0, 4414.0, 4431.0, 4420.0, 4437.0, 4438.0, 4452.0, 4410.0, 4421.0, 4407.0, 4410.0, 4431.0, 4441.0, 4420.0, 4388.0, 4396.0, 4409.0, 4427.0, 4409.0, 4397.0, 4398.0, 4399.0, 4408.0, 4409.0, 4419.0, 4423.0, 4430.0, 4431.0, 4424.0, 4453.0, 4452.0, 4427.0, 4435.0, 4438.0, 4437.0, 4439.0, 4460.0, 4459.0, 4462.0, 4473.0, 4452.0, 4475.0, 4484.0, 4489.0, 4468.0, 4499.0, 4481.0, 4498.0, 4466.0, 4433.0, 4494.0, 4487.0, 4493.0, 4514.0, 4491.0, 4502.0, 4491.0, 4512.0, 4478.0, 4488.0, 4448.0, 4476.0, 4412.0, 4413.0, 4452.0, 4422.0, 4387.0, 4437.0, 4410.0, 4438.0, 4409.0, 4427.0, 4400.0, 4407.0, 4397.0, 4422.0, 4448.0, 4420.0, 4416.0, 4418.0, 4406.0, 4417.0, 4412.0, 4449.0, 4419.0, 4400.0, 4417.0, 4410.0, 4428.0, 4410.0, 4440.0, 4421.0, 4411.0, 4420.0, 4423.0, 4441.0, 4424.0, 4432.0, 4423.0, 4423.0, 4443.0, 4448.0, 4454.0, 4435.0, 4467.0, 4449.0, 4458.0, 4437.0, 4426.0, 4434.0, 4460.0, 4492.0, 4505.0, 4489.0, 4478.0, 4464.0, 4457.0, 4466.0, 4455.0, 4427.0, 4466.0, 4438.0, 4455.0, 4437.0, 4423.0, 4412.0, 4400.0, 4455.0, 4475.0, 4437.0, 4421.0, 4386.0, 4365.0, 4429.0, 4430.0, 4439.0, 4399.0, 4378.0, 4406.0, 4362.0, 4379.0, 4432.0, 4458.0, 4466.0, 4456.0, 4435.0, 4454.0, 4435.0, 4395.0, 4384.0, 4405.0, 4394.0, 4382.0, 4405.0, 4408.0, 4458.0, 4427.0, 4414.0, 4394.0, 4407.0, 4384.0, 4388.0, 4421.0, 4431.0, 4430.0, 4430.0, 4421.0, 4439.0, 4419.0, 4409.0, 4408.0, 4421.0, 4399.0, 4400.0, 4422.0, 4431.0, 4413.0, 4423.0, 4414.0, 4447.0, 4446.0, 4441.0, 4441.0, 4452.0, 4465.0, 4477.0, 4468.0, 4476.0, 4490.0, 4493.0, 4479.0, 4450.0, 4536.0, 4477.0, 4494.0, 4494.0, 4489.0, 4480.0, 4481.0, 4523.0, 4511.0, 4475.0, 4458.0, 4471.0, 4472.0, 4471.0, 4482.0, 4507.0, 4489.0, 4480.0, 4456.0, 4475.0, 4433.0, 4401.0, 4421.0, 4413.0, 4420.0, 4421.0, 4438.0, 4416.0, 4450.0, 4448.0, 4436.0, 4436.0, 4445.0, 4427.0, 4433.0, 4413.0, 4404.0, 4392.0, 4393.0, 4401.0, 4395.0, 4382.0, 4395.0, 4394.0, 4396.0, 4409.0, 4420.0, 4433.0, 4424.0, 4433.0, 4445.0, 4444.0, 4457.0, 4457.0, 4460.0, 4460.0, 4461.0, 4474.0, 4466.0, 4476.0, 4475.0, 4486.0, 4484.0, 4487.0, 4494.0, 4492.0, 4521.0, 4492.0, 4489.0, 4505.0, 4491.0, 4491.0, 4502.0, 4521.0, 4515.0, 4510.0, 4489.0, 4508.0, 4496.0, 4467.0, 4484.0, 4491.0, 4484.0, 4490.0, 4487.0, 4476.0, 4477.0, 4453.0, 4425.0, 4452.0, 4425.0, 4472.0, 4451.0, 4458.0, 4464.0, 4460.0, 4414.0, 4394.0, 4450.0, 4437.0, 4426.0, 4384.0, 4387.0, 4435.0, 4426.0, 4395.0, 4363.0, 4360.0, 4414.0, 4406.0, 4422.0, 4401.0, 4403.0, 4443.0, 4416.0, 4458.0, 4427.0, 4419.0, 4429.0, 4431.0, 4460.0, 4450.0, 4409.0, 4426.0, 4394.0, 4405.0, 4435.0, 4405.0, 4395.0, 4394.0, 4417.0, 4406.0, 4407.0, 4409.0, 4405.0, 4408.0, 4424.0, 4417.0, 4408.0, 4409.0, 4429.0, 4440.0, 4421.0, 4433.0, 4422.0, 4434.0, 4433.0, 4435.0, 4454.0, 4448.0, 4459.0, 4453.0, 4452.0, 4452.0, 4462.0, 4482.0, 4476.0, 4498.0, 4497.0, 4487.0, 4497.0, 4490.0, 4508.0, 4489.0, 4489.0, 4509.0, 4480.0, 4508.0, 4510.0, 4494.0, 4484.0, 4490.0, 4490.0, 4462.0, 4502.0, 4479.0, 4478.0, 4475.0, 4434.0, 4411.0, 4459.0, 4463.0, 4451.0, 4467.0, 4475.0, 4466.0, 4460.0, 4450.0, 4397.0, 4383.0, 4386.0, 4438.0, 4431.0, 4433.0, 4471.0, 4464.0, 4460.0, 4450.0, 4449.0, 4436.0, 4408.0, 4447.0, 4406.0, 4394.0, 4393.0, 4393.0, 4434.0, 4415.0, 4414.0, 4393.0, 4405.0, 4412.0], 'WindowWidth': [10042.0, 9944.0, 9985.0, 9921.0, 9944.0, 9909.0, 9953.0, 9899.0, 9946.0, 9896.0, 9946.0, 9894.0, 9923.0, 9874.0, 9920.0, 9852.0, 9902.0, 9851.0, 9900.0, 9851.0, 9900.0, 9868.0, 9892.0, 9870.0, 9905.0, 9880.0, 9917.0, 9871.0, 9882.0, 9883.0, 9906.0, 9911.0, 9923.0, 9942.0, 9902.0, 9911.0, 9943.0, 9930.0, 9941.0, 9908.0, 9922.0, 9858.0, 9886.0, 9905.0, 9955.0, 9924.0, 9936.0, 9906.0, 9850.0, 9906.0, 9895.0, 9916.0, 9875.0, 9908.0, 9920.0, 9873.0, 9881.0, 9888.0, 9854.0, 9855.0, 9819.0, 9804.0, 9829.0, 9856.0, 9843.0, 9877.0, 9908.0, 9854.0, 9857.0, 9839.0, 9888.0, 9874.0, 9796.0, 9822.0, 9712.0, 9689.0, 9745.0, 9727.0, 9750.0, 9806.0, 9828.0, 9782.0, 9782.0, 9818.0, 9786.0, 9772.0, 9750.0, 9764.0, 9823.0, 9752.0, 9786.0, 9782.0, 9775.0, 9789.0, 9843.0, 9849.0, 9802.0, 9867.0, 9852.0, 9793.0, 9867.0, 9856.0, 9778.0, 9824.0, 9802.0, 9814.0, 9833.0, 9798.0, 9800.0, 9799.0, 9799.0, 9853.0, 9841.0, 9908.0, 9940.0, 9897.0, 9877.0, 9800.0, 9823.0, 9789.0, 9748.0, 9841.0, 9848.0, 9834.0, 9845.0, 9851.0, 9828.0, 9857.0, 9817.0, 9774.0, 9766.0, 9781.0, 9779.0, 9786.0, 9777.0, 9799.0, 9898.0, 9830.0, 9778.0, 9831.0, 9811.0, 9771.0, 9821.0, 9775.0, 9790.0, 9733.0, 9691.0, 9689.0, 9728.0, 9750.0, 9758.0, 9754.0, 9769.0, 9791.0, 9778.0, 9790.0, 9761.0, 9781.0, 9765.0, 9765.0, 9785.0, 9801.0, 9759.0, 9766.0, 9781.0, 9771.0, 9786.0, 9793.0, 9801.0, 9807.0, 9790.0, 9819.0, 9800.0, 9797.0, 9807.0, 9810.0, 9832.0, 9808.0, 9816.0, 9798.0, 9805.0, 9844.0, 9832.0, 9788.0, 9814.0, 9804.0, 9834.0, 9890.0, 9870.0, 9884.0, 9867.0, 9858.0, 9806.0, 9796.0, 9804.0, 9760.0, 9774.0, 9789.0, 9820.0, 9787.0, 9832.0, 9805.0, 9781.0, 9807.0, 9788.0, 9816.0, 9800.0, 9773.0, 9783.0, 9758.0, 9786.0, 9777.0, 9762.0, 9788.0, 9718.0, 9738.0, 9732.0, 9763.0, 9792.0, 9773.0, 9741.0, 9736.0, 9724.0, 9740.0, 9762.0, 9789.0, 9819.0, 9793.0, 9774.0, 9788.0, 9762.0, 9787.0, 9748.0, 9801.0, 9765.0, 9784.0, 9781.0, 9767.0, 9798.0, 9770.0, 9765.0, 9787.0, 9754.0, 9778.0, 9846.0, 9806.0, 9810.0, 9795.0, 9826.0, 9868.0, 9904.0, 9888.0, 9835.0, 9817.0, 9843.0, 9860.0, 9836.0, 9796.0, 9833.0, 9801.0, 9763.0, 9763.0, 9764.0, 9791.0, 9787.0, 9757.0, 9806.0, 9757.0, 9799.0, 9757.0, 9736.0, 9804.0, 9738.0, 9758.0, 9809.0, 9798.0, 9756.0, 9784.0, 9755.0, 9715.0, 9722.0, 9740.0, 9740.0, 9715.0, 9737.0, 9752.0, 9741.0, 9720.0, 9741.0, 9759.0, 9768.0, 9763.0, 9737.0, 9725.0, 9760.0, 9775.0, 9838.0, 9813.0, 9857.0, 9820.0, 9794.0, 9775.0, 9751.0, 9810.0, 9818.0, 9777.0, 9834.0, 9819.0, 9770.0, 9716.0, 9778.0, 9789.0, 9832.0, 9832.0, 9871.0, 9841.0, 9826.0, 9788.0, 9744.0, 9775.0, 9712.0, 9709.0, 9732.0, 9765.0, 9712.0, 9694.0, 9709.0, 9727.0, 9741.0, 9750.0, 9732.0, 9716.0, 9729.0, 9751.0, 9742.0, 9718.0, 9736.0, 9757.0, 9753.0, 9753.0, 9755.0, 9764.0, 9758.0, 9775.0, 9754.0, 9713.0, 9774.0, 9759.0, 9762.0, 9772.0, 9763.0, 9794.0, 9758.0, 9813.0, 9772.0, 9782.0, 9791.0, 9764.0, 9814.0, 9788.0, 9794.0, 9792.0, 9776.0, 9787.0, 9762.0, 9789.0, 9764.0, 9774.0, 9758.0, 9764.0, 9790.0, 9780.0, 9783.0, 9794.0, 9757.0, 9822.0, 9861.0, 9849.0, 9845.0, 9820.0, 9811.0, 9760.0, 9778.0, 9825.0, 9778.0, 9731.0, 9755.0, 9757.0, 9796.0, 9808.0, 9810.0, 9806.0, 9780.0, 9745.0, 9724.0, 9734.0, 9728.0, 9784.0, 9736.0, 9697.0, 9732.0, 9741.0, 9732.0, 9796.0, 9717.0, 9711.0, 9716.0, 9743.0, 9729.0, 9783.0, 9739.0, 9770.0, 9731.0, 9754.0, 9779.0, 9749.0, 9736.0, 9734.0, 9756.0, 9762.0, 9783.0, 9760.0, 9758.0, 9788.0, 9760.0, 9788.0, 9785.0, 9791.0, 9788.0, 9784.0, 9768.0, 9782.0, 9823.0, 9811.0, 9801.0, 9833.0, 9776.0, 9817.0, 9769.0, 9831.0, 9815.0, 9788.0, 9830.0, 9789.0, 9821.0, 9787.0, 9817.0, 9758.0, 9822.0, 9743.0, 9778.0, 9894.0, 9850.0, 9852.0, 9786.0, 9794.0, 9848.0, 9832.0, 9837.0, 9885.0, 9901.0, 9873.0, 9834.0, 9802.0, 9793.0, 9758.0, 9763.0, 9753.0, 9759.0, 9740.0, 9761.0, 9746.0, 9764.0, 9768.0, 9790.0, 9731.0, 9749.0, 9724.0, 9735.0, 9763.0, 9775.0, 9747.0, 9699.0, 9706.0, 9725.0, 9748.0, 9729.0, 9710.0, 9713.0, 9716.0, 9728.0, 9732.0, 9741.0, 9755.0, 9759.0, 9764.0, 9759.0, 9798.0, 9813.0, 9767.0, 9775.0, 9784.0, 9782.0, 9787.0, 9818.0, 9814.0, 9824.0, 9842.0, 9810.0, 9842.0, 9856.0, 9873.0, 9843.0, 9884.0, 9865.0, 9878.0, 9832.0, 9782.0, 9865.0, 9863.0, 9867.0, 9901.0, 9860.0, 9880.0, 9861.0, 9893.0, 9837.0, 9850.0, 9794.0, 9831.0, 9737.0, 9736.0, 9789.0, 9750.0, 9695.0, 9762.0, 9731.0, 9766.0, 9729.0, 9749.0, 9717.0, 9726.0, 9711.0, 9754.0, 9777.0, 9746.0, 9733.0, 9739.0, 9718.0, 9734.0, 9737.0, 9783.0, 9743.0, 9717.0, 9738.0, 9731.0, 9752.0, 9734.0, 9770.0, 9752.0, 9736.0, 9746.0, 9757.0, 9780.0, 9759.0, 9766.0, 9755.0, 9755.0, 9783.0, 9798.0, 9799.0, 9777.0, 9824.0, 9804.0, 9811.0, 9780.0, 9765.0, 9773.0, 9820.0, 9866.0, 9889.0, 9856.0, 9840.0, 9812.0, 9805.0, 9816.0, 9801.0, 9769.0, 9821.0, 9783.0, 9801.0, 9782.0, 9756.0, 9738.0, 9718.0, 9819.0, 9850.0, 9782.0, 9746.0, 9688.0, 9653.0, 9748.0, 9754.0, 9763.0, 9709.0, 9677.0, 9713.0, 9641.0, 9665.0, 9744.0, 9796.0, 9809.0, 9793.0, 9756.0, 9785.0, 9757.0, 9701.0, 9688.0, 9715.0, 9698.0, 9680.0, 9716.0, 9725.0, 9794.0, 9749.0, 9727.0, 9699.0, 9721.0, 9686.0, 9696.0, 9748.0, 9764.0, 9760.0, 9760.0, 9750.0, 9769.0, 9742.0, 9727.0, 9723.0, 9746.0, 9715.0, 9719.0, 9752.0, 9760.0, 9741.0, 9753.0, 9744.0, 9794.0, 9792.0, 9792.0, 9791.0, 9809.0, 9831.0, 9851.0, 9841.0, 9851.0, 9875.0, 9886.0, 9859.0, 9818.0, 9963.0, 9841.0, 9879.0, 9876.0, 9859.0, 9843.0, 9848.0, 9917.0, 9900.0, 9834.0, 9802.0, 9825.0, 9827.0, 9826.0, 9845.0, 9891.0, 9859.0, 9844.0, 9802.0, 9826.0, 9764.0, 9718.0, 9746.0, 9739.0, 9742.0, 9747.0, 9765.0, 9731.0, 9786.0, 9780.0, 9761.0, 9758.0, 9770.0, 9747.0, 9750.0, 9723.0, 9710.0, 9692.0, 9695.0, 9702.0, 9700.0, 9679.0, 9702.0, 9700.0, 9705.0, 9727.0, 9743.0, 9767.0, 9757.0, 9769.0, 9790.0, 9785.0, 9810.0, 9806.0, 9817.0, 9815.0, 9821.0, 9844.0, 9834.0, 9850.0, 9847.0, 9864.0, 9859.0, 9866.0, 9871.0, 9881.0, 9920.0, 9881.0, 9870.0, 9904.0, 9879.0, 9878.0, 9896.0, 9921.0, 9920.0, 9900.0, 9868.0, 9892.0, 9875.0, 9836.0, 9855.0, 9860.0, 9853.0, 9858.0, 9848.0, 9828.0, 9833.0, 9793.0, 9758.0, 9788.0, 9760.0, 9818.0, 9786.0, 9795.0, 9808.0, 9800.0, 9739.0, 9687.0, 9779.0, 9757.0, 9738.0, 9676.0, 9665.0, 9748.0, 9738.0, 9690.0, 9638.0, 9631.0, 9710.0, 9706.0, 9724.0, 9699.0, 9703.0, 9763.0, 9730.0, 9790.0, 9747.0, 9740.0, 9754.0, 9759.0, 9799.0, 9790.0, 9732.0, 9749.0, 9701.0, 9720.0, 9757.0, 9716.0, 9702.0, 9700.0, 9737.0, 9721.0, 9724.0, 9727.0, 9717.0, 9725.0, 9741.0, 9737.0, 9724.0, 9728.0, 9758.0, 9771.0, 9751.0, 9768.0, 9753.0, 9773.0, 9768.0, 9776.0, 9798.0, 9797.0, 9819.0, 9815.0, 9812.0, 9810.0, 9823.0, 9849.0, 9854.0, 9882.0, 9880.0, 9868.0, 9879.0, 9872.0, 9895.0, 9870.0, 9872.0, 9899.0, 9862.0, 9894.0, 9900.0, 9867.0, 9852.0, 9857.0, 9857.0, 9818.0, 9879.0, 9839.0, 9841.0, 9826.0, 9769.0, 9733.0, 9792.0, 9810.0, 9788.0, 9820.0, 9829.0, 9818.0, 9800.0, 9785.0, 9707.0, 9680.0, 9685.0, 9761.0, 9761.0, 9769.0, 9823.0, 9814.0, 9804.0, 9790.0, 9783.0, 9761.0, 9726.0, 9777.0, 9720.0, 9702.0, 9698.0, 9698.0, 9754.0, 9732.0, 9728.0, 9696.0, 9716.0, 9721.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.004134908256880734</td></tr>
<tr><td colspan=3>aqi</td><td>0.04581989690366973</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.71891036605052</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2276196271526971</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0451191232721</td></tr>
<tr><td colspan=3>efc</td><td>0.487</td></tr>
<tr><td colspan=3>fber</td><td>5270.4819</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2607289307217305</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>415</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>47.591743119266056</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525606456427688</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4884539406706345</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.730421025810781</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.357944402801648</td></tr>
<tr><td colspan=3>gcor</td><td>0.0374993</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012899527326226234</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02647174894809723</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.848496275687012</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>34.7676</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8312</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.0504</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295580.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>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.9936</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4436</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.2885</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3582.0363</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.0383</td></tr>
<tr><td colspan=3>tsnr</td><td>27.517854956444353</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>