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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-04/func/sub-0052_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>bd0747f95af5a57b78e732f5099174b5</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>12:55:19.710000</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.843</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3ae2e5dc-29a0-4768-882e-deaf8f334393||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': ['125519.710000', '125520.170000', '125520.630000', '125521.090000', '125521.550000', '125522.010000', '125522.470000', '125522.930000', '125523.390000', '125523.850000', '125524.310000', '125524.770000', '125525.230000', '125525.690000', '125526.150000', '125526.610000', '125527.070000', '125527.530000', '125527.990000', '125528.450000', '125528.910000', '125529.370000', '125529.830000', '125530.290000', '125530.750000', '125531.210000', '125531.670000', '125532.130000', '125532.590000', '125533.050000', '125533.510000', '125533.970000', '125534.430000', '125534.890000', '125535.350000', '125535.810000', '125536.270000', '125536.730000', '125537.190000', '125537.650000', '125538.110000', '125538.570000', '125539.030000', '125539.490000', '125539.950000', '125540.410000', '125540.870000', '125541.330000', '125541.790000', '125542.250000', '125542.710000', '125543.170000', '125543.630000', '125544.090000', '125544.550000', '125545.010000', '125545.470000', '125545.930000', '125546.390000', '125546.850000', '125547.310000', '125547.770000', '125548.230000', '125548.690000', '125549.150000', '125549.610000', '125550.070000', '125550.530000', '125550.990000', '125551.450000', '125551.910000', '125552.370000', '125552.830000', '125553.290000', '125553.750000', '125554.210000', '125554.670000', '125555.130000', '125555.590000', '125556.050000', '125556.510000', '125556.970000', '125557.430000', '125557.890000', '125558.350000', '125558.810000', '125559.270000', '125559.730000', '125600.190000', '125600.650000', '125601.110000', '125601.570000', '125602.030000', '125602.490000', '125602.950000', '125603.410000', '125603.870000', '125604.330000', '125604.790000', '125605.250000', '125605.710000', '125606.170000', '125606.630000', '125607.090000', '125607.550000', '125608.010000', '125608.470000', '125608.930000', '125609.390000', '125609.850000', '125610.310000', '125610.770000', '125611.230000', '125611.690000', '125612.150000', '125612.610000', '125613.070000', '125613.530000', '125613.990000', '125614.450000', '125614.910000', '125615.370000', '125615.830000', '125616.290000', '125616.750000', '125617.210000', '125617.670000', '125618.130000', '125618.590000', '125619.050000', '125619.510000', '125619.970000', '125620.430000', '125620.890000', '125621.350000', '125621.810000', '125622.270000', '125622.730000', '125623.190000', '125623.650000', '125624.110000', '125624.570000', '125625.030000', '125625.490000', '125625.950000', '125626.410000', '125626.870000', '125627.330000', '125627.790000', '125628.250000', '125628.710000', '125629.170000', '125629.630000', '125630.090000', '125630.550000', '125631.010000', '125631.470000', '125631.930000', '125632.390000', '125632.850000', '125633.310000', '125633.770000', '125634.230000', '125634.690000', '125635.150000', '125635.610000', '125636.070000', '125636.530000', '125636.990000', '125637.450000', '125637.910000', '125638.370000', '125638.830000', '125639.290000', '125639.750000', '125640.210000', '125640.670000', '125641.130000', '125641.590000', '125642.050000', '125642.510000', '125642.970000', '125643.430000', '125643.890000', '125644.350000', '125644.810000', '125645.270000', '125645.730000', '125646.190000', '125646.650000', '125647.110000', '125647.570000', '125648.030000', '125648.490000', '125648.950000', '125649.410000', '125649.870000', '125650.330000', '125650.790000', '125651.250000', '125651.710000', '125652.170000', '125652.630000', '125653.090000', '125653.550000', '125654.010000', '125654.470000', '125654.930000', '125655.390000', '125655.850000', '125656.310000', '125656.770000', '125657.230000', '125657.690000', '125658.150000', '125658.610000', '125659.070000', '125659.530000', '125659.990000', '125700.450000', '125700.910000', '125701.370000', '125701.830000', '125702.290000', '125702.750000', '125703.210000', '125703.670000', '125704.130000', '125704.590000', '125705.050000', '125705.510000', '125705.970000', '125706.430000', '125706.890000', '125707.350000', '125707.810000', '125708.270000', '125708.730000', '125709.190000', '125709.650000', '125710.110000', '125710.570000', '125711.030000', '125711.490000', '125711.950000', '125712.410000', '125712.870000', '125713.330000', '125713.790000', '125714.250000', '125714.710000', '125715.170000', '125715.630000', '125716.090000', '125716.550000', '125717.010000', '125717.470000', '125717.930000', '125718.390000', '125718.850000', '125719.310000', '125719.770000', '125720.230000', '125720.690000', '125721.150000', '125721.610000', '125722.070000', '125722.530000', '125722.990000', '125723.450000', '125723.910000', '125724.370000', '125724.830000', '125725.290000', '125725.750000', '125726.210000', '125726.670000', '125727.130000', '125727.590000', '125728.050000', '125728.510000', '125728.970000', '125729.430000', '125729.890000', '125730.350000', '125730.810000', '125731.270000', '125731.730000', '125732.190000', '125732.650000', '125733.110000', '125733.570000', '125734.030000', '125734.490000', '125734.950000', '125735.410000', '125735.870000', '125736.330000', '125736.790000', '125737.250000', '125737.710000', '125738.170000', '125738.630000', '125739.090000', '125739.550000', '125740.010000', '125740.470000', '125740.930000', '125741.390000', '125741.850000', '125742.310000', '125742.770000', '125743.230000', '125743.690000', '125744.150000', '125744.610000', '125745.070000', '125745.530000', '125745.990000', '125746.450000', '125746.910000', '125747.370000', '125747.830000', '125748.290000', '125748.750000', '125749.210000', '125749.670000', '125750.130000', '125750.590000', '125751.050000', '125751.510000', '125751.970000', '125752.430000', '125752.890000', '125753.350000', '125753.810000', '125754.270000', '125754.730000', '125755.190000', '125755.650000', '125756.110000', '125756.570000', '125757.030000', '125757.490000', '125757.950000', '125758.410000', '125758.870000', '125759.330000', '125759.790000', '125800.250000', '125800.710000', '125801.170000', '125801.630000', '125802.090000', '125802.550000', '125803.010000', '125803.470000', '125803.930000', '125804.390000', '125804.850000', '125805.310000', '125805.770000', '125806.230000', '125806.690000', '125807.150000', '125807.610000', '125808.070000', '125808.530000', '125808.990000', '125809.450000', '125809.910000', '125810.370000', '125810.830000', '125811.290000', '125811.750000', '125812.210000', '125812.670000', '125813.130000', '125813.590000', '125814.050000', '125814.510000', '125814.970000', '125815.430000', '125815.890000', '125816.350000', '125816.810000', '125817.270000', '125817.730000', '125818.190000', '125818.650000', '125819.110000', '125819.570000', '125820.030000', '125820.490000', '125820.950000', '125821.410000', '125821.870000', '125822.330000', '125822.790000', '125823.250000', '125823.710000', '125824.170000', '125824.630000', '125825.090000', '125825.550000', '125826.010000', '125826.470000', '125826.930000', '125827.390000', '125827.850000', '125828.310000', '125828.770000', '125829.230000', '125829.690000', '125830.150000', '125830.610000', '125831.070000', '125831.530000', '125831.990000', '125832.450000', '125832.910000', '125833.370000', '125833.830000', '125834.290000', '125834.750000', '125835.210000', '125835.670000', '125836.130000', '125836.590000', '125837.050000', '125837.510000', '125837.970000', '125838.430000', '125838.890000', '125839.350000', '125839.810000', '125840.270000', '125840.730000', '125841.190000', '125841.650000', '125842.110000', '125842.570000', '125843.030000', '125843.490000', '125843.950000', '125844.410000', '125844.870000', '125845.330000', '125845.790000', '125846.250000', '125846.710000', '125847.170000', '125847.630000', '125848.090000', '125848.550000', '125849.010000', '125849.470000', '125849.930000', '125850.390000', '125850.850000', '125851.310000', '125851.770000', '125852.230000', '125852.690000', '125853.150000', '125853.610000', '125854.070000', '125854.530000', '125854.990000', '125855.450000', '125855.910000', '125856.370000', '125856.830000', '125857.290000', '125857.750000', '125858.210000', '125858.670000', '125859.130000', '125859.590000', '125900.050000', '125900.510000', '125900.970000', '125901.430000', '125901.890000', '125902.350000', '125902.810000', '125903.270000', '125903.730000', '125904.190000', '125904.650000', '125905.110000', '125905.570000', '125906.030000', '125906.490000', '125906.950000', '125907.410000', '125907.870000', '125908.330000', '125908.790000', '125909.250000', '125909.710000', '125910.170000', '125910.630000', '125911.090000', '125911.550000', '125912.010000', '125912.470000', '125912.930000', '125913.390000', '125913.850000', '125914.310000', '125914.770000', '125915.230000', '125915.690000', '125916.150000', '125916.610000', '125917.070000', '125917.530000', '125917.990000', '125918.450000', '125918.910000', '125919.370000', '125919.830000', '125920.290000', '125920.750000', '125921.210000', '125921.670000', '125922.130000', '125922.590000', '125923.050000', '125923.510000', '125923.970000', '125924.430000', '125924.890000', '125925.350000', '125925.810000', '125926.270000', '125926.730000', '125927.190000', '125927.650000', '125928.110000', '125928.570000', '125929.030000', '125929.490000', '125929.950000', '125930.410000', '125930.870000', '125931.330000', '125931.790000', '125932.250000', '125932.710000', '125933.170000', '125933.630000', '125934.090000', '125934.550000', '125935.010000', '125935.470000', '125935.930000', '125936.390000', '125936.850000', '125937.310000', '125937.770000', '125938.230000', '125938.690000', '125939.150000', '125939.610000', '125940.070000', '125940.530000', '125940.990000', '125941.450000', '125941.910000', '125942.370000', '125942.830000', '125943.290000', '125943.750000', '125944.210000', '125944.670000', '125945.130000', '125945.590000', '125946.050000', '125946.510000', '125946.970000', '125947.430000', '125947.890000', '125948.350000', '125948.810000', '125949.270000', '125949.730000', '125950.190000', '125950.650000', '125951.110000', '125951.570000', '125952.030000', '125952.490000', '125952.950000', '125953.410000', '125953.870000', '125954.330000', '125954.790000', '125955.250000', '125955.710000', '125956.170000', '125956.630000', '125957.090000', '125957.550000', '125958.010000', '125958.470000', '125958.930000', '125959.390000', '125959.850000', '130000.310000', '130000.770000', '130001.230000', '130001.690000', '130002.150000', '130002.610000', '130003.070000', '130003.530000', '130003.990000', '130004.450000', '130004.910000', '130005.370000', '130005.830000', '130006.290000', '130006.750000', '130007.210000', '130007.670000', '130008.130000', '130008.590000', '130009.050000', '130009.510000', '130009.970000', '130010.430000', '130010.890000', '130011.350000', '130011.810000', '130012.270000', '130012.730000', '130013.190000', '130013.650000', '130014.110000', '130014.570000', '130015.030000', '130015.490000', '130015.950000', '130016.410000', '130016.870000', '130017.330000', '130017.790000', '130018.250000', '130018.710000', '130019.170000', '130019.630000', '130020.090000', '130020.550000', '130021.010000', '130021.470000', '130021.930000', '130022.390000', '130022.850000', '130023.310000', '130023.770000', '130024.230000', '130024.690000', '130025.150000', '130025.610000', '130026.070000', '130026.530000', '130026.990000', '130027.450000', '130027.910000', '130028.370000', '130028.830000', '130029.290000', '130029.750000', '130030.210000', '130030.670000', '130031.130000', '130031.590000', '130032.050000', '130032.510000', '130032.970000', '130033.430000', '130033.890000', '130034.350000', '130034.810000', '130035.270000', '130035.730000', '130036.190000', '130036.650000', '130037.110000', '130037.570000', '130038.030000', '130038.490000', '130038.950000', '130039.410000', '130039.870000', '130040.330000', '130040.790000', '130041.250000', '130041.710000', '130042.170000', '130042.630000', '130043.090000', '130043.550000', '130044.010000', '130044.470000', '130044.930000', '130045.390000', '130045.850000', '130046.310000', '130046.770000', '130047.230000', '130047.690000', '130048.150000', '130048.610000', '130049.070000', '130049.530000', '130049.990000', '130050.450000', '130050.910000', '130051.370000', '130051.830000', '130052.290000', '130052.750000', '130053.210000', '130053.670000', '130054.130000', '130054.590000', '130055.050000', '130055.510000', '130055.970000', '130056.430000', '130056.890000', '130057.350000', '130057.810000', '130058.270000', '130058.730000', '130059.190000', '130059.650000', '130100.110000', '130100.570000', '130101.030000', '130101.490000', '130101.950000', '130102.410000', '130102.870000', '130103.330000', '130103.790000', '130104.250000', '130104.710000', '130105.170000', '130105.630000', '130106.090000', '130106.550000', '130107.010000', '130107.470000', '130107.930000', '130108.390000', '130108.850000', '130109.310000', '130109.770000', '130110.230000', '130110.690000', '130111.150000', '130111.610000', '130112.070000', '130112.530000', '130112.990000', '130113.450000', '130113.910000', '130114.370000', '130114.830000', '130115.290000', '130115.750000', '130116.210000', '130116.670000', '130117.130000', '130117.590000', '130118.050000', '130118.510000', '130118.970000', '130119.430000', '130119.890000', '130120.350000', '130120.810000', '130121.270000', '130121.730000', '130122.190000', '130122.650000', '130123.110000', '130123.570000', '130124.030000', '130124.490000', '130124.950000', '130125.410000', '130125.870000', '130126.330000', '130126.790000', '130127.250000', '130127.710000', '130128.170000', '130128.630000', '130129.090000', '130129.550000', '130130.010000', '130130.470000', '130130.930000', '130131.390000', '130131.850000', '130132.310000', '130132.770000', '130133.230000', '130133.690000', '130134.150000', '130134.610000', '130135.070000', '130135.530000', '130135.990000', '130136.450000', '130136.910000', '130137.370000', '130137.830000', '130138.290000', '130138.750000', '130139.210000', '130139.670000', '130140.130000', '130140.590000', '130141.050000', '130141.510000', '130141.970000', '130142.430000', '130142.890000', '130143.350000', '130143.810000', '130144.270000', '130144.730000', '130145.190000', '130145.650000', '130146.110000', '130146.570000', '130147.030000', '130147.490000', '130147.950000', '130148.410000', '130148.870000', '130149.330000', '130149.790000', '130150.250000', '130150.710000', '130151.170000', '130151.630000', '130152.090000', '130152.550000', '130153.010000', '130153.470000', '130153.930000', '130154.390000', '130154.850000', '130155.310000', '130155.770000', '130156.230000', '130156.690000', '130157.150000', '130157.610000', '130158.070000', '130158.530000', '130158.990000', '130159.450000', '130159.910000', '130200.370000'], 'ContentTime': ['125530.729000', '125530.732000', '125530.735000', '125530.738000', '125530.748000', '125530.751000', '125530.754000', '125530.757000', '125530.759000', '125530.762000', '125530.764000', '125530.767000', '125530.770000', '125530.772000', '125530.781000', '125530.784000', '125530.787000', '125530.789000', '125530.792000', '125530.794000', '125550.696000', '125550.699000', '125550.703000', '125550.705000', '125550.708000', '125550.711000', '125550.718000', '125550.721000', '125550.723000', '125550.726000', '125550.729000', '125550.731000', '125550.734000', '125550.736000', '125550.739000', '125550.742000', '125550.744000', '125550.747000', '125550.750000', '125550.752000', '125550.755000', '125550.757000', '125550.760000', '125550.769000', '125550.771000', '125550.774000', '125550.776000', '125550.779000', '125550.782000', '125550.784000', '125550.787000', '125550.789000', '125550.792000', '125550.795000', '125550.797000', '125550.800000', '125550.802000', '125550.805000', '125550.808000', '125550.810000', '125550.813000', '125550.839000', '125550.841000', '125550.844000', '125610.698000', '125610.700000', '125610.703000', '125610.705000', '125610.709000', '125610.711000', '125610.714000', '125610.716000', '125610.719000', '125610.722000', '125610.725000', '125610.728000', '125610.731000', '125610.734000', '125610.737000', '125610.740000', '125610.742000', '125610.745000', '125610.748000', '125610.751000', '125610.753000', '125610.756000', '125610.758000', '125610.762000', '125610.765000', '125610.767000', '125610.770000', '125610.773000', '125610.775000', '125610.778000', '125610.781000', '125610.783000', '125610.786000', '125610.788000', '125610.801000', '125610.804000', '125610.807000', '125610.809000', '125610.812000', '125610.814000', '125610.817000', '125610.820000', '125610.822000', '125630.697000', '125630.700000', '125630.702000', '125630.705000', '125630.707000', '125630.710000', '125630.713000', '125630.715000', '125630.718000', '125630.720000', '125630.723000', '125630.726000', '125630.728000', '125630.731000', '125630.733000', '125630.736000', '125630.739000', '125630.741000', '125630.744000', '125630.747000', '125630.749000', '125630.752000', '125630.754000', '125630.757000', '125630.760000', '125630.762000', '125630.765000', '125630.767000', '125630.770000', '125630.773000', '125630.775000', '125630.778000', '125630.781000', '125630.783000', '125630.786000', '125630.788000', '125630.791000', '125630.794000', '125630.796000', '125630.799000', '125630.801000', '125630.804000', '125630.807000', '125630.809000', '125650.697000', '125650.699000', '125650.702000', '125650.705000', '125650.708000', '125650.710000', '125650.713000', '125650.715000', '125650.718000', '125650.721000', '125650.723000', '125650.726000', '125650.729000', '125650.731000', '125650.734000', '125650.736000', '125650.739000', '125650.742000', '125650.744000', '125650.747000', '125650.750000', '125650.752000', '125650.755000', '125650.758000', '125650.761000', '125650.765000', '125650.767000', '125650.770000', '125650.773000', '125650.776000', '125650.778000', '125650.781000', '125650.783000', '125650.786000', '125650.789000', '125650.791000', '125650.794000', '125650.797000', '125650.799000', '125650.802000', '125650.805000', '125650.807000', '125650.810000', '125710.696000', '125710.699000', '125710.702000', '125710.704000', '125710.707000', '125710.710000', '125710.713000', '125710.715000', '125710.718000', '125710.721000', '125710.723000', '125710.726000', '125710.728000', '125710.731000', '125710.734000', '125710.736000', '125710.739000', '125710.742000', '125710.744000', '125710.747000', '125710.750000', '125710.752000', '125710.755000', '125710.757000', '125710.760000', '125710.763000', '125710.765000', '125710.768000', '125710.771000', '125710.773000', '125710.776000', '125710.778000', '125710.781000', '125710.784000', '125710.786000', '125710.789000', '125710.792000', '125710.794000', '125710.797000', '125710.799000', '125710.802000', '125710.805000', '125710.807000', '125710.810000', '125730.696000', '125730.699000', '125730.702000', '125730.705000', '125730.707000', '125730.710000', '125730.713000', '125730.715000', '125730.718000', '125730.721000', '125730.723000', '125730.726000', '125730.728000', '125730.731000', '125730.734000', '125730.737000', '125730.739000', '125730.742000', '125730.744000', '125730.747000', '125730.750000', '125730.752000', '125730.755000', '125730.758000', '125730.760000', '125730.763000', '125730.765000', '125730.768000', '125730.771000', '125730.773000', '125730.776000', '125730.779000', '125730.781000', '125730.784000', '125730.786000', '125730.789000', '125730.791000', '125730.794000', '125730.797000', '125730.802000', '125730.805000', '125730.807000', '125730.810000', '125750.696000', '125750.699000', '125750.702000', '125750.705000', '125750.707000', '125750.710000', '125750.713000', '125750.715000', '125750.718000', '125750.720000', '125750.723000', '125750.726000', '125750.728000', '125750.731000', '125750.734000', '125750.736000', '125750.739000', '125750.742000', '125750.744000', '125750.747000', '125750.749000', '125750.752000', '125750.755000', '125750.757000', '125750.760000', '125750.762000', '125750.765000', '125750.768000', '125750.770000', '125750.773000', '125750.802000', '125750.805000', '125750.807000', '125750.810000', '125750.812000', '125750.815000', '125750.863000', '125750.866000', '125750.868000', '125750.871000', '125750.874000', '125750.876000', '125750.879000', '125750.882000', '125810.696000', '125810.700000', '125810.703000', '125810.705000', '125810.708000', '125810.711000', '125810.713000', '125810.716000', '125810.718000', '125810.721000', '125810.724000', '125810.726000', '125810.729000', '125810.732000', '125810.734000', '125810.737000', '125810.740000', '125810.742000', '125810.745000', '125810.747000', '125810.750000', '125810.753000', '125810.755000', '125810.758000', '125810.761000', '125810.764000', '125810.766000', '125810.769000', '125810.771000', '125810.774000', '125810.777000', '125810.779000', '125810.782000', '125810.785000', '125810.787000', '125810.790000', '125810.792000', '125810.795000', '125810.798000', '125810.800000', '125810.803000', '125810.805000', '125810.808000', '125830.698000', '125830.700000', '125830.703000', '125830.706000', '125830.709000', '125830.711000', '125830.714000', '125830.716000', '125830.719000', '125830.722000', '125830.724000', '125830.727000', '125830.729000', '125830.732000', '125830.735000', '125830.737000', '125830.740000', '125830.743000', '125830.745000', '125830.748000', '125830.751000', '125830.753000', '125830.756000', '125830.759000', '125830.761000', '125830.764000', '125830.766000', '125830.769000', '125830.772000', '125830.774000', '125830.777000', '125830.779000', '125830.782000', '125830.785000', '125830.787000', '125830.790000', '125830.793000', '125830.795000', '125830.798000', '125830.800000', '125830.803000', '125830.806000', '125830.809000', '125830.811000', '125850.697000', '125850.699000', '125850.702000', '125850.705000', '125850.707000', '125850.710000', '125850.713000', '125850.715000', '125850.718000', '125850.720000', '125850.723000', '125850.726000', '125850.729000', '125850.731000', '125850.734000', '125850.736000', '125850.739000', '125850.742000', '125850.744000', '125850.747000', '125850.750000', '125850.752000', '125850.755000', '125850.758000', '125850.760000', '125850.763000', '125850.765000', '125850.768000', '125850.771000', '125850.773000', '125850.776000', '125850.779000', '125850.781000', '125850.784000', '125850.787000', '125850.789000', '125850.792000', '125850.794000', '125850.797000', '125850.800000', '125850.802000', '125850.805000', '125850.808000', '125910.696000', '125910.699000', '125910.702000', '125910.705000', '125910.707000', '125910.710000', '125910.713000', '125910.715000', '125910.718000', '125910.720000', '125910.723000', '125910.726000', '125910.728000', '125910.731000', '125910.733000', '125910.736000', '125910.739000', '125910.741000', '125910.744000', '125910.747000', '125910.749000', '125910.752000', '125910.754000', '125910.757000', '125910.760000', '125910.762000', '125910.765000', '125910.767000', '125910.770000', '125910.773000', '125910.775000', '125910.778000', '125910.780000', '125910.783000', '125910.786000', '125910.788000', '125910.791000', '125910.794000', '125910.796000', '125910.799000', '125910.801000', '125910.804000', '125910.807000', '125910.810000', '125930.705000', '125930.708000', '125930.711000', '125930.713000', '125930.716000', '125930.719000', '125930.721000', '125930.724000', '125930.726000', '125930.729000', '125930.732000', '125930.734000', '125930.737000', '125930.740000', '125930.742000', '125930.745000', '125930.748000', '125930.750000', '125930.753000', '125930.756000', '125930.758000', '125930.761000', '125930.764000', '125930.766000', '125930.769000', '125930.785000', '125930.787000', '125930.790000', '125930.793000', '125930.795000', '125930.798000', '125930.801000', '125930.803000', '125930.806000', '125930.808000', '125930.811000', '125930.814000', '125930.881000', '125930.884000', '125930.886000', '125930.889000', '125930.892000', '125930.894000', '125950.696000', '125950.699000', '125950.702000', '125950.704000', '125950.707000', '125950.710000', '125950.712000', '125950.715000', '125950.717000', '125950.720000', '125950.723000', '125950.725000', '125950.728000', '125950.731000', '125950.733000', '125950.736000', '125950.739000', '125950.741000', '125950.744000', '125950.746000', '125950.749000', '125950.752000', '125950.754000', '125950.757000', '125950.760000', '125950.762000', '125950.765000', '125950.767000', '125950.770000', '125950.773000', '125950.775000', '125950.778000', '125950.781000', '125950.783000', '125950.786000', '125950.788000', '125950.791000', '125950.794000', '125950.796000', '125950.799000', '125950.802000', '125950.804000', '125950.807000', '125950.809000', '130010.697000', '130010.699000', '130010.702000', '130010.705000', '130010.708000', '130010.710000', '130010.713000', '130010.716000', '130010.718000', '130010.721000', '130010.724000', '130010.726000', '130010.729000', '130010.731000', '130010.734000', '130010.737000', '130010.739000', '130010.742000', '130010.745000', '130010.747000', '130010.750000', '130010.752000', '130010.755000', '130010.758000', '130010.760000', '130010.763000', '130010.766000', '130010.768000', '130010.771000', '130010.774000', '130010.777000', '130010.779000', '130010.782000', '130010.785000', '130010.787000', '130010.790000', '130010.792000', '130010.795000', '130010.798000', '130010.801000', '130010.803000', '130010.806000', '130010.809000', '130030.697000', '130030.699000', '130030.702000', '130030.705000', '130030.707000', '130030.710000', '130030.713000', '130030.715000', '130030.718000', '130030.721000', '130030.723000', '130030.726000', '130030.729000', '130030.731000', '130030.734000', '130030.736000', '130030.739000', '130030.742000', '130030.744000', '130030.747000', '130030.750000', '130030.752000', '130030.755000', '130030.758000', '130030.760000', '130030.763000', '130030.766000', '130030.768000', '130030.771000', '130030.774000', '130030.776000', '130030.779000', '130030.782000', '130030.784000', '130030.787000', '130030.789000', '130030.792000', '130030.795000', '130030.797000', '130030.800000', '130030.803000', '130030.805000', '130030.808000', '130030.811000', '130050.697000', '130050.700000', '130050.703000', '130050.705000', '130050.708000', '130050.711000', '130050.713000', '130050.716000', '130050.719000', '130050.721000', '130050.724000', '130050.727000', '130050.729000', '130050.732000', '130050.735000', '130050.737000', '130050.740000', '130050.743000', '130050.745000', '130050.748000', '130050.751000', '130050.753000', '130050.756000', '130050.759000', '130050.761000', '130050.764000', '130050.766000', '130050.769000', '130050.772000', '130050.774000', '130050.777000', '130050.780000', '130050.782000', '130050.785000', '130050.788000', '130050.790000', '130050.801000', '130050.804000', '130050.806000', '130050.809000', '130050.812000', '130050.814000', '130050.860000', '130110.697000', '130110.700000', '130110.702000', '130110.705000', '130110.708000', '130110.710000', '130110.713000', '130110.716000', '130110.718000', '130110.721000', '130110.724000', '130110.726000', '130110.729000', '130110.732000', '130110.735000', '130110.738000', '130110.741000', '130110.743000', '130110.746000', '130110.749000', '130110.751000', '130110.754000', '130110.757000', '130110.759000', '130110.762000', '130110.765000', '130110.768000', '130110.770000', '130110.773000', '130110.775000', '130110.778000', '130110.781000', '130110.783000', '130110.786000', '130110.789000', '130110.792000', '130110.794000', '130110.797000', '130110.800000', '130110.802000', '130110.805000', '130110.808000', '130110.810000', '130110.813000', '130130.697000', '130130.699000', '130130.702000', '130130.705000', '130130.708000', '130130.710000', '130130.713000', '130130.716000', '130130.718000', '130130.721000', '130130.724000', '130130.726000', '130130.729000', '130130.731000', '130130.734000', '130130.737000', '130130.739000', '130130.742000', '130130.745000', '130130.747000', '130130.750000', '130130.752000', '130130.755000', '130130.758000', '130130.760000', '130130.763000', '130130.766000', '130130.768000', '130130.771000', '130130.774000', '130130.776000', '130130.779000', '130130.781000', '130130.784000', '130130.787000', '130130.789000', '130130.792000', '130130.795000', '130130.797000', '130130.800000', '130130.802000', '130130.805000', '130130.808000', '130150.697000', '130150.699000', '130150.702000', '130150.705000', '130150.708000', '130150.711000', '130150.713000', '130150.716000', '130150.719000', '130150.721000', '130150.724000', '130150.727000', '130150.730000', '130150.733000', '130150.737000', '130150.740000', '130150.743000', '130150.745000', '130150.748000', '130150.751000', '130150.754000', '130150.756000', '130150.759000', '130150.761000', '130150.764000', '130150.767000', '130150.769000', '130150.772000', '130150.775000', '130150.777000', '130150.780000', '130150.783000', '130150.785000', '130150.788000', '130150.791000', '130150.793000', '130150.796000', '130150.798000', '130150.801000', '130150.804000', '130150.806000', '130150.809000', '130150.812000', '130202.164000', '130202.167000', '130202.170000', '130202.173000', '130202.176000', '130202.179000', '130202.182000', '130202.185000', '130202.189000', '130202.191000', '130202.195000', '130202.199000', '130202.202000', '130202.205000', '130202.208000', '130202.211000', '130202.214000', '130202.216000', '130202.219000', '130202.221000', '130202.224000', '130202.227000', '130202.229000', '130202.232000', '130202.235000', '130202.237000'], 'InstanceCreationTime': ['125530.729000', '125530.732000', '125530.735000', '125530.738000', '125530.748000', '125530.751000', '125530.754000', '125530.757000', '125530.759000', '125530.762000', '125530.764000', '125530.767000', '125530.770000', '125530.772000', '125530.781000', '125530.784000', '125530.787000', '125530.789000', '125530.792000', '125530.794000', '125550.696000', '125550.699000', '125550.703000', '125550.705000', '125550.708000', '125550.711000', '125550.718000', '125550.721000', '125550.723000', '125550.726000', '125550.729000', '125550.731000', '125550.734000', '125550.736000', '125550.739000', '125550.742000', '125550.744000', '125550.747000', '125550.750000', '125550.752000', '125550.755000', '125550.757000', '125550.760000', '125550.769000', '125550.771000', '125550.774000', '125550.776000', '125550.779000', '125550.782000', '125550.784000', '125550.787000', '125550.789000', '125550.792000', '125550.795000', '125550.797000', '125550.800000', '125550.802000', '125550.805000', '125550.808000', '125550.810000', '125550.813000', '125550.839000', '125550.841000', '125550.844000', '125610.698000', '125610.700000', '125610.703000', '125610.705000', '125610.709000', '125610.711000', '125610.714000', '125610.716000', '125610.719000', '125610.722000', '125610.725000', '125610.728000', '125610.731000', '125610.734000', '125610.737000', '125610.740000', '125610.742000', '125610.745000', '125610.748000', '125610.751000', '125610.753000', '125610.756000', '125610.758000', '125610.762000', '125610.765000', '125610.767000', '125610.770000', '125610.773000', '125610.775000', '125610.778000', '125610.781000', '125610.783000', '125610.786000', '125610.788000', '125610.801000', '125610.804000', '125610.807000', '125610.809000', '125610.812000', '125610.814000', '125610.817000', '125610.820000', '125610.822000', '125630.697000', '125630.700000', '125630.702000', '125630.705000', '125630.707000', '125630.710000', '125630.713000', '125630.715000', '125630.718000', '125630.720000', '125630.723000', '125630.726000', '125630.728000', '125630.731000', '125630.733000', '125630.736000', '125630.739000', '125630.741000', '125630.744000', '125630.747000', '125630.749000', '125630.752000', '125630.754000', '125630.757000', '125630.760000', '125630.762000', '125630.765000', '125630.767000', '125630.770000', '125630.773000', '125630.775000', '125630.778000', '125630.781000', '125630.783000', '125630.786000', '125630.788000', '125630.791000', '125630.794000', '125630.796000', '125630.799000', '125630.801000', '125630.804000', '125630.807000', '125630.809000', '125650.697000', '125650.699000', '125650.702000', '125650.705000', '125650.708000', '125650.710000', '125650.713000', '125650.715000', '125650.718000', '125650.721000', '125650.723000', '125650.726000', '125650.729000', '125650.731000', '125650.734000', '125650.736000', '125650.739000', '125650.742000', '125650.744000', '125650.747000', '125650.750000', '125650.752000', '125650.755000', '125650.758000', '125650.761000', '125650.765000', '125650.767000', '125650.770000', '125650.773000', '125650.776000', '125650.778000', '125650.781000', '125650.783000', '125650.786000', '125650.789000', '125650.791000', '125650.794000', '125650.797000', '125650.799000', '125650.802000', '125650.805000', '125650.807000', '125650.810000', '125710.696000', '125710.699000', '125710.702000', '125710.704000', '125710.707000', '125710.710000', '125710.713000', '125710.715000', '125710.718000', '125710.721000', '125710.723000', '125710.726000', '125710.728000', '125710.731000', '125710.734000', '125710.736000', '125710.739000', '125710.742000', '125710.744000', '125710.747000', '125710.750000', '125710.752000', '125710.755000', '125710.757000', '125710.760000', '125710.763000', '125710.765000', '125710.768000', '125710.771000', '125710.773000', '125710.776000', '125710.778000', '125710.781000', '125710.784000', '125710.786000', '125710.789000', '125710.792000', '125710.794000', '125710.797000', '125710.799000', '125710.802000', '125710.805000', '125710.807000', '125710.810000', '125730.696000', '125730.699000', '125730.702000', '125730.705000', '125730.707000', '125730.710000', '125730.713000', '125730.715000', '125730.718000', '125730.721000', '125730.723000', '125730.726000', '125730.728000', '125730.731000', '125730.734000', '125730.737000', '125730.739000', '125730.742000', '125730.744000', '125730.747000', '125730.750000', '125730.752000', '125730.755000', '125730.758000', '125730.760000', '125730.763000', '125730.765000', '125730.768000', '125730.771000', '125730.773000', '125730.776000', '125730.779000', '125730.781000', '125730.784000', '125730.786000', '125730.789000', '125730.791000', '125730.794000', '125730.797000', '125730.802000', '125730.805000', '125730.807000', '125730.810000', '125750.696000', '125750.699000', '125750.702000', '125750.705000', '125750.707000', '125750.710000', '125750.713000', '125750.715000', '125750.718000', '125750.720000', '125750.723000', '125750.726000', '125750.728000', '125750.731000', '125750.734000', '125750.736000', '125750.739000', '125750.742000', '125750.744000', '125750.747000', '125750.749000', '125750.752000', '125750.755000', '125750.757000', '125750.760000', '125750.762000', '125750.765000', '125750.768000', '125750.770000', '125750.773000', '125750.802000', '125750.805000', '125750.807000', '125750.810000', '125750.812000', '125750.815000', '125750.863000', '125750.866000', '125750.868000', '125750.871000', '125750.874000', '125750.876000', '125750.879000', '125750.882000', '125810.696000', '125810.700000', '125810.703000', '125810.705000', '125810.708000', '125810.711000', '125810.713000', '125810.716000', '125810.718000', '125810.721000', '125810.724000', '125810.726000', '125810.729000', '125810.732000', '125810.734000', '125810.737000', '125810.740000', '125810.742000', '125810.745000', '125810.747000', '125810.750000', '125810.753000', '125810.755000', '125810.758000', '125810.761000', '125810.764000', '125810.766000', '125810.769000', '125810.771000', '125810.774000', '125810.777000', '125810.779000', '125810.782000', '125810.785000', '125810.787000', '125810.790000', '125810.792000', '125810.795000', '125810.798000', '125810.800000', '125810.803000', '125810.805000', '125810.808000', '125830.698000', '125830.700000', '125830.703000', '125830.706000', '125830.709000', '125830.711000', '125830.714000', '125830.716000', '125830.719000', '125830.722000', '125830.724000', '125830.727000', '125830.729000', '125830.732000', '125830.735000', '125830.737000', '125830.740000', '125830.743000', '125830.745000', '125830.748000', '125830.751000', '125830.753000', '125830.756000', '125830.759000', '125830.761000', '125830.764000', '125830.766000', '125830.769000', '125830.772000', '125830.774000', '125830.777000', '125830.779000', '125830.782000', '125830.785000', '125830.787000', '125830.790000', '125830.793000', '125830.795000', '125830.798000', '125830.800000', '125830.803000', '125830.806000', '125830.809000', '125830.811000', '125850.697000', '125850.699000', '125850.702000', '125850.705000', '125850.707000', '125850.710000', '125850.713000', '125850.715000', '125850.718000', '125850.720000', '125850.723000', '125850.726000', '125850.729000', '125850.731000', '125850.734000', '125850.736000', '125850.739000', '125850.742000', '125850.744000', '125850.747000', '125850.750000', '125850.752000', '125850.755000', '125850.758000', '125850.760000', '125850.763000', '125850.765000', '125850.768000', '125850.771000', '125850.773000', '125850.776000', '125850.779000', '125850.781000', '125850.784000', '125850.787000', '125850.789000', '125850.792000', '125850.794000', '125850.797000', '125850.800000', '125850.802000', '125850.805000', '125850.808000', '125910.696000', '125910.699000', '125910.702000', '125910.705000', '125910.707000', '125910.710000', '125910.713000', '125910.715000', '125910.718000', '125910.720000', '125910.723000', '125910.726000', '125910.728000', '125910.731000', '125910.733000', '125910.736000', '125910.739000', '125910.741000', '125910.744000', '125910.747000', '125910.749000', '125910.752000', '125910.754000', '125910.757000', '125910.760000', '125910.762000', '125910.765000', '125910.767000', '125910.770000', '125910.773000', '125910.775000', '125910.778000', '125910.780000', '125910.783000', '125910.786000', '125910.788000', '125910.791000', '125910.794000', '125910.796000', '125910.799000', '125910.801000', '125910.804000', '125910.807000', '125910.810000', '125930.705000', '125930.708000', '125930.711000', '125930.713000', '125930.716000', '125930.719000', '125930.721000', '125930.724000', '125930.726000', '125930.729000', '125930.732000', '125930.734000', '125930.737000', '125930.740000', '125930.742000', '125930.745000', '125930.748000', '125930.750000', '125930.753000', '125930.756000', '125930.758000', '125930.761000', '125930.764000', '125930.766000', '125930.769000', '125930.785000', '125930.787000', '125930.790000', '125930.793000', '125930.795000', '125930.798000', '125930.801000', '125930.803000', '125930.806000', '125930.808000', '125930.811000', '125930.814000', '125930.881000', '125930.884000', '125930.886000', '125930.889000', '125930.892000', '125930.894000', '125950.696000', '125950.699000', '125950.702000', '125950.704000', '125950.707000', '125950.710000', '125950.712000', '125950.715000', '125950.717000', '125950.720000', '125950.723000', '125950.725000', '125950.728000', '125950.731000', '125950.733000', '125950.736000', '125950.739000', '125950.741000', '125950.744000', '125950.746000', '125950.749000', '125950.752000', '125950.754000', '125950.757000', '125950.760000', '125950.762000', '125950.765000', '125950.767000', '125950.770000', '125950.773000', '125950.775000', '125950.778000', '125950.781000', '125950.783000', '125950.786000', '125950.788000', '125950.791000', '125950.794000', '125950.796000', '125950.799000', '125950.802000', '125950.804000', '125950.807000', '125950.809000', '130010.697000', '130010.699000', '130010.702000', '130010.705000', '130010.708000', '130010.710000', '130010.713000', '130010.716000', '130010.718000', '130010.721000', '130010.724000', '130010.726000', '130010.729000', '130010.731000', '130010.734000', '130010.737000', '130010.739000', '130010.742000', '130010.745000', '130010.747000', '130010.750000', '130010.752000', '130010.755000', '130010.758000', '130010.760000', '130010.763000', '130010.766000', '130010.768000', '130010.771000', '130010.774000', '130010.777000', '130010.779000', '130010.782000', '130010.785000', '130010.787000', '130010.790000', '130010.792000', '130010.795000', '130010.798000', '130010.801000', '130010.803000', '130010.806000', '130010.809000', '130030.697000', '130030.699000', '130030.702000', '130030.705000', '130030.707000', '130030.710000', '130030.713000', '130030.715000', '130030.718000', '130030.721000', '130030.723000', '130030.726000', '130030.729000', '130030.731000', '130030.734000', '130030.736000', '130030.739000', '130030.742000', '130030.744000', '130030.747000', '130030.750000', '130030.752000', '130030.755000', '130030.758000', '130030.760000', '130030.763000', '130030.766000', '130030.768000', '130030.771000', '130030.774000', '130030.776000', '130030.779000', '130030.782000', '130030.784000', '130030.787000', '130030.789000', '130030.792000', '130030.795000', '130030.797000', '130030.800000', '130030.803000', '130030.805000', '130030.808000', '130030.811000', '130050.697000', '130050.700000', '130050.703000', '130050.705000', '130050.708000', '130050.711000', '130050.713000', '130050.716000', '130050.719000', '130050.721000', '130050.724000', '130050.727000', '130050.729000', '130050.732000', '130050.735000', '130050.737000', '130050.740000', '130050.743000', '130050.745000', '130050.748000', '130050.751000', '130050.753000', '130050.756000', '130050.759000', '130050.761000', '130050.764000', '130050.766000', '130050.769000', '130050.772000', '130050.774000', '130050.777000', '130050.780000', '130050.782000', '130050.785000', '130050.788000', '130050.790000', '130050.801000', '130050.804000', '130050.806000', '130050.809000', '130050.812000', '130050.814000', '130050.860000', '130110.697000', '130110.700000', '130110.702000', '130110.705000', '130110.708000', '130110.710000', '130110.713000', '130110.716000', '130110.718000', '130110.721000', '130110.724000', '130110.726000', '130110.729000', '130110.732000', '130110.735000', '130110.738000', '130110.741000', '130110.743000', '130110.746000', '130110.749000', '130110.751000', '130110.754000', '130110.757000', '130110.759000', '130110.762000', '130110.765000', '130110.768000', '130110.770000', '130110.773000', '130110.775000', '130110.778000', '130110.781000', '130110.783000', '130110.786000', '130110.789000', '130110.792000', '130110.794000', '130110.797000', '130110.800000', '130110.802000', '130110.805000', '130110.808000', '130110.810000', '130110.813000', '130130.697000', '130130.699000', '130130.702000', '130130.705000', '130130.708000', '130130.710000', '130130.713000', '130130.716000', '130130.718000', '130130.721000', '130130.724000', '130130.726000', '130130.729000', '130130.731000', '130130.734000', '130130.737000', '130130.739000', '130130.742000', '130130.745000', '130130.747000', '130130.750000', '130130.752000', '130130.755000', '130130.758000', '130130.760000', '130130.763000', '130130.766000', '130130.768000', '130130.771000', '130130.774000', '130130.776000', '130130.779000', '130130.781000', '130130.784000', '130130.787000', '130130.789000', '130130.792000', '130130.795000', '130130.797000', '130130.800000', '130130.802000', '130130.805000', '130130.808000', '130150.697000', '130150.699000', '130150.702000', '130150.705000', '130150.708000', '130150.711000', '130150.713000', '130150.716000', '130150.719000', '130150.721000', '130150.724000', '130150.727000', '130150.730000', '130150.733000', '130150.737000', '130150.740000', '130150.743000', '130150.745000', '130150.748000', '130150.751000', '130150.754000', '130150.756000', '130150.759000', '130150.761000', '130150.764000', '130150.767000', '130150.769000', '130150.772000', '130150.775000', '130150.777000', '130150.780000', '130150.783000', '130150.785000', '130150.788000', '130150.791000', '130150.793000', '130150.796000', '130150.798000', '130150.801000', '130150.804000', '130150.806000', '130150.809000', '130150.812000', '130202.164000', '130202.167000', '130202.170000', '130202.173000', '130202.176000', '130202.179000', '130202.182000', '130202.185000', '130202.189000', '130202.191000', '130202.195000', '130202.199000', '130202.202000', '130202.205000', '130202.208000', '130202.211000', '130202.214000', '130202.216000', '130202.219000', '130202.221000', '130202.224000', '130202.227000', '130202.229000', '130202.232000', '130202.235000', '130202.237000'], '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': [8388, 12485, 14875, 11792, 13619, 8559, 12987, 12082, 10658, 14365, 11004, 12744, 10020, 10145, 14444, 10525, 12473, 14505, 11196, 14282, 8789, 12675, 14786, 10751, 13446, 8685, 11614, 8952, 9700, 12926, 7940, 9111, 7725, 9534, 9272, 9561, 13876, 11956, 12600, 9343, 12908, 9235, 11842, 14825, 12364, 12083, 9917, 12461, 10715, 10342, 15679, 12986, 12219, 8429, 10125, 12511, 10257, 14037, 11459, 12624, 8763, 9817, 13178, 9691, 13171, 10520, 11519, 8111, 9803, 12564, 9875, 14685, 10920, 10967, 8541, 10473, 11149, 10334, 14677, 10559, 12344, 8699, 9605, 7708, 10842, 10491, 10519, 9015, 9645, 14045, 8811, 12217, 10287, 11472, 8026, 11250, 11487, 9688, 15058, 11441, 11287, 8258, 10021, 8356, 11677, 12046, 10218, 14445, 8833, 12511, 8579, 10948, 11144, 10446, 13448, 9023, 13641, 9131, 10908, 8401, 11344, 8770, 10033, 15160, 9154, 10110, 8556, 8999, 7756, 9790, 14309, 8637, 11273, 8215, 10964, 8210, 11188, 10550, 10515, 14239, 8549, 12419, 7885, 9728, 9313, 11327, 9339, 9411, 8218, 9803, 14387, 12342, 12588, 9377, 11576, 8751, 12004, 14155, 11894, 12331, 9548, 11722, 8816, 9604, 7264, 9598, 7525, 9448, 7086, 9281, 7646, 8910, 7560, 12119, 8122, 11986, 10515, 12222, 10623, 12824, 12583, 10461, 12903, 9658, 13010, 14336, 10465, 13771, 9885, 10380, 7460, 11231, 13395, 10381, 11832, 9412, 9857, 8120, 8659, 7354, 10867, 10433, 10254, 10823, 9886, 12395, 9051, 10835, 8979, 10720, 7480, 10238, 12810, 8809, 11647, 9407, 9486, 10019, 8644, 9958, 7621, 9997, 8434, 10805, 8099, 8572, 11299, 7808, 9866, 7506, 11666, 10766, 9106, 12171, 7917, 9050, 8049, 11264, 8149, 9970, 9532, 8986, 10687, 9388, 11173, 9486, 11864, 8636, 10976, 13048, 10124, 12156, 9398, 11885, 7927, 11490, 8520, 11396, 10132, 12630, 11318, 12644, 11264, 12065, 10028, 11096, 13700, 10395, 13032, 9715, 12136, 11224, 10069, 12587, 8066, 11170, 7998, 10976, 7425, 9405, 10000, 9607, 9650, 8753, 9901, 8339, 8380, 7786, 10986, 12488, 10253, 9982, 8350, 9117, 7831, 11733, 9684, 13097, 10945, 13859, 14210, 11876, 14221, 11118, 12124, 9705, 11987, 14561, 10965, 12346, 8246, 11504, 10642, 10882, 11677, 10204, 10628, 8601, 9134, 7724, 9091, 7552, 10142, 11201, 8968, 10155, 9156, 9064, 7420, 10552, 10654, 8999, 9387, 8897, 11060, 7526, 10135, 8208, 10738, 8199, 9284, 11863, 7953, 10977, 8299, 10109, 7975, 9250, 13071, 8255, 10944, 7890, 10168, 7790, 9158, 11440, 8505, 11137, 7673, 9806, 12482, 8293, 10578, 7578, 9236, 8069, 9573, 8105, 7944, 10021, 7795, 10269, 7622, 10629, 8132, 9659, 8038, 8863, 11657, 9179, 11343, 8346, 10987, 7841, 9048, 12229, 8397, 10116, 8109, 11719, 8107, 9127, 12237, 8990, 10218, 8355, 11359, 7819, 9243, 13188, 8854, 10250, 8516, 10911, 7654, 9517, 13298, 8752, 10998, 8488, 9965, 7931, 9330, 11583, 7927, 10189, 8119, 9803, 9068, 8976, 10486, 7592, 10424, 8361, 9827, 8543, 8595, 9901, 7721, 10180, 7898, 8878, 10402, 7998, 9303, 7819, 10101, 11259, 8462, 10905, 8552, 9882, 7776, 9356, 11506, 8116, 9945, 8282, 10060, 7839, 9848, 11665, 8420, 10994, 8080, 10059, 7875, 10208, 12294, 8762, 10544, 8182, 10540, 8306, 9497, 12971, 8602, 10409, 8177, 11238, 8135, 9685, 11993, 8227, 9865, 7949, 10050, 7988, 8851, 11099, 8126, 10534, 7896, 10013, 8563, 8402, 11657, 8206, 10210, 7898, 10783, 8107, 9255, 11692, 7858, 10973, 8207, 10058, 8017, 9337, 10660, 8252, 11769, 8853, 9971, 7967, 8858, 8024, 9252, 11886, 8889, 10711, 7983, 10990, 7650, 9813, 12829, 9647, 10814, 7544, 9629, 7768, 8894, 12083, 9266, 10458, 7945, 9711, 12509, 8407, 10707, 7734, 10407, 7957, 9561, 12229, 8351, 10479, 7810, 10228, 8090, 9083, 11882, 7748, 9455, 7777, 9425, 9474, 8564, 9497, 8160, 9545, 7674, 10495, 7433, 7498, 7804, 9109, 8314, 9172, 9831, 8279, 10736, 10881, 9582, 12216, 8977, 11758, 14310, 10333, 13187, 8964, 11019, 8728, 10806, 12544, 9038, 10948, 8853, 11071, 7908, 9990, 7758, 10034, 9210, 9270, 11460, 8615, 10394, 7637, 9988, 8127, 9693, 10232, 8731, 11286, 7765, 9731, 8196, 9673, 7801, 9051, 12068, 8365, 9860, 7928, 9630, 8312, 9189, 10142, 8243, 9651, 7837, 8888, 7970, 9126, 8123, 9367, 7962, 9076, 7865, 8519, 11707, 7978, 11824, 8136, 10187, 7776, 10525, 10890, 9333, 13090, 9257, 10934, 7921, 11198, 9602, 9296, 13394, 8868, 10781, 8204, 10896, 7958, 10311, 7807, 9631, 8093, 8813, 11928, 8125, 11353, 7737, 10407, 8116, 9563, 8803, 8390, 11785, 8635, 10069, 7824, 10196, 8186, 9137, 12079, 8756, 11347, 8327, 10364, 8063, 9260, 11584, 8581, 12756, 8942, 10127, 7800, 9110, 8040, 8794, 11623, 8636, 10327, 7859, 8817, 7973, 9571, 10394, 9003, 9540, 8137, 11078, 8151, 9587, 12234, 9833, 11107, 7868, 11401, 8632, 9263, 12372, 8872, 10233, 7806, 9672, 7970, 8913, 11635, 8549, 9943, 7792, 8821, 7876, 9201, 10821, 9085, 12351, 8673, 11233, 7828, 9490, 7926, 9353, 8216, 8706, 11814, 8040, 9501, 8108, 9157, 10213, 8625, 11038, 8269, 11461, 7880, 10402, 10629, 9414, 11618, 8586, 11677, 8197, 9081, 8173, 9573, 8023, 8948, 10767, 8114, 10905, 8043, 9585, 8168, 9031, 11653, 9284, 11771, 8928, 9343, 9186, 8496, 12111, 8037, 10866, 8113, 9522, 9328, 8615, 11822, 8198, 9997, 10336, 9192, 10613, 8639, 9520, 7900, 9262, 11253, 9520, 11426, 8269, 9780, 8109, 9236, 10713, 9395, 12072, 8630, 10085, 7764, 9130, 11740, 9045, 10940, 8051, 9642, 8273, 9226, 8814, 8806, 9289, 8252, 8645, 8246, 9099, 8428, 8855, 10643, 8742, 9027, 7853, 10139, 8562, 9252, 11904, 8830, 11623, 7984, 10678, 8107, 9078, 11790, 8671, 11384, 8202, 9636, 10692, 8981, 12585, 8385, 9304, 8164, 9297, 8044, 8528, 9084, 8242, 9349, 7821, 9106, 10582, 8775, 10626, 8220, 10067, 12259, 9997, 11265, 8459, 11247, 8521, 9335, 12297, 9092, 10123, 8313, 9450, 11987, 9312, 10973, 8084, 10514, 8391, 9302, 10202, 8473, 9373, 8063], 'WindowCenter': [4347.0, 4374.0, 4355.0, 4345.0, 4354.0, 4313.0, 4344.0, 4329.0, 4322.0, 4341.0, 4319.0, 4329.0, 4309.0, 4320.0, 4328.0, 4318.0, 4332.0, 4326.0, 4316.0, 4326.0, 4285.0, 4343.0, 4351.0, 4318.0, 4314.0, 4284.0, 4305.0, 4284.0, 4308.0, 4314.0, 4286.0, 4297.0, 4291.0, 4311.0, 4309.0, 4313.0, 4339.0, 4330.0, 4328.0, 4310.0, 4330.0, 4298.0, 4331.0, 4328.0, 4317.0, 4316.0, 4305.0, 4317.0, 4307.0, 4307.0, 4324.0, 4316.0, 4302.0, 4273.0, 4296.0, 4312.0, 4294.0, 4313.0, 4302.0, 4303.0, 4270.0, 4294.0, 4311.0, 4295.0, 4313.0, 4292.0, 4304.0, 4274.0, 4295.0, 4314.0, 4307.0, 4324.0, 4305.0, 4295.0, 4285.0, 4307.0, 4302.0, 4296.0, 4324.0, 4304.0, 4315.0, 4285.0, 4296.0, 4276.0, 4320.0, 4307.0, 4309.0, 4295.0, 4309.0, 4327.0, 4298.0, 4317.0, 4307.0, 4316.0, 4285.0, 4317.0, 4305.0, 4296.0, 4324.0, 4318.0, 4306.0, 4286.0, 4297.0, 4286.0, 4318.0, 4315.0, 4308.0, 4323.0, 4297.0, 4315.0, 4285.0, 4308.0, 4306.0, 4306.0, 4327.0, 4285.0, 4330.0, 4287.0, 4282.0, 4247.0, 4280.0, 4259.0, 4283.0, 4314.0, 4286.0, 4296.0, 4272.0, 4260.0, 4237.0, 4263.0, 4269.0, 4270.0, 4304.0, 4287.0, 4331.0, 4300.0, 4319.0, 4291.0, 4292.0, 4299.0, 4270.0, 4318.0, 4288.0, 4309.0, 4310.0, 4334.0, 4312.0, 4309.0, 4287.0, 4307.0, 4324.0, 4315.0, 4304.0, 4284.0, 4304.0, 4284.0, 4319.0, 4315.0, 4305.0, 4301.0, 4293.0, 4344.0, 4363.0, 4357.0, 4302.0, 4320.0, 4288.0, 4279.0, 4249.0, 4295.0, 4286.0, 4310.0, 4300.0, 4369.0, 4325.0, 4344.0, 4346.0, 4344.0, 4334.0, 4341.0, 4328.0, 4317.0, 4316.0, 4296.0, 4316.0, 4311.0, 4293.0, 4309.0, 4294.0, 4291.0, 4262.0, 4304.0, 4310.0, 4293.0, 4300.0, 4283.0, 4291.0, 4273.0, 4282.0, 4274.0, 4307.0, 4302.0, 4304.0, 4305.0, 4307.0, 4316.0, 4298.0, 4317.0, 4297.0, 4316.0, 4275.0, 4317.0, 4326.0, 4296.0, 4317.0, 4296.0, 4305.0, 4305.0, 4299.0, 4307.0, 4289.0, 4310.0, 4288.0, 4319.0, 4286.0, 4310.0, 4318.0, 4290.0, 4319.0, 4291.0, 4346.0, 4322.0, 4283.0, 4286.0, 4247.0, 4255.0, 4272.0, 4318.0, 4286.0, 4316.0, 4304.0, 4297.0, 4303.0, 4306.0, 4327.0, 4319.0, 4328.0, 4297.0, 4330.0, 4326.0, 4307.0, 4318.0, 4308.0, 4329.0, 4297.0, 4328.0, 4312.0, 4329.0, 4321.0, 4328.0, 4329.0, 4326.0, 4318.0, 4316.0, 4307.0, 4318.0, 4324.0, 4306.0, 4314.0, 4290.0, 4313.0, 4302.0, 4293.0, 4313.0, 4286.0, 4304.0, 4273.0, 4304.0, 4262.0, 4296.0, 4306.0, 4322.0, 4334.0, 4284.0, 4299.0, 4265.0, 4262.0, 4290.0, 4334.0, 4341.0, 4333.0, 4319.0, 4323.0, 4320.0, 4300.0, 4330.0, 4307.0, 4327.0, 4320.0, 4331.0, 4329.0, 4318.0, 4325.0, 4304.0, 4311.0, 4281.0, 4299.0, 4296.0, 4277.0, 4286.0, 4245.0, 4286.0, 4276.0, 4288.0, 4287.0, 4289.0, 4276.0, 4268.0, 4267.0, 4258.0, 4268.0, 4257.0, 4291.0, 4302.0, 4295.0, 4304.0, 4308.0, 4295.0, 4274.0, 4304.0, 4303.0, 4296.0, 4317.0, 4320.0, 4330.0, 4299.0, 4316.0, 4299.0, 4316.0, 4296.0, 4308.0, 4327.0, 4298.0, 4318.0, 4300.0, 4317.0, 4299.0, 4310.0, 4327.0, 4300.0, 4318.0, 4289.0, 4318.0, 4286.0, 4309.0, 4316.0, 4296.0, 4316.0, 4285.0, 4308.0, 4324.0, 4287.0, 4303.0, 4287.0, 4305.0, 4299.0, 4321.0, 4299.0, 4311.0, 4320.0, 4302.0, 4321.0, 4301.0, 4331.0, 4299.0, 4319.0, 4300.0, 4311.0, 4328.0, 4309.0, 4329.0, 4298.0, 4318.0, 4287.0, 4310.0, 4327.0, 4299.0, 4318.0, 4286.0, 4327.0, 4285.0, 4309.0, 4327.0, 4297.0, 4316.0, 4296.0, 4316.0, 4284.0, 4306.0, 4326.0, 4298.0, 4305.0, 4296.0, 4316.0, 4275.0, 4305.0, 4325.0, 4296.0, 4314.0, 4282.0, 4303.0, 4282.0, 4294.0, 4312.0, 4285.0, 4306.0, 4283.0, 4303.0, 4284.0, 4296.0, 4304.0, 4285.0, 4315.0, 4285.0, 4305.0, 4294.0, 4295.0, 4305.0, 4284.0, 4316.0, 4284.0, 4308.0, 4317.0, 4296.0, 4308.0, 4287.0, 4319.0, 4318.0, 4299.0, 4318.0, 4299.0, 4305.0, 4287.0, 4310.0, 4327.0, 4299.0, 4318.0, 4311.0, 4320.0, 4289.0, 4319.0, 4327.0, 4299.0, 4316.0, 4297.0, 4317.0, 4288.0, 4320.0, 4326.0, 4298.0, 4318.0, 4298.0, 4318.0, 4296.0, 4318.0, 4328.0, 4299.0, 4307.0, 4297.0, 4315.0, 4284.0, 4307.0, 4315.0, 4297.0, 4306.0, 4286.0, 4307.0, 4284.0, 4298.0, 4315.0, 4288.0, 4316.0, 4286.0, 4307.0, 4294.0, 4299.0, 4316.0, 4297.0, 4307.0, 4285.0, 4317.0, 4286.0, 4308.0, 4326.0, 4300.0, 4318.0, 4298.0, 4316.0, 4286.0, 4308.0, 4317.0, 4300.0, 4327.0, 4309.0, 4306.0, 4298.0, 4308.0, 4297.0, 4320.0, 4328.0, 4309.0, 4317.0, 4299.0, 4317.0, 4287.0, 4319.0, 4325.0, 4307.0, 4304.0, 4275.0, 4306.0, 4274.0, 4296.0, 4315.0, 4296.0, 4304.0, 4283.0, 4295.0, 4313.0, 4283.0, 4304.0, 4273.0, 4303.0, 4272.0, 4304.0, 4313.0, 4285.0, 4304.0, 4284.0, 4305.0, 4284.0, 4296.0, 4314.0, 4286.0, 4305.0, 4284.0, 4306.0, 4306.0, 4298.0, 4322.0, 4311.0, 4332.0, 4302.0, 4331.0, 4290.0, 4289.0, 4302.0, 4322.0, 4329.0, 4323.0, 4336.0, 4315.0, 4345.0, 4329.0, 4320.0, 4330.0, 4298.0, 4329.0, 4338.0, 4319.0, 4337.0, 4306.0, 4315.0, 4284.0, 4307.0, 4314.0, 4294.0, 4303.0, 4295.0, 4303.0, 4284.0, 4305.0, 4273.0, 4305.0, 4294.0, 4296.0, 4312.0, 4285.0, 4303.0, 4274.0, 4304.0, 4284.0, 4305.0, 4305.0, 4296.0, 4314.0, 4286.0, 4305.0, 4286.0, 4306.0, 4273.0, 4297.0, 4313.0, 4287.0, 4305.0, 4285.0, 4306.0, 4284.0, 4306.0, 4303.0, 4297.0, 4307.0, 4289.0, 4309.0, 4299.0, 4307.0, 4288.0, 4322.0, 4297.0, 4311.0, 4298.0, 4312.0, 4330.0, 4300.0, 4330.0, 4299.0, 4320.0, 4288.0, 4320.0, 4318.0, 4309.0, 4330.0, 4308.0, 4318.0, 4287.0, 4317.0, 4295.0, 4297.0, 4325.0, 4299.0, 4317.0, 4297.0, 4330.0, 4298.0, 4318.0, 4286.0, 4308.0, 4285.0, 4309.0, 4325.0, 4300.0, 4319.0, 4288.0, 4318.0, 4298.0, 4319.0, 4297.0, 4300.0, 4328.0, 4297.0, 4307.0, 4287.0, 4308.0, 4287.0, 4309.0, 4326.0, 4300.0, 4318.0, 4298.0, 4317.0, 4286.0, 4307.0, 4316.0, 4296.0, 4326.0, 4296.0, 4304.0, 4285.0, 4297.0, 4287.0, 4299.0, 4328.0, 4309.0, 4318.0, 4300.0, 4309.0, 4299.0, 4321.0, 4319.0, 4309.0, 4308.0, 4301.0, 4328.0, 4289.0, 4310.0, 4327.0, 4307.0, 4315.0, 4287.0, 4328.0, 4297.0, 4309.0, 4327.0, 4297.0, 4316.0, 4287.0, 4306.0, 4286.0, 4309.0, 4317.0, 4299.0, 4308.0, 4287.0, 4308.0, 4288.0, 4310.0, 4316.0, 4308.0, 4328.0, 4299.0, 4315.0, 4288.0, 4309.0, 4286.0, 4309.0, 4296.0, 4310.0, 4327.0, 4300.0, 4307.0, 4298.0, 4310.0, 4318.0, 4310.0, 4317.0, 4300.0, 4328.0, 4288.0, 4319.0, 4305.0, 4307.0, 4314.0, 4296.0, 4316.0, 4297.0, 4308.0, 4298.0, 4307.0, 4299.0, 4311.0, 4319.0, 4301.0, 4331.0, 4299.0, 4309.0, 4298.0, 4310.0, 4328.0, 4308.0, 4329.0, 4297.0, 4308.0, 4307.0, 4297.0, 4327.0, 4287.0, 4317.0, 4287.0, 4319.0, 4319.0, 4311.0, 4327.0, 4298.0, 4318.0, 4306.0, 4307.0, 4315.0, 4297.0, 4306.0, 4286.0, 4307.0, 4316.0, 4308.0, 4326.0, 4296.0, 4306.0, 4287.0, 4309.0, 4317.0, 4307.0, 4326.0, 4296.0, 4317.0, 4287.0, 4309.0, 4325.0, 4307.0, 4317.0, 4299.0, 4307.0, 4297.0, 4308.0, 4296.0, 4309.0, 4308.0, 4299.0, 4308.0, 4298.0, 4309.0, 4297.0, 4310.0, 4319.0, 4311.0, 4309.0, 4300.0, 4322.0, 4308.0, 4321.0, 4328.0, 4310.0, 4328.0, 4297.0, 4318.0, 4285.0, 4309.0, 4316.0, 4295.0, 4317.0, 4295.0, 4306.0, 4303.0, 4296.0, 4326.0, 4295.0, 4306.0, 4294.0, 4308.0, 4286.0, 4308.0, 4309.0, 4300.0, 4322.0, 4289.0, 4310.0, 4319.0, 4309.0, 4329.0, 4299.0, 4321.0, 4328.0, 4319.0, 4318.0, 4300.0, 4330.0, 4298.0, 4309.0, 4329.0, 4309.0, 4317.0, 4297.0, 4320.0, 4327.0, 4309.0, 4317.0, 4287.0, 4319.0, 4295.0, 4309.0, 4306.0, 4296.0, 4306.0, 4298.0], 'WindowWidth': [9622.0, 9652.0, 9611.0, 9595.0, 9602.0, 9547.0, 9590.0, 9560.0, 9556.0, 9582.0, 9548.0, 9563.0, 9533.0, 9552.0, 9558.0, 9544.0, 9567.0, 9550.0, 9540.0, 9550.0, 9495.0, 9585.0, 9595.0, 9544.0, 9531.0, 9492.0, 9521.0, 9491.0, 9531.0, 9533.0, 9500.0, 9515.0, 9512.0, 9542.0, 9533.0, 9546.0, 9575.0, 9562.0, 9558.0, 9536.0, 9562.0, 9517.0, 9564.0, 9557.0, 9540.0, 9537.0, 9523.0, 9541.0, 9523.0, 9527.0, 9548.0, 9535.0, 9512.0, 9475.0, 9510.0, 9524.0, 9504.0, 9529.0, 9510.0, 9512.0, 9465.0, 9504.0, 9521.0, 9507.0, 9528.0, 9499.0, 9515.0, 9477.0, 9508.0, 9532.0, 9526.0, 9543.0, 9520.0, 9505.0, 9492.0, 9525.0, 9513.0, 9511.0, 9543.0, 9519.0, 9533.0, 9496.0, 9509.0, 9483.0, 9548.0, 9525.0, 9531.0, 9509.0, 9534.0, 9554.0, 9517.0, 9540.0, 9527.0, 9536.0, 9496.0, 9542.0, 9520.0, 9512.0, 9545.0, 9542.0, 9523.0, 9498.0, 9513.0, 9498.0, 9544.0, 9533.0, 9529.0, 9544.0, 9513.0, 9536.0, 9494.0, 9529.0, 9521.0, 9524.0, 9553.0, 9494.0, 9556.0, 9495.0, 9475.0, 9421.0, 9471.0, 9440.0, 9481.0, 9521.0, 9491.0, 9501.0, 9464.0, 9443.0, 9407.0, 9438.0, 9438.0, 9465.0, 9517.0, 9502.0, 9569.0, 9523.0, 9546.0, 9496.0, 9498.0, 9500.0, 9466.0, 9541.0, 9506.0, 9536.0, 9536.0, 9575.0, 9543.0, 9536.0, 9503.0, 9529.0, 9545.0, 9533.0, 9517.0, 9491.0, 9518.0, 9492.0, 9547.0, 9532.0, 9519.0, 9510.0, 9501.0, 9592.0, 9640.0, 9624.0, 9535.0, 9552.0, 9507.0, 9472.0, 9434.0, 9507.0, 9503.0, 9542.0, 9526.0, 9637.0, 9573.0, 9593.0, 9599.0, 9596.0, 9581.0, 9585.0, 9556.0, 9542.0, 9540.0, 9509.0, 9539.0, 9523.0, 9502.0, 9520.0, 9504.0, 9499.0, 9458.0, 9517.0, 9519.0, 9501.0, 9506.0, 9488.0, 9497.0, 9477.0, 9488.0, 9479.0, 9527.0, 9516.0, 9521.0, 9520.0, 9528.0, 9538.0, 9516.0, 9542.0, 9513.0, 9539.0, 9483.0, 9543.0, 9551.0, 9514.0, 9545.0, 9511.0, 9526.0, 9521.0, 9520.0, 9529.0, 9508.0, 9538.0, 9504.0, 9547.0, 9499.0, 9538.0, 9547.0, 9513.0, 9550.0, 9516.0, 9599.0, 9553.0, 9488.0, 9478.0, 9425.0, 9436.0, 9468.0, 9541.0, 9499.0, 9543.0, 9522.0, 9514.0, 9515.0, 9530.0, 9560.0, 9551.0, 9564.0, 9518.0, 9568.0, 9551.0, 9527.0, 9545.0, 9533.0, 9562.0, 9518.0, 9562.0, 9543.0, 9563.0, 9556.0, 9560.0, 9564.0, 9558.0, 9545.0, 9540.0, 9530.0, 9547.0, 9545.0, 9523.0, 9533.0, 9495.0, 9528.0, 9511.0, 9504.0, 9531.0, 9497.0, 9520.0, 9478.0, 9520.0, 9462.0, 9513.0, 9528.0, 9561.0, 9580.0, 9487.0, 9509.0, 9455.0, 9446.0, 9509.0, 9577.0, 9582.0, 9574.0, 9547.0, 9564.0, 9556.0, 9527.0, 9566.0, 9529.0, 9554.0, 9548.0, 9575.0, 9559.0, 9546.0, 9555.0, 9520.0, 9525.0, 9482.0, 9506.0, 9493.0, 9469.0, 9480.0, 9422.0, 9480.0, 9464.0, 9488.0, 9484.0, 9489.0, 9470.0, 9462.0, 9458.0, 9446.0, 9463.0, 9447.0, 9499.0, 9513.0, 9510.0, 9520.0, 9531.0, 9510.0, 9480.0, 9521.0, 9517.0, 9513.0, 9550.0, 9556.0, 9566.0, 9525.0, 9542.0, 9523.0, 9541.0, 9514.0, 9535.0, 9556.0, 9522.0, 9546.0, 9525.0, 9546.0, 9523.0, 9541.0, 9557.0, 9525.0, 9546.0, 9508.0, 9547.0, 9498.0, 9535.0, 9539.0, 9513.0, 9542.0, 9497.0, 9533.0, 9548.0, 9503.0, 9522.0, 9504.0, 9528.0, 9523.0, 9558.0, 9523.0, 9544.0, 9554.0, 9534.0, 9557.0, 9530.0, 9571.0, 9524.0, 9553.0, 9524.0, 9543.0, 9563.0, 9539.0, 9564.0, 9521.0, 9549.0, 9504.0, 9540.0, 9559.0, 9524.0, 9549.0, 9501.0, 9558.0, 9500.0, 9538.0, 9559.0, 9518.0, 9544.0, 9516.0, 9542.0, 9495.0, 9529.0, 9554.0, 9520.0, 9527.0, 9513.0, 9541.0, 9484.0, 9526.0, 9550.0, 9513.0, 9538.0, 9490.0, 9519.0, 9489.0, 9509.0, 9530.0, 9496.0, 9525.0, 9492.0, 9519.0, 9491.0, 9513.0, 9520.0, 9498.0, 9538.0, 9495.0, 9525.0, 9507.0, 9513.0, 9525.0, 9495.0, 9541.0, 9495.0, 9533.0, 9542.0, 9517.0, 9532.0, 9504.0, 9552.0, 9545.0, 9524.0, 9546.0, 9523.0, 9528.0, 9505.0, 9540.0, 9558.0, 9525.0, 9549.0, 9545.0, 9553.0, 9510.0, 9551.0, 9559.0, 9524.0, 9543.0, 9520.0, 9546.0, 9505.0, 9552.0, 9555.0, 9521.0, 9547.0, 9521.0, 9547.0, 9515.0, 9548.0, 9560.0, 9523.0, 9529.0, 9516.0, 9540.0, 9495.0, 9530.0, 9539.0, 9516.0, 9527.0, 9500.0, 9531.0, 9494.0, 9518.0, 9536.0, 9506.0, 9543.0, 9500.0, 9531.0, 9508.0, 9522.0, 9541.0, 9518.0, 9529.0, 9499.0, 9544.0, 9501.0, 9535.0, 9556.0, 9525.0, 9548.0, 9520.0, 9543.0, 9501.0, 9535.0, 9542.0, 9525.0, 9557.0, 9535.0, 9529.0, 9520.0, 9535.0, 9519.0, 9555.0, 9560.0, 9535.0, 9545.0, 9523.0, 9544.0, 9503.0, 9551.0, 9550.0, 9530.0, 9521.0, 9484.0, 9529.0, 9481.0, 9515.0, 9535.0, 9512.0, 9520.0, 9490.0, 9511.0, 9531.0, 9493.0, 9519.0, 9478.0, 9520.0, 9475.0, 9522.0, 9532.0, 9497.0, 9521.0, 9495.0, 9525.0, 9492.0, 9513.0, 9534.0, 9500.0, 9525.0, 9496.0, 9530.0, 9525.0, 9519.0, 9558.0, 9545.0, 9577.0, 9534.0, 9570.0, 9512.0, 9511.0, 9531.0, 9560.0, 9583.0, 9564.0, 9586.0, 9554.0, 9594.0, 9563.0, 9553.0, 9568.0, 9517.0, 9564.0, 9574.0, 9549.0, 9571.0, 9529.0, 9539.0, 9494.0, 9527.0, 9532.0, 9508.0, 9515.0, 9509.0, 9518.0, 9495.0, 9523.0, 9477.0, 9524.0, 9506.0, 9512.0, 9528.0, 9496.0, 9518.0, 9481.0, 9522.0, 9493.0, 9525.0, 9522.0, 9513.0, 9535.0, 9500.0, 9524.0, 9500.0, 9528.0, 9479.0, 9516.0, 9534.0, 9503.0, 9525.0, 9498.0, 9528.0, 9494.0, 9528.0, 9519.0, 9517.0, 9530.0, 9511.0, 9535.0, 9523.0, 9532.0, 9507.0, 9558.0, 9519.0, 9543.0, 9522.0, 9546.0, 9565.0, 9528.0, 9567.0, 9523.0, 9551.0, 9507.0, 9553.0, 9547.0, 9537.0, 9566.0, 9534.0, 9547.0, 9503.0, 9543.0, 9508.0, 9516.0, 9551.0, 9520.0, 9540.0, 9516.0, 9565.0, 9522.0, 9547.0, 9501.0, 9532.0, 9498.0, 9537.0, 9553.0, 9524.0, 9550.0, 9508.0, 9548.0, 9521.0, 9551.0, 9516.0, 9526.0, 9560.0, 9519.0, 9530.0, 9503.0, 9532.0, 9501.0, 9536.0, 9554.0, 9525.0, 9548.0, 9521.0, 9543.0, 9502.0, 9532.0, 9540.0, 9516.0, 9554.0, 9515.0, 9523.0, 9500.0, 9518.0, 9501.0, 9524.0, 9559.0, 9538.0, 9548.0, 9526.0, 9538.0, 9526.0, 9557.0, 9549.0, 9539.0, 9535.0, 9529.0, 9562.0, 9510.0, 9541.0, 9556.0, 9531.0, 9538.0, 9503.0, 9561.0, 9514.0, 9535.0, 9556.0, 9516.0, 9542.0, 9504.0, 9529.0, 9500.0, 9536.0, 9543.0, 9522.0, 9530.0, 9506.0, 9532.0, 9505.0, 9539.0, 9541.0, 9535.0, 9559.0, 9523.0, 9540.0, 9506.0, 9537.0, 9504.0, 9537.0, 9515.0, 9539.0, 9558.0, 9524.0, 9532.0, 9522.0, 9539.0, 9545.0, 9539.0, 9544.0, 9524.0, 9559.0, 9506.0, 9550.0, 9524.0, 9531.0, 9535.0, 9515.0, 9540.0, 9519.0, 9534.0, 9521.0, 9533.0, 9522.0, 9543.0, 9550.0, 9530.0, 9569.0, 9523.0, 9536.0, 9519.0, 9541.0, 9561.0, 9533.0, 9564.0, 9515.0, 9532.0, 9530.0, 9518.0, 9556.0, 9505.0, 9547.0, 9504.0, 9550.0, 9553.0, 9545.0, 9560.0, 9520.0, 9549.0, 9528.0, 9532.0, 9538.0, 9518.0, 9529.0, 9502.0, 9532.0, 9541.0, 9535.0, 9557.0, 9516.0, 9528.0, 9505.0, 9537.0, 9542.0, 9534.0, 9556.0, 9515.0, 9545.0, 9504.0, 9537.0, 9551.0, 9530.0, 9546.0, 9525.0, 9534.0, 9519.0, 9536.0, 9516.0, 9538.0, 9535.0, 9526.0, 9537.0, 9523.0, 9540.0, 9518.0, 9542.0, 9553.0, 9546.0, 9540.0, 9530.0, 9560.0, 9534.0, 9557.0, 9560.0, 9540.0, 9564.0, 9520.0, 9550.0, 9500.0, 9536.0, 9541.0, 9514.0, 9543.0, 9512.0, 9529.0, 9520.0, 9515.0, 9553.0, 9512.0, 9530.0, 9511.0, 9535.0, 9500.0, 9535.0, 9536.0, 9528.0, 9559.0, 9510.0, 9542.0, 9551.0, 9540.0, 9567.0, 9525.0, 9558.0, 9561.0, 9551.0, 9547.0, 9526.0, 9567.0, 9520.0, 9539.0, 9562.0, 9537.0, 9544.0, 9519.0, 9555.0, 9559.0, 9538.0, 9546.0, 9503.0, 9552.0, 9512.0, 9535.0, 9528.0, 9516.0, 9532.0, 9519.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.00999883908045977</td></tr>
<tr><td colspan=3>aqi</td><td>0.04580183643678161</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.22679225547754</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3401507466052927</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0824154149597232</td></tr>
<tr><td colspan=3>efc</td><td>0.4704</td></tr>
<tr><td colspan=3>fber</td><td>7975.0898</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12314640553038755</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>108</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.413793103448276</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.438133580907999</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.338311944250299</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5888592110040594</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3872295874696383</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144784</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0013118968345224857</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025558920577168465</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.216013298640412</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>22.9824</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1772</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.1699</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>298361.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>685.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.3871</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6365</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.4903</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3519.0308</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>880.447</td></tr>
<tr><td colspan=3>tsnr</td><td>33.14472974836826</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>