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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-06_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-06_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-0111/ses-03/func/sub-0111_ses-03_task-social_acq-mb8_run-06_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>b57e084a6d4863ebf1e00ed6455f2a15</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>14:25:36.320000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994896, 0.0886373, -0.0482134, -0.0854677, 0.994267, 0.0642495]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0740397</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7725, -7252, 298, -76, 105, 138, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.252</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>007133ff-f0fd-4f82-974b-1c6150db596a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669234275817871, -0.22930346429347992, -0.14480622112751007, 123.15885162353516], [-0.23780737817287445, 2.667546272277832, 0.16146251559257507, -97.81855773925781], [-0.1293531060218811, -0.17237676680088043, 2.691275119781494, -54.91480255126953], [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': ['142536.320000', '142536.780000', '142537.240000', '142537.700000', '142538.160000', '142538.620000', '142539.080000', '142539.540000', '142540.000000', '142540.460000', '142540.920000', '142541.380000', '142541.840000', '142542.300000', '142542.760000', '142543.220000', '142543.680000', '142544.140000', '142544.600000', '142545.060000', '142545.520000', '142545.980000', '142546.440000', '142546.900000', '142547.360000', '142547.820000', '142548.280000', '142548.740000', '142549.200000', '142549.660000', '142550.120000', '142550.580000', '142551.040000', '142551.500000', '142551.960000', '142552.420000', '142552.880000', '142553.340000', '142553.800000', '142554.260000', '142554.720000', '142555.180000', '142555.640000', '142556.100000', '142556.560000', '142557.020000', '142557.480000', '142557.940000', '142558.400000', '142558.860000', '142559.320000', '142559.780000', '142600.240000', '142600.700000', '142601.160000', '142601.620000', '142602.080000', '142602.540000', '142603.000000', '142603.460000', '142603.920000', '142604.380000', '142604.840000', '142605.300000', '142605.760000', '142606.220000', '142606.680000', '142607.140000', '142607.600000', '142608.060000', '142608.520000', '142608.980000', '142609.440000', '142609.900000', '142610.360000', '142610.820000', '142611.280000', '142611.740000', '142612.200000', '142612.660000', '142613.120000', '142613.580000', '142614.040000', '142614.500000', '142614.960000', '142615.420000', '142615.880000', '142616.340000', '142616.800000', '142617.260000', '142617.720000', '142618.180000', '142618.640000', '142619.100000', '142619.560000', '142620.020000', '142620.480000', '142620.940000', '142621.400000', '142621.860000', '142622.320000', '142622.780000', '142623.240000', '142623.700000', '142624.160000', '142624.620000', '142625.080000', '142625.540000', '142626.000000', '142626.460000', '142626.920000', '142627.380000', '142627.840000', '142628.300000', '142628.760000', '142629.220000', '142629.680000', '142630.140000', '142630.600000', '142631.060000', '142631.520000', '142631.980000', '142632.440000', '142632.900000', '142633.360000', '142633.820000', '142634.280000', '142634.740000', '142635.200000', '142635.660000', '142636.120000', '142636.580000', '142637.040000', '142637.500000', '142637.960000', '142638.420000', '142638.880000', '142639.340000', '142639.800000', '142640.260000', '142640.720000', '142641.180000', '142641.640000', '142642.100000', '142642.560000', '142643.020000', '142643.480000', '142643.940000', '142644.400000', '142644.860000', '142645.320000', '142645.780000', '142646.240000', '142646.700000', '142647.160000', '142647.620000', '142648.080000', '142648.540000', '142649.000000', '142649.460000', '142649.920000', '142650.380000', '142650.840000', '142651.300000', '142651.760000', '142652.220000', '142652.680000', '142653.140000', '142653.600000', '142654.060000', '142654.520000', '142654.980000', '142655.440000', '142655.900000', '142656.360000', '142656.820000', '142657.280000', '142657.740000', '142658.200000', '142658.660000', '142659.120000', '142659.580000', '142700.040000', '142700.500000', '142700.960000', '142701.420000', '142701.880000', '142702.340000', '142702.800000', '142703.260000', '142703.720000', '142704.180000', '142704.640000', '142705.100000', '142705.560000', '142706.020000', '142706.480000', '142706.940000', '142707.400000', '142707.860000', '142708.320000', '142708.780000', '142709.240000', '142709.700000', '142710.160000', '142710.620000', '142711.080000', '142711.540000', '142712.000000', '142712.460000', '142712.920000', '142713.380000', '142713.840000', '142714.300000', '142714.760000', '142715.220000', '142715.680000', '142716.140000', '142716.600000', '142717.060000', '142717.520000', '142717.980000', '142718.440000', '142718.900000', '142719.360000', '142719.820000', '142720.280000', '142720.740000', '142721.200000', '142721.660000', '142722.120000', '142722.580000', '142723.040000', '142723.500000', '142723.960000', '142724.420000', '142724.880000', '142725.340000', '142725.800000', '142726.260000', '142726.720000', '142727.180000', '142727.640000', '142728.100000', '142728.560000', '142729.020000', '142729.480000', '142729.940000', '142730.400000', '142730.860000', '142731.320000', '142731.780000', '142732.240000', '142732.700000', '142733.160000', '142733.620000', '142734.080000', '142734.540000', '142735.000000', '142735.460000', '142735.920000', '142736.380000', '142736.840000', '142737.300000', '142737.760000', '142738.220000', '142738.680000', '142739.140000', '142739.600000', '142740.060000', '142740.520000', '142740.980000', '142741.440000', '142741.900000', '142742.360000', '142742.820000', '142743.280000', '142743.740000', '142744.200000', '142744.660000', '142745.120000', '142745.580000', '142746.040000', '142746.500000', '142746.960000', '142747.420000', '142747.880000', '142748.340000', '142748.800000', '142749.260000', '142749.720000', '142750.180000', '142750.640000', '142751.100000', '142751.560000', '142752.020000', '142752.480000', '142752.940000', '142753.400000', '142753.860000', '142754.320000', '142754.780000', '142755.240000', '142755.700000', '142756.160000', '142756.620000', '142757.080000', '142757.540000', '142758.000000', '142758.460000', '142758.920000', '142759.380000', '142759.840000', '142800.300000', '142800.760000', '142801.220000', '142801.680000', '142802.140000', '142802.600000', '142803.060000', '142803.520000', '142803.980000', '142804.440000', '142804.900000', '142805.360000', '142805.820000', '142806.280000', '142806.740000', '142807.200000', '142807.660000', '142808.120000', '142808.580000', '142809.040000', '142809.500000', '142809.960000', '142810.420000', '142810.880000', '142811.340000', '142811.800000', '142812.260000', '142812.720000', '142813.180000', '142813.640000', '142814.100000', '142814.560000', '142815.020000', '142815.480000', '142815.940000', '142816.400000', '142816.860000', '142817.320000', '142817.780000', '142818.240000', '142818.700000', '142819.160000', '142819.620000', '142820.080000', '142820.540000', '142821.000000', '142821.460000', '142821.920000', '142822.380000', '142822.840000', '142823.300000', '142823.760000', '142824.220000', '142824.680000', '142825.140000', '142825.600000', '142826.060000', '142826.520000', '142826.980000', '142827.440000', '142827.900000', '142828.360000', '142828.820000', '142829.280000', '142829.740000', '142830.200000', '142830.660000', '142831.120000', '142831.580000', '142832.040000', '142832.500000', '142832.960000', '142833.420000', '142833.880000', '142834.340000', '142834.800000', '142835.260000', '142835.720000', '142836.180000', '142836.640000', '142837.100000', '142837.560000', '142838.020000', '142838.480000', '142838.940000', '142839.400000', '142839.860000', '142840.320000', '142840.780000', '142841.240000', '142841.700000', '142842.160000', '142842.620000', '142843.080000', '142843.540000', '142844.000000', '142844.460000', '142844.920000', '142845.380000', '142845.840000', '142846.300000', '142846.760000', '142847.220000', '142847.680000', '142848.140000', '142848.600000', '142849.060000', '142849.520000', '142849.980000', '142850.440000', '142850.900000', '142851.360000', '142851.820000', '142852.280000', '142852.740000', '142853.200000', '142853.660000', '142854.120000', '142854.580000', '142855.040000', '142855.500000', '142855.960000', '142856.420000', '142856.880000', '142857.340000', '142857.800000', '142858.260000', '142858.720000', '142859.180000', '142859.640000', '142900.100000', '142900.560000', '142901.020000', '142901.480000', '142901.940000', '142902.400000', '142902.860000', '142903.320000', '142903.780000', '142904.240000', '142904.700000', '142905.160000', '142905.620000', '142906.080000', '142906.540000', '142907.000000', '142907.460000', '142907.920000', '142908.380000', '142908.840000', '142909.300000', '142909.760000', '142910.220000', '142910.680000', '142911.140000', '142911.600000', '142912.060000', '142912.520000', '142912.980000', '142913.440000', '142913.900000', '142914.360000', '142914.820000', '142915.280000', '142915.740000', '142916.200000', '142916.660000', '142917.120000', '142917.580000', '142918.040000', '142918.500000', '142918.960000', '142919.420000', '142919.880000', '142920.340000', '142920.800000', '142921.260000', '142921.720000', '142922.180000', '142922.640000', '142923.100000', '142923.560000', '142924.020000', '142924.480000', '142924.940000', '142925.400000', '142925.860000', '142926.320000', '142926.780000', '142927.240000', '142927.700000', '142928.160000', '142928.620000', '142929.080000', '142929.540000', '142930.000000', '142930.460000', '142930.920000', '142931.380000', '142931.840000', '142932.300000', '142932.760000', '142933.220000', '142933.680000', '142934.140000', '142934.600000', '142935.060000', '142935.520000', '142935.980000', '142936.440000', '142936.900000', '142937.360000', '142937.820000', '142938.280000', '142938.740000', '142939.200000', '142939.660000', '142940.120000', '142940.580000', '142941.040000', '142941.500000', '142941.960000', '142942.420000', '142942.880000', '142943.340000', '142943.800000', '142944.260000', '142944.720000', '142945.180000', '142945.640000', '142946.100000', '142946.560000', '142947.020000', '142947.480000', '142947.940000', '142948.400000', '142948.860000', '142949.320000', '142949.780000', '142950.240000', '142950.700000', '142951.160000', '142951.620000', '142952.080000', '142952.540000', '142953.000000', '142953.460000', '142953.920000', '142954.380000', '142954.840000', '142955.300000', '142955.760000', '142956.220000', '142956.680000', '142957.140000', '142957.600000', '142958.060000', '142958.520000', '142958.980000', '142959.440000', '142959.900000', '143000.360000', '143000.820000', '143001.280000', '143001.740000', '143002.200000', '143002.660000', '143003.120000', '143003.580000', '143004.040000', '143004.500000', '143004.960000', '143005.420000', '143005.880000', '143006.340000', '143006.800000', '143007.260000', '143007.720000', '143008.180000', '143008.640000', '143009.100000', '143009.560000', '143010.020000', '143010.480000', '143010.940000', '143011.400000', '143011.860000', '143012.320000', '143012.780000', '143013.240000', '143013.700000', '143014.160000', '143014.620000', '143015.080000', '143015.540000', '143016.000000', '143016.460000', '143016.920000', '143017.380000', '143017.840000', '143018.300000', '143018.760000', '143019.220000', '143019.680000', '143020.140000', '143020.600000', '143021.060000', '143021.520000', '143021.980000', '143022.440000', '143022.900000', '143023.360000', '143023.820000', '143024.280000', '143024.740000', '143025.200000', '143025.660000', '143026.120000', '143026.580000', '143027.040000', '143027.500000', '143027.960000', '143028.420000', '143028.880000', '143029.340000', '143029.800000', '143030.260000', '143030.720000', '143031.180000', '143031.640000', '143032.100000', '143032.560000', '143033.020000', '143033.480000', '143033.940000', '143034.400000', '143034.860000', '143035.320000', '143035.780000', '143036.240000', '143036.700000', '143037.160000', '143037.620000', '143038.080000', '143038.540000', '143039.000000', '143039.460000', '143039.920000', '143040.380000', '143040.840000', '143041.300000', '143041.760000', '143042.220000', '143042.680000', '143043.140000', '143043.600000', '143044.060000', '143044.520000', '143044.980000', '143045.440000', '143045.900000', '143046.360000', '143046.820000', '143047.280000', '143047.740000', '143048.200000', '143048.660000', '143049.120000', '143049.580000', '143050.040000', '143050.500000', '143050.960000', '143051.420000', '143051.880000', '143052.340000', '143052.800000', '143053.260000', '143053.720000', '143054.180000', '143054.640000', '143055.100000', '143055.560000', '143056.020000', '143056.480000', '143056.940000', '143057.400000', '143057.860000', '143058.320000', '143058.780000', '143059.240000', '143059.700000', '143100.160000', '143100.620000', '143101.080000', '143101.540000', '143102.000000', '143102.460000', '143102.920000', '143103.380000', '143103.840000', '143104.300000', '143104.760000', '143105.220000', '143105.680000', '143106.140000', '143106.600000', '143107.060000', '143107.520000', '143107.980000', '143108.440000', '143108.900000', '143109.360000', '143109.820000', '143110.280000', '143110.740000', '143111.200000', '143111.660000', '143112.120000', '143112.580000', '143113.040000', '143113.500000', '143113.960000', '143114.420000', '143114.880000', '143115.340000', '143115.800000', '143116.260000', '143116.720000', '143117.180000', '143117.640000', '143118.100000', '143118.560000', '143119.020000', '143119.480000', '143119.940000', '143120.400000', '143120.860000', '143121.320000', '143121.780000', '143122.240000', '143122.700000', '143123.160000', '143123.620000', '143124.080000', '143124.540000', '143125.000000', '143125.460000', '143125.920000', '143126.380000', '143126.840000', '143127.300000', '143127.760000', '143128.220000', '143128.680000', '143129.140000', '143129.600000', '143130.060000', '143130.520000', '143130.980000', '143131.440000', '143131.900000', '143132.360000', '143132.820000', '143133.280000', '143133.740000', '143134.200000', '143134.660000', '143135.120000', '143135.580000', '143136.040000', '143136.500000', '143136.960000', '143137.420000', '143137.880000', '143138.340000', '143138.800000', '143139.260000', '143139.720000', '143140.180000', '143140.640000', '143141.100000', '143141.560000', '143142.020000', '143142.480000', '143142.940000', '143143.400000', '143143.860000', '143144.320000', '143144.780000', '143145.240000', '143145.700000', '143146.160000', '143146.620000', '143147.080000', '143147.540000', '143148.000000', '143148.460000', '143148.920000', '143149.380000', '143149.840000', '143150.300000', '143150.760000', '143151.220000', '143151.680000', '143152.140000', '143152.600000', '143153.060000', '143153.520000', '143153.980000', '143154.440000', '143154.900000', '143155.360000', '143155.820000', '143156.280000', '143156.740000', '143157.200000', '143157.660000', '143158.120000', '143158.580000', '143159.040000', '143159.500000', '143159.960000', '143200.420000', '143200.880000', '143201.340000', '143201.800000', '143202.260000', '143202.720000', '143203.180000', '143203.640000', '143204.100000', '143204.560000', '143205.020000', '143205.480000', '143205.940000', '143206.400000', '143206.860000', '143207.320000', '143207.780000', '143208.240000', '143208.700000', '143209.160000', '143209.620000', '143210.080000', '143210.540000', '143211.000000', '143211.460000', '143211.920000', '143212.380000', '143212.840000', '143213.300000', '143213.760000', '143214.220000', '143214.680000', '143215.140000', '143215.600000', '143216.060000', '143216.520000', '143216.980000'], 'ContentTime': ['142555.968000', '142555.971000', '142555.974000', '142555.976000', '142555.979000', '142555.981000', '142555.984000', '142555.987000', '142555.989000', '142555.992000', '142555.994000', '142555.997000', '142555.999000', '142556.002000', '142556.005000', '142556.007000', '142556.020000', '142556.022000', '142556.025000', '142556.027000', '142556.030000', '142556.032000', '142556.035000', '142556.038000', '142556.040000', '142556.043000', '142556.045000', '142556.048000', '142556.050000', '142556.053000', '142556.055000', '142556.058000', '142556.060000', '142556.063000', '142556.066000', '142556.068000', '142556.071000', '142556.073000', '142556.076000', '142556.078000', '142615.932000', '142615.936000', '142615.939000', '142615.941000', '142615.944000', '142615.947000', '142615.949000', '142615.952000', '142615.954000', '142615.957000', '142615.959000', '142615.962000', '142615.964000', '142615.967000', '142615.970000', '142615.972000', '142615.975000', '142615.978000', '142615.980000', '142615.983000', '142615.985000', '142615.988000', '142615.990000', '142615.993000', '142615.996000', '142615.998000', '142616.001000', '142616.003000', '142616.006000', '142616.008000', '142616.011000', '142616.013000', '142616.016000', '142616.018000', '142616.021000', '142616.024000', '142616.026000', '142616.029000', '142616.031000', '142616.034000', '142616.036000', '142616.039000', '142616.041000', '142616.044000', '142635.932000', '142635.935000', '142635.938000', '142635.940000', '142635.943000', '142635.945000', '142635.948000', '142635.951000', '142635.953000', '142635.956000', '142635.958000', '142635.961000', '142635.963000', '142635.966000', '142635.968000', '142635.971000', '142635.974000', '142635.976000', '142635.979000', '142635.982000', '142635.984000', '142635.987000', '142635.989000', '142635.992000', '142635.994000', '142635.997000', '142636.000000', '142636.003000', '142636.006000', '142636.008000', '142636.011000', '142636.013000', '142636.016000', '142636.018000', '142636.021000', '142636.023000', '142636.026000', '142636.028000', '142636.031000', '142636.034000', '142636.036000', '142636.039000', '142636.060000', '142655.932000', '142655.935000', '142655.938000', '142655.940000', '142655.943000', '142655.945000', '142655.948000', '142655.951000', '142655.953000', '142655.956000', '142655.958000', '142655.961000', '142655.963000', '142655.966000', '142655.968000', '142655.971000', '142655.974000', '142655.976000', '142655.979000', '142655.982000', '142655.984000', '142655.987000', '142655.989000', '142655.992000', '142655.994000', '142655.997000', '142656.001000', '142656.003000', '142656.006000', '142656.008000', '142656.011000', '142656.014000', '142656.016000', '142656.019000', '142656.021000', '142656.024000', '142656.026000', '142656.029000', '142656.031000', '142656.034000', '142656.036000', '142656.039000', '142656.042000', '142656.044000', '142715.932000', '142715.935000', '142715.938000', '142715.940000', '142715.943000', '142715.946000', '142715.948000', '142715.951000', '142715.953000', '142715.956000', '142715.959000', '142715.961000', '142715.964000', '142715.966000', '142715.969000', '142715.971000', '142715.974000', '142715.977000', '142715.979000', '142715.982000', '142715.984000', '142715.987000', '142715.990000', '142715.992000', '142715.995000', '142715.997000', '142716.001000', '142716.004000', '142716.006000', '142716.009000', '142716.011000', '142716.014000', '142716.016000', '142716.019000', '142716.022000', '142716.024000', '142716.027000', '142716.029000', '142716.032000', '142716.034000', '142716.037000', '142716.040000', '142716.042000', '142735.933000', '142735.935000', '142735.938000', '142735.941000', '142735.943000', '142735.946000', '142735.948000', '142735.951000', '142735.953000', '142735.956000', '142735.958000', '142735.961000', '142735.964000', '142735.966000', '142735.969000', '142735.972000', '142735.975000', '142735.978000', '142735.980000', '142735.983000', '142735.985000', '142735.988000', '142735.990000', '142735.993000', '142735.996000', '142735.998000', '142736.002000', '142736.004000', '142736.007000', '142736.010000', '142736.012000', '142736.015000', '142736.017000', '142736.020000', '142736.023000', '142736.025000', '142736.028000', '142736.030000', '142736.033000', '142736.035000', '142736.038000', '142736.041000', '142736.043000', '142736.046000', '142755.931000', '142755.934000', '142755.937000', '142755.939000', '142755.942000', '142755.945000', '142755.947000', '142755.950000', '142755.953000', '142755.955000', '142755.958000', '142755.960000', '142755.963000', '142755.965000', '142755.968000', '142755.971000', '142755.973000', '142755.976000', '142755.978000', '142755.981000', '142755.984000', '142755.986000', '142755.989000', '142755.991000', '142755.994000', '142755.997000', '142756.000000', '142756.003000', '142756.005000', '142756.008000', '142756.011000', '142756.013000', '142756.016000', '142756.018000', '142756.021000', '142756.023000', '142756.026000', '142756.028000', '142756.031000', '142756.034000', '142756.036000', '142756.039000', '142756.042000', '142815.931000', '142815.934000', '142815.937000', '142815.939000', '142815.942000', '142815.945000', '142815.947000', '142815.950000', '142815.952000', '142815.955000', '142815.958000', '142815.961000', '142815.963000', '142815.966000', '142815.969000', '142815.971000', '142815.974000', '142815.976000', '142815.979000', '142815.982000', '142815.984000', '142815.987000', '142815.989000', '142815.992000', '142815.995000', '142815.997000', '142816.001000', '142816.003000', '142816.006000', '142816.009000', '142816.011000', '142816.014000', '142816.016000', '142816.019000', '142816.021000', '142816.024000', '142816.027000', '142816.029000', '142816.057000', '142816.060000', '142816.062000', '142816.065000', '142816.068000', '142816.070000', '142835.932000', '142835.935000', '142835.938000', '142835.940000', '142835.943000', '142835.946000', '142835.948000', '142835.951000', '142835.953000', '142835.956000', '142835.959000', '142835.961000', '142835.964000', '142835.966000', '142835.969000', '142835.972000', '142835.975000', '142835.977000', '142835.980000', '142835.982000', '142835.985000', '142835.987000', '142835.990000', '142835.993000', '142835.995000', '142835.998000', '142836.000000', '142836.003000', '142836.005000', '142836.008000', '142836.011000', '142836.013000', '142836.016000', '142836.018000', '142836.021000', '142836.024000', '142836.026000', '142836.029000', '142836.031000', '142836.034000', '142836.037000', '142836.039000', '142836.042000', '142855.932000', '142855.935000', '142855.938000', '142855.941000', '142855.943000', '142855.946000', '142855.948000', '142855.951000', '142855.954000', '142855.956000', '142855.959000', '142855.962000', '142855.964000', '142855.967000', '142855.970000', '142855.972000', '142855.975000', '142855.977000', '142855.980000', '142855.983000', '142855.985000', '142855.988000', '142855.990000', '142855.993000', '142855.995000', '142855.998000', '142856.002000', '142856.004000', '142856.007000', '142856.010000', '142856.012000', '142856.015000', '142856.018000', '142856.021000', '142856.023000', '142856.026000', '142856.029000', '142856.031000', '142856.034000', '142856.036000', '142856.039000', '142856.042000', '142856.044000', '142915.932000', '142915.935000', '142915.938000', '142915.940000', '142915.943000', '142915.946000', '142915.948000', '142915.951000', '142915.954000', '142915.956000', '142915.959000', '142915.961000', '142915.964000', '142915.966000', '142915.969000', '142915.972000', '142915.974000', '142915.977000', '142915.979000', '142915.982000', '142915.985000', '142915.987000', '142915.990000', '142915.992000', '142915.995000', '142915.998000', '142916.001000', '142916.004000', '142916.006000', '142916.009000', '142916.011000', '142916.014000', '142916.017000', '142916.019000', '142916.022000', '142916.025000', '142916.027000', '142916.030000', '142916.032000', '142916.035000', '142916.037000', '142916.040000', '142916.043000', '142916.045000', '142935.932000', '142935.935000', '142935.938000', '142935.940000', '142935.943000', '142935.946000', '142935.948000', '142935.951000', '142935.954000', '142935.956000', '142935.959000', '142935.962000', '142935.964000', '142935.967000', '142935.969000', '142935.972000', '142935.974000', '142935.977000', '142935.980000', '142935.983000', '142935.985000', '142935.988000', '142935.991000', '142935.993000', '142935.996000', '142935.999000', '142936.001000', '142936.004000', '142936.007000', '142936.009000', '142936.012000', '142936.014000', '142936.017000', '142936.026000', '142936.029000', '142936.031000', '142936.034000', '142936.036000', '142936.039000', '142936.042000', '142936.044000', '142936.047000', '142936.049000', '142955.932000', '142955.935000', '142955.938000', '142955.940000', '142955.943000', '142955.946000', '142955.948000', '142955.951000', '142955.954000', '142955.956000', '142955.959000', '142955.961000', '142955.964000', '142955.967000', '142955.969000', '142955.972000', '142955.983000', '142955.986000', '142955.988000', '142955.991000', '142956.028000', '142956.031000', '142956.033000', '142956.036000', '142956.039000', '142956.041000', '142956.044000', '142956.046000', '142956.049000', '142956.051000', '142956.054000', '142956.057000', '142956.059000', '142956.062000', '142956.065000', '142956.067000', '142956.070000', '142956.072000', '142956.075000', '142956.077000', '142956.080000', '142956.083000', '142956.085000', '142956.088000', '143015.931000', '143015.934000', '143015.937000', '143015.940000', '143015.942000', '143015.945000', '143015.948000', '143015.950000', '143015.953000', '143015.956000', '143015.958000', '143015.961000', '143015.963000', '143015.966000', '143015.969000', '143015.971000', '143015.974000', '143015.977000', '143015.979000', '143015.982000', '143015.984000', '143015.987000', '143015.990000', '143015.992000', '143015.995000', '143015.997000', '143016.001000', '143016.003000', '143016.006000', '143016.009000', '143016.012000', '143016.014000', '143016.018000', '143016.021000', '143016.023000', '143016.026000', '143016.029000', '143016.031000', '143016.034000', '143016.036000', '143016.039000', '143016.041000', '143016.044000', '143035.931000', '143035.934000', '143035.937000', '143035.939000', '143035.942000', '143035.945000', '143035.947000', '143035.950000', '143035.953000', '143035.955000', '143035.958000', '143035.960000', '143035.963000', '143035.966000', '143035.968000', '143035.971000', '143035.973000', '143035.977000', '143035.979000', '143035.982000', '143035.984000', '143035.987000', '143035.990000', '143035.992000', '143035.995000', '143035.997000', '143036.000000', '143036.003000', '143036.005000', '143036.008000', '143036.010000', '143036.013000', '143036.016000', '143036.018000', '143036.021000', '143036.023000', '143036.026000', '143036.029000', '143036.031000', '143036.034000', '143036.036000', '143036.039000', '143036.041000', '143036.044000', '143055.932000', '143055.935000', '143055.938000', '143055.940000', '143055.943000', '143055.946000', '143055.949000', '143055.951000', '143055.954000', '143055.956000', '143055.959000', '143055.961000', '143055.964000', '143055.967000', '143055.969000', '143055.972000', '143055.975000', '143055.977000', '143055.980000', '143055.982000', '143055.985000', '143055.988000', '143055.990000', '143055.993000', '143055.995000', '143055.998000', '143056.001000', '143056.003000', '143056.006000', '143056.010000', '143056.012000', '143056.017000', '143056.020000', '143056.022000', '143056.025000', '143056.027000', '143056.030000', '143056.033000', '143056.035000', '143056.038000', '143056.040000', '143056.043000', '143056.045000', '143115.932000', '143115.935000', '143115.938000', '143115.941000', '143115.943000', '143115.946000', '143115.948000', '143115.951000', '143115.954000', '143115.956000', '143115.959000', '143115.961000', '143115.964000', '143115.967000', '143115.970000', '143115.973000', '143115.975000', '143115.978000', '143115.980000', '143115.983000', '143115.986000', '143115.988000', '143115.991000', '143115.993000', '143115.996000', '143115.998000', '143116.002000', '143116.005000', '143116.007000', '143116.010000', '143116.012000', '143116.023000', '143116.026000', '143116.029000', '143116.031000', '143116.034000', '143116.036000', '143116.039000', '143116.042000', '143116.044000', '143116.047000', '143116.050000', '143116.052000', '143116.055000', '143135.933000', '143135.935000', '143135.938000', '143135.941000', '143135.945000', '143135.948000', '143135.950000', '143135.953000', '143135.955000', '143135.958000', '143135.960000', '143135.963000', '143135.966000', '143135.968000', '143135.971000', '143135.973000', '143135.976000', '143135.979000', '143135.982000', '143135.984000', '143135.987000', '143135.989000', '143135.992000', '143135.994000', '143135.997000', '143136.001000', '143136.003000', '143136.006000', '143136.009000', '143136.011000', '143136.014000', '143136.016000', '143136.019000', '143136.022000', '143136.024000', '143136.027000', '143136.030000', '143136.032000', '143136.035000', '143136.037000', '143136.040000', '143136.043000', '143136.045000', '143155.932000', '143155.935000', '143155.938000', '143155.940000', '143155.943000', '143155.946000', '143155.948000', '143155.951000', '143155.953000', '143155.956000', '143155.958000', '143155.961000', '143155.964000', '143155.966000', '143155.969000', '143155.971000', '143155.974000', '143155.976000', '143155.979000', '143155.982000', '143155.984000', '143155.987000', '143155.989000', '143155.992000', '143155.995000', '143155.997000', '143156.001000', '143156.003000', '143156.006000', '143156.009000', '143156.011000', '143156.014000', '143156.016000', '143156.019000', '143156.022000', '143156.024000', '143156.027000', '143156.029000', '143156.032000', '143156.035000', '143156.037000', '143156.040000', '143156.043000', '143156.045000', '143215.933000', '143215.935000', '143215.938000', '143215.941000', '143215.943000', '143215.946000', '143215.948000', '143215.951000', '143215.954000', '143215.956000', '143215.959000', '143215.961000', '143215.964000', '143215.967000', '143215.969000', '143215.972000', '143215.974000', '143215.977000', '143215.980000', '143215.982000', '143215.985000', '143215.987000', '143215.990000', '143215.993000', '143215.995000', '143215.998000', '143216.001000', '143216.004000', '143216.007000', '143216.009000', '143216.012000', '143216.015000', '143216.017000', '143216.020000', '143216.023000', '143216.025000', '143216.028000', '143216.031000', '143216.033000', '143216.036000', '143216.038000', '143216.041000', '143216.044000', '143218.373000', '143218.376000', '143218.379000', '143218.382000', '143218.384000', '143218.387000'], 'InstanceCreationTime': ['142555.968000', '142555.971000', '142555.974000', '142555.976000', '142555.979000', '142555.981000', '142555.984000', '142555.987000', '142555.989000', '142555.992000', '142555.994000', '142555.997000', '142555.999000', '142556.002000', '142556.005000', '142556.007000', '142556.020000', '142556.022000', '142556.025000', '142556.027000', '142556.030000', '142556.032000', '142556.035000', '142556.038000', '142556.040000', '142556.043000', '142556.045000', '142556.048000', '142556.050000', '142556.053000', '142556.055000', '142556.058000', '142556.060000', '142556.063000', '142556.066000', '142556.068000', '142556.071000', '142556.073000', '142556.076000', '142556.078000', '142615.932000', '142615.936000', '142615.939000', '142615.941000', '142615.944000', '142615.947000', '142615.949000', '142615.952000', '142615.954000', '142615.957000', '142615.959000', '142615.962000', '142615.964000', '142615.967000', '142615.970000', '142615.972000', '142615.975000', '142615.978000', '142615.980000', '142615.983000', '142615.985000', '142615.988000', '142615.990000', '142615.993000', '142615.996000', '142615.998000', '142616.001000', '142616.003000', '142616.006000', '142616.008000', '142616.011000', '142616.013000', '142616.016000', '142616.018000', '142616.021000', '142616.024000', '142616.026000', '142616.029000', '142616.031000', '142616.034000', '142616.036000', '142616.039000', '142616.041000', '142616.044000', '142635.932000', '142635.935000', '142635.938000', '142635.940000', '142635.943000', '142635.945000', '142635.948000', '142635.951000', '142635.953000', '142635.956000', '142635.958000', '142635.961000', '142635.963000', '142635.966000', '142635.968000', '142635.971000', '142635.974000', '142635.976000', '142635.979000', '142635.982000', '142635.984000', '142635.987000', '142635.989000', '142635.992000', '142635.994000', '142635.997000', '142636.000000', '142636.003000', '142636.006000', '142636.008000', '142636.011000', '142636.013000', '142636.016000', '142636.018000', '142636.021000', '142636.023000', '142636.026000', '142636.028000', '142636.031000', '142636.034000', '142636.036000', '142636.039000', '142636.060000', '142655.932000', '142655.935000', '142655.938000', '142655.940000', '142655.943000', '142655.945000', '142655.948000', '142655.951000', '142655.953000', '142655.956000', '142655.958000', '142655.961000', '142655.963000', '142655.966000', '142655.968000', '142655.971000', '142655.974000', '142655.976000', '142655.979000', '142655.982000', '142655.984000', '142655.987000', '142655.989000', '142655.992000', '142655.994000', '142655.997000', '142656.001000', '142656.003000', '142656.006000', '142656.008000', '142656.011000', '142656.014000', '142656.016000', '142656.019000', '142656.021000', '142656.024000', '142656.026000', '142656.029000', '142656.031000', '142656.034000', '142656.036000', '142656.039000', '142656.042000', '142656.044000', '142715.932000', '142715.935000', '142715.938000', '142715.940000', '142715.943000', '142715.946000', '142715.948000', '142715.951000', '142715.953000', '142715.956000', '142715.959000', '142715.961000', '142715.964000', '142715.966000', '142715.969000', '142715.971000', '142715.974000', '142715.977000', '142715.979000', '142715.982000', '142715.984000', '142715.987000', '142715.990000', '142715.992000', '142715.995000', '142715.997000', '142716.001000', '142716.004000', '142716.006000', '142716.009000', '142716.011000', '142716.014000', '142716.016000', '142716.019000', '142716.022000', '142716.024000', '142716.027000', '142716.029000', '142716.032000', '142716.034000', '142716.037000', '142716.040000', '142716.042000', '142735.933000', '142735.935000', '142735.938000', '142735.941000', '142735.943000', '142735.946000', '142735.948000', '142735.951000', '142735.953000', '142735.956000', '142735.958000', '142735.961000', '142735.964000', '142735.966000', '142735.969000', '142735.972000', '142735.975000', '142735.978000', '142735.980000', '142735.983000', '142735.985000', '142735.988000', '142735.990000', '142735.993000', '142735.996000', '142735.998000', '142736.002000', '142736.004000', '142736.007000', '142736.010000', '142736.012000', '142736.015000', '142736.017000', '142736.020000', '142736.023000', '142736.025000', '142736.028000', '142736.030000', '142736.033000', '142736.035000', '142736.038000', '142736.041000', '142736.043000', '142736.046000', '142755.931000', '142755.934000', '142755.937000', '142755.939000', '142755.942000', '142755.945000', '142755.947000', '142755.950000', '142755.953000', '142755.955000', '142755.958000', '142755.960000', '142755.963000', '142755.965000', '142755.968000', '142755.971000', '142755.973000', '142755.976000', '142755.978000', '142755.981000', '142755.984000', '142755.986000', '142755.989000', '142755.991000', '142755.994000', '142755.997000', '142756.000000', '142756.003000', '142756.005000', '142756.008000', '142756.011000', '142756.013000', '142756.016000', '142756.018000', '142756.021000', '142756.023000', '142756.026000', '142756.028000', '142756.031000', '142756.034000', '142756.036000', '142756.039000', '142756.042000', '142815.931000', '142815.934000', '142815.937000', '142815.939000', '142815.942000', '142815.945000', '142815.947000', '142815.950000', '142815.952000', '142815.955000', '142815.958000', '142815.961000', '142815.963000', '142815.966000', '142815.969000', '142815.971000', '142815.974000', '142815.976000', '142815.979000', '142815.982000', '142815.984000', '142815.987000', '142815.989000', '142815.992000', '142815.995000', '142815.997000', '142816.001000', '142816.003000', '142816.006000', '142816.009000', '142816.011000', '142816.014000', '142816.016000', '142816.019000', '142816.021000', '142816.024000', '142816.027000', '142816.029000', '142816.057000', '142816.060000', '142816.062000', '142816.065000', '142816.068000', '142816.070000', '142835.932000', '142835.935000', '142835.938000', '142835.940000', '142835.943000', '142835.946000', '142835.948000', '142835.951000', '142835.953000', '142835.956000', '142835.959000', '142835.961000', '142835.964000', '142835.966000', '142835.969000', '142835.972000', '142835.975000', '142835.977000', '142835.980000', '142835.982000', '142835.985000', '142835.987000', '142835.990000', '142835.993000', '142835.995000', '142835.998000', '142836.000000', '142836.003000', '142836.005000', '142836.008000', '142836.011000', '142836.013000', '142836.016000', '142836.018000', '142836.021000', '142836.024000', '142836.026000', '142836.029000', '142836.031000', '142836.034000', '142836.037000', '142836.039000', '142836.042000', '142855.932000', '142855.935000', '142855.938000', '142855.941000', '142855.943000', '142855.946000', '142855.948000', '142855.951000', '142855.954000', '142855.956000', '142855.959000', '142855.962000', '142855.964000', '142855.967000', '142855.970000', '142855.972000', '142855.975000', '142855.977000', '142855.980000', '142855.983000', '142855.985000', '142855.988000', '142855.990000', '142855.993000', '142855.995000', '142855.998000', '142856.002000', '142856.004000', '142856.007000', '142856.010000', '142856.012000', '142856.015000', '142856.018000', '142856.021000', '142856.023000', '142856.026000', '142856.029000', '142856.031000', '142856.034000', '142856.036000', '142856.039000', '142856.042000', '142856.044000', '142915.932000', '142915.935000', '142915.938000', '142915.940000', '142915.943000', '142915.946000', '142915.948000', '142915.951000', '142915.954000', '142915.956000', '142915.959000', '142915.961000', '142915.964000', '142915.966000', '142915.969000', '142915.972000', '142915.974000', '142915.977000', '142915.979000', '142915.982000', '142915.985000', '142915.987000', '142915.990000', '142915.992000', '142915.995000', '142915.998000', '142916.001000', '142916.004000', '142916.006000', '142916.009000', '142916.011000', '142916.014000', '142916.017000', '142916.019000', '142916.022000', '142916.025000', '142916.027000', '142916.030000', '142916.032000', '142916.035000', '142916.037000', '142916.040000', '142916.043000', '142916.045000', '142935.932000', '142935.935000', '142935.938000', '142935.940000', '142935.943000', '142935.946000', '142935.948000', '142935.951000', '142935.954000', '142935.956000', '142935.959000', '142935.962000', '142935.964000', '142935.967000', '142935.969000', '142935.972000', '142935.974000', '142935.977000', '142935.980000', '142935.983000', '142935.985000', '142935.988000', '142935.991000', '142935.993000', '142935.996000', '142935.999000', '142936.001000', '142936.004000', '142936.007000', '142936.009000', '142936.012000', '142936.014000', '142936.017000', '142936.026000', '142936.029000', '142936.031000', '142936.034000', '142936.036000', '142936.039000', '142936.042000', '142936.044000', '142936.047000', '142936.049000', '142955.932000', '142955.935000', '142955.938000', '142955.940000', '142955.943000', '142955.946000', '142955.948000', '142955.951000', '142955.954000', '142955.956000', '142955.959000', '142955.961000', '142955.964000', '142955.967000', '142955.969000', '142955.972000', '142955.983000', '142955.986000', '142955.988000', '142955.991000', '142956.028000', '142956.031000', '142956.033000', '142956.036000', '142956.039000', '142956.041000', '142956.044000', '142956.046000', '142956.049000', '142956.051000', '142956.054000', '142956.057000', '142956.059000', '142956.062000', '142956.065000', '142956.067000', '142956.070000', '142956.072000', '142956.075000', '142956.077000', '142956.080000', '142956.083000', '142956.085000', '142956.088000', '143015.931000', '143015.934000', '143015.937000', '143015.940000', '143015.942000', '143015.945000', '143015.948000', '143015.950000', '143015.953000', '143015.956000', '143015.958000', '143015.961000', '143015.963000', '143015.966000', '143015.969000', '143015.971000', '143015.974000', '143015.977000', '143015.979000', '143015.982000', '143015.984000', '143015.987000', '143015.990000', '143015.992000', '143015.995000', '143015.997000', '143016.001000', '143016.003000', '143016.006000', '143016.009000', '143016.012000', '143016.014000', '143016.018000', '143016.021000', '143016.023000', '143016.026000', '143016.029000', '143016.031000', '143016.034000', '143016.036000', '143016.039000', '143016.041000', '143016.044000', '143035.931000', '143035.934000', '143035.937000', '143035.939000', '143035.942000', '143035.945000', '143035.947000', '143035.950000', '143035.953000', '143035.955000', '143035.958000', '143035.960000', '143035.963000', '143035.966000', '143035.968000', '143035.971000', '143035.973000', '143035.977000', '143035.979000', '143035.982000', '143035.984000', '143035.987000', '143035.990000', '143035.992000', '143035.995000', '143035.997000', '143036.000000', '143036.003000', '143036.005000', '143036.008000', '143036.010000', '143036.013000', '143036.016000', '143036.018000', '143036.021000', '143036.023000', '143036.026000', '143036.029000', '143036.031000', '143036.034000', '143036.036000', '143036.039000', '143036.041000', '143036.044000', '143055.932000', '143055.935000', '143055.938000', '143055.940000', '143055.943000', '143055.946000', '143055.949000', '143055.951000', '143055.954000', '143055.956000', '143055.959000', '143055.961000', '143055.964000', '143055.967000', '143055.969000', '143055.972000', '143055.975000', '143055.977000', '143055.980000', '143055.982000', '143055.985000', '143055.988000', '143055.990000', '143055.993000', '143055.995000', '143055.998000', '143056.001000', '143056.003000', '143056.006000', '143056.010000', '143056.012000', '143056.017000', '143056.020000', '143056.022000', '143056.025000', '143056.027000', '143056.030000', '143056.033000', '143056.035000', '143056.038000', '143056.040000', '143056.043000', '143056.045000', '143115.932000', '143115.935000', '143115.938000', '143115.941000', '143115.943000', '143115.946000', '143115.948000', '143115.951000', '143115.954000', '143115.956000', '143115.959000', '143115.961000', '143115.964000', '143115.967000', '143115.970000', '143115.973000', '143115.975000', '143115.978000', '143115.980000', '143115.983000', '143115.986000', '143115.988000', '143115.991000', '143115.993000', '143115.996000', '143115.998000', '143116.002000', '143116.005000', '143116.007000', '143116.010000', '143116.012000', '143116.023000', '143116.026000', '143116.029000', '143116.031000', '143116.034000', '143116.036000', '143116.039000', '143116.042000', '143116.044000', '143116.047000', '143116.050000', '143116.052000', '143116.055000', '143135.933000', '143135.935000', '143135.938000', '143135.941000', '143135.945000', '143135.948000', '143135.950000', '143135.953000', '143135.955000', '143135.958000', '143135.960000', '143135.963000', '143135.966000', '143135.968000', '143135.971000', '143135.973000', '143135.976000', '143135.979000', '143135.982000', '143135.984000', '143135.987000', '143135.989000', '143135.992000', '143135.994000', '143135.997000', '143136.001000', '143136.003000', '143136.006000', '143136.009000', '143136.011000', '143136.014000', '143136.016000', '143136.019000', '143136.022000', '143136.024000', '143136.027000', '143136.030000', '143136.032000', '143136.035000', '143136.037000', '143136.040000', '143136.043000', '143136.045000', '143155.932000', '143155.935000', '143155.938000', '143155.940000', '143155.943000', '143155.946000', '143155.948000', '143155.951000', '143155.953000', '143155.956000', '143155.958000', '143155.961000', '143155.964000', '143155.966000', '143155.969000', '143155.971000', '143155.974000', '143155.976000', '143155.979000', '143155.982000', '143155.984000', '143155.987000', '143155.989000', '143155.992000', '143155.995000', '143155.997000', '143156.001000', '143156.003000', '143156.006000', '143156.009000', '143156.011000', '143156.014000', '143156.016000', '143156.019000', '143156.022000', '143156.024000', '143156.027000', '143156.029000', '143156.032000', '143156.035000', '143156.037000', '143156.040000', '143156.043000', '143156.045000', '143215.933000', '143215.935000', '143215.938000', '143215.941000', '143215.943000', '143215.946000', '143215.948000', '143215.951000', '143215.954000', '143215.956000', '143215.959000', '143215.961000', '143215.964000', '143215.967000', '143215.969000', '143215.972000', '143215.974000', '143215.977000', '143215.980000', '143215.982000', '143215.985000', '143215.987000', '143215.990000', '143215.993000', '143215.995000', '143215.998000', '143216.001000', '143216.004000', '143216.007000', '143216.009000', '143216.012000', '143216.015000', '143216.017000', '143216.020000', '143216.023000', '143216.025000', '143216.028000', '143216.031000', '143216.033000', '143216.036000', '143216.038000', '143216.041000', '143216.044000', '143218.373000', '143218.376000', '143218.379000', '143218.382000', '143218.384000', '143218.387000'], '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': [14322, 14576, 13822, 10818, 12953, 10733, 13534, 15106, 11893, 13015, 11230, 14100, 10669, 14125, 10882, 13169, 12000, 12670, 9866, 12644, 13303, 11617, 13826, 11408, 14074, 14502, 13900, 10978, 12445, 13704, 12907, 13058, 10844, 14081, 10474, 13396, 12007, 12542, 11096, 12105, 12565, 12128, 13597, 11421, 13891, 13317, 13705, 10049, 13039, 12743, 13600, 13764, 13493, 14273, 11468, 13206, 10496, 13549, 10562, 13539, 11032, 13224, 11218, 12427, 11478, 12424, 13191, 13536, 13177, 11336, 13128, 11644, 13099, 14041, 13314, 10307, 13270, 11068, 12894, 14326, 12981, 13312, 11084, 13533, 12386, 12814, 9644, 13344, 13143, 11390, 13344, 11524, 13151, 9673, 12493, 12334, 13028, 13294, 13698, 13391, 11183, 12698, 10460, 12198, 13402, 11466, 13290, 10258, 13342, 12168, 12963, 11480, 12532, 12569, 11394, 13235, 10402, 12747, 13338, 11547, 13327, 11180, 12752, 13278, 11111, 12875, 11487, 12234, 12519, 12725, 9660, 12735, 12370, 12586, 12179, 12573, 12916, 12577, 12569, 12323, 12501, 11462, 12665, 13197, 11122, 12559, 10500, 12187, 12027, 12821, 14188, 11366, 12280, 13456, 12506, 11144, 12878, 12473, 10811, 12507, 10268, 12139, 12638, 11028, 12763, 10845, 12469, 13523, 11200, 12707, 10763, 12434, 10806, 12153, 12750, 10932, 12771, 13247, 11575, 12704, 13572, 12795, 13689, 12369, 12755, 11573, 12317, 11363, 12033, 10217, 10515, 12514, 9755, 12894, 11253, 11610, 12689, 11519, 12852, 9634, 12675, 10235, 12232, 13394, 11443, 12389, 11527, 12644, 10939, 12509, 13855, 11714, 12190, 11180, 12593, 10926, 12291, 11537, 12461, 14453, 12587, 12324, 10458, 12280, 10597, 12309, 11458, 11688, 13600, 11411, 12378, 11378, 12448, 11701, 12303, 11354, 12730, 13271, 11818, 12423, 10119, 12761, 11514, 12569, 12708, 10783, 12922, 10325, 12213, 12505, 10895, 12746, 9962, 12160, 13141, 10631, 12450, 10910, 13092, 11912, 11435, 12676, 13147, 12427, 12310, 10650, 11980, 10540, 11794, 12682, 10509, 12537, 10664, 12211, 8372, 11456, 12575, 11956, 12367, 12435, 12405, 9900, 11440, 13102, 10604, 12339, 10620, 12223, 11067, 12414, 11753, 13075, 12160, 11567, 11822, 14461, 10970, 12326, 11084, 12126, 13326, 13176, 11978, 13747, 12255, 10996, 12631, 12094, 11494, 12627, 10644, 12232, 13252, 12043, 12499, 11155, 11778, 10385, 12389, 12240, 10379, 12639, 10141, 12257, 12044, 11542, 12273, 11023, 12489, 9675, 11800, 11327, 11190, 13922, 12227, 12674, 12091, 12295, 12193, 11964, 12951, 12583, 11982, 11332, 12521, 11159, 12080, 10352, 11707, 14000, 12831, 12291, 10975, 12195, 11939, 12256, 12816, 11391, 12419, 10636, 12425, 12225, 11399, 12500, 11923, 12311, 13757, 12646, 12731, 11428, 12421, 11554, 11752, 12621, 11164, 12668, 10108, 12179, 9466, 11430, 13326, 11258, 12461, 11102, 12079, 11325, 11315, 13182, 10496, 12517, 10410, 12276, 10217, 11557, 12389, 10785, 12509, 12991, 12127, 12277, 11743, 13268, 11484, 12126, 10793, 12443, 10892, 11921, 10989, 12331, 12472, 11092, 12055, 12568, 12424, 9490, 12551, 13392, 11747, 12827, 11333, 12338, 10483, 11921, 13957, 12102, 12952, 11182, 12467, 10168, 11701, 12332, 10945, 12491, 10625, 11999, 14275, 11182, 12544, 9092, 11662, 12890, 11216, 12642, 12858, 12613, 9143, 10817, 12279, 10768, 12274, 11253, 12329, 10039, 12033, 13411, 12424, 12436, 11192, 12574, 10242, 12247, 11265, 11517, 13704, 10942, 12082, 12028, 12463, 14089, 13449, 12242, 11413, 12540, 11075, 11981, 11215, 11041, 13995, 12765, 14475, 11746, 11899, 10085, 12129, 10243, 12084, 9611, 11544, 13077, 13008, 11777, 11247, 11974, 12500, 12150, 10155, 11718, 13033, 11223, 12021, 9727, 12328, 10375, 11893, 11251, 12576, 13644, 13279, 12258, 10484, 12379, 12740, 12836, 14635, 11541, 12094, 10265, 12426, 9946, 11524, 14653, 11437, 12448, 9843, 12268, 11214, 11747, 11373, 12275, 14289, 10730, 12385, 10354, 12041, 11616, 11748, 9665, 12250, 13166, 10870, 12097, 12502, 12210, 11277, 12157, 10101, 11621, 13936, 11443, 12431, 11104, 11384, 10885, 12997, 10741, 13290, 10769, 12892, 10848, 12661, 10590, 11609, 12541, 13005, 14867, 11022, 12609, 12696, 12456, 11282, 11924, 9462, 12437, 14732, 11294, 12052, 12942, 12300, 12641, 12629, 12656, 13111, 12162, 10139, 12789, 9798, 12003, 8626, 11558, 11727, 12127, 12356, 11021, 12769, 12981, 12461, 9509, 11928, 13917, 10884, 12476, 13344, 12327, 10232, 12088, 14124, 10731, 12348, 9886, 11663, 10197, 12131, 13233, 10142, 11918, 11739, 12244, 10112, 11661, 9150, 11651, 11523, 11820, 11979, 10867, 12508, 12148, 12247, 9679, 11487, 14781, 11100, 12163, 11603, 11939, 9870, 11369, 14323, 10559, 12366, 12891, 12389, 10118, 11919, 8870, 11364, 13939, 11990, 12188, 10884, 12400, 9657, 11624, 14315, 11414, 12261, 13216, 12519, 9931, 11906, 10855, 11624, 13920, 12526, 13861, 11007, 14056, 10321, 13662, 10320, 12736, 11301, 12615, 9908, 11856, 9138, 10990, 14224, 11913, 13865, 11180, 12225, 10293, 12227, 10232, 12067, 10595, 12105, 13387, 12234, 12333, 12522, 12242, 11772, 11937, 14628, 10891, 11842, 12792, 12479, 10873, 11824, 14307, 10624, 12734, 11237, 12113, 9568, 11335, 13730, 11019, 12291, 10664, 12134, 9965, 12174, 11778, 10092, 12529, 9443, 10814, 12057, 11307, 12212, 10230, 11457, 14360, 10952, 11781, 10541, 12010, 9567, 11037, 9740, 10294, 16005, 10843, 12297, 10299, 11904, 11167, 11053, 16639, 10814, 12180, 10508, 11580, 9961, 11431, 12488, 11129, 11889, 10697, 11656, 13175, 10582, 12078, 9879, 11857, 14570, 10638, 12318, 10503, 11833, 8996, 11174, 13788, 10938, 12286, 9462, 11173, 14416, 11153, 11966, 10091, 12075, 14448, 10307, 11890, 11917, 12148, 9519, 9907, 13815, 10265, 12340, 10972, 13045, 12163, 9499, 10751, 9499, 9512, 13420, 10882, 10516, 10752, 11478, 11347, 11235, 11819, 15594, 12096, 13388, 11479, 14135, 13410, 13882, 10795, 13214, 11194, 12946, 12649, 12297, 14722, 12260, 14430, 12150, 12839, 11353, 12836, 11931, 14479, 12235, 10507, 12177, 11980, 12185, 13246, 11728, 13253, 11689, 12805, 10075, 12127, 10917, 11598, 14205, 10099, 12687, 12272, 12798, 10216, 12301, 9959, 11805, 10604, 10954, 13560, 10652, 12743, 10635, 12589, 9575, 11801, 14319, 11745, 12788, 10491, 12558, 8820, 11755, 9814, 10662, 12129, 11237, 13996, 10179, 12449, 10949, 12562], 'WindowCenter': [5141.0, 5128.0, 5114.0, 5081.0, 5102.0, 5081.0, 5113.0, 5109.0, 5080.0, 5089.0, 5080.0, 5098.0, 5070.0, 5100.0, 5082.0, 5090.0, 5080.0, 5092.0, 5061.0, 5102.0, 5100.0, 5094.0, 5100.0, 5079.0, 5099.0, 5099.0, 5098.0, 5082.0, 5103.0, 5099.0, 5090.0, 5089.0, 5082.0, 5101.0, 5083.0, 5099.0, 5078.0, 5090.0, 5080.0, 5102.0, 5102.0, 5105.0, 5111.0, 5092.0, 5113.0, 5111.0, 5112.0, 5083.0, 5116.0, 5103.0, 5114.0, 5100.0, 5115.0, 5124.0, 5104.0, 5104.0, 5084.0, 5112.0, 5083.0, 5112.0, 5094.0, 5115.0, 5081.0, 5104.0, 5081.0, 5102.0, 5099.0, 5102.0, 5090.0, 5080.0, 5089.0, 5078.0, 5087.0, 5096.0, 5088.0, 5068.0, 5088.0, 5065.0, 5089.0, 5084.0, 5086.0, 5086.0, 5079.0, 5087.0, 5074.0, 5088.0, 5047.0, 5101.0, 5087.0, 5079.0, 5099.0, 5080.0, 5100.0, 5060.0, 5091.0, 5088.0, 5098.0, 5099.0, 5109.0, 5098.0, 5082.0, 5101.0, 5081.0, 5105.0, 5102.0, 5102.0, 5111.0, 5084.0, 5103.0, 5101.0, 5104.0, 5093.0, 5104.0, 5090.0, 5081.0, 5089.0, 5068.0, 5090.0, 5086.0, 5079.0, 5090.0, 5065.0, 5090.0, 5086.0, 5093.0, 5098.0, 5091.0, 5088.0, 5114.0, 5099.0, 5085.0, 5114.0, 5114.0, 5114.0, 5104.0, 5117.0, 5112.0, 5113.0, 5104.0, 5101.0, 5102.0, 5078.0, 5090.0, 5088.0, 5068.0, 5075.0, 5065.0, 5078.0, 5066.0, 5088.0, 5085.0, 5065.0, 5074.0, 5085.0, 5079.0, 5063.0, 5086.0, 5073.0, 5065.0, 5077.0, 5056.0, 5077.0, 5076.0, 5067.0, 5076.0, 5056.0, 5076.0, 5083.0, 5068.0, 5075.0, 5055.0, 5088.0, 5065.0, 5087.0, 5087.0, 5068.0, 5090.0, 5087.0, 5080.0, 5089.0, 5087.0, 5098.0, 5096.0, 5089.0, 5090.0, 5079.0, 5088.0, 5079.0, 5091.0, 5069.0, 5083.0, 5101.0, 5075.0, 5116.0, 5084.0, 5096.0, 5102.0, 5096.0, 5098.0, 5073.0, 5104.0, 5072.0, 5094.0, 5090.0, 5079.0, 5090.0, 5079.0, 5100.0, 5080.0, 5092.0, 5086.0, 5079.0, 5077.0, 5078.0, 5088.0, 5069.0, 5080.0, 5066.0, 5089.0, 5095.0, 5088.0, 5086.0, 5070.0, 5076.0, 5067.0, 5077.0, 5077.0, 5078.0, 5098.0, 5078.0, 5091.0, 5078.0, 5089.0, 5078.0, 5077.0, 5079.0, 5091.0, 5087.0, 5078.0, 5078.0, 5059.0, 5089.0, 5079.0, 5089.0, 5087.0, 5080.0, 5087.0, 5069.0, 5090.0, 5092.0, 5079.0, 5088.0, 5058.0, 5091.0, 5087.0, 5071.0, 5090.0, 5069.0, 5099.0, 5079.0, 5077.0, 5089.0, 5087.0, 5089.0, 5089.0, 5070.0, 5090.0, 5069.0, 5092.0, 5112.0, 5094.0, 5105.0, 5094.0, 5103.0, 5066.0, 5109.0, 5116.0, 5120.0, 5116.0, 5117.0, 5117.0, 5085.0, 5108.0, 5116.0, 5096.0, 5117.0, 5082.0, 5093.0, 5079.0, 5101.0, 5092.0, 5100.0, 5089.0, 5068.0, 5089.0, 5096.0, 5069.0, 5077.0, 5069.0, 5078.0, 5085.0, 5088.0, 5076.0, 5086.0, 5081.0, 5069.0, 5089.0, 5075.0, 5075.0, 5078.0, 5066.0, 5090.0, 5088.0, 5092.0, 5090.0, 5078.0, 5091.0, 5071.0, 5101.0, 5092.0, 5081.0, 5101.0, 5072.0, 5105.0, 5092.0, 5093.0, 5090.0, 5091.0, 5100.0, 5063.0, 5092.0, 5081.0, 5093.0, 5110.0, 5101.0, 5101.0, 5092.0, 5093.0, 5089.0, 5094.0, 5097.0, 5091.0, 5080.0, 5081.0, 5090.0, 5068.0, 5080.0, 5069.0, 5092.0, 5097.0, 5099.0, 5088.0, 5069.0, 5080.0, 5075.0, 5080.0, 5078.0, 5066.0, 5076.0, 5068.0, 5091.0, 5078.0, 5068.0, 5079.0, 5076.0, 5090.0, 5087.0, 5090.0, 5089.0, 5079.0, 5088.0, 5068.0, 5079.0, 5088.0, 5080.0, 5090.0, 5058.0, 5089.0, 5057.0, 5092.0, 5098.0, 5080.0, 5089.0, 5079.0, 5090.0, 5079.0, 5083.0, 5099.0, 5084.0, 5091.0, 5071.0, 5091.0, 5069.0, 5093.0, 5089.0, 5082.0, 5092.0, 5089.0, 5089.0, 5078.0, 5090.0, 5088.0, 5078.0, 5078.0, 5069.0, 5077.0, 5068.0, 5080.0, 5066.0, 5088.0, 5075.0, 5069.0, 5076.0, 5077.0, 5077.0, 5059.0, 5092.0, 5087.0, 5078.0, 5076.0, 5080.0, 5089.0, 5070.0, 5092.0, 5097.0, 5079.0, 5077.0, 5069.0, 5080.0, 5059.0, 5079.0, 5079.0, 5068.0, 5080.0, 5059.0, 5080.0, 5095.0, 5078.0, 5078.0, 5050.0, 5082.0, 5078.0, 5070.0, 5089.0, 5090.0, 5092.0, 5061.0, 5093.0, 5092.0, 5084.0, 5093.0, 5093.0, 5103.0, 5084.0, 5107.0, 5113.0, 5107.0, 5104.0, 5096.0, 5103.0, 5073.0, 5104.0, 5082.0, 5095.0, 5101.0, 5082.0, 5090.0, 5093.0, 5105.0, 5111.0, 5102.0, 5080.0, 5081.0, 5092.0, 5080.0, 5093.0, 5082.0, 5085.0, 5098.0, 5104.0, 5101.0, 5092.0, 5093.0, 5084.0, 5093.0, 5074.0, 5090.0, 5062.0, 5080.0, 5087.0, 5101.0, 5081.0, 5069.0, 5076.0, 5078.0, 5078.0, 5069.0, 5091.0, 5090.0, 5080.0, 5080.0, 5060.0, 5088.0, 5070.0, 5092.0, 5081.0, 5105.0, 5101.0, 5100.0, 5079.0, 5070.0, 5092.0, 5087.0, 5090.0, 5085.0, 5068.0, 5076.0, 5056.0, 5079.0, 5059.0, 5078.0, 5083.0, 5067.0, 5076.0, 5059.0, 5091.0, 5066.0, 5078.0, 5068.0, 5077.0, 5086.0, 5070.0, 5078.0, 5059.0, 5074.0, 5065.0, 5077.0, 5046.0, 5078.0, 5086.0, 5070.0, 5076.0, 5076.0, 5079.0, 5067.0, 5080.0, 5058.0, 5080.0, 5097.0, 5079.0, 5090.0, 5069.0, 5068.0, 5070.0, 5084.0, 5095.0, 5111.0, 5080.0, 5092.0, 5081.0, 5101.0, 5072.0, 5093.0, 5087.0, 5089.0, 5099.0, 5071.0, 5076.0, 5077.0, 5079.0, 5067.0, 5069.0, 5048.0, 5077.0, 5085.0, 5066.0, 5067.0, 5075.0, 5068.0, 5063.0, 5065.0, 5063.0, 5086.0, 5078.0, 5057.0, 5077.0, 5048.0, 5079.0, 5038.0, 5080.0, 5079.0, 5092.0, 5092.0, 5081.0, 5090.0, 5092.0, 5091.0, 5062.0, 5093.0, 5099.0, 5084.0, 5090.0, 5090.0, 5077.0, 5059.0, 5090.0, 5087.0, 5069.0, 5087.0, 5058.0, 5082.0, 5059.0, 5091.0, 5100.0, 5075.0, 5093.0, 5093.0, 5103.0, 5084.0, 5096.0, 5075.0, 5108.0, 5093.0, 5107.0, 5094.0, 5084.0, 5092.0, 5080.0, 5082.0, 5050.0, 5082.0, 5098.0, 5070.0, 5068.0, 5067.0, 5068.0, 5047.0, 5069.0, 5094.0, 5069.0, 5078.0, 5077.0, 5078.0, 5058.0, 5079.0, 5050.0, 5091.0, 5098.0, 5091.0, 5080.0, 5071.0, 5091.0, 5062.0, 5080.0, 5097.0, 5081.0, 5082.0, 5090.0, 5078.0, 5057.0, 5079.0, 5079.0, 5082.0, 5097.0, 5088.0, 5088.0, 5072.0, 5100.0, 5071.0, 5099.0, 5074.0, 5093.0, 5082.0, 5089.0, 5060.0, 5079.0, 5048.0, 5070.0, 5087.0, 5079.0, 5087.0, 5070.0, 5078.0, 5062.0, 5079.0, 5060.0, 5082.0, 5056.0, 5079.0, 5075.0, 5078.0, 5077.0, 5077.0, 5077.0, 5065.0, 5069.0, 5083.0, 5056.0, 5065.0, 5077.0, 5076.0, 5055.0, 5078.0, 5085.0, 5061.0, 5078.0, 5069.0, 5080.0, 5062.0, 5082.0, 5088.0, 5082.0, 5080.0, 5071.0, 5091.0, 5060.0, 5092.0, 5082.0, 5060.0, 5090.0, 5048.0, 5073.0, 5079.0, 5080.0, 5092.0, 5060.0, 5093.0, 5108.0, 5082.0, 5091.0, 5087.0, 5104.0, 5075.0, 5111.0, 5075.0, 5087.0, 5134.0, 5095.0, 5095.0, 5073.0, 5094.0, 5071.0, 5081.0, 5119.0, 5072.0, 5082.0, 5070.0, 5081.0, 5049.0, 5080.0, 5078.0, 5071.0, 5080.0, 5071.0, 5080.0, 5078.0, 5060.0, 5076.0, 5047.0, 5077.0, 5085.0, 5070.0, 5080.0, 5069.0, 5081.0, 5063.0, 5106.0, 5100.0, 5084.0, 5093.0, 5062.0, 5084.0, 5101.0, 5083.0, 5082.0, 5064.0, 5093.0, 5100.0, 5061.0, 5079.0, 5079.0, 5082.0, 5050.0, 5074.0, 5112.0, 5072.0, 5090.0, 5073.0, 5116.0, 5096.0, 5074.0, 5086.0, 5087.0, 5101.0, 5126.0, 5106.0, 5109.0, 5123.0, 5120.0, 5108.0, 5096.0, 5106.0, 5111.0, 5083.0, 5076.0, 5057.0, 5064.0, 5051.0, 5050.0, 5018.0, 5034.0, 5004.0, 5023.0, 5021.0, 5013.0, 5031.0, 5022.0, 5042.0, 5036.0, 5035.0, 5055.0, 5062.0, 5055.0, 5061.0, 5066.0, 5045.0, 5066.0, 5079.0, 5092.0, 5089.0, 5082.0, 5091.0, 5081.0, 5078.0, 5049.0, 5081.0, 5083.0, 5083.0, 5089.0, 5061.0, 5080.0, 5081.0, 5091.0, 5062.0, 5092.0, 5073.0, 5093.0, 5071.0, 5084.0, 5092.0, 5073.0, 5081.0, 5071.0, 5091.0, 5051.0, 5083.0, 5100.0, 5082.0, 5081.0, 5062.0, 5081.0, 5053.0, 5095.0, 5075.0, 5085.0, 5093.0, 5096.0, 5113.0, 5086.0, 5105.0, 5097.0, 5106.0], 'WindowWidth': [11125.0, 11095.0, 11069.0, 11019.0, 11046.0, 11016.0, 11064.0, 11053.0, 11011.0, 11023.0, 11010.0, 11033.0, 10999.0, 11040.0, 11017.0, 11024.0, 11010.0, 11030.0, 10986.0, 11045.0, 11042.0, 11036.0, 11039.0, 11008.0, 11035.0, 11036.0, 11036.0, 11018.0, 11048.0, 11035.0, 11025.0, 11024.0, 11016.0, 11041.0, 11019.0, 11037.0, 11004.0, 11025.0, 11012.0, 11046.0, 11048.0, 11055.0, 11058.0, 11033.0, 11060.0, 11059.0, 11060.0, 11024.0, 11073.0, 11048.0, 11064.0, 11041.0, 11069.0, 11082.0, 11054.0, 11051.0, 11025.0, 11059.0, 11023.0, 11063.0, 11039.0, 11067.0, 11016.0, 11049.0, 11013.0, 11044.0, 11037.0, 11043.0, 11026.0, 11011.0, 11020.0, 11005.0, 11015.0, 11028.0, 11017.0, 10993.0, 11021.0, 10982.0, 11018.0, 11007.0, 11012.0, 11017.0, 11011.0, 11017.0, 10995.0, 11016.0, 10962.0, 11040.0, 11017.0, 11009.0, 11037.0, 11009.0, 11037.0, 10983.0, 11027.0, 11020.0, 11036.0, 11039.0, 11053.0, 11035.0, 11016.0, 11042.0, 11015.0, 11053.0, 11046.0, 11050.0, 11058.0, 11024.0, 11048.0, 11045.0, 11051.0, 11035.0, 11051.0, 11027.0, 11013.0, 11022.0, 10991.0, 11026.0, 11014.0, 11007.0, 11024.0, 10981.0, 11026.0, 11014.0, 11035.0, 11039.0, 11028.0, 11021.0, 11070.0, 11043.0, 11029.0, 11068.0, 11071.0, 11072.0, 11054.0, 11077.0, 11061.0, 11065.0, 11051.0, 11046.0, 11048.0, 11006.0, 11022.0, 11018.0, 10990.0, 10999.0, 10985.0, 11005.0, 10982.0, 11017.0, 11008.0, 10984.0, 10994.0, 11011.0, 11006.0, 10977.0, 11015.0, 10992.0, 10984.0, 11001.0, 10972.0, 11004.0, 10997.0, 10987.0, 10997.0, 10970.0, 11001.0, 11006.0, 10990.0, 10998.0, 10968.0, 11018.0, 10983.0, 11016.0, 11015.0, 10994.0, 11026.0, 11016.0, 11011.0, 11020.0, 11017.0, 11036.0, 11027.0, 11022.0, 11025.0, 11010.0, 11021.0, 11006.0, 11028.0, 10997.0, 11022.0, 11044.0, 11015.0, 11074.0, 11025.0, 11042.0, 11046.0, 11043.0, 11041.0, 11010.0, 11053.0, 11007.0, 11037.0, 11026.0, 11009.0, 11023.0, 11011.0, 11041.0, 11014.0, 11030.0, 11015.0, 11009.0, 11005.0, 11007.0, 11019.0, 10996.0, 11011.0, 10985.0, 11021.0, 11024.0, 11017.0, 11016.0, 11000.0, 11003.0, 10989.0, 11004.0, 11001.0, 11007.0, 11034.0, 11008.0, 11028.0, 11007.0, 11020.0, 11004.0, 11003.0, 11009.0, 11027.0, 11015.0, 11005.0, 11003.0, 10980.0, 11022.0, 11009.0, 11025.0, 11017.0, 11010.0, 11017.0, 10994.0, 11026.0, 11032.0, 11010.0, 11021.0, 10978.0, 11028.0, 11018.0, 10999.0, 11027.0, 10995.0, 11035.0, 11008.0, 11003.0, 11023.0, 11015.0, 11024.0, 11022.0, 10997.0, 11026.0, 10996.0, 11034.0, 11063.0, 11042.0, 11055.0, 11040.0, 11054.0, 11005.0, 11069.0, 11076.0, 11086.0, 11077.0, 11074.0, 11077.0, 11029.0, 11064.0, 11074.0, 11045.0, 11075.0, 11018.0, 11034.0, 11009.0, 11042.0, 11031.0, 11039.0, 11024.0, 10990.0, 11023.0, 11027.0, 10992.0, 11005.0, 10993.0, 11005.0, 11009.0, 11019.0, 11000.0, 11013.0, 11012.0, 10993.0, 11023.0, 10998.0, 10999.0, 11005.0, 10988.0, 11025.0, 11020.0, 11033.0, 11027.0, 11007.0, 11030.0, 11000.0, 11045.0, 11031.0, 11018.0, 11045.0, 11003.0, 11056.0, 11032.0, 11036.0, 11028.0, 11032.0, 11044.0, 10993.0, 11032.0, 11015.0, 11034.0, 11053.0, 11043.0, 11045.0, 11031.0, 11033.0, 11022.0, 11037.0, 11034.0, 11028.0, 11012.0, 11014.0, 11024.0, 10992.0, 11010.0, 10995.0, 11030.0, 11031.0, 11038.0, 11023.0, 10995.0, 11009.0, 10997.0, 11010.0, 11003.0, 10987.0, 11001.0, 10991.0, 11026.0, 11004.0, 10991.0, 11006.0, 11001.0, 11025.0, 11014.0, 11024.0, 11025.0, 11007.0, 11017.0, 10989.0, 11008.0, 11019.0, 11011.0, 11024.0, 10978.0, 11022.0, 10976.0, 11031.0, 11035.0, 11013.0, 11027.0, 11010.0, 11027.0, 11009.0, 11021.0, 11038.0, 11025.0, 11030.0, 11000.0, 11029.0, 10997.0, 11033.0, 11027.0, 11018.0, 11030.0, 11022.0, 11022.0, 11005.0, 11025.0, 11020.0, 11005.0, 11003.0, 10993.0, 11002.0, 10990.0, 11009.0, 10989.0, 11019.0, 10997.0, 10990.0, 10997.0, 11002.0, 11003.0, 10979.0, 11031.0, 11015.0, 11005.0, 10999.0, 11008.0, 11021.0, 10996.0, 11031.0, 11030.0, 11008.0, 11001.0, 10993.0, 11008.0, 10980.0, 11009.0, 11006.0, 10992.0, 11008.0, 10976.0, 11010.0, 11026.0, 11006.0, 11005.0, 10972.0, 11014.0, 11004.0, 10995.0, 11020.0, 11024.0, 11030.0, 10989.0, 11037.0, 11033.0, 11024.0, 11033.0, 11037.0, 11052.0, 11026.0, 11062.0, 11064.0, 11059.0, 11052.0, 11042.0, 11051.0, 11009.0, 11054.0, 11019.0, 11040.0, 11042.0, 11019.0, 11027.0, 11033.0, 11054.0, 11056.0, 11043.0, 11010.0, 11013.0, 11028.0, 11011.0, 11032.0, 11016.0, 11023.0, 11034.0, 11048.0, 11041.0, 11030.0, 11033.0, 11024.0, 11032.0, 11007.0, 11025.0, 10987.0, 11012.0, 11016.0, 11040.0, 11012.0, 10992.0, 10999.0, 11003.0, 11006.0, 10994.0, 11027.0, 11024.0, 11010.0, 11008.0, 10985.0, 11020.0, 10998.0, 11031.0, 11011.0, 11054.0, 11043.0, 11040.0, 11009.0, 10996.0, 11029.0, 11017.0, 11021.0, 11008.0, 10990.0, 10997.0, 10972.0, 11005.0, 10980.0, 11005.0, 11004.0, 10988.0, 10997.0, 10980.0, 11026.0, 10986.0, 11005.0, 10987.0, 11001.0, 11013.0, 10993.0, 11003.0, 10976.0, 10994.0, 10979.0, 11000.0, 10958.0, 11003.0, 11014.0, 10996.0, 10998.0, 10999.0, 11005.0, 10987.0, 11007.0, 10975.0, 11010.0, 11029.0, 11008.0, 11024.0, 10994.0, 10987.0, 10994.0, 11009.0, 11041.0, 11058.0, 11015.0, 11028.0, 11016.0, 11043.0, 11005.0, 11035.0, 11017.0, 11022.0, 11035.0, 10997.0, 10998.0, 10998.0, 11004.0, 10987.0, 10989.0, 10959.0, 11000.0, 11008.0, 10984.0, 10984.0, 10995.0, 10986.0, 10973.0, 10979.0, 10975.0, 11013.0, 11004.0, 10974.0, 11000.0, 10962.0, 11004.0, 10950.0, 11012.0, 11009.0, 11031.0, 11029.0, 11013.0, 11024.0, 11028.0, 11027.0, 10989.0, 11033.0, 11037.0, 11021.0, 11024.0, 11022.0, 11002.0, 10980.0, 11024.0, 11015.0, 10994.0, 11018.0, 10978.0, 11016.0, 10980.0, 11026.0, 11038.0, 11010.0, 11034.0, 11036.0, 11050.0, 11025.0, 11043.0, 11013.0, 11062.0, 11035.0, 11058.0, 11039.0, 11022.0, 11029.0, 11010.0, 11015.0, 10969.0, 11014.0, 11030.0, 10996.0, 10989.0, 10985.0, 10989.0, 10955.0, 10991.0, 11023.0, 10993.0, 11002.0, 10998.0, 11003.0, 10975.0, 11007.0, 10969.0, 11027.0, 11035.0, 11027.0, 11010.0, 10998.0, 11026.0, 10985.0, 11011.0, 11029.0, 11011.0, 11012.0, 11021.0, 11004.0, 10973.0, 11005.0, 11010.0, 11016.0, 11032.0, 11020.0, 11018.0, 11000.0, 11035.0, 11000.0, 11036.0, 11007.0, 11030.0, 11015.0, 11020.0, 10979.0, 11005.0, 10963.0, 10996.0, 11014.0, 11006.0, 11014.0, 10994.0, 11002.0, 10985.0, 11005.0, 10981.0, 11011.0, 10969.0, 11005.0, 10993.0, 11001.0, 11000.0, 11001.0, 11000.0, 10977.0, 10988.0, 11001.0, 10969.0, 10980.0, 10997.0, 10997.0, 10968.0, 11003.0, 11009.0, 10980.0, 11001.0, 10992.0, 11008.0, 10989.0, 11016.0, 11018.0, 11014.0, 11008.0, 10998.0, 11027.0, 10981.0, 11029.0, 11013.0, 10982.0, 11023.0, 10962.0, 11002.0, 11007.0, 11008.0, 11028.0, 10981.0, 11033.0, 11047.0, 11016.0, 11030.0, 11030.0, 11051.0, 11011.0, 11074.0, 11012.0, 11030.0, 11093.0, 11041.0, 11038.0, 11003.0, 11035.0, 10997.0, 11013.0, 11063.0, 11001.0, 11016.0, 10995.0, 11009.0, 10962.0, 11007.0, 11002.0, 10995.0, 11006.0, 10995.0, 11007.0, 11000.0, 10978.0, 10997.0, 10957.0, 11001.0, 11010.0, 10996.0, 11007.0, 10993.0, 11011.0, 10993.0, 11059.0, 11040.0, 11021.0, 11033.0, 10989.0, 11020.0, 11039.0, 11017.0, 11016.0, 10990.0, 11033.0, 11036.0, 10983.0, 11005.0, 11006.0, 11013.0, 10967.0, 11008.0, 11059.0, 11003.0, 11023.0, 11002.0, 11069.0, 11040.0, 11006.0, 11029.0, 11037.0, 11062.0, 11088.0, 11063.0, 11072.0, 11095.0, 11083.0, 11066.0, 11044.0, 11057.0, 11054.0, 11014.0, 10996.0, 10966.0, 10973.0, 10948.0, 10945.0, 10895.0, 10915.0, 10869.0, 10896.0, 10890.0, 10882.0, 10904.0, 10896.0, 10923.0, 10919.0, 10919.0, 10965.0, 10970.0, 10965.0, 10964.0, 10979.0, 10951.0, 10982.0, 11004.0, 11027.0, 11020.0, 11012.0, 11026.0, 11012.0, 11001.0, 10963.0, 11009.0, 11018.0, 11017.0, 11019.0, 10983.0, 11006.0, 11009.0, 11022.0, 10987.0, 11028.0, 11002.0, 11030.0, 10997.0, 11020.0, 11028.0, 11002.0, 11010.0, 10997.0, 11025.0, 10969.0, 11013.0, 11034.0, 11013.0, 11009.0, 10984.0, 11010.0, 10977.0, 11039.0, 11012.0, 11025.0, 11030.0, 11042.0, 11060.0, 11027.0, 11054.0, 11047.0, 11058.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.004300804597701149</td></tr>
<tr><td colspan=3>aqi</td><td>0.02555219563218391</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.83076804101269</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2831832801841196</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.047910456973532</td></tr>
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
<tr><td colspan=3>fber</td><td>6832.1616</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0857469951700214</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.528735632183908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5954690172134995</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.53111257601721</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8187722964315953</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4365221791916922</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139122</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013925276696681976</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037725213915109634</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.1064013027579485</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>23.2171</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8146</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.3805</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294396.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>1004.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.075</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7384</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.7152</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4267.8469</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4497.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1095.1128</td></tr>
<tr><td colspan=3>tsnr</td><td>40.67968347866554</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>