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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:09:26.635000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996957, -0.0779288, 0.00213803, 0.0765366, 0.983623, 0.163178]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0941655</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7769, -7207, 324, -169, 7, 104, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5fe63695-f3a1-46af-9b6d-149915e39f83||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6747617721557617, 0.2053421139717102, 0.040012016892433167, 102.51851654052734], [0.2090771645307541, 2.6389899253845215, 0.43879762291908264, -118.26708221435547], [0.005736176390200853, -0.4377943277359009, 2.663804769515991, -40.40339660644531], [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': ['130926.635000', '130927.095000', '130927.555000', '130928.015000', '130928.475000', '130928.935000', '130929.395000', '130929.855000', '130930.315000', '130930.775000', '130931.235000', '130931.695000', '130932.155000', '130932.615000', '130933.075000', '130933.535000', '130933.995000', '130934.455000', '130934.915000', '130935.375000', '130935.835000', '130936.295000', '130936.755000', '130937.215000', '130937.675000', '130938.135000', '130938.595000', '130939.055000', '130939.515000', '130939.975000', '130940.435000', '130940.895000', '130941.355000', '130941.815000', '130942.275000', '130942.735000', '130943.195000', '130943.655000', '130944.115000', '130944.575000', '130945.035000', '130945.495000', '130945.955000', '130946.415000', '130946.875000', '130947.335000', '130947.795000', '130948.255000', '130948.715000', '130949.175000', '130949.635000', '130950.095000', '130950.555000', '130951.015000', '130951.475000', '130951.935000', '130952.395000', '130952.855000', '130953.315000', '130953.775000', '130954.235000', '130954.695000', '130955.155000', '130955.615000', '130956.075000', '130956.535000', '130956.995000', '130957.455000', '130957.915000', '130958.375000', '130958.835000', '130959.295000', '130959.755000', '131000.215000', '131000.675000', '131001.135000', '131001.595000', '131002.055000', '131002.515000', '131002.975000', '131003.435000', '131003.895000', '131004.355000', '131004.815000', '131005.275000', '131005.735000', '131006.195000', '131006.655000', '131007.115000', '131007.575000', '131008.035000', '131008.495000', '131008.955000', '131009.415000', '131009.875000', '131010.335000', '131010.795000', '131011.255000', '131011.715000', '131012.175000', '131012.635000', '131013.095000', '131013.555000', '131014.015000', '131014.475000', '131014.935000', '131015.395000', '131015.855000', '131016.315000', '131016.775000', '131017.235000', '131017.695000', '131018.155000', '131018.615000', '131019.075000', '131019.535000', '131019.995000', '131020.455000', '131020.915000', '131021.375000', '131021.835000', '131022.295000', '131022.755000', '131023.215000', '131023.675000', '131024.135000', '131024.595000', '131025.055000', '131025.515000', '131025.975000', '131026.435000', '131026.895000', '131027.355000', '131027.815000', '131028.275000', '131028.735000', '131029.195000', '131029.655000', '131030.115000', '131030.575000', '131031.035000', '131031.495000', '131031.955000', '131032.415000', '131032.875000', '131033.335000', '131033.795000', '131034.255000', '131034.715000', '131035.175000', '131035.635000', '131036.095000', '131036.555000', '131037.015000', '131037.475000', '131037.935000', '131038.395000', '131038.855000', '131039.315000', '131039.775000', '131040.235000', '131040.695000', '131041.155000', '131041.615000', '131042.075000', '131042.535000', '131042.995000', '131043.455000', '131043.915000', '131044.375000', '131044.835000', '131045.295000', '131045.755000', '131046.215000', '131046.675000', '131047.135000', '131047.595000', '131048.055000', '131048.515000', '131048.975000', '131049.435000', '131049.895000', '131050.355000', '131050.815000', '131051.275000', '131051.735000', '131052.195000', '131052.655000', '131053.115000', '131053.575000', '131054.035000', '131054.495000', '131054.955000', '131055.415000', '131055.875000', '131056.335000', '131056.795000', '131057.255000', '131057.715000', '131058.175000', '131058.635000', '131059.095000', '131059.555000', '131100.015000', '131100.475000', '131100.935000', '131101.395000', '131101.855000', '131102.315000', '131102.775000', '131103.235000', '131103.695000', '131104.155000', '131104.615000', '131105.075000', '131105.535000', '131105.995000', '131106.455000', '131106.915000', '131107.375000', '131107.835000', '131108.295000', '131108.755000', '131109.215000', '131109.675000', '131110.135000', '131110.595000', '131111.055000', '131111.515000', '131111.975000', '131112.435000', '131112.895000', '131113.355000', '131113.815000', '131114.275000', '131114.735000', '131115.195000', '131115.655000', '131116.115000', '131116.575000', '131117.035000', '131117.495000', '131117.955000', '131118.415000', '131118.875000', '131119.335000', '131119.795000', '131120.255000', '131120.715000', '131121.175000', '131121.635000', '131122.095000', '131122.555000', '131123.015000', '131123.475000', '131123.935000', '131124.395000', '131124.855000', '131125.315000', '131125.775000', '131126.235000', '131126.695000', '131127.155000', '131127.615000', '131128.075000', '131128.535000', '131128.995000', '131129.455000', '131129.915000', '131130.375000', '131130.835000', '131131.295000', '131131.755000', '131132.215000', '131132.675000', '131133.135000', '131133.595000', '131134.055000', '131134.515000', '131134.975000', '131135.435000', '131135.895000', '131136.355000', '131136.815000', '131137.275000', '131137.735000', '131138.195000', '131138.655000', '131139.115000', '131139.575000', '131140.035000', '131140.495000', '131140.955000', '131141.415000', '131141.875000', '131142.335000', '131142.795000', '131143.255000', '131143.715000', '131144.175000', '131144.635000', '131145.095000', '131145.555000', '131146.015000', '131146.475000', '131146.935000', '131147.395000', '131147.855000', '131148.315000', '131148.775000', '131149.235000', '131149.695000', '131150.155000', '131150.615000', '131151.075000', '131151.535000', '131151.995000', '131152.455000', '131152.915000', '131153.375000', '131153.835000', '131154.295000', '131154.755000', '131155.215000', '131155.675000', '131156.135000', '131156.595000', '131157.055000', '131157.515000', '131157.975000', '131158.435000', '131158.895000', '131159.355000', '131159.815000', '131200.275000', '131200.735000', '131201.195000', '131201.655000', '131202.115000', '131202.575000', '131203.035000', '131203.495000', '131203.955000', '131204.415000', '131204.875000', '131205.335000', '131205.795000', '131206.255000', '131206.715000', '131207.175000', '131207.635000', '131208.095000', '131208.555000', '131209.015000', '131209.475000', '131209.935000', '131210.395000', '131210.855000', '131211.315000', '131211.775000', '131212.235000', '131212.695000', '131213.155000', '131213.615000', '131214.075000', '131214.535000', '131214.995000', '131215.455000', '131215.915000', '131216.375000', '131216.835000', '131217.295000', '131217.755000', '131218.215000', '131218.675000', '131219.135000', '131219.595000', '131220.055000', '131220.515000', '131220.975000', '131221.435000', '131221.895000', '131222.355000', '131222.815000', '131223.275000', '131223.735000', '131224.195000', '131224.655000', '131225.115000', '131225.575000', '131226.035000', '131226.495000', '131226.955000', '131227.415000', '131227.875000', '131228.335000', '131228.795000', '131229.255000', '131229.715000', '131230.175000', '131230.635000', '131231.095000', '131231.555000', '131232.015000', '131232.475000', '131232.935000', '131233.395000', '131233.855000', '131234.315000', '131234.775000', '131235.235000', '131235.695000', '131236.155000', '131236.615000', '131237.075000', '131237.535000', '131237.995000', '131238.455000', '131238.915000', '131239.375000', '131239.835000', '131240.295000', '131240.755000', '131241.215000', '131241.675000', '131242.135000', '131242.595000', '131243.055000', '131243.515000', '131243.975000', '131244.435000', '131244.895000', '131245.355000', '131245.815000', '131246.275000', '131246.735000', '131247.195000', '131247.655000', '131248.115000', '131248.575000', '131249.035000', '131249.495000', '131249.955000', '131250.415000', '131250.875000', '131251.335000', '131251.795000', '131252.255000', '131252.715000', '131253.175000', '131253.635000', '131254.095000', '131254.555000', '131255.015000', '131255.475000', '131255.935000', '131256.395000', '131256.855000', '131257.315000', '131257.775000', '131258.235000', '131258.695000', '131259.155000', '131259.615000', '131300.075000', '131300.535000', '131300.995000', '131301.455000', '131301.915000', '131302.375000', '131302.835000', '131303.295000', '131303.755000', '131304.215000', '131304.675000', '131305.135000', '131305.595000', '131306.055000', '131306.515000', '131306.975000', '131307.435000', '131307.895000', '131308.355000', '131308.815000', '131309.275000', '131309.735000', '131310.195000', '131310.655000', '131311.115000', '131311.575000', '131312.035000', '131312.495000', '131312.955000', '131313.415000', '131313.875000', '131314.335000', '131314.795000', '131315.255000', '131315.715000', '131316.175000', '131316.635000', '131317.095000', '131317.555000', '131318.015000', '131318.475000', '131318.935000', '131319.395000', '131319.855000', '131320.315000', '131320.775000', '131321.235000', '131321.695000', '131322.155000', '131322.615000', '131323.075000', '131323.535000', '131323.995000', '131324.455000', '131324.915000', '131325.375000', '131325.835000', '131326.295000', '131326.755000', '131327.215000', '131327.675000', '131328.135000', '131328.595000', '131329.055000', '131329.515000', '131329.975000', '131330.435000', '131330.895000', '131331.355000', '131331.815000', '131332.275000', '131332.735000', '131333.195000', '131333.655000', '131334.115000', '131334.575000', '131335.035000', '131335.495000', '131335.955000', '131336.415000', '131336.875000', '131337.335000', '131337.795000', '131338.255000', '131338.715000', '131339.175000', '131339.635000', '131340.095000', '131340.555000', '131341.015000', '131341.475000', '131341.935000', '131342.395000', '131342.855000', '131343.315000', '131343.775000', '131344.235000', '131344.695000', '131345.155000', '131345.615000', '131346.075000', '131346.535000', '131346.995000', '131347.455000', '131347.915000', '131348.375000', '131348.835000', '131349.295000', '131349.755000', '131350.215000', '131350.675000', '131351.135000', '131351.595000', '131352.055000', '131352.515000', '131352.975000', '131353.435000', '131353.895000', '131354.355000', '131354.815000', '131355.275000', '131355.735000', '131356.195000', '131356.655000', '131357.115000', '131357.575000', '131358.035000', '131358.495000', '131358.955000', '131359.415000', '131359.875000', '131400.335000', '131400.795000', '131401.255000', '131401.715000', '131402.175000', '131402.635000', '131403.095000', '131403.555000', '131404.015000', '131404.475000', '131404.935000', '131405.395000', '131405.855000', '131406.315000', '131406.775000', '131407.235000', '131407.695000', '131408.155000', '131408.615000', '131409.075000', '131409.535000', '131409.995000', '131410.455000', '131410.915000', '131411.375000', '131411.835000', '131412.295000', '131412.755000', '131413.215000', '131413.675000', '131414.135000', '131414.595000', '131415.055000', '131415.515000', '131415.975000', '131416.435000', '131416.895000', '131417.355000', '131417.815000', '131418.275000', '131418.735000', '131419.195000', '131419.655000', '131420.115000', '131420.575000', '131421.035000', '131421.495000', '131421.955000', '131422.415000', '131422.875000', '131423.335000', '131423.795000', '131424.255000', '131424.715000', '131425.175000', '131425.635000', '131426.095000', '131426.555000', '131427.015000', '131427.475000', '131427.935000', '131428.395000', '131428.855000', '131429.315000', '131429.775000', '131430.235000', '131430.695000', '131431.155000', '131431.615000', '131432.075000', '131432.535000', '131432.995000', '131433.455000', '131433.915000', '131434.375000', '131434.835000', '131435.295000', '131435.755000', '131436.215000', '131436.675000', '131437.135000', '131437.595000', '131438.055000', '131438.515000', '131438.975000', '131439.435000', '131439.895000', '131440.355000', '131440.815000', '131441.275000', '131441.735000', '131442.195000', '131442.655000', '131443.115000', '131443.575000', '131444.035000', '131444.495000', '131444.955000', '131445.415000', '131445.875000', '131446.335000', '131446.795000', '131447.255000', '131447.715000', '131448.175000', '131448.635000', '131449.095000', '131449.555000', '131450.015000', '131450.475000', '131450.935000', '131451.395000', '131451.855000', '131452.315000', '131452.775000', '131453.235000', '131453.695000', '131454.155000', '131454.615000', '131455.075000', '131455.535000', '131455.995000', '131456.455000', '131456.915000', '131457.375000', '131457.835000', '131458.295000', '131458.755000', '131459.215000', '131459.675000', '131500.135000', '131500.595000', '131501.055000', '131501.515000', '131501.975000', '131502.435000', '131502.895000', '131503.355000', '131503.815000', '131504.275000', '131504.735000', '131505.195000', '131505.655000', '131506.115000', '131506.575000', '131507.035000', '131507.495000', '131507.955000', '131508.415000', '131508.875000', '131509.335000', '131509.795000', '131510.255000', '131510.715000', '131511.175000', '131511.635000', '131512.095000', '131512.555000', '131513.015000', '131513.475000', '131513.935000', '131514.395000', '131514.855000', '131515.315000', '131515.775000', '131516.235000', '131516.695000', '131517.155000', '131517.615000', '131518.075000', '131518.535000', '131518.995000', '131519.455000', '131519.915000', '131520.375000', '131520.835000', '131521.295000', '131521.755000', '131522.215000', '131522.675000', '131523.135000', '131523.595000', '131524.055000', '131524.515000', '131524.975000', '131525.435000', '131525.895000', '131526.355000', '131526.815000', '131527.275000', '131527.735000', '131528.195000', '131528.655000', '131529.115000', '131529.575000', '131530.035000', '131530.495000', '131530.955000', '131531.415000', '131531.875000', '131532.335000', '131532.795000', '131533.255000', '131533.715000', '131534.175000', '131534.635000', '131535.095000', '131535.555000', '131536.015000', '131536.475000', '131536.935000', '131537.395000', '131537.855000', '131538.315000', '131538.775000', '131539.235000', '131539.695000', '131540.155000', '131540.615000', '131541.075000', '131541.535000', '131541.995000', '131542.455000', '131542.915000', '131543.375000', '131543.835000', '131544.295000', '131544.755000', '131545.215000', '131545.675000', '131546.135000', '131546.595000', '131547.055000', '131547.515000', '131547.975000', '131548.435000', '131548.895000', '131549.355000', '131549.815000', '131550.275000', '131550.735000', '131551.195000', '131551.655000', '131552.115000', '131552.575000', '131553.035000', '131553.495000', '131553.955000', '131554.415000', '131554.875000', '131555.335000', '131555.795000', '131556.255000', '131556.715000', '131557.175000', '131557.635000', '131558.095000', '131558.555000', '131559.015000', '131559.475000', '131559.935000', '131600.395000', '131600.855000', '131601.315000', '131601.775000', '131602.235000', '131602.695000', '131603.155000', '131603.615000', '131604.075000', '131604.535000', '131604.995000', '131605.455000', '131605.915000', '131606.375000', '131606.835000', '131607.295000'], 'ContentTime': ['130931.760000', '130931.763000', '130931.766000', '130931.769000', '130931.771000', '130931.774000', '130931.780000', '130931.782000', '130951.712000', '130951.715000', '130951.718000', '130951.720000', '130951.723000', '130951.726000', '130951.728000', '130951.731000', '130951.733000', '130951.736000', '130951.739000', '130951.741000', '130951.744000', '130951.747000', '130951.749000', '130951.752000', '130951.754000', '130951.757000', '130951.760000', '130951.762000', '130951.765000', '130951.767000', '130951.770000', '130951.773000', '130951.775000', '130951.778000', '130951.780000', '130951.783000', '130951.786000', '130951.788000', '130951.791000', '130951.793000', '130951.796000', '130951.799000', '130951.801000', '130951.804000', '130951.806000', '130951.818000', '130951.821000', '130951.823000', '130951.826000', '130951.828000', '130951.831000', '130951.833000', '131011.712000', '131011.715000', '131011.718000', '131011.720000', '131011.723000', '131011.726000', '131011.728000', '131011.731000', '131011.733000', '131011.736000', '131011.738000', '131011.741000', '131011.744000', '131011.746000', '131011.749000', '131011.751000', '131011.754000', '131011.758000', '131011.761000', '131011.763000', '131011.766000', '131011.768000', '131011.771000', '131011.773000', '131011.776000', '131011.779000', '131011.789000', '131011.791000', '131011.794000', '131011.797000', '131011.799000', '131011.802000', '131011.804000', '131011.807000', '131011.810000', '131011.812000', '131011.815000', '131011.818000', '131011.820000', '131011.823000', '131011.825000', '131011.828000', '131011.831000', '131031.713000', '131031.715000', '131031.718000', '131031.721000', '131031.724000', '131031.726000', '131031.729000', '131031.731000', '131031.734000', '131031.737000', '131031.739000', '131031.742000', '131031.744000', '131031.747000', '131031.749000', '131031.752000', '131031.755000', '131031.757000', '131031.760000', '131031.763000', '131031.765000', '131031.768000', '131031.770000', '131031.773000', '131031.776000', '131031.778000', '131031.781000', '131031.783000', '131031.786000', '131031.788000', '131031.791000', '131031.794000', '131031.796000', '131031.799000', '131031.801000', '131031.804000', '131031.807000', '131031.815000', '131031.817000', '131031.820000', '131031.823000', '131031.825000', '131031.828000', '131031.830000', '131051.711000', '131051.714000', '131051.717000', '131051.720000', '131051.722000', '131051.725000', '131051.728000', '131051.730000', '131051.733000', '131051.735000', '131051.738000', '131051.741000', '131051.743000', '131051.746000', '131051.749000', '131051.758000', '131051.761000', '131051.763000', '131051.766000', '131051.768000', '131051.771000', '131051.774000', '131051.776000', '131051.779000', '131051.781000', '131051.784000', '131051.787000', '131051.789000', '131051.792000', '131051.795000', '131051.797000', '131051.800000', '131051.802000', '131051.805000', '131051.808000', '131051.810000', '131051.813000', '131051.816000', '131051.818000', '131051.821000', '131051.824000', '131051.826000', '131051.829000', '131111.712000', '131111.714000', '131111.717000', '131111.720000', '131111.722000', '131111.725000', '131111.727000', '131111.730000', '131111.733000', '131111.735000', '131111.738000', '131111.741000', '131111.743000', '131111.746000', '131111.748000', '131111.765000', '131111.767000', '131111.770000', '131111.773000', '131111.775000', '131111.778000', '131111.780000', '131111.783000', '131111.786000', '131111.788000', '131111.791000', '131111.793000', '131111.796000', '131111.798000', '131111.801000', '131111.811000', '131111.814000', '131111.817000', '131111.820000', '131111.822000', '131111.825000', '131111.827000', '131111.830000', '131111.832000', '131111.835000', '131111.838000', '131111.840000', '131111.843000', '131111.846000', '131131.711000', '131131.714000', '131131.717000', '131131.719000', '131131.722000', '131131.725000', '131131.727000', '131131.730000', '131131.733000', '131131.735000', '131131.738000', '131131.740000', '131131.743000', '131131.746000', '131131.749000', '131131.752000', '131131.756000', '131131.758000', '131131.761000', '131131.764000', '131131.766000', '131131.769000', '131131.771000', '131131.774000', '131131.777000', '131131.779000', '131131.789000', '131131.792000', '131131.796000', '131131.799000', '131131.802000', '131131.805000', '131131.807000', '131131.810000', '131131.812000', '131131.815000', '131131.818000', '131131.820000', '131131.823000', '131131.825000', '131131.828000', '131131.831000', '131131.833000', '131151.712000', '131151.714000', '131151.717000', '131151.720000', '131151.722000', '131151.725000', '131151.728000', '131151.731000', '131151.733000', '131151.736000', '131151.739000', '131151.741000', '131151.744000', '131151.746000', '131151.749000', '131151.752000', '131151.754000', '131151.757000', '131151.759000', '131151.762000', '131151.765000', '131151.767000', '131151.770000', '131151.773000', '131151.781000', '131151.784000', '131151.787000', '131151.789000', '131151.792000', '131151.794000', '131151.797000', '131151.800000', '131151.802000', '131151.805000', '131151.808000', '131151.810000', '131151.813000', '131151.815000', '131151.818000', '131151.821000', '131151.823000', '131151.826000', '131151.829000', '131151.831000', '131211.713000', '131211.715000', '131211.718000', '131211.721000', '131211.723000', '131211.726000', '131211.729000', '131211.731000', '131211.741000', '131211.744000', '131211.746000', '131211.749000', '131211.751000', '131211.754000', '131211.757000', '131211.759000', '131211.762000', '131211.764000', '131211.767000', '131211.770000', '131211.772000', '131211.775000', '131211.777000', '131211.780000', '131211.783000', '131211.785000', '131211.788000', '131211.790000', '131211.793000', '131211.796000', '131211.798000', '131211.801000', '131211.804000', '131211.806000', '131211.809000', '131211.812000', '131211.814000', '131211.817000', '131211.820000', '131211.823000', '131211.826000', '131211.828000', '131211.831000', '131231.712000', '131231.716000', '131231.718000', '131231.721000', '131231.723000', '131231.726000', '131231.729000', '131231.732000', '131231.734000', '131231.737000', '131231.739000', '131231.742000', '131231.745000', '131231.747000', '131231.750000', '131231.753000', '131231.755000', '131231.758000', '131231.761000', '131231.763000', '131231.766000', '131231.768000', '131231.771000', '131231.773000', '131231.776000', '131231.779000', '131231.781000', '131231.784000', '131231.787000', '131231.789000', '131231.792000', '131231.794000', '131231.797000', '131231.800000', '131231.802000', '131231.805000', '131231.808000', '131231.810000', '131231.813000', '131231.815000', '131231.818000', '131231.821000', '131231.823000', '131231.826000', '131251.712000', '131251.715000', '131251.718000', '131251.721000', '131251.723000', '131251.726000', '131251.728000', '131251.731000', '131251.734000', '131251.736000', '131251.739000', '131251.742000', '131251.744000', '131251.747000', '131251.749000', '131251.752000', '131251.755000', '131251.757000', '131251.760000', '131251.762000', '131251.765000', '131251.767000', '131251.770000', '131251.773000', '131251.783000', '131251.786000', '131251.788000', '131251.791000', '131251.794000', '131251.797000', '131251.800000', '131251.803000', '131251.806000', '131251.809000', '131251.812000', '131251.814000', '131251.817000', '131251.820000', '131251.822000', '131251.825000', '131251.828000', '131251.830000', '131251.833000', '131311.711000', '131311.714000', '131311.717000', '131311.719000', '131311.722000', '131311.725000', '131311.728000', '131311.730000', '131311.733000', '131311.735000', '131311.738000', '131311.741000', '131311.743000', '131311.746000', '131311.748000', '131311.751000', '131311.754000', '131311.756000', '131311.759000', '131311.761000', '131311.764000', '131311.767000', '131311.769000', '131311.772000', '131311.775000', '131311.777000', '131311.780000', '131311.782000', '131311.785000', '131311.787000', '131311.790000', '131311.793000', '131311.795000', '131311.798000', '131311.800000', '131311.804000', '131311.807000', '131311.809000', '131311.812000', '131311.815000', '131311.817000', '131311.820000', '131311.822000', '131311.825000', '131331.712000', '131331.733000', '131331.736000', '131331.739000', '131331.741000', '131331.744000', '131331.747000', '131331.749000', '131331.752000', '131331.754000', '131331.757000', '131331.760000', '131331.762000', '131331.774000', '131331.777000', '131331.779000', '131331.782000', '131331.785000', '131331.787000', '131331.790000', '131331.793000', '131331.795000', '131331.798000', '131331.800000', '131331.803000', '131331.806000', '131331.808000', '131331.811000', '131331.814000', '131331.816000', '131331.819000', '131331.822000', '131331.825000', '131331.827000', '131331.830000', '131331.832000', '131331.835000', '131331.838000', '131331.840000', '131331.843000', '131331.845000', '131331.848000', '131331.850000', '131351.712000', '131351.715000', '131351.717000', '131351.720000', '131351.723000', '131351.725000', '131351.728000', '131351.730000', '131351.733000', '131351.736000', '131351.738000', '131351.741000', '131351.744000', '131351.746000', '131351.749000', '131351.752000', '131351.754000', '131351.757000', '131351.759000', '131351.762000', '131351.765000', '131351.767000', '131351.770000', '131351.773000', '131351.775000', '131351.778000', '131351.780000', '131351.783000', '131351.786000', '131351.788000', '131351.791000', '131351.793000', '131351.796000', '131351.799000', '131351.801000', '131351.815000', '131351.817000', '131351.820000', '131351.823000', '131351.825000', '131351.828000', '131351.830000', '131351.833000', '131351.836000', '131411.712000', '131411.715000', '131411.718000', '131411.720000', '131411.723000', '131411.726000', '131411.728000', '131411.731000', '131411.733000', '131411.736000', '131411.739000', '131411.741000', '131411.744000', '131411.746000', '131411.749000', '131411.752000', '131411.754000', '131411.757000', '131411.759000', '131411.762000', '131411.764000', '131411.788000', '131411.790000', '131411.793000', '131411.795000', '131411.798000', '131411.801000', '131411.803000', '131411.806000', '131411.809000', '131411.812000', '131411.814000', '131411.817000', '131411.819000', '131411.822000', '131411.825000', '131411.827000', '131411.830000', '131411.832000', '131411.835000', '131411.838000', '131411.840000', '131411.843000', '131431.712000', '131431.715000', '131431.718000', '131431.721000', '131431.723000', '131431.726000', '131431.729000', '131431.731000', '131431.734000', '131431.736000', '131431.739000', '131431.742000', '131431.744000', '131431.747000', '131431.749000', '131431.752000', '131431.755000', '131431.757000', '131431.760000', '131431.762000', '131431.765000', '131431.768000', '131431.770000', '131431.773000', '131431.776000', '131431.778000', '131431.781000', '131431.783000', '131431.786000', '131431.788000', '131431.791000', '131431.794000', '131431.796000', '131431.799000', '131431.802000', '131431.804000', '131431.807000', '131431.810000', '131431.812000', '131431.815000', '131431.817000', '131431.820000', '131431.823000', '131431.825000', '131451.713000', '131451.715000', '131451.718000', '131451.721000', '131451.724000', '131451.726000', '131451.729000', '131451.732000', '131451.734000', '131451.737000', '131451.740000', '131451.742000', '131451.745000', '131451.748000', '131451.750000', '131451.753000', '131451.756000', '131451.758000', '131451.761000', '131451.763000', '131451.766000', '131451.769000', '131451.771000', '131451.774000', '131451.777000', '131451.787000', '131451.790000', '131451.792000', '131451.795000', '131451.798000', '131451.800000', '131451.803000', '131451.806000', '131451.817000', '131451.820000', '131451.823000', '131451.825000', '131451.828000', '131451.831000', '131451.833000', '131451.836000', '131451.839000', '131451.841000', '131511.712000', '131511.716000', '131511.718000', '131511.721000', '131511.723000', '131511.726000', '131511.729000', '131511.731000', '131511.734000', '131511.737000', '131511.739000', '131511.742000', '131511.744000', '131511.747000', '131511.750000', '131511.753000', '131511.755000', '131511.758000', '131511.761000', '131511.763000', '131511.766000', '131511.776000', '131511.778000', '131511.781000', '131511.784000', '131511.786000', '131511.789000', '131511.792000', '131511.794000', '131511.797000', '131511.799000', '131511.802000', '131511.805000', '131511.807000', '131511.810000', '131511.812000', '131511.815000', '131511.818000', '131511.820000', '131511.830000', '131511.833000', '131511.835000', '131511.838000', '131511.841000', '131531.711000', '131531.714000', '131531.717000', '131531.720000', '131531.723000', '131531.725000', '131531.728000', '131531.731000', '131531.733000', '131531.736000', '131531.738000', '131531.741000', '131531.744000', '131531.746000', '131531.749000', '131531.752000', '131531.754000', '131531.757000', '131531.759000', '131531.763000', '131531.766000', '131531.769000', '131531.771000', '131531.774000', '131531.776000', '131531.779000', '131531.781000', '131531.784000', '131531.787000', '131531.789000', '131531.792000', '131531.794000', '131531.824000', '131531.827000', '131531.829000', '131531.832000', '131531.835000', '131531.837000', '131531.840000', '131531.843000', '131531.845000', '131531.848000', '131531.850000', '131551.711000', '131551.714000', '131551.717000', '131551.719000', '131551.722000', '131551.725000', '131551.727000', '131551.730000', '131551.733000', '131551.735000', '131551.738000', '131551.741000', '131551.743000', '131551.746000', '131551.748000', '131551.751000', '131551.754000', '131551.757000', '131551.759000', '131551.762000', '131551.765000', '131551.767000', '131551.770000', '131551.779000', '131551.782000', '131551.785000', '131551.787000', '131551.790000', '131551.793000', '131551.795000', '131551.798000', '131551.801000', '131551.803000', '131551.806000', '131551.808000', '131551.811000', '131551.814000', '131551.816000', '131551.819000', '131551.821000', '131551.824000', '131551.827000', '131551.829000', '131551.832000', '131608.680000', '131608.683000', '131608.686000', '131608.688000', '131608.691000', '131608.694000', '131608.697000', '131608.700000', '131608.703000', '131608.705000', '131608.708000', '131608.711000', '131608.713000', '131608.716000', '131608.719000', '131608.721000', '131608.724000', '131608.727000', '131608.729000', '131608.732000', '131608.735000', '131608.738000', '131608.748000', '131608.751000', '131608.753000', '131608.756000', '131608.759000', '131608.762000', '131608.766000', '131608.768000', '131608.772000', '131608.775000', '131608.778000', '131608.781000', '131608.787000', '131608.790000', '131608.792000'], 'InstanceCreationTime': ['130931.760000', '130931.763000', '130931.766000', '130931.769000', '130931.771000', '130931.774000', '130931.780000', '130931.782000', '130951.712000', '130951.715000', '130951.718000', '130951.720000', '130951.723000', '130951.726000', '130951.728000', '130951.731000', '130951.733000', '130951.736000', '130951.739000', '130951.741000', '130951.744000', '130951.747000', '130951.749000', '130951.752000', '130951.754000', '130951.757000', '130951.760000', '130951.762000', '130951.765000', '130951.767000', '130951.770000', '130951.773000', '130951.775000', '130951.778000', '130951.780000', '130951.783000', '130951.786000', '130951.788000', '130951.791000', '130951.793000', '130951.796000', '130951.799000', '130951.801000', '130951.804000', '130951.806000', '130951.818000', '130951.821000', '130951.823000', '130951.826000', '130951.828000', '130951.831000', '130951.833000', '131011.712000', '131011.715000', '131011.718000', '131011.720000', '131011.723000', '131011.726000', '131011.728000', '131011.731000', '131011.733000', '131011.736000', '131011.738000', '131011.741000', '131011.744000', '131011.746000', '131011.749000', '131011.751000', '131011.754000', '131011.758000', '131011.761000', '131011.763000', '131011.766000', '131011.768000', '131011.771000', '131011.773000', '131011.776000', '131011.779000', '131011.789000', '131011.791000', '131011.794000', '131011.797000', '131011.799000', '131011.802000', '131011.804000', '131011.807000', '131011.810000', '131011.812000', '131011.815000', '131011.818000', '131011.820000', '131011.823000', '131011.825000', '131011.828000', '131011.831000', '131031.713000', '131031.715000', '131031.718000', '131031.721000', '131031.724000', '131031.726000', '131031.729000', '131031.731000', '131031.734000', '131031.737000', '131031.739000', '131031.742000', '131031.744000', '131031.747000', '131031.749000', '131031.752000', '131031.755000', '131031.757000', '131031.760000', '131031.763000', '131031.765000', '131031.768000', '131031.770000', '131031.773000', '131031.776000', '131031.778000', '131031.781000', '131031.783000', '131031.786000', '131031.788000', '131031.791000', '131031.794000', '131031.796000', '131031.799000', '131031.801000', '131031.804000', '131031.807000', '131031.815000', '131031.817000', '131031.820000', '131031.823000', '131031.825000', '131031.828000', '131031.830000', '131051.711000', '131051.714000', '131051.717000', '131051.720000', '131051.722000', '131051.725000', '131051.728000', '131051.730000', '131051.733000', '131051.735000', '131051.738000', '131051.741000', '131051.743000', '131051.746000', '131051.749000', '131051.758000', '131051.761000', '131051.763000', '131051.766000', '131051.768000', '131051.771000', '131051.774000', '131051.776000', '131051.779000', '131051.781000', '131051.784000', '131051.787000', '131051.789000', '131051.792000', '131051.795000', '131051.797000', '131051.800000', '131051.802000', '131051.805000', '131051.808000', '131051.810000', '131051.813000', '131051.816000', '131051.818000', '131051.821000', '131051.824000', '131051.826000', '131051.829000', '131111.712000', '131111.714000', '131111.717000', '131111.720000', '131111.722000', '131111.725000', '131111.727000', '131111.730000', '131111.733000', '131111.735000', '131111.738000', '131111.741000', '131111.743000', '131111.746000', '131111.748000', '131111.765000', '131111.767000', '131111.770000', '131111.773000', '131111.775000', '131111.778000', '131111.780000', '131111.783000', '131111.786000', '131111.788000', '131111.791000', '131111.793000', '131111.796000', '131111.798000', '131111.801000', '131111.811000', '131111.814000', '131111.817000', '131111.820000', '131111.822000', '131111.825000', '131111.827000', '131111.830000', '131111.832000', '131111.835000', '131111.838000', '131111.840000', '131111.843000', '131111.846000', '131131.711000', '131131.714000', '131131.717000', '131131.719000', '131131.722000', '131131.725000', '131131.727000', '131131.730000', '131131.733000', '131131.735000', '131131.738000', '131131.740000', '131131.743000', '131131.746000', '131131.749000', '131131.752000', '131131.756000', '131131.758000', '131131.761000', '131131.764000', '131131.766000', '131131.769000', '131131.771000', '131131.774000', '131131.777000', '131131.779000', '131131.789000', '131131.792000', '131131.796000', '131131.799000', '131131.802000', '131131.805000', '131131.807000', '131131.810000', '131131.812000', '131131.815000', '131131.818000', '131131.820000', '131131.823000', '131131.825000', '131131.828000', '131131.831000', '131131.833000', '131151.712000', '131151.714000', '131151.717000', '131151.720000', '131151.722000', '131151.725000', '131151.728000', '131151.731000', '131151.733000', '131151.736000', '131151.739000', '131151.741000', '131151.744000', '131151.746000', '131151.749000', '131151.752000', '131151.754000', '131151.757000', '131151.759000', '131151.762000', '131151.765000', '131151.767000', '131151.770000', '131151.773000', '131151.781000', '131151.784000', '131151.787000', '131151.789000', '131151.792000', '131151.794000', '131151.797000', '131151.800000', '131151.802000', '131151.805000', '131151.808000', '131151.810000', '131151.813000', '131151.815000', '131151.818000', '131151.821000', '131151.823000', '131151.826000', '131151.829000', '131151.831000', '131211.713000', '131211.715000', '131211.718000', '131211.721000', '131211.723000', '131211.726000', '131211.729000', '131211.731000', '131211.741000', '131211.744000', '131211.746000', '131211.749000', '131211.751000', '131211.754000', '131211.757000', '131211.759000', '131211.762000', '131211.764000', '131211.767000', '131211.770000', '131211.772000', '131211.775000', '131211.777000', '131211.780000', '131211.783000', '131211.785000', '131211.788000', '131211.790000', '131211.793000', '131211.796000', '131211.798000', '131211.801000', '131211.804000', '131211.806000', '131211.809000', '131211.812000', '131211.814000', '131211.817000', '131211.820000', '131211.823000', '131211.826000', '131211.828000', '131211.831000', '131231.712000', '131231.716000', '131231.718000', '131231.721000', '131231.723000', '131231.726000', '131231.729000', '131231.732000', '131231.734000', '131231.737000', '131231.739000', '131231.742000', '131231.745000', '131231.747000', '131231.750000', '131231.753000', '131231.755000', '131231.758000', '131231.761000', '131231.763000', '131231.766000', '131231.768000', '131231.771000', '131231.773000', '131231.776000', '131231.779000', '131231.781000', '131231.784000', '131231.787000', '131231.789000', '131231.792000', '131231.794000', '131231.797000', '131231.800000', '131231.802000', '131231.805000', '131231.808000', '131231.810000', '131231.813000', '131231.815000', '131231.818000', '131231.821000', '131231.823000', '131231.826000', '131251.712000', '131251.715000', '131251.718000', '131251.721000', '131251.723000', '131251.726000', '131251.728000', '131251.731000', '131251.734000', '131251.736000', '131251.739000', '131251.742000', '131251.744000', '131251.747000', '131251.749000', '131251.752000', '131251.755000', '131251.757000', '131251.760000', '131251.762000', '131251.765000', '131251.767000', '131251.770000', '131251.773000', '131251.783000', '131251.786000', '131251.788000', '131251.791000', '131251.794000', '131251.797000', '131251.800000', '131251.803000', '131251.806000', '131251.809000', '131251.812000', '131251.814000', '131251.817000', '131251.820000', '131251.822000', '131251.825000', '131251.828000', '131251.830000', '131251.833000', '131311.711000', '131311.714000', '131311.717000', '131311.719000', '131311.722000', '131311.725000', '131311.728000', '131311.730000', '131311.733000', '131311.735000', '131311.738000', '131311.741000', '131311.743000', '131311.746000', '131311.748000', '131311.751000', '131311.754000', '131311.756000', '131311.759000', '131311.761000', '131311.764000', '131311.767000', '131311.769000', '131311.772000', '131311.775000', '131311.777000', '131311.780000', '131311.782000', '131311.785000', '131311.787000', '131311.790000', '131311.793000', '131311.795000', '131311.798000', '131311.800000', '131311.804000', '131311.807000', '131311.809000', '131311.812000', '131311.815000', '131311.817000', '131311.820000', '131311.822000', '131311.825000', '131331.712000', '131331.733000', '131331.736000', '131331.739000', '131331.741000', '131331.744000', '131331.747000', '131331.749000', '131331.752000', '131331.754000', '131331.757000', '131331.760000', '131331.762000', '131331.774000', '131331.777000', '131331.779000', '131331.782000', '131331.785000', '131331.787000', '131331.790000', '131331.793000', '131331.795000', '131331.798000', '131331.800000', '131331.803000', '131331.806000', '131331.808000', '131331.811000', '131331.814000', '131331.816000', '131331.819000', '131331.822000', '131331.825000', '131331.827000', '131331.830000', '131331.832000', '131331.835000', '131331.838000', '131331.840000', '131331.843000', '131331.845000', '131331.848000', '131331.850000', '131351.712000', '131351.715000', '131351.717000', '131351.720000', '131351.723000', '131351.725000', '131351.728000', '131351.730000', '131351.733000', '131351.736000', '131351.738000', '131351.741000', '131351.744000', '131351.746000', '131351.749000', '131351.752000', '131351.754000', '131351.757000', '131351.759000', '131351.762000', '131351.765000', '131351.767000', '131351.770000', '131351.773000', '131351.775000', '131351.778000', '131351.780000', '131351.783000', '131351.786000', '131351.788000', '131351.791000', '131351.793000', '131351.796000', '131351.799000', '131351.801000', '131351.815000', '131351.817000', '131351.820000', '131351.823000', '131351.825000', '131351.828000', '131351.830000', '131351.833000', '131351.836000', '131411.712000', '131411.715000', '131411.718000', '131411.720000', '131411.723000', '131411.726000', '131411.728000', '131411.731000', '131411.733000', '131411.736000', '131411.739000', '131411.741000', '131411.744000', '131411.746000', '131411.749000', '131411.752000', '131411.754000', '131411.757000', '131411.759000', '131411.762000', '131411.764000', '131411.788000', '131411.790000', '131411.793000', '131411.795000', '131411.798000', '131411.801000', '131411.803000', '131411.806000', '131411.809000', '131411.812000', '131411.814000', '131411.817000', '131411.819000', '131411.822000', '131411.825000', '131411.827000', '131411.830000', '131411.832000', '131411.835000', '131411.838000', '131411.840000', '131411.843000', '131431.712000', '131431.715000', '131431.718000', '131431.721000', '131431.723000', '131431.726000', '131431.729000', '131431.731000', '131431.734000', '131431.736000', '131431.739000', '131431.742000', '131431.744000', '131431.747000', '131431.749000', '131431.752000', '131431.755000', '131431.757000', '131431.760000', '131431.762000', '131431.765000', '131431.768000', '131431.770000', '131431.773000', '131431.776000', '131431.778000', '131431.781000', '131431.783000', '131431.786000', '131431.788000', '131431.791000', '131431.794000', '131431.796000', '131431.799000', '131431.802000', '131431.804000', '131431.807000', '131431.810000', '131431.812000', '131431.815000', '131431.817000', '131431.820000', '131431.823000', '131431.825000', '131451.713000', '131451.715000', '131451.718000', '131451.721000', '131451.724000', '131451.726000', '131451.729000', '131451.732000', '131451.734000', '131451.737000', '131451.740000', '131451.742000', '131451.745000', '131451.748000', '131451.750000', '131451.753000', '131451.756000', '131451.758000', '131451.761000', '131451.763000', '131451.766000', '131451.769000', '131451.771000', '131451.774000', '131451.777000', '131451.787000', '131451.790000', '131451.792000', '131451.795000', '131451.798000', '131451.800000', '131451.803000', '131451.806000', '131451.817000', '131451.820000', '131451.823000', '131451.825000', '131451.828000', '131451.831000', '131451.833000', '131451.836000', '131451.839000', '131451.841000', '131511.712000', '131511.716000', '131511.718000', '131511.721000', '131511.723000', '131511.726000', '131511.729000', '131511.731000', '131511.734000', '131511.737000', '131511.739000', '131511.742000', '131511.744000', '131511.747000', '131511.750000', '131511.753000', '131511.755000', '131511.758000', '131511.761000', '131511.763000', '131511.766000', '131511.776000', '131511.778000', '131511.781000', '131511.784000', '131511.786000', '131511.789000', '131511.792000', '131511.794000', '131511.797000', '131511.799000', '131511.802000', '131511.805000', '131511.807000', '131511.810000', '131511.812000', '131511.815000', '131511.818000', '131511.820000', '131511.830000', '131511.833000', '131511.835000', '131511.838000', '131511.841000', '131531.711000', '131531.714000', '131531.717000', '131531.720000', '131531.723000', '131531.725000', '131531.728000', '131531.731000', '131531.733000', '131531.736000', '131531.738000', '131531.741000', '131531.744000', '131531.746000', '131531.749000', '131531.752000', '131531.754000', '131531.757000', '131531.759000', '131531.763000', '131531.766000', '131531.769000', '131531.771000', '131531.774000', '131531.776000', '131531.779000', '131531.781000', '131531.784000', '131531.787000', '131531.789000', '131531.792000', '131531.794000', '131531.824000', '131531.827000', '131531.829000', '131531.832000', '131531.835000', '131531.837000', '131531.840000', '131531.843000', '131531.845000', '131531.848000', '131531.850000', '131551.711000', '131551.714000', '131551.717000', '131551.719000', '131551.722000', '131551.725000', '131551.727000', '131551.730000', '131551.733000', '131551.735000', '131551.738000', '131551.741000', '131551.743000', '131551.746000', '131551.748000', '131551.751000', '131551.754000', '131551.757000', '131551.759000', '131551.762000', '131551.765000', '131551.767000', '131551.770000', '131551.779000', '131551.782000', '131551.785000', '131551.787000', '131551.790000', '131551.793000', '131551.795000', '131551.798000', '131551.801000', '131551.803000', '131551.806000', '131551.808000', '131551.811000', '131551.814000', '131551.816000', '131551.819000', '131551.821000', '131551.824000', '131551.827000', '131551.829000', '131551.832000', '131608.680000', '131608.683000', '131608.686000', '131608.688000', '131608.691000', '131608.694000', '131608.697000', '131608.700000', '131608.703000', '131608.705000', '131608.708000', '131608.711000', '131608.713000', '131608.716000', '131608.719000', '131608.721000', '131608.724000', '131608.727000', '131608.729000', '131608.732000', '131608.735000', '131608.738000', '131608.748000', '131608.751000', '131608.753000', '131608.756000', '131608.759000', '131608.762000', '131608.766000', '131608.768000', '131608.772000', '131608.775000', '131608.778000', '131608.781000', '131608.787000', '131608.790000', '131608.792000'], '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': [15234, 11166, 16001, 11471, 12504, 14333, 9354, 13790, 9249, 12970, 9417, 13320, 10783, 12811, 12858, 10615, 13535, 9078, 12509, 9190, 13696, 10442, 9225, 13203, 8888, 14949, 11764, 15908, 12944, 9750, 12730, 8384, 12619, 9873, 12678, 10677, 10550, 12732, 8976, 13740, 9861, 15391, 10925, 13072, 12940, 8449, 13112, 9857, 13342, 10971, 11176, 13119, 9877, 15743, 9920, 13775, 9482, 14024, 10644, 14851, 12244, 11139, 12325, 8244, 13523, 9096, 10432, 10014, 9753, 12512, 8903, 16259, 11195, 15690, 12040, 16656, 13490, 11170, 12157, 9302, 13066, 8903, 14540, 9848, 14859, 10984, 14207, 10373, 13907, 10337, 14147, 10512, 15237, 11082, 10768, 10483, 10432, 11462, 9045, 12638, 9388, 13745, 9171, 12570, 9050, 13103, 8168, 14160, 10723, 16152, 10748, 8736, 10150, 8743, 10927, 8295, 12352, 8810, 12939, 9215, 12924, 8976, 13293, 9444, 13610, 9732, 14702, 10772, 13603, 7876, 13136, 9134, 13726, 9266, 14871, 8713, 12345, 7744, 12317, 8231, 15111, 9139, 12654, 8411, 13260, 9734, 12150, 11562, 8754, 14922, 12268, 15046, 11841, 12121, 11434, 13353, 11011, 13142, 11874, 12610, 10204, 10973, 10808, 13252, 11295, 10026, 11500, 8086, 11662, 9294, 11466, 9474, 13171, 9083, 12292, 8209, 11453, 8235, 12337, 8795, 14233, 7939, 12709, 8437, 13342, 9808, 14542, 11148, 11591, 10516, 12048, 11458, 10298, 13847, 10056, 12838, 8740, 13204, 8776, 14191, 12491, 15352, 10785, 12066, 9270, 7523, 11826, 9506, 14293, 10095, 13691, 10615, 14634, 10885, 11621, 12304, 10497, 14278, 10361, 13885, 9657, 13390, 9254, 13087, 9048, 13161, 9135, 12648, 10141, 12933, 9653, 13647, 9891, 14558, 10401, 9317, 10697, 8655, 11596, 7984, 12515, 8100, 13493, 9449, 12577, 8962, 13754, 9678, 10856, 11234, 8298, 11776, 7312, 12321, 9361, 12061, 10340, 12810, 11987, 9767, 13151, 8344, 13719, 8680, 13958, 9909, 14613, 10548, 13543, 8339, 13221, 7948, 13240, 8664, 14153, 9847, 12848, 7792, 12504, 7833, 12991, 8555, 13941, 9077, 11763, 8674, 13332, 9692, 10912, 11740, 11358, 13034, 7927, 7902, 11821, 8304, 13626, 10059, 13964, 11020, 15269, 11005, 13161, 11573, 13932, 11552, 13602, 11723, 13132, 12755, 10335, 12864, 9480, 12723, 8805, 12531, 8523, 12959, 8489, 12323, 7827, 12661, 8868, 14250, 9974, 13330, 8880, 11703, 8417, 12491, 9114, 13216, 9981, 10809, 10801, 8745, 11659, 8626, 12378, 8029, 12951, 11140, 12704, 9839, 8597, 11330, 9067, 12213, 8495, 13867, 9331, 14843, 10208, 14366, 10011, 12635, 9049, 11054, 9619, 9494, 12337, 9053, 13234, 8646, 10833, 9572, 14182, 11369, 8269, 11593, 7836, 13087, 9954, 13373, 10336, 13824, 11127, 12890, 11167, 8253, 11803, 7901, 12462, 8686, 13015, 8749, 12720, 8745, 12305, 9334, 9350, 10680, 8158, 13079, 9447, 10828, 10220, 8857, 13972, 10445, 13080, 9784, 7534, 12254, 10526, 8442, 14612, 11769, 12607, 12055, 9861, 11623, 9058, 12471, 8930, 13471, 8247, 15373, 10541, 12237, 7995, 10912, 8132, 9155, 11822, 9642, 13897, 9741, 8776, 12038, 9477, 13953, 11164, 9353, 13342, 10407, 9955, 14302, 11498, 12960, 11113, 8878, 12288, 8297, 13501, 10026, 13826, 10561, 13969, 10998, 11978, 10208, 8693, 10191, 8157, 12007, 8223, 13498, 8478, 11873, 9344, 12198, 10185, 10969, 10947, 9609, 10957, 9338, 12277, 9241, 14384, 8955, 12442, 8611, 12428, 9640, 13890, 10820, 14150, 12071, 11605, 10416, 12047, 10359, 11140, 13170, 12273, 15435, 9413, 12129, 9116, 10095, 10747, 12668, 11730, 12201, 13835, 8771, 13108, 9147, 14410, 10211, 15141, 10901, 14008, 12010, 13484, 10414, 9463, 10748, 8393, 11529, 8389, 13740, 9019, 13005, 9187, 12198, 9944, 13688, 11111, 8266, 10265, 8183, 11691, 8554, 12712, 10240, 10848, 10310, 8572, 11888, 8591, 13220, 9570, 14586, 12189, 10672, 10070, 10835, 10375, 10880, 12420, 11131, 14236, 9657, 14459, 9302, 7999, 12824, 10004, 14540, 11848, 12675, 11553, 8525, 15650, 11840, 14786, 13744, 9912, 14050, 8768, 14249, 10083, 13888, 10652, 13627, 10511, 8447, 12835, 8957, 12757, 10574, 13770, 10951, 12390, 11887, 9132, 13091, 8186, 12130, 9831, 9341, 10850, 8252, 13627, 10651, 9355, 11182, 8966, 11728, 11081, 9113, 11002, 12333, 10153, 11611, 13975, 9570, 14324, 11719, 13735, 11271, 12724, 10712, 9821, 12336, 8023, 13195, 9083, 14426, 9711, 7801, 12055, 8808, 9136, 11513, 8777, 13712, 12062, 8711, 14750, 11563, 12356, 13025, 10282, 15911, 12644, 14683, 11063, 11510, 11292, 8404, 12348, 8577, 14151, 9353, 12386, 9740, 11785, 10212, 9145, 11642, 8971, 13317, 8103, 11910, 8953, 13210, 9969, 13284, 11843, 8879, 11950, 8143, 11910, 9890, 9067, 12089, 9075, 13719, 10157, 8171, 12093, 8633, 14727, 11832, 16233, 13598, 15534, 11801, 8139, 9899, 7751, 12109, 8712, 16131, 9791, 13066, 8723, 12538, 10033, 14294, 12015, 13233, 11243, 7770, 11303, 8247, 12101, 8366, 14785, 10965, 15583, 10948, 9543, 9643, 7620, 10810, 8997, 12988, 11258, 11917, 12639, 9034, 14540, 11874, 10539, 15152, 10839, 17228, 13889, 16110, 12020, 14357, 10748, 10801, 10926, 7963, 12904, 7952, 12394, 8454, 13642, 11075, 12346, 10957, 8162, 11939, 8074, 13466, 10752, 13855, 11728, 9116, 11118, 8273, 12171, 10074, 11978, 10673, 8721, 12197, 8146, 13372, 9048, 15119, 10482, 14634, 10278, 13964, 10563, 14573, 11161, 14131, 11290, 14690, 12570, 12525, 11095, 7627, 11526, 8100, 13796, 10594, 13727, 11785, 12778, 13114, 10280, 15103, 9769, 8440, 10240, 8770, 16586, 12519, 16505, 12086, 12179, 11675, 8664, 14566, 9740, 15300, 9651, 15969, 11927, 14994, 11556, 14354, 11266, 10795, 10788, 7920, 11634, 7778, 13556, 10961, 13370, 10695, 8191, 11138, 8057, 13485, 10842, 13518, 11677, 9656, 11883, 8208, 12084, 10156, 9511, 11734, 8734, 14386, 9628, 14275, 11139, 14126, 11325, 14079, 11496, 13502, 11791, 8809, 11386, 9104, 12789, 8899, 14954, 10767, 15977, 11238, 8779, 10664, 8579, 12128, 11765, 9074, 13629, 9874, 15918, 12263, 11705, 15880, 11132, 10790, 14807, 12511, 15608, 12931, 9494, 14614, 11163, 9488, 12595, 10398, 10634, 12725, 9642, 16153, 11675, 9056, 10965, 7797, 11962, 9847, 13723, 10601], 'WindowCenter': [4468.0, 4423.0, 4439.0, 4419.0, 4415.0, 4411.0, 4370.0, 4410.0, 4368.0, 4398.0, 4370.0, 4399.0, 4391.0, 4412.0, 4413.0, 4391.0, 4414.0, 4382.0, 4412.0, 4394.0, 4424.0, 4407.0, 4397.0, 4427.0, 4399.0, 4464.0, 4446.0, 4452.0, 4429.0, 4399.0, 4429.0, 4387.0, 4415.0, 4409.0, 4427.0, 4419.0, 4419.0, 4443.0, 4412.0, 4456.0, 4423.0, 4451.0, 4446.0, 4443.0, 4442.0, 4390.0, 4440.0, 4410.0, 4438.0, 4422.0, 4430.0, 4442.0, 4410.0, 4450.0, 4396.0, 4427.0, 4397.0, 4437.0, 4421.0, 4465.0, 4443.0, 4430.0, 4429.0, 4389.0, 4439.0, 4409.0, 4433.0, 4422.0, 4423.0, 4455.0, 4415.0, 4464.0, 4434.0, 4453.0, 4447.0, 4463.0, 4430.0, 4417.0, 4414.0, 4383.0, 4402.0, 4373.0, 4413.0, 4382.0, 4413.0, 4392.0, 4410.0, 4394.0, 4411.0, 4391.0, 4411.0, 4391.0, 4419.0, 4392.0, 4389.0, 4393.0, 4391.0, 4391.0, 4383.0, 4426.0, 4384.0, 4425.0, 4380.0, 4414.0, 4397.0, 4440.0, 4389.0, 4449.0, 4420.0, 4449.0, 4420.0, 4400.0, 4421.0, 4399.0, 4420.0, 4401.0, 4444.0, 4413.0, 4454.0, 4414.0, 4444.0, 4413.0, 4455.0, 4424.0, 4452.0, 4411.0, 4454.0, 4406.0, 4440.0, 4389.0, 4429.0, 4400.0, 4452.0, 4410.0, 4452.0, 4398.0, 4429.0, 4378.0, 4443.0, 4418.0, 4465.0, 4415.0, 4443.0, 4414.0, 4453.0, 4426.0, 4446.0, 4446.0, 4417.0, 4480.0, 4460.0, 4467.0, 4447.0, 4432.0, 4432.0, 4431.0, 4422.0, 4443.0, 4433.0, 4428.0, 4409.0, 4406.0, 4419.0, 4440.0, 4420.0, 4408.0, 4417.0, 4377.0, 4418.0, 4397.0, 4428.0, 4422.0, 4443.0, 4400.0, 4430.0, 4388.0, 4428.0, 4399.0, 4442.0, 4402.0, 4467.0, 4402.0, 4439.0, 4402.0, 4454.0, 4424.0, 4453.0, 4434.0, 4443.0, 4435.0, 4441.0, 4445.0, 4435.0, 4454.0, 4412.0, 4442.0, 4400.0, 4453.0, 4417.0, 4444.0, 4429.0, 4440.0, 4421.0, 4432.0, 4410.0, 4392.0, 4444.0, 4412.0, 4439.0, 4409.0, 4426.0, 4420.0, 4438.0, 4420.0, 4420.0, 4418.0, 4406.0, 4415.0, 4381.0, 4415.0, 4368.0, 4388.0, 4358.0, 4386.0, 4355.0, 4384.0, 4354.0, 4384.0, 4363.0, 4382.0, 4353.0, 4382.0, 4366.0, 4395.0, 4376.0, 4367.0, 4377.0, 4359.0, 4401.0, 4360.0, 4413.0, 4362.0, 4424.0, 4394.0, 4413.0, 4386.0, 4425.0, 4425.0, 4433.0, 4420.0, 4401.0, 4430.0, 4380.0, 4429.0, 4423.0, 4441.0, 4435.0, 4444.0, 4446.0, 4422.0, 4445.0, 4402.0, 4441.0, 4401.0, 4441.0, 4411.0, 4442.0, 4409.0, 4427.0, 4387.0, 4428.0, 4378.0, 4441.0, 4401.0, 4439.0, 4408.0, 4426.0, 4375.0, 4416.0, 4365.0, 4427.0, 4386.0, 4438.0, 4399.0, 4429.0, 4398.0, 4452.0, 4424.0, 4432.0, 4431.0, 4432.0, 4443.0, 4394.0, 4404.0, 4441.0, 4403.0, 4454.0, 4427.0, 4453.0, 4435.0, 4453.0, 4434.0, 4432.0, 4421.0, 4427.0, 4405.0, 4399.0, 4390.0, 4386.0, 4388.0, 4367.0, 4388.0, 4355.0, 4375.0, 4341.0, 4374.0, 4342.0, 4369.0, 4341.0, 4372.0, 4334.0, 4385.0, 4355.0, 4396.0, 4367.0, 4398.0, 4355.0, 4398.0, 4370.0, 4398.0, 4382.0, 4412.0, 4393.0, 4404.0, 4405.0, 4385.0, 4415.0, 4388.0, 4427.0, 4391.0, 4442.0, 4430.0, 4441.0, 4408.0, 4400.0, 4421.0, 4400.0, 4431.0, 4398.0, 4442.0, 4399.0, 4443.0, 4409.0, 4440.0, 4408.0, 4429.0, 4397.0, 4417.0, 4409.0, 4411.0, 4443.0, 4411.0, 4456.0, 4429.0, 4434.0, 4426.0, 4452.0, 4420.0, 4388.0, 4418.0, 4378.0, 4428.0, 4409.0, 4427.0, 4408.0, 4440.0, 4419.0, 4427.0, 4405.0, 4373.0, 4402.0, 4362.0, 4416.0, 4373.0, 4426.0, 4388.0, 4426.0, 4374.0, 4414.0, 4395.0, 4396.0, 4405.0, 4386.0, 4427.0, 4396.0, 4419.0, 4420.0, 4399.0, 4452.0, 4436.0, 4442.0, 4411.0, 4403.0, 4444.0, 4448.0, 4417.0, 4466.0, 4444.0, 4444.0, 4433.0, 4411.0, 4418.0, 4387.0, 4429.0, 4387.0, 4439.0, 4403.0, 4454.0, 4419.0, 4416.0, 4377.0, 4402.0, 4412.0, 4421.0, 4445.0, 4412.0, 4441.0, 4423.0, 4414.0, 4471.0, 4438.0, 4465.0, 4448.0, 4413.0, 4429.0, 4409.0, 4397.0, 4442.0, 4420.0, 4429.0, 4420.0, 4387.0, 4405.0, 4372.0, 4412.0, 4384.0, 4413.0, 4394.0, 4424.0, 4393.0, 4403.0, 4393.0, 4373.0, 4394.0, 4375.0, 4416.0, 4374.0, 4427.0, 4375.0, 4414.0, 4395.0, 4416.0, 4408.0, 4418.0, 4420.0, 4396.0, 4419.0, 4413.0, 4457.0, 4423.0, 4439.0, 4401.0, 4428.0, 4400.0, 4431.0, 4411.0, 4442.0, 4434.0, 4454.0, 4444.0, 4431.0, 4422.0, 4428.0, 4435.0, 4449.0, 4443.0, 4431.0, 4454.0, 4402.0, 4430.0, 4414.0, 4409.0, 4422.0, 4429.0, 4420.0, 4417.0, 4441.0, 4388.0, 4428.0, 4398.0, 4427.0, 4397.0, 4423.0, 4394.0, 4413.0, 4403.0, 4413.0, 4393.0, 4371.0, 4390.0, 4360.0, 4388.0, 4359.0, 4411.0, 4383.0, 4428.0, 4397.0, 4412.0, 4406.0, 4424.0, 4403.0, 4374.0, 4393.0, 4375.0, 4415.0, 4397.0, 4455.0, 4433.0, 4419.0, 4420.0, 4399.0, 4430.0, 4401.0, 4455.0, 4425.0, 4453.0, 4446.0, 4422.0, 4410.0, 4418.0, 4424.0, 4437.0, 4433.0, 4421.0, 4441.0, 4399.0, 4455.0, 4425.0, 4404.0, 4457.0, 4427.0, 4445.0, 4435.0, 4420.0, 4408.0, 4388.0, 4453.0, 4420.0, 4429.0, 4418.0, 4381.0, 4402.0, 4360.0, 4397.0, 4366.0, 4387.0, 4379.0, 4387.0, 4366.0, 4347.0, 4398.0, 4358.0, 4385.0, 4376.0, 4385.0, 4378.0, 4387.0, 4389.0, 4369.0, 4401.0, 4359.0, 4401.0, 4396.0, 4396.0, 4405.0, 4375.0, 4427.0, 4417.0, 4398.0, 4417.0, 4410.0, 4431.0, 4432.0, 4413.0, 4434.0, 4446.0, 4434.0, 4446.0, 4455.0, 4415.0, 4443.0, 4432.0, 4429.0, 4420.0, 4418.0, 4421.0, 4424.0, 4444.0, 4390.0, 4428.0, 4388.0, 4426.0, 4393.0, 4375.0, 4428.0, 4413.0, 4414.0, 4431.0, 4404.0, 4455.0, 4443.0, 4414.0, 4455.0, 4434.0, 4418.0, 4431.0, 4398.0, 4442.0, 4419.0, 4427.0, 4393.0, 4404.0, 4392.0, 4362.0, 4416.0, 4372.0, 4412.0, 4372.0, 4388.0, 4380.0, 4401.0, 4394.0, 4382.0, 4404.0, 4384.0, 4417.0, 4361.0, 4402.0, 4382.0, 4416.0, 4396.0, 4427.0, 4416.0, 4401.0, 4430.0, 4387.0, 4419.0, 4422.0, 4413.0, 4456.0, 4413.0, 4453.0, 4423.0, 4401.0, 4442.0, 4403.0, 4455.0, 4444.0, 4455.0, 4443.0, 4452.0, 4433.0, 4377.0, 4395.0, 4364.0, 4416.0, 4386.0, 4439.0, 4397.0, 4427.0, 4385.0, 4415.0, 4399.0, 4427.0, 4418.0, 4429.0, 4417.0, 4376.0, 4416.0, 4387.0, 4416.0, 4391.0, 4454.0, 4422.0, 4439.0, 4419.0, 4398.0, 4383.0, 4377.0, 4406.0, 4412.0, 4441.0, 4421.0, 4403.0, 4418.0, 4387.0, 4441.0, 4420.0, 4408.0, 4430.0, 4395.0, 4425.0, 4388.0, 4398.0, 4380.0, 4384.0, 4367.0, 4365.0, 4366.0, 4333.0, 4385.0, 4333.0, 4370.0, 4330.0, 4381.0, 4375.0, 4370.0, 4377.0, 4346.0, 4387.0, 4358.0, 4411.0, 4392.0, 4436.0, 4416.0, 4384.0, 4406.0, 4376.0, 4415.0, 4408.0, 4418.0, 4405.0, 4401.0, 4430.0, 4388.0, 4441.0, 4401.0, 4439.0, 4408.0, 4439.0, 4407.0, 4428.0, 4407.0, 4438.0, 4418.0, 4437.0, 4420.0, 4452.0, 4441.0, 4431.0, 4418.0, 4380.0, 4430.0, 4391.0, 4440.0, 4422.0, 4442.0, 4447.0, 4456.0, 4459.0, 4424.0, 4454.0, 4414.0, 4404.0, 4411.0, 4390.0, 4466.0, 4435.0, 4452.0, 4433.0, 4421.0, 4419.0, 4389.0, 4441.0, 4384.0, 4425.0, 4371.0, 4410.0, 4381.0, 4398.0, 4379.0, 4399.0, 4390.0, 4390.0, 4379.0, 4336.0, 4375.0, 4335.0, 4398.0, 4376.0, 4387.0, 4378.0, 4358.0, 4388.0, 4361.0, 4411.0, 4406.0, 4424.0, 4404.0, 4383.0, 4404.0, 4373.0, 4414.0, 4405.0, 4396.0, 4419.0, 4387.0, 4439.0, 4408.0, 4439.0, 4419.0, 4428.0, 4417.0, 4439.0, 4419.0, 4427.0, 4419.0, 4386.0, 4417.0, 4388.0, 4427.0, 4402.0, 4441.0, 4422.0, 4439.0, 4407.0, 4388.0, 4409.0, 4416.0, 4444.0, 4434.0, 4401.0, 4445.0, 4415.0, 4468.0, 4450.0, 4447.0, 4470.0, 4448.0, 4424.0, 4440.0, 4430.0, 4426.0, 4406.0, 4386.0, 4428.0, 4407.0, 4396.0, 4404.0, 4381.0, 4380.0, 4387.0, 4386.0, 4425.0, 4405.0, 4373.0, 4393.0, 4351.0, 4390.0, 4382.0, 4410.0, 4394.0], 'WindowWidth': [9834.0, 9760.0, 9776.0, 9746.0, 9734.0, 9721.0, 9662.0, 9716.0, 9658.0, 9694.0, 9661.0, 9698.0, 9691.0, 9722.0, 9725.0, 9693.0, 9727.0, 9684.0, 9724.0, 9701.0, 9742.0, 9723.0, 9709.0, 9753.0, 9716.0, 9816.0, 9792.0, 9795.0, 9757.0, 9715.0, 9756.0, 9696.0, 9732.0, 9729.0, 9752.0, 9744.0, 9744.0, 9784.0, 9740.0, 9806.0, 9757.0, 9791.0, 9795.0, 9783.0, 9778.0, 9705.0, 9773.0, 9734.0, 9768.0, 9751.0, 9761.0, 9782.0, 9732.0, 9791.0, 9706.0, 9750.0, 9711.0, 9763.0, 9749.0, 9818.0, 9785.0, 9762.0, 9758.0, 9703.0, 9773.0, 9733.0, 9770.0, 9755.0, 9754.0, 9807.0, 9751.0, 9813.0, 9770.0, 9798.0, 9797.0, 9813.0, 9763.0, 9739.0, 9729.0, 9681.0, 9707.0, 9668.0, 9724.0, 9681.0, 9725.0, 9696.0, 9718.0, 9700.0, 9720.0, 9692.0, 9719.0, 9692.0, 9728.0, 9693.0, 9687.0, 9696.0, 9691.0, 9691.0, 9684.0, 9749.0, 9689.0, 9744.0, 9676.0, 9730.0, 9712.0, 9774.0, 9704.0, 9786.0, 9747.0, 9787.0, 9749.0, 9722.0, 9750.0, 9720.0, 9746.0, 9725.0, 9786.0, 9744.0, 9801.0, 9745.0, 9787.0, 9741.0, 9804.0, 9762.0, 9797.0, 9736.0, 9800.0, 9721.0, 9773.0, 9704.0, 9754.0, 9719.0, 9793.0, 9732.0, 9793.0, 9714.0, 9758.0, 9689.0, 9786.0, 9759.0, 9818.0, 9748.0, 9783.0, 9749.0, 9797.0, 9766.0, 9793.0, 9794.0, 9756.0, 9846.0, 9818.0, 9827.0, 9796.0, 9767.0, 9767.0, 9766.0, 9753.0, 9784.0, 9769.0, 9756.0, 9730.0, 9724.0, 9741.0, 9775.0, 9746.0, 9728.0, 9739.0, 9684.0, 9740.0, 9712.0, 9756.0, 9754.0, 9782.0, 9720.0, 9762.0, 9702.0, 9754.0, 9720.0, 9782.0, 9726.0, 9825.0, 9728.0, 9772.0, 9728.0, 9799.0, 9759.0, 9795.0, 9774.0, 9787.0, 9775.0, 9779.0, 9789.0, 9775.0, 9803.0, 9738.0, 9780.0, 9718.0, 9800.0, 9753.0, 9789.0, 9757.0, 9776.0, 9749.0, 9764.0, 9734.0, 9715.0, 9786.0, 9741.0, 9771.0, 9730.0, 9747.0, 9747.0, 9771.0, 9748.0, 9745.0, 9743.0, 9719.0, 9736.0, 9674.0, 9734.0, 9655.0, 9683.0, 9639.0, 9677.0, 9631.0, 9671.0, 9631.0, 9667.0, 9641.0, 9664.0, 9629.0, 9664.0, 9648.0, 9686.0, 9665.0, 9652.0, 9668.0, 9645.0, 9704.0, 9651.0, 9725.0, 9654.0, 9740.0, 9702.0, 9726.0, 9694.0, 9744.0, 9761.0, 9770.0, 9748.0, 9724.0, 9760.0, 9693.0, 9757.0, 9757.0, 9778.0, 9775.0, 9788.0, 9791.0, 9754.0, 9787.0, 9726.0, 9779.0, 9722.0, 9776.0, 9732.0, 9780.0, 9727.0, 9752.0, 9697.0, 9752.0, 9686.0, 9776.0, 9723.0, 9773.0, 9726.0, 9749.0, 9679.0, 9733.0, 9664.0, 9749.0, 9695.0, 9769.0, 9716.0, 9758.0, 9717.0, 9794.0, 9758.0, 9767.0, 9761.0, 9766.0, 9785.0, 9716.0, 9732.0, 9778.0, 9730.0, 9798.0, 9768.0, 9797.0, 9777.0, 9798.0, 9772.0, 9766.0, 9747.0, 9752.0, 9715.0, 9698.0, 9687.0, 9673.0, 9679.0, 9650.0, 9683.0, 9628.0, 9657.0, 9607.0, 9652.0, 9609.0, 9642.0, 9606.0, 9649.0, 9603.0, 9672.0, 9636.0, 9690.0, 9651.0, 9695.0, 9634.0, 9695.0, 9663.0, 9696.0, 9682.0, 9720.0, 9700.0, 9715.0, 9717.0, 9693.0, 9733.0, 9700.0, 9749.0, 9711.0, 9779.0, 9762.0, 9775.0, 9725.0, 9719.0, 9748.0, 9718.0, 9761.0, 9715.0, 9780.0, 9713.0, 9784.0, 9729.0, 9776.0, 9728.0, 9757.0, 9711.0, 9736.0, 9730.0, 9735.0, 9781.0, 9737.0, 9810.0, 9778.0, 9775.0, 9767.0, 9796.0, 9747.0, 9699.0, 9739.0, 9687.0, 9754.0, 9730.0, 9752.0, 9729.0, 9774.0, 9744.0, 9751.0, 9717.0, 9669.0, 9709.0, 9656.0, 9733.0, 9671.0, 9749.0, 9702.0, 9748.0, 9674.0, 9731.0, 9704.0, 9708.0, 9720.0, 9696.0, 9752.0, 9709.0, 9743.0, 9745.0, 9717.0, 9793.0, 9780.0, 9781.0, 9734.0, 9731.0, 9788.0, 9798.0, 9755.0, 9820.0, 9787.0, 9788.0, 9769.0, 9735.0, 9740.0, 9696.0, 9755.0, 9696.0, 9771.0, 9728.0, 9802.0, 9747.0, 9738.0, 9683.0, 9713.0, 9746.0, 9755.0, 9793.0, 9739.0, 9778.0, 9757.0, 9749.0, 9838.0, 9790.0, 9821.0, 9801.0, 9740.0, 9756.0, 9727.0, 9706.0, 9779.0, 9746.0, 9759.0, 9747.0, 9697.0, 9715.0, 9669.0, 9721.0, 9685.0, 9726.0, 9702.0, 9741.0, 9697.0, 9711.0, 9699.0, 9670.0, 9699.0, 9676.0, 9736.0, 9675.0, 9748.0, 9677.0, 9729.0, 9704.0, 9735.0, 9726.0, 9741.0, 9745.0, 9708.0, 9743.0, 9743.0, 9810.0, 9755.0, 9769.0, 9721.0, 9756.0, 9719.0, 9760.0, 9737.0, 9778.0, 9774.0, 9798.0, 9785.0, 9763.0, 9752.0, 9755.0, 9776.0, 9799.0, 9781.0, 9760.0, 9800.0, 9723.0, 9760.0, 9746.0, 9731.0, 9750.0, 9756.0, 9745.0, 9737.0, 9777.0, 9700.0, 9755.0, 9712.0, 9751.0, 9708.0, 9740.0, 9699.0, 9724.0, 9713.0, 9724.0, 9696.0, 9662.0, 9687.0, 9648.0, 9685.0, 9645.0, 9719.0, 9683.0, 9754.0, 9713.0, 9722.0, 9722.0, 9742.0, 9713.0, 9675.0, 9700.0, 9678.0, 9732.0, 9713.0, 9802.0, 9771.0, 9746.0, 9747.0, 9719.0, 9762.0, 9723.0, 9801.0, 9761.0, 9797.0, 9789.0, 9750.0, 9734.0, 9740.0, 9756.0, 9777.0, 9766.0, 9744.0, 9773.0, 9712.0, 9800.0, 9763.0, 9732.0, 9807.0, 9764.0, 9787.0, 9770.0, 9742.0, 9724.0, 9700.0, 9795.0, 9746.0, 9759.0, 9740.0, 9676.0, 9709.0, 9644.0, 9694.0, 9648.0, 9679.0, 9672.0, 9677.0, 9648.0, 9622.0, 9696.0, 9640.0, 9675.0, 9663.0, 9673.0, 9668.0, 9679.0, 9684.0, 9658.0, 9703.0, 9648.0, 9704.0, 9705.0, 9710.0, 9718.0, 9677.0, 9752.0, 9740.0, 9712.0, 9739.0, 9735.0, 9762.0, 9765.0, 9741.0, 9773.0, 9792.0, 9774.0, 9791.0, 9806.0, 9746.0, 9784.0, 9764.0, 9758.0, 9743.0, 9740.0, 9750.0, 9760.0, 9785.0, 9705.0, 9753.0, 9696.0, 9749.0, 9698.0, 9680.0, 9754.0, 9741.0, 9745.0, 9762.0, 9730.0, 9799.0, 9781.0, 9746.0, 9804.0, 9770.0, 9739.0, 9763.0, 9708.0, 9780.0, 9742.0, 9751.0, 9699.0, 9710.0, 9693.0, 9651.0, 9731.0, 9664.0, 9723.0, 9665.0, 9681.0, 9676.0, 9704.0, 9697.0, 9682.0, 9714.0, 9686.0, 9734.0, 9654.0, 9708.0, 9681.0, 9730.0, 9706.0, 9747.0, 9732.0, 9722.0, 9759.0, 9699.0, 9741.0, 9751.0, 9744.0, 9806.0, 9744.0, 9800.0, 9756.0, 9723.0, 9779.0, 9728.0, 9802.0, 9786.0, 9805.0, 9783.0, 9796.0, 9769.0, 9686.0, 9703.0, 9661.0, 9732.0, 9692.0, 9771.0, 9708.0, 9750.0, 9690.0, 9730.0, 9713.0, 9748.0, 9740.0, 9759.0, 9737.0, 9680.0, 9734.0, 9695.0, 9732.0, 9709.0, 9799.0, 9750.0, 9770.0, 9745.0, 9710.0, 9682.0, 9681.0, 9721.0, 9740.0, 9777.0, 9747.0, 9708.0, 9738.0, 9694.0, 9773.0, 9741.0, 9725.0, 9758.0, 9703.0, 9747.0, 9682.0, 9698.0, 9671.0, 9668.0, 9647.0, 9643.0, 9645.0, 9599.0, 9671.0, 9597.0, 9642.0, 9590.0, 9659.0, 9657.0, 9645.0, 9663.0, 9622.0, 9678.0, 9643.0, 9717.0, 9695.0, 9761.0, 9734.0, 9687.0, 9719.0, 9679.0, 9729.0, 9725.0, 9740.0, 9717.0, 9720.0, 9758.0, 9700.0, 9775.0, 9717.0, 9770.0, 9725.0, 9766.0, 9721.0, 9749.0, 9722.0, 9764.0, 9739.0, 9763.0, 9746.0, 9795.0, 9776.0, 9761.0, 9736.0, 9691.0, 9758.0, 9706.0, 9771.0, 9750.0, 9777.0, 9793.0, 9805.0, 9812.0, 9755.0, 9799.0, 9740.0, 9729.0, 9734.0, 9704.0, 9816.0, 9774.0, 9793.0, 9766.0, 9745.0, 9741.0, 9699.0, 9775.0, 9684.0, 9747.0, 9662.0, 9717.0, 9674.0, 9696.0, 9671.0, 9696.0, 9688.0, 9687.0, 9668.0, 9607.0, 9656.0, 9602.0, 9692.0, 9662.0, 9676.0, 9666.0, 9640.0, 9681.0, 9651.0, 9718.0, 9720.0, 9741.0, 9713.0, 9683.0, 9714.0, 9673.0, 9726.0, 9718.0, 9705.0, 9740.0, 9697.0, 9769.0, 9726.0, 9768.0, 9742.0, 9751.0, 9737.0, 9768.0, 9743.0, 9749.0, 9739.0, 9691.0, 9735.0, 9695.0, 9748.0, 9725.0, 9772.0, 9746.0, 9768.0, 9721.0, 9695.0, 9726.0, 9748.0, 9781.0, 9768.0, 9719.0, 9777.0, 9740.0, 9821.0, 9798.0, 9791.0, 9828.0, 9796.0, 9757.0, 9772.0, 9759.0, 9745.0, 9720.0, 9691.0, 9754.0, 9725.0, 9706.0, 9712.0, 9678.0, 9675.0, 9679.0, 9691.0, 9746.0, 9716.0, 9669.0, 9694.0, 9634.0, 9685.0, 9677.0, 9712.0, 9697.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.0006211353211009175</td></tr>
<tr><td colspan=3>aqi</td><td>0.03060692740825688</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.3623787959357</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2476946466475305</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0119741869575194</td></tr>
<tr><td colspan=3>efc</td><td>0.489</td></tr>
<tr><td colspan=3>fber</td><td>5796.8823</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11898687942056493</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>102</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.697247706422019</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4421260465629673</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3160079447820676</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6321887554255476</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.378181439481286</td></tr>
<tr><td colspan=3>gcor</td><td>0.0348985</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019410718232393265</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032293349504470825</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.149235925199825</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.6</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3199</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.9672</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294265.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>825.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.6205</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2284</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.3702</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3598.0158</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.5955</td></tr>
<tr><td colspan=3>tsnr</td><td>37.90529582940508</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>