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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_ses-01_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_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-0069/ses-01/func/sub-0069_ses-01_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>2d7052979fa4def190b3fd2371492dd1</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:47:6.967500</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.999404, 0.0257014, 0.0230243, -0.0272176, 0.997303, 0.0681594]</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.0773535</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7766, -7347, 661, -41, -200, 58, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>236.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9669a0fd-d94c-4d8d-9076-0c230e782b35||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.6813292503356934, -0.07302293181419373, 0.05726805701851845, 114.09983825683594], [-0.06895503401756287, 2.6756913661956787, 0.18561290204524994, -100.6869888305664], [0.061772461980581284, -0.18286681175231934, 2.6930036544799805, -86.2459716796875], [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': ['164706.967500', '164707.427500', '164707.887500', '164708.347500', '164708.807500', '164709.267500', '164709.727500', '164710.187500', '164710.647500', '164711.107500', '164711.567500', '164712.027500', '164712.487500', '164712.947500', '164713.407500', '164713.867500', '164714.327500', '164714.787500', '164715.247500', '164715.707500', '164716.167500', '164716.627500', '164717.087500', '164717.547500', '164718.007500', '164718.467500', '164718.927500', '164719.387500', '164719.847500', '164720.307500', '164720.767500', '164721.227500', '164721.687500', '164722.147500', '164722.607500', '164723.067500', '164723.527500', '164723.987500', '164724.447500', '164724.907500', '164725.367500', '164725.827500', '164726.287500', '164726.747500', '164727.207500', '164727.667500', '164728.127500', '164728.587500', '164729.047500', '164729.507500', '164729.967500', '164730.427500', '164730.887500', '164731.347500', '164731.807500', '164732.267500', '164732.727500', '164733.187500', '164733.647500', '164734.107500', '164734.567500', '164735.027500', '164735.487500', '164735.947500', '164736.407500', '164736.867500', '164737.327500', '164737.787500', '164738.247500', '164738.707500', '164739.167500', '164739.627500', '164740.087500', '164740.547500', '164741.007500', '164741.467500', '164741.927500', '164742.387500', '164742.847500', '164743.307500', '164743.767500', '164744.227500', '164744.687500', '164745.147500', '164745.607500', '164746.067500', '164746.527500', '164746.987500', '164747.447500', '164747.907500', '164748.367500', '164748.827500', '164749.287500', '164749.747500', '164750.207500', '164750.667500', '164751.127500', '164751.587500', '164752.047500', '164752.507500', '164752.967500', '164753.427500', '164753.887500', '164754.347500', '164754.807500', '164755.267500', '164755.727500', '164756.187500', '164756.647500', '164757.107500', '164757.567500', '164758.027500', '164758.487500', '164758.947500', '164759.407500', '164759.867500', '164800.327500', '164800.787500', '164801.247500', '164801.707500', '164802.167500', '164802.627500', '164803.087500', '164803.547500', '164804.007500', '164804.467500', '164804.927500', '164805.387500', '164805.847500', '164806.307500', '164806.767500', '164807.227500', '164807.687500', '164808.147500', '164808.607500', '164809.067500', '164809.527500', '164809.987500', '164810.447500', '164810.907500', '164811.367500', '164811.827500', '164812.287500', '164812.747500', '164813.207500', '164813.667500', '164814.127500', '164814.587500', '164815.047500', '164815.507500', '164815.967500', '164816.427500', '164816.887500', '164817.347500', '164817.807500', '164818.267500', '164818.727500', '164819.187500', '164819.647500', '164820.107500', '164820.567500', '164821.027500', '164821.487500', '164821.947500', '164822.407500', '164822.867500', '164823.327500', '164823.787500', '164824.247500', '164824.707500', '164825.167500', '164825.627500', '164826.087500', '164826.547500', '164827.007500', '164827.467500', '164827.927500', '164828.387500', '164828.847500', '164829.307500', '164829.767500', '164830.227500', '164830.687500', '164831.147500', '164831.607500', '164832.067500', '164832.527500', '164832.987500', '164833.447500', '164833.907500', '164834.367500', '164834.827500', '164835.287500', '164835.747500', '164836.207500', '164836.667500', '164837.127500', '164837.587500', '164838.047500', '164838.507500', '164838.967500', '164839.427500', '164839.887500', '164840.347500', '164840.807500', '164841.267500', '164841.727500', '164842.187500', '164842.647500', '164843.107500', '164843.567500', '164844.027500', '164844.487500', '164844.947500', '164845.407500', '164845.867500', '164846.327500', '164846.787500', '164847.247500', '164847.707500', '164848.167500', '164848.627500', '164849.087500', '164849.547500', '164850.007500', '164850.467500', '164850.927500', '164851.387500', '164851.847500', '164852.307500', '164852.767500', '164853.227500', '164853.687500', '164854.147500', '164854.607500', '164855.067500', '164855.527500', '164855.987500', '164856.447500', '164856.907500', '164857.367500', '164857.827500', '164858.287500', '164858.747500', '164859.207500', '164859.667500', '164900.127500', '164900.587500', '164901.047500', '164901.507500', '164901.967500', '164902.427500', '164902.887500', '164903.347500', '164903.807500', '164904.267500', '164904.727500', '164905.187500', '164905.647500', '164906.107500', '164906.567500', '164907.027500', '164907.487500', '164907.947500', '164908.407500', '164908.867500', '164909.327500', '164909.787500', '164910.247500', '164910.707500', '164911.167500', '164911.627500', '164912.087500', '164912.547500', '164913.007500', '164913.467500', '164913.927500', '164914.387500', '164914.847500', '164915.307500', '164915.767500', '164916.227500', '164916.687500', '164917.147500', '164917.607500', '164918.067500', '164918.527500', '164918.987500', '164919.447500', '164919.907500', '164920.367500', '164920.827500', '164921.287500', '164921.747500', '164922.207500', '164922.667500', '164923.127500', '164923.587500', '164924.047500', '164924.507500', '164924.967500', '164925.427500', '164925.887500', '164926.347500', '164926.807500', '164927.267500', '164927.727500', '164928.187500', '164928.647500', '164929.107500', '164929.567500', '164930.027500', '164930.487500', '164930.947500', '164931.407500', '164931.867500', '164932.327500', '164932.787500', '164933.247500', '164933.707500', '164934.167500', '164934.627500', '164935.087500', '164935.547500', '164936.007500', '164936.467500', '164936.927500', '164937.387500', '164937.847500', '164938.307500', '164938.767500', '164939.227500', '164939.687500', '164940.147500', '164940.607500', '164941.067500', '164941.527500', '164941.987500', '164942.447500', '164942.907500', '164943.367500', '164943.827500', '164944.287500', '164944.747500', '164945.207500', '164945.667500', '164946.127500', '164946.587500', '164947.047500', '164947.507500', '164947.967500', '164948.427500', '164948.887500', '164949.347500', '164949.807500', '164950.267500', '164950.727500', '164951.187500', '164951.647500', '164952.107500', '164952.567500', '164953.027500', '164953.487500', '164953.947500', '164954.407500', '164954.867500', '164955.327500', '164955.787500', '164956.247500', '164956.707500', '164957.167500', '164957.627500', '164958.087500', '164958.547500', '164959.007500', '164959.467500', '164959.927500', '165000.387500', '165000.847500', '165001.307500', '165001.767500', '165002.227500', '165002.687500', '165003.147500', '165003.607500', '165004.067500', '165004.527500', '165004.987500', '165005.447500', '165005.907500', '165006.367500', '165006.827500', '165007.287500', '165007.747500', '165008.207500', '165008.667500', '165009.127500', '165009.587500', '165010.047500', '165010.507500', '165010.967500', '165011.427500', '165011.887500', '165012.347500', '165012.807500', '165013.267500', '165013.727500', '165014.187500', '165014.647500', '165015.107500', '165015.567500', '165016.027500', '165016.487500', '165016.947500', '165017.407500', '165017.867500', '165018.327500', '165018.787500', '165019.247500', '165019.707500', '165020.167500', '165020.627500', '165021.087500', '165021.547500', '165022.007500', '165022.467500', '165022.927500', '165023.387500', '165023.847500', '165024.307500', '165024.767500', '165025.227500', '165025.687500', '165026.147500', '165026.607500', '165027.067500', '165027.527500', '165027.987500', '165028.447500', '165028.907500', '165029.367500', '165029.827500', '165030.287500', '165030.747500', '165031.207500', '165031.667500', '165032.127500', '165032.587500', '165033.047500', '165033.507500', '165033.967500', '165034.427500', '165034.887500', '165035.347500', '165035.807500', '165036.267500', '165036.727500', '165037.187500', '165037.647500', '165038.107500', '165038.567500', '165039.027500', '165039.487500', '165039.947500', '165040.407500', '165040.867500', '165041.327500', '165041.787500', '165042.247500', '165042.707500', '165043.167500', '165043.627500', '165044.087500', '165044.547500', '165045.007500', '165045.467500', '165045.927500', '165046.387500', '165046.847500', '165047.307500', '165047.767500', '165048.227500', '165048.687500', '165049.147500', '165049.607500', '165050.067500', '165050.527500', '165050.987500', '165051.447500', '165051.907500', '165052.367500', '165052.827500', '165053.287500', '165053.747500', '165054.207500', '165054.667500', '165055.127500', '165055.587500', '165056.047500', '165056.507500', '165056.967500', '165057.427500', '165057.887500', '165058.347500', '165058.807500', '165059.267500', '165059.727500', '165100.187500', '165100.647500', '165101.107500', '165101.567500', '165102.027500', '165102.487500', '165102.947500', '165103.407500', '165103.867500', '165104.327500', '165104.787500', '165105.247500', '165105.707500', '165106.167500', '165106.627500', '165107.087500', '165107.547500', '165108.007500', '165108.467500', '165108.927500', '165109.387500', '165109.847500', '165110.307500', '165110.767500', '165111.227500', '165111.687500', '165112.147500', '165112.607500', '165113.067500', '165113.527500', '165113.987500', '165114.447500', '165114.907500', '165115.367500', '165115.827500', '165116.287500', '165116.747500', '165117.207500', '165117.667500', '165118.127500', '165118.587500', '165119.047500', '165119.507500', '165119.967500', '165120.427500', '165120.887500', '165121.347500', '165121.807500', '165122.267500', '165122.727500', '165123.187500', '165123.647500', '165124.107500', '165124.567500', '165125.027500', '165125.487500', '165125.947500', '165126.407500', '165126.867500', '165127.327500', '165127.787500', '165128.247500', '165128.707500', '165129.167500', '165129.627500', '165130.087500', '165130.547500', '165131.007500', '165131.467500', '165131.927500', '165132.387500', '165132.847500', '165133.307500', '165133.767500', '165134.227500', '165134.687500', '165135.147500', '165135.607500', '165136.067500', '165136.527500', '165136.987500', '165137.447500', '165137.907500', '165138.367500', '165138.827500', '165139.287500', '165139.747500', '165140.207500', '165140.667500', '165141.127500', '165141.587500', '165142.047500', '165142.507500', '165142.967500', '165143.427500', '165143.887500', '165144.347500', '165144.807500', '165145.267500', '165145.727500', '165146.187500', '165146.647500', '165147.107500', '165147.567500', '165148.027500', '165148.487500', '165148.947500', '165149.407500', '165149.867500', '165150.327500', '165150.787500', '165151.247500', '165151.707500', '165152.167500', '165152.627500', '165153.087500', '165153.547500', '165154.007500', '165154.467500', '165154.927500', '165155.387500', '165155.847500', '165156.307500', '165156.767500', '165157.227500', '165157.687500', '165158.147500', '165158.607500', '165159.067500', '165159.527500', '165159.987500', '165200.447500', '165200.907500', '165201.367500', '165201.827500', '165202.287500', '165202.747500', '165203.207500', '165203.667500', '165204.127500', '165204.587500', '165205.047500', '165205.507500', '165205.967500', '165206.427500', '165206.887500', '165207.347500', '165207.807500', '165208.267500', '165208.727500', '165209.187500', '165209.647500', '165210.107500', '165210.567500', '165211.027500', '165211.487500', '165211.947500', '165212.407500', '165212.867500', '165213.327500', '165213.787500', '165214.247500', '165214.707500', '165215.167500', '165215.627500', '165216.087500', '165216.547500', '165217.007500', '165217.467500', '165217.927500', '165218.387500', '165218.847500', '165219.307500', '165219.767500', '165220.227500', '165220.687500', '165221.147500', '165221.607500', '165222.067500', '165222.527500', '165222.987500', '165223.447500', '165223.907500', '165224.367500', '165224.827500', '165225.287500', '165225.747500', '165226.207500', '165226.667500', '165227.127500', '165227.587500', '165228.047500', '165228.507500', '165228.967500', '165229.427500', '165229.887500', '165230.347500', '165230.807500', '165231.267500', '165231.727500', '165232.187500', '165232.647500', '165233.107500', '165233.567500', '165234.027500', '165234.487500', '165234.947500', '165235.407500', '165235.867500', '165236.327500', '165236.787500', '165237.247500', '165237.707500', '165238.167500', '165238.627500', '165239.087500', '165239.547500', '165240.007500', '165240.467500', '165240.927500', '165241.387500', '165241.847500', '165242.307500', '165242.767500', '165243.227500', '165243.687500', '165244.147500', '165244.607500', '165245.067500', '165245.527500', '165245.987500', '165246.447500', '165246.907500', '165247.367500', '165247.827500', '165248.287500', '165248.747500', '165249.207500', '165249.667500', '165250.127500', '165250.587500', '165251.047500', '165251.507500', '165251.967500', '165252.427500', '165252.887500', '165253.347500', '165253.807500', '165254.267500', '165254.727500', '165255.187500', '165255.647500', '165256.107500', '165256.567500', '165257.027500', '165257.487500', '165257.947500', '165258.407500', '165258.867500', '165259.327500', '165259.787500', '165300.247500', '165300.707500', '165301.167500', '165301.627500', '165302.087500', '165302.547500', '165303.007500', '165303.467500', '165303.927500', '165304.387500', '165304.847500', '165305.307500', '165305.767500', '165306.227500', '165306.687500', '165307.147500', '165307.607500', '165308.067500', '165308.527500', '165308.987500', '165309.447500', '165309.907500', '165310.367500', '165310.827500', '165311.287500', '165311.747500', '165312.207500', '165312.667500', '165313.127500', '165313.587500', '165314.047500', '165314.507500', '165314.967500', '165315.427500', '165315.887500', '165316.347500', '165316.807500', '165317.267500', '165317.727500', '165318.187500', '165318.647500', '165319.107500', '165319.567500', '165320.027500', '165320.487500', '165320.947500', '165321.407500', '165321.867500', '165322.327500', '165322.787500', '165323.247500', '165323.707500', '165324.167500', '165324.627500', '165325.087500', '165325.547500', '165326.007500', '165326.467500', '165326.927500', '165327.387500', '165327.847500', '165328.307500', '165328.767500', '165329.227500', '165329.687500', '165330.147500', '165330.607500', '165331.067500', '165331.527500', '165331.987500', '165332.447500', '165332.907500', '165333.367500', '165333.827500', '165334.287500', '165334.747500', '165335.207500', '165335.667500', '165336.127500', '165336.587500', '165337.047500', '165337.507500', '165337.967500', '165338.427500', '165338.887500', '165339.347500', '165339.807500', '165340.267500', '165340.727500', '165341.187500', '165341.647500', '165342.107500', '165342.567500', '165343.027500', '165343.487500', '165343.947500', '165344.407500', '165344.867500', '165345.327500', '165345.787500', '165346.247500', '165346.707500', '165347.167500', '165347.627500'], 'ContentTime': ['164733.507000', '164733.510000', '164733.513000', '164733.515000', '164733.518000', '164733.521000', '164733.524000', '164733.526000', '164733.529000', '164733.531000', '164733.534000', '164733.537000', '164733.539000', '164733.542000', '164733.544000', '164733.547000', '164733.549000', '164733.552000', '164733.555000', '164733.557000', '164733.560000', '164733.562000', '164733.565000', '164733.567000', '164733.576000', '164733.579000', '164733.581000', '164733.584000', '164733.587000', '164733.590000', '164733.593000', '164733.596000', '164733.598000', '164733.601000', '164733.603000', '164733.606000', '164733.608000', '164733.611000', '164733.613000', '164733.616000', '164733.619000', '164733.621000', '164733.624000', '164733.626000', '164733.629000', '164733.631000', '164733.634000', '164733.637000', '164733.647000', '164733.650000', '164733.652000', '164733.655000', '164733.657000', '164733.660000', '164733.662000', '164733.665000', '164753.476000', '164753.478000', '164753.481000', '164753.484000', '164753.486000', '164753.489000', '164753.491000', '164753.494000', '164753.497000', '164753.499000', '164753.502000', '164753.504000', '164753.507000', '164753.510000', '164753.512000', '164753.515000', '164753.517000', '164753.520000', '164753.522000', '164753.525000', '164753.527000', '164753.537000', '164753.539000', '164753.542000', '164753.544000', '164753.547000', '164753.549000', '164753.552000', '164753.555000', '164753.557000', '164753.560000', '164753.562000', '164753.565000', '164753.567000', '164753.570000', '164753.572000', '164753.575000', '164753.578000', '164753.580000', '164753.583000', '164753.585000', '164753.588000', '164753.590000', '164753.593000', '164813.475000', '164813.478000', '164813.481000', '164813.483000', '164813.486000', '164813.488000', '164813.491000', '164813.494000', '164813.496000', '164813.499000', '164813.502000', '164813.504000', '164813.515000', '164813.518000', '164813.520000', '164813.523000', '164813.525000', '164813.528000', '164813.530000', '164813.533000', '164813.536000', '164813.538000', '164813.541000', '164813.543000', '164813.546000', '164813.549000', '164813.551000', '164813.554000', '164813.557000', '164813.559000', '164813.562000', '164813.564000', '164813.567000', '164813.569000', '164813.572000', '164813.575000', '164813.577000', '164813.580000', '164813.582000', '164813.585000', '164813.587000', '164813.590000', '164813.593000', '164833.475000', '164833.478000', '164833.481000', '164833.483000', '164833.486000', '164833.488000', '164833.491000', '164833.494000', '164833.496000', '164833.499000', '164833.501000', '164833.504000', '164833.507000', '164833.509000', '164833.512000', '164833.514000', '164833.517000', '164833.519000', '164833.522000', '164833.525000', '164833.527000', '164833.530000', '164833.532000', '164833.535000', '164833.538000', '164833.540000', '164833.543000', '164833.545000', '164833.548000', '164833.550000', '164833.553000', '164833.556000', '164833.558000', '164833.561000', '164833.563000', '164833.566000', '164833.568000', '164833.571000', '164833.574000', '164833.576000', '164833.579000', '164833.581000', '164833.584000', '164833.587000', '164853.475000', '164853.478000', '164853.481000', '164853.483000', '164853.486000', '164853.488000', '164853.491000', '164853.493000', '164853.496000', '164853.499000', '164853.501000', '164853.504000', '164853.506000', '164853.514000', '164853.517000', '164853.519000', '164853.522000', '164853.524000', '164853.527000', '164853.530000', '164853.532000', '164853.535000', '164853.537000', '164853.540000', '164853.557000', '164853.560000', '164853.562000', '164853.565000', '164853.567000', '164853.570000', '164853.572000', '164853.575000', '164853.578000', '164853.580000', '164853.583000', '164853.585000', '164853.588000', '164853.590000', '164853.593000', '164853.596000', '164853.598000', '164853.601000', '164853.603000', '164913.475000', '164913.479000', '164913.481000', '164913.484000', '164913.487000', '164913.489000', '164913.492000', '164913.494000', '164913.497000', '164913.499000', '164913.502000', '164913.505000', '164913.507000', '164913.510000', '164913.513000', '164913.515000', '164913.518000', '164913.520000', '164913.523000', '164913.526000', '164913.528000', '164913.531000', '164913.534000', '164913.539000', '164913.541000', '164913.544000', '164913.547000', '164913.549000', '164913.552000', '164913.555000', '164913.557000', '164913.560000', '164913.562000', '164913.565000', '164913.568000', '164913.570000', '164913.573000', '164913.575000', '164913.578000', '164913.581000', '164913.583000', '164913.586000', '164913.588000', '164913.591000', '164933.476000', '164933.478000', '164933.481000', '164933.484000', '164933.486000', '164933.489000', '164933.491000', '164933.494000', '164933.496000', '164933.499000', '164933.502000', '164933.504000', '164933.507000', '164933.509000', '164933.512000', '164933.515000', '164933.517000', '164933.520000', '164933.522000', '164933.525000', '164933.527000', '164933.530000', '164933.533000', '164933.535000', '164933.538000', '164933.540000', '164933.543000', '164933.545000', '164933.548000', '164933.551000', '164933.553000', '164933.556000', '164933.558000', '164933.561000', '164933.564000', '164933.566000', '164933.569000', '164933.571000', '164933.574000', '164933.576000', '164933.579000', '164933.582000', '164933.584000', '164953.474000', '164953.477000', '164953.480000', '164953.482000', '164953.485000', '164953.487000', '164953.500000', '164953.503000', '164953.505000', '164953.508000', '164953.510000', '164953.513000', '164953.516000', '164953.518000', '164953.521000', '164953.524000', '164953.526000', '164953.529000', '164953.531000', '164953.534000', '164953.536000', '164953.539000', '164953.542000', '164953.544000', '164953.547000', '164953.549000', '164953.552000', '164953.554000', '164953.557000', '164953.560000', '164953.562000', '164953.565000', '164953.567000', '164953.570000', '164953.572000', '164953.575000', '164953.578000', '164953.580000', '164953.583000', '164953.586000', '164953.588000', '164953.591000', '164953.593000', '165013.475000', '165013.478000', '165013.481000', '165013.483000', '165013.486000', '165013.488000', '165013.491000', '165013.494000', '165013.496000', '165013.499000', '165013.501000', '165013.504000', '165013.507000', '165013.509000', '165013.512000', '165013.514000', '165013.517000', '165013.519000', '165013.522000', '165013.525000', '165013.528000', '165013.530000', '165013.533000', '165013.536000', '165013.538000', '165013.541000', '165013.543000', '165013.546000', '165013.548000', '165013.551000', '165013.553000', '165013.556000', '165013.559000', '165013.561000', '165013.564000', '165013.566000', '165013.569000', '165013.571000', '165013.574000', '165013.577000', '165013.579000', '165013.582000', '165013.584000', '165013.587000', '165033.475000', '165033.478000', '165033.481000', '165033.483000', '165033.486000', '165033.488000', '165033.503000', '165033.506000', '165033.509000', '165033.511000', '165033.514000', '165033.516000', '165033.520000', '165033.522000', '165033.525000', '165033.528000', '165033.530000', '165033.533000', '165033.544000', '165033.547000', '165033.549000', '165033.552000', '165033.554000', '165033.557000', '165033.559000', '165033.562000', '165033.565000', '165033.567000', '165033.570000', '165033.572000', '165033.575000', '165033.578000', '165033.580000', '165033.583000', '165033.585000', '165033.588000', '165033.591000', '165033.593000', '165033.596000', '165033.599000', '165033.601000', '165033.604000', '165033.607000', '165033.609000', '165053.475000', '165053.478000', '165053.481000', '165053.483000', '165053.486000', '165053.489000', '165053.491000', '165053.494000', '165053.497000', '165053.499000', '165053.502000', '165053.504000', '165053.507000', '165053.510000', '165053.512000', '165053.515000', '165053.517000', '165053.520000', '165053.523000', '165053.525000', '165053.528000', '165053.531000', '165053.533000', '165053.536000', '165053.538000', '165053.541000', '165053.544000', '165053.546000', '165053.549000', '165053.551000', '165053.554000', '165053.557000', '165053.559000', '165053.562000', '165053.564000', '165053.567000', '165053.569000', '165053.572000', '165053.575000', '165053.577000', '165053.580000', '165053.582000', '165053.585000', '165113.475000', '165113.478000', '165113.481000', '165113.484000', '165113.486000', '165113.489000', '165113.492000', '165113.494000', '165113.497000', '165113.499000', '165113.502000', '165113.504000', '165113.507000', '165113.510000', '165113.512000', '165113.515000', '165113.517000', '165113.520000', '165113.522000', '165113.525000', '165113.528000', '165113.530000', '165113.533000', '165113.535000', '165113.538000', '165113.540000', '165113.543000', '165113.546000', '165113.549000', '165113.551000', '165113.554000', '165113.556000', '165113.559000', '165113.562000', '165113.564000', '165113.567000', '165113.569000', '165113.572000', '165113.574000', '165113.577000', '165113.580000', '165113.582000', '165113.585000', '165133.475000', '165133.478000', '165133.481000', '165133.484000', '165133.486000', '165133.489000', '165133.491000', '165133.494000', '165133.497000', '165133.499000', '165133.502000', '165133.504000', '165133.507000', '165133.510000', '165133.512000', '165133.515000', '165133.517000', '165133.520000', '165133.522000', '165133.525000', '165133.528000', '165133.530000', '165133.533000', '165133.535000', '165133.538000', '165133.540000', '165133.543000', '165133.546000', '165133.548000', '165133.551000', '165133.553000', '165133.556000', '165133.558000', '165133.561000', '165133.564000', '165133.566000', '165133.569000', '165133.571000', '165133.574000', '165133.576000', '165133.579000', '165133.582000', '165133.584000', '165133.587000', '165153.476000', '165153.479000', '165153.481000', '165153.484000', '165153.487000', '165153.489000', '165153.492000', '165153.494000', '165153.497000', '165153.500000', '165153.503000', '165153.506000', '165153.509000', '165153.511000', '165153.514000', '165153.516000', '165153.519000', '165153.522000', '165153.524000', '165153.527000', '165153.529000', '165153.532000', '165153.534000', '165153.537000', '165153.540000', '165153.542000', '165153.545000', '165153.547000', '165153.550000', '165153.553000', '165153.555000', '165153.569000', '165153.572000', '165153.575000', '165153.577000', '165153.580000', '165153.582000', '165153.585000', '165153.587000', '165153.590000', '165153.593000', '165153.595000', '165153.598000', '165213.475000', '165213.477000', '165213.480000', '165213.483000', '165213.485000', '165213.488000', '165213.490000', '165213.493000', '165213.496000', '165213.498000', '165213.501000', '165213.503000', '165213.506000', '165213.508000', '165213.511000', '165213.514000', '165213.516000', '165213.519000', '165213.521000', '165213.524000', '165213.527000', '165213.529000', '165213.532000', '165213.534000', '165213.537000', '165213.540000', '165213.542000', '165213.545000', '165213.547000', '165213.550000', '165213.553000', '165213.555000', '165213.558000', '165213.560000', '165213.563000', '165213.566000', '165213.568000', '165213.571000', '165213.573000', '165213.576000', '165213.579000', '165213.581000', '165213.584000', '165213.586000', '165233.476000', '165233.479000', '165233.481000', '165233.484000', '165233.486000', '165233.489000', '165233.492000', '165233.494000', '165233.497000', '165233.499000', '165233.502000', '165233.505000', '165233.507000', '165233.510000', '165233.513000', '165233.515000', '165233.518000', '165233.521000', '165233.524000', '165233.527000', '165233.530000', '165233.532000', '165233.535000', '165233.537000', '165233.540000', '165233.543000', '165233.545000', '165233.548000', '165233.550000', '165233.553000', '165233.556000', '165233.558000', '165233.561000', '165233.563000', '165233.566000', '165233.568000', '165233.571000', '165233.574000', '165233.576000', '165233.579000', '165233.581000', '165233.584000', '165233.586000', '165253.475000', '165253.478000', '165253.481000', '165253.483000', '165253.486000', '165253.489000', '165253.491000', '165253.494000', '165253.496000', '165253.499000', '165253.502000', '165253.504000', '165253.507000', '165253.509000', '165253.512000', '165253.515000', '165253.517000', '165253.520000', '165253.522000', '165253.525000', '165253.527000', '165253.530000', '165253.533000', '165253.535000', '165253.538000', '165253.540000', '165253.543000', '165253.546000', '165253.550000', '165253.552000', '165253.555000', '165253.558000', '165253.560000', '165253.563000', '165253.566000', '165253.568000', '165253.571000', '165253.573000', '165253.576000', '165253.578000', '165253.581000', '165253.583000', '165253.586000', '165253.589000', '165313.476000', '165313.479000', '165313.481000', '165313.484000', '165313.487000', '165313.490000', '165313.493000', '165313.495000', '165313.498000', '165313.501000', '165313.503000', '165313.506000', '165313.509000', '165313.512000', '165313.514000', '165313.517000', '165313.520000', '165313.523000', '165313.527000', '165313.529000', '165313.532000', '165313.535000', '165313.538000', '165313.540000', '165313.543000', '165313.546000', '165313.549000', '165313.551000', '165313.554000', '165313.557000', '165313.559000', '165313.562000', '165313.565000', '165313.568000', '165313.570000', '165313.573000', '165313.576000', '165313.579000', '165313.582000', '165313.585000', '165313.588000', '165313.591000', '165313.593000', '165333.476000', '165333.479000', '165333.481000', '165333.484000', '165333.486000', '165333.489000', '165333.492000', '165333.494000', '165333.497000', '165333.499000', '165333.502000', '165333.505000', '165333.507000', '165333.510000', '165333.513000', '165333.515000', '165333.518000', '165333.520000', '165333.523000', '165333.526000', '165333.528000', '165333.531000', '165333.533000', '165333.536000', '165333.539000', '165333.541000', '165333.544000', '165333.546000', '165333.549000', '165333.552000', '165333.554000', '165333.557000', '165333.559000', '165333.562000', '165333.565000', '165333.567000', '165333.570000', '165333.572000', '165333.575000', '165333.577000', '165333.580000', '165333.583000', '165333.585000', '165333.588000', '165348.500000', '165348.503000', '165348.505000', '165348.508000', '165348.511000', '165348.513000', '165348.516000', '165348.519000', '165348.522000', '165348.524000', '165348.527000', '165348.530000', '165348.533000', '165348.535000', '165348.538000', '165348.540000', '165348.543000', '165348.546000', '165348.548000', '165348.551000', '165348.554000', '165348.557000', '165348.560000', '165348.562000', '165348.565000', '165348.568000', '165348.571000', '165348.573000', '165348.576000', '165348.579000', '165348.581000', '165348.584000', '165348.586000'], 'InstanceCreationTime': ['164733.507000', '164733.510000', '164733.513000', '164733.515000', '164733.518000', '164733.521000', '164733.524000', '164733.526000', '164733.529000', '164733.531000', '164733.534000', '164733.537000', '164733.539000', '164733.542000', '164733.544000', '164733.547000', '164733.549000', '164733.552000', '164733.555000', '164733.557000', '164733.560000', '164733.562000', '164733.565000', '164733.567000', '164733.576000', '164733.579000', '164733.581000', '164733.584000', '164733.587000', '164733.590000', '164733.593000', '164733.596000', '164733.598000', '164733.601000', '164733.603000', '164733.606000', '164733.608000', '164733.611000', '164733.613000', '164733.616000', '164733.619000', '164733.621000', '164733.624000', '164733.626000', '164733.629000', '164733.631000', '164733.634000', '164733.637000', '164733.647000', '164733.650000', '164733.652000', '164733.655000', '164733.657000', '164733.660000', '164733.662000', '164733.665000', '164753.476000', '164753.478000', '164753.481000', '164753.484000', '164753.486000', '164753.489000', '164753.491000', '164753.494000', '164753.497000', '164753.499000', '164753.502000', '164753.504000', '164753.507000', '164753.510000', '164753.512000', '164753.515000', '164753.517000', '164753.520000', '164753.522000', '164753.525000', '164753.527000', '164753.537000', '164753.539000', '164753.542000', '164753.544000', '164753.547000', '164753.549000', '164753.552000', '164753.555000', '164753.557000', '164753.560000', '164753.562000', '164753.565000', '164753.567000', '164753.570000', '164753.572000', '164753.575000', '164753.578000', '164753.580000', '164753.583000', '164753.585000', '164753.588000', '164753.590000', '164753.593000', '164813.475000', '164813.478000', '164813.481000', '164813.483000', '164813.486000', '164813.488000', '164813.491000', '164813.494000', '164813.496000', '164813.499000', '164813.502000', '164813.504000', '164813.515000', '164813.518000', '164813.520000', '164813.523000', '164813.525000', '164813.528000', '164813.530000', '164813.533000', '164813.536000', '164813.538000', '164813.541000', '164813.543000', '164813.546000', '164813.549000', '164813.551000', '164813.554000', '164813.557000', '164813.559000', '164813.562000', '164813.564000', '164813.567000', '164813.569000', '164813.572000', '164813.575000', '164813.577000', '164813.580000', '164813.582000', '164813.585000', '164813.587000', '164813.590000', '164813.593000', '164833.475000', '164833.478000', '164833.481000', '164833.483000', '164833.486000', '164833.488000', '164833.491000', '164833.494000', '164833.496000', '164833.499000', '164833.501000', '164833.504000', '164833.507000', '164833.509000', '164833.512000', '164833.514000', '164833.517000', '164833.519000', '164833.522000', '164833.525000', '164833.527000', '164833.530000', '164833.532000', '164833.535000', '164833.538000', '164833.540000', '164833.543000', '164833.545000', '164833.548000', '164833.550000', '164833.553000', '164833.556000', '164833.558000', '164833.561000', '164833.563000', '164833.566000', '164833.568000', '164833.571000', '164833.574000', '164833.576000', '164833.579000', '164833.581000', '164833.584000', '164833.587000', '164853.475000', '164853.478000', '164853.481000', '164853.483000', '164853.486000', '164853.488000', '164853.491000', '164853.493000', '164853.496000', '164853.499000', '164853.501000', '164853.504000', '164853.506000', '164853.514000', '164853.517000', '164853.519000', '164853.522000', '164853.524000', '164853.527000', '164853.530000', '164853.532000', '164853.535000', '164853.537000', '164853.540000', '164853.557000', '164853.560000', '164853.562000', '164853.565000', '164853.567000', '164853.570000', '164853.572000', '164853.575000', '164853.578000', '164853.580000', '164853.583000', '164853.585000', '164853.588000', '164853.590000', '164853.593000', '164853.596000', '164853.598000', '164853.601000', '164853.603000', '164913.475000', '164913.479000', '164913.481000', '164913.484000', '164913.487000', '164913.489000', '164913.492000', '164913.494000', '164913.497000', '164913.499000', '164913.502000', '164913.505000', '164913.507000', '164913.510000', '164913.513000', '164913.515000', '164913.518000', '164913.520000', '164913.523000', '164913.526000', '164913.528000', '164913.531000', '164913.534000', '164913.539000', '164913.541000', '164913.544000', '164913.547000', '164913.549000', '164913.552000', '164913.555000', '164913.557000', '164913.560000', '164913.562000', '164913.565000', '164913.568000', '164913.570000', '164913.573000', '164913.575000', '164913.578000', '164913.581000', '164913.583000', '164913.586000', '164913.588000', '164913.591000', '164933.476000', '164933.478000', '164933.481000', '164933.484000', '164933.486000', '164933.489000', '164933.491000', '164933.494000', '164933.496000', '164933.499000', '164933.502000', '164933.504000', '164933.507000', '164933.509000', '164933.512000', '164933.515000', '164933.517000', '164933.520000', '164933.522000', '164933.525000', '164933.527000', '164933.530000', '164933.533000', '164933.535000', '164933.538000', '164933.540000', '164933.543000', '164933.545000', '164933.548000', '164933.551000', '164933.553000', '164933.556000', '164933.558000', '164933.561000', '164933.564000', '164933.566000', '164933.569000', '164933.571000', '164933.574000', '164933.576000', '164933.579000', '164933.582000', '164933.584000', '164953.474000', '164953.477000', '164953.480000', '164953.482000', '164953.485000', '164953.487000', '164953.500000', '164953.503000', '164953.505000', '164953.508000', '164953.510000', '164953.513000', '164953.516000', '164953.518000', '164953.521000', '164953.524000', '164953.526000', '164953.529000', '164953.531000', '164953.534000', '164953.536000', '164953.539000', '164953.542000', '164953.544000', '164953.547000', '164953.549000', '164953.552000', '164953.554000', '164953.557000', '164953.560000', '164953.562000', '164953.565000', '164953.567000', '164953.570000', '164953.572000', '164953.575000', '164953.578000', '164953.580000', '164953.583000', '164953.586000', '164953.588000', '164953.591000', '164953.593000', '165013.475000', '165013.478000', '165013.481000', '165013.483000', '165013.486000', '165013.488000', '165013.491000', '165013.494000', '165013.496000', '165013.499000', '165013.501000', '165013.504000', '165013.507000', '165013.509000', '165013.512000', '165013.514000', '165013.517000', '165013.519000', '165013.522000', '165013.525000', '165013.528000', '165013.530000', '165013.533000', '165013.536000', '165013.538000', '165013.541000', '165013.543000', '165013.546000', '165013.548000', '165013.551000', '165013.553000', '165013.556000', '165013.559000', '165013.561000', '165013.564000', '165013.566000', '165013.569000', '165013.571000', '165013.574000', '165013.577000', '165013.579000', '165013.582000', '165013.584000', '165013.587000', '165033.475000', '165033.478000', '165033.481000', '165033.483000', '165033.486000', '165033.488000', '165033.503000', '165033.506000', '165033.509000', '165033.511000', '165033.514000', '165033.516000', '165033.520000', '165033.522000', '165033.525000', '165033.528000', '165033.530000', '165033.533000', '165033.544000', '165033.547000', '165033.549000', '165033.552000', '165033.554000', '165033.557000', '165033.559000', '165033.562000', '165033.565000', '165033.567000', '165033.570000', '165033.572000', '165033.575000', '165033.578000', '165033.580000', '165033.583000', '165033.585000', '165033.588000', '165033.591000', '165033.593000', '165033.596000', '165033.599000', '165033.601000', '165033.604000', '165033.607000', '165033.609000', '165053.475000', '165053.478000', '165053.481000', '165053.483000', '165053.486000', '165053.489000', '165053.491000', '165053.494000', '165053.497000', '165053.499000', '165053.502000', '165053.504000', '165053.507000', '165053.510000', '165053.512000', '165053.515000', '165053.517000', '165053.520000', '165053.523000', '165053.525000', '165053.528000', '165053.531000', '165053.533000', '165053.536000', '165053.538000', '165053.541000', '165053.544000', '165053.546000', '165053.549000', '165053.551000', '165053.554000', '165053.557000', '165053.559000', '165053.562000', '165053.564000', '165053.567000', '165053.569000', '165053.572000', '165053.575000', '165053.577000', '165053.580000', '165053.582000', '165053.585000', '165113.475000', '165113.478000', '165113.481000', '165113.484000', '165113.486000', '165113.489000', '165113.492000', '165113.494000', '165113.497000', '165113.499000', '165113.502000', '165113.504000', '165113.507000', '165113.510000', '165113.512000', '165113.515000', '165113.517000', '165113.520000', '165113.522000', '165113.525000', '165113.528000', '165113.530000', '165113.533000', '165113.535000', '165113.538000', '165113.540000', '165113.543000', '165113.546000', '165113.549000', '165113.551000', '165113.554000', '165113.556000', '165113.559000', '165113.562000', '165113.564000', '165113.567000', '165113.569000', '165113.572000', '165113.574000', '165113.577000', '165113.580000', '165113.582000', '165113.585000', '165133.475000', '165133.478000', '165133.481000', '165133.484000', '165133.486000', '165133.489000', '165133.491000', '165133.494000', '165133.497000', '165133.499000', '165133.502000', '165133.504000', '165133.507000', '165133.510000', '165133.512000', '165133.515000', '165133.517000', '165133.520000', '165133.522000', '165133.525000', '165133.528000', '165133.530000', '165133.533000', '165133.535000', '165133.538000', '165133.540000', '165133.543000', '165133.546000', '165133.548000', '165133.551000', '165133.553000', '165133.556000', '165133.558000', '165133.561000', '165133.564000', '165133.566000', '165133.569000', '165133.571000', '165133.574000', '165133.576000', '165133.579000', '165133.582000', '165133.584000', '165133.587000', '165153.476000', '165153.479000', '165153.481000', '165153.484000', '165153.487000', '165153.489000', '165153.492000', '165153.494000', '165153.497000', '165153.500000', '165153.503000', '165153.506000', '165153.509000', '165153.511000', '165153.514000', '165153.516000', '165153.519000', '165153.522000', '165153.524000', '165153.527000', '165153.529000', '165153.532000', '165153.534000', '165153.537000', '165153.540000', '165153.542000', '165153.545000', '165153.547000', '165153.550000', '165153.553000', '165153.555000', '165153.569000', '165153.572000', '165153.575000', '165153.577000', '165153.580000', '165153.582000', '165153.585000', '165153.587000', '165153.590000', '165153.593000', '165153.595000', '165153.598000', '165213.475000', '165213.477000', '165213.480000', '165213.483000', '165213.485000', '165213.488000', '165213.490000', '165213.493000', '165213.496000', '165213.498000', '165213.501000', '165213.503000', '165213.506000', '165213.508000', '165213.511000', '165213.514000', '165213.516000', '165213.519000', '165213.521000', '165213.524000', '165213.527000', '165213.529000', '165213.532000', '165213.534000', '165213.537000', '165213.540000', '165213.542000', '165213.545000', '165213.547000', '165213.550000', '165213.553000', '165213.555000', '165213.558000', '165213.560000', '165213.563000', '165213.566000', '165213.568000', '165213.571000', '165213.573000', '165213.576000', '165213.579000', '165213.581000', '165213.584000', '165213.586000', '165233.476000', '165233.479000', '165233.481000', '165233.484000', '165233.486000', '165233.489000', '165233.492000', '165233.494000', '165233.497000', '165233.499000', '165233.502000', '165233.505000', '165233.507000', '165233.510000', '165233.513000', '165233.515000', '165233.518000', '165233.521000', '165233.524000', '165233.527000', '165233.530000', '165233.532000', '165233.535000', '165233.537000', '165233.540000', '165233.543000', '165233.545000', '165233.548000', '165233.550000', '165233.553000', '165233.556000', '165233.558000', '165233.561000', '165233.563000', '165233.566000', '165233.568000', '165233.571000', '165233.574000', '165233.576000', '165233.579000', '165233.581000', '165233.584000', '165233.586000', '165253.475000', '165253.478000', '165253.481000', '165253.483000', '165253.486000', '165253.489000', '165253.491000', '165253.494000', '165253.496000', '165253.499000', '165253.502000', '165253.504000', '165253.507000', '165253.509000', '165253.512000', '165253.515000', '165253.517000', '165253.520000', '165253.522000', '165253.525000', '165253.527000', '165253.530000', '165253.533000', '165253.535000', '165253.538000', '165253.540000', '165253.543000', '165253.546000', '165253.550000', '165253.552000', '165253.555000', '165253.558000', '165253.560000', '165253.563000', '165253.566000', '165253.568000', '165253.571000', '165253.573000', '165253.576000', '165253.578000', '165253.581000', '165253.583000', '165253.586000', '165253.589000', '165313.476000', '165313.479000', '165313.481000', '165313.484000', '165313.487000', '165313.490000', '165313.493000', '165313.495000', '165313.498000', '165313.501000', '165313.503000', '165313.506000', '165313.509000', '165313.512000', '165313.514000', '165313.517000', '165313.520000', '165313.523000', '165313.527000', '165313.529000', '165313.532000', '165313.535000', '165313.538000', '165313.540000', '165313.543000', '165313.546000', '165313.549000', '165313.551000', '165313.554000', '165313.557000', '165313.559000', '165313.562000', '165313.565000', '165313.568000', '165313.570000', '165313.573000', '165313.576000', '165313.579000', '165313.582000', '165313.585000', '165313.588000', '165313.591000', '165313.593000', '165333.476000', '165333.479000', '165333.481000', '165333.484000', '165333.486000', '165333.489000', '165333.492000', '165333.494000', '165333.497000', '165333.499000', '165333.502000', '165333.505000', '165333.507000', '165333.510000', '165333.513000', '165333.515000', '165333.518000', '165333.520000', '165333.523000', '165333.526000', '165333.528000', '165333.531000', '165333.533000', '165333.536000', '165333.539000', '165333.541000', '165333.544000', '165333.546000', '165333.549000', '165333.552000', '165333.554000', '165333.557000', '165333.559000', '165333.562000', '165333.565000', '165333.567000', '165333.570000', '165333.572000', '165333.575000', '165333.577000', '165333.580000', '165333.583000', '165333.585000', '165333.588000', '165348.500000', '165348.503000', '165348.505000', '165348.508000', '165348.511000', '165348.513000', '165348.516000', '165348.519000', '165348.522000', '165348.524000', '165348.527000', '165348.530000', '165348.533000', '165348.535000', '165348.538000', '165348.540000', '165348.543000', '165348.546000', '165348.548000', '165348.551000', '165348.554000', '165348.557000', '165348.560000', '165348.562000', '165348.565000', '165348.568000', '165348.571000', '165348.573000', '165348.576000', '165348.579000', '165348.581000', '165348.584000', '165348.586000'], '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': [9226, 11502, 9114, 9546, 9824, 8295, 10824, 9139, 11171, 9674, 8379, 10626, 8683, 10994, 9137, 8211, 9608, 7747, 10605, 9025, 10977, 8824, 11259, 9302, 9782, 9372, 8266, 9931, 8777, 10666, 9054, 11322, 9648, 11407, 9562, 9339, 10108, 8283, 10510, 8771, 10818, 9433, 8558, 10131, 8847, 11012, 8827, 11417, 9097, 11097, 9459, 10388, 9590, 7811, 10796, 8392, 10778, 9568, 7911, 10451, 9088, 11074, 9242, 11153, 9594, 7751, 10713, 8812, 11704, 9680, 9786, 10419, 8573, 11101, 9243, 11380, 9597, 10318, 10478, 8043, 10227, 9015, 12421, 9579, 8338, 10002, 7798, 11082, 9888, 11074, 9710, 10561, 9462, 7851, 11153, 8531, 12184, 9551, 8398, 10726, 8746, 11152, 8862, 11090, 9120, 10652, 8526, 10809, 8793, 11560, 9263, 7933, 9718, 8038, 10689, 8252, 10975, 8882, 11110, 8865, 8258, 9701, 7859, 10118, 8160, 10233, 9169, 10824, 9108, 12530, 8805, 9020, 8913, 7792, 10266, 8502, 12142, 9262, 12629, 9490, 12135, 9556, 10836, 9965, 8167, 10466, 8429, 10626, 8834, 11522, 9211, 8619, 9897, 7796, 10177, 8147, 11994, 8992, 7816, 10230, 8334, 11778, 9415, 11425, 9302, 8328, 10450, 8501, 10554, 9396, 12183, 9121, 9289, 10221, 8654, 10808, 8655, 11028, 9035, 12769, 9360, 9555, 9792, 8742, 10668, 8695, 9935, 9057, 10671, 9115, 10900, 9234, 9082, 10196, 8513, 10656, 9741, 10985, 9300, 10955, 9867, 8680, 10623, 8922, 10886, 8988, 11755, 8944, 9700, 9614, 8977, 10800, 8441, 11019, 9095, 13102, 8793, 10172, 9466, 8019, 10334, 8366, 10875, 8429, 10909, 9173, 11278, 9880, 8645, 9980, 7799, 10913, 8456, 10606, 9093, 10936, 9078, 12529, 9629, 11622, 9335, 10619, 9684, 9452, 10249, 7938, 10630, 8114, 10496, 8924, 11026, 9186, 10892, 9834, 11696, 9834, 12560, 9774, 10011, 9968, 8386, 10275, 8153, 10625, 8177, 10933, 9862, 11239, 9243, 11182, 9199, 10580, 9810, 9000, 10137, 7795, 10608, 9042, 10900, 9712, 10816, 8811, 10640, 8773, 10577, 9108, 9381, 9924, 8217, 10698, 8896, 11038, 8744, 11062, 9248, 11207, 9712, 8672, 9717, 8555, 9415, 7988, 11144, 9411, 10560, 10716, 9010, 11250, 9260, 11422, 9717, 12313, 10479, 14557, 9611, 10386, 10083, 8597, 10720, 9435, 10938, 8504, 10733, 8355, 11087, 9218, 11113, 9814, 12604, 9374, 9284, 9821, 10796, 9875, 12415, 9441, 10237, 10249, 8516, 10169, 7930, 10615, 8590, 10536, 8894, 10559, 7961, 10558, 7892, 10723, 8421, 10539, 10116, 10066, 9761, 10585, 8741, 10256, 9324, 10222, 10913, 9884, 8940, 10483, 7678, 10352, 8963, 10853, 9707, 10951, 9179, 11308, 9522, 10959, 9687, 11069, 9993, 11082, 10071, 11118, 9745, 11026, 9623, 10929, 9431, 9479, 10175, 7803, 10759, 8972, 11089, 9004, 10822, 9673, 9761, 9768, 8290, 10372, 7884, 10543, 9267, 11097, 9164, 11261, 9292, 11070, 9878, 11621, 10070, 9661, 9950, 7686, 10565, 8589, 10678, 9563, 11508, 9807, 11735, 9477, 9202, 10188, 8455, 10922, 9329, 11034, 9443, 11276, 9727, 11238, 9841, 11594, 10006, 9923, 9951, 8593, 10024, 8037, 10786, 9327, 11105, 9014, 10914, 9614, 11931, 9873, 9010, 10094, 7967, 10138, 8092, 10660, 8661, 10589, 8876, 10990, 8954, 11121, 8992, 11133, 9409, 11066, 9414, 10980, 9300, 10840, 9294, 10748, 9520, 10729, 9187, 10951, 9076, 10772, 9201, 11428, 9866, 9074, 10061, 7582, 10483, 8287, 10262, 11205, 10135, 10929, 10195, 9775, 9882, 8920, 10207, 9586, 10211, 8111, 10756, 9318, 11189, 9029, 11076, 8969, 11306, 9926, 9664, 9591, 12018, 9644, 11247, 9405, 10790, 9311, 10663, 9092, 10898, 9134, 11318, 10139, 9061, 10057, 7477, 10466, 8202, 10934, 9860, 11521, 9075, 10848, 8528, 10027, 10005, 8797, 10916, 8959, 10910, 9496, 10798, 9833, 9874, 9842, 11130, 10527, 7592, 10724, 9262, 10920, 9727, 9004, 10313, 8223, 11012, 9003, 11120, 9558, 12218, 10278, 9199, 10246, 7602, 10706, 8306, 10474, 8305, 10971, 9776, 11136, 9538, 11470, 9514, 11145, 9839, 11730, 9759, 8631, 9982, 7759, 10542, 8428, 10947, 9805, 10982, 9281, 10621, 9848, 9701, 10773, 7689, 10667, 9409, 11484, 9761, 10847, 9964, 11061, 9593, 11172, 9521, 11129, 9736, 11272, 10106, 10167, 9703, 8864, 10173, 8733, 10355, 8061, 11003, 9772, 11346, 9229, 11254, 9423, 11015, 9719, 9865, 10479, 9368, 10641, 8151, 11162, 9186, 12422, 9785, 8148, 10495, 9490, 11103, 10202, 9749, 10291, 7865, 10886, 9514, 11054, 9646, 11671, 9662, 11174, 9749, 9007, 10386, 8470, 11009, 9497, 11397, 9516, 11284, 9637, 11054, 10440, 9139, 10103, 7902, 10579, 8476, 11091, 9588, 10285, 9576, 7140, 10837, 9707, 9626, 10363, 9357, 11355, 9139, 11906, 9836, 9713, 10092, 8063, 10990, 9540, 11091, 9292, 11258, 9905, 11177, 10062, 9592, 10237, 7495, 10724, 9139, 11396, 9207, 11819, 10003, 7910, 10075, 8101, 12070, 9529, 8968, 10258, 8375, 11079, 9007, 11253, 9462, 7697, 10416, 9414, 11700, 10247, 10373, 10175, 8359, 11355, 9207, 10984, 9716, 11310, 10285, 7588, 10373, 8980, 11165, 9507, 11227, 9907, 8721, 10617, 8397, 10828, 8848, 11213, 9719, 11800, 10129, 9314, 9965, 7800, 10506, 8495, 10669, 9219, 11302, 9905, 11107, 9755, 8836, 10256, 8222, 10683, 9461, 11325, 9013, 11139, 9578, 9387, 10114, 8032, 11082, 8662, 11319, 9511, 12082, 9767, 9779, 10373, 7597, 10596, 9362, 11026, 9391, 12324, 10149, 9424, 10245, 8110, 10920, 9310, 10979, 9711, 11256, 9596, 8245, 10395, 7988, 10713, 9241, 11379, 9278, 10388, 9249, 9424, 9503, 8290, 10674, 8451, 10877, 9068, 11023, 9487, 10423, 9681, 12793, 9883, 10519, 9619, 8356, 10105, 8331, 10322, 8249, 10367, 9419, 10739, 9109, 11137, 9355, 10801, 10020, 10289, 9791, 8845, 10063, 8786, 10771, 9323, 12281, 8994, 8258, 10715, 9534, 8131, 10180, 9708, 10639, 9623, 12838, 9652, 7868, 10125, 8364, 10417, 9431, 10713, 9286, 11023, 9219, 8534, 9894, 8553, 10243, 8566, 10208, 9446, 10799, 8997, 8797, 9588, 7970, 10253, 8432, 10879, 9374, 11578, 9068, 9619, 9583, 8241, 10071, 8919, 10700, 8560, 10531, 8815, 12274, 8865], 'WindowCenter': [4416.0, 4423.0, 4388.0, 4384.0, 4382.0, 4361.0, 4392.0, 4372.0, 4404.0, 4384.0, 4373.0, 4381.0, 4371.0, 4381.0, 4371.0, 4371.0, 4381.0, 4361.0, 4392.0, 4383.0, 4391.0, 4383.0, 4403.0, 4386.0, 4394.0, 4385.0, 4371.0, 4383.0, 4373.0, 4393.0, 4383.0, 4393.0, 4385.0, 4393.0, 4383.0, 4371.0, 4380.0, 4360.0, 4381.0, 4372.0, 4393.0, 4372.0, 4371.0, 4381.0, 4371.0, 4391.0, 4372.0, 4391.0, 4383.0, 4393.0, 4397.0, 4396.0, 4383.0, 4363.0, 4393.0, 4373.0, 4391.0, 4384.0, 4374.0, 4394.0, 4385.0, 4405.0, 4396.0, 4407.0, 4408.0, 4376.0, 4406.0, 4384.0, 4405.0, 4397.0, 4397.0, 4409.0, 4399.0, 4419.0, 4397.0, 4406.0, 4396.0, 4394.0, 4394.0, 4376.0, 4395.0, 4385.0, 4416.0, 4384.0, 4373.0, 4394.0, 4363.0, 4404.0, 4409.0, 4418.0, 4396.0, 4393.0, 4395.0, 4375.0, 4405.0, 4386.0, 4418.0, 4398.0, 4387.0, 4407.0, 4387.0, 4418.0, 4399.0, 4406.0, 4396.0, 4406.0, 4399.0, 4406.0, 4385.0, 4405.0, 4384.0, 4361.0, 4381.0, 4373.0, 4404.0, 4386.0, 4417.0, 4398.0, 4406.0, 4398.0, 4386.0, 4395.0, 4374.0, 4406.0, 4376.0, 4396.0, 4385.0, 4405.0, 4385.0, 4403.0, 4384.0, 4384.0, 4386.0, 4365.0, 4395.0, 4385.0, 4404.0, 4385.0, 4405.0, 4385.0, 4403.0, 4384.0, 4393.0, 4384.0, 4370.0, 4392.0, 4371.0, 4392.0, 4382.0, 4403.0, 4384.0, 4374.0, 4394.0, 4390.0, 4396.0, 4389.0, 4415.0, 4398.0, 4377.0, 4407.0, 4385.0, 4406.0, 4397.0, 4406.0, 4397.0, 4375.0, 4394.0, 4385.0, 4394.0, 4386.0, 4405.0, 4396.0, 4395.0, 4396.0, 4383.0, 4394.0, 4384.0, 4404.0, 4385.0, 4415.0, 4386.0, 4383.0, 4395.0, 4383.0, 4395.0, 4386.0, 4397.0, 4387.0, 4406.0, 4387.0, 4405.0, 4396.0, 4386.0, 4406.0, 4401.0, 4407.0, 4397.0, 4405.0, 4386.0, 4405.0, 4396.0, 4385.0, 4407.0, 4385.0, 4405.0, 4387.0, 4416.0, 4400.0, 4397.0, 4398.0, 4395.0, 4406.0, 4386.0, 4405.0, 4386.0, 4428.0, 4388.0, 4397.0, 4397.0, 4374.0, 4395.0, 4386.0, 4406.0, 4389.0, 4407.0, 4397.0, 4418.0, 4408.0, 4385.0, 4396.0, 4374.0, 4406.0, 4388.0, 4406.0, 4384.0, 4393.0, 4383.0, 4403.0, 4384.0, 4405.0, 4396.0, 4394.0, 4396.0, 4382.0, 4394.0, 4372.0, 4394.0, 4374.0, 4394.0, 4385.0, 4394.0, 4385.0, 4393.0, 4395.0, 4404.0, 4396.0, 4415.0, 4394.0, 4394.0, 4383.0, 4372.0, 4382.0, 4361.0, 4394.0, 4374.0, 4394.0, 4394.0, 4394.0, 4385.0, 4417.0, 4397.0, 4406.0, 4407.0, 4385.0, 4406.0, 4374.0, 4405.0, 4396.0, 4406.0, 4396.0, 4406.0, 4398.0, 4406.0, 4386.0, 4408.0, 4399.0, 4398.0, 4407.0, 4386.0, 4406.0, 4397.0, 4405.0, 4387.0, 4418.0, 4397.0, 4408.0, 4397.0, 4384.0, 4395.0, 4388.0, 4399.0, 4390.0, 4420.0, 4411.0, 4420.0, 4409.0, 4397.0, 4408.0, 4398.0, 4408.0, 4398.0, 4405.0, 4406.0, 4426.0, 4384.0, 4395.0, 4395.0, 4373.0, 4406.0, 4384.0, 4406.0, 4372.0, 4394.0, 4372.0, 4404.0, 4398.0, 4419.0, 4408.0, 4416.0, 4396.0, 4396.0, 4397.0, 4406.0, 4396.0, 4416.0, 4397.0, 4394.0, 4396.0, 4384.0, 4395.0, 4374.0, 4406.0, 4385.0, 4408.0, 4385.0, 4406.0, 4373.0, 4394.0, 4372.0, 4403.0, 4373.0, 4406.0, 4394.0, 4395.0, 4394.0, 4394.0, 4372.0, 4392.0, 4383.0, 4394.0, 4405.0, 4393.0, 4383.0, 4407.0, 4374.0, 4407.0, 4399.0, 4407.0, 4395.0, 4406.0, 4397.0, 4404.0, 4396.0, 4394.0, 4396.0, 4406.0, 4397.0, 4405.0, 4395.0, 4393.0, 4383.0, 4392.0, 4384.0, 4393.0, 4384.0, 4394.0, 4394.0, 4364.0, 4404.0, 4385.0, 4407.0, 4396.0, 4406.0, 4396.0, 4396.0, 4397.0, 4386.0, 4406.0, 4388.0, 4408.0, 4396.0, 4408.0, 4395.0, 4406.0, 4396.0, 4404.0, 4396.0, 4406.0, 4397.0, 4396.0, 4394.0, 4374.0, 4394.0, 4387.0, 4406.0, 4395.0, 4405.0, 4396.0, 4403.0, 4395.0, 4398.0, 4407.0, 4374.0, 4405.0, 4385.0, 4394.0, 4383.0, 4404.0, 4398.0, 4404.0, 4395.0, 4403.0, 4394.0, 4382.0, 4384.0, 4386.0, 4395.0, 4373.0, 4405.0, 4385.0, 4404.0, 4384.0, 4405.0, 4398.0, 4415.0, 4397.0, 4385.0, 4395.0, 4373.0, 4395.0, 4376.0, 4396.0, 4373.0, 4394.0, 4383.0, 4393.0, 4373.0, 4392.0, 4384.0, 4405.0, 4383.0, 4393.0, 4383.0, 4392.0, 4384.0, 4393.0, 4385.0, 4392.0, 4383.0, 4391.0, 4382.0, 4392.0, 4372.0, 4392.0, 4383.0, 4402.0, 4395.0, 4384.0, 4394.0, 4363.0, 4394.0, 4373.0, 4395.0, 4404.0, 4394.0, 4392.0, 4393.0, 4382.0, 4381.0, 4372.0, 4395.0, 4384.0, 4394.0, 4374.0, 4395.0, 4384.0, 4403.0, 4384.0, 4405.0, 4397.0, 4405.0, 4408.0, 4396.0, 4397.0, 4406.0, 4397.0, 4407.0, 4385.0, 4396.0, 4384.0, 4393.0, 4373.0, 4406.0, 4396.0, 4403.0, 4397.0, 4385.0, 4395.0, 4363.0, 4406.0, 4386.0, 4407.0, 4397.0, 4408.0, 4386.0, 4405.0, 4390.0, 4397.0, 4408.0, 4399.0, 4419.0, 4402.0, 4408.0, 4399.0, 4395.0, 4396.0, 4395.0, 4395.0, 4405.0, 4395.0, 4362.0, 4394.0, 4396.0, 4407.0, 4397.0, 4385.0, 4395.0, 4374.0, 4393.0, 4385.0, 4419.0, 4398.0, 4406.0, 4396.0, 4383.0, 4393.0, 4363.0, 4394.0, 4373.0, 4395.0, 4373.0, 4394.0, 4383.0, 4392.0, 4384.0, 4392.0, 4384.0, 4394.0, 4384.0, 4403.0, 4383.0, 4373.0, 4384.0, 4364.0, 4406.0, 4386.0, 4406.0, 4396.0, 4407.0, 4386.0, 4396.0, 4394.0, 4385.0, 4405.0, 4364.0, 4395.0, 4383.0, 4403.0, 4396.0, 4395.0, 4384.0, 4395.0, 4383.0, 4392.0, 4371.0, 4390.0, 4384.0, 4393.0, 4394.0, 4383.0, 4382.0, 4371.0, 4384.0, 4374.0, 4395.0, 4363.0, 4395.0, 4384.0, 4392.0, 4383.0, 4405.0, 4397.0, 4405.0, 4398.0, 4398.0, 4409.0, 4398.0, 4422.0, 4391.0, 4418.0, 4399.0, 4419.0, 4398.0, 4376.0, 4410.0, 4410.0, 4408.0, 4410.0, 4399.0, 4408.0, 4377.0, 4407.0, 4398.0, 4409.0, 4397.0, 4405.0, 4397.0, 4405.0, 4386.0, 4398.0, 4396.0, 4376.0, 4395.0, 4384.0, 4394.0, 4384.0, 4393.0, 4385.0, 4393.0, 4394.0, 4382.0, 4382.0, 4362.0, 4392.0, 4373.0, 4394.0, 4396.0, 4395.0, 4384.0, 4363.0, 4407.0, 4397.0, 4396.0, 4397.0, 4386.0, 4396.0, 4386.0, 4403.0, 4385.0, 4386.0, 4396.0, 4364.0, 4394.0, 4384.0, 4393.0, 4373.0, 4391.0, 4384.0, 4394.0, 4385.0, 4384.0, 4383.0, 4352.0, 4393.0, 4383.0, 4394.0, 4386.0, 4407.0, 4397.0, 4379.0, 4398.0, 4389.0, 4418.0, 4398.0, 4400.0, 4409.0, 4388.0, 4408.0, 4389.0, 4408.0, 4397.0, 4364.0, 4396.0, 4386.0, 4405.0, 4397.0, 4395.0, 4384.0, 4363.0, 4394.0, 4373.0, 4394.0, 4385.0, 4394.0, 4384.0, 4352.0, 4381.0, 4370.0, 4392.0, 4385.0, 4407.0, 4396.0, 4373.0, 4394.0, 4362.0, 4391.0, 4372.0, 4392.0, 4384.0, 4393.0, 4385.0, 4373.0, 4383.0, 4362.0, 4382.0, 4373.0, 4397.0, 4384.0, 4394.0, 4384.0, 4392.0, 4384.0, 4373.0, 4394.0, 4375.0, 4394.0, 4383.0, 4393.0, 4373.0, 4391.0, 4398.0, 4399.0, 4397.0, 4375.0, 4406.0, 4388.0, 4407.0, 4398.0, 4418.0, 4397.0, 4397.0, 4397.0, 4365.0, 4394.0, 4398.0, 4405.0, 4387.0, 4417.0, 4397.0, 4385.0, 4395.0, 4374.0, 4406.0, 4387.0, 4396.0, 4386.0, 4393.0, 4384.0, 4374.0, 4396.0, 4376.0, 4395.0, 4385.0, 4406.0, 4385.0, 4408.0, 4398.0, 4396.0, 4385.0, 4375.0, 4394.0, 4375.0, 4392.0, 4383.0, 4395.0, 4384.0, 4394.0, 4385.0, 4401.0, 4382.0, 4381.0, 4372.0, 4361.0, 4382.0, 4372.0, 4394.0, 4374.0, 4383.0, 4383.0, 4391.0, 4372.0, 4392.0, 4384.0, 4393.0, 4398.0, 4396.0, 4397.0, 4385.0, 4384.0, 4386.0, 4395.0, 4385.0, 4405.0, 4373.0, 4374.0, 4395.0, 4396.0, 4376.0, 4394.0, 4399.0, 4397.0, 4385.0, 4404.0, 4382.0, 4362.0, 4382.0, 4362.0, 4393.0, 4384.0, 4393.0, 4384.0, 4393.0, 4373.0, 4371.0, 4383.0, 4371.0, 4394.0, 4374.0, 4394.0, 4397.0, 4394.0, 4374.0, 4372.0, 4382.0, 4375.0, 4396.0, 4377.0, 4395.0, 4385.0, 4405.0, 4385.0, 4384.0, 4385.0, 4386.0, 4395.0, 4374.0, 4395.0, 4373.0, 4392.0, 4386.0, 4405.0, 4386.0], 'WindowWidth': [9742.0, 9748.0, 9689.0, 9677.0, 9669.0, 9642.0, 9685.0, 9656.0, 9705.0, 9680.0, 9661.0, 9669.0, 9654.0, 9667.0, 9654.0, 9654.0, 9669.0, 9643.0, 9685.0, 9673.0, 9684.0, 9675.0, 9702.0, 9683.0, 9690.0, 9679.0, 9657.0, 9673.0, 9660.0, 9688.0, 9675.0, 9688.0, 9678.0, 9687.0, 9672.0, 9655.0, 9664.0, 9638.0, 9667.0, 9657.0, 9685.0, 9658.0, 9655.0, 9667.0, 9656.0, 9683.0, 9658.0, 9681.0, 9675.0, 9688.0, 9700.0, 9698.0, 9676.0, 9650.0, 9688.0, 9661.0, 9684.0, 9677.0, 9664.0, 9693.0, 9683.0, 9711.0, 9698.0, 9714.0, 9719.0, 9670.0, 9711.0, 9681.0, 9708.0, 9700.0, 9702.0, 9721.0, 9707.0, 9734.0, 9701.0, 9711.0, 9697.0, 9694.0, 9692.0, 9671.0, 9696.0, 9681.0, 9723.0, 9679.0, 9664.0, 9691.0, 9649.0, 9705.0, 9719.0, 9732.0, 9700.0, 9693.0, 9695.0, 9667.0, 9707.0, 9686.0, 9731.0, 9704.0, 9687.0, 9713.0, 9689.0, 9734.0, 9708.0, 9714.0, 9700.0, 9714.0, 9709.0, 9715.0, 9684.0, 9710.0, 9680.0, 9644.0, 9671.0, 9663.0, 9706.0, 9687.0, 9731.0, 9707.0, 9714.0, 9704.0, 9684.0, 9696.0, 9666.0, 9714.0, 9671.0, 9698.0, 9683.0, 9711.0, 9683.0, 9705.0, 9680.0, 9678.0, 9684.0, 9654.0, 9696.0, 9681.0, 9707.0, 9682.0, 9708.0, 9682.0, 9701.0, 9678.0, 9690.0, 9677.0, 9655.0, 9685.0, 9656.0, 9684.0, 9673.0, 9702.0, 9679.0, 9664.0, 9691.0, 9696.0, 9697.0, 9697.0, 9725.0, 9704.0, 9675.0, 9714.0, 9682.0, 9710.0, 9701.0, 9714.0, 9702.0, 9668.0, 9693.0, 9680.0, 9692.0, 9683.0, 9708.0, 9701.0, 9697.0, 9699.0, 9677.0, 9693.0, 9679.0, 9707.0, 9684.0, 9723.0, 9685.0, 9677.0, 9694.0, 9678.0, 9695.0, 9685.0, 9701.0, 9688.0, 9713.0, 9688.0, 9709.0, 9698.0, 9684.0, 9714.0, 9711.0, 9717.0, 9699.0, 9710.0, 9684.0, 9710.0, 9699.0, 9684.0, 9716.0, 9683.0, 9710.0, 9688.0, 9729.0, 9712.0, 9705.0, 9704.0, 9698.0, 9712.0, 9685.0, 9710.0, 9687.0, 9744.0, 9692.0, 9701.0, 9702.0, 9666.0, 9696.0, 9684.0, 9712.0, 9694.0, 9717.0, 9704.0, 9734.0, 9718.0, 9683.0, 9697.0, 9667.0, 9712.0, 9692.0, 9713.0, 9681.0, 9692.0, 9677.0, 9704.0, 9679.0, 9709.0, 9700.0, 9695.0, 9697.0, 9675.0, 9691.0, 9659.0, 9690.0, 9669.0, 9693.0, 9682.0, 9694.0, 9680.0, 9690.0, 9694.0, 9705.0, 9698.0, 9722.0, 9693.0, 9692.0, 9675.0, 9659.0, 9673.0, 9644.0, 9691.0, 9665.0, 9692.0, 9690.0, 9692.0, 9683.0, 9731.0, 9706.0, 9711.0, 9717.0, 9682.0, 9712.0, 9668.0, 9711.0, 9700.0, 9713.0, 9701.0, 9714.0, 9706.0, 9711.0, 9688.0, 9718.0, 9709.0, 9704.0, 9718.0, 9686.0, 9713.0, 9700.0, 9710.0, 9690.0, 9732.0, 9705.0, 9719.0, 9703.0, 9680.0, 9696.0, 9691.0, 9706.0, 9696.0, 9740.0, 9730.0, 9740.0, 9723.0, 9705.0, 9718.0, 9702.0, 9718.0, 9705.0, 9710.0, 9714.0, 9738.0, 9679.0, 9693.0, 9695.0, 9665.0, 9714.0, 9680.0, 9712.0, 9659.0, 9691.0, 9660.0, 9706.0, 9707.0, 9736.0, 9723.0, 9728.0, 9702.0, 9698.0, 9701.0, 9712.0, 9701.0, 9729.0, 9701.0, 9696.0, 9698.0, 9680.0, 9695.0, 9666.0, 9711.0, 9684.0, 9718.0, 9685.0, 9713.0, 9665.0, 9693.0, 9663.0, 9705.0, 9664.0, 9713.0, 9697.0, 9696.0, 9693.0, 9693.0, 9660.0, 9688.0, 9675.0, 9694.0, 9711.0, 9691.0, 9679.0, 9714.0, 9666.0, 9714.0, 9710.0, 9717.0, 9697.0, 9713.0, 9700.0, 9707.0, 9698.0, 9692.0, 9700.0, 9715.0, 9701.0, 9709.0, 9695.0, 9689.0, 9677.0, 9688.0, 9681.0, 9692.0, 9681.0, 9695.0, 9693.0, 9653.0, 9707.0, 9683.0, 9715.0, 9703.0, 9714.0, 9702.0, 9700.0, 9701.0, 9686.0, 9713.0, 9694.0, 9718.0, 9699.0, 9720.0, 9698.0, 9711.0, 9699.0, 9708.0, 9701.0, 9714.0, 9702.0, 9697.0, 9694.0, 9667.0, 9694.0, 9689.0, 9714.0, 9696.0, 9713.0, 9698.0, 9704.0, 9696.0, 9704.0, 9715.0, 9667.0, 9711.0, 9682.0, 9694.0, 9678.0, 9707.0, 9707.0, 9708.0, 9695.0, 9704.0, 9693.0, 9674.0, 9679.0, 9688.0, 9698.0, 9665.0, 9710.0, 9681.0, 9706.0, 9680.0, 9709.0, 9706.0, 9726.0, 9703.0, 9685.0, 9697.0, 9664.0, 9695.0, 9672.0, 9699.0, 9665.0, 9696.0, 9676.0, 9689.0, 9662.0, 9686.0, 9682.0, 9708.0, 9678.0, 9691.0, 9678.0, 9687.0, 9678.0, 9690.0, 9683.0, 9688.0, 9675.0, 9685.0, 9673.0, 9685.0, 9660.0, 9689.0, 9679.0, 9702.0, 9694.0, 9679.0, 9693.0, 9650.0, 9693.0, 9663.0, 9696.0, 9707.0, 9692.0, 9687.0, 9689.0, 9672.0, 9671.0, 9659.0, 9695.0, 9678.0, 9692.0, 9664.0, 9694.0, 9679.0, 9703.0, 9681.0, 9713.0, 9704.0, 9713.0, 9721.0, 9700.0, 9703.0, 9713.0, 9701.0, 9717.0, 9684.0, 9698.0, 9678.0, 9688.0, 9662.0, 9711.0, 9698.0, 9704.0, 9703.0, 9682.0, 9696.0, 9652.0, 9713.0, 9689.0, 9716.0, 9702.0, 9717.0, 9685.0, 9707.0, 9694.0, 9700.0, 9718.0, 9707.0, 9737.0, 9716.0, 9718.0, 9705.0, 9696.0, 9698.0, 9695.0, 9695.0, 9707.0, 9695.0, 9647.0, 9690.0, 9699.0, 9715.0, 9700.0, 9683.0, 9695.0, 9664.0, 9689.0, 9683.0, 9734.0, 9704.0, 9713.0, 9699.0, 9677.0, 9690.0, 9648.0, 9692.0, 9665.0, 9694.0, 9661.0, 9691.0, 9674.0, 9686.0, 9676.0, 9686.0, 9678.0, 9691.0, 9679.0, 9703.0, 9676.0, 9663.0, 9678.0, 9652.0, 9712.0, 9685.0, 9713.0, 9699.0, 9714.0, 9684.0, 9696.0, 9692.0, 9680.0, 9710.0, 9651.0, 9692.0, 9676.0, 9703.0, 9696.0, 9696.0, 9678.0, 9694.0, 9674.0, 9684.0, 9655.0, 9679.0, 9679.0, 9689.0, 9691.0, 9674.0, 9673.0, 9657.0, 9676.0, 9664.0, 9695.0, 9650.0, 9693.0, 9677.0, 9688.0, 9675.0, 9708.0, 9700.0, 9710.0, 9704.0, 9705.0, 9719.0, 9703.0, 9743.0, 9700.0, 9732.0, 9706.0, 9735.0, 9702.0, 9671.0, 9723.0, 9725.0, 9718.0, 9723.0, 9705.0, 9715.0, 9673.0, 9714.0, 9705.0, 9718.0, 9700.0, 9710.0, 9699.0, 9708.0, 9682.0, 9704.0, 9698.0, 9669.0, 9695.0, 9677.0, 9691.0, 9675.0, 9689.0, 9682.0, 9688.0, 9691.0, 9672.0, 9673.0, 9645.0, 9685.0, 9663.0, 9692.0, 9699.0, 9694.0, 9678.0, 9649.0, 9712.0, 9700.0, 9697.0, 9701.0, 9683.0, 9695.0, 9680.0, 9703.0, 9680.0, 9682.0, 9695.0, 9650.0, 9691.0, 9675.0, 9685.0, 9660.0, 9681.0, 9677.0, 9692.0, 9679.0, 9675.0, 9672.0, 9629.0, 9685.0, 9674.0, 9689.0, 9683.0, 9713.0, 9700.0, 9678.0, 9703.0, 9692.0, 9730.0, 9705.0, 9710.0, 9718.0, 9689.0, 9720.0, 9691.0, 9716.0, 9699.0, 9652.0, 9696.0, 9682.0, 9709.0, 9701.0, 9693.0, 9675.0, 9647.0, 9688.0, 9660.0, 9692.0, 9681.0, 9690.0, 9675.0, 9629.0, 9668.0, 9653.0, 9682.0, 9679.0, 9716.0, 9697.0, 9661.0, 9688.0, 9642.0, 9681.0, 9657.0, 9685.0, 9678.0, 9689.0, 9680.0, 9661.0, 9674.0, 9642.0, 9671.0, 9661.0, 9698.0, 9678.0, 9691.0, 9676.0, 9684.0, 9676.0, 9660.0, 9694.0, 9666.0, 9691.0, 9674.0, 9686.0, 9659.0, 9683.0, 9702.0, 9707.0, 9701.0, 9668.0, 9709.0, 9689.0, 9712.0, 9702.0, 9731.0, 9701.0, 9699.0, 9700.0, 9653.0, 9691.0, 9702.0, 9710.0, 9685.0, 9726.0, 9699.0, 9678.0, 9691.0, 9663.0, 9710.0, 9686.0, 9695.0, 9682.0, 9688.0, 9676.0, 9663.0, 9697.0, 9669.0, 9695.0, 9680.0, 9708.0, 9681.0, 9718.0, 9704.0, 9697.0, 9682.0, 9667.0, 9693.0, 9667.0, 9687.0, 9676.0, 9694.0, 9679.0, 9693.0, 9679.0, 9698.0, 9672.0, 9667.0, 9656.0, 9641.0, 9671.0, 9658.0, 9692.0, 9663.0, 9676.0, 9672.0, 9683.0, 9658.0, 9684.0, 9677.0, 9689.0, 9703.0, 9697.0, 9700.0, 9679.0, 9678.0, 9684.0, 9694.0, 9682.0, 9707.0, 9661.0, 9663.0, 9693.0, 9699.0, 9670.0, 9693.0, 9706.0, 9702.0, 9681.0, 9703.0, 9671.0, 9643.0, 9671.0, 9643.0, 9688.0, 9678.0, 9689.0, 9676.0, 9687.0, 9661.0, 9656.0, 9674.0, 9656.0, 9691.0, 9665.0, 9691.0, 9699.0, 9692.0, 9664.0, 9658.0, 9672.0, 9667.0, 9699.0, 9673.0, 9694.0, 9682.0, 9707.0, 9679.0, 9677.0, 9682.0, 9683.0, 9695.0, 9665.0, 9692.0, 9661.0, 9685.0, 9683.0, 9708.0, 9686.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.0010195281933256617</td></tr>
<tr><td colspan=3>aqi</td><td>0.017642713924050632</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.41379689065672</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2889111460599099</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014779273317972</td></tr>
<tr><td colspan=3>efc</td><td>0.4939</td></tr>
<tr><td colspan=3>fber</td><td>6387.0732</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08865105047099886</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.602991944764097</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.346557542399531</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.246442128258828</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.545667575670192</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2475629232695735</td></tr>
<tr><td colspan=3>gcor</td><td>0.0080941</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00887654535472393</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02888142317533493</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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>4.265392017199489</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.2053</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5188</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.0207</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291704.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.3062</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2379</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.9277</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3569.664</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3729.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1486.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.2404</td></tr>
<tr><td colspan=3>tsnr</td><td>46.46247447177302</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>