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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-04/func/sub-0093_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d177e5ac53f40570d08b0e8aad4aeafe</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:20:7.625000</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.999881, -0.0103992, 0.0113549, 0.00698058, 0.963479, 0.267693]</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.259</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.102831</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4243, -7849, -7180, 377, -76, -244, 21, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.861</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c6f56bd-3b11-437f-afdc-ee9ce074e25c||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.6826088428497314, 0.018728386610746384, 0.037054918706417084, 110.93649291992188], [0.027900254353880882, 2.5849432945251465, 0.7224722504615784, -104.45073699951172], [0.03046449087560177, -0.7182015776634216, 2.601280689239502, -17.939254760742188], [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': ['162007.625000', '162008.085000', '162008.545000', '162009.005000', '162009.465000', '162009.925000', '162010.385000', '162010.845000', '162011.305000', '162011.765000', '162012.225000', '162012.685000', '162013.145000', '162013.605000', '162014.065000', '162014.525000', '162014.985000', '162015.445000', '162015.905000', '162016.365000', '162016.825000', '162017.285000', '162017.745000', '162018.205000', '162018.665000', '162019.125000', '162019.585000', '162020.045000', '162020.505000', '162020.965000', '162021.425000', '162021.885000', '162022.345000', '162022.805000', '162023.265000', '162023.725000', '162024.185000', '162024.645000', '162025.105000', '162025.565000', '162026.025000', '162026.485000', '162026.945000', '162027.405000', '162027.865000', '162028.325000', '162028.785000', '162029.245000', '162029.705000', '162030.165000', '162030.625000', '162031.085000', '162031.545000', '162032.005000', '162032.465000', '162032.925000', '162033.385000', '162033.845000', '162034.305000', '162034.765000', '162035.225000', '162035.685000', '162036.145000', '162036.605000', '162037.065000', '162037.525000', '162037.985000', '162038.445000', '162038.905000', '162039.365000', '162039.825000', '162040.285000', '162040.745000', '162041.205000', '162041.665000', '162042.125000', '162042.585000', '162043.045000', '162043.505000', '162043.965000', '162044.425000', '162044.885000', '162045.345000', '162045.805000', '162046.265000', '162046.725000', '162047.185000', '162047.645000', '162048.105000', '162048.565000', '162049.025000', '162049.485000', '162049.945000', '162050.405000', '162050.865000', '162051.325000', '162051.785000', '162052.245000', '162052.705000', '162053.165000', '162053.625000', '162054.085000', '162054.545000', '162055.005000', '162055.465000', '162055.925000', '162056.385000', '162056.845000', '162057.305000', '162057.765000', '162058.225000', '162058.685000', '162059.145000', '162059.605000', '162100.065000', '162100.525000', '162100.985000', '162101.445000', '162101.905000', '162102.365000', '162102.825000', '162103.285000', '162103.745000', '162104.205000', '162104.665000', '162105.125000', '162105.585000', '162106.045000', '162106.505000', '162106.965000', '162107.425000', '162107.885000', '162108.345000', '162108.805000', '162109.265000', '162109.725000', '162110.185000', '162110.645000', '162111.105000', '162111.565000', '162112.025000', '162112.485000', '162112.945000', '162113.405000', '162113.865000', '162114.325000', '162114.785000', '162115.245000', '162115.705000', '162116.165000', '162116.625000', '162117.085000', '162117.545000', '162118.005000', '162118.465000', '162118.925000', '162119.385000', '162119.845000', '162120.305000', '162120.765000', '162121.225000', '162121.685000', '162122.145000', '162122.605000', '162123.065000', '162123.525000', '162123.985000', '162124.445000', '162124.905000', '162125.365000', '162125.825000', '162126.285000', '162126.745000', '162127.205000', '162127.665000', '162128.125000', '162128.585000', '162129.045000', '162129.505000', '162129.965000', '162130.425000', '162130.885000', '162131.345000', '162131.805000', '162132.265000', '162132.725000', '162133.185000', '162133.645000', '162134.105000', '162134.565000', '162135.025000', '162135.485000', '162135.945000', '162136.405000', '162136.865000', '162137.325000', '162137.785000', '162138.245000', '162138.705000', '162139.165000', '162139.625000', '162140.085000', '162140.545000', '162141.005000', '162141.465000', '162141.925000', '162142.385000', '162142.845000', '162143.305000', '162143.765000', '162144.225000', '162144.685000', '162145.145000', '162145.605000', '162146.065000', '162146.525000', '162146.985000', '162147.445000', '162147.905000', '162148.365000', '162148.825000', '162149.285000', '162149.745000', '162150.205000', '162150.665000', '162151.125000', '162151.585000', '162152.045000', '162152.505000', '162152.965000', '162153.425000', '162153.885000', '162154.345000', '162154.805000', '162155.265000', '162155.725000', '162156.185000', '162156.645000', '162157.105000', '162157.565000', '162158.025000', '162158.485000', '162158.945000', '162159.405000', '162159.865000', '162200.325000', '162200.785000', '162201.245000', '162201.705000', '162202.165000', '162202.625000', '162203.085000', '162203.545000', '162204.005000', '162204.465000', '162204.925000', '162205.385000', '162205.845000', '162206.305000', '162206.765000', '162207.225000', '162207.685000', '162208.145000', '162208.605000', '162209.065000', '162209.525000', '162209.985000', '162210.445000', '162210.905000', '162211.365000', '162211.825000', '162212.285000', '162212.745000', '162213.205000', '162213.665000', '162214.125000', '162214.585000', '162215.045000', '162215.505000', '162215.965000', '162216.425000', '162216.885000', '162217.345000', '162217.805000', '162218.265000', '162218.725000', '162219.185000', '162219.645000', '162220.105000', '162220.565000', '162221.025000', '162221.485000', '162221.945000', '162222.405000', '162222.865000', '162223.325000', '162223.785000', '162224.245000', '162224.705000', '162225.165000', '162225.625000', '162226.085000', '162226.545000', '162227.005000', '162227.465000', '162227.925000', '162228.385000', '162228.845000', '162229.305000', '162229.765000', '162230.225000', '162230.685000', '162231.145000', '162231.605000', '162232.065000', '162232.525000', '162232.985000', '162233.445000', '162233.905000', '162234.365000', '162234.825000', '162235.285000', '162235.745000', '162236.205000', '162236.665000', '162237.125000', '162237.585000', '162238.045000', '162238.505000', '162238.965000', '162239.425000', '162239.885000', '162240.345000', '162240.805000', '162241.265000', '162241.725000', '162242.185000', '162242.645000', '162243.105000', '162243.565000', '162244.025000', '162244.485000', '162244.945000', '162245.405000', '162245.865000', '162246.325000', '162246.785000', '162247.245000', '162247.705000', '162248.165000', '162248.625000', '162249.085000', '162249.545000', '162250.005000', '162250.465000', '162250.925000', '162251.385000', '162251.845000', '162252.305000', '162252.765000', '162253.225000', '162253.685000', '162254.145000', '162254.605000', '162255.065000', '162255.525000', '162255.985000', '162256.445000', '162256.905000', '162257.365000', '162257.825000', '162258.285000', '162258.745000', '162259.205000', '162259.665000', '162300.125000', '162300.585000', '162301.045000', '162301.505000', '162301.965000', '162302.425000', '162302.885000', '162303.345000', '162303.805000', '162304.265000', '162304.725000', '162305.185000', '162305.645000', '162306.105000', '162306.565000', '162307.025000', '162307.485000', '162307.945000', '162308.405000', '162308.865000', '162309.325000', '162309.785000', '162310.245000', '162310.705000', '162311.165000', '162311.625000', '162312.085000', '162312.545000', '162313.005000', '162313.465000', '162313.925000', '162314.385000', '162314.845000', '162315.305000', '162315.765000', '162316.225000', '162316.685000', '162317.145000', '162317.605000', '162318.065000', '162318.525000', '162318.985000', '162319.445000', '162319.905000', '162320.365000', '162320.825000', '162321.285000', '162321.745000', '162322.205000', '162322.665000', '162323.125000', '162323.585000', '162324.045000', '162324.505000', '162324.965000', '162325.425000', '162325.885000', '162326.345000', '162326.805000', '162327.265000', '162327.725000', '162328.185000', '162328.645000', '162329.105000', '162329.565000', '162330.025000', '162330.485000', '162330.945000', '162331.405000', '162331.865000', '162332.325000', '162332.785000', '162333.245000', '162333.705000', '162334.165000', '162334.625000', '162335.085000', '162335.545000', '162336.005000', '162336.465000', '162336.925000', '162337.385000', '162337.845000', '162338.305000', '162338.765000', '162339.225000', '162339.685000', '162340.145000', '162340.605000', '162341.065000', '162341.525000', '162341.985000', '162342.445000', '162342.905000', '162343.365000', '162343.825000', '162344.285000', '162344.745000', '162345.205000', '162345.665000', '162346.125000', '162346.585000', '162347.045000', '162347.505000', '162347.965000', '162348.425000', '162348.885000', '162349.345000', '162349.805000', '162350.265000', '162350.725000', '162351.185000', '162351.645000', '162352.105000', '162352.565000', '162353.025000', '162353.485000', '162353.945000', '162354.405000', '162354.865000', '162355.325000', '162355.785000', '162356.245000', '162356.705000', '162357.165000', '162357.625000', '162358.085000', '162358.545000', '162359.005000', '162359.465000', '162359.925000', '162400.385000', '162400.845000', '162401.305000', '162401.765000', '162402.225000', '162402.685000', '162403.145000', '162403.605000', '162404.065000', '162404.525000', '162404.985000', '162405.445000', '162405.905000', '162406.365000', '162406.825000', '162407.285000', '162407.745000', '162408.205000', '162408.665000', '162409.125000', '162409.585000', '162410.045000', '162410.505000', '162410.965000', '162411.425000', '162411.885000', '162412.345000', '162412.805000', '162413.265000', '162413.725000', '162414.185000', '162414.645000', '162415.105000', '162415.565000', '162416.025000', '162416.485000', '162416.945000', '162417.405000', '162417.865000', '162418.325000', '162418.785000', '162419.245000', '162419.705000', '162420.165000', '162420.625000', '162421.085000', '162421.545000', '162422.005000', '162422.465000', '162422.925000', '162423.385000', '162423.845000', '162424.305000', '162424.765000', '162425.225000', '162425.685000', '162426.145000', '162426.605000', '162427.065000', '162427.525000', '162427.985000', '162428.445000', '162428.905000', '162429.365000', '162429.825000', '162430.285000', '162430.745000', '162431.205000', '162431.665000', '162432.125000', '162432.585000', '162433.045000', '162433.505000', '162433.965000', '162434.425000', '162434.885000', '162435.345000', '162435.805000', '162436.265000', '162436.725000', '162437.185000', '162437.645000', '162438.105000', '162438.565000', '162439.025000', '162439.485000', '162439.945000', '162440.405000', '162440.865000', '162441.325000', '162441.785000', '162442.245000', '162442.705000', '162443.165000', '162443.625000', '162444.085000', '162444.545000', '162445.005000', '162445.465000', '162445.925000', '162446.385000', '162446.845000', '162447.305000', '162447.765000', '162448.225000', '162448.685000', '162449.145000', '162449.605000', '162450.065000', '162450.525000', '162450.985000', '162451.445000', '162451.905000', '162452.365000', '162452.825000', '162453.285000', '162453.745000', '162454.205000', '162454.665000', '162455.125000', '162455.585000', '162456.045000', '162456.505000', '162456.965000', '162457.425000', '162457.885000', '162458.345000', '162458.805000', '162459.265000', '162459.725000', '162500.185000', '162500.645000', '162501.105000', '162501.565000', '162502.025000', '162502.485000', '162502.945000', '162503.405000', '162503.865000', '162504.325000', '162504.785000', '162505.245000', '162505.705000', '162506.165000', '162506.625000', '162507.085000', '162507.545000', '162508.005000', '162508.465000', '162508.925000', '162509.385000', '162509.845000', '162510.305000', '162510.765000', '162511.225000', '162511.685000', '162512.145000', '162512.605000', '162513.065000', '162513.525000', '162513.985000', '162514.445000', '162514.905000', '162515.365000', '162515.825000', '162516.285000', '162516.745000', '162517.205000', '162517.665000', '162518.125000', '162518.585000', '162519.045000', '162519.505000', '162519.965000', '162520.425000', '162520.885000', '162521.345000', '162521.805000', '162522.265000', '162522.725000', '162523.185000', '162523.645000', '162524.105000', '162524.565000', '162525.025000', '162525.485000', '162525.945000', '162526.405000', '162526.865000', '162527.325000', '162527.785000', '162528.245000', '162528.705000', '162529.165000', '162529.625000', '162530.085000', '162530.545000', '162531.005000', '162531.465000', '162531.925000', '162532.385000', '162532.845000', '162533.305000', '162533.765000', '162534.225000', '162534.685000', '162535.145000', '162535.605000', '162536.065000', '162536.525000', '162536.985000', '162537.445000', '162537.905000', '162538.365000', '162538.825000', '162539.285000', '162539.745000', '162540.205000', '162540.665000', '162541.125000', '162541.585000', '162542.045000', '162542.505000', '162542.965000', '162543.425000', '162543.885000', '162544.345000', '162544.805000', '162545.265000', '162545.725000', '162546.185000', '162546.645000', '162547.105000', '162547.565000', '162548.025000', '162548.485000', '162548.945000', '162549.405000', '162549.865000', '162550.325000', '162550.785000', '162551.245000', '162551.705000', '162552.165000', '162552.625000', '162553.085000', '162553.545000', '162554.005000', '162554.465000', '162554.925000', '162555.385000', '162555.845000', '162556.305000', '162556.765000', '162557.225000', '162557.685000', '162558.145000', '162558.605000', '162559.065000', '162559.525000', '162559.985000', '162600.445000', '162600.905000', '162601.365000', '162601.825000', '162602.285000', '162602.745000', '162603.205000', '162603.665000', '162604.125000', '162604.585000', '162605.045000', '162605.505000', '162605.965000', '162606.425000', '162606.885000', '162607.345000', '162607.805000', '162608.265000', '162608.725000', '162609.185000', '162609.645000', '162610.105000', '162610.565000', '162611.025000', '162611.485000', '162611.945000', '162612.405000', '162612.865000', '162613.325000', '162613.785000', '162614.245000', '162614.705000', '162615.165000', '162615.625000', '162616.085000', '162616.545000', '162617.005000', '162617.465000', '162617.925000', '162618.385000', '162618.845000', '162619.305000', '162619.765000', '162620.225000', '162620.685000', '162621.145000', '162621.605000', '162622.065000', '162622.525000', '162622.985000', '162623.445000', '162623.905000', '162624.365000', '162624.825000', '162625.285000', '162625.745000', '162626.205000', '162626.665000', '162627.125000', '162627.585000', '162628.045000', '162628.505000', '162628.965000', '162629.425000', '162629.885000', '162630.345000', '162630.805000', '162631.265000', '162631.725000', '162632.185000', '162632.645000', '162633.105000', '162633.565000', '162634.025000', '162634.485000', '162634.945000', '162635.405000', '162635.865000', '162636.325000', '162636.785000', '162637.245000', '162637.705000', '162638.165000', '162638.625000', '162639.085000', '162639.545000', '162640.005000', '162640.465000', '162640.925000', '162641.385000', '162641.845000', '162642.305000', '162642.765000', '162643.225000', '162643.685000', '162644.145000', '162644.605000', '162645.065000', '162645.525000', '162645.985000', '162646.445000', '162646.905000', '162647.365000', '162647.825000', '162648.285000'], 'ContentTime': ['162031.711000', '162031.714000', '162031.717000', '162031.720000', '162031.723000', '162031.726000', '162031.728000', '162031.731000', '162031.733000', '162031.736000', '162031.739000', '162031.741000', '162031.744000', '162031.747000', '162031.749000', '162031.752000', '162031.754000', '162031.757000', '162031.760000', '162031.762000', '162031.765000', '162031.767000', '162031.770000', '162031.773000', '162031.775000', '162031.778000', '162031.781000', '162031.783000', '162031.786000', '162031.789000', '162031.791000', '162031.794000', '162031.797000', '162031.799000', '162031.802000', '162031.804000', '162031.807000', '162031.809000', '162031.812000', '162031.815000', '162031.817000', '162031.820000', '162031.822000', '162031.829000', '162031.832000', '162031.842000', '162031.844000', '162031.847000', '162031.849000', '162031.852000', '162031.855000', '162051.687000', '162051.690000', '162051.692000', '162051.695000', '162051.697000', '162051.700000', '162051.703000', '162051.705000', '162051.708000', '162051.710000', '162051.713000', '162051.716000', '162051.718000', '162051.721000', '162051.723000', '162051.726000', '162051.734000', '162051.737000', '162051.739000', '162051.742000', '162051.745000', '162051.747000', '162051.750000', '162051.752000', '162051.755000', '162051.758000', '162051.760000', '162051.763000', '162051.775000', '162051.778000', '162051.781000', '162051.783000', '162051.786000', '162051.788000', '162051.791000', '162051.794000', '162051.796000', '162051.799000', '162051.802000', '162051.804000', '162051.807000', '162051.809000', '162051.812000', '162111.686000', '162111.689000', '162111.692000', '162111.695000', '162111.698000', '162111.700000', '162111.703000', '162111.706000', '162111.709000', '162111.712000', '162111.715000', '162111.718000', '162111.720000', '162111.723000', '162111.734000', '162111.737000', '162111.740000', '162111.742000', '162111.745000', '162111.748000', '162111.750000', '162111.753000', '162111.757000', '162111.759000', '162111.762000', '162111.764000', '162111.767000', '162111.770000', '162111.772000', '162111.775000', '162111.778000', '162111.780000', '162111.783000', '162111.786000', '162111.788000', '162111.791000', '162111.793000', '162111.796000', '162111.799000', '162111.801000', '162111.804000', '162111.806000', '162111.809000', '162131.685000', '162131.689000', '162131.692000', '162131.694000', '162131.697000', '162131.699000', '162131.702000', '162131.705000', '162131.707000', '162131.710000', '162131.713000', '162131.718000', '162131.720000', '162131.723000', '162131.726000', '162131.728000', '162131.731000', '162131.733000', '162131.736000', '162131.738000', '162131.741000', '162131.744000', '162131.746000', '162131.749000', '162131.751000', '162131.754000', '162131.757000', '162131.759000', '162131.762000', '162131.764000', '162131.767000', '162131.770000', '162131.782000', '162131.784000', '162131.787000', '162131.790000', '162131.792000', '162131.795000', '162131.797000', '162131.800000', '162131.802000', '162131.805000', '162131.808000', '162131.810000', '162151.685000', '162151.688000', '162151.691000', '162151.694000', '162151.696000', '162151.699000', '162151.701000', '162151.704000', '162151.707000', '162151.709000', '162151.712000', '162151.714000', '162151.717000', '162151.720000', '162151.722000', '162151.725000', '162151.727000', '162151.740000', '162151.744000', '162151.747000', '162151.749000', '162151.752000', '162151.755000', '162151.757000', '162151.760000', '162151.763000', '162151.765000', '162151.768000', '162151.770000', '162151.773000', '162151.776000', '162151.778000', '162151.781000', '162151.784000', '162151.786000', '162151.789000', '162151.791000', '162151.794000', '162151.796000', '162151.799000', '162151.802000', '162151.804000', '162151.807000', '162211.687000', '162211.690000', '162211.692000', '162211.695000', '162211.698000', '162211.700000', '162211.703000', '162211.706000', '162211.708000', '162211.711000', '162211.713000', '162211.716000', '162211.719000', '162211.721000', '162211.724000', '162211.726000', '162211.729000', '162211.735000', '162211.738000', '162211.740000', '162211.743000', '162211.745000', '162211.748000', '162211.750000', '162211.753000', '162211.756000', '162211.758000', '162211.761000', '162211.764000', '162211.766000', '162211.769000', '162211.771000', '162211.774000', '162211.777000', '162211.779000', '162211.782000', '162211.785000', '162211.787000', '162211.790000', '162211.792000', '162211.795000', '162211.798000', '162211.800000', '162211.803000', '162231.686000', '162231.689000', '162231.692000', '162231.695000', '162231.697000', '162231.700000', '162231.702000', '162231.705000', '162231.708000', '162231.710000', '162231.713000', '162231.716000', '162231.718000', '162231.721000', '162231.723000', '162231.726000', '162231.729000', '162231.731000', '162231.734000', '162231.736000', '162231.739000', '162231.742000', '162231.745000', '162231.748000', '162231.751000', '162231.754000', '162231.757000', '162231.759000', '162231.762000', '162231.765000', '162231.767000', '162231.770000', '162231.773000', '162231.775000', '162231.778000', '162231.780000', '162231.783000', '162231.786000', '162231.788000', '162231.791000', '162231.793000', '162231.797000', '162231.800000', '162251.687000', '162251.689000', '162251.692000', '162251.695000', '162251.698000', '162251.700000', '162251.703000', '162251.705000', '162251.708000', '162251.711000', '162251.713000', '162251.716000', '162251.725000', '162251.728000', '162251.731000', '162251.733000', '162251.736000', '162251.739000', '162251.741000', '162251.744000', '162251.746000', '162251.749000', '162251.751000', '162251.754000', '162251.757000', '162251.759000', '162251.762000', '162251.765000', '162251.767000', '162251.770000', '162251.772000', '162251.775000', '162251.778000', '162251.780000', '162251.783000', '162251.785000', '162251.788000', '162251.791000', '162251.793000', '162251.796000', '162251.798000', '162251.801000', '162251.804000', '162251.806000', '162311.686000', '162311.689000', '162311.692000', '162311.695000', '162311.697000', '162311.700000', '162311.703000', '162311.705000', '162311.708000', '162311.711000', '162311.713000', '162311.716000', '162311.718000', '162311.721000', '162311.724000', '162311.726000', '162311.729000', '162311.731000', '162311.734000', '162311.737000', '162311.739000', '162311.742000', '162311.744000', '162311.747000', '162311.750000', '162311.752000', '162311.755000', '162311.765000', '162311.768000', '162311.771000', '162311.774000', '162311.776000', '162311.779000', '162311.781000', '162311.784000', '162311.786000', '162311.789000', '162311.792000', '162311.794000', '162311.797000', '162311.799000', '162311.802000', '162311.804000', '162331.686000', '162331.689000', '162331.692000', '162331.695000', '162331.697000', '162331.700000', '162331.703000', '162331.705000', '162331.708000', '162331.711000', '162331.713000', '162331.716000', '162331.719000', '162331.721000', '162331.724000', '162331.726000', '162331.729000', '162331.732000', '162331.734000', '162331.737000', '162331.739000', '162331.749000', '162331.752000', '162331.755000', '162331.757000', '162331.760000', '162331.762000', '162331.765000', '162331.768000', '162331.770000', '162331.778000', '162331.781000', '162331.783000', '162331.786000', '162331.789000', '162331.791000', '162331.794000', '162331.796000', '162331.799000', '162331.801000', '162331.804000', '162331.807000', '162331.809000', '162331.812000', '162351.686000', '162351.689000', '162351.691000', '162351.694000', '162351.697000', '162351.699000', '162351.702000', '162351.705000', '162351.707000', '162351.710000', '162351.712000', '162351.715000', '162351.718000', '162351.720000', '162351.723000', '162351.725000', '162351.728000', '162351.731000', '162351.733000', '162351.736000', '162351.739000', '162351.741000', '162351.744000', '162351.746000', '162351.749000', '162351.752000', '162351.754000', '162351.757000', '162351.760000', '162351.762000', '162351.765000', '162351.767000', '162351.770000', '162351.773000', '162351.775000', '162351.778000', '162351.781000', '162351.784000', '162351.786000', '162351.789000', '162351.792000', '162351.795000', '162351.798000', '162411.685000', '162411.688000', '162411.691000', '162411.694000', '162411.696000', '162411.699000', '162411.702000', '162411.705000', '162411.707000', '162411.710000', '162411.712000', '162411.715000', '162411.718000', '162411.720000', '162411.723000', '162411.725000', '162411.728000', '162411.731000', '162411.733000', '162411.736000', '162411.739000', '162411.741000', '162411.744000', '162411.746000', '162411.749000', '162411.752000', '162411.754000', '162411.757000', '162411.760000', '162411.762000', '162411.765000', '162411.767000', '162411.770000', '162411.773000', '162411.775000', '162411.778000', '162411.780000', '162411.783000', '162411.786000', '162411.788000', '162411.791000', '162411.794000', '162411.796000', '162411.799000', '162431.686000', '162431.689000', '162431.692000', '162431.694000', '162431.697000', '162431.700000', '162431.702000', '162431.705000', '162431.708000', '162431.710000', '162431.713000', '162431.715000', '162431.718000', '162431.721000', '162431.723000', '162431.726000', '162431.728000', '162431.731000', '162431.733000', '162431.736000', '162431.739000', '162431.741000', '162431.744000', '162431.747000', '162431.749000', '162431.752000', '162431.754000', '162431.757000', '162431.760000', '162431.762000', '162431.765000', '162431.768000', '162431.770000', '162431.773000', '162431.775000', '162431.778000', '162431.781000', '162431.783000', '162431.786000', '162431.788000', '162431.791000', '162431.794000', '162431.796000', '162451.686000', '162451.690000', '162451.692000', '162451.695000', '162451.698000', '162451.700000', '162451.703000', '162451.705000', '162451.708000', '162451.723000', '162451.725000', '162451.728000', '162451.730000', '162451.733000', '162451.736000', '162451.738000', '162451.741000', '162451.743000', '162451.746000', '162451.749000', '162451.751000', '162451.754000', '162451.756000', '162451.759000', '162451.762000', '162451.764000', '162451.767000', '162451.770000', '162451.772000', '162451.775000', '162451.777000', '162451.780000', '162451.783000', '162451.785000', '162451.788000', '162451.790000', '162451.793000', '162451.796000', '162451.798000', '162451.801000', '162451.804000', '162451.806000', '162451.809000', '162451.811000', '162511.686000', '162511.689000', '162511.692000', '162511.695000', '162511.697000', '162511.700000', '162511.703000', '162511.705000', '162511.708000', '162511.710000', '162511.713000', '162511.716000', '162511.718000', '162511.721000', '162511.724000', '162511.726000', '162511.729000', '162511.731000', '162511.734000', '162511.736000', '162511.739000', '162511.742000', '162511.744000', '162511.747000', '162511.750000', '162511.752000', '162511.755000', '162511.757000', '162511.760000', '162511.762000', '162511.765000', '162511.768000', '162511.770000', '162511.773000', '162511.776000', '162511.778000', '162511.781000', '162511.783000', '162511.786000', '162511.789000', '162511.791000', '162511.794000', '162511.797000', '162531.687000', '162531.689000', '162531.692000', '162531.695000', '162531.697000', '162531.700000', '162531.703000', '162531.705000', '162531.708000', '162531.711000', '162531.713000', '162531.716000', '162531.718000', '162531.721000', '162531.724000', '162531.726000', '162531.729000', '162531.731000', '162531.734000', '162531.737000', '162531.739000', '162531.742000', '162531.744000', '162531.747000', '162531.750000', '162531.752000', '162531.755000', '162531.758000', '162531.760000', '162531.763000', '162531.765000', '162531.768000', '162531.770000', '162531.773000', '162531.776000', '162531.778000', '162531.781000', '162531.784000', '162531.786000', '162531.789000', '162531.792000', '162531.794000', '162531.797000', '162531.799000', '162551.686000', '162551.689000', '162551.692000', '162551.695000', '162551.697000', '162551.700000', '162551.703000', '162551.705000', '162551.708000', '162551.710000', '162551.715000', '162551.717000', '162551.720000', '162551.723000', '162551.725000', '162551.728000', '162551.730000', '162551.733000', '162551.736000', '162551.738000', '162551.741000', '162551.744000', '162551.746000', '162551.749000', '162551.751000', '162551.754000', '162551.757000', '162551.759000', '162551.762000', '162551.765000', '162551.767000', '162551.770000', '162551.772000', '162551.775000', '162551.778000', '162551.780000', '162551.783000', '162551.786000', '162551.788000', '162551.791000', '162551.793000', '162551.796000', '162551.799000', '162611.685000', '162611.688000', '162611.691000', '162611.694000', '162611.696000', '162611.699000', '162611.702000', '162611.704000', '162611.707000', '162611.709000', '162611.712000', '162611.715000', '162611.717000', '162611.720000', '162611.723000', '162611.725000', '162611.728000', '162611.730000', '162611.733000', '162611.736000', '162611.751000', '162611.753000', '162611.756000', '162611.758000', '162611.761000', '162611.764000', '162611.766000', '162611.769000', '162611.771000', '162611.774000', '162611.777000', '162611.779000', '162611.782000', '162611.784000', '162611.787000', '162611.790000', '162611.792000', '162611.795000', '162611.798000', '162611.800000', '162611.803000', '162611.806000', '162611.808000', '162611.811000', '162631.685000', '162631.688000', '162631.691000', '162631.693000', '162631.696000', '162631.699000', '162631.702000', '162631.704000', '162631.707000', '162631.710000', '162631.712000', '162631.715000', '162631.717000', '162631.720000', '162631.722000', '162631.725000', '162631.728000', '162631.730000', '162631.733000', '162631.736000', '162631.738000', '162631.741000', '162631.743000', '162631.746000', '162631.749000', '162631.752000', '162631.754000', '162631.757000', '162631.759000', '162631.762000', '162631.765000', '162631.767000', '162631.770000', '162631.773000', '162631.775000', '162631.778000', '162631.780000', '162631.783000', '162631.785000', '162631.788000', '162631.791000', '162631.793000', '162631.796000', '162649.339000', '162649.342000', '162649.345000', '162649.348000', '162649.351000', '162649.353000', '162649.356000', '162649.359000', '162649.362000', '162649.365000', '162649.368000', '162649.370000', '162649.373000', '162649.376000', '162649.379000', '162649.382000', '162649.384000', '162649.387000', '162649.390000', '162649.393000', '162649.396000', '162649.398000', '162649.401000', '162649.404000', '162649.407000', '162649.410000', '162649.412000', '162649.415000', '162649.418000', '162649.421000', '162649.424000', '162649.427000', '162649.429000', '162649.432000', '162649.435000', '162649.438000', '162649.441000', '162649.444000', '162649.447000'], 'InstanceCreationTime': ['162031.711000', '162031.714000', '162031.717000', '162031.720000', '162031.723000', '162031.726000', '162031.728000', '162031.731000', '162031.733000', '162031.736000', '162031.739000', '162031.741000', '162031.744000', '162031.747000', '162031.749000', '162031.752000', '162031.754000', '162031.757000', '162031.760000', '162031.762000', '162031.765000', '162031.767000', '162031.770000', '162031.773000', '162031.775000', '162031.778000', '162031.781000', '162031.783000', '162031.786000', '162031.789000', '162031.791000', '162031.794000', '162031.797000', '162031.799000', '162031.802000', '162031.804000', '162031.807000', '162031.809000', '162031.812000', '162031.815000', '162031.817000', '162031.820000', '162031.822000', '162031.829000', '162031.832000', '162031.842000', '162031.844000', '162031.847000', '162031.849000', '162031.852000', '162031.855000', '162051.687000', '162051.690000', '162051.692000', '162051.695000', '162051.697000', '162051.700000', '162051.703000', '162051.705000', '162051.708000', '162051.710000', '162051.713000', '162051.716000', '162051.718000', '162051.721000', '162051.723000', '162051.726000', '162051.734000', '162051.737000', '162051.739000', '162051.742000', '162051.745000', '162051.747000', '162051.750000', '162051.752000', '162051.755000', '162051.758000', '162051.760000', '162051.763000', '162051.775000', '162051.778000', '162051.781000', '162051.783000', '162051.786000', '162051.788000', '162051.791000', '162051.794000', '162051.796000', '162051.799000', '162051.802000', '162051.804000', '162051.807000', '162051.809000', '162051.812000', '162111.686000', '162111.689000', '162111.692000', '162111.695000', '162111.698000', '162111.700000', '162111.703000', '162111.706000', '162111.709000', '162111.712000', '162111.715000', '162111.718000', '162111.720000', '162111.723000', '162111.734000', '162111.737000', '162111.740000', '162111.742000', '162111.745000', '162111.748000', '162111.750000', '162111.753000', '162111.757000', '162111.759000', '162111.762000', '162111.764000', '162111.767000', '162111.770000', '162111.772000', '162111.775000', '162111.778000', '162111.780000', '162111.783000', '162111.786000', '162111.788000', '162111.791000', '162111.793000', '162111.796000', '162111.799000', '162111.801000', '162111.804000', '162111.806000', '162111.809000', '162131.685000', '162131.689000', '162131.692000', '162131.694000', '162131.697000', '162131.699000', '162131.702000', '162131.705000', '162131.707000', '162131.710000', '162131.713000', '162131.718000', '162131.720000', '162131.723000', '162131.726000', '162131.728000', '162131.731000', '162131.733000', '162131.736000', '162131.738000', '162131.741000', '162131.744000', '162131.746000', '162131.749000', '162131.751000', '162131.754000', '162131.757000', '162131.759000', '162131.762000', '162131.764000', '162131.767000', '162131.770000', '162131.782000', '162131.784000', '162131.787000', '162131.790000', '162131.792000', '162131.795000', '162131.797000', '162131.800000', '162131.802000', '162131.805000', '162131.808000', '162131.810000', '162151.685000', '162151.688000', '162151.691000', '162151.694000', '162151.696000', '162151.699000', '162151.701000', '162151.704000', '162151.707000', '162151.709000', '162151.712000', '162151.714000', '162151.717000', '162151.720000', '162151.722000', '162151.725000', '162151.727000', '162151.740000', '162151.744000', '162151.747000', '162151.749000', '162151.752000', '162151.755000', '162151.757000', '162151.760000', '162151.763000', '162151.765000', '162151.768000', '162151.770000', '162151.773000', '162151.776000', '162151.778000', '162151.781000', '162151.784000', '162151.786000', '162151.789000', '162151.791000', '162151.794000', '162151.796000', '162151.799000', '162151.802000', '162151.804000', '162151.807000', '162211.687000', '162211.690000', '162211.692000', '162211.695000', '162211.698000', '162211.700000', '162211.703000', '162211.706000', '162211.708000', '162211.711000', '162211.713000', '162211.716000', '162211.719000', '162211.721000', '162211.724000', '162211.726000', '162211.729000', '162211.735000', '162211.738000', '162211.740000', '162211.743000', '162211.745000', '162211.748000', '162211.750000', '162211.753000', '162211.756000', '162211.758000', '162211.761000', '162211.764000', '162211.766000', '162211.769000', '162211.771000', '162211.774000', '162211.777000', '162211.779000', '162211.782000', '162211.785000', '162211.787000', '162211.790000', '162211.792000', '162211.795000', '162211.798000', '162211.800000', '162211.803000', '162231.686000', '162231.689000', '162231.692000', '162231.695000', '162231.697000', '162231.700000', '162231.702000', '162231.705000', '162231.708000', '162231.710000', '162231.713000', '162231.716000', '162231.718000', '162231.721000', '162231.723000', '162231.726000', '162231.729000', '162231.731000', '162231.734000', '162231.736000', '162231.739000', '162231.742000', '162231.745000', '162231.748000', '162231.751000', '162231.754000', '162231.757000', '162231.759000', '162231.762000', '162231.765000', '162231.767000', '162231.770000', '162231.773000', '162231.775000', '162231.778000', '162231.780000', '162231.783000', '162231.786000', '162231.788000', '162231.791000', '162231.793000', '162231.797000', '162231.800000', '162251.687000', '162251.689000', '162251.692000', '162251.695000', '162251.698000', '162251.700000', '162251.703000', '162251.705000', '162251.708000', '162251.711000', '162251.713000', '162251.716000', '162251.725000', '162251.728000', '162251.731000', '162251.733000', '162251.736000', '162251.739000', '162251.741000', '162251.744000', '162251.746000', '162251.749000', '162251.751000', '162251.754000', '162251.757000', '162251.759000', '162251.762000', '162251.765000', '162251.767000', '162251.770000', '162251.772000', '162251.775000', '162251.778000', '162251.780000', '162251.783000', '162251.785000', '162251.788000', '162251.791000', '162251.793000', '162251.796000', '162251.798000', '162251.801000', '162251.804000', '162251.806000', '162311.686000', '162311.689000', '162311.692000', '162311.695000', '162311.697000', '162311.700000', '162311.703000', '162311.705000', '162311.708000', '162311.711000', '162311.713000', '162311.716000', '162311.718000', '162311.721000', '162311.724000', '162311.726000', '162311.729000', '162311.731000', '162311.734000', '162311.737000', '162311.739000', '162311.742000', '162311.744000', '162311.747000', '162311.750000', '162311.752000', '162311.755000', '162311.765000', '162311.768000', '162311.771000', '162311.774000', '162311.776000', '162311.779000', '162311.781000', '162311.784000', '162311.786000', '162311.789000', '162311.792000', '162311.794000', '162311.797000', '162311.799000', '162311.802000', '162311.804000', '162331.686000', '162331.689000', '162331.692000', '162331.695000', '162331.697000', '162331.700000', '162331.703000', '162331.705000', '162331.708000', '162331.711000', '162331.713000', '162331.716000', '162331.719000', '162331.721000', '162331.724000', '162331.726000', '162331.729000', '162331.732000', '162331.734000', '162331.737000', '162331.739000', '162331.749000', '162331.752000', '162331.755000', '162331.757000', '162331.760000', '162331.762000', '162331.765000', '162331.768000', '162331.770000', '162331.778000', '162331.781000', '162331.783000', '162331.786000', '162331.789000', '162331.791000', '162331.794000', '162331.796000', '162331.799000', '162331.801000', '162331.804000', '162331.807000', '162331.809000', '162331.812000', '162351.686000', '162351.689000', '162351.691000', '162351.694000', '162351.697000', '162351.699000', '162351.702000', '162351.705000', '162351.707000', '162351.710000', '162351.712000', '162351.715000', '162351.718000', '162351.720000', '162351.723000', '162351.725000', '162351.728000', '162351.731000', '162351.733000', '162351.736000', '162351.739000', '162351.741000', '162351.744000', '162351.746000', '162351.749000', '162351.752000', '162351.754000', '162351.757000', '162351.760000', '162351.762000', '162351.765000', '162351.767000', '162351.770000', '162351.773000', '162351.775000', '162351.778000', '162351.781000', '162351.784000', '162351.786000', '162351.789000', '162351.792000', '162351.795000', '162351.798000', '162411.685000', '162411.688000', '162411.691000', '162411.694000', '162411.696000', '162411.699000', '162411.702000', '162411.705000', '162411.707000', '162411.710000', '162411.712000', '162411.715000', '162411.718000', '162411.720000', '162411.723000', '162411.725000', '162411.728000', '162411.731000', '162411.733000', '162411.736000', '162411.739000', '162411.741000', '162411.744000', '162411.746000', '162411.749000', '162411.752000', '162411.754000', '162411.757000', '162411.760000', '162411.762000', '162411.765000', '162411.767000', '162411.770000', '162411.773000', '162411.775000', '162411.778000', '162411.780000', '162411.783000', '162411.786000', '162411.788000', '162411.791000', '162411.794000', '162411.796000', '162411.799000', '162431.686000', '162431.689000', '162431.692000', '162431.694000', '162431.697000', '162431.700000', '162431.702000', '162431.705000', '162431.708000', '162431.710000', '162431.713000', '162431.715000', '162431.718000', '162431.721000', '162431.723000', '162431.726000', '162431.728000', '162431.731000', '162431.733000', '162431.736000', '162431.739000', '162431.741000', '162431.744000', '162431.747000', '162431.749000', '162431.752000', '162431.754000', '162431.757000', '162431.760000', '162431.762000', '162431.765000', '162431.768000', '162431.770000', '162431.773000', '162431.775000', '162431.778000', '162431.781000', '162431.783000', '162431.786000', '162431.788000', '162431.791000', '162431.794000', '162431.796000', '162451.686000', '162451.690000', '162451.692000', '162451.695000', '162451.698000', '162451.700000', '162451.703000', '162451.705000', '162451.708000', '162451.723000', '162451.725000', '162451.728000', '162451.730000', '162451.733000', '162451.736000', '162451.738000', '162451.741000', '162451.743000', '162451.746000', '162451.749000', '162451.751000', '162451.754000', '162451.756000', '162451.759000', '162451.762000', '162451.764000', '162451.767000', '162451.770000', '162451.772000', '162451.775000', '162451.777000', '162451.780000', '162451.783000', '162451.785000', '162451.788000', '162451.790000', '162451.793000', '162451.796000', '162451.798000', '162451.801000', '162451.804000', '162451.806000', '162451.809000', '162451.811000', '162511.686000', '162511.689000', '162511.692000', '162511.695000', '162511.697000', '162511.700000', '162511.703000', '162511.705000', '162511.708000', '162511.710000', '162511.713000', '162511.716000', '162511.718000', '162511.721000', '162511.724000', '162511.726000', '162511.729000', '162511.731000', '162511.734000', '162511.736000', '162511.739000', '162511.742000', '162511.744000', '162511.747000', '162511.750000', '162511.752000', '162511.755000', '162511.757000', '162511.760000', '162511.762000', '162511.765000', '162511.768000', '162511.770000', '162511.773000', '162511.776000', '162511.778000', '162511.781000', '162511.783000', '162511.786000', '162511.789000', '162511.791000', '162511.794000', '162511.797000', '162531.687000', '162531.689000', '162531.692000', '162531.695000', '162531.697000', '162531.700000', '162531.703000', '162531.705000', '162531.708000', '162531.711000', '162531.713000', '162531.716000', '162531.718000', '162531.721000', '162531.724000', '162531.726000', '162531.729000', '162531.731000', '162531.734000', '162531.737000', '162531.739000', '162531.742000', '162531.744000', '162531.747000', '162531.750000', '162531.752000', '162531.755000', '162531.758000', '162531.760000', '162531.763000', '162531.765000', '162531.768000', '162531.770000', '162531.773000', '162531.776000', '162531.778000', '162531.781000', '162531.784000', '162531.786000', '162531.789000', '162531.792000', '162531.794000', '162531.797000', '162531.799000', '162551.686000', '162551.689000', '162551.692000', '162551.695000', '162551.697000', '162551.700000', '162551.703000', '162551.705000', '162551.708000', '162551.710000', '162551.715000', '162551.717000', '162551.720000', '162551.723000', '162551.725000', '162551.728000', '162551.730000', '162551.733000', '162551.736000', '162551.738000', '162551.741000', '162551.744000', '162551.746000', '162551.749000', '162551.751000', '162551.754000', '162551.757000', '162551.759000', '162551.762000', '162551.765000', '162551.767000', '162551.770000', '162551.772000', '162551.775000', '162551.778000', '162551.780000', '162551.783000', '162551.786000', '162551.788000', '162551.791000', '162551.793000', '162551.796000', '162551.799000', '162611.685000', '162611.688000', '162611.691000', '162611.694000', '162611.696000', '162611.699000', '162611.702000', '162611.704000', '162611.707000', '162611.709000', '162611.712000', '162611.715000', '162611.717000', '162611.720000', '162611.723000', '162611.725000', '162611.728000', '162611.730000', '162611.733000', '162611.736000', '162611.751000', '162611.753000', '162611.756000', '162611.758000', '162611.761000', '162611.764000', '162611.766000', '162611.769000', '162611.771000', '162611.774000', '162611.777000', '162611.779000', '162611.782000', '162611.784000', '162611.787000', '162611.790000', '162611.792000', '162611.795000', '162611.798000', '162611.800000', '162611.803000', '162611.806000', '162611.808000', '162611.811000', '162631.685000', '162631.688000', '162631.691000', '162631.693000', '162631.696000', '162631.699000', '162631.702000', '162631.704000', '162631.707000', '162631.710000', '162631.712000', '162631.715000', '162631.717000', '162631.720000', '162631.722000', '162631.725000', '162631.728000', '162631.730000', '162631.733000', '162631.736000', '162631.738000', '162631.741000', '162631.743000', '162631.746000', '162631.749000', '162631.752000', '162631.754000', '162631.757000', '162631.759000', '162631.762000', '162631.765000', '162631.767000', '162631.770000', '162631.773000', '162631.775000', '162631.778000', '162631.780000', '162631.783000', '162631.785000', '162631.788000', '162631.791000', '162631.793000', '162631.796000', '162649.339000', '162649.342000', '162649.345000', '162649.348000', '162649.351000', '162649.353000', '162649.356000', '162649.359000', '162649.362000', '162649.365000', '162649.368000', '162649.370000', '162649.373000', '162649.376000', '162649.379000', '162649.382000', '162649.384000', '162649.387000', '162649.390000', '162649.393000', '162649.396000', '162649.398000', '162649.401000', '162649.404000', '162649.407000', '162649.410000', '162649.412000', '162649.415000', '162649.418000', '162649.421000', '162649.424000', '162649.427000', '162649.429000', '162649.432000', '162649.435000', '162649.438000', '162649.441000', '162649.444000', '162649.447000'], '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': [15715, 13855, 8609, 7704, 12818, 8863, 14710, 12792, 14412, 16466, 16438, 11656, 15360, 8549, 10142, 9829, 7981, 11055, 9471, 10110, 16026, 11511, 7215, 10381, 8027, 7795, 13937, 13756, 11209, 14699, 12133, 7964, 9959, 7956, 7330, 9872, 7774, 7614, 13147, 13887, 10390, 14423, 8314, 7356, 13669, 14621, 14769, 10850, 15898, 9198, 7787, 8121, 10145, 7869, 7620, 7641, 7323, 7071, 7686, 7567, 7568, 7567, 7622, 7816, 7529, 7537, 9822, 9193, 7665, 9905, 7541, 9908, 9889, 8035, 11540, 15291, 14664, 15710, 10719, 12483, 10861, 7550, 11696, 9559, 9864, 10895, 7867, 12644, 15891, 13803, 15706, 12059, 7819, 11347, 10267, 9393, 16348, 11689, 9462, 11254, 10890, 8494, 10106, 10123, 8636, 15944, 14931, 15596, 18699, 15702, 13369, 15767, 10180, 9291, 11090, 8159, 13139, 16294, 16467, 18761, 9495, 7842, 7428, 9868, 8853, 11938, 14924, 11364, 12240, 14922, 10084, 7606, 7385, 9020, 8510, 8469, 10628, 7893, 14063, 10783, 8401, 14294, 9140, 8734, 12439, 9647, 7666, 14773, 9535, 7561, 17860, 14924, 11481, 15237, 9125, 7719, 10785, 8595, 7936, 10977, 7642, 10724, 10295, 7710, 11746, 8942, 8152, 12004, 8992, 8429, 11098, 8267, 7506, 8391, 7879, 9897, 10538, 9762, 13499, 13384, 12768, 13438, 13106, 12408, 17290, 8696, 7793, 11225, 8980, 7611, 8343, 8775, 7709, 7882, 8248, 10531, 8030, 9531, 12315, 9838, 16524, 13364, 11557, 13897, 11085, 13408, 11741, 9413, 12116, 8065, 8241, 11481, 7690, 11595, 11115, 8371, 13825, 10918, 7451, 12804, 9887, 7626, 11769, 8980, 7893, 10733, 8686, 8318, 13644, 13009, 15812, 12376, 8515, 7899, 8041, 9365, 8141, 9850, 15362, 18316, 14859, 13949, 15166, 11956, 8884, 9401, 10008, 8196, 8525, 9813, 8011, 7685, 10756, 11814, 11979, 13340, 8015, 7620, 8565, 9719, 7776, 11350, 9403, 11888, 15624, 13665, 13396, 10842, 8222, 14686, 9678, 7655, 11312, 7477, 11836, 9282, 8693, 10963, 7665, 11710, 9662, 7495, 11573, 7693, 8811, 10985, 8102, 7961, 11555, 8852, 8051, 11626, 10283, 13388, 16568, 10522, 7695, 11572, 8990, 7874, 12549, 9652, 8124, 10289, 9586, 7639, 16567, 12945, 7643, 9814, 13077, 16458, 18328, 15978, 8635, 8000, 9990, 8204, 7924, 9932, 7938, 9798, 9766, 7848, 10533, 11013, 13469, 17613, 13157, 8030, 8389, 9322, 10215, 9669, 8924, 12818, 9916, 7973, 8126, 10491, 8566, 7862, 11593, 9643, 9659, 12176, 8777, 7774, 10164, 9143, 7629, 11764, 10281, 8098, 18154, 15432, 14819, 17873, 11843, 8721, 10170, 10893, 7838, 8533, 10925, 7905, 7694, 11396, 8780, 7654, 12637, 14251, 15768, 19681, 15710, 16995, 12945, 13576, 12460, 11745, 13693, 11760, 9572, 7678, 8966, 10426, 9180, 9150, 14249, 13684, 13109, 15186, 15760, 9975, 7889, 11269, 9191, 12514, 15093, 9739, 7576, 7941, 7497, 9470, 8046, 10551, 10667, 12998, 14251, 17452, 14040, 10543, 7616, 7693, 8271, 9397, 8966, 8327, 11830, 9603, 10822, 10470, 8135, 12184, 10331, 7913, 12980, 9393, 10617, 16598, 15398, 18124, 15699, 12439, 16353, 8991, 7489, 10103, 8525, 8011, 10070, 9281, 11150, 10826, 9330, 15526, 12750, 9188, 14641, 9704, 7855, 12287, 9654, 7898, 10954, 9163, 8003, 10925, 8405, 9888, 9397, 7750, 11158, 9207, 7784, 11069, 9339, 8989, 9817, 8196, 10915, 14880, 15636, 16757, 12497, 8478, 7976, 11067, 9071, 8396, 7970, 7875, 8161, 8522, 10169, 8184, 8194, 8152, 9418, 8323, 8360, 11555, 10678, 12211, 15048, 12824, 13341, 10545, 9039, 15571, 8747, 11901, 16484, 9888, 15835, 9070, 7814, 10975, 8407, 7923, 12053, 8489, 8023, 12012, 9782, 8163, 13350, 12619, 7591, 7773, 9748, 8440, 7836, 8401, 8808, 8392, 8155, 10396, 13084, 13626, 13740, 15334, 10826, 8075, 7985, 10917, 8549, 8184, 10939, 9050, 8162, 11553, 9105, 8156, 14935, 15237, 11253, 10037, 7794, 7935, 17098, 15270, 17889, 13131, 14046, 12734, 9635, 9438, 8796, 8239, 7553, 11085, 9124, 8512, 8186, 12767, 13318, 15951, 17412, 13885, 10168, 11875, 9355, 7641, 9375, 10609, 8131, 8323, 11219, 9135, 7710, 11226, 10097, 8070, 15734, 12016, 9066, 9274, 11486, 10590, 17880, 14544, 10818, 13832, 13945, 10935, 13920, 11437, 8857, 9112, 9019, 8277, 11266, 9440, 8122, 12859, 11503, 11472, 16010, 14627, 12210, 15915, 8387, 8323, 9019, 8078, 8693, 8110, 8878, 11257, 12551, 14365, 8570, 7699, 8163, 9167, 11080, 8900, 8092, 8346, 9636, 7969, 7651, 8691, 9498, 8253, 11982, 9815, 7651, 12482, 9238, 7872, 11246, 8595, 14246, 11620, 10472, 16819, 9311, 8078, 9744, 9539, 7652, 9037, 9951, 8802, 7787, 12409, 9191, 7723, 10443, 10656, 11042, 14208, 16161, 11517, 7649, 10093, 11395, 8582, 11225, 9742, 8612, 8854, 12226, 12860, 7779, 7570, 9299, 8009, 8942, 12002, 15178, 10979, 9180, 8853, 13644, 16116, 16611, 14442, 11143, 8732, 8455, 8227, 12991, 14018, 15479, 12974, 10596, 7900, 8429, 9254, 9421, 8191, 11439, 13139, 11416, 11705, 8093, 7641, 8305, 8468, 8189, 10654, 8891, 8450, 8610, 10317, 8279, 9642, 12264, 9862, 8041, 14901, 13687, 14558, 15956, 15359, 14352, 10004, 9547, 8473, 7955, 12385, 10682, 9038, 14065, 8392, 7731, 7987, 8766, 8209, 8186, 11467, 8134, 7963, 8424, 11792, 11552, 8409, 8077, 9595, 8872, 9097, 13161, 8738, 7812, 10178, 9275, 7960, 9149, 9485, 8477, 8977, 11249, 13878, 15736, 12763, 10449, 7807, 7871, 8895, 8340, 7842, 11191, 8851, 7616, 11373, 8739, 7333, 10702, 9962, 8295, 15768, 13414, 10529, 15924, 13657, 12482, 16724, 14093, 8761, 9326, 9494, 7784, 9297, 9784, 8112, 8080, 9630, 10004, 12995, 15316, 9417, 8198, 7828, 10625, 8848, 8138, 8183, 10206, 8270, 8011, 8328, 9358, 8112, 8250, 11678, 12945, 8294, 8094, 9195, 8137, 8354, 9190, 10653, 8271, 9181, 10478, 8305, 7452, 10641, 8098, 7832, 15705, 15246, 16200, 16840, 12606, 7660, 7786, 7968, 9322, 8054, 8270, 10124, 8399, 9644, 12241, 9879, 8300, 7851, 8140, 14767, 11045, 11082, 11310, 9422, 7834, 13948, 9303, 8449, 11663, 8851, 7720, 10337, 7827, 10012, 11071, 8040, 10844, 9146], 'WindowCenter': [4484.0, 4460.0, 4463.0, 4343.0, 4566.0, 4485.0, 4510.0, 4487.0, 4499.0, 4521.0, 4519.0, 4491.0, 4520.0, 4460.0, 4478.0, 4462.0, 4434.0, 4461.0, 4453.0, 4466.0, 4517.0, 4475.0, 4437.0, 4464.0, 4434.0, 4434.0, 4497.0, 4496.0, 4478.0, 4507.0, 4486.0, 4448.0, 4465.0, 4435.0, 4424.0, 4453.0, 4423.0, 4425.0, 4497.0, 4497.0, 4478.0, 4507.0, 4447.0, 4441.0, 4509.0, 4509.0, 4510.0, 4488.0, 4519.0, 4455.0, 4464.0, 4463.0, 4505.0, 4474.0, 4446.0, 4460.0, 4462.0, 4413.0, 4450.0, 4449.0, 4436.0, 4450.0, 4436.0, 4449.0, 4451.0, 4451.0, 4454.0, 4467.0, 4433.0, 4454.0, 4424.0, 4439.0, 4441.0, 4421.0, 4474.0, 4493.0, 4480.0, 4480.0, 4450.0, 4458.0, 4449.0, 4419.0, 4457.0, 4438.0, 4437.0, 4472.0, 4431.0, 4471.0, 4504.0, 4493.0, 4502.0, 4483.0, 4436.0, 4462.0, 4464.0, 4454.0, 4505.0, 4485.0, 4467.0, 4490.0, 4491.0, 4446.0, 4463.0, 4465.0, 4444.0, 4516.0, 4508.0, 4518.0, 4531.0, 4520.0, 4497.0, 4504.0, 4451.0, 4440.0, 4459.0, 4421.0, 4482.0, 4505.0, 4494.0, 4515.0, 4452.0, 4432.0, 4420.0, 4450.0, 4430.0, 4463.0, 4474.0, 4452.0, 4463.0, 4482.0, 4453.0, 4412.0, 4400.0, 4416.0, 4406.0, 4406.0, 4427.0, 4397.0, 4458.0, 4438.0, 4407.0, 4455.0, 4403.0, 4391.0, 4432.0, 4401.0, 4381.0, 4439.0, 4399.0, 4382.0, 4461.0, 4453.0, 4434.0, 4451.0, 4411.0, 4380.0, 4420.0, 4403.0, 4391.0, 4433.0, 4394.0, 4434.0, 4436.0, 4407.0, 4458.0, 4428.0, 4405.0, 4457.0, 4427.0, 4419.0, 4450.0, 4419.0, 4399.0, 4406.0, 4408.0, 4435.0, 4446.0, 4449.0, 4519.0, 4508.0, 4506.0, 4493.0, 4504.0, 4480.0, 4552.0, 4467.0, 4459.0, 4485.0, 4468.0, 4450.0, 4433.0, 4455.0, 4446.0, 4456.0, 4458.0, 4489.0, 4458.0, 4466.0, 4499.0, 4479.0, 4519.0, 4498.0, 4486.0, 4494.0, 4474.0, 4481.0, 4461.0, 4441.0, 4470.0, 4420.0, 4430.0, 4459.0, 4411.0, 4459.0, 4461.0, 4418.0, 4482.0, 4459.0, 4407.0, 4467.0, 4437.0, 4406.0, 4457.0, 4439.0, 4418.0, 4447.0, 4440.0, 4428.0, 4468.0, 4452.0, 4504.0, 4469.0, 4430.0, 4430.0, 4429.0, 4461.0, 4442.0, 4463.0, 4515.0, 4536.0, 4527.0, 4519.0, 4518.0, 4496.0, 4455.0, 4455.0, 4466.0, 4444.0, 4445.0, 4465.0, 4446.0, 4434.0, 4475.0, 4486.0, 4475.0, 4483.0, 4420.0, 4421.0, 4432.0, 4441.0, 4411.0, 4461.0, 4441.0, 4449.0, 4481.0, 4469.0, 4470.0, 4447.0, 4417.0, 4466.0, 4425.0, 4395.0, 4435.0, 4394.0, 4443.0, 4417.0, 4404.0, 4434.0, 4395.0, 4443.0, 4414.0, 4383.0, 4433.0, 4395.0, 4415.0, 4435.0, 4406.0, 4404.0, 4446.0, 4415.0, 4405.0, 4446.0, 4438.0, 4467.0, 4489.0, 4448.0, 4407.0, 4458.0, 4429.0, 4422.0, 4473.0, 4453.0, 4419.0, 4451.0, 4452.0, 4423.0, 4503.0, 4495.0, 4433.0, 4475.0, 4496.0, 4517.0, 4515.0, 4505.0, 4456.0, 4446.0, 4464.0, 4444.0, 4433.0, 4451.0, 4420.0, 4439.0, 4440.0, 4419.0, 4462.0, 4475.0, 4496.0, 4515.0, 4495.0, 4444.0, 4442.0, 4452.0, 4451.0, 4456.0, 4434.0, 4459.0, 4442.0, 4436.0, 4434.0, 4466.0, 4446.0, 4434.0, 4473.0, 4442.0, 4440.0, 4461.0, 4431.0, 4423.0, 4451.0, 4443.0, 4424.0, 4472.0, 4451.0, 4422.0, 4514.0, 4493.0, 4482.0, 4501.0, 4459.0, 4419.0, 4436.0, 4447.0, 4410.0, 4428.0, 4448.0, 4420.0, 4420.0, 4459.0, 4429.0, 4419.0, 4483.0, 4495.0, 4506.0, 4528.0, 4506.0, 4529.0, 4484.0, 4481.0, 4472.0, 4472.0, 4479.0, 4461.0, 4453.0, 4435.0, 4456.0, 4474.0, 4454.0, 4456.0, 4505.0, 4495.0, 4484.0, 4504.0, 4503.0, 4464.0, 4421.0, 4462.0, 4442.0, 4475.0, 4460.0, 4415.0, 4388.0, 4387.0, 4390.0, 4417.0, 4412.0, 4443.0, 4399.0, 4419.0, 4500.0, 4477.0, 4470.0, 4451.0, 4411.0, 4398.0, 4408.0, 4429.0, 4419.0, 4407.0, 4449.0, 4429.0, 4449.0, 4449.0, 4421.0, 4445.0, 4422.0, 4394.0, 4442.0, 4413.0, 4423.0, 4478.0, 4482.0, 4490.0, 4482.0, 4458.0, 4490.0, 4428.0, 4385.0, 4423.0, 4417.0, 4407.0, 4436.0, 4440.0, 4462.0, 4461.0, 4441.0, 4491.0, 4471.0, 4432.0, 4479.0, 4429.0, 4423.0, 4460.0, 4440.0, 4423.0, 4451.0, 4430.0, 4409.0, 4438.0, 4409.0, 4429.0, 4417.0, 4398.0, 4435.0, 4416.0, 4386.0, 4434.0, 4427.0, 4416.0, 4425.0, 4418.0, 4447.0, 4480.0, 4483.0, 4493.0, 4472.0, 4433.0, 4422.0, 4454.0, 4421.0, 4434.0, 4401.0, 4428.0, 4414.0, 4423.0, 4427.0, 4413.0, 4425.0, 4424.0, 4434.0, 4425.0, 4422.0, 4464.0, 4445.0, 4463.0, 4474.0, 4462.0, 4462.0, 4429.0, 4409.0, 4470.0, 4420.0, 4436.0, 4465.0, 4415.0, 4454.0, 4404.0, 4385.0, 4425.0, 4408.0, 4399.0, 4435.0, 4406.0, 4406.0, 4457.0, 4441.0, 4424.0, 4474.0, 4475.0, 4412.0, 4413.0, 4444.0, 4422.0, 4401.0, 4422.0, 4432.0, 4423.0, 4422.0, 4454.0, 4485.0, 4484.0, 4485.0, 4495.0, 4462.0, 4432.0, 4420.0, 4448.0, 4418.0, 4419.0, 4448.0, 4428.0, 4418.0, 4446.0, 4418.0, 4411.0, 4482.0, 4457.0, 4437.0, 4427.0, 4396.0, 4290.0, 4485.0, 4354.0, 4542.0, 4500.0, 4495.0, 4522.0, 4467.0, 4457.0, 4431.0, 4421.0, 4408.0, 4461.0, 4440.0, 4432.0, 4421.0, 4470.0, 4470.0, 4492.0, 4491.0, 4457.0, 4425.0, 4446.0, 4414.0, 4384.0, 4415.0, 4425.0, 4407.0, 4406.0, 4447.0, 4429.0, 4406.0, 4446.0, 4438.0, 4396.0, 4478.0, 4445.0, 4417.0, 4439.0, 4451.0, 4361.0, 4377.0, 4475.0, 4441.0, 4469.0, 4471.0, 4463.0, 4495.0, 4462.0, 4434.0, 4432.0, 4432.0, 4421.0, 4449.0, 4430.0, 4413.0, 4485.0, 4475.0, 4476.0, 4507.0, 4496.0, 4475.0, 4504.0, 4435.0, 4436.0, 4421.0, 4412.0, 4412.0, 4385.0, 4354.0, 4173.0, 4567.0, 4536.0, 4449.0, 4408.0, 4433.0, 4419.0, 4448.0, 4429.0, 4420.0, 4436.0, 4466.0, 4447.0, 4448.0, 4455.0, 4464.0, 4433.0, 4470.0, 4451.0, 4418.0, 4468.0, 4439.0, 4421.0, 4461.0, 4442.0, 4479.0, 4469.0, 4459.0, 4489.0, 4426.0, 4408.0, 4425.0, 4426.0, 4408.0, 4438.0, 4450.0, 4440.0, 4420.0, 4470.0, 4439.0, 4422.0, 4462.0, 4461.0, 4471.0, 4493.0, 4504.0, 4471.0, 4423.0, 4439.0, 4473.0, 4431.0, 4446.0, 4439.0, 4431.0, 4440.0, 4472.0, 4483.0, 4424.0, 4426.0, 4430.0, 4411.0, 4421.0, 4477.0, 4495.0, 4475.0, 4466.0, 4446.0, 4485.0, 4499.0, 4496.0, 4485.0, 4462.0, 4432.0, 4421.0, 4420.0, 4471.0, 4485.0, 4493.0, 4472.0, 4452.0, 4421.0, 4421.0, 4431.0, 4419.0, 4412.0, 4451.0, 4461.0, 4440.0, 4428.0, 4386.0, 4372.0, 4423.0, 4439.0, 4426.0, 4443.0, 4422.0, 4410.0, 4409.0, 4429.0, 4409.0, 4428.0, 4446.0, 4416.0, 4397.0, 4454.0, 4446.0, 4455.0, 4466.0, 4465.0, 4454.0, 4427.0, 4413.0, 4390.0, 4380.0, 4432.0, 4412.0, 4403.0, 4452.0, 4405.0, 4395.0, 4394.0, 4417.0, 4394.0, 4394.0, 4422.0, 4397.0, 4397.0, 4396.0, 4426.0, 4426.0, 4396.0, 4374.0, 4392.0, 4381.0, 4382.0, 4412.0, 4370.0, 4361.0, 4403.0, 4392.0, 4373.0, 4393.0, 4405.0, 4384.0, 4406.0, 4426.0, 4434.0, 4441.0, 4408.0, 4404.0, 4349.0, 4358.0, 4393.0, 4397.0, 4386.0, 4412.0, 4405.0, 4398.0, 4436.0, 4412.0, 4404.0, 4428.0, 4415.0, 4395.0, 4453.0, 4430.0, 4400.0, 4440.0, 4431.0, 4419.0, 4439.0, 4429.0, 4379.0, 4389.0, 4389.0, 4369.0, 4377.0, 4387.0, 4369.0, 4379.0, 4411.0, 4424.0, 4456.0, 4477.0, 4416.0, 4406.0, 4394.0, 4436.0, 4418.0, 4409.0, 4411.0, 4428.0, 4409.0, 4411.0, 4409.0, 4418.0, 4411.0, 4398.0, 4426.0, 4424.0, 4383.0, 4374.0, 4395.0, 4355.0, 4366.0, 4377.0, 4399.0, 4419.0, 4443.0, 4438.0, 4406.0, 4385.0, 4423.0, 4396.0, 4385.0, 4468.0, 4462.0, 4482.0, 4483.0, 4454.0, 4393.0, 4392.0, 4388.0, 4408.0, 4387.0, 4386.0, 4418.0, 4362.0, 4342.0, 4427.0, 4390.0, 4359.0, 4386.0, 4330.0, 4525.0, 4441.0, 4462.0, 4462.0, 4428.0, 4396.0, 4455.0, 4415.0, 4393.0, 4424.0, 4403.0, 4384.0, 4413.0, 4382.0, 4414.0, 4423.0, 4368.0, 4398.0, 4398.0], 'WindowWidth': [9854.0, 9805.0, 9837.0, 9604.0, 10007.0, 9871.0, 9894.0, 9854.0, 9874.0, 9914.0, 9906.0, 9868.0, 9908.0, 9824.0, 9842.0, 9813.0, 9776.0, 9809.0, 9803.0, 9822.0, 9900.0, 9835.0, 9786.0, 9818.0, 9777.0, 9778.0, 9869.0, 9868.0, 9843.0, 9886.0, 9853.0, 9804.0, 9821.0, 9780.0, 9764.0, 9798.0, 9761.0, 9766.0, 9869.0, 9869.0, 9845.0, 9884.0, 9802.0, 9798.0, 9890.0, 9891.0, 9892.0, 9858.0, 9900.0, 9810.0, 9838.0, 9836.0, 9897.0, 9853.0, 9803.0, 9830.0, 9839.0, 9747.0, 9813.0, 9809.0, 9782.0, 9808.0, 9783.0, 9806.0, 9812.0, 9811.0, 9802.0, 9828.0, 9775.0, 9801.0, 9762.0, 9775.0, 9777.0, 9751.0, 9830.0, 9854.0, 9832.0, 9834.0, 9790.0, 9794.0, 9788.0, 9748.0, 9796.0, 9771.0, 9770.0, 9826.0, 9772.0, 9821.0, 9877.0, 9860.0, 9869.0, 9844.0, 9785.0, 9813.0, 9818.0, 9803.0, 9878.0, 9851.0, 9828.0, 9867.0, 9867.0, 9797.0, 9813.0, 9823.0, 9792.0, 9894.0, 9889.0, 9902.0, 9928.0, 9910.0, 9869.0, 9875.0, 9794.0, 9777.0, 9802.0, 9755.0, 9840.0, 9877.0, 9859.0, 9890.0, 9800.0, 9772.0, 9753.0, 9792.0, 9762.0, 9808.0, 9829.0, 9791.0, 9807.0, 9829.0, 9796.0, 9739.0, 9719.0, 9733.0, 9717.0, 9719.0, 9750.0, 9710.0, 9794.0, 9766.0, 9727.0, 9786.0, 9712.0, 9691.0, 9748.0, 9706.0, 9678.0, 9752.0, 9700.0, 9681.0, 9792.0, 9785.0, 9756.0, 9777.0, 9720.0, 9678.0, 9731.0, 9712.0, 9695.0, 9753.0, 9704.0, 9757.0, 9763.0, 9727.0, 9798.0, 9757.0, 9722.0, 9793.0, 9754.0, 9748.0, 9787.0, 9743.0, 9713.0, 9720.0, 9726.0, 9763.0, 9780.0, 9793.0, 9913.0, 9893.0, 9887.0, 9863.0, 9880.0, 9839.0, 9967.0, 9835.0, 9826.0, 9853.0, 9836.0, 9812.0, 9774.0, 9811.0, 9799.0, 9816.0, 9821.0, 9865.0, 9820.0, 9826.0, 9874.0, 9850.0, 9907.0, 9878.0, 9854.0, 9864.0, 9831.0, 9837.0, 9808.0, 9780.0, 9819.0, 9751.0, 9764.0, 9803.0, 9737.0, 9800.0, 9804.0, 9745.0, 9841.0, 9803.0, 9732.0, 9808.0, 9768.0, 9727.0, 9798.0, 9776.0, 9745.0, 9784.0, 9782.0, 9760.0, 9813.0, 9783.0, 9878.0, 9818.0, 9763.0, 9764.0, 9764.0, 9814.0, 9788.0, 9819.0, 9895.0, 9931.0, 9919.0, 9907.0, 9904.0, 9870.0, 9810.0, 9809.0, 9824.0, 9792.0, 9795.0, 9822.0, 9799.0, 9783.0, 9836.0, 9850.0, 9830.0, 9838.0, 9749.0, 9753.0, 9767.0, 9780.0, 9740.0, 9806.0, 9778.0, 9784.0, 9836.0, 9815.0, 9813.0, 9781.0, 9739.0, 9805.0, 9745.0, 9706.0, 9760.0, 9703.0, 9767.0, 9734.0, 9716.0, 9755.0, 9706.0, 9767.0, 9727.0, 9685.0, 9750.0, 9704.0, 9729.0, 9760.0, 9724.0, 9720.0, 9778.0, 9734.0, 9721.0, 9776.0, 9770.0, 9808.0, 9843.0, 9783.0, 9729.0, 9799.0, 9756.0, 9755.0, 9827.0, 9799.0, 9744.0, 9792.0, 9798.0, 9758.0, 9868.0, 9862.0, 9775.0, 9836.0, 9867.0, 9897.0, 9890.0, 9878.0, 9811.0, 9796.0, 9817.0, 9791.0, 9774.0, 9793.0, 9750.0, 9773.0, 9775.0, 9748.0, 9811.0, 9834.0, 9866.0, 9891.0, 9863.0, 9794.0, 9788.0, 9799.0, 9793.0, 9809.0, 9770.0, 9796.0, 9780.0, 9781.0, 9776.0, 9818.0, 9793.0, 9775.0, 9825.0, 9782.0, 9776.0, 9802.0, 9763.0, 9757.0, 9791.0, 9784.0, 9764.0, 9824.0, 9791.0, 9757.0, 9887.0, 9858.0, 9836.0, 9862.0, 9801.0, 9743.0, 9764.0, 9780.0, 9734.0, 9757.0, 9785.0, 9751.0, 9751.0, 9801.0, 9761.0, 9747.0, 9841.0, 9865.0, 9883.0, 9920.0, 9893.0, 9922.0, 9847.0, 9834.0, 9821.0, 9820.0, 9826.0, 9803.0, 9797.0, 9778.0, 9810.0, 9830.0, 9804.0, 9810.0, 9878.0, 9865.0, 9848.0, 9872.0, 9875.0, 9818.0, 9753.0, 9809.0, 9781.0, 9831.0, 9800.0, 9729.0, 9692.0, 9688.0, 9703.0, 9731.0, 9733.0, 9777.0, 9689.0, 9722.0, 9876.0, 9818.0, 9813.0, 9788.0, 9734.0, 9713.0, 9725.0, 9756.0, 9743.0, 9724.0, 9783.0, 9754.0, 9784.0, 9786.0, 9749.0, 9772.0, 9737.0, 9699.0, 9762.0, 9725.0, 9739.0, 9829.0, 9841.0, 9852.0, 9842.0, 9800.0, 9847.0, 9757.0, 9692.0, 9739.0, 9738.0, 9728.0, 9765.0, 9778.0, 9808.0, 9808.0, 9780.0, 9848.0, 9822.0, 9765.0, 9824.0, 9757.0, 9757.0, 9801.0, 9775.0, 9759.0, 9789.0, 9761.0, 9732.0, 9767.0, 9728.0, 9755.0, 9736.0, 9710.0, 9755.0, 9730.0, 9692.0, 9756.0, 9749.0, 9735.0, 9747.0, 9742.0, 9780.0, 9833.0, 9842.0, 9855.0, 9821.0, 9769.0, 9753.0, 9796.0, 9747.0, 9771.0, 9718.0, 9767.0, 9737.0, 9749.0, 9743.0, 9738.0, 9759.0, 9754.0, 9769.0, 9757.0, 9751.0, 9810.0, 9783.0, 9804.0, 9824.0, 9802.0, 9799.0, 9752.0, 9725.0, 9811.0, 9743.0, 9755.0, 9795.0, 9725.0, 9777.0, 9709.0, 9686.0, 9738.0, 9722.0, 9709.0, 9754.0, 9718.0, 9721.0, 9794.0, 9777.0, 9756.0, 9827.0, 9826.0, 9735.0, 9741.0, 9782.0, 9751.0, 9718.0, 9748.0, 9761.0, 9751.0, 9750.0, 9798.0, 9845.0, 9842.0, 9841.0, 9859.0, 9811.0, 9769.0, 9750.0, 9783.0, 9740.0, 9741.0, 9779.0, 9754.0, 9740.0, 9775.0, 9739.0, 9734.0, 9834.0, 9788.0, 9761.0, 9748.0, 9708.0, 9499.0, 9843.0, 9599.0, 9944.0, 9876.0, 9858.0, 9915.0, 9829.0, 9812.0, 9765.0, 9751.0, 9729.0, 9804.0, 9776.0, 9766.0, 9751.0, 9816.0, 9818.0, 9851.0, 9851.0, 9793.0, 9744.0, 9774.0, 9726.0, 9686.0, 9730.0, 9744.0, 9724.0, 9721.0, 9777.0, 9758.0, 9725.0, 9780.0, 9767.0, 9709.0, 9823.0, 9776.0, 9739.0, 9775.0, 9790.0, 9618.0, 9638.0, 9830.0, 9774.0, 9809.0, 9817.0, 9810.0, 9858.0, 9808.0, 9771.0, 9768.0, 9764.0, 9745.0, 9780.0, 9757.0, 9740.0, 9843.0, 9830.0, 9831.0, 9881.0, 9864.0, 9828.0, 9870.0, 9776.0, 9777.0, 9747.0, 9734.0, 9731.0, 9683.0, 9616.0, 9258.0, 10011.0, 9935.0, 9799.0, 9727.0, 9770.0, 9740.0, 9781.0, 9758.0, 9748.0, 9781.0, 9825.0, 9802.0, 9807.0, 9812.0, 9820.0, 9774.0, 9821.0, 9795.0, 9747.0, 9813.0, 9776.0, 9753.0, 9810.0, 9787.0, 9832.0, 9817.0, 9804.0, 9844.0, 9751.0, 9729.0, 9748.0, 9751.0, 9730.0, 9773.0, 9791.0, 9779.0, 9752.0, 9820.0, 9776.0, 9759.0, 9813.0, 9809.0, 9823.0, 9854.0, 9875.0, 9823.0, 9759.0, 9770.0, 9829.0, 9764.0, 9777.0, 9775.0, 9767.0, 9777.0, 9822.0, 9840.0, 9759.0, 9765.0, 9759.0, 9730.0, 9747.0, 9835.0, 9855.0, 9832.0, 9823.0, 9794.0, 9847.0, 9879.0, 9868.0, 9844.0, 9810.0, 9767.0, 9750.0, 9746.0, 9819.0, 9848.0, 9858.0, 9823.0, 9796.0, 9753.0, 9749.0, 9761.0, 9742.0, 9736.0, 9785.0, 9802.0, 9766.0, 9743.0, 9688.0, 9661.0, 9752.0, 9782.0, 9760.0, 9776.0, 9747.0, 9727.0, 9728.0, 9752.0, 9728.0, 9752.0, 9775.0, 9729.0, 9705.0, 9780.0, 9779.0, 9791.0, 9803.0, 9805.0, 9785.0, 9754.0, 9725.0, 9688.0, 9674.0, 9747.0, 9719.0, 9709.0, 9777.0, 9718.0, 9707.0, 9703.0, 9739.0, 9697.0, 9696.0, 9732.0, 9709.0, 9709.0, 9703.0, 9738.0, 9739.0, 9698.0, 9663.0, 9683.0, 9667.0, 9669.0, 9708.0, 9648.0, 9639.0, 9700.0, 9685.0, 9660.0, 9686.0, 9709.0, 9679.0, 9714.0, 9740.0, 9747.0, 9750.0, 9700.0, 9700.0, 9617.0, 9626.0, 9689.0, 9705.0, 9684.0, 9716.0, 9710.0, 9707.0, 9754.0, 9731.0, 9728.0, 9749.0, 9726.0, 9698.0, 9777.0, 9741.0, 9695.0, 9754.0, 9742.0, 9721.0, 9750.0, 9735.0, 9667.0, 9680.0, 9676.0, 9651.0, 9660.0, 9672.0, 9655.0, 9673.0, 9721.0, 9742.0, 9790.0, 9826.0, 9735.0, 9721.0, 9703.0, 9761.0, 9740.0, 9730.0, 9730.0, 9749.0, 9724.0, 9731.0, 9724.0, 9737.0, 9730.0, 9705.0, 9737.0, 9733.0, 9674.0, 9664.0, 9685.0, 9626.0, 9641.0, 9654.0, 9690.0, 9744.0, 9782.0, 9764.0, 9717.0, 9686.0, 9734.0, 9700.0, 9682.0, 9805.0, 9807.0, 9836.0, 9835.0, 9790.0, 9704.0, 9701.0, 9690.0, 9715.0, 9687.0, 9683.0, 9731.0, 9638.0, 9586.0, 9735.0, 9677.0, 9631.0, 9683.0, 9573.0, 9916.0, 9770.0, 9809.0, 9809.0, 9753.0, 9707.0, 9783.0, 9730.0, 9697.0, 9741.0, 9709.0, 9685.0, 9721.0, 9678.0, 9725.0, 9734.0, 9650.0, 9689.0, 9694.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.011203073394495411</td></tr>
<tr><td colspan=3>aqi</td><td>0.17457233371559636</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>50.695302781607246</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0308504556486793</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.035533985694603</td></tr>
<tr><td colspan=3>efc</td><td>0.4496</td></tr>
<tr><td colspan=3>fber</td><td>7485.6279</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.5125224650608986</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>578</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>66.28440366972477</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0815764481539833</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.842511295865613</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.260618104078988</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.1415999445173486</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122096</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00789329968392849</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025098515674471855</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8803390659935375</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>18.7337</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8659</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.5671</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305542.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>660.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.6207</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6764</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.2254</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3621.5023</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4724.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.0289</td></tr>
<tr><td colspan=3>tsnr</td><td>14.862904788984451</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>