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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-03_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_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-0034/ses-03/func/sub-0034_ses-03_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>eac1743b31155c221411b28d4e70af63</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>11:19:10.965000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996126, 0.0875468, 0.00822924, -0.0876753, 0.981696, 0.169073]</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.101686</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7813, -7176, 518, -44, -231, 122, -1]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.328</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>97ff5ff7-4c00-49af-8fb1-7fd4e100cd32||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672534465789795, -0.23522651195526123, -0.018152572214603424, 123.28961181640625], [-0.2348816990852356, 2.633819103240967, 0.45667657256126404, -76.55280303955078], [0.022078460082411766, -0.4536101818084717, 2.661036729812622, -27.590028762817383], [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': ['111910.965000', '111911.425000', '111911.885000', '111912.345000', '111912.805000', '111913.265000', '111913.725000', '111914.185000', '111914.645000', '111915.105000', '111915.565000', '111916.025000', '111916.485000', '111916.945000', '111917.405000', '111917.865000', '111918.325000', '111918.785000', '111919.245000', '111919.705000', '111920.165000', '111920.625000', '111921.085000', '111921.545000', '111922.005000', '111922.465000', '111922.925000', '111923.385000', '111923.845000', '111924.305000', '111924.765000', '111925.225000', '111925.685000', '111926.145000', '111926.605000', '111927.065000', '111927.525000', '111927.985000', '111928.445000', '111928.905000', '111929.365000', '111929.825000', '111930.285000', '111930.745000', '111931.205000', '111931.665000', '111932.125000', '111932.585000', '111933.045000', '111933.505000', '111933.965000', '111934.425000', '111934.885000', '111935.345000', '111935.805000', '111936.265000', '111936.725000', '111937.185000', '111937.645000', '111938.105000', '111938.565000', '111939.025000', '111939.485000', '111939.945000', '111940.405000', '111940.865000', '111941.325000', '111941.785000', '111942.245000', '111942.705000', '111943.165000', '111943.625000', '111944.085000', '111944.545000', '111945.005000', '111945.465000', '111945.925000', '111946.385000', '111946.845000', '111947.305000', '111947.765000', '111948.225000', '111948.685000', '111949.145000', '111949.605000', '111950.065000', '111950.525000', '111950.985000', '111951.445000', '111951.905000', '111952.365000', '111952.825000', '111953.285000', '111953.745000', '111954.205000', '111954.665000', '111955.125000', '111955.585000', '111956.045000', '111956.505000', '111956.965000', '111957.425000', '111957.885000', '111958.345000', '111958.805000', '111959.265000', '111959.725000', '112000.185000', '112000.645000', '112001.105000', '112001.565000', '112002.025000', '112002.485000', '112002.945000', '112003.405000', '112003.865000', '112004.325000', '112004.785000', '112005.245000', '112005.705000', '112006.165000', '112006.625000', '112007.085000', '112007.545000', '112008.005000', '112008.465000', '112008.925000', '112009.385000', '112009.845000', '112010.305000', '112010.765000', '112011.225000', '112011.685000', '112012.145000', '112012.605000', '112013.065000', '112013.525000', '112013.985000', '112014.445000', '112014.905000', '112015.365000', '112015.825000', '112016.285000', '112016.745000', '112017.205000', '112017.665000', '112018.125000', '112018.585000', '112019.045000', '112019.505000', '112019.965000', '112020.425000', '112020.885000', '112021.345000', '112021.805000', '112022.265000', '112022.725000', '112023.185000', '112023.645000', '112024.105000', '112024.565000', '112025.025000', '112025.485000', '112025.945000', '112026.405000', '112026.865000', '112027.325000', '112027.785000', '112028.245000', '112028.705000', '112029.165000', '112029.625000', '112030.085000', '112030.545000', '112031.005000', '112031.465000', '112031.925000', '112032.385000', '112032.845000', '112033.305000', '112033.765000', '112034.225000', '112034.685000', '112035.145000', '112035.605000', '112036.065000', '112036.525000', '112036.985000', '112037.445000', '112037.905000', '112038.365000', '112038.825000', '112039.285000', '112039.745000', '112040.205000', '112040.665000', '112041.125000', '112041.585000', '112042.045000', '112042.505000', '112042.965000', '112043.425000', '112043.885000', '112044.345000', '112044.805000', '112045.265000', '112045.725000', '112046.185000', '112046.645000', '112047.105000', '112047.565000', '112048.025000', '112048.485000', '112048.945000', '112049.405000', '112049.865000', '112050.325000', '112050.785000', '112051.245000', '112051.705000', '112052.165000', '112052.625000', '112053.085000', '112053.545000', '112054.005000', '112054.465000', '112054.925000', '112055.385000', '112055.845000', '112056.305000', '112056.765000', '112057.225000', '112057.685000', '112058.145000', '112058.605000', '112059.065000', '112059.525000', '112059.985000', '112100.445000', '112100.905000', '112101.365000', '112101.825000', '112102.285000', '112102.745000', '112103.205000', '112103.665000', '112104.125000', '112104.585000', '112105.045000', '112105.505000', '112105.965000', '112106.425000', '112106.885000', '112107.345000', '112107.805000', '112108.265000', '112108.725000', '112109.185000', '112109.645000', '112110.105000', '112110.565000', '112111.025000', '112111.485000', '112111.945000', '112112.405000', '112112.865000', '112113.325000', '112113.785000', '112114.245000', '112114.705000', '112115.165000', '112115.625000', '112116.085000', '112116.545000', '112117.005000', '112117.465000', '112117.925000', '112118.385000', '112118.845000', '112119.305000', '112119.765000', '112120.225000', '112120.685000', '112121.145000', '112121.605000', '112122.065000', '112122.525000', '112122.985000', '112123.445000', '112123.905000', '112124.365000', '112124.825000', '112125.285000', '112125.745000', '112126.205000', '112126.665000', '112127.125000', '112127.585000', '112128.045000', '112128.505000', '112128.965000', '112129.425000', '112129.885000', '112130.345000', '112130.805000', '112131.265000', '112131.725000', '112132.185000', '112132.645000', '112133.105000', '112133.565000', '112134.025000', '112134.485000', '112134.945000', '112135.405000', '112135.865000', '112136.325000', '112136.785000', '112137.245000', '112137.705000', '112138.165000', '112138.625000', '112139.085000', '112139.545000', '112140.005000', '112140.465000', '112140.925000', '112141.385000', '112141.845000', '112142.305000', '112142.765000', '112143.225000', '112143.685000', '112144.145000', '112144.605000', '112145.065000', '112145.525000', '112145.985000', '112146.445000', '112146.905000', '112147.365000', '112147.825000', '112148.285000', '112148.745000', '112149.205000', '112149.665000', '112150.125000', '112150.585000', '112151.045000', '112151.505000', '112151.965000', '112152.425000', '112152.885000', '112153.345000', '112153.805000', '112154.265000', '112154.725000', '112155.185000', '112155.645000', '112156.105000', '112156.565000', '112157.025000', '112157.485000', '112157.945000', '112158.405000', '112158.865000', '112159.325000', '112159.785000', '112200.245000', '112200.705000', '112201.165000', '112201.625000', '112202.085000', '112202.545000', '112203.005000', '112203.465000', '112203.925000', '112204.385000', '112204.845000', '112205.305000', '112205.765000', '112206.225000', '112206.685000', '112207.145000', '112207.605000', '112208.065000', '112208.525000', '112208.985000', '112209.445000', '112209.905000', '112210.365000', '112210.825000', '112211.285000', '112211.745000', '112212.205000', '112212.665000', '112213.125000', '112213.585000', '112214.045000', '112214.505000', '112214.965000', '112215.425000', '112215.885000', '112216.345000', '112216.805000', '112217.265000', '112217.725000', '112218.185000', '112218.645000', '112219.105000', '112219.565000', '112220.025000', '112220.485000', '112220.945000', '112221.405000', '112221.865000', '112222.325000', '112222.785000', '112223.245000', '112223.705000', '112224.165000', '112224.625000', '112225.085000', '112225.545000', '112226.005000', '112226.465000', '112226.925000', '112227.385000', '112227.845000', '112228.305000', '112228.765000', '112229.225000', '112229.685000', '112230.145000', '112230.605000', '112231.065000', '112231.525000', '112231.985000', '112232.445000', '112232.905000', '112233.365000', '112233.825000', '112234.285000', '112234.745000', '112235.205000', '112235.665000', '112236.125000', '112236.585000', '112237.045000', '112237.505000', '112237.965000', '112238.425000', '112238.885000', '112239.345000', '112239.805000', '112240.265000', '112240.725000', '112241.185000', '112241.645000', '112242.105000', '112242.565000', '112243.025000', '112243.485000', '112243.945000', '112244.405000', '112244.865000', '112245.325000', '112245.785000', '112246.245000', '112246.705000', '112247.165000', '112247.625000', '112248.085000', '112248.545000', '112249.005000', '112249.465000', '112249.925000', '112250.385000', '112250.845000', '112251.305000', '112251.765000', '112252.225000', '112252.685000', '112253.145000', '112253.605000', '112254.065000', '112254.525000', '112254.985000', '112255.445000', '112255.905000', '112256.365000', '112256.825000', '112257.285000', '112257.745000', '112258.205000', '112258.665000', '112259.125000', '112259.585000', '112300.045000', '112300.505000', '112300.965000', '112301.425000', '112301.885000', '112302.345000', '112302.805000', '112303.265000', '112303.725000', '112304.185000', '112304.645000', '112305.105000', '112305.565000', '112306.025000', '112306.485000', '112306.945000', '112307.405000', '112307.865000', '112308.325000', '112308.785000', '112309.245000', '112309.705000', '112310.165000', '112310.625000', '112311.085000', '112311.545000', '112312.005000', '112312.465000', '112312.925000', '112313.385000', '112313.845000', '112314.305000', '112314.765000', '112315.225000', '112315.685000', '112316.145000', '112316.605000', '112317.065000', '112317.525000', '112317.985000', '112318.445000', '112318.905000', '112319.365000', '112319.825000', '112320.285000', '112320.745000', '112321.205000', '112321.665000', '112322.125000', '112322.585000', '112323.045000', '112323.505000', '112323.965000', '112324.425000', '112324.885000', '112325.345000', '112325.805000', '112326.265000', '112326.725000', '112327.185000', '112327.645000', '112328.105000', '112328.565000', '112329.025000', '112329.485000', '112329.945000', '112330.405000', '112330.865000', '112331.325000', '112331.785000', '112332.245000', '112332.705000', '112333.165000', '112333.625000', '112334.085000', '112334.545000', '112335.005000', '112335.465000', '112335.925000', '112336.385000', '112336.845000', '112337.305000', '112337.765000', '112338.225000', '112338.685000', '112339.145000', '112339.605000', '112340.065000', '112340.525000', '112340.985000', '112341.445000', '112341.905000', '112342.365000', '112342.825000', '112343.285000', '112343.745000', '112344.205000', '112344.665000', '112345.125000', '112345.585000', '112346.045000', '112346.505000', '112346.965000', '112347.425000', '112347.885000', '112348.345000', '112348.805000', '112349.265000', '112349.725000', '112350.185000', '112350.645000', '112351.105000', '112351.565000', '112352.025000', '112352.485000', '112352.945000', '112353.405000', '112353.865000', '112354.325000', '112354.785000', '112355.245000', '112355.705000', '112356.165000', '112356.625000', '112357.085000', '112357.545000', '112358.005000', '112358.465000', '112358.925000', '112359.385000', '112359.845000', '112400.305000', '112400.765000', '112401.225000', '112401.685000', '112402.145000', '112402.605000', '112403.065000', '112403.525000', '112403.985000', '112404.445000', '112404.905000', '112405.365000', '112405.825000', '112406.285000', '112406.745000', '112407.205000', '112407.665000', '112408.125000', '112408.585000', '112409.045000', '112409.505000', '112409.965000', '112410.425000', '112410.885000', '112411.345000', '112411.805000', '112412.265000', '112412.725000', '112413.185000', '112413.645000', '112414.105000', '112414.565000', '112415.025000', '112415.485000', '112415.945000', '112416.405000', '112416.865000', '112417.325000', '112417.785000', '112418.245000', '112418.705000', '112419.165000', '112419.625000', '112420.085000', '112420.545000', '112421.005000', '112421.465000', '112421.925000', '112422.385000', '112422.845000', '112423.305000', '112423.765000', '112424.225000', '112424.685000', '112425.145000', '112425.605000', '112426.065000', '112426.525000', '112426.985000', '112427.445000', '112427.905000', '112428.365000', '112428.825000', '112429.285000', '112429.745000', '112430.205000', '112430.665000', '112431.125000', '112431.585000', '112432.045000', '112432.505000', '112432.965000', '112433.425000', '112433.885000', '112434.345000', '112434.805000', '112435.265000', '112435.725000', '112436.185000', '112436.645000', '112437.105000', '112437.565000', '112438.025000', '112438.485000', '112438.945000', '112439.405000', '112439.865000', '112440.325000', '112440.785000', '112441.245000', '112441.705000', '112442.165000', '112442.625000', '112443.085000', '112443.545000', '112444.005000', '112444.465000', '112444.925000', '112445.385000', '112445.845000', '112446.305000', '112446.765000', '112447.225000', '112447.685000', '112448.145000', '112448.605000', '112449.065000', '112449.525000', '112449.985000', '112450.445000', '112450.905000', '112451.365000', '112451.825000', '112452.285000', '112452.745000', '112453.205000', '112453.665000', '112454.125000', '112454.585000', '112455.045000', '112455.505000', '112455.965000', '112456.425000', '112456.885000', '112457.345000', '112457.805000', '112458.265000', '112458.725000', '112459.185000', '112459.645000', '112500.105000', '112500.565000', '112501.025000', '112501.485000', '112501.945000', '112502.405000', '112502.865000', '112503.325000', '112503.785000', '112504.245000', '112504.705000', '112505.165000', '112505.625000', '112506.085000', '112506.545000', '112507.005000', '112507.465000', '112507.925000', '112508.385000', '112508.845000', '112509.305000', '112509.765000', '112510.225000', '112510.685000', '112511.145000', '112511.605000', '112512.065000', '112512.525000', '112512.985000', '112513.445000', '112513.905000', '112514.365000', '112514.825000', '112515.285000', '112515.745000', '112516.205000', '112516.665000', '112517.125000', '112517.585000', '112518.045000', '112518.505000', '112518.965000', '112519.425000', '112519.885000', '112520.345000', '112520.805000', '112521.265000', '112521.725000', '112522.185000', '112522.645000', '112523.105000', '112523.565000', '112524.025000', '112524.485000', '112524.945000', '112525.405000', '112525.865000', '112526.325000', '112526.785000', '112527.245000', '112527.705000', '112528.165000', '112528.625000', '112529.085000', '112529.545000', '112530.005000', '112530.465000', '112530.925000', '112531.385000', '112531.845000', '112532.305000', '112532.765000', '112533.225000', '112533.685000', '112534.145000', '112534.605000', '112535.065000', '112535.525000', '112535.985000', '112536.445000', '112536.905000', '112537.365000', '112537.825000', '112538.285000', '112538.745000', '112539.205000', '112539.665000', '112540.125000', '112540.585000', '112541.045000', '112541.505000', '112541.965000', '112542.425000', '112542.885000', '112543.345000', '112543.805000', '112544.265000', '112544.725000', '112545.185000', '112545.645000', '112546.105000', '112546.565000', '112547.025000', '112547.485000', '112547.945000', '112548.405000', '112548.865000', '112549.325000', '112549.785000', '112550.245000', '112550.705000', '112551.165000', '112551.625000'], 'ContentTime': ['111925.782000', '111925.785000', '111925.788000', '111925.791000', '111925.794000', '111925.797000', '111925.799000', '111925.802000', '111925.805000', '111925.808000', '111925.811000', '111925.814000', '111925.816000', '111925.820000', '111925.823000', '111925.826000', '111925.841000', '111925.844000', '111925.847000', '111925.859000', '111925.861000', '111925.864000', '111925.867000', '111925.870000', '111925.873000', '111925.875000', '111925.878000', '111925.881000', '111925.884000', '111925.887000', '111945.743000', '111945.746000', '111945.748000', '111945.751000', '111945.754000', '111945.757000', '111945.767000', '111945.770000', '111945.773000', '111945.776000', '111945.779000', '111945.782000', '111945.784000', '111945.787000', '111945.790000', '111945.793000', '111945.796000', '111945.798000', '111945.801000', '111945.804000', '111945.807000', '111945.810000', '111945.812000', '111945.815000', '111945.818000', '111945.821000', '111945.824000', '111945.826000', '111945.829000', '111945.832000', '111945.835000', '111945.838000', '111945.840000', '111945.843000', '111945.846000', '111945.849000', '111945.852000', '111945.855000', '111945.857000', '111945.860000', '111945.863000', '111945.866000', '111945.869000', '111945.871000', '112005.743000', '112005.746000', '112005.749000', '112005.751000', '112005.754000', '112005.757000', '112005.760000', '112005.763000', '112005.765000', '112005.768000', '112005.771000', '112005.774000', '112005.777000', '112005.779000', '112005.782000', '112005.785000', '112005.788000', '112005.791000', '112005.794000', '112005.796000', '112005.799000', '112005.802000', '112005.805000', '112005.808000', '112005.810000', '112005.813000', '112005.816000', '112005.819000', '112005.822000', '112005.825000', '112005.827000', '112005.830000', '112005.833000', '112005.836000', '112005.839000', '112005.842000', '112005.851000', '112005.854000', '112005.857000', '112005.860000', '112005.862000', '112005.865000', '112005.868000', '112025.742000', '112025.745000', '112025.748000', '112025.751000', '112025.754000', '112025.757000', '112025.760000', '112025.762000', '112025.765000', '112025.768000', '112025.771000', '112025.774000', '112025.777000', '112025.780000', '112025.783000', '112025.785000', '112025.788000', '112025.791000', '112025.794000', '112025.797000', '112025.800000', '112025.802000', '112025.805000', '112025.823000', '112025.826000', '112025.829000', '112025.832000', '112025.835000', '112025.838000', '112025.841000', '112025.844000', '112025.847000', '112025.850000', '112025.853000', '112025.855000', '112025.858000', '112025.861000', '112025.864000', '112025.867000', '112025.870000', '112025.873000', '112025.876000', '112025.878000', '112025.881000', '112045.742000', '112045.745000', '112045.748000', '112045.750000', '112045.753000', '112045.756000', '112045.759000', '112045.762000', '112045.765000', '112045.767000', '112045.770000', '112045.773000', '112045.776000', '112045.779000', '112045.781000', '112045.784000', '112045.787000', '112045.790000', '112045.793000', '112045.796000', '112045.798000', '112045.801000', '112045.804000', '112045.807000', '112045.810000', '112045.813000', '112045.815000', '112045.818000', '112045.821000', '112045.824000', '112045.827000', '112045.830000', '112045.832000', '112045.835000', '112045.838000', '112045.841000', '112045.844000', '112045.846000', '112045.849000', '112045.852000', '112045.855000', '112045.858000', '112045.861000', '112105.742000', '112105.745000', '112105.748000', '112105.750000', '112105.753000', '112105.756000', '112105.759000', '112105.762000', '112105.765000', '112105.768000', '112105.770000', '112105.773000', '112105.776000', '112105.779000', '112105.782000', '112105.785000', '112105.787000', '112105.790000', '112105.793000', '112105.796000', '112105.799000', '112105.801000', '112105.804000', '112105.807000', '112105.810000', '112105.813000', '112105.816000', '112105.819000', '112105.821000', '112105.824000', '112105.827000', '112105.830000', '112105.833000', '112105.836000', '112105.838000', '112105.841000', '112105.844000', '112105.847000', '112105.850000', '112105.856000', '112105.858000', '112105.861000', '112105.864000', '112105.867000', '112125.743000', '112125.746000', '112125.749000', '112125.751000', '112125.754000', '112125.757000', '112125.760000', '112125.763000', '112125.766000', '112125.769000', '112125.805000', '112125.808000', '112125.810000', '112125.813000', '112125.816000', '112125.819000', '112125.822000', '112125.824000', '112125.827000', '112125.830000', '112125.833000', '112125.836000', '112125.838000', '112125.841000', '112125.844000', '112125.847000', '112125.850000', '112125.852000', '112125.855000', '112125.858000', '112125.861000', '112125.864000', '112125.867000', '112125.870000', '112125.872000', '112125.875000', '112125.878000', '112125.881000', '112125.884000', '112125.886000', '112125.889000', '112125.892000', '112125.895000', '112145.743000', '112145.746000', '112145.749000', '112145.752000', '112145.755000', '112145.758000', '112145.761000', '112145.764000', '112145.767000', '112145.770000', '112145.773000', '112145.775000', '112145.778000', '112145.781000', '112145.784000', '112145.787000', '112145.790000', '112145.792000', '112145.795000', '112145.798000', '112145.801000', '112145.804000', '112145.807000', '112145.809000', '112145.812000', '112145.815000', '112145.818000', '112145.821000', '112145.824000', '112145.826000', '112145.829000', '112145.832000', '112145.835000', '112145.838000', '112145.841000', '112145.844000', '112145.846000', '112145.849000', '112145.852000', '112145.855000', '112145.858000', '112145.861000', '112145.863000', '112205.743000', '112205.746000', '112205.749000', '112205.752000', '112205.754000', '112205.757000', '112205.760000', '112205.763000', '112205.766000', '112205.769000', '112205.771000', '112205.774000', '112205.777000', '112205.780000', '112205.783000', '112205.785000', '112205.788000', '112205.791000', '112205.794000', '112205.814000', '112205.817000', '112205.820000', '112205.822000', '112205.825000', '112205.828000', '112205.831000', '112205.834000', '112205.837000', '112205.839000', '112205.842000', '112205.845000', '112205.848000', '112205.851000', '112205.853000', '112205.856000', '112205.859000', '112205.862000', '112205.865000', '112205.868000', '112205.870000', '112205.873000', '112205.876000', '112205.879000', '112205.882000', '112225.743000', '112225.746000', '112225.749000', '112225.754000', '112225.757000', '112225.760000', '112225.763000', '112225.766000', '112225.806000', '112225.809000', '112225.812000', '112225.814000', '112225.817000', '112225.820000', '112225.823000', '112225.826000', '112225.828000', '112225.831000', '112225.834000', '112225.837000', '112225.840000', '112225.843000', '112225.846000', '112225.848000', '112225.851000', '112225.854000', '112225.857000', '112225.860000', '112225.863000', '112225.865000', '112225.868000', '112225.871000', '112225.874000', '112225.877000', '112225.880000', '112225.883000', '112225.885000', '112225.888000', '112225.891000', '112225.894000', '112225.897000', '112225.900000', '112225.902000', '112245.742000', '112245.745000', '112245.748000', '112245.751000', '112245.754000', '112245.756000', '112245.759000', '112245.762000', '112245.765000', '112245.768000', '112245.818000', '112245.821000', '112245.824000', '112245.827000', '112245.830000', '112245.832000', '112245.835000', '112245.838000', '112245.841000', '112245.844000', '112245.846000', '112245.849000', '112245.852000', '112245.855000', '112245.858000', '112245.861000', '112245.863000', '112245.866000', '112245.869000', '112245.872000', '112245.875000', '112245.878000', '112245.881000', '112245.883000', '112245.886000', '112245.889000', '112245.892000', '112245.895000', '112245.897000', '112245.900000', '112245.903000', '112245.906000', '112245.909000', '112245.912000', '112305.742000', '112305.745000', '112305.748000', '112305.751000', '112305.754000', '112305.757000', '112305.760000', '112305.763000', '112305.766000', '112305.815000', '112305.817000', '112305.820000', '112305.823000', '112305.826000', '112305.829000', '112305.831000', '112305.834000', '112305.837000', '112305.840000', '112305.843000', '112305.846000', '112305.848000', '112305.851000', '112305.854000', '112305.857000', '112305.860000', '112305.862000', '112305.865000', '112305.868000', '112305.871000', '112305.874000', '112305.877000', '112305.879000', '112305.882000', '112305.885000', '112305.888000', '112305.891000', '112305.894000', '112305.896000', '112305.899000', '112305.902000', '112305.905000', '112305.908000', '112325.742000', '112325.745000', '112325.748000', '112325.751000', '112325.753000', '112325.756000', '112325.759000', '112325.762000', '112325.765000', '112325.808000', '112325.811000', '112325.814000', '112325.817000', '112325.819000', '112325.822000', '112325.825000', '112325.828000', '112325.831000', '112325.834000', '112325.836000', '112325.839000', '112325.842000', '112325.845000', '112325.848000', '112325.851000', '112325.853000', '112325.856000', '112325.859000', '112325.862000', '112325.865000', '112325.868000', '112325.871000', '112325.873000', '112325.876000', '112325.879000', '112325.882000', '112325.885000', '112325.887000', '112325.890000', '112325.893000', '112325.896000', '112325.899000', '112325.902000', '112325.904000', '112345.743000', '112345.746000', '112345.749000', '112345.752000', '112345.755000', '112345.757000', '112345.760000', '112345.763000', '112345.766000', '112345.817000', '112345.820000', '112345.823000', '112345.826000', '112345.829000', '112345.832000', '112345.834000', '112345.837000', '112345.840000', '112345.843000', '112345.846000', '112345.849000', '112345.851000', '112345.854000', '112345.857000', '112345.860000', '112345.863000', '112345.865000', '112345.868000', '112345.871000', '112345.874000', '112345.877000', '112345.880000', '112345.883000', '112345.885000', '112345.888000', '112345.891000', '112345.894000', '112345.897000', '112345.900000', '112345.902000', '112345.905000', '112345.908000', '112345.911000', '112405.743000', '112405.746000', '112405.749000', '112405.752000', '112405.754000', '112405.757000', '112405.760000', '112405.763000', '112405.766000', '112405.769000', '112405.799000', '112405.802000', '112405.804000', '112405.807000', '112405.810000', '112405.813000', '112405.816000', '112405.819000', '112405.822000', '112405.824000', '112405.827000', '112405.830000', '112405.833000', '112405.836000', '112405.839000', '112405.841000', '112405.844000', '112405.847000', '112405.850000', '112405.853000', '112405.856000', '112405.859000', '112405.861000', '112405.864000', '112405.867000', '112405.870000', '112405.873000', '112405.875000', '112405.878000', '112405.881000', '112405.884000', '112405.887000', '112405.890000', '112405.893000', '112425.743000', '112425.746000', '112425.749000', '112425.752000', '112425.755000', '112425.757000', '112425.760000', '112425.763000', '112425.766000', '112425.818000', '112425.821000', '112425.824000', '112425.827000', '112425.830000', '112425.833000', '112425.835000', '112425.838000', '112425.841000', '112425.844000', '112425.863000', '112425.866000', '112425.868000', '112425.871000', '112425.874000', '112425.877000', '112425.880000', '112425.883000', '112425.885000', '112425.888000', '112425.891000', '112425.894000', '112425.897000', '112425.900000', '112425.902000', '112425.905000', '112425.908000', '112425.911000', '112425.914000', '112425.917000', '112425.919000', '112425.922000', '112425.925000', '112425.928000', '112445.743000', '112445.746000', '112445.749000', '112445.752000', '112445.755000', '112445.757000', '112445.760000', '112445.763000', '112445.766000', '112445.796000', '112445.798000', '112445.801000', '112445.804000', '112445.807000', '112445.810000', '112445.813000', '112445.815000', '112445.818000', '112445.821000', '112445.824000', '112445.827000', '112445.830000', '112445.833000', '112445.835000', '112445.838000', '112445.841000', '112445.844000', '112445.847000', '112445.850000', '112445.852000', '112445.855000', '112445.858000', '112445.861000', '112445.864000', '112445.867000', '112445.869000', '112445.872000', '112445.875000', '112445.878000', '112445.891000', '112445.894000', '112445.897000', '112445.900000', '112445.902000', '112505.742000', '112505.745000', '112505.748000', '112505.751000', '112505.753000', '112505.756000', '112505.759000', '112505.762000', '112505.765000', '112505.768000', '112505.816000', '112505.835000', '112505.838000', '112505.841000', '112505.843000', '112505.846000', '112505.849000', '112505.852000', '112505.855000', '112505.857000', '112505.860000', '112505.863000', '112505.866000', '112505.869000', '112505.872000', '112505.874000', '112505.877000', '112505.880000', '112505.883000', '112505.886000', '112505.889000', '112505.891000', '112505.894000', '112505.897000', '112505.900000', '112505.903000', '112505.906000', '112505.908000', '112505.911000', '112505.914000', '112505.917000', '112505.920000', '112505.923000', '112525.742000', '112525.745000', '112525.748000', '112525.751000', '112525.754000', '112525.756000', '112525.759000', '112525.762000', '112525.765000', '112525.817000', '112525.820000', '112525.823000', '112525.825000', '112525.830000', '112525.832000', '112525.835000', '112525.838000', '112525.841000', '112525.844000', '112525.846000', '112525.849000', '112525.852000', '112525.855000', '112525.858000', '112525.861000', '112525.864000', '112525.867000', '112525.869000', '112525.872000', '112525.875000', '112525.878000', '112525.881000', '112525.883000', '112525.886000', '112525.889000', '112525.892000', '112525.895000', '112525.898000', '112525.900000', '112525.903000', '112525.906000', '112525.909000', '112525.912000', '112525.915000', '112545.742000', '112545.745000', '112545.748000', '112545.751000', '112545.754000', '112545.756000', '112545.759000', '112545.762000', '112545.765000', '112545.810000', '112545.813000', '112545.816000', '112545.819000', '112545.822000', '112545.825000', '112545.828000', '112545.830000', '112545.833000', '112545.836000', '112545.839000', '112545.842000', '112545.845000', '112545.848000', '112545.851000', '112545.854000', '112545.857000', '112545.859000', '112545.862000', '112545.865000', '112545.868000', '112545.871000', '112545.874000', '112545.876000', '112545.879000', '112545.882000', '112545.885000', '112545.888000', '112545.891000', '112545.894000', '112545.896000', '112545.899000', '112545.902000', '112545.905000', '112552.797000', '112552.801000', '112552.804000', '112552.807000', '112552.810000', '112552.814000', '112552.817000', '112552.819000', '112552.822000', '112552.825000', '112552.828000', '112552.831000', '112552.834000', '112552.837000', '112552.840000', '112552.843000'], 'InstanceCreationTime': ['111925.782000', '111925.785000', '111925.788000', '111925.791000', '111925.794000', '111925.797000', '111925.799000', '111925.802000', '111925.805000', '111925.808000', '111925.811000', '111925.814000', '111925.816000', '111925.820000', '111925.823000', '111925.826000', '111925.841000', '111925.844000', '111925.847000', '111925.859000', '111925.861000', '111925.864000', '111925.867000', '111925.870000', '111925.873000', '111925.875000', '111925.878000', '111925.881000', '111925.884000', '111925.887000', '111945.743000', '111945.746000', '111945.748000', '111945.751000', '111945.754000', '111945.757000', '111945.767000', '111945.770000', '111945.773000', '111945.776000', '111945.779000', '111945.782000', '111945.784000', '111945.787000', '111945.790000', '111945.793000', '111945.796000', '111945.798000', '111945.801000', '111945.804000', '111945.807000', '111945.810000', '111945.812000', '111945.815000', '111945.818000', '111945.821000', '111945.824000', '111945.826000', '111945.829000', '111945.832000', '111945.835000', '111945.838000', '111945.840000', '111945.843000', '111945.846000', '111945.849000', '111945.852000', '111945.855000', '111945.857000', '111945.860000', '111945.863000', '111945.866000', '111945.869000', '111945.871000', '112005.743000', '112005.746000', '112005.749000', '112005.751000', '112005.754000', '112005.757000', '112005.760000', '112005.763000', '112005.765000', '112005.768000', '112005.771000', '112005.774000', '112005.777000', '112005.779000', '112005.782000', '112005.785000', '112005.788000', '112005.791000', '112005.794000', '112005.796000', '112005.799000', '112005.802000', '112005.805000', '112005.808000', '112005.810000', '112005.813000', '112005.816000', '112005.819000', '112005.822000', '112005.825000', '112005.827000', '112005.830000', '112005.833000', '112005.836000', '112005.839000', '112005.842000', '112005.851000', '112005.854000', '112005.857000', '112005.860000', '112005.862000', '112005.865000', '112005.868000', '112025.742000', '112025.745000', '112025.748000', '112025.751000', '112025.754000', '112025.757000', '112025.760000', '112025.762000', '112025.765000', '112025.768000', '112025.771000', '112025.774000', '112025.777000', '112025.780000', '112025.783000', '112025.785000', '112025.788000', '112025.791000', '112025.794000', '112025.797000', '112025.800000', '112025.802000', '112025.805000', '112025.823000', '112025.826000', '112025.829000', '112025.832000', '112025.835000', '112025.838000', '112025.841000', '112025.844000', '112025.847000', '112025.850000', '112025.853000', '112025.855000', '112025.858000', '112025.861000', '112025.864000', '112025.867000', '112025.870000', '112025.873000', '112025.876000', '112025.878000', '112025.881000', '112045.742000', '112045.745000', '112045.748000', '112045.750000', '112045.753000', '112045.756000', '112045.759000', '112045.762000', '112045.765000', '112045.767000', '112045.770000', '112045.773000', '112045.776000', '112045.779000', '112045.781000', '112045.784000', '112045.787000', '112045.790000', '112045.793000', '112045.796000', '112045.798000', '112045.801000', '112045.804000', '112045.807000', '112045.810000', '112045.813000', '112045.815000', '112045.818000', '112045.821000', '112045.824000', '112045.827000', '112045.830000', '112045.832000', '112045.835000', '112045.838000', '112045.841000', '112045.844000', '112045.846000', '112045.849000', '112045.852000', '112045.855000', '112045.858000', '112045.861000', '112105.742000', '112105.745000', '112105.748000', '112105.750000', '112105.753000', '112105.756000', '112105.759000', '112105.762000', '112105.765000', '112105.768000', '112105.770000', '112105.773000', '112105.776000', '112105.779000', '112105.782000', '112105.785000', '112105.787000', '112105.790000', '112105.793000', '112105.796000', '112105.799000', '112105.801000', '112105.804000', '112105.807000', '112105.810000', '112105.813000', '112105.816000', '112105.819000', '112105.821000', '112105.824000', '112105.827000', '112105.830000', '112105.833000', '112105.836000', '112105.838000', '112105.841000', '112105.844000', '112105.847000', '112105.850000', '112105.856000', '112105.858000', '112105.861000', '112105.864000', '112105.867000', '112125.743000', '112125.746000', '112125.749000', '112125.751000', '112125.754000', '112125.757000', '112125.760000', '112125.763000', '112125.766000', '112125.769000', '112125.805000', '112125.808000', '112125.810000', '112125.813000', '112125.816000', '112125.819000', '112125.822000', '112125.824000', '112125.827000', '112125.830000', '112125.833000', '112125.836000', '112125.838000', '112125.841000', '112125.844000', '112125.847000', '112125.850000', '112125.852000', '112125.855000', '112125.858000', '112125.861000', '112125.864000', '112125.867000', '112125.870000', '112125.872000', '112125.875000', '112125.878000', '112125.881000', '112125.884000', '112125.886000', '112125.889000', '112125.892000', '112125.895000', '112145.743000', '112145.746000', '112145.749000', '112145.752000', '112145.755000', '112145.758000', '112145.761000', '112145.764000', '112145.767000', '112145.770000', '112145.773000', '112145.775000', '112145.778000', '112145.781000', '112145.784000', '112145.787000', '112145.790000', '112145.792000', '112145.795000', '112145.798000', '112145.801000', '112145.804000', '112145.807000', '112145.809000', '112145.812000', '112145.815000', '112145.818000', '112145.821000', '112145.824000', '112145.826000', '112145.829000', '112145.832000', '112145.835000', '112145.838000', '112145.841000', '112145.844000', '112145.846000', '112145.849000', '112145.852000', '112145.855000', '112145.858000', '112145.861000', '112145.863000', '112205.743000', '112205.746000', '112205.749000', '112205.752000', '112205.754000', '112205.757000', '112205.760000', '112205.763000', '112205.766000', '112205.769000', '112205.771000', '112205.774000', '112205.777000', '112205.780000', '112205.783000', '112205.785000', '112205.788000', '112205.791000', '112205.794000', '112205.814000', '112205.817000', '112205.820000', '112205.822000', '112205.825000', '112205.828000', '112205.831000', '112205.834000', '112205.837000', '112205.839000', '112205.842000', '112205.845000', '112205.848000', '112205.851000', '112205.853000', '112205.856000', '112205.859000', '112205.862000', '112205.865000', '112205.868000', '112205.870000', '112205.873000', '112205.876000', '112205.879000', '112205.882000', '112225.743000', '112225.746000', '112225.749000', '112225.754000', '112225.757000', '112225.760000', '112225.763000', '112225.766000', '112225.806000', '112225.809000', '112225.812000', '112225.814000', '112225.817000', '112225.820000', '112225.823000', '112225.826000', '112225.828000', '112225.831000', '112225.834000', '112225.837000', '112225.840000', '112225.843000', '112225.846000', '112225.848000', '112225.851000', '112225.854000', '112225.857000', '112225.860000', '112225.863000', '112225.865000', '112225.868000', '112225.871000', '112225.874000', '112225.877000', '112225.880000', '112225.883000', '112225.885000', '112225.888000', '112225.891000', '112225.894000', '112225.897000', '112225.900000', '112225.902000', '112245.742000', '112245.745000', '112245.748000', '112245.751000', '112245.754000', '112245.756000', '112245.759000', '112245.762000', '112245.765000', '112245.768000', '112245.818000', '112245.821000', '112245.824000', '112245.827000', '112245.830000', '112245.832000', '112245.835000', '112245.838000', '112245.841000', '112245.844000', '112245.846000', '112245.849000', '112245.852000', '112245.855000', '112245.858000', '112245.861000', '112245.863000', '112245.866000', '112245.869000', '112245.872000', '112245.875000', '112245.878000', '112245.881000', '112245.883000', '112245.886000', '112245.889000', '112245.892000', '112245.895000', '112245.897000', '112245.900000', '112245.903000', '112245.906000', '112245.909000', '112245.912000', '112305.742000', '112305.745000', '112305.748000', '112305.751000', '112305.754000', '112305.757000', '112305.760000', '112305.763000', '112305.766000', '112305.815000', '112305.817000', '112305.820000', '112305.823000', '112305.826000', '112305.829000', '112305.831000', '112305.834000', '112305.837000', '112305.840000', '112305.843000', '112305.846000', '112305.848000', '112305.851000', '112305.854000', '112305.857000', '112305.860000', '112305.862000', '112305.865000', '112305.868000', '112305.871000', '112305.874000', '112305.877000', '112305.879000', '112305.882000', '112305.885000', '112305.888000', '112305.891000', '112305.894000', '112305.896000', '112305.899000', '112305.902000', '112305.905000', '112305.908000', '112325.742000', '112325.745000', '112325.748000', '112325.751000', '112325.753000', '112325.756000', '112325.759000', '112325.762000', '112325.765000', '112325.808000', '112325.811000', '112325.814000', '112325.817000', '112325.819000', '112325.822000', '112325.825000', '112325.828000', '112325.831000', '112325.834000', '112325.836000', '112325.839000', '112325.842000', '112325.845000', '112325.848000', '112325.851000', '112325.853000', '112325.856000', '112325.859000', '112325.862000', '112325.865000', '112325.868000', '112325.871000', '112325.873000', '112325.876000', '112325.879000', '112325.882000', '112325.885000', '112325.887000', '112325.890000', '112325.893000', '112325.896000', '112325.899000', '112325.902000', '112325.904000', '112345.743000', '112345.746000', '112345.749000', '112345.752000', '112345.755000', '112345.757000', '112345.760000', '112345.763000', '112345.766000', '112345.817000', '112345.820000', '112345.823000', '112345.826000', '112345.829000', '112345.832000', '112345.834000', '112345.837000', '112345.840000', '112345.843000', '112345.846000', '112345.849000', '112345.851000', '112345.854000', '112345.857000', '112345.860000', '112345.863000', '112345.865000', '112345.868000', '112345.871000', '112345.874000', '112345.877000', '112345.880000', '112345.883000', '112345.885000', '112345.888000', '112345.891000', '112345.894000', '112345.897000', '112345.900000', '112345.902000', '112345.905000', '112345.908000', '112345.911000', '112405.743000', '112405.746000', '112405.749000', '112405.752000', '112405.754000', '112405.757000', '112405.760000', '112405.763000', '112405.766000', '112405.769000', '112405.799000', '112405.802000', '112405.804000', '112405.807000', '112405.810000', '112405.813000', '112405.816000', '112405.819000', '112405.822000', '112405.824000', '112405.827000', '112405.830000', '112405.833000', '112405.836000', '112405.839000', '112405.841000', '112405.844000', '112405.847000', '112405.850000', '112405.853000', '112405.856000', '112405.859000', '112405.861000', '112405.864000', '112405.867000', '112405.870000', '112405.873000', '112405.875000', '112405.878000', '112405.881000', '112405.884000', '112405.887000', '112405.890000', '112405.893000', '112425.743000', '112425.746000', '112425.749000', '112425.752000', '112425.755000', '112425.757000', '112425.760000', '112425.763000', '112425.766000', '112425.818000', '112425.821000', '112425.824000', '112425.827000', '112425.830000', '112425.833000', '112425.835000', '112425.838000', '112425.841000', '112425.844000', '112425.863000', '112425.866000', '112425.868000', '112425.871000', '112425.874000', '112425.877000', '112425.880000', '112425.883000', '112425.885000', '112425.888000', '112425.891000', '112425.894000', '112425.897000', '112425.900000', '112425.902000', '112425.905000', '112425.908000', '112425.911000', '112425.914000', '112425.917000', '112425.919000', '112425.922000', '112425.925000', '112425.928000', '112445.743000', '112445.746000', '112445.749000', '112445.752000', '112445.755000', '112445.757000', '112445.760000', '112445.763000', '112445.766000', '112445.796000', '112445.798000', '112445.801000', '112445.804000', '112445.807000', '112445.810000', '112445.813000', '112445.815000', '112445.818000', '112445.821000', '112445.824000', '112445.827000', '112445.830000', '112445.833000', '112445.835000', '112445.838000', '112445.841000', '112445.844000', '112445.847000', '112445.850000', '112445.852000', '112445.855000', '112445.858000', '112445.861000', '112445.864000', '112445.867000', '112445.869000', '112445.872000', '112445.875000', '112445.878000', '112445.891000', '112445.894000', '112445.897000', '112445.900000', '112445.902000', '112505.742000', '112505.745000', '112505.748000', '112505.751000', '112505.753000', '112505.756000', '112505.759000', '112505.762000', '112505.765000', '112505.768000', '112505.816000', '112505.835000', '112505.838000', '112505.841000', '112505.843000', '112505.846000', '112505.849000', '112505.852000', '112505.855000', '112505.857000', '112505.860000', '112505.863000', '112505.866000', '112505.869000', '112505.872000', '112505.874000', '112505.877000', '112505.880000', '112505.883000', '112505.886000', '112505.889000', '112505.891000', '112505.894000', '112505.897000', '112505.900000', '112505.903000', '112505.906000', '112505.908000', '112505.911000', '112505.914000', '112505.917000', '112505.920000', '112505.923000', '112525.742000', '112525.745000', '112525.748000', '112525.751000', '112525.754000', '112525.756000', '112525.759000', '112525.762000', '112525.765000', '112525.817000', '112525.820000', '112525.823000', '112525.825000', '112525.830000', '112525.832000', '112525.835000', '112525.838000', '112525.841000', '112525.844000', '112525.846000', '112525.849000', '112525.852000', '112525.855000', '112525.858000', '112525.861000', '112525.864000', '112525.867000', '112525.869000', '112525.872000', '112525.875000', '112525.878000', '112525.881000', '112525.883000', '112525.886000', '112525.889000', '112525.892000', '112525.895000', '112525.898000', '112525.900000', '112525.903000', '112525.906000', '112525.909000', '112525.912000', '112525.915000', '112545.742000', '112545.745000', '112545.748000', '112545.751000', '112545.754000', '112545.756000', '112545.759000', '112545.762000', '112545.765000', '112545.810000', '112545.813000', '112545.816000', '112545.819000', '112545.822000', '112545.825000', '112545.828000', '112545.830000', '112545.833000', '112545.836000', '112545.839000', '112545.842000', '112545.845000', '112545.848000', '112545.851000', '112545.854000', '112545.857000', '112545.859000', '112545.862000', '112545.865000', '112545.868000', '112545.871000', '112545.874000', '112545.876000', '112545.879000', '112545.882000', '112545.885000', '112545.888000', '112545.891000', '112545.894000', '112545.896000', '112545.899000', '112545.902000', '112545.905000', '112552.797000', '112552.801000', '112552.804000', '112552.807000', '112552.810000', '112552.814000', '112552.817000', '112552.819000', '112552.822000', '112552.825000', '112552.828000', '112552.831000', '112552.834000', '112552.837000', '112552.840000', '112552.843000'], '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': [9035, 15912, 12367, 8593, 14109, 8835, 8815, 14483, 8791, 14549, 11700, 8441, 14459, 9845, 8558, 13803, 8459, 8623, 13465, 8244, 11045, 10140, 8461, 13494, 8460, 8464, 13022, 8545, 12190, 9904, 8532, 13088, 8288, 8281, 10035, 8576, 13481, 8545, 12903, 15325, 8834, 14187, 9889, 8899, 15073, 8663, 12682, 15177, 8863, 13677, 9125, 9022, 15075, 8867, 8868, 14587, 8321, 16182, 9603, 8422, 10044, 8289, 14413, 9418, 8591, 15308, 8605, 8683, 14610, 8562, 13899, 10021, 8336, 12824, 8710, 8578, 15246, 8479, 13633, 10563, 8360, 10200, 7925, 14623, 9595, 8033, 14631, 8398, 8264, 12524, 8153, 15237, 9941, 7890, 12154, 8234, 10531, 12102, 7951, 14363, 10119, 8266, 12411, 8448, 8281, 14784, 8316, 10835, 8303, 10828, 8308, 13536, 14618, 8283, 14637, 9876, 8809, 13886, 8607, 10894, 15546, 8312, 12546, 11700, 8658, 15916, 10104, 7933, 12330, 8514, 8073, 10282, 8268, 14366, 8374, 8416, 14312, 8708, 9564, 10254, 8373, 14616, 9016, 8051, 12492, 8361, 13526, 9408, 8477, 14209, 8450, 9025, 12712, 8380, 14543, 9095, 8311, 14675, 8364, 8348, 9357, 8442, 13653, 8365, 8456, 15865, 8699, 13871, 9968, 8101, 12522, 8282, 8553, 10524, 8189, 14409, 8473, 8450, 14220, 8654, 14509, 9189, 8506, 15171, 8586, 8021, 8968, 8214, 11638, 9266, 8621, 14589, 9329, 10599, 9530, 7966, 13847, 9802, 7817, 13824, 8947, 8322, 12670, 8962, 14791, 11247, 8442, 12777, 9518, 8169, 13356, 9431, 7635, 9525, 8248, 12491, 9310, 9029, 14238, 9040, 10631, 9210, 8397, 15945, 9708, 7786, 10770, 9335, 7913, 11708, 8814, 14827, 9395, 8148, 9889, 8948, 10648, 9610, 12948, 9284, 8380, 11857, 9478, 8561, 15522, 9079, 13494, 9869, 7774, 14597, 8951, 7976, 11381, 8759, 13453, 9138, 14884, 14922, 10504, 13520, 8962, 8697, 11779, 8595, 9799, 8939, 15533, 14835, 8239, 14410, 9046, 7972, 9416, 8988, 7443, 11331, 8734, 9700, 9516, 7644, 11942, 8908, 7445, 11516, 8593, 9178, 8852, 7686, 11386, 9284, 7903, 8887, 8183, 11951, 9393, 7672, 14179, 8922, 9818, 9710, 7882, 12265, 8724, 8773, 11061, 8416, 12144, 9442, 7994, 14073, 8850, 7884, 8786, 7797, 12790, 9039, 11634, 13004, 8386, 11204, 8421, 7513, 14444, 8938, 12829, 11909, 7961, 14278, 9324, 7948, 11538, 8733, 7368, 10385, 8403, 16001, 9687, 8042, 12254, 8801, 7569, 12359, 8597, 13289, 9400, 7990, 13869, 8939, 9685, 12963, 8901, 10077, 9789, 7888, 14043, 9064, 11034, 9159, 7687, 14052, 8864, 14474, 12060, 8036, 10194, 8586, 9587, 9281, 8011, 12382, 9139, 11648, 9680, 8533, 8630, 8015, 8615, 8260, 16408, 11165, 8161, 15644, 9431, 7917, 12165, 8669, 7793, 12864, 9073, 7561, 12555, 8543, 8362, 9134, 8393, 9707, 9249, 7921, 11752, 8869, 7670, 8858, 8627, 11865, 9518, 8024, 11274, 8959, 8036, 9905, 8717, 14524, 9272, 8386, 10929, 8935, 8283, 13307, 9509, 12201, 11749, 8773, 10790, 8996, 8199, 12324, 9141, 10101, 9612, 9427, 10093, 8898, 10172, 13949, 9639, 9655, 13942, 10030, 9455, 13959, 10098, 10954, 15962, 9549, 11792, 16109, 9285, 15349, 13481, 9564, 14526, 9260, 8838, 15218, 9421, 8449, 14769, 8733, 8816, 15269, 9114, 8633, 14197, 8961, 8464, 8776, 9007, 8634, 8744, 10449, 9032, 8739, 8938, 8666, 13496, 9355, 8703, 12169, 8219, 8828, 11883, 8450, 10787, 8894, 8786, 12667, 9350, 8769, 9675, 8672, 8448, 12309, 8712, 8607, 8434, 8637, 8417, 9042, 8660, 12366, 8845, 8464, 8783, 8783, 10012, 9017, 8553, 12542, 8901, 11532, 8987, 8709, 12338, 8567, 8747, 8398, 8555, 12743, 9000, 8853, 14596, 8750, 12522, 8889, 8759, 13843, 9303, 8872, 12391, 9076, 8768, 13829, 9009, 9895, 9083, 8599, 13680, 8853, 8637, 14036, 8793, 11214, 8902, 8901, 12732, 8882, 8608, 12685, 8604, 8770, 8550, 8655, 10982, 8837, 8637, 13034, 8688, 9242, 8202, 8695, 14671, 8883, 8970, 9342, 8745, 11847, 9246, 8973, 10676, 8717, 9581, 8859, 8807, 14470, 9408, 8828, 13278, 8604, 11563, 11954, 8712, 14658, 9220, 8906, 13052, 8883, 8688, 13084, 8569, 8682, 12519, 9329, 11795, 9210, 8707, 11458, 9210, 8813, 8707, 8777, 13528, 9519, 9514, 12069, 8705, 9129, 8782, 8909, 13717, 8680, 8995, 8882, 8837, 8640, 9044, 11890, 9166, 10572, 9138, 8901, 14974, 8808, 9723, 14183, 8832, 13668, 9116, 9074, 13300, 8982, 9905, 14843, 8661, 11046, 9032, 8892, 11922, 8887, 8654, 13179, 8658, 9309, 8818, 8999, 11664, 8824, 8988, 8596, 8907, 14612, 9197, 8942, 13606, 8967, 9133, 11218, 8846, 13817, 9414, 9055, 12553, 8671, 9010, 13919, 8762, 11438, 11024, 8992, 9536, 8679, 9125, 12157, 8854, 12804, 9474, 9022, 12409, 8502, 8846, 12682, 8570, 11255, 9156, 8871, 13912, 8463, 9302, 13270, 8999, 11033, 8842, 8977, 10082, 8858, 11123, 8929, 9173, 8459, 8848, 11139, 8919, 9240, 10217, 8807, 12352, 9004, 8844, 13899, 8889, 9773, 9030, 8955, 13269, 8686, 10628, 9198, 9054, 13760, 8625, 9402, 12775, 8849, 10580, 8817, 9018, 13952, 8663, 9019, 11422, 8804, 13520, 9545, 9186, 9231, 8817, 8791, 9521, 8841, 9940, 8292, 10090, 9521, 8859, 9344, 8672, 12182, 8491, 10286, 15674, 8749, 9562, 12949, 8868, 12762, 9265, 9042, 13968, 8884, 9110, 11071, 8675, 11586, 9401, 8865, 12461, 9565, 9935, 8962, 9345, 9067, 9653, 9347, 11155, 15004, 8893, 9362, 12832, 9311, 13916, 11726, 9123, 15375, 10713, 9372, 15024, 10552, 9174, 14906, 9007, 9598, 13780, 10193, 9884, 11153, 9430, 9423, 15047, 9810, 10343, 9713, 9442, 11716, 10097, 8662, 12323, 9669, 9603, 9963, 9832, 9212, 8748, 11469, 9516, 15508, 10788, 8885, 11491, 9561, 12773, 9566, 9296, 17510, 10478, 8991, 13522, 9592, 11659, 12608, 9384, 15219, 10337, 9039, 11602, 9613, 8841, 13283, 9795, 12918, 11992, 9270, 12408, 9095, 9184, 12708, 8947, 10191, 8139, 8787, 12688, 9212, 12952, 9623, 9165, 14644, 9135, 13155, 10560, 9118, 11702, 9032, 9090, 15177, 9338, 12841, 9582, 9178, 9550, 9269, 9750, 10681, 9405, 13415], 'WindowCenter': [4161.0, 4196.0, 4159.0, 4119.0, 4157.0, 4102.0, 4105.0, 4142.0, 4093.0, 4144.0, 4120.0, 4092.0, 4144.0, 4112.0, 4104.0, 4130.0, 4090.0, 4102.0, 4130.0, 4091.0, 4124.0, 4112.0, 4104.0, 4144.0, 4102.0, 4106.0, 4143.0, 4102.0, 4133.0, 4123.0, 4104.0, 4143.0, 4105.0, 4107.0, 4125.0, 4117.0, 4155.0, 4104.0, 4146.0, 4153.0, 4116.0, 4144.0, 4114.0, 4114.0, 4154.0, 4105.0, 4146.0, 4144.0, 4104.0, 4143.0, 4101.0, 4103.0, 4144.0, 4116.0, 4113.0, 4154.0, 4106.0, 4154.0, 4113.0, 4104.0, 4110.0, 4103.0, 4153.0, 4102.0, 4103.0, 4154.0, 4104.0, 4103.0, 4142.0, 4101.0, 4143.0, 4110.0, 4093.0, 4131.0, 4090.0, 4102.0, 4152.0, 4093.0, 4144.0, 4123.0, 4105.0, 4121.0, 4093.0, 4155.0, 4112.0, 4093.0, 4155.0, 4094.0, 4105.0, 4133.0, 4094.0, 4154.0, 4112.0, 4094.0, 4133.0, 4093.0, 4135.0, 4132.0, 4092.0, 4155.0, 4123.0, 4093.0, 4134.0, 4103.0, 4104.0, 4144.0, 4105.0, 4122.0, 4105.0, 4133.0, 4104.0, 4157.0, 4154.0, 4093.0, 4157.0, 4112.0, 4103.0, 4142.0, 4102.0, 4122.0, 4141.0, 4091.0, 4121.0, 4120.0, 4104.0, 4142.0, 4109.0, 4093.0, 4131.0, 4102.0, 4081.0, 4109.0, 4104.0, 4142.0, 4090.0, 4093.0, 4142.0, 4093.0, 4113.0, 4111.0, 4092.0, 4142.0, 4101.0, 4092.0, 4131.0, 4094.0, 4143.0, 4103.0, 4104.0, 4143.0, 4091.0, 4104.0, 4133.0, 4094.0, 4143.0, 4102.0, 4092.0, 4143.0, 4092.0, 4092.0, 4100.0, 4092.0, 4142.0, 4092.0, 4103.0, 4153.0, 4103.0, 4144.0, 4111.0, 4093.0, 4132.0, 4091.0, 4103.0, 4110.0, 4091.0, 4143.0, 4091.0, 4092.0, 4141.0, 4103.0, 4145.0, 4085.0, 4120.0, 4158.0, 4093.0, 4081.0, 4088.0, 4080.0, 4119.0, 4100.0, 4102.0, 4143.0, 4103.0, 4122.0, 4101.0, 4092.0, 4142.0, 4111.0, 4082.0, 4131.0, 4091.0, 4090.0, 4120.0, 4091.0, 4143.0, 4111.0, 4092.0, 4133.0, 4099.0, 4092.0, 4129.0, 4101.0, 4081.0, 4100.0, 4093.0, 4130.0, 4103.0, 4102.0, 4133.0, 4103.0, 4112.0, 4101.0, 4092.0, 4143.0, 4101.0, 4081.0, 4121.0, 4102.0, 4092.0, 4120.0, 4102.0, 4145.0, 4103.0, 4082.0, 4112.0, 4115.0, 4124.0, 4114.0, 4147.0, 4112.0, 4095.0, 4134.0, 4116.0, 4105.0, 4142.0, 4103.0, 4146.0, 4113.0, 4083.0, 4142.0, 4104.0, 4093.0, 4134.0, 4103.0, 4143.0, 4114.0, 4155.0, 4141.0, 4112.0, 4132.0, 4091.0, 4091.0, 4111.0, 4091.0, 4098.0, 4102.0, 4154.0, 4132.0, 4082.0, 4133.0, 4090.0, 4078.0, 4088.0, 4090.0, 4070.0, 4110.0, 4091.0, 4101.0, 4100.0, 4081.0, 4121.0, 4092.0, 4072.0, 4122.0, 4091.0, 4099.0, 4102.0, 4081.0, 4120.0, 4102.0, 4092.0, 4102.0, 4094.0, 4124.0, 4104.0, 4085.0, 4144.0, 4104.0, 4113.0, 4113.0, 4094.0, 4133.0, 4103.0, 4105.0, 4124.0, 4094.0, 4136.0, 4113.0, 4092.0, 4143.0, 4102.0, 4083.0, 4093.0, 4084.0, 4135.0, 4104.0, 4136.0, 4133.0, 4094.0, 4124.0, 4092.0, 4084.0, 4143.0, 4103.0, 4145.0, 4135.0, 4094.0, 4144.0, 4113.0, 4093.0, 4122.0, 4104.0, 4084.0, 4111.0, 4092.0, 4154.0, 4100.0, 4092.0, 4131.0, 4102.0, 4083.0, 4131.0, 4090.0, 4143.0, 4100.0, 4093.0, 4142.0, 4101.0, 4114.0, 4132.0, 4101.0, 4111.0, 4111.0, 4092.0, 4130.0, 4102.0, 4123.0, 4102.0, 4083.0, 4142.0, 4102.0, 4143.0, 4120.0, 4081.0, 4111.0, 4092.0, 4113.0, 4102.0, 4106.0, 4160.0, 4115.0, 4135.0, 4114.0, 4104.0, 4104.0, 4094.0, 4103.0, 4105.0, 4157.0, 4122.0, 4092.0, 4142.0, 4089.0, 4081.0, 4120.0, 4088.0, 4080.0, 4131.0, 4089.0, 4079.0, 4118.0, 4091.0, 4090.0, 4100.0, 4092.0, 4111.0, 4102.0, 4092.0, 4121.0, 4101.0, 4081.0, 4101.0, 4103.0, 4133.0, 4100.0, 4093.0, 4121.0, 4102.0, 4093.0, 4109.0, 4102.0, 4143.0, 4101.0, 4093.0, 4121.0, 4103.0, 4103.0, 4131.0, 4112.0, 4145.0, 4133.0, 4105.0, 4135.0, 4115.0, 4119.0, 4147.0, 4127.0, 4137.0, 4142.0, 4127.0, 4149.0, 4126.0, 4150.0, 4172.0, 4126.0, 4127.0, 4159.0, 4125.0, 4127.0, 4156.0, 4124.0, 4135.0, 4154.0, 4113.0, 4134.0, 4142.0, 4101.0, 4143.0, 4129.0, 4099.0, 4130.0, 4086.0, 4087.0, 4127.0, 4084.0, 4063.0, 4115.0, 4075.0, 4086.0, 4123.0, 4085.0, 4087.0, 4116.0, 4085.0, 4076.0, 4075.0, 4087.0, 4086.0, 4088.0, 4108.0, 4099.0, 4091.0, 4100.0, 4104.0, 4144.0, 4100.0, 4091.0, 4121.0, 4079.0, 4090.0, 4118.0, 4089.0, 4110.0, 4088.0, 4090.0, 4131.0, 4099.0, 4091.0, 4099.0, 4090.0, 4091.0, 4119.0, 4092.0, 4103.0, 4090.0, 4103.0, 4092.0, 4103.0, 4105.0, 4132.0, 4115.0, 4104.0, 4104.0, 4105.0, 4123.0, 4114.0, 4105.0, 4134.0, 4115.0, 4133.0, 4113.0, 4115.0, 4134.0, 4104.0, 4105.0, 4093.0, 4105.0, 4146.0, 4103.0, 4115.0, 4144.0, 4103.0, 4144.0, 4102.0, 4104.0, 4144.0, 4113.0, 4115.0, 4134.0, 4103.0, 4104.0, 4142.0, 4115.0, 4125.0, 4103.0, 4104.0, 4143.0, 4114.0, 4104.0, 4142.0, 4103.0, 4134.0, 4102.0, 4104.0, 4133.0, 4101.0, 4102.0, 4132.0, 4103.0, 4104.0, 4102.0, 4115.0, 4135.0, 4114.0, 4115.0, 4144.0, 4102.0, 4114.0, 4092.0, 4104.0, 4155.0, 4103.0, 4115.0, 4113.0, 4116.0, 4146.0, 4113.0, 4115.0, 4124.0, 4106.0, 4126.0, 4114.0, 4116.0, 4156.0, 4113.0, 4115.0, 4145.0, 4104.0, 4135.0, 4133.0, 4103.0, 4144.0, 4101.0, 4114.0, 4133.0, 4102.0, 4102.0, 4133.0, 4092.0, 4103.0, 4131.0, 4112.0, 4133.0, 4113.0, 4118.0, 4135.0, 4115.0, 4115.0, 4103.0, 4118.0, 4144.0, 4113.0, 4125.0, 4146.0, 4105.0, 4113.0, 4104.0, 4115.0, 4143.0, 4105.0, 4115.0, 4103.0, 4117.0, 4104.0, 4115.0, 4135.0, 4115.0, 4137.0, 4127.0, 4129.0, 4159.0, 4115.0, 4117.0, 4145.0, 4104.0, 4145.0, 4103.0, 4116.0, 4145.0, 4102.0, 4114.0, 4144.0, 4093.0, 4124.0, 4101.0, 4103.0, 4132.0, 4103.0, 4104.0, 4133.0, 4093.0, 4103.0, 4101.0, 4103.0, 4134.0, 4103.0, 4103.0, 4102.0, 4116.0, 4155.0, 4102.0, 4104.0, 4143.0, 4103.0, 4103.0, 4123.0, 4103.0, 4143.0, 4101.0, 4103.0, 4132.0, 4092.0, 4105.0, 4133.0, 4102.0, 4133.0, 4121.0, 4104.0, 4112.0, 4103.0, 4114.0, 4132.0, 4103.0, 4146.0, 4112.0, 4104.0, 4133.0, 4103.0, 4104.0, 4131.0, 4092.0, 4123.0, 4102.0, 4103.0, 4132.0, 4092.0, 4113.0, 4133.0, 4103.0, 4123.0, 4103.0, 4114.0, 4122.0, 4104.0, 4123.0, 4103.0, 4115.0, 4092.0, 4115.0, 4124.0, 4103.0, 4115.0, 4123.0, 4115.0, 4145.0, 4103.0, 4115.0, 4143.0, 4104.0, 4113.0, 4113.0, 4115.0, 4143.0, 4103.0, 4125.0, 4102.0, 4114.0, 4143.0, 4103.0, 4114.0, 4132.0, 4103.0, 4122.0, 4102.0, 4103.0, 4141.0, 4101.0, 4103.0, 4122.0, 4102.0, 4143.0, 4099.0, 4101.0, 4100.0, 4101.0, 4103.0, 4110.0, 4100.0, 4112.0, 4103.0, 4126.0, 4114.0, 4116.0, 4114.0, 4105.0, 4134.0, 4104.0, 4125.0, 4144.0, 4092.0, 4113.0, 4132.0, 4102.0, 4132.0, 4101.0, 4102.0, 4141.0, 4091.0, 4101.0, 4121.0, 4102.0, 4133.0, 4101.0, 4114.0, 4135.0, 4114.0, 4126.0, 4105.0, 4115.0, 4115.0, 4114.0, 4127.0, 4149.0, 4156.0, 4116.0, 4117.0, 4146.0, 4117.0, 4159.0, 4134.0, 4115.0, 4155.0, 4111.0, 4102.0, 4145.0, 4111.0, 4103.0, 4143.0, 4077.0, 4116.0, 4120.0, 4072.0, 4071.0, 4081.0, 4099.0, 4127.0, 4153.0, 4124.0, 4123.0, 4098.0, 4099.0, 4117.0, 4095.0, 4088.0, 4118.0, 4112.0, 4111.0, 4112.0, 4113.0, 4113.0, 4104.0, 4121.0, 4112.0, 4142.0, 4110.0, 4102.0, 4120.0, 4112.0, 4143.0, 4100.0, 4112.0, 4153.0, 4111.0, 4102.0, 4130.0, 4112.0, 4133.0, 4120.0, 4102.0, 4143.0, 4110.0, 4103.0, 4121.0, 4113.0, 4113.0, 4132.0, 4113.0, 4144.0, 4132.0, 4113.0, 4132.0, 4114.0, 4128.0, 4156.0, 4117.0, 4135.0, 4118.0, 4129.0, 4158.0, 4115.0, 4144.0, 4114.0, 4115.0, 4142.0, 4113.0, 4143.0, 4121.0, 4113.0, 4133.0, 4102.0, 4113.0, 4152.0, 4112.0, 4143.0, 4112.0, 4126.0, 4125.0, 4126.0, 4125.0, 4122.0, 4114.0, 4145.0], 'WindowWidth': [9251.0, 9292.0, 9223.0, 9169.0, 9216.0, 9134.0, 9139.0, 9184.0, 9120.0, 9190.0, 9151.0, 9118.0, 9189.0, 9143.0, 9134.0, 9166.0, 9113.0, 9131.0, 9165.0, 9117.0, 9161.0, 9143.0, 9137.0, 9191.0, 9134.0, 9143.0, 9187.0, 9134.0, 9172.0, 9160.0, 9138.0, 9187.0, 9141.0, 9145.0, 9166.0, 9160.0, 9207.0, 9138.0, 9197.0, 9202.0, 9154.0, 9192.0, 9149.0, 9153.0, 9206.0, 9138.0, 9196.0, 9190.0, 9136.0, 9187.0, 9130.0, 9134.0, 9192.0, 9158.0, 9149.0, 9206.0, 9146.0, 9205.0, 9146.0, 9137.0, 9142.0, 9137.0, 9203.0, 9133.0, 9135.0, 9206.0, 9136.0, 9135.0, 9183.0, 9130.0, 9189.0, 9140.0, 9121.0, 9170.0, 9114.0, 9131.0, 9199.0, 9121.0, 9192.0, 9161.0, 9140.0, 9156.0, 9124.0, 9207.0, 9146.0, 9125.0, 9209.0, 9124.0, 9140.0, 9175.0, 9126.0, 9205.0, 9144.0, 9125.0, 9173.0, 9123.0, 9181.0, 9172.0, 9120.0, 9207.0, 9160.0, 9122.0, 9175.0, 9135.0, 9138.0, 9190.0, 9140.0, 9157.0, 9140.0, 9176.0, 9141.0, 9215.0, 9204.0, 9123.0, 9213.0, 9145.0, 9135.0, 9184.0, 9131.0, 9158.0, 9182.0, 9114.0, 9154.0, 9149.0, 9136.0, 9184.0, 9136.0, 9119.0, 9170.0, 9132.0, 9102.0, 9137.0, 9137.0, 9184.0, 9112.0, 9120.0, 9185.0, 9119.0, 9146.0, 9139.0, 9118.0, 9184.0, 9129.0, 9120.0, 9168.0, 9122.0, 9187.0, 9133.0, 9138.0, 9189.0, 9116.0, 9136.0, 9171.0, 9123.0, 9187.0, 9130.0, 9119.0, 9186.0, 9117.0, 9120.0, 9125.0, 9119.0, 9186.0, 9119.0, 9136.0, 9201.0, 9134.0, 9193.0, 9141.0, 9121.0, 9172.0, 9116.0, 9133.0, 9139.0, 9117.0, 9187.0, 9116.0, 9120.0, 9182.0, 9134.0, 9194.0, 9095.0, 9171.0, 9215.0, 9120.0, 9102.0, 9104.0, 9095.0, 9145.0, 9123.0, 9131.0, 9186.0, 9133.0, 9158.0, 9126.0, 9119.0, 9182.0, 9139.0, 9102.0, 9165.0, 9110.0, 9111.0, 9149.0, 9114.0, 9185.0, 9140.0, 9116.0, 9169.0, 9121.0, 9116.0, 9163.0, 9126.0, 9101.0, 9125.0, 9121.0, 9166.0, 9131.0, 9132.0, 9171.0, 9130.0, 9142.0, 9125.0, 9116.0, 9186.0, 9125.0, 9101.0, 9153.0, 9129.0, 9117.0, 9151.0, 9131.0, 9192.0, 9132.0, 9104.0, 9143.0, 9153.0, 9161.0, 9151.0, 9200.0, 9146.0, 9126.0, 9176.0, 9153.0, 9139.0, 9185.0, 9135.0, 9195.0, 9146.0, 9108.0, 9186.0, 9133.0, 9122.0, 9176.0, 9136.0, 9187.0, 9149.0, 9205.0, 9181.0, 9145.0, 9171.0, 9113.0, 9112.0, 9137.0, 9111.0, 9119.0, 9129.0, 9203.0, 9169.0, 9101.0, 9170.0, 9108.0, 9092.0, 9105.0, 9108.0, 9083.0, 9135.0, 9112.0, 9123.0, 9123.0, 9101.0, 9153.0, 9113.0, 9091.0, 9153.0, 9112.0, 9122.0, 9128.0, 9103.0, 9151.0, 9130.0, 9117.0, 9129.0, 9123.0, 9161.0, 9133.0, 9111.0, 9188.0, 9134.0, 9145.0, 9145.0, 9124.0, 9173.0, 9133.0, 9139.0, 9161.0, 9124.0, 9181.0, 9146.0, 9119.0, 9188.0, 9131.0, 9106.0, 9119.0, 9110.0, 9178.0, 9134.0, 9180.0, 9173.0, 9122.0, 9161.0, 9118.0, 9110.0, 9187.0, 9133.0, 9191.0, 9178.0, 9121.0, 9190.0, 9146.0, 9119.0, 9157.0, 9136.0, 9110.0, 9141.0, 9119.0, 9203.0, 9124.0, 9118.0, 9168.0, 9130.0, 9108.0, 9167.0, 9114.0, 9186.0, 9126.0, 9122.0, 9184.0, 9129.0, 9149.0, 9170.0, 9130.0, 9141.0, 9140.0, 9118.0, 9164.0, 9132.0, 9160.0, 9131.0, 9107.0, 9184.0, 9132.0, 9188.0, 9151.0, 9102.0, 9142.0, 9117.0, 9145.0, 9130.0, 9144.0, 9223.0, 9156.0, 9179.0, 9148.0, 9138.0, 9137.0, 9125.0, 9136.0, 9143.0, 9218.0, 9157.0, 9117.0, 9186.0, 9108.0, 9102.0, 9152.0, 9107.0, 9098.0, 9167.0, 9108.0, 9096.0, 9146.0, 9114.0, 9111.0, 9124.0, 9117.0, 9140.0, 9129.0, 9119.0, 9155.0, 9127.0, 9101.0, 9126.0, 9134.0, 9171.0, 9125.0, 9121.0, 9155.0, 9130.0, 9121.0, 9137.0, 9132.0, 9188.0, 9129.0, 9121.0, 9156.0, 9134.0, 9137.0, 9169.0, 9146.0, 9193.0, 9174.0, 9143.0, 9180.0, 9153.0, 9166.0, 9200.0, 9173.0, 9190.0, 9204.0, 9174.0, 9208.0, 9176.0, 9212.0, 9243.0, 9171.0, 9173.0, 9222.0, 9168.0, 9173.0, 9212.0, 9164.0, 9179.0, 9208.0, 9147.0, 9180.0, 9186.0, 9128.0, 9192.0, 9164.0, 9124.0, 9168.0, 9099.0, 9103.0, 9156.0, 9094.0, 9066.0, 9136.0, 9082.0, 9099.0, 9146.0, 9097.0, 9106.0, 9139.0, 9098.0, 9087.0, 9083.0, 9105.0, 9101.0, 9108.0, 9132.0, 9122.0, 9114.0, 9125.0, 9136.0, 9192.0, 9125.0, 9115.0, 9155.0, 9096.0, 9111.0, 9145.0, 9110.0, 9138.0, 9104.0, 9111.0, 9170.0, 9122.0, 9115.0, 9123.0, 9114.0, 9117.0, 9150.0, 9117.0, 9135.0, 9113.0, 9133.0, 9119.0, 9134.0, 9139.0, 9172.0, 9154.0, 9138.0, 9137.0, 9141.0, 9161.0, 9150.0, 9142.0, 9176.0, 9153.0, 9175.0, 9149.0, 9155.0, 9176.0, 9137.0, 9140.0, 9120.0, 9141.0, 9196.0, 9136.0, 9154.0, 9193.0, 9136.0, 9192.0, 9131.0, 9138.0, 9192.0, 9148.0, 9154.0, 9178.0, 9135.0, 9139.0, 9186.0, 9153.0, 9166.0, 9134.0, 9139.0, 9190.0, 9152.0, 9139.0, 9187.0, 9135.0, 9179.0, 9132.0, 9137.0, 9175.0, 9127.0, 9133.0, 9172.0, 9134.0, 9136.0, 9133.0, 9155.0, 9180.0, 9151.0, 9155.0, 9191.0, 9134.0, 9151.0, 9119.0, 9137.0, 9207.0, 9134.0, 9153.0, 9148.0, 9158.0, 9198.0, 9149.0, 9156.0, 9164.0, 9144.0, 9171.0, 9151.0, 9156.0, 9211.0, 9149.0, 9154.0, 9194.0, 9137.0, 9182.0, 9174.0, 9134.0, 9192.0, 9130.0, 9152.0, 9174.0, 9131.0, 9133.0, 9173.0, 9117.0, 9135.0, 9167.0, 9146.0, 9174.0, 9147.0, 9162.0, 9179.0, 9151.0, 9154.0, 9137.0, 9163.0, 9190.0, 9148.0, 9167.0, 9196.0, 9140.0, 9148.0, 9137.0, 9155.0, 9189.0, 9139.0, 9154.0, 9136.0, 9160.0, 9138.0, 9152.0, 9177.0, 9153.0, 9186.0, 9174.0, 9181.0, 9221.0, 9154.0, 9160.0, 9195.0, 9137.0, 9193.0, 9133.0, 9154.0, 9192.0, 9131.0, 9149.0, 9190.0, 9119.0, 9163.0, 9127.0, 9134.0, 9172.0, 9132.0, 9136.0, 9173.0, 9119.0, 9132.0, 9127.0, 9134.0, 9176.0, 9134.0, 9134.0, 9131.0, 9154.0, 9208.0, 9130.0, 9136.0, 9188.0, 9132.0, 9133.0, 9157.0, 9134.0, 9189.0, 9127.0, 9135.0, 9169.0, 9118.0, 9140.0, 9173.0, 9131.0, 9174.0, 9154.0, 9137.0, 9142.0, 9134.0, 9150.0, 9170.0, 9134.0, 9195.0, 9144.0, 9137.0, 9173.0, 9133.0, 9136.0, 9168.0, 9117.0, 9160.0, 9130.0, 9135.0, 9173.0, 9117.0, 9148.0, 9171.0, 9133.0, 9159.0, 9134.0, 9150.0, 9157.0, 9137.0, 9162.0, 9137.0, 9152.0, 9119.0, 9154.0, 9165.0, 9137.0, 9154.0, 9163.0, 9154.0, 9195.0, 9135.0, 9153.0, 9191.0, 9138.0, 9147.0, 9149.0, 9153.0, 9188.0, 9136.0, 9167.0, 9132.0, 9152.0, 9190.0, 9135.0, 9151.0, 9171.0, 9134.0, 9159.0, 9131.0, 9134.0, 9182.0, 9130.0, 9134.0, 9159.0, 9132.0, 9189.0, 9122.0, 9128.0, 9125.0, 9127.0, 9133.0, 9141.0, 9130.0, 9147.0, 9134.0, 9169.0, 9150.0, 9157.0, 9152.0, 9143.0, 9179.0, 9137.0, 9167.0, 9192.0, 9117.0, 9147.0, 9169.0, 9130.0, 9172.0, 9126.0, 9130.0, 9182.0, 9113.0, 9129.0, 9151.0, 9131.0, 9174.0, 9127.0, 9150.0, 9177.0, 9153.0, 9169.0, 9138.0, 9154.0, 9153.0, 9150.0, 9173.0, 9207.0, 9213.0, 9156.0, 9160.0, 9195.0, 9159.0, 9218.0, 9178.0, 9154.0, 9210.0, 9141.0, 9132.0, 9196.0, 9141.0, 9133.0, 9189.0, 9087.0, 9154.0, 9148.0, 9066.0, 9066.0, 9080.0, 9123.0, 9178.0, 9204.0, 9165.0, 9161.0, 9120.0, 9122.0, 9141.0, 9111.0, 9105.0, 9143.0, 9144.0, 9141.0, 9145.0, 9148.0, 9151.0, 9139.0, 9154.0, 9143.0, 9186.0, 9137.0, 9129.0, 9149.0, 9144.0, 9188.0, 9127.0, 9144.0, 9202.0, 9140.0, 9131.0, 9166.0, 9145.0, 9173.0, 9152.0, 9132.0, 9187.0, 9139.0, 9134.0, 9155.0, 9147.0, 9150.0, 9170.0, 9148.0, 9193.0, 9170.0, 9148.0, 9172.0, 9153.0, 9179.0, 9212.0, 9162.0, 9185.0, 9167.0, 9183.0, 9218.0, 9155.0, 9193.0, 9151.0, 9153.0, 9185.0, 9149.0, 9190.0, 9155.0, 9150.0, 9174.0, 9133.0, 9150.0, 9200.0, 9147.0, 9190.0, 9145.0, 9173.0, 9171.0, 9172.0, 9168.0, 9159.0, 9152.0, 9194.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.011468241379310346</td></tr>
<tr><td colspan=3>aqi</td><td>0.06125668551724137</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.94821400548903</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2259144245684692</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0586649242462605</td></tr>
<tr><td colspan=3>efc</td><td>0.4757</td></tr>
<tr><td colspan=3>fber</td><td>4836.3521</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11006584113471236</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.275862068965518</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3697455147512287</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2285884923208554</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6005404834528285</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2801075684800023</td></tr>
<tr><td colspan=3>gcor</td><td>0.00463903</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021696269512176514</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025143731385469437</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.424664770244103</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>40.746</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.7981</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.8806</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301365.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.9414</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2224</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.016</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3361.988</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>790.1111</td></tr>
<tr><td colspan=3>tsnr</td><td>28.033036718377843</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>