<?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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-04/func/sub-0090_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>4ed427a14c7c91bc8ec0629eef21e62b</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>18:31:0.237500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999133, 0.0250495, 0.033249, -0.0261632, 0.999096, 0.0334942]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.108059</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>[4255, -7770, -7254, 240, -17, -60, -177, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>256.653</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>51d769c9-cd9f-433d-bc28-cf963975d8b8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680601119995117, -0.07019394636154175, 0.08742575347423553, 111.6570816040039], [-0.0672059878706932, 2.6805026531219482, 0.09270472824573517, -88.20968627929688], [0.08920454233884811, -0.08986254036426544, 2.696991443634033, -87.2504653930664], [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': ['183100.237500', '183100.697500', '183101.157500', '183101.617500', '183102.077500', '183102.537500', '183102.997500', '183103.457500', '183103.917500', '183104.377500', '183104.837500', '183105.297500', '183105.757500', '183106.217500', '183106.677500', '183107.137500', '183107.597500', '183108.057500', '183108.517500', '183108.977500', '183109.437500', '183109.897500', '183110.357500', '183110.817500', '183111.277500', '183111.737500', '183112.197500', '183112.657500', '183113.117500', '183113.577500', '183114.037500', '183114.497500', '183114.957500', '183115.417500', '183115.877500', '183116.337500', '183116.797500', '183117.257500', '183117.717500', '183118.177500', '183118.637500', '183119.097500', '183119.557500', '183120.017500', '183120.477500', '183120.937500', '183121.397500', '183121.857500', '183122.317500', '183122.777500', '183123.237500', '183123.697500', '183124.157500', '183124.617500', '183125.077500', '183125.537500', '183125.997500', '183126.457500', '183126.917500', '183127.377500', '183127.837500', '183128.297500', '183128.757500', '183129.217500', '183129.677500', '183130.137500', '183130.597500', '183131.057500', '183131.517500', '183131.977500', '183132.437500', '183132.897500', '183133.357500', '183133.817500', '183134.277500', '183134.737500', '183135.197500', '183135.657500', '183136.117500', '183136.577500', '183137.037500', '183137.497500', '183137.957500', '183138.417500', '183138.877500', '183139.337500', '183139.797500', '183140.257500', '183140.717500', '183141.177500', '183141.637500', '183142.097500', '183142.557500', '183143.017500', '183143.477500', '183143.937500', '183144.397500', '183144.857500', '183145.317500', '183145.777500', '183146.237500', '183146.697500', '183147.157500', '183147.617500', '183148.077500', '183148.537500', '183148.997500', '183149.457500', '183149.917500', '183150.377500', '183150.837500', '183151.297500', '183151.757500', '183152.217500', '183152.677500', '183153.137500', '183153.597500', '183154.057500', '183154.517500', '183154.977500', '183155.437500', '183155.897500', '183156.357500', '183156.817500', '183157.277500', '183157.737500', '183158.197500', '183158.657500', '183159.117500', '183159.577500', '183200.037500', '183200.497500', '183200.957500', '183201.417500', '183201.877500', '183202.337500', '183202.797500', '183203.257500', '183203.717500', '183204.177500', '183204.637500', '183205.097500', '183205.557500', '183206.017500', '183206.477500', '183206.937500', '183207.397500', '183207.857500', '183208.317500', '183208.777500', '183209.237500', '183209.697500', '183210.157500', '183210.617500', '183211.077500', '183211.537500', '183211.997500', '183212.457500', '183212.917500', '183213.377500', '183213.837500', '183214.297500', '183214.757500', '183215.217500', '183215.677500', '183216.137500', '183216.597500', '183217.057500', '183217.517500', '183217.977500', '183218.437500', '183218.897500', '183219.357500', '183219.817500', '183220.277500', '183220.737500', '183221.197500', '183221.657500', '183222.117500', '183222.577500', '183223.037500', '183223.497500', '183223.957500', '183224.417500', '183224.877500', '183225.337500', '183225.797500', '183226.257500', '183226.717500', '183227.177500', '183227.637500', '183228.097500', '183228.557500', '183229.017500', '183229.477500', '183229.937500', '183230.397500', '183230.857500', '183231.317500', '183231.777500', '183232.237500', '183232.697500', '183233.157500', '183233.617500', '183234.077500', '183234.537500', '183234.997500', '183235.457500', '183235.917500', '183236.377500', '183236.837500', '183237.297500', '183237.757500', '183238.217500', '183238.677500', '183239.137500', '183239.597500', '183240.057500', '183240.517500', '183240.977500', '183241.437500', '183241.897500', '183242.357500', '183242.817500', '183243.277500', '183243.737500', '183244.197500', '183244.657500', '183245.117500', '183245.577500', '183246.037500', '183246.497500', '183246.957500', '183247.417500', '183247.877500', '183248.337500', '183248.797500', '183249.257500', '183249.717500', '183250.177500', '183250.637500', '183251.097500', '183251.557500', '183252.017500', '183252.477500', '183252.937500', '183253.397500', '183253.857500', '183254.317500', '183254.777500', '183255.237500', '183255.697500', '183256.157500', '183256.617500', '183257.077500', '183257.537500', '183257.997500', '183258.457500', '183258.917500', '183259.377500', '183259.837500', '183300.297500', '183300.757500', '183301.217500', '183301.677500', '183302.137500', '183302.597500', '183303.057500', '183303.517500', '183303.977500', '183304.437500', '183304.897500', '183305.357500', '183305.817500', '183306.277500', '183306.737500', '183307.197500', '183307.657500', '183308.117500', '183308.577500', '183309.037500', '183309.497500', '183309.957500', '183310.417500', '183310.877500', '183311.337500', '183311.797500', '183312.257500', '183312.717500', '183313.177500', '183313.637500', '183314.097500', '183314.557500', '183315.017500', '183315.477500', '183315.937500', '183316.397500', '183316.857500', '183317.317500', '183317.777500', '183318.237500', '183318.697500', '183319.157500', '183319.617500', '183320.077500', '183320.537500', '183320.997500', '183321.457500', '183321.917500', '183322.377500', '183322.837500', '183323.297500', '183323.757500', '183324.217500', '183324.677500', '183325.137500', '183325.597500', '183326.057500', '183326.517500', '183326.977500', '183327.437500', '183327.897500', '183328.357500', '183328.817500', '183329.277500', '183329.737500', '183330.197500', '183330.657500', '183331.117500', '183331.577500', '183332.037500', '183332.497500', '183332.957500', '183333.417500', '183333.877500', '183334.337500', '183334.797500', '183335.257500', '183335.717500', '183336.177500', '183336.637500', '183337.097500', '183337.557500', '183338.017500', '183338.477500', '183338.937500', '183339.397500', '183339.857500', '183340.317500', '183340.777500', '183341.237500', '183341.697500', '183342.157500', '183342.617500', '183343.077500', '183343.537500', '183343.997500', '183344.457500', '183344.917500', '183345.377500', '183345.837500', '183346.297500', '183346.757500', '183347.217500', '183347.677500', '183348.137500', '183348.597500', '183349.057500', '183349.517500', '183349.977500', '183350.437500', '183350.897500', '183351.357500', '183351.817500', '183352.277500', '183352.737500', '183353.197500', '183353.657500', '183354.117500', '183354.577500', '183355.037500', '183355.497500', '183355.957500', '183356.417500', '183356.877500', '183357.337500', '183357.797500', '183358.257500', '183358.717500', '183359.177500', '183359.637500', '183400.097500', '183400.557500', '183401.017500', '183401.477500', '183401.937500', '183402.397500', '183402.857500', '183403.317500', '183403.777500', '183404.237500', '183404.697500', '183405.157500', '183405.617500', '183406.077500', '183406.537500', '183406.997500', '183407.457500', '183407.917500', '183408.377500', '183408.837500', '183409.297500', '183409.757500', '183410.217500', '183410.677500', '183411.137500', '183411.597500', '183412.057500', '183412.517500', '183412.977500', '183413.437500', '183413.897500', '183414.357500', '183414.817500', '183415.277500', '183415.737500', '183416.197500', '183416.657500', '183417.117500', '183417.577500', '183418.037500', '183418.497500', '183418.957500', '183419.417500', '183419.877500', '183420.337500', '183420.797500', '183421.257500', '183421.717500', '183422.177500', '183422.637500', '183423.097500', '183423.557500', '183424.017500', '183424.477500', '183424.937500', '183425.397500', '183425.857500', '183426.317500', '183426.777500', '183427.237500', '183427.697500', '183428.157500', '183428.617500', '183429.077500', '183429.537500', '183429.997500', '183430.457500', '183430.917500', '183431.377500', '183431.837500', '183432.297500', '183432.757500', '183433.217500', '183433.677500', '183434.137500', '183434.597500', '183435.057500', '183435.517500', '183435.977500', '183436.437500', '183436.897500', '183437.357500', '183437.817500', '183438.277500', '183438.737500', '183439.197500', '183439.657500', '183440.117500', '183440.577500', '183441.037500', '183441.497500', '183441.957500', '183442.417500', '183442.877500', '183443.337500', '183443.797500', '183444.257500', '183444.717500', '183445.177500', '183445.637500', '183446.097500', '183446.557500', '183447.017500', '183447.477500', '183447.937500', '183448.397500', '183448.857500', '183449.317500', '183449.777500', '183450.237500', '183450.697500', '183451.157500', '183451.617500', '183452.077500', '183452.537500', '183452.997500', '183453.457500', '183453.917500', '183454.377500', '183454.837500', '183455.297500', '183455.757500', '183456.217500', '183456.677500', '183457.137500', '183457.597500', '183458.057500', '183458.517500', '183458.977500', '183459.437500', '183459.897500', '183500.357500', '183500.817500', '183501.277500', '183501.737500', '183502.197500', '183502.657500', '183503.117500', '183503.577500', '183504.037500', '183504.497500', '183504.957500', '183505.417500', '183505.877500', '183506.337500', '183506.797500', '183507.257500', '183507.717500', '183508.177500', '183508.637500', '183509.097500', '183509.557500', '183510.017500', '183510.477500', '183510.937500', '183511.397500', '183511.857500', '183512.317500', '183512.777500', '183513.237500', '183513.697500', '183514.157500', '183514.617500', '183515.077500', '183515.537500', '183515.997500', '183516.457500', '183516.917500', '183517.377500', '183517.837500', '183518.297500', '183518.757500', '183519.217500', '183519.677500', '183520.137500', '183520.597500', '183521.057500', '183521.517500', '183521.977500', '183522.437500', '183522.897500', '183523.357500', '183523.817500', '183524.277500', '183524.737500', '183525.197500', '183525.657500', '183526.117500', '183526.577500', '183527.037500', '183527.497500', '183527.957500', '183528.417500', '183528.877500', '183529.337500', '183529.797500', '183530.257500', '183530.717500', '183531.177500', '183531.637500', '183532.097500', '183532.557500', '183533.017500', '183533.477500', '183533.937500', '183534.397500', '183534.857500', '183535.317500', '183535.777500', '183536.237500', '183536.697500', '183537.157500', '183537.617500', '183538.077500', '183538.537500', '183538.997500', '183539.457500', '183539.917500', '183540.377500', '183540.837500', '183541.297500', '183541.757500', '183542.217500', '183542.677500', '183543.137500', '183543.597500', '183544.057500', '183544.517500', '183544.977500', '183545.437500', '183545.897500', '183546.357500', '183546.817500', '183547.277500', '183547.737500', '183548.197500', '183548.657500', '183549.117500', '183549.577500', '183550.037500', '183550.497500', '183550.957500', '183551.417500', '183551.877500', '183552.337500', '183552.797500', '183553.257500', '183553.717500', '183554.177500', '183554.637500', '183555.097500', '183555.557500', '183556.017500', '183556.477500', '183556.937500', '183557.397500', '183557.857500', '183558.317500', '183558.777500', '183559.237500', '183559.697500', '183600.157500', '183600.617500', '183601.077500', '183601.537500', '183601.997500', '183602.457500', '183602.917500', '183603.377500', '183603.837500', '183604.297500', '183604.757500', '183605.217500', '183605.677500', '183606.137500', '183606.597500', '183607.057500', '183607.517500', '183607.977500', '183608.437500', '183608.897500', '183609.357500', '183609.817500', '183610.277500', '183610.737500', '183611.197500', '183611.657500', '183612.117500', '183612.577500', '183613.037500', '183613.497500', '183613.957500', '183614.417500', '183614.877500', '183615.337500', '183615.797500', '183616.257500', '183616.717500', '183617.177500', '183617.637500', '183618.097500', '183618.557500', '183619.017500', '183619.477500', '183619.937500', '183620.397500', '183620.857500', '183621.317500', '183621.777500', '183622.237500', '183622.697500', '183623.157500', '183623.617500', '183624.077500', '183624.537500', '183624.997500', '183625.457500', '183625.917500', '183626.377500', '183626.837500', '183627.297500', '183627.757500', '183628.217500', '183628.677500', '183629.137500', '183629.597500', '183630.057500', '183630.517500', '183630.977500', '183631.437500', '183631.897500', '183632.357500', '183632.817500', '183633.277500', '183633.737500', '183634.197500', '183634.657500', '183635.117500', '183635.577500', '183636.037500', '183636.497500', '183636.957500', '183637.417500', '183637.877500', '183638.337500', '183638.797500', '183639.257500', '183639.717500', '183640.177500', '183640.637500', '183641.097500', '183641.557500', '183642.017500', '183642.477500', '183642.937500', '183643.397500', '183643.857500', '183644.317500', '183644.777500', '183645.237500', '183645.697500', '183646.157500', '183646.617500', '183647.077500', '183647.537500', '183647.997500', '183648.457500', '183648.917500', '183649.377500', '183649.837500', '183650.297500', '183650.757500', '183651.217500', '183651.677500', '183652.137500', '183652.597500', '183653.057500', '183653.517500', '183653.977500', '183654.437500', '183654.897500', '183655.357500', '183655.817500', '183656.277500', '183656.737500', '183657.197500', '183657.657500', '183658.117500', '183658.577500', '183659.037500', '183659.497500', '183659.957500', '183700.417500', '183700.877500', '183701.337500', '183701.797500', '183702.257500', '183702.717500', '183703.177500', '183703.637500', '183704.097500', '183704.557500', '183705.017500', '183705.477500', '183705.937500', '183706.397500', '183706.857500', '183707.317500', '183707.777500', '183708.237500', '183708.697500', '183709.157500', '183709.617500', '183710.077500', '183710.537500', '183710.997500', '183711.457500', '183711.917500', '183712.377500', '183712.837500', '183713.297500', '183713.757500', '183714.217500', '183714.677500', '183715.137500', '183715.597500', '183716.057500', '183716.517500', '183716.977500', '183717.437500', '183717.897500', '183718.357500', '183718.817500', '183719.277500', '183719.737500', '183720.197500', '183720.657500', '183721.117500', '183721.577500', '183722.037500', '183722.497500', '183722.957500', '183723.417500', '183723.877500', '183724.337500', '183724.797500', '183725.257500', '183725.717500', '183726.177500', '183726.637500', '183727.097500', '183727.557500', '183728.017500', '183728.477500', '183728.937500', '183729.397500', '183729.857500', '183730.317500', '183730.777500', '183731.237500', '183731.697500', '183732.157500', '183732.617500', '183733.077500', '183733.537500', '183733.997500', '183734.457500', '183734.917500', '183735.377500', '183735.837500', '183736.297500', '183736.757500', '183737.217500', '183737.677500', '183738.137500', '183738.597500', '183739.057500', '183739.517500', '183739.977500', '183740.437500', '183740.897500'], 'ContentTime': ['183118.320000', '183118.323000', '183118.326000', '183118.329000', '183118.332000', '183118.334000', '183118.337000', '183118.339000', '183118.342000', '183118.345000', '183118.347000', '183118.350000', '183118.352000', '183118.355000', '183118.358000', '183118.365000', '183118.368000', '183118.370000', '183118.373000', '183118.375000', '183118.378000', '183118.381000', '183118.383000', '183118.386000', '183118.389000', '183118.396000', '183118.399000', '183118.401000', '183118.404000', '183118.406000', '183118.409000', '183118.411000', '183118.414000', '183118.417000', '183118.419000', '183118.422000', '183138.294000', '183138.297000', '183138.300000', '183138.302000', '183138.305000', '183138.308000', '183138.310000', '183138.313000', '183138.325000', '183138.327000', '183138.330000', '183138.332000', '183138.335000', '183138.338000', '183138.340000', '183138.343000', '183138.346000', '183138.349000', '183138.352000', '183138.356000', '183138.358000', '183138.361000', '183138.363000', '183138.366000', '183138.368000', '183138.371000', '183138.374000', '183138.376000', '183138.380000', '183138.383000', '183138.385000', '183138.388000', '183138.390000', '183138.393000', '183138.396000', '183138.398000', '183138.401000', '183138.403000', '183138.406000', '183138.408000', '183138.411000', '183138.414000', '183138.416000', '183158.294000', '183158.297000', '183158.300000', '183158.302000', '183158.305000', '183158.308000', '183158.310000', '183158.313000', '183158.315000', '183158.318000', '183158.320000', '183158.323000', '183158.326000', '183158.328000', '183158.331000', '183158.333000', '183158.336000', '183158.339000', '183158.341000', '183158.344000', '183158.346000', '183158.353000', '183158.355000', '183158.358000', '183158.360000', '183158.363000', '183158.365000', '183158.368000', '183158.370000', '183158.373000', '183158.375000', '183158.378000', '183158.381000', '183158.383000', '183158.386000', '183158.389000', '183158.391000', '183158.394000', '183158.396000', '183158.399000', '183158.402000', '183158.404000', '183158.407000', '183158.409000', '183218.293000', '183218.296000', '183218.299000', '183218.302000', '183218.304000', '183218.307000', '183218.309000', '183218.312000', '183218.315000', '183218.317000', '183218.320000', '183218.322000', '183218.325000', '183218.328000', '183218.331000', '183218.334000', '183218.337000', '183218.339000', '183218.342000', '183218.344000', '183218.347000', '183218.350000', '183218.352000', '183218.355000', '183218.357000', '183218.360000', '183218.363000', '183218.365000', '183218.368000', '183218.370000', '183218.373000', '183218.375000', '183218.378000', '183218.381000', '183218.383000', '183218.386000', '183218.388000', '183218.391000', '183218.394000', '183218.396000', '183218.399000', '183218.401000', '183218.404000', '183238.295000', '183238.297000', '183238.300000', '183238.303000', '183238.305000', '183238.308000', '183238.310000', '183238.313000', '183238.316000', '183238.318000', '183238.321000', '183238.323000', '183238.326000', '183238.328000', '183238.331000', '183238.333000', '183238.336000', '183238.353000', '183238.356000', '183238.358000', '183238.361000', '183238.364000', '183238.366000', '183238.369000', '183238.371000', '183238.374000', '183238.376000', '183238.379000', '183238.381000', '183238.384000', '183238.387000', '183238.389000', '183238.392000', '183238.395000', '183238.397000', '183238.400000', '183238.402000', '183238.405000', '183238.407000', '183238.410000', '183238.413000', '183238.415000', '183238.418000', '183238.420000', '183258.295000', '183258.297000', '183258.300000', '183258.303000', '183258.305000', '183258.308000', '183258.310000', '183258.313000', '183258.316000', '183258.319000', '183258.321000', '183258.324000', '183258.326000', '183258.329000', '183258.332000', '183258.334000', '183258.337000', '183258.339000', '183258.342000', '183258.344000', '183258.347000', '183258.350000', '183258.352000', '183258.355000', '183258.358000', '183258.361000', '183258.364000', '183258.366000', '183258.369000', '183258.372000', '183258.374000', '183258.377000', '183258.379000', '183258.382000', '183258.385000', '183258.387000', '183258.390000', '183258.393000', '183258.395000', '183258.398000', '183258.400000', '183258.403000', '183258.405000', '183318.295000', '183318.298000', '183318.300000', '183318.303000', '183318.305000', '183318.308000', '183318.310000', '183318.313000', '183318.316000', '183318.318000', '183318.321000', '183318.323000', '183318.326000', '183318.328000', '183318.331000', '183318.334000', '183318.336000', '183318.339000', '183318.342000', '183318.344000', '183318.347000', '183318.349000', '183318.352000', '183318.355000', '183318.357000', '183318.360000', '183318.362000', '183318.365000', '183318.368000', '183318.370000', '183318.373000', '183318.376000', '183318.378000', '183318.381000', '183318.384000', '183318.386000', '183318.389000', '183318.392000', '183318.394000', '183318.397000', '183318.400000', '183318.402000', '183318.405000', '183338.295000', '183338.297000', '183338.300000', '183338.303000', '183338.305000', '183338.308000', '183338.311000', '183338.313000', '183338.316000', '183338.318000', '183338.321000', '183338.324000', '183338.326000', '183338.329000', '183338.331000', '183338.334000', '183338.337000', '183338.339000', '183338.342000', '183338.345000', '183338.347000', '183338.350000', '183338.352000', '183338.355000', '183338.358000', '183338.360000', '183338.363000', '183338.366000', '183338.368000', '183338.371000', '183338.373000', '183338.376000', '183338.378000', '183338.381000', '183338.383000', '183338.386000', '183338.389000', '183338.391000', '183338.394000', '183338.396000', '183338.399000', '183338.402000', '183338.404000', '183338.407000', '183358.294000', '183358.297000', '183358.300000', '183358.303000', '183358.305000', '183358.308000', '183358.310000', '183358.313000', '183358.316000', '183358.318000', '183358.321000', '183358.324000', '183358.326000', '183358.329000', '183358.332000', '183358.334000', '183358.337000', '183358.340000', '183358.342000', '183358.345000', '183358.348000', '183358.350000', '183358.353000', '183358.355000', '183358.358000', '183358.361000', '183358.363000', '183358.366000', '183358.369000', '183358.371000', '183358.374000', '183358.383000', '183358.385000', '183358.388000', '183358.390000', '183358.393000', '183358.396000', '183358.398000', '183358.401000', '183358.404000', '183358.406000', '183358.409000', '183358.411000', '183358.414000', '183418.295000', '183418.298000', '183418.300000', '183418.303000', '183418.305000', '183418.308000', '183418.311000', '183418.313000', '183418.316000', '183418.319000', '183418.321000', '183418.324000', '183418.338000', '183418.341000', '183418.344000', '183418.346000', '183418.349000', '183418.352000', '183418.354000', '183418.357000', '183418.360000', '183418.362000', '183418.365000', '183418.367000', '183418.370000', '183418.373000', '183418.376000', '183418.378000', '183418.381000', '183418.383000', '183418.386000', '183418.389000', '183418.391000', '183418.394000', '183418.397000', '183418.399000', '183418.402000', '183418.405000', '183418.407000', '183418.410000', '183418.415000', '183418.417000', '183418.420000', '183438.294000', '183438.296000', '183438.299000', '183438.302000', '183438.305000', '183438.307000', '183438.310000', '183438.312000', '183438.315000', '183438.318000', '183438.320000', '183438.323000', '183438.325000', '183438.328000', '183438.330000', '183438.333000', '183438.336000', '183438.338000', '183438.341000', '183438.343000', '183438.346000', '183438.348000', '183438.351000', '183438.354000', '183438.356000', '183438.359000', '183438.361000', '183438.364000', '183438.367000', '183438.369000', '183438.372000', '183438.374000', '183438.377000', '183438.380000', '183438.382000', '183438.385000', '183438.387000', '183438.390000', '183438.393000', '183438.396000', '183438.399000', '183438.401000', '183438.404000', '183438.407000', '183458.294000', '183458.297000', '183458.300000', '183458.303000', '183458.305000', '183458.308000', '183458.311000', '183458.313000', '183458.316000', '183458.319000', '183458.321000', '183458.324000', '183458.327000', '183458.329000', '183458.332000', '183458.334000', '183458.337000', '183458.340000', '183458.342000', '183458.345000', '183458.348000', '183458.350000', '183458.353000', '183458.356000', '183458.359000', '183458.361000', '183458.364000', '183458.366000', '183458.369000', '183458.372000', '183458.374000', '183458.377000', '183458.380000', '183458.382000', '183458.385000', '183458.387000', '183458.390000', '183458.393000', '183458.395000', '183458.398000', '183458.401000', '183458.403000', '183458.406000', '183518.294000', '183518.298000', '183518.300000', '183518.303000', '183518.305000', '183518.308000', '183518.311000', '183518.314000', '183518.316000', '183518.319000', '183518.322000', '183518.324000', '183518.327000', '183518.330000', '183518.332000', '183518.335000', '183518.338000', '183518.340000', '183518.343000', '183518.346000', '183518.348000', '183518.351000', '183518.354000', '183518.356000', '183518.359000', '183518.362000', '183518.364000', '183518.367000', '183518.370000', '183518.372000', '183518.375000', '183518.378000', '183518.380000', '183518.383000', '183518.385000', '183518.388000', '183518.391000', '183518.394000', '183518.396000', '183518.399000', '183518.402000', '183518.404000', '183518.407000', '183518.410000', '183538.294000', '183538.297000', '183538.300000', '183538.303000', '183538.305000', '183538.308000', '183538.311000', '183538.313000', '183538.316000', '183538.319000', '183538.321000', '183538.324000', '183538.327000', '183538.329000', '183538.332000', '183538.334000', '183538.337000', '183538.340000', '183538.342000', '183538.345000', '183538.348000', '183538.350000', '183538.353000', '183538.355000', '183538.358000', '183538.361000', '183538.363000', '183538.366000', '183538.368000', '183538.371000', '183538.374000', '183538.376000', '183538.379000', '183538.381000', '183538.384000', '183538.387000', '183538.389000', '183538.392000', '183538.394000', '183538.397000', '183538.400000', '183538.402000', '183538.405000', '183558.295000', '183558.297000', '183558.300000', '183558.303000', '183558.305000', '183558.308000', '183558.310000', '183558.313000', '183558.316000', '183558.319000', '183558.321000', '183558.324000', '183558.326000', '183558.329000', '183558.332000', '183558.334000', '183558.337000', '183558.340000', '183558.343000', '183558.345000', '183558.348000', '183558.351000', '183558.353000', '183558.356000', '183558.359000', '183558.361000', '183558.364000', '183558.367000', '183558.370000', '183558.373000', '183558.375000', '183558.378000', '183558.381000', '183558.383000', '183558.386000', '183558.389000', '183558.391000', '183558.394000', '183558.397000', '183558.399000', '183558.402000', '183558.405000', '183558.407000', '183558.410000', '183618.295000', '183618.297000', '183618.300000', '183618.303000', '183618.305000', '183618.308000', '183618.311000', '183618.313000', '183618.316000', '183618.319000', '183618.321000', '183618.324000', '183618.326000', '183618.329000', '183618.332000', '183618.335000', '183618.337000', '183618.340000', '183618.343000', '183618.345000', '183618.348000', '183618.350000', '183618.353000', '183618.356000', '183618.358000', '183618.361000', '183618.364000', '183618.366000', '183618.369000', '183618.371000', '183618.374000', '183618.377000', '183618.379000', '183618.382000', '183618.385000', '183618.387000', '183618.390000', '183618.393000', '183618.395000', '183618.398000', '183618.401000', '183618.403000', '183618.406000', '183638.294000', '183638.298000', '183638.301000', '183638.304000', '183638.307000', '183638.309000', '183638.312000', '183638.315000', '183638.317000', '183638.320000', '183638.322000', '183638.325000', '183638.328000', '183638.330000', '183638.333000', '183638.336000', '183638.338000', '183638.341000', '183638.343000', '183638.346000', '183638.349000', '183638.351000', '183638.354000', '183638.357000', '183638.359000', '183638.362000', '183638.365000', '183638.367000', '183638.370000', '183638.372000', '183638.375000', '183638.378000', '183638.381000', '183638.383000', '183638.386000', '183638.388000', '183638.391000', '183638.394000', '183638.396000', '183638.399000', '183638.402000', '183638.404000', '183638.407000', '183638.409000', '183658.294000', '183658.297000', '183658.299000', '183658.302000', '183658.304000', '183658.307000', '183658.310000', '183658.312000', '183658.315000', '183658.317000', '183658.321000', '183658.323000', '183658.326000', '183658.329000', '183658.331000', '183658.334000', '183658.337000', '183658.339000', '183658.342000', '183658.345000', '183658.347000', '183658.350000', '183658.352000', '183658.355000', '183658.357000', '183658.360000', '183658.362000', '183658.365000', '183658.368000', '183658.370000', '183658.373000', '183658.376000', '183658.378000', '183658.381000', '183658.383000', '183658.386000', '183658.389000', '183658.392000', '183658.394000', '183658.397000', '183658.399000', '183658.402000', '183658.405000', '183718.295000', '183718.297000', '183718.300000', '183718.303000', '183718.305000', '183718.319000', '183718.322000', '183718.324000', '183718.327000', '183718.330000', '183718.333000', '183718.335000', '183718.338000', '183718.340000', '183718.343000', '183718.346000', '183718.348000', '183718.351000', '183718.354000', '183718.356000', '183718.359000', '183718.362000', '183718.364000', '183718.367000', '183718.370000', '183718.372000', '183718.375000', '183718.377000', '183718.380000', '183718.383000', '183718.386000', '183718.388000', '183718.391000', '183718.393000', '183718.396000', '183718.399000', '183718.401000', '183718.404000', '183718.407000', '183718.409000', '183718.412000', '183718.414000', '183718.417000', '183718.420000', '183738.294000', '183738.297000', '183738.300000', '183738.303000', '183738.305000', '183738.308000', '183738.310000', '183738.313000', '183738.316000', '183738.318000', '183738.321000', '183738.323000', '183738.326000', '183738.329000', '183738.331000', '183738.334000', '183738.337000', '183738.339000', '183738.342000', '183738.344000', '183738.347000', '183738.350000', '183738.352000', '183738.355000', '183738.358000', '183738.360000', '183738.363000', '183738.365000', '183738.368000', '183738.371000', '183738.374000', '183738.376000', '183738.379000', '183738.381000', '183738.384000', '183738.386000', '183738.389000', '183738.392000', '183738.394000', '183738.397000', '183738.400000', '183738.402000', '183738.405000', '183742.655000', '183742.659000', '183742.662000', '183742.664000', '183742.667000', '183742.670000', '183742.673000', '183742.675000', '183742.678000', '183742.681000'], 'InstanceCreationTime': ['183118.320000', '183118.323000', '183118.326000', '183118.329000', '183118.332000', '183118.334000', '183118.337000', '183118.339000', '183118.342000', '183118.345000', '183118.347000', '183118.350000', '183118.352000', '183118.355000', '183118.358000', '183118.365000', '183118.368000', '183118.370000', '183118.373000', '183118.375000', '183118.378000', '183118.381000', '183118.383000', '183118.386000', '183118.389000', '183118.396000', '183118.399000', '183118.401000', '183118.404000', '183118.406000', '183118.409000', '183118.411000', '183118.414000', '183118.417000', '183118.419000', '183118.422000', '183138.294000', '183138.297000', '183138.300000', '183138.302000', '183138.305000', '183138.308000', '183138.310000', '183138.313000', '183138.325000', '183138.327000', '183138.330000', '183138.332000', '183138.335000', '183138.338000', '183138.340000', '183138.343000', '183138.346000', '183138.349000', '183138.352000', '183138.356000', '183138.358000', '183138.361000', '183138.363000', '183138.366000', '183138.368000', '183138.371000', '183138.374000', '183138.376000', '183138.380000', '183138.383000', '183138.385000', '183138.388000', '183138.390000', '183138.393000', '183138.396000', '183138.398000', '183138.401000', '183138.403000', '183138.406000', '183138.408000', '183138.411000', '183138.414000', '183138.416000', '183158.294000', '183158.297000', '183158.300000', '183158.302000', '183158.305000', '183158.308000', '183158.310000', '183158.313000', '183158.315000', '183158.318000', '183158.320000', '183158.323000', '183158.326000', '183158.328000', '183158.331000', '183158.333000', '183158.336000', '183158.339000', '183158.341000', '183158.344000', '183158.346000', '183158.353000', '183158.355000', '183158.358000', '183158.360000', '183158.363000', '183158.365000', '183158.368000', '183158.370000', '183158.373000', '183158.375000', '183158.378000', '183158.381000', '183158.383000', '183158.386000', '183158.389000', '183158.391000', '183158.394000', '183158.396000', '183158.399000', '183158.402000', '183158.404000', '183158.407000', '183158.409000', '183218.293000', '183218.296000', '183218.299000', '183218.302000', '183218.304000', '183218.307000', '183218.309000', '183218.312000', '183218.315000', '183218.317000', '183218.320000', '183218.322000', '183218.325000', '183218.328000', '183218.331000', '183218.334000', '183218.337000', '183218.339000', '183218.342000', '183218.344000', '183218.347000', '183218.350000', '183218.352000', '183218.355000', '183218.357000', '183218.360000', '183218.363000', '183218.365000', '183218.368000', '183218.370000', '183218.373000', '183218.375000', '183218.378000', '183218.381000', '183218.383000', '183218.386000', '183218.388000', '183218.391000', '183218.394000', '183218.396000', '183218.399000', '183218.401000', '183218.404000', '183238.295000', '183238.297000', '183238.300000', '183238.303000', '183238.305000', '183238.308000', '183238.310000', '183238.313000', '183238.316000', '183238.318000', '183238.321000', '183238.323000', '183238.326000', '183238.328000', '183238.331000', '183238.333000', '183238.336000', '183238.353000', '183238.356000', '183238.358000', '183238.361000', '183238.364000', '183238.366000', '183238.369000', '183238.371000', '183238.374000', '183238.376000', '183238.379000', '183238.381000', '183238.384000', '183238.387000', '183238.389000', '183238.392000', '183238.395000', '183238.397000', '183238.400000', '183238.402000', '183238.405000', '183238.407000', '183238.410000', '183238.413000', '183238.415000', '183238.418000', '183238.420000', '183258.295000', '183258.297000', '183258.300000', '183258.303000', '183258.305000', '183258.308000', '183258.310000', '183258.313000', '183258.316000', '183258.319000', '183258.321000', '183258.324000', '183258.326000', '183258.329000', '183258.332000', '183258.334000', '183258.337000', '183258.339000', '183258.342000', '183258.344000', '183258.347000', '183258.350000', '183258.352000', '183258.355000', '183258.358000', '183258.361000', '183258.364000', '183258.366000', '183258.369000', '183258.372000', '183258.374000', '183258.377000', '183258.379000', '183258.382000', '183258.385000', '183258.387000', '183258.390000', '183258.393000', '183258.395000', '183258.398000', '183258.400000', '183258.403000', '183258.405000', '183318.295000', '183318.298000', '183318.300000', '183318.303000', '183318.305000', '183318.308000', '183318.310000', '183318.313000', '183318.316000', '183318.318000', '183318.321000', '183318.323000', '183318.326000', '183318.328000', '183318.331000', '183318.334000', '183318.336000', '183318.339000', '183318.342000', '183318.344000', '183318.347000', '183318.349000', '183318.352000', '183318.355000', '183318.357000', '183318.360000', '183318.362000', '183318.365000', '183318.368000', '183318.370000', '183318.373000', '183318.376000', '183318.378000', '183318.381000', '183318.384000', '183318.386000', '183318.389000', '183318.392000', '183318.394000', '183318.397000', '183318.400000', '183318.402000', '183318.405000', '183338.295000', '183338.297000', '183338.300000', '183338.303000', '183338.305000', '183338.308000', '183338.311000', '183338.313000', '183338.316000', '183338.318000', '183338.321000', '183338.324000', '183338.326000', '183338.329000', '183338.331000', '183338.334000', '183338.337000', '183338.339000', '183338.342000', '183338.345000', '183338.347000', '183338.350000', '183338.352000', '183338.355000', '183338.358000', '183338.360000', '183338.363000', '183338.366000', '183338.368000', '183338.371000', '183338.373000', '183338.376000', '183338.378000', '183338.381000', '183338.383000', '183338.386000', '183338.389000', '183338.391000', '183338.394000', '183338.396000', '183338.399000', '183338.402000', '183338.404000', '183338.407000', '183358.294000', '183358.297000', '183358.300000', '183358.303000', '183358.305000', '183358.308000', '183358.310000', '183358.313000', '183358.316000', '183358.318000', '183358.321000', '183358.324000', '183358.326000', '183358.329000', '183358.332000', '183358.334000', '183358.337000', '183358.340000', '183358.342000', '183358.345000', '183358.348000', '183358.350000', '183358.353000', '183358.355000', '183358.358000', '183358.361000', '183358.363000', '183358.366000', '183358.369000', '183358.371000', '183358.374000', '183358.383000', '183358.385000', '183358.388000', '183358.390000', '183358.393000', '183358.396000', '183358.398000', '183358.401000', '183358.404000', '183358.406000', '183358.409000', '183358.411000', '183358.414000', '183418.295000', '183418.298000', '183418.300000', '183418.303000', '183418.305000', '183418.308000', '183418.311000', '183418.313000', '183418.316000', '183418.319000', '183418.321000', '183418.324000', '183418.338000', '183418.341000', '183418.344000', '183418.346000', '183418.349000', '183418.352000', '183418.354000', '183418.357000', '183418.360000', '183418.362000', '183418.365000', '183418.367000', '183418.370000', '183418.373000', '183418.376000', '183418.378000', '183418.381000', '183418.383000', '183418.386000', '183418.389000', '183418.391000', '183418.394000', '183418.397000', '183418.399000', '183418.402000', '183418.405000', '183418.407000', '183418.410000', '183418.415000', '183418.417000', '183418.420000', '183438.294000', '183438.296000', '183438.299000', '183438.302000', '183438.305000', '183438.307000', '183438.310000', '183438.312000', '183438.315000', '183438.318000', '183438.320000', '183438.323000', '183438.325000', '183438.328000', '183438.330000', '183438.333000', '183438.336000', '183438.338000', '183438.341000', '183438.343000', '183438.346000', '183438.348000', '183438.351000', '183438.354000', '183438.356000', '183438.359000', '183438.361000', '183438.364000', '183438.367000', '183438.369000', '183438.372000', '183438.374000', '183438.377000', '183438.380000', '183438.382000', '183438.385000', '183438.387000', '183438.390000', '183438.393000', '183438.396000', '183438.399000', '183438.401000', '183438.404000', '183438.407000', '183458.294000', '183458.297000', '183458.300000', '183458.303000', '183458.305000', '183458.308000', '183458.311000', '183458.313000', '183458.316000', '183458.319000', '183458.321000', '183458.324000', '183458.327000', '183458.329000', '183458.332000', '183458.334000', '183458.337000', '183458.340000', '183458.342000', '183458.345000', '183458.348000', '183458.350000', '183458.353000', '183458.356000', '183458.359000', '183458.361000', '183458.364000', '183458.366000', '183458.369000', '183458.372000', '183458.374000', '183458.377000', '183458.380000', '183458.382000', '183458.385000', '183458.387000', '183458.390000', '183458.393000', '183458.395000', '183458.398000', '183458.401000', '183458.403000', '183458.406000', '183518.294000', '183518.298000', '183518.300000', '183518.303000', '183518.305000', '183518.308000', '183518.311000', '183518.314000', '183518.316000', '183518.319000', '183518.322000', '183518.324000', '183518.327000', '183518.330000', '183518.332000', '183518.335000', '183518.338000', '183518.340000', '183518.343000', '183518.346000', '183518.348000', '183518.351000', '183518.354000', '183518.356000', '183518.359000', '183518.362000', '183518.364000', '183518.367000', '183518.370000', '183518.372000', '183518.375000', '183518.378000', '183518.380000', '183518.383000', '183518.385000', '183518.388000', '183518.391000', '183518.394000', '183518.396000', '183518.399000', '183518.402000', '183518.404000', '183518.407000', '183518.410000', '183538.294000', '183538.297000', '183538.300000', '183538.303000', '183538.305000', '183538.308000', '183538.311000', '183538.313000', '183538.316000', '183538.319000', '183538.321000', '183538.324000', '183538.327000', '183538.329000', '183538.332000', '183538.334000', '183538.337000', '183538.340000', '183538.342000', '183538.345000', '183538.348000', '183538.350000', '183538.353000', '183538.355000', '183538.358000', '183538.361000', '183538.363000', '183538.366000', '183538.368000', '183538.371000', '183538.374000', '183538.376000', '183538.379000', '183538.381000', '183538.384000', '183538.387000', '183538.389000', '183538.392000', '183538.394000', '183538.397000', '183538.400000', '183538.402000', '183538.405000', '183558.295000', '183558.297000', '183558.300000', '183558.303000', '183558.305000', '183558.308000', '183558.310000', '183558.313000', '183558.316000', '183558.319000', '183558.321000', '183558.324000', '183558.326000', '183558.329000', '183558.332000', '183558.334000', '183558.337000', '183558.340000', '183558.343000', '183558.345000', '183558.348000', '183558.351000', '183558.353000', '183558.356000', '183558.359000', '183558.361000', '183558.364000', '183558.367000', '183558.370000', '183558.373000', '183558.375000', '183558.378000', '183558.381000', '183558.383000', '183558.386000', '183558.389000', '183558.391000', '183558.394000', '183558.397000', '183558.399000', '183558.402000', '183558.405000', '183558.407000', '183558.410000', '183618.295000', '183618.297000', '183618.300000', '183618.303000', '183618.305000', '183618.308000', '183618.311000', '183618.313000', '183618.316000', '183618.319000', '183618.321000', '183618.324000', '183618.326000', '183618.329000', '183618.332000', '183618.335000', '183618.337000', '183618.340000', '183618.343000', '183618.345000', '183618.348000', '183618.350000', '183618.353000', '183618.356000', '183618.358000', '183618.361000', '183618.364000', '183618.366000', '183618.369000', '183618.371000', '183618.374000', '183618.377000', '183618.379000', '183618.382000', '183618.385000', '183618.387000', '183618.390000', '183618.393000', '183618.395000', '183618.398000', '183618.401000', '183618.403000', '183618.406000', '183638.294000', '183638.298000', '183638.301000', '183638.304000', '183638.307000', '183638.309000', '183638.312000', '183638.315000', '183638.317000', '183638.320000', '183638.322000', '183638.325000', '183638.328000', '183638.330000', '183638.333000', '183638.336000', '183638.338000', '183638.341000', '183638.343000', '183638.346000', '183638.349000', '183638.351000', '183638.354000', '183638.357000', '183638.359000', '183638.362000', '183638.365000', '183638.367000', '183638.370000', '183638.372000', '183638.375000', '183638.378000', '183638.381000', '183638.383000', '183638.386000', '183638.388000', '183638.391000', '183638.394000', '183638.396000', '183638.399000', '183638.402000', '183638.404000', '183638.407000', '183638.409000', '183658.294000', '183658.297000', '183658.299000', '183658.302000', '183658.304000', '183658.307000', '183658.310000', '183658.312000', '183658.315000', '183658.317000', '183658.321000', '183658.323000', '183658.326000', '183658.329000', '183658.331000', '183658.334000', '183658.337000', '183658.339000', '183658.342000', '183658.345000', '183658.347000', '183658.350000', '183658.352000', '183658.355000', '183658.357000', '183658.360000', '183658.362000', '183658.365000', '183658.368000', '183658.370000', '183658.373000', '183658.376000', '183658.378000', '183658.381000', '183658.383000', '183658.386000', '183658.389000', '183658.392000', '183658.394000', '183658.397000', '183658.399000', '183658.402000', '183658.405000', '183718.295000', '183718.297000', '183718.300000', '183718.303000', '183718.305000', '183718.319000', '183718.322000', '183718.324000', '183718.327000', '183718.330000', '183718.333000', '183718.335000', '183718.338000', '183718.340000', '183718.343000', '183718.346000', '183718.348000', '183718.351000', '183718.354000', '183718.356000', '183718.359000', '183718.362000', '183718.364000', '183718.367000', '183718.370000', '183718.372000', '183718.375000', '183718.377000', '183718.380000', '183718.383000', '183718.386000', '183718.388000', '183718.391000', '183718.393000', '183718.396000', '183718.399000', '183718.401000', '183718.404000', '183718.407000', '183718.409000', '183718.412000', '183718.414000', '183718.417000', '183718.420000', '183738.294000', '183738.297000', '183738.300000', '183738.303000', '183738.305000', '183738.308000', '183738.310000', '183738.313000', '183738.316000', '183738.318000', '183738.321000', '183738.323000', '183738.326000', '183738.329000', '183738.331000', '183738.334000', '183738.337000', '183738.339000', '183738.342000', '183738.344000', '183738.347000', '183738.350000', '183738.352000', '183738.355000', '183738.358000', '183738.360000', '183738.363000', '183738.365000', '183738.368000', '183738.371000', '183738.374000', '183738.376000', '183738.379000', '183738.381000', '183738.384000', '183738.386000', '183738.389000', '183738.392000', '183738.394000', '183738.397000', '183738.400000', '183738.402000', '183738.405000', '183742.655000', '183742.659000', '183742.662000', '183742.664000', '183742.667000', '183742.670000', '183742.673000', '183742.675000', '183742.678000', '183742.681000'], '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': [12894, 11390, 10085, 15904, 11766, 8914, 15014, 12185, 10390, 13450, 11067, 9148, 12796, 11419, 14774, 11874, 8432, 14079, 11570, 9257, 12671, 10843, 8681, 13516, 11286, 8836, 12335, 10344, 9036, 14073, 11450, 8532, 12678, 11156, 14892, 12426, 11387, 13840, 10777, 11919, 14739, 13067, 16634, 18392, 14225, 12097, 9470, 8268, 7794, 11877, 10338, 7716, 13627, 11670, 9756, 13168, 12260, 12272, 16226, 15140, 15419, 17066, 15060, 15137, 16422, 14500, 12742, 12259, 10258, 12797, 12032, 8664, 13005, 10418, 11499, 11834, 8022, 12795, 10937, 8401, 12506, 9679, 8292, 12063, 10627, 8059, 15757, 12606, 9820, 12664, 12341, 10679, 15989, 11969, 10782, 14309, 11262, 9152, 14493, 11301, 9784, 13039, 11396, 9950, 13210, 10938, 13604, 11969, 9337, 13664, 11851, 8625, 13420, 9613, 10720, 14062, 12400, 9659, 10935, 12911, 10509, 9845, 13622, 10729, 7911, 13907, 11112, 10557, 13643, 10376, 10193, 12599, 10339, 13455, 12295, 9510, 7933, 13309, 10205, 10377, 14035, 10653, 10254, 13050, 9247, 13990, 12189, 10585, 12638, 9973, 13405, 11276, 12608, 11347, 8099, 12648, 11224, 12263, 11327, 8239, 12846, 10915, 9347, 12704, 10124, 12287, 12209, 8748, 13257, 11071, 10703, 12691, 9661, 14003, 11384, 8589, 13753, 11450, 8425, 12900, 10034, 12791, 11878, 9202, 13173, 10863, 8666, 13507, 10862, 12446, 12141, 8574, 14255, 11785, 7983, 13646, 10795, 9162, 13674, 11057, 7947, 13587, 10988, 9237, 13165, 10797, 8645, 13935, 11439, 9759, 13341, 11059, 9772, 13404, 11380, 12825, 12193, 9439, 15343, 12005, 8915, 13284, 11355, 9556, 13851, 10562, 8195, 12692, 11865, 9610, 14021, 11333, 8568, 13118, 11324, 9897, 12608, 10432, 8652, 12839, 11408, 12302, 11799, 9014, 13549, 11233, 11607, 12531, 10013, 12411, 11461, 9301, 14355, 11158, 8233, 10308, 12127, 10520, 9450, 12851, 10634, 8637, 14145, 11788, 9945, 13697, 10871, 14771, 12139, 11061, 14270, 11831, 11077, 13629, 11048, 9035, 13791, 10941, 8421, 13449, 11355, 8713, 12791, 9973, 11369, 12787, 11100, 9606, 12517, 9995, 10742, 13035, 10919, 11877, 11631, 9602, 13066, 12113, 9493, 13375, 11085, 9002, 14057, 11362, 8259, 13291, 10881, 12471, 12762, 9552, 12248, 12148, 9691, 14630, 12055, 8812, 13625, 12196, 9300, 13960, 11323, 8310, 14026, 11202, 8908, 13325, 10678, 11891, 12465, 10008, 12203, 12110, 9427, 12351, 12107, 9740, 13458, 11165, 8345, 13620, 11599, 10206, 12682, 9045, 14397, 11381, 8829, 12756, 11305, 8585, 13584, 11431, 8178, 13407, 10692, 9344, 12995, 10873, 11411, 12244, 9263, 14825, 11811, 8275, 13673, 11167, 9639, 13337, 10858, 8874, 12994, 10919, 9672, 13028, 11117, 8106, 12949, 11222, 9080, 14297, 12067, 8775, 13603, 11089, 10903, 13702, 10710, 9514, 13436, 11048, 12860, 12840, 9883, 11941, 12035, 9655, 15088, 11491, 8223, 13036, 10801, 8880, 12401, 10278, 11387, 12384, 10675, 11925, 11327, 9473, 10745, 13163, 11482, 10858, 12422, 10380, 8672, 14080, 11701, 10977, 12153, 10735, 11156, 13536, 11291, 9374, 12738, 11070, 10872, 13523, 10818, 8467, 12849, 10976, 10901, 13373, 10516, 8368, 13174, 11126, 9635, 12953, 10603, 8666, 13371, 11195, 8021, 13113, 11021, 9629, 13045, 10937, 8119, 12895, 11137, 9318, 14989, 10035, 8527, 11075, 11623, 10751, 11708, 12506, 10271, 8461, 14288, 11501, 11199, 10836, 12487, 10974, 14059, 14486, 12925, 13761, 12089, 12685, 15080, 12037, 10168, 12584, 10937, 13806, 11642, 8478, 11329, 11784, 10708, 11419, 11675, 9661, 11081, 12719, 10098, 10766, 12574, 10005, 13522, 11972, 9572, 11954, 12120, 10174, 14267, 11944, 9189, 14268, 11607, 9626, 13941, 11162, 8826, 14913, 11513, 8527, 12846, 11586, 9607, 14425, 10995, 8432, 13961, 11232, 9589, 13872, 11223, 8684, 14856, 11414, 8567, 11946, 11887, 10308, 13395, 11948, 8861, 14399, 11664, 9676, 13223, 11118, 8546, 13351, 10933, 12171, 12007, 8153, 12968, 11155, 8914, 12567, 10240, 9711, 12712, 10139, 12839, 12049, 8110, 13681, 11342, 9686, 12721, 8669, 13100, 11580, 9074, 12655, 9474, 13736, 11648, 8693, 12999, 10758, 10635, 13187, 9343, 13121, 11400, 8649, 13928, 11355, 7942, 13398, 11062, 8999, 13416, 10661, 8458, 13633, 11228, 12746, 12431, 9124, 15023, 11596, 8991, 13154, 11066, 8449, 13699, 11968, 8529, 13422, 10511, 9875, 13485, 10783, 11599, 12896, 9128, 15672, 11974, 9112, 13626, 11849, 8583, 13460, 11046, 8258, 13086, 10557, 12619, 12432, 8802, 13139, 11581, 8802, 13829, 11460, 8616, 13151, 10466, 13508, 12275, 9247, 13724, 11740, 8776, 13725, 11175, 10451, 12759, 9334, 12539, 12198, 9431, 12960, 11381, 8458, 14364, 11302, 8476, 13551, 10496, 12552, 12558, 9425, 13200, 11710, 9429, 15202, 11507, 8419, 12827, 11005, 9467, 13460, 11101, 8095, 13619, 11060, 10792, 12411, 9517, 14148, 12122, 10968, 13195, 10743, 9086, 12686, 10101, 14063, 10776, 7986, 12675, 10556, 14305, 11497, 7951, 12660, 10184, 14605, 11366, 8197, 13027, 11276, 9482, 12454, 9681, 10699, 12356, 9315, 15167, 11595, 8122, 13783, 10894, 13799, 12467, 9851, 13672, 11205, 12048, 12274, 9871, 13656, 10947, 9007, 12596, 10214, 13282, 11920, 8343, 13297, 11189, 9209, 13051, 10629, 7725, 14242, 11506, 9138, 14919, 12335, 11940, 11988, 10618, 14469, 12793, 14806, 13005, 10988, 13344, 11098, 10715, 13163, 10505, 10814, 12100, 9212, 14272, 11887, 8303, 13236, 11204, 10013, 13255, 9711, 13148, 11990, 9108, 13953, 10686, 11566, 12057, 8413, 13651, 11586, 10287, 12165, 8687, 13829, 12858, 8768, 12219, 11970, 10598, 8352, 12091, 11276, 8313, 15603, 12220, 9132, 13755, 10969, 13438, 12923, 11933, 12265, 10028, 13596, 11664, 9732, 11831, 8574, 13626, 12217, 8665, 13435, 10316, 11541, 13087, 9696, 13400, 11868, 8717, 14304, 11640, 8958, 13302, 9746, 14850, 12211, 9918, 13817, 11006, 9730, 13365, 10366, 11495, 12195, 8706, 14319, 11593, 8405, 13737, 11126, 9412, 13184, 10622, 9967, 12824, 10890, 13244, 12253, 8740, 12592, 12151, 9632, 13335, 12006, 8784, 13958, 11513, 9200, 12784, 10996, 8595, 13683, 11705, 10831, 12547, 9255, 13150, 11487, 9856, 12430, 9101, 13357, 11472, 8900, 12412, 10396, 8086, 13391, 11621, 8822, 12721, 8779], 'WindowCenter': [4656.0, 4631.0, 4606.0, 4644.0, 4613.0, 4582.0, 4629.0, 4608.0, 4587.0, 4606.0, 4586.0, 4564.0, 4594.0, 4585.0, 4603.0, 4583.0, 4552.0, 4603.0, 4584.0, 4563.0, 4594.0, 4585.0, 4566.0, 4605.0, 4584.0, 4566.0, 4597.0, 4586.0, 4567.0, 4617.0, 4597.0, 4566.0, 4605.0, 4585.0, 4616.0, 4596.0, 4596.0, 4606.0, 4586.0, 4597.0, 4620.0, 4594.0, 4605.0, 4614.0, 4589.0, 4569.0, 4546.0, 4537.0, 4529.0, 4567.0, 4548.0, 4517.0, 4590.0, 4571.0, 4553.0, 4593.0, 4582.0, 4571.0, 4590.0, 4579.0, 4576.0, 4577.0, 4553.0, 4540.0, 4551.0, 4537.0, 4526.0, 4513.0, 4494.0, 4512.0, 4511.0, 4482.0, 4513.0, 4504.0, 4502.0, 4513.0, 4486.0, 4526.0, 4517.0, 4498.0, 4539.0, 4519.0, 4511.0, 4553.0, 4546.0, 4528.0, 4599.0, 4582.0, 4561.0, 4583.0, 4583.0, 4563.0, 4613.0, 4574.0, 4574.0, 4591.0, 4573.0, 4553.0, 4594.0, 4574.0, 4562.0, 4584.0, 4573.0, 4551.0, 4583.0, 4561.0, 4591.0, 4570.0, 4552.0, 4593.0, 4572.0, 4541.0, 4591.0, 4550.0, 4573.0, 4605.0, 4594.0, 4564.0, 4585.0, 4594.0, 4575.0, 4575.0, 4607.0, 4586.0, 4557.0, 4604.0, 4587.0, 4574.0, 4607.0, 4575.0, 4573.0, 4594.0, 4576.0, 4595.0, 4586.0, 4565.0, 4554.0, 4605.0, 4578.0, 4576.0, 4605.0, 4588.0, 4577.0, 4595.0, 4564.0, 4607.0, 4586.0, 4562.0, 4584.0, 4562.0, 4594.0, 4573.0, 4580.0, 4571.0, 4530.0, 4580.0, 4570.0, 4581.0, 4570.0, 4541.0, 4580.0, 4573.0, 4554.0, 4592.0, 4564.0, 4582.0, 4583.0, 4553.0, 4592.0, 4574.0, 4575.0, 4593.0, 4564.0, 4591.0, 4575.0, 4552.0, 4605.0, 4585.0, 4552.0, 4591.0, 4563.0, 4592.0, 4585.0, 4563.0, 4592.0, 4572.0, 4554.0, 4595.0, 4574.0, 4584.0, 4583.0, 4553.0, 4601.0, 4583.0, 4543.0, 4593.0, 4573.0, 4566.0, 4604.0, 4585.0, 4545.0, 4603.0, 4586.0, 4566.0, 4596.0, 4577.0, 4554.0, 4605.0, 4584.0, 4563.0, 4594.0, 4584.0, 4563.0, 4594.0, 4584.0, 4582.0, 4582.0, 4554.0, 4602.0, 4583.0, 4553.0, 4590.0, 4572.0, 4562.0, 4602.0, 4572.0, 4556.0, 4592.0, 4582.0, 4565.0, 4605.0, 4582.0, 4553.0, 4593.0, 4574.0, 4565.0, 4583.0, 4562.0, 4551.0, 4584.0, 4574.0, 4582.0, 4572.0, 4553.0, 4590.0, 4572.0, 4571.0, 4580.0, 4550.0, 4580.0, 4569.0, 4550.0, 4589.0, 4570.0, 4542.0, 4560.0, 4583.0, 4571.0, 4563.0, 4594.0, 4574.0, 4555.0, 4605.0, 4584.0, 4563.0, 4594.0, 4574.0, 4603.0, 4571.0, 4572.0, 4593.0, 4572.0, 4570.0, 4581.0, 4571.0, 4541.0, 4592.0, 4560.0, 4540.0, 4583.0, 4569.0, 4539.0, 4581.0, 4559.0, 4570.0, 4591.0, 4574.0, 4562.0, 4581.0, 4561.0, 4572.0, 4592.0, 4573.0, 4582.0, 4583.0, 4564.0, 4593.0, 4583.0, 4565.0, 4593.0, 4573.0, 4552.0, 4603.0, 4585.0, 4544.0, 4592.0, 4574.0, 4583.0, 4581.0, 4565.0, 4582.0, 4582.0, 4561.0, 4602.0, 4583.0, 4553.0, 4593.0, 4582.0, 4562.0, 4593.0, 4573.0, 4541.0, 4591.0, 4571.0, 4551.0, 4590.0, 4562.0, 4581.0, 4581.0, 4561.0, 4583.0, 4582.0, 4552.0, 4592.0, 4583.0, 4564.0, 4594.0, 4583.0, 4554.0, 4601.0, 4585.0, 4574.0, 4594.0, 4553.0, 4604.0, 4582.0, 4553.0, 4593.0, 4572.0, 4553.0, 4593.0, 4582.0, 4553.0, 4594.0, 4575.0, 4563.0, 4594.0, 4574.0, 4582.0, 4582.0, 4562.0, 4603.0, 4582.0, 4542.0, 4591.0, 4571.0, 4561.0, 4591.0, 4572.0, 4551.0, 4593.0, 4572.0, 4564.0, 4595.0, 4583.0, 4554.0, 4595.0, 4582.0, 4564.0, 4604.0, 4584.0, 4552.0, 4594.0, 4572.0, 4572.0, 4594.0, 4562.0, 4549.0, 4591.0, 4571.0, 4581.0, 4581.0, 4562.0, 4570.0, 4579.0, 4564.0, 4601.0, 4571.0, 4540.0, 4580.0, 4572.0, 4551.0, 4579.0, 4560.0, 4572.0, 4583.0, 4574.0, 4582.0, 4572.0, 4564.0, 4573.0, 4593.0, 4584.0, 4583.0, 4596.0, 4575.0, 4564.0, 4605.0, 4587.0, 4585.0, 4594.0, 4575.0, 4585.0, 4605.0, 4586.0, 4563.0, 4594.0, 4584.0, 4574.0, 4593.0, 4574.0, 4554.0, 4594.0, 4575.0, 4574.0, 4594.0, 4572.0, 4553.0, 4592.0, 4573.0, 4565.0, 4593.0, 4574.0, 4552.0, 4593.0, 4573.0, 4542.0, 4594.0, 4573.0, 4562.0, 4594.0, 4574.0, 4542.0, 4594.0, 4586.0, 4565.0, 4614.0, 4565.0, 4553.0, 4584.0, 4584.0, 4586.0, 4584.0, 4598.0, 4577.0, 4557.0, 4615.0, 4587.0, 4585.0, 4585.0, 4596.0, 4574.0, 4604.0, 4605.0, 4595.0, 4592.0, 4572.0, 4579.0, 4590.0, 4568.0, 4559.0, 4566.0, 4559.0, 4588.0, 4569.0, 4539.0, 4569.0, 4579.0, 4571.0, 4581.0, 4584.0, 4562.0, 4583.0, 4593.0, 4574.0, 4573.0, 4593.0, 4574.0, 4593.0, 4583.0, 4563.0, 4582.0, 4582.0, 4573.0, 4601.0, 4583.0, 4562.0, 4602.0, 4583.0, 4562.0, 4603.0, 4574.0, 4554.0, 4604.0, 4583.0, 4554.0, 4594.0, 4583.0, 4563.0, 4603.0, 4570.0, 4553.0, 4601.0, 4584.0, 4562.0, 4604.0, 4584.0, 4555.0, 4613.0, 4582.0, 4555.0, 4593.0, 4595.0, 4573.0, 4605.0, 4584.0, 4563.0, 4604.0, 4584.0, 4565.0, 4594.0, 4575.0, 4552.0, 4592.0, 4573.0, 4582.0, 4581.0, 4543.0, 4591.0, 4575.0, 4552.0, 4581.0, 4560.0, 4561.0, 4590.0, 4562.0, 4590.0, 4581.0, 4540.0, 4593.0, 4573.0, 4562.0, 4580.0, 4553.0, 4591.0, 4571.0, 4551.0, 4580.0, 4552.0, 4590.0, 4571.0, 4551.0, 4581.0, 4571.0, 4572.0, 4593.0, 4551.0, 4594.0, 4573.0, 4554.0, 4602.0, 4583.0, 4544.0, 4593.0, 4582.0, 4563.0, 4604.0, 4574.0, 4554.0, 4605.0, 4586.0, 4594.0, 4583.0, 4555.0, 4603.0, 4584.0, 4553.0, 4592.0, 4572.0, 4552.0, 4594.0, 4584.0, 4553.0, 4592.0, 4574.0, 4563.0, 4593.0, 4576.0, 4581.0, 4582.0, 4561.0, 4613.0, 4583.0, 4552.0, 4592.0, 4582.0, 4552.0, 4591.0, 4574.0, 4541.0, 4592.0, 4573.0, 4582.0, 4584.0, 4552.0, 4592.0, 4573.0, 4552.0, 4593.0, 4582.0, 4552.0, 4594.0, 4573.0, 4591.0, 4582.0, 4552.0, 4592.0, 4570.0, 4551.0, 4593.0, 4572.0, 4560.0, 4581.0, 4551.0, 4581.0, 4582.0, 4553.0, 4590.0, 4572.0, 4552.0, 4603.0, 4584.0, 4555.0, 4604.0, 4574.0, 4592.0, 4594.0, 4563.0, 4593.0, 4584.0, 4563.0, 4603.0, 4584.0, 4544.0, 4593.0, 4574.0, 4563.0, 4595.0, 4573.0, 4542.0, 4591.0, 4573.0, 4573.0, 4582.0, 4562.0, 4592.0, 4582.0, 4573.0, 4583.0, 4560.0, 4551.0, 4580.0, 4562.0, 4591.0, 4572.0, 4540.0, 4582.0, 4561.0, 4590.0, 4569.0, 4541.0, 4580.0, 4561.0, 4600.0, 4571.0, 4541.0, 4591.0, 4574.0, 4560.0, 4582.0, 4562.0, 4572.0, 4585.0, 4563.0, 4603.0, 4582.0, 4542.0, 4593.0, 4573.0, 4592.0, 4582.0, 4563.0, 4592.0, 4570.0, 4569.0, 4568.0, 4549.0, 4578.0, 4561.0, 4538.0, 4568.0, 4557.0, 4589.0, 4569.0, 4542.0, 4590.0, 4573.0, 4564.0, 4594.0, 4575.0, 4556.0, 4616.0, 4597.0, 4567.0, 4615.0, 4599.0, 4585.0, 4583.0, 4572.0, 4603.0, 4583.0, 4603.0, 4581.0, 4561.0, 4580.0, 4571.0, 4560.0, 4580.0, 4560.0, 4559.0, 4581.0, 4551.0, 4591.0, 4581.0, 4542.0, 4590.0, 4571.0, 4561.0, 4594.0, 4561.0, 4580.0, 4570.0, 4550.0, 4589.0, 4560.0, 4570.0, 4570.0, 4540.0, 4590.0, 4571.0, 4560.0, 4570.0, 4542.0, 4589.0, 4581.0, 4554.0, 4584.0, 4583.0, 4574.0, 4557.0, 4595.0, 4588.0, 4568.0, 4628.0, 4600.0, 4567.0, 4608.0, 4587.0, 4595.0, 4594.0, 4571.0, 4582.0, 4561.0, 4591.0, 4571.0, 4561.0, 4583.0, 4551.0, 4593.0, 4584.0, 4553.0, 4592.0, 4563.0, 4583.0, 4593.0, 4563.0, 4592.0, 4584.0, 4552.0, 4591.0, 4571.0, 4551.0, 4591.0, 4562.0, 4603.0, 4583.0, 4561.0, 4591.0, 4571.0, 4563.0, 4592.0, 4562.0, 4571.0, 4570.0, 4553.0, 4595.0, 4571.0, 4543.0, 4592.0, 4575.0, 4551.0, 4581.0, 4561.0, 4563.0, 4582.0, 4573.0, 4592.0, 4582.0, 4543.0, 4580.0, 4581.0, 4562.0, 4593.0, 4582.0, 4552.0, 4604.0, 4584.0, 4554.0, 4583.0, 4571.0, 4542.0, 4592.0, 4582.0, 4571.0, 4581.0, 4552.0, 4580.0, 4571.0, 4552.0, 4571.0, 4542.0, 4581.0, 4569.0, 4540.0, 4569.0, 4560.0, 4542.0, 4590.0, 4584.0, 4554.0, 4593.0, 4553.0], 'WindowWidth': [10204.0, 10157.0, 10111.0, 10159.0, 10110.0, 10065.0, 10128.0, 10098.0, 10066.0, 10092.0, 10061.0, 10027.0, 10071.0, 10057.0, 10083.0, 10054.0, 10010.0, 10082.0, 10058.0, 10030.0, 10073.0, 10059.0, 10036.0, 10089.0, 10060.0, 10036.0, 10079.0, 10064.0, 10039.0, 10107.0, 10079.0, 10035.0, 10087.0, 10062.0, 10104.0, 10076.0, 10077.0, 10094.0, 10063.0, 10080.0, 10119.0, 10073.0, 10089.0, 10106.0, 10059.0, 10025.0, 9992.0, 9984.0, 9976.0, 10021.0, 9993.0, 9948.0, 10056.0, 10031.0, 10006.0, 10065.0, 10047.0, 10027.0, 10056.0, 10040.0, 10025.0, 10035.0, 9991.0, 9965.0, 9984.0, 9958.0, 9940.0, 9920.0, 9895.0, 9919.0, 9914.0, 9874.0, 9918.0, 9907.0, 9903.0, 9921.0, 9888.0, 9942.0, 9933.0, 9910.0, 9968.0, 9941.0, 9933.0, 9992.0, 9987.0, 9967.0, 10067.0, 10047.0, 10017.0, 10048.0, 10049.0, 10023.0, 10094.0, 10038.0, 10036.0, 10058.0, 10035.0, 10007.0, 10067.0, 10037.0, 10019.0, 10050.0, 10035.0, 10004.0, 10049.0, 10017.0, 10057.0, 10027.0, 10005.0, 10062.0, 10033.0, 9992.0, 10058.0, 9997.0, 10037.0, 10083.0, 10069.0, 10029.0, 10057.0, 10068.0, 10043.0, 10044.0, 10091.0, 10060.0, 10021.0, 10083.0, 10062.0, 10041.0, 10089.0, 10043.0, 10037.0, 10067.0, 10047.0, 10070.0, 10059.0, 10029.0, 10016.0, 10085.0, 10052.0, 10050.0, 10090.0, 10067.0, 10049.0, 10072.0, 10029.0, 10089.0, 10059.0, 10021.0, 10050.0, 10021.0, 10066.0, 10036.0, 10043.0, 10030.0, 9975.0, 10042.0, 10032.0, 10045.0, 10030.0, 9992.0, 10044.0, 10036.0, 10012.0, 10063.0, 10026.0, 10051.0, 10052.0, 10012.0, 10062.0, 10039.0, 10041.0, 10067.0, 10026.0, 10063.0, 10041.0, 10009.0, 10082.0, 10057.0, 10010.0, 10061.0, 10026.0, 10064.0, 10057.0, 10025.0, 10064.0, 10035.0, 10014.0, 10068.0, 10040.0, 10052.0, 10049.0, 10011.0, 10076.0, 10052.0, 9997.0, 10064.0, 10037.0, 10029.0, 10084.0, 10056.0, 10003.0, 10080.0, 10060.0, 10032.0, 10075.0, 10048.0, 10015.0, 10086.0, 10057.0, 10027.0, 10069.0, 10054.0, 10025.0, 10068.0, 10053.0, 10048.0, 10047.0, 10011.0, 10077.0, 10050.0, 10007.0, 10059.0, 10035.0, 10023.0, 10078.0, 10036.0, 10018.0, 10064.0, 10052.0, 10030.0, 10087.0, 10051.0, 10011.0, 10067.0, 10041.0, 10028.0, 10054.0, 10023.0, 10006.0, 10053.0, 10039.0, 10049.0, 10034.0, 10009.0, 10059.0, 10034.0, 10031.0, 10044.0, 10001.0, 10042.0, 10026.0, 10002.0, 10058.0, 10030.0, 9995.0, 10018.0, 10050.0, 10036.0, 10026.0, 10070.0, 10042.0, 10017.0, 10088.0, 10055.0, 10024.0, 10066.0, 10038.0, 10080.0, 10033.0, 10032.0, 10064.0, 10034.0, 10027.0, 10044.0, 10030.0, 9991.0, 10061.0, 10016.0, 9988.0, 10047.0, 10028.0, 9987.0, 10044.0, 10013.0, 10029.0, 10061.0, 10040.0, 10021.0, 10044.0, 10018.0, 10034.0, 10062.0, 10038.0, 10051.0, 10051.0, 10026.0, 10066.0, 10054.0, 10029.0, 10068.0, 10037.0, 10009.0, 10081.0, 10057.0, 10000.0, 10063.0, 10040.0, 10051.0, 10048.0, 10027.0, 10048.0, 10050.0, 10021.0, 10078.0, 10050.0, 10010.0, 10066.0, 10050.0, 10022.0, 10065.0, 10035.0, 9991.0, 10060.0, 10031.0, 10005.0, 10056.0, 10021.0, 10046.0, 10046.0, 10020.0, 10049.0, 10047.0, 10008.0, 10065.0, 10051.0, 10027.0, 10069.0, 10051.0, 10014.0, 10077.0, 10056.0, 10041.0, 10067.0, 10010.0, 10082.0, 10051.0, 10010.0, 10065.0, 10034.0, 10011.0, 10066.0, 10050.0, 10013.0, 10068.0, 10043.0, 10027.0, 10069.0, 10040.0, 10051.0, 10049.0, 10022.0, 10080.0, 10051.0, 9996.0, 10059.0, 10034.0, 10019.0, 10061.0, 10036.0, 10006.0, 10064.0, 10038.0, 10026.0, 10072.0, 10053.0, 10014.0, 10072.0, 10052.0, 10028.0, 10084.0, 10056.0, 10009.0, 10067.0, 10036.0, 10035.0, 10068.0, 10021.0, 10001.0, 10060.0, 10033.0, 10046.0, 10045.0, 10018.0, 10031.0, 10041.0, 10023.0, 10073.0, 10030.0, 9990.0, 10044.0, 10034.0, 10005.0, 10040.0, 10017.0, 10035.0, 10050.0, 10039.0, 10050.0, 10036.0, 10027.0, 10039.0, 10067.0, 10057.0, 10055.0, 10074.0, 10045.0, 10029.0, 10088.0, 10062.0, 10057.0, 10068.0, 10044.0, 10057.0, 10085.0, 10060.0, 10028.0, 10070.0, 10056.0, 10042.0, 10069.0, 10042.0, 10015.0, 10068.0, 10043.0, 10041.0, 10070.0, 10037.0, 10013.0, 10066.0, 10040.0, 10028.0, 10065.0, 10038.0, 10010.0, 10068.0, 10039.0, 9996.0, 10068.0, 10041.0, 10024.0, 10069.0, 10041.0, 9996.0, 10069.0, 10060.0, 10033.0, 10100.0, 10029.0, 10014.0, 10055.0, 10057.0, 10061.0, 10054.0, 10080.0, 10051.0, 10023.0, 10104.0, 10064.0, 10060.0, 10058.0, 10073.0, 10043.0, 10083.0, 10087.0, 10068.0, 10064.0, 10034.0, 10040.0, 10059.0, 10023.0, 10011.0, 10020.0, 10012.0, 10052.0, 10027.0, 9986.0, 10029.0, 10042.0, 10034.0, 10048.0, 10053.0, 10023.0, 10053.0, 10066.0, 10043.0, 10041.0, 10067.0, 10043.0, 10067.0, 10054.0, 10025.0, 10051.0, 10051.0, 10038.0, 10076.0, 10051.0, 10022.0, 10078.0, 10052.0, 10021.0, 10079.0, 10039.0, 10014.0, 10082.0, 10052.0, 10014.0, 10068.0, 10053.0, 10025.0, 10082.0, 10033.0, 10011.0, 10078.0, 10056.0, 10025.0, 10083.0, 10054.0, 10018.0, 10096.0, 10052.0, 10018.0, 10068.0, 10072.0, 10043.0, 10087.0, 10056.0, 10028.0, 10085.0, 10057.0, 10029.0, 10069.0, 10043.0, 10009.0, 10064.0, 10039.0, 10048.0, 10045.0, 9997.0, 10061.0, 10041.0, 10007.0, 10047.0, 10017.0, 10020.0, 10059.0, 10022.0, 10060.0, 10047.0, 9993.0, 10066.0, 10037.0, 10020.0, 10043.0, 10009.0, 10060.0, 10034.0, 10004.0, 10043.0, 10005.0, 10058.0, 10032.0, 10005.0, 10045.0, 10032.0, 10035.0, 10063.0, 10006.0, 10066.0, 10038.0, 10012.0, 10078.0, 10053.0, 10000.0, 10067.0, 10053.0, 10026.0, 10083.0, 10041.0, 10016.0, 10085.0, 10059.0, 10069.0, 10053.0, 10014.0, 10082.0, 10055.0, 10010.0, 10063.0, 10035.0, 10010.0, 10068.0, 10055.0, 10011.0, 10064.0, 10041.0, 10025.0, 10067.0, 10043.0, 10047.0, 10049.0, 10021.0, 10094.0, 10052.0, 10010.0, 10062.0, 10048.0, 10008.0, 10061.0, 10039.0, 9992.0, 10061.0, 10038.0, 10050.0, 10053.0, 10009.0, 10063.0, 10038.0, 10009.0, 10066.0, 10050.0, 10008.0, 10066.0, 10037.0, 10061.0, 10048.0, 10007.0, 10061.0, 10030.0, 10007.0, 10065.0, 10034.0, 10017.0, 10044.0, 10004.0, 10045.0, 10048.0, 10011.0, 10058.0, 10035.0, 10010.0, 10081.0, 10056.0, 10018.0, 10083.0, 10042.0, 10064.0, 10069.0, 10025.0, 10065.0, 10055.0, 10025.0, 10082.0, 10054.0, 9999.0, 10065.0, 10041.0, 10024.0, 10071.0, 10038.0, 9995.0, 10063.0, 10039.0, 10038.0, 10050.0, 10022.0, 10062.0, 10049.0, 10035.0, 10051.0, 10016.0, 10004.0, 10046.0, 10021.0, 10061.0, 10032.0, 9989.0, 10047.0, 10018.0, 10059.0, 10029.0, 9990.0, 10042.0, 10019.0, 10073.0, 10032.0, 9991.0, 10059.0, 10040.0, 10019.0, 10049.0, 10023.0, 10035.0, 10056.0, 10027.0, 10083.0, 10051.0, 9996.0, 10065.0, 10039.0, 10063.0, 10049.0, 10023.0, 10061.0, 10029.0, 10027.0, 10025.0, 9998.0, 10038.0, 10017.0, 9984.0, 10023.0, 10010.0, 10056.0, 10028.0, 9994.0, 10059.0, 10038.0, 10026.0, 10069.0, 10043.0, 10020.0, 10102.0, 10077.0, 10037.0, 10104.0, 10080.0, 10059.0, 10053.0, 10036.0, 10081.0, 10052.0, 10081.0, 10047.0, 10017.0, 10044.0, 10032.0, 10016.0, 10044.0, 10015.0, 10015.0, 10045.0, 10005.0, 10063.0, 10047.0, 9993.0, 10058.0, 10033.0, 10019.0, 10066.0, 10019.0, 10045.0, 10031.0, 10003.0, 10056.0, 10016.0, 10029.0, 10027.0, 9988.0, 10055.0, 10031.0, 10016.0, 10028.0, 9992.0, 10054.0, 10045.0, 10012.0, 10054.0, 10053.0, 10042.0, 10021.0, 10072.0, 10065.0, 10043.0, 10122.0, 10085.0, 10038.0, 10092.0, 10062.0, 10073.0, 10068.0, 10032.0, 10047.0, 10017.0, 10060.0, 10033.0, 10019.0, 10048.0, 10006.0, 10064.0, 10053.0, 10010.0, 10061.0, 10024.0, 10052.0, 10065.0, 10024.0, 10063.0, 10051.0, 10009.0, 10063.0, 10033.0, 10004.0, 10059.0, 10022.0, 10079.0, 10051.0, 10019.0, 10060.0, 10034.0, 10024.0, 10063.0, 10020.0, 10031.0, 10030.0, 10009.0, 10070.0, 10033.0, 9995.0, 10063.0, 10042.0, 10006.0, 10045.0, 10019.0, 10024.0, 10050.0, 10037.0, 10062.0, 10048.0, 9996.0, 10045.0, 10047.0, 10021.0, 10064.0, 10047.0, 10006.0, 10082.0, 10054.0, 10012.0, 10051.0, 10033.0, 9994.0, 10061.0, 10048.0, 10032.0, 10045.0, 10006.0, 10043.0, 10031.0, 10005.0, 10029.0, 9989.0, 10044.0, 10026.0, 9987.0, 10026.0, 10014.0, 9994.0, 10059.0, 10055.0, 10014.0, 10066.0, 10011.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.002938145161290323</td></tr>
<tr><td colspan=3>aqi</td><td>0.017671614285714284</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.66510094245676</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2776724527450978</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0612098701153394</td></tr>
<tr><td colspan=3>efc</td><td>0.5142</td></tr>
<tr><td colspan=3>fber</td><td>5157.1436</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08261182776430173</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8433179723502304</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3144924600008268</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1496448578393816</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.599873301650554</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.193959220512545</td></tr>
<tr><td colspan=3>gcor</td><td>0.0184406</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019596237689256668</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.046061139553785324</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.24703688002944</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>13.1897</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7526</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.8428</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288435.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1069.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.8984</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1848</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.8099</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3730.2832</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.8084</td></tr>
<tr><td colspan=3>tsnr</td><td>44.22851478215307</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>