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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_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-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-04_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-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-04_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-04/func/sub-0053_ses-04_task-social_acq-mb8_run-04_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>6929608912304326c2afb200457c2214</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:46:48.487500</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.997306, 0.0328033, -0.0656152, -0.0294251, 0.998224, 0.0518058]</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-04_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.0908842</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7729, -7260, 506, -2, -14, -14, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ba7196c1-d053-42c5-86df-031c39538713||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.6756982803344727, -0.07894536107778549, -0.18143460154533386, 119.7489242553711], [-0.08800892531871796, 2.6781609058380127, 0.13428576290607452, -84.38846588134766], [-0.1760406792163849, -0.13899113237857819, 2.6905479431152344, -49.39563751220703], [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': ['164648.487500', '164648.947500', '164649.407500', '164649.867500', '164650.327500', '164650.787500', '164651.247500', '164651.707500', '164652.167500', '164652.627500', '164653.087500', '164653.547500', '164654.007500', '164654.467500', '164654.927500', '164655.387500', '164655.847500', '164656.307500', '164656.767500', '164657.227500', '164657.687500', '164658.147500', '164658.607500', '164659.067500', '164659.527500', '164659.987500', '164700.447500', '164700.907500', '164701.367500', '164701.827500', '164702.287500', '164702.747500', '164703.207500', '164703.667500', '164704.127500', '164704.587500', '164705.047500', '164705.507500', '164705.967500', '164706.427500', '164706.887500', '164707.347500', '164707.807500', '164708.267500', '164708.727500', '164709.187500', '164709.647500', '164710.107500', '164710.567500', '164711.027500', '164711.487500', '164711.947500', '164712.407500', '164712.867500', '164713.327500', '164713.787500', '164714.247500', '164714.707500', '164715.167500', '164715.627500', '164716.087500', '164716.547500', '164717.007500', '164717.467500', '164717.927500', '164718.387500', '164718.847500', '164719.307500', '164719.767500', '164720.227500', '164720.687500', '164721.147500', '164721.607500', '164722.067500', '164722.527500', '164722.987500', '164723.447500', '164723.907500', '164724.367500', '164724.827500', '164725.287500', '164725.747500', '164726.207500', '164726.667500', '164727.127500', '164727.587500', '164728.047500', '164728.507500', '164728.967500', '164729.427500', '164729.887500', '164730.347500', '164730.807500', '164731.267500', '164731.727500', '164732.187500', '164732.647500', '164733.107500', '164733.567500', '164734.027500', '164734.487500', '164734.947500', '164735.407500', '164735.867500', '164736.327500', '164736.787500', '164737.247500', '164737.707500', '164738.167500', '164738.627500', '164739.087500', '164739.547500', '164740.007500', '164740.467500', '164740.927500', '164741.387500', '164741.847500', '164742.307500', '164742.767500', '164743.227500', '164743.687500', '164744.147500', '164744.607500', '164745.067500', '164745.527500', '164745.987500', '164746.447500', '164746.907500', '164747.367500', '164747.827500', '164748.287500', '164748.747500', '164749.207500', '164749.667500', '164750.127500', '164750.587500', '164751.047500', '164751.507500', '164751.967500', '164752.427500', '164752.887500', '164753.347500', '164753.807500', '164754.267500', '164754.727500', '164755.187500', '164755.647500', '164756.107500', '164756.567500', '164757.027500', '164757.487500', '164757.947500', '164758.407500', '164758.867500', '164759.327500', '164759.787500', '164800.247500', '164800.707500', '164801.167500', '164801.627500', '164802.087500', '164802.547500', '164803.007500', '164803.467500', '164803.927500', '164804.387500', '164804.847500', '164805.307500', '164805.767500', '164806.227500', '164806.687500', '164807.147500', '164807.607500', '164808.067500', '164808.527500', '164808.987500', '164809.447500', '164809.907500', '164810.367500', '164810.827500', '164811.287500', '164811.747500', '164812.207500', '164812.667500', '164813.127500', '164813.587500', '164814.047500', '164814.507500', '164814.967500', '164815.427500', '164815.887500', '164816.347500', '164816.807500', '164817.267500', '164817.727500', '164818.187500', '164818.647500', '164819.107500', '164819.567500', '164820.027500', '164820.487500', '164820.947500', '164821.407500', '164821.867500', '164822.327500', '164822.787500', '164823.247500', '164823.707500', '164824.167500', '164824.627500', '164825.087500', '164825.547500', '164826.007500', '164826.467500', '164826.927500', '164827.387500', '164827.847500', '164828.307500', '164828.767500', '164829.227500', '164829.687500', '164830.147500', '164830.607500', '164831.067500', '164831.527500', '164831.987500', '164832.447500', '164832.907500', '164833.367500', '164833.827500', '164834.287500', '164834.747500', '164835.207500', '164835.667500', '164836.127500', '164836.587500', '164837.047500', '164837.507500', '164837.967500', '164838.427500', '164838.887500', '164839.347500', '164839.807500', '164840.267500', '164840.727500', '164841.187500', '164841.647500', '164842.107500', '164842.567500', '164843.027500', '164843.487500', '164843.947500', '164844.407500', '164844.867500', '164845.327500', '164845.787500', '164846.247500', '164846.707500', '164847.167500', '164847.627500', '164848.087500', '164848.547500', '164849.007500', '164849.467500', '164849.927500', '164850.387500', '164850.847500', '164851.307500', '164851.767500', '164852.227500', '164852.687500', '164853.147500', '164853.607500', '164854.067500', '164854.527500', '164854.987500', '164855.447500', '164855.907500', '164856.367500', '164856.827500', '164857.287500', '164857.747500', '164858.207500', '164858.667500', '164859.127500', '164859.587500', '164900.047500', '164900.507500', '164900.967500', '164901.427500', '164901.887500', '164902.347500', '164902.807500', '164903.267500', '164903.727500', '164904.187500', '164904.647500', '164905.107500', '164905.567500', '164906.027500', '164906.487500', '164906.947500', '164907.407500', '164907.867500', '164908.327500', '164908.787500', '164909.247500', '164909.707500', '164910.167500', '164910.627500', '164911.087500', '164911.547500', '164912.007500', '164912.467500', '164912.927500', '164913.387500', '164913.847500', '164914.307500', '164914.767500', '164915.227500', '164915.687500', '164916.147500', '164916.607500', '164917.067500', '164917.527500', '164917.987500', '164918.447500', '164918.907500', '164919.367500', '164919.827500', '164920.287500', '164920.747500', '164921.207500', '164921.667500', '164922.127500', '164922.587500', '164923.047500', '164923.507500', '164923.967500', '164924.427500', '164924.887500', '164925.347500', '164925.807500', '164926.267500', '164926.727500', '164927.187500', '164927.647500', '164928.107500', '164928.567500', '164929.027500', '164929.487500', '164929.947500', '164930.407500', '164930.867500', '164931.327500', '164931.787500', '164932.247500', '164932.707500', '164933.167500', '164933.627500', '164934.087500', '164934.547500', '164935.007500', '164935.467500', '164935.927500', '164936.387500', '164936.847500', '164937.307500', '164937.767500', '164938.227500', '164938.687500', '164939.147500', '164939.607500', '164940.067500', '164940.527500', '164940.987500', '164941.447500', '164941.907500', '164942.367500', '164942.827500', '164943.287500', '164943.747500', '164944.207500', '164944.667500', '164945.127500', '164945.587500', '164946.047500', '164946.507500', '164946.967500', '164947.427500', '164947.887500', '164948.347500', '164948.807500', '164949.267500', '164949.727500', '164950.187500', '164950.647500', '164951.107500', '164951.567500', '164952.027500', '164952.487500', '164952.947500', '164953.407500', '164953.867500', '164954.327500', '164954.787500', '164955.247500', '164955.707500', '164956.167500', '164956.627500', '164957.087500', '164957.547500', '164958.007500', '164958.467500', '164958.927500', '164959.387500', '164959.847500', '165000.307500', '165000.767500', '165001.227500', '165001.687500', '165002.147500', '165002.607500', '165003.067500', '165003.527500', '165003.987500', '165004.447500', '165004.907500', '165005.367500', '165005.827500', '165006.287500', '165006.747500', '165007.207500', '165007.667500', '165008.127500', '165008.587500', '165009.047500', '165009.507500', '165009.967500', '165010.427500', '165010.887500', '165011.347500', '165011.807500', '165012.267500', '165012.727500', '165013.187500', '165013.647500', '165014.107500', '165014.567500', '165015.027500', '165015.487500', '165015.947500', '165016.407500', '165016.867500', '165017.327500', '165017.787500', '165018.247500', '165018.707500', '165019.167500', '165019.627500', '165020.087500', '165020.547500', '165021.007500', '165021.467500', '165021.927500', '165022.387500', '165022.847500', '165023.307500', '165023.767500', '165024.227500', '165024.687500', '165025.147500', '165025.607500', '165026.067500', '165026.527500', '165026.987500', '165027.447500', '165027.907500', '165028.367500', '165028.827500', '165029.287500', '165029.747500', '165030.207500', '165030.667500', '165031.127500', '165031.587500', '165032.047500', '165032.507500', '165032.967500', '165033.427500', '165033.887500', '165034.347500', '165034.807500', '165035.267500', '165035.727500', '165036.187500', '165036.647500', '165037.107500', '165037.567500', '165038.027500', '165038.487500', '165038.947500', '165039.407500', '165039.867500', '165040.327500', '165040.787500', '165041.247500', '165041.707500', '165042.167500', '165042.627500', '165043.087500', '165043.547500', '165044.007500', '165044.467500', '165044.927500', '165045.387500', '165045.847500', '165046.307500', '165046.767500', '165047.227500', '165047.687500', '165048.147500', '165048.607500', '165049.067500', '165049.527500', '165049.987500', '165050.447500', '165050.907500', '165051.367500', '165051.827500', '165052.287500', '165052.747500', '165053.207500', '165053.667500', '165054.127500', '165054.587500', '165055.047500', '165055.507500', '165055.967500', '165056.427500', '165056.887500', '165057.347500', '165057.807500', '165058.267500', '165058.727500', '165059.187500', '165059.647500', '165100.107500', '165100.567500', '165101.027500', '165101.487500', '165101.947500', '165102.407500', '165102.867500', '165103.327500', '165103.787500', '165104.247500', '165104.707500', '165105.167500', '165105.627500', '165106.087500', '165106.547500', '165107.007500', '165107.467500', '165107.927500', '165108.387500', '165108.847500', '165109.307500', '165109.767500', '165110.227500', '165110.687500', '165111.147500', '165111.607500', '165112.067500', '165112.527500', '165112.987500', '165113.447500', '165113.907500', '165114.367500', '165114.827500', '165115.287500', '165115.747500', '165116.207500', '165116.667500', '165117.127500', '165117.587500', '165118.047500', '165118.507500', '165118.967500', '165119.427500', '165119.887500', '165120.347500', '165120.807500', '165121.267500', '165121.727500', '165122.187500', '165122.647500', '165123.107500', '165123.567500', '165124.027500', '165124.487500', '165124.947500', '165125.407500', '165125.867500', '165126.327500', '165126.787500', '165127.247500', '165127.707500', '165128.167500', '165128.627500', '165129.087500', '165129.547500', '165130.007500', '165130.467500', '165130.927500', '165131.387500', '165131.847500', '165132.307500', '165132.767500', '165133.227500', '165133.687500', '165134.147500', '165134.607500', '165135.067500', '165135.527500', '165135.987500', '165136.447500', '165136.907500', '165137.367500', '165137.827500', '165138.287500', '165138.747500', '165139.207500', '165139.667500', '165140.127500', '165140.587500', '165141.047500', '165141.507500', '165141.967500', '165142.427500', '165142.887500', '165143.347500', '165143.807500', '165144.267500', '165144.727500', '165145.187500', '165145.647500', '165146.107500', '165146.567500', '165147.027500', '165147.487500', '165147.947500', '165148.407500', '165148.867500', '165149.327500', '165149.787500', '165150.247500', '165150.707500', '165151.167500', '165151.627500', '165152.087500', '165152.547500', '165153.007500', '165153.467500', '165153.927500', '165154.387500', '165154.847500', '165155.307500', '165155.767500', '165156.227500', '165156.687500', '165157.147500', '165157.607500', '165158.067500', '165158.527500', '165158.987500', '165159.447500', '165159.907500', '165200.367500', '165200.827500', '165201.287500', '165201.747500', '165202.207500', '165202.667500', '165203.127500', '165203.587500', '165204.047500', '165204.507500', '165204.967500', '165205.427500', '165205.887500', '165206.347500', '165206.807500', '165207.267500', '165207.727500', '165208.187500', '165208.647500', '165209.107500', '165209.567500', '165210.027500', '165210.487500', '165210.947500', '165211.407500', '165211.867500', '165212.327500', '165212.787500', '165213.247500', '165213.707500', '165214.167500', '165214.627500', '165215.087500', '165215.547500', '165216.007500', '165216.467500', '165216.927500', '165217.387500', '165217.847500', '165218.307500', '165218.767500', '165219.227500', '165219.687500', '165220.147500', '165220.607500', '165221.067500', '165221.527500', '165221.987500', '165222.447500', '165222.907500', '165223.367500', '165223.827500', '165224.287500', '165224.747500', '165225.207500', '165225.667500', '165226.127500', '165226.587500', '165227.047500', '165227.507500', '165227.967500', '165228.427500', '165228.887500', '165229.347500', '165229.807500', '165230.267500', '165230.727500', '165231.187500', '165231.647500', '165232.107500', '165232.567500', '165233.027500', '165233.487500', '165233.947500', '165234.407500', '165234.867500', '165235.327500', '165235.787500', '165236.247500', '165236.707500', '165237.167500', '165237.627500', '165238.087500', '165238.547500', '165239.007500', '165239.467500', '165239.927500', '165240.387500', '165240.847500', '165241.307500', '165241.767500', '165242.227500', '165242.687500', '165243.147500', '165243.607500', '165244.067500', '165244.527500', '165244.987500', '165245.447500', '165245.907500', '165246.367500', '165246.827500', '165247.287500', '165247.747500', '165248.207500', '165248.667500', '165249.127500', '165249.587500', '165250.047500', '165250.507500', '165250.967500', '165251.427500', '165251.887500', '165252.347500', '165252.807500', '165253.267500', '165253.727500', '165254.187500', '165254.647500', '165255.107500', '165255.567500', '165256.027500', '165256.487500', '165256.947500', '165257.407500', '165257.867500', '165258.327500', '165258.787500', '165259.247500', '165259.707500', '165300.167500', '165300.627500', '165301.087500', '165301.547500', '165302.007500', '165302.467500', '165302.927500', '165303.387500', '165303.847500', '165304.307500', '165304.767500', '165305.227500', '165305.687500', '165306.147500', '165306.607500', '165307.067500', '165307.527500', '165307.987500', '165308.447500', '165308.907500', '165309.367500', '165309.827500', '165310.287500', '165310.747500', '165311.207500', '165311.667500', '165312.127500', '165312.587500', '165313.047500', '165313.507500', '165313.967500', '165314.427500', '165314.887500', '165315.347500', '165315.807500', '165316.267500', '165316.727500', '165317.187500', '165317.647500', '165318.107500', '165318.567500', '165319.027500', '165319.487500', '165319.947500', '165320.407500', '165320.867500', '165321.327500', '165321.787500', '165322.247500', '165322.707500', '165323.167500', '165323.627500', '165324.087500', '165324.547500', '165325.007500', '165325.467500', '165325.927500', '165326.387500', '165326.847500', '165327.307500', '165327.767500', '165328.227500', '165328.687500', '165329.147500'], 'ContentTime': ['164710.817000', '164710.821000', '164710.824000', '164710.826000', '164710.829000', '164710.832000', '164710.834000', '164710.837000', '164710.839000', '164710.844000', '164710.847000', '164710.849000', '164710.852000', '164710.854000', '164710.857000', '164710.859000', '164710.862000', '164710.865000', '164710.867000', '164710.870000', '164710.872000', '164710.875000', '164710.877000', '164710.880000', '164710.883000', '164710.885000', '164710.888000', '164710.891000', '164710.894000', '164710.896000', '164710.899000', '164710.901000', '164710.904000', '164710.906000', '164710.909000', '164710.912000', '164710.914000', '164710.917000', '164710.919000', '164710.923000', '164710.925000', '164710.928000', '164710.931000', '164710.933000', '164710.936000', '164730.781000', '164730.784000', '164730.787000', '164730.789000', '164730.792000', '164730.795000', '164730.797000', '164730.800000', '164730.802000', '164730.805000', '164730.808000', '164730.810000', '164730.813000', '164730.816000', '164730.818000', '164730.821000', '164730.823000', '164730.826000', '164730.829000', '164730.831000', '164730.834000', '164730.836000', '164730.839000', '164730.842000', '164730.844000', '164730.847000', '164730.850000', '164730.852000', '164730.855000', '164730.862000', '164730.865000', '164730.867000', '164730.870000', '164730.873000', '164730.875000', '164730.878000', '164730.880000', '164730.883000', '164730.886000', '164730.888000', '164730.891000', '164730.893000', '164730.896000', '164750.781000', '164750.784000', '164750.787000', '164750.789000', '164750.792000', '164750.794000', '164750.797000', '164750.800000', '164750.802000', '164750.805000', '164750.817000', '164750.820000', '164750.822000', '164750.825000', '164750.827000', '164750.830000', '164750.832000', '164750.835000', '164750.838000', '164750.840000', '164750.843000', '164750.845000', '164750.848000', '164750.850000', '164750.853000', '164750.856000', '164750.858000', '164750.861000', '164750.863000', '164750.866000', '164750.869000', '164750.871000', '164750.874000', '164750.882000', '164750.885000', '164750.887000', '164750.890000', '164750.893000', '164750.895000', '164750.898000', '164750.901000', '164750.903000', '164750.906000', '164750.908000', '164810.781000', '164810.784000', '164810.787000', '164810.789000', '164810.792000', '164810.795000', '164810.797000', '164810.800000', '164810.802000', '164810.805000', '164810.808000', '164810.810000', '164810.813000', '164810.816000', '164810.818000', '164810.821000', '164810.823000', '164810.826000', '164810.828000', '164810.831000', '164810.834000', '164810.836000', '164810.846000', '164810.848000', '164810.851000', '164810.853000', '164810.856000', '164810.858000', '164810.861000', '164810.864000', '164810.866000', '164810.869000', '164810.871000', '164810.874000', '164810.877000', '164810.879000', '164810.882000', '164810.884000', '164810.887000', '164810.890000', '164810.892000', '164810.895000', '164810.898000', '164810.900000', '164830.781000', '164830.784000', '164830.787000', '164830.789000', '164830.792000', '164830.794000', '164830.797000', '164830.800000', '164830.802000', '164830.805000', '164830.807000', '164830.810000', '164830.812000', '164830.815000', '164830.818000', '164830.820000', '164830.823000', '164830.826000', '164830.828000', '164830.831000', '164830.833000', '164830.836000', '164830.839000', '164830.841000', '164830.844000', '164830.846000', '164830.849000', '164830.851000', '164830.854000', '164830.857000', '164830.859000', '164830.862000', '164830.864000', '164830.867000', '164830.869000', '164830.872000', '164830.875000', '164830.877000', '164830.880000', '164830.882000', '164830.885000', '164830.887000', '164830.890000', '164850.781000', '164850.784000', '164850.787000', '164850.789000', '164850.792000', '164850.794000', '164850.797000', '164850.800000', '164850.802000', '164850.805000', '164850.807000', '164850.810000', '164850.812000', '164850.815000', '164850.818000', '164850.820000', '164850.823000', '164850.826000', '164850.828000', '164850.831000', '164850.834000', '164850.836000', '164850.839000', '164850.841000', '164850.844000', '164850.847000', '164850.849000', '164850.852000', '164850.854000', '164850.857000', '164850.859000', '164850.862000', '164850.865000', '164850.867000', '164850.870000', '164850.873000', '164850.875000', '164850.878000', '164850.880000', '164850.883000', '164850.886000', '164850.888000', '164850.891000', '164850.893000', '164910.781000', '164910.784000', '164910.787000', '164910.789000', '164910.792000', '164910.795000', '164910.797000', '164910.800000', '164910.802000', '164910.805000', '164910.807000', '164910.810000', '164910.813000', '164910.868000', '164910.871000', '164910.873000', '164910.876000', '164910.879000', '164910.881000', '164910.884000', '164910.886000', '164910.889000', '164910.892000', '164910.894000', '164910.897000', '164910.899000', '164910.902000', '164910.905000', '164910.907000', '164910.910000', '164910.912000', '164910.915000', '164910.918000', '164910.920000', '164910.923000', '164910.925000', '164910.928000', '164910.930000', '164910.933000', '164910.936000', '164910.938000', '164910.941000', '164910.943000', '164930.781000', '164930.784000', '164930.787000', '164930.790000', '164930.792000', '164930.808000', '164930.811000', '164930.813000', '164930.816000', '164930.819000', '164930.822000', '164930.824000', '164930.827000', '164930.829000', '164930.832000', '164930.835000', '164930.837000', '164930.840000', '164930.842000', '164930.845000', '164930.848000', '164930.850000', '164930.853000', '164930.856000', '164930.858000', '164930.861000', '164930.864000', '164930.866000', '164930.869000', '164930.871000', '164930.874000', '164930.876000', '164930.879000', '164930.882000', '164930.884000', '164930.887000', '164930.889000', '164930.892000', '164930.895000', '164930.904000', '164930.907000', '164930.909000', '164930.912000', '164930.915000', '164950.782000', '164950.784000', '164950.787000', '164950.790000', '164950.792000', '164950.795000', '164950.798000', '164950.800000', '164950.803000', '164950.805000', '164950.808000', '164950.811000', '164950.813000', '164950.874000', '164950.876000', '164950.879000', '164950.881000', '164950.884000', '164950.887000', '164950.889000', '164950.892000', '164950.894000', '164950.897000', '164950.900000', '164950.902000', '164950.905000', '164950.907000', '164950.910000', '164950.912000', '164950.915000', '164950.918000', '164950.920000', '164950.923000', '164950.925000', '164950.928000', '164950.931000', '164950.933000', '164950.936000', '164950.938000', '164950.941000', '164950.943000', '164950.946000', '164950.949000', '165010.781000', '165010.784000', '165010.787000', '165010.790000', '165010.792000', '165010.795000', '165010.797000', '165010.800000', '165010.803000', '165010.805000', '165010.808000', '165010.810000', '165010.813000', '165010.851000', '165010.854000', '165010.857000', '165010.860000', '165010.862000', '165010.865000', '165010.868000', '165010.870000', '165010.873000', '165010.876000', '165010.878000', '165010.881000', '165010.884000', '165010.886000', '165010.889000', '165010.891000', '165010.894000', '165010.897000', '165010.899000', '165010.902000', '165010.905000', '165010.907000', '165010.910000', '165010.912000', '165010.915000', '165010.918000', '165010.920000', '165010.923000', '165010.926000', '165010.928000', '165030.781000', '165030.784000', '165030.787000', '165030.790000', '165030.792000', '165030.795000', '165030.798000', '165030.800000', '165030.803000', '165030.806000', '165030.808000', '165030.811000', '165030.813000', '165030.837000', '165030.839000', '165030.842000', '165030.845000', '165030.847000', '165030.850000', '165030.852000', '165030.855000', '165030.858000', '165030.860000', '165030.863000', '165030.865000', '165030.868000', '165030.870000', '165030.873000', '165030.876000', '165030.878000', '165030.881000', '165030.884000', '165030.886000', '165030.889000', '165030.891000', '165030.894000', '165030.897000', '165030.899000', '165030.902000', '165030.904000', '165030.907000', '165030.910000', '165030.912000', '165030.915000', '165050.781000', '165050.784000', '165050.787000', '165050.790000', '165050.793000', '165050.796000', '165050.798000', '165050.801000', '165050.804000', '165050.807000', '165050.810000', '165050.812000', '165050.815000', '165050.886000', '165050.889000', '165050.891000', '165050.894000', '165050.896000', '165050.899000', '165050.902000', '165050.904000', '165050.907000', '165050.909000', '165050.912000', '165050.915000', '165050.917000', '165050.920000', '165050.922000', '165050.925000', '165050.928000', '165050.930000', '165050.933000', '165050.936000', '165050.938000', '165050.941000', '165050.944000', '165050.946000', '165050.949000', '165050.951000', '165050.954000', '165050.957000', '165050.959000', '165050.962000', '165110.782000', '165110.821000', '165110.903000', '165110.906000', '165110.908000', '165110.911000', '165110.914000', '165110.916000', '165110.919000', '165110.921000', '165110.924000', '165110.927000', '165110.929000', '165110.932000', '165110.934000', '165110.937000', '165110.939000', '165110.942000', '165110.945000', '165110.947000', '165110.950000', '165110.953000', '165110.955000', '165110.958000', '165110.960000', '165110.963000', '165110.966000', '165110.968000', '165110.971000', '165110.973000', '165110.976000', '165110.979000', '165110.981000', '165110.984000', '165110.987000', '165110.989000', '165110.992000', '165110.994000', '165110.997000', '165110.999000', '165111.002000', '165111.005000', '165111.007000', '165111.010000', '165130.781000', '165130.784000', '165130.787000', '165130.790000', '165130.792000', '165130.795000', '165130.797000', '165130.800000', '165130.802000', '165130.806000', '165130.809000', '165130.811000', '165130.814000', '165130.877000', '165130.879000', '165130.882000', '165130.884000', '165130.887000', '165130.890000', '165130.892000', '165130.895000', '165130.898000', '165130.900000', '165130.903000', '165130.905000', '165130.908000', '165130.911000', '165130.913000', '165130.916000', '165130.918000', '165130.921000', '165130.924000', '165130.926000', '165130.929000', '165130.931000', '165130.934000', '165130.937000', '165130.939000', '165130.942000', '165130.945000', '165130.947000', '165130.950000', '165130.952000', '165150.782000', '165150.784000', '165150.787000', '165150.790000', '165150.792000', '165150.795000', '165150.798000', '165150.800000', '165150.803000', '165150.805000', '165150.808000', '165150.811000', '165150.813000', '165150.855000', '165150.857000', '165150.860000', '165150.862000', '165150.865000', '165150.867000', '165150.870000', '165150.873000', '165150.875000', '165150.878000', '165150.880000', '165150.883000', '165150.886000', '165150.888000', '165150.891000', '165150.894000', '165150.896000', '165150.899000', '165150.901000', '165150.904000', '165150.907000', '165150.909000', '165150.912000', '165150.914000', '165150.917000', '165150.919000', '165150.922000', '165150.925000', '165150.927000', '165150.930000', '165150.932000', '165210.781000', '165210.784000', '165210.787000', '165210.789000', '165210.792000', '165210.795000', '165210.797000', '165210.800000', '165210.803000', '165210.805000', '165210.808000', '165210.810000', '165210.813000', '165210.860000', '165210.863000', '165210.865000', '165210.868000', '165210.871000', '165210.873000', '165210.876000', '165210.878000', '165210.881000', '165210.883000', '165210.886000', '165210.889000', '165210.891000', '165210.894000', '165210.897000', '165210.899000', '165210.902000', '165210.905000', '165210.907000', '165210.910000', '165210.913000', '165210.915000', '165210.918000', '165210.921000', '165210.923000', '165210.926000', '165210.928000', '165210.931000', '165210.934000', '165210.936000', '165230.781000', '165230.784000', '165230.787000', '165230.789000', '165230.792000', '165230.795000', '165230.797000', '165230.800000', '165230.802000', '165230.805000', '165230.808000', '165230.810000', '165230.822000', '165230.888000', '165230.891000', '165230.893000', '165230.896000', '165230.899000', '165230.901000', '165230.904000', '165230.906000', '165230.909000', '165230.911000', '165230.914000', '165230.917000', '165230.919000', '165230.922000', '165230.925000', '165230.927000', '165230.930000', '165230.932000', '165230.935000', '165230.938000', '165230.940000', '165230.943000', '165230.945000', '165230.948000', '165230.951000', '165230.953000', '165230.958000', '165230.961000', '165230.963000', '165230.966000', '165230.968000', '165250.781000', '165250.784000', '165250.787000', '165250.789000', '165250.792000', '165250.795000', '165250.797000', '165250.800000', '165250.802000', '165250.805000', '165250.808000', '165250.810000', '165250.813000', '165250.856000', '165250.859000', '165250.861000', '165250.864000', '165250.866000', '165250.869000', '165250.872000', '165250.874000', '165250.877000', '165250.879000', '165250.882000', '165250.884000', '165250.887000', '165250.890000', '165250.892000', '165250.895000', '165250.898000', '165250.900000', '165250.903000', '165250.905000', '165250.908000', '165250.911000', '165250.913000', '165250.916000', '165250.919000', '165250.921000', '165250.924000', '165250.926000', '165250.929000', '165250.932000', '165310.782000', '165310.785000', '165310.787000', '165310.790000', '165310.792000', '165310.795000', '165310.798000', '165310.800000', '165310.803000', '165310.805000', '165310.808000', '165310.811000', '165310.813000', '165310.881000', '165310.884000', '165310.886000', '165310.889000', '165310.892000', '165310.894000', '165310.897000', '165310.899000', '165310.902000', '165310.904000', '165310.907000', '165310.910000', '165310.913000', '165310.915000', '165310.918000', '165310.921000', '165310.924000', '165310.926000', '165310.929000', '165310.931000', '165310.934000', '165310.936000', '165310.939000', '165310.942000', '165310.944000', '165310.947000', '165310.950000', '165310.952000', '165310.955000', '165310.957000', '165310.960000', '165330.785000', '165330.788000', '165330.791000', '165330.794000', '165330.796000', '165330.799000', '165330.802000', '165330.804000', '165330.807000', '165330.810000', '165330.813000', '165330.815000', '165330.861000', '165330.863000', '165330.866000', '165330.868000', '165330.871000', '165330.874000', '165330.876000', '165330.879000', '165330.882000', '165330.884000', '165330.887000', '165330.890000', '165330.892000', '165330.895000', '165330.897000', '165330.900000', '165330.903000', '165330.905000', '165330.908000', '165330.911000', '165330.914000', '165330.917000', '165330.919000', '165330.926000', '165330.933000', '165330.937000', '165330.940000', '165330.942000', '165330.945000', '165330.948000', '165330.950000', '165331.056000'], 'InstanceCreationTime': ['164710.817000', '164710.821000', '164710.824000', '164710.826000', '164710.829000', '164710.832000', '164710.834000', '164710.837000', '164710.839000', '164710.844000', '164710.847000', '164710.849000', '164710.852000', '164710.854000', '164710.857000', '164710.859000', '164710.862000', '164710.865000', '164710.867000', '164710.870000', '164710.872000', '164710.875000', '164710.877000', '164710.880000', '164710.883000', '164710.885000', '164710.888000', '164710.891000', '164710.894000', '164710.896000', '164710.899000', '164710.901000', '164710.904000', '164710.906000', '164710.909000', '164710.912000', '164710.914000', '164710.917000', '164710.919000', '164710.923000', '164710.925000', '164710.928000', '164710.931000', '164710.933000', '164710.936000', '164730.781000', '164730.784000', '164730.787000', '164730.789000', '164730.792000', '164730.795000', '164730.797000', '164730.800000', '164730.802000', '164730.805000', '164730.808000', '164730.810000', '164730.813000', '164730.816000', '164730.818000', '164730.821000', '164730.823000', '164730.826000', '164730.829000', '164730.831000', '164730.834000', '164730.836000', '164730.839000', '164730.842000', '164730.844000', '164730.847000', '164730.850000', '164730.852000', '164730.855000', '164730.862000', '164730.865000', '164730.867000', '164730.870000', '164730.873000', '164730.875000', '164730.878000', '164730.880000', '164730.883000', '164730.886000', '164730.888000', '164730.891000', '164730.893000', '164730.896000', '164750.781000', '164750.784000', '164750.787000', '164750.789000', '164750.792000', '164750.794000', '164750.797000', '164750.800000', '164750.802000', '164750.805000', '164750.817000', '164750.820000', '164750.822000', '164750.825000', '164750.827000', '164750.830000', '164750.832000', '164750.835000', '164750.838000', '164750.840000', '164750.843000', '164750.845000', '164750.848000', '164750.850000', '164750.853000', '164750.856000', '164750.858000', '164750.861000', '164750.863000', '164750.866000', '164750.869000', '164750.871000', '164750.874000', '164750.882000', '164750.885000', '164750.887000', '164750.890000', '164750.893000', '164750.895000', '164750.898000', '164750.901000', '164750.903000', '164750.906000', '164750.908000', '164810.781000', '164810.784000', '164810.787000', '164810.789000', '164810.792000', '164810.795000', '164810.797000', '164810.800000', '164810.802000', '164810.805000', '164810.808000', '164810.810000', '164810.813000', '164810.816000', '164810.818000', '164810.821000', '164810.823000', '164810.826000', '164810.828000', '164810.831000', '164810.834000', '164810.836000', '164810.846000', '164810.848000', '164810.851000', '164810.853000', '164810.856000', '164810.858000', '164810.861000', '164810.864000', '164810.866000', '164810.869000', '164810.871000', '164810.874000', '164810.877000', '164810.879000', '164810.882000', '164810.884000', '164810.887000', '164810.890000', '164810.892000', '164810.895000', '164810.898000', '164810.900000', '164830.781000', '164830.784000', '164830.787000', '164830.789000', '164830.792000', '164830.794000', '164830.797000', '164830.800000', '164830.802000', '164830.805000', '164830.807000', '164830.810000', '164830.812000', '164830.815000', '164830.818000', '164830.820000', '164830.823000', '164830.826000', '164830.828000', '164830.831000', '164830.833000', '164830.836000', '164830.839000', '164830.841000', '164830.844000', '164830.846000', '164830.849000', '164830.851000', '164830.854000', '164830.857000', '164830.859000', '164830.862000', '164830.864000', '164830.867000', '164830.869000', '164830.872000', '164830.875000', '164830.877000', '164830.880000', '164830.882000', '164830.885000', '164830.887000', '164830.890000', '164850.781000', '164850.784000', '164850.787000', '164850.789000', '164850.792000', '164850.794000', '164850.797000', '164850.800000', '164850.802000', '164850.805000', '164850.807000', '164850.810000', '164850.812000', '164850.815000', '164850.818000', '164850.820000', '164850.823000', '164850.826000', '164850.828000', '164850.831000', '164850.834000', '164850.836000', '164850.839000', '164850.841000', '164850.844000', '164850.847000', '164850.849000', '164850.852000', '164850.854000', '164850.857000', '164850.859000', '164850.862000', '164850.865000', '164850.867000', '164850.870000', '164850.873000', '164850.875000', '164850.878000', '164850.880000', '164850.883000', '164850.886000', '164850.888000', '164850.891000', '164850.893000', '164910.781000', '164910.784000', '164910.787000', '164910.789000', '164910.792000', '164910.795000', '164910.797000', '164910.800000', '164910.802000', '164910.805000', '164910.807000', '164910.810000', '164910.813000', '164910.868000', '164910.871000', '164910.873000', '164910.876000', '164910.879000', '164910.881000', '164910.884000', '164910.886000', '164910.889000', '164910.892000', '164910.894000', '164910.897000', '164910.899000', '164910.902000', '164910.905000', '164910.907000', '164910.910000', '164910.912000', '164910.915000', '164910.918000', '164910.920000', '164910.923000', '164910.925000', '164910.928000', '164910.930000', '164910.933000', '164910.936000', '164910.938000', '164910.941000', '164910.943000', '164930.781000', '164930.784000', '164930.787000', '164930.790000', '164930.792000', '164930.808000', '164930.811000', '164930.813000', '164930.816000', '164930.819000', '164930.822000', '164930.824000', '164930.827000', '164930.829000', '164930.832000', '164930.835000', '164930.837000', '164930.840000', '164930.842000', '164930.845000', '164930.848000', '164930.850000', '164930.853000', '164930.856000', '164930.858000', '164930.861000', '164930.864000', '164930.866000', '164930.869000', '164930.871000', '164930.874000', '164930.876000', '164930.879000', '164930.882000', '164930.884000', '164930.887000', '164930.889000', '164930.892000', '164930.895000', '164930.904000', '164930.907000', '164930.909000', '164930.912000', '164930.915000', '164950.782000', '164950.784000', '164950.787000', '164950.790000', '164950.792000', '164950.795000', '164950.798000', '164950.800000', '164950.803000', '164950.805000', '164950.808000', '164950.811000', '164950.813000', '164950.874000', '164950.876000', '164950.879000', '164950.881000', '164950.884000', '164950.887000', '164950.889000', '164950.892000', '164950.894000', '164950.897000', '164950.900000', '164950.902000', '164950.905000', '164950.907000', '164950.910000', '164950.912000', '164950.915000', '164950.918000', '164950.920000', '164950.923000', '164950.925000', '164950.928000', '164950.931000', '164950.933000', '164950.936000', '164950.938000', '164950.941000', '164950.943000', '164950.946000', '164950.949000', '165010.781000', '165010.784000', '165010.787000', '165010.790000', '165010.792000', '165010.795000', '165010.797000', '165010.800000', '165010.803000', '165010.805000', '165010.808000', '165010.810000', '165010.813000', '165010.851000', '165010.854000', '165010.857000', '165010.860000', '165010.862000', '165010.865000', '165010.868000', '165010.870000', '165010.873000', '165010.876000', '165010.878000', '165010.881000', '165010.884000', '165010.886000', '165010.889000', '165010.891000', '165010.894000', '165010.897000', '165010.899000', '165010.902000', '165010.905000', '165010.907000', '165010.910000', '165010.912000', '165010.915000', '165010.918000', '165010.920000', '165010.923000', '165010.926000', '165010.928000', '165030.781000', '165030.784000', '165030.787000', '165030.790000', '165030.792000', '165030.795000', '165030.798000', '165030.800000', '165030.803000', '165030.806000', '165030.808000', '165030.811000', '165030.813000', '165030.837000', '165030.839000', '165030.842000', '165030.845000', '165030.847000', '165030.850000', '165030.852000', '165030.855000', '165030.858000', '165030.860000', '165030.863000', '165030.865000', '165030.868000', '165030.870000', '165030.873000', '165030.876000', '165030.878000', '165030.881000', '165030.884000', '165030.886000', '165030.889000', '165030.891000', '165030.894000', '165030.897000', '165030.899000', '165030.902000', '165030.904000', '165030.907000', '165030.910000', '165030.912000', '165030.915000', '165050.781000', '165050.784000', '165050.787000', '165050.790000', '165050.793000', '165050.796000', '165050.798000', '165050.801000', '165050.804000', '165050.807000', '165050.810000', '165050.812000', '165050.815000', '165050.886000', '165050.889000', '165050.891000', '165050.894000', '165050.896000', '165050.899000', '165050.902000', '165050.904000', '165050.907000', '165050.909000', '165050.912000', '165050.915000', '165050.917000', '165050.920000', '165050.922000', '165050.925000', '165050.928000', '165050.930000', '165050.933000', '165050.936000', '165050.938000', '165050.941000', '165050.944000', '165050.946000', '165050.949000', '165050.951000', '165050.954000', '165050.957000', '165050.959000', '165050.962000', '165110.782000', '165110.821000', '165110.903000', '165110.906000', '165110.908000', '165110.911000', '165110.914000', '165110.916000', '165110.919000', '165110.921000', '165110.924000', '165110.927000', '165110.929000', '165110.932000', '165110.934000', '165110.937000', '165110.939000', '165110.942000', '165110.945000', '165110.947000', '165110.950000', '165110.953000', '165110.955000', '165110.958000', '165110.960000', '165110.963000', '165110.966000', '165110.968000', '165110.971000', '165110.973000', '165110.976000', '165110.979000', '165110.981000', '165110.984000', '165110.987000', '165110.989000', '165110.992000', '165110.994000', '165110.997000', '165110.999000', '165111.002000', '165111.005000', '165111.007000', '165111.010000', '165130.781000', '165130.784000', '165130.787000', '165130.790000', '165130.792000', '165130.795000', '165130.797000', '165130.800000', '165130.802000', '165130.806000', '165130.809000', '165130.811000', '165130.814000', '165130.877000', '165130.879000', '165130.882000', '165130.884000', '165130.887000', '165130.890000', '165130.892000', '165130.895000', '165130.898000', '165130.900000', '165130.903000', '165130.905000', '165130.908000', '165130.911000', '165130.913000', '165130.916000', '165130.918000', '165130.921000', '165130.924000', '165130.926000', '165130.929000', '165130.931000', '165130.934000', '165130.937000', '165130.939000', '165130.942000', '165130.945000', '165130.947000', '165130.950000', '165130.952000', '165150.782000', '165150.784000', '165150.787000', '165150.790000', '165150.792000', '165150.795000', '165150.798000', '165150.800000', '165150.803000', '165150.805000', '165150.808000', '165150.811000', '165150.813000', '165150.855000', '165150.857000', '165150.860000', '165150.862000', '165150.865000', '165150.867000', '165150.870000', '165150.873000', '165150.875000', '165150.878000', '165150.880000', '165150.883000', '165150.886000', '165150.888000', '165150.891000', '165150.894000', '165150.896000', '165150.899000', '165150.901000', '165150.904000', '165150.907000', '165150.909000', '165150.912000', '165150.914000', '165150.917000', '165150.919000', '165150.922000', '165150.925000', '165150.927000', '165150.930000', '165150.932000', '165210.781000', '165210.784000', '165210.787000', '165210.789000', '165210.792000', '165210.795000', '165210.797000', '165210.800000', '165210.803000', '165210.805000', '165210.808000', '165210.810000', '165210.813000', '165210.860000', '165210.863000', '165210.865000', '165210.868000', '165210.871000', '165210.873000', '165210.876000', '165210.878000', '165210.881000', '165210.883000', '165210.886000', '165210.889000', '165210.891000', '165210.894000', '165210.897000', '165210.899000', '165210.902000', '165210.905000', '165210.907000', '165210.910000', '165210.913000', '165210.915000', '165210.918000', '165210.921000', '165210.923000', '165210.926000', '165210.928000', '165210.931000', '165210.934000', '165210.936000', '165230.781000', '165230.784000', '165230.787000', '165230.789000', '165230.792000', '165230.795000', '165230.797000', '165230.800000', '165230.802000', '165230.805000', '165230.808000', '165230.810000', '165230.822000', '165230.888000', '165230.891000', '165230.893000', '165230.896000', '165230.899000', '165230.901000', '165230.904000', '165230.906000', '165230.909000', '165230.911000', '165230.914000', '165230.917000', '165230.919000', '165230.922000', '165230.925000', '165230.927000', '165230.930000', '165230.932000', '165230.935000', '165230.938000', '165230.940000', '165230.943000', '165230.945000', '165230.948000', '165230.951000', '165230.953000', '165230.958000', '165230.961000', '165230.963000', '165230.966000', '165230.968000', '165250.781000', '165250.784000', '165250.787000', '165250.789000', '165250.792000', '165250.795000', '165250.797000', '165250.800000', '165250.802000', '165250.805000', '165250.808000', '165250.810000', '165250.813000', '165250.856000', '165250.859000', '165250.861000', '165250.864000', '165250.866000', '165250.869000', '165250.872000', '165250.874000', '165250.877000', '165250.879000', '165250.882000', '165250.884000', '165250.887000', '165250.890000', '165250.892000', '165250.895000', '165250.898000', '165250.900000', '165250.903000', '165250.905000', '165250.908000', '165250.911000', '165250.913000', '165250.916000', '165250.919000', '165250.921000', '165250.924000', '165250.926000', '165250.929000', '165250.932000', '165310.782000', '165310.785000', '165310.787000', '165310.790000', '165310.792000', '165310.795000', '165310.798000', '165310.800000', '165310.803000', '165310.805000', '165310.808000', '165310.811000', '165310.813000', '165310.881000', '165310.884000', '165310.886000', '165310.889000', '165310.892000', '165310.894000', '165310.897000', '165310.899000', '165310.902000', '165310.904000', '165310.907000', '165310.910000', '165310.913000', '165310.915000', '165310.918000', '165310.921000', '165310.924000', '165310.926000', '165310.929000', '165310.931000', '165310.934000', '165310.936000', '165310.939000', '165310.942000', '165310.944000', '165310.947000', '165310.950000', '165310.952000', '165310.955000', '165310.957000', '165310.960000', '165330.785000', '165330.788000', '165330.791000', '165330.794000', '165330.796000', '165330.799000', '165330.802000', '165330.804000', '165330.807000', '165330.810000', '165330.813000', '165330.815000', '165330.861000', '165330.863000', '165330.866000', '165330.868000', '165330.871000', '165330.874000', '165330.876000', '165330.879000', '165330.882000', '165330.884000', '165330.887000', '165330.890000', '165330.892000', '165330.895000', '165330.897000', '165330.900000', '165330.903000', '165330.905000', '165330.908000', '165330.911000', '165330.914000', '165330.917000', '165330.919000', '165330.926000', '165330.933000', '165330.937000', '165330.940000', '165330.942000', '165330.945000', '165330.948000', '165330.950000', '165331.056000'], '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': [8155, 11356, 8169, 11396, 8776, 9343, 8531, 8104, 9673, 8784, 10966, 9116, 8773, 8991, 7951, 9324, 7623, 10615, 8947, 11018, 8710, 11156, 8416, 11918, 8660, 9460, 8621, 8147, 8357, 8144, 8683, 7680, 10398, 8180, 10201, 8659, 11237, 8574, 11059, 8598, 10259, 8060, 10276, 7833, 9769, 7896, 9057, 8429, 9094, 8298, 9039, 7607, 9509, 7330, 9195, 7384, 8737, 7562, 8486, 8090, 8409, 11593, 8294, 12415, 8395, 10702, 8197, 8807, 8030, 8167, 8373, 7993, 8656, 7571, 8512, 7868, 8405, 12422, 8374, 10220, 8265, 10719, 8524, 8547, 8696, 7736, 9861, 8685, 9950, 8523, 10165, 8492, 10539, 8482, 11915, 8680, 10385, 8826, 11477, 8527, 8097, 8633, 7909, 7831, 8312, 9866, 8199, 11601, 8334, 11609, 8371, 11046, 8423, 10347, 8780, 10512, 8691, 12550, 8687, 8403, 8841, 7809, 9346, 8802, 9718, 8698, 11161, 9034, 10893, 8751, 10391, 8799, 11194, 8803, 12295, 8763, 8426, 8743, 8099, 8921, 8937, 10601, 8560, 8032, 9550, 8990, 8639, 9308, 7728, 10681, 9012, 11663, 8609, 12672, 9112, 10916, 8828, 8687, 8690, 8368, 9252, 9005, 8210, 8600, 7791, 10183, 8862, 8733, 8570, 8283, 10995, 7688, 11558, 8442, 8662, 8815, 8232, 10199, 8516, 11551, 8368, 11364, 9058, 10598, 8645, 8772, 8538, 8553, 9856, 8107, 10767, 8347, 10230, 8871, 8231, 8735, 8227, 8809, 7879, 8980, 11132, 8634, 12589, 8786, 11549, 8815, 8331, 8739, 8676, 8757, 8383, 9502, 8207, 10811, 7519, 9926, 8715, 10297, 8849, 10495, 8723, 10938, 8689, 12442, 8912, 8985, 8514, 8591, 9274, 8346, 10040, 8104, 9526, 8374, 9920, 9026, 9416, 8511, 8272, 8491, 8325, 10724, 8714, 9622, 8733, 8348, 8886, 7844, 10342, 8458, 12225, 8481, 8129, 8796, 7955, 9181, 8160, 10362, 8794, 11430, 8460, 11529, 8624, 9433, 8449, 9578, 8493, 10961, 8175, 11665, 8060, 8791, 8318, 8559, 8357, 8390, 8269, 8245, 8209, 8003, 8207, 7714, 8286, 8071, 7908, 7967, 8478, 8189, 9091, 7632, 9588, 8427, 9303, 8173, 8289, 8406, 7968, 11056, 8361, 8317, 8403, 8047, 8486, 8410, 8746, 9676, 8542, 8249, 8651, 7891, 8976, 7928, 11170, 8581, 8158, 9340, 8079, 9631, 8781, 8104, 10077, 8522, 10998, 8548, 11293, 7901, 10490, 7832, 9376, 7968, 10077, 7995, 11080, 8478, 8273, 8734, 8098, 8492, 8654, 10577, 8227, 11777, 8498, 11245, 8645, 9745, 8747, 8886, 8477, 8789, 8650, 8059, 9772, 8643, 9982, 8402, 8352, 8627, 10551, 8567, 12346, 8414, 10530, 8915, 9857, 8488, 10701, 8269, 10138, 8203, 8189, 8628, 7966, 8829, 8138, 9500, 8076, 9873, 7887, 10171, 7930, 9425, 7848, 9455, 8196, 11020, 8320, 10284, 8344, 8309, 8492, 8144, 8456, 8241, 8968, 9611, 8346, 11502, 8683, 8361, 8366, 8322, 8081, 8085, 8555, 8042, 9696, 8000, 9929, 7848, 9508, 7967, 10119, 7753, 10965, 8747, 11375, 8419, 8329, 8632, 8594, 9638, 7545, 10849, 8283, 8599, 8735, 7913, 9766, 7811, 10429, 8796, 11693, 8447, 9746, 8335, 8366, 9055, 8107, 10283, 8653, 8624, 8537, 8293, 8709, 8042, 10692, 8369, 12173, 8601, 8271, 8658, 8097, 9504, 7903, 10396, 8530, 10821, 8688, 8454, 8446, 8035, 9737, 7822, 10668, 8520, 10053, 8243, 8351, 9179, 7688, 10351, 7553, 10519, 8464, 10405, 8360, 9877, 8203, 8288, 8511, 8072, 9905, 8052, 11746, 8521, 9573, 8290, 9337, 8362, 11539, 8219, 11374, 8058, 8247, 8266, 7859, 8252, 8238, 10089, 8335, 8754, 8681, 7840, 9784, 7711, 9884, 7955, 9542, 8633, 8414, 8187, 8697, 7462, 8434, 8361, 8799, 7790, 8148, 9174, 7847, 9655, 8538, 10574, 8592, 10381, 7659, 9803, 7492, 9698, 7907, 10051, 7955, 8286, 8223, 7700, 9372, 7847, 11486, 8389, 11698, 8321, 11568, 8218, 10757, 8167, 9375, 8090, 8598, 8169, 7424, 8450, 8018, 9684, 8235, 8198, 9066, 7976, 11118, 8580, 11677, 7985, 11599, 8292, 10659, 8138, 8736, 8480, 7223, 8685, 8527, 8154, 10317, 8541, 12703, 7897, 9816, 8151, 8540, 9246, 8285, 10652, 9124, 12763, 8066, 8536, 8123, 8323, 9989, 8327, 12967, 8199, 10173, 8130, 9038, 8280, 11242, 8226, 12721, 8403, 10374, 8015, 8364, 8322, 8049, 9561, 8226, 11575, 8204, 8550, 8351, 8118, 9614, 10397, 8350, 13380, 8578, 12651, 8638, 10184, 8044, 8425, 8179, 7975, 8542, 8065, 10126, 8300, 11539, 8200, 9605, 8543, 10079, 8314, 10842, 8590, 8267, 8275, 7909, 9550, 7750, 12102, 8581, 8977, 8558, 7491, 8864, 8344, 8661, 9751, 8679, 12718, 8587, 12669, 9317, 12521, 8847, 8700, 8647, 8725, 9832, 8120, 11895, 8258, 8692, 8079, 8502, 8408, 8161, 9936, 8490, 10148, 7871, 9118, 7982, 8748, 7956, 8896, 8593, 9769, 8066, 9590, 7967, 9439, 8661, 11569, 8333, 11925, 8332, 9175, 8553, 8866, 8603, 8259, 9491, 8455, 10843, 7651, 10124, 8594, 11272, 8294, 11004, 8404, 11458, 8218, 9183, 8697, 8393, 8311, 8190, 9389, 8346, 10646, 7996, 11041, 8512, 11502, 7995, 10178, 8437, 9293, 8332, 8735, 9636, 7652, 11099, 8175, 8632, 8370, 8555, 9857, 8106, 11039, 8689, 10898, 8816, 11730, 8720, 10890, 8385, 9500, 8398, 8142, 9660, 8365, 9186, 8431, 8642, 8390, 8055, 10436, 8113, 12493, 8293, 10208, 8670, 8781, 8712, 8062, 10625, 8452, 10480, 8528, 8316, 8569, 8341, 9921, 8284, 10566, 8016, 9955, 7983, 9599, 8678, 10503, 8245, 8989, 8893, 8076, 9618, 8136, 11691, 8281, 12001, 8193, 12310, 8311, 11985, 8165, 8199, 8337, 8947, 8549, 7353, 9545, 8339, 9386, 8166, 8254, 8998, 7899, 11250, 8560, 9286, 10820, 7903, 11268, 8494, 8473, 9710, 8037, 11593, 8645, 8214, 10269, 8975, 9753, 8398, 8915, 9867, 8439, 11474, 8098, 12266, 8468, 9432, 8829, 8797, 8719, 8643, 9739, 8798, 9703, 8513, 8926, 8218, 8762, 8479, 9290, 8110, 10351, 8331, 10300, 8008, 10132, 8408, 9818, 8624, 10567, 8231, 11064, 8300, 10242, 8542, 8585, 8547, 8493, 9145, 8239, 11652, 8213, 11497, 8179, 11460, 8521, 11056, 8446, 8957, 8555, 8356, 9673], 'WindowCenter': [3973.0, 3999.0, 3955.0, 3982.0, 3951.0, 3949.0, 3939.0, 3939.0, 3962.0, 3953.0, 3996.0, 3962.0, 3949.0, 3961.0, 3952.0, 3948.0, 3928.0, 3969.0, 3951.0, 3971.0, 3950.0, 3970.0, 3939.0, 3979.0, 3936.0, 3945.0, 3935.0, 3928.0, 3937.0, 3927.0, 3939.0, 3929.0, 3959.0, 3939.0, 3970.0, 3938.0, 3967.0, 3937.0, 3967.0, 3938.0, 3958.0, 3927.0, 3957.0, 3916.0, 3947.0, 3928.0, 3935.0, 3937.0, 3936.0, 3938.0, 3949.0, 3929.0, 3959.0, 3918.0, 3949.0, 3919.0, 3948.0, 3928.0, 3938.0, 3928.0, 3940.0, 3979.0, 3939.0, 3979.0, 3939.0, 3970.0, 3938.0, 3948.0, 3938.0, 3939.0, 3940.0, 3941.0, 3952.0, 3942.0, 3952.0, 3941.0, 3952.0, 3991.0, 3951.0, 3971.0, 3941.0, 3969.0, 3950.0, 3951.0, 3951.0, 3941.0, 3971.0, 3952.0, 3973.0, 3953.0, 3973.0, 3953.0, 3973.0, 3950.0, 3978.0, 3938.0, 3957.0, 3949.0, 3981.0, 3949.0, 3939.0, 3949.0, 3941.0, 3940.0, 3952.0, 3972.0, 3953.0, 3993.0, 3953.0, 3994.0, 3953.0, 3981.0, 3941.0, 3970.0, 3951.0, 3970.0, 3951.0, 3990.0, 3939.0, 3938.0, 3948.0, 3928.0, 3949.0, 3976.0, 3986.0, 3964.0, 3983.0, 3953.0, 3967.0, 3936.0, 3956.0, 3937.0, 3968.0, 3949.0, 3979.0, 3938.0, 3937.0, 3936.0, 3926.0, 3935.0, 3948.0, 3969.0, 3948.0, 3927.0, 3959.0, 3961.0, 3951.0, 3960.0, 3932.0, 3969.0, 3950.0, 3981.0, 3951.0, 3991.0, 3951.0, 3969.0, 3946.0, 3936.0, 3950.0, 3937.0, 3946.0, 3948.0, 3937.0, 3937.0, 3928.0, 3958.0, 3948.0, 3949.0, 3949.0, 3938.0, 3970.0, 3930.0, 3980.0, 3939.0, 3938.0, 3948.0, 3938.0, 3959.0, 3940.0, 3980.0, 3939.0, 3979.0, 3948.0, 3967.0, 3936.0, 3936.0, 3936.0, 3937.0, 3958.0, 3927.0, 3968.0, 3951.0, 3971.0, 3948.0, 3936.0, 3935.0, 3937.0, 3947.0, 3939.0, 3950.0, 3980.0, 3938.0, 3978.0, 3938.0, 3967.0, 3947.0, 3925.0, 3935.0, 3936.0, 3937.0, 3938.0, 3959.0, 3939.0, 3970.0, 3918.0, 3959.0, 3938.0, 3957.0, 3948.0, 3968.0, 3939.0, 3969.0, 3949.0, 3979.0, 3949.0, 3951.0, 3950.0, 3963.0, 3960.0, 3939.0, 3984.0, 3942.0, 3960.0, 3939.0, 3957.0, 3949.0, 3973.0, 3948.0, 3936.0, 3936.0, 3937.0, 3968.0, 3938.0, 3957.0, 3937.0, 3938.0, 3949.0, 3939.0, 3969.0, 3940.0, 3980.0, 3938.0, 3928.0, 3937.0, 3938.0, 3947.0, 3938.0, 3969.0, 3950.0, 3980.0, 3939.0, 3979.0, 3937.0, 3946.0, 3925.0, 3945.0, 3936.0, 3956.0, 3926.0, 3967.0, 3926.0, 3937.0, 3936.0, 3936.0, 3936.0, 3937.0, 3940.0, 3939.0, 3938.0, 3940.0, 3939.0, 3942.0, 3950.0, 3953.0, 3954.0, 3953.0, 3951.0, 3938.0, 3948.0, 3928.0, 3958.0, 3938.0, 3948.0, 3938.0, 3941.0, 3951.0, 3953.0, 3993.0, 3953.0, 3953.0, 3952.0, 3941.0, 3951.0, 3940.0, 3951.0, 3960.0, 3950.0, 3940.0, 3949.0, 3938.0, 3948.0, 3938.0, 3980.0, 3951.0, 3953.0, 3963.0, 3953.0, 3975.0, 3976.0, 3954.0, 3972.0, 3963.0, 3983.0, 3952.0, 3981.0, 3929.0, 3969.0, 3916.0, 3948.0, 3925.0, 3945.0, 3927.0, 3967.0, 3937.0, 3937.0, 3937.0, 3927.0, 3949.0, 3950.0, 3969.0, 3952.0, 3992.0, 3951.0, 3981.0, 3950.0, 3959.0, 3949.0, 3948.0, 3939.0, 3939.0, 3949.0, 3939.0, 3971.0, 3951.0, 3971.0, 3940.0, 3940.0, 3952.0, 3972.0, 3953.0, 3992.0, 3940.0, 3971.0, 3949.0, 3958.0, 3938.0, 3956.0, 3937.0, 3958.0, 3938.0, 3939.0, 3949.0, 3939.0, 3949.0, 3940.0, 3960.0, 3941.0, 3971.0, 3940.0, 3970.0, 3939.0, 3948.0, 3928.0, 3958.0, 3939.0, 3969.0, 3939.0, 3970.0, 3939.0, 3939.0, 3949.0, 3939.0, 3939.0, 3939.0, 3951.0, 3960.0, 3940.0, 3981.0, 3950.0, 3938.0, 3937.0, 3927.0, 3926.0, 3928.0, 3949.0, 3939.0, 3960.0, 3940.0, 3971.0, 3940.0, 3958.0, 3928.0, 3959.0, 3942.0, 3983.0, 3966.0, 3993.0, 3939.0, 3941.0, 3937.0, 3950.0, 3959.0, 3944.0, 3982.0, 3940.0, 3949.0, 3949.0, 3940.0, 3971.0, 3941.0, 3970.0, 3951.0, 3980.0, 3939.0, 3958.0, 3938.0, 3938.0, 3949.0, 3940.0, 3972.0, 3950.0, 3949.0, 3949.0, 3939.0, 3950.0, 3941.0, 3981.0, 3951.0, 3991.0, 3950.0, 3938.0, 3938.0, 3927.0, 3958.0, 3939.0, 3959.0, 3950.0, 3969.0, 3949.0, 3938.0, 3938.0, 3928.0, 3958.0, 3928.0, 3969.0, 3949.0, 3959.0, 3938.0, 3938.0, 3947.0, 3927.0, 3957.0, 3927.0, 3968.0, 3938.0, 3957.0, 3938.0, 3957.0, 3936.0, 3936.0, 3936.0, 3927.0, 3959.0, 3940.0, 3980.0, 3950.0, 3959.0, 3938.0, 3948.0, 3938.0, 3969.0, 3938.0, 3979.0, 3926.0, 3932.0, 3936.0, 3926.0, 3936.0, 3939.0, 3970.0, 3950.0, 3951.0, 3951.0, 3953.0, 3971.0, 3930.0, 3960.0, 3940.0, 3960.0, 3939.0, 3940.0, 3938.0, 3936.0, 3916.0, 3936.0, 3938.0, 3948.0, 3929.0, 3940.0, 3962.0, 3942.0, 3961.0, 3951.0, 3971.0, 3951.0, 3971.0, 3942.0, 3973.0, 3931.0, 3946.0, 3925.0, 3945.0, 3925.0, 3937.0, 3938.0, 3929.0, 3960.0, 3941.0, 3981.0, 3940.0, 3980.0, 3938.0, 3967.0, 3926.0, 3957.0, 3926.0, 3947.0, 3927.0, 3952.0, 3978.0, 3943.0, 3950.0, 3940.0, 3959.0, 3939.0, 3951.0, 3962.0, 3942.0, 3994.0, 4006.0, 4022.0, 3966.0, 3981.0, 3953.0, 3996.0, 3953.0, 3962.0, 3963.0, 3956.0, 3966.0, 3967.0, 3942.0, 3973.0, 3965.0, 4005.0, 3954.0, 3973.0, 3942.0, 3952.0, 3962.0, 3952.0, 3972.0, 3963.0, 3992.0, 3941.0, 3951.0, 3941.0, 3951.0, 3972.0, 3953.0, 4003.0, 3953.0, 3973.0, 3941.0, 3963.0, 3952.0, 3982.0, 3941.0, 3991.0, 3939.0, 3959.0, 3931.0, 3939.0, 3939.0, 3939.0, 3959.0, 3952.0, 3982.0, 3951.0, 3951.0, 3951.0, 3941.0, 3962.0, 3970.0, 3940.0, 3990.0, 3939.0, 3979.0, 3938.0, 3959.0, 3927.0, 3938.0, 3938.0, 3939.0, 3950.0, 3941.0, 3972.0, 3953.0, 3982.0, 3952.0, 3961.0, 3951.0, 3961.0, 3942.0, 3971.0, 3950.0, 3940.0, 3939.0, 3929.0, 3959.0, 3930.0, 4005.0, 3977.0, 3976.0, 3962.0, 3944.0, 3975.0, 3966.0, 3977.0, 3986.0, 3966.0, 4019.0, 3965.0, 3993.0, 3962.0, 3980.0, 3948.0, 3937.0, 3936.0, 3937.0, 3958.0, 3929.0, 3979.0, 3939.0, 3950.0, 3939.0, 3950.0, 3940.0, 3951.0, 3972.0, 3951.0, 3971.0, 3941.0, 3950.0, 3940.0, 3949.0, 3940.0, 3961.0, 3951.0, 3971.0, 3941.0, 3961.0, 3941.0, 3960.0, 3952.0, 3981.0, 3953.0, 3993.0, 3952.0, 3962.0, 3951.0, 3951.0, 3951.0, 3940.0, 3961.0, 3941.0, 3982.0, 3931.0, 3972.0, 3952.0, 3981.0, 3941.0, 3981.0, 3952.0, 3982.0, 3952.0, 3962.0, 3951.0, 3940.0, 3940.0, 3940.0, 3960.0, 3939.0, 3970.0, 3941.0, 3981.0, 3951.0, 3981.0, 3940.0, 3970.0, 3939.0, 3950.0, 3940.0, 3950.0, 3962.0, 3931.0, 3983.0, 3941.0, 3951.0, 3951.0, 3951.0, 3972.0, 3942.0, 3983.0, 3953.0, 3982.0, 3952.0, 3992.0, 3951.0, 3980.0, 3939.0, 3960.0, 3940.0, 3940.0, 3960.0, 3951.0, 3961.0, 3951.0, 3953.0, 3952.0, 3942.0, 3984.0, 3943.0, 4004.0, 3953.0, 3972.0, 3951.0, 3951.0, 3951.0, 3941.0, 3982.0, 3953.0, 3983.0, 3951.0, 3952.0, 3952.0, 3952.0, 3973.0, 3952.0, 3983.0, 3942.0, 3961.0, 3940.0, 3960.0, 3951.0, 3971.0, 3941.0, 3951.0, 3962.0, 3942.0, 3973.0, 3943.0, 3992.0, 3952.0, 3992.0, 3953.0, 3992.0, 3953.0, 4006.0, 3966.0, 3954.0, 3956.0, 3966.0, 3965.0, 3944.0, 3972.0, 3952.0, 3976.0, 3964.0, 3963.0, 3960.0, 3952.0, 3980.0, 3949.0, 3960.0, 3983.0, 3940.0, 3980.0, 3949.0, 3939.0, 3961.0, 3942.0, 3993.0, 3951.0, 3952.0, 3972.0, 3962.0, 3961.0, 3950.0, 3962.0, 3973.0, 3953.0, 3993.0, 3945.0, 3993.0, 3954.0, 3961.0, 3950.0, 3950.0, 3952.0, 3950.0, 3961.0, 3950.0, 3961.0, 3950.0, 3950.0, 3940.0, 3949.0, 3939.0, 3949.0, 3940.0, 3971.0, 3953.0, 3971.0, 3942.0, 3972.0, 3952.0, 3971.0, 3951.0, 3970.0, 3941.0, 3981.0, 3954.0, 3972.0, 3952.0, 3952.0, 3952.0, 3953.0, 3962.0, 3954.0, 3994.0, 3965.0, 3996.0, 3966.0, 3996.0, 3964.0, 3984.0, 3953.0, 3964.0, 3977.0, 3967.0, 3988.0], 'WindowWidth': [8897.0, 8920.0, 8851.0, 8881.0, 8837.0, 8832.0, 8818.0, 8819.0, 8853.0, 8844.0, 8906.0, 8856.0, 8831.0, 8852.0, 8844.0, 8828.0, 8802.0, 8855.0, 8835.0, 8862.0, 8834.0, 8858.0, 8817.0, 8867.0, 8808.0, 8816.0, 8804.0, 8802.0, 8810.0, 8800.0, 8816.0, 8804.0, 8844.0, 8818.0, 8859.0, 8814.0, 8850.0, 8812.0, 8849.0, 8813.0, 8841.0, 8799.0, 8838.0, 8782.0, 8823.0, 8799.0, 8806.0, 8811.0, 8808.0, 8815.0, 8829.0, 8804.0, 8844.0, 8789.0, 8832.0, 8793.0, 8829.0, 8802.0, 8816.0, 8801.0, 8820.0, 8869.0, 8816.0, 8869.0, 8816.0, 8859.0, 8817.0, 8827.0, 8816.0, 8819.0, 8822.0, 8826.0, 8841.0, 8830.0, 8841.0, 8824.0, 8842.0, 8890.0, 8839.0, 8866.0, 8824.0, 8857.0, 8835.0, 8837.0, 8837.0, 8827.0, 8865.0, 8842.0, 8868.0, 8844.0, 8870.0, 8844.0, 8869.0, 8835.0, 8867.0, 8812.0, 8836.0, 8832.0, 8875.0, 8832.0, 8818.0, 8832.0, 8826.0, 8822.0, 8842.0, 8867.0, 8846.0, 8898.0, 8846.0, 8899.0, 8843.0, 8877.0, 8823.0, 8861.0, 8837.0, 8861.0, 8836.0, 8887.0, 8817.0, 8815.0, 8827.0, 8801.0, 8831.0, 8880.0, 8896.0, 8862.0, 8884.0, 8838.0, 8851.0, 8809.0, 8832.0, 8813.0, 8854.0, 8830.0, 8869.0, 8813.0, 8811.0, 8809.0, 8797.0, 8806.0, 8827.0, 8858.0, 8830.0, 8799.0, 8844.0, 8852.0, 8840.0, 8849.0, 8813.0, 8859.0, 8834.0, 8878.0, 8839.0, 8891.0, 8838.0, 8859.0, 8822.0, 8809.0, 8837.0, 8811.0, 8821.0, 8827.0, 8811.0, 8812.0, 8801.0, 8839.0, 8829.0, 8832.0, 8833.0, 8816.0, 8860.0, 8808.0, 8874.0, 8818.0, 8817.0, 8829.0, 8815.0, 8844.0, 8819.0, 8872.0, 8816.0, 8870.0, 8828.0, 8851.0, 8810.0, 8808.0, 8809.0, 8811.0, 8840.0, 8799.0, 8854.0, 8838.0, 8864.0, 8830.0, 8810.0, 8807.0, 8812.0, 8826.0, 8818.0, 8836.0, 8872.0, 8816.0, 8867.0, 8814.0, 8853.0, 8824.0, 8793.0, 8807.0, 8810.0, 8813.0, 8817.0, 8845.0, 8818.0, 8860.0, 8792.0, 8843.0, 8816.0, 8839.0, 8829.0, 8853.0, 8819.0, 8857.0, 8832.0, 8869.0, 8831.0, 8838.0, 8838.0, 8862.0, 8852.0, 8822.0, 8888.0, 8829.0, 8849.0, 8819.0, 8838.0, 8831.0, 8875.0, 8830.0, 8809.0, 8811.0, 8813.0, 8855.0, 8814.0, 8840.0, 8812.0, 8815.0, 8831.0, 8819.0, 8859.0, 8822.0, 8873.0, 8816.0, 8802.0, 8812.0, 8815.0, 8826.0, 8817.0, 8858.0, 8834.0, 8873.0, 8817.0, 8870.0, 8812.0, 8821.0, 8794.0, 8819.0, 8809.0, 8835.0, 8795.0, 8850.0, 8797.0, 8811.0, 8811.0, 8811.0, 8811.0, 8813.0, 8818.0, 8819.0, 8817.0, 8822.0, 8820.0, 8829.0, 8837.0, 8848.0, 8851.0, 8848.0, 8841.0, 8817.0, 8830.0, 8803.0, 8841.0, 8816.0, 8828.0, 8816.0, 8825.0, 8839.0, 8846.0, 8897.0, 8846.0, 8844.0, 8842.0, 8827.0, 8839.0, 8823.0, 8839.0, 8849.0, 8835.0, 8820.0, 8832.0, 8816.0, 8828.0, 8816.0, 8875.0, 8841.0, 8847.0, 8859.0, 8846.0, 8879.0, 8883.0, 8850.0, 8869.0, 8859.0, 8884.0, 8840.0, 8878.0, 8805.0, 8855.0, 8782.0, 8824.0, 8793.0, 8819.0, 8798.0, 8850.0, 8811.0, 8813.0, 8814.0, 8800.0, 8831.0, 8836.0, 8860.0, 8842.0, 8893.0, 8839.0, 8879.0, 8837.0, 8844.0, 8832.0, 8829.0, 8818.0, 8818.0, 8834.0, 8820.0, 8863.0, 8839.0, 8865.0, 8823.0, 8823.0, 8841.0, 8866.0, 8844.0, 8893.0, 8823.0, 8863.0, 8831.0, 8840.0, 8813.0, 8836.0, 8814.0, 8841.0, 8816.0, 8817.0, 8833.0, 8819.0, 8832.0, 8822.0, 8850.0, 8826.0, 8865.0, 8821.0, 8861.0, 8819.0, 8829.0, 8802.0, 8840.0, 8818.0, 8857.0, 8818.0, 8861.0, 8820.0, 8821.0, 8832.0, 8819.0, 8819.0, 8821.0, 8839.0, 8848.0, 8823.0, 8875.0, 8834.0, 8816.0, 8811.0, 8798.0, 8797.0, 8802.0, 8833.0, 8820.0, 8849.0, 8822.0, 8863.0, 8821.0, 8843.0, 8804.0, 8845.0, 8829.0, 8883.0, 8872.0, 8898.0, 8822.0, 8824.0, 8815.0, 8835.0, 8847.0, 8836.0, 8879.0, 8822.0, 8833.0, 8833.0, 8823.0, 8865.0, 8827.0, 8862.0, 8837.0, 8875.0, 8819.0, 8843.0, 8815.0, 8814.0, 8833.0, 8823.0, 8868.0, 8835.0, 8832.0, 8832.0, 8821.0, 8837.0, 8825.0, 8879.0, 8840.0, 8890.0, 8834.0, 8816.0, 8815.0, 8800.0, 8843.0, 8818.0, 8844.0, 8835.0, 8859.0, 8832.0, 8818.0, 8815.0, 8802.0, 8842.0, 8804.0, 8858.0, 8833.0, 8845.0, 8815.0, 8814.0, 8825.0, 8799.0, 8838.0, 8800.0, 8855.0, 8814.0, 8839.0, 8815.0, 8839.0, 8809.0, 8809.0, 8810.0, 8800.0, 8844.0, 8822.0, 8873.0, 8835.0, 8846.0, 8818.0, 8829.0, 8818.0, 8856.0, 8815.0, 8868.0, 8796.0, 8809.0, 8809.0, 8798.0, 8811.0, 8820.0, 8861.0, 8836.0, 8839.0, 8840.0, 8846.0, 8866.0, 8810.0, 8848.0, 8820.0, 8848.0, 8817.0, 8823.0, 8813.0, 8810.0, 8784.0, 8809.0, 8816.0, 8830.0, 8807.0, 8823.0, 8854.0, 8828.0, 8851.0, 8839.0, 8863.0, 8839.0, 8865.0, 8830.0, 8871.0, 8813.0, 8821.0, 8792.0, 8817.0, 8792.0, 8810.0, 8815.0, 8808.0, 8847.0, 8826.0, 8878.0, 8824.0, 8872.0, 8815.0, 8852.0, 8797.0, 8836.0, 8797.0, 8826.0, 8800.0, 8844.0, 8893.0, 8836.0, 8839.0, 8823.0, 8847.0, 8819.0, 8838.0, 8856.0, 8828.0, 8900.0, 8942.0, 8956.0, 8871.0, 8878.0, 8845.0, 8909.0, 8849.0, 8857.0, 8862.0, 8858.0, 8868.0, 8868.0, 8828.0, 8870.0, 8863.0, 8915.0, 8846.0, 8871.0, 8828.0, 8840.0, 8853.0, 8840.0, 8867.0, 8856.0, 8894.0, 8826.0, 8838.0, 8824.0, 8839.0, 8867.0, 8844.0, 8910.0, 8845.0, 8869.0, 8826.0, 8855.0, 8841.0, 8877.0, 8824.0, 8889.0, 8817.0, 8844.0, 8808.0, 8818.0, 8817.0, 8820.0, 8846.0, 8842.0, 8881.0, 8839.0, 8839.0, 8840.0, 8825.0, 8854.0, 8861.0, 8820.0, 8885.0, 8817.0, 8870.0, 8816.0, 8844.0, 8800.0, 8816.0, 8816.0, 8819.0, 8836.0, 8825.0, 8866.0, 8844.0, 8881.0, 8841.0, 8852.0, 8838.0, 8850.0, 8827.0, 8863.0, 8834.0, 8820.0, 8819.0, 8804.0, 8845.0, 8809.0, 8916.0, 8886.0, 8884.0, 8857.0, 8838.0, 8879.0, 8871.0, 8887.0, 8896.0, 8869.0, 8942.0, 8865.0, 8894.0, 8854.0, 8872.0, 8826.0, 8809.0, 8809.0, 8810.0, 8842.0, 8806.0, 8871.0, 8819.0, 8834.0, 8820.0, 8837.0, 8823.0, 8839.0, 8866.0, 8837.0, 8865.0, 8825.0, 8835.0, 8822.0, 8832.0, 8822.0, 8852.0, 8839.0, 8865.0, 8826.0, 8851.0, 8826.0, 8848.0, 8840.0, 8878.0, 8843.0, 8896.0, 8841.0, 8853.0, 8838.0, 8838.0, 8837.0, 8823.0, 8851.0, 8824.0, 8879.0, 8813.0, 8866.0, 8840.0, 8877.0, 8825.0, 8877.0, 8840.0, 8880.0, 8842.0, 8854.0, 8839.0, 8823.0, 8821.0, 8820.0, 8847.0, 8820.0, 8862.0, 8824.0, 8876.0, 8839.0, 8878.0, 8823.0, 8862.0, 8820.0, 8833.0, 8820.0, 8834.0, 8852.0, 8811.0, 8882.0, 8825.0, 8838.0, 8839.0, 8839.0, 8869.0, 8828.0, 8883.0, 8844.0, 8881.0, 8841.0, 8891.0, 8837.0, 8874.0, 8820.0, 8847.0, 8821.0, 8821.0, 8849.0, 8840.0, 8853.0, 8839.0, 8844.0, 8844.0, 8830.0, 8887.0, 8834.0, 8913.0, 8844.0, 8867.0, 8839.0, 8837.0, 8839.0, 8826.0, 8881.0, 8844.0, 8883.0, 8839.0, 8840.0, 8841.0, 8842.0, 8870.0, 8841.0, 8883.0, 8826.0, 8851.0, 8822.0, 8846.0, 8836.0, 8862.0, 8826.0, 8839.0, 8856.0, 8828.0, 8870.0, 8831.0, 8894.0, 8843.0, 8893.0, 8844.0, 8894.0, 8842.0, 8920.0, 8868.0, 8848.0, 8854.0, 8867.0, 8866.0, 8838.0, 8866.0, 8843.0, 8881.0, 8863.0, 8861.0, 8853.0, 8846.0, 8876.0, 8834.0, 8849.0, 8884.0, 8823.0, 8873.0, 8830.0, 8821.0, 8851.0, 8828.0, 8897.0, 8840.0, 8842.0, 8869.0, 8856.0, 8852.0, 8837.0, 8854.0, 8870.0, 8844.0, 8898.0, 8836.0, 8899.0, 8845.0, 8850.0, 8834.0, 8834.0, 8839.0, 8836.0, 8852.0, 8836.0, 8851.0, 8834.0, 8835.0, 8821.0, 8832.0, 8819.0, 8832.0, 8824.0, 8864.0, 8843.0, 8866.0, 8828.0, 8867.0, 8842.0, 8865.0, 8838.0, 8862.0, 8825.0, 8878.0, 8845.0, 8869.0, 8841.0, 8844.0, 8843.0, 8844.0, 8855.0, 8849.0, 8902.0, 8867.0, 8906.0, 8868.0, 8905.0, 8861.0, 8886.0, 8845.0, 8859.0, 8885.0, 8873.0, 8904.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.0009480804597701149</td></tr>
<tr><td colspan=3>aqi</td><td>0.02271269804597701</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.30739192258914</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1605112208975847</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9985650428883786</td></tr>
<tr><td colspan=3>efc</td><td>0.4823</td></tr>
<tr><td colspan=3>fber</td><td>3600.3018</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09124266515790215</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.666666666666667</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5559220348664833</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5232629398407234</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.768603206718628</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.375899958040097</td></tr>
<tr><td colspan=3>gcor</td><td>0.00733628</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0059811766259372234</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02420915476977825</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.591962784670859</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4042</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1041</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2174</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299814.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>796.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.435</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.835</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.5082</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3136.1168</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3329.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.7853</td></tr>
<tr><td colspan=3>tsnr</td><td>35.62309640517924</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>