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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0032/ses-03/func/sub-0032_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0af035d0a0d0311808feb7cf39d65f07</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>13:39:31.457500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993762, -0.0593739, 0.0943986, 0.0694906, 0.991744, -0.107771]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0896896</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7781, -7216, 595, -149, -185, -102, 5]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>242.278</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>04b2dc13-09e0-411d-a1a8-157487a86bf5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666191816329956, 0.18643832206726074, 0.23549532890319824, 98.18782806396484], [0.15929588675498962, 2.6607770919799805, -0.3068787157535553, -101.95337677001953], [0.2532646358013153, 0.2891422510147095, 2.6721465587615967, -86.41835021972656], [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': ['133931.457500', '133931.917500', '133932.377500', '133932.837500', '133933.297500', '133933.757500', '133934.217500', '133934.677500', '133935.137500', '133935.597500', '133936.057500', '133936.517500', '133936.977500', '133937.437500', '133937.897500', '133938.357500', '133938.817500', '133939.277500', '133939.737500', '133940.197500', '133940.657500', '133941.117500', '133941.577500', '133942.037500', '133942.497500', '133942.957500', '133943.417500', '133943.877500', '133944.337500', '133944.797500', '133945.257500', '133945.717500', '133946.177500', '133946.637500', '133947.097500', '133947.557500', '133948.017500', '133948.477500', '133948.937500', '133949.397500', '133949.857500', '133950.317500', '133950.777500', '133951.237500', '133951.697500', '133952.157500', '133952.617500', '133953.077500', '133953.537500', '133953.997500', '133954.457500', '133954.917500', '133955.377500', '133955.837500', '133956.297500', '133956.757500', '133957.217500', '133957.677500', '133958.137500', '133958.597500', '133959.057500', '133959.517500', '133959.977500', '134000.437500', '134000.897500', '134001.357500', '134001.817500', '134002.277500', '134002.737500', '134003.197500', '134003.657500', '134004.117500', '134004.577500', '134005.037500', '134005.497500', '134005.957500', '134006.417500', '134006.877500', '134007.337500', '134007.797500', '134008.257500', '134008.717500', '134009.177500', '134009.637500', '134010.097500', '134010.557500', '134011.017500', '134011.477500', '134011.937500', '134012.397500', '134012.857500', '134013.317500', '134013.777500', '134014.237500', '134014.697500', '134015.157500', '134015.617500', '134016.077500', '134016.537500', '134016.997500', '134017.457500', '134017.917500', '134018.377500', '134018.837500', '134019.297500', '134019.757500', '134020.217500', '134020.677500', '134021.137500', '134021.597500', '134022.057500', '134022.517500', '134022.977500', '134023.437500', '134023.897500', '134024.357500', '134024.817500', '134025.277500', '134025.737500', '134026.197500', '134026.657500', '134027.117500', '134027.577500', '134028.037500', '134028.497500', '134028.957500', '134029.417500', '134029.877500', '134030.337500', '134030.797500', '134031.257500', '134031.717500', '134032.177500', '134032.637500', '134033.097500', '134033.557500', '134034.017500', '134034.477500', '134034.937500', '134035.397500', '134035.857500', '134036.317500', '134036.777500', '134037.237500', '134037.697500', '134038.157500', '134038.617500', '134039.077500', '134039.537500', '134039.997500', '134040.457500', '134040.917500', '134041.377500', '134041.837500', '134042.297500', '134042.757500', '134043.217500', '134043.677500', '134044.137500', '134044.597500', '134045.057500', '134045.517500', '134045.977500', '134046.437500', '134046.897500', '134047.357500', '134047.817500', '134048.277500', '134048.737500', '134049.197500', '134049.657500', '134050.117500', '134050.577500', '134051.037500', '134051.497500', '134051.957500', '134052.417500', '134052.877500', '134053.337500', '134053.797500', '134054.257500', '134054.717500', '134055.177500', '134055.637500', '134056.097500', '134056.557500', '134057.017500', '134057.477500', '134057.937500', '134058.397500', '134058.857500', '134059.317500', '134059.777500', '134100.237500', '134100.697500', '134101.157500', '134101.617500', '134102.077500', '134102.537500', '134102.997500', '134103.457500', '134103.917500', '134104.377500', '134104.837500', '134105.297500', '134105.757500', '134106.217500', '134106.677500', '134107.137500', '134107.597500', '134108.057500', '134108.517500', '134108.977500', '134109.437500', '134109.897500', '134110.357500', '134110.817500', '134111.277500', '134111.737500', '134112.197500', '134112.657500', '134113.117500', '134113.577500', '134114.037500', '134114.497500', '134114.957500', '134115.417500', '134115.877500', '134116.337500', '134116.797500', '134117.257500', '134117.717500', '134118.177500', '134118.637500', '134119.097500', '134119.557500', '134120.017500', '134120.477500', '134120.937500', '134121.397500', '134121.857500', '134122.317500', '134122.777500', '134123.237500', '134123.697500', '134124.157500', '134124.617500', '134125.077500', '134125.537500', '134125.997500', '134126.457500', '134126.917500', '134127.377500', '134127.837500', '134128.297500', '134128.757500', '134129.217500', '134129.677500', '134130.137500', '134130.597500', '134131.057500', '134131.517500', '134131.977500', '134132.437500', '134132.897500', '134133.357500', '134133.817500', '134134.277500', '134134.737500', '134135.197500', '134135.657500', '134136.117500', '134136.577500', '134137.037500', '134137.497500', '134137.957500', '134138.417500', '134138.877500', '134139.337500', '134139.797500', '134140.257500', '134140.717500', '134141.177500', '134141.637500', '134142.097500', '134142.557500', '134143.017500', '134143.477500', '134143.937500', '134144.397500', '134144.857500', '134145.317500', '134145.777500', '134146.237500', '134146.697500', '134147.157500', '134147.617500', '134148.077500', '134148.537500', '134148.997500', '134149.457500', '134149.917500', '134150.377500', '134150.837500', '134151.297500', '134151.757500', '134152.217500', '134152.677500', '134153.137500', '134153.597500', '134154.057500', '134154.517500', '134154.977500', '134155.437500', '134155.897500', '134156.357500', '134156.817500', '134157.277500', '134157.737500', '134158.197500', '134158.657500', '134159.117500', '134159.577500', '134200.037500', '134200.497500', '134200.957500', '134201.417500', '134201.877500', '134202.337500', '134202.797500', '134203.257500', '134203.717500', '134204.177500', '134204.637500', '134205.097500', '134205.557500', '134206.017500', '134206.477500', '134206.937500', '134207.397500', '134207.857500', '134208.317500', '134208.777500', '134209.237500', '134209.697500', '134210.157500', '134210.617500', '134211.077500', '134211.537500', '134211.997500', '134212.457500', '134212.917500', '134213.377500', '134213.837500', '134214.297500', '134214.757500', '134215.217500', '134215.677500', '134216.137500', '134216.597500', '134217.057500', '134217.517500', '134217.977500', '134218.437500', '134218.897500', '134219.357500', '134219.817500', '134220.277500', '134220.737500', '134221.197500', '134221.657500', '134222.117500', '134222.577500', '134223.037500', '134223.497500', '134223.957500', '134224.417500', '134224.877500', '134225.337500', '134225.797500', '134226.257500', '134226.717500', '134227.177500', '134227.637500', '134228.097500', '134228.557500', '134229.017500', '134229.477500', '134229.937500', '134230.397500', '134230.857500', '134231.317500', '134231.777500', '134232.237500', '134232.697500', '134233.157500', '134233.617500', '134234.077500', '134234.537500', '134234.997500', '134235.457500', '134235.917500', '134236.377500', '134236.837500', '134237.297500', '134237.757500', '134238.217500', '134238.677500', '134239.137500', '134239.597500', '134240.057500', '134240.517500', '134240.977500', '134241.437500', '134241.897500', '134242.357500', '134242.817500', '134243.277500', '134243.737500', '134244.197500', '134244.657500', '134245.117500', '134245.577500', '134246.037500', '134246.497500', '134246.957500', '134247.417500', '134247.877500', '134248.337500', '134248.797500', '134249.257500', '134249.717500', '134250.177500', '134250.637500', '134251.097500', '134251.557500', '134252.017500', '134252.477500', '134252.937500', '134253.397500', '134253.857500', '134254.317500', '134254.777500', '134255.237500', '134255.697500', '134256.157500', '134256.617500', '134257.077500', '134257.537500', '134257.997500', '134258.457500', '134258.917500', '134259.377500', '134259.837500', '134300.297500', '134300.757500', '134301.217500', '134301.677500', '134302.137500', '134302.597500', '134303.057500', '134303.517500', '134303.977500', '134304.437500', '134304.897500', '134305.357500', '134305.817500', '134306.277500', '134306.737500', '134307.197500', '134307.657500', '134308.117500', '134308.577500', '134309.037500', '134309.497500', '134309.957500', '134310.417500', '134310.877500', '134311.337500', '134311.797500', '134312.257500', '134312.717500', '134313.177500', '134313.637500', '134314.097500', '134314.557500', '134315.017500', '134315.477500', '134315.937500', '134316.397500', '134316.857500', '134317.317500', '134317.777500', '134318.237500', '134318.697500', '134319.157500', '134319.617500', '134320.077500', '134320.537500', '134320.997500', '134321.457500', '134321.917500', '134322.377500', '134322.837500', '134323.297500', '134323.757500', '134324.217500', '134324.677500', '134325.137500', '134325.597500', '134326.057500', '134326.517500', '134326.977500', '134327.437500', '134327.897500', '134328.357500', '134328.817500', '134329.277500', '134329.737500', '134330.197500', '134330.657500', '134331.117500', '134331.577500', '134332.037500', '134332.497500', '134332.957500', '134333.417500', '134333.877500', '134334.337500', '134334.797500', '134335.257500', '134335.717500', '134336.177500', '134336.637500', '134337.097500', '134337.557500', '134338.017500', '134338.477500', '134338.937500', '134339.397500', '134339.857500', '134340.317500', '134340.777500', '134341.237500', '134341.697500', '134342.157500', '134342.617500', '134343.077500', '134343.537500', '134343.997500', '134344.457500', '134344.917500', '134345.377500', '134345.837500', '134346.297500', '134346.757500', '134347.217500', '134347.677500', '134348.137500', '134348.597500', '134349.057500', '134349.517500', '134349.977500', '134350.437500', '134350.897500', '134351.357500', '134351.817500', '134352.277500', '134352.737500', '134353.197500', '134353.657500', '134354.117500', '134354.577500', '134355.037500', '134355.497500', '134355.957500', '134356.417500', '134356.877500', '134357.337500', '134357.797500', '134358.257500', '134358.717500', '134359.177500', '134359.637500', '134400.097500', '134400.557500', '134401.017500', '134401.477500', '134401.937500', '134402.397500', '134402.857500', '134403.317500', '134403.777500', '134404.237500', '134404.697500', '134405.157500', '134405.617500', '134406.077500', '134406.537500', '134406.997500', '134407.457500', '134407.917500', '134408.377500', '134408.837500', '134409.297500', '134409.757500', '134410.217500', '134410.677500', '134411.137500', '134411.597500', '134412.057500', '134412.517500', '134412.977500', '134413.437500', '134413.897500', '134414.357500', '134414.817500', '134415.277500', '134415.737500', '134416.197500', '134416.657500', '134417.117500', '134417.577500', '134418.037500', '134418.497500', '134418.957500', '134419.417500', '134419.877500', '134420.337500', '134420.797500', '134421.257500', '134421.717500', '134422.177500', '134422.637500', '134423.097500', '134423.557500', '134424.017500', '134424.477500', '134424.937500', '134425.397500', '134425.857500', '134426.317500', '134426.777500', '134427.237500', '134427.697500', '134428.157500', '134428.617500', '134429.077500', '134429.537500', '134429.997500', '134430.457500', '134430.917500', '134431.377500', '134431.837500', '134432.297500', '134432.757500', '134433.217500', '134433.677500', '134434.137500', '134434.597500', '134435.057500', '134435.517500', '134435.977500', '134436.437500', '134436.897500', '134437.357500', '134437.817500', '134438.277500', '134438.737500', '134439.197500', '134439.657500', '134440.117500', '134440.577500', '134441.037500', '134441.497500', '134441.957500', '134442.417500', '134442.877500', '134443.337500', '134443.797500', '134444.257500', '134444.717500', '134445.177500', '134445.637500', '134446.097500', '134446.557500', '134447.017500', '134447.477500', '134447.937500', '134448.397500', '134448.857500', '134449.317500', '134449.777500', '134450.237500', '134450.697500', '134451.157500', '134451.617500', '134452.077500', '134452.537500', '134452.997500', '134453.457500', '134453.917500', '134454.377500', '134454.837500', '134455.297500', '134455.757500', '134456.217500', '134456.677500', '134457.137500', '134457.597500', '134458.057500', '134458.517500', '134458.977500', '134459.437500', '134459.897500', '134500.357500', '134500.817500', '134501.277500', '134501.737500', '134502.197500', '134502.657500', '134503.117500', '134503.577500', '134504.037500', '134504.497500', '134504.957500', '134505.417500', '134505.877500', '134506.337500', '134506.797500', '134507.257500', '134507.717500', '134508.177500', '134508.637500', '134509.097500', '134509.557500', '134510.017500', '134510.477500', '134510.937500', '134511.397500', '134511.857500', '134512.317500', '134512.777500', '134513.237500', '134513.697500', '134514.157500', '134514.617500', '134515.077500', '134515.537500', '134515.997500', '134516.457500', '134516.917500', '134517.377500', '134517.837500', '134518.297500', '134518.757500', '134519.217500', '134519.677500', '134520.137500', '134520.597500', '134521.057500', '134521.517500', '134521.977500', '134522.437500', '134522.897500', '134523.357500', '134523.817500', '134524.277500', '134524.737500', '134525.197500', '134525.657500', '134526.117500', '134526.577500', '134527.037500', '134527.497500', '134527.957500', '134528.417500', '134528.877500', '134529.337500', '134529.797500', '134530.257500', '134530.717500', '134531.177500', '134531.637500', '134532.097500', '134532.557500', '134533.017500', '134533.477500', '134533.937500', '134534.397500', '134534.857500', '134535.317500', '134535.777500', '134536.237500', '134536.697500', '134537.157500', '134537.617500', '134538.077500', '134538.537500', '134538.997500', '134539.457500', '134539.917500', '134540.377500', '134540.837500', '134541.297500', '134541.757500', '134542.217500', '134542.677500', '134543.137500', '134543.597500', '134544.057500', '134544.517500', '134544.977500', '134545.437500', '134545.897500', '134546.357500', '134546.817500', '134547.277500', '134547.737500', '134548.197500', '134548.657500', '134549.117500', '134549.577500', '134550.037500', '134550.497500', '134550.957500', '134551.417500', '134551.877500', '134552.337500', '134552.797500', '134553.257500', '134553.717500', '134554.177500', '134554.637500', '134555.097500', '134555.557500', '134556.017500', '134556.477500', '134556.937500', '134557.397500', '134557.857500', '134558.317500', '134558.777500', '134559.237500', '134559.697500', '134600.157500', '134600.617500', '134601.077500', '134601.537500', '134601.997500', '134602.457500', '134602.917500', '134603.377500', '134603.837500', '134604.297500', '134604.757500', '134605.217500', '134605.677500', '134606.137500', '134606.597500', '134607.057500', '134607.517500', '134607.977500', '134608.437500', '134608.897500', '134609.357500', '134609.817500', '134610.277500', '134610.737500', '134611.197500', '134611.657500', '134612.117500'], 'ContentTime': ['133945.706000', '133945.709000', '133945.712000', '133945.726000', '133945.736000', '133945.739000', '133945.742000', '133945.744000', '133945.747000', '133945.750000', '133945.753000', '133945.756000', '133945.759000', '133945.762000', '133945.765000', '133945.767000', '133945.770000', '133945.773000', '133945.776000', '133945.779000', '133945.783000', '133945.786000', '133945.795000', '133945.797000', '133945.800000', '133945.803000', '133945.806000', '133945.809000', '134005.670000', '134005.673000', '134005.676000', '134005.679000', '134005.682000', '134005.684000', '134005.687000', '134005.690000', '134005.694000', '134005.697000', '134005.700000', '134005.703000', '134005.706000', '134005.709000', '134005.712000', '134005.714000', '134005.717000', '134005.720000', '134005.723000', '134005.726000', '134005.729000', '134005.731000', '134005.734000', '134005.737000', '134005.740000', '134005.748000', '134005.751000', '134005.754000', '134005.757000', '134005.760000', '134005.763000', '134005.766000', '134005.768000', '134005.771000', '134005.774000', '134005.782000', '134005.785000', '134005.787000', '134005.790000', '134005.793000', '134005.796000', '134005.799000', '134005.802000', '134005.805000', '134025.671000', '134025.674000', '134025.677000', '134025.680000', '134025.683000', '134025.685000', '134025.688000', '134025.691000', '134025.694000', '134025.697000', '134025.700000', '134025.703000', '134025.705000', '134025.708000', '134025.711000', '134025.714000', '134025.717000', '134025.720000', '134025.728000', '134025.730000', '134025.733000', '134025.736000', '134025.739000', '134025.742000', '134025.745000', '134025.748000', '134025.761000', '134025.764000', '134025.767000', '134025.770000', '134025.773000', '134025.775000', '134025.778000', '134025.781000', '134025.784000', '134025.792000', '134025.795000', '134025.798000', '134025.801000', '134025.804000', '134025.807000', '134025.810000', '134025.812000', '134045.671000', '134045.674000', '134045.677000', '134045.680000', '134045.682000', '134045.685000', '134045.688000', '134045.691000', '134045.694000', '134045.697000', '134045.700000', '134045.702000', '134045.705000', '134045.708000', '134045.711000', '134045.714000', '134045.717000', '134045.720000', '134045.722000', '134045.725000', '134045.728000', '134045.731000', '134045.734000', '134045.737000', '134045.740000', '134045.743000', '134045.745000', '134045.748000', '134045.751000', '134045.754000', '134045.757000', '134045.760000', '134045.763000', '134045.766000', '134045.768000', '134045.771000', '134045.774000', '134045.777000', '134045.780000', '134045.783000', '134045.785000', '134045.788000', '134045.791000', '134045.794000', '134105.671000', '134105.674000', '134105.677000', '134105.680000', '134105.683000', '134105.685000', '134105.688000', '134105.691000', '134105.694000', '134105.697000', '134105.700000', '134105.703000', '134105.705000', '134105.708000', '134105.711000', '134105.714000', '134105.717000', '134105.720000', '134105.723000', '134105.726000', '134105.728000', '134105.731000', '134105.734000', '134105.737000', '134105.740000', '134105.743000', '134105.746000', '134105.749000', '134105.752000', '134105.754000', '134105.757000', '134105.760000', '134105.763000', '134105.767000', '134105.771000', '134105.774000', '134105.777000', '134105.779000', '134105.782000', '134105.785000', '134105.788000', '134105.791000', '134105.794000', '134125.671000', '134125.674000', '134125.677000', '134125.679000', '134125.683000', '134125.685000', '134125.688000', '134125.691000', '134125.694000', '134125.697000', '134125.700000', '134125.703000', '134125.706000', '134125.708000', '134125.711000', '134125.714000', '134125.717000', '134125.720000', '134125.723000', '134125.726000', '134125.729000', '134125.731000', '134125.734000', '134125.737000', '134125.740000', '134125.743000', '134125.746000', '134125.749000', '134125.752000', '134125.755000', '134125.758000', '134125.760000', '134125.763000', '134125.766000', '134125.769000', '134125.772000', '134125.775000', '134125.778000', '134125.780000', '134125.783000', '134125.786000', '134125.789000', '134125.792000', '134125.795000', '134145.670000', '134145.673000', '134145.676000', '134145.679000', '134145.682000', '134145.684000', '134145.687000', '134145.690000', '134145.693000', '134145.696000', '134145.699000', '134145.702000', '134145.705000', '134145.707000', '134145.710000', '134145.713000', '134145.716000', '134145.719000', '134145.722000', '134145.725000', '134145.728000', '134145.731000', '134145.734000', '134145.737000', '134145.739000', '134145.742000', '134145.745000', '134145.748000', '134145.751000', '134145.754000', '134145.757000', '134145.760000', '134145.763000', '134145.765000', '134145.768000', '134145.771000', '134145.774000', '134145.777000', '134145.780000', '134145.783000', '134145.786000', '134145.789000', '134145.792000', '134205.670000', '134205.673000', '134205.676000', '134205.679000', '134205.682000', '134205.684000', '134205.687000', '134205.700000', '134205.703000', '134205.706000', '134205.708000', '134205.711000', '134205.714000', '134205.717000', '134205.720000', '134205.723000', '134205.725000', '134205.728000', '134205.731000', '134205.734000', '134205.737000', '134205.740000', '134205.756000', '134205.767000', '134205.769000', '134205.772000', '134205.775000', '134205.778000', '134205.781000', '134205.784000', '134205.787000', '134205.790000', '134205.792000', '134205.795000', '134205.798000', '134205.801000', '134205.804000', '134205.807000', '134205.809000', '134205.813000', '134205.815000', '134205.818000', '134205.821000', '134205.824000', '134225.670000', '134225.673000', '134225.676000', '134225.679000', '134225.682000', '134225.685000', '134225.688000', '134225.690000', '134225.693000', '134225.696000', '134225.699000', '134225.702000', '134225.705000', '134225.708000', '134225.711000', '134225.713000', '134225.716000', '134225.719000', '134225.722000', '134225.725000', '134225.728000', '134225.731000', '134225.734000', '134225.737000', '134225.739000', '134225.743000', '134225.745000', '134225.748000', '134225.751000', '134225.754000', '134225.757000', '134225.760000', '134225.763000', '134225.766000', '134225.769000', '134225.772000', '134225.774000', '134225.778000', '134225.780000', '134225.783000', '134225.786000', '134225.789000', '134225.792000', '134245.671000', '134245.674000', '134245.677000', '134245.680000', '134245.682000', '134245.685000', '134245.688000', '134245.691000', '134245.694000', '134245.697000', '134245.700000', '134245.703000', '134245.706000', '134245.708000', '134245.712000', '134245.714000', '134245.717000', '134245.720000', '134245.723000', '134245.726000', '134245.729000', '134245.732000', '134245.735000', '134245.738000', '134245.740000', '134245.743000', '134245.746000', '134245.749000', '134245.752000', '134245.755000', '134245.758000', '134245.760000', '134245.763000', '134245.766000', '134245.769000', '134245.772000', '134245.775000', '134245.778000', '134245.781000', '134245.784000', '134245.786000', '134245.789000', '134245.792000', '134305.671000', '134305.674000', '134305.677000', '134305.680000', '134305.683000', '134305.686000', '134305.689000', '134305.691000', '134305.694000', '134305.697000', '134305.700000', '134305.703000', '134305.706000', '134305.709000', '134305.712000', '134305.714000', '134305.717000', '134305.720000', '134305.723000', '134305.726000', '134305.729000', '134305.732000', '134305.735000', '134305.738000', '134305.740000', '134305.743000', '134305.746000', '134305.749000', '134305.752000', '134305.755000', '134305.758000', '134305.761000', '134305.764000', '134305.767000', '134305.770000', '134305.772000', '134305.775000', '134305.778000', '134305.781000', '134305.784000', '134305.787000', '134305.790000', '134305.793000', '134305.795000', '134325.671000', '134325.674000', '134325.677000', '134325.680000', '134325.683000', '134325.686000', '134325.689000', '134325.691000', '134325.694000', '134325.697000', '134325.700000', '134325.703000', '134325.706000', '134325.709000', '134325.712000', '134325.714000', '134325.717000', '134325.720000', '134325.723000', '134325.726000', '134325.729000', '134325.732000', '134325.734000', '134325.737000', '134325.740000', '134325.743000', '134325.746000', '134325.749000', '134325.752000', '134325.755000', '134325.758000', '134325.760000', '134325.763000', '134325.766000', '134325.769000', '134325.772000', '134325.775000', '134325.778000', '134325.781000', '134325.784000', '134325.786000', '134325.789000', '134325.792000', '134345.671000', '134345.674000', '134345.677000', '134345.680000', '134345.696000', '134345.698000', '134345.701000', '134345.704000', '134345.707000', '134345.710000', '134345.713000', '134345.716000', '134345.719000', '134345.722000', '134345.724000', '134345.727000', '134345.730000', '134345.733000', '134345.736000', '134345.739000', '134345.742000', '134345.745000', '134345.747000', '134345.750000', '134345.753000', '134345.756000', '134345.759000', '134345.762000', '134345.765000', '134345.768000', '134345.770000', '134345.773000', '134345.776000', '134345.779000', '134345.782000', '134345.785000', '134345.788000', '134345.791000', '134345.794000', '134345.796000', '134345.799000', '134345.802000', '134345.805000', '134345.808000', '134405.670000', '134405.673000', '134405.676000', '134405.679000', '134405.682000', '134405.685000', '134405.688000', '134405.691000', '134405.694000', '134405.697000', '134405.700000', '134405.702000', '134405.705000', '134405.708000', '134405.711000', '134405.714000', '134405.717000', '134405.720000', '134405.723000', '134405.726000', '134405.729000', '134405.731000', '134405.734000', '134405.737000', '134405.740000', '134405.743000', '134405.746000', '134405.749000', '134405.752000', '134405.754000', '134405.757000', '134405.760000', '134405.763000', '134405.766000', '134405.769000', '134405.772000', '134405.775000', '134405.778000', '134405.780000', '134405.783000', '134405.786000', '134405.789000', '134405.792000', '134425.670000', '134425.673000', '134425.676000', '134425.679000', '134425.682000', '134425.685000', '134425.687000', '134425.690000', '134425.693000', '134425.696000', '134425.699000', '134425.708000', '134425.711000', '134425.714000', '134425.717000', '134425.720000', '134425.723000', '134425.725000', '134425.728000', '134425.731000', '134425.734000', '134425.737000', '134425.740000', '134425.743000', '134425.746000', '134425.749000', '134425.751000', '134425.754000', '134425.757000', '134425.760000', '134425.763000', '134425.766000', '134425.769000', '134425.772000', '134425.774000', '134425.777000', '134425.780000', '134425.783000', '134425.786000', '134425.789000', '134425.792000', '134425.794000', '134425.797000', '134425.800000', '134445.670000', '134445.673000', '134445.676000', '134445.679000', '134445.682000', '134445.685000', '134445.688000', '134445.691000', '134445.693000', '134445.697000', '134445.700000', '134445.702000', '134445.705000', '134445.708000', '134445.711000', '134445.714000', '134445.717000', '134445.720000', '134445.723000', '134445.726000', '134445.728000', '134445.731000', '134445.734000', '134445.737000', '134445.740000', '134445.743000', '134445.746000', '134445.749000', '134445.752000', '134445.755000', '134445.758000', '134445.761000', '134445.764000', '134445.767000', '134445.770000', '134445.773000', '134445.775000', '134445.778000', '134445.781000', '134445.784000', '134445.787000', '134445.790000', '134445.793000', '134505.671000', '134505.674000', '134505.677000', '134505.680000', '134505.683000', '134505.686000', '134505.689000', '134505.692000', '134505.695000', '134505.698000', '134505.701000', '134505.703000', '134505.706000', '134505.709000', '134505.712000', '134505.715000', '134505.718000', '134505.721000', '134505.724000', '134505.726000', '134505.729000', '134505.732000', '134505.735000', '134505.738000', '134505.741000', '134505.744000', '134505.747000', '134505.750000', '134505.752000', '134505.768000', '134505.771000', '134505.774000', '134505.777000', '134505.779000', '134505.782000', '134505.785000', '134505.788000', '134505.791000', '134505.794000', '134505.797000', '134505.800000', '134505.802000', '134505.805000', '134505.808000', '134525.671000', '134525.674000', '134525.677000', '134525.680000', '134525.683000', '134525.686000', '134525.689000', '134525.691000', '134525.695000', '134525.697000', '134525.700000', '134525.703000', '134525.706000', '134525.709000', '134525.712000', '134525.715000', '134525.718000', '134525.721000', '134525.724000', '134525.726000', '134525.729000', '134525.732000', '134525.735000', '134525.738000', '134525.742000', '134525.744000', '134525.747000', '134525.750000', '134525.753000', '134525.756000', '134525.759000', '134525.764000', '134525.767000', '134525.769000', '134525.773000', '134525.775000', '134525.778000', '134525.781000', '134525.784000', '134525.787000', '134525.790000', '134525.793000', '134525.796000', '134545.671000', '134545.674000', '134545.677000', '134545.680000', '134545.683000', '134545.686000', '134545.689000', '134545.691000', '134545.694000', '134545.697000', '134545.700000', '134545.703000', '134545.706000', '134545.709000', '134545.712000', '134545.715000', '134545.717000', '134545.720000', '134545.723000', '134545.726000', '134545.729000', '134545.732000', '134545.735000', '134545.737000', '134545.740000', '134545.743000', '134545.746000', '134545.749000', '134545.752000', '134545.755000', '134545.758000', '134545.760000', '134545.763000', '134545.766000', '134545.769000', '134545.772000', '134545.775000', '134545.778000', '134545.780000', '134545.783000', '134545.786000', '134545.789000', '134545.792000', '134545.795000', '134605.671000', '134605.674000', '134605.677000', '134605.681000', '134605.684000', '134605.687000', '134605.690000', '134605.693000', '134605.696000', '134605.699000', '134605.702000', '134605.705000', '134605.708000', '134605.710000', '134605.713000', '134605.716000', '134605.719000', '134605.722000', '134605.725000', '134605.728000', '134605.731000', '134605.733000', '134605.736000', '134605.739000', '134605.742000', '134605.745000', '134605.748000', '134605.751000', '134605.754000', '134605.757000', '134605.760000', '134605.763000', '134605.767000', '134605.770000', '134605.773000', '134605.776000', '134605.778000', '134605.781000', '134605.784000', '134605.787000', '134605.790000', '134605.793000', '134605.796000', '134613.632000', '134613.635000', '134613.638000', '134613.641000', '134613.644000', '134613.647000', '134613.651000', '134613.654000', '134613.658000', '134613.661000', '134613.664000', '134613.667000', '134613.670000', '134613.673000', '134613.676000', '134613.678000', '134613.681000', '134613.684000'], 'InstanceCreationTime': ['133945.706000', '133945.709000', '133945.712000', '133945.726000', '133945.736000', '133945.739000', '133945.742000', '133945.744000', '133945.747000', '133945.750000', '133945.753000', '133945.756000', '133945.759000', '133945.762000', '133945.765000', '133945.767000', '133945.770000', '133945.773000', '133945.776000', '133945.779000', '133945.783000', '133945.786000', '133945.795000', '133945.797000', '133945.800000', '133945.803000', '133945.806000', '133945.809000', '134005.670000', '134005.673000', '134005.676000', '134005.679000', '134005.682000', '134005.684000', '134005.687000', '134005.690000', '134005.694000', '134005.697000', '134005.700000', '134005.703000', '134005.706000', '134005.709000', '134005.712000', '134005.714000', '134005.717000', '134005.720000', '134005.723000', '134005.726000', '134005.729000', '134005.731000', '134005.734000', '134005.737000', '134005.740000', '134005.748000', '134005.751000', '134005.754000', '134005.757000', '134005.760000', '134005.763000', '134005.766000', '134005.768000', '134005.771000', '134005.774000', '134005.782000', '134005.785000', '134005.787000', '134005.790000', '134005.793000', '134005.796000', '134005.799000', '134005.802000', '134005.805000', '134025.671000', '134025.674000', '134025.677000', '134025.680000', '134025.683000', '134025.685000', '134025.688000', '134025.691000', '134025.694000', '134025.697000', '134025.700000', '134025.703000', '134025.705000', '134025.708000', '134025.711000', '134025.714000', '134025.717000', '134025.720000', '134025.728000', '134025.730000', '134025.733000', '134025.736000', '134025.739000', '134025.742000', '134025.745000', '134025.748000', '134025.761000', '134025.764000', '134025.767000', '134025.770000', '134025.773000', '134025.775000', '134025.778000', '134025.781000', '134025.784000', '134025.792000', '134025.795000', '134025.798000', '134025.801000', '134025.804000', '134025.807000', '134025.810000', '134025.812000', '134045.671000', '134045.674000', '134045.677000', '134045.680000', '134045.682000', '134045.685000', '134045.688000', '134045.691000', '134045.694000', '134045.697000', '134045.700000', '134045.702000', '134045.705000', '134045.708000', '134045.711000', '134045.714000', '134045.717000', '134045.720000', '134045.722000', '134045.725000', '134045.728000', '134045.731000', '134045.734000', '134045.737000', '134045.740000', '134045.743000', '134045.745000', '134045.748000', '134045.751000', '134045.754000', '134045.757000', '134045.760000', '134045.763000', '134045.766000', '134045.768000', '134045.771000', '134045.774000', '134045.777000', '134045.780000', '134045.783000', '134045.785000', '134045.788000', '134045.791000', '134045.794000', '134105.671000', '134105.674000', '134105.677000', '134105.680000', '134105.683000', '134105.685000', '134105.688000', '134105.691000', '134105.694000', '134105.697000', '134105.700000', '134105.703000', '134105.705000', '134105.708000', '134105.711000', '134105.714000', '134105.717000', '134105.720000', '134105.723000', '134105.726000', '134105.728000', '134105.731000', '134105.734000', '134105.737000', '134105.740000', '134105.743000', '134105.746000', '134105.749000', '134105.752000', '134105.754000', '134105.757000', '134105.760000', '134105.763000', '134105.767000', '134105.771000', '134105.774000', '134105.777000', '134105.779000', '134105.782000', '134105.785000', '134105.788000', '134105.791000', '134105.794000', '134125.671000', '134125.674000', '134125.677000', '134125.679000', '134125.683000', '134125.685000', '134125.688000', '134125.691000', '134125.694000', '134125.697000', '134125.700000', '134125.703000', '134125.706000', '134125.708000', '134125.711000', '134125.714000', '134125.717000', '134125.720000', '134125.723000', '134125.726000', '134125.729000', '134125.731000', '134125.734000', '134125.737000', '134125.740000', '134125.743000', '134125.746000', '134125.749000', '134125.752000', '134125.755000', '134125.758000', '134125.760000', '134125.763000', '134125.766000', '134125.769000', '134125.772000', '134125.775000', '134125.778000', '134125.780000', '134125.783000', '134125.786000', '134125.789000', '134125.792000', '134125.795000', '134145.670000', '134145.673000', '134145.676000', '134145.679000', '134145.682000', '134145.684000', '134145.687000', '134145.690000', '134145.693000', '134145.696000', '134145.699000', '134145.702000', '134145.705000', '134145.707000', '134145.710000', '134145.713000', '134145.716000', '134145.719000', '134145.722000', '134145.725000', '134145.728000', '134145.731000', '134145.734000', '134145.737000', '134145.739000', '134145.742000', '134145.745000', '134145.748000', '134145.751000', '134145.754000', '134145.757000', '134145.760000', '134145.763000', '134145.765000', '134145.768000', '134145.771000', '134145.774000', '134145.777000', '134145.780000', '134145.783000', '134145.786000', '134145.789000', '134145.792000', '134205.670000', '134205.673000', '134205.676000', '134205.679000', '134205.682000', '134205.684000', '134205.687000', '134205.700000', '134205.703000', '134205.706000', '134205.708000', '134205.711000', '134205.714000', '134205.717000', '134205.720000', '134205.723000', '134205.725000', '134205.728000', '134205.731000', '134205.734000', '134205.737000', '134205.740000', '134205.756000', '134205.767000', '134205.769000', '134205.772000', '134205.775000', '134205.778000', '134205.781000', '134205.784000', '134205.787000', '134205.790000', '134205.792000', '134205.795000', '134205.798000', '134205.801000', '134205.804000', '134205.807000', '134205.809000', '134205.813000', '134205.815000', '134205.818000', '134205.821000', '134205.824000', '134225.670000', '134225.673000', '134225.676000', '134225.679000', '134225.682000', '134225.685000', '134225.688000', '134225.690000', '134225.693000', '134225.696000', '134225.699000', '134225.702000', '134225.705000', '134225.708000', '134225.711000', '134225.713000', '134225.716000', '134225.719000', '134225.722000', '134225.725000', '134225.728000', '134225.731000', '134225.734000', '134225.737000', '134225.739000', '134225.743000', '134225.745000', '134225.748000', '134225.751000', '134225.754000', '134225.757000', '134225.760000', '134225.763000', '134225.766000', '134225.769000', '134225.772000', '134225.774000', '134225.778000', '134225.780000', '134225.783000', '134225.786000', '134225.789000', '134225.792000', '134245.671000', '134245.674000', '134245.677000', '134245.680000', '134245.682000', '134245.685000', '134245.688000', '134245.691000', '134245.694000', '134245.697000', '134245.700000', '134245.703000', '134245.706000', '134245.708000', '134245.712000', '134245.714000', '134245.717000', '134245.720000', '134245.723000', '134245.726000', '134245.729000', '134245.732000', '134245.735000', '134245.738000', '134245.740000', '134245.743000', '134245.746000', '134245.749000', '134245.752000', '134245.755000', '134245.758000', '134245.760000', '134245.763000', '134245.766000', '134245.769000', '134245.772000', '134245.775000', '134245.778000', '134245.781000', '134245.784000', '134245.786000', '134245.789000', '134245.792000', '134305.671000', '134305.674000', '134305.677000', '134305.680000', '134305.683000', '134305.686000', '134305.689000', '134305.691000', '134305.694000', '134305.697000', '134305.700000', '134305.703000', '134305.706000', '134305.709000', '134305.712000', '134305.714000', '134305.717000', '134305.720000', '134305.723000', '134305.726000', '134305.729000', '134305.732000', '134305.735000', '134305.738000', '134305.740000', '134305.743000', '134305.746000', '134305.749000', '134305.752000', '134305.755000', '134305.758000', '134305.761000', '134305.764000', '134305.767000', '134305.770000', '134305.772000', '134305.775000', '134305.778000', '134305.781000', '134305.784000', '134305.787000', '134305.790000', '134305.793000', '134305.795000', '134325.671000', '134325.674000', '134325.677000', '134325.680000', '134325.683000', '134325.686000', '134325.689000', '134325.691000', '134325.694000', '134325.697000', '134325.700000', '134325.703000', '134325.706000', '134325.709000', '134325.712000', '134325.714000', '134325.717000', '134325.720000', '134325.723000', '134325.726000', '134325.729000', '134325.732000', '134325.734000', '134325.737000', '134325.740000', '134325.743000', '134325.746000', '134325.749000', '134325.752000', '134325.755000', '134325.758000', '134325.760000', '134325.763000', '134325.766000', '134325.769000', '134325.772000', '134325.775000', '134325.778000', '134325.781000', '134325.784000', '134325.786000', '134325.789000', '134325.792000', '134345.671000', '134345.674000', '134345.677000', '134345.680000', '134345.696000', '134345.698000', '134345.701000', '134345.704000', '134345.707000', '134345.710000', '134345.713000', '134345.716000', '134345.719000', '134345.722000', '134345.724000', '134345.727000', '134345.730000', '134345.733000', '134345.736000', '134345.739000', '134345.742000', '134345.745000', '134345.747000', '134345.750000', '134345.753000', '134345.756000', '134345.759000', '134345.762000', '134345.765000', '134345.768000', '134345.770000', '134345.773000', '134345.776000', '134345.779000', '134345.782000', '134345.785000', '134345.788000', '134345.791000', '134345.794000', '134345.796000', '134345.799000', '134345.802000', '134345.805000', '134345.808000', '134405.670000', '134405.673000', '134405.676000', '134405.679000', '134405.682000', '134405.685000', '134405.688000', '134405.691000', '134405.694000', '134405.697000', '134405.700000', '134405.702000', '134405.705000', '134405.708000', '134405.711000', '134405.714000', '134405.717000', '134405.720000', '134405.723000', '134405.726000', '134405.729000', '134405.731000', '134405.734000', '134405.737000', '134405.740000', '134405.743000', '134405.746000', '134405.749000', '134405.752000', '134405.754000', '134405.757000', '134405.760000', '134405.763000', '134405.766000', '134405.769000', '134405.772000', '134405.775000', '134405.778000', '134405.780000', '134405.783000', '134405.786000', '134405.789000', '134405.792000', '134425.670000', '134425.673000', '134425.676000', '134425.679000', '134425.682000', '134425.685000', '134425.687000', '134425.690000', '134425.693000', '134425.696000', '134425.699000', '134425.708000', '134425.711000', '134425.714000', '134425.717000', '134425.720000', '134425.723000', '134425.725000', '134425.728000', '134425.731000', '134425.734000', '134425.737000', '134425.740000', '134425.743000', '134425.746000', '134425.749000', '134425.751000', '134425.754000', '134425.757000', '134425.760000', '134425.763000', '134425.766000', '134425.769000', '134425.772000', '134425.774000', '134425.777000', '134425.780000', '134425.783000', '134425.786000', '134425.789000', '134425.792000', '134425.794000', '134425.797000', '134425.800000', '134445.670000', '134445.673000', '134445.676000', '134445.679000', '134445.682000', '134445.685000', '134445.688000', '134445.691000', '134445.693000', '134445.697000', '134445.700000', '134445.702000', '134445.705000', '134445.708000', '134445.711000', '134445.714000', '134445.717000', '134445.720000', '134445.723000', '134445.726000', '134445.728000', '134445.731000', '134445.734000', '134445.737000', '134445.740000', '134445.743000', '134445.746000', '134445.749000', '134445.752000', '134445.755000', '134445.758000', '134445.761000', '134445.764000', '134445.767000', '134445.770000', '134445.773000', '134445.775000', '134445.778000', '134445.781000', '134445.784000', '134445.787000', '134445.790000', '134445.793000', '134505.671000', '134505.674000', '134505.677000', '134505.680000', '134505.683000', '134505.686000', '134505.689000', '134505.692000', '134505.695000', '134505.698000', '134505.701000', '134505.703000', '134505.706000', '134505.709000', '134505.712000', '134505.715000', '134505.718000', '134505.721000', '134505.724000', '134505.726000', '134505.729000', '134505.732000', '134505.735000', '134505.738000', '134505.741000', '134505.744000', '134505.747000', '134505.750000', '134505.752000', '134505.768000', '134505.771000', '134505.774000', '134505.777000', '134505.779000', '134505.782000', '134505.785000', '134505.788000', '134505.791000', '134505.794000', '134505.797000', '134505.800000', '134505.802000', '134505.805000', '134505.808000', '134525.671000', '134525.674000', '134525.677000', '134525.680000', '134525.683000', '134525.686000', '134525.689000', '134525.691000', '134525.695000', '134525.697000', '134525.700000', '134525.703000', '134525.706000', '134525.709000', '134525.712000', '134525.715000', '134525.718000', '134525.721000', '134525.724000', '134525.726000', '134525.729000', '134525.732000', '134525.735000', '134525.738000', '134525.742000', '134525.744000', '134525.747000', '134525.750000', '134525.753000', '134525.756000', '134525.759000', '134525.764000', '134525.767000', '134525.769000', '134525.773000', '134525.775000', '134525.778000', '134525.781000', '134525.784000', '134525.787000', '134525.790000', '134525.793000', '134525.796000', '134545.671000', '134545.674000', '134545.677000', '134545.680000', '134545.683000', '134545.686000', '134545.689000', '134545.691000', '134545.694000', '134545.697000', '134545.700000', '134545.703000', '134545.706000', '134545.709000', '134545.712000', '134545.715000', '134545.717000', '134545.720000', '134545.723000', '134545.726000', '134545.729000', '134545.732000', '134545.735000', '134545.737000', '134545.740000', '134545.743000', '134545.746000', '134545.749000', '134545.752000', '134545.755000', '134545.758000', '134545.760000', '134545.763000', '134545.766000', '134545.769000', '134545.772000', '134545.775000', '134545.778000', '134545.780000', '134545.783000', '134545.786000', '134545.789000', '134545.792000', '134545.795000', '134605.671000', '134605.674000', '134605.677000', '134605.681000', '134605.684000', '134605.687000', '134605.690000', '134605.693000', '134605.696000', '134605.699000', '134605.702000', '134605.705000', '134605.708000', '134605.710000', '134605.713000', '134605.716000', '134605.719000', '134605.722000', '134605.725000', '134605.728000', '134605.731000', '134605.733000', '134605.736000', '134605.739000', '134605.742000', '134605.745000', '134605.748000', '134605.751000', '134605.754000', '134605.757000', '134605.760000', '134605.763000', '134605.767000', '134605.770000', '134605.773000', '134605.776000', '134605.778000', '134605.781000', '134605.784000', '134605.787000', '134605.790000', '134605.793000', '134605.796000', '134613.632000', '134613.635000', '134613.638000', '134613.641000', '134613.644000', '134613.647000', '134613.651000', '134613.654000', '134613.658000', '134613.661000', '134613.664000', '134613.667000', '134613.670000', '134613.673000', '134613.676000', '134613.678000', '134613.681000', '134613.684000'], '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': [12151, 10087, 9103, 9340, 8354, 8842, 8240, 10818, 10279, 10836, 9769, 10220, 9464, 9769, 9350, 9675, 10733, 8755, 9401, 7749, 9079, 8789, 10389, 8966, 8418, 8700, 8021, 8344, 8203, 10638, 9504, 10855, 9331, 9199, 8938, 8246, 10343, 10395, 13752, 11196, 11642, 9929, 9846, 9865, 9176, 9772, 9338, 10249, 8720, 9603, 8869, 9727, 9083, 9660, 9383, 8932, 9323, 8337, 9284, 8330, 8435, 7799, 7984, 9429, 9020, 9578, 8156, 8373, 7632, 7371, 8436, 7727, 7857, 8957, 8951, 8536, 8369, 8213, 9754, 8932, 11500, 10780, 13437, 10018, 9392, 9172, 8886, 9180, 9364, 10704, 9505, 10747, 8138, 9256, 8105, 8990, 7836, 8970, 9022, 8288, 8410, 7779, 9287, 8820, 11584, 9742, 10640, 9025, 10343, 9174, 11009, 9321, 12532, 10091, 11479, 9762, 8396, 9004, 7667, 9066, 7806, 8484, 8533, 9262, 9658, 8545, 10003, 8296, 10639, 8817, 11120, 10563, 12355, 10291, 10248, 9035, 9999, 8903, 10326, 9477, 11822, 9438, 9867, 8497, 9432, 8045, 8965, 8182, 8720, 8623, 7652, 8206, 7263, 8886, 8091, 11027, 9219, 10121, 8923, 9990, 9109, 11524, 10069, 11357, 10285, 8909, 9261, 8287, 9593, 8657, 11195, 9357, 9484, 8326, 8042, 8159, 8406, 10655, 8840, 9763, 8322, 9944, 8065, 11020, 10517, 11524, 9003, 10230, 8220, 9517, 8139, 8450, 7849, 7832, 7886, 7899, 9896, 9243, 9648, 8774, 8188, 8109, 7687, 9704, 9337, 11674, 9791, 9804, 8776, 9064, 8818, 9870, 9876, 9409, 8317, 8551, 7822, 8395, 8807, 10145, 9609, 9147, 8272, 8590, 8037, 8537, 8041, 10043, 8576, 9759, 8543, 9896, 8315, 11195, 10121, 11991, 9403, 8894, 9196, 8192, 8831, 8409, 11401, 9616, 10215, 8524, 10338, 8058, 11011, 9595, 10717, 9454, 8751, 9026, 8137, 8571, 7862, 8609, 8203, 9200, 8470, 10731, 8534, 9069, 7942, 7279, 7899, 7683, 7124, 6976, 6911, 7427, 7002, 7018, 10788, 8796, 9244, 9251, 8154, 9573, 8527, 10768, 9622, 12024, 9107, 8761, 8503, 8176, 8297, 8139, 9830, 8386, 8693, 7578, 8931, 7757, 10548, 8249, 8539, 8164, 7571, 8676, 7151, 9419, 9147, 11595, 9757, 10404, 8932, 10012, 8680, 9709, 8927, 10961, 9384, 10430, 8124, 9102, 7652, 9109, 7163, 9539, 8638, 10854, 8890, 9468, 7919, 8472, 8111, 8542, 8352, 9215, 10486, 9229, 9324, 8675, 8286, 8159, 7708, 8316, 7342, 8866, 7334, 7089, 7363, 6991, 7063, 7653, 7063, 10277, 8889, 12021, 9231, 10402, 8591, 10338, 8883, 10828, 10392, 10867, 9267, 9009, 8191, 8159, 7718, 8133, 7900, 8337, 7738, 7656, 7358, 7416, 7290, 7550, 11591, 8482, 10949, 8260, 8872, 8049, 8271, 8268, 9088, 10006, 8603, 9206, 7991, 9153, 7970, 9934, 8926, 10604, 9867, 10055, 8305, 8958, 7627, 9273, 7919, 10823, 9156, 9924, 8355, 9299, 7621, 9540, 7926, 8815, 7723, 8032, 8820, 8205, 7590, 7157, 8265, 8616, 7978, 7428, 8769, 8828, 11258, 8657, 10090, 8081, 9696, 8332, 10812, 9251, 10549, 8457, 9095, 7633, 8603, 7204, 9193, 7802, 10592, 8154, 9285, 7688, 9039, 7217, 9472, 8109, 10178, 7569, 9594, 7824, 8273, 7472, 7821, 9421, 8994, 12224, 9240, 9295, 8209, 7903, 8467, 7798, 9280, 7897, 8059, 7706, 7740, 9250, 7923, 10835, 8560, 13509, 10130, 10446, 9643, 8406, 9817, 8078, 10319, 7584, 7603, 9084, 8157, 6659, 7338, 7918, 6843, 7563, 7900, 6725, 7359, 6817, 7613, 10173, 7737, 8622, 8472, 12267, 9288, 13055, 8802, 12958, 9178, 11244, 7722, 9174, 7548, 8348, 7334, 8159, 7348, 8471, 7317, 8824, 7797, 8292, 8265, 8586, 8054, 9685, 8115, 10726, 7673, 9471, 7718, 9180, 7651, 9417, 7561, 9504, 7769, 10965, 7431, 8903, 7465, 7964, 7127, 7041, 7925, 7851, 9178, 8164, 8984, 7821, 9290, 8001, 10087, 8738, 11264, 8892, 10074, 8269, 9387, 8083, 9175, 8009, 8819, 7324, 8755, 6973, 9714, 7591, 7189, 7097, 6442, 6404, 7345, 7497, 7656, 7191, 7494, 10958, 8084, 12219, 8306, 12367, 8376, 12898, 9407, 12436, 8092, 9606, 7543, 9227, 7794, 8940, 8418, 7846, 9180, 7541, 9865, 7435, 11013, 8479, 9785, 7845, 7700, 8302, 7565, 8735, 7466, 10517, 8015, 10232, 7460, 9631, 8081, 8798, 8013, 8807, 9434, 9103, 9306, 7781, 8854, 7575, 9495, 7808, 10813, 8062, 10133, 7630, 9438, 7920, 9061, 8094, 8552, 8178, 9092, 9776, 7728, 7288, 6810, 7841, 8943, 7800, 7320, 7761, 7404, 9390, 8054, 7560, 8387, 7723, 13569, 9005, 8750, 8383, 7533, 9393, 8534, 11522, 9345, 8123, 11910, 8698, 7877, 8253, 7244, 8325, 7676, 9095, 7751, 10206, 8598, 7549, 8649, 6971, 8753, 7741, 9764, 8354, 13180, 9073, 10720, 8003, 9818, 8377, 9576, 8001, 9772, 8520, 10348, 8049, 8739, 7019, 7262, 6995, 6617, 6529, 6478, 6493, 6833, 6875, 7380, 8902, 10797, 9217, 10797, 9602, 10675, 8421, 10751, 9257, 11275, 8390, 9555, 8209, 9587, 8242, 9552, 8241, 9994, 8784, 10052, 8726, 11703, 9008, 12122, 8572, 10114, 8778, 9965, 8229, 9758, 8049, 9726, 7377, 11366, 8144, 6841, 7234, 6452, 6864, 6585, 7582, 6924, 9758, 7724, 10163, 8085, 9678, 7786, 10448, 7329, 10505, 7788, 10148, 8711, 11099, 8033, 9710, 8029, 8495, 8273, 8355, 8329, 8878, 8507, 8661, 8529, 9811, 9702, 6772, 6565, 8157, 6740, 7195, 8068, 7544, 10620, 8181, 12823, 7506, 13068, 7453, 12620, 7658, 12315, 7783, 10884, 8585, 11023, 7572, 12128, 8513, 9211, 8168, 8839, 9549, 8795, 10756, 9046, 11011, 8799, 11497, 9248, 10733, 8780, 9777, 8350, 9244, 7177, 9143, 7282, 7052, 6769, 6630, 7560, 6571, 7942, 9150, 7647, 9712, 7397, 9505, 8874, 10555, 8655, 9334, 7724, 8831, 7563, 9616, 8098, 9896, 9026, 9580, 10841, 9229, 13349, 9773, 13237, 9865, 8166, 8215, 7887, 7919, 7720, 8296, 7770, 8907, 9051, 8484, 10199, 8440, 11458, 8558, 10734, 8231, 7571, 7999, 8689, 7547, 6863, 7961, 9486, 7306, 7393, 7521, 7383, 8384, 8888, 10988, 8517, 8749, 7926, 8360, 9708, 8196, 10268, 8884, 9781, 8329], 'WindowCenter': [4312.0, 4274.0, 4234.0, 4221.0, 4197.0, 4205.0, 4184.0, 4226.0, 4225.0, 4211.0, 4184.0, 4170.0, 4187.0, 4186.0, 4202.0, 4189.0, 4209.0, 4177.0, 4175.0, 4157.0, 4176.0, 4178.0, 4197.0, 4190.0, 4163.0, 4179.0, 4167.0, 4179.0, 4167.0, 4199.0, 4200.0, 4208.0, 4188.0, 4178.0, 4178.0, 4168.0, 4199.0, 4198.0, 4218.0, 4209.0, 4195.0, 4184.0, 4172.0, 4172.0, 4162.0, 4173.0, 4162.0, 4172.0, 4150.0, 4161.0, 4162.0, 4173.0, 4175.0, 4173.0, 4174.0, 4175.0, 4173.0, 4163.0, 4146.0, 4164.0, 4164.0, 4156.0, 4167.0, 4190.0, 4202.0, 4188.0, 4180.0, 4176.0, 4168.0, 4158.0, 4179.0, 4170.0, 4181.0, 4193.0, 4206.0, 4205.0, 4182.0, 4180.0, 4189.0, 4190.0, 4211.0, 4211.0, 4231.0, 4185.0, 4187.0, 4187.0, 4165.0, 4176.0, 4176.0, 4196.0, 4186.0, 4180.0, 4166.0, 4175.0, 4165.0, 4176.0, 4169.0, 4190.0, 4192.0, 4164.0, 4168.0, 4169.0, 4187.0, 4189.0, 4210.0, 4201.0, 4193.0, 4190.0, 4186.0, 4187.0, 4179.0, 4177.0, 4208.0, 4198.0, 4196.0, 4187.0, 4166.0, 4175.0, 4156.0, 4176.0, 4168.0, 4178.0, 4181.0, 4202.0, 4186.0, 4192.0, 4199.0, 4167.0, 4185.0, 4165.0, 4197.0, 4197.0, 4207.0, 4197.0, 4185.0, 4175.0, 4172.0, 4163.0, 4184.0, 4175.0, 4194.0, 4175.0, 4183.0, 4165.0, 4162.0, 4154.0, 4174.0, 4166.0, 4176.0, 4176.0, 4166.0, 4166.0, 4156.0, 4178.0, 4170.0, 4210.0, 4191.0, 4199.0, 4179.0, 4175.0, 4177.0, 4195.0, 4187.0, 4195.0, 4186.0, 4175.0, 4173.0, 4153.0, 4188.0, 4176.0, 4196.0, 4187.0, 4186.0, 4166.0, 4155.0, 4166.0, 4150.0, 4198.0, 4189.0, 4197.0, 4166.0, 4174.0, 4156.0, 4197.0, 4187.0, 4195.0, 4149.0, 4174.0, 4155.0, 4173.0, 4155.0, 4154.0, 4166.0, 4156.0, 4181.0, 4168.0, 4200.0, 4201.0, 4200.0, 4179.0, 4178.0, 4166.0, 4145.0, 4177.0, 4165.0, 4208.0, 4188.0, 4186.0, 4163.0, 4164.0, 4162.0, 4174.0, 4174.0, 4175.0, 4164.0, 4164.0, 4142.0, 4154.0, 4176.0, 4196.0, 4175.0, 4187.0, 4148.0, 4163.0, 4153.0, 4165.0, 4154.0, 4187.0, 4178.0, 4187.0, 4177.0, 4172.0, 4165.0, 4186.0, 4187.0, 4206.0, 4176.0, 4163.0, 4174.0, 4153.0, 4174.0, 4165.0, 4195.0, 4187.0, 4184.0, 4165.0, 4182.0, 4153.0, 4183.0, 4158.0, 4184.0, 4174.0, 4163.0, 4161.0, 4140.0, 4151.0, 4140.0, 4152.0, 4152.0, 4164.0, 4155.0, 4184.0, 4164.0, 4164.0, 4153.0, 4144.0, 4155.0, 4169.0, 4136.0, 4158.0, 4148.0, 4160.0, 4159.0, 4150.0, 4212.0, 4192.0, 4188.0, 4175.0, 4144.0, 4174.0, 4165.0, 4185.0, 4187.0, 4206.0, 4178.0, 4164.0, 4163.0, 4163.0, 4165.0, 4152.0, 4185.0, 4165.0, 4146.0, 4154.0, 4158.0, 4157.0, 4196.0, 4178.0, 4178.0, 4178.0, 4156.0, 4165.0, 4135.0, 4188.0, 4161.0, 4207.0, 4172.0, 4195.0, 4165.0, 4172.0, 4152.0, 4173.0, 4162.0, 4167.0, 4173.0, 4166.0, 4152.0, 4144.0, 4124.0, 4160.0, 4120.0, 4173.0, 4162.0, 4183.0, 4156.0, 4172.0, 4140.0, 4150.0, 4126.0, 4150.0, 4150.0, 4162.0, 4182.0, 4162.0, 4161.0, 4151.0, 4140.0, 4153.0, 4155.0, 4166.0, 4160.0, 4189.0, 4160.0, 4176.0, 4162.0, 4175.0, 4163.0, 4157.0, 4162.0, 4201.0, 4191.0, 4222.0, 4203.0, 4187.0, 4167.0, 4182.0, 4151.0, 4184.0, 4173.0, 4184.0, 4162.0, 4163.0, 4150.0, 4140.0, 4118.0, 4141.0, 4151.0, 4162.0, 4156.0, 4167.0, 4156.0, 4145.0, 4142.0, 4144.0, 4206.0, 4166.0, 4196.0, 4177.0, 4175.0, 4165.0, 4164.0, 4166.0, 4176.0, 4186.0, 4176.0, 4186.0, 4152.0, 4174.0, 4142.0, 4185.0, 4176.0, 4196.0, 4185.0, 4184.0, 4163.0, 4144.0, 4139.0, 4161.0, 4152.0, 4193.0, 4162.0, 4182.0, 4152.0, 4162.0, 4145.0, 4185.0, 4156.0, 4176.0, 4158.0, 4156.0, 4186.0, 4179.0, 4159.0, 4149.0, 4179.0, 4189.0, 4168.0, 4158.0, 4165.0, 4176.0, 4197.0, 4166.0, 4172.0, 4141.0, 4160.0, 4139.0, 4182.0, 4162.0, 4172.0, 4152.0, 4161.0, 4141.0, 4148.0, 4117.0, 4159.0, 4141.0, 4170.0, 4141.0, 4172.0, 4153.0, 4161.0, 4130.0, 4161.0, 4153.0, 4172.0, 4144.0, 4162.0, 4132.0, 4140.0, 4133.0, 4147.0, 4190.0, 4178.0, 4209.0, 4202.0, 4189.0, 4154.0, 4141.0, 4140.0, 4142.0, 4173.0, 4153.0, 4151.0, 4154.0, 4155.0, 4173.0, 4142.0, 4170.0, 4148.0, 4189.0, 4159.0, 4158.0, 4171.0, 4137.0, 4156.0, 4128.0, 4168.0, 4138.0, 4140.0, 4171.0, 4150.0, 4132.0, 4154.0, 4163.0, 4122.0, 4155.0, 4130.0, 4122.0, 4142.0, 4134.0, 4168.0, 4186.0, 4167.0, 4164.0, 4152.0, 4178.0, 4136.0, 4164.0, 4124.0, 4164.0, 4146.0, 4154.0, 4115.0, 4144.0, 4127.0, 4133.0, 4128.0, 4133.0, 4126.0, 4134.0, 4118.0, 4157.0, 4139.0, 4148.0, 4140.0, 4150.0, 4152.0, 4160.0, 4152.0, 4192.0, 4152.0, 4169.0, 4139.0, 4159.0, 4127.0, 4160.0, 4139.0, 4170.0, 4154.0, 4194.0, 4155.0, 4173.0, 4153.0, 4151.0, 4132.0, 4145.0, 4178.0, 4167.0, 4187.0, 4176.0, 4185.0, 4141.0, 4172.0, 4139.0, 4183.0, 4151.0, 4193.0, 4162.0, 4173.0, 4162.0, 4159.0, 4138.0, 4143.0, 4139.0, 4160.0, 4129.0, 4162.0, 4145.0, 4200.0, 4180.0, 4160.0, 4150.0, 4123.0, 4151.0, 4159.0, 4172.0, 4170.0, 4174.0, 4173.0, 4212.0, 4193.0, 4208.0, 4155.0, 4191.0, 4142.0, 4203.0, 4174.0, 4194.0, 4155.0, 4185.0, 4153.0, 4159.0, 4125.0, 4160.0, 4162.0, 4152.0, 4160.0, 4141.0, 4171.0, 4142.0, 4193.0, 4152.0, 4184.0, 4163.0, 4152.0, 4151.0, 4124.0, 4161.0, 4131.0, 4183.0, 4154.0, 4183.0, 4132.0, 4171.0, 4152.0, 4160.0, 4153.0, 4163.0, 4175.0, 4163.0, 4162.0, 4142.0, 4162.0, 4129.0, 4171.0, 4140.0, 4194.0, 4151.0, 4182.0, 4141.0, 4170.0, 4150.0, 4162.0, 4166.0, 4179.0, 4167.0, 4179.0, 4186.0, 4144.0, 4146.0, 4147.0, 4179.0, 4166.0, 4169.0, 4169.0, 4155.0, 4144.0, 4160.0, 4152.0, 4136.0, 4165.0, 4144.0, 4217.0, 4172.0, 4165.0, 4165.0, 4141.0, 4149.0, 4151.0, 4208.0, 4175.0, 4154.0, 4219.0, 4177.0, 4141.0, 4150.0, 4129.0, 4151.0, 4142.0, 4150.0, 4155.0, 4182.0, 4175.0, 4144.0, 4173.0, 4115.0, 4150.0, 4128.0, 4183.0, 4153.0, 4193.0, 4164.0, 4182.0, 4125.0, 4146.0, 4137.0, 4135.0, 4126.0, 4169.0, 4140.0, 4183.0, 4154.0, 4140.0, 4131.0, 4118.0, 4131.0, 4134.0, 4127.0, 4139.0, 4149.0, 4147.0, 4148.0, 4158.0, 4178.0, 4210.0, 4188.0, 4197.0, 4173.0, 4182.0, 4151.0, 4182.0, 4164.0, 4203.0, 4151.0, 4158.0, 4149.0, 4144.0, 4125.0, 4147.0, 4137.0, 4156.0, 4159.0, 4169.0, 4150.0, 4200.0, 4173.0, 4190.0, 4160.0, 4155.0, 4135.0, 4144.0, 4125.0, 4145.0, 4127.0, 4168.0, 4129.0, 4201.0, 4163.0, 4117.0, 4130.0, 4109.0, 4120.0, 4122.0, 4168.0, 4146.0, 4187.0, 4170.0, 4210.0, 4168.0, 4174.0, 4143.0, 4182.0, 4131.0, 4182.0, 4131.0, 4181.0, 4175.0, 4194.0, 4167.0, 4168.0, 4153.0, 4161.0, 4153.0, 4153.0, 4166.0, 4172.0, 4168.0, 4190.0, 4182.0, 4216.0, 4187.0, 4134.0, 4134.0, 4156.0, 4137.0, 4146.0, 4169.0, 4158.0, 4199.0, 4167.0, 4205.0, 4150.0, 4217.0, 4147.0, 4208.0, 4147.0, 4204.0, 4134.0, 4171.0, 4152.0, 4171.0, 4117.0, 4202.0, 4163.0, 4146.0, 4134.0, 4147.0, 4156.0, 4131.0, 4155.0, 4147.0, 4175.0, 4148.0, 4188.0, 4159.0, 4168.0, 4149.0, 4170.0, 4139.0, 4159.0, 4145.0, 4172.0, 4154.0, 4132.0, 4123.0, 4146.0, 4183.0, 4150.0, 4182.0, 4203.0, 4172.0, 4213.0, 4174.0, 4215.0, 4194.0, 4227.0, 4204.0, 4202.0, 4159.0, 4178.0, 4157.0, 4189.0, 4158.0, 4190.0, 4178.0, 4189.0, 4210.0, 4178.0, 4215.0, 4196.0, 4206.0, 4177.0, 4164.0, 4153.0, 4152.0, 4152.0, 4144.0, 4154.0, 4143.0, 4175.0, 4164.0, 4166.0, 4196.0, 4163.0, 4205.0, 4166.0, 4198.0, 4154.0, 4145.0, 4156.0, 4188.0, 4157.0, 4136.0, 4191.0, 4202.0, 4181.0, 4160.0, 4182.0, 4161.0, 4166.0, 4167.0, 4208.0, 4166.0, 4176.0, 4144.0, 4164.0, 4161.0, 4165.0, 4174.0, 4176.0, 4183.0, 4177.0], 'WindowWidth': [9538.0, 9467.0, 9395.0, 9365.0, 9323.0, 9332.0, 9300.0, 9358.0, 9356.0, 9328.0, 9280.0, 9253.0, 9288.0, 9287.0, 9320.0, 9296.0, 9319.0, 9273.0, 9267.0, 9247.0, 9271.0, 9277.0, 9303.0, 9297.0, 9251.0, 9281.0, 9262.0, 9280.0, 9263.0, 9309.0, 9309.0, 9318.0, 9291.0, 9276.0, 9278.0, 9263.0, 9307.0, 9304.0, 9332.0, 9319.0, 9295.0, 9278.0, 9255.0, 9256.0, 9244.0, 9260.0, 9243.0, 9255.0, 9226.0, 9242.0, 9245.0, 9262.0, 9270.0, 9263.0, 9266.0, 9269.0, 9264.0, 9249.0, 9214.0, 9252.0, 9253.0, 9246.0, 9262.0, 9300.0, 9318.0, 9293.0, 9287.0, 9275.0, 9266.0, 9253.0, 9283.0, 9273.0, 9288.0, 9308.0, 9330.0, 9326.0, 9290.0, 9282.0, 9294.0, 9297.0, 9328.0, 9325.0, 9352.0, 9283.0, 9289.0, 9288.0, 9252.0, 9271.0, 9269.0, 9298.0, 9285.0, 9268.0, 9261.0, 9267.0, 9257.0, 9274.0, 9269.0, 9296.0, 9306.0, 9255.0, 9265.0, 9267.0, 9290.0, 9295.0, 9325.0, 9314.0, 9291.0, 9296.0, 9285.0, 9288.0, 9265.0, 9273.0, 9317.0, 9305.0, 9297.0, 9287.0, 9260.0, 9267.0, 9244.0, 9271.0, 9267.0, 9279.0, 9287.0, 9317.0, 9288.0, 9303.0, 9307.0, 9261.0, 9281.0, 9254.0, 9301.0, 9298.0, 9314.0, 9303.0, 9281.0, 9269.0, 9258.0, 9250.0, 9278.0, 9268.0, 9292.0, 9269.0, 9276.0, 9254.0, 9244.0, 9240.0, 9266.0, 9259.0, 9273.0, 9275.0, 9263.0, 9258.0, 9246.0, 9277.0, 9271.0, 9325.0, 9302.0, 9309.0, 9280.0, 9267.0, 9273.0, 9296.0, 9287.0, 9295.0, 9286.0, 9268.0, 9263.0, 9237.0, 9292.0, 9272.0, 9299.0, 9289.0, 9287.0, 9260.0, 9242.0, 9261.0, 9229.0, 9305.0, 9293.0, 9302.0, 9258.0, 9265.0, 9243.0, 9300.0, 9286.0, 9293.0, 9224.0, 9263.0, 9240.0, 9262.0, 9240.0, 9238.0, 9262.0, 9246.0, 9287.0, 9265.0, 9311.0, 9316.0, 9314.0, 9282.0, 9281.0, 9262.0, 9224.0, 9270.0, 9252.0, 9318.0, 9291.0, 9285.0, 9249.0, 9250.0, 9245.0, 9264.0, 9264.0, 9268.0, 9252.0, 9252.0, 9220.0, 9236.0, 9271.0, 9300.0, 9266.0, 9289.0, 9222.0, 9250.0, 9234.0, 9258.0, 9241.0, 9288.0, 9280.0, 9288.0, 9274.0, 9255.0, 9256.0, 9280.0, 9287.0, 9313.0, 9273.0, 9249.0, 9264.0, 9236.0, 9266.0, 9254.0, 9297.0, 9289.0, 9281.0, 9254.0, 9273.0, 9238.0, 9278.0, 9237.0, 9279.0, 9266.0, 9249.0, 9244.0, 9213.0, 9228.0, 9213.0, 9233.0, 9231.0, 9252.0, 9241.0, 9279.0, 9253.0, 9253.0, 9238.0, 9228.0, 9243.0, 9269.0, 9216.0, 9256.0, 9237.0, 9260.0, 9259.0, 9246.0, 9332.0, 9306.0, 9292.0, 9269.0, 9218.0, 9265.0, 9255.0, 9277.0, 9289.0, 9313.0, 9277.0, 9255.0, 9250.0, 9252.0, 9257.0, 9235.0, 9281.0, 9256.0, 9218.0, 9240.0, 9233.0, 9250.0, 9299.0, 9279.0, 9281.0, 9280.0, 9248.0, 9256.0, 9216.0, 9293.0, 9243.0, 9318.0, 9260.0, 9297.0, 9254.0, 9259.0, 9231.0, 9261.0, 9247.0, 9246.0, 9263.0, 9242.0, 9235.0, 9209.0, 9184.0, 9240.0, 9189.0, 9263.0, 9248.0, 9277.0, 9230.0, 9261.0, 9216.0, 9226.0, 9185.0, 9227.0, 9226.0, 9246.0, 9271.0, 9246.0, 9241.0, 9229.0, 9212.0, 9235.0, 9243.0, 9260.0, 9257.0, 9297.0, 9261.0, 9293.0, 9265.0, 9289.0, 9270.0, 9250.0, 9264.0, 9316.0, 9302.0, 9347.0, 9321.0, 9287.0, 9261.0, 9275.0, 9223.0, 9280.0, 9262.0, 9279.0, 9246.0, 9250.0, 9229.0, 9214.0, 9176.0, 9214.0, 9233.0, 9251.0, 9250.0, 9266.0, 9248.0, 9232.0, 9223.0, 9224.0, 9314.0, 9255.0, 9301.0, 9278.0, 9272.0, 9259.0, 9256.0, 9256.0, 9274.0, 9288.0, 9275.0, 9286.0, 9238.0, 9266.0, 9214.0, 9283.0, 9272.0, 9302.0, 9283.0, 9281.0, 9251.0, 9211.0, 9211.0, 9243.0, 9234.0, 9293.0, 9242.0, 9276.0, 9235.0, 9245.0, 9230.0, 9285.0, 9247.0, 9273.0, 9249.0, 9245.0, 9292.0, 9283.0, 9258.0, 9245.0, 9282.0, 9298.0, 9264.0, 9253.0, 9254.0, 9274.0, 9299.0, 9260.0, 9256.0, 9213.0, 9235.0, 9207.0, 9277.0, 9247.0, 9257.0, 9232.0, 9245.0, 9217.0, 9221.0, 9181.0, 9241.0, 9217.0, 9250.0, 9216.0, 9261.0, 9239.0, 9243.0, 9204.0, 9240.0, 9238.0, 9255.0, 9223.0, 9240.0, 9204.0, 9211.0, 9210.0, 9233.0, 9301.0, 9280.0, 9323.0, 9324.0, 9298.0, 9238.0, 9214.0, 9211.0, 9218.0, 9265.0, 9238.0, 9235.0, 9240.0, 9246.0, 9266.0, 9216.0, 9247.0, 9225.0, 9279.0, 9240.0, 9229.0, 9261.0, 9207.0, 9227.0, 9192.0, 9251.0, 9212.0, 9216.0, 9262.0, 9233.0, 9214.0, 9248.0, 9257.0, 9196.0, 9245.0, 9194.0, 9195.0, 9222.0, 9219.0, 9271.0, 9286.0, 9266.0, 9256.0, 9236.0, 9263.0, 9196.0, 9231.0, 9178.0, 9233.0, 9215.0, 9217.0, 9169.0, 9212.0, 9189.0, 9196.0, 9199.0, 9198.0, 9194.0, 9196.0, 9181.0, 9237.0, 9217.0, 9226.0, 9212.0, 9230.0, 9236.0, 9240.0, 9239.0, 9290.0, 9238.0, 9255.0, 9215.0, 9240.0, 9190.0, 9243.0, 9215.0, 9259.0, 9245.0, 9299.0, 9248.0, 9266.0, 9242.0, 9235.0, 9208.0, 9237.0, 9284.0, 9269.0, 9288.0, 9278.0, 9286.0, 9217.0, 9262.0, 9211.0, 9279.0, 9229.0, 9295.0, 9244.0, 9260.0, 9249.0, 9235.0, 9212.0, 9209.0, 9212.0, 9241.0, 9201.0, 9254.0, 9236.0, 9315.0, 9293.0, 9267.0, 9246.0, 9202.0, 9254.0, 9258.0, 9279.0, 9271.0, 9287.0, 9287.0, 9332.0, 9311.0, 9319.0, 9242.0, 9281.0, 9216.0, 9307.0, 9268.0, 9290.0, 9244.0, 9287.0, 9240.0, 9235.0, 9190.0, 9245.0, 9250.0, 9238.0, 9238.0, 9222.0, 9254.0, 9224.0, 9292.0, 9234.0, 9283.0, 9256.0, 9236.0, 9232.0, 9187.0, 9247.0, 9201.0, 9279.0, 9243.0, 9275.0, 9207.0, 9255.0, 9237.0, 9243.0, 9240.0, 9247.0, 9271.0, 9247.0, 9246.0, 9218.0, 9247.0, 9195.0, 9260.0, 9217.0, 9293.0, 9236.0, 9277.0, 9216.0, 9257.0, 9233.0, 9250.0, 9264.0, 9284.0, 9263.0, 9278.0, 9287.0, 9222.0, 9233.0, 9239.0, 9286.0, 9255.0, 9271.0, 9273.0, 9245.0, 9227.0, 9237.0, 9235.0, 9205.0, 9259.0, 9225.0, 9331.0, 9264.0, 9255.0, 9258.0, 9222.0, 9219.0, 9227.0, 9321.0, 9273.0, 9243.0, 9337.0, 9277.0, 9216.0, 9225.0, 9201.0, 9231.0, 9222.0, 9227.0, 9243.0, 9279.0, 9274.0, 9227.0, 9268.0, 9177.0, 9229.0, 9192.0, 9278.0, 9239.0, 9288.0, 9253.0, 9274.0, 9186.0, 9211.0, 9205.0, 9193.0, 9188.0, 9255.0, 9212.0, 9279.0, 9243.0, 9213.0, 9207.0, 9178.0, 9207.0, 9218.0, 9210.0, 9238.0, 9249.0, 9246.0, 9245.0, 9257.0, 9276.0, 9323.0, 9295.0, 9301.0, 9263.0, 9274.0, 9230.0, 9274.0, 9250.0, 9309.0, 9232.0, 9236.0, 9229.0, 9210.0, 9185.0, 9215.0, 9204.0, 9228.0, 9245.0, 9250.0, 9230.0, 9300.0, 9267.0, 9281.0, 9246.0, 9224.0, 9197.0, 9207.0, 9185.0, 9210.0, 9190.0, 9252.0, 9198.0, 9303.0, 9257.0, 9184.0, 9204.0, 9173.0, 9190.0, 9196.0, 9269.0, 9234.0, 9290.0, 9275.0, 9325.0, 9266.0, 9266.0, 9222.0, 9273.0, 9204.0, 9272.0, 9204.0, 9272.0, 9272.0, 9292.0, 9268.0, 9253.0, 9236.0, 9246.0, 9237.0, 9239.0, 9261.0, 9266.0, 9265.0, 9303.0, 9291.0, 9343.0, 9290.0, 9217.0, 9218.0, 9247.0, 9220.0, 9237.0, 9270.0, 9255.0, 9307.0, 9265.0, 9309.0, 9243.0, 9327.0, 9238.0, 9318.0, 9237.0, 9312.0, 9212.0, 9257.0, 9233.0, 9256.0, 9179.0, 9308.0, 9254.0, 9217.0, 9200.0, 9221.0, 9235.0, 9189.0, 9222.0, 9222.0, 9258.0, 9227.0, 9280.0, 9238.0, 9249.0, 9227.0, 9260.0, 9214.0, 9239.0, 9236.0, 9260.0, 9247.0, 9208.0, 9200.0, 9238.0, 9300.0, 9249.0, 9293.0, 9325.0, 9279.0, 9339.0, 9291.0, 9346.0, 9310.0, 9362.0, 9330.0, 9321.0, 9254.0, 9277.0, 9248.0, 9294.0, 9251.0, 9296.0, 9278.0, 9295.0, 9326.0, 9278.0, 9322.0, 9306.0, 9313.0, 9274.0, 9259.0, 9236.0, 9240.0, 9238.0, 9230.0, 9239.0, 9223.0, 9273.0, 9250.0, 9258.0, 9301.0, 9257.0, 9313.0, 9261.0, 9304.0, 9240.0, 9231.0, 9245.0, 9300.0, 9250.0, 9222.0, 9308.0, 9319.0, 9296.0, 9258.0, 9297.0, 9263.0, 9261.0, 9261.0, 9323.0, 9259.0, 9277.0, 9226.0, 9259.0, 9242.0, 9257.0, 9263.0, 9277.0, 9277.0, 9280.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.00475926267281106</td></tr>
<tr><td colspan=3>aqi</td><td>0.048056202995391706</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.40941183850058</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.221248922133795</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0407940099653985</td></tr>
<tr><td colspan=3>efc</td><td>0.4871</td></tr>
<tr><td colspan=3>fber</td><td>3152.7029</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17413447732646617</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.691244239631338</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5610148408333178</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5703421205364503</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.614439483121451</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.498262918842052</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101229</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006070820149034262</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021392375230789185</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.012615040523868</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>33.0389</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.0292</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.7684</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300472.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.7777</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5827</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.937</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.8816</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1265.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.2245</td></tr>
<tr><td colspan=3>tsnr</td><td>26.801605851505883</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>