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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-01_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-01_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-0111/ses-03/func/sub-0111_ses-03_task-social_acq-mb8_run-01_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>fcff66a4c0b14e84087355453dee1398</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>13:49:17.320000</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.994896, 0.0886373, -0.0482134, -0.0854677, 0.994267, 0.0642495]</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-01_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.0740397</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7725, -7252, 298, -76, 105, 138, 41]</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>218.252</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>283f7d19-d3e8-4cfc-b50e-76ad24e2a949||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.669234275817871, -0.22930346429347992, -0.14480622112751007, 123.15885162353516], [-0.23780737817287445, 2.667546272277832, 0.16146251559257507, -97.81855773925781], [-0.1293531060218811, -0.17237676680088043, 2.691275119781494, -54.91480255126953], [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': ['134917.320000', '134917.780000', '134918.240000', '134918.700000', '134919.160000', '134919.620000', '134920.080000', '134920.540000', '134921.000000', '134921.460000', '134921.920000', '134922.380000', '134922.840000', '134923.300000', '134923.760000', '134924.220000', '134924.680000', '134925.140000', '134925.600000', '134926.060000', '134926.520000', '134926.980000', '134927.440000', '134927.900000', '134928.360000', '134928.820000', '134929.280000', '134929.740000', '134930.200000', '134930.660000', '134931.120000', '134931.580000', '134932.040000', '134932.500000', '134932.960000', '134933.420000', '134933.880000', '134934.340000', '134934.800000', '134935.260000', '134935.720000', '134936.180000', '134936.640000', '134937.100000', '134937.560000', '134938.020000', '134938.480000', '134938.940000', '134939.400000', '134939.860000', '134940.320000', '134940.780000', '134941.240000', '134941.700000', '134942.160000', '134942.620000', '134943.080000', '134943.540000', '134944.000000', '134944.460000', '134944.920000', '134945.380000', '134945.840000', '134946.300000', '134946.760000', '134947.220000', '134947.680000', '134948.140000', '134948.600000', '134949.060000', '134949.520000', '134949.980000', '134950.440000', '134950.900000', '134951.360000', '134951.820000', '134952.280000', '134952.740000', '134953.200000', '134953.660000', '134954.120000', '134954.580000', '134955.040000', '134955.500000', '134955.960000', '134956.420000', '134956.880000', '134957.340000', '134957.800000', '134958.260000', '134958.720000', '134959.180000', '134959.640000', '135000.100000', '135000.560000', '135001.020000', '135001.480000', '135001.940000', '135002.400000', '135002.860000', '135003.320000', '135003.780000', '135004.240000', '135004.700000', '135005.160000', '135005.620000', '135006.080000', '135006.540000', '135007.000000', '135007.460000', '135007.920000', '135008.380000', '135008.840000', '135009.300000', '135009.760000', '135010.220000', '135010.680000', '135011.140000', '135011.600000', '135012.060000', '135012.520000', '135012.980000', '135013.440000', '135013.900000', '135014.360000', '135014.820000', '135015.280000', '135015.740000', '135016.200000', '135016.660000', '135017.120000', '135017.580000', '135018.040000', '135018.500000', '135018.960000', '135019.420000', '135019.880000', '135020.340000', '135020.800000', '135021.260000', '135021.720000', '135022.180000', '135022.640000', '135023.100000', '135023.560000', '135024.020000', '135024.480000', '135024.940000', '135025.400000', '135025.860000', '135026.320000', '135026.780000', '135027.240000', '135027.700000', '135028.160000', '135028.620000', '135029.080000', '135029.540000', '135030.000000', '135030.460000', '135030.920000', '135031.380000', '135031.840000', '135032.300000', '135032.760000', '135033.220000', '135033.680000', '135034.140000', '135034.600000', '135035.060000', '135035.520000', '135035.980000', '135036.440000', '135036.900000', '135037.360000', '135037.820000', '135038.280000', '135038.740000', '135039.200000', '135039.660000', '135040.120000', '135040.580000', '135041.040000', '135041.500000', '135041.960000', '135042.420000', '135042.880000', '135043.340000', '135043.800000', '135044.260000', '135044.720000', '135045.180000', '135045.640000', '135046.100000', '135046.560000', '135047.020000', '135047.480000', '135047.940000', '135048.400000', '135048.860000', '135049.320000', '135049.780000', '135050.240000', '135050.700000', '135051.160000', '135051.620000', '135052.080000', '135052.540000', '135053.000000', '135053.460000', '135053.920000', '135054.380000', '135054.840000', '135055.300000', '135055.760000', '135056.220000', '135056.680000', '135057.140000', '135057.600000', '135058.060000', '135058.520000', '135058.980000', '135059.440000', '135059.900000', '135100.360000', '135100.820000', '135101.280000', '135101.740000', '135102.200000', '135102.660000', '135103.120000', '135103.580000', '135104.040000', '135104.500000', '135104.960000', '135105.420000', '135105.880000', '135106.340000', '135106.800000', '135107.260000', '135107.720000', '135108.180000', '135108.640000', '135109.100000', '135109.560000', '135110.020000', '135110.480000', '135110.940000', '135111.400000', '135111.860000', '135112.320000', '135112.780000', '135113.240000', '135113.700000', '135114.160000', '135114.620000', '135115.080000', '135115.540000', '135116.000000', '135116.460000', '135116.920000', '135117.380000', '135117.840000', '135118.300000', '135118.760000', '135119.220000', '135119.680000', '135120.140000', '135120.600000', '135121.060000', '135121.520000', '135121.980000', '135122.440000', '135122.900000', '135123.360000', '135123.820000', '135124.280000', '135124.740000', '135125.200000', '135125.660000', '135126.120000', '135126.580000', '135127.040000', '135127.500000', '135127.960000', '135128.420000', '135128.880000', '135129.340000', '135129.800000', '135130.260000', '135130.720000', '135131.180000', '135131.640000', '135132.100000', '135132.560000', '135133.020000', '135133.480000', '135133.940000', '135134.400000', '135134.860000', '135135.320000', '135135.780000', '135136.240000', '135136.700000', '135137.160000', '135137.620000', '135138.080000', '135138.540000', '135139.000000', '135139.460000', '135139.920000', '135140.380000', '135140.840000', '135141.300000', '135141.760000', '135142.220000', '135142.680000', '135143.140000', '135143.600000', '135144.060000', '135144.520000', '135144.980000', '135145.440000', '135145.900000', '135146.360000', '135146.820000', '135147.280000', '135147.740000', '135148.200000', '135148.660000', '135149.120000', '135149.580000', '135150.040000', '135150.500000', '135150.960000', '135151.420000', '135151.880000', '135152.340000', '135152.800000', '135153.260000', '135153.720000', '135154.180000', '135154.640000', '135155.100000', '135155.560000', '135156.020000', '135156.480000', '135156.940000', '135157.400000', '135157.860000', '135158.320000', '135158.780000', '135159.240000', '135159.700000', '135200.160000', '135200.620000', '135201.080000', '135201.540000', '135202.000000', '135202.460000', '135202.920000', '135203.380000', '135203.840000', '135204.300000', '135204.760000', '135205.220000', '135205.680000', '135206.140000', '135206.600000', '135207.060000', '135207.520000', '135207.980000', '135208.440000', '135208.900000', '135209.360000', '135209.820000', '135210.280000', '135210.740000', '135211.200000', '135211.660000', '135212.120000', '135212.580000', '135213.040000', '135213.500000', '135213.960000', '135214.420000', '135214.880000', '135215.340000', '135215.800000', '135216.260000', '135216.720000', '135217.180000', '135217.640000', '135218.100000', '135218.560000', '135219.020000', '135219.480000', '135219.940000', '135220.400000', '135220.860000', '135221.320000', '135221.780000', '135222.240000', '135222.700000', '135223.160000', '135223.620000', '135224.080000', '135224.540000', '135225.000000', '135225.460000', '135225.920000', '135226.380000', '135226.840000', '135227.300000', '135227.760000', '135228.220000', '135228.680000', '135229.140000', '135229.600000', '135230.060000', '135230.520000', '135230.980000', '135231.440000', '135231.900000', '135232.360000', '135232.820000', '135233.280000', '135233.740000', '135234.200000', '135234.660000', '135235.120000', '135235.580000', '135236.040000', '135236.500000', '135236.960000', '135237.420000', '135237.880000', '135238.340000', '135238.800000', '135239.260000', '135239.720000', '135240.180000', '135240.640000', '135241.100000', '135241.560000', '135242.020000', '135242.480000', '135242.940000', '135243.400000', '135243.860000', '135244.320000', '135244.780000', '135245.240000', '135245.700000', '135246.160000', '135246.620000', '135247.080000', '135247.540000', '135248.000000', '135248.460000', '135248.920000', '135249.380000', '135249.840000', '135250.300000', '135250.760000', '135251.220000', '135251.680000', '135252.140000', '135252.600000', '135253.060000', '135253.520000', '135253.980000', '135254.440000', '135254.900000', '135255.360000', '135255.820000', '135256.280000', '135256.740000', '135257.200000', '135257.660000', '135258.120000', '135258.580000', '135259.040000', '135259.500000', '135259.960000', '135300.420000', '135300.880000', '135301.340000', '135301.800000', '135302.260000', '135302.720000', '135303.180000', '135303.640000', '135304.100000', '135304.560000', '135305.020000', '135305.480000', '135305.940000', '135306.400000', '135306.860000', '135307.320000', '135307.780000', '135308.240000', '135308.700000', '135309.160000', '135309.620000', '135310.080000', '135310.540000', '135311.000000', '135311.460000', '135311.920000', '135312.380000', '135312.840000', '135313.300000', '135313.760000', '135314.220000', '135314.680000', '135315.140000', '135315.600000', '135316.060000', '135316.520000', '135316.980000', '135317.440000', '135317.900000', '135318.360000', '135318.820000', '135319.280000', '135319.740000', '135320.200000', '135320.660000', '135321.120000', '135321.580000', '135322.040000', '135322.500000', '135322.960000', '135323.420000', '135323.880000', '135324.340000', '135324.800000', '135325.260000', '135325.720000', '135326.180000', '135326.640000', '135327.100000', '135327.560000', '135328.020000', '135328.480000', '135328.940000', '135329.400000', '135329.860000', '135330.320000', '135330.780000', '135331.240000', '135331.700000', '135332.160000', '135332.620000', '135333.080000', '135333.540000', '135334.000000', '135334.460000', '135334.920000', '135335.380000', '135335.840000', '135336.300000', '135336.760000', '135337.220000', '135337.680000', '135338.140000', '135338.600000', '135339.060000', '135339.520000', '135339.980000', '135340.440000', '135340.900000', '135341.360000', '135341.820000', '135342.280000', '135342.740000', '135343.200000', '135343.660000', '135344.120000', '135344.580000', '135345.040000', '135345.500000', '135345.960000', '135346.420000', '135346.880000', '135347.340000', '135347.800000', '135348.260000', '135348.720000', '135349.180000', '135349.640000', '135350.100000', '135350.560000', '135351.020000', '135351.480000', '135351.940000', '135352.400000', '135352.860000', '135353.320000', '135353.780000', '135354.240000', '135354.700000', '135355.160000', '135355.620000', '135356.080000', '135356.540000', '135357.000000', '135357.460000', '135357.920000', '135358.380000', '135358.840000', '135359.300000', '135359.760000', '135400.220000', '135400.680000', '135401.140000', '135401.600000', '135402.060000', '135402.520000', '135402.980000', '135403.440000', '135403.900000', '135404.360000', '135404.820000', '135405.280000', '135405.740000', '135406.200000', '135406.660000', '135407.120000', '135407.580000', '135408.040000', '135408.500000', '135408.960000', '135409.420000', '135409.880000', '135410.340000', '135410.800000', '135411.260000', '135411.720000', '135412.180000', '135412.640000', '135413.100000', '135413.560000', '135414.020000', '135414.480000', '135414.940000', '135415.400000', '135415.860000', '135416.320000', '135416.780000', '135417.240000', '135417.700000', '135418.160000', '135418.620000', '135419.080000', '135419.540000', '135420.000000', '135420.460000', '135420.920000', '135421.380000', '135421.840000', '135422.300000', '135422.760000', '135423.220000', '135423.680000', '135424.140000', '135424.600000', '135425.060000', '135425.520000', '135425.980000', '135426.440000', '135426.900000', '135427.360000', '135427.820000', '135428.280000', '135428.740000', '135429.200000', '135429.660000', '135430.120000', '135430.580000', '135431.040000', '135431.500000', '135431.960000', '135432.420000', '135432.880000', '135433.340000', '135433.800000', '135434.260000', '135434.720000', '135435.180000', '135435.640000', '135436.100000', '135436.560000', '135437.020000', '135437.480000', '135437.940000', '135438.400000', '135438.860000', '135439.320000', '135439.780000', '135440.240000', '135440.700000', '135441.160000', '135441.620000', '135442.080000', '135442.540000', '135443.000000', '135443.460000', '135443.920000', '135444.380000', '135444.840000', '135445.300000', '135445.760000', '135446.220000', '135446.680000', '135447.140000', '135447.600000', '135448.060000', '135448.520000', '135448.980000', '135449.440000', '135449.900000', '135450.360000', '135450.820000', '135451.280000', '135451.740000', '135452.200000', '135452.660000', '135453.120000', '135453.580000', '135454.040000', '135454.500000', '135454.960000', '135455.420000', '135455.880000', '135456.340000', '135456.800000', '135457.260000', '135457.720000', '135458.180000', '135458.640000', '135459.100000', '135459.560000', '135500.020000', '135500.480000', '135500.940000', '135501.400000', '135501.860000', '135502.320000', '135502.780000', '135503.240000', '135503.700000', '135504.160000', '135504.620000', '135505.080000', '135505.540000', '135506.000000', '135506.460000', '135506.920000', '135507.380000', '135507.840000', '135508.300000', '135508.760000', '135509.220000', '135509.680000', '135510.140000', '135510.600000', '135511.060000', '135511.520000', '135511.980000', '135512.440000', '135512.900000', '135513.360000', '135513.820000', '135514.280000', '135514.740000', '135515.200000', '135515.660000', '135516.120000', '135516.580000', '135517.040000', '135517.500000', '135517.960000', '135518.420000', '135518.880000', '135519.340000', '135519.800000', '135520.260000', '135520.720000', '135521.180000', '135521.640000', '135522.100000', '135522.560000', '135523.020000', '135523.480000', '135523.940000', '135524.400000', '135524.860000', '135525.320000', '135525.780000', '135526.240000', '135526.700000', '135527.160000', '135527.620000', '135528.080000', '135528.540000', '135529.000000', '135529.460000', '135529.920000', '135530.380000', '135530.840000', '135531.300000', '135531.760000', '135532.220000', '135532.680000', '135533.140000', '135533.600000', '135534.060000', '135534.520000', '135534.980000', '135535.440000', '135535.900000', '135536.360000', '135536.820000', '135537.280000', '135537.740000', '135538.200000', '135538.660000', '135539.120000', '135539.580000', '135540.040000', '135540.500000', '135540.960000', '135541.420000', '135541.880000', '135542.340000', '135542.800000', '135543.260000', '135543.720000', '135544.180000', '135544.640000', '135545.100000', '135545.560000', '135546.020000', '135546.480000', '135546.940000', '135547.400000', '135547.860000', '135548.320000', '135548.780000', '135549.240000', '135549.700000', '135550.160000', '135550.620000', '135551.080000', '135551.540000', '135552.000000', '135552.460000', '135552.920000', '135553.380000', '135553.840000', '135554.300000', '135554.760000', '135555.220000', '135555.680000', '135556.140000', '135556.600000', '135557.060000', '135557.520000', '135557.980000'], 'ContentTime': ['134936.050000', '134936.053000', '134936.056000', '134936.058000', '134936.061000', '134936.064000', '134936.066000', '134936.069000', '134936.071000', '134936.074000', '134936.076000', '134936.079000', '134936.082000', '134936.084000', '134936.087000', '134936.089000', '134936.092000', '134936.094000', '134936.097000', '134936.099000', '134936.102000', '134936.104000', '134936.107000', '134936.110000', '134936.112000', '134936.115000', '134936.117000', '134936.120000', '134936.122000', '134936.125000', '134936.128000', '134936.131000', '134936.152000', '134936.154000', '134936.157000', '134936.159000', '134936.162000', '134936.164000', '134956.019000', '134956.021000', '134956.024000', '134956.027000', '134956.029000', '134956.053000', '134956.055000', '134956.058000', '134956.060000', '134956.063000', '134956.065000', '134956.068000', '134956.071000', '134956.073000', '134956.076000', '134956.078000', '134956.081000', '134956.083000', '134956.086000', '134956.088000', '134956.091000', '134956.094000', '134956.096000', '134956.099000', '134956.101000', '134956.104000', '134956.106000', '134956.109000', '134956.111000', '134956.114000', '134956.116000', '134956.119000', '134956.121000', '134956.124000', '134956.126000', '134956.129000', '134956.132000', '134956.134000', '134956.137000', '134956.139000', '134956.142000', '134956.144000', '134956.147000', '134956.149000', '135016.018000', '135016.034000', '135016.037000', '135016.039000', '135016.042000', '135016.045000', '135016.047000', '135016.050000', '135016.052000', '135016.055000', '135016.057000', '135016.060000', '135016.062000', '135016.065000', '135016.067000', '135016.070000', '135016.073000', '135016.075000', '135016.078000', '135016.080000', '135016.083000', '135016.085000', '135016.088000', '135016.090000', '135016.093000', '135016.095000', '135016.098000', '135016.101000', '135016.103000', '135016.106000', '135016.108000', '135016.111000', '135016.113000', '135016.116000', '135016.119000', '135016.121000', '135016.124000', '135016.127000', '135016.130000', '135016.132000', '135016.146000', '135016.149000', '135016.151000', '135036.019000', '135036.021000', '135036.024000', '135036.026000', '135036.029000', '135036.032000', '135036.034000', '135036.037000', '135036.039000', '135036.042000', '135036.044000', '135036.047000', '135036.049000', '135036.052000', '135036.055000', '135036.083000', '135036.086000', '135036.089000', '135036.091000', '135036.094000', '135036.096000', '135036.099000', '135036.101000', '135036.104000', '135036.106000', '135036.109000', '135036.111000', '135036.114000', '135036.116000', '135036.134000', '135036.137000', '135036.139000', '135036.142000', '135036.144000', '135036.147000', '135036.150000', '135036.152000', '135036.155000', '135036.157000', '135036.160000', '135036.162000', '135036.165000', '135036.167000', '135036.170000', '135056.017000', '135056.020000', '135056.023000', '135056.025000', '135056.028000', '135056.030000', '135056.033000', '135056.035000', '135056.038000', '135056.041000', '135056.043000', '135056.046000', '135056.048000', '135056.051000', '135056.053000', '135056.056000', '135056.059000', '135056.061000', '135056.064000', '135056.066000', '135056.069000', '135056.071000', '135056.074000', '135056.077000', '135056.079000', '135056.082000', '135056.084000', '135056.087000', '135056.089000', '135056.097000', '135056.099000', '135056.102000', '135056.104000', '135056.107000', '135056.109000', '135056.112000', '135056.114000', '135056.117000', '135056.120000', '135056.122000', '135056.125000', '135056.127000', '135056.130000', '135116.018000', '135116.020000', '135116.023000', '135116.025000', '135116.028000', '135116.030000', '135116.033000', '135116.036000', '135116.038000', '135116.041000', '135116.043000', '135116.046000', '135116.048000', '135116.051000', '135116.054000', '135116.056000', '135116.059000', '135116.061000', '135116.064000', '135116.066000', '135116.069000', '135116.072000', '135116.074000', '135116.077000', '135116.079000', '135116.082000', '135116.085000', '135116.087000', '135116.090000', '135116.092000', '135116.095000', '135116.097000', '135116.100000', '135116.102000', '135116.105000', '135116.107000', '135116.110000', '135116.113000', '135116.115000', '135116.118000', '135116.120000', '135116.123000', '135116.125000', '135116.134000', '135136.018000', '135136.022000', '135136.024000', '135136.027000', '135136.029000', '135136.032000', '135136.034000', '135136.037000', '135136.040000', '135136.042000', '135136.045000', '135136.047000', '135136.050000', '135136.052000', '135136.055000', '135136.057000', '135136.060000', '135136.063000', '135136.065000', '135136.068000', '135136.070000', '135136.073000', '135136.075000', '135136.078000', '135136.080000', '135136.083000', '135136.085000', '135136.088000', '135136.091000', '135136.093000', '135136.096000', '135136.098000', '135136.101000', '135136.103000', '135136.106000', '135136.108000', '135136.111000', '135136.113000', '135136.116000', '135136.119000', '135136.121000', '135136.124000', '135136.126000', '135156.018000', '135156.021000', '135156.024000', '135156.027000', '135156.029000', '135156.032000', '135156.034000', '135156.037000', '135156.039000', '135156.042000', '135156.044000', '135156.047000', '135156.050000', '135156.052000', '135156.055000', '135156.058000', '135156.060000', '135156.063000', '135156.065000', '135156.068000', '135156.071000', '135156.073000', '135156.076000', '135156.078000', '135156.081000', '135156.101000', '135156.103000', '135156.106000', '135156.109000', '135156.111000', '135156.114000', '135156.116000', '135156.119000', '135156.121000', '135156.124000', '135156.127000', '135156.129000', '135156.132000', '135156.134000', '135156.137000', '135156.139000', '135156.142000', '135156.145000', '135156.147000', '135216.018000', '135216.021000', '135216.024000', '135216.026000', '135216.029000', '135216.032000', '135216.034000', '135216.037000', '135216.039000', '135216.042000', '135216.052000', '135216.054000', '135216.057000', '135216.059000', '135216.062000', '135216.064000', '135216.067000', '135216.069000', '135216.072000', '135216.074000', '135216.077000', '135216.080000', '135216.082000', '135216.085000', '135216.087000', '135216.090000', '135216.092000', '135216.095000', '135216.098000', '135216.100000', '135216.103000', '135216.105000', '135216.108000', '135216.111000', '135216.113000', '135216.116000', '135216.118000', '135216.121000', '135216.123000', '135216.126000', '135216.128000', '135216.131000', '135216.134000', '135236.018000', '135236.021000', '135236.024000', '135236.027000', '135236.031000', '135236.033000', '135236.036000', '135236.038000', '135236.041000', '135236.043000', '135236.046000', '135236.049000', '135236.051000', '135236.054000', '135236.056000', '135236.059000', '135236.061000', '135236.064000', '135236.067000', '135236.069000', '135236.072000', '135236.074000', '135236.077000', '135236.080000', '135236.082000', '135236.085000', '135236.087000', '135236.090000', '135236.093000', '135236.095000', '135236.098000', '135236.100000', '135236.103000', '135236.105000', '135236.108000', '135236.111000', '135236.113000', '135236.116000', '135236.119000', '135236.121000', '135236.124000', '135236.126000', '135236.144000', '135236.146000', '135256.019000', '135256.022000', '135256.024000', '135256.027000', '135256.029000', '135256.032000', '135256.034000', '135256.037000', '135256.040000', '135256.042000', '135256.045000', '135256.047000', '135256.050000', '135256.052000', '135256.055000', '135256.057000', '135256.060000', '135256.063000', '135256.065000', '135256.068000', '135256.070000', '135256.073000', '135256.075000', '135256.078000', '135256.080000', '135256.083000', '135256.085000', '135256.088000', '135256.091000', '135256.093000', '135256.096000', '135256.098000', '135256.101000', '135256.103000', '135256.106000', '135256.108000', '135256.111000', '135256.114000', '135256.116000', '135256.119000', '135256.121000', '135256.124000', '135256.126000', '135316.017000', '135316.020000', '135316.023000', '135316.025000', '135316.028000', '135316.031000', '135316.033000', '135316.036000', '135316.039000', '135316.041000', '135316.044000', '135316.047000', '135316.049000', '135316.052000', '135316.054000', '135316.057000', '135316.059000', '135316.062000', '135316.064000', '135316.067000', '135316.070000', '135316.072000', '135316.075000', '135316.077000', '135316.080000', '135316.082000', '135316.085000', '135316.088000', '135316.090000', '135316.093000', '135316.096000', '135316.098000', '135316.101000', '135316.103000', '135316.106000', '135316.109000', '135316.111000', '135316.114000', '135316.117000', '135316.119000', '135316.122000', '135316.124000', '135316.127000', '135336.018000', '135336.020000', '135336.023000', '135336.026000', '135336.028000', '135336.031000', '135336.033000', '135336.036000', '135336.039000', '135336.041000', '135336.044000', '135336.046000', '135336.049000', '135336.051000', '135336.054000', '135336.057000', '135336.059000', '135336.062000', '135336.064000', '135336.067000', '135336.070000', '135336.072000', '135336.075000', '135336.077000', '135336.080000', '135336.082000', '135336.085000', '135336.088000', '135336.090000', '135336.093000', '135336.095000', '135336.098000', '135336.101000', '135336.103000', '135336.106000', '135336.108000', '135336.111000', '135336.114000', '135336.116000', '135336.119000', '135336.121000', '135336.124000', '135336.127000', '135336.129000', '135356.019000', '135356.022000', '135356.024000', '135356.027000', '135356.030000', '135356.032000', '135356.035000', '135356.037000', '135356.040000', '135356.043000', '135356.045000', '135356.048000', '135356.050000', '135356.053000', '135356.055000', '135356.058000', '135356.061000', '135356.063000', '135356.066000', '135356.069000', '135356.072000', '135356.075000', '135356.077000', '135356.080000', '135356.082000', '135356.085000', '135356.087000', '135356.090000', '135356.093000', '135356.095000', '135356.098000', '135356.100000', '135356.103000', '135356.105000', '135356.108000', '135356.111000', '135356.113000', '135356.116000', '135356.118000', '135356.121000', '135356.124000', '135356.126000', '135356.129000', '135416.018000', '135416.021000', '135416.024000', '135416.026000', '135416.029000', '135416.032000', '135416.034000', '135416.037000', '135416.040000', '135416.042000', '135416.045000', '135416.048000', '135416.050000', '135416.053000', '135416.055000', '135416.058000', '135416.060000', '135416.063000', '135416.066000', '135416.068000', '135416.071000', '135416.073000', '135416.076000', '135416.079000', '135416.081000', '135416.084000', '135416.086000', '135416.089000', '135416.091000', '135416.094000', '135416.096000', '135416.099000', '135416.102000', '135416.104000', '135416.107000', '135416.109000', '135416.112000', '135416.114000', '135416.117000', '135416.120000', '135416.122000', '135416.125000', '135416.127000', '135416.130000', '135436.019000', '135436.021000', '135436.024000', '135436.027000', '135436.029000', '135436.032000', '135436.034000', '135436.037000', '135436.040000', '135436.042000', '135436.045000', '135436.047000', '135436.050000', '135436.053000', '135436.055000', '135436.058000', '135436.060000', '135436.063000', '135436.065000', '135436.068000', '135436.071000', '135436.073000', '135436.076000', '135436.078000', '135436.081000', '135436.084000', '135436.086000', '135436.089000', '135436.091000', '135436.094000', '135436.097000', '135436.099000', '135436.102000', '135436.104000', '135436.107000', '135436.109000', '135436.112000', '135436.114000', '135436.117000', '135436.120000', '135436.122000', '135436.125000', '135436.127000', '135456.019000', '135456.022000', '135456.024000', '135456.027000', '135456.029000', '135456.032000', '135456.035000', '135456.037000', '135456.040000', '135456.042000', '135456.045000', '135456.048000', '135456.050000', '135456.053000', '135456.055000', '135456.058000', '135456.060000', '135456.063000', '135456.066000', '135456.068000', '135456.071000', '135456.073000', '135456.076000', '135456.078000', '135456.081000', '135456.084000', '135456.086000', '135456.089000', '135456.091000', '135456.094000', '135456.097000', '135456.100000', '135456.102000', '135456.105000', '135456.108000', '135456.110000', '135456.113000', '135456.115000', '135456.118000', '135456.121000', '135456.123000', '135456.126000', '135456.128000', '135456.131000', '135516.019000', '135516.021000', '135516.024000', '135516.036000', '135516.038000', '135516.041000', '135516.044000', '135516.046000', '135516.049000', '135516.051000', '135516.054000', '135516.056000', '135516.059000', '135516.062000', '135516.064000', '135516.074000', '135516.076000', '135516.079000', '135516.082000', '135516.084000', '135516.087000', '135516.089000', '135516.092000', '135516.094000', '135516.097000', '135516.099000', '135516.102000', '135516.104000', '135516.108000', '135516.111000', '135516.113000', '135516.116000', '135516.119000', '135516.121000', '135516.124000', '135516.126000', '135516.129000', '135516.131000', '135516.134000', '135516.137000', '135516.139000', '135516.142000', '135516.145000', '135536.018000', '135536.020000', '135536.023000', '135536.026000', '135536.028000', '135536.031000', '135536.033000', '135536.036000', '135536.039000', '135536.041000', '135536.044000', '135536.046000', '135536.049000', '135536.051000', '135536.054000', '135536.057000', '135536.061000', '135536.063000', '135536.066000', '135536.068000', '135536.071000', '135536.073000', '135536.076000', '135536.079000', '135536.081000', '135536.084000', '135536.086000', '135536.089000', '135536.092000', '135536.094000', '135536.097000', '135536.099000', '135536.102000', '135536.104000', '135536.107000', '135536.110000', '135536.112000', '135536.115000', '135536.117000', '135536.120000', '135536.122000', '135536.125000', '135536.127000', '135536.130000', '135556.017000', '135556.020000', '135556.023000', '135556.026000', '135556.028000', '135556.031000', '135556.033000', '135556.036000', '135556.039000', '135556.041000', '135556.044000', '135556.046000', '135556.049000', '135556.052000', '135556.054000', '135556.057000', '135556.059000', '135556.062000', '135556.064000', '135556.067000', '135556.070000', '135556.072000', '135556.075000', '135556.077000', '135556.080000', '135556.082000', '135556.085000', '135556.087000', '135556.090000', '135556.093000', '135556.095000', '135556.098000', '135556.101000', '135556.104000', '135556.107000', '135556.109000', '135556.112000', '135556.114000', '135556.117000', '135556.119000', '135556.122000', '135556.124000', '135556.127000', '135559.295000', '135559.298000', '135559.301000', '135559.304000', '135559.306000', '135559.309000', '135559.312000', '135559.314000'], 'InstanceCreationTime': ['134936.050000', '134936.053000', '134936.056000', '134936.058000', '134936.061000', '134936.064000', '134936.066000', '134936.069000', '134936.071000', '134936.074000', '134936.076000', '134936.079000', '134936.082000', '134936.084000', '134936.087000', '134936.089000', '134936.092000', '134936.094000', '134936.097000', '134936.099000', '134936.102000', '134936.104000', '134936.107000', '134936.110000', '134936.112000', '134936.115000', '134936.117000', '134936.120000', '134936.122000', '134936.125000', '134936.128000', '134936.131000', '134936.152000', '134936.154000', '134936.157000', '134936.159000', '134936.162000', '134936.164000', '134956.019000', '134956.021000', '134956.024000', '134956.027000', '134956.029000', '134956.053000', '134956.055000', '134956.058000', '134956.060000', '134956.063000', '134956.065000', '134956.068000', '134956.071000', '134956.073000', '134956.076000', '134956.078000', '134956.081000', '134956.083000', '134956.086000', '134956.088000', '134956.091000', '134956.094000', '134956.096000', '134956.099000', '134956.101000', '134956.104000', '134956.106000', '134956.109000', '134956.111000', '134956.114000', '134956.116000', '134956.119000', '134956.121000', '134956.124000', '134956.126000', '134956.129000', '134956.132000', '134956.134000', '134956.137000', '134956.139000', '134956.142000', '134956.144000', '134956.147000', '134956.149000', '135016.018000', '135016.034000', '135016.037000', '135016.039000', '135016.042000', '135016.045000', '135016.047000', '135016.050000', '135016.052000', '135016.055000', '135016.057000', '135016.060000', '135016.062000', '135016.065000', '135016.067000', '135016.070000', '135016.073000', '135016.075000', '135016.078000', '135016.080000', '135016.083000', '135016.085000', '135016.088000', '135016.090000', '135016.093000', '135016.095000', '135016.098000', '135016.101000', '135016.103000', '135016.106000', '135016.108000', '135016.111000', '135016.113000', '135016.116000', '135016.119000', '135016.121000', '135016.124000', '135016.127000', '135016.130000', '135016.132000', '135016.146000', '135016.149000', '135016.151000', '135036.019000', '135036.021000', '135036.024000', '135036.026000', '135036.029000', '135036.032000', '135036.034000', '135036.037000', '135036.039000', '135036.042000', '135036.044000', '135036.047000', '135036.049000', '135036.052000', '135036.055000', '135036.083000', '135036.086000', '135036.089000', '135036.091000', '135036.094000', '135036.096000', '135036.099000', '135036.101000', '135036.104000', '135036.106000', '135036.109000', '135036.111000', '135036.114000', '135036.116000', '135036.134000', '135036.137000', '135036.139000', '135036.142000', '135036.144000', '135036.147000', '135036.150000', '135036.152000', '135036.155000', '135036.157000', '135036.160000', '135036.162000', '135036.165000', '135036.167000', '135036.170000', '135056.017000', '135056.020000', '135056.023000', '135056.025000', '135056.028000', '135056.030000', '135056.033000', '135056.035000', '135056.038000', '135056.041000', '135056.043000', '135056.046000', '135056.048000', '135056.051000', '135056.053000', '135056.056000', '135056.059000', '135056.061000', '135056.064000', '135056.066000', '135056.069000', '135056.071000', '135056.074000', '135056.077000', '135056.079000', '135056.082000', '135056.084000', '135056.087000', '135056.089000', '135056.097000', '135056.099000', '135056.102000', '135056.104000', '135056.107000', '135056.109000', '135056.112000', '135056.114000', '135056.117000', '135056.120000', '135056.122000', '135056.125000', '135056.127000', '135056.130000', '135116.018000', '135116.020000', '135116.023000', '135116.025000', '135116.028000', '135116.030000', '135116.033000', '135116.036000', '135116.038000', '135116.041000', '135116.043000', '135116.046000', '135116.048000', '135116.051000', '135116.054000', '135116.056000', '135116.059000', '135116.061000', '135116.064000', '135116.066000', '135116.069000', '135116.072000', '135116.074000', '135116.077000', '135116.079000', '135116.082000', '135116.085000', '135116.087000', '135116.090000', '135116.092000', '135116.095000', '135116.097000', '135116.100000', '135116.102000', '135116.105000', '135116.107000', '135116.110000', '135116.113000', '135116.115000', '135116.118000', '135116.120000', '135116.123000', '135116.125000', '135116.134000', '135136.018000', '135136.022000', '135136.024000', '135136.027000', '135136.029000', '135136.032000', '135136.034000', '135136.037000', '135136.040000', '135136.042000', '135136.045000', '135136.047000', '135136.050000', '135136.052000', '135136.055000', '135136.057000', '135136.060000', '135136.063000', '135136.065000', '135136.068000', '135136.070000', '135136.073000', '135136.075000', '135136.078000', '135136.080000', '135136.083000', '135136.085000', '135136.088000', '135136.091000', '135136.093000', '135136.096000', '135136.098000', '135136.101000', '135136.103000', '135136.106000', '135136.108000', '135136.111000', '135136.113000', '135136.116000', '135136.119000', '135136.121000', '135136.124000', '135136.126000', '135156.018000', '135156.021000', '135156.024000', '135156.027000', '135156.029000', '135156.032000', '135156.034000', '135156.037000', '135156.039000', '135156.042000', '135156.044000', '135156.047000', '135156.050000', '135156.052000', '135156.055000', '135156.058000', '135156.060000', '135156.063000', '135156.065000', '135156.068000', '135156.071000', '135156.073000', '135156.076000', '135156.078000', '135156.081000', '135156.101000', '135156.103000', '135156.106000', '135156.109000', '135156.111000', '135156.114000', '135156.116000', '135156.119000', '135156.121000', '135156.124000', '135156.127000', '135156.129000', '135156.132000', '135156.134000', '135156.137000', '135156.139000', '135156.142000', '135156.145000', '135156.147000', '135216.018000', '135216.021000', '135216.024000', '135216.026000', '135216.029000', '135216.032000', '135216.034000', '135216.037000', '135216.039000', '135216.042000', '135216.052000', '135216.054000', '135216.057000', '135216.059000', '135216.062000', '135216.064000', '135216.067000', '135216.069000', '135216.072000', '135216.074000', '135216.077000', '135216.080000', '135216.082000', '135216.085000', '135216.087000', '135216.090000', '135216.092000', '135216.095000', '135216.098000', '135216.100000', '135216.103000', '135216.105000', '135216.108000', '135216.111000', '135216.113000', '135216.116000', '135216.118000', '135216.121000', '135216.123000', '135216.126000', '135216.128000', '135216.131000', '135216.134000', '135236.018000', '135236.021000', '135236.024000', '135236.027000', '135236.031000', '135236.033000', '135236.036000', '135236.038000', '135236.041000', '135236.043000', '135236.046000', '135236.049000', '135236.051000', '135236.054000', '135236.056000', '135236.059000', '135236.061000', '135236.064000', '135236.067000', '135236.069000', '135236.072000', '135236.074000', '135236.077000', '135236.080000', '135236.082000', '135236.085000', '135236.087000', '135236.090000', '135236.093000', '135236.095000', '135236.098000', '135236.100000', '135236.103000', '135236.105000', '135236.108000', '135236.111000', '135236.113000', '135236.116000', '135236.119000', '135236.121000', '135236.124000', '135236.126000', '135236.144000', '135236.146000', '135256.019000', '135256.022000', '135256.024000', '135256.027000', '135256.029000', '135256.032000', '135256.034000', '135256.037000', '135256.040000', '135256.042000', '135256.045000', '135256.047000', '135256.050000', '135256.052000', '135256.055000', '135256.057000', '135256.060000', '135256.063000', '135256.065000', '135256.068000', '135256.070000', '135256.073000', '135256.075000', '135256.078000', '135256.080000', '135256.083000', '135256.085000', '135256.088000', '135256.091000', '135256.093000', '135256.096000', '135256.098000', '135256.101000', '135256.103000', '135256.106000', '135256.108000', '135256.111000', '135256.114000', '135256.116000', '135256.119000', '135256.121000', '135256.124000', '135256.126000', '135316.017000', '135316.020000', '135316.023000', '135316.025000', '135316.028000', '135316.031000', '135316.033000', '135316.036000', '135316.039000', '135316.041000', '135316.044000', '135316.047000', '135316.049000', '135316.052000', '135316.054000', '135316.057000', '135316.059000', '135316.062000', '135316.064000', '135316.067000', '135316.070000', '135316.072000', '135316.075000', '135316.077000', '135316.080000', '135316.082000', '135316.085000', '135316.088000', '135316.090000', '135316.093000', '135316.096000', '135316.098000', '135316.101000', '135316.103000', '135316.106000', '135316.109000', '135316.111000', '135316.114000', '135316.117000', '135316.119000', '135316.122000', '135316.124000', '135316.127000', '135336.018000', '135336.020000', '135336.023000', '135336.026000', '135336.028000', '135336.031000', '135336.033000', '135336.036000', '135336.039000', '135336.041000', '135336.044000', '135336.046000', '135336.049000', '135336.051000', '135336.054000', '135336.057000', '135336.059000', '135336.062000', '135336.064000', '135336.067000', '135336.070000', '135336.072000', '135336.075000', '135336.077000', '135336.080000', '135336.082000', '135336.085000', '135336.088000', '135336.090000', '135336.093000', '135336.095000', '135336.098000', '135336.101000', '135336.103000', '135336.106000', '135336.108000', '135336.111000', '135336.114000', '135336.116000', '135336.119000', '135336.121000', '135336.124000', '135336.127000', '135336.129000', '135356.019000', '135356.022000', '135356.024000', '135356.027000', '135356.030000', '135356.032000', '135356.035000', '135356.037000', '135356.040000', '135356.043000', '135356.045000', '135356.048000', '135356.050000', '135356.053000', '135356.055000', '135356.058000', '135356.061000', '135356.063000', '135356.066000', '135356.069000', '135356.072000', '135356.075000', '135356.077000', '135356.080000', '135356.082000', '135356.085000', '135356.087000', '135356.090000', '135356.093000', '135356.095000', '135356.098000', '135356.100000', '135356.103000', '135356.105000', '135356.108000', '135356.111000', '135356.113000', '135356.116000', '135356.118000', '135356.121000', '135356.124000', '135356.126000', '135356.129000', '135416.018000', '135416.021000', '135416.024000', '135416.026000', '135416.029000', '135416.032000', '135416.034000', '135416.037000', '135416.040000', '135416.042000', '135416.045000', '135416.048000', '135416.050000', '135416.053000', '135416.055000', '135416.058000', '135416.060000', '135416.063000', '135416.066000', '135416.068000', '135416.071000', '135416.073000', '135416.076000', '135416.079000', '135416.081000', '135416.084000', '135416.086000', '135416.089000', '135416.091000', '135416.094000', '135416.096000', '135416.099000', '135416.102000', '135416.104000', '135416.107000', '135416.109000', '135416.112000', '135416.114000', '135416.117000', '135416.120000', '135416.122000', '135416.125000', '135416.127000', '135416.130000', '135436.019000', '135436.021000', '135436.024000', '135436.027000', '135436.029000', '135436.032000', '135436.034000', '135436.037000', '135436.040000', '135436.042000', '135436.045000', '135436.047000', '135436.050000', '135436.053000', '135436.055000', '135436.058000', '135436.060000', '135436.063000', '135436.065000', '135436.068000', '135436.071000', '135436.073000', '135436.076000', '135436.078000', '135436.081000', '135436.084000', '135436.086000', '135436.089000', '135436.091000', '135436.094000', '135436.097000', '135436.099000', '135436.102000', '135436.104000', '135436.107000', '135436.109000', '135436.112000', '135436.114000', '135436.117000', '135436.120000', '135436.122000', '135436.125000', '135436.127000', '135456.019000', '135456.022000', '135456.024000', '135456.027000', '135456.029000', '135456.032000', '135456.035000', '135456.037000', '135456.040000', '135456.042000', '135456.045000', '135456.048000', '135456.050000', '135456.053000', '135456.055000', '135456.058000', '135456.060000', '135456.063000', '135456.066000', '135456.068000', '135456.071000', '135456.073000', '135456.076000', '135456.078000', '135456.081000', '135456.084000', '135456.086000', '135456.089000', '135456.091000', '135456.094000', '135456.097000', '135456.100000', '135456.102000', '135456.105000', '135456.108000', '135456.110000', '135456.113000', '135456.115000', '135456.118000', '135456.121000', '135456.123000', '135456.126000', '135456.128000', '135456.131000', '135516.019000', '135516.021000', '135516.024000', '135516.036000', '135516.038000', '135516.041000', '135516.044000', '135516.046000', '135516.049000', '135516.051000', '135516.054000', '135516.056000', '135516.059000', '135516.062000', '135516.064000', '135516.074000', '135516.076000', '135516.079000', '135516.082000', '135516.084000', '135516.087000', '135516.089000', '135516.092000', '135516.094000', '135516.097000', '135516.099000', '135516.102000', '135516.104000', '135516.108000', '135516.111000', '135516.113000', '135516.116000', '135516.119000', '135516.121000', '135516.124000', '135516.126000', '135516.129000', '135516.131000', '135516.134000', '135516.137000', '135516.139000', '135516.142000', '135516.145000', '135536.018000', '135536.020000', '135536.023000', '135536.026000', '135536.028000', '135536.031000', '135536.033000', '135536.036000', '135536.039000', '135536.041000', '135536.044000', '135536.046000', '135536.049000', '135536.051000', '135536.054000', '135536.057000', '135536.061000', '135536.063000', '135536.066000', '135536.068000', '135536.071000', '135536.073000', '135536.076000', '135536.079000', '135536.081000', '135536.084000', '135536.086000', '135536.089000', '135536.092000', '135536.094000', '135536.097000', '135536.099000', '135536.102000', '135536.104000', '135536.107000', '135536.110000', '135536.112000', '135536.115000', '135536.117000', '135536.120000', '135536.122000', '135536.125000', '135536.127000', '135536.130000', '135556.017000', '135556.020000', '135556.023000', '135556.026000', '135556.028000', '135556.031000', '135556.033000', '135556.036000', '135556.039000', '135556.041000', '135556.044000', '135556.046000', '135556.049000', '135556.052000', '135556.054000', '135556.057000', '135556.059000', '135556.062000', '135556.064000', '135556.067000', '135556.070000', '135556.072000', '135556.075000', '135556.077000', '135556.080000', '135556.082000', '135556.085000', '135556.087000', '135556.090000', '135556.093000', '135556.095000', '135556.098000', '135556.101000', '135556.104000', '135556.107000', '135556.109000', '135556.112000', '135556.114000', '135556.117000', '135556.119000', '135556.122000', '135556.124000', '135556.127000', '135559.295000', '135559.298000', '135559.301000', '135559.304000', '135559.306000', '135559.309000', '135559.312000', '135559.314000'], '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': [12285, 13957, 12012, 13608, 11983, 11651, 13598, 12031, 13504, 10092, 12863, 13776, 13052, 13692, 11122, 13279, 13655, 13623, 13738, 12089, 13662, 13447, 13228, 14007, 13019, 13489, 14437, 13005, 13845, 12194, 13657, 11815, 13195, 12627, 12772, 13953, 12320, 14152, 12152, 13141, 10684, 13809, 11103, 13072, 14816, 13455, 12563, 12893, 14351, 13558, 13927, 10457, 13624, 13547, 13648, 14132, 12708, 13808, 13511, 13558, 13974, 13160, 14116, 11437, 13236, 13808, 13884, 13810, 12651, 13514, 10719, 12536, 14258, 13992, 14733, 13215, 13996, 11815, 13413, 10820, 13732, 10757, 13314, 14289, 13637, 13915, 12010, 13716, 12948, 12954, 14029, 12635, 13845, 11489, 13131, 10859, 12971, 14366, 12790, 14123, 12350, 13727, 14940, 13767, 13999, 12754, 14362, 11258, 12743, 14331, 13697, 14237, 11619, 13624, 15387, 13931, 14107, 13720, 14241, 11914, 13866, 11424, 13126, 13574, 12999, 14102, 12382, 14181, 13227, 13295, 12102, 12882, 11630, 13680, 14226, 13417, 14057, 12754, 13671, 13853, 14441, 13934, 13499, 14082, 11460, 13458, 12352, 13655, 13906, 13653, 13985, 13614, 13949, 13091, 13313, 14301, 13615, 14234, 13073, 13557, 13549, 13607, 14040, 13558, 14376, 10857, 13185, 13988, 14075, 13813, 13767, 13543, 10750, 12090, 14138, 13795, 14235, 10293, 13158, 14133, 13723, 13893, 9961, 13793, 11505, 13384, 10280, 13340, 14073, 12918, 13801, 12343, 13422, 15739, 12487, 14266, 13455, 14120, 17032, 13791, 14264, 14213, 13850, 14032, 14381, 14105, 12329, 13720, 10725, 12280, 14230, 13421, 14047, 12181, 14384, 12408, 13400, 13541, 13452, 14054, 13087, 14106, 11252, 13671, 14299, 13036, 14210, 11018, 13709, 14191, 13322, 13918, 11574, 13068, 14028, 12546, 14022, 10946, 12787, 14382, 12279, 13665, 13938, 14502, 13832, 12998, 13598, 13028, 13852, 14079, 12965, 13968, 10264, 13380, 9792, 13483, 10805, 13568, 14094, 12189, 14111, 11419, 13848, 12264, 13191, 14172, 13264, 14356, 12824, 13568, 14219, 13650, 14227, 13478, 13592, 14098, 13432, 14142, 13705, 14087, 13047, 13686, 10962, 12448, 13967, 14488, 13796, 12749, 13869, 10692, 13550, 14440, 13274, 14283, 10656, 13904, 14080, 14265, 14204, 13485, 14079, 13602, 13091, 14116, 11289, 13435, 10189, 12987, 14307, 14354, 14081, 11963, 12934, 13760, 13725, 13943, 12170, 13536, 11295, 12194, 13916, 12499, 13860, 12905, 13895, 15883, 13895, 14030, 13866, 13874, 13580, 13590, 14171, 14067, 13951, 12683, 13598, 12143, 13636, 14148, 11672, 13149, 13924, 14554, 13878, 12074, 13419, 13999, 13237, 13687, 10946, 12340, 13950, 13671, 13813, 10538, 13353, 14002, 14157, 13665, 10403, 13446, 13908, 13146, 13978, 11711, 13097, 11975, 12391, 13914, 11539, 14365, 13877, 14593, 13956, 13476, 13893, 11950, 13595, 13981, 12141, 13530, 13103, 12655, 13987, 10276, 13717, 13647, 14656, 13992, 12470, 13799, 10446, 13067, 14054, 13194, 13540, 10098, 13380, 13761, 14068, 14063, 12898, 13663, 10445, 13410, 14112, 12252, 14074, 13825, 13233, 14088, 13970, 14056, 10312, 13393, 14128, 14504, 14000, 13608, 13854, 10036, 12938, 13861, 13083, 13883, 10640, 13080, 14108, 13556, 13947, 10683, 13440, 14107, 14070, 13903, 10757, 12785, 14090, 13671, 13824, 13560, 13504, 13882, 12029, 13986, 13860, 14673, 13859, 10882, 13834, 13971, 13767, 13961, 9407, 13204, 13945, 13694, 13745, 11884, 13005, 13716, 13838, 14090, 11790, 13621, 11235, 12890, 13855, 12023, 13666, 13679, 14510, 14448, 14102, 13640, 10681, 12382, 13993, 12389, 13872, 12433, 12874, 13902, 13060, 14196, 12686, 13787, 12588, 13327, 14081, 13178, 14014, 13090, 13183, 14133, 14150, 13967, 12189, 13880, 13481, 14037, 13915, 12608, 13703, 11718, 11933, 14038, 13346, 13915, 13730, 13622, 13791, 12758, 13552, 11374, 12059, 14153, 12557, 13966, 13929, 14647, 13981, 10279, 13601, 14100, 13378, 14111, 11844, 13603, 14120, 12668, 13646, 14945, 12746, 14302, 11369, 13133, 13687, 14382, 13838, 11854, 14031, 13895, 14123, 13936, 12326, 13532, 12829, 12688, 13939, 12550, 13616, 11817, 13121, 8949, 12909, 13982, 12800, 13745, 11634, 12501, 14103, 13050, 13846, 12114, 13420, 13863, 13981, 14243, 12492, 13843, 11746, 13580, 11436, 14364, 11454, 12991, 14127, 12895, 14195, 10699, 13863, 14200, 13832, 13891, 12629, 13446, 12805, 13902, 12450, 14446, 10329, 13859, 14546, 13969, 14440, 10747, 13775, 12609, 13741, 14082, 12625, 14129, 14288, 13763, 14251, 11808, 13781, 14045, 14044, 13931, 12298, 14230, 14787, 13189, 14129, 13270, 14038, 10159, 13144, 14099, 13703, 13986, 12712, 13992, 12315, 13563, 11858, 12720, 14148, 14276, 14196, 12821, 14325, 11976, 14277, 12238, 13025, 14034, 13057, 14047, 10926, 13839, 14012, 12566, 14280, 12850, 14261, 11495, 13335, 14138, 14157, 13996, 12359, 13932, 12435, 13588, 13980, 12253, 14011, 10840, 13509, 14071, 13202, 13933, 10437, 13168, 15106, 12502, 14031, 11406, 13561, 13556, 13862, 14273, 12079, 13939, 12456, 13953, 14147, 12990, 13961, 11216, 13483, 13979, 12380, 13839, 10274, 13089, 15742, 12096, 14107, 11409, 13704, 12331, 13207, 13731, 13537, 14335, 11253, 13847, 13330, 13332, 14429, 13253, 14451, 11174, 13454, 14422, 13849, 14295, 13522, 14391, 12025, 13874, 10836, 13259, 11993, 13126, 13060, 12971, 14409, 12964, 14142, 11444, 14249, 12475, 13583, 13338, 13672, 14204, 12790, 14250, 12011, 14339, 12152, 13959, 13249, 13762, 14234, 13105, 14016, 12561, 14170, 12360, 13675, 12589, 13848, 14259, 13662, 14385, 12273, 13469, 14181, 13833, 14236, 11968, 14072, 12108, 13782, 13989, 13052, 13998, 11459, 13521, 12653, 13397, 14038, 11055, 13721, 10726, 13284, 14050, 12660, 13850, 11202, 12758, 13540, 13134, 14465, 11452, 13133, 14073, 13886, 14155, 11130, 13354, 14163, 13330, 14035, 12866, 13143, 14265, 12798, 14135, 13650, 13034, 13933, 13798, 14282, 12265, 14239, 13315, 12412, 14016, 11414, 13733, 13032, 12978, 14280, 12639, 13845, 15641, 12926, 14052, 12819, 14411, 10743, 12911, 14281, 13091, 14158, 9621, 12945, 14287, 11338, 13841, 14051, 13720, 14169, 13270, 13789, 14320, 13130, 13946, 10502, 12805, 14124, 11892, 14009, 12925, 12927, 13973, 13267, 14214, 10738, 12789, 13805, 12642, 13968, 11700, 13462, 14181, 12648, 14198, 14163, 13147, 14273, 12063, 13999, 12534, 13200, 14097, 13460, 13892, 12580, 13574, 14159, 12454, 14313, 15275], 'WindowCenter': [5144.0, 5134.0, 5105.0, 5124.0, 5091.0, 5103.0, 5101.0, 5088.0, 5099.0, 5067.0, 5099.0, 5086.0, 5098.0, 5098.0, 5077.0, 5086.0, 5087.0, 5093.0, 5087.0, 5075.0, 5098.0, 5085.0, 5086.0, 5086.0, 5086.0, 5086.0, 5084.0, 5085.0, 5084.0, 5076.0, 5096.0, 5076.0, 5097.0, 5076.0, 5096.0, 5109.0, 5099.0, 5098.0, 5088.0, 5099.0, 5081.0, 5110.0, 5078.0, 5100.0, 5106.0, 5101.0, 5088.0, 5100.0, 5097.0, 5098.0, 5097.0, 5067.0, 5099.0, 5086.0, 5086.0, 5083.0, 5074.0, 5097.0, 5074.0, 5074.0, 5083.0, 5070.0, 5084.0, 5061.0, 5085.0, 5070.0, 5084.0, 5073.0, 5073.0, 5086.0, 5067.0, 5072.0, 5084.0, 5084.0, 5069.0, 5070.0, 5092.0, 5101.0, 5112.0, 5080.0, 5109.0, 5067.0, 5084.0, 5093.0, 5097.0, 5097.0, 5077.0, 5096.0, 5073.0, 5085.0, 5094.0, 5072.0, 5085.0, 5062.0, 5086.0, 5064.0, 5085.0, 5094.0, 5074.0, 5096.0, 5071.0, 5085.0, 5082.0, 5084.0, 5084.0, 5074.0, 5059.0, 5038.0, 5060.0, 5084.0, 5084.0, 5082.0, 5064.0, 5083.0, 5093.0, 5070.0, 5082.0, 5073.0, 5083.0, 5061.0, 5085.0, 5075.0, 5087.0, 5084.0, 5086.0, 5094.0, 5088.0, 5108.0, 5086.0, 5100.0, 5077.0, 5099.0, 5078.0, 5097.0, 5098.0, 5098.0, 5099.0, 5076.0, 5099.0, 5087.0, 5081.0, 5072.0, 5097.0, 5072.0, 5066.0, 5082.0, 5086.0, 5098.0, 5096.0, 5097.0, 5096.0, 5085.0, 5108.0, 5085.0, 5099.0, 5097.0, 5095.0, 5099.0, 5084.0, 5098.0, 5084.0, 5096.0, 5072.0, 5086.0, 5096.0, 5065.0, 5097.0, 5095.0, 5096.0, 5097.0, 5086.0, 5095.0, 5066.0, 5088.0, 5097.0, 5097.0, 5097.0, 5055.0, 5088.0, 5095.0, 5097.0, 5099.0, 5070.0, 5100.0, 5078.0, 5108.0, 5070.0, 5112.0, 5111.0, 5100.0, 5112.0, 5090.0, 5112.0, 5120.0, 5101.0, 5111.0, 5099.0, 5100.0, 5106.0, 5088.0, 5086.0, 5081.0, 5086.0, 5084.0, 5083.0, 5084.0, 5061.0, 5084.0, 5051.0, 5086.0, 5096.0, 5098.0, 5096.0, 5089.0, 5109.0, 5099.0, 5110.0, 5099.0, 5099.0, 5098.0, 5086.0, 5099.0, 5066.0, 5097.0, 5097.0, 5085.0, 5086.0, 5052.0, 5082.0, 5082.0, 5069.0, 5084.0, 5052.0, 5075.0, 5083.0, 5062.0, 5082.0, 5041.0, 5072.0, 5071.0, 5062.0, 5084.0, 5071.0, 5081.0, 5073.0, 5072.0, 5084.0, 5084.0, 5095.0, 5084.0, 5084.0, 5084.0, 5067.0, 5100.0, 5070.0, 5110.0, 5079.0, 5110.0, 5107.0, 5100.0, 5108.0, 5080.0, 5110.0, 5076.0, 5087.0, 5086.0, 5081.0, 5096.0, 5072.0, 5084.0, 5083.0, 5069.0, 5083.0, 5071.0, 5083.0, 5081.0, 5083.0, 5083.0, 5082.0, 5094.0, 5085.0, 5097.0, 5066.0, 5089.0, 5097.0, 5096.0, 5086.0, 5074.0, 5097.0, 5057.0, 5096.0, 5085.0, 5075.0, 5097.0, 5056.0, 5084.0, 5082.0, 5082.0, 5081.0, 5071.0, 5084.0, 5071.0, 5074.0, 5084.0, 5053.0, 5083.0, 5039.0, 5083.0, 5083.0, 5093.0, 5096.0, 5062.0, 5085.0, 5084.0, 5085.0, 5095.0, 5074.0, 5100.0, 5077.0, 5089.0, 5093.0, 5088.0, 5096.0, 5087.0, 5110.0, 5117.0, 5098.0, 5097.0, 5098.0, 5109.0, 5098.0, 5110.0, 5108.0, 5108.0, 5107.0, 5086.0, 5099.0, 5075.0, 5096.0, 5098.0, 5076.0, 5087.0, 5085.0, 5084.0, 5085.0, 5063.0, 5086.0, 5084.0, 5086.0, 5097.0, 5054.0, 5076.0, 5084.0, 5083.0, 5098.0, 5065.0, 5098.0, 5096.0, 5095.0, 5098.0, 5068.0, 5100.0, 5097.0, 5098.0, 5110.0, 5075.0, 5100.0, 5078.0, 5085.0, 5098.0, 5089.0, 5110.0, 5085.0, 5107.0, 5098.0, 5097.0, 5099.0, 5077.0, 5097.0, 5097.0, 5075.0, 5097.0, 5086.0, 5088.0, 5098.0, 5068.0, 5110.0, 5097.0, 5107.0, 5098.0, 5088.0, 5110.0, 5067.0, 5110.0, 5110.0, 5110.0, 5112.0, 5070.0, 5113.0, 5110.0, 5121.0, 5121.0, 5099.0, 5111.0, 5069.0, 5110.0, 5110.0, 5090.0, 5112.0, 5098.0, 5100.0, 5095.0, 5098.0, 5108.0, 5070.0, 5110.0, 5097.0, 5106.0, 5108.0, 5099.0, 5111.0, 5069.0, 5098.0, 5109.0, 5096.0, 5099.0, 5067.0, 5098.0, 5096.0, 5086.0, 5098.0, 5066.0, 5087.0, 5085.0, 5084.0, 5086.0, 5052.0, 5074.0, 5084.0, 5072.0, 5082.0, 5072.0, 5074.0, 5081.0, 5062.0, 5094.0, 5084.0, 5094.0, 5086.0, 5053.0, 5086.0, 5084.0, 5084.0, 5109.0, 5047.0, 5097.0, 5096.0, 5085.0, 5097.0, 5076.0, 5099.0, 5098.0, 5096.0, 5057.0, 5077.0, 5124.0, 5067.0, 5099.0, 5110.0, 5078.0, 5107.0, 5098.0, 5108.0, 5096.0, 5097.0, 5108.0, 5068.0, 5088.0, 5094.0, 5087.0, 5098.0, 5061.0, 5088.0, 5086.0, 5086.0, 5098.0, 5099.0, 5111.0, 5088.0, 5099.0, 5097.0, 5098.0, 5109.0, 5087.0, 5100.0, 5096.0, 5096.0, 5098.0, 5075.0, 5096.0, 5086.0, 5097.0, 5095.0, 5076.0, 5098.0, 5065.0, 5077.0, 5096.0, 5085.0, 5097.0, 5096.0, 5096.0, 5096.0, 5083.0, 5098.0, 5065.0, 5087.0, 5097.0, 5087.0, 5107.0, 5094.0, 5094.0, 5096.0, 5055.0, 5097.0, 5084.0, 5083.0, 5096.0, 5075.0, 5084.0, 5085.0, 5074.0, 5086.0, 5091.0, 5085.0, 5096.0, 5064.0, 5087.0, 5085.0, 5095.0, 5097.0, 5077.0, 5109.0, 5096.0, 5107.0, 5108.0, 5087.0, 5101.0, 5088.0, 5100.0, 5111.0, 5100.0, 5110.0, 5089.0, 5112.0, 5061.0, 5112.0, 5122.0, 5110.0, 5122.0, 5090.0, 5101.0, 5110.0, 5100.0, 5113.0, 5076.0, 5098.0, 5099.0, 5110.0, 5109.0, 5089.0, 5109.0, 5091.0, 5111.0, 5090.0, 5123.0, 5091.0, 5114.0, 5121.0, 5111.0, 5121.0, 5081.0, 5112.0, 5111.0, 5100.0, 5099.0, 5078.0, 5088.0, 5089.0, 5086.0, 5085.0, 5109.0, 5056.0, 5098.0, 5094.0, 5096.0, 5097.0, 5065.0, 5096.0, 5073.0, 5085.0, 5086.0, 5064.0, 5083.0, 5070.0, 5069.0, 5082.0, 5061.0, 5079.0, 5070.0, 5071.0, 5070.0, 5060.0, 5082.0, 5080.0, 5074.0, 5083.0, 5072.0, 5083.0, 5043.0, 5085.0, 5084.0, 5084.0, 5095.0, 5075.0, 5097.0, 5075.0, 5098.0, 5089.0, 5099.0, 5109.0, 5120.0, 5109.0, 5101.0, 5119.0, 5102.0, 5123.0, 5089.0, 5101.0, 5099.0, 5089.0, 5100.0, 5068.0, 5111.0, 5096.0, 5077.0, 5095.0, 5085.0, 5098.0, 5074.0, 5098.0, 5086.0, 5095.0, 5096.0, 5075.0, 5095.0, 5076.0, 5098.0, 5098.0, 5077.0, 5108.0, 5066.0, 5097.0, 5097.0, 5099.0, 5111.0, 5069.0, 5100.0, 5107.0, 5090.0, 5110.0, 5089.0, 5111.0, 5089.0, 5100.0, 5100.0, 5079.0, 5109.0, 5090.0, 5099.0, 5097.0, 5088.0, 5100.0, 5068.0, 5099.0, 5099.0, 5089.0, 5110.0, 5068.0, 5100.0, 5117.0, 5100.0, 5110.0, 5091.0, 5113.0, 5101.0, 5101.0, 5110.0, 5111.0, 5111.0, 5090.0, 5124.0, 5110.0, 5102.0, 5110.0, 5100.0, 5112.0, 5080.0, 5111.0, 5109.0, 5098.0, 5108.0, 5098.0, 5108.0, 5100.0, 5120.0, 5081.0, 5112.0, 5089.0, 5111.0, 5100.0, 5101.0, 5121.0, 5102.0, 5110.0, 5080.0, 5109.0, 5089.0, 5101.0, 5099.0, 5110.0, 5098.0, 5088.0, 5098.0, 5077.0, 5098.0, 5076.0, 5097.0, 5087.0, 5088.0, 5096.0, 5088.0, 5095.0, 5087.0, 5097.0, 5087.0, 5098.0, 5076.0, 5087.0, 5096.0, 5085.0, 5097.0, 5073.0, 5087.0, 5085.0, 5085.0, 5085.0, 5063.0, 5086.0, 5062.0, 5084.0, 5084.0, 5074.0, 5086.0, 5062.0, 5086.0, 5074.0, 5087.0, 5094.0, 5067.0, 5096.0, 5066.0, 5098.0, 5097.0, 5089.0, 5100.0, 5068.0, 5091.0, 5088.0, 5098.0, 5111.0, 5079.0, 5098.0, 5098.0, 5086.0, 5099.0, 5066.0, 5088.0, 5097.0, 5085.0, 5098.0, 5073.0, 5077.0, 5085.0, 5074.0, 5097.0, 5085.0, 5087.0, 5086.0, 5086.0, 5093.0, 5088.0, 5110.0, 5098.0, 5089.0, 5111.0, 5078.0, 5110.0, 5089.0, 5099.0, 5099.0, 5100.0, 5123.0, 5108.0, 5090.0, 5098.0, 5089.0, 5111.0, 5069.0, 5100.0, 5109.0, 5088.0, 5098.0, 5058.0, 5090.0, 5099.0, 5079.0, 5099.0, 5097.0, 5087.0, 5098.0, 5075.0, 5096.0, 5098.0, 5088.0, 5099.0, 5056.0, 5089.0, 5097.0, 5077.0, 5110.0, 5088.0, 5089.0, 5098.0, 5087.0, 5100.0, 5066.0, 5099.0, 5100.0, 5089.0, 5100.0, 5078.0, 5101.0, 5099.0, 5089.0, 5112.0, 5098.0, 5089.0, 5098.0, 5077.0, 5099.0, 5076.0, 5085.0, 5096.0, 5086.0, 5087.0, 5077.0, 5087.0, 5086.0, 5076.0, 5107.0, 5104.0], 'WindowWidth': [11137.0, 11106.0, 11061.0, 11088.0, 11037.0, 11054.0, 11048.0, 11025.0, 11039.0, 10993.0, 11042.0, 11017.0, 11039.0, 11041.0, 11008.0, 11020.0, 11019.0, 11026.0, 11020.0, 11001.0, 11036.0, 11015.0, 11016.0, 11018.0, 11017.0, 11016.0, 11011.0, 11015.0, 11011.0, 11003.0, 11034.0, 11003.0, 11036.0, 11003.0, 11034.0, 11058.0, 11040.0, 11038.0, 11022.0, 11044.0, 11020.0, 11061.0, 11010.0, 11043.0, 11047.0, 11048.0, 11024.0, 11044.0, 11036.0, 11040.0, 11035.0, 10992.0, 11039.0, 11015.0, 11017.0, 11007.0, 10996.0, 11035.0, 10995.0, 10996.0, 11006.0, 10988.0, 11011.0, 10974.0, 11014.0, 10985.0, 11009.0, 10994.0, 10993.0, 11017.0, 10995.0, 10994.0, 11011.0, 11012.0, 10980.0, 10985.0, 11023.0, 11054.0, 11068.0, 11018.0, 11057.0, 10991.0, 11009.0, 11021.0, 11037.0, 11035.0, 11005.0, 11030.0, 10995.0, 11013.0, 11026.0, 10994.0, 11015.0, 10977.0, 11015.0, 10983.0, 11015.0, 11025.0, 10997.0, 11031.0, 10989.0, 11012.0, 11004.0, 11009.0, 11010.0, 10996.0, 10964.0, 10934.0, 10969.0, 11010.0, 11010.0, 11008.0, 10982.0, 11008.0, 11023.0, 10985.0, 11005.0, 10992.0, 11008.0, 10973.0, 11014.0, 11000.0, 11020.0, 11011.0, 11019.0, 11027.0, 11025.0, 11053.0, 11019.0, 11045.0, 11007.0, 11040.0, 11008.0, 11033.0, 11037.0, 11038.0, 11040.0, 11001.0, 11041.0, 11019.0, 11001.0, 10988.0, 11035.0, 10988.0, 10988.0, 11009.0, 11017.0, 11037.0, 11031.0, 11032.0, 11031.0, 11014.0, 11053.0, 11014.0, 11042.0, 11033.0, 11030.0, 11040.0, 11015.0, 11037.0, 11012.0, 11032.0, 10990.0, 11017.0, 11033.0, 10987.0, 11036.0, 11029.0, 11031.0, 11034.0, 11017.0, 11033.0, 10991.0, 11025.0, 11037.0, 11033.0, 11035.0, 10971.0, 11022.0, 11029.0, 11036.0, 11042.0, 11004.0, 11042.0, 11010.0, 11056.0, 11002.0, 11065.0, 11063.0, 11044.0, 11063.0, 11030.0, 11065.0, 11072.0, 11048.0, 11061.0, 11040.0, 11043.0, 11043.0, 11020.0, 11016.0, 11002.0, 11016.0, 11009.0, 11008.0, 11009.0, 10972.0, 11009.0, 10960.0, 11019.0, 11033.0, 11038.0, 11032.0, 11026.0, 11056.0, 11042.0, 11061.0, 11041.0, 11040.0, 11036.0, 11018.0, 11040.0, 10990.0, 11033.0, 11033.0, 11014.0, 11017.0, 10963.0, 11005.0, 11005.0, 10985.0, 11010.0, 10963.0, 10998.0, 11009.0, 10975.0, 11005.0, 10945.0, 10990.0, 10987.0, 10974.0, 11010.0, 10987.0, 11002.0, 10992.0, 10991.0, 11012.0, 11011.0, 11028.0, 11011.0, 11012.0, 11012.0, 10993.0, 11044.0, 11004.0, 11058.0, 11012.0, 11060.0, 11051.0, 11045.0, 11055.0, 11015.0, 11057.0, 11004.0, 11020.0, 11016.0, 11006.0, 11033.0, 10992.0, 11011.0, 11009.0, 10980.0, 11008.0, 10985.0, 11009.0, 11003.0, 11008.0, 11006.0, 11006.0, 11027.0, 11014.0, 11036.0, 10991.0, 11027.0, 11035.0, 11032.0, 11018.0, 10996.0, 11034.0, 10976.0, 11034.0, 11015.0, 11001.0, 11033.0, 10974.0, 11012.0, 11004.0, 11004.0, 11003.0, 10986.0, 11009.0, 10988.0, 10996.0, 11011.0, 10966.0, 11008.0, 10944.0, 11009.0, 11008.0, 11023.0, 11032.0, 10979.0, 11017.0, 11012.0, 11012.0, 11029.0, 10998.0, 11043.0, 11007.0, 11026.0, 11027.0, 11022.0, 11034.0, 11021.0, 11058.0, 11062.0, 11040.0, 11036.0, 11039.0, 11054.0, 11038.0, 11058.0, 11054.0, 11053.0, 11051.0, 11016.0, 11039.0, 11002.0, 11033.0, 11037.0, 11005.0, 11022.0, 11013.0, 11011.0, 11014.0, 10980.0, 11017.0, 11013.0, 11017.0, 11034.0, 10969.0, 11003.0, 11012.0, 11012.0, 11037.0, 10989.0, 11038.0, 11033.0, 11030.0, 11037.0, 10995.0, 11044.0, 11037.0, 11040.0, 11059.0, 11004.0, 11043.0, 11010.0, 11020.0, 11040.0, 11027.0, 11058.0, 11015.0, 11049.0, 11037.0, 11034.0, 11041.0, 11008.0, 11038.0, 11037.0, 11001.0, 11038.0, 11019.0, 11025.0, 11040.0, 10997.0, 11060.0, 11038.0, 11050.0, 11038.0, 11023.0, 11057.0, 10994.0, 11060.0, 11060.0, 11061.0, 11064.0, 11003.0, 11068.0, 11058.0, 11078.0, 11078.0, 11042.0, 11061.0, 11000.0, 11060.0, 11057.0, 11030.0, 11064.0, 11038.0, 11043.0, 11031.0, 11038.0, 11053.0, 11002.0, 11060.0, 11037.0, 11050.0, 11051.0, 11042.0, 11063.0, 10998.0, 11042.0, 11057.0, 11033.0, 11042.0, 10992.0, 11038.0, 11031.0, 11018.0, 11037.0, 10991.0, 11021.0, 11013.0, 11011.0, 11017.0, 10963.0, 10998.0, 11013.0, 10991.0, 11008.0, 10990.0, 10995.0, 11006.0, 10977.0, 11027.0, 11012.0, 11024.0, 11017.0, 10966.0, 11016.0, 11011.0, 11015.0, 11055.0, 10967.0, 11036.0, 11033.0, 11016.0, 11034.0, 11003.0, 11040.0, 11038.0, 11030.0, 10957.0, 11008.0, 11086.0, 10992.0, 11043.0, 11060.0, 11011.0, 11052.0, 11037.0, 11052.0, 11031.0, 11033.0, 11054.0, 10994.0, 11023.0, 11026.0, 11020.0, 11038.0, 10972.0, 11025.0, 11016.0, 11015.0, 11039.0, 11044.0, 11063.0, 11026.0, 11041.0, 11036.0, 11038.0, 11055.0, 11020.0, 11043.0, 11033.0, 11032.0, 11037.0, 10998.0, 11034.0, 11017.0, 11036.0, 11030.0, 11001.0, 11036.0, 10986.0, 11006.0, 11033.0, 11014.0, 11036.0, 11032.0, 11032.0, 11032.0, 11011.0, 11037.0, 10988.0, 11022.0, 11036.0, 11020.0, 11052.0, 11028.0, 11027.0, 11030.0, 10972.0, 11033.0, 11013.0, 11009.0, 11033.0, 11000.0, 11013.0, 11014.0, 10996.0, 11017.0, 11018.0, 11015.0, 11033.0, 10986.0, 11022.0, 11015.0, 11031.0, 11036.0, 11007.0, 11056.0, 11036.0, 11050.0, 11054.0, 11021.0, 11047.0, 11024.0, 11047.0, 11064.0, 11045.0, 11060.0, 11028.0, 11066.0, 10993.0, 11067.0, 11081.0, 11062.0, 11080.0, 11030.0, 11049.0, 11059.0, 11045.0, 11069.0, 11004.0, 11041.0, 11039.0, 11059.0, 11055.0, 11028.0, 11056.0, 11033.0, 11066.0, 11032.0, 11082.0, 11035.0, 11072.0, 11077.0, 11065.0, 11079.0, 11019.0, 11063.0, 11061.0, 11044.0, 11040.0, 11008.0, 11022.0, 11027.0, 11018.0, 11015.0, 11054.0, 10976.0, 11036.0, 11027.0, 11030.0, 11036.0, 10988.0, 11032.0, 10997.0, 11014.0, 11016.0, 10981.0, 11009.0, 10986.0, 10983.0, 11004.0, 10974.0, 11000.0, 10983.0, 10985.0, 10985.0, 10970.0, 11006.0, 11000.0, 10998.0, 11008.0, 10990.0, 11009.0, 10950.0, 11013.0, 11012.0, 11013.0, 11029.0, 11001.0, 11034.0, 11000.0, 11038.0, 11025.0, 11042.0, 11055.0, 11073.0, 11057.0, 11049.0, 11072.0, 11051.0, 11083.0, 11031.0, 11047.0, 11041.0, 11027.0, 11043.0, 10994.0, 11060.0, 11033.0, 11006.0, 11027.0, 11015.0, 11037.0, 10999.0, 11037.0, 11017.0, 11027.0, 11031.0, 11000.0, 11032.0, 11003.0, 11038.0, 11038.0, 11005.0, 11053.0, 10991.0, 11037.0, 11036.0, 11042.0, 11061.0, 10998.0, 11044.0, 11050.0, 11032.0, 11058.0, 11029.0, 11061.0, 11026.0, 11044.0, 11042.0, 11011.0, 11056.0, 11031.0, 11042.0, 11038.0, 11024.0, 11044.0, 10994.0, 11041.0, 11041.0, 11029.0, 11058.0, 10995.0, 11045.0, 11066.0, 11045.0, 11060.0, 11033.0, 11069.0, 11047.0, 11047.0, 11058.0, 11062.0, 11063.0, 11034.0, 11085.0, 11060.0, 11048.0, 11056.0, 11045.0, 11063.0, 11015.0, 11062.0, 11056.0, 11039.0, 11052.0, 11040.0, 11054.0, 11047.0, 11077.0, 11021.0, 11066.0, 11029.0, 11062.0, 11048.0, 11049.0, 11079.0, 11052.0, 11061.0, 11017.0, 11058.0, 11027.0, 11047.0, 11043.0, 11060.0, 11040.0, 11023.0, 11037.0, 11005.0, 11036.0, 11005.0, 11038.0, 11021.0, 11022.0, 11031.0, 11023.0, 11031.0, 11021.0, 11037.0, 11020.0, 11037.0, 11003.0, 11018.0, 11030.0, 11014.0, 11035.0, 10995.0, 11020.0, 11014.0, 11011.0, 11014.0, 10979.0, 11014.0, 10977.0, 11011.0, 11013.0, 10997.0, 11015.0, 10977.0, 11016.0, 10997.0, 11019.0, 11029.0, 10992.0, 11032.0, 10988.0, 11038.0, 11033.0, 11028.0, 11045.0, 10993.0, 11031.0, 11023.0, 11039.0, 11060.0, 11013.0, 11038.0, 11035.0, 11016.0, 11037.0, 10986.0, 11020.0, 11034.0, 11015.0, 11034.0, 10995.0, 11003.0, 11014.0, 10997.0, 11032.0, 11015.0, 11019.0, 11015.0, 11018.0, 11026.0, 11022.0, 11058.0, 11037.0, 11028.0, 11062.0, 11009.0, 11057.0, 11024.0, 11039.0, 11040.0, 11045.0, 11083.0, 11052.0, 11029.0, 11037.0, 11026.0, 11059.0, 10997.0, 11044.0, 11055.0, 11024.0, 11039.0, 10979.0, 11027.0, 11040.0, 11012.0, 11041.0, 11032.0, 11019.0, 11036.0, 10998.0, 11031.0, 11036.0, 11024.0, 11041.0, 10975.0, 11025.0, 11034.0, 11007.0, 11057.0, 11025.0, 11026.0, 11037.0, 11021.0, 11043.0, 10990.0, 11042.0, 11044.0, 11027.0, 11043.0, 11007.0, 11045.0, 11039.0, 11026.0, 11062.0, 11038.0, 11024.0, 11037.0, 11004.0, 11039.0, 11002.0, 11015.0, 11032.0, 11018.0, 11021.0, 11005.0, 11017.0, 11017.0, 11001.0, 11049.0, 11041.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.0010718390804597701</td></tr>
<tr><td colspan=3>aqi</td><td>0.019350695172413793</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.29251536294596</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2853645947871106</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0078226152243965</td></tr>
<tr><td colspan=3>efc</td><td>0.4844</td></tr>
<tr><td colspan=3>fber</td><td>7204.7339</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0735502381909183</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8045977011494253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.531056643713436</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.481946122643975</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7601534796473586</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3510703288489743</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122412</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01537242066115141</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03508242592215538</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.106414512193708</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>34.2322</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.597</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.7336</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294364.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>971.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.8266</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7566</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.0965</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4269.2374</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4493.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1587.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1094.1352</td></tr>
<tr><td colspan=3>tsnr</td><td>47.08560282806866</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>