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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-03_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-03_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-0053/ses-03/func/sub-0053_ses-03_task-social_acq-mb8_run-03_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>b2d8fb1f73b33638368bba021cc57029</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>16:53:12.960000</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.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0812003</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>245.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>489a5fb7-62c5-4b5e-b70f-f97812e3ac38||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.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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': ['165312.960000', '165313.420000', '165313.880000', '165314.340000', '165314.800000', '165315.260000', '165315.720000', '165316.180000', '165316.640000', '165317.100000', '165317.560000', '165318.020000', '165318.480000', '165318.940000', '165319.400000', '165319.860000', '165320.320000', '165320.780000', '165321.240000', '165321.700000', '165322.160000', '165322.620000', '165323.080000', '165323.540000', '165324.000000', '165324.460000', '165324.920000', '165325.380000', '165325.840000', '165326.300000', '165326.760000', '165327.220000', '165327.680000', '165328.140000', '165328.600000', '165329.060000', '165329.520000', '165329.980000', '165330.440000', '165330.900000', '165331.360000', '165331.820000', '165332.280000', '165332.740000', '165333.200000', '165333.660000', '165334.120000', '165334.580000', '165335.040000', '165335.500000', '165335.960000', '165336.420000', '165336.880000', '165337.340000', '165337.800000', '165338.260000', '165338.720000', '165339.180000', '165339.640000', '165340.100000', '165340.560000', '165341.020000', '165341.480000', '165341.940000', '165342.400000', '165342.860000', '165343.320000', '165343.780000', '165344.240000', '165344.700000', '165345.160000', '165345.620000', '165346.080000', '165346.540000', '165347.000000', '165347.460000', '165347.920000', '165348.380000', '165348.840000', '165349.300000', '165349.760000', '165350.220000', '165350.680000', '165351.140000', '165351.600000', '165352.060000', '165352.520000', '165352.980000', '165353.440000', '165353.900000', '165354.360000', '165354.820000', '165355.280000', '165355.740000', '165356.200000', '165356.660000', '165357.120000', '165357.580000', '165358.040000', '165358.500000', '165358.960000', '165359.420000', '165359.880000', '165400.340000', '165400.800000', '165401.260000', '165401.720000', '165402.180000', '165402.640000', '165403.100000', '165403.560000', '165404.020000', '165404.480000', '165404.940000', '165405.400000', '165405.860000', '165406.320000', '165406.780000', '165407.240000', '165407.700000', '165408.160000', '165408.620000', '165409.080000', '165409.540000', '165410.000000', '165410.460000', '165410.920000', '165411.380000', '165411.840000', '165412.300000', '165412.760000', '165413.220000', '165413.680000', '165414.140000', '165414.600000', '165415.060000', '165415.520000', '165415.980000', '165416.440000', '165416.900000', '165417.360000', '165417.820000', '165418.280000', '165418.740000', '165419.200000', '165419.660000', '165420.120000', '165420.580000', '165421.040000', '165421.500000', '165421.960000', '165422.420000', '165422.880000', '165423.340000', '165423.800000', '165424.260000', '165424.720000', '165425.180000', '165425.640000', '165426.100000', '165426.560000', '165427.020000', '165427.480000', '165427.940000', '165428.400000', '165428.860000', '165429.320000', '165429.780000', '165430.240000', '165430.700000', '165431.160000', '165431.620000', '165432.080000', '165432.540000', '165433.000000', '165433.460000', '165433.920000', '165434.380000', '165434.840000', '165435.300000', '165435.760000', '165436.220000', '165436.680000', '165437.140000', '165437.600000', '165438.060000', '165438.520000', '165438.980000', '165439.440000', '165439.900000', '165440.360000', '165440.820000', '165441.280000', '165441.740000', '165442.200000', '165442.660000', '165443.120000', '165443.580000', '165444.040000', '165444.500000', '165444.960000', '165445.420000', '165445.880000', '165446.340000', '165446.800000', '165447.260000', '165447.720000', '165448.180000', '165448.640000', '165449.100000', '165449.560000', '165450.020000', '165450.480000', '165450.940000', '165451.400000', '165451.860000', '165452.320000', '165452.780000', '165453.240000', '165453.700000', '165454.160000', '165454.620000', '165455.080000', '165455.540000', '165456.000000', '165456.460000', '165456.920000', '165457.380000', '165457.840000', '165458.300000', '165458.760000', '165459.220000', '165459.680000', '165500.140000', '165500.600000', '165501.060000', '165501.520000', '165501.980000', '165502.440000', '165502.900000', '165503.360000', '165503.820000', '165504.280000', '165504.740000', '165505.200000', '165505.660000', '165506.120000', '165506.580000', '165507.040000', '165507.500000', '165507.960000', '165508.420000', '165508.880000', '165509.340000', '165509.800000', '165510.260000', '165510.720000', '165511.180000', '165511.640000', '165512.100000', '165512.560000', '165513.020000', '165513.480000', '165513.940000', '165514.400000', '165514.860000', '165515.320000', '165515.780000', '165516.240000', '165516.700000', '165517.160000', '165517.620000', '165518.080000', '165518.540000', '165519.000000', '165519.460000', '165519.920000', '165520.380000', '165520.840000', '165521.300000', '165521.760000', '165522.220000', '165522.680000', '165523.140000', '165523.600000', '165524.060000', '165524.520000', '165524.980000', '165525.440000', '165525.900000', '165526.360000', '165526.820000', '165527.280000', '165527.740000', '165528.200000', '165528.660000', '165529.120000', '165529.580000', '165530.040000', '165530.500000', '165530.960000', '165531.420000', '165531.880000', '165532.340000', '165532.800000', '165533.260000', '165533.720000', '165534.180000', '165534.640000', '165535.100000', '165535.560000', '165536.020000', '165536.480000', '165536.940000', '165537.400000', '165537.860000', '165538.320000', '165538.780000', '165539.240000', '165539.700000', '165540.160000', '165540.620000', '165541.080000', '165541.540000', '165542.000000', '165542.460000', '165542.920000', '165543.380000', '165543.840000', '165544.300000', '165544.760000', '165545.220000', '165545.680000', '165546.140000', '165546.600000', '165547.060000', '165547.520000', '165547.980000', '165548.440000', '165548.900000', '165549.360000', '165549.820000', '165550.280000', '165550.740000', '165551.200000', '165551.660000', '165552.120000', '165552.580000', '165553.040000', '165553.500000', '165553.960000', '165554.420000', '165554.880000', '165555.340000', '165555.800000', '165556.260000', '165556.720000', '165557.180000', '165557.640000', '165558.100000', '165558.560000', '165559.020000', '165559.480000', '165559.940000', '165600.400000', '165600.860000', '165601.320000', '165601.780000', '165602.240000', '165602.700000', '165603.160000', '165603.620000', '165604.080000', '165604.540000', '165605.000000', '165605.460000', '165605.920000', '165606.380000', '165606.840000', '165607.300000', '165607.760000', '165608.220000', '165608.680000', '165609.140000', '165609.600000', '165610.060000', '165610.520000', '165610.980000', '165611.440000', '165611.900000', '165612.360000', '165612.820000', '165613.280000', '165613.740000', '165614.200000', '165614.660000', '165615.120000', '165615.580000', '165616.040000', '165616.500000', '165616.960000', '165617.420000', '165617.880000', '165618.340000', '165618.800000', '165619.260000', '165619.720000', '165620.180000', '165620.640000', '165621.100000', '165621.560000', '165622.020000', '165622.480000', '165622.940000', '165623.400000', '165623.860000', '165624.320000', '165624.780000', '165625.240000', '165625.700000', '165626.160000', '165626.620000', '165627.080000', '165627.540000', '165628.000000', '165628.460000', '165628.920000', '165629.380000', '165629.840000', '165630.300000', '165630.760000', '165631.220000', '165631.680000', '165632.140000', '165632.600000', '165633.060000', '165633.520000', '165633.980000', '165634.440000', '165634.900000', '165635.360000', '165635.820000', '165636.280000', '165636.740000', '165637.200000', '165637.660000', '165638.120000', '165638.580000', '165639.040000', '165639.500000', '165639.960000', '165640.420000', '165640.880000', '165641.340000', '165641.800000', '165642.260000', '165642.720000', '165643.180000', '165643.640000', '165644.100000', '165644.560000', '165645.020000', '165645.480000', '165645.940000', '165646.400000', '165646.860000', '165647.320000', '165647.780000', '165648.240000', '165648.700000', '165649.160000', '165649.620000', '165650.080000', '165650.540000', '165651.000000', '165651.460000', '165651.920000', '165652.380000', '165652.840000', '165653.300000', '165653.760000', '165654.220000', '165654.680000', '165655.140000', '165655.600000', '165656.060000', '165656.520000', '165656.980000', '165657.440000', '165657.900000', '165658.360000', '165658.820000', '165659.280000', '165659.740000', '165700.200000', '165700.660000', '165701.120000', '165701.580000', '165702.040000', '165702.500000', '165702.960000', '165703.420000', '165703.880000', '165704.340000', '165704.800000', '165705.260000', '165705.720000', '165706.180000', '165706.640000', '165707.100000', '165707.560000', '165708.020000', '165708.480000', '165708.940000', '165709.400000', '165709.860000', '165710.320000', '165710.780000', '165711.240000', '165711.700000', '165712.160000', '165712.620000', '165713.080000', '165713.540000', '165714.000000', '165714.460000', '165714.920000', '165715.380000', '165715.840000', '165716.300000', '165716.760000', '165717.220000', '165717.680000', '165718.140000', '165718.600000', '165719.060000', '165719.520000', '165719.980000', '165720.440000', '165720.900000', '165721.360000', '165721.820000', '165722.280000', '165722.740000', '165723.200000', '165723.660000', '165724.120000', '165724.580000', '165725.040000', '165725.500000', '165725.960000', '165726.420000', '165726.880000', '165727.340000', '165727.800000', '165728.260000', '165728.720000', '165729.180000', '165729.640000', '165730.100000', '165730.560000', '165731.020000', '165731.480000', '165731.940000', '165732.400000', '165732.860000', '165733.320000', '165733.780000', '165734.240000', '165734.700000', '165735.160000', '165735.620000', '165736.080000', '165736.540000', '165737.000000', '165737.460000', '165737.920000', '165738.380000', '165738.840000', '165739.300000', '165739.760000', '165740.220000', '165740.680000', '165741.140000', '165741.600000', '165742.060000', '165742.520000', '165742.980000', '165743.440000', '165743.900000', '165744.360000', '165744.820000', '165745.280000', '165745.740000', '165746.200000', '165746.660000', '165747.120000', '165747.580000', '165748.040000', '165748.500000', '165748.960000', '165749.420000', '165749.880000', '165750.340000', '165750.800000', '165751.260000', '165751.720000', '165752.180000', '165752.640000', '165753.100000', '165753.560000', '165754.020000', '165754.480000', '165754.940000', '165755.400000', '165755.860000', '165756.320000', '165756.780000', '165757.240000', '165757.700000', '165758.160000', '165758.620000', '165759.080000', '165759.540000', '165800.000000', '165800.460000', '165800.920000', '165801.380000', '165801.840000', '165802.300000', '165802.760000', '165803.220000', '165803.680000', '165804.140000', '165804.600000', '165805.060000', '165805.520000', '165805.980000', '165806.440000', '165806.900000', '165807.360000', '165807.820000', '165808.280000', '165808.740000', '165809.200000', '165809.660000', '165810.120000', '165810.580000', '165811.040000', '165811.500000', '165811.960000', '165812.420000', '165812.880000', '165813.340000', '165813.800000', '165814.260000', '165814.720000', '165815.180000', '165815.640000', '165816.100000', '165816.560000', '165817.020000', '165817.480000', '165817.940000', '165818.400000', '165818.860000', '165819.320000', '165819.780000', '165820.240000', '165820.700000', '165821.160000', '165821.620000', '165822.080000', '165822.540000', '165823.000000', '165823.460000', '165823.920000', '165824.380000', '165824.840000', '165825.300000', '165825.760000', '165826.220000', '165826.680000', '165827.140000', '165827.600000', '165828.060000', '165828.520000', '165828.980000', '165829.440000', '165829.900000', '165830.360000', '165830.820000', '165831.280000', '165831.740000', '165832.200000', '165832.660000', '165833.120000', '165833.580000', '165834.040000', '165834.500000', '165834.960000', '165835.420000', '165835.880000', '165836.340000', '165836.800000', '165837.260000', '165837.720000', '165838.180000', '165838.640000', '165839.100000', '165839.560000', '165840.020000', '165840.480000', '165840.940000', '165841.400000', '165841.860000', '165842.320000', '165842.780000', '165843.240000', '165843.700000', '165844.160000', '165844.620000', '165845.080000', '165845.540000', '165846.000000', '165846.460000', '165846.920000', '165847.380000', '165847.840000', '165848.300000', '165848.760000', '165849.220000', '165849.680000', '165850.140000', '165850.600000', '165851.060000', '165851.520000', '165851.980000', '165852.440000', '165852.900000', '165853.360000', '165853.820000', '165854.280000', '165854.740000', '165855.200000', '165855.660000', '165856.120000', '165856.580000', '165857.040000', '165857.500000', '165857.960000', '165858.420000', '165858.880000', '165859.340000', '165859.800000', '165900.260000', '165900.720000', '165901.180000', '165901.640000', '165902.100000', '165902.560000', '165903.020000', '165903.480000', '165903.940000', '165904.400000', '165904.860000', '165905.320000', '165905.780000', '165906.240000', '165906.700000', '165907.160000', '165907.620000', '165908.080000', '165908.540000', '165909.000000', '165909.460000', '165909.920000', '165910.380000', '165910.840000', '165911.300000', '165911.760000', '165912.220000', '165912.680000', '165913.140000', '165913.600000', '165914.060000', '165914.520000', '165914.980000', '165915.440000', '165915.900000', '165916.360000', '165916.820000', '165917.280000', '165917.740000', '165918.200000', '165918.660000', '165919.120000', '165919.580000', '165920.040000', '165920.500000', '165920.960000', '165921.420000', '165921.880000', '165922.340000', '165922.800000', '165923.260000', '165923.720000', '165924.180000', '165924.640000', '165925.100000', '165925.560000', '165926.020000', '165926.480000', '165926.940000', '165927.400000', '165927.860000', '165928.320000', '165928.780000', '165929.240000', '165929.700000', '165930.160000', '165930.620000', '165931.080000', '165931.540000', '165932.000000', '165932.460000', '165932.920000', '165933.380000', '165933.840000', '165934.300000', '165934.760000', '165935.220000', '165935.680000', '165936.140000', '165936.600000', '165937.060000', '165937.520000', '165937.980000', '165938.440000', '165938.900000', '165939.360000', '165939.820000', '165940.280000', '165940.740000', '165941.200000', '165941.660000', '165942.120000', '165942.580000', '165943.040000', '165943.500000', '165943.960000', '165944.420000', '165944.880000', '165945.340000', '165945.800000', '165946.260000', '165946.720000', '165947.180000', '165947.640000', '165948.100000', '165948.560000', '165949.020000', '165949.480000', '165949.940000', '165950.400000', '165950.860000', '165951.320000', '165951.780000', '165952.240000', '165952.700000', '165953.160000', '165953.620000'], 'ContentTime': ['165337.889000', '165337.892000', '165337.895000', '165337.897000', '165337.900000', '165337.902000', '165337.905000', '165337.908000', '165337.910000', '165337.913000', '165337.915000', '165337.918000', '165337.920000', '165337.923000', '165337.926000', '165337.929000', '165337.932000', '165337.934000', '165337.943000', '165337.946000', '165337.948000', '165337.951000', '165337.953000', '165337.956000', '165337.959000', '165337.961000', '165337.964000', '165337.966000', '165337.969000', '165337.971000', '165337.974000', '165337.976000', '165337.979000', '165337.982000', '165337.984000', '165337.987000', '165337.989000', '165337.992000', '165337.994000', '165337.997000', '165338.000000', '165338.003000', '165338.005000', '165338.008000', '165338.011000', '165338.013000', '165338.016000', '165338.018000', '165338.021000', '165338.023000', '165338.026000', '165357.870000', '165357.873000', '165357.876000', '165357.878000', '165357.881000', '165357.883000', '165357.886000', '165357.889000', '165357.891000', '165357.894000', '165357.896000', '165357.899000', '165357.901000', '165357.904000', '165357.906000', '165357.909000', '165357.912000', '165357.914000', '165357.934000', '165357.936000', '165357.939000', '165357.941000', '165357.944000', '165357.946000', '165357.949000', '165357.951000', '165357.954000', '165357.957000', '165357.959000', '165357.962000', '165357.964000', '165357.967000', '165357.969000', '165357.972000', '165357.974000', '165357.977000', '165357.985000', '165357.987000', '165357.990000', '165357.993000', '165357.995000', '165357.998000', '165358.001000', '165358.004000', '165417.890000', '165417.893000', '165417.896000', '165417.898000', '165417.901000', '165417.903000', '165417.906000', '165417.909000', '165417.911000', '165417.914000', '165417.917000', '165417.920000', '165417.923000', '165417.925000', '165417.928000', '165417.930000', '165417.933000', '165417.936000', '165417.942000', '165417.944000', '165417.947000', '165417.949000', '165417.952000', '165417.954000', '165417.957000', '165417.960000', '165417.962000', '165417.965000', '165417.967000', '165417.970000', '165417.972000', '165417.975000', '165417.978000', '165417.980000', '165417.983000', '165417.985000', '165417.988000', '165417.990000', '165417.993000', '165417.996000', '165417.998000', '165418.001000', '165418.003000', '165437.870000', '165437.873000', '165437.876000', '165437.878000', '165437.881000', '165437.883000', '165437.886000', '165437.889000', '165437.891000', '165437.894000', '165437.896000', '165437.899000', '165437.901000', '165437.904000', '165437.907000', '165437.909000', '165437.912000', '165437.914000', '165437.917000', '165437.920000', '165437.922000', '165437.925000', '165437.927000', '165437.930000', '165437.932000', '165437.935000', '165437.937000', '165437.940000', '165437.943000', '165437.945000', '165437.948000', '165437.950000', '165437.953000', '165437.956000', '165437.958000', '165437.961000', '165437.963000', '165437.966000', '165437.968000', '165437.971000', '165437.973000', '165437.976000', '165437.979000', '165437.981000', '165457.869000', '165457.872000', '165457.875000', '165457.877000', '165457.880000', '165457.882000', '165457.885000', '165457.888000', '165457.890000', '165457.893000', '165457.895000', '165457.898000', '165457.900000', '165457.903000', '165457.906000', '165457.908000', '165457.911000', '165457.913000', '165457.917000', '165457.920000', '165457.922000', '165457.925000', '165457.927000', '165457.930000', '165457.933000', '165457.935000', '165457.938000', '165457.940000', '165457.943000', '165457.945000', '165457.948000', '165457.950000', '165457.953000', '165457.956000', '165457.958000', '165457.961000', '165457.963000', '165457.967000', '165457.970000', '165457.972000', '165457.975000', '165457.977000', '165457.980000', '165517.869000', '165517.872000', '165517.875000', '165517.877000', '165517.880000', '165517.883000', '165517.885000', '165517.888000', '165517.890000', '165517.893000', '165517.896000', '165517.898000', '165517.901000', '165517.903000', '165517.906000', '165517.908000', '165517.911000', '165517.914000', '165517.916000', '165517.919000', '165517.921000', '165517.924000', '165517.926000', '165517.929000', '165517.931000', '165517.934000', '165517.937000', '165517.939000', '165517.942000', '165517.944000', '165517.947000', '165517.950000', '165517.952000', '165517.955000', '165517.957000', '165517.960000', '165517.962000', '165517.965000', '165517.968000', '165517.970000', '165517.973000', '165517.975000', '165517.978000', '165517.981000', '165537.869000', '165537.872000', '165537.875000', '165537.877000', '165537.880000', '165537.882000', '165537.885000', '165537.888000', '165537.890000', '165537.893000', '165537.895000', '165537.898000', '165537.900000', '165537.915000', '165537.918000', '165537.920000', '165537.923000', '165537.926000', '165537.928000', '165537.931000', '165537.933000', '165537.936000', '165537.938000', '165537.941000', '165537.943000', '165537.946000', '165537.949000', '165537.951000', '165537.954000', '165537.956000', '165537.959000', '165537.962000', '165537.964000', '165537.967000', '165537.969000', '165537.972000', '165537.974000', '165537.977000', '165537.980000', '165537.983000', '165537.986000', '165537.989000', '165537.992000', '165557.869000', '165557.872000', '165557.875000', '165557.877000', '165557.888000', '165557.890000', '165557.893000', '165557.895000', '165557.898000', '165557.901000', '165557.903000', '165557.906000', '165557.908000', '165557.911000', '165557.914000', '165557.916000', '165557.919000', '165557.921000', '165557.924000', '165557.926000', '165557.929000', '165557.932000', '165557.934000', '165557.937000', '165557.939000', '165557.942000', '165557.944000', '165557.947000', '165557.949000', '165557.952000', '165557.955000', '165557.957000', '165557.960000', '165557.962000', '165557.965000', '165557.967000', '165557.970000', '165557.973000', '165557.975000', '165557.978000', '165557.980000', '165557.983000', '165557.986000', '165557.988000', '165617.871000', '165617.873000', '165617.876000', '165617.879000', '165617.881000', '165617.884000', '165617.886000', '165617.889000', '165617.892000', '165617.894000', '165617.897000', '165617.899000', '165617.902000', '165617.904000', '165617.907000', '165617.910000', '165617.912000', '165617.915000', '165617.917000', '165617.920000', '165617.922000', '165617.925000', '165617.927000', '165617.930000', '165617.933000', '165617.935000', '165617.938000', '165617.940000', '165617.943000', '165617.946000', '165617.948000', '165617.951000', '165617.953000', '165617.956000', '165617.958000', '165617.961000', '165617.964000', '165617.966000', '165617.969000', '165617.971000', '165617.974000', '165617.976000', '165617.979000', '165637.871000', '165637.873000', '165637.876000', '165637.878000', '165637.881000', '165637.884000', '165637.886000', '165637.889000', '165637.891000', '165637.894000', '165637.900000', '165637.902000', '165637.905000', '165637.907000', '165637.910000', '165637.913000', '165637.915000', '165637.918000', '165637.920000', '165637.923000', '165637.926000', '165637.928000', '165637.931000', '165637.933000', '165637.936000', '165637.939000', '165637.941000', '165637.944000', '165637.946000', '165637.949000', '165637.952000', '165637.954000', '165637.957000', '165637.959000', '165637.962000', '165637.964000', '165637.967000', '165637.969000', '165637.972000', '165637.975000', '165637.977000', '165637.980000', '165637.982000', '165637.985000', '165657.870000', '165657.873000', '165657.876000', '165657.878000', '165657.881000', '165657.883000', '165657.886000', '165657.888000', '165657.891000', '165657.894000', '165657.896000', '165657.899000', '165657.901000', '165657.904000', '165657.906000', '165657.909000', '165657.912000', '165657.914000', '165657.917000', '165657.919000', '165657.922000', '165657.924000', '165657.927000', '165657.930000', '165657.932000', '165657.935000', '165657.938000', '165657.940000', '165657.943000', '165657.945000', '165657.948000', '165657.950000', '165657.953000', '165657.956000', '165657.958000', '165657.961000', '165657.963000', '165657.966000', '165657.982000', '165657.985000', '165657.987000', '165657.990000', '165657.992000', '165717.870000', '165717.873000', '165717.876000', '165717.878000', '165717.881000', '165717.883000', '165717.886000', '165717.889000', '165717.891000', '165717.894000', '165717.896000', '165717.899000', '165717.902000', '165717.904000', '165717.907000', '165717.909000', '165717.912000', '165717.914000', '165717.917000', '165717.920000', '165717.922000', '165717.925000', '165717.927000', '165717.930000', '165717.933000', '165717.935000', '165717.938000', '165717.940000', '165717.943000', '165717.946000', '165717.948000', '165717.951000', '165717.953000', '165717.956000', '165717.958000', '165717.961000', '165717.964000', '165717.966000', '165717.969000', '165717.971000', '165717.974000', '165717.977000', '165717.979000', '165717.982000', '165737.869000', '165737.872000', '165737.875000', '165737.877000', '165737.880000', '165737.883000', '165737.885000', '165737.888000', '165737.890000', '165737.893000', '165737.895000', '165737.898000', '165737.901000', '165737.903000', '165737.906000', '165737.908000', '165737.911000', '165737.914000', '165737.916000', '165737.919000', '165737.921000', '165737.924000', '165737.927000', '165737.929000', '165737.932000', '165737.934000', '165737.937000', '165737.940000', '165737.942000', '165737.945000', '165737.947000', '165737.950000', '165737.953000', '165737.955000', '165737.958000', '165737.960000', '165737.963000', '165737.966000', '165737.968000', '165737.971000', '165737.973000', '165737.976000', '165737.979000', '165757.869000', '165757.872000', '165757.875000', '165757.877000', '165757.880000', '165757.882000', '165757.885000', '165757.888000', '165757.890000', '165757.893000', '165757.896000', '165757.898000', '165757.901000', '165757.903000', '165757.906000', '165757.908000', '165757.911000', '165757.914000', '165757.916000', '165757.919000', '165757.922000', '165757.924000', '165757.927000', '165757.929000', '165757.932000', '165757.934000', '165757.937000', '165757.940000', '165757.942000', '165757.945000', '165757.947000', '165757.950000', '165757.953000', '165757.955000', '165757.958000', '165757.960000', '165757.963000', '165757.966000', '165757.968000', '165757.971000', '165757.973000', '165757.976000', '165757.979000', '165757.981000', '165817.869000', '165817.872000', '165817.875000', '165817.877000', '165817.880000', '165817.883000', '165817.885000', '165817.888000', '165817.890000', '165817.893000', '165817.895000', '165817.898000', '165817.901000', '165817.903000', '165817.906000', '165817.908000', '165817.911000', '165817.914000', '165817.916000', '165817.919000', '165817.921000', '165817.924000', '165817.927000', '165817.929000', '165817.932000', '165817.934000', '165817.937000', '165817.939000', '165817.942000', '165817.945000', '165817.947000', '165817.950000', '165817.952000', '165817.955000', '165817.958000', '165817.960000', '165817.963000', '165817.965000', '165817.968000', '165817.971000', '165817.973000', '165817.976000', '165817.978000', '165837.870000', '165837.873000', '165837.876000', '165837.878000', '165837.881000', '165837.883000', '165837.886000', '165837.889000', '165837.898000', '165837.901000', '165837.904000', '165837.906000', '165837.909000', '165837.911000', '165837.914000', '165837.917000', '165837.919000', '165837.922000', '165837.924000', '165837.927000', '165837.940000', '165837.943000', '165837.945000', '165837.948000', '165837.950000', '165837.953000', '165837.956000', '165837.958000', '165837.961000', '165837.963000', '165837.966000', '165837.969000', '165837.971000', '165837.974000', '165837.976000', '165837.979000', '165837.981000', '165837.984000', '165837.987000', '165837.989000', '165837.992000', '165837.994000', '165837.997000', '165838.001000', '165857.870000', '165857.873000', '165857.876000', '165857.878000', '165857.881000', '165857.884000', '165857.886000', '165857.889000', '165857.891000', '165857.894000', '165857.896000', '165857.899000', '165857.902000', '165857.904000', '165857.907000', '165857.910000', '165857.912000', '165857.915000', '165857.917000', '165857.920000', '165857.923000', '165857.925000', '165857.928000', '165857.930000', '165857.933000', '165857.935000', '165857.938000', '165857.941000', '165857.943000', '165857.946000', '165857.948000', '165857.951000', '165857.953000', '165857.956000', '165857.959000', '165857.961000', '165857.964000', '165857.967000', '165857.969000', '165857.972000', '165857.974000', '165857.977000', '165857.979000', '165917.871000', '165917.873000', '165917.876000', '165917.879000', '165917.881000', '165917.884000', '165917.886000', '165917.889000', '165917.892000', '165917.894000', '165917.897000', '165917.899000', '165917.902000', '165917.905000', '165917.907000', '165917.910000', '165917.912000', '165917.915000', '165917.918000', '165917.920000', '165917.923000', '165917.925000', '165917.928000', '165917.930000', '165917.933000', '165917.936000', '165917.938000', '165917.941000', '165917.945000', '165917.947000', '165917.950000', '165917.952000', '165917.955000', '165917.958000', '165917.960000', '165917.963000', '165917.965000', '165917.968000', '165917.971000', '165917.973000', '165917.976000', '165917.978000', '165917.981000', '165917.984000', '165937.870000', '165937.872000', '165937.875000', '165937.878000', '165937.880000', '165937.883000', '165937.885000', '165937.888000', '165937.890000', '165937.893000', '165937.896000', '165937.898000', '165937.901000', '165937.903000', '165937.906000', '165937.908000', '165937.911000', '165937.914000', '165937.916000', '165937.919000', '165937.921000', '165937.924000', '165937.926000', '165937.929000', '165937.932000', '165937.934000', '165937.937000', '165937.939000', '165937.942000', '165937.945000', '165937.947000', '165937.950000', '165937.952000', '165937.955000', '165937.957000', '165937.960000', '165937.963000', '165937.965000', '165937.968000', '165937.970000', '165937.973000', '165937.975000', '165937.978000', '165955.061000', '165955.065000', '165955.067000', '165955.071000', '165955.073000', '165955.076000', '165955.079000', '165955.082000', '165955.085000', '165955.087000', '165955.090000', '165955.094000', '165955.096000', '165955.101000', '165955.104000', '165955.107000', '165955.109000', '165955.145000', '165955.148000', '165955.151000', '165955.154000', '165955.156000', '165955.159000', '165955.162000', '165955.165000', '165955.168000', '165955.171000', '165955.175000', '165955.182000', '165955.188000', '165955.194000', '165955.197000', '165955.201000', '165955.205000', '165955.209000', '165955.212000', '165955.216000', '165955.223000'], 'InstanceCreationTime': ['165337.889000', '165337.892000', '165337.895000', '165337.897000', '165337.900000', '165337.902000', '165337.905000', '165337.908000', '165337.910000', '165337.913000', '165337.915000', '165337.918000', '165337.920000', '165337.923000', '165337.926000', '165337.929000', '165337.932000', '165337.934000', '165337.943000', '165337.946000', '165337.948000', '165337.951000', '165337.953000', '165337.956000', '165337.959000', '165337.961000', '165337.964000', '165337.966000', '165337.969000', '165337.971000', '165337.974000', '165337.976000', '165337.979000', '165337.982000', '165337.984000', '165337.987000', '165337.989000', '165337.992000', '165337.994000', '165337.997000', '165338.000000', '165338.003000', '165338.005000', '165338.008000', '165338.011000', '165338.013000', '165338.016000', '165338.018000', '165338.021000', '165338.023000', '165338.026000', '165357.870000', '165357.873000', '165357.876000', '165357.878000', '165357.881000', '165357.883000', '165357.886000', '165357.889000', '165357.891000', '165357.894000', '165357.896000', '165357.899000', '165357.901000', '165357.904000', '165357.906000', '165357.909000', '165357.912000', '165357.914000', '165357.934000', '165357.936000', '165357.939000', '165357.941000', '165357.944000', '165357.946000', '165357.949000', '165357.951000', '165357.954000', '165357.957000', '165357.959000', '165357.962000', '165357.964000', '165357.967000', '165357.969000', '165357.972000', '165357.974000', '165357.977000', '165357.985000', '165357.987000', '165357.990000', '165357.993000', '165357.995000', '165357.998000', '165358.001000', '165358.004000', '165417.890000', '165417.893000', '165417.896000', '165417.898000', '165417.901000', '165417.903000', '165417.906000', '165417.909000', '165417.911000', '165417.914000', '165417.917000', '165417.920000', '165417.923000', '165417.925000', '165417.928000', '165417.930000', '165417.933000', '165417.936000', '165417.942000', '165417.944000', '165417.947000', '165417.949000', '165417.952000', '165417.954000', '165417.957000', '165417.960000', '165417.962000', '165417.965000', '165417.967000', '165417.970000', '165417.972000', '165417.975000', '165417.978000', '165417.980000', '165417.983000', '165417.985000', '165417.988000', '165417.990000', '165417.993000', '165417.996000', '165417.998000', '165418.001000', '165418.003000', '165437.870000', '165437.873000', '165437.876000', '165437.878000', '165437.881000', '165437.883000', '165437.886000', '165437.889000', '165437.891000', '165437.894000', '165437.896000', '165437.899000', '165437.901000', '165437.904000', '165437.907000', '165437.909000', '165437.912000', '165437.914000', '165437.917000', '165437.920000', '165437.922000', '165437.925000', '165437.927000', '165437.930000', '165437.932000', '165437.935000', '165437.937000', '165437.940000', '165437.943000', '165437.945000', '165437.948000', '165437.950000', '165437.953000', '165437.956000', '165437.958000', '165437.961000', '165437.963000', '165437.966000', '165437.968000', '165437.971000', '165437.973000', '165437.976000', '165437.979000', '165437.981000', '165457.869000', '165457.872000', '165457.875000', '165457.877000', '165457.880000', '165457.882000', '165457.885000', '165457.888000', '165457.890000', '165457.893000', '165457.895000', '165457.898000', '165457.900000', '165457.903000', '165457.906000', '165457.908000', '165457.911000', '165457.913000', '165457.917000', '165457.920000', '165457.922000', '165457.925000', '165457.927000', '165457.930000', '165457.933000', '165457.935000', '165457.938000', '165457.940000', '165457.943000', '165457.945000', '165457.948000', '165457.950000', '165457.953000', '165457.956000', '165457.958000', '165457.961000', '165457.963000', '165457.967000', '165457.970000', '165457.972000', '165457.975000', '165457.977000', '165457.980000', '165517.869000', '165517.872000', '165517.875000', '165517.877000', '165517.880000', '165517.883000', '165517.885000', '165517.888000', '165517.890000', '165517.893000', '165517.896000', '165517.898000', '165517.901000', '165517.903000', '165517.906000', '165517.908000', '165517.911000', '165517.914000', '165517.916000', '165517.919000', '165517.921000', '165517.924000', '165517.926000', '165517.929000', '165517.931000', '165517.934000', '165517.937000', '165517.939000', '165517.942000', '165517.944000', '165517.947000', '165517.950000', '165517.952000', '165517.955000', '165517.957000', '165517.960000', '165517.962000', '165517.965000', '165517.968000', '165517.970000', '165517.973000', '165517.975000', '165517.978000', '165517.981000', '165537.869000', '165537.872000', '165537.875000', '165537.877000', '165537.880000', '165537.882000', '165537.885000', '165537.888000', '165537.890000', '165537.893000', '165537.895000', '165537.898000', '165537.900000', '165537.915000', '165537.918000', '165537.920000', '165537.923000', '165537.926000', '165537.928000', '165537.931000', '165537.933000', '165537.936000', '165537.938000', '165537.941000', '165537.943000', '165537.946000', '165537.949000', '165537.951000', '165537.954000', '165537.956000', '165537.959000', '165537.962000', '165537.964000', '165537.967000', '165537.969000', '165537.972000', '165537.974000', '165537.977000', '165537.980000', '165537.983000', '165537.986000', '165537.989000', '165537.992000', '165557.869000', '165557.872000', '165557.875000', '165557.877000', '165557.888000', '165557.890000', '165557.893000', '165557.895000', '165557.898000', '165557.901000', '165557.903000', '165557.906000', '165557.908000', '165557.911000', '165557.914000', '165557.916000', '165557.919000', '165557.921000', '165557.924000', '165557.926000', '165557.929000', '165557.932000', '165557.934000', '165557.937000', '165557.939000', '165557.942000', '165557.944000', '165557.947000', '165557.949000', '165557.952000', '165557.955000', '165557.957000', '165557.960000', '165557.962000', '165557.965000', '165557.967000', '165557.970000', '165557.973000', '165557.975000', '165557.978000', '165557.980000', '165557.983000', '165557.986000', '165557.988000', '165617.871000', '165617.873000', '165617.876000', '165617.879000', '165617.881000', '165617.884000', '165617.886000', '165617.889000', '165617.892000', '165617.894000', '165617.897000', '165617.899000', '165617.902000', '165617.904000', '165617.907000', '165617.910000', '165617.912000', '165617.915000', '165617.917000', '165617.920000', '165617.922000', '165617.925000', '165617.927000', '165617.930000', '165617.933000', '165617.935000', '165617.938000', '165617.940000', '165617.943000', '165617.946000', '165617.948000', '165617.951000', '165617.953000', '165617.956000', '165617.958000', '165617.961000', '165617.964000', '165617.966000', '165617.969000', '165617.971000', '165617.974000', '165617.976000', '165617.979000', '165637.871000', '165637.873000', '165637.876000', '165637.878000', '165637.881000', '165637.884000', '165637.886000', '165637.889000', '165637.891000', '165637.894000', '165637.900000', '165637.902000', '165637.905000', '165637.907000', '165637.910000', '165637.913000', '165637.915000', '165637.918000', '165637.920000', '165637.923000', '165637.926000', '165637.928000', '165637.931000', '165637.933000', '165637.936000', '165637.939000', '165637.941000', '165637.944000', '165637.946000', '165637.949000', '165637.952000', '165637.954000', '165637.957000', '165637.959000', '165637.962000', '165637.964000', '165637.967000', '165637.969000', '165637.972000', '165637.975000', '165637.977000', '165637.980000', '165637.982000', '165637.985000', '165657.870000', '165657.873000', '165657.876000', '165657.878000', '165657.881000', '165657.883000', '165657.886000', '165657.888000', '165657.891000', '165657.894000', '165657.896000', '165657.899000', '165657.901000', '165657.904000', '165657.906000', '165657.909000', '165657.912000', '165657.914000', '165657.917000', '165657.919000', '165657.922000', '165657.924000', '165657.927000', '165657.930000', '165657.932000', '165657.935000', '165657.938000', '165657.940000', '165657.943000', '165657.945000', '165657.948000', '165657.950000', '165657.953000', '165657.956000', '165657.958000', '165657.961000', '165657.963000', '165657.966000', '165657.982000', '165657.985000', '165657.987000', '165657.990000', '165657.992000', '165717.870000', '165717.873000', '165717.876000', '165717.878000', '165717.881000', '165717.883000', '165717.886000', '165717.889000', '165717.891000', '165717.894000', '165717.896000', '165717.899000', '165717.902000', '165717.904000', '165717.907000', '165717.909000', '165717.912000', '165717.914000', '165717.917000', '165717.920000', '165717.922000', '165717.925000', '165717.927000', '165717.930000', '165717.933000', '165717.935000', '165717.938000', '165717.940000', '165717.943000', '165717.946000', '165717.948000', '165717.951000', '165717.953000', '165717.956000', '165717.958000', '165717.961000', '165717.964000', '165717.966000', '165717.969000', '165717.971000', '165717.974000', '165717.977000', '165717.979000', '165717.982000', '165737.869000', '165737.872000', '165737.875000', '165737.877000', '165737.880000', '165737.883000', '165737.885000', '165737.888000', '165737.890000', '165737.893000', '165737.895000', '165737.898000', '165737.901000', '165737.903000', '165737.906000', '165737.908000', '165737.911000', '165737.914000', '165737.916000', '165737.919000', '165737.921000', '165737.924000', '165737.927000', '165737.929000', '165737.932000', '165737.934000', '165737.937000', '165737.940000', '165737.942000', '165737.945000', '165737.947000', '165737.950000', '165737.953000', '165737.955000', '165737.958000', '165737.960000', '165737.963000', '165737.966000', '165737.968000', '165737.971000', '165737.973000', '165737.976000', '165737.979000', '165757.869000', '165757.872000', '165757.875000', '165757.877000', '165757.880000', '165757.882000', '165757.885000', '165757.888000', '165757.890000', '165757.893000', '165757.896000', '165757.898000', '165757.901000', '165757.903000', '165757.906000', '165757.908000', '165757.911000', '165757.914000', '165757.916000', '165757.919000', '165757.922000', '165757.924000', '165757.927000', '165757.929000', '165757.932000', '165757.934000', '165757.937000', '165757.940000', '165757.942000', '165757.945000', '165757.947000', '165757.950000', '165757.953000', '165757.955000', '165757.958000', '165757.960000', '165757.963000', '165757.966000', '165757.968000', '165757.971000', '165757.973000', '165757.976000', '165757.979000', '165757.981000', '165817.869000', '165817.872000', '165817.875000', '165817.877000', '165817.880000', '165817.883000', '165817.885000', '165817.888000', '165817.890000', '165817.893000', '165817.895000', '165817.898000', '165817.901000', '165817.903000', '165817.906000', '165817.908000', '165817.911000', '165817.914000', '165817.916000', '165817.919000', '165817.921000', '165817.924000', '165817.927000', '165817.929000', '165817.932000', '165817.934000', '165817.937000', '165817.939000', '165817.942000', '165817.945000', '165817.947000', '165817.950000', '165817.952000', '165817.955000', '165817.958000', '165817.960000', '165817.963000', '165817.965000', '165817.968000', '165817.971000', '165817.973000', '165817.976000', '165817.978000', '165837.870000', '165837.873000', '165837.876000', '165837.878000', '165837.881000', '165837.883000', '165837.886000', '165837.889000', '165837.898000', '165837.901000', '165837.904000', '165837.906000', '165837.909000', '165837.911000', '165837.914000', '165837.917000', '165837.919000', '165837.922000', '165837.924000', '165837.927000', '165837.940000', '165837.943000', '165837.945000', '165837.948000', '165837.950000', '165837.953000', '165837.956000', '165837.958000', '165837.961000', '165837.963000', '165837.966000', '165837.969000', '165837.971000', '165837.974000', '165837.976000', '165837.979000', '165837.981000', '165837.984000', '165837.987000', '165837.989000', '165837.992000', '165837.994000', '165837.997000', '165838.001000', '165857.870000', '165857.873000', '165857.876000', '165857.878000', '165857.881000', '165857.884000', '165857.886000', '165857.889000', '165857.891000', '165857.894000', '165857.896000', '165857.899000', '165857.902000', '165857.904000', '165857.907000', '165857.910000', '165857.912000', '165857.915000', '165857.917000', '165857.920000', '165857.923000', '165857.925000', '165857.928000', '165857.930000', '165857.933000', '165857.935000', '165857.938000', '165857.941000', '165857.943000', '165857.946000', '165857.948000', '165857.951000', '165857.953000', '165857.956000', '165857.959000', '165857.961000', '165857.964000', '165857.967000', '165857.969000', '165857.972000', '165857.974000', '165857.977000', '165857.979000', '165917.871000', '165917.873000', '165917.876000', '165917.879000', '165917.881000', '165917.884000', '165917.886000', '165917.889000', '165917.892000', '165917.894000', '165917.897000', '165917.899000', '165917.902000', '165917.905000', '165917.907000', '165917.910000', '165917.912000', '165917.915000', '165917.918000', '165917.920000', '165917.923000', '165917.925000', '165917.928000', '165917.930000', '165917.933000', '165917.936000', '165917.938000', '165917.941000', '165917.945000', '165917.947000', '165917.950000', '165917.952000', '165917.955000', '165917.958000', '165917.960000', '165917.963000', '165917.965000', '165917.968000', '165917.971000', '165917.973000', '165917.976000', '165917.978000', '165917.981000', '165917.984000', '165937.870000', '165937.872000', '165937.875000', '165937.878000', '165937.880000', '165937.883000', '165937.885000', '165937.888000', '165937.890000', '165937.893000', '165937.896000', '165937.898000', '165937.901000', '165937.903000', '165937.906000', '165937.908000', '165937.911000', '165937.914000', '165937.916000', '165937.919000', '165937.921000', '165937.924000', '165937.926000', '165937.929000', '165937.932000', '165937.934000', '165937.937000', '165937.939000', '165937.942000', '165937.945000', '165937.947000', '165937.950000', '165937.952000', '165937.955000', '165937.957000', '165937.960000', '165937.963000', '165937.965000', '165937.968000', '165937.970000', '165937.973000', '165937.975000', '165937.978000', '165955.061000', '165955.065000', '165955.067000', '165955.071000', '165955.073000', '165955.076000', '165955.079000', '165955.082000', '165955.085000', '165955.087000', '165955.090000', '165955.094000', '165955.096000', '165955.101000', '165955.104000', '165955.107000', '165955.109000', '165955.145000', '165955.148000', '165955.151000', '165955.154000', '165955.156000', '165955.159000', '165955.162000', '165955.165000', '165955.168000', '165955.171000', '165955.175000', '165955.182000', '165955.188000', '165955.194000', '165955.197000', '165955.201000', '165955.205000', '165955.209000', '165955.212000', '165955.216000', '165955.223000'], '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': [7612, 11383, 7773, 8083, 9808, 7443, 10837, 7699, 8351, 6949, 7737, 9405, 7795, 9857, 7348, 7957, 9367, 7761, 9745, 7368, 7681, 10416, 7714, 9449, 7704, 7790, 10887, 7731, 8212, 7469, 7807, 10770, 7763, 8258, 7187, 7889, 9472, 7583, 8315, 7029, 7674, 10142, 7492, 7979, 6939, 7599, 10416, 7349, 8002, 9342, 7583, 10259, 7331, 7783, 9810, 7206, 8155, 6676, 7711, 9844, 7434, 7175, 6759, 7571, 10167, 7251, 7051, 6752, 7350, 10211, 7122, 8064, 9555, 7558, 9248, 6797, 7622, 10672, 7401, 8890, 7184, 7653, 10842, 7402, 7897, 7063, 7565, 10750, 7378, 7954, 6627, 7640, 10742, 7347, 8363, 7158, 7657, 10173, 7746, 8805, 7449, 6983, 7477, 10203, 6946, 8081, 9691, 7462, 9793, 7137, 7408, 7596, 7469, 9346, 7614, 9529, 7276, 7955, 9428, 7586, 10071, 7428, 7856, 7041, 7714, 9866, 7854, 8964, 7048, 7523, 10450, 7520, 8954, 7353, 7708, 10121, 7775, 8260, 7243, 7717, 9269, 7599, 9450, 7469, 7949, 9661, 7523, 9899, 7575, 7699, 9374, 7917, 10531, 7561, 6990, 7169, 7903, 10468, 7750, 8889, 7396, 7928, 9085, 7910, 10073, 7553, 7839, 8959, 7624, 10579, 7629, 7533, 9141, 7767, 9721, 7502, 7814, 9146, 7693, 10202, 7992, 7801, 7229, 7839, 10121, 7668, 7676, 8785, 7904, 10845, 7858, 7670, 9117, 7921, 9844, 7539, 7949, 9971, 7595, 8567, 7272, 7844, 8021, 7905, 8991, 7643, 7855, 8690, 7630, 10226, 7582, 7778, 6796, 7882, 10336, 7610, 7467, 7530, 7582, 10284, 7462, 7965, 6645, 7741, 9539, 7296, 8944, 7088, 7568, 9366, 7465, 9722, 7341, 7733, 9717, 7575, 10175, 7343, 7712, 9455, 7514, 9814, 7102, 7712, 9689, 7543, 9882, 7273, 7278, 7684, 7569, 9979, 7359, 7512, 8852, 7462, 9960, 7247, 7492, 7038, 7587, 9278, 7574, 9009, 7065, 7587, 8944, 7348, 8259, 7072, 7599, 10435, 7385, 7561, 6958, 7632, 10126, 7343, 7750, 8693, 7499, 10152, 7447, 7614, 9241, 7659, 9481, 7174, 7710, 9097, 7653, 9419, 7257, 7780, 9164, 7926, 8153, 6986, 7679, 9612, 7632, 9070, 7376, 8087, 7817, 7656, 9937, 7423, 8163, 7339, 7699, 9363, 7800, 8355, 6977, 7686, 10393, 7404, 7803, 9643, 7476, 8794, 6856, 7687, 9360, 7572, 8000, 7111, 7443, 10582, 7488, 7203, 6860, 7944, 9740, 7245, 7733, 10217, 7751, 9057, 7019, 7889, 9326, 7744, 8789, 7553, 7689, 9570, 7782, 8933, 7182, 7652, 9956, 7467, 8463, 7269, 7568, 9464, 7540, 7913, 7161, 7577, 10523, 7553, 8369, 6995, 7697, 10489, 7276, 7975, 7289, 7401, 10684, 7497, 8345, 6912, 7684, 9694, 7567, 9872, 7045, 7818, 8377, 7608, 10405, 7472, 8754, 7418, 7688, 10315, 7739, 9138, 7464, 7719, 9509, 7421, 9232, 7226, 7593, 9151, 7564, 10045, 7433, 7753, 7051, 7403, 8708, 7621, 9851, 7295, 7591, 8288, 7586, 10383, 7454, 7823, 8580, 7519, 10813, 7684, 8206, 7130, 7614, 10401, 7318, 7833, 9670, 7518, 9639, 7399, 7605, 9574, 7649, 7960, 7048, 7590, 9743, 7579, 8435, 7184, 7655, 10362, 7517, 7774, 9182, 7462, 10299, 7396, 7957, 8121, 7789, 9493, 7285, 7628, 9332, 7819, 10033, 7491, 7742, 7352, 7653, 10115, 7229, 7721, 7818, 7944, 9293, 7130, 8544, 7834, 6800, 7867, 8389, 7696, 10056, 7386, 8302, 8987, 7463, 10048, 6966, 7840, 10051, 7870, 9885, 7202, 7424, 7246, 7335, 7532, 6832, 8051, 6854, 7338, 6909, 7196, 6717, 7574, 10360, 7166, 7556, 9739, 7841, 10820, 7570, 8850, 7143, 7675, 9351, 7809, 10068, 7706, 8562, 7395, 7776, 9550, 7604, 8823, 7299, 7842, 8941, 7800, 9286, 7665, 7995, 9369, 7480, 8814, 7580, 7729, 9397, 7691, 9739, 7232, 7896, 9112, 7742, 10412, 7665, 7777, 7262, 7620, 10404, 8022, 8491, 7587, 7553, 8012, 7945, 9066, 7390, 7712, 7797, 6933, 8089, 8027, 7920, 10044, 7438, 8487, 8375, 7625, 10256, 7286, 7722, 9591, 8039, 9951, 8045, 7335, 7722, 7601, 9068, 7879, 9101, 7480, 7630, 7434, 7848, 9740, 7794, 8277, 7589, 7758, 10336, 7878, 8734, 7667, 7442, 9231, 7578, 7378, 7461, 7498, 9057, 7690, 7438, 7602, 7659, 8849, 7974, 8247, 6954, 7772, 10458, 7577, 8013, 7137, 7816, 9887, 7574, 7618, 9014, 7936, 9147, 6970, 7583, 9786, 7623, 7860, 6652, 7781, 9537, 7724, 7802, 7594, 7693, 9216, 7513, 7893, 6875, 8019, 8831, 7915, 8850, 7358, 7670, 9076, 7773, 9389, 7607, 7903, 7686, 7351, 9311, 7888, 8705, 7724, 7905, 7129, 7691, 9470, 7563, 9372, 7519, 7636, 9079, 7782, 8992, 6606, 7764, 7056, 7703, 9702, 7745, 7862, 7382, 7820, 10048, 8114, 8211, 7744, 7842, 10283, 7983, 7931, 7545, 7673, 10327, 8122, 8108, 7284, 7592, 8882, 7856, 9184, 7753, 7636, 9040, 7785, 9339, 7171, 7732, 8726, 7869, 9352, 7245, 7654, 7778, 7587, 9191, 7792, 7841, 7987, 7678, 8432, 7880, 8742, 7849, 7898, 7767, 8145, 9084, 8103, 9174, 7509, 7861, 9105, 7931, 9833, 7108, 7631, 8589, 7916, 9814, 7737, 8032, 7329, 8079, 9826, 8022, 7711, 7559, 7695, 9084, 7692, 7649, 7446, 7868, 9322, 7714, 8913, 7729, 7554, 7291, 7921, 8904, 7951, 8556, 8089, 7737, 9614, 7953, 9083, 7933, 7615, 9307, 7689, 9627, 7769, 7597, 9168, 7898, 9241, 7505, 7639, 9172, 8100, 9823, 7664, 7608, 8611, 7801, 9846, 7311, 7780, 8979, 7707, 9814, 7631, 7927, 9147, 7673, 9150, 7175, 7667, 8598, 7846, 9549, 7528, 7192, 7112, 7490, 8918, 7410, 7485, 7066, 7833, 9397, 7877, 9178, 7656, 7429, 6969, 7621, 10015, 7586, 7944, 7807, 7367, 9221, 7482, 8979, 7159, 7659, 8936, 7676, 9643, 7276, 7517, 7972, 7567, 9285, 7195, 7529, 8385, 7788, 9465, 7653, 7284, 6305, 7410, 8819, 7462, 8403, 7237, 7207, 7077, 7671, 10077, 7501, 8837, 7203, 7582, 8534, 7600, 8601, 7030, 7595, 9590, 7571, 7645, 7751, 7729, 9654, 7385, 7310, 6838, 7633, 9592, 7782, 7784, 7472, 7495, 8764, 7562, 7885, 7328, 7824, 9900, 7805, 8371], 'WindowCenter': [3787.0, 3818.0, 3756.0, 3755.0, 3774.0, 3742.0, 3783.0, 3741.0, 3750.0, 3717.0, 3739.0, 3757.0, 3738.0, 3771.0, 3728.0, 3740.0, 3758.0, 3739.0, 3759.0, 3727.0, 3727.0, 3766.0, 3725.0, 3758.0, 3726.0, 3726.0, 3767.0, 3726.0, 3736.0, 3714.0, 3726.0, 3763.0, 3726.0, 3735.0, 3715.0, 3738.0, 3758.0, 3738.0, 3743.0, 3726.0, 3739.0, 3770.0, 3728.0, 3738.0, 3728.0, 3739.0, 3770.0, 3721.0, 3738.0, 3746.0, 3738.0, 3770.0, 3722.0, 3733.0, 3758.0, 3728.0, 3732.0, 3717.0, 3732.0, 3758.0, 3728.0, 3728.0, 3717.0, 3741.0, 3776.0, 3738.0, 3730.0, 3717.0, 3729.0, 3770.0, 3729.0, 3751.0, 3770.0, 3740.0, 3760.0, 3718.0, 3739.0, 3762.0, 3728.0, 3759.0, 3712.0, 3734.0, 3781.0, 3728.0, 3750.0, 3728.0, 3739.0, 3782.0, 3734.0, 3751.0, 3719.0, 3741.0, 3782.0, 3739.0, 3763.0, 3730.0, 3753.0, 3770.0, 3751.0, 3774.0, 3741.0, 3735.0, 3754.0, 3783.0, 3730.0, 3753.0, 3766.0, 3741.0, 3771.0, 3729.0, 3740.0, 3734.0, 3742.0, 3760.0, 3740.0, 3773.0, 3742.0, 3751.0, 3755.0, 3740.0, 3771.0, 3740.0, 3750.0, 3730.0, 3747.0, 3772.0, 3750.0, 3761.0, 3728.0, 3741.0, 3782.0, 3741.0, 3755.0, 3740.0, 3752.0, 3770.0, 3739.0, 3750.0, 3728.0, 3741.0, 3761.0, 3736.0, 3772.0, 3740.0, 3752.0, 3771.0, 3733.0, 3765.0, 3739.0, 3740.0, 3760.0, 3738.0, 3781.0, 3738.0, 3716.0, 3711.0, 3739.0, 3768.0, 3739.0, 3759.0, 3723.0, 3751.0, 3758.0, 3748.0, 3770.0, 3733.0, 3740.0, 3743.0, 3739.0, 3770.0, 3739.0, 3739.0, 3758.0, 3726.0, 3757.0, 3725.0, 3738.0, 3746.0, 3726.0, 3763.0, 3737.0, 3732.0, 3721.0, 3738.0, 3768.0, 3737.0, 3740.0, 3749.0, 3737.0, 3780.0, 3738.0, 3738.0, 3747.0, 3731.0, 3764.0, 3736.0, 3738.0, 3757.0, 3732.0, 3749.0, 3727.0, 3733.0, 3744.0, 3751.0, 3760.0, 3733.0, 3751.0, 3760.0, 3735.0, 3781.0, 3735.0, 3741.0, 3719.0, 3751.0, 3764.0, 3738.0, 3722.0, 3733.0, 3734.0, 3771.0, 3740.0, 3751.0, 3724.0, 3740.0, 3767.0, 3735.0, 3761.0, 3730.0, 3752.0, 3772.0, 3741.0, 3771.0, 3728.0, 3736.0, 3771.0, 3741.0, 3772.0, 3731.0, 3741.0, 3759.0, 3727.0, 3763.0, 3717.0, 3733.0, 3758.0, 3739.0, 3770.0, 3723.0, 3729.0, 3733.0, 3738.0, 3770.0, 3740.0, 3741.0, 3756.0, 3735.0, 3778.0, 3741.0, 3739.0, 3729.0, 3741.0, 3761.0, 3733.0, 3759.0, 3729.0, 3740.0, 3750.0, 3728.0, 3743.0, 3716.0, 3733.0, 3769.0, 3728.0, 3733.0, 3728.0, 3740.0, 3771.0, 3729.0, 3734.0, 3750.0, 3740.0, 3771.0, 3729.0, 3741.0, 3761.0, 3734.0, 3770.0, 3729.0, 3740.0, 3759.0, 3739.0, 3760.0, 3722.0, 3739.0, 3759.0, 3732.0, 3738.0, 3711.0, 3740.0, 3759.0, 3741.0, 3756.0, 3741.0, 3752.0, 3740.0, 3740.0, 3770.0, 3741.0, 3751.0, 3740.0, 3752.0, 3761.0, 3741.0, 3751.0, 3729.0, 3740.0, 3765.0, 3734.0, 3735.0, 3754.0, 3728.0, 3755.0, 3724.0, 3740.0, 3758.0, 3737.0, 3740.0, 3723.0, 3736.0, 3781.0, 3740.0, 3740.0, 3712.0, 3744.0, 3770.0, 3728.0, 3740.0, 3770.0, 3740.0, 3761.0, 3729.0, 3740.0, 3759.0, 3739.0, 3750.0, 3739.0, 3740.0, 3754.0, 3739.0, 3760.0, 3721.0, 3740.0, 3765.0, 3729.0, 3750.0, 3728.0, 3735.0, 3771.0, 3733.0, 3744.0, 3728.0, 3740.0, 3779.0, 3740.0, 3750.0, 3723.0, 3735.0, 3781.0, 3724.0, 3752.0, 3723.0, 3740.0, 3771.0, 3729.0, 3750.0, 3724.0, 3741.0, 3770.0, 3739.0, 3765.0, 3728.0, 3740.0, 3744.0, 3740.0, 3782.0, 3729.0, 3749.0, 3727.0, 3739.0, 3770.0, 3739.0, 3759.0, 3728.0, 3740.0, 3759.0, 3727.0, 3752.0, 3727.0, 3733.0, 3757.0, 3727.0, 3769.0, 3728.0, 3738.0, 3723.0, 3739.0, 3743.0, 3740.0, 3768.0, 3742.0, 3741.0, 3750.0, 3733.0, 3770.0, 3728.0, 3739.0, 3749.0, 3727.0, 3780.0, 3738.0, 3743.0, 3727.0, 3738.0, 3762.0, 3726.0, 3738.0, 3758.0, 3727.0, 3759.0, 3728.0, 3732.0, 3759.0, 3737.0, 3737.0, 3717.0, 3734.0, 3770.0, 3740.0, 3752.0, 3730.0, 3735.0, 3770.0, 3728.0, 3740.0, 3760.0, 3739.0, 3771.0, 3729.0, 3745.0, 3750.0, 3740.0, 3770.0, 3733.0, 3740.0, 3754.0, 3740.0, 3771.0, 3740.0, 3734.0, 3729.0, 3734.0, 3771.0, 3741.0, 3753.0, 3746.0, 3752.0, 3772.0, 3730.0, 3758.0, 3746.0, 3731.0, 3748.0, 3758.0, 3755.0, 3786.0, 3738.0, 3758.0, 3755.0, 3741.0, 3764.0, 3724.0, 3752.0, 3771.0, 3740.0, 3771.0, 3740.0, 3740.0, 3741.0, 3741.0, 3755.0, 3744.0, 3766.0, 3732.0, 3755.0, 3757.0, 3759.0, 3745.0, 3755.0, 3785.0, 3732.0, 3754.0, 3760.0, 3741.0, 3778.0, 3741.0, 3751.0, 3712.0, 3739.0, 3754.0, 3739.0, 3771.0, 3739.0, 3750.0, 3728.0, 3738.0, 3758.0, 3727.0, 3760.0, 3728.0, 3740.0, 3744.0, 3729.0, 3758.0, 3740.0, 3734.0, 3758.0, 3728.0, 3749.0, 3738.0, 3739.0, 3754.0, 3740.0, 3760.0, 3721.0, 3739.0, 3742.0, 3728.0, 3763.0, 3728.0, 3739.0, 3728.0, 3739.0, 3769.0, 3732.0, 3748.0, 3727.0, 3733.0, 3752.0, 3750.0, 3761.0, 3744.0, 3738.0, 3740.0, 3728.0, 3752.0, 3751.0, 3752.0, 3774.0, 3731.0, 3762.0, 3743.0, 3727.0, 3758.0, 3725.0, 3726.0, 3757.0, 3726.0, 3750.0, 3737.0, 3726.0, 3720.0, 3726.0, 3745.0, 3736.0, 3747.0, 3721.0, 3721.0, 3722.0, 3740.0, 3753.0, 3732.0, 3748.0, 3727.0, 3740.0, 3769.0, 3740.0, 3748.0, 3733.0, 3730.0, 3753.0, 3739.0, 3728.0, 3728.0, 3740.0, 3761.0, 3741.0, 3740.0, 3740.0, 3752.0, 3755.0, 3752.0, 3751.0, 3729.0, 3752.0, 3783.0, 3735.0, 3745.0, 3731.0, 3743.0, 3771.0, 3733.0, 3741.0, 3754.0, 3739.0, 3760.0, 3722.0, 3740.0, 3770.0, 3739.0, 3739.0, 3713.0, 3742.0, 3771.0, 3735.0, 3741.0, 3740.0, 3753.0, 3775.0, 3742.0, 3746.0, 3731.0, 3747.0, 3762.0, 3754.0, 3775.0, 3745.0, 3755.0, 3763.0, 3742.0, 3772.0, 3753.0, 3747.0, 3736.0, 3744.0, 3775.0, 3747.0, 3756.0, 3746.0, 3752.0, 3731.0, 3755.0, 3779.0, 3753.0, 3774.0, 3736.0, 3753.0, 3761.0, 3741.0, 3762.0, 3725.0, 3752.0, 3731.0, 3752.0, 3773.0, 3740.0, 3751.0, 3740.0, 3741.0, 3772.0, 3752.0, 3745.0, 3741.0, 3752.0, 3770.0, 3739.0, 3744.0, 3738.0, 3734.0, 3770.0, 3734.0, 3744.0, 3740.0, 3741.0, 3759.0, 3740.0, 3760.0, 3739.0, 3741.0, 3760.0, 3740.0, 3761.0, 3723.0, 3741.0, 3749.0, 3733.0, 3759.0, 3729.0, 3738.0, 3738.0, 3739.0, 3759.0, 3746.0, 3753.0, 3753.0, 3741.0, 3756.0, 3752.0, 3762.0, 3750.0, 3751.0, 3740.0, 3752.0, 3755.0, 3751.0, 3761.0, 3729.0, 3733.0, 3748.0, 3732.0, 3771.0, 3724.0, 3740.0, 3743.0, 3739.0, 3763.0, 3732.0, 3738.0, 3726.0, 3738.0, 3770.0, 3739.0, 3739.0, 3739.0, 3734.0, 3754.0, 3733.0, 3732.0, 3723.0, 3751.0, 3755.0, 3740.0, 3761.0, 3734.0, 3741.0, 3729.0, 3751.0, 3761.0, 3751.0, 3763.0, 3751.0, 3741.0, 3772.0, 3749.0, 3761.0, 3733.0, 3739.0, 3758.0, 3733.0, 3766.0, 3739.0, 3733.0, 3753.0, 3733.0, 3759.0, 3727.0, 3738.0, 3752.0, 3734.0, 3764.0, 3738.0, 3739.0, 3742.0, 3733.0, 3769.0, 3727.0, 3739.0, 3749.0, 3732.0, 3772.0, 3740.0, 3739.0, 3760.0, 3732.0, 3760.0, 3712.0, 3740.0, 3749.0, 3751.0, 3771.0, 3734.0, 3724.0, 3730.0, 3742.0, 3761.0, 3735.0, 3742.0, 3731.0, 3751.0, 3767.0, 3753.0, 3775.0, 3748.0, 3737.0, 3732.0, 3754.0, 3784.0, 3753.0, 3754.0, 3752.0, 3729.0, 3746.0, 3721.0, 3753.0, 3728.0, 3752.0, 3756.0, 3747.0, 3803.0, 3762.0, 3757.0, 3753.0, 3735.0, 3770.0, 3729.0, 3741.0, 3751.0, 3751.0, 3773.0, 3754.0, 3737.0, 3731.0, 3753.0, 3762.0, 3744.0, 3764.0, 3757.0, 3773.0, 3746.0, 3755.0, 3772.0, 3743.0, 3764.0, 3740.0, 3754.0, 3755.0, 3736.0, 3762.0, 3724.0, 3740.0, 3770.0, 3739.0, 3741.0, 3740.0, 3742.0, 3765.0, 3734.0, 3736.0, 3731.0, 3742.0, 3771.0, 3741.0, 3735.0, 3741.0, 3742.0, 3763.0, 3753.0, 3752.0, 3734.0, 3741.0, 3770.0, 3734.0, 3753.0], 'WindowWidth': [8532.0, 8558.0, 8467.0, 8462.0, 8483.0, 8438.0, 8492.0, 8433.0, 8444.0, 8396.0, 8428.0, 8449.0, 8425.0, 8472.0, 8411.0, 8430.0, 8451.0, 8428.0, 8454.0, 8408.0, 8407.0, 8457.0, 8403.0, 8449.0, 8403.0, 8404.0, 8459.0, 8406.0, 8418.0, 8386.0, 8405.0, 8452.0, 8405.0, 8416.0, 8390.0, 8423.0, 8451.0, 8425.0, 8430.0, 8407.0, 8428.0, 8467.0, 8411.0, 8425.0, 8411.0, 8427.0, 8468.0, 8397.0, 8425.0, 8432.0, 8426.0, 8468.0, 8397.0, 8414.0, 8449.0, 8412.0, 8413.0, 8395.0, 8413.0, 8450.0, 8411.0, 8413.0, 8396.0, 8433.0, 8476.0, 8427.0, 8417.0, 8396.0, 8416.0, 8469.0, 8414.0, 8446.0, 8469.0, 8430.0, 8455.0, 8397.0, 8428.0, 8451.0, 8413.0, 8455.0, 8385.0, 8420.0, 8484.0, 8412.0, 8444.0, 8411.0, 8429.0, 8491.0, 8419.0, 8446.0, 8402.0, 8434.0, 8487.0, 8430.0, 8466.0, 8420.0, 8455.0, 8470.0, 8450.0, 8482.0, 8436.0, 8423.0, 8457.0, 8493.0, 8419.0, 8451.0, 8463.0, 8435.0, 8472.0, 8416.0, 8432.0, 8419.0, 8436.0, 8459.0, 8432.0, 8478.0, 8437.0, 8448.0, 8447.0, 8431.0, 8474.0, 8430.0, 8445.0, 8418.0, 8440.0, 8477.0, 8445.0, 8460.0, 8412.0, 8434.0, 8488.0, 8435.0, 8447.0, 8431.0, 8451.0, 8471.0, 8429.0, 8442.0, 8413.0, 8435.0, 8461.0, 8424.0, 8476.0, 8433.0, 8449.0, 8472.0, 8415.0, 8459.0, 8426.0, 8430.0, 8454.0, 8426.0, 8484.0, 8425.0, 8393.0, 8383.0, 8428.0, 8465.0, 8427.0, 8452.0, 8402.0, 8446.0, 8453.0, 8439.0, 8469.0, 8414.0, 8430.0, 8429.0, 8427.0, 8470.0, 8428.0, 8428.0, 8450.0, 8406.0, 8446.0, 8402.0, 8423.0, 8433.0, 8404.0, 8453.0, 8422.0, 8414.0, 8396.0, 8424.0, 8464.0, 8423.0, 8430.0, 8440.0, 8423.0, 8482.0, 8425.0, 8426.0, 8435.0, 8410.0, 8457.0, 8420.0, 8425.0, 8447.0, 8412.0, 8439.0, 8410.0, 8416.0, 8431.0, 8446.0, 8458.0, 8417.0, 8446.0, 8457.0, 8422.0, 8487.0, 8421.0, 8436.0, 8403.0, 8446.0, 8456.0, 8425.0, 8401.0, 8414.0, 8419.0, 8471.0, 8431.0, 8448.0, 8406.0, 8433.0, 8467.0, 8423.0, 8462.0, 8417.0, 8452.0, 8478.0, 8435.0, 8475.0, 8414.0, 8426.0, 8473.0, 8435.0, 8474.0, 8413.0, 8435.0, 8455.0, 8410.0, 8455.0, 8396.0, 8416.0, 8452.0, 8427.0, 8470.0, 8403.0, 8416.0, 8415.0, 8427.0, 8470.0, 8431.0, 8437.0, 8450.0, 8423.0, 8483.0, 8436.0, 8431.0, 8415.0, 8435.0, 8460.0, 8417.0, 8456.0, 8415.0, 8430.0, 8435.0, 8412.0, 8429.0, 8394.0, 8417.0, 8466.0, 8412.0, 8415.0, 8412.0, 8433.0, 8472.0, 8415.0, 8419.0, 8443.0, 8432.0, 8474.0, 8415.0, 8434.0, 8459.0, 8417.0, 8470.0, 8413.0, 8430.0, 8453.0, 8429.0, 8455.0, 8400.0, 8429.0, 8452.0, 8412.0, 8424.0, 8384.0, 8430.0, 8453.0, 8434.0, 8450.0, 8437.0, 8451.0, 8432.0, 8433.0, 8471.0, 8434.0, 8448.0, 8432.0, 8450.0, 8462.0, 8435.0, 8448.0, 8415.0, 8430.0, 8460.0, 8421.0, 8420.0, 8445.0, 8412.0, 8447.0, 8406.0, 8431.0, 8452.0, 8424.0, 8431.0, 8403.0, 8424.0, 8487.0, 8431.0, 8433.0, 8389.0, 8432.0, 8469.0, 8413.0, 8431.0, 8469.0, 8430.0, 8458.0, 8415.0, 8430.0, 8454.0, 8429.0, 8444.0, 8427.0, 8432.0, 8445.0, 8428.0, 8456.0, 8399.0, 8432.0, 8459.0, 8415.0, 8444.0, 8412.0, 8421.0, 8474.0, 8417.0, 8431.0, 8412.0, 8433.0, 8482.0, 8431.0, 8445.0, 8404.0, 8421.0, 8485.0, 8404.0, 8451.0, 8402.0, 8431.0, 8472.0, 8416.0, 8445.0, 8408.0, 8435.0, 8469.0, 8429.0, 8461.0, 8414.0, 8433.0, 8433.0, 8433.0, 8490.0, 8415.0, 8441.0, 8409.0, 8429.0, 8468.0, 8427.0, 8454.0, 8411.0, 8431.0, 8454.0, 8410.0, 8438.0, 8407.0, 8415.0, 8449.0, 8409.0, 8468.0, 8413.0, 8427.0, 8404.0, 8429.0, 8428.0, 8430.0, 8470.0, 8437.0, 8434.0, 8443.0, 8417.0, 8469.0, 8411.0, 8428.0, 8439.0, 8411.0, 8483.0, 8425.0, 8429.0, 8410.0, 8424.0, 8451.0, 8406.0, 8424.0, 8449.0, 8410.0, 8452.0, 8413.0, 8413.0, 8453.0, 8421.0, 8422.0, 8396.0, 8420.0, 8473.0, 8430.0, 8450.0, 8419.0, 8421.0, 8471.0, 8413.0, 8430.0, 8455.0, 8428.0, 8471.0, 8415.0, 8436.0, 8445.0, 8431.0, 8470.0, 8417.0, 8433.0, 8445.0, 8431.0, 8475.0, 8432.0, 8421.0, 8415.0, 8418.0, 8472.0, 8434.0, 8454.0, 8439.0, 8452.0, 8477.0, 8419.0, 8457.0, 8441.0, 8422.0, 8444.0, 8457.0, 8463.0, 8504.0, 8431.0, 8460.0, 8449.0, 8433.0, 8457.0, 8405.0, 8450.0, 8473.0, 8430.0, 8473.0, 8431.0, 8431.0, 8435.0, 8438.0, 8460.0, 8449.0, 8477.0, 8429.0, 8460.0, 8468.0, 8472.0, 8447.0, 8459.0, 8498.0, 8423.0, 8457.0, 8459.0, 8433.0, 8481.0, 8432.0, 8443.0, 8384.0, 8427.0, 8441.0, 8427.0, 8469.0, 8428.0, 8443.0, 8411.0, 8425.0, 8451.0, 8409.0, 8455.0, 8410.0, 8430.0, 8429.0, 8413.0, 8451.0, 8429.0, 8418.0, 8449.0, 8410.0, 8439.0, 8424.0, 8428.0, 8442.0, 8430.0, 8455.0, 8396.0, 8426.0, 8425.0, 8409.0, 8453.0, 8411.0, 8427.0, 8408.0, 8426.0, 8464.0, 8413.0, 8437.0, 8407.0, 8414.0, 8451.0, 8445.0, 8459.0, 8444.0, 8425.0, 8431.0, 8413.0, 8450.0, 8447.0, 8450.0, 8482.0, 8420.0, 8463.0, 8427.0, 8408.0, 8448.0, 8402.0, 8406.0, 8445.0, 8403.0, 8431.0, 8420.0, 8406.0, 8393.0, 8405.0, 8428.0, 8419.0, 8435.0, 8394.0, 8397.0, 8398.0, 8429.0, 8442.0, 8413.0, 8439.0, 8408.0, 8431.0, 8467.0, 8428.0, 8438.0, 8414.0, 8416.0, 8440.0, 8426.0, 8412.0, 8411.0, 8434.0, 8461.0, 8434.0, 8431.0, 8431.0, 8452.0, 8450.0, 8449.0, 8447.0, 8416.0, 8452.0, 8492.0, 8421.0, 8434.0, 8420.0, 8438.0, 8471.0, 8415.0, 8432.0, 8442.0, 8427.0, 8458.0, 8400.0, 8432.0, 8471.0, 8429.0, 8428.0, 8389.0, 8435.0, 8472.0, 8421.0, 8435.0, 8432.0, 8453.0, 8484.0, 8437.0, 8439.0, 8421.0, 8441.0, 8463.0, 8454.0, 8483.0, 8444.0, 8458.0, 8466.0, 8437.0, 8477.0, 8453.0, 8441.0, 8425.0, 8444.0, 8486.0, 8442.0, 8451.0, 8438.0, 8452.0, 8423.0, 8460.0, 8486.0, 8454.0, 8482.0, 8426.0, 8454.0, 8459.0, 8435.0, 8462.0, 8409.0, 8449.0, 8423.0, 8452.0, 8480.0, 8433.0, 8448.0, 8431.0, 8436.0, 8476.0, 8449.0, 8434.0, 8434.0, 8449.0, 8471.0, 8428.0, 8434.0, 8426.0, 8418.0, 8469.0, 8418.0, 8431.0, 8432.0, 8435.0, 8454.0, 8431.0, 8459.0, 8428.0, 8433.0, 8458.0, 8431.0, 8460.0, 8402.0, 8434.0, 8440.0, 8415.0, 8454.0, 8414.0, 8427.0, 8427.0, 8429.0, 8455.0, 8438.0, 8452.0, 8452.0, 8436.0, 8453.0, 8450.0, 8463.0, 8445.0, 8447.0, 8431.0, 8450.0, 8448.0, 8446.0, 8459.0, 8414.0, 8416.0, 8436.0, 8412.0, 8472.0, 8406.0, 8430.0, 8427.0, 8427.0, 8454.0, 8411.0, 8424.0, 8407.0, 8426.0, 8468.0, 8428.0, 8427.0, 8428.0, 8420.0, 8444.0, 8415.0, 8414.0, 8401.0, 8448.0, 8447.0, 8431.0, 8459.0, 8420.0, 8433.0, 8415.0, 8448.0, 8460.0, 8446.0, 8464.0, 8446.0, 8436.0, 8476.0, 8443.0, 8460.0, 8415.0, 8427.0, 8451.0, 8415.0, 8465.0, 8426.0, 8416.0, 8442.0, 8416.0, 8454.0, 8410.0, 8425.0, 8439.0, 8416.0, 8458.0, 8426.0, 8429.0, 8426.0, 8414.0, 8467.0, 8410.0, 8427.0, 8438.0, 8413.0, 8472.0, 8428.0, 8427.0, 8454.0, 8413.0, 8455.0, 8386.0, 8431.0, 8440.0, 8446.0, 8473.0, 8419.0, 8405.0, 8418.0, 8439.0, 8460.0, 8421.0, 8436.0, 8421.0, 8449.0, 8468.0, 8452.0, 8487.0, 8444.0, 8428.0, 8425.0, 8456.0, 8494.0, 8452.0, 8455.0, 8450.0, 8415.0, 8432.0, 8397.0, 8442.0, 8414.0, 8450.0, 8450.0, 8442.0, 8540.0, 8474.0, 8467.0, 8455.0, 8424.0, 8472.0, 8414.0, 8435.0, 8446.0, 8449.0, 8480.0, 8456.0, 8430.0, 8424.0, 8456.0, 8464.0, 8442.0, 8470.0, 8469.0, 8498.0, 8449.0, 8459.0, 8478.0, 8438.0, 8466.0, 8432.0, 8455.0, 8448.0, 8425.0, 8465.0, 8407.0, 8433.0, 8470.0, 8430.0, 8435.0, 8431.0, 8436.0, 8462.0, 8421.0, 8425.0, 8422.0, 8437.0, 8473.0, 8435.0, 8424.0, 8434.0, 8437.0, 8466.0, 8455.0, 8451.0, 8420.0, 8434.0, 8472.0, 8419.0, 8450.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.00032400921658986176</td></tr>
<tr><td colspan=3>aqi</td><td>0.020330664400921662</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.09485532048443</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1495238930334484</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9807140093771626</td></tr>
<tr><td colspan=3>efc</td><td>0.4775</td></tr>
<tr><td colspan=3>fber</td><td>3936.7332</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08063936180399753</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.110599078341014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.568255171489191</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.562779484353121</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7699934794127543</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.371992550701697</td></tr>
<tr><td colspan=3>gcor</td><td>0.00597798</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0034770567435771227</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023118063807487488</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.6260526819225096</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>28.7718</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9888</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.5356</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300326.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.5233</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.921</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.3081</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2934.106</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.4701</td></tr>
<tr><td colspan=3>tsnr</td><td>36.54509162530303</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>