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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-05_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-05_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-0019/ses-03/func/sub-0019_ses-03_task-social_acq-mb8_run-05_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>940c386dc49e3ed3a4caf786e44aca3a</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>16:41:23.302500</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.998158, -0.0596116, 0.0112817, 0.0600009, 0.997472, -0.0380675]</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-05_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.0767966</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7772, -7263, 629, 1, -300, 87, 86]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.666</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5ecfaa11-6891-4e22-9563-7117195f8622||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.6779847145080566, 0.16097794473171234, 0.024256691336631775, 107.85304260253906], [0.15993346273899078, 2.67614483833313, -0.10442066937685013, -98.74768829345703], [0.030268091708421707, 0.1021324023604393, 2.697870969772339, -78.91615295410156], [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': ['164123.302500', '164123.762500', '164124.222500', '164124.682500', '164125.142500', '164125.602500', '164126.062500', '164126.522500', '164126.982500', '164127.442500', '164127.902500', '164128.362500', '164128.822500', '164129.282500', '164129.742500', '164130.202500', '164130.662500', '164131.122500', '164131.582500', '164132.042500', '164132.502500', '164132.962500', '164133.422500', '164133.882500', '164134.342500', '164134.802500', '164135.262500', '164135.722500', '164136.182500', '164136.642500', '164137.102500', '164137.562500', '164138.022500', '164138.482500', '164138.942500', '164139.402500', '164139.862500', '164140.322500', '164140.782500', '164141.242500', '164141.702500', '164142.162500', '164142.622500', '164143.082500', '164143.542500', '164144.002500', '164144.462500', '164144.922500', '164145.382500', '164145.842500', '164146.302500', '164146.762500', '164147.222500', '164147.682500', '164148.142500', '164148.602500', '164149.062500', '164149.522500', '164149.982500', '164150.442500', '164150.902500', '164151.362500', '164151.822500', '164152.282500', '164152.742500', '164153.202500', '164153.662500', '164154.122500', '164154.582500', '164155.042500', '164155.502500', '164155.962500', '164156.422500', '164156.882500', '164157.342500', '164157.802500', '164158.262500', '164158.722500', '164159.182500', '164159.642500', '164200.102500', '164200.562500', '164201.022500', '164201.482500', '164201.942500', '164202.402500', '164202.862500', '164203.322500', '164203.782500', '164204.242500', '164204.702500', '164205.162500', '164205.622500', '164206.082500', '164206.542500', '164207.002500', '164207.462500', '164207.922500', '164208.382500', '164208.842500', '164209.302500', '164209.762500', '164210.222500', '164210.682500', '164211.142500', '164211.602500', '164212.062500', '164212.522500', '164212.982500', '164213.442500', '164213.902500', '164214.362500', '164214.822500', '164215.282500', '164215.742500', '164216.202500', '164216.662500', '164217.122500', '164217.582500', '164218.042500', '164218.502500', '164218.962500', '164219.422500', '164219.882500', '164220.342500', '164220.802500', '164221.262500', '164221.722500', '164222.182500', '164222.642500', '164223.102500', '164223.562500', '164224.022500', '164224.482500', '164224.942500', '164225.402500', '164225.862500', '164226.322500', '164226.782500', '164227.242500', '164227.702500', '164228.162500', '164228.622500', '164229.082500', '164229.542500', '164230.002500', '164230.462500', '164230.922500', '164231.382500', '164231.842500', '164232.302500', '164232.762500', '164233.222500', '164233.682500', '164234.142500', '164234.602500', '164235.062500', '164235.522500', '164235.982500', '164236.442500', '164236.902500', '164237.362500', '164237.822500', '164238.282500', '164238.742500', '164239.202500', '164239.662500', '164240.122500', '164240.582500', '164241.042500', '164241.502500', '164241.962500', '164242.422500', '164242.882500', '164243.342500', '164243.802500', '164244.262500', '164244.722500', '164245.182500', '164245.642500', '164246.102500', '164246.562500', '164247.022500', '164247.482500', '164247.942500', '164248.402500', '164248.862500', '164249.322500', '164249.782500', '164250.242500', '164250.702500', '164251.162500', '164251.622500', '164252.082500', '164252.542500', '164253.002500', '164253.462500', '164253.922500', '164254.382500', '164254.842500', '164255.302500', '164255.762500', '164256.222500', '164256.682500', '164257.142500', '164257.602500', '164258.062500', '164258.522500', '164258.982500', '164259.442500', '164259.902500', '164300.362500', '164300.822500', '164301.282500', '164301.742500', '164302.202500', '164302.662500', '164303.122500', '164303.582500', '164304.042500', '164304.502500', '164304.962500', '164305.422500', '164305.882500', '164306.342500', '164306.802500', '164307.262500', '164307.722500', '164308.182500', '164308.642500', '164309.102500', '164309.562500', '164310.022500', '164310.482500', '164310.942500', '164311.402500', '164311.862500', '164312.322500', '164312.782500', '164313.242500', '164313.702500', '164314.162500', '164314.622500', '164315.082500', '164315.542500', '164316.002500', '164316.462500', '164316.922500', '164317.382500', '164317.842500', '164318.302500', '164318.762500', '164319.222500', '164319.682500', '164320.142500', '164320.602500', '164321.062500', '164321.522500', '164321.982500', '164322.442500', '164322.902500', '164323.362500', '164323.822500', '164324.282500', '164324.742500', '164325.202500', '164325.662500', '164326.122500', '164326.582500', '164327.042500', '164327.502500', '164327.962500', '164328.422500', '164328.882500', '164329.342500', '164329.802500', '164330.262500', '164330.722500', '164331.182500', '164331.642500', '164332.102500', '164332.562500', '164333.022500', '164333.482500', '164333.942500', '164334.402500', '164334.862500', '164335.322500', '164335.782500', '164336.242500', '164336.702500', '164337.162500', '164337.622500', '164338.082500', '164338.542500', '164339.002500', '164339.462500', '164339.922500', '164340.382500', '164340.842500', '164341.302500', '164341.762500', '164342.222500', '164342.682500', '164343.142500', '164343.602500', '164344.062500', '164344.522500', '164344.982500', '164345.442500', '164345.902500', '164346.362500', '164346.822500', '164347.282500', '164347.742500', '164348.202500', '164348.662500', '164349.122500', '164349.582500', '164350.042500', '164350.502500', '164350.962500', '164351.422500', '164351.882500', '164352.342500', '164352.802500', '164353.262500', '164353.722500', '164354.182500', '164354.642500', '164355.102500', '164355.562500', '164356.022500', '164356.482500', '164356.942500', '164357.402500', '164357.862500', '164358.322500', '164358.782500', '164359.242500', '164359.702500', '164400.162500', '164400.622500', '164401.082500', '164401.542500', '164402.002500', '164402.462500', '164402.922500', '164403.382500', '164403.842500', '164404.302500', '164404.762500', '164405.222500', '164405.682500', '164406.142500', '164406.602500', '164407.062500', '164407.522500', '164407.982500', '164408.442500', '164408.902500', '164409.362500', '164409.822500', '164410.282500', '164410.742500', '164411.202500', '164411.662500', '164412.122500', '164412.582500', '164413.042500', '164413.502500', '164413.962500', '164414.422500', '164414.882500', '164415.342500', '164415.802500', '164416.262500', '164416.722500', '164417.182500', '164417.642500', '164418.102500', '164418.562500', '164419.022500', '164419.482500', '164419.942500', '164420.402500', '164420.862500', '164421.322500', '164421.782500', '164422.242500', '164422.702500', '164423.162500', '164423.622500', '164424.082500', '164424.542500', '164425.002500', '164425.462500', '164425.922500', '164426.382500', '164426.842500', '164427.302500', '164427.762500', '164428.222500', '164428.682500', '164429.142500', '164429.602500', '164430.062500', '164430.522500', '164430.982500', '164431.442500', '164431.902500', '164432.362500', '164432.822500', '164433.282500', '164433.742500', '164434.202500', '164434.662500', '164435.122500', '164435.582500', '164436.042500', '164436.502500', '164436.962500', '164437.422500', '164437.882500', '164438.342500', '164438.802500', '164439.262500', '164439.722500', '164440.182500', '164440.642500', '164441.102500', '164441.562500', '164442.022500', '164442.482500', '164442.942500', '164443.402500', '164443.862500', '164444.322500', '164444.782500', '164445.242500', '164445.702500', '164446.162500', '164446.622500', '164447.082500', '164447.542500', '164448.002500', '164448.462500', '164448.922500', '164449.382500', '164449.842500', '164450.302500', '164450.762500', '164451.222500', '164451.682500', '164452.142500', '164452.602500', '164453.062500', '164453.522500', '164453.982500', '164454.442500', '164454.902500', '164455.362500', '164455.822500', '164456.282500', '164456.742500', '164457.202500', '164457.662500', '164458.122500', '164458.582500', '164459.042500', '164459.502500', '164459.962500', '164500.422500', '164500.882500', '164501.342500', '164501.802500', '164502.262500', '164502.722500', '164503.182500', '164503.642500', '164504.102500', '164504.562500', '164505.022500', '164505.482500', '164505.942500', '164506.402500', '164506.862500', '164507.322500', '164507.782500', '164508.242500', '164508.702500', '164509.162500', '164509.622500', '164510.082500', '164510.542500', '164511.002500', '164511.462500', '164511.922500', '164512.382500', '164512.842500', '164513.302500', '164513.762500', '164514.222500', '164514.682500', '164515.142500', '164515.602500', '164516.062500', '164516.522500', '164516.982500', '164517.442500', '164517.902500', '164518.362500', '164518.822500', '164519.282500', '164519.742500', '164520.202500', '164520.662500', '164521.122500', '164521.582500', '164522.042500', '164522.502500', '164522.962500', '164523.422500', '164523.882500', '164524.342500', '164524.802500', '164525.262500', '164525.722500', '164526.182500', '164526.642500', '164527.102500', '164527.562500', '164528.022500', '164528.482500', '164528.942500', '164529.402500', '164529.862500', '164530.322500', '164530.782500', '164531.242500', '164531.702500', '164532.162500', '164532.622500', '164533.082500', '164533.542500', '164534.002500', '164534.462500', '164534.922500', '164535.382500', '164535.842500', '164536.302500', '164536.762500', '164537.222500', '164537.682500', '164538.142500', '164538.602500', '164539.062500', '164539.522500', '164539.982500', '164540.442500', '164540.902500', '164541.362500', '164541.822500', '164542.282500', '164542.742500', '164543.202500', '164543.662500', '164544.122500', '164544.582500', '164545.042500', '164545.502500', '164545.962500', '164546.422500', '164546.882500', '164547.342500', '164547.802500', '164548.262500', '164548.722500', '164549.182500', '164549.642500', '164550.102500', '164550.562500', '164551.022500', '164551.482500', '164551.942500', '164552.402500', '164552.862500', '164553.322500', '164553.782500', '164554.242500', '164554.702500', '164555.162500', '164555.622500', '164556.082500', '164556.542500', '164557.002500', '164557.462500', '164557.922500', '164558.382500', '164558.842500', '164559.302500', '164559.762500', '164600.222500', '164600.682500', '164601.142500', '164601.602500', '164602.062500', '164602.522500', '164602.982500', '164603.442500', '164603.902500', '164604.362500', '164604.822500', '164605.282500', '164605.742500', '164606.202500', '164606.662500', '164607.122500', '164607.582500', '164608.042500', '164608.502500', '164608.962500', '164609.422500', '164609.882500', '164610.342500', '164610.802500', '164611.262500', '164611.722500', '164612.182500', '164612.642500', '164613.102500', '164613.562500', '164614.022500', '164614.482500', '164614.942500', '164615.402500', '164615.862500', '164616.322500', '164616.782500', '164617.242500', '164617.702500', '164618.162500', '164618.622500', '164619.082500', '164619.542500', '164620.002500', '164620.462500', '164620.922500', '164621.382500', '164621.842500', '164622.302500', '164622.762500', '164623.222500', '164623.682500', '164624.142500', '164624.602500', '164625.062500', '164625.522500', '164625.982500', '164626.442500', '164626.902500', '164627.362500', '164627.822500', '164628.282500', '164628.742500', '164629.202500', '164629.662500', '164630.122500', '164630.582500', '164631.042500', '164631.502500', '164631.962500', '164632.422500', '164632.882500', '164633.342500', '164633.802500', '164634.262500', '164634.722500', '164635.182500', '164635.642500', '164636.102500', '164636.562500', '164637.022500', '164637.482500', '164637.942500', '164638.402500', '164638.862500', '164639.322500', '164639.782500', '164640.242500', '164640.702500', '164641.162500', '164641.622500', '164642.082500', '164642.542500', '164643.002500', '164643.462500', '164643.922500', '164644.382500', '164644.842500', '164645.302500', '164645.762500', '164646.222500', '164646.682500', '164647.142500', '164647.602500', '164648.062500', '164648.522500', '164648.982500', '164649.442500', '164649.902500', '164650.362500', '164650.822500', '164651.282500', '164651.742500', '164652.202500', '164652.662500', '164653.122500', '164653.582500', '164654.042500', '164654.502500', '164654.962500', '164655.422500', '164655.882500', '164656.342500', '164656.802500', '164657.262500', '164657.722500', '164658.182500', '164658.642500', '164659.102500', '164659.562500', '164700.022500', '164700.482500', '164700.942500', '164701.402500', '164701.862500', '164702.322500', '164702.782500', '164703.242500', '164703.702500', '164704.162500', '164704.622500', '164705.082500', '164705.542500', '164706.002500', '164706.462500', '164706.922500', '164707.382500', '164707.842500', '164708.302500', '164708.762500', '164709.222500', '164709.682500', '164710.142500', '164710.602500', '164711.062500', '164711.522500', '164711.982500', '164712.442500', '164712.902500', '164713.362500', '164713.822500', '164714.282500', '164714.742500', '164715.202500', '164715.662500', '164716.122500', '164716.582500', '164717.042500', '164717.502500', '164717.962500', '164718.422500', '164718.882500', '164719.342500', '164719.802500', '164720.262500', '164720.722500', '164721.182500', '164721.642500', '164722.102500', '164722.562500', '164723.022500', '164723.482500', '164723.942500', '164724.402500', '164724.862500', '164725.322500', '164725.782500', '164726.242500', '164726.702500', '164727.162500', '164727.622500', '164728.082500', '164728.542500', '164729.002500', '164729.462500', '164729.922500', '164730.382500', '164730.842500', '164731.302500', '164731.762500', '164732.222500', '164732.682500', '164733.142500', '164733.602500', '164734.062500', '164734.522500', '164734.982500', '164735.442500', '164735.902500', '164736.362500', '164736.822500', '164737.282500', '164737.742500', '164738.202500', '164738.662500', '164739.122500', '164739.582500', '164740.042500', '164740.502500', '164740.962500', '164741.422500', '164741.882500', '164742.342500', '164742.802500', '164743.262500', '164743.722500', '164744.182500', '164744.642500', '164745.102500', '164745.562500', '164746.022500', '164746.482500', '164746.942500', '164747.402500', '164747.862500', '164748.322500', '164748.782500', '164749.242500', '164749.702500', '164750.162500', '164750.622500', '164751.082500', '164751.542500', '164752.002500', '164752.462500', '164752.922500', '164753.382500', '164753.842500', '164754.302500', '164754.762500', '164755.222500', '164755.682500', '164756.142500', '164756.602500', '164757.062500', '164757.522500', '164757.982500', '164758.442500', '164758.902500', '164759.362500', '164759.822500', '164800.282500', '164800.742500', '164801.202500', '164801.662500', '164802.122500', '164802.582500', '164803.042500', '164803.502500', '164803.962500'], 'ContentTime': ['164133.756000', '164133.759000', '164133.762000', '164133.765000', '164133.773000', '164133.777000', '164133.779000', '164133.783000', '164133.800000', '164133.803000', '164133.829000', '164133.831000', '164133.835000', '164133.837000', '164133.840000', '164133.843000', '164133.846000', '164133.849000', '164133.852000', '164133.854000', '164153.714000', '164153.717000', '164153.720000', '164153.722000', '164153.725000', '164153.728000', '164153.731000', '164153.734000', '164153.736000', '164153.739000', '164153.742000', '164153.745000', '164153.747000', '164153.750000', '164153.753000', '164153.756000', '164153.758000', '164153.761000', '164153.764000', '164153.766000', '164153.769000', '164153.772000', '164153.775000', '164153.778000', '164153.780000', '164153.783000', '164153.786000', '164153.789000', '164153.791000', '164153.794000', '164153.797000', '164153.800000', '164153.802000', '164153.805000', '164153.808000', '164153.820000', '164153.823000', '164153.826000', '164153.828000', '164153.831000', '164153.834000', '164153.837000', '164153.840000', '164153.842000', '164213.714000', '164213.717000', '164213.720000', '164213.722000', '164213.725000', '164213.728000', '164213.731000', '164213.733000', '164213.736000', '164213.739000', '164213.742000', '164213.745000', '164213.747000', '164213.750000', '164213.753000', '164213.756000', '164213.758000', '164213.761000', '164213.764000', '164213.767000', '164213.770000', '164213.772000', '164213.775000', '164213.778000', '164213.781000', '164213.783000', '164213.786000', '164213.789000', '164213.792000', '164213.795000', '164213.798000', '164213.800000', '164213.803000', '164213.806000', '164213.809000', '164213.812000', '164213.815000', '164213.817000', '164213.820000', '164213.823000', '164213.826000', '164213.828000', '164213.831000', '164233.714000', '164233.717000', '164233.720000', '164233.723000', '164233.725000', '164233.728000', '164233.731000', '164233.734000', '164233.737000', '164233.739000', '164233.742000', '164233.745000', '164233.748000', '164233.751000', '164233.753000', '164233.756000', '164233.759000', '164233.762000', '164233.764000', '164233.780000', '164233.782000', '164233.785000', '164233.788000', '164233.791000', '164233.794000', '164233.796000', '164233.799000', '164233.802000', '164233.805000', '164233.807000', '164233.810000', '164233.813000', '164233.816000', '164233.819000', '164233.821000', '164233.824000', '164233.827000', '164233.830000', '164233.833000', '164233.835000', '164233.838000', '164233.841000', '164233.844000', '164233.846000', '164253.714000', '164253.717000', '164253.720000', '164253.722000', '164253.725000', '164253.728000', '164253.731000', '164253.734000', '164253.736000', '164253.739000', '164253.742000', '164253.745000', '164253.747000', '164253.750000', '164253.753000', '164253.756000', '164253.760000', '164253.763000', '164253.766000', '164253.769000', '164253.771000', '164253.774000', '164253.777000', '164253.780000', '164253.783000', '164253.785000', '164253.788000', '164253.791000', '164253.794000', '164253.797000', '164253.799000', '164253.802000', '164253.805000', '164253.808000', '164253.811000', '164253.814000', '164253.816000', '164253.819000', '164253.822000', '164253.825000', '164253.828000', '164253.831000', '164253.834000', '164313.713000', '164313.716000', '164313.719000', '164313.721000', '164313.724000', '164313.727000', '164313.730000', '164313.733000', '164313.735000', '164313.738000', '164313.741000', '164313.744000', '164313.747000', '164313.749000', '164313.752000', '164313.755000', '164313.758000', '164313.761000', '164313.764000', '164313.766000', '164313.769000', '164313.772000', '164313.775000', '164313.778000', '164313.781000', '164313.783000', '164313.786000', '164313.789000', '164313.792000', '164313.795000', '164313.798000', '164313.800000', '164313.803000', '164313.806000', '164313.809000', '164313.812000', '164313.814000', '164313.817000', '164313.820000', '164313.823000', '164313.825000', '164313.828000', '164313.831000', '164313.834000', '164333.713000', '164333.716000', '164333.719000', '164333.722000', '164333.724000', '164333.727000', '164333.730000', '164333.733000', '164333.736000', '164333.738000', '164333.741000', '164333.744000', '164333.747000', '164333.749000', '164333.752000', '164333.755000', '164333.758000', '164333.761000', '164333.764000', '164333.766000', '164333.769000', '164333.772000', '164333.775000', '164333.778000', '164333.780000', '164333.783000', '164333.786000', '164333.789000', '164333.792000', '164333.795000', '164333.797000', '164333.800000', '164333.803000', '164333.806000', '164333.809000', '164333.811000', '164333.814000', '164333.817000', '164333.820000', '164333.823000', '164333.825000', '164333.828000', '164333.831000', '164353.714000', '164353.717000', '164353.720000', '164353.722000', '164353.725000', '164353.728000', '164353.731000', '164353.734000', '164353.736000', '164353.739000', '164353.742000', '164353.745000', '164353.748000', '164353.750000', '164353.753000', '164353.756000', '164353.759000', '164353.762000', '164353.764000', '164353.767000', '164353.770000', '164353.773000', '164353.776000', '164353.778000', '164353.781000', '164353.784000', '164353.787000', '164353.789000', '164353.792000', '164353.795000', '164353.798000', '164353.801000', '164353.803000', '164353.806000', '164353.809000', '164353.812000', '164353.815000', '164353.817000', '164353.820000', '164353.823000', '164353.826000', '164353.828000', '164353.831000', '164353.834000', '164413.714000', '164413.717000', '164413.720000', '164413.723000', '164413.725000', '164413.728000', '164413.731000', '164413.734000', '164413.737000', '164413.739000', '164413.742000', '164413.745000', '164413.748000', '164413.750000', '164413.770000', '164413.773000', '164413.776000', '164413.778000', '164413.781000', '164413.784000', '164413.787000', '164413.790000', '164413.793000', '164413.796000', '164413.799000', '164413.802000', '164413.805000', '164413.807000', '164413.810000', '164413.813000', '164413.816000', '164413.819000', '164413.822000', '164413.824000', '164413.827000', '164413.830000', '164413.833000', '164413.835000', '164413.838000', '164413.841000', '164413.844000', '164413.846000', '164413.849000', '164433.714000', '164433.717000', '164433.720000', '164433.722000', '164433.725000', '164433.728000', '164433.731000', '164433.734000', '164433.736000', '164433.739000', '164433.742000', '164433.745000', '164433.748000', '164433.751000', '164433.753000', '164433.756000', '164433.759000', '164433.763000', '164433.766000', '164433.769000', '164433.771000', '164433.774000', '164433.777000', '164433.780000', '164433.783000', '164433.785000', '164433.788000', '164433.791000', '164433.794000', '164433.797000', '164433.800000', '164433.802000', '164433.805000', '164433.808000', '164433.811000', '164433.814000', '164433.816000', '164433.819000', '164433.822000', '164433.825000', '164433.827000', '164433.830000', '164433.833000', '164433.836000', '164453.714000', '164453.717000', '164453.720000', '164453.723000', '164453.725000', '164453.728000', '164453.731000', '164453.734000', '164453.737000', '164453.739000', '164453.742000', '164453.745000', '164453.748000', '164453.751000', '164453.753000', '164453.756000', '164453.759000', '164453.762000', '164453.765000', '164453.768000', '164453.770000', '164453.773000', '164453.776000', '164453.786000', '164453.789000', '164453.792000', '164453.794000', '164453.797000', '164453.800000', '164453.803000', '164453.806000', '164453.809000', '164453.811000', '164453.814000', '164453.817000', '164453.820000', '164453.822000', '164453.825000', '164453.828000', '164453.831000', '164453.833000', '164453.836000', '164453.839000', '164513.714000', '164513.717000', '164513.720000', '164513.722000', '164513.725000', '164513.728000', '164513.731000', '164513.734000', '164513.736000', '164513.739000', '164513.742000', '164513.745000', '164513.747000', '164513.750000', '164513.753000', '164513.756000', '164513.759000', '164513.761000', '164513.764000', '164513.767000', '164513.770000', '164513.773000', '164513.775000', '164513.778000', '164513.781000', '164513.784000', '164513.787000', '164513.790000', '164513.792000', '164513.795000', '164513.798000', '164513.801000', '164513.803000', '164513.806000', '164513.809000', '164513.812000', '164513.815000', '164513.817000', '164513.820000', '164513.823000', '164513.826000', '164513.829000', '164513.832000', '164513.834000', '164533.713000', '164533.724000', '164533.726000', '164533.730000', '164533.732000', '164533.735000', '164533.738000', '164533.741000', '164533.744000', '164533.747000', '164533.749000', '164533.752000', '164533.755000', '164533.758000', '164533.761000', '164533.764000', '164533.767000', '164533.770000', '164533.772000', '164533.775000', '164533.778000', '164533.781000', '164533.784000', '164533.787000', '164533.789000', '164533.792000', '164533.795000', '164533.798000', '164533.801000', '164533.804000', '164533.807000', '164533.810000', '164533.812000', '164533.815000', '164533.818000', '164533.821000', '164533.824000', '164533.827000', '164533.829000', '164533.833000', '164533.837000', '164533.839000', '164533.842000', '164553.713000', '164553.716000', '164553.719000', '164553.721000', '164553.724000', '164553.727000', '164553.730000', '164553.733000', '164553.735000', '164553.738000', '164553.741000', '164553.744000', '164553.747000', '164553.749000', '164553.752000', '164553.755000', '164553.758000', '164553.761000', '164553.763000', '164553.766000', '164553.819000', '164553.821000', '164553.824000', '164553.827000', '164553.830000', '164553.833000', '164553.836000', '164553.838000', '164553.841000', '164553.844000', '164553.847000', '164553.850000', '164553.852000', '164553.855000', '164553.858000', '164553.861000', '164553.864000', '164553.866000', '164553.869000', '164553.872000', '164553.875000', '164553.878000', '164553.880000', '164553.883000', '164613.714000', '164613.717000', '164613.720000', '164613.722000', '164613.725000', '164613.728000', '164613.731000', '164613.734000', '164613.737000', '164613.739000', '164613.742000', '164613.745000', '164613.748000', '164613.751000', '164613.753000', '164613.756000', '164613.759000', '164613.762000', '164613.765000', '164613.767000', '164613.813000', '164613.816000', '164613.819000', '164613.821000', '164613.824000', '164613.827000', '164613.830000', '164613.833000', '164613.835000', '164613.838000', '164613.841000', '164613.844000', '164613.847000', '164613.850000', '164613.852000', '164613.855000', '164613.858000', '164613.861000', '164613.864000', '164613.867000', '164613.869000', '164613.872000', '164613.875000', '164633.714000', '164633.717000', '164633.720000', '164633.722000', '164633.725000', '164633.728000', '164633.731000', '164633.734000', '164633.736000', '164633.739000', '164633.742000', '164633.745000', '164633.748000', '164633.750000', '164633.753000', '164633.756000', '164633.759000', '164633.762000', '164633.765000', '164633.767000', '164633.822000', '164633.825000', '164633.828000', '164633.831000', '164633.833000', '164633.836000', '164633.839000', '164633.842000', '164633.845000', '164633.847000', '164633.850000', '164633.853000', '164633.856000', '164633.859000', '164633.861000', '164633.864000', '164633.867000', '164633.870000', '164633.873000', '164633.875000', '164633.878000', '164633.881000', '164633.884000', '164633.887000', '164653.714000', '164653.717000', '164653.720000', '164653.723000', '164653.725000', '164653.728000', '164653.731000', '164653.734000', '164653.737000', '164653.740000', '164653.742000', '164653.745000', '164653.748000', '164653.751000', '164653.754000', '164653.756000', '164653.759000', '164653.762000', '164653.765000', '164653.768000', '164653.834000', '164653.837000', '164653.840000', '164653.843000', '164653.845000', '164653.848000', '164653.851000', '164653.854000', '164653.856000', '164653.859000', '164653.862000', '164653.865000', '164653.868000', '164653.872000', '164653.875000', '164653.878000', '164653.881000', '164653.884000', '164653.887000', '164653.890000', '164653.892000', '164653.895000', '164653.898000', '164713.714000', '164713.717000', '164713.720000', '164713.723000', '164713.725000', '164713.728000', '164713.731000', '164713.734000', '164713.737000', '164713.739000', '164713.742000', '164713.745000', '164713.748000', '164713.754000', '164713.757000', '164713.760000', '164713.763000', '164713.765000', '164713.768000', '164713.820000', '164713.823000', '164713.837000', '164713.840000', '164713.843000', '164713.845000', '164713.848000', '164713.851000', '164713.854000', '164713.856000', '164713.859000', '164713.862000', '164713.865000', '164713.868000', '164713.870000', '164713.873000', '164713.876000', '164713.879000', '164713.882000', '164713.885000', '164713.887000', '164713.890000', '164713.894000', '164713.897000', '164733.713000', '164733.716000', '164733.719000', '164733.722000', '164733.725000', '164733.727000', '164733.730000', '164733.733000', '164733.736000', '164733.739000', '164733.742000', '164733.744000', '164733.747000', '164733.750000', '164733.753000', '164733.756000', '164733.758000', '164733.761000', '164733.764000', '164733.767000', '164733.796000', '164733.799000', '164733.802000', '164733.805000', '164733.808000', '164733.810000', '164733.813000', '164733.816000', '164733.819000', '164733.821000', '164733.824000', '164733.827000', '164733.830000', '164733.833000', '164733.835000', '164733.838000', '164733.841000', '164733.844000', '164733.847000', '164733.850000', '164733.852000', '164733.855000', '164733.858000', '164733.861000', '164753.713000', '164753.716000', '164753.719000', '164753.722000', '164753.725000', '164753.728000', '164753.731000', '164753.734000', '164753.737000', '164753.740000', '164753.743000', '164753.746000', '164753.749000', '164753.752000', '164753.754000', '164753.757000', '164753.760000', '164753.763000', '164753.765000', '164753.768000', '164753.802000', '164753.805000', '164753.807000', '164753.810000', '164753.813000', '164753.816000', '164753.818000', '164753.821000', '164753.824000', '164753.827000', '164753.830000', '164753.832000', '164753.835000', '164753.838000', '164753.841000', '164753.844000', '164753.846000', '164753.849000', '164753.852000', '164753.855000', '164753.858000', '164753.860000', '164753.863000', '164805.291000', '164805.294000', '164805.297000', '164805.300000', '164805.303000', '164805.307000', '164805.310000', '164805.313000', '164805.316000', '164805.319000', '164805.322000', '164805.325000', '164805.328000', '164805.330000', '164805.333000', '164805.336000', '164805.339000', '164805.342000', '164805.345000', '164805.347000', '164805.351000', '164805.354000', '164805.357000', '164805.360000', '164805.363000', '164805.365000'], 'InstanceCreationTime': ['164133.756000', '164133.759000', '164133.762000', '164133.765000', '164133.773000', '164133.777000', '164133.779000', '164133.783000', '164133.800000', '164133.803000', '164133.829000', '164133.831000', '164133.835000', '164133.837000', '164133.840000', '164133.843000', '164133.846000', '164133.849000', '164133.852000', '164133.854000', '164153.714000', '164153.717000', '164153.720000', '164153.722000', '164153.725000', '164153.728000', '164153.731000', '164153.734000', '164153.736000', '164153.739000', '164153.742000', '164153.745000', '164153.747000', '164153.750000', '164153.753000', '164153.756000', '164153.758000', '164153.761000', '164153.764000', '164153.766000', '164153.769000', '164153.772000', '164153.775000', '164153.778000', '164153.780000', '164153.783000', '164153.786000', '164153.789000', '164153.791000', '164153.794000', '164153.797000', '164153.800000', '164153.802000', '164153.805000', '164153.808000', '164153.820000', '164153.823000', '164153.826000', '164153.828000', '164153.831000', '164153.834000', '164153.837000', '164153.840000', '164153.842000', '164213.714000', '164213.717000', '164213.720000', '164213.722000', '164213.725000', '164213.728000', '164213.731000', '164213.733000', '164213.736000', '164213.739000', '164213.742000', '164213.745000', '164213.747000', '164213.750000', '164213.753000', '164213.756000', '164213.758000', '164213.761000', '164213.764000', '164213.767000', '164213.770000', '164213.772000', '164213.775000', '164213.778000', '164213.781000', '164213.783000', '164213.786000', '164213.789000', '164213.792000', '164213.795000', '164213.798000', '164213.800000', '164213.803000', '164213.806000', '164213.809000', '164213.812000', '164213.815000', '164213.817000', '164213.820000', '164213.823000', '164213.826000', '164213.828000', '164213.831000', '164233.714000', '164233.717000', '164233.720000', '164233.723000', '164233.725000', '164233.728000', '164233.731000', '164233.734000', '164233.737000', '164233.739000', '164233.742000', '164233.745000', '164233.748000', '164233.751000', '164233.753000', '164233.756000', '164233.759000', '164233.762000', '164233.764000', '164233.780000', '164233.782000', '164233.785000', '164233.788000', '164233.791000', '164233.794000', '164233.796000', '164233.799000', '164233.802000', '164233.805000', '164233.807000', '164233.810000', '164233.813000', '164233.816000', '164233.819000', '164233.821000', '164233.824000', '164233.827000', '164233.830000', '164233.833000', '164233.835000', '164233.838000', '164233.841000', '164233.844000', '164233.846000', '164253.714000', '164253.717000', '164253.720000', '164253.722000', '164253.725000', '164253.728000', '164253.731000', '164253.734000', '164253.736000', '164253.739000', '164253.742000', '164253.745000', '164253.747000', '164253.750000', '164253.753000', '164253.756000', '164253.760000', '164253.763000', '164253.766000', '164253.769000', '164253.771000', '164253.774000', '164253.777000', '164253.780000', '164253.783000', '164253.785000', '164253.788000', '164253.791000', '164253.794000', '164253.797000', '164253.799000', '164253.802000', '164253.805000', '164253.808000', '164253.811000', '164253.814000', '164253.816000', '164253.819000', '164253.822000', '164253.825000', '164253.828000', '164253.831000', '164253.834000', '164313.713000', '164313.716000', '164313.719000', '164313.721000', '164313.724000', '164313.727000', '164313.730000', '164313.733000', '164313.735000', '164313.738000', '164313.741000', '164313.744000', '164313.747000', '164313.749000', '164313.752000', '164313.755000', '164313.758000', '164313.761000', '164313.764000', '164313.766000', '164313.769000', '164313.772000', '164313.775000', '164313.778000', '164313.781000', '164313.783000', '164313.786000', '164313.789000', '164313.792000', '164313.795000', '164313.798000', '164313.800000', '164313.803000', '164313.806000', '164313.809000', '164313.812000', '164313.814000', '164313.817000', '164313.820000', '164313.823000', '164313.825000', '164313.828000', '164313.831000', '164313.834000', '164333.713000', '164333.716000', '164333.719000', '164333.722000', '164333.724000', '164333.727000', '164333.730000', '164333.733000', '164333.736000', '164333.738000', '164333.741000', '164333.744000', '164333.747000', '164333.749000', '164333.752000', '164333.755000', '164333.758000', '164333.761000', '164333.764000', '164333.766000', '164333.769000', '164333.772000', '164333.775000', '164333.778000', '164333.780000', '164333.783000', '164333.786000', '164333.789000', '164333.792000', '164333.795000', '164333.797000', '164333.800000', '164333.803000', '164333.806000', '164333.809000', '164333.811000', '164333.814000', '164333.817000', '164333.820000', '164333.823000', '164333.825000', '164333.828000', '164333.831000', '164353.714000', '164353.717000', '164353.720000', '164353.722000', '164353.725000', '164353.728000', '164353.731000', '164353.734000', '164353.736000', '164353.739000', '164353.742000', '164353.745000', '164353.748000', '164353.750000', '164353.753000', '164353.756000', '164353.759000', '164353.762000', '164353.764000', '164353.767000', '164353.770000', '164353.773000', '164353.776000', '164353.778000', '164353.781000', '164353.784000', '164353.787000', '164353.789000', '164353.792000', '164353.795000', '164353.798000', '164353.801000', '164353.803000', '164353.806000', '164353.809000', '164353.812000', '164353.815000', '164353.817000', '164353.820000', '164353.823000', '164353.826000', '164353.828000', '164353.831000', '164353.834000', '164413.714000', '164413.717000', '164413.720000', '164413.723000', '164413.725000', '164413.728000', '164413.731000', '164413.734000', '164413.737000', '164413.739000', '164413.742000', '164413.745000', '164413.748000', '164413.750000', '164413.770000', '164413.773000', '164413.776000', '164413.778000', '164413.781000', '164413.784000', '164413.787000', '164413.790000', '164413.793000', '164413.796000', '164413.799000', '164413.802000', '164413.805000', '164413.807000', '164413.810000', '164413.813000', '164413.816000', '164413.819000', '164413.822000', '164413.824000', '164413.827000', '164413.830000', '164413.833000', '164413.835000', '164413.838000', '164413.841000', '164413.844000', '164413.846000', '164413.849000', '164433.714000', '164433.717000', '164433.720000', '164433.722000', '164433.725000', '164433.728000', '164433.731000', '164433.734000', '164433.736000', '164433.739000', '164433.742000', '164433.745000', '164433.748000', '164433.751000', '164433.753000', '164433.756000', '164433.759000', '164433.763000', '164433.766000', '164433.769000', '164433.771000', '164433.774000', '164433.777000', '164433.780000', '164433.783000', '164433.785000', '164433.788000', '164433.791000', '164433.794000', '164433.797000', '164433.800000', '164433.802000', '164433.805000', '164433.808000', '164433.811000', '164433.814000', '164433.816000', '164433.819000', '164433.822000', '164433.825000', '164433.827000', '164433.830000', '164433.833000', '164433.836000', '164453.714000', '164453.717000', '164453.720000', '164453.723000', '164453.725000', '164453.728000', '164453.731000', '164453.734000', '164453.737000', '164453.739000', '164453.742000', '164453.745000', '164453.748000', '164453.751000', '164453.753000', '164453.756000', '164453.759000', '164453.762000', '164453.765000', '164453.768000', '164453.770000', '164453.773000', '164453.776000', '164453.786000', '164453.789000', '164453.792000', '164453.794000', '164453.797000', '164453.800000', '164453.803000', '164453.806000', '164453.809000', '164453.811000', '164453.814000', '164453.817000', '164453.820000', '164453.822000', '164453.825000', '164453.828000', '164453.831000', '164453.833000', '164453.836000', '164453.839000', '164513.714000', '164513.717000', '164513.720000', '164513.722000', '164513.725000', '164513.728000', '164513.731000', '164513.734000', '164513.736000', '164513.739000', '164513.742000', '164513.745000', '164513.747000', '164513.750000', '164513.753000', '164513.756000', '164513.759000', '164513.761000', '164513.764000', '164513.767000', '164513.770000', '164513.773000', '164513.775000', '164513.778000', '164513.781000', '164513.784000', '164513.787000', '164513.790000', '164513.792000', '164513.795000', '164513.798000', '164513.801000', '164513.803000', '164513.806000', '164513.809000', '164513.812000', '164513.815000', '164513.817000', '164513.820000', '164513.823000', '164513.826000', '164513.829000', '164513.832000', '164513.834000', '164533.713000', '164533.724000', '164533.726000', '164533.730000', '164533.732000', '164533.735000', '164533.738000', '164533.741000', '164533.744000', '164533.747000', '164533.749000', '164533.752000', '164533.755000', '164533.758000', '164533.761000', '164533.764000', '164533.767000', '164533.770000', '164533.772000', '164533.775000', '164533.778000', '164533.781000', '164533.784000', '164533.787000', '164533.789000', '164533.792000', '164533.795000', '164533.798000', '164533.801000', '164533.804000', '164533.807000', '164533.810000', '164533.812000', '164533.815000', '164533.818000', '164533.821000', '164533.824000', '164533.827000', '164533.829000', '164533.833000', '164533.837000', '164533.839000', '164533.842000', '164553.713000', '164553.716000', '164553.719000', '164553.721000', '164553.724000', '164553.727000', '164553.730000', '164553.733000', '164553.735000', '164553.738000', '164553.741000', '164553.744000', '164553.747000', '164553.749000', '164553.752000', '164553.755000', '164553.758000', '164553.761000', '164553.763000', '164553.766000', '164553.819000', '164553.821000', '164553.824000', '164553.827000', '164553.830000', '164553.833000', '164553.836000', '164553.838000', '164553.841000', '164553.844000', '164553.847000', '164553.850000', '164553.852000', '164553.855000', '164553.858000', '164553.861000', '164553.864000', '164553.866000', '164553.869000', '164553.872000', '164553.875000', '164553.878000', '164553.880000', '164553.883000', '164613.714000', '164613.717000', '164613.720000', '164613.722000', '164613.725000', '164613.728000', '164613.731000', '164613.734000', '164613.737000', '164613.739000', '164613.742000', '164613.745000', '164613.748000', '164613.751000', '164613.753000', '164613.756000', '164613.759000', '164613.762000', '164613.765000', '164613.767000', '164613.813000', '164613.816000', '164613.819000', '164613.821000', '164613.824000', '164613.827000', '164613.830000', '164613.833000', '164613.835000', '164613.838000', '164613.841000', '164613.844000', '164613.847000', '164613.850000', '164613.852000', '164613.855000', '164613.858000', '164613.861000', '164613.864000', '164613.867000', '164613.869000', '164613.872000', '164613.875000', '164633.714000', '164633.717000', '164633.720000', '164633.722000', '164633.725000', '164633.728000', '164633.731000', '164633.734000', '164633.736000', '164633.739000', '164633.742000', '164633.745000', '164633.748000', '164633.750000', '164633.753000', '164633.756000', '164633.759000', '164633.762000', '164633.765000', '164633.767000', '164633.822000', '164633.825000', '164633.828000', '164633.831000', '164633.833000', '164633.836000', '164633.839000', '164633.842000', '164633.845000', '164633.847000', '164633.850000', '164633.853000', '164633.856000', '164633.859000', '164633.861000', '164633.864000', '164633.867000', '164633.870000', '164633.873000', '164633.875000', '164633.878000', '164633.881000', '164633.884000', '164633.887000', '164653.714000', '164653.717000', '164653.720000', '164653.723000', '164653.725000', '164653.728000', '164653.731000', '164653.734000', '164653.737000', '164653.740000', '164653.742000', '164653.745000', '164653.748000', '164653.751000', '164653.754000', '164653.756000', '164653.759000', '164653.762000', '164653.765000', '164653.768000', '164653.834000', '164653.837000', '164653.840000', '164653.843000', '164653.845000', '164653.848000', '164653.851000', '164653.854000', '164653.856000', '164653.859000', '164653.862000', '164653.865000', '164653.868000', '164653.872000', '164653.875000', '164653.878000', '164653.881000', '164653.884000', '164653.887000', '164653.890000', '164653.892000', '164653.895000', '164653.898000', '164713.714000', '164713.717000', '164713.720000', '164713.723000', '164713.725000', '164713.728000', '164713.731000', '164713.734000', '164713.737000', '164713.739000', '164713.742000', '164713.745000', '164713.748000', '164713.754000', '164713.757000', '164713.760000', '164713.763000', '164713.765000', '164713.768000', '164713.820000', '164713.823000', '164713.837000', '164713.840000', '164713.843000', '164713.845000', '164713.848000', '164713.851000', '164713.854000', '164713.856000', '164713.859000', '164713.862000', '164713.865000', '164713.868000', '164713.870000', '164713.873000', '164713.876000', '164713.879000', '164713.882000', '164713.885000', '164713.887000', '164713.890000', '164713.894000', '164713.897000', '164733.713000', '164733.716000', '164733.719000', '164733.722000', '164733.725000', '164733.727000', '164733.730000', '164733.733000', '164733.736000', '164733.739000', '164733.742000', '164733.744000', '164733.747000', '164733.750000', '164733.753000', '164733.756000', '164733.758000', '164733.761000', '164733.764000', '164733.767000', '164733.796000', '164733.799000', '164733.802000', '164733.805000', '164733.808000', '164733.810000', '164733.813000', '164733.816000', '164733.819000', '164733.821000', '164733.824000', '164733.827000', '164733.830000', '164733.833000', '164733.835000', '164733.838000', '164733.841000', '164733.844000', '164733.847000', '164733.850000', '164733.852000', '164733.855000', '164733.858000', '164733.861000', '164753.713000', '164753.716000', '164753.719000', '164753.722000', '164753.725000', '164753.728000', '164753.731000', '164753.734000', '164753.737000', '164753.740000', '164753.743000', '164753.746000', '164753.749000', '164753.752000', '164753.754000', '164753.757000', '164753.760000', '164753.763000', '164753.765000', '164753.768000', '164753.802000', '164753.805000', '164753.807000', '164753.810000', '164753.813000', '164753.816000', '164753.818000', '164753.821000', '164753.824000', '164753.827000', '164753.830000', '164753.832000', '164753.835000', '164753.838000', '164753.841000', '164753.844000', '164753.846000', '164753.849000', '164753.852000', '164753.855000', '164753.858000', '164753.860000', '164753.863000', '164805.291000', '164805.294000', '164805.297000', '164805.300000', '164805.303000', '164805.307000', '164805.310000', '164805.313000', '164805.316000', '164805.319000', '164805.322000', '164805.325000', '164805.328000', '164805.330000', '164805.333000', '164805.336000', '164805.339000', '164805.342000', '164805.345000', '164805.347000', '164805.351000', '164805.354000', '164805.357000', '164805.360000', '164805.363000', '164805.365000'], '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': [11952, 11834, 12615, 7268, 11885, 7493, 13648, 7974, 15317, 8662, 14898, 8246, 14201, 9764, 14162, 10947, 14686, 10933, 7074, 9420, 7469, 7501, 7103, 7558, 7776, 9062, 8142, 11022, 12390, 13523, 13019, 10055, 14336, 8422, 16377, 10284, 15674, 11546, 14961, 9700, 15196, 9772, 14678, 9489, 13678, 9649, 9070, 9398, 7414, 8165, 7046, 8501, 7401, 9074, 7627, 10775, 8152, 12356, 8138, 12993, 8065, 14093, 9699, 14699, 8297, 14079, 8608, 14172, 8607, 14278, 8795, 14609, 10217, 14791, 8274, 14209, 9197, 14211, 9347, 14506, 10831, 14644, 8313, 14171, 8861, 14472, 9232, 14741, 10611, 14619, 8919, 14758, 10244, 15024, 10586, 13844, 10105, 12080, 8950, 10858, 9541, 10456, 11359, 7116, 11784, 7305, 11056, 8279, 11649, 8820, 13150, 7309, 11496, 7173, 11037, 7986, 12012, 7499, 12102, 8123, 10935, 8161, 11889, 7944, 12950, 7987, 13914, 8262, 13268, 8357, 13399, 8474, 13659, 9660, 13626, 8081, 13495, 8471, 13621, 8914, 13829, 9760, 14011, 8052, 13849, 8640, 14135, 9430, 14336, 9396, 13489, 8533, 13877, 9333, 14279, 10219, 13758, 10325, 11751, 8718, 10990, 9540, 11745, 10696, 8336, 10618, 7498, 10520, 7853, 11620, 8085, 12333, 8233, 11387, 8235, 12928, 8073, 13694, 8339, 13294, 8114, 13676, 8860, 14100, 9941, 14288, 8318, 14228, 9224, 14158, 9041, 11395, 13458, 10577, 11949, 7997, 13668, 7871, 13897, 8017, 13961, 8607, 12038, 8432, 11844, 8174, 14056, 9003, 14242, 10036, 14089, 9257, 14905, 8885, 14562, 8726, 14281, 9616, 13177, 8255, 13275, 8213, 13621, 8909, 13650, 8502, 12711, 8095, 13412, 8901, 14160, 9699, 14901, 10410, 14396, 9208, 14487, 10108, 14598, 10559, 14447, 9021, 14100, 9076, 14263, 10130, 12231, 8885, 10912, 8355, 11603, 9193, 11680, 10251, 8059, 9855, 11071, 9591, 13135, 11504, 10238, 11556, 8012, 9947, 8925, 11027, 9432, 13189, 7599, 12445, 7474, 11557, 7692, 11965, 7688, 14018, 8179, 12858, 8109, 13400, 8506, 13959, 8775, 13623, 8098, 13894, 8651, 14346, 10442, 13351, 10728, 12181, 9202, 12111, 10189, 12325, 11479, 7550, 10947, 7354, 10878, 7672, 12062, 7848, 13915, 8229, 13776, 8372, 13827, 8727, 14010, 9389, 14131, 8017, 14123, 8809, 14053, 9666, 14429, 10173, 14436, 9260, 14674, 9374, 14455, 9800, 14498, 10022, 14060, 8937, 12929, 9327, 11033, 10811, 7821, 11211, 8245, 11864, 8208, 13603, 9597, 14410, 9379, 14830, 9167, 14737, 10162, 14850, 11584, 10819, 9800, 8020, 10094, 7831, 11953, 8174, 13988, 8081, 12464, 8216, 12417, 8111, 13957, 9606, 14120, 8351, 14165, 8759, 14239, 10046, 11403, 10545, 7211, 9696, 8237, 11711, 8184, 12939, 8125, 14166, 8523, 14205, 9042, 14607, 9765, 14770, 11014, 14583, 9317, 14378, 9010, 14420, 9113, 14596, 10249, 13612, 9367, 11323, 8642, 10017, 9434, 8162, 10855, 8070, 10743, 8286, 12620, 8356, 13769, 9466, 14394, 8537, 14236, 8969, 14521, 10199, 14545, 11133, 11950, 9446, 10716, 9695, 12671, 11664, 11146, 13302, 7312, 11487, 7922, 10703, 8555, 13317, 7909, 14836, 8013, 13745, 9035, 13976, 9605, 14454, 10222, 12611, 8484, 8586, 11600, 8143, 12781, 8663, 13854, 11097, 10103, 13775, 7868, 14060, 7907, 14379, 8834, 14799, 9113, 14483, 8115, 12454, 7304, 11221, 7308, 12935, 7597, 12719, 7390, 12735, 8273, 9338, 10027, 8144, 11826, 8195, 12361, 10622, 12632, 8780, 14917, 7766, 14507, 8382, 14311, 8631, 14870, 10268, 14736, 9276, 14416, 9537, 14301, 10063, 14283, 10020, 14200, 9027, 14215, 10209, 13549, 11295, 9020, 9496, 9927, 9678, 12781, 10106, 9832, 11922, 7614, 12166, 7831, 13115, 7982, 14162, 9891, 14055, 8683, 14019, 9284, 13976, 10321, 11639, 12074, 7280, 12230, 7816, 12761, 7755, 14477, 10170, 14743, 9041, 14163, 9174, 14189, 9755, 14583, 10278, 13944, 9800, 13137, 8685, 11117, 9732, 10550, 10309, 7218, 8826, 7543, 9730, 7780, 12356, 8078, 13283, 7503, 13236, 8240, 13524, 9597, 14040, 9917, 13416, 9072, 13909, 9285, 13646, 11309, 8521, 10835, 7188, 11632, 7638, 14159, 8833, 14260, 8847, 14129, 8947, 14028, 10537, 13231, 11958, 7692, 11750, 7427, 12156, 7514, 14231, 8479, 15128, 8839, 14209, 9560, 14210, 9791, 14114, 9441, 10859, 8820, 9675, 10773, 8034, 12946, 7440, 13043, 7456, 13707, 8516, 14313, 10600, 14033, 8992, 13778, 9152, 13491, 10440, 10306, 12409, 7400, 12386, 7608, 13433, 8181, 14100, 10338, 14330, 9048, 13992, 9466, 13536, 10713, 12948, 11589, 7813, 10686, 7224, 10174, 7081, 11009, 7186, 12797, 7678, 12126, 7731, 12027, 7693, 12232, 7987, 13279, 7582, 12569, 7307, 11296, 7967, 10377, 9523, 8735, 9582, 12623, 10063, 15898, 11632, 14990, 11669, 12883, 9153, 12778, 9711, 14363, 10425, 13682, 10872, 11271, 8609, 8655, 8742, 8241, 8231, 7579, 9132, 7680, 10089, 7716, 10801, 7856, 11878, 9050, 13805, 7982, 12613, 7670, 12407, 9444, 11281, 9920, 11132, 7629, 9108, 8685, 8264, 9874, 9792, 7295, 11494, 8140, 9304, 8057, 9219, 7304, 8816, 7566, 10921, 7786, 12733, 8159, 12073, 7797, 12677, 8018, 13523, 7892, 13411, 7942, 13578, 8653, 14428, 9938, 12404, 9648, 7957, 8760, 7228, 10671, 9256, 11707, 10729, 12045, 7625, 9753, 8138, 10483, 7121, 9925, 7516, 12950, 7629, 12161, 8352, 14371, 9217, 7622, 8749, 15688, 8890, 14458, 8647, 13456, 8220, 14146, 7401, 14214, 7905, 13513, 7548, 11875, 8216, 12082, 7684, 12591, 7527, 13158, 7625, 13758, 8850, 14011, 10138, 14913, 8770, 14322, 9214, 14444, 9450, 11332, 11973, 11121, 8783, 8364, 8057, 7512, 9328, 7576, 12285, 8553, 11997, 9082, 10486, 7757, 14728, 8818, 14216, 9513, 14325, 10667, 14413, 8424, 13909, 8508, 14064, 10293, 14388, 8553, 14110, 7791, 13971, 8275, 13921, 8893, 13789, 8556, 14049, 8530, 14142, 8827, 14268, 10068, 13709, 8407, 14206, 9245, 14366, 9726, 14642, 11162, 12147, 9204, 11909, 8505, 13256, 9166, 13656, 10941, 10395, 10264, 7553, 8772, 7144, 9420, 7937, 9734, 8306, 12338, 7223, 10425, 7338, 9866, 7351, 10891, 7175, 11987, 7492, 10224, 7763, 9976, 8051, 12429, 7713, 13569, 7523, 13920, 7576], 'WindowCenter': [4171.0, 4143.0, 4129.0, 4073.0, 4113.0, 4060.0, 4122.0, 4069.0, 4120.0, 4067.0, 4108.0, 4067.0, 4094.0, 4076.0, 4106.0, 4088.0, 4107.0, 4088.0, 4035.0, 4078.0, 4057.0, 4045.0, 4046.0, 4070.0, 4057.0, 4091.0, 4084.0, 4116.0, 4126.0, 4124.0, 4112.0, 4079.0, 4109.0, 4057.0, 4097.0, 4064.0, 4083.0, 4074.0, 4081.0, 4050.0, 4081.0, 4052.0, 4081.0, 4052.0, 4082.0, 4063.0, 4051.0, 4064.0, 4032.0, 4055.0, 4034.0, 4066.0, 4046.0, 4067.0, 4059.0, 4100.0, 4071.0, 4109.0, 4070.0, 4111.0, 4070.0, 4121.0, 4093.0, 4121.0, 4082.0, 4121.0, 4083.0, 4122.0, 4081.0, 4123.0, 4084.0, 4124.0, 4103.0, 4122.0, 4084.0, 4122.0, 4091.0, 4121.0, 4092.0, 4121.0, 4103.0, 4123.0, 4082.0, 4121.0, 4091.0, 4119.0, 4093.0, 4121.0, 4102.0, 4122.0, 4083.0, 4121.0, 4091.0, 4121.0, 4092.0, 4110.0, 4092.0, 4098.0, 4081.0, 4099.0, 4091.0, 4089.0, 4100.0, 4048.0, 4100.0, 4048.0, 4099.0, 4068.0, 4100.0, 4067.0, 4107.0, 4047.0, 4088.0, 4037.0, 4087.0, 4057.0, 4098.0, 4046.0, 4096.0, 4056.0, 4086.0, 4068.0, 4099.0, 4056.0, 4108.0, 4067.0, 4109.0, 4070.0, 4110.0, 4069.0, 4110.0, 4070.0, 4109.0, 4090.0, 4109.0, 4070.0, 4109.0, 4071.0, 4110.0, 4080.0, 4109.0, 4091.0, 4121.0, 4071.0, 4119.0, 4080.0, 4120.0, 4093.0, 4121.0, 4092.0, 4121.0, 4081.0, 4110.0, 4090.0, 4121.0, 4101.0, 4120.0, 4102.0, 4111.0, 4082.0, 4099.0, 4092.0, 4101.0, 4101.0, 4070.0, 4100.0, 4060.0, 4102.0, 4069.0, 4110.0, 4069.0, 4112.0, 4070.0, 4100.0, 4069.0, 4111.0, 4072.0, 4121.0, 4081.0, 4109.0, 4071.0, 4122.0, 4093.0, 4120.0, 4101.0, 4121.0, 4081.0, 4121.0, 4091.0, 4112.0, 4068.0, 4101.0, 4098.0, 4088.0, 4098.0, 4069.0, 4107.0, 4067.0, 4108.0, 4069.0, 4121.0, 4081.0, 4110.0, 4082.0, 4111.0, 4081.0, 4119.0, 4092.0, 4121.0, 4103.0, 4121.0, 4091.0, 4121.0, 4081.0, 4120.0, 4080.0, 4120.0, 4091.0, 4110.0, 4079.0, 4109.0, 4081.0, 4122.0, 4092.0, 4122.0, 4094.0, 4121.0, 4082.0, 4121.0, 4094.0, 4123.0, 4104.0, 4123.0, 4102.0, 4121.0, 4091.0, 4110.0, 4101.0, 4121.0, 4101.0, 4109.0, 4079.0, 4109.0, 4080.0, 4110.0, 4101.0, 4110.0, 4091.0, 4099.0, 4081.0, 4098.0, 4092.0, 4112.0, 4101.0, 4069.0, 4102.0, 4100.0, 4092.0, 4112.0, 4111.0, 4089.0, 4099.0, 4068.0, 4089.0, 4079.0, 4098.0, 4079.0, 4110.0, 4059.0, 4099.0, 4048.0, 4099.0, 4057.0, 4099.0, 4047.0, 4108.0, 4067.0, 4098.0, 4057.0, 4108.0, 4068.0, 4108.0, 4080.0, 4108.0, 4070.0, 4111.0, 4080.0, 4121.0, 4100.0, 4110.0, 4101.0, 4110.0, 4081.0, 4098.0, 4091.0, 4099.0, 4101.0, 4059.0, 4098.0, 4056.0, 4099.0, 4056.0, 4112.0, 4068.0, 4110.0, 4068.0, 4109.0, 4070.0, 4109.0, 4078.0, 4121.0, 4090.0, 4120.0, 4071.0, 4109.0, 4080.0, 4108.0, 4089.0, 4108.0, 4091.0, 4108.0, 4079.0, 4108.0, 4079.0, 4106.0, 4079.0, 4108.0, 4079.0, 4108.0, 4079.0, 4096.0, 4079.0, 4099.0, 4100.0, 4058.0, 4097.0, 4069.0, 4100.0, 4081.0, 4119.0, 4092.0, 4122.0, 4092.0, 4120.0, 4092.0, 4111.0, 4091.0, 4110.0, 4102.0, 4089.0, 4088.0, 4068.0, 4091.0, 4056.0, 4099.0, 4067.0, 4111.0, 4068.0, 4108.0, 4069.0, 4110.0, 4070.0, 4121.0, 4091.0, 4121.0, 4082.0, 4121.0, 4082.0, 4122.0, 4102.0, 4112.0, 4100.0, 4060.0, 4091.0, 4081.0, 4112.0, 4082.0, 4122.0, 4071.0, 4122.0, 4081.0, 4122.0, 4091.0, 4121.0, 4091.0, 4121.0, 4102.0, 4110.0, 4080.0, 4109.0, 4080.0, 4109.0, 4081.0, 4109.0, 4091.0, 4110.0, 4081.0, 4098.0, 4079.0, 4090.0, 4090.0, 4080.0, 4101.0, 4072.0, 4101.0, 4083.0, 4112.0, 4081.0, 4122.0, 4103.0, 4124.0, 4093.0, 4123.0, 4092.0, 4122.0, 4103.0, 4122.0, 4114.0, 4111.0, 4092.0, 4101.0, 4093.0, 4111.0, 4113.0, 4101.0, 4111.0, 4059.0, 4101.0, 4056.0, 4088.0, 4067.0, 4110.0, 4059.0, 4110.0, 4068.0, 4109.0, 4079.0, 4108.0, 4090.0, 4110.0, 4090.0, 4099.0, 4081.0, 4079.0, 4099.0, 4069.0, 4109.0, 4082.0, 4111.0, 4102.0, 4089.0, 4111.0, 4059.0, 4109.0, 4058.0, 4109.0, 4068.0, 4108.0, 4067.0, 4096.0, 4045.0, 4085.0, 4033.0, 4086.0, 4046.0, 4097.0, 4057.0, 4098.0, 4058.0, 4109.0, 4081.0, 4090.0, 4090.0, 4071.0, 4112.0, 4081.0, 4113.0, 4090.0, 4111.0, 4069.0, 4121.0, 4059.0, 4110.0, 4069.0, 4109.0, 4068.0, 4109.0, 4089.0, 4108.0, 4080.0, 4109.0, 4079.0, 4109.0, 4078.0, 4107.0, 4078.0, 4109.0, 4079.0, 4107.0, 4091.0, 4109.0, 4100.0, 4077.0, 4090.0, 4078.0, 4078.0, 4097.0, 4088.0, 4077.0, 4098.0, 4057.0, 4098.0, 4057.0, 4099.0, 4057.0, 4109.0, 4090.0, 4110.0, 4081.0, 4109.0, 4079.0, 4108.0, 4090.0, 4100.0, 4099.0, 4048.0, 4099.0, 4059.0, 4099.0, 4059.0, 4110.0, 4090.0, 4108.0, 4078.0, 4107.0, 4078.0, 4097.0, 4077.0, 4107.0, 4078.0, 4098.0, 4077.0, 4096.0, 4068.0, 4086.0, 4078.0, 4088.0, 4086.0, 4046.0, 4077.0, 4058.0, 4078.0, 4058.0, 4109.0, 4069.0, 4109.0, 4059.0, 4109.0, 4069.0, 4108.0, 4091.0, 4109.0, 4089.0, 4109.0, 4078.0, 4107.0, 4079.0, 4110.0, 4100.0, 4068.0, 4100.0, 4046.0, 4098.0, 4059.0, 4110.0, 4080.0, 4108.0, 4078.0, 4108.0, 4078.0, 4109.0, 4089.0, 4099.0, 4099.0, 4057.0, 4099.0, 4046.0, 4098.0, 4048.0, 4108.0, 4057.0, 4108.0, 4066.0, 4096.0, 4077.0, 4106.0, 4077.0, 4096.0, 4077.0, 4086.0, 4079.0, 4078.0, 4099.0, 4057.0, 4099.0, 4047.0, 4099.0, 4048.0, 4108.0, 4068.0, 4109.0, 4089.0, 4109.0, 4080.0, 4109.0, 4078.0, 4098.0, 4089.0, 4089.0, 4099.0, 4048.0, 4100.0, 4059.0, 4110.0, 4069.0, 4110.0, 4091.0, 4110.0, 4081.0, 4110.0, 4080.0, 4098.0, 4089.0, 4098.0, 4089.0, 4058.0, 4089.0, 4046.0, 4087.0, 4047.0, 4089.0, 4048.0, 4110.0, 4058.0, 4100.0, 4059.0, 4100.0, 4059.0, 4110.0, 4071.0, 4111.0, 4072.0, 4112.0, 4073.0, 4113.0, 4085.0, 4104.0, 4104.0, 4094.0, 4105.0, 4112.0, 4102.0, 4124.0, 4113.0, 4122.0, 4103.0, 4110.0, 4081.0, 4100.0, 4091.0, 4110.0, 4090.0, 4110.0, 4090.0, 4088.0, 4070.0, 4069.0, 4079.0, 4068.0, 4070.0, 4070.0, 4091.0, 4070.0, 4102.0, 4071.0, 4103.0, 4072.0, 4112.0, 4081.0, 4122.0, 4072.0, 4112.0, 4060.0, 4112.0, 4080.0, 4100.0, 4078.0, 4100.0, 4057.0, 4079.0, 4067.0, 4069.0, 4090.0, 4092.0, 4060.0, 4113.0, 4070.0, 4092.0, 4071.0, 4091.0, 4060.0, 4082.0, 4071.0, 4102.0, 4071.0, 4113.0, 4071.0, 4112.0, 4060.0, 4112.0, 4069.0, 4110.0, 4072.0, 4110.0, 4071.0, 4110.0, 4081.0, 4110.0, 4091.0, 4100.0, 4091.0, 4070.0, 4081.0, 4049.0, 4102.0, 4080.0, 4112.0, 4100.0, 4101.0, 4059.0, 4091.0, 4057.0, 4091.0, 4046.0, 4090.0, 4061.0, 4110.0, 4058.0, 4098.0, 4071.0, 4121.0, 4090.0, 4059.0, 4082.0, 4121.0, 4078.0, 4109.0, 4069.0, 4108.0, 4070.0, 4109.0, 4061.0, 4109.0, 4070.0, 4110.0, 4070.0, 4111.0, 4081.0, 4111.0, 4072.0, 4112.0, 4073.0, 4122.0, 4073.0, 4122.0, 4094.0, 4123.0, 4104.0, 4124.0, 4093.0, 4122.0, 4092.0, 4122.0, 4079.0, 4101.0, 4099.0, 4089.0, 4068.0, 4068.0, 4058.0, 4058.0, 4077.0, 4060.0, 4109.0, 4082.0, 4110.0, 4082.0, 4100.0, 4071.0, 4121.0, 4080.0, 4110.0, 4090.0, 4110.0, 4090.0, 4109.0, 4070.0, 4110.0, 4081.0, 4120.0, 4100.0, 4122.0, 4081.0, 4120.0, 4071.0, 4121.0, 4081.0, 4121.0, 4093.0, 4121.0, 4083.0, 4122.0, 4081.0, 4120.0, 4091.0, 4122.0, 4091.0, 4120.0, 4082.0, 4110.0, 4090.0, 4110.0, 4090.0, 4118.0, 4101.0, 4099.0, 4091.0, 4098.0, 4079.0, 4108.0, 4079.0, 4108.0, 4100.0, 4089.0, 4089.0, 4058.0, 4079.0, 4047.0, 4078.0, 4068.0, 4090.0, 4070.0, 4110.0, 4059.0, 4090.0, 4059.0, 4090.0, 4059.0, 4101.0, 4049.0, 4099.0, 4059.0, 4089.0, 4071.0, 4090.0, 4083.0, 4122.0, 4073.0, 4122.0, 4083.0, 4122.0, 4072.0], 'WindowWidth': [9255.0, 9197.0, 9169.0, 9084.0, 9134.0, 9057.0, 9141.0, 9066.0, 9135.0, 9060.0, 9113.0, 9059.0, 9090.0, 9068.0, 9108.0, 9090.0, 9110.0, 9087.0, 9010.0, 9074.0, 9046.0, 9026.0, 9030.0, 9067.0, 9046.0, 9101.0, 9095.0, 9140.0, 9156.0, 9148.0, 9130.0, 9075.0, 9115.0, 9041.0, 9093.0, 9046.0, 9069.0, 9056.0, 9063.0, 9021.0, 9062.0, 9024.0, 9062.0, 9025.0, 9063.0, 9041.0, 9024.0, 9045.0, 9003.0, 9036.0, 9008.0, 9053.0, 9028.0, 9058.0, 9049.0, 9105.0, 9069.0, 9116.0, 9068.0, 9121.0, 9069.0, 9136.0, 9102.0, 9136.0, 9088.0, 9137.0, 9089.0, 9139.0, 9085.0, 9141.0, 9092.0, 9143.0, 9115.0, 9140.0, 9092.0, 9139.0, 9097.0, 9136.0, 9101.0, 9138.0, 9116.0, 9143.0, 9089.0, 9138.0, 9098.0, 9133.0, 9103.0, 9138.0, 9114.0, 9140.0, 9090.0, 9138.0, 9097.0, 9138.0, 9099.0, 9120.0, 9097.0, 9104.0, 9084.0, 9105.0, 9095.0, 9090.0, 9107.0, 9036.0, 9106.0, 9034.0, 9103.0, 9060.0, 9104.0, 9058.0, 9112.0, 9031.0, 9086.0, 9016.0, 9085.0, 9043.0, 9099.0, 9029.0, 9095.0, 9043.0, 9081.0, 9060.0, 9102.0, 9045.0, 9113.0, 9061.0, 9116.0, 9069.0, 9118.0, 9065.0, 9117.0, 9068.0, 9117.0, 9093.0, 9118.0, 9069.0, 9118.0, 9070.0, 9120.0, 9081.0, 9118.0, 9097.0, 9136.0, 9072.0, 9133.0, 9083.0, 9136.0, 9102.0, 9139.0, 9101.0, 9138.0, 9087.0, 9121.0, 9096.0, 9137.0, 9113.0, 9136.0, 9114.0, 9127.0, 9088.0, 9105.0, 9100.0, 9110.0, 9109.0, 9068.0, 9109.0, 9055.0, 9113.0, 9066.0, 9121.0, 9067.0, 9125.0, 9068.0, 9108.0, 9068.0, 9123.0, 9074.0, 9136.0, 9086.0, 9120.0, 9072.0, 9138.0, 9102.0, 9136.0, 9112.0, 9136.0, 9084.0, 9137.0, 9097.0, 9127.0, 9061.0, 9107.0, 9100.0, 9086.0, 9100.0, 9065.0, 9111.0, 9061.0, 9114.0, 9067.0, 9135.0, 9086.0, 9123.0, 9087.0, 9124.0, 9087.0, 9134.0, 9100.0, 9140.0, 9117.0, 9138.0, 9099.0, 9138.0, 9085.0, 9135.0, 9083.0, 9134.0, 9098.0, 9120.0, 9081.0, 9118.0, 9085.0, 9139.0, 9101.0, 9140.0, 9107.0, 9139.0, 9090.0, 9139.0, 9107.0, 9145.0, 9120.0, 9143.0, 9115.0, 9139.0, 9098.0, 9122.0, 9110.0, 9137.0, 9109.0, 9119.0, 9079.0, 9117.0, 9080.0, 9120.0, 9110.0, 9120.0, 9097.0, 9106.0, 9085.0, 9104.0, 9101.0, 9126.0, 9111.0, 9067.0, 9112.0, 9109.0, 9098.0, 9126.0, 9125.0, 9091.0, 9105.0, 9062.0, 9092.0, 9075.0, 9102.0, 9078.0, 9120.0, 9049.0, 9105.0, 9034.0, 9104.0, 9044.0, 9103.0, 9031.0, 9113.0, 9060.0, 9101.0, 9047.0, 9113.0, 9063.0, 9115.0, 9080.0, 9116.0, 9069.0, 9122.0, 9083.0, 9137.0, 9111.0, 9122.0, 9110.0, 9120.0, 9082.0, 9103.0, 9096.0, 9105.0, 9109.0, 9050.0, 9101.0, 9045.0, 9103.0, 9043.0, 9124.0, 9063.0, 9120.0, 9064.0, 9118.0, 9068.0, 9119.0, 9077.0, 9135.0, 9095.0, 9133.0, 9070.0, 9117.0, 9081.0, 9116.0, 9092.0, 9117.0, 9097.0, 9116.0, 9079.0, 9116.0, 9075.0, 9110.0, 9077.0, 9114.0, 9075.0, 9115.0, 9077.0, 9095.0, 9078.0, 9104.0, 9106.0, 9048.0, 9099.0, 9065.0, 9106.0, 9084.0, 9133.0, 9101.0, 9141.0, 9100.0, 9137.0, 9101.0, 9123.0, 9098.0, 9122.0, 9112.0, 9090.0, 9089.0, 9062.0, 9095.0, 9044.0, 9106.0, 9059.0, 9122.0, 9063.0, 9115.0, 9066.0, 9117.0, 9069.0, 9136.0, 9097.0, 9137.0, 9087.0, 9138.0, 9086.0, 9138.0, 9114.0, 9125.0, 9109.0, 9057.0, 9099.0, 9085.0, 9127.0, 9088.0, 9140.0, 9073.0, 9140.0, 9087.0, 9140.0, 9099.0, 9136.0, 9097.0, 9138.0, 9112.0, 9121.0, 9080.0, 9118.0, 9081.0, 9117.0, 9082.0, 9118.0, 9096.0, 9120.0, 9082.0, 9103.0, 9079.0, 9094.0, 9096.0, 9081.0, 9111.0, 9074.0, 9110.0, 9090.0, 9127.0, 9088.0, 9140.0, 9119.0, 9145.0, 9105.0, 9144.0, 9101.0, 9141.0, 9117.0, 9141.0, 9132.0, 9125.0, 9100.0, 9110.0, 9103.0, 9125.0, 9129.0, 9110.0, 9126.0, 9052.0, 9110.0, 9044.0, 9088.0, 9058.0, 9121.0, 9049.0, 9118.0, 9062.0, 9116.0, 9078.0, 9113.0, 9093.0, 9120.0, 9095.0, 9106.0, 9083.0, 9076.0, 9106.0, 9066.0, 9118.0, 9085.0, 9123.0, 9113.0, 9091.0, 9122.0, 9050.0, 9117.0, 9045.0, 9113.0, 9060.0, 9112.0, 9057.0, 9094.0, 9025.0, 9077.0, 9006.0, 9078.0, 9029.0, 9094.0, 9044.0, 9098.0, 9049.0, 9115.0, 9083.0, 9094.0, 9095.0, 9071.0, 9126.0, 9085.0, 9131.0, 9094.0, 9124.0, 9063.0, 9135.0, 9050.0, 9118.0, 9063.0, 9117.0, 9061.0, 9115.0, 9089.0, 9114.0, 9079.0, 9116.0, 9077.0, 9115.0, 9075.0, 9112.0, 9074.0, 9115.0, 9076.0, 9111.0, 9094.0, 9116.0, 9105.0, 9072.0, 9092.0, 9073.0, 9075.0, 9098.0, 9088.0, 9071.0, 9101.0, 9046.0, 9100.0, 9046.0, 9101.0, 9047.0, 9116.0, 9093.0, 9120.0, 9082.0, 9117.0, 9078.0, 9116.0, 9092.0, 9105.0, 9105.0, 9036.0, 9102.0, 9049.0, 9101.0, 9049.0, 9117.0, 9091.0, 9115.0, 9074.0, 9111.0, 9072.0, 9097.0, 9072.0, 9112.0, 9073.0, 9098.0, 9071.0, 9094.0, 9058.0, 9080.0, 9073.0, 9086.0, 9082.0, 9028.0, 9072.0, 9047.0, 9074.0, 9049.0, 9116.0, 9064.0, 9116.0, 9052.0, 9115.0, 9066.0, 9116.0, 9097.0, 9118.0, 9092.0, 9118.0, 9075.0, 9111.0, 9077.0, 9118.0, 9106.0, 9061.0, 9107.0, 9032.0, 9101.0, 9050.0, 9120.0, 9080.0, 9117.0, 9076.0, 9115.0, 9076.0, 9116.0, 9092.0, 9103.0, 9105.0, 9044.0, 9103.0, 9029.0, 9102.0, 9035.0, 9115.0, 9044.0, 9112.0, 9055.0, 9092.0, 9071.0, 9108.0, 9072.0, 9095.0, 9072.0, 9082.0, 9075.0, 9072.0, 9103.0, 9044.0, 9103.0, 9032.0, 9101.0, 9035.0, 9113.0, 9061.0, 9114.0, 9089.0, 9115.0, 9078.0, 9115.0, 9075.0, 9099.0, 9089.0, 9088.0, 9103.0, 9035.0, 9104.0, 9052.0, 9118.0, 9064.0, 9119.0, 9095.0, 9120.0, 9082.0, 9119.0, 9080.0, 9101.0, 9089.0, 9101.0, 9090.0, 9047.0, 9089.0, 9029.0, 9085.0, 9029.0, 9090.0, 9033.0, 9118.0, 9049.0, 9104.0, 9050.0, 9106.0, 9051.0, 9120.0, 9070.0, 9122.0, 9074.0, 9126.0, 9078.0, 9129.0, 9097.0, 9120.0, 9121.0, 9105.0, 9121.0, 9129.0, 9116.0, 9146.0, 9130.0, 9141.0, 9115.0, 9121.0, 9083.0, 9105.0, 9094.0, 9119.0, 9093.0, 9119.0, 9093.0, 9088.0, 9066.0, 9063.0, 9078.0, 9062.0, 9067.0, 9068.0, 9097.0, 9070.0, 9114.0, 9072.0, 9117.0, 9073.0, 9128.0, 9084.0, 9141.0, 9072.0, 9126.0, 9055.0, 9125.0, 9078.0, 9107.0, 9074.0, 9105.0, 9045.0, 9076.0, 9059.0, 9063.0, 9092.0, 9099.0, 9055.0, 9127.0, 9068.0, 9098.0, 9072.0, 9097.0, 9056.0, 9086.0, 9072.0, 9113.0, 9070.0, 9127.0, 9073.0, 9126.0, 9054.0, 9125.0, 9064.0, 9121.0, 9072.0, 9121.0, 9071.0, 9120.0, 9082.0, 9121.0, 9096.0, 9108.0, 9096.0, 9066.0, 9081.0, 9039.0, 9110.0, 9081.0, 9125.0, 9107.0, 9107.0, 9050.0, 9096.0, 9047.0, 9095.0, 9029.0, 9091.0, 9057.0, 9119.0, 9049.0, 9100.0, 9068.0, 9134.0, 9093.0, 9052.0, 9086.0, 9136.0, 9075.0, 9115.0, 9062.0, 9113.0, 9065.0, 9117.0, 9056.0, 9118.0, 9069.0, 9120.0, 9069.0, 9123.0, 9085.0, 9123.0, 9075.0, 9127.0, 9079.0, 9139.0, 9077.0, 9141.0, 9106.0, 9144.0, 9119.0, 9148.0, 9104.0, 9141.0, 9100.0, 9142.0, 9075.0, 9109.0, 9103.0, 9088.0, 9059.0, 9061.0, 9047.0, 9050.0, 9072.0, 9053.0, 9118.0, 9088.0, 9122.0, 9087.0, 9109.0, 9072.0, 9136.0, 9081.0, 9120.0, 9095.0, 9120.0, 9094.0, 9118.0, 9068.0, 9121.0, 9084.0, 9135.0, 9109.0, 9139.0, 9085.0, 9135.0, 9071.0, 9135.0, 9084.0, 9136.0, 9102.0, 9138.0, 9089.0, 9140.0, 9085.0, 9136.0, 9099.0, 9138.0, 9097.0, 9135.0, 9086.0, 9120.0, 9095.0, 9121.0, 9096.0, 9131.0, 9110.0, 9105.0, 9096.0, 9102.0, 9077.0, 9114.0, 9078.0, 9116.0, 9107.0, 9091.0, 9092.0, 9048.0, 9078.0, 9034.0, 9076.0, 9062.0, 9094.0, 9066.0, 9121.0, 9051.0, 9093.0, 9051.0, 9094.0, 9051.0, 9110.0, 9039.0, 9105.0, 9054.0, 9091.0, 9070.0, 9096.0, 9091.0, 9140.0, 9079.0, 9143.0, 9094.0, 9143.0, 9078.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.000849609644087256</td></tr>
<tr><td colspan=3>aqi</td><td>0.016289516303099886</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.97531035851728</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2724646744022985</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0147857375402305</td></tr>
<tr><td colspan=3>efc</td><td>0.4511</td></tr>
<tr><td colspan=3>fber</td><td>6167.9834</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07913872012960207</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0332950631458093</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3222716258384555</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.271601218568079</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5412470303210406</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.153966628626247</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115381</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023259546607732773</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.008037945255637169</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.864258936202665</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>38.573</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6523</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.0062</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308176.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>757.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.368</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.584</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.5532</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3339.3666</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3529.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.2344</td></tr>
<tr><td colspan=3>tsnr</td><td>47.61151105561294</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>