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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:29:53.142500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999177, -0.0398778, 0.00747922, 0.0396071, 0.998657, 0.0333893]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112665</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4204, -7781, -7196, 393, -191, -136, -32, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.607</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>180bcb39-5dad-4f16-b4c9-454732b99c32||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680717706680298, 0.10626296699047089, 0.023761793971061707, 107.3648910522461], [0.10698911547660828, 2.6793246269226074, 0.08927701413631439, -109.53044128417969], [0.020066192373633385, -0.08958100527524948, 2.6984190940856934, -57.954261779785156], [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': ['112953.142500', '112953.602500', '112954.062500', '112954.522500', '112954.982500', '112955.442500', '112955.902500', '112956.362500', '112956.822500', '112957.282500', '112957.742500', '112958.202500', '112958.662500', '112959.122500', '112959.582500', '113000.042500', '113000.502500', '113000.962500', '113001.422500', '113001.882500', '113002.342500', '113002.802500', '113003.262500', '113003.722500', '113004.182500', '113004.642500', '113005.102500', '113005.562500', '113006.022500', '113006.482500', '113006.942500', '113007.402500', '113007.862500', '113008.322500', '113008.782500', '113009.242500', '113009.702500', '113010.162500', '113010.622500', '113011.082500', '113011.542500', '113012.002500', '113012.462500', '113012.922500', '113013.382500', '113013.842500', '113014.302500', '113014.762500', '113015.222500', '113015.682500', '113016.142500', '113016.602500', '113017.062500', '113017.522500', '113017.982500', '113018.442500', '113018.902500', '113019.362500', '113019.822500', '113020.282500', '113020.742500', '113021.202500', '113021.662500', '113022.122500', '113022.582500', '113023.042500', '113023.502500', '113023.962500', '113024.422500', '113024.882500', '113025.342500', '113025.802500', '113026.262500', '113026.722500', '113027.182500', '113027.642500', '113028.102500', '113028.562500', '113029.022500', '113029.482500', '113029.942500', '113030.402500', '113030.862500', '113031.322500', '113031.782500', '113032.242500', '113032.702500', '113033.162500', '113033.622500', '113034.082500', '113034.542500', '113035.002500', '113035.462500', '113035.922500', '113036.382500', '113036.842500', '113037.302500', '113037.762500', '113038.222500', '113038.682500', '113039.142500', '113039.602500', '113040.062500', '113040.522500', '113040.982500', '113041.442500', '113041.902500', '113042.362500', '113042.822500', '113043.282500', '113043.742500', '113044.202500', '113044.662500', '113045.122500', '113045.582500', '113046.042500', '113046.502500', '113046.962500', '113047.422500', '113047.882500', '113048.342500', '113048.802500', '113049.262500', '113049.722500', '113050.182500', '113050.642500', '113051.102500', '113051.562500', '113052.022500', '113052.482500', '113052.942500', '113053.402500', '113053.862500', '113054.322500', '113054.782500', '113055.242500', '113055.702500', '113056.162500', '113056.622500', '113057.082500', '113057.542500', '113058.002500', '113058.462500', '113058.922500', '113059.382500', '113059.842500', '113100.302500', '113100.762500', '113101.222500', '113101.682500', '113102.142500', '113102.602500', '113103.062500', '113103.522500', '113103.982500', '113104.442500', '113104.902500', '113105.362500', '113105.822500', '113106.282500', '113106.742500', '113107.202500', '113107.662500', '113108.122500', '113108.582500', '113109.042500', '113109.502500', '113109.962500', '113110.422500', '113110.882500', '113111.342500', '113111.802500', '113112.262500', '113112.722500', '113113.182500', '113113.642500', '113114.102500', '113114.562500', '113115.022500', '113115.482500', '113115.942500', '113116.402500', '113116.862500', '113117.322500', '113117.782500', '113118.242500', '113118.702500', '113119.162500', '113119.622500', '113120.082500', '113120.542500', '113121.002500', '113121.462500', '113121.922500', '113122.382500', '113122.842500', '113123.302500', '113123.762500', '113124.222500', '113124.682500', '113125.142500', '113125.602500', '113126.062500', '113126.522500', '113126.982500', '113127.442500', '113127.902500', '113128.362500', '113128.822500', '113129.282500', '113129.742500', '113130.202500', '113130.662500', '113131.122500', '113131.582500', '113132.042500', '113132.502500', '113132.962500', '113133.422500', '113133.882500', '113134.342500', '113134.802500', '113135.262500', '113135.722500', '113136.182500', '113136.642500', '113137.102500', '113137.562500', '113138.022500', '113138.482500', '113138.942500', '113139.402500', '113139.862500', '113140.322500', '113140.782500', '113141.242500', '113141.702500', '113142.162500', '113142.622500', '113143.082500', '113143.542500', '113144.002500', '113144.462500', '113144.922500', '113145.382500', '113145.842500', '113146.302500', '113146.762500', '113147.222500', '113147.682500', '113148.142500', '113148.602500', '113149.062500', '113149.522500', '113149.982500', '113150.442500', '113150.902500', '113151.362500', '113151.822500', '113152.282500', '113152.742500', '113153.202500', '113153.662500', '113154.122500', '113154.582500', '113155.042500', '113155.502500', '113155.962500', '113156.422500', '113156.882500', '113157.342500', '113157.802500', '113158.262500', '113158.722500', '113159.182500', '113159.642500', '113200.102500', '113200.562500', '113201.022500', '113201.482500', '113201.942500', '113202.402500', '113202.862500', '113203.322500', '113203.782500', '113204.242500', '113204.702500', '113205.162500', '113205.622500', '113206.082500', '113206.542500', '113207.002500', '113207.462500', '113207.922500', '113208.382500', '113208.842500', '113209.302500', '113209.762500', '113210.222500', '113210.682500', '113211.142500', '113211.602500', '113212.062500', '113212.522500', '113212.982500', '113213.442500', '113213.902500', '113214.362500', '113214.822500', '113215.282500', '113215.742500', '113216.202500', '113216.662500', '113217.122500', '113217.582500', '113218.042500', '113218.502500', '113218.962500', '113219.422500', '113219.882500', '113220.342500', '113220.802500', '113221.262500', '113221.722500', '113222.182500', '113222.642500', '113223.102500', '113223.562500', '113224.022500', '113224.482500', '113224.942500', '113225.402500', '113225.862500', '113226.322500', '113226.782500', '113227.242500', '113227.702500', '113228.162500', '113228.622500', '113229.082500', '113229.542500', '113230.002500', '113230.462500', '113230.922500', '113231.382500', '113231.842500', '113232.302500', '113232.762500', '113233.222500', '113233.682500', '113234.142500', '113234.602500', '113235.062500', '113235.522500', '113235.982500', '113236.442500', '113236.902500', '113237.362500', '113237.822500', '113238.282500', '113238.742500', '113239.202500', '113239.662500', '113240.122500', '113240.582500', '113241.042500', '113241.502500', '113241.962500', '113242.422500', '113242.882500', '113243.342500', '113243.802500', '113244.262500', '113244.722500', '113245.182500', '113245.642500', '113246.102500', '113246.562500', '113247.022500', '113247.482500', '113247.942500', '113248.402500', '113248.862500', '113249.322500', '113249.782500', '113250.242500', '113250.702500', '113251.162500', '113251.622500', '113252.082500', '113252.542500', '113253.002500', '113253.462500', '113253.922500', '113254.382500', '113254.842500', '113255.302500', '113255.762500', '113256.222500', '113256.682500', '113257.142500', '113257.602500', '113258.062500', '113258.522500', '113258.982500', '113259.442500', '113259.902500', '113300.362500', '113300.822500', '113301.282500', '113301.742500', '113302.202500', '113302.662500', '113303.122500', '113303.582500', '113304.042500', '113304.502500', '113304.962500', '113305.422500', '113305.882500', '113306.342500', '113306.802500', '113307.262500', '113307.722500', '113308.182500', '113308.642500', '113309.102500', '113309.562500', '113310.022500', '113310.482500', '113310.942500', '113311.402500', '113311.862500', '113312.322500', '113312.782500', '113313.242500', '113313.702500', '113314.162500', '113314.622500', '113315.082500', '113315.542500', '113316.002500', '113316.462500', '113316.922500', '113317.382500', '113317.842500', '113318.302500', '113318.762500', '113319.222500', '113319.682500', '113320.142500', '113320.602500', '113321.062500', '113321.522500', '113321.982500', '113322.442500', '113322.902500', '113323.362500', '113323.822500', '113324.282500', '113324.742500', '113325.202500', '113325.662500', '113326.122500', '113326.582500', '113327.042500', '113327.502500', '113327.962500', '113328.422500', '113328.882500', '113329.342500', '113329.802500', '113330.262500', '113330.722500', '113331.182500', '113331.642500', '113332.102500', '113332.562500', '113333.022500', '113333.482500', '113333.942500', '113334.402500', '113334.862500', '113335.322500', '113335.782500', '113336.242500', '113336.702500', '113337.162500', '113337.622500', '113338.082500', '113338.542500', '113339.002500', '113339.462500', '113339.922500', '113340.382500', '113340.842500', '113341.302500', '113341.762500', '113342.222500', '113342.682500', '113343.142500', '113343.602500', '113344.062500', '113344.522500', '113344.982500', '113345.442500', '113345.902500', '113346.362500', '113346.822500', '113347.282500', '113347.742500', '113348.202500', '113348.662500', '113349.122500', '113349.582500', '113350.042500', '113350.502500', '113350.962500', '113351.422500', '113351.882500', '113352.342500', '113352.802500', '113353.262500', '113353.722500', '113354.182500', '113354.642500', '113355.102500', '113355.562500', '113356.022500', '113356.482500', '113356.942500', '113357.402500', '113357.862500', '113358.322500', '113358.782500', '113359.242500', '113359.702500', '113400.162500', '113400.622500', '113401.082500', '113401.542500', '113402.002500', '113402.462500', '113402.922500', '113403.382500', '113403.842500', '113404.302500', '113404.762500', '113405.222500', '113405.682500', '113406.142500', '113406.602500', '113407.062500', '113407.522500', '113407.982500', '113408.442500', '113408.902500', '113409.362500', '113409.822500', '113410.282500', '113410.742500', '113411.202500', '113411.662500', '113412.122500', '113412.582500', '113413.042500', '113413.502500', '113413.962500', '113414.422500', '113414.882500', '113415.342500', '113415.802500', '113416.262500', '113416.722500', '113417.182500', '113417.642500', '113418.102500', '113418.562500', '113419.022500', '113419.482500', '113419.942500', '113420.402500', '113420.862500', '113421.322500', '113421.782500', '113422.242500', '113422.702500', '113423.162500', '113423.622500', '113424.082500', '113424.542500', '113425.002500', '113425.462500', '113425.922500', '113426.382500', '113426.842500', '113427.302500', '113427.762500', '113428.222500', '113428.682500', '113429.142500', '113429.602500', '113430.062500', '113430.522500', '113430.982500', '113431.442500', '113431.902500', '113432.362500', '113432.822500', '113433.282500', '113433.742500', '113434.202500', '113434.662500', '113435.122500', '113435.582500', '113436.042500', '113436.502500', '113436.962500', '113437.422500', '113437.882500', '113438.342500', '113438.802500', '113439.262500', '113439.722500', '113440.182500', '113440.642500', '113441.102500', '113441.562500', '113442.022500', '113442.482500', '113442.942500', '113443.402500', '113443.862500', '113444.322500', '113444.782500', '113445.242500', '113445.702500', '113446.162500', '113446.622500', '113447.082500', '113447.542500', '113448.002500', '113448.462500', '113448.922500', '113449.382500', '113449.842500', '113450.302500', '113450.762500', '113451.222500', '113451.682500', '113452.142500', '113452.602500', '113453.062500', '113453.522500', '113453.982500', '113454.442500', '113454.902500', '113455.362500', '113455.822500', '113456.282500', '113456.742500', '113457.202500', '113457.662500', '113458.122500', '113458.582500', '113459.042500', '113459.502500', '113459.962500', '113500.422500', '113500.882500', '113501.342500', '113501.802500', '113502.262500', '113502.722500', '113503.182500', '113503.642500', '113504.102500', '113504.562500', '113505.022500', '113505.482500', '113505.942500', '113506.402500', '113506.862500', '113507.322500', '113507.782500', '113508.242500', '113508.702500', '113509.162500', '113509.622500', '113510.082500', '113510.542500', '113511.002500', '113511.462500', '113511.922500', '113512.382500', '113512.842500', '113513.302500', '113513.762500', '113514.222500', '113514.682500', '113515.142500', '113515.602500', '113516.062500', '113516.522500', '113516.982500', '113517.442500', '113517.902500', '113518.362500', '113518.822500', '113519.282500', '113519.742500', '113520.202500', '113520.662500', '113521.122500', '113521.582500', '113522.042500', '113522.502500', '113522.962500', '113523.422500', '113523.882500', '113524.342500', '113524.802500', '113525.262500', '113525.722500', '113526.182500', '113526.642500', '113527.102500', '113527.562500', '113528.022500', '113528.482500', '113528.942500', '113529.402500', '113529.862500', '113530.322500', '113530.782500', '113531.242500', '113531.702500', '113532.162500', '113532.622500', '113533.082500', '113533.542500', '113534.002500', '113534.462500', '113534.922500', '113535.382500', '113535.842500', '113536.302500', '113536.762500', '113537.222500', '113537.682500', '113538.142500', '113538.602500', '113539.062500', '113539.522500', '113539.982500', '113540.442500', '113540.902500', '113541.362500', '113541.822500', '113542.282500', '113542.742500', '113543.202500', '113543.662500', '113544.122500', '113544.582500', '113545.042500', '113545.502500', '113545.962500', '113546.422500', '113546.882500', '113547.342500', '113547.802500', '113548.262500', '113548.722500', '113549.182500', '113549.642500', '113550.102500', '113550.562500', '113551.022500', '113551.482500', '113551.942500', '113552.402500', '113552.862500', '113553.322500', '113553.782500', '113554.242500', '113554.702500', '113555.162500', '113555.622500', '113556.082500', '113556.542500', '113557.002500', '113557.462500', '113557.922500', '113558.382500', '113558.842500', '113559.302500', '113559.762500', '113600.222500', '113600.682500', '113601.142500', '113601.602500', '113602.062500', '113602.522500', '113602.982500', '113603.442500', '113603.902500', '113604.362500', '113604.822500', '113605.282500', '113605.742500', '113606.202500', '113606.662500', '113607.122500', '113607.582500', '113608.042500', '113608.502500', '113608.962500', '113609.422500', '113609.882500', '113610.342500', '113610.802500', '113611.262500', '113611.722500', '113612.182500', '113612.642500', '113613.102500', '113613.562500', '113614.022500', '113614.482500', '113614.942500', '113615.402500', '113615.862500', '113616.322500', '113616.782500', '113617.242500', '113617.702500', '113618.162500', '113618.622500', '113619.082500', '113619.542500', '113620.002500', '113620.462500', '113620.922500', '113621.382500', '113621.842500', '113622.302500', '113622.762500', '113623.222500', '113623.682500', '113624.142500', '113624.602500', '113625.062500', '113625.522500', '113625.982500', '113626.442500', '113626.902500', '113627.362500', '113627.822500', '113628.282500', '113628.742500', '113629.202500', '113629.662500', '113630.122500', '113630.582500', '113631.042500', '113631.502500', '113631.962500', '113632.422500', '113632.882500', '113633.342500', '113633.802500'], 'ContentTime': ['113013.935000', '113013.938000', '113013.941000', '113013.943000', '113013.946000', '113013.949000', '113013.951000', '113013.954000', '113013.956000', '113013.959000', '113013.961000', '113013.971000', '113013.973000', '113014.021000', '113014.023000', '113014.026000', '113014.028000', '113014.031000', '113014.034000', '113014.036000', '113014.039000', '113014.041000', '113014.044000', '113014.046000', '113014.049000', '113014.051000', '113014.054000', '113014.057000', '113014.059000', '113014.062000', '113014.064000', '113014.067000', '113014.070000', '113014.072000', '113014.075000', '113014.077000', '113014.080000', '113014.082000', '113014.085000', '113014.087000', '113014.090000', '113014.093000', '113033.880000', '113033.883000', '113033.886000', '113033.888000', '113033.891000', '113033.893000', '113033.896000', '113033.899000', '113033.901000', '113033.904000', '113033.906000', '113033.909000', '113033.911000', '113033.914000', '113033.917000', '113033.919000', '113033.922000', '113033.924000', '113033.927000', '113033.929000', '113033.932000', '113033.934000', '113033.937000', '113033.940000', '113033.942000', '113033.945000', '113033.947000', '113033.950000', '113033.952000', '113033.955000', '113033.957000', '113033.960000', '113033.962000', '113033.965000', '113033.968000', '113033.970000', '113033.973000', '113033.975000', '113033.978000', '113033.980000', '113033.983000', '113033.985000', '113033.988000', '113053.880000', '113053.883000', '113053.886000', '113053.889000', '113053.891000', '113053.894000', '113053.896000', '113053.906000', '113053.909000', '113053.911000', '113053.914000', '113053.916000', '113053.919000', '113053.921000', '113053.924000', '113053.927000', '113053.929000', '113053.932000', '113053.934000', '113053.937000', '113053.939000', '113053.942000', '113053.944000', '113053.947000', '113053.949000', '113053.952000', '113053.955000', '113053.957000', '113053.960000', '113053.962000', '113053.965000', '113053.968000', '113053.970000', '113053.973000', '113053.975000', '113053.978000', '113053.980000', '113053.983000', '113053.985000', '113053.988000', '113053.991000', '113053.993000', '113053.996000', '113053.998000', '113113.880000', '113113.883000', '113113.886000', '113113.888000', '113113.891000', '113113.893000', '113113.896000', '113113.899000', '113113.901000', '113113.904000', '113113.906000', '113113.909000', '113113.911000', '113113.914000', '113113.917000', '113113.919000', '113113.922000', '113113.924000', '113113.927000', '113113.929000', '113113.932000', '113113.935000', '113113.937000', '113113.940000', '113113.942000', '113113.945000', '113113.947000', '113113.950000', '113113.953000', '113113.955000', '113113.958000', '113113.960000', '113113.963000', '113113.965000', '113113.968000', '113113.970000', '113113.973000', '113113.976000', '113113.978000', '113113.988000', '113113.991000', '113113.993000', '113113.996000', '113133.880000', '113133.883000', '113133.886000', '113133.888000', '113133.891000', '113133.893000', '113133.896000', '113133.899000', '113133.901000', '113133.904000', '113133.906000', '113133.909000', '113133.911000', '113133.914000', '113133.917000', '113133.919000', '113133.922000', '113133.924000', '113133.928000', '113133.931000', '113133.933000', '113133.936000', '113133.938000', '113133.941000', '113133.944000', '113133.946000', '113133.949000', '113133.951000', '113133.954000', '113133.956000', '113133.959000', '113133.962000', '113133.964000', '113133.967000', '113133.969000', '113133.972000', '113133.974000', '113133.977000', '113133.980000', '113133.982000', '113133.985000', '113133.987000', '113133.990000', '113133.992000', '113153.881000', '113153.884000', '113153.887000', '113153.889000', '113153.892000', '113153.894000', '113153.897000', '113153.900000', '113153.902000', '113153.905000', '113153.934000', '113153.937000', '113153.939000', '113153.942000', '113153.945000', '113153.947000', '113153.950000', '113153.952000', '113153.955000', '113153.957000', '113153.960000', '113153.963000', '113153.965000', '113153.968000', '113153.970000', '113153.973000', '113153.975000', '113153.978000', '113153.981000', '113153.983000', '113153.986000', '113153.988000', '113153.991000', '113153.994000', '113153.996000', '113154.000000', '113154.002000', '113154.005000', '113154.007000', '113154.010000', '113154.012000', '113154.015000', '113154.018000', '113213.882000', '113213.885000', '113213.887000', '113213.890000', '113213.893000', '113213.896000', '113213.899000', '113213.902000', '113213.905000', '113213.908000', '113213.910000', '113213.913000', '113213.916000', '113213.919000', '113213.922000', '113213.924000', '113213.927000', '113213.930000', '113213.933000', '113213.935000', '113213.938000', '113213.941000', '113213.943000', '113213.946000', '113213.949000', '113213.952000', '113213.954000', '113213.957000', '113213.960000', '113213.963000', '113213.965000', '113213.968000', '113213.971000', '113213.974000', '113213.977000', '113213.979000', '113213.982000', '113213.985000', '113213.987000', '113213.990000', '113213.993000', '113213.996000', '113213.998000', '113233.880000', '113233.883000', '113233.886000', '113233.888000', '113233.891000', '113233.894000', '113233.896000', '113233.899000', '113233.901000', '113233.904000', '113233.907000', '113233.909000', '113233.912000', '113233.915000', '113233.917000', '113233.920000', '113233.922000', '113233.925000', '113233.928000', '113233.930000', '113233.933000', '113233.935000', '113233.938000', '113233.941000', '113233.943000', '113233.946000', '113233.948000', '113233.951000', '113233.953000', '113233.956000', '113233.959000', '113233.961000', '113233.964000', '113233.966000', '113233.969000', '113233.971000', '113233.974000', '113233.977000', '113233.987000', '113233.990000', '113233.992000', '113233.995000', '113233.997000', '113234.001000', '113253.880000', '113253.883000', '113253.886000', '113253.888000', '113253.891000', '113253.894000', '113253.896000', '113253.899000', '113253.901000', '113253.904000', '113253.907000', '113253.909000', '113253.912000', '113253.915000', '113253.918000', '113253.921000', '113253.923000', '113253.926000', '113253.929000', '113253.931000', '113253.934000', '113253.936000', '113253.939000', '113253.942000', '113253.944000', '113253.947000', '113253.949000', '113253.952000', '113253.955000', '113253.957000', '113253.960000', '113253.962000', '113253.965000', '113253.967000', '113253.970000', '113253.973000', '113253.975000', '113253.978000', '113253.981000', '113253.983000', '113253.986000', '113253.988000', '113253.991000', '113253.993000', '113313.881000', '113313.883000', '113313.886000', '113313.889000', '113313.891000', '113313.894000', '113313.897000', '113313.899000', '113313.902000', '113313.904000', '113313.907000', '113313.910000', '113313.912000', '113313.915000', '113313.917000', '113313.920000', '113313.922000', '113313.925000', '113313.928000', '113313.930000', '113313.933000', '113313.936000', '113313.938000', '113313.941000', '113313.943000', '113313.946000', '113313.953000', '113313.955000', '113313.958000', '113313.960000', '113313.963000', '113313.966000', '113313.968000', '113313.971000', '113313.974000', '113313.987000', '113313.990000', '113313.992000', '113313.995000', '113313.998000', '113314.001000', '113314.004000', '113314.006000', '113333.881000', '113333.883000', '113333.886000', '113333.889000', '113333.891000', '113333.894000', '113333.896000', '113333.899000', '113333.902000', '113333.904000', '113333.907000', '113333.909000', '113333.912000', '113333.915000', '113333.917000', '113333.920000', '113333.922000', '113333.925000', '113333.927000', '113333.930000', '113333.933000', '113333.935000', '113333.938000', '113333.940000', '113333.943000', '113333.946000', '113333.948000', '113333.951000', '113333.953000', '113333.956000', '113333.959000', '113333.961000', '113333.964000', '113333.967000', '113333.969000', '113333.972000', '113333.975000', '113333.977000', '113333.980000', '113333.982000', '113333.985000', '113333.988000', '113333.990000', '113353.882000', '113353.884000', '113353.887000', '113353.890000', '113353.892000', '113353.895000', '113353.898000', '113353.900000', '113353.903000', '113353.905000', '113353.908000', '113353.911000', '113353.913000', '113353.916000', '113353.918000', '113353.921000', '113353.924000', '113353.926000', '113353.929000', '113353.931000', '113353.934000', '113353.937000', '113353.939000', '113353.942000', '113353.944000', '113353.947000', '113353.949000', '113353.952000', '113353.955000', '113353.957000', '113353.960000', '113353.962000', '113353.965000', '113353.967000', '113353.970000', '113353.973000', '113353.975000', '113353.978000', '113353.980000', '113353.983000', '113353.986000', '113353.988000', '113353.991000', '113353.993000', '113413.882000', '113413.884000', '113413.887000', '113413.890000', '113413.892000', '113413.895000', '113413.898000', '113413.900000', '113413.903000', '113413.905000', '113413.908000', '113413.910000', '113413.913000', '113413.916000', '113413.918000', '113413.921000', '113413.923000', '113413.926000', '113413.929000', '113413.931000', '113413.934000', '113413.937000', '113413.940000', '113413.943000', '113413.945000', '113413.948000', '113413.951000', '113413.954000', '113413.958000', '113413.960000', '113413.963000', '113413.965000', '113413.968000', '113413.971000', '113413.973000', '113413.976000', '113413.979000', '113413.981000', '113413.984000', '113413.986000', '113413.989000', '113413.991000', '113413.994000', '113433.880000', '113433.883000', '113433.886000', '113433.888000', '113433.891000', '113433.894000', '113433.896000', '113433.899000', '113433.902000', '113433.904000', '113433.907000', '113433.909000', '113433.912000', '113433.915000', '113433.917000', '113433.920000', '113433.922000', '113433.925000', '113433.928000', '113433.931000', '113433.933000', '113433.936000', '113433.938000', '113433.941000', '113433.944000', '113433.946000', '113433.949000', '113433.951000', '113433.954000', '113433.957000', '113433.959000', '113433.962000', '113433.964000', '113433.967000', '113433.970000', '113433.972000', '113433.975000', '113433.977000', '113433.980000', '113433.982000', '113433.985000', '113433.988000', '113433.990000', '113433.993000', '113453.880000', '113453.883000', '113453.886000', '113453.889000', '113453.891000', '113453.894000', '113453.896000', '113453.899000', '113453.901000', '113453.904000', '113453.907000', '113453.909000', '113453.912000', '113453.914000', '113453.917000', '113453.919000', '113453.932000', '113453.934000', '113453.937000', '113453.939000', '113453.942000', '113453.944000', '113453.947000', '113453.950000', '113453.952000', '113453.955000', '113453.957000', '113453.960000', '113453.963000', '113453.965000', '113453.968000', '113453.971000', '113453.973000', '113453.976000', '113453.979000', '113453.981000', '113453.984000', '113453.986000', '113453.989000', '113453.991000', '113453.994000', '113453.996000', '113453.999000', '113513.880000', '113513.883000', '113513.886000', '113513.889000', '113513.891000', '113513.894000', '113513.896000', '113513.899000', '113513.902000', '113513.904000', '113513.907000', '113513.909000', '113513.912000', '113513.914000', '113513.917000', '113513.920000', '113513.922000', '113513.925000', '113513.928000', '113513.930000', '113513.933000', '113513.935000', '113513.938000', '113513.941000', '113513.943000', '113513.946000', '113513.948000', '113513.951000', '113513.954000', '113513.956000', '113513.959000', '113513.961000', '113513.964000', '113513.967000', '113513.969000', '113513.972000', '113513.974000', '113513.977000', '113513.980000', '113513.982000', '113513.985000', '113513.987000', '113513.990000', '113513.993000', '113533.881000', '113533.883000', '113533.886000', '113533.888000', '113533.891000', '113533.894000', '113533.896000', '113533.899000', '113533.907000', '113533.909000', '113533.912000', '113533.914000', '113533.917000', '113533.920000', '113533.922000', '113533.925000', '113533.927000', '113533.930000', '113533.933000', '113533.936000', '113533.938000', '113533.941000', '113533.943000', '113533.946000', '113533.949000', '113533.951000', '113533.954000', '113533.956000', '113533.959000', '113533.962000', '113533.964000', '113533.967000', '113533.970000', '113533.972000', '113533.975000', '113533.977000', '113533.980000', '113533.983000', '113533.985000', '113533.988000', '113533.990000', '113533.994000', '113533.997000', '113553.880000', '113553.883000', '113553.886000', '113553.888000', '113553.891000', '113553.894000', '113553.896000', '113553.899000', '113553.901000', '113553.904000', '113553.907000', '113553.909000', '113553.912000', '113553.914000', '113553.917000', '113553.920000', '113553.922000', '113553.925000', '113553.927000', '113553.930000', '113553.933000', '113553.935000', '113553.938000', '113553.940000', '113553.943000', '113553.945000', '113553.948000', '113553.951000', '113553.955000', '113553.957000', '113553.960000', '113553.963000', '113553.965000', '113553.968000', '113553.971000', '113553.973000', '113553.976000', '113553.978000', '113553.981000', '113553.983000', '113553.986000', '113553.989000', '113553.991000', '113553.994000', '113613.881000', '113613.884000', '113613.887000', '113613.889000', '113613.892000', '113613.895000', '113613.897000', '113613.900000', '113613.903000', '113613.905000', '113613.908000', '113613.910000', '113613.913000', '113613.916000', '113613.918000', '113613.921000', '113613.923000', '113613.926000', '113613.929000', '113613.931000', '113613.934000', '113613.936000', '113613.939000', '113613.942000', '113613.944000', '113613.947000', '113613.949000', '113613.964000', '113613.967000', '113613.970000', '113613.972000', '113613.975000', '113613.977000', '113613.980000', '113613.982000', '113613.985000', '113613.988000', '113613.991000', '113613.994000', '113613.997000', '113614.000000', '113614.002000', '113614.005000', '113633.882000', '113633.885000', '113633.887000', '113633.890000', '113633.892000', '113633.895000', '113633.897000', '113633.900000', '113633.903000', '113633.905000', '113633.908000', '113633.910000', '113633.913000', '113633.916000', '113633.918000', '113633.921000', '113633.924000', '113633.926000', '113633.929000', '113633.931000', '113633.934000', '113633.936000', '113633.939000', '113633.942000', '113633.944000', '113633.947000', '113633.949000', '113633.952000', '113633.955000', '113633.957000', '113633.960000', '113633.962000', '113633.965000', '113633.968000', '113633.970000', '113633.973000', '113633.975000', '113633.978000', '113633.981000', '113633.983000', '113633.986000', '113633.989000', '113633.991000', '113633.994000', '113635.601000', '113635.604000', '113635.607000', '113635.610000'], 'InstanceCreationTime': ['113013.935000', '113013.938000', '113013.941000', '113013.943000', '113013.946000', '113013.949000', '113013.951000', '113013.954000', '113013.956000', '113013.959000', '113013.961000', '113013.971000', '113013.973000', '113014.021000', '113014.023000', '113014.026000', '113014.028000', '113014.031000', '113014.034000', '113014.036000', '113014.039000', '113014.041000', '113014.044000', '113014.046000', '113014.049000', '113014.051000', '113014.054000', '113014.057000', '113014.059000', '113014.062000', '113014.064000', '113014.067000', '113014.070000', '113014.072000', '113014.075000', '113014.077000', '113014.080000', '113014.082000', '113014.085000', '113014.087000', '113014.090000', '113014.093000', '113033.880000', '113033.883000', '113033.886000', '113033.888000', '113033.891000', '113033.893000', '113033.896000', '113033.899000', '113033.901000', '113033.904000', '113033.906000', '113033.909000', '113033.911000', '113033.914000', '113033.917000', '113033.919000', '113033.922000', '113033.924000', '113033.927000', '113033.929000', '113033.932000', '113033.934000', '113033.937000', '113033.940000', '113033.942000', '113033.945000', '113033.947000', '113033.950000', '113033.952000', '113033.955000', '113033.957000', '113033.960000', '113033.962000', '113033.965000', '113033.968000', '113033.970000', '113033.973000', '113033.975000', '113033.978000', '113033.980000', '113033.983000', '113033.985000', '113033.988000', '113053.880000', '113053.883000', '113053.886000', '113053.889000', '113053.891000', '113053.894000', '113053.896000', '113053.906000', '113053.909000', '113053.911000', '113053.914000', '113053.916000', '113053.919000', '113053.921000', '113053.924000', '113053.927000', '113053.929000', '113053.932000', '113053.934000', '113053.937000', '113053.939000', '113053.942000', '113053.944000', '113053.947000', '113053.949000', '113053.952000', '113053.955000', '113053.957000', '113053.960000', '113053.962000', '113053.965000', '113053.968000', '113053.970000', '113053.973000', '113053.975000', '113053.978000', '113053.980000', '113053.983000', '113053.985000', '113053.988000', '113053.991000', '113053.993000', '113053.996000', '113053.998000', '113113.880000', '113113.883000', '113113.886000', '113113.888000', '113113.891000', '113113.893000', '113113.896000', '113113.899000', '113113.901000', '113113.904000', '113113.906000', '113113.909000', '113113.911000', '113113.914000', '113113.917000', '113113.919000', '113113.922000', '113113.924000', '113113.927000', '113113.929000', '113113.932000', '113113.935000', '113113.937000', '113113.940000', '113113.942000', '113113.945000', '113113.947000', '113113.950000', '113113.953000', '113113.955000', '113113.958000', '113113.960000', '113113.963000', '113113.965000', '113113.968000', '113113.970000', '113113.973000', '113113.976000', '113113.978000', '113113.988000', '113113.991000', '113113.993000', '113113.996000', '113133.880000', '113133.883000', '113133.886000', '113133.888000', '113133.891000', '113133.893000', '113133.896000', '113133.899000', '113133.901000', '113133.904000', '113133.906000', '113133.909000', '113133.911000', '113133.914000', '113133.917000', '113133.919000', '113133.922000', '113133.924000', '113133.928000', '113133.931000', '113133.933000', '113133.936000', '113133.938000', '113133.941000', '113133.944000', '113133.946000', '113133.949000', '113133.951000', '113133.954000', '113133.956000', '113133.959000', '113133.962000', '113133.964000', '113133.967000', '113133.969000', '113133.972000', '113133.974000', '113133.977000', '113133.980000', '113133.982000', '113133.985000', '113133.987000', '113133.990000', '113133.992000', '113153.881000', '113153.884000', '113153.887000', '113153.889000', '113153.892000', '113153.894000', '113153.897000', '113153.900000', '113153.902000', '113153.905000', '113153.934000', '113153.937000', '113153.939000', '113153.942000', '113153.945000', '113153.947000', '113153.950000', '113153.952000', '113153.955000', '113153.957000', '113153.960000', '113153.963000', '113153.965000', '113153.968000', '113153.970000', '113153.973000', '113153.975000', '113153.978000', '113153.981000', '113153.983000', '113153.986000', '113153.988000', '113153.991000', '113153.994000', '113153.996000', '113154.000000', '113154.002000', '113154.005000', '113154.007000', '113154.010000', '113154.012000', '113154.015000', '113154.018000', '113213.882000', '113213.885000', '113213.887000', '113213.890000', '113213.893000', '113213.896000', '113213.899000', '113213.902000', '113213.905000', '113213.908000', '113213.910000', '113213.913000', '113213.916000', '113213.919000', '113213.922000', '113213.924000', '113213.927000', '113213.930000', '113213.933000', '113213.935000', '113213.938000', '113213.941000', '113213.943000', '113213.946000', '113213.949000', '113213.952000', '113213.954000', '113213.957000', '113213.960000', '113213.963000', '113213.965000', '113213.968000', '113213.971000', '113213.974000', '113213.977000', '113213.979000', '113213.982000', '113213.985000', '113213.987000', '113213.990000', '113213.993000', '113213.996000', '113213.998000', '113233.880000', '113233.883000', '113233.886000', '113233.888000', '113233.891000', '113233.894000', '113233.896000', '113233.899000', '113233.901000', '113233.904000', '113233.907000', '113233.909000', '113233.912000', '113233.915000', '113233.917000', '113233.920000', '113233.922000', '113233.925000', '113233.928000', '113233.930000', '113233.933000', '113233.935000', '113233.938000', '113233.941000', '113233.943000', '113233.946000', '113233.948000', '113233.951000', '113233.953000', '113233.956000', '113233.959000', '113233.961000', '113233.964000', '113233.966000', '113233.969000', '113233.971000', '113233.974000', '113233.977000', '113233.987000', '113233.990000', '113233.992000', '113233.995000', '113233.997000', '113234.001000', '113253.880000', '113253.883000', '113253.886000', '113253.888000', '113253.891000', '113253.894000', '113253.896000', '113253.899000', '113253.901000', '113253.904000', '113253.907000', '113253.909000', '113253.912000', '113253.915000', '113253.918000', '113253.921000', '113253.923000', '113253.926000', '113253.929000', '113253.931000', '113253.934000', '113253.936000', '113253.939000', '113253.942000', '113253.944000', '113253.947000', '113253.949000', '113253.952000', '113253.955000', '113253.957000', '113253.960000', '113253.962000', '113253.965000', '113253.967000', '113253.970000', '113253.973000', '113253.975000', '113253.978000', '113253.981000', '113253.983000', '113253.986000', '113253.988000', '113253.991000', '113253.993000', '113313.881000', '113313.883000', '113313.886000', '113313.889000', '113313.891000', '113313.894000', '113313.897000', '113313.899000', '113313.902000', '113313.904000', '113313.907000', '113313.910000', '113313.912000', '113313.915000', '113313.917000', '113313.920000', '113313.922000', '113313.925000', '113313.928000', '113313.930000', '113313.933000', '113313.936000', '113313.938000', '113313.941000', '113313.943000', '113313.946000', '113313.953000', '113313.955000', '113313.958000', '113313.960000', '113313.963000', '113313.966000', '113313.968000', '113313.971000', '113313.974000', '113313.987000', '113313.990000', '113313.992000', '113313.995000', '113313.998000', '113314.001000', '113314.004000', '113314.006000', '113333.881000', '113333.883000', '113333.886000', '113333.889000', '113333.891000', '113333.894000', '113333.896000', '113333.899000', '113333.902000', '113333.904000', '113333.907000', '113333.909000', '113333.912000', '113333.915000', '113333.917000', '113333.920000', '113333.922000', '113333.925000', '113333.927000', '113333.930000', '113333.933000', '113333.935000', '113333.938000', '113333.940000', '113333.943000', '113333.946000', '113333.948000', '113333.951000', '113333.953000', '113333.956000', '113333.959000', '113333.961000', '113333.964000', '113333.967000', '113333.969000', '113333.972000', '113333.975000', '113333.977000', '113333.980000', '113333.982000', '113333.985000', '113333.988000', '113333.990000', '113353.882000', '113353.884000', '113353.887000', '113353.890000', '113353.892000', '113353.895000', '113353.898000', '113353.900000', '113353.903000', '113353.905000', '113353.908000', '113353.911000', '113353.913000', '113353.916000', '113353.918000', '113353.921000', '113353.924000', '113353.926000', '113353.929000', '113353.931000', '113353.934000', '113353.937000', '113353.939000', '113353.942000', '113353.944000', '113353.947000', '113353.949000', '113353.952000', '113353.955000', '113353.957000', '113353.960000', '113353.962000', '113353.965000', '113353.967000', '113353.970000', '113353.973000', '113353.975000', '113353.978000', '113353.980000', '113353.983000', '113353.986000', '113353.988000', '113353.991000', '113353.993000', '113413.882000', '113413.884000', '113413.887000', '113413.890000', '113413.892000', '113413.895000', '113413.898000', '113413.900000', '113413.903000', '113413.905000', '113413.908000', '113413.910000', '113413.913000', '113413.916000', '113413.918000', '113413.921000', '113413.923000', '113413.926000', '113413.929000', '113413.931000', '113413.934000', '113413.937000', '113413.940000', '113413.943000', '113413.945000', '113413.948000', '113413.951000', '113413.954000', '113413.958000', '113413.960000', '113413.963000', '113413.965000', '113413.968000', '113413.971000', '113413.973000', '113413.976000', '113413.979000', '113413.981000', '113413.984000', '113413.986000', '113413.989000', '113413.991000', '113413.994000', '113433.880000', '113433.883000', '113433.886000', '113433.888000', '113433.891000', '113433.894000', '113433.896000', '113433.899000', '113433.902000', '113433.904000', '113433.907000', '113433.909000', '113433.912000', '113433.915000', '113433.917000', '113433.920000', '113433.922000', '113433.925000', '113433.928000', '113433.931000', '113433.933000', '113433.936000', '113433.938000', '113433.941000', '113433.944000', '113433.946000', '113433.949000', '113433.951000', '113433.954000', '113433.957000', '113433.959000', '113433.962000', '113433.964000', '113433.967000', '113433.970000', '113433.972000', '113433.975000', '113433.977000', '113433.980000', '113433.982000', '113433.985000', '113433.988000', '113433.990000', '113433.993000', '113453.880000', '113453.883000', '113453.886000', '113453.889000', '113453.891000', '113453.894000', '113453.896000', '113453.899000', '113453.901000', '113453.904000', '113453.907000', '113453.909000', '113453.912000', '113453.914000', '113453.917000', '113453.919000', '113453.932000', '113453.934000', '113453.937000', '113453.939000', '113453.942000', '113453.944000', '113453.947000', '113453.950000', '113453.952000', '113453.955000', '113453.957000', '113453.960000', '113453.963000', '113453.965000', '113453.968000', '113453.971000', '113453.973000', '113453.976000', '113453.979000', '113453.981000', '113453.984000', '113453.986000', '113453.989000', '113453.991000', '113453.994000', '113453.996000', '113453.999000', '113513.880000', '113513.883000', '113513.886000', '113513.889000', '113513.891000', '113513.894000', '113513.896000', '113513.899000', '113513.902000', '113513.904000', '113513.907000', '113513.909000', '113513.912000', '113513.914000', '113513.917000', '113513.920000', '113513.922000', '113513.925000', '113513.928000', '113513.930000', '113513.933000', '113513.935000', '113513.938000', '113513.941000', '113513.943000', '113513.946000', '113513.948000', '113513.951000', '113513.954000', '113513.956000', '113513.959000', '113513.961000', '113513.964000', '113513.967000', '113513.969000', '113513.972000', '113513.974000', '113513.977000', '113513.980000', '113513.982000', '113513.985000', '113513.987000', '113513.990000', '113513.993000', '113533.881000', '113533.883000', '113533.886000', '113533.888000', '113533.891000', '113533.894000', '113533.896000', '113533.899000', '113533.907000', '113533.909000', '113533.912000', '113533.914000', '113533.917000', '113533.920000', '113533.922000', '113533.925000', '113533.927000', '113533.930000', '113533.933000', '113533.936000', '113533.938000', '113533.941000', '113533.943000', '113533.946000', '113533.949000', '113533.951000', '113533.954000', '113533.956000', '113533.959000', '113533.962000', '113533.964000', '113533.967000', '113533.970000', '113533.972000', '113533.975000', '113533.977000', '113533.980000', '113533.983000', '113533.985000', '113533.988000', '113533.990000', '113533.994000', '113533.997000', '113553.880000', '113553.883000', '113553.886000', '113553.888000', '113553.891000', '113553.894000', '113553.896000', '113553.899000', '113553.901000', '113553.904000', '113553.907000', '113553.909000', '113553.912000', '113553.914000', '113553.917000', '113553.920000', '113553.922000', '113553.925000', '113553.927000', '113553.930000', '113553.933000', '113553.935000', '113553.938000', '113553.940000', '113553.943000', '113553.945000', '113553.948000', '113553.951000', '113553.955000', '113553.957000', '113553.960000', '113553.963000', '113553.965000', '113553.968000', '113553.971000', '113553.973000', '113553.976000', '113553.978000', '113553.981000', '113553.983000', '113553.986000', '113553.989000', '113553.991000', '113553.994000', '113613.881000', '113613.884000', '113613.887000', '113613.889000', '113613.892000', '113613.895000', '113613.897000', '113613.900000', '113613.903000', '113613.905000', '113613.908000', '113613.910000', '113613.913000', '113613.916000', '113613.918000', '113613.921000', '113613.923000', '113613.926000', '113613.929000', '113613.931000', '113613.934000', '113613.936000', '113613.939000', '113613.942000', '113613.944000', '113613.947000', '113613.949000', '113613.964000', '113613.967000', '113613.970000', '113613.972000', '113613.975000', '113613.977000', '113613.980000', '113613.982000', '113613.985000', '113613.988000', '113613.991000', '113613.994000', '113613.997000', '113614.000000', '113614.002000', '113614.005000', '113633.882000', '113633.885000', '113633.887000', '113633.890000', '113633.892000', '113633.895000', '113633.897000', '113633.900000', '113633.903000', '113633.905000', '113633.908000', '113633.910000', '113633.913000', '113633.916000', '113633.918000', '113633.921000', '113633.924000', '113633.926000', '113633.929000', '113633.931000', '113633.934000', '113633.936000', '113633.939000', '113633.942000', '113633.944000', '113633.947000', '113633.949000', '113633.952000', '113633.955000', '113633.957000', '113633.960000', '113633.962000', '113633.965000', '113633.968000', '113633.970000', '113633.973000', '113633.975000', '113633.978000', '113633.981000', '113633.983000', '113633.986000', '113633.989000', '113633.991000', '113633.994000', '113635.601000', '113635.604000', '113635.607000', '113635.610000'], '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': [11728, 16315, 13584, 14908, 7746, 12168, 7811, 11530, 8499, 11771, 7827, 11662, 8383, 8659, 7969, 15249, 9771, 16670, 12050, 15907, 15767, 7770, 9421, 8066, 10475, 15909, 12315, 14027, 7983, 7940, 8520, 8224, 14227, 8320, 14174, 7347, 8564, 8017, 9133, 7673, 13519, 8246, 7329, 9089, 7738, 13458, 8651, 15400, 9799, 14199, 7851, 10443, 16315, 7786, 14520, 8229, 7265, 7904, 7052, 7472, 8151, 10963, 11167, 12961, 8525, 12947, 16740, 13710, 15889, 10245, 12440, 9064, 8373, 8270, 11803, 15435, 10952, 14275, 9172, 10017, 14977, 8655, 12697, 7927, 13881, 8486, 12127, 8071, 10548, 13316, 10992, 13753, 10708, 14592, 7871, 8707, 14464, 8043, 14557, 10332, 12440, 7739, 9522, 10726, 8420, 15311, 10314, 14966, 7579, 12288, 13486, 8415, 13806, 7749, 13623, 7359, 12862, 7410, 8884, 7858, 8798, 9051, 14109, 12813, 9295, 8415, 8739, 13616, 13362, 15235, 10836, 13409, 9382, 8820, 13404, 11162, 13660, 7924, 12355, 7932, 11392, 10779, 9814, 15101, 8248, 12695, 12741, 9243, 15541, 11675, 14403, 8005, 12082, 7561, 10012, 14941, 11914, 12244, 7798, 13097, 7289, 12181, 14287, 12474, 12929, 8281, 13558, 8049, 13525, 10801, 14462, 7794, 8894, 14816, 8041, 14499, 10497, 15310, 10024, 11313, 14178, 8485, 14071, 8318, 15660, 13763, 10987, 13213, 8114, 10272, 7105, 10901, 14436, 12512, 10455, 8792, 7559, 10070, 7539, 12972, 9868, 14910, 11035, 15627, 9094, 13093, 8527, 16003, 7646, 11051, 15264, 8844, 11669, 9349, 8823, 13347, 8910, 14334, 8852, 13022, 8879, 11306, 8947, 11778, 14022, 13810, 14606, 11003, 14869, 8574, 13052, 13653, 9602, 13796, 7699, 13418, 13734, 10356, 12868, 8677, 11844, 8637, 9431, 8488, 8305, 13147, 8604, 11788, 8855, 10981, 8724, 8208, 13469, 8904, 13684, 9049, 11499, 9109, 11851, 8775, 9735, 14836, 10279, 13648, 9141, 13259, 8895, 10466, 14748, 10627, 14248, 8375, 8638, 8520, 8800, 9812, 8904, 12767, 9807, 15251, 12293, 14783, 12555, 15221, 12114, 16051, 14692, 15257, 8664, 14891, 8447, 15204, 12784, 14198, 8457, 12094, 7742, 10065, 7758, 13345, 12702, 10624, 14971, 8018, 15483, 11857, 16567, 16308, 14434, 15088, 8235, 13729, 9912, 12804, 15993, 11527, 14142, 7984, 12735, 8401, 9719, 8799, 12100, 8789, 9261, 8657, 10976, 8088, 12198, 14264, 8481, 13857, 8567, 13579, 9327, 14982, 15595, 12904, 13660, 8568, 13646, 8259, 12770, 15607, 11555, 13987, 8362, 10128, 8391, 8285, 9658, 9458, 15440, 14115, 11347, 16357, 14226, 16609, 12253, 12596, 16316, 8455, 13970, 8487, 15371, 14460, 10063, 11040, 10093, 14485, 8849, 13263, 9147, 13817, 8725, 11045, 9130, 13610, 8422, 13978, 9574, 12586, 8146, 12414, 8407, 12147, 13787, 11981, 9195, 8787, 7873, 9910, 13714, 8538, 13973, 9765, 12323, 9966, 8916, 13517, 8557, 13870, 8912, 13632, 8663, 13439, 9119, 8197, 7702, 7330, 14729, 12845, 11864, 13815, 9244, 10527, 8269, 9100, 7894, 11319, 8515, 14186, 13354, 13978, 12344, 11618, 16742, 13853, 13362, 10003, 8172, 10413, 7811, 13972, 12495, 13462, 13944, 10661, 14876, 8471, 13674, 7735, 11514, 14759, 10076, 13780, 7212, 9553, 7681, 11038, 7883, 11086, 7711, 8636, 13755, 7319, 13236, 7734, 9752, 14285, 7967, 13056, 7163, 7814, 9107, 8524, 12936, 7091, 10101, 9955, 7535, 11358, 7521, 8770, 14587, 8761, 12894, 7557, 7610, 13700, 7031, 8528, 7702, 8585, 8693, 7814, 8070, 7787, 8093, 8272, 11762, 10291, 11610, 7630, 13985, 7462, 16442, 17033, 13618, 16318, 11179, 16320, 14944, 12334, 14129, 8215, 14131, 8088, 14050, 9888, 13272, 7449, 14186, 7807, 8482, 14658, 8555, 13330, 7337, 11207, 7880, 8235, 8012, 8884, 9034, 7410, 7949, 8221, 13475, 7539, 14008, 9922, 14565, 8341, 12306, 15833, 8847, 15368, 8623, 14135, 7540, 8250, 7022, 7821, 11022, 16420, 9760, 7717, 9919, 14048, 10832, 11774, 8801, 12511, 14793, 15631, 14246, 15779, 14496, 17532, 8702, 15973, 9058, 8554, 7890, 8857, 8159, 10996, 8172, 13310, 8371, 10638, 7941, 12673, 12678, 11702, 13983, 8293, 12836, 7654, 11676, 7282, 13408, 8772, 11705, 7813, 11368, 9871, 11908, 14084, 12291, 12660, 7597, 13984, 9126, 12051, 14112, 12711, 12993, 7554, 11038, 7641, 8318, 13991, 11038, 12617, 7552, 8210, 13677, 7568, 13305, 12080, 11382, 12174, 7135, 8720, 7140, 8437, 7898, 13184, 11047, 15706, 7979, 8283, 11248, 8466, 12656, 15071, 10999, 15181, 9811, 15398, 13054, 10833, 15479, 11400, 16130, 10919, 11670, 8354, 12429, 8227, 10122, 8300, 8575, 8521, 12378, 14752, 10060, 13655, 8331, 8856, 7978, 12482, 9477, 13108, 10058, 13243, 7548, 11722, 13524, 11289, 14169, 9462, 12234, 7760, 11559, 7752, 13175, 11472, 14340, 12056, 11221, 14445, 9351, 14236, 10630, 11636, 13683, 8584, 14341, 8428, 9946, 7812, 8694, 14109, 8855, 11812, 8230, 9776, 9491, 8218, 13937, 9662, 13136, 7540, 9093, 13399, 8355, 10876, 8842, 10465, 12323, 8039, 12541, 8133, 8885, 8300, 9813, 7485, 8026, 7840, 8617, 12906, 9372, 13832, 10778, 15013, 8343, 10942, 8779, 11976, 9370, 14968, 14990, 11747, 13744, 8624, 12195, 8271, 12943, 8806, 13703, 8380, 11497, 7585, 9356, 14433, 12538, 13661, 8565, 13274, 8530, 12363, 9377, 14422, 9716, 12793, 8442, 13603, 8728, 13847, 10940, 13823, 8006, 9037, 13241, 8182, 12917, 8630, 13206, 8068, 8515, 7642, 7875, 11161, 8215, 12952, 9799, 15372, 9155, 8349, 7612, 8949, 13966, 13691, 14439, 9567, 13933, 9901, 8652, 13076, 7632, 13317, 8110, 7794, 11108, 8312, 8073, 7945, 11854, 8096, 12514, 8041, 13415, 8000, 13778, 14703, 13125, 12535, 8270, 13992, 9132, 10166, 14890, 9712, 7705, 8405, 11369, 8230, 13051, 9429, 14395, 8282, 11378, 14430, 10094, 13906, 10396, 13190, 8937, 8304, 12962, 7991, 11406, 13344, 12312, 11975, 8381, 11209, 8350, 8148, 14772, 9905, 13360, 8294, 11200, 8212, 8094, 13944, 8345, 13950, 9455, 13191, 7558, 9619, 8001, 8270, 7800, 10480, 8104, 15094, 8934, 11232, 16252, 9320, 14325, 12101, 8819, 13490, 8032, 8179, 8190, 13552, 9995, 13346, 7772, 14429, 8012, 14453, 10827, 15196], 'WindowCenter': [4430.0, 4432.0, 4415.0, 4405.0, 4315.0, 4374.0, 4314.0, 4376.0, 4336.0, 4374.0, 4313.0, 4372.0, 4322.0, 4335.0, 4324.0, 4403.0, 4370.0, 4431.0, 4374.0, 4396.0, 4381.0, 4288.0, 4317.0, 4295.0, 4338.0, 4375.0, 4358.0, 4368.0, 4296.0, 4295.0, 4295.0, 4306.0, 4365.0, 4310.0, 4377.0, 4302.0, 4321.0, 4325.0, 4345.0, 4323.0, 4394.0, 4334.0, 4313.0, 4342.0, 4324.0, 4394.0, 4347.0, 4405.0, 4365.0, 4406.0, 4322.0, 4376.0, 4401.0, 4323.0, 4404.0, 4348.0, 4328.0, 4350.0, 4318.0, 4332.0, 4339.0, 4392.0, 4396.0, 4425.0, 4363.0, 4405.0, 4412.0, 4378.0, 4389.0, 4351.0, 4381.0, 4339.0, 4326.0, 4322.0, 4376.0, 4382.0, 4345.0, 4375.0, 4336.0, 4331.0, 4372.0, 4313.0, 4362.0, 4302.0, 4387.0, 4324.0, 4364.0, 4298.0, 4344.0, 4371.0, 4352.0, 4374.0, 4342.0, 4385.0, 4290.0, 4309.0, 4357.0, 4302.0, 4382.0, 4329.0, 4363.0, 4291.0, 4333.0, 4339.0, 4312.0, 4390.0, 4344.0, 4383.0, 4286.0, 4360.0, 4356.0, 4299.0, 4369.0, 4302.0, 4373.0, 4293.0, 4372.0, 4305.0, 4334.0, 4328.0, 4335.0, 4348.0, 4398.0, 4391.0, 4337.0, 4318.0, 4326.0, 4374.0, 4364.0, 4384.0, 4356.0, 4379.0, 4324.0, 4327.0, 4375.0, 4360.0, 4376.0, 4308.0, 4379.0, 4328.0, 4368.0, 4382.0, 4357.0, 4413.0, 4327.0, 4390.0, 4378.0, 4349.0, 4409.0, 4381.0, 4397.0, 4315.0, 4376.0, 4305.0, 4359.0, 4396.0, 4379.0, 4375.0, 4309.0, 4386.0, 4296.0, 4392.0, 4393.0, 4378.0, 4378.0, 4328.0, 4385.0, 4316.0, 4397.0, 4367.0, 4399.0, 4319.0, 4351.0, 4409.0, 4330.0, 4400.0, 4370.0, 4409.0, 4346.0, 4366.0, 4382.0, 4324.0, 4384.0, 4314.0, 4398.0, 4370.0, 4356.0, 4374.0, 4302.0, 4342.0, 4295.0, 4367.0, 4397.0, 4374.0, 4351.0, 4313.0, 4299.0, 4347.0, 4305.0, 4390.0, 4346.0, 4408.0, 4369.0, 4398.0, 4339.0, 4372.0, 4310.0, 4381.0, 4305.0, 4352.0, 4369.0, 4311.0, 4341.0, 4310.0, 4313.0, 4360.0, 4311.0, 4370.0, 4309.0, 4359.0, 4307.0, 4339.0, 4307.0, 4349.0, 4356.0, 4359.0, 4358.0, 4313.0, 4346.0, 4272.0, 4332.0, 4327.0, 4291.0, 4330.0, 4247.0, 4331.0, 4327.0, 4290.0, 4317.0, 4267.0, 4308.0, 4267.0, 4291.0, 4277.0, 4283.0, 4343.0, 4293.0, 4334.0, 4305.0, 4337.0, 4296.0, 4298.0, 4369.0, 4321.0, 4369.0, 4335.0, 4361.0, 4334.0, 4362.0, 4318.0, 4347.0, 4382.0, 4354.0, 4382.0, 4343.0, 4384.0, 4322.0, 4354.0, 4383.0, 4368.0, 4399.0, 4325.0, 4324.0, 4330.0, 4327.0, 4345.0, 4339.0, 4377.0, 4362.0, 4400.0, 4393.0, 4401.0, 4401.0, 4410.0, 4394.0, 4412.0, 4402.0, 4400.0, 4328.0, 4384.0, 4328.0, 4396.0, 4379.0, 4388.0, 4314.0, 4378.0, 4318.0, 4359.0, 4320.0, 4413.0, 4414.0, 4371.0, 4413.0, 4328.0, 4424.0, 4388.0, 4426.0, 4407.0, 4401.0, 4384.0, 4313.0, 4373.0, 4333.0, 4377.0, 4396.0, 4367.0, 4369.0, 4301.0, 4362.0, 4314.0, 4344.0, 4338.0, 4376.0, 4340.0, 4345.0, 4340.0, 4367.0, 4330.0, 4391.0, 4398.0, 4340.0, 4392.0, 4338.0, 4386.0, 4344.0, 4409.0, 4397.0, 4385.0, 4382.0, 4323.0, 4383.0, 4314.0, 4387.0, 4405.0, 4367.0, 4385.0, 4327.0, 4356.0, 4339.0, 4341.0, 4382.0, 4388.0, 4436.0, 4415.0, 4383.0, 4420.0, 4401.0, 4422.0, 4392.0, 4394.0, 4399.0, 4315.0, 4374.0, 4314.0, 4399.0, 4369.0, 4333.0, 4341.0, 4332.0, 4370.0, 4322.0, 4387.0, 4323.0, 4373.0, 4326.0, 4354.0, 4336.0, 4384.0, 4328.0, 4386.0, 4345.0, 4377.0, 4315.0, 4375.0, 4314.0, 4375.0, 4387.0, 4375.0, 4335.0, 4326.0, 4315.0, 4355.0, 4381.0, 4323.0, 4395.0, 4345.0, 4374.0, 4328.0, 4324.0, 4369.0, 4310.0, 4370.0, 4338.0, 4387.0, 4337.0, 4386.0, 4346.0, 4329.0, 4318.0, 4309.0, 4410.0, 4402.0, 4392.0, 4403.0, 4380.0, 4385.0, 4343.0, 4358.0, 4320.0, 4323.0, 4283.0, 4331.0, 4333.0, 4346.0, 4335.0, 4349.0, 4378.0, 4383.0, 4357.0, 4329.0, 4307.0, 4341.0, 4289.0, 4371.0, 4357.0, 4360.0, 4356.0, 4339.0, 4367.0, 4294.0, 4355.0, 4271.0, 4335.0, 4350.0, 4313.0, 4342.0, 4264.0, 4302.0, 4285.0, 4348.0, 4295.0, 4348.0, 4284.0, 4305.0, 4365.0, 4286.0, 4357.0, 4282.0, 4327.0, 4365.0, 4296.0, 4354.0, 4276.0, 4297.0, 4317.0, 4319.0, 4371.0, 4288.0, 4340.0, 4327.0, 4297.0, 4348.0, 4297.0, 4321.0, 4380.0, 4317.0, 4369.0, 4297.0, 4299.0, 4368.0, 4279.0, 4336.0, 4313.0, 4346.0, 4332.0, 4323.0, 4324.0, 4327.0, 4340.0, 4363.0, 4402.0, 4396.0, 4404.0, 4370.0, 4436.0, 4331.0, 4407.0, 4394.0, 4383.0, 4395.0, 4365.0, 4406.0, 4381.0, 4374.0, 4368.0, 4309.0, 4369.0, 4310.0, 4380.0, 4342.0, 4371.0, 4304.0, 4393.0, 4311.0, 4334.0, 4393.0, 4332.0, 4381.0, 4302.0, 4361.0, 4310.0, 4322.0, 4311.0, 4345.0, 4346.0, 4314.0, 4326.0, 4336.0, 4395.0, 4327.0, 4407.0, 4358.0, 4406.0, 4323.0, 4382.0, 4403.0, 4358.0, 4417.0, 4335.0, 4399.0, 4329.0, 4339.0, 4320.0, 4341.0, 4390.0, 4420.0, 4373.0, 4321.0, 4362.0, 4401.0, 4383.0, 4366.0, 4340.0, 4375.0, 4376.0, 4371.0, 4375.0, 4387.0, 4375.0, 4404.0, 4324.0, 4397.0, 4320.0, 4319.0, 4301.0, 4318.0, 4313.0, 4368.0, 4339.0, 4400.0, 4339.0, 4365.0, 4317.0, 4398.0, 4389.0, 4376.0, 4385.0, 4324.0, 4373.0, 4303.0, 4362.0, 4316.0, 4385.0, 4339.0, 4376.0, 4316.0, 4378.0, 4356.0, 4390.0, 4394.0, 4386.0, 4375.0, 4318.0, 4394.0, 4334.0, 4386.0, 4386.0, 4386.0, 4371.0, 4300.0, 4351.0, 4302.0, 4326.0, 4381.0, 4351.0, 4363.0, 4290.0, 4312.0, 4370.0, 4299.0, 4384.0, 4360.0, 4350.0, 4345.0, 4292.0, 4310.0, 4291.0, 4338.0, 4326.0, 4400.0, 4378.0, 4406.0, 4315.0, 4316.0, 4364.0, 4311.0, 4362.0, 4371.0, 4344.0, 4371.0, 4318.0, 4371.0, 4348.0, 4329.0, 4370.0, 4339.0, 4371.0, 4330.0, 4339.0, 4298.0, 4361.0, 4300.0, 4341.0, 4313.0, 4321.0, 4335.0, 4385.0, 4395.0, 4357.0, 4384.0, 4328.0, 4334.0, 4326.0, 4389.0, 4354.0, 4397.0, 4359.0, 4398.0, 4313.0, 4375.0, 4386.0, 4366.0, 4395.0, 4346.0, 4375.0, 4314.0, 4365.0, 4312.0, 4397.0, 4378.0, 4407.0, 4376.0, 4364.0, 4382.0, 4332.0, 4382.0, 4351.0, 4365.0, 4382.0, 4320.0, 4382.0, 4309.0, 4340.0, 4289.0, 4312.0, 4371.0, 4320.0, 4348.0, 4312.0, 4341.0, 4329.0, 4309.0, 4381.0, 4330.0, 4372.0, 4288.0, 4318.0, 4366.0, 4299.0, 4349.0, 4319.0, 4337.0, 4359.0, 4299.0, 4359.0, 4300.0, 4347.0, 4323.0, 4344.0, 4303.0, 4314.0, 4325.0, 4335.0, 4384.0, 4344.0, 4394.0, 4354.0, 4393.0, 4313.0, 4351.0, 4333.0, 4373.0, 4341.0, 4405.0, 4395.0, 4375.0, 4381.0, 4323.0, 4359.0, 4313.0, 4374.0, 4328.0, 4393.0, 4324.0, 4376.0, 4303.0, 4347.0, 4392.0, 4387.0, 4394.0, 4333.0, 4383.0, 4333.0, 4383.0, 4359.0, 4393.0, 4360.0, 4383.0, 4325.0, 4385.0, 4323.0, 4396.0, 4362.0, 4396.0, 4313.0, 4336.0, 4379.0, 4323.0, 4371.0, 4332.0, 4382.0, 4313.0, 4324.0, 4302.0, 4326.0, 4374.0, 4339.0, 4387.0, 4355.0, 4406.0, 4331.0, 4324.0, 4304.0, 4334.0, 4394.0, 4396.0, 4393.0, 4344.0, 4395.0, 4329.0, 4308.0, 4369.0, 4303.0, 4370.0, 4297.0, 4289.0, 4347.0, 4325.0, 4300.0, 4325.0, 4373.0, 4323.0, 4385.0, 4328.0, 4395.0, 4325.0, 4398.0, 4393.0, 4386.0, 4372.0, 4323.0, 4382.0, 4331.0, 4354.0, 4391.0, 4347.0, 4299.0, 4324.0, 4362.0, 4336.0, 4399.0, 4346.0, 4405.0, 4325.0, 4376.0, 4392.0, 4353.0, 4384.0, 4341.0, 4374.0, 4308.0, 4310.0, 4359.0, 4301.0, 4362.0, 4369.0, 4361.0, 4348.0, 4310.0, 4350.0, 4312.0, 4311.0, 4379.0, 4341.0, 4370.0, 4311.0, 4362.0, 4309.0, 4312.0, 4379.0, 4315.0, 4394.0, 4345.0, 4370.0, 4299.0, 4342.0, 4326.0, 4325.0, 4319.0, 4371.0, 4327.0, 4394.0, 4330.0, 4366.0, 4392.0, 4334.0, 4395.0, 4359.0, 4322.0, 4370.0, 4299.0, 4309.0, 4313.0, 4382.0, 4346.0, 4370.0, 4304.0, 4381.0, 4312.0, 4394.0, 4356.0, 4396.0], 'WindowWidth': [9751.0, 9735.0, 9711.0, 9682.0, 9560.0, 9633.0, 9554.0, 9643.0, 9586.0, 9639.0, 9551.0, 9632.0, 9563.0, 9582.0, 9572.0, 9676.0, 9641.0, 9730.0, 9637.0, 9666.0, 9635.0, 9507.0, 9545.0, 9513.0, 9576.0, 9621.0, 9601.0, 9612.0, 9514.0, 9512.0, 9510.0, 9532.0, 9606.0, 9540.0, 9627.0, 9534.0, 9557.0, 9569.0, 9595.0, 9569.0, 9663.0, 9584.0, 9556.0, 9590.0, 9570.0, 9662.0, 9606.0, 9681.0, 9627.0, 9682.0, 9567.0, 9641.0, 9670.0, 9569.0, 9677.0, 9609.0, 9583.0, 9614.0, 9568.0, 9595.0, 9596.0, 9673.0, 9678.0, 9724.0, 9635.0, 9688.0, 9691.0, 9634.0, 9650.0, 9599.0, 9644.0, 9587.0, 9570.0, 9560.0, 9636.0, 9639.0, 9589.0, 9629.0, 9579.0, 9568.0, 9618.0, 9541.0, 9605.0, 9526.0, 9651.0, 9561.0, 9611.0, 9518.0, 9585.0, 9618.0, 9596.0, 9629.0, 9582.0, 9643.0, 9507.0, 9532.0, 9592.0, 9527.0, 9636.0, 9560.0, 9612.0, 9513.0, 9571.0, 9574.0, 9543.0, 9646.0, 9590.0, 9641.0, 9503.0, 9604.0, 9594.0, 9523.0, 9612.0, 9531.0, 9627.0, 9519.0, 9623.0, 9538.0, 9577.0, 9574.0, 9584.0, 9602.0, 9669.0, 9661.0, 9583.0, 9557.0, 9564.0, 9624.0, 9606.0, 9642.0, 9604.0, 9639.0, 9556.0, 9566.0, 9630.0, 9614.0, 9631.0, 9542.0, 9639.0, 9576.0, 9624.0, 9653.0, 9614.0, 9698.0, 9573.0, 9660.0, 9638.0, 9604.0, 9685.0, 9647.0, 9664.0, 9554.0, 9633.0, 9537.0, 9615.0, 9662.0, 9643.0, 9632.0, 9549.0, 9649.0, 9528.0, 9664.0, 9661.0, 9642.0, 9640.0, 9573.0, 9648.0, 9556.0, 9666.0, 9626.0, 9673.0, 9568.0, 9612.0, 9685.0, 9580.0, 9675.0, 9636.0, 9688.0, 9593.0, 9623.0, 9638.0, 9563.0, 9642.0, 9547.0, 9666.0, 9618.0, 9606.0, 9626.0, 9530.0, 9585.0, 9527.0, 9628.0, 9665.0, 9635.0, 9595.0, 9547.0, 9525.0, 9597.0, 9540.0, 9659.0, 9595.0, 9687.0, 9630.0, 9671.0, 9589.0, 9625.0, 9536.0, 9633.0, 9539.0, 9597.0, 9610.0, 9536.0, 9576.0, 9531.0, 9543.0, 9601.0, 9538.0, 9615.0, 9534.0, 9600.0, 9526.0, 9572.0, 9526.0, 9586.0, 9592.0, 9597.0, 9595.0, 9529.0, 9575.0, 9467.0, 9550.0, 9535.0, 9490.0, 9541.0, 9427.0, 9547.0, 9532.0, 9490.0, 9520.0, 9456.0, 9510.0, 9455.0, 9493.0, 9471.0, 9487.0, 9568.0, 9502.0, 9557.0, 9522.0, 9567.0, 9512.0, 9520.0, 9612.0, 9553.0, 9615.0, 9579.0, 9608.0, 9577.0, 9612.0, 9549.0, 9596.0, 9639.0, 9607.0, 9641.0, 9589.0, 9644.0, 9558.0, 9604.0, 9642.0, 9629.0, 9668.0, 9568.0, 9559.0, 9574.0, 9565.0, 9586.0, 9588.0, 9634.0, 9621.0, 9666.0, 9664.0, 9675.0, 9678.0, 9690.0, 9671.0, 9695.0, 9677.0, 9671.0, 9572.0, 9641.0, 9575.0, 9663.0, 9640.0, 9652.0, 9548.0, 9638.0, 9560.0, 9615.0, 9568.0, 9699.0, 9701.0, 9638.0, 9694.0, 9577.0, 9712.0, 9658.0, 9720.0, 9682.0, 9674.0, 9641.0, 9545.0, 9624.0, 9567.0, 9634.0, 9658.0, 9620.0, 9614.0, 9529.0, 9609.0, 9550.0, 9590.0, 9588.0, 9635.0, 9595.0, 9597.0, 9594.0, 9627.0, 9582.0, 9665.0, 9668.0, 9595.0, 9656.0, 9588.0, 9652.0, 9592.0, 9685.0, 9665.0, 9648.0, 9639.0, 9561.0, 9642.0, 9549.0, 9656.0, 9675.0, 9624.0, 9646.0, 9572.0, 9607.0, 9594.0, 9602.0, 9663.0, 9674.0, 9735.0, 9702.0, 9654.0, 9703.0, 9674.0, 9714.0, 9666.0, 9672.0, 9668.0, 9552.0, 9626.0, 9543.0, 9667.0, 9616.0, 9568.0, 9571.0, 9566.0, 9613.0, 9555.0, 9650.0, 9557.0, 9621.0, 9567.0, 9597.0, 9581.0, 9642.0, 9573.0, 9650.0, 9593.0, 9635.0, 9551.0, 9635.0, 9548.0, 9634.0, 9652.0, 9634.0, 9579.0, 9568.0, 9551.0, 9607.0, 9636.0, 9562.0, 9662.0, 9590.0, 9629.0, 9560.0, 9559.0, 9613.0, 9539.0, 9618.0, 9587.0, 9650.0, 9589.0, 9651.0, 9601.0, 9577.0, 9559.0, 9548.0, 9690.0, 9683.0, 9669.0, 9686.0, 9668.0, 9662.0, 9602.0, 9626.0, 9557.0, 9542.0, 9480.0, 9547.0, 9547.0, 9572.0, 9557.0, 9587.0, 9625.0, 9638.0, 9594.0, 9562.0, 9531.0, 9581.0, 9508.0, 9621.0, 9598.0, 9606.0, 9593.0, 9574.0, 9608.0, 9506.0, 9588.0, 9472.0, 9564.0, 9577.0, 9532.0, 9565.0, 9466.0, 9514.0, 9497.0, 9588.0, 9513.0, 9586.0, 9497.0, 9528.0, 9605.0, 9504.0, 9598.0, 9495.0, 9559.0, 9604.0, 9516.0, 9591.0, 9491.0, 9520.0, 9545.0, 9554.0, 9622.0, 9511.0, 9581.0, 9560.0, 9523.0, 9589.0, 9519.0, 9556.0, 9634.0, 9547.0, 9618.0, 9518.0, 9525.0, 9612.0, 9498.0, 9587.0, 9549.0, 9599.0, 9576.0, 9569.0, 9568.0, 9578.0, 9602.0, 9638.0, 9684.0, 9684.0, 9692.0, 9660.0, 9742.0, 9588.0, 9683.0, 9655.0, 9641.0, 9662.0, 9623.0, 9682.0, 9636.0, 9630.0, 9614.0, 9537.0, 9614.0, 9542.0, 9635.0, 9588.0, 9624.0, 9540.0, 9657.0, 9547.0, 9580.0, 9657.0, 9575.0, 9637.0, 9536.0, 9609.0, 9543.0, 9561.0, 9546.0, 9598.0, 9597.0, 9557.0, 9571.0, 9587.0, 9662.0, 9579.0, 9685.0, 9616.0, 9681.0, 9564.0, 9644.0, 9672.0, 9623.0, 9699.0, 9584.0, 9674.0, 9583.0, 9594.0, 9576.0, 9603.0, 9667.0, 9707.0, 9643.0, 9565.0, 9622.0, 9672.0, 9656.0, 9619.0, 9592.0, 9633.0, 9628.0, 9613.0, 9629.0, 9652.0, 9633.0, 9673.0, 9561.0, 9666.0, 9551.0, 9549.0, 9527.0, 9548.0, 9550.0, 9630.0, 9592.0, 9675.0, 9592.0, 9622.0, 9559.0, 9673.0, 9660.0, 9641.0, 9648.0, 9565.0, 9626.0, 9537.0, 9612.0, 9560.0, 9649.0, 9594.0, 9640.0, 9558.0, 9643.0, 9609.0, 9661.0, 9661.0, 9653.0, 9633.0, 9563.0, 9661.0, 9578.0, 9654.0, 9650.0, 9649.0, 9622.0, 9528.0, 9597.0, 9531.0, 9570.0, 9638.0, 9595.0, 9611.0, 9511.0, 9542.0, 9615.0, 9526.0, 9645.0, 9604.0, 9591.0, 9577.0, 9518.0, 9539.0, 9519.0, 9592.0, 9574.0, 9677.0, 9644.0, 9677.0, 9550.0, 9552.0, 9614.0, 9539.0, 9607.0, 9614.0, 9581.0, 9615.0, 9538.0, 9617.0, 9577.0, 9553.0, 9611.0, 9572.0, 9625.0, 9559.0, 9570.0, 9515.0, 9603.0, 9523.0, 9579.0, 9547.0, 9554.0, 9579.0, 9648.0, 9660.0, 9614.0, 9645.0, 9577.0, 9579.0, 9572.0, 9659.0, 9610.0, 9671.0, 9618.0, 9671.0, 9549.0, 9636.0, 9651.0, 9624.0, 9662.0, 9596.0, 9633.0, 9553.0, 9620.0, 9550.0, 9671.0, 9646.0, 9684.0, 9638.0, 9619.0, 9640.0, 9572.0, 9641.0, 9597.0, 9619.0, 9638.0, 9555.0, 9636.0, 9540.0, 9581.0, 9509.0, 9544.0, 9621.0, 9552.0, 9586.0, 9543.0, 9581.0, 9562.0, 9536.0, 9636.0, 9565.0, 9624.0, 9508.0, 9547.0, 9608.0, 9523.0, 9592.0, 9549.0, 9573.0, 9599.0, 9524.0, 9606.0, 9526.0, 9602.0, 9564.0, 9591.0, 9536.0, 9553.0, 9569.0, 9584.0, 9645.0, 9596.0, 9661.0, 9603.0, 9655.0, 9547.0, 9598.0, 9579.0, 9633.0, 9586.0, 9678.0, 9660.0, 9636.0, 9634.0, 9561.0, 9604.0, 9546.0, 9630.0, 9563.0, 9658.0, 9563.0, 9636.0, 9535.0, 9601.0, 9655.0, 9653.0, 9659.0, 9578.0, 9641.0, 9578.0, 9647.0, 9622.0, 9659.0, 9623.0, 9644.0, 9569.0, 9649.0, 9562.0, 9665.0, 9615.0, 9666.0, 9549.0, 9583.0, 9633.0, 9564.0, 9626.0, 9575.0, 9642.0, 9548.0, 9564.0, 9534.0, 9574.0, 9636.0, 9595.0, 9657.0, 9613.0, 9681.0, 9571.0, 9564.0, 9535.0, 9580.0, 9661.0, 9665.0, 9657.0, 9593.0, 9663.0, 9564.0, 9536.0, 9617.0, 9535.0, 9619.0, 9519.0, 9510.0, 9583.0, 9566.0, 9527.0, 9569.0, 9630.0, 9569.0, 9651.0, 9579.0, 9663.0, 9572.0, 9672.0, 9658.0, 9653.0, 9628.0, 9563.0, 9642.0, 9569.0, 9605.0, 9651.0, 9601.0, 9528.0, 9568.0, 9613.0, 9587.0, 9672.0, 9600.0, 9681.0, 9567.0, 9639.0, 9655.0, 9605.0, 9647.0, 9582.0, 9629.0, 9532.0, 9539.0, 9603.0, 9526.0, 9611.0, 9616.0, 9610.0, 9587.0, 9539.0, 9592.0, 9542.0, 9542.0, 9633.0, 9585.0, 9621.0, 9545.0, 9613.0, 9539.0, 9547.0, 9632.0, 9553.0, 9662.0, 9594.0, 9621.0, 9528.0, 9587.0, 9573.0, 9570.0, 9564.0, 9634.0, 9570.0, 9660.0, 9568.0, 9623.0, 9654.0, 9580.0, 9661.0, 9604.0, 9558.0, 9619.0, 9525.0, 9536.0, 9547.0, 9640.0, 9594.0, 9619.0, 9538.0, 9637.0, 9547.0, 9660.0, 9608.0, 9665.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.008401699196326063</td></tr>
<tr><td colspan=3>aqi</td><td>0.06624001641791046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.1346873843103</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2575506714597704</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0911235245517246</td></tr>
<tr><td colspan=3>efc</td><td>0.4791</td></tr>
<tr><td colspan=3>fber</td><td>5075.4766</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21099110267563415</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>276</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.687715269804823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6207162141980387</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.480455213588612</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.918178657697926</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4635147713075782</td></tr>
<tr><td colspan=3>gcor</td><td>0.00919706</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018834087997674942</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025168275460600853</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.7842855989189657</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>22.0928</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.7888</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.2787</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301832.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>907.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.8875</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9159</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.8514</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3516.0448</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3728.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.1199</td></tr>
<tr><td colspan=3>tsnr</td><td>23.035499526187778</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>