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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0057_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-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-06_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-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-04_task-social_acq-mb8_run-06_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-0057/ses-04/func/sub-0057_ses-04_task-social_acq-mb8_run-06_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>759c2d478cb1c3eca51fe581939f5bb6</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:48:15.477500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999627, 0.0227948, -0.0150156, -0.0214628, 0.99627, 0.0835769]</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-06_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.109458</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7776, -7233, 630, -4, -113, -19, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>250.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09138127-a0b5-4035-aced-22cb4932da78||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68192720413208, -0.05758320540189743, -0.04553481563925743, 114.26242065429688], [-0.06115682050585747, 2.672919988632202, 0.2247033417224884, -82.66568756103516], [-0.04028584435582161, -0.22423066198825836, 2.6902480125427246, -61.64329147338867], [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': ['134815.477500', '134815.937500', '134816.397500', '134816.857500', '134817.317500', '134817.777500', '134818.237500', '134818.697500', '134819.157500', '134819.617500', '134820.077500', '134820.537500', '134820.997500', '134821.457500', '134821.917500', '134822.377500', '134822.837500', '134823.297500', '134823.757500', '134824.217500', '134824.677500', '134825.137500', '134825.597500', '134826.057500', '134826.517500', '134826.977500', '134827.437500', '134827.897500', '134828.357500', '134828.817500', '134829.277500', '134829.737500', '134830.197500', '134830.657500', '134831.117500', '134831.577500', '134832.037500', '134832.497500', '134832.957500', '134833.417500', '134833.877500', '134834.337500', '134834.797500', '134835.257500', '134835.717500', '134836.177500', '134836.637500', '134837.097500', '134837.557500', '134838.017500', '134838.477500', '134838.937500', '134839.397500', '134839.857500', '134840.317500', '134840.777500', '134841.237500', '134841.697500', '134842.157500', '134842.617500', '134843.077500', '134843.537500', '134843.997500', '134844.457500', '134844.917500', '134845.377500', '134845.837500', '134846.297500', '134846.757500', '134847.217500', '134847.677500', '134848.137500', '134848.597500', '134849.057500', '134849.517500', '134849.977500', '134850.437500', '134850.897500', '134851.357500', '134851.817500', '134852.277500', '134852.737500', '134853.197500', '134853.657500', '134854.117500', '134854.577500', '134855.037500', '134855.497500', '134855.957500', '134856.417500', '134856.877500', '134857.337500', '134857.797500', '134858.257500', '134858.717500', '134859.177500', '134859.637500', '134900.097500', '134900.557500', '134901.017500', '134901.477500', '134901.937500', '134902.397500', '134902.857500', '134903.317500', '134903.777500', '134904.237500', '134904.697500', '134905.157500', '134905.617500', '134906.077500', '134906.537500', '134906.997500', '134907.457500', '134907.917500', '134908.377500', '134908.837500', '134909.297500', '134909.757500', '134910.217500', '134910.677500', '134911.137500', '134911.597500', '134912.057500', '134912.517500', '134912.977500', '134913.437500', '134913.897500', '134914.357500', '134914.817500', '134915.277500', '134915.737500', '134916.197500', '134916.657500', '134917.117500', '134917.577500', '134918.037500', '134918.497500', '134918.957500', '134919.417500', '134919.877500', '134920.337500', '134920.797500', '134921.257500', '134921.717500', '134922.177500', '134922.637500', '134923.097500', '134923.557500', '134924.017500', '134924.477500', '134924.937500', '134925.397500', '134925.857500', '134926.317500', '134926.777500', '134927.237500', '134927.697500', '134928.157500', '134928.617500', '134929.077500', '134929.537500', '134929.997500', '134930.457500', '134930.917500', '134931.377500', '134931.837500', '134932.297500', '134932.757500', '134933.217500', '134933.677500', '134934.137500', '134934.597500', '134935.057500', '134935.517500', '134935.977500', '134936.437500', '134936.897500', '134937.357500', '134937.817500', '134938.277500', '134938.737500', '134939.197500', '134939.657500', '134940.117500', '134940.577500', '134941.037500', '134941.497500', '134941.957500', '134942.417500', '134942.877500', '134943.337500', '134943.797500', '134944.257500', '134944.717500', '134945.177500', '134945.637500', '134946.097500', '134946.557500', '134947.017500', '134947.477500', '134947.937500', '134948.397500', '134948.857500', '134949.317500', '134949.777500', '134950.237500', '134950.697500', '134951.157500', '134951.617500', '134952.077500', '134952.537500', '134952.997500', '134953.457500', '134953.917500', '134954.377500', '134954.837500', '134955.297500', '134955.757500', '134956.217500', '134956.677500', '134957.137500', '134957.597500', '134958.057500', '134958.517500', '134958.977500', '134959.437500', '134959.897500', '135000.357500', '135000.817500', '135001.277500', '135001.737500', '135002.197500', '135002.657500', '135003.117500', '135003.577500', '135004.037500', '135004.497500', '135004.957500', '135005.417500', '135005.877500', '135006.337500', '135006.797500', '135007.257500', '135007.717500', '135008.177500', '135008.637500', '135009.097500', '135009.557500', '135010.017500', '135010.477500', '135010.937500', '135011.397500', '135011.857500', '135012.317500', '135012.777500', '135013.237500', '135013.697500', '135014.157500', '135014.617500', '135015.077500', '135015.537500', '135015.997500', '135016.457500', '135016.917500', '135017.377500', '135017.837500', '135018.297500', '135018.757500', '135019.217500', '135019.677500', '135020.137500', '135020.597500', '135021.057500', '135021.517500', '135021.977500', '135022.437500', '135022.897500', '135023.357500', '135023.817500', '135024.277500', '135024.737500', '135025.197500', '135025.657500', '135026.117500', '135026.577500', '135027.037500', '135027.497500', '135027.957500', '135028.417500', '135028.877500', '135029.337500', '135029.797500', '135030.257500', '135030.717500', '135031.177500', '135031.637500', '135032.097500', '135032.557500', '135033.017500', '135033.477500', '135033.937500', '135034.397500', '135034.857500', '135035.317500', '135035.777500', '135036.237500', '135036.697500', '135037.157500', '135037.617500', '135038.077500', '135038.537500', '135038.997500', '135039.457500', '135039.917500', '135040.377500', '135040.837500', '135041.297500', '135041.757500', '135042.217500', '135042.677500', '135043.137500', '135043.597500', '135044.057500', '135044.517500', '135044.977500', '135045.437500', '135045.897500', '135046.357500', '135046.817500', '135047.277500', '135047.737500', '135048.197500', '135048.657500', '135049.117500', '135049.577500', '135050.037500', '135050.497500', '135050.957500', '135051.417500', '135051.877500', '135052.337500', '135052.797500', '135053.257500', '135053.717500', '135054.177500', '135054.637500', '135055.097500', '135055.557500', '135056.017500', '135056.477500', '135056.937500', '135057.397500', '135057.857500', '135058.317500', '135058.777500', '135059.237500', '135059.697500', '135100.157500', '135100.617500', '135101.077500', '135101.537500', '135101.997500', '135102.457500', '135102.917500', '135103.377500', '135103.837500', '135104.297500', '135104.757500', '135105.217500', '135105.677500', '135106.137500', '135106.597500', '135107.057500', '135107.517500', '135107.977500', '135108.437500', '135108.897500', '135109.357500', '135109.817500', '135110.277500', '135110.737500', '135111.197500', '135111.657500', '135112.117500', '135112.577500', '135113.037500', '135113.497500', '135113.957500', '135114.417500', '135114.877500', '135115.337500', '135115.797500', '135116.257500', '135116.717500', '135117.177500', '135117.637500', '135118.097500', '135118.557500', '135119.017500', '135119.477500', '135119.937500', '135120.397500', '135120.857500', '135121.317500', '135121.777500', '135122.237500', '135122.697500', '135123.157500', '135123.617500', '135124.077500', '135124.537500', '135124.997500', '135125.457500', '135125.917500', '135126.377500', '135126.837500', '135127.297500', '135127.757500', '135128.217500', '135128.677500', '135129.137500', '135129.597500', '135130.057500', '135130.517500', '135130.977500', '135131.437500', '135131.897500', '135132.357500', '135132.817500', '135133.277500', '135133.737500', '135134.197500', '135134.657500', '135135.117500', '135135.577500', '135136.037500', '135136.497500', '135136.957500', '135137.417500', '135137.877500', '135138.337500', '135138.797500', '135139.257500', '135139.717500', '135140.177500', '135140.637500', '135141.097500', '135141.557500', '135142.017500', '135142.477500', '135142.937500', '135143.397500', '135143.857500', '135144.317500', '135144.777500', '135145.237500', '135145.697500', '135146.157500', '135146.617500', '135147.077500', '135147.537500', '135147.997500', '135148.457500', '135148.917500', '135149.377500', '135149.837500', '135150.297500', '135150.757500', '135151.217500', '135151.677500', '135152.137500', '135152.597500', '135153.057500', '135153.517500', '135153.977500', '135154.437500', '135154.897500', '135155.357500', '135155.817500', '135156.277500', '135156.737500', '135157.197500', '135157.657500', '135158.117500', '135158.577500', '135159.037500', '135159.497500', '135159.957500', '135200.417500', '135200.877500', '135201.337500', '135201.797500', '135202.257500', '135202.717500', '135203.177500', '135203.637500', '135204.097500', '135204.557500', '135205.017500', '135205.477500', '135205.937500', '135206.397500', '135206.857500', '135207.317500', '135207.777500', '135208.237500', '135208.697500', '135209.157500', '135209.617500', '135210.077500', '135210.537500', '135210.997500', '135211.457500', '135211.917500', '135212.377500', '135212.837500', '135213.297500', '135213.757500', '135214.217500', '135214.677500', '135215.137500', '135215.597500', '135216.057500', '135216.517500', '135216.977500', '135217.437500', '135217.897500', '135218.357500', '135218.817500', '135219.277500', '135219.737500', '135220.197500', '135220.657500', '135221.117500', '135221.577500', '135222.037500', '135222.497500', '135222.957500', '135223.417500', '135223.877500', '135224.337500', '135224.797500', '135225.257500', '135225.717500', '135226.177500', '135226.637500', '135227.097500', '135227.557500', '135228.017500', '135228.477500', '135228.937500', '135229.397500', '135229.857500', '135230.317500', '135230.777500', '135231.237500', '135231.697500', '135232.157500', '135232.617500', '135233.077500', '135233.537500', '135233.997500', '135234.457500', '135234.917500', '135235.377500', '135235.837500', '135236.297500', '135236.757500', '135237.217500', '135237.677500', '135238.137500', '135238.597500', '135239.057500', '135239.517500', '135239.977500', '135240.437500', '135240.897500', '135241.357500', '135241.817500', '135242.277500', '135242.737500', '135243.197500', '135243.657500', '135244.117500', '135244.577500', '135245.037500', '135245.497500', '135245.957500', '135246.417500', '135246.877500', '135247.337500', '135247.797500', '135248.257500', '135248.717500', '135249.177500', '135249.637500', '135250.097500', '135250.557500', '135251.017500', '135251.477500', '135251.937500', '135252.397500', '135252.857500', '135253.317500', '135253.777500', '135254.237500', '135254.697500', '135255.157500', '135255.617500', '135256.077500', '135256.537500', '135256.997500', '135257.457500', '135257.917500', '135258.377500', '135258.837500', '135259.297500', '135259.757500', '135300.217500', '135300.677500', '135301.137500', '135301.597500', '135302.057500', '135302.517500', '135302.977500', '135303.437500', '135303.897500', '135304.357500', '135304.817500', '135305.277500', '135305.737500', '135306.197500', '135306.657500', '135307.117500', '135307.577500', '135308.037500', '135308.497500', '135308.957500', '135309.417500', '135309.877500', '135310.337500', '135310.797500', '135311.257500', '135311.717500', '135312.177500', '135312.637500', '135313.097500', '135313.557500', '135314.017500', '135314.477500', '135314.937500', '135315.397500', '135315.857500', '135316.317500', '135316.777500', '135317.237500', '135317.697500', '135318.157500', '135318.617500', '135319.077500', '135319.537500', '135319.997500', '135320.457500', '135320.917500', '135321.377500', '135321.837500', '135322.297500', '135322.757500', '135323.217500', '135323.677500', '135324.137500', '135324.597500', '135325.057500', '135325.517500', '135325.977500', '135326.437500', '135326.897500', '135327.357500', '135327.817500', '135328.277500', '135328.737500', '135329.197500', '135329.657500', '135330.117500', '135330.577500', '135331.037500', '135331.497500', '135331.957500', '135332.417500', '135332.877500', '135333.337500', '135333.797500', '135334.257500', '135334.717500', '135335.177500', '135335.637500', '135336.097500', '135336.557500', '135337.017500', '135337.477500', '135337.937500', '135338.397500', '135338.857500', '135339.317500', '135339.777500', '135340.237500', '135340.697500', '135341.157500', '135341.617500', '135342.077500', '135342.537500', '135342.997500', '135343.457500', '135343.917500', '135344.377500', '135344.837500', '135345.297500', '135345.757500', '135346.217500', '135346.677500', '135347.137500', '135347.597500', '135348.057500', '135348.517500', '135348.977500', '135349.437500', '135349.897500', '135350.357500', '135350.817500', '135351.277500', '135351.737500', '135352.197500', '135352.657500', '135353.117500', '135353.577500', '135354.037500', '135354.497500', '135354.957500', '135355.417500', '135355.877500', '135356.337500', '135356.797500', '135357.257500', '135357.717500', '135358.177500', '135358.637500', '135359.097500', '135359.557500', '135400.017500', '135400.477500', '135400.937500', '135401.397500', '135401.857500', '135402.317500', '135402.777500', '135403.237500', '135403.697500', '135404.157500', '135404.617500', '135405.077500', '135405.537500', '135405.997500', '135406.457500', '135406.917500', '135407.377500', '135407.837500', '135408.297500', '135408.757500', '135409.217500', '135409.677500', '135410.137500', '135410.597500', '135411.057500', '135411.517500', '135411.977500', '135412.437500', '135412.897500', '135413.357500', '135413.817500', '135414.277500', '135414.737500', '135415.197500', '135415.657500', '135416.117500', '135416.577500', '135417.037500', '135417.497500', '135417.957500', '135418.417500', '135418.877500', '135419.337500', '135419.797500', '135420.257500', '135420.717500', '135421.177500', '135421.637500', '135422.097500', '135422.557500', '135423.017500', '135423.477500', '135423.937500', '135424.397500', '135424.857500', '135425.317500', '135425.777500', '135426.237500', '135426.697500', '135427.157500', '135427.617500', '135428.077500', '135428.537500', '135428.997500', '135429.457500', '135429.917500', '135430.377500', '135430.837500', '135431.297500', '135431.757500', '135432.217500', '135432.677500', '135433.137500', '135433.597500', '135434.057500', '135434.517500', '135434.977500', '135435.437500', '135435.897500', '135436.357500', '135436.817500', '135437.277500', '135437.737500', '135438.197500', '135438.657500', '135439.117500', '135439.577500', '135440.037500', '135440.497500', '135440.957500', '135441.417500', '135441.877500', '135442.337500', '135442.797500', '135443.257500', '135443.717500', '135444.177500', '135444.637500', '135445.097500', '135445.557500', '135446.017500', '135446.477500', '135446.937500', '135447.397500', '135447.857500', '135448.317500', '135448.777500', '135449.237500', '135449.697500', '135450.157500', '135450.617500', '135451.077500', '135451.537500', '135451.997500', '135452.457500', '135452.917500', '135453.377500', '135453.837500', '135454.297500', '135454.757500', '135455.217500', '135455.677500', '135456.137500'], 'ContentTime': ['134829.567000', '134829.577000', '134829.579000', '134829.582000', '134829.584000', '134829.587000', '134829.590000', '134829.592000', '134829.601000', '134829.604000', '134829.607000', '134829.609000', '134829.612000', '134829.615000', '134829.617000', '134829.620000', '134829.622000', '134829.625000', '134829.631000', '134829.633000', '134829.636000', '134829.639000', '134829.641000', '134829.644000', '134829.646000', '134829.649000', '134829.651000', '134829.654000', '134849.525000', '134849.528000', '134849.531000', '134849.533000', '134849.536000', '134849.539000', '134849.541000', '134849.544000', '134849.546000', '134849.549000', '134849.551000', '134849.554000', '134849.557000', '134849.559000', '134849.562000', '134849.567000', '134849.570000', '134849.572000', '134849.575000', '134849.577000', '134849.580000', '134849.583000', '134849.585000', '134849.588000', '134849.590000', '134849.593000', '134849.596000', '134849.598000', '134849.601000', '134849.603000', '134849.606000', '134849.608000', '134849.611000', '134849.614000', '134849.616000', '134849.619000', '134849.621000', '134849.624000', '134849.626000', '134849.629000', '134849.632000', '134849.634000', '134849.637000', '134909.525000', '134909.528000', '134909.531000', '134909.534000', '134909.536000', '134909.539000', '134909.541000', '134909.544000', '134909.560000', '134909.562000', '134909.565000', '134909.567000', '134909.570000', '134909.573000', '134909.575000', '134909.578000', '134909.581000', '134909.583000', '134909.586000', '134909.588000', '134909.591000', '134909.593000', '134909.596000', '134909.599000', '134909.601000', '134909.604000', '134909.606000', '134909.609000', '134909.612000', '134909.614000', '134909.617000', '134909.619000', '134909.622000', '134909.624000', '134909.627000', '134909.629000', '134909.632000', '134909.635000', '134909.637000', '134909.640000', '134909.642000', '134909.645000', '134909.647000', '134929.525000', '134929.528000', '134929.531000', '134929.533000', '134929.536000', '134929.539000', '134929.541000', '134929.544000', '134929.546000', '134929.549000', '134929.552000', '134929.554000', '134929.568000', '134929.570000', '134929.573000', '134929.576000', '134929.578000', '134929.581000', '134929.583000', '134929.586000', '134929.588000', '134929.591000', '134929.594000', '134929.596000', '134929.599000', '134929.601000', '134929.604000', '134929.607000', '134929.609000', '134929.612000', '134929.614000', '134929.617000', '134929.619000', '134929.622000', '134929.625000', '134929.627000', '134929.630000', '134929.632000', '134929.635000', '134929.637000', '134929.640000', '134929.643000', '134929.645000', '134929.648000', '134949.525000', '134949.528000', '134949.531000', '134949.533000', '134949.536000', '134949.539000', '134949.541000', '134949.544000', '134949.547000', '134949.549000', '134949.552000', '134949.554000', '134949.557000', '134949.560000', '134949.562000', '134949.565000', '134949.567000', '134949.570000', '134949.573000', '134949.575000', '134949.578000', '134949.580000', '134949.583000', '134949.586000', '134949.588000', '134949.592000', '134949.595000', '134949.598000', '134949.600000', '134949.603000', '134949.605000', '134949.608000', '134949.610000', '134949.613000', '134949.616000', '134949.618000', '134949.621000', '134949.623000', '134949.626000', '134949.629000', '134949.631000', '134949.634000', '134949.636000', '135009.524000', '135009.527000', '135009.530000', '135009.533000', '135009.535000', '135009.538000', '135009.540000', '135009.543000', '135009.546000', '135009.548000', '135009.551000', '135009.553000', '135009.556000', '135009.559000', '135009.561000', '135009.564000', '135009.566000', '135009.569000', '135009.571000', '135009.574000', '135009.577000', '135009.579000', '135009.582000', '135009.584000', '135009.587000', '135009.590000', '135009.592000', '135009.595000', '135009.597000', '135009.600000', '135009.602000', '135009.605000', '135009.608000', '135009.610000', '135009.613000', '135009.615000', '135009.618000', '135009.621000', '135009.623000', '135009.626000', '135009.629000', '135009.631000', '135009.634000', '135009.636000', '135029.525000', '135029.528000', '135029.531000', '135029.533000', '135029.536000', '135029.539000', '135029.541000', '135029.544000', '135029.546000', '135029.549000', '135029.552000', '135029.554000', '135029.557000', '135029.559000', '135029.562000', '135029.565000', '135029.567000', '135029.570000', '135029.572000', '135029.575000', '135029.578000', '135029.580000', '135029.583000', '135029.585000', '135029.588000', '135029.591000', '135029.593000', '135029.596000', '135029.598000', '135029.601000', '135029.603000', '135029.606000', '135029.609000', '135029.611000', '135029.614000', '135029.617000', '135029.619000', '135029.622000', '135029.624000', '135029.627000', '135029.630000', '135029.632000', '135029.635000', '135049.526000', '135049.529000', '135049.531000', '135049.534000', '135049.537000', '135049.539000', '135049.542000', '135049.544000', '135049.547000', '135049.550000', '135049.552000', '135049.555000', '135049.557000', '135049.560000', '135049.562000', '135049.565000', '135049.568000', '135049.570000', '135049.573000', '135049.575000', '135049.578000', '135049.580000', '135049.583000', '135049.586000', '135049.588000', '135049.591000', '135049.594000', '135049.596000', '135049.599000', '135049.601000', '135049.604000', '135049.607000', '135049.609000', '135049.612000', '135049.614000', '135049.617000', '135049.620000', '135049.622000', '135049.625000', '135049.627000', '135049.630000', '135049.633000', '135049.635000', '135049.638000', '135109.525000', '135109.528000', '135109.531000', '135109.533000', '135109.536000', '135109.539000', '135109.541000', '135109.544000', '135109.547000', '135109.549000', '135109.552000', '135109.554000', '135109.557000', '135109.560000', '135109.562000', '135109.565000', '135109.567000', '135109.570000', '135109.573000', '135109.575000', '135109.578000', '135109.595000', '135109.598000', '135109.600000', '135109.603000', '135109.605000', '135109.608000', '135109.611000', '135109.614000', '135109.617000', '135109.620000', '135109.622000', '135109.625000', '135109.627000', '135109.630000', '135109.633000', '135109.636000', '135109.638000', '135109.641000', '135109.643000', '135109.646000', '135109.649000', '135109.651000', '135129.526000', '135129.528000', '135129.531000', '135129.534000', '135129.536000', '135129.539000', '135129.541000', '135129.544000', '135129.547000', '135129.549000', '135129.552000', '135129.554000', '135129.557000', '135129.560000', '135129.562000', '135129.565000', '135129.567000', '135129.570000', '135129.573000', '135129.575000', '135129.578000', '135129.580000', '135129.583000', '135129.586000', '135129.588000', '135129.591000', '135129.594000', '135129.596000', '135129.599000', '135129.602000', '135129.604000', '135129.607000', '135129.609000', '135129.612000', '135129.615000', '135129.617000', '135129.620000', '135129.622000', '135129.625000', '135129.628000', '135129.630000', '135129.633000', '135129.635000', '135129.638000', '135149.525000', '135149.530000', '135149.532000', '135149.535000', '135149.537000', '135149.540000', '135149.543000', '135149.545000', '135149.548000', '135149.550000', '135149.553000', '135149.556000', '135149.558000', '135149.561000', '135149.564000', '135149.566000', '135149.569000', '135149.571000', '135149.574000', '135149.577000', '135149.579000', '135149.582000', '135149.585000', '135149.587000', '135149.590000', '135149.593000', '135149.595000', '135149.598000', '135149.600000', '135149.603000', '135149.606000', '135149.608000', '135149.611000', '135149.613000', '135149.616000', '135149.618000', '135149.621000', '135149.624000', '135149.626000', '135149.629000', '135149.631000', '135149.634000', '135149.637000', '135209.526000', '135209.528000', '135209.531000', '135209.534000', '135209.536000', '135209.539000', '135209.541000', '135209.544000', '135209.547000', '135209.549000', '135209.552000', '135209.555000', '135209.557000', '135209.560000', '135209.562000', '135209.565000', '135209.568000', '135209.570000', '135209.573000', '135209.576000', '135209.578000', '135209.581000', '135209.583000', '135209.586000', '135209.589000', '135209.591000', '135209.594000', '135209.597000', '135209.599000', '135209.602000', '135209.604000', '135209.607000', '135209.610000', '135209.612000', '135209.615000', '135209.618000', '135209.620000', '135209.623000', '135209.625000', '135209.628000', '135209.631000', '135209.633000', '135209.636000', '135209.639000', '135229.524000', '135229.527000', '135229.530000', '135229.533000', '135229.535000', '135229.538000', '135229.541000', '135229.543000', '135229.546000', '135229.548000', '135229.551000', '135229.554000', '135229.556000', '135229.559000', '135229.562000', '135229.564000', '135229.567000', '135229.569000', '135229.572000', '135229.575000', '135229.577000', '135229.580000', '135229.582000', '135229.585000', '135229.587000', '135229.590000', '135229.593000', '135229.595000', '135229.598000', '135229.601000', '135229.603000', '135229.606000', '135229.615000', '135229.618000', '135229.621000', '135229.623000', '135229.626000', '135229.629000', '135229.631000', '135229.634000', '135229.636000', '135229.639000', '135229.642000', '135249.525000', '135249.528000', '135249.531000', '135249.534000', '135249.536000', '135249.539000', '135249.542000', '135249.544000', '135249.547000', '135249.549000', '135249.552000', '135249.554000', '135249.557000', '135249.560000', '135249.562000', '135249.565000', '135249.567000', '135249.570000', '135249.573000', '135249.575000', '135249.578000', '135249.581000', '135249.583000', '135249.586000', '135249.588000', '135249.591000', '135249.594000', '135249.596000', '135249.599000', '135249.602000', '135249.604000', '135249.607000', '135249.610000', '135249.612000', '135249.615000', '135249.617000', '135249.620000', '135249.623000', '135249.625000', '135249.628000', '135249.630000', '135249.633000', '135249.636000', '135249.638000', '135309.526000', '135309.529000', '135309.531000', '135309.534000', '135309.537000', '135309.539000', '135309.542000', '135309.544000', '135309.547000', '135309.550000', '135309.552000', '135309.555000', '135309.557000', '135309.560000', '135309.563000', '135309.565000', '135309.568000', '135309.570000', '135309.573000', '135309.576000', '135309.578000', '135309.581000', '135309.583000', '135309.586000', '135309.589000', '135309.591000', '135309.594000', '135309.596000', '135309.599000', '135309.602000', '135309.604000', '135309.607000', '135309.610000', '135309.612000', '135309.615000', '135309.618000', '135309.621000', '135309.624000', '135309.627000', '135309.629000', '135309.632000', '135309.634000', '135309.637000', '135329.525000', '135329.528000', '135329.531000', '135329.534000', '135329.536000', '135329.539000', '135329.542000', '135329.544000', '135329.547000', '135329.549000', '135329.552000', '135329.554000', '135329.557000', '135329.560000', '135329.562000', '135329.565000', '135329.567000', '135329.570000', '135329.573000', '135329.575000', '135329.578000', '135329.580000', '135329.583000', '135329.586000', '135329.588000', '135329.591000', '135329.594000', '135329.596000', '135329.599000', '135329.601000', '135329.604000', '135329.607000', '135329.609000', '135329.612000', '135329.615000', '135329.618000', '135329.620000', '135329.623000', '135329.625000', '135329.628000', '135329.631000', '135329.633000', '135329.636000', '135329.639000', '135349.525000', '135349.528000', '135349.531000', '135349.534000', '135349.536000', '135349.539000', '135349.541000', '135349.544000', '135349.547000', '135349.549000', '135349.552000', '135349.554000', '135349.557000', '135349.560000', '135349.562000', '135349.565000', '135349.567000', '135349.570000', '135349.573000', '135349.575000', '135349.582000', '135349.585000', '135349.588000', '135349.590000', '135349.593000', '135349.596000', '135349.598000', '135349.601000', '135349.604000', '135349.606000', '135349.609000', '135349.612000', '135349.614000', '135349.617000', '135349.620000', '135349.624000', '135349.627000', '135349.629000', '135349.632000', '135349.635000', '135349.637000', '135349.640000', '135349.642000', '135409.525000', '135409.528000', '135409.531000', '135409.533000', '135409.536000', '135409.539000', '135409.541000', '135409.544000', '135409.547000', '135409.549000', '135409.552000', '135409.554000', '135409.557000', '135409.559000', '135409.573000', '135409.576000', '135409.578000', '135409.581000', '135409.584000', '135409.586000', '135409.589000', '135409.591000', '135409.594000', '135409.597000', '135409.599000', '135409.602000', '135409.604000', '135409.607000', '135409.610000', '135409.612000', '135409.615000', '135409.617000', '135409.620000', '135409.623000', '135409.625000', '135409.628000', '135409.631000', '135409.633000', '135409.636000', '135409.638000', '135409.641000', '135409.643000', '135409.646000', '135409.649000', '135429.525000', '135429.528000', '135429.531000', '135429.534000', '135429.536000', '135429.539000', '135429.542000', '135429.544000', '135429.547000', '135429.549000', '135429.552000', '135429.554000', '135429.557000', '135429.560000', '135429.562000', '135429.565000', '135429.568000', '135429.570000', '135429.573000', '135429.575000', '135429.578000', '135429.581000', '135429.583000', '135429.586000', '135429.588000', '135429.591000', '135429.594000', '135429.596000', '135429.599000', '135429.601000', '135429.604000', '135429.607000', '135429.609000', '135429.612000', '135429.614000', '135429.617000', '135429.620000', '135429.622000', '135429.625000', '135429.627000', '135429.630000', '135429.633000', '135429.635000', '135449.525000', '135449.527000', '135449.530000', '135449.533000', '135449.535000', '135449.538000', '135449.541000', '135449.543000', '135449.546000', '135449.549000', '135449.551000', '135449.554000', '135449.556000', '135449.559000', '135449.562000', '135449.565000', '135449.567000', '135449.570000', '135449.572000', '135449.575000', '135449.578000', '135449.580000', '135449.583000', '135449.585000', '135449.588000', '135449.591000', '135449.593000', '135449.596000', '135449.599000', '135449.601000', '135449.604000', '135449.606000', '135449.609000', '135449.611000', '135449.614000', '135449.617000', '135449.619000', '135449.622000', '135449.624000', '135449.627000', '135449.630000', '135449.632000', '135449.635000', '135449.637000', '135457.742000', '135457.744000', '135457.747000', '135457.750000', '135457.752000', '135457.755000', '135457.758000', '135457.760000', '135457.763000', '135457.766000', '135457.768000', '135457.771000', '135457.773000', '135457.776000', '135457.779000', '135457.781000', '135457.784000', '135457.786000'], 'InstanceCreationTime': ['134829.567000', '134829.577000', '134829.579000', '134829.582000', '134829.584000', '134829.587000', '134829.590000', '134829.592000', '134829.601000', '134829.604000', '134829.607000', '134829.609000', '134829.612000', '134829.615000', '134829.617000', '134829.620000', '134829.622000', '134829.625000', '134829.631000', '134829.633000', '134829.636000', '134829.639000', '134829.641000', '134829.644000', '134829.646000', '134829.649000', '134829.651000', '134829.654000', '134849.525000', '134849.528000', '134849.531000', '134849.533000', '134849.536000', '134849.539000', '134849.541000', '134849.544000', '134849.546000', '134849.549000', '134849.551000', '134849.554000', '134849.557000', '134849.559000', '134849.562000', '134849.567000', '134849.570000', '134849.572000', '134849.575000', '134849.577000', '134849.580000', '134849.583000', '134849.585000', '134849.588000', '134849.590000', '134849.593000', '134849.596000', '134849.598000', '134849.601000', '134849.603000', '134849.606000', '134849.608000', '134849.611000', '134849.614000', '134849.616000', '134849.619000', '134849.621000', '134849.624000', '134849.626000', '134849.629000', '134849.632000', '134849.634000', '134849.637000', '134909.525000', '134909.528000', '134909.531000', '134909.534000', '134909.536000', '134909.539000', '134909.541000', '134909.544000', '134909.560000', '134909.562000', '134909.565000', '134909.567000', '134909.570000', '134909.573000', '134909.575000', '134909.578000', '134909.581000', '134909.583000', '134909.586000', '134909.588000', '134909.591000', '134909.593000', '134909.596000', '134909.599000', '134909.601000', '134909.604000', '134909.606000', '134909.609000', '134909.612000', '134909.614000', '134909.617000', '134909.619000', '134909.622000', '134909.624000', '134909.627000', '134909.629000', '134909.632000', '134909.635000', '134909.637000', '134909.640000', '134909.642000', '134909.645000', '134909.647000', '134929.525000', '134929.528000', '134929.531000', '134929.533000', '134929.536000', '134929.539000', '134929.541000', '134929.544000', '134929.546000', '134929.549000', '134929.552000', '134929.554000', '134929.568000', '134929.570000', '134929.573000', '134929.576000', '134929.578000', '134929.581000', '134929.583000', '134929.586000', '134929.588000', '134929.591000', '134929.594000', '134929.596000', '134929.599000', '134929.601000', '134929.604000', '134929.607000', '134929.609000', '134929.612000', '134929.614000', '134929.617000', '134929.619000', '134929.622000', '134929.625000', '134929.627000', '134929.630000', '134929.632000', '134929.635000', '134929.637000', '134929.640000', '134929.643000', '134929.645000', '134929.648000', '134949.525000', '134949.528000', '134949.531000', '134949.533000', '134949.536000', '134949.539000', '134949.541000', '134949.544000', '134949.547000', '134949.549000', '134949.552000', '134949.554000', '134949.557000', '134949.560000', '134949.562000', '134949.565000', '134949.567000', '134949.570000', '134949.573000', '134949.575000', '134949.578000', '134949.580000', '134949.583000', '134949.586000', '134949.588000', '134949.592000', '134949.595000', '134949.598000', '134949.600000', '134949.603000', '134949.605000', '134949.608000', '134949.610000', '134949.613000', '134949.616000', '134949.618000', '134949.621000', '134949.623000', '134949.626000', '134949.629000', '134949.631000', '134949.634000', '134949.636000', '135009.524000', '135009.527000', '135009.530000', '135009.533000', '135009.535000', '135009.538000', '135009.540000', '135009.543000', '135009.546000', '135009.548000', '135009.551000', '135009.553000', '135009.556000', '135009.559000', '135009.561000', '135009.564000', '135009.566000', '135009.569000', '135009.571000', '135009.574000', '135009.577000', '135009.579000', '135009.582000', '135009.584000', '135009.587000', '135009.590000', '135009.592000', '135009.595000', '135009.597000', '135009.600000', '135009.602000', '135009.605000', '135009.608000', '135009.610000', '135009.613000', '135009.615000', '135009.618000', '135009.621000', '135009.623000', '135009.626000', '135009.629000', '135009.631000', '135009.634000', '135009.636000', '135029.525000', '135029.528000', '135029.531000', '135029.533000', '135029.536000', '135029.539000', '135029.541000', '135029.544000', '135029.546000', '135029.549000', '135029.552000', '135029.554000', '135029.557000', '135029.559000', '135029.562000', '135029.565000', '135029.567000', '135029.570000', '135029.572000', '135029.575000', '135029.578000', '135029.580000', '135029.583000', '135029.585000', '135029.588000', '135029.591000', '135029.593000', '135029.596000', '135029.598000', '135029.601000', '135029.603000', '135029.606000', '135029.609000', '135029.611000', '135029.614000', '135029.617000', '135029.619000', '135029.622000', '135029.624000', '135029.627000', '135029.630000', '135029.632000', '135029.635000', '135049.526000', '135049.529000', '135049.531000', '135049.534000', '135049.537000', '135049.539000', '135049.542000', '135049.544000', '135049.547000', '135049.550000', '135049.552000', '135049.555000', '135049.557000', '135049.560000', '135049.562000', '135049.565000', '135049.568000', '135049.570000', '135049.573000', '135049.575000', '135049.578000', '135049.580000', '135049.583000', '135049.586000', '135049.588000', '135049.591000', '135049.594000', '135049.596000', '135049.599000', '135049.601000', '135049.604000', '135049.607000', '135049.609000', '135049.612000', '135049.614000', '135049.617000', '135049.620000', '135049.622000', '135049.625000', '135049.627000', '135049.630000', '135049.633000', '135049.635000', '135049.638000', '135109.525000', '135109.528000', '135109.531000', '135109.533000', '135109.536000', '135109.539000', '135109.541000', '135109.544000', '135109.547000', '135109.549000', '135109.552000', '135109.554000', '135109.557000', '135109.560000', '135109.562000', '135109.565000', '135109.567000', '135109.570000', '135109.573000', '135109.575000', '135109.578000', '135109.595000', '135109.598000', '135109.600000', '135109.603000', '135109.605000', '135109.608000', '135109.611000', '135109.614000', '135109.617000', '135109.620000', '135109.622000', '135109.625000', '135109.627000', '135109.630000', '135109.633000', '135109.636000', '135109.638000', '135109.641000', '135109.643000', '135109.646000', '135109.649000', '135109.651000', '135129.526000', '135129.528000', '135129.531000', '135129.534000', '135129.536000', '135129.539000', '135129.541000', '135129.544000', '135129.547000', '135129.549000', '135129.552000', '135129.554000', '135129.557000', '135129.560000', '135129.562000', '135129.565000', '135129.567000', '135129.570000', '135129.573000', '135129.575000', '135129.578000', '135129.580000', '135129.583000', '135129.586000', '135129.588000', '135129.591000', '135129.594000', '135129.596000', '135129.599000', '135129.602000', '135129.604000', '135129.607000', '135129.609000', '135129.612000', '135129.615000', '135129.617000', '135129.620000', '135129.622000', '135129.625000', '135129.628000', '135129.630000', '135129.633000', '135129.635000', '135129.638000', '135149.525000', '135149.530000', '135149.532000', '135149.535000', '135149.537000', '135149.540000', '135149.543000', '135149.545000', '135149.548000', '135149.550000', '135149.553000', '135149.556000', '135149.558000', '135149.561000', '135149.564000', '135149.566000', '135149.569000', '135149.571000', '135149.574000', '135149.577000', '135149.579000', '135149.582000', '135149.585000', '135149.587000', '135149.590000', '135149.593000', '135149.595000', '135149.598000', '135149.600000', '135149.603000', '135149.606000', '135149.608000', '135149.611000', '135149.613000', '135149.616000', '135149.618000', '135149.621000', '135149.624000', '135149.626000', '135149.629000', '135149.631000', '135149.634000', '135149.637000', '135209.526000', '135209.528000', '135209.531000', '135209.534000', '135209.536000', '135209.539000', '135209.541000', '135209.544000', '135209.547000', '135209.549000', '135209.552000', '135209.555000', '135209.557000', '135209.560000', '135209.562000', '135209.565000', '135209.568000', '135209.570000', '135209.573000', '135209.576000', '135209.578000', '135209.581000', '135209.583000', '135209.586000', '135209.589000', '135209.591000', '135209.594000', '135209.597000', '135209.599000', '135209.602000', '135209.604000', '135209.607000', '135209.610000', '135209.612000', '135209.615000', '135209.618000', '135209.620000', '135209.623000', '135209.625000', '135209.628000', '135209.631000', '135209.633000', '135209.636000', '135209.639000', '135229.524000', '135229.527000', '135229.530000', '135229.533000', '135229.535000', '135229.538000', '135229.541000', '135229.543000', '135229.546000', '135229.548000', '135229.551000', '135229.554000', '135229.556000', '135229.559000', '135229.562000', '135229.564000', '135229.567000', '135229.569000', '135229.572000', '135229.575000', '135229.577000', '135229.580000', '135229.582000', '135229.585000', '135229.587000', '135229.590000', '135229.593000', '135229.595000', '135229.598000', '135229.601000', '135229.603000', '135229.606000', '135229.615000', '135229.618000', '135229.621000', '135229.623000', '135229.626000', '135229.629000', '135229.631000', '135229.634000', '135229.636000', '135229.639000', '135229.642000', '135249.525000', '135249.528000', '135249.531000', '135249.534000', '135249.536000', '135249.539000', '135249.542000', '135249.544000', '135249.547000', '135249.549000', '135249.552000', '135249.554000', '135249.557000', '135249.560000', '135249.562000', '135249.565000', '135249.567000', '135249.570000', '135249.573000', '135249.575000', '135249.578000', '135249.581000', '135249.583000', '135249.586000', '135249.588000', '135249.591000', '135249.594000', '135249.596000', '135249.599000', '135249.602000', '135249.604000', '135249.607000', '135249.610000', '135249.612000', '135249.615000', '135249.617000', '135249.620000', '135249.623000', '135249.625000', '135249.628000', '135249.630000', '135249.633000', '135249.636000', '135249.638000', '135309.526000', '135309.529000', '135309.531000', '135309.534000', '135309.537000', '135309.539000', '135309.542000', '135309.544000', '135309.547000', '135309.550000', '135309.552000', '135309.555000', '135309.557000', '135309.560000', '135309.563000', '135309.565000', '135309.568000', '135309.570000', '135309.573000', '135309.576000', '135309.578000', '135309.581000', '135309.583000', '135309.586000', '135309.589000', '135309.591000', '135309.594000', '135309.596000', '135309.599000', '135309.602000', '135309.604000', '135309.607000', '135309.610000', '135309.612000', '135309.615000', '135309.618000', '135309.621000', '135309.624000', '135309.627000', '135309.629000', '135309.632000', '135309.634000', '135309.637000', '135329.525000', '135329.528000', '135329.531000', '135329.534000', '135329.536000', '135329.539000', '135329.542000', '135329.544000', '135329.547000', '135329.549000', '135329.552000', '135329.554000', '135329.557000', '135329.560000', '135329.562000', '135329.565000', '135329.567000', '135329.570000', '135329.573000', '135329.575000', '135329.578000', '135329.580000', '135329.583000', '135329.586000', '135329.588000', '135329.591000', '135329.594000', '135329.596000', '135329.599000', '135329.601000', '135329.604000', '135329.607000', '135329.609000', '135329.612000', '135329.615000', '135329.618000', '135329.620000', '135329.623000', '135329.625000', '135329.628000', '135329.631000', '135329.633000', '135329.636000', '135329.639000', '135349.525000', '135349.528000', '135349.531000', '135349.534000', '135349.536000', '135349.539000', '135349.541000', '135349.544000', '135349.547000', '135349.549000', '135349.552000', '135349.554000', '135349.557000', '135349.560000', '135349.562000', '135349.565000', '135349.567000', '135349.570000', '135349.573000', '135349.575000', '135349.582000', '135349.585000', '135349.588000', '135349.590000', '135349.593000', '135349.596000', '135349.598000', '135349.601000', '135349.604000', '135349.606000', '135349.609000', '135349.612000', '135349.614000', '135349.617000', '135349.620000', '135349.624000', '135349.627000', '135349.629000', '135349.632000', '135349.635000', '135349.637000', '135349.640000', '135349.642000', '135409.525000', '135409.528000', '135409.531000', '135409.533000', '135409.536000', '135409.539000', '135409.541000', '135409.544000', '135409.547000', '135409.549000', '135409.552000', '135409.554000', '135409.557000', '135409.559000', '135409.573000', '135409.576000', '135409.578000', '135409.581000', '135409.584000', '135409.586000', '135409.589000', '135409.591000', '135409.594000', '135409.597000', '135409.599000', '135409.602000', '135409.604000', '135409.607000', '135409.610000', '135409.612000', '135409.615000', '135409.617000', '135409.620000', '135409.623000', '135409.625000', '135409.628000', '135409.631000', '135409.633000', '135409.636000', '135409.638000', '135409.641000', '135409.643000', '135409.646000', '135409.649000', '135429.525000', '135429.528000', '135429.531000', '135429.534000', '135429.536000', '135429.539000', '135429.542000', '135429.544000', '135429.547000', '135429.549000', '135429.552000', '135429.554000', '135429.557000', '135429.560000', '135429.562000', '135429.565000', '135429.568000', '135429.570000', '135429.573000', '135429.575000', '135429.578000', '135429.581000', '135429.583000', '135429.586000', '135429.588000', '135429.591000', '135429.594000', '135429.596000', '135429.599000', '135429.601000', '135429.604000', '135429.607000', '135429.609000', '135429.612000', '135429.614000', '135429.617000', '135429.620000', '135429.622000', '135429.625000', '135429.627000', '135429.630000', '135429.633000', '135429.635000', '135449.525000', '135449.527000', '135449.530000', '135449.533000', '135449.535000', '135449.538000', '135449.541000', '135449.543000', '135449.546000', '135449.549000', '135449.551000', '135449.554000', '135449.556000', '135449.559000', '135449.562000', '135449.565000', '135449.567000', '135449.570000', '135449.572000', '135449.575000', '135449.578000', '135449.580000', '135449.583000', '135449.585000', '135449.588000', '135449.591000', '135449.593000', '135449.596000', '135449.599000', '135449.601000', '135449.604000', '135449.606000', '135449.609000', '135449.611000', '135449.614000', '135449.617000', '135449.619000', '135449.622000', '135449.624000', '135449.627000', '135449.630000', '135449.632000', '135449.635000', '135449.637000', '135457.742000', '135457.744000', '135457.747000', '135457.750000', '135457.752000', '135457.755000', '135457.758000', '135457.760000', '135457.763000', '135457.766000', '135457.768000', '135457.771000', '135457.773000', '135457.776000', '135457.779000', '135457.781000', '135457.784000', '135457.786000'], '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': [11779, 8209, 12155, 8581, 12209, 8544, 10989, 7441, 11563, 6992, 12182, 7719, 11107, 7666, 10951, 6382, 11229, 6696, 10986, 6202, 10471, 6431, 10086, 10222, 8752, 11606, 8161, 10597, 7247, 10285, 6951, 11027, 7651, 11051, 7861, 7718, 8018, 7181, 11022, 6454, 11723, 6663, 10859, 6743, 11489, 8642, 10665, 8348, 8438, 7899, 9585, 8674, 10759, 8720, 8976, 8395, 10202, 8340, 11763, 8295, 11662, 8356, 10934, 7082, 10381, 6806, 9563, 8226, 7678, 8575, 6637, 9463, 6305, 11805, 9099, 7867, 10544, 6729, 9970, 7043, 10645, 7799, 8800, 7434, 7161, 7053, 10164, 8453, 9231, 7925, 8344, 7250, 10897, 7824, 10869, 7823, 10238, 7097, 9757, 6625, 10363, 7641, 10369, 7241, 7633, 6765, 7248, 8439, 8053, 10485, 8164, 10486, 6740, 9816, 7092, 9728, 10296, 8727, 12232, 8341, 10777, 7065, 9579, 6765, 7845, 6965, 7634, 8744, 6232, 10607, 6079, 10932, 7257, 11684, 9012, 7342, 7934, 6305, 10691, 6947, 11624, 6843, 10054, 6849, 10158, 6729, 11395, 7119, 10274, 6827, 9990, 6811, 11043, 7677, 8676, 7259, 7893, 7524, 9061, 8685, 7622, 8953, 6487, 9047, 8050, 10532, 6994, 11119, 7045, 9968, 6569, 11151, 8116, 10208, 7654, 6099, 8498, 6747, 11214, 6887, 10801, 6941, 10480, 6541, 11004, 6857, 11468, 6938, 10524, 6689, 10109, 6305, 10497, 6319, 10051, 6336, 9783, 6178, 10388, 6394, 10814, 7124, 10153, 6955, 9795, 7224, 8371, 8323, 6808, 8573, 5902, 10277, 7614, 8359, 8747, 6394, 9766, 6801, 9273, 7066, 6028, 10039, 7117, 9705, 8151, 6329, 8688, 6409, 11394, 7514, 10678, 7391, 10058, 7243, 10499, 7997, 9711, 8219, 6308, 7612, 6421, 9541, 6355, 11284, 7163, 9657, 7058, 9513, 6591, 9208, 8249, 6750, 9282, 6583, 9694, 6397, 10080, 7377, 10723, 8466, 8221, 7388, 6786, 7686, 8787, 8074, 11268, 8522, 9269, 7273, 9572, 6858, 9476, 6822, 8568, 7363, 6682, 7378, 6146, 8607, 6337, 10758, 6751, 10279, 7325, 8008, 8861, 6100, 7096, 6993, 8365, 9552, 8140, 8486, 6414, 9845, 6886, 10876, 8656, 9396, 10086, 9073, 11713, 8160, 13286, 9291, 11476, 7685, 9605, 7054, 9599, 6996, 10707, 7559, 9667, 6556, 8547, 6464, 6749, 7350, 6665, 8930, 6408, 9023, 6504, 9524, 6311, 10500, 6804, 9582, 6484, 7895, 7447, 7030, 9948, 6495, 9861, 6714, 9681, 6897, 10433, 7601, 10352, 7114, 9593, 6872, 9241, 6746, 10352, 7627, 8635, 7328, 7375, 7026, 6979, 8669, 7076, 9822, 6441, 9960, 6786, 10242, 8012, 7851, 7369, 6086, 9359, 6072, 11078, 7241, 10225, 6806, 8633, 6932, 8059, 8353, 6857, 8513, 6419, 8891, 7458, 10120, 6526, 10297, 6589, 9911, 6336, 9993, 7127, 10074, 7211, 8363, 6897, 7231, 7893, 8294, 8570, 6465, 9020, 6311, 9521, 6351, 10727, 6643, 10654, 6791, 10372, 6898, 9221, 7197, 7078, 8672, 6177, 10706, 7048, 10513, 8340, 7028, 6911, 5802, 7311, 6872, 6198, 10513, 9194, 6995, 10527, 7016, 9847, 8334, 6290, 12275, 8851, 8687, 10523, 8292, 12952, 9548, 10387, 10427, 7082, 9441, 6718, 11111, 7973, 10617, 7775, 9322, 7169, 8744, 7642, 6852, 7539, 6094, 8289, 5989, 9499, 6416, 9775, 7225, 9071, 6784, 9448, 6905, 9776, 7558, 9346, 6981, 8932, 7041, 9309, 7165, 9564, 7134, 8795, 6722, 9134, 6728, 9075, 6421, 8918, 6619, 8997, 6278, 8990, 6222, 9414, 5921, 9079, 6174, 8706, 5955, 9076, 5965, 9833, 6628, 8888, 6495, 8989, 7032, 9480, 7374, 6685, 7268, 5985, 8180, 7565, 9990, 6372, 8987, 6345, 9354, 6722, 10262, 8050, 9638, 7846, 8921, 6921, 9653, 7285, 10726, 7279, 7878, 7111, 7295, 6898, 7748, 7711, 6307, 7642, 6272, 8773, 6594, 9494, 6387, 8560, 6399, 8703, 6348, 8985, 6373, 9667, 7273, 9605, 7002, 9401, 7018, 9448, 7179, 6935, 7692, 6022, 8552, 6305, 11030, 7902, 5919, 7420, 6368, 8907, 6735, 10594, 7672, 7002, 7648, 6538, 10140, 6194, 10405, 8059, 8517, 7522, 6387, 8281, 9070, 10443, 7759, 9572, 6883, 10051, 6654, 10759, 7596, 9701, 6918, 8907, 7119, 7260, 7612, 6568, 8988, 7084, 9577, 7100, 8301, 8085, 6658, 8575, 6240, 9252, 6837, 10138, 7639, 9405, 7407, 6765, 7380, 6823, 8226, 7855, 8900, 6347, 8400, 6480, 8009, 6527, 8403, 6730, 8042, 6323, 8029, 6225, 8342, 6359, 9190, 6545, 9278, 7003, 9410, 6877, 8364, 7299, 6756, 8127, 6171, 8929, 6160, 10658, 9644, 9003, 8635, 8430, 7538, 6518, 8042, 7206, 6166, 10220, 6930, 11213, 7889, 6922, 10629, 7457, 10817, 9247, 9700, 13758, 9860, 13215, 9177, 8021, 8275, 7048, 11484, 7960, 10233, 7572, 7153, 8620, 6540, 9867, 6867, 10588, 7401, 9145, 7247, 7345, 7099, 7008, 7469, 6099, 7775, 6338, 8639, 6314, 8876, 6542, 9381, 7360, 8492, 7190, 9027, 7238, 9177, 7488, 8616, 7196, 7596, 7233, 8646, 7364, 8577, 7514, 5881, 7522, 6011, 7557, 7088, 8951, 6344, 8583, 6107, 8622, 6095, 9126, 6376, 9611, 6971, 8941, 6644, 9355, 7224, 8663, 7345, 6006, 7991, 6022, 9755, 7103, 9933, 6685, 7641, 7801, 6396, 9769, 6918, 10036, 8222, 7286, 8160, 6052, 9707, 6644, 10944, 8239, 9191, 6586, 10420, 7262, 8956, 7721, 5936, 8210, 6250, 10159, 6245, 10014, 6962, 9418, 7145, 9872, 6860, 10402, 6656, 9242, 6444, 9554, 6385, 10442, 6640, 10309, 7076, 9149, 6848, 9866, 6949, 10799, 7440, 7116, 7157, 8231, 7125, 10476, 7106, 9948, 6892, 8333, 6130, 10011, 6909, 8060, 8150, 6224, 10245, 7253, 8700, 8776, 6426, 10871, 7433, 9114, 8610, 6548, 10150, 7253, 10249, 7846, 9436, 7378, 6372, 10543, 6899, 10975, 7473, 8355, 9756, 6577, 10203, 6454, 10615, 7079, 11262, 7697, 10857, 7053, 9701, 6871, 10015, 7222, 8418, 7210, 6495, 8022, 6308, 9471, 6557, 9573, 6327, 9577, 6256, 10068, 6387, 10196, 7152, 9639, 6671, 10113, 6678, 10150, 7623, 10043, 7164, 7498, 7061, 6401, 9789, 6882, 10165, 6479, 9759, 6379, 10474, 6522, 11078, 7059, 10132, 6798, 10838, 6699, 11141], 'WindowCenter': [3727.0, 3681.0, 3710.0, 3677.0, 3695.0, 3662.0, 3681.0, 3638.0, 3680.0, 3640.0, 3681.0, 3650.0, 3681.0, 3638.0, 3669.0, 3616.0, 3682.0, 3627.0, 3669.0, 3604.0, 3669.0, 3614.0, 3668.0, 3657.0, 3648.0, 3679.0, 3647.0, 3667.0, 3637.0, 3656.0, 3626.0, 3668.0, 3638.0, 3679.0, 3649.0, 3637.0, 3649.0, 3639.0, 3683.0, 3630.0, 3696.0, 3641.0, 3684.0, 3642.0, 3695.0, 3663.0, 3683.0, 3662.0, 3649.0, 3650.0, 3659.0, 3649.0, 3669.0, 3660.0, 3648.0, 3649.0, 3670.0, 3649.0, 3679.0, 3647.0, 3668.0, 3635.0, 3656.0, 3626.0, 3656.0, 3614.0, 3657.0, 3650.0, 3649.0, 3661.0, 3629.0, 3672.0, 3630.0, 3681.0, 3662.0, 3651.0, 3684.0, 3641.0, 3671.0, 3639.0, 3683.0, 3651.0, 3661.0, 3640.0, 3627.0, 3628.0, 3671.0, 3651.0, 3659.0, 3649.0, 3648.0, 3637.0, 3668.0, 3639.0, 3680.0, 3637.0, 3658.0, 3627.0, 3658.0, 3627.0, 3672.0, 3651.0, 3670.0, 3639.0, 3638.0, 3628.0, 3638.0, 3649.0, 3648.0, 3671.0, 3648.0, 3670.0, 3617.0, 3658.0, 3625.0, 3657.0, 3656.0, 3634.0, 3666.0, 3635.0, 3654.0, 3614.0, 3644.0, 3614.0, 3634.0, 3625.0, 3636.0, 3646.0, 3605.0, 3669.0, 3616.0, 3669.0, 3651.0, 3681.0, 3661.0, 3639.0, 3649.0, 3617.0, 3670.0, 3639.0, 3684.0, 3630.0, 3670.0, 3627.0, 3669.0, 3628.0, 3681.0, 3641.0, 3669.0, 3628.0, 3658.0, 3627.0, 3679.0, 3638.0, 3648.0, 3638.0, 3647.0, 3638.0, 3660.0, 3650.0, 3637.0, 3649.0, 3615.0, 3647.0, 3637.0, 3669.0, 3626.0, 3680.0, 3628.0, 3670.0, 3628.0, 3681.0, 3649.0, 3669.0, 3639.0, 3615.0, 3648.0, 3626.0, 3669.0, 3626.0, 3669.0, 3625.0, 3667.0, 3614.0, 3667.0, 3614.0, 3666.0, 3613.0, 3656.0, 3613.0, 3655.0, 3601.0, 3656.0, 3602.0, 3654.0, 3602.0, 3654.0, 3603.0, 3656.0, 3613.0, 3666.0, 3625.0, 3656.0, 3625.0, 3656.0, 3624.0, 3649.0, 3649.0, 3629.0, 3662.0, 3607.0, 3671.0, 3651.0, 3661.0, 3662.0, 3632.0, 3672.0, 3629.0, 3660.0, 3641.0, 3619.0, 3673.0, 3641.0, 3673.0, 3651.0, 3629.0, 3661.0, 3630.0, 3682.0, 3640.0, 3671.0, 3638.0, 3658.0, 3638.0, 3669.0, 3649.0, 3659.0, 3649.0, 3616.0, 3637.0, 3616.0, 3670.0, 3618.0, 3680.0, 3627.0, 3660.0, 3627.0, 3659.0, 3630.0, 3672.0, 3662.0, 3629.0, 3660.0, 3628.0, 3659.0, 3617.0, 3669.0, 3639.0, 3682.0, 3650.0, 3648.0, 3638.0, 3615.0, 3637.0, 3646.0, 3636.0, 3667.0, 3647.0, 3645.0, 3625.0, 3644.0, 3614.0, 3644.0, 3614.0, 3634.0, 3625.0, 3613.0, 3625.0, 3604.0, 3647.0, 3616.0, 3684.0, 3642.0, 3657.0, 3624.0, 3650.0, 3660.0, 3618.0, 3638.0, 3642.0, 3662.0, 3673.0, 3652.0, 3663.0, 3631.0, 3685.0, 3654.0, 3684.0, 3662.0, 3660.0, 3659.0, 3646.0, 3668.0, 3636.0, 3693.0, 3647.0, 3666.0, 3624.0, 3642.0, 3599.0, 3630.0, 3599.0, 3641.0, 3622.0, 3641.0, 3600.0, 3631.0, 3601.0, 3611.0, 3626.0, 3612.0, 3644.0, 3601.0, 3644.0, 3602.0, 3656.0, 3618.0, 3670.0, 3627.0, 3658.0, 3616.0, 3636.0, 3638.0, 3627.0, 3670.0, 3617.0, 3669.0, 3616.0, 3658.0, 3626.0, 3668.0, 3626.0, 3657.0, 3625.0, 3646.0, 3614.0, 3644.0, 3614.0, 3655.0, 3637.0, 3645.0, 3626.0, 3624.0, 3625.0, 3625.0, 3634.0, 3613.0, 3657.0, 3614.0, 3656.0, 3628.0, 3684.0, 3650.0, 3648.0, 3637.0, 3616.0, 3672.0, 3618.0, 3682.0, 3640.0, 3671.0, 3630.0, 3660.0, 3641.0, 3652.0, 3651.0, 3629.0, 3662.0, 3617.0, 3660.0, 3640.0, 3673.0, 3630.0, 3673.0, 3629.0, 3674.0, 3619.0, 3670.0, 3629.0, 3670.0, 3640.0, 3647.0, 3627.0, 3626.0, 3651.0, 3650.0, 3649.0, 3617.0, 3647.0, 3617.0, 3659.0, 3604.0, 3670.0, 3631.0, 3671.0, 3628.0, 3658.0, 3627.0, 3658.0, 3627.0, 3627.0, 3649.0, 3618.0, 3670.0, 3641.0, 3671.0, 3652.0, 3675.0, 3634.0, 3578.0, 3611.0, 3628.0, 3605.0, 3668.0, 3660.0, 3639.0, 3683.0, 3643.0, 3686.0, 3677.0, 3647.0, 3708.0, 3675.0, 3651.0, 3671.0, 3638.0, 3680.0, 3660.0, 3660.0, 3659.0, 3626.0, 3658.0, 3617.0, 3669.0, 3636.0, 3655.0, 3624.0, 3643.0, 3613.0, 3634.0, 3637.0, 3615.0, 3626.0, 3604.0, 3635.0, 3604.0, 3657.0, 3615.0, 3657.0, 3626.0, 3646.0, 3615.0, 3646.0, 3627.0, 3658.0, 3637.0, 3646.0, 3626.0, 3645.0, 3614.0, 3644.0, 3614.0, 3645.0, 3615.0, 3634.0, 3614.0, 3645.0, 3613.0, 3645.0, 3603.0, 3645.0, 3614.0, 3645.0, 3603.0, 3645.0, 3602.0, 3645.0, 3603.0, 3645.0, 3603.0, 3646.0, 3590.0, 3633.0, 3604.0, 3657.0, 3615.0, 3646.0, 3616.0, 3647.0, 3628.0, 3660.0, 3639.0, 3627.0, 3638.0, 3606.0, 3649.0, 3651.0, 3672.0, 3619.0, 3661.0, 3617.0, 3659.0, 3631.0, 3683.0, 3651.0, 3660.0, 3638.0, 3647.0, 3626.0, 3659.0, 3640.0, 3669.0, 3628.0, 3637.0, 3626.0, 3624.0, 3629.0, 3653.0, 3640.0, 3616.0, 3637.0, 3615.0, 3662.0, 3630.0, 3660.0, 3616.0, 3661.0, 3618.0, 3649.0, 3616.0, 3648.0, 3616.0, 3658.0, 3627.0, 3657.0, 3626.0, 3646.0, 3614.0, 3645.0, 3615.0, 3615.0, 3636.0, 3591.0, 3649.0, 3631.0, 3682.0, 3652.0, 3608.0, 3639.0, 3629.0, 3661.0, 3630.0, 3672.0, 3652.0, 3641.0, 3654.0, 3634.0, 3673.0, 3620.0, 3685.0, 3653.0, 3651.0, 3640.0, 3617.0, 3649.0, 3650.0, 3670.0, 3627.0, 3659.0, 3614.0, 3644.0, 3614.0, 3668.0, 3625.0, 3645.0, 3626.0, 3645.0, 3628.0, 3638.0, 3639.0, 3616.0, 3648.0, 3627.0, 3657.0, 3626.0, 3648.0, 3639.0, 3617.0, 3648.0, 3606.0, 3647.0, 3616.0, 3659.0, 3638.0, 3658.0, 3626.0, 3614.0, 3625.0, 3613.0, 3636.0, 3635.0, 3646.0, 3602.0, 3635.0, 3601.0, 3623.0, 3590.0, 3633.0, 3601.0, 3623.0, 3601.0, 3623.0, 3590.0, 3634.0, 3602.0, 3645.0, 3603.0, 3643.0, 3625.0, 3647.0, 3629.0, 3647.0, 3627.0, 3615.0, 3636.0, 3604.0, 3660.0, 3621.0, 3683.0, 3702.0, 3661.0, 3620.0, 3650.0, 3623.0, 3614.0, 3648.0, 3639.0, 3619.0, 3671.0, 3641.0, 3683.0, 3651.0, 3641.0, 3683.0, 3642.0, 3683.0, 3661.0, 3646.0, 3680.0, 3645.0, 3679.0, 3648.0, 3624.0, 3624.0, 3601.0, 3655.0, 3621.0, 3642.0, 3609.0, 3597.0, 3619.0, 3587.0, 3641.0, 3600.0, 3642.0, 3612.0, 3641.0, 3612.0, 3611.0, 3611.0, 3600.0, 3612.0, 3591.0, 3624.0, 3602.0, 3634.0, 3602.0, 3645.0, 3604.0, 3646.0, 3624.0, 3635.0, 3614.0, 3644.0, 3626.0, 3645.0, 3627.0, 3647.0, 3626.0, 3625.0, 3626.0, 3634.0, 3625.0, 3635.0, 3626.0, 3593.0, 3626.0, 3603.0, 3637.0, 3615.0, 3648.0, 3604.0, 3647.0, 3605.0, 3648.0, 3604.0, 3647.0, 3601.0, 3644.0, 3625.0, 3646.0, 3630.0, 3660.0, 3641.0, 3648.0, 3641.0, 3620.0, 3651.0, 3620.0, 3674.0, 3642.0, 3672.0, 3631.0, 3639.0, 3640.0, 3630.0, 3672.0, 3642.0, 3673.0, 3665.0, 3641.0, 3664.0, 3622.0, 3674.0, 3633.0, 3683.0, 3652.0, 3660.0, 3618.0, 3669.0, 3628.0, 3648.0, 3638.0, 3606.0, 3649.0, 3616.0, 3670.0, 3617.0, 3659.0, 3626.0, 3648.0, 3626.0, 3657.0, 3615.0, 3658.0, 3615.0, 3645.0, 3604.0, 3646.0, 3616.0, 3654.0, 3602.0, 3656.0, 3612.0, 3644.0, 3613.0, 3654.0, 3626.0, 3668.0, 3626.0, 3614.0, 3626.0, 3634.0, 3615.0, 3656.0, 3626.0, 3657.0, 3628.0, 3647.0, 3618.0, 3668.0, 3639.0, 3648.0, 3650.0, 3617.0, 3672.0, 3639.0, 3660.0, 3651.0, 3620.0, 3670.0, 3639.0, 3648.0, 3651.0, 3620.0, 3672.0, 3629.0, 3659.0, 3639.0, 3648.0, 3629.0, 3617.0, 3669.0, 3615.0, 3656.0, 3626.0, 3638.0, 3647.0, 3604.0, 3657.0, 3604.0, 3655.0, 3613.0, 3656.0, 3624.0, 3656.0, 3614.0, 3643.0, 3603.0, 3656.0, 3614.0, 3636.0, 3626.0, 3603.0, 3625.0, 3603.0, 3660.0, 3606.0, 3657.0, 3604.0, 3645.0, 3604.0, 3646.0, 3604.0, 3656.0, 3615.0, 3645.0, 3615.0, 3656.0, 3615.0, 3656.0, 3640.0, 3655.0, 3626.0, 3625.0, 3614.0, 3604.0, 3660.0, 3627.0, 3659.0, 3604.0, 3658.0, 3604.0, 3658.0, 3604.0, 3669.0, 3627.0, 3657.0, 3615.0, 3668.0, 3617.0, 3669.0], 'WindowWidth': [8400.0, 8327.0, 8360.0, 8310.0, 8329.0, 8281.0, 8304.0, 8244.0, 8301.0, 8249.0, 8301.0, 8260.0, 8301.0, 8242.0, 8282.0, 8211.0, 8304.0, 8225.0, 8283.0, 8191.0, 8280.0, 8205.0, 8280.0, 8263.0, 8252.0, 8296.0, 8250.0, 8278.0, 8238.0, 8261.0, 8224.0, 8281.0, 8242.0, 8297.0, 8258.0, 8239.0, 8258.0, 8244.0, 8308.0, 8235.0, 8331.0, 8251.0, 8312.0, 8254.0, 8330.0, 8282.0, 8309.0, 8280.0, 8259.0, 8260.0, 8270.0, 8256.0, 8283.0, 8273.0, 8254.0, 8255.0, 8283.0, 8256.0, 8296.0, 8252.0, 8279.0, 8233.0, 8259.0, 8221.0, 8260.0, 8204.0, 8265.0, 8260.0, 8260.0, 8279.0, 8233.0, 8293.0, 8235.0, 8302.0, 8279.0, 8265.0, 8314.0, 8253.0, 8288.0, 8245.0, 8307.0, 8264.0, 8278.0, 8246.0, 8225.0, 8228.0, 8290.0, 8263.0, 8269.0, 8257.0, 8253.0, 8238.0, 8281.0, 8245.0, 8300.0, 8239.0, 8265.0, 8225.0, 8267.0, 8225.0, 8293.0, 8263.0, 8287.0, 8244.0, 8241.0, 8227.0, 8240.0, 8256.0, 8255.0, 8288.0, 8255.0, 8285.0, 8211.0, 8267.0, 8219.0, 8261.0, 8259.0, 8229.0, 8272.0, 8230.0, 8255.0, 8203.0, 8241.0, 8203.0, 8228.0, 8219.0, 8234.0, 8246.0, 8195.0, 8283.0, 8210.0, 8285.0, 8266.0, 8305.0, 8278.0, 8245.0, 8258.0, 8213.0, 8287.0, 8244.0, 8311.0, 8235.0, 8286.0, 8227.0, 8283.0, 8228.0, 8301.0, 8251.0, 8282.0, 8228.0, 8266.0, 8227.0, 8297.0, 8243.0, 8255.0, 8243.0, 8253.0, 8242.0, 8275.0, 8260.0, 8238.0, 8255.0, 8206.0, 8249.0, 8237.0, 8283.0, 8221.0, 8300.0, 8226.0, 8285.0, 8229.0, 8302.0, 8258.0, 8283.0, 8243.0, 8209.0, 8253.0, 8224.0, 8285.0, 8223.0, 8282.0, 8221.0, 8276.0, 8204.0, 8275.0, 8203.0, 8275.0, 8200.0, 8260.0, 8199.0, 8256.0, 8182.0, 8258.0, 8183.0, 8254.0, 8183.0, 8255.0, 8185.0, 8259.0, 8201.0, 8273.0, 8218.0, 8260.0, 8219.0, 8261.0, 8217.0, 8258.0, 8258.0, 8233.0, 8283.0, 8203.0, 8291.0, 8264.0, 8278.0, 8280.0, 8244.0, 8294.0, 8233.0, 8273.0, 8251.0, 8219.0, 8296.0, 8252.0, 8295.0, 8265.0, 8233.0, 8275.0, 8235.0, 8306.0, 8249.0, 8288.0, 8242.0, 8267.0, 8239.0, 8282.0, 8256.0, 8270.0, 8255.0, 8209.0, 8238.0, 8209.0, 8287.0, 8215.0, 8298.0, 8225.0, 8273.0, 8226.0, 8270.0, 8235.0, 8295.0, 8279.0, 8232.0, 8274.0, 8230.0, 8269.0, 8213.0, 8283.0, 8245.0, 8305.0, 8260.0, 8255.0, 8241.0, 8208.0, 8237.0, 8247.0, 8233.0, 8275.0, 8250.0, 8243.0, 8217.0, 8241.0, 8201.0, 8241.0, 8203.0, 8228.0, 8218.0, 8202.0, 8219.0, 8191.0, 8252.0, 8211.0, 8311.0, 8255.0, 8262.0, 8213.0, 8258.0, 8273.0, 8218.0, 8242.0, 8256.0, 8280.0, 8295.0, 8268.0, 8283.0, 8240.0, 8315.0, 8273.0, 8314.0, 8280.0, 8272.0, 8269.0, 8248.0, 8280.0, 8231.0, 8321.0, 8248.0, 8274.0, 8214.0, 8235.0, 8173.0, 8214.0, 8173.0, 8230.0, 8207.0, 8232.0, 8179.0, 8220.0, 8179.0, 8195.0, 8219.0, 8197.0, 8240.0, 8182.0, 8239.0, 8183.0, 8260.0, 8216.0, 8284.0, 8227.0, 8266.0, 8211.0, 8237.0, 8240.0, 8226.0, 8285.0, 8211.0, 8282.0, 8209.0, 8265.0, 8221.0, 8280.0, 8221.0, 8263.0, 8218.0, 8245.0, 8201.0, 8241.0, 8202.0, 8258.0, 8236.0, 8245.0, 8220.0, 8217.0, 8217.0, 8218.0, 8229.0, 8199.0, 8262.0, 8203.0, 8259.0, 8229.0, 8313.0, 8262.0, 8255.0, 8239.0, 8209.0, 8294.0, 8217.0, 8304.0, 8249.0, 8290.0, 8234.0, 8272.0, 8249.0, 8266.0, 8263.0, 8231.0, 8277.0, 8214.0, 8272.0, 8246.0, 8295.0, 8233.0, 8293.0, 8232.0, 8298.0, 8219.0, 8286.0, 8232.0, 8285.0, 8244.0, 8251.0, 8225.0, 8223.0, 8261.0, 8259.0, 8256.0, 8211.0, 8252.0, 8211.0, 8267.0, 8191.0, 8285.0, 8236.0, 8288.0, 8227.0, 8266.0, 8225.0, 8265.0, 8225.0, 8225.0, 8256.0, 8214.0, 8285.0, 8250.0, 8290.0, 8263.0, 8322.0, 8240.0, 8141.0, 8187.0, 8227.0, 8191.0, 8279.0, 8273.0, 8246.0, 8311.0, 8257.0, 8320.0, 8308.0, 8270.0, 8349.0, 8299.0, 8261.0, 8289.0, 8238.0, 8296.0, 8271.0, 8269.0, 8268.0, 8221.0, 8262.0, 8209.0, 8284.0, 8234.0, 8256.0, 8212.0, 8236.0, 8198.0, 8228.0, 8237.0, 8205.0, 8220.0, 8188.0, 8229.0, 8187.0, 8262.0, 8205.0, 8262.0, 8220.0, 8245.0, 8205.0, 8245.0, 8222.0, 8263.0, 8235.0, 8245.0, 8219.0, 8242.0, 8200.0, 8240.0, 8201.0, 8242.0, 8203.0, 8226.0, 8200.0, 8241.0, 8198.0, 8241.0, 8185.0, 8242.0, 8199.0, 8242.0, 8185.0, 8241.0, 8183.0, 8241.0, 8184.0, 8242.0, 8184.0, 8246.0, 8164.0, 8222.0, 8189.0, 8262.0, 8205.0, 8248.0, 8209.0, 8249.0, 8229.0, 8271.0, 8244.0, 8225.0, 8240.0, 8195.0, 8256.0, 8262.0, 8291.0, 8218.0, 8275.0, 8212.0, 8269.0, 8236.0, 8310.0, 8262.0, 8271.0, 8240.0, 8248.0, 8221.0, 8268.0, 8247.0, 8281.0, 8225.0, 8237.0, 8220.0, 8215.0, 8230.0, 8269.0, 8246.0, 8209.0, 8237.0, 8204.0, 8277.0, 8234.0, 8270.0, 8206.0, 8275.0, 8213.0, 8254.0, 8209.0, 8251.0, 8207.0, 8263.0, 8221.0, 8261.0, 8220.0, 8244.0, 8202.0, 8242.0, 8202.0, 8203.0, 8232.0, 8167.0, 8255.0, 8238.0, 8303.0, 8263.0, 8201.0, 8241.0, 8231.0, 8275.0, 8234.0, 8292.0, 8266.0, 8251.0, 8272.0, 8245.0, 8292.0, 8219.0, 8314.0, 8268.0, 8262.0, 8244.0, 8208.0, 8254.0, 8257.0, 8285.0, 8220.0, 8265.0, 8200.0, 8239.0, 8201.0, 8278.0, 8217.0, 8242.0, 8220.0, 8242.0, 8226.0, 8242.0, 8244.0, 8210.0, 8251.0, 8222.0, 8262.0, 8222.0, 8254.0, 8242.0, 8210.0, 8252.0, 8192.0, 8247.0, 8207.0, 8268.0, 8240.0, 8265.0, 8221.0, 8202.0, 8216.0, 8198.0, 8230.0, 8229.0, 8245.0, 8182.0, 8227.0, 8180.0, 8209.0, 8162.0, 8223.0, 8179.0, 8208.0, 8179.0, 8210.0, 8164.0, 8224.0, 8180.0, 8243.0, 8186.0, 8236.0, 8217.0, 8248.0, 8232.0, 8250.0, 8224.0, 8204.0, 8234.0, 8189.0, 8272.0, 8224.0, 8307.0, 8349.0, 8274.0, 8197.0, 8257.0, 8211.0, 8203.0, 8255.0, 8245.0, 8221.0, 8288.0, 8249.0, 8308.0, 8262.0, 8250.0, 8306.0, 8252.0, 8308.0, 8273.0, 8247.0, 8299.0, 8244.0, 8295.0, 8251.0, 8214.0, 8210.0, 8177.0, 8253.0, 8204.0, 8232.0, 8185.0, 8168.0, 8198.0, 8153.0, 8228.0, 8173.0, 8233.0, 8193.0, 8231.0, 8193.0, 8189.0, 8191.0, 8174.0, 8193.0, 8165.0, 8211.0, 8182.0, 8226.0, 8181.0, 8241.0, 8187.0, 8245.0, 8215.0, 8227.0, 8201.0, 8241.0, 8218.0, 8244.0, 8222.0, 8247.0, 8220.0, 8216.0, 8219.0, 8227.0, 8219.0, 8228.0, 8218.0, 8173.0, 8219.0, 8186.0, 8233.0, 8203.0, 8249.0, 8190.0, 8249.0, 8190.0, 8251.0, 8189.0, 8250.0, 8178.0, 8239.0, 8217.0, 8246.0, 8234.0, 8271.0, 8250.0, 8253.0, 8249.0, 8220.0, 8261.0, 8223.0, 8297.0, 8253.0, 8293.0, 8237.0, 8243.0, 8248.0, 8233.0, 8290.0, 8253.0, 8293.0, 8285.0, 8251.0, 8284.0, 8226.0, 8295.0, 8242.0, 8309.0, 8263.0, 8270.0, 8213.0, 8278.0, 8224.0, 8252.0, 8238.0, 8196.0, 8253.0, 8207.0, 8282.0, 8210.0, 8269.0, 8222.0, 8250.0, 8221.0, 8261.0, 8204.0, 8264.0, 8203.0, 8241.0, 8187.0, 8245.0, 8207.0, 8252.0, 8181.0, 8256.0, 8196.0, 8239.0, 8197.0, 8253.0, 8221.0, 8279.0, 8220.0, 8202.0, 8219.0, 8227.0, 8202.0, 8259.0, 8219.0, 8259.0, 8225.0, 8250.0, 8216.0, 8281.0, 8247.0, 8258.0, 8262.0, 8217.0, 8294.0, 8247.0, 8276.0, 8262.0, 8222.0, 8285.0, 8242.0, 8253.0, 8260.0, 8219.0, 8290.0, 8227.0, 8266.0, 8242.0, 8251.0, 8226.0, 8211.0, 8280.0, 8204.0, 8258.0, 8218.0, 8236.0, 8246.0, 8185.0, 8258.0, 8185.0, 8252.0, 8197.0, 8256.0, 8211.0, 8255.0, 8197.0, 8235.0, 8183.0, 8256.0, 8200.0, 8231.0, 8218.0, 8182.0, 8215.0, 8185.0, 8267.0, 8192.0, 8261.0, 8186.0, 8241.0, 8186.0, 8244.0, 8185.0, 8256.0, 8201.0, 8241.0, 8202.0, 8257.0, 8202.0, 8256.0, 8244.0, 8253.0, 8221.0, 8216.0, 8201.0, 8187.0, 8271.0, 8222.0, 8267.0, 8188.0, 8263.0, 8188.0, 8262.0, 8189.0, 8279.0, 8221.0, 8260.0, 8204.0, 8275.0, 8207.0, 8278.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.002721459770114942</td></tr>
<tr><td colspan=3>aqi</td><td>0.04882864586206896</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.87050652808977</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1239822132911392</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9975294243268145</td></tr>
<tr><td colspan=3>efc</td><td>0.4873</td></tr>
<tr><td colspan=3>fber</td><td>3658.605</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14188158982957297</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.126436781609197</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.571035370286426</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5449109393245952</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.694124844857967</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.474070326676716</td></tr>
<tr><td colspan=3>gcor</td><td>0.00926307</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008400009013712406</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026113735511898994</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.112033584014265</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.5589</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.0837</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.5026</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298402.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.0794</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7901</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.3567</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2875.1292</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>734.4251</td></tr>
<tr><td colspan=3>tsnr</td><td>29.18289828626439</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>