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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-04_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-04_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-0052/ses-04/func/sub-0052_ses-04_task-social_acq-mb8_run-04_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>8dbd9f57c559f3eeff6714b5697ec76f</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:19:18.950000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99998, -0.00587619, 0.00243509, 0.00523595, 0.977811, 0.209422]</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-04_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.0932892</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7718, -7312, 768, -32, -29, 54, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>238.843</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f3b45351-1217-4dec-a69a-938d23080205||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828725337982178, 0.01404766645282507, 0.009751496836543083, 112.39926147460938], [0.015765387564897537, 2.623396158218384, 0.5653942823410034, -107.45210266113281], [0.006533174309879541, -0.5618646144866943, 2.640120029449463, -42.216590881347656], [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': ['131918.950000', '131919.410000', '131919.870000', '131920.330000', '131920.790000', '131921.250000', '131921.710000', '131922.170000', '131922.630000', '131923.090000', '131923.550000', '131924.010000', '131924.470000', '131924.930000', '131925.390000', '131925.850000', '131926.310000', '131926.770000', '131927.230000', '131927.690000', '131928.150000', '131928.610000', '131929.070000', '131929.530000', '131929.990000', '131930.450000', '131930.910000', '131931.370000', '131931.830000', '131932.290000', '131932.750000', '131933.210000', '131933.670000', '131934.130000', '131934.590000', '131935.050000', '131935.510000', '131935.970000', '131936.430000', '131936.890000', '131937.350000', '131937.810000', '131938.270000', '131938.730000', '131939.190000', '131939.650000', '131940.110000', '131940.570000', '131941.030000', '131941.490000', '131941.950000', '131942.410000', '131942.870000', '131943.330000', '131943.790000', '131944.250000', '131944.710000', '131945.170000', '131945.630000', '131946.090000', '131946.550000', '131947.010000', '131947.470000', '131947.930000', '131948.390000', '131948.850000', '131949.310000', '131949.770000', '131950.230000', '131950.690000', '131951.150000', '131951.610000', '131952.070000', '131952.530000', '131952.990000', '131953.450000', '131953.910000', '131954.370000', '131954.830000', '131955.290000', '131955.750000', '131956.210000', '131956.670000', '131957.130000', '131957.590000', '131958.050000', '131958.510000', '131958.970000', '131959.430000', '131959.890000', '132000.350000', '132000.810000', '132001.270000', '132001.730000', '132002.190000', '132002.650000', '132003.110000', '132003.570000', '132004.030000', '132004.490000', '132004.950000', '132005.410000', '132005.870000', '132006.330000', '132006.790000', '132007.250000', '132007.710000', '132008.170000', '132008.630000', '132009.090000', '132009.550000', '132010.010000', '132010.470000', '132010.930000', '132011.390000', '132011.850000', '132012.310000', '132012.770000', '132013.230000', '132013.690000', '132014.150000', '132014.610000', '132015.070000', '132015.530000', '132015.990000', '132016.450000', '132016.910000', '132017.370000', '132017.830000', '132018.290000', '132018.750000', '132019.210000', '132019.670000', '132020.130000', '132020.590000', '132021.050000', '132021.510000', '132021.970000', '132022.430000', '132022.890000', '132023.350000', '132023.810000', '132024.270000', '132024.730000', '132025.190000', '132025.650000', '132026.110000', '132026.570000', '132027.030000', '132027.490000', '132027.950000', '132028.410000', '132028.870000', '132029.330000', '132029.790000', '132030.250000', '132030.710000', '132031.170000', '132031.630000', '132032.090000', '132032.550000', '132033.010000', '132033.470000', '132033.930000', '132034.390000', '132034.850000', '132035.310000', '132035.770000', '132036.230000', '132036.690000', '132037.150000', '132037.610000', '132038.070000', '132038.530000', '132038.990000', '132039.450000', '132039.910000', '132040.370000', '132040.830000', '132041.290000', '132041.750000', '132042.210000', '132042.670000', '132043.130000', '132043.590000', '132044.050000', '132044.510000', '132044.970000', '132045.430000', '132045.890000', '132046.350000', '132046.810000', '132047.270000', '132047.730000', '132048.190000', '132048.650000', '132049.110000', '132049.570000', '132050.030000', '132050.490000', '132050.950000', '132051.410000', '132051.870000', '132052.330000', '132052.790000', '132053.250000', '132053.710000', '132054.170000', '132054.630000', '132055.090000', '132055.550000', '132056.010000', '132056.470000', '132056.930000', '132057.390000', '132057.850000', '132058.310000', '132058.770000', '132059.230000', '132059.690000', '132100.150000', '132100.610000', '132101.070000', '132101.530000', '132101.990000', '132102.450000', '132102.910000', '132103.370000', '132103.830000', '132104.290000', '132104.750000', '132105.210000', '132105.670000', '132106.130000', '132106.590000', '132107.050000', '132107.510000', '132107.970000', '132108.430000', '132108.890000', '132109.350000', '132109.810000', '132110.270000', '132110.730000', '132111.190000', '132111.650000', '132112.110000', '132112.570000', '132113.030000', '132113.490000', '132113.950000', '132114.410000', '132114.870000', '132115.330000', '132115.790000', '132116.250000', '132116.710000', '132117.170000', '132117.630000', '132118.090000', '132118.550000', '132119.010000', '132119.470000', '132119.930000', '132120.390000', '132120.850000', '132121.310000', '132121.770000', '132122.230000', '132122.690000', '132123.150000', '132123.610000', '132124.070000', '132124.530000', '132124.990000', '132125.450000', '132125.910000', '132126.370000', '132126.830000', '132127.290000', '132127.750000', '132128.210000', '132128.670000', '132129.130000', '132129.590000', '132130.050000', '132130.510000', '132130.970000', '132131.430000', '132131.890000', '132132.350000', '132132.810000', '132133.270000', '132133.730000', '132134.190000', '132134.650000', '132135.110000', '132135.570000', '132136.030000', '132136.490000', '132136.950000', '132137.410000', '132137.870000', '132138.330000', '132138.790000', '132139.250000', '132139.710000', '132140.170000', '132140.630000', '132141.090000', '132141.550000', '132142.010000', '132142.470000', '132142.930000', '132143.390000', '132143.850000', '132144.310000', '132144.770000', '132145.230000', '132145.690000', '132146.150000', '132146.610000', '132147.070000', '132147.530000', '132147.990000', '132148.450000', '132148.910000', '132149.370000', '132149.830000', '132150.290000', '132150.750000', '132151.210000', '132151.670000', '132152.130000', '132152.590000', '132153.050000', '132153.510000', '132153.970000', '132154.430000', '132154.890000', '132155.350000', '132155.810000', '132156.270000', '132156.730000', '132157.190000', '132157.650000', '132158.110000', '132158.570000', '132159.030000', '132159.490000', '132159.950000', '132200.410000', '132200.870000', '132201.330000', '132201.790000', '132202.250000', '132202.710000', '132203.170000', '132203.630000', '132204.090000', '132204.550000', '132205.010000', '132205.470000', '132205.930000', '132206.390000', '132206.850000', '132207.310000', '132207.770000', '132208.230000', '132208.690000', '132209.150000', '132209.610000', '132210.070000', '132210.530000', '132210.990000', '132211.450000', '132211.910000', '132212.370000', '132212.830000', '132213.290000', '132213.750000', '132214.210000', '132214.670000', '132215.130000', '132215.590000', '132216.050000', '132216.510000', '132216.970000', '132217.430000', '132217.890000', '132218.350000', '132218.810000', '132219.270000', '132219.730000', '132220.190000', '132220.650000', '132221.110000', '132221.570000', '132222.030000', '132222.490000', '132222.950000', '132223.410000', '132223.870000', '132224.330000', '132224.790000', '132225.250000', '132225.710000', '132226.170000', '132226.630000', '132227.090000', '132227.550000', '132228.010000', '132228.470000', '132228.930000', '132229.390000', '132229.850000', '132230.310000', '132230.770000', '132231.230000', '132231.690000', '132232.150000', '132232.610000', '132233.070000', '132233.530000', '132233.990000', '132234.450000', '132234.910000', '132235.370000', '132235.830000', '132236.290000', '132236.750000', '132237.210000', '132237.670000', '132238.130000', '132238.590000', '132239.050000', '132239.510000', '132239.970000', '132240.430000', '132240.890000', '132241.350000', '132241.810000', '132242.270000', '132242.730000', '132243.190000', '132243.650000', '132244.110000', '132244.570000', '132245.030000', '132245.490000', '132245.950000', '132246.410000', '132246.870000', '132247.330000', '132247.790000', '132248.250000', '132248.710000', '132249.170000', '132249.630000', '132250.090000', '132250.550000', '132251.010000', '132251.470000', '132251.930000', '132252.390000', '132252.850000', '132253.310000', '132253.770000', '132254.230000', '132254.690000', '132255.150000', '132255.610000', '132256.070000', '132256.530000', '132256.990000', '132257.450000', '132257.910000', '132258.370000', '132258.830000', '132259.290000', '132259.750000', '132300.210000', '132300.670000', '132301.130000', '132301.590000', '132302.050000', '132302.510000', '132302.970000', '132303.430000', '132303.890000', '132304.350000', '132304.810000', '132305.270000', '132305.730000', '132306.190000', '132306.650000', '132307.110000', '132307.570000', '132308.030000', '132308.490000', '132308.950000', '132309.410000', '132309.870000', '132310.330000', '132310.790000', '132311.250000', '132311.710000', '132312.170000', '132312.630000', '132313.090000', '132313.550000', '132314.010000', '132314.470000', '132314.930000', '132315.390000', '132315.850000', '132316.310000', '132316.770000', '132317.230000', '132317.690000', '132318.150000', '132318.610000', '132319.070000', '132319.530000', '132319.990000', '132320.450000', '132320.910000', '132321.370000', '132321.830000', '132322.290000', '132322.750000', '132323.210000', '132323.670000', '132324.130000', '132324.590000', '132325.050000', '132325.510000', '132325.970000', '132326.430000', '132326.890000', '132327.350000', '132327.810000', '132328.270000', '132328.730000', '132329.190000', '132329.650000', '132330.110000', '132330.570000', '132331.030000', '132331.490000', '132331.950000', '132332.410000', '132332.870000', '132333.330000', '132333.790000', '132334.250000', '132334.710000', '132335.170000', '132335.630000', '132336.090000', '132336.550000', '132337.010000', '132337.470000', '132337.930000', '132338.390000', '132338.850000', '132339.310000', '132339.770000', '132340.230000', '132340.690000', '132341.150000', '132341.610000', '132342.070000', '132342.530000', '132342.990000', '132343.450000', '132343.910000', '132344.370000', '132344.830000', '132345.290000', '132345.750000', '132346.210000', '132346.670000', '132347.130000', '132347.590000', '132348.050000', '132348.510000', '132348.970000', '132349.430000', '132349.890000', '132350.350000', '132350.810000', '132351.270000', '132351.730000', '132352.190000', '132352.650000', '132353.110000', '132353.570000', '132354.030000', '132354.490000', '132354.950000', '132355.410000', '132355.870000', '132356.330000', '132356.790000', '132357.250000', '132357.710000', '132358.170000', '132358.630000', '132359.090000', '132359.550000', '132400.010000', '132400.470000', '132400.930000', '132401.390000', '132401.850000', '132402.310000', '132402.770000', '132403.230000', '132403.690000', '132404.150000', '132404.610000', '132405.070000', '132405.530000', '132405.990000', '132406.450000', '132406.910000', '132407.370000', '132407.830000', '132408.290000', '132408.750000', '132409.210000', '132409.670000', '132410.130000', '132410.590000', '132411.050000', '132411.510000', '132411.970000', '132412.430000', '132412.890000', '132413.350000', '132413.810000', '132414.270000', '132414.730000', '132415.190000', '132415.650000', '132416.110000', '132416.570000', '132417.030000', '132417.490000', '132417.950000', '132418.410000', '132418.870000', '132419.330000', '132419.790000', '132420.250000', '132420.710000', '132421.170000', '132421.630000', '132422.090000', '132422.550000', '132423.010000', '132423.470000', '132423.930000', '132424.390000', '132424.850000', '132425.310000', '132425.770000', '132426.230000', '132426.690000', '132427.150000', '132427.610000', '132428.070000', '132428.530000', '132428.990000', '132429.450000', '132429.910000', '132430.370000', '132430.830000', '132431.290000', '132431.750000', '132432.210000', '132432.670000', '132433.130000', '132433.590000', '132434.050000', '132434.510000', '132434.970000', '132435.430000', '132435.890000', '132436.350000', '132436.810000', '132437.270000', '132437.730000', '132438.190000', '132438.650000', '132439.110000', '132439.570000', '132440.030000', '132440.490000', '132440.950000', '132441.410000', '132441.870000', '132442.330000', '132442.790000', '132443.250000', '132443.710000', '132444.170000', '132444.630000', '132445.090000', '132445.550000', '132446.010000', '132446.470000', '132446.930000', '132447.390000', '132447.850000', '132448.310000', '132448.770000', '132449.230000', '132449.690000', '132450.150000', '132450.610000', '132451.070000', '132451.530000', '132451.990000', '132452.450000', '132452.910000', '132453.370000', '132453.830000', '132454.290000', '132454.750000', '132455.210000', '132455.670000', '132456.130000', '132456.590000', '132457.050000', '132457.510000', '132457.970000', '132458.430000', '132458.890000', '132459.350000', '132459.810000', '132500.270000', '132500.730000', '132501.190000', '132501.650000', '132502.110000', '132502.570000', '132503.030000', '132503.490000', '132503.950000', '132504.410000', '132504.870000', '132505.330000', '132505.790000', '132506.250000', '132506.710000', '132507.170000', '132507.630000', '132508.090000', '132508.550000', '132509.010000', '132509.470000', '132509.930000', '132510.390000', '132510.850000', '132511.310000', '132511.770000', '132512.230000', '132512.690000', '132513.150000', '132513.610000', '132514.070000', '132514.530000', '132514.990000', '132515.450000', '132515.910000', '132516.370000', '132516.830000', '132517.290000', '132517.750000', '132518.210000', '132518.670000', '132519.130000', '132519.590000', '132520.050000', '132520.510000', '132520.970000', '132521.430000', '132521.890000', '132522.350000', '132522.810000', '132523.270000', '132523.730000', '132524.190000', '132524.650000', '132525.110000', '132525.570000', '132526.030000', '132526.490000', '132526.950000', '132527.410000', '132527.870000', '132528.330000', '132528.790000', '132529.250000', '132529.710000', '132530.170000', '132530.630000', '132531.090000', '132531.550000', '132532.010000', '132532.470000', '132532.930000', '132533.390000', '132533.850000', '132534.310000', '132534.770000', '132535.230000', '132535.690000', '132536.150000', '132536.610000', '132537.070000', '132537.530000', '132537.990000', '132538.450000', '132538.910000', '132539.370000', '132539.830000', '132540.290000', '132540.750000', '132541.210000', '132541.670000', '132542.130000', '132542.590000', '132543.050000', '132543.510000', '132543.970000', '132544.430000', '132544.890000', '132545.350000', '132545.810000', '132546.270000', '132546.730000', '132547.190000', '132547.650000', '132548.110000', '132548.570000', '132549.030000', '132549.490000', '132549.950000', '132550.410000', '132550.870000', '132551.330000', '132551.790000', '132552.250000', '132552.710000', '132553.170000', '132553.630000', '132554.090000', '132554.550000', '132555.010000', '132555.470000', '132555.930000', '132556.390000', '132556.850000', '132557.310000', '132557.770000', '132558.230000', '132558.690000', '132559.150000', '132559.610000'], 'ContentTime': ['131930.729000', '131930.733000', '131930.736000', '131930.749000', '131930.752000', '131930.754000', '131930.757000', '131930.760000', '131930.769000', '131930.772000', '131930.775000', '131930.777000', '131930.780000', '131930.791000', '131930.800000', '131930.803000', '131930.805000', '131930.808000', '131930.811000', '131930.813000', '131930.816000', '131930.819000', '131950.696000', '131950.699000', '131950.702000', '131950.705000', '131950.707000', '131950.710000', '131950.713000', '131950.715000', '131950.718000', '131950.720000', '131950.723000', '131950.726000', '131950.728000', '131950.731000', '131950.733000', '131950.736000', '131950.739000', '131950.741000', '131950.744000', '131950.747000', '131950.752000', '131950.755000', '131950.757000', '131950.760000', '131950.763000', '131950.765000', '131950.768000', '131950.770000', '131950.773000', '131950.776000', '131950.778000', '131950.781000', '131950.783000', '131950.786000', '131950.789000', '131950.791000', '131950.794000', '131950.797000', '131950.799000', '131950.802000', '131950.805000', '131950.807000', '131950.810000', '131950.813000', '132010.697000', '132010.700000', '132010.703000', '132010.706000', '132010.709000', '132010.711000', '132010.714000', '132010.717000', '132010.719000', '132010.722000', '132010.725000', '132010.727000', '132010.730000', '132010.732000', '132010.735000', '132010.737000', '132010.740000', '132010.743000', '132010.745000', '132010.748000', '132010.750000', '132010.753000', '132010.756000', '132010.758000', '132010.761000', '132010.763000', '132010.766000', '132010.769000', '132010.771000', '132010.774000', '132010.777000', '132010.779000', '132010.782000', '132010.785000', '132010.787000', '132010.790000', '132010.792000', '132010.795000', '132010.798000', '132010.800000', '132010.803000', '132010.805000', '132010.814000', '132010.817000', '132030.696000', '132030.699000', '132030.702000', '132030.705000', '132030.708000', '132030.710000', '132030.713000', '132030.715000', '132030.719000', '132030.721000', '132030.724000', '132030.726000', '132030.730000', '132030.732000', '132030.735000', '132030.737000', '132030.740000', '132030.743000', '132030.745000', '132030.748000', '132030.751000', '132030.753000', '132030.756000', '132030.758000', '132030.761000', '132030.764000', '132030.766000', '132030.769000', '132030.772000', '132030.774000', '132030.777000', '132030.780000', '132030.782000', '132030.785000', '132030.787000', '132030.790000', '132030.793000', '132030.795000', '132030.798000', '132030.801000', '132030.803000', '132030.806000', '132030.809000', '132050.697000', '132050.700000', '132050.702000', '132050.705000', '132050.708000', '132050.710000', '132050.713000', '132050.716000', '132050.718000', '132050.721000', '132050.723000', '132050.726000', '132050.729000', '132050.731000', '132050.734000', '132050.737000', '132050.739000', '132050.742000', '132050.744000', '132050.747000', '132050.750000', '132050.752000', '132050.755000', '132050.758000', '132050.760000', '132050.763000', '132050.765000', '132050.768000', '132050.771000', '132050.773000', '132050.776000', '132050.779000', '132050.782000', '132050.784000', '132050.787000', '132050.790000', '132050.792000', '132050.795000', '132050.797000', '132050.800000', '132050.803000', '132050.805000', '132050.808000', '132110.697000', '132110.699000', '132110.702000', '132110.705000', '132110.708000', '132110.710000', '132110.713000', '132110.715000', '132110.718000', '132110.721000', '132110.723000', '132110.726000', '132110.729000', '132110.731000', '132110.734000', '132110.737000', '132110.739000', '132110.742000', '132110.751000', '132110.754000', '132110.756000', '132110.759000', '132110.762000', '132110.764000', '132110.767000', '132110.770000', '132110.772000', '132110.775000', '132110.777000', '132110.780000', '132110.783000', '132110.785000', '132110.788000', '132110.790000', '132110.793000', '132110.796000', '132110.798000', '132110.801000', '132110.804000', '132110.806000', '132110.809000', '132110.812000', '132110.814000', '132110.817000', '132130.711000', '132130.714000', '132130.717000', '132130.719000', '132130.722000', '132130.724000', '132130.728000', '132130.730000', '132130.733000', '132130.735000', '132130.739000', '132130.741000', '132130.744000', '132130.747000', '132130.750000', '132130.752000', '132130.755000', '132130.757000', '132130.760000', '132130.763000', '132130.766000', '132130.768000', '132130.771000', '132130.774000', '132130.776000', '132130.779000', '132130.781000', '132130.784000', '132130.787000', '132130.789000', '132130.792000', '132130.795000', '132130.797000', '132130.800000', '132130.803000', '132130.806000', '132130.808000', '132130.811000', '132130.814000', '132130.816000', '132130.819000', '132130.822000', '132130.824000', '132150.696000', '132150.699000', '132150.702000', '132150.705000', '132150.707000', '132150.710000', '132150.712000', '132150.715000', '132150.718000', '132150.720000', '132150.723000', '132150.726000', '132150.728000', '132150.731000', '132150.733000', '132150.736000', '132150.739000', '132150.741000', '132150.744000', '132150.747000', '132150.749000', '132150.752000', '132150.754000', '132150.757000', '132150.760000', '132150.762000', '132150.765000', '132150.768000', '132150.770000', '132150.773000', '132150.775000', '132150.778000', '132150.781000', '132150.783000', '132150.786000', '132150.789000', '132150.791000', '132150.794000', '132150.796000', '132150.799000', '132150.802000', '132150.804000', '132150.807000', '132150.810000', '132210.697000', '132210.700000', '132210.702000', '132210.705000', '132210.707000', '132210.710000', '132210.713000', '132210.715000', '132210.718000', '132210.721000', '132210.724000', '132210.727000', '132210.729000', '132210.732000', '132210.735000', '132210.737000', '132210.740000', '132210.743000', '132210.745000', '132210.748000', '132210.752000', '132210.755000', '132210.758000', '132210.760000', '132210.763000', '132210.766000', '132210.768000', '132210.771000', '132210.774000', '132210.776000', '132210.779000', '132210.782000', '132210.784000', '132210.787000', '132210.790000', '132210.792000', '132210.795000', '132210.798000', '132210.800000', '132210.803000', '132210.806000', '132210.808000', '132210.811000', '132230.696000', '132230.699000', '132230.703000', '132230.705000', '132230.708000', '132230.711000', '132230.714000', '132230.716000', '132230.719000', '132230.721000', '132230.724000', '132230.727000', '132230.730000', '132230.732000', '132230.735000', '132230.738000', '132230.740000', '132230.743000', '132230.746000', '132230.748000', '132230.751000', '132230.753000', '132230.756000', '132230.759000', '132230.761000', '132230.764000', '132230.767000', '132230.769000', '132230.772000', '132230.775000', '132230.778000', '132230.780000', '132230.783000', '132230.785000', '132230.788000', '132230.791000', '132230.793000', '132230.796000', '132230.799000', '132230.801000', '132230.804000', '132230.806000', '132230.809000', '132230.812000', '132250.696000', '132250.699000', '132250.702000', '132250.705000', '132250.707000', '132250.710000', '132250.713000', '132250.715000', '132250.718000', '132250.720000', '132250.723000', '132250.726000', '132250.728000', '132250.731000', '132250.734000', '132250.736000', '132250.739000', '132250.742000', '132250.744000', '132250.747000', '132250.749000', '132250.752000', '132250.755000', '132250.757000', '132250.764000', '132250.778000', '132250.781000', '132250.783000', '132250.786000', '132250.791000', '132250.794000', '132250.797000', '132250.799000', '132250.802000', '132250.805000', '132250.807000', '132250.810000', '132250.812000', '132250.815000', '132250.854000', '132250.856000', '132250.859000', '132250.862000', '132310.696000', '132310.700000', '132310.702000', '132310.705000', '132310.708000', '132310.711000', '132310.713000', '132310.716000', '132310.719000', '132310.721000', '132310.724000', '132310.727000', '132310.729000', '132310.732000', '132310.735000', '132310.738000', '132310.740000', '132310.743000', '132310.746000', '132310.748000', '132310.751000', '132310.754000', '132310.756000', '132310.759000', '132310.762000', '132310.765000', '132310.767000', '132310.770000', '132310.773000', '132310.775000', '132310.778000', '132310.780000', '132310.783000', '132310.786000', '132310.788000', '132310.791000', '132310.794000', '132310.796000', '132310.799000', '132310.802000', '132310.804000', '132310.807000', '132310.810000', '132310.812000', '132330.697000', '132330.700000', '132330.702000', '132330.705000', '132330.707000', '132330.710000', '132330.713000', '132330.715000', '132330.718000', '132330.721000', '132330.723000', '132330.726000', '132330.729000', '132330.731000', '132330.734000', '132330.737000', '132330.739000', '132330.742000', '132330.744000', '132330.747000', '132330.750000', '132330.752000', '132330.755000', '132330.758000', '132330.760000', '132330.763000', '132330.766000', '132330.769000', '132330.772000', '132330.784000', '132330.787000', '132330.789000', '132330.792000', '132330.795000', '132330.798000', '132330.800000', '132330.803000', '132330.806000', '132330.808000', '132330.811000', '132330.814000', '132330.816000', '132330.819000', '132350.697000', '132350.699000', '132350.702000', '132350.705000', '132350.708000', '132350.711000', '132350.713000', '132350.716000', '132350.719000', '132350.721000', '132350.725000', '132350.728000', '132350.730000', '132350.733000', '132350.736000', '132350.738000', '132350.741000', '132350.744000', '132350.746000', '132350.749000', '132350.751000', '132350.754000', '132350.757000', '132350.759000', '132350.762000', '132350.765000', '132350.767000', '132350.770000', '132350.773000', '132350.775000', '132350.778000', '132350.781000', '132350.783000', '132350.786000', '132350.789000', '132350.791000', '132350.794000', '132350.796000', '132350.799000', '132350.802000', '132350.804000', '132350.807000', '132350.810000', '132350.812000', '132410.697000', '132410.700000', '132410.703000', '132410.706000', '132410.708000', '132410.711000', '132410.714000', '132410.716000', '132410.719000', '132410.722000', '132410.724000', '132410.727000', '132410.730000', '132410.732000', '132410.735000', '132410.737000', '132410.740000', '132410.743000', '132410.745000', '132410.748000', '132410.751000', '132410.753000', '132410.756000', '132410.759000', '132410.762000', '132410.765000', '132410.768000', '132410.770000', '132410.773000', '132410.776000', '132410.778000', '132410.781000', '132410.784000', '132410.786000', '132410.789000', '132410.792000', '132410.795000', '132410.797000', '132410.800000', '132410.802000', '132410.805000', '132410.808000', '132410.810000', '132430.696000', '132430.699000', '132430.702000', '132430.705000', '132430.707000', '132430.710000', '132430.712000', '132430.730000', '132430.732000', '132430.735000', '132430.737000', '132430.740000', '132430.743000', '132430.746000', '132430.748000', '132430.751000', '132430.754000', '132430.756000', '132430.759000', '132430.762000', '132430.764000', '132430.767000', '132430.769000', '132430.772000', '132430.775000', '132430.777000', '132430.780000', '132430.783000', '132430.785000', '132430.788000', '132430.791000', '132430.794000', '132430.796000', '132430.799000', '132430.802000', '132430.804000', '132430.807000', '132430.810000', '132430.812000', '132430.815000', '132430.882000', '132430.885000', '132430.887000', '132430.890000', '132450.697000', '132450.700000', '132450.702000', '132450.705000', '132450.707000', '132450.710000', '132450.713000', '132450.715000', '132450.718000', '132450.721000', '132450.723000', '132450.726000', '132450.729000', '132450.731000', '132450.734000', '132450.737000', '132450.739000', '132450.742000', '132450.745000', '132450.747000', '132450.750000', '132450.753000', '132450.755000', '132450.763000', '132450.765000', '132450.768000', '132450.771000', '132450.773000', '132450.776000', '132450.779000', '132450.781000', '132450.784000', '132450.786000', '132450.789000', '132450.792000', '132450.795000', '132450.797000', '132450.800000', '132450.803000', '132450.805000', '132450.808000', '132450.810000', '132450.813000', '132510.697000', '132510.700000', '132510.703000', '132510.705000', '132510.708000', '132510.710000', '132510.713000', '132510.716000', '132510.718000', '132510.721000', '132510.724000', '132510.726000', '132510.729000', '132510.733000', '132510.736000', '132510.739000', '132510.741000', '132510.744000', '132510.747000', '132510.749000', '132510.752000', '132510.754000', '132510.757000', '132510.760000', '132510.762000', '132510.765000', '132510.768000', '132510.770000', '132510.773000', '132510.776000', '132510.778000', '132510.781000', '132510.784000', '132510.786000', '132510.789000', '132510.792000', '132510.794000', '132510.797000', '132510.799000', '132510.802000', '132510.805000', '132510.807000', '132510.810000', '132510.813000', '132530.697000', '132530.699000', '132530.702000', '132530.705000', '132530.707000', '132530.710000', '132530.713000', '132530.715000', '132530.718000', '132530.721000', '132530.723000', '132530.726000', '132530.729000', '132530.731000', '132530.734000', '132530.736000', '132530.739000', '132530.742000', '132530.744000', '132530.747000', '132530.750000', '132530.752000', '132530.755000', '132530.758000', '132530.760000', '132530.763000', '132530.766000', '132530.768000', '132530.771000', '132530.773000', '132530.776000', '132530.779000', '132530.781000', '132530.784000', '132530.787000', '132530.789000', '132530.792000', '132530.794000', '132530.797000', '132530.800000', '132530.802000', '132530.805000', '132530.807000', '132550.697000', '132550.699000', '132550.702000', '132550.705000', '132550.708000', '132550.711000', '132550.714000', '132550.716000', '132550.719000', '132550.722000', '132550.724000', '132550.727000', '132550.730000', '132550.732000', '132550.735000', '132550.738000', '132550.740000', '132550.750000', '132550.753000', '132550.755000', '132550.758000', '132550.761000', '132550.763000', '132550.766000', '132550.768000', '132550.771000', '132550.774000', '132550.776000', '132550.779000', '132550.782000', '132550.784000', '132550.787000', '132550.789000', '132550.792000', '132550.795000', '132550.798000', '132550.800000', '132550.803000', '132550.805000', '132550.808000', '132550.811000', '132550.813000', '132550.816000', '132601.188000', '132601.191000', '132601.194000', '132601.197000', '132601.200000', '132601.203000', '132601.206000', '132601.209000', '132601.212000', '132601.215000', '132601.218000', '132601.220000', '132601.223000', '132601.226000', '132601.229000', '132601.232000', '132601.234000', '132601.237000', '132601.240000', '132601.242000', '132601.245000', '132601.248000', '132601.250000', '132601.254000'], 'InstanceCreationTime': ['131930.729000', '131930.733000', '131930.736000', '131930.749000', '131930.752000', '131930.754000', '131930.757000', '131930.760000', '131930.769000', '131930.772000', '131930.775000', '131930.777000', '131930.780000', '131930.791000', '131930.800000', '131930.803000', '131930.805000', '131930.808000', '131930.811000', '131930.813000', '131930.816000', '131930.819000', '131950.696000', '131950.699000', '131950.702000', '131950.705000', '131950.707000', '131950.710000', '131950.713000', '131950.715000', '131950.718000', '131950.720000', '131950.723000', '131950.726000', '131950.728000', '131950.731000', '131950.733000', '131950.736000', '131950.739000', '131950.741000', '131950.744000', '131950.747000', '131950.752000', '131950.755000', '131950.757000', '131950.760000', '131950.763000', '131950.765000', '131950.768000', '131950.770000', '131950.773000', '131950.776000', '131950.778000', '131950.781000', '131950.783000', '131950.786000', '131950.789000', '131950.791000', '131950.794000', '131950.797000', '131950.799000', '131950.802000', '131950.805000', '131950.807000', '131950.810000', '131950.813000', '132010.697000', '132010.700000', '132010.703000', '132010.706000', '132010.709000', '132010.711000', '132010.714000', '132010.717000', '132010.719000', '132010.722000', '132010.725000', '132010.727000', '132010.730000', '132010.732000', '132010.735000', '132010.737000', '132010.740000', '132010.743000', '132010.745000', '132010.748000', '132010.750000', '132010.753000', '132010.756000', '132010.758000', '132010.761000', '132010.763000', '132010.766000', '132010.769000', '132010.771000', '132010.774000', '132010.777000', '132010.779000', '132010.782000', '132010.785000', '132010.787000', '132010.790000', '132010.792000', '132010.795000', '132010.798000', '132010.800000', '132010.803000', '132010.805000', '132010.814000', '132010.817000', '132030.696000', '132030.699000', '132030.702000', '132030.705000', '132030.708000', '132030.710000', '132030.713000', '132030.715000', '132030.719000', '132030.721000', '132030.724000', '132030.726000', '132030.730000', '132030.732000', '132030.735000', '132030.737000', '132030.740000', '132030.743000', '132030.745000', '132030.748000', '132030.751000', '132030.753000', '132030.756000', '132030.758000', '132030.761000', '132030.764000', '132030.766000', '132030.769000', '132030.772000', '132030.774000', '132030.777000', '132030.780000', '132030.782000', '132030.785000', '132030.787000', '132030.790000', '132030.793000', '132030.795000', '132030.798000', '132030.801000', '132030.803000', '132030.806000', '132030.809000', '132050.697000', '132050.700000', '132050.702000', '132050.705000', '132050.708000', '132050.710000', '132050.713000', '132050.716000', '132050.718000', '132050.721000', '132050.723000', '132050.726000', '132050.729000', '132050.731000', '132050.734000', '132050.737000', '132050.739000', '132050.742000', '132050.744000', '132050.747000', '132050.750000', '132050.752000', '132050.755000', '132050.758000', '132050.760000', '132050.763000', '132050.765000', '132050.768000', '132050.771000', '132050.773000', '132050.776000', '132050.779000', '132050.782000', '132050.784000', '132050.787000', '132050.790000', '132050.792000', '132050.795000', '132050.797000', '132050.800000', '132050.803000', '132050.805000', '132050.808000', '132110.697000', '132110.699000', '132110.702000', '132110.705000', '132110.708000', '132110.710000', '132110.713000', '132110.715000', '132110.718000', '132110.721000', '132110.723000', '132110.726000', '132110.729000', '132110.731000', '132110.734000', '132110.737000', '132110.739000', '132110.742000', '132110.751000', '132110.754000', '132110.756000', '132110.759000', '132110.762000', '132110.764000', '132110.767000', '132110.770000', '132110.772000', '132110.775000', '132110.777000', '132110.780000', '132110.783000', '132110.785000', '132110.788000', '132110.790000', '132110.793000', '132110.796000', '132110.798000', '132110.801000', '132110.804000', '132110.806000', '132110.809000', '132110.812000', '132110.814000', '132110.817000', '132130.711000', '132130.714000', '132130.717000', '132130.719000', '132130.722000', '132130.724000', '132130.728000', '132130.730000', '132130.733000', '132130.735000', '132130.739000', '132130.741000', '132130.744000', '132130.747000', '132130.750000', '132130.752000', '132130.755000', '132130.757000', '132130.760000', '132130.763000', '132130.766000', '132130.768000', '132130.771000', '132130.774000', '132130.776000', '132130.779000', '132130.781000', '132130.784000', '132130.787000', '132130.789000', '132130.792000', '132130.795000', '132130.797000', '132130.800000', '132130.803000', '132130.806000', '132130.808000', '132130.811000', '132130.814000', '132130.816000', '132130.819000', '132130.822000', '132130.824000', '132150.696000', '132150.699000', '132150.702000', '132150.705000', '132150.707000', '132150.710000', '132150.712000', '132150.715000', '132150.718000', '132150.720000', '132150.723000', '132150.726000', '132150.728000', '132150.731000', '132150.733000', '132150.736000', '132150.739000', '132150.741000', '132150.744000', '132150.747000', '132150.749000', '132150.752000', '132150.754000', '132150.757000', '132150.760000', '132150.762000', '132150.765000', '132150.768000', '132150.770000', '132150.773000', '132150.775000', '132150.778000', '132150.781000', '132150.783000', '132150.786000', '132150.789000', '132150.791000', '132150.794000', '132150.796000', '132150.799000', '132150.802000', '132150.804000', '132150.807000', '132150.810000', '132210.697000', '132210.700000', '132210.702000', '132210.705000', '132210.707000', '132210.710000', '132210.713000', '132210.715000', '132210.718000', '132210.721000', '132210.724000', '132210.727000', '132210.729000', '132210.732000', '132210.735000', '132210.737000', '132210.740000', '132210.743000', '132210.745000', '132210.748000', '132210.752000', '132210.755000', '132210.758000', '132210.760000', '132210.763000', '132210.766000', '132210.768000', '132210.771000', '132210.774000', '132210.776000', '132210.779000', '132210.782000', '132210.784000', '132210.787000', '132210.790000', '132210.792000', '132210.795000', '132210.798000', '132210.800000', '132210.803000', '132210.806000', '132210.808000', '132210.811000', '132230.696000', '132230.699000', '132230.703000', '132230.705000', '132230.708000', '132230.711000', '132230.714000', '132230.716000', '132230.719000', '132230.721000', '132230.724000', '132230.727000', '132230.730000', '132230.732000', '132230.735000', '132230.738000', '132230.740000', '132230.743000', '132230.746000', '132230.748000', '132230.751000', '132230.753000', '132230.756000', '132230.759000', '132230.761000', '132230.764000', '132230.767000', '132230.769000', '132230.772000', '132230.775000', '132230.778000', '132230.780000', '132230.783000', '132230.785000', '132230.788000', '132230.791000', '132230.793000', '132230.796000', '132230.799000', '132230.801000', '132230.804000', '132230.806000', '132230.809000', '132230.812000', '132250.696000', '132250.699000', '132250.702000', '132250.705000', '132250.707000', '132250.710000', '132250.713000', '132250.715000', '132250.718000', '132250.720000', '132250.723000', '132250.726000', '132250.728000', '132250.731000', '132250.734000', '132250.736000', '132250.739000', '132250.742000', '132250.744000', '132250.747000', '132250.749000', '132250.752000', '132250.755000', '132250.757000', '132250.764000', '132250.778000', '132250.781000', '132250.783000', '132250.786000', '132250.791000', '132250.794000', '132250.797000', '132250.799000', '132250.802000', '132250.805000', '132250.807000', '132250.810000', '132250.812000', '132250.815000', '132250.854000', '132250.856000', '132250.859000', '132250.862000', '132310.696000', '132310.700000', '132310.702000', '132310.705000', '132310.708000', '132310.711000', '132310.713000', '132310.716000', '132310.719000', '132310.721000', '132310.724000', '132310.727000', '132310.729000', '132310.732000', '132310.735000', '132310.738000', '132310.740000', '132310.743000', '132310.746000', '132310.748000', '132310.751000', '132310.754000', '132310.756000', '132310.759000', '132310.762000', '132310.765000', '132310.767000', '132310.770000', '132310.773000', '132310.775000', '132310.778000', '132310.780000', '132310.783000', '132310.786000', '132310.788000', '132310.791000', '132310.794000', '132310.796000', '132310.799000', '132310.802000', '132310.804000', '132310.807000', '132310.810000', '132310.812000', '132330.697000', '132330.700000', '132330.702000', '132330.705000', '132330.707000', '132330.710000', '132330.713000', '132330.715000', '132330.718000', '132330.721000', '132330.723000', '132330.726000', '132330.729000', '132330.731000', '132330.734000', '132330.737000', '132330.739000', '132330.742000', '132330.744000', '132330.747000', '132330.750000', '132330.752000', '132330.755000', '132330.758000', '132330.760000', '132330.763000', '132330.766000', '132330.769000', '132330.772000', '132330.784000', '132330.787000', '132330.789000', '132330.792000', '132330.795000', '132330.798000', '132330.800000', '132330.803000', '132330.806000', '132330.808000', '132330.811000', '132330.814000', '132330.816000', '132330.819000', '132350.697000', '132350.699000', '132350.702000', '132350.705000', '132350.708000', '132350.711000', '132350.713000', '132350.716000', '132350.719000', '132350.721000', '132350.725000', '132350.728000', '132350.730000', '132350.733000', '132350.736000', '132350.738000', '132350.741000', '132350.744000', '132350.746000', '132350.749000', '132350.751000', '132350.754000', '132350.757000', '132350.759000', '132350.762000', '132350.765000', '132350.767000', '132350.770000', '132350.773000', '132350.775000', '132350.778000', '132350.781000', '132350.783000', '132350.786000', '132350.789000', '132350.791000', '132350.794000', '132350.796000', '132350.799000', '132350.802000', '132350.804000', '132350.807000', '132350.810000', '132350.812000', '132410.697000', '132410.700000', '132410.703000', '132410.706000', '132410.708000', '132410.711000', '132410.714000', '132410.716000', '132410.719000', '132410.722000', '132410.724000', '132410.727000', '132410.730000', '132410.732000', '132410.735000', '132410.737000', '132410.740000', '132410.743000', '132410.745000', '132410.748000', '132410.751000', '132410.753000', '132410.756000', '132410.759000', '132410.762000', '132410.765000', '132410.768000', '132410.770000', '132410.773000', '132410.776000', '132410.778000', '132410.781000', '132410.784000', '132410.786000', '132410.789000', '132410.792000', '132410.795000', '132410.797000', '132410.800000', '132410.802000', '132410.805000', '132410.808000', '132410.810000', '132430.696000', '132430.699000', '132430.702000', '132430.705000', '132430.707000', '132430.710000', '132430.712000', '132430.730000', '132430.732000', '132430.735000', '132430.737000', '132430.740000', '132430.743000', '132430.746000', '132430.748000', '132430.751000', '132430.754000', '132430.756000', '132430.759000', '132430.762000', '132430.764000', '132430.767000', '132430.769000', '132430.772000', '132430.775000', '132430.777000', '132430.780000', '132430.783000', '132430.785000', '132430.788000', '132430.791000', '132430.794000', '132430.796000', '132430.799000', '132430.802000', '132430.804000', '132430.807000', '132430.810000', '132430.812000', '132430.815000', '132430.882000', '132430.885000', '132430.887000', '132430.890000', '132450.697000', '132450.700000', '132450.702000', '132450.705000', '132450.707000', '132450.710000', '132450.713000', '132450.715000', '132450.718000', '132450.721000', '132450.723000', '132450.726000', '132450.729000', '132450.731000', '132450.734000', '132450.737000', '132450.739000', '132450.742000', '132450.745000', '132450.747000', '132450.750000', '132450.753000', '132450.755000', '132450.763000', '132450.765000', '132450.768000', '132450.771000', '132450.773000', '132450.776000', '132450.779000', '132450.781000', '132450.784000', '132450.786000', '132450.789000', '132450.792000', '132450.795000', '132450.797000', '132450.800000', '132450.803000', '132450.805000', '132450.808000', '132450.810000', '132450.813000', '132510.697000', '132510.700000', '132510.703000', '132510.705000', '132510.708000', '132510.710000', '132510.713000', '132510.716000', '132510.718000', '132510.721000', '132510.724000', '132510.726000', '132510.729000', '132510.733000', '132510.736000', '132510.739000', '132510.741000', '132510.744000', '132510.747000', '132510.749000', '132510.752000', '132510.754000', '132510.757000', '132510.760000', '132510.762000', '132510.765000', '132510.768000', '132510.770000', '132510.773000', '132510.776000', '132510.778000', '132510.781000', '132510.784000', '132510.786000', '132510.789000', '132510.792000', '132510.794000', '132510.797000', '132510.799000', '132510.802000', '132510.805000', '132510.807000', '132510.810000', '132510.813000', '132530.697000', '132530.699000', '132530.702000', '132530.705000', '132530.707000', '132530.710000', '132530.713000', '132530.715000', '132530.718000', '132530.721000', '132530.723000', '132530.726000', '132530.729000', '132530.731000', '132530.734000', '132530.736000', '132530.739000', '132530.742000', '132530.744000', '132530.747000', '132530.750000', '132530.752000', '132530.755000', '132530.758000', '132530.760000', '132530.763000', '132530.766000', '132530.768000', '132530.771000', '132530.773000', '132530.776000', '132530.779000', '132530.781000', '132530.784000', '132530.787000', '132530.789000', '132530.792000', '132530.794000', '132530.797000', '132530.800000', '132530.802000', '132530.805000', '132530.807000', '132550.697000', '132550.699000', '132550.702000', '132550.705000', '132550.708000', '132550.711000', '132550.714000', '132550.716000', '132550.719000', '132550.722000', '132550.724000', '132550.727000', '132550.730000', '132550.732000', '132550.735000', '132550.738000', '132550.740000', '132550.750000', '132550.753000', '132550.755000', '132550.758000', '132550.761000', '132550.763000', '132550.766000', '132550.768000', '132550.771000', '132550.774000', '132550.776000', '132550.779000', '132550.782000', '132550.784000', '132550.787000', '132550.789000', '132550.792000', '132550.795000', '132550.798000', '132550.800000', '132550.803000', '132550.805000', '132550.808000', '132550.811000', '132550.813000', '132550.816000', '132601.188000', '132601.191000', '132601.194000', '132601.197000', '132601.200000', '132601.203000', '132601.206000', '132601.209000', '132601.212000', '132601.215000', '132601.218000', '132601.220000', '132601.223000', '132601.226000', '132601.229000', '132601.232000', '132601.234000', '132601.237000', '132601.240000', '132601.242000', '132601.245000', '132601.248000', '132601.250000', '132601.254000'], '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': [11881, 8465, 11737, 14024, 14838, 10601, 14368, 8737, 8280, 12789, 10488, 11267, 9807, 8536, 11269, 13813, 13000, 14966, 16011, 15423, 18353, 16263, 13907, 18360, 13551, 11881, 12495, 10553, 9173, 7506, 9566, 10268, 9837, 10232, 9972, 12973, 10637, 14591, 12378, 14716, 12405, 15858, 11486, 15383, 9265, 10302, 9473, 8655, 9921, 9321, 8293, 9416, 9983, 9041, 9739, 8485, 10258, 8027, 11830, 7777, 9596, 13779, 8351, 11563, 8608, 11764, 7883, 10302, 8082, 10881, 7952, 10485, 8117, 11295, 8592, 10847, 8178, 11927, 8128, 11399, 13596, 9087, 13595, 9061, 13844, 9168, 11036, 16303, 8931, 12232, 8496, 12319, 8135, 10541, 15791, 9020, 11151, 8914, 11743, 13598, 9972, 15117, 9689, 10823, 8357, 10553, 8142, 9814, 8129, 9218, 11296, 9809, 7483, 10555, 8216, 10738, 7935, 11036, 7972, 11723, 7973, 12533, 15263, 11702, 14462, 10830, 13362, 13087, 11660, 10951, 10834, 15924, 12161, 12791, 9325, 8970, 10310, 7843, 11097, 8024, 11814, 12839, 10193, 8149, 9291, 15384, 9475, 14205, 9588, 13071, 8469, 13583, 9118, 10844, 16302, 9760, 14948, 8508, 11490, 10902, 11714, 8242, 10434, 8462, 10405, 8303, 13162, 9576, 9924, 10215, 8247, 14476, 10625, 9670, 10843, 10614, 11297, 17341, 13812, 15254, 8703, 12909, 8610, 12923, 9335, 11226, 8188, 10896, 13378, 8984, 11182, 9961, 10719, 9257, 8722, 8629, 8570, 9858, 7637, 10494, 8795, 10711, 8214, 11031, 8183, 14019, 11793, 10804, 10786, 7997, 9076, 7505, 9795, 9450, 14964, 9388, 13356, 9655, 12259, 10243, 14038, 10631, 14365, 11829, 15693, 15671, 12742, 15659, 9894, 12840, 9866, 13817, 8797, 12114, 8816, 11594, 8450, 10591, 8886, 9541, 9314, 9442, 9500, 8027, 8215, 8208, 8245, 8090, 9387, 8492, 8965, 9121, 8022, 10018, 8437, 10859, 8540, 12143, 8459, 11819, 9851, 11720, 14466, 10837, 16439, 13272, 14851, 10863, 14773, 9292, 15755, 9362, 12362, 8983, 11256, 8689, 9892, 8683, 10518, 8729, 10633, 8504, 10380, 8294, 10210, 8710, 10073, 9857, 10922, 8265, 10740, 7905, 9802, 14095, 9478, 12704, 10022, 10297, 9627, 14283, 8917, 13806, 13559, 9963, 13563, 10577, 14388, 9135, 14421, 9094, 11797, 13169, 9303, 15609, 9455, 12311, 8532, 12374, 11719, 9911, 12338, 9222, 13037, 8753, 11703, 8234, 10874, 8302, 11240, 8328, 11152, 8607, 10808, 8977, 13138, 9633, 11095, 9501, 11728, 8419, 9360, 7963, 10446, 7778, 10082, 13895, 8188, 9794, 8312, 10450, 7883, 10198, 7569, 8823, 11910, 8302, 10680, 8495, 10806, 8367, 8247, 8243, 7631, 7975, 7033, 8095, 8494, 7334, 9586, 8085, 10545, 9188, 13380, 12400, 13515, 13433, 15742, 13971, 12853, 13325, 10671, 13144, 10196, 13129, 9798, 14084, 10291, 10286, 14695, 10277, 11374, 9597, 10669, 8233, 10418, 9851, 10007, 8755, 10058, 9515, 9056, 9045, 7840, 10535, 7578, 10309, 7590, 9839, 9447, 8745, 9065, 7617, 9282, 7801, 9975, 7728, 9003, 10929, 8038, 9601, 7944, 10134, 7978, 9411, 9842, 9088, 11971, 8944, 11708, 8481, 10551, 7720, 11724, 8733, 10626, 8272, 11451, 8212, 11556, 8662, 10488, 9286, 11896, 8839, 11656, 16344, 12028, 14235, 9150, 13162, 8456, 11174, 15576, 10318, 15386, 9800, 13686, 9047, 10274, 8091, 10500, 8049, 9865, 14041, 8855, 9953, 8009, 10072, 8268, 9622, 12215, 8743, 10107, 8100, 10165, 7988, 9466, 11240, 8889, 10591, 8566, 9980, 8197, 10435, 8388, 9950, 14063, 10907, 12343, 9013, 11646, 8002, 10151, 14839, 9713, 13857, 8946, 11073, 9249, 9852, 15131, 9806, 10668, 9605, 11650, 8534, 10420, 8042, 10465, 9685, 11556, 9746, 11933, 8747, 11871, 8819, 11978, 9257, 10748, 7857, 10119, 7699, 10451, 11336, 10462, 9126, 10031, 12684, 8917, 10395, 7666, 10339, 7926, 10372, 7600, 10257, 10886, 9353, 12840, 8739, 10789, 8531, 9731, 7948, 10826, 8689, 10476, 7659, 10967, 9620, 10624, 13614, 9669, 8039, 9591, 7799, 10229, 8805, 9930, 9619, 11724, 10108, 8206, 9365, 8425, 11657, 10386, 13308, 15297, 11898, 13609, 9363, 12024, 8593, 11381, 8232, 11801, 9567, 11176, 10141, 10718, 10602, 9636, 9115, 9036, 8683, 8305, 8045, 8522, 8716, 7920, 9413, 7838, 9814, 11581, 9175, 11172, 9396, 11018, 8988, 11872, 12236, 9837, 12592, 9775, 11320, 8519, 10454, 7654, 10963, 7839, 10376, 8562, 9545, 8124, 9065, 10316, 8418, 11000, 7929, 11012, 7953, 10577, 7973, 10412, 8352, 9351, 8619, 9583, 13471, 10859, 10887, 7698, 7339, 10510, 9310, 9314, 8564, 12267, 11358, 10079, 12746, 9001, 12324, 11212, 11916, 13680, 13414, 14135, 11722, 9295, 14406, 10972, 9579, 14084, 10994, 14448, 11446, 14185, 10125, 12085, 9752, 11191, 10132, 11353, 10190, 11121, 11036, 10304, 10204, 10258, 10841, 9022, 11177, 11636, 9468, 11581, 8304, 11414, 7565, 10905, 8300, 10643, 8340, 10212, 8278, 10634, 7588, 10874, 8595, 10440, 11839, 8084, 10065, 7801, 10914, 8849, 11374, 10145, 10283, 12777, 9224, 9962, 9427, 10865, 9466, 10744, 9139, 10000, 8261, 8906, 7881, 11883, 7403, 10552, 9735, 7687, 10016, 9050, 10150, 9606, 14065, 12677, 14057, 9419, 13376, 8283, 10836, 9076, 10420, 9153, 10345, 9263, 9319, 11604, 8086, 10874, 8258, 10526, 7702, 10373, 7680, 9700, 10393, 9527, 10248, 9108, 12360, 8696, 10842, 8302, 11229, 8094, 10027, 7573, 10323, 10054, 10115, 9762, 9515, 13400, 9400, 10717, 8767, 11483, 9227, 11063, 8241, 10768, 8827, 11231, 13403, 10785, 13458, 10315, 12703, 9053, 12138, 10598, 11085, 14066, 10679, 13770, 9993, 12416, 8852, 11615, 13618, 11259, 14643, 11206, 15229, 11532, 13600, 10736, 12307, 10582, 11959, 9990, 11911, 9467, 10941, 8304, 11782, 8535, 11661, 9467, 10988, 13187, 9952, 11919, 8544, 11801, 8429, 11188, 9001, 10502, 13827, 9345, 11766, 8951, 12330, 8154, 11845, 8176, 10226, 7829, 10145, 7775, 10296, 7728, 9535, 13993, 9390, 12164, 8920, 12018, 8447, 10752, 8198, 10864, 9532, 10019, 10140, 9763, 12093, 9199, 11702, 8551, 12104, 8728, 12723, 8214, 11325, 8604, 12446, 8596, 11811, 9135, 11643, 10812, 8652, 10271, 9295, 11080, 12101, 11488, 13251, 10929, 14978, 10183, 11895], 'WindowCenter': [4400.0, 4369.0, 4387.0, 4376.0, 4345.0, 4371.0, 4373.0, 4308.0, 4312.0, 4343.0, 4332.0, 4334.0, 4339.0, 4340.0, 4359.0, 4359.0, 4362.0, 4373.0, 4344.0, 4356.0, 4350.0, 4323.0, 4299.0, 4321.0, 4301.0, 4293.0, 4303.0, 4294.0, 4298.0, 4267.0, 4285.0, 4294.0, 4282.0, 4294.0, 4295.0, 4318.0, 4310.0, 4329.0, 4319.0, 4313.0, 4304.0, 4311.0, 4294.0, 4313.0, 4270.0, 4266.0, 4279.0, 4256.0, 4282.0, 4295.0, 4285.0, 4283.0, 4296.0, 4282.0, 4282.0, 4272.0, 4293.0, 4274.0, 4316.0, 4264.0, 4310.0, 4337.0, 4290.0, 4317.0, 4300.0, 4316.0, 4288.0, 4309.0, 4287.0, 4317.0, 4301.0, 4318.0, 4302.0, 4347.0, 4325.0, 4334.0, 4315.0, 4344.0, 4313.0, 4347.0, 4340.0, 4313.0, 4342.0, 4308.0, 4339.0, 4310.0, 4331.0, 4349.0, 4311.0, 4330.0, 4300.0, 4331.0, 4298.0, 4333.0, 4349.0, 4310.0, 4329.0, 4311.0, 4331.0, 4338.0, 4321.0, 4351.0, 4321.0, 4317.0, 4300.0, 4331.0, 4301.0, 4335.0, 4317.0, 4339.0, 4356.0, 4345.0, 4330.0, 4359.0, 4355.0, 4360.0, 4330.0, 4362.0, 4331.0, 4371.0, 4330.0, 4369.0, 4379.0, 4358.0, 4366.0, 4333.0, 4353.0, 4350.0, 4356.0, 4347.0, 4345.0, 4365.0, 4343.0, 4355.0, 4323.0, 4322.0, 4333.0, 4313.0, 4343.0, 4317.0, 4358.0, 4343.0, 4334.0, 4302.0, 4337.0, 4365.0, 4323.0, 4354.0, 4321.0, 4340.0, 4311.0, 4341.0, 4307.0, 4328.0, 4348.0, 4320.0, 4350.0, 4310.0, 4343.0, 4344.0, 4342.0, 4313.0, 4331.0, 4314.0, 4333.0, 4326.0, 4355.0, 4336.0, 4348.0, 4345.0, 4315.0, 4354.0, 4344.0, 4325.0, 4346.0, 4333.0, 4347.0, 4363.0, 4353.0, 4352.0, 4311.0, 4328.0, 4298.0, 4330.0, 4294.0, 4319.0, 4300.0, 4349.0, 4330.0, 4262.0, 4292.0, 4319.0, 4331.0, 4347.0, 4335.0, 4337.0, 4335.0, 4335.0, 4302.0, 4330.0, 4312.0, 4331.0, 4325.0, 4358.0, 4342.0, 4394.0, 4394.0, 4371.0, 4371.0, 4336.0, 4337.0, 4303.0, 4334.0, 4348.0, 4387.0, 4349.0, 4391.0, 4361.0, 4368.0, 4344.0, 4364.0, 4348.0, 4366.0, 4344.0, 4366.0, 4347.0, 4326.0, 4324.0, 4292.0, 4311.0, 4292.0, 4311.0, 4283.0, 4312.0, 4278.0, 4313.0, 4281.0, 4313.0, 4295.0, 4304.0, 4304.0, 4305.0, 4319.0, 4296.0, 4309.0, 4299.0, 4312.0, 4305.0, 4310.0, 4312.0, 4311.0, 4323.0, 4324.0, 4345.0, 4328.0, 4346.0, 4326.0, 4357.0, 4313.0, 4356.0, 4334.0, 4355.0, 4351.0, 4343.0, 4364.0, 4342.0, 4351.0, 4327.0, 4347.0, 4311.0, 4349.0, 4310.0, 4339.0, 4313.0, 4330.0, 4312.0, 4321.0, 4310.0, 4330.0, 4312.0, 4331.0, 4321.0, 4332.0, 4311.0, 4333.0, 4326.0, 4346.0, 4333.0, 4347.0, 4327.0, 4355.0, 4327.0, 4349.0, 4366.0, 4338.0, 4369.0, 4351.0, 4345.0, 4350.0, 4366.0, 4338.0, 4367.0, 4353.0, 4335.0, 4353.0, 4334.0, 4355.0, 4324.0, 4351.0, 4309.0, 4332.0, 4327.0, 4309.0, 4337.0, 4309.0, 4328.0, 4299.0, 4328.0, 4318.0, 4310.0, 4328.0, 4310.0, 4341.0, 4324.0, 4340.0, 4312.0, 4330.0, 4312.0, 4341.0, 4323.0, 4344.0, 4323.0, 4330.0, 4324.0, 4342.0, 4324.0, 4331.0, 4333.0, 4358.0, 4326.0, 4325.0, 4310.0, 4333.0, 4301.0, 4332.0, 4351.0, 4300.0, 4321.0, 4310.0, 4332.0, 4301.0, 4334.0, 4301.0, 4324.0, 4344.0, 4325.0, 4333.0, 4326.0, 4357.0, 4339.0, 4339.0, 4339.0, 4341.0, 4351.0, 4330.0, 4340.0, 4352.0, 4331.0, 4349.0, 4341.0, 4347.0, 4352.0, 4395.0, 4386.0, 4383.0, 4385.0, 4370.0, 4345.0, 4331.0, 4314.0, 4305.0, 4314.0, 4295.0, 4315.0, 4293.0, 4326.0, 4291.0, 4290.0, 4307.0, 4288.0, 4288.0, 4280.0, 4289.0, 4268.0, 4303.0, 4291.0, 4295.0, 4281.0, 4301.0, 4293.0, 4294.0, 4293.0, 4285.0, 4318.0, 4286.0, 4318.0, 4285.0, 4332.0, 4319.0, 4310.0, 4322.0, 4315.0, 4324.0, 4303.0, 4335.0, 4303.0, 4323.0, 4344.0, 4324.0, 4334.0, 4313.0, 4346.0, 4315.0, 4336.0, 4334.0, 4340.0, 4357.0, 4339.0, 4372.0, 4349.0, 4359.0, 4331.0, 4382.0, 4341.0, 4361.0, 4328.0, 4370.0, 4344.0, 4371.0, 4351.0, 4361.0, 4350.0, 4361.0, 4337.0, 4359.0, 4376.0, 4346.0, 4351.0, 4323.0, 4353.0, 4313.0, 4345.0, 4363.0, 4335.0, 4350.0, 4321.0, 4351.0, 4312.0, 4321.0, 4300.0, 4333.0, 4302.0, 4333.0, 4363.0, 4334.0, 4333.0, 4314.0, 4333.0, 4311.0, 4334.0, 4342.0, 4323.0, 4334.0, 4313.0, 4336.0, 4313.0, 4336.0, 4342.0, 4336.0, 4346.0, 4338.0, 4334.0, 4325.0, 4347.0, 4323.0, 4347.0, 4365.0, 4347.0, 4355.0, 4324.0, 4346.0, 4315.0, 4337.0, 4365.0, 4337.0, 4354.0, 4323.0, 4347.0, 4322.0, 4336.0, 4367.0, 4335.0, 4347.0, 4349.0, 4356.0, 4328.0, 4346.0, 4341.0, 4358.0, 4349.0, 4345.0, 4338.0, 4357.0, 4338.0, 4345.0, 4324.0, 4346.0, 4324.0, 4344.0, 4314.0, 4331.0, 4315.0, 4347.0, 4343.0, 4344.0, 4324.0, 4334.0, 4352.0, 4322.0, 4335.0, 4312.0, 4346.0, 4312.0, 4334.0, 4310.0, 4344.0, 4342.0, 4336.0, 4353.0, 4322.0, 4343.0, 4324.0, 4333.0, 4326.0, 4358.0, 4339.0, 4347.0, 4317.0, 4358.0, 4333.0, 4359.0, 4377.0, 4348.0, 4326.0, 4338.0, 4315.0, 4348.0, 4339.0, 4349.0, 4350.0, 4367.0, 4359.0, 4339.0, 4340.0, 4341.0, 4370.0, 4346.0, 4370.0, 4362.0, 4344.0, 4338.0, 4311.0, 4328.0, 4299.0, 4328.0, 4296.0, 4332.0, 4310.0, 4329.0, 4316.0, 4331.0, 4330.0, 4322.0, 4313.0, 4312.0, 4301.0, 4301.0, 4302.0, 4313.0, 4338.0, 4341.0, 4352.0, 4326.0, 4348.0, 4357.0, 4337.0, 4343.0, 4336.0, 4346.0, 4335.0, 4357.0, 4354.0, 4336.0, 4343.0, 4333.0, 4331.0, 4311.0, 4329.0, 4301.0, 4343.0, 4301.0, 4333.0, 4319.0, 4333.0, 4309.0, 4334.0, 4333.0, 4325.0, 4344.0, 4325.0, 4344.0, 4327.0, 4347.0, 4325.0, 4359.0, 4324.0, 4349.0, 4338.0, 4365.0, 4381.0, 4360.0, 4358.0, 4326.0, 4327.0, 4371.0, 4361.0, 4350.0, 4354.0, 4374.0, 4356.0, 4337.0, 4357.0, 4327.0, 4356.0, 4345.0, 4343.0, 4356.0, 4343.0, 4369.0, 4357.0, 4323.0, 4347.0, 4331.0, 4318.0, 4335.0, 4318.0, 4338.0, 4327.0, 4337.0, 4307.0, 4326.0, 4306.0, 4314.0, 4303.0, 4312.0, 4303.0, 4315.0, 4315.0, 4304.0, 4320.0, 4317.0, 4329.0, 4295.0, 4330.0, 4317.0, 4294.0, 4316.0, 4285.0, 4327.0, 4287.0, 4317.0, 4295.0, 4332.0, 4298.0, 4333.0, 4309.0, 4333.0, 4302.0, 4344.0, 4321.0, 4347.0, 4357.0, 4315.0, 4334.0, 4304.0, 4342.0, 4325.0, 4342.0, 4332.0, 4335.0, 4342.0, 4339.0, 4349.0, 4351.0, 4359.0, 4352.0, 4360.0, 4350.0, 4349.0, 4340.0, 4350.0, 4339.0, 4380.0, 4330.0, 4371.0, 4363.0, 4341.0, 4363.0, 4353.0, 4374.0, 4365.0, 4382.0, 4368.0, 4366.0, 4337.0, 4354.0, 4313.0, 4344.0, 4321.0, 4334.0, 4321.0, 4334.0, 4322.0, 4333.0, 4343.0, 4315.0, 4343.0, 4325.0, 4343.0, 4314.0, 4346.0, 4312.0, 4336.0, 4334.0, 4335.0, 4344.0, 4333.0, 4355.0, 4325.0, 4345.0, 4325.0, 4356.0, 4326.0, 4350.0, 4317.0, 4359.0, 4346.0, 4349.0, 4345.0, 4348.0, 4367.0, 4335.0, 4332.0, 4327.0, 4354.0, 4337.0, 4356.0, 4326.0, 4358.0, 4339.0, 4361.0, 4366.0, 4348.0, 4355.0, 4346.0, 4352.0, 4324.0, 4355.0, 4334.0, 4346.0, 4355.0, 4345.0, 4352.0, 4334.0, 4344.0, 4312.0, 4346.0, 4364.0, 4355.0, 4364.0, 4355.0, 4365.0, 4345.0, 4340.0, 4330.0, 4353.0, 4345.0, 4343.0, 4332.0, 4354.0, 4334.0, 4341.0, 4309.0, 4341.0, 4309.0, 4341.0, 4319.0, 4342.0, 4351.0, 4333.0, 4353.0, 4322.0, 4353.0, 4310.0, 4342.0, 4321.0, 4342.0, 4350.0, 4323.0, 4342.0, 4333.0, 4351.0, 4313.0, 4353.0, 4323.0, 4344.0, 4313.0, 4346.0, 4315.0, 4346.0, 4315.0, 4347.0, 4365.0, 4347.0, 4366.0, 4336.0, 4355.0, 4326.0, 4356.0, 4325.0, 4357.0, 4335.0, 4346.0, 4346.0, 4346.0, 4366.0, 4350.0, 4368.0, 4351.0, 4378.0, 4351.0, 4367.0, 4339.0, 4356.0, 4351.0, 4378.0, 4337.0, 4372.0, 4349.0, 4371.0, 4372.0, 4335.0, 4349.0, 4337.0, 4360.0, 4355.0, 4358.0, 4356.0, 4360.0, 4379.0, 4334.0, 4344.0], 'WindowWidth': [9707.0, 9662.0, 9680.0, 9651.0, 9591.0, 9657.0, 9642.0, 9538.0, 9555.0, 9592.0, 9576.0, 9581.0, 9596.0, 9601.0, 9625.0, 9622.0, 9626.0, 9651.0, 9592.0, 9614.0, 9600.0, 9548.0, 9507.0, 9541.0, 9511.0, 9502.0, 9514.0, 9502.0, 9515.0, 9472.0, 9492.0, 9503.0, 9483.0, 9502.0, 9506.0, 9541.0, 9533.0, 9561.0, 9543.0, 9531.0, 9516.0, 9523.0, 9503.0, 9528.0, 9465.0, 9451.0, 9475.0, 9441.0, 9483.0, 9510.0, 9497.0, 9490.0, 9509.0, 9487.0, 9485.0, 9472.0, 9501.0, 9479.0, 9539.0, 9465.0, 9536.0, 9571.0, 9509.0, 9544.0, 9525.0, 9539.0, 9508.0, 9535.0, 9502.0, 9541.0, 9530.0, 9548.0, 9532.0, 9601.0, 9571.0, 9578.0, 9557.0, 9594.0, 9551.0, 9602.0, 9581.0, 9548.0, 9587.0, 9536.0, 9580.0, 9539.0, 9570.0, 9590.0, 9544.0, 9567.0, 9527.0, 9569.0, 9522.0, 9575.0, 9593.0, 9542.0, 9565.0, 9542.0, 9570.0, 9576.0, 9559.0, 9598.0, 9557.0, 9548.0, 9531.0, 9573.0, 9534.0, 9589.0, 9565.0, 9598.0, 9617.0, 9605.0, 9590.0, 9626.0, 9630.0, 9630.0, 9587.0, 9635.0, 9591.0, 9643.0, 9588.0, 9643.0, 9651.0, 9622.0, 9631.0, 9578.0, 9606.0, 9597.0, 9619.0, 9602.0, 9600.0, 9624.0, 9594.0, 9609.0, 9565.0, 9562.0, 9581.0, 9554.0, 9593.0, 9565.0, 9620.0, 9591.0, 9579.0, 9536.0, 9593.0, 9623.0, 9563.0, 9608.0, 9560.0, 9585.0, 9546.0, 9584.0, 9533.0, 9566.0, 9588.0, 9554.0, 9597.0, 9542.0, 9589.0, 9593.0, 9588.0, 9554.0, 9571.0, 9555.0, 9577.0, 9575.0, 9611.0, 9588.0, 9608.0, 9599.0, 9557.0, 9608.0, 9596.0, 9570.0, 9601.0, 9577.0, 9602.0, 9622.0, 9603.0, 9599.0, 9544.0, 9562.0, 9520.0, 9564.0, 9510.0, 9549.0, 9528.0, 9605.0, 9563.0, 9452.0, 9496.0, 9554.0, 9573.0, 9606.0, 9587.0, 9595.0, 9588.0, 9585.0, 9535.0, 9569.0, 9547.0, 9574.0, 9573.0, 9625.0, 9611.0, 9685.0, 9687.0, 9651.0, 9651.0, 9598.0, 9594.0, 9542.0, 9587.0, 9612.0, 9667.0, 9617.0, 9676.0, 9633.0, 9639.0, 9599.0, 9625.0, 9610.0, 9633.0, 9600.0, 9639.0, 9591.0, 9561.0, 9549.0, 9502.0, 9526.0, 9502.0, 9527.0, 9491.0, 9532.0, 9480.0, 9532.0, 9490.0, 9536.0, 9514.0, 9526.0, 9527.0, 9531.0, 9553.0, 9520.0, 9541.0, 9526.0, 9547.0, 9538.0, 9539.0, 9548.0, 9543.0, 9566.0, 9571.0, 9601.0, 9583.0, 9602.0, 9575.0, 9618.0, 9555.0, 9618.0, 9585.0, 9614.0, 9597.0, 9594.0, 9621.0, 9589.0, 9596.0, 9563.0, 9587.0, 9543.0, 9591.0, 9541.0, 9580.0, 9550.0, 9568.0, 9548.0, 9558.0, 9545.0, 9571.0, 9548.0, 9573.0, 9562.0, 9577.0, 9548.0, 9581.0, 9574.0, 9603.0, 9579.0, 9603.0, 9579.0, 9614.0, 9579.0, 9612.0, 9630.0, 9593.0, 9636.0, 9616.0, 9601.0, 9614.0, 9630.0, 9595.0, 9636.0, 9604.0, 9584.0, 9606.0, 9578.0, 9608.0, 9566.0, 9601.0, 9541.0, 9574.0, 9559.0, 9537.0, 9572.0, 9536.0, 9561.0, 9522.0, 9563.0, 9546.0, 9539.0, 9561.0, 9542.0, 9586.0, 9569.0, 9582.0, 9551.0, 9570.0, 9551.0, 9587.0, 9566.0, 9595.0, 9566.0, 9569.0, 9569.0, 9588.0, 9566.0, 9571.0, 9580.0, 9620.0, 9575.0, 9570.0, 9544.0, 9576.0, 9530.0, 9577.0, 9598.0, 9529.0, 9559.0, 9544.0, 9574.0, 9531.0, 9580.0, 9532.0, 9570.0, 9594.0, 9572.0, 9579.0, 9577.0, 9622.0, 9600.0, 9599.0, 9598.0, 9606.0, 9622.0, 9594.0, 9605.0, 9622.0, 9593.0, 9614.0, 9606.0, 9606.0, 9621.0, 9688.0, 9679.0, 9668.0, 9673.0, 9651.0, 9597.0, 9573.0, 9537.0, 9523.0, 9536.0, 9511.0, 9538.0, 9504.0, 9552.0, 9498.0, 9497.0, 9517.0, 9490.0, 9489.0, 9480.0, 9493.0, 9464.0, 9518.0, 9498.0, 9511.0, 9487.0, 9517.0, 9506.0, 9510.0, 9508.0, 9500.0, 9550.0, 9503.0, 9552.0, 9504.0, 9575.0, 9555.0, 9546.0, 9564.0, 9556.0, 9568.0, 9539.0, 9587.0, 9537.0, 9569.0, 9596.0, 9571.0, 9584.0, 9555.0, 9603.0, 9559.0, 9592.0, 9584.0, 9602.0, 9620.0, 9600.0, 9650.0, 9614.0, 9628.0, 9591.0, 9664.0, 9605.0, 9630.0, 9581.0, 9644.0, 9612.0, 9648.0, 9619.0, 9634.0, 9616.0, 9629.0, 9592.0, 9627.0, 9643.0, 9600.0, 9601.0, 9566.0, 9606.0, 9549.0, 9597.0, 9615.0, 9584.0, 9597.0, 9559.0, 9598.0, 9548.0, 9558.0, 9531.0, 9577.0, 9533.0, 9581.0, 9622.0, 9584.0, 9581.0, 9555.0, 9579.0, 9548.0, 9584.0, 9589.0, 9567.0, 9584.0, 9552.0, 9586.0, 9551.0, 9590.0, 9591.0, 9591.0, 9604.0, 9594.0, 9584.0, 9573.0, 9605.0, 9566.0, 9605.0, 9625.0, 9603.0, 9610.0, 9571.0, 9600.0, 9556.0, 9592.0, 9624.0, 9589.0, 9607.0, 9566.0, 9602.0, 9561.0, 9588.0, 9630.0, 9583.0, 9603.0, 9613.0, 9614.0, 9580.0, 9604.0, 9604.0, 9622.0, 9614.0, 9599.0, 9594.0, 9617.0, 9596.0, 9598.0, 9571.0, 9601.0, 9569.0, 9598.0, 9556.0, 9576.0, 9561.0, 9607.0, 9593.0, 9597.0, 9567.0, 9582.0, 9602.0, 9564.0, 9586.0, 9551.0, 9602.0, 9552.0, 9582.0, 9546.0, 9597.0, 9590.0, 9589.0, 9609.0, 9567.0, 9595.0, 9572.0, 9584.0, 9577.0, 9622.0, 9596.0, 9607.0, 9565.0, 9620.0, 9580.0, 9625.0, 9647.0, 9610.0, 9577.0, 9593.0, 9557.0, 9609.0, 9599.0, 9611.0, 9617.0, 9638.0, 9627.0, 9601.0, 9600.0, 9606.0, 9644.0, 9605.0, 9644.0, 9621.0, 9593.0, 9581.0, 9543.0, 9562.0, 9522.0, 9563.0, 9518.0, 9574.0, 9539.0, 9567.0, 9544.0, 9572.0, 9573.0, 9560.0, 9549.0, 9547.0, 9530.0, 9528.0, 9532.0, 9549.0, 9597.0, 9604.0, 9623.0, 9579.0, 9609.0, 9620.0, 9591.0, 9595.0, 9590.0, 9601.0, 9587.0, 9622.0, 9608.0, 9589.0, 9595.0, 9580.0, 9574.0, 9549.0, 9570.0, 9534.0, 9592.0, 9533.0, 9581.0, 9557.0, 9580.0, 9544.0, 9584.0, 9580.0, 9573.0, 9600.0, 9575.0, 9597.0, 9581.0, 9607.0, 9575.0, 9624.0, 9573.0, 9610.0, 9596.0, 9645.0, 9659.0, 9631.0, 9623.0, 9578.0, 9581.0, 9647.0, 9636.0, 9618.0, 9628.0, 9657.0, 9617.0, 9591.0, 9621.0, 9578.0, 9620.0, 9600.0, 9596.0, 9612.0, 9591.0, 9640.0, 9619.0, 9567.0, 9591.0, 9576.0, 9554.0, 9570.0, 9550.0, 9579.0, 9561.0, 9576.0, 9531.0, 9556.0, 9529.0, 9536.0, 9521.0, 9531.0, 9518.0, 9541.0, 9543.0, 9526.0, 9552.0, 9544.0, 9563.0, 9514.0, 9566.0, 9545.0, 9508.0, 9542.0, 9497.0, 9559.0, 9504.0, 9546.0, 9514.0, 9575.0, 9524.0, 9576.0, 9539.0, 9578.0, 9535.0, 9595.0, 9562.0, 9601.0, 9618.0, 9558.0, 9581.0, 9540.0, 9590.0, 9570.0, 9593.0, 9574.0, 9583.0, 9589.0, 9598.0, 9612.0, 9615.0, 9624.0, 9622.0, 9627.0, 9615.0, 9611.0, 9603.0, 9621.0, 9602.0, 9662.0, 9593.0, 9649.0, 9637.0, 9605.0, 9635.0, 9624.0, 9655.0, 9644.0, 9667.0, 9637.0, 9631.0, 9591.0, 9610.0, 9552.0, 9598.0, 9561.0, 9582.0, 9561.0, 9583.0, 9562.0, 9581.0, 9592.0, 9558.0, 9594.0, 9571.0, 9594.0, 9557.0, 9602.0, 9552.0, 9588.0, 9583.0, 9587.0, 9595.0, 9584.0, 9612.0, 9574.0, 9601.0, 9575.0, 9618.0, 9578.0, 9614.0, 9565.0, 9628.0, 9605.0, 9612.0, 9601.0, 9608.0, 9633.0, 9586.0, 9579.0, 9579.0, 9610.0, 9592.0, 9615.0, 9578.0, 9624.0, 9598.0, 9631.0, 9630.0, 9605.0, 9610.0, 9600.0, 9605.0, 9569.0, 9613.0, 9582.0, 9602.0, 9609.0, 9597.0, 9604.0, 9580.0, 9594.0, 9548.0, 9603.0, 9625.0, 9615.0, 9624.0, 9615.0, 9626.0, 9598.0, 9582.0, 9568.0, 9607.0, 9598.0, 9593.0, 9579.0, 9612.0, 9586.0, 9590.0, 9542.0, 9588.0, 9542.0, 9589.0, 9557.0, 9591.0, 9602.0, 9582.0, 9607.0, 9566.0, 9608.0, 9546.0, 9591.0, 9559.0, 9592.0, 9599.0, 9565.0, 9592.0, 9584.0, 9602.0, 9554.0, 9608.0, 9567.0, 9599.0, 9554.0, 9602.0, 9560.0, 9604.0, 9560.0, 9607.0, 9627.0, 9607.0, 9632.0, 9590.0, 9614.0, 9577.0, 9618.0, 9576.0, 9621.0, 9588.0, 9606.0, 9602.0, 9606.0, 9634.0, 9617.0, 9640.0, 9622.0, 9655.0, 9625.0, 9636.0, 9600.0, 9620.0, 9619.0, 9653.0, 9597.0, 9650.0, 9618.0, 9647.0, 9648.0, 9592.0, 9612.0, 9593.0, 9627.0, 9615.0, 9622.0, 9614.0, 9630.0, 9659.0, 9583.0, 9595.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.006566399082568807</td></tr>
<tr><td colspan=3>aqi</td><td>0.0650215375</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.22439534468431</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2823302005625696</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0623489165901265</td></tr>
<tr><td colspan=3>efc</td><td>0.4707</td></tr>
<tr><td colspan=3>fber</td><td>8072.8174</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23250992740686008</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>304</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.862385321100916</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4977346548299173</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3811383068656022</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6537286640029056</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4583369936212436</td></tr>
<tr><td colspan=3>gcor</td><td>0.0224473</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0012275470653548837</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02533474750816822</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.169489789644725</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>23.0563</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3272</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.384</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298561.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>698.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.6458</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5586</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.7642</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3536.7171</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77983.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4562.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.706</td></tr>
<tr><td colspan=3>tsnr</td><td>27.94469608552754</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>