<?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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-03/func/sub-0090_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>984c025730426dfbd50ef2cf5e4d29a4</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>18:27:22.440000</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.999731, 0.00598351, 0.0224018, -0.00593262, 0.99998, -0.00233768]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0910527</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>[4163, -7707, -7262, 589, 17, -111, -127, -1]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.455</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0bd97f5c-a639-4094-a223-fe50cfa91d23||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.6822056770324707, -0.01591677777469158, 0.06052127853035927, 110.47282409667969], [-0.016053322702646255, 2.6828722953796387, -0.005951198283582926, -92.42729949951172], [0.060102272778749466, 0.006271816790103912, 2.699315071105957, -79.33183288574219], [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': ['182722.440000', '182722.900000', '182723.360000', '182723.820000', '182724.280000', '182724.740000', '182725.200000', '182725.660000', '182726.120000', '182726.580000', '182727.040000', '182727.500000', '182727.960000', '182728.420000', '182728.880000', '182729.340000', '182729.800000', '182730.260000', '182730.720000', '182731.180000', '182731.640000', '182732.100000', '182732.560000', '182733.020000', '182733.480000', '182733.940000', '182734.400000', '182734.860000', '182735.320000', '182735.780000', '182736.240000', '182736.700000', '182737.160000', '182737.620000', '182738.080000', '182738.540000', '182739.000000', '182739.460000', '182739.920000', '182740.380000', '182740.840000', '182741.300000', '182741.760000', '182742.220000', '182742.680000', '182743.140000', '182743.600000', '182744.060000', '182744.520000', '182744.980000', '182745.440000', '182745.900000', '182746.360000', '182746.820000', '182747.280000', '182747.740000', '182748.200000', '182748.660000', '182749.120000', '182749.580000', '182750.040000', '182750.500000', '182750.960000', '182751.420000', '182751.880000', '182752.340000', '182752.800000', '182753.260000', '182753.720000', '182754.180000', '182754.640000', '182755.100000', '182755.560000', '182756.020000', '182756.480000', '182756.940000', '182757.400000', '182757.860000', '182758.320000', '182758.780000', '182759.240000', '182759.700000', '182800.160000', '182800.620000', '182801.080000', '182801.540000', '182802.000000', '182802.460000', '182802.920000', '182803.380000', '182803.840000', '182804.300000', '182804.760000', '182805.220000', '182805.680000', '182806.140000', '182806.600000', '182807.060000', '182807.520000', '182807.980000', '182808.440000', '182808.900000', '182809.360000', '182809.820000', '182810.280000', '182810.740000', '182811.200000', '182811.660000', '182812.120000', '182812.580000', '182813.040000', '182813.500000', '182813.960000', '182814.420000', '182814.880000', '182815.340000', '182815.800000', '182816.260000', '182816.720000', '182817.180000', '182817.640000', '182818.100000', '182818.560000', '182819.020000', '182819.480000', '182819.940000', '182820.400000', '182820.860000', '182821.320000', '182821.780000', '182822.240000', '182822.700000', '182823.160000', '182823.620000', '182824.080000', '182824.540000', '182825.000000', '182825.460000', '182825.920000', '182826.380000', '182826.840000', '182827.300000', '182827.760000', '182828.220000', '182828.680000', '182829.140000', '182829.600000', '182830.060000', '182830.520000', '182830.980000', '182831.440000', '182831.900000', '182832.360000', '182832.820000', '182833.280000', '182833.740000', '182834.200000', '182834.660000', '182835.120000', '182835.580000', '182836.040000', '182836.500000', '182836.960000', '182837.420000', '182837.880000', '182838.340000', '182838.800000', '182839.260000', '182839.720000', '182840.180000', '182840.640000', '182841.100000', '182841.560000', '182842.020000', '182842.480000', '182842.940000', '182843.400000', '182843.860000', '182844.320000', '182844.780000', '182845.240000', '182845.700000', '182846.160000', '182846.620000', '182847.080000', '182847.540000', '182848.000000', '182848.460000', '182848.920000', '182849.380000', '182849.840000', '182850.300000', '182850.760000', '182851.220000', '182851.680000', '182852.140000', '182852.600000', '182853.060000', '182853.520000', '182853.980000', '182854.440000', '182854.900000', '182855.360000', '182855.820000', '182856.280000', '182856.740000', '182857.200000', '182857.660000', '182858.120000', '182858.580000', '182859.040000', '182859.500000', '182859.960000', '182900.420000', '182900.880000', '182901.340000', '182901.800000', '182902.260000', '182902.720000', '182903.180000', '182903.640000', '182904.100000', '182904.560000', '182905.020000', '182905.480000', '182905.940000', '182906.400000', '182906.860000', '182907.320000', '182907.780000', '182908.240000', '182908.700000', '182909.160000', '182909.620000', '182910.080000', '182910.540000', '182911.000000', '182911.460000', '182911.920000', '182912.380000', '182912.840000', '182913.300000', '182913.760000', '182914.220000', '182914.680000', '182915.140000', '182915.600000', '182916.060000', '182916.520000', '182916.980000', '182917.440000', '182917.900000', '182918.360000', '182918.820000', '182919.280000', '182919.740000', '182920.200000', '182920.660000', '182921.120000', '182921.580000', '182922.040000', '182922.500000', '182922.960000', '182923.420000', '182923.880000', '182924.340000', '182924.800000', '182925.260000', '182925.720000', '182926.180000', '182926.640000', '182927.100000', '182927.560000', '182928.020000', '182928.480000', '182928.940000', '182929.400000', '182929.860000', '182930.320000', '182930.780000', '182931.240000', '182931.700000', '182932.160000', '182932.620000', '182933.080000', '182933.540000', '182934.000000', '182934.460000', '182934.920000', '182935.380000', '182935.840000', '182936.300000', '182936.760000', '182937.220000', '182937.680000', '182938.140000', '182938.600000', '182939.060000', '182939.520000', '182939.980000', '182940.440000', '182940.900000', '182941.360000', '182941.820000', '182942.280000', '182942.740000', '182943.200000', '182943.660000', '182944.120000', '182944.580000', '182945.040000', '182945.500000', '182945.960000', '182946.420000', '182946.880000', '182947.340000', '182947.800000', '182948.260000', '182948.720000', '182949.180000', '182949.640000', '182950.100000', '182950.560000', '182951.020000', '182951.480000', '182951.940000', '182952.400000', '182952.860000', '182953.320000', '182953.780000', '182954.240000', '182954.700000', '182955.160000', '182955.620000', '182956.080000', '182956.540000', '182957.000000', '182957.460000', '182957.920000', '182958.380000', '182958.840000', '182959.300000', '182959.760000', '183000.220000', '183000.680000', '183001.140000', '183001.600000', '183002.060000', '183002.520000', '183002.980000', '183003.440000', '183003.900000', '183004.360000', '183004.820000', '183005.280000', '183005.740000', '183006.200000', '183006.660000', '183007.120000', '183007.580000', '183008.040000', '183008.500000', '183008.960000', '183009.420000', '183009.880000', '183010.340000', '183010.800000', '183011.260000', '183011.720000', '183012.180000', '183012.640000', '183013.100000', '183013.560000', '183014.020000', '183014.480000', '183014.940000', '183015.400000', '183015.860000', '183016.320000', '183016.780000', '183017.240000', '183017.700000', '183018.160000', '183018.620000', '183019.080000', '183019.540000', '183020.000000', '183020.460000', '183020.920000', '183021.380000', '183021.840000', '183022.300000', '183022.760000', '183023.220000', '183023.680000', '183024.140000', '183024.600000', '183025.060000', '183025.520000', '183025.980000', '183026.440000', '183026.900000', '183027.360000', '183027.820000', '183028.280000', '183028.740000', '183029.200000', '183029.660000', '183030.120000', '183030.580000', '183031.040000', '183031.500000', '183031.960000', '183032.420000', '183032.880000', '183033.340000', '183033.800000', '183034.260000', '183034.720000', '183035.180000', '183035.640000', '183036.100000', '183036.560000', '183037.020000', '183037.480000', '183037.940000', '183038.400000', '183038.860000', '183039.320000', '183039.780000', '183040.240000', '183040.700000', '183041.160000', '183041.620000', '183042.080000', '183042.540000', '183043.000000', '183043.460000', '183043.920000', '183044.380000', '183044.840000', '183045.300000', '183045.760000', '183046.220000', '183046.680000', '183047.140000', '183047.600000', '183048.060000', '183048.520000', '183048.980000', '183049.440000', '183049.900000', '183050.360000', '183050.820000', '183051.280000', '183051.740000', '183052.200000', '183052.660000', '183053.120000', '183053.580000', '183054.040000', '183054.500000', '183054.960000', '183055.420000', '183055.880000', '183056.340000', '183056.800000', '183057.260000', '183057.720000', '183058.180000', '183058.640000', '183059.100000', '183059.560000', '183100.020000', '183100.480000', '183100.940000', '183101.400000', '183101.860000', '183102.320000', '183102.780000', '183103.240000', '183103.700000', '183104.160000', '183104.620000', '183105.080000', '183105.540000', '183106.000000', '183106.460000', '183106.920000', '183107.380000', '183107.840000', '183108.300000', '183108.760000', '183109.220000', '183109.680000', '183110.140000', '183110.600000', '183111.060000', '183111.520000', '183111.980000', '183112.440000', '183112.900000', '183113.360000', '183113.820000', '183114.280000', '183114.740000', '183115.200000', '183115.660000', '183116.120000', '183116.580000', '183117.040000', '183117.500000', '183117.960000', '183118.420000', '183118.880000', '183119.340000', '183119.800000', '183120.260000', '183120.720000', '183121.180000', '183121.640000', '183122.100000', '183122.560000', '183123.020000', '183123.480000', '183123.940000', '183124.400000', '183124.860000', '183125.320000', '183125.780000', '183126.240000', '183126.700000', '183127.160000', '183127.620000', '183128.080000', '183128.540000', '183129.000000', '183129.460000', '183129.920000', '183130.380000', '183130.840000', '183131.300000', '183131.760000', '183132.220000', '183132.680000', '183133.140000', '183133.600000', '183134.060000', '183134.520000', '183134.980000', '183135.440000', '183135.900000', '183136.360000', '183136.820000', '183137.280000', '183137.740000', '183138.200000', '183138.660000', '183139.120000', '183139.580000', '183140.040000', '183140.500000', '183140.960000', '183141.420000', '183141.880000', '183142.340000', '183142.800000', '183143.260000', '183143.720000', '183144.180000', '183144.640000', '183145.100000', '183145.560000', '183146.020000', '183146.480000', '183146.940000', '183147.400000', '183147.860000', '183148.320000', '183148.780000', '183149.240000', '183149.700000', '183150.160000', '183150.620000', '183151.080000', '183151.540000', '183152.000000', '183152.460000', '183152.920000', '183153.380000', '183153.840000', '183154.300000', '183154.760000', '183155.220000', '183155.680000', '183156.140000', '183156.600000', '183157.060000', '183157.520000', '183157.980000', '183158.440000', '183158.900000', '183159.360000', '183159.820000', '183200.280000', '183200.740000', '183201.200000', '183201.660000', '183202.120000', '183202.580000', '183203.040000', '183203.500000', '183203.960000', '183204.420000', '183204.880000', '183205.340000', '183205.800000', '183206.260000', '183206.720000', '183207.180000', '183207.640000', '183208.100000', '183208.560000', '183209.020000', '183209.480000', '183209.940000', '183210.400000', '183210.860000', '183211.320000', '183211.780000', '183212.240000', '183212.700000', '183213.160000', '183213.620000', '183214.080000', '183214.540000', '183215.000000', '183215.460000', '183215.920000', '183216.380000', '183216.840000', '183217.300000', '183217.760000', '183218.220000', '183218.680000', '183219.140000', '183219.600000', '183220.060000', '183220.520000', '183220.980000', '183221.440000', '183221.900000', '183222.360000', '183222.820000', '183223.280000', '183223.740000', '183224.200000', '183224.660000', '183225.120000', '183225.580000', '183226.040000', '183226.500000', '183226.960000', '183227.420000', '183227.880000', '183228.340000', '183228.800000', '183229.260000', '183229.720000', '183230.180000', '183230.640000', '183231.100000', '183231.560000', '183232.020000', '183232.480000', '183232.940000', '183233.400000', '183233.860000', '183234.320000', '183234.780000', '183235.240000', '183235.700000', '183236.160000', '183236.620000', '183237.080000', '183237.540000', '183238.000000', '183238.460000', '183238.920000', '183239.380000', '183239.840000', '183240.300000', '183240.760000', '183241.220000', '183241.680000', '183242.140000', '183242.600000', '183243.060000', '183243.520000', '183243.980000', '183244.440000', '183244.900000', '183245.360000', '183245.820000', '183246.280000', '183246.740000', '183247.200000', '183247.660000', '183248.120000', '183248.580000', '183249.040000', '183249.500000', '183249.960000', '183250.420000', '183250.880000', '183251.340000', '183251.800000', '183252.260000', '183252.720000', '183253.180000', '183253.640000', '183254.100000', '183254.560000', '183255.020000', '183255.480000', '183255.940000', '183256.400000', '183256.860000', '183257.320000', '183257.780000', '183258.240000', '183258.700000', '183259.160000', '183259.620000', '183300.080000', '183300.540000', '183301.000000', '183301.460000', '183301.920000', '183302.380000', '183302.840000', '183303.300000', '183303.760000', '183304.220000', '183304.680000', '183305.140000', '183305.600000', '183306.060000', '183306.520000', '183306.980000', '183307.440000', '183307.900000', '183308.360000', '183308.820000', '183309.280000', '183309.740000', '183310.200000', '183310.660000', '183311.120000', '183311.580000', '183312.040000', '183312.500000', '183312.960000', '183313.420000', '183313.880000', '183314.340000', '183314.800000', '183315.260000', '183315.720000', '183316.180000', '183316.640000', '183317.100000', '183317.560000', '183318.020000', '183318.480000', '183318.940000', '183319.400000', '183319.860000', '183320.320000', '183320.780000', '183321.240000', '183321.700000', '183322.160000', '183322.620000', '183323.080000', '183323.540000', '183324.000000', '183324.460000', '183324.920000', '183325.380000', '183325.840000', '183326.300000', '183326.760000', '183327.220000', '183327.680000', '183328.140000', '183328.600000', '183329.060000', '183329.520000', '183329.980000', '183330.440000', '183330.900000', '183331.360000', '183331.820000', '183332.280000', '183332.740000', '183333.200000', '183333.660000', '183334.120000', '183334.580000', '183335.040000', '183335.500000', '183335.960000', '183336.420000', '183336.880000', '183337.340000', '183337.800000', '183338.260000', '183338.720000', '183339.180000', '183339.640000', '183340.100000', '183340.560000', '183341.020000', '183341.480000', '183341.940000', '183342.400000', '183342.860000', '183343.320000', '183343.780000', '183344.240000', '183344.700000', '183345.160000', '183345.620000', '183346.080000', '183346.540000', '183347.000000', '183347.460000', '183347.920000', '183348.380000', '183348.840000', '183349.300000', '183349.760000', '183350.220000', '183350.680000', '183351.140000', '183351.600000', '183352.060000', '183352.520000', '183352.980000', '183353.440000', '183353.900000', '183354.360000', '183354.820000', '183355.280000', '183355.740000', '183356.200000', '183356.660000', '183357.120000', '183357.580000', '183358.040000', '183358.500000', '183358.960000', '183359.420000', '183359.880000', '183400.340000', '183400.800000', '183401.260000', '183401.720000', '183402.180000', '183402.640000', '183403.100000'], 'ContentTime': ['182748.401000', '182748.404000', '182748.406000', '182748.409000', '182748.412000', '182748.414000', '182748.417000', '182748.419000', '182748.422000', '182748.425000', '182748.427000', '182748.430000', '182748.432000', '182748.435000', '182748.438000', '182748.440000', '182748.443000', '182748.445000', '182748.448000', '182748.451000', '182748.453000', '182748.456000', '182748.458000', '182748.461000', '182748.463000', '182748.466000', '182748.469000', '182748.471000', '182748.474000', '182748.476000', '182748.484000', '182748.486000', '182748.489000', '182748.491000', '182748.494000', '182748.497000', '182748.499000', '182748.502000', '182748.505000', '182748.507000', '182748.510000', '182748.513000', '182748.515000', '182748.518000', '182748.521000', '182748.524000', '182748.526000', '182748.529000', '182748.531000', '182748.534000', '182748.537000', '182748.539000', '182748.542000', '182808.360000', '182808.362000', '182808.365000', '182808.368000', '182808.370000', '182808.373000', '182808.375000', '182808.378000', '182808.389000', '182808.392000', '182808.394000', '182808.397000', '182808.399000', '182808.402000', '182808.404000', '182808.407000', '182808.410000', '182808.412000', '182808.415000', '182808.417000', '182808.420000', '182808.422000', '182808.425000', '182808.427000', '182808.430000', '182808.433000', '182808.435000', '182808.438000', '182808.440000', '182808.443000', '182808.445000', '182808.448000', '182808.451000', '182808.453000', '182808.456000', '182808.459000', '182808.461000', '182808.464000', '182808.466000', '182808.469000', '182808.472000', '182808.474000', '182808.477000', '182808.479000', '182828.360000', '182828.391000', '182828.394000', '182828.396000', '182828.399000', '182828.401000', '182828.404000', '182828.406000', '182828.409000', '182828.412000', '182828.414000', '182828.417000', '182828.419000', '182828.422000', '182828.424000', '182828.427000', '182828.430000', '182828.432000', '182828.435000', '182828.438000', '182828.440000', '182828.443000', '182828.445000', '182828.448000', '182828.450000', '182828.453000', '182828.456000', '182828.458000', '182828.461000', '182828.463000', '182828.466000', '182828.469000', '182828.471000', '182828.474000', '182828.476000', '182828.479000', '182828.482000', '182828.491000', '182828.494000', '182828.496000', '182828.499000', '182828.502000', '182828.504000', '182848.360000', '182848.363000', '182848.366000', '182848.368000', '182848.371000', '182848.374000', '182848.376000', '182848.379000', '182848.381000', '182848.384000', '182848.387000', '182848.389000', '182848.392000', '182848.394000', '182848.397000', '182848.399000', '182848.402000', '182848.405000', '182848.407000', '182848.418000', '182848.420000', '182848.423000', '182848.426000', '182848.428000', '182848.431000', '182848.433000', '182848.436000', '182848.439000', '182848.441000', '182848.444000', '182848.447000', '182848.449000', '182848.452000', '182848.454000', '182848.457000', '182848.460000', '182848.462000', '182848.465000', '182848.467000', '182848.470000', '182848.473000', '182848.475000', '182848.478000', '182848.481000', '182908.360000', '182908.363000', '182908.366000', '182908.369000', '182908.371000', '182908.374000', '182908.376000', '182908.379000', '182908.381000', '182908.384000', '182908.387000', '182908.389000', '182908.392000', '182908.394000', '182908.397000', '182908.400000', '182908.402000', '182908.405000', '182908.407000', '182908.410000', '182908.413000', '182908.415000', '182908.418000', '182908.420000', '182908.423000', '182908.425000', '182908.428000', '182908.431000', '182908.433000', '182908.436000', '182908.438000', '182908.441000', '182908.444000', '182908.446000', '182908.449000', '182908.457000', '182908.460000', '182908.462000', '182908.465000', '182908.468000', '182908.470000', '182908.473000', '182908.476000', '182928.360000', '182928.363000', '182928.366000', '182928.369000', '182928.371000', '182928.374000', '182928.376000', '182928.379000', '182928.381000', '182928.384000', '182928.387000', '182928.389000', '182928.392000', '182928.395000', '182928.397000', '182928.400000', '182928.402000', '182928.405000', '182928.408000', '182928.410000', '182928.413000', '182928.416000', '182928.418000', '182928.421000', '182928.423000', '182928.426000', '182928.428000', '182928.431000', '182928.434000', '182928.436000', '182928.439000', '182928.442000', '182928.444000', '182928.447000', '182928.449000', '182928.452000', '182928.459000', '182928.462000', '182928.464000', '182928.467000', '182928.470000', '182928.472000', '182928.475000', '182928.477000', '182948.361000', '182948.363000', '182948.366000', '182948.369000', '182948.371000', '182948.374000', '182948.376000', '182948.379000', '182948.381000', '182948.384000', '182948.387000', '182948.389000', '182948.392000', '182948.394000', '182948.397000', '182948.400000', '182948.402000', '182948.405000', '182948.407000', '182948.410000', '182948.413000', '182948.415000', '182948.418000', '182948.421000', '182948.423000', '182948.426000', '182948.428000', '182948.431000', '182948.434000', '182948.436000', '182948.439000', '182948.441000', '182948.444000', '182948.447000', '182948.449000', '182948.452000', '182948.454000', '182948.457000', '182948.459000', '182948.462000', '182948.471000', '182948.473000', '182948.476000', '183008.362000', '183008.365000', '183008.368000', '183008.370000', '183008.373000', '183008.377000', '183008.380000', '183008.382000', '183008.385000', '183008.388000', '183008.390000', '183008.393000', '183008.396000', '183008.398000', '183008.401000', '183008.404000', '183008.406000', '183008.409000', '183008.411000', '183008.414000', '183008.417000', '183008.419000', '183008.422000', '183008.425000', '183008.427000', '183008.430000', '183008.433000', '183008.435000', '183008.438000', '183008.440000', '183008.443000', '183008.446000', '183008.448000', '183008.456000', '183008.458000', '183008.461000', '183008.464000', '183008.466000', '183008.469000', '183008.472000', '183008.474000', '183008.477000', '183008.479000', '183028.360000', '183028.362000', '183028.365000', '183028.368000', '183028.370000', '183028.373000', '183028.375000', '183028.378000', '183028.381000', '183028.383000', '183028.386000', '183028.388000', '183028.391000', '183028.394000', '183028.396000', '183028.399000', '183028.401000', '183028.404000', '183028.406000', '183028.409000', '183028.412000', '183028.414000', '183028.417000', '183028.419000', '183028.422000', '183028.425000', '183028.427000', '183028.430000', '183028.432000', '183028.435000', '183028.437000', '183028.440000', '183028.443000', '183028.445000', '183028.448000', '183028.450000', '183028.453000', '183028.455000', '183028.458000', '183028.461000', '183028.463000', '183028.466000', '183028.468000', '183028.471000', '183048.360000', '183048.363000', '183048.366000', '183048.368000', '183048.371000', '183048.374000', '183048.376000', '183048.379000', '183048.381000', '183048.384000', '183048.387000', '183048.389000', '183048.392000', '183048.394000', '183048.397000', '183048.400000', '183048.402000', '183048.405000', '183048.407000', '183048.410000', '183048.412000', '183048.415000', '183048.418000', '183048.420000', '183048.423000', '183048.425000', '183048.428000', '183048.431000', '183048.433000', '183048.436000', '183048.438000', '183048.441000', '183048.443000', '183048.446000', '183048.449000', '183048.451000', '183048.454000', '183048.456000', '183048.459000', '183048.462000', '183048.464000', '183048.467000', '183048.469000', '183048.472000', '183108.361000', '183108.363000', '183108.366000', '183108.369000', '183108.371000', '183108.374000', '183108.377000', '183108.379000', '183108.382000', '183108.384000', '183108.387000', '183108.390000', '183108.392000', '183108.395000', '183108.398000', '183108.400000', '183108.403000', '183108.405000', '183108.408000', '183108.411000', '183108.413000', '183108.416000', '183108.419000', '183108.421000', '183108.424000', '183108.426000', '183108.429000', '183108.431000', '183108.434000', '183108.437000', '183108.439000', '183108.442000', '183108.444000', '183108.447000', '183108.450000', '183108.452000', '183108.455000', '183108.458000', '183108.460000', '183108.463000', '183108.465000', '183108.468000', '183108.470000', '183128.361000', '183128.364000', '183128.367000', '183128.369000', '183128.372000', '183128.375000', '183128.377000', '183128.380000', '183128.383000', '183128.385000', '183128.388000', '183128.390000', '183128.393000', '183128.396000', '183128.399000', '183128.402000', '183128.405000', '183128.408000', '183128.410000', '183128.413000', '183128.416000', '183128.418000', '183128.449000', '183128.451000', '183128.454000', '183128.457000', '183128.459000', '183128.462000', '183128.464000', '183128.467000', '183128.469000', '183128.472000', '183128.475000', '183128.477000', '183128.480000', '183128.482000', '183128.485000', '183128.488000', '183128.490000', '183128.493000', '183128.495000', '183128.498000', '183128.501000', '183148.361000', '183148.363000', '183148.366000', '183148.369000', '183148.371000', '183148.374000', '183148.376000', '183148.379000', '183148.382000', '183148.384000', '183148.387000', '183148.389000', '183148.392000', '183148.394000', '183148.397000', '183148.400000', '183148.402000', '183148.405000', '183148.408000', '183148.410000', '183148.413000', '183148.416000', '183148.418000', '183148.421000', '183148.423000', '183148.426000', '183148.429000', '183148.431000', '183148.434000', '183148.437000', '183148.439000', '183148.442000', '183148.444000', '183148.447000', '183148.450000', '183148.452000', '183148.455000', '183148.457000', '183148.460000', '183148.462000', '183148.465000', '183148.468000', '183148.470000', '183148.473000', '183208.360000', '183208.363000', '183208.366000', '183208.368000', '183208.371000', '183208.374000', '183208.377000', '183208.380000', '183208.383000', '183208.386000', '183208.389000', '183208.391000', '183208.394000', '183208.397000', '183208.399000', '183208.402000', '183208.404000', '183208.407000', '183208.409000', '183208.412000', '183208.415000', '183208.417000', '183208.420000', '183208.422000', '183208.425000', '183208.428000', '183208.430000', '183208.433000', '183208.436000', '183208.438000', '183208.441000', '183208.444000', '183208.447000', '183208.449000', '183208.452000', '183208.454000', '183208.457000', '183208.460000', '183208.462000', '183208.465000', '183208.467000', '183208.470000', '183208.473000', '183228.361000', '183228.363000', '183228.366000', '183228.369000', '183228.371000', '183228.374000', '183228.377000', '183228.379000', '183228.382000', '183228.385000', '183228.387000', '183228.390000', '183228.392000', '183228.395000', '183228.398000', '183228.400000', '183228.403000', '183228.406000', '183228.408000', '183228.411000', '183228.414000', '183228.416000', '183228.419000', '183228.421000', '183228.424000', '183228.427000', '183228.429000', '183228.432000', '183228.443000', '183228.446000', '183228.449000', '183228.451000', '183228.454000', '183228.456000', '183228.459000', '183228.462000', '183228.464000', '183228.467000', '183228.469000', '183228.472000', '183228.474000', '183228.477000', '183228.480000', '183228.482000', '183248.360000', '183248.362000', '183248.365000', '183248.368000', '183248.370000', '183248.373000', '183248.376000', '183248.379000', '183248.382000', '183248.385000', '183248.388000', '183248.391000', '183248.393000', '183248.396000', '183248.399000', '183248.401000', '183248.404000', '183248.406000', '183248.409000', '183248.412000', '183248.414000', '183248.417000', '183248.419000', '183248.422000', '183248.425000', '183248.427000', '183248.430000', '183248.432000', '183248.435000', '183248.438000', '183248.441000', '183248.444000', '183248.447000', '183248.449000', '183248.452000', '183248.455000', '183248.457000', '183248.460000', '183248.462000', '183248.465000', '183248.468000', '183248.470000', '183248.473000', '183308.361000', '183308.363000', '183308.366000', '183308.369000', '183308.371000', '183308.374000', '183308.377000', '183308.379000', '183308.382000', '183308.384000', '183308.387000', '183308.389000', '183308.392000', '183308.395000', '183308.397000', '183308.400000', '183308.403000', '183308.405000', '183308.408000', '183308.411000', '183308.413000', '183308.416000', '183308.418000', '183308.421000', '183308.424000', '183308.426000', '183308.429000', '183308.432000', '183308.434000', '183308.437000', '183308.439000', '183308.442000', '183308.445000', '183308.447000', '183308.450000', '183308.452000', '183308.455000', '183308.457000', '183308.460000', '183308.463000', '183308.465000', '183308.468000', '183308.472000', '183308.475000', '183328.361000', '183328.363000', '183328.366000', '183328.369000', '183328.372000', '183328.374000', '183328.377000', '183328.380000', '183328.382000', '183328.385000', '183328.388000', '183328.390000', '183328.393000', '183328.396000', '183328.398000', '183328.401000', '183328.404000', '183328.407000', '183328.409000', '183328.412000', '183328.415000', '183328.418000', '183328.420000', '183328.423000', '183328.426000', '183328.428000', '183328.431000', '183328.434000', '183328.436000', '183328.439000', '183328.442000', '183328.444000', '183328.447000', '183328.450000', '183328.452000', '183328.455000', '183328.457000', '183328.460000', '183328.462000', '183328.465000', '183328.468000', '183328.470000', '183328.473000', '183348.361000', '183348.363000', '183348.366000', '183348.369000', '183348.371000', '183348.374000', '183348.376000', '183348.379000', '183348.381000', '183348.384000', '183348.387000', '183348.389000', '183348.392000', '183348.394000', '183348.397000', '183348.400000', '183348.402000', '183348.405000', '183348.407000', '183348.410000', '183348.413000', '183348.415000', '183348.418000', '183348.420000', '183348.423000', '183348.425000', '183348.428000', '183348.431000', '183348.433000', '183348.436000', '183348.439000', '183348.441000', '183348.444000', '183348.446000', '183348.449000', '183348.452000', '183348.454000', '183348.457000', '183348.460000', '183348.462000', '183348.465000', '183348.467000', '183348.470000', '183348.473000', '183404.746000', '183404.749000', '183404.751000', '183404.754000', '183404.757000', '183404.759000', '183404.762000', '183404.764000', '183404.767000', '183404.769000', '183404.772000', '183404.775000', '183404.777000', '183404.780000', '183404.782000', '183404.785000', '183404.788000', '183404.790000', '183404.793000', '183404.796000', '183404.798000', '183404.801000', '183404.803000', '183404.806000', '183404.809000', '183404.811000', '183404.814000', '183404.816000', '183404.819000', '183404.822000', '183404.824000', '183404.827000', '183404.829000', '183404.832000', '183404.835000', '183404.837000'], 'InstanceCreationTime': ['182748.401000', '182748.404000', '182748.406000', '182748.409000', '182748.412000', '182748.414000', '182748.417000', '182748.419000', '182748.422000', '182748.425000', '182748.427000', '182748.430000', '182748.432000', '182748.435000', '182748.438000', '182748.440000', '182748.443000', '182748.445000', '182748.448000', '182748.451000', '182748.453000', '182748.456000', '182748.458000', '182748.461000', '182748.463000', '182748.466000', '182748.469000', '182748.471000', '182748.474000', '182748.476000', '182748.484000', '182748.486000', '182748.489000', '182748.491000', '182748.494000', '182748.497000', '182748.499000', '182748.502000', '182748.505000', '182748.507000', '182748.510000', '182748.513000', '182748.515000', '182748.518000', '182748.521000', '182748.524000', '182748.526000', '182748.529000', '182748.531000', '182748.534000', '182748.537000', '182748.539000', '182748.542000', '182808.360000', '182808.362000', '182808.365000', '182808.368000', '182808.370000', '182808.373000', '182808.375000', '182808.378000', '182808.389000', '182808.392000', '182808.394000', '182808.397000', '182808.399000', '182808.402000', '182808.404000', '182808.407000', '182808.410000', '182808.412000', '182808.415000', '182808.417000', '182808.420000', '182808.422000', '182808.425000', '182808.427000', '182808.430000', '182808.433000', '182808.435000', '182808.438000', '182808.440000', '182808.443000', '182808.445000', '182808.448000', '182808.451000', '182808.453000', '182808.456000', '182808.459000', '182808.461000', '182808.464000', '182808.466000', '182808.469000', '182808.472000', '182808.474000', '182808.477000', '182808.479000', '182828.360000', '182828.391000', '182828.394000', '182828.396000', '182828.399000', '182828.401000', '182828.404000', '182828.406000', '182828.409000', '182828.412000', '182828.414000', '182828.417000', '182828.419000', '182828.422000', '182828.424000', '182828.427000', '182828.430000', '182828.432000', '182828.435000', '182828.438000', '182828.440000', '182828.443000', '182828.445000', '182828.448000', '182828.450000', '182828.453000', '182828.456000', '182828.458000', '182828.461000', '182828.463000', '182828.466000', '182828.469000', '182828.471000', '182828.474000', '182828.476000', '182828.479000', '182828.482000', '182828.491000', '182828.494000', '182828.496000', '182828.499000', '182828.502000', '182828.504000', '182848.360000', '182848.363000', '182848.366000', '182848.368000', '182848.371000', '182848.374000', '182848.376000', '182848.379000', '182848.381000', '182848.384000', '182848.387000', '182848.389000', '182848.392000', '182848.394000', '182848.397000', '182848.399000', '182848.402000', '182848.405000', '182848.407000', '182848.418000', '182848.420000', '182848.423000', '182848.426000', '182848.428000', '182848.431000', '182848.433000', '182848.436000', '182848.439000', '182848.441000', '182848.444000', '182848.447000', '182848.449000', '182848.452000', '182848.454000', '182848.457000', '182848.460000', '182848.462000', '182848.465000', '182848.467000', '182848.470000', '182848.473000', '182848.475000', '182848.478000', '182848.481000', '182908.360000', '182908.363000', '182908.366000', '182908.369000', '182908.371000', '182908.374000', '182908.376000', '182908.379000', '182908.381000', '182908.384000', '182908.387000', '182908.389000', '182908.392000', '182908.394000', '182908.397000', '182908.400000', '182908.402000', '182908.405000', '182908.407000', '182908.410000', '182908.413000', '182908.415000', '182908.418000', '182908.420000', '182908.423000', '182908.425000', '182908.428000', '182908.431000', '182908.433000', '182908.436000', '182908.438000', '182908.441000', '182908.444000', '182908.446000', '182908.449000', '182908.457000', '182908.460000', '182908.462000', '182908.465000', '182908.468000', '182908.470000', '182908.473000', '182908.476000', '182928.360000', '182928.363000', '182928.366000', '182928.369000', '182928.371000', '182928.374000', '182928.376000', '182928.379000', '182928.381000', '182928.384000', '182928.387000', '182928.389000', '182928.392000', '182928.395000', '182928.397000', '182928.400000', '182928.402000', '182928.405000', '182928.408000', '182928.410000', '182928.413000', '182928.416000', '182928.418000', '182928.421000', '182928.423000', '182928.426000', '182928.428000', '182928.431000', '182928.434000', '182928.436000', '182928.439000', '182928.442000', '182928.444000', '182928.447000', '182928.449000', '182928.452000', '182928.459000', '182928.462000', '182928.464000', '182928.467000', '182928.470000', '182928.472000', '182928.475000', '182928.477000', '182948.361000', '182948.363000', '182948.366000', '182948.369000', '182948.371000', '182948.374000', '182948.376000', '182948.379000', '182948.381000', '182948.384000', '182948.387000', '182948.389000', '182948.392000', '182948.394000', '182948.397000', '182948.400000', '182948.402000', '182948.405000', '182948.407000', '182948.410000', '182948.413000', '182948.415000', '182948.418000', '182948.421000', '182948.423000', '182948.426000', '182948.428000', '182948.431000', '182948.434000', '182948.436000', '182948.439000', '182948.441000', '182948.444000', '182948.447000', '182948.449000', '182948.452000', '182948.454000', '182948.457000', '182948.459000', '182948.462000', '182948.471000', '182948.473000', '182948.476000', '183008.362000', '183008.365000', '183008.368000', '183008.370000', '183008.373000', '183008.377000', '183008.380000', '183008.382000', '183008.385000', '183008.388000', '183008.390000', '183008.393000', '183008.396000', '183008.398000', '183008.401000', '183008.404000', '183008.406000', '183008.409000', '183008.411000', '183008.414000', '183008.417000', '183008.419000', '183008.422000', '183008.425000', '183008.427000', '183008.430000', '183008.433000', '183008.435000', '183008.438000', '183008.440000', '183008.443000', '183008.446000', '183008.448000', '183008.456000', '183008.458000', '183008.461000', '183008.464000', '183008.466000', '183008.469000', '183008.472000', '183008.474000', '183008.477000', '183008.479000', '183028.360000', '183028.362000', '183028.365000', '183028.368000', '183028.370000', '183028.373000', '183028.375000', '183028.378000', '183028.381000', '183028.383000', '183028.386000', '183028.388000', '183028.391000', '183028.394000', '183028.396000', '183028.399000', '183028.401000', '183028.404000', '183028.406000', '183028.409000', '183028.412000', '183028.414000', '183028.417000', '183028.419000', '183028.422000', '183028.425000', '183028.427000', '183028.430000', '183028.432000', '183028.435000', '183028.437000', '183028.440000', '183028.443000', '183028.445000', '183028.448000', '183028.450000', '183028.453000', '183028.455000', '183028.458000', '183028.461000', '183028.463000', '183028.466000', '183028.468000', '183028.471000', '183048.360000', '183048.363000', '183048.366000', '183048.368000', '183048.371000', '183048.374000', '183048.376000', '183048.379000', '183048.381000', '183048.384000', '183048.387000', '183048.389000', '183048.392000', '183048.394000', '183048.397000', '183048.400000', '183048.402000', '183048.405000', '183048.407000', '183048.410000', '183048.412000', '183048.415000', '183048.418000', '183048.420000', '183048.423000', '183048.425000', '183048.428000', '183048.431000', '183048.433000', '183048.436000', '183048.438000', '183048.441000', '183048.443000', '183048.446000', '183048.449000', '183048.451000', '183048.454000', '183048.456000', '183048.459000', '183048.462000', '183048.464000', '183048.467000', '183048.469000', '183048.472000', '183108.361000', '183108.363000', '183108.366000', '183108.369000', '183108.371000', '183108.374000', '183108.377000', '183108.379000', '183108.382000', '183108.384000', '183108.387000', '183108.390000', '183108.392000', '183108.395000', '183108.398000', '183108.400000', '183108.403000', '183108.405000', '183108.408000', '183108.411000', '183108.413000', '183108.416000', '183108.419000', '183108.421000', '183108.424000', '183108.426000', '183108.429000', '183108.431000', '183108.434000', '183108.437000', '183108.439000', '183108.442000', '183108.444000', '183108.447000', '183108.450000', '183108.452000', '183108.455000', '183108.458000', '183108.460000', '183108.463000', '183108.465000', '183108.468000', '183108.470000', '183128.361000', '183128.364000', '183128.367000', '183128.369000', '183128.372000', '183128.375000', '183128.377000', '183128.380000', '183128.383000', '183128.385000', '183128.388000', '183128.390000', '183128.393000', '183128.396000', '183128.399000', '183128.402000', '183128.405000', '183128.408000', '183128.410000', '183128.413000', '183128.416000', '183128.418000', '183128.449000', '183128.451000', '183128.454000', '183128.457000', '183128.459000', '183128.462000', '183128.464000', '183128.467000', '183128.469000', '183128.472000', '183128.475000', '183128.477000', '183128.480000', '183128.482000', '183128.485000', '183128.488000', '183128.490000', '183128.493000', '183128.495000', '183128.498000', '183128.501000', '183148.361000', '183148.363000', '183148.366000', '183148.369000', '183148.371000', '183148.374000', '183148.376000', '183148.379000', '183148.382000', '183148.384000', '183148.387000', '183148.389000', '183148.392000', '183148.394000', '183148.397000', '183148.400000', '183148.402000', '183148.405000', '183148.408000', '183148.410000', '183148.413000', '183148.416000', '183148.418000', '183148.421000', '183148.423000', '183148.426000', '183148.429000', '183148.431000', '183148.434000', '183148.437000', '183148.439000', '183148.442000', '183148.444000', '183148.447000', '183148.450000', '183148.452000', '183148.455000', '183148.457000', '183148.460000', '183148.462000', '183148.465000', '183148.468000', '183148.470000', '183148.473000', '183208.360000', '183208.363000', '183208.366000', '183208.368000', '183208.371000', '183208.374000', '183208.377000', '183208.380000', '183208.383000', '183208.386000', '183208.389000', '183208.391000', '183208.394000', '183208.397000', '183208.399000', '183208.402000', '183208.404000', '183208.407000', '183208.409000', '183208.412000', '183208.415000', '183208.417000', '183208.420000', '183208.422000', '183208.425000', '183208.428000', '183208.430000', '183208.433000', '183208.436000', '183208.438000', '183208.441000', '183208.444000', '183208.447000', '183208.449000', '183208.452000', '183208.454000', '183208.457000', '183208.460000', '183208.462000', '183208.465000', '183208.467000', '183208.470000', '183208.473000', '183228.361000', '183228.363000', '183228.366000', '183228.369000', '183228.371000', '183228.374000', '183228.377000', '183228.379000', '183228.382000', '183228.385000', '183228.387000', '183228.390000', '183228.392000', '183228.395000', '183228.398000', '183228.400000', '183228.403000', '183228.406000', '183228.408000', '183228.411000', '183228.414000', '183228.416000', '183228.419000', '183228.421000', '183228.424000', '183228.427000', '183228.429000', '183228.432000', '183228.443000', '183228.446000', '183228.449000', '183228.451000', '183228.454000', '183228.456000', '183228.459000', '183228.462000', '183228.464000', '183228.467000', '183228.469000', '183228.472000', '183228.474000', '183228.477000', '183228.480000', '183228.482000', '183248.360000', '183248.362000', '183248.365000', '183248.368000', '183248.370000', '183248.373000', '183248.376000', '183248.379000', '183248.382000', '183248.385000', '183248.388000', '183248.391000', '183248.393000', '183248.396000', '183248.399000', '183248.401000', '183248.404000', '183248.406000', '183248.409000', '183248.412000', '183248.414000', '183248.417000', '183248.419000', '183248.422000', '183248.425000', '183248.427000', '183248.430000', '183248.432000', '183248.435000', '183248.438000', '183248.441000', '183248.444000', '183248.447000', '183248.449000', '183248.452000', '183248.455000', '183248.457000', '183248.460000', '183248.462000', '183248.465000', '183248.468000', '183248.470000', '183248.473000', '183308.361000', '183308.363000', '183308.366000', '183308.369000', '183308.371000', '183308.374000', '183308.377000', '183308.379000', '183308.382000', '183308.384000', '183308.387000', '183308.389000', '183308.392000', '183308.395000', '183308.397000', '183308.400000', '183308.403000', '183308.405000', '183308.408000', '183308.411000', '183308.413000', '183308.416000', '183308.418000', '183308.421000', '183308.424000', '183308.426000', '183308.429000', '183308.432000', '183308.434000', '183308.437000', '183308.439000', '183308.442000', '183308.445000', '183308.447000', '183308.450000', '183308.452000', '183308.455000', '183308.457000', '183308.460000', '183308.463000', '183308.465000', '183308.468000', '183308.472000', '183308.475000', '183328.361000', '183328.363000', '183328.366000', '183328.369000', '183328.372000', '183328.374000', '183328.377000', '183328.380000', '183328.382000', '183328.385000', '183328.388000', '183328.390000', '183328.393000', '183328.396000', '183328.398000', '183328.401000', '183328.404000', '183328.407000', '183328.409000', '183328.412000', '183328.415000', '183328.418000', '183328.420000', '183328.423000', '183328.426000', '183328.428000', '183328.431000', '183328.434000', '183328.436000', '183328.439000', '183328.442000', '183328.444000', '183328.447000', '183328.450000', '183328.452000', '183328.455000', '183328.457000', '183328.460000', '183328.462000', '183328.465000', '183328.468000', '183328.470000', '183328.473000', '183348.361000', '183348.363000', '183348.366000', '183348.369000', '183348.371000', '183348.374000', '183348.376000', '183348.379000', '183348.381000', '183348.384000', '183348.387000', '183348.389000', '183348.392000', '183348.394000', '183348.397000', '183348.400000', '183348.402000', '183348.405000', '183348.407000', '183348.410000', '183348.413000', '183348.415000', '183348.418000', '183348.420000', '183348.423000', '183348.425000', '183348.428000', '183348.431000', '183348.433000', '183348.436000', '183348.439000', '183348.441000', '183348.444000', '183348.446000', '183348.449000', '183348.452000', '183348.454000', '183348.457000', '183348.460000', '183348.462000', '183348.465000', '183348.467000', '183348.470000', '183348.473000', '183404.746000', '183404.749000', '183404.751000', '183404.754000', '183404.757000', '183404.759000', '183404.762000', '183404.764000', '183404.767000', '183404.769000', '183404.772000', '183404.775000', '183404.777000', '183404.780000', '183404.782000', '183404.785000', '183404.788000', '183404.790000', '183404.793000', '183404.796000', '183404.798000', '183404.801000', '183404.803000', '183404.806000', '183404.809000', '183404.811000', '183404.814000', '183404.816000', '183404.819000', '183404.822000', '183404.824000', '183404.827000', '183404.829000', '183404.832000', '183404.835000', '183404.837000'], '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': [14767, 13765, 10682, 13466, 12691, 9789, 15282, 13271, 9482, 13897, 12643, 10049, 15834, 12784, 9120, 14917, 12098, 9680, 15401, 11956, 8849, 14646, 12704, 9098, 13699, 11558, 9533, 14840, 12351, 9415, 13002, 11037, 13821, 12992, 8786, 10847, 12793, 8919, 14016, 12661, 11479, 9264, 13312, 11381, 9433, 13674, 10933, 14464, 11606, 8738, 13557, 11708, 14235, 11244, 8542, 12654, 10413, 14132, 11680, 8448, 12655, 10939, 10591, 12287, 9328, 13871, 11291, 9158, 13741, 11270, 10859, 12759, 10026, 14859, 12285, 8905, 13376, 11562, 9282, 14089, 11723, 8551, 13918, 12404, 10094, 13417, 11009, 9609, 14028, 13013, 15867, 14111, 10760, 10839, 11818, 10378, 13807, 12532, 8927, 14314, 11676, 8993, 14020, 12024, 9085, 12977, 10797, 13719, 12304, 8863, 13520, 11972, 9032, 13966, 11972, 8679, 14327, 12256, 8476, 13320, 11381, 12642, 13452, 7931, 14665, 12314, 10216, 10557, 13271, 11681, 8315, 11302, 12611, 10865, 13126, 13154, 9574, 15653, 12983, 9728, 13781, 11498, 10801, 14031, 11495, 12280, 11877, 8878, 14872, 12586, 9053, 13686, 11578, 10070, 14682, 11358, 12677, 11837, 9081, 14904, 12443, 8867, 13184, 10626, 15397, 12719, 9148, 13664, 11640, 10506, 14222, 11708, 10936, 12492, 10625, 15302, 12830, 8752, 13849, 12410, 10237, 14739, 11596, 11386, 13012, 10665, 14132, 12455, 8708, 15310, 12409, 9223, 15067, 11685, 8804, 15642, 12653, 8701, 14407, 11598, 9159, 14295, 12186, 8949, 13423, 11658, 12515, 12608, 9281, 14706, 12065, 9499, 14684, 12051, 9042, 14443, 13007, 9759, 13493, 12404, 9690, 15048, 12578, 8861, 14394, 11953, 9359, 14228, 11763, 11022, 12514, 10191, 15516, 12398, 8809, 14274, 11909, 8651, 14848, 12670, 10488, 9714, 13512, 11862, 10168, 13507, 10950, 11933, 13565, 10981, 13797, 12221, 9174, 15790, 12943, 8850, 14112, 11784, 9501, 14901, 12400, 8986, 12976, 10879, 13272, 13421, 10538, 13072, 12265, 9448, 16473, 13246, 9757, 14237, 12466, 10596, 10137, 14238, 12252, 9181, 13329, 10475, 14531, 12250, 10779, 12456, 10848, 13227, 11853, 10604, 12705, 9910, 13804, 11894, 12555, 13381, 9027, 13270, 11555, 8431, 13713, 11849, 10315, 12177, 9161, 14893, 12377, 9973, 13419, 11727, 9680, 14188, 11690, 11310, 12095, 9133, 14705, 12626, 9235, 13737, 11864, 10387, 13494, 10577, 13009, 11773, 9317, 15428, 12162, 8674, 13308, 11276, 8977, 13695, 11474, 8332, 14337, 12373, 8901, 13448, 10620, 14450, 13069, 8814, 14200, 11948, 9794, 14247, 12003, 10332, 8299, 12243, 10579, 9072, 14357, 11751, 11808, 12035, 9367, 14697, 12315, 9723, 12574, 10304, 15583, 12691, 8278, 13395, 11334, 13062, 13278, 9371, 14395, 11397, 9358, 14584, 12698, 8713, 13367, 11738, 10065, 14258, 11972, 10109, 14194, 12034, 12524, 13422, 10569, 13182, 13157, 11346, 14312, 11887, 9913, 14885, 12599, 10609, 13071, 12236, 9217, 15085, 12677, 9034, 14065, 11929, 8831, 14285, 12666, 9157, 13290, 11105, 11675, 13169, 10063, 13041, 12249, 9235, 14550, 12439, 8902, 13643, 11015, 15236, 13062, 10585, 11540, 10374, 8603, 12770, 10879, 12062, 11873, 8631, 13694, 11908, 9033, 14247, 11587, 10517, 13389, 10785, 13349, 12240, 8683, 14952, 12797, 9408, 14143, 11637, 8611, 13852, 13339, 10972, 10047, 13901, 11926, 10279, 13915, 11135, 10314, 13274, 11155, 14143, 12193, 8499, 13972, 11895, 8863, 12915, 10485, 11725, 12741, 9710, 13681, 11818, 8732, 15327, 12192, 8725, 13527, 11787, 9475, 13063, 11127, 9996, 13372, 11447, 10617, 12833, 10269, 13778, 13001, 10065, 13924, 12062, 8692, 14755, 12631, 9122, 14081, 11236, 10156, 13851, 11583, 9920, 12344, 9700, 13992, 12771, 8898, 13680, 11852, 9152, 15319, 11883, 8666, 13680, 11675, 8737, 13605, 11474, 8810, 14282, 12262, 8370, 12799, 10815, 9643, 13696, 12173, 9320, 13525, 10886, 12443, 12778, 10884, 9426, 14078, 12800, 8439, 13158, 11439, 9773, 14023, 10417, 13545, 11348, 9094, 14251, 11841, 9888, 12341, 9036, 12080, 12296, 8816, 13383, 12646, 11760, 8272, 13239, 11016, 8121, 14739, 12738, 9725, 12548, 9920, 15428, 12698, 8889, 13290, 11455, 10121, 14432, 10939, 12062, 11642, 8993, 14308, 12169, 8631, 13159, 11083, 10884, 13618, 10928, 11438, 11916, 9386, 15004, 12404, 9007, 13480, 11679, 9921, 14251, 11436, 11561, 12065, 9279, 14810, 12323, 8397, 13048, 11646, 8710, 14084, 11843, 9642, 12664, 9624, 14777, 12449, 9273, 13152, 10230, 14574, 12327, 9380, 13054, 8543, 14527, 12112, 10937, 9565, 14115, 11322, 9679, 9470, 13311, 10406, 14401, 13500, 11120, 12502, 9865, 14478, 11923, 8485, 12359, 10571, 14216, 12464, 8238, 13349, 11458, 9511, 14241, 11822, 11978, 12033, 8878, 14411, 12558, 9087, 13353, 11346, 11571, 13420, 10150, 13843, 11399, 9252, 14479, 11474, 12303, 11420, 9425, 14295, 12055, 10665, 11858, 9145, 14167, 11856, 8285, 13094, 11172, 11634, 12954, 9239, 14324, 11429, 8454, 14004, 12020, 8593, 13522, 11139, 12694, 13074, 9084, 14191, 12222, 10444, 13320, 9800, 13374, 11374, 9129, 13890, 10949, 10870, 12500, 9170, 14482, 11828, 8714, 13966, 12688, 8674, 13410, 12390, 8592, 13224, 11905, 9885, 11079, 13494, 11116, 13730, 12745, 8891, 14522, 12309, 13847, 12533, 9119, 13358, 11494, 9269, 13981, 10432, 13361, 11530, 11427, 16046, 13170, 11266, 13325, 11013, 10515, 12261, 10417, 9062, 7904, 12416, 11404, 12199, 14111, 12889, 8244, 12533, 10948, 12062, 13693, 10707, 11874, 12157, 9028, 14431, 13180, 9985, 13162, 10617, 12304, 12593, 10339, 13936, 12426, 8909, 12413, 10824, 11614, 13897, 12500, 11863, 9981, 13489, 11174, 8692, 14843, 12392, 10518, 13641, 11597, 11486, 13412, 10297, 12653, 11291, 8536, 13775, 12495, 9269, 13112, 11480, 8131, 13656, 12115, 9105, 13567, 11906, 9144, 14163, 12353, 8540, 13440, 11563, 10239, 14489, 11931, 9527, 13629, 11965, 11203, 13542, 10693, 11167, 12603, 10025, 14530, 12700, 8785, 13859, 11776, 9203, 14612, 12027, 8650, 13397, 12073, 8912, 13297, 11831, 7885, 14449, 12285, 9588, 15008, 12516, 10309, 8700, 13042, 11989, 9502, 14899, 12347, 9024, 14083, 12453, 9443, 13522, 11477, 8743, 14337, 12615, 9047, 13079, 11061, 10483, 14128, 12278, 8842, 12977, 11053, 12369, 14219, 11809, 16189], 'WindowCenter': [4580.0, 4564.0, 4532.0, 4536.0, 4523.0, 4502.0, 4531.0, 4521.0, 4490.0, 4519.0, 4508.0, 4488.0, 4529.0, 4507.0, 4477.0, 4517.0, 4498.0, 4477.0, 4528.0, 4497.0, 4476.0, 4517.0, 4508.0, 4467.0, 4517.0, 4496.0, 4474.0, 4517.0, 4508.0, 4479.0, 4507.0, 4486.0, 4506.0, 4506.0, 4466.0, 4484.0, 4506.0, 4476.0, 4517.0, 4507.0, 4496.0, 4478.0, 4518.0, 4497.0, 4477.0, 4518.0, 4488.0, 4517.0, 4496.0, 4464.0, 4506.0, 4496.0, 4505.0, 4483.0, 4465.0, 4504.0, 4485.0, 4505.0, 4495.0, 4465.0, 4504.0, 4497.0, 4486.0, 4506.0, 4477.0, 4518.0, 4509.0, 4478.0, 4518.0, 4496.0, 4497.0, 4507.0, 4488.0, 4518.0, 4507.0, 4477.0, 4507.0, 4496.0, 4476.0, 4518.0, 4508.0, 4479.0, 4517.0, 4506.0, 4487.0, 4505.0, 4486.0, 4474.0, 4517.0, 4508.0, 4526.0, 4518.0, 4487.0, 4485.0, 4494.0, 4475.0, 4503.0, 4494.0, 4464.0, 4504.0, 4484.0, 4464.0, 4505.0, 4494.0, 4464.0, 4493.0, 4482.0, 4503.0, 4483.0, 4462.0, 4493.0, 4484.0, 4463.0, 4504.0, 4494.0, 4465.0, 4515.0, 4496.0, 4467.0, 4505.0, 4495.0, 4504.0, 4504.0, 4454.0, 4516.0, 4496.0, 4486.0, 4487.0, 4507.0, 4508.0, 4469.0, 4509.0, 4509.0, 4500.0, 4519.0, 4507.0, 4489.0, 4529.0, 4509.0, 4478.0, 4507.0, 4495.0, 4486.0, 4517.0, 4496.0, 4496.0, 4495.0, 4475.0, 4516.0, 4506.0, 4466.0, 4517.0, 4497.0, 4486.0, 4517.0, 4497.0, 4505.0, 4495.0, 4477.0, 4517.0, 4507.0, 4476.0, 4506.0, 4486.0, 4516.0, 4507.0, 4475.0, 4506.0, 4496.0, 4486.0, 4517.0, 4495.0, 4486.0, 4494.0, 4486.0, 4516.0, 4505.0, 4466.0, 4517.0, 4505.0, 4486.0, 4515.0, 4485.0, 4496.0, 4505.0, 4485.0, 4505.0, 4495.0, 4467.0, 4515.0, 4506.0, 4476.0, 4517.0, 4495.0, 4476.0, 4527.0, 4507.0, 4466.0, 4517.0, 4496.0, 4475.0, 4516.0, 4496.0, 4465.0, 4504.0, 4496.0, 4495.0, 4495.0, 4476.0, 4515.0, 4495.0, 4475.0, 4515.0, 4494.0, 4465.0, 4515.0, 4506.0, 4476.0, 4506.0, 4495.0, 4476.0, 4515.0, 4496.0, 4475.0, 4519.0, 4497.0, 4475.0, 4505.0, 4495.0, 4484.0, 4491.0, 4474.0, 4515.0, 4494.0, 4465.0, 4515.0, 4495.0, 4465.0, 4517.0, 4506.0, 4486.0, 4477.0, 4506.0, 4497.0, 4487.0, 4506.0, 4498.0, 4497.0, 4507.0, 4486.0, 4506.0, 4495.0, 4477.0, 4526.0, 4507.0, 4476.0, 4516.0, 4495.0, 4476.0, 4517.0, 4507.0, 4476.0, 4506.0, 4497.0, 4507.0, 4507.0, 4488.0, 4507.0, 4509.0, 4487.0, 4529.0, 4519.0, 4486.0, 4518.0, 4507.0, 4498.0, 4488.0, 4519.0, 4509.0, 4478.0, 4518.0, 4488.0, 4517.0, 4498.0, 4485.0, 4495.0, 4485.0, 4504.0, 4495.0, 4474.0, 4495.0, 4473.0, 4503.0, 4484.0, 4493.0, 4504.0, 4463.0, 4493.0, 4483.0, 4454.0, 4504.0, 4495.0, 4486.0, 4495.0, 4477.0, 4516.0, 4508.0, 4477.0, 4507.0, 4497.0, 4476.0, 4517.0, 4497.0, 4496.0, 4495.0, 4466.0, 4505.0, 4493.0, 4464.0, 4504.0, 4494.0, 4474.0, 4504.0, 4484.0, 4493.0, 4483.0, 4464.0, 4515.0, 4494.0, 4463.0, 4506.0, 4486.0, 4464.0, 4504.0, 4495.0, 4465.0, 4516.0, 4496.0, 4464.0, 4505.0, 4486.0, 4506.0, 4495.0, 4464.0, 4505.0, 4497.0, 4475.0, 4515.0, 4495.0, 4484.0, 4466.0, 4506.0, 4488.0, 4478.0, 4519.0, 4498.0, 4497.0, 4496.0, 4478.0, 4518.0, 4497.0, 4476.0, 4492.0, 4485.0, 4516.0, 4505.0, 4466.0, 4505.0, 4497.0, 4507.0, 4507.0, 4477.0, 4517.0, 4497.0, 4479.0, 4529.0, 4508.0, 4478.0, 4519.0, 4509.0, 4489.0, 4529.0, 4510.0, 4498.0, 4520.0, 4511.0, 4510.0, 4518.0, 4490.0, 4509.0, 4507.0, 4496.0, 4516.0, 4495.0, 4476.0, 4516.0, 4497.0, 4487.0, 4506.0, 4496.0, 4477.0, 4516.0, 4506.0, 4464.0, 4507.0, 4497.0, 4465.0, 4516.0, 4507.0, 4465.0, 4504.0, 4486.0, 4486.0, 4505.0, 4476.0, 4506.0, 4495.0, 4475.0, 4514.0, 4495.0, 4465.0, 4504.0, 4486.0, 4514.0, 4508.0, 4486.0, 4483.0, 4474.0, 4463.0, 4494.0, 4485.0, 4496.0, 4495.0, 4465.0, 4504.0, 4495.0, 4465.0, 4516.0, 4496.0, 4486.0, 4505.0, 4488.0, 4507.0, 4495.0, 4467.0, 4516.0, 4508.0, 4476.0, 4517.0, 4497.0, 4467.0, 4517.0, 4507.0, 4486.0, 4477.0, 4506.0, 4496.0, 4486.0, 4508.0, 4487.0, 4488.0, 4505.0, 4486.0, 4505.0, 4494.0, 4464.0, 4502.0, 4493.0, 4463.0, 4495.0, 4485.0, 4491.0, 4504.0, 4473.0, 4503.0, 4493.0, 4465.0, 4516.0, 4497.0, 4466.0, 4504.0, 4497.0, 4475.0, 4507.0, 4496.0, 4476.0, 4505.0, 4497.0, 4488.0, 4508.0, 4485.0, 4516.0, 4518.0, 4488.0, 4518.0, 4506.0, 4479.0, 4516.0, 4508.0, 4477.0, 4517.0, 4498.0, 4487.0, 4506.0, 4497.0, 4486.0, 4507.0, 4478.0, 4517.0, 4507.0, 4477.0, 4518.0, 4507.0, 4477.0, 4528.0, 4497.0, 4466.0, 4517.0, 4495.0, 4466.0, 4516.0, 4497.0, 4464.0, 4517.0, 4507.0, 4467.0, 4519.0, 4498.0, 4477.0, 4507.0, 4509.0, 4478.0, 4506.0, 4486.0, 4507.0, 4506.0, 4497.0, 4475.0, 4518.0, 4506.0, 4468.0, 4508.0, 4498.0, 4486.0, 4518.0, 4488.0, 4505.0, 4486.0, 4467.0, 4507.0, 4496.0, 4475.0, 4493.0, 4466.0, 4494.0, 4506.0, 4477.0, 4518.0, 4508.0, 4508.0, 4468.0, 4520.0, 4498.0, 4471.0, 4531.0, 4520.0, 4490.0, 4508.0, 4489.0, 4528.0, 4507.0, 4475.0, 4506.0, 4498.0, 4488.0, 4519.0, 4495.0, 4497.0, 4495.0, 4476.0, 4518.0, 4497.0, 4466.0, 4506.0, 4499.0, 4496.0, 4517.0, 4488.0, 4498.0, 4496.0, 4478.0, 4517.0, 4509.0, 4467.0, 4506.0, 4497.0, 4475.0, 4508.0, 4486.0, 4485.0, 4496.0, 4466.0, 4505.0, 4495.0, 4454.0, 4505.0, 4486.0, 4464.0, 4507.0, 4496.0, 4475.0, 4494.0, 4475.0, 4517.0, 4494.0, 4475.0, 4506.0, 4487.0, 4515.0, 4496.0, 4475.0, 4506.0, 4455.0, 4518.0, 4496.0, 4498.0, 4479.0, 4519.0, 4509.0, 4491.0, 4490.0, 4521.0, 4500.0, 4520.0, 4520.0, 4498.0, 4508.0, 4477.0, 4517.0, 4495.0, 4467.0, 4494.0, 4487.0, 4516.0, 4496.0, 4467.0, 4505.0, 4497.0, 4475.0, 4516.0, 4497.0, 4509.0, 4497.0, 4478.0, 4515.0, 4509.0, 4478.0, 4506.0, 4498.0, 4495.0, 4508.0, 4487.0, 4507.0, 4497.0, 4474.0, 4517.0, 4497.0, 4493.0, 4484.0, 4464.0, 4504.0, 4495.0, 4472.0, 4495.0, 4464.0, 4505.0, 4484.0, 4455.0, 4503.0, 4484.0, 4484.0, 4496.0, 4465.0, 4505.0, 4484.0, 4454.0, 4504.0, 4496.0, 4465.0, 4505.0, 4487.0, 4506.0, 4507.0, 4466.0, 4505.0, 4496.0, 4485.0, 4504.0, 4474.0, 4493.0, 4484.0, 4463.0, 4505.0, 4486.0, 4485.0, 4495.0, 4475.0, 4517.0, 4496.0, 4468.0, 4519.0, 4509.0, 4478.0, 4520.0, 4508.0, 4468.0, 4508.0, 4498.0, 4489.0, 4498.0, 4519.0, 4500.0, 4517.0, 4508.0, 4467.0, 4517.0, 4497.0, 4505.0, 4496.0, 4464.0, 4494.0, 4485.0, 4476.0, 4507.0, 4487.0, 4504.0, 4497.0, 4509.0, 4542.0, 4510.0, 4487.0, 4508.0, 4487.0, 4487.0, 4496.0, 4486.0, 4480.0, 4472.0, 4511.0, 4501.0, 4510.0, 4522.0, 4511.0, 4468.0, 4498.0, 4489.0, 4498.0, 4509.0, 4488.0, 4498.0, 4498.0, 4467.0, 4519.0, 4508.0, 4477.0, 4507.0, 4488.0, 4495.0, 4496.0, 4476.0, 4506.0, 4497.0, 4467.0, 4496.0, 4486.0, 4499.0, 4518.0, 4508.0, 4499.0, 4489.0, 4509.0, 4488.0, 4468.0, 4517.0, 4498.0, 4489.0, 4508.0, 4487.0, 4487.0, 4497.0, 4477.0, 4497.0, 4486.0, 4454.0, 4505.0, 4497.0, 4466.0, 4497.0, 4485.0, 4454.0, 4508.0, 4499.0, 4466.0, 4508.0, 4497.0, 4477.0, 4517.0, 4508.0, 4467.0, 4507.0, 4499.0, 4488.0, 4517.0, 4499.0, 4477.0, 4507.0, 4498.0, 4486.0, 4508.0, 4488.0, 4488.0, 4498.0, 4478.0, 4518.0, 4507.0, 4467.0, 4508.0, 4498.0, 4475.0, 4517.0, 4495.0, 4464.0, 4506.0, 4497.0, 4466.0, 4504.0, 4497.0, 4455.0, 4517.0, 4499.0, 4479.0, 4528.0, 4509.0, 4489.0, 4479.0, 4509.0, 4509.0, 4489.0, 4529.0, 4510.0, 4479.0, 4520.0, 4498.0, 4476.0, 4508.0, 4486.0, 4465.0, 4506.0, 4496.0, 4464.0, 4508.0, 4496.0, 4486.0, 4506.0, 4496.0, 4466.0, 4506.0, 4496.0, 4508.0, 4518.0, 4512.0, 4542.0], 'WindowWidth': [10052.0, 10017.0, 9968.0, 9963.0, 9938.0, 9908.0, 9946.0, 9929.0, 9884.0, 9925.0, 9905.0, 9879.0, 9937.0, 9905.0, 9865.0, 9920.0, 9892.0, 9862.0, 9936.0, 9889.0, 9861.0, 9919.0, 9905.0, 9848.0, 9916.0, 9887.0, 9857.0, 9918.0, 9905.0, 9870.0, 9902.0, 9874.0, 9901.0, 9900.0, 9847.0, 9868.0, 9899.0, 9861.0, 9918.0, 9904.0, 9889.0, 9865.0, 9919.0, 9891.0, 9863.0, 9920.0, 9878.0, 9920.0, 9886.0, 9843.0, 9900.0, 9885.0, 9899.0, 9865.0, 9842.0, 9895.0, 9870.0, 9899.0, 9882.0, 9845.0, 9897.0, 9889.0, 9874.0, 9902.0, 9862.0, 9921.0, 9911.0, 9866.0, 9921.0, 9888.0, 9890.0, 9903.0, 9879.0, 9923.0, 9904.0, 9863.0, 9904.0, 9889.0, 9860.0, 9921.0, 9908.0, 9870.0, 9917.0, 9901.0, 9877.0, 9901.0, 9875.0, 9856.0, 9917.0, 9906.0, 9932.0, 9923.0, 9876.0, 9870.0, 9882.0, 9857.0, 9895.0, 9882.0, 9842.0, 9897.0, 9868.0, 9840.0, 9899.0, 9880.0, 9840.0, 9880.0, 9865.0, 9891.0, 9863.0, 9835.0, 9878.0, 9865.0, 9837.0, 9895.0, 9881.0, 9844.0, 9911.0, 9885.0, 9850.0, 9897.0, 9885.0, 9897.0, 9897.0, 9826.0, 9914.0, 9886.0, 9874.0, 9877.0, 9906.0, 9906.0, 9855.0, 9910.0, 9910.0, 9897.0, 9923.0, 9904.0, 9883.0, 9939.0, 9908.0, 9867.0, 9903.0, 9886.0, 9873.0, 9916.0, 9887.0, 9886.0, 9885.0, 9859.0, 9917.0, 9901.0, 9847.0, 9916.0, 9890.0, 9874.0, 9918.0, 9889.0, 9899.0, 9885.0, 9863.0, 9918.0, 9903.0, 9861.0, 9899.0, 9875.0, 9916.0, 9902.0, 9857.0, 9901.0, 9889.0, 9873.0, 9916.0, 9885.0, 9872.0, 9883.0, 9874.0, 9916.0, 9898.0, 9847.0, 9918.0, 9899.0, 9872.0, 9912.0, 9871.0, 9887.0, 9898.0, 9872.0, 9900.0, 9885.0, 9851.0, 9915.0, 9902.0, 9860.0, 9918.0, 9885.0, 9861.0, 9931.0, 9903.0, 9848.0, 9917.0, 9887.0, 9859.0, 9916.0, 9887.0, 9845.0, 9897.0, 9888.0, 9883.0, 9883.0, 9859.0, 9912.0, 9885.0, 9856.0, 9913.0, 9882.0, 9844.0, 9913.0, 9901.0, 9860.0, 9900.0, 9884.0, 9861.0, 9914.0, 9888.0, 9860.0, 9924.0, 9890.0, 9857.0, 9901.0, 9883.0, 9868.0, 9876.0, 9856.0, 9914.0, 9881.0, 9845.0, 9910.0, 9883.0, 9846.0, 9917.0, 9900.0, 9875.0, 9864.0, 9902.0, 9890.0, 9875.0, 9902.0, 9893.0, 9892.0, 9906.0, 9875.0, 9900.0, 9884.0, 9862.0, 9930.0, 9903.0, 9861.0, 9916.0, 9885.0, 9859.0, 9917.0, 9902.0, 9860.0, 9900.0, 9889.0, 9903.0, 9904.0, 9879.0, 9904.0, 9908.0, 9877.0, 9938.0, 9924.0, 9878.0, 9921.0, 9905.0, 9893.0, 9881.0, 9924.0, 9910.0, 9868.0, 9919.0, 9880.0, 9920.0, 9892.0, 9871.0, 9885.0, 9869.0, 9897.0, 9883.0, 9855.0, 9883.0, 9849.0, 9891.0, 9866.0, 9878.0, 9893.0, 9838.0, 9878.0, 9865.0, 9828.0, 9896.0, 9883.0, 9872.0, 9884.0, 9862.0, 9917.0, 9905.0, 9862.0, 9903.0, 9891.0, 9861.0, 9918.0, 9889.0, 9888.0, 9884.0, 9845.0, 9900.0, 9882.0, 9841.0, 9895.0, 9881.0, 9854.0, 9896.0, 9868.0, 9878.0, 9865.0, 9840.0, 9912.0, 9881.0, 9838.0, 9899.0, 9872.0, 9841.0, 9896.0, 9883.0, 9845.0, 9914.0, 9888.0, 9841.0, 9897.0, 9873.0, 9900.0, 9883.0, 9841.0, 9898.0, 9886.0, 9858.0, 9913.0, 9886.0, 9869.0, 9847.0, 9902.0, 9880.0, 9865.0, 9923.0, 9892.0, 9890.0, 9887.0, 9864.0, 9920.0, 9889.0, 9860.0, 9881.0, 9873.0, 9918.0, 9899.0, 9847.0, 9899.0, 9889.0, 9903.0, 9904.0, 9864.0, 9918.0, 9890.0, 9867.0, 9937.0, 9907.0, 9866.0, 9922.0, 9909.0, 9882.0, 9939.0, 9912.0, 9896.0, 9927.0, 9913.0, 9912.0, 9922.0, 9885.0, 9910.0, 9906.0, 9889.0, 9917.0, 9886.0, 9860.0, 9917.0, 9890.0, 9876.0, 9902.0, 9886.0, 9862.0, 9915.0, 9901.0, 9844.0, 9904.0, 9887.0, 9845.0, 9915.0, 9902.0, 9843.0, 9895.0, 9873.0, 9871.0, 9897.0, 9859.0, 9899.0, 9884.0, 9857.0, 9911.0, 9884.0, 9844.0, 9897.0, 9873.0, 9910.0, 9905.0, 9875.0, 9867.0, 9854.0, 9840.0, 9882.0, 9870.0, 9886.0, 9883.0, 9843.0, 9896.0, 9883.0, 9844.0, 9916.0, 9890.0, 9874.0, 9899.0, 9877.0, 9902.0, 9886.0, 9849.0, 9917.0, 9905.0, 9860.0, 9918.0, 9887.0, 9850.0, 9917.0, 9903.0, 9875.0, 9863.0, 9901.0, 9888.0, 9874.0, 9905.0, 9877.0, 9877.0, 9899.0, 9873.0, 9900.0, 9881.0, 9841.0, 9890.0, 9879.0, 9838.0, 9884.0, 9870.0, 9875.0, 9896.0, 9854.0, 9894.0, 9879.0, 9845.0, 9915.0, 9890.0, 9848.0, 9898.0, 9891.0, 9859.0, 9903.0, 9887.0, 9860.0, 9900.0, 9892.0, 9880.0, 9906.0, 9875.0, 9918.0, 9922.0, 9881.0, 9922.0, 9902.0, 9869.0, 9918.0, 9907.0, 9862.0, 9917.0, 9891.0, 9876.0, 9903.0, 9891.0, 9874.0, 9904.0, 9867.0, 9919.0, 9904.0, 9864.0, 9922.0, 9907.0, 9865.0, 9935.0, 9890.0, 9849.0, 9919.0, 9888.0, 9849.0, 9917.0, 9890.0, 9842.0, 9918.0, 9905.0, 9853.0, 9925.0, 9894.0, 9862.0, 9905.0, 9910.0, 9864.0, 9900.0, 9874.0, 9903.0, 9902.0, 9890.0, 9860.0, 9922.0, 9903.0, 9851.0, 9905.0, 9892.0, 9874.0, 9920.0, 9876.0, 9898.0, 9873.0, 9848.0, 9902.0, 9886.0, 9856.0, 9881.0, 9846.0, 9881.0, 9903.0, 9864.0, 9920.0, 9907.0, 9906.0, 9855.0, 9926.0, 9894.0, 9860.0, 9944.0, 9926.0, 9883.0, 9906.0, 9881.0, 9937.0, 9904.0, 9860.0, 9902.0, 9892.0, 9878.0, 9922.0, 9887.0, 9888.0, 9885.0, 9861.0, 9919.0, 9888.0, 9847.0, 9901.0, 9894.0, 9889.0, 9917.0, 9878.0, 9891.0, 9888.0, 9867.0, 9920.0, 9907.0, 9850.0, 9900.0, 9888.0, 9857.0, 9906.0, 9873.0, 9870.0, 9883.0, 9844.0, 9900.0, 9883.0, 9827.0, 9897.0, 9871.0, 9841.0, 9901.0, 9886.0, 9858.0, 9882.0, 9858.0, 9916.0, 9884.0, 9855.0, 9898.0, 9874.0, 9911.0, 9887.0, 9856.0, 9896.0, 9826.0, 9917.0, 9889.0, 9892.0, 9867.0, 9926.0, 9910.0, 9889.0, 9886.0, 9929.0, 9900.0, 9929.0, 9924.0, 9891.0, 9904.0, 9862.0, 9918.0, 9884.0, 9848.0, 9882.0, 9874.0, 9914.0, 9887.0, 9849.0, 9899.0, 9888.0, 9859.0, 9918.0, 9892.0, 9907.0, 9890.0, 9864.0, 9916.0, 9908.0, 9864.0, 9901.0, 9891.0, 9885.0, 9905.0, 9876.0, 9902.0, 9888.0, 9856.0, 9919.0, 9888.0, 9881.0, 9868.0, 9840.0, 9896.0, 9882.0, 9850.0, 9881.0, 9840.0, 9899.0, 9866.0, 9829.0, 9894.0, 9870.0, 9868.0, 9886.0, 9843.0, 9897.0, 9867.0, 9829.0, 9896.0, 9885.0, 9844.0, 9898.0, 9876.0, 9900.0, 9902.0, 9845.0, 9898.0, 9886.0, 9871.0, 9896.0, 9855.0, 9879.0, 9867.0, 9837.0, 9898.0, 9874.0, 9871.0, 9882.0, 9856.0, 9917.0, 9887.0, 9852.0, 9921.0, 9908.0, 9866.0, 9926.0, 9907.0, 9852.0, 9907.0, 9891.0, 9880.0, 9893.0, 9922.0, 9896.0, 9919.0, 9905.0, 9849.0, 9917.0, 9889.0, 9899.0, 9883.0, 9840.0, 9880.0, 9869.0, 9858.0, 9902.0, 9873.0, 9894.0, 9889.0, 9911.0, 9970.0, 9913.0, 9876.0, 9900.0, 9872.0, 9874.0, 9888.0, 9872.0, 9869.0, 9864.0, 9914.0, 9900.0, 9910.0, 9934.0, 9914.0, 9852.0, 9891.0, 9880.0, 9891.0, 9908.0, 9876.0, 9890.0, 9890.0, 9848.0, 9920.0, 9904.0, 9862.0, 9901.0, 9875.0, 9883.0, 9884.0, 9856.0, 9899.0, 9886.0, 9846.0, 9882.0, 9869.0, 9891.0, 9918.0, 9906.0, 9893.0, 9881.0, 9909.0, 9876.0, 9849.0, 9918.0, 9891.0, 9876.0, 9902.0, 9873.0, 9871.0, 9886.0, 9858.0, 9885.0, 9870.0, 9826.0, 9896.0, 9885.0, 9843.0, 9887.0, 9868.0, 9826.0, 9902.0, 9892.0, 9847.0, 9906.0, 9889.0, 9863.0, 9917.0, 9904.0, 9849.0, 9901.0, 9892.0, 9876.0, 9918.0, 9892.0, 9861.0, 9902.0, 9890.0, 9873.0, 9905.0, 9879.0, 9876.0, 9890.0, 9864.0, 9920.0, 9901.0, 9847.0, 9904.0, 9890.0, 9859.0, 9919.0, 9885.0, 9841.0, 9899.0, 9887.0, 9846.0, 9897.0, 9887.0, 9828.0, 9917.0, 9892.0, 9865.0, 9934.0, 9908.0, 9881.0, 9867.0, 9909.0, 9910.0, 9880.0, 9939.0, 9910.0, 9865.0, 9923.0, 9892.0, 9858.0, 9905.0, 9871.0, 9842.0, 9900.0, 9884.0, 9840.0, 9905.0, 9886.0, 9873.0, 9899.0, 9887.0, 9847.0, 9901.0, 9887.0, 9906.0, 9919.0, 9916.0, 9965.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.0004030484988452656</td></tr>
<tr><td colspan=3>aqi</td><td>0.02152363810623557</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.56970063589596</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2214032607052026</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9979081964161854</td></tr>
<tr><td colspan=3>efc</td><td>0.5095</td></tr>
<tr><td colspan=3>fber</td><td>5326.2295</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09624077004780784</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.464203233256351</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2497715040954294</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1008138590036034</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.501704394900174</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.14679625838251</td></tr>
<tr><td colspan=3>gcor</td><td>0.00342385</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021266890689730644</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0404093936085701</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.403159987606938</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>17.1752</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.308</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.8449</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289607.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>1006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.3237</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.508</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.1617</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3665.9143</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3788.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>860.2863</td></tr>
<tr><td colspan=3>tsnr</td><td>42.50484720245004</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>