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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0031_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-06_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-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-06_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-0031/ses-01/func/sub-0031_ses-01_task-social_acq-mb8_run-06_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>f4a7a1c94fc3ebc7a3083acfef94b1e1</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:43:52.675000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999712, -0.022589, 0.00805869, 0.0228612, 0.99911, -0.0354596]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0895521</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7709, -7282, 562, -81, -177, 68, 73]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.777</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2fb291a3-a3c2-4d0d-8ecb-a9e1937e13e0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682155132293701, 0.06133488565683365, 0.019576402381062508, 110.14803314208984], [0.06060453876852989, 2.6805379390716553, -0.09621068090200424, -94.56466674804688], [0.021620875224471092, 0.0951353907585144, 2.698214292526245, -91.45787048339844], [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': ['134352.675000', '134353.135000', '134353.595000', '134354.055000', '134354.515000', '134354.975000', '134355.435000', '134355.895000', '134356.355000', '134356.815000', '134357.275000', '134357.735000', '134358.195000', '134358.655000', '134359.115000', '134359.575000', '134400.035000', '134400.495000', '134400.955000', '134401.415000', '134401.875000', '134402.335000', '134402.795000', '134403.255000', '134403.715000', '134404.175000', '134404.635000', '134405.095000', '134405.555000', '134406.015000', '134406.475000', '134406.935000', '134407.395000', '134407.855000', '134408.315000', '134408.775000', '134409.235000', '134409.695000', '134410.155000', '134410.615000', '134411.075000', '134411.535000', '134411.995000', '134412.455000', '134412.915000', '134413.375000', '134413.835000', '134414.295000', '134414.755000', '134415.215000', '134415.675000', '134416.135000', '134416.595000', '134417.055000', '134417.515000', '134417.975000', '134418.435000', '134418.895000', '134419.355000', '134419.815000', '134420.275000', '134420.735000', '134421.195000', '134421.655000', '134422.115000', '134422.575000', '134423.035000', '134423.495000', '134423.955000', '134424.415000', '134424.875000', '134425.335000', '134425.795000', '134426.255000', '134426.715000', '134427.175000', '134427.635000', '134428.095000', '134428.555000', '134429.015000', '134429.475000', '134429.935000', '134430.395000', '134430.855000', '134431.315000', '134431.775000', '134432.235000', '134432.695000', '134433.155000', '134433.615000', '134434.075000', '134434.535000', '134434.995000', '134435.455000', '134435.915000', '134436.375000', '134436.835000', '134437.295000', '134437.755000', '134438.215000', '134438.675000', '134439.135000', '134439.595000', '134440.055000', '134440.515000', '134440.975000', '134441.435000', '134441.895000', '134442.355000', '134442.815000', '134443.275000', '134443.735000', '134444.195000', '134444.655000', '134445.115000', '134445.575000', '134446.035000', '134446.495000', '134446.955000', '134447.415000', '134447.875000', '134448.335000', '134448.795000', '134449.255000', '134449.715000', '134450.175000', '134450.635000', '134451.095000', '134451.555000', '134452.015000', '134452.475000', '134452.935000', '134453.395000', '134453.855000', '134454.315000', '134454.775000', '134455.235000', '134455.695000', '134456.155000', '134456.615000', '134457.075000', '134457.535000', '134457.995000', '134458.455000', '134458.915000', '134459.375000', '134459.835000', '134500.295000', '134500.755000', '134501.215000', '134501.675000', '134502.135000', '134502.595000', '134503.055000', '134503.515000', '134503.975000', '134504.435000', '134504.895000', '134505.355000', '134505.815000', '134506.275000', '134506.735000', '134507.195000', '134507.655000', '134508.115000', '134508.575000', '134509.035000', '134509.495000', '134509.955000', '134510.415000', '134510.875000', '134511.335000', '134511.795000', '134512.255000', '134512.715000', '134513.175000', '134513.635000', '134514.095000', '134514.555000', '134515.015000', '134515.475000', '134515.935000', '134516.395000', '134516.855000', '134517.315000', '134517.775000', '134518.235000', '134518.695000', '134519.155000', '134519.615000', '134520.075000', '134520.535000', '134520.995000', '134521.455000', '134521.915000', '134522.375000', '134522.835000', '134523.295000', '134523.755000', '134524.215000', '134524.675000', '134525.135000', '134525.595000', '134526.055000', '134526.515000', '134526.975000', '134527.435000', '134527.895000', '134528.355000', '134528.815000', '134529.275000', '134529.735000', '134530.195000', '134530.655000', '134531.115000', '134531.575000', '134532.035000', '134532.495000', '134532.955000', '134533.415000', '134533.875000', '134534.335000', '134534.795000', '134535.255000', '134535.715000', '134536.175000', '134536.635000', '134537.095000', '134537.555000', '134538.015000', '134538.475000', '134538.935000', '134539.395000', '134539.855000', '134540.315000', '134540.775000', '134541.235000', '134541.695000', '134542.155000', '134542.615000', '134543.075000', '134543.535000', '134543.995000', '134544.455000', '134544.915000', '134545.375000', '134545.835000', '134546.295000', '134546.755000', '134547.215000', '134547.675000', '134548.135000', '134548.595000', '134549.055000', '134549.515000', '134549.975000', '134550.435000', '134550.895000', '134551.355000', '134551.815000', '134552.275000', '134552.735000', '134553.195000', '134553.655000', '134554.115000', '134554.575000', '134555.035000', '134555.495000', '134555.955000', '134556.415000', '134556.875000', '134557.335000', '134557.795000', '134558.255000', '134558.715000', '134559.175000', '134559.635000', '134600.095000', '134600.555000', '134601.015000', '134601.475000', '134601.935000', '134602.395000', '134602.855000', '134603.315000', '134603.775000', '134604.235000', '134604.695000', '134605.155000', '134605.615000', '134606.075000', '134606.535000', '134606.995000', '134607.455000', '134607.915000', '134608.375000', '134608.835000', '134609.295000', '134609.755000', '134610.215000', '134610.675000', '134611.135000', '134611.595000', '134612.055000', '134612.515000', '134612.975000', '134613.435000', '134613.895000', '134614.355000', '134614.815000', '134615.275000', '134615.735000', '134616.195000', '134616.655000', '134617.115000', '134617.575000', '134618.035000', '134618.495000', '134618.955000', '134619.415000', '134619.875000', '134620.335000', '134620.795000', '134621.255000', '134621.715000', '134622.175000', '134622.635000', '134623.095000', '134623.555000', '134624.015000', '134624.475000', '134624.935000', '134625.395000', '134625.855000', '134626.315000', '134626.775000', '134627.235000', '134627.695000', '134628.155000', '134628.615000', '134629.075000', '134629.535000', '134629.995000', '134630.455000', '134630.915000', '134631.375000', '134631.835000', '134632.295000', '134632.755000', '134633.215000', '134633.675000', '134634.135000', '134634.595000', '134635.055000', '134635.515000', '134635.975000', '134636.435000', '134636.895000', '134637.355000', '134637.815000', '134638.275000', '134638.735000', '134639.195000', '134639.655000', '134640.115000', '134640.575000', '134641.035000', '134641.495000', '134641.955000', '134642.415000', '134642.875000', '134643.335000', '134643.795000', '134644.255000', '134644.715000', '134645.175000', '134645.635000', '134646.095000', '134646.555000', '134647.015000', '134647.475000', '134647.935000', '134648.395000', '134648.855000', '134649.315000', '134649.775000', '134650.235000', '134650.695000', '134651.155000', '134651.615000', '134652.075000', '134652.535000', '134652.995000', '134653.455000', '134653.915000', '134654.375000', '134654.835000', '134655.295000', '134655.755000', '134656.215000', '134656.675000', '134657.135000', '134657.595000', '134658.055000', '134658.515000', '134658.975000', '134659.435000', '134659.895000', '134700.355000', '134700.815000', '134701.275000', '134701.735000', '134702.195000', '134702.655000', '134703.115000', '134703.575000', '134704.035000', '134704.495000', '134704.955000', '134705.415000', '134705.875000', '134706.335000', '134706.795000', '134707.255000', '134707.715000', '134708.175000', '134708.635000', '134709.095000', '134709.555000', '134710.015000', '134710.475000', '134710.935000', '134711.395000', '134711.855000', '134712.315000', '134712.775000', '134713.235000', '134713.695000', '134714.155000', '134714.615000', '134715.075000', '134715.535000', '134715.995000', '134716.455000', '134716.915000', '134717.375000', '134717.835000', '134718.295000', '134718.755000', '134719.215000', '134719.675000', '134720.135000', '134720.595000', '134721.055000', '134721.515000', '134721.975000', '134722.435000', '134722.895000', '134723.355000', '134723.815000', '134724.275000', '134724.735000', '134725.195000', '134725.655000', '134726.115000', '134726.575000', '134727.035000', '134727.495000', '134727.955000', '134728.415000', '134728.875000', '134729.335000', '134729.795000', '134730.255000', '134730.715000', '134731.175000', '134731.635000', '134732.095000', '134732.555000', '134733.015000', '134733.475000', '134733.935000', '134734.395000', '134734.855000', '134735.315000', '134735.775000', '134736.235000', '134736.695000', '134737.155000', '134737.615000', '134738.075000', '134738.535000', '134738.995000', '134739.455000', '134739.915000', '134740.375000', '134740.835000', '134741.295000', '134741.755000', '134742.215000', '134742.675000', '134743.135000', '134743.595000', '134744.055000', '134744.515000', '134744.975000', '134745.435000', '134745.895000', '134746.355000', '134746.815000', '134747.275000', '134747.735000', '134748.195000', '134748.655000', '134749.115000', '134749.575000', '134750.035000', '134750.495000', '134750.955000', '134751.415000', '134751.875000', '134752.335000', '134752.795000', '134753.255000', '134753.715000', '134754.175000', '134754.635000', '134755.095000', '134755.555000', '134756.015000', '134756.475000', '134756.935000', '134757.395000', '134757.855000', '134758.315000', '134758.775000', '134759.235000', '134759.695000', '134800.155000', '134800.615000', '134801.075000', '134801.535000', '134801.995000', '134802.455000', '134802.915000', '134803.375000', '134803.835000', '134804.295000', '134804.755000', '134805.215000', '134805.675000', '134806.135000', '134806.595000', '134807.055000', '134807.515000', '134807.975000', '134808.435000', '134808.895000', '134809.355000', '134809.815000', '134810.275000', '134810.735000', '134811.195000', '134811.655000', '134812.115000', '134812.575000', '134813.035000', '134813.495000', '134813.955000', '134814.415000', '134814.875000', '134815.335000', '134815.795000', '134816.255000', '134816.715000', '134817.175000', '134817.635000', '134818.095000', '134818.555000', '134819.015000', '134819.475000', '134819.935000', '134820.395000', '134820.855000', '134821.315000', '134821.775000', '134822.235000', '134822.695000', '134823.155000', '134823.615000', '134824.075000', '134824.535000', '134824.995000', '134825.455000', '134825.915000', '134826.375000', '134826.835000', '134827.295000', '134827.755000', '134828.215000', '134828.675000', '134829.135000', '134829.595000', '134830.055000', '134830.515000', '134830.975000', '134831.435000', '134831.895000', '134832.355000', '134832.815000', '134833.275000', '134833.735000', '134834.195000', '134834.655000', '134835.115000', '134835.575000', '134836.035000', '134836.495000', '134836.955000', '134837.415000', '134837.875000', '134838.335000', '134838.795000', '134839.255000', '134839.715000', '134840.175000', '134840.635000', '134841.095000', '134841.555000', '134842.015000', '134842.475000', '134842.935000', '134843.395000', '134843.855000', '134844.315000', '134844.775000', '134845.235000', '134845.695000', '134846.155000', '134846.615000', '134847.075000', '134847.535000', '134847.995000', '134848.455000', '134848.915000', '134849.375000', '134849.835000', '134850.295000', '134850.755000', '134851.215000', '134851.675000', '134852.135000', '134852.595000', '134853.055000', '134853.515000', '134853.975000', '134854.435000', '134854.895000', '134855.355000', '134855.815000', '134856.275000', '134856.735000', '134857.195000', '134857.655000', '134858.115000', '134858.575000', '134859.035000', '134859.495000', '134859.955000', '134900.415000', '134900.875000', '134901.335000', '134901.795000', '134902.255000', '134902.715000', '134903.175000', '134903.635000', '134904.095000', '134904.555000', '134905.015000', '134905.475000', '134905.935000', '134906.395000', '134906.855000', '134907.315000', '134907.775000', '134908.235000', '134908.695000', '134909.155000', '134909.615000', '134910.075000', '134910.535000', '134910.995000', '134911.455000', '134911.915000', '134912.375000', '134912.835000', '134913.295000', '134913.755000', '134914.215000', '134914.675000', '134915.135000', '134915.595000', '134916.055000', '134916.515000', '134916.975000', '134917.435000', '134917.895000', '134918.355000', '134918.815000', '134919.275000', '134919.735000', '134920.195000', '134920.655000', '134921.115000', '134921.575000', '134922.035000', '134922.495000', '134922.955000', '134923.415000', '134923.875000', '134924.335000', '134924.795000', '134925.255000', '134925.715000', '134926.175000', '134926.635000', '134927.095000', '134927.555000', '134928.015000', '134928.475000', '134928.935000', '134929.395000', '134929.855000', '134930.315000', '134930.775000', '134931.235000', '134931.695000', '134932.155000', '134932.615000', '134933.075000', '134933.535000', '134933.995000', '134934.455000', '134934.915000', '134935.375000', '134935.835000', '134936.295000', '134936.755000', '134937.215000', '134937.675000', '134938.135000', '134938.595000', '134939.055000', '134939.515000', '134939.975000', '134940.435000', '134940.895000', '134941.355000', '134941.815000', '134942.275000', '134942.735000', '134943.195000', '134943.655000', '134944.115000', '134944.575000', '134945.035000', '134945.495000', '134945.955000', '134946.415000', '134946.875000', '134947.335000', '134947.795000', '134948.255000', '134948.715000', '134949.175000', '134949.635000', '134950.095000', '134950.555000', '134951.015000', '134951.475000', '134951.935000', '134952.395000', '134952.855000', '134953.315000', '134953.775000', '134954.235000', '134954.695000', '134955.155000', '134955.615000', '134956.075000', '134956.535000', '134956.995000', '134957.455000', '134957.915000', '134958.375000', '134958.835000', '134959.295000', '134959.755000', '135000.215000', '135000.675000', '135001.135000', '135001.595000', '135002.055000', '135002.515000', '135002.975000', '135003.435000', '135003.895000', '135004.355000', '135004.815000', '135005.275000', '135005.735000', '135006.195000', '135006.655000', '135007.115000', '135007.575000', '135008.035000', '135008.495000', '135008.955000', '135009.415000', '135009.875000', '135010.335000', '135010.795000', '135011.255000', '135011.715000', '135012.175000', '135012.635000', '135013.095000', '135013.555000', '135014.015000', '135014.475000', '135014.935000', '135015.395000', '135015.855000', '135016.315000', '135016.775000', '135017.235000', '135017.695000', '135018.155000', '135018.615000', '135019.075000', '135019.535000', '135019.995000', '135020.455000', '135020.915000', '135021.375000', '135021.835000', '135022.295000', '135022.755000', '135023.215000', '135023.675000', '135024.135000', '135024.595000', '135025.055000', '135025.515000', '135025.975000', '135026.435000', '135026.895000', '135027.355000', '135027.815000', '135028.275000', '135028.735000', '135029.195000', '135029.655000', '135030.115000', '135030.575000', '135031.035000', '135031.495000', '135031.955000', '135032.415000', '135032.875000', '135033.335000'], 'ContentTime': ['134406.137000', '134406.148000', '134406.151000', '134406.155000', '134406.175000', '134406.178000', '134406.181000', '134406.184000', '134406.187000', '134406.190000', '134406.193000', '134406.196000', '134406.199000', '134406.202000', '134406.205000', '134406.209000', '134406.212000', '134406.215000', '134406.218000', '134406.221000', '134406.224000', '134406.227000', '134406.229000', '134406.233000', '134406.235000', '134406.238000', '134406.241000', '134426.101000', '134426.104000', '134426.107000', '134426.115000', '134426.118000', '134426.121000', '134426.124000', '134426.126000', '134426.130000', '134426.133000', '134426.136000', '134426.139000', '134426.142000', '134426.145000', '134426.148000', '134426.150000', '134426.153000', '134426.156000', '134426.159000', '134426.162000', '134426.165000', '134426.168000', '134426.170000', '134426.173000', '134426.176000', '134426.179000', '134426.182000', '134426.185000', '134426.188000', '134426.191000', '134426.194000', '134426.196000', '134426.227000', '134426.230000', '134426.233000', '134426.236000', '134426.238000', '134426.241000', '134426.244000', '134426.247000', '134426.250000', '134426.253000', '134426.256000', '134446.101000', '134446.104000', '134446.107000', '134446.109000', '134446.112000', '134446.115000', '134446.118000', '134446.121000', '134446.124000', '134446.127000', '134446.129000', '134446.132000', '134446.135000', '134446.138000', '134446.141000', '134446.144000', '134446.147000', '134446.150000', '134446.152000', '134446.155000', '134446.158000', '134446.161000', '134446.164000', '134446.167000', '134446.169000', '134446.172000', '134446.175000', '134446.178000', '134446.181000', '134446.184000', '134446.187000', '134446.190000', '134446.192000', '134446.195000', '134446.198000', '134446.201000', '134446.204000', '134446.207000', '134446.209000', '134446.212000', '134446.215000', '134446.218000', '134446.221000', '134446.230000', '134506.101000', '134506.104000', '134506.107000', '134506.109000', '134506.112000', '134506.115000', '134506.118000', '134506.121000', '134506.124000', '134506.127000', '134506.130000', '134506.133000', '134506.136000', '134506.139000', '134506.141000', '134506.144000', '134506.147000', '134506.150000', '134506.153000', '134506.156000', '134506.158000', '134506.161000', '134506.164000', '134506.167000', '134506.170000', '134506.173000', '134506.176000', '134506.179000', '134506.182000', '134506.184000', '134506.187000', '134506.190000', '134506.193000', '134506.196000', '134506.199000', '134506.201000', '134506.204000', '134506.207000', '134506.210000', '134506.213000', '134506.216000', '134506.220000', '134506.223000', '134526.101000', '134526.104000', '134526.107000', '134526.110000', '134526.112000', '134526.115000', '134526.118000', '134526.121000', '134526.124000', '134526.127000', '134526.130000', '134526.132000', '134526.135000', '134526.138000', '134526.141000', '134526.144000', '134526.147000', '134526.150000', '134526.153000', '134526.156000', '134526.158000', '134526.161000', '134526.164000', '134526.167000', '134526.170000', '134526.173000', '134526.207000', '134526.210000', '134526.212000', '134526.215000', '134526.218000', '134526.221000', '134526.224000', '134526.227000', '134526.229000', '134526.232000', '134526.235000', '134526.238000', '134526.241000', '134526.244000', '134526.247000', '134526.250000', '134526.253000', '134526.255000', '134546.101000', '134546.104000', '134546.107000', '134546.110000', '134546.112000', '134546.115000', '134546.118000', '134546.121000', '134546.124000', '134546.127000', '134546.130000', '134546.133000', '134546.135000', '134546.138000', '134546.141000', '134546.144000', '134546.147000', '134546.150000', '134546.152000', '134546.155000', '134546.158000', '134546.161000', '134546.164000', '134546.168000', '134546.171000', '134546.200000', '134546.203000', '134546.206000', '134546.209000', '134546.212000', '134546.214000', '134546.217000', '134546.220000', '134546.223000', '134546.226000', '134546.229000', '134546.232000', '134546.235000', '134546.238000', '134546.241000', '134546.244000', '134546.247000', '134546.250000', '134606.101000', '134606.104000', '134606.107000', '134606.110000', '134606.113000', '134606.115000', '134606.118000', '134606.121000', '134606.124000', '134606.127000', '134606.130000', '134606.133000', '134606.136000', '134606.139000', '134606.142000', '134606.144000', '134606.147000', '134606.150000', '134606.153000', '134606.156000', '134606.159000', '134606.162000', '134606.165000', '134606.168000', '134606.171000', '134606.174000', '134606.203000', '134606.206000', '134606.209000', '134606.212000', '134606.215000', '134606.217000', '134606.220000', '134606.223000', '134606.235000', '134606.238000', '134606.240000', '134606.243000', '134606.246000', '134606.249000', '134606.252000', '134606.255000', '134606.258000', '134606.260000', '134626.101000', '134626.104000', '134626.107000', '134626.110000', '134626.112000', '134626.115000', '134626.118000', '134626.121000', '134626.124000', '134626.127000', '134626.130000', '134626.132000', '134626.135000', '134626.138000', '134626.141000', '134626.144000', '134626.147000', '134626.149000', '134626.152000', '134626.155000', '134626.158000', '134626.161000', '134626.164000', '134626.167000', '134626.170000', '134626.173000', '134626.203000', '134626.205000', '134626.208000', '134626.211000', '134626.214000', '134626.217000', '134626.220000', '134626.223000', '134626.225000', '134626.228000', '134626.238000', '134626.241000', '134626.244000', '134626.247000', '134626.252000', '134626.256000', '134626.259000', '134646.101000', '134646.104000', '134646.107000', '134646.110000', '134646.113000', '134646.115000', '134646.118000', '134646.121000', '134646.124000', '134646.127000', '134646.130000', '134646.133000', '134646.135000', '134646.138000', '134646.141000', '134646.144000', '134646.147000', '134646.150000', '134646.153000', '134646.156000', '134646.159000', '134646.161000', '134646.164000', '134646.167000', '134646.170000', '134646.173000', '134646.218000', '134646.221000', '134646.224000', '134646.227000', '134646.230000', '134646.233000', '134646.235000', '134646.241000', '134646.244000', '134646.247000', '134646.250000', '134646.253000', '134646.256000', '134646.259000', '134646.262000', '134646.265000', '134646.267000', '134646.270000', '134706.101000', '134706.104000', '134706.107000', '134706.110000', '134706.113000', '134706.116000', '134706.118000', '134706.121000', '134706.124000', '134706.127000', '134706.130000', '134706.133000', '134706.136000', '134706.139000', '134706.141000', '134706.144000', '134706.147000', '134706.150000', '134706.153000', '134706.156000', '134706.159000', '134706.162000', '134706.165000', '134706.168000', '134706.170000', '134706.173000', '134706.213000', '134706.216000', '134706.218000', '134706.221000', '134706.224000', '134706.227000', '134706.230000', '134706.233000', '134706.236000', '134706.239000', '134706.253000', '134706.256000', '134706.259000', '134706.262000', '134706.264000', '134706.267000', '134706.270000', '134726.101000', '134726.104000', '134726.107000', '134726.110000', '134726.112000', '134726.115000', '134726.118000', '134726.121000', '134726.124000', '134726.127000', '134726.130000', '134726.133000', '134726.135000', '134726.138000', '134726.141000', '134726.144000', '134726.147000', '134726.150000', '134726.153000', '134726.156000', '134726.159000', '134726.162000', '134726.164000', '134726.167000', '134726.170000', '134726.173000', '134726.208000', '134726.210000', '134726.213000', '134726.220000', '134726.223000', '134726.226000', '134726.228000', '134726.231000', '134726.234000', '134726.237000', '134726.240000', '134726.243000', '134726.246000', '134726.249000', '134726.252000', '134726.254000', '134726.257000', '134726.260000', '134746.101000', '134746.104000', '134746.107000', '134746.110000', '134746.113000', '134746.116000', '134746.118000', '134746.121000', '134746.124000', '134746.127000', '134746.130000', '134746.133000', '134746.136000', '134746.139000', '134746.142000', '134746.144000', '134746.147000', '134746.150000', '134746.153000', '134746.156000', '134746.159000', '134746.162000', '134746.165000', '134746.168000', '134746.170000', '134746.173000', '134746.206000', '134746.209000', '134746.212000', '134746.214000', '134746.217000', '134746.220000', '134746.223000', '134746.226000', '134746.243000', '134746.246000', '134746.249000', '134746.252000', '134746.255000', '134746.258000', '134746.260000', '134746.263000', '134746.266000', '134806.101000', '134806.104000', '134806.107000', '134806.110000', '134806.112000', '134806.115000', '134806.118000', '134806.121000', '134806.124000', '134806.127000', '134806.130000', '134806.133000', '134806.135000', '134806.138000', '134806.141000', '134806.144000', '134806.147000', '134806.150000', '134806.153000', '134806.156000', '134806.159000', '134806.162000', '134806.164000', '134806.167000', '134806.170000', '134806.173000', '134806.213000', '134806.216000', '134806.219000', '134806.222000', '134806.225000', '134806.228000', '134806.231000', '134806.234000', '134806.236000', '134806.239000', '134806.242000', '134806.245000', '134806.248000', '134806.251000', '134806.260000', '134806.263000', '134806.266000', '134806.269000', '134826.101000', '134826.104000', '134826.107000', '134826.110000', '134826.113000', '134826.116000', '134826.118000', '134826.121000', '134826.124000', '134826.127000', '134826.130000', '134826.133000', '134826.136000', '134826.138000', '134826.141000', '134826.144000', '134826.147000', '134826.150000', '134826.153000', '134826.156000', '134826.159000', '134826.162000', '134826.165000', '134826.167000', '134826.170000', '134826.173000', '134826.219000', '134826.221000', '134826.224000', '134826.227000', '134826.230000', '134826.233000', '134826.236000', '134826.239000', '134826.241000', '134826.245000', '134826.248000', '134826.251000', '134826.254000', '134826.257000', '134826.260000', '134826.263000', '134826.266000', '134846.101000', '134846.104000', '134846.107000', '134846.110000', '134846.113000', '134846.116000', '134846.119000', '134846.121000', '134846.124000', '134846.129000', '134846.134000', '134846.137000', '134846.140000', '134846.143000', '134846.145000', '134846.148000', '134846.151000', '134846.154000', '134846.157000', '134846.160000', '134846.163000', '134846.166000', '134846.169000', '134846.172000', '134846.217000', '134846.220000', '134846.223000', '134846.226000', '134846.229000', '134846.232000', '134846.235000', '134846.238000', '134846.241000', '134846.243000', '134846.257000', '134846.260000', '134846.263000', '134846.266000', '134846.269000', '134846.272000', '134846.275000', '134846.278000', '134846.281000', '134906.101000', '134906.104000', '134906.107000', '134906.110000', '134906.113000', '134906.116000', '134906.118000', '134906.121000', '134906.124000', '134906.127000', '134906.130000', '134906.133000', '134906.136000', '134906.139000', '134906.142000', '134906.144000', '134906.147000', '134906.150000', '134906.153000', '134906.156000', '134906.159000', '134906.162000', '134906.165000', '134906.168000', '134906.171000', '134906.203000', '134906.206000', '134906.209000', '134906.211000', '134906.214000', '134906.217000', '134906.220000', '134906.223000', '134906.226000', '134906.229000', '134906.232000', '134906.234000', '134906.237000', '134906.240000', '134906.243000', '134906.246000', '134906.249000', '134906.252000', '134906.255000', '134926.101000', '134926.112000', '134926.117000', '134926.121000', '134926.123000', '134926.126000', '134926.129000', '134926.132000', '134926.135000', '134926.138000', '134926.141000', '134926.144000', '134926.147000', '134926.149000', '134926.152000', '134926.155000', '134926.158000', '134926.161000', '134926.164000', '134926.167000', '134926.170000', '134926.173000', '134926.221000', '134926.224000', '134926.227000', '134926.230000', '134926.233000', '134926.236000', '134926.239000', '134926.242000', '134926.244000', '134926.247000', '134926.250000', '134926.253000', '134926.256000', '134926.259000', '134926.262000', '134926.265000', '134926.275000', '134926.278000', '134926.280000', '134926.283000', '134926.286000', '134946.101000', '134946.104000', '134946.107000', '134946.110000', '134946.113000', '134946.116000', '134946.118000', '134946.121000', '134946.124000', '134946.127000', '134946.130000', '134946.133000', '134946.136000', '134946.139000', '134946.143000', '134946.156000', '134946.159000', '134946.162000', '134946.165000', '134946.168000', '134946.171000', '134946.174000', '134946.202000', '134946.205000', '134946.208000', '134946.211000', '134946.213000', '134946.216000', '134946.219000', '134946.222000', '134946.225000', '134946.228000', '134946.236000', '134946.239000', '134946.242000', '134946.244000', '134946.247000', '134946.250000', '134946.253000', '134946.256000', '134946.259000', '134946.262000', '134946.265000', '134946.267000', '135006.101000', '135006.104000', '135006.107000', '135006.110000', '135006.113000', '135006.116000', '135006.118000', '135006.121000', '135006.124000', '135006.127000', '135006.130000', '135006.133000', '135006.136000', '135006.139000', '135006.142000', '135006.145000', '135006.148000', '135006.151000', '135006.154000', '135006.156000', '135006.159000', '135006.162000', '135006.165000', '135006.168000', '135006.171000', '135006.174000', '135006.235000', '135006.238000', '135006.241000', '135006.244000', '135006.247000', '135006.250000', '135006.252000', '135006.255000', '135006.258000', '135006.261000', '135006.264000', '135006.267000', '135006.270000', '135006.273000', '135006.275000', '135006.278000', '135006.281000', '135026.101000', '135026.104000', '135026.107000', '135026.110000', '135026.113000', '135026.116000', '135026.119000', '135026.122000', '135026.125000', '135026.128000', '135026.131000', '135026.134000', '135026.136000', '135026.139000', '135026.142000', '135026.145000', '135026.148000', '135026.151000', '135026.154000', '135026.157000', '135026.160000', '135026.162000', '135026.165000', '135026.168000', '135026.171000', '135026.174000', '135026.235000', '135026.237000', '135026.240000', '135026.243000', '135026.246000', '135026.249000', '135026.252000', '135026.255000', '135026.257000', '135026.260000', '135026.263000', '135026.266000', '135026.269000', '135026.272000', '135026.274000', '135026.277000', '135026.280000', '135026.283000', '135034.718000', '135034.721000', '135034.725000', '135034.728000', '135034.731000', '135034.734000', '135034.738000', '135034.741000', '135034.744000', '135034.747000', '135034.749000', '135034.752000', '135034.755000', '135034.758000', '135034.761000', '135034.764000', '135034.767000', '135034.770000', '135034.773000'], 'InstanceCreationTime': ['134406.137000', '134406.148000', '134406.151000', '134406.155000', '134406.175000', '134406.178000', '134406.181000', '134406.184000', '134406.187000', '134406.190000', '134406.193000', '134406.196000', '134406.199000', '134406.202000', '134406.205000', '134406.209000', '134406.212000', '134406.215000', '134406.218000', '134406.221000', '134406.224000', '134406.227000', '134406.229000', '134406.233000', '134406.235000', '134406.238000', '134406.241000', '134426.101000', '134426.104000', '134426.107000', '134426.115000', '134426.118000', '134426.121000', '134426.124000', '134426.126000', '134426.130000', '134426.133000', '134426.136000', '134426.139000', '134426.142000', '134426.145000', '134426.148000', '134426.150000', '134426.153000', '134426.156000', '134426.159000', '134426.162000', '134426.165000', '134426.168000', '134426.170000', '134426.173000', '134426.176000', '134426.179000', '134426.182000', '134426.185000', '134426.188000', '134426.191000', '134426.194000', '134426.196000', '134426.227000', '134426.230000', '134426.233000', '134426.236000', '134426.238000', '134426.241000', '134426.244000', '134426.247000', '134426.250000', '134426.253000', '134426.256000', '134446.101000', '134446.104000', '134446.107000', '134446.109000', '134446.112000', '134446.115000', '134446.118000', '134446.121000', '134446.124000', '134446.127000', '134446.129000', '134446.132000', '134446.135000', '134446.138000', '134446.141000', '134446.144000', '134446.147000', '134446.150000', '134446.152000', '134446.155000', '134446.158000', '134446.161000', '134446.164000', '134446.167000', '134446.169000', '134446.172000', '134446.175000', '134446.178000', '134446.181000', '134446.184000', '134446.187000', '134446.190000', '134446.192000', '134446.195000', '134446.198000', '134446.201000', '134446.204000', '134446.207000', '134446.209000', '134446.212000', '134446.215000', '134446.218000', '134446.221000', '134446.230000', '134506.101000', '134506.104000', '134506.107000', '134506.109000', '134506.112000', '134506.115000', '134506.118000', '134506.121000', '134506.124000', '134506.127000', '134506.130000', '134506.133000', '134506.136000', '134506.139000', '134506.141000', '134506.144000', '134506.147000', '134506.150000', '134506.153000', '134506.156000', '134506.158000', '134506.161000', '134506.164000', '134506.167000', '134506.170000', '134506.173000', '134506.176000', '134506.179000', '134506.182000', '134506.184000', '134506.187000', '134506.190000', '134506.193000', '134506.196000', '134506.199000', '134506.201000', '134506.204000', '134506.207000', '134506.210000', '134506.213000', '134506.216000', '134506.220000', '134506.223000', '134526.101000', '134526.104000', '134526.107000', '134526.110000', '134526.112000', '134526.115000', '134526.118000', '134526.121000', '134526.124000', '134526.127000', '134526.130000', '134526.132000', '134526.135000', '134526.138000', '134526.141000', '134526.144000', '134526.147000', '134526.150000', '134526.153000', '134526.156000', '134526.158000', '134526.161000', '134526.164000', '134526.167000', '134526.170000', '134526.173000', '134526.207000', '134526.210000', '134526.212000', '134526.215000', '134526.218000', '134526.221000', '134526.224000', '134526.227000', '134526.229000', '134526.232000', '134526.235000', '134526.238000', '134526.241000', '134526.244000', '134526.247000', '134526.250000', '134526.253000', '134526.255000', '134546.101000', '134546.104000', '134546.107000', '134546.110000', '134546.112000', '134546.115000', '134546.118000', '134546.121000', '134546.124000', '134546.127000', '134546.130000', '134546.133000', '134546.135000', '134546.138000', '134546.141000', '134546.144000', '134546.147000', '134546.150000', '134546.152000', '134546.155000', '134546.158000', '134546.161000', '134546.164000', '134546.168000', '134546.171000', '134546.200000', '134546.203000', '134546.206000', '134546.209000', '134546.212000', '134546.214000', '134546.217000', '134546.220000', '134546.223000', '134546.226000', '134546.229000', '134546.232000', '134546.235000', '134546.238000', '134546.241000', '134546.244000', '134546.247000', '134546.250000', '134606.101000', '134606.104000', '134606.107000', '134606.110000', '134606.113000', '134606.115000', '134606.118000', '134606.121000', '134606.124000', '134606.127000', '134606.130000', '134606.133000', '134606.136000', '134606.139000', '134606.142000', '134606.144000', '134606.147000', '134606.150000', '134606.153000', '134606.156000', '134606.159000', '134606.162000', '134606.165000', '134606.168000', '134606.171000', '134606.174000', '134606.203000', '134606.206000', '134606.209000', '134606.212000', '134606.215000', '134606.217000', '134606.220000', '134606.223000', '134606.235000', '134606.238000', '134606.240000', '134606.243000', '134606.246000', '134606.249000', '134606.252000', '134606.255000', '134606.258000', '134606.260000', '134626.101000', '134626.104000', '134626.107000', '134626.110000', '134626.112000', '134626.115000', '134626.118000', '134626.121000', '134626.124000', '134626.127000', '134626.130000', '134626.132000', '134626.135000', '134626.138000', '134626.141000', '134626.144000', '134626.147000', '134626.149000', '134626.152000', '134626.155000', '134626.158000', '134626.161000', '134626.164000', '134626.167000', '134626.170000', '134626.173000', '134626.203000', '134626.205000', '134626.208000', '134626.211000', '134626.214000', '134626.217000', '134626.220000', '134626.223000', '134626.225000', '134626.228000', '134626.238000', '134626.241000', '134626.244000', '134626.247000', '134626.252000', '134626.256000', '134626.259000', '134646.101000', '134646.104000', '134646.107000', '134646.110000', '134646.113000', '134646.115000', '134646.118000', '134646.121000', '134646.124000', '134646.127000', '134646.130000', '134646.133000', '134646.135000', '134646.138000', '134646.141000', '134646.144000', '134646.147000', '134646.150000', '134646.153000', '134646.156000', '134646.159000', '134646.161000', '134646.164000', '134646.167000', '134646.170000', '134646.173000', '134646.218000', '134646.221000', '134646.224000', '134646.227000', '134646.230000', '134646.233000', '134646.235000', '134646.241000', '134646.244000', '134646.247000', '134646.250000', '134646.253000', '134646.256000', '134646.259000', '134646.262000', '134646.265000', '134646.267000', '134646.270000', '134706.101000', '134706.104000', '134706.107000', '134706.110000', '134706.113000', '134706.116000', '134706.118000', '134706.121000', '134706.124000', '134706.127000', '134706.130000', '134706.133000', '134706.136000', '134706.139000', '134706.141000', '134706.144000', '134706.147000', '134706.150000', '134706.153000', '134706.156000', '134706.159000', '134706.162000', '134706.165000', '134706.168000', '134706.170000', '134706.173000', '134706.213000', '134706.216000', '134706.218000', '134706.221000', '134706.224000', '134706.227000', '134706.230000', '134706.233000', '134706.236000', '134706.239000', '134706.253000', '134706.256000', '134706.259000', '134706.262000', '134706.264000', '134706.267000', '134706.270000', '134726.101000', '134726.104000', '134726.107000', '134726.110000', '134726.112000', '134726.115000', '134726.118000', '134726.121000', '134726.124000', '134726.127000', '134726.130000', '134726.133000', '134726.135000', '134726.138000', '134726.141000', '134726.144000', '134726.147000', '134726.150000', '134726.153000', '134726.156000', '134726.159000', '134726.162000', '134726.164000', '134726.167000', '134726.170000', '134726.173000', '134726.208000', '134726.210000', '134726.213000', '134726.220000', '134726.223000', '134726.226000', '134726.228000', '134726.231000', '134726.234000', '134726.237000', '134726.240000', '134726.243000', '134726.246000', '134726.249000', '134726.252000', '134726.254000', '134726.257000', '134726.260000', '134746.101000', '134746.104000', '134746.107000', '134746.110000', '134746.113000', '134746.116000', '134746.118000', '134746.121000', '134746.124000', '134746.127000', '134746.130000', '134746.133000', '134746.136000', '134746.139000', '134746.142000', '134746.144000', '134746.147000', '134746.150000', '134746.153000', '134746.156000', '134746.159000', '134746.162000', '134746.165000', '134746.168000', '134746.170000', '134746.173000', '134746.206000', '134746.209000', '134746.212000', '134746.214000', '134746.217000', '134746.220000', '134746.223000', '134746.226000', '134746.243000', '134746.246000', '134746.249000', '134746.252000', '134746.255000', '134746.258000', '134746.260000', '134746.263000', '134746.266000', '134806.101000', '134806.104000', '134806.107000', '134806.110000', '134806.112000', '134806.115000', '134806.118000', '134806.121000', '134806.124000', '134806.127000', '134806.130000', '134806.133000', '134806.135000', '134806.138000', '134806.141000', '134806.144000', '134806.147000', '134806.150000', '134806.153000', '134806.156000', '134806.159000', '134806.162000', '134806.164000', '134806.167000', '134806.170000', '134806.173000', '134806.213000', '134806.216000', '134806.219000', '134806.222000', '134806.225000', '134806.228000', '134806.231000', '134806.234000', '134806.236000', '134806.239000', '134806.242000', '134806.245000', '134806.248000', '134806.251000', '134806.260000', '134806.263000', '134806.266000', '134806.269000', '134826.101000', '134826.104000', '134826.107000', '134826.110000', '134826.113000', '134826.116000', '134826.118000', '134826.121000', '134826.124000', '134826.127000', '134826.130000', '134826.133000', '134826.136000', '134826.138000', '134826.141000', '134826.144000', '134826.147000', '134826.150000', '134826.153000', '134826.156000', '134826.159000', '134826.162000', '134826.165000', '134826.167000', '134826.170000', '134826.173000', '134826.219000', '134826.221000', '134826.224000', '134826.227000', '134826.230000', '134826.233000', '134826.236000', '134826.239000', '134826.241000', '134826.245000', '134826.248000', '134826.251000', '134826.254000', '134826.257000', '134826.260000', '134826.263000', '134826.266000', '134846.101000', '134846.104000', '134846.107000', '134846.110000', '134846.113000', '134846.116000', '134846.119000', '134846.121000', '134846.124000', '134846.129000', '134846.134000', '134846.137000', '134846.140000', '134846.143000', '134846.145000', '134846.148000', '134846.151000', '134846.154000', '134846.157000', '134846.160000', '134846.163000', '134846.166000', '134846.169000', '134846.172000', '134846.217000', '134846.220000', '134846.223000', '134846.226000', '134846.229000', '134846.232000', '134846.235000', '134846.238000', '134846.241000', '134846.243000', '134846.257000', '134846.260000', '134846.263000', '134846.266000', '134846.269000', '134846.272000', '134846.275000', '134846.278000', '134846.281000', '134906.101000', '134906.104000', '134906.107000', '134906.110000', '134906.113000', '134906.116000', '134906.118000', '134906.121000', '134906.124000', '134906.127000', '134906.130000', '134906.133000', '134906.136000', '134906.139000', '134906.142000', '134906.144000', '134906.147000', '134906.150000', '134906.153000', '134906.156000', '134906.159000', '134906.162000', '134906.165000', '134906.168000', '134906.171000', '134906.203000', '134906.206000', '134906.209000', '134906.211000', '134906.214000', '134906.217000', '134906.220000', '134906.223000', '134906.226000', '134906.229000', '134906.232000', '134906.234000', '134906.237000', '134906.240000', '134906.243000', '134906.246000', '134906.249000', '134906.252000', '134906.255000', '134926.101000', '134926.112000', '134926.117000', '134926.121000', '134926.123000', '134926.126000', '134926.129000', '134926.132000', '134926.135000', '134926.138000', '134926.141000', '134926.144000', '134926.147000', '134926.149000', '134926.152000', '134926.155000', '134926.158000', '134926.161000', '134926.164000', '134926.167000', '134926.170000', '134926.173000', '134926.221000', '134926.224000', '134926.227000', '134926.230000', '134926.233000', '134926.236000', '134926.239000', '134926.242000', '134926.244000', '134926.247000', '134926.250000', '134926.253000', '134926.256000', '134926.259000', '134926.262000', '134926.265000', '134926.275000', '134926.278000', '134926.280000', '134926.283000', '134926.286000', '134946.101000', '134946.104000', '134946.107000', '134946.110000', '134946.113000', '134946.116000', '134946.118000', '134946.121000', '134946.124000', '134946.127000', '134946.130000', '134946.133000', '134946.136000', '134946.139000', '134946.143000', '134946.156000', '134946.159000', '134946.162000', '134946.165000', '134946.168000', '134946.171000', '134946.174000', '134946.202000', '134946.205000', '134946.208000', '134946.211000', '134946.213000', '134946.216000', '134946.219000', '134946.222000', '134946.225000', '134946.228000', '134946.236000', '134946.239000', '134946.242000', '134946.244000', '134946.247000', '134946.250000', '134946.253000', '134946.256000', '134946.259000', '134946.262000', '134946.265000', '134946.267000', '135006.101000', '135006.104000', '135006.107000', '135006.110000', '135006.113000', '135006.116000', '135006.118000', '135006.121000', '135006.124000', '135006.127000', '135006.130000', '135006.133000', '135006.136000', '135006.139000', '135006.142000', '135006.145000', '135006.148000', '135006.151000', '135006.154000', '135006.156000', '135006.159000', '135006.162000', '135006.165000', '135006.168000', '135006.171000', '135006.174000', '135006.235000', '135006.238000', '135006.241000', '135006.244000', '135006.247000', '135006.250000', '135006.252000', '135006.255000', '135006.258000', '135006.261000', '135006.264000', '135006.267000', '135006.270000', '135006.273000', '135006.275000', '135006.278000', '135006.281000', '135026.101000', '135026.104000', '135026.107000', '135026.110000', '135026.113000', '135026.116000', '135026.119000', '135026.122000', '135026.125000', '135026.128000', '135026.131000', '135026.134000', '135026.136000', '135026.139000', '135026.142000', '135026.145000', '135026.148000', '135026.151000', '135026.154000', '135026.157000', '135026.160000', '135026.162000', '135026.165000', '135026.168000', '135026.171000', '135026.174000', '135026.235000', '135026.237000', '135026.240000', '135026.243000', '135026.246000', '135026.249000', '135026.252000', '135026.255000', '135026.257000', '135026.260000', '135026.263000', '135026.266000', '135026.269000', '135026.272000', '135026.274000', '135026.277000', '135026.280000', '135026.283000', '135034.718000', '135034.721000', '135034.725000', '135034.728000', '135034.731000', '135034.734000', '135034.738000', '135034.741000', '135034.744000', '135034.747000', '135034.749000', '135034.752000', '135034.755000', '135034.758000', '135034.761000', '135034.764000', '135034.767000', '135034.770000', '135034.773000'], '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': [10485, 13370, 8419, 13313, 8794, 13151, 9439, 13536, 10313, 14106, 10335, 9172, 9842, 8976, 12275, 8509, 15280, 10862, 9572, 10852, 8714, 15060, 10012, 9887, 11595, 8905, 14294, 9781, 14621, 10236, 12242, 10023, 14404, 9582, 17035, 10823, 10979, 10384, 9151, 10800, 9116, 12008, 8266, 13197, 8715, 12658, 9007, 13511, 9342, 10787, 9914, 8057, 10399, 8654, 11351, 9078, 12802, 7984, 12735, 8180, 12712, 8992, 13091, 10070, 14962, 10148, 10421, 10113, 9289, 11896, 8671, 15208, 9509, 11972, 9516, 9113, 12022, 8834, 13696, 9459, 15883, 9964, 14723, 9963, 14396, 10333, 10829, 9275, 8539, 10629, 8836, 12887, 9009, 14472, 9650, 9849, 9872, 9112, 12215, 8905, 13281, 9256, 15291, 9094, 14052, 9439, 13210, 9774, 10311, 10005, 10059, 9870, 11129, 9587, 10113, 11739, 8422, 12457, 8786, 13684, 9621, 11192, 10119, 8622, 11256, 8637, 12337, 9237, 13785, 9986, 14842, 9912, 12069, 9496, 9540, 12209, 8630, 13366, 9736, 13705, 11041, 9814, 11919, 8646, 14607, 9455, 10475, 11236, 8316, 12340, 8974, 13097, 9852, 13679, 9893, 13705, 9813, 14253, 9722, 12821, 9736, 10165, 10506, 8323, 11806, 8970, 12940, 9644, 15983, 10262, 12452, 9555, 13380, 9026, 15583, 9783, 15627, 10171, 15694, 9163, 13807, 9647, 13074, 9872, 8557, 9945, 8418, 11546, 9515, 12829, 9919, 14402, 9609, 14534, 9154, 15730, 9954, 15604, 10351, 11201, 9205, 8831, 9638, 9525, 12208, 8811, 13512, 9091, 14377, 9849, 15200, 10675, 9999, 9577, 9045, 10141, 9754, 10494, 10741, 11939, 8819, 12149, 8944, 12665, 9351, 13728, 9348, 12976, 9778, 10267, 9206, 9769, 11469, 8447, 12087, 8425, 12537, 9350, 13186, 9906, 13735, 9607, 14460, 9931, 13391, 10088, 12731, 10394, 8821, 10099, 8833, 11582, 9211, 12253, 8732, 13228, 9093, 13986, 9437, 14408, 9822, 15418, 10182, 13038, 9259, 14023, 9525, 12802, 10148, 13726, 9403, 12040, 9187, 9980, 9185, 8993, 11966, 8281, 12656, 9311, 12761, 9596, 13548, 9933, 13140, 9054, 12084, 9181, 12207, 9240, 12705, 8654, 12477, 9346, 13478, 9820, 13105, 10230, 8712, 10189, 8641, 11938, 9422, 13020, 9553, 13094, 8712, 12403, 9107, 12101, 9062, 12688, 8700, 12523, 8613, 12535, 9435, 13634, 10291, 12001, 9221, 9218, 9924, 9282, 11291, 9082, 12604, 8627, 11976, 9003, 11687, 11515, 10441, 12719, 9315, 15310, 9059, 14001, 9701, 12373, 9890, 8521, 9780, 8877, 11004, 9606, 11910, 8809, 12627, 8546, 12061, 9221, 12142, 9664, 10786, 8904, 10443, 9191, 10815, 9608, 12072, 9224, 11548, 8968, 10135, 10051, 11179, 9486, 12170, 9017, 12216, 9245, 12398, 9439, 13136, 9323, 13250, 9342, 13629, 10376, 15163, 10229, 10683, 9674, 10504, 9435, 14674, 10130, 13765, 10081, 8820, 9937, 9161, 10785, 9919, 12046, 9570, 12695, 9005, 12116, 9140, 12589, 9337, 12873, 9235, 12330, 9053, 12248, 9783, 12247, 9312, 12168, 9137, 11600, 9058, 11206, 9345, 11930, 9167, 12072, 9057, 12046, 9404, 12042, 9579, 12367, 9507, 12428, 9276, 11997, 9771, 12338, 9848, 12912, 9284, 12797, 9415, 12693, 9968, 12788, 9817, 12916, 9295, 12893, 9540, 12796, 9931, 12537, 9743, 12880, 8955, 12651, 9327, 12072, 9358, 11274, 8929, 11915, 8579, 11545, 9223, 11957, 9234, 12599, 8911, 13527, 8920, 14856, 9658, 14848, 10222, 13583, 9328, 14546, 9307, 13268, 9705, 12957, 9798, 12235, 8911, 12458, 9505, 13108, 9908, 15893, 10573, 10711, 9639, 9102, 11257, 9141, 12309, 9370, 11849, 8958, 12010, 9560, 12919, 9725, 12984, 9359, 12733, 9707, 13181, 9874, 14912, 10187, 15693, 10096, 13912, 10343, 13304, 9622, 15700, 10186, 11459, 9550, 8817, 9530, 9231, 11739, 8864, 12493, 8991, 12476, 9375, 12305, 9712, 12451, 9157, 12415, 9193, 12042, 9331, 12113, 9759, 13115, 9336, 12272, 9398, 11234, 9639, 9964, 11053, 9062, 12110, 9047, 12290, 9371, 12546, 9352, 13014, 9198, 12443, 9167, 12677, 10167, 15241, 10332, 10046, 9395, 9104, 10825, 9636, 12060, 9849, 12948, 9180, 12463, 9551, 13888, 9748, 11297, 10006, 9731, 12534, 8947, 13302, 9165, 13707, 9462, 13209, 9990, 15081, 10127, 11459, 9281, 8679, 9820, 9486, 11273, 8755, 12324, 8824, 12387, 9652, 13274, 9553, 14847, 9336, 12807, 9474, 13597, 9749, 14435, 9881, 9971, 9568, 10895, 9983, 14395, 10237, 12981, 11044, 8783, 11411, 8850, 12280, 9090, 13266, 9268, 13372, 9210, 11169, 9501, 11900, 10698, 9100, 11405, 8778, 11879, 10408, 10486, 12189, 10714, 8868, 11127, 8723, 11959, 9401, 12565, 8788, 12722, 8888, 13378, 9591, 12852, 9529, 8682, 9724, 8869, 10315, 10261, 10228, 12158, 10225, 8957, 9639, 15457, 9652, 16704, 10839, 13691, 10043, 11938, 9546, 11249, 9669, 8866, 10848, 8784, 10853, 8914, 12120, 8913, 12520, 8876, 12352, 9420, 12972, 9491, 16029, 9435, 14301, 9179, 14653, 9751, 14038, 9706, 12508, 9700, 11555, 9389, 9303, 10811, 8927, 12273, 8706, 12584, 9674, 12781, 9811, 16024, 9207, 14727, 9281, 12339, 9752, 12772, 9853, 14551, 9368, 13302, 9424, 11964, 9394, 9284, 9344, 8834, 10283, 9061, 10486, 11371, 9853, 8723, 9890, 12374, 9023, 16970, 9716, 13662, 10039, 14121, 9022, 12358, 9278, 12078, 9527, 12848, 9110, 12503, 8841, 11884, 9473, 12271, 9391, 12305, 8844, 11898, 9654, 13290, 9754, 12003, 9585, 10768, 9749, 10600, 10045, 11969, 11462, 9273, 11279, 9018, 10311, 10460, 10847, 8863, 11601, 9469, 10297, 10555, 9859, 10621, 11506, 9197, 11830, 8616, 11970, 9162, 12692, 9106, 12806, 8556, 12073, 9933, 10221, 15899, 9381, 14518, 9918, 10385, 10270, 9982, 9865, 9036, 11034, 8807, 12335, 8460, 11931, 8718, 12812, 9002, 13138, 8921, 12267, 9561, 10301, 9337, 10666, 9203, 11195, 9043, 11251, 9217, 11957, 8770, 12072, 8637, 11813, 9215, 11562, 9560, 10721, 8806, 10542, 13831, 9765, 16618, 10314, 11021, 10265, 10431, 9606, 9789, 9974, 8813, 11437, 8469, 11500, 8789, 12218, 9035, 12607, 8578, 11897, 9592, 9634, 17136, 9201, 16468, 9527, 12836, 9192, 12557, 9150, 13506, 10091, 10011, 9077, 8800, 9509, 8110, 12270, 9060, 14502, 10165, 15924, 10294, 12706, 8827], 'WindowCenter': [4387.0, 4391.0, 4324.0, 4350.0, 4306.0, 4335.0, 4305.0, 4335.0, 4315.0, 4343.0, 4313.0, 4301.0, 4302.0, 4289.0, 4320.0, 4304.0, 4351.0, 4326.0, 4315.0, 4324.0, 4304.0, 4354.0, 4327.0, 4316.0, 4334.0, 4305.0, 4346.0, 4314.0, 4345.0, 4312.0, 4322.0, 4312.0, 4342.0, 4312.0, 4355.0, 4311.0, 4311.0, 4298.0, 4288.0, 4309.0, 4288.0, 4317.0, 4291.0, 4329.0, 4289.0, 4318.0, 4300.0, 4329.0, 4302.0, 4324.0, 4313.0, 4292.0, 4311.0, 4300.0, 4322.0, 4303.0, 4333.0, 4291.0, 4331.0, 4292.0, 4331.0, 4302.0, 4332.0, 4313.0, 4344.0, 4313.0, 4324.0, 4313.0, 4300.0, 4334.0, 4303.0, 4354.0, 4312.0, 4334.0, 4313.0, 4303.0, 4334.0, 4316.0, 4346.0, 4313.0, 4355.0, 4312.0, 4342.0, 4312.0, 4343.0, 4312.0, 4310.0, 4300.0, 4289.0, 4309.0, 4301.0, 4331.0, 4300.0, 4343.0, 4300.0, 4310.0, 4311.0, 4301.0, 4333.0, 4304.0, 4344.0, 4302.0, 4342.0, 4304.0, 4330.0, 4300.0, 4331.0, 4311.0, 4311.0, 4310.0, 4300.0, 4310.0, 4310.0, 4301.0, 4311.0, 4321.0, 4290.0, 4330.0, 4301.0, 4342.0, 4313.0, 4323.0, 4313.0, 4305.0, 4323.0, 4302.0, 4333.0, 4314.0, 4344.0, 4315.0, 4356.0, 4314.0, 4332.0, 4302.0, 4312.0, 4334.0, 4301.0, 4332.0, 4311.0, 4346.0, 4325.0, 4313.0, 4334.0, 4304.0, 4354.0, 4314.0, 4325.0, 4323.0, 4305.0, 4333.0, 4304.0, 4333.0, 4314.0, 4344.0, 4314.0, 4333.0, 4310.0, 4341.0, 4299.0, 4331.0, 4312.0, 4312.0, 4312.0, 4292.0, 4321.0, 4302.0, 4330.0, 4314.0, 4354.0, 4326.0, 4335.0, 4313.0, 4333.0, 4301.0, 4342.0, 4311.0, 4354.0, 4311.0, 4342.0, 4301.0, 4330.0, 4312.0, 4331.0, 4313.0, 4302.0, 4313.0, 4303.0, 4333.0, 4315.0, 4343.0, 4329.0, 4354.0, 4315.0, 4345.0, 4315.0, 4353.0, 4315.0, 4354.0, 4313.0, 4322.0, 4300.0, 4300.0, 4300.0, 4301.0, 4334.0, 4303.0, 4343.0, 4303.0, 4342.0, 4314.0, 4355.0, 4325.0, 4312.0, 4302.0, 4301.0, 4310.0, 4300.0, 4311.0, 4310.0, 4322.0, 4290.0, 4318.0, 4289.0, 4330.0, 4300.0, 4332.0, 4302.0, 4332.0, 4312.0, 4309.0, 4302.0, 4313.0, 4334.0, 4303.0, 4333.0, 4291.0, 4333.0, 4313.0, 4333.0, 4315.0, 4343.0, 4314.0, 4342.0, 4312.0, 4333.0, 4314.0, 4333.0, 4310.0, 4289.0, 4310.0, 4288.0, 4320.0, 4300.0, 4321.0, 4292.0, 4332.0, 4303.0, 4341.0, 4303.0, 4341.0, 4312.0, 4342.0, 4314.0, 4332.0, 4303.0, 4331.0, 4303.0, 4332.0, 4313.0, 4330.0, 4302.0, 4331.0, 4301.0, 4311.0, 4302.0, 4302.0, 4334.0, 4304.0, 4344.0, 4314.0, 4344.0, 4313.0, 4346.0, 4315.0, 4333.0, 4301.0, 4322.0, 4302.0, 4322.0, 4302.0, 4332.0, 4291.0, 4319.0, 4300.0, 4331.0, 4314.0, 4342.0, 4313.0, 4302.0, 4324.0, 4303.0, 4333.0, 4314.0, 4345.0, 4313.0, 4332.0, 4304.0, 4333.0, 4301.0, 4322.0, 4302.0, 4333.0, 4292.0, 4321.0, 4292.0, 4321.0, 4302.0, 4330.0, 4314.0, 4331.0, 4301.0, 4303.0, 4311.0, 4313.0, 4323.0, 4303.0, 4332.0, 4304.0, 4323.0, 4302.0, 4333.0, 4321.0, 4314.0, 4332.0, 4301.0, 4338.0, 4288.0, 4328.0, 4298.0, 4323.0, 4300.0, 4289.0, 4298.0, 4288.0, 4309.0, 4299.0, 4323.0, 4303.0, 4332.0, 4305.0, 4331.0, 4313.0, 4334.0, 4314.0, 4323.0, 4303.0, 4323.0, 4313.0, 4322.0, 4312.0, 4333.0, 4302.0, 4323.0, 4301.0, 4311.0, 4311.0, 4322.0, 4302.0, 4332.0, 4302.0, 4330.0, 4303.0, 4331.0, 4303.0, 4332.0, 4304.0, 4331.0, 4303.0, 4342.0, 4324.0, 4354.0, 4326.0, 4323.0, 4314.0, 4311.0, 4302.0, 4341.0, 4311.0, 4332.0, 4310.0, 4300.0, 4300.0, 4300.0, 4310.0, 4299.0, 4319.0, 4301.0, 4331.0, 4301.0, 4321.0, 4300.0, 4320.0, 4301.0, 4332.0, 4302.0, 4320.0, 4290.0, 4319.0, 4299.0, 4319.0, 4289.0, 4308.0, 4289.0, 4309.0, 4287.0, 4308.0, 4301.0, 4321.0, 4302.0, 4333.0, 4304.0, 4333.0, 4314.0, 4334.0, 4315.0, 4335.0, 4316.0, 4334.0, 4316.0, 4324.0, 4316.0, 4334.0, 4328.0, 4334.0, 4304.0, 4333.0, 4303.0, 4332.0, 4313.0, 4331.0, 4304.0, 4332.0, 4302.0, 4319.0, 4301.0, 4320.0, 4313.0, 4321.0, 4314.0, 4331.0, 4303.0, 4331.0, 4303.0, 4321.0, 4302.0, 4320.0, 4301.0, 4320.0, 4291.0, 4322.0, 4301.0, 4321.0, 4303.0, 4334.0, 4304.0, 4343.0, 4303.0, 4342.0, 4314.0, 4354.0, 4327.0, 4344.0, 4316.0, 4343.0, 4305.0, 4332.0, 4303.0, 4331.0, 4313.0, 4321.0, 4302.0, 4319.0, 4302.0, 4332.0, 4313.0, 4356.0, 4325.0, 4325.0, 4312.0, 4304.0, 4323.0, 4315.0, 4332.0, 4305.0, 4323.0, 4303.0, 4332.0, 4314.0, 4335.0, 4313.0, 4333.0, 4301.0, 4320.0, 4300.0, 4319.0, 4298.0, 4329.0, 4299.0, 4329.0, 4296.0, 4315.0, 4296.0, 4316.0, 4284.0, 4325.0, 4296.0, 4304.0, 4284.0, 4285.0, 4286.0, 4288.0, 4320.0, 4300.0, 4320.0, 4301.0, 4320.0, 4301.0, 4320.0, 4312.0, 4322.0, 4302.0, 4321.0, 4301.0, 4320.0, 4300.0, 4320.0, 4315.0, 4332.0, 4304.0, 4333.0, 4304.0, 4321.0, 4311.0, 4312.0, 4326.0, 4303.0, 4335.0, 4304.0, 4333.0, 4304.0, 4333.0, 4314.0, 4344.0, 4312.0, 4333.0, 4304.0, 4331.0, 4314.0, 4353.0, 4328.0, 4314.0, 4313.0, 4316.0, 4324.0, 4314.0, 4333.0, 4314.0, 4344.0, 4314.0, 4335.0, 4315.0, 4343.0, 4312.0, 4321.0, 4313.0, 4313.0, 4335.0, 4304.0, 4333.0, 4303.0, 4330.0, 4302.0, 4332.0, 4314.0, 4343.0, 4312.0, 4320.0, 4301.0, 4290.0, 4311.0, 4311.0, 4321.0, 4301.0, 4331.0, 4303.0, 4332.0, 4316.0, 4344.0, 4316.0, 4355.0, 4315.0, 4344.0, 4316.0, 4344.0, 4317.0, 4355.0, 4325.0, 4314.0, 4314.0, 4322.0, 4313.0, 4343.0, 4312.0, 4334.0, 4322.0, 4291.0, 4323.0, 4301.0, 4322.0, 4302.0, 4333.0, 4314.0, 4342.0, 4314.0, 4322.0, 4314.0, 4333.0, 4326.0, 4305.0, 4323.0, 4304.0, 4323.0, 4310.0, 4311.0, 4322.0, 4311.0, 4302.0, 4319.0, 4290.0, 4319.0, 4299.0, 4332.0, 4300.0, 4331.0, 4303.0, 4331.0, 4313.0, 4333.0, 4314.0, 4303.0, 4314.0, 4303.0, 4325.0, 4313.0, 4312.0, 4335.0, 4315.0, 4303.0, 4314.0, 4352.0, 4311.0, 4354.0, 4324.0, 4332.0, 4311.0, 4320.0, 4301.0, 4322.0, 4301.0, 4302.0, 4310.0, 4301.0, 4310.0, 4301.0, 4333.0, 4303.0, 4333.0, 4305.0, 4333.0, 4313.0, 4345.0, 4315.0, 4355.0, 4317.0, 4343.0, 4303.0, 4345.0, 4312.0, 4341.0, 4304.0, 4321.0, 4301.0, 4322.0, 4301.0, 4302.0, 4324.0, 4302.0, 4334.0, 4304.0, 4332.0, 4315.0, 4334.0, 4316.0, 4354.0, 4303.0, 4344.0, 4305.0, 4322.0, 4301.0, 4332.0, 4303.0, 4332.0, 4301.0, 4331.0, 4301.0, 4320.0, 4303.0, 4301.0, 4301.0, 4301.0, 4313.0, 4303.0, 4313.0, 4324.0, 4313.0, 4303.0, 4316.0, 4334.0, 4302.0, 4355.0, 4304.0, 4342.0, 4314.0, 4341.0, 4303.0, 4332.0, 4302.0, 4331.0, 4314.0, 4332.0, 4304.0, 4334.0, 4304.0, 4334.0, 4313.0, 4333.0, 4303.0, 4333.0, 4303.0, 4323.0, 4312.0, 4343.0, 4314.0, 4333.0, 4317.0, 4322.0, 4312.0, 4311.0, 4314.0, 4324.0, 4324.0, 4303.0, 4322.0, 4302.0, 4301.0, 4311.0, 4310.0, 4291.0, 4322.0, 4301.0, 4310.0, 4309.0, 4302.0, 4311.0, 4321.0, 4300.0, 4322.0, 4292.0, 4323.0, 4301.0, 4333.0, 4304.0, 4336.0, 4303.0, 4334.0, 4314.0, 4314.0, 4351.0, 4302.0, 4342.0, 4315.0, 4311.0, 4313.0, 4311.0, 4311.0, 4302.0, 4322.0, 4303.0, 4334.0, 4306.0, 4335.0, 4304.0, 4334.0, 4303.0, 4345.0, 4303.0, 4332.0, 4301.0, 4312.0, 4302.0, 4324.0, 4302.0, 4321.0, 4302.0, 4320.0, 4302.0, 4324.0, 4303.0, 4333.0, 4304.0, 4323.0, 4302.0, 4323.0, 4305.0, 4323.0, 4301.0, 4312.0, 4331.0, 4311.0, 4352.0, 4313.0, 4312.0, 4312.0, 4311.0, 4301.0, 4300.0, 4312.0, 4304.0, 4322.0, 4303.0, 4324.0, 4303.0, 4335.0, 4305.0, 4337.0, 4303.0, 4335.0, 4302.0, 4314.0, 4364.0, 4302.0, 4354.0, 4303.0, 4322.0, 4304.0, 4322.0, 4303.0, 4332.0, 4327.0, 4315.0, 4315.0, 4305.0, 4315.0, 4304.0, 4348.0, 4319.0, 4357.0, 4330.0, 4368.0, 4327.0, 4347.0, 4305.0], 'WindowWidth': [9687.0, 9682.0, 9574.0, 9605.0, 9536.0, 9572.0, 9530.0, 9571.0, 9547.0, 9579.0, 9535.0, 9519.0, 9518.0, 9499.0, 9543.0, 9526.0, 9588.0, 9557.0, 9542.0, 9553.0, 9527.0, 9597.0, 9564.0, 9546.0, 9570.0, 9531.0, 9590.0, 9542.0, 9583.0, 9536.0, 9547.0, 9535.0, 9575.0, 9535.0, 9598.0, 9532.0, 9528.0, 9510.0, 9494.0, 9524.0, 9497.0, 9535.0, 9502.0, 9554.0, 9500.0, 9538.0, 9516.0, 9554.0, 9522.0, 9553.0, 9541.0, 9510.0, 9533.0, 9517.0, 9549.0, 9524.0, 9566.0, 9508.0, 9562.0, 9507.0, 9560.0, 9523.0, 9561.0, 9539.0, 9580.0, 9539.0, 9552.0, 9536.0, 9517.0, 9568.0, 9526.0, 9597.0, 9537.0, 9567.0, 9540.0, 9525.0, 9569.0, 9547.0, 9589.0, 9539.0, 9600.0, 9536.0, 9575.0, 9537.0, 9577.0, 9534.0, 9529.0, 9514.0, 9498.0, 9525.0, 9517.0, 9560.0, 9517.0, 9578.0, 9518.0, 9531.0, 9533.0, 9520.0, 9565.0, 9527.0, 9584.0, 9523.0, 9576.0, 9525.0, 9557.0, 9518.0, 9561.0, 9533.0, 9531.0, 9530.0, 9514.0, 9531.0, 9528.0, 9517.0, 9531.0, 9547.0, 9504.0, 9558.0, 9519.0, 9576.0, 9540.0, 9554.0, 9540.0, 9529.0, 9552.0, 9523.0, 9567.0, 9541.0, 9583.0, 9543.0, 9600.0, 9541.0, 9562.0, 9522.0, 9536.0, 9571.0, 9521.0, 9564.0, 9535.0, 9585.0, 9555.0, 9540.0, 9566.0, 9526.0, 9595.0, 9542.0, 9557.0, 9552.0, 9530.0, 9564.0, 9525.0, 9566.0, 9541.0, 9584.0, 9540.0, 9564.0, 9531.0, 9572.0, 9514.0, 9558.0, 9536.0, 9535.0, 9535.0, 9507.0, 9545.0, 9523.0, 9558.0, 9542.0, 9596.0, 9561.0, 9570.0, 9539.0, 9563.0, 9520.0, 9575.0, 9533.0, 9595.0, 9534.0, 9576.0, 9519.0, 9556.0, 9534.0, 9559.0, 9537.0, 9520.0, 9535.0, 9525.0, 9564.0, 9544.0, 9580.0, 9571.0, 9598.0, 9545.0, 9584.0, 9543.0, 9594.0, 9542.0, 9595.0, 9541.0, 9546.0, 9518.0, 9516.0, 9516.0, 9520.0, 9569.0, 9523.0, 9577.0, 9525.0, 9578.0, 9541.0, 9598.0, 9558.0, 9536.0, 9521.0, 9516.0, 9528.0, 9515.0, 9531.0, 9529.0, 9545.0, 9502.0, 9539.0, 9501.0, 9555.0, 9517.0, 9563.0, 9521.0, 9562.0, 9535.0, 9529.0, 9521.0, 9537.0, 9568.0, 9524.0, 9566.0, 9508.0, 9565.0, 9538.0, 9566.0, 9544.0, 9580.0, 9540.0, 9577.0, 9536.0, 9563.0, 9539.0, 9562.0, 9531.0, 9500.0, 9529.0, 9498.0, 9542.0, 9516.0, 9544.0, 9507.0, 9562.0, 9524.0, 9574.0, 9525.0, 9574.0, 9537.0, 9577.0, 9542.0, 9560.0, 9523.0, 9559.0, 9523.0, 9560.0, 9538.0, 9558.0, 9523.0, 9560.0, 9520.0, 9532.0, 9523.0, 9524.0, 9567.0, 9529.0, 9581.0, 9542.0, 9581.0, 9540.0, 9589.0, 9544.0, 9567.0, 9521.0, 9548.0, 9521.0, 9547.0, 9523.0, 9563.0, 9506.0, 9541.0, 9516.0, 9559.0, 9541.0, 9576.0, 9538.0, 9523.0, 9554.0, 9526.0, 9566.0, 9542.0, 9586.0, 9540.0, 9566.0, 9526.0, 9563.0, 9520.0, 9548.0, 9522.0, 9565.0, 9508.0, 9545.0, 9506.0, 9544.0, 9522.0, 9558.0, 9540.0, 9560.0, 9519.0, 9523.0, 9533.0, 9539.0, 9553.0, 9525.0, 9565.0, 9527.0, 9551.0, 9522.0, 9565.0, 9545.0, 9538.0, 9560.0, 9517.0, 9564.0, 9496.0, 9551.0, 9511.0, 9548.0, 9515.0, 9498.0, 9510.0, 9497.0, 9526.0, 9515.0, 9551.0, 9522.0, 9562.0, 9528.0, 9560.0, 9538.0, 9569.0, 9539.0, 9549.0, 9525.0, 9553.0, 9537.0, 9551.0, 9536.0, 9566.0, 9521.0, 9550.0, 9518.0, 9532.0, 9531.0, 9549.0, 9520.0, 9560.0, 9521.0, 9557.0, 9523.0, 9561.0, 9524.0, 9564.0, 9527.0, 9562.0, 9524.0, 9577.0, 9554.0, 9595.0, 9560.0, 9550.0, 9541.0, 9534.0, 9521.0, 9572.0, 9532.0, 9562.0, 9530.0, 9515.0, 9516.0, 9515.0, 9529.0, 9513.0, 9541.0, 9517.0, 9560.0, 9517.0, 9544.0, 9516.0, 9544.0, 9519.0, 9563.0, 9518.0, 9542.0, 9501.0, 9540.0, 9512.0, 9539.0, 9498.0, 9523.0, 9497.0, 9522.0, 9494.0, 9523.0, 9517.0, 9545.0, 9521.0, 9563.0, 9528.0, 9564.0, 9541.0, 9568.0, 9546.0, 9573.0, 9547.0, 9569.0, 9545.0, 9555.0, 9544.0, 9567.0, 9564.0, 9568.0, 9527.0, 9564.0, 9524.0, 9562.0, 9538.0, 9560.0, 9526.0, 9562.0, 9520.0, 9541.0, 9518.0, 9541.0, 9537.0, 9545.0, 9540.0, 9559.0, 9524.0, 9558.0, 9523.0, 9545.0, 9520.0, 9544.0, 9517.0, 9543.0, 9504.0, 9546.0, 9520.0, 9547.0, 9525.0, 9567.0, 9528.0, 9578.0, 9527.0, 9578.0, 9545.0, 9595.0, 9566.0, 9583.0, 9547.0, 9581.0, 9528.0, 9565.0, 9524.0, 9560.0, 9537.0, 9545.0, 9521.0, 9542.0, 9522.0, 9560.0, 9540.0, 9600.0, 9562.0, 9558.0, 9536.0, 9526.0, 9551.0, 9542.0, 9565.0, 9529.0, 9552.0, 9525.0, 9563.0, 9541.0, 9572.0, 9540.0, 9567.0, 9520.0, 9545.0, 9514.0, 9543.0, 9512.0, 9556.0, 9513.0, 9555.0, 9506.0, 9531.0, 9504.0, 9528.0, 9487.0, 9543.0, 9501.0, 9510.0, 9486.0, 9488.0, 9489.0, 9497.0, 9543.0, 9515.0, 9542.0, 9519.0, 9542.0, 9520.0, 9545.0, 9536.0, 9548.0, 9522.0, 9545.0, 9520.0, 9543.0, 9517.0, 9544.0, 9543.0, 9562.0, 9527.0, 9565.0, 9527.0, 9547.0, 9536.0, 9536.0, 9559.0, 9526.0, 9570.0, 9528.0, 9566.0, 9527.0, 9567.0, 9542.0, 9584.0, 9537.0, 9564.0, 9526.0, 9560.0, 9541.0, 9593.0, 9565.0, 9542.0, 9540.0, 9546.0, 9556.0, 9541.0, 9568.0, 9543.0, 9585.0, 9540.0, 9573.0, 9542.0, 9579.0, 9537.0, 9548.0, 9538.0, 9538.0, 9571.0, 9525.0, 9567.0, 9524.0, 9556.0, 9520.0, 9562.0, 9539.0, 9580.0, 9533.0, 9543.0, 9519.0, 9503.0, 9533.0, 9533.0, 9548.0, 9521.0, 9562.0, 9525.0, 9563.0, 9545.0, 9580.0, 9547.0, 9597.0, 9545.0, 9582.0, 9547.0, 9581.0, 9549.0, 9599.0, 9561.0, 9541.0, 9541.0, 9548.0, 9538.0, 9577.0, 9536.0, 9568.0, 9549.0, 9506.0, 9549.0, 9519.0, 9549.0, 9523.0, 9568.0, 9540.0, 9578.0, 9541.0, 9550.0, 9542.0, 9568.0, 9560.0, 9529.0, 9553.0, 9525.0, 9551.0, 9531.0, 9533.0, 9547.0, 9531.0, 9521.0, 9541.0, 9502.0, 9541.0, 9515.0, 9562.0, 9517.0, 9561.0, 9524.0, 9561.0, 9539.0, 9565.0, 9541.0, 9525.0, 9541.0, 9528.0, 9558.0, 9540.0, 9538.0, 9571.0, 9542.0, 9526.0, 9540.0, 9589.0, 9535.0, 9597.0, 9554.0, 9561.0, 9534.0, 9544.0, 9520.0, 9546.0, 9519.0, 9521.0, 9531.0, 9519.0, 9530.0, 9518.0, 9565.0, 9526.0, 9567.0, 9530.0, 9565.0, 9540.0, 9583.0, 9544.0, 9600.0, 9547.0, 9579.0, 9524.0, 9581.0, 9536.0, 9576.0, 9525.0, 9546.0, 9519.0, 9545.0, 9519.0, 9521.0, 9556.0, 9522.0, 9569.0, 9528.0, 9564.0, 9543.0, 9568.0, 9547.0, 9596.0, 9526.0, 9580.0, 9528.0, 9548.0, 9520.0, 9561.0, 9523.0, 9562.0, 9519.0, 9557.0, 9517.0, 9542.0, 9523.0, 9519.0, 9519.0, 9519.0, 9536.0, 9522.0, 9538.0, 9552.0, 9539.0, 9524.0, 9545.0, 9565.0, 9522.0, 9598.0, 9526.0, 9576.0, 9540.0, 9573.0, 9524.0, 9561.0, 9524.0, 9560.0, 9541.0, 9564.0, 9528.0, 9568.0, 9528.0, 9568.0, 9539.0, 9565.0, 9527.0, 9564.0, 9525.0, 9549.0, 9538.0, 9579.0, 9546.0, 9566.0, 9546.0, 9549.0, 9537.0, 9534.0, 9541.0, 9554.0, 9554.0, 9523.0, 9549.0, 9520.0, 9518.0, 9532.0, 9530.0, 9503.0, 9548.0, 9518.0, 9529.0, 9526.0, 9520.0, 9532.0, 9545.0, 9517.0, 9548.0, 9509.0, 9550.0, 9522.0, 9566.0, 9528.0, 9573.0, 9525.0, 9570.0, 9541.0, 9540.0, 9586.0, 9521.0, 9575.0, 9541.0, 9533.0, 9537.0, 9533.0, 9533.0, 9522.0, 9549.0, 9524.0, 9567.0, 9531.0, 9570.0, 9526.0, 9569.0, 9527.0, 9586.0, 9525.0, 9565.0, 9518.0, 9534.0, 9520.0, 9553.0, 9521.0, 9546.0, 9520.0, 9544.0, 9520.0, 9554.0, 9523.0, 9565.0, 9526.0, 9551.0, 9521.0, 9551.0, 9527.0, 9550.0, 9519.0, 9534.0, 9557.0, 9532.0, 9587.0, 9535.0, 9531.0, 9534.0, 9530.0, 9518.0, 9516.0, 9534.0, 9524.0, 9550.0, 9526.0, 9555.0, 9526.0, 9570.0, 9530.0, 9576.0, 9526.0, 9570.0, 9522.0, 9540.0, 9609.0, 9522.0, 9596.0, 9524.0, 9549.0, 9523.0, 9546.0, 9524.0, 9562.0, 9561.0, 9544.0, 9544.0, 9529.0, 9544.0, 9530.0, 9591.0, 9556.0, 9606.0, 9571.0, 9621.0, 9562.0, 9590.0, 9530.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.0003215632183908046</td></tr>
<tr><td colspan=3>aqi</td><td>0.016976888850574714</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.06485241712314</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.275301946064441</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0015447503912533</td></tr>
<tr><td colspan=3>efc</td><td>0.5134</td></tr>
<tr><td colspan=3>fber</td><td>4632.9531</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07857027756280105</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6091954022988506</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.299735723003505</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.167942039221325</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.525372576154062</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2058925536351284</td></tr>
<tr><td colspan=3>gcor</td><td>0.00587538</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011837741360068321</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03502668812870979</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.230994878403963</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.9431</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8265</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.6893</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289714.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1061.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.3723</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2706</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.928</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3487.538</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86830.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4498.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.422</td></tr>
<tr><td colspan=3>tsnr</td><td>46.58863922220189</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>