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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-04_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_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-0011/ses-04/func/sub-0011_ses-04_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>01412c1863b38c85e1841b0dfd67dc5d</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:12:37.005000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997745, -0.0158137, -0.0652256, 0.0139321, 0.999476, -0.0292032]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0777482</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7758, -7292, 603, -31, -221, -9, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.554</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fdc55cec-e8bd-4495-bf29-2cdf8c6ee2d5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676877498626709, 0.03737867996096611, -0.17726367712020874, 111.68597412109375], [0.04242703318595886, 2.6815221309661865, -0.07621720433235168, -91.24716186523438], [-0.17499540746212006, 0.07834996283054352, 2.693096399307251, -70.44461822509766], [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': ['151237.005000', '151237.465000', '151237.925000', '151238.385000', '151238.845000', '151239.305000', '151239.765000', '151240.225000', '151240.685000', '151241.145000', '151241.605000', '151242.065000', '151242.525000', '151242.985000', '151243.445000', '151243.905000', '151244.365000', '151244.825000', '151245.285000', '151245.745000', '151246.205000', '151246.665000', '151247.125000', '151247.585000', '151248.045000', '151248.505000', '151248.965000', '151249.425000', '151249.885000', '151250.345000', '151250.805000', '151251.265000', '151251.725000', '151252.185000', '151252.645000', '151253.105000', '151253.565000', '151254.025000', '151254.485000', '151254.945000', '151255.405000', '151255.865000', '151256.325000', '151256.785000', '151257.245000', '151257.705000', '151258.165000', '151258.625000', '151259.085000', '151259.545000', '151300.005000', '151300.465000', '151300.925000', '151301.385000', '151301.845000', '151302.305000', '151302.765000', '151303.225000', '151303.685000', '151304.145000', '151304.605000', '151305.065000', '151305.525000', '151305.985000', '151306.445000', '151306.905000', '151307.365000', '151307.825000', '151308.285000', '151308.745000', '151309.205000', '151309.665000', '151310.125000', '151310.585000', '151311.045000', '151311.505000', '151311.965000', '151312.425000', '151312.885000', '151313.345000', '151313.805000', '151314.265000', '151314.725000', '151315.185000', '151315.645000', '151316.105000', '151316.565000', '151317.025000', '151317.485000', '151317.945000', '151318.405000', '151318.865000', '151319.325000', '151319.785000', '151320.245000', '151320.705000', '151321.165000', '151321.625000', '151322.085000', '151322.545000', '151323.005000', '151323.465000', '151323.925000', '151324.385000', '151324.845000', '151325.305000', '151325.765000', '151326.225000', '151326.685000', '151327.145000', '151327.605000', '151328.065000', '151328.525000', '151328.985000', '151329.445000', '151329.905000', '151330.365000', '151330.825000', '151331.285000', '151331.745000', '151332.205000', '151332.665000', '151333.125000', '151333.585000', '151334.045000', '151334.505000', '151334.965000', '151335.425000', '151335.885000', '151336.345000', '151336.805000', '151337.265000', '151337.725000', '151338.185000', '151338.645000', '151339.105000', '151339.565000', '151340.025000', '151340.485000', '151340.945000', '151341.405000', '151341.865000', '151342.325000', '151342.785000', '151343.245000', '151343.705000', '151344.165000', '151344.625000', '151345.085000', '151345.545000', '151346.005000', '151346.465000', '151346.925000', '151347.385000', '151347.845000', '151348.305000', '151348.765000', '151349.225000', '151349.685000', '151350.145000', '151350.605000', '151351.065000', '151351.525000', '151351.985000', '151352.445000', '151352.905000', '151353.365000', '151353.825000', '151354.285000', '151354.745000', '151355.205000', '151355.665000', '151356.125000', '151356.585000', '151357.045000', '151357.505000', '151357.965000', '151358.425000', '151358.885000', '151359.345000', '151359.805000', '151400.265000', '151400.725000', '151401.185000', '151401.645000', '151402.105000', '151402.565000', '151403.025000', '151403.485000', '151403.945000', '151404.405000', '151404.865000', '151405.325000', '151405.785000', '151406.245000', '151406.705000', '151407.165000', '151407.625000', '151408.085000', '151408.545000', '151409.005000', '151409.465000', '151409.925000', '151410.385000', '151410.845000', '151411.305000', '151411.765000', '151412.225000', '151412.685000', '151413.145000', '151413.605000', '151414.065000', '151414.525000', '151414.985000', '151415.445000', '151415.905000', '151416.365000', '151416.825000', '151417.285000', '151417.745000', '151418.205000', '151418.665000', '151419.125000', '151419.585000', '151420.045000', '151420.505000', '151420.965000', '151421.425000', '151421.885000', '151422.345000', '151422.805000', '151423.265000', '151423.725000', '151424.185000', '151424.645000', '151425.105000', '151425.565000', '151426.025000', '151426.485000', '151426.945000', '151427.405000', '151427.865000', '151428.325000', '151428.785000', '151429.245000', '151429.705000', '151430.165000', '151430.625000', '151431.085000', '151431.545000', '151432.005000', '151432.465000', '151432.925000', '151433.385000', '151433.845000', '151434.305000', '151434.765000', '151435.225000', '151435.685000', '151436.145000', '151436.605000', '151437.065000', '151437.525000', '151437.985000', '151438.445000', '151438.905000', '151439.365000', '151439.825000', '151440.285000', '151440.745000', '151441.205000', '151441.665000', '151442.125000', '151442.585000', '151443.045000', '151443.505000', '151443.965000', '151444.425000', '151444.885000', '151445.345000', '151445.805000', '151446.265000', '151446.725000', '151447.185000', '151447.645000', '151448.105000', '151448.565000', '151449.025000', '151449.485000', '151449.945000', '151450.405000', '151450.865000', '151451.325000', '151451.785000', '151452.245000', '151452.705000', '151453.165000', '151453.625000', '151454.085000', '151454.545000', '151455.005000', '151455.465000', '151455.925000', '151456.385000', '151456.845000', '151457.305000', '151457.765000', '151458.225000', '151458.685000', '151459.145000', '151459.605000', '151500.065000', '151500.525000', '151500.985000', '151501.445000', '151501.905000', '151502.365000', '151502.825000', '151503.285000', '151503.745000', '151504.205000', '151504.665000', '151505.125000', '151505.585000', '151506.045000', '151506.505000', '151506.965000', '151507.425000', '151507.885000', '151508.345000', '151508.805000', '151509.265000', '151509.725000', '151510.185000', '151510.645000', '151511.105000', '151511.565000', '151512.025000', '151512.485000', '151512.945000', '151513.405000', '151513.865000', '151514.325000', '151514.785000', '151515.245000', '151515.705000', '151516.165000', '151516.625000', '151517.085000', '151517.545000', '151518.005000', '151518.465000', '151518.925000', '151519.385000', '151519.845000', '151520.305000', '151520.765000', '151521.225000', '151521.685000', '151522.145000', '151522.605000', '151523.065000', '151523.525000', '151523.985000', '151524.445000', '151524.905000', '151525.365000', '151525.825000', '151526.285000', '151526.745000', '151527.205000', '151527.665000', '151528.125000', '151528.585000', '151529.045000', '151529.505000', '151529.965000', '151530.425000', '151530.885000', '151531.345000', '151531.805000', '151532.265000', '151532.725000', '151533.185000', '151533.645000', '151534.105000', '151534.565000', '151535.025000', '151535.485000', '151535.945000', '151536.405000', '151536.865000', '151537.325000', '151537.785000', '151538.245000', '151538.705000', '151539.165000', '151539.625000', '151540.085000', '151540.545000', '151541.005000', '151541.465000', '151541.925000', '151542.385000', '151542.845000', '151543.305000', '151543.765000', '151544.225000', '151544.685000', '151545.145000', '151545.605000', '151546.065000', '151546.525000', '151546.985000', '151547.445000', '151547.905000', '151548.365000', '151548.825000', '151549.285000', '151549.745000', '151550.205000', '151550.665000', '151551.125000', '151551.585000', '151552.045000', '151552.505000', '151552.965000', '151553.425000', '151553.885000', '151554.345000', '151554.805000', '151555.265000', '151555.725000', '151556.185000', '151556.645000', '151557.105000', '151557.565000', '151558.025000', '151558.485000', '151558.945000', '151559.405000', '151559.865000', '151600.325000', '151600.785000', '151601.245000', '151601.705000', '151602.165000', '151602.625000', '151603.085000', '151603.545000', '151604.005000', '151604.465000', '151604.925000', '151605.385000', '151605.845000', '151606.305000', '151606.765000', '151607.225000', '151607.685000', '151608.145000', '151608.605000', '151609.065000', '151609.525000', '151609.985000', '151610.445000', '151610.905000', '151611.365000', '151611.825000', '151612.285000', '151612.745000', '151613.205000', '151613.665000', '151614.125000', '151614.585000', '151615.045000', '151615.505000', '151615.965000', '151616.425000', '151616.885000', '151617.345000', '151617.805000', '151618.265000', '151618.725000', '151619.185000', '151619.645000', '151620.105000', '151620.565000', '151621.025000', '151621.485000', '151621.945000', '151622.405000', '151622.865000', '151623.325000', '151623.785000', '151624.245000', '151624.705000', '151625.165000', '151625.625000', '151626.085000', '151626.545000', '151627.005000', '151627.465000', '151627.925000', '151628.385000', '151628.845000', '151629.305000', '151629.765000', '151630.225000', '151630.685000', '151631.145000', '151631.605000', '151632.065000', '151632.525000', '151632.985000', '151633.445000', '151633.905000', '151634.365000', '151634.825000', '151635.285000', '151635.745000', '151636.205000', '151636.665000', '151637.125000', '151637.585000', '151638.045000', '151638.505000', '151638.965000', '151639.425000', '151639.885000', '151640.345000', '151640.805000', '151641.265000', '151641.725000', '151642.185000', '151642.645000', '151643.105000', '151643.565000', '151644.025000', '151644.485000', '151644.945000', '151645.405000', '151645.865000', '151646.325000', '151646.785000', '151647.245000', '151647.705000', '151648.165000', '151648.625000', '151649.085000', '151649.545000', '151650.005000', '151650.465000', '151650.925000', '151651.385000', '151651.845000', '151652.305000', '151652.765000', '151653.225000', '151653.685000', '151654.145000', '151654.605000', '151655.065000', '151655.525000', '151655.985000', '151656.445000', '151656.905000', '151657.365000', '151657.825000', '151658.285000', '151658.745000', '151659.205000', '151659.665000', '151700.125000', '151700.585000', '151701.045000', '151701.505000', '151701.965000', '151702.425000', '151702.885000', '151703.345000', '151703.805000', '151704.265000', '151704.725000', '151705.185000', '151705.645000', '151706.105000', '151706.565000', '151707.025000', '151707.485000', '151707.945000', '151708.405000', '151708.865000', '151709.325000', '151709.785000', '151710.245000', '151710.705000', '151711.165000', '151711.625000', '151712.085000', '151712.545000', '151713.005000', '151713.465000', '151713.925000', '151714.385000', '151714.845000', '151715.305000', '151715.765000', '151716.225000', '151716.685000', '151717.145000', '151717.605000', '151718.065000', '151718.525000', '151718.985000', '151719.445000', '151719.905000', '151720.365000', '151720.825000', '151721.285000', '151721.745000', '151722.205000', '151722.665000', '151723.125000', '151723.585000', '151724.045000', '151724.505000', '151724.965000', '151725.425000', '151725.885000', '151726.345000', '151726.805000', '151727.265000', '151727.725000', '151728.185000', '151728.645000', '151729.105000', '151729.565000', '151730.025000', '151730.485000', '151730.945000', '151731.405000', '151731.865000', '151732.325000', '151732.785000', '151733.245000', '151733.705000', '151734.165000', '151734.625000', '151735.085000', '151735.545000', '151736.005000', '151736.465000', '151736.925000', '151737.385000', '151737.845000', '151738.305000', '151738.765000', '151739.225000', '151739.685000', '151740.145000', '151740.605000', '151741.065000', '151741.525000', '151741.985000', '151742.445000', '151742.905000', '151743.365000', '151743.825000', '151744.285000', '151744.745000', '151745.205000', '151745.665000', '151746.125000', '151746.585000', '151747.045000', '151747.505000', '151747.965000', '151748.425000', '151748.885000', '151749.345000', '151749.805000', '151750.265000', '151750.725000', '151751.185000', '151751.645000', '151752.105000', '151752.565000', '151753.025000', '151753.485000', '151753.945000', '151754.405000', '151754.865000', '151755.325000', '151755.785000', '151756.245000', '151756.705000', '151757.165000', '151757.625000', '151758.085000', '151758.545000', '151759.005000', '151759.465000', '151759.925000', '151800.385000', '151800.845000', '151801.305000', '151801.765000', '151802.225000', '151802.685000', '151803.145000', '151803.605000', '151804.065000', '151804.525000', '151804.985000', '151805.445000', '151805.905000', '151806.365000', '151806.825000', '151807.285000', '151807.745000', '151808.205000', '151808.665000', '151809.125000', '151809.585000', '151810.045000', '151810.505000', '151810.965000', '151811.425000', '151811.885000', '151812.345000', '151812.805000', '151813.265000', '151813.725000', '151814.185000', '151814.645000', '151815.105000', '151815.565000', '151816.025000', '151816.485000', '151816.945000', '151817.405000', '151817.865000', '151818.325000', '151818.785000', '151819.245000', '151819.705000', '151820.165000', '151820.625000', '151821.085000', '151821.545000', '151822.005000', '151822.465000', '151822.925000', '151823.385000', '151823.845000', '151824.305000', '151824.765000', '151825.225000', '151825.685000', '151826.145000', '151826.605000', '151827.065000', '151827.525000', '151827.985000', '151828.445000', '151828.905000', '151829.365000', '151829.825000', '151830.285000', '151830.745000', '151831.205000', '151831.665000', '151832.125000', '151832.585000', '151833.045000', '151833.505000', '151833.965000', '151834.425000', '151834.885000', '151835.345000', '151835.805000', '151836.265000', '151836.725000', '151837.185000', '151837.645000', '151838.105000', '151838.565000', '151839.025000', '151839.485000', '151839.945000', '151840.405000', '151840.865000', '151841.325000', '151841.785000', '151842.245000', '151842.705000', '151843.165000', '151843.625000', '151844.085000', '151844.545000', '151845.005000', '151845.465000', '151845.925000', '151846.385000', '151846.845000', '151847.305000', '151847.765000', '151848.225000', '151848.685000', '151849.145000', '151849.605000', '151850.065000', '151850.525000', '151850.985000', '151851.445000', '151851.905000', '151852.365000', '151852.825000', '151853.285000', '151853.745000', '151854.205000', '151854.665000', '151855.125000', '151855.585000', '151856.045000', '151856.505000', '151856.965000', '151857.425000', '151857.885000', '151858.345000', '151858.805000', '151859.265000', '151859.725000', '151900.185000', '151900.645000', '151901.105000', '151901.565000', '151902.025000', '151902.485000', '151902.945000', '151903.405000', '151903.865000', '151904.325000', '151904.785000', '151905.245000', '151905.705000', '151906.165000', '151906.625000', '151907.085000', '151907.545000', '151908.005000', '151908.465000', '151908.925000', '151909.385000', '151909.845000', '151910.305000', '151910.765000', '151911.225000', '151911.685000', '151912.145000', '151912.605000', '151913.065000', '151913.525000', '151913.985000', '151914.445000', '151914.905000', '151915.365000', '151915.825000', '151916.285000', '151916.745000', '151917.205000', '151917.665000'], 'ContentTime': ['151305.672000', '151305.675000', '151305.678000', '151305.681000', '151305.684000', '151305.687000', '151305.690000', '151305.693000', '151305.695000', '151305.698000', '151305.701000', '151305.704000', '151305.707000', '151305.712000', '151305.715000', '151305.718000', '151305.721000', '151305.723000', '151305.726000', '151305.729000', '151305.732000', '151305.735000', '151305.738000', '151305.741000', '151305.744000', '151305.746000', '151305.749000', '151305.752000', '151305.755000', '151305.758000', '151305.761000', '151305.764000', '151305.767000', '151305.770000', '151305.772000', '151305.775000', '151305.778000', '151305.781000', '151305.784000', '151305.787000', '151305.789000', '151305.792000', '151305.795000', '151305.798000', '151305.801000', '151305.804000', '151305.807000', '151305.809000', '151305.818000', '151305.821000', '151305.824000', '151305.827000', '151305.830000', '151305.832000', '151305.835000', '151305.838000', '151305.841000', '151305.844000', '151305.847000', '151305.850000', '151305.853000', '151325.645000', '151325.648000', '151325.651000', '151325.654000', '151325.657000', '151325.659000', '151325.662000', '151325.665000', '151325.677000', '151325.680000', '151325.705000', '151325.708000', '151325.711000', '151325.714000', '151325.717000', '151325.720000', '151325.722000', '151325.725000', '151325.728000', '151325.731000', '151325.734000', '151325.737000', '151325.739000', '151325.742000', '151325.745000', '151325.748000', '151325.751000', '151325.754000', '151325.757000', '151325.760000', '151325.762000', '151325.765000', '151325.768000', '151325.771000', '151325.774000', '151325.777000', '151325.780000', '151325.783000', '151325.785000', '151325.788000', '151325.791000', '151325.794000', '151325.797000', '151345.645000', '151345.648000', '151345.651000', '151345.654000', '151345.657000', '151345.659000', '151345.662000', '151345.665000', '151345.668000', '151345.680000', '151345.683000', '151345.686000', '151345.689000', '151345.692000', '151345.695000', '151345.698000', '151345.701000', '151345.703000', '151345.706000', '151345.709000', '151345.712000', '151345.715000', '151345.718000', '151345.721000', '151345.724000', '151345.727000', '151345.730000', '151345.732000', '151345.735000', '151345.738000', '151345.741000', '151345.744000', '151345.747000', '151345.750000', '151345.753000', '151345.756000', '151345.758000', '151345.761000', '151345.764000', '151345.767000', '151345.770000', '151345.773000', '151345.776000', '151345.779000', '151405.645000', '151405.648000', '151405.651000', '151405.654000', '151405.657000', '151405.659000', '151405.662000', '151405.665000', '151405.668000', '151405.671000', '151405.674000', '151405.677000', '151405.680000', '151405.683000', '151405.685000', '151405.688000', '151405.694000', '151405.698000', '151405.701000', '151405.703000', '151405.706000', '151405.709000', '151405.712000', '151405.715000', '151405.718000', '151405.721000', '151405.724000', '151405.727000', '151405.729000', '151405.732000', '151405.735000', '151405.738000', '151405.741000', '151405.744000', '151405.747000', '151405.750000', '151405.753000', '151405.755000', '151405.758000', '151405.761000', '151405.764000', '151405.767000', '151405.770000', '151425.645000', '151425.648000', '151425.651000', '151425.654000', '151425.657000', '151425.660000', '151425.662000', '151425.665000', '151425.668000', '151425.671000', '151425.674000', '151425.677000', '151425.680000', '151425.688000', '151425.691000', '151425.694000', '151425.697000', '151425.700000', '151425.702000', '151425.705000', '151425.708000', '151425.711000', '151425.714000', '151425.717000', '151425.720000', '151425.723000', '151425.726000', '151425.728000', '151425.731000', '151425.734000', '151425.737000', '151425.740000', '151425.743000', '151425.746000', '151425.748000', '151425.751000', '151425.754000', '151425.757000', '151425.760000', '151425.763000', '151425.766000', '151425.769000', '151425.772000', '151425.774000', '151445.644000', '151445.647000', '151445.650000', '151445.653000', '151445.656000', '151445.659000', '151445.662000', '151445.664000', '151445.667000', '151445.670000', '151445.673000', '151445.676000', '151445.679000', '151445.682000', '151445.684000', '151445.687000', '151445.690000', '151445.693000', '151445.696000', '151445.699000', '151445.702000', '151445.705000', '151445.708000', '151445.711000', '151445.714000', '151445.717000', '151445.720000', '151445.723000', '151445.726000', '151445.729000', '151445.732000', '151445.735000', '151445.738000', '151445.741000', '151445.743000', '151445.746000', '151445.749000', '151445.752000', '151445.755000', '151445.758000', '151445.761000', '151445.764000', '151445.766000', '151505.644000', '151505.647000', '151505.650000', '151505.653000', '151505.670000', '151505.673000', '151505.676000', '151505.679000', '151505.681000', '151505.684000', '151505.687000', '151505.690000', '151505.693000', '151505.696000', '151505.699000', '151505.702000', '151505.704000', '151505.707000', '151505.710000', '151505.713000', '151505.716000', '151505.719000', '151505.722000', '151505.725000', '151505.728000', '151505.731000', '151505.733000', '151505.736000', '151505.739000', '151505.742000', '151505.745000', '151505.748000', '151505.751000', '151505.754000', '151505.757000', '151505.760000', '151505.762000', '151505.765000', '151505.768000', '151505.771000', '151505.774000', '151505.777000', '151505.780000', '151505.783000', '151525.644000', '151525.647000', '151525.650000', '151525.653000', '151525.656000', '151525.659000', '151525.661000', '151525.664000', '151525.667000', '151525.670000', '151525.673000', '151525.676000', '151525.679000', '151525.681000', '151525.684000', '151525.687000', '151525.690000', '151525.693000', '151525.696000', '151525.699000', '151525.704000', '151525.707000', '151525.710000', '151525.713000', '151525.716000', '151525.719000', '151525.724000', '151525.728000', '151525.731000', '151525.734000', '151525.737000', '151525.740000', '151525.743000', '151525.746000', '151525.749000', '151525.751000', '151525.754000', '151525.757000', '151525.760000', '151525.763000', '151525.766000', '151525.811000', '151525.814000', '151545.645000', '151545.648000', '151545.651000', '151545.654000', '151545.657000', '151545.659000', '151545.662000', '151545.665000', '151545.668000', '151545.671000', '151545.674000', '151545.677000', '151545.680000', '151545.682000', '151545.685000', '151545.688000', '151545.691000', '151545.694000', '151545.697000', '151545.700000', '151545.703000', '151545.706000', '151545.709000', '151545.712000', '151545.715000', '151545.717000', '151545.720000', '151545.723000', '151545.726000', '151545.729000', '151545.732000', '151545.735000', '151545.738000', '151545.741000', '151545.743000', '151545.746000', '151545.749000', '151545.752000', '151545.755000', '151545.758000', '151545.761000', '151545.764000', '151545.767000', '151545.812000', '151605.645000', '151605.648000', '151605.651000', '151605.654000', '151605.657000', '151605.660000', '151605.662000', '151605.665000', '151605.668000', '151605.671000', '151605.683000', '151605.686000', '151605.689000', '151605.692000', '151605.695000', '151605.698000', '151605.701000', '151605.704000', '151605.707000', '151605.710000', '151605.712000', '151605.715000', '151605.718000', '151605.721000', '151605.724000', '151605.727000', '151605.730000', '151605.733000', '151605.738000', '151605.742000', '151605.745000', '151605.748000', '151605.751000', '151605.754000', '151605.756000', '151605.759000', '151605.762000', '151605.765000', '151605.768000', '151605.831000', '151605.834000', '151605.837000', '151605.840000', '151625.646000', '151625.649000', '151625.652000', '151625.655000', '151625.658000', '151625.661000', '151625.664000', '151625.667000', '151625.669000', '151625.672000', '151625.675000', '151625.678000', '151625.681000', '151625.684000', '151625.687000', '151625.690000', '151625.693000', '151625.696000', '151625.698000', '151625.701000', '151625.704000', '151625.707000', '151625.710000', '151625.713000', '151625.716000', '151625.719000', '151625.722000', '151625.724000', '151625.727000', '151625.743000', '151625.746000', '151625.749000', '151625.752000', '151625.755000', '151625.758000', '151625.761000', '151625.764000', '151625.766000', '151625.811000', '151625.814000', '151625.817000', '151625.819000', '151625.822000', '151625.825000', '151645.645000', '151645.648000', '151645.651000', '151645.654000', '151645.657000', '151645.660000', '151645.669000', '151645.672000', '151645.675000', '151645.677000', '151645.680000', '151645.683000', '151645.686000', '151645.689000', '151645.692000', '151645.695000', '151645.698000', '151645.701000', '151645.704000', '151645.707000', '151645.710000', '151645.712000', '151645.715000', '151645.718000', '151645.721000', '151645.724000', '151645.727000', '151645.730000', '151645.733000', '151645.736000', '151645.739000', '151645.741000', '151645.744000', '151645.747000', '151645.750000', '151645.753000', '151645.756000', '151645.759000', '151645.762000', '151645.764000', '151645.767000', '151645.811000', '151645.813000', '151705.644000', '151705.647000', '151705.650000', '151705.653000', '151705.656000', '151705.659000', '151705.661000', '151705.664000', '151705.667000', '151705.670000', '151705.673000', '151705.676000', '151705.679000', '151705.682000', '151705.685000', '151705.687000', '151705.690000', '151705.693000', '151705.696000', '151705.699000', '151705.702000', '151705.705000', '151705.708000', '151705.710000', '151705.713000', '151705.716000', '151705.719000', '151705.722000', '151705.725000', '151705.728000', '151705.731000', '151705.734000', '151705.737000', '151705.739000', '151705.742000', '151705.745000', '151705.748000', '151705.751000', '151705.754000', '151705.757000', '151705.760000', '151705.763000', '151705.766000', '151705.769000', '151725.644000', '151725.647000', '151725.650000', '151725.653000', '151725.656000', '151725.659000', '151725.661000', '151725.664000', '151725.667000', '151725.670000', '151725.673000', '151725.676000', '151725.679000', '151725.681000', '151725.684000', '151725.687000', '151725.690000', '151725.693000', '151725.696000', '151725.699000', '151725.702000', '151725.705000', '151725.708000', '151725.710000', '151725.713000', '151725.717000', '151725.721000', '151725.723000', '151725.726000', '151725.729000', '151725.732000', '151725.735000', '151725.738000', '151725.741000', '151725.744000', '151725.747000', '151725.750000', '151725.752000', '151725.755000', '151725.758000', '151725.761000', '151725.764000', '151725.767000', '151745.644000', '151745.647000', '151745.650000', '151745.653000', '151745.656000', '151745.659000', '151745.661000', '151745.664000', '151745.667000', '151745.670000', '151745.673000', '151745.676000', '151745.679000', '151745.682000', '151745.685000', '151745.688000', '151745.691000', '151745.694000', '151745.696000', '151745.699000', '151745.702000', '151745.705000', '151745.708000', '151745.711000', '151745.714000', '151745.717000', '151745.720000', '151745.723000', '151745.726000', '151745.728000', '151745.731000', '151745.734000', '151745.737000', '151745.740000', '151745.743000', '151745.746000', '151745.749000', '151745.752000', '151745.755000', '151745.758000', '151745.761000', '151745.764000', '151745.767000', '151745.835000', '151805.645000', '151805.648000', '151805.651000', '151805.654000', '151805.657000', '151805.660000', '151805.663000', '151805.666000', '151805.668000', '151805.671000', '151805.688000', '151805.691000', '151805.694000', '151805.697000', '151805.700000', '151805.703000', '151805.706000', '151805.709000', '151805.712000', '151805.714000', '151805.717000', '151805.720000', '151805.723000', '151805.726000', '151805.729000', '151805.732000', '151805.735000', '151805.738000', '151805.741000', '151805.743000', '151805.746000', '151805.749000', '151805.752000', '151805.755000', '151805.758000', '151805.761000', '151805.764000', '151805.767000', '151805.822000', '151805.825000', '151805.828000', '151805.831000', '151805.834000', '151825.645000', '151825.648000', '151825.651000', '151825.654000', '151825.657000', '151825.659000', '151825.662000', '151825.665000', '151825.668000', '151825.671000', '151825.674000', '151825.677000', '151825.680000', '151825.683000', '151825.686000', '151825.689000', '151825.691000', '151825.694000', '151825.697000', '151825.700000', '151825.703000', '151825.706000', '151825.709000', '151825.712000', '151825.715000', '151825.718000', '151825.720000', '151825.723000', '151825.726000', '151825.729000', '151825.732000', '151825.735000', '151825.738000', '151825.741000', '151825.743000', '151825.746000', '151825.749000', '151825.752000', '151825.755000', '151825.758000', '151825.761000', '151825.764000', '151825.767000', '151825.830000', '151845.645000', '151845.648000', '151845.651000', '151845.656000', '151845.659000', '151845.662000', '151845.664000', '151845.667000', '151845.670000', '151845.673000', '151845.676000', '151845.679000', '151845.682000', '151845.685000', '151845.688000', '151845.690000', '151845.693000', '151845.696000', '151845.699000', '151845.702000', '151845.705000', '151845.708000', '151845.711000', '151845.714000', '151845.717000', '151845.719000', '151845.722000', '151845.725000', '151845.728000', '151845.731000', '151845.734000', '151845.737000', '151845.740000', '151845.743000', '151845.746000', '151845.749000', '151845.752000', '151845.756000', '151845.759000', '151845.762000', '151845.765000', '151845.768000', '151845.855000', '151905.645000', '151905.648000', '151905.651000', '151905.654000', '151905.657000', '151905.659000', '151905.662000', '151905.665000', '151905.668000', '151905.671000', '151905.674000', '151905.677000', '151905.680000', '151905.683000', '151905.686000', '151905.689000', '151905.692000', '151905.694000', '151905.697000', '151905.700000', '151905.703000', '151905.706000', '151905.709000', '151905.712000', '151905.715000', '151905.718000', '151905.721000', '151905.724000', '151905.727000', '151905.729000', '151905.732000', '151905.735000', '151905.738000', '151905.741000', '151905.744000', '151905.747000', '151905.750000', '151905.753000', '151905.755000', '151905.758000', '151905.761000', '151905.764000', '151905.767000', '151905.828000', '151918.523000', '151918.526000', '151918.529000', '151918.532000', '151918.536000', '151918.539000', '151918.542000', '151918.546000', '151918.550000', '151918.553000', '151918.556000', '151918.559000', '151918.562000', '151918.565000', '151918.568000', '151918.571000', '151918.574000', '151918.577000', '151918.581000', '151918.584000', '151918.587000', '151918.600000', '151918.603000', '151918.606000', '151918.608000', '151918.611000', '151918.614000', '151918.617000'], 'InstanceCreationTime': ['151305.672000', '151305.675000', '151305.678000', '151305.681000', '151305.684000', '151305.687000', '151305.690000', '151305.693000', '151305.695000', '151305.698000', '151305.701000', '151305.704000', '151305.707000', '151305.712000', '151305.715000', '151305.718000', '151305.721000', '151305.723000', '151305.726000', '151305.729000', '151305.732000', '151305.735000', '151305.738000', '151305.741000', '151305.744000', '151305.746000', '151305.749000', '151305.752000', '151305.755000', '151305.758000', '151305.761000', '151305.764000', '151305.767000', '151305.770000', '151305.772000', '151305.775000', '151305.778000', '151305.781000', '151305.784000', '151305.787000', '151305.789000', '151305.792000', '151305.795000', '151305.798000', '151305.801000', '151305.804000', '151305.807000', '151305.809000', '151305.818000', '151305.821000', '151305.824000', '151305.827000', '151305.830000', '151305.832000', '151305.835000', '151305.838000', '151305.841000', '151305.844000', '151305.847000', '151305.850000', '151305.853000', '151325.645000', '151325.648000', '151325.651000', '151325.654000', '151325.657000', '151325.659000', '151325.662000', '151325.665000', '151325.677000', '151325.680000', '151325.705000', '151325.708000', '151325.711000', '151325.714000', '151325.717000', '151325.720000', '151325.722000', '151325.725000', '151325.728000', '151325.731000', '151325.734000', '151325.737000', '151325.739000', '151325.742000', '151325.745000', '151325.748000', '151325.751000', '151325.754000', '151325.757000', '151325.760000', '151325.762000', '151325.765000', '151325.768000', '151325.771000', '151325.774000', '151325.777000', '151325.780000', '151325.783000', '151325.785000', '151325.788000', '151325.791000', '151325.794000', '151325.797000', '151345.645000', '151345.648000', '151345.651000', '151345.654000', '151345.657000', '151345.659000', '151345.662000', '151345.665000', '151345.668000', '151345.680000', '151345.683000', '151345.686000', '151345.689000', '151345.692000', '151345.695000', '151345.698000', '151345.701000', '151345.703000', '151345.706000', '151345.709000', '151345.712000', '151345.715000', '151345.718000', '151345.721000', '151345.724000', '151345.727000', '151345.730000', '151345.732000', '151345.735000', '151345.738000', '151345.741000', '151345.744000', '151345.747000', '151345.750000', '151345.753000', '151345.756000', '151345.758000', '151345.761000', '151345.764000', '151345.767000', '151345.770000', '151345.773000', '151345.776000', '151345.779000', '151405.645000', '151405.648000', '151405.651000', '151405.654000', '151405.657000', '151405.659000', '151405.662000', '151405.665000', '151405.668000', '151405.671000', '151405.674000', '151405.677000', '151405.680000', '151405.683000', '151405.685000', '151405.688000', '151405.694000', '151405.698000', '151405.701000', '151405.703000', '151405.706000', '151405.709000', '151405.712000', '151405.715000', '151405.718000', '151405.721000', '151405.724000', '151405.727000', '151405.729000', '151405.732000', '151405.735000', '151405.738000', '151405.741000', '151405.744000', '151405.747000', '151405.750000', '151405.753000', '151405.755000', '151405.758000', '151405.761000', '151405.764000', '151405.767000', '151405.770000', '151425.645000', '151425.648000', '151425.651000', '151425.654000', '151425.657000', '151425.660000', '151425.662000', '151425.665000', '151425.668000', '151425.671000', '151425.674000', '151425.677000', '151425.680000', '151425.688000', '151425.691000', '151425.694000', '151425.697000', '151425.700000', '151425.702000', '151425.705000', '151425.708000', '151425.711000', '151425.714000', '151425.717000', '151425.720000', '151425.723000', '151425.726000', '151425.728000', '151425.731000', '151425.734000', '151425.737000', '151425.740000', '151425.743000', '151425.746000', '151425.748000', '151425.751000', '151425.754000', '151425.757000', '151425.760000', '151425.763000', '151425.766000', '151425.769000', '151425.772000', '151425.774000', '151445.644000', '151445.647000', '151445.650000', '151445.653000', '151445.656000', '151445.659000', '151445.662000', '151445.664000', '151445.667000', '151445.670000', '151445.673000', '151445.676000', '151445.679000', '151445.682000', '151445.684000', '151445.687000', '151445.690000', '151445.693000', '151445.696000', '151445.699000', '151445.702000', '151445.705000', '151445.708000', '151445.711000', '151445.714000', '151445.717000', '151445.720000', '151445.723000', '151445.726000', '151445.729000', '151445.732000', '151445.735000', '151445.738000', '151445.741000', '151445.743000', '151445.746000', '151445.749000', '151445.752000', '151445.755000', '151445.758000', '151445.761000', '151445.764000', '151445.766000', '151505.644000', '151505.647000', '151505.650000', '151505.653000', '151505.670000', '151505.673000', '151505.676000', '151505.679000', '151505.681000', '151505.684000', '151505.687000', '151505.690000', '151505.693000', '151505.696000', '151505.699000', '151505.702000', '151505.704000', '151505.707000', '151505.710000', '151505.713000', '151505.716000', '151505.719000', '151505.722000', '151505.725000', '151505.728000', '151505.731000', '151505.733000', '151505.736000', '151505.739000', '151505.742000', '151505.745000', '151505.748000', '151505.751000', '151505.754000', '151505.757000', '151505.760000', '151505.762000', '151505.765000', '151505.768000', '151505.771000', '151505.774000', '151505.777000', '151505.780000', '151505.783000', '151525.644000', '151525.647000', '151525.650000', '151525.653000', '151525.656000', '151525.659000', '151525.661000', '151525.664000', '151525.667000', '151525.670000', '151525.673000', '151525.676000', '151525.679000', '151525.681000', '151525.684000', '151525.687000', '151525.690000', '151525.693000', '151525.696000', '151525.699000', '151525.704000', '151525.707000', '151525.710000', '151525.713000', '151525.716000', '151525.719000', '151525.724000', '151525.728000', '151525.731000', '151525.734000', '151525.737000', '151525.740000', '151525.743000', '151525.746000', '151525.749000', '151525.751000', '151525.754000', '151525.757000', '151525.760000', '151525.763000', '151525.766000', '151525.811000', '151525.814000', '151545.645000', '151545.648000', '151545.651000', '151545.654000', '151545.657000', '151545.659000', '151545.662000', '151545.665000', '151545.668000', '151545.671000', '151545.674000', '151545.677000', '151545.680000', '151545.682000', '151545.685000', '151545.688000', '151545.691000', '151545.694000', '151545.697000', '151545.700000', '151545.703000', '151545.706000', '151545.709000', '151545.712000', '151545.715000', '151545.717000', '151545.720000', '151545.723000', '151545.726000', '151545.729000', '151545.732000', '151545.735000', '151545.738000', '151545.741000', '151545.743000', '151545.746000', '151545.749000', '151545.752000', '151545.755000', '151545.758000', '151545.761000', '151545.764000', '151545.767000', '151545.812000', '151605.645000', '151605.648000', '151605.651000', '151605.654000', '151605.657000', '151605.660000', '151605.662000', '151605.665000', '151605.668000', '151605.671000', '151605.683000', '151605.686000', '151605.689000', '151605.692000', '151605.695000', '151605.698000', '151605.701000', '151605.704000', '151605.707000', '151605.710000', '151605.712000', '151605.715000', '151605.718000', '151605.721000', '151605.724000', '151605.727000', '151605.730000', '151605.733000', '151605.738000', '151605.742000', '151605.745000', '151605.748000', '151605.751000', '151605.754000', '151605.756000', '151605.759000', '151605.762000', '151605.765000', '151605.768000', '151605.831000', '151605.834000', '151605.837000', '151605.840000', '151625.646000', '151625.649000', '151625.652000', '151625.655000', '151625.658000', '151625.661000', '151625.664000', '151625.667000', '151625.669000', '151625.672000', '151625.675000', '151625.678000', '151625.681000', '151625.684000', '151625.687000', '151625.690000', '151625.693000', '151625.696000', '151625.698000', '151625.701000', '151625.704000', '151625.707000', '151625.710000', '151625.713000', '151625.716000', '151625.719000', '151625.722000', '151625.724000', '151625.727000', '151625.743000', '151625.746000', '151625.749000', '151625.752000', '151625.755000', '151625.758000', '151625.761000', '151625.764000', '151625.766000', '151625.811000', '151625.814000', '151625.817000', '151625.819000', '151625.822000', '151625.825000', '151645.645000', '151645.648000', '151645.651000', '151645.654000', '151645.657000', '151645.660000', '151645.669000', '151645.672000', '151645.675000', '151645.677000', '151645.680000', '151645.683000', '151645.686000', '151645.689000', '151645.692000', '151645.695000', '151645.698000', '151645.701000', '151645.704000', '151645.707000', '151645.710000', '151645.712000', '151645.715000', '151645.718000', '151645.721000', '151645.724000', '151645.727000', '151645.730000', '151645.733000', '151645.736000', '151645.739000', '151645.741000', '151645.744000', '151645.747000', '151645.750000', '151645.753000', '151645.756000', '151645.759000', '151645.762000', '151645.764000', '151645.767000', '151645.811000', '151645.813000', '151705.644000', '151705.647000', '151705.650000', '151705.653000', '151705.656000', '151705.659000', '151705.661000', '151705.664000', '151705.667000', '151705.670000', '151705.673000', '151705.676000', '151705.679000', '151705.682000', '151705.685000', '151705.687000', '151705.690000', '151705.693000', '151705.696000', '151705.699000', '151705.702000', '151705.705000', '151705.708000', '151705.710000', '151705.713000', '151705.716000', '151705.719000', '151705.722000', '151705.725000', '151705.728000', '151705.731000', '151705.734000', '151705.737000', '151705.739000', '151705.742000', '151705.745000', '151705.748000', '151705.751000', '151705.754000', '151705.757000', '151705.760000', '151705.763000', '151705.766000', '151705.769000', '151725.644000', '151725.647000', '151725.650000', '151725.653000', '151725.656000', '151725.659000', '151725.661000', '151725.664000', '151725.667000', '151725.670000', '151725.673000', '151725.676000', '151725.679000', '151725.681000', '151725.684000', '151725.687000', '151725.690000', '151725.693000', '151725.696000', '151725.699000', '151725.702000', '151725.705000', '151725.708000', '151725.710000', '151725.713000', '151725.717000', '151725.721000', '151725.723000', '151725.726000', '151725.729000', '151725.732000', '151725.735000', '151725.738000', '151725.741000', '151725.744000', '151725.747000', '151725.750000', '151725.752000', '151725.755000', '151725.758000', '151725.761000', '151725.764000', '151725.767000', '151745.644000', '151745.647000', '151745.650000', '151745.653000', '151745.656000', '151745.659000', '151745.661000', '151745.664000', '151745.667000', '151745.670000', '151745.673000', '151745.676000', '151745.679000', '151745.682000', '151745.685000', '151745.688000', '151745.691000', '151745.694000', '151745.696000', '151745.699000', '151745.702000', '151745.705000', '151745.708000', '151745.711000', '151745.714000', '151745.717000', '151745.720000', '151745.723000', '151745.726000', '151745.728000', '151745.731000', '151745.734000', '151745.737000', '151745.740000', '151745.743000', '151745.746000', '151745.749000', '151745.752000', '151745.755000', '151745.758000', '151745.761000', '151745.764000', '151745.767000', '151745.835000', '151805.645000', '151805.648000', '151805.651000', '151805.654000', '151805.657000', '151805.660000', '151805.663000', '151805.666000', '151805.668000', '151805.671000', '151805.688000', '151805.691000', '151805.694000', '151805.697000', '151805.700000', '151805.703000', '151805.706000', '151805.709000', '151805.712000', '151805.714000', '151805.717000', '151805.720000', '151805.723000', '151805.726000', '151805.729000', '151805.732000', '151805.735000', '151805.738000', '151805.741000', '151805.743000', '151805.746000', '151805.749000', '151805.752000', '151805.755000', '151805.758000', '151805.761000', '151805.764000', '151805.767000', '151805.822000', '151805.825000', '151805.828000', '151805.831000', '151805.834000', '151825.645000', '151825.648000', '151825.651000', '151825.654000', '151825.657000', '151825.659000', '151825.662000', '151825.665000', '151825.668000', '151825.671000', '151825.674000', '151825.677000', '151825.680000', '151825.683000', '151825.686000', '151825.689000', '151825.691000', '151825.694000', '151825.697000', '151825.700000', '151825.703000', '151825.706000', '151825.709000', '151825.712000', '151825.715000', '151825.718000', '151825.720000', '151825.723000', '151825.726000', '151825.729000', '151825.732000', '151825.735000', '151825.738000', '151825.741000', '151825.743000', '151825.746000', '151825.749000', '151825.752000', '151825.755000', '151825.758000', '151825.761000', '151825.764000', '151825.767000', '151825.830000', '151845.645000', '151845.648000', '151845.651000', '151845.656000', '151845.659000', '151845.662000', '151845.664000', '151845.667000', '151845.670000', '151845.673000', '151845.676000', '151845.679000', '151845.682000', '151845.685000', '151845.688000', '151845.690000', '151845.693000', '151845.696000', '151845.699000', '151845.702000', '151845.705000', '151845.708000', '151845.711000', '151845.714000', '151845.717000', '151845.719000', '151845.722000', '151845.725000', '151845.728000', '151845.731000', '151845.734000', '151845.737000', '151845.740000', '151845.743000', '151845.746000', '151845.749000', '151845.752000', '151845.756000', '151845.759000', '151845.762000', '151845.765000', '151845.768000', '151845.855000', '151905.645000', '151905.648000', '151905.651000', '151905.654000', '151905.657000', '151905.659000', '151905.662000', '151905.665000', '151905.668000', '151905.671000', '151905.674000', '151905.677000', '151905.680000', '151905.683000', '151905.686000', '151905.689000', '151905.692000', '151905.694000', '151905.697000', '151905.700000', '151905.703000', '151905.706000', '151905.709000', '151905.712000', '151905.715000', '151905.718000', '151905.721000', '151905.724000', '151905.727000', '151905.729000', '151905.732000', '151905.735000', '151905.738000', '151905.741000', '151905.744000', '151905.747000', '151905.750000', '151905.753000', '151905.755000', '151905.758000', '151905.761000', '151905.764000', '151905.767000', '151905.828000', '151918.523000', '151918.526000', '151918.529000', '151918.532000', '151918.536000', '151918.539000', '151918.542000', '151918.546000', '151918.550000', '151918.553000', '151918.556000', '151918.559000', '151918.562000', '151918.565000', '151918.568000', '151918.571000', '151918.574000', '151918.577000', '151918.581000', '151918.584000', '151918.587000', '151918.600000', '151918.603000', '151918.606000', '151918.608000', '151918.611000', '151918.614000', '151918.617000'], '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': [14012, 11264, 9633, 12795, 8352, 15094, 10069, 9668, 10532, 7767, 8290, 8665, 7212, 9127, 8778, 7940, 10531, 11234, 7527, 8972, 8548, 7233, 13126, 10494, 8136, 12007, 8582, 7433, 10305, 7743, 12937, 8386, 14695, 8763, 12550, 9454, 8803, 10122, 8246, 10494, 8040, 10686, 7304, 12740, 7997, 13465, 9548, 11929, 10546, 8470, 10965, 8187, 10917, 8042, 10172, 7097, 11214, 7638, 10828, 8661, 11410, 10390, 9042, 11090, 7897, 10622, 7764, 11163, 8039, 12981, 8830, 10256, 11027, 9956, 10774, 7668, 11367, 7434, 13388, 9321, 11268, 9270, 6875, 11380, 10105, 9796, 12065, 9453, 9839, 8009, 13815, 11650, 8335, 12974, 10319, 11892, 11204, 8415, 13818, 10343, 8769, 10677, 8395, 14372, 8360, 7940, 9539, 7945, 7520, 8488, 9709, 7286, 9803, 7816, 13685, 12096, 8468, 9738, 7900, 12999, 11201, 12128, 11236, 11768, 11657, 9114, 9972, 7591, 11825, 10005, 8700, 12201, 8118, 9775, 7402, 12204, 7708, 12802, 7720, 12993, 8182, 13215, 8638, 7913, 8054, 7791, 8899, 7051, 12244, 9662, 8470, 11790, 7525, 11950, 7660, 11138, 7782, 10870, 7239, 11434, 7457, 10932, 11186, 7713, 9039, 7149, 12043, 8678, 10093, 8081, 7051, 9246, 11427, 8061, 13738, 9280, 10260, 11348, 9323, 12247, 8173, 9371, 7219, 9831, 9603, 7453, 9014, 7128, 8527, 10957, 7250, 10785, 7826, 13614, 10066, 10923, 12187, 7642, 13271, 7691, 11988, 8270, 11864, 7527, 11648, 7811, 12245, 8938, 12070, 11065, 10181, 11329, 7563, 12483, 7648, 12019, 7669, 9803, 7261, 10981, 8869, 9761, 11313, 8152, 8569, 7457, 10888, 10154, 9760, 11285, 10462, 11595, 7917, 11270, 7479, 9858, 7296, 11737, 8135, 11960, 9603, 8555, 11941, 7612, 12726, 8111, 10217, 7278, 11226, 9229, 12211, 9969, 11935, 11052, 7745, 11930, 7793, 11450, 7600, 10937, 7447, 11002, 7410, 11117, 7558, 11792, 7679, 12005, 8046, 11839, 7245, 10700, 7436, 11373, 7543, 11692, 8678, 8299, 10668, 7706, 11858, 8953, 11952, 7850, 12228, 7918, 12225, 7651, 9086, 7510, 10761, 8018, 11031, 10048, 11675, 11274, 9199, 11928, 7967, 12579, 8214, 11656, 8087, 10207, 7902, 9316, 10924, 7960, 12518, 8305, 10160, 7866, 11568, 11080, 9157, 9179, 7748, 9588, 12375, 9492, 12787, 10399, 9488, 12154, 8109, 12544, 8112, 11486, 7617, 9466, 7610, 11025, 9269, 9773, 11799, 7930, 10030, 7757, 10714, 7584, 11168, 8240, 11577, 7932, 10965, 8367, 11077, 8994, 10360, 11066, 8049, 10145, 8025, 9876, 7664, 11061, 8938, 8571, 11506, 7902, 9695, 7814, 11679, 9718, 9436, 11328, 12500, 9436, 12508, 9002, 11959, 8353, 8227, 8462, 7956, 9330, 8722, 8529, 9393, 7881, 10563, 8876, 11922, 10106, 11861, 11060, 10814, 12212, 9009, 11406, 7901, 10304, 7571, 11124, 8709, 12119, 10587, 9529, 11289, 10142, 11722, 10637, 11700, 9546, 11033, 8281, 10284, 8258, 10828, 8274, 10047, 7977, 10443, 7594, 10701, 9797, 11719, 11268, 8383, 12116, 8402, 12490, 8600, 10597, 8133, 11023, 8328, 10404, 10795, 9664, 12235, 8191, 10337, 7926, 10461, 7909, 12220, 11612, 7980, 11692, 11104, 7823, 10419, 7775, 10983, 8665, 11769, 9456, 9701, 11271, 8281, 12638, 8781, 9904, 7890, 10899, 8053, 11484, 9812, 11851, 11124, 10080, 11817, 8051, 12221, 8345, 12432, 8873, 12991, 8617, 11629, 7642, 10199, 7715, 10969, 7905, 10584, 7909, 10952, 8019, 11234, 8969, 12289, 10201, 10183, 11074, 8477, 11407, 8124, 11347, 7845, 10473, 7965, 10130, 11103, 8348, 9660, 7829, 10711, 7725, 11000, 8136, 12459, 8874, 10641, 7515, 11299, 7743, 10878, 8213, 11219, 10295, 8324, 11511, 8313, 12357, 8893, 10346, 7843, 11501, 8496, 12010, 9209, 11885, 11463, 7973, 9615, 7777, 11288, 8993, 11213, 11312, 8329, 10067, 7714, 10851, 8149, 12115, 8826, 12639, 9333, 10029, 10668, 8617, 11929, 8394, 10593, 8102, 11408, 8631, 11630, 9367, 13493, 9472, 12662, 10033, 10403, 10236, 8717, 10994, 9047, 11746, 8366, 10572, 7814, 10153, 7484, 10723, 7973, 11768, 8070, 11744, 9611, 10014, 11616, 8542, 9607, 7554, 11366, 8864, 12098, 10855, 10116, 10029, 7630, 11842, 10579, 8565, 9508, 9024, 8896, 10831, 8791, 13279, 10931, 8687, 10259, 7979, 11461, 8396, 11668, 10453, 8443, 9815, 7715, 12243, 9947, 8079, 9116, 7645, 12348, 10115, 11736, 11548, 8407, 9947, 7442, 11919, 8149, 12893, 9395, 11827, 10594, 10845, 10974, 10703, 11424, 10858, 11451, 8551, 9810, 7332, 10597, 7477, 11085, 8101, 11396, 7651, 11871, 8524, 12943, 8558, 13131, 8523, 12453, 8087, 12467, 8758, 13009, 9380, 11728, 10037, 8170, 10457, 8817, 11192, 12229, 11143, 8656, 11335, 8058, 11596, 8421, 10707, 7932, 11949, 9282, 12833, 9736, 12682, 9655, 12656, 9698, 13400, 8985, 12912, 8396, 11832, 8017, 11949, 8318, 9964, 9063, 11535, 10260, 12336, 10585, 11135, 10666, 8640, 10927, 9726, 11437, 11653, 11030, 8107, 9540, 7205, 10606, 7569, 11306, 8083, 12606, 8147, 12522, 7913, 12024, 7852, 11870, 8596, 11901, 8002, 10390, 7280, 9010, 7049, 10519, 7704, 10370, 11149, 7409, 9051, 7721, 12274, 10615, 7880, 13245, 11372, 10760, 8213, 10586, 7299, 10936, 7733, 11448, 8582, 9421, 10242, 7719, 10336, 12349, 10245, 13462, 9979, 12819, 9440, 9512, 9537, 8920, 10753, 10462, 11222, 10188, 9902, 12513, 9754, 13260, 8699, 12621, 8084, 11232, 7343, 10489, 7452, 11114, 8561, 11332, 9047, 10136, 12136, 9593, 13258, 8558, 12344, 8037, 10681, 7424, 10529, 8433, 10114, 12572, 9468, 12788, 8031, 11771, 7526, 10743, 8420, 10265, 12427, 10113, 13229, 8695, 12428, 7385, 11395, 7116, 10793, 7241, 10850, 7607, 11316, 9267, 11819, 9762, 10987, 8404, 10142, 10780, 9752, 14096, 10175, 13564, 8794, 13101, 7906, 12141, 7507, 11820, 7847, 10785, 7306, 10956, 7640, 10409, 9287, 10843, 9515, 9470, 11173, 8702, 13228, 8516, 12848, 7851, 12570, 7594, 11992, 6985, 11724, 7680, 11443, 7595, 10428, 7343, 10586, 7854, 10859, 8061, 10900, 7180, 10671, 8228, 10512, 11234, 10770, 12545, 9117, 13451, 8199, 12404, 7334, 12361, 7369, 10031, 9113, 7696, 8236, 6890, 13344, 9898, 13871], 'WindowCenter': [4199.0, 4165.0, 4145.0, 4164.0, 4114.0, 4172.0, 4129.0, 4129.0, 4127.0, 4085.0, 4088.0, 4106.0, 4078.0, 4104.0, 4105.0, 4098.0, 4138.0, 4137.0, 4098.0, 4117.0, 4120.0, 4098.0, 4147.0, 4127.0, 4096.0, 4139.0, 4117.0, 4086.0, 4128.0, 4097.0, 4147.0, 4107.0, 4157.0, 4105.0, 4134.0, 4115.0, 4103.0, 4114.0, 4094.0, 4125.0, 4094.0, 4125.0, 4085.0, 4145.0, 4096.0, 4146.0, 4117.0, 4135.0, 4126.0, 4095.0, 4126.0, 4095.0, 4126.0, 4096.0, 4124.0, 4086.0, 4129.0, 4108.0, 4138.0, 4120.0, 4150.0, 4141.0, 4129.0, 4151.0, 4101.0, 4151.0, 4122.0, 4149.0, 4121.0, 4171.0, 4132.0, 4141.0, 4164.0, 4146.0, 4152.0, 4110.0, 4161.0, 4112.0, 4171.0, 4136.0, 4152.0, 4132.0, 4103.0, 4164.0, 4155.0, 4155.0, 4175.0, 4143.0, 4154.0, 4122.0, 4183.0, 4163.0, 4121.0, 4172.0, 4142.0, 4151.0, 4150.0, 4119.0, 4159.0, 4139.0, 4118.0, 4139.0, 4119.0, 4158.0, 4107.0, 4109.0, 4127.0, 4107.0, 4108.0, 4119.0, 4130.0, 4099.0, 4140.0, 4102.0, 4160.0, 4150.0, 4107.0, 4129.0, 4109.0, 4141.0, 4138.0, 4135.0, 4124.0, 4124.0, 4113.0, 4091.0, 4101.0, 4070.0, 4113.0, 4101.0, 4090.0, 4122.0, 4082.0, 4101.0, 4070.0, 4123.0, 4071.0, 4122.0, 4081.0, 4131.0, 4093.0, 4132.0, 4091.0, 4081.0, 4081.0, 4083.0, 4103.0, 4086.0, 4146.0, 4128.0, 4106.0, 4148.0, 4097.0, 4148.0, 4098.0, 4139.0, 4097.0, 4138.0, 4097.0, 4136.0, 4097.0, 4137.0, 4138.0, 4098.0, 4118.0, 4098.0, 4150.0, 4113.0, 4151.0, 4121.0, 4099.0, 4131.0, 4161.0, 4122.0, 4171.0, 4131.0, 4139.0, 4149.0, 4129.0, 4149.0, 4107.0, 4117.0, 4097.0, 4127.0, 4126.0, 4098.0, 4129.0, 4099.0, 4131.0, 4151.0, 4111.0, 4151.0, 4122.0, 4172.0, 4141.0, 4140.0, 4161.0, 4099.0, 4152.0, 4090.0, 4137.0, 4105.0, 4135.0, 4095.0, 4135.0, 4089.0, 4135.0, 4115.0, 4137.0, 4135.0, 4124.0, 4135.0, 4084.0, 4146.0, 4094.0, 4146.0, 4094.0, 4115.0, 4084.0, 4136.0, 4117.0, 4118.0, 4138.0, 4107.0, 4117.0, 4098.0, 4129.0, 4139.0, 4128.0, 4152.0, 4139.0, 4149.0, 4107.0, 4138.0, 4096.0, 4128.0, 4098.0, 4148.0, 4107.0, 4147.0, 4128.0, 4117.0, 4149.0, 4100.0, 4159.0, 4107.0, 4127.0, 4097.0, 4136.0, 4128.0, 4149.0, 4128.0, 4135.0, 4138.0, 4096.0, 4136.0, 4095.0, 4138.0, 4096.0, 4137.0, 4098.0, 4137.0, 4097.0, 4138.0, 4097.0, 4136.0, 4096.0, 4136.0, 4095.0, 4135.0, 4084.0, 4113.0, 4084.0, 4135.0, 4095.0, 4135.0, 4105.0, 4105.0, 4137.0, 4096.0, 4148.0, 4118.0, 4147.0, 4106.0, 4146.0, 4106.0, 4148.0, 4098.0, 4118.0, 4097.0, 4138.0, 4109.0, 4138.0, 4140.0, 4149.0, 4149.0, 4117.0, 4149.0, 4108.0, 4149.0, 4107.0, 4138.0, 4096.0, 4126.0, 4107.0, 4116.0, 4149.0, 4110.0, 4161.0, 4120.0, 4139.0, 4110.0, 4149.0, 4150.0, 4130.0, 4130.0, 4108.0, 4128.0, 4160.0, 4129.0, 4159.0, 4130.0, 4129.0, 4148.0, 4096.0, 4146.0, 4094.0, 4125.0, 4083.0, 4103.0, 4084.0, 4124.0, 4116.0, 4114.0, 4136.0, 4096.0, 4124.0, 4097.0, 4128.0, 4096.0, 4136.0, 4106.0, 4135.0, 4095.0, 4125.0, 4106.0, 4124.0, 4118.0, 4126.0, 4136.0, 4096.0, 4126.0, 4106.0, 4128.0, 4109.0, 4150.0, 4119.0, 4118.0, 4150.0, 4110.0, 4131.0, 4108.0, 4143.0, 4140.0, 4130.0, 4152.0, 4150.0, 4129.0, 4149.0, 4118.0, 4137.0, 4107.0, 4105.0, 4108.0, 4122.0, 4130.0, 4131.0, 4131.0, 4142.0, 4124.0, 4154.0, 4133.0, 4162.0, 4143.0, 4151.0, 4151.0, 4138.0, 4149.0, 4118.0, 4137.0, 4096.0, 4128.0, 4096.0, 4139.0, 4107.0, 4137.0, 4128.0, 4117.0, 4130.0, 4115.0, 4137.0, 4125.0, 4136.0, 4104.0, 4124.0, 4091.0, 4115.0, 4094.0, 4124.0, 4106.0, 4116.0, 4106.0, 4127.0, 4097.0, 4138.0, 4140.0, 4149.0, 4142.0, 4108.0, 4149.0, 4108.0, 4159.0, 4118.0, 4128.0, 4097.0, 4138.0, 4119.0, 4139.0, 4144.0, 4130.0, 4162.0, 4107.0, 4140.0, 4110.0, 4139.0, 4114.0, 4148.0, 4150.0, 4110.0, 4151.0, 4150.0, 4110.0, 4151.0, 4110.0, 4141.0, 4120.0, 4149.0, 4128.0, 4118.0, 4138.0, 4107.0, 4148.0, 4108.0, 4116.0, 4097.0, 4126.0, 4097.0, 4137.0, 4130.0, 4138.0, 4139.0, 4126.0, 4148.0, 4096.0, 4146.0, 4106.0, 4148.0, 4105.0, 4139.0, 4104.0, 4126.0, 4077.0, 4114.0, 4081.0, 4126.0, 4095.0, 4126.0, 4095.0, 4126.0, 4096.0, 4137.0, 4119.0, 4149.0, 4126.0, 4126.0, 4137.0, 4105.0, 4140.0, 4109.0, 4138.0, 4098.0, 4126.0, 4108.0, 4127.0, 4149.0, 4119.0, 4129.0, 4108.0, 4140.0, 4099.0, 4140.0, 4107.0, 4150.0, 4107.0, 4125.0, 4086.0, 4124.0, 4096.0, 4127.0, 4106.0, 4137.0, 4127.0, 4106.0, 4150.0, 4108.0, 4160.0, 4120.0, 4140.0, 4110.0, 4138.0, 4120.0, 4148.0, 4118.0, 4129.0, 4138.0, 4095.0, 4117.0, 4098.0, 4138.0, 4117.0, 4139.0, 4149.0, 4108.0, 4129.0, 4097.0, 4137.0, 4109.0, 4148.0, 4108.0, 4136.0, 4115.0, 4116.0, 4125.0, 4103.0, 4134.0, 4096.0, 4127.0, 4097.0, 4135.0, 4106.0, 4134.0, 4118.0, 4148.0, 4117.0, 4146.0, 4117.0, 4125.0, 4126.0, 4098.0, 4118.0, 4105.0, 4137.0, 4094.0, 4126.0, 4095.0, 4126.0, 4086.0, 4136.0, 4108.0, 4137.0, 4108.0, 4147.0, 4129.0, 4128.0, 4152.0, 4120.0, 4128.0, 4098.0, 4149.0, 4130.0, 4140.0, 4142.0, 4128.0, 4129.0, 4099.0, 4149.0, 4131.0, 4119.0, 4130.0, 4130.0, 4131.0, 4150.0, 4120.0, 4159.0, 4140.0, 4107.0, 4129.0, 4098.0, 4139.0, 4106.0, 4136.0, 4127.0, 4096.0, 4114.0, 4095.0, 4147.0, 4128.0, 4097.0, 4118.0, 4109.0, 4159.0, 4141.0, 4149.0, 4150.0, 4109.0, 4129.0, 4099.0, 4150.0, 4110.0, 4159.0, 4130.0, 4149.0, 4141.0, 4139.0, 4139.0, 4127.0, 4140.0, 4128.0, 4139.0, 4107.0, 4126.0, 4087.0, 4128.0, 4088.0, 4138.0, 4097.0, 4137.0, 4097.0, 4137.0, 4107.0, 4146.0, 4108.0, 4146.0, 4106.0, 4147.0, 4097.0, 4147.0, 4107.0, 4149.0, 4119.0, 4138.0, 4127.0, 4107.0, 4138.0, 4116.0, 4140.0, 4147.0, 4129.0, 4106.0, 4127.0, 4095.0, 4136.0, 4109.0, 4126.0, 4096.0, 4136.0, 4117.0, 4145.0, 4129.0, 4148.0, 4116.0, 4136.0, 4116.0, 4143.0, 4106.0, 4135.0, 4094.0, 4124.0, 4083.0, 4116.0, 4094.0, 4115.0, 4117.0, 4136.0, 4128.0, 4147.0, 4127.0, 4135.0, 4127.0, 4106.0, 4127.0, 4115.0, 4136.0, 4125.0, 4126.0, 4082.0, 4115.0, 4085.0, 4125.0, 4096.0, 4135.0, 4098.0, 4148.0, 4096.0, 4146.0, 4096.0, 4136.0, 4095.0, 4135.0, 4093.0, 4134.0, 4084.0, 4114.0, 4072.0, 4104.0, 4088.0, 4124.0, 4099.0, 4129.0, 4148.0, 4098.0, 4119.0, 4109.0, 4160.0, 4139.0, 4111.0, 4163.0, 4140.0, 4139.0, 4096.0, 4124.0, 4083.0, 4124.0, 4086.0, 4134.0, 4095.0, 4103.0, 4126.0, 4084.0, 4127.0, 4136.0, 4127.0, 4146.0, 4116.0, 4146.0, 4114.0, 4116.0, 4127.0, 4116.0, 4141.0, 4139.0, 4139.0, 4129.0, 4129.0, 4145.0, 4128.0, 4157.0, 4106.0, 4147.0, 4096.0, 4124.0, 4084.0, 4125.0, 4076.0, 4138.0, 4108.0, 4137.0, 4106.0, 4127.0, 4136.0, 4116.0, 4147.0, 4108.0, 4148.0, 4095.0, 4124.0, 4084.0, 4127.0, 4095.0, 4127.0, 4147.0, 4128.0, 4146.0, 4097.0, 4137.0, 4095.0, 4137.0, 4095.0, 4128.0, 4147.0, 4127.0, 4146.0, 4106.0, 4146.0, 4087.0, 4148.0, 4088.0, 4139.0, 4100.0, 4140.0, 4099.0, 4140.0, 4119.0, 4150.0, 4118.0, 4139.0, 4096.0, 4127.0, 4126.0, 4117.0, 4157.0, 4128.0, 4147.0, 4107.0, 4146.0, 4095.0, 4137.0, 4088.0, 4138.0, 4097.0, 4127.0, 4084.0, 4127.0, 4084.0, 4128.0, 4117.0, 4128.0, 4116.0, 4117.0, 4126.0, 4107.0, 4147.0, 4118.0, 4148.0, 4108.0, 4149.0, 4098.0, 4149.0, 4089.0, 4144.0, 4110.0, 4137.0, 4097.0, 4127.0, 4087.0, 4139.0, 4102.0, 4139.0, 4109.0, 4139.0, 4087.0, 4128.0, 4096.0, 4129.0, 4137.0, 4126.0, 4135.0, 4106.0, 4145.0, 4094.0, 4145.0, 4086.0, 4148.0, 4098.0, 4127.0, 4120.0, 4099.0, 4120.0, 4101.0, 4164.0, 4143.0, 4164.0], 'WindowWidth': [9285.0, 9230.0, 9200.0, 9220.0, 9141.0, 9229.0, 9164.0, 9164.0, 9156.0, 9098.0, 9098.0, 9127.0, 9082.0, 9121.0, 9126.0, 9114.0, 9175.0, 9171.0, 9122.0, 9145.0, 9156.0, 9122.0, 9184.0, 9156.0, 9114.0, 9166.0, 9146.0, 9103.0, 9161.0, 9117.0, 9185.0, 9130.0, 9197.0, 9125.0, 9162.0, 9136.0, 9119.0, 9136.0, 9109.0, 9151.0, 9108.0, 9150.0, 9098.0, 9179.0, 9115.0, 9183.0, 9143.0, 9165.0, 9155.0, 9110.0, 9154.0, 9111.0, 9155.0, 9115.0, 9151.0, 9103.0, 9155.0, 9137.0, 9175.0, 9156.0, 9196.0, 9186.0, 9167.0, 9199.0, 9124.0, 9199.0, 9164.0, 9193.0, 9158.0, 9224.0, 9175.0, 9186.0, 9222.0, 9192.0, 9202.0, 9144.0, 9212.0, 9152.0, 9227.0, 9175.0, 9201.0, 9174.0, 9138.0, 9220.0, 9211.0, 9212.0, 9238.0, 9193.0, 9208.0, 9163.0, 9245.0, 9217.0, 9160.0, 9231.0, 9186.0, 9198.0, 9196.0, 9153.0, 9206.0, 9179.0, 9149.0, 9178.0, 9152.0, 9202.0, 9132.0, 9141.0, 9160.0, 9133.0, 9136.0, 9153.0, 9169.0, 9126.0, 9182.0, 9123.0, 9207.0, 9194.0, 9133.0, 9164.0, 9136.0, 9171.0, 9174.0, 9164.0, 9149.0, 9145.0, 9130.0, 9097.0, 9109.0, 9069.0, 9119.0, 9112.0, 9096.0, 9140.0, 9088.0, 9111.0, 9070.0, 9141.0, 9073.0, 9139.0, 9086.0, 9151.0, 9102.0, 9152.0, 9097.0, 9084.0, 9086.0, 9091.0, 9121.0, 9105.0, 9182.0, 9160.0, 9129.0, 9189.0, 9119.0, 9189.0, 9115.0, 9178.0, 9118.0, 9174.0, 9118.0, 9168.0, 9120.0, 9173.0, 9175.0, 9122.0, 9150.0, 9124.0, 9193.0, 9140.0, 9198.0, 9159.0, 9128.0, 9171.0, 9212.0, 9162.0, 9227.0, 9170.0, 9179.0, 9191.0, 9164.0, 9192.0, 9132.0, 9145.0, 9119.0, 9158.0, 9158.0, 9123.0, 9166.0, 9128.0, 9172.0, 9200.0, 9148.0, 9200.0, 9163.0, 9230.0, 9186.0, 9183.0, 9210.0, 9124.0, 9189.0, 9104.0, 9172.0, 9125.0, 9167.0, 9112.0, 9165.0, 9099.0, 9165.0, 9139.0, 9169.0, 9166.0, 9149.0, 9165.0, 9097.0, 9180.0, 9109.0, 9182.0, 9112.0, 9139.0, 9098.0, 9167.0, 9146.0, 9141.0, 9175.0, 9132.0, 9146.0, 9124.0, 9155.0, 9179.0, 9163.0, 9199.0, 9178.0, 9191.0, 9132.0, 9175.0, 9118.0, 9162.0, 9124.0, 9188.0, 9133.0, 9187.0, 9163.0, 9147.0, 9191.0, 9122.0, 9206.0, 9134.0, 9160.0, 9122.0, 9171.0, 9164.0, 9191.0, 9164.0, 9168.0, 9173.0, 9115.0, 9169.0, 9115.0, 9173.0, 9116.0, 9173.0, 9122.0, 9173.0, 9120.0, 9173.0, 9119.0, 9170.0, 9117.0, 9169.0, 9111.0, 9165.0, 9095.0, 9134.0, 9096.0, 9166.0, 9113.0, 9165.0, 9126.0, 9127.0, 9173.0, 9118.0, 9189.0, 9148.0, 9186.0, 9129.0, 9185.0, 9130.0, 9188.0, 9121.0, 9148.0, 9122.0, 9177.0, 9139.0, 9177.0, 9183.0, 9192.0, 9192.0, 9148.0, 9191.0, 9136.0, 9190.0, 9133.0, 9174.0, 9117.0, 9157.0, 9132.0, 9145.0, 9193.0, 9143.0, 9212.0, 9156.0, 9180.0, 9142.0, 9193.0, 9195.0, 9168.0, 9167.0, 9137.0, 9164.0, 9209.0, 9167.0, 9205.0, 9166.0, 9162.0, 9187.0, 9114.0, 9182.0, 9109.0, 9150.0, 9091.0, 9118.0, 9095.0, 9148.0, 9143.0, 9138.0, 9170.0, 9116.0, 9152.0, 9118.0, 9160.0, 9115.0, 9169.0, 9128.0, 9167.0, 9112.0, 9151.0, 9128.0, 9150.0, 9145.0, 9156.0, 9169.0, 9115.0, 9158.0, 9131.0, 9162.0, 9142.0, 9193.0, 9152.0, 9149.0, 9194.0, 9141.0, 9170.0, 9138.0, 9182.0, 9183.0, 9169.0, 9199.0, 9194.0, 9163.0, 9192.0, 9147.0, 9171.0, 9131.0, 9126.0, 9136.0, 9163.0, 9169.0, 9173.0, 9172.0, 9190.0, 9169.0, 9208.0, 9178.0, 9217.0, 9191.0, 9198.0, 9196.0, 9176.0, 9192.0, 9146.0, 9171.0, 9114.0, 9159.0, 9116.0, 9176.0, 9131.0, 9170.0, 9159.0, 9144.0, 9155.0, 9137.0, 9169.0, 9151.0, 9165.0, 9120.0, 9148.0, 9100.0, 9137.0, 9107.0, 9151.0, 9129.0, 9142.0, 9131.0, 9158.0, 9121.0, 9175.0, 9181.0, 9190.0, 9177.0, 9136.0, 9192.0, 9135.0, 9205.0, 9149.0, 9162.0, 9119.0, 9175.0, 9151.0, 9177.0, 9182.0, 9169.0, 9213.0, 9133.0, 9180.0, 9143.0, 9179.0, 9145.0, 9191.0, 9193.0, 9142.0, 9197.0, 9195.0, 9143.0, 9199.0, 9142.0, 9184.0, 9155.0, 9192.0, 9160.0, 9147.0, 9175.0, 9131.0, 9189.0, 9133.0, 9142.0, 9117.0, 9155.0, 9119.0, 9171.0, 9165.0, 9174.0, 9175.0, 9156.0, 9188.0, 9116.0, 9183.0, 9128.0, 9187.0, 9125.0, 9165.0, 9122.0, 9152.0, 9081.0, 9136.0, 9089.0, 9153.0, 9112.0, 9153.0, 9111.0, 9154.0, 9116.0, 9172.0, 9151.0, 9189.0, 9155.0, 9154.0, 9172.0, 9126.0, 9177.0, 9137.0, 9173.0, 9120.0, 9156.0, 9135.0, 9160.0, 9193.0, 9152.0, 9166.0, 9138.0, 9180.0, 9125.0, 9181.0, 9133.0, 9192.0, 9129.0, 9152.0, 9100.0, 9148.0, 9115.0, 9156.0, 9129.0, 9171.0, 9158.0, 9130.0, 9194.0, 9137.0, 9209.0, 9155.0, 9181.0, 9140.0, 9175.0, 9152.0, 9189.0, 9147.0, 9154.0, 9173.0, 9113.0, 9144.0, 9121.0, 9176.0, 9147.0, 9179.0, 9192.0, 9136.0, 9164.0, 9118.0, 9173.0, 9137.0, 9187.0, 9133.0, 9167.0, 9138.0, 9140.0, 9152.0, 9121.0, 9162.0, 9113.0, 9157.0, 9116.0, 9166.0, 9129.0, 9163.0, 9147.0, 9187.0, 9144.0, 9179.0, 9142.0, 9150.0, 9153.0, 9110.0, 9137.0, 9125.0, 9170.0, 9108.0, 9153.0, 9112.0, 9155.0, 9101.0, 9169.0, 9133.0, 9172.0, 9134.0, 9185.0, 9163.0, 9164.0, 9199.0, 9153.0, 9162.0, 9123.0, 9190.0, 9169.0, 9174.0, 9178.0, 9160.0, 9163.0, 9124.0, 9190.0, 9161.0, 9152.0, 9167.0, 9169.0, 9170.0, 9195.0, 9154.0, 9205.0, 9181.0, 9131.0, 9162.0, 9121.0, 9175.0, 9128.0, 9166.0, 9157.0, 9114.0, 9138.0, 9113.0, 9184.0, 9159.0, 9118.0, 9148.0, 9138.0, 9205.0, 9183.0, 9190.0, 9194.0, 9139.0, 9165.0, 9125.0, 9193.0, 9141.0, 9205.0, 9168.0, 9191.0, 9182.0, 9176.0, 9176.0, 9157.0, 9177.0, 9160.0, 9175.0, 9129.0, 9155.0, 9104.0, 9160.0, 9107.0, 9171.0, 9117.0, 9168.0, 9116.0, 9170.0, 9132.0, 9180.0, 9133.0, 9182.0, 9129.0, 9182.0, 9117.0, 9182.0, 9132.0, 9188.0, 9150.0, 9171.0, 9157.0, 9129.0, 9176.0, 9143.0, 9180.0, 9184.0, 9153.0, 9125.0, 9157.0, 9111.0, 9169.0, 9135.0, 9155.0, 9114.0, 9167.0, 9144.0, 9179.0, 9162.0, 9186.0, 9141.0, 9158.0, 9139.0, 9173.0, 9125.0, 9163.0, 9108.0, 9145.0, 9092.0, 9129.0, 9108.0, 9138.0, 9144.0, 9166.0, 9159.0, 9183.0, 9158.0, 9165.0, 9157.0, 9126.0, 9157.0, 9138.0, 9168.0, 9150.0, 9152.0, 9088.0, 9137.0, 9098.0, 9150.0, 9116.0, 9167.0, 9120.0, 9185.0, 9115.0, 9180.0, 9113.0, 9167.0, 9111.0, 9164.0, 9105.0, 9161.0, 9092.0, 9134.0, 9075.0, 9121.0, 9109.0, 9151.0, 9124.0, 9163.0, 9187.0, 9121.0, 9152.0, 9142.0, 9208.0, 9180.0, 9145.0, 9218.0, 9179.0, 9176.0, 9114.0, 9149.0, 9092.0, 9147.0, 9099.0, 9161.0, 9109.0, 9118.0, 9153.0, 9095.0, 9158.0, 9165.0, 9158.0, 9181.0, 9140.0, 9178.0, 9137.0, 9140.0, 9158.0, 9144.0, 9173.0, 9176.0, 9177.0, 9162.0, 9164.0, 9179.0, 9161.0, 9199.0, 9128.0, 9184.0, 9114.0, 9147.0, 9095.0, 9151.0, 9080.0, 9174.0, 9133.0, 9171.0, 9127.0, 9158.0, 9167.0, 9142.0, 9183.0, 9133.0, 9185.0, 9112.0, 9149.0, 9095.0, 9157.0, 9111.0, 9157.0, 9182.0, 9162.0, 9181.0, 9116.0, 9169.0, 9112.0, 9170.0, 9111.0, 9159.0, 9183.0, 9156.0, 9181.0, 9129.0, 9181.0, 9106.0, 9187.0, 9110.0, 9178.0, 9127.0, 9181.0, 9123.0, 9181.0, 9150.0, 9192.0, 9146.0, 9175.0, 9115.0, 9158.0, 9154.0, 9144.0, 9197.0, 9158.0, 9183.0, 9130.0, 9181.0, 9112.0, 9170.0, 9107.0, 9173.0, 9117.0, 9158.0, 9097.0, 9158.0, 9096.0, 9159.0, 9143.0, 9158.0, 9139.0, 9144.0, 9152.0, 9130.0, 9184.0, 9148.0, 9187.0, 9135.0, 9189.0, 9121.0, 9188.0, 9110.0, 9179.0, 9141.0, 9173.0, 9118.0, 9158.0, 9104.0, 9176.0, 9124.0, 9178.0, 9135.0, 9176.0, 9106.0, 9160.0, 9115.0, 9162.0, 9169.0, 9153.0, 9163.0, 9128.0, 9177.0, 9110.0, 9179.0, 9103.0, 9187.0, 9121.0, 9160.0, 9155.0, 9125.0, 9156.0, 9132.0, 9211.0, 9191.0, 9210.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.0016717146144994248</td></tr>
<tr><td colspan=3>aqi</td><td>0.04266381979286537</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.03565265297234</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.15766577345622</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9592780224423955</td></tr>
<tr><td colspan=3>efc</td><td>0.4389</td></tr>
<tr><td colspan=3>fber</td><td>6911.8022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08534177561019554</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4959723820483315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.471206798958362</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.351953762106871</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6966072084351467</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.365059426333069</td></tr>
<tr><td colspan=3>gcor</td><td>0.00622596</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019504478201270103</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022459333762526512</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.888521439360979</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>43.4448</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.347</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.9748</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310753.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>635.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.0475</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2154</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.8191</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3391.4237</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65791.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.5089</td></tr>
<tr><td colspan=3>tsnr</td><td>33.42555008921772</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>