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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-04/func/sub-0010_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>382734a6d96a21c7294b3039e8f4ee5b</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:37:19.850000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998801, 0.00851896, 0.0482091, -0.0111572, 0.998439, 0.0547229]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0730798</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7726, -7292, 683, -59, -33, 82, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>229.239</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e7bc21f4-20d4-4be5-be34-c3911a12cef1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797099113464355, -0.029933903366327286, 0.12870275974273682, 104.8105239868164], [-0.022855738177895546, 2.678739547729492, 0.14902696013450623, -83.29873657226562], [0.12934152781963348, -0.14681755006313324, 2.692810297012329, -54.4382438659668], [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': ['153719.850000', '153720.310000', '153720.770000', '153721.230000', '153721.690000', '153722.150000', '153722.610000', '153723.070000', '153723.530000', '153723.990000', '153724.450000', '153724.910000', '153725.370000', '153725.830000', '153726.290000', '153726.750000', '153727.210000', '153727.670000', '153728.130000', '153728.590000', '153729.050000', '153729.510000', '153729.970000', '153730.430000', '153730.890000', '153731.350000', '153731.810000', '153732.270000', '153732.730000', '153733.190000', '153733.650000', '153734.110000', '153734.570000', '153735.030000', '153735.490000', '153735.950000', '153736.410000', '153736.870000', '153737.330000', '153737.790000', '153738.250000', '153738.710000', '153739.170000', '153739.630000', '153740.090000', '153740.550000', '153741.010000', '153741.470000', '153741.930000', '153742.390000', '153742.850000', '153743.310000', '153743.770000', '153744.230000', '153744.690000', '153745.150000', '153745.610000', '153746.070000', '153746.530000', '153746.990000', '153747.450000', '153747.910000', '153748.370000', '153748.830000', '153749.290000', '153749.750000', '153750.210000', '153750.670000', '153751.130000', '153751.590000', '153752.050000', '153752.510000', '153752.970000', '153753.430000', '153753.890000', '153754.350000', '153754.810000', '153755.270000', '153755.730000', '153756.190000', '153756.650000', '153757.110000', '153757.570000', '153758.030000', '153758.490000', '153758.950000', '153759.410000', '153759.870000', '153800.330000', '153800.790000', '153801.250000', '153801.710000', '153802.170000', '153802.630000', '153803.090000', '153803.550000', '153804.010000', '153804.470000', '153804.930000', '153805.390000', '153805.850000', '153806.310000', '153806.770000', '153807.230000', '153807.690000', '153808.150000', '153808.610000', '153809.070000', '153809.530000', '153809.990000', '153810.450000', '153810.910000', '153811.370000', '153811.830000', '153812.290000', '153812.750000', '153813.210000', '153813.670000', '153814.130000', '153814.590000', '153815.050000', '153815.510000', '153815.970000', '153816.430000', '153816.890000', '153817.350000', '153817.810000', '153818.270000', '153818.730000', '153819.190000', '153819.650000', '153820.110000', '153820.570000', '153821.030000', '153821.490000', '153821.950000', '153822.410000', '153822.870000', '153823.330000', '153823.790000', '153824.250000', '153824.710000', '153825.170000', '153825.630000', '153826.090000', '153826.550000', '153827.010000', '153827.470000', '153827.930000', '153828.390000', '153828.850000', '153829.310000', '153829.770000', '153830.230000', '153830.690000', '153831.150000', '153831.610000', '153832.070000', '153832.530000', '153832.990000', '153833.450000', '153833.910000', '153834.370000', '153834.830000', '153835.290000', '153835.750000', '153836.210000', '153836.670000', '153837.130000', '153837.590000', '153838.050000', '153838.510000', '153838.970000', '153839.430000', '153839.890000', '153840.350000', '153840.810000', '153841.270000', '153841.730000', '153842.190000', '153842.650000', '153843.110000', '153843.570000', '153844.030000', '153844.490000', '153844.950000', '153845.410000', '153845.870000', '153846.330000', '153846.790000', '153847.250000', '153847.710000', '153848.170000', '153848.630000', '153849.090000', '153849.550000', '153850.010000', '153850.470000', '153850.930000', '153851.390000', '153851.850000', '153852.310000', '153852.770000', '153853.230000', '153853.690000', '153854.150000', '153854.610000', '153855.070000', '153855.530000', '153855.990000', '153856.450000', '153856.910000', '153857.370000', '153857.830000', '153858.290000', '153858.750000', '153859.210000', '153859.670000', '153900.130000', '153900.590000', '153901.050000', '153901.510000', '153901.970000', '153902.430000', '153902.890000', '153903.350000', '153903.810000', '153904.270000', '153904.730000', '153905.190000', '153905.650000', '153906.110000', '153906.570000', '153907.030000', '153907.490000', '153907.950000', '153908.410000', '153908.870000', '153909.330000', '153909.790000', '153910.250000', '153910.710000', '153911.170000', '153911.630000', '153912.090000', '153912.550000', '153913.010000', '153913.470000', '153913.930000', '153914.390000', '153914.850000', '153915.310000', '153915.770000', '153916.230000', '153916.690000', '153917.150000', '153917.610000', '153918.070000', '153918.530000', '153918.990000', '153919.450000', '153919.910000', '153920.370000', '153920.830000', '153921.290000', '153921.750000', '153922.210000', '153922.670000', '153923.130000', '153923.590000', '153924.050000', '153924.510000', '153924.970000', '153925.430000', '153925.890000', '153926.350000', '153926.810000', '153927.270000', '153927.730000', '153928.190000', '153928.650000', '153929.110000', '153929.570000', '153930.030000', '153930.490000', '153930.950000', '153931.410000', '153931.870000', '153932.330000', '153932.790000', '153933.250000', '153933.710000', '153934.170000', '153934.630000', '153935.090000', '153935.550000', '153936.010000', '153936.470000', '153936.930000', '153937.390000', '153937.850000', '153938.310000', '153938.770000', '153939.230000', '153939.690000', '153940.150000', '153940.610000', '153941.070000', '153941.530000', '153941.990000', '153942.450000', '153942.910000', '153943.370000', '153943.830000', '153944.290000', '153944.750000', '153945.210000', '153945.670000', '153946.130000', '153946.590000', '153947.050000', '153947.510000', '153947.970000', '153948.430000', '153948.890000', '153949.350000', '153949.810000', '153950.270000', '153950.730000', '153951.190000', '153951.650000', '153952.110000', '153952.570000', '153953.030000', '153953.490000', '153953.950000', '153954.410000', '153954.870000', '153955.330000', '153955.790000', '153956.250000', '153956.710000', '153957.170000', '153957.630000', '153958.090000', '153958.550000', '153959.010000', '153959.470000', '153959.930000', '154000.390000', '154000.850000', '154001.310000', '154001.770000', '154002.230000', '154002.690000', '154003.150000', '154003.610000', '154004.070000', '154004.530000', '154004.990000', '154005.450000', '154005.910000', '154006.370000', '154006.830000', '154007.290000', '154007.750000', '154008.210000', '154008.670000', '154009.130000', '154009.590000', '154010.050000', '154010.510000', '154010.970000', '154011.430000', '154011.890000', '154012.350000', '154012.810000', '154013.270000', '154013.730000', '154014.190000', '154014.650000', '154015.110000', '154015.570000', '154016.030000', '154016.490000', '154016.950000', '154017.410000', '154017.870000', '154018.330000', '154018.790000', '154019.250000', '154019.710000', '154020.170000', '154020.630000', '154021.090000', '154021.550000', '154022.010000', '154022.470000', '154022.930000', '154023.390000', '154023.850000', '154024.310000', '154024.770000', '154025.230000', '154025.690000', '154026.150000', '154026.610000', '154027.070000', '154027.530000', '154027.990000', '154028.450000', '154028.910000', '154029.370000', '154029.830000', '154030.290000', '154030.750000', '154031.210000', '154031.670000', '154032.130000', '154032.590000', '154033.050000', '154033.510000', '154033.970000', '154034.430000', '154034.890000', '154035.350000', '154035.810000', '154036.270000', '154036.730000', '154037.190000', '154037.650000', '154038.110000', '154038.570000', '154039.030000', '154039.490000', '154039.950000', '154040.410000', '154040.870000', '154041.330000', '154041.790000', '154042.250000', '154042.710000', '154043.170000', '154043.630000', '154044.090000', '154044.550000', '154045.010000', '154045.470000', '154045.930000', '154046.390000', '154046.850000', '154047.310000', '154047.770000', '154048.230000', '154048.690000', '154049.150000', '154049.610000', '154050.070000', '154050.530000', '154050.990000', '154051.450000', '154051.910000', '154052.370000', '154052.830000', '154053.290000', '154053.750000', '154054.210000', '154054.670000', '154055.130000', '154055.590000', '154056.050000', '154056.510000', '154056.970000', '154057.430000', '154057.890000', '154058.350000', '154058.810000', '154059.270000', '154059.730000', '154100.190000', '154100.650000', '154101.110000', '154101.570000', '154102.030000', '154102.490000', '154102.950000', '154103.410000', '154103.870000', '154104.330000', '154104.790000', '154105.250000', '154105.710000', '154106.170000', '154106.630000', '154107.090000', '154107.550000', '154108.010000', '154108.470000', '154108.930000', '154109.390000', '154109.850000', '154110.310000', '154110.770000', '154111.230000', '154111.690000', '154112.150000', '154112.610000', '154113.070000', '154113.530000', '154113.990000', '154114.450000', '154114.910000', '154115.370000', '154115.830000', '154116.290000', '154116.750000', '154117.210000', '154117.670000', '154118.130000', '154118.590000', '154119.050000', '154119.510000', '154119.970000', '154120.430000', '154120.890000', '154121.350000', '154121.810000', '154122.270000', '154122.730000', '154123.190000', '154123.650000', '154124.110000', '154124.570000', '154125.030000', '154125.490000', '154125.950000', '154126.410000', '154126.870000', '154127.330000', '154127.790000', '154128.250000', '154128.710000', '154129.170000', '154129.630000', '154130.090000', '154130.550000', '154131.010000', '154131.470000', '154131.930000', '154132.390000', '154132.850000', '154133.310000', '154133.770000', '154134.230000', '154134.690000', '154135.150000', '154135.610000', '154136.070000', '154136.530000', '154136.990000', '154137.450000', '154137.910000', '154138.370000', '154138.830000', '154139.290000', '154139.750000', '154140.210000', '154140.670000', '154141.130000', '154141.590000', '154142.050000', '154142.510000', '154142.970000', '154143.430000', '154143.890000', '154144.350000', '154144.810000', '154145.270000', '154145.730000', '154146.190000', '154146.650000', '154147.110000', '154147.570000', '154148.030000', '154148.490000', '154148.950000', '154149.410000', '154149.870000', '154150.330000', '154150.790000', '154151.250000', '154151.710000', '154152.170000', '154152.630000', '154153.090000', '154153.550000', '154154.010000', '154154.470000', '154154.930000', '154155.390000', '154155.850000', '154156.310000', '154156.770000', '154157.230000', '154157.690000', '154158.150000', '154158.610000', '154159.070000', '154159.530000', '154159.990000', '154200.450000', '154200.910000', '154201.370000', '154201.830000', '154202.290000', '154202.750000', '154203.210000', '154203.670000', '154204.130000', '154204.590000', '154205.050000', '154205.510000', '154205.970000', '154206.430000', '154206.890000', '154207.350000', '154207.810000', '154208.270000', '154208.730000', '154209.190000', '154209.650000', '154210.110000', '154210.570000', '154211.030000', '154211.490000', '154211.950000', '154212.410000', '154212.870000', '154213.330000', '154213.790000', '154214.250000', '154214.710000', '154215.170000', '154215.630000', '154216.090000', '154216.550000', '154217.010000', '154217.470000', '154217.930000', '154218.390000', '154218.850000', '154219.310000', '154219.770000', '154220.230000', '154220.690000', '154221.150000', '154221.610000', '154222.070000', '154222.530000', '154222.990000', '154223.450000', '154223.910000', '154224.370000', '154224.830000', '154225.290000', '154225.750000', '154226.210000', '154226.670000', '154227.130000', '154227.590000', '154228.050000', '154228.510000', '154228.970000', '154229.430000', '154229.890000', '154230.350000', '154230.810000', '154231.270000', '154231.730000', '154232.190000', '154232.650000', '154233.110000', '154233.570000', '154234.030000', '154234.490000', '154234.950000', '154235.410000', '154235.870000', '154236.330000', '154236.790000', '154237.250000', '154237.710000', '154238.170000', '154238.630000', '154239.090000', '154239.550000', '154240.010000', '154240.470000', '154240.930000', '154241.390000', '154241.850000', '154242.310000', '154242.770000', '154243.230000', '154243.690000', '154244.150000', '154244.610000', '154245.070000', '154245.530000', '154245.990000', '154246.450000', '154246.910000', '154247.370000', '154247.830000', '154248.290000', '154248.750000', '154249.210000', '154249.670000', '154250.130000', '154250.590000', '154251.050000', '154251.510000', '154251.970000', '154252.430000', '154252.890000', '154253.350000', '154253.810000', '154254.270000', '154254.730000', '154255.190000', '154255.650000', '154256.110000', '154256.570000', '154257.030000', '154257.490000', '154257.950000', '154258.410000', '154258.870000', '154259.330000', '154259.790000', '154300.250000', '154300.710000', '154301.170000', '154301.630000', '154302.090000', '154302.550000', '154303.010000', '154303.470000', '154303.930000', '154304.390000', '154304.850000', '154305.310000', '154305.770000', '154306.230000', '154306.690000', '154307.150000', '154307.610000', '154308.070000', '154308.530000', '154308.990000', '154309.450000', '154309.910000', '154310.370000', '154310.830000', '154311.290000', '154311.750000', '154312.210000', '154312.670000', '154313.130000', '154313.590000', '154314.050000', '154314.510000', '154314.970000', '154315.430000', '154315.890000', '154316.350000', '154316.810000', '154317.270000', '154317.730000', '154318.190000', '154318.650000', '154319.110000', '154319.570000', '154320.030000', '154320.490000', '154320.950000', '154321.410000', '154321.870000', '154322.330000', '154322.790000', '154323.250000', '154323.710000', '154324.170000', '154324.630000', '154325.090000', '154325.550000', '154326.010000', '154326.470000', '154326.930000', '154327.390000', '154327.850000', '154328.310000', '154328.770000', '154329.230000', '154329.690000', '154330.150000', '154330.610000', '154331.070000', '154331.530000', '154331.990000', '154332.450000', '154332.910000', '154333.370000', '154333.830000', '154334.290000', '154334.750000', '154335.210000', '154335.670000', '154336.130000', '154336.590000', '154337.050000', '154337.510000', '154337.970000', '154338.430000', '154338.890000', '154339.350000', '154339.810000', '154340.270000', '154340.730000', '154341.190000', '154341.650000', '154342.110000', '154342.570000', '154343.030000', '154343.490000', '154343.950000', '154344.410000', '154344.870000', '154345.330000', '154345.790000', '154346.250000', '154346.710000', '154347.170000', '154347.630000', '154348.090000', '154348.550000', '154349.010000', '154349.470000', '154349.930000', '154350.390000', '154350.850000', '154351.310000', '154351.770000', '154352.230000', '154352.690000', '154353.150000', '154353.610000', '154354.070000', '154354.530000', '154354.990000', '154355.450000', '154355.910000', '154356.370000', '154356.830000', '154357.290000', '154357.750000', '154358.210000', '154358.670000', '154359.130000', '154359.590000', '154400.050000', '154400.510000'], 'ContentTime': ['153733.401000', '153733.405000', '153733.408000', '153733.411000', '153733.414000', '153733.417000', '153733.420000', '153733.431000', '153733.434000', '153733.437000', '153733.440000', '153733.443000', '153733.446000', '153733.457000', '153733.460000', '153733.463000', '153733.466000', '153733.469000', '153733.472000', '153733.475000', '153733.478000', '153733.481000', '153733.484000', '153733.487000', '153733.490000', '153733.498000', '153733.501000', '153753.367000', '153753.370000', '153753.373000', '153753.376000', '153753.379000', '153753.382000', '153753.385000', '153753.390000', '153753.393000', '153753.396000', '153753.399000', '153753.402000', '153753.405000', '153753.408000', '153753.411000', '153753.414000', '153753.417000', '153753.420000', '153753.423000', '153753.432000', '153753.435000', '153753.437000', '153753.440000', '153753.443000', '153753.446000', '153753.449000', '153753.452000', '153753.455000', '153753.458000', '153753.461000', '153753.464000', '153753.467000', '153753.470000', '153753.473000', '153753.476000', '153753.479000', '153753.482000', '153753.484000', '153753.487000', '153753.490000', '153753.493000', '153753.496000', '153753.514000', '153753.517000', '153813.367000', '153813.370000', '153813.373000', '153813.376000', '153813.379000', '153813.382000', '153813.385000', '153813.388000', '153813.391000', '153813.394000', '153813.397000', '153813.400000', '153813.402000', '153813.405000', '153813.408000', '153813.411000', '153813.414000', '153813.417000', '153813.420000', '153813.423000', '153813.426000', '153813.429000', '153813.432000', '153813.435000', '153813.438000', '153813.441000', '153813.444000', '153813.447000', '153813.450000', '153813.453000', '153813.456000', '153813.460000', '153813.462000', '153813.466000', '153813.468000', '153813.471000', '153813.474000', '153813.477000', '153813.482000', '153813.485000', '153813.488000', '153813.491000', '153813.494000', '153833.367000', '153833.370000', '153833.373000', '153833.376000', '153833.379000', '153833.382000', '153833.385000', '153833.388000', '153833.391000', '153833.394000', '153833.397000', '153833.400000', '153833.403000', '153833.406000', '153833.409000', '153833.412000', '153833.415000', '153833.418000', '153833.422000', '153833.425000', '153833.428000', '153833.431000', '153833.434000', '153833.437000', '153833.440000', '153833.443000', '153833.446000', '153833.449000', '153833.452000', '153833.455000', '153833.458000', '153833.461000', '153833.464000', '153833.467000', '153833.470000', '153833.473000', '153833.475000', '153833.478000', '153833.481000', '153833.484000', '153833.487000', '153833.490000', '153833.493000', '153833.496000', '153853.366000', '153853.369000', '153853.372000', '153853.375000', '153853.378000', '153853.381000', '153853.384000', '153853.387000', '153853.390000', '153853.393000', '153853.396000', '153853.398000', '153853.402000', '153853.405000', '153853.407000', '153853.410000', '153853.413000', '153853.416000', '153853.419000', '153853.422000', '153853.425000', '153853.428000', '153853.431000', '153853.434000', '153853.437000', '153853.440000', '153853.443000', '153853.446000', '153853.449000', '153853.452000', '153853.455000', '153853.458000', '153853.461000', '153853.464000', '153853.467000', '153853.469000', '153853.472000', '153853.475000', '153853.478000', '153853.481000', '153853.484000', '153853.487000', '153853.490000', '153913.366000', '153913.374000', '153913.377000', '153913.380000', '153913.383000', '153913.386000', '153913.389000', '153913.392000', '153913.395000', '153913.398000', '153913.401000', '153913.404000', '153913.407000', '153913.410000', '153913.413000', '153913.416000', '153913.419000', '153913.422000', '153913.425000', '153913.427000', '153913.430000', '153913.433000', '153913.436000', '153913.439000', '153913.442000', '153913.445000', '153913.448000', '153913.451000', '153913.454000', '153913.457000', '153913.460000', '153913.463000', '153913.466000', '153913.469000', '153913.472000', '153913.475000', '153913.478000', '153913.481000', '153913.484000', '153913.487000', '153913.490000', '153913.493000', '153913.496000', '153913.499000', '153933.366000', '153933.369000', '153933.372000', '153933.375000', '153933.378000', '153933.381000', '153933.384000', '153933.387000', '153933.390000', '153933.393000', '153933.396000', '153933.399000', '153933.402000', '153933.405000', '153933.408000', '153933.411000', '153933.414000', '153933.417000', '153933.420000', '153933.423000', '153933.426000', '153933.429000', '153933.432000', '153933.435000', '153933.438000', '153933.441000', '153933.444000', '153933.447000', '153933.450000', '153933.452000', '153933.455000', '153933.458000', '153933.461000', '153933.464000', '153933.467000', '153933.470000', '153933.473000', '153933.476000', '153933.479000', '153933.482000', '153933.485000', '153933.488000', '153933.492000', '153953.367000', '153953.370000', '153953.373000', '153953.376000', '153953.379000', '153953.382000', '153953.385000', '153953.388000', '153953.391000', '153953.408000', '153953.411000', '153953.414000', '153953.417000', '153953.420000', '153953.423000', '153953.426000', '153953.429000', '153953.432000', '153953.435000', '153953.438000', '153953.441000', '153953.444000', '153953.447000', '153953.450000', '153953.453000', '153953.456000', '153953.458000', '153953.461000', '153953.465000', '153953.467000', '153953.470000', '153953.473000', '153953.476000', '153953.479000', '153953.482000', '153953.485000', '153953.488000', '153953.491000', '153953.494000', '153953.497000', '153953.500000', '153953.503000', '153953.506000', '153953.509000', '154013.367000', '154013.372000', '154013.375000', '154013.378000', '154013.381000', '154013.384000', '154013.387000', '154013.390000', '154013.393000', '154013.395000', '154013.399000', '154013.401000', '154013.404000', '154013.407000', '154013.410000', '154013.413000', '154013.416000', '154013.419000', '154013.422000', '154013.425000', '154013.428000', '154013.431000', '154013.434000', '154013.437000', '154013.440000', '154013.443000', '154013.446000', '154013.449000', '154013.452000', '154013.455000', '154013.458000', '154013.461000', '154013.464000', '154013.467000', '154013.470000', '154013.473000', '154013.476000', '154013.479000', '154013.482000', '154013.485000', '154013.488000', '154013.491000', '154013.494000', '154033.367000', '154033.370000', '154033.373000', '154033.376000', '154033.379000', '154033.382000', '154033.385000', '154033.388000', '154033.391000', '154033.394000', '154033.397000', '154033.400000', '154033.403000', '154033.406000', '154033.409000', '154033.412000', '154033.415000', '154033.418000', '154033.420000', '154033.424000', '154033.427000', '154033.429000', '154033.432000', '154033.436000', '154033.438000', '154033.441000', '154033.444000', '154033.448000', '154033.450000', '154033.453000', '154033.456000', '154033.459000', '154033.462000', '154033.465000', '154033.468000', '154033.472000', '154033.474000', '154033.477000', '154033.480000', '154033.483000', '154033.486000', '154033.489000', '154033.492000', '154033.495000', '154053.367000', '154053.370000', '154053.373000', '154053.376000', '154053.379000', '154053.382000', '154053.385000', '154053.388000', '154053.391000', '154053.394000', '154053.397000', '154053.400000', '154053.403000', '154053.406000', '154053.409000', '154053.412000', '154053.415000', '154053.418000', '154053.421000', '154053.424000', '154053.427000', '154053.430000', '154053.433000', '154053.436000', '154053.439000', '154053.442000', '154053.445000', '154053.448000', '154053.451000', '154053.454000', '154053.457000', '154053.460000', '154053.463000', '154053.466000', '154053.469000', '154053.472000', '154053.475000', '154053.478000', '154053.481000', '154053.484000', '154053.487000', '154053.490000', '154053.493000', '154113.366000', '154113.369000', '154113.372000', '154113.375000', '154113.379000', '154113.382000', '154113.385000', '154113.388000', '154113.391000', '154113.394000', '154113.397000', '154113.400000', '154113.403000', '154113.406000', '154113.409000', '154113.412000', '154113.415000', '154113.418000', '154113.421000', '154113.424000', '154113.427000', '154113.429000', '154113.433000', '154113.435000', '154113.438000', '154113.441000', '154113.444000', '154113.447000', '154113.450000', '154113.453000', '154113.456000', '154113.459000', '154113.462000', '154113.465000', '154113.468000', '154113.471000', '154113.474000', '154113.477000', '154113.480000', '154113.483000', '154113.486000', '154113.489000', '154113.492000', '154133.366000', '154133.369000', '154133.372000', '154133.375000', '154133.378000', '154133.381000', '154133.384000', '154133.387000', '154133.390000', '154133.393000', '154133.396000', '154133.399000', '154133.402000', '154133.405000', '154133.408000', '154133.411000', '154133.414000', '154133.417000', '154133.420000', '154133.436000', '154133.439000', '154133.442000', '154133.445000', '154133.448000', '154133.451000', '154133.462000', '154133.465000', '154133.468000', '154133.471000', '154133.474000', '154133.477000', '154133.480000', '154133.483000', '154133.486000', '154133.489000', '154133.492000', '154133.495000', '154133.498000', '154133.501000', '154133.503000', '154133.506000', '154133.509000', '154133.512000', '154133.515000', '154153.366000', '154153.369000', '154153.372000', '154153.375000', '154153.378000', '154153.381000', '154153.385000', '154153.388000', '154153.391000', '154153.394000', '154153.397000', '154153.400000', '154153.403000', '154153.406000', '154153.409000', '154153.412000', '154153.415000', '154153.418000', '154153.421000', '154153.424000', '154153.427000', '154153.430000', '154153.433000', '154153.436000', '154153.439000', '154153.442000', '154153.445000', '154153.448000', '154153.451000', '154153.454000', '154153.457000', '154153.459000', '154153.462000', '154153.467000', '154153.469000', '154153.472000', '154153.475000', '154153.478000', '154153.481000', '154153.484000', '154153.487000', '154153.490000', '154153.493000', '154213.367000', '154213.370000', '154213.373000', '154213.376000', '154213.379000', '154213.382000', '154213.385000', '154213.388000', '154213.391000', '154213.394000', '154213.397000', '154213.400000', '154213.405000', '154213.408000', '154213.411000', '154213.414000', '154213.417000', '154213.420000', '154213.423000', '154213.426000', '154213.429000', '154213.432000', '154213.435000', '154213.438000', '154213.441000', '154213.444000', '154213.447000', '154213.450000', '154213.453000', '154213.456000', '154213.459000', '154213.462000', '154213.465000', '154213.468000', '154213.471000', '154213.474000', '154213.477000', '154213.480000', '154213.483000', '154213.486000', '154213.489000', '154213.492000', '154213.494000', '154213.497000', '154233.367000', '154233.370000', '154233.373000', '154233.376000', '154233.379000', '154233.382000', '154233.385000', '154233.388000', '154233.391000', '154233.394000', '154233.397000', '154233.400000', '154233.403000', '154233.406000', '154233.409000', '154233.412000', '154233.416000', '154233.419000', '154233.422000', '154233.425000', '154233.428000', '154233.431000', '154233.434000', '154233.437000', '154233.440000', '154233.443000', '154233.446000', '154233.448000', '154233.452000', '154233.455000', '154233.458000', '154233.461000', '154233.464000', '154233.467000', '154233.470000', '154233.472000', '154233.476000', '154233.479000', '154233.481000', '154233.484000', '154233.488000', '154233.490000', '154233.493000', '154253.367000', '154253.370000', '154253.373000', '154253.376000', '154253.379000', '154253.382000', '154253.385000', '154253.388000', '154253.391000', '154253.394000', '154253.397000', '154253.400000', '154253.403000', '154253.406000', '154253.409000', '154253.412000', '154253.415000', '154253.418000', '154253.421000', '154253.424000', '154253.427000', '154253.430000', '154253.433000', '154253.436000', '154253.439000', '154253.441000', '154253.444000', '154253.448000', '154253.450000', '154253.453000', '154253.456000', '154253.460000', '154253.466000', '154253.469000', '154253.472000', '154253.475000', '154253.478000', '154253.480000', '154253.483000', '154253.487000', '154253.489000', '154253.492000', '154253.495000', '154253.498000', '154313.368000', '154313.371000', '154313.374000', '154313.377000', '154313.380000', '154313.383000', '154313.386000', '154313.389000', '154313.392000', '154313.395000', '154313.398000', '154313.401000', '154313.404000', '154313.407000', '154313.410000', '154313.413000', '154313.416000', '154313.419000', '154313.422000', '154313.425000', '154313.428000', '154313.431000', '154313.434000', '154313.437000', '154313.440000', '154313.443000', '154313.446000', '154313.449000', '154313.461000', '154313.464000', '154313.467000', '154313.470000', '154313.473000', '154313.477000', '154313.481000', '154313.484000', '154313.486000', '154313.489000', '154313.493000', '154313.495000', '154313.498000', '154313.501000', '154313.504000', '154333.366000', '154333.370000', '154333.372000', '154333.375000', '154333.378000', '154333.381000', '154333.384000', '154333.387000', '154333.390000', '154333.393000', '154333.396000', '154333.399000', '154333.402000', '154333.405000', '154333.408000', '154333.411000', '154333.414000', '154333.417000', '154333.420000', '154333.423000', '154333.426000', '154333.429000', '154333.432000', '154333.435000', '154333.438000', '154333.441000', '154333.444000', '154333.447000', '154333.450000', '154333.453000', '154333.456000', '154333.459000', '154333.462000', '154333.465000', '154333.468000', '154333.470000', '154333.473000', '154333.477000', '154333.479000', '154333.482000', '154333.485000', '154333.489000', '154333.492000', '154333.494000', '154353.366000', '154353.370000', '154353.373000', '154353.376000', '154353.379000', '154353.382000', '154353.384000', '154353.388000', '154353.390000', '154353.393000', '154353.396000', '154353.399000', '154353.402000', '154353.405000', '154353.408000', '154353.411000', '154353.414000', '154353.417000', '154353.420000', '154353.423000', '154353.426000', '154353.429000', '154353.432000', '154353.435000', '154353.438000', '154353.441000', '154353.444000', '154353.447000', '154353.451000', '154353.455000', '154353.459000', '154353.462000', '154353.465000', '154353.468000', '154353.471000', '154353.474000', '154353.476000', '154353.481000', '154353.484000', '154353.487000', '154353.490000', '154353.493000', '154353.496000', '154401.777000', '154401.781000', '154401.785000', '154401.788000', '154401.792000', '154401.795000', '154401.798000', '154401.802000', '154401.805000', '154401.808000', '154401.812000', '154401.815000', '154401.818000', '154401.821000', '154401.824000', '154401.827000', '154401.830000', '154401.833000', '154401.836000'], 'InstanceCreationTime': ['153733.401000', '153733.405000', '153733.408000', '153733.411000', '153733.414000', '153733.417000', '153733.420000', '153733.431000', '153733.434000', '153733.437000', '153733.440000', '153733.443000', '153733.446000', '153733.457000', '153733.460000', '153733.463000', '153733.466000', '153733.469000', '153733.472000', '153733.475000', '153733.478000', '153733.481000', '153733.484000', '153733.487000', '153733.490000', '153733.498000', '153733.501000', '153753.367000', '153753.370000', '153753.373000', '153753.376000', '153753.379000', '153753.382000', '153753.385000', '153753.390000', '153753.393000', '153753.396000', '153753.399000', '153753.402000', '153753.405000', '153753.408000', '153753.411000', '153753.414000', '153753.417000', '153753.420000', '153753.423000', '153753.432000', '153753.435000', '153753.437000', '153753.440000', '153753.443000', '153753.446000', '153753.449000', '153753.452000', '153753.455000', '153753.458000', '153753.461000', '153753.464000', '153753.467000', '153753.470000', '153753.473000', '153753.476000', '153753.479000', '153753.482000', '153753.484000', '153753.487000', '153753.490000', '153753.493000', '153753.496000', '153753.514000', '153753.517000', '153813.367000', '153813.370000', '153813.373000', '153813.376000', '153813.379000', '153813.382000', '153813.385000', '153813.388000', '153813.391000', '153813.394000', '153813.397000', '153813.400000', '153813.402000', '153813.405000', '153813.408000', '153813.411000', '153813.414000', '153813.417000', '153813.420000', '153813.423000', '153813.426000', '153813.429000', '153813.432000', '153813.435000', '153813.438000', '153813.441000', '153813.444000', '153813.447000', '153813.450000', '153813.453000', '153813.456000', '153813.460000', '153813.462000', '153813.466000', '153813.468000', '153813.471000', '153813.474000', '153813.477000', '153813.482000', '153813.485000', '153813.488000', '153813.491000', '153813.494000', '153833.367000', '153833.370000', '153833.373000', '153833.376000', '153833.379000', '153833.382000', '153833.385000', '153833.388000', '153833.391000', '153833.394000', '153833.397000', '153833.400000', '153833.403000', '153833.406000', '153833.409000', '153833.412000', '153833.415000', '153833.418000', '153833.422000', '153833.425000', '153833.428000', '153833.431000', '153833.434000', '153833.437000', '153833.440000', '153833.443000', '153833.446000', '153833.449000', '153833.452000', '153833.455000', '153833.458000', '153833.461000', '153833.464000', '153833.467000', '153833.470000', '153833.473000', '153833.475000', '153833.478000', '153833.481000', '153833.484000', '153833.487000', '153833.490000', '153833.493000', '153833.496000', '153853.366000', '153853.369000', '153853.372000', '153853.375000', '153853.378000', '153853.381000', '153853.384000', '153853.387000', '153853.390000', '153853.393000', '153853.396000', '153853.398000', '153853.402000', '153853.405000', '153853.407000', '153853.410000', '153853.413000', '153853.416000', '153853.419000', '153853.422000', '153853.425000', '153853.428000', '153853.431000', '153853.434000', '153853.437000', '153853.440000', '153853.443000', '153853.446000', '153853.449000', '153853.452000', '153853.455000', '153853.458000', '153853.461000', '153853.464000', '153853.467000', '153853.469000', '153853.472000', '153853.475000', '153853.478000', '153853.481000', '153853.484000', '153853.487000', '153853.490000', '153913.366000', '153913.374000', '153913.377000', '153913.380000', '153913.383000', '153913.386000', '153913.389000', '153913.392000', '153913.395000', '153913.398000', '153913.401000', '153913.404000', '153913.407000', '153913.410000', '153913.413000', '153913.416000', '153913.419000', '153913.422000', '153913.425000', '153913.427000', '153913.430000', '153913.433000', '153913.436000', '153913.439000', '153913.442000', '153913.445000', '153913.448000', '153913.451000', '153913.454000', '153913.457000', '153913.460000', '153913.463000', '153913.466000', '153913.469000', '153913.472000', '153913.475000', '153913.478000', '153913.481000', '153913.484000', '153913.487000', '153913.490000', '153913.493000', '153913.496000', '153913.499000', '153933.366000', '153933.369000', '153933.372000', '153933.375000', '153933.378000', '153933.381000', '153933.384000', '153933.387000', '153933.390000', '153933.393000', '153933.396000', '153933.399000', '153933.402000', '153933.405000', '153933.408000', '153933.411000', '153933.414000', '153933.417000', '153933.420000', '153933.423000', '153933.426000', '153933.429000', '153933.432000', '153933.435000', '153933.438000', '153933.441000', '153933.444000', '153933.447000', '153933.450000', '153933.452000', '153933.455000', '153933.458000', '153933.461000', '153933.464000', '153933.467000', '153933.470000', '153933.473000', '153933.476000', '153933.479000', '153933.482000', '153933.485000', '153933.488000', '153933.492000', '153953.367000', '153953.370000', '153953.373000', '153953.376000', '153953.379000', '153953.382000', '153953.385000', '153953.388000', '153953.391000', '153953.408000', '153953.411000', '153953.414000', '153953.417000', '153953.420000', '153953.423000', '153953.426000', '153953.429000', '153953.432000', '153953.435000', '153953.438000', '153953.441000', '153953.444000', '153953.447000', '153953.450000', '153953.453000', '153953.456000', '153953.458000', '153953.461000', '153953.465000', '153953.467000', '153953.470000', '153953.473000', '153953.476000', '153953.479000', '153953.482000', '153953.485000', '153953.488000', '153953.491000', '153953.494000', '153953.497000', '153953.500000', '153953.503000', '153953.506000', '153953.509000', '154013.367000', '154013.372000', '154013.375000', '154013.378000', '154013.381000', '154013.384000', '154013.387000', '154013.390000', '154013.393000', '154013.395000', '154013.399000', '154013.401000', '154013.404000', '154013.407000', '154013.410000', '154013.413000', '154013.416000', '154013.419000', '154013.422000', '154013.425000', '154013.428000', '154013.431000', '154013.434000', '154013.437000', '154013.440000', '154013.443000', '154013.446000', '154013.449000', '154013.452000', '154013.455000', '154013.458000', '154013.461000', '154013.464000', '154013.467000', '154013.470000', '154013.473000', '154013.476000', '154013.479000', '154013.482000', '154013.485000', '154013.488000', '154013.491000', '154013.494000', '154033.367000', '154033.370000', '154033.373000', '154033.376000', '154033.379000', '154033.382000', '154033.385000', '154033.388000', '154033.391000', '154033.394000', '154033.397000', '154033.400000', '154033.403000', '154033.406000', '154033.409000', '154033.412000', '154033.415000', '154033.418000', '154033.420000', '154033.424000', '154033.427000', '154033.429000', '154033.432000', '154033.436000', '154033.438000', '154033.441000', '154033.444000', '154033.448000', '154033.450000', '154033.453000', '154033.456000', '154033.459000', '154033.462000', '154033.465000', '154033.468000', '154033.472000', '154033.474000', '154033.477000', '154033.480000', '154033.483000', '154033.486000', '154033.489000', '154033.492000', '154033.495000', '154053.367000', '154053.370000', '154053.373000', '154053.376000', '154053.379000', '154053.382000', '154053.385000', '154053.388000', '154053.391000', '154053.394000', '154053.397000', '154053.400000', '154053.403000', '154053.406000', '154053.409000', '154053.412000', '154053.415000', '154053.418000', '154053.421000', '154053.424000', '154053.427000', '154053.430000', '154053.433000', '154053.436000', '154053.439000', '154053.442000', '154053.445000', '154053.448000', '154053.451000', '154053.454000', '154053.457000', '154053.460000', '154053.463000', '154053.466000', '154053.469000', '154053.472000', '154053.475000', '154053.478000', '154053.481000', '154053.484000', '154053.487000', '154053.490000', '154053.493000', '154113.366000', '154113.369000', '154113.372000', '154113.375000', '154113.379000', '154113.382000', '154113.385000', '154113.388000', '154113.391000', '154113.394000', '154113.397000', '154113.400000', '154113.403000', '154113.406000', '154113.409000', '154113.412000', '154113.415000', '154113.418000', '154113.421000', '154113.424000', '154113.427000', '154113.429000', '154113.433000', '154113.435000', '154113.438000', '154113.441000', '154113.444000', '154113.447000', '154113.450000', '154113.453000', '154113.456000', '154113.459000', '154113.462000', '154113.465000', '154113.468000', '154113.471000', '154113.474000', '154113.477000', '154113.480000', '154113.483000', '154113.486000', '154113.489000', '154113.492000', '154133.366000', '154133.369000', '154133.372000', '154133.375000', '154133.378000', '154133.381000', '154133.384000', '154133.387000', '154133.390000', '154133.393000', '154133.396000', '154133.399000', '154133.402000', '154133.405000', '154133.408000', '154133.411000', '154133.414000', '154133.417000', '154133.420000', '154133.436000', '154133.439000', '154133.442000', '154133.445000', '154133.448000', '154133.451000', '154133.462000', '154133.465000', '154133.468000', '154133.471000', '154133.474000', '154133.477000', '154133.480000', '154133.483000', '154133.486000', '154133.489000', '154133.492000', '154133.495000', '154133.498000', '154133.501000', '154133.503000', '154133.506000', '154133.509000', '154133.512000', '154133.515000', '154153.366000', '154153.369000', '154153.372000', '154153.375000', '154153.378000', '154153.381000', '154153.385000', '154153.388000', '154153.391000', '154153.394000', '154153.397000', '154153.400000', '154153.403000', '154153.406000', '154153.409000', '154153.412000', '154153.415000', '154153.418000', '154153.421000', '154153.424000', '154153.427000', '154153.430000', '154153.433000', '154153.436000', '154153.439000', '154153.442000', '154153.445000', '154153.448000', '154153.451000', '154153.454000', '154153.457000', '154153.459000', '154153.462000', '154153.467000', '154153.469000', '154153.472000', '154153.475000', '154153.478000', '154153.481000', '154153.484000', '154153.487000', '154153.490000', '154153.493000', '154213.367000', '154213.370000', '154213.373000', '154213.376000', '154213.379000', '154213.382000', '154213.385000', '154213.388000', '154213.391000', '154213.394000', '154213.397000', '154213.400000', '154213.405000', '154213.408000', '154213.411000', '154213.414000', '154213.417000', '154213.420000', '154213.423000', '154213.426000', '154213.429000', '154213.432000', '154213.435000', '154213.438000', '154213.441000', '154213.444000', '154213.447000', '154213.450000', '154213.453000', '154213.456000', '154213.459000', '154213.462000', '154213.465000', '154213.468000', '154213.471000', '154213.474000', '154213.477000', '154213.480000', '154213.483000', '154213.486000', '154213.489000', '154213.492000', '154213.494000', '154213.497000', '154233.367000', '154233.370000', '154233.373000', '154233.376000', '154233.379000', '154233.382000', '154233.385000', '154233.388000', '154233.391000', '154233.394000', '154233.397000', '154233.400000', '154233.403000', '154233.406000', '154233.409000', '154233.412000', '154233.416000', '154233.419000', '154233.422000', '154233.425000', '154233.428000', '154233.431000', '154233.434000', '154233.437000', '154233.440000', '154233.443000', '154233.446000', '154233.448000', '154233.452000', '154233.455000', '154233.458000', '154233.461000', '154233.464000', '154233.467000', '154233.470000', '154233.472000', '154233.476000', '154233.479000', '154233.481000', '154233.484000', '154233.488000', '154233.490000', '154233.493000', '154253.367000', '154253.370000', '154253.373000', '154253.376000', '154253.379000', '154253.382000', '154253.385000', '154253.388000', '154253.391000', '154253.394000', '154253.397000', '154253.400000', '154253.403000', '154253.406000', '154253.409000', '154253.412000', '154253.415000', '154253.418000', '154253.421000', '154253.424000', '154253.427000', '154253.430000', '154253.433000', '154253.436000', '154253.439000', '154253.441000', '154253.444000', '154253.448000', '154253.450000', '154253.453000', '154253.456000', '154253.460000', '154253.466000', '154253.469000', '154253.472000', '154253.475000', '154253.478000', '154253.480000', '154253.483000', '154253.487000', '154253.489000', '154253.492000', '154253.495000', '154253.498000', '154313.368000', '154313.371000', '154313.374000', '154313.377000', '154313.380000', '154313.383000', '154313.386000', '154313.389000', '154313.392000', '154313.395000', '154313.398000', '154313.401000', '154313.404000', '154313.407000', '154313.410000', '154313.413000', '154313.416000', '154313.419000', '154313.422000', '154313.425000', '154313.428000', '154313.431000', '154313.434000', '154313.437000', '154313.440000', '154313.443000', '154313.446000', '154313.449000', '154313.461000', '154313.464000', '154313.467000', '154313.470000', '154313.473000', '154313.477000', '154313.481000', '154313.484000', '154313.486000', '154313.489000', '154313.493000', '154313.495000', '154313.498000', '154313.501000', '154313.504000', '154333.366000', '154333.370000', '154333.372000', '154333.375000', '154333.378000', '154333.381000', '154333.384000', '154333.387000', '154333.390000', '154333.393000', '154333.396000', '154333.399000', '154333.402000', '154333.405000', '154333.408000', '154333.411000', '154333.414000', '154333.417000', '154333.420000', '154333.423000', '154333.426000', '154333.429000', '154333.432000', '154333.435000', '154333.438000', '154333.441000', '154333.444000', '154333.447000', '154333.450000', '154333.453000', '154333.456000', '154333.459000', '154333.462000', '154333.465000', '154333.468000', '154333.470000', '154333.473000', '154333.477000', '154333.479000', '154333.482000', '154333.485000', '154333.489000', '154333.492000', '154333.494000', '154353.366000', '154353.370000', '154353.373000', '154353.376000', '154353.379000', '154353.382000', '154353.384000', '154353.388000', '154353.390000', '154353.393000', '154353.396000', '154353.399000', '154353.402000', '154353.405000', '154353.408000', '154353.411000', '154353.414000', '154353.417000', '154353.420000', '154353.423000', '154353.426000', '154353.429000', '154353.432000', '154353.435000', '154353.438000', '154353.441000', '154353.444000', '154353.447000', '154353.451000', '154353.455000', '154353.459000', '154353.462000', '154353.465000', '154353.468000', '154353.471000', '154353.474000', '154353.476000', '154353.481000', '154353.484000', '154353.487000', '154353.490000', '154353.493000', '154353.496000', '154401.777000', '154401.781000', '154401.785000', '154401.788000', '154401.792000', '154401.795000', '154401.798000', '154401.802000', '154401.805000', '154401.808000', '154401.812000', '154401.815000', '154401.818000', '154401.821000', '154401.824000', '154401.827000', '154401.830000', '154401.833000', '154401.836000'], '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': [11798, 9995, 10094, 16872, 9583, 16703, 10172, 8517, 12396, 8717, 11949, 8687, 9608, 11175, 8635, 14231, 10846, 14437, 10759, 14261, 9657, 14566, 9555, 14433, 9226, 12285, 9063, 11032, 8775, 11386, 8803, 11387, 8881, 11286, 8604, 11414, 8600, 11319, 8733, 9588, 8879, 9965, 10077, 11551, 9923, 12549, 9993, 12020, 10605, 13815, 10912, 17239, 12483, 16683, 12028, 14470, 10845, 8553, 11556, 8786, 11271, 8559, 11504, 8523, 11512, 8653, 14569, 9283, 15171, 8333, 12001, 8638, 13003, 8910, 15052, 9130, 14214, 8816, 13526, 8911, 13632, 9530, 12135, 8703, 10598, 10475, 10462, 11311, 8637, 12000, 8559, 12385, 8544, 13715, 9607, 13728, 9394, 15076, 9271, 16051, 10886, 16273, 11624, 12325, 11283, 11609, 11177, 15124, 10528, 15180, 10089, 10528, 10270, 8958, 10549, 12195, 10628, 8901, 10705, 8869, 10746, 8906, 10536, 10067, 10773, 8605, 11678, 8613, 11792, 9025, 11391, 8703, 11341, 9134, 13210, 9152, 12623, 9686, 14137, 9757, 14034, 9371, 13649, 8507, 11303, 8544, 10494, 8742, 10085, 8931, 10386, 9403, 9300, 10271, 9370, 10937, 13388, 10138, 14629, 9847, 13189, 9906, 12691, 10405, 13173, 10216, 12030, 10628, 8370, 11320, 8539, 11954, 8132, 11490, 8396, 11298, 8440, 11930, 8508, 11887, 8285, 12347, 10086, 12239, 8838, 10279, 8891, 8546, 11276, 8775, 12433, 9921, 11986, 9449, 12417, 8678, 11582, 12103, 11321, 15804, 10622, 16691, 12044, 15663, 10777, 12849, 9115, 10595, 8890, 9767, 8794, 10082, 13786, 14572, 10498, 10074, 8155, 9670, 8763, 11542, 8152, 11494, 8354, 11796, 8506, 11336, 9716, 10369, 7689, 10225, 7462, 10496, 10451, 9681, 14253, 8625, 11087, 7885, 10017, 7779, 10743, 8357, 10731, 8427, 11028, 8471, 11006, 8719, 11244, 9062, 10838, 8559, 10961, 7738, 11226, 12447, 10303, 14973, 10043, 9504, 9934, 7533, 11366, 9238, 10981, 9362, 11421, 9088, 10738, 15055, 9438, 14116, 11088, 13522, 8377, 10678, 7432, 10791, 7415, 11226, 7860, 11195, 7688, 11082, 7683, 11921, 8282, 11814, 8693, 11546, 8065, 11649, 8034, 11750, 11816, 11354, 15177, 10619, 12989, 9791, 13474, 9722, 14205, 9267, 13075, 8871, 11096, 8832, 9719, 10290, 9163, 11479, 9015, 12296, 8687, 12230, 8990, 11986, 8697, 13002, 10771, 11235, 12502, 10740, 7740, 10664, 7781, 11176, 8017, 14590, 12191, 12998, 10427, 13196, 8196, 12356, 8832, 13792, 9250, 11796, 9661, 13388, 9655, 16066, 10264, 14030, 10467, 13978, 9411, 12347, 9322, 11911, 9238, 11661, 9268, 9562, 8811, 9524, 7118, 9302, 9809, 8998, 13775, 9373, 12441, 9128, 10439, 8941, 9798, 9902, 9902, 8561, 9916, 7714, 9480, 9643, 9489, 12143, 8980, 12657, 9170, 14115, 8683, 12337, 9607, 12193, 8857, 11212, 8456, 11124, 9244, 11426, 9273, 12825, 9826, 12334, 9962, 11800, 9590, 11807, 9547, 13613, 10927, 15680, 10827, 14573, 11526, 14918, 11460, 15208, 12632, 13949, 10238, 13137, 9798, 8512, 8874, 9282, 8482, 9008, 9624, 14146, 12307, 16985, 13314, 17266, 12492, 17569, 12040, 16276, 11439, 12846, 9673, 8364, 9235, 8603, 9151, 9369, 9109, 9080, 9592, 9473, 12054, 9997, 14502, 10264, 13948, 11271, 14296, 10870, 13404, 9869, 12027, 9614, 10885, 9280, 9552, 9156, 9138, 8909, 9381, 8821, 9576, 8460, 9424, 8225, 9216, 7962, 8872, 9466, 9123, 15723, 9484, 12631, 9587, 12484, 9775, 10366, 9735, 10228, 9612, 9778, 9158, 9978, 9354, 9520, 8401, 9559, 9902, 11070, 8296, 9012, 7992, 9415, 8351, 9586, 8523, 14431, 9812, 11224, 9454, 9238, 11286, 9953, 10261, 8815, 9179, 16577, 12608, 11550, 15457, 8469, 8721, 9452, 10040, 16685, 12614, 17765, 12512, 16580, 10172, 11454, 10453, 9105, 15384, 10274, 13373, 9713, 9136, 10153, 9010, 10090, 8799, 9659, 8513, 9515, 9142, 8795, 10174, 8690, 10765, 8826, 11395, 7903, 10540, 7876, 9912, 8100, 9972, 7867, 11138, 8085, 10980, 8345, 10525, 8595, 10844, 8827, 11676, 9690, 14386, 8877, 14063, 10255, 14944, 11509, 14978, 11934, 15106, 12185, 13996, 9328, 12471, 10047, 12720, 10395, 10047, 10825, 8235, 11389, 8819, 11384, 8834, 11334, 8636, 11880, 8679, 12743, 9736, 12170, 9434, 12288, 8073, 10744, 7930, 10399, 8172, 10626, 7958, 9812, 9348, 9760, 9011, 11465, 9047, 12032, 9265, 11632, 9596, 11513, 9123, 11424, 8875, 10818, 8473, 12076, 8920, 11529, 8809, 11427, 8898, 11058, 9237, 12336, 10114, 12887, 10197, 16132, 9919, 14803, 10023, 13761, 10137, 11948, 8926, 8630, 11050, 8015, 11981, 8926, 12653, 8862, 12216, 9403, 11235, 9347, 12807, 10253, 13483, 9458, 13565, 8865, 11769, 9118, 11885, 9951, 15398, 10423, 11270, 10679, 8060, 13018, 10378, 10491, 10610, 8066, 12579, 9245, 13234, 9651, 12411, 10147, 12870, 9939, 14310, 9310, 11902, 10239, 9405, 12126, 8935, 12619, 9524, 12447, 9612, 14374, 9950, 15701, 10777, 14741, 9847, 13841, 9329, 13592, 9879, 14557, 9136, 11375, 10669, 8518, 12343, 8722, 12141, 8871, 12268, 8676, 12099, 11532, 11403, 14200, 11078, 15067, 10392, 15156, 9455, 11517, 9332, 11175, 8612, 11090, 8784, 11447, 8962, 11510, 9510, 11526, 9259, 11980, 9660, 12071, 9766, 11973, 9712, 13813, 9222, 15097, 11831, 13304, 8693, 7492, 10744, 8532, 9262, 8594, 8929, 9818, 9183, 14646, 10376, 17017, 11534, 16504, 11494, 17041, 12556, 14833, 13290, 10595, 13876, 9799, 15475, 10888, 14737, 11606, 8144, 14540, 10587, 13545, 11354, 10534, 13353, 9662, 14164, 10043, 14144, 10776, 14588, 10368, 15044, 11152, 15651, 9569, 14390, 9772, 12639, 10374, 12554, 10912, 10510, 11530, 10292, 12153, 10639, 12751, 12069, 12493, 12295, 12132, 14842, 11068, 14476, 10642, 13280, 9630, 12548, 9209, 12797, 8640, 13321, 8963, 13881, 9483, 14245, 9738, 13915, 9359, 13900, 14588, 11162, 14792, 11577, 13503, 9774, 10434, 9107, 11166, 10200, 13987, 10209, 12956, 9393, 12254, 13499, 10473, 13745, 10114, 13646, 12731, 13272, 15824, 10329, 16787, 11493, 14600, 10205, 13170, 9834, 11848, 8387, 11313, 8421, 12350, 9040, 12699, 9176, 11437, 13438, 10831, 16092, 9920, 12604, 8866, 12145, 12662, 11060, 9497, 11100, 9284, 10746, 10163, 11291, 9484], 'WindowCenter': [4548.0, 4522.0, 4507.0, 4546.0, 4495.0, 4535.0, 4518.0, 4495.0, 4513.0, 4496.0, 4516.0, 4525.0, 4523.0, 4529.0, 4497.0, 4526.0, 4530.0, 4541.0, 4520.0, 4538.0, 4508.0, 4525.0, 4482.0, 4524.0, 4493.0, 4513.0, 4482.0, 4503.0, 4483.0, 4502.0, 4483.0, 4514.0, 4492.0, 4503.0, 4483.0, 4515.0, 4497.0, 4516.0, 4509.0, 4505.0, 4508.0, 4505.0, 4518.0, 4528.0, 4519.0, 4526.0, 4506.0, 4515.0, 4505.0, 4524.0, 4504.0, 4532.0, 4514.0, 4547.0, 4526.0, 4523.0, 4502.0, 4481.0, 4513.0, 4482.0, 4501.0, 4482.0, 4514.0, 4494.0, 4512.0, 4484.0, 4524.0, 4495.0, 4522.0, 4494.0, 4510.0, 4481.0, 4511.0, 4480.0, 4519.0, 4482.0, 4510.0, 4482.0, 4524.0, 4505.0, 4538.0, 4519.0, 4515.0, 4469.0, 4490.0, 4488.0, 4490.0, 4502.0, 4483.0, 4515.0, 4497.0, 4529.0, 4508.0, 4536.0, 4491.0, 4535.0, 4494.0, 4522.0, 4492.0, 4532.0, 4501.0, 4522.0, 4514.0, 4500.0, 4489.0, 4487.0, 4488.0, 4519.0, 4477.0, 4506.0, 4477.0, 4474.0, 4477.0, 4463.0, 4489.0, 4498.0, 4476.0, 4464.0, 4475.0, 4453.0, 4475.0, 4465.0, 4488.0, 4476.0, 4488.0, 4467.0, 4485.0, 4467.0, 4485.0, 4467.0, 4500.0, 4481.0, 4502.0, 4483.0, 4499.0, 4480.0, 4498.0, 4492.0, 4522.0, 4480.0, 4512.0, 4478.0, 4497.0, 4468.0, 4475.0, 4457.0, 4476.0, 4468.0, 4503.0, 4492.0, 4490.0, 4494.0, 4481.0, 4489.0, 4479.0, 4500.0, 4522.0, 4503.0, 4520.0, 4493.0, 4498.0, 4479.0, 4496.0, 4488.0, 4510.0, 4488.0, 4495.0, 4488.0, 4455.0, 4487.0, 4466.0, 4488.0, 4470.0, 4501.0, 4469.0, 4501.0, 4469.0, 4498.0, 4480.0, 4502.0, 4481.0, 4524.0, 4493.0, 4501.0, 4494.0, 4505.0, 4482.0, 4481.0, 4502.0, 4481.0, 4515.0, 4496.0, 4503.0, 4492.0, 4500.0, 4472.0, 4501.0, 4500.0, 4490.0, 4509.0, 4489.0, 4507.0, 4489.0, 4507.0, 4476.0, 4485.0, 4453.0, 4463.0, 4465.0, 4476.0, 4467.0, 4462.0, 4519.0, 4535.0, 4462.0, 4476.0, 4484.0, 4483.0, 4483.0, 4501.0, 4470.0, 4500.0, 4471.0, 4487.0, 4483.0, 4501.0, 4479.0, 4490.0, 4460.0, 4481.0, 4450.0, 4491.0, 4491.0, 4493.0, 4521.0, 4483.0, 4517.0, 4485.0, 4492.0, 4475.0, 4506.0, 4486.0, 4505.0, 4486.0, 4504.0, 4485.0, 4503.0, 4496.0, 4516.0, 4497.0, 4505.0, 4485.0, 4505.0, 4473.0, 4503.0, 4525.0, 4508.0, 4524.0, 4509.0, 4519.0, 4517.0, 4489.0, 4530.0, 4497.0, 4502.0, 4495.0, 4517.0, 4495.0, 4518.0, 4538.0, 4495.0, 4536.0, 4516.0, 4524.0, 4484.0, 4503.0, 4465.0, 4502.0, 4464.0, 4505.0, 4486.0, 4518.0, 4475.0, 4515.0, 4487.0, 4514.0, 4486.0, 4526.0, 4498.0, 4520.0, 4483.0, 4515.0, 4474.0, 4516.0, 4514.0, 4502.0, 4525.0, 4504.0, 4511.0, 4493.0, 4512.0, 4483.0, 4522.0, 4483.0, 4512.0, 4484.0, 4503.0, 4482.0, 4495.0, 4506.0, 4496.0, 4531.0, 4510.0, 4529.0, 4495.0, 4516.0, 4496.0, 4515.0, 4486.0, 4527.0, 4516.0, 4518.0, 4514.0, 4504.0, 4473.0, 4492.0, 4473.0, 4503.0, 4486.0, 4505.0, 4494.0, 4540.0, 4504.0, 4521.0, 4483.0, 4521.0, 4492.0, 4534.0, 4505.0, 4527.0, 4494.0, 4517.0, 4490.0, 4529.0, 4490.0, 4519.0, 4499.0, 4522.0, 4480.0, 4511.0, 4482.0, 4501.0, 4479.0, 4497.0, 4477.0, 4477.0, 4480.0, 4489.0, 4460.0, 4488.0, 4492.0, 4483.0, 4521.0, 4481.0, 4512.0, 4481.0, 4489.0, 4481.0, 4490.0, 4493.0, 4491.0, 4480.0, 4489.0, 4474.0, 4505.0, 4492.0, 4493.0, 4514.0, 4491.0, 4523.0, 4493.0, 4534.0, 4495.0, 4524.0, 4493.0, 4510.0, 4480.0, 4502.0, 4480.0, 4516.0, 4492.0, 4528.0, 4508.0, 4538.0, 4518.0, 4525.0, 4505.0, 4528.0, 4507.0, 4531.0, 4510.0, 4538.0, 4516.0, 4545.0, 4514.0, 4535.0, 4514.0, 4532.0, 4514.0, 4538.0, 4532.0, 4538.0, 4505.0, 4524.0, 4494.0, 4486.0, 4492.0, 4495.0, 4483.0, 4495.0, 4495.0, 4526.0, 4516.0, 4546.0, 4526.0, 4532.0, 4501.0, 4531.0, 4501.0, 4521.0, 4490.0, 4497.0, 4478.0, 4455.0, 4469.0, 4468.0, 4483.0, 4492.0, 4481.0, 4483.0, 4494.0, 4493.0, 4514.0, 4495.0, 4524.0, 4505.0, 4524.0, 4505.0, 4521.0, 4492.0, 4499.0, 4480.0, 4498.0, 4479.0, 4500.0, 4480.0, 4488.0, 4490.0, 4479.0, 4482.0, 4491.0, 4483.0, 4493.0, 4483.0, 4494.0, 4482.0, 4493.0, 4471.0, 4493.0, 4492.0, 4495.0, 4534.0, 4493.0, 4513.0, 4494.0, 4513.0, 4504.0, 4505.0, 4506.0, 4517.0, 4506.0, 4506.0, 4509.0, 4502.0, 4506.0, 4503.0, 4485.0, 4504.0, 4507.0, 4529.0, 4487.0, 4496.0, 4484.0, 4521.0, 4512.0, 4522.0, 4511.0, 4550.0, 4508.0, 4516.0, 4523.0, 4508.0, 4532.0, 4534.0, 4533.0, 4524.0, 4523.0, 4563.0, 4541.0, 4516.0, 4549.0, 4502.0, 4500.0, 4511.0, 4507.0, 4537.0, 4516.0, 4547.0, 4505.0, 4524.0, 4484.0, 4492.0, 4484.0, 4470.0, 4498.0, 4476.0, 4498.0, 4468.0, 4468.0, 4478.0, 4456.0, 4465.0, 4455.0, 4467.0, 4469.0, 4480.0, 4480.0, 4472.0, 4494.0, 4475.0, 4506.0, 4485.0, 4531.0, 4474.0, 4494.0, 4477.0, 4508.0, 4487.0, 4505.0, 4483.0, 4516.0, 4474.0, 4503.0, 4473.0, 4503.0, 4485.0, 4517.0, 4510.0, 4533.0, 4522.0, 4540.0, 4500.0, 4537.0, 4507.0, 4537.0, 4516.0, 4526.0, 4517.0, 4538.0, 4517.0, 4526.0, 4485.0, 4512.0, 4508.0, 4512.0, 4491.0, 4492.0, 4493.0, 4484.0, 4513.0, 4495.0, 4514.0, 4494.0, 4503.0, 4485.0, 4513.0, 4485.0, 4526.0, 4509.0, 4531.0, 4498.0, 4516.0, 4475.0, 4504.0, 4485.0, 4494.0, 4484.0, 4506.0, 4489.0, 4509.0, 4496.0, 4490.0, 4492.0, 4502.0, 4496.0, 4516.0, 4496.0, 4505.0, 4496.0, 4504.0, 4496.0, 4530.0, 4510.0, 4518.0, 4486.0, 4526.0, 4498.0, 4517.0, 4495.0, 4514.0, 4497.0, 4530.0, 4510.0, 4529.0, 4523.0, 4527.0, 4507.0, 4533.0, 4495.0, 4524.0, 4506.0, 4524.0, 4506.0, 4514.0, 4484.0, 4484.0, 4517.0, 4485.0, 4539.0, 4510.0, 4539.0, 4498.0, 4504.0, 4473.0, 4468.0, 4457.0, 4512.0, 4521.0, 4528.0, 4509.0, 4541.0, 4511.0, 4541.0, 4512.0, 4542.0, 4537.0, 4564.0, 4534.0, 4541.0, 4544.0, 4527.0, 4566.0, 4546.0, 4548.0, 4549.0, 4517.0, 4554.0, 4524.0, 4556.0, 4537.0, 4558.0, 4536.0, 4556.0, 4535.0, 4554.0, 4525.0, 4542.0, 4547.0, 4537.0, 4556.0, 4527.0, 4554.0, 4524.0, 4546.0, 4535.0, 4568.0, 4538.0, 4567.0, 4536.0, 4555.0, 4524.0, 4553.0, 4527.0, 4556.0, 4535.0, 4555.0, 4524.0, 4534.0, 4532.0, 4511.0, 4545.0, 4527.0, 4554.0, 4526.0, 4545.0, 4513.0, 4545.0, 4547.0, 4546.0, 4554.0, 4543.0, 4563.0, 4533.0, 4551.0, 4524.0, 4532.0, 4524.0, 4544.0, 4523.0, 4544.0, 4526.0, 4556.0, 4539.0, 4556.0, 4550.0, 4559.0, 4539.0, 4560.0, 4550.0, 4570.0, 4562.0, 4560.0, 4540.0, 4569.0, 4553.0, 4578.0, 4559.0, 4556.0, 4529.0, 4517.0, 4559.0, 4550.0, 4536.0, 4496.0, 4556.0, 4553.0, 4551.0, 4566.0, 4546.0, 4575.0, 4546.0, 4575.0, 4546.0, 4567.0, 4556.0, 4552.0, 4552.0, 4522.0, 4541.0, 4518.0, 4551.0, 4519.0, 4537.0, 4518.0, 4488.0, 4538.0, 4531.0, 4550.0, 4544.0, 4534.0, 4554.0, 4523.0, 4551.0, 4522.0, 4541.0, 4519.0, 4550.0, 4531.0, 4548.0, 4531.0, 4549.0, 4510.0, 4538.0, 4509.0, 4529.0, 4521.0, 4539.0, 4532.0, 4521.0, 4528.0, 4517.0, 4542.0, 4522.0, 4543.0, 4541.0, 4541.0, 4533.0, 4533.0, 4550.0, 4532.0, 4542.0, 4523.0, 4550.0, 4522.0, 4542.0, 4511.0, 4542.0, 4511.0, 4553.0, 4527.0, 4568.0, 4539.0, 4568.0, 4539.0, 4567.0, 4537.0, 4570.0, 4578.0, 4560.0, 4581.0, 4558.0, 4567.0, 4548.0, 4547.0, 4538.0, 4561.0, 4561.0, 4581.0, 4573.0, 4583.0, 4551.0, 4571.0, 4580.0, 4561.0, 4581.0, 4561.0, 4581.0, 4569.0, 4569.0, 4565.0, 4535.0, 4564.0, 4544.0, 4554.0, 4534.0, 4542.0, 4522.0, 4532.0, 4502.0, 4532.0, 4514.0, 4554.0, 4524.0, 4555.0, 4525.0, 4535.0, 4555.0, 4546.0, 4562.0, 4535.0, 4541.0, 4513.0, 4541.0, 4542.0, 4532.0, 4519.0, 4533.0, 4522.0, 4530.0, 4535.0, 4534.0, 4523.0], 'WindowWidth': [10006.0, 9956.0, 9929.0, 9978.0, 9907.0, 9961.0, 9941.0, 9904.0, 9926.0, 9905.0, 9932.0, 9962.0, 9956.0, 9958.0, 9911.0, 9946.0, 9957.0, 9976.0, 9945.0, 9969.0, 9924.0, 9945.0, 9877.0, 9941.0, 9896.0, 9923.0, 9881.0, 9909.0, 9884.0, 9907.0, 9884.0, 9928.0, 9895.0, 9911.0, 9884.0, 9932.0, 9910.0, 9934.0, 9930.0, 9920.0, 9925.0, 9920.0, 9941.0, 9956.0, 9943.0, 9950.0, 9921.0, 9931.0, 9916.0, 9941.0, 9915.0, 9954.0, 9928.0, 9977.0, 9950.0, 9936.0, 9907.0, 9877.0, 9925.0, 9881.0, 9907.0, 9883.0, 9928.0, 9901.0, 9923.0, 9887.0, 9941.0, 9905.0, 9937.0, 9905.0, 9918.0, 9879.0, 9920.0, 9877.0, 9927.0, 9880.0, 9917.0, 9882.0, 9943.0, 9922.0, 9970.0, 9946.0, 9928.0, 9858.0, 9887.0, 9885.0, 9889.0, 9907.0, 9883.0, 9931.0, 9909.0, 9956.0, 9929.0, 9963.0, 9894.0, 9964.0, 9904.0, 9937.0, 9897.0, 9951.0, 9907.0, 9935.0, 9929.0, 9901.0, 9887.0, 9880.0, 9882.0, 9927.0, 9866.0, 9902.0, 9863.0, 9855.0, 9861.0, 9840.0, 9884.0, 9898.0, 9863.0, 9844.0, 9858.0, 9826.0, 9859.0, 9847.0, 9885.0, 9864.0, 9884.0, 9853.0, 9875.0, 9851.0, 9873.0, 9852.0, 9901.0, 9878.0, 9906.0, 9882.0, 9900.0, 9873.0, 9895.0, 9893.0, 9937.0, 9875.0, 9923.0, 9871.0, 9892.0, 9855.0, 9860.0, 9838.0, 9863.0, 9856.0, 9913.0, 9898.0, 9892.0, 9898.0, 9878.0, 9887.0, 9873.0, 9903.0, 9938.0, 9913.0, 9931.0, 9894.0, 9895.0, 9870.0, 9890.0, 9881.0, 9917.0, 9883.0, 9889.0, 9883.0, 9833.0, 9877.0, 9849.0, 9881.0, 9861.0, 9905.0, 9861.0, 9904.0, 9859.0, 9897.0, 9875.0, 9906.0, 9880.0, 9943.0, 9897.0, 9906.0, 9901.0, 9918.0, 9882.0, 9877.0, 9908.0, 9879.0, 9930.0, 9905.0, 9913.0, 9894.0, 9905.0, 9865.0, 9902.0, 9899.0, 9890.0, 9912.0, 9883.0, 9910.0, 9883.0, 9907.0, 9861.0, 9872.0, 9827.0, 9841.0, 9847.0, 9862.0, 9852.0, 9836.0, 9928.0, 9961.0, 9834.0, 9865.0, 9886.0, 9879.0, 9884.0, 9906.0, 9862.0, 9901.0, 9861.0, 9878.0, 9881.0, 9903.0, 9868.0, 9885.0, 9843.0, 9872.0, 9829.0, 9887.0, 9886.0, 9893.0, 9931.0, 9880.0, 9932.0, 9891.0, 9894.0, 9874.0, 9917.0, 9893.0, 9915.0, 9890.0, 9911.0, 9888.0, 9911.0, 9904.0, 9933.0, 9907.0, 9916.0, 9887.0, 9913.0, 9867.0, 9909.0, 9944.0, 9923.0, 9939.0, 9928.0, 9945.0, 9939.0, 9902.0, 9957.0, 9908.0, 9906.0, 9898.0, 9933.0, 9901.0, 9938.0, 9964.0, 9903.0, 9962.0, 9932.0, 9941.0, 9884.0, 9909.0, 9860.0, 9906.0, 9855.0, 9913.0, 9889.0, 9937.0, 9874.0, 9929.0, 9892.0, 9927.0, 9892.0, 9948.0, 9909.0, 9940.0, 9884.0, 9929.0, 9872.0, 9930.0, 9924.0, 9910.0, 9940.0, 9911.0, 9915.0, 9893.0, 9918.0, 9879.0, 9935.0, 9881.0, 9920.0, 9885.0, 9908.0, 9881.0, 9900.0, 9916.0, 9903.0, 9960.0, 9928.0, 9954.0, 9905.0, 9932.0, 9904.0, 9930.0, 9890.0, 9949.0, 9932.0, 9936.0, 9926.0, 9914.0, 9867.0, 9893.0, 9867.0, 9908.0, 9889.0, 9903.0, 9887.0, 9980.0, 9913.0, 9934.0, 9887.0, 9937.0, 9901.0, 9959.0, 9919.0, 9950.0, 9900.0, 9925.0, 9889.0, 9946.0, 9891.0, 9930.0, 9902.0, 9933.0, 9874.0, 9916.0, 9879.0, 9903.0, 9874.0, 9897.0, 9869.0, 9867.0, 9875.0, 9886.0, 9848.0, 9885.0, 9894.0, 9883.0, 9933.0, 9877.0, 9921.0, 9878.0, 9888.0, 9877.0, 9890.0, 9896.0, 9892.0, 9876.0, 9888.0, 9874.0, 9918.0, 9897.0, 9900.0, 9926.0, 9894.0, 9937.0, 9897.0, 9955.0, 9903.0, 9941.0, 9899.0, 9919.0, 9879.0, 9908.0, 9878.0, 9932.0, 9897.0, 9954.0, 9929.0, 9969.0, 9941.0, 9947.0, 9919.0, 9952.0, 9923.0, 9959.0, 9930.0, 9966.0, 9935.0, 9972.0, 9929.0, 9957.0, 9927.0, 9948.0, 9926.0, 9966.0, 9960.0, 9965.0, 9918.0, 9939.0, 9897.0, 9890.0, 9896.0, 9902.0, 9884.0, 9903.0, 9901.0, 9946.0, 9932.0, 9975.0, 9943.0, 9946.0, 9902.0, 9942.0, 9903.0, 9928.0, 9885.0, 9891.0, 9865.0, 9833.0, 9854.0, 9855.0, 9881.0, 9894.0, 9877.0, 9881.0, 9896.0, 9894.0, 9923.0, 9900.0, 9938.0, 9916.0, 9942.0, 9913.0, 9931.0, 9891.0, 9896.0, 9872.0, 9894.0, 9873.0, 9903.0, 9875.0, 9887.0, 9890.0, 9874.0, 9880.0, 9891.0, 9883.0, 9898.0, 9886.0, 9900.0, 9881.0, 9896.0, 9867.0, 9897.0, 9895.0, 9904.0, 9954.0, 9897.0, 9921.0, 9898.0, 9924.0, 9913.0, 9916.0, 9920.0, 9937.0, 9922.0, 9922.0, 9927.0, 9913.0, 9920.0, 9915.0, 9891.0, 9920.0, 9923.0, 9958.0, 9894.0, 9907.0, 9889.0, 9952.0, 9940.0, 9955.0, 9935.0, 9990.0, 9927.0, 9936.0, 9954.0, 9931.0, 9967.0, 9971.0, 9970.0, 9961.0, 9955.0, 10011.0, 9978.0, 9936.0, 9986.0, 9920.0, 9915.0, 9932.0, 9919.0, 9957.0, 9933.0, 9975.0, 9913.0, 9934.0, 9876.0, 9883.0, 9874.0, 9854.0, 9893.0, 9858.0, 9889.0, 9847.0, 9853.0, 9865.0, 9831.0, 9843.0, 9829.0, 9850.0, 9854.0, 9870.0, 9872.0, 9863.0, 9895.0, 9869.0, 9916.0, 9885.0, 9958.0, 9869.0, 9897.0, 9876.0, 9923.0, 9895.0, 9918.0, 9886.0, 9933.0, 9868.0, 9906.0, 9864.0, 9907.0, 9886.0, 9931.0, 9932.0, 9967.0, 9948.0, 9969.0, 9914.0, 9962.0, 9920.0, 9961.0, 9930.0, 9946.0, 9934.0, 9967.0, 9936.0, 9942.0, 9885.0, 9918.0, 9924.0, 9920.0, 9890.0, 9890.0, 9893.0, 9885.0, 9925.0, 9900.0, 9927.0, 9899.0, 9912.0, 9888.0, 9925.0, 9888.0, 9945.0, 9927.0, 9961.0, 9911.0, 9933.0, 9875.0, 9912.0, 9889.0, 9898.0, 9884.0, 9917.0, 9899.0, 9928.0, 9907.0, 9889.0, 9895.0, 9905.0, 9903.0, 9931.0, 9903.0, 9913.0, 9903.0, 9909.0, 9902.0, 9957.0, 9932.0, 9940.0, 9892.0, 9947.0, 9913.0, 9933.0, 9901.0, 9925.0, 9908.0, 9959.0, 9929.0, 9953.0, 9951.0, 9949.0, 9921.0, 9954.0, 9902.0, 9943.0, 9920.0, 9941.0, 9919.0, 9926.0, 9886.0, 9887.0, 9934.0, 9890.0, 9972.0, 9935.0, 9972.0, 9909.0, 9905.0, 9855.0, 9840.0, 9826.0, 9920.0, 9947.0, 9952.0, 9928.0, 9978.0, 9938.0, 9978.0, 9938.0, 9981.0, 9981.0, 10012.0, 9971.0, 9979.0, 9986.0, 9969.0, 10020.0, 9992.0, 9997.0, 10001.0, 9951.0, 9997.0, 9959.0, 10003.0, 9981.0, 10012.0, 9977.0, 10003.0, 9974.0, 9998.0, 9959.0, 9980.0, 9995.0, 9982.0, 10004.0, 9965.0, 10001.0, 9959.0, 9990.0, 9975.0, 10025.0, 9984.0, 10023.0, 9975.0, 9999.0, 9957.0, 9994.0, 9965.0, 10004.0, 9973.0, 10000.0, 9958.0, 9967.0, 9965.0, 9936.0, 9986.0, 9967.0, 10001.0, 9961.0, 9989.0, 9941.0, 9987.0, 9995.0, 9990.0, 9998.0, 9983.0, 10009.0, 9969.0, 9993.0, 9959.0, 9968.0, 9958.0, 9985.0, 9958.0, 9986.0, 9965.0, 10007.0, 9990.0, 10008.0, 10003.0, 10015.0, 9989.0, 10016.0, 10003.0, 10033.0, 10026.0, 10018.0, 9991.0, 10030.0, 10013.0, 10043.0, 10014.0, 10003.0, 9973.0, 9953.0, 10014.0, 10009.0, 9982.0, 9905.0, 10020.0, 10007.0, 10009.0, 10020.0, 9992.0, 10030.0, 9990.0, 10031.0, 9990.0, 10019.0, 10006.0, 9993.0, 9994.0, 9949.0, 9977.0, 9941.0, 9988.0, 9943.0, 9966.0, 9938.0, 9899.0, 9968.0, 9961.0, 9989.0, 9986.0, 9971.0, 9997.0, 9953.0, 9990.0, 9950.0, 9976.0, 9944.0, 9989.0, 9967.0, 9988.0, 9965.0, 9985.0, 9931.0, 9967.0, 9929.0, 9956.0, 9949.0, 9972.0, 9964.0, 9948.0, 9956.0, 9941.0, 9977.0, 9949.0, 9983.0, 9977.0, 9975.0, 9965.0, 9966.0, 9987.0, 9963.0, 9978.0, 9952.0, 9990.0, 9952.0, 9977.0, 9935.0, 9978.0, 9938.0, 9998.0, 9967.0, 10024.0, 9988.0, 10023.0, 9986.0, 10024.0, 9982.0, 10029.0, 10042.0, 10018.0, 10053.0, 10011.0, 10022.0, 10001.0, 9996.0, 9988.0, 10021.0, 10023.0, 10051.0, 10045.0, 10057.0, 10009.0, 10036.0, 10046.0, 10022.0, 10049.0, 10023.0, 10050.0, 10027.0, 10028.0, 10016.0, 9976.0, 10017.0, 9984.0, 10001.0, 9971.0, 9980.0, 9950.0, 9964.0, 9924.0, 9966.0, 9946.0, 10002.0, 9962.0, 10004.0, 9960.0, 9973.0, 10000.0, 9993.0, 10015.0, 9976.0, 9983.0, 9942.0, 9980.0, 9980.0, 9967.0, 9945.0, 9968.0, 9951.0, 9963.0, 9972.0, 9971.0, 9955.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.012309804822043628</td></tr>
<tr><td colspan=3>aqi</td><td>0.14326777600459242</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.45824103951718</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1247428527586207</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9975302713103452</td></tr>
<tr><td colspan=3>efc</td><td>0.4856</td></tr>
<tr><td colspan=3>fber</td><td>8019.4116</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2687736017102628</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>233</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.750861079219288</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6188998944797075</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.406994397158236</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9358682936398086</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.513836992641078</td></tr>
<tr><td colspan=3>gcor</td><td>0.00966641</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011917803436517715</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05167010799050331</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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>4.682659362924779</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>18.0071</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1331</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.4344</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296324.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>888.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.0087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2136</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.3541</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3732.0158</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.5058</td></tr>
<tr><td colspan=3>tsnr</td><td>19.14515642868355</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>