<?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-05_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-05_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-05_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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_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-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-05_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-05_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-05_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-05_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>8d2010200085bda77f269084218732bf</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:54:51.750000</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-05_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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>156290df-375c-4c7b-a778-95d7394a7b80||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': ['165451.750000', '165452.210000', '165452.670000', '165453.130000', '165453.590000', '165454.050000', '165454.510000', '165454.970000', '165455.430000', '165455.890000', '165456.350000', '165456.810000', '165457.270000', '165457.730000', '165458.190000', '165458.650000', '165459.110000', '165459.570000', '165500.030000', '165500.490000', '165500.950000', '165501.410000', '165501.870000', '165502.330000', '165502.790000', '165503.250000', '165503.710000', '165504.170000', '165504.630000', '165505.090000', '165505.550000', '165506.010000', '165506.470000', '165506.930000', '165507.390000', '165507.850000', '165508.310000', '165508.770000', '165509.230000', '165509.690000', '165510.150000', '165510.610000', '165511.070000', '165511.530000', '165511.990000', '165512.450000', '165512.910000', '165513.370000', '165513.830000', '165514.290000', '165514.750000', '165515.210000', '165515.670000', '165516.130000', '165516.590000', '165517.050000', '165517.510000', '165517.970000', '165518.430000', '165518.890000', '165519.350000', '165519.810000', '165520.270000', '165520.730000', '165521.190000', '165521.650000', '165522.110000', '165522.570000', '165523.030000', '165523.490000', '165523.950000', '165524.410000', '165524.870000', '165525.330000', '165525.790000', '165526.250000', '165526.710000', '165527.170000', '165527.630000', '165528.090000', '165528.550000', '165529.010000', '165529.470000', '165529.930000', '165530.390000', '165530.850000', '165531.310000', '165531.770000', '165532.230000', '165532.690000', '165533.150000', '165533.610000', '165534.070000', '165534.530000', '165534.990000', '165535.450000', '165535.910000', '165536.370000', '165536.830000', '165537.290000', '165537.750000', '165538.210000', '165538.670000', '165539.130000', '165539.590000', '165540.050000', '165540.510000', '165540.970000', '165541.430000', '165541.890000', '165542.350000', '165542.810000', '165543.270000', '165543.730000', '165544.190000', '165544.650000', '165545.110000', '165545.570000', '165546.030000', '165546.490000', '165546.950000', '165547.410000', '165547.870000', '165548.330000', '165548.790000', '165549.250000', '165549.710000', '165550.170000', '165550.630000', '165551.090000', '165551.550000', '165552.010000', '165552.470000', '165552.930000', '165553.390000', '165553.850000', '165554.310000', '165554.770000', '165555.230000', '165555.690000', '165556.150000', '165556.610000', '165557.070000', '165557.530000', '165557.990000', '165558.450000', '165558.910000', '165559.370000', '165559.830000', '165600.290000', '165600.750000', '165601.210000', '165601.670000', '165602.130000', '165602.590000', '165603.050000', '165603.510000', '165603.970000', '165604.430000', '165604.890000', '165605.350000', '165605.810000', '165606.270000', '165606.730000', '165607.190000', '165607.650000', '165608.110000', '165608.570000', '165609.030000', '165609.490000', '165609.950000', '165610.410000', '165610.870000', '165611.330000', '165611.790000', '165612.250000', '165612.710000', '165613.170000', '165613.630000', '165614.090000', '165614.550000', '165615.010000', '165615.470000', '165615.930000', '165616.390000', '165616.850000', '165617.310000', '165617.770000', '165618.230000', '165618.690000', '165619.150000', '165619.610000', '165620.070000', '165620.530000', '165620.990000', '165621.450000', '165621.910000', '165622.370000', '165622.830000', '165623.290000', '165623.750000', '165624.210000', '165624.670000', '165625.130000', '165625.590000', '165626.050000', '165626.510000', '165626.970000', '165627.430000', '165627.890000', '165628.350000', '165628.810000', '165629.270000', '165629.730000', '165630.190000', '165630.650000', '165631.110000', '165631.570000', '165632.030000', '165632.490000', '165632.950000', '165633.410000', '165633.870000', '165634.330000', '165634.790000', '165635.250000', '165635.710000', '165636.170000', '165636.630000', '165637.090000', '165637.550000', '165638.010000', '165638.470000', '165638.930000', '165639.390000', '165639.850000', '165640.310000', '165640.770000', '165641.230000', '165641.690000', '165642.150000', '165642.610000', '165643.070000', '165643.530000', '165643.990000', '165644.450000', '165644.910000', '165645.370000', '165645.830000', '165646.290000', '165646.750000', '165647.210000', '165647.670000', '165648.130000', '165648.590000', '165649.050000', '165649.510000', '165649.970000', '165650.430000', '165650.890000', '165651.350000', '165651.810000', '165652.270000', '165652.730000', '165653.190000', '165653.650000', '165654.110000', '165654.570000', '165655.030000', '165655.490000', '165655.950000', '165656.410000', '165656.870000', '165657.330000', '165657.790000', '165658.250000', '165658.710000', '165659.170000', '165659.630000', '165700.090000', '165700.550000', '165701.010000', '165701.470000', '165701.930000', '165702.390000', '165702.850000', '165703.310000', '165703.770000', '165704.230000', '165704.690000', '165705.150000', '165705.610000', '165706.070000', '165706.530000', '165706.990000', '165707.450000', '165707.910000', '165708.370000', '165708.830000', '165709.290000', '165709.750000', '165710.210000', '165710.670000', '165711.130000', '165711.590000', '165712.050000', '165712.510000', '165712.970000', '165713.430000', '165713.890000', '165714.350000', '165714.810000', '165715.270000', '165715.730000', '165716.190000', '165716.650000', '165717.110000', '165717.570000', '165718.030000', '165718.490000', '165718.950000', '165719.410000', '165719.870000', '165720.330000', '165720.790000', '165721.250000', '165721.710000', '165722.170000', '165722.630000', '165723.090000', '165723.550000', '165724.010000', '165724.470000', '165724.930000', '165725.390000', '165725.850000', '165726.310000', '165726.770000', '165727.230000', '165727.690000', '165728.150000', '165728.610000', '165729.070000', '165729.530000', '165729.990000', '165730.450000', '165730.910000', '165731.370000', '165731.830000', '165732.290000', '165732.750000', '165733.210000', '165733.670000', '165734.130000', '165734.590000', '165735.050000', '165735.510000', '165735.970000', '165736.430000', '165736.890000', '165737.350000', '165737.810000', '165738.270000', '165738.730000', '165739.190000', '165739.650000', '165740.110000', '165740.570000', '165741.030000', '165741.490000', '165741.950000', '165742.410000', '165742.870000', '165743.330000', '165743.790000', '165744.250000', '165744.710000', '165745.170000', '165745.630000', '165746.090000', '165746.550000', '165747.010000', '165747.470000', '165747.930000', '165748.390000', '165748.850000', '165749.310000', '165749.770000', '165750.230000', '165750.690000', '165751.150000', '165751.610000', '165752.070000', '165752.530000', '165752.990000', '165753.450000', '165753.910000', '165754.370000', '165754.830000', '165755.290000', '165755.750000', '165756.210000', '165756.670000', '165757.130000', '165757.590000', '165758.050000', '165758.510000', '165758.970000', '165759.430000', '165759.890000', '165800.350000', '165800.810000', '165801.270000', '165801.730000', '165802.190000', '165802.650000', '165803.110000', '165803.570000', '165804.030000', '165804.490000', '165804.950000', '165805.410000', '165805.870000', '165806.330000', '165806.790000', '165807.250000', '165807.710000', '165808.170000', '165808.630000', '165809.090000', '165809.550000', '165810.010000', '165810.470000', '165810.930000', '165811.390000', '165811.850000', '165812.310000', '165812.770000', '165813.230000', '165813.690000', '165814.150000', '165814.610000', '165815.070000', '165815.530000', '165815.990000', '165816.450000', '165816.910000', '165817.370000', '165817.830000', '165818.290000', '165818.750000', '165819.210000', '165819.670000', '165820.130000', '165820.590000', '165821.050000', '165821.510000', '165821.970000', '165822.430000', '165822.890000', '165823.350000', '165823.810000', '165824.270000', '165824.730000', '165825.190000', '165825.650000', '165826.110000', '165826.570000', '165827.030000', '165827.490000', '165827.950000', '165828.410000', '165828.870000', '165829.330000', '165829.790000', '165830.250000', '165830.710000', '165831.170000', '165831.630000', '165832.090000', '165832.550000', '165833.010000', '165833.470000', '165833.930000', '165834.390000', '165834.850000', '165835.310000', '165835.770000', '165836.230000', '165836.690000', '165837.150000', '165837.610000', '165838.070000', '165838.530000', '165838.990000', '165839.450000', '165839.910000', '165840.370000', '165840.830000', '165841.290000', '165841.750000', '165842.210000', '165842.670000', '165843.130000', '165843.590000', '165844.050000', '165844.510000', '165844.970000', '165845.430000', '165845.890000', '165846.350000', '165846.810000', '165847.270000', '165847.730000', '165848.190000', '165848.650000', '165849.110000', '165849.570000', '165850.030000', '165850.490000', '165850.950000', '165851.410000', '165851.870000', '165852.330000', '165852.790000', '165853.250000', '165853.710000', '165854.170000', '165854.630000', '165855.090000', '165855.550000', '165856.010000', '165856.470000', '165856.930000', '165857.390000', '165857.850000', '165858.310000', '165858.770000', '165859.230000', '165859.690000', '165900.150000', '165900.610000', '165901.070000', '165901.530000', '165901.990000', '165902.450000', '165902.910000', '165903.370000', '165903.830000', '165904.290000', '165904.750000', '165905.210000', '165905.670000', '165906.130000', '165906.590000', '165907.050000', '165907.510000', '165907.970000', '165908.430000', '165908.890000', '165909.350000', '165909.810000', '165910.270000', '165910.730000', '165911.190000', '165911.650000', '165912.110000', '165912.570000', '165913.030000', '165913.490000', '165913.950000', '165914.410000', '165914.870000', '165915.330000', '165915.790000', '165916.250000', '165916.710000', '165917.170000', '165917.630000', '165918.090000', '165918.550000', '165919.010000', '165919.470000', '165919.930000', '165920.390000', '165920.850000', '165921.310000', '165921.770000', '165922.230000', '165922.690000', '165923.150000', '165923.610000', '165924.070000', '165924.530000', '165924.990000', '165925.450000', '165925.910000', '165926.370000', '165926.830000', '165927.290000', '165927.750000', '165928.210000', '165928.670000', '165929.130000', '165929.590000', '165930.050000', '165930.510000', '165930.970000', '165931.430000', '165931.890000', '165932.350000', '165932.810000', '165933.270000', '165933.730000', '165934.190000', '165934.650000', '165935.110000', '165935.570000', '165936.030000', '165936.490000', '165936.950000', '165937.410000', '165937.870000', '165938.330000', '165938.790000', '165939.250000', '165939.710000', '165940.170000', '165940.630000', '165941.090000', '165941.550000', '165942.010000', '165942.470000', '165942.930000', '165943.390000', '165943.850000', '165944.310000', '165944.770000', '165945.230000', '165945.690000', '165946.150000', '165946.610000', '165947.070000', '165947.530000', '165947.990000', '165948.450000', '165948.910000', '165949.370000', '165949.830000', '165950.290000', '165950.750000', '165951.210000', '165951.670000', '165952.130000', '165952.590000', '165953.050000', '165953.510000', '165953.970000', '165954.430000', '165954.890000', '165955.350000', '165955.810000', '165956.270000', '165956.730000', '165957.190000', '165957.650000', '165958.110000', '165958.570000', '165959.030000', '165959.490000', '165959.950000', '170000.410000', '170000.870000', '170001.330000', '170001.790000', '170002.250000', '170002.710000', '170003.170000', '170003.630000', '170004.090000', '170004.550000', '170005.010000', '170005.470000', '170005.930000', '170006.390000', '170006.850000', '170007.310000', '170007.770000', '170008.230000', '170008.690000', '170009.150000', '170009.610000', '170010.070000', '170010.530000', '170010.990000', '170011.450000', '170011.910000', '170012.370000', '170012.830000', '170013.290000', '170013.750000', '170014.210000', '170014.670000', '170015.130000', '170015.590000', '170016.050000', '170016.510000', '170016.970000', '170017.430000', '170017.890000', '170018.350000', '170018.810000', '170019.270000', '170019.730000', '170020.190000', '170020.650000', '170021.110000', '170021.570000', '170022.030000', '170022.490000', '170022.950000', '170023.410000', '170023.870000', '170024.330000', '170024.790000', '170025.250000', '170025.710000', '170026.170000', '170026.630000', '170027.090000', '170027.550000', '170028.010000', '170028.470000', '170028.930000', '170029.390000', '170029.850000', '170030.310000', '170030.770000', '170031.230000', '170031.690000', '170032.150000', '170032.610000', '170033.070000', '170033.530000', '170033.990000', '170034.450000', '170034.910000', '170035.370000', '170035.830000', '170036.290000', '170036.750000', '170037.210000', '170037.670000', '170038.130000', '170038.590000', '170039.050000', '170039.510000', '170039.970000', '170040.430000', '170040.890000', '170041.350000', '170041.810000', '170042.270000', '170042.730000', '170043.190000', '170043.650000', '170044.110000', '170044.570000', '170045.030000', '170045.490000', '170045.950000', '170046.410000', '170046.870000', '170047.330000', '170047.790000', '170048.250000', '170048.710000', '170049.170000', '170049.630000', '170050.090000', '170050.550000', '170051.010000', '170051.470000', '170051.930000', '170052.390000', '170052.850000', '170053.310000', '170053.770000', '170054.230000', '170054.690000', '170055.150000', '170055.610000', '170056.070000', '170056.530000', '170056.990000', '170057.450000', '170057.910000', '170058.370000', '170058.830000', '170059.290000', '170059.750000', '170100.210000', '170100.670000', '170101.130000', '170101.590000', '170102.050000', '170102.510000', '170102.970000', '170103.430000', '170103.890000', '170104.350000', '170104.810000', '170105.270000', '170105.730000', '170106.190000', '170106.650000', '170107.110000', '170107.570000', '170108.030000', '170108.490000', '170108.950000', '170109.410000', '170109.870000', '170110.330000', '170110.790000', '170111.250000', '170111.710000', '170112.170000', '170112.630000', '170113.090000', '170113.550000', '170114.010000', '170114.470000', '170114.930000', '170115.390000', '170115.850000', '170116.310000', '170116.770000', '170117.230000', '170117.690000', '170118.150000', '170118.610000', '170119.070000', '170119.530000', '170119.990000', '170120.450000', '170120.910000', '170121.370000', '170121.830000', '170122.290000', '170122.750000', '170123.210000', '170123.670000', '170124.130000', '170124.590000', '170125.050000', '170125.510000', '170125.970000', '170126.430000', '170126.890000', '170127.350000', '170127.810000', '170128.270000', '170128.730000', '170129.190000', '170129.650000', '170130.110000', '170130.570000', '170131.030000', '170131.490000', '170131.950000', '170132.410000'], 'ContentTime': ['165510.897000', '165510.900000', '165510.907000', '165510.910000', '165510.913000', '165510.915000', '165510.918000', '165510.920000', '165510.923000', '165510.925000', '165510.928000', '165510.931000', '165510.933000', '165510.936000', '165510.943000', '165510.945000', '165510.948000', '165510.951000', '165510.953000', '165510.956000', '165510.958000', '165510.961000', '165510.963000', '165510.966000', '165510.968000', '165510.971000', '165510.974000', '165510.977000', '165510.980000', '165510.982000', '165510.985000', '165510.988000', '165510.990000', '165510.993000', '165510.995000', '165510.998000', '165511.000000', '165511.003000', '165511.006000', '165530.866000', '165530.869000', '165530.872000', '165530.875000', '165530.877000', '165530.880000', '165530.882000', '165530.885000', '165530.887000', '165530.890000', '165530.892000', '165530.895000', '165530.897000', '165530.900000', '165530.903000', '165530.905000', '165530.908000', '165530.910000', '165530.913000', '165530.916000', '165530.918000', '165530.921000', '165530.923000', '165530.926000', '165530.928000', '165530.931000', '165530.933000', '165530.936000', '165530.938000', '165530.941000', '165530.944000', '165530.946000', '165530.949000', '165530.951000', '165530.954000', '165530.956000', '165530.959000', '165530.961000', '165530.964000', '165530.966000', '165530.969000', '165530.972000', '165530.974000', '165530.977000', '165550.866000', '165550.869000', '165550.872000', '165550.874000', '165550.877000', '165550.880000', '165550.882000', '165550.885000', '165550.887000', '165550.890000', '165550.892000', '165550.895000', '165550.897000', '165550.900000', '165550.903000', '165550.905000', '165550.908000', '165550.910000', '165550.913000', '165550.915000', '165550.918000', '165550.920000', '165550.923000', '165550.931000', '165550.934000', '165550.936000', '165550.939000', '165550.941000', '165550.944000', '165550.947000', '165550.949000', '165550.952000', '165550.954000', '165550.957000', '165550.959000', '165550.962000', '165550.964000', '165550.967000', '165550.970000', '165550.972000', '165550.975000', '165550.977000', '165550.980000', '165610.867000', '165610.869000', '165610.872000', '165610.875000', '165610.877000', '165610.880000', '165610.882000', '165610.885000', '165610.888000', '165610.890000', '165610.893000', '165610.895000', '165610.898000', '165610.901000', '165610.912000', '165610.915000', '165610.917000', '165610.920000', '165610.922000', '165610.925000', '165610.928000', '165610.930000', '165610.933000', '165610.935000', '165610.938000', '165610.940000', '165610.943000', '165610.945000', '165610.948000', '165610.951000', '165610.953000', '165610.956000', '165610.958000', '165610.961000', '165610.963000', '165610.966000', '165610.968000', '165610.971000', '165610.974000', '165610.976000', '165610.979000', '165610.981000', '165610.984000', '165610.986000', '165630.866000', '165630.869000', '165630.872000', '165630.874000', '165630.877000', '165630.880000', '165630.882000', '165630.885000', '165630.887000', '165630.890000', '165630.893000', '165630.895000', '165630.898000', '165630.900000', '165630.903000', '165630.905000', '165630.908000', '165630.911000', '165630.913000', '165630.916000', '165630.918000', '165630.921000', '165630.923000', '165630.926000', '165630.929000', '165630.931000', '165630.934000', '165630.936000', '165630.939000', '165630.942000', '165630.944000', '165630.947000', '165630.949000', '165630.952000', '165630.955000', '165630.957000', '165630.960000', '165630.962000', '165630.965000', '165630.967000', '165630.970000', '165630.973000', '165630.975000', '165650.867000', '165650.869000', '165650.872000', '165650.875000', '165650.877000', '165650.880000', '165650.882000', '165650.885000', '165650.887000', '165650.890000', '165650.893000', '165650.895000', '165650.898000', '165650.900000', '165650.903000', '165650.906000', '165650.908000', '165650.911000', '165650.913000', '165650.920000', '165650.923000', '165650.925000', '165650.928000', '165650.930000', '165650.933000', '165650.936000', '165650.938000', '165650.941000', '165650.943000', '165650.946000', '165650.949000', '165650.951000', '165650.954000', '165650.956000', '165650.959000', '165650.961000', '165650.964000', '165650.966000', '165650.969000', '165650.972000', '165650.974000', '165650.977000', '165650.979000', '165650.982000', '165710.866000', '165710.869000', '165710.872000', '165710.874000', '165710.877000', '165710.879000', '165710.882000', '165710.885000', '165710.887000', '165710.890000', '165710.892000', '165710.895000', '165710.898000', '165710.900000', '165710.903000', '165710.905000', '165710.908000', '165710.911000', '165710.913000', '165710.916000', '165710.918000', '165710.921000', '165710.923000', '165710.926000', '165710.928000', '165710.931000', '165710.934000', '165710.936000', '165710.939000', '165710.941000', '165710.944000', '165710.947000', '165710.949000', '165710.952000', '165710.954000', '165710.957000', '165710.959000', '165710.962000', '165710.964000', '165710.967000', '165710.970000', '165710.972000', '165710.975000', '165730.866000', '165730.869000', '165730.872000', '165730.874000', '165730.877000', '165730.880000', '165730.882000', '165730.885000', '165730.887000', '165730.890000', '165730.893000', '165730.895000', '165730.898000', '165730.900000', '165730.903000', '165730.906000', '165730.908000', '165730.911000', '165730.913000', '165730.916000', '165730.918000', '165730.921000', '165730.924000', '165730.926000', '165730.929000', '165730.932000', '165730.934000', '165730.937000', '165730.939000', '165730.942000', '165730.944000', '165730.947000', '165730.950000', '165730.952000', '165730.955000', '165730.958000', '165730.960000', '165730.963000', '165730.965000', '165730.968000', '165730.971000', '165730.973000', '165730.976000', '165730.978000', '165750.866000', '165750.869000', '165750.872000', '165750.875000', '165750.877000', '165750.880000', '165750.882000', '165750.885000', '165750.887000', '165750.898000', '165750.901000', '165750.903000', '165750.906000', '165750.909000', '165750.911000', '165750.914000', '165750.916000', '165750.919000', '165750.921000', '165750.924000', '165750.927000', '165750.929000', '165750.932000', '165750.934000', '165750.937000', '165750.940000', '165750.942000', '165750.945000', '165750.947000', '165750.950000', '165750.952000', '165750.955000', '165750.958000', '165750.960000', '165750.963000', '165750.965000', '165750.968000', '165750.971000', '165750.973000', '165750.976000', '165750.978000', '165750.981000', '165750.984000', '165810.866000', '165810.869000', '165810.872000', '165810.874000', '165810.877000', '165810.880000', '165810.882000', '165810.885000', '165810.887000', '165810.890000', '165810.893000', '165810.895000', '165810.898000', '165810.900000', '165810.903000', '165810.906000', '165810.908000', '165810.911000', '165810.913000', '165810.916000', '165810.919000', '165810.921000', '165810.924000', '165810.927000', '165810.929000', '165810.932000', '165810.934000', '165810.937000', '165810.939000', '165810.942000', '165810.945000', '165810.947000', '165810.950000', '165810.953000', '165810.955000', '165810.958000', '165810.961000', '165810.963000', '165810.966000', '165810.969000', '165810.971000', '165810.974000', '165810.976000', '165810.979000', '165830.867000', '165830.869000', '165830.872000', '165830.875000', '165830.877000', '165830.880000', '165830.882000', '165830.885000', '165830.888000', '165830.890000', '165830.893000', '165830.895000', '165830.898000', '165830.900000', '165830.903000', '165830.906000', '165830.908000', '165830.911000', '165830.913000', '165830.916000', '165830.919000', '165830.921000', '165830.924000', '165830.926000', '165830.929000', '165830.932000', '165830.934000', '165830.937000', '165830.939000', '165830.942000', '165830.944000', '165830.947000', '165830.950000', '165830.952000', '165830.955000', '165830.957000', '165830.960000', '165830.963000', '165830.965000', '165830.968000', '165830.970000', '165830.973000', '165830.976000', '165850.866000', '165850.869000', '165850.872000', '165850.874000', '165850.877000', '165850.880000', '165850.882000', '165850.886000', '165850.889000', '165850.892000', '165850.894000', '165850.897000', '165850.899000', '165850.902000', '165850.905000', '165850.907000', '165850.910000', '165850.912000', '165850.915000', '165850.918000', '165850.920000', '165850.923000', '165850.925000', '165850.928000', '165850.931000', '165850.933000', '165850.936000', '165850.938000', '165850.941000', '165850.944000', '165850.946000', '165850.949000', '165850.952000', '165850.954000', '165850.957000', '165850.959000', '165850.962000', '165850.965000', '165850.968000', '165850.970000', '165850.973000', '165850.975000', '165850.978000', '165850.981000', '165910.866000', '165910.869000', '165910.872000', '165910.874000', '165910.877000', '165910.880000', '165910.882000', '165910.885000', '165910.887000', '165910.890000', '165910.892000', '165910.895000', '165910.898000', '165910.900000', '165910.903000', '165910.905000', '165910.908000', '165910.911000', '165910.913000', '165910.916000', '165910.918000', '165910.921000', '165910.924000', '165910.926000', '165910.929000', '165910.931000', '165910.934000', '165910.936000', '165910.939000', '165910.941000', '165910.944000', '165910.947000', '165910.949000', '165910.952000', '165910.964000', '165910.967000', '165910.969000', '165910.972000', '165910.975000', '165910.977000', '165910.980000', '165910.983000', '165910.985000', '165930.868000', '165930.882000', '165930.885000', '165930.888000', '165930.890000', '165930.893000', '165930.895000', '165930.898000', '165930.901000', '165930.903000', '165930.906000', '165930.909000', '165930.911000', '165930.914000', '165930.916000', '165930.919000', '165930.921000', '165930.924000', '165930.927000', '165930.929000', '165930.932000', '165930.934000', '165930.937000', '165930.940000', '165930.942000', '165930.945000', '165930.947000', '165930.950000', '165930.953000', '165930.955000', '165930.958000', '165930.960000', '165930.963000', '165930.966000', '165930.969000', '165930.971000', '165930.974000', '165930.976000', '165930.979000', '165930.982000', '165930.984000', '165930.987000', '165930.989000', '165950.866000', '165950.869000', '165950.872000', '165950.874000', '165950.877000', '165950.880000', '165950.882000', '165950.885000', '165950.887000', '165950.890000', '165950.893000', '165950.895000', '165950.898000', '165950.900000', '165950.903000', '165950.906000', '165950.908000', '165950.911000', '165950.913000', '165950.916000', '165950.919000', '165950.921000', '165950.924000', '165950.927000', '165950.929000', '165950.932000', '165950.934000', '165950.937000', '165950.939000', '165950.942000', '165950.945000', '165950.947000', '165950.950000', '165950.952000', '165950.955000', '165950.958000', '165950.960000', '165950.963000', '165950.965000', '165950.968000', '165950.970000', '165950.973000', '165950.976000', '165950.978000', '170010.867000', '170010.870000', '170010.872000', '170010.875000', '170010.878000', '170010.880000', '170010.883000', '170010.885000', '170010.888000', '170010.891000', '170010.893000', '170010.896000', '170010.900000', '170010.903000', '170010.905000', '170010.908000', '170010.910000', '170010.913000', '170010.916000', '170010.918000', '170010.921000', '170010.924000', '170010.927000', '170010.930000', '170010.932000', '170010.935000', '170010.937000', '170010.940000', '170010.943000', '170010.945000', '170010.948000', '170010.950000', '170010.953000', '170010.956000', '170010.958000', '170010.961000', '170010.964000', '170010.967000', '170010.969000', '170010.972000', '170010.975000', '170010.977000', '170010.980000', '170030.867000', '170030.869000', '170030.872000', '170030.875000', '170030.877000', '170030.880000', '170030.882000', '170030.885000', '170030.888000', '170030.890000', '170030.893000', '170030.896000', '170030.898000', '170030.901000', '170030.903000', '170030.906000', '170030.908000', '170030.911000', '170030.914000', '170030.916000', '170030.919000', '170030.921000', '170030.924000', '170030.927000', '170030.929000', '170030.932000', '170030.934000', '170030.937000', '170030.940000', '170030.942000', '170030.945000', '170030.947000', '170030.950000', '170030.953000', '170030.957000', '170030.960000', '170030.962000', '170030.965000', '170030.968000', '170030.970000', '170030.973000', '170030.975000', '170030.978000', '170030.981000', '170050.867000', '170050.875000', '170050.877000', '170050.880000', '170050.882000', '170050.885000', '170050.888000', '170050.890000', '170050.893000', '170050.895000', '170050.898000', '170050.900000', '170050.903000', '170050.906000', '170050.908000', '170050.911000', '170050.914000', '170050.916000', '170050.919000', '170050.921000', '170050.924000', '170050.926000', '170050.929000', '170050.932000', '170050.934000', '170050.937000', '170050.939000', '170050.942000', '170050.945000', '170050.947000', '170050.950000', '170050.953000', '170050.956000', '170050.959000', '170050.962000', '170050.964000', '170050.967000', '170050.970000', '170050.973000', '170050.975000', '170050.978000', '170050.980000', '170050.983000', '170110.867000', '170110.870000', '170110.872000', '170110.875000', '170110.877000', '170110.880000', '170110.882000', '170110.885000', '170110.888000', '170110.890000', '170110.893000', '170110.895000', '170110.898000', '170110.900000', '170110.903000', '170110.906000', '170110.908000', '170110.911000', '170110.913000', '170110.916000', '170110.918000', '170110.921000', '170110.924000', '170110.926000', '170110.929000', '170110.931000', '170110.934000', '170110.936000', '170110.939000', '170110.942000', '170110.944000', '170110.947000', '170110.950000', '170110.952000', '170110.955000', '170110.957000', '170110.960000', '170110.962000', '170110.965000', '170110.968000', '170110.970000', '170110.973000', '170110.976000', '170110.978000', '170130.867000', '170130.870000', '170130.872000', '170130.875000', '170130.877000', '170130.880000', '170130.883000', '170130.885000', '170130.888000', '170130.890000', '170130.893000', '170130.896000', '170130.898000', '170130.901000', '170130.903000', '170130.906000', '170130.909000', '170130.912000', '170130.915000', '170130.917000', '170130.920000', '170130.923000', '170130.925000', '170130.928000', '170130.930000', '170130.933000', '170130.935000', '170130.938000', '170130.941000', '170130.943000', '170130.946000', '170130.949000', '170130.952000', '170130.955000', '170130.958000', '170130.960000', '170130.963000', '170130.966000', '170130.969000', '170130.972000', '170130.974000', '170130.977000', '170130.980000', '170133.662000', '170133.665000', '170133.668000', '170133.671000', '170133.674000', '170133.677000', '170133.680000'], 'InstanceCreationTime': ['165510.897000', '165510.900000', '165510.907000', '165510.910000', '165510.913000', '165510.915000', '165510.918000', '165510.920000', '165510.923000', '165510.925000', '165510.928000', '165510.931000', '165510.933000', '165510.936000', '165510.943000', '165510.945000', '165510.948000', '165510.951000', '165510.953000', '165510.956000', '165510.958000', '165510.961000', '165510.963000', '165510.966000', '165510.968000', '165510.971000', '165510.974000', '165510.977000', '165510.980000', '165510.982000', '165510.985000', '165510.988000', '165510.990000', '165510.993000', '165510.995000', '165510.998000', '165511.000000', '165511.003000', '165511.006000', '165530.866000', '165530.869000', '165530.872000', '165530.875000', '165530.877000', '165530.880000', '165530.882000', '165530.885000', '165530.887000', '165530.890000', '165530.892000', '165530.895000', '165530.897000', '165530.900000', '165530.903000', '165530.905000', '165530.908000', '165530.910000', '165530.913000', '165530.916000', '165530.918000', '165530.921000', '165530.923000', '165530.926000', '165530.928000', '165530.931000', '165530.933000', '165530.936000', '165530.938000', '165530.941000', '165530.944000', '165530.946000', '165530.949000', '165530.951000', '165530.954000', '165530.956000', '165530.959000', '165530.961000', '165530.964000', '165530.966000', '165530.969000', '165530.972000', '165530.974000', '165530.977000', '165550.866000', '165550.869000', '165550.872000', '165550.874000', '165550.877000', '165550.880000', '165550.882000', '165550.885000', '165550.887000', '165550.890000', '165550.892000', '165550.895000', '165550.897000', '165550.900000', '165550.903000', '165550.905000', '165550.908000', '165550.910000', '165550.913000', '165550.915000', '165550.918000', '165550.920000', '165550.923000', '165550.931000', '165550.934000', '165550.936000', '165550.939000', '165550.941000', '165550.944000', '165550.947000', '165550.949000', '165550.952000', '165550.954000', '165550.957000', '165550.959000', '165550.962000', '165550.964000', '165550.967000', '165550.970000', '165550.972000', '165550.975000', '165550.977000', '165550.980000', '165610.867000', '165610.869000', '165610.872000', '165610.875000', '165610.877000', '165610.880000', '165610.882000', '165610.885000', '165610.888000', '165610.890000', '165610.893000', '165610.895000', '165610.898000', '165610.901000', '165610.912000', '165610.915000', '165610.917000', '165610.920000', '165610.922000', '165610.925000', '165610.928000', '165610.930000', '165610.933000', '165610.935000', '165610.938000', '165610.940000', '165610.943000', '165610.945000', '165610.948000', '165610.951000', '165610.953000', '165610.956000', '165610.958000', '165610.961000', '165610.963000', '165610.966000', '165610.968000', '165610.971000', '165610.974000', '165610.976000', '165610.979000', '165610.981000', '165610.984000', '165610.986000', '165630.866000', '165630.869000', '165630.872000', '165630.874000', '165630.877000', '165630.880000', '165630.882000', '165630.885000', '165630.887000', '165630.890000', '165630.893000', '165630.895000', '165630.898000', '165630.900000', '165630.903000', '165630.905000', '165630.908000', '165630.911000', '165630.913000', '165630.916000', '165630.918000', '165630.921000', '165630.923000', '165630.926000', '165630.929000', '165630.931000', '165630.934000', '165630.936000', '165630.939000', '165630.942000', '165630.944000', '165630.947000', '165630.949000', '165630.952000', '165630.955000', '165630.957000', '165630.960000', '165630.962000', '165630.965000', '165630.967000', '165630.970000', '165630.973000', '165630.975000', '165650.867000', '165650.869000', '165650.872000', '165650.875000', '165650.877000', '165650.880000', '165650.882000', '165650.885000', '165650.887000', '165650.890000', '165650.893000', '165650.895000', '165650.898000', '165650.900000', '165650.903000', '165650.906000', '165650.908000', '165650.911000', '165650.913000', '165650.920000', '165650.923000', '165650.925000', '165650.928000', '165650.930000', '165650.933000', '165650.936000', '165650.938000', '165650.941000', '165650.943000', '165650.946000', '165650.949000', '165650.951000', '165650.954000', '165650.956000', '165650.959000', '165650.961000', '165650.964000', '165650.966000', '165650.969000', '165650.972000', '165650.974000', '165650.977000', '165650.979000', '165650.982000', '165710.866000', '165710.869000', '165710.872000', '165710.874000', '165710.877000', '165710.879000', '165710.882000', '165710.885000', '165710.887000', '165710.890000', '165710.892000', '165710.895000', '165710.898000', '165710.900000', '165710.903000', '165710.905000', '165710.908000', '165710.911000', '165710.913000', '165710.916000', '165710.918000', '165710.921000', '165710.923000', '165710.926000', '165710.928000', '165710.931000', '165710.934000', '165710.936000', '165710.939000', '165710.941000', '165710.944000', '165710.947000', '165710.949000', '165710.952000', '165710.954000', '165710.957000', '165710.959000', '165710.962000', '165710.964000', '165710.967000', '165710.970000', '165710.972000', '165710.975000', '165730.866000', '165730.869000', '165730.872000', '165730.874000', '165730.877000', '165730.880000', '165730.882000', '165730.885000', '165730.887000', '165730.890000', '165730.893000', '165730.895000', '165730.898000', '165730.900000', '165730.903000', '165730.906000', '165730.908000', '165730.911000', '165730.913000', '165730.916000', '165730.918000', '165730.921000', '165730.924000', '165730.926000', '165730.929000', '165730.932000', '165730.934000', '165730.937000', '165730.939000', '165730.942000', '165730.944000', '165730.947000', '165730.950000', '165730.952000', '165730.955000', '165730.958000', '165730.960000', '165730.963000', '165730.965000', '165730.968000', '165730.971000', '165730.973000', '165730.976000', '165730.978000', '165750.866000', '165750.869000', '165750.872000', '165750.875000', '165750.877000', '165750.880000', '165750.882000', '165750.885000', '165750.887000', '165750.898000', '165750.901000', '165750.903000', '165750.906000', '165750.909000', '165750.911000', '165750.914000', '165750.916000', '165750.919000', '165750.921000', '165750.924000', '165750.927000', '165750.929000', '165750.932000', '165750.934000', '165750.937000', '165750.940000', '165750.942000', '165750.945000', '165750.947000', '165750.950000', '165750.952000', '165750.955000', '165750.958000', '165750.960000', '165750.963000', '165750.965000', '165750.968000', '165750.971000', '165750.973000', '165750.976000', '165750.978000', '165750.981000', '165750.984000', '165810.866000', '165810.869000', '165810.872000', '165810.874000', '165810.877000', '165810.880000', '165810.882000', '165810.885000', '165810.887000', '165810.890000', '165810.893000', '165810.895000', '165810.898000', '165810.900000', '165810.903000', '165810.906000', '165810.908000', '165810.911000', '165810.913000', '165810.916000', '165810.919000', '165810.921000', '165810.924000', '165810.927000', '165810.929000', '165810.932000', '165810.934000', '165810.937000', '165810.939000', '165810.942000', '165810.945000', '165810.947000', '165810.950000', '165810.953000', '165810.955000', '165810.958000', '165810.961000', '165810.963000', '165810.966000', '165810.969000', '165810.971000', '165810.974000', '165810.976000', '165810.979000', '165830.867000', '165830.869000', '165830.872000', '165830.875000', '165830.877000', '165830.880000', '165830.882000', '165830.885000', '165830.888000', '165830.890000', '165830.893000', '165830.895000', '165830.898000', '165830.900000', '165830.903000', '165830.906000', '165830.908000', '165830.911000', '165830.913000', '165830.916000', '165830.919000', '165830.921000', '165830.924000', '165830.926000', '165830.929000', '165830.932000', '165830.934000', '165830.937000', '165830.939000', '165830.942000', '165830.944000', '165830.947000', '165830.950000', '165830.952000', '165830.955000', '165830.957000', '165830.960000', '165830.963000', '165830.965000', '165830.968000', '165830.970000', '165830.973000', '165830.976000', '165850.866000', '165850.869000', '165850.872000', '165850.874000', '165850.877000', '165850.880000', '165850.882000', '165850.886000', '165850.889000', '165850.892000', '165850.894000', '165850.897000', '165850.899000', '165850.902000', '165850.905000', '165850.907000', '165850.910000', '165850.912000', '165850.915000', '165850.918000', '165850.920000', '165850.923000', '165850.925000', '165850.928000', '165850.931000', '165850.933000', '165850.936000', '165850.938000', '165850.941000', '165850.944000', '165850.946000', '165850.949000', '165850.952000', '165850.954000', '165850.957000', '165850.959000', '165850.962000', '165850.965000', '165850.968000', '165850.970000', '165850.973000', '165850.975000', '165850.978000', '165850.981000', '165910.866000', '165910.869000', '165910.872000', '165910.874000', '165910.877000', '165910.880000', '165910.882000', '165910.885000', '165910.887000', '165910.890000', '165910.892000', '165910.895000', '165910.898000', '165910.900000', '165910.903000', '165910.905000', '165910.908000', '165910.911000', '165910.913000', '165910.916000', '165910.918000', '165910.921000', '165910.924000', '165910.926000', '165910.929000', '165910.931000', '165910.934000', '165910.936000', '165910.939000', '165910.941000', '165910.944000', '165910.947000', '165910.949000', '165910.952000', '165910.964000', '165910.967000', '165910.969000', '165910.972000', '165910.975000', '165910.977000', '165910.980000', '165910.983000', '165910.985000', '165930.868000', '165930.882000', '165930.885000', '165930.888000', '165930.890000', '165930.893000', '165930.895000', '165930.898000', '165930.901000', '165930.903000', '165930.906000', '165930.909000', '165930.911000', '165930.914000', '165930.916000', '165930.919000', '165930.921000', '165930.924000', '165930.927000', '165930.929000', '165930.932000', '165930.934000', '165930.937000', '165930.940000', '165930.942000', '165930.945000', '165930.947000', '165930.950000', '165930.953000', '165930.955000', '165930.958000', '165930.960000', '165930.963000', '165930.966000', '165930.969000', '165930.971000', '165930.974000', '165930.976000', '165930.979000', '165930.982000', '165930.984000', '165930.987000', '165930.989000', '165950.866000', '165950.869000', '165950.872000', '165950.874000', '165950.877000', '165950.880000', '165950.882000', '165950.885000', '165950.887000', '165950.890000', '165950.893000', '165950.895000', '165950.898000', '165950.900000', '165950.903000', '165950.906000', '165950.908000', '165950.911000', '165950.913000', '165950.916000', '165950.919000', '165950.921000', '165950.924000', '165950.927000', '165950.929000', '165950.932000', '165950.934000', '165950.937000', '165950.939000', '165950.942000', '165950.945000', '165950.947000', '165950.950000', '165950.952000', '165950.955000', '165950.958000', '165950.960000', '165950.963000', '165950.965000', '165950.968000', '165950.970000', '165950.973000', '165950.976000', '165950.978000', '170010.867000', '170010.870000', '170010.872000', '170010.875000', '170010.878000', '170010.880000', '170010.883000', '170010.885000', '170010.888000', '170010.891000', '170010.893000', '170010.896000', '170010.900000', '170010.903000', '170010.905000', '170010.908000', '170010.910000', '170010.913000', '170010.916000', '170010.918000', '170010.921000', '170010.924000', '170010.927000', '170010.930000', '170010.932000', '170010.935000', '170010.937000', '170010.940000', '170010.943000', '170010.945000', '170010.948000', '170010.950000', '170010.953000', '170010.956000', '170010.958000', '170010.961000', '170010.964000', '170010.967000', '170010.969000', '170010.972000', '170010.975000', '170010.977000', '170010.980000', '170030.867000', '170030.869000', '170030.872000', '170030.875000', '170030.877000', '170030.880000', '170030.882000', '170030.885000', '170030.888000', '170030.890000', '170030.893000', '170030.896000', '170030.898000', '170030.901000', '170030.903000', '170030.906000', '170030.908000', '170030.911000', '170030.914000', '170030.916000', '170030.919000', '170030.921000', '170030.924000', '170030.927000', '170030.929000', '170030.932000', '170030.934000', '170030.937000', '170030.940000', '170030.942000', '170030.945000', '170030.947000', '170030.950000', '170030.953000', '170030.957000', '170030.960000', '170030.962000', '170030.965000', '170030.968000', '170030.970000', '170030.973000', '170030.975000', '170030.978000', '170030.981000', '170050.867000', '170050.875000', '170050.877000', '170050.880000', '170050.882000', '170050.885000', '170050.888000', '170050.890000', '170050.893000', '170050.895000', '170050.898000', '170050.900000', '170050.903000', '170050.906000', '170050.908000', '170050.911000', '170050.914000', '170050.916000', '170050.919000', '170050.921000', '170050.924000', '170050.926000', '170050.929000', '170050.932000', '170050.934000', '170050.937000', '170050.939000', '170050.942000', '170050.945000', '170050.947000', '170050.950000', '170050.953000', '170050.956000', '170050.959000', '170050.962000', '170050.964000', '170050.967000', '170050.970000', '170050.973000', '170050.975000', '170050.978000', '170050.980000', '170050.983000', '170110.867000', '170110.870000', '170110.872000', '170110.875000', '170110.877000', '170110.880000', '170110.882000', '170110.885000', '170110.888000', '170110.890000', '170110.893000', '170110.895000', '170110.898000', '170110.900000', '170110.903000', '170110.906000', '170110.908000', '170110.911000', '170110.913000', '170110.916000', '170110.918000', '170110.921000', '170110.924000', '170110.926000', '170110.929000', '170110.931000', '170110.934000', '170110.936000', '170110.939000', '170110.942000', '170110.944000', '170110.947000', '170110.950000', '170110.952000', '170110.955000', '170110.957000', '170110.960000', '170110.962000', '170110.965000', '170110.968000', '170110.970000', '170110.973000', '170110.976000', '170110.978000', '170130.867000', '170130.870000', '170130.872000', '170130.875000', '170130.877000', '170130.880000', '170130.883000', '170130.885000', '170130.888000', '170130.890000', '170130.893000', '170130.896000', '170130.898000', '170130.901000', '170130.903000', '170130.906000', '170130.909000', '170130.912000', '170130.915000', '170130.917000', '170130.920000', '170130.923000', '170130.925000', '170130.928000', '170130.930000', '170130.933000', '170130.935000', '170130.938000', '170130.941000', '170130.943000', '170130.946000', '170130.949000', '170130.952000', '170130.955000', '170130.958000', '170130.960000', '170130.963000', '170130.966000', '170130.969000', '170130.972000', '170130.974000', '170130.977000', '170130.980000', '170133.662000', '170133.665000', '170133.668000', '170133.671000', '170133.674000', '170133.677000', '170133.680000'], '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': [8114, 10490, 8157, 9571, 8523, 8989, 8425, 9275, 7939, 8888, 7666, 8512, 7943, 10341, 8134, 10343, 8372, 9511, 8175, 8691, 8056, 7983, 7834, 7749, 8175, 10176, 8132, 10998, 7891, 11432, 7763, 11311, 7959, 10107, 8085, 10258, 7964, 9806, 8431, 8588, 8409, 8698, 8156, 8248, 8038, 8532, 7965, 9198, 7900, 10227, 7633, 9689, 7638, 9926, 7752, 9415, 7691, 8212, 8005, 7714, 9099, 7796, 11029, 7704, 11305, 7757, 10840, 7885, 10591, 8919, 10138, 7681, 8294, 7900, 8370, 8465, 7580, 9098, 7737, 8420, 8008, 7547, 10682, 7210, 8654, 7836, 8105, 10186, 8101, 8823, 10378, 7973, 11212, 7695, 9401, 8030, 8071, 9632, 7969, 9338, 7881, 7815, 9987, 7704, 8498, 8536, 8069, 10251, 8007, 11764, 7729, 11327, 7801, 11893, 7985, 10586, 7747, 10579, 7483, 9952, 7674, 8323, 7635, 8076, 8001, 7952, 9260, 8857, 8511, 10733, 7750, 10447, 7949, 8547, 7803, 8375, 7858, 8164, 9118, 7720, 9694, 7461, 9712, 7818, 9691, 9368, 7820, 11241, 7618, 9200, 7752, 7441, 7836, 7695, 9346, 7135, 8305, 8036, 7770, 9729, 7657, 9766, 8286, 7851, 12472, 7826, 12189, 7643, 8273, 7737, 7706, 8043, 7432, 8484, 7441, 7715, 9584, 7413, 11135, 7519, 10141, 8140, 8811, 9517, 8040, 12055, 7703, 11680, 7731, 8681, 7823, 7908, 9062, 7623, 8284, 7813, 7974, 9373, 8265, 10878, 7827, 10408, 8079, 9182, 9301, 7816, 11720, 8215, 9794, 7898, 8251, 8371, 7811, 9361, 7844, 10821, 7925, 11147, 7600, 8300, 7856, 7191, 9020, 8079, 8165, 7744, 7592, 10637, 8026, 8285, 7786, 8741, 8719, 7791, 9657, 7885, 9303, 8237, 8203, 9209, 7900, 9717, 8880, 7995, 10023, 8248, 9885, 8233, 8357, 7982, 8306, 8955, 7961, 9684, 7580, 10022, 7989, 9166, 7967, 8621, 8809, 8112, 10230, 8098, 9879, 7569, 8516, 8565, 7971, 10903, 8289, 11980, 8441, 11563, 8207, 11377, 7991, 11387, 7919, 10609, 7910, 8437, 7953, 7830, 7805, 7969, 9715, 7688, 9715, 8189, 8842, 8937, 8041, 8487, 7790, 7556, 7617, 7847, 10546, 7588, 10083, 7188, 8240, 7853, 8154, 9731, 8285, 12235, 8512, 11928, 7943, 10768, 7623, 10139, 7853, 10232, 8034, 10491, 8037, 10347, 7743, 8184, 8328, 7893, 8159, 8505, 8120, 10595, 7966, 10130, 7766, 9651, 7863, 8414, 7552, 7795, 7944, 9244, 8078, 10083, 8042, 10412, 7563, 10368, 7798, 9877, 8367, 9897, 7957, 8627, 8443, 8031, 9913, 8078, 12401, 8134, 11181, 7851, 10005, 8068, 9194, 8231, 9497, 7552, 8570, 7785, 8159, 7791, 8269, 8201, 8295, 7734, 8787, 9355, 8219, 10888, 7657, 9099, 7883, 8326, 8353, 10713, 7886, 9030, 7707, 8270, 8209, 8298, 8085, 9062, 7767, 10144, 7892, 11494, 7692, 10931, 8319, 10841, 8706, 10775, 8231, 8951, 10432, 8614, 11340, 8587, 10710, 8250, 8029, 7610, 8623, 8199, 9283, 9781, 8965, 10256, 8743, 10382, 8631, 11140, 8573, 10983, 8324, 9375, 8073, 8030, 7909, 7958, 7551, 8987, 8332, 10231, 8026, 9732, 8048, 10498, 7848, 11467, 8235, 10618, 8051, 10846, 7968, 10160, 7779, 8543, 7662, 8027, 9371, 7444, 9405, 7887, 9932, 7782, 10005, 9124, 8097, 12502, 8106, 12184, 7874, 8122, 7917, 7400, 7492, 7745, 8474, 7960, 9096, 8223, 7915, 12361, 8312, 10950, 8120, 10243, 7980, 8378, 7711, 8396, 8005, 7565, 9315, 7561, 9837, 7737, 9858, 8325, 8258, 12230, 8174, 10658, 7646, 10150, 7806, 9130, 8115, 9323, 7736, 8650, 7828, 10780, 7896, 11944, 8266, 10310, 7931, 10302, 7664, 9260, 7675, 9018, 7563, 9584, 7420, 10701, 7804, 10358, 7425, 10946, 7809, 10611, 7834, 9795, 7692, 8999, 8137, 7829, 7813, 7385, 8532, 7667, 10070, 7606, 12024, 7879, 8514, 8184, 7687, 8110, 7850, 8927, 7838, 10126, 7816, 11162, 7905, 7941, 7626, 7977, 8475, 7466, 9489, 8407, 11282, 7624, 8523, 9370, 8366, 11203, 7856, 8472, 7819, 8854, 8694, 12499, 8597, 11038, 8057, 10030, 7779, 9608, 7963, 11023, 7718, 10084, 7578, 7670, 7967, 7540, 9103, 7867, 9856, 7550, 10012, 8130, 8850, 7638, 7969, 7683, 8960, 7539, 9525, 7670, 9908, 8176, 10811, 8127, 10096, 7986, 11138, 8176, 10341, 7626, 10183, 8163, 9307, 8120, 7906, 7677, 7716, 7732, 8011, 9603, 7920, 9795, 8544, 8021, 10782, 8248, 11801, 8090, 10782, 7968, 8025, 8639, 8112, 9730, 7811, 8219, 7578, 7612, 9376, 9226, 9179, 12114, 8150, 11216, 7864, 10227, 7745, 9914, 8088, 10907, 7762, 8105, 8043, 7606, 8384, 11955, 8173, 10137, 7712, 9308, 7853, 7753, 8208, 8003, 8010, 7707, 9139, 7886, 8535, 7885, 7681, 8011, 7557, 7667, 7867, 8219, 8113, 9569, 7772, 9199, 7850, 9335, 7578, 10140, 7749, 10472, 8122, 11232, 8014, 10954, 7792, 10392, 7562, 9776, 7771, 9223, 7470, 7894, 7782, 8050, 7402, 8873, 7395, 9601, 7943, 10974, 8112, 10551, 7808, 10911, 7748, 10490, 8045, 10195, 7755, 10254, 7476, 8094, 7708, 7791, 10259, 8073, 11441, 8213, 11385, 8114, 12358, 8078, 10835, 8077, 10367, 7710, 9426, 8149, 9808, 7651, 8034, 8228, 7698, 10533, 8278, 9724, 7735, 8727, 12245, 7840, 11153, 8351, 10194, 8259, 8911, 7452, 7832, 7868, 7519, 9277, 7679, 10092, 7647, 9279, 7771, 8523, 13371, 7884, 11194, 8105, 10122, 7935, 11047, 7779, 9554, 7502, 8387, 7945, 7740, 8633, 7628, 8477, 8905, 8223, 11559, 8236, 10696, 8086, 9867, 7898, 9009, 8083, 10518, 8254, 11539, 7792, 11693, 8121, 10799, 8146, 9902, 7704, 9887, 7388, 9872, 7684, 9248, 7770, 8408, 7785, 8590, 7295, 9564, 7731, 9887, 7700, 8869, 7539, 8599, 8640, 8024, 12744, 8281, 11679, 7736, 8591, 7449, 7636, 7645, 7916, 7727, 7831, 8764, 8786, 9118, 8315, 9595, 7891, 8129, 9756, 8472, 11970, 8920, 11809, 9391, 8148, 8152, 8484, 10937, 8138, 11512, 8462, 12269, 8225, 7755, 8021, 8183, 8483, 8549, 10343, 7865, 9337, 8065, 8154, 9343, 8576, 9742, 8637, 9603, 8298, 10315, 8774, 10464, 8824, 10913, 8830, 9762, 8363, 10227, 8191, 11659, 8445], 'WindowCenter': [3998.0, 4013.0, 3969.0, 3986.0, 3964.0, 3974.0, 3952.0, 3972.0, 3952.0, 3962.0, 3941.0, 3962.0, 3964.0, 3984.0, 3965.0, 3984.0, 3953.0, 3972.0, 3951.0, 3950.0, 3940.0, 3939.0, 3940.0, 3939.0, 3952.0, 3983.0, 3966.0, 3996.0, 3966.0, 4006.0, 3956.0, 4006.0, 3953.0, 3982.0, 3942.0, 3972.0, 3940.0, 3971.0, 3950.0, 3950.0, 3939.0, 3949.0, 3939.0, 3938.0, 3939.0, 3949.0, 3951.0, 3971.0, 3952.0, 3982.0, 3943.0, 3971.0, 3953.0, 3971.0, 3940.0, 3961.0, 3940.0, 3952.0, 3951.0, 3952.0, 3972.0, 3956.0, 3994.0, 3954.0, 3994.0, 3954.0, 3994.0, 3953.0, 3981.0, 3973.0, 3982.0, 3952.0, 3963.0, 3964.0, 3964.0, 3965.0, 3955.0, 3974.0, 3954.0, 3965.0, 3966.0, 3968.0, 3997.0, 3956.0, 3978.0, 3968.0, 3967.0, 3996.0, 3966.0, 3976.0, 3998.0, 3955.0, 3996.0, 3954.0, 3973.0, 3940.0, 3952.0, 3973.0, 3954.0, 3974.0, 3954.0, 3955.0, 3985.0, 3953.0, 3965.0, 3966.0, 3956.0, 3987.0, 3957.0, 4007.0, 3956.0, 3995.0, 3943.0, 3993.0, 3952.0, 3983.0, 3942.0, 3981.0, 3930.0, 3971.0, 3939.0, 3951.0, 3940.0, 3952.0, 3952.0, 3954.0, 3986.0, 3975.0, 3965.0, 3995.0, 3943.0, 3983.0, 3940.0, 3950.0, 3940.0, 3950.0, 3951.0, 3951.0, 3963.0, 3942.0, 3973.0, 3944.0, 3971.0, 3940.0, 3972.0, 3960.0, 3940.0, 3980.0, 3940.0, 3961.0, 3939.0, 3929.0, 3940.0, 3952.0, 3985.0, 3944.0, 3964.0, 3966.0, 3967.0, 3986.0, 3955.0, 3985.0, 3953.0, 3953.0, 4003.0, 3941.0, 3991.0, 3940.0, 3950.0, 3939.0, 3940.0, 3940.0, 3943.0, 3976.0, 3956.0, 3957.0, 3987.0, 3958.0, 4009.0, 3946.0, 3985.0, 3953.0, 3963.0, 3962.0, 3941.0, 3991.0, 3940.0, 3990.0, 3928.0, 3949.0, 3939.0, 3965.0, 3960.0, 3940.0, 3962.0, 3954.0, 3966.0, 3986.0, 3966.0, 3995.0, 3954.0, 3983.0, 3951.0, 3960.0, 3959.0, 3940.0, 3980.0, 3938.0, 3959.0, 3938.0, 3949.0, 3937.0, 3928.0, 3958.0, 3939.0, 3980.0, 3951.0, 3981.0, 3940.0, 3951.0, 3940.0, 3919.0, 3960.0, 3952.0, 3963.0, 3954.0, 3955.0, 3996.0, 3955.0, 3964.0, 3954.0, 3964.0, 3962.0, 3941.0, 3974.0, 3954.0, 3973.0, 3951.0, 3952.0, 3962.0, 3954.0, 3974.0, 3963.0, 3953.0, 3973.0, 3952.0, 3971.0, 3951.0, 3951.0, 3952.0, 3952.0, 3964.0, 3953.0, 3973.0, 3943.0, 3971.0, 3941.0, 3961.0, 3953.0, 3963.0, 3975.0, 3955.0, 3986.0, 3954.0, 3973.0, 3954.0, 3963.0, 3963.0, 3953.0, 3994.0, 3966.0, 4006.0, 3954.0, 3995.0, 3952.0, 3980.0, 3939.0, 3978.0, 3939.0, 3970.0, 3939.0, 3939.0, 3940.0, 3941.0, 3940.0, 3952.0, 3972.0, 3943.0, 3974.0, 3953.0, 3963.0, 3962.0, 3941.0, 3951.0, 3929.0, 3940.0, 3939.0, 3955.0, 3996.0, 3956.0, 3985.0, 3933.0, 3977.0, 3967.0, 3968.0, 3987.0, 3968.0, 4006.0, 3965.0, 3995.0, 3943.0, 3982.0, 3929.0, 3958.0, 3928.0, 3958.0, 3939.0, 3970.0, 3940.0, 3971.0, 3929.0, 3939.0, 3939.0, 3940.0, 3940.0, 3950.0, 3941.0, 3970.0, 3940.0, 3971.0, 3929.0, 3959.0, 3938.0, 3938.0, 3928.0, 3939.0, 3950.0, 3961.0, 3952.0, 3982.0, 3954.0, 3984.0, 3942.0, 3973.0, 3941.0, 3970.0, 3939.0, 3969.0, 3939.0, 3951.0, 3951.0, 3953.0, 3973.0, 3955.0, 4005.0, 3953.0, 3993.0, 3940.0, 3959.0, 3927.0, 3948.0, 3938.0, 3959.0, 3929.0, 3949.0, 3940.0, 3940.0, 3940.0, 3950.0, 3952.0, 3952.0, 3954.0, 3964.0, 3975.0, 3980.0, 3997.0, 3954.0, 3963.0, 3941.0, 3950.0, 3952.0, 3981.0, 3941.0, 3962.0, 3941.0, 3951.0, 3940.0, 3941.0, 3939.0, 3949.0, 3928.0, 3958.0, 3928.0, 3979.0, 3929.0, 3971.0, 3940.0, 3970.0, 3940.0, 3969.0, 3925.0, 3934.0, 3943.0, 3922.0, 3952.0, 3921.0, 3941.0, 3921.0, 3912.0, 3912.0, 3934.0, 3923.0, 3945.0, 3955.0, 3946.0, 3955.0, 3935.0, 3955.0, 3935.0, 3966.0, 3924.0, 3953.0, 3911.0, 3932.0, 3912.0, 3922.0, 3936.0, 3923.0, 3925.0, 3945.0, 3936.0, 3956.0, 3937.0, 3957.0, 3937.0, 3968.0, 3938.0, 3978.0, 3938.0, 3968.0, 3938.0, 3968.0, 3938.0, 3969.0, 3928.0, 3950.0, 3940.0, 3940.0, 3961.0, 3931.0, 3961.0, 3951.0, 3971.0, 3929.0, 3971.0, 3948.0, 3939.0, 3989.0, 3928.0, 3978.0, 3926.0, 3926.0, 3938.0, 3930.0, 3929.0, 3941.0, 3951.0, 3953.0, 3964.0, 3952.0, 3954.0, 4004.0, 3952.0, 3970.0, 3940.0, 3971.0, 3940.0, 3938.0, 3928.0, 3950.0, 3941.0, 3942.0, 3973.0, 3943.0, 3973.0, 3942.0, 3973.0, 3940.0, 3951.0, 3990.0, 3939.0, 3969.0, 3928.0, 3969.0, 3929.0, 3959.0, 3939.0, 3959.0, 3940.0, 3950.0, 3941.0, 3982.0, 3941.0, 3993.0, 3951.0, 3971.0, 3940.0, 3969.0, 3929.0, 3959.0, 3930.0, 3949.0, 3942.0, 3972.0, 3932.0, 3983.0, 3944.0, 3983.0, 3945.0, 4010.0, 3956.0, 3994.0, 3954.0, 3984.0, 3955.0, 3976.0, 3981.0, 3969.0, 3955.0, 3956.0, 3964.0, 3956.0, 3983.0, 3954.0, 4005.0, 3954.0, 3964.0, 3953.0, 3954.0, 3953.0, 3953.0, 3964.0, 3944.0, 3984.0, 3943.0, 3995.0, 3955.0, 3954.0, 3942.0, 3953.0, 3964.0, 3944.0, 3986.0, 3967.0, 3996.0, 3944.0, 3967.0, 3977.0, 3955.0, 3995.0, 3956.0, 3965.0, 3944.0, 3964.0, 3967.0, 4005.0, 3953.0, 3983.0, 3941.0, 3960.0, 3929.0, 3958.0, 3939.0, 3970.0, 3930.0, 3983.0, 3942.0, 3942.0, 3953.0, 3943.0, 3962.0, 3953.0, 3974.0, 3942.0, 3973.0, 3941.0, 3951.0, 3941.0, 3940.0, 3940.0, 3950.0, 3930.0, 3960.0, 3942.0, 3971.0, 3952.0, 3993.0, 3954.0, 3983.0, 3953.0, 3993.0, 3953.0, 3984.0, 3941.0, 3972.0, 3951.0, 3962.0, 3942.0, 3941.0, 3942.0, 3942.0, 3943.0, 3954.0, 3975.0, 3954.0, 3986.0, 3963.0, 3942.0, 3982.0, 3951.0, 3992.0, 3940.0, 3970.0, 3939.0, 3939.0, 3951.0, 3941.0, 3972.0, 3941.0, 3952.0, 3955.0, 3943.0, 3975.0, 3974.0, 3976.0, 4005.0, 3942.0, 3981.0, 3929.0, 3959.0, 3929.0, 3958.0, 3939.0, 3969.0, 3940.0, 3942.0, 3941.0, 3942.0, 3954.0, 3993.0, 3952.0, 3972.0, 3929.0, 3960.0, 3940.0, 3929.0, 3938.0, 3928.0, 3927.0, 3929.0, 3960.0, 3940.0, 3951.0, 3941.0, 3931.0, 3941.0, 3930.0, 3930.0, 3940.0, 3951.0, 3940.0, 3961.0, 3941.0, 3962.0, 3941.0, 3961.0, 3930.0, 3971.0, 3941.0, 3972.0, 3942.0, 3993.0, 3943.0, 3982.0, 3942.0, 3972.0, 3942.0, 3972.0, 3930.0, 3961.0, 3920.0, 3940.0, 3930.0, 3939.0, 3929.0, 3950.0, 3931.0, 3962.0, 3953.0, 3984.0, 3954.0, 3983.0, 3943.0, 3983.0, 3943.0, 3984.0, 3954.0, 3985.0, 3944.0, 3998.0, 3943.0, 3942.0, 3943.0, 3943.0, 3984.0, 3955.0, 3995.0, 3955.0, 3994.0, 3943.0, 4003.0, 3942.0, 3982.0, 3940.0, 3971.0, 3930.0, 3960.0, 3940.0, 3970.0, 3940.0, 3940.0, 3952.0, 3942.0, 3984.0, 3953.0, 3973.0, 3941.0, 3951.0, 3980.0, 3928.0, 3980.0, 3939.0, 3959.0, 3939.0, 3949.0, 3918.0, 3928.0, 3940.0, 3931.0, 3973.0, 3943.0, 3984.0, 3943.0, 3963.0, 3941.0, 3952.0, 4001.0, 3940.0, 3970.0, 3929.0, 3959.0, 3939.0, 3968.0, 3928.0, 3959.0, 3930.0, 3951.0, 3942.0, 3943.0, 3964.0, 3943.0, 3952.0, 3961.0, 3952.0, 3981.0, 3940.0, 3971.0, 3929.0, 3959.0, 3939.0, 3949.0, 3939.0, 3969.0, 3940.0, 3980.0, 3941.0, 3993.0, 3942.0, 3983.0, 3941.0, 3960.0, 3930.0, 3970.0, 3929.0, 3960.0, 3930.0, 3961.0, 3930.0, 3939.0, 3930.0, 3950.0, 3930.0, 3961.0, 3930.0, 3971.0, 3931.0, 3951.0, 3930.0, 3951.0, 3940.0, 3940.0, 3991.0, 3940.0, 3980.0, 3930.0, 3951.0, 3930.0, 3930.0, 3941.0, 3941.0, 3943.0, 3944.0, 3964.0, 3966.0, 3976.0, 3966.0, 3988.0, 3968.0, 3968.0, 3976.0, 3967.0, 3996.0, 3966.0, 3996.0, 3964.0, 3942.0, 3930.0, 3940.0, 3970.0, 3929.0, 3980.0, 3940.0, 3979.0, 3939.0, 3929.0, 3929.0, 3940.0, 3938.0, 3950.0, 3969.0, 3941.0, 3962.0, 3942.0, 3942.0, 3963.0, 3952.0, 3962.0, 3953.0, 3962.0, 3952.0, 3972.0, 3952.0, 3972.0, 3952.0, 3971.0, 3951.0, 3960.0, 3940.0, 3960.0, 3941.0, 3981.0, 3951.0], 'WindowWidth': [8948.0, 8954.0, 8885.0, 8901.0, 8868.0, 8878.0, 8848.0, 8872.0, 8846.0, 8860.0, 8831.0, 8859.0, 8866.0, 8891.0, 8869.0, 8890.0, 8849.0, 8870.0, 8840.0, 8839.0, 8824.0, 8822.0, 8825.0, 8822.0, 8845.0, 8889.0, 8871.0, 8911.0, 8871.0, 8924.0, 8858.0, 8922.0, 8850.0, 8884.0, 8831.0, 8870.0, 8826.0, 8865.0, 8837.0, 8836.0, 8821.0, 8833.0, 8822.0, 8820.0, 8823.0, 8836.0, 8843.0, 8868.0, 8845.0, 8885.0, 8835.0, 8869.0, 8850.0, 8869.0, 8828.0, 8855.0, 8826.0, 8845.0, 8843.0, 8848.0, 8874.0, 8860.0, 8904.0, 8854.0, 8904.0, 8851.0, 8905.0, 8848.0, 8882.0, 8874.0, 8884.0, 8846.0, 8863.0, 8865.0, 8865.0, 8868.0, 8857.0, 8879.0, 8853.0, 8868.0, 8875.0, 8879.0, 8913.0, 8861.0, 8893.0, 8880.0, 8875.0, 8911.0, 8870.0, 8883.0, 8917.0, 8854.0, 8908.0, 8852.0, 8874.0, 8827.0, 8845.0, 8876.0, 8852.0, 8879.0, 8852.0, 8854.0, 8894.0, 8850.0, 8866.0, 8870.0, 8859.0, 8897.0, 8860.0, 8926.0, 8857.0, 8906.0, 8835.0, 8899.0, 8845.0, 8884.0, 8829.0, 8880.0, 8811.0, 8866.0, 8824.0, 8843.0, 8826.0, 8845.0, 8848.0, 8851.0, 8898.0, 8879.0, 8869.0, 8904.0, 8835.0, 8886.0, 8826.0, 8837.0, 8824.0, 8839.0, 8844.0, 8843.0, 8861.0, 8832.0, 8875.0, 8841.0, 8870.0, 8826.0, 8872.0, 8850.0, 8824.0, 8878.0, 8825.0, 8853.0, 8823.0, 8811.0, 8826.0, 8846.0, 8898.0, 8840.0, 8867.0, 8872.0, 8875.0, 8900.0, 8858.0, 8895.0, 8847.0, 8847.0, 8910.0, 8827.0, 8891.0, 8823.0, 8838.0, 8822.0, 8826.0, 8826.0, 8837.0, 8883.0, 8860.0, 8860.0, 8900.0, 8864.0, 8932.0, 8846.0, 8894.0, 8845.0, 8858.0, 8854.0, 8828.0, 8891.0, 8825.0, 8889.0, 8808.0, 8836.0, 8824.0, 8869.0, 8853.0, 8828.0, 8861.0, 8853.0, 8872.0, 8899.0, 8871.0, 8908.0, 8853.0, 8888.0, 8842.0, 8852.0, 8847.0, 8825.0, 8875.0, 8820.0, 8846.0, 8817.0, 8834.0, 8817.0, 8805.0, 8844.0, 8823.0, 8877.0, 8841.0, 8879.0, 8826.0, 8843.0, 8825.0, 8796.0, 8853.0, 8845.0, 8863.0, 8853.0, 8856.0, 8909.0, 8854.0, 8865.0, 8851.0, 8864.0, 8857.0, 8828.0, 8876.0, 8853.0, 8875.0, 8841.0, 8844.0, 8857.0, 8850.0, 8876.0, 8860.0, 8846.0, 8872.0, 8844.0, 8868.0, 8841.0, 8841.0, 8846.0, 8845.0, 8861.0, 8845.0, 8874.0, 8833.0, 8868.0, 8828.0, 8855.0, 8847.0, 8861.0, 8880.0, 8853.0, 8896.0, 8851.0, 8874.0, 8851.0, 8862.0, 8860.0, 8849.0, 8904.0, 8869.0, 8920.0, 8851.0, 8904.0, 8841.0, 8876.0, 8820.0, 8870.0, 8822.0, 8862.0, 8820.0, 8820.0, 8824.0, 8829.0, 8827.0, 8847.0, 8870.0, 8834.0, 8878.0, 8845.0, 8859.0, 8855.0, 8828.0, 8841.0, 8808.0, 8824.0, 8824.0, 8855.0, 8908.0, 8858.0, 8892.0, 8823.0, 8888.0, 8876.0, 8876.0, 8898.0, 8875.0, 8923.0, 8864.0, 8901.0, 8831.0, 8878.0, 8805.0, 8841.0, 8803.0, 8841.0, 8821.0, 8861.0, 8825.0, 8864.0, 8809.0, 8822.0, 8821.0, 8823.0, 8824.0, 8835.0, 8828.0, 8864.0, 8823.0, 8864.0, 8806.0, 8845.0, 8816.0, 8817.0, 8807.0, 8822.0, 8840.0, 8854.0, 8846.0, 8885.0, 8851.0, 8889.0, 8832.0, 8872.0, 8828.0, 8863.0, 8819.0, 8860.0, 8822.0, 8841.0, 8841.0, 8847.0, 8874.0, 8854.0, 8917.0, 8847.0, 8900.0, 8825.0, 8845.0, 8801.0, 8829.0, 8816.0, 8845.0, 8807.0, 8835.0, 8826.0, 8825.0, 8825.0, 8839.0, 8844.0, 8844.0, 8851.0, 8862.0, 8879.0, 8897.0, 8912.0, 8851.0, 8860.0, 8828.0, 8838.0, 8846.0, 8880.0, 8827.0, 8854.0, 8826.0, 8840.0, 8823.0, 8826.0, 8821.0, 8832.0, 8802.0, 8841.0, 8803.0, 8872.0, 8806.0, 8863.0, 8821.0, 8861.0, 8821.0, 8858.0, 8792.0, 8803.0, 8811.0, 8783.0, 8822.0, 8782.0, 8807.0, 8783.0, 8772.0, 8773.0, 8804.0, 8791.0, 8822.0, 8833.0, 8824.0, 8834.0, 8809.0, 8834.0, 8808.0, 8851.0, 8791.0, 8827.0, 8769.0, 8799.0, 8772.0, 8785.0, 8814.0, 8791.0, 8796.0, 8821.0, 8814.0, 8839.0, 8817.0, 8841.0, 8816.0, 8856.0, 8819.0, 8871.0, 8818.0, 8856.0, 8820.0, 8857.0, 8820.0, 8858.0, 8804.0, 8836.0, 8826.0, 8824.0, 8854.0, 8816.0, 8855.0, 8843.0, 8867.0, 8809.0, 8865.0, 8831.0, 8821.0, 8885.0, 8803.0, 8867.0, 8796.0, 8797.0, 8819.0, 8811.0, 8808.0, 8829.0, 8841.0, 8848.0, 8864.0, 8844.0, 8852.0, 8912.0, 8841.0, 8862.0, 8821.0, 8865.0, 8822.0, 8817.0, 8805.0, 8836.0, 8827.0, 8831.0, 8873.0, 8834.0, 8873.0, 8831.0, 8872.0, 8824.0, 8839.0, 8889.0, 8819.0, 8861.0, 8806.0, 8858.0, 8807.0, 8848.0, 8823.0, 8847.0, 8824.0, 8836.0, 8827.0, 8881.0, 8830.0, 8900.0, 8842.0, 8868.0, 8824.0, 8861.0, 8808.0, 8846.0, 8810.0, 8835.0, 8832.0, 8869.0, 8818.0, 8888.0, 8837.0, 8887.0, 8843.0, 8938.0, 8859.0, 8903.0, 8850.0, 8890.0, 8856.0, 8881.0, 8904.0, 8881.0, 8856.0, 8859.0, 8864.0, 8857.0, 8886.0, 8852.0, 8917.0, 8850.0, 8864.0, 8848.0, 8850.0, 8846.0, 8846.0, 8863.0, 8835.0, 8888.0, 8835.0, 8906.0, 8853.0, 8851.0, 8833.0, 8848.0, 8863.0, 8839.0, 8895.0, 8875.0, 8909.0, 8838.0, 8871.0, 8884.0, 8851.0, 8905.0, 8857.0, 8868.0, 8838.0, 8863.0, 8872.0, 8919.0, 8846.0, 8885.0, 8826.0, 8847.0, 8806.0, 8842.0, 8821.0, 8861.0, 8812.0, 8883.0, 8829.0, 8831.0, 8846.0, 8833.0, 8857.0, 8846.0, 8874.0, 8829.0, 8871.0, 8827.0, 8840.0, 8827.0, 8823.0, 8823.0, 8834.0, 8808.0, 8849.0, 8829.0, 8867.0, 8844.0, 8899.0, 8849.0, 8887.0, 8846.0, 8897.0, 8844.0, 8887.0, 8827.0, 8866.0, 8839.0, 8854.0, 8829.0, 8827.0, 8830.0, 8831.0, 8835.0, 8849.0, 8879.0, 8849.0, 8894.0, 8859.0, 8829.0, 8879.0, 8839.0, 8893.0, 8822.0, 8861.0, 8820.0, 8820.0, 8838.0, 8827.0, 8869.0, 8828.0, 8841.0, 8855.0, 8836.0, 8879.0, 8875.0, 8880.0, 8918.0, 8831.0, 8879.0, 8805.0, 8844.0, 8804.0, 8843.0, 8819.0, 8860.0, 8825.0, 8829.0, 8827.0, 8830.0, 8849.0, 8897.0, 8842.0, 8867.0, 8807.0, 8849.0, 8821.0, 8807.0, 8817.0, 8803.0, 8801.0, 8806.0, 8848.0, 8823.0, 8837.0, 8826.0, 8812.0, 8826.0, 8811.0, 8809.0, 8821.0, 8838.0, 8823.0, 8853.0, 8827.0, 8854.0, 8825.0, 8850.0, 8811.0, 8866.0, 8827.0, 8867.0, 8828.0, 8898.0, 8832.0, 8882.0, 8830.0, 8867.0, 8829.0, 8869.0, 8811.0, 8851.0, 8795.0, 8821.0, 8809.0, 8820.0, 8807.0, 8836.0, 8814.0, 8854.0, 8846.0, 8887.0, 8849.0, 8886.0, 8834.0, 8884.0, 8833.0, 8888.0, 8850.0, 8891.0, 8838.0, 8914.0, 8834.0, 8830.0, 8833.0, 8833.0, 8889.0, 8851.0, 8904.0, 8851.0, 8900.0, 8833.0, 8909.0, 8828.0, 8880.0, 8822.0, 8862.0, 8808.0, 8848.0, 8823.0, 8863.0, 8823.0, 8824.0, 8842.0, 8830.0, 8887.0, 8846.0, 8871.0, 8825.0, 8839.0, 8873.0, 8804.0, 8872.0, 8817.0, 8845.0, 8819.0, 8832.0, 8790.0, 8805.0, 8823.0, 8813.0, 8873.0, 8832.0, 8889.0, 8832.0, 8858.0, 8826.0, 8842.0, 8904.0, 8821.0, 8860.0, 8806.0, 8845.0, 8819.0, 8856.0, 8805.0, 8845.0, 8810.0, 8838.0, 8830.0, 8831.0, 8861.0, 8834.0, 8844.0, 8853.0, 8842.0, 8879.0, 8823.0, 8863.0, 8805.0, 8844.0, 8819.0, 8831.0, 8820.0, 8858.0, 8823.0, 8875.0, 8828.0, 8895.0, 8830.0, 8882.0, 8826.0, 8849.0, 8809.0, 8862.0, 8807.0, 8849.0, 8807.0, 8851.0, 8809.0, 8821.0, 8808.0, 8835.0, 8808.0, 8851.0, 8810.0, 8865.0, 8812.0, 8839.0, 8810.0, 8839.0, 8820.0, 8823.0, 8888.0, 8821.0, 8875.0, 8808.0, 8836.0, 8810.0, 8810.0, 8826.0, 8827.0, 8834.0, 8835.0, 8864.0, 8871.0, 8883.0, 8867.0, 8904.0, 8875.0, 8876.0, 8881.0, 8870.0, 8906.0, 8865.0, 8904.0, 8859.0, 8827.0, 8806.0, 8818.0, 8858.0, 8804.0, 8872.0, 8820.0, 8871.0, 8819.0, 8806.0, 8804.0, 8822.0, 8815.0, 8835.0, 8859.0, 8824.0, 8854.0, 8830.0, 8830.0, 8857.0, 8841.0, 8853.0, 8842.0, 8855.0, 8842.0, 8866.0, 8840.0, 8865.0, 8840.0, 8864.0, 8838.0, 8847.0, 8821.0, 8847.0, 8824.0, 8878.0, 8839.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.0003128275862068965</td></tr>
<tr><td colspan=3>aqi</td><td>0.023333344942528738</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.23094769424629</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1458744163406227</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9727825412312998</td></tr>
<tr><td colspan=3>efc</td><td>0.4819</td></tr>
<tr><td colspan=3>fber</td><td>3630.5911</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08245612477154868</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.137931034482759</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5751906461000194</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5481052119757104</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.791540842535389</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3859258837889588</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103118</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005362682975828648</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024110397323966026</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5869272919618345</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4908</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.0291</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.0948</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>299881.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>795.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.6449</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7977</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.9272</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3143.2355</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76663.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.4803</td></tr>
<tr><td colspan=3>tsnr</td><td>34.482389502227306</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>