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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0092/ses-01/func/sub-0092_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1355e68b779b49771ce3f577a276b104</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>09:23:55.417500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999048, -0.0276418, -0.0337569, 0.0336655, 0.980536, 0.193433]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.085781</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4133, -7755, -7164, 743, -34, -91, 155, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.909</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6a0f4c2-3945-4d1f-a329-b5c686f484ce||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6803719997406006, 0.09032218903303146, -0.07493318617343903, 109.16268920898438], [0.07416100054979324, 2.6307058334350586, 0.524838924407959, -107.7889633178711], [-0.09056732058525085, -0.5189653635025024, 2.6474382877349854, -16.535572052001953], [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': ['092355.417500', '092355.877500', '092356.337500', '092356.797500', '092357.257500', '092357.717500', '092358.177500', '092358.637500', '092359.097500', '092359.557500', '092400.017500', '092400.477500', '092400.937500', '092401.397500', '092401.857500', '092402.317500', '092402.777500', '092403.237500', '092403.697500', '092404.157500', '092404.617500', '092405.077500', '092405.537500', '092405.997500', '092406.457500', '092406.917500', '092407.377500', '092407.837500', '092408.297500', '092408.757500', '092409.217500', '092409.677500', '092410.137500', '092410.597500', '092411.057500', '092411.517500', '092411.977500', '092412.437500', '092412.897500', '092413.357500', '092413.817500', '092414.277500', '092414.737500', '092415.197500', '092415.657500', '092416.117500', '092416.577500', '092417.037500', '092417.497500', '092417.957500', '092418.417500', '092418.877500', '092419.337500', '092419.797500', '092420.257500', '092420.717500', '092421.177500', '092421.637500', '092422.097500', '092422.557500', '092423.017500', '092423.477500', '092423.937500', '092424.397500', '092424.857500', '092425.317500', '092425.777500', '092426.237500', '092426.697500', '092427.157500', '092427.617500', '092428.077500', '092428.537500', '092428.997500', '092429.457500', '092429.917500', '092430.377500', '092430.837500', '092431.297500', '092431.757500', '092432.217500', '092432.677500', '092433.137500', '092433.597500', '092434.057500', '092434.517500', '092434.977500', '092435.437500', '092435.897500', '092436.357500', '092436.817500', '092437.277500', '092437.737500', '092438.197500', '092438.657500', '092439.117500', '092439.577500', '092440.037500', '092440.497500', '092440.957500', '092441.417500', '092441.877500', '092442.337500', '092442.797500', '092443.257500', '092443.717500', '092444.177500', '092444.637500', '092445.097500', '092445.557500', '092446.017500', '092446.477500', '092446.937500', '092447.397500', '092447.857500', '092448.317500', '092448.777500', '092449.237500', '092449.697500', '092450.157500', '092450.617500', '092451.077500', '092451.537500', '092451.997500', '092452.457500', '092452.917500', '092453.377500', '092453.837500', '092454.297500', '092454.757500', '092455.217500', '092455.677500', '092456.137500', '092456.597500', '092457.057500', '092457.517500', '092457.977500', '092458.437500', '092458.897500', '092459.357500', '092459.817500', '092500.277500', '092500.737500', '092501.197500', '092501.657500', '092502.117500', '092502.577500', '092503.037500', '092503.497500', '092503.957500', '092504.417500', '092504.877500', '092505.337500', '092505.797500', '092506.257500', '092506.717500', '092507.177500', '092507.637500', '092508.097500', '092508.557500', '092509.017500', '092509.477500', '092509.937500', '092510.397500', '092510.857500', '092511.317500', '092511.777500', '092512.237500', '092512.697500', '092513.157500', '092513.617500', '092514.077500', '092514.537500', '092514.997500', '092515.457500', '092515.917500', '092516.377500', '092516.837500', '092517.297500', '092517.757500', '092518.217500', '092518.677500', '092519.137500', '092519.597500', '092520.057500', '092520.517500', '092520.977500', '092521.437500', '092521.897500', '092522.357500', '092522.817500', '092523.277500', '092523.737500', '092524.197500', '092524.657500', '092525.117500', '092525.577500', '092526.037500', '092526.497500', '092526.957500', '092527.417500', '092527.877500', '092528.337500', '092528.797500', '092529.257500', '092529.717500', '092530.177500', '092530.637500', '092531.097500', '092531.557500', '092532.017500', '092532.477500', '092532.937500', '092533.397500', '092533.857500', '092534.317500', '092534.777500', '092535.237500', '092535.697500', '092536.157500', '092536.617500', '092537.077500', '092537.537500', '092537.997500', '092538.457500', '092538.917500', '092539.377500', '092539.837500', '092540.297500', '092540.757500', '092541.217500', '092541.677500', '092542.137500', '092542.597500', '092543.057500', '092543.517500', '092543.977500', '092544.437500', '092544.897500', '092545.357500', '092545.817500', '092546.277500', '092546.737500', '092547.197500', '092547.657500', '092548.117500', '092548.577500', '092549.037500', '092549.497500', '092549.957500', '092550.417500', '092550.877500', '092551.337500', '092551.797500', '092552.257500', '092552.717500', '092553.177500', '092553.637500', '092554.097500', '092554.557500', '092555.017500', '092555.477500', '092555.937500', '092556.397500', '092556.857500', '092557.317500', '092557.777500', '092558.237500', '092558.697500', '092559.157500', '092559.617500', '092600.077500', '092600.537500', '092600.997500', '092601.457500', '092601.917500', '092602.377500', '092602.837500', '092603.297500', '092603.757500', '092604.217500', '092604.677500', '092605.137500', '092605.597500', '092606.057500', '092606.517500', '092606.977500', '092607.437500', '092607.897500', '092608.357500', '092608.817500', '092609.277500', '092609.737500', '092610.197500', '092610.657500', '092611.117500', '092611.577500', '092612.037500', '092612.497500', '092612.957500', '092613.417500', '092613.877500', '092614.337500', '092614.797500', '092615.257500', '092615.717500', '092616.177500', '092616.637500', '092617.097500', '092617.557500', '092618.017500', '092618.477500', '092618.937500', '092619.397500', '092619.857500', '092620.317500', '092620.777500', '092621.237500', '092621.697500', '092622.157500', '092622.617500', '092623.077500', '092623.537500', '092623.997500', '092624.457500', '092624.917500', '092625.377500', '092625.837500', '092626.297500', '092626.757500', '092627.217500', '092627.677500', '092628.137500', '092628.597500', '092629.057500', '092629.517500', '092629.977500', '092630.437500', '092630.897500', '092631.357500', '092631.817500', '092632.277500', '092632.737500', '092633.197500', '092633.657500', '092634.117500', '092634.577500', '092635.037500', '092635.497500', '092635.957500', '092636.417500', '092636.877500', '092637.337500', '092637.797500', '092638.257500', '092638.717500', '092639.177500', '092639.637500', '092640.097500', '092640.557500', '092641.017500', '092641.477500', '092641.937500', '092642.397500', '092642.857500', '092643.317500', '092643.777500', '092644.237500', '092644.697500', '092645.157500', '092645.617500', '092646.077500', '092646.537500', '092646.997500', '092647.457500', '092647.917500', '092648.377500', '092648.837500', '092649.297500', '092649.757500', '092650.217500', '092650.677500', '092651.137500', '092651.597500', '092652.057500', '092652.517500', '092652.977500', '092653.437500', '092653.897500', '092654.357500', '092654.817500', '092655.277500', '092655.737500', '092656.197500', '092656.657500', '092657.117500', '092657.577500', '092658.037500', '092658.497500', '092658.957500', '092659.417500', '092659.877500', '092700.337500', '092700.797500', '092701.257500', '092701.717500', '092702.177500', '092702.637500', '092703.097500', '092703.557500', '092704.017500', '092704.477500', '092704.937500', '092705.397500', '092705.857500', '092706.317500', '092706.777500', '092707.237500', '092707.697500', '092708.157500', '092708.617500', '092709.077500', '092709.537500', '092709.997500', '092710.457500', '092710.917500', '092711.377500', '092711.837500', '092712.297500', '092712.757500', '092713.217500', '092713.677500', '092714.137500', '092714.597500', '092715.057500', '092715.517500', '092715.977500', '092716.437500', '092716.897500', '092717.357500', '092717.817500', '092718.277500', '092718.737500', '092719.197500', '092719.657500', '092720.117500', '092720.577500', '092721.037500', '092721.497500', '092721.957500', '092722.417500', '092722.877500', '092723.337500', '092723.797500', '092724.257500', '092724.717500', '092725.177500', '092725.637500', '092726.097500', '092726.557500', '092727.017500', '092727.477500', '092727.937500', '092728.397500', '092728.857500', '092729.317500', '092729.777500', '092730.237500', '092730.697500', '092731.157500', '092731.617500', '092732.077500', '092732.537500', '092732.997500', '092733.457500', '092733.917500', '092734.377500', '092734.837500', '092735.297500', '092735.757500', '092736.217500', '092736.677500', '092737.137500', '092737.597500', '092738.057500', '092738.517500', '092738.977500', '092739.437500', '092739.897500', '092740.357500', '092740.817500', '092741.277500', '092741.737500', '092742.197500', '092742.657500', '092743.117500', '092743.577500', '092744.037500', '092744.497500', '092744.957500', '092745.417500', '092745.877500', '092746.337500', '092746.797500', '092747.257500', '092747.717500', '092748.177500', '092748.637500', '092749.097500', '092749.557500', '092750.017500', '092750.477500', '092750.937500', '092751.397500', '092751.857500', '092752.317500', '092752.777500', '092753.237500', '092753.697500', '092754.157500', '092754.617500', '092755.077500', '092755.537500', '092755.997500', '092756.457500', '092756.917500', '092757.377500', '092757.837500', '092758.297500', '092758.757500', '092759.217500', '092759.677500', '092800.137500', '092800.597500', '092801.057500', '092801.517500', '092801.977500', '092802.437500', '092802.897500', '092803.357500', '092803.817500', '092804.277500', '092804.737500', '092805.197500', '092805.657500', '092806.117500', '092806.577500', '092807.037500', '092807.497500', '092807.957500', '092808.417500', '092808.877500', '092809.337500', '092809.797500', '092810.257500', '092810.717500', '092811.177500', '092811.637500', '092812.097500', '092812.557500', '092813.017500', '092813.477500', '092813.937500', '092814.397500', '092814.857500', '092815.317500', '092815.777500', '092816.237500', '092816.697500', '092817.157500', '092817.617500', '092818.077500', '092818.537500', '092818.997500', '092819.457500', '092819.917500', '092820.377500', '092820.837500', '092821.297500', '092821.757500', '092822.217500', '092822.677500', '092823.137500', '092823.597500', '092824.057500', '092824.517500', '092824.977500', '092825.437500', '092825.897500', '092826.357500', '092826.817500', '092827.277500', '092827.737500', '092828.197500', '092828.657500', '092829.117500', '092829.577500', '092830.037500', '092830.497500', '092830.957500', '092831.417500', '092831.877500', '092832.337500', '092832.797500', '092833.257500', '092833.717500', '092834.177500', '092834.637500', '092835.097500', '092835.557500', '092836.017500', '092836.477500', '092836.937500', '092837.397500', '092837.857500', '092838.317500', '092838.777500', '092839.237500', '092839.697500', '092840.157500', '092840.617500', '092841.077500', '092841.537500', '092841.997500', '092842.457500', '092842.917500', '092843.377500', '092843.837500', '092844.297500', '092844.757500', '092845.217500', '092845.677500', '092846.137500', '092846.597500', '092847.057500', '092847.517500', '092847.977500', '092848.437500', '092848.897500', '092849.357500', '092849.817500', '092850.277500', '092850.737500', '092851.197500', '092851.657500', '092852.117500', '092852.577500', '092853.037500', '092853.497500', '092853.957500', '092854.417500', '092854.877500', '092855.337500', '092855.797500', '092856.257500', '092856.717500', '092857.177500', '092857.637500', '092858.097500', '092858.557500', '092859.017500', '092859.477500', '092859.937500', '092900.397500', '092900.857500', '092901.317500', '092901.777500', '092902.237500', '092902.697500', '092903.157500', '092903.617500', '092904.077500', '092904.537500', '092904.997500', '092905.457500', '092905.917500', '092906.377500', '092906.837500', '092907.297500', '092907.757500', '092908.217500', '092908.677500', '092909.137500', '092909.597500', '092910.057500', '092910.517500', '092910.977500', '092911.437500', '092911.897500', '092912.357500', '092912.817500', '092913.277500', '092913.737500', '092914.197500', '092914.657500', '092915.117500', '092915.577500', '092916.037500', '092916.497500', '092916.957500', '092917.417500', '092917.877500', '092918.337500', '092918.797500', '092919.257500', '092919.717500', '092920.177500', '092920.637500', '092921.097500', '092921.557500', '092922.017500', '092922.477500', '092922.937500', '092923.397500', '092923.857500', '092924.317500', '092924.777500', '092925.237500', '092925.697500', '092926.157500', '092926.617500', '092927.077500', '092927.537500', '092927.997500', '092928.457500', '092928.917500', '092929.377500', '092929.837500', '092930.297500', '092930.757500', '092931.217500', '092931.677500', '092932.137500', '092932.597500', '092933.057500', '092933.517500', '092933.977500', '092934.437500', '092934.897500', '092935.357500', '092935.817500', '092936.277500', '092936.737500', '092937.197500', '092937.657500', '092938.117500', '092938.577500', '092939.037500', '092939.497500', '092939.957500', '092940.417500', '092940.877500', '092941.337500', '092941.797500', '092942.257500', '092942.717500', '092943.177500', '092943.637500', '092944.097500', '092944.557500', '092945.017500', '092945.477500', '092945.937500', '092946.397500', '092946.857500', '092947.317500', '092947.777500', '092948.237500', '092948.697500', '092949.157500', '092949.617500', '092950.077500', '092950.537500', '092950.997500', '092951.457500', '092951.917500', '092952.377500', '092952.837500', '092953.297500', '092953.757500', '092954.217500', '092954.677500', '092955.137500', '092955.597500', '092956.057500', '092956.517500', '092956.977500', '092957.437500', '092957.897500', '092958.357500', '092958.817500', '092959.277500', '092959.737500', '093000.197500', '093000.657500', '093001.117500', '093001.577500', '093002.037500', '093002.497500', '093002.957500', '093003.417500', '093003.877500', '093004.337500', '093004.797500', '093005.257500', '093005.717500', '093006.177500', '093006.637500', '093007.097500', '093007.557500', '093008.017500', '093008.477500', '093008.937500', '093009.397500', '093009.857500', '093010.317500', '093010.777500', '093011.237500', '093011.697500', '093012.157500', '093012.617500', '093013.077500', '093013.537500', '093013.997500', '093014.457500', '093014.917500', '093015.377500', '093015.837500', '093016.297500', '093016.757500', '093017.217500', '093017.677500', '093018.137500', '093018.597500', '093019.057500', '093019.517500', '093019.977500', '093020.437500', '093020.897500', '093021.357500', '093021.817500', '093022.277500', '093022.737500', '093023.197500', '093023.657500', '093024.117500', '093024.577500', '093025.037500', '093025.497500', '093025.957500', '093026.417500', '093026.877500', '093027.337500', '093027.797500', '093028.257500', '093028.717500', '093029.177500', '093029.637500', '093030.097500', '093030.557500', '093031.017500', '093031.477500', '093031.937500', '093032.397500', '093032.857500', '093033.317500', '093033.777500', '093034.237500', '093034.697500', '093035.157500', '093035.617500', '093036.077500'], 'ContentTime': ['092407.580000', '092407.582000', '092407.585000', '092407.588000', '092407.607000', '092407.609000', '092407.612000', '092407.615000', '092407.617000', '092407.620000', '092407.622000', '092407.625000', '092407.627000', '092407.630000', '092407.633000', '092407.635000', '092407.638000', '092407.640000', '092407.643000', '092407.645000', '092407.648000', '092407.650000', '092407.653000', '092427.546000', '092427.549000', '092427.552000', '092427.554000', '092427.557000', '092427.559000', '092427.576000', '092427.578000', '092427.581000', '092427.583000', '092427.586000', '092427.588000', '092427.591000', '092427.594000', '092427.596000', '092427.599000', '092427.601000', '092427.604000', '092427.606000', '092427.609000', '092427.611000', '092427.614000', '092427.616000', '092427.619000', '092427.622000', '092427.624000', '092427.627000', '092427.629000', '092427.632000', '092427.634000', '092427.637000', '092427.640000', '092427.642000', '092427.645000', '092427.647000', '092427.650000', '092427.652000', '092427.655000', '092427.657000', '092427.660000', '092427.662000', '092427.665000', '092427.667000', '092427.670000', '092447.547000', '092447.550000', '092447.553000', '092447.556000', '092447.558000', '092447.561000', '092447.564000', '092447.566000', '092447.569000', '092447.571000', '092447.574000', '092447.577000', '092447.579000', '092447.582000', '092447.584000', '092447.587000', '092447.590000', '092447.592000', '092447.595000', '092447.597000', '092447.600000', '092447.603000', '092447.605000', '092447.608000', '092447.610000', '092447.613000', '092447.615000', '092447.618000', '092447.620000', '092447.623000', '092447.626000', '092447.628000', '092447.631000', '092447.633000', '092447.636000', '092447.639000', '092447.641000', '092447.651000', '092447.654000', '092447.656000', '092447.659000', '092447.661000', '092447.664000', '092507.548000', '092507.551000', '092507.554000', '092507.556000', '092507.559000', '092507.562000', '092507.564000', '092507.567000', '092507.569000', '092507.572000', '092507.574000', '092507.577000', '092507.580000', '092507.583000', '092507.585000', '092507.588000', '092507.591000', '092507.593000', '092507.596000', '092507.599000', '092507.601000', '092507.604000', '092507.606000', '092507.609000', '092507.612000', '092507.614000', '092507.617000', '092507.619000', '092507.622000', '092507.625000', '092507.627000', '092507.630000', '092507.632000', '092507.635000', '092507.638000', '092507.640000', '092507.643000', '092507.645000', '092507.648000', '092507.651000', '092507.653000', '092507.656000', '092507.658000', '092507.661000', '092527.547000', '092527.550000', '092527.553000', '092527.556000', '092527.558000', '092527.561000', '092527.564000', '092527.566000', '092527.569000', '092527.571000', '092527.574000', '092527.576000', '092527.579000', '092527.581000', '092527.584000', '092527.587000', '092527.589000', '092527.592000', '092527.594000', '092527.597000', '092527.599000', '092527.602000', '092527.605000', '092527.607000', '092527.610000', '092527.612000', '092527.615000', '092527.618000', '092527.620000', '092527.623000', '092527.625000', '092527.628000', '092527.630000', '092527.633000', '092527.635000', '092527.638000', '092527.641000', '092527.643000', '092527.646000', '092527.648000', '092527.651000', '092527.654000', '092527.656000', '092547.547000', '092547.550000', '092547.553000', '092547.555000', '092547.558000', '092547.561000', '092547.563000', '092547.566000', '092547.569000', '092547.571000', '092547.574000', '092547.577000', '092547.579000', '092547.582000', '092547.584000', '092547.587000', '092547.590000', '092547.592000', '092547.595000', '092547.597000', '092547.600000', '092547.603000', '092547.605000', '092547.608000', '092547.610000', '092547.613000', '092547.615000', '092547.618000', '092547.620000', '092547.631000', '092547.634000', '092547.636000', '092547.639000', '092547.641000', '092547.644000', '092547.646000', '092547.649000', '092547.652000', '092547.655000', '092547.657000', '092547.660000', '092547.662000', '092547.665000', '092547.668000', '092607.548000', '092607.550000', '092607.553000', '092607.556000', '092607.558000', '092607.561000', '092607.563000', '092607.566000', '092607.568000', '092607.571000', '092607.573000', '092607.576000', '092607.578000', '092607.581000', '092607.584000', '092607.586000', '092607.589000', '092607.599000', '092607.602000', '092607.604000', '092607.607000', '092607.609000', '092607.612000', '092607.615000', '092607.617000', '092607.620000', '092607.622000', '092607.625000', '092607.628000', '092607.630000', '092607.633000', '092607.635000', '092607.638000', '092607.641000', '092607.643000', '092607.646000', '092607.649000', '092607.651000', '092607.654000', '092607.656000', '092607.659000', '092607.662000', '092607.664000', '092627.547000', '092627.550000', '092627.553000', '092627.556000', '092627.558000', '092627.561000', '092627.563000', '092627.566000', '092627.569000', '092627.571000', '092627.574000', '092627.577000', '092627.579000', '092627.582000', '092627.585000', '092627.589000', '092627.592000', '092627.595000', '092627.598000', '092627.600000', '092627.603000', '092627.608000', '092627.610000', '092627.613000', '092627.615000', '092627.618000', '092627.621000', '092627.623000', '092627.626000', '092627.629000', '092627.631000', '092627.634000', '092627.637000', '092627.639000', '092627.642000', '092627.644000', '092627.647000', '092627.650000', '092627.652000', '092627.655000', '092627.658000', '092627.660000', '092627.663000', '092647.546000', '092647.549000', '092647.552000', '092647.554000', '092647.557000', '092647.560000', '092647.562000', '092647.565000', '092647.568000', '092647.570000', '092647.573000', '092647.575000', '092647.578000', '092647.581000', '092647.583000', '092647.586000', '092647.589000', '092647.591000', '092647.594000', '092647.596000', '092647.599000', '092647.602000', '092647.604000', '092647.607000', '092647.609000', '092647.612000', '092647.614000', '092647.617000', '092647.620000', '092647.622000', '092647.625000', '092647.627000', '092647.630000', '092647.632000', '092647.635000', '092647.648000', '092647.651000', '092647.653000', '092647.656000', '092647.658000', '092647.661000', '092647.664000', '092647.666000', '092647.669000', '092707.548000', '092707.551000', '092707.553000', '092707.556000', '092707.559000', '092707.561000', '092707.564000', '092707.566000', '092707.569000', '092707.572000', '092707.574000', '092707.577000', '092707.580000', '092707.582000', '092707.585000', '092707.587000', '092707.590000', '092707.593000', '092707.595000', '092707.598000', '092707.601000', '092707.603000', '092707.606000', '092707.608000', '092707.611000', '092707.614000', '092707.616000', '092707.619000', '092707.621000', '092707.624000', '092707.627000', '092707.629000', '092707.632000', '092707.634000', '092707.637000', '092707.639000', '092707.642000', '092707.644000', '092707.647000', '092707.650000', '092707.652000', '092707.655000', '092707.657000', '092727.547000', '092727.550000', '092727.553000', '092727.555000', '092727.558000', '092727.561000', '092727.563000', '092727.575000', '092727.577000', '092727.580000', '092727.593000', '092727.596000', '092727.598000', '092727.601000', '092727.604000', '092727.606000', '092727.609000', '092727.611000', '092727.614000', '092727.617000', '092727.619000', '092727.622000', '092727.624000', '092727.627000', '092727.629000', '092727.632000', '092727.635000', '092727.637000', '092727.640000', '092727.643000', '092727.645000', '092727.648000', '092727.650000', '092727.653000', '092727.656000', '092727.658000', '092727.661000', '092727.663000', '092727.666000', '092727.669000', '092727.671000', '092727.674000', '092727.677000', '092727.679000', '092747.547000', '092747.550000', '092747.553000', '092747.556000', '092747.558000', '092747.561000', '092747.564000', '092747.566000', '092747.569000', '092747.572000', '092747.574000', '092747.577000', '092747.579000', '092747.582000', '092747.584000', '092747.587000', '092747.590000', '092747.593000', '092747.595000', '092747.598000', '092747.601000', '092747.604000', '092747.607000', '092747.609000', '092747.612000', '092747.615000', '092747.617000', '092747.620000', '092747.623000', '092747.626000', '092747.630000', '092747.633000', '092747.636000', '092747.638000', '092747.641000', '092747.644000', '092747.646000', '092747.649000', '092747.651000', '092747.654000', '092747.656000', '092747.659000', '092747.661000', '092807.548000', '092807.550000', '092807.553000', '092807.556000', '092807.558000', '092807.561000', '092807.563000', '092807.566000', '092807.568000', '092807.571000', '092807.574000', '092807.576000', '092807.579000', '092807.581000', '092807.584000', '092807.586000', '092807.589000', '092807.592000', '092807.594000', '092807.597000', '092807.600000', '092807.602000', '092807.605000', '092807.608000', '092807.610000', '092807.613000', '092807.615000', '092807.618000', '092807.621000', '092807.623000', '092807.626000', '092807.628000', '092807.631000', '092807.634000', '092807.636000', '092807.639000', '092807.641000', '092807.644000', '092807.647000', '092807.649000', '092807.652000', '092807.654000', '092807.657000', '092807.659000', '092827.547000', '092827.550000', '092827.553000', '092827.555000', '092827.558000', '092827.561000', '092827.564000', '092827.566000', '092827.569000', '092827.571000', '092827.574000', '092827.577000', '092827.579000', '092827.582000', '092827.584000', '092827.587000', '092827.590000', '092827.592000', '092827.595000', '092827.598000', '092827.600000', '092827.603000', '092827.605000', '092827.608000', '092827.611000', '092827.614000', '092827.616000', '092827.619000', '092827.622000', '092827.624000', '092827.627000', '092827.629000', '092827.632000', '092827.635000', '092827.637000', '092827.640000', '092827.643000', '092827.645000', '092827.648000', '092827.650000', '092827.653000', '092827.656000', '092827.658000', '092847.547000', '092847.551000', '092847.553000', '092847.556000', '092847.558000', '092847.561000', '092847.564000', '092847.567000', '092847.569000', '092847.572000', '092847.575000', '092847.577000', '092847.580000', '092847.583000', '092847.586000', '092847.606000', '092847.609000', '092847.611000', '092847.614000', '092847.616000', '092847.619000', '092847.622000', '092847.624000', '092847.627000', '092847.629000', '092847.632000', '092847.635000', '092847.637000', '092847.640000', '092847.642000', '092847.645000', '092847.648000', '092847.650000', '092847.653000', '092847.655000', '092847.677000', '092847.680000', '092847.682000', '092847.685000', '092847.688000', '092847.690000', '092847.693000', '092847.696000', '092847.698000', '092907.546000', '092907.549000', '092907.552000', '092907.555000', '092907.557000', '092907.560000', '092907.563000', '092907.565000', '092907.568000', '092907.571000', '092907.573000', '092907.576000', '092907.578000', '092907.581000', '092907.583000', '092907.587000', '092907.589000', '092907.592000', '092907.595000', '092907.598000', '092907.601000', '092907.604000', '092907.606000', '092907.609000', '092907.611000', '092907.614000', '092907.617000', '092907.619000', '092907.622000', '092907.625000', '092907.627000', '092907.630000', '092907.633000', '092907.635000', '092907.638000', '092907.641000', '092907.643000', '092907.646000', '092907.648000', '092907.651000', '092907.654000', '092907.656000', '092907.659000', '092927.547000', '092927.550000', '092927.553000', '092927.555000', '092927.558000', '092927.561000', '092927.563000', '092927.566000', '092927.569000', '092927.571000', '092927.574000', '092927.576000', '092927.579000', '092927.582000', '092927.585000', '092927.587000', '092927.590000', '092927.593000', '092927.595000', '092927.598000', '092927.601000', '092927.604000', '092927.606000', '092927.609000', '092927.611000', '092927.614000', '092927.617000', '092927.619000', '092927.622000', '092927.625000', '092927.627000', '092927.630000', '092927.632000', '092927.635000', '092927.638000', '092927.640000', '092927.643000', '092927.646000', '092927.648000', '092927.651000', '092927.654000', '092927.656000', '092927.659000', '092927.661000', '092947.547000', '092947.550000', '092947.553000', '092947.555000', '092947.558000', '092947.561000', '092947.563000', '092947.566000', '092947.568000', '092947.571000', '092947.574000', '092947.577000', '092947.579000', '092947.582000', '092947.584000', '092947.587000', '092947.590000', '092947.592000', '092947.595000', '092947.598000', '092947.600000', '092947.603000', '092947.606000', '092947.608000', '092947.611000', '092947.613000', '092947.616000', '092947.619000', '092947.621000', '092947.624000', '092947.627000', '092947.630000', '092947.634000', '092947.637000', '092947.639000', '092947.642000', '092947.644000', '092947.647000', '092947.650000', '092947.652000', '092947.655000', '092947.658000', '092947.660000', '093007.547000', '093007.550000', '093007.553000', '093007.556000', '093007.558000', '093007.561000', '093007.563000', '093007.566000', '093007.569000', '093007.571000', '093007.574000', '093007.576000', '093007.579000', '093007.582000', '093007.584000', '093007.587000', '093007.589000', '093007.592000', '093007.595000', '093007.597000', '093007.600000', '093007.602000', '093007.606000', '093007.609000', '093007.611000', '093007.614000', '093007.616000', '093007.619000', '093007.622000', '093007.624000', '093007.627000', '093007.629000', '093007.632000', '093007.634000', '093007.637000', '093007.640000', '093007.642000', '093007.653000', '093007.656000', '093007.659000', '093007.661000', '093007.664000', '093007.666000', '093007.669000', '093027.547000', '093027.550000', '093027.553000', '093027.556000', '093027.558000', '093027.561000', '093027.564000', '093027.566000', '093027.569000', '093027.571000', '093027.574000', '093027.576000', '093027.579000', '093027.581000', '093027.584000', '093027.587000', '093027.589000', '093027.592000', '093027.595000', '093027.597000', '093027.600000', '093027.602000', '093027.605000', '093027.607000', '093027.610000', '093027.612000', '093027.615000', '093027.618000', '093027.620000', '093027.623000', '093027.625000', '093027.628000', '093027.631000', '093027.633000', '093027.636000', '093027.638000', '093027.641000', '093027.643000', '093027.646000', '093027.649000', '093027.651000', '093027.654000', '093027.656000', '093037.765000', '093037.768000', '093037.771000', '093037.774000', '093037.777000', '093037.779000', '093037.782000', '093037.785000', '093037.787000', '093037.790000', '093037.793000', '093037.795000', '093037.798000', '093037.801000', '093037.804000', '093037.807000', '093037.811000', '093037.814000', '093037.817000', '093037.819000', '093037.822000', '093037.825000', '093037.827000'], 'InstanceCreationTime': ['092407.580000', '092407.582000', '092407.585000', '092407.588000', '092407.607000', '092407.609000', '092407.612000', '092407.615000', '092407.617000', '092407.620000', '092407.622000', '092407.625000', '092407.627000', '092407.630000', '092407.633000', '092407.635000', '092407.638000', '092407.640000', '092407.643000', '092407.645000', '092407.648000', '092407.650000', '092407.653000', '092427.546000', '092427.549000', '092427.552000', '092427.554000', '092427.557000', '092427.559000', '092427.576000', '092427.578000', '092427.581000', '092427.583000', '092427.586000', '092427.588000', '092427.591000', '092427.594000', '092427.596000', '092427.599000', '092427.601000', '092427.604000', '092427.606000', '092427.609000', '092427.611000', '092427.614000', '092427.616000', '092427.619000', '092427.622000', '092427.624000', '092427.627000', '092427.629000', '092427.632000', '092427.634000', '092427.637000', '092427.640000', '092427.642000', '092427.645000', '092427.647000', '092427.650000', '092427.652000', '092427.655000', '092427.657000', '092427.660000', '092427.662000', '092427.665000', '092427.667000', '092427.670000', '092447.547000', '092447.550000', '092447.553000', '092447.556000', '092447.558000', '092447.561000', '092447.564000', '092447.566000', '092447.569000', '092447.571000', '092447.574000', '092447.577000', '092447.579000', '092447.582000', '092447.584000', '092447.587000', '092447.590000', '092447.592000', '092447.595000', '092447.597000', '092447.600000', '092447.603000', '092447.605000', '092447.608000', '092447.610000', '092447.613000', '092447.615000', '092447.618000', '092447.620000', '092447.623000', '092447.626000', '092447.628000', '092447.631000', '092447.633000', '092447.636000', '092447.639000', '092447.641000', '092447.651000', '092447.654000', '092447.656000', '092447.659000', '092447.661000', '092447.664000', '092507.548000', '092507.551000', '092507.554000', '092507.556000', '092507.559000', '092507.562000', '092507.564000', '092507.567000', '092507.569000', '092507.572000', '092507.574000', '092507.577000', '092507.580000', '092507.583000', '092507.585000', '092507.588000', '092507.591000', '092507.593000', '092507.596000', '092507.599000', '092507.601000', '092507.604000', '092507.606000', '092507.609000', '092507.612000', '092507.614000', '092507.617000', '092507.619000', '092507.622000', '092507.625000', '092507.627000', '092507.630000', '092507.632000', '092507.635000', '092507.638000', '092507.640000', '092507.643000', '092507.645000', '092507.648000', '092507.651000', '092507.653000', '092507.656000', '092507.658000', '092507.661000', '092527.547000', '092527.550000', '092527.553000', '092527.556000', '092527.558000', '092527.561000', '092527.564000', '092527.566000', '092527.569000', '092527.571000', '092527.574000', '092527.576000', '092527.579000', '092527.581000', '092527.584000', '092527.587000', '092527.589000', '092527.592000', '092527.594000', '092527.597000', '092527.599000', '092527.602000', '092527.605000', '092527.607000', '092527.610000', '092527.612000', '092527.615000', '092527.618000', '092527.620000', '092527.623000', '092527.625000', '092527.628000', '092527.630000', '092527.633000', '092527.635000', '092527.638000', '092527.641000', '092527.643000', '092527.646000', '092527.648000', '092527.651000', '092527.654000', '092527.656000', '092547.547000', '092547.550000', '092547.553000', '092547.555000', '092547.558000', '092547.561000', '092547.563000', '092547.566000', '092547.569000', '092547.571000', '092547.574000', '092547.577000', '092547.579000', '092547.582000', '092547.584000', '092547.587000', '092547.590000', '092547.592000', '092547.595000', '092547.597000', '092547.600000', '092547.603000', '092547.605000', '092547.608000', '092547.610000', '092547.613000', '092547.615000', '092547.618000', '092547.620000', '092547.631000', '092547.634000', '092547.636000', '092547.639000', '092547.641000', '092547.644000', '092547.646000', '092547.649000', '092547.652000', '092547.655000', '092547.657000', '092547.660000', '092547.662000', '092547.665000', '092547.668000', '092607.548000', '092607.550000', '092607.553000', '092607.556000', '092607.558000', '092607.561000', '092607.563000', '092607.566000', '092607.568000', '092607.571000', '092607.573000', '092607.576000', '092607.578000', '092607.581000', '092607.584000', '092607.586000', '092607.589000', '092607.599000', '092607.602000', '092607.604000', '092607.607000', '092607.609000', '092607.612000', '092607.615000', '092607.617000', '092607.620000', '092607.622000', '092607.625000', '092607.628000', '092607.630000', '092607.633000', '092607.635000', '092607.638000', '092607.641000', '092607.643000', '092607.646000', '092607.649000', '092607.651000', '092607.654000', '092607.656000', '092607.659000', '092607.662000', '092607.664000', '092627.547000', '092627.550000', '092627.553000', '092627.556000', '092627.558000', '092627.561000', '092627.563000', '092627.566000', '092627.569000', '092627.571000', '092627.574000', '092627.577000', '092627.579000', '092627.582000', '092627.585000', '092627.589000', '092627.592000', '092627.595000', '092627.598000', '092627.600000', '092627.603000', '092627.608000', '092627.610000', '092627.613000', '092627.615000', '092627.618000', '092627.621000', '092627.623000', '092627.626000', '092627.629000', '092627.631000', '092627.634000', '092627.637000', '092627.639000', '092627.642000', '092627.644000', '092627.647000', '092627.650000', '092627.652000', '092627.655000', '092627.658000', '092627.660000', '092627.663000', '092647.546000', '092647.549000', '092647.552000', '092647.554000', '092647.557000', '092647.560000', '092647.562000', '092647.565000', '092647.568000', '092647.570000', '092647.573000', '092647.575000', '092647.578000', '092647.581000', '092647.583000', '092647.586000', '092647.589000', '092647.591000', '092647.594000', '092647.596000', '092647.599000', '092647.602000', '092647.604000', '092647.607000', '092647.609000', '092647.612000', '092647.614000', '092647.617000', '092647.620000', '092647.622000', '092647.625000', '092647.627000', '092647.630000', '092647.632000', '092647.635000', '092647.648000', '092647.651000', '092647.653000', '092647.656000', '092647.658000', '092647.661000', '092647.664000', '092647.666000', '092647.669000', '092707.548000', '092707.551000', '092707.553000', '092707.556000', '092707.559000', '092707.561000', '092707.564000', '092707.566000', '092707.569000', '092707.572000', '092707.574000', '092707.577000', '092707.580000', '092707.582000', '092707.585000', '092707.587000', '092707.590000', '092707.593000', '092707.595000', '092707.598000', '092707.601000', '092707.603000', '092707.606000', '092707.608000', '092707.611000', '092707.614000', '092707.616000', '092707.619000', '092707.621000', '092707.624000', '092707.627000', '092707.629000', '092707.632000', '092707.634000', '092707.637000', '092707.639000', '092707.642000', '092707.644000', '092707.647000', '092707.650000', '092707.652000', '092707.655000', '092707.657000', '092727.547000', '092727.550000', '092727.553000', '092727.555000', '092727.558000', '092727.561000', '092727.563000', '092727.575000', '092727.577000', '092727.580000', '092727.593000', '092727.596000', '092727.598000', '092727.601000', '092727.604000', '092727.606000', '092727.609000', '092727.611000', '092727.614000', '092727.617000', '092727.619000', '092727.622000', '092727.624000', '092727.627000', '092727.629000', '092727.632000', '092727.635000', '092727.637000', '092727.640000', '092727.643000', '092727.645000', '092727.648000', '092727.650000', '092727.653000', '092727.656000', '092727.658000', '092727.661000', '092727.663000', '092727.666000', '092727.669000', '092727.671000', '092727.674000', '092727.677000', '092727.679000', '092747.547000', '092747.550000', '092747.553000', '092747.556000', '092747.558000', '092747.561000', '092747.564000', '092747.566000', '092747.569000', '092747.572000', '092747.574000', '092747.577000', '092747.579000', '092747.582000', '092747.584000', '092747.587000', '092747.590000', '092747.593000', '092747.595000', '092747.598000', '092747.601000', '092747.604000', '092747.607000', '092747.609000', '092747.612000', '092747.615000', '092747.617000', '092747.620000', '092747.623000', '092747.626000', '092747.630000', '092747.633000', '092747.636000', '092747.638000', '092747.641000', '092747.644000', '092747.646000', '092747.649000', '092747.651000', '092747.654000', '092747.656000', '092747.659000', '092747.661000', '092807.548000', '092807.550000', '092807.553000', '092807.556000', '092807.558000', '092807.561000', '092807.563000', '092807.566000', '092807.568000', '092807.571000', '092807.574000', '092807.576000', '092807.579000', '092807.581000', '092807.584000', '092807.586000', '092807.589000', '092807.592000', '092807.594000', '092807.597000', '092807.600000', '092807.602000', '092807.605000', '092807.608000', '092807.610000', '092807.613000', '092807.615000', '092807.618000', '092807.621000', '092807.623000', '092807.626000', '092807.628000', '092807.631000', '092807.634000', '092807.636000', '092807.639000', '092807.641000', '092807.644000', '092807.647000', '092807.649000', '092807.652000', '092807.654000', '092807.657000', '092807.659000', '092827.547000', '092827.550000', '092827.553000', '092827.555000', '092827.558000', '092827.561000', '092827.564000', '092827.566000', '092827.569000', '092827.571000', '092827.574000', '092827.577000', '092827.579000', '092827.582000', '092827.584000', '092827.587000', '092827.590000', '092827.592000', '092827.595000', '092827.598000', '092827.600000', '092827.603000', '092827.605000', '092827.608000', '092827.611000', '092827.614000', '092827.616000', '092827.619000', '092827.622000', '092827.624000', '092827.627000', '092827.629000', '092827.632000', '092827.635000', '092827.637000', '092827.640000', '092827.643000', '092827.645000', '092827.648000', '092827.650000', '092827.653000', '092827.656000', '092827.658000', '092847.547000', '092847.551000', '092847.553000', '092847.556000', '092847.558000', '092847.561000', '092847.564000', '092847.567000', '092847.569000', '092847.572000', '092847.575000', '092847.577000', '092847.580000', '092847.583000', '092847.586000', '092847.606000', '092847.609000', '092847.611000', '092847.614000', '092847.616000', '092847.619000', '092847.622000', '092847.624000', '092847.627000', '092847.629000', '092847.632000', '092847.635000', '092847.637000', '092847.640000', '092847.642000', '092847.645000', '092847.648000', '092847.650000', '092847.653000', '092847.655000', '092847.677000', '092847.680000', '092847.682000', '092847.685000', '092847.688000', '092847.690000', '092847.693000', '092847.696000', '092847.698000', '092907.546000', '092907.549000', '092907.552000', '092907.555000', '092907.557000', '092907.560000', '092907.563000', '092907.565000', '092907.568000', '092907.571000', '092907.573000', '092907.576000', '092907.578000', '092907.581000', '092907.583000', '092907.587000', '092907.589000', '092907.592000', '092907.595000', '092907.598000', '092907.601000', '092907.604000', '092907.606000', '092907.609000', '092907.611000', '092907.614000', '092907.617000', '092907.619000', '092907.622000', '092907.625000', '092907.627000', '092907.630000', '092907.633000', '092907.635000', '092907.638000', '092907.641000', '092907.643000', '092907.646000', '092907.648000', '092907.651000', '092907.654000', '092907.656000', '092907.659000', '092927.547000', '092927.550000', '092927.553000', '092927.555000', '092927.558000', '092927.561000', '092927.563000', '092927.566000', '092927.569000', '092927.571000', '092927.574000', '092927.576000', '092927.579000', '092927.582000', '092927.585000', '092927.587000', '092927.590000', '092927.593000', '092927.595000', '092927.598000', '092927.601000', '092927.604000', '092927.606000', '092927.609000', '092927.611000', '092927.614000', '092927.617000', '092927.619000', '092927.622000', '092927.625000', '092927.627000', '092927.630000', '092927.632000', '092927.635000', '092927.638000', '092927.640000', '092927.643000', '092927.646000', '092927.648000', '092927.651000', '092927.654000', '092927.656000', '092927.659000', '092927.661000', '092947.547000', '092947.550000', '092947.553000', '092947.555000', '092947.558000', '092947.561000', '092947.563000', '092947.566000', '092947.568000', '092947.571000', '092947.574000', '092947.577000', '092947.579000', '092947.582000', '092947.584000', '092947.587000', '092947.590000', '092947.592000', '092947.595000', '092947.598000', '092947.600000', '092947.603000', '092947.606000', '092947.608000', '092947.611000', '092947.613000', '092947.616000', '092947.619000', '092947.621000', '092947.624000', '092947.627000', '092947.630000', '092947.634000', '092947.637000', '092947.639000', '092947.642000', '092947.644000', '092947.647000', '092947.650000', '092947.652000', '092947.655000', '092947.658000', '092947.660000', '093007.547000', '093007.550000', '093007.553000', '093007.556000', '093007.558000', '093007.561000', '093007.563000', '093007.566000', '093007.569000', '093007.571000', '093007.574000', '093007.576000', '093007.579000', '093007.582000', '093007.584000', '093007.587000', '093007.589000', '093007.592000', '093007.595000', '093007.597000', '093007.600000', '093007.602000', '093007.606000', '093007.609000', '093007.611000', '093007.614000', '093007.616000', '093007.619000', '093007.622000', '093007.624000', '093007.627000', '093007.629000', '093007.632000', '093007.634000', '093007.637000', '093007.640000', '093007.642000', '093007.653000', '093007.656000', '093007.659000', '093007.661000', '093007.664000', '093007.666000', '093007.669000', '093027.547000', '093027.550000', '093027.553000', '093027.556000', '093027.558000', '093027.561000', '093027.564000', '093027.566000', '093027.569000', '093027.571000', '093027.574000', '093027.576000', '093027.579000', '093027.581000', '093027.584000', '093027.587000', '093027.589000', '093027.592000', '093027.595000', '093027.597000', '093027.600000', '093027.602000', '093027.605000', '093027.607000', '093027.610000', '093027.612000', '093027.615000', '093027.618000', '093027.620000', '093027.623000', '093027.625000', '093027.628000', '093027.631000', '093027.633000', '093027.636000', '093027.638000', '093027.641000', '093027.643000', '093027.646000', '093027.649000', '093027.651000', '093027.654000', '093027.656000', '093037.765000', '093037.768000', '093037.771000', '093037.774000', '093037.777000', '093037.779000', '093037.782000', '093037.785000', '093037.787000', '093037.790000', '093037.793000', '093037.795000', '093037.798000', '093037.801000', '093037.804000', '093037.807000', '093037.811000', '093037.814000', '093037.817000', '093037.819000', '093037.822000', '093037.825000', '093037.827000'], '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': [12697, 14111, 11272, 18299, 12037, 19034, 12940, 19088, 14003, 17921, 12766, 11894, 11051, 11593, 10844, 11932, 10699, 12368, 16409, 11672, 14588, 11967, 14714, 12125, 15264, 12651, 15316, 12806, 11873, 10830, 10945, 11005, 10787, 13022, 11713, 16336, 11975, 15676, 11952, 15228, 11929, 13647, 11863, 11186, 11714, 11693, 16881, 12044, 15815, 12518, 18128, 11710, 17128, 11793, 15607, 12115, 17251, 12055, 17060, 11701, 11309, 12790, 13432, 12173, 11250, 12428, 11589, 12783, 13986, 12303, 12154, 12819, 13231, 17505, 11678, 19447, 15316, 23412, 17237, 18154, 14348, 14862, 11232, 10635, 11846, 11162, 12154, 15132, 12151, 11587, 11779, 11485, 12070, 12680, 12454, 16210, 11985, 15149, 11719, 13981, 11898, 14342, 12169, 16998, 12028, 15367, 11779, 14958, 12089, 13088, 12035, 12168, 13926, 11821, 13156, 11490, 14342, 13672, 12427, 11749, 11035, 11820, 11522, 16596, 12235, 14361, 12195, 11674, 11391, 14746, 11336, 15593, 12022, 14882, 13289, 14551, 11427, 15195, 11993, 15554, 11463, 14589, 11579, 14644, 11535, 13380, 11490, 11438, 12261, 13772, 12697, 12120, 11659, 11556, 11445, 12634, 12126, 17022, 13862, 16710, 13050, 18919, 11436, 16064, 12272, 14809, 11843, 12702, 11498, 10651, 11882, 11599, 12710, 11931, 13128, 11206, 14257, 11414, 17648, 14700, 18203, 13163, 18413, 13069, 17507, 12912, 18253, 15259, 17814, 10933, 14946, 10790, 10423, 11571, 10433, 11697, 10458, 11308, 10498, 11034, 10813, 12052, 13100, 11273, 13675, 11416, 14477, 11286, 15830, 12145, 17053, 11246, 16551, 11263, 17056, 11503, 14319, 11573, 10189, 13076, 10226, 17381, 11478, 12703, 11349, 11077, 10958, 11289, 11035, 11227, 11990, 11242, 14799, 12245, 14630, 11632, 18720, 11359, 16185, 12772, 17433, 12993, 12989, 11179, 10616, 17281, 11363, 15412, 12545, 12479, 10908, 13446, 11500, 13779, 14168, 11778, 12054, 11327, 12211, 12946, 12827, 12535, 16775, 11716, 12857, 10856, 13131, 15944, 15850, 11583, 10923, 11102, 10706, 15480, 11582, 11723, 11537, 11684, 12569, 11514, 11346, 11295, 11450, 16680, 12857, 17227, 14167, 12704, 13646, 17346, 14105, 18162, 16947, 12115, 12827, 10855, 12789, 10291, 15485, 19347, 15924, 17495, 11157, 16118, 11005, 11856, 11410, 10404, 11261, 10875, 11714, 10618, 10825, 10962, 11165, 10676, 11507, 11022, 11318, 10951, 11126, 10880, 12285, 16222, 11331, 16179, 11553, 15769, 11763, 15387, 13424, 11600, 10916, 11223, 11543, 12329, 15237, 12929, 19010, 11238, 16909, 11881, 11417, 15238, 15258, 11118, 11262, 10812, 11061, 14246, 11003, 11328, 11826, 10909, 11933, 11119, 11576, 10669, 14643, 10887, 15150, 11078, 15373, 11257, 16052, 12231, 15891, 14346, 13657, 10953, 11650, 14918, 10964, 15673, 12688, 11189, 11437, 11104, 11795, 11093, 11100, 11442, 13961, 11861, 12604, 10890, 14230, 11046, 17571, 11011, 12893, 11344, 11065, 11669, 11882, 17388, 12449, 14333, 11315, 11118, 14436, 11546, 17449, 12734, 17375, 11789, 17877, 13731, 12511, 12239, 11142, 11515, 10926, 16216, 12420, 19196, 15185, 10849, 11531, 10589, 14656, 11184, 10763, 12371, 11431, 15024, 11348, 16872, 13161, 11630, 11477, 11172, 13605, 10982, 16669, 13184, 11134, 13227, 10870, 14603, 11227, 12112, 13494, 10724, 15580, 11130, 14868, 13690, 11451, 12604, 10896, 15483, 10659, 16776, 11893, 18699, 13806, 17915, 11432, 16253, 11013, 10932, 10999, 10724, 10768, 10702, 10570, 11251, 11148, 11522, 11159, 11581, 11136, 10999, 11448, 12577, 11014, 11804, 10963, 12102, 11433, 13160, 10833, 11929, 11043, 13051, 15438, 13585, 18119, 12776, 19986, 13361, 19078, 13584, 19263, 16312, 18794, 13446, 19194, 12022, 17423, 12634, 18927, 14321, 16877, 11249, 15634, 10606, 15012, 12434, 14248, 11144, 14576, 10970, 15103, 10750, 11592, 11302, 11186, 12040, 10701, 14941, 11457, 17126, 11746, 12155, 14646, 11690, 15897, 11718, 12690, 18182, 12447, 18512, 15272, 16318, 13128, 13165, 11564, 11304, 14858, 11034, 14544, 10416, 12340, 11292, 16696, 10171, 15676, 10589, 16104, 10484, 13787, 13713, 11107, 12582, 10451, 14943, 10671, 15965, 13714, 12832, 13659, 10194, 16117, 10578, 18029, 12789, 18838, 15273, 18690, 10822, 16334, 11312, 15688, 12252, 16477, 10826, 13464, 11194, 14925, 10170, 12740, 10554, 11121, 10798, 11425, 11018, 11345, 10949, 12201, 10808, 12177, 10562, 13306, 10597, 15465, 12158, 16914, 12254, 17675, 11394, 19134, 13899, 12138, 14307, 15908, 10544, 12652, 10574, 11931, 10519, 13768, 10775, 14021, 10605, 15369, 10388, 14757, 10285, 16393, 10557, 14514, 10572, 11551, 15742, 12684, 13344, 10863, 10618, 11309, 11424, 11121, 12236, 11418, 10653, 11033, 12508, 11165, 16991, 10740, 15450, 11324, 13259, 10692, 13704, 10953, 15471, 12705, 14614, 12942, 11268, 11436, 15550, 11831, 18009, 13499, 18907, 14059, 16147, 11423, 16253, 10419, 13409, 10636, 11058, 10566, 11915, 10420, 12646, 10909, 15270, 10906, 16641, 10914, 16204, 13167, 17185, 14265, 17409, 11747, 14014, 11221, 15356, 11804, 14032, 13974, 10194, 12640, 10727, 13072, 10791, 16857, 10617, 16249, 10623, 15604, 10437, 15308, 10383, 14732, 10927, 13280, 10386, 12563, 10266, 12343, 10302, 14171, 10357, 15155, 12501, 11365, 11642, 12390, 11454, 16305, 13554, 11427, 14416, 10467, 12861, 11230, 15910, 15367, 17267, 10689, 11543, 11035, 11360, 15115, 12682, 10967, 11535, 11559, 11630, 13565, 10733, 11019, 11427, 10869, 12153, 10768, 13649, 10184, 17804, 10621, 17417, 10846, 17142, 12550, 16488, 14568, 14519, 11742, 14538, 11569, 16896, 10563, 15768, 12702, 12148, 11319, 18094, 13210, 17198, 14642, 11292, 11435, 11355, 11625, 17085, 13844, 13219, 12529, 10556, 11765, 10766, 15297, 12514, 18545, 11174, 16804, 11006, 14391, 10102, 15031, 10425, 16711, 10668, 15578, 10319, 15962, 12726, 12437, 14446, 10729, 16016, 12127, 15561, 12811, 12527, 15818, 10847, 16390, 10124, 16963, 14293, 12141, 12996, 10385, 15310, 10993, 15652, 12404, 12866, 15404, 10999, 17551, 10794, 18017, 13053, 18840, 12769, 18284, 10830, 16165, 10942, 15814, 10339, 15891, 10939, 13202, 10313, 11553, 11020, 11387, 10234, 12508, 10055, 13609, 10492, 14675, 10438, 15852, 10432, 15164, 10673, 14347, 11651, 13204, 11022, 14192, 10745, 14683, 10265, 13078, 13877, 12397, 15510, 12703, 10728, 11946, 12048, 10992, 10989, 11862, 10638, 14082, 10427, 15482, 11581], 'WindowCenter': [4684.0, 4682.0, 4651.0, 4688.0, 4648.0, 4686.0, 4647.0, 4673.0, 4658.0, 4662.0, 4637.0, 4633.0, 4626.0, 4624.0, 4627.0, 4637.0, 4630.0, 4648.0, 4677.0, 4638.0, 4666.0, 4648.0, 4667.0, 4659.0, 4680.0, 4660.0, 4679.0, 4661.0, 4648.0, 4650.0, 4651.0, 4651.0, 4651.0, 4672.0, 4663.0, 4706.0, 4663.0, 4691.0, 4663.0, 4692.0, 4675.0, 4683.0, 4664.0, 4662.0, 4663.0, 4664.0, 4703.0, 4673.0, 4694.0, 4672.0, 4701.0, 4661.0, 4688.0, 4660.0, 4681.0, 4660.0, 4691.0, 4662.0, 4692.0, 4649.0, 4649.0, 4659.0, 4660.0, 4657.0, 4650.0, 4671.0, 4664.0, 4672.0, 4682.0, 4673.0, 4664.0, 4689.0, 4685.0, 4703.0, 4664.0, 4714.0, 4685.0, 4716.0, 4681.0, 4695.0, 4670.0, 4657.0, 4627.0, 4615.0, 4624.0, 4625.0, 4623.0, 4655.0, 4636.0, 4625.0, 4636.0, 4633.0, 4635.0, 4647.0, 4646.0, 4667.0, 4640.0, 4668.0, 4637.0, 4657.0, 4648.0, 4669.0, 4651.0, 4678.0, 4650.0, 4668.0, 4650.0, 4668.0, 4651.0, 4661.0, 4651.0, 4651.0, 4670.0, 4648.0, 4662.0, 4651.0, 4669.0, 4669.0, 4662.0, 4649.0, 4639.0, 4638.0, 4638.0, 4679.0, 4650.0, 4685.0, 4664.0, 4639.0, 4651.0, 4668.0, 4638.0, 4692.0, 4662.0, 4670.0, 4660.0, 4657.0, 4639.0, 4655.0, 4636.0, 4670.0, 4636.0, 4658.0, 4638.0, 4656.0, 4637.0, 4647.0, 4663.0, 4649.0, 4660.0, 4670.0, 4673.0, 4662.0, 4653.0, 4652.0, 4653.0, 4662.0, 4673.0, 4692.0, 4673.0, 4681.0, 4665.0, 4688.0, 4638.0, 4666.0, 4648.0, 4657.0, 4641.0, 4648.0, 4640.0, 4641.0, 4661.0, 4651.0, 4673.0, 4660.0, 4671.0, 4654.0, 4683.0, 4664.0, 4701.0, 4685.0, 4689.0, 4661.0, 4689.0, 4660.0, 4679.0, 4648.0, 4680.0, 4655.0, 4665.0, 4614.0, 4655.0, 4613.0, 4615.0, 4625.0, 4614.0, 4624.0, 4616.0, 4628.0, 4624.0, 4626.0, 4638.0, 4649.0, 4657.0, 4638.0, 4657.0, 4650.0, 4670.0, 4664.0, 4681.0, 4661.0, 4685.0, 4641.0, 4679.0, 4640.0, 4693.0, 4653.0, 4670.0, 4639.0, 4630.0, 4648.0, 4631.0, 4676.0, 4638.0, 4662.0, 4651.0, 4640.0, 4640.0, 4650.0, 4652.0, 4653.0, 4664.0, 4665.0, 4694.0, 4666.0, 4681.0, 4654.0, 4700.0, 4652.0, 4683.0, 4660.0, 4681.0, 4648.0, 4649.0, 4627.0, 4629.0, 4678.0, 4639.0, 4669.0, 4649.0, 4649.0, 4639.0, 4657.0, 4652.0, 4668.0, 4670.0, 4648.0, 4650.0, 4641.0, 4652.0, 4663.0, 4661.0, 4660.0, 4681.0, 4650.0, 4648.0, 4629.0, 4656.0, 4670.0, 4669.0, 4637.0, 4627.0, 4626.0, 4629.0, 4664.0, 4636.0, 4638.0, 4638.0, 4653.0, 4661.0, 4650.0, 4653.0, 4651.0, 4651.0, 4692.0, 4664.0, 4691.0, 4673.0, 4660.0, 4660.0, 4680.0, 4662.0, 4681.0, 4670.0, 4626.0, 4637.0, 4616.0, 4635.0, 4615.0, 4668.0, 4679.0, 4667.0, 4665.0, 4626.0, 4653.0, 4613.0, 4625.0, 4628.0, 4615.0, 4625.0, 4627.0, 4634.0, 4620.0, 4630.0, 4627.0, 4639.0, 4642.0, 4641.0, 4642.0, 4639.0, 4640.0, 4641.0, 4639.0, 4662.0, 4693.0, 4651.0, 4682.0, 4653.0, 4693.0, 4676.0, 4694.0, 4676.0, 4654.0, 4644.0, 4641.0, 4652.0, 4663.0, 4685.0, 4660.0, 4694.0, 4639.0, 4681.0, 4636.0, 4638.0, 4657.0, 4657.0, 4625.0, 4628.0, 4614.0, 4627.0, 4658.0, 4627.0, 4628.0, 4640.0, 4643.0, 4650.0, 4643.0, 4639.0, 4642.0, 4685.0, 4657.0, 4673.0, 4640.0, 4670.0, 4640.0, 4669.0, 4638.0, 4669.0, 4658.0, 4647.0, 4615.0, 4626.0, 4657.0, 4629.0, 4658.0, 4638.0, 4626.0, 4639.0, 4624.0, 4638.0, 4637.0, 4640.0, 4637.0, 4661.0, 4641.0, 4648.0, 4637.0, 4671.0, 4639.0, 4677.0, 4638.0, 4650.0, 4641.0, 4639.0, 4652.0, 4661.0, 4692.0, 4663.0, 4673.0, 4654.0, 4650.0, 4674.0, 4653.0, 4692.0, 4666.0, 4688.0, 4654.0, 4693.0, 4673.0, 4650.0, 4647.0, 4636.0, 4639.0, 4639.0, 4679.0, 4649.0, 4689.0, 4671.0, 4630.0, 4626.0, 4631.0, 4669.0, 4641.0, 4638.0, 4650.0, 4640.0, 4668.0, 4643.0, 4681.0, 4658.0, 4640.0, 4640.0, 4636.0, 4658.0, 4643.0, 4677.0, 4661.0, 4638.0, 4651.0, 4641.0, 4670.0, 4642.0, 4649.0, 4658.0, 4627.0, 4670.0, 4637.0, 4671.0, 4662.0, 4642.0, 4650.0, 4631.0, 4659.0, 4630.0, 4670.0, 4641.0, 4690.0, 4660.0, 4668.0, 4627.0, 4667.0, 4615.0, 4617.0, 4617.0, 4626.0, 4629.0, 4627.0, 4619.0, 4625.0, 4640.0, 4640.0, 4665.0, 4663.0, 4650.0, 4654.0, 4651.0, 4666.0, 4652.0, 4665.0, 4666.0, 4679.0, 4677.0, 4691.0, 4695.0, 4690.0, 4679.0, 4688.0, 4709.0, 4687.0, 4718.0, 4676.0, 4705.0, 4663.0, 4706.0, 4665.0, 4693.0, 4669.0, 4677.0, 4648.0, 4680.0, 4638.0, 4666.0, 4637.0, 4665.0, 4648.0, 4656.0, 4627.0, 4656.0, 4620.0, 4655.0, 4640.0, 4646.0, 4630.0, 4657.0, 4623.0, 4667.0, 4628.0, 4640.0, 4641.0, 4636.0, 4650.0, 4629.0, 4671.0, 4640.0, 4683.0, 4655.0, 4662.0, 4683.0, 4651.0, 4695.0, 4662.0, 4671.0, 4705.0, 4661.0, 4702.0, 4683.0, 4683.0, 4658.0, 4649.0, 4639.0, 4625.0, 4660.0, 4630.0, 4659.0, 4627.0, 4647.0, 4626.0, 4668.0, 4619.0, 4667.0, 4629.0, 4670.0, 4631.0, 4656.0, 4661.0, 4640.0, 4652.0, 4643.0, 4671.0, 4640.0, 4681.0, 4662.0, 4661.0, 4660.0, 4634.0, 4682.0, 4628.0, 4692.0, 4650.0, 4688.0, 4671.0, 4681.0, 4632.0, 4670.0, 4631.0, 4660.0, 4638.0, 4658.0, 4626.0, 4648.0, 4630.0, 4657.0, 4632.0, 4650.0, 4628.0, 4629.0, 4626.0, 4638.0, 4628.0, 4642.0, 4638.0, 4653.0, 4637.0, 4652.0, 4642.0, 4664.0, 4641.0, 4684.0, 4661.0, 4683.0, 4656.0, 4681.0, 4641.0, 4690.0, 4660.0, 4639.0, 4658.0, 4670.0, 4618.0, 4648.0, 4627.0, 4639.0, 4640.0, 4661.0, 4642.0, 4660.0, 4630.0, 4671.0, 4631.0, 4672.0, 4628.0, 4669.0, 4632.0, 4660.0, 4628.0, 4638.0, 4668.0, 4649.0, 4645.0, 4624.0, 4614.0, 4629.0, 4625.0, 4629.0, 4636.0, 4626.0, 4619.0, 4629.0, 4636.0, 4627.0, 4667.0, 4631.0, 4657.0, 4628.0, 4648.0, 4633.0, 4663.0, 4644.0, 4670.0, 4664.0, 4670.0, 4662.0, 4644.0, 4644.0, 4668.0, 4641.0, 4679.0, 4654.0, 4676.0, 4660.0, 4657.0, 4628.0, 4656.0, 4621.0, 4649.0, 4619.0, 4629.0, 4628.0, 4639.0, 4640.0, 4663.0, 4642.0, 4679.0, 4641.0, 4681.0, 4640.0, 4678.0, 4662.0, 4682.0, 4661.0, 4677.0, 4642.0, 4656.0, 4628.0, 4671.0, 4640.0, 4658.0, 4661.0, 4618.0, 4649.0, 4628.0, 4657.0, 4640.0, 4680.0, 4629.0, 4666.0, 4626.0, 4669.0, 4631.0, 4668.0, 4617.0, 4657.0, 4630.0, 4647.0, 4627.0, 4647.0, 4629.0, 4647.0, 4628.0, 4667.0, 4645.0, 4680.0, 4665.0, 4651.0, 4654.0, 4650.0, 4650.0, 4693.0, 4673.0, 4638.0, 4671.0, 4628.0, 4651.0, 4631.0, 4669.0, 4656.0, 4679.0, 4615.0, 4627.0, 4615.0, 4626.0, 4654.0, 4647.0, 4618.0, 4625.0, 4626.0, 4637.0, 4655.0, 4629.0, 4631.0, 4637.0, 4629.0, 4650.0, 4639.0, 4671.0, 4635.0, 4692.0, 4631.0, 4683.0, 4642.0, 4693.0, 4661.0, 4681.0, 4672.0, 4669.0, 4654.0, 4671.0, 4654.0, 4689.0, 4645.0, 4681.0, 4665.0, 4661.0, 4654.0, 4703.0, 4665.0, 4691.0, 4677.0, 4641.0, 4642.0, 4626.0, 4639.0, 4682.0, 4660.0, 4650.0, 4636.0, 4616.0, 4638.0, 4629.0, 4667.0, 4640.0, 4679.0, 4629.0, 4666.0, 4617.0, 4646.0, 4619.0, 4655.0, 4619.0, 4655.0, 4617.0, 4659.0, 4618.0, 4669.0, 4661.0, 4653.0, 4657.0, 4632.0, 4668.0, 4651.0, 4669.0, 4650.0, 4650.0, 4667.0, 4632.0, 4670.0, 4620.0, 4669.0, 4663.0, 4639.0, 4649.0, 4621.0, 4671.0, 4644.0, 4668.0, 4652.0, 4651.0, 4675.0, 4629.0, 4681.0, 4629.0, 4681.0, 4652.0, 4680.0, 4635.0, 4668.0, 4618.0, 4655.0, 4618.0, 4659.0, 4608.0, 4652.0, 4616.0, 4632.0, 4603.0, 4626.0, 4616.0, 4626.0, 4617.0, 4637.0, 4622.0, 4661.0, 4631.0, 4671.0, 4636.0, 4682.0, 4629.0, 4670.0, 4631.0, 4658.0, 4637.0, 4650.0, 4628.0, 4660.0, 4628.0, 4659.0, 4622.0, 4650.0, 4650.0, 4642.0, 4656.0, 4648.0, 4630.0, 4640.0, 4638.0, 4640.0, 4638.0, 4650.0, 4646.0, 4673.0, 4643.0, 4684.0, 4653.0], 'WindowWidth': [10250.0, 10242.0, 10192.0, 10239.0, 10182.0, 10230.0, 10179.0, 10211.0, 10193.0, 10194.0, 10162.0, 10152.0, 10147.0, 10141.0, 10150.0, 10163.0, 10158.0, 10182.0, 10221.0, 10167.0, 10204.0, 10183.0, 10208.0, 10199.0, 10228.0, 10203.0, 10226.0, 10205.0, 10184.0, 10188.0, 10192.0, 10193.0, 10192.0, 10222.0, 10210.0, 10275.0, 10212.0, 10246.0, 10212.0, 10251.0, 10232.0, 10242.0, 10214.0, 10210.0, 10212.0, 10214.0, 10269.0, 10226.0, 10256.0, 10222.0, 10264.0, 10203.0, 10241.0, 10203.0, 10235.0, 10204.0, 10246.0, 10207.0, 10251.0, 10186.0, 10186.0, 10198.0, 10200.0, 10195.0, 10188.0, 10220.0, 10216.0, 10223.0, 10235.0, 10227.0, 10214.0, 10255.0, 10246.0, 10267.0, 10214.0, 10283.0, 10244.0, 10297.0, 10233.0, 10259.0, 10214.0, 10190.0, 10145.0, 10131.0, 10139.0, 10141.0, 10137.0, 10184.0, 10155.0, 10143.0, 10159.0, 10154.0, 10158.0, 10178.0, 10175.0, 10204.0, 10169.0, 10205.0, 10164.0, 10190.0, 10180.0, 10210.0, 10188.0, 10223.0, 10184.0, 10207.0, 10185.0, 10208.0, 10186.0, 10203.0, 10189.0, 10187.0, 10212.0, 10182.0, 10204.0, 10188.0, 10213.0, 10212.0, 10210.0, 10184.0, 10170.0, 10166.0, 10168.0, 10223.0, 10183.0, 10245.0, 10211.0, 10168.0, 10186.0, 10206.0, 10167.0, 10251.0, 10208.0, 10212.0, 10198.0, 10190.0, 10166.0, 10185.0, 10159.0, 10210.0, 10160.0, 10191.0, 10164.0, 10186.0, 10162.0, 10175.0, 10212.0, 10185.0, 10199.0, 10214.0, 10223.0, 10204.0, 10194.0, 10190.0, 10195.0, 10205.0, 10225.0, 10253.0, 10223.0, 10232.0, 10210.0, 10238.0, 10166.0, 10202.0, 10180.0, 10192.0, 10172.0, 10179.0, 10172.0, 10176.0, 10205.0, 10190.0, 10223.0, 10204.0, 10218.0, 10197.0, 10237.0, 10212.0, 10262.0, 10242.0, 10243.0, 10203.0, 10242.0, 10198.0, 10227.0, 10181.0, 10229.0, 10187.0, 10199.0, 10128.0, 10182.0, 10124.0, 10128.0, 10141.0, 10125.0, 10139.0, 10131.0, 10148.0, 10142.0, 10147.0, 10167.0, 10183.0, 10191.0, 10168.0, 10192.0, 10187.0, 10215.0, 10215.0, 10232.0, 10204.0, 10238.0, 10176.0, 10224.0, 10175.0, 10251.0, 10194.0, 10210.0, 10168.0, 10157.0, 10179.0, 10158.0, 10216.0, 10167.0, 10202.0, 10189.0, 10172.0, 10172.0, 10186.0, 10193.0, 10197.0, 10212.0, 10218.0, 10257.0, 10218.0, 10235.0, 10199.0, 10259.0, 10191.0, 10238.0, 10201.0, 10232.0, 10178.0, 10180.0, 10147.0, 10154.0, 10223.0, 10169.0, 10210.0, 10183.0, 10181.0, 10169.0, 10194.0, 10189.0, 10208.0, 10214.0, 10180.0, 10185.0, 10174.0, 10189.0, 10208.0, 10202.0, 10201.0, 10232.0, 10183.0, 10180.0, 10152.0, 10188.0, 10212.0, 10210.0, 10162.0, 10152.0, 10147.0, 10154.0, 10197.0, 10161.0, 10164.0, 10168.0, 10193.0, 10204.0, 10188.0, 10193.0, 10191.0, 10189.0, 10246.0, 10211.0, 10246.0, 10222.0, 10199.0, 10201.0, 10230.0, 10204.0, 10228.0, 10211.0, 10143.0, 10160.0, 10132.0, 10155.0, 10128.0, 10205.0, 10224.0, 10203.0, 10197.0, 10142.0, 10176.0, 10122.0, 10140.0, 10148.0, 10129.0, 10143.0, 10147.0, 10155.0, 10140.0, 10153.0, 10151.0, 10170.0, 10176.0, 10172.0, 10176.0, 10169.0, 10172.0, 10174.0, 10172.0, 10205.0, 10247.0, 10189.0, 10232.0, 10195.0, 10251.0, 10233.0, 10254.0, 10231.0, 10195.0, 10180.0, 10173.0, 10190.0, 10208.0, 10243.0, 10201.0, 10253.0, 10169.0, 10229.0, 10159.0, 10165.0, 10190.0, 10189.0, 10142.0, 10147.0, 10126.0, 10148.0, 10192.0, 10148.0, 10148.0, 10170.0, 10179.0, 10186.0, 10176.0, 10167.0, 10177.0, 10242.0, 10204.0, 10219.0, 10173.0, 10212.0, 10170.0, 10211.0, 10165.0, 10209.0, 10189.0, 10175.0, 10128.0, 10144.0, 10187.0, 10150.0, 10188.0, 10161.0, 10142.0, 10163.0, 10141.0, 10163.0, 10162.0, 10169.0, 10162.0, 10199.0, 10171.0, 10178.0, 10163.0, 10212.0, 10169.0, 10220.0, 10167.0, 10184.0, 10174.0, 10170.0, 10193.0, 10204.0, 10249.0, 10208.0, 10222.0, 10195.0, 10190.0, 10225.0, 10194.0, 10248.0, 10214.0, 10239.0, 10195.0, 10251.0, 10220.0, 10185.0, 10179.0, 10160.0, 10168.0, 10168.0, 10223.0, 10182.0, 10239.0, 10213.0, 10153.0, 10145.0, 10161.0, 10210.0, 10174.0, 10167.0, 10184.0, 10171.0, 10206.0, 10179.0, 10230.0, 10195.0, 10171.0, 10171.0, 10161.0, 10193.0, 10179.0, 10220.0, 10201.0, 10165.0, 10184.0, 10172.0, 10212.0, 10176.0, 10183.0, 10196.0, 10149.0, 10210.0, 10165.0, 10216.0, 10205.0, 10173.0, 10183.0, 10157.0, 10194.0, 10155.0, 10210.0, 10173.0, 10243.0, 10197.0, 10203.0, 10148.0, 10200.0, 10128.0, 10129.0, 10128.0, 10143.0, 10152.0, 10146.0, 10134.0, 10142.0, 10168.0, 10171.0, 10217.0, 10208.0, 10188.0, 10195.0, 10188.0, 10213.0, 10192.0, 10214.0, 10218.0, 10241.0, 10237.0, 10259.0, 10275.0, 10258.0, 10242.0, 10254.0, 10283.0, 10250.0, 10299.0, 10233.0, 10273.0, 10207.0, 10273.0, 10211.0, 10252.0, 10213.0, 10219.0, 10179.0, 10223.0, 10162.0, 10200.0, 10161.0, 10197.0, 10176.0, 10183.0, 10144.0, 10183.0, 10139.0, 10182.0, 10167.0, 10170.0, 10151.0, 10186.0, 10139.0, 10202.0, 10150.0, 10167.0, 10171.0, 10161.0, 10182.0, 10155.0, 10212.0, 10171.0, 10233.0, 10197.0, 10205.0, 10235.0, 10190.0, 10254.0, 10207.0, 10219.0, 10270.0, 10202.0, 10264.0, 10235.0, 10233.0, 10195.0, 10181.0, 10168.0, 10147.0, 10197.0, 10155.0, 10195.0, 10149.0, 10175.0, 10147.0, 10205.0, 10138.0, 10203.0, 10154.0, 10209.0, 10157.0, 10188.0, 10201.0, 10169.0, 10188.0, 10177.0, 10214.0, 10174.0, 10230.0, 10205.0, 10201.0, 10198.0, 10166.0, 10231.0, 10153.0, 10245.0, 10184.0, 10238.0, 10214.0, 10225.0, 10157.0, 10208.0, 10155.0, 10194.0, 10165.0, 10188.0, 10144.0, 10174.0, 10152.0, 10187.0, 10160.0, 10182.0, 10149.0, 10152.0, 10144.0, 10162.0, 10149.0, 10174.0, 10167.0, 10189.0, 10164.0, 10188.0, 10175.0, 10205.0, 10175.0, 10235.0, 10204.0, 10233.0, 10198.0, 10228.0, 10172.0, 10243.0, 10195.0, 10166.0, 10189.0, 10208.0, 10134.0, 10174.0, 10149.0, 10166.0, 10170.0, 10199.0, 10174.0, 10198.0, 10159.0, 10214.0, 10159.0, 10216.0, 10154.0, 10209.0, 10157.0, 10196.0, 10149.0, 10161.0, 10203.0, 10178.0, 10168.0, 10139.0, 10125.0, 10148.0, 10140.0, 10148.0, 10158.0, 10144.0, 10136.0, 10151.0, 10157.0, 10146.0, 10200.0, 10155.0, 10188.0, 10149.0, 10175.0, 10161.0, 10201.0, 10177.0, 10212.0, 10207.0, 10212.0, 10203.0, 10176.0, 10177.0, 10205.0, 10170.0, 10221.0, 10188.0, 10216.0, 10195.0, 10186.0, 10147.0, 10184.0, 10140.0, 10177.0, 10138.0, 10150.0, 10152.0, 10166.0, 10172.0, 10204.0, 10177.0, 10224.0, 10176.0, 10228.0, 10173.0, 10222.0, 10206.0, 10231.0, 10200.0, 10218.0, 10171.0, 10185.0, 10151.0, 10210.0, 10168.0, 10192.0, 10198.0, 10136.0, 10179.0, 10150.0, 10190.0, 10169.0, 10222.0, 10151.0, 10200.0, 10145.0, 10205.0, 10159.0, 10205.0, 10135.0, 10187.0, 10151.0, 10174.0, 10149.0, 10175.0, 10153.0, 10175.0, 10153.0, 10204.0, 10183.0, 10227.0, 10211.0, 10187.0, 10194.0, 10185.0, 10187.0, 10249.0, 10220.0, 10167.0, 10213.0, 10150.0, 10184.0, 10156.0, 10208.0, 10186.0, 10223.0, 10127.0, 10144.0, 10127.0, 10145.0, 10181.0, 10171.0, 10132.0, 10142.0, 10143.0, 10161.0, 10185.0, 10152.0, 10157.0, 10162.0, 10152.0, 10182.0, 10169.0, 10212.0, 10166.0, 10242.0, 10159.0, 10230.0, 10176.0, 10245.0, 10201.0, 10230.0, 10219.0, 10209.0, 10192.0, 10212.0, 10192.0, 10238.0, 10183.0, 10226.0, 10210.0, 10203.0, 10196.0, 10263.0, 10212.0, 10243.0, 10228.0, 10170.0, 10172.0, 10146.0, 10167.0, 10228.0, 10194.0, 10180.0, 10159.0, 10131.0, 10160.0, 10151.0, 10203.0, 10165.0, 10221.0, 10149.0, 10197.0, 10130.0, 10168.0, 10134.0, 10182.0, 10134.0, 10183.0, 10129.0, 10187.0, 10133.0, 10208.0, 10198.0, 10189.0, 10189.0, 10158.0, 10204.0, 10186.0, 10208.0, 10182.0, 10180.0, 10204.0, 10156.0, 10205.0, 10141.0, 10207.0, 10202.0, 10164.0, 10176.0, 10139.0, 10210.0, 10175.0, 10205.0, 10188.0, 10185.0, 10222.0, 10152.0, 10224.0, 10152.0, 10229.0, 10185.0, 10226.0, 10153.0, 10200.0, 10129.0, 10176.0, 10130.0, 10188.0, 10117.0, 10174.0, 10124.0, 10143.0, 10107.0, 10140.0, 10128.0, 10142.0, 10131.0, 10158.0, 10143.0, 10196.0, 10159.0, 10212.0, 10167.0, 10227.0, 10153.0, 10207.0, 10158.0, 10191.0, 10163.0, 10181.0, 10148.0, 10193.0, 10147.0, 10191.0, 10144.0, 10179.0, 10180.0, 10171.0, 10185.0, 10176.0, 10149.0, 10163.0, 10162.0, 10168.0, 10165.0, 10183.0, 10182.0, 10218.0, 10179.0, 10235.0, 10194.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.0011360435779816515</td></tr>
<tr><td colspan=3>aqi</td><td>0.021554006766055046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.6043860287141</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2600717287026417</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0055194060275552</td></tr>
<tr><td colspan=3>efc</td><td>0.4779</td></tr>
<tr><td colspan=3>fber</td><td>6024.1689</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08599592372156144</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.86697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.384190688408513</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3265933990751453</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6364564825965244</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.189522183553869</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124519</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026803554967045784</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02757067047059536</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.90204897148477</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>38.6416</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7328</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.9566</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>300195.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.6355</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4958</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.231</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3844.4595</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1036.3718</td></tr>
<tr><td colspan=3>tsnr</td><td>41.873657181859016</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>