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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0063/ses-01/func/sub-0063_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>831634eb18ed2cda45a78c15887e22f0</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:42:30.417500</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.99839, -0.0567223, 0.000205371, 0.0566926, 0.997973, 0.0289144]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0885803</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7744, -7297, 783, -52, -23, 71, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.643</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>10df5c14-271b-4c6b-9285-dc270cc23534||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.678607225418091, 0.15210221707820892, 0.00498161930590868, 104.63484954833984], [0.1521817445755005, 2.677488327026367, 0.07791166007518768, -101.07563018798828], [0.0005509963957592845, -0.07757513225078583, 2.698870897293091, -73.18771362304688], [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': ['134230.417500', '134230.877500', '134231.337500', '134231.797500', '134232.257500', '134232.717500', '134233.177500', '134233.637500', '134234.097500', '134234.557500', '134235.017500', '134235.477500', '134235.937500', '134236.397500', '134236.857500', '134237.317500', '134237.777500', '134238.237500', '134238.697500', '134239.157500', '134239.617500', '134240.077500', '134240.537500', '134240.997500', '134241.457500', '134241.917500', '134242.377500', '134242.837500', '134243.297500', '134243.757500', '134244.217500', '134244.677500', '134245.137500', '134245.597500', '134246.057500', '134246.517500', '134246.977500', '134247.437500', '134247.897500', '134248.357500', '134248.817500', '134249.277500', '134249.737500', '134250.197500', '134250.657500', '134251.117500', '134251.577500', '134252.037500', '134252.497500', '134252.957500', '134253.417500', '134253.877500', '134254.337500', '134254.797500', '134255.257500', '134255.717500', '134256.177500', '134256.637500', '134257.097500', '134257.557500', '134258.017500', '134258.477500', '134258.937500', '134259.397500', '134259.857500', '134300.317500', '134300.777500', '134301.237500', '134301.697500', '134302.157500', '134302.617500', '134303.077500', '134303.537500', '134303.997500', '134304.457500', '134304.917500', '134305.377500', '134305.837500', '134306.297500', '134306.757500', '134307.217500', '134307.677500', '134308.137500', '134308.597500', '134309.057500', '134309.517500', '134309.977500', '134310.437500', '134310.897500', '134311.357500', '134311.817500', '134312.277500', '134312.737500', '134313.197500', '134313.657500', '134314.117500', '134314.577500', '134315.037500', '134315.497500', '134315.957500', '134316.417500', '134316.877500', '134317.337500', '134317.797500', '134318.257500', '134318.717500', '134319.177500', '134319.637500', '134320.097500', '134320.557500', '134321.017500', '134321.477500', '134321.937500', '134322.397500', '134322.857500', '134323.317500', '134323.777500', '134324.237500', '134324.697500', '134325.157500', '134325.617500', '134326.077500', '134326.537500', '134326.997500', '134327.457500', '134327.917500', '134328.377500', '134328.837500', '134329.297500', '134329.757500', '134330.217500', '134330.677500', '134331.137500', '134331.597500', '134332.057500', '134332.517500', '134332.977500', '134333.437500', '134333.897500', '134334.357500', '134334.817500', '134335.277500', '134335.737500', '134336.197500', '134336.657500', '134337.117500', '134337.577500', '134338.037500', '134338.497500', '134338.957500', '134339.417500', '134339.877500', '134340.337500', '134340.797500', '134341.257500', '134341.717500', '134342.177500', '134342.637500', '134343.097500', '134343.557500', '134344.017500', '134344.477500', '134344.937500', '134345.397500', '134345.857500', '134346.317500', '134346.777500', '134347.237500', '134347.697500', '134348.157500', '134348.617500', '134349.077500', '134349.537500', '134349.997500', '134350.457500', '134350.917500', '134351.377500', '134351.837500', '134352.297500', '134352.757500', '134353.217500', '134353.677500', '134354.137500', '134354.597500', '134355.057500', '134355.517500', '134355.977500', '134356.437500', '134356.897500', '134357.357500', '134357.817500', '134358.277500', '134358.737500', '134359.197500', '134359.657500', '134400.117500', '134400.577500', '134401.037500', '134401.497500', '134401.957500', '134402.417500', '134402.877500', '134403.337500', '134403.797500', '134404.257500', '134404.717500', '134405.177500', '134405.637500', '134406.097500', '134406.557500', '134407.017500', '134407.477500', '134407.937500', '134408.397500', '134408.857500', '134409.317500', '134409.777500', '134410.237500', '134410.697500', '134411.157500', '134411.617500', '134412.077500', '134412.537500', '134412.997500', '134413.457500', '134413.917500', '134414.377500', '134414.837500', '134415.297500', '134415.757500', '134416.217500', '134416.677500', '134417.137500', '134417.597500', '134418.057500', '134418.517500', '134418.977500', '134419.437500', '134419.897500', '134420.357500', '134420.817500', '134421.277500', '134421.737500', '134422.197500', '134422.657500', '134423.117500', '134423.577500', '134424.037500', '134424.497500', '134424.957500', '134425.417500', '134425.877500', '134426.337500', '134426.797500', '134427.257500', '134427.717500', '134428.177500', '134428.637500', '134429.097500', '134429.557500', '134430.017500', '134430.477500', '134430.937500', '134431.397500', '134431.857500', '134432.317500', '134432.777500', '134433.237500', '134433.697500', '134434.157500', '134434.617500', '134435.077500', '134435.537500', '134435.997500', '134436.457500', '134436.917500', '134437.377500', '134437.837500', '134438.297500', '134438.757500', '134439.217500', '134439.677500', '134440.137500', '134440.597500', '134441.057500', '134441.517500', '134441.977500', '134442.437500', '134442.897500', '134443.357500', '134443.817500', '134444.277500', '134444.737500', '134445.197500', '134445.657500', '134446.117500', '134446.577500', '134447.037500', '134447.497500', '134447.957500', '134448.417500', '134448.877500', '134449.337500', '134449.797500', '134450.257500', '134450.717500', '134451.177500', '134451.637500', '134452.097500', '134452.557500', '134453.017500', '134453.477500', '134453.937500', '134454.397500', '134454.857500', '134455.317500', '134455.777500', '134456.237500', '134456.697500', '134457.157500', '134457.617500', '134458.077500', '134458.537500', '134458.997500', '134459.457500', '134459.917500', '134500.377500', '134500.837500', '134501.297500', '134501.757500', '134502.217500', '134502.677500', '134503.137500', '134503.597500', '134504.057500', '134504.517500', '134504.977500', '134505.437500', '134505.897500', '134506.357500', '134506.817500', '134507.277500', '134507.737500', '134508.197500', '134508.657500', '134509.117500', '134509.577500', '134510.037500', '134510.497500', '134510.957500', '134511.417500', '134511.877500', '134512.337500', '134512.797500', '134513.257500', '134513.717500', '134514.177500', '134514.637500', '134515.097500', '134515.557500', '134516.017500', '134516.477500', '134516.937500', '134517.397500', '134517.857500', '134518.317500', '134518.777500', '134519.237500', '134519.697500', '134520.157500', '134520.617500', '134521.077500', '134521.537500', '134521.997500', '134522.457500', '134522.917500', '134523.377500', '134523.837500', '134524.297500', '134524.757500', '134525.217500', '134525.677500', '134526.137500', '134526.597500', '134527.057500', '134527.517500', '134527.977500', '134528.437500', '134528.897500', '134529.357500', '134529.817500', '134530.277500', '134530.737500', '134531.197500', '134531.657500', '134532.117500', '134532.577500', '134533.037500', '134533.497500', '134533.957500', '134534.417500', '134534.877500', '134535.337500', '134535.797500', '134536.257500', '134536.717500', '134537.177500', '134537.637500', '134538.097500', '134538.557500', '134539.017500', '134539.477500', '134539.937500', '134540.397500', '134540.857500', '134541.317500', '134541.777500', '134542.237500', '134542.697500', '134543.157500', '134543.617500', '134544.077500', '134544.537500', '134544.997500', '134545.457500', '134545.917500', '134546.377500', '134546.837500', '134547.297500', '134547.757500', '134548.217500', '134548.677500', '134549.137500', '134549.597500', '134550.057500', '134550.517500', '134550.977500', '134551.437500', '134551.897500', '134552.357500', '134552.817500', '134553.277500', '134553.737500', '134554.197500', '134554.657500', '134555.117500', '134555.577500', '134556.037500', '134556.497500', '134556.957500', '134557.417500', '134557.877500', '134558.337500', '134558.797500', '134559.257500', '134559.717500', '134600.177500', '134600.637500', '134601.097500', '134601.557500', '134602.017500', '134602.477500', '134602.937500', '134603.397500', '134603.857500', '134604.317500', '134604.777500', '134605.237500', '134605.697500', '134606.157500', '134606.617500', '134607.077500', '134607.537500', '134607.997500', '134608.457500', '134608.917500', '134609.377500', '134609.837500', '134610.297500', '134610.757500', '134611.217500', '134611.677500', '134612.137500', '134612.597500', '134613.057500', '134613.517500', '134613.977500', '134614.437500', '134614.897500', '134615.357500', '134615.817500', '134616.277500', '134616.737500', '134617.197500', '134617.657500', '134618.117500', '134618.577500', '134619.037500', '134619.497500', '134619.957500', '134620.417500', '134620.877500', '134621.337500', '134621.797500', '134622.257500', '134622.717500', '134623.177500', '134623.637500', '134624.097500', '134624.557500', '134625.017500', '134625.477500', '134625.937500', '134626.397500', '134626.857500', '134627.317500', '134627.777500', '134628.237500', '134628.697500', '134629.157500', '134629.617500', '134630.077500', '134630.537500', '134630.997500', '134631.457500', '134631.917500', '134632.377500', '134632.837500', '134633.297500', '134633.757500', '134634.217500', '134634.677500', '134635.137500', '134635.597500', '134636.057500', '134636.517500', '134636.977500', '134637.437500', '134637.897500', '134638.357500', '134638.817500', '134639.277500', '134639.737500', '134640.197500', '134640.657500', '134641.117500', '134641.577500', '134642.037500', '134642.497500', '134642.957500', '134643.417500', '134643.877500', '134644.337500', '134644.797500', '134645.257500', '134645.717500', '134646.177500', '134646.637500', '134647.097500', '134647.557500', '134648.017500', '134648.477500', '134648.937500', '134649.397500', '134649.857500', '134650.317500', '134650.777500', '134651.237500', '134651.697500', '134652.157500', '134652.617500', '134653.077500', '134653.537500', '134653.997500', '134654.457500', '134654.917500', '134655.377500', '134655.837500', '134656.297500', '134656.757500', '134657.217500', '134657.677500', '134658.137500', '134658.597500', '134659.057500', '134659.517500', '134659.977500', '134700.437500', '134700.897500', '134701.357500', '134701.817500', '134702.277500', '134702.737500', '134703.197500', '134703.657500', '134704.117500', '134704.577500', '134705.037500', '134705.497500', '134705.957500', '134706.417500', '134706.877500', '134707.337500', '134707.797500', '134708.257500', '134708.717500', '134709.177500', '134709.637500', '134710.097500', '134710.557500', '134711.017500', '134711.477500', '134711.937500', '134712.397500', '134712.857500', '134713.317500', '134713.777500', '134714.237500', '134714.697500', '134715.157500', '134715.617500', '134716.077500', '134716.537500', '134716.997500', '134717.457500', '134717.917500', '134718.377500', '134718.837500', '134719.297500', '134719.757500', '134720.217500', '134720.677500', '134721.137500', '134721.597500', '134722.057500', '134722.517500', '134722.977500', '134723.437500', '134723.897500', '134724.357500', '134724.817500', '134725.277500', '134725.737500', '134726.197500', '134726.657500', '134727.117500', '134727.577500', '134728.037500', '134728.497500', '134728.957500', '134729.417500', '134729.877500', '134730.337500', '134730.797500', '134731.257500', '134731.717500', '134732.177500', '134732.637500', '134733.097500', '134733.557500', '134734.017500', '134734.477500', '134734.937500', '134735.397500', '134735.857500', '134736.317500', '134736.777500', '134737.237500', '134737.697500', '134738.157500', '134738.617500', '134739.077500', '134739.537500', '134739.997500', '134740.457500', '134740.917500', '134741.377500', '134741.837500', '134742.297500', '134742.757500', '134743.217500', '134743.677500', '134744.137500', '134744.597500', '134745.057500', '134745.517500', '134745.977500', '134746.437500', '134746.897500', '134747.357500', '134747.817500', '134748.277500', '134748.737500', '134749.197500', '134749.657500', '134750.117500', '134750.577500', '134751.037500', '134751.497500', '134751.957500', '134752.417500', '134752.877500', '134753.337500', '134753.797500', '134754.257500', '134754.717500', '134755.177500', '134755.637500', '134756.097500', '134756.557500', '134757.017500', '134757.477500', '134757.937500', '134758.397500', '134758.857500', '134759.317500', '134759.777500', '134800.237500', '134800.697500', '134801.157500', '134801.617500', '134802.077500', '134802.537500', '134802.997500', '134803.457500', '134803.917500', '134804.377500', '134804.837500', '134805.297500', '134805.757500', '134806.217500', '134806.677500', '134807.137500', '134807.597500', '134808.057500', '134808.517500', '134808.977500', '134809.437500', '134809.897500', '134810.357500', '134810.817500', '134811.277500', '134811.737500', '134812.197500', '134812.657500', '134813.117500', '134813.577500', '134814.037500', '134814.497500', '134814.957500', '134815.417500', '134815.877500', '134816.337500', '134816.797500', '134817.257500', '134817.717500', '134818.177500', '134818.637500', '134819.097500', '134819.557500', '134820.017500', '134820.477500', '134820.937500', '134821.397500', '134821.857500', '134822.317500', '134822.777500', '134823.237500', '134823.697500', '134824.157500', '134824.617500', '134825.077500', '134825.537500', '134825.997500', '134826.457500', '134826.917500', '134827.377500', '134827.837500', '134828.297500', '134828.757500', '134829.217500', '134829.677500', '134830.137500', '134830.597500', '134831.057500', '134831.517500', '134831.977500', '134832.437500', '134832.897500', '134833.357500', '134833.817500', '134834.277500', '134834.737500', '134835.197500', '134835.657500', '134836.117500', '134836.577500', '134837.037500', '134837.497500', '134837.957500', '134838.417500', '134838.877500', '134839.337500', '134839.797500', '134840.257500', '134840.717500', '134841.177500', '134841.637500', '134842.097500', '134842.557500', '134843.017500', '134843.477500', '134843.937500', '134844.397500', '134844.857500', '134845.317500', '134845.777500', '134846.237500', '134846.697500', '134847.157500', '134847.617500', '134848.077500', '134848.537500', '134848.997500', '134849.457500', '134849.917500', '134850.377500', '134850.837500', '134851.297500', '134851.757500', '134852.217500', '134852.677500', '134853.137500', '134853.597500', '134854.057500', '134854.517500', '134854.977500', '134855.437500', '134855.897500', '134856.357500', '134856.817500', '134857.277500', '134857.737500', '134858.197500', '134858.657500', '134859.117500', '134859.577500', '134900.037500', '134900.497500', '134900.957500', '134901.417500', '134901.877500', '134902.337500', '134902.797500', '134903.257500', '134903.717500', '134904.177500', '134904.637500', '134905.097500', '134905.557500', '134906.017500', '134906.477500', '134906.937500', '134907.397500', '134907.857500', '134908.317500', '134908.777500', '134909.237500', '134909.697500', '134910.157500', '134910.617500', '134911.077500'], 'ContentTime': ['134257.849000', '134257.852000', '134257.855000', '134257.858000', '134257.860000', '134257.863000', '134257.865000', '134257.868000', '134257.871000', '134257.873000', '134257.876000', '134257.884000', '134257.886000', '134257.889000', '134257.891000', '134257.894000', '134257.897000', '134257.899000', '134257.902000', '134257.904000', '134257.907000', '134257.909000', '134257.912000', '134257.914000', '134257.917000', '134257.919000', '134257.922000', '134257.925000', '134257.927000', '134257.930000', '134257.932000', '134257.935000', '134257.937000', '134257.940000', '134257.942000', '134257.945000', '134257.947000', '134257.950000', '134257.952000', '134257.955000', '134257.958000', '134257.960000', '134257.963000', '134257.965000', '134257.968000', '134257.970000', '134257.973000', '134257.975000', '134257.978000', '134257.980000', '134257.983000', '134257.986000', '134257.988000', '134257.991000', '134257.993000', '134258.012000', '134258.015000', '134317.823000', '134317.826000', '134317.829000', '134317.831000', '134317.834000', '134317.836000', '134317.839000', '134317.842000', '134317.844000', '134317.847000', '134317.849000', '134317.852000', '134317.854000', '134317.857000', '134317.859000', '134317.862000', '134317.864000', '134317.867000', '134317.869000', '134317.872000', '134317.875000', '134317.877000', '134317.880000', '134317.882000', '134317.885000', '134317.887000', '134317.890000', '134317.893000', '134317.895000', '134317.898000', '134317.900000', '134317.903000', '134317.905000', '134317.908000', '134317.910000', '134317.913000', '134317.915000', '134317.918000', '134317.921000', '134317.923000', '134317.926000', '134317.928000', '134317.931000', '134337.825000', '134337.827000', '134337.830000', '134337.832000', '134337.835000', '134337.838000', '134337.840000', '134337.843000', '134337.845000', '134337.848000', '134337.850000', '134337.853000', '134337.856000', '134337.858000', '134337.861000', '134337.863000', '134337.866000', '134337.868000', '134337.871000', '134337.873000', '134337.876000', '134337.878000', '134337.881000', '134337.884000', '134337.886000', '134337.889000', '134337.891000', '134337.894000', '134337.897000', '134337.899000', '134337.902000', '134337.904000', '134337.907000', '134337.909000', '134337.912000', '134337.914000', '134337.917000', '134337.920000', '134337.922000', '134337.925000', '134337.927000', '134337.930000', '134337.932000', '134337.935000', '134357.824000', '134357.827000', '134357.830000', '134357.832000', '134357.835000', '134357.837000', '134357.840000', '134357.843000', '134357.846000', '134357.849000', '134357.852000', '134357.855000', '134357.857000', '134357.860000', '134357.862000', '134357.865000', '134357.868000', '134357.870000', '134357.873000', '134357.875000', '134357.878000', '134357.880000', '134357.883000', '134357.886000', '134357.888000', '134357.891000', '134357.894000', '134357.897000', '134357.900000', '134357.902000', '134357.905000', '134357.907000', '134357.910000', '134357.913000', '134357.915000', '134357.918000', '134357.920000', '134357.923000', '134357.925000', '134357.928000', '134357.930000', '134357.933000', '134357.935000', '134417.825000', '134417.827000', '134417.830000', '134417.833000', '134417.835000', '134417.838000', '134417.840000', '134417.843000', '134417.845000', '134417.848000', '134417.850000', '134417.853000', '134417.856000', '134417.858000', '134417.861000', '134417.863000', '134417.866000', '134417.868000', '134417.871000', '134417.874000', '134417.876000', '134417.879000', '134417.881000', '134417.884000', '134417.887000', '134417.889000', '134417.892000', '134417.894000', '134417.897000', '134417.899000', '134417.902000', '134417.905000', '134417.907000', '134417.910000', '134417.912000', '134417.915000', '134417.917000', '134417.920000', '134417.922000', '134417.925000', '134417.928000', '134417.930000', '134417.933000', '134417.935000', '134437.824000', '134437.827000', '134437.830000', '134437.832000', '134437.835000', '134437.838000', '134437.840000', '134437.849000', '134437.852000', '134437.854000', '134437.857000', '134437.860000', '134437.862000', '134437.865000', '134437.868000', '134437.870000', '134437.873000', '134437.875000', '134437.878000', '134437.881000', '134437.883000', '134437.886000', '134437.888000', '134437.891000', '134437.894000', '134437.896000', '134437.899000', '134437.901000', '134437.904000', '134437.907000', '134437.909000', '134437.912000', '134437.914000', '134437.917000', '134437.919000', '134437.922000', '134437.924000', '134437.953000', '134437.956000', '134437.958000', '134437.961000', '134437.963000', '134437.966000', '134457.824000', '134457.827000', '134457.830000', '134457.832000', '134457.835000', '134457.837000', '134457.840000', '134457.842000', '134457.845000', '134457.848000', '134457.850000', '134457.853000', '134457.855000', '134457.858000', '134457.861000', '134457.863000', '134457.866000', '134457.868000', '134457.871000', '134457.873000', '134457.876000', '134457.878000', '134457.881000', '134457.884000', '134457.886000', '134457.889000', '134457.891000', '134457.894000', '134457.897000', '134457.899000', '134457.902000', '134457.904000', '134457.907000', '134457.909000', '134457.912000', '134457.914000', '134457.917000', '134457.920000', '134457.922000', '134457.925000', '134457.927000', '134457.930000', '134457.933000', '134457.935000', '134517.823000', '134517.826000', '134517.829000', '134517.831000', '134517.834000', '134517.837000', '134517.839000', '134517.842000', '134517.844000', '134517.847000', '134517.849000', '134517.852000', '134517.855000', '134517.857000', '134517.860000', '134517.862000', '134517.865000', '134517.867000', '134517.870000', '134517.872000', '134517.875000', '134517.878000', '134517.880000', '134517.883000', '134517.885000', '134517.888000', '134517.891000', '134517.894000', '134517.897000', '134517.899000', '134517.902000', '134517.905000', '134517.907000', '134517.910000', '134517.912000', '134517.915000', '134517.918000', '134517.920000', '134517.923000', '134517.925000', '134517.928000', '134517.931000', '134517.934000', '134537.824000', '134537.826000', '134537.829000', '134537.832000', '134537.834000', '134537.837000', '134537.839000', '134537.842000', '134537.845000', '134537.847000', '134537.850000', '134537.852000', '134537.855000', '134537.858000', '134537.860000', '134537.863000', '134537.865000', '134537.868000', '134537.870000', '134537.873000', '134537.875000', '134537.878000', '134537.881000', '134537.883000', '134537.886000', '134537.888000', '134537.891000', '134537.894000', '134537.896000', '134537.900000', '134537.902000', '134537.905000', '134537.908000', '134537.910000', '134537.913000', '134537.915000', '134537.918000', '134537.920000', '134537.923000', '134537.926000', '134537.928000', '134537.931000', '134537.933000', '134537.936000', '134557.824000', '134557.827000', '134557.830000', '134557.832000', '134557.835000', '134557.838000', '134557.840000', '134557.843000', '134557.845000', '134557.848000', '134557.850000', '134557.853000', '134557.856000', '134557.858000', '134557.861000', '134557.863000', '134557.866000', '134557.869000', '134557.871000', '134557.874000', '134557.876000', '134557.879000', '134557.882000', '134557.884000', '134557.888000', '134557.891000', '134557.893000', '134557.901000', '134557.903000', '134557.906000', '134557.908000', '134557.911000', '134557.914000', '134557.916000', '134557.919000', '134557.921000', '134557.924000', '134557.927000', '134557.929000', '134557.932000', '134557.934000', '134557.937000', '134557.939000', '134617.825000', '134617.827000', '134617.830000', '134617.833000', '134617.835000', '134617.838000', '134617.840000', '134617.843000', '134617.845000', '134617.848000', '134617.851000', '134617.853000', '134617.856000', '134617.858000', '134617.861000', '134617.863000', '134617.866000', '134617.869000', '134617.871000', '134617.890000', '134617.892000', '134617.895000', '134617.898000', '134617.900000', '134617.903000', '134617.906000', '134617.908000', '134617.911000', '134617.913000', '134617.916000', '134617.919000', '134617.921000', '134617.924000', '134617.926000', '134617.929000', '134617.931000', '134617.934000', '134617.937000', '134617.939000', '134617.942000', '134617.945000', '134617.947000', '134617.950000', '134617.952000', '134637.824000', '134637.827000', '134637.830000', '134637.832000', '134637.835000', '134637.838000', '134637.840000', '134637.843000', '134637.845000', '134637.848000', '134637.851000', '134637.853000', '134637.856000', '134637.858000', '134637.861000', '134637.863000', '134637.866000', '134637.869000', '134637.871000', '134637.874000', '134637.876000', '134637.884000', '134637.887000', '134637.890000', '134637.892000', '134637.895000', '134637.898000', '134637.900000', '134637.903000', '134637.905000', '134637.908000', '134637.911000', '134637.913000', '134637.916000', '134637.918000', '134637.921000', '134637.924000', '134637.926000', '134637.929000', '134637.931000', '134637.934000', '134637.937000', '134637.939000', '134657.825000', '134657.827000', '134657.830000', '134657.832000', '134657.835000', '134657.838000', '134657.840000', '134657.843000', '134657.845000', '134657.848000', '134657.851000', '134657.853000', '134657.856000', '134657.858000', '134657.861000', '134657.863000', '134657.866000', '134657.869000', '134657.871000', '134657.874000', '134657.876000', '134657.879000', '134657.881000', '134657.884000', '134657.887000', '134657.889000', '134657.892000', '134657.894000', '134657.897000', '134657.899000', '134657.902000', '134657.905000', '134657.907000', '134657.910000', '134657.912000', '134657.915000', '134657.917000', '134657.920000', '134657.923000', '134657.925000', '134657.928000', '134657.930000', '134657.933000', '134657.936000', '134717.824000', '134717.827000', '134717.830000', '134717.832000', '134717.835000', '134717.838000', '134717.840000', '134717.843000', '134717.845000', '134717.848000', '134717.850000', '134717.853000', '134717.855000', '134717.858000', '134717.861000', '134717.863000', '134717.866000', '134717.868000', '134717.871000', '134717.874000', '134717.876000', '134717.879000', '134717.881000', '134717.884000', '134717.887000', '134717.889000', '134717.892000', '134717.894000', '134717.897000', '134717.899000', '134717.902000', '134717.905000', '134717.907000', '134717.910000', '134717.912000', '134717.915000', '134717.917000', '134717.920000', '134717.923000', '134717.925000', '134717.928000', '134717.930000', '134717.933000', '134737.824000', '134737.827000', '134737.830000', '134737.832000', '134737.835000', '134737.837000', '134737.840000', '134737.842000', '134737.845000', '134737.848000', '134737.850000', '134737.853000', '134737.855000', '134737.858000', '134737.860000', '134737.863000', '134737.866000', '134737.868000', '134737.871000', '134737.873000', '134737.876000', '134737.879000', '134737.881000', '134737.884000', '134737.886000', '134737.889000', '134737.891000', '134737.894000', '134737.896000', '134737.899000', '134737.902000', '134737.904000', '134737.907000', '134737.910000', '134737.912000', '134737.915000', '134737.917000', '134737.920000', '134737.922000', '134737.925000', '134737.928000', '134737.930000', '134737.933000', '134737.935000', '134757.829000', '134757.832000', '134757.835000', '134757.837000', '134757.840000', '134757.843000', '134757.845000', '134757.848000', '134757.850000', '134757.853000', '134757.855000', '134757.858000', '134757.861000', '134757.863000', '134757.866000', '134757.868000', '134757.871000', '134757.874000', '134757.876000', '134757.879000', '134757.881000', '134757.884000', '134757.886000', '134757.889000', '134757.892000', '134757.894000', '134757.897000', '134757.899000', '134757.902000', '134757.905000', '134757.907000', '134757.910000', '134757.912000', '134757.915000', '134757.917000', '134757.920000', '134757.922000', '134757.925000', '134757.928000', '134757.930000', '134757.933000', '134757.935000', '134757.938000', '134817.825000', '134817.827000', '134817.830000', '134817.833000', '134817.835000', '134817.838000', '134817.840000', '134817.843000', '134817.845000', '134817.848000', '134817.851000', '134817.853000', '134817.856000', '134817.858000', '134817.861000', '134817.864000', '134817.866000', '134817.869000', '134817.871000', '134817.874000', '134817.876000', '134817.879000', '134817.882000', '134817.884000', '134817.887000', '134817.889000', '134817.892000', '134817.894000', '134817.897000', '134817.900000', '134817.902000', '134817.905000', '134817.908000', '134817.910000', '134817.913000', '134817.915000', '134817.918000', '134817.921000', '134817.923000', '134817.926000', '134817.928000', '134817.931000', '134817.933000', '134817.936000', '134837.825000', '134837.827000', '134837.830000', '134837.833000', '134837.835000', '134837.838000', '134837.840000', '134837.843000', '134837.846000', '134837.848000', '134837.851000', '134837.853000', '134837.856000', '134837.859000', '134837.861000', '134837.864000', '134837.866000', '134837.869000', '134837.872000', '134837.874000', '134837.877000', '134837.880000', '134837.882000', '134837.885000', '134837.887000', '134837.890000', '134837.893000', '134837.895000', '134837.898000', '134837.900000', '134837.903000', '134837.906000', '134837.908000', '134837.911000', '134837.913000', '134837.916000', '134837.918000', '134837.921000', '134837.925000', '134837.927000', '134837.930000', '134837.933000', '134837.935000', '134857.825000', '134857.827000', '134857.830000', '134857.832000', '134857.835000', '134857.838000', '134857.840000', '134857.843000', '134857.845000', '134857.848000', '134857.851000', '134857.853000', '134857.856000', '134857.858000', '134857.861000', '134857.864000', '134857.867000', '134857.869000', '134857.872000', '134857.875000', '134857.877000', '134857.880000', '134857.882000', '134857.885000', '134857.888000', '134857.890000', '134857.893000', '134857.895000', '134857.898000', '134857.901000', '134857.903000', '134857.906000', '134857.908000', '134857.911000', '134857.914000', '134857.916000', '134857.919000', '134857.921000', '134857.924000', '134857.927000', '134857.929000', '134857.932000', '134857.934000', '134857.937000', '134912.488000', '134912.491000', '134912.494000', '134912.497000', '134912.499000', '134912.502000', '134912.505000', '134912.508000', '134912.510000', '134912.513000', '134912.516000', '134912.526000', '134912.529000', '134912.532000', '134912.534000', '134912.537000', '134912.540000', '134912.543000', '134912.545000', '134912.548000', '134912.551000', '134912.553000', '134912.556000', '134912.559000', '134912.561000', '134912.564000', '134912.567000', '134912.569000', '134912.572000', '134912.575000', '134912.577000', '134912.580000'], 'InstanceCreationTime': ['134257.849000', '134257.852000', '134257.855000', '134257.858000', '134257.860000', '134257.863000', '134257.865000', '134257.868000', '134257.871000', '134257.873000', '134257.876000', '134257.884000', '134257.886000', '134257.889000', '134257.891000', '134257.894000', '134257.897000', '134257.899000', '134257.902000', '134257.904000', '134257.907000', '134257.909000', '134257.912000', '134257.914000', '134257.917000', '134257.919000', '134257.922000', '134257.925000', '134257.927000', '134257.930000', '134257.932000', '134257.935000', '134257.937000', '134257.940000', '134257.942000', '134257.945000', '134257.947000', '134257.950000', '134257.952000', '134257.955000', '134257.958000', '134257.960000', '134257.963000', '134257.965000', '134257.968000', '134257.970000', '134257.973000', '134257.975000', '134257.978000', '134257.980000', '134257.983000', '134257.986000', '134257.988000', '134257.991000', '134257.993000', '134258.012000', '134258.015000', '134317.823000', '134317.826000', '134317.829000', '134317.831000', '134317.834000', '134317.836000', '134317.839000', '134317.842000', '134317.844000', '134317.847000', '134317.849000', '134317.852000', '134317.854000', '134317.857000', '134317.859000', '134317.862000', '134317.864000', '134317.867000', '134317.869000', '134317.872000', '134317.875000', '134317.877000', '134317.880000', '134317.882000', '134317.885000', '134317.887000', '134317.890000', '134317.893000', '134317.895000', '134317.898000', '134317.900000', '134317.903000', '134317.905000', '134317.908000', '134317.910000', '134317.913000', '134317.915000', '134317.918000', '134317.921000', '134317.923000', '134317.926000', '134317.928000', '134317.931000', '134337.825000', '134337.827000', '134337.830000', '134337.832000', '134337.835000', '134337.838000', '134337.840000', '134337.843000', '134337.845000', '134337.848000', '134337.850000', '134337.853000', '134337.856000', '134337.858000', '134337.861000', '134337.863000', '134337.866000', '134337.868000', '134337.871000', '134337.873000', '134337.876000', '134337.878000', '134337.881000', '134337.884000', '134337.886000', '134337.889000', '134337.891000', '134337.894000', '134337.897000', '134337.899000', '134337.902000', '134337.904000', '134337.907000', '134337.909000', '134337.912000', '134337.914000', '134337.917000', '134337.920000', '134337.922000', '134337.925000', '134337.927000', '134337.930000', '134337.932000', '134337.935000', '134357.824000', '134357.827000', '134357.830000', '134357.832000', '134357.835000', '134357.837000', '134357.840000', '134357.843000', '134357.846000', '134357.849000', '134357.852000', '134357.855000', '134357.857000', '134357.860000', '134357.862000', '134357.865000', '134357.868000', '134357.870000', '134357.873000', '134357.875000', '134357.878000', '134357.880000', '134357.883000', '134357.886000', '134357.888000', '134357.891000', '134357.894000', '134357.897000', '134357.900000', '134357.902000', '134357.905000', '134357.907000', '134357.910000', '134357.913000', '134357.915000', '134357.918000', '134357.920000', '134357.923000', '134357.925000', '134357.928000', '134357.930000', '134357.933000', '134357.935000', '134417.825000', '134417.827000', '134417.830000', '134417.833000', '134417.835000', '134417.838000', '134417.840000', '134417.843000', '134417.845000', '134417.848000', '134417.850000', '134417.853000', '134417.856000', '134417.858000', '134417.861000', '134417.863000', '134417.866000', '134417.868000', '134417.871000', '134417.874000', '134417.876000', '134417.879000', '134417.881000', '134417.884000', '134417.887000', '134417.889000', '134417.892000', '134417.894000', '134417.897000', '134417.899000', '134417.902000', '134417.905000', '134417.907000', '134417.910000', '134417.912000', '134417.915000', '134417.917000', '134417.920000', '134417.922000', '134417.925000', '134417.928000', '134417.930000', '134417.933000', '134417.935000', '134437.824000', '134437.827000', '134437.830000', '134437.832000', '134437.835000', '134437.838000', '134437.840000', '134437.849000', '134437.852000', '134437.854000', '134437.857000', '134437.860000', '134437.862000', '134437.865000', '134437.868000', '134437.870000', '134437.873000', '134437.875000', '134437.878000', '134437.881000', '134437.883000', '134437.886000', '134437.888000', '134437.891000', '134437.894000', '134437.896000', '134437.899000', '134437.901000', '134437.904000', '134437.907000', '134437.909000', '134437.912000', '134437.914000', '134437.917000', '134437.919000', '134437.922000', '134437.924000', '134437.953000', '134437.956000', '134437.958000', '134437.961000', '134437.963000', '134437.966000', '134457.824000', '134457.827000', '134457.830000', '134457.832000', '134457.835000', '134457.837000', '134457.840000', '134457.842000', '134457.845000', '134457.848000', '134457.850000', '134457.853000', '134457.855000', '134457.858000', '134457.861000', '134457.863000', '134457.866000', '134457.868000', '134457.871000', '134457.873000', '134457.876000', '134457.878000', '134457.881000', '134457.884000', '134457.886000', '134457.889000', '134457.891000', '134457.894000', '134457.897000', '134457.899000', '134457.902000', '134457.904000', '134457.907000', '134457.909000', '134457.912000', '134457.914000', '134457.917000', '134457.920000', '134457.922000', '134457.925000', '134457.927000', '134457.930000', '134457.933000', '134457.935000', '134517.823000', '134517.826000', '134517.829000', '134517.831000', '134517.834000', '134517.837000', '134517.839000', '134517.842000', '134517.844000', '134517.847000', '134517.849000', '134517.852000', '134517.855000', '134517.857000', '134517.860000', '134517.862000', '134517.865000', '134517.867000', '134517.870000', '134517.872000', '134517.875000', '134517.878000', '134517.880000', '134517.883000', '134517.885000', '134517.888000', '134517.891000', '134517.894000', '134517.897000', '134517.899000', '134517.902000', '134517.905000', '134517.907000', '134517.910000', '134517.912000', '134517.915000', '134517.918000', '134517.920000', '134517.923000', '134517.925000', '134517.928000', '134517.931000', '134517.934000', '134537.824000', '134537.826000', '134537.829000', '134537.832000', '134537.834000', '134537.837000', '134537.839000', '134537.842000', '134537.845000', '134537.847000', '134537.850000', '134537.852000', '134537.855000', '134537.858000', '134537.860000', '134537.863000', '134537.865000', '134537.868000', '134537.870000', '134537.873000', '134537.875000', '134537.878000', '134537.881000', '134537.883000', '134537.886000', '134537.888000', '134537.891000', '134537.894000', '134537.896000', '134537.900000', '134537.902000', '134537.905000', '134537.908000', '134537.910000', '134537.913000', '134537.915000', '134537.918000', '134537.920000', '134537.923000', '134537.926000', '134537.928000', '134537.931000', '134537.933000', '134537.936000', '134557.824000', '134557.827000', '134557.830000', '134557.832000', '134557.835000', '134557.838000', '134557.840000', '134557.843000', '134557.845000', '134557.848000', '134557.850000', '134557.853000', '134557.856000', '134557.858000', '134557.861000', '134557.863000', '134557.866000', '134557.869000', '134557.871000', '134557.874000', '134557.876000', '134557.879000', '134557.882000', '134557.884000', '134557.888000', '134557.891000', '134557.893000', '134557.901000', '134557.903000', '134557.906000', '134557.908000', '134557.911000', '134557.914000', '134557.916000', '134557.919000', '134557.921000', '134557.924000', '134557.927000', '134557.929000', '134557.932000', '134557.934000', '134557.937000', '134557.939000', '134617.825000', '134617.827000', '134617.830000', '134617.833000', '134617.835000', '134617.838000', '134617.840000', '134617.843000', '134617.845000', '134617.848000', '134617.851000', '134617.853000', '134617.856000', '134617.858000', '134617.861000', '134617.863000', '134617.866000', '134617.869000', '134617.871000', '134617.890000', '134617.892000', '134617.895000', '134617.898000', '134617.900000', '134617.903000', '134617.906000', '134617.908000', '134617.911000', '134617.913000', '134617.916000', '134617.919000', '134617.921000', '134617.924000', '134617.926000', '134617.929000', '134617.931000', '134617.934000', '134617.937000', '134617.939000', '134617.942000', '134617.945000', '134617.947000', '134617.950000', '134617.952000', '134637.824000', '134637.827000', '134637.830000', '134637.832000', '134637.835000', '134637.838000', '134637.840000', '134637.843000', '134637.845000', '134637.848000', '134637.851000', '134637.853000', '134637.856000', '134637.858000', '134637.861000', '134637.863000', '134637.866000', '134637.869000', '134637.871000', '134637.874000', '134637.876000', '134637.884000', '134637.887000', '134637.890000', '134637.892000', '134637.895000', '134637.898000', '134637.900000', '134637.903000', '134637.905000', '134637.908000', '134637.911000', '134637.913000', '134637.916000', '134637.918000', '134637.921000', '134637.924000', '134637.926000', '134637.929000', '134637.931000', '134637.934000', '134637.937000', '134637.939000', '134657.825000', '134657.827000', '134657.830000', '134657.832000', '134657.835000', '134657.838000', '134657.840000', '134657.843000', '134657.845000', '134657.848000', '134657.851000', '134657.853000', '134657.856000', '134657.858000', '134657.861000', '134657.863000', '134657.866000', '134657.869000', '134657.871000', '134657.874000', '134657.876000', '134657.879000', '134657.881000', '134657.884000', '134657.887000', '134657.889000', '134657.892000', '134657.894000', '134657.897000', '134657.899000', '134657.902000', '134657.905000', '134657.907000', '134657.910000', '134657.912000', '134657.915000', '134657.917000', '134657.920000', '134657.923000', '134657.925000', '134657.928000', '134657.930000', '134657.933000', '134657.936000', '134717.824000', '134717.827000', '134717.830000', '134717.832000', '134717.835000', '134717.838000', '134717.840000', '134717.843000', '134717.845000', '134717.848000', '134717.850000', '134717.853000', '134717.855000', '134717.858000', '134717.861000', '134717.863000', '134717.866000', '134717.868000', '134717.871000', '134717.874000', '134717.876000', '134717.879000', '134717.881000', '134717.884000', '134717.887000', '134717.889000', '134717.892000', '134717.894000', '134717.897000', '134717.899000', '134717.902000', '134717.905000', '134717.907000', '134717.910000', '134717.912000', '134717.915000', '134717.917000', '134717.920000', '134717.923000', '134717.925000', '134717.928000', '134717.930000', '134717.933000', '134737.824000', '134737.827000', '134737.830000', '134737.832000', '134737.835000', '134737.837000', '134737.840000', '134737.842000', '134737.845000', '134737.848000', '134737.850000', '134737.853000', '134737.855000', '134737.858000', '134737.860000', '134737.863000', '134737.866000', '134737.868000', '134737.871000', '134737.873000', '134737.876000', '134737.879000', '134737.881000', '134737.884000', '134737.886000', '134737.889000', '134737.891000', '134737.894000', '134737.896000', '134737.899000', '134737.902000', '134737.904000', '134737.907000', '134737.910000', '134737.912000', '134737.915000', '134737.917000', '134737.920000', '134737.922000', '134737.925000', '134737.928000', '134737.930000', '134737.933000', '134737.935000', '134757.829000', '134757.832000', '134757.835000', '134757.837000', '134757.840000', '134757.843000', '134757.845000', '134757.848000', '134757.850000', '134757.853000', '134757.855000', '134757.858000', '134757.861000', '134757.863000', '134757.866000', '134757.868000', '134757.871000', '134757.874000', '134757.876000', '134757.879000', '134757.881000', '134757.884000', '134757.886000', '134757.889000', '134757.892000', '134757.894000', '134757.897000', '134757.899000', '134757.902000', '134757.905000', '134757.907000', '134757.910000', '134757.912000', '134757.915000', '134757.917000', '134757.920000', '134757.922000', '134757.925000', '134757.928000', '134757.930000', '134757.933000', '134757.935000', '134757.938000', '134817.825000', '134817.827000', '134817.830000', '134817.833000', '134817.835000', '134817.838000', '134817.840000', '134817.843000', '134817.845000', '134817.848000', '134817.851000', '134817.853000', '134817.856000', '134817.858000', '134817.861000', '134817.864000', '134817.866000', '134817.869000', '134817.871000', '134817.874000', '134817.876000', '134817.879000', '134817.882000', '134817.884000', '134817.887000', '134817.889000', '134817.892000', '134817.894000', '134817.897000', '134817.900000', '134817.902000', '134817.905000', '134817.908000', '134817.910000', '134817.913000', '134817.915000', '134817.918000', '134817.921000', '134817.923000', '134817.926000', '134817.928000', '134817.931000', '134817.933000', '134817.936000', '134837.825000', '134837.827000', '134837.830000', '134837.833000', '134837.835000', '134837.838000', '134837.840000', '134837.843000', '134837.846000', '134837.848000', '134837.851000', '134837.853000', '134837.856000', '134837.859000', '134837.861000', '134837.864000', '134837.866000', '134837.869000', '134837.872000', '134837.874000', '134837.877000', '134837.880000', '134837.882000', '134837.885000', '134837.887000', '134837.890000', '134837.893000', '134837.895000', '134837.898000', '134837.900000', '134837.903000', '134837.906000', '134837.908000', '134837.911000', '134837.913000', '134837.916000', '134837.918000', '134837.921000', '134837.925000', '134837.927000', '134837.930000', '134837.933000', '134837.935000', '134857.825000', '134857.827000', '134857.830000', '134857.832000', '134857.835000', '134857.838000', '134857.840000', '134857.843000', '134857.845000', '134857.848000', '134857.851000', '134857.853000', '134857.856000', '134857.858000', '134857.861000', '134857.864000', '134857.867000', '134857.869000', '134857.872000', '134857.875000', '134857.877000', '134857.880000', '134857.882000', '134857.885000', '134857.888000', '134857.890000', '134857.893000', '134857.895000', '134857.898000', '134857.901000', '134857.903000', '134857.906000', '134857.908000', '134857.911000', '134857.914000', '134857.916000', '134857.919000', '134857.921000', '134857.924000', '134857.927000', '134857.929000', '134857.932000', '134857.934000', '134857.937000', '134912.488000', '134912.491000', '134912.494000', '134912.497000', '134912.499000', '134912.502000', '134912.505000', '134912.508000', '134912.510000', '134912.513000', '134912.516000', '134912.526000', '134912.529000', '134912.532000', '134912.534000', '134912.537000', '134912.540000', '134912.543000', '134912.545000', '134912.548000', '134912.551000', '134912.553000', '134912.556000', '134912.559000', '134912.561000', '134912.564000', '134912.567000', '134912.569000', '134912.572000', '134912.575000', '134912.577000', '134912.580000'], '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': [14478, 10787, 13163, 9793, 12615, 9195, 12034, 9569, 7477, 9481, 7352, 7868, 9803, 8950, 9361, 9704, 9468, 10352, 8046, 11834, 9180, 9563, 10149, 8156, 12160, 9387, 12031, 9046, 8859, 9970, 8932, 8537, 10408, 8964, 8458, 9331, 8248, 12648, 9593, 12432, 9778, 8382, 12923, 8414, 7541, 9622, 9215, 8231, 12189, 10506, 14353, 11344, 12324, 11572, 10751, 9965, 10777, 8897, 12912, 9615, 10021, 13056, 9576, 8602, 12400, 9374, 11045, 10201, 9478, 9988, 10638, 9318, 9279, 10654, 8337, 13169, 8956, 7469, 11325, 8481, 12463, 9923, 8391, 8873, 7728, 10881, 8052, 10379, 7938, 7696, 10490, 7519, 7344, 10025, 9466, 11777, 11165, 11204, 12277, 8841, 10508, 8807, 13143, 11016, 11230, 9831, 8740, 12501, 9176, 11880, 9194, 8912, 10665, 10265, 11361, 8578, 9540, 10954, 9136, 14336, 9715, 14902, 10271, 14554, 9689, 10480, 9513, 7574, 10900, 8079, 9661, 7440, 7896, 9772, 7734, 10386, 7767, 10257, 7362, 9684, 7736, 8073, 9546, 13835, 9900, 14024, 9061, 11808, 8897, 8804, 10105, 12637, 9500, 13214, 8378, 7623, 8650, 7082, 10425, 7702, 11128, 8012, 10919, 8626, 8517, 9623, 8328, 10727, 7843, 10559, 9018, 9873, 9570, 11890, 10140, 14236, 9601, 14619, 9365, 13699, 9413, 9127, 9456, 7863, 8495, 7045, 9379, 7305, 7225, 8523, 11251, 8359, 12230, 8301, 12481, 8657, 13223, 8688, 13578, 8731, 13271, 9047, 12803, 9100, 8705, 8783, 8345, 9699, 9639, 7989, 8741, 8372, 8177, 8710, 12262, 8432, 8776, 7969, 8322, 8352, 7438, 8744, 7653, 11115, 8357, 11817, 9001, 11030, 9308, 8388, 11053, 9074, 7617, 10902, 8633, 7005, 10678, 10211, 9989, 11207, 12955, 14137, 12429, 13492, 11906, 10800, 14352, 11658, 14928, 11427, 13767, 10349, 9458, 9915, 8029, 9522, 7127, 9488, 6979, 9331, 7010, 9383, 7003, 9388, 7219, 9529, 7434, 9456, 7593, 9722, 6921, 10540, 7233, 9960, 7457, 9771, 7317, 8270, 7307, 8732, 6760, 9444, 7121, 9327, 8630, 8712, 9113, 8940, 10949, 8953, 13395, 9589, 12323, 9699, 11337, 9195, 14223, 10183, 14140, 10109, 12972, 9919, 12458, 9689, 12274, 10020, 10630, 8793, 8192, 7674, 7538, 8828, 7811, 9991, 8365, 11148, 8188, 11477, 8773, 11987, 8105, 10727, 8378, 9592, 9009, 9016, 9041, 8275, 9461, 8069, 9344, 8369, 10115, 8887, 10518, 8269, 10120, 9131, 7221, 7567, 6915, 9660, 7120, 7376, 9412, 9577, 8792, 7676, 11167, 10503, 9260, 11974, 10166, 11983, 10964, 12247, 11279, 13027, 11368, 12600, 10383, 12137, 9619, 11410, 8455, 11438, 8377, 10450, 7153, 10308, 7211, 7252, 7427, 7128, 8461, 7097, 9483, 7361, 9539, 7992, 9469, 8396, 10246, 7875, 11509, 8992, 12475, 9069, 11821, 9349, 11015, 9814, 10416, 8730, 12791, 8890, 14304, 9253, 13549, 9524, 9920, 9975, 8900, 11246, 8539, 7361, 7981, 7831, 10280, 11500, 9999, 9242, 10803, 10734, 12897, 9847, 9807, 8092, 11190, 9150, 8451, 11972, 9945, 12883, 12223, 10115, 11083, 9774, 9266, 11971, 9052, 10733, 10057, 8207, 9141, 6721, 8059, 7043, 8005, 7295, 8828, 7407, 9523, 7102, 9578, 7384, 10926, 8510, 11979, 9249, 11476, 8744, 9378, 8857, 9152, 9883, 8776, 10896, 8853, 11732, 9245, 11743, 9147, 11976, 8717, 11890, 8531, 11540, 8078, 11539, 7871, 11323, 7527, 11380, 7471, 11299, 7244, 11344, 7369, 10918, 7249, 8729, 7186, 6951, 7772, 7276, 8789, 7512, 6857, 8770, 10716, 7756, 11083, 8081, 11029, 8597, 10679, 9668, 11474, 10240, 11688, 10923, 9814, 11315, 9843, 13656, 11439, 13248, 11746, 11168, 12212, 10171, 10077, 14598, 13419, 14350, 11377, 9389, 9348, 9869, 11252, 9583, 11800, 8746, 12114, 7913, 11934, 7922, 11111, 7648, 6971, 8511, 7412, 9624, 7758, 10612, 7892, 11079, 7918, 10863, 8016, 10766, 8260, 10958, 7746, 10963, 7554, 8085, 7739, 7392, 7976, 7016, 10454, 7282, 12099, 8197, 8907, 8342, 6955, 7765, 10972, 8520, 12598, 8532, 9306, 8162, 7062, 9031, 8008, 11609, 9856, 9597, 11264, 11136, 12194, 10403, 8365, 9559, 7868, 13405, 11883, 13361, 11469, 9982, 8120, 10449, 9016, 8160, 11530, 8831, 11447, 10358, 13981, 11097, 10418, 11886, 9767, 12945, 9439, 12502, 8359, 8957, 7659, 7518, 9245, 7423, 7425, 9161, 7452, 9658, 7704, 7312, 8428, 7251, 11711, 8158, 11463, 8087, 11228, 7852, 11580, 7884, 12003, 7949, 12129, 9310, 7158, 9775, 7512, 7022, 7859, 7145, 6952, 9663, 7676, 8151, 10109, 11357, 10394, 12822, 9888, 13104, 10258, 12190, 11790, 12739, 13875, 10274, 11427, 9671, 12241, 10128, 12234, 11060, 10575, 10542, 7383, 8151, 7580, 6902, 7577, 6873, 7637, 13377, 7891, 12323, 7716, 12002, 7975, 11498, 7984, 10855, 7952, 10978, 7727, 10464, 7835, 10481, 7700, 9194, 7791, 6980, 7747, 6969, 7749, 6735, 7818, 6962, 7913, 7132, 8321, 7225, 9976, 7277, 10323, 7781, 11593, 6937, 9741, 8053, 10041, 10162, 7787, 12802, 8136, 12689, 10488, 12028, 10260, 12320, 9787, 11765, 8862, 8987, 7745, 6877, 8096, 6992, 9618, 7432, 9740, 7677, 6580, 7191, 7992, 10260, 7381, 8726, 7959, 7907, 7579, 7528, 6940, 6878, 10929, 11170, 9813, 13796, 11493, 11050, 13447, 12721, 10291, 11589, 9550, 11285, 12222, 9638, 9423, 8245, 8100, 12175, 8469, 13172, 8132, 10058, 8026, 6763, 7814, 6869, 7982, 6906, 7849, 7520, 8087, 7659, 7908, 7562, 6818, 8602, 8388, 7834, 10250, 7329, 13137, 7895, 11393, 7551, 6777, 7297, 6694, 9012, 7527, 9708, 7271, 11102, 8222, 11296, 7318, 10131, 9606, 9231, 7137, 6906, 9215, 11311, 7811, 12655, 8408, 10018, 8082, 8594, 8402, 9341, 10113, 10231, 11985, 10405, 12593, 10001, 12736, 9949, 13296, 9838, 12567, 8463, 11839, 8377, 12097, 8236, 12963, 7715, 8292, 7670, 6725, 7407, 6618, 7702, 6859, 9310, 7102, 6906, 7079, 7351, 7160, 9819, 8607, 11383, 11857, 12285, 14874, 13202, 15199, 12481, 11200, 8122, 9890, 10594, 8381, 7127, 6566, 7492, 6966, 8852, 7677, 12300, 8161, 11363, 7895, 8624, 7623, 7583, 8216, 6829, 9112, 6887, 6777, 7745, 9992, 7503, 10601, 7859], 'WindowCenter': [4342.0, 4317.0, 4314.0, 4289.0, 4297.0, 4278.0, 4286.0, 4275.0, 4244.0, 4261.0, 4243.0, 4267.0, 4288.0, 4293.0, 4304.0, 4293.0, 4290.0, 4304.0, 4281.0, 4298.0, 4291.0, 4279.0, 4276.0, 4270.0, 4298.0, 4290.0, 4299.0, 4278.0, 4278.0, 4287.0, 4278.0, 4267.0, 4275.0, 4267.0, 4279.0, 4293.0, 4281.0, 4300.0, 4293.0, 4312.0, 4290.0, 4268.0, 4298.0, 4265.0, 4257.0, 4276.0, 4275.0, 4280.0, 4313.0, 4306.0, 4312.0, 4301.0, 4299.0, 4286.0, 4275.0, 4274.0, 4274.0, 4251.0, 4269.0, 4249.0, 4261.0, 4281.0, 4263.0, 4253.0, 4297.0, 4277.0, 4273.0, 4274.0, 4261.0, 4264.0, 4273.0, 4264.0, 4262.0, 4286.0, 4267.0, 4284.0, 4265.0, 4253.0, 4272.0, 4278.0, 4283.0, 4288.0, 4268.0, 4276.0, 4257.0, 4300.0, 4270.0, 4299.0, 4282.0, 4283.0, 4312.0, 4270.0, 4272.0, 4315.0, 4320.0, 4326.0, 4316.0, 4316.0, 4314.0, 4293.0, 4302.0, 4294.0, 4310.0, 4302.0, 4298.0, 4290.0, 4280.0, 4298.0, 4279.0, 4297.0, 4280.0, 4278.0, 4287.0, 4273.0, 4284.0, 4279.0, 4276.0, 4287.0, 4279.0, 4296.0, 4277.0, 4295.0, 4275.0, 4282.0, 4275.0, 4272.0, 4261.0, 4254.0, 4273.0, 4253.0, 4276.0, 4255.0, 4267.0, 4287.0, 4257.0, 4288.0, 4268.0, 4299.0, 4270.0, 4288.0, 4256.0, 4278.0, 4290.0, 4296.0, 4277.0, 4310.0, 4278.0, 4285.0, 4265.0, 4277.0, 4276.0, 4282.0, 4277.0, 4293.0, 4253.0, 4239.0, 4264.0, 4244.0, 4271.0, 4242.0, 4286.0, 4268.0, 4287.0, 4266.0, 4277.0, 4289.0, 4264.0, 4287.0, 4266.0, 4286.0, 4265.0, 4275.0, 4277.0, 4284.0, 4262.0, 4282.0, 4264.0, 4293.0, 4264.0, 4280.0, 4251.0, 4249.0, 4274.0, 4266.0, 4264.0, 4244.0, 4262.0, 4254.0, 4257.0, 4291.0, 4299.0, 4282.0, 4297.0, 4283.0, 4300.0, 4279.0, 4296.0, 4278.0, 4295.0, 4267.0, 4297.0, 4291.0, 4308.0, 4276.0, 4267.0, 4279.0, 4267.0, 4289.0, 4286.0, 4267.0, 4266.0, 4280.0, 4265.0, 4279.0, 4297.0, 4268.0, 4265.0, 4280.0, 4278.0, 4291.0, 4270.0, 4280.0, 4282.0, 4313.0, 4283.0, 4311.0, 4290.0, 4302.0, 4290.0, 4279.0, 4286.0, 4279.0, 4255.0, 4287.0, 4266.0, 4247.0, 4288.0, 4290.0, 4301.0, 4313.0, 4311.0, 4298.0, 4299.0, 4284.0, 4272.0, 4271.0, 4279.0, 4274.0, 4269.0, 4258.0, 4253.0, 4232.0, 4221.0, 4231.0, 4208.0, 4229.0, 4202.0, 4232.0, 4214.0, 4234.0, 4215.0, 4249.0, 4242.0, 4261.0, 4239.0, 4260.0, 4267.0, 4276.0, 4255.0, 4275.0, 4258.0, 4284.0, 4255.0, 4286.0, 4257.0, 4304.0, 4269.0, 4280.0, 4259.0, 4289.0, 4259.0, 4302.0, 4272.0, 4316.0, 4307.0, 4306.0, 4306.0, 4295.0, 4315.0, 4318.0, 4325.0, 4303.0, 4311.0, 4290.0, 4298.0, 4293.0, 4308.0, 4288.0, 4297.0, 4277.0, 4283.0, 4262.0, 4271.0, 4260.0, 4295.0, 4273.0, 4270.0, 4262.0, 4238.0, 4226.0, 4236.0, 4249.0, 4253.0, 4271.0, 4250.0, 4272.0, 4266.0, 4297.0, 4263.0, 4282.0, 4265.0, 4271.0, 4251.0, 4275.0, 4264.0, 4262.0, 4264.0, 4251.0, 4272.0, 4252.0, 4260.0, 4252.0, 4272.0, 4262.0, 4284.0, 4263.0, 4270.0, 4276.0, 4240.0, 4243.0, 4232.0, 4273.0, 4246.0, 4255.0, 4276.0, 4264.0, 4251.0, 4229.0, 4262.0, 4250.0, 4238.0, 4258.0, 4248.0, 4256.0, 4258.0, 4270.0, 4259.0, 4271.0, 4256.0, 4256.0, 4244.0, 4254.0, 4232.0, 4240.0, 4210.0, 4241.0, 4220.0, 4241.0, 4226.0, 4269.0, 4240.0, 4240.0, 4241.0, 4242.0, 4263.0, 4241.0, 4262.0, 4257.0, 4289.0, 4270.0, 4276.0, 4265.0, 4272.0, 4267.0, 4296.0, 4278.0, 4285.0, 4276.0, 4286.0, 4264.0, 4272.0, 4261.0, 4258.0, 4263.0, 4280.0, 4262.0, 4280.0, 4251.0, 4280.0, 4260.0, 4260.0, 4249.0, 4248.0, 4254.0, 4234.0, 4227.0, 4250.0, 4242.0, 4272.0, 4271.0, 4260.0, 4249.0, 4260.0, 4259.0, 4270.0, 4258.0, 4258.0, 4226.0, 4243.0, 4233.0, 4224.0, 4253.0, 4248.0, 4281.0, 4269.0, 4245.0, 4255.0, 4231.0, 4217.0, 4227.0, 4205.0, 4226.0, 4230.0, 4208.0, 4218.0, 4188.0, 4208.0, 4198.0, 4220.0, 4209.0, 4231.0, 4212.0, 4241.0, 4214.0, 4245.0, 4226.0, 4257.0, 4237.0, 4255.0, 4247.0, 4255.0, 4221.0, 4231.0, 4223.0, 4220.0, 4230.0, 4220.0, 4241.0, 4220.0, 4238.0, 4219.0, 4239.0, 4218.0, 4238.0, 4218.0, 4238.0, 4220.0, 4238.0, 4209.0, 4238.0, 4222.0, 4241.0, 4213.0, 4253.0, 4225.0, 4253.0, 4227.0, 4269.0, 4238.0, 4279.0, 4254.0, 4265.0, 4244.0, 4243.0, 4254.0, 4243.0, 4264.0, 4243.0, 4233.0, 4266.0, 4273.0, 4253.0, 4284.0, 4264.0, 4298.0, 4292.0, 4299.0, 4290.0, 4299.0, 4276.0, 4272.0, 4258.0, 4249.0, 4259.0, 4260.0, 4268.0, 4260.0, 4254.0, 4244.0, 4243.0, 4255.0, 4244.0, 4257.0, 4267.0, 4265.0, 4249.0, 4229.0, 4230.0, 4218.0, 4229.0, 4228.0, 4217.0, 4236.0, 4206.0, 4221.0, 4207.0, 4222.0, 4194.0, 4224.0, 4197.0, 4194.0, 4216.0, 4199.0, 4228.0, 4209.0, 4228.0, 4209.0, 4238.0, 4209.0, 4237.0, 4209.0, 4242.0, 4234.0, 4240.0, 4225.0, 4253.0, 4223.0, 4236.0, 4239.0, 4239.0, 4251.0, 4243.0, 4270.0, 4255.0, 4296.0, 4265.0, 4263.0, 4254.0, 4242.0, 4254.0, 4270.0, 4264.0, 4293.0, 4265.0, 4274.0, 4252.0, 4256.0, 4274.0, 4266.0, 4296.0, 4288.0, 4276.0, 4285.0, 4272.0, 4271.0, 4247.0, 4227.0, 4260.0, 4253.0, 4269.0, 4267.0, 4267.0, 4267.0, 4242.0, 4221.0, 4227.0, 4205.0, 4204.0, 4239.0, 4233.0, 4240.0, 4243.0, 4251.0, 4240.0, 4228.0, 4227.0, 4229.0, 4238.0, 4217.0, 4225.0, 4205.0, 4215.0, 4209.0, 4197.0, 4218.0, 4200.0, 4209.0, 4244.0, 4225.0, 4243.0, 4211.0, 4201.0, 4222.0, 4226.0, 4253.0, 4224.0, 4253.0, 4223.0, 4243.0, 4224.0, 4254.0, 4225.0, 4265.0, 4237.0, 4281.0, 4262.0, 4229.0, 4260.0, 4229.0, 4229.0, 4239.0, 4230.0, 4230.0, 4247.0, 4215.0, 4226.0, 4259.0, 4257.0, 4260.0, 4269.0, 4261.0, 4269.0, 4248.0, 4256.0, 4258.0, 4254.0, 4256.0, 4234.0, 4255.0, 4233.0, 4240.0, 4230.0, 4253.0, 4255.0, 4215.0, 4242.0, 4202.0, 4197.0, 4198.0, 4201.0, 4223.0, 4203.0, 4226.0, 4265.0, 4227.0, 4267.0, 4229.0, 4281.0, 4241.0, 4269.0, 4238.0, 4257.0, 4226.0, 4245.0, 4216.0, 4245.0, 4215.0, 4246.0, 4240.0, 4249.0, 4227.0, 4214.0, 4212.0, 4201.0, 4226.0, 4216.0, 4238.0, 4228.0, 4239.0, 4230.0, 4251.0, 4243.0, 4285.0, 4243.0, 4271.0, 4243.0, 4269.0, 4230.0, 4249.0, 4243.0, 4263.0, 4286.0, 4255.0, 4285.0, 4254.0, 4270.0, 4259.0, 4256.0, 4245.0, 4253.0, 4233.0, 4243.0, 4222.0, 4221.0, 4212.0, 4203.0, 4224.0, 4214.0, 4246.0, 4242.0, 4259.0, 4241.0, 4220.0, 4232.0, 4254.0, 4264.0, 4232.0, 4241.0, 4217.0, 4230.0, 4219.0, 4229.0, 4234.0, 4225.0, 4275.0, 4277.0, 4268.0, 4287.0, 4263.0, 4248.0, 4261.0, 4258.0, 4247.0, 4245.0, 4235.0, 4244.0, 4242.0, 4233.0, 4221.0, 4210.0, 4210.0, 4240.0, 4211.0, 4240.0, 4199.0, 4218.0, 4211.0, 4189.0, 4199.0, 4191.0, 4212.0, 4215.0, 4226.0, 4228.0, 4227.0, 4231.0, 4242.0, 4230.0, 4220.0, 4241.0, 4228.0, 4229.0, 4248.0, 4219.0, 4268.0, 4240.0, 4257.0, 4230.0, 4218.0, 4243.0, 4249.0, 4267.0, 4257.0, 4262.0, 4244.0, 4285.0, 4267.0, 4287.0, 4255.0, 4259.0, 4273.0, 4261.0, 4245.0, 4243.0, 4275.0, 4272.0, 4242.0, 4282.0, 4253.0, 4276.0, 4256.0, 4253.0, 4252.0, 4261.0, 4261.0, 4259.0, 4270.0, 4259.0, 4268.0, 4258.0, 4268.0, 4248.0, 4266.0, 4246.0, 4256.0, 4224.0, 4253.0, 4224.0, 4267.0, 4241.0, 4267.0, 4239.0, 4236.0, 4225.0, 4217.0, 4214.0, 4215.0, 4238.0, 4247.0, 4275.0, 4248.0, 4249.0, 4251.0, 4259.0, 4248.0, 4279.0, 4258.0, 4275.0, 4275.0, 4275.0, 4287.0, 4274.0, 4270.0, 4257.0, 4248.0, 4214.0, 4232.0, 4231.0, 4210.0, 4200.0, 4203.0, 4214.0, 4227.0, 4238.0, 4243.0, 4268.0, 4239.0, 4257.0, 4226.0, 4235.0, 4228.0, 4239.0, 4250.0, 4218.0, 4247.0, 4229.0, 4230.0, 4240.0, 4259.0, 4242.0, 4260.0, 4254.0], 'WindowWidth': [9594.0, 9544.0, 9537.0, 9494.0, 9502.0, 9477.0, 9485.0, 9465.0, 9423.0, 9442.0, 9418.0, 9458.0, 9490.0, 9507.0, 9521.0, 9507.0, 9495.0, 9521.0, 9487.0, 9503.0, 9497.0, 9477.0, 9471.0, 9468.0, 9503.0, 9495.0, 9506.0, 9475.0, 9475.0, 9488.0, 9475.0, 9459.0, 9466.0, 9458.0, 9480.0, 9503.0, 9483.0, 9508.0, 9503.0, 9527.0, 9494.0, 9462.0, 9501.0, 9455.0, 9445.0, 9470.0, 9467.0, 9483.0, 9531.0, 9527.0, 9528.0, 9512.0, 9504.0, 9482.0, 9464.0, 9463.0, 9462.0, 9423.0, 9445.0, 9421.0, 9437.0, 9470.0, 9446.0, 9434.0, 9501.0, 9472.0, 9459.0, 9462.0, 9442.0, 9447.0, 9458.0, 9447.0, 9443.0, 9482.0, 9461.0, 9477.0, 9451.0, 9437.0, 9459.0, 9474.0, 9475.0, 9489.0, 9461.0, 9470.0, 9444.0, 9508.0, 9467.0, 9507.0, 9489.0, 9491.0, 9529.0, 9472.0, 9475.0, 9538.0, 9553.0, 9554.0, 9542.0, 9540.0, 9536.0, 9502.0, 9514.0, 9507.0, 9523.0, 9514.0, 9505.0, 9496.0, 9480.0, 9503.0, 9478.0, 9502.0, 9482.0, 9477.0, 9484.0, 9458.0, 9476.0, 9481.0, 9472.0, 9488.0, 9477.0, 9498.0, 9472.0, 9496.0, 9465.0, 9472.0, 9467.0, 9458.0, 9439.0, 9437.0, 9460.0, 9434.0, 9469.0, 9441.0, 9461.0, 9487.0, 9444.0, 9489.0, 9463.0, 9507.0, 9469.0, 9491.0, 9444.0, 9476.0, 9496.0, 9495.0, 9471.0, 9524.0, 9477.0, 9481.0, 9455.0, 9470.0, 9468.0, 9471.0, 9472.0, 9488.0, 9435.0, 9410.0, 9449.0, 9424.0, 9456.0, 9417.0, 9482.0, 9466.0, 9488.0, 9457.0, 9472.0, 9491.0, 9451.0, 9487.0, 9457.0, 9484.0, 9454.0, 9467.0, 9474.0, 9474.0, 9444.0, 9471.0, 9447.0, 9486.0, 9448.0, 9463.0, 9426.0, 9420.0, 9462.0, 9459.0, 9454.0, 9426.0, 9443.0, 9439.0, 9446.0, 9499.0, 9506.0, 9487.0, 9500.0, 9491.0, 9507.0, 9479.0, 9497.0, 9476.0, 9494.0, 9459.0, 9501.0, 9502.0, 9518.0, 9471.0, 9458.0, 9480.0, 9458.0, 9492.0, 9484.0, 9460.0, 9457.0, 9481.0, 9454.0, 9479.0, 9501.0, 9463.0, 9455.0, 9485.0, 9476.0, 9500.0, 9471.0, 9482.0, 9491.0, 9531.0, 9492.0, 9528.0, 9495.0, 9514.0, 9493.0, 9477.0, 9482.0, 9475.0, 9439.0, 9482.0, 9451.0, 9429.0, 9486.0, 9493.0, 9514.0, 9534.0, 9526.0, 9506.0, 9509.0, 9478.0, 9459.0, 9454.0, 9466.0, 9464.0, 9451.0, 9429.0, 9415.0, 9385.0, 9367.0, 9379.0, 9348.0, 9377.0, 9346.0, 9385.0, 9366.0, 9392.0, 9372.0, 9420.0, 9416.0, 9439.0, 9410.0, 9439.0, 9462.0, 9470.0, 9441.0, 9467.0, 9452.0, 9479.0, 9442.0, 9483.0, 9447.0, 9522.0, 9469.0, 9481.0, 9452.0, 9495.0, 9456.0, 9518.0, 9480.0, 9543.0, 9534.0, 9530.0, 9529.0, 9511.0, 9541.0, 9551.0, 9557.0, 9522.0, 9526.0, 9496.0, 9504.0, 9506.0, 9520.0, 9489.0, 9502.0, 9472.0, 9476.0, 9444.0, 9455.0, 9439.0, 9496.0, 9463.0, 9453.0, 9446.0, 9403.0, 9387.0, 9400.0, 9423.0, 9435.0, 9456.0, 9426.0, 9458.0, 9459.0, 9500.0, 9450.0, 9470.0, 9456.0, 9454.0, 9432.0, 9468.0, 9449.0, 9446.0, 9452.0, 9426.0, 9461.0, 9434.0, 9441.0, 9430.0, 9460.0, 9442.0, 9478.0, 9449.0, 9455.0, 9468.0, 9411.0, 9418.0, 9401.0, 9458.0, 9430.0, 9441.0, 9466.0, 9446.0, 9422.0, 9390.0, 9436.0, 9415.0, 9399.0, 9431.0, 9415.0, 9427.0, 9432.0, 9455.0, 9434.0, 9457.0, 9425.0, 9427.0, 9407.0, 9419.0, 9384.0, 9394.0, 9352.0, 9394.0, 9366.0, 9395.0, 9390.0, 9450.0, 9412.0, 9413.0, 9416.0, 9420.0, 9449.0, 9415.0, 9443.0, 9447.0, 9493.0, 9469.0, 9471.0, 9453.0, 9457.0, 9462.0, 9497.0, 9475.0, 9479.0, 9472.0, 9483.0, 9451.0, 9459.0, 9439.0, 9432.0, 9447.0, 9466.0, 9445.0, 9463.0, 9426.0, 9467.0, 9438.0, 9435.0, 9419.0, 9415.0, 9418.0, 9391.0, 9387.0, 9428.0, 9416.0, 9458.0, 9452.0, 9440.0, 9423.0, 9437.0, 9432.0, 9450.0, 9433.0, 9433.0, 9385.0, 9401.0, 9389.0, 9377.0, 9420.0, 9417.0, 9470.0, 9451.0, 9406.0, 9422.0, 9382.0, 9357.0, 9370.0, 9339.0, 9366.0, 9377.0, 9347.0, 9361.0, 9321.0, 9347.0, 9337.0, 9368.0, 9354.0, 9385.0, 9360.0, 9399.0, 9365.0, 9408.0, 9385.0, 9429.0, 9402.0, 9420.0, 9416.0, 9419.0, 9371.0, 9381.0, 9373.0, 9367.0, 9381.0, 9365.0, 9395.0, 9365.0, 9388.0, 9363.0, 9389.0, 9362.0, 9388.0, 9362.0, 9388.0, 9366.0, 9388.0, 9352.0, 9390.0, 9371.0, 9395.0, 9363.0, 9415.0, 9383.0, 9419.0, 9391.0, 9448.0, 9407.0, 9465.0, 9438.0, 9454.0, 9425.0, 9422.0, 9436.0, 9420.0, 9448.0, 9418.0, 9406.0, 9456.0, 9457.0, 9436.0, 9477.0, 9453.0, 9505.0, 9504.0, 9508.0, 9498.0, 9508.0, 9469.0, 9456.0, 9428.0, 9418.0, 9434.0, 9436.0, 9445.0, 9436.0, 9417.0, 9403.0, 9398.0, 9419.0, 9405.0, 9428.0, 9447.0, 9437.0, 9409.0, 9378.0, 9378.0, 9362.0, 9377.0, 9376.0, 9357.0, 9385.0, 9343.0, 9354.0, 9343.0, 9359.0, 9322.0, 9361.0, 9331.0, 9325.0, 9357.0, 9337.0, 9375.0, 9351.0, 9376.0, 9350.0, 9388.0, 9350.0, 9387.0, 9351.0, 9398.0, 9391.0, 9397.0, 9382.0, 9416.0, 9379.0, 9403.0, 9410.0, 9410.0, 9430.0, 9424.0, 9452.0, 9442.0, 9498.0, 9455.0, 9449.0, 9436.0, 9416.0, 9441.0, 9452.0, 9452.0, 9490.0, 9453.0, 9462.0, 9431.0, 9443.0, 9465.0, 9460.0, 9499.0, 9489.0, 9472.0, 9482.0, 9456.0, 9457.0, 9414.0, 9384.0, 9436.0, 9433.0, 9451.0, 9444.0, 9445.0, 9445.0, 9399.0, 9373.0, 9373.0, 9337.0, 9336.0, 9390.0, 9390.0, 9396.0, 9404.0, 9412.0, 9395.0, 9371.0, 9372.0, 9375.0, 9390.0, 9355.0, 9365.0, 9338.0, 9351.0, 9349.0, 9330.0, 9360.0, 9339.0, 9351.0, 9407.0, 9386.0, 9402.0, 9353.0, 9340.0, 9370.0, 9385.0, 9416.0, 9379.0, 9414.0, 9376.0, 9400.0, 9380.0, 9418.0, 9382.0, 9435.0, 9399.0, 9465.0, 9439.0, 9391.0, 9435.0, 9394.0, 9391.0, 9406.0, 9395.0, 9393.0, 9410.0, 9364.0, 9381.0, 9430.0, 9424.0, 9436.0, 9443.0, 9438.0, 9443.0, 9415.0, 9418.0, 9429.0, 9417.0, 9421.0, 9387.0, 9419.0, 9385.0, 9390.0, 9376.0, 9412.0, 9420.0, 9347.0, 9396.0, 9339.0, 9325.0, 9329.0, 9340.0, 9376.0, 9350.0, 9385.0, 9433.0, 9384.0, 9438.0, 9392.0, 9463.0, 9412.0, 9447.0, 9404.0, 9425.0, 9383.0, 9405.0, 9367.0, 9404.0, 9365.0, 9409.0, 9409.0, 9420.0, 9386.0, 9364.0, 9359.0, 9342.0, 9385.0, 9371.0, 9405.0, 9390.0, 9406.0, 9395.0, 9427.0, 9419.0, 9479.0, 9421.0, 9453.0, 9418.0, 9444.0, 9396.0, 9417.0, 9415.0, 9442.0, 9480.0, 9437.0, 9476.0, 9433.0, 9449.0, 9429.0, 9421.0, 9403.0, 9412.0, 9384.0, 9397.0, 9368.0, 9367.0, 9356.0, 9346.0, 9374.0, 9363.0, 9410.0, 9416.0, 9432.0, 9411.0, 9380.0, 9400.0, 9431.0, 9440.0, 9393.0, 9402.0, 9365.0, 9386.0, 9369.0, 9386.0, 9399.0, 9393.0, 9458.0, 9461.0, 9451.0, 9477.0, 9435.0, 9404.0, 9430.0, 9421.0, 9408.0, 9400.0, 9388.0, 9398.0, 9394.0, 9383.0, 9364.0, 9348.0, 9346.0, 9387.0, 9349.0, 9388.0, 9332.0, 9355.0, 9348.0, 9320.0, 9334.0, 9327.0, 9355.0, 9364.0, 9379.0, 9386.0, 9384.0, 9395.0, 9414.0, 9393.0, 9380.0, 9408.0, 9385.0, 9389.0, 9411.0, 9376.0, 9440.0, 9407.0, 9423.0, 9391.0, 9375.0, 9418.0, 9436.0, 9455.0, 9441.0, 9438.0, 9418.0, 9475.0, 9454.0, 9481.0, 9441.0, 9435.0, 9460.0, 9439.0, 9427.0, 9422.0, 9465.0, 9457.0, 9417.0, 9469.0, 9431.0, 9470.0, 9442.0, 9431.0, 9430.0, 9440.0, 9440.0, 9435.0, 9450.0, 9432.0, 9444.0, 9430.0, 9444.0, 9418.0, 9438.0, 9411.0, 9423.0, 9379.0, 9416.0, 9377.0, 9442.0, 9412.0, 9441.0, 9406.0, 9398.0, 9383.0, 9375.0, 9366.0, 9369.0, 9403.0, 9433.0, 9464.0, 9433.0, 9435.0, 9438.0, 9445.0, 9427.0, 9472.0, 9438.0, 9456.0, 9457.0, 9458.0, 9479.0, 9455.0, 9446.0, 9421.0, 9409.0, 9358.0, 9380.0, 9378.0, 9349.0, 9335.0, 9347.0, 9364.0, 9388.0, 9400.0, 9417.0, 9442.0, 9404.0, 9426.0, 9385.0, 9395.0, 9389.0, 9407.0, 9425.0, 9376.0, 9413.0, 9396.0, 9398.0, 9411.0, 9434.0, 9415.0, 9435.0, 9435.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.009292362385321102</td></tr>
<tr><td colspan=3>aqi</td><td>0.08924604701834862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.48665321951779</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.162613757072331</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0193214303903557</td></tr>
<tr><td colspan=3>efc</td><td>0.4851</td></tr>
<tr><td colspan=3>fber</td><td>6770.895</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.252019830489119</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>480</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>55.04587155963303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.589945944416852</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.395223670166145</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9267290211304333</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4478851419539778</td></tr>
<tr><td colspan=3>gcor</td><td>0.0200232</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007833628915250301</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037127986550331116</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.23073394136234</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>24.0283</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.05</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.0169</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292566.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.5353</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6636</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.2427</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3416.3725</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4384.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.0384</td></tr>
<tr><td colspan=3>tsnr</td><td>23.365940927702468</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>