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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-04_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_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-0109/ses-04/func/sub-0109_ses-04_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>a38e75a2707e7035990b444fe3ca47fc</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:27:49.870000</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.99979, 0.0178514, -0.0101093, -0.0165787, 0.993296, 0.114405]</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.259</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.0912745</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7777, -7181, 414, -112, 64, 65, 75]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.211</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d5ff477-b371-4410-87b2-10d762211c2a||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.6823623180389404, -0.04447931796312332, -0.032626159489154816, 115.63626861572266], [-0.04789397120475769, 2.664940118789673, 0.30837520956993103, -111.92510986328125], [-0.027122387662529945, -0.3069394826889038, 2.682133436203003, -39.916603088378906], [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': ['152749.870000', '152750.330000', '152750.790000', '152751.250000', '152751.710000', '152752.170000', '152752.630000', '152753.090000', '152753.550000', '152754.010000', '152754.470000', '152754.930000', '152755.390000', '152755.850000', '152756.310000', '152756.770000', '152757.230000', '152757.690000', '152758.150000', '152758.610000', '152759.070000', '152759.530000', '152759.990000', '152800.450000', '152800.910000', '152801.370000', '152801.830000', '152802.290000', '152802.750000', '152803.210000', '152803.670000', '152804.130000', '152804.590000', '152805.050000', '152805.510000', '152805.970000', '152806.430000', '152806.890000', '152807.350000', '152807.810000', '152808.270000', '152808.730000', '152809.190000', '152809.650000', '152810.110000', '152810.570000', '152811.030000', '152811.490000', '152811.950000', '152812.410000', '152812.870000', '152813.330000', '152813.790000', '152814.250000', '152814.710000', '152815.170000', '152815.630000', '152816.090000', '152816.550000', '152817.010000', '152817.470000', '152817.930000', '152818.390000', '152818.850000', '152819.310000', '152819.770000', '152820.230000', '152820.690000', '152821.150000', '152821.610000', '152822.070000', '152822.530000', '152822.990000', '152823.450000', '152823.910000', '152824.370000', '152824.830000', '152825.290000', '152825.750000', '152826.210000', '152826.670000', '152827.130000', '152827.590000', '152828.050000', '152828.510000', '152828.970000', '152829.430000', '152829.890000', '152830.350000', '152830.810000', '152831.270000', '152831.730000', '152832.190000', '152832.650000', '152833.110000', '152833.570000', '152834.030000', '152834.490000', '152834.950000', '152835.410000', '152835.870000', '152836.330000', '152836.790000', '152837.250000', '152837.710000', '152838.170000', '152838.630000', '152839.090000', '152839.550000', '152840.010000', '152840.470000', '152840.930000', '152841.390000', '152841.850000', '152842.310000', '152842.770000', '152843.230000', '152843.690000', '152844.150000', '152844.610000', '152845.070000', '152845.530000', '152845.990000', '152846.450000', '152846.910000', '152847.370000', '152847.830000', '152848.290000', '152848.750000', '152849.210000', '152849.670000', '152850.130000', '152850.590000', '152851.050000', '152851.510000', '152851.970000', '152852.430000', '152852.890000', '152853.350000', '152853.810000', '152854.270000', '152854.730000', '152855.190000', '152855.650000', '152856.110000', '152856.570000', '152857.030000', '152857.490000', '152857.950000', '152858.410000', '152858.870000', '152859.330000', '152859.790000', '152900.250000', '152900.710000', '152901.170000', '152901.630000', '152902.090000', '152902.550000', '152903.010000', '152903.470000', '152903.930000', '152904.390000', '152904.850000', '152905.310000', '152905.770000', '152906.230000', '152906.690000', '152907.150000', '152907.610000', '152908.070000', '152908.530000', '152908.990000', '152909.450000', '152909.910000', '152910.370000', '152910.830000', '152911.290000', '152911.750000', '152912.210000', '152912.670000', '152913.130000', '152913.590000', '152914.050000', '152914.510000', '152914.970000', '152915.430000', '152915.890000', '152916.350000', '152916.810000', '152917.270000', '152917.730000', '152918.190000', '152918.650000', '152919.110000', '152919.570000', '152920.030000', '152920.490000', '152920.950000', '152921.410000', '152921.870000', '152922.330000', '152922.790000', '152923.250000', '152923.710000', '152924.170000', '152924.630000', '152925.090000', '152925.550000', '152926.010000', '152926.470000', '152926.930000', '152927.390000', '152927.850000', '152928.310000', '152928.770000', '152929.230000', '152929.690000', '152930.150000', '152930.610000', '152931.070000', '152931.530000', '152931.990000', '152932.450000', '152932.910000', '152933.370000', '152933.830000', '152934.290000', '152934.750000', '152935.210000', '152935.670000', '152936.130000', '152936.590000', '152937.050000', '152937.510000', '152937.970000', '152938.430000', '152938.890000', '152939.350000', '152939.810000', '152940.270000', '152940.730000', '152941.190000', '152941.650000', '152942.110000', '152942.570000', '152943.030000', '152943.490000', '152943.950000', '152944.410000', '152944.870000', '152945.330000', '152945.790000', '152946.250000', '152946.710000', '152947.170000', '152947.630000', '152948.090000', '152948.550000', '152949.010000', '152949.470000', '152949.930000', '152950.390000', '152950.850000', '152951.310000', '152951.770000', '152952.230000', '152952.690000', '152953.150000', '152953.610000', '152954.070000', '152954.530000', '152954.990000', '152955.450000', '152955.910000', '152956.370000', '152956.830000', '152957.290000', '152957.750000', '152958.210000', '152958.670000', '152959.130000', '152959.590000', '153000.050000', '153000.510000', '153000.970000', '153001.430000', '153001.890000', '153002.350000', '153002.810000', '153003.270000', '153003.730000', '153004.190000', '153004.650000', '153005.110000', '153005.570000', '153006.030000', '153006.490000', '153006.950000', '153007.410000', '153007.870000', '153008.330000', '153008.790000', '153009.250000', '153009.710000', '153010.170000', '153010.630000', '153011.090000', '153011.550000', '153012.010000', '153012.470000', '153012.930000', '153013.390000', '153013.850000', '153014.310000', '153014.770000', '153015.230000', '153015.690000', '153016.150000', '153016.610000', '153017.070000', '153017.530000', '153017.990000', '153018.450000', '153018.910000', '153019.370000', '153019.830000', '153020.290000', '153020.750000', '153021.210000', '153021.670000', '153022.130000', '153022.590000', '153023.050000', '153023.510000', '153023.970000', '153024.430000', '153024.890000', '153025.350000', '153025.810000', '153026.270000', '153026.730000', '153027.190000', '153027.650000', '153028.110000', '153028.570000', '153029.030000', '153029.490000', '153029.950000', '153030.410000', '153030.870000', '153031.330000', '153031.790000', '153032.250000', '153032.710000', '153033.170000', '153033.630000', '153034.090000', '153034.550000', '153035.010000', '153035.470000', '153035.930000', '153036.390000', '153036.850000', '153037.310000', '153037.770000', '153038.230000', '153038.690000', '153039.150000', '153039.610000', '153040.070000', '153040.530000', '153040.990000', '153041.450000', '153041.910000', '153042.370000', '153042.830000', '153043.290000', '153043.750000', '153044.210000', '153044.670000', '153045.130000', '153045.590000', '153046.050000', '153046.510000', '153046.970000', '153047.430000', '153047.890000', '153048.350000', '153048.810000', '153049.270000', '153049.730000', '153050.190000', '153050.650000', '153051.110000', '153051.570000', '153052.030000', '153052.490000', '153052.950000', '153053.410000', '153053.870000', '153054.330000', '153054.790000', '153055.250000', '153055.710000', '153056.170000', '153056.630000', '153057.090000', '153057.550000', '153058.010000', '153058.470000', '153058.930000', '153059.390000', '153059.850000', '153100.310000', '153100.770000', '153101.230000', '153101.690000', '153102.150000', '153102.610000', '153103.070000', '153103.530000', '153103.990000', '153104.450000', '153104.910000', '153105.370000', '153105.830000', '153106.290000', '153106.750000', '153107.210000', '153107.670000', '153108.130000', '153108.590000', '153109.050000', '153109.510000', '153109.970000', '153110.430000', '153110.890000', '153111.350000', '153111.810000', '153112.270000', '153112.730000', '153113.190000', '153113.650000', '153114.110000', '153114.570000', '153115.030000', '153115.490000', '153115.950000', '153116.410000', '153116.870000', '153117.330000', '153117.790000', '153118.250000', '153118.710000', '153119.170000', '153119.630000', '153120.090000', '153120.550000', '153121.010000', '153121.470000', '153121.930000', '153122.390000', '153122.850000', '153123.310000', '153123.770000', '153124.230000', '153124.690000', '153125.150000', '153125.610000', '153126.070000', '153126.530000', '153126.990000', '153127.450000', '153127.910000', '153128.370000', '153128.830000', '153129.290000', '153129.750000', '153130.210000', '153130.670000', '153131.130000', '153131.590000', '153132.050000', '153132.510000', '153132.970000', '153133.430000', '153133.890000', '153134.350000', '153134.810000', '153135.270000', '153135.730000', '153136.190000', '153136.650000', '153137.110000', '153137.570000', '153138.030000', '153138.490000', '153138.950000', '153139.410000', '153139.870000', '153140.330000', '153140.790000', '153141.250000', '153141.710000', '153142.170000', '153142.630000', '153143.090000', '153143.550000', '153144.010000', '153144.470000', '153144.930000', '153145.390000', '153145.850000', '153146.310000', '153146.770000', '153147.230000', '153147.690000', '153148.150000', '153148.610000', '153149.070000', '153149.530000', '153149.990000', '153150.450000', '153150.910000', '153151.370000', '153151.830000', '153152.290000', '153152.750000', '153153.210000', '153153.670000', '153154.130000', '153154.590000', '153155.050000', '153155.510000', '153155.970000', '153156.430000', '153156.890000', '153157.350000', '153157.810000', '153158.270000', '153158.730000', '153159.190000', '153159.650000', '153200.110000', '153200.570000', '153201.030000', '153201.490000', '153201.950000', '153202.410000', '153202.870000', '153203.330000', '153203.790000', '153204.250000', '153204.710000', '153205.170000', '153205.630000', '153206.090000', '153206.550000', '153207.010000', '153207.470000', '153207.930000', '153208.390000', '153208.850000', '153209.310000', '153209.770000', '153210.230000', '153210.690000', '153211.150000', '153211.610000', '153212.070000', '153212.530000', '153212.990000', '153213.450000', '153213.910000', '153214.370000', '153214.830000', '153215.290000', '153215.750000', '153216.210000', '153216.670000', '153217.130000', '153217.590000', '153218.050000', '153218.510000', '153218.970000', '153219.430000', '153219.890000', '153220.350000', '153220.810000', '153221.270000', '153221.730000', '153222.190000', '153222.650000', '153223.110000', '153223.570000', '153224.030000', '153224.490000', '153224.950000', '153225.410000', '153225.870000', '153226.330000', '153226.790000', '153227.250000', '153227.710000', '153228.170000', '153228.630000', '153229.090000', '153229.550000', '153230.010000', '153230.470000', '153230.930000', '153231.390000', '153231.850000', '153232.310000', '153232.770000', '153233.230000', '153233.690000', '153234.150000', '153234.610000', '153235.070000', '153235.530000', '153235.990000', '153236.450000', '153236.910000', '153237.370000', '153237.830000', '153238.290000', '153238.750000', '153239.210000', '153239.670000', '153240.130000', '153240.590000', '153241.050000', '153241.510000', '153241.970000', '153242.430000', '153242.890000', '153243.350000', '153243.810000', '153244.270000', '153244.730000', '153245.190000', '153245.650000', '153246.110000', '153246.570000', '153247.030000', '153247.490000', '153247.950000', '153248.410000', '153248.870000', '153249.330000', '153249.790000', '153250.250000', '153250.710000', '153251.170000', '153251.630000', '153252.090000', '153252.550000', '153253.010000', '153253.470000', '153253.930000', '153254.390000', '153254.850000', '153255.310000', '153255.770000', '153256.230000', '153256.690000', '153257.150000', '153257.610000', '153258.070000', '153258.530000', '153258.990000', '153259.450000', '153259.910000', '153300.370000', '153300.830000', '153301.290000', '153301.750000', '153302.210000', '153302.670000', '153303.130000', '153303.590000', '153304.050000', '153304.510000', '153304.970000', '153305.430000', '153305.890000', '153306.350000', '153306.810000', '153307.270000', '153307.730000', '153308.190000', '153308.650000', '153309.110000', '153309.570000', '153310.030000', '153310.490000', '153310.950000', '153311.410000', '153311.870000', '153312.330000', '153312.790000', '153313.250000', '153313.710000', '153314.170000', '153314.630000', '153315.090000', '153315.550000', '153316.010000', '153316.470000', '153316.930000', '153317.390000', '153317.850000', '153318.310000', '153318.770000', '153319.230000', '153319.690000', '153320.150000', '153320.610000', '153321.070000', '153321.530000', '153321.990000', '153322.450000', '153322.910000', '153323.370000', '153323.830000', '153324.290000', '153324.750000', '153325.210000', '153325.670000', '153326.130000', '153326.590000', '153327.050000', '153327.510000', '153327.970000', '153328.430000', '153328.890000', '153329.350000', '153329.810000', '153330.270000', '153330.730000', '153331.190000', '153331.650000', '153332.110000', '153332.570000', '153333.030000', '153333.490000', '153333.950000', '153334.410000', '153334.870000', '153335.330000', '153335.790000', '153336.250000', '153336.710000', '153337.170000', '153337.630000', '153338.090000', '153338.550000', '153339.010000', '153339.470000', '153339.930000', '153340.390000', '153340.850000', '153341.310000', '153341.770000', '153342.230000', '153342.690000', '153343.150000', '153343.610000', '153344.070000', '153344.530000', '153344.990000', '153345.450000', '153345.910000', '153346.370000', '153346.830000', '153347.290000', '153347.750000', '153348.210000', '153348.670000', '153349.130000', '153349.590000', '153350.050000', '153350.510000', '153350.970000', '153351.430000', '153351.890000', '153352.350000', '153352.810000', '153353.270000', '153353.730000', '153354.190000', '153354.650000', '153355.110000', '153355.570000', '153356.030000', '153356.490000', '153356.950000', '153357.410000', '153357.870000', '153358.330000', '153358.790000', '153359.250000', '153359.710000', '153400.170000', '153400.630000', '153401.090000', '153401.550000', '153402.010000', '153402.470000', '153402.930000', '153403.390000', '153403.850000', '153404.310000', '153404.770000', '153405.230000', '153405.690000', '153406.150000', '153406.610000', '153407.070000', '153407.530000', '153407.990000', '153408.450000', '153408.910000', '153409.370000', '153409.830000', '153410.290000', '153410.750000', '153411.210000', '153411.670000', '153412.130000', '153412.590000', '153413.050000', '153413.510000', '153413.970000', '153414.430000', '153414.890000', '153415.350000', '153415.810000', '153416.270000', '153416.730000', '153417.190000', '153417.650000', '153418.110000', '153418.570000', '153419.030000', '153419.490000', '153419.950000', '153420.410000', '153420.870000', '153421.330000', '153421.790000', '153422.250000', '153422.710000', '153423.170000', '153423.630000', '153424.090000', '153424.550000', '153425.010000', '153425.470000', '153425.930000', '153426.390000', '153426.850000', '153427.310000', '153427.770000', '153428.230000', '153428.690000', '153429.150000', '153429.610000', '153430.070000', '153430.530000'], 'ContentTime': ['152811.758000', '152811.761000', '152811.764000', '152811.766000', '152811.769000', '152811.772000', '152811.774000', '152811.777000', '152811.780000', '152811.782000', '152811.785000', '152811.788000', '152811.790000', '152811.805000', '152811.807000', '152811.810000', '152811.813000', '152811.815000', '152811.818000', '152811.821000', '152811.825000', '152811.827000', '152811.830000', '152811.832000', '152811.835000', '152811.837000', '152811.840000', '152811.843000', '152811.845000', '152811.848000', '152811.851000', '152811.853000', '152811.856000', '152811.858000', '152811.861000', '152811.864000', '152811.866000', '152811.869000', '152811.871000', '152811.874000', '152811.877000', '152811.880000', '152811.882000', '152811.885000', '152811.887000', '152831.712000', '152831.714000', '152831.717000', '152831.720000', '152831.722000', '152831.725000', '152831.727000', '152831.730000', '152831.732000', '152831.735000', '152831.738000', '152831.740000', '152831.743000', '152831.745000', '152831.748000', '152831.750000', '152831.753000', '152831.756000', '152831.758000', '152831.761000', '152831.764000', '152831.766000', '152831.769000', '152831.771000', '152831.782000', '152831.784000', '152831.787000', '152831.790000', '152831.793000', '152831.795000', '152831.798000', '152831.800000', '152831.803000', '152831.806000', '152831.808000', '152831.811000', '152831.813000', '152831.816000', '152831.819000', '152831.821000', '152831.824000', '152831.826000', '152831.829000', '152831.832000', '152851.713000', '152851.716000', '152851.718000', '152851.721000', '152851.723000', '152851.726000', '152851.729000', '152851.731000', '152851.734000', '152851.737000', '152851.739000', '152851.742000', '152851.744000', '152851.747000', '152851.750000', '152851.752000', '152851.755000', '152851.757000', '152851.760000', '152851.763000', '152851.765000', '152851.768000', '152851.770000', '152851.773000', '152851.776000', '152851.778000', '152851.781000', '152851.783000', '152851.786000', '152851.789000', '152851.791000', '152851.794000', '152851.797000', '152851.799000', '152851.802000', '152851.805000', '152851.807000', '152851.810000', '152851.813000', '152851.815000', '152851.818000', '152851.821000', '152851.824000', '152911.712000', '152911.715000', '152911.718000', '152911.720000', '152911.723000', '152911.726000', '152911.728000', '152911.731000', '152911.734000', '152911.736000', '152911.739000', '152911.741000', '152911.744000', '152911.746000', '152911.749000', '152911.752000', '152911.754000', '152911.757000', '152911.760000', '152911.765000', '152911.768000', '152911.770000', '152911.773000', '152911.776000', '152911.778000', '152911.781000', '152911.784000', '152911.786000', '152911.789000', '152911.792000', '152911.794000', '152911.797000', '152911.799000', '152911.802000', '152911.805000', '152911.807000', '152911.810000', '152911.813000', '152911.815000', '152911.818000', '152911.820000', '152911.823000', '152911.826000', '152911.828000', '152931.712000', '152931.715000', '152931.718000', '152931.720000', '152931.723000', '152931.726000', '152931.728000', '152931.731000', '152931.734000', '152931.736000', '152931.739000', '152931.742000', '152931.744000', '152931.747000', '152931.749000', '152931.752000', '152931.755000', '152931.757000', '152931.760000', '152931.763000', '152931.765000', '152931.768000', '152931.770000', '152931.773000', '152931.784000', '152931.786000', '152931.789000', '152931.791000', '152931.794000', '152931.797000', '152931.799000', '152931.803000', '152931.805000', '152931.808000', '152931.811000', '152931.814000', '152931.816000', '152931.819000', '152931.835000', '152931.837000', '152931.840000', '152931.842000', '152931.845000', '152951.712000', '152951.715000', '152951.717000', '152951.720000', '152951.722000', '152951.725000', '152951.728000', '152951.730000', '152951.733000', '152951.736000', '152951.738000', '152951.741000', '152951.744000', '152951.746000', '152951.749000', '152951.752000', '152951.754000', '152951.757000', '152951.760000', '152951.762000', '152951.765000', '152951.780000', '152951.783000', '152951.785000', '152951.788000', '152951.797000', '152951.800000', '152951.803000', '152951.805000', '152951.808000', '152951.810000', '152951.813000', '152951.816000', '152951.818000', '152951.821000', '152951.824000', '152951.826000', '152951.829000', '152951.832000', '152951.834000', '152951.837000', '152951.840000', '152951.842000', '152951.845000', '153011.711000', '153011.714000', '153011.717000', '153011.720000', '153011.722000', '153011.725000', '153011.728000', '153011.731000', '153011.733000', '153011.736000', '153011.739000', '153011.741000', '153011.744000', '153011.747000', '153011.749000', '153011.752000', '153011.754000', '153011.757000', '153011.760000', '153011.762000', '153011.765000', '153011.768000', '153011.770000', '153011.773000', '153011.776000', '153011.778000', '153011.781000', '153011.783000', '153011.786000', '153011.789000', '153011.791000', '153011.794000', '153011.796000', '153011.799000', '153011.802000', '153011.804000', '153011.807000', '153011.810000', '153011.813000', '153011.816000', '153011.819000', '153011.822000', '153011.824000', '153031.712000', '153031.714000', '153031.717000', '153031.720000', '153031.723000', '153031.725000', '153031.728000', '153031.730000', '153031.733000', '153031.743000', '153031.745000', '153031.748000', '153031.750000', '153031.753000', '153031.756000', '153031.758000', '153031.761000', '153031.764000', '153031.766000', '153031.769000', '153031.772000', '153031.774000', '153031.777000', '153031.779000', '153031.782000', '153031.785000', '153031.787000', '153031.790000', '153031.792000', '153031.795000', '153031.798000', '153031.800000', '153031.803000', '153031.805000', '153031.808000', '153031.811000', '153031.813000', '153031.816000', '153031.818000', '153031.821000', '153031.824000', '153031.826000', '153031.829000', '153031.831000', '153051.711000', '153051.714000', '153051.717000', '153051.720000', '153051.722000', '153051.725000', '153051.727000', '153051.730000', '153051.733000', '153051.735000', '153051.738000', '153051.740000', '153051.743000', '153051.745000', '153051.748000', '153051.751000', '153051.753000', '153051.756000', '153051.759000', '153051.761000', '153051.764000', '153051.766000', '153051.769000', '153051.772000', '153051.774000', '153051.777000', '153051.780000', '153051.782000', '153051.785000', '153051.787000', '153051.790000', '153051.793000', '153051.795000', '153051.798000', '153051.801000', '153051.803000', '153051.806000', '153051.808000', '153051.811000', '153051.814000', '153051.816000', '153051.819000', '153051.822000', '153111.713000', '153111.715000', '153111.718000', '153111.721000', '153111.724000', '153111.726000', '153111.729000', '153111.732000', '153111.734000', '153111.737000', '153111.739000', '153111.742000', '153111.745000', '153111.747000', '153111.750000', '153111.753000', '153111.759000', '153111.762000', '153111.765000', '153111.767000', '153111.770000', '153111.772000', '153111.775000', '153111.778000', '153111.780000', '153111.783000', '153111.786000', '153111.788000', '153111.791000', '153111.794000', '153111.796000', '153111.799000', '153111.802000', '153111.804000', '153111.807000', '153111.809000', '153111.812000', '153111.815000', '153111.817000', '153111.820000', '153111.823000', '153111.825000', '153111.828000', '153111.830000', '153131.713000', '153131.716000', '153131.730000', '153131.732000', '153131.735000', '153131.738000', '153131.740000', '153131.743000', '153131.746000', '153131.748000', '153131.751000', '153131.753000', '153131.756000', '153131.759000', '153131.761000', '153131.764000', '153131.767000', '153131.769000', '153131.772000', '153131.775000', '153131.777000', '153131.780000', '153131.783000', '153131.785000', '153131.788000', '153131.791000', '153131.793000', '153131.796000', '153131.798000', '153131.801000', '153131.804000', '153131.807000', '153131.809000', '153131.812000', '153131.814000', '153131.817000', '153131.820000', '153131.822000', '153131.825000', '153131.827000', '153131.830000', '153131.833000', '153131.835000', '153151.712000', '153151.716000', '153151.719000', '153151.722000', '153151.724000', '153151.727000', '153151.730000', '153151.732000', '153151.735000', '153151.737000', '153151.740000', '153151.743000', '153151.745000', '153151.748000', '153151.751000', '153151.753000', '153151.756000', '153151.759000', '153151.761000', '153151.770000', '153151.773000', '153151.775000', '153151.778000', '153151.781000', '153151.783000', '153151.786000', '153151.788000', '153151.791000', '153151.794000', '153151.796000', '153151.799000', '153151.802000', '153151.804000', '153151.807000', '153151.810000', '153151.820000', '153151.823000', '153151.825000', '153151.828000', '153151.831000', '153151.834000', '153151.836000', '153151.839000', '153211.711000', '153211.715000', '153211.717000', '153211.720000', '153211.722000', '153211.725000', '153211.728000', '153211.730000', '153211.733000', '153211.736000', '153211.738000', '153211.741000', '153211.744000', '153211.746000', '153211.749000', '153211.751000', '153211.754000', '153211.757000', '153211.759000', '153211.762000', '153211.765000', '153211.767000', '153211.770000', '153211.773000', '153211.775000', '153211.778000', '153211.781000', '153211.783000', '153211.786000', '153211.789000', '153211.791000', '153211.794000', '153211.797000', '153211.799000', '153211.802000', '153211.805000', '153211.807000', '153211.810000', '153211.813000', '153211.815000', '153211.818000', '153211.820000', '153211.823000', '153211.826000', '153231.712000', '153231.714000', '153231.717000', '153231.720000', '153231.722000', '153231.725000', '153231.728000', '153231.730000', '153231.733000', '153231.735000', '153231.738000', '153231.741000', '153231.743000', '153231.746000', '153231.749000', '153231.752000', '153231.754000', '153231.757000', '153231.759000', '153231.762000', '153231.765000', '153231.767000', '153231.770000', '153231.772000', '153231.775000', '153231.778000', '153231.780000', '153231.783000', '153231.785000', '153231.788000', '153231.791000', '153231.793000', '153231.796000', '153231.799000', '153231.801000', '153231.804000', '153231.807000', '153231.809000', '153231.812000', '153231.815000', '153231.817000', '153231.820000', '153231.823000', '153251.711000', '153251.714000', '153251.717000', '153251.720000', '153251.722000', '153251.725000', '153251.728000', '153251.730000', '153251.733000', '153251.736000', '153251.738000', '153251.741000', '153251.743000', '153251.746000', '153251.749000', '153251.751000', '153251.754000', '153251.757000', '153251.759000', '153251.762000', '153251.764000', '153251.767000', '153251.769000', '153251.772000', '153251.775000', '153251.778000', '153251.780000', '153251.783000', '153251.809000', '153251.812000', '153251.815000', '153251.817000', '153251.820000', '153251.823000', '153251.825000', '153251.828000', '153251.831000', '153251.833000', '153251.836000', '153251.838000', '153251.841000', '153251.844000', '153251.846000', '153251.849000', '153311.711000', '153311.714000', '153311.717000', '153311.720000', '153311.722000', '153311.725000', '153311.728000', '153311.730000', '153311.733000', '153311.736000', '153311.738000', '153311.741000', '153311.744000', '153311.747000', '153311.750000', '153311.752000', '153311.755000', '153311.757000', '153311.760000', '153311.763000', '153311.765000', '153311.768000', '153311.771000', '153311.773000', '153311.776000', '153311.779000', '153311.781000', '153311.784000', '153311.787000', '153311.789000', '153311.792000', '153311.795000', '153311.797000', '153311.800000', '153311.803000', '153311.805000', '153311.808000', '153311.811000', '153311.813000', '153311.816000', '153311.819000', '153311.821000', '153311.824000', '153311.826000', '153331.713000', '153331.716000', '153331.718000', '153331.721000', '153331.724000', '153331.726000', '153331.729000', '153331.732000', '153331.734000', '153331.737000', '153331.739000', '153331.742000', '153331.745000', '153331.757000', '153331.760000', '153331.763000', '153331.765000', '153331.768000', '153331.771000', '153331.773000', '153331.776000', '153331.778000', '153331.781000', '153331.784000', '153331.786000', '153331.791000', '153331.794000', '153331.796000', '153331.799000', '153331.801000', '153331.804000', '153331.807000', '153331.809000', '153331.812000', '153331.815000', '153331.817000', '153331.820000', '153331.822000', '153331.825000', '153331.828000', '153331.830000', '153331.833000', '153331.836000', '153351.713000', '153351.716000', '153351.719000', '153351.721000', '153351.724000', '153351.727000', '153351.729000', '153351.732000', '153351.735000', '153351.737000', '153351.740000', '153351.743000', '153351.745000', '153351.748000', '153351.750000', '153351.753000', '153351.756000', '153351.758000', '153351.761000', '153351.764000', '153351.766000', '153351.769000', '153351.771000', '153351.774000', '153351.777000', '153351.780000', '153351.782000', '153351.785000', '153351.788000', '153351.790000', '153351.793000', '153351.795000', '153351.798000', '153351.801000', '153351.803000', '153351.806000', '153351.809000', '153351.811000', '153351.814000', '153351.817000', '153351.819000', '153351.822000', '153351.825000', '153411.713000', '153411.716000', '153411.719000', '153411.721000', '153411.724000', '153411.727000', '153411.729000', '153411.732000', '153411.735000', '153411.737000', '153411.744000', '153411.746000', '153411.749000', '153411.752000', '153411.755000', '153411.757000', '153411.760000', '153411.763000', '153411.765000', '153411.769000', '153411.771000', '153411.774000', '153411.776000', '153411.779000', '153411.782000', '153411.784000', '153411.787000', '153411.790000', '153411.792000', '153411.795000', '153411.798000', '153411.800000', '153411.803000', '153411.806000', '153411.808000', '153411.811000', '153411.813000', '153411.816000', '153411.828000', '153411.831000', '153411.833000', '153411.836000', '153411.839000', '153411.841000', '153431.741000', '153431.744000', '153431.747000', '153431.749000', '153431.752000', '153431.755000', '153431.758000', '153431.761000', '153431.763000', '153431.768000', '153431.772000', '153431.775000', '153431.778000', '153431.781000', '153431.784000', '153431.787000', '153431.790000', '153431.793000', '153431.796000', '153431.799000', '153431.801000', '153431.804000', '153431.807000', '153431.810000', '153431.813000', '153431.815000', '153431.818000', '153431.821000', '153431.823000', '153431.826000', '153431.829000', '153431.832000', '153431.835000', '153431.837000', '153431.842000', '153431.845000', '153431.848000', '153431.851000', '153431.854000', '153431.857000', '153431.860000', '153431.863000', '153431.866000', '153431.868000'], 'InstanceCreationTime': ['152811.758000', '152811.761000', '152811.764000', '152811.766000', '152811.769000', '152811.772000', '152811.774000', '152811.777000', '152811.780000', '152811.782000', '152811.785000', '152811.788000', '152811.790000', '152811.805000', '152811.807000', '152811.810000', '152811.813000', '152811.815000', '152811.818000', '152811.821000', '152811.825000', '152811.827000', '152811.830000', '152811.832000', '152811.835000', '152811.837000', '152811.840000', '152811.843000', '152811.845000', '152811.848000', '152811.851000', '152811.853000', '152811.856000', '152811.858000', '152811.861000', '152811.864000', '152811.866000', '152811.869000', '152811.871000', '152811.874000', '152811.877000', '152811.880000', '152811.882000', '152811.885000', '152811.887000', '152831.712000', '152831.714000', '152831.717000', '152831.720000', '152831.722000', '152831.725000', '152831.727000', '152831.730000', '152831.732000', '152831.735000', '152831.738000', '152831.740000', '152831.743000', '152831.745000', '152831.748000', '152831.750000', '152831.753000', '152831.756000', '152831.758000', '152831.761000', '152831.764000', '152831.766000', '152831.769000', '152831.771000', '152831.782000', '152831.784000', '152831.787000', '152831.790000', '152831.793000', '152831.795000', '152831.798000', '152831.800000', '152831.803000', '152831.806000', '152831.808000', '152831.811000', '152831.813000', '152831.816000', '152831.819000', '152831.821000', '152831.824000', '152831.826000', '152831.829000', '152831.832000', '152851.713000', '152851.716000', '152851.718000', '152851.721000', '152851.723000', '152851.726000', '152851.729000', '152851.731000', '152851.734000', '152851.737000', '152851.739000', '152851.742000', '152851.744000', '152851.747000', '152851.750000', '152851.752000', '152851.755000', '152851.757000', '152851.760000', '152851.763000', '152851.765000', '152851.768000', '152851.770000', '152851.773000', '152851.776000', '152851.778000', '152851.781000', '152851.783000', '152851.786000', '152851.789000', '152851.791000', '152851.794000', '152851.797000', '152851.799000', '152851.802000', '152851.805000', '152851.807000', '152851.810000', '152851.813000', '152851.815000', '152851.818000', '152851.821000', '152851.824000', '152911.712000', '152911.715000', '152911.718000', '152911.720000', '152911.723000', '152911.726000', '152911.728000', '152911.731000', '152911.734000', '152911.736000', '152911.739000', '152911.741000', '152911.744000', '152911.746000', '152911.749000', '152911.752000', '152911.754000', '152911.757000', '152911.760000', '152911.765000', '152911.768000', '152911.770000', '152911.773000', '152911.776000', '152911.778000', '152911.781000', '152911.784000', '152911.786000', '152911.789000', '152911.792000', '152911.794000', '152911.797000', '152911.799000', '152911.802000', '152911.805000', '152911.807000', '152911.810000', '152911.813000', '152911.815000', '152911.818000', '152911.820000', '152911.823000', '152911.826000', '152911.828000', '152931.712000', '152931.715000', '152931.718000', '152931.720000', '152931.723000', '152931.726000', '152931.728000', '152931.731000', '152931.734000', '152931.736000', '152931.739000', '152931.742000', '152931.744000', '152931.747000', '152931.749000', '152931.752000', '152931.755000', '152931.757000', '152931.760000', '152931.763000', '152931.765000', '152931.768000', '152931.770000', '152931.773000', '152931.784000', '152931.786000', '152931.789000', '152931.791000', '152931.794000', '152931.797000', '152931.799000', '152931.803000', '152931.805000', '152931.808000', '152931.811000', '152931.814000', '152931.816000', '152931.819000', '152931.835000', '152931.837000', '152931.840000', '152931.842000', '152931.845000', '152951.712000', '152951.715000', '152951.717000', '152951.720000', '152951.722000', '152951.725000', '152951.728000', '152951.730000', '152951.733000', '152951.736000', '152951.738000', '152951.741000', '152951.744000', '152951.746000', '152951.749000', '152951.752000', '152951.754000', '152951.757000', '152951.760000', '152951.762000', '152951.765000', '152951.780000', '152951.783000', '152951.785000', '152951.788000', '152951.797000', '152951.800000', '152951.803000', '152951.805000', '152951.808000', '152951.810000', '152951.813000', '152951.816000', '152951.818000', '152951.821000', '152951.824000', '152951.826000', '152951.829000', '152951.832000', '152951.834000', '152951.837000', '152951.840000', '152951.842000', '152951.845000', '153011.711000', '153011.714000', '153011.717000', '153011.720000', '153011.722000', '153011.725000', '153011.728000', '153011.731000', '153011.733000', '153011.736000', '153011.739000', '153011.741000', '153011.744000', '153011.747000', '153011.749000', '153011.752000', '153011.754000', '153011.757000', '153011.760000', '153011.762000', '153011.765000', '153011.768000', '153011.770000', '153011.773000', '153011.776000', '153011.778000', '153011.781000', '153011.783000', '153011.786000', '153011.789000', '153011.791000', '153011.794000', '153011.796000', '153011.799000', '153011.802000', '153011.804000', '153011.807000', '153011.810000', '153011.813000', '153011.816000', '153011.819000', '153011.822000', '153011.824000', '153031.712000', '153031.714000', '153031.717000', '153031.720000', '153031.723000', '153031.725000', '153031.728000', '153031.730000', '153031.733000', '153031.743000', '153031.745000', '153031.748000', '153031.750000', '153031.753000', '153031.756000', '153031.758000', '153031.761000', '153031.764000', '153031.766000', '153031.769000', '153031.772000', '153031.774000', '153031.777000', '153031.779000', '153031.782000', '153031.785000', '153031.787000', '153031.790000', '153031.792000', '153031.795000', '153031.798000', '153031.800000', '153031.803000', '153031.805000', '153031.808000', '153031.811000', '153031.813000', '153031.816000', '153031.818000', '153031.821000', '153031.824000', '153031.826000', '153031.829000', '153031.831000', '153051.711000', '153051.714000', '153051.717000', '153051.720000', '153051.722000', '153051.725000', '153051.727000', '153051.730000', '153051.733000', '153051.735000', '153051.738000', '153051.740000', '153051.743000', '153051.745000', '153051.748000', '153051.751000', '153051.753000', '153051.756000', '153051.759000', '153051.761000', '153051.764000', '153051.766000', '153051.769000', '153051.772000', '153051.774000', '153051.777000', '153051.780000', '153051.782000', '153051.785000', '153051.787000', '153051.790000', '153051.793000', '153051.795000', '153051.798000', '153051.801000', '153051.803000', '153051.806000', '153051.808000', '153051.811000', '153051.814000', '153051.816000', '153051.819000', '153051.822000', '153111.713000', '153111.715000', '153111.718000', '153111.721000', '153111.724000', '153111.726000', '153111.729000', '153111.732000', '153111.734000', '153111.737000', '153111.739000', '153111.742000', '153111.745000', '153111.747000', '153111.750000', '153111.753000', '153111.759000', '153111.762000', '153111.765000', '153111.767000', '153111.770000', '153111.772000', '153111.775000', '153111.778000', '153111.780000', '153111.783000', '153111.786000', '153111.788000', '153111.791000', '153111.794000', '153111.796000', '153111.799000', '153111.802000', '153111.804000', '153111.807000', '153111.809000', '153111.812000', '153111.815000', '153111.817000', '153111.820000', '153111.823000', '153111.825000', '153111.828000', '153111.830000', '153131.713000', '153131.716000', '153131.730000', '153131.732000', '153131.735000', '153131.738000', '153131.740000', '153131.743000', '153131.746000', '153131.748000', '153131.751000', '153131.753000', '153131.756000', '153131.759000', '153131.761000', '153131.764000', '153131.767000', '153131.769000', '153131.772000', '153131.775000', '153131.777000', '153131.780000', '153131.783000', '153131.785000', '153131.788000', '153131.791000', '153131.793000', '153131.796000', '153131.798000', '153131.801000', '153131.804000', '153131.807000', '153131.809000', '153131.812000', '153131.814000', '153131.817000', '153131.820000', '153131.822000', '153131.825000', '153131.827000', '153131.830000', '153131.833000', '153131.835000', '153151.712000', '153151.716000', '153151.719000', '153151.722000', '153151.724000', '153151.727000', '153151.730000', '153151.732000', '153151.735000', '153151.737000', '153151.740000', '153151.743000', '153151.745000', '153151.748000', '153151.751000', '153151.753000', '153151.756000', '153151.759000', '153151.761000', '153151.770000', '153151.773000', '153151.775000', '153151.778000', '153151.781000', '153151.783000', '153151.786000', '153151.788000', '153151.791000', '153151.794000', '153151.796000', '153151.799000', '153151.802000', '153151.804000', '153151.807000', '153151.810000', '153151.820000', '153151.823000', '153151.825000', '153151.828000', '153151.831000', '153151.834000', '153151.836000', '153151.839000', '153211.711000', '153211.715000', '153211.717000', '153211.720000', '153211.722000', '153211.725000', '153211.728000', '153211.730000', '153211.733000', '153211.736000', '153211.738000', '153211.741000', '153211.744000', '153211.746000', '153211.749000', '153211.751000', '153211.754000', '153211.757000', '153211.759000', '153211.762000', '153211.765000', '153211.767000', '153211.770000', '153211.773000', '153211.775000', '153211.778000', '153211.781000', '153211.783000', '153211.786000', '153211.789000', '153211.791000', '153211.794000', '153211.797000', '153211.799000', '153211.802000', '153211.805000', '153211.807000', '153211.810000', '153211.813000', '153211.815000', '153211.818000', '153211.820000', '153211.823000', '153211.826000', '153231.712000', '153231.714000', '153231.717000', '153231.720000', '153231.722000', '153231.725000', '153231.728000', '153231.730000', '153231.733000', '153231.735000', '153231.738000', '153231.741000', '153231.743000', '153231.746000', '153231.749000', '153231.752000', '153231.754000', '153231.757000', '153231.759000', '153231.762000', '153231.765000', '153231.767000', '153231.770000', '153231.772000', '153231.775000', '153231.778000', '153231.780000', '153231.783000', '153231.785000', '153231.788000', '153231.791000', '153231.793000', '153231.796000', '153231.799000', '153231.801000', '153231.804000', '153231.807000', '153231.809000', '153231.812000', '153231.815000', '153231.817000', '153231.820000', '153231.823000', '153251.711000', '153251.714000', '153251.717000', '153251.720000', '153251.722000', '153251.725000', '153251.728000', '153251.730000', '153251.733000', '153251.736000', '153251.738000', '153251.741000', '153251.743000', '153251.746000', '153251.749000', '153251.751000', '153251.754000', '153251.757000', '153251.759000', '153251.762000', '153251.764000', '153251.767000', '153251.769000', '153251.772000', '153251.775000', '153251.778000', '153251.780000', '153251.783000', '153251.809000', '153251.812000', '153251.815000', '153251.817000', '153251.820000', '153251.823000', '153251.825000', '153251.828000', '153251.831000', '153251.833000', '153251.836000', '153251.838000', '153251.841000', '153251.844000', '153251.846000', '153251.849000', '153311.711000', '153311.714000', '153311.717000', '153311.720000', '153311.722000', '153311.725000', '153311.728000', '153311.730000', '153311.733000', '153311.736000', '153311.738000', '153311.741000', '153311.744000', '153311.747000', '153311.750000', '153311.752000', '153311.755000', '153311.757000', '153311.760000', '153311.763000', '153311.765000', '153311.768000', '153311.771000', '153311.773000', '153311.776000', '153311.779000', '153311.781000', '153311.784000', '153311.787000', '153311.789000', '153311.792000', '153311.795000', '153311.797000', '153311.800000', '153311.803000', '153311.805000', '153311.808000', '153311.811000', '153311.813000', '153311.816000', '153311.819000', '153311.821000', '153311.824000', '153311.826000', '153331.713000', '153331.716000', '153331.718000', '153331.721000', '153331.724000', '153331.726000', '153331.729000', '153331.732000', '153331.734000', '153331.737000', '153331.739000', '153331.742000', '153331.745000', '153331.757000', '153331.760000', '153331.763000', '153331.765000', '153331.768000', '153331.771000', '153331.773000', '153331.776000', '153331.778000', '153331.781000', '153331.784000', '153331.786000', '153331.791000', '153331.794000', '153331.796000', '153331.799000', '153331.801000', '153331.804000', '153331.807000', '153331.809000', '153331.812000', '153331.815000', '153331.817000', '153331.820000', '153331.822000', '153331.825000', '153331.828000', '153331.830000', '153331.833000', '153331.836000', '153351.713000', '153351.716000', '153351.719000', '153351.721000', '153351.724000', '153351.727000', '153351.729000', '153351.732000', '153351.735000', '153351.737000', '153351.740000', '153351.743000', '153351.745000', '153351.748000', '153351.750000', '153351.753000', '153351.756000', '153351.758000', '153351.761000', '153351.764000', '153351.766000', '153351.769000', '153351.771000', '153351.774000', '153351.777000', '153351.780000', '153351.782000', '153351.785000', '153351.788000', '153351.790000', '153351.793000', '153351.795000', '153351.798000', '153351.801000', '153351.803000', '153351.806000', '153351.809000', '153351.811000', '153351.814000', '153351.817000', '153351.819000', '153351.822000', '153351.825000', '153411.713000', '153411.716000', '153411.719000', '153411.721000', '153411.724000', '153411.727000', '153411.729000', '153411.732000', '153411.735000', '153411.737000', '153411.744000', '153411.746000', '153411.749000', '153411.752000', '153411.755000', '153411.757000', '153411.760000', '153411.763000', '153411.765000', '153411.769000', '153411.771000', '153411.774000', '153411.776000', '153411.779000', '153411.782000', '153411.784000', '153411.787000', '153411.790000', '153411.792000', '153411.795000', '153411.798000', '153411.800000', '153411.803000', '153411.806000', '153411.808000', '153411.811000', '153411.813000', '153411.816000', '153411.828000', '153411.831000', '153411.833000', '153411.836000', '153411.839000', '153411.841000', '153431.741000', '153431.744000', '153431.747000', '153431.749000', '153431.752000', '153431.755000', '153431.758000', '153431.761000', '153431.763000', '153431.768000', '153431.772000', '153431.775000', '153431.778000', '153431.781000', '153431.784000', '153431.787000', '153431.790000', '153431.793000', '153431.796000', '153431.799000', '153431.801000', '153431.804000', '153431.807000', '153431.810000', '153431.813000', '153431.815000', '153431.818000', '153431.821000', '153431.823000', '153431.826000', '153431.829000', '153431.832000', '153431.835000', '153431.837000', '153431.842000', '153431.845000', '153431.848000', '153431.851000', '153431.854000', '153431.857000', '153431.860000', '153431.863000', '153431.866000', '153431.868000'], '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': [9106, 16193, 11105, 15966, 13361, 15723, 9419, 13055, 8777, 11003, 9334, 15351, 11631, 11099, 9278, 8520, 10666, 8575, 11345, 9626, 15555, 10220, 15347, 8873, 14244, 9073, 12273, 8909, 14515, 11285, 8659, 9024, 9138, 10386, 9118, 11448, 12718, 14416, 10087, 15329, 9396, 15771, 10183, 15523, 12055, 10774, 9899, 8758, 8562, 9394, 11411, 12879, 9922, 14799, 13612, 16544, 12066, 15064, 11543, 8884, 10942, 9235, 12296, 9557, 11101, 10048, 8181, 9645, 8338, 10529, 8656, 10089, 8687, 8791, 13403, 8901, 14971, 11822, 14138, 10912, 12407, 9231, 12788, 8930, 14700, 9558, 11566, 8774, 11928, 9224, 8640, 10545, 8642, 10963, 8588, 11160, 9252, 14452, 11452, 13827, 9442, 11268, 9135, 13122, 11257, 13985, 10100, 13223, 9536, 12271, 9874, 13779, 11859, 14021, 9118, 10275, 8611, 10519, 10476, 14828, 12129, 11065, 9156, 8786, 8988, 8410, 12655, 11371, 14767, 13797, 10211, 15827, 10406, 16291, 12324, 14674, 9837, 13565, 8931, 15919, 9749, 14570, 10640, 13352, 11255, 13136, 10028, 14403, 9174, 9891, 8976, 11211, 9775, 10777, 9312, 12494, 9779, 12046, 8992, 9400, 8988, 11597, 9537, 12991, 9904, 13112, 10519, 8863, 8925, 8612, 9344, 8875, 10760, 11273, 11185, 13306, 11645, 12054, 11857, 14113, 15449, 10419, 10637, 8055, 10550, 9490, 15022, 11398, 15341, 11927, 13714, 9964, 8671, 9752, 8588, 10396, 8697, 12190, 12168, 13423, 13510, 13623, 9724, 9655, 9007, 9178, 11478, 9086, 15183, 9301, 14244, 10567, 12634, 9700, 11445, 9546, 10445, 8347, 9594, 8620, 10347, 8405, 9758, 8373, 10217, 8396, 10485, 8473, 9850, 8661, 10299, 8335, 10503, 9034, 10877, 10129, 15420, 12013, 10752, 10163, 8408, 11075, 9597, 11730, 9339, 10495, 8726, 11072, 8621, 14041, 10499, 15207, 9977, 13895, 10359, 14630, 11561, 14733, 11682, 16782, 10354, 13638, 8971, 11528, 8830, 13505, 9048, 15985, 9765, 14954, 10166, 12387, 10016, 8848, 9303, 9095, 8996, 12353, 9164, 13568, 8763, 13522, 9383, 14331, 9525, 12930, 8632, 11338, 8777, 15029, 9512, 15802, 9971, 14050, 10806, 14429, 9228, 12096, 8870, 11823, 9265, 11680, 9910, 12397, 10221, 10877, 8953, 10710, 8800, 10917, 8672, 11619, 8331, 11470, 8555, 10788, 8716, 10571, 8352, 12196, 10876, 14568, 9575, 11458, 9080, 10627, 9111, 10639, 8702, 11783, 10883, 13408, 9175, 12955, 9366, 12592, 9253, 13742, 10227, 14640, 9821, 16063, 11162, 14886, 10689, 9329, 9677, 10397, 9387, 14489, 9299, 14484, 9445, 12572, 9587, 12389, 10296, 16175, 11522, 9728, 9584, 9456, 8888, 13071, 9100, 13127, 9499, 11393, 9571, 11021, 9589, 13181, 8991, 13526, 10093, 12939, 13416, 16016, 13164, 15516, 13617, 11873, 8648, 11129, 9287, 15031, 9367, 15422, 10063, 13420, 9889, 14532, 10844, 15898, 10809, 9808, 10385, 9372, 10779, 8805, 11902, 8786, 13864, 10112, 13603, 10387, 14577, 10121, 13662, 9890, 10796, 11548, 8956, 14381, 8981, 16096, 10843, 13794, 9170, 12094, 8974, 11461, 9209, 10783, 9271, 10647, 9481, 12977, 9232, 9834, 8707, 9877, 9426, 12987, 10413, 14243, 11076, 9324, 9771, 9227, 10220, 14694, 9828, 16444, 9974, 15967, 10307, 16353, 9316, 14461, 9633, 14405, 9805, 14812, 11634, 17509, 11057, 11105, 9402, 11929, 9478, 16361, 9821, 13587, 9837, 12741, 10407, 12908, 10553, 14167, 9059, 14087, 8954, 13011, 9282, 14169, 11593, 15562, 9001, 14099, 9098, 15664, 9092, 13284, 9645, 15346, 9207, 16530, 9225, 16563, 10315, 14203, 9044, 14189, 8921, 13011, 9033, 12548, 9819, 11832, 8862, 11546, 8607, 11479, 8512, 10477, 9786, 10313, 8867, 9982, 8460, 9152, 11645, 10193, 13643, 10729, 8888, 9948, 8950, 10152, 11696, 9618, 16409, 10080, 13757, 9513, 15785, 9159, 13019, 9859, 12241, 9433, 10861, 9853, 12786, 10206, 13240, 10485, 12960, 9388, 11784, 9319, 11140, 8515, 12340, 11347, 15691, 12865, 11175, 10241, 11751, 9036, 14450, 9750, 14372, 10795, 11736, 13514, 11385, 14123, 11042, 16173, 12255, 16866, 13013, 16679, 11634, 16253, 11216, 13442, 13915, 12741, 11721, 9938, 16594, 9835, 11987, 9881, 11273, 8926, 10730, 8733, 10526, 9183, 10049, 9089, 9546, 14509, 9785, 12000, 10164, 11553, 9195, 12491, 11249, 14800, 10046, 13335, 9831, 11836, 9524, 13541, 9328, 14458, 13651, 11749, 17942, 11404, 18282, 11395, 18698, 9781, 14403, 10550, 14224, 10404, 12213, 9181, 11676, 9560, 12231, 9473, 12362, 9977, 15096, 9381, 12577, 9659, 9802, 14943, 11035, 10238, 8847, 8755, 9807, 15660, 11343, 13054, 11905, 10867, 12815, 9627, 16353, 10274, 13814, 9222, 14360, 9430, 13069, 9983, 14556, 11334, 14975, 11515, 16763, 9225, 12412, 9999, 12150, 9756, 12045, 8994, 12051, 16532, 12186, 16686, 12507, 9636, 12335, 8512, 11094, 8820, 11142, 9784, 11667, 14855, 10217, 16232, 10032, 14004, 11275, 14600, 13360, 18643, 13674, 15251, 11729, 10488, 11904, 9693, 12537, 16002, 13328, 10295, 11893, 9329, 12019, 10465, 12744, 9549, 10923, 10262, 11882, 15139, 17093, 11891, 12484, 8980, 12260, 9752, 13016, 9923, 13407, 9151, 11510, 10213, 9003, 11986, 8848, 10832, 9222, 12373, 9617, 13905, 9805, 16842, 10783, 16173, 10164, 11037, 9789, 10634, 10645, 12920, 11378, 16408, 10454, 15547, 9835, 14488, 9570, 13544, 9199, 13021, 9334, 13083, 9422, 13348, 10287, 12863, 13498, 9953, 13615, 9451, 11168, 9009, 11506, 9707, 11953, 9721, 11365, 9016, 12974, 9926, 16357, 12082, 17069, 12529, 16273, 11092, 16909, 13890, 17100, 13394, 16428, 12784, 18324, 9683, 17634, 9152, 12955, 9365, 12376, 9496, 11745, 9478, 12044, 9415, 12317, 9614, 10556, 9528, 11104, 9644, 11492, 9249, 10588, 9493, 11059, 9398, 11475, 9474, 11348, 9281, 11756, 9133, 11517, 10320, 10693, 13151, 10674, 10403, 10586, 10417, 11437, 14786, 11496, 11412, 9910, 12897, 9545, 13311, 9593, 13963, 10791, 18207, 9919, 11099, 9150, 11663, 9345, 13994, 10256, 15634, 10717, 16981, 10124, 13014, 10040, 12854, 10950, 15922, 13790, 16606, 15573, 17663, 9936, 11886, 9311, 12846, 10154, 12877, 9782, 12724, 10672, 10188, 14626, 10801, 16775, 11200, 16372, 11129, 17114, 13598, 16178, 13997, 14912, 11687, 12061, 10890, 11593, 10609], 'WindowCenter': [4771.0, 4808.0, 4757.0, 4767.0, 4746.0, 4729.0, 4695.0, 4721.0, 4670.0, 4698.0, 4692.0, 4743.0, 4711.0, 4697.0, 4667.0, 4656.0, 4675.0, 4656.0, 4698.0, 4692.0, 4739.0, 4688.0, 4724.0, 4668.0, 4714.0, 4668.0, 4706.0, 4670.0, 4714.0, 4686.0, 4657.0, 4684.0, 4682.0, 4690.0, 4681.0, 4723.0, 4732.0, 4730.0, 4703.0, 4730.0, 4705.0, 4741.0, 4703.0, 4742.0, 4722.0, 4713.0, 4690.0, 4682.0, 4705.0, 4706.0, 4723.0, 4721.0, 4692.0, 4744.0, 4734.0, 4754.0, 4733.0, 4743.0, 4713.0, 4671.0, 4712.0, 4668.0, 4721.0, 4693.0, 4724.0, 4692.0, 4672.0, 4678.0, 4684.0, 4726.0, 4684.0, 4727.0, 4684.0, 4694.0, 4745.0, 4707.0, 4756.0, 4737.0, 4741.0, 4700.0, 4697.0, 4670.0, 4706.0, 4668.0, 4719.0, 4679.0, 4698.0, 4670.0, 4721.0, 4682.0, 4671.0, 4698.0, 4670.0, 4688.0, 4697.0, 4715.0, 4692.0, 4745.0, 4712.0, 4722.0, 4692.0, 4712.0, 4682.0, 4719.0, 4700.0, 4707.0, 4690.0, 4708.0, 4679.0, 4698.0, 4691.0, 4731.0, 4700.0, 4716.0, 4669.0, 4677.0, 4656.0, 4686.0, 4702.0, 4729.0, 4709.0, 4697.0, 4668.0, 4668.0, 4678.0, 4672.0, 4720.0, 4723.0, 4756.0, 4734.0, 4704.0, 4754.0, 4717.0, 4765.0, 4711.0, 4716.0, 4689.0, 4718.0, 4667.0, 4699.0, 4666.0, 4714.0, 4677.0, 4717.0, 4697.0, 4703.0, 4664.0, 4690.0, 4655.0, 4663.0, 4656.0, 4684.0, 4688.0, 4698.0, 4691.0, 4733.0, 4687.0, 4707.0, 4668.0, 4677.0, 4669.0, 4700.0, 4689.0, 4708.0, 4704.0, 4744.0, 4702.0, 4683.0, 4682.0, 4682.0, 4691.0, 4679.0, 4723.0, 4712.0, 4711.0, 4721.0, 4712.0, 4721.0, 4724.0, 4744.0, 4742.0, 4702.0, 4688.0, 4660.0, 4685.0, 4701.0, 4739.0, 4722.0, 4727.0, 4713.0, 4717.0, 4692.0, 4682.0, 4692.0, 4666.0, 4674.0, 4643.0, 4696.0, 4696.0, 4716.0, 4743.0, 4727.0, 4667.0, 4665.0, 4641.0, 4667.0, 4683.0, 4653.0, 4712.0, 4652.0, 4713.0, 4685.0, 4693.0, 4677.0, 4696.0, 4676.0, 4673.0, 4645.0, 4664.0, 4654.0, 4674.0, 4656.0, 4677.0, 4658.0, 4701.0, 4669.0, 4676.0, 4658.0, 4678.0, 4669.0, 4686.0, 4670.0, 4701.0, 4681.0, 4714.0, 4729.0, 4743.0, 4723.0, 4701.0, 4689.0, 4660.0, 4700.0, 4679.0, 4694.0, 4670.0, 4699.0, 4672.0, 4710.0, 4682.0, 4731.0, 4702.0, 4731.0, 4678.0, 4706.0, 4676.0, 4717.0, 4699.0, 4717.0, 4697.0, 4725.0, 4677.0, 4708.0, 4654.0, 4694.0, 4654.0, 4714.0, 4656.0, 4725.0, 4677.0, 4714.0, 4689.0, 4696.0, 4676.0, 4655.0, 4664.0, 4656.0, 4653.0, 4703.0, 4677.0, 4701.0, 4672.0, 4729.0, 4693.0, 4728.0, 4691.0, 4719.0, 4668.0, 4696.0, 4658.0, 4727.0, 4666.0, 4727.0, 4689.0, 4728.0, 4699.0, 4716.0, 4678.0, 4695.0, 4670.0, 4697.0, 4669.0, 4698.0, 4689.0, 4721.0, 4703.0, 4698.0, 4681.0, 4702.0, 4682.0, 4698.0, 4671.0, 4698.0, 4657.0, 4698.0, 4669.0, 4687.0, 4669.0, 4701.0, 4661.0, 4709.0, 4700.0, 4731.0, 4680.0, 4698.0, 4669.0, 4688.0, 4680.0, 4689.0, 4674.0, 4697.0, 4700.0, 4719.0, 4693.0, 4722.0, 4708.0, 4719.0, 4694.0, 4743.0, 4704.0, 4730.0, 4690.0, 4739.0, 4698.0, 4728.0, 4688.0, 4665.0, 4665.0, 4675.0, 4677.0, 4728.0, 4678.0, 4702.0, 4680.0, 4695.0, 4681.0, 4722.0, 4692.0, 4729.0, 4698.0, 4665.0, 4667.0, 4668.0, 4667.0, 4707.0, 4668.0, 4706.0, 4679.0, 4700.0, 4695.0, 4700.0, 4692.0, 4717.0, 4679.0, 4718.0, 4690.0, 4707.0, 4719.0, 4729.0, 4721.0, 4729.0, 4720.0, 4697.0, 4659.0, 4685.0, 4664.0, 4704.0, 4666.0, 4713.0, 4652.0, 4706.0, 4681.0, 4719.0, 4689.0, 4728.0, 4676.0, 4664.0, 4661.0, 4654.0, 4686.0, 4670.0, 4710.0, 4683.0, 4721.0, 4704.0, 4732.0, 4705.0, 4729.0, 4704.0, 4717.0, 4679.0, 4675.0, 4697.0, 4656.0, 4702.0, 4656.0, 4715.0, 4688.0, 4706.0, 4667.0, 4683.0, 4645.0, 4683.0, 4666.0, 4674.0, 4663.0, 4686.0, 4680.0, 4719.0, 4681.0, 4691.0, 4671.0, 4678.0, 4669.0, 4706.0, 4691.0, 4720.0, 4699.0, 4668.0, 4678.0, 4679.0, 4692.0, 4729.0, 4689.0, 4729.0, 4693.0, 4740.0, 4690.0, 4728.0, 4680.0, 4717.0, 4679.0, 4718.0, 4690.0, 4732.0, 4712.0, 4740.0, 4688.0, 4689.0, 4669.0, 4696.0, 4668.0, 4722.0, 4677.0, 4704.0, 4679.0, 4706.0, 4688.0, 4706.0, 4689.0, 4706.0, 4669.0, 4706.0, 4670.0, 4704.0, 4694.0, 4731.0, 4697.0, 4728.0, 4669.0, 4729.0, 4670.0, 4725.0, 4667.0, 4705.0, 4665.0, 4714.0, 4667.0, 4737.0, 4680.0, 4739.0, 4689.0, 4717.0, 4656.0, 4704.0, 4659.0, 4694.0, 4657.0, 4696.0, 4667.0, 4687.0, 4668.0, 4697.0, 4658.0, 4697.0, 4659.0, 4675.0, 4667.0, 4678.0, 4658.0, 4681.0, 4658.0, 4670.0, 4699.0, 4691.0, 4719.0, 4699.0, 4668.0, 4679.0, 4670.0, 4691.0, 4709.0, 4681.0, 4741.0, 4703.0, 4719.0, 4693.0, 4741.0, 4683.0, 4708.0, 4691.0, 4708.0, 4680.0, 4691.0, 4692.0, 4720.0, 4702.0, 4733.0, 4703.0, 4710.0, 4669.0, 4698.0, 4669.0, 4687.0, 4660.0, 4712.0, 4713.0, 4742.0, 4724.0, 4715.0, 4691.0, 4711.0, 4681.0, 4745.0, 4708.0, 4756.0, 4716.0, 4738.0, 4735.0, 4711.0, 4747.0, 4726.0, 4741.0, 4696.0, 4727.0, 4697.0, 4714.0, 4687.0, 4703.0, 4676.0, 4695.0, 4704.0, 4696.0, 4683.0, 4664.0, 4702.0, 4651.0, 4671.0, 4652.0, 4675.0, 4654.0, 4688.0, 4660.0, 4687.0, 4669.0, 4689.0, 4657.0, 4681.0, 4717.0, 4679.0, 4711.0, 4692.0, 4700.0, 4685.0, 4723.0, 4716.0, 4744.0, 4693.0, 4720.0, 4679.0, 4698.0, 4682.0, 4721.0, 4680.0, 4730.0, 4718.0, 4711.0, 4752.0, 4703.0, 4726.0, 4687.0, 4725.0, 4667.0, 4705.0, 4675.0, 4717.0, 4703.0, 4710.0, 4670.0, 4686.0, 4665.0, 4684.0, 4666.0, 4695.0, 4678.0, 4714.0, 4666.0, 4696.0, 4680.0, 4679.0, 4729.0, 4701.0, 4689.0, 4684.0, 4684.0, 4693.0, 4728.0, 4699.0, 4708.0, 4699.0, 4689.0, 4711.0, 4691.0, 4738.0, 4692.0, 4717.0, 4680.0, 4717.0, 4680.0, 4706.0, 4680.0, 4719.0, 4687.0, 4730.0, 4700.0, 4725.0, 4668.0, 4695.0, 4678.0, 4697.0, 4669.0, 4698.0, 4657.0, 4699.0, 4727.0, 4710.0, 4740.0, 4708.0, 4668.0, 4694.0, 4656.0, 4684.0, 4655.0, 4686.0, 4680.0, 4712.0, 4718.0, 4690.0, 4728.0, 4694.0, 4720.0, 4714.0, 4732.0, 4722.0, 4737.0, 4708.0, 4715.0, 4685.0, 4676.0, 4684.0, 4654.0, 4697.0, 4715.0, 4693.0, 4664.0, 4685.0, 4656.0, 4684.0, 4665.0, 4684.0, 4652.0, 4664.0, 4664.0, 4684.0, 4714.0, 4725.0, 4686.0, 4696.0, 4653.0, 4694.0, 4664.0, 4691.0, 4677.0, 4704.0, 4654.0, 4685.0, 4691.0, 4682.0, 4699.0, 4657.0, 4674.0, 4665.0, 4682.0, 4652.0, 4705.0, 4680.0, 4738.0, 4699.0, 4726.0, 4676.0, 4675.0, 4679.0, 4674.0, 4675.0, 4694.0, 4683.0, 4715.0, 4676.0, 4715.0, 4675.0, 4715.0, 4664.0, 4692.0, 4655.0, 4705.0, 4667.0, 4692.0, 4668.0, 4708.0, 4689.0, 4708.0, 4718.0, 4680.0, 4706.0, 4681.0, 4687.0, 4671.0, 4701.0, 4680.0, 4710.0, 4679.0, 4724.0, 4708.0, 4744.0, 4718.0, 4743.0, 4710.0, 4738.0, 4696.0, 4726.0, 4697.0, 4725.0, 4708.0, 4724.0, 4721.0, 4753.0, 4720.0, 4722.0, 4655.0, 4711.0, 4652.0, 4682.0, 4653.0, 4682.0, 4653.0, 4683.0, 4666.0, 4696.0, 4667.0, 4682.0, 4665.0, 4673.0, 4678.0, 4686.0, 4665.0, 4696.0, 4667.0, 4688.0, 4677.0, 4700.0, 4669.0, 4700.0, 4680.0, 4699.0, 4670.0, 4709.0, 4681.0, 4697.0, 4679.0, 4691.0, 4708.0, 4690.0, 4690.0, 4701.0, 4688.0, 4709.0, 4732.0, 4711.0, 4700.0, 4691.0, 4708.0, 4681.0, 4719.0, 4694.0, 4743.0, 4714.0, 4749.0, 4691.0, 4701.0, 4682.0, 4700.0, 4683.0, 4731.0, 4704.0, 4729.0, 4691.0, 4743.0, 4692.0, 4720.0, 4694.0, 4708.0, 4700.0, 4740.0, 4732.0, 4741.0, 4744.0, 4740.0, 4678.0, 4697.0, 4695.0, 4733.0, 4706.0, 4734.0, 4706.0, 4721.0, 4690.0, 4690.0, 4742.0, 4701.0, 4741.0, 4715.0, 4730.0, 4689.0, 4724.0, 4707.0, 4713.0, 4707.0, 4705.0, 4685.0, 4695.0, 4673.0, 4683.0, 4662.0], 'WindowWidth': [10459.0, 10479.0, 10404.0, 10398.0, 10364.0, 10326.0, 10292.0, 10317.0, 10247.0, 10281.0, 10281.0, 10350.0, 10302.0, 10276.0, 10236.0, 10217.0, 10239.0, 10219.0, 10283.0, 10281.0, 10336.0, 10268.0, 10311.0, 10239.0, 10298.0, 10240.0, 10290.0, 10243.0, 10294.0, 10258.0, 10221.0, 10268.0, 10265.0, 10272.0, 10262.0, 10326.0, 10336.0, 10327.0, 10295.0, 10325.0, 10306.0, 10343.0, 10298.0, 10347.0, 10318.0, 10309.0, 10273.0, 10264.0, 10308.0, 10310.0, 10325.0, 10319.0, 10278.0, 10352.0, 10338.0, 10367.0, 10339.0, 10352.0, 10306.0, 10243.0, 10304.0, 10237.0, 10315.0, 10283.0, 10327.0, 10275.0, 10250.0, 10252.0, 10272.0, 10337.0, 10273.0, 10338.0, 10268.0, 10286.0, 10355.0, 10308.0, 10373.0, 10348.0, 10345.0, 10285.0, 10271.0, 10241.0, 10285.0, 10238.0, 10307.0, 10254.0, 10274.0, 10243.0, 10320.0, 10262.0, 10247.0, 10280.0, 10242.0, 10261.0, 10294.0, 10314.0, 10282.0, 10354.0, 10303.0, 10314.0, 10277.0, 10305.0, 10263.0, 10309.0, 10283.0, 10286.0, 10267.0, 10287.0, 10253.0, 10277.0, 10273.0, 10331.0, 10282.0, 10297.0, 10238.0, 10244.0, 10217.0, 10259.0, 10290.0, 10322.0, 10294.0, 10274.0, 10237.0, 10237.0, 10254.0, 10253.0, 10316.0, 10321.0, 10373.0, 10337.0, 10295.0, 10368.0, 10321.0, 10386.0, 10301.0, 10297.0, 10268.0, 10309.0, 10232.0, 10263.0, 10229.0, 10293.0, 10246.0, 10303.0, 10280.0, 10278.0, 10226.0, 10250.0, 10211.0, 10220.0, 10217.0, 10255.0, 10268.0, 10280.0, 10277.0, 10336.0, 10266.0, 10290.0, 10239.0, 10251.0, 10241.0, 10284.0, 10270.0, 10291.0, 10296.0, 10355.0, 10288.0, 10265.0, 10265.0, 10263.0, 10274.0, 10254.0, 10324.0, 10304.0, 10302.0, 10315.0, 10305.0, 10319.0, 10329.0, 10355.0, 10347.0, 10290.0, 10265.0, 10231.0, 10261.0, 10293.0, 10338.0, 10323.0, 10320.0, 10305.0, 10302.0, 10276.0, 10265.0, 10278.0, 10235.0, 10238.0, 10195.0, 10273.0, 10271.0, 10302.0, 10353.0, 10320.0, 10233.0, 10229.0, 10187.0, 10230.0, 10249.0, 10211.0, 10288.0, 10205.0, 10291.0, 10256.0, 10265.0, 10248.0, 10275.0, 10248.0, 10235.0, 10201.0, 10223.0, 10214.0, 10239.0, 10219.0, 10248.0, 10222.0, 10290.0, 10242.0, 10243.0, 10225.0, 10249.0, 10242.0, 10259.0, 10247.0, 10288.0, 10263.0, 10312.0, 10342.0, 10349.0, 10322.0, 10288.0, 10268.0, 10230.0, 10283.0, 10253.0, 10267.0, 10239.0, 10281.0, 10248.0, 10299.0, 10266.0, 10332.0, 10290.0, 10328.0, 10252.0, 10285.0, 10245.0, 10300.0, 10281.0, 10302.0, 10276.0, 10309.0, 10247.0, 10289.0, 10213.0, 10268.0, 10212.0, 10296.0, 10216.0, 10309.0, 10246.0, 10295.0, 10267.0, 10269.0, 10244.0, 10212.0, 10224.0, 10214.0, 10207.0, 10278.0, 10249.0, 10269.0, 10250.0, 10326.0, 10282.0, 10321.0, 10273.0, 10308.0, 10240.0, 10276.0, 10222.0, 10316.0, 10231.0, 10317.0, 10268.0, 10321.0, 10280.0, 10300.0, 10251.0, 10270.0, 10241.0, 10275.0, 10239.0, 10276.0, 10267.0, 10314.0, 10293.0, 10279.0, 10262.0, 10289.0, 10265.0, 10278.0, 10246.0, 10278.0, 10224.0, 10279.0, 10241.0, 10260.0, 10241.0, 10285.0, 10232.0, 10291.0, 10282.0, 10329.0, 10255.0, 10276.0, 10240.0, 10262.0, 10257.0, 10263.0, 10255.0, 10274.0, 10281.0, 10310.0, 10284.0, 10317.0, 10311.0, 10310.0, 10284.0, 10349.0, 10298.0, 10325.0, 10269.0, 10337.0, 10278.0, 10319.0, 10262.0, 10225.0, 10227.0, 10240.0, 10248.0, 10320.0, 10249.0, 10274.0, 10253.0, 10266.0, 10259.0, 10316.0, 10274.0, 10320.0, 10273.0, 10227.0, 10232.0, 10232.0, 10234.0, 10286.0, 10234.0, 10283.0, 10252.0, 10282.0, 10285.0, 10283.0, 10275.0, 10304.0, 10255.0, 10302.0, 10268.0, 10284.0, 10306.0, 10322.0, 10314.0, 10322.0, 10309.0, 10272.0, 10224.0, 10251.0, 10224.0, 10276.0, 10229.0, 10288.0, 10201.0, 10281.0, 10255.0, 10308.0, 10266.0, 10319.0, 10242.0, 10221.0, 10215.0, 10207.0, 10254.0, 10241.0, 10296.0, 10266.0, 10313.0, 10297.0, 10331.0, 10301.0, 10325.0, 10298.0, 10302.0, 10254.0, 10238.0, 10273.0, 10213.0, 10268.0, 10214.0, 10294.0, 10260.0, 10283.0, 10232.0, 10246.0, 10195.0, 10245.0, 10227.0, 10234.0, 10221.0, 10254.0, 10256.0, 10307.0, 10260.0, 10272.0, 10244.0, 10249.0, 10237.0, 10285.0, 10272.0, 10307.0, 10276.0, 10236.0, 10250.0, 10252.0, 10272.0, 10319.0, 10265.0, 10319.0, 10277.0, 10337.0, 10267.0, 10317.0, 10254.0, 10299.0, 10251.0, 10303.0, 10269.0, 10330.0, 10302.0, 10337.0, 10263.0, 10263.0, 10237.0, 10271.0, 10233.0, 10301.0, 10246.0, 10279.0, 10250.0, 10283.0, 10263.0, 10284.0, 10266.0, 10284.0, 10237.0, 10284.0, 10238.0, 10279.0, 10284.0, 10327.0, 10275.0, 10317.0, 10237.0, 10324.0, 10244.0, 10312.0, 10235.0, 10281.0, 10227.0, 10291.0, 10233.0, 10330.0, 10253.0, 10333.0, 10265.0, 10298.0, 10215.0, 10275.0, 10221.0, 10263.0, 10218.0, 10268.0, 10230.0, 10256.0, 10234.0, 10272.0, 10221.0, 10271.0, 10223.0, 10237.0, 10227.0, 10245.0, 10219.0, 10255.0, 10219.0, 10238.0, 10278.0, 10273.0, 10307.0, 10280.0, 10236.0, 10252.0, 10238.0, 10269.0, 10291.0, 10257.0, 10340.0, 10292.0, 10309.0, 10277.0, 10341.0, 10262.0, 10291.0, 10270.0, 10290.0, 10254.0, 10268.0, 10274.0, 10310.0, 10290.0, 10333.0, 10291.0, 10293.0, 10240.0, 10274.0, 10236.0, 10257.0, 10228.0, 10301.0, 10303.0, 10343.0, 10318.0, 10309.0, 10268.0, 10297.0, 10257.0, 10352.0, 10307.0, 10371.0, 10315.0, 10349.0, 10340.0, 10299.0, 10359.0, 10329.0, 10341.0, 10272.0, 10312.0, 10270.0, 10291.0, 10255.0, 10269.0, 10239.0, 10265.0, 10276.0, 10265.0, 10244.0, 10219.0, 10268.0, 10197.0, 10224.0, 10202.0, 10236.0, 10208.0, 10260.0, 10227.0, 10259.0, 10237.0, 10265.0, 10216.0, 10256.0, 10302.0, 10250.0, 10298.0, 10275.0, 10281.0, 10270.0, 10321.0, 10312.0, 10348.0, 10274.0, 10307.0, 10251.0, 10276.0, 10261.0, 10309.0, 10257.0, 10325.0, 10303.0, 10298.0, 10355.0, 10287.0, 10309.0, 10257.0, 10308.0, 10229.0, 10276.0, 10238.0, 10299.0, 10296.0, 10298.0, 10241.0, 10254.0, 10225.0, 10247.0, 10229.0, 10266.0, 10246.0, 10290.0, 10229.0, 10269.0, 10253.0, 10251.0, 10318.0, 10286.0, 10263.0, 10268.0, 10271.0, 10278.0, 10317.0, 10277.0, 10288.0, 10275.0, 10264.0, 10295.0, 10273.0, 10337.0, 10275.0, 10300.0, 10253.0, 10301.0, 10254.0, 10284.0, 10254.0, 10304.0, 10259.0, 10321.0, 10278.0, 10310.0, 10235.0, 10267.0, 10247.0, 10271.0, 10236.0, 10271.0, 10218.0, 10277.0, 10314.0, 10295.0, 10338.0, 10288.0, 10232.0, 10258.0, 10213.0, 10248.0, 10209.0, 10254.0, 10250.0, 10302.0, 10299.0, 10269.0, 10317.0, 10279.0, 10306.0, 10309.0, 10327.0, 10314.0, 10326.0, 10288.0, 10292.0, 10247.0, 10238.0, 10247.0, 10204.0, 10271.0, 10291.0, 10255.0, 10219.0, 10250.0, 10214.0, 10247.0, 10221.0, 10245.0, 10201.0, 10217.0, 10222.0, 10248.0, 10292.0, 10311.0, 10252.0, 10267.0, 10206.0, 10263.0, 10221.0, 10253.0, 10247.0, 10277.0, 10209.0, 10252.0, 10272.0, 10264.0, 10278.0, 10217.0, 10235.0, 10226.0, 10240.0, 10201.0, 10279.0, 10252.0, 10330.0, 10279.0, 10311.0, 10242.0, 10236.0, 10251.0, 10236.0, 10240.0, 10264.0, 10246.0, 10293.0, 10241.0, 10291.0, 10241.0, 10294.0, 10222.0, 10254.0, 10208.0, 10279.0, 10231.0, 10255.0, 10235.0, 10289.0, 10265.0, 10289.0, 10305.0, 10254.0, 10281.0, 10256.0, 10257.0, 10242.0, 10282.0, 10253.0, 10296.0, 10254.0, 10325.0, 10310.0, 10354.0, 10321.0, 10346.0, 10297.0, 10334.0, 10267.0, 10312.0, 10274.0, 10308.0, 10289.0, 10305.0, 10310.0, 10362.0, 10309.0, 10300.0, 10211.0, 10278.0, 10203.0, 10240.0, 10207.0, 10240.0, 10203.0, 10247.0, 10227.0, 10269.0, 10229.0, 10241.0, 10227.0, 10236.0, 10250.0, 10256.0, 10229.0, 10269.0, 10230.0, 10262.0, 10247.0, 10281.0, 10239.0, 10282.0, 10255.0, 10278.0, 10240.0, 10294.0, 10256.0, 10275.0, 10252.0, 10272.0, 10288.0, 10267.0, 10268.0, 10285.0, 10262.0, 10295.0, 10328.0, 10298.0, 10280.0, 10269.0, 10290.0, 10260.0, 10306.0, 10281.0, 10348.0, 10310.0, 10349.0, 10270.0, 10286.0, 10261.0, 10282.0, 10263.0, 10326.0, 10295.0, 10322.0, 10270.0, 10344.0, 10275.0, 10309.0, 10281.0, 10290.0, 10282.0, 10338.0, 10331.0, 10342.0, 10349.0, 10336.0, 10248.0, 10272.0, 10287.0, 10334.0, 10299.0, 10336.0, 10303.0, 10315.0, 10266.0, 10266.0, 10342.0, 10286.0, 10339.0, 10310.0, 10321.0, 10264.0, 10304.0, 10283.0, 10286.0, 10283.0, 10278.0, 10251.0, 10264.0, 10232.0, 10244.0, 10213.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.0019841081703107022</td></tr>
<tr><td colspan=3>aqi</td><td>0.03545142980437284</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.5177094728341</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1722956020276494</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.999453320368664</td></tr>
<tr><td colspan=3>efc</td><td>0.4716</td></tr>
<tr><td colspan=3>fber</td><td>6011.0142</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12102215277165192</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>95</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.93210586881473</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5229757967355835</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5271579397478594</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.597513938070442</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.44425551238845</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123613</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018079204484820366</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023803256452083588</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.977162466260331</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.8148</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.8476</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.6819</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300379.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>851.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.151</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.733</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.9624</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3913.5324</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1036.4105</td></tr>
<tr><td colspan=3>tsnr</td><td>35.2034405838931</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>