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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-04/func/sub-0010_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a00778cc38562fa674fb96b0f1994fcf</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>15:58:29.025000</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_VE11C_LATEST_20160120</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.998801, 0.00851896, 0.0482091, -0.0111572, 0.998439, 0.0547229]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0730798</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7726, -7292, 683, -59, -33, 82, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>229.239</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8d0a1297-d2d2-4fd1-8aea-b722cc0cca64||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797099113464355, -0.029933903366327286, 0.12870275974273682, 104.8105239868164], [-0.022855738177895546, 2.678739547729492, 0.14902696013450623, -83.29873657226562], [0.12934152781963348, -0.14681755006313324, 2.692810297012329, -54.4382438659668], [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': ['155829.025000', '155829.485000', '155829.945000', '155830.405000', '155830.865000', '155831.325000', '155831.785000', '155832.245000', '155832.705000', '155833.165000', '155833.625000', '155834.085000', '155834.545000', '155835.005000', '155835.465000', '155835.925000', '155836.385000', '155836.845000', '155837.305000', '155837.765000', '155838.225000', '155838.685000', '155839.145000', '155839.605000', '155840.065000', '155840.525000', '155840.985000', '155841.445000', '155841.905000', '155842.365000', '155842.825000', '155843.285000', '155843.745000', '155844.205000', '155844.665000', '155845.125000', '155845.585000', '155846.045000', '155846.505000', '155846.965000', '155847.425000', '155847.885000', '155848.345000', '155848.805000', '155849.265000', '155849.725000', '155850.185000', '155850.645000', '155851.105000', '155851.565000', '155852.025000', '155852.485000', '155852.945000', '155853.405000', '155853.865000', '155854.325000', '155854.785000', '155855.245000', '155855.705000', '155856.165000', '155856.625000', '155857.085000', '155857.545000', '155858.005000', '155858.465000', '155858.925000', '155859.385000', '155859.845000', '155900.305000', '155900.765000', '155901.225000', '155901.685000', '155902.145000', '155902.605000', '155903.065000', '155903.525000', '155903.985000', '155904.445000', '155904.905000', '155905.365000', '155905.825000', '155906.285000', '155906.745000', '155907.205000', '155907.665000', '155908.125000', '155908.585000', '155909.045000', '155909.505000', '155909.965000', '155910.425000', '155910.885000', '155911.345000', '155911.805000', '155912.265000', '155912.725000', '155913.185000', '155913.645000', '155914.105000', '155914.565000', '155915.025000', '155915.485000', '155915.945000', '155916.405000', '155916.865000', '155917.325000', '155917.785000', '155918.245000', '155918.705000', '155919.165000', '155919.625000', '155920.085000', '155920.545000', '155921.005000', '155921.465000', '155921.925000', '155922.385000', '155922.845000', '155923.305000', '155923.765000', '155924.225000', '155924.685000', '155925.145000', '155925.605000', '155926.065000', '155926.525000', '155926.985000', '155927.445000', '155927.905000', '155928.365000', '155928.825000', '155929.285000', '155929.745000', '155930.205000', '155930.665000', '155931.125000', '155931.585000', '155932.045000', '155932.505000', '155932.965000', '155933.425000', '155933.885000', '155934.345000', '155934.805000', '155935.265000', '155935.725000', '155936.185000', '155936.645000', '155937.105000', '155937.565000', '155938.025000', '155938.485000', '155938.945000', '155939.405000', '155939.865000', '155940.325000', '155940.785000', '155941.245000', '155941.705000', '155942.165000', '155942.625000', '155943.085000', '155943.545000', '155944.005000', '155944.465000', '155944.925000', '155945.385000', '155945.845000', '155946.305000', '155946.765000', '155947.225000', '155947.685000', '155948.145000', '155948.605000', '155949.065000', '155949.525000', '155949.985000', '155950.445000', '155950.905000', '155951.365000', '155951.825000', '155952.285000', '155952.745000', '155953.205000', '155953.665000', '155954.125000', '155954.585000', '155955.045000', '155955.505000', '155955.965000', '155956.425000', '155956.885000', '155957.345000', '155957.805000', '155958.265000', '155958.725000', '155959.185000', '155959.645000', '160000.105000', '160000.565000', '160001.025000', '160001.485000', '160001.945000', '160002.405000', '160002.865000', '160003.325000', '160003.785000', '160004.245000', '160004.705000', '160005.165000', '160005.625000', '160006.085000', '160006.545000', '160007.005000', '160007.465000', '160007.925000', '160008.385000', '160008.845000', '160009.305000', '160009.765000', '160010.225000', '160010.685000', '160011.145000', '160011.605000', '160012.065000', '160012.525000', '160012.985000', '160013.445000', '160013.905000', '160014.365000', '160014.825000', '160015.285000', '160015.745000', '160016.205000', '160016.665000', '160017.125000', '160017.585000', '160018.045000', '160018.505000', '160018.965000', '160019.425000', '160019.885000', '160020.345000', '160020.805000', '160021.265000', '160021.725000', '160022.185000', '160022.645000', '160023.105000', '160023.565000', '160024.025000', '160024.485000', '160024.945000', '160025.405000', '160025.865000', '160026.325000', '160026.785000', '160027.245000', '160027.705000', '160028.165000', '160028.625000', '160029.085000', '160029.545000', '160030.005000', '160030.465000', '160030.925000', '160031.385000', '160031.845000', '160032.305000', '160032.765000', '160033.225000', '160033.685000', '160034.145000', '160034.605000', '160035.065000', '160035.525000', '160035.985000', '160036.445000', '160036.905000', '160037.365000', '160037.825000', '160038.285000', '160038.745000', '160039.205000', '160039.665000', '160040.125000', '160040.585000', '160041.045000', '160041.505000', '160041.965000', '160042.425000', '160042.885000', '160043.345000', '160043.805000', '160044.265000', '160044.725000', '160045.185000', '160045.645000', '160046.105000', '160046.565000', '160047.025000', '160047.485000', '160047.945000', '160048.405000', '160048.865000', '160049.325000', '160049.785000', '160050.245000', '160050.705000', '160051.165000', '160051.625000', '160052.085000', '160052.545000', '160053.005000', '160053.465000', '160053.925000', '160054.385000', '160054.845000', '160055.305000', '160055.765000', '160056.225000', '160056.685000', '160057.145000', '160057.605000', '160058.065000', '160058.525000', '160058.985000', '160059.445000', '160059.905000', '160100.365000', '160100.825000', '160101.285000', '160101.745000', '160102.205000', '160102.665000', '160103.125000', '160103.585000', '160104.045000', '160104.505000', '160104.965000', '160105.425000', '160105.885000', '160106.345000', '160106.805000', '160107.265000', '160107.725000', '160108.185000', '160108.645000', '160109.105000', '160109.565000', '160110.025000', '160110.485000', '160110.945000', '160111.405000', '160111.865000', '160112.325000', '160112.785000', '160113.245000', '160113.705000', '160114.165000', '160114.625000', '160115.085000', '160115.545000', '160116.005000', '160116.465000', '160116.925000', '160117.385000', '160117.845000', '160118.305000', '160118.765000', '160119.225000', '160119.685000', '160120.145000', '160120.605000', '160121.065000', '160121.525000', '160121.985000', '160122.445000', '160122.905000', '160123.365000', '160123.825000', '160124.285000', '160124.745000', '160125.205000', '160125.665000', '160126.125000', '160126.585000', '160127.045000', '160127.505000', '160127.965000', '160128.425000', '160128.885000', '160129.345000', '160129.805000', '160130.265000', '160130.725000', '160131.185000', '160131.645000', '160132.105000', '160132.565000', '160133.025000', '160133.485000', '160133.945000', '160134.405000', '160134.865000', '160135.325000', '160135.785000', '160136.245000', '160136.705000', '160137.165000', '160137.625000', '160138.085000', '160138.545000', '160139.005000', '160139.465000', '160139.925000', '160140.385000', '160140.845000', '160141.305000', '160141.765000', '160142.225000', '160142.685000', '160143.145000', '160143.605000', '160144.065000', '160144.525000', '160144.985000', '160145.445000', '160145.905000', '160146.365000', '160146.825000', '160147.285000', '160147.745000', '160148.205000', '160148.665000', '160149.125000', '160149.585000', '160150.045000', '160150.505000', '160150.965000', '160151.425000', '160151.885000', '160152.345000', '160152.805000', '160153.265000', '160153.725000', '160154.185000', '160154.645000', '160155.105000', '160155.565000', '160156.025000', '160156.485000', '160156.945000', '160157.405000', '160157.865000', '160158.325000', '160158.785000', '160159.245000', '160159.705000', '160200.165000', '160200.625000', '160201.085000', '160201.545000', '160202.005000', '160202.465000', '160202.925000', '160203.385000', '160203.845000', '160204.305000', '160204.765000', '160205.225000', '160205.685000', '160206.145000', '160206.605000', '160207.065000', '160207.525000', '160207.985000', '160208.445000', '160208.905000', '160209.365000', '160209.825000', '160210.285000', '160210.745000', '160211.205000', '160211.665000', '160212.125000', '160212.585000', '160213.045000', '160213.505000', '160213.965000', '160214.425000', '160214.885000', '160215.345000', '160215.805000', '160216.265000', '160216.725000', '160217.185000', '160217.645000', '160218.105000', '160218.565000', '160219.025000', '160219.485000', '160219.945000', '160220.405000', '160220.865000', '160221.325000', '160221.785000', '160222.245000', '160222.705000', '160223.165000', '160223.625000', '160224.085000', '160224.545000', '160225.005000', '160225.465000', '160225.925000', '160226.385000', '160226.845000', '160227.305000', '160227.765000', '160228.225000', '160228.685000', '160229.145000', '160229.605000', '160230.065000', '160230.525000', '160230.985000', '160231.445000', '160231.905000', '160232.365000', '160232.825000', '160233.285000', '160233.745000', '160234.205000', '160234.665000', '160235.125000', '160235.585000', '160236.045000', '160236.505000', '160236.965000', '160237.425000', '160237.885000', '160238.345000', '160238.805000', '160239.265000', '160239.725000', '160240.185000', '160240.645000', '160241.105000', '160241.565000', '160242.025000', '160242.485000', '160242.945000', '160243.405000', '160243.865000', '160244.325000', '160244.785000', '160245.245000', '160245.705000', '160246.165000', '160246.625000', '160247.085000', '160247.545000', '160248.005000', '160248.465000', '160248.925000', '160249.385000', '160249.845000', '160250.305000', '160250.765000', '160251.225000', '160251.685000', '160252.145000', '160252.605000', '160253.065000', '160253.525000', '160253.985000', '160254.445000', '160254.905000', '160255.365000', '160255.825000', '160256.285000', '160256.745000', '160257.205000', '160257.665000', '160258.125000', '160258.585000', '160259.045000', '160259.505000', '160259.965000', '160300.425000', '160300.885000', '160301.345000', '160301.805000', '160302.265000', '160302.725000', '160303.185000', '160303.645000', '160304.105000', '160304.565000', '160305.025000', '160305.485000', '160305.945000', '160306.405000', '160306.865000', '160307.325000', '160307.785000', '160308.245000', '160308.705000', '160309.165000', '160309.625000', '160310.085000', '160310.545000', '160311.005000', '160311.465000', '160311.925000', '160312.385000', '160312.845000', '160313.305000', '160313.765000', '160314.225000', '160314.685000', '160315.145000', '160315.605000', '160316.065000', '160316.525000', '160316.985000', '160317.445000', '160317.905000', '160318.365000', '160318.825000', '160319.285000', '160319.745000', '160320.205000', '160320.665000', '160321.125000', '160321.585000', '160322.045000', '160322.505000', '160322.965000', '160323.425000', '160323.885000', '160324.345000', '160324.805000', '160325.265000', '160325.725000', '160326.185000', '160326.645000', '160327.105000', '160327.565000', '160328.025000', '160328.485000', '160328.945000', '160329.405000', '160329.865000', '160330.325000', '160330.785000', '160331.245000', '160331.705000', '160332.165000', '160332.625000', '160333.085000', '160333.545000', '160334.005000', '160334.465000', '160334.925000', '160335.385000', '160335.845000', '160336.305000', '160336.765000', '160337.225000', '160337.685000', '160338.145000', '160338.605000', '160339.065000', '160339.525000', '160339.985000', '160340.445000', '160340.905000', '160341.365000', '160341.825000', '160342.285000', '160342.745000', '160343.205000', '160343.665000', '160344.125000', '160344.585000', '160345.045000', '160345.505000', '160345.965000', '160346.425000', '160346.885000', '160347.345000', '160347.805000', '160348.265000', '160348.725000', '160349.185000', '160349.645000', '160350.105000', '160350.565000', '160351.025000', '160351.485000', '160351.945000', '160352.405000', '160352.865000', '160353.325000', '160353.785000', '160354.245000', '160354.705000', '160355.165000', '160355.625000', '160356.085000', '160356.545000', '160357.005000', '160357.465000', '160357.925000', '160358.385000', '160358.845000', '160359.305000', '160359.765000', '160400.225000', '160400.685000', '160401.145000', '160401.605000', '160402.065000', '160402.525000', '160402.985000', '160403.445000', '160403.905000', '160404.365000', '160404.825000', '160405.285000', '160405.745000', '160406.205000', '160406.665000', '160407.125000', '160407.585000', '160408.045000', '160408.505000', '160408.965000', '160409.425000', '160409.885000', '160410.345000', '160410.805000', '160411.265000', '160411.725000', '160412.185000', '160412.645000', '160413.105000', '160413.565000', '160414.025000', '160414.485000', '160414.945000', '160415.405000', '160415.865000', '160416.325000', '160416.785000', '160417.245000', '160417.705000', '160418.165000', '160418.625000', '160419.085000', '160419.545000', '160420.005000', '160420.465000', '160420.925000', '160421.385000', '160421.845000', '160422.305000', '160422.765000', '160423.225000', '160423.685000', '160424.145000', '160424.605000', '160425.065000', '160425.525000', '160425.985000', '160426.445000', '160426.905000', '160427.365000', '160427.825000', '160428.285000', '160428.745000', '160429.205000', '160429.665000', '160430.125000', '160430.585000', '160431.045000', '160431.505000', '160431.965000', '160432.425000', '160432.885000', '160433.345000', '160433.805000', '160434.265000', '160434.725000', '160435.185000', '160435.645000', '160436.105000', '160436.565000', '160437.025000', '160437.485000', '160437.945000', '160438.405000', '160438.865000', '160439.325000', '160439.785000', '160440.245000', '160440.705000', '160441.165000', '160441.625000', '160442.085000', '160442.545000', '160443.005000', '160443.465000', '160443.925000', '160444.385000', '160444.845000', '160445.305000', '160445.765000', '160446.225000', '160446.685000', '160447.145000', '160447.605000', '160448.065000', '160448.525000', '160448.985000', '160449.445000', '160449.905000', '160450.365000', '160450.825000', '160451.285000', '160451.745000', '160452.205000', '160452.665000', '160453.125000', '160453.585000', '160454.045000', '160454.505000', '160454.965000', '160455.425000', '160455.885000', '160456.345000', '160456.805000', '160457.265000', '160457.725000', '160458.185000', '160458.645000', '160459.105000', '160459.565000', '160500.025000', '160500.485000', '160500.945000', '160501.405000', '160501.865000', '160502.325000', '160502.785000', '160503.245000', '160503.705000', '160504.165000', '160504.625000', '160505.085000', '160505.545000', '160506.005000', '160506.465000', '160506.925000', '160507.385000', '160507.845000', '160508.305000', '160508.765000', '160509.225000', '160509.685000'], 'ContentTime': ['155853.413000', '155853.416000', '155853.419000', '155853.422000', '155853.425000', '155853.428000', '155853.431000', '155853.434000', '155853.438000', '155853.441000', '155853.444000', '155853.447000', '155853.450000', '155853.453000', '155853.456000', '155853.459000', '155853.462000', '155853.465000', '155853.468000', '155853.471000', '155853.474000', '155853.477000', '155853.480000', '155853.483000', '155853.486000', '155853.489000', '155853.492000', '155853.495000', '155853.498000', '155853.501000', '155853.504000', '155853.507000', '155853.510000', '155853.513000', '155853.515000', '155853.518000', '155853.521000', '155853.530000', '155853.533000', '155853.536000', '155853.539000', '155853.542000', '155853.545000', '155853.548000', '155853.551000', '155853.554000', '155853.556000', '155853.559000', '155853.562000', '155853.565000', '155853.568000', '155913.367000', '155913.370000', '155913.373000', '155913.376000', '155913.379000', '155913.382000', '155913.385000', '155913.388000', '155913.391000', '155913.394000', '155913.400000', '155913.402000', '155913.405000', '155913.408000', '155913.411000', '155913.414000', '155913.417000', '155913.420000', '155913.423000', '155913.426000', '155913.429000', '155913.432000', '155913.435000', '155913.438000', '155913.442000', '155913.445000', '155913.448000', '155913.451000', '155913.454000', '155913.457000', '155913.460000', '155913.466000', '155913.469000', '155913.472000', '155913.475000', '155913.478000', '155913.481000', '155913.484000', '155913.487000', '155913.490000', '155913.493000', '155913.496000', '155913.499000', '155933.367000', '155933.370000', '155933.373000', '155933.376000', '155933.379000', '155933.382000', '155933.385000', '155933.388000', '155933.391000', '155933.394000', '155933.397000', '155933.400000', '155933.403000', '155933.405000', '155933.408000', '155933.417000', '155933.420000', '155933.423000', '155933.426000', '155933.429000', '155933.432000', '155933.435000', '155933.438000', '155933.441000', '155933.444000', '155933.446000', '155933.449000', '155933.452000', '155933.456000', '155933.459000', '155933.462000', '155933.465000', '155933.479000', '155933.482000', '155933.485000', '155933.491000', '155933.494000', '155933.497000', '155933.499000', '155933.503000', '155933.506000', '155933.508000', '155933.511000', '155933.514000', '155953.366000', '155953.369000', '155953.372000', '155953.375000', '155953.378000', '155953.381000', '155953.384000', '155953.387000', '155953.390000', '155953.393000', '155953.396000', '155953.399000', '155953.401000', '155953.405000', '155953.407000', '155953.410000', '155953.413000', '155953.417000', '155953.420000', '155953.422000', '155953.425000', '155953.428000', '155953.431000', '155953.434000', '155953.437000', '155953.445000', '155953.448000', '155953.451000', '155953.454000', '155953.457000', '155953.460000', '155953.463000', '155953.465000', '155953.469000', '155953.472000', '155953.475000', '155953.478000', '155953.481000', '155953.484000', '155953.487000', '155953.489000', '155953.493000', '155953.495000', '160013.366000', '160013.369000', '160013.372000', '160013.375000', '160013.378000', '160013.381000', '160013.384000', '160013.387000', '160013.390000', '160013.393000', '160013.396000', '160013.399000', '160013.402000', '160013.404000', '160013.408000', '160013.410000', '160013.413000', '160013.416000', '160013.420000', '160013.422000', '160013.425000', '160013.428000', '160013.431000', '160013.434000', '160013.437000', '160013.440000', '160013.443000', '160013.446000', '160013.449000', '160013.452000', '160013.455000', '160013.458000', '160013.461000', '160013.464000', '160013.467000', '160013.470000', '160013.473000', '160013.476000', '160013.479000', '160013.482000', '160013.484000', '160013.487000', '160013.490000', '160013.493000', '160033.367000', '160033.370000', '160033.373000', '160033.376000', '160033.379000', '160033.382000', '160033.385000', '160033.388000', '160033.391000', '160033.394000', '160033.397000', '160033.400000', '160033.403000', '160033.406000', '160033.408000', '160033.411000', '160033.415000', '160033.418000', '160033.420000', '160033.423000', '160033.426000', '160033.429000', '160033.432000', '160033.435000', '160033.438000', '160033.443000', '160033.446000', '160033.449000', '160033.452000', '160033.455000', '160033.458000', '160033.461000', '160033.464000', '160033.467000', '160033.470000', '160033.473000', '160033.477000', '160033.481000', '160033.484000', '160033.487000', '160033.490000', '160033.493000', '160033.496000', '160053.367000', '160053.370000', '160053.373000', '160053.376000', '160053.379000', '160053.382000', '160053.385000', '160053.388000', '160053.391000', '160053.394000', '160053.397000', '160053.400000', '160053.403000', '160053.406000', '160053.409000', '160053.412000', '160053.415000', '160053.418000', '160053.421000', '160053.424000', '160053.427000', '160053.430000', '160053.433000', '160053.436000', '160053.439000', '160053.442000', '160053.446000', '160053.449000', '160053.452000', '160053.455000', '160053.458000', '160053.461000', '160053.463000', '160053.467000', '160053.469000', '160053.472000', '160053.475000', '160053.478000', '160053.481000', '160053.484000', '160053.487000', '160053.490000', '160053.493000', '160053.496000', '160113.367000', '160113.370000', '160113.373000', '160113.376000', '160113.379000', '160113.382000', '160113.385000', '160113.388000', '160113.391000', '160113.394000', '160113.397000', '160113.400000', '160113.403000', '160113.406000', '160113.409000', '160113.412000', '160113.415000', '160113.418000', '160113.421000', '160113.424000', '160113.427000', '160113.429000', '160113.432000', '160113.436000', '160113.438000', '160113.441000', '160113.444000', '160113.447000', '160113.450000', '160113.453000', '160113.456000', '160113.459000', '160113.462000', '160113.465000', '160113.468000', '160113.471000', '160113.474000', '160113.477000', '160113.480000', '160113.486000', '160113.489000', '160113.492000', '160113.512000', '160133.367000', '160133.370000', '160133.373000', '160133.376000', '160133.379000', '160133.382000', '160133.385000', '160133.388000', '160133.391000', '160133.394000', '160133.397000', '160133.400000', '160133.403000', '160133.406000', '160133.409000', '160133.412000', '160133.415000', '160133.418000', '160133.421000', '160133.423000', '160133.427000', '160133.429000', '160133.432000', '160133.435000', '160133.438000', '160133.441000', '160133.444000', '160133.447000', '160133.450000', '160133.453000', '160133.456000', '160133.459000', '160133.462000', '160133.465000', '160133.468000', '160133.471000', '160133.474000', '160133.477000', '160133.480000', '160133.483000', '160133.486000', '160133.490000', '160133.493000', '160133.495000', '160153.367000', '160153.370000', '160153.373000', '160153.376000', '160153.379000', '160153.382000', '160153.385000', '160153.388000', '160153.391000', '160153.394000', '160153.397000', '160153.400000', '160153.403000', '160153.406000', '160153.415000', '160153.418000', '160153.421000', '160153.424000', '160153.427000', '160153.430000', '160153.433000', '160153.435000', '160153.439000', '160153.441000', '160153.444000', '160153.447000', '160153.450000', '160153.453000', '160153.456000', '160153.459000', '160153.462000', '160153.465000', '160153.468000', '160153.471000', '160153.474000', '160153.477000', '160153.480000', '160153.483000', '160153.486000', '160153.489000', '160153.492000', '160153.495000', '160153.498000', '160213.366000', '160213.369000', '160213.372000', '160213.375000', '160213.378000', '160213.381000', '160213.384000', '160213.387000', '160213.390000', '160213.393000', '160213.396000', '160213.399000', '160213.402000', '160213.405000', '160213.408000', '160213.411000', '160213.414000', '160213.417000', '160213.420000', '160213.423000', '160213.426000', '160213.429000', '160213.432000', '160213.435000', '160213.438000', '160213.441000', '160213.444000', '160213.447000', '160213.450000', '160213.453000', '160213.456000', '160213.459000', '160213.462000', '160213.464000', '160213.467000', '160213.470000', '160213.473000', '160213.476000', '160213.479000', '160213.483000', '160213.486000', '160213.489000', '160213.492000', '160213.495000', '160233.366000', '160233.369000', '160233.372000', '160233.375000', '160233.378000', '160233.381000', '160233.384000', '160233.387000', '160233.390000', '160233.393000', '160233.396000', '160233.399000', '160233.402000', '160233.405000', '160233.408000', '160233.411000', '160233.414000', '160233.417000', '160233.420000', '160233.423000', '160233.426000', '160233.429000', '160233.432000', '160233.435000', '160233.438000', '160233.441000', '160233.444000', '160233.447000', '160233.450000', '160233.453000', '160233.456000', '160233.459000', '160233.462000', '160233.465000', '160233.468000', '160233.471000', '160233.474000', '160233.477000', '160233.480000', '160233.483000', '160233.486000', '160233.489000', '160233.492000', '160253.367000', '160253.370000', '160253.373000', '160253.376000', '160253.379000', '160253.383000', '160253.386000', '160253.390000', '160253.393000', '160253.396000', '160253.399000', '160253.402000', '160253.405000', '160253.408000', '160253.411000', '160253.414000', '160253.417000', '160253.420000', '160253.423000', '160253.426000', '160253.429000', '160253.432000', '160253.435000', '160253.438000', '160253.441000', '160253.444000', '160253.447000', '160253.450000', '160253.453000', '160253.456000', '160253.459000', '160253.462000', '160253.465000', '160253.467000', '160253.471000', '160253.473000', '160253.476000', '160253.479000', '160253.482000', '160253.485000', '160253.488000', '160253.491000', '160253.494000', '160313.367000', '160313.370000', '160313.373000', '160313.376000', '160313.379000', '160313.382000', '160313.385000', '160313.388000', '160313.391000', '160313.408000', '160313.411000', '160313.413000', '160313.416000', '160313.419000', '160313.422000', '160313.425000', '160313.428000', '160313.431000', '160313.434000', '160313.437000', '160313.440000', '160313.443000', '160313.446000', '160313.449000', '160313.452000', '160313.455000', '160313.458000', '160313.461000', '160313.464000', '160313.467000', '160313.470000', '160313.473000', '160313.476000', '160313.479000', '160313.482000', '160313.485000', '160313.487000', '160313.491000', '160313.494000', '160313.497000', '160313.499000', '160313.503000', '160313.505000', '160313.508000', '160333.367000', '160333.370000', '160333.373000', '160333.376000', '160333.379000', '160333.382000', '160333.385000', '160333.388000', '160333.391000', '160333.394000', '160333.398000', '160333.402000', '160333.405000', '160333.408000', '160333.411000', '160333.414000', '160333.417000', '160333.420000', '160333.423000', '160333.426000', '160333.429000', '160333.432000', '160333.435000', '160333.438000', '160333.441000', '160333.444000', '160333.447000', '160333.450000', '160333.453000', '160333.456000', '160333.459000', '160333.462000', '160333.465000', '160333.468000', '160333.471000', '160333.474000', '160333.477000', '160333.480000', '160333.483000', '160333.486000', '160333.489000', '160333.492000', '160333.494000', '160353.367000', '160353.370000', '160353.373000', '160353.376000', '160353.379000', '160353.382000', '160353.385000', '160353.388000', '160353.391000', '160353.394000', '160353.397000', '160353.400000', '160353.403000', '160353.406000', '160353.409000', '160353.412000', '160353.415000', '160353.418000', '160353.421000', '160353.423000', '160353.427000', '160353.430000', '160353.432000', '160353.435000', '160353.438000', '160353.441000', '160353.444000', '160353.447000', '160353.450000', '160353.453000', '160353.456000', '160353.459000', '160353.462000', '160353.465000', '160353.468000', '160353.471000', '160353.474000', '160353.477000', '160353.480000', '160353.483000', '160353.486000', '160353.489000', '160353.492000', '160353.494000', '160413.367000', '160413.370000', '160413.373000', '160413.376000', '160413.379000', '160413.382000', '160413.385000', '160413.388000', '160413.391000', '160413.394000', '160413.397000', '160413.400000', '160413.403000', '160413.406000', '160413.409000', '160413.412000', '160413.415000', '160413.418000', '160413.421000', '160413.424000', '160413.427000', '160413.430000', '160413.433000', '160413.436000', '160413.439000', '160413.442000', '160413.445000', '160413.448000', '160413.451000', '160413.454000', '160413.457000', '160413.460000', '160413.463000', '160413.466000', '160413.469000', '160413.472000', '160413.475000', '160413.478000', '160413.481000', '160413.484000', '160413.487000', '160413.490000', '160413.493000', '160433.366000', '160433.369000', '160433.372000', '160433.375000', '160433.378000', '160433.381000', '160433.384000', '160433.387000', '160433.390000', '160433.393000', '160433.396000', '160433.399000', '160433.402000', '160433.405000', '160433.408000', '160433.411000', '160433.414000', '160433.417000', '160433.420000', '160433.430000', '160433.433000', '160433.436000', '160433.439000', '160433.442000', '160433.445000', '160433.448000', '160433.451000', '160433.454000', '160433.457000', '160433.460000', '160433.463000', '160433.466000', '160433.469000', '160433.472000', '160433.475000', '160433.478000', '160433.481000', '160433.484000', '160433.486000', '160433.490000', '160433.493000', '160433.495000', '160433.498000', '160433.501000', '160453.366000', '160453.369000', '160453.372000', '160453.375000', '160453.378000', '160453.381000', '160453.384000', '160453.387000', '160453.390000', '160453.393000', '160453.396000', '160453.399000', '160453.402000', '160453.405000', '160453.408000', '160453.411000', '160453.414000', '160453.417000', '160453.431000', '160453.437000', '160453.442000', '160453.446000', '160453.448000', '160453.452000', '160453.454000', '160453.457000', '160453.460000', '160453.463000', '160453.466000', '160453.469000', '160453.472000', '160453.475000', '160453.478000', '160453.481000', '160453.485000', '160453.488000', '160453.491000', '160453.494000', '160453.497000', '160453.500000', '160453.503000', '160453.506000', '160453.509000', '160510.957000', '160510.961000', '160510.964000', '160510.967000', '160510.971000', '160510.974000', '160510.977000', '160510.980000', '160510.983000', '160510.986000', '160510.989000', '160510.992000', '160510.995000', '160510.998000', '160511.003000', '160511.006000', '160511.009000', '160511.012000', '160511.015000', '160511.018000', '160511.021000', '160511.024000', '160511.027000', '160511.030000', '160511.033000', '160511.036000', '160511.039000', '160511.042000', '160511.046000', '160511.048000', '160511.051000', '160511.054000', '160511.058000', '160511.060000', '160511.063000', '160511.066000', '160511.069000', '160511.072000', '160511.075000'], 'InstanceCreationTime': ['155853.413000', '155853.416000', '155853.419000', '155853.422000', '155853.425000', '155853.428000', '155853.431000', '155853.434000', '155853.438000', '155853.441000', '155853.444000', '155853.447000', '155853.450000', '155853.453000', '155853.456000', '155853.459000', '155853.462000', '155853.465000', '155853.468000', '155853.471000', '155853.474000', '155853.477000', '155853.480000', '155853.483000', '155853.486000', '155853.489000', '155853.492000', '155853.495000', '155853.498000', '155853.501000', '155853.504000', '155853.507000', '155853.510000', '155853.513000', '155853.515000', '155853.518000', '155853.521000', '155853.530000', '155853.533000', '155853.536000', '155853.539000', '155853.542000', '155853.545000', '155853.548000', '155853.551000', '155853.554000', '155853.556000', '155853.559000', '155853.562000', '155853.565000', '155853.568000', '155913.367000', '155913.370000', '155913.373000', '155913.376000', '155913.379000', '155913.382000', '155913.385000', '155913.388000', '155913.391000', '155913.394000', '155913.400000', '155913.402000', '155913.405000', '155913.408000', '155913.411000', '155913.414000', '155913.417000', '155913.420000', '155913.423000', '155913.426000', '155913.429000', '155913.432000', '155913.435000', '155913.438000', '155913.442000', '155913.445000', '155913.448000', '155913.451000', '155913.454000', '155913.457000', '155913.460000', '155913.466000', '155913.469000', '155913.472000', '155913.475000', '155913.478000', '155913.481000', '155913.484000', '155913.487000', '155913.490000', '155913.493000', '155913.496000', '155913.499000', '155933.367000', '155933.370000', '155933.373000', '155933.376000', '155933.379000', '155933.382000', '155933.385000', '155933.388000', '155933.391000', '155933.394000', '155933.397000', '155933.400000', '155933.403000', '155933.405000', '155933.408000', '155933.417000', '155933.420000', '155933.423000', '155933.426000', '155933.429000', '155933.432000', '155933.435000', '155933.438000', '155933.441000', '155933.444000', '155933.446000', '155933.449000', '155933.452000', '155933.456000', '155933.459000', '155933.462000', '155933.465000', '155933.479000', '155933.482000', '155933.485000', '155933.491000', '155933.494000', '155933.497000', '155933.499000', '155933.503000', '155933.506000', '155933.508000', '155933.511000', '155933.514000', '155953.366000', '155953.369000', '155953.372000', '155953.375000', '155953.378000', '155953.381000', '155953.384000', '155953.387000', '155953.390000', '155953.393000', '155953.396000', '155953.399000', '155953.401000', '155953.405000', '155953.407000', '155953.410000', '155953.413000', '155953.417000', '155953.420000', '155953.422000', '155953.425000', '155953.428000', '155953.431000', '155953.434000', '155953.437000', '155953.445000', '155953.448000', '155953.451000', '155953.454000', '155953.457000', '155953.460000', '155953.463000', '155953.465000', '155953.469000', '155953.472000', '155953.475000', '155953.478000', '155953.481000', '155953.484000', '155953.487000', '155953.489000', '155953.493000', '155953.495000', '160013.366000', '160013.369000', '160013.372000', '160013.375000', '160013.378000', '160013.381000', '160013.384000', '160013.387000', '160013.390000', '160013.393000', '160013.396000', '160013.399000', '160013.402000', '160013.404000', '160013.408000', '160013.410000', '160013.413000', '160013.416000', '160013.420000', '160013.422000', '160013.425000', '160013.428000', '160013.431000', '160013.434000', '160013.437000', '160013.440000', '160013.443000', '160013.446000', '160013.449000', '160013.452000', '160013.455000', '160013.458000', '160013.461000', '160013.464000', '160013.467000', '160013.470000', '160013.473000', '160013.476000', '160013.479000', '160013.482000', '160013.484000', '160013.487000', '160013.490000', '160013.493000', '160033.367000', '160033.370000', '160033.373000', '160033.376000', '160033.379000', '160033.382000', '160033.385000', '160033.388000', '160033.391000', '160033.394000', '160033.397000', '160033.400000', '160033.403000', '160033.406000', '160033.408000', '160033.411000', '160033.415000', '160033.418000', '160033.420000', '160033.423000', '160033.426000', '160033.429000', '160033.432000', '160033.435000', '160033.438000', '160033.443000', '160033.446000', '160033.449000', '160033.452000', '160033.455000', '160033.458000', '160033.461000', '160033.464000', '160033.467000', '160033.470000', '160033.473000', '160033.477000', '160033.481000', '160033.484000', '160033.487000', '160033.490000', '160033.493000', '160033.496000', '160053.367000', '160053.370000', '160053.373000', '160053.376000', '160053.379000', '160053.382000', '160053.385000', '160053.388000', '160053.391000', '160053.394000', '160053.397000', '160053.400000', '160053.403000', '160053.406000', '160053.409000', '160053.412000', '160053.415000', '160053.418000', '160053.421000', '160053.424000', '160053.427000', '160053.430000', '160053.433000', '160053.436000', '160053.439000', '160053.442000', '160053.446000', '160053.449000', '160053.452000', '160053.455000', '160053.458000', '160053.461000', '160053.463000', '160053.467000', '160053.469000', '160053.472000', '160053.475000', '160053.478000', '160053.481000', '160053.484000', '160053.487000', '160053.490000', '160053.493000', '160053.496000', '160113.367000', '160113.370000', '160113.373000', '160113.376000', '160113.379000', '160113.382000', '160113.385000', '160113.388000', '160113.391000', '160113.394000', '160113.397000', '160113.400000', '160113.403000', '160113.406000', '160113.409000', '160113.412000', '160113.415000', '160113.418000', '160113.421000', '160113.424000', '160113.427000', '160113.429000', '160113.432000', '160113.436000', '160113.438000', '160113.441000', '160113.444000', '160113.447000', '160113.450000', '160113.453000', '160113.456000', '160113.459000', '160113.462000', '160113.465000', '160113.468000', '160113.471000', '160113.474000', '160113.477000', '160113.480000', '160113.486000', '160113.489000', '160113.492000', '160113.512000', '160133.367000', '160133.370000', '160133.373000', '160133.376000', '160133.379000', '160133.382000', '160133.385000', '160133.388000', '160133.391000', '160133.394000', '160133.397000', '160133.400000', '160133.403000', '160133.406000', '160133.409000', '160133.412000', '160133.415000', '160133.418000', '160133.421000', '160133.423000', '160133.427000', '160133.429000', '160133.432000', '160133.435000', '160133.438000', '160133.441000', '160133.444000', '160133.447000', '160133.450000', '160133.453000', '160133.456000', '160133.459000', '160133.462000', '160133.465000', '160133.468000', '160133.471000', '160133.474000', '160133.477000', '160133.480000', '160133.483000', '160133.486000', '160133.490000', '160133.493000', '160133.495000', '160153.367000', '160153.370000', '160153.373000', '160153.376000', '160153.379000', '160153.382000', '160153.385000', '160153.388000', '160153.391000', '160153.394000', '160153.397000', '160153.400000', '160153.403000', '160153.406000', '160153.415000', '160153.418000', '160153.421000', '160153.424000', '160153.427000', '160153.430000', '160153.433000', '160153.435000', '160153.439000', '160153.441000', '160153.444000', '160153.447000', '160153.450000', '160153.453000', '160153.456000', '160153.459000', '160153.462000', '160153.465000', '160153.468000', '160153.471000', '160153.474000', '160153.477000', '160153.480000', '160153.483000', '160153.486000', '160153.489000', '160153.492000', '160153.495000', '160153.498000', '160213.366000', '160213.369000', '160213.372000', '160213.375000', '160213.378000', '160213.381000', '160213.384000', '160213.387000', '160213.390000', '160213.393000', '160213.396000', '160213.399000', '160213.402000', '160213.405000', '160213.408000', '160213.411000', '160213.414000', '160213.417000', '160213.420000', '160213.423000', '160213.426000', '160213.429000', '160213.432000', '160213.435000', '160213.438000', '160213.441000', '160213.444000', '160213.447000', '160213.450000', '160213.453000', '160213.456000', '160213.459000', '160213.462000', '160213.464000', '160213.467000', '160213.470000', '160213.473000', '160213.476000', '160213.479000', '160213.483000', '160213.486000', '160213.489000', '160213.492000', '160213.495000', '160233.366000', '160233.369000', '160233.372000', '160233.375000', '160233.378000', '160233.381000', '160233.384000', '160233.387000', '160233.390000', '160233.393000', '160233.396000', '160233.399000', '160233.402000', '160233.405000', '160233.408000', '160233.411000', '160233.414000', '160233.417000', '160233.420000', '160233.423000', '160233.426000', '160233.429000', '160233.432000', '160233.435000', '160233.438000', '160233.441000', '160233.444000', '160233.447000', '160233.450000', '160233.453000', '160233.456000', '160233.459000', '160233.462000', '160233.465000', '160233.468000', '160233.471000', '160233.474000', '160233.477000', '160233.480000', '160233.483000', '160233.486000', '160233.489000', '160233.492000', '160253.367000', '160253.370000', '160253.373000', '160253.376000', '160253.379000', '160253.383000', '160253.386000', '160253.390000', '160253.393000', '160253.396000', '160253.399000', '160253.402000', '160253.405000', '160253.408000', '160253.411000', '160253.414000', '160253.417000', '160253.420000', '160253.423000', '160253.426000', '160253.429000', '160253.432000', '160253.435000', '160253.438000', '160253.441000', '160253.444000', '160253.447000', '160253.450000', '160253.453000', '160253.456000', '160253.459000', '160253.462000', '160253.465000', '160253.467000', '160253.471000', '160253.473000', '160253.476000', '160253.479000', '160253.482000', '160253.485000', '160253.488000', '160253.491000', '160253.494000', '160313.367000', '160313.370000', '160313.373000', '160313.376000', '160313.379000', '160313.382000', '160313.385000', '160313.388000', '160313.391000', '160313.408000', '160313.411000', '160313.413000', '160313.416000', '160313.419000', '160313.422000', '160313.425000', '160313.428000', '160313.431000', '160313.434000', '160313.437000', '160313.440000', '160313.443000', '160313.446000', '160313.449000', '160313.452000', '160313.455000', '160313.458000', '160313.461000', '160313.464000', '160313.467000', '160313.470000', '160313.473000', '160313.476000', '160313.479000', '160313.482000', '160313.485000', '160313.487000', '160313.491000', '160313.494000', '160313.497000', '160313.499000', '160313.503000', '160313.505000', '160313.508000', '160333.367000', '160333.370000', '160333.373000', '160333.376000', '160333.379000', '160333.382000', '160333.385000', '160333.388000', '160333.391000', '160333.394000', '160333.398000', '160333.402000', '160333.405000', '160333.408000', '160333.411000', '160333.414000', '160333.417000', '160333.420000', '160333.423000', '160333.426000', '160333.429000', '160333.432000', '160333.435000', '160333.438000', '160333.441000', '160333.444000', '160333.447000', '160333.450000', '160333.453000', '160333.456000', '160333.459000', '160333.462000', '160333.465000', '160333.468000', '160333.471000', '160333.474000', '160333.477000', '160333.480000', '160333.483000', '160333.486000', '160333.489000', '160333.492000', '160333.494000', '160353.367000', '160353.370000', '160353.373000', '160353.376000', '160353.379000', '160353.382000', '160353.385000', '160353.388000', '160353.391000', '160353.394000', '160353.397000', '160353.400000', '160353.403000', '160353.406000', '160353.409000', '160353.412000', '160353.415000', '160353.418000', '160353.421000', '160353.423000', '160353.427000', '160353.430000', '160353.432000', '160353.435000', '160353.438000', '160353.441000', '160353.444000', '160353.447000', '160353.450000', '160353.453000', '160353.456000', '160353.459000', '160353.462000', '160353.465000', '160353.468000', '160353.471000', '160353.474000', '160353.477000', '160353.480000', '160353.483000', '160353.486000', '160353.489000', '160353.492000', '160353.494000', '160413.367000', '160413.370000', '160413.373000', '160413.376000', '160413.379000', '160413.382000', '160413.385000', '160413.388000', '160413.391000', '160413.394000', '160413.397000', '160413.400000', '160413.403000', '160413.406000', '160413.409000', '160413.412000', '160413.415000', '160413.418000', '160413.421000', '160413.424000', '160413.427000', '160413.430000', '160413.433000', '160413.436000', '160413.439000', '160413.442000', '160413.445000', '160413.448000', '160413.451000', '160413.454000', '160413.457000', '160413.460000', '160413.463000', '160413.466000', '160413.469000', '160413.472000', '160413.475000', '160413.478000', '160413.481000', '160413.484000', '160413.487000', '160413.490000', '160413.493000', '160433.366000', '160433.369000', '160433.372000', '160433.375000', '160433.378000', '160433.381000', '160433.384000', '160433.387000', '160433.390000', '160433.393000', '160433.396000', '160433.399000', '160433.402000', '160433.405000', '160433.408000', '160433.411000', '160433.414000', '160433.417000', '160433.420000', '160433.430000', '160433.433000', '160433.436000', '160433.439000', '160433.442000', '160433.445000', '160433.448000', '160433.451000', '160433.454000', '160433.457000', '160433.460000', '160433.463000', '160433.466000', '160433.469000', '160433.472000', '160433.475000', '160433.478000', '160433.481000', '160433.484000', '160433.486000', '160433.490000', '160433.493000', '160433.495000', '160433.498000', '160433.501000', '160453.366000', '160453.369000', '160453.372000', '160453.375000', '160453.378000', '160453.381000', '160453.384000', '160453.387000', '160453.390000', '160453.393000', '160453.396000', '160453.399000', '160453.402000', '160453.405000', '160453.408000', '160453.411000', '160453.414000', '160453.417000', '160453.431000', '160453.437000', '160453.442000', '160453.446000', '160453.448000', '160453.452000', '160453.454000', '160453.457000', '160453.460000', '160453.463000', '160453.466000', '160453.469000', '160453.472000', '160453.475000', '160453.478000', '160453.481000', '160453.485000', '160453.488000', '160453.491000', '160453.494000', '160453.497000', '160453.500000', '160453.503000', '160453.506000', '160453.509000', '160510.957000', '160510.961000', '160510.964000', '160510.967000', '160510.971000', '160510.974000', '160510.977000', '160510.980000', '160510.983000', '160510.986000', '160510.989000', '160510.992000', '160510.995000', '160510.998000', '160511.003000', '160511.006000', '160511.009000', '160511.012000', '160511.015000', '160511.018000', '160511.021000', '160511.024000', '160511.027000', '160511.030000', '160511.033000', '160511.036000', '160511.039000', '160511.042000', '160511.046000', '160511.048000', '160511.051000', '160511.054000', '160511.058000', '160511.060000', '160511.063000', '160511.066000', '160511.069000', '160511.072000', '160511.075000'], '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': [10636, 17873, 11283, 17556, 12866, 15193, 11623, 13730, 10371, 12819, 11407, 13972, 10153, 12272, 8265, 10842, 8206, 10927, 9253, 12194, 8322, 11034, 7782, 10530, 7572, 11921, 8776, 11372, 7946, 8929, 7694, 9763, 8204, 11524, 8072, 11980, 8030, 10434, 7809, 11733, 8029, 14406, 9779, 14230, 8488, 12947, 8720, 13472, 9389, 14947, 10469, 13411, 8995, 11603, 8482, 11947, 8465, 11250, 8267, 9375, 7977, 9577, 7504, 9717, 7867, 9912, 7241, 9178, 9563, 9231, 16766, 8834, 14064, 10967, 13065, 8412, 10322, 7985, 9468, 11667, 9712, 8799, 9514, 7064, 8766, 8495, 9108, 10768, 9196, 12629, 8504, 14427, 9095, 14272, 10858, 14312, 9466, 11410, 9358, 9272, 16767, 10001, 16938, 11103, 13165, 8389, 10605, 8336, 8712, 7856, 9536, 7591, 9276, 12305, 9157, 15529, 8677, 12577, 9221, 11832, 7989, 9225, 7743, 9563, 12738, 9728, 16439, 10388, 13790, 8873, 14146, 8513, 14919, 10212, 12386, 8370, 11580, 8492, 10809, 8579, 13726, 10346, 16074, 11609, 8853, 8889, 9149, 9183, 11517, 9034, 11895, 10090, 13433, 9193, 13151, 9388, 8930, 10584, 9860, 14313, 12285, 14574, 11821, 14025, 11481, 14085, 10877, 14047, 10340, 12351, 9304, 9640, 9121, 9440, 9532, 9882, 9922, 10088, 9067, 9865, 8676, 9726, 8869, 10388, 8894, 10216, 8809, 10188, 9145, 9917, 10042, 9515, 15948, 8917, 15495, 9086, 12851, 8773, 10936, 8641, 10221, 8579, 10033, 8650, 9510, 7803, 9564, 8082, 9693, 7544, 9919, 8130, 9511, 14185, 8957, 12329, 8551, 11657, 8976, 11640, 10784, 9155, 12223, 8906, 15733, 8409, 12399, 8943, 11484, 8451, 9330, 9050, 8896, 16404, 8446, 12755, 9303, 11030, 8194, 8729, 12055, 8484, 11632, 8092, 9437, 7767, 8736, 13227, 8732, 14047, 8091, 10459, 8185, 9397, 8423, 9429, 8433, 9555, 8293, 9443, 8469, 9433, 15732, 8680, 13621, 11034, 12024, 8763, 10038, 8284, 9245, 8307, 9573, 8472, 9886, 8431, 9757, 8187, 9578, 16045, 9022, 15804, 9352, 12052, 10038, 10770, 8123, 9193, 8041, 9438, 8407, 9419, 8936, 9960, 8046, 10155, 8004, 10746, 8585, 12354, 9833, 12540, 8606, 11747, 8895, 12586, 12394, 12324, 12402, 9465, 14285, 9246, 15596, 8820, 15150, 9457, 13622, 8524, 13063, 8454, 13449, 8890, 14357, 8605, 13656, 8277, 13373, 8647, 12197, 9878, 14448, 8496, 14087, 8498, 13880, 8817, 14327, 10098, 14262, 8525, 12793, 8791, 12863, 9075, 13727, 9737, 11879, 9380, 10510, 9382, 12505, 9693, 15474, 9856, 15339, 9093, 15006, 8701, 11679, 9483, 11059, 8975, 9902, 7936, 9318, 8099, 10205, 8341, 10788, 8468, 10591, 8433, 10686, 8651, 11953, 12701, 11540, 13852, 9150, 16222, 10861, 12789, 10492, 11043, 8636, 9755, 8354, 9415, 8155, 9227, 7930, 9365, 8291, 10068, 8186, 10601, 7807, 10806, 8255, 11578, 9452, 12502, 9481, 9533, 13421, 9214, 15705, 9054, 14020, 9559, 10191, 9556, 8381, 12052, 9263, 12827, 8738, 12669, 9056, 12679, 10456, 11929, 10348, 11283, 11052, 11741, 13201, 10725, 16111, 11938, 8709, 9957, 8065, 11758, 10907, 11956, 10218, 11318, 8567, 11035, 11674, 11364, 14379, 11509, 11412, 10802, 9292, 10534, 10916, 10163, 14795, 9931, 13840, 9318, 14969, 8972, 14419, 9502, 12535, 9669, 11008, 7958, 9437, 7769, 9539, 8266, 9904, 8745, 10313, 8544, 9784, 8092, 9929, 8021, 10258, 10776, 10078, 14914, 10029, 13350, 8511, 10763, 8209, 10102, 7866, 9824, 8116, 10004, 7828, 9537, 8709, 9390, 12688, 8942, 11181, 8530, 9954, 8246, 9919, 7750, 10059, 7857, 10403, 12694, 10060, 14101, 8889, 15326, 9053, 12186, 8810, 10111, 7840, 9834, 7404, 9327, 8369, 9075, 10428, 8761, 10824, 8841, 10133, 8133, 10492, 8117, 10199, 8378, 10301, 8169, 11015, 7868, 10146, 7731, 10175, 12706, 9955, 15006, 9859, 13796, 9163, 13759, 8970, 11514, 9119, 11059, 9320, 14017, 8574, 9955, 8490, 8313, 11466, 9063, 13509, 11511, 14172, 9150, 7866, 12005, 9179, 12035, 9381, 12032, 9460, 10426, 10219, 10430, 18566, 13204, 10419, 10315, 9321, 9672, 17276, 12621, 15463, 14971, 12041, 15100, 12207, 9595, 13549, 10341, 9201, 14426, 9785, 15238, 10117, 10079, 10941, 8972, 12605, 9313, 11110, 10304, 8335, 12829, 9155, 14082, 11476, 10967, 11207, 8692, 13210, 10376, 13296, 10184, 13533, 11555, 10449, 12041, 8236, 11913, 8778, 12430, 8826, 11908, 12949, 12256, 8896, 11277, 7982, 11782, 12824, 10922, 15364, 10073, 13149, 9652, 13096, 9383, 11691, 8989, 11640, 9182, 11786, 8413, 11784, 8909, 11326, 8032, 11142, 12852, 10679, 13569, 9865, 11630, 9858, 11405, 9009, 11865, 8747, 11882, 8573, 11555, 8486, 11131, 7841, 11561, 8489, 11463, 14585, 10782, 15044, 10044, 14432, 9424, 11817, 9582, 11404, 8939, 11275, 8463, 11551, 7931, 11232, 14237, 10354, 15611, 10480, 14705, 8514, 11181, 8808, 10770, 9301, 11358, 8880, 10244, 9235, 11240, 10011, 12389, 9523, 12740, 10085, 13950, 8687, 11962, 8601, 10986, 14774, 9568, 16159, 10386, 12873, 8576, 10168, 7883, 10446, 8372, 10884, 7726, 10630, 7856, 10442, 13345, 9565, 13991, 9091, 11670, 8301, 10651, 8227, 10709, 8406, 10781, 8262, 10914, 7857, 11215, 8320, 11419, 12229, 10177, 12872, 9745, 11570, 9147, 11445, 9118, 11964, 8149, 11851, 8982, 11228, 13307, 10385, 13614, 9721, 11780, 9576, 11336, 8678, 11524, 8992, 11978, 8440, 12155, 8474, 11767, 8029, 11324, 9952, 11575, 13268, 10691, 12749, 10731, 12196, 10047, 12133, 9771, 12017, 9785, 11547, 9142, 11669, 9056, 11815, 8655, 11837, 9953, 11434, 9328, 10551, 9499, 10436, 10147, 9996, 12118, 9771, 11138, 9273, 11696, 9226, 11980, 8783, 11782, 9304, 11463, 9153, 10923, 8430, 11701, 8605, 12049, 8778, 12091, 9095, 12279, 8694, 12191, 8874, 12270, 8039, 12447, 8263, 12545, 9071, 12778, 8595, 12923, 8031, 13209, 10102, 13652, 9289, 13506, 8618, 13471, 10005, 13655, 10791, 13339, 8748, 12550, 8660, 12007, 13603, 11250, 15076, 10802, 12155, 9804, 12554, 8934, 12322, 8775, 12212, 9052, 12078, 8076, 12053, 8200, 11777, 9199, 11762, 8501, 11029, 7918, 10914, 13237, 10877, 15944, 9687, 14849, 8663, 12574, 9630, 12702], 'WindowCenter': [4586.0, 4611.0, 4567.0, 4609.0, 4576.0, 4571.0, 4564.0, 4560.0, 4527.0, 4549.0, 4549.0, 4560.0, 4539.0, 4547.0, 4520.0, 4540.0, 4520.0, 4540.0, 4530.0, 4551.0, 4519.0, 4540.0, 4511.0, 4540.0, 4511.0, 4552.0, 4521.0, 4552.0, 4522.0, 4529.0, 4511.0, 4529.0, 4522.0, 4551.0, 4511.0, 4550.0, 4522.0, 4540.0, 4512.0, 4551.0, 4522.0, 4562.0, 4529.0, 4560.0, 4520.0, 4551.0, 4534.0, 4573.0, 4530.0, 4572.0, 4541.0, 4548.0, 4519.0, 4538.0, 4520.0, 4549.0, 4521.0, 4539.0, 4520.0, 4530.0, 4508.0, 4529.0, 4501.0, 4530.0, 4510.0, 4542.0, 4511.0, 4532.0, 4531.0, 4532.0, 4571.0, 4521.0, 4561.0, 4541.0, 4550.0, 4508.0, 4529.0, 4509.0, 4531.0, 4552.0, 4530.0, 4517.0, 4529.0, 4499.0, 4519.0, 4520.0, 4532.0, 4553.0, 4532.0, 4563.0, 4531.0, 4573.0, 4535.0, 4574.0, 4542.0, 4561.0, 4530.0, 4539.0, 4518.0, 4519.0, 4569.0, 4528.0, 4568.0, 4540.0, 4547.0, 4508.0, 4528.0, 4509.0, 4518.0, 4518.0, 4530.0, 4510.0, 4531.0, 4549.0, 4531.0, 4570.0, 4521.0, 4550.0, 4532.0, 4539.0, 4509.0, 4520.0, 4500.0, 4529.0, 4563.0, 4544.0, 4573.0, 4544.0, 4560.0, 4521.0, 4557.0, 4522.0, 4602.0, 4572.0, 4564.0, 4523.0, 4537.0, 4519.0, 4539.0, 4521.0, 4546.0, 4515.0, 4558.0, 4528.0, 4507.0, 4519.0, 4529.0, 4531.0, 4520.0, 4500.0, 4522.0, 4513.0, 4547.0, 4517.0, 4548.0, 4519.0, 4531.0, 4540.0, 4526.0, 4546.0, 4535.0, 4534.0, 4523.0, 4521.0, 4510.0, 4521.0, 4500.0, 4520.0, 4499.0, 4508.0, 4487.0, 4487.0, 4488.0, 4486.0, 4488.0, 4499.0, 4500.0, 4500.0, 4491.0, 4499.0, 4491.0, 4500.0, 4501.0, 4511.0, 4503.0, 4513.0, 4503.0, 4514.0, 4503.0, 4514.0, 4513.0, 4515.0, 4556.0, 4504.0, 4544.0, 4504.0, 4532.0, 4504.0, 4527.0, 4506.0, 4515.0, 4504.0, 4517.0, 4505.0, 4515.0, 4497.0, 4516.0, 4495.0, 4517.0, 4495.0, 4527.0, 4508.0, 4519.0, 4547.0, 4518.0, 4538.0, 4517.0, 4538.0, 4519.0, 4539.0, 4527.0, 4517.0, 4537.0, 4508.0, 4557.0, 4508.0, 4538.0, 4517.0, 4538.0, 4507.0, 4517.0, 4506.0, 4506.0, 4556.0, 4508.0, 4548.0, 4517.0, 4527.0, 4496.0, 4506.0, 4535.0, 4505.0, 4526.0, 4498.0, 4518.0, 4511.0, 4532.0, 4550.0, 4516.0, 4547.0, 4507.0, 4526.0, 4520.0, 4528.0, 4520.0, 4530.0, 4522.0, 4541.0, 4521.0, 4531.0, 4520.0, 4531.0, 4569.0, 4520.0, 4560.0, 4540.0, 4549.0, 4519.0, 4527.0, 4509.0, 4517.0, 4520.0, 4530.0, 4519.0, 4529.0, 4510.0, 4530.0, 4521.0, 4533.0, 4570.0, 4529.0, 4568.0, 4531.0, 4549.0, 4529.0, 4538.0, 4508.0, 4528.0, 4521.0, 4544.0, 4535.0, 4556.0, 4556.0, 4555.0, 4533.0, 4553.0, 4535.0, 4565.0, 4547.0, 4565.0, 4557.0, 4563.0, 4534.0, 4553.0, 4530.0, 4563.0, 4562.0, 4552.0, 4548.0, 4529.0, 4556.0, 4517.0, 4568.0, 4519.0, 4558.0, 4529.0, 4547.0, 4518.0, 4547.0, 4518.0, 4559.0, 4529.0, 4558.0, 4519.0, 4558.0, 4518.0, 4559.0, 4521.0, 4549.0, 4530.0, 4559.0, 4520.0, 4547.0, 4517.0, 4548.0, 4530.0, 4560.0, 4539.0, 4558.0, 4519.0, 4548.0, 4519.0, 4548.0, 4531.0, 4560.0, 4530.0, 4549.0, 4529.0, 4527.0, 4518.0, 4547.0, 4529.0, 4558.0, 4528.0, 4558.0, 4518.0, 4556.0, 4516.0, 4538.0, 4528.0, 4538.0, 4518.0, 4526.0, 4509.0, 4518.0, 4509.0, 4540.0, 4521.0, 4541.0, 4523.0, 4541.0, 4519.0, 4540.0, 4520.0, 4552.0, 4549.0, 4539.0, 4547.0, 4518.0, 4557.0, 4527.0, 4536.0, 4525.0, 4526.0, 4506.0, 4530.0, 4518.0, 4516.0, 4509.0, 4517.0, 4522.0, 4544.0, 4533.0, 4542.0, 4522.0, 4540.0, 4511.0, 4540.0, 4521.0, 4552.0, 4531.0, 4563.0, 4530.0, 4530.0, 4550.0, 4561.0, 4585.0, 4547.0, 4547.0, 4516.0, 4513.0, 4517.0, 4492.0, 4522.0, 4503.0, 4506.0, 4476.0, 4531.0, 4502.0, 4532.0, 4513.0, 4549.0, 4524.0, 4539.0, 4538.0, 4564.0, 4536.0, 4512.0, 4571.0, 4550.0, 4516.0, 4525.0, 4494.0, 4537.0, 4527.0, 4540.0, 4528.0, 4527.0, 4508.0, 4529.0, 4540.0, 4541.0, 4562.0, 4537.0, 4535.0, 4524.0, 4504.0, 4514.0, 4522.0, 4515.0, 4545.0, 4514.0, 4532.0, 4503.0, 4544.0, 4503.0, 4531.0, 4501.0, 4521.0, 4503.0, 4511.0, 4484.0, 4502.0, 4481.0, 4501.0, 4503.0, 4527.0, 4505.0, 4525.0, 4505.0, 4517.0, 4505.0, 4516.0, 4494.0, 4526.0, 4527.0, 4526.0, 4558.0, 4519.0, 4535.0, 4509.0, 4526.0, 4505.0, 4527.0, 4509.0, 4528.0, 4495.0, 4516.0, 4495.0, 4515.0, 4504.0, 4516.0, 4534.0, 4516.0, 4538.0, 4517.0, 4527.0, 4516.0, 4527.0, 4508.0, 4527.0, 4510.0, 4539.0, 4549.0, 4528.0, 4547.0, 4505.0, 4546.0, 4504.0, 4534.0, 4517.0, 4524.0, 4493.0, 4514.0, 4485.0, 4504.0, 4493.0, 4507.0, 4527.0, 4519.0, 4536.0, 4518.0, 4526.0, 4509.0, 4527.0, 4509.0, 4527.0, 4518.0, 4529.0, 4509.0, 4540.0, 4508.0, 4528.0, 4498.0, 4529.0, 4548.0, 4530.0, 4568.0, 4528.0, 4557.0, 4530.0, 4549.0, 4517.0, 4537.0, 4519.0, 4551.0, 4531.0, 4561.0, 4532.0, 4539.0, 4531.0, 4519.0, 4549.0, 4529.0, 4561.0, 4550.0, 4560.0, 4517.0, 4505.0, 4538.0, 4517.0, 4535.0, 4519.0, 4548.0, 4530.0, 4543.0, 4543.0, 4543.0, 4584.0, 4550.0, 4517.0, 4506.0, 4498.0, 4506.0, 4549.0, 4514.0, 4521.0, 4511.0, 4490.0, 4500.0, 4478.0, 4455.0, 4486.0, 4465.0, 4454.0, 4485.0, 4454.0, 4495.0, 4467.0, 4466.0, 4477.0, 4455.0, 4483.0, 4467.0, 4474.0, 4477.0, 4470.0, 4499.0, 4497.0, 4527.0, 4515.0, 4516.0, 4517.0, 4498.0, 4528.0, 4509.0, 4542.0, 4523.0, 4526.0, 4521.0, 4520.0, 4518.0, 4485.0, 4514.0, 4486.0, 4526.0, 4508.0, 4529.0, 4540.0, 4529.0, 4507.0, 4519.0, 4487.0, 4528.0, 4527.0, 4518.0, 4538.0, 4520.0, 4541.0, 4510.0, 4529.0, 4508.0, 4517.0, 4497.0, 4516.0, 4496.0, 4516.0, 4500.0, 4528.0, 4509.0, 4519.0, 4486.0, 4518.0, 4527.0, 4517.0, 4538.0, 4520.0, 4528.0, 4520.0, 4518.0, 4499.0, 4527.0, 4497.0, 4531.0, 4510.0, 4529.0, 4497.0, 4517.0, 4487.0, 4527.0, 4497.0, 4529.0, 4549.0, 4519.0, 4549.0, 4519.0, 4548.0, 4510.0, 4529.0, 4508.0, 4531.0, 4510.0, 4529.0, 4497.0, 4527.0, 4485.0, 4515.0, 4536.0, 4519.0, 4549.0, 4517.0, 4536.0, 4496.0, 4515.0, 4496.0, 4517.0, 4507.0, 4516.0, 4498.0, 4508.0, 4508.0, 4519.0, 4520.0, 4529.0, 4522.0, 4529.0, 4518.0, 4538.0, 4496.0, 4515.0, 4483.0, 4505.0, 4534.0, 4493.0, 4534.0, 4492.0, 4509.0, 4481.0, 4491.0, 4472.0, 4502.0, 4482.0, 4505.0, 4474.0, 4505.0, 4483.0, 4504.0, 4524.0, 4494.0, 4524.0, 4494.0, 4513.0, 4483.0, 4503.0, 4483.0, 4506.0, 4496.0, 4505.0, 4484.0, 4505.0, 4484.0, 4515.0, 4483.0, 4527.0, 4526.0, 4517.0, 4525.0, 4505.0, 4514.0, 4496.0, 4515.0, 4495.0, 4528.0, 4488.0, 4527.0, 4494.0, 4515.0, 4524.0, 4505.0, 4526.0, 4508.0, 4517.0, 4506.0, 4515.0, 4496.0, 4514.0, 4497.0, 4525.0, 4498.0, 4528.0, 4498.0, 4517.0, 4486.0, 4516.0, 4504.0, 4526.0, 4538.0, 4519.0, 4528.0, 4516.0, 4527.0, 4507.0, 4527.0, 4519.0, 4530.0, 4519.0, 4529.0, 4507.0, 4527.0, 4507.0, 4527.0, 4508.0, 4541.0, 4518.0, 4530.0, 4507.0, 4517.0, 4505.0, 4518.0, 4517.0, 4519.0, 4542.0, 4531.0, 4532.0, 4522.0, 4540.0, 4520.0, 4541.0, 4524.0, 4544.0, 4523.0, 4541.0, 4535.0, 4532.0, 4512.0, 4542.0, 4510.0, 4554.0, 4523.0, 4540.0, 4511.0, 4539.0, 4509.0, 4542.0, 4520.0, 4567.0, 4529.0, 4567.0, 4526.0, 4553.0, 4522.0, 4552.0, 4513.0, 4539.0, 4499.0, 4535.0, 4515.0, 4550.0, 4520.0, 4550.0, 4508.0, 4540.0, 4520.0, 4549.0, 4518.0, 4539.0, 4497.0, 4526.0, 4495.0, 4528.0, 4535.0, 4516.0, 4535.0, 4513.0, 4513.0, 4504.0, 4514.0, 4496.0, 4527.0, 4495.0, 4524.0, 4496.0, 4523.0, 4483.0, 4526.0, 4509.0, 4529.0, 4505.0, 4542.0, 4494.0, 4516.0, 4485.0, 4517.0, 4524.0, 4515.0, 4548.0, 4517.0, 4548.0, 4499.0, 4538.0, 4517.0, 4527.0], 'WindowWidth': [10081.0, 10106.0, 10037.0, 10100.0, 10048.0, 10031.0, 10027.0, 10017.0, 9965.0, 9997.0, 9997.0, 10012.0, 9981.0, 9988.0, 9955.0, 9983.0, 9957.0, 9985.0, 9971.0, 10000.0, 9956.0, 9984.0, 9947.0, 9985.0, 9948.0, 10003.0, 9961.0, 10003.0, 9962.0, 9969.0, 9946.0, 9971.0, 9962.0, 10001.0, 9947.0, 9997.0, 9962.0, 9985.0, 9948.0, 10001.0, 9963.0, 10015.0, 9969.0, 10011.0, 9955.0, 9999.0, 9982.0, 10036.0, 9972.0, 10031.0, 9986.0, 9991.0, 9952.0, 9977.0, 9955.0, 9995.0, 9958.0, 9980.0, 9956.0, 9968.0, 9939.0, 9967.0, 9932.0, 9972.0, 9945.0, 9989.0, 9945.0, 9975.0, 9972.0, 9975.0, 10029.0, 9961.0, 10013.0, 9985.0, 9995.0, 9938.0, 9967.0, 9941.0, 9974.0, 10001.0, 9969.0, 9948.0, 9967.0, 9926.0, 9955.0, 9956.0, 9976.0, 10005.0, 9977.0, 10019.0, 9975.0, 10034.0, 9983.0, 10036.0, 9989.0, 10014.0, 9969.0, 9980.0, 9948.0, 9952.0, 10020.0, 9964.0, 10019.0, 9981.0, 9986.0, 9935.0, 9960.0, 9938.0, 9951.0, 9953.0, 9971.0, 9941.0, 9970.0, 9994.0, 9971.0, 10025.0, 9958.0, 9997.0, 9973.0, 9978.0, 9939.0, 9954.0, 9927.0, 9969.0, 10021.0, 9997.0, 10033.0, 9993.0, 10007.0, 9958.0, 10002.0, 9962.0, 10088.0, 10049.0, 10019.0, 9965.0, 9973.0, 9954.0, 9979.0, 9958.0, 9982.0, 9940.0, 10003.0, 9959.0, 9930.0, 9950.0, 9966.0, 9972.0, 9940.0, 9912.0, 9945.0, 9932.0, 9986.0, 9945.0, 9988.0, 9953.0, 9974.0, 9983.0, 9960.0, 9989.0, 9969.0, 9966.0, 9944.0, 9941.0, 9924.0, 9940.0, 9909.0, 9938.0, 9906.0, 9917.0, 9887.0, 9887.0, 9891.0, 9887.0, 9891.0, 9908.0, 9912.0, 9911.0, 9900.0, 9909.0, 9903.0, 9912.0, 9916.0, 9929.0, 9921.0, 9934.0, 9921.0, 9936.0, 9919.0, 9937.0, 9932.0, 9939.0, 9995.0, 9923.0, 9977.0, 9924.0, 9960.0, 9925.0, 9962.0, 9930.0, 9939.0, 9923.0, 9946.0, 9925.0, 9938.0, 9918.0, 9939.0, 9910.0, 9943.0, 9915.0, 9960.0, 9936.0, 9950.0, 9987.0, 9948.0, 9976.0, 9947.0, 9975.0, 9951.0, 9981.0, 9958.0, 9945.0, 9969.0, 9932.0, 9998.0, 9933.0, 9976.0, 9946.0, 9975.0, 9932.0, 9945.0, 9928.0, 9929.0, 9998.0, 9935.0, 9989.0, 9947.0, 9960.0, 9914.0, 9930.0, 9967.0, 9929.0, 9958.0, 9921.0, 9948.0, 9944.0, 9977.0, 9996.0, 9945.0, 9987.0, 9934.0, 9960.0, 9955.0, 9966.0, 9961.0, 9973.0, 9963.0, 9986.0, 9961.0, 9974.0, 9958.0, 9973.0, 10023.0, 9959.0, 10011.0, 9983.0, 9993.0, 9952.0, 9963.0, 9938.0, 9949.0, 9955.0, 9971.0, 9954.0, 9967.0, 9940.0, 9969.0, 9959.0, 9978.0, 10024.0, 9967.0, 10020.0, 9972.0, 9996.0, 9969.0, 9978.0, 9940.0, 9966.0, 9960.0, 9998.0, 9988.0, 10018.0, 10021.0, 10013.0, 9983.0, 10007.0, 9986.0, 10030.0, 10009.0, 10027.0, 10019.0, 10022.0, 9981.0, 10006.0, 9973.0, 10024.0, 10017.0, 10003.0, 9993.0, 9968.0, 10001.0, 9949.0, 10019.0, 9954.0, 10008.0, 9967.0, 9988.0, 9951.0, 9988.0, 9952.0, 10010.0, 9969.0, 10007.0, 9954.0, 10003.0, 9951.0, 10010.0, 9961.0, 9995.0, 9971.0, 10008.0, 9954.0, 9989.0, 9949.0, 9991.0, 9971.0, 10011.0, 9981.0, 10006.0, 9953.0, 9992.0, 9954.0, 9994.0, 9977.0, 10015.0, 9972.0, 9994.0, 9967.0, 9960.0, 9951.0, 9988.0, 9968.0, 10006.0, 9965.0, 10006.0, 9950.0, 10001.0, 9946.0, 9979.0, 9964.0, 9975.0, 9951.0, 9959.0, 9939.0, 9950.0, 9942.0, 9984.0, 9963.0, 9987.0, 9967.0, 9987.0, 9956.0, 9984.0, 9957.0, 10002.0, 9994.0, 9982.0, 9988.0, 9948.0, 10002.0, 9958.0, 9971.0, 9957.0, 9957.0, 9930.0, 9968.0, 9951.0, 9943.0, 9939.0, 9948.0, 9964.0, 10000.0, 9982.0, 9991.0, 9965.0, 9984.0, 9947.0, 9985.0, 9960.0, 10003.0, 9972.0, 10019.0, 9967.0, 9967.0, 9994.0, 10033.0, 10056.0, 10004.0, 9985.0, 9939.0, 9932.0, 9942.0, 9903.0, 9941.0, 9918.0, 9910.0, 9867.0, 9953.0, 9915.0, 9958.0, 9932.0, 9993.0, 9950.0, 9978.0, 9975.0, 10024.0, 9971.0, 9931.0, 10031.0, 9996.0, 9944.0, 9955.0, 9912.0, 9973.0, 9959.0, 9981.0, 9960.0, 9960.0, 9934.0, 9963.0, 9983.0, 9984.0, 10015.0, 9976.0, 9968.0, 9953.0, 9923.0, 9938.0, 9945.0, 9940.0, 9982.0, 9938.0, 9959.0, 9920.0, 9976.0, 9921.0, 9957.0, 9916.0, 9943.0, 9921.0, 9929.0, 9894.0, 9916.0, 9888.0, 9914.0, 9924.0, 9964.0, 9930.0, 9957.0, 9929.0, 9946.0, 9932.0, 9944.0, 9912.0, 9956.0, 9959.0, 9958.0, 10002.0, 9948.0, 9969.0, 9934.0, 9955.0, 9926.0, 9959.0, 9938.0, 9962.0, 9913.0, 9943.0, 9912.0, 9939.0, 9925.0, 9942.0, 9965.0, 9944.0, 9978.0, 9947.0, 9961.0, 9946.0, 9960.0, 9936.0, 9960.0, 9940.0, 9981.0, 9992.0, 9962.0, 9986.0, 9928.0, 9984.0, 9925.0, 9966.0, 9947.0, 9954.0, 9910.0, 9938.0, 9898.0, 9924.0, 9908.0, 9931.0, 9960.0, 9953.0, 9973.0, 9950.0, 9960.0, 9939.0, 9962.0, 9940.0, 9962.0, 9952.0, 9968.0, 9939.0, 9982.0, 9935.0, 9963.0, 9922.0, 9965.0, 9990.0, 9970.0, 10021.0, 9965.0, 10003.0, 9968.0, 9994.0, 9949.0, 9976.0, 9953.0, 10002.0, 9971.0, 10014.0, 9977.0, 9982.0, 9976.0, 9955.0, 9998.0, 9970.0, 10019.0, 10001.0, 10013.0, 9950.0, 9931.0, 9978.0, 9946.0, 9968.0, 9954.0, 9993.0, 9971.0, 9993.0, 9992.0, 9988.0, 10048.0, 9994.0, 9938.0, 9919.0, 9910.0, 9919.0, 9981.0, 9925.0, 9931.0, 9918.0, 9885.0, 9895.0, 9861.0, 9826.0, 9870.0, 9843.0, 9824.0, 9867.0, 9823.0, 9884.0, 9847.0, 9845.0, 9858.0, 9827.0, 9863.0, 9848.0, 9856.0, 9864.0, 9856.0, 9897.0, 9905.0, 9945.0, 9929.0, 9932.0, 9933.0, 9909.0, 9950.0, 9926.0, 9978.0, 9954.0, 9949.0, 9947.0, 9942.0, 9935.0, 9888.0, 9927.0, 9893.0, 9948.0, 9927.0, 9958.0, 9974.0, 9956.0, 9924.0, 9942.0, 9895.0, 9951.0, 9949.0, 9938.0, 9966.0, 9949.0, 9979.0, 9934.0, 9957.0, 9924.0, 9935.0, 9908.0, 9932.0, 9906.0, 9934.0, 9919.0, 9955.0, 9929.0, 9942.0, 9893.0, 9939.0, 9948.0, 9938.0, 9969.0, 9949.0, 9956.0, 9945.0, 9940.0, 9914.0, 9949.0, 9910.0, 9963.0, 9933.0, 9957.0, 9911.0, 9939.0, 9896.0, 9952.0, 9911.0, 9958.0, 9987.0, 9945.0, 9987.0, 9945.0, 9984.0, 9932.0, 9957.0, 9928.0, 9964.0, 9935.0, 9958.0, 9913.0, 9953.0, 9893.0, 9934.0, 9965.0, 9944.0, 9985.0, 9938.0, 9963.0, 9909.0, 9932.0, 9908.0, 9940.0, 9924.0, 9937.0, 9914.0, 9925.0, 9926.0, 9942.0, 9945.0, 9958.0, 9952.0, 9959.0, 9941.0, 9967.0, 9907.0, 9933.0, 9885.0, 9916.0, 9957.0, 9898.0, 9955.0, 9895.0, 9915.0, 9877.0, 9891.0, 9868.0, 9909.0, 9885.0, 9917.0, 9875.0, 9916.0, 9885.0, 9917.0, 9942.0, 9903.0, 9944.0, 9902.0, 9927.0, 9886.0, 9911.0, 9887.0, 9922.0, 9910.0, 9917.0, 9888.0, 9917.0, 9889.0, 9931.0, 9887.0, 9951.0, 9951.0, 9937.0, 9947.0, 9919.0, 9932.0, 9908.0, 9933.0, 9906.0, 9953.0, 9898.0, 9951.0, 9902.0, 9933.0, 9943.0, 9919.0, 9950.0, 9926.0, 9938.0, 9923.0, 9933.0, 9908.0, 9931.0, 9910.0, 9948.0, 9916.0, 9953.0, 9913.0, 9937.0, 9893.0, 9935.0, 9917.0, 9951.0, 9969.0, 9942.0, 9955.0, 9936.0, 9952.0, 9925.0, 9953.0, 9945.0, 9961.0, 9945.0, 9957.0, 9927.0, 9953.0, 9926.0, 9954.0, 9931.0, 9978.0, 9942.0, 9960.0, 9924.0, 9939.0, 9920.0, 9942.0, 9940.0, 9948.0, 9981.0, 9966.0, 9967.0, 9953.0, 9975.0, 9949.0, 9978.0, 9961.0, 9986.0, 9959.0, 9981.0, 9979.0, 9968.0, 9944.0, 9981.0, 9934.0, 10002.0, 9958.0, 9976.0, 9936.0, 9973.0, 9934.0, 9983.0, 9950.0, 10027.0, 9975.0, 10025.0, 9969.0, 10000.0, 9956.0, 9995.0, 9942.0, 9973.0, 9918.0, 9963.0, 9936.0, 9991.0, 9949.0, 9990.0, 9930.0, 9975.0, 9950.0, 9992.0, 9941.0, 9975.0, 9913.0, 9948.0, 9906.0, 9956.0, 9961.0, 9937.0, 9962.0, 9929.0, 9927.0, 9916.0, 9930.0, 9907.0, 9952.0, 9910.0, 9946.0, 9911.0, 9943.0, 9889.0, 9950.0, 9934.0, 9959.0, 9922.0, 9982.0, 9905.0, 9937.0, 9893.0, 9937.0, 9945.0, 9934.0, 9983.0, 9943.0, 9986.0, 9917.0, 9971.0, 9942.0, 9953.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.01653011534025375</td></tr>
<tr><td colspan=3>aqi</td><td>0.14510827773933105</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.534349150796785</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0803224316166267</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9609883829214775</td></tr>
<tr><td colspan=3>efc</td><td>0.4827</td></tr>
<tr><td colspan=3>fber</td><td>8778.2402</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16755152582897634</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>160</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.45444059976932</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.613432393955575</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4243709421984927</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.94738183881985</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4685444008483817</td></tr>
<tr><td colspan=3>gcor</td><td>0.00700187</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010412188246846199</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048595499247312546</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.586537800631118</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>17.3361</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2935</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.0843</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296508.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>888.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.0215</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2221</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>452.0536</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3742.4626</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3908.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.0535</td></tr>
<tr><td colspan=3>tsnr</td><td>20.222859218367375</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>