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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-03_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-03_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-0111/ses-04/func/sub-0111_ses-04_task-social_acq-mb8_run-03_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>443cbf163ad4d1a82706719896ad49a5</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>17:36:39.345000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998818, 0.0486018, 0.000644418, -0.0483262, 0.991557, 0.120332]</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.259</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-03_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.0768691</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7756, -7237, 271, -105, 92, 152, 72]</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>218.646</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>862782a3-1748-45f7-8c47-abc86118110c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679755687713623, -0.12965553998947144, -0.014065291732549667, 119.13239288330078], [-0.13039520382881165, 2.6602742671966553, 0.32459571957588196, -101.00787353515625], [0.0017289255047217011, -0.32284122705459595, 2.6803805828094482, -52.0544319152832], [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': ['173639.345000', '173639.805000', '173640.265000', '173640.725000', '173641.185000', '173641.645000', '173642.105000', '173642.565000', '173643.025000', '173643.485000', '173643.945000', '173644.405000', '173644.865000', '173645.325000', '173645.785000', '173646.245000', '173646.705000', '173647.165000', '173647.625000', '173648.085000', '173648.545000', '173649.005000', '173649.465000', '173649.925000', '173650.385000', '173650.845000', '173651.305000', '173651.765000', '173652.225000', '173652.685000', '173653.145000', '173653.605000', '173654.065000', '173654.525000', '173654.985000', '173655.445000', '173655.905000', '173656.365000', '173656.825000', '173657.285000', '173657.745000', '173658.205000', '173658.665000', '173659.125000', '173659.585000', '173700.045000', '173700.505000', '173700.965000', '173701.425000', '173701.885000', '173702.345000', '173702.805000', '173703.265000', '173703.725000', '173704.185000', '173704.645000', '173705.105000', '173705.565000', '173706.025000', '173706.485000', '173706.945000', '173707.405000', '173707.865000', '173708.325000', '173708.785000', '173709.245000', '173709.705000', '173710.165000', '173710.625000', '173711.085000', '173711.545000', '173712.005000', '173712.465000', '173712.925000', '173713.385000', '173713.845000', '173714.305000', '173714.765000', '173715.225000', '173715.685000', '173716.145000', '173716.605000', '173717.065000', '173717.525000', '173717.985000', '173718.445000', '173718.905000', '173719.365000', '173719.825000', '173720.285000', '173720.745000', '173721.205000', '173721.665000', '173722.125000', '173722.585000', '173723.045000', '173723.505000', '173723.965000', '173724.425000', '173724.885000', '173725.345000', '173725.805000', '173726.265000', '173726.725000', '173727.185000', '173727.645000', '173728.105000', '173728.565000', '173729.025000', '173729.485000', '173729.945000', '173730.405000', '173730.865000', '173731.325000', '173731.785000', '173732.245000', '173732.705000', '173733.165000', '173733.625000', '173734.085000', '173734.545000', '173735.005000', '173735.465000', '173735.925000', '173736.385000', '173736.845000', '173737.305000', '173737.765000', '173738.225000', '173738.685000', '173739.145000', '173739.605000', '173740.065000', '173740.525000', '173740.985000', '173741.445000', '173741.905000', '173742.365000', '173742.825000', '173743.285000', '173743.745000', '173744.205000', '173744.665000', '173745.125000', '173745.585000', '173746.045000', '173746.505000', '173746.965000', '173747.425000', '173747.885000', '173748.345000', '173748.805000', '173749.265000', '173749.725000', '173750.185000', '173750.645000', '173751.105000', '173751.565000', '173752.025000', '173752.485000', '173752.945000', '173753.405000', '173753.865000', '173754.325000', '173754.785000', '173755.245000', '173755.705000', '173756.165000', '173756.625000', '173757.085000', '173757.545000', '173758.005000', '173758.465000', '173758.925000', '173759.385000', '173759.845000', '173800.305000', '173800.765000', '173801.225000', '173801.685000', '173802.145000', '173802.605000', '173803.065000', '173803.525000', '173803.985000', '173804.445000', '173804.905000', '173805.365000', '173805.825000', '173806.285000', '173806.745000', '173807.205000', '173807.665000', '173808.125000', '173808.585000', '173809.045000', '173809.505000', '173809.965000', '173810.425000', '173810.885000', '173811.345000', '173811.805000', '173812.265000', '173812.725000', '173813.185000', '173813.645000', '173814.105000', '173814.565000', '173815.025000', '173815.485000', '173815.945000', '173816.405000', '173816.865000', '173817.325000', '173817.785000', '173818.245000', '173818.705000', '173819.165000', '173819.625000', '173820.085000', '173820.545000', '173821.005000', '173821.465000', '173821.925000', '173822.385000', '173822.845000', '173823.305000', '173823.765000', '173824.225000', '173824.685000', '173825.145000', '173825.605000', '173826.065000', '173826.525000', '173826.985000', '173827.445000', '173827.905000', '173828.365000', '173828.825000', '173829.285000', '173829.745000', '173830.205000', '173830.665000', '173831.125000', '173831.585000', '173832.045000', '173832.505000', '173832.965000', '173833.425000', '173833.885000', '173834.345000', '173834.805000', '173835.265000', '173835.725000', '173836.185000', '173836.645000', '173837.105000', '173837.565000', '173838.025000', '173838.485000', '173838.945000', '173839.405000', '173839.865000', '173840.325000', '173840.785000', '173841.245000', '173841.705000', '173842.165000', '173842.625000', '173843.085000', '173843.545000', '173844.005000', '173844.465000', '173844.925000', '173845.385000', '173845.845000', '173846.305000', '173846.765000', '173847.225000', '173847.685000', '173848.145000', '173848.605000', '173849.065000', '173849.525000', '173849.985000', '173850.445000', '173850.905000', '173851.365000', '173851.825000', '173852.285000', '173852.745000', '173853.205000', '173853.665000', '173854.125000', '173854.585000', '173855.045000', '173855.505000', '173855.965000', '173856.425000', '173856.885000', '173857.345000', '173857.805000', '173858.265000', '173858.725000', '173859.185000', '173859.645000', '173900.105000', '173900.565000', '173901.025000', '173901.485000', '173901.945000', '173902.405000', '173902.865000', '173903.325000', '173903.785000', '173904.245000', '173904.705000', '173905.165000', '173905.625000', '173906.085000', '173906.545000', '173907.005000', '173907.465000', '173907.925000', '173908.385000', '173908.845000', '173909.305000', '173909.765000', '173910.225000', '173910.685000', '173911.145000', '173911.605000', '173912.065000', '173912.525000', '173912.985000', '173913.445000', '173913.905000', '173914.365000', '173914.825000', '173915.285000', '173915.745000', '173916.205000', '173916.665000', '173917.125000', '173917.585000', '173918.045000', '173918.505000', '173918.965000', '173919.425000', '173919.885000', '173920.345000', '173920.805000', '173921.265000', '173921.725000', '173922.185000', '173922.645000', '173923.105000', '173923.565000', '173924.025000', '173924.485000', '173924.945000', '173925.405000', '173925.865000', '173926.325000', '173926.785000', '173927.245000', '173927.705000', '173928.165000', '173928.625000', '173929.085000', '173929.545000', '173930.005000', '173930.465000', '173930.925000', '173931.385000', '173931.845000', '173932.305000', '173932.765000', '173933.225000', '173933.685000', '173934.145000', '173934.605000', '173935.065000', '173935.525000', '173935.985000', '173936.445000', '173936.905000', '173937.365000', '173937.825000', '173938.285000', '173938.745000', '173939.205000', '173939.665000', '173940.125000', '173940.585000', '173941.045000', '173941.505000', '173941.965000', '173942.425000', '173942.885000', '173943.345000', '173943.805000', '173944.265000', '173944.725000', '173945.185000', '173945.645000', '173946.105000', '173946.565000', '173947.025000', '173947.485000', '173947.945000', '173948.405000', '173948.865000', '173949.325000', '173949.785000', '173950.245000', '173950.705000', '173951.165000', '173951.625000', '173952.085000', '173952.545000', '173953.005000', '173953.465000', '173953.925000', '173954.385000', '173954.845000', '173955.305000', '173955.765000', '173956.225000', '173956.685000', '173957.145000', '173957.605000', '173958.065000', '173958.525000', '173958.985000', '173959.445000', '173959.905000', '174000.365000', '174000.825000', '174001.285000', '174001.745000', '174002.205000', '174002.665000', '174003.125000', '174003.585000', '174004.045000', '174004.505000', '174004.965000', '174005.425000', '174005.885000', '174006.345000', '174006.805000', '174007.265000', '174007.725000', '174008.185000', '174008.645000', '174009.105000', '174009.565000', '174010.025000', '174010.485000', '174010.945000', '174011.405000', '174011.865000', '174012.325000', '174012.785000', '174013.245000', '174013.705000', '174014.165000', '174014.625000', '174015.085000', '174015.545000', '174016.005000', '174016.465000', '174016.925000', '174017.385000', '174017.845000', '174018.305000', '174018.765000', '174019.225000', '174019.685000', '174020.145000', '174020.605000', '174021.065000', '174021.525000', '174021.985000', '174022.445000', '174022.905000', '174023.365000', '174023.825000', '174024.285000', '174024.745000', '174025.205000', '174025.665000', '174026.125000', '174026.585000', '174027.045000', '174027.505000', '174027.965000', '174028.425000', '174028.885000', '174029.345000', '174029.805000', '174030.265000', '174030.725000', '174031.185000', '174031.645000', '174032.105000', '174032.565000', '174033.025000', '174033.485000', '174033.945000', '174034.405000', '174034.865000', '174035.325000', '174035.785000', '174036.245000', '174036.705000', '174037.165000', '174037.625000', '174038.085000', '174038.545000', '174039.005000', '174039.465000', '174039.925000', '174040.385000', '174040.845000', '174041.305000', '174041.765000', '174042.225000', '174042.685000', '174043.145000', '174043.605000', '174044.065000', '174044.525000', '174044.985000', '174045.445000', '174045.905000', '174046.365000', '174046.825000', '174047.285000', '174047.745000', '174048.205000', '174048.665000', '174049.125000', '174049.585000', '174050.045000', '174050.505000', '174050.965000', '174051.425000', '174051.885000', '174052.345000', '174052.805000', '174053.265000', '174053.725000', '174054.185000', '174054.645000', '174055.105000', '174055.565000', '174056.025000', '174056.485000', '174056.945000', '174057.405000', '174057.865000', '174058.325000', '174058.785000', '174059.245000', '174059.705000', '174100.165000', '174100.625000', '174101.085000', '174101.545000', '174102.005000', '174102.465000', '174102.925000', '174103.385000', '174103.845000', '174104.305000', '174104.765000', '174105.225000', '174105.685000', '174106.145000', '174106.605000', '174107.065000', '174107.525000', '174107.985000', '174108.445000', '174108.905000', '174109.365000', '174109.825000', '174110.285000', '174110.745000', '174111.205000', '174111.665000', '174112.125000', '174112.585000', '174113.045000', '174113.505000', '174113.965000', '174114.425000', '174114.885000', '174115.345000', '174115.805000', '174116.265000', '174116.725000', '174117.185000', '174117.645000', '174118.105000', '174118.565000', '174119.025000', '174119.485000', '174119.945000', '174120.405000', '174120.865000', '174121.325000', '174121.785000', '174122.245000', '174122.705000', '174123.165000', '174123.625000', '174124.085000', '174124.545000', '174125.005000', '174125.465000', '174125.925000', '174126.385000', '174126.845000', '174127.305000', '174127.765000', '174128.225000', '174128.685000', '174129.145000', '174129.605000', '174130.065000', '174130.525000', '174130.985000', '174131.445000', '174131.905000', '174132.365000', '174132.825000', '174133.285000', '174133.745000', '174134.205000', '174134.665000', '174135.125000', '174135.585000', '174136.045000', '174136.505000', '174136.965000', '174137.425000', '174137.885000', '174138.345000', '174138.805000', '174139.265000', '174139.725000', '174140.185000', '174140.645000', '174141.105000', '174141.565000', '174142.025000', '174142.485000', '174142.945000', '174143.405000', '174143.865000', '174144.325000', '174144.785000', '174145.245000', '174145.705000', '174146.165000', '174146.625000', '174147.085000', '174147.545000', '174148.005000', '174148.465000', '174148.925000', '174149.385000', '174149.845000', '174150.305000', '174150.765000', '174151.225000', '174151.685000', '174152.145000', '174152.605000', '174153.065000', '174153.525000', '174153.985000', '174154.445000', '174154.905000', '174155.365000', '174155.825000', '174156.285000', '174156.745000', '174157.205000', '174157.665000', '174158.125000', '174158.585000', '174159.045000', '174159.505000', '174159.965000', '174200.425000', '174200.885000', '174201.345000', '174201.805000', '174202.265000', '174202.725000', '174203.185000', '174203.645000', '174204.105000', '174204.565000', '174205.025000', '174205.485000', '174205.945000', '174206.405000', '174206.865000', '174207.325000', '174207.785000', '174208.245000', '174208.705000', '174209.165000', '174209.625000', '174210.085000', '174210.545000', '174211.005000', '174211.465000', '174211.925000', '174212.385000', '174212.845000', '174213.305000', '174213.765000', '174214.225000', '174214.685000', '174215.145000', '174215.605000', '174216.065000', '174216.525000', '174216.985000', '174217.445000', '174217.905000', '174218.365000', '174218.825000', '174219.285000', '174219.745000', '174220.205000', '174220.665000', '174221.125000', '174221.585000', '174222.045000', '174222.505000', '174222.965000', '174223.425000', '174223.885000', '174224.345000', '174224.805000', '174225.265000', '174225.725000', '174226.185000', '174226.645000', '174227.105000', '174227.565000', '174228.025000', '174228.485000', '174228.945000', '174229.405000', '174229.865000', '174230.325000', '174230.785000', '174231.245000', '174231.705000', '174232.165000', '174232.625000', '174233.085000', '174233.545000', '174234.005000', '174234.465000', '174234.925000', '174235.385000', '174235.845000', '174236.305000', '174236.765000', '174237.225000', '174237.685000', '174238.145000', '174238.605000', '174239.065000', '174239.525000', '174239.985000', '174240.445000', '174240.905000', '174241.365000', '174241.825000', '174242.285000', '174242.745000', '174243.205000', '174243.665000', '174244.125000', '174244.585000', '174245.045000', '174245.505000', '174245.965000', '174246.425000', '174246.885000', '174247.345000', '174247.805000', '174248.265000', '174248.725000', '174249.185000', '174249.645000', '174250.105000', '174250.565000', '174251.025000', '174251.485000', '174251.945000', '174252.405000', '174252.865000', '174253.325000', '174253.785000', '174254.245000', '174254.705000', '174255.165000', '174255.625000', '174256.085000', '174256.545000', '174257.005000', '174257.465000', '174257.925000', '174258.385000', '174258.845000', '174259.305000', '174259.765000', '174300.225000', '174300.685000', '174301.145000', '174301.605000', '174302.065000', '174302.525000', '174302.985000', '174303.445000', '174303.905000', '174304.365000', '174304.825000', '174305.285000', '174305.745000', '174306.205000', '174306.665000', '174307.125000', '174307.585000', '174308.045000', '174308.505000', '174308.965000', '174309.425000', '174309.885000', '174310.345000', '174310.805000', '174311.265000', '174311.725000', '174312.185000', '174312.645000', '174313.105000', '174313.565000', '174314.025000', '174314.485000', '174314.945000', '174315.405000', '174315.865000', '174316.325000', '174316.785000', '174317.245000', '174317.705000', '174318.165000', '174318.625000', '174319.085000', '174319.545000', '174320.005000'], 'ContentTime': ['173704.922000', '173704.926000', '173704.928000', '173704.931000', '173704.934000', '173704.936000', '173704.939000', '173704.941000', '173704.944000', '173704.947000', '173704.949000', '173704.952000', '173704.954000', '173704.957000', '173704.960000', '173704.962000', '173704.965000', '173704.968000', '173704.970000', '173704.973000', '173704.975000', '173704.978000', '173704.980000', '173704.983000', '173704.985000', '173704.988000', '173704.991000', '173704.993000', '173704.996000', '173704.998000', '173705.002000', '173705.005000', '173705.007000', '173705.010000', '173705.012000', '173705.017000', '173705.019000', '173705.022000', '173705.024000', '173705.027000', '173705.029000', '173705.041000', '173705.044000', '173705.046000', '173705.049000', '173705.051000', '173705.054000', '173705.057000', '173705.059000', '173705.062000', '173705.064000', '173705.067000', '173724.881000', '173724.884000', '173724.887000', '173724.890000', '173724.893000', '173724.896000', '173724.898000', '173724.901000', '173724.903000', '173724.906000', '173724.908000', '173724.911000', '173724.914000', '173724.916000', '173724.919000', '173724.921000', '173724.924000', '173724.927000', '173724.929000', '173724.932000', '173724.934000', '173724.937000', '173724.940000', '173724.951000', '173724.954000', '173724.957000', '173724.960000', '173724.962000', '173724.965000', '173724.967000', '173724.970000', '173724.973000', '173724.975000', '173724.978000', '173724.980000', '173724.983000', '173724.985000', '173724.988000', '173724.991000', '173724.994000', '173724.996000', '173725.000000', '173725.003000', '173725.005000', '173744.880000', '173744.883000', '173744.886000', '173744.889000', '173744.892000', '173744.894000', '173744.897000', '173744.900000', '173744.903000', '173744.917000', '173744.920000', '173744.922000', '173744.925000', '173744.928000', '173744.930000', '173744.933000', '173744.936000', '173744.938000', '173744.941000', '173744.944000', '173744.946000', '173744.949000', '173744.952000', '173744.954000', '173744.957000', '173744.960000', '173744.962000', '173744.965000', '173744.967000', '173744.970000', '173744.973000', '173744.976000', '173744.979000', '173744.982000', '173744.985000', '173744.991000', '173744.994000', '173744.997000', '173745.001000', '173745.003000', '173745.006000', '173745.008000', '173745.011000', '173804.882000', '173804.885000', '173804.887000', '173804.890000', '173804.892000', '173804.895000', '173804.898000', '173804.901000', '173804.904000', '173804.906000', '173804.921000', '173804.924000', '173804.927000', '173804.929000', '173804.932000', '173804.935000', '173804.937000', '173804.940000', '173804.943000', '173804.945000', '173804.948000', '173804.951000', '173804.953000', '173804.956000', '173804.959000', '173804.962000', '173804.965000', '173804.967000', '173804.970000', '173804.973000', '173804.975000', '173804.978000', '173804.981000', '173804.984000', '173804.987000', '173804.989000', '173804.992000', '173804.994000', '173804.997000', '173805.001000', '173805.003000', '173805.006000', '173805.008000', '173805.011000', '173824.881000', '173824.884000', '173824.887000', '173824.890000', '173824.893000', '173824.896000', '173824.898000', '173824.901000', '173824.904000', '173824.906000', '173824.909000', '173824.912000', '173824.914000', '173824.917000', '173824.919000', '173824.922000', '173824.925000', '173824.927000', '173824.930000', '173824.933000', '173824.935000', '173824.938000', '173824.941000', '173824.943000', '173824.946000', '173824.949000', '173824.952000', '173824.954000', '173824.957000', '173824.960000', '173824.963000', '173824.966000', '173824.969000', '173824.972000', '173824.974000', '173824.977000', '173824.980000', '173824.982000', '173824.985000', '173824.987000', '173824.990000', '173824.993000', '173824.995000', '173844.881000', '173844.884000', '173844.887000', '173844.890000', '173844.892000', '173844.895000', '173844.898000', '173844.900000', '173844.903000', '173844.905000', '173844.908000', '173844.922000', '173844.925000', '173844.927000', '173844.930000', '173844.933000', '173844.935000', '173844.938000', '173844.941000', '173844.943000', '173844.946000', '173844.948000', '173844.951000', '173844.954000', '173844.956000', '173844.959000', '173844.961000', '173844.964000', '173845.005000', '173845.008000', '173845.011000', '173845.014000', '173845.016000', '173845.019000', '173845.022000', '173845.024000', '173845.027000', '173845.030000', '173845.033000', '173845.035000', '173845.038000', '173845.041000', '173845.043000', '173845.046000', '173904.882000', '173904.885000', '173904.887000', '173904.890000', '173904.893000', '173904.895000', '173904.898000', '173904.900000', '173904.903000', '173904.906000', '173904.909000', '173904.911000', '173904.914000', '173904.917000', '173904.919000', '173904.922000', '173904.925000', '173904.927000', '173904.930000', '173904.933000', '173904.936000', '173904.939000', '173904.942000', '173904.944000', '173904.947000', '173904.950000', '173904.952000', '173904.955000', '173904.957000', '173904.960000', '173904.963000', '173904.965000', '173904.969000', '173904.972000', '173904.975000', '173904.977000', '173904.980000', '173904.983000', '173904.985000', '173904.988000', '173904.990000', '173904.993000', '173904.996000', '173924.881000', '173924.884000', '173924.887000', '173924.890000', '173924.892000', '173924.895000', '173924.898000', '173924.900000', '173924.903000', '173924.905000', '173924.908000', '173924.911000', '173924.913000', '173924.916000', '173924.919000', '173924.921000', '173924.924000', '173924.927000', '173924.929000', '173924.932000', '173924.935000', '173924.942000', '173924.945000', '173924.948000', '173924.950000', '173924.953000', '173924.956000', '173924.958000', '173924.961000', '173924.963000', '173924.966000', '173924.969000', '173924.972000', '173924.974000', '173924.977000', '173924.979000', '173924.982000', '173924.985000', '173924.987000', '173924.990000', '173924.992000', '173924.995000', '173924.998000', '173925.002000', '173944.882000', '173944.884000', '173944.887000', '173944.890000', '173944.892000', '173944.895000', '173944.898000', '173944.900000', '173944.903000', '173944.906000', '173944.908000', '173944.911000', '173944.913000', '173944.916000', '173944.919000', '173944.921000', '173944.924000', '173944.926000', '173944.929000', '173944.932000', '173944.934000', '173944.937000', '173944.939000', '173944.942000', '173944.945000', '173944.947000', '173944.950000', '173944.952000', '173944.955000', '173944.958000', '173944.960000', '173944.963000', '173944.965000', '173944.968000', '173944.971000', '173944.973000', '173944.976000', '173944.979000', '173944.982000', '173944.985000', '173944.988000', '173944.991000', '173944.993000', '174004.881000', '174004.883000', '174004.886000', '174004.889000', '174004.892000', '174004.894000', '174004.897000', '174004.900000', '174004.903000', '174004.906000', '174004.909000', '174004.912000', '174004.914000', '174004.917000', '174004.919000', '174004.922000', '174004.925000', '174004.927000', '174004.930000', '174004.932000', '174004.935000', '174004.938000', '174004.940000', '174004.943000', '174004.945000', '174004.948000', '174004.951000', '174004.953000', '174004.956000', '174004.959000', '174004.961000', '174004.964000', '174004.967000', '174004.969000', '174004.972000', '174004.974000', '174004.977000', '174004.980000', '174004.982000', '174004.985000', '174004.987000', '174004.990000', '174004.993000', '174024.882000', '174024.884000', '174024.887000', '174024.890000', '174024.892000', '174024.895000', '174024.898000', '174024.900000', '174024.903000', '174024.905000', '174024.922000', '174024.925000', '174024.928000', '174024.930000', '174024.933000', '174024.935000', '174024.938000', '174024.941000', '174024.943000', '174024.946000', '174024.948000', '174024.951000', '174024.954000', '174024.956000', '174024.959000', '174024.962000', '174024.964000', '174024.967000', '174024.970000', '174024.972000', '174024.975000', '174024.977000', '174024.980000', '174024.982000', '174024.985000', '174024.988000', '174024.990000', '174024.993000', '174024.996000', '174024.998000', '174025.002000', '174025.004000', '174025.007000', '174025.010000', '174044.881000', '174044.884000', '174044.887000', '174044.890000', '174044.892000', '174044.895000', '174044.897000', '174044.900000', '174044.903000', '174044.905000', '174044.908000', '174044.911000', '174044.913000', '174044.916000', '174044.918000', '174044.921000', '174044.924000', '174044.926000', '174044.929000', '174044.931000', '174044.934000', '174044.937000', '174044.939000', '174044.942000', '174044.945000', '174044.947000', '174044.950000', '174044.952000', '174044.955000', '174044.957000', '174044.960000', '174044.963000', '174044.965000', '174044.968000', '174044.971000', '174044.973000', '174044.976000', '174044.978000', '174044.981000', '174044.987000', '174044.989000', '174044.992000', '174044.995000', '174044.997000', '174104.882000', '174104.884000', '174104.887000', '174104.890000', '174104.892000', '174104.895000', '174104.897000', '174104.900000', '174104.903000', '174104.905000', '174104.908000', '174104.911000', '174104.913000', '174104.916000', '174104.918000', '174104.921000', '174104.924000', '174104.926000', '174104.929000', '174104.931000', '174104.934000', '174104.937000', '174104.939000', '174104.942000', '174104.945000', '174104.947000', '174104.950000', '174104.953000', '174104.955000', '174104.958000', '174104.960000', '174104.963000', '174104.966000', '174104.968000', '174104.971000', '174104.973000', '174104.976000', '174104.979000', '174104.981000', '174104.984000', '174104.986000', '174104.989000', '174104.992000', '174124.881000', '174124.884000', '174124.887000', '174124.890000', '174124.892000', '174124.895000', '174124.897000', '174124.900000', '174124.903000', '174124.905000', '174124.908000', '174124.911000', '174124.913000', '174124.916000', '174124.918000', '174124.921000', '174124.924000', '174124.926000', '174124.929000', '174124.932000', '174124.934000', '174124.937000', '174124.940000', '174124.942000', '174124.945000', '174124.947000', '174124.950000', '174124.953000', '174124.955000', '174124.958000', '174124.960000', '174124.963000', '174124.965000', '174124.968000', '174124.971000', '174124.973000', '174124.976000', '174124.979000', '174124.981000', '174124.984000', '174124.986000', '174124.989000', '174124.992000', '174124.994000', '174144.881000', '174144.884000', '174144.887000', '174144.890000', '174144.892000', '174144.895000', '174144.897000', '174144.900000', '174144.903000', '174144.905000', '174144.908000', '174144.910000', '174144.913000', '174144.916000', '174144.918000', '174144.921000', '174144.923000', '174144.926000', '174144.929000', '174144.931000', '174144.934000', '174144.937000', '174144.939000', '174144.942000', '174144.944000', '174144.947000', '174144.950000', '174144.952000', '174144.955000', '174144.957000', '174144.960000', '174144.963000', '174144.965000', '174144.968000', '174144.987000', '174144.990000', '174144.993000', '174144.995000', '174144.998000', '174145.001000', '174145.004000', '174145.007000', '174145.009000', '174204.882000', '174204.884000', '174204.887000', '174204.890000', '174204.892000', '174204.895000', '174204.898000', '174204.900000', '174204.903000', '174204.912000', '174204.915000', '174204.917000', '174204.920000', '174204.922000', '174204.925000', '174204.928000', '174204.930000', '174204.933000', '174204.936000', '174204.938000', '174204.941000', '174204.944000', '174204.946000', '174204.949000', '174204.951000', '174204.954000', '174204.957000', '174204.959000', '174204.962000', '174204.965000', '174204.967000', '174204.970000', '174204.972000', '174204.975000', '174204.978000', '174204.980000', '174204.983000', '174204.985000', '174204.988000', '174204.991000', '174204.993000', '174204.996000', '174205.000000', '174205.002000', '174224.880000', '174224.883000', '174224.886000', '174224.888000', '174224.891000', '174224.894000', '174224.896000', '174224.899000', '174224.902000', '174224.904000', '174224.907000', '174224.909000', '174224.912000', '174224.914000', '174224.917000', '174224.920000', '174224.922000', '174224.925000', '174224.928000', '174224.930000', '174224.933000', '174224.936000', '174224.938000', '174224.941000', '174224.943000', '174224.946000', '174224.949000', '174224.951000', '174224.954000', '174224.956000', '174224.959000', '174224.962000', '174224.964000', '174224.967000', '174224.970000', '174224.972000', '174224.975000', '174224.977000', '174224.980000', '174224.983000', '174224.985000', '174224.988000', '174224.992000', '174244.882000', '174244.884000', '174244.887000', '174244.890000', '174244.892000', '174244.895000', '174244.898000', '174244.900000', '174244.903000', '174244.905000', '174244.908000', '174244.911000', '174244.914000', '174244.916000', '174244.919000', '174244.922000', '174244.924000', '174244.927000', '174244.930000', '174244.932000', '174244.935000', '174244.938000', '174244.940000', '174244.943000', '174244.945000', '174244.948000', '174244.951000', '174244.953000', '174244.956000', '174244.958000', '174244.961000', '174244.963000', '174244.966000', '174244.969000', '174244.971000', '174244.974000', '174244.977000', '174244.979000', '174244.982000', '174244.984000', '174244.987000', '174244.990000', '174244.992000', '174244.995000', '174304.882000', '174304.885000', '174304.888000', '174304.891000', '174304.893000', '174304.896000', '174304.898000', '174304.901000', '174304.904000', '174304.906000', '174304.909000', '174304.911000', '174304.914000', '174304.917000', '174304.919000', '174304.922000', '174304.925000', '174304.927000', '174304.930000', '174304.932000', '174304.935000', '174304.938000', '174304.940000', '174304.943000', '174304.945000', '174304.948000', '174304.951000', '174304.953000', '174304.956000', '174304.958000', '174304.961000', '174304.964000', '174304.966000', '174304.969000', '174304.971000', '174304.974000', '174304.977000', '174304.979000', '174304.982000', '174304.984000', '174304.987000', '174304.990000', '174304.992000', '174321.663000', '174321.666000', '174321.681000', '174321.684000', '174321.686000', '174321.689000', '174321.692000', '174321.695000', '174321.698000', '174321.701000', '174321.704000', '174321.706000', '174321.709000', '174321.713000', '174321.715000', '174321.718000', '174321.721000', '174321.724000', '174321.727000', '174321.729000', '174321.733000', '174321.736000', '174321.738000', '174321.741000', '174321.744000', '174321.747000', '174321.749000', '174321.752000', '174321.755000', '174321.757000', '174321.760000', '174321.763000', '174321.765000', '174321.768000', '174321.771000', '174321.774000', '174321.776000'], 'InstanceCreationTime': ['173704.922000', '173704.926000', '173704.928000', '173704.931000', '173704.934000', '173704.936000', '173704.939000', '173704.941000', '173704.944000', '173704.947000', '173704.949000', '173704.952000', '173704.954000', '173704.957000', '173704.960000', '173704.962000', '173704.965000', '173704.968000', '173704.970000', '173704.973000', '173704.975000', '173704.978000', '173704.980000', '173704.983000', '173704.985000', '173704.988000', '173704.991000', '173704.993000', '173704.996000', '173704.998000', '173705.002000', '173705.005000', '173705.007000', '173705.010000', '173705.012000', '173705.017000', '173705.019000', '173705.022000', '173705.024000', '173705.027000', '173705.029000', '173705.041000', '173705.044000', '173705.046000', '173705.049000', '173705.051000', '173705.054000', '173705.057000', '173705.059000', '173705.062000', '173705.064000', '173705.067000', '173724.881000', '173724.884000', '173724.887000', '173724.890000', '173724.893000', '173724.896000', '173724.898000', '173724.901000', '173724.903000', '173724.906000', '173724.908000', '173724.911000', '173724.914000', '173724.916000', '173724.919000', '173724.921000', '173724.924000', '173724.927000', '173724.929000', '173724.932000', '173724.934000', '173724.937000', '173724.940000', '173724.951000', '173724.954000', '173724.957000', '173724.960000', '173724.962000', '173724.965000', '173724.967000', '173724.970000', '173724.973000', '173724.975000', '173724.978000', '173724.980000', '173724.983000', '173724.985000', '173724.988000', '173724.991000', '173724.994000', '173724.996000', '173725.000000', '173725.003000', '173725.005000', '173744.880000', '173744.883000', '173744.886000', '173744.889000', '173744.892000', '173744.894000', '173744.897000', '173744.900000', '173744.903000', '173744.917000', '173744.920000', '173744.922000', '173744.925000', '173744.928000', '173744.930000', '173744.933000', '173744.936000', '173744.938000', '173744.941000', '173744.944000', '173744.946000', '173744.949000', '173744.952000', '173744.954000', '173744.957000', '173744.960000', '173744.962000', '173744.965000', '173744.967000', '173744.970000', '173744.973000', '173744.976000', '173744.979000', '173744.982000', '173744.985000', '173744.991000', '173744.994000', '173744.997000', '173745.001000', '173745.003000', '173745.006000', '173745.008000', '173745.011000', '173804.882000', '173804.885000', '173804.887000', '173804.890000', '173804.892000', '173804.895000', '173804.898000', '173804.901000', '173804.904000', '173804.906000', '173804.921000', '173804.924000', '173804.927000', '173804.929000', '173804.932000', '173804.935000', '173804.937000', '173804.940000', '173804.943000', '173804.945000', '173804.948000', '173804.951000', '173804.953000', '173804.956000', '173804.959000', '173804.962000', '173804.965000', '173804.967000', '173804.970000', '173804.973000', '173804.975000', '173804.978000', '173804.981000', '173804.984000', '173804.987000', '173804.989000', '173804.992000', '173804.994000', '173804.997000', '173805.001000', '173805.003000', '173805.006000', '173805.008000', '173805.011000', '173824.881000', '173824.884000', '173824.887000', '173824.890000', '173824.893000', '173824.896000', '173824.898000', '173824.901000', '173824.904000', '173824.906000', '173824.909000', '173824.912000', '173824.914000', '173824.917000', '173824.919000', '173824.922000', '173824.925000', '173824.927000', '173824.930000', '173824.933000', '173824.935000', '173824.938000', '173824.941000', '173824.943000', '173824.946000', '173824.949000', '173824.952000', '173824.954000', '173824.957000', '173824.960000', '173824.963000', '173824.966000', '173824.969000', '173824.972000', '173824.974000', '173824.977000', '173824.980000', '173824.982000', '173824.985000', '173824.987000', '173824.990000', '173824.993000', '173824.995000', '173844.881000', '173844.884000', '173844.887000', '173844.890000', '173844.892000', '173844.895000', '173844.898000', '173844.900000', '173844.903000', '173844.905000', '173844.908000', '173844.922000', '173844.925000', '173844.927000', '173844.930000', '173844.933000', '173844.935000', '173844.938000', '173844.941000', '173844.943000', '173844.946000', '173844.948000', '173844.951000', '173844.954000', '173844.956000', '173844.959000', '173844.961000', '173844.964000', '173845.005000', '173845.008000', '173845.011000', '173845.014000', '173845.016000', '173845.019000', '173845.022000', '173845.024000', '173845.027000', '173845.030000', '173845.033000', '173845.035000', '173845.038000', '173845.041000', '173845.043000', '173845.046000', '173904.882000', '173904.885000', '173904.887000', '173904.890000', '173904.893000', '173904.895000', '173904.898000', '173904.900000', '173904.903000', '173904.906000', '173904.909000', '173904.911000', '173904.914000', '173904.917000', '173904.919000', '173904.922000', '173904.925000', '173904.927000', '173904.930000', '173904.933000', '173904.936000', '173904.939000', '173904.942000', '173904.944000', '173904.947000', '173904.950000', '173904.952000', '173904.955000', '173904.957000', '173904.960000', '173904.963000', '173904.965000', '173904.969000', '173904.972000', '173904.975000', '173904.977000', '173904.980000', '173904.983000', '173904.985000', '173904.988000', '173904.990000', '173904.993000', '173904.996000', '173924.881000', '173924.884000', '173924.887000', '173924.890000', '173924.892000', '173924.895000', '173924.898000', '173924.900000', '173924.903000', '173924.905000', '173924.908000', '173924.911000', '173924.913000', '173924.916000', '173924.919000', '173924.921000', '173924.924000', '173924.927000', '173924.929000', '173924.932000', '173924.935000', '173924.942000', '173924.945000', '173924.948000', '173924.950000', '173924.953000', '173924.956000', '173924.958000', '173924.961000', '173924.963000', '173924.966000', '173924.969000', '173924.972000', '173924.974000', '173924.977000', '173924.979000', '173924.982000', '173924.985000', '173924.987000', '173924.990000', '173924.992000', '173924.995000', '173924.998000', '173925.002000', '173944.882000', '173944.884000', '173944.887000', '173944.890000', '173944.892000', '173944.895000', '173944.898000', '173944.900000', '173944.903000', '173944.906000', '173944.908000', '173944.911000', '173944.913000', '173944.916000', '173944.919000', '173944.921000', '173944.924000', '173944.926000', '173944.929000', '173944.932000', '173944.934000', '173944.937000', '173944.939000', '173944.942000', '173944.945000', '173944.947000', '173944.950000', '173944.952000', '173944.955000', '173944.958000', '173944.960000', '173944.963000', '173944.965000', '173944.968000', '173944.971000', '173944.973000', '173944.976000', '173944.979000', '173944.982000', '173944.985000', '173944.988000', '173944.991000', '173944.993000', '174004.881000', '174004.883000', '174004.886000', '174004.889000', '174004.892000', '174004.894000', '174004.897000', '174004.900000', '174004.903000', '174004.906000', '174004.909000', '174004.912000', '174004.914000', '174004.917000', '174004.919000', '174004.922000', '174004.925000', '174004.927000', '174004.930000', '174004.932000', '174004.935000', '174004.938000', '174004.940000', '174004.943000', '174004.945000', '174004.948000', '174004.951000', '174004.953000', '174004.956000', '174004.959000', '174004.961000', '174004.964000', '174004.967000', '174004.969000', '174004.972000', '174004.974000', '174004.977000', '174004.980000', '174004.982000', '174004.985000', '174004.987000', '174004.990000', '174004.993000', '174024.882000', '174024.884000', '174024.887000', '174024.890000', '174024.892000', '174024.895000', '174024.898000', '174024.900000', '174024.903000', '174024.905000', '174024.922000', '174024.925000', '174024.928000', '174024.930000', '174024.933000', '174024.935000', '174024.938000', '174024.941000', '174024.943000', '174024.946000', '174024.948000', '174024.951000', '174024.954000', '174024.956000', '174024.959000', '174024.962000', '174024.964000', '174024.967000', '174024.970000', '174024.972000', '174024.975000', '174024.977000', '174024.980000', '174024.982000', '174024.985000', '174024.988000', '174024.990000', '174024.993000', '174024.996000', '174024.998000', '174025.002000', '174025.004000', '174025.007000', '174025.010000', '174044.881000', '174044.884000', '174044.887000', '174044.890000', '174044.892000', '174044.895000', '174044.897000', '174044.900000', '174044.903000', '174044.905000', '174044.908000', '174044.911000', '174044.913000', '174044.916000', '174044.918000', '174044.921000', '174044.924000', '174044.926000', '174044.929000', '174044.931000', '174044.934000', '174044.937000', '174044.939000', '174044.942000', '174044.945000', '174044.947000', '174044.950000', '174044.952000', '174044.955000', '174044.957000', '174044.960000', '174044.963000', '174044.965000', '174044.968000', '174044.971000', '174044.973000', '174044.976000', '174044.978000', '174044.981000', '174044.987000', '174044.989000', '174044.992000', '174044.995000', '174044.997000', '174104.882000', '174104.884000', '174104.887000', '174104.890000', '174104.892000', '174104.895000', '174104.897000', '174104.900000', '174104.903000', '174104.905000', '174104.908000', '174104.911000', '174104.913000', '174104.916000', '174104.918000', '174104.921000', '174104.924000', '174104.926000', '174104.929000', '174104.931000', '174104.934000', '174104.937000', '174104.939000', '174104.942000', '174104.945000', '174104.947000', '174104.950000', '174104.953000', '174104.955000', '174104.958000', '174104.960000', '174104.963000', '174104.966000', '174104.968000', '174104.971000', '174104.973000', '174104.976000', '174104.979000', '174104.981000', '174104.984000', '174104.986000', '174104.989000', '174104.992000', '174124.881000', '174124.884000', '174124.887000', '174124.890000', '174124.892000', '174124.895000', '174124.897000', '174124.900000', '174124.903000', '174124.905000', '174124.908000', '174124.911000', '174124.913000', '174124.916000', '174124.918000', '174124.921000', '174124.924000', '174124.926000', '174124.929000', '174124.932000', '174124.934000', '174124.937000', '174124.940000', '174124.942000', '174124.945000', '174124.947000', '174124.950000', '174124.953000', '174124.955000', '174124.958000', '174124.960000', '174124.963000', '174124.965000', '174124.968000', '174124.971000', '174124.973000', '174124.976000', '174124.979000', '174124.981000', '174124.984000', '174124.986000', '174124.989000', '174124.992000', '174124.994000', '174144.881000', '174144.884000', '174144.887000', '174144.890000', '174144.892000', '174144.895000', '174144.897000', '174144.900000', '174144.903000', '174144.905000', '174144.908000', '174144.910000', '174144.913000', '174144.916000', '174144.918000', '174144.921000', '174144.923000', '174144.926000', '174144.929000', '174144.931000', '174144.934000', '174144.937000', '174144.939000', '174144.942000', '174144.944000', '174144.947000', '174144.950000', '174144.952000', '174144.955000', '174144.957000', '174144.960000', '174144.963000', '174144.965000', '174144.968000', '174144.987000', '174144.990000', '174144.993000', '174144.995000', '174144.998000', '174145.001000', '174145.004000', '174145.007000', '174145.009000', '174204.882000', '174204.884000', '174204.887000', '174204.890000', '174204.892000', '174204.895000', '174204.898000', '174204.900000', '174204.903000', '174204.912000', '174204.915000', '174204.917000', '174204.920000', '174204.922000', '174204.925000', '174204.928000', '174204.930000', '174204.933000', '174204.936000', '174204.938000', '174204.941000', '174204.944000', '174204.946000', '174204.949000', '174204.951000', '174204.954000', '174204.957000', '174204.959000', '174204.962000', '174204.965000', '174204.967000', '174204.970000', '174204.972000', '174204.975000', '174204.978000', '174204.980000', '174204.983000', '174204.985000', '174204.988000', '174204.991000', '174204.993000', '174204.996000', '174205.000000', '174205.002000', '174224.880000', '174224.883000', '174224.886000', '174224.888000', '174224.891000', '174224.894000', '174224.896000', '174224.899000', '174224.902000', '174224.904000', '174224.907000', '174224.909000', '174224.912000', '174224.914000', '174224.917000', '174224.920000', '174224.922000', '174224.925000', '174224.928000', '174224.930000', '174224.933000', '174224.936000', '174224.938000', '174224.941000', '174224.943000', '174224.946000', '174224.949000', '174224.951000', '174224.954000', '174224.956000', '174224.959000', '174224.962000', '174224.964000', '174224.967000', '174224.970000', '174224.972000', '174224.975000', '174224.977000', '174224.980000', '174224.983000', '174224.985000', '174224.988000', '174224.992000', '174244.882000', '174244.884000', '174244.887000', '174244.890000', '174244.892000', '174244.895000', '174244.898000', '174244.900000', '174244.903000', '174244.905000', '174244.908000', '174244.911000', '174244.914000', '174244.916000', '174244.919000', '174244.922000', '174244.924000', '174244.927000', '174244.930000', '174244.932000', '174244.935000', '174244.938000', '174244.940000', '174244.943000', '174244.945000', '174244.948000', '174244.951000', '174244.953000', '174244.956000', '174244.958000', '174244.961000', '174244.963000', '174244.966000', '174244.969000', '174244.971000', '174244.974000', '174244.977000', '174244.979000', '174244.982000', '174244.984000', '174244.987000', '174244.990000', '174244.992000', '174244.995000', '174304.882000', '174304.885000', '174304.888000', '174304.891000', '174304.893000', '174304.896000', '174304.898000', '174304.901000', '174304.904000', '174304.906000', '174304.909000', '174304.911000', '174304.914000', '174304.917000', '174304.919000', '174304.922000', '174304.925000', '174304.927000', '174304.930000', '174304.932000', '174304.935000', '174304.938000', '174304.940000', '174304.943000', '174304.945000', '174304.948000', '174304.951000', '174304.953000', '174304.956000', '174304.958000', '174304.961000', '174304.964000', '174304.966000', '174304.969000', '174304.971000', '174304.974000', '174304.977000', '174304.979000', '174304.982000', '174304.984000', '174304.987000', '174304.990000', '174304.992000', '174321.663000', '174321.666000', '174321.681000', '174321.684000', '174321.686000', '174321.689000', '174321.692000', '174321.695000', '174321.698000', '174321.701000', '174321.704000', '174321.706000', '174321.709000', '174321.713000', '174321.715000', '174321.718000', '174321.721000', '174321.724000', '174321.727000', '174321.729000', '174321.733000', '174321.736000', '174321.738000', '174321.741000', '174321.744000', '174321.747000', '174321.749000', '174321.752000', '174321.755000', '174321.757000', '174321.760000', '174321.763000', '174321.765000', '174321.768000', '174321.771000', '174321.774000', '174321.776000'], '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': [16084, 9872, 13013, 10048, 14386, 9795, 10623, 9748, 8237, 8815, 8346, 9976, 8696, 10073, 8329, 10166, 8124, 9597, 8345, 9224, 13471, 9085, 11710, 9369, 11642, 9615, 11021, 9248, 9835, 9027, 10085, 9362, 9811, 9063, 10092, 8466, 10431, 8970, 9326, 9444, 9670, 8970, 11042, 9234, 8183, 10179, 8550, 10148, 8855, 11413, 9459, 10748, 9470, 9922, 9737, 9593, 8958, 10063, 8997, 10142, 8908, 10594, 8604, 10274, 9671, 10826, 9138, 12358, 9363, 13138, 9007, 11558, 9216, 11341, 9574, 11244, 9278, 10801, 9506, 10430, 9441, 10760, 9543, 11052, 9285, 11647, 9122, 13145, 9166, 8872, 9038, 8977, 9285, 9007, 9861, 9210, 11174, 8991, 9970, 9396, 9734, 9331, 9793, 8709, 9632, 13117, 9312, 11360, 9509, 11779, 8884, 11206, 9170, 10929, 9075, 10215, 9122, 11769, 8941, 7669, 9347, 8177, 9580, 8462, 10368, 9168, 10690, 9088, 10890, 9582, 11336, 9414, 11709, 9601, 11366, 9688, 14524, 9301, 11812, 9159, 12009, 9575, 8798, 9762, 8714, 11170, 8599, 10760, 9483, 11113, 9288, 11473, 9210, 11514, 9066, 11644, 9289, 14678, 9082, 14617, 9222, 11667, 9098, 12269, 9357, 11262, 9502, 12123, 8882, 12680, 8945, 8035, 9025, 8245, 9781, 8221, 10963, 8757, 11212, 8603, 10431, 9585, 9808, 10279, 9548, 16189, 9214, 15496, 9242, 12004, 9100, 13613, 9349, 11453, 8990, 11106, 9337, 14513, 9063, 12698, 8857, 13380, 9018, 9527, 8906, 10284, 8943, 13897, 9162, 11575, 9173, 12420, 9211, 11290, 9877, 12033, 8473, 10478, 8693, 10651, 8725, 10647, 8509, 9896, 9343, 10158, 9026, 10275, 8864, 10863, 8899, 11390, 9020, 11717, 9186, 10811, 9348, 10741, 9350, 10540, 8860, 12097, 8752, 10986, 8767, 10272, 8471, 11057, 8328, 10742, 8406, 10496, 9213, 10856, 8939, 11064, 8577, 10020, 8781, 9695, 9042, 9749, 8341, 9414, 13030, 8612, 11416, 9291, 11117, 8981, 10639, 8786, 11618, 8615, 9706, 8897, 7670, 10089, 8659, 9561, 8855, 10055, 8830, 11499, 8876, 11129, 8635, 11562, 8624, 10505, 8971, 10808, 9025, 10675, 9517, 11055, 8917, 10214, 9213, 9686, 11723, 9156, 11842, 8820, 11864, 9028, 11644, 9078, 10312, 8816, 10049, 8334, 10589, 8460, 9883, 7917, 9114, 8133, 9277, 8828, 9438, 8532, 9695, 8437, 10402, 8181, 10546, 9254, 10582, 8753, 10728, 8994, 11200, 8695, 11177, 8589, 10612, 8768, 11029, 9020, 11149, 9087, 10407, 8837, 10227, 9516, 10636, 8756, 11389, 8766, 10195, 8730, 9879, 8981, 9293, 12026, 8872, 12078, 8883, 11109, 8359, 10046, 8601, 9480, 8453, 8729, 12837, 8580, 12933, 8440, 10717, 8767, 10309, 8774, 10538, 8319, 9807, 8136, 9372, 8344, 8819, 10304, 8745, 11598, 8762, 11422, 8952, 10993, 8853, 10176, 9229, 11131, 8737, 9834, 8557, 10043, 8781, 9837, 8350, 10459, 8815, 10857, 8811, 10540, 9134, 11437, 9021, 10181, 9045, 10205, 9559, 9610, 11861, 8869, 12875, 8981, 11816, 9361, 13913, 8859, 11053, 8991, 11036, 8560, 10485, 8535, 10233, 8617, 9608, 12945, 8633, 12126, 8656, 10805, 8553, 9908, 8788, 8881, 12747, 8582, 11038, 8447, 11847, 8714, 12132, 8688, 10173, 8047, 10750, 8253, 9589, 8043, 9030, 11746, 9146, 10863, 8608, 11090, 8567, 9851, 8522, 9158, 8958, 9273, 8631, 9645, 7890, 10238, 8175, 11058, 8755, 10842, 8708, 11885, 9640, 9777, 11402, 9885, 11469, 9679, 12482, 8924, 12869, 9111, 12149, 9041, 11479, 9245, 10730, 9613, 11245, 8766, 10135, 8967, 11132, 8579, 10733, 8420, 10008, 8391, 10183, 8400, 11186, 8285, 9532, 9071, 9258, 12238, 8776, 12201, 9059, 11366, 9258, 10034, 8704, 9559, 8755, 9240, 8760, 8844, 11335, 8620, 10815, 8523, 10584, 8429, 10052, 8217, 9175, 8134, 8932, 10690, 8823, 9966, 8854, 7892, 8905, 8276, 9141, 8277, 9944, 8422, 10301, 9115, 10596, 9311, 11489, 8594, 10979, 8715, 11408, 9157, 9961, 9668, 9891, 12207, 9525, 15071, 8872, 12080, 9100, 11628, 8502, 10037, 8742, 9264, 8563, 8776, 8859, 8672, 12472, 8538, 11236, 8417, 10465, 8503, 9690, 8968, 9566, 8556, 9127, 11392, 8818, 11650, 9096, 11067, 9176, 11368, 8698, 10678, 8818, 9928, 9034, 9171, 10288, 8929, 12133, 8996, 11673, 9303, 11105, 9246, 11142, 9111, 10633, 9673, 10300, 9832, 10735, 9752, 10203, 9098, 10349, 8824, 9478, 8575, 9978, 8678, 9857, 8570, 9013, 8615, 9275, 8029, 8971, 7904, 9126, 11128, 8972, 12322, 8974, 9358, 9044, 7961, 9045, 10213, 9019, 13892, 9251, 12958, 9316, 11292, 9111, 12821, 9249, 11067, 9402, 8282, 9375, 9454, 9115, 12327, 9564, 8241, 9521, 9005, 9291, 12293, 9248, 9276, 9377, 10695, 9104, 13330, 9221, 10742, 9131, 12284, 9075, 13349, 9029, 15076, 9237, 14854, 9274, 10943, 9221, 11069, 8992, 12206, 9080, 11683, 9151, 14102, 8736, 15000, 9144, 14105, 9359, 14062, 9067, 11845, 9461, 11993, 9580, 11342, 9291, 10762, 9454, 11325, 9362, 10924, 9360, 10551, 9313, 10629, 9481, 10992, 9708, 11448, 8896, 9980, 9002, 9901, 8580, 9365, 10889, 9103, 12049, 8866, 11731, 9287, 10656, 9573, 10121, 8649, 10728, 8425, 9808, 8916, 10090, 8544, 9618, 8717, 9369, 8537, 9571, 8629, 9717, 8858, 9527, 9521, 9137, 14497, 9263, 14925, 9386, 11305, 9560, 11184, 9163, 10349, 8747, 10376, 8734, 11146, 8685, 9611, 8656, 9496, 8659, 9867, 8229, 9554, 8379, 9443, 8555, 9248, 11069, 9534, 8478, 9470, 10532, 9364, 14120, 9273, 13888, 9491, 13539, 9549, 11318, 9205, 10557, 9505, 10394, 9805, 10800, 8853, 10178, 8923, 9749, 8719, 9781, 8232, 9094, 8444, 9022, 9745, 9079, 10491, 9069, 12273, 9051, 11558, 9366, 11161, 9410, 10940, 9211, 10110, 9640, 11244, 8518, 10973, 8728, 11234, 9063, 9542, 8630, 9176, 9482, 9009, 9118, 8995, 11168, 9266, 11134, 9509, 10763, 9196, 10426, 9064, 10233, 9060, 9921, 9105, 9987, 9134, 10176, 9602, 10368, 9588, 10862, 8929, 9939, 9399, 9817, 8914, 9862, 8689, 9434, 9191, 9091, 15466, 8947, 11505, 9385, 13787, 9108, 10883, 9488, 10539, 9399, 10416, 10041, 10294, 9667, 10068, 8872, 10214, 8786, 9241], 'WindowCenter': [4712.0, 4657.0, 4674.0, 4642.0, 4682.0, 4643.0, 4639.0, 4632.0, 4619.0, 4631.0, 4633.0, 4653.0, 4660.0, 4658.0, 4637.0, 4658.0, 4636.0, 4658.0, 4639.0, 4660.0, 4674.0, 4648.0, 4668.0, 4647.0, 4666.0, 4658.0, 4679.0, 4660.0, 4655.0, 4658.0, 4670.0, 4661.0, 4671.0, 4662.0, 4683.0, 4665.0, 4685.0, 4675.0, 4674.0, 4686.0, 4686.0, 4690.0, 4707.0, 4688.0, 4678.0, 4700.0, 4690.0, 4699.0, 4689.0, 4712.0, 4687.0, 4707.0, 4688.0, 4687.0, 4675.0, 4685.0, 4676.0, 4684.0, 4663.0, 4682.0, 4665.0, 4684.0, 4677.0, 4684.0, 4675.0, 4695.0, 4677.0, 4705.0, 4689.0, 4715.0, 4677.0, 4695.0, 4676.0, 4684.0, 4675.0, 4684.0, 4677.0, 4680.0, 4675.0, 4671.0, 4672.0, 4681.0, 4673.0, 4694.0, 4688.0, 4696.0, 4675.0, 4704.0, 4676.0, 4665.0, 4675.0, 4676.0, 4686.0, 4677.0, 4687.0, 4673.0, 4695.0, 4675.0, 4685.0, 4674.0, 4688.0, 4676.0, 4685.0, 4662.0, 4673.0, 4690.0, 4661.0, 4681.0, 4675.0, 4694.0, 4662.0, 4681.0, 4662.0, 4682.0, 4671.0, 4682.0, 4674.0, 4693.0, 4675.0, 4667.0, 4688.0, 4677.0, 4688.0, 4681.0, 4700.0, 4690.0, 4699.0, 4688.0, 4696.0, 4691.0, 4698.0, 4690.0, 4708.0, 4687.0, 4697.0, 4677.0, 4702.0, 4675.0, 4695.0, 4676.0, 4694.0, 4676.0, 4661.0, 4672.0, 4676.0, 4696.0, 4676.0, 4683.0, 4675.0, 4682.0, 4675.0, 4696.0, 4687.0, 4695.0, 4674.0, 4695.0, 4675.0, 4702.0, 4665.0, 4701.0, 4673.0, 4695.0, 4664.0, 4692.0, 4675.0, 4681.0, 4673.0, 4692.0, 4678.0, 4704.0, 4674.0, 4664.0, 4676.0, 4679.0, 4698.0, 4691.0, 4709.0, 4680.0, 4710.0, 4680.0, 4697.0, 4672.0, 4686.0, 4686.0, 4688.0, 4726.0, 4663.0, 4701.0, 4662.0, 4682.0, 4664.0, 4701.0, 4674.0, 4690.0, 4663.0, 4695.0, 4674.0, 4702.0, 4674.0, 4705.0, 4675.0, 4704.0, 4676.0, 4675.0, 4675.0, 4683.0, 4679.0, 4716.0, 4677.0, 4683.0, 4665.0, 4691.0, 4662.0, 4680.0, 4671.0, 4691.0, 4650.0, 4670.0, 4650.0, 4669.0, 4660.0, 4682.0, 4663.0, 4671.0, 4673.0, 4682.0, 4674.0, 4696.0, 4688.0, 4695.0, 4676.0, 4696.0, 4674.0, 4691.0, 4676.0, 4694.0, 4673.0, 4669.0, 4647.0, 4681.0, 4663.0, 4679.0, 4661.0, 4685.0, 4662.0, 4672.0, 4654.0, 4683.0, 4664.0, 4682.0, 4654.0, 4680.0, 4672.0, 4683.0, 4674.0, 4693.0, 4674.0, 4686.0, 4663.0, 4673.0, 4661.0, 4672.0, 4651.0, 4663.0, 4703.0, 4662.0, 4683.0, 4674.0, 4681.0, 4663.0, 4682.0, 4677.0, 4692.0, 4675.0, 4676.0, 4676.0, 4666.0, 4698.0, 4678.0, 4700.0, 4688.0, 4698.0, 4676.0, 4708.0, 4678.0, 4696.0, 4678.0, 4707.0, 4677.0, 4685.0, 4676.0, 4696.0, 4675.0, 4687.0, 4687.0, 4695.0, 4675.0, 4684.0, 4664.0, 4673.0, 4683.0, 4672.0, 4694.0, 4660.0, 4691.0, 4661.0, 4678.0, 4661.0, 4670.0, 4674.0, 4684.0, 4667.0, 4683.0, 4665.0, 4686.0, 4663.0, 4676.0, 4666.0, 4687.0, 4675.0, 4687.0, 4674.0, 4687.0, 4678.0, 4709.0, 4679.0, 4699.0, 4689.0, 4701.0, 4690.0, 4697.0, 4692.0, 4710.0, 4678.0, 4695.0, 4665.0, 4683.0, 4665.0, 4686.0, 4674.0, 4683.0, 4663.0, 4683.0, 4663.0, 4673.0, 4673.0, 4683.0, 4674.0, 4693.0, 4661.0, 4674.0, 4650.0, 4671.0, 4650.0, 4660.0, 4679.0, 4662.0, 4677.0, 4648.0, 4668.0, 4638.0, 4657.0, 4648.0, 4658.0, 4650.0, 4663.0, 4690.0, 4663.0, 4690.0, 4653.0, 4682.0, 4662.0, 4684.0, 4678.0, 4685.0, 4664.0, 4684.0, 4654.0, 4676.0, 4661.0, 4674.0, 4685.0, 4677.0, 4695.0, 4665.0, 4682.0, 4662.0, 4683.0, 4663.0, 4673.0, 4677.0, 4694.0, 4666.0, 4673.0, 4666.0, 4685.0, 4677.0, 4698.0, 4690.0, 4700.0, 4687.0, 4697.0, 4679.0, 4697.0, 4690.0, 4709.0, 4690.0, 4687.0, 4663.0, 4685.0, 4660.0, 4674.0, 4681.0, 4660.0, 4704.0, 4664.0, 4678.0, 4663.0, 4691.0, 4661.0, 4680.0, 4664.0, 4685.0, 4662.0, 4670.0, 4648.0, 4672.0, 4648.0, 4661.0, 4692.0, 4653.0, 4679.0, 4651.0, 4670.0, 4648.0, 4658.0, 4648.0, 4662.0, 4689.0, 4663.0, 4680.0, 4652.0, 4693.0, 4675.0, 4705.0, 4681.0, 4711.0, 4681.0, 4709.0, 4679.0, 4700.0, 4666.0, 4688.0, 4707.0, 4688.0, 4693.0, 4676.0, 4697.0, 4675.0, 4687.0, 4675.0, 4689.0, 4679.0, 4677.0, 4678.0, 4687.0, 4677.0, 4698.0, 4692.0, 4710.0, 4681.0, 4700.0, 4678.0, 4708.0, 4687.0, 4689.0, 4696.0, 4674.0, 4681.0, 4673.0, 4691.0, 4663.0, 4692.0, 4664.0, 4692.0, 4660.0, 4679.0, 4661.0, 4670.0, 4660.0, 4678.0, 4660.0, 4671.0, 4662.0, 4680.0, 4649.0, 4670.0, 4654.0, 4674.0, 4665.0, 4672.0, 4652.0, 4682.0, 4651.0, 4672.0, 4662.0, 4674.0, 4692.0, 4651.0, 4678.0, 4650.0, 4678.0, 4659.0, 4672.0, 4663.0, 4660.0, 4650.0, 4662.0, 4650.0, 4662.0, 4681.0, 4664.0, 4680.0, 4661.0, 4679.0, 4651.0, 4673.0, 4651.0, 4673.0, 4651.0, 4676.0, 4681.0, 4672.0, 4673.0, 4677.0, 4679.0, 4690.0, 4679.0, 4688.0, 4678.0, 4700.0, 4679.0, 4700.0, 4691.0, 4699.0, 4704.0, 4710.0, 4678.0, 4697.0, 4666.0, 4696.0, 4676.0, 4686.0, 4686.0, 4685.0, 4690.0, 4674.0, 4700.0, 4661.0, 4679.0, 4658.0, 4683.0, 4651.0, 4670.0, 4649.0, 4662.0, 4649.0, 4664.0, 4677.0, 4664.0, 4691.0, 4666.0, 4694.0, 4665.0, 4684.0, 4674.0, 4686.0, 4674.0, 4685.0, 4663.0, 4675.0, 4694.0, 4677.0, 4695.0, 4676.0, 4697.0, 4688.0, 4696.0, 4665.0, 4685.0, 4665.0, 4686.0, 4663.0, 4676.0, 4673.0, 4664.0, 4693.0, 4665.0, 4695.0, 4673.0, 4683.0, 4674.0, 4694.0, 4674.0, 4683.0, 4673.0, 4672.0, 4670.0, 4683.0, 4674.0, 4683.0, 4663.0, 4684.0, 4674.0, 4677.0, 4663.0, 4687.0, 4665.0, 4684.0, 4665.0, 4677.0, 4663.0, 4675.0, 4655.0, 4675.0, 4656.0, 4677.0, 4695.0, 4678.0, 4705.0, 4677.0, 4676.0, 4677.0, 4664.0, 4677.0, 4686.0, 4679.0, 4717.0, 4677.0, 4704.0, 4676.0, 4683.0, 4675.0, 4706.0, 4674.0, 4682.0, 4665.0, 4652.0, 4674.0, 4673.0, 4677.0, 4695.0, 4674.0, 4652.0, 4673.0, 4664.0, 4675.0, 4694.0, 4676.0, 4662.0, 4675.0, 4683.0, 4674.0, 4704.0, 4675.0, 4682.0, 4665.0, 4692.0, 4665.0, 4704.0, 4665.0, 4703.0, 4675.0, 4699.0, 4662.0, 4683.0, 4675.0, 4682.0, 4668.0, 4693.0, 4676.0, 4695.0, 4688.0, 4728.0, 4679.0, 4714.0, 4680.0, 4706.0, 4676.0, 4715.0, 4677.0, 4694.0, 4676.0, 4683.0, 4673.0, 4681.0, 4675.0, 4681.0, 4676.0, 4683.0, 4663.0, 4682.0, 4675.0, 4685.0, 4674.0, 4683.0, 4674.0, 4683.0, 4674.0, 4682.0, 4675.0, 4673.0, 4662.0, 4673.0, 4652.0, 4662.0, 4683.0, 4663.0, 4691.0, 4663.0, 4690.0, 4675.0, 4683.0, 4674.0, 4684.0, 4678.0, 4696.0, 4664.0, 4687.0, 4678.0, 4686.0, 4677.0, 4687.0, 4690.0, 4690.0, 4681.0, 4689.0, 4667.0, 4688.0, 4664.0, 4679.0, 4686.0, 4678.0, 4716.0, 4675.0, 4712.0, 4675.0, 4684.0, 4674.0, 4683.0, 4677.0, 4687.0, 4665.0, 4683.0, 4666.0, 4696.0, 4676.0, 4685.0, 4676.0, 4687.0, 4676.0, 4689.0, 4668.0, 4691.0, 4668.0, 4690.0, 4682.0, 4691.0, 4698.0, 4689.0, 4667.0, 4689.0, 4686.0, 4690.0, 4716.0, 4679.0, 4703.0, 4677.0, 4703.0, 4677.0, 4684.0, 4679.0, 4687.0, 4675.0, 4673.0, 4674.0, 4684.0, 4663.0, 4674.0, 4675.0, 4674.0, 4651.0, 4672.0, 4652.0, 4674.0, 4649.0, 4677.0, 4688.0, 4677.0, 4684.0, 4677.0, 4693.0, 4676.0, 4696.0, 4688.0, 4683.0, 4677.0, 4684.0, 4675.0, 4683.0, 4687.0, 4696.0, 4664.0, 4684.0, 4663.0, 4682.0, 4662.0, 4675.0, 4663.0, 4677.0, 4674.0, 4675.0, 4663.0, 4676.0, 4685.0, 4676.0, 4682.0, 4675.0, 4695.0, 4677.0, 4683.0, 4674.0, 4686.0, 4674.0, 4686.0, 4676.0, 4687.0, 4689.0, 4687.0, 4688.0, 4687.0, 4679.0, 4686.0, 4675.0, 4686.0, 4677.0, 4676.0, 4664.0, 4674.0, 4652.0, 4676.0, 4662.0, 4663.0, 4714.0, 4678.0, 4693.0, 4664.0, 4689.0, 4665.0, 4682.0, 4673.0, 4683.0, 4675.0, 4673.0, 4673.0, 4670.0, 4673.0, 4672.0, 4663.0, 4682.0, 4673.0, 4675.0], 'WindowWidth': [10292.0, 10207.0, 10223.0, 10176.0, 10232.0, 10178.0, 10166.0, 10160.0, 10141.0, 10160.0, 10167.0, 10196.0, 10214.0, 10207.0, 10176.0, 10206.0, 10174.0, 10207.0, 10180.0, 10214.0, 10225.0, 10193.0, 10217.0, 10190.0, 10215.0, 10208.0, 10239.0, 10214.0, 10199.0, 10209.0, 10225.0, 10217.0, 10230.0, 10220.0, 10253.0, 10231.0, 10255.0, 10246.0, 10242.0, 10261.0, 10259.0, 10271.0, 10291.0, 10269.0, 10252.0, 10285.0, 10271.0, 10283.0, 10269.0, 10303.0, 10265.0, 10292.0, 10263.0, 10261.0, 10241.0, 10257.0, 10243.0, 10254.0, 10222.0, 10247.0, 10225.0, 10252.0, 10246.0, 10253.0, 10240.0, 10268.0, 10248.0, 10281.0, 10268.0, 10301.0, 10250.0, 10269.0, 10245.0, 10252.0, 10242.0, 10253.0, 10246.0, 10245.0, 10238.0, 10230.0, 10234.0, 10244.0, 10239.0, 10267.0, 10264.0, 10272.0, 10244.0, 10280.0, 10244.0, 10227.0, 10242.0, 10245.0, 10261.0, 10246.0, 10259.0, 10237.0, 10268.0, 10241.0, 10256.0, 10241.0, 10265.0, 10244.0, 10254.0, 10217.0, 10236.0, 10254.0, 10216.0, 10242.0, 10240.0, 10266.0, 10219.0, 10244.0, 10220.0, 10245.0, 10234.0, 10249.0, 10242.0, 10264.0, 10243.0, 10234.0, 10265.0, 10251.0, 10267.0, 10261.0, 10285.0, 10269.0, 10280.0, 10266.0, 10274.0, 10270.0, 10277.0, 10271.0, 10290.0, 10259.0, 10271.0, 10245.0, 10272.0, 10238.0, 10266.0, 10244.0, 10261.0, 10244.0, 10217.0, 10235.0, 10243.0, 10271.0, 10244.0, 10249.0, 10239.0, 10247.0, 10240.0, 10269.0, 10263.0, 10271.0, 10241.0, 10265.0, 10240.0, 10273.0, 10226.0, 10270.0, 10236.0, 10267.0, 10225.0, 10259.0, 10239.0, 10242.0, 10234.0, 10261.0, 10249.0, 10280.0, 10240.0, 10226.0, 10245.0, 10252.0, 10280.0, 10278.0, 10296.0, 10255.0, 10296.0, 10253.0, 10275.0, 10235.0, 10259.0, 10256.0, 10262.0, 10309.0, 10221.0, 10268.0, 10217.0, 10242.0, 10222.0, 10267.0, 10237.0, 10257.0, 10218.0, 10268.0, 10238.0, 10273.0, 10238.0, 10283.0, 10244.0, 10279.0, 10245.0, 10240.0, 10243.0, 10251.0, 10253.0, 10300.0, 10245.0, 10249.0, 10226.0, 10256.0, 10217.0, 10239.0, 10230.0, 10256.0, 10199.0, 10225.0, 10198.0, 10223.0, 10214.0, 10247.0, 10224.0, 10230.0, 10234.0, 10247.0, 10240.0, 10273.0, 10265.0, 10270.0, 10245.0, 10270.0, 10240.0, 10258.0, 10244.0, 10268.0, 10237.0, 10222.0, 10189.0, 10244.0, 10219.0, 10238.0, 10216.0, 10254.0, 10219.0, 10231.0, 10208.0, 10249.0, 10227.0, 10247.0, 10209.0, 10242.0, 10234.0, 10249.0, 10237.0, 10264.0, 10239.0, 10257.0, 10223.0, 10233.0, 10213.0, 10232.0, 10200.0, 10222.0, 10276.0, 10221.0, 10248.0, 10238.0, 10242.0, 10221.0, 10245.0, 10246.0, 10262.0, 10242.0, 10242.0, 10246.0, 10232.0, 10277.0, 10251.0, 10286.0, 10265.0, 10279.0, 10246.0, 10294.0, 10249.0, 10271.0, 10251.0, 10288.0, 10248.0, 10254.0, 10242.0, 10271.0, 10243.0, 10258.0, 10262.0, 10273.0, 10243.0, 10252.0, 10222.0, 10237.0, 10245.0, 10232.0, 10266.0, 10215.0, 10255.0, 10215.0, 10234.0, 10215.0, 10227.0, 10241.0, 10254.0, 10232.0, 10249.0, 10227.0, 10259.0, 10225.0, 10245.0, 10234.0, 10263.0, 10244.0, 10261.0, 10240.0, 10260.0, 10254.0, 10297.0, 10256.0, 10282.0, 10268.0, 10285.0, 10270.0, 10277.0, 10276.0, 10297.0, 10251.0, 10271.0, 10229.0, 10251.0, 10226.0, 10256.0, 10241.0, 10248.0, 10218.0, 10247.0, 10220.0, 10233.0, 10234.0, 10249.0, 10243.0, 10265.0, 10217.0, 10236.0, 10199.0, 10230.0, 10198.0, 10213.0, 10236.0, 10217.0, 10232.0, 10192.0, 10218.0, 10178.0, 10204.0, 10191.0, 10207.0, 10200.0, 10222.0, 10256.0, 10221.0, 10255.0, 10209.0, 10246.0, 10222.0, 10253.0, 10251.0, 10254.0, 10223.0, 10252.0, 10211.0, 10243.0, 10219.0, 10241.0, 10252.0, 10247.0, 10269.0, 10227.0, 10246.0, 10220.0, 10248.0, 10223.0, 10234.0, 10246.0, 10267.0, 10229.0, 10235.0, 10228.0, 10255.0, 10249.0, 10278.0, 10276.0, 10284.0, 10265.0, 10276.0, 10253.0, 10277.0, 10268.0, 10294.0, 10269.0, 10262.0, 10223.0, 10253.0, 10213.0, 10236.0, 10241.0, 10214.0, 10279.0, 10224.0, 10236.0, 10218.0, 10254.0, 10215.0, 10240.0, 10224.0, 10254.0, 10221.0, 10228.0, 10195.0, 10230.0, 10193.0, 10214.0, 10257.0, 10205.0, 10236.0, 10199.0, 10223.0, 10194.0, 10209.0, 10192.0, 10218.0, 10252.0, 10220.0, 10239.0, 10206.0, 10261.0, 10241.0, 10282.0, 10258.0, 10302.0, 10261.0, 10294.0, 10253.0, 10285.0, 10234.0, 10266.0, 10288.0, 10265.0, 10269.0, 10245.0, 10275.0, 10242.0, 10262.0, 10242.0, 10269.0, 10253.0, 10248.0, 10247.0, 10262.0, 10251.0, 10281.0, 10280.0, 10300.0, 10258.0, 10284.0, 10251.0, 10292.0, 10260.0, 10267.0, 10269.0, 10239.0, 10241.0, 10235.0, 10253.0, 10220.0, 10258.0, 10225.0, 10257.0, 10213.0, 10235.0, 10212.0, 10223.0, 10210.0, 10235.0, 10216.0, 10229.0, 10216.0, 10239.0, 10195.0, 10225.0, 10208.0, 10239.0, 10227.0, 10232.0, 10204.0, 10245.0, 10201.0, 10233.0, 10217.0, 10239.0, 10260.0, 10202.0, 10234.0, 10198.0, 10234.0, 10209.0, 10231.0, 10220.0, 10211.0, 10196.0, 10216.0, 10198.0, 10218.0, 10242.0, 10226.0, 10243.0, 10216.0, 10241.0, 10203.0, 10236.0, 10204.0, 10236.0, 10204.0, 10246.0, 10248.0, 10237.0, 10237.0, 10249.0, 10253.0, 10268.0, 10256.0, 10267.0, 10251.0, 10284.0, 10254.0, 10283.0, 10272.0, 10281.0, 10294.0, 10299.0, 10250.0, 10276.0, 10230.0, 10270.0, 10242.0, 10258.0, 10260.0, 10254.0, 10252.0, 10236.0, 10265.0, 10213.0, 10237.0, 10211.0, 10247.0, 10202.0, 10226.0, 10194.0, 10219.0, 10196.0, 10225.0, 10245.0, 10226.0, 10258.0, 10230.0, 10266.0, 10229.0, 10253.0, 10242.0, 10258.0, 10239.0, 10255.0, 10222.0, 10242.0, 10265.0, 10246.0, 10269.0, 10245.0, 10275.0, 10265.0, 10270.0, 10227.0, 10253.0, 10226.0, 10257.0, 10222.0, 10243.0, 10234.0, 10226.0, 10263.0, 10227.0, 10264.0, 10236.0, 10246.0, 10237.0, 10265.0, 10240.0, 10249.0, 10234.0, 10231.0, 10228.0, 10249.0, 10237.0, 10250.0, 10222.0, 10251.0, 10242.0, 10246.0, 10223.0, 10259.0, 10227.0, 10253.0, 10228.0, 10248.0, 10223.0, 10242.0, 10212.0, 10242.0, 10214.0, 10245.0, 10269.0, 10252.0, 10282.0, 10248.0, 10242.0, 10248.0, 10225.0, 10247.0, 10257.0, 10252.0, 10299.0, 10247.0, 10278.0, 10242.0, 10247.0, 10244.0, 10283.0, 10238.0, 10244.0, 10225.0, 10204.0, 10238.0, 10236.0, 10246.0, 10266.0, 10239.0, 10205.0, 10236.0, 10222.0, 10243.0, 10265.0, 10245.0, 10219.0, 10238.0, 10248.0, 10240.0, 10276.0, 10240.0, 10245.0, 10225.0, 10258.0, 10227.0, 10280.0, 10227.0, 10273.0, 10239.0, 10265.0, 10220.0, 10247.0, 10242.0, 10248.0, 10233.0, 10262.0, 10245.0, 10268.0, 10263.0, 10319.0, 10252.0, 10293.0, 10253.0, 10282.0, 10244.0, 10295.0, 10247.0, 10266.0, 10243.0, 10247.0, 10233.0, 10243.0, 10240.0, 10242.0, 10243.0, 10246.0, 10221.0, 10245.0, 10240.0, 10252.0, 10238.0, 10247.0, 10235.0, 10247.0, 10235.0, 10245.0, 10241.0, 10236.0, 10217.0, 10236.0, 10202.0, 10218.0, 10243.0, 10223.0, 10258.0, 10220.0, 10254.0, 10241.0, 10250.0, 10238.0, 10253.0, 10250.0, 10271.0, 10226.0, 10260.0, 10249.0, 10260.0, 10247.0, 10262.0, 10270.0, 10273.0, 10258.0, 10264.0, 10232.0, 10263.0, 10225.0, 10248.0, 10257.0, 10250.0, 10297.0, 10240.0, 10287.0, 10239.0, 10251.0, 10238.0, 10249.0, 10246.0, 10260.0, 10228.0, 10250.0, 10228.0, 10270.0, 10243.0, 10257.0, 10247.0, 10264.0, 10246.0, 10267.0, 10235.0, 10271.0, 10237.0, 10271.0, 10260.0, 10271.0, 10276.0, 10266.0, 10233.0, 10264.0, 10256.0, 10268.0, 10302.0, 10250.0, 10276.0, 10244.0, 10277.0, 10244.0, 10251.0, 10249.0, 10259.0, 10240.0, 10234.0, 10235.0, 10250.0, 10219.0, 10238.0, 10241.0, 10237.0, 10203.0, 10235.0, 10207.0, 10240.0, 10196.0, 10248.0, 10262.0, 10246.0, 10251.0, 10247.0, 10263.0, 10244.0, 10272.0, 10263.0, 10250.0, 10242.0, 10249.0, 10239.0, 10249.0, 10260.0, 10271.0, 10226.0, 10250.0, 10221.0, 10246.0, 10219.0, 10241.0, 10221.0, 10247.0, 10241.0, 10240.0, 10220.0, 10242.0, 10252.0, 10241.0, 10248.0, 10242.0, 10270.0, 10246.0, 10248.0, 10237.0, 10254.0, 10240.0, 10257.0, 10247.0, 10265.0, 10267.0, 10260.0, 10263.0, 10261.0, 10249.0, 10258.0, 10243.0, 10261.0, 10245.0, 10242.0, 10221.0, 10238.0, 10205.0, 10242.0, 10217.0, 10222.0, 10293.0, 10245.0, 10262.0, 10221.0, 10252.0, 10225.0, 10244.0, 10234.0, 10250.0, 10239.0, 10232.0, 10232.0, 10226.0, 10233.0, 10231.0, 10221.0, 10247.0, 10240.0, 10240.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.0005005963302752293</td></tr>
<tr><td colspan=3>aqi</td><td>0.0169026373853211</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.05984059980479</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2308763764408726</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0029126675315734</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>6764.083</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07369204008980534</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3440366972477064</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.594119261877649</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.516937758173346</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8468274775808893</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4185925498787113</td></tr>
<tr><td colspan=3>gcor</td><td>0.0152417</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012481614015996456</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03518685698509216</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9775615050658524</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.9794</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2352</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.2801</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.7177</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.523</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.7229</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3817.2257</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1300.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1018.96</td></tr>
<tr><td colspan=3>tsnr</td><td>48.51174965268001</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>