<?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-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0053_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-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-03_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-03_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_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-03_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-03_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-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-03_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-03_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-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-03_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-03_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_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-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0053/ses-04/func/sub-0053_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a524addf5d005d26aaa0686e4371182b</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:39:50.735000</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>4a55be11-d1b3-42d2-9dd9-bf8b93bd31c5||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': ['163950.735000', '163951.195000', '163951.655000', '163952.115000', '163952.575000', '163953.035000', '163953.495000', '163953.955000', '163954.415000', '163954.875000', '163955.335000', '163955.795000', '163956.255000', '163956.715000', '163957.175000', '163957.635000', '163958.095000', '163958.555000', '163959.015000', '163959.475000', '163959.935000', '164000.395000', '164000.855000', '164001.315000', '164001.775000', '164002.235000', '164002.695000', '164003.155000', '164003.615000', '164004.075000', '164004.535000', '164004.995000', '164005.455000', '164005.915000', '164006.375000', '164006.835000', '164007.295000', '164007.755000', '164008.215000', '164008.675000', '164009.135000', '164009.595000', '164010.055000', '164010.515000', '164010.975000', '164011.435000', '164011.895000', '164012.355000', '164012.815000', '164013.275000', '164013.735000', '164014.195000', '164014.655000', '164015.115000', '164015.575000', '164016.035000', '164016.495000', '164016.955000', '164017.415000', '164017.875000', '164018.335000', '164018.795000', '164019.255000', '164019.715000', '164020.175000', '164020.635000', '164021.095000', '164021.555000', '164022.015000', '164022.475000', '164022.935000', '164023.395000', '164023.855000', '164024.315000', '164024.775000', '164025.235000', '164025.695000', '164026.155000', '164026.615000', '164027.075000', '164027.535000', '164027.995000', '164028.455000', '164028.915000', '164029.375000', '164029.835000', '164030.295000', '164030.755000', '164031.215000', '164031.675000', '164032.135000', '164032.595000', '164033.055000', '164033.515000', '164033.975000', '164034.435000', '164034.895000', '164035.355000', '164035.815000', '164036.275000', '164036.735000', '164037.195000', '164037.655000', '164038.115000', '164038.575000', '164039.035000', '164039.495000', '164039.955000', '164040.415000', '164040.875000', '164041.335000', '164041.795000', '164042.255000', '164042.715000', '164043.175000', '164043.635000', '164044.095000', '164044.555000', '164045.015000', '164045.475000', '164045.935000', '164046.395000', '164046.855000', '164047.315000', '164047.775000', '164048.235000', '164048.695000', '164049.155000', '164049.615000', '164050.075000', '164050.535000', '164050.995000', '164051.455000', '164051.915000', '164052.375000', '164052.835000', '164053.295000', '164053.755000', '164054.215000', '164054.675000', '164055.135000', '164055.595000', '164056.055000', '164056.515000', '164056.975000', '164057.435000', '164057.895000', '164058.355000', '164058.815000', '164059.275000', '164059.735000', '164100.195000', '164100.655000', '164101.115000', '164101.575000', '164102.035000', '164102.495000', '164102.955000', '164103.415000', '164103.875000', '164104.335000', '164104.795000', '164105.255000', '164105.715000', '164106.175000', '164106.635000', '164107.095000', '164107.555000', '164108.015000', '164108.475000', '164108.935000', '164109.395000', '164109.855000', '164110.315000', '164110.775000', '164111.235000', '164111.695000', '164112.155000', '164112.615000', '164113.075000', '164113.535000', '164113.995000', '164114.455000', '164114.915000', '164115.375000', '164115.835000', '164116.295000', '164116.755000', '164117.215000', '164117.675000', '164118.135000', '164118.595000', '164119.055000', '164119.515000', '164119.975000', '164120.435000', '164120.895000', '164121.355000', '164121.815000', '164122.275000', '164122.735000', '164123.195000', '164123.655000', '164124.115000', '164124.575000', '164125.035000', '164125.495000', '164125.955000', '164126.415000', '164126.875000', '164127.335000', '164127.795000', '164128.255000', '164128.715000', '164129.175000', '164129.635000', '164130.095000', '164130.555000', '164131.015000', '164131.475000', '164131.935000', '164132.395000', '164132.855000', '164133.315000', '164133.775000', '164134.235000', '164134.695000', '164135.155000', '164135.615000', '164136.075000', '164136.535000', '164136.995000', '164137.455000', '164137.915000', '164138.375000', '164138.835000', '164139.295000', '164139.755000', '164140.215000', '164140.675000', '164141.135000', '164141.595000', '164142.055000', '164142.515000', '164142.975000', '164143.435000', '164143.895000', '164144.355000', '164144.815000', '164145.275000', '164145.735000', '164146.195000', '164146.655000', '164147.115000', '164147.575000', '164148.035000', '164148.495000', '164148.955000', '164149.415000', '164149.875000', '164150.335000', '164150.795000', '164151.255000', '164151.715000', '164152.175000', '164152.635000', '164153.095000', '164153.555000', '164154.015000', '164154.475000', '164154.935000', '164155.395000', '164155.855000', '164156.315000', '164156.775000', '164157.235000', '164157.695000', '164158.155000', '164158.615000', '164159.075000', '164159.535000', '164159.995000', '164200.455000', '164200.915000', '164201.375000', '164201.835000', '164202.295000', '164202.755000', '164203.215000', '164203.675000', '164204.135000', '164204.595000', '164205.055000', '164205.515000', '164205.975000', '164206.435000', '164206.895000', '164207.355000', '164207.815000', '164208.275000', '164208.735000', '164209.195000', '164209.655000', '164210.115000', '164210.575000', '164211.035000', '164211.495000', '164211.955000', '164212.415000', '164212.875000', '164213.335000', '164213.795000', '164214.255000', '164214.715000', '164215.175000', '164215.635000', '164216.095000', '164216.555000', '164217.015000', '164217.475000', '164217.935000', '164218.395000', '164218.855000', '164219.315000', '164219.775000', '164220.235000', '164220.695000', '164221.155000', '164221.615000', '164222.075000', '164222.535000', '164222.995000', '164223.455000', '164223.915000', '164224.375000', '164224.835000', '164225.295000', '164225.755000', '164226.215000', '164226.675000', '164227.135000', '164227.595000', '164228.055000', '164228.515000', '164228.975000', '164229.435000', '164229.895000', '164230.355000', '164230.815000', '164231.275000', '164231.735000', '164232.195000', '164232.655000', '164233.115000', '164233.575000', '164234.035000', '164234.495000', '164234.955000', '164235.415000', '164235.875000', '164236.335000', '164236.795000', '164237.255000', '164237.715000', '164238.175000', '164238.635000', '164239.095000', '164239.555000', '164240.015000', '164240.475000', '164240.935000', '164241.395000', '164241.855000', '164242.315000', '164242.775000', '164243.235000', '164243.695000', '164244.155000', '164244.615000', '164245.075000', '164245.535000', '164245.995000', '164246.455000', '164246.915000', '164247.375000', '164247.835000', '164248.295000', '164248.755000', '164249.215000', '164249.675000', '164250.135000', '164250.595000', '164251.055000', '164251.515000', '164251.975000', '164252.435000', '164252.895000', '164253.355000', '164253.815000', '164254.275000', '164254.735000', '164255.195000', '164255.655000', '164256.115000', '164256.575000', '164257.035000', '164257.495000', '164257.955000', '164258.415000', '164258.875000', '164259.335000', '164259.795000', '164300.255000', '164300.715000', '164301.175000', '164301.635000', '164302.095000', '164302.555000', '164303.015000', '164303.475000', '164303.935000', '164304.395000', '164304.855000', '164305.315000', '164305.775000', '164306.235000', '164306.695000', '164307.155000', '164307.615000', '164308.075000', '164308.535000', '164308.995000', '164309.455000', '164309.915000', '164310.375000', '164310.835000', '164311.295000', '164311.755000', '164312.215000', '164312.675000', '164313.135000', '164313.595000', '164314.055000', '164314.515000', '164314.975000', '164315.435000', '164315.895000', '164316.355000', '164316.815000', '164317.275000', '164317.735000', '164318.195000', '164318.655000', '164319.115000', '164319.575000', '164320.035000', '164320.495000', '164320.955000', '164321.415000', '164321.875000', '164322.335000', '164322.795000', '164323.255000', '164323.715000', '164324.175000', '164324.635000', '164325.095000', '164325.555000', '164326.015000', '164326.475000', '164326.935000', '164327.395000', '164327.855000', '164328.315000', '164328.775000', '164329.235000', '164329.695000', '164330.155000', '164330.615000', '164331.075000', '164331.535000', '164331.995000', '164332.455000', '164332.915000', '164333.375000', '164333.835000', '164334.295000', '164334.755000', '164335.215000', '164335.675000', '164336.135000', '164336.595000', '164337.055000', '164337.515000', '164337.975000', '164338.435000', '164338.895000', '164339.355000', '164339.815000', '164340.275000', '164340.735000', '164341.195000', '164341.655000', '164342.115000', '164342.575000', '164343.035000', '164343.495000', '164343.955000', '164344.415000', '164344.875000', '164345.335000', '164345.795000', '164346.255000', '164346.715000', '164347.175000', '164347.635000', '164348.095000', '164348.555000', '164349.015000', '164349.475000', '164349.935000', '164350.395000', '164350.855000', '164351.315000', '164351.775000', '164352.235000', '164352.695000', '164353.155000', '164353.615000', '164354.075000', '164354.535000', '164354.995000', '164355.455000', '164355.915000', '164356.375000', '164356.835000', '164357.295000', '164357.755000', '164358.215000', '164358.675000', '164359.135000', '164359.595000', '164400.055000', '164400.515000', '164400.975000', '164401.435000', '164401.895000', '164402.355000', '164402.815000', '164403.275000', '164403.735000', '164404.195000', '164404.655000', '164405.115000', '164405.575000', '164406.035000', '164406.495000', '164406.955000', '164407.415000', '164407.875000', '164408.335000', '164408.795000', '164409.255000', '164409.715000', '164410.175000', '164410.635000', '164411.095000', '164411.555000', '164412.015000', '164412.475000', '164412.935000', '164413.395000', '164413.855000', '164414.315000', '164414.775000', '164415.235000', '164415.695000', '164416.155000', '164416.615000', '164417.075000', '164417.535000', '164417.995000', '164418.455000', '164418.915000', '164419.375000', '164419.835000', '164420.295000', '164420.755000', '164421.215000', '164421.675000', '164422.135000', '164422.595000', '164423.055000', '164423.515000', '164423.975000', '164424.435000', '164424.895000', '164425.355000', '164425.815000', '164426.275000', '164426.735000', '164427.195000', '164427.655000', '164428.115000', '164428.575000', '164429.035000', '164429.495000', '164429.955000', '164430.415000', '164430.875000', '164431.335000', '164431.795000', '164432.255000', '164432.715000', '164433.175000', '164433.635000', '164434.095000', '164434.555000', '164435.015000', '164435.475000', '164435.935000', '164436.395000', '164436.855000', '164437.315000', '164437.775000', '164438.235000', '164438.695000', '164439.155000', '164439.615000', '164440.075000', '164440.535000', '164440.995000', '164441.455000', '164441.915000', '164442.375000', '164442.835000', '164443.295000', '164443.755000', '164444.215000', '164444.675000', '164445.135000', '164445.595000', '164446.055000', '164446.515000', '164446.975000', '164447.435000', '164447.895000', '164448.355000', '164448.815000', '164449.275000', '164449.735000', '164450.195000', '164450.655000', '164451.115000', '164451.575000', '164452.035000', '164452.495000', '164452.955000', '164453.415000', '164453.875000', '164454.335000', '164454.795000', '164455.255000', '164455.715000', '164456.175000', '164456.635000', '164457.095000', '164457.555000', '164458.015000', '164458.475000', '164458.935000', '164459.395000', '164459.855000', '164500.315000', '164500.775000', '164501.235000', '164501.695000', '164502.155000', '164502.615000', '164503.075000', '164503.535000', '164503.995000', '164504.455000', '164504.915000', '164505.375000', '164505.835000', '164506.295000', '164506.755000', '164507.215000', '164507.675000', '164508.135000', '164508.595000', '164509.055000', '164509.515000', '164509.975000', '164510.435000', '164510.895000', '164511.355000', '164511.815000', '164512.275000', '164512.735000', '164513.195000', '164513.655000', '164514.115000', '164514.575000', '164515.035000', '164515.495000', '164515.955000', '164516.415000', '164516.875000', '164517.335000', '164517.795000', '164518.255000', '164518.715000', '164519.175000', '164519.635000', '164520.095000', '164520.555000', '164521.015000', '164521.475000', '164521.935000', '164522.395000', '164522.855000', '164523.315000', '164523.775000', '164524.235000', '164524.695000', '164525.155000', '164525.615000', '164526.075000', '164526.535000', '164526.995000', '164527.455000', '164527.915000', '164528.375000', '164528.835000', '164529.295000', '164529.755000', '164530.215000', '164530.675000', '164531.135000', '164531.595000', '164532.055000', '164532.515000', '164532.975000', '164533.435000', '164533.895000', '164534.355000', '164534.815000', '164535.275000', '164535.735000', '164536.195000', '164536.655000', '164537.115000', '164537.575000', '164538.035000', '164538.495000', '164538.955000', '164539.415000', '164539.875000', '164540.335000', '164540.795000', '164541.255000', '164541.715000', '164542.175000', '164542.635000', '164543.095000', '164543.555000', '164544.015000', '164544.475000', '164544.935000', '164545.395000', '164545.855000', '164546.315000', '164546.775000', '164547.235000', '164547.695000', '164548.155000', '164548.615000', '164549.075000', '164549.535000', '164549.995000', '164550.455000', '164550.915000', '164551.375000', '164551.835000', '164552.295000', '164552.755000', '164553.215000', '164553.675000', '164554.135000', '164554.595000', '164555.055000', '164555.515000', '164555.975000', '164556.435000', '164556.895000', '164557.355000', '164557.815000', '164558.275000', '164558.735000', '164559.195000', '164559.655000', '164600.115000', '164600.575000', '164601.035000', '164601.495000', '164601.955000', '164602.415000', '164602.875000', '164603.335000', '164603.795000', '164604.255000', '164604.715000', '164605.175000', '164605.635000', '164606.095000', '164606.555000', '164607.015000', '164607.475000', '164607.935000', '164608.395000', '164608.855000', '164609.315000', '164609.775000', '164610.235000', '164610.695000', '164611.155000', '164611.615000', '164612.075000', '164612.535000', '164612.995000', '164613.455000', '164613.915000', '164614.375000', '164614.835000', '164615.295000', '164615.755000', '164616.215000', '164616.675000', '164617.135000', '164617.595000', '164618.055000', '164618.515000', '164618.975000', '164619.435000', '164619.895000', '164620.355000', '164620.815000', '164621.275000', '164621.735000', '164622.195000', '164622.655000', '164623.115000', '164623.575000', '164624.035000', '164624.495000', '164624.955000', '164625.415000', '164625.875000', '164626.335000', '164626.795000', '164627.255000', '164627.715000', '164628.175000', '164628.635000', '164629.095000', '164629.555000', '164630.015000', '164630.475000', '164630.935000', '164631.395000'], 'ContentTime': ['164010.725000', '164010.728000', '164010.731000', '164010.733000', '164010.736000', '164010.738000', '164010.743000', '164010.746000', '164010.748000', '164010.751000', '164010.754000', '164010.756000', '164010.759000', '164010.762000', '164010.764000', '164010.767000', '164010.769000', '164010.772000', '164010.774000', '164010.779000', '164010.781000', '164010.784000', '164010.786000', '164010.789000', '164010.792000', '164010.794000', '164010.797000', '164010.799000', '164010.802000', '164010.804000', '164010.807000', '164010.810000', '164010.812000', '164010.815000', '164010.818000', '164010.820000', '164010.823000', '164010.826000', '164010.828000', '164010.831000', '164030.696000', '164030.699000', '164030.702000', '164030.705000', '164030.708000', '164030.710000', '164030.713000', '164030.715000', '164030.718000', '164030.720000', '164030.723000', '164030.725000', '164030.728000', '164030.731000', '164030.733000', '164030.736000', '164030.739000', '164030.741000', '164030.744000', '164030.746000', '164030.749000', '164030.751000', '164030.754000', '164030.757000', '164030.759000', '164030.762000', '164030.764000', '164030.767000', '164030.769000', '164030.772000', '164030.775000', '164030.777000', '164030.780000', '164030.783000', '164030.785000', '164030.788000', '164030.790000', '164030.793000', '164030.795000', '164030.798000', '164030.800000', '164030.803000', '164030.806000', '164030.808000', '164050.698000', '164050.700000', '164050.703000', '164050.708000', '164050.711000', '164050.714000', '164050.716000', '164050.719000', '164050.721000', '164050.724000', '164050.727000', '164050.729000', '164050.732000', '164050.734000', '164050.737000', '164050.739000', '164050.742000', '164050.745000', '164050.747000', '164050.750000', '164050.752000', '164050.755000', '164050.757000', '164050.760000', '164050.763000', '164050.765000', '164050.768000', '164050.770000', '164050.773000', '164050.776000', '164050.778000', '164050.781000', '164050.783000', '164050.786000', '164050.788000', '164050.791000', '164050.793000', '164050.796000', '164050.799000', '164050.801000', '164050.804000', '164050.806000', '164050.809000', '164110.696000', '164110.699000', '164110.702000', '164110.705000', '164110.707000', '164110.710000', '164110.713000', '164110.715000', '164110.718000', '164110.720000', '164110.723000', '164110.726000', '164110.728000', '164110.731000', '164110.733000', '164110.736000', '164110.739000', '164110.741000', '164110.744000', '164110.746000', '164110.749000', '164110.751000', '164110.754000', '164110.756000', '164110.759000', '164110.762000', '164110.764000', '164110.773000', '164110.776000', '164110.779000', '164110.781000', '164110.784000', '164110.786000', '164110.789000', '164110.792000', '164110.794000', '164110.797000', '164110.799000', '164110.802000', '164110.804000', '164110.807000', '164110.809000', '164110.812000', '164130.696000', '164130.699000', '164130.702000', '164130.704000', '164130.707000', '164130.709000', '164130.712000', '164130.715000', '164130.717000', '164130.720000', '164130.722000', '164130.725000', '164130.727000', '164130.730000', '164130.733000', '164130.735000', '164130.738000', '164130.740000', '164130.743000', '164130.746000', '164130.748000', '164130.751000', '164130.753000', '164130.756000', '164130.758000', '164130.761000', '164130.763000', '164130.766000', '164130.769000', '164130.771000', '164130.774000', '164130.776000', '164130.779000', '164130.782000', '164130.784000', '164130.787000', '164130.789000', '164130.792000', '164130.794000', '164130.801000', '164130.804000', '164130.807000', '164130.809000', '164130.812000', '164150.697000', '164150.700000', '164150.702000', '164150.705000', '164150.708000', '164150.710000', '164150.713000', '164150.715000', '164150.718000', '164150.721000', '164150.723000', '164150.726000', '164150.728000', '164150.731000', '164150.733000', '164150.736000', '164150.739000', '164150.742000', '164150.745000', '164150.747000', '164150.750000', '164150.753000', '164150.755000', '164150.758000', '164150.760000', '164150.763000', '164150.766000', '164150.768000', '164150.771000', '164150.773000', '164150.776000', '164150.779000', '164150.781000', '164150.784000', '164150.786000', '164150.789000', '164150.792000', '164150.794000', '164150.797000', '164150.800000', '164150.802000', '164150.805000', '164150.808000', '164210.696000', '164210.699000', '164210.702000', '164210.704000', '164210.707000', '164210.710000', '164210.712000', '164210.715000', '164210.717000', '164210.720000', '164210.723000', '164210.725000', '164210.728000', '164210.730000', '164210.733000', '164210.736000', '164210.738000', '164210.741000', '164210.743000', '164210.746000', '164210.749000', '164210.751000', '164210.754000', '164210.757000', '164210.759000', '164210.762000', '164210.765000', '164210.767000', '164210.770000', '164210.772000', '164210.775000', '164210.777000', '164210.780000', '164210.783000', '164210.785000', '164210.788000', '164210.790000', '164210.793000', '164210.796000', '164210.798000', '164210.817000', '164210.855000', '164210.858000', '164210.860000', '164230.696000', '164230.699000', '164230.702000', '164230.704000', '164230.707000', '164230.709000', '164230.712000', '164230.715000', '164230.717000', '164230.720000', '164230.722000', '164230.725000', '164230.728000', '164230.730000', '164230.733000', '164230.735000', '164230.738000', '164230.741000', '164230.743000', '164230.746000', '164230.748000', '164230.751000', '164230.753000', '164230.756000', '164230.759000', '164230.761000', '164230.764000', '164230.767000', '164230.769000', '164230.772000', '164230.774000', '164230.777000', '164230.780000', '164230.782000', '164230.785000', '164230.787000', '164230.790000', '164230.793000', '164230.795000', '164230.798000', '164230.800000', '164230.803000', '164230.806000', '164250.697000', '164250.699000', '164250.702000', '164250.705000', '164250.707000', '164250.710000', '164250.712000', '164250.715000', '164250.718000', '164250.720000', '164250.723000', '164250.725000', '164250.728000', '164250.731000', '164250.733000', '164250.736000', '164250.738000', '164250.741000', '164250.743000', '164250.746000', '164250.749000', '164250.751000', '164250.754000', '164250.756000', '164250.759000', '164250.762000', '164250.764000', '164250.767000', '164250.769000', '164250.772000', '164250.775000', '164250.777000', '164250.780000', '164250.782000', '164250.785000', '164250.788000', '164250.790000', '164250.793000', '164250.796000', '164250.798000', '164250.801000', '164250.803000', '164250.806000', '164250.809000', '164310.696000', '164310.699000', '164310.702000', '164310.705000', '164310.707000', '164310.710000', '164310.712000', '164310.715000', '164310.717000', '164310.720000', '164310.723000', '164310.725000', '164310.728000', '164310.730000', '164310.733000', '164310.736000', '164310.738000', '164310.741000', '164310.743000', '164310.746000', '164310.748000', '164310.751000', '164310.754000', '164310.758000', '164310.761000', '164310.763000', '164310.766000', '164310.769000', '164310.771000', '164310.774000', '164310.776000', '164310.779000', '164310.783000', '164310.786000', '164310.789000', '164310.791000', '164310.794000', '164310.797000', '164310.799000', '164310.802000', '164310.804000', '164310.807000', '164310.809000', '164330.696000', '164330.699000', '164330.702000', '164330.704000', '164330.707000', '164330.710000', '164330.712000', '164330.715000', '164330.717000', '164330.720000', '164330.723000', '164330.725000', '164330.728000', '164330.730000', '164330.733000', '164330.735000', '164330.738000', '164330.741000', '164330.743000', '164330.746000', '164330.748000', '164330.751000', '164330.754000', '164330.756000', '164330.759000', '164330.762000', '164330.764000', '164330.767000', '164330.769000', '164330.772000', '164330.775000', '164330.777000', '164330.780000', '164330.782000', '164330.785000', '164330.787000', '164330.790000', '164330.793000', '164330.795000', '164330.798000', '164330.800000', '164330.803000', '164330.806000', '164330.808000', '164350.696000', '164350.699000', '164350.702000', '164350.704000', '164350.707000', '164350.710000', '164350.712000', '164350.715000', '164350.717000', '164350.720000', '164350.722000', '164350.725000', '164350.728000', '164350.730000', '164350.733000', '164350.735000', '164350.738000', '164350.741000', '164350.743000', '164350.746000', '164350.748000', '164350.762000', '164350.765000', '164350.767000', '164350.770000', '164350.772000', '164350.775000', '164350.778000', '164350.780000', '164350.783000', '164350.786000', '164350.788000', '164350.791000', '164350.793000', '164350.796000', '164350.799000', '164350.801000', '164350.804000', '164350.806000', '164350.809000', '164350.812000', '164350.814000', '164350.817000', '164410.697000', '164410.699000', '164410.702000', '164410.705000', '164410.707000', '164410.710000', '164410.712000', '164410.715000', '164410.718000', '164410.720000', '164410.723000', '164410.725000', '164410.728000', '164410.731000', '164410.733000', '164410.736000', '164410.738000', '164410.741000', '164410.744000', '164410.746000', '164410.749000', '164410.751000', '164410.754000', '164410.757000', '164410.759000', '164410.762000', '164410.765000', '164410.767000', '164410.770000', '164410.772000', '164410.775000', '164410.777000', '164410.780000', '164410.783000', '164410.785000', '164410.788000', '164410.791000', '164410.793000', '164410.796000', '164410.799000', '164410.801000', '164410.804000', '164410.806000', '164410.809000', '164430.696000', '164430.699000', '164430.702000', '164430.704000', '164430.707000', '164430.710000', '164430.712000', '164430.715000', '164430.718000', '164430.720000', '164430.723000', '164430.725000', '164430.728000', '164430.730000', '164430.733000', '164430.736000', '164430.738000', '164430.741000', '164430.744000', '164430.746000', '164430.749000', '164430.752000', '164430.754000', '164430.757000', '164430.759000', '164430.762000', '164430.764000', '164430.767000', '164430.770000', '164430.772000', '164430.775000', '164430.777000', '164430.780000', '164430.783000', '164430.785000', '164430.788000', '164430.791000', '164430.793000', '164430.796000', '164430.798000', '164430.801000', '164430.803000', '164430.806000', '164450.696000', '164450.699000', '164450.702000', '164450.705000', '164450.707000', '164450.710000', '164450.713000', '164450.715000', '164450.718000', '164450.720000', '164450.723000', '164450.726000', '164450.728000', '164450.731000', '164450.733000', '164450.736000', '164450.738000', '164450.741000', '164450.744000', '164450.746000', '164450.749000', '164450.752000', '164450.754000', '164450.757000', '164450.759000', '164450.762000', '164450.765000', '164450.767000', '164450.770000', '164450.772000', '164450.775000', '164450.777000', '164450.780000', '164450.783000', '164450.785000', '164450.788000', '164450.791000', '164450.793000', '164450.796000', '164450.799000', '164450.801000', '164450.804000', '164450.807000', '164450.809000', '164510.697000', '164510.699000', '164510.702000', '164510.705000', '164510.707000', '164510.710000', '164510.712000', '164510.715000', '164510.718000', '164510.720000', '164510.723000', '164510.725000', '164510.728000', '164510.734000', '164510.736000', '164510.739000', '164510.741000', '164510.744000', '164510.747000', '164510.749000', '164510.752000', '164510.755000', '164510.757000', '164510.760000', '164510.762000', '164510.765000', '164510.767000', '164510.770000', '164510.773000', '164510.775000', '164510.778000', '164510.797000', '164510.800000', '164510.802000', '164510.805000', '164510.807000', '164510.810000', '164510.813000', '164510.868000', '164510.871000', '164510.873000', '164510.876000', '164510.879000', '164530.697000', '164530.699000', '164530.702000', '164530.705000', '164530.707000', '164530.710000', '164530.713000', '164530.715000', '164530.718000', '164530.721000', '164530.723000', '164530.726000', '164530.728000', '164530.731000', '164530.734000', '164530.736000', '164530.739000', '164530.741000', '164530.744000', '164530.747000', '164530.749000', '164530.752000', '164530.755000', '164530.757000', '164530.760000', '164530.762000', '164530.765000', '164530.768000', '164530.770000', '164530.773000', '164530.775000', '164530.778000', '164530.781000', '164530.783000', '164530.786000', '164530.789000', '164530.791000', '164530.794000', '164530.797000', '164530.799000', '164530.802000', '164530.804000', '164530.807000', '164530.809000', '164550.696000', '164550.699000', '164550.702000', '164550.705000', '164550.709000', '164550.711000', '164550.714000', '164550.717000', '164550.719000', '164550.722000', '164550.724000', '164550.727000', '164550.729000', '164550.732000', '164550.735000', '164550.737000', '164550.740000', '164550.743000', '164550.745000', '164550.748000', '164550.750000', '164550.753000', '164550.756000', '164550.758000', '164550.761000', '164550.763000', '164550.766000', '164550.769000', '164550.771000', '164550.774000', '164550.777000', '164550.779000', '164550.782000', '164550.784000', '164550.787000', '164550.789000', '164550.792000', '164550.795000', '164550.797000', '164550.800000', '164550.803000', '164550.805000', '164550.808000', '164610.697000', '164610.700000', '164610.702000', '164610.705000', '164610.707000', '164610.710000', '164610.713000', '164610.715000', '164610.718000', '164610.720000', '164610.723000', '164610.726000', '164610.728000', '164610.731000', '164610.733000', '164610.736000', '164610.739000', '164610.741000', '164610.744000', '164610.746000', '164610.749000', '164610.751000', '164610.754000', '164610.757000', '164610.759000', '164610.762000', '164610.764000', '164610.767000', '164610.770000', '164610.772000', '164610.775000', '164610.778000', '164610.780000', '164610.783000', '164610.785000', '164610.788000', '164610.791000', '164610.793000', '164610.796000', '164610.799000', '164610.802000', '164610.804000', '164610.807000', '164610.809000', '164630.696000', '164630.699000', '164630.702000', '164630.704000', '164630.707000', '164630.710000', '164630.712000', '164630.715000', '164630.717000', '164630.720000', '164630.723000', '164630.725000', '164630.728000', '164630.730000', '164630.733000', '164630.736000', '164630.738000', '164630.741000', '164630.743000', '164630.746000', '164630.749000', '164630.751000', '164630.754000', '164630.756000', '164630.759000', '164630.762000', '164630.764000', '164630.767000', '164630.770000', '164630.773000', '164630.775000', '164630.778000', '164630.780000', '164630.783000', '164630.786000', '164630.788000', '164630.791000', '164630.793000', '164630.796000', '164630.799000', '164630.801000', '164630.804000', '164630.818000', '164633.150000', '164633.153000', '164633.156000', '164633.159000', '164633.162000', '164633.164000'], 'InstanceCreationTime': ['164010.725000', '164010.728000', '164010.731000', '164010.733000', '164010.736000', '164010.738000', '164010.743000', '164010.746000', '164010.748000', '164010.751000', '164010.754000', '164010.756000', '164010.759000', '164010.762000', '164010.764000', '164010.767000', '164010.769000', '164010.772000', '164010.774000', '164010.779000', '164010.781000', '164010.784000', '164010.786000', '164010.789000', '164010.792000', '164010.794000', '164010.797000', '164010.799000', '164010.802000', '164010.804000', '164010.807000', '164010.810000', '164010.812000', '164010.815000', '164010.818000', '164010.820000', '164010.823000', '164010.826000', '164010.828000', '164010.831000', '164030.696000', '164030.699000', '164030.702000', '164030.705000', '164030.708000', '164030.710000', '164030.713000', '164030.715000', '164030.718000', '164030.720000', '164030.723000', '164030.725000', '164030.728000', '164030.731000', '164030.733000', '164030.736000', '164030.739000', '164030.741000', '164030.744000', '164030.746000', '164030.749000', '164030.751000', '164030.754000', '164030.757000', '164030.759000', '164030.762000', '164030.764000', '164030.767000', '164030.769000', '164030.772000', '164030.775000', '164030.777000', '164030.780000', '164030.783000', '164030.785000', '164030.788000', '164030.790000', '164030.793000', '164030.795000', '164030.798000', '164030.800000', '164030.803000', '164030.806000', '164030.808000', '164050.698000', '164050.700000', '164050.703000', '164050.708000', '164050.711000', '164050.714000', '164050.716000', '164050.719000', '164050.721000', '164050.724000', '164050.727000', '164050.729000', '164050.732000', '164050.734000', '164050.737000', '164050.739000', '164050.742000', '164050.745000', '164050.747000', '164050.750000', '164050.752000', '164050.755000', '164050.757000', '164050.760000', '164050.763000', '164050.765000', '164050.768000', '164050.770000', '164050.773000', '164050.776000', '164050.778000', '164050.781000', '164050.783000', '164050.786000', '164050.788000', '164050.791000', '164050.793000', '164050.796000', '164050.799000', '164050.801000', '164050.804000', '164050.806000', '164050.809000', '164110.696000', '164110.699000', '164110.702000', '164110.705000', '164110.707000', '164110.710000', '164110.713000', '164110.715000', '164110.718000', '164110.720000', '164110.723000', '164110.726000', '164110.728000', '164110.731000', '164110.733000', '164110.736000', '164110.739000', '164110.741000', '164110.744000', '164110.746000', '164110.749000', '164110.751000', '164110.754000', '164110.756000', '164110.759000', '164110.762000', '164110.764000', '164110.773000', '164110.776000', '164110.779000', '164110.781000', '164110.784000', '164110.786000', '164110.789000', '164110.792000', '164110.794000', '164110.797000', '164110.799000', '164110.802000', '164110.804000', '164110.807000', '164110.809000', '164110.812000', '164130.696000', '164130.699000', '164130.702000', '164130.704000', '164130.707000', '164130.709000', '164130.712000', '164130.715000', '164130.717000', '164130.720000', '164130.722000', '164130.725000', '164130.727000', '164130.730000', '164130.733000', '164130.735000', '164130.738000', '164130.740000', '164130.743000', '164130.746000', '164130.748000', '164130.751000', '164130.753000', '164130.756000', '164130.758000', '164130.761000', '164130.763000', '164130.766000', '164130.769000', '164130.771000', '164130.774000', '164130.776000', '164130.779000', '164130.782000', '164130.784000', '164130.787000', '164130.789000', '164130.792000', '164130.794000', '164130.801000', '164130.804000', '164130.807000', '164130.809000', '164130.812000', '164150.697000', '164150.700000', '164150.702000', '164150.705000', '164150.708000', '164150.710000', '164150.713000', '164150.715000', '164150.718000', '164150.721000', '164150.723000', '164150.726000', '164150.728000', '164150.731000', '164150.733000', '164150.736000', '164150.739000', '164150.742000', '164150.745000', '164150.747000', '164150.750000', '164150.753000', '164150.755000', '164150.758000', '164150.760000', '164150.763000', '164150.766000', '164150.768000', '164150.771000', '164150.773000', '164150.776000', '164150.779000', '164150.781000', '164150.784000', '164150.786000', '164150.789000', '164150.792000', '164150.794000', '164150.797000', '164150.800000', '164150.802000', '164150.805000', '164150.808000', '164210.696000', '164210.699000', '164210.702000', '164210.704000', '164210.707000', '164210.710000', '164210.712000', '164210.715000', '164210.717000', '164210.720000', '164210.723000', '164210.725000', '164210.728000', '164210.730000', '164210.733000', '164210.736000', '164210.738000', '164210.741000', '164210.743000', '164210.746000', '164210.749000', '164210.751000', '164210.754000', '164210.757000', '164210.759000', '164210.762000', '164210.765000', '164210.767000', '164210.770000', '164210.772000', '164210.775000', '164210.777000', '164210.780000', '164210.783000', '164210.785000', '164210.788000', '164210.790000', '164210.793000', '164210.796000', '164210.798000', '164210.817000', '164210.855000', '164210.858000', '164210.860000', '164230.696000', '164230.699000', '164230.702000', '164230.704000', '164230.707000', '164230.709000', '164230.712000', '164230.715000', '164230.717000', '164230.720000', '164230.722000', '164230.725000', '164230.728000', '164230.730000', '164230.733000', '164230.735000', '164230.738000', '164230.741000', '164230.743000', '164230.746000', '164230.748000', '164230.751000', '164230.753000', '164230.756000', '164230.759000', '164230.761000', '164230.764000', '164230.767000', '164230.769000', '164230.772000', '164230.774000', '164230.777000', '164230.780000', '164230.782000', '164230.785000', '164230.787000', '164230.790000', '164230.793000', '164230.795000', '164230.798000', '164230.800000', '164230.803000', '164230.806000', '164250.697000', '164250.699000', '164250.702000', '164250.705000', '164250.707000', '164250.710000', '164250.712000', '164250.715000', '164250.718000', '164250.720000', '164250.723000', '164250.725000', '164250.728000', '164250.731000', '164250.733000', '164250.736000', '164250.738000', '164250.741000', '164250.743000', '164250.746000', '164250.749000', '164250.751000', '164250.754000', '164250.756000', '164250.759000', '164250.762000', '164250.764000', '164250.767000', '164250.769000', '164250.772000', '164250.775000', '164250.777000', '164250.780000', '164250.782000', '164250.785000', '164250.788000', '164250.790000', '164250.793000', '164250.796000', '164250.798000', '164250.801000', '164250.803000', '164250.806000', '164250.809000', '164310.696000', '164310.699000', '164310.702000', '164310.705000', '164310.707000', '164310.710000', '164310.712000', '164310.715000', '164310.717000', '164310.720000', '164310.723000', '164310.725000', '164310.728000', '164310.730000', '164310.733000', '164310.736000', '164310.738000', '164310.741000', '164310.743000', '164310.746000', '164310.748000', '164310.751000', '164310.754000', '164310.758000', '164310.761000', '164310.763000', '164310.766000', '164310.769000', '164310.771000', '164310.774000', '164310.776000', '164310.779000', '164310.783000', '164310.786000', '164310.789000', '164310.791000', '164310.794000', '164310.797000', '164310.799000', '164310.802000', '164310.804000', '164310.807000', '164310.809000', '164330.696000', '164330.699000', '164330.702000', '164330.704000', '164330.707000', '164330.710000', '164330.712000', '164330.715000', '164330.717000', '164330.720000', '164330.723000', '164330.725000', '164330.728000', '164330.730000', '164330.733000', '164330.735000', '164330.738000', '164330.741000', '164330.743000', '164330.746000', '164330.748000', '164330.751000', '164330.754000', '164330.756000', '164330.759000', '164330.762000', '164330.764000', '164330.767000', '164330.769000', '164330.772000', '164330.775000', '164330.777000', '164330.780000', '164330.782000', '164330.785000', '164330.787000', '164330.790000', '164330.793000', '164330.795000', '164330.798000', '164330.800000', '164330.803000', '164330.806000', '164330.808000', '164350.696000', '164350.699000', '164350.702000', '164350.704000', '164350.707000', '164350.710000', '164350.712000', '164350.715000', '164350.717000', '164350.720000', '164350.722000', '164350.725000', '164350.728000', '164350.730000', '164350.733000', '164350.735000', '164350.738000', '164350.741000', '164350.743000', '164350.746000', '164350.748000', '164350.762000', '164350.765000', '164350.767000', '164350.770000', '164350.772000', '164350.775000', '164350.778000', '164350.780000', '164350.783000', '164350.786000', '164350.788000', '164350.791000', '164350.793000', '164350.796000', '164350.799000', '164350.801000', '164350.804000', '164350.806000', '164350.809000', '164350.812000', '164350.814000', '164350.817000', '164410.697000', '164410.699000', '164410.702000', '164410.705000', '164410.707000', '164410.710000', '164410.712000', '164410.715000', '164410.718000', '164410.720000', '164410.723000', '164410.725000', '164410.728000', '164410.731000', '164410.733000', '164410.736000', '164410.738000', '164410.741000', '164410.744000', '164410.746000', '164410.749000', '164410.751000', '164410.754000', '164410.757000', '164410.759000', '164410.762000', '164410.765000', '164410.767000', '164410.770000', '164410.772000', '164410.775000', '164410.777000', '164410.780000', '164410.783000', '164410.785000', '164410.788000', '164410.791000', '164410.793000', '164410.796000', '164410.799000', '164410.801000', '164410.804000', '164410.806000', '164410.809000', '164430.696000', '164430.699000', '164430.702000', '164430.704000', '164430.707000', '164430.710000', '164430.712000', '164430.715000', '164430.718000', '164430.720000', '164430.723000', '164430.725000', '164430.728000', '164430.730000', '164430.733000', '164430.736000', '164430.738000', '164430.741000', '164430.744000', '164430.746000', '164430.749000', '164430.752000', '164430.754000', '164430.757000', '164430.759000', '164430.762000', '164430.764000', '164430.767000', '164430.770000', '164430.772000', '164430.775000', '164430.777000', '164430.780000', '164430.783000', '164430.785000', '164430.788000', '164430.791000', '164430.793000', '164430.796000', '164430.798000', '164430.801000', '164430.803000', '164430.806000', '164450.696000', '164450.699000', '164450.702000', '164450.705000', '164450.707000', '164450.710000', '164450.713000', '164450.715000', '164450.718000', '164450.720000', '164450.723000', '164450.726000', '164450.728000', '164450.731000', '164450.733000', '164450.736000', '164450.738000', '164450.741000', '164450.744000', '164450.746000', '164450.749000', '164450.752000', '164450.754000', '164450.757000', '164450.759000', '164450.762000', '164450.765000', '164450.767000', '164450.770000', '164450.772000', '164450.775000', '164450.777000', '164450.780000', '164450.783000', '164450.785000', '164450.788000', '164450.791000', '164450.793000', '164450.796000', '164450.799000', '164450.801000', '164450.804000', '164450.807000', '164450.809000', '164510.697000', '164510.699000', '164510.702000', '164510.705000', '164510.707000', '164510.710000', '164510.712000', '164510.715000', '164510.718000', '164510.720000', '164510.723000', '164510.725000', '164510.728000', '164510.734000', '164510.736000', '164510.739000', '164510.741000', '164510.744000', '164510.747000', '164510.749000', '164510.752000', '164510.755000', '164510.757000', '164510.760000', '164510.762000', '164510.765000', '164510.767000', '164510.770000', '164510.773000', '164510.775000', '164510.778000', '164510.797000', '164510.800000', '164510.802000', '164510.805000', '164510.807000', '164510.810000', '164510.813000', '164510.868000', '164510.871000', '164510.873000', '164510.876000', '164510.879000', '164530.697000', '164530.699000', '164530.702000', '164530.705000', '164530.707000', '164530.710000', '164530.713000', '164530.715000', '164530.718000', '164530.721000', '164530.723000', '164530.726000', '164530.728000', '164530.731000', '164530.734000', '164530.736000', '164530.739000', '164530.741000', '164530.744000', '164530.747000', '164530.749000', '164530.752000', '164530.755000', '164530.757000', '164530.760000', '164530.762000', '164530.765000', '164530.768000', '164530.770000', '164530.773000', '164530.775000', '164530.778000', '164530.781000', '164530.783000', '164530.786000', '164530.789000', '164530.791000', '164530.794000', '164530.797000', '164530.799000', '164530.802000', '164530.804000', '164530.807000', '164530.809000', '164550.696000', '164550.699000', '164550.702000', '164550.705000', '164550.709000', '164550.711000', '164550.714000', '164550.717000', '164550.719000', '164550.722000', '164550.724000', '164550.727000', '164550.729000', '164550.732000', '164550.735000', '164550.737000', '164550.740000', '164550.743000', '164550.745000', '164550.748000', '164550.750000', '164550.753000', '164550.756000', '164550.758000', '164550.761000', '164550.763000', '164550.766000', '164550.769000', '164550.771000', '164550.774000', '164550.777000', '164550.779000', '164550.782000', '164550.784000', '164550.787000', '164550.789000', '164550.792000', '164550.795000', '164550.797000', '164550.800000', '164550.803000', '164550.805000', '164550.808000', '164610.697000', '164610.700000', '164610.702000', '164610.705000', '164610.707000', '164610.710000', '164610.713000', '164610.715000', '164610.718000', '164610.720000', '164610.723000', '164610.726000', '164610.728000', '164610.731000', '164610.733000', '164610.736000', '164610.739000', '164610.741000', '164610.744000', '164610.746000', '164610.749000', '164610.751000', '164610.754000', '164610.757000', '164610.759000', '164610.762000', '164610.764000', '164610.767000', '164610.770000', '164610.772000', '164610.775000', '164610.778000', '164610.780000', '164610.783000', '164610.785000', '164610.788000', '164610.791000', '164610.793000', '164610.796000', '164610.799000', '164610.802000', '164610.804000', '164610.807000', '164610.809000', '164630.696000', '164630.699000', '164630.702000', '164630.704000', '164630.707000', '164630.710000', '164630.712000', '164630.715000', '164630.717000', '164630.720000', '164630.723000', '164630.725000', '164630.728000', '164630.730000', '164630.733000', '164630.736000', '164630.738000', '164630.741000', '164630.743000', '164630.746000', '164630.749000', '164630.751000', '164630.754000', '164630.756000', '164630.759000', '164630.762000', '164630.764000', '164630.767000', '164630.770000', '164630.773000', '164630.775000', '164630.778000', '164630.780000', '164630.783000', '164630.786000', '164630.788000', '164630.791000', '164630.793000', '164630.796000', '164630.799000', '164630.801000', '164630.804000', '164630.818000', '164633.150000', '164633.153000', '164633.156000', '164633.159000', '164633.162000', '164633.164000'], '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': [8691, 11934, 9236, 9334, 10110, 8988, 11502, 8982, 11702, 9223, 11557, 9057, 8870, 8693, 8096, 8712, 8081, 9615, 8201, 10477, 8320, 9838, 8558, 9820, 8612, 10476, 8553, 10889, 9206, 8702, 8430, 7803, 8563, 8439, 10238, 8495, 11306, 9029, 10582, 8818, 10222, 9184, 10763, 8992, 10773, 9098, 10644, 9429, 9551, 8540, 8655, 8442, 9132, 9191, 10553, 8481, 9320, 8382, 8504, 8195, 8283, 9055, 8899, 10588, 8248, 8025, 8255, 8216, 9151, 11091, 8721, 10341, 8095, 11093, 8742, 10153, 9046, 9480, 8205, 8240, 8292, 8488, 9852, 8486, 8008, 8227, 7890, 8884, 7964, 10926, 8201, 10721, 8496, 9463, 8420, 10268, 8431, 10737, 8777, 11108, 9074, 10758, 8733, 9197, 8440, 8849, 8233, 9169, 8895, 8450, 8885, 8744, 10084, 8628, 8024, 9136, 8695, 11146, 9053, 9280, 8545, 8418, 8389, 8378, 11517, 8688, 11960, 9208, 11107, 9072, 11230, 9154, 10948, 8654, 10680, 8450, 10356, 9024, 9430, 8545, 7914, 8274, 8835, 8636, 10550, 8313, 8584, 8324, 8608, 8648, 8760, 11094, 8560, 11668, 9218, 11072, 8924, 10161, 8921, 10349, 8975, 11334, 7673, 8418, 8222, 8731, 9160, 8555, 8757, 9760, 8929, 11059, 8365, 11366, 8918, 9064, 8197, 8047, 8201, 8646, 7902, 9408, 8746, 10297, 8263, 7824, 8274, 7801, 8245, 9563, 8733, 10908, 8382, 8404, 8236, 8494, 8729, 8834, 10359, 8574, 10791, 9056, 10847, 8938, 9649, 8430, 8613, 10365, 8434, 11570, 8324, 7985, 8027, 8174, 8192, 8249, 9817, 9092, 10287, 9399, 10871, 9546, 11212, 8530, 10134, 8445, 9528, 8454, 8077, 10062, 8527, 10161, 8617, 8113, 9257, 8150, 10647, 8645, 9984, 8827, 10647, 8895, 10980, 8321, 10780, 8924, 10350, 8230, 7887, 7974, 7927, 8333, 7516, 10382, 7920, 10498, 8051, 9174, 9096, 8958, 12081, 8504, 11486, 8192, 10266, 8505, 8233, 8165, 7773, 8618, 7720, 10133, 7888, 10587, 8024, 8862, 9983, 8516, 12493, 8561, 11615, 8638, 11186, 8682, 8881, 8051, 7712, 8179, 7987, 10233, 8460, 11349, 8565, 11143, 8962, 10811, 8639, 10693, 8309, 11419, 8665, 10517, 8930, 11071, 8741, 9864, 8708, 10680, 8350, 8762, 8301, 8270, 8271, 8467, 9886, 8545, 10673, 8596, 11107, 8736, 10503, 8889, 10394, 8918, 11475, 8779, 11689, 8293, 7966, 7820, 8137, 8264, 8573, 9612, 8335, 9964, 8232, 9723, 8481, 8720, 8093, 7895, 8162, 8320, 7961, 9168, 8271, 10705, 8787, 10072, 8683, 10493, 8622, 10567, 8564, 10257, 8456, 10546, 9018, 9858, 7620, 7530, 8205, 7550, 9789, 8079, 10958, 8211, 10449, 7979, 8955, 12897, 8543, 11750, 8700, 11141, 9194, 9855, 7437, 7622, 7640, 8458, 8524, 7977, 9788, 7532, 8630, 8120, 8439, 8291, 10909, 8248, 12654, 8632, 10822, 7976, 8762, 8076, 7919, 9955, 7832, 10914, 8510, 10796, 8334, 10929, 8392, 11937, 7931, 11772, 8013, 8097, 7701, 7485, 8434, 7389, 9398, 7729, 11033, 8207, 9137, 7744, 7770, 8332, 11637, 8305, 12133, 8534, 10816, 8168, 10052, 8434, 11069, 8073, 9467, 7892, 7680, 8632, 7646, 9501, 8104, 10514, 8297, 12244, 8437, 10836, 8273, 10753, 7850, 10778, 8037, 11255, 8410, 10936, 8245, 7885, 8140, 7633, 9244, 7730, 10487, 7838, 10428, 7739, 9629, 7910, 8739, 11703, 8362, 12035, 8528, 11840, 8138, 8544, 8409, 8118, 7726, 7697, 9556, 7643, 10309, 7975, 10494, 8268, 11254, 8409, 11881, 8363, 12650, 8705, 10110, 8019, 8407, 8245, 8396, 8825, 7975, 9549, 7702, 9212, 8083, 10218, 7838, 10647, 8046, 11063, 8454, 11080, 8134, 8966, 8020, 8879, 8088, 10594, 8406, 11862, 8634, 7577, 7958, 8006, 8390, 8275, 9475, 7876, 10271, 7883, 10579, 8065, 10352, 7836, 9425, 8123, 10390, 8051, 11827, 8306, 10222, 7961, 11397, 8021, 10474, 7657, 10094, 7682, 9618, 7425, 8781, 7576, 9153, 7692, 9583, 7580, 9633, 7311, 9629, 7569, 9108, 7793, 9067, 7830, 8318, 11166, 8305, 10489, 7890, 7525, 8125, 7301, 9227, 7787, 10593, 8298, 10977, 8217, 11706, 8238, 12336, 8139, 11258, 8241, 11642, 8270, 8329, 8264, 8621, 8125, 8806, 10119, 7888, 8801, 8910, 8660, 8507, 13265, 8144, 11897, 8236, 11512, 8759, 9818, 8163, 8907, 7908, 8622, 8369, 8907, 9557, 8516, 11398, 7851, 9146, 8441, 8712, 9259, 8946, 10839, 9245, 11488, 8874, 13698, 9032, 8563, 8267, 8786, 9664, 8402, 7878, 11530, 8309, 11985, 9047, 12166, 8536, 11796, 7857, 9394, 8000, 9719, 7936, 11043, 8229, 10488, 8020, 8453, 8065, 8031, 8281, 7976, 10198, 7834, 10909, 7721, 10729, 8237, 11123, 8321, 11764, 8022, 11690, 8189, 8596, 8499, 8199, 8552, 8132, 9117, 8071, 10923, 7805, 11310, 8129, 9479, 8302, 8994, 9467, 7915, 10130, 7650, 10234, 7711, 10603, 7787, 10756, 8243, 10791, 7922, 9998, 8451, 11254, 8126, 10491, 8189, 8575, 8357, 8104, 8549, 10380, 8452, 12021, 8708, 11757, 8581, 10129, 8516, 8135, 8032, 8126, 8869, 7747, 10551, 8501, 11815, 8485, 11062, 8498, 10814, 8370, 10844, 8445, 10752, 8430, 10382, 8346, 8935, 8527, 9491, 8932, 8830, 8913, 8199, 8276, 9234, 8496, 10874, 8306, 11526, 8277, 9388, 8361, 8106, 8485, 8020, 8171, 7997, 9517, 7598, 10439, 7740, 10238, 8390, 10383, 8297, 10647, 8123, 10661, 8311, 11375, 8289, 8524, 8011, 8293, 8360, 7975, 9666, 7724, 8860, 7959, 8631, 9780, 8420, 13101, 8399, 12744, 8582, 8770, 8011, 7968, 8282, 7893, 9638, 7942, 10557, 7865, 9428, 8251, 8637, 7880, 9935, 8364, 10606, 8693, 8433, 10205, 9020, 9770, 8653, 7956, 10723, 8862, 10309, 8639, 9473, 11289, 7887, 10404, 8595, 8036, 8812, 7921, 10953, 8746, 8830, 8614, 7966, 9933, 8501, 10860, 8284, 11281, 8268, 11427, 8637, 10962, 8572, 9294, 8302, 8619, 8486, 8632, 9351, 8233, 9084, 8250, 8944, 8192, 8515, 8852, 8730, 8640, 9177, 7736, 8972, 8332, 8956, 8359, 8271, 8675, 9531, 9232, 11423, 8405, 12859, 8597, 11035, 8645, 11010, 8399, 10441, 8917, 10440, 8446, 8310, 8445, 8451, 8193, 8395, 9181, 8289, 8338, 8012, 8308, 8205], 'WindowCenter': [4012.0, 4050.0, 4018.0, 3992.0, 3987.0, 3963.0, 3982.0, 3951.0, 3980.0, 3950.0, 3981.0, 3950.0, 3948.0, 3937.0, 3925.0, 3936.0, 3926.0, 3959.0, 3939.0, 3969.0, 3939.0, 3958.0, 3938.0, 3958.0, 3949.0, 3969.0, 3950.0, 3970.0, 3962.0, 3949.0, 3938.0, 3928.0, 3938.0, 3940.0, 3971.0, 3950.0, 3981.0, 3950.0, 3969.0, 3948.0, 3957.0, 3947.0, 3967.0, 3937.0, 3967.0, 3948.0, 3957.0, 3947.0, 3947.0, 3936.0, 3936.0, 3926.0, 3946.0, 3948.0, 3957.0, 3937.0, 3947.0, 3939.0, 3938.0, 3925.0, 3925.0, 3935.0, 3947.0, 3957.0, 3938.0, 3939.0, 3940.0, 3939.0, 3961.0, 3982.0, 3965.0, 3958.0, 3915.0, 3967.0, 3935.0, 3944.0, 3934.0, 3944.0, 3937.0, 3938.0, 3939.0, 3949.0, 3958.0, 3949.0, 3939.0, 3938.0, 3938.0, 3950.0, 3939.0, 3981.0, 3939.0, 3969.0, 3938.0, 3947.0, 3926.0, 3955.0, 3924.0, 3955.0, 3935.0, 3966.0, 3937.0, 3966.0, 3935.0, 3935.0, 3925.0, 3935.0, 3926.0, 3947.0, 3936.0, 3937.0, 3947.0, 3937.0, 3956.0, 3936.0, 3926.0, 3960.0, 3962.0, 3993.0, 3975.0, 3962.0, 3950.0, 3940.0, 3939.0, 3937.0, 3968.0, 3937.0, 3978.0, 3947.0, 3967.0, 3936.0, 3955.0, 3934.0, 3953.0, 3922.0, 3943.0, 3912.0, 3943.0, 3934.0, 3934.0, 3935.0, 3925.0, 3936.0, 3936.0, 3939.0, 3968.0, 3938.0, 3937.0, 3926.0, 3936.0, 3935.0, 3936.0, 3966.0, 3936.0, 3967.0, 3947.0, 3967.0, 3936.0, 3944.0, 3936.0, 3955.0, 3947.0, 3968.0, 3926.0, 3938.0, 3937.0, 3948.0, 3959.0, 3951.0, 3951.0, 3971.0, 3963.0, 3983.0, 3939.0, 3979.0, 3937.0, 3937.0, 3924.0, 3912.0, 3923.0, 3922.0, 3913.0, 3934.0, 3937.0, 3957.0, 3938.0, 3927.0, 3937.0, 3928.0, 3939.0, 3960.0, 3950.0, 3970.0, 3939.0, 3938.0, 3926.0, 3937.0, 3936.0, 3947.0, 3957.0, 3938.0, 3969.0, 3949.0, 3969.0, 3949.0, 3947.0, 3925.0, 3936.0, 3956.0, 3937.0, 3979.0, 3938.0, 3926.0, 3925.0, 3924.0, 3924.0, 3925.0, 3957.0, 3948.0, 3970.0, 3963.0, 3999.0, 3991.0, 3994.0, 3965.0, 3971.0, 3938.0, 3946.0, 3924.0, 3924.0, 3945.0, 3936.0, 3956.0, 3937.0, 3927.0, 3959.0, 3938.0, 3970.0, 3949.0, 3959.0, 3948.0, 3957.0, 3947.0, 3968.0, 3937.0, 3956.0, 3937.0, 3957.0, 3936.0, 3926.0, 3926.0, 3927.0, 3938.0, 3929.0, 3970.0, 3940.0, 3970.0, 3939.0, 3960.0, 3948.0, 3948.0, 3966.0, 3936.0, 3967.0, 3952.0, 3956.0, 3937.0, 3925.0, 3924.0, 3926.0, 3937.0, 3929.0, 3971.0, 3941.0, 3971.0, 3940.0, 3951.0, 3959.0, 3938.0, 3977.0, 3937.0, 3967.0, 3937.0, 3967.0, 3936.0, 3936.0, 3926.0, 3915.0, 3937.0, 3927.0, 3969.0, 3939.0, 3981.0, 3963.0, 3995.0, 3962.0, 3981.0, 3952.0, 3957.0, 3926.0, 3967.0, 3936.0, 3956.0, 3936.0, 3966.0, 3936.0, 3946.0, 3936.0, 3956.0, 3926.0, 3937.0, 3938.0, 3927.0, 3926.0, 3926.0, 3957.0, 3937.0, 3957.0, 3937.0, 3968.0, 3937.0, 3967.0, 3937.0, 3956.0, 3937.0, 3966.0, 3938.0, 3967.0, 3927.0, 3927.0, 3916.0, 3927.0, 3937.0, 3937.0, 3959.0, 3937.0, 3958.0, 3927.0, 3958.0, 3939.0, 3938.0, 3928.0, 3941.0, 3939.0, 3936.0, 3927.0, 3947.0, 3938.0, 3969.0, 3950.0, 3959.0, 3950.0, 3969.0, 3938.0, 3958.0, 3938.0, 3958.0, 3938.0, 3958.0, 3949.0, 3959.0, 3928.0, 3928.0, 3938.0, 3929.0, 3971.0, 3941.0, 3982.0, 3951.0, 3972.0, 3940.0, 3950.0, 3979.0, 3937.0, 3967.0, 3938.0, 3968.0, 3947.0, 3945.0, 3917.0, 3929.0, 3927.0, 3939.0, 3951.0, 3941.0, 3972.0, 3956.0, 3964.0, 3967.0, 3967.0, 3965.0, 3983.0, 3952.0, 3992.0, 3950.0, 3956.0, 3925.0, 3935.0, 3925.0, 3925.0, 3957.0, 3926.0, 3967.0, 3937.0, 3967.0, 3926.0, 3966.0, 3937.0, 3977.0, 3927.0, 3978.0, 3927.0, 3927.0, 3927.0, 3915.0, 3936.0, 3916.0, 3948.0, 3928.0, 3969.0, 3940.0, 3961.0, 3930.0, 3929.0, 3951.0, 3981.0, 3940.0, 3980.0, 3939.0, 3969.0, 3937.0, 3946.0, 3926.0, 3966.0, 3927.0, 3958.0, 3928.0, 3940.0, 3950.0, 3940.0, 3960.0, 3941.0, 3970.0, 3951.0, 3991.0, 3951.0, 3973.0, 3939.0, 3969.0, 3926.0, 3956.0, 3925.0, 3966.0, 3926.0, 3966.0, 3925.0, 3926.0, 3926.0, 3927.0, 3959.0, 3928.0, 3970.0, 3929.0, 3970.0, 3930.0, 3959.0, 3927.0, 3938.0, 3966.0, 3926.0, 3965.0, 3935.0, 3965.0, 3925.0, 3938.0, 3940.0, 3938.0, 3940.0, 3941.0, 3972.0, 3943.0, 3970.0, 3928.0, 3968.0, 3938.0, 3968.0, 3939.0, 3979.0, 3938.0, 3989.0, 3938.0, 3957.0, 3926.0, 3925.0, 3926.0, 3926.0, 3936.0, 3926.0, 3947.0, 3916.0, 3947.0, 3927.0, 3957.0, 3927.0, 3958.0, 3928.0, 3968.0, 3938.0, 3969.0, 3927.0, 3937.0, 3927.0, 3937.0, 3928.0, 3968.0, 3937.0, 3978.0, 3936.0, 3916.0, 3925.0, 3925.0, 3925.0, 3926.0, 3947.0, 3927.0, 3958.0, 3928.0, 3970.0, 3928.0, 3959.0, 3928.0, 3947.0, 3928.0, 3958.0, 3939.0, 3980.0, 3951.0, 3971.0, 3941.0, 3980.0, 3939.0, 3970.0, 3928.0, 3958.0, 3917.0, 3947.0, 3916.0, 3937.0, 3927.0, 3947.0, 3928.0, 3959.0, 3928.0, 3959.0, 3918.0, 3960.0, 3929.0, 3949.0, 3929.0, 3949.0, 3928.0, 3939.0, 3969.0, 3938.0, 3958.0, 3927.0, 3927.0, 3926.0, 3917.0, 3948.0, 3929.0, 3970.0, 3941.0, 3971.0, 3941.0, 3981.0, 3940.0, 3979.0, 3929.0, 3968.0, 3940.0, 3994.0, 3953.0, 3952.0, 3951.0, 3962.0, 3950.0, 3962.0, 3982.0, 3952.0, 3964.0, 3963.0, 3965.0, 3964.0, 3991.0, 3939.0, 3979.0, 3927.0, 3968.0, 3963.0, 3956.0, 3935.0, 3934.0, 3924.0, 3935.0, 3936.0, 3961.0, 3958.0, 3950.0, 3990.0, 3939.0, 3959.0, 3937.0, 3947.0, 3958.0, 3948.0, 3968.0, 3958.0, 3993.0, 3963.0, 3991.0, 3936.0, 3935.0, 3925.0, 3936.0, 3958.0, 3938.0, 3940.0, 3980.0, 3952.0, 3981.0, 3950.0, 3981.0, 3938.0, 3968.0, 3915.0, 3934.0, 3913.0, 3934.0, 3914.0, 3955.0, 3926.0, 3957.0, 3927.0, 3937.0, 3927.0, 3928.0, 3938.0, 3929.0, 3971.0, 3931.0, 3983.0, 3956.0, 3996.0, 3953.0, 3981.0, 3951.0, 3991.0, 3940.0, 3993.0, 3941.0, 3951.0, 3952.0, 3940.0, 3951.0, 3943.0, 3962.0, 3940.0, 3971.0, 3929.0, 3980.0, 3940.0, 3960.0, 3940.0, 3951.0, 3973.0, 3941.0, 3972.0, 3931.0, 3971.0, 3929.0, 3969.0, 3928.0, 3969.0, 3938.0, 3969.0, 3928.0, 3958.0, 3938.0, 3967.0, 3927.0, 3958.0, 3938.0, 3939.0, 3939.0, 3940.0, 3950.0, 3959.0, 3938.0, 3978.0, 3952.0, 3981.0, 3939.0, 3970.0, 3937.0, 3938.0, 3926.0, 3926.0, 3947.0, 3928.0, 3970.0, 3953.0, 3980.0, 3950.0, 3969.0, 3939.0, 3969.0, 3927.0, 3968.0, 3927.0, 3967.0, 3926.0, 3956.0, 3926.0, 3947.0, 3937.0, 3958.0, 3949.0, 3948.0, 3948.0, 3927.0, 3937.0, 3946.0, 3936.0, 3955.0, 3925.0, 3966.0, 3925.0, 3935.0, 3925.0, 3925.0, 3936.0, 3926.0, 3926.0, 3927.0, 3958.0, 3928.0, 3969.0, 3929.0, 3969.0, 3939.0, 3958.0, 3938.0, 3969.0, 3929.0, 3969.0, 3938.0, 3979.0, 3938.0, 3938.0, 3927.0, 3939.0, 3940.0, 3940.0, 3961.0, 3930.0, 3950.0, 3940.0, 3951.0, 3959.0, 3939.0, 3990.0, 3939.0, 3990.0, 3938.0, 3938.0, 3927.0, 3940.0, 3940.0, 3939.0, 3961.0, 3942.0, 3982.0, 3942.0, 3960.0, 3953.0, 3951.0, 3940.0, 3960.0, 3952.0, 3996.0, 3964.0, 3940.0, 3972.0, 3962.0, 3960.0, 3950.0, 3939.0, 3969.0, 3950.0, 3971.0, 3951.0, 3961.0, 3981.0, 3928.0, 3969.0, 3937.0, 3926.0, 3947.0, 3927.0, 3968.0, 3938.0, 3950.0, 3950.0, 3940.0, 3959.0, 3949.0, 3969.0, 3939.0, 3969.0, 3938.0, 3968.0, 3938.0, 3968.0, 3937.0, 3947.0, 3937.0, 3937.0, 3938.0, 3938.0, 3949.0, 3939.0, 3949.0, 3938.0, 3948.0, 3927.0, 3937.0, 3947.0, 3938.0, 3937.0, 3948.0, 3928.0, 3948.0, 3938.0, 3949.0, 3939.0, 3940.0, 3952.0, 3962.0, 3963.0, 3982.0, 3940.0, 3990.0, 3938.0, 3957.0, 3937.0, 3956.0, 3927.0, 3956.0, 3937.0, 3968.0, 3938.0, 3937.0, 3940.0, 3937.0, 3939.0, 3939.0, 3961.0, 3940.0, 3941.0, 3939.0, 3966.0, 3982.0], 'WindowWidth': [8967.0, 9013.0, 8966.0, 8918.0, 8897.0, 8858.0, 8879.0, 8836.0, 8873.0, 8834.0, 8878.0, 8834.0, 8827.0, 8810.0, 8792.0, 8807.0, 8796.0, 8843.0, 8818.0, 8857.0, 8817.0, 8841.0, 8815.0, 8841.0, 8832.0, 8857.0, 8836.0, 8859.0, 8851.0, 8832.0, 8815.0, 8800.0, 8816.0, 8820.0, 8864.0, 8834.0, 8875.0, 8832.0, 8856.0, 8827.0, 8836.0, 8824.0, 8850.0, 8811.0, 8850.0, 8827.0, 8835.0, 8824.0, 8824.0, 8810.0, 8807.0, 8795.0, 8821.0, 8828.0, 8838.0, 8811.0, 8822.0, 8820.0, 8815.0, 8792.0, 8792.0, 8805.0, 8826.0, 8838.0, 8816.0, 8819.0, 8821.0, 8819.0, 8850.0, 8879.0, 8864.0, 8840.0, 8777.0, 8849.0, 8804.0, 8814.0, 8802.0, 8814.0, 8813.0, 8816.0, 8818.0, 8833.0, 8842.0, 8831.0, 8818.0, 8815.0, 8817.0, 8835.0, 8820.0, 8877.0, 8817.0, 8858.0, 8814.0, 8824.0, 8795.0, 8831.0, 8790.0, 8831.0, 8804.0, 8845.0, 8809.0, 8848.0, 8806.0, 8804.0, 8792.0, 8804.0, 8796.0, 8823.0, 8809.0, 8811.0, 8826.0, 8812.0, 8836.0, 8809.0, 8796.0, 8849.0, 8856.0, 8897.0, 8879.0, 8856.0, 8834.0, 8820.0, 8818.0, 8812.0, 8854.0, 8811.0, 8866.0, 8824.0, 8849.0, 8806.0, 8830.0, 8800.0, 8825.0, 8783.0, 8811.0, 8769.0, 8811.0, 8802.0, 8803.0, 8805.0, 8791.0, 8809.0, 8809.0, 8818.0, 8854.0, 8815.0, 8812.0, 8796.0, 8808.0, 8805.0, 8806.0, 8847.0, 8808.0, 8850.0, 8823.0, 8848.0, 8807.0, 8815.0, 8806.0, 8831.0, 8825.0, 8853.0, 8797.0, 8817.0, 8814.0, 8829.0, 8847.0, 8840.0, 8840.0, 8865.0, 8857.0, 8883.0, 8817.0, 8870.0, 8809.0, 8810.0, 8788.0, 8769.0, 8783.0, 8783.0, 8772.0, 8803.0, 8811.0, 8837.0, 8815.0, 8801.0, 8814.0, 8802.0, 8819.0, 8846.0, 8835.0, 8860.0, 8818.0, 8815.0, 8796.0, 8810.0, 8809.0, 8824.0, 8838.0, 8813.0, 8856.0, 8830.0, 8856.0, 8828.0, 8823.0, 8793.0, 8808.0, 8834.0, 8812.0, 8871.0, 8817.0, 8796.0, 8792.0, 8789.0, 8790.0, 8793.0, 8837.0, 8829.0, 8861.0, 8857.0, 8916.0, 8911.0, 8900.0, 8866.0, 8864.0, 8815.0, 8822.0, 8788.0, 8789.0, 8817.0, 8810.0, 8836.0, 8812.0, 8800.0, 8846.0, 8816.0, 8860.0, 8833.0, 8844.0, 8826.0, 8836.0, 8826.0, 8855.0, 8811.0, 8834.0, 8810.0, 8836.0, 8809.0, 8795.0, 8795.0, 8799.0, 8816.0, 8805.0, 8862.0, 8820.0, 8862.0, 8818.0, 8847.0, 8826.0, 8826.0, 8847.0, 8807.0, 8851.0, 8840.0, 8833.0, 8811.0, 8791.0, 8790.0, 8795.0, 8812.0, 8805.0, 8864.0, 8824.0, 8864.0, 8821.0, 8836.0, 8842.0, 8814.0, 8864.0, 8810.0, 8851.0, 8809.0, 8850.0, 8809.0, 8808.0, 8794.0, 8780.0, 8812.0, 8800.0, 8859.0, 8818.0, 8875.0, 8858.0, 8905.0, 8857.0, 8876.0, 8840.0, 8837.0, 8794.0, 8847.0, 8807.0, 8833.0, 8807.0, 8848.0, 8808.0, 8819.0, 8808.0, 8834.0, 8796.0, 8809.0, 8812.0, 8796.0, 8793.0, 8794.0, 8836.0, 8809.0, 8837.0, 8811.0, 8851.0, 8811.0, 8851.0, 8810.0, 8834.0, 8810.0, 8847.0, 8813.0, 8848.0, 8797.0, 8797.0, 8783.0, 8798.0, 8812.0, 8812.0, 8842.0, 8811.0, 8841.0, 8797.0, 8841.0, 8817.0, 8813.0, 8803.0, 8827.0, 8817.0, 8810.0, 8798.0, 8826.0, 8815.0, 8858.0, 8834.0, 8845.0, 8833.0, 8855.0, 8814.0, 8839.0, 8814.0, 8839.0, 8814.0, 8840.0, 8831.0, 8843.0, 8802.0, 8801.0, 8815.0, 8806.0, 8864.0, 8824.0, 8879.0, 8838.0, 8867.0, 8820.0, 8835.0, 8868.0, 8811.0, 8849.0, 8813.0, 8850.0, 8824.0, 8817.0, 8787.0, 8805.0, 8799.0, 8817.0, 8839.0, 8826.0, 8868.0, 8856.0, 8863.0, 8872.0, 8873.0, 8868.0, 8885.0, 8842.0, 8893.0, 8833.0, 8834.0, 8790.0, 8804.0, 8792.0, 8793.0, 8836.0, 8795.0, 8851.0, 8811.0, 8851.0, 8796.0, 8847.0, 8812.0, 8863.0, 8801.0, 8866.0, 8799.0, 8799.0, 8799.0, 8782.0, 8810.0, 8784.0, 8827.0, 8802.0, 8856.0, 8822.0, 8851.0, 8809.0, 8807.0, 8840.0, 8876.0, 8822.0, 8874.0, 8817.0, 8857.0, 8812.0, 8819.0, 8795.0, 8847.0, 8798.0, 8841.0, 8802.0, 8823.0, 8835.0, 8823.0, 8847.0, 8824.0, 8863.0, 8840.0, 8891.0, 8839.0, 8867.0, 8818.0, 8856.0, 8795.0, 8835.0, 8792.0, 8848.0, 8793.0, 8848.0, 8793.0, 8795.0, 8795.0, 8799.0, 8844.0, 8804.0, 8861.0, 8806.0, 8860.0, 8806.0, 8844.0, 8798.0, 8814.0, 8848.0, 8794.0, 8845.0, 8805.0, 8843.0, 8793.0, 8814.0, 8822.0, 8816.0, 8827.0, 8827.0, 8868.0, 8833.0, 8862.0, 8804.0, 8853.0, 8816.0, 8852.0, 8817.0, 8868.0, 8815.0, 8882.0, 8814.0, 8838.0, 8795.0, 8791.0, 8794.0, 8795.0, 8809.0, 8795.0, 8824.0, 8784.0, 8825.0, 8798.0, 8838.0, 8800.0, 8840.0, 8803.0, 8854.0, 8815.0, 8855.0, 8800.0, 8810.0, 8799.0, 8811.0, 8801.0, 8853.0, 8812.0, 8864.0, 8808.0, 8781.0, 8792.0, 8793.0, 8793.0, 8795.0, 8824.0, 8799.0, 8841.0, 8801.0, 8861.0, 8802.0, 8842.0, 8800.0, 8823.0, 8801.0, 8841.0, 8819.0, 8873.0, 8837.0, 8864.0, 8824.0, 8874.0, 8819.0, 8860.0, 8800.0, 8840.0, 8784.0, 8824.0, 8783.0, 8810.0, 8798.0, 8825.0, 8801.0, 8843.0, 8802.0, 8844.0, 8790.0, 8846.0, 8806.0, 8832.0, 8804.0, 8832.0, 8801.0, 8820.0, 8857.0, 8815.0, 8840.0, 8798.0, 8799.0, 8797.0, 8785.0, 8827.0, 8805.0, 8861.0, 8824.0, 8862.0, 8824.0, 8875.0, 8820.0, 8869.0, 8803.0, 8854.0, 8818.0, 8899.0, 8845.0, 8845.0, 8841.0, 8855.0, 8837.0, 8859.0, 8883.0, 8845.0, 8861.0, 8860.0, 8867.0, 8861.0, 8890.0, 8817.0, 8870.0, 8797.0, 8854.0, 8860.0, 8836.0, 8806.0, 8803.0, 8791.0, 8809.0, 8812.0, 8853.0, 8846.0, 8840.0, 8891.0, 8822.0, 8847.0, 8815.0, 8829.0, 8845.0, 8832.0, 8856.0, 8844.0, 8900.0, 8859.0, 8889.0, 8808.0, 8804.0, 8790.0, 8806.0, 8840.0, 8817.0, 8821.0, 8875.0, 8840.0, 8877.0, 8834.0, 8874.0, 8812.0, 8851.0, 8777.0, 8799.0, 8772.0, 8800.0, 8775.0, 8830.0, 8795.0, 8837.0, 8798.0, 8813.0, 8799.0, 8800.0, 8817.0, 8805.0, 8863.0, 8810.0, 8883.0, 8855.0, 8907.0, 8844.0, 8878.0, 8838.0, 8889.0, 8823.0, 8895.0, 8823.0, 8838.0, 8840.0, 8822.0, 8837.0, 8831.0, 8854.0, 8822.0, 8861.0, 8806.0, 8872.0, 8820.0, 8846.0, 8822.0, 8837.0, 8870.0, 8825.0, 8867.0, 8811.0, 8862.0, 8805.0, 8857.0, 8801.0, 8856.0, 8815.0, 8856.0, 8802.0, 8839.0, 8813.0, 8851.0, 8799.0, 8840.0, 8816.0, 8816.0, 8819.0, 8820.0, 8834.0, 8841.0, 8813.0, 8865.0, 8839.0, 8876.0, 8816.0, 8863.0, 8811.0, 8817.0, 8797.0, 8795.0, 8825.0, 8803.0, 8859.0, 8840.0, 8874.0, 8834.0, 8856.0, 8817.0, 8855.0, 8799.0, 8852.0, 8797.0, 8849.0, 8796.0, 8835.0, 8795.0, 8823.0, 8813.0, 8841.0, 8830.0, 8827.0, 8829.0, 8796.0, 8812.0, 8821.0, 8807.0, 8831.0, 8793.0, 8846.0, 8792.0, 8805.0, 8792.0, 8793.0, 8807.0, 8794.0, 8795.0, 8798.0, 8842.0, 8801.0, 8857.0, 8804.0, 8856.0, 8818.0, 8840.0, 8816.0, 8857.0, 8804.0, 8855.0, 8813.0, 8869.0, 8816.0, 8815.0, 8800.0, 8817.0, 8821.0, 8820.0, 8850.0, 8809.0, 8836.0, 8820.0, 8837.0, 8843.0, 8818.0, 8885.0, 8817.0, 8884.0, 8815.0, 8814.0, 8800.0, 8820.0, 8821.0, 8820.0, 8851.0, 8828.0, 8881.0, 8829.0, 8848.0, 8844.0, 8839.0, 8821.0, 8846.0, 8843.0, 8910.0, 8864.0, 8821.0, 8867.0, 8853.0, 8848.0, 8833.0, 8819.0, 8857.0, 8835.0, 8862.0, 8837.0, 8848.0, 8876.0, 8803.0, 8857.0, 8812.0, 8796.0, 8824.0, 8799.0, 8853.0, 8817.0, 8833.0, 8833.0, 8820.0, 8843.0, 8830.0, 8856.0, 8817.0, 8857.0, 8815.0, 8853.0, 8814.0, 8852.0, 8811.0, 8822.0, 8810.0, 8811.0, 8815.0, 8814.0, 8830.0, 8818.0, 8830.0, 8815.0, 8826.0, 8797.0, 8813.0, 8825.0, 8813.0, 8812.0, 8827.0, 8802.0, 8826.0, 8816.0, 8830.0, 8819.0, 8822.0, 8844.0, 8853.0, 8857.0, 8879.0, 8822.0, 8885.0, 8813.0, 8836.0, 8810.0, 8835.0, 8797.0, 8835.0, 8812.0, 8853.0, 8814.0, 8812.0, 8819.0, 8813.0, 8819.0, 8819.0, 8851.0, 8821.0, 8824.0, 8818.0, 8870.0, 8903.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.0030384677419354844</td></tr>
<tr><td colspan=3>aqi</td><td>0.019992347811059907</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.939747586943525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2131828612110729</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0496324551095737</td></tr>
<tr><td colspan=3>efc</td><td>0.4824</td></tr>
<tr><td colspan=3>fber</td><td>3600.0122</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08534948232639235</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.912442396313364</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.550452061903552</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5232443034775316</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.766467479496821</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3616444027363035</td></tr>
<tr><td colspan=3>gcor</td><td>0.00954935</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005940339528024197</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023984510451555252</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.563829544705231</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>22.9302</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9714</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.5224</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>299591.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>794.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.2556</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8014</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.6195</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3123.7511</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.5761</td></tr>
<tr><td colspan=3>tsnr</td><td>37.11531473323703</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>