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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-03/func/sub-0037_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f7eeab01c4c0c1ca9a3f6389903916a8</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:17:35.427500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999551, 0.0294697, -0.00550875, -0.029666, 0.998768, -0.0397899]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.096222</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7741, -7226, 510, -44, -161, 39, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>262.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8fc0df13-7076-47a2-97c9-8056679f733f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6817209720611572, -0.07959159463644028, -0.01168928574770689, 116.74121856689453], [-0.07906518131494522, 2.6796205043792725, -0.10782559961080551, -87.05282592773438], [-0.014779577031731606, 0.10675331205129623, 2.6978209018707275, -55.5608024597168], [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': ['171735.427500', '171735.887500', '171736.347500', '171736.807500', '171737.267500', '171737.727500', '171738.187500', '171738.647500', '171739.107500', '171739.567500', '171740.027500', '171740.487500', '171740.947500', '171741.407500', '171741.867500', '171742.327500', '171742.787500', '171743.247500', '171743.707500', '171744.167500', '171744.627500', '171745.087500', '171745.547500', '171746.007500', '171746.467500', '171746.927500', '171747.387500', '171747.847500', '171748.307500', '171748.767500', '171749.227500', '171749.687500', '171750.147500', '171750.607500', '171751.067500', '171751.527500', '171751.987500', '171752.447500', '171752.907500', '171753.367500', '171753.827500', '171754.287500', '171754.747500', '171755.207500', '171755.667500', '171756.127500', '171756.587500', '171757.047500', '171757.507500', '171757.967500', '171758.427500', '171758.887500', '171759.347500', '171759.807500', '171800.267500', '171800.727500', '171801.187500', '171801.647500', '171802.107500', '171802.567500', '171803.027500', '171803.487500', '171803.947500', '171804.407500', '171804.867500', '171805.327500', '171805.787500', '171806.247500', '171806.707500', '171807.167500', '171807.627500', '171808.087500', '171808.547500', '171809.007500', '171809.467500', '171809.927500', '171810.387500', '171810.847500', '171811.307500', '171811.767500', '171812.227500', '171812.687500', '171813.147500', '171813.607500', '171814.067500', '171814.527500', '171814.987500', '171815.447500', '171815.907500', '171816.367500', '171816.827500', '171817.287500', '171817.747500', '171818.207500', '171818.667500', '171819.127500', '171819.587500', '171820.047500', '171820.507500', '171820.967500', '171821.427500', '171821.887500', '171822.347500', '171822.807500', '171823.267500', '171823.727500', '171824.187500', '171824.647500', '171825.107500', '171825.567500', '171826.027500', '171826.487500', '171826.947500', '171827.407500', '171827.867500', '171828.327500', '171828.787500', '171829.247500', '171829.707500', '171830.167500', '171830.627500', '171831.087500', '171831.547500', '171832.007500', '171832.467500', '171832.927500', '171833.387500', '171833.847500', '171834.307500', '171834.767500', '171835.227500', '171835.687500', '171836.147500', '171836.607500', '171837.067500', '171837.527500', '171837.987500', '171838.447500', '171838.907500', '171839.367500', '171839.827500', '171840.287500', '171840.747500', '171841.207500', '171841.667500', '171842.127500', '171842.587500', '171843.047500', '171843.507500', '171843.967500', '171844.427500', '171844.887500', '171845.347500', '171845.807500', '171846.267500', '171846.727500', '171847.187500', '171847.647500', '171848.107500', '171848.567500', '171849.027500', '171849.487500', '171849.947500', '171850.407500', '171850.867500', '171851.327500', '171851.787500', '171852.247500', '171852.707500', '171853.167500', '171853.627500', '171854.087500', '171854.547500', '171855.007500', '171855.467500', '171855.927500', '171856.387500', '171856.847500', '171857.307500', '171857.767500', '171858.227500', '171858.687500', '171859.147500', '171859.607500', '171900.067500', '171900.527500', '171900.987500', '171901.447500', '171901.907500', '171902.367500', '171902.827500', '171903.287500', '171903.747500', '171904.207500', '171904.667500', '171905.127500', '171905.587500', '171906.047500', '171906.507500', '171906.967500', '171907.427500', '171907.887500', '171908.347500', '171908.807500', '171909.267500', '171909.727500', '171910.187500', '171910.647500', '171911.107500', '171911.567500', '171912.027500', '171912.487500', '171912.947500', '171913.407500', '171913.867500', '171914.327500', '171914.787500', '171915.247500', '171915.707500', '171916.167500', '171916.627500', '171917.087500', '171917.547500', '171918.007500', '171918.467500', '171918.927500', '171919.387500', '171919.847500', '171920.307500', '171920.767500', '171921.227500', '171921.687500', '171922.147500', '171922.607500', '171923.067500', '171923.527500', '171923.987500', '171924.447500', '171924.907500', '171925.367500', '171925.827500', '171926.287500', '171926.747500', '171927.207500', '171927.667500', '171928.127500', '171928.587500', '171929.047500', '171929.507500', '171929.967500', '171930.427500', '171930.887500', '171931.347500', '171931.807500', '171932.267500', '171932.727500', '171933.187500', '171933.647500', '171934.107500', '171934.567500', '171935.027500', '171935.487500', '171935.947500', '171936.407500', '171936.867500', '171937.327500', '171937.787500', '171938.247500', '171938.707500', '171939.167500', '171939.627500', '171940.087500', '171940.547500', '171941.007500', '171941.467500', '171941.927500', '171942.387500', '171942.847500', '171943.307500', '171943.767500', '171944.227500', '171944.687500', '171945.147500', '171945.607500', '171946.067500', '171946.527500', '171946.987500', '171947.447500', '171947.907500', '171948.367500', '171948.827500', '171949.287500', '171949.747500', '171950.207500', '171950.667500', '171951.127500', '171951.587500', '171952.047500', '171952.507500', '171952.967500', '171953.427500', '171953.887500', '171954.347500', '171954.807500', '171955.267500', '171955.727500', '171956.187500', '171956.647500', '171957.107500', '171957.567500', '171958.027500', '171958.487500', '171958.947500', '171959.407500', '171959.867500', '172000.327500', '172000.787500', '172001.247500', '172001.707500', '172002.167500', '172002.627500', '172003.087500', '172003.547500', '172004.007500', '172004.467500', '172004.927500', '172005.387500', '172005.847500', '172006.307500', '172006.767500', '172007.227500', '172007.687500', '172008.147500', '172008.607500', '172009.067500', '172009.527500', '172009.987500', '172010.447500', '172010.907500', '172011.367500', '172011.827500', '172012.287500', '172012.747500', '172013.207500', '172013.667500', '172014.127500', '172014.587500', '172015.047500', '172015.507500', '172015.967500', '172016.427500', '172016.887500', '172017.347500', '172017.807500', '172018.267500', '172018.727500', '172019.187500', '172019.647500', '172020.107500', '172020.567500', '172021.027500', '172021.487500', '172021.947500', '172022.407500', '172022.867500', '172023.327500', '172023.787500', '172024.247500', '172024.707500', '172025.167500', '172025.627500', '172026.087500', '172026.547500', '172027.007500', '172027.467500', '172027.927500', '172028.387500', '172028.847500', '172029.307500', '172029.767500', '172030.227500', '172030.687500', '172031.147500', '172031.607500', '172032.067500', '172032.527500', '172032.987500', '172033.447500', '172033.907500', '172034.367500', '172034.827500', '172035.287500', '172035.747500', '172036.207500', '172036.667500', '172037.127500', '172037.587500', '172038.047500', '172038.507500', '172038.967500', '172039.427500', '172039.887500', '172040.347500', '172040.807500', '172041.267500', '172041.727500', '172042.187500', '172042.647500', '172043.107500', '172043.567500', '172044.027500', '172044.487500', '172044.947500', '172045.407500', '172045.867500', '172046.327500', '172046.787500', '172047.247500', '172047.707500', '172048.167500', '172048.627500', '172049.087500', '172049.547500', '172050.007500', '172050.467500', '172050.927500', '172051.387500', '172051.847500', '172052.307500', '172052.767500', '172053.227500', '172053.687500', '172054.147500', '172054.607500', '172055.067500', '172055.527500', '172055.987500', '172056.447500', '172056.907500', '172057.367500', '172057.827500', '172058.287500', '172058.747500', '172059.207500', '172059.667500', '172100.127500', '172100.587500', '172101.047500', '172101.507500', '172101.967500', '172102.427500', '172102.887500', '172103.347500', '172103.807500', '172104.267500', '172104.727500', '172105.187500', '172105.647500', '172106.107500', '172106.567500', '172107.027500', '172107.487500', '172107.947500', '172108.407500', '172108.867500', '172109.327500', '172109.787500', '172110.247500', '172110.707500', '172111.167500', '172111.627500', '172112.087500', '172112.547500', '172113.007500', '172113.467500', '172113.927500', '172114.387500', '172114.847500', '172115.307500', '172115.767500', '172116.227500', '172116.687500', '172117.147500', '172117.607500', '172118.067500', '172118.527500', '172118.987500', '172119.447500', '172119.907500', '172120.367500', '172120.827500', '172121.287500', '172121.747500', '172122.207500', '172122.667500', '172123.127500', '172123.587500', '172124.047500', '172124.507500', '172124.967500', '172125.427500', '172125.887500', '172126.347500', '172126.807500', '172127.267500', '172127.727500', '172128.187500', '172128.647500', '172129.107500', '172129.567500', '172130.027500', '172130.487500', '172130.947500', '172131.407500', '172131.867500', '172132.327500', '172132.787500', '172133.247500', '172133.707500', '172134.167500', '172134.627500', '172135.087500', '172135.547500', '172136.007500', '172136.467500', '172136.927500', '172137.387500', '172137.847500', '172138.307500', '172138.767500', '172139.227500', '172139.687500', '172140.147500', '172140.607500', '172141.067500', '172141.527500', '172141.987500', '172142.447500', '172142.907500', '172143.367500', '172143.827500', '172144.287500', '172144.747500', '172145.207500', '172145.667500', '172146.127500', '172146.587500', '172147.047500', '172147.507500', '172147.967500', '172148.427500', '172148.887500', '172149.347500', '172149.807500', '172150.267500', '172150.727500', '172151.187500', '172151.647500', '172152.107500', '172152.567500', '172153.027500', '172153.487500', '172153.947500', '172154.407500', '172154.867500', '172155.327500', '172155.787500', '172156.247500', '172156.707500', '172157.167500', '172157.627500', '172158.087500', '172158.547500', '172159.007500', '172159.467500', '172159.927500', '172200.387500', '172200.847500', '172201.307500', '172201.767500', '172202.227500', '172202.687500', '172203.147500', '172203.607500', '172204.067500', '172204.527500', '172204.987500', '172205.447500', '172205.907500', '172206.367500', '172206.827500', '172207.287500', '172207.747500', '172208.207500', '172208.667500', '172209.127500', '172209.587500', '172210.047500', '172210.507500', '172210.967500', '172211.427500', '172211.887500', '172212.347500', '172212.807500', '172213.267500', '172213.727500', '172214.187500', '172214.647500', '172215.107500', '172215.567500', '172216.027500', '172216.487500', '172216.947500', '172217.407500', '172217.867500', '172218.327500', '172218.787500', '172219.247500', '172219.707500', '172220.167500', '172220.627500', '172221.087500', '172221.547500', '172222.007500', '172222.467500', '172222.927500', '172223.387500', '172223.847500', '172224.307500', '172224.767500', '172225.227500', '172225.687500', '172226.147500', '172226.607500', '172227.067500', '172227.527500', '172227.987500', '172228.447500', '172228.907500', '172229.367500', '172229.827500', '172230.287500', '172230.747500', '172231.207500', '172231.667500', '172232.127500', '172232.587500', '172233.047500', '172233.507500', '172233.967500', '172234.427500', '172234.887500', '172235.347500', '172235.807500', '172236.267500', '172236.727500', '172237.187500', '172237.647500', '172238.107500', '172238.567500', '172239.027500', '172239.487500', '172239.947500', '172240.407500', '172240.867500', '172241.327500', '172241.787500', '172242.247500', '172242.707500', '172243.167500', '172243.627500', '172244.087500', '172244.547500', '172245.007500', '172245.467500', '172245.927500', '172246.387500', '172246.847500', '172247.307500', '172247.767500', '172248.227500', '172248.687500', '172249.147500', '172249.607500', '172250.067500', '172250.527500', '172250.987500', '172251.447500', '172251.907500', '172252.367500', '172252.827500', '172253.287500', '172253.747500', '172254.207500', '172254.667500', '172255.127500', '172255.587500', '172256.047500', '172256.507500', '172256.967500', '172257.427500', '172257.887500', '172258.347500', '172258.807500', '172259.267500', '172259.727500', '172300.187500', '172300.647500', '172301.107500', '172301.567500', '172302.027500', '172302.487500', '172302.947500', '172303.407500', '172303.867500', '172304.327500', '172304.787500', '172305.247500', '172305.707500', '172306.167500', '172306.627500', '172307.087500', '172307.547500', '172308.007500', '172308.467500', '172308.927500', '172309.387500', '172309.847500', '172310.307500', '172310.767500', '172311.227500', '172311.687500', '172312.147500', '172312.607500', '172313.067500', '172313.527500', '172313.987500', '172314.447500', '172314.907500', '172315.367500', '172315.827500', '172316.287500', '172316.747500', '172317.207500', '172317.667500', '172318.127500', '172318.587500', '172319.047500', '172319.507500', '172319.967500', '172320.427500', '172320.887500', '172321.347500', '172321.807500', '172322.267500', '172322.727500', '172323.187500', '172323.647500', '172324.107500', '172324.567500', '172325.027500', '172325.487500', '172325.947500', '172326.407500', '172326.867500', '172327.327500', '172327.787500', '172328.247500', '172328.707500', '172329.167500', '172329.627500', '172330.087500', '172330.547500', '172331.007500', '172331.467500', '172331.927500', '172332.387500', '172332.847500', '172333.307500', '172333.767500', '172334.227500', '172334.687500', '172335.147500', '172335.607500', '172336.067500', '172336.527500', '172336.987500', '172337.447500', '172337.907500', '172338.367500', '172338.827500', '172339.287500', '172339.747500', '172340.207500', '172340.667500', '172341.127500', '172341.587500', '172342.047500', '172342.507500', '172342.967500', '172343.427500', '172343.887500', '172344.347500', '172344.807500', '172345.267500', '172345.727500', '172346.187500', '172346.647500', '172347.107500', '172347.567500', '172348.027500', '172348.487500', '172348.947500', '172349.407500', '172349.867500', '172350.327500', '172350.787500', '172351.247500', '172351.707500', '172352.167500', '172352.627500', '172353.087500', '172353.547500', '172354.007500', '172354.467500', '172354.927500', '172355.387500', '172355.847500', '172356.307500', '172356.767500', '172357.227500', '172357.687500', '172358.147500', '172358.607500', '172359.067500', '172359.527500', '172359.987500', '172400.447500', '172400.907500', '172401.367500', '172401.827500', '172402.287500', '172402.747500', '172403.207500', '172403.667500', '172404.127500', '172404.587500', '172405.047500', '172405.507500', '172405.967500', '172406.427500', '172406.887500', '172407.347500', '172407.807500', '172408.267500', '172408.727500', '172409.187500', '172409.647500', '172410.107500', '172410.567500', '172411.027500', '172411.487500', '172411.947500', '172412.407500', '172412.867500', '172413.327500', '172413.787500', '172414.247500', '172414.707500', '172415.167500', '172415.627500', '172416.087500'], 'ContentTime': ['171747.000000', '171747.003000', '171747.006000', '171747.009000', '171747.012000', '171747.015000', '171747.018000', '171747.029000', '171747.032000', '171747.034000', '171747.037000', '171747.040000', '171747.053000', '171747.056000', '171747.059000', '171747.062000', '171747.064000', '171747.067000', '171747.070000', '171747.073000', '171747.076000', '171747.079000', '171747.082000', '171806.962000', '171806.965000', '171806.968000', '171806.970000', '171806.974000', '171806.976000', '171806.979000', '171806.982000', '171806.985000', '171806.988000', '171806.991000', '171806.998000', '171807.002000', '171807.005000', '171807.008000', '171807.011000', '171807.014000', '171807.016000', '171807.019000', '171807.022000', '171807.025000', '171807.028000', '171807.031000', '171807.033000', '171807.036000', '171807.039000', '171807.042000', '171807.045000', '171807.047000', '171807.050000', '171807.053000', '171807.056000', '171807.059000', '171807.062000', '171807.065000', '171807.067000', '171807.070000', '171807.073000', '171807.076000', '171807.079000', '171807.081000', '171807.090000', '171807.093000', '171826.963000', '171826.966000', '171826.969000', '171826.972000', '171826.974000', '171826.977000', '171826.980000', '171826.983000', '171826.986000', '171826.989000', '171826.991000', '171826.994000', '171826.997000', '171827.000000', '171827.003000', '171827.005000', '171827.008000', '171827.011000', '171827.014000', '171827.017000', '171827.019000', '171827.022000', '171827.025000', '171827.028000', '171827.037000', '171827.040000', '171827.042000', '171827.045000', '171827.048000', '171827.051000', '171827.054000', '171827.057000', '171827.059000', '171827.062000', '171827.065000', '171827.068000', '171827.071000', '171827.074000', '171827.076000', '171827.079000', '171827.082000', '171827.085000', '171827.088000', '171827.091000', '171846.963000', '171846.966000', '171846.979000', '171846.982000', '171846.985000', '171846.987000', '171846.990000', '171846.993000', '171846.996000', '171847.000000', '171847.003000', '171847.006000', '171847.008000', '171847.011000', '171847.014000', '171847.017000', '171847.020000', '171847.023000', '171847.026000', '171847.029000', '171847.032000', '171847.035000', '171847.037000', '171847.040000', '171847.043000', '171847.046000', '171847.049000', '171847.052000', '171847.055000', '171847.058000', '171847.061000', '171847.063000', '171847.066000', '171847.069000', '171847.072000', '171847.075000', '171847.077000', '171847.080000', '171847.083000', '171847.086000', '171847.089000', '171847.092000', '171847.095000', '171906.963000', '171906.966000', '171906.969000', '171906.971000', '171906.974000', '171906.977000', '171906.980000', '171906.983000', '171906.986000', '171906.989000', '171906.991000', '171906.994000', '171906.997000', '171907.001000', '171907.004000', '171907.006000', '171907.009000', '171907.012000', '171907.015000', '171907.018000', '171907.021000', '171907.024000', '171907.026000', '171907.029000', '171907.032000', '171907.035000', '171907.038000', '171907.040000', '171907.043000', '171907.046000', '171907.049000', '171907.052000', '171907.055000', '171907.058000', '171907.060000', '171907.063000', '171907.066000', '171907.069000', '171907.072000', '171907.074000', '171907.077000', '171907.080000', '171907.083000', '171907.086000', '171926.963000', '171926.966000', '171926.969000', '171926.973000', '171926.976000', '171926.979000', '171926.982000', '171926.984000', '171926.987000', '171926.990000', '171926.993000', '171926.996000', '171927.000000', '171927.002000', '171927.005000', '171927.008000', '171927.011000', '171927.014000', '171927.017000', '171927.020000', '171927.022000', '171927.025000', '171927.028000', '171927.031000', '171927.034000', '171927.037000', '171927.040000', '171927.043000', '171927.046000', '171927.049000', '171927.052000', '171927.054000', '171927.057000', '171927.060000', '171927.063000', '171927.066000', '171927.069000', '171927.072000', '171927.074000', '171927.077000', '171927.080000', '171927.083000', '171927.086000', '171946.962000', '171946.965000', '171946.968000', '171946.971000', '171946.974000', '171946.976000', '171946.979000', '171946.982000', '171946.985000', '171946.988000', '171946.991000', '171946.994000', '171946.997000', '171947.001000', '171947.003000', '171947.006000', '171947.009000', '171947.012000', '171947.015000', '171947.018000', '171947.021000', '171947.023000', '171947.026000', '171947.029000', '171947.032000', '171947.035000', '171947.038000', '171947.041000', '171947.043000', '171947.046000', '171947.049000', '171947.052000', '171947.055000', '171947.058000', '171947.060000', '171947.063000', '171947.066000', '171947.069000', '171947.072000', '171947.075000', '171947.078000', '171947.080000', '171947.083000', '171947.086000', '172006.962000', '172006.965000', '172006.968000', '172006.971000', '172006.974000', '172006.977000', '172006.979000', '172006.982000', '172006.985000', '172006.988000', '172006.991000', '172006.994000', '172006.996000', '172007.000000', '172007.003000', '172007.006000', '172007.009000', '172007.012000', '172007.015000', '172007.017000', '172007.020000', '172007.023000', '172007.026000', '172007.029000', '172007.032000', '172007.035000', '172007.038000', '172007.040000', '172007.043000', '172007.046000', '172007.049000', '172007.052000', '172007.055000', '172007.058000', '172007.060000', '172007.063000', '172007.066000', '172007.069000', '172007.072000', '172007.075000', '172007.078000', '172007.095000', '172007.098000', '172026.962000', '172026.965000', '172026.968000', '172026.971000', '172026.974000', '172026.976000', '172026.979000', '172026.982000', '172026.985000', '172026.988000', '172026.991000', '172026.993000', '172026.996000', '172027.000000', '172027.003000', '172027.006000', '172027.009000', '172027.012000', '172027.015000', '172027.017000', '172027.020000', '172027.023000', '172027.026000', '172027.029000', '172027.031000', '172027.034000', '172027.037000', '172027.040000', '172027.043000', '172027.046000', '172027.049000', '172027.052000', '172027.054000', '172027.057000', '172027.060000', '172027.063000', '172027.066000', '172027.068000', '172027.071000', '172027.074000', '172027.077000', '172027.080000', '172027.083000', '172027.086000', '172046.963000', '172046.966000', '172046.969000', '172046.972000', '172046.975000', '172046.978000', '172046.980000', '172046.983000', '172046.986000', '172046.989000', '172046.992000', '172046.995000', '172046.998000', '172047.000000', '172047.003000', '172047.006000', '172047.009000', '172047.013000', '172047.016000', '172047.019000', '172047.022000', '172047.025000', '172047.027000', '172047.030000', '172047.033000', '172047.036000', '172047.039000', '172047.042000', '172047.045000', '172047.048000', '172047.050000', '172047.053000', '172047.056000', '172047.059000', '172047.062000', '172047.065000', '172047.068000', '172047.071000', '172047.073000', '172047.076000', '172047.079000', '172047.084000', '172047.087000', '172106.963000', '172106.971000', '172106.973000', '172106.977000', '172106.979000', '172106.982000', '172106.985000', '172106.988000', '172106.991000', '172106.994000', '172106.997000', '172107.000000', '172107.003000', '172107.006000', '172107.009000', '172107.012000', '172107.015000', '172107.018000', '172107.020000', '172107.023000', '172107.026000', '172107.029000', '172107.032000', '172107.035000', '172107.037000', '172107.040000', '172107.043000', '172107.046000', '172107.049000', '172107.052000', '172107.054000', '172107.057000', '172107.060000', '172107.063000', '172107.066000', '172107.068000', '172107.071000', '172107.074000', '172107.077000', '172107.080000', '172107.083000', '172107.086000', '172107.088000', '172107.091000', '172126.963000', '172126.966000', '172126.969000', '172126.972000', '172126.975000', '172126.978000', '172126.980000', '172126.983000', '172126.986000', '172126.989000', '172126.992000', '172126.995000', '172126.998000', '172127.001000', '172127.004000', '172127.007000', '172127.010000', '172127.013000', '172127.016000', '172127.019000', '172127.021000', '172127.024000', '172127.027000', '172127.030000', '172127.033000', '172127.036000', '172127.038000', '172127.041000', '172127.044000', '172127.047000', '172127.050000', '172127.053000', '172127.055000', '172127.058000', '172127.061000', '172127.064000', '172127.067000', '172127.070000', '172127.072000', '172127.075000', '172127.078000', '172127.081000', '172127.084000', '172146.963000', '172146.966000', '172146.969000', '172146.972000', '172146.975000', '172146.977000', '172146.980000', '172146.983000', '172146.986000', '172146.989000', '172146.992000', '172146.995000', '172146.998000', '172147.001000', '172147.004000', '172147.007000', '172147.010000', '172147.013000', '172147.016000', '172147.019000', '172147.022000', '172147.024000', '172147.027000', '172147.040000', '172147.043000', '172147.046000', '172147.048000', '172147.051000', '172147.054000', '172147.057000', '172147.060000', '172147.063000', '172147.066000', '172147.069000', '172147.071000', '172147.074000', '172147.077000', '172147.080000', '172147.083000', '172147.086000', '172147.089000', '172147.092000', '172147.094000', '172147.097000', '172206.962000', '172206.965000', '172206.968000', '172206.971000', '172206.974000', '172206.976000', '172206.980000', '172206.983000', '172206.986000', '172206.989000', '172206.992000', '172206.994000', '172206.997000', '172207.001000', '172207.004000', '172207.007000', '172207.010000', '172207.013000', '172207.016000', '172207.018000', '172207.021000', '172207.024000', '172207.027000', '172207.030000', '172207.033000', '172207.035000', '172207.038000', '172207.041000', '172207.044000', '172207.047000', '172207.051000', '172207.054000', '172207.057000', '172207.060000', '172207.063000', '172207.066000', '172207.069000', '172207.071000', '172207.074000', '172207.077000', '172207.080000', '172207.083000', '172207.086000', '172226.962000', '172226.965000', '172226.968000', '172226.971000', '172226.974000', '172226.976000', '172226.979000', '172226.982000', '172226.985000', '172226.988000', '172226.991000', '172226.994000', '172226.996000', '172227.000000', '172227.003000', '172227.006000', '172227.009000', '172227.012000', '172227.015000', '172227.018000', '172227.020000', '172227.023000', '172227.026000', '172227.029000', '172227.032000', '172227.035000', '172227.037000', '172227.040000', '172227.043000', '172227.046000', '172227.049000', '172227.052000', '172227.054000', '172227.057000', '172227.060000', '172227.063000', '172227.066000', '172227.069000', '172227.071000', '172227.075000', '172227.077000', '172227.080000', '172227.083000', '172227.086000', '172246.962000', '172246.965000', '172246.968000', '172246.971000', '172246.974000', '172246.977000', '172246.980000', '172246.983000', '172246.985000', '172246.988000', '172246.991000', '172246.994000', '172246.997000', '172247.001000', '172247.004000', '172247.007000', '172247.009000', '172247.012000', '172247.015000', '172247.018000', '172247.021000', '172247.024000', '172247.027000', '172247.030000', '172247.032000', '172247.035000', '172247.038000', '172247.041000', '172247.044000', '172247.047000', '172247.050000', '172247.053000', '172247.055000', '172247.059000', '172247.062000', '172247.064000', '172247.067000', '172247.070000', '172247.073000', '172247.076000', '172247.079000', '172247.082000', '172247.085000', '172306.963000', '172306.966000', '172306.969000', '172306.972000', '172306.974000', '172306.977000', '172306.980000', '172306.983000', '172306.986000', '172306.989000', '172306.992000', '172306.995000', '172306.997000', '172307.000000', '172307.003000', '172307.006000', '172307.009000', '172307.012000', '172307.014000', '172307.017000', '172307.020000', '172307.023000', '172307.026000', '172307.029000', '172307.031000', '172307.034000', '172307.037000', '172307.040000', '172307.043000', '172307.046000', '172307.049000', '172307.051000', '172307.054000', '172307.057000', '172307.060000', '172307.063000', '172307.066000', '172307.068000', '172307.071000', '172307.074000', '172307.077000', '172307.080000', '172307.083000', '172307.086000', '172326.963000', '172326.966000', '172326.969000', '172326.972000', '172326.975000', '172326.978000', '172326.980000', '172326.983000', '172326.986000', '172326.989000', '172326.992000', '172326.995000', '172326.998000', '172327.001000', '172327.004000', '172327.007000', '172327.010000', '172327.013000', '172327.016000', '172327.019000', '172327.022000', '172327.024000', '172327.027000', '172327.030000', '172327.033000', '172327.036000', '172327.039000', '172327.041000', '172327.044000', '172327.047000', '172327.050000', '172327.053000', '172327.056000', '172327.059000', '172327.061000', '172327.064000', '172327.067000', '172327.070000', '172327.073000', '172327.076000', '172327.079000', '172327.082000', '172327.084000', '172346.963000', '172346.966000', '172346.969000', '172346.972000', '172346.975000', '172346.978000', '172346.980000', '172346.983000', '172346.986000', '172346.989000', '172346.992000', '172346.995000', '172346.997000', '172347.001000', '172347.004000', '172347.007000', '172347.010000', '172347.013000', '172347.016000', '172347.019000', '172347.022000', '172347.025000', '172347.027000', '172347.030000', '172347.033000', '172347.036000', '172347.039000', '172347.042000', '172347.045000', '172347.048000', '172347.051000', '172347.054000', '172347.057000', '172347.060000', '172347.064000', '172347.067000', '172347.069000', '172347.073000', '172347.075000', '172347.078000', '172347.081000', '172347.084000', '172347.087000', '172347.090000', '172406.963000', '172406.966000', '172406.969000', '172406.972000', '172406.975000', '172406.977000', '172406.980000', '172406.983000', '172406.986000', '172406.989000', '172406.992000', '172406.995000', '172406.997000', '172407.001000', '172407.004000', '172407.007000', '172407.010000', '172407.013000', '172407.016000', '172407.019000', '172407.021000', '172407.024000', '172407.027000', '172407.030000', '172407.033000', '172407.036000', '172407.038000', '172407.041000', '172407.044000', '172407.047000', '172407.050000', '172407.053000', '172407.056000', '172407.058000', '172407.061000', '172407.064000', '172407.067000', '172407.070000', '172407.073000', '172407.076000', '172407.078000', '172407.081000', '172407.084000', '172417.347000', '172417.351000', '172417.359000', '172417.362000', '172417.365000', '172417.368000', '172417.372000', '172417.374000', '172417.377000', '172417.380000', '172417.383000', '172417.386000', '172417.389000', '172417.392000', '172417.395000', '172417.398000', '172417.402000', '172417.404000', '172417.407000', '172417.410000', '172417.413000', '172417.416000', '172417.419000'], 'InstanceCreationTime': ['171747.000000', '171747.003000', '171747.006000', '171747.009000', '171747.012000', '171747.015000', '171747.018000', '171747.029000', '171747.032000', '171747.034000', '171747.037000', '171747.040000', '171747.053000', '171747.056000', '171747.059000', '171747.062000', '171747.064000', '171747.067000', '171747.070000', '171747.073000', '171747.076000', '171747.079000', '171747.082000', '171806.962000', '171806.965000', '171806.968000', '171806.970000', '171806.974000', '171806.976000', '171806.979000', '171806.982000', '171806.985000', '171806.988000', '171806.991000', '171806.998000', '171807.002000', '171807.005000', '171807.008000', '171807.011000', '171807.014000', '171807.016000', '171807.019000', '171807.022000', '171807.025000', '171807.028000', '171807.031000', '171807.033000', '171807.036000', '171807.039000', '171807.042000', '171807.045000', '171807.047000', '171807.050000', '171807.053000', '171807.056000', '171807.059000', '171807.062000', '171807.065000', '171807.067000', '171807.070000', '171807.073000', '171807.076000', '171807.079000', '171807.081000', '171807.090000', '171807.093000', '171826.963000', '171826.966000', '171826.969000', '171826.972000', '171826.974000', '171826.977000', '171826.980000', '171826.983000', '171826.986000', '171826.989000', '171826.991000', '171826.994000', '171826.997000', '171827.000000', '171827.003000', '171827.005000', '171827.008000', '171827.011000', '171827.014000', '171827.017000', '171827.019000', '171827.022000', '171827.025000', '171827.028000', '171827.037000', '171827.040000', '171827.042000', '171827.045000', '171827.048000', '171827.051000', '171827.054000', '171827.057000', '171827.059000', '171827.062000', '171827.065000', '171827.068000', '171827.071000', '171827.074000', '171827.076000', '171827.079000', '171827.082000', '171827.085000', '171827.088000', '171827.091000', '171846.963000', '171846.966000', '171846.979000', '171846.982000', '171846.985000', '171846.987000', '171846.990000', '171846.993000', '171846.996000', '171847.000000', '171847.003000', '171847.006000', '171847.008000', '171847.011000', '171847.014000', '171847.017000', '171847.020000', '171847.023000', '171847.026000', '171847.029000', '171847.032000', '171847.035000', '171847.037000', '171847.040000', '171847.043000', '171847.046000', '171847.049000', '171847.052000', '171847.055000', '171847.058000', '171847.061000', '171847.063000', '171847.066000', '171847.069000', '171847.072000', '171847.075000', '171847.077000', '171847.080000', '171847.083000', '171847.086000', '171847.089000', '171847.092000', '171847.095000', '171906.963000', '171906.966000', '171906.969000', '171906.971000', '171906.974000', '171906.977000', '171906.980000', '171906.983000', '171906.986000', '171906.989000', '171906.991000', '171906.994000', '171906.997000', '171907.001000', '171907.004000', '171907.006000', '171907.009000', '171907.012000', '171907.015000', '171907.018000', '171907.021000', '171907.024000', '171907.026000', '171907.029000', '171907.032000', '171907.035000', '171907.038000', '171907.040000', '171907.043000', '171907.046000', '171907.049000', '171907.052000', '171907.055000', '171907.058000', '171907.060000', '171907.063000', '171907.066000', '171907.069000', '171907.072000', '171907.074000', '171907.077000', '171907.080000', '171907.083000', '171907.086000', '171926.963000', '171926.966000', '171926.969000', '171926.973000', '171926.976000', '171926.979000', '171926.982000', '171926.984000', '171926.987000', '171926.990000', '171926.993000', '171926.996000', '171927.000000', '171927.002000', '171927.005000', '171927.008000', '171927.011000', '171927.014000', '171927.017000', '171927.020000', '171927.022000', '171927.025000', '171927.028000', '171927.031000', '171927.034000', '171927.037000', '171927.040000', '171927.043000', '171927.046000', '171927.049000', '171927.052000', '171927.054000', '171927.057000', '171927.060000', '171927.063000', '171927.066000', '171927.069000', '171927.072000', '171927.074000', '171927.077000', '171927.080000', '171927.083000', '171927.086000', '171946.962000', '171946.965000', '171946.968000', '171946.971000', '171946.974000', '171946.976000', '171946.979000', '171946.982000', '171946.985000', '171946.988000', '171946.991000', '171946.994000', '171946.997000', '171947.001000', '171947.003000', '171947.006000', '171947.009000', '171947.012000', '171947.015000', '171947.018000', '171947.021000', '171947.023000', '171947.026000', '171947.029000', '171947.032000', '171947.035000', '171947.038000', '171947.041000', '171947.043000', '171947.046000', '171947.049000', '171947.052000', '171947.055000', '171947.058000', '171947.060000', '171947.063000', '171947.066000', '171947.069000', '171947.072000', '171947.075000', '171947.078000', '171947.080000', '171947.083000', '171947.086000', '172006.962000', '172006.965000', '172006.968000', '172006.971000', '172006.974000', '172006.977000', '172006.979000', '172006.982000', '172006.985000', '172006.988000', '172006.991000', '172006.994000', '172006.996000', '172007.000000', '172007.003000', '172007.006000', '172007.009000', '172007.012000', '172007.015000', '172007.017000', '172007.020000', '172007.023000', '172007.026000', '172007.029000', '172007.032000', '172007.035000', '172007.038000', '172007.040000', '172007.043000', '172007.046000', '172007.049000', '172007.052000', '172007.055000', '172007.058000', '172007.060000', '172007.063000', '172007.066000', '172007.069000', '172007.072000', '172007.075000', '172007.078000', '172007.095000', '172007.098000', '172026.962000', '172026.965000', '172026.968000', '172026.971000', '172026.974000', '172026.976000', '172026.979000', '172026.982000', '172026.985000', '172026.988000', '172026.991000', '172026.993000', '172026.996000', '172027.000000', '172027.003000', '172027.006000', '172027.009000', '172027.012000', '172027.015000', '172027.017000', '172027.020000', '172027.023000', '172027.026000', '172027.029000', '172027.031000', '172027.034000', '172027.037000', '172027.040000', '172027.043000', '172027.046000', '172027.049000', '172027.052000', '172027.054000', '172027.057000', '172027.060000', '172027.063000', '172027.066000', '172027.068000', '172027.071000', '172027.074000', '172027.077000', '172027.080000', '172027.083000', '172027.086000', '172046.963000', '172046.966000', '172046.969000', '172046.972000', '172046.975000', '172046.978000', '172046.980000', '172046.983000', '172046.986000', '172046.989000', '172046.992000', '172046.995000', '172046.998000', '172047.000000', '172047.003000', '172047.006000', '172047.009000', '172047.013000', '172047.016000', '172047.019000', '172047.022000', '172047.025000', '172047.027000', '172047.030000', '172047.033000', '172047.036000', '172047.039000', '172047.042000', '172047.045000', '172047.048000', '172047.050000', '172047.053000', '172047.056000', '172047.059000', '172047.062000', '172047.065000', '172047.068000', '172047.071000', '172047.073000', '172047.076000', '172047.079000', '172047.084000', '172047.087000', '172106.963000', '172106.971000', '172106.973000', '172106.977000', '172106.979000', '172106.982000', '172106.985000', '172106.988000', '172106.991000', '172106.994000', '172106.997000', '172107.000000', '172107.003000', '172107.006000', '172107.009000', '172107.012000', '172107.015000', '172107.018000', '172107.020000', '172107.023000', '172107.026000', '172107.029000', '172107.032000', '172107.035000', '172107.037000', '172107.040000', '172107.043000', '172107.046000', '172107.049000', '172107.052000', '172107.054000', '172107.057000', '172107.060000', '172107.063000', '172107.066000', '172107.068000', '172107.071000', '172107.074000', '172107.077000', '172107.080000', '172107.083000', '172107.086000', '172107.088000', '172107.091000', '172126.963000', '172126.966000', '172126.969000', '172126.972000', '172126.975000', '172126.978000', '172126.980000', '172126.983000', '172126.986000', '172126.989000', '172126.992000', '172126.995000', '172126.998000', '172127.001000', '172127.004000', '172127.007000', '172127.010000', '172127.013000', '172127.016000', '172127.019000', '172127.021000', '172127.024000', '172127.027000', '172127.030000', '172127.033000', '172127.036000', '172127.038000', '172127.041000', '172127.044000', '172127.047000', '172127.050000', '172127.053000', '172127.055000', '172127.058000', '172127.061000', '172127.064000', '172127.067000', '172127.070000', '172127.072000', '172127.075000', '172127.078000', '172127.081000', '172127.084000', '172146.963000', '172146.966000', '172146.969000', '172146.972000', '172146.975000', '172146.977000', '172146.980000', '172146.983000', '172146.986000', '172146.989000', '172146.992000', '172146.995000', '172146.998000', '172147.001000', '172147.004000', '172147.007000', '172147.010000', '172147.013000', '172147.016000', '172147.019000', '172147.022000', '172147.024000', '172147.027000', '172147.040000', '172147.043000', '172147.046000', '172147.048000', '172147.051000', '172147.054000', '172147.057000', '172147.060000', '172147.063000', '172147.066000', '172147.069000', '172147.071000', '172147.074000', '172147.077000', '172147.080000', '172147.083000', '172147.086000', '172147.089000', '172147.092000', '172147.094000', '172147.097000', '172206.962000', '172206.965000', '172206.968000', '172206.971000', '172206.974000', '172206.976000', '172206.980000', '172206.983000', '172206.986000', '172206.989000', '172206.992000', '172206.994000', '172206.997000', '172207.001000', '172207.004000', '172207.007000', '172207.010000', '172207.013000', '172207.016000', '172207.018000', '172207.021000', '172207.024000', '172207.027000', '172207.030000', '172207.033000', '172207.035000', '172207.038000', '172207.041000', '172207.044000', '172207.047000', '172207.051000', '172207.054000', '172207.057000', '172207.060000', '172207.063000', '172207.066000', '172207.069000', '172207.071000', '172207.074000', '172207.077000', '172207.080000', '172207.083000', '172207.086000', '172226.962000', '172226.965000', '172226.968000', '172226.971000', '172226.974000', '172226.976000', '172226.979000', '172226.982000', '172226.985000', '172226.988000', '172226.991000', '172226.994000', '172226.996000', '172227.000000', '172227.003000', '172227.006000', '172227.009000', '172227.012000', '172227.015000', '172227.018000', '172227.020000', '172227.023000', '172227.026000', '172227.029000', '172227.032000', '172227.035000', '172227.037000', '172227.040000', '172227.043000', '172227.046000', '172227.049000', '172227.052000', '172227.054000', '172227.057000', '172227.060000', '172227.063000', '172227.066000', '172227.069000', '172227.071000', '172227.075000', '172227.077000', '172227.080000', '172227.083000', '172227.086000', '172246.962000', '172246.965000', '172246.968000', '172246.971000', '172246.974000', '172246.977000', '172246.980000', '172246.983000', '172246.985000', '172246.988000', '172246.991000', '172246.994000', '172246.997000', '172247.001000', '172247.004000', '172247.007000', '172247.009000', '172247.012000', '172247.015000', '172247.018000', '172247.021000', '172247.024000', '172247.027000', '172247.030000', '172247.032000', '172247.035000', '172247.038000', '172247.041000', '172247.044000', '172247.047000', '172247.050000', '172247.053000', '172247.055000', '172247.059000', '172247.062000', '172247.064000', '172247.067000', '172247.070000', '172247.073000', '172247.076000', '172247.079000', '172247.082000', '172247.085000', '172306.963000', '172306.966000', '172306.969000', '172306.972000', '172306.974000', '172306.977000', '172306.980000', '172306.983000', '172306.986000', '172306.989000', '172306.992000', '172306.995000', '172306.997000', '172307.000000', '172307.003000', '172307.006000', '172307.009000', '172307.012000', '172307.014000', '172307.017000', '172307.020000', '172307.023000', '172307.026000', '172307.029000', '172307.031000', '172307.034000', '172307.037000', '172307.040000', '172307.043000', '172307.046000', '172307.049000', '172307.051000', '172307.054000', '172307.057000', '172307.060000', '172307.063000', '172307.066000', '172307.068000', '172307.071000', '172307.074000', '172307.077000', '172307.080000', '172307.083000', '172307.086000', '172326.963000', '172326.966000', '172326.969000', '172326.972000', '172326.975000', '172326.978000', '172326.980000', '172326.983000', '172326.986000', '172326.989000', '172326.992000', '172326.995000', '172326.998000', '172327.001000', '172327.004000', '172327.007000', '172327.010000', '172327.013000', '172327.016000', '172327.019000', '172327.022000', '172327.024000', '172327.027000', '172327.030000', '172327.033000', '172327.036000', '172327.039000', '172327.041000', '172327.044000', '172327.047000', '172327.050000', '172327.053000', '172327.056000', '172327.059000', '172327.061000', '172327.064000', '172327.067000', '172327.070000', '172327.073000', '172327.076000', '172327.079000', '172327.082000', '172327.084000', '172346.963000', '172346.966000', '172346.969000', '172346.972000', '172346.975000', '172346.978000', '172346.980000', '172346.983000', '172346.986000', '172346.989000', '172346.992000', '172346.995000', '172346.997000', '172347.001000', '172347.004000', '172347.007000', '172347.010000', '172347.013000', '172347.016000', '172347.019000', '172347.022000', '172347.025000', '172347.027000', '172347.030000', '172347.033000', '172347.036000', '172347.039000', '172347.042000', '172347.045000', '172347.048000', '172347.051000', '172347.054000', '172347.057000', '172347.060000', '172347.064000', '172347.067000', '172347.069000', '172347.073000', '172347.075000', '172347.078000', '172347.081000', '172347.084000', '172347.087000', '172347.090000', '172406.963000', '172406.966000', '172406.969000', '172406.972000', '172406.975000', '172406.977000', '172406.980000', '172406.983000', '172406.986000', '172406.989000', '172406.992000', '172406.995000', '172406.997000', '172407.001000', '172407.004000', '172407.007000', '172407.010000', '172407.013000', '172407.016000', '172407.019000', '172407.021000', '172407.024000', '172407.027000', '172407.030000', '172407.033000', '172407.036000', '172407.038000', '172407.041000', '172407.044000', '172407.047000', '172407.050000', '172407.053000', '172407.056000', '172407.058000', '172407.061000', '172407.064000', '172407.067000', '172407.070000', '172407.073000', '172407.076000', '172407.078000', '172407.081000', '172407.084000', '172417.347000', '172417.351000', '172417.359000', '172417.362000', '172417.365000', '172417.368000', '172417.372000', '172417.374000', '172417.377000', '172417.380000', '172417.383000', '172417.386000', '172417.389000', '172417.392000', '172417.395000', '172417.398000', '172417.402000', '172417.404000', '172417.407000', '172417.410000', '172417.413000', '172417.416000', '172417.419000'], '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': [14215, 11800, 14553, 11248, 11066, 10707, 10727, 10374, 11510, 12407, 11699, 12107, 11800, 12690, 12129, 17403, 13039, 17236, 11965, 14405, 10757, 10751, 10535, 10891, 12019, 11506, 13477, 12291, 16712, 12423, 19183, 14223, 15962, 10850, 11078, 10147, 14731, 13240, 11808, 13795, 11707, 14627, 12861, 16592, 12702, 17627, 11732, 12589, 12662, 18618, 11253, 11175, 10115, 11210, 10497, 11173, 10703, 12115, 11263, 11960, 11928, 12463, 14454, 12660, 15727, 10959, 11065, 10732, 10761, 11057, 10291, 9696, 11632, 12084, 11181, 10732, 11624, 11709, 16968, 11582, 17315, 20271, 13994, 21031, 12820, 17943, 12314, 13862, 12468, 13625, 12266, 10101, 11698, 9632, 12106, 10543, 11713, 10170, 11564, 10307, 11378, 10940, 11359, 10523, 11355, 12291, 19866, 13287, 18433, 12167, 15674, 12662, 14201, 12064, 13880, 11570, 10844, 11283, 12885, 19961, 15383, 16397, 12008, 12729, 16063, 13212, 18760, 13649, 14959, 12052, 10137, 10846, 13298, 19531, 12762, 14917, 11965, 9891, 13630, 11963, 15511, 12681, 13291, 12723, 12038, 13598, 10962, 11547, 13023, 14688, 12235, 10193, 16269, 10746, 10918, 11080, 11019, 12730, 15315, 12308, 13231, 11641, 10949, 11200, 11990, 20151, 13786, 15736, 11758, 13406, 11400, 10330, 11014, 12095, 20629, 12088, 16017, 11665, 12631, 11522, 12109, 19938, 12495, 14961, 11512, 10059, 10838, 12010, 16157, 12142, 12277, 11390, 10128, 10821, 11977, 16426, 12317, 13903, 11615, 10191, 10837, 12068, 20153, 11760, 14697, 11500, 10519, 10592, 10622, 10423, 12210, 16401, 11467, 12800, 13332, 10543, 10351, 12406, 13819, 12059, 11980, 11484, 9973, 11033, 10130, 10349, 12899, 17876, 12768, 15533, 12329, 13484, 12268, 12082, 12424, 14825, 11790, 12290, 11304, 10102, 10662, 10315, 16125, 10599, 13075, 12711, 18742, 12342, 14584, 11548, 11846, 11130, 10446, 10710, 12650, 19724, 12603, 15643, 12582, 12684, 12353, 12584, 11933, 11903, 11878, 10180, 10958, 11606, 20419, 13008, 15974, 12916, 14556, 12303, 12340, 12090, 11883, 11372, 10320, 11097, 10341, 12022, 13202, 20488, 12645, 15807, 12275, 14012, 12151, 11540, 13132, 10555, 10279, 11375, 12962, 12280, 15148, 12030, 14516, 11904, 13800, 11432, 11069, 11066, 12564, 21000, 13584, 17468, 12129, 15390, 12261, 13091, 12385, 11036, 10438, 12564, 14391, 12277, 11323, 11173, 10400, 10393, 10317, 9758, 13044, 14875, 12225, 11443, 11477, 10213, 10751, 13104, 19293, 13069, 15695, 12607, 13774, 11980, 10109, 11070, 10699, 19357, 11715, 16931, 12958, 16401, 12382, 14610, 12000, 10410, 13778, 12732, 14278, 12179, 11611, 10942, 10234, 10466, 12978, 14085, 12254, 11518, 11498, 10287, 11410, 13034, 19868, 12644, 15422, 12053, 12507, 10850, 10600, 11001, 10563, 13717, 19027, 16885, 16629, 11678, 11435, 10875, 12767, 19576, 12249, 12760, 13042, 10160, 11033, 12483, 12751, 11517, 10072, 10719, 10795, 13272, 11626, 10559, 11930, 12221, 11432, 10303, 16192, 12661, 15864, 11971, 13088, 11418, 13324, 20848, 12888, 15683, 12340, 11317, 17248, 13568, 17905, 12458, 11269, 10998, 13587, 19725, 12872, 14220, 12418, 11170, 15664, 13484, 18130, 12614, 12775, 10976, 13548, 19647, 12857, 15217, 11999, 13407, 20727, 13371, 16125, 12546, 10189, 11131, 13433, 15874, 12279, 11376, 11584, 10601, 16186, 13144, 14784, 12203, 10522, 13979, 12269, 15296, 13161, 13824, 13295, 10777, 15214, 13027, 14775, 12951, 12144, 12696, 11626, 15576, 12840, 12834, 11943, 13546, 20257, 12935, 15151, 11772, 12693, 19078, 12823, 14230, 11890, 10305, 10608, 13261, 16320, 11713, 10289, 10767, 12837, 15687, 11627, 10416, 13168, 12752, 16123, 12050, 10424, 12634, 13367, 18545, 12615, 14278, 12118, 10443, 18145, 13319, 17143, 12042, 11578, 20271, 13693, 15642, 12448, 10206, 15617, 13315, 17966, 12873, 11679, 11879, 13569, 19299, 13066, 14196, 12261, 10541, 11600, 13762, 18003, 12153, 11444, 10904, 12870, 16686, 12539, 11837, 11345, 10526, 11901, 12972, 14955, 11556, 13512, 20697, 13302, 15668, 11828, 13509, 21003, 13280, 15981, 12051, 9991, 10507, 13536, 17980, 12279, 10254, 10920, 13670, 18096, 12299, 10232, 11155, 13436, 17532, 12577, 11794, 11773, 12635, 18617, 13743, 14681, 12742, 10444, 11998, 14194, 19763, 13687, 14717, 12879, 11133, 11945, 10474, 17057, 13112, 17041, 12841, 14294, 11688, 11877, 20174, 13452, 17480, 12858, 14454, 11392, 10432, 15794, 10822, 9946, 12890, 13790, 11902, 10500, 10727, 10568, 10169, 12997, 13692, 12323, 10984, 11426, 10388, 10601, 13412, 19499, 12602, 13890, 12155, 10297, 18244, 13201, 18469, 13121, 13636, 12615, 11647, 14792, 12396, 17566, 13083, 13112, 11869, 10377, 11114, 10898, 13391, 13047, 14392, 12696, 11397, 12052, 10215, 11440, 13483, 20264, 13350, 15266, 12760, 13519, 11094, 10543, 11663, 10255, 12946, 10769, 13805, 17873, 13560, 18173, 13848, 17953, 14214, 13566, 20743, 13500, 15712, 13232, 11871, 12182, 10215, 10695, 13161, 14360, 13126, 11224, 12442, 10333, 11892, 10253, 11922, 10250, 16973, 13269, 14665, 12801, 12811, 11208, 10363, 17070, 13417, 19440, 13345, 15716, 12545, 11261, 10608, 13990, 16848, 13049, 12894, 11705, 13866, 19832, 13687, 14125, 12008, 10362, 10599, 13554, 16160, 12990, 12551, 11489, 10440, 11109, 13575, 18095, 13667, 13935, 12508, 10893, 11616, 13616, 20422, 13641, 16399, 12641, 10772, 11086, 14211, 18925, 13573, 15113, 13051, 10636, 12029, 10388, 12052, 14113, 19446, 13744, 14103, 12080, 10987, 18119, 12223, 13680, 13225, 12736, 12666, 11985, 16196, 13601, 18653, 13217, 12560, 12858, 13514, 20224, 13178, 13766, 12115, 10322, 10866, 13295, 17280, 12847, 11984, 17228, 13336, 14813, 12296, 10204, 10314, 13160, 15041, 12290, 10475, 17136, 13140, 13535, 12107, 11055, 18455, 13398, 14574, 11759, 10086, 11238, 13488, 17359, 12006, 10814, 11951, 13765, 19919, 13222, 14940, 11557, 10384, 15194, 13155, 18043, 13168, 11792, 14964, 13067, 12715, 11819, 13593, 19496, 12199, 11664, 10882, 13903, 16549, 12363, 10164, 10825, 14179, 17387, 12821, 11627, 12035, 10454, 11658, 14159, 18084, 13205, 13726, 11717, 10667, 17146, 13598, 17098, 12824, 11519, 11209, 13809, 16313, 12536, 14116, 11256, 13627, 19929, 13002, 14624, 11148, 10915, 14084, 13339, 13517, 11747, 10535, 13749, 13389, 14141, 12770, 13747, 19258, 12580, 11784, 12120, 10740, 15806, 12828, 12657, 12566], 'WindowCenter': [4526.0, 4478.0, 4484.0, 4453.0, 4452.0, 4441.0, 4441.0, 4442.0, 4451.0, 4461.0, 4462.0, 4450.0, 4451.0, 4459.0, 4460.0, 4489.0, 4460.0, 4490.0, 4449.0, 4469.0, 4441.0, 4439.0, 4439.0, 4440.0, 4451.0, 4452.0, 4471.0, 4463.0, 4480.0, 4461.0, 4501.0, 4471.0, 4480.0, 4438.0, 4438.0, 4429.0, 4467.0, 4445.0, 4436.0, 4457.0, 4438.0, 4456.0, 4447.0, 4474.0, 4447.0, 4475.0, 4437.0, 4445.0, 4457.0, 4488.0, 4437.0, 4436.0, 4426.0, 4436.0, 4425.0, 4435.0, 4426.0, 4448.0, 4437.0, 4450.0, 4448.0, 4458.0, 4466.0, 4447.0, 4467.0, 4440.0, 4438.0, 4439.0, 4452.0, 4450.0, 4429.0, 4418.0, 4448.0, 4450.0, 4452.0, 4441.0, 4453.0, 4463.0, 4493.0, 4451.0, 4494.0, 4501.0, 4459.0, 4488.0, 4447.0, 4473.0, 4436.0, 4443.0, 4434.0, 4443.0, 4435.0, 4427.0, 4450.0, 4415.0, 4462.0, 4425.0, 4436.0, 4413.0, 4448.0, 4426.0, 4437.0, 4437.0, 4449.0, 4437.0, 4450.0, 4461.0, 4498.0, 4458.0, 4487.0, 4448.0, 4477.0, 4459.0, 4457.0, 4446.0, 4457.0, 4449.0, 4438.0, 4438.0, 4459.0, 4499.0, 4480.0, 4467.0, 4447.0, 4446.0, 4465.0, 4443.0, 4474.0, 4454.0, 4453.0, 4434.0, 4413.0, 4411.0, 4432.0, 4471.0, 4433.0, 4438.0, 4435.0, 4414.0, 4442.0, 4421.0, 4452.0, 4443.0, 4442.0, 4444.0, 4434.0, 4442.0, 4413.0, 4421.0, 4444.0, 4452.0, 4432.0, 4399.0, 4461.0, 4412.0, 4423.0, 4435.0, 4425.0, 4457.0, 4464.0, 4435.0, 4445.0, 4425.0, 4425.0, 4426.0, 4437.0, 4486.0, 4443.0, 4453.0, 4423.0, 4442.0, 4424.0, 4412.0, 4424.0, 4434.0, 4484.0, 4434.0, 4463.0, 4435.0, 4433.0, 4423.0, 4433.0, 4470.0, 4431.0, 4452.0, 4424.0, 4402.0, 4412.0, 4433.0, 4449.0, 4420.0, 4419.0, 4421.0, 4401.0, 4423.0, 4434.0, 4461.0, 4433.0, 4441.0, 4434.0, 4413.0, 4423.0, 4434.0, 4484.0, 4434.0, 4452.0, 4423.0, 4411.0, 4413.0, 4414.0, 4413.0, 4446.0, 4462.0, 4423.0, 4433.0, 4443.0, 4413.0, 4412.0, 4445.0, 4441.0, 4431.0, 4422.0, 4423.0, 4402.0, 4426.0, 4425.0, 4414.0, 4445.0, 4473.0, 4445.0, 4464.0, 4446.0, 4445.0, 4448.0, 4432.0, 4446.0, 4455.0, 4434.0, 4434.0, 4436.0, 4425.0, 4423.0, 4414.0, 4465.0, 4425.0, 4444.0, 4445.0, 4486.0, 4435.0, 4453.0, 4423.0, 4424.0, 4424.0, 4414.0, 4414.0, 4443.0, 4482.0, 4433.0, 4463.0, 4444.0, 4431.0, 4445.0, 4432.0, 4434.0, 4433.0, 4436.0, 4414.0, 4424.0, 4433.0, 4484.0, 4444.0, 4464.0, 4446.0, 4453.0, 4435.0, 4434.0, 4435.0, 4433.0, 4424.0, 4412.0, 4425.0, 4425.0, 4434.0, 4445.0, 4485.0, 4446.0, 4465.0, 4446.0, 4454.0, 4446.0, 4435.0, 4443.0, 4415.0, 4415.0, 4438.0, 4445.0, 4447.0, 4465.0, 4446.0, 4455.0, 4448.0, 4456.0, 4438.0, 4436.0, 4424.0, 4446.0, 4496.0, 4455.0, 4474.0, 4447.0, 4465.0, 4447.0, 4445.0, 4444.0, 4425.0, 4424.0, 4445.0, 4453.0, 4445.0, 4424.0, 4424.0, 4424.0, 4416.0, 4425.0, 4415.0, 4458.0, 4454.0, 4434.0, 4423.0, 4435.0, 4415.0, 4426.0, 4458.0, 4486.0, 4446.0, 4466.0, 4445.0, 4445.0, 4436.0, 4412.0, 4425.0, 4426.0, 4483.0, 4436.0, 4475.0, 4447.0, 4466.0, 4446.0, 4455.0, 4435.0, 4425.0, 4443.0, 4444.0, 4453.0, 4434.0, 4422.0, 4424.0, 4415.0, 4422.0, 4456.0, 4453.0, 4434.0, 4422.0, 4436.0, 4415.0, 4437.0, 4458.0, 4486.0, 4446.0, 4465.0, 4448.0, 4447.0, 4429.0, 4438.0, 4451.0, 4453.0, 4484.0, 4502.0, 4493.0, 4478.0, 4440.0, 4437.0, 4426.0, 4447.0, 4485.0, 4432.0, 4432.0, 4444.0, 4416.0, 4424.0, 4446.0, 4441.0, 4435.0, 4412.0, 4412.0, 4423.0, 4444.0, 4435.0, 4426.0, 4448.0, 4448.0, 4436.0, 4426.0, 4477.0, 4458.0, 4475.0, 4449.0, 4458.0, 4437.0, 4457.0, 4498.0, 4448.0, 4466.0, 4448.0, 4437.0, 4475.0, 4445.0, 4475.0, 4445.0, 4425.0, 4425.0, 4456.0, 4486.0, 4445.0, 4453.0, 4448.0, 4438.0, 4464.0, 4456.0, 4485.0, 4445.0, 4444.0, 4425.0, 4456.0, 4485.0, 4446.0, 4463.0, 4435.0, 4456.0, 4484.0, 4444.0, 4463.0, 4432.0, 4413.0, 4424.0, 4455.0, 4462.0, 4432.0, 4423.0, 4435.0, 4426.0, 4465.0, 4456.0, 4454.0, 4433.0, 4415.0, 4455.0, 4435.0, 4464.0, 4457.0, 4456.0, 4444.0, 4424.0, 4465.0, 4445.0, 4455.0, 4445.0, 4435.0, 4444.0, 4436.0, 4463.0, 4445.0, 4445.0, 4435.0, 4444.0, 4483.0, 4443.0, 4453.0, 4436.0, 4446.0, 4482.0, 4434.0, 4442.0, 4435.0, 4413.0, 4413.0, 4444.0, 4462.0, 4434.0, 4411.0, 4422.0, 4447.0, 4463.0, 4425.0, 4414.0, 4445.0, 4446.0, 4465.0, 4446.0, 4424.0, 4432.0, 4445.0, 4474.0, 4435.0, 4455.0, 4436.0, 4427.0, 4475.0, 4454.0, 4474.0, 4423.0, 4424.0, 4484.0, 4443.0, 4452.0, 4445.0, 4414.0, 4452.0, 4443.0, 4473.0, 4444.0, 4423.0, 4435.0, 4453.0, 4483.0, 4446.0, 4455.0, 4447.0, 4425.0, 4436.0, 4456.0, 4473.0, 4435.0, 4424.0, 4424.0, 4446.0, 4474.0, 4446.0, 4436.0, 4435.0, 4425.0, 4436.0, 4458.0, 4466.0, 4435.0, 4456.0, 4496.0, 4457.0, 4465.0, 4437.0, 4457.0, 4495.0, 4444.0, 4462.0, 4434.0, 4403.0, 4412.0, 4445.0, 4472.0, 4433.0, 4412.0, 4423.0, 4454.0, 4473.0, 4433.0, 4412.0, 4422.0, 4443.0, 4473.0, 4445.0, 4432.0, 4436.0, 4445.0, 4482.0, 4453.0, 4454.0, 4445.0, 4412.0, 4433.0, 4454.0, 4482.0, 4444.0, 4453.0, 4446.0, 4424.0, 4435.0, 4426.0, 4476.0, 4456.0, 4475.0, 4458.0, 4457.0, 4435.0, 4436.0, 4494.0, 4444.0, 4475.0, 4446.0, 4455.0, 4423.0, 4414.0, 4464.0, 4424.0, 4412.0, 4456.0, 4453.0, 4434.0, 4413.0, 4425.0, 4425.0, 4414.0, 4457.0, 4454.0, 4444.0, 4424.0, 4436.0, 4425.0, 4424.0, 4456.0, 4486.0, 4445.0, 4444.0, 4446.0, 4426.0, 4485.0, 4445.0, 4483.0, 4445.0, 4454.0, 4444.0, 4423.0, 4453.0, 4445.0, 4474.0, 4444.0, 4443.0, 4432.0, 4411.0, 4423.0, 4424.0, 4444.0, 4456.0, 4453.0, 4433.0, 4423.0, 4432.0, 4414.0, 4435.0, 4457.0, 4497.0, 4454.0, 4453.0, 4443.0, 4444.0, 4426.0, 4412.0, 4424.0, 4415.0, 4457.0, 4436.0, 4470.0, 4488.0, 4460.0, 4487.0, 4459.0, 4489.0, 4455.0, 4446.0, 4484.0, 4443.0, 4454.0, 4444.0, 4423.0, 4421.0, 4411.0, 4413.0, 4444.0, 4442.0, 4444.0, 4421.0, 4434.0, 4412.0, 4436.0, 4414.0, 4446.0, 4428.0, 4477.0, 4456.0, 4466.0, 4458.0, 4447.0, 4424.0, 4416.0, 4474.0, 4457.0, 4486.0, 4457.0, 4466.0, 4433.0, 4423.0, 4414.0, 4456.0, 4474.0, 4445.0, 4444.0, 4435.0, 4455.0, 4482.0, 4454.0, 4455.0, 4434.0, 4412.0, 4411.0, 4456.0, 4463.0, 4444.0, 4433.0, 4423.0, 4413.0, 4424.0, 4457.0, 4475.0, 4454.0, 4454.0, 4447.0, 4425.0, 4436.0, 4456.0, 4495.0, 4454.0, 4465.0, 4446.0, 4425.0, 4424.0, 4455.0, 4473.0, 4444.0, 4453.0, 4446.0, 4414.0, 4434.0, 4415.0, 4436.0, 4457.0, 4486.0, 4457.0, 4455.0, 4433.0, 4426.0, 4474.0, 4433.0, 4453.0, 4455.0, 4443.0, 4445.0, 4432.0, 4464.0, 4455.0, 4482.0, 4443.0, 4435.0, 4433.0, 4443.0, 4483.0, 4443.0, 4442.0, 4433.0, 4412.0, 4413.0, 4444.0, 4473.0, 4444.0, 4436.0, 4474.0, 4445.0, 4451.0, 4433.0, 4413.0, 4412.0, 4445.0, 4452.0, 4434.0, 4425.0, 4473.0, 4444.0, 4444.0, 4446.0, 4438.0, 4483.0, 4445.0, 4453.0, 4435.0, 4414.0, 4434.0, 4456.0, 4474.0, 4446.0, 4424.0, 4448.0, 4467.0, 4494.0, 4456.0, 4467.0, 4438.0, 4427.0, 4465.0, 4457.0, 4487.0, 4446.0, 4436.0, 4465.0, 4457.0, 4445.0, 4434.0, 4446.0, 4485.0, 4434.0, 4423.0, 4423.0, 4443.0, 4462.0, 4442.0, 4412.0, 4425.0, 4467.0, 4475.0, 4446.0, 4434.0, 4448.0, 4425.0, 4448.0, 4468.0, 4486.0, 4457.0, 4456.0, 4437.0, 4428.0, 4487.0, 4458.0, 4478.0, 4444.0, 4436.0, 4425.0, 4457.0, 4464.0, 4445.0, 4455.0, 4425.0, 4456.0, 4484.0, 4444.0, 4454.0, 4425.0, 4425.0, 4453.0, 4455.0, 4443.0, 4433.0, 4423.0, 4454.0, 4454.0, 4454.0, 4433.0, 4443.0, 4483.0, 4434.0, 4433.0, 4433.0, 4424.0, 4463.0, 4443.0, 4443.0, 4447.0], 'WindowWidth': [9939.0, 9860.0, 9858.0, 9812.0, 9810.0, 9792.0, 9792.0, 9794.0, 9807.0, 9818.0, 9821.0, 9802.0, 9805.0, 9811.0, 9816.0, 9856.0, 9816.0, 9858.0, 9800.0, 9825.0, 9792.0, 9786.0, 9784.0, 9786.0, 9804.0, 9807.0, 9832.0, 9824.0, 9843.0, 9816.0, 9878.0, 9829.0, 9842.0, 9782.0, 9782.0, 9769.0, 9820.0, 9787.0, 9775.0, 9806.0, 9779.0, 9801.0, 9793.0, 9826.0, 9791.0, 9831.0, 9778.0, 9787.0, 9807.0, 9850.0, 9778.0, 9775.0, 9760.0, 9777.0, 9761.0, 9774.0, 9765.0, 9796.0, 9778.0, 9800.0, 9796.0, 9809.0, 9818.0, 9792.0, 9818.0, 9786.0, 9782.0, 9785.0, 9808.0, 9802.0, 9765.0, 9751.0, 9795.0, 9800.0, 9807.0, 9791.0, 9808.0, 9822.0, 9868.0, 9805.0, 9871.0, 9876.0, 9809.0, 9853.0, 9788.0, 9821.0, 9771.0, 9778.0, 9767.0, 9778.0, 9770.0, 9765.0, 9799.0, 9746.0, 9820.0, 9759.0, 9775.0, 9740.0, 9797.0, 9762.0, 9780.0, 9780.0, 9799.0, 9780.0, 9802.0, 9817.0, 9869.0, 9806.0, 9851.0, 9794.0, 9833.0, 9812.0, 9807.0, 9790.0, 9805.0, 9797.0, 9781.0, 9783.0, 9811.0, 9876.0, 9842.0, 9821.0, 9793.0, 9791.0, 9812.0, 9778.0, 9829.0, 9799.0, 9792.0, 9769.0, 9740.0, 9736.0, 9761.0, 9821.0, 9764.0, 9768.0, 9771.0, 9743.0, 9776.0, 9745.0, 9789.0, 9779.0, 9778.0, 9783.0, 9769.0, 9774.0, 9737.0, 9747.0, 9781.0, 9791.0, 9763.0, 9714.0, 9802.0, 9734.0, 9753.0, 9772.0, 9758.0, 9806.0, 9813.0, 9772.0, 9784.0, 9757.0, 9758.0, 9761.0, 9777.0, 9852.0, 9778.0, 9794.0, 9751.0, 9776.0, 9755.0, 9735.0, 9754.0, 9769.0, 9839.0, 9767.0, 9809.0, 9770.0, 9766.0, 9753.0, 9765.0, 9817.0, 9758.0, 9790.0, 9753.0, 9722.0, 9736.0, 9762.0, 9781.0, 9742.0, 9740.0, 9747.0, 9718.0, 9751.0, 9768.0, 9802.0, 9764.0, 9776.0, 9769.0, 9738.0, 9753.0, 9769.0, 9838.0, 9767.0, 9790.0, 9753.0, 9734.0, 9740.0, 9740.0, 9740.0, 9786.0, 9806.0, 9752.0, 9765.0, 9780.0, 9737.0, 9735.0, 9783.0, 9776.0, 9760.0, 9747.0, 9753.0, 9722.0, 9761.0, 9758.0, 9742.0, 9785.0, 9824.0, 9785.0, 9811.0, 9787.0, 9788.0, 9793.0, 9767.0, 9787.0, 9798.0, 9771.0, 9769.0, 9776.0, 9758.0, 9754.0, 9741.0, 9814.0, 9758.0, 9783.0, 9787.0, 9846.0, 9771.0, 9795.0, 9752.0, 9755.0, 9753.0, 9741.0, 9741.0, 9780.0, 9835.0, 9764.0, 9809.0, 9782.0, 9763.0, 9784.0, 9764.0, 9769.0, 9766.0, 9776.0, 9742.0, 9755.0, 9767.0, 9840.0, 9780.0, 9809.0, 9785.0, 9794.0, 9771.0, 9768.0, 9770.0, 9766.0, 9755.0, 9738.0, 9760.0, 9758.0, 9770.0, 9784.0, 9844.0, 9786.0, 9812.0, 9788.0, 9797.0, 9789.0, 9772.0, 9781.0, 9744.0, 9744.0, 9780.0, 9788.0, 9791.0, 9814.0, 9788.0, 9800.0, 9793.0, 9800.0, 9781.0, 9776.0, 9758.0, 9786.0, 9861.0, 9799.0, 9828.0, 9790.0, 9814.0, 9793.0, 9789.0, 9782.0, 9758.0, 9756.0, 9786.0, 9795.0, 9785.0, 9755.0, 9756.0, 9755.0, 9747.0, 9760.0, 9747.0, 9806.0, 9797.0, 9769.0, 9753.0, 9771.0, 9746.0, 9763.0, 9808.0, 9847.0, 9787.0, 9816.0, 9788.0, 9784.0, 9775.0, 9739.0, 9759.0, 9759.0, 9838.0, 9774.0, 9827.0, 9790.0, 9817.0, 9788.0, 9803.0, 9772.0, 9756.0, 9781.0, 9783.0, 9794.0, 9768.0, 9752.0, 9754.0, 9744.0, 9752.0, 9801.0, 9792.0, 9769.0, 9751.0, 9774.0, 9744.0, 9778.0, 9807.0, 9845.0, 9786.0, 9816.0, 9794.0, 9788.0, 9764.0, 9781.0, 9803.0, 9810.0, 9852.0, 9885.0, 9866.0, 9839.0, 9786.0, 9778.0, 9761.0, 9788.0, 9844.0, 9763.0, 9763.0, 9781.0, 9745.0, 9754.0, 9787.0, 9776.0, 9772.0, 9737.0, 9736.0, 9754.0, 9782.0, 9774.0, 9761.0, 9796.0, 9794.0, 9776.0, 9760.0, 9831.0, 9805.0, 9829.0, 9796.0, 9809.0, 9777.0, 9804.0, 9866.0, 9792.0, 9817.0, 9793.0, 9779.0, 9826.0, 9785.0, 9830.0, 9785.0, 9757.0, 9759.0, 9802.0, 9845.0, 9786.0, 9796.0, 9794.0, 9781.0, 9812.0, 9801.0, 9844.0, 9787.0, 9785.0, 9760.0, 9801.0, 9844.0, 9786.0, 9807.0, 9773.0, 9802.0, 9842.0, 9780.0, 9809.0, 9766.0, 9739.0, 9755.0, 9798.0, 9806.0, 9764.0, 9754.0, 9772.0, 9761.0, 9814.0, 9801.0, 9799.0, 9768.0, 9743.0, 9800.0, 9772.0, 9810.0, 9804.0, 9804.0, 9781.0, 9754.0, 9811.0, 9785.0, 9801.0, 9787.0, 9774.0, 9781.0, 9774.0, 9808.0, 9787.0, 9787.0, 9772.0, 9783.0, 9841.0, 9780.0, 9793.0, 9774.0, 9786.0, 9832.0, 9766.0, 9779.0, 9771.0, 9739.0, 9740.0, 9784.0, 9807.0, 9770.0, 9735.0, 9751.0, 9790.0, 9809.0, 9758.0, 9741.0, 9783.0, 9787.0, 9814.0, 9789.0, 9756.0, 9764.0, 9784.0, 9827.0, 9772.0, 9797.0, 9776.0, 9763.0, 9828.0, 9796.0, 9827.0, 9753.0, 9756.0, 9841.0, 9778.0, 9794.0, 9784.0, 9741.0, 9789.0, 9777.0, 9821.0, 9783.0, 9751.0, 9771.0, 9795.0, 9836.0, 9785.0, 9798.0, 9792.0, 9760.0, 9774.0, 9802.0, 9823.0, 9772.0, 9756.0, 9755.0, 9788.0, 9826.0, 9791.0, 9774.0, 9773.0, 9760.0, 9775.0, 9808.0, 9818.0, 9774.0, 9801.0, 9860.0, 9803.0, 9814.0, 9779.0, 9804.0, 9857.0, 9780.0, 9807.0, 9769.0, 9725.0, 9736.0, 9784.0, 9821.0, 9767.0, 9736.0, 9753.0, 9796.0, 9822.0, 9767.0, 9737.0, 9750.0, 9781.0, 9822.0, 9785.0, 9765.0, 9775.0, 9785.0, 9834.0, 9793.0, 9797.0, 9786.0, 9739.0, 9770.0, 9796.0, 9836.0, 9782.0, 9794.0, 9788.0, 9756.0, 9773.0, 9760.0, 9829.0, 9802.0, 9829.0, 9807.0, 9808.0, 9774.0, 9775.0, 9856.0, 9783.0, 9828.0, 9787.0, 9801.0, 9753.0, 9740.0, 9808.0, 9755.0, 9739.0, 9803.0, 9796.0, 9770.0, 9740.0, 9757.0, 9759.0, 9745.0, 9804.0, 9798.0, 9783.0, 9755.0, 9774.0, 9759.0, 9758.0, 9802.0, 9845.0, 9787.0, 9783.0, 9789.0, 9761.0, 9840.0, 9786.0, 9838.0, 9786.0, 9797.0, 9783.0, 9754.0, 9795.0, 9784.0, 9824.0, 9784.0, 9782.0, 9763.0, 9735.0, 9753.0, 9757.0, 9783.0, 9801.0, 9795.0, 9766.0, 9752.0, 9765.0, 9741.0, 9774.0, 9805.0, 9865.0, 9798.0, 9796.0, 9781.0, 9783.0, 9756.0, 9733.0, 9754.0, 9744.0, 9806.0, 9776.0, 9827.0, 9851.0, 9815.0, 9848.0, 9809.0, 9858.0, 9800.0, 9787.0, 9842.0, 9779.0, 9796.0, 9782.0, 9751.0, 9747.0, 9732.0, 9737.0, 9781.0, 9775.0, 9781.0, 9747.0, 9768.0, 9735.0, 9777.0, 9743.0, 9790.0, 9768.0, 9833.0, 9803.0, 9817.0, 9808.0, 9791.0, 9756.0, 9745.0, 9825.0, 9803.0, 9847.0, 9803.0, 9818.0, 9767.0, 9752.0, 9742.0, 9801.0, 9826.0, 9785.0, 9782.0, 9770.0, 9799.0, 9835.0, 9795.0, 9798.0, 9769.0, 9735.0, 9736.0, 9799.0, 9807.0, 9780.0, 9766.0, 9752.0, 9739.0, 9756.0, 9803.0, 9828.0, 9796.0, 9795.0, 9790.0, 9758.0, 9778.0, 9803.0, 9858.0, 9796.0, 9817.0, 9788.0, 9756.0, 9755.0, 9798.0, 9826.0, 9781.0, 9793.0, 9788.0, 9742.0, 9772.0, 9744.0, 9774.0, 9803.0, 9847.0, 9805.0, 9802.0, 9768.0, 9759.0, 9825.0, 9766.0, 9794.0, 9799.0, 9780.0, 9785.0, 9766.0, 9809.0, 9798.0, 9836.0, 9782.0, 9773.0, 9766.0, 9780.0, 9840.0, 9780.0, 9777.0, 9768.0, 9737.0, 9740.0, 9781.0, 9822.0, 9784.0, 9775.0, 9823.0, 9784.0, 9788.0, 9767.0, 9738.0, 9738.0, 9785.0, 9791.0, 9770.0, 9756.0, 9822.0, 9782.0, 9782.0, 9789.0, 9780.0, 9836.0, 9783.0, 9794.0, 9771.0, 9742.0, 9771.0, 9803.0, 9827.0, 9789.0, 9756.0, 9797.0, 9820.0, 9858.0, 9803.0, 9821.0, 9781.0, 9765.0, 9818.0, 9808.0, 9852.0, 9789.0, 9775.0, 9814.0, 9804.0, 9788.0, 9769.0, 9786.0, 9846.0, 9770.0, 9753.0, 9752.0, 9779.0, 9804.0, 9780.0, 9736.0, 9758.0, 9818.0, 9827.0, 9789.0, 9769.0, 9794.0, 9762.0, 9798.0, 9824.0, 9847.0, 9805.0, 9805.0, 9779.0, 9768.0, 9847.0, 9807.0, 9838.0, 9785.0, 9773.0, 9757.0, 9803.0, 9813.0, 9785.0, 9800.0, 9758.0, 9804.0, 9844.0, 9784.0, 9798.0, 9759.0, 9759.0, 9794.0, 9798.0, 9782.0, 9768.0, 9753.0, 9795.0, 9797.0, 9798.0, 9766.0, 9780.0, 9837.0, 9767.0, 9764.0, 9767.0, 9756.0, 9808.0, 9781.0, 9781.0, 9791.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.00038042528735632183</td></tr>
<tr><td colspan=3>aqi</td><td>0.019352565862068967</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.83938591609894</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3258544609205973</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942283212313013</td></tr>
<tr><td colspan=3>efc</td><td>0.4978</td></tr>
<tr><td colspan=3>fber</td><td>4785.3428</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0852734608547827</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9195402298850575</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.340690959806316</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.331345671689115</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.560375393501348</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1303518142284847</td></tr>
<tr><td colspan=3>gcor</td><td>0.00649044</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021978171542286873</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03710323944687843</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.058755430529516</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>19.1428</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.3171</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.9705</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299280.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1182.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>450.7261</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8013</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.1865</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3660.0933</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1418.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.4155</td></tr>
<tr><td colspan=3>tsnr</td><td>42.03441476973239</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>