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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-02_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-02_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-0051/ses-01/func/sub-0051_ses-01_task-social_acq-mb8_run-02_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>a0b08c08657f7515d10f52aff183c7ee</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>10:43:23.420000</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.999685, -0.00163433, -0.0250532, 0.00680475, 0.978165, 0.207717]</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-02_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.0967319</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4124, -7785, -7292, 587, -41, -77, -23, 136]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.747</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c28114d5-0f76-4bfc-9dc7-a5acd6506593||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.6820812225341797, 0.01825665682554245, -0.06525011360645294, 115.36067962646484], [0.004384779371321201, 2.6243462562561035, 0.5611181259155273, -102.94536590576172], [-0.0672159343957901, -0.5572882890701294, 2.6402440071105957, -48.08995056152344], [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': ['104323.420000', '104323.880000', '104324.340000', '104324.800000', '104325.260000', '104325.720000', '104326.180000', '104326.640000', '104327.100000', '104327.560000', '104328.020000', '104328.480000', '104328.940000', '104329.400000', '104329.860000', '104330.320000', '104330.780000', '104331.240000', '104331.700000', '104332.160000', '104332.620000', '104333.080000', '104333.540000', '104334.000000', '104334.460000', '104334.920000', '104335.380000', '104335.840000', '104336.300000', '104336.760000', '104337.220000', '104337.680000', '104338.140000', '104338.600000', '104339.060000', '104339.520000', '104339.980000', '104340.440000', '104340.900000', '104341.360000', '104341.820000', '104342.280000', '104342.740000', '104343.200000', '104343.660000', '104344.120000', '104344.580000', '104345.040000', '104345.500000', '104345.960000', '104346.420000', '104346.880000', '104347.340000', '104347.800000', '104348.260000', '104348.720000', '104349.180000', '104349.640000', '104350.100000', '104350.560000', '104351.020000', '104351.480000', '104351.940000', '104352.400000', '104352.860000', '104353.320000', '104353.780000', '104354.240000', '104354.700000', '104355.160000', '104355.620000', '104356.080000', '104356.540000', '104357.000000', '104357.460000', '104357.920000', '104358.380000', '104358.840000', '104359.300000', '104359.760000', '104400.220000', '104400.680000', '104401.140000', '104401.600000', '104402.060000', '104402.520000', '104402.980000', '104403.440000', '104403.900000', '104404.360000', '104404.820000', '104405.280000', '104405.740000', '104406.200000', '104406.660000', '104407.120000', '104407.580000', '104408.040000', '104408.500000', '104408.960000', '104409.420000', '104409.880000', '104410.340000', '104410.800000', '104411.260000', '104411.720000', '104412.180000', '104412.640000', '104413.100000', '104413.560000', '104414.020000', '104414.480000', '104414.940000', '104415.400000', '104415.860000', '104416.320000', '104416.780000', '104417.240000', '104417.700000', '104418.160000', '104418.620000', '104419.080000', '104419.540000', '104420.000000', '104420.460000', '104420.920000', '104421.380000', '104421.840000', '104422.300000', '104422.760000', '104423.220000', '104423.680000', '104424.140000', '104424.600000', '104425.060000', '104425.520000', '104425.980000', '104426.440000', '104426.900000', '104427.360000', '104427.820000', '104428.280000', '104428.740000', '104429.200000', '104429.660000', '104430.120000', '104430.580000', '104431.040000', '104431.500000', '104431.960000', '104432.420000', '104432.880000', '104433.340000', '104433.800000', '104434.260000', '104434.720000', '104435.180000', '104435.640000', '104436.100000', '104436.560000', '104437.020000', '104437.480000', '104437.940000', '104438.400000', '104438.860000', '104439.320000', '104439.780000', '104440.240000', '104440.700000', '104441.160000', '104441.620000', '104442.080000', '104442.540000', '104443.000000', '104443.460000', '104443.920000', '104444.380000', '104444.840000', '104445.300000', '104445.760000', '104446.220000', '104446.680000', '104447.140000', '104447.600000', '104448.060000', '104448.520000', '104448.980000', '104449.440000', '104449.900000', '104450.360000', '104450.820000', '104451.280000', '104451.740000', '104452.200000', '104452.660000', '104453.120000', '104453.580000', '104454.040000', '104454.500000', '104454.960000', '104455.420000', '104455.880000', '104456.340000', '104456.800000', '104457.260000', '104457.720000', '104458.180000', '104458.640000', '104459.100000', '104459.560000', '104500.020000', '104500.480000', '104500.940000', '104501.400000', '104501.860000', '104502.320000', '104502.780000', '104503.240000', '104503.700000', '104504.160000', '104504.620000', '104505.080000', '104505.540000', '104506.000000', '104506.460000', '104506.920000', '104507.380000', '104507.840000', '104508.300000', '104508.760000', '104509.220000', '104509.680000', '104510.140000', '104510.600000', '104511.060000', '104511.520000', '104511.980000', '104512.440000', '104512.900000', '104513.360000', '104513.820000', '104514.280000', '104514.740000', '104515.200000', '104515.660000', '104516.120000', '104516.580000', '104517.040000', '104517.500000', '104517.960000', '104518.420000', '104518.880000', '104519.340000', '104519.800000', '104520.260000', '104520.720000', '104521.180000', '104521.640000', '104522.100000', '104522.560000', '104523.020000', '104523.480000', '104523.940000', '104524.400000', '104524.860000', '104525.320000', '104525.780000', '104526.240000', '104526.700000', '104527.160000', '104527.620000', '104528.080000', '104528.540000', '104529.000000', '104529.460000', '104529.920000', '104530.380000', '104530.840000', '104531.300000', '104531.760000', '104532.220000', '104532.680000', '104533.140000', '104533.600000', '104534.060000', '104534.520000', '104534.980000', '104535.440000', '104535.900000', '104536.360000', '104536.820000', '104537.280000', '104537.740000', '104538.200000', '104538.660000', '104539.120000', '104539.580000', '104540.040000', '104540.500000', '104540.960000', '104541.420000', '104541.880000', '104542.340000', '104542.800000', '104543.260000', '104543.720000', '104544.180000', '104544.640000', '104545.100000', '104545.560000', '104546.020000', '104546.480000', '104546.940000', '104547.400000', '104547.860000', '104548.320000', '104548.780000', '104549.240000', '104549.700000', '104550.160000', '104550.620000', '104551.080000', '104551.540000', '104552.000000', '104552.460000', '104552.920000', '104553.380000', '104553.840000', '104554.300000', '104554.760000', '104555.220000', '104555.680000', '104556.140000', '104556.600000', '104557.060000', '104557.520000', '104557.980000', '104558.440000', '104558.900000', '104559.360000', '104559.820000', '104600.280000', '104600.740000', '104601.200000', '104601.660000', '104602.120000', '104602.580000', '104603.040000', '104603.500000', '104603.960000', '104604.420000', '104604.880000', '104605.340000', '104605.800000', '104606.260000', '104606.720000', '104607.180000', '104607.640000', '104608.100000', '104608.560000', '104609.020000', '104609.480000', '104609.940000', '104610.400000', '104610.860000', '104611.320000', '104611.780000', '104612.240000', '104612.700000', '104613.160000', '104613.620000', '104614.080000', '104614.540000', '104615.000000', '104615.460000', '104615.920000', '104616.380000', '104616.840000', '104617.300000', '104617.760000', '104618.220000', '104618.680000', '104619.140000', '104619.600000', '104620.060000', '104620.520000', '104620.980000', '104621.440000', '104621.900000', '104622.360000', '104622.820000', '104623.280000', '104623.740000', '104624.200000', '104624.660000', '104625.120000', '104625.580000', '104626.040000', '104626.500000', '104626.960000', '104627.420000', '104627.880000', '104628.340000', '104628.800000', '104629.260000', '104629.720000', '104630.180000', '104630.640000', '104631.100000', '104631.560000', '104632.020000', '104632.480000', '104632.940000', '104633.400000', '104633.860000', '104634.320000', '104634.780000', '104635.240000', '104635.700000', '104636.160000', '104636.620000', '104637.080000', '104637.540000', '104638.000000', '104638.460000', '104638.920000', '104639.380000', '104639.840000', '104640.300000', '104640.760000', '104641.220000', '104641.680000', '104642.140000', '104642.600000', '104643.060000', '104643.520000', '104643.980000', '104644.440000', '104644.900000', '104645.360000', '104645.820000', '104646.280000', '104646.740000', '104647.200000', '104647.660000', '104648.120000', '104648.580000', '104649.040000', '104649.500000', '104649.960000', '104650.420000', '104650.880000', '104651.340000', '104651.800000', '104652.260000', '104652.720000', '104653.180000', '104653.640000', '104654.100000', '104654.560000', '104655.020000', '104655.480000', '104655.940000', '104656.400000', '104656.860000', '104657.320000', '104657.780000', '104658.240000', '104658.700000', '104659.160000', '104659.620000', '104700.080000', '104700.540000', '104701.000000', '104701.460000', '104701.920000', '104702.380000', '104702.840000', '104703.300000', '104703.760000', '104704.220000', '104704.680000', '104705.140000', '104705.600000', '104706.060000', '104706.520000', '104706.980000', '104707.440000', '104707.900000', '104708.360000', '104708.820000', '104709.280000', '104709.740000', '104710.200000', '104710.660000', '104711.120000', '104711.580000', '104712.040000', '104712.500000', '104712.960000', '104713.420000', '104713.880000', '104714.340000', '104714.800000', '104715.260000', '104715.720000', '104716.180000', '104716.640000', '104717.100000', '104717.560000', '104718.020000', '104718.480000', '104718.940000', '104719.400000', '104719.860000', '104720.320000', '104720.780000', '104721.240000', '104721.700000', '104722.160000', '104722.620000', '104723.080000', '104723.540000', '104724.000000', '104724.460000', '104724.920000', '104725.380000', '104725.840000', '104726.300000', '104726.760000', '104727.220000', '104727.680000', '104728.140000', '104728.600000', '104729.060000', '104729.520000', '104729.980000', '104730.440000', '104730.900000', '104731.360000', '104731.820000', '104732.280000', '104732.740000', '104733.200000', '104733.660000', '104734.120000', '104734.580000', '104735.040000', '104735.500000', '104735.960000', '104736.420000', '104736.880000', '104737.340000', '104737.800000', '104738.260000', '104738.720000', '104739.180000', '104739.640000', '104740.100000', '104740.560000', '104741.020000', '104741.480000', '104741.940000', '104742.400000', '104742.860000', '104743.320000', '104743.780000', '104744.240000', '104744.700000', '104745.160000', '104745.620000', '104746.080000', '104746.540000', '104747.000000', '104747.460000', '104747.920000', '104748.380000', '104748.840000', '104749.300000', '104749.760000', '104750.220000', '104750.680000', '104751.140000', '104751.600000', '104752.060000', '104752.520000', '104752.980000', '104753.440000', '104753.900000', '104754.360000', '104754.820000', '104755.280000', '104755.740000', '104756.200000', '104756.660000', '104757.120000', '104757.580000', '104758.040000', '104758.500000', '104758.960000', '104759.420000', '104759.880000', '104800.340000', '104800.800000', '104801.260000', '104801.720000', '104802.180000', '104802.640000', '104803.100000', '104803.560000', '104804.020000', '104804.480000', '104804.940000', '104805.400000', '104805.860000', '104806.320000', '104806.780000', '104807.240000', '104807.700000', '104808.160000', '104808.620000', '104809.080000', '104809.540000', '104810.000000', '104810.460000', '104810.920000', '104811.380000', '104811.840000', '104812.300000', '104812.760000', '104813.220000', '104813.680000', '104814.140000', '104814.600000', '104815.060000', '104815.520000', '104815.980000', '104816.440000', '104816.900000', '104817.360000', '104817.820000', '104818.280000', '104818.740000', '104819.200000', '104819.660000', '104820.120000', '104820.580000', '104821.040000', '104821.500000', '104821.960000', '104822.420000', '104822.880000', '104823.340000', '104823.800000', '104824.260000', '104824.720000', '104825.180000', '104825.640000', '104826.100000', '104826.560000', '104827.020000', '104827.480000', '104827.940000', '104828.400000', '104828.860000', '104829.320000', '104829.780000', '104830.240000', '104830.700000', '104831.160000', '104831.620000', '104832.080000', '104832.540000', '104833.000000', '104833.460000', '104833.920000', '104834.380000', '104834.840000', '104835.300000', '104835.760000', '104836.220000', '104836.680000', '104837.140000', '104837.600000', '104838.060000', '104838.520000', '104838.980000', '104839.440000', '104839.900000', '104840.360000', '104840.820000', '104841.280000', '104841.740000', '104842.200000', '104842.660000', '104843.120000', '104843.580000', '104844.040000', '104844.500000', '104844.960000', '104845.420000', '104845.880000', '104846.340000', '104846.800000', '104847.260000', '104847.720000', '104848.180000', '104848.640000', '104849.100000', '104849.560000', '104850.020000', '104850.480000', '104850.940000', '104851.400000', '104851.860000', '104852.320000', '104852.780000', '104853.240000', '104853.700000', '104854.160000', '104854.620000', '104855.080000', '104855.540000', '104856.000000', '104856.460000', '104856.920000', '104857.380000', '104857.840000', '104858.300000', '104858.760000', '104859.220000', '104859.680000', '104900.140000', '104900.600000', '104901.060000', '104901.520000', '104901.980000', '104902.440000', '104902.900000', '104903.360000', '104903.820000', '104904.280000', '104904.740000', '104905.200000', '104905.660000', '104906.120000', '104906.580000', '104907.040000', '104907.500000', '104907.960000', '104908.420000', '104908.880000', '104909.340000', '104909.800000', '104910.260000', '104910.720000', '104911.180000', '104911.640000', '104912.100000', '104912.560000', '104913.020000', '104913.480000', '104913.940000', '104914.400000', '104914.860000', '104915.320000', '104915.780000', '104916.240000', '104916.700000', '104917.160000', '104917.620000', '104918.080000', '104918.540000', '104919.000000', '104919.460000', '104919.920000', '104920.380000', '104920.840000', '104921.300000', '104921.760000', '104922.220000', '104922.680000', '104923.140000', '104923.600000', '104924.060000', '104924.520000', '104924.980000', '104925.440000', '104925.900000', '104926.360000', '104926.820000', '104927.280000', '104927.740000', '104928.200000', '104928.660000', '104929.120000', '104929.580000', '104930.040000', '104930.500000', '104930.960000', '104931.420000', '104931.880000', '104932.340000', '104932.800000', '104933.260000', '104933.720000', '104934.180000', '104934.640000', '104935.100000', '104935.560000', '104936.020000', '104936.480000', '104936.940000', '104937.400000', '104937.860000', '104938.320000', '104938.780000', '104939.240000', '104939.700000', '104940.160000', '104940.620000', '104941.080000', '104941.540000', '104942.000000', '104942.460000', '104942.920000', '104943.380000', '104943.840000', '104944.300000', '104944.760000', '104945.220000', '104945.680000', '104946.140000', '104946.600000', '104947.060000', '104947.520000', '104947.980000', '104948.440000', '104948.900000', '104949.360000', '104949.820000', '104950.280000', '104950.740000', '104951.200000', '104951.660000', '104952.120000', '104952.580000', '104953.040000', '104953.500000', '104953.960000', '104954.420000', '104954.880000', '104955.340000', '104955.800000', '104956.260000', '104956.720000', '104957.180000', '104957.640000', '104958.100000', '104958.560000', '104959.020000', '104959.480000', '104959.940000', '105000.400000', '105000.860000', '105001.320000', '105001.780000', '105002.240000', '105002.700000', '105003.160000', '105003.620000', '105004.080000'], 'ContentTime': ['104335.362000', '104335.365000', '104335.367000', '104335.370000', '104335.373000', '104335.375000', '104335.378000', '104335.387000', '104335.390000', '104335.393000', '104335.395000', '104335.398000', '104335.403000', '104335.412000', '104335.415000', '104335.418000', '104335.420000', '104335.423000', '104335.425000', '104335.428000', '104335.430000', '104335.433000', '104335.436000', '104335.438000', '104355.332000', '104355.335000', '104355.338000', '104355.340000', '104355.343000', '104355.345000', '104355.348000', '104355.351000', '104355.353000', '104355.356000', '104355.359000', '104355.361000', '104355.364000', '104355.366000', '104355.369000', '104355.372000', '104355.385000', '104355.397000', '104355.400000', '104355.402000', '104355.405000', '104355.407000', '104355.410000', '104355.413000', '104355.415000', '104355.418000', '104355.420000', '104355.423000', '104355.425000', '104355.428000', '104355.430000', '104355.433000', '104355.436000', '104355.438000', '104355.441000', '104355.443000', '104355.446000', '104355.449000', '104355.457000', '104355.460000', '104355.463000', '104355.465000', '104355.468000', '104415.331000', '104415.334000', '104415.337000', '104415.339000', '104415.342000', '104415.344000', '104415.347000', '104415.349000', '104415.352000', '104415.355000', '104415.357000', '104415.360000', '104415.362000', '104415.365000', '104415.367000', '104415.370000', '104415.372000', '104415.375000', '104415.377000', '104415.380000', '104415.382000', '104415.385000', '104415.388000', '104415.390000', '104415.393000', '104415.395000', '104415.398000', '104415.400000', '104415.403000', '104415.406000', '104415.408000', '104415.411000', '104415.413000', '104415.416000', '104415.418000', '104415.421000', '104415.423000', '104415.426000', '104415.428000', '104415.431000', '104415.434000', '104415.436000', '104415.439000', '104415.442000', '104435.332000', '104435.335000', '104435.338000', '104435.341000', '104435.343000', '104435.365000', '104435.368000', '104435.370000', '104435.373000', '104435.375000', '104435.378000', '104435.381000', '104435.383000', '104435.386000', '104435.389000', '104435.392000', '104435.394000', '104435.397000', '104435.400000', '104435.402000', '104435.405000', '104435.407000', '104435.410000', '104435.412000', '104435.415000', '104435.417000', '104435.420000', '104435.423000', '104435.425000', '104435.428000', '104435.430000', '104435.433000', '104435.435000', '104435.438000', '104435.440000', '104435.443000', '104435.446000', '104435.448000', '104435.451000', '104435.453000', '104435.456000', '104435.459000', '104435.461000', '104455.332000', '104455.335000', '104455.338000', '104455.340000', '104455.343000', '104455.345000', '104455.348000', '104455.351000', '104455.353000', '104455.356000', '104455.358000', '104455.361000', '104455.363000', '104455.366000', '104455.369000', '104455.371000', '104455.374000', '104455.377000', '104455.379000', '104455.382000', '104455.384000', '104455.387000', '104455.389000', '104455.392000', '104455.394000', '104455.397000', '104455.399000', '104455.402000', '104455.405000', '104455.407000', '104455.410000', '104455.412000', '104455.415000', '104455.417000', '104455.420000', '104455.422000', '104455.425000', '104455.428000', '104455.430000', '104455.433000', '104455.435000', '104455.438000', '104455.440000', '104455.443000', '104515.333000', '104515.335000', '104515.338000', '104515.341000', '104515.343000', '104515.346000', '104515.348000', '104515.351000', '104515.353000', '104515.356000', '104515.358000', '104515.361000', '104515.363000', '104515.366000', '104515.369000', '104515.371000', '104515.374000', '104515.376000', '104515.379000', '104515.381000', '104515.384000', '104515.387000', '104515.389000', '104515.392000', '104515.394000', '104515.397000', '104515.399000', '104515.402000', '104515.404000', '104515.407000', '104515.409000', '104515.412000', '104515.415000', '104515.417000', '104515.420000', '104515.422000', '104515.425000', '104515.427000', '104515.430000', '104515.432000', '104515.435000', '104515.437000', '104515.440000', '104535.333000', '104535.335000', '104535.338000', '104535.341000', '104535.343000', '104535.346000', '104535.348000', '104535.351000', '104535.353000', '104535.356000', '104535.358000', '104535.361000', '104535.364000', '104535.378000', '104535.380000', '104535.383000', '104535.385000', '104535.388000', '104535.390000', '104535.393000', '104535.396000', '104535.398000', '104535.401000', '104535.403000', '104535.406000', '104535.409000', '104535.411000', '104535.414000', '104535.416000', '104535.419000', '104535.422000', '104535.424000', '104535.427000', '104535.429000', '104535.432000', '104535.434000', '104535.437000', '104535.440000', '104535.442000', '104535.445000', '104535.447000', '104535.450000', '104535.453000', '104535.455000', '104555.333000', '104555.335000', '104555.338000', '104555.341000', '104555.343000', '104555.346000', '104555.348000', '104555.351000', '104555.354000', '104555.356000', '104555.359000', '104555.361000', '104555.364000', '104555.367000', '104555.369000', '104555.372000', '104555.374000', '104555.377000', '104555.379000', '104555.382000', '104555.384000', '104555.387000', '104555.390000', '104555.392000', '104555.395000', '104555.397000', '104555.400000', '104555.403000', '104555.405000', '104555.408000', '104555.410000', '104555.413000', '104555.415000', '104555.418000', '104555.420000', '104555.423000', '104555.426000', '104555.428000', '104555.431000', '104555.433000', '104555.436000', '104555.438000', '104555.441000', '104615.333000', '104615.335000', '104615.338000', '104615.340000', '104615.344000', '104615.347000', '104615.349000', '104615.352000', '104615.355000', '104615.357000', '104615.360000', '104615.362000', '104615.365000', '104615.367000', '104615.370000', '104615.373000', '104615.375000', '104615.378000', '104615.380000', '104615.383000', '104615.385000', '104615.388000', '104615.390000', '104615.393000', '104615.396000', '104615.399000', '104615.401000', '104615.404000', '104615.407000', '104615.409000', '104615.412000', '104615.414000', '104615.417000', '104615.420000', '104615.422000', '104615.425000', '104615.427000', '104615.430000', '104615.432000', '104615.435000', '104615.438000', '104615.440000', '104615.443000', '104615.445000', '104635.332000', '104635.334000', '104635.337000', '104635.340000', '104635.342000', '104635.345000', '104635.347000', '104635.350000', '104635.352000', '104635.355000', '104635.358000', '104635.360000', '104635.363000', '104635.365000', '104635.368000', '104635.371000', '104635.373000', '104635.376000', '104635.378000', '104635.381000', '104635.383000', '104635.386000', '104635.389000', '104635.391000', '104635.394000', '104635.396000', '104635.399000', '104635.401000', '104635.404000', '104635.406000', '104635.409000', '104635.412000', '104635.414000', '104635.417000', '104635.419000', '104635.422000', '104635.424000', '104635.427000', '104635.430000', '104635.432000', '104635.435000', '104635.437000', '104635.440000', '104655.332000', '104655.335000', '104655.338000', '104655.340000', '104655.343000', '104655.346000', '104655.348000', '104655.351000', '104655.353000', '104655.356000', '104655.358000', '104655.361000', '104655.364000', '104655.366000', '104655.369000', '104655.371000', '104655.374000', '104655.376000', '104655.379000', '104655.382000', '104655.384000', '104655.387000', '104655.389000', '104655.392000', '104655.395000', '104655.397000', '104655.400000', '104655.402000', '104655.405000', '104655.408000', '104655.410000', '104655.413000', '104655.415000', '104655.418000', '104655.420000', '104655.423000', '104655.426000', '104655.428000', '104655.431000', '104655.433000', '104655.436000', '104655.438000', '104655.441000', '104655.444000', '104715.333000', '104715.336000', '104715.338000', '104715.341000', '104715.343000', '104715.346000', '104715.348000', '104715.351000', '104715.354000', '104715.356000', '104715.359000', '104715.361000', '104715.364000', '104715.367000', '104715.369000', '104715.372000', '104715.374000', '104715.377000', '104715.380000', '104715.382000', '104715.385000', '104715.387000', '104715.390000', '104715.392000', '104715.395000', '104715.398000', '104715.400000', '104715.403000', '104715.405000', '104715.408000', '104715.410000', '104715.413000', '104715.416000', '104715.418000', '104715.421000', '104715.423000', '104715.426000', '104715.429000', '104715.431000', '104715.434000', '104715.436000', '104715.439000', '104715.441000', '104735.333000', '104735.335000', '104735.338000', '104735.341000', '104735.343000', '104735.346000', '104735.348000', '104735.351000', '104735.354000', '104735.356000', '104735.359000', '104735.361000', '104735.364000', '104735.367000', '104735.369000', '104735.372000', '104735.375000', '104735.377000', '104735.380000', '104735.382000', '104735.387000', '104735.389000', '104735.392000', '104735.395000', '104735.397000', '104735.400000', '104735.403000', '104735.405000', '104735.408000', '104735.410000', '104735.413000', '104735.415000', '104735.418000', '104735.421000', '104735.423000', '104735.426000', '104735.428000', '104735.431000', '104735.434000', '104735.436000', '104735.439000', '104735.442000', '104735.444000', '104755.333000', '104755.336000', '104755.338000', '104755.341000', '104755.343000', '104755.346000', '104755.349000', '104755.351000', '104755.354000', '104755.356000', '104755.359000', '104755.362000', '104755.364000', '104755.367000', '104755.370000', '104755.372000', '104755.375000', '104755.377000', '104755.380000', '104755.383000', '104755.385000', '104755.388000', '104755.390000', '104755.393000', '104755.396000', '104755.398000', '104755.401000', '104755.403000', '104755.406000', '104755.409000', '104755.411000', '104755.414000', '104755.416000', '104755.419000', '104755.422000', '104755.424000', '104755.427000', '104755.430000', '104755.432000', '104755.435000', '104755.437000', '104755.440000', '104755.442000', '104755.445000', '104815.333000', '104815.335000', '104815.338000', '104815.341000', '104815.343000', '104815.346000', '104815.348000', '104815.351000', '104815.354000', '104815.356000', '104815.359000', '104815.361000', '104815.364000', '104815.366000', '104815.369000', '104815.372000', '104815.374000', '104815.377000', '104815.380000', '104815.382000', '104815.385000', '104815.387000', '104815.390000', '104815.393000', '104815.395000', '104815.398000', '104815.400000', '104815.403000', '104815.405000', '104815.408000', '104815.411000', '104815.413000', '104815.416000', '104815.419000', '104815.421000', '104815.424000', '104815.426000', '104815.429000', '104815.431000', '104815.434000', '104815.436000', '104815.439000', '104815.442000', '104835.332000', '104835.335000', '104835.338000', '104835.340000', '104835.343000', '104835.346000', '104835.348000', '104835.351000', '104835.353000', '104835.356000', '104835.358000', '104835.361000', '104835.364000', '104835.366000', '104835.369000', '104835.371000', '104835.374000', '104835.377000', '104835.379000', '104835.382000', '104835.437000', '104835.440000', '104835.442000', '104835.445000', '104835.447000', '104835.450000', '104835.453000', '104835.455000', '104835.458000', '104835.460000', '104835.463000', '104835.466000', '104835.468000', '104835.471000', '104835.473000', '104835.476000', '104835.478000', '104835.481000', '104835.484000', '104835.486000', '104835.489000', '104835.491000', '104835.494000', '104835.496000', '104855.331000', '104855.334000', '104855.337000', '104855.339000', '104855.342000', '104855.345000', '104855.347000', '104855.350000', '104855.352000', '104855.355000', '104855.358000', '104855.361000', '104855.364000', '104855.367000', '104855.369000', '104855.372000', '104855.374000', '104855.377000', '104855.380000', '104855.382000', '104855.385000', '104855.387000', '104855.390000', '104855.392000', '104855.395000', '104855.397000', '104855.400000', '104855.403000', '104855.405000', '104855.408000', '104855.410000', '104855.413000', '104855.416000', '104855.418000', '104855.421000', '104855.424000', '104855.427000', '104855.429000', '104855.432000', '104855.434000', '104855.437000', '104855.440000', '104855.442000', '104915.332000', '104915.335000', '104915.338000', '104915.340000', '104915.343000', '104915.346000', '104915.348000', '104915.351000', '104915.353000', '104915.356000', '104915.358000', '104915.361000', '104915.363000', '104915.366000', '104915.369000', '104915.371000', '104915.374000', '104915.376000', '104915.379000', '104915.382000', '104915.384000', '104915.387000', '104915.389000', '104915.392000', '104915.395000', '104915.397000', '104915.400000', '104915.402000', '104915.405000', '104915.407000', '104915.410000', '104915.413000', '104915.415000', '104915.418000', '104915.420000', '104915.423000', '104915.425000', '104915.428000', '104915.431000', '104915.433000', '104915.436000', '104915.438000', '104915.441000', '104915.443000', '104935.333000', '104935.335000', '104935.338000', '104935.341000', '104935.343000', '104935.346000', '104935.348000', '104935.351000', '104935.354000', '104935.356000', '104935.359000', '104935.361000', '104935.364000', '104935.368000', '104935.370000', '104935.373000', '104935.376000', '104935.378000', '104935.381000', '104935.384000', '104935.386000', '104935.389000', '104935.391000', '104935.394000', '104935.396000', '104935.399000', '104935.401000', '104935.404000', '104935.407000', '104935.409000', '104935.412000', '104935.414000', '104935.417000', '104935.420000', '104935.422000', '104935.425000', '104935.427000', '104935.430000', '104935.432000', '104935.435000', '104935.437000', '104935.440000', '104935.442000', '104955.333000', '104955.336000', '104955.338000', '104955.341000', '104955.343000', '104955.346000', '104955.349000', '104955.351000', '104955.354000', '104955.356000', '104955.359000', '104955.361000', '104955.364000', '104955.366000', '104955.369000', '104955.372000', '104955.374000', '104955.377000', '104955.380000', '104955.382000', '104955.385000', '104955.387000', '104955.390000', '104955.392000', '104955.395000', '104955.398000', '104955.400000', '104955.403000', '104955.405000', '104955.408000', '104955.410000', '104955.433000', '104955.435000', '104955.438000', '104955.440000', '104955.443000', '104955.445000', '104955.448000', '104955.450000', '104955.453000', '104955.458000', '104955.461000', '104955.463000', '104955.466000', '105005.293000', '105005.296000', '105005.299000', '105005.301000', '105005.304000', '105005.307000', '105005.309000', '105005.312000', '105005.315000', '105005.317000', '105005.320000', '105005.323000', '105005.326000', '105005.329000', '105005.331000', '105005.334000', '105005.337000', '105005.339000', '105005.342000', '105005.344000', '105005.347000', '105005.349000'], 'InstanceCreationTime': ['104335.362000', '104335.365000', '104335.367000', '104335.370000', '104335.373000', '104335.375000', '104335.378000', '104335.387000', '104335.390000', '104335.393000', '104335.395000', '104335.398000', '104335.403000', '104335.412000', '104335.415000', '104335.418000', '104335.420000', '104335.423000', '104335.425000', '104335.428000', '104335.430000', '104335.433000', '104335.436000', '104335.438000', '104355.332000', '104355.335000', '104355.338000', '104355.340000', '104355.343000', '104355.345000', '104355.348000', '104355.351000', '104355.353000', '104355.356000', '104355.359000', '104355.361000', '104355.364000', '104355.366000', '104355.369000', '104355.372000', '104355.385000', '104355.397000', '104355.400000', '104355.402000', '104355.405000', '104355.407000', '104355.410000', '104355.413000', '104355.415000', '104355.418000', '104355.420000', '104355.423000', '104355.425000', '104355.428000', '104355.430000', '104355.433000', '104355.436000', '104355.438000', '104355.441000', '104355.443000', '104355.446000', '104355.449000', '104355.457000', '104355.460000', '104355.463000', '104355.465000', '104355.468000', '104415.331000', '104415.334000', '104415.337000', '104415.339000', '104415.342000', '104415.344000', '104415.347000', '104415.349000', '104415.352000', '104415.355000', '104415.357000', '104415.360000', '104415.362000', '104415.365000', '104415.367000', '104415.370000', '104415.372000', '104415.375000', '104415.377000', '104415.380000', '104415.382000', '104415.385000', '104415.388000', '104415.390000', '104415.393000', '104415.395000', '104415.398000', '104415.400000', '104415.403000', '104415.406000', '104415.408000', '104415.411000', '104415.413000', '104415.416000', '104415.418000', '104415.421000', '104415.423000', '104415.426000', '104415.428000', '104415.431000', '104415.434000', '104415.436000', '104415.439000', '104415.442000', '104435.332000', '104435.335000', '104435.338000', '104435.341000', '104435.343000', '104435.365000', '104435.368000', '104435.370000', '104435.373000', '104435.375000', '104435.378000', '104435.381000', '104435.383000', '104435.386000', '104435.389000', '104435.392000', '104435.394000', '104435.397000', '104435.400000', '104435.402000', '104435.405000', '104435.407000', '104435.410000', '104435.412000', '104435.415000', '104435.417000', '104435.420000', '104435.423000', '104435.425000', '104435.428000', '104435.430000', '104435.433000', '104435.435000', '104435.438000', '104435.440000', '104435.443000', '104435.446000', '104435.448000', '104435.451000', '104435.453000', '104435.456000', '104435.459000', '104435.461000', '104455.332000', '104455.335000', '104455.338000', '104455.340000', '104455.343000', '104455.345000', '104455.348000', '104455.351000', '104455.353000', '104455.356000', '104455.358000', '104455.361000', '104455.363000', '104455.366000', '104455.369000', '104455.371000', '104455.374000', '104455.377000', '104455.379000', '104455.382000', '104455.384000', '104455.387000', '104455.389000', '104455.392000', '104455.394000', '104455.397000', '104455.399000', '104455.402000', '104455.405000', '104455.407000', '104455.410000', '104455.412000', '104455.415000', '104455.417000', '104455.420000', '104455.422000', '104455.425000', '104455.428000', '104455.430000', '104455.433000', '104455.435000', '104455.438000', '104455.440000', '104455.443000', '104515.333000', '104515.335000', '104515.338000', '104515.341000', '104515.343000', '104515.346000', '104515.348000', '104515.351000', '104515.353000', '104515.356000', '104515.358000', '104515.361000', '104515.363000', '104515.366000', '104515.369000', '104515.371000', '104515.374000', '104515.376000', '104515.379000', '104515.381000', '104515.384000', '104515.387000', '104515.389000', '104515.392000', '104515.394000', '104515.397000', '104515.399000', '104515.402000', '104515.404000', '104515.407000', '104515.409000', '104515.412000', '104515.415000', '104515.417000', '104515.420000', '104515.422000', '104515.425000', '104515.427000', '104515.430000', '104515.432000', '104515.435000', '104515.437000', '104515.440000', '104535.333000', '104535.335000', '104535.338000', '104535.341000', '104535.343000', '104535.346000', '104535.348000', '104535.351000', '104535.353000', '104535.356000', '104535.358000', '104535.361000', '104535.364000', '104535.378000', '104535.380000', '104535.383000', '104535.385000', '104535.388000', '104535.390000', '104535.393000', '104535.396000', '104535.398000', '104535.401000', '104535.403000', '104535.406000', '104535.409000', '104535.411000', '104535.414000', '104535.416000', '104535.419000', '104535.422000', '104535.424000', '104535.427000', '104535.429000', '104535.432000', '104535.434000', '104535.437000', '104535.440000', '104535.442000', '104535.445000', '104535.447000', '104535.450000', '104535.453000', '104535.455000', '104555.333000', '104555.335000', '104555.338000', '104555.341000', '104555.343000', '104555.346000', '104555.348000', '104555.351000', '104555.354000', '104555.356000', '104555.359000', '104555.361000', '104555.364000', '104555.367000', '104555.369000', '104555.372000', '104555.374000', '104555.377000', '104555.379000', '104555.382000', '104555.384000', '104555.387000', '104555.390000', '104555.392000', '104555.395000', '104555.397000', '104555.400000', '104555.403000', '104555.405000', '104555.408000', '104555.410000', '104555.413000', '104555.415000', '104555.418000', '104555.420000', '104555.423000', '104555.426000', '104555.428000', '104555.431000', '104555.433000', '104555.436000', '104555.438000', '104555.441000', '104615.333000', '104615.335000', '104615.338000', '104615.340000', '104615.344000', '104615.347000', '104615.349000', '104615.352000', '104615.355000', '104615.357000', '104615.360000', '104615.362000', '104615.365000', '104615.367000', '104615.370000', '104615.373000', '104615.375000', '104615.378000', '104615.380000', '104615.383000', '104615.385000', '104615.388000', '104615.390000', '104615.393000', '104615.396000', '104615.399000', '104615.401000', '104615.404000', '104615.407000', '104615.409000', '104615.412000', '104615.414000', '104615.417000', '104615.420000', '104615.422000', '104615.425000', '104615.427000', '104615.430000', '104615.432000', '104615.435000', '104615.438000', '104615.440000', '104615.443000', '104615.445000', '104635.332000', '104635.334000', '104635.337000', '104635.340000', '104635.342000', '104635.345000', '104635.347000', '104635.350000', '104635.352000', '104635.355000', '104635.358000', '104635.360000', '104635.363000', '104635.365000', '104635.368000', '104635.371000', '104635.373000', '104635.376000', '104635.378000', '104635.381000', '104635.383000', '104635.386000', '104635.389000', '104635.391000', '104635.394000', '104635.396000', '104635.399000', '104635.401000', '104635.404000', '104635.406000', '104635.409000', '104635.412000', '104635.414000', '104635.417000', '104635.419000', '104635.422000', '104635.424000', '104635.427000', '104635.430000', '104635.432000', '104635.435000', '104635.437000', '104635.440000', '104655.332000', '104655.335000', '104655.338000', '104655.340000', '104655.343000', '104655.346000', '104655.348000', '104655.351000', '104655.353000', '104655.356000', '104655.358000', '104655.361000', '104655.364000', '104655.366000', '104655.369000', '104655.371000', '104655.374000', '104655.376000', '104655.379000', '104655.382000', '104655.384000', '104655.387000', '104655.389000', '104655.392000', '104655.395000', '104655.397000', '104655.400000', '104655.402000', '104655.405000', '104655.408000', '104655.410000', '104655.413000', '104655.415000', '104655.418000', '104655.420000', '104655.423000', '104655.426000', '104655.428000', '104655.431000', '104655.433000', '104655.436000', '104655.438000', '104655.441000', '104655.444000', '104715.333000', '104715.336000', '104715.338000', '104715.341000', '104715.343000', '104715.346000', '104715.348000', '104715.351000', '104715.354000', '104715.356000', '104715.359000', '104715.361000', '104715.364000', '104715.367000', '104715.369000', '104715.372000', '104715.374000', '104715.377000', '104715.380000', '104715.382000', '104715.385000', '104715.387000', '104715.390000', '104715.392000', '104715.395000', '104715.398000', '104715.400000', '104715.403000', '104715.405000', '104715.408000', '104715.410000', '104715.413000', '104715.416000', '104715.418000', '104715.421000', '104715.423000', '104715.426000', '104715.429000', '104715.431000', '104715.434000', '104715.436000', '104715.439000', '104715.441000', '104735.333000', '104735.335000', '104735.338000', '104735.341000', '104735.343000', '104735.346000', '104735.348000', '104735.351000', '104735.354000', '104735.356000', '104735.359000', '104735.361000', '104735.364000', '104735.367000', '104735.369000', '104735.372000', '104735.375000', '104735.377000', '104735.380000', '104735.382000', '104735.387000', '104735.389000', '104735.392000', '104735.395000', '104735.397000', '104735.400000', '104735.403000', '104735.405000', '104735.408000', '104735.410000', '104735.413000', '104735.415000', '104735.418000', '104735.421000', '104735.423000', '104735.426000', '104735.428000', '104735.431000', '104735.434000', '104735.436000', '104735.439000', '104735.442000', '104735.444000', '104755.333000', '104755.336000', '104755.338000', '104755.341000', '104755.343000', '104755.346000', '104755.349000', '104755.351000', '104755.354000', '104755.356000', '104755.359000', '104755.362000', '104755.364000', '104755.367000', '104755.370000', '104755.372000', '104755.375000', '104755.377000', '104755.380000', '104755.383000', '104755.385000', '104755.388000', '104755.390000', '104755.393000', '104755.396000', '104755.398000', '104755.401000', '104755.403000', '104755.406000', '104755.409000', '104755.411000', '104755.414000', '104755.416000', '104755.419000', '104755.422000', '104755.424000', '104755.427000', '104755.430000', '104755.432000', '104755.435000', '104755.437000', '104755.440000', '104755.442000', '104755.445000', '104815.333000', '104815.335000', '104815.338000', '104815.341000', '104815.343000', '104815.346000', '104815.348000', '104815.351000', '104815.354000', '104815.356000', '104815.359000', '104815.361000', '104815.364000', '104815.366000', '104815.369000', '104815.372000', '104815.374000', '104815.377000', '104815.380000', '104815.382000', '104815.385000', '104815.387000', '104815.390000', '104815.393000', '104815.395000', '104815.398000', '104815.400000', '104815.403000', '104815.405000', '104815.408000', '104815.411000', '104815.413000', '104815.416000', '104815.419000', '104815.421000', '104815.424000', '104815.426000', '104815.429000', '104815.431000', '104815.434000', '104815.436000', '104815.439000', '104815.442000', '104835.332000', '104835.335000', '104835.338000', '104835.340000', '104835.343000', '104835.346000', '104835.348000', '104835.351000', '104835.353000', '104835.356000', '104835.358000', '104835.361000', '104835.364000', '104835.366000', '104835.369000', '104835.371000', '104835.374000', '104835.377000', '104835.379000', '104835.382000', '104835.437000', '104835.440000', '104835.442000', '104835.445000', '104835.447000', '104835.450000', '104835.453000', '104835.455000', '104835.458000', '104835.460000', '104835.463000', '104835.466000', '104835.468000', '104835.471000', '104835.473000', '104835.476000', '104835.478000', '104835.481000', '104835.484000', '104835.486000', '104835.489000', '104835.491000', '104835.494000', '104835.496000', '104855.331000', '104855.334000', '104855.337000', '104855.339000', '104855.342000', '104855.345000', '104855.347000', '104855.350000', '104855.352000', '104855.355000', '104855.358000', '104855.361000', '104855.364000', '104855.367000', '104855.369000', '104855.372000', '104855.374000', '104855.377000', '104855.380000', '104855.382000', '104855.385000', '104855.387000', '104855.390000', '104855.392000', '104855.395000', '104855.397000', '104855.400000', '104855.403000', '104855.405000', '104855.408000', '104855.410000', '104855.413000', '104855.416000', '104855.418000', '104855.421000', '104855.424000', '104855.427000', '104855.429000', '104855.432000', '104855.434000', '104855.437000', '104855.440000', '104855.442000', '104915.332000', '104915.335000', '104915.338000', '104915.340000', '104915.343000', '104915.346000', '104915.348000', '104915.351000', '104915.353000', '104915.356000', '104915.358000', '104915.361000', '104915.363000', '104915.366000', '104915.369000', '104915.371000', '104915.374000', '104915.376000', '104915.379000', '104915.382000', '104915.384000', '104915.387000', '104915.389000', '104915.392000', '104915.395000', '104915.397000', '104915.400000', '104915.402000', '104915.405000', '104915.407000', '104915.410000', '104915.413000', '104915.415000', '104915.418000', '104915.420000', '104915.423000', '104915.425000', '104915.428000', '104915.431000', '104915.433000', '104915.436000', '104915.438000', '104915.441000', '104915.443000', '104935.333000', '104935.335000', '104935.338000', '104935.341000', '104935.343000', '104935.346000', '104935.348000', '104935.351000', '104935.354000', '104935.356000', '104935.359000', '104935.361000', '104935.364000', '104935.368000', '104935.370000', '104935.373000', '104935.376000', '104935.378000', '104935.381000', '104935.384000', '104935.386000', '104935.389000', '104935.391000', '104935.394000', '104935.396000', '104935.399000', '104935.401000', '104935.404000', '104935.407000', '104935.409000', '104935.412000', '104935.414000', '104935.417000', '104935.420000', '104935.422000', '104935.425000', '104935.427000', '104935.430000', '104935.432000', '104935.435000', '104935.437000', '104935.440000', '104935.442000', '104955.333000', '104955.336000', '104955.338000', '104955.341000', '104955.343000', '104955.346000', '104955.349000', '104955.351000', '104955.354000', '104955.356000', '104955.359000', '104955.361000', '104955.364000', '104955.366000', '104955.369000', '104955.372000', '104955.374000', '104955.377000', '104955.380000', '104955.382000', '104955.385000', '104955.387000', '104955.390000', '104955.392000', '104955.395000', '104955.398000', '104955.400000', '104955.403000', '104955.405000', '104955.408000', '104955.410000', '104955.433000', '104955.435000', '104955.438000', '104955.440000', '104955.443000', '104955.445000', '104955.448000', '104955.450000', '104955.453000', '104955.458000', '104955.461000', '104955.463000', '104955.466000', '105005.293000', '105005.296000', '105005.299000', '105005.301000', '105005.304000', '105005.307000', '105005.309000', '105005.312000', '105005.315000', '105005.317000', '105005.320000', '105005.323000', '105005.326000', '105005.329000', '105005.331000', '105005.334000', '105005.337000', '105005.339000', '105005.342000', '105005.344000', '105005.347000', '105005.349000'], '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': [17990, 11267, 12407, 13350, 12323, 10698, 13668, 11513, 10290, 12869, 16905, 13782, 13758, 17868, 13790, 11687, 11429, 15485, 12349, 11173, 17461, 12343, 9745, 15383, 12690, 10525, 15725, 13805, 11157, 11531, 14653, 12121, 14346, 14951, 12072, 13242, 13847, 11023, 17317, 13509, 11138, 14783, 11533, 11296, 15047, 12718, 17977, 13367, 10932, 17526, 12684, 10397, 16872, 13323, 11016, 15563, 12858, 11459, 14511, 12179, 11756, 14503, 12403, 16447, 13879, 10864, 15850, 13094, 15535, 13887, 10358, 16002, 12042, 13445, 13914, 10505, 14948, 11618, 17143, 12465, 12299, 14118, 10757, 15417, 12494, 16059, 13240, 10929, 13844, 10314, 15734, 13269, 11433, 14075, 10476, 15524, 13295, 13265, 13646, 10833, 14594, 14722, 12395, 13642, 11524, 12285, 14164, 11301, 16675, 12549, 13588, 12788, 18927, 13306, 15676, 12361, 15127, 11601, 14127, 10409, 13871, 10262, 14015, 11078, 15770, 11768, 16976, 12537, 16062, 13221, 18012, 13307, 16551, 12001, 17235, 11995, 16469, 12972, 15740, 12575, 15178, 12051, 14465, 10871, 14177, 11642, 12973, 11274, 12048, 16557, 11752, 15376, 12411, 14564, 11364, 14231, 11210, 14387, 10694, 14191, 11136, 12977, 10818, 11874, 12810, 11924, 16837, 12273, 12481, 11364, 11349, 13740, 12486, 14673, 10495, 14814, 11305, 16521, 11233, 15203, 11344, 14872, 13116, 13391, 17448, 13192, 14240, 11661, 16969, 11808, 15630, 11784, 13895, 10965, 14132, 11091, 14818, 12453, 15351, 11952, 16934, 12182, 12717, 13065, 11342, 13575, 11838, 14526, 12342, 13642, 19044, 12934, 14967, 11404, 14039, 11706, 13800, 11116, 13943, 11496, 13599, 13030, 12466, 17419, 12268, 14916, 11453, 14199, 10911, 13727, 10656, 13000, 12088, 12980, 10857, 13314, 10287, 14535, 11021, 14301, 11213, 15150, 12012, 15012, 11653, 14943, 12185, 13036, 13617, 13363, 12890, 11685, 16629, 12056, 14920, 11113, 13658, 10366, 12781, 12048, 12542, 18311, 12879, 15895, 11048, 15442, 11595, 14619, 12034, 14567, 11586, 14551, 11848, 14358, 10889, 14087, 14593, 12244, 15868, 11869, 13835, 12098, 13521, 10667, 13329, 9817, 13537, 12127, 12886, 16068, 12568, 13747, 11479, 12063, 17334, 11688, 14624, 11385, 13845, 10746, 12767, 10285, 13165, 11722, 15865, 10690, 21430, 15348, 12501, 13730, 11245, 16159, 12031, 10924, 14301, 11263, 14811, 11953, 16784, 12915, 14303, 10662, 13265, 13344, 11937, 13159, 11769, 10172, 11819, 9415, 14372, 11592, 14537, 11199, 15113, 11340, 14310, 12023, 12987, 17955, 12490, 14243, 10561, 12927, 10640, 12658, 9542, 14497, 11602, 14328, 11473, 13545, 11345, 13521, 11592, 13479, 18621, 12023, 14744, 11642, 12672, 16327, 11422, 12357, 8762, 10120, 15868, 11382, 13849, 12085, 12762, 9578, 12061, 13088, 10918, 15310, 10738, 13837, 11156, 12290, 14914, 12338, 16236, 11878, 15605, 11596, 14560, 11087, 14257, 12106, 13011, 15064, 11405, 16642, 12869, 15306, 10585, 12818, 10878, 13157, 11042, 11129, 17570, 12425, 14484, 11032, 14071, 10895, 13098, 13022, 11441, 16005, 11792, 15668, 12112, 10745, 11707, 9107, 12857, 16432, 12798, 16511, 11866, 15838, 11703, 14114, 11728, 12886, 16821, 11366, 15049, 10760, 12375, 15382, 10874, 15078, 10775, 13870, 10894, 14060, 10830, 14383, 10584, 14699, 12543, 16523, 12132, 12547, 11431, 17167, 11811, 15800, 12903, 14335, 11143, 12806, 13010, 12708, 11820, 11397, 10611, 15768, 10552, 14916, 12313, 12068, 12682, 16833, 13825, 15040, 10834, 13084, 16266, 11575, 15098, 10263, 12684, 10214, 11327, 17061, 10834, 13552, 10795, 13241, 9827, 13085, 11289, 12946, 16675, 12306, 14707, 10785, 12727, 17817, 11787, 14220, 11168, 13106, 10935, 11875, 14737, 11107, 16430, 9753, 13960, 10353, 13725, 10431, 12018, 11267, 11425, 8857, 13461, 9937, 17038, 12144, 16043, 17165, 12955, 13809, 10569, 13660, 10759, 14086, 10360, 14491, 11366, 15239, 11728, 11598, 10787, 8651, 15556, 13109, 10781, 12456, 11588, 16845, 11994, 18809, 15134, 14208, 15380, 13005, 17253, 14222, 10187, 15514, 11083, 15918, 11486, 15192, 11493, 13564, 11963, 12840, 15281, 13491, 10976, 12297, 9253, 15059, 11617, 16621, 12399, 13103, 14393, 11242, 13640, 11817, 17034, 12655, 15053, 14801, 12716, 13913, 11304, 18167, 12800, 15668, 11905, 15615, 11598, 20642, 15430, 15533, 11561, 10094, 11747, 9971, 13000, 19434, 12107, 14526, 10212, 12512, 11322, 11904, 14987, 12008, 10039, 10856, 10055, 11010, 12404, 14221, 15828, 12608, 11223, 13739, 11410, 14137, 13119, 12563, 11572, 11986, 17710, 12235, 16286, 11982, 15203, 11479, 16468, 12726, 16381, 11814, 13544, 11011, 15892, 11454, 15982, 11535, 15749, 11953, 15500, 12222, 13981, 18534, 13057, 15504, 13147, 11525, 17700, 11182, 13314, 11976, 10474, 15832, 10913, 12929, 10158, 11024, 17129, 10808, 14393, 11042, 13187, 10147, 10438, 17539, 11161, 15502, 10994, 13492, 14298, 10939, 15975, 11317, 14816, 11058, 15418, 11626, 15942, 12848, 12272, 10679, 17721, 11680, 15481, 11848, 14634, 13791, 14079, 12185, 12641, 14680, 11579, 16718, 12374, 15782, 12771, 14598, 12125, 12422, 12815, 10250, 16561, 11775, 15654, 11435, 14655, 10656, 11767, 10302, 11113, 11347, 12690, 11669, 14915, 10834, 13337, 10758, 16828, 12198, 15001, 19282, 12607, 15599, 11946, 13751, 10808, 11635, 13276, 11416, 17594, 11177, 15987, 11602, 14889, 11325, 13334, 10112, 12196, 12355, 10911, 15876, 10676, 12914, 11445, 10451, 15628, 10999, 14585, 11275, 14802, 11781, 17639, 13353, 11762, 11254, 11800, 12746, 17912, 13375, 15339, 11593, 13704, 10668, 12995, 12704, 14049, 13697, 14899, 11657, 13242, 12860, 13367, 20346, 13851, 17150, 12252, 16004, 12110, 14846, 10777, 15475, 10688, 13494, 10465, 13840, 10820, 14586, 11679, 15039, 10749, 14535, 12510, 12657, 17955, 12290, 15015, 10377, 13177, 10798, 11631, 10737, 11825, 12624, 13307, 9821, 12346, 10190, 12803, 18188, 12583, 15362, 11745, 12708, 17653, 11894, 14646, 10693, 13050, 11499, 11406, 16807, 11460, 15833, 12311, 15895, 11680, 15746, 11674, 16708, 12700, 16938, 12070, 16801, 12363, 16941, 13863, 16313, 12164, 15208, 11921, 15330, 11336, 14834, 11337, 13828, 14331, 12987, 14064, 11304, 16839, 12038, 15134, 11442, 13419, 15319, 12333, 13819, 10662, 15791, 11485, 15799, 12378, 15604, 12131, 14668, 18611, 12936, 16094, 12520, 14124, 11379, 12613, 16199, 11910, 12679, 13325, 9675], 'WindowCenter': [4637.0, 4568.0, 4565.0, 4562.0, 4565.0, 4556.0, 4575.0, 4567.0, 4560.0, 4579.0, 4610.0, 4578.0, 4579.0, 4598.0, 4577.0, 4569.0, 4556.0, 4586.0, 4555.0, 4543.0, 4584.0, 4553.0, 4534.0, 4572.0, 4562.0, 4546.0, 4586.0, 4575.0, 4568.0, 4556.0, 4585.0, 4566.0, 4575.0, 4576.0, 4555.0, 4564.0, 4563.0, 4543.0, 4584.0, 4563.0, 4544.0, 4561.0, 4540.0, 4529.0, 4561.0, 4552.0, 4581.0, 4549.0, 4518.0, 4568.0, 4539.0, 4532.0, 4583.0, 4562.0, 4542.0, 4572.0, 4550.0, 4540.0, 4572.0, 4552.0, 4553.0, 4573.0, 4565.0, 4585.0, 4575.0, 4545.0, 4573.0, 4562.0, 4584.0, 4575.0, 4534.0, 4582.0, 4553.0, 4563.0, 4563.0, 4542.0, 4573.0, 4553.0, 4582.0, 4553.0, 4552.0, 4574.0, 4544.0, 4583.0, 4563.0, 4584.0, 4564.0, 4544.0, 4574.0, 4532.0, 4583.0, 4564.0, 4555.0, 4588.0, 4545.0, 4583.0, 4565.0, 4562.0, 4562.0, 4543.0, 4573.0, 4575.0, 4553.0, 4563.0, 4554.0, 4554.0, 4575.0, 4544.0, 4582.0, 4553.0, 4548.0, 4549.0, 4580.0, 4550.0, 4557.0, 4537.0, 4544.0, 4514.0, 4533.0, 4502.0, 4530.0, 4504.0, 4556.0, 4539.0, 4567.0, 4553.0, 4591.0, 4564.0, 4594.0, 4577.0, 4607.0, 4589.0, 4595.0, 4579.0, 4607.0, 4568.0, 4596.0, 4576.0, 4584.0, 4565.0, 4572.0, 4551.0, 4561.0, 4529.0, 4560.0, 4528.0, 4549.0, 4526.0, 4538.0, 4566.0, 4536.0, 4556.0, 4537.0, 4556.0, 4551.0, 4558.0, 4538.0, 4558.0, 4516.0, 4558.0, 4527.0, 4548.0, 4527.0, 4550.0, 4548.0, 4550.0, 4581.0, 4563.0, 4561.0, 4551.0, 4540.0, 4572.0, 4562.0, 4583.0, 4542.0, 4583.0, 4553.0, 4595.0, 4555.0, 4584.0, 4543.0, 4573.0, 4550.0, 4551.0, 4570.0, 4549.0, 4546.0, 4527.0, 4565.0, 4526.0, 4555.0, 4525.0, 4544.0, 4514.0, 4547.0, 4526.0, 4556.0, 4533.0, 4541.0, 4534.0, 4577.0, 4551.0, 4545.0, 4560.0, 4538.0, 4547.0, 4536.0, 4556.0, 4534.0, 4545.0, 4576.0, 4537.0, 4558.0, 4524.0, 4531.0, 4511.0, 4530.0, 4512.0, 4532.0, 4510.0, 4531.0, 4520.0, 4522.0, 4552.0, 4521.0, 4540.0, 4512.0, 4531.0, 4512.0, 4531.0, 4500.0, 4533.0, 4521.0, 4532.0, 4512.0, 4543.0, 4515.0, 4555.0, 4525.0, 4557.0, 4526.0, 4556.0, 4536.0, 4556.0, 4537.0, 4556.0, 4524.0, 4537.0, 4544.0, 4535.0, 4534.0, 4524.0, 4552.0, 4511.0, 4531.0, 4500.0, 4520.0, 4488.0, 4520.0, 4510.0, 4510.0, 4549.0, 4508.0, 4526.0, 4498.0, 4526.0, 4497.0, 4527.0, 4508.0, 4527.0, 4509.0, 4527.0, 4509.0, 4528.0, 4499.0, 4531.0, 4527.0, 4508.0, 4540.0, 4508.0, 4518.0, 4508.0, 4518.0, 4487.0, 4529.0, 4498.0, 4529.0, 4507.0, 4518.0, 4539.0, 4508.0, 4518.0, 4496.0, 4509.0, 4537.0, 4507.0, 4526.0, 4496.0, 4517.0, 4498.0, 4530.0, 4511.0, 4543.0, 4534.0, 4565.0, 4538.0, 4619.0, 4596.0, 4561.0, 4573.0, 4553.0, 4582.0, 4552.0, 4540.0, 4572.0, 4554.0, 4559.0, 4540.0, 4570.0, 4536.0, 4535.0, 4501.0, 4523.0, 4519.0, 4511.0, 4519.0, 4511.0, 4499.0, 4510.0, 4490.0, 4544.0, 4526.0, 4556.0, 4525.0, 4555.0, 4514.0, 4544.0, 4510.0, 4521.0, 4539.0, 4507.0, 4517.0, 4486.0, 4505.0, 4484.0, 4504.0, 4487.0, 4540.0, 4534.0, 4549.0, 4536.0, 4545.0, 4511.0, 4533.0, 4512.0, 4543.0, 4551.0, 4520.0, 4531.0, 4498.0, 4519.0, 4540.0, 4509.0, 4522.0, 4466.0, 4487.0, 4526.0, 4495.0, 4515.0, 4506.0, 4515.0, 4488.0, 4520.0, 4516.0, 4511.0, 4541.0, 4513.0, 4543.0, 4511.0, 4535.0, 4555.0, 4546.0, 4568.0, 4536.0, 4554.0, 4526.0, 4554.0, 4523.0, 4559.0, 4523.0, 4546.0, 4543.0, 4519.0, 4553.0, 4522.0, 4541.0, 4500.0, 4522.0, 4509.0, 4532.0, 4510.0, 4526.0, 4565.0, 4533.0, 4541.0, 4512.0, 4542.0, 4511.0, 4533.0, 4531.0, 4525.0, 4554.0, 4525.0, 4567.0, 4536.0, 4537.0, 4549.0, 4519.0, 4558.0, 4569.0, 4549.0, 4566.0, 4536.0, 4566.0, 4537.0, 4558.0, 4524.0, 4534.0, 4551.0, 4511.0, 4530.0, 4486.0, 4508.0, 4526.0, 4497.0, 4526.0, 4498.0, 4527.0, 4509.0, 4540.0, 4524.0, 4538.0, 4512.0, 4541.0, 4534.0, 4565.0, 4546.0, 4545.0, 4550.0, 4577.0, 4537.0, 4556.0, 4534.0, 4543.0, 4525.0, 4534.0, 4521.0, 4522.0, 4510.0, 4523.0, 4513.0, 4555.0, 4525.0, 4554.0, 4536.0, 4547.0, 4548.0, 4568.0, 4533.0, 4532.0, 4488.0, 4520.0, 4528.0, 4496.0, 4515.0, 4473.0, 4491.0, 4460.0, 4470.0, 4509.0, 4479.0, 4501.0, 4496.0, 4516.0, 4498.0, 4530.0, 4508.0, 4520.0, 4538.0, 4520.0, 4530.0, 4498.0, 4519.0, 4549.0, 4519.0, 4540.0, 4508.0, 4539.0, 4506.0, 4520.0, 4526.0, 4509.0, 4550.0, 4488.0, 4514.0, 4501.0, 4542.0, 4512.0, 4535.0, 4525.0, 4513.0, 4480.0, 4533.0, 4473.0, 4580.0, 4551.0, 4598.0, 4594.0, 4566.0, 4536.0, 4516.0, 4546.0, 4513.0, 4543.0, 4513.0, 4558.0, 4539.0, 4583.0, 4564.0, 4564.0, 4566.0, 4522.0, 4594.0, 4575.0, 4554.0, 4576.0, 4566.0, 4609.0, 4582.0, 4609.0, 4600.0, 4587.0, 4587.0, 4577.0, 4595.0, 4574.0, 4547.0, 4584.0, 4556.0, 4572.0, 4541.0, 4573.0, 4526.0, 4548.0, 4536.0, 4547.0, 4568.0, 4561.0, 4528.0, 4538.0, 4506.0, 4558.0, 4541.0, 4582.0, 4565.0, 4563.0, 4572.0, 4542.0, 4560.0, 4553.0, 4583.0, 4550.0, 4576.0, 4559.0, 4550.0, 4548.0, 4541.0, 4567.0, 4550.0, 4558.0, 4538.0, 4557.0, 4525.0, 4582.0, 4545.0, 4544.0, 4524.0, 4503.0, 4535.0, 4503.0, 4535.0, 4564.0, 4522.0, 4530.0, 4487.0, 4508.0, 4496.0, 4509.0, 4526.0, 4520.0, 4502.0, 4511.0, 4502.0, 4524.0, 4533.0, 4558.0, 4567.0, 4537.0, 4527.0, 4558.0, 4526.0, 4558.0, 4547.0, 4549.0, 4536.0, 4539.0, 4578.0, 4538.0, 4567.0, 4535.0, 4553.0, 4525.0, 4554.0, 4535.0, 4555.0, 4534.0, 4545.0, 4526.0, 4568.0, 4554.0, 4590.0, 4553.0, 4578.0, 4552.0, 4570.0, 4537.0, 4560.0, 4579.0, 4536.0, 4557.0, 4535.0, 4512.0, 4542.0, 4496.0, 4517.0, 4494.0, 4485.0, 4525.0, 4495.0, 4506.0, 4486.0, 4498.0, 4546.0, 4498.0, 4541.0, 4506.0, 4519.0, 4499.0, 4513.0, 4561.0, 4525.0, 4554.0, 4512.0, 4544.0, 4541.0, 4513.0, 4553.0, 4526.0, 4556.0, 4524.0, 4569.0, 4538.0, 4579.0, 4560.0, 4549.0, 4556.0, 4605.0, 4576.0, 4583.0, 4549.0, 4573.0, 4560.0, 4561.0, 4548.0, 4555.0, 4571.0, 4565.0, 4579.0, 4536.0, 4568.0, 4523.0, 4544.0, 4511.0, 4521.0, 4508.0, 4488.0, 4536.0, 4507.0, 4538.0, 4496.0, 4526.0, 4484.0, 4505.0, 4484.0, 4508.0, 4510.0, 4519.0, 4508.0, 4551.0, 4523.0, 4542.0, 4525.0, 4564.0, 4520.0, 4542.0, 4560.0, 4519.0, 4528.0, 4507.0, 4528.0, 4499.0, 4510.0, 4516.0, 4496.0, 4536.0, 4497.0, 4525.0, 4495.0, 4524.0, 4495.0, 4514.0, 4484.0, 4506.0, 4503.0, 4495.0, 4525.0, 4483.0, 4504.0, 4492.0, 4485.0, 4535.0, 4495.0, 4536.0, 4509.0, 4550.0, 4546.0, 4574.0, 4554.0, 4547.0, 4550.0, 4546.0, 4559.0, 4591.0, 4547.0, 4557.0, 4537.0, 4557.0, 4525.0, 4546.0, 4545.0, 4557.0, 4556.0, 4568.0, 4537.0, 4558.0, 4545.0, 4548.0, 4587.0, 4546.0, 4566.0, 4536.0, 4553.0, 4523.0, 4555.0, 4512.0, 4541.0, 4500.0, 4529.0, 4512.0, 4543.0, 4525.0, 4552.0, 4523.0, 4552.0, 4512.0, 4542.0, 4520.0, 4531.0, 4551.0, 4519.0, 4529.0, 4488.0, 4531.0, 4510.0, 4509.0, 4497.0, 4522.0, 4532.0, 4541.0, 4511.0, 4546.0, 4526.0, 4547.0, 4576.0, 4535.0, 4557.0, 4522.0, 4534.0, 4562.0, 4523.0, 4543.0, 4513.0, 4544.0, 4520.0, 4525.0, 4562.0, 4535.0, 4566.0, 4547.0, 4577.0, 4550.0, 4578.0, 4550.0, 4590.0, 4575.0, 4591.0, 4562.0, 4578.0, 4562.0, 4581.0, 4560.0, 4580.0, 4551.0, 4567.0, 4549.0, 4567.0, 4539.0, 4559.0, 4528.0, 4558.0, 4555.0, 4547.0, 4555.0, 4526.0, 4566.0, 4536.0, 4556.0, 4523.0, 4547.0, 4555.0, 4534.0, 4531.0, 4514.0, 4553.0, 4536.0, 4566.0, 4548.0, 4569.0, 4547.0, 4570.0, 4578.0, 4547.0, 4557.0, 4535.0, 4544.0, 4524.0, 4537.0, 4566.0, 4536.0, 4534.0, 4545.0, 4516.0], 'WindowWidth': [10145.0, 10026.0, 10015.0, 10002.0, 10014.0, 10005.0, 10029.0, 10020.0, 10015.0, 10036.0, 10086.0, 10036.0, 10037.0, 10066.0, 10032.0, 10022.0, 10001.0, 10041.0, 9996.0, 9977.0, 10039.0, 9991.0, 9968.0, 10017.0, 10005.0, 9988.0, 10043.0, 10027.0, 10020.0, 10001.0, 10039.0, 10013.0, 10026.0, 10028.0, 9998.0, 10007.0, 10005.0, 9976.0, 10042.0, 10008.0, 9980.0, 9998.0, 9969.0, 9952.0, 10000.0, 9989.0, 10030.0, 9980.0, 9932.0, 10004.0, 9966.0, 9960.0, 10036.0, 10005.0, 9975.0, 10018.0, 9983.0, 9967.0, 10019.0, 9989.0, 9992.0, 10020.0, 10014.0, 10045.0, 10028.0, 9983.0, 10022.0, 10004.0, 10040.0, 10028.0, 9967.0, 10035.0, 9994.0, 10008.0, 10008.0, 9977.0, 10023.0, 9994.0, 10033.0, 9994.0, 9991.0, 10026.0, 9983.0, 10038.0, 10009.0, 10040.0, 10012.0, 9981.0, 10024.0, 9963.0, 10039.0, 10010.0, 10000.0, 10051.0, 9985.0, 10037.0, 10012.0, 10005.0, 10002.0, 9979.0, 10021.0, 10026.0, 9992.0, 10008.0, 9997.0, 9996.0, 10027.0, 9980.0, 10034.0, 9994.0, 9978.0, 9981.0, 10034.0, 9982.0, 9989.0, 9960.0, 9967.0, 9922.0, 9949.0, 9905.0, 9941.0, 9911.0, 9986.0, 9969.0, 10006.0, 9994.0, 10046.0, 10014.0, 10057.0, 10034.0, 10080.0, 10055.0, 10060.0, 10039.0, 10077.0, 10025.0, 10060.0, 10029.0, 10039.0, 10012.0, 10019.0, 9986.0, 10003.0, 9952.0, 9998.0, 9951.0, 9980.0, 9945.0, 9963.0, 10004.0, 9959.0, 9989.0, 9962.0, 9988.0, 9990.0, 9994.0, 9965.0, 9993.0, 9932.0, 9993.0, 9947.0, 9981.0, 9950.0, 9986.0, 9979.0, 9987.0, 10035.0, 10011.0, 10002.0, 9989.0, 9972.0, 10019.0, 10004.0, 10036.0, 9977.0, 10038.0, 9993.0, 10057.0, 10000.0, 10040.0, 9979.0, 10024.0, 9984.0, 9987.0, 10019.0, 9981.0, 9973.0, 9947.0, 10000.0, 9946.0, 9987.0, 9943.0, 9968.0, 9927.0, 9977.0, 9945.0, 9990.0, 9950.0, 9962.0, 9955.0, 10021.0, 9990.0, 9972.0, 10000.0, 9965.0, 9976.0, 9958.0, 9989.0, 9953.0, 9973.0, 10023.0, 9963.0, 9996.0, 9937.0, 9946.0, 9914.0, 9943.0, 9921.0, 9948.0, 9912.0, 9946.0, 9928.0, 9934.0, 9980.0, 9931.0, 9956.0, 9920.0, 9944.0, 9921.0, 9947.0, 9900.0, 9950.0, 9932.0, 9946.0, 9920.0, 9964.0, 9931.0, 9986.0, 9945.0, 9991.0, 9946.0, 9989.0, 9959.0, 9988.0, 9963.0, 9988.0, 9939.0, 9960.0, 9968.0, 9955.0, 9952.0, 9940.0, 9978.0, 9917.0, 9948.0, 9899.0, 9928.0, 9878.0, 9927.0, 9913.0, 9912.0, 9971.0, 9907.0, 9932.0, 9895.0, 9930.0, 9892.0, 9931.0, 9907.0, 9933.0, 9910.0, 9933.0, 9913.0, 9938.0, 9898.0, 9946.0, 9934.0, 9910.0, 9959.0, 9906.0, 9924.0, 9907.0, 9925.0, 9878.0, 9941.0, 9896.0, 9941.0, 9907.0, 9925.0, 9956.0, 9906.0, 9923.0, 9886.0, 9911.0, 9950.0, 9904.0, 9932.0, 9889.0, 9921.0, 9896.0, 9942.0, 9920.0, 9965.0, 9952.0, 10000.0, 9970.0, 10114.0, 10061.0, 10003.0, 10022.0, 9994.0, 10032.0, 9989.0, 9970.0, 10019.0, 9996.0, 9995.0, 9971.0, 10019.0, 9959.0, 9956.0, 9900.0, 9935.0, 9925.0, 9914.0, 9925.0, 9915.0, 9897.0, 9913.0, 9887.0, 9967.0, 9944.0, 9986.0, 9941.0, 9985.0, 9924.0, 9968.0, 9910.0, 9927.0, 9956.0, 9903.0, 9918.0, 9873.0, 9897.0, 9866.0, 9896.0, 9879.0, 9959.0, 9956.0, 9976.0, 9963.0, 9972.0, 9917.0, 9952.0, 9921.0, 9967.0, 9979.0, 9928.0, 9947.0, 9894.0, 9925.0, 9963.0, 9913.0, 9934.0, 9849.0, 9879.0, 9933.0, 9885.0, 9913.0, 9901.0, 9915.0, 9883.0, 9929.0, 9921.0, 9920.0, 9961.0, 9924.0, 9966.0, 9917.0, 9958.0, 9983.0, 9973.0, 10010.0, 9962.0, 9984.0, 9945.0, 9981.0, 9937.0, 9996.0, 9938.0, 9972.0, 9965.0, 9929.0, 9981.0, 9934.0, 9960.0, 9900.0, 9933.0, 9911.0, 9946.0, 9914.0, 9946.0, 10005.0, 9952.0, 9961.0, 9919.0, 9963.0, 9916.0, 9949.0, 9943.0, 9942.0, 9985.0, 9942.0, 10004.0, 9962.0, 9965.0, 9987.0, 9944.0, 9998.0, 10014.0, 9982.0, 10004.0, 9961.0, 10005.0, 9965.0, 9996.0, 9941.0, 9956.0, 9980.0, 9915.0, 9946.0, 9875.0, 9907.0, 9932.0, 9890.0, 9934.0, 9896.0, 9936.0, 9914.0, 9956.0, 9939.0, 9958.0, 9922.0, 9961.0, 9954.0, 10001.0, 9976.0, 9973.0, 9988.0, 10023.0, 9965.0, 9992.0, 9952.0, 9967.0, 9944.0, 9957.0, 9931.0, 9933.0, 9914.0, 9935.0, 9922.0, 9988.0, 9943.0, 9982.0, 9960.0, 9976.0, 9980.0, 10013.0, 9949.0, 9949.0, 9876.0, 9929.0, 9939.0, 9888.0, 9915.0, 9849.0, 9874.0, 9827.0, 9841.0, 9897.0, 9855.0, 9888.0, 9891.0, 9917.0, 9897.0, 9945.0, 9908.0, 9929.0, 9954.0, 9929.0, 9943.0, 9893.0, 9926.0, 9972.0, 9927.0, 9960.0, 9913.0, 9958.0, 9904.0, 9929.0, 9929.0, 9913.0, 9974.0, 9882.0, 9912.0, 9905.0, 9961.0, 9920.0, 9960.0, 9943.0, 9919.0, 9866.0, 9949.0, 9847.0, 10026.0, 9988.0, 10068.0, 10059.0, 10018.0, 9953.0, 9927.0, 9976.0, 9924.0, 9965.0, 9921.0, 9994.0, 9970.0, 10040.0, 10014.0, 10016.0, 10022.0, 9954.0, 10056.0, 10029.0, 9996.0, 10031.0, 10016.0, 10084.0, 10050.0, 10093.0, 10072.0, 10049.0, 10051.0, 10035.0, 10059.0, 10026.0, 9992.0, 10041.0, 10003.0, 10019.0, 9972.0, 10022.0, 9943.0, 9978.0, 9957.0, 9978.0, 10011.0, 10005.0, 9952.0, 9966.0, 9917.0, 9992.0, 9974.0, 10035.0, 10012.0, 10005.0, 10021.0, 9979.0, 9999.0, 9994.0, 10040.0, 9982.0, 10030.0, 9997.0, 9985.0, 9977.0, 9973.0, 10009.0, 9984.0, 9994.0, 9965.0, 9994.0, 9941.0, 10053.0, 9976.0, 9970.0, 9940.0, 9909.0, 9956.0, 9912.0, 9957.0, 10000.0, 9933.0, 9942.0, 9876.0, 9906.0, 9888.0, 9908.0, 9931.0, 9927.0, 9905.0, 9919.0, 9907.0, 9942.0, 9951.0, 9996.0, 10005.0, 9963.0, 9948.0, 9994.0, 9946.0, 9994.0, 9975.0, 9982.0, 9959.0, 9969.0, 10024.0, 9969.0, 10007.0, 9959.0, 9981.0, 9944.0, 9984.0, 9957.0, 9984.0, 9955.0, 9974.0, 9947.0, 10010.0, 9999.0, 10047.0, 9996.0, 10026.0, 9991.0, 10017.0, 9964.0, 9999.0, 10031.0, 9961.0, 9993.0, 9954.0, 9920.0, 9969.0, 9890.0, 9920.0, 9883.0, 9871.0, 9929.0, 9887.0, 9902.0, 9874.0, 9896.0, 9961.0, 9897.0, 9963.0, 9905.0, 9926.0, 9900.0, 9926.0, 9989.0, 9945.0, 9983.0, 9921.0, 9969.0, 9959.0, 9926.0, 9983.0, 9947.0, 9990.0, 9943.0, 10013.0, 9966.0, 10028.0, 10002.0, 9985.0, 10006.0, 10075.0, 10034.0, 10039.0, 9982.0, 10024.0, 10001.0, 10003.0, 9979.0, 9994.0, 10017.0, 10016.0, 10028.0, 9961.0, 10010.0, 9939.0, 9970.0, 9919.0, 9932.0, 9909.0, 9881.0, 9949.0, 9906.0, 9954.0, 9889.0, 9934.0, 9870.0, 9901.0, 9872.0, 9912.0, 9916.0, 9926.0, 9912.0, 9978.0, 9942.0, 9967.0, 9947.0, 10001.0, 9931.0, 9965.0, 9991.0, 9926.0, 9938.0, 9908.0, 9937.0, 9899.0, 9917.0, 9918.0, 9890.0, 9948.0, 9893.0, 9932.0, 9888.0, 9927.0, 9887.0, 9914.0, 9871.0, 9904.0, 9896.0, 9887.0, 9931.0, 9868.0, 9899.0, 9880.0, 9875.0, 9944.0, 9890.0, 9948.0, 9916.0, 9975.0, 9978.0, 10015.0, 9987.0, 9981.0, 9990.0, 9976.0, 9999.0, 10051.0, 9976.0, 9993.0, 9964.0, 9992.0, 9945.0, 9976.0, 9971.0, 9994.0, 9988.0, 10009.0, 9967.0, 9996.0, 9973.0, 9981.0, 10042.0, 9975.0, 10007.0, 9964.0, 9984.0, 9938.0, 9988.0, 9920.0, 9963.0, 9903.0, 9942.0, 9924.0, 9968.0, 9947.0, 9980.0, 9941.0, 9979.0, 9922.0, 9966.0, 9931.0, 9946.0, 9978.0, 9927.0, 9943.0, 9882.0, 9947.0, 9916.0, 9914.0, 9895.0, 9937.0, 9950.0, 9961.0, 9924.0, 9978.0, 9950.0, 9980.0, 10020.0, 9959.0, 9991.0, 9934.0, 9956.0, 9995.0, 9939.0, 9967.0, 9923.0, 9969.0, 9931.0, 9943.0, 9994.0, 9961.0, 10005.0, 9981.0, 10021.0, 9990.0, 10025.0, 9988.0, 10044.0, 10030.0, 10049.0, 10007.0, 10026.0, 10009.0, 10035.0, 10002.0, 10030.0, 9990.0, 10008.0, 9984.0, 10008.0, 9968.0, 9998.0, 9952.0, 9995.0, 9988.0, 9978.0, 9986.0, 9949.0, 10006.0, 9961.0, 9991.0, 9939.0, 9979.0, 9986.0, 9957.0, 9947.0, 9927.0, 9980.0, 9963.0, 10006.0, 9981.0, 10014.0, 9979.0, 10016.0, 10027.0, 9979.0, 9994.0, 9958.0, 9971.0, 9938.0, 9962.0, 10005.0, 9962.0, 9957.0, 9973.0, 9935.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.0019133371559633028</td></tr>
<tr><td colspan=3>aqi</td><td>0.05597414541284403</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.38965913260619</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1591806882089557</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9576165372789909</td></tr>
<tr><td colspan=3>efc</td><td>0.5107</td></tr>
<tr><td colspan=3>fber</td><td>3892.209</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20182021482085155</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>266</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.504587155963304</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4043496531723147</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2822947637676707</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.723372753251552</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2073814424977223</td></tr>
<tr><td colspan=3>gcor</td><td>0.0175399</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01583464816212654</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03626580908894539</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2335394179983235</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>35.3456</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.4544</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.679</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293255.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1101.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.9671</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1314</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.4181</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3705.4667</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83289.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.0129</td></tr>
<tr><td colspan=3>tsnr</td><td>29.22478898987174</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>