<?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-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0031_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0031/ses-01/func/sub-0031_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>64c2eb2c56d08c9e08d283b009952157</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:04:56.470000</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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>dbc03a8f-6e27-400f-892e-f5a6b0cc87ab||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': ['130456.470000', '130456.930000', '130457.390000', '130457.850000', '130458.310000', '130458.770000', '130459.230000', '130459.690000', '130500.150000', '130500.610000', '130501.070000', '130501.530000', '130501.990000', '130502.450000', '130502.910000', '130503.370000', '130503.830000', '130504.290000', '130504.750000', '130505.210000', '130505.670000', '130506.130000', '130506.590000', '130507.050000', '130507.510000', '130507.970000', '130508.430000', '130508.890000', '130509.350000', '130509.810000', '130510.270000', '130510.730000', '130511.190000', '130511.650000', '130512.110000', '130512.570000', '130513.030000', '130513.490000', '130513.950000', '130514.410000', '130514.870000', '130515.330000', '130515.790000', '130516.250000', '130516.710000', '130517.170000', '130517.630000', '130518.090000', '130518.550000', '130519.010000', '130519.470000', '130519.930000', '130520.390000', '130520.850000', '130521.310000', '130521.770000', '130522.230000', '130522.690000', '130523.150000', '130523.610000', '130524.070000', '130524.530000', '130524.990000', '130525.450000', '130525.910000', '130526.370000', '130526.830000', '130527.290000', '130527.750000', '130528.210000', '130528.670000', '130529.130000', '130529.590000', '130530.050000', '130530.510000', '130530.970000', '130531.430000', '130531.890000', '130532.350000', '130532.810000', '130533.270000', '130533.730000', '130534.190000', '130534.650000', '130535.110000', '130535.570000', '130536.030000', '130536.490000', '130536.950000', '130537.410000', '130537.870000', '130538.330000', '130538.790000', '130539.250000', '130539.710000', '130540.170000', '130540.630000', '130541.090000', '130541.550000', '130542.010000', '130542.470000', '130542.930000', '130543.390000', '130543.850000', '130544.310000', '130544.770000', '130545.230000', '130545.690000', '130546.150000', '130546.610000', '130547.070000', '130547.530000', '130547.990000', '130548.450000', '130548.910000', '130549.370000', '130549.830000', '130550.290000', '130550.750000', '130551.210000', '130551.670000', '130552.130000', '130552.590000', '130553.050000', '130553.510000', '130553.970000', '130554.430000', '130554.890000', '130555.350000', '130555.810000', '130556.270000', '130556.730000', '130557.190000', '130557.650000', '130558.110000', '130558.570000', '130559.030000', '130559.490000', '130559.950000', '130600.410000', '130600.870000', '130601.330000', '130601.790000', '130602.250000', '130602.710000', '130603.170000', '130603.630000', '130604.090000', '130604.550000', '130605.010000', '130605.470000', '130605.930000', '130606.390000', '130606.850000', '130607.310000', '130607.770000', '130608.230000', '130608.690000', '130609.150000', '130609.610000', '130610.070000', '130610.530000', '130610.990000', '130611.450000', '130611.910000', '130612.370000', '130612.830000', '130613.290000', '130613.750000', '130614.210000', '130614.670000', '130615.130000', '130615.590000', '130616.050000', '130616.510000', '130616.970000', '130617.430000', '130617.890000', '130618.350000', '130618.810000', '130619.270000', '130619.730000', '130620.190000', '130620.650000', '130621.110000', '130621.570000', '130622.030000', '130622.490000', '130622.950000', '130623.410000', '130623.870000', '130624.330000', '130624.790000', '130625.250000', '130625.710000', '130626.170000', '130626.630000', '130627.090000', '130627.550000', '130628.010000', '130628.470000', '130628.930000', '130629.390000', '130629.850000', '130630.310000', '130630.770000', '130631.230000', '130631.690000', '130632.150000', '130632.610000', '130633.070000', '130633.530000', '130633.990000', '130634.450000', '130634.910000', '130635.370000', '130635.830000', '130636.290000', '130636.750000', '130637.210000', '130637.670000', '130638.130000', '130638.590000', '130639.050000', '130639.510000', '130639.970000', '130640.430000', '130640.890000', '130641.350000', '130641.810000', '130642.270000', '130642.730000', '130643.190000', '130643.650000', '130644.110000', '130644.570000', '130645.030000', '130645.490000', '130645.950000', '130646.410000', '130646.870000', '130647.330000', '130647.790000', '130648.250000', '130648.710000', '130649.170000', '130649.630000', '130650.090000', '130650.550000', '130651.010000', '130651.470000', '130651.930000', '130652.390000', '130652.850000', '130653.310000', '130653.770000', '130654.230000', '130654.690000', '130655.150000', '130655.610000', '130656.070000', '130656.530000', '130656.990000', '130657.450000', '130657.910000', '130658.370000', '130658.830000', '130659.290000', '130659.750000', '130700.210000', '130700.670000', '130701.130000', '130701.590000', '130702.050000', '130702.510000', '130702.970000', '130703.430000', '130703.890000', '130704.350000', '130704.810000', '130705.270000', '130705.730000', '130706.190000', '130706.650000', '130707.110000', '130707.570000', '130708.030000', '130708.490000', '130708.950000', '130709.410000', '130709.870000', '130710.330000', '130710.790000', '130711.250000', '130711.710000', '130712.170000', '130712.630000', '130713.090000', '130713.550000', '130714.010000', '130714.470000', '130714.930000', '130715.390000', '130715.850000', '130716.310000', '130716.770000', '130717.230000', '130717.690000', '130718.150000', '130718.610000', '130719.070000', '130719.530000', '130719.990000', '130720.450000', '130720.910000', '130721.370000', '130721.830000', '130722.290000', '130722.750000', '130723.210000', '130723.670000', '130724.130000', '130724.590000', '130725.050000', '130725.510000', '130725.970000', '130726.430000', '130726.890000', '130727.350000', '130727.810000', '130728.270000', '130728.730000', '130729.190000', '130729.650000', '130730.110000', '130730.570000', '130731.030000', '130731.490000', '130731.950000', '130732.410000', '130732.870000', '130733.330000', '130733.790000', '130734.250000', '130734.710000', '130735.170000', '130735.630000', '130736.090000', '130736.550000', '130737.010000', '130737.470000', '130737.930000', '130738.390000', '130738.850000', '130739.310000', '130739.770000', '130740.230000', '130740.690000', '130741.150000', '130741.610000', '130742.070000', '130742.530000', '130742.990000', '130743.450000', '130743.910000', '130744.370000', '130744.830000', '130745.290000', '130745.750000', '130746.210000', '130746.670000', '130747.130000', '130747.590000', '130748.050000', '130748.510000', '130748.970000', '130749.430000', '130749.890000', '130750.350000', '130750.810000', '130751.270000', '130751.730000', '130752.190000', '130752.650000', '130753.110000', '130753.570000', '130754.030000', '130754.490000', '130754.950000', '130755.410000', '130755.870000', '130756.330000', '130756.790000', '130757.250000', '130757.710000', '130758.170000', '130758.630000', '130759.090000', '130759.550000', '130800.010000', '130800.470000', '130800.930000', '130801.390000', '130801.850000', '130802.310000', '130802.770000', '130803.230000', '130803.690000', '130804.150000', '130804.610000', '130805.070000', '130805.530000', '130805.990000', '130806.450000', '130806.910000', '130807.370000', '130807.830000', '130808.290000', '130808.750000', '130809.210000', '130809.670000', '130810.130000', '130810.590000', '130811.050000', '130811.510000', '130811.970000', '130812.430000', '130812.890000', '130813.350000', '130813.810000', '130814.270000', '130814.730000', '130815.190000', '130815.650000', '130816.110000', '130816.570000', '130817.030000', '130817.490000', '130817.950000', '130818.410000', '130818.870000', '130819.330000', '130819.790000', '130820.250000', '130820.710000', '130821.170000', '130821.630000', '130822.090000', '130822.550000', '130823.010000', '130823.470000', '130823.930000', '130824.390000', '130824.850000', '130825.310000', '130825.770000', '130826.230000', '130826.690000', '130827.150000', '130827.610000', '130828.070000', '130828.530000', '130828.990000', '130829.450000', '130829.910000', '130830.370000', '130830.830000', '130831.290000', '130831.750000', '130832.210000', '130832.670000', '130833.130000', '130833.590000', '130834.050000', '130834.510000', '130834.970000', '130835.430000', '130835.890000', '130836.350000', '130836.810000', '130837.270000', '130837.730000', '130838.190000', '130838.650000', '130839.110000', '130839.570000', '130840.030000', '130840.490000', '130840.950000', '130841.410000', '130841.870000', '130842.330000', '130842.790000', '130843.250000', '130843.710000', '130844.170000', '130844.630000', '130845.090000', '130845.550000', '130846.010000', '130846.470000', '130846.930000', '130847.390000', '130847.850000', '130848.310000', '130848.770000', '130849.230000', '130849.690000', '130850.150000', '130850.610000', '130851.070000', '130851.530000', '130851.990000', '130852.450000', '130852.910000', '130853.370000', '130853.830000', '130854.290000', '130854.750000', '130855.210000', '130855.670000', '130856.130000', '130856.590000', '130857.050000', '130857.510000', '130857.970000', '130858.430000', '130858.890000', '130859.350000', '130859.810000', '130900.270000', '130900.730000', '130901.190000', '130901.650000', '130902.110000', '130902.570000', '130903.030000', '130903.490000', '130903.950000', '130904.410000', '130904.870000', '130905.330000', '130905.790000', '130906.250000', '130906.710000', '130907.170000', '130907.630000', '130908.090000', '130908.550000', '130909.010000', '130909.470000', '130909.930000', '130910.390000', '130910.850000', '130911.310000', '130911.770000', '130912.230000', '130912.690000', '130913.150000', '130913.610000', '130914.070000', '130914.530000', '130914.990000', '130915.450000', '130915.910000', '130916.370000', '130916.830000', '130917.290000', '130917.750000', '130918.210000', '130918.670000', '130919.130000', '130919.590000', '130920.050000', '130920.510000', '130920.970000', '130921.430000', '130921.890000', '130922.350000', '130922.810000', '130923.270000', '130923.730000', '130924.190000', '130924.650000', '130925.110000', '130925.570000', '130926.030000', '130926.490000', '130926.950000', '130927.410000', '130927.870000', '130928.330000', '130928.790000', '130929.250000', '130929.710000', '130930.170000', '130930.630000', '130931.090000', '130931.550000', '130932.010000', '130932.470000', '130932.930000', '130933.390000', '130933.850000', '130934.310000', '130934.770000', '130935.230000', '130935.690000', '130936.150000', '130936.610000', '130937.070000', '130937.530000', '130937.990000', '130938.450000', '130938.910000', '130939.370000', '130939.830000', '130940.290000', '130940.750000', '130941.210000', '130941.670000', '130942.130000', '130942.590000', '130943.050000', '130943.510000', '130943.970000', '130944.430000', '130944.890000', '130945.350000', '130945.810000', '130946.270000', '130946.730000', '130947.190000', '130947.650000', '130948.110000', '130948.570000', '130949.030000', '130949.490000', '130949.950000', '130950.410000', '130950.870000', '130951.330000', '130951.790000', '130952.250000', '130952.710000', '130953.170000', '130953.630000', '130954.090000', '130954.550000', '130955.010000', '130955.470000', '130955.930000', '130956.390000', '130956.850000', '130957.310000', '130957.770000', '130958.230000', '130958.690000', '130959.150000', '130959.610000', '131000.070000', '131000.530000', '131000.990000', '131001.450000', '131001.910000', '131002.370000', '131002.830000', '131003.290000', '131003.750000', '131004.210000', '131004.670000', '131005.130000', '131005.590000', '131006.050000', '131006.510000', '131006.970000', '131007.430000', '131007.890000', '131008.350000', '131008.810000', '131009.270000', '131009.730000', '131010.190000', '131010.650000', '131011.110000', '131011.570000', '131012.030000', '131012.490000', '131012.950000', '131013.410000', '131013.870000', '131014.330000', '131014.790000', '131015.250000', '131015.710000', '131016.170000', '131016.630000', '131017.090000', '131017.550000', '131018.010000', '131018.470000', '131018.930000', '131019.390000', '131019.850000', '131020.310000', '131020.770000', '131021.230000', '131021.690000', '131022.150000', '131022.610000', '131023.070000', '131023.530000', '131023.990000', '131024.450000', '131024.910000', '131025.370000', '131025.830000', '131026.290000', '131026.750000', '131027.210000', '131027.670000', '131028.130000', '131028.590000', '131029.050000', '131029.510000', '131029.970000', '131030.430000', '131030.890000', '131031.350000', '131031.810000', '131032.270000', '131032.730000', '131033.190000', '131033.650000', '131034.110000', '131034.570000', '131035.030000', '131035.490000', '131035.950000', '131036.410000', '131036.870000', '131037.330000', '131037.790000', '131038.250000', '131038.710000', '131039.170000', '131039.630000', '131040.090000', '131040.550000', '131041.010000', '131041.470000', '131041.930000', '131042.390000', '131042.850000', '131043.310000', '131043.770000', '131044.230000', '131044.690000', '131045.150000', '131045.610000', '131046.070000', '131046.530000', '131046.990000', '131047.450000', '131047.910000', '131048.370000', '131048.830000', '131049.290000', '131049.750000', '131050.210000', '131050.670000', '131051.130000', '131051.590000', '131052.050000', '131052.510000', '131052.970000', '131053.430000', '131053.890000', '131054.350000', '131054.810000', '131055.270000', '131055.730000', '131056.190000', '131056.650000', '131057.110000', '131057.570000', '131058.030000', '131058.490000', '131058.950000', '131059.410000', '131059.870000', '131100.330000', '131100.790000', '131101.250000', '131101.710000', '131102.170000', '131102.630000', '131103.090000', '131103.550000', '131104.010000', '131104.470000', '131104.930000', '131105.390000', '131105.850000', '131106.310000', '131106.770000', '131107.230000', '131107.690000', '131108.150000', '131108.610000', '131109.070000', '131109.530000', '131109.990000', '131110.450000', '131110.910000', '131111.370000', '131111.830000', '131112.290000', '131112.750000', '131113.210000', '131113.670000', '131114.130000', '131114.590000', '131115.050000', '131115.510000', '131115.970000', '131116.430000', '131116.890000', '131117.350000', '131117.810000', '131118.270000', '131118.730000', '131119.190000', '131119.650000', '131120.110000', '131120.570000', '131121.030000', '131121.490000', '131121.950000', '131122.410000', '131122.870000', '131123.330000', '131123.790000', '131124.250000', '131124.710000', '131125.170000', '131125.630000', '131126.090000', '131126.550000', '131127.010000', '131127.470000', '131127.930000', '131128.390000', '131128.850000', '131129.310000', '131129.770000', '131130.230000', '131130.690000', '131131.150000', '131131.610000', '131132.070000', '131132.530000', '131132.990000', '131133.450000', '131133.910000', '131134.370000', '131134.830000', '131135.290000', '131135.750000', '131136.210000', '131136.670000', '131137.130000'], 'ContentTime': ['130506.202000', '130506.205000', '130506.208000', '130506.219000', '130506.222000', '130506.238000', '130506.241000', '130506.244000', '130506.248000', '130506.251000', '130506.259000', '130506.262000', '130506.270000', '130506.273000', '130506.276000', '130506.279000', '130506.282000', '130506.285000', '130506.287000', '130506.290000', '130526.172000', '130526.175000', '130526.178000', '130526.181000', '130526.184000', '130526.186000', '130526.189000', '130526.192000', '130526.195000', '130526.198000', '130526.201000', '130526.204000', '130526.207000', '130526.209000', '130526.212000', '130526.215000', '130526.218000', '130526.221000', '130526.224000', '130526.232000', '130526.234000', '130526.237000', '130526.240000', '130526.243000', '130526.246000', '130526.249000', '130526.256000', '130526.259000', '130526.262000', '130526.264000', '130526.267000', '130526.270000', '130526.273000', '130526.276000', '130526.279000', '130526.281000', '130526.284000', '130526.287000', '130526.290000', '130526.293000', '130526.296000', '130526.299000', '130526.301000', '130546.172000', '130546.175000', '130546.178000', '130546.181000', '130546.183000', '130546.186000', '130546.189000', '130546.192000', '130546.195000', '130546.198000', '130546.201000', '130546.204000', '130546.207000', '130546.209000', '130546.212000', '130546.215000', '130546.218000', '130546.221000', '130546.224000', '130546.227000', '130546.230000', '130546.232000', '130546.235000', '130546.238000', '130546.241000', '130546.244000', '130546.247000', '130546.250000', '130546.253000', '130546.256000', '130546.259000', '130546.262000', '130546.265000', '130546.273000', '130546.282000', '130546.285000', '130546.288000', '130546.291000', '130546.294000', '130546.297000', '130546.299000', '130546.302000', '130546.305000', '130546.308000', '130606.172000', '130606.175000', '130606.178000', '130606.181000', '130606.183000', '130606.186000', '130606.189000', '130606.192000', '130606.195000', '130606.198000', '130606.201000', '130606.203000', '130606.206000', '130606.209000', '130606.212000', '130606.215000', '130606.217000', '130606.220000', '130606.223000', '130606.226000', '130606.229000', '130606.232000', '130606.235000', '130606.237000', '130606.240000', '130606.243000', '130606.246000', '130606.249000', '130606.252000', '130606.255000', '130606.257000', '130606.260000', '130606.263000', '130606.266000', '130606.269000', '130606.272000', '130606.275000', '130606.277000', '130606.280000', '130606.283000', '130606.286000', '130606.289000', '130606.292000', '130626.172000', '130626.175000', '130626.178000', '130626.183000', '130626.186000', '130626.189000', '130626.192000', '130626.195000', '130626.198000', '130626.201000', '130626.204000', '130626.207000', '130626.210000', '130626.213000', '130626.216000', '130626.218000', '130626.221000', '130626.224000', '130626.227000', '130626.237000', '130626.240000', '130626.243000', '130626.246000', '130626.249000', '130626.252000', '130626.255000', '130626.257000', '130626.260000', '130626.263000', '130626.266000', '130626.269000', '130626.272000', '130626.282000', '130626.285000', '130626.288000', '130626.291000', '130626.293000', '130626.296000', '130626.299000', '130626.302000', '130626.305000', '130626.308000', '130626.311000', '130646.172000', '130646.175000', '130646.178000', '130646.181000', '130646.191000', '130646.194000', '130646.197000', '130646.200000', '130646.203000', '130646.206000', '130646.209000', '130646.211000', '130646.214000', '130646.217000', '130646.220000', '130646.223000', '130646.226000', '130646.229000', '130646.232000', '130646.234000', '130646.237000', '130646.240000', '130646.243000', '130646.246000', '130646.249000', '130646.252000', '130646.255000', '130646.258000', '130646.261000', '130646.263000', '130646.266000', '130646.269000', '130646.272000', '130646.275000', '130646.278000', '130646.286000', '130646.289000', '130646.292000', '130646.295000', '130646.298000', '130646.301000', '130646.303000', '130646.306000', '130646.309000', '130706.172000', '130706.175000', '130706.178000', '130706.181000', '130706.184000', '130706.187000', '130706.197000', '130706.200000', '130706.203000', '130706.206000', '130706.209000', '130706.212000', '130706.214000', '130706.217000', '130706.220000', '130706.223000', '130706.226000', '130706.229000', '130706.232000', '130706.234000', '130706.237000', '130706.240000', '130706.250000', '130706.252000', '130706.255000', '130706.258000', '130706.261000', '130706.264000', '130706.267000', '130706.270000', '130706.273000', '130706.276000', '130706.279000', '130706.281000', '130706.284000', '130706.287000', '130706.290000', '130706.293000', '130706.296000', '130706.299000', '130706.302000', '130706.305000', '130706.307000', '130726.172000', '130726.175000', '130726.178000', '130726.181000', '130726.184000', '130726.187000', '130726.189000', '130726.192000', '130726.195000', '130726.198000', '130726.201000', '130726.204000', '130726.207000', '130726.210000', '130726.212000', '130726.215000', '130726.218000', '130726.221000', '130726.224000', '130726.227000', '130726.230000', '130726.233000', '130726.235000', '130726.238000', '130726.241000', '130726.244000', '130726.247000', '130726.250000', '130726.253000', '130726.255000', '130726.258000', '130726.261000', '130726.264000', '130726.267000', '130726.270000', '130726.273000', '130726.275000', '130726.278000', '130726.281000', '130726.284000', '130726.287000', '130726.290000', '130726.293000', '130726.295000', '130746.172000', '130746.175000', '130746.178000', '130746.181000', '130746.184000', '130746.187000', '130746.190000', '130746.193000', '130746.195000', '130746.198000', '130746.201000', '130746.204000', '130746.207000', '130746.210000', '130746.213000', '130746.216000', '130746.219000', '130746.222000', '130746.225000', '130746.228000', '130746.231000', '130746.234000', '130746.236000', '130746.239000', '130746.242000', '130746.245000', '130746.248000', '130746.251000', '130746.254000', '130746.256000', '130746.259000', '130746.262000', '130746.265000', '130746.268000', '130746.271000', '130746.274000', '130746.277000', '130746.279000', '130746.282000', '130746.285000', '130746.288000', '130746.291000', '130746.294000', '130806.172000', '130806.175000', '130806.178000', '130806.181000', '130806.184000', '130806.187000', '130806.189000', '130806.192000', '130806.195000', '130806.198000', '130806.201000', '130806.204000', '130806.207000', '130806.210000', '130806.212000', '130806.228000', '130806.231000', '130806.234000', '130806.237000', '130806.239000', '130806.242000', '130806.245000', '130806.248000', '130806.251000', '130806.254000', '130806.257000', '130806.260000', '130806.263000', '130806.266000', '130806.269000', '130806.272000', '130806.274000', '130806.277000', '130806.280000', '130806.283000', '130806.286000', '130806.289000', '130806.292000', '130806.295000', '130806.297000', '130806.300000', '130806.303000', '130806.306000', '130806.309000', '130826.172000', '130826.175000', '130826.178000', '130826.181000', '130826.184000', '130826.187000', '130826.190000', '130826.192000', '130826.195000', '130826.198000', '130826.201000', '130826.204000', '130826.207000', '130826.210000', '130826.213000', '130826.216000', '130826.219000', '130826.222000', '130826.224000', '130826.235000', '130826.238000', '130826.241000', '130826.244000', '130826.247000', '130826.250000', '130826.253000', '130826.256000', '130826.259000', '130826.262000', '130826.265000', '130826.268000', '130826.271000', '130826.274000', '130826.276000', '130826.279000', '130826.282000', '130826.285000', '130826.288000', '130826.291000', '130826.294000', '130826.296000', '130826.299000', '130826.302000', '130846.172000', '130846.175000', '130846.178000', '130846.181000', '130846.184000', '130846.186000', '130846.189000', '130846.192000', '130846.195000', '130846.198000', '130846.201000', '130846.204000', '130846.207000', '130846.210000', '130846.213000', '130846.215000', '130846.218000', '130846.221000', '130846.224000', '130846.227000', '130846.230000', '130846.233000', '130846.236000', '130846.238000', '130846.241000', '130846.244000', '130846.247000', '130846.250000', '130846.253000', '130846.256000', '130846.259000', '130846.262000', '130846.264000', '130846.267000', '130846.270000', '130846.273000', '130846.276000', '130846.279000', '130846.282000', '130846.284000', '130846.287000', '130846.290000', '130846.293000', '130846.296000', '130906.172000', '130906.175000', '130906.178000', '130906.181000', '130906.184000', '130906.187000', '130906.190000', '130906.192000', '130906.195000', '130906.198000', '130906.201000', '130906.204000', '130906.207000', '130906.210000', '130906.213000', '130906.215000', '130906.218000', '130906.221000', '130906.224000', '130906.227000', '130906.230000', '130906.233000', '130906.236000', '130906.239000', '130906.241000', '130906.244000', '130906.247000', '130906.250000', '130906.253000', '130906.256000', '130906.259000', '130906.262000', '130906.265000', '130906.268000', '130906.271000', '130906.274000', '130906.277000', '130906.279000', '130906.282000', '130906.285000', '130906.288000', '130906.291000', '130906.294000', '130926.172000', '130926.175000', '130926.178000', '130926.181000', '130926.184000', '130926.186000', '130926.189000', '130926.192000', '130926.195000', '130926.198000', '130926.201000', '130926.204000', '130926.207000', '130926.210000', '130926.213000', '130926.215000', '130926.218000', '130926.221000', '130926.224000', '130926.227000', '130926.230000', '130926.233000', '130926.235000', '130926.238000', '130926.241000', '130926.244000', '130926.247000', '130926.250000', '130926.253000', '130926.256000', '130926.258000', '130926.261000', '130926.264000', '130926.267000', '130926.270000', '130926.273000', '130926.275000', '130926.278000', '130926.281000', '130926.284000', '130926.293000', '130926.296000', '130926.299000', '130926.301000', '130946.172000', '130946.175000', '130946.178000', '130946.181000', '130946.184000', '130946.187000', '130946.190000', '130946.192000', '130946.195000', '130946.198000', '130946.201000', '130946.205000', '130946.208000', '130946.211000', '130946.214000', '130946.217000', '130946.220000', '130946.223000', '130946.226000', '130946.228000', '130946.231000', '130946.234000', '130946.237000', '130946.240000', '130946.243000', '130946.246000', '130946.249000', '130946.252000', '130946.255000', '130946.258000', '130946.260000', '130946.263000', '130946.266000', '130946.269000', '130946.273000', '130946.276000', '130946.279000', '130946.282000', '130946.285000', '130946.288000', '130946.291000', '130946.293000', '130946.296000', '131006.172000', '131006.175000', '131006.178000', '131006.181000', '131006.184000', '131006.187000', '131006.189000', '131006.192000', '131006.195000', '131006.198000', '131006.201000', '131006.204000', '131006.207000', '131006.210000', '131006.212000', '131006.215000', '131006.218000', '131006.221000', '131006.224000', '131006.227000', '131006.230000', '131006.233000', '131006.235000', '131006.238000', '131006.241000', '131006.244000', '131006.247000', '131006.250000', '131006.253000', '131006.256000', '131006.259000', '131006.262000', '131006.264000', '131006.267000', '131006.270000', '131006.273000', '131006.276000', '131006.279000', '131006.282000', '131006.285000', '131006.288000', '131006.290000', '131006.293000', '131006.296000', '131026.172000', '131026.175000', '131026.178000', '131026.181000', '131026.184000', '131026.187000', '131026.189000', '131026.192000', '131026.195000', '131026.198000', '131026.201000', '131026.204000', '131026.207000', '131026.210000', '131026.213000', '131026.216000', '131026.218000', '131026.221000', '131026.224000', '131026.227000', '131026.230000', '131026.233000', '131026.236000', '131026.239000', '131026.241000', '131026.244000', '131026.247000', '131026.250000', '131026.253000', '131026.256000', '131026.259000', '131026.262000', '131026.265000', '131026.268000', '131026.270000', '131026.273000', '131026.276000', '131026.279000', '131026.282000', '131026.285000', '131026.288000', '131026.291000', '131026.293000', '131046.172000', '131046.175000', '131046.178000', '131046.181000', '131046.184000', '131046.187000', '131046.189000', '131046.192000', '131046.195000', '131046.198000', '131046.201000', '131046.204000', '131046.207000', '131046.210000', '131046.213000', '131046.215000', '131046.218000', '131046.221000', '131046.224000', '131046.227000', '131046.230000', '131046.233000', '131046.235000', '131046.238000', '131046.241000', '131046.244000', '131046.247000', '131046.250000', '131046.253000', '131046.256000', '131046.259000', '131046.261000', '131046.264000', '131046.267000', '131046.270000', '131046.273000', '131046.276000', '131046.279000', '131046.282000', '131046.284000', '131046.287000', '131046.290000', '131046.293000', '131046.296000', '131106.172000', '131106.175000', '131106.178000', '131106.181000', '131106.184000', '131106.187000', '131106.190000', '131106.192000', '131106.195000', '131106.198000', '131106.201000', '131106.204000', '131106.207000', '131106.210000', '131106.213000', '131106.216000', '131106.218000', '131106.221000', '131106.224000', '131106.227000', '131106.230000', '131106.233000', '131106.236000', '131106.239000', '131106.243000', '131106.246000', '131106.249000', '131106.252000', '131106.255000', '131106.258000', '131106.261000', '131106.265000', '131106.268000', '131106.271000', '131106.274000', '131106.276000', '131106.279000', '131106.282000', '131106.285000', '131106.288000', '131106.291000', '131106.294000', '131106.297000', '131126.172000', '131126.175000', '131126.178000', '131126.181000', '131126.184000', '131126.187000', '131126.190000', '131126.193000', '131126.196000', '131126.199000', '131126.202000', '131126.205000', '131126.208000', '131126.210000', '131126.213000', '131126.216000', '131126.219000', '131126.222000', '131126.225000', '131126.228000', '131126.230000', '131126.233000', '131126.236000', '131126.239000', '131126.242000', '131126.245000', '131126.248000', '131126.251000', '131126.254000', '131126.257000', '131126.259000', '131126.262000', '131126.265000', '131126.268000', '131126.271000', '131126.274000', '131126.277000', '131126.280000', '131126.282000', '131126.285000', '131126.288000', '131126.291000', '131126.294000', '131126.297000', '131138.098000', '131138.102000', '131138.106000', '131138.109000', '131138.112000', '131138.116000', '131138.119000', '131138.122000', '131138.126000', '131138.129000', '131138.133000', '131138.136000', '131138.139000', '131138.142000', '131138.145000', '131138.149000', '131138.152000', '131138.155000', '131138.158000', '131138.162000', '131138.165000', '131138.168000', '131138.172000', '131138.175000', '131138.179000', '131138.182000'], 'InstanceCreationTime': ['130506.202000', '130506.205000', '130506.208000', '130506.219000', '130506.222000', '130506.238000', '130506.241000', '130506.244000', '130506.248000', '130506.251000', '130506.259000', '130506.262000', '130506.270000', '130506.273000', '130506.276000', '130506.279000', '130506.282000', '130506.285000', '130506.287000', '130506.290000', '130526.172000', '130526.175000', '130526.178000', '130526.181000', '130526.184000', '130526.186000', '130526.189000', '130526.192000', '130526.195000', '130526.198000', '130526.201000', '130526.204000', '130526.207000', '130526.209000', '130526.212000', '130526.215000', '130526.218000', '130526.221000', '130526.224000', '130526.232000', '130526.234000', '130526.237000', '130526.240000', '130526.243000', '130526.246000', '130526.249000', '130526.256000', '130526.259000', '130526.262000', '130526.264000', '130526.267000', '130526.270000', '130526.273000', '130526.276000', '130526.279000', '130526.281000', '130526.284000', '130526.287000', '130526.290000', '130526.293000', '130526.296000', '130526.299000', '130526.301000', '130546.172000', '130546.175000', '130546.178000', '130546.181000', '130546.183000', '130546.186000', '130546.189000', '130546.192000', '130546.195000', '130546.198000', '130546.201000', '130546.204000', '130546.207000', '130546.209000', '130546.212000', '130546.215000', '130546.218000', '130546.221000', '130546.224000', '130546.227000', '130546.230000', '130546.232000', '130546.235000', '130546.238000', '130546.241000', '130546.244000', '130546.247000', '130546.250000', '130546.253000', '130546.256000', '130546.259000', '130546.262000', '130546.265000', '130546.273000', '130546.282000', '130546.285000', '130546.288000', '130546.291000', '130546.294000', '130546.297000', '130546.299000', '130546.302000', '130546.305000', '130546.308000', '130606.172000', '130606.175000', '130606.178000', '130606.181000', '130606.183000', '130606.186000', '130606.189000', '130606.192000', '130606.195000', '130606.198000', '130606.201000', '130606.203000', '130606.206000', '130606.209000', '130606.212000', '130606.215000', '130606.217000', '130606.220000', '130606.223000', '130606.226000', '130606.229000', '130606.232000', '130606.235000', '130606.237000', '130606.240000', '130606.243000', '130606.246000', '130606.249000', '130606.252000', '130606.255000', '130606.257000', '130606.260000', '130606.263000', '130606.266000', '130606.269000', '130606.272000', '130606.275000', '130606.277000', '130606.280000', '130606.283000', '130606.286000', '130606.289000', '130606.292000', '130626.172000', '130626.175000', '130626.178000', '130626.183000', '130626.186000', '130626.189000', '130626.192000', '130626.195000', '130626.198000', '130626.201000', '130626.204000', '130626.207000', '130626.210000', '130626.213000', '130626.216000', '130626.218000', '130626.221000', '130626.224000', '130626.227000', '130626.237000', '130626.240000', '130626.243000', '130626.246000', '130626.249000', '130626.252000', '130626.255000', '130626.257000', '130626.260000', '130626.263000', '130626.266000', '130626.269000', '130626.272000', '130626.282000', '130626.285000', '130626.288000', '130626.291000', '130626.293000', '130626.296000', '130626.299000', '130626.302000', '130626.305000', '130626.308000', '130626.311000', '130646.172000', '130646.175000', '130646.178000', '130646.181000', '130646.191000', '130646.194000', '130646.197000', '130646.200000', '130646.203000', '130646.206000', '130646.209000', '130646.211000', '130646.214000', '130646.217000', '130646.220000', '130646.223000', '130646.226000', '130646.229000', '130646.232000', '130646.234000', '130646.237000', '130646.240000', '130646.243000', '130646.246000', '130646.249000', '130646.252000', '130646.255000', '130646.258000', '130646.261000', '130646.263000', '130646.266000', '130646.269000', '130646.272000', '130646.275000', '130646.278000', '130646.286000', '130646.289000', '130646.292000', '130646.295000', '130646.298000', '130646.301000', '130646.303000', '130646.306000', '130646.309000', '130706.172000', '130706.175000', '130706.178000', '130706.181000', '130706.184000', '130706.187000', '130706.197000', '130706.200000', '130706.203000', '130706.206000', '130706.209000', '130706.212000', '130706.214000', '130706.217000', '130706.220000', '130706.223000', '130706.226000', '130706.229000', '130706.232000', '130706.234000', '130706.237000', '130706.240000', '130706.250000', '130706.252000', '130706.255000', '130706.258000', '130706.261000', '130706.264000', '130706.267000', '130706.270000', '130706.273000', '130706.276000', '130706.279000', '130706.281000', '130706.284000', '130706.287000', '130706.290000', '130706.293000', '130706.296000', '130706.299000', '130706.302000', '130706.305000', '130706.307000', '130726.172000', '130726.175000', '130726.178000', '130726.181000', '130726.184000', '130726.187000', '130726.189000', '130726.192000', '130726.195000', '130726.198000', '130726.201000', '130726.204000', '130726.207000', '130726.210000', '130726.212000', '130726.215000', '130726.218000', '130726.221000', '130726.224000', '130726.227000', '130726.230000', '130726.233000', '130726.235000', '130726.238000', '130726.241000', '130726.244000', '130726.247000', '130726.250000', '130726.253000', '130726.255000', '130726.258000', '130726.261000', '130726.264000', '130726.267000', '130726.270000', '130726.273000', '130726.275000', '130726.278000', '130726.281000', '130726.284000', '130726.287000', '130726.290000', '130726.293000', '130726.295000', '130746.172000', '130746.175000', '130746.178000', '130746.181000', '130746.184000', '130746.187000', '130746.190000', '130746.193000', '130746.195000', '130746.198000', '130746.201000', '130746.204000', '130746.207000', '130746.210000', '130746.213000', '130746.216000', '130746.219000', '130746.222000', '130746.225000', '130746.228000', '130746.231000', '130746.234000', '130746.236000', '130746.239000', '130746.242000', '130746.245000', '130746.248000', '130746.251000', '130746.254000', '130746.256000', '130746.259000', '130746.262000', '130746.265000', '130746.268000', '130746.271000', '130746.274000', '130746.277000', '130746.279000', '130746.282000', '130746.285000', '130746.288000', '130746.291000', '130746.294000', '130806.172000', '130806.175000', '130806.178000', '130806.181000', '130806.184000', '130806.187000', '130806.189000', '130806.192000', '130806.195000', '130806.198000', '130806.201000', '130806.204000', '130806.207000', '130806.210000', '130806.212000', '130806.228000', '130806.231000', '130806.234000', '130806.237000', '130806.239000', '130806.242000', '130806.245000', '130806.248000', '130806.251000', '130806.254000', '130806.257000', '130806.260000', '130806.263000', '130806.266000', '130806.269000', '130806.272000', '130806.274000', '130806.277000', '130806.280000', '130806.283000', '130806.286000', '130806.289000', '130806.292000', '130806.295000', '130806.297000', '130806.300000', '130806.303000', '130806.306000', '130806.309000', '130826.172000', '130826.175000', '130826.178000', '130826.181000', '130826.184000', '130826.187000', '130826.190000', '130826.192000', '130826.195000', '130826.198000', '130826.201000', '130826.204000', '130826.207000', '130826.210000', '130826.213000', '130826.216000', '130826.219000', '130826.222000', '130826.224000', '130826.235000', '130826.238000', '130826.241000', '130826.244000', '130826.247000', '130826.250000', '130826.253000', '130826.256000', '130826.259000', '130826.262000', '130826.265000', '130826.268000', '130826.271000', '130826.274000', '130826.276000', '130826.279000', '130826.282000', '130826.285000', '130826.288000', '130826.291000', '130826.294000', '130826.296000', '130826.299000', '130826.302000', '130846.172000', '130846.175000', '130846.178000', '130846.181000', '130846.184000', '130846.186000', '130846.189000', '130846.192000', '130846.195000', '130846.198000', '130846.201000', '130846.204000', '130846.207000', '130846.210000', '130846.213000', '130846.215000', '130846.218000', '130846.221000', '130846.224000', '130846.227000', '130846.230000', '130846.233000', '130846.236000', '130846.238000', '130846.241000', '130846.244000', '130846.247000', '130846.250000', '130846.253000', '130846.256000', '130846.259000', '130846.262000', '130846.264000', '130846.267000', '130846.270000', '130846.273000', '130846.276000', '130846.279000', '130846.282000', '130846.284000', '130846.287000', '130846.290000', '130846.293000', '130846.296000', '130906.172000', '130906.175000', '130906.178000', '130906.181000', '130906.184000', '130906.187000', '130906.190000', '130906.192000', '130906.195000', '130906.198000', '130906.201000', '130906.204000', '130906.207000', '130906.210000', '130906.213000', '130906.215000', '130906.218000', '130906.221000', '130906.224000', '130906.227000', '130906.230000', '130906.233000', '130906.236000', '130906.239000', '130906.241000', '130906.244000', '130906.247000', '130906.250000', '130906.253000', '130906.256000', '130906.259000', '130906.262000', '130906.265000', '130906.268000', '130906.271000', '130906.274000', '130906.277000', '130906.279000', '130906.282000', '130906.285000', '130906.288000', '130906.291000', '130906.294000', '130926.172000', '130926.175000', '130926.178000', '130926.181000', '130926.184000', '130926.186000', '130926.189000', '130926.192000', '130926.195000', '130926.198000', '130926.201000', '130926.204000', '130926.207000', '130926.210000', '130926.213000', '130926.215000', '130926.218000', '130926.221000', '130926.224000', '130926.227000', '130926.230000', '130926.233000', '130926.235000', '130926.238000', '130926.241000', '130926.244000', '130926.247000', '130926.250000', '130926.253000', '130926.256000', '130926.258000', '130926.261000', '130926.264000', '130926.267000', '130926.270000', '130926.273000', '130926.275000', '130926.278000', '130926.281000', '130926.284000', '130926.293000', '130926.296000', '130926.299000', '130926.301000', '130946.172000', '130946.175000', '130946.178000', '130946.181000', '130946.184000', '130946.187000', '130946.190000', '130946.192000', '130946.195000', '130946.198000', '130946.201000', '130946.205000', '130946.208000', '130946.211000', '130946.214000', '130946.217000', '130946.220000', '130946.223000', '130946.226000', '130946.228000', '130946.231000', '130946.234000', '130946.237000', '130946.240000', '130946.243000', '130946.246000', '130946.249000', '130946.252000', '130946.255000', '130946.258000', '130946.260000', '130946.263000', '130946.266000', '130946.269000', '130946.273000', '130946.276000', '130946.279000', '130946.282000', '130946.285000', '130946.288000', '130946.291000', '130946.293000', '130946.296000', '131006.172000', '131006.175000', '131006.178000', '131006.181000', '131006.184000', '131006.187000', '131006.189000', '131006.192000', '131006.195000', '131006.198000', '131006.201000', '131006.204000', '131006.207000', '131006.210000', '131006.212000', '131006.215000', '131006.218000', '131006.221000', '131006.224000', '131006.227000', '131006.230000', '131006.233000', '131006.235000', '131006.238000', '131006.241000', '131006.244000', '131006.247000', '131006.250000', '131006.253000', '131006.256000', '131006.259000', '131006.262000', '131006.264000', '131006.267000', '131006.270000', '131006.273000', '131006.276000', '131006.279000', '131006.282000', '131006.285000', '131006.288000', '131006.290000', '131006.293000', '131006.296000', '131026.172000', '131026.175000', '131026.178000', '131026.181000', '131026.184000', '131026.187000', '131026.189000', '131026.192000', '131026.195000', '131026.198000', '131026.201000', '131026.204000', '131026.207000', '131026.210000', '131026.213000', '131026.216000', '131026.218000', '131026.221000', '131026.224000', '131026.227000', '131026.230000', '131026.233000', '131026.236000', '131026.239000', '131026.241000', '131026.244000', '131026.247000', '131026.250000', '131026.253000', '131026.256000', '131026.259000', '131026.262000', '131026.265000', '131026.268000', '131026.270000', '131026.273000', '131026.276000', '131026.279000', '131026.282000', '131026.285000', '131026.288000', '131026.291000', '131026.293000', '131046.172000', '131046.175000', '131046.178000', '131046.181000', '131046.184000', '131046.187000', '131046.189000', '131046.192000', '131046.195000', '131046.198000', '131046.201000', '131046.204000', '131046.207000', '131046.210000', '131046.213000', '131046.215000', '131046.218000', '131046.221000', '131046.224000', '131046.227000', '131046.230000', '131046.233000', '131046.235000', '131046.238000', '131046.241000', '131046.244000', '131046.247000', '131046.250000', '131046.253000', '131046.256000', '131046.259000', '131046.261000', '131046.264000', '131046.267000', '131046.270000', '131046.273000', '131046.276000', '131046.279000', '131046.282000', '131046.284000', '131046.287000', '131046.290000', '131046.293000', '131046.296000', '131106.172000', '131106.175000', '131106.178000', '131106.181000', '131106.184000', '131106.187000', '131106.190000', '131106.192000', '131106.195000', '131106.198000', '131106.201000', '131106.204000', '131106.207000', '131106.210000', '131106.213000', '131106.216000', '131106.218000', '131106.221000', '131106.224000', '131106.227000', '131106.230000', '131106.233000', '131106.236000', '131106.239000', '131106.243000', '131106.246000', '131106.249000', '131106.252000', '131106.255000', '131106.258000', '131106.261000', '131106.265000', '131106.268000', '131106.271000', '131106.274000', '131106.276000', '131106.279000', '131106.282000', '131106.285000', '131106.288000', '131106.291000', '131106.294000', '131106.297000', '131126.172000', '131126.175000', '131126.178000', '131126.181000', '131126.184000', '131126.187000', '131126.190000', '131126.193000', '131126.196000', '131126.199000', '131126.202000', '131126.205000', '131126.208000', '131126.210000', '131126.213000', '131126.216000', '131126.219000', '131126.222000', '131126.225000', '131126.228000', '131126.230000', '131126.233000', '131126.236000', '131126.239000', '131126.242000', '131126.245000', '131126.248000', '131126.251000', '131126.254000', '131126.257000', '131126.259000', '131126.262000', '131126.265000', '131126.268000', '131126.271000', '131126.274000', '131126.277000', '131126.280000', '131126.282000', '131126.285000', '131126.288000', '131126.291000', '131126.294000', '131126.297000', '131138.098000', '131138.102000', '131138.106000', '131138.109000', '131138.112000', '131138.116000', '131138.119000', '131138.122000', '131138.126000', '131138.129000', '131138.133000', '131138.136000', '131138.139000', '131138.142000', '131138.145000', '131138.149000', '131138.152000', '131138.155000', '131138.158000', '131138.162000', '131138.165000', '131138.168000', '131138.172000', '131138.175000', '131138.179000', '131138.182000'], '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': [17341, 11343, 16948, 10934, 16292, 11454, 16405, 12126, 16985, 10924, 15834, 11665, 15835, 11870, 16905, 12220, 10010, 12150, 8520, 14173, 8786, 15772, 10282, 15481, 10247, 16479, 12048, 13655, 12168, 10166, 12736, 10226, 15743, 10271, 17149, 10561, 16500, 11856, 17341, 12698, 9855, 12710, 8023, 15001, 10417, 16919, 12674, 13876, 11576, 8914, 14261, 9525, 17251, 12052, 16594, 11026, 9895, 13750, 9701, 17579, 11172, 15849, 11087, 10412, 14069, 10768, 18400, 11785, 9217, 12973, 9594, 16049, 11918, 11613, 12454, 8257, 14318, 10451, 16963, 12380, 16664, 10754, 11942, 11732, 10696, 14748, 8864, 14986, 10234, 15835, 11763, 12863, 12572, 8050, 14241, 10214, 17052, 12373, 12408, 13786, 8877, 14946, 9834, 16074, 11619, 16920, 12689, 16787, 10650, 11836, 11983, 9644, 14460, 10366, 17095, 10847, 10378, 12876, 9154, 16717, 11035, 14454, 11009, 10329, 14194, 9356, 17314, 10839, 16024, 10762, 14620, 11322, 12347, 13058, 8289, 13773, 9868, 15248, 11472, 13364, 12393, 8405, 13871, 9835, 15687, 11765, 10728, 11737, 8853, 14215, 9073, 16447, 10886, 16255, 11292, 15066, 11710, 11942, 13904, 8460, 14974, 10326, 15959, 11917, 14414, 12372, 8673, 13963, 9693, 17214, 12225, 17107, 11398, 12306, 12181, 11146, 14778, 9661, 16421, 10330, 15997, 11798, 15824, 11623, 8726, 13358, 8926, 15337, 10707, 16304, 11625, 14167, 12348, 8403, 14348, 9857, 16388, 11926, 13846, 12733, 8698, 14506, 9609, 16061, 11402, 16718, 11916, 15759, 10831, 14126, 11476, 13722, 12327, 8611, 12958, 8608, 14048, 9169, 16580, 10370, 14705, 11006, 11759, 12030, 8997, 14874, 9608, 15757, 11344, 16627, 12586, 16430, 11291, 13112, 10985, 16803, 11949, 11892, 12726, 9213, 14357, 8982, 16720, 11788, 17908, 11397, 12252, 12009, 9319, 14914, 10618, 16292, 10585, 15578, 10798, 16612, 11428, 10955, 11344, 10008, 12367, 11847, 14178, 8919, 14918, 9926, 15614, 11184, 16568, 11691, 9907, 12204, 9246, 14780, 10867, 16209, 10756, 13072, 11274, 10741, 13896, 8929, 16224, 10679, 15667, 11084, 12048, 12745, 9282, 16331, 10557, 16847, 10789, 13607, 11250, 12865, 13539, 9276, 14221, 9505, 14962, 10696, 14325, 11462, 9451, 12610, 9145, 14239, 10624, 15834, 11437, 16268, 10259, 13172, 10283, 15198, 10892, 11499, 12117, 9536, 13183, 8925, 14663, 10935, 14844, 11192, 9873, 12488, 9458, 14179, 9506, 14588, 9463, 14763, 10070, 15770, 11557, 16360, 11139, 13804, 10818, 12104, 12179, 9343, 14576, 9098, 14681, 10155, 15694, 11313, 15420, 11092, 10031, 10853, 9230, 13028, 9268, 14599, 9066, 14691, 10450, 15759, 11403, 14686, 11767, 9292, 12595, 8902, 14975, 10314, 16684, 12200, 13313, 10865, 10670, 12170, 10973, 14472, 9020, 15056, 9607, 15175, 10563, 17048, 11461, 9838, 12278, 8845, 13302, 9694, 15136, 11126, 16206, 10495, 15240, 10302, 15456, 10975, 13322, 11671, 9402, 11883, 9237, 13899, 9267, 16340, 10260, 15064, 10059, 14228, 10613, 11736, 12383, 9201, 13293, 9182, 13849, 9902, 15590, 10353, 15098, 10337, 14366, 10743, 14133, 10965, 9217, 11979, 8605, 13482, 9838, 14974, 11278, 16472, 11025, 12385, 10824, 15417, 11300, 14644, 12580, 9201, 12967, 9085, 14691, 9888, 16022, 11481, 16949, 10872, 8929, 12214, 8770, 13879, 10237, 15350, 10766, 15424, 10023, 14061, 10308, 14092, 10933, 15656, 9828, 13692, 10273, 16467, 10679, 10454, 12185, 8520, 13231, 9461, 14591, 11148, 14097, 10721, 10353, 11343, 11100, 11990, 16685, 11624, 12346, 10445, 17270, 10453, 15827, 10965, 15245, 10442, 10628, 10957, 8963, 12953, 9637, 15242, 10107, 15438, 9960, 13229, 10519, 13937, 12059, 8827, 12174, 8647, 13668, 9059, 15907, 10608, 15198, 9955, 14829, 11097, 11410, 12532, 8252, 14250, 9906, 15535, 11104, 14301, 11876, 8909, 13039, 8287, 15086, 10735, 16601, 11439, 11311, 13811, 8842, 14823, 10054, 14308, 11147, 12167, 13499, 8735, 14194, 9230, 14723, 10705, 14381, 10679, 11170, 12719, 8472, 13997, 9437, 14583, 10307, 15125, 11020, 16170, 9867, 14988, 10317, 14701, 10345, 9341, 12240, 8316, 13098, 9350, 15134, 11351, 13377, 11283, 9381, 12578, 11651, 12834, 10742, 14330, 8770, 14532, 10176, 15383, 11090, 15862, 10966, 16074, 10376, 13500, 11225, 10324, 14171, 9319, 14266, 10035, 13395, 10797, 12628, 13257, 8319, 13796, 8618, 14366, 9786, 15109, 10905, 16516, 10003, 14545, 10417, 12411, 11841, 8387, 13648, 9137, 14048, 9896, 14467, 10948, 11440, 12690, 8299, 14357, 9011, 14705, 10122, 15021, 10334, 9996, 10674, 11648, 10751, 13229, 12293, 9631, 13547, 8380, 13932, 9721, 15523, 10989, 18317, 11248, 13299, 10855, 9041, 12978, 8895, 15031, 9628, 14547, 9985, 14699, 10700, 14017, 10936, 9298, 12580, 8341, 14456, 10353, 15983, 11182, 15088, 10720, 11397, 12446, 8321, 15081, 9516, 15782, 10874, 12930, 10830, 9216, 13702, 9131, 15736, 11133, 12884, 12284, 8873, 15789, 11507, 15134, 10230, 9686, 12535, 9074, 14171, 10104, 15175, 9216, 15443, 10584, 12528, 10907, 9621, 13927, 8996, 14514, 10639, 10890, 12050, 11281, 14503, 8458, 13991, 8966, 14455, 9192, 14768, 10955, 14570, 9474, 13888, 10176, 14311, 10556, 17216, 11274, 10726, 10935, 8257, 12759, 9167, 15246, 9839, 14343, 9593, 13408, 11029, 12786, 10820, 11925, 15054, 10521, 16741, 10941, 10070, 11683, 8464, 12945, 9067, 14953, 11324, 14051, 10091, 11273, 11587, 13761, 12094, 14464, 11773, 17036, 9806, 17780, 11219, 17331, 11511, 12010, 10874, 9744, 12999, 8772, 15153, 9536, 14831, 10073, 14322, 10628, 12727, 12093, 8782, 13463, 8048, 14229, 9002, 15170, 10797, 15227, 9699, 15670, 10950, 14638, 11013, 9449, 12747, 8270, 14013, 10244, 16277, 11211, 9945, 12042, 7965, 13459, 7925, 14320, 9918, 14529, 8859, 13751, 8925, 14143, 10156, 14799, 9615, 15075, 10611, 12973, 10266, 10974, 12492, 7563, 13225, 7977, 13490, 9635, 13796, 9325, 13287, 9714, 11989, 10479, 12330, 11223, 14287, 8187, 14232, 9615, 14830, 10748, 16870, 11893, 12899, 10146, 11311, 11156, 12735, 12205, 8996, 13974, 8147, 14524, 9251, 15157, 11056, 16884, 11272, 14941, 10497, 11813, 11866, 10732, 14127, 8887, 14397, 9492, 14396, 10120, 14823, 10766, 13256, 10423, 11846, 10517, 12333, 10702, 15177, 12305, 9983, 12173], 'WindowCenter': [4429.0, 4371.0, 4396.0, 4343.0, 4370.0, 4340.0, 4356.0, 4337.0, 4356.0, 4326.0, 4354.0, 4325.0, 4345.0, 4324.0, 4353.0, 4323.0, 4302.0, 4321.0, 4291.0, 4331.0, 4291.0, 4355.0, 4314.0, 4343.0, 4314.0, 4352.0, 4334.0, 4347.0, 4336.0, 4315.0, 4334.0, 4313.0, 4353.0, 4316.0, 4366.0, 4326.0, 4354.0, 4323.0, 4352.0, 4335.0, 4302.0, 4332.0, 4292.0, 4343.0, 4313.0, 4352.0, 4335.0, 4333.0, 4322.0, 4302.0, 4329.0, 4301.0, 4354.0, 4323.0, 4354.0, 4312.0, 4300.0, 4330.0, 4300.0, 4354.0, 4312.0, 4342.0, 4310.0, 4300.0, 4330.0, 4314.0, 4362.0, 4322.0, 4291.0, 4332.0, 4300.0, 4341.0, 4323.0, 4323.0, 4322.0, 4293.0, 4330.0, 4310.0, 4351.0, 4334.0, 4352.0, 4323.0, 4319.0, 4319.0, 4298.0, 4341.0, 4291.0, 4341.0, 4299.0, 4340.0, 4321.0, 4332.0, 4331.0, 4294.0, 4342.0, 4313.0, 4352.0, 4333.0, 4335.0, 4332.0, 4303.0, 4341.0, 4300.0, 4339.0, 4309.0, 4340.0, 4323.0, 4340.0, 4297.0, 4308.0, 4309.0, 4287.0, 4329.0, 4298.0, 4338.0, 4309.0, 4299.0, 4319.0, 4289.0, 4354.0, 4313.0, 4341.0, 4311.0, 4300.0, 4328.0, 4291.0, 4355.0, 4310.0, 4341.0, 4310.0, 4327.0, 4297.0, 4308.0, 4317.0, 4278.0, 4318.0, 4297.0, 4327.0, 4310.0, 4333.0, 4319.0, 4293.0, 4333.0, 4311.0, 4343.0, 4321.0, 4324.0, 4324.0, 4302.0, 4343.0, 4291.0, 4355.0, 4313.0, 4354.0, 4322.0, 4342.0, 4323.0, 4325.0, 4332.0, 4294.0, 4342.0, 4313.0, 4340.0, 4324.0, 4343.0, 4333.0, 4293.0, 4332.0, 4304.0, 4354.0, 4324.0, 4354.0, 4323.0, 4322.0, 4322.0, 4311.0, 4344.0, 4304.0, 4354.0, 4313.0, 4341.0, 4322.0, 4343.0, 4312.0, 4291.0, 4331.0, 4292.0, 4353.0, 4313.0, 4354.0, 4322.0, 4344.0, 4335.0, 4293.0, 4345.0, 4315.0, 4352.0, 4322.0, 4347.0, 4336.0, 4294.0, 4341.0, 4302.0, 4342.0, 4322.0, 4355.0, 4324.0, 4341.0, 4312.0, 4330.0, 4311.0, 4330.0, 4321.0, 4289.0, 4320.0, 4278.0, 4330.0, 4288.0, 4354.0, 4313.0, 4341.0, 4313.0, 4323.0, 4335.0, 4304.0, 4357.0, 4317.0, 4354.0, 4326.0, 4354.0, 4336.0, 4354.0, 4325.0, 4321.0, 4311.0, 4341.0, 4321.0, 4311.0, 4320.0, 4289.0, 4330.0, 4290.0, 4353.0, 4324.0, 4353.0, 4311.0, 4319.0, 4320.0, 4289.0, 4332.0, 4313.0, 4343.0, 4312.0, 4341.0, 4312.0, 4343.0, 4310.0, 4310.0, 4311.0, 4298.0, 4320.0, 4310.0, 4332.0, 4289.0, 4329.0, 4299.0, 4339.0, 4310.0, 4340.0, 4320.0, 4299.0, 4317.0, 4290.0, 4343.0, 4326.0, 4355.0, 4313.0, 4333.0, 4312.0, 4312.0, 4335.0, 4294.0, 4343.0, 4302.0, 4342.0, 4311.0, 4309.0, 4318.0, 4289.0, 4356.0, 4300.0, 4339.0, 4301.0, 4317.0, 4299.0, 4307.0, 4320.0, 4287.0, 4317.0, 4287.0, 4315.0, 4296.0, 4318.0, 4297.0, 4288.0, 4308.0, 4289.0, 4328.0, 4300.0, 4329.0, 4311.0, 4331.0, 4300.0, 4318.0, 4298.0, 4327.0, 4297.0, 4310.0, 4307.0, 4289.0, 4317.0, 4289.0, 4330.0, 4311.0, 4341.0, 4311.0, 4300.0, 4320.0, 4301.0, 4330.0, 4289.0, 4332.0, 4291.0, 4329.0, 4300.0, 4341.0, 4324.0, 4341.0, 4311.0, 4330.0, 4299.0, 4308.0, 4307.0, 4290.0, 4328.0, 4288.0, 4329.0, 4298.0, 4327.0, 4299.0, 4329.0, 4298.0, 4298.0, 4298.0, 4276.0, 4318.0, 4287.0, 4330.0, 4289.0, 4328.0, 4298.0, 4327.0, 4311.0, 4346.0, 4321.0, 4290.0, 4320.0, 4291.0, 4330.0, 4300.0, 4354.0, 4322.0, 4322.0, 4301.0, 4297.0, 4309.0, 4300.0, 4332.0, 4280.0, 4330.0, 4288.0, 4328.0, 4299.0, 4339.0, 4311.0, 4288.0, 4308.0, 4290.0, 4318.0, 4289.0, 4329.0, 4312.0, 4342.0, 4301.0, 4329.0, 4298.0, 4328.0, 4299.0, 4321.0, 4309.0, 4288.0, 4296.0, 4275.0, 4317.0, 4278.0, 4330.0, 4288.0, 4317.0, 4287.0, 4317.0, 4299.0, 4307.0, 4308.0, 4278.0, 4317.0, 4277.0, 4307.0, 4289.0, 4328.0, 4288.0, 4327.0, 4297.0, 4317.0, 4300.0, 4317.0, 4300.0, 4290.0, 4308.0, 4279.0, 4317.0, 4300.0, 4332.0, 4313.0, 4340.0, 4312.0, 4321.0, 4300.0, 4329.0, 4299.0, 4330.0, 4311.0, 4278.0, 4308.0, 4278.0, 4316.0, 4288.0, 4327.0, 4299.0, 4329.0, 4296.0, 4275.0, 4308.0, 4279.0, 4330.0, 4301.0, 4333.0, 4312.0, 4330.0, 4291.0, 4318.0, 4300.0, 4332.0, 4311.0, 4331.0, 4300.0, 4320.0, 4300.0, 4329.0, 4299.0, 4299.0, 4308.0, 4277.0, 4318.0, 4291.0, 4327.0, 4311.0, 4332.0, 4301.0, 4299.0, 4310.0, 4308.0, 4309.0, 4330.0, 4310.0, 4308.0, 4299.0, 4337.0, 4298.0, 4328.0, 4298.0, 4329.0, 4299.0, 4297.0, 4296.0, 4277.0, 4318.0, 4291.0, 4330.0, 4300.0, 4342.0, 4302.0, 4319.0, 4300.0, 4320.0, 4310.0, 4279.0, 4307.0, 4278.0, 4318.0, 4278.0, 4341.0, 4299.0, 4330.0, 4288.0, 4328.0, 4299.0, 4310.0, 4319.0, 4281.0, 4331.0, 4301.0, 4340.0, 4313.0, 4330.0, 4310.0, 4279.0, 4320.0, 4277.0, 4328.0, 4298.0, 4339.0, 4308.0, 4309.0, 4332.0, 4289.0, 4331.0, 4298.0, 4329.0, 4308.0, 4308.0, 4320.0, 4280.0, 4318.0, 4288.0, 4329.0, 4300.0, 4330.0, 4302.0, 4311.0, 4321.0, 4281.0, 4329.0, 4291.0, 4328.0, 4299.0, 4332.0, 4312.0, 4342.0, 4301.0, 4331.0, 4300.0, 4329.0, 4302.0, 4290.0, 4310.0, 4280.0, 4318.0, 4291.0, 4341.0, 4314.0, 4335.0, 4313.0, 4303.0, 4322.0, 4311.0, 4321.0, 4314.0, 4331.0, 4291.0, 4333.0, 4302.0, 4331.0, 4311.0, 4343.0, 4312.0, 4342.0, 4301.0, 4318.0, 4309.0, 4301.0, 4332.0, 4291.0, 4332.0, 4300.0, 4320.0, 4311.0, 4322.0, 4321.0, 4279.0, 4319.0, 4280.0, 4328.0, 4300.0, 4330.0, 4300.0, 4340.0, 4289.0, 4317.0, 4298.0, 4308.0, 4309.0, 4278.0, 4318.0, 4278.0, 4316.0, 4288.0, 4317.0, 4300.0, 4298.0, 4321.0, 4278.0, 4330.0, 4290.0, 4318.0, 4299.0, 4330.0, 4302.0, 4299.0, 4301.0, 4310.0, 4301.0, 4321.0, 4323.0, 4290.0, 4318.0, 4280.0, 4329.0, 4289.0, 4329.0, 4300.0, 4351.0, 4300.0, 4320.0, 4299.0, 4278.0, 4318.0, 4289.0, 4331.0, 4300.0, 4331.0, 4300.0, 4330.0, 4302.0, 4331.0, 4311.0, 4289.0, 4320.0, 4280.0, 4332.0, 4300.0, 4344.0, 4311.0, 4330.0, 4299.0, 4309.0, 4311.0, 4282.0, 4332.0, 4302.0, 4342.0, 4311.0, 4321.0, 4312.0, 4303.0, 4334.0, 4292.0, 4342.0, 4311.0, 4320.0, 4311.0, 4292.0, 4342.0, 4312.0, 4331.0, 4301.0, 4287.0, 4308.0, 4277.0, 4318.0, 4299.0, 4329.0, 4289.0, 4330.0, 4301.0, 4308.0, 4299.0, 4289.0, 4331.0, 4291.0, 4332.0, 4312.0, 4313.0, 4324.0, 4312.0, 4347.0, 4283.0, 4332.0, 4291.0, 4330.0, 4292.0, 4332.0, 4313.0, 4330.0, 4290.0, 4319.0, 4289.0, 4328.0, 4302.0, 4341.0, 4309.0, 4309.0, 4309.0, 4281.0, 4331.0, 4304.0, 4355.0, 4303.0, 4332.0, 4302.0, 4320.0, 4299.0, 4321.0, 4298.0, 4309.0, 4328.0, 4288.0, 4328.0, 4299.0, 4300.0, 4311.0, 4277.0, 4320.0, 4303.0, 4342.0, 4324.0, 4332.0, 4313.0, 4311.0, 4322.0, 4332.0, 4334.0, 4344.0, 4324.0, 4351.0, 4301.0, 4352.0, 4312.0, 4355.0, 4310.0, 4321.0, 4309.0, 4288.0, 4319.0, 4279.0, 4341.0, 4290.0, 4330.0, 4300.0, 4328.0, 4311.0, 4322.0, 4323.0, 4280.0, 4317.0, 4268.0, 4317.0, 4277.0, 4330.0, 4309.0, 4330.0, 4289.0, 4329.0, 4309.0, 4327.0, 4309.0, 4289.0, 4317.0, 4277.0, 4327.0, 4299.0, 4340.0, 4313.0, 4301.0, 4319.0, 4282.0, 4319.0, 4278.0, 4328.0, 4300.0, 4330.0, 4289.0, 4328.0, 4289.0, 4329.0, 4300.0, 4331.0, 4300.0, 4340.0, 4310.0, 4319.0, 4300.0, 4309.0, 4333.0, 4282.0, 4332.0, 4292.0, 4331.0, 4302.0, 4344.0, 4302.0, 4333.0, 4301.0, 4310.0, 4300.0, 4321.0, 4321.0, 4344.0, 4291.0, 4330.0, 4299.0, 4330.0, 4311.0, 4352.0, 4325.0, 4331.0, 4311.0, 4310.0, 4310.0, 4321.0, 4321.0, 4290.0, 4330.0, 4281.0, 4330.0, 4291.0, 4330.0, 4311.0, 4352.0, 4311.0, 4341.0, 4300.0, 4309.0, 4309.0, 4298.0, 4331.0, 4289.0, 4328.0, 4289.0, 4327.0, 4300.0, 4329.0, 4311.0, 4320.0, 4310.0, 4309.0, 4300.0, 4321.0, 4310.0, 4342.0, 4323.0, 4301.0, 4322.0], 'WindowWidth': [9747.0, 9650.0, 9674.0, 9595.0, 9626.0, 9582.0, 9601.0, 9575.0, 9600.0, 9558.0, 9596.0, 9554.0, 9580.0, 9551.0, 9591.0, 9549.0, 9518.0, 9542.0, 9503.0, 9557.0, 9504.0, 9595.0, 9537.0, 9578.0, 9538.0, 9588.0, 9567.0, 9590.0, 9575.0, 9544.0, 9565.0, 9535.0, 9592.0, 9544.0, 9613.0, 9559.0, 9595.0, 9549.0, 9589.0, 9568.0, 9519.0, 9559.0, 9508.0, 9576.0, 9537.0, 9588.0, 9571.0, 9563.0, 9548.0, 9521.0, 9555.0, 9517.0, 9596.0, 9551.0, 9592.0, 9533.0, 9515.0, 9552.0, 9513.0, 9595.0, 9531.0, 9575.0, 9530.0, 9513.0, 9554.0, 9538.0, 9606.0, 9544.0, 9502.0, 9559.0, 9516.0, 9571.0, 9552.0, 9549.0, 9547.0, 9511.0, 9555.0, 9529.0, 9585.0, 9566.0, 9588.0, 9550.0, 9539.0, 9539.0, 9510.0, 9574.0, 9502.0, 9571.0, 9512.0, 9568.0, 9543.0, 9560.0, 9559.0, 9511.0, 9575.0, 9537.0, 9590.0, 9564.0, 9570.0, 9562.0, 9523.0, 9571.0, 9514.0, 9567.0, 9525.0, 9571.0, 9549.0, 9569.0, 9508.0, 9520.0, 9523.0, 9493.0, 9552.0, 9509.0, 9565.0, 9524.0, 9509.0, 9538.0, 9499.0, 9596.0, 9536.0, 9573.0, 9530.0, 9511.0, 9550.0, 9501.0, 9599.0, 9527.0, 9572.0, 9526.0, 9547.0, 9506.0, 9520.0, 9531.0, 9479.0, 9533.0, 9506.0, 9546.0, 9525.0, 9561.0, 9539.0, 9510.0, 9561.0, 9531.0, 9576.0, 9546.0, 9555.0, 9552.0, 9520.0, 9578.0, 9505.0, 9595.0, 9536.0, 9595.0, 9549.0, 9573.0, 9550.0, 9556.0, 9562.0, 9512.0, 9575.0, 9534.0, 9570.0, 9551.0, 9577.0, 9562.0, 9510.0, 9561.0, 9525.0, 9593.0, 9552.0, 9595.0, 9550.0, 9545.0, 9546.0, 9530.0, 9580.0, 9525.0, 9596.0, 9536.0, 9572.0, 9546.0, 9576.0, 9532.0, 9503.0, 9558.0, 9505.0, 9592.0, 9537.0, 9594.0, 9547.0, 9578.0, 9568.0, 9510.0, 9582.0, 9541.0, 9588.0, 9548.0, 9588.0, 9572.0, 9511.0, 9572.0, 9518.0, 9575.0, 9546.0, 9597.0, 9550.0, 9571.0, 9532.0, 9554.0, 9527.0, 9553.0, 9541.0, 9499.0, 9540.0, 9481.0, 9551.0, 9494.0, 9592.0, 9538.0, 9571.0, 9534.0, 9548.0, 9566.0, 9527.0, 9600.0, 9549.0, 9595.0, 9557.0, 9594.0, 9571.0, 9593.0, 9552.0, 9543.0, 9530.0, 9573.0, 9544.0, 9527.0, 9540.0, 9497.0, 9552.0, 9497.0, 9588.0, 9552.0, 9590.0, 9529.0, 9541.0, 9541.0, 9498.0, 9559.0, 9535.0, 9577.0, 9532.0, 9571.0, 9531.0, 9575.0, 9527.0, 9525.0, 9529.0, 9507.0, 9539.0, 9528.0, 9557.0, 9496.0, 9553.0, 9511.0, 9565.0, 9527.0, 9567.0, 9539.0, 9511.0, 9533.0, 9499.0, 9575.0, 9557.0, 9595.0, 9535.0, 9561.0, 9532.0, 9534.0, 9567.0, 9509.0, 9576.0, 9517.0, 9575.0, 9529.0, 9523.0, 9535.0, 9497.0, 9601.0, 9513.0, 9567.0, 9512.0, 9530.0, 9506.0, 9517.0, 9538.0, 9489.0, 9531.0, 9488.0, 9524.0, 9501.0, 9532.0, 9504.0, 9492.0, 9519.0, 9497.0, 9548.0, 9512.0, 9551.0, 9530.0, 9554.0, 9511.0, 9533.0, 9505.0, 9544.0, 9504.0, 9524.0, 9516.0, 9495.0, 9531.0, 9495.0, 9552.0, 9529.0, 9569.0, 9529.0, 9512.0, 9539.0, 9514.0, 9552.0, 9496.0, 9557.0, 9500.0, 9549.0, 9510.0, 9572.0, 9550.0, 9574.0, 9528.0, 9553.0, 9509.0, 9518.0, 9517.0, 9496.0, 9548.0, 9494.0, 9547.0, 9506.0, 9544.0, 9508.0, 9550.0, 9505.0, 9507.0, 9506.0, 9473.0, 9532.0, 9491.0, 9550.0, 9495.0, 9546.0, 9506.0, 9546.0, 9528.0, 9583.0, 9541.0, 9498.0, 9537.0, 9501.0, 9553.0, 9514.0, 9592.0, 9546.0, 9543.0, 9513.0, 9503.0, 9522.0, 9509.0, 9559.0, 9483.0, 9551.0, 9491.0, 9545.0, 9508.0, 9562.0, 9526.0, 9492.0, 9519.0, 9494.0, 9531.0, 9494.0, 9549.0, 9529.0, 9570.0, 9513.0, 9550.0, 9506.0, 9549.0, 9511.0, 9541.0, 9522.0, 9491.0, 9500.0, 9470.0, 9529.0, 9479.0, 9554.0, 9491.0, 9530.0, 9489.0, 9531.0, 9506.0, 9516.0, 9518.0, 9478.0, 9528.0, 9476.0, 9514.0, 9491.0, 9546.0, 9490.0, 9544.0, 9504.0, 9529.0, 9509.0, 9529.0, 9510.0, 9495.0, 9518.0, 9481.0, 9531.0, 9513.0, 9557.0, 9534.0, 9568.0, 9528.0, 9539.0, 9511.0, 9549.0, 9509.0, 9549.0, 9526.0, 9477.0, 9518.0, 9477.0, 9528.0, 9492.0, 9544.0, 9507.0, 9547.0, 9500.0, 9473.0, 9517.0, 9483.0, 9552.0, 9515.0, 9561.0, 9531.0, 9553.0, 9500.0, 9533.0, 9513.0, 9559.0, 9529.0, 9554.0, 9510.0, 9536.0, 9511.0, 9549.0, 9508.0, 9506.0, 9518.0, 9476.0, 9532.0, 9498.0, 9546.0, 9528.0, 9558.0, 9515.0, 9509.0, 9525.0, 9519.0, 9522.0, 9553.0, 9523.0, 9518.0, 9507.0, 9557.0, 9505.0, 9550.0, 9506.0, 9548.0, 9507.0, 9503.0, 9500.0, 9478.0, 9532.0, 9500.0, 9553.0, 9512.0, 9570.0, 9514.0, 9535.0, 9511.0, 9538.0, 9524.0, 9481.0, 9516.0, 9477.0, 9530.0, 9477.0, 9569.0, 9507.0, 9552.0, 9493.0, 9545.0, 9507.0, 9524.0, 9537.0, 9486.0, 9553.0, 9514.0, 9567.0, 9532.0, 9553.0, 9525.0, 9483.0, 9535.0, 9476.0, 9547.0, 9506.0, 9562.0, 9521.0, 9523.0, 9557.0, 9497.0, 9554.0, 9507.0, 9547.0, 9520.0, 9518.0, 9541.0, 9483.0, 9534.0, 9492.0, 9549.0, 9510.0, 9551.0, 9516.0, 9526.0, 9542.0, 9487.0, 9551.0, 9501.0, 9548.0, 9511.0, 9555.0, 9531.0, 9572.0, 9513.0, 9553.0, 9512.0, 9551.0, 9516.0, 9499.0, 9524.0, 9483.0, 9535.0, 9503.0, 9569.0, 9539.0, 9564.0, 9532.0, 9519.0, 9544.0, 9528.0, 9541.0, 9535.0, 9556.0, 9502.0, 9558.0, 9516.0, 9554.0, 9527.0, 9575.0, 9529.0, 9570.0, 9511.0, 9534.0, 9523.0, 9516.0, 9561.0, 9502.0, 9559.0, 9513.0, 9539.0, 9528.0, 9543.0, 9544.0, 9482.0, 9537.0, 9483.0, 9547.0, 9512.0, 9554.0, 9512.0, 9569.0, 9496.0, 9531.0, 9505.0, 9520.0, 9520.0, 9478.0, 9532.0, 9478.0, 9527.0, 9492.0, 9531.0, 9511.0, 9506.0, 9540.0, 9479.0, 9552.0, 9497.0, 9534.0, 9509.0, 9552.0, 9518.0, 9509.0, 9513.0, 9523.0, 9513.0, 9539.0, 9545.0, 9498.0, 9534.0, 9486.0, 9549.0, 9495.0, 9550.0, 9511.0, 9586.0, 9511.0, 9536.0, 9506.0, 9479.0, 9532.0, 9497.0, 9555.0, 9513.0, 9553.0, 9511.0, 9550.0, 9515.0, 9557.0, 9528.0, 9497.0, 9538.0, 9483.0, 9556.0, 9512.0, 9577.0, 9527.0, 9551.0, 9508.0, 9521.0, 9525.0, 9491.0, 9559.0, 9517.0, 9572.0, 9528.0, 9542.0, 9532.0, 9521.0, 9562.0, 9501.0, 9571.0, 9529.0, 9539.0, 9526.0, 9502.0, 9575.0, 9531.0, 9555.0, 9511.0, 9490.0, 9517.0, 9475.0, 9534.0, 9510.0, 9551.0, 9495.0, 9550.0, 9512.0, 9520.0, 9509.0, 9495.0, 9557.0, 9502.0, 9556.0, 9531.0, 9533.0, 9551.0, 9534.0, 9588.0, 9495.0, 9559.0, 9503.0, 9553.0, 9503.0, 9557.0, 9533.0, 9554.0, 9498.0, 9536.0, 9493.0, 9545.0, 9516.0, 9568.0, 9524.0, 9525.0, 9522.0, 9489.0, 9558.0, 9524.0, 9596.0, 9522.0, 9560.0, 9516.0, 9541.0, 9508.0, 9544.0, 9506.0, 9522.0, 9545.0, 9490.0, 9545.0, 9508.0, 9513.0, 9528.0, 9479.0, 9541.0, 9522.0, 9576.0, 9553.0, 9560.0, 9535.0, 9531.0, 9546.0, 9560.0, 9566.0, 9580.0, 9553.0, 9586.0, 9516.0, 9587.0, 9534.0, 9594.0, 9528.0, 9542.0, 9524.0, 9494.0, 9537.0, 9484.0, 9572.0, 9498.0, 9555.0, 9513.0, 9548.0, 9528.0, 9548.0, 9550.0, 9485.0, 9532.0, 9468.0, 9532.0, 9479.0, 9554.0, 9524.0, 9554.0, 9498.0, 9553.0, 9525.0, 9547.0, 9526.0, 9495.0, 9534.0, 9482.0, 9546.0, 9511.0, 9570.0, 9536.0, 9516.0, 9539.0, 9494.0, 9537.0, 9481.0, 9550.0, 9513.0, 9554.0, 9498.0, 9548.0, 9497.0, 9552.0, 9512.0, 9557.0, 9514.0, 9569.0, 9527.0, 9536.0, 9513.0, 9527.0, 9563.0, 9493.0, 9560.0, 9507.0, 9557.0, 9518.0, 9579.0, 9520.0, 9561.0, 9516.0, 9528.0, 9512.0, 9542.0, 9545.0, 9579.0, 9504.0, 9555.0, 9513.0, 9555.0, 9532.0, 9587.0, 9555.0, 9557.0, 9531.0, 9528.0, 9528.0, 9540.0, 9544.0, 9500.0, 9555.0, 9491.0, 9555.0, 9500.0, 9555.0, 9530.0, 9591.0, 9531.0, 9570.0, 9512.0, 9521.0, 9523.0, 9508.0, 9558.0, 9496.0, 9550.0, 9498.0, 9546.0, 9513.0, 9552.0, 9531.0, 9541.0, 9527.0, 9524.0, 9513.0, 9543.0, 9530.0, 9573.0, 9549.0, 9516.0, 9546.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.000681958525345622</td></tr>
<tr><td colspan=3>aqi</td><td>0.022544680414746544</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.35685876930797</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2618327196885806</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0013635361476354</td></tr>
<tr><td colspan=3>efc</td><td>0.5133</td></tr>
<tr><td colspan=3>fber</td><td>4674.2583</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09560197971187767</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.032258064516129</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3344679422106616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2038170383659983</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.565697938828994</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.233888849436992</td></tr>
<tr><td colspan=3>gcor</td><td>0.00570932</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011647848412394524</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03537826985120773</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.227598271355827</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.7083</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9627</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.6669</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>289280.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>1037.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.1275</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3508</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.2827</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3470.1935</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.854</td></tr>
<tr><td colspan=3>tsnr</td><td>41.044816160574555</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>