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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-03/func/sub-0008_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>021d39878a77f31fd56c9b075760819f</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:57:14.985000</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.999853, -0.00516441, 0.0163496, 0.00436266, 0.998804, 0.0486991]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0782262</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7721, -7323, 627, -126, -68, -82, 106]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>222.29</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7e4cdd21-883a-4aff-bc6f-aaed265a51c4||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.682532548904419, 0.011704706586897373, 0.04477011412382126, 110.2308349609375], [0.01385573111474514, 2.679718017578125, 0.1312757432460785, -102.80046844482422], [0.043864719569683075, -0.13065621256828308, 2.6964352130889893, -67.72127532958984], [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': ['125714.985000', '125715.445000', '125715.905000', '125716.365000', '125716.825000', '125717.285000', '125717.745000', '125718.205000', '125718.665000', '125719.125000', '125719.585000', '125720.045000', '125720.505000', '125720.965000', '125721.425000', '125721.885000', '125722.345000', '125722.805000', '125723.265000', '125723.725000', '125724.185000', '125724.645000', '125725.105000', '125725.565000', '125726.025000', '125726.485000', '125726.945000', '125727.405000', '125727.865000', '125728.325000', '125728.785000', '125729.245000', '125729.705000', '125730.165000', '125730.625000', '125731.085000', '125731.545000', '125732.005000', '125732.465000', '125732.925000', '125733.385000', '125733.845000', '125734.305000', '125734.765000', '125735.225000', '125735.685000', '125736.145000', '125736.605000', '125737.065000', '125737.525000', '125737.985000', '125738.445000', '125738.905000', '125739.365000', '125739.825000', '125740.285000', '125740.745000', '125741.205000', '125741.665000', '125742.125000', '125742.585000', '125743.045000', '125743.505000', '125743.965000', '125744.425000', '125744.885000', '125745.345000', '125745.805000', '125746.265000', '125746.725000', '125747.185000', '125747.645000', '125748.105000', '125748.565000', '125749.025000', '125749.485000', '125749.945000', '125750.405000', '125750.865000', '125751.325000', '125751.785000', '125752.245000', '125752.705000', '125753.165000', '125753.625000', '125754.085000', '125754.545000', '125755.005000', '125755.465000', '125755.925000', '125756.385000', '125756.845000', '125757.305000', '125757.765000', '125758.225000', '125758.685000', '125759.145000', '125759.605000', '125800.065000', '125800.525000', '125800.985000', '125801.445000', '125801.905000', '125802.365000', '125802.825000', '125803.285000', '125803.745000', '125804.205000', '125804.665000', '125805.125000', '125805.585000', '125806.045000', '125806.505000', '125806.965000', '125807.425000', '125807.885000', '125808.345000', '125808.805000', '125809.265000', '125809.725000', '125810.185000', '125810.645000', '125811.105000', '125811.565000', '125812.025000', '125812.485000', '125812.945000', '125813.405000', '125813.865000', '125814.325000', '125814.785000', '125815.245000', '125815.705000', '125816.165000', '125816.625000', '125817.085000', '125817.545000', '125818.005000', '125818.465000', '125818.925000', '125819.385000', '125819.845000', '125820.305000', '125820.765000', '125821.225000', '125821.685000', '125822.145000', '125822.605000', '125823.065000', '125823.525000', '125823.985000', '125824.445000', '125824.905000', '125825.365000', '125825.825000', '125826.285000', '125826.745000', '125827.205000', '125827.665000', '125828.125000', '125828.585000', '125829.045000', '125829.505000', '125829.965000', '125830.425000', '125830.885000', '125831.345000', '125831.805000', '125832.265000', '125832.725000', '125833.185000', '125833.645000', '125834.105000', '125834.565000', '125835.025000', '125835.485000', '125835.945000', '125836.405000', '125836.865000', '125837.325000', '125837.785000', '125838.245000', '125838.705000', '125839.165000', '125839.625000', '125840.085000', '125840.545000', '125841.005000', '125841.465000', '125841.925000', '125842.385000', '125842.845000', '125843.305000', '125843.765000', '125844.225000', '125844.685000', '125845.145000', '125845.605000', '125846.065000', '125846.525000', '125846.985000', '125847.445000', '125847.905000', '125848.365000', '125848.825000', '125849.285000', '125849.745000', '125850.205000', '125850.665000', '125851.125000', '125851.585000', '125852.045000', '125852.505000', '125852.965000', '125853.425000', '125853.885000', '125854.345000', '125854.805000', '125855.265000', '125855.725000', '125856.185000', '125856.645000', '125857.105000', '125857.565000', '125858.025000', '125858.485000', '125858.945000', '125859.405000', '125859.865000', '125900.325000', '125900.785000', '125901.245000', '125901.705000', '125902.165000', '125902.625000', '125903.085000', '125903.545000', '125904.005000', '125904.465000', '125904.925000', '125905.385000', '125905.845000', '125906.305000', '125906.765000', '125907.225000', '125907.685000', '125908.145000', '125908.605000', '125909.065000', '125909.525000', '125909.985000', '125910.445000', '125910.905000', '125911.365000', '125911.825000', '125912.285000', '125912.745000', '125913.205000', '125913.665000', '125914.125000', '125914.585000', '125915.045000', '125915.505000', '125915.965000', '125916.425000', '125916.885000', '125917.345000', '125917.805000', '125918.265000', '125918.725000', '125919.185000', '125919.645000', '125920.105000', '125920.565000', '125921.025000', '125921.485000', '125921.945000', '125922.405000', '125922.865000', '125923.325000', '125923.785000', '125924.245000', '125924.705000', '125925.165000', '125925.625000', '125926.085000', '125926.545000', '125927.005000', '125927.465000', '125927.925000', '125928.385000', '125928.845000', '125929.305000', '125929.765000', '125930.225000', '125930.685000', '125931.145000', '125931.605000', '125932.065000', '125932.525000', '125932.985000', '125933.445000', '125933.905000', '125934.365000', '125934.825000', '125935.285000', '125935.745000', '125936.205000', '125936.665000', '125937.125000', '125937.585000', '125938.045000', '125938.505000', '125938.965000', '125939.425000', '125939.885000', '125940.345000', '125940.805000', '125941.265000', '125941.725000', '125942.185000', '125942.645000', '125943.105000', '125943.565000', '125944.025000', '125944.485000', '125944.945000', '125945.405000', '125945.865000', '125946.325000', '125946.785000', '125947.245000', '125947.705000', '125948.165000', '125948.625000', '125949.085000', '125949.545000', '125950.005000', '125950.465000', '125950.925000', '125951.385000', '125951.845000', '125952.305000', '125952.765000', '125953.225000', '125953.685000', '125954.145000', '125954.605000', '125955.065000', '125955.525000', '125955.985000', '125956.445000', '125956.905000', '125957.365000', '125957.825000', '125958.285000', '125958.745000', '125959.205000', '125959.665000', '130000.125000', '130000.585000', '130001.045000', '130001.505000', '130001.965000', '130002.425000', '130002.885000', '130003.345000', '130003.805000', '130004.265000', '130004.725000', '130005.185000', '130005.645000', '130006.105000', '130006.565000', '130007.025000', '130007.485000', '130007.945000', '130008.405000', '130008.865000', '130009.325000', '130009.785000', '130010.245000', '130010.705000', '130011.165000', '130011.625000', '130012.085000', '130012.545000', '130013.005000', '130013.465000', '130013.925000', '130014.385000', '130014.845000', '130015.305000', '130015.765000', '130016.225000', '130016.685000', '130017.145000', '130017.605000', '130018.065000', '130018.525000', '130018.985000', '130019.445000', '130019.905000', '130020.365000', '130020.825000', '130021.285000', '130021.745000', '130022.205000', '130022.665000', '130023.125000', '130023.585000', '130024.045000', '130024.505000', '130024.965000', '130025.425000', '130025.885000', '130026.345000', '130026.805000', '130027.265000', '130027.725000', '130028.185000', '130028.645000', '130029.105000', '130029.565000', '130030.025000', '130030.485000', '130030.945000', '130031.405000', '130031.865000', '130032.325000', '130032.785000', '130033.245000', '130033.705000', '130034.165000', '130034.625000', '130035.085000', '130035.545000', '130036.005000', '130036.465000', '130036.925000', '130037.385000', '130037.845000', '130038.305000', '130038.765000', '130039.225000', '130039.685000', '130040.145000', '130040.605000', '130041.065000', '130041.525000', '130041.985000', '130042.445000', '130042.905000', '130043.365000', '130043.825000', '130044.285000', '130044.745000', '130045.205000', '130045.665000', '130046.125000', '130046.585000', '130047.045000', '130047.505000', '130047.965000', '130048.425000', '130048.885000', '130049.345000', '130049.805000', '130050.265000', '130050.725000', '130051.185000', '130051.645000', '130052.105000', '130052.565000', '130053.025000', '130053.485000', '130053.945000', '130054.405000', '130054.865000', '130055.325000', '130055.785000', '130056.245000', '130056.705000', '130057.165000', '130057.625000', '130058.085000', '130058.545000', '130059.005000', '130059.465000', '130059.925000', '130100.385000', '130100.845000', '130101.305000', '130101.765000', '130102.225000', '130102.685000', '130103.145000', '130103.605000', '130104.065000', '130104.525000', '130104.985000', '130105.445000', '130105.905000', '130106.365000', '130106.825000', '130107.285000', '130107.745000', '130108.205000', '130108.665000', '130109.125000', '130109.585000', '130110.045000', '130110.505000', '130110.965000', '130111.425000', '130111.885000', '130112.345000', '130112.805000', '130113.265000', '130113.725000', '130114.185000', '130114.645000', '130115.105000', '130115.565000', '130116.025000', '130116.485000', '130116.945000', '130117.405000', '130117.865000', '130118.325000', '130118.785000', '130119.245000', '130119.705000', '130120.165000', '130120.625000', '130121.085000', '130121.545000', '130122.005000', '130122.465000', '130122.925000', '130123.385000', '130123.845000', '130124.305000', '130124.765000', '130125.225000', '130125.685000', '130126.145000', '130126.605000', '130127.065000', '130127.525000', '130127.985000', '130128.445000', '130128.905000', '130129.365000', '130129.825000', '130130.285000', '130130.745000', '130131.205000', '130131.665000', '130132.125000', '130132.585000', '130133.045000', '130133.505000', '130133.965000', '130134.425000', '130134.885000', '130135.345000', '130135.805000', '130136.265000', '130136.725000', '130137.185000', '130137.645000', '130138.105000', '130138.565000', '130139.025000', '130139.485000', '130139.945000', '130140.405000', '130140.865000', '130141.325000', '130141.785000', '130142.245000', '130142.705000', '130143.165000', '130143.625000', '130144.085000', '130144.545000', '130145.005000', '130145.465000', '130145.925000', '130146.385000', '130146.845000', '130147.305000', '130147.765000', '130148.225000', '130148.685000', '130149.145000', '130149.605000', '130150.065000', '130150.525000', '130150.985000', '130151.445000', '130151.905000', '130152.365000', '130152.825000', '130153.285000', '130153.745000', '130154.205000', '130154.665000', '130155.125000', '130155.585000', '130156.045000', '130156.505000', '130156.965000', '130157.425000', '130157.885000', '130158.345000', '130158.805000', '130159.265000', '130159.725000', '130200.185000', '130200.645000', '130201.105000', '130201.565000', '130202.025000', '130202.485000', '130202.945000', '130203.405000', '130203.865000', '130204.325000', '130204.785000', '130205.245000', '130205.705000', '130206.165000', '130206.625000', '130207.085000', '130207.545000', '130208.005000', '130208.465000', '130208.925000', '130209.385000', '130209.845000', '130210.305000', '130210.765000', '130211.225000', '130211.685000', '130212.145000', '130212.605000', '130213.065000', '130213.525000', '130213.985000', '130214.445000', '130214.905000', '130215.365000', '130215.825000', '130216.285000', '130216.745000', '130217.205000', '130217.665000', '130218.125000', '130218.585000', '130219.045000', '130219.505000', '130219.965000', '130220.425000', '130220.885000', '130221.345000', '130221.805000', '130222.265000', '130222.725000', '130223.185000', '130223.645000', '130224.105000', '130224.565000', '130225.025000', '130225.485000', '130225.945000', '130226.405000', '130226.865000', '130227.325000', '130227.785000', '130228.245000', '130228.705000', '130229.165000', '130229.625000', '130230.085000', '130230.545000', '130231.005000', '130231.465000', '130231.925000', '130232.385000', '130232.845000', '130233.305000', '130233.765000', '130234.225000', '130234.685000', '130235.145000', '130235.605000', '130236.065000', '130236.525000', '130236.985000', '130237.445000', '130237.905000', '130238.365000', '130238.825000', '130239.285000', '130239.745000', '130240.205000', '130240.665000', '130241.125000', '130241.585000', '130242.045000', '130242.505000', '130242.965000', '130243.425000', '130243.885000', '130244.345000', '130244.805000', '130245.265000', '130245.725000', '130246.185000', '130246.645000', '130247.105000', '130247.565000', '130248.025000', '130248.485000', '130248.945000', '130249.405000', '130249.865000', '130250.325000', '130250.785000', '130251.245000', '130251.705000', '130252.165000', '130252.625000', '130253.085000', '130253.545000', '130254.005000', '130254.465000', '130254.925000', '130255.385000', '130255.845000', '130256.305000', '130256.765000', '130257.225000', '130257.685000', '130258.145000', '130258.605000', '130259.065000', '130259.525000', '130259.985000', '130300.445000', '130300.905000', '130301.365000', '130301.825000', '130302.285000', '130302.745000', '130303.205000', '130303.665000', '130304.125000', '130304.585000', '130305.045000', '130305.505000', '130305.965000', '130306.425000', '130306.885000', '130307.345000', '130307.805000', '130308.265000', '130308.725000', '130309.185000', '130309.645000', '130310.105000', '130310.565000', '130311.025000', '130311.485000', '130311.945000', '130312.405000', '130312.865000', '130313.325000', '130313.785000', '130314.245000', '130314.705000', '130315.165000', '130315.625000', '130316.085000', '130316.545000', '130317.005000', '130317.465000', '130317.925000', '130318.385000', '130318.845000', '130319.305000', '130319.765000', '130320.225000', '130320.685000', '130321.145000', '130321.605000', '130322.065000', '130322.525000', '130322.985000', '130323.445000', '130323.905000', '130324.365000', '130324.825000', '130325.285000', '130325.745000', '130326.205000', '130326.665000', '130327.125000', '130327.585000', '130328.045000', '130328.505000', '130328.965000', '130329.425000', '130329.885000', '130330.345000', '130330.805000', '130331.265000', '130331.725000', '130332.185000', '130332.645000', '130333.105000', '130333.565000', '130334.025000', '130334.485000', '130334.945000', '130335.405000', '130335.865000', '130336.325000', '130336.785000', '130337.245000', '130337.705000', '130338.165000', '130338.625000', '130339.085000', '130339.545000', '130340.005000', '130340.465000', '130340.925000', '130341.385000', '130341.845000', '130342.305000', '130342.765000', '130343.225000', '130343.685000', '130344.145000', '130344.605000', '130345.065000', '130345.525000', '130345.985000', '130346.445000', '130346.905000', '130347.365000', '130347.825000', '130348.285000', '130348.745000', '130349.205000', '130349.665000', '130350.125000', '130350.585000', '130351.045000', '130351.505000', '130351.965000', '130352.425000', '130352.885000', '130353.345000', '130353.805000', '130354.265000', '130354.725000', '130355.185000', '130355.645000'], 'ContentTime': ['125744.069000', '125744.073000', '125744.076000', '125744.079000', '125744.082000', '125744.084000', '125744.087000', '125744.090000', '125744.093000', '125744.096000', '125744.099000', '125744.102000', '125744.105000', '125744.110000', '125744.113000', '125744.116000', '125744.118000', '125744.121000', '125744.124000', '125744.127000', '125744.130000', '125744.133000', '125744.135000', '125744.138000', '125744.141000', '125744.144000', '125744.147000', '125744.150000', '125744.153000', '125744.155000', '125744.158000', '125744.161000', '125744.164000', '125744.167000', '125744.175000', '125744.177000', '125744.180000', '125744.183000', '125744.186000', '125744.189000', '125744.192000', '125744.195000', '125744.198000', '125744.201000', '125744.203000', '125744.206000', '125744.209000', '125744.212000', '125744.215000', '125744.218000', '125744.220000', '125744.223000', '125744.226000', '125744.229000', '125744.232000', '125744.235000', '125744.237000', '125744.240000', '125744.243000', '125744.246000', '125744.249000', '125804.040000', '125804.043000', '125804.046000', '125804.048000', '125804.051000', '125804.054000', '125804.057000', '125804.060000', '125804.063000', '125804.066000', '125804.069000', '125804.074000', '125804.077000', '125804.080000', '125804.083000', '125804.086000', '125804.089000', '125804.091000', '125804.094000', '125804.097000', '125804.100000', '125804.103000', '125804.106000', '125804.108000', '125804.111000', '125804.114000', '125804.117000', '125804.120000', '125804.123000', '125804.126000', '125804.128000', '125804.131000', '125804.134000', '125804.139000', '125804.141000', '125804.144000', '125804.147000', '125804.150000', '125804.153000', '125804.156000', '125804.159000', '125804.161000', '125804.164000', '125824.039000', '125824.042000', '125824.045000', '125824.048000', '125824.050000', '125824.053000', '125824.056000', '125824.063000', '125824.066000', '125824.069000', '125824.072000', '125824.075000', '125824.078000', '125824.080000', '125824.083000', '125824.086000', '125824.089000', '125824.092000', '125824.095000', '125824.098000', '125824.100000', '125824.103000', '125824.106000', '125824.109000', '125824.112000', '125824.115000', '125824.118000', '125824.121000', '125824.124000', '125824.126000', '125824.129000', '125824.132000', '125824.135000', '125824.138000', '125824.141000', '125824.144000', '125824.146000', '125824.149000', '125824.152000', '125824.155000', '125824.158000', '125824.161000', '125824.164000', '125824.167000', '125844.039000', '125844.042000', '125844.045000', '125844.048000', '125844.051000', '125844.054000', '125844.056000', '125844.075000', '125844.078000', '125844.080000', '125844.083000', '125844.086000', '125844.089000', '125844.092000', '125844.095000', '125844.098000', '125844.100000', '125844.103000', '125844.106000', '125844.109000', '125844.112000', '125844.115000', '125844.118000', '125844.121000', '125844.124000', '125844.127000', '125844.129000', '125844.132000', '125844.135000', '125844.138000', '125844.141000', '125844.144000', '125844.147000', '125844.150000', '125844.153000', '125844.155000', '125844.158000', '125844.161000', '125844.164000', '125844.167000', '125844.170000', '125844.173000', '125844.176000', '125904.039000', '125904.042000', '125904.045000', '125904.048000', '125904.050000', '125904.053000', '125904.056000', '125904.059000', '125904.062000', '125904.065000', '125904.068000', '125904.070000', '125904.073000', '125904.076000', '125904.079000', '125904.082000', '125904.085000', '125904.088000', '125904.091000', '125904.094000', '125904.096000', '125904.099000', '125904.102000', '125904.105000', '125904.108000', '125904.111000', '125904.114000', '125904.117000', '125904.119000', '125904.122000', '125904.125000', '125904.128000', '125904.131000', '125904.134000', '125904.137000', '125904.140000', '125904.143000', '125904.146000', '125904.148000', '125904.152000', '125904.154000', '125904.157000', '125904.160000', '125904.163000', '125924.039000', '125924.042000', '125924.045000', '125924.048000', '125924.051000', '125924.054000', '125924.056000', '125924.059000', '125924.071000', '125924.074000', '125924.077000', '125924.079000', '125924.082000', '125924.085000', '125924.088000', '125924.091000', '125924.095000', '125924.098000', '125924.101000', '125924.104000', '125924.107000', '125924.109000', '125924.112000', '125924.115000', '125924.118000', '125924.121000', '125924.124000', '125924.127000', '125924.129000', '125924.132000', '125924.135000', '125924.138000', '125924.141000', '125924.144000', '125924.147000', '125924.150000', '125924.153000', '125924.156000', '125924.158000', '125924.161000', '125924.164000', '125924.167000', '125924.170000', '125944.040000', '125944.043000', '125944.046000', '125944.048000', '125944.051000', '125944.054000', '125944.057000', '125944.060000', '125944.063000', '125944.066000', '125944.069000', '125944.071000', '125944.074000', '125944.077000', '125944.080000', '125944.083000', '125944.086000', '125944.089000', '125944.092000', '125944.095000', '125944.098000', '125944.100000', '125944.103000', '125944.106000', '125944.109000', '125944.112000', '125944.115000', '125944.118000', '125944.120000', '125944.123000', '125944.126000', '125944.129000', '125944.132000', '125944.135000', '125944.138000', '125944.141000', '125944.143000', '125944.146000', '125944.149000', '125944.152000', '125944.155000', '125944.158000', '125944.161000', '125944.163000', '130004.040000', '130004.043000', '130004.054000', '130004.057000', '130004.060000', '130004.063000', '130004.065000', '130004.068000', '130004.071000', '130004.074000', '130004.077000', '130004.080000', '130004.082000', '130004.085000', '130004.088000', '130004.091000', '130004.094000', '130004.097000', '130004.100000', '130004.103000', '130004.106000', '130004.108000', '130004.111000', '130004.114000', '130004.117000', '130004.120000', '130004.123000', '130004.126000', '130004.129000', '130004.131000', '130004.134000', '130004.137000', '130004.140000', '130004.143000', '130004.146000', '130004.149000', '130004.151000', '130004.154000', '130004.157000', '130004.160000', '130004.163000', '130004.166000', '130004.168000', '130024.040000', '130024.043000', '130024.046000', '130024.072000', '130024.075000', '130024.078000', '130024.081000', '130024.083000', '130024.086000', '130024.089000', '130024.092000', '130024.095000', '130024.098000', '130024.100000', '130024.103000', '130024.106000', '130024.109000', '130024.112000', '130024.115000', '130024.118000', '130024.121000', '130024.124000', '130024.126000', '130024.129000', '130024.132000', '130024.135000', '130024.138000', '130024.141000', '130024.144000', '130024.146000', '130024.149000', '130024.152000', '130024.155000', '130024.158000', '130024.161000', '130024.164000', '130024.166000', '130024.169000', '130024.172000', '130024.175000', '130024.178000', '130024.181000', '130024.184000', '130044.039000', '130044.042000', '130044.045000', '130044.048000', '130044.050000', '130044.053000', '130044.056000', '130044.059000', '130044.062000', '130044.065000', '130044.068000', '130044.071000', '130044.074000', '130044.076000', '130044.079000', '130044.082000', '130044.085000', '130044.088000', '130044.091000', '130044.094000', '130044.097000', '130044.100000', '130044.102000', '130044.105000', '130044.108000', '130044.111000', '130044.114000', '130044.117000', '130044.120000', '130044.123000', '130044.125000', '130044.128000', '130044.131000', '130044.134000', '130044.137000', '130044.140000', '130044.143000', '130044.146000', '130044.148000', '130044.151000', '130044.154000', '130044.157000', '130044.160000', '130044.163000', '130104.039000', '130104.042000', '130104.045000', '130104.048000', '130104.051000', '130104.054000', '130104.056000', '130104.059000', '130104.062000', '130104.065000', '130104.068000', '130104.071000', '130104.074000', '130104.077000', '130104.080000', '130104.083000', '130104.086000', '130104.089000', '130104.092000', '130104.095000', '130104.097000', '130104.100000', '130104.103000', '130104.106000', '130104.109000', '130104.112000', '130104.115000', '130104.118000', '130104.121000', '130104.123000', '130104.126000', '130104.129000', '130104.132000', '130104.135000', '130104.138000', '130104.141000', '130104.143000', '130104.146000', '130104.149000', '130104.152000', '130104.155000', '130104.158000', '130104.161000', '130124.039000', '130124.042000', '130124.045000', '130124.048000', '130124.050000', '130124.053000', '130124.056000', '130124.059000', '130124.062000', '130124.065000', '130124.068000', '130124.071000', '130124.074000', '130124.076000', '130124.079000', '130124.082000', '130124.085000', '130124.088000', '130124.091000', '130124.094000', '130124.097000', '130124.100000', '130124.103000', '130124.105000', '130124.108000', '130124.111000', '130124.114000', '130124.117000', '130124.120000', '130124.123000', '130124.126000', '130124.129000', '130124.131000', '130124.134000', '130124.137000', '130124.140000', '130124.143000', '130124.146000', '130124.149000', '130124.152000', '130124.154000', '130124.157000', '130124.163000', '130124.166000', '130144.040000', '130144.043000', '130144.046000', '130144.049000', '130144.052000', '130144.054000', '130144.057000', '130144.060000', '130144.063000', '130144.066000', '130144.070000', '130144.072000', '130144.075000', '130144.078000', '130144.081000', '130144.084000', '130144.087000', '130144.090000', '130144.093000', '130144.096000', '130144.099000', '130144.101000', '130144.104000', '130144.107000', '130144.110000', '130144.113000', '130144.116000', '130144.119000', '130144.136000', '130144.139000', '130144.142000', '130144.145000', '130144.148000', '130144.151000', '130144.153000', '130144.156000', '130144.159000', '130144.162000', '130144.165000', '130144.168000', '130144.171000', '130144.173000', '130144.176000', '130204.040000', '130204.043000', '130204.046000', '130204.049000', '130204.052000', '130204.055000', '130204.057000', '130204.060000', '130204.063000', '130204.066000', '130204.069000', '130204.072000', '130204.075000', '130204.078000', '130204.080000', '130204.083000', '130204.086000', '130204.089000', '130204.092000', '130204.095000', '130204.098000', '130204.101000', '130204.103000', '130204.106000', '130204.109000', '130204.112000', '130204.115000', '130204.118000', '130204.121000', '130204.124000', '130204.127000', '130204.129000', '130204.132000', '130204.135000', '130204.138000', '130204.141000', '130204.144000', '130204.147000', '130204.149000', '130204.152000', '130204.155000', '130204.158000', '130204.161000', '130204.164000', '130224.040000', '130224.043000', '130224.046000', '130224.049000', '130224.052000', '130224.054000', '130224.057000', '130224.060000', '130224.063000', '130224.066000', '130224.069000', '130224.072000', '130224.075000', '130224.078000', '130224.081000', '130224.084000', '130224.086000', '130224.089000', '130224.094000', '130224.099000', '130224.102000', '130224.105000', '130224.108000', '130224.110000', '130224.113000', '130224.116000', '130224.119000', '130224.122000', '130224.125000', '130224.128000', '130224.131000', '130224.133000', '130224.136000', '130224.139000', '130224.142000', '130224.145000', '130224.148000', '130224.150000', '130224.153000', '130224.156000', '130224.159000', '130224.162000', '130224.165000', '130244.040000', '130244.043000', '130244.046000', '130244.049000', '130244.052000', '130244.054000', '130244.057000', '130244.060000', '130244.063000', '130244.066000', '130244.069000', '130244.072000', '130244.075000', '130244.077000', '130244.080000', '130244.083000', '130244.086000', '130244.089000', '130244.092000', '130244.095000', '130244.098000', '130244.101000', '130244.104000', '130244.106000', '130244.109000', '130244.112000', '130244.115000', '130244.118000', '130244.121000', '130244.124000', '130244.127000', '130244.130000', '130244.132000', '130244.135000', '130244.138000', '130244.141000', '130244.144000', '130244.147000', '130244.150000', '130244.153000', '130244.155000', '130244.158000', '130244.161000', '130244.164000', '130304.039000', '130304.042000', '130304.045000', '130304.048000', '130304.052000', '130304.055000', '130304.058000', '130304.061000', '130304.064000', '130304.067000', '130304.070000', '130304.073000', '130304.075000', '130304.078000', '130304.081000', '130304.084000', '130304.087000', '130304.090000', '130304.093000', '130304.096000', '130304.098000', '130304.101000', '130304.104000', '130304.107000', '130304.110000', '130304.115000', '130304.120000', '130304.122000', '130304.125000', '130304.128000', '130304.131000', '130304.134000', '130304.137000', '130304.140000', '130304.142000', '130304.145000', '130304.148000', '130304.151000', '130304.161000', '130304.164000', '130304.167000', '130304.170000', '130304.173000', '130324.039000', '130324.047000', '130324.050000', '130324.053000', '130324.056000', '130324.059000', '130324.062000', '130324.065000', '130324.068000', '130324.070000', '130324.073000', '130324.076000', '130324.079000', '130324.082000', '130324.085000', '130324.088000', '130324.092000', '130324.095000', '130324.098000', '130324.101000', '130324.104000', '130324.107000', '130324.109000', '130324.112000', '130324.115000', '130324.118000', '130324.121000', '130324.124000', '130324.127000', '130324.130000', '130324.133000', '130324.136000', '130324.138000', '130324.141000', '130324.144000', '130324.147000', '130324.150000', '130324.153000', '130324.156000', '130324.159000', '130324.162000', '130324.165000', '130324.167000', '130324.170000', '130344.039000', '130344.042000', '130344.045000', '130344.048000', '130344.051000', '130344.054000', '130344.056000', '130344.059000', '130344.062000', '130344.065000', '130344.068000', '130344.071000', '130344.074000', '130344.077000', '130344.079000', '130344.082000', '130344.085000', '130344.088000', '130344.091000', '130344.094000', '130344.097000', '130344.100000', '130344.103000', '130344.105000', '130344.108000', '130344.111000', '130344.114000', '130344.117000', '130344.120000', '130344.123000', '130344.126000', '130344.129000', '130344.132000', '130344.135000', '130344.138000', '130344.140000', '130344.143000', '130344.146000', '130344.149000', '130344.152000', '130344.155000', '130344.158000', '130344.161000', '130357.067000', '130357.072000', '130357.075000', '130357.078000', '130357.081000', '130357.084000', '130357.087000', '130357.091000', '130357.094000', '130357.097000', '130357.100000', '130357.103000', '130357.105000', '130357.108000', '130357.111000', '130357.114000', '130357.117000', '130357.121000', '130357.123000', '130357.126000', '130357.129000', '130357.132000', '130357.135000', '130357.138000', '130357.141000', '130357.144000', '130357.147000', '130357.150000', '130357.153000'], 'InstanceCreationTime': ['125744.069000', '125744.073000', '125744.076000', '125744.079000', '125744.082000', '125744.084000', '125744.087000', '125744.090000', '125744.093000', '125744.096000', '125744.099000', '125744.102000', '125744.105000', '125744.110000', '125744.113000', '125744.116000', '125744.118000', '125744.121000', '125744.124000', '125744.127000', '125744.130000', '125744.133000', '125744.135000', '125744.138000', '125744.141000', '125744.144000', '125744.147000', '125744.150000', '125744.153000', '125744.155000', '125744.158000', '125744.161000', '125744.164000', '125744.167000', '125744.175000', '125744.177000', '125744.180000', '125744.183000', '125744.186000', '125744.189000', '125744.192000', '125744.195000', '125744.198000', '125744.201000', '125744.203000', '125744.206000', '125744.209000', '125744.212000', '125744.215000', '125744.218000', '125744.220000', '125744.223000', '125744.226000', '125744.229000', '125744.232000', '125744.235000', '125744.237000', '125744.240000', '125744.243000', '125744.246000', '125744.249000', '125804.040000', '125804.043000', '125804.046000', '125804.048000', '125804.051000', '125804.054000', '125804.057000', '125804.060000', '125804.063000', '125804.066000', '125804.069000', '125804.074000', '125804.077000', '125804.080000', '125804.083000', '125804.086000', '125804.089000', '125804.091000', '125804.094000', '125804.097000', '125804.100000', '125804.103000', '125804.106000', '125804.108000', '125804.111000', '125804.114000', '125804.117000', '125804.120000', '125804.123000', '125804.126000', '125804.128000', '125804.131000', '125804.134000', '125804.139000', '125804.141000', '125804.144000', '125804.147000', '125804.150000', '125804.153000', '125804.156000', '125804.159000', '125804.161000', '125804.164000', '125824.039000', '125824.042000', '125824.045000', '125824.048000', '125824.050000', '125824.053000', '125824.056000', '125824.063000', '125824.066000', '125824.069000', '125824.072000', '125824.075000', '125824.078000', '125824.080000', '125824.083000', '125824.086000', '125824.089000', '125824.092000', '125824.095000', '125824.098000', '125824.100000', '125824.103000', '125824.106000', '125824.109000', '125824.112000', '125824.115000', '125824.118000', '125824.121000', '125824.124000', '125824.126000', '125824.129000', '125824.132000', '125824.135000', '125824.138000', '125824.141000', '125824.144000', '125824.146000', '125824.149000', '125824.152000', '125824.155000', '125824.158000', '125824.161000', '125824.164000', '125824.167000', '125844.039000', '125844.042000', '125844.045000', '125844.048000', '125844.051000', '125844.054000', '125844.056000', '125844.075000', '125844.078000', '125844.080000', '125844.083000', '125844.086000', '125844.089000', '125844.092000', '125844.095000', '125844.098000', '125844.100000', '125844.103000', '125844.106000', '125844.109000', '125844.112000', '125844.115000', '125844.118000', '125844.121000', '125844.124000', '125844.127000', '125844.129000', '125844.132000', '125844.135000', '125844.138000', '125844.141000', '125844.144000', '125844.147000', '125844.150000', '125844.153000', '125844.155000', '125844.158000', '125844.161000', '125844.164000', '125844.167000', '125844.170000', '125844.173000', '125844.176000', '125904.039000', '125904.042000', '125904.045000', '125904.048000', '125904.050000', '125904.053000', '125904.056000', '125904.059000', '125904.062000', '125904.065000', '125904.068000', '125904.070000', '125904.073000', '125904.076000', '125904.079000', '125904.082000', '125904.085000', '125904.088000', '125904.091000', '125904.094000', '125904.096000', '125904.099000', '125904.102000', '125904.105000', '125904.108000', '125904.111000', '125904.114000', '125904.117000', '125904.119000', '125904.122000', '125904.125000', '125904.128000', '125904.131000', '125904.134000', '125904.137000', '125904.140000', '125904.143000', '125904.146000', '125904.148000', '125904.152000', '125904.154000', '125904.157000', '125904.160000', '125904.163000', '125924.039000', '125924.042000', '125924.045000', '125924.048000', '125924.051000', '125924.054000', '125924.056000', '125924.059000', '125924.071000', '125924.074000', '125924.077000', '125924.079000', '125924.082000', '125924.085000', '125924.088000', '125924.091000', '125924.095000', '125924.098000', '125924.101000', '125924.104000', '125924.107000', '125924.109000', '125924.112000', '125924.115000', '125924.118000', '125924.121000', '125924.124000', '125924.127000', '125924.129000', '125924.132000', '125924.135000', '125924.138000', '125924.141000', '125924.144000', '125924.147000', '125924.150000', '125924.153000', '125924.156000', '125924.158000', '125924.161000', '125924.164000', '125924.167000', '125924.170000', '125944.040000', '125944.043000', '125944.046000', '125944.048000', '125944.051000', '125944.054000', '125944.057000', '125944.060000', '125944.063000', '125944.066000', '125944.069000', '125944.071000', '125944.074000', '125944.077000', '125944.080000', '125944.083000', '125944.086000', '125944.089000', '125944.092000', '125944.095000', '125944.098000', '125944.100000', '125944.103000', '125944.106000', '125944.109000', '125944.112000', '125944.115000', '125944.118000', '125944.120000', '125944.123000', '125944.126000', '125944.129000', '125944.132000', '125944.135000', '125944.138000', '125944.141000', '125944.143000', '125944.146000', '125944.149000', '125944.152000', '125944.155000', '125944.158000', '125944.161000', '125944.163000', '130004.040000', '130004.043000', '130004.054000', '130004.057000', '130004.060000', '130004.063000', '130004.065000', '130004.068000', '130004.071000', '130004.074000', '130004.077000', '130004.080000', '130004.082000', '130004.085000', '130004.088000', '130004.091000', '130004.094000', '130004.097000', '130004.100000', '130004.103000', '130004.106000', '130004.108000', '130004.111000', '130004.114000', '130004.117000', '130004.120000', '130004.123000', '130004.126000', '130004.129000', '130004.131000', '130004.134000', '130004.137000', '130004.140000', '130004.143000', '130004.146000', '130004.149000', '130004.151000', '130004.154000', '130004.157000', '130004.160000', '130004.163000', '130004.166000', '130004.168000', '130024.040000', '130024.043000', '130024.046000', '130024.072000', '130024.075000', '130024.078000', '130024.081000', '130024.083000', '130024.086000', '130024.089000', '130024.092000', '130024.095000', '130024.098000', '130024.100000', '130024.103000', '130024.106000', '130024.109000', '130024.112000', '130024.115000', '130024.118000', '130024.121000', '130024.124000', '130024.126000', '130024.129000', '130024.132000', '130024.135000', '130024.138000', '130024.141000', '130024.144000', '130024.146000', '130024.149000', '130024.152000', '130024.155000', '130024.158000', '130024.161000', '130024.164000', '130024.166000', '130024.169000', '130024.172000', '130024.175000', '130024.178000', '130024.181000', '130024.184000', '130044.039000', '130044.042000', '130044.045000', '130044.048000', '130044.050000', '130044.053000', '130044.056000', '130044.059000', '130044.062000', '130044.065000', '130044.068000', '130044.071000', '130044.074000', '130044.076000', '130044.079000', '130044.082000', '130044.085000', '130044.088000', '130044.091000', '130044.094000', '130044.097000', '130044.100000', '130044.102000', '130044.105000', '130044.108000', '130044.111000', '130044.114000', '130044.117000', '130044.120000', '130044.123000', '130044.125000', '130044.128000', '130044.131000', '130044.134000', '130044.137000', '130044.140000', '130044.143000', '130044.146000', '130044.148000', '130044.151000', '130044.154000', '130044.157000', '130044.160000', '130044.163000', '130104.039000', '130104.042000', '130104.045000', '130104.048000', '130104.051000', '130104.054000', '130104.056000', '130104.059000', '130104.062000', '130104.065000', '130104.068000', '130104.071000', '130104.074000', '130104.077000', '130104.080000', '130104.083000', '130104.086000', '130104.089000', '130104.092000', '130104.095000', '130104.097000', '130104.100000', '130104.103000', '130104.106000', '130104.109000', '130104.112000', '130104.115000', '130104.118000', '130104.121000', '130104.123000', '130104.126000', '130104.129000', '130104.132000', '130104.135000', '130104.138000', '130104.141000', '130104.143000', '130104.146000', '130104.149000', '130104.152000', '130104.155000', '130104.158000', '130104.161000', '130124.039000', '130124.042000', '130124.045000', '130124.048000', '130124.050000', '130124.053000', '130124.056000', '130124.059000', '130124.062000', '130124.065000', '130124.068000', '130124.071000', '130124.074000', '130124.076000', '130124.079000', '130124.082000', '130124.085000', '130124.088000', '130124.091000', '130124.094000', '130124.097000', '130124.100000', '130124.103000', '130124.105000', '130124.108000', '130124.111000', '130124.114000', '130124.117000', '130124.120000', '130124.123000', '130124.126000', '130124.129000', '130124.131000', '130124.134000', '130124.137000', '130124.140000', '130124.143000', '130124.146000', '130124.149000', '130124.152000', '130124.154000', '130124.157000', '130124.163000', '130124.166000', '130144.040000', '130144.043000', '130144.046000', '130144.049000', '130144.052000', '130144.054000', '130144.057000', '130144.060000', '130144.063000', '130144.066000', '130144.070000', '130144.072000', '130144.075000', '130144.078000', '130144.081000', '130144.084000', '130144.087000', '130144.090000', '130144.093000', '130144.096000', '130144.099000', '130144.101000', '130144.104000', '130144.107000', '130144.110000', '130144.113000', '130144.116000', '130144.119000', '130144.136000', '130144.139000', '130144.142000', '130144.145000', '130144.148000', '130144.151000', '130144.153000', '130144.156000', '130144.159000', '130144.162000', '130144.165000', '130144.168000', '130144.171000', '130144.173000', '130144.176000', '130204.040000', '130204.043000', '130204.046000', '130204.049000', '130204.052000', '130204.055000', '130204.057000', '130204.060000', '130204.063000', '130204.066000', '130204.069000', '130204.072000', '130204.075000', '130204.078000', '130204.080000', '130204.083000', '130204.086000', '130204.089000', '130204.092000', '130204.095000', '130204.098000', '130204.101000', '130204.103000', '130204.106000', '130204.109000', '130204.112000', '130204.115000', '130204.118000', '130204.121000', '130204.124000', '130204.127000', '130204.129000', '130204.132000', '130204.135000', '130204.138000', '130204.141000', '130204.144000', '130204.147000', '130204.149000', '130204.152000', '130204.155000', '130204.158000', '130204.161000', '130204.164000', '130224.040000', '130224.043000', '130224.046000', '130224.049000', '130224.052000', '130224.054000', '130224.057000', '130224.060000', '130224.063000', '130224.066000', '130224.069000', '130224.072000', '130224.075000', '130224.078000', '130224.081000', '130224.084000', '130224.086000', '130224.089000', '130224.094000', '130224.099000', '130224.102000', '130224.105000', '130224.108000', '130224.110000', '130224.113000', '130224.116000', '130224.119000', '130224.122000', '130224.125000', '130224.128000', '130224.131000', '130224.133000', '130224.136000', '130224.139000', '130224.142000', '130224.145000', '130224.148000', '130224.150000', '130224.153000', '130224.156000', '130224.159000', '130224.162000', '130224.165000', '130244.040000', '130244.043000', '130244.046000', '130244.049000', '130244.052000', '130244.054000', '130244.057000', '130244.060000', '130244.063000', '130244.066000', '130244.069000', '130244.072000', '130244.075000', '130244.077000', '130244.080000', '130244.083000', '130244.086000', '130244.089000', '130244.092000', '130244.095000', '130244.098000', '130244.101000', '130244.104000', '130244.106000', '130244.109000', '130244.112000', '130244.115000', '130244.118000', '130244.121000', '130244.124000', '130244.127000', '130244.130000', '130244.132000', '130244.135000', '130244.138000', '130244.141000', '130244.144000', '130244.147000', '130244.150000', '130244.153000', '130244.155000', '130244.158000', '130244.161000', '130244.164000', '130304.039000', '130304.042000', '130304.045000', '130304.048000', '130304.052000', '130304.055000', '130304.058000', '130304.061000', '130304.064000', '130304.067000', '130304.070000', '130304.073000', '130304.075000', '130304.078000', '130304.081000', '130304.084000', '130304.087000', '130304.090000', '130304.093000', '130304.096000', '130304.098000', '130304.101000', '130304.104000', '130304.107000', '130304.110000', '130304.115000', '130304.120000', '130304.122000', '130304.125000', '130304.128000', '130304.131000', '130304.134000', '130304.137000', '130304.140000', '130304.142000', '130304.145000', '130304.148000', '130304.151000', '130304.161000', '130304.164000', '130304.167000', '130304.170000', '130304.173000', '130324.039000', '130324.047000', '130324.050000', '130324.053000', '130324.056000', '130324.059000', '130324.062000', '130324.065000', '130324.068000', '130324.070000', '130324.073000', '130324.076000', '130324.079000', '130324.082000', '130324.085000', '130324.088000', '130324.092000', '130324.095000', '130324.098000', '130324.101000', '130324.104000', '130324.107000', '130324.109000', '130324.112000', '130324.115000', '130324.118000', '130324.121000', '130324.124000', '130324.127000', '130324.130000', '130324.133000', '130324.136000', '130324.138000', '130324.141000', '130324.144000', '130324.147000', '130324.150000', '130324.153000', '130324.156000', '130324.159000', '130324.162000', '130324.165000', '130324.167000', '130324.170000', '130344.039000', '130344.042000', '130344.045000', '130344.048000', '130344.051000', '130344.054000', '130344.056000', '130344.059000', '130344.062000', '130344.065000', '130344.068000', '130344.071000', '130344.074000', '130344.077000', '130344.079000', '130344.082000', '130344.085000', '130344.088000', '130344.091000', '130344.094000', '130344.097000', '130344.100000', '130344.103000', '130344.105000', '130344.108000', '130344.111000', '130344.114000', '130344.117000', '130344.120000', '130344.123000', '130344.126000', '130344.129000', '130344.132000', '130344.135000', '130344.138000', '130344.140000', '130344.143000', '130344.146000', '130344.149000', '130344.152000', '130344.155000', '130344.158000', '130344.161000', '130357.067000', '130357.072000', '130357.075000', '130357.078000', '130357.081000', '130357.084000', '130357.087000', '130357.091000', '130357.094000', '130357.097000', '130357.100000', '130357.103000', '130357.105000', '130357.108000', '130357.111000', '130357.114000', '130357.117000', '130357.121000', '130357.123000', '130357.126000', '130357.129000', '130357.132000', '130357.135000', '130357.138000', '130357.141000', '130357.144000', '130357.147000', '130357.150000', '130357.153000'], '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': [9237, 8275, 9387, 8112, 9204, 8453, 8814, 7927, 8649, 9144, 8753, 9100, 8129, 9166, 8322, 9290, 7856, 9308, 8543, 9194, 8993, 8769, 8759, 8790, 8995, 8366, 8980, 8507, 8729, 7584, 8939, 8501, 8664, 8068, 8573, 8981, 8331, 9014, 8675, 9237, 8193, 9197, 8128, 9145, 8059, 8750, 9764, 8835, 9191, 8729, 9376, 8565, 9297, 8545, 9535, 8985, 9301, 10609, 8933, 9831, 8937, 9186, 8823, 9197, 8792, 9262, 8410, 9228, 8287, 9219, 8041, 9439, 8922, 9381, 8718, 9412, 8629, 9402, 8981, 9451, 8585, 9564, 9524, 9368, 9757, 9202, 9341, 9000, 9445, 8968, 9352, 9108, 9513, 8661, 9519, 8436, 9210, 8717, 9257, 8974, 9512, 8032, 9070, 8382, 8873, 8441, 9063, 8669, 8848, 9230, 8651, 9233, 8350, 9163, 8717, 9339, 8536, 9293, 8967, 9700, 8258, 8996, 9135, 8970, 9140, 8410, 9371, 8909, 9110, 8809, 9416, 8366, 9596, 8543, 9703, 8835, 9542, 8212, 9271, 9291, 9052, 9588, 8861, 9199, 8786, 9461, 8664, 9656, 8919, 9336, 9256, 9444, 9144, 8946, 9181, 8819, 9176, 8482, 9406, 9244, 9279, 8238, 9155, 8770, 9219, 8982, 9132, 9239, 8992, 9111, 8718, 9332, 8522, 9394, 8743, 9607, 8515, 9630, 8713, 9034, 8415, 8976, 8244, 9055, 8576, 9217, 8801, 9256, 8355, 9125, 8954, 9255, 9927, 8986, 8693, 8266, 8842, 8661, 9091, 8097, 9072, 7845, 8826, 8764, 8470, 8924, 8085, 9080, 8388, 9093, 7966, 9380, 7844, 8947, 8880, 9050, 9320, 8286, 9312, 8091, 9392, 8231, 9557, 8752, 9395, 7785, 8879, 9293, 8898, 9290, 8471, 9337, 8246, 9350, 8016, 9495, 8995, 9228, 8837, 8333, 9195, 8584, 9066, 8191, 9135, 8721, 8857, 8245, 8593, 9126, 8466, 9192, 8478, 9146, 8520, 9238, 8081, 9364, 8964, 9145, 9310, 8936, 9369, 9135, 9202, 9004, 9212, 8829, 9385, 10124, 9135, 9311, 9113, 8925, 9018, 9188, 8713, 9165, 8522, 9132, 9585, 8920, 9255, 8703, 9241, 8419, 9422, 8411, 9375, 8583, 9358, 9264, 9323, 9258, 9048, 9087, 8949, 9291, 8887, 9311, 8377, 9486, 8343, 9661, 8983, 9488, 8030, 9052, 8415, 9098, 9296, 9195, 9053, 9049, 9345, 8484, 9214, 8466, 9345, 8529, 9355, 8680, 9421, 8518, 9546, 8900, 9537, 9214, 9434, 8757, 9263, 9061, 8790, 9264, 8613, 9015, 8622, 9221, 8881, 9344, 8791, 9408, 8720, 9563, 8001, 9098, 8905, 9086, 8886, 8768, 9210, 8742, 9125, 8709, 9318, 8710, 9397, 8900, 9337, 8179, 9036, 8895, 8915, 9110, 8750, 9512, 8905, 9265, 8484, 9530, 9186, 9372, 8497, 9108, 9264, 8267, 9393, 8692, 9395, 8463, 9315, 8115, 9342, 8289, 9281, 8913, 8959, 9218, 8882, 9214, 8933, 9345, 8734, 9478, 8396, 9714, 9611, 9518, 10259, 9222, 8593, 8672, 9244, 8920, 9431, 8528, 9331, 8246, 9298, 8020, 9058, 9145, 8803, 9086, 8726, 9191, 8816, 9544, 8640, 9302, 8113, 8983, 8870, 9145, 9221, 8923, 9047, 8901, 9314, 8495, 9654, 8798, 9557, 9193, 9459, 8042, 9169, 8843, 9131, 9160, 8639, 9412, 8806, 9366, 8354, 9631, 9898, 9454, 8841, 9271, 8830, 8807, 9098, 9258, 9230, 8604, 9371, 8466, 9412, 8972, 9398, 7467, 9314, 8769, 9391, 8775, 9047, 8969, 8562, 8970, 9101, 9350, 8513, 9316, 8356, 9356, 8286, 9175, 9160, 8994, 9149, 8618, 9162, 8685, 9253, 8309, 9463, 8593, 9290, 8045, 9082, 8745, 8661, 8982, 8297, 8920, 8361, 9138, 8302, 9291, 8032, 8731, 8935, 8785, 9383, 8745, 8857, 10256, 8725, 8793, 8304, 8964, 9152, 9025, 9261, 8651, 9332, 8214, 9128, 7928, 8895, 8048, 8752, 8444, 9159, 8644, 9093, 8251, 8998, 8686, 8262, 8549, 7811, 8152, 7370, 8853, 8496, 8692, 7637, 9204, 9257, 8740, 9361, 10906, 10561, 12045, 10786, 8391, 7989, 7555, 7232, 7559, 8119, 7362, 7769, 7267, 7194, 8417, 8176, 9716, 8165, 8166, 9728, 10619, 10656, 9298, 8716, 9149, 8389, 8453, 9514, 8367, 8527, 9835, 8277, 7860, 7982, 8348, 10342, 8678, 7894, 8774, 8266, 9001, 8575, 9158, 9531, 8601, 10787, 8552, 8533, 8771, 8329, 8758, 8417, 9357, 8650, 8291, 7768, 8688, 8960, 9063, 9067, 8561, 8395, 8633, 8522, 9324, 8882, 9257, 10438, 9283, 9847, 9045, 10142, 8981, 10164, 9106, 9570, 9890, 9943, 9561, 9223, 10170, 8904, 10286, 9396, 9108, 9947, 10317, 10295, 10689, 9980, 9394, 10306, 10149, 8996, 9829, 9528, 9929, 10286, 10030, 10244, 9756, 9881, 9263, 9516, 9839, 8860, 9225, 9769, 9248, 10151, 8890, 10060, 9152, 9527, 10612, 9313, 9748, 9197, 10535, 9823, 8068, 6999, 8548, 6299, 8593, 8055, 8874, 8037, 7453, 7829, 7598, 9360, 8106, 9707, 8890, 8835, 9561, 8528, 10665, 9073, 9692, 8050, 9247, 8194, 9735, 8604, 9494, 8363, 9053, 8176, 8286, 7937, 8384, 8228, 8340, 9544, 8620, 8736, 8482, 8151, 7909, 8044, 8497, 7154, 9322, 8260, 9441, 7824, 9923, 7906, 10069, 8771, 9129, 8505, 8294, 8758, 8851, 8386, 8370, 8106, 8654, 8460, 10171, 8860, 8991, 9044, 8467, 9006, 7617, 9386, 8511, 9221, 7835, 9245, 8022, 8776, 8197, 8282, 8175, 8349, 8309, 9197, 8205, 9103, 7563, 9034, 8603, 9240, 7945, 8887, 7748, 8917, 7797, 9035, 8088, 9097, 8048, 9203, 8588, 9064, 8773, 9182, 8087, 9017, 8520, 9019, 7751, 8895, 7475, 9217, 7306, 8854, 7655, 7723, 7571, 8849, 7538, 8871, 7390, 8874, 7679, 9055, 7408, 8786, 7123, 8870, 7569, 8662, 8736, 8412, 9031, 8670, 9040, 8287, 8861, 7411, 8359, 7429, 8555, 7667, 7973, 7700, 8707, 7856, 8821, 7690, 8839, 7561, 8936, 7830, 8846, 7670, 8744, 8188, 10185, 7903, 8797, 7544, 8625, 7514, 8231, 7360, 8075, 7413, 8672, 7481, 8470, 7692, 8621, 7503, 8763, 8167, 8869, 7606, 10203, 7791, 9388, 7388, 8982, 7128, 8588, 8261, 8381, 7256, 7963, 8790, 7736, 10081, 7402, 9234, 8332, 8224, 8282, 7578, 8521, 7733, 8131, 8483, 7891, 8696, 7481, 8837, 8549, 8804, 7773, 8905, 8488, 8424, 7979], 'WindowCenter': [4136.0, 4109.0, 4106.0, 4082.0, 4101.0, 4091.0, 4091.0, 4080.0, 4093.0, 4089.0, 4092.0, 4091.0, 4080.0, 4090.0, 4079.0, 4090.0, 4080.0, 4090.0, 4089.0, 4103.0, 4089.0, 4078.0, 4077.0, 4089.0, 4089.0, 4090.0, 4089.0, 4089.0, 4090.0, 4068.0, 4091.0, 4091.0, 4091.0, 4078.0, 4089.0, 4089.0, 4079.0, 4090.0, 4090.0, 4092.0, 4080.0, 4101.0, 4090.0, 4104.0, 4081.0, 4092.0, 4101.0, 4102.0, 4103.0, 4092.0, 4105.0, 4092.0, 4105.0, 4089.0, 4101.0, 4090.0, 4091.0, 4098.0, 4089.0, 4099.0, 4089.0, 4090.0, 4089.0, 4088.0, 4088.0, 4089.0, 4080.0, 4090.0, 4079.0, 4101.0, 4079.0, 4102.0, 4089.0, 4102.0, 4090.0, 4092.0, 4089.0, 4100.0, 4102.0, 4103.0, 4089.0, 4102.0, 4101.0, 4092.0, 4091.0, 4091.0, 4089.0, 4088.0, 4090.0, 4088.0, 4088.0, 4077.0, 4088.0, 4079.0, 4087.0, 4078.0, 4090.0, 4078.0, 4088.0, 4091.0, 4088.0, 4076.0, 4087.0, 4077.0, 4089.0, 4077.0, 4089.0, 4077.0, 4088.0, 4089.0, 4078.0, 4089.0, 4078.0, 4089.0, 4078.0, 4089.0, 4077.0, 4089.0, 4088.0, 4100.0, 4079.0, 4091.0, 4089.0, 4087.0, 4090.0, 4079.0, 4090.0, 4088.0, 4091.0, 4088.0, 4088.0, 4078.0, 4101.0, 4090.0, 4101.0, 4090.0, 4101.0, 4091.0, 4103.0, 4088.0, 4091.0, 4102.0, 4103.0, 4090.0, 4090.0, 4089.0, 4077.0, 4089.0, 4078.0, 4087.0, 4088.0, 4088.0, 4088.0, 4078.0, 4087.0, 4088.0, 4089.0, 4078.0, 4089.0, 4089.0, 4089.0, 4079.0, 4090.0, 4090.0, 4100.0, 4089.0, 4102.0, 4088.0, 4089.0, 4091.0, 4091.0, 4090.0, 4090.0, 4091.0, 4091.0, 4103.0, 4092.0, 4101.0, 4092.0, 4103.0, 4090.0, 4090.0, 4089.0, 4089.0, 4090.0, 4100.0, 4089.0, 4101.0, 4089.0, 4090.0, 4088.0, 4088.0, 4086.0, 4074.0, 4076.0, 4075.0, 4078.0, 4074.0, 4077.0, 4065.0, 4074.0, 4063.0, 4072.0, 4065.0, 4065.0, 4074.0, 4065.0, 4075.0, 4076.0, 4089.0, 4078.0, 4089.0, 4078.0, 4089.0, 4089.0, 4088.0, 4088.0, 4077.0, 4089.0, 4079.0, 4090.0, 4079.0, 4089.0, 4089.0, 4090.0, 4080.0, 4090.0, 4089.0, 4091.0, 4101.0, 4079.0, 4102.0, 4079.0, 4091.0, 4078.0, 4089.0, 4089.0, 4086.0, 4086.0, 4077.0, 4087.0, 4078.0, 4087.0, 4076.0, 4089.0, 4087.0, 4089.0, 4079.0, 4089.0, 4091.0, 4090.0, 4101.0, 4092.0, 4102.0, 4091.0, 4102.0, 4091.0, 4103.0, 4103.0, 4102.0, 4102.0, 4105.0, 4101.0, 4102.0, 4101.0, 4090.0, 4102.0, 4088.0, 4101.0, 4100.0, 4090.0, 4089.0, 4089.0, 4090.0, 4088.0, 4087.0, 4088.0, 4100.0, 4090.0, 4100.0, 4099.0, 4091.0, 4100.0, 4089.0, 4099.0, 4077.0, 4100.0, 4078.0, 4102.0, 4090.0, 4101.0, 4099.0, 4103.0, 4100.0, 4102.0, 4086.0, 4089.0, 4100.0, 4089.0, 4090.0, 4078.0, 4100.0, 4078.0, 4089.0, 4089.0, 4099.0, 4078.0, 4087.0, 4078.0, 4089.0, 4089.0, 4091.0, 4090.0, 4089.0, 4089.0, 4078.0, 4088.0, 4079.0, 4088.0, 4078.0, 4090.0, 4078.0, 4089.0, 4077.0, 4088.0, 4077.0, 4085.0, 4086.0, 4077.0, 4074.0, 4088.0, 4076.0, 4076.0, 4087.0, 4076.0, 4089.0, 4087.0, 4089.0, 4101.0, 4099.0, 4088.0, 4102.0, 4090.0, 4099.0, 4078.0, 4090.0, 4089.0, 4090.0, 4089.0, 4089.0, 4089.0, 4089.0, 4089.0, 4089.0, 4089.0, 4089.0, 4100.0, 4089.0, 4103.0, 4081.0, 4091.0, 4088.0, 4091.0, 4089.0, 4092.0, 4100.0, 4089.0, 4090.0, 4078.0, 4097.0, 4090.0, 4089.0, 4077.0, 4087.0, 4089.0, 4079.0, 4090.0, 4088.0, 4104.0, 4091.0, 4099.0, 4079.0, 4099.0, 4080.0, 4098.0, 4091.0, 4091.0, 4091.0, 4090.0, 4090.0, 4089.0, 4090.0, 4079.0, 4088.0, 4080.0, 4102.0, 4089.0, 4090.0, 4098.0, 4089.0, 4078.0, 4077.0, 4089.0, 4087.0, 4090.0, 4088.0, 4088.0, 4078.0, 4101.0, 4078.0, 4089.0, 4087.0, 4088.0, 4085.0, 4089.0, 4091.0, 4088.0, 4099.0, 4089.0, 4089.0, 4079.0, 4090.0, 4088.0, 4090.0, 4091.0, 4090.0, 4090.0, 4090.0, 4089.0, 4077.0, 4101.0, 4089.0, 4100.0, 4091.0, 4101.0, 4080.0, 4091.0, 4090.0, 4091.0, 4090.0, 4080.0, 4089.0, 4088.0, 4088.0, 4077.0, 4088.0, 4099.0, 4088.0, 4076.0, 4085.0, 4076.0, 4077.0, 4078.0, 4088.0, 4087.0, 4077.0, 4086.0, 4076.0, 4088.0, 4089.0, 4101.0, 4070.0, 4102.0, 4091.0, 4089.0, 4092.0, 4088.0, 4089.0, 4079.0, 4076.0, 4077.0, 4088.0, 4076.0, 4089.0, 4078.0, 4085.0, 4075.0, 4086.0, 4086.0, 4088.0, 4086.0, 4087.0, 4089.0, 4089.0, 4100.0, 4079.0, 4101.0, 4091.0, 4098.0, 4077.0, 4087.0, 4079.0, 4090.0, 4089.0, 4079.0, 4089.0, 4082.0, 4099.0, 4094.0, 4102.0, 4093.0, 4093.0, 4103.0, 4092.0, 4101.0, 4092.0, 4092.0, 4102.0, 4089.0, 4078.0, 4080.0, 4089.0, 4102.0, 4093.0, 4103.0, 4079.0, 4090.0, 4077.0, 4086.0, 4078.0, 4077.0, 4069.0, 4079.0, 4079.0, 4091.0, 4090.0, 4102.0, 4091.0, 4091.0, 4092.0, 4092.0, 4092.0, 4080.0, 4083.0, 4080.0, 4102.0, 4092.0, 4092.0, 4079.0, 4103.0, 4104.0, 4119.0, 4130.0, 4127.0, 4113.0, 4123.0, 4104.0, 4125.0, 4085.0, 4084.0, 4070.0, 4067.0, 4070.0, 4073.0, 4081.0, 4084.0, 4084.0, 4096.0, 4095.0, 4103.0, 4097.0, 4082.0, 4104.0, 4116.0, 4077.0, 4109.0, 4095.0, 4081.0, 4058.0, 4068.0, 4092.0, 4082.0, 4091.0, 4102.0, 4083.0, 4082.0, 4084.0, 4082.0, 4093.0, 4081.0, 4070.0, 4068.0, 4069.0, 4079.0, 4069.0, 4078.0, 4081.0, 4068.0, 4088.0, 4066.0, 4066.0, 4067.0, 4070.0, 4066.0, 4068.0, 4079.0, 4082.0, 4094.0, 4073.0, 4096.0, 4096.0, 4093.0, 4106.0, 4096.0, 4094.0, 4094.0, 4096.0, 4106.0, 4105.0, 4107.0, 4118.0, 4108.0, 4116.0, 4107.0, 4116.0, 4094.0, 4106.0, 4094.0, 4105.0, 4118.0, 4117.0, 4106.0, 4108.0, 4118.0, 4107.0, 4129.0, 4121.0, 4107.0, 4117.0, 4115.0, 4118.0, 4117.0, 4117.0, 4105.0, 4117.0, 4117.0, 4105.0, 4117.0, 4105.0, 4117.0, 4115.0, 4105.0, 4116.0, 4107.0, 4104.0, 4106.0, 4106.0, 4130.0, 4110.0, 4107.0, 4107.0, 4107.0, 4117.0, 4107.0, 4119.0, 4118.0, 4129.0, 4126.0, 4118.0, 4118.0, 4119.0, 4102.0, 3994.0, 4102.0, 4089.0, 4084.0, 4048.0, 4081.0, 4070.0, 4093.0, 4084.0, 4085.0, 4085.0, 4086.0, 4108.0, 4083.0, 4104.0, 4082.0, 4082.0, 4092.0, 4079.0, 4102.0, 4080.0, 4081.0, 4056.0, 4077.0, 4067.0, 4077.0, 4067.0, 4078.0, 4067.0, 4066.0, 4067.0, 4068.0, 4069.0, 4080.0, 4082.0, 4094.0, 4104.0, 4093.0, 4092.0, 4095.0, 4085.0, 4095.0, 4084.0, 4095.0, 4075.0, 4108.0, 4096.0, 4107.0, 4084.0, 4118.0, 4084.0, 4103.0, 4095.0, 4104.0, 4095.0, 4083.0, 4096.0, 4094.0, 4095.0, 4082.0, 4086.0, 4094.0, 4095.0, 4115.0, 4108.0, 4105.0, 4096.0, 4096.0, 4096.0, 4084.0, 4107.0, 4094.0, 4092.0, 4083.0, 4094.0, 4081.0, 4082.0, 4081.0, 4081.0, 4082.0, 4084.0, 4094.0, 4103.0, 4094.0, 4096.0, 4086.0, 4093.0, 4093.0, 4104.0, 4083.0, 4095.0, 4083.0, 4094.0, 4083.0, 4105.0, 4096.0, 4106.0, 4083.0, 4108.0, 4094.0, 4094.0, 4093.0, 4093.0, 4082.0, 4094.0, 4081.0, 4092.0, 4071.0, 4093.0, 4070.0, 4091.0, 4071.0, 4090.0, 4071.0, 4072.0, 4068.0, 4093.0, 4072.0, 4093.0, 4073.0, 4091.0, 4073.0, 4093.0, 4071.0, 4093.0, 4071.0, 4095.0, 4082.0, 4093.0, 4093.0, 4083.0, 4093.0, 4093.0, 4092.0, 4082.0, 4093.0, 4071.0, 4081.0, 4069.0, 4093.0, 4082.0, 4082.0, 4084.0, 4094.0, 4094.0, 4106.0, 4096.0, 4106.0, 4084.0, 4094.0, 4085.0, 4096.0, 4083.0, 4095.0, 4097.0, 4116.0, 4084.0, 4095.0, 4082.0, 4093.0, 4072.0, 4083.0, 4069.0, 4083.0, 4071.0, 4095.0, 4084.0, 4106.0, 4095.0, 4107.0, 4087.0, 4093.0, 4095.0, 4095.0, 4082.0, 4104.0, 4073.0, 4094.0, 4072.0, 4093.0, 4072.0, 4093.0, 4080.0, 4081.0, 4058.0, 4069.0, 4079.0, 4070.0, 4100.0, 4071.0, 4091.0, 4082.0, 4081.0, 4095.0, 4085.0, 4094.0, 4083.0, 4094.0, 4107.0, 4097.0, 4109.0, 4086.0, 4107.0, 4107.0, 4106.0, 4083.0, 4105.0, 4093.0, 4092.0, 4083.0], 'WindowWidth': [9203.0, 9154.0, 9140.0, 9101.0, 9126.0, 9110.0, 9110.0, 9093.0, 9114.0, 9105.0, 9110.0, 9111.0, 9094.0, 9105.0, 9091.0, 9106.0, 9090.0, 9104.0, 9103.0, 9126.0, 9103.0, 9086.0, 9083.0, 9103.0, 9102.0, 9106.0, 9102.0, 9104.0, 9105.0, 9074.0, 9109.0, 9108.0, 9110.0, 9088.0, 9102.0, 9103.0, 9088.0, 9105.0, 9105.0, 9109.0, 9090.0, 9123.0, 9109.0, 9133.0, 9096.0, 9114.0, 9124.0, 9126.0, 9127.0, 9113.0, 9134.0, 9113.0, 9132.0, 9103.0, 9122.0, 9107.0, 9107.0, 9114.0, 9103.0, 9115.0, 9103.0, 9104.0, 9102.0, 9102.0, 9102.0, 9103.0, 9092.0, 9106.0, 9090.0, 9122.0, 9091.0, 9123.0, 9106.0, 9124.0, 9107.0, 9111.0, 9104.0, 9120.0, 9126.0, 9129.0, 9105.0, 9125.0, 9123.0, 9109.0, 9107.0, 9107.0, 9102.0, 9100.0, 9105.0, 9099.0, 9098.0, 9083.0, 9098.0, 9085.0, 9096.0, 9086.0, 9105.0, 9084.0, 9099.0, 9108.0, 9100.0, 9080.0, 9096.0, 9084.0, 9100.0, 9082.0, 9102.0, 9085.0, 9100.0, 9103.0, 9086.0, 9101.0, 9086.0, 9102.0, 9085.0, 9100.0, 9083.0, 9102.0, 9100.0, 9119.0, 9087.0, 9107.0, 9103.0, 9098.0, 9103.0, 9088.0, 9105.0, 9099.0, 9106.0, 9102.0, 9100.0, 9087.0, 9120.0, 9104.0, 9121.0, 9105.0, 9121.0, 9108.0, 9126.0, 9102.0, 9108.0, 9124.0, 9125.0, 9106.0, 9103.0, 9103.0, 9082.0, 9101.0, 9085.0, 9095.0, 9097.0, 9098.0, 9099.0, 9085.0, 9095.0, 9099.0, 9102.0, 9086.0, 9101.0, 9100.0, 9101.0, 9090.0, 9103.0, 9104.0, 9119.0, 9103.0, 9125.0, 9101.0, 9103.0, 9109.0, 9106.0, 9105.0, 9105.0, 9106.0, 9107.0, 9128.0, 9109.0, 9120.0, 9111.0, 9130.0, 9107.0, 9106.0, 9104.0, 9103.0, 9104.0, 9120.0, 9104.0, 9121.0, 9102.0, 9104.0, 9100.0, 9098.0, 9094.0, 9076.0, 9078.0, 9076.0, 9084.0, 9076.0, 9080.0, 9061.0, 9074.0, 9058.0, 9068.0, 9059.0, 9061.0, 9072.0, 9062.0, 9077.0, 9079.0, 9102.0, 9087.0, 9102.0, 9086.0, 9102.0, 9102.0, 9099.0, 9100.0, 9083.0, 9103.0, 9087.0, 9104.0, 9088.0, 9101.0, 9102.0, 9104.0, 9091.0, 9104.0, 9102.0, 9107.0, 9123.0, 9091.0, 9124.0, 9090.0, 9106.0, 9086.0, 9103.0, 9101.0, 9094.0, 9094.0, 9084.0, 9100.0, 9086.0, 9097.0, 9081.0, 9101.0, 9098.0, 9102.0, 9089.0, 9103.0, 9107.0, 9107.0, 9123.0, 9113.0, 9125.0, 9110.0, 9127.0, 9112.0, 9129.0, 9129.0, 9126.0, 9127.0, 9135.0, 9126.0, 9125.0, 9121.0, 9107.0, 9124.0, 9102.0, 9122.0, 9120.0, 9106.0, 9102.0, 9103.0, 9106.0, 9102.0, 9098.0, 9100.0, 9119.0, 9106.0, 9119.0, 9118.0, 9107.0, 9119.0, 9102.0, 9118.0, 9087.0, 9119.0, 9087.0, 9123.0, 9108.0, 9122.0, 9118.0, 9125.0, 9121.0, 9126.0, 9099.0, 9104.0, 9119.0, 9105.0, 9105.0, 9085.0, 9117.0, 9086.0, 9102.0, 9102.0, 9116.0, 9087.0, 9097.0, 9087.0, 9103.0, 9103.0, 9106.0, 9104.0, 9102.0, 9102.0, 9086.0, 9099.0, 9089.0, 9100.0, 9087.0, 9105.0, 9086.0, 9102.0, 9084.0, 9098.0, 9081.0, 9090.0, 9092.0, 9080.0, 9075.0, 9096.0, 9080.0, 9079.0, 9094.0, 9080.0, 9103.0, 9099.0, 9101.0, 9122.0, 9117.0, 9101.0, 9124.0, 9104.0, 9117.0, 9087.0, 9106.0, 9103.0, 9106.0, 9102.0, 9102.0, 9102.0, 9103.0, 9103.0, 9103.0, 9103.0, 9103.0, 9120.0, 9107.0, 9125.0, 9094.0, 9107.0, 9101.0, 9108.0, 9104.0, 9109.0, 9119.0, 9102.0, 9105.0, 9085.0, 9112.0, 9105.0, 9101.0, 9084.0, 9096.0, 9102.0, 9090.0, 9106.0, 9101.0, 9130.0, 9110.0, 9117.0, 9091.0, 9117.0, 9093.0, 9115.0, 9107.0, 9109.0, 9107.0, 9104.0, 9104.0, 9101.0, 9103.0, 9089.0, 9099.0, 9091.0, 9121.0, 9102.0, 9102.0, 9114.0, 9101.0, 9086.0, 9082.0, 9100.0, 9096.0, 9103.0, 9100.0, 9101.0, 9086.0, 9119.0, 9088.0, 9103.0, 9098.0, 9103.0, 9096.0, 9102.0, 9108.0, 9100.0, 9117.0, 9104.0, 9103.0, 9090.0, 9104.0, 9098.0, 9106.0, 9108.0, 9106.0, 9104.0, 9104.0, 9101.0, 9083.0, 9120.0, 9103.0, 9117.0, 9106.0, 9121.0, 9093.0, 9106.0, 9104.0, 9107.0, 9104.0, 9091.0, 9102.0, 9099.0, 9100.0, 9083.0, 9098.0, 9115.0, 9097.0, 9081.0, 9091.0, 9080.0, 9082.0, 9085.0, 9096.0, 9095.0, 9083.0, 9095.0, 9081.0, 9099.0, 9103.0, 9122.0, 9079.0, 9124.0, 9107.0, 9105.0, 9108.0, 9101.0, 9103.0, 9089.0, 9081.0, 9082.0, 9098.0, 9081.0, 9100.0, 9085.0, 9093.0, 9081.0, 9096.0, 9095.0, 9099.0, 9095.0, 9099.0, 9103.0, 9103.0, 9120.0, 9090.0, 9120.0, 9109.0, 9114.0, 9085.0, 9099.0, 9089.0, 9105.0, 9103.0, 9090.0, 9103.0, 9096.0, 9118.0, 9117.0, 9127.0, 9117.0, 9112.0, 9127.0, 9112.0, 9123.0, 9111.0, 9111.0, 9123.0, 9104.0, 9087.0, 9092.0, 9105.0, 9124.0, 9113.0, 9125.0, 9090.0, 9105.0, 9081.0, 9094.0, 9086.0, 9083.0, 9072.0, 9088.0, 9087.0, 9106.0, 9105.0, 9124.0, 9110.0, 9107.0, 9111.0, 9111.0, 9111.0, 9094.0, 9101.0, 9095.0, 9127.0, 9112.0, 9110.0, 9090.0, 9127.0, 9133.0, 9160.0, 9176.0, 9166.0, 9144.0, 9157.0, 9126.0, 9175.0, 9105.0, 9100.0, 9074.0, 9067.0, 9074.0, 9082.0, 9094.0, 9102.0, 9103.0, 9121.0, 9120.0, 9128.0, 9122.0, 9096.0, 9128.0, 9150.0, 9073.0, 9141.0, 9114.0, 9085.0, 9049.0, 9063.0, 9106.0, 9093.0, 9105.0, 9119.0, 9099.0, 9093.0, 9097.0, 9094.0, 9107.0, 9088.0, 9070.0, 9065.0, 9069.0, 9082.0, 9068.0, 9079.0, 9086.0, 9065.0, 9093.0, 9061.0, 9059.0, 9063.0, 9069.0, 9061.0, 9068.0, 9083.0, 9093.0, 9112.0, 9082.0, 9116.0, 9116.0, 9111.0, 9131.0, 9118.0, 9117.0, 9113.0, 9118.0, 9133.0, 9132.0, 9136.0, 9150.0, 9138.0, 9146.0, 9137.0, 9144.0, 9115.0, 9130.0, 9113.0, 9131.0, 9150.0, 9149.0, 9133.0, 9137.0, 9152.0, 9136.0, 9168.0, 9161.0, 9139.0, 9150.0, 9146.0, 9151.0, 9149.0, 9150.0, 9132.0, 9148.0, 9147.0, 9130.0, 9149.0, 9131.0, 9147.0, 9144.0, 9128.0, 9143.0, 9133.0, 9125.0, 9132.0, 9133.0, 9173.0, 9146.0, 9135.0, 9135.0, 9135.0, 9146.0, 9137.0, 9155.0, 9153.0, 9173.0, 9165.0, 9153.0, 9155.0, 9160.0, 9125.0, 8913.0, 9140.0, 9115.0, 9099.0, 9042.0, 9088.0, 9074.0, 9111.0, 9101.0, 9103.0, 9105.0, 9106.0, 9137.0, 9097.0, 9128.0, 9092.0, 9091.0, 9105.0, 9083.0, 9120.0, 9087.0, 9086.0, 9046.0, 9076.0, 9062.0, 9078.0, 9063.0, 9078.0, 9061.0, 9060.0, 9065.0, 9069.0, 9070.0, 9087.0, 9094.0, 9113.0, 9126.0, 9111.0, 9109.0, 9115.0, 9102.0, 9118.0, 9100.0, 9116.0, 9089.0, 9138.0, 9122.0, 9135.0, 9103.0, 9153.0, 9101.0, 9124.0, 9114.0, 9127.0, 9114.0, 9099.0, 9117.0, 9112.0, 9116.0, 9096.0, 9105.0, 9115.0, 9116.0, 9144.0, 9138.0, 9131.0, 9118.0, 9122.0, 9120.0, 9100.0, 9134.0, 9114.0, 9109.0, 9099.0, 9114.0, 9092.0, 9094.0, 9091.0, 9094.0, 9093.0, 9098.0, 9112.0, 9126.0, 9116.0, 9117.0, 9109.0, 9110.0, 9112.0, 9126.0, 9098.0, 9115.0, 9099.0, 9115.0, 9100.0, 9131.0, 9119.0, 9133.0, 9100.0, 9138.0, 9117.0, 9114.0, 9112.0, 9112.0, 9095.0, 9112.0, 9091.0, 9108.0, 9080.0, 9109.0, 9077.0, 9106.0, 9078.0, 9104.0, 9077.0, 9080.0, 9073.0, 9109.0, 9081.0, 9111.0, 9086.0, 9105.0, 9081.0, 9108.0, 9078.0, 9110.0, 9079.0, 9115.0, 9097.0, 9113.0, 9113.0, 9099.0, 9111.0, 9111.0, 9109.0, 9096.0, 9110.0, 9079.0, 9092.0, 9076.0, 9111.0, 9097.0, 9097.0, 9101.0, 9115.0, 9117.0, 9136.0, 9123.0, 9133.0, 9103.0, 9115.0, 9104.0, 9118.0, 9100.0, 9117.0, 9122.0, 9148.0, 9102.0, 9117.0, 9096.0, 9112.0, 9081.0, 9097.0, 9074.0, 9098.0, 9080.0, 9116.0, 9103.0, 9137.0, 9121.0, 9137.0, 9110.0, 9115.0, 9117.0, 9117.0, 9096.0, 9127.0, 9083.0, 9112.0, 9081.0, 9110.0, 9082.0, 9109.0, 9089.0, 9090.0, 9057.0, 9072.0, 9086.0, 9075.0, 9115.0, 9078.0, 9104.0, 9093.0, 9093.0, 9118.0, 9105.0, 9116.0, 9103.0, 9118.0, 9138.0, 9125.0, 9142.0, 9108.0, 9136.0, 9138.0, 9136.0, 9100.0, 9131.0, 9113.0, 9111.0, 9099.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.0035412428078250868</td></tr>
<tr><td colspan=3>aqi</td><td>0.023579487456846952</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.21499251867514</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1476230501843319</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9890740111059905</td></tr>
<tr><td colspan=3>efc</td><td>0.4733</td></tr>
<tr><td colspan=3>fber</td><td>5550.106</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08711907544503615</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.25776754890679</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.709079334653192</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6430761188023366</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9102619306139483</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.573899954543291</td></tr>
<tr><td colspan=3>gcor</td><td>0.00831854</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008115846663713455</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023718301206827164</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.648160671911264</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>25.2349</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1755</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.7714</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299068.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>793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.9963</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8117</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.8683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3243.6731</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.884</td></tr>
<tr><td colspan=3>tsnr</td><td>37.99772636499256</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>