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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0095_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-04_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-0095/figures/sub-0095_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-04_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-0095/ses-04/func/sub-0095_ses-04_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>d738fa6c622ca3c78666703f1966e26e</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:36:18.450000</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.999281, 0.0326381, 0.0192735, -0.0308799, 0.99587, -0.0853821]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0969096</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7812, -7187, 140, -161, -198, -140, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5c388423-2ffe-4f43-9966-6554b64bf64a||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.6809988021850586, -0.08284851163625717, 0.059347763657569885, 114.97864532470703], [-0.08756572753190994, 2.6718454360961914, -0.22875916957855225, -81.74394226074219], [0.05170951411128044, 0.22907403111457825, 2.6896369457244873, -81.54978942871094], [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': ['183618.450000', '183618.910000', '183619.370000', '183619.830000', '183620.290000', '183620.750000', '183621.210000', '183621.670000', '183622.130000', '183622.590000', '183623.050000', '183623.510000', '183623.970000', '183624.430000', '183624.890000', '183625.350000', '183625.810000', '183626.270000', '183626.730000', '183627.190000', '183627.650000', '183628.110000', '183628.570000', '183629.030000', '183629.490000', '183629.950000', '183630.410000', '183630.870000', '183631.330000', '183631.790000', '183632.250000', '183632.710000', '183633.170000', '183633.630000', '183634.090000', '183634.550000', '183635.010000', '183635.470000', '183635.930000', '183636.390000', '183636.850000', '183637.310000', '183637.770000', '183638.230000', '183638.690000', '183639.150000', '183639.610000', '183640.070000', '183640.530000', '183640.990000', '183641.450000', '183641.910000', '183642.370000', '183642.830000', '183643.290000', '183643.750000', '183644.210000', '183644.670000', '183645.130000', '183645.590000', '183646.050000', '183646.510000', '183646.970000', '183647.430000', '183647.890000', '183648.350000', '183648.810000', '183649.270000', '183649.730000', '183650.190000', '183650.650000', '183651.110000', '183651.570000', '183652.030000', '183652.490000', '183652.950000', '183653.410000', '183653.870000', '183654.330000', '183654.790000', '183655.250000', '183655.710000', '183656.170000', '183656.630000', '183657.090000', '183657.550000', '183658.010000', '183658.470000', '183658.930000', '183659.390000', '183659.850000', '183700.310000', '183700.770000', '183701.230000', '183701.690000', '183702.150000', '183702.610000', '183703.070000', '183703.530000', '183703.990000', '183704.450000', '183704.910000', '183705.370000', '183705.830000', '183706.290000', '183706.750000', '183707.210000', '183707.670000', '183708.130000', '183708.590000', '183709.050000', '183709.510000', '183709.970000', '183710.430000', '183710.890000', '183711.350000', '183711.810000', '183712.270000', '183712.730000', '183713.190000', '183713.650000', '183714.110000', '183714.570000', '183715.030000', '183715.490000', '183715.950000', '183716.410000', '183716.870000', '183717.330000', '183717.790000', '183718.250000', '183718.710000', '183719.170000', '183719.630000', '183720.090000', '183720.550000', '183721.010000', '183721.470000', '183721.930000', '183722.390000', '183722.850000', '183723.310000', '183723.770000', '183724.230000', '183724.690000', '183725.150000', '183725.610000', '183726.070000', '183726.530000', '183726.990000', '183727.450000', '183727.910000', '183728.370000', '183728.830000', '183729.290000', '183729.750000', '183730.210000', '183730.670000', '183731.130000', '183731.590000', '183732.050000', '183732.510000', '183732.970000', '183733.430000', '183733.890000', '183734.350000', '183734.810000', '183735.270000', '183735.730000', '183736.190000', '183736.650000', '183737.110000', '183737.570000', '183738.030000', '183738.490000', '183738.950000', '183739.410000', '183739.870000', '183740.330000', '183740.790000', '183741.250000', '183741.710000', '183742.170000', '183742.630000', '183743.090000', '183743.550000', '183744.010000', '183744.470000', '183744.930000', '183745.390000', '183745.850000', '183746.310000', '183746.770000', '183747.230000', '183747.690000', '183748.150000', '183748.610000', '183749.070000', '183749.530000', '183749.990000', '183750.450000', '183750.910000', '183751.370000', '183751.830000', '183752.290000', '183752.750000', '183753.210000', '183753.670000', '183754.130000', '183754.590000', '183755.050000', '183755.510000', '183755.970000', '183756.430000', '183756.890000', '183757.350000', '183757.810000', '183758.270000', '183758.730000', '183759.190000', '183759.650000', '183800.110000', '183800.570000', '183801.030000', '183801.490000', '183801.950000', '183802.410000', '183802.870000', '183803.330000', '183803.790000', '183804.250000', '183804.710000', '183805.170000', '183805.630000', '183806.090000', '183806.550000', '183807.010000', '183807.470000', '183807.930000', '183808.390000', '183808.850000', '183809.310000', '183809.770000', '183810.230000', '183810.690000', '183811.150000', '183811.610000', '183812.070000', '183812.530000', '183812.990000', '183813.450000', '183813.910000', '183814.370000', '183814.830000', '183815.290000', '183815.750000', '183816.210000', '183816.670000', '183817.130000', '183817.590000', '183818.050000', '183818.510000', '183818.970000', '183819.430000', '183819.890000', '183820.350000', '183820.810000', '183821.270000', '183821.730000', '183822.190000', '183822.650000', '183823.110000', '183823.570000', '183824.030000', '183824.490000', '183824.950000', '183825.410000', '183825.870000', '183826.330000', '183826.790000', '183827.250000', '183827.710000', '183828.170000', '183828.630000', '183829.090000', '183829.550000', '183830.010000', '183830.470000', '183830.930000', '183831.390000', '183831.850000', '183832.310000', '183832.770000', '183833.230000', '183833.690000', '183834.150000', '183834.610000', '183835.070000', '183835.530000', '183835.990000', '183836.450000', '183836.910000', '183837.370000', '183837.830000', '183838.290000', '183838.750000', '183839.210000', '183839.670000', '183840.130000', '183840.590000', '183841.050000', '183841.510000', '183841.970000', '183842.430000', '183842.890000', '183843.350000', '183843.810000', '183844.270000', '183844.730000', '183845.190000', '183845.650000', '183846.110000', '183846.570000', '183847.030000', '183847.490000', '183847.950000', '183848.410000', '183848.870000', '183849.330000', '183849.790000', '183850.250000', '183850.710000', '183851.170000', '183851.630000', '183852.090000', '183852.550000', '183853.010000', '183853.470000', '183853.930000', '183854.390000', '183854.850000', '183855.310000', '183855.770000', '183856.230000', '183856.690000', '183857.150000', '183857.610000', '183858.070000', '183858.530000', '183858.990000', '183859.450000', '183859.910000', '183900.370000', '183900.830000', '183901.290000', '183901.750000', '183902.210000', '183902.670000', '183903.130000', '183903.590000', '183904.050000', '183904.510000', '183904.970000', '183905.430000', '183905.890000', '183906.350000', '183906.810000', '183907.270000', '183907.730000', '183908.190000', '183908.650000', '183909.110000', '183909.570000', '183910.030000', '183910.490000', '183910.950000', '183911.410000', '183911.870000', '183912.330000', '183912.790000', '183913.250000', '183913.710000', '183914.170000', '183914.630000', '183915.090000', '183915.550000', '183916.010000', '183916.470000', '183916.930000', '183917.390000', '183917.850000', '183918.310000', '183918.770000', '183919.230000', '183919.690000', '183920.150000', '183920.610000', '183921.070000', '183921.530000', '183921.990000', '183922.450000', '183922.910000', '183923.370000', '183923.830000', '183924.290000', '183924.750000', '183925.210000', '183925.670000', '183926.130000', '183926.590000', '183927.050000', '183927.510000', '183927.970000', '183928.430000', '183928.890000', '183929.350000', '183929.810000', '183930.270000', '183930.730000', '183931.190000', '183931.650000', '183932.110000', '183932.570000', '183933.030000', '183933.490000', '183933.950000', '183934.410000', '183934.870000', '183935.330000', '183935.790000', '183936.250000', '183936.710000', '183937.170000', '183937.630000', '183938.090000', '183938.550000', '183939.010000', '183939.470000', '183939.930000', '183940.390000', '183940.850000', '183941.310000', '183941.770000', '183942.230000', '183942.690000', '183943.150000', '183943.610000', '183944.070000', '183944.530000', '183944.990000', '183945.450000', '183945.910000', '183946.370000', '183946.830000', '183947.290000', '183947.750000', '183948.210000', '183948.670000', '183949.130000', '183949.590000', '183950.050000', '183950.510000', '183950.970000', '183951.430000', '183951.890000', '183952.350000', '183952.810000', '183953.270000', '183953.730000', '183954.190000', '183954.650000', '183955.110000', '183955.570000', '183956.030000', '183956.490000', '183956.950000', '183957.410000', '183957.870000', '183958.330000', '183958.790000', '183959.250000', '183959.710000', '184000.170000', '184000.630000', '184001.090000', '184001.550000', '184002.010000', '184002.470000', '184002.930000', '184003.390000', '184003.850000', '184004.310000', '184004.770000', '184005.230000', '184005.690000', '184006.150000', '184006.610000', '184007.070000', '184007.530000', '184007.990000', '184008.450000', '184008.910000', '184009.370000', '184009.830000', '184010.290000', '184010.750000', '184011.210000', '184011.670000', '184012.130000', '184012.590000', '184013.050000', '184013.510000', '184013.970000', '184014.430000', '184014.890000', '184015.350000', '184015.810000', '184016.270000', '184016.730000', '184017.190000', '184017.650000', '184018.110000', '184018.570000', '184019.030000', '184019.490000', '184019.950000', '184020.410000', '184020.870000', '184021.330000', '184021.790000', '184022.250000', '184022.710000', '184023.170000', '184023.630000', '184024.090000', '184024.550000', '184025.010000', '184025.470000', '184025.930000', '184026.390000', '184026.850000', '184027.310000', '184027.770000', '184028.230000', '184028.690000', '184029.150000', '184029.610000', '184030.070000', '184030.530000', '184030.990000', '184031.450000', '184031.910000', '184032.370000', '184032.830000', '184033.290000', '184033.750000', '184034.210000', '184034.670000', '184035.130000', '184035.590000', '184036.050000', '184036.510000', '184036.970000', '184037.430000', '184037.890000', '184038.350000', '184038.810000', '184039.270000', '184039.730000', '184040.190000', '184040.650000', '184041.110000', '184041.570000', '184042.030000', '184042.490000', '184042.950000', '184043.410000', '184043.870000', '184044.330000', '184044.790000', '184045.250000', '184045.710000', '184046.170000', '184046.630000', '184047.090000', '184047.550000', '184048.010000', '184048.470000', '184048.930000', '184049.390000', '184049.850000', '184050.310000', '184050.770000', '184051.230000', '184051.690000', '184052.150000', '184052.610000', '184053.070000', '184053.530000', '184053.990000', '184054.450000', '184054.910000', '184055.370000', '184055.830000', '184056.290000', '184056.750000', '184057.210000', '184057.670000', '184058.130000', '184058.590000', '184059.050000', '184059.510000', '184059.970000', '184100.430000', '184100.890000', '184101.350000', '184101.810000', '184102.270000', '184102.730000', '184103.190000', '184103.650000', '184104.110000', '184104.570000', '184105.030000', '184105.490000', '184105.950000', '184106.410000', '184106.870000', '184107.330000', '184107.790000', '184108.250000', '184108.710000', '184109.170000', '184109.630000', '184110.090000', '184110.550000', '184111.010000', '184111.470000', '184111.930000', '184112.390000', '184112.850000', '184113.310000', '184113.770000', '184114.230000', '184114.690000', '184115.150000', '184115.610000', '184116.070000', '184116.530000', '184116.990000', '184117.450000', '184117.910000', '184118.370000', '184118.830000', '184119.290000', '184119.750000', '184120.210000', '184120.670000', '184121.130000', '184121.590000', '184122.050000', '184122.510000', '184122.970000', '184123.430000', '184123.890000', '184124.350000', '184124.810000', '184125.270000', '184125.730000', '184126.190000', '184126.650000', '184127.110000', '184127.570000', '184128.030000', '184128.490000', '184128.950000', '184129.410000', '184129.870000', '184130.330000', '184130.790000', '184131.250000', '184131.710000', '184132.170000', '184132.630000', '184133.090000', '184133.550000', '184134.010000', '184134.470000', '184134.930000', '184135.390000', '184135.850000', '184136.310000', '184136.770000', '184137.230000', '184137.690000', '184138.150000', '184138.610000', '184139.070000', '184139.530000', '184139.990000', '184140.450000', '184140.910000', '184141.370000', '184141.830000', '184142.290000', '184142.750000', '184143.210000', '184143.670000', '184144.130000', '184144.590000', '184145.050000', '184145.510000', '184145.970000', '184146.430000', '184146.890000', '184147.350000', '184147.810000', '184148.270000', '184148.730000', '184149.190000', '184149.650000', '184150.110000', '184150.570000', '184151.030000', '184151.490000', '184151.950000', '184152.410000', '184152.870000', '184153.330000', '184153.790000', '184154.250000', '184154.710000', '184155.170000', '184155.630000', '184156.090000', '184156.550000', '184157.010000', '184157.470000', '184157.930000', '184158.390000', '184158.850000', '184159.310000', '184159.770000', '184200.230000', '184200.690000', '184201.150000', '184201.610000', '184202.070000', '184202.530000', '184202.990000', '184203.450000', '184203.910000', '184204.370000', '184204.830000', '184205.290000', '184205.750000', '184206.210000', '184206.670000', '184207.130000', '184207.590000', '184208.050000', '184208.510000', '184208.970000', '184209.430000', '184209.890000', '184210.350000', '184210.810000', '184211.270000', '184211.730000', '184212.190000', '184212.650000', '184213.110000', '184213.570000', '184214.030000', '184214.490000', '184214.950000', '184215.410000', '184215.870000', '184216.330000', '184216.790000', '184217.250000', '184217.710000', '184218.170000', '184218.630000', '184219.090000', '184219.550000', '184220.010000', '184220.470000', '184220.930000', '184221.390000', '184221.850000', '184222.310000', '184222.770000', '184223.230000', '184223.690000', '184224.150000', '184224.610000', '184225.070000', '184225.530000', '184225.990000', '184226.450000', '184226.910000', '184227.370000', '184227.830000', '184228.290000', '184228.750000', '184229.210000', '184229.670000', '184230.130000', '184230.590000', '184231.050000', '184231.510000', '184231.970000', '184232.430000', '184232.890000', '184233.350000', '184233.810000', '184234.270000', '184234.730000', '184235.190000', '184235.650000', '184236.110000', '184236.570000', '184237.030000', '184237.490000', '184237.950000', '184238.410000', '184238.870000', '184239.330000', '184239.790000', '184240.250000', '184240.710000', '184241.170000', '184241.630000', '184242.090000', '184242.550000', '184243.010000', '184243.470000', '184243.930000', '184244.390000', '184244.850000', '184245.310000', '184245.770000', '184246.230000', '184246.690000', '184247.150000', '184247.610000', '184248.070000', '184248.530000', '184248.990000', '184249.450000', '184249.910000', '184250.370000', '184250.830000', '184251.290000', '184251.750000', '184252.210000', '184252.670000', '184253.130000', '184253.590000', '184254.050000', '184254.510000', '184254.970000', '184255.430000', '184255.890000', '184256.350000', '184256.810000', '184257.270000', '184257.730000', '184258.190000', '184258.650000', '184259.110000'], 'ContentTime': ['183628.812000', '183628.815000', '183628.818000', '183628.821000', '183628.823000', '183628.833000', '183628.836000', '183628.838000', '183628.841000', '183628.844000', '183628.846000', '183628.853000', '183628.856000', '183628.861000', '183628.863000', '183628.875000', '183628.877000', '183628.880000', '183628.882000', '183628.885000', '183628.888000', '183648.751000', '183648.754000', '183648.756000', '183648.764000', '183648.766000', '183648.769000', '183648.771000', '183648.774000', '183648.777000', '183648.779000', '183648.782000', '183648.784000', '183648.787000', '183648.789000', '183648.792000', '183648.795000', '183648.797000', '183648.800000', '183648.802000', '183648.811000', '183648.814000', '183648.816000', '183648.819000', '183648.821000', '183648.824000', '183648.827000', '183648.829000', '183648.832000', '183648.834000', '183648.837000', '183648.840000', '183648.842000', '183648.845000', '183648.847000', '183648.850000', '183648.853000', '183648.855000', '183648.858000', '183648.860000', '183648.863000', '183648.865000', '183648.868000', '183648.871000', '183708.751000', '183708.754000', '183708.757000', '183708.759000', '183708.762000', '183708.793000', '183708.796000', '183708.799000', '183708.801000', '183708.804000', '183708.807000', '183708.809000', '183708.812000', '183708.814000', '183708.817000', '183708.819000', '183708.822000', '183708.825000', '183708.827000', '183708.830000', '183708.833000', '183708.835000', '183708.838000', '183708.840000', '183708.843000', '183708.846000', '183708.848000', '183708.851000', '183708.853000', '183708.863000', '183708.865000', '183708.868000', '183708.871000', '183708.874000', '183708.876000', '183708.879000', '183708.882000', '183708.885000', '183708.887000', '183708.890000', '183708.893000', '183708.895000', '183708.906000', '183708.909000', '183728.751000', '183728.754000', '183728.756000', '183728.759000', '183728.761000', '183728.764000', '183728.767000', '183728.778000', '183728.780000', '183728.783000', '183728.786000', '183728.788000', '183728.791000', '183728.793000', '183728.796000', '183728.799000', '183728.801000', '183728.804000', '183728.807000', '183728.809000', '183728.812000', '183728.814000', '183728.817000', '183728.819000', '183728.822000', '183728.825000', '183728.827000', '183728.830000', '183728.832000', '183728.835000', '183728.838000', '183728.840000', '183728.843000', '183728.845000', '183728.848000', '183728.851000', '183728.853000', '183728.856000', '183728.858000', '183728.861000', '183728.863000', '183728.866000', '183728.869000', '183748.751000', '183748.753000', '183748.756000', '183748.759000', '183748.761000', '183748.764000', '183748.767000', '183748.769000', '183748.772000', '183748.775000', '183748.777000', '183748.780000', '183748.782000', '183748.785000', '183748.787000', '183748.790000', '183748.793000', '183748.795000', '183748.798000', '183748.801000', '183748.803000', '183748.806000', '183748.809000', '183748.811000', '183748.814000', '183748.816000', '183748.819000', '183748.822000', '183748.824000', '183748.827000', '183748.829000', '183748.832000', '183748.835000', '183748.837000', '183748.840000', '183748.842000', '183748.845000', '183748.848000', '183748.850000', '183748.853000', '183748.856000', '183748.858000', '183748.861000', '183748.863000', '183808.751000', '183808.753000', '183808.756000', '183808.759000', '183808.761000', '183808.764000', '183808.767000', '183808.769000', '183808.772000', '183808.774000', '183808.777000', '183808.780000', '183808.782000', '183808.785000', '183808.788000', '183808.790000', '183808.793000', '183808.796000', '183808.798000', '183808.801000', '183808.804000', '183808.806000', '183808.809000', '183808.811000', '183808.814000', '183808.817000', '183808.819000', '183808.822000', '183808.824000', '183808.827000', '183808.830000', '183808.832000', '183808.835000', '183808.837000', '183808.840000', '183808.843000', '183808.845000', '183808.848000', '183808.850000', '183808.853000', '183808.856000', '183808.858000', '183808.861000', '183828.752000', '183828.755000', '183828.758000', '183828.761000', '183828.763000', '183828.766000', '183828.768000', '183828.771000', '183828.774000', '183828.776000', '183828.779000', '183828.782000', '183828.784000', '183828.787000', '183828.789000', '183828.792000', '183828.795000', '183828.797000', '183828.800000', '183828.803000', '183828.805000', '183828.808000', '183828.811000', '183828.813000', '183828.816000', '183828.819000', '183828.821000', '183828.824000', '183828.827000', '183828.829000', '183828.832000', '183828.834000', '183828.837000', '183828.840000', '183828.842000', '183828.845000', '183828.847000', '183828.850000', '183828.852000', '183828.855000', '183828.858000', '183828.860000', '183828.863000', '183828.865000', '183848.775000', '183848.778000', '183848.781000', '183848.783000', '183848.786000', '183848.789000', '183848.791000', '183848.794000', '183848.797000', '183848.800000', '183848.802000', '183848.805000', '183848.807000', '183848.810000', '183848.813000', '183848.815000', '183848.818000', '183848.820000', '183848.823000', '183848.826000', '183848.828000', '183848.831000', '183848.833000', '183848.836000', '183848.839000', '183848.841000', '183848.844000', '183848.846000', '183848.849000', '183848.852000', '183848.854000', '183848.857000', '183848.859000', '183848.862000', '183848.865000', '183848.867000', '183848.870000', '183848.872000', '183848.875000', '183848.878000', '183848.880000', '183848.883000', '183848.885000', '183908.751000', '183908.754000', '183908.756000', '183908.760000', '183908.763000', '183908.765000', '183908.768000', '183908.770000', '183908.773000', '183908.776000', '183908.778000', '183908.781000', '183908.783000', '183908.786000', '183908.789000', '183908.791000', '183908.794000', '183908.796000', '183908.799000', '183908.835000', '183908.838000', '183908.841000', '183908.843000', '183908.846000', '183908.848000', '183908.851000', '183908.854000', '183908.856000', '183908.859000', '183908.861000', '183908.864000', '183908.867000', '183908.869000', '183908.872000', '183908.875000', '183908.877000', '183908.880000', '183908.882000', '183908.885000', '183908.888000', '183908.890000', '183908.893000', '183908.895000', '183928.751000', '183928.754000', '183928.757000', '183928.760000', '183928.762000', '183928.765000', '183928.767000', '183928.770000', '183928.773000', '183928.775000', '183928.778000', '183928.780000', '183928.783000', '183928.786000', '183928.789000', '183928.792000', '183928.794000', '183928.797000', '183928.828000', '183928.830000', '183928.833000', '183928.836000', '183928.838000', '183928.841000', '183928.844000', '183928.846000', '183928.849000', '183928.851000', '183928.854000', '183928.857000', '183928.859000', '183928.862000', '183928.865000', '183928.867000', '183928.870000', '183928.872000', '183928.875000', '183928.878000', '183928.881000', '183928.883000', '183928.886000', '183928.888000', '183928.891000', '183928.894000', '183948.750000', '183948.754000', '183948.757000', '183948.760000', '183948.762000', '183948.765000', '183948.768000', '183948.770000', '183948.773000', '183948.775000', '183948.778000', '183948.780000', '183948.783000', '183948.786000', '183948.788000', '183948.792000', '183948.795000', '183948.798000', '183948.831000', '183948.834000', '183948.836000', '183948.839000', '183948.842000', '183948.844000', '183948.847000', '183948.850000', '183948.852000', '183948.855000', '183948.857000', '183948.860000', '183948.863000', '183948.865000', '183948.868000', '183948.870000', '183948.873000', '183948.876000', '183948.878000', '183948.881000', '183948.884000', '183948.887000', '183948.889000', '183948.892000', '183948.895000', '184008.751000', '184008.754000', '184008.756000', '184008.759000', '184008.762000', '184008.764000', '184008.767000', '184008.769000', '184008.772000', '184008.775000', '184008.777000', '184008.780000', '184008.782000', '184008.785000', '184008.788000', '184008.790000', '184008.793000', '184008.795000', '184008.798000', '184008.801000', '184008.803000', '184008.806000', '184008.809000', '184008.811000', '184008.829000', '184008.832000', '184008.849000', '184008.852000', '184008.854000', '184008.857000', '184008.860000', '184008.862000', '184008.865000', '184008.868000', '184008.870000', '184008.873000', '184008.876000', '184008.878000', '184008.881000', '184008.884000', '184008.886000', '184008.889000', '184008.892000', '184008.894000', '184028.751000', '184028.753000', '184028.756000', '184028.759000', '184028.761000', '184028.765000', '184028.768000', '184028.771000', '184028.774000', '184028.777000', '184028.779000', '184028.782000', '184028.784000', '184028.787000', '184028.790000', '184028.792000', '184028.795000', '184028.798000', '184028.854000', '184028.857000', '184028.859000', '184028.862000', '184028.865000', '184028.867000', '184028.870000', '184028.873000', '184028.875000', '184028.878000', '184028.880000', '184028.883000', '184028.886000', '184028.888000', '184028.891000', '184028.894000', '184028.896000', '184028.899000', '184028.901000', '184028.904000', '184028.907000', '184028.910000', '184028.912000', '184028.915000', '184028.918000', '184048.751000', '184048.754000', '184048.756000', '184048.759000', '184048.762000', '184048.764000', '184048.767000', '184048.769000', '184048.772000', '184048.775000', '184048.777000', '184048.780000', '184048.783000', '184048.785000', '184048.788000', '184048.790000', '184048.793000', '184048.796000', '184048.798000', '184048.857000', '184048.860000', '184048.862000', '184048.865000', '184048.868000', '184048.870000', '184048.873000', '184048.876000', '184048.878000', '184048.881000', '184048.884000', '184048.886000', '184048.889000', '184048.892000', '184048.894000', '184048.897000', '184048.899000', '184048.902000', '184048.905000', '184048.907000', '184048.910000', '184048.912000', '184048.915000', '184048.918000', '184048.920000', '184108.751000', '184108.754000', '184108.756000', '184108.759000', '184108.761000', '184108.764000', '184108.767000', '184108.769000', '184108.772000', '184108.775000', '184108.777000', '184108.780000', '184108.783000', '184108.786000', '184108.789000', '184108.791000', '184108.794000', '184108.797000', '184108.799000', '184108.855000', '184108.858000', '184108.861000', '184108.863000', '184108.866000', '184108.869000', '184108.871000', '184108.874000', '184108.876000', '184108.879000', '184108.882000', '184108.884000', '184108.887000', '184108.890000', '184108.892000', '184108.895000', '184108.898000', '184108.900000', '184108.903000', '184108.906000', '184108.908000', '184108.911000', '184108.914000', '184108.916000', '184128.751000', '184128.753000', '184128.756000', '184128.759000', '184128.761000', '184128.764000', '184128.767000', '184128.770000', '184128.772000', '184128.775000', '184128.778000', '184128.780000', '184128.783000', '184128.786000', '184128.788000', '184128.791000', '184128.794000', '184128.796000', '184128.799000', '184128.848000', '184128.851000', '184128.854000', '184128.856000', '184128.859000', '184128.862000', '184128.864000', '184128.867000', '184128.870000', '184128.872000', '184128.875000', '184128.878000', '184128.880000', '184128.883000', '184128.885000', '184128.888000', '184128.891000', '184128.893000', '184128.896000', '184128.898000', '184128.901000', '184128.904000', '184128.906000', '184128.909000', '184128.911000', '184148.752000', '184148.754000', '184148.757000', '184148.760000', '184148.762000', '184148.765000', '184148.768000', '184148.771000', '184148.773000', '184148.776000', '184148.779000', '184148.781000', '184148.784000', '184148.787000', '184148.789000', '184148.792000', '184148.795000', '184148.797000', '184148.826000', '184148.829000', '184148.832000', '184148.834000', '184148.837000', '184148.840000', '184148.842000', '184148.845000', '184148.848000', '184148.850000', '184148.853000', '184148.856000', '184148.858000', '184148.861000', '184148.864000', '184148.866000', '184148.869000', '184148.872000', '184148.874000', '184148.877000', '184148.880000', '184148.883000', '184148.885000', '184148.888000', '184148.891000', '184208.751000', '184208.755000', '184208.757000', '184208.760000', '184208.763000', '184208.765000', '184208.768000', '184208.771000', '184208.773000', '184208.776000', '184208.779000', '184208.781000', '184208.784000', '184208.787000', '184208.789000', '184208.792000', '184208.794000', '184208.797000', '184208.843000', '184208.846000', '184208.849000', '184208.851000', '184208.854000', '184208.857000', '184208.859000', '184208.862000', '184208.865000', '184208.867000', '184208.870000', '184208.873000', '184208.875000', '184208.878000', '184208.881000', '184208.883000', '184208.886000', '184208.889000', '184208.891000', '184208.894000', '184208.897000', '184208.899000', '184208.902000', '184208.905000', '184208.907000', '184208.910000', '184228.751000', '184228.753000', '184228.756000', '184228.759000', '184228.762000', '184228.764000', '184228.767000', '184228.770000', '184228.772000', '184228.775000', '184228.777000', '184228.780000', '184228.783000', '184228.785000', '184228.788000', '184228.790000', '184228.793000', '184228.796000', '184228.799000', '184228.848000', '184228.850000', '184228.853000', '184228.856000', '184228.858000', '184228.861000', '184228.864000', '184228.866000', '184228.869000', '184228.872000', '184228.875000', '184228.878000', '184228.880000', '184228.883000', '184228.885000', '184228.888000', '184228.891000', '184228.893000', '184228.896000', '184228.899000', '184228.901000', '184228.904000', '184228.906000', '184228.909000', '184248.751000', '184248.753000', '184248.756000', '184248.759000', '184248.761000', '184248.764000', '184248.766000', '184248.769000', '184248.772000', '184248.775000', '184248.777000', '184248.780000', '184248.783000', '184248.785000', '184248.788000', '184248.791000', '184248.793000', '184248.796000', '184248.799000', '184248.801000', '184248.804000', '184248.807000', '184248.809000', '184248.812000', '184248.814000', '184248.817000', '184248.820000', '184248.822000', '184248.825000', '184248.828000', '184248.830000', '184248.833000', '184248.836000', '184248.838000', '184248.841000', '184248.843000', '184248.846000', '184248.849000', '184248.852000', '184248.854000', '184248.857000', '184248.860000', '184248.862000', '184248.865000', '184300.096000', '184300.099000', '184300.102000', '184300.105000', '184300.107000', '184300.110000', '184300.113000', '184300.115000', '184300.118000', '184300.121000', '184300.124000', '184300.126000', '184300.129000', '184300.132000', '184300.134000', '184300.137000', '184300.140000', '184300.142000', '184300.168000', '184300.171000', '184300.174000', '184300.176000', '184300.179000', '184300.181000', '184300.184000'], 'InstanceCreationTime': ['183628.812000', '183628.815000', '183628.818000', '183628.821000', '183628.823000', '183628.833000', '183628.836000', '183628.838000', '183628.841000', '183628.844000', '183628.846000', '183628.853000', '183628.856000', '183628.861000', '183628.863000', '183628.875000', '183628.877000', '183628.880000', '183628.882000', '183628.885000', '183628.888000', '183648.751000', '183648.754000', '183648.756000', '183648.764000', '183648.766000', '183648.769000', '183648.771000', '183648.774000', '183648.777000', '183648.779000', '183648.782000', '183648.784000', '183648.787000', '183648.789000', '183648.792000', '183648.795000', '183648.797000', '183648.800000', '183648.802000', '183648.811000', '183648.814000', '183648.816000', '183648.819000', '183648.821000', '183648.824000', '183648.827000', '183648.829000', '183648.832000', '183648.834000', '183648.837000', '183648.840000', '183648.842000', '183648.845000', '183648.847000', '183648.850000', '183648.853000', '183648.855000', '183648.858000', '183648.860000', '183648.863000', '183648.865000', '183648.868000', '183648.871000', '183708.751000', '183708.754000', '183708.757000', '183708.759000', '183708.762000', '183708.793000', '183708.796000', '183708.799000', '183708.801000', '183708.804000', '183708.807000', '183708.809000', '183708.812000', '183708.814000', '183708.817000', '183708.819000', '183708.822000', '183708.825000', '183708.827000', '183708.830000', '183708.833000', '183708.835000', '183708.838000', '183708.840000', '183708.843000', '183708.846000', '183708.848000', '183708.851000', '183708.853000', '183708.863000', '183708.865000', '183708.868000', '183708.871000', '183708.874000', '183708.876000', '183708.879000', '183708.882000', '183708.885000', '183708.887000', '183708.890000', '183708.893000', '183708.895000', '183708.906000', '183708.909000', '183728.751000', '183728.754000', '183728.756000', '183728.759000', '183728.761000', '183728.764000', '183728.767000', '183728.778000', '183728.780000', '183728.783000', '183728.786000', '183728.788000', '183728.791000', '183728.793000', '183728.796000', '183728.799000', '183728.801000', '183728.804000', '183728.807000', '183728.809000', '183728.812000', '183728.814000', '183728.817000', '183728.819000', '183728.822000', '183728.825000', '183728.827000', '183728.830000', '183728.832000', '183728.835000', '183728.838000', '183728.840000', '183728.843000', '183728.845000', '183728.848000', '183728.851000', '183728.853000', '183728.856000', '183728.858000', '183728.861000', '183728.863000', '183728.866000', '183728.869000', '183748.751000', '183748.753000', '183748.756000', '183748.759000', '183748.761000', '183748.764000', '183748.767000', '183748.769000', '183748.772000', '183748.775000', '183748.777000', '183748.780000', '183748.782000', '183748.785000', '183748.787000', '183748.790000', '183748.793000', '183748.795000', '183748.798000', '183748.801000', '183748.803000', '183748.806000', '183748.809000', '183748.811000', '183748.814000', '183748.816000', '183748.819000', '183748.822000', '183748.824000', '183748.827000', '183748.829000', '183748.832000', '183748.835000', '183748.837000', '183748.840000', '183748.842000', '183748.845000', '183748.848000', '183748.850000', '183748.853000', '183748.856000', '183748.858000', '183748.861000', '183748.863000', '183808.751000', '183808.753000', '183808.756000', '183808.759000', '183808.761000', '183808.764000', '183808.767000', '183808.769000', '183808.772000', '183808.774000', '183808.777000', '183808.780000', '183808.782000', '183808.785000', '183808.788000', '183808.790000', '183808.793000', '183808.796000', '183808.798000', '183808.801000', '183808.804000', '183808.806000', '183808.809000', '183808.811000', '183808.814000', '183808.817000', '183808.819000', '183808.822000', '183808.824000', '183808.827000', '183808.830000', '183808.832000', '183808.835000', '183808.837000', '183808.840000', '183808.843000', '183808.845000', '183808.848000', '183808.850000', '183808.853000', '183808.856000', '183808.858000', '183808.861000', '183828.752000', '183828.755000', '183828.758000', '183828.761000', '183828.763000', '183828.766000', '183828.768000', '183828.771000', '183828.774000', '183828.776000', '183828.779000', '183828.782000', '183828.784000', '183828.787000', '183828.789000', '183828.792000', '183828.795000', '183828.797000', '183828.800000', '183828.803000', '183828.805000', '183828.808000', '183828.811000', '183828.813000', '183828.816000', '183828.819000', '183828.821000', '183828.824000', '183828.827000', '183828.829000', '183828.832000', '183828.834000', '183828.837000', '183828.840000', '183828.842000', '183828.845000', '183828.847000', '183828.850000', '183828.852000', '183828.855000', '183828.858000', '183828.860000', '183828.863000', '183828.865000', '183848.775000', '183848.778000', '183848.781000', '183848.783000', '183848.786000', '183848.789000', '183848.791000', '183848.794000', '183848.797000', '183848.800000', '183848.802000', '183848.805000', '183848.807000', '183848.810000', '183848.813000', '183848.815000', '183848.818000', '183848.820000', '183848.823000', '183848.826000', '183848.828000', '183848.831000', '183848.833000', '183848.836000', '183848.839000', '183848.841000', '183848.844000', '183848.846000', '183848.849000', '183848.852000', '183848.854000', '183848.857000', '183848.859000', '183848.862000', '183848.865000', '183848.867000', '183848.870000', '183848.872000', '183848.875000', '183848.878000', '183848.880000', '183848.883000', '183848.885000', '183908.751000', '183908.754000', '183908.756000', '183908.760000', '183908.763000', '183908.765000', '183908.768000', '183908.770000', '183908.773000', '183908.776000', '183908.778000', '183908.781000', '183908.783000', '183908.786000', '183908.789000', '183908.791000', '183908.794000', '183908.796000', '183908.799000', '183908.835000', '183908.838000', '183908.841000', '183908.843000', '183908.846000', '183908.848000', '183908.851000', '183908.854000', '183908.856000', '183908.859000', '183908.861000', '183908.864000', '183908.867000', '183908.869000', '183908.872000', '183908.875000', '183908.877000', '183908.880000', '183908.882000', '183908.885000', '183908.888000', '183908.890000', '183908.893000', '183908.895000', '183928.751000', '183928.754000', '183928.757000', '183928.760000', '183928.762000', '183928.765000', '183928.767000', '183928.770000', '183928.773000', '183928.775000', '183928.778000', '183928.780000', '183928.783000', '183928.786000', '183928.789000', '183928.792000', '183928.794000', '183928.797000', '183928.828000', '183928.830000', '183928.833000', '183928.836000', '183928.838000', '183928.841000', '183928.844000', '183928.846000', '183928.849000', '183928.851000', '183928.854000', '183928.857000', '183928.859000', '183928.862000', '183928.865000', '183928.867000', '183928.870000', '183928.872000', '183928.875000', '183928.878000', '183928.881000', '183928.883000', '183928.886000', '183928.888000', '183928.891000', '183928.894000', '183948.750000', '183948.754000', '183948.757000', '183948.760000', '183948.762000', '183948.765000', '183948.768000', '183948.770000', '183948.773000', '183948.775000', '183948.778000', '183948.780000', '183948.783000', '183948.786000', '183948.788000', '183948.792000', '183948.795000', '183948.798000', '183948.831000', '183948.834000', '183948.836000', '183948.839000', '183948.842000', '183948.844000', '183948.847000', '183948.850000', '183948.852000', '183948.855000', '183948.857000', '183948.860000', '183948.863000', '183948.865000', '183948.868000', '183948.870000', '183948.873000', '183948.876000', '183948.878000', '183948.881000', '183948.884000', '183948.887000', '183948.889000', '183948.892000', '183948.895000', '184008.751000', '184008.754000', '184008.756000', '184008.759000', '184008.762000', '184008.764000', '184008.767000', '184008.769000', '184008.772000', '184008.775000', '184008.777000', '184008.780000', '184008.782000', '184008.785000', '184008.788000', '184008.790000', '184008.793000', '184008.795000', '184008.798000', '184008.801000', '184008.803000', '184008.806000', '184008.809000', '184008.811000', '184008.829000', '184008.832000', '184008.849000', '184008.852000', '184008.854000', '184008.857000', '184008.860000', '184008.862000', '184008.865000', '184008.868000', '184008.870000', '184008.873000', '184008.876000', '184008.878000', '184008.881000', '184008.884000', '184008.886000', '184008.889000', '184008.892000', '184008.894000', '184028.751000', '184028.753000', '184028.756000', '184028.759000', '184028.761000', '184028.765000', '184028.768000', '184028.771000', '184028.774000', '184028.777000', '184028.779000', '184028.782000', '184028.784000', '184028.787000', '184028.790000', '184028.792000', '184028.795000', '184028.798000', '184028.854000', '184028.857000', '184028.859000', '184028.862000', '184028.865000', '184028.867000', '184028.870000', '184028.873000', '184028.875000', '184028.878000', '184028.880000', '184028.883000', '184028.886000', '184028.888000', '184028.891000', '184028.894000', '184028.896000', '184028.899000', '184028.901000', '184028.904000', '184028.907000', '184028.910000', '184028.912000', '184028.915000', '184028.918000', '184048.751000', '184048.754000', '184048.756000', '184048.759000', '184048.762000', '184048.764000', '184048.767000', '184048.769000', '184048.772000', '184048.775000', '184048.777000', '184048.780000', '184048.783000', '184048.785000', '184048.788000', '184048.790000', '184048.793000', '184048.796000', '184048.798000', '184048.857000', '184048.860000', '184048.862000', '184048.865000', '184048.868000', '184048.870000', '184048.873000', '184048.876000', '184048.878000', '184048.881000', '184048.884000', '184048.886000', '184048.889000', '184048.892000', '184048.894000', '184048.897000', '184048.899000', '184048.902000', '184048.905000', '184048.907000', '184048.910000', '184048.912000', '184048.915000', '184048.918000', '184048.920000', '184108.751000', '184108.754000', '184108.756000', '184108.759000', '184108.761000', '184108.764000', '184108.767000', '184108.769000', '184108.772000', '184108.775000', '184108.777000', '184108.780000', '184108.783000', '184108.786000', '184108.789000', '184108.791000', '184108.794000', '184108.797000', '184108.799000', '184108.855000', '184108.858000', '184108.861000', '184108.863000', '184108.866000', '184108.869000', '184108.871000', '184108.874000', '184108.876000', '184108.879000', '184108.882000', '184108.884000', '184108.887000', '184108.890000', '184108.892000', '184108.895000', '184108.898000', '184108.900000', '184108.903000', '184108.906000', '184108.908000', '184108.911000', '184108.914000', '184108.916000', '184128.751000', '184128.753000', '184128.756000', '184128.759000', '184128.761000', '184128.764000', '184128.767000', '184128.770000', '184128.772000', '184128.775000', '184128.778000', '184128.780000', '184128.783000', '184128.786000', '184128.788000', '184128.791000', '184128.794000', '184128.796000', '184128.799000', '184128.848000', '184128.851000', '184128.854000', '184128.856000', '184128.859000', '184128.862000', '184128.864000', '184128.867000', '184128.870000', '184128.872000', '184128.875000', '184128.878000', '184128.880000', '184128.883000', '184128.885000', '184128.888000', '184128.891000', '184128.893000', '184128.896000', '184128.898000', '184128.901000', '184128.904000', '184128.906000', '184128.909000', '184128.911000', '184148.752000', '184148.754000', '184148.757000', '184148.760000', '184148.762000', '184148.765000', '184148.768000', '184148.771000', '184148.773000', '184148.776000', '184148.779000', '184148.781000', '184148.784000', '184148.787000', '184148.789000', '184148.792000', '184148.795000', '184148.797000', '184148.826000', '184148.829000', '184148.832000', '184148.834000', '184148.837000', '184148.840000', '184148.842000', '184148.845000', '184148.848000', '184148.850000', '184148.853000', '184148.856000', '184148.858000', '184148.861000', '184148.864000', '184148.866000', '184148.869000', '184148.872000', '184148.874000', '184148.877000', '184148.880000', '184148.883000', '184148.885000', '184148.888000', '184148.891000', '184208.751000', '184208.755000', '184208.757000', '184208.760000', '184208.763000', '184208.765000', '184208.768000', '184208.771000', '184208.773000', '184208.776000', '184208.779000', '184208.781000', '184208.784000', '184208.787000', '184208.789000', '184208.792000', '184208.794000', '184208.797000', '184208.843000', '184208.846000', '184208.849000', '184208.851000', '184208.854000', '184208.857000', '184208.859000', '184208.862000', '184208.865000', '184208.867000', '184208.870000', '184208.873000', '184208.875000', '184208.878000', '184208.881000', '184208.883000', '184208.886000', '184208.889000', '184208.891000', '184208.894000', '184208.897000', '184208.899000', '184208.902000', '184208.905000', '184208.907000', '184208.910000', '184228.751000', '184228.753000', '184228.756000', '184228.759000', '184228.762000', '184228.764000', '184228.767000', '184228.770000', '184228.772000', '184228.775000', '184228.777000', '184228.780000', '184228.783000', '184228.785000', '184228.788000', '184228.790000', '184228.793000', '184228.796000', '184228.799000', '184228.848000', '184228.850000', '184228.853000', '184228.856000', '184228.858000', '184228.861000', '184228.864000', '184228.866000', '184228.869000', '184228.872000', '184228.875000', '184228.878000', '184228.880000', '184228.883000', '184228.885000', '184228.888000', '184228.891000', '184228.893000', '184228.896000', '184228.899000', '184228.901000', '184228.904000', '184228.906000', '184228.909000', '184248.751000', '184248.753000', '184248.756000', '184248.759000', '184248.761000', '184248.764000', '184248.766000', '184248.769000', '184248.772000', '184248.775000', '184248.777000', '184248.780000', '184248.783000', '184248.785000', '184248.788000', '184248.791000', '184248.793000', '184248.796000', '184248.799000', '184248.801000', '184248.804000', '184248.807000', '184248.809000', '184248.812000', '184248.814000', '184248.817000', '184248.820000', '184248.822000', '184248.825000', '184248.828000', '184248.830000', '184248.833000', '184248.836000', '184248.838000', '184248.841000', '184248.843000', '184248.846000', '184248.849000', '184248.852000', '184248.854000', '184248.857000', '184248.860000', '184248.862000', '184248.865000', '184300.096000', '184300.099000', '184300.102000', '184300.105000', '184300.107000', '184300.110000', '184300.113000', '184300.115000', '184300.118000', '184300.121000', '184300.124000', '184300.126000', '184300.129000', '184300.132000', '184300.134000', '184300.137000', '184300.140000', '184300.142000', '184300.168000', '184300.171000', '184300.174000', '184300.176000', '184300.179000', '184300.181000', '184300.184000'], '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': [11538, 8412, 7443, 9769, 9038, 6676, 6633, 9109, 8129, 6828, 5656, 9966, 9021, 7267, 13316, 9672, 7264, 6366, 11565, 9200, 5832, 8597, 8687, 6801, 5472, 8757, 6734, 6242, 8704, 7745, 5651, 5679, 5890, 10530, 8407, 10639, 8605, 6387, 9481, 8936, 6952, 6079, 11213, 10777, 9578, 11055, 11495, 12586, 10365, 8229, 7578, 6576, 6076, 5995, 10990, 11234, 10738, 8702, 11796, 6397, 5589, 10337, 7994, 5804, 5657, 8950, 6850, 6163, 7451, 12263, 6405, 5446, 10195, 8706, 6567, 5566, 6894, 5827, 5661, 9334, 6514, 5681, 8810, 7432, 6342, 10417, 7789, 6061, 9203, 7415, 5596, 10608, 9380, 6966, 10076, 8527, 6517, 5963, 8916, 7510, 9490, 11425, 7216, 5792, 9127, 6885, 6758, 11767, 8825, 5938, 5849, 5697, 5849, 5911, 5943, 5919, 6004, 6058, 8528, 9824, 9157, 8585, 7453, 6698, 6557, 9051, 11885, 11202, 8661, 6889, 12565, 9834, 8523, 11862, 6576, 5566, 9524, 7135, 5736, 8988, 6188, 5477, 9928, 7783, 5948, 5810, 7007, 5573, 9800, 7974, 5760, 5571, 6853, 5759, 9266, 9299, 7534, 5969, 9693, 6653, 5651, 8728, 6491, 9580, 10725, 7371, 5708, 5883, 7905, 6025, 7173, 6992, 5758, 8088, 9531, 9081, 8229, 8030, 7123, 7756, 10713, 11774, 7822, 10088, 8832, 6510, 11481, 6593, 5334, 10385, 8099, 6202, 6864, 6256, 5934, 5936, 6852, 5991, 5701, 5714, 8414, 8295, 10537, 10527, 6780, 5783, 9238, 6785, 10411, 8499, 6292, 5465, 6952, 5707, 9567, 6990, 5934, 6581, 8396, 6894, 6306, 8260, 6180, 10617, 7729, 5811, 8979, 7222, 6880, 8423, 6381, 5692, 9370, 7684, 7925, 12123, 7667, 5942, 5782, 5743, 6625, 6075, 6083, 6270, 7745, 8328, 8412, 7731, 7580, 6538, 6704, 7866, 11418, 8406, 12973, 10161, 6612, 8915, 6231, 6488, 9991, 7030, 5715, 8353, 5963, 8142, 8212, 5683, 5652, 8022, 6588, 5721, 8151, 5920, 5906, 8960, 6884, 5812, 7240, 7784, 5873, 7004, 6806, 5993, 8324, 7615, 6212, 6021, 7831, 6388, 6293, 9911, 8837, 10483, 6562, 6398, 6564, 6046, 9984, 8552, 6461, 12070, 9596, 8266, 12389, 9298, 5962, 6777, 6040, 8552, 6444, 9862, 8729, 6260, 6343, 7902, 6430, 6485, 8342, 6433, 7199, 7838, 6523, 6237, 8203, 6264, 5957, 8828, 7304, 6608, 10715, 6387, 5735, 5706, 8326, 8963, 9586, 9327, 6548, 5668, 7977, 5883, 5710, 5796, 5613, 8263, 6627, 7796, 6314, 6741, 6428, 5721, 7198, 10512, 7216, 5504, 5856, 7585, 6445, 6246, 5728, 6649, 6717, 5797, 9319, 11135, 8313, 5992, 9150, 6873, 5688, 10947, 7651, 5910, 10845, 6884, 5961, 7300, 7511, 6082, 5816, 8529, 6971, 8380, 10380, 6555, 5681, 9350, 6606, 5950, 10489, 7949, 5972, 6252, 7477, 6004, 10619, 8118, 5964, 5988, 7039, 6379, 10442, 7819, 5846, 5695, 8036, 6468, 11358, 7677, 6054, 9036, 6693, 6458, 10758, 7057, 6072, 9696, 7731, 6042, 8204, 8145, 6326, 6242, 9957, 6702, 6413, 6681, 6552, 8295, 6597, 6554, 11670, 8387, 7975, 12059, 10054, 6652, 6147, 9181, 7986, 6705, 6111, 8854, 6404, 8632, 7937, 6155, 6388, 6831, 6064, 7547, 7703, 6058, 6115, 6964, 6286, 6103, 8852, 6299, 6013, 5939, 7025, 6330, 6073, 7790, 6241, 6205, 10660, 8012, 6163, 6144, 7884, 7231, 8123, 10938, 6882, 6026, 9021, 8111, 7016, 9690, 6482, 6316, 9309, 7338, 6103, 5953, 7975, 6667, 6405, 9901, 7407, 6262, 6262, 6036, 8228, 6749, 12882, 8048, 7355, 7113, 6069, 7339, 10476, 8050, 8883, 13240, 9781, 7787, 10706, 6833, 6838, 6958, 8655, 6878, 6827, 7255, 6965, 6753, 6735, 11305, 9852, 9001, 11147, 9812, 6873, 6686, 8621, 6469, 6132, 6965, 6465, 6136, 6309, 7778, 6745, 6421, 10380, 6198, 6200, 8933, 6435, 6548, 10158, 7388, 6341, 6185, 6964, 6327, 6366, 8843, 6590, 6059, 8190, 6182, 6596, 8945, 6631, 5981, 7050, 6232, 10037, 7704, 5872, 5749, 6368, 6585, 5993, 11779, 8660, 6909, 9078, 7814, 6079, 5760, 11731, 8443, 6978, 6731, 9312, 6628, 6575, 10851, 6981, 6783, 6669, 7694, 7126, 6390, 6311, 12201, 9289, 7142, 13674, 7663, 6620, 11769, 8735, 6126, 6044, 8045, 6835, 6443, 11136, 6844, 5989, 6014, 6647, 5938, 8522, 8955, 6264, 5996, 6066, 6826, 6098, 9221, 7397, 6231, 6584, 7548, 5994, 5952, 10547, 7835, 5906, 9261, 6538, 5951, 10305, 8756, 6751, 5754, 9026, 6585, 8644, 11198, 8010, 5950, 6520, 6951, 5743, 9548, 7830, 8561, 10624, 6457, 6060, 6828, 6771, 6295, 7616, 10762, 6702, 6552, 6324, 9489, 8576, 8124, 6871, 12079, 9027, 7113, 7925, 7073, 6072, 5831, 8736, 8044, 6977, 7230, 7115, 6002, 8357, 8503, 6823, 5689, 7798, 6162, 6016, 9942, 7508, 5983, 8498, 6503, 6107, 10526, 6973, 6000, 5835, 7688, 6406, 5917, 8153, 6369, 5760, 8605, 7242, 9687, 8886, 6643, 5839, 8539, 6651, 6434, 11356, 7841, 7311, 11415, 7948, 6833, 10423, 6510, 6215, 8301, 6509, 6728, 6726, 6877, 7773, 6796, 6811, 7869, 10869, 8345, 6414, 9856, 7233, 6349, 11648, 8464, 6025, 6056, 8400, 6745, 6268, 6163, 7607, 6152, 6067, 8620, 7972, 6600, 6799, 6350, 6075, 8354, 7440, 5976, 6164, 7855, 6353, 6063, 9253, 7740, 5826, 6024, 8977, 7347, 9418, 11327, 8170, 6244, 9416, 6466, 6329, 10572, 8456, 6886, 10890, 7010, 5992, 10942, 7060, 6365, 11501, 8338, 6499, 7968, 6608, 6466, 6638, 7184, 6657, 10969, 8324, 6935, 8128, 6680, 6687, 9581, 6768, 6511, 10876, 6818, 6535, 10435, 7774, 6170, 6079, 6988, 6303, 7189, 9283, 6209, 6230, 7707, 7120, 8147, 8276, 6056, 5874, 7679, 7285, 6093, 8336, 6458, 6386, 10156, 6914, 5832, 8590, 6301, 6583, 10864, 7725, 6230, 10170, 6683, 5998, 6976, 8078, 7668, 11626, 8000, 6779, 6764, 9240, 7620, 6839, 10366, 6940, 6597, 6818, 7281, 6802, 6845, 11787, 8786, 6470, 9948, 8224, 6789, 6136, 5869, 8931, 7873, 7021, 6049, 5907, 7830, 7415, 6274, 6280, 8044, 6433, 6251, 9089, 7677, 6121, 6230], 'WindowCenter': [3664.0, 3630.0, 3604.0, 3625.0, 3612.0, 3580.0, 3579.0, 3610.0, 3600.0, 3580.0, 3557.0, 3609.0, 3599.0, 3589.0, 3632.0, 3610.0, 3577.0, 3555.0, 3618.0, 3596.0, 3543.0, 3586.0, 3598.0, 3578.0, 3543.0, 3598.0, 3579.0, 3580.0, 3611.0, 3588.0, 3568.0, 3558.0, 3557.0, 3607.0, 3587.0, 3607.0, 3585.0, 3554.0, 3596.0, 3599.0, 3577.0, 3555.0, 3619.0, 3606.0, 3583.0, 3592.0, 3593.0, 3592.0, 3581.0, 3559.0, 3561.0, 3551.0, 3537.0, 3538.0, 3592.0, 3591.0, 3592.0, 3571.0, 3603.0, 3549.0, 3530.0, 3594.0, 3572.0, 3540.0, 3541.0, 3583.0, 3563.0, 3553.0, 3574.0, 3616.0, 3553.0, 3531.0, 3595.0, 3586.0, 3564.0, 3532.0, 3564.0, 3555.0, 3545.0, 3608.0, 3567.0, 3557.0, 3609.0, 3588.0, 3567.0, 3622.0, 3616.0, 3582.0, 3611.0, 3589.0, 3546.0, 3608.0, 3599.0, 3576.0, 3609.0, 3612.0, 3567.0, 3555.0, 3599.0, 3578.0, 3610.0, 3618.0, 3576.0, 3557.0, 3597.0, 3575.0, 3566.0, 3631.0, 3599.0, 3568.0, 3558.0, 3558.0, 3557.0, 3556.0, 3567.0, 3557.0, 3568.0, 3568.0, 3599.0, 3623.0, 3612.0, 3613.0, 3590.0, 3579.0, 3568.0, 3600.0, 3634.0, 3621.0, 3599.0, 3577.0, 3618.0, 3597.0, 3585.0, 3605.0, 3551.0, 3531.0, 3595.0, 3564.0, 3542.0, 3594.0, 3554.0, 3542.0, 3605.0, 3586.0, 3556.0, 3555.0, 3577.0, 3545.0, 3608.0, 3599.0, 3557.0, 3556.0, 3577.0, 3557.0, 3609.0, 3610.0, 3588.0, 3555.0, 3609.0, 3577.0, 3556.0, 3597.0, 3554.0, 3597.0, 3608.0, 3576.0, 3558.0, 3557.0, 3600.0, 3568.0, 3578.0, 3578.0, 3558.0, 3599.0, 3621.0, 3612.0, 3599.0, 3587.0, 3576.0, 3588.0, 3610.0, 3620.0, 3575.0, 3606.0, 3585.0, 3554.0, 3606.0, 3563.0, 3543.0, 3605.0, 3586.0, 3555.0, 3565.0, 3564.0, 3566.0, 3554.0, 3564.0, 3557.0, 3557.0, 3558.0, 3599.0, 3599.0, 3621.0, 3621.0, 3567.0, 3544.0, 3596.0, 3554.0, 3594.0, 3584.0, 3553.0, 3532.0, 3565.0, 3543.0, 3608.0, 3577.0, 3568.0, 3578.0, 3599.0, 3579.0, 3580.0, 3612.0, 3570.0, 3622.0, 3590.0, 3544.0, 3599.0, 3589.0, 3576.0, 3598.0, 3566.0, 3556.0, 3609.0, 3588.0, 3588.0, 3631.0, 3589.0, 3569.0, 3555.0, 3554.0, 3575.0, 3565.0, 3567.0, 3566.0, 3587.0, 3586.0, 3586.0, 3585.0, 3588.0, 3554.0, 3567.0, 3586.0, 3618.0, 3585.0, 3618.0, 3596.0, 3552.0, 3585.0, 3541.0, 3550.0, 3594.0, 3561.0, 3529.0, 3571.0, 3540.0, 3571.0, 3596.0, 3542.0, 3541.0, 3585.0, 3565.0, 3543.0, 3586.0, 3554.0, 3555.0, 3598.0, 3578.0, 3556.0, 3588.0, 3590.0, 3569.0, 3590.0, 3580.0, 3580.0, 3612.0, 3603.0, 3569.0, 3569.0, 3600.0, 3579.0, 3568.0, 3611.0, 3598.0, 3608.0, 3564.0, 3553.0, 3565.0, 3555.0, 3608.0, 3596.0, 3565.0, 3606.0, 3595.0, 3571.0, 3604.0, 3581.0, 3527.0, 3537.0, 3527.0, 3569.0, 3538.0, 3581.0, 3571.0, 3551.0, 3551.0, 3572.0, 3552.0, 3552.0, 3584.0, 3552.0, 3564.0, 3575.0, 3565.0, 3554.0, 3585.0, 3565.0, 3554.0, 3596.0, 3575.0, 3565.0, 3606.0, 3579.0, 3556.0, 3542.0, 3585.0, 3598.0, 3621.0, 3610.0, 3579.0, 3556.0, 3598.0, 3555.0, 3557.0, 3557.0, 3557.0, 3600.0, 3580.0, 3602.0, 3581.0, 3580.0, 3568.0, 3557.0, 3577.0, 3620.0, 3589.0, 3558.0, 3570.0, 3601.0, 3581.0, 3582.0, 3570.0, 3592.0, 3593.0, 3571.0, 3624.0, 3635.0, 3612.0, 3570.0, 3611.0, 3580.0, 3558.0, 3610.0, 3587.0, 3545.0, 3606.0, 3576.0, 3556.0, 3578.0, 3587.0, 3556.0, 3544.0, 3586.0, 3565.0, 3586.0, 3608.0, 3565.0, 3556.0, 3609.0, 3566.0, 3556.0, 3608.0, 3587.0, 3556.0, 3565.0, 3575.0, 3554.0, 3608.0, 3587.0, 3556.0, 3556.0, 3577.0, 3566.0, 3619.0, 3588.0, 3555.0, 3555.0, 3587.0, 3567.0, 3620.0, 3587.0, 3556.0, 3596.0, 3566.0, 3566.0, 3619.0, 3576.0, 3555.0, 3608.0, 3588.0, 3567.0, 3598.0, 3588.0, 3567.0, 3567.0, 3609.0, 3566.0, 3580.0, 3580.0, 3566.0, 3599.0, 3578.0, 3567.0, 3620.0, 3588.0, 3587.0, 3629.0, 3609.0, 3577.0, 3555.0, 3596.0, 3586.0, 3564.0, 3552.0, 3596.0, 3565.0, 3584.0, 3585.0, 3554.0, 3552.0, 3564.0, 3554.0, 3574.0, 3586.0, 3555.0, 3555.0, 3576.0, 3567.0, 3567.0, 3609.0, 3579.0, 3569.0, 3568.0, 3591.0, 3581.0, 3569.0, 3601.0, 3581.0, 3568.0, 3623.0, 3602.0, 3569.0, 3569.0, 3600.0, 3589.0, 3599.0, 3621.0, 3579.0, 3567.0, 3598.0, 3588.0, 3577.0, 3609.0, 3566.0, 3568.0, 3598.0, 3589.0, 3568.0, 3568.0, 3600.0, 3579.0, 3582.0, 3623.0, 3591.0, 3580.0, 3580.0, 3570.0, 3600.0, 3578.0, 3632.0, 3587.0, 3576.0, 3576.0, 3556.0, 3577.0, 3621.0, 3598.0, 3599.0, 3619.0, 3596.0, 3563.0, 3593.0, 3551.0, 3551.0, 3562.0, 3582.0, 3552.0, 3564.0, 3574.0, 3563.0, 3550.0, 3551.0, 3605.0, 3595.0, 3583.0, 3603.0, 3583.0, 3550.0, 3549.0, 3582.0, 3552.0, 3552.0, 3562.0, 3552.0, 3552.0, 3551.0, 3573.0, 3563.0, 3554.0, 3608.0, 3555.0, 3555.0, 3597.0, 3565.0, 3565.0, 3606.0, 3576.0, 3566.0, 3555.0, 3577.0, 3567.0, 3567.0, 3600.0, 3579.0, 3568.0, 3600.0, 3568.0, 3579.0, 3610.0, 3579.0, 3567.0, 3578.0, 3557.0, 3611.0, 3590.0, 3558.0, 3558.0, 3580.0, 3580.0, 3569.0, 3647.0, 3614.0, 3593.0, 3613.0, 3602.0, 3570.0, 3559.0, 3633.0, 3602.0, 3592.0, 3580.0, 3611.0, 3579.0, 3579.0, 3620.0, 3577.0, 3577.0, 3567.0, 3588.0, 3578.0, 3582.0, 3580.0, 3631.0, 3610.0, 3578.0, 3619.0, 3576.0, 3564.0, 3618.0, 3586.0, 3555.0, 3555.0, 3586.0, 3564.0, 3566.0, 3621.0, 3566.0, 3556.0, 3568.0, 3579.0, 3568.0, 3599.0, 3611.0, 3568.0, 3568.0, 3568.0, 3579.0, 3569.0, 3609.0, 3579.0, 3569.0, 3578.0, 3589.0, 3569.0, 3569.0, 3623.0, 3602.0, 3558.0, 3611.0, 3568.0, 3569.0, 3623.0, 3615.0, 3581.0, 3571.0, 3625.0, 3581.0, 3612.0, 3634.0, 3601.0, 3570.0, 3580.0, 3579.0, 3558.0, 3610.0, 3589.0, 3599.0, 3609.0, 3568.0, 3569.0, 3579.0, 3580.0, 3580.0, 3590.0, 3623.0, 3579.0, 3580.0, 3569.0, 3611.0, 3612.0, 3601.0, 3578.0, 3619.0, 3599.0, 3577.0, 3588.0, 3577.0, 3556.0, 3555.0, 3599.0, 3588.0, 3578.0, 3588.0, 3578.0, 3568.0, 3598.0, 3599.0, 3578.0, 3556.0, 3588.0, 3568.0, 3568.0, 3610.0, 3590.0, 3568.0, 3599.0, 3567.0, 3567.0, 3621.0, 3579.0, 3569.0, 3558.0, 3589.0, 3583.0, 3571.0, 3601.0, 3581.0, 3559.0, 3601.0, 3590.0, 3611.0, 3610.0, 3592.0, 3571.0, 3600.0, 3579.0, 3568.0, 3622.0, 3601.0, 3590.0, 3622.0, 3601.0, 3579.0, 3621.0, 3568.0, 3567.0, 3599.0, 3568.0, 3578.0, 3579.0, 3592.0, 3602.0, 3580.0, 3579.0, 3600.0, 3621.0, 3600.0, 3568.0, 3608.0, 3576.0, 3554.0, 3619.0, 3587.0, 3555.0, 3555.0, 3587.0, 3565.0, 3567.0, 3556.0, 3588.0, 3567.0, 3568.0, 3600.0, 3600.0, 3579.0, 3578.0, 3568.0, 3568.0, 3599.0, 3588.0, 3568.0, 3569.0, 3600.0, 3580.0, 3571.0, 3624.0, 3604.0, 3572.0, 3582.0, 3626.0, 3603.0, 3612.0, 3622.0, 3602.0, 3569.0, 3611.0, 3569.0, 3568.0, 3609.0, 3588.0, 3578.0, 3620.0, 3577.0, 3556.0, 3609.0, 3565.0, 3554.0, 3607.0, 3586.0, 3555.0, 3586.0, 3566.0, 3567.0, 3578.0, 3577.0, 3578.0, 3619.0, 3599.0, 3578.0, 3588.0, 3567.0, 3567.0, 3610.0, 3578.0, 3567.0, 3607.0, 3566.0, 3566.0, 3608.0, 3588.0, 3568.0, 3568.0, 3578.0, 3567.0, 3577.0, 3608.0, 3556.0, 3555.0, 3576.0, 3577.0, 3589.0, 3599.0, 3568.0, 3557.0, 3589.0, 3588.0, 3557.0, 3599.0, 3569.0, 3568.0, 3623.0, 3594.0, 3571.0, 3612.0, 3581.0, 3580.0, 3634.0, 3602.0, 3570.0, 3622.0, 3580.0, 3569.0, 3591.0, 3600.0, 3589.0, 3620.0, 3600.0, 3580.0, 3579.0, 3609.0, 3588.0, 3578.0, 3609.0, 3566.0, 3566.0, 3566.0, 3577.0, 3578.0, 3578.0, 3621.0, 3599.0, 3569.0, 3610.0, 3588.0, 3566.0, 3556.0, 3557.0, 3610.0, 3588.0, 3577.0, 3556.0, 3554.0, 3588.0, 3588.0, 3567.0, 3568.0, 3598.0, 3568.0, 3569.0, 3611.0, 3590.0, 3571.0, 3569.0], 'WindowWidth': [8261.0, 8205.0, 8163.0, 8187.0, 8167.0, 8121.0, 8117.0, 8159.0, 8147.0, 8120.0, 8088.0, 8157.0, 8142.0, 8130.0, 8192.0, 8157.0, 8111.0, 8077.0, 8166.0, 8134.0, 8061.0, 8119.0, 8139.0, 8114.0, 8064.0, 8140.0, 8121.0, 8123.0, 8164.0, 8129.0, 8106.0, 8091.0, 8087.0, 8151.0, 8125.0, 8147.0, 8117.0, 8075.0, 8135.0, 8144.0, 8114.0, 8083.0, 8168.0, 8147.0, 8108.0, 8119.0, 8121.0, 8118.0, 8101.0, 8072.0, 8079.0, 8067.0, 8044.0, 8045.0, 8121.0, 8119.0, 8121.0, 8091.0, 8137.0, 8063.0, 8040.0, 8128.0, 8096.0, 8053.0, 8055.0, 8112.0, 8087.0, 8072.0, 8101.0, 8160.0, 8072.0, 8042.0, 8130.0, 8118.0, 8089.0, 8045.0, 8088.0, 8081.0, 8066.0, 8153.0, 8100.0, 8085.0, 8156.0, 8128.0, 8101.0, 8178.0, 8179.0, 8129.0, 8163.0, 8130.0, 8071.0, 8153.0, 8143.0, 8110.0, 8155.0, 8165.0, 8097.0, 8079.0, 8142.0, 8113.0, 8157.0, 8167.0, 8108.0, 8085.0, 8137.0, 8106.0, 8096.0, 8189.0, 8143.0, 8104.0, 8091.0, 8091.0, 8087.0, 8084.0, 8101.0, 8088.0, 8103.0, 8102.0, 8145.0, 8180.0, 8167.0, 8170.0, 8135.0, 8117.0, 8102.0, 8145.0, 8199.0, 8179.0, 8145.0, 8114.0, 8166.0, 8135.0, 8117.0, 8144.0, 8066.0, 8042.0, 8132.0, 8090.0, 8060.0, 8130.0, 8077.0, 8060.0, 8145.0, 8121.0, 8083.0, 8083.0, 8110.0, 8069.0, 8154.0, 8143.0, 8087.0, 8086.0, 8113.0, 8086.0, 8154.0, 8159.0, 8128.0, 8080.0, 8157.0, 8113.0, 8081.0, 8136.0, 8078.0, 8136.0, 8153.0, 8109.0, 8092.0, 8088.0, 8147.0, 8102.0, 8114.0, 8114.0, 8091.0, 8145.0, 8177.0, 8164.0, 8144.0, 8125.0, 8111.0, 8126.0, 8159.0, 8172.0, 8105.0, 8144.0, 8117.0, 8076.0, 8147.0, 8089.0, 8062.0, 8145.0, 8122.0, 8080.0, 8093.0, 8092.0, 8097.0, 8076.0, 8088.0, 8084.0, 8084.0, 8089.0, 8143.0, 8142.0, 8175.0, 8175.0, 8097.0, 8062.0, 8133.0, 8074.0, 8125.0, 8114.0, 8072.0, 8043.0, 8090.0, 8061.0, 8153.0, 8112.0, 8103.0, 8114.0, 8143.0, 8118.0, 8122.0, 8167.0, 8109.0, 8178.0, 8134.0, 8065.0, 8142.0, 8131.0, 8111.0, 8141.0, 8099.0, 8085.0, 8155.0, 8127.0, 8127.0, 8189.0, 8129.0, 8109.0, 8083.0, 8079.0, 8109.0, 8095.0, 8102.0, 8096.0, 8125.0, 8120.0, 8120.0, 8119.0, 8129.0, 8076.0, 8098.0, 8121.0, 8168.0, 8117.0, 8166.0, 8131.0, 8070.0, 8117.0, 8053.0, 8064.0, 8125.0, 8079.0, 8035.0, 8091.0, 8050.0, 8093.0, 8136.0, 8061.0, 8059.0, 8119.0, 8092.0, 8061.0, 8121.0, 8077.0, 8080.0, 8141.0, 8115.0, 8085.0, 8129.0, 8135.0, 8106.0, 8136.0, 8121.0, 8124.0, 8166.0, 8156.0, 8107.0, 8106.0, 8149.0, 8121.0, 8102.0, 8165.0, 8138.0, 8152.0, 8089.0, 8073.0, 8092.0, 8080.0, 8152.0, 8136.0, 8092.0, 8145.0, 8130.0, 8091.0, 8140.0, 8105.0, 8027.0, 8042.0, 8028.0, 8086.0, 8045.0, 8105.0, 8092.0, 8067.0, 8068.0, 8098.0, 8070.0, 8070.0, 8114.0, 8070.0, 8089.0, 8106.0, 8093.0, 8078.0, 8118.0, 8092.0, 8076.0, 8133.0, 8106.0, 8094.0, 8149.0, 8118.0, 8084.0, 8060.0, 8121.0, 8142.0, 8178.0, 8163.0, 8121.0, 8086.0, 8142.0, 8081.0, 8085.0, 8086.0, 8087.0, 8148.0, 8123.0, 8153.0, 8127.0, 8122.0, 8103.0, 8087.0, 8113.0, 8174.0, 8132.0, 8092.0, 8109.0, 8152.0, 8129.0, 8129.0, 8112.0, 8144.0, 8144.0, 8114.0, 8184.0, 8201.0, 8168.0, 8111.0, 8163.0, 8120.0, 8088.0, 8158.0, 8125.0, 8065.0, 8149.0, 8109.0, 8084.0, 8114.0, 8126.0, 8084.0, 8065.0, 8121.0, 8093.0, 8121.0, 8155.0, 8094.0, 8084.0, 8155.0, 8095.0, 8083.0, 8154.0, 8125.0, 8083.0, 8093.0, 8106.0, 8078.0, 8155.0, 8125.0, 8083.0, 8083.0, 8114.0, 8098.0, 8170.0, 8127.0, 8082.0, 8081.0, 8126.0, 8099.0, 8173.0, 8125.0, 8083.0, 8136.0, 8096.0, 8095.0, 8170.0, 8110.0, 8082.0, 8154.0, 8128.0, 8100.0, 8142.0, 8128.0, 8101.0, 8101.0, 8156.0, 8097.0, 8125.0, 8122.0, 8100.0, 8143.0, 8116.0, 8101.0, 8171.0, 8127.0, 8125.0, 8185.0, 8159.0, 8112.0, 8082.0, 8132.0, 8120.0, 8091.0, 8073.0, 8134.0, 8093.0, 8115.0, 8119.0, 8077.0, 8073.0, 8090.0, 8079.0, 8104.0, 8123.0, 8083.0, 8082.0, 8110.0, 8099.0, 8100.0, 8161.0, 8120.0, 8108.0, 8105.0, 8138.0, 8126.0, 8109.0, 8152.0, 8125.0, 8105.0, 8183.0, 8154.0, 8107.0, 8106.0, 8147.0, 8131.0, 8145.0, 8179.0, 8117.0, 8101.0, 8141.0, 8129.0, 8113.0, 8158.0, 8097.0, 8102.0, 8142.0, 8132.0, 8105.0, 8104.0, 8147.0, 8119.0, 8128.0, 8186.0, 8136.0, 8122.0, 8124.0, 8110.0, 8148.0, 8115.0, 8192.0, 8125.0, 8107.0, 8109.0, 8083.0, 8113.0, 8177.0, 8144.0, 8142.0, 8174.0, 8134.0, 8083.0, 8122.0, 8065.0, 8066.0, 8082.0, 8110.0, 8070.0, 8089.0, 8103.0, 8087.0, 8066.0, 8068.0, 8145.0, 8130.0, 8112.0, 8137.0, 8111.0, 8064.0, 8062.0, 8109.0, 8070.0, 8071.0, 8084.0, 8069.0, 8069.0, 8068.0, 8099.0, 8086.0, 8076.0, 8152.0, 8080.0, 8080.0, 8137.0, 8094.0, 8093.0, 8148.0, 8108.0, 8096.0, 8083.0, 8113.0, 8100.0, 8099.0, 8146.0, 8118.0, 8102.0, 8147.0, 8104.0, 8117.0, 8161.0, 8118.0, 8101.0, 8115.0, 8087.0, 8162.0, 8133.0, 8090.0, 8091.0, 8121.0, 8122.0, 8107.0, 8221.0, 8172.0, 8143.0, 8166.0, 8152.0, 8110.0, 8094.0, 8197.0, 8154.0, 8141.0, 8123.0, 8164.0, 8119.0, 8118.0, 8172.0, 8112.0, 8113.0, 8100.0, 8128.0, 8116.0, 8129.0, 8122.0, 8190.0, 8161.0, 8113.0, 8169.0, 8106.0, 8089.0, 8166.0, 8122.0, 8080.0, 8079.0, 8122.0, 8092.0, 8095.0, 8175.0, 8097.0, 8084.0, 8101.0, 8119.0, 8102.0, 8144.0, 8163.0, 8103.0, 8103.0, 8105.0, 8117.0, 8105.0, 8157.0, 8117.0, 8105.0, 8117.0, 8130.0, 8107.0, 8106.0, 8181.0, 8153.0, 8091.0, 8161.0, 8102.0, 8104.0, 8182.0, 8175.0, 8127.0, 8111.0, 8187.0, 8124.0, 8164.0, 8199.0, 8152.0, 8109.0, 8121.0, 8118.0, 8089.0, 8161.0, 8130.0, 8142.0, 8158.0, 8103.0, 8106.0, 8121.0, 8123.0, 8123.0, 8135.0, 8182.0, 8119.0, 8122.0, 8105.0, 8163.0, 8166.0, 8150.0, 8115.0, 8173.0, 8145.0, 8112.0, 8125.0, 8110.0, 8083.0, 8081.0, 8142.0, 8128.0, 8115.0, 8130.0, 8115.0, 8102.0, 8141.0, 8143.0, 8114.0, 8083.0, 8129.0, 8104.0, 8101.0, 8160.0, 8134.0, 8104.0, 8145.0, 8101.0, 8100.0, 8176.0, 8118.0, 8104.0, 8091.0, 8133.0, 8132.0, 8113.0, 8151.0, 8124.0, 8092.0, 8149.0, 8134.0, 8162.0, 8161.0, 8142.0, 8112.0, 8147.0, 8118.0, 8102.0, 8180.0, 8149.0, 8134.0, 8179.0, 8149.0, 8118.0, 8178.0, 8104.0, 8101.0, 8143.0, 8105.0, 8118.0, 8119.0, 8143.0, 8155.0, 8124.0, 8122.0, 8147.0, 8177.0, 8145.0, 8103.0, 8153.0, 8106.0, 8077.0, 8167.0, 8124.0, 8082.0, 8082.0, 8123.0, 8094.0, 8098.0, 8084.0, 8127.0, 8101.0, 8102.0, 8146.0, 8147.0, 8118.0, 8117.0, 8104.0, 8103.0, 8143.0, 8130.0, 8104.0, 8105.0, 8148.0, 8123.0, 8111.0, 8187.0, 8162.0, 8116.0, 8128.0, 8192.0, 8156.0, 8165.0, 8180.0, 8151.0, 8107.0, 8162.0, 8104.0, 8101.0, 8156.0, 8129.0, 8114.0, 8173.0, 8114.0, 8084.0, 8155.0, 8093.0, 8076.0, 8151.0, 8122.0, 8080.0, 8123.0, 8096.0, 8099.0, 8115.0, 8113.0, 8113.0, 8170.0, 8145.0, 8116.0, 8128.0, 8098.0, 8098.0, 8160.0, 8117.0, 8098.0, 8152.0, 8095.0, 8095.0, 8153.0, 8129.0, 8104.0, 8103.0, 8116.0, 8101.0, 8113.0, 8154.0, 8082.0, 8080.0, 8109.0, 8111.0, 8130.0, 8143.0, 8104.0, 8089.0, 8131.0, 8129.0, 8088.0, 8145.0, 8105.0, 8101.0, 8184.0, 8148.0, 8112.0, 8166.0, 8125.0, 8123.0, 8199.0, 8154.0, 8110.0, 8178.0, 8123.0, 8107.0, 8140.0, 8146.0, 8129.0, 8173.0, 8147.0, 8121.0, 8120.0, 8159.0, 8127.0, 8115.0, 8156.0, 8095.0, 8094.0, 8094.0, 8112.0, 8116.0, 8115.0, 8178.0, 8146.0, 8105.0, 8159.0, 8125.0, 8096.0, 8082.0, 8085.0, 8159.0, 8128.0, 8113.0, 8084.0, 8079.0, 8128.0, 8129.0, 8101.0, 8103.0, 8143.0, 8101.0, 8105.0, 8163.0, 8135.0, 8111.0, 8108.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.002412540229885057</td></tr>
<tr><td colspan=3>aqi</td><td>0.03119868459770115</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.77879163168005</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2030230793785959</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0281491516110468</td></tr>
<tr><td colspan=3>efc</td><td>0.4619</td></tr>
<tr><td colspan=3>fber</td><td>6327.8564</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15397115739648695</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>199</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.873563218390803</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.604351794689524</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.612285119536451</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8079147512359137</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3928555132962064</td></tr>
<tr><td colspan=3>gcor</td><td>0.00837989</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006476093549281359</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021313585340976715</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7892238539797662</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>24.6878</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.6234</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.9708</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302236.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>553.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>252.1541</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1153</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.1663</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2797.1228</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2970.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>783.7964</td></tr>
<tr><td colspan=3>tsnr</td><td>32.66851092223078</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>