<?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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-01/func/sub-0131_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>0668df65662a01808e340e024fe2ad3c</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>17:48:21.235000</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.997595, 0.0672646, -0.016696, -0.0662602, 0.996297, 0.0547839]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0880239</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -8138, -7339, 618, -229, -981, 794, 116]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.369</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3d1c4e08-6f78-4a82-83d7-167394f04866||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.676475763320923, -0.17777137458324432, -0.05486191436648369, 122.99714660644531], [-0.18046613037586212, 2.672992706298828, 0.1445738971233368, -98.4102783203125], [-0.044794220477342606, -0.14698119461536407, 2.695568323135376, -61.668800354003906], [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': ['174821.235000', '174821.695000', '174822.155000', '174822.615000', '174823.075000', '174823.535000', '174823.995000', '174824.455000', '174824.915000', '174825.375000', '174825.835000', '174826.295000', '174826.755000', '174827.215000', '174827.675000', '174828.135000', '174828.595000', '174829.055000', '174829.515000', '174829.975000', '174830.435000', '174830.895000', '174831.355000', '174831.815000', '174832.275000', '174832.735000', '174833.195000', '174833.655000', '174834.115000', '174834.575000', '174835.035000', '174835.495000', '174835.955000', '174836.415000', '174836.875000', '174837.335000', '174837.795000', '174838.255000', '174838.715000', '174839.175000', '174839.635000', '174840.095000', '174840.555000', '174841.015000', '174841.475000', '174841.935000', '174842.395000', '174842.855000', '174843.315000', '174843.775000', '174844.235000', '174844.695000', '174845.155000', '174845.615000', '174846.075000', '174846.535000', '174846.995000', '174847.455000', '174847.915000', '174848.375000', '174848.835000', '174849.295000', '174849.755000', '174850.215000', '174850.675000', '174851.135000', '174851.595000', '174852.055000', '174852.515000', '174852.975000', '174853.435000', '174853.895000', '174854.355000', '174854.815000', '174855.275000', '174855.735000', '174856.195000', '174856.655000', '174857.115000', '174857.575000', '174858.035000', '174858.495000', '174858.955000', '174859.415000', '174859.875000', '174900.335000', '174900.795000', '174901.255000', '174901.715000', '174902.175000', '174902.635000', '174903.095000', '174903.555000', '174904.015000', '174904.475000', '174904.935000', '174905.395000', '174905.855000', '174906.315000', '174906.775000', '174907.235000', '174907.695000', '174908.155000', '174908.615000', '174909.075000', '174909.535000', '174909.995000', '174910.455000', '174910.915000', '174911.375000', '174911.835000', '174912.295000', '174912.755000', '174913.215000', '174913.675000', '174914.135000', '174914.595000', '174915.055000', '174915.515000', '174915.975000', '174916.435000', '174916.895000', '174917.355000', '174917.815000', '174918.275000', '174918.735000', '174919.195000', '174919.655000', '174920.115000', '174920.575000', '174921.035000', '174921.495000', '174921.955000', '174922.415000', '174922.875000', '174923.335000', '174923.795000', '174924.255000', '174924.715000', '174925.175000', '174925.635000', '174926.095000', '174926.555000', '174927.015000', '174927.475000', '174927.935000', '174928.395000', '174928.855000', '174929.315000', '174929.775000', '174930.235000', '174930.695000', '174931.155000', '174931.615000', '174932.075000', '174932.535000', '174932.995000', '174933.455000', '174933.915000', '174934.375000', '174934.835000', '174935.295000', '174935.755000', '174936.215000', '174936.675000', '174937.135000', '174937.595000', '174938.055000', '174938.515000', '174938.975000', '174939.435000', '174939.895000', '174940.355000', '174940.815000', '174941.275000', '174941.735000', '174942.195000', '174942.655000', '174943.115000', '174943.575000', '174944.035000', '174944.495000', '174944.955000', '174945.415000', '174945.875000', '174946.335000', '174946.795000', '174947.255000', '174947.715000', '174948.175000', '174948.635000', '174949.095000', '174949.555000', '174950.015000', '174950.475000', '174950.935000', '174951.395000', '174951.855000', '174952.315000', '174952.775000', '174953.235000', '174953.695000', '174954.155000', '174954.615000', '174955.075000', '174955.535000', '174955.995000', '174956.455000', '174956.915000', '174957.375000', '174957.835000', '174958.295000', '174958.755000', '174959.215000', '174959.675000', '175000.135000', '175000.595000', '175001.055000', '175001.515000', '175001.975000', '175002.435000', '175002.895000', '175003.355000', '175003.815000', '175004.275000', '175004.735000', '175005.195000', '175005.655000', '175006.115000', '175006.575000', '175007.035000', '175007.495000', '175007.955000', '175008.415000', '175008.875000', '175009.335000', '175009.795000', '175010.255000', '175010.715000', '175011.175000', '175011.635000', '175012.095000', '175012.555000', '175013.015000', '175013.475000', '175013.935000', '175014.395000', '175014.855000', '175015.315000', '175015.775000', '175016.235000', '175016.695000', '175017.155000', '175017.615000', '175018.075000', '175018.535000', '175018.995000', '175019.455000', '175019.915000', '175020.375000', '175020.835000', '175021.295000', '175021.755000', '175022.215000', '175022.675000', '175023.135000', '175023.595000', '175024.055000', '175024.515000', '175024.975000', '175025.435000', '175025.895000', '175026.355000', '175026.815000', '175027.275000', '175027.735000', '175028.195000', '175028.655000', '175029.115000', '175029.575000', '175030.035000', '175030.495000', '175030.955000', '175031.415000', '175031.875000', '175032.335000', '175032.795000', '175033.255000', '175033.715000', '175034.175000', '175034.635000', '175035.095000', '175035.555000', '175036.015000', '175036.475000', '175036.935000', '175037.395000', '175037.855000', '175038.315000', '175038.775000', '175039.235000', '175039.695000', '175040.155000', '175040.615000', '175041.075000', '175041.535000', '175041.995000', '175042.455000', '175042.915000', '175043.375000', '175043.835000', '175044.295000', '175044.755000', '175045.215000', '175045.675000', '175046.135000', '175046.595000', '175047.055000', '175047.515000', '175047.975000', '175048.435000', '175048.895000', '175049.355000', '175049.815000', '175050.275000', '175050.735000', '175051.195000', '175051.655000', '175052.115000', '175052.575000', '175053.035000', '175053.495000', '175053.955000', '175054.415000', '175054.875000', '175055.335000', '175055.795000', '175056.255000', '175056.715000', '175057.175000', '175057.635000', '175058.095000', '175058.555000', '175059.015000', '175059.475000', '175059.935000', '175100.395000', '175100.855000', '175101.315000', '175101.775000', '175102.235000', '175102.695000', '175103.155000', '175103.615000', '175104.075000', '175104.535000', '175104.995000', '175105.455000', '175105.915000', '175106.375000', '175106.835000', '175107.295000', '175107.755000', '175108.215000', '175108.675000', '175109.135000', '175109.595000', '175110.055000', '175110.515000', '175110.975000', '175111.435000', '175111.895000', '175112.355000', '175112.815000', '175113.275000', '175113.735000', '175114.195000', '175114.655000', '175115.115000', '175115.575000', '175116.035000', '175116.495000', '175116.955000', '175117.415000', '175117.875000', '175118.335000', '175118.795000', '175119.255000', '175119.715000', '175120.175000', '175120.635000', '175121.095000', '175121.555000', '175122.015000', '175122.475000', '175122.935000', '175123.395000', '175123.855000', '175124.315000', '175124.775000', '175125.235000', '175125.695000', '175126.155000', '175126.615000', '175127.075000', '175127.535000', '175127.995000', '175128.455000', '175128.915000', '175129.375000', '175129.835000', '175130.295000', '175130.755000', '175131.215000', '175131.675000', '175132.135000', '175132.595000', '175133.055000', '175133.515000', '175133.975000', '175134.435000', '175134.895000', '175135.355000', '175135.815000', '175136.275000', '175136.735000', '175137.195000', '175137.655000', '175138.115000', '175138.575000', '175139.035000', '175139.495000', '175139.955000', '175140.415000', '175140.875000', '175141.335000', '175141.795000', '175142.255000', '175142.715000', '175143.175000', '175143.635000', '175144.095000', '175144.555000', '175145.015000', '175145.475000', '175145.935000', '175146.395000', '175146.855000', '175147.315000', '175147.775000', '175148.235000', '175148.695000', '175149.155000', '175149.615000', '175150.075000', '175150.535000', '175150.995000', '175151.455000', '175151.915000', '175152.375000', '175152.835000', '175153.295000', '175153.755000', '175154.215000', '175154.675000', '175155.135000', '175155.595000', '175156.055000', '175156.515000', '175156.975000', '175157.435000', '175157.895000', '175158.355000', '175158.815000', '175159.275000', '175159.735000', '175200.195000', '175200.655000', '175201.115000', '175201.575000', '175202.035000', '175202.495000', '175202.955000', '175203.415000', '175203.875000', '175204.335000', '175204.795000', '175205.255000', '175205.715000', '175206.175000', '175206.635000', '175207.095000', '175207.555000', '175208.015000', '175208.475000', '175208.935000', '175209.395000', '175209.855000', '175210.315000', '175210.775000', '175211.235000', '175211.695000', '175212.155000', '175212.615000', '175213.075000', '175213.535000', '175213.995000', '175214.455000', '175214.915000', '175215.375000', '175215.835000', '175216.295000', '175216.755000', '175217.215000', '175217.675000', '175218.135000', '175218.595000', '175219.055000', '175219.515000', '175219.975000', '175220.435000', '175220.895000', '175221.355000', '175221.815000', '175222.275000', '175222.735000', '175223.195000', '175223.655000', '175224.115000', '175224.575000', '175225.035000', '175225.495000', '175225.955000', '175226.415000', '175226.875000', '175227.335000', '175227.795000', '175228.255000', '175228.715000', '175229.175000', '175229.635000', '175230.095000', '175230.555000', '175231.015000', '175231.475000', '175231.935000', '175232.395000', '175232.855000', '175233.315000', '175233.775000', '175234.235000', '175234.695000', '175235.155000', '175235.615000', '175236.075000', '175236.535000', '175236.995000', '175237.455000', '175237.915000', '175238.375000', '175238.835000', '175239.295000', '175239.755000', '175240.215000', '175240.675000', '175241.135000', '175241.595000', '175242.055000', '175242.515000', '175242.975000', '175243.435000', '175243.895000', '175244.355000', '175244.815000', '175245.275000', '175245.735000', '175246.195000', '175246.655000', '175247.115000', '175247.575000', '175248.035000', '175248.495000', '175248.955000', '175249.415000', '175249.875000', '175250.335000', '175250.795000', '175251.255000', '175251.715000', '175252.175000', '175252.635000', '175253.095000', '175253.555000', '175254.015000', '175254.475000', '175254.935000', '175255.395000', '175255.855000', '175256.315000', '175256.775000', '175257.235000', '175257.695000', '175258.155000', '175258.615000', '175259.075000', '175259.535000', '175259.995000', '175300.455000', '175300.915000', '175301.375000', '175301.835000', '175302.295000', '175302.755000', '175303.215000', '175303.675000', '175304.135000', '175304.595000', '175305.055000', '175305.515000', '175305.975000', '175306.435000', '175306.895000', '175307.355000', '175307.815000', '175308.275000', '175308.735000', '175309.195000', '175309.655000', '175310.115000', '175310.575000', '175311.035000', '175311.495000', '175311.955000', '175312.415000', '175312.875000', '175313.335000', '175313.795000', '175314.255000', '175314.715000', '175315.175000', '175315.635000', '175316.095000', '175316.555000', '175317.015000', '175317.475000', '175317.935000', '175318.395000', '175318.855000', '175319.315000', '175319.775000', '175320.235000', '175320.695000', '175321.155000', '175321.615000', '175322.075000', '175322.535000', '175322.995000', '175323.455000', '175323.915000', '175324.375000', '175324.835000', '175325.295000', '175325.755000', '175326.215000', '175326.675000', '175327.135000', '175327.595000', '175328.055000', '175328.515000', '175328.975000', '175329.435000', '175329.895000', '175330.355000', '175330.815000', '175331.275000', '175331.735000', '175332.195000', '175332.655000', '175333.115000', '175333.575000', '175334.035000', '175334.495000', '175334.955000', '175335.415000', '175335.875000', '175336.335000', '175336.795000', '175337.255000', '175337.715000', '175338.175000', '175338.635000', '175339.095000', '175339.555000', '175340.015000', '175340.475000', '175340.935000', '175341.395000', '175341.855000', '175342.315000', '175342.775000', '175343.235000', '175343.695000', '175344.155000', '175344.615000', '175345.075000', '175345.535000', '175345.995000', '175346.455000', '175346.915000', '175347.375000', '175347.835000', '175348.295000', '175348.755000', '175349.215000', '175349.675000', '175350.135000', '175350.595000', '175351.055000', '175351.515000', '175351.975000', '175352.435000', '175352.895000', '175353.355000', '175353.815000', '175354.275000', '175354.735000', '175355.195000', '175355.655000', '175356.115000', '175356.575000', '175357.035000', '175357.495000', '175357.955000', '175358.415000', '175358.875000', '175359.335000', '175359.795000', '175400.255000', '175400.715000', '175401.175000', '175401.635000', '175402.095000', '175402.555000', '175403.015000', '175403.475000', '175403.935000', '175404.395000', '175404.855000', '175405.315000', '175405.775000', '175406.235000', '175406.695000', '175407.155000', '175407.615000', '175408.075000', '175408.535000', '175408.995000', '175409.455000', '175409.915000', '175410.375000', '175410.835000', '175411.295000', '175411.755000', '175412.215000', '175412.675000', '175413.135000', '175413.595000', '175414.055000', '175414.515000', '175414.975000', '175415.435000', '175415.895000', '175416.355000', '175416.815000', '175417.275000', '175417.735000', '175418.195000', '175418.655000', '175419.115000', '175419.575000', '175420.035000', '175420.495000', '175420.955000', '175421.415000', '175421.875000', '175422.335000', '175422.795000', '175423.255000', '175423.715000', '175424.175000', '175424.635000', '175425.095000', '175425.555000', '175426.015000', '175426.475000', '175426.935000', '175427.395000', '175427.855000', '175428.315000', '175428.775000', '175429.235000', '175429.695000', '175430.155000', '175430.615000', '175431.075000', '175431.535000', '175431.995000', '175432.455000', '175432.915000', '175433.375000', '175433.835000', '175434.295000', '175434.755000', '175435.215000', '175435.675000', '175436.135000', '175436.595000', '175437.055000', '175437.515000', '175437.975000', '175438.435000', '175438.895000', '175439.355000', '175439.815000', '175440.275000', '175440.735000', '175441.195000', '175441.655000', '175442.115000', '175442.575000', '175443.035000', '175443.495000', '175443.955000', '175444.415000', '175444.875000', '175445.335000', '175445.795000', '175446.255000', '175446.715000', '175447.175000', '175447.635000', '175448.095000', '175448.555000', '175449.015000', '175449.475000', '175449.935000', '175450.395000', '175450.855000', '175451.315000', '175451.775000', '175452.235000', '175452.695000', '175453.155000', '175453.615000', '175454.075000', '175454.535000', '175454.995000', '175455.455000', '175455.915000', '175456.375000', '175456.835000', '175457.295000', '175457.755000', '175458.215000', '175458.675000', '175459.135000', '175459.595000', '175500.055000', '175500.515000', '175500.975000', '175501.435000', '175501.895000'], 'ContentTime': ['174843.916000', '174843.919000', '174843.922000', '174843.925000', '174843.927000', '174843.930000', '174843.932000', '174843.935000', '174843.937000', '174843.940000', '174843.943000', '174843.945000', '174843.948000', '174843.954000', '174843.956000', '174843.959000', '174843.961000', '174843.964000', '174843.966000', '174843.969000', '174843.971000', '174843.974000', '174843.977000', '174843.979000', '174843.982000', '174843.984000', '174843.987000', '174844.009000', '174844.012000', '174844.018000', '174844.020000', '174844.023000', '174844.025000', '174844.028000', '174844.031000', '174844.033000', '174844.036000', '174844.038000', '174844.041000', '174844.043000', '174844.046000', '174844.048000', '174844.051000', '174844.053000', '174844.056000', '174844.058000', '174844.061000', '174903.881000', '174903.884000', '174903.887000', '174903.889000', '174903.892000', '174903.894000', '174903.897000', '174903.899000', '174903.902000', '174903.904000', '174903.907000', '174903.909000', '174903.912000', '174903.915000', '174903.917000', '174903.920000', '174903.922000', '174903.925000', '174903.927000', '174903.930000', '174903.933000', '174903.935000', '174903.938000', '174903.940000', '174903.943000', '174903.945000', '174903.948000', '174903.951000', '174903.953000', '174903.956000', '174903.958000', '174903.961000', '174903.964000', '174903.966000', '174903.969000', '174903.971000', '174903.974000', '174903.976000', '174903.979000', '174903.982000', '174903.984000', '174903.987000', '174903.989000', '174923.881000', '174923.884000', '174923.887000', '174923.889000', '174923.892000', '174923.894000', '174923.897000', '174923.899000', '174923.902000', '174923.904000', '174923.907000', '174923.909000', '174923.912000', '174923.915000', '174923.917000', '174923.920000', '174923.922000', '174923.925000', '174923.927000', '174923.930000', '174923.932000', '174923.935000', '174923.938000', '174923.940000', '174923.949000', '174923.952000', '174923.954000', '174923.957000', '174923.959000', '174923.962000', '174923.964000', '174923.967000', '174923.970000', '174923.977000', '174923.979000', '174923.982000', '174923.985000', '174923.987000', '174923.990000', '174923.992000', '174923.995000', '174923.997000', '174924.001000', '174924.004000', '174943.881000', '174943.884000', '174943.887000', '174943.889000', '174943.892000', '174943.894000', '174943.897000', '174943.900000', '174943.902000', '174943.905000', '174943.908000', '174943.910000', '174943.913000', '174943.915000', '174943.918000', '174943.921000', '174943.923000', '174943.926000', '174943.928000', '174943.931000', '174943.933000', '174943.936000', '174943.939000', '174943.941000', '174943.944000', '174943.946000', '174943.949000', '174943.952000', '174943.954000', '174943.957000', '174943.959000', '174943.966000', '174943.969000', '174943.971000', '174943.974000', '174943.976000', '174943.979000', '174943.982000', '174943.985000', '174943.988000', '174943.990000', '174943.993000', '174943.995000', '175003.881000', '175003.884000', '175003.887000', '175003.889000', '175003.892000', '175003.894000', '175003.897000', '175003.899000', '175003.902000', '175003.905000', '175003.907000', '175003.910000', '175003.912000', '175003.915000', '175003.917000', '175003.920000', '175003.922000', '175003.925000', '175003.927000', '175003.930000', '175003.933000', '175003.935000', '175003.938000', '175003.940000', '175003.943000', '175003.945000', '175003.948000', '175003.950000', '175003.953000', '175003.956000', '175003.958000', '175003.961000', '175003.963000', '175003.966000', '175003.968000', '175003.971000', '175003.974000', '175003.976000', '175003.979000', '175003.981000', '175003.984000', '175003.986000', '175003.989000', '175003.991000', '175023.882000', '175023.884000', '175023.887000', '175023.890000', '175023.892000', '175023.895000', '175023.897000', '175023.900000', '175023.903000', '175023.905000', '175023.908000', '175023.910000', '175023.913000', '175023.915000', '175023.918000', '175023.921000', '175023.923000', '175023.926000', '175023.928000', '175023.938000', '175023.941000', '175023.944000', '175023.946000', '175023.949000', '175023.952000', '175023.954000', '175023.957000', '175023.959000', '175023.962000', '175023.965000', '175023.967000', '175023.970000', '175023.972000', '175023.975000', '175023.978000', '175023.980000', '175023.983000', '175023.985000', '175023.988000', '175023.991000', '175023.993000', '175023.996000', '175023.998000', '175043.882000', '175043.884000', '175043.888000', '175043.890000', '175043.893000', '175043.895000', '175043.898000', '175043.900000', '175043.903000', '175043.906000', '175043.908000', '175043.911000', '175043.913000', '175043.916000', '175043.918000', '175043.921000', '175043.923000', '175043.926000', '175043.929000', '175043.931000', '175043.934000', '175043.936000', '175043.939000', '175043.941000', '175043.944000', '175043.946000', '175043.949000', '175043.951000', '175043.954000', '175043.957000', '175043.959000', '175043.962000', '175043.964000', '175043.967000', '175043.969000', '175043.972000', '175043.974000', '175043.977000', '175043.980000', '175043.982000', '175043.985000', '175043.987000', '175043.990000', '175043.992000', '175103.882000', '175103.884000', '175103.887000', '175103.889000', '175103.892000', '175103.895000', '175103.897000', '175103.900000', '175103.902000', '175103.905000', '175103.907000', '175103.910000', '175103.913000', '175103.915000', '175103.918000', '175103.920000', '175103.923000', '175103.925000', '175103.928000', '175103.930000', '175103.933000', '175103.936000', '175103.938000', '175103.941000', '175103.943000', '175103.946000', '175103.948000', '175103.951000', '175103.953000', '175103.956000', '175103.959000', '175103.961000', '175103.964000', '175103.967000', '175103.969000', '175103.972000', '175103.975000', '175103.977000', '175103.980000', '175103.982000', '175103.985000', '175103.987000', '175103.990000', '175123.881000', '175123.884000', '175123.887000', '175123.890000', '175123.892000', '175123.895000', '175123.897000', '175123.900000', '175123.903000', '175123.905000', '175123.908000', '175123.910000', '175123.913000', '175123.915000', '175123.918000', '175123.920000', '175123.923000', '175123.926000', '175123.928000', '175123.931000', '175123.933000', '175123.936000', '175123.938000', '175123.941000', '175123.944000', '175123.946000', '175123.949000', '175123.951000', '175123.954000', '175123.956000', '175123.959000', '175123.962000', '175123.964000', '175123.967000', '175123.969000', '175123.972000', '175123.974000', '175123.977000', '175123.980000', '175123.982000', '175123.985000', '175123.987000', '175123.990000', '175123.993000', '175143.882000', '175143.885000', '175143.887000', '175143.890000', '175143.892000', '175143.895000', '175143.897000', '175143.900000', '175143.903000', '175143.905000', '175143.908000', '175143.910000', '175143.913000', '175143.915000', '175143.918000', '175143.920000', '175143.923000', '175143.926000', '175143.928000', '175143.931000', '175143.933000', '175143.936000', '175143.938000', '175143.941000', '175143.944000', '175143.946000', '175143.949000', '175143.951000', '175143.954000', '175143.956000', '175143.959000', '175143.961000', '175143.964000', '175143.967000', '175143.969000', '175143.972000', '175143.974000', '175143.977000', '175143.980000', '175144.006000', '175144.008000', '175144.011000', '175144.014000', '175203.882000', '175203.913000', '175203.915000', '175203.918000', '175203.920000', '175203.923000', '175203.925000', '175203.928000', '175203.931000', '175203.933000', '175203.936000', '175203.938000', '175203.941000', '175203.943000', '175203.946000', '175203.949000', '175203.951000', '175203.954000', '175203.956000', '175203.959000', '175203.961000', '175203.964000', '175203.966000', '175203.969000', '175203.972000', '175203.974000', '175203.977000', '175203.979000', '175203.982000', '175203.985000', '175203.987000', '175203.990000', '175203.993000', '175203.995000', '175203.998000', '175204.001000', '175204.004000', '175204.006000', '175204.009000', '175204.012000', '175204.014000', '175204.017000', '175204.019000', '175204.022000', '175223.882000', '175223.884000', '175223.887000', '175223.890000', '175223.892000', '175223.895000', '175223.897000', '175223.900000', '175223.902000', '175223.905000', '175223.908000', '175223.910000', '175223.913000', '175223.915000', '175223.918000', '175223.920000', '175223.923000', '175223.926000', '175223.928000', '175223.931000', '175223.933000', '175223.936000', '175223.938000', '175223.941000', '175223.944000', '175223.946000', '175223.949000', '175223.951000', '175223.954000', '175223.956000', '175223.959000', '175223.961000', '175223.964000', '175223.967000', '175223.969000', '175223.972000', '175223.974000', '175223.977000', '175223.979000', '175223.982000', '175223.985000', '175223.987000', '175223.990000', '175243.881000', '175243.884000', '175243.887000', '175243.889000', '175243.892000', '175243.895000', '175243.897000', '175243.900000', '175243.902000', '175243.905000', '175243.907000', '175243.910000', '175243.913000', '175243.915000', '175243.918000', '175243.920000', '175243.923000', '175243.926000', '175243.928000', '175243.931000', '175243.933000', '175243.936000', '175243.938000', '175243.941000', '175243.943000', '175243.946000', '175243.948000', '175243.951000', '175243.954000', '175243.956000', '175243.959000', '175243.961000', '175243.964000', '175243.967000', '175243.969000', '175243.972000', '175243.974000', '175243.977000', '175243.979000', '175243.982000', '175243.985000', '175243.987000', '175243.990000', '175243.992000', '175303.882000', '175303.884000', '175303.887000', '175303.890000', '175303.892000', '175303.895000', '175303.897000', '175303.900000', '175303.902000', '175303.905000', '175303.907000', '175303.910000', '175303.913000', '175303.915000', '175303.918000', '175303.921000', '175303.923000', '175303.926000', '175303.928000', '175303.931000', '175303.933000', '175303.936000', '175303.939000', '175303.941000', '175303.944000', '175303.946000', '175303.949000', '175303.951000', '175303.954000', '175303.957000', '175303.959000', '175303.962000', '175303.964000', '175303.967000', '175303.969000', '175303.972000', '175303.974000', '175303.977000', '175303.980000', '175303.982000', '175303.985000', '175303.987000', '175303.990000', '175323.881000', '175323.884000', '175323.887000', '175323.890000', '175323.892000', '175323.895000', '175323.897000', '175323.900000', '175323.903000', '175323.905000', '175323.908000', '175323.910000', '175323.913000', '175323.916000', '175323.918000', '175323.921000', '175323.923000', '175323.926000', '175323.928000', '175323.931000', '175323.934000', '175323.936000', '175323.939000', '175323.941000', '175323.944000', '175323.946000', '175323.949000', '175323.952000', '175323.954000', '175323.957000', '175323.959000', '175323.962000', '175323.964000', '175323.967000', '175323.969000', '175323.972000', '175323.975000', '175323.977000', '175323.980000', '175323.982000', '175323.997000', '175324.000000', '175324.003000', '175324.005000', '175343.881000', '175343.884000', '175343.887000', '175343.889000', '175343.892000', '175343.895000', '175343.897000', '175343.900000', '175343.902000', '175343.905000', '175343.908000', '175343.910000', '175343.913000', '175343.916000', '175343.918000', '175343.921000', '175343.924000', '175343.926000', '175343.929000', '175343.931000', '175343.934000', '175343.937000', '175343.939000', '175343.942000', '175343.945000', '175343.947000', '175343.950000', '175343.952000', '175343.955000', '175343.957000', '175343.960000', '175343.963000', '175343.965000', '175343.968000', '175343.970000', '175343.973000', '175343.975000', '175343.978000', '175343.980000', '175343.983000', '175343.986000', '175343.989000', '175343.991000', '175403.882000', '175403.884000', '175403.887000', '175403.889000', '175403.892000', '175403.895000', '175403.897000', '175403.900000', '175403.902000', '175403.905000', '175403.908000', '175403.910000', '175403.913000', '175403.916000', '175403.918000', '175403.921000', '175403.923000', '175403.926000', '175403.928000', '175403.931000', '175403.933000', '175403.936000', '175403.939000', '175403.941000', '175403.944000', '175403.946000', '175403.949000', '175403.952000', '175403.954000', '175403.957000', '175403.959000', '175403.962000', '175403.964000', '175403.967000', '175403.970000', '175403.972000', '175403.975000', '175403.977000', '175403.980000', '175403.983000', '175403.985000', '175403.988000', '175403.990000', '175403.993000', '175423.881000', '175423.884000', '175423.887000', '175423.889000', '175423.892000', '175423.895000', '175423.897000', '175423.900000', '175423.902000', '175423.905000', '175423.908000', '175423.910000', '175423.913000', '175423.915000', '175423.918000', '175423.920000', '175423.923000', '175423.926000', '175423.928000', '175423.931000', '175423.933000', '175423.936000', '175423.938000', '175423.941000', '175423.944000', '175423.946000', '175423.949000', '175423.951000', '175423.954000', '175423.957000', '175423.959000', '175423.962000', '175423.964000', '175423.967000', '175423.969000', '175423.972000', '175423.975000', '175423.977000', '175423.980000', '175423.982000', '175423.985000', '175423.988000', '175423.990000', '175443.882000', '175443.884000', '175443.887000', '175443.890000', '175443.892000', '175443.895000', '175443.897000', '175443.901000', '175443.904000', '175443.906000', '175443.909000', '175443.911000', '175443.914000', '175443.917000', '175443.919000', '175443.922000', '175443.925000', '175443.927000', '175443.930000', '175443.932000', '175443.935000', '175443.937000', '175443.940000', '175443.943000', '175443.945000', '175443.948000', '175443.950000', '175443.953000', '175443.956000', '175443.959000', '175443.961000', '175443.964000', '175443.966000', '175443.969000', '175443.972000', '175443.974000', '175443.977000', '175443.980000', '175443.982000', '175443.985000', '175443.987000', '175443.990000', '175443.992000', '175443.995000', '175503.152000', '175503.155000', '175503.158000', '175503.161000', '175503.163000', '175503.166000', '175503.169000', '175503.172000', '175503.174000', '175503.177000', '175503.180000', '175503.182000', '175503.185000', '175503.188000', '175503.191000', '175503.193000', '175503.196000', '175503.199000', '175503.202000', '175503.205000', '175503.208000', '175503.211000', '175503.213000', '175503.216000', '175503.219000', '175503.222000', '175503.224000', '175503.227000', '175503.230000', '175503.233000', '175503.236000', '175503.240000', '175503.245000', '175503.250000', '175503.254000', '175503.257000', '175503.260000', '175503.263000', '175503.265000', '175503.268000', '175503.270000', '175503.273000'], 'InstanceCreationTime': ['174843.916000', '174843.919000', '174843.922000', '174843.925000', '174843.927000', '174843.930000', '174843.932000', '174843.935000', '174843.937000', '174843.940000', '174843.943000', '174843.945000', '174843.948000', '174843.954000', '174843.956000', '174843.959000', '174843.961000', '174843.964000', '174843.966000', '174843.969000', '174843.971000', '174843.974000', '174843.977000', '174843.979000', '174843.982000', '174843.984000', '174843.987000', '174844.009000', '174844.012000', '174844.018000', '174844.020000', '174844.023000', '174844.025000', '174844.028000', '174844.031000', '174844.033000', '174844.036000', '174844.038000', '174844.041000', '174844.043000', '174844.046000', '174844.048000', '174844.051000', '174844.053000', '174844.056000', '174844.058000', '174844.061000', '174903.881000', '174903.884000', '174903.887000', '174903.889000', '174903.892000', '174903.894000', '174903.897000', '174903.899000', '174903.902000', '174903.904000', '174903.907000', '174903.909000', '174903.912000', '174903.915000', '174903.917000', '174903.920000', '174903.922000', '174903.925000', '174903.927000', '174903.930000', '174903.933000', '174903.935000', '174903.938000', '174903.940000', '174903.943000', '174903.945000', '174903.948000', '174903.951000', '174903.953000', '174903.956000', '174903.958000', '174903.961000', '174903.964000', '174903.966000', '174903.969000', '174903.971000', '174903.974000', '174903.976000', '174903.979000', '174903.982000', '174903.984000', '174903.987000', '174903.989000', '174923.881000', '174923.884000', '174923.887000', '174923.889000', '174923.892000', '174923.894000', '174923.897000', '174923.899000', '174923.902000', '174923.904000', '174923.907000', '174923.909000', '174923.912000', '174923.915000', '174923.917000', '174923.920000', '174923.922000', '174923.925000', '174923.927000', '174923.930000', '174923.932000', '174923.935000', '174923.938000', '174923.940000', '174923.949000', '174923.952000', '174923.954000', '174923.957000', '174923.959000', '174923.962000', '174923.964000', '174923.967000', '174923.970000', '174923.977000', '174923.979000', '174923.982000', '174923.985000', '174923.987000', '174923.990000', '174923.992000', '174923.995000', '174923.997000', '174924.001000', '174924.004000', '174943.881000', '174943.884000', '174943.887000', '174943.889000', '174943.892000', '174943.894000', '174943.897000', '174943.900000', '174943.902000', '174943.905000', '174943.908000', '174943.910000', '174943.913000', '174943.915000', '174943.918000', '174943.921000', '174943.923000', '174943.926000', '174943.928000', '174943.931000', '174943.933000', '174943.936000', '174943.939000', '174943.941000', '174943.944000', '174943.946000', '174943.949000', '174943.952000', '174943.954000', '174943.957000', '174943.959000', '174943.966000', '174943.969000', '174943.971000', '174943.974000', '174943.976000', '174943.979000', '174943.982000', '174943.985000', '174943.988000', '174943.990000', '174943.993000', '174943.995000', '175003.881000', '175003.884000', '175003.887000', '175003.889000', '175003.892000', '175003.894000', '175003.897000', '175003.899000', '175003.902000', '175003.905000', '175003.907000', '175003.910000', '175003.912000', '175003.915000', '175003.917000', '175003.920000', '175003.922000', '175003.925000', '175003.927000', '175003.930000', '175003.933000', '175003.935000', '175003.938000', '175003.940000', '175003.943000', '175003.945000', '175003.948000', '175003.950000', '175003.953000', '175003.956000', '175003.958000', '175003.961000', '175003.963000', '175003.966000', '175003.968000', '175003.971000', '175003.974000', '175003.976000', '175003.979000', '175003.981000', '175003.984000', '175003.986000', '175003.989000', '175003.991000', '175023.882000', '175023.884000', '175023.887000', '175023.890000', '175023.892000', '175023.895000', '175023.897000', '175023.900000', '175023.903000', '175023.905000', '175023.908000', '175023.910000', '175023.913000', '175023.915000', '175023.918000', '175023.921000', '175023.923000', '175023.926000', '175023.928000', '175023.938000', '175023.941000', '175023.944000', '175023.946000', '175023.949000', '175023.952000', '175023.954000', '175023.957000', '175023.959000', '175023.962000', '175023.965000', '175023.967000', '175023.970000', '175023.972000', '175023.975000', '175023.978000', '175023.980000', '175023.983000', '175023.985000', '175023.988000', '175023.991000', '175023.993000', '175023.996000', '175023.998000', '175043.882000', '175043.884000', '175043.888000', '175043.890000', '175043.893000', '175043.895000', '175043.898000', '175043.900000', '175043.903000', '175043.906000', '175043.908000', '175043.911000', '175043.913000', '175043.916000', '175043.918000', '175043.921000', '175043.923000', '175043.926000', '175043.929000', '175043.931000', '175043.934000', '175043.936000', '175043.939000', '175043.941000', '175043.944000', '175043.946000', '175043.949000', '175043.951000', '175043.954000', '175043.957000', '175043.959000', '175043.962000', '175043.964000', '175043.967000', '175043.969000', '175043.972000', '175043.974000', '175043.977000', '175043.980000', '175043.982000', '175043.985000', '175043.987000', '175043.990000', '175043.992000', '175103.882000', '175103.884000', '175103.887000', '175103.889000', '175103.892000', '175103.895000', '175103.897000', '175103.900000', '175103.902000', '175103.905000', '175103.907000', '175103.910000', '175103.913000', '175103.915000', '175103.918000', '175103.920000', '175103.923000', '175103.925000', '175103.928000', '175103.930000', '175103.933000', '175103.936000', '175103.938000', '175103.941000', '175103.943000', '175103.946000', '175103.948000', '175103.951000', '175103.953000', '175103.956000', '175103.959000', '175103.961000', '175103.964000', '175103.967000', '175103.969000', '175103.972000', '175103.975000', '175103.977000', '175103.980000', '175103.982000', '175103.985000', '175103.987000', '175103.990000', '175123.881000', '175123.884000', '175123.887000', '175123.890000', '175123.892000', '175123.895000', '175123.897000', '175123.900000', '175123.903000', '175123.905000', '175123.908000', '175123.910000', '175123.913000', '175123.915000', '175123.918000', '175123.920000', '175123.923000', '175123.926000', '175123.928000', '175123.931000', '175123.933000', '175123.936000', '175123.938000', '175123.941000', '175123.944000', '175123.946000', '175123.949000', '175123.951000', '175123.954000', '175123.956000', '175123.959000', '175123.962000', '175123.964000', '175123.967000', '175123.969000', '175123.972000', '175123.974000', '175123.977000', '175123.980000', '175123.982000', '175123.985000', '175123.987000', '175123.990000', '175123.993000', '175143.882000', '175143.885000', '175143.887000', '175143.890000', '175143.892000', '175143.895000', '175143.897000', '175143.900000', '175143.903000', '175143.905000', '175143.908000', '175143.910000', '175143.913000', '175143.915000', '175143.918000', '175143.920000', '175143.923000', '175143.926000', '175143.928000', '175143.931000', '175143.933000', '175143.936000', '175143.938000', '175143.941000', '175143.944000', '175143.946000', '175143.949000', '175143.951000', '175143.954000', '175143.956000', '175143.959000', '175143.961000', '175143.964000', '175143.967000', '175143.969000', '175143.972000', '175143.974000', '175143.977000', '175143.980000', '175144.006000', '175144.008000', '175144.011000', '175144.014000', '175203.882000', '175203.913000', '175203.915000', '175203.918000', '175203.920000', '175203.923000', '175203.925000', '175203.928000', '175203.931000', '175203.933000', '175203.936000', '175203.938000', '175203.941000', '175203.943000', '175203.946000', '175203.949000', '175203.951000', '175203.954000', '175203.956000', '175203.959000', '175203.961000', '175203.964000', '175203.966000', '175203.969000', '175203.972000', '175203.974000', '175203.977000', '175203.979000', '175203.982000', '175203.985000', '175203.987000', '175203.990000', '175203.993000', '175203.995000', '175203.998000', '175204.001000', '175204.004000', '175204.006000', '175204.009000', '175204.012000', '175204.014000', '175204.017000', '175204.019000', '175204.022000', '175223.882000', '175223.884000', '175223.887000', '175223.890000', '175223.892000', '175223.895000', '175223.897000', '175223.900000', '175223.902000', '175223.905000', '175223.908000', '175223.910000', '175223.913000', '175223.915000', '175223.918000', '175223.920000', '175223.923000', '175223.926000', '175223.928000', '175223.931000', '175223.933000', '175223.936000', '175223.938000', '175223.941000', '175223.944000', '175223.946000', '175223.949000', '175223.951000', '175223.954000', '175223.956000', '175223.959000', '175223.961000', '175223.964000', '175223.967000', '175223.969000', '175223.972000', '175223.974000', '175223.977000', '175223.979000', '175223.982000', '175223.985000', '175223.987000', '175223.990000', '175243.881000', '175243.884000', '175243.887000', '175243.889000', '175243.892000', '175243.895000', '175243.897000', '175243.900000', '175243.902000', '175243.905000', '175243.907000', '175243.910000', '175243.913000', '175243.915000', '175243.918000', '175243.920000', '175243.923000', '175243.926000', '175243.928000', '175243.931000', '175243.933000', '175243.936000', '175243.938000', '175243.941000', '175243.943000', '175243.946000', '175243.948000', '175243.951000', '175243.954000', '175243.956000', '175243.959000', '175243.961000', '175243.964000', '175243.967000', '175243.969000', '175243.972000', '175243.974000', '175243.977000', '175243.979000', '175243.982000', '175243.985000', '175243.987000', '175243.990000', '175243.992000', '175303.882000', '175303.884000', '175303.887000', '175303.890000', '175303.892000', '175303.895000', '175303.897000', '175303.900000', '175303.902000', '175303.905000', '175303.907000', '175303.910000', '175303.913000', '175303.915000', '175303.918000', '175303.921000', '175303.923000', '175303.926000', '175303.928000', '175303.931000', '175303.933000', '175303.936000', '175303.939000', '175303.941000', '175303.944000', '175303.946000', '175303.949000', '175303.951000', '175303.954000', '175303.957000', '175303.959000', '175303.962000', '175303.964000', '175303.967000', '175303.969000', '175303.972000', '175303.974000', '175303.977000', '175303.980000', '175303.982000', '175303.985000', '175303.987000', '175303.990000', '175323.881000', '175323.884000', '175323.887000', '175323.890000', '175323.892000', '175323.895000', '175323.897000', '175323.900000', '175323.903000', '175323.905000', '175323.908000', '175323.910000', '175323.913000', '175323.916000', '175323.918000', '175323.921000', '175323.923000', '175323.926000', '175323.928000', '175323.931000', '175323.934000', '175323.936000', '175323.939000', '175323.941000', '175323.944000', '175323.946000', '175323.949000', '175323.952000', '175323.954000', '175323.957000', '175323.959000', '175323.962000', '175323.964000', '175323.967000', '175323.969000', '175323.972000', '175323.975000', '175323.977000', '175323.980000', '175323.982000', '175323.997000', '175324.000000', '175324.003000', '175324.005000', '175343.881000', '175343.884000', '175343.887000', '175343.889000', '175343.892000', '175343.895000', '175343.897000', '175343.900000', '175343.902000', '175343.905000', '175343.908000', '175343.910000', '175343.913000', '175343.916000', '175343.918000', '175343.921000', '175343.924000', '175343.926000', '175343.929000', '175343.931000', '175343.934000', '175343.937000', '175343.939000', '175343.942000', '175343.945000', '175343.947000', '175343.950000', '175343.952000', '175343.955000', '175343.957000', '175343.960000', '175343.963000', '175343.965000', '175343.968000', '175343.970000', '175343.973000', '175343.975000', '175343.978000', '175343.980000', '175343.983000', '175343.986000', '175343.989000', '175343.991000', '175403.882000', '175403.884000', '175403.887000', '175403.889000', '175403.892000', '175403.895000', '175403.897000', '175403.900000', '175403.902000', '175403.905000', '175403.908000', '175403.910000', '175403.913000', '175403.916000', '175403.918000', '175403.921000', '175403.923000', '175403.926000', '175403.928000', '175403.931000', '175403.933000', '175403.936000', '175403.939000', '175403.941000', '175403.944000', '175403.946000', '175403.949000', '175403.952000', '175403.954000', '175403.957000', '175403.959000', '175403.962000', '175403.964000', '175403.967000', '175403.970000', '175403.972000', '175403.975000', '175403.977000', '175403.980000', '175403.983000', '175403.985000', '175403.988000', '175403.990000', '175403.993000', '175423.881000', '175423.884000', '175423.887000', '175423.889000', '175423.892000', '175423.895000', '175423.897000', '175423.900000', '175423.902000', '175423.905000', '175423.908000', '175423.910000', '175423.913000', '175423.915000', '175423.918000', '175423.920000', '175423.923000', '175423.926000', '175423.928000', '175423.931000', '175423.933000', '175423.936000', '175423.938000', '175423.941000', '175423.944000', '175423.946000', '175423.949000', '175423.951000', '175423.954000', '175423.957000', '175423.959000', '175423.962000', '175423.964000', '175423.967000', '175423.969000', '175423.972000', '175423.975000', '175423.977000', '175423.980000', '175423.982000', '175423.985000', '175423.988000', '175423.990000', '175443.882000', '175443.884000', '175443.887000', '175443.890000', '175443.892000', '175443.895000', '175443.897000', '175443.901000', '175443.904000', '175443.906000', '175443.909000', '175443.911000', '175443.914000', '175443.917000', '175443.919000', '175443.922000', '175443.925000', '175443.927000', '175443.930000', '175443.932000', '175443.935000', '175443.937000', '175443.940000', '175443.943000', '175443.945000', '175443.948000', '175443.950000', '175443.953000', '175443.956000', '175443.959000', '175443.961000', '175443.964000', '175443.966000', '175443.969000', '175443.972000', '175443.974000', '175443.977000', '175443.980000', '175443.982000', '175443.985000', '175443.987000', '175443.990000', '175443.992000', '175443.995000', '175503.152000', '175503.155000', '175503.158000', '175503.161000', '175503.163000', '175503.166000', '175503.169000', '175503.172000', '175503.174000', '175503.177000', '175503.180000', '175503.182000', '175503.185000', '175503.188000', '175503.191000', '175503.193000', '175503.196000', '175503.199000', '175503.202000', '175503.205000', '175503.208000', '175503.211000', '175503.213000', '175503.216000', '175503.219000', '175503.222000', '175503.224000', '175503.227000', '175503.230000', '175503.233000', '175503.236000', '175503.240000', '175503.245000', '175503.250000', '175503.254000', '175503.257000', '175503.260000', '175503.263000', '175503.265000', '175503.268000', '175503.270000', '175503.273000'], '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': [8858, 8508, 8383, 8282, 8221, 7910, 8398, 8148, 8210, 8162, 8038, 8240, 7891, 8086, 8155, 7732, 7974, 7879, 7988, 8104, 7973, 8084, 7908, 8294, 7942, 8063, 7891, 8364, 8064, 8090, 8061, 8063, 8092, 8076, 8008, 8203, 7898, 8154, 7954, 8040, 8176, 7990, 8151, 8080, 7995, 8186, 7939, 8172, 7843, 8048, 8027, 7746, 8406, 7912, 8182, 8254, 7955, 8099, 8024, 8315, 8047, 7872, 8022, 8180, 8517, 8007, 7974, 8120, 8133, 8050, 7961, 8202, 8074, 8217, 7853, 8186, 8377, 8022, 8048, 7999, 8008, 8126, 8034, 8161, 8112, 8106, 8138, 8108, 8274, 8087, 8279, 8102, 8159, 8111, 7943, 7935, 8172, 8221, 7999, 8208, 8099, 8015, 7985, 8199, 8303, 8273, 8066, 8135, 8086, 8020, 7920, 8224, 8143, 8014, 8066, 8037, 8054, 7971, 8213, 8085, 8227, 8199, 7961, 8154, 8074, 8235, 7973, 7982, 8024, 7769, 8107, 8061, 8196, 8181, 8134, 7941, 8251, 8046, 7770, 8371, 8285, 7867, 7853, 8003, 8145, 8100, 8219, 7978, 7995, 8034, 7875, 8100, 8123, 8205, 8299, 8284, 8161, 8235, 7985, 8063, 7900, 8121, 8076, 8243, 7936, 7963, 8156, 8099, 8150, 7981, 8165, 7867, 7921, 8201, 8170, 8108, 7978, 8143, 7896, 7983, 7970, 8196, 7985, 7852, 7961, 8017, 8084, 8302, 8112, 8164, 8180, 8132, 8030, 7931, 8150, 8122, 8188, 7959, 8104, 7875, 7988, 8146, 8158, 8039, 7901, 7940, 8199, 7998, 7999, 7966, 8118, 7989, 8203, 7978, 8070, 8152, 7980, 8122, 7736, 8176, 8129, 7767, 7949, 8089, 8063, 8055, 7969, 8101, 8019, 8023, 8092, 7886, 8039, 7956, 8023, 8018, 7953, 8028, 7916, 8038, 8156, 7989, 8273, 7964, 8029, 8059, 8200, 8317, 8000, 8141, 7863, 7983, 8088, 8044, 7886, 8087, 8259, 8149, 8153, 8240, 8049, 8063, 7996, 7994, 8106, 8058, 7960, 7940, 7996, 7890, 7918, 8082, 7988, 7974, 8000, 8068, 8259, 8081, 7837, 8064, 8365, 8098, 8010, 8200, 7900, 8226, 7976, 8027, 7936, 8144, 8204, 8145, 8048, 8034, 7953, 8028, 8280, 8152, 8056, 7993, 7819, 8243, 8107, 8039, 7995, 7956, 8088, 7810, 8171, 7983, 8209, 8068, 7894, 7992, 8028, 7923, 8000, 8106, 7984, 8125, 8286, 7994, 8167, 7956, 8127, 8012, 8102, 8102, 8068, 8067, 8045, 8062, 8146, 8150, 8328, 8051, 8205, 7897, 8141, 8201, 8098, 8283, 8016, 8042, 7893, 8065, 7902, 7994, 7833, 7971, 8158, 8058, 7894, 8032, 8276, 8021, 7913, 8056, 8023, 8368, 8014, 7856, 8226, 7891, 8301, 7941, 8035, 8052, 8015, 8207, 7871, 8059, 8133, 8072, 8318, 7944, 8156, 7939, 7802, 8070, 7951, 8056, 8085, 8332, 8086, 8167, 8046, 8143, 7925, 7978, 7935, 8070, 7951, 8201, 7994, 8211, 7856, 8156, 8123, 8027, 8033, 8121, 8090, 8153, 8463, 8064, 8273, 7969, 8130, 8128, 7921, 8060, 7956, 8092, 7890, 7969, 8445, 8259, 8292, 7987, 7942, 7802, 8116, 7908, 8033, 8053, 8114, 8148, 7926, 8200, 8272, 8137, 8408, 7885, 7856, 7860, 8065, 8175, 8077, 8045, 7794, 8131, 8202, 8007, 8117, 8020, 8240, 8556, 8824, 8220, 8572, 8176, 8052, 8134, 8567, 8025, 8035, 8071, 8183, 7999, 8166, 8101, 8056, 8138, 7894, 8295, 7938, 7980, 8186, 7910, 8143, 7946, 8224, 8047, 8141, 8134, 7942, 8345, 8041, 7998, 8105, 8144, 8177, 7895, 8220, 8334, 7795, 8175, 8044, 8106, 8149, 7886, 8179, 7966, 8056, 7982, 8048, 8427, 8044, 8260, 8048, 8151, 7981, 8052, 8363, 8002, 8033, 7887, 7883, 8044, 8062, 8044, 8183, 8196, 8098, 8325, 8118, 7975, 8064, 8044, 8077, 8326, 8018, 8446, 7905, 7893, 7933, 7920, 7949, 7962, 8163, 7992, 7961, 8137, 8026, 8115, 8094, 8209, 8089, 7927, 7979, 7965, 8327, 7858, 8185, 8015, 7964, 7914, 7979, 8214, 7828, 8056, 8072, 8101, 8396, 8004, 8126, 7957, 8164, 8162, 8084, 8000, 8047, 8052, 8072, 7908, 8038, 8254, 7972, 8092, 8031, 7942, 8279, 7910, 8148, 8043, 7989, 8075, 7962, 8099, 8090, 8063, 7956, 7803, 8115, 8095, 8139, 8011, 7953, 7889, 7943, 7960, 8101, 8387, 8193, 8186, 8099, 7823, 8130, 7948, 8102, 8148, 8093, 8699, 8224, 8353, 8090, 8313, 7945, 8148, 8087, 8322, 8272, 8175, 8170, 8242, 8103, 8326, 8088, 8195, 8067, 8249, 8112, 8019, 8257, 7950, 8131, 7936, 8264, 8212, 7933, 8118, 7990, 7836, 8265, 8202, 8266, 8136, 7918, 8012, 7965, 7945, 7836, 8065, 8052, 8236, 8035, 8107, 8212, 7938, 8439, 8061, 8005, 8217, 7970, 7999, 7931, 8169, 8050, 8006, 8164, 8105, 8353, 7997, 8025, 8170, 8061, 8353, 8233, 7921, 8222, 8078, 8139, 7842, 7969, 8235, 7970, 8214, 8174, 8394, 8097, 8063, 8111, 8131, 8015, 8063, 8173, 8003, 8054, 8087, 8016, 8167, 8011, 8337, 8278, 8076, 8058, 8159, 8224, 7981, 8385, 7967, 8643, 7947, 8020, 7968, 8075, 8428, 8054, 8260, 8226, 7827, 8076, 7949, 8285, 8233, 8046, 8242, 8007, 8374, 7986, 8194, 8113, 8126, 8019, 8125, 8108, 7971, 8236, 7948, 7991, 8172, 7920, 7936, 8065, 8294, 8023, 7953, 8012, 8140, 8303, 8041, 8180, 7906, 8188, 8141, 8040, 8112, 7875, 8093, 8086, 8257, 8131, 8120, 7868, 7855, 7981, 8118, 8311, 7861, 8221, 8125, 7837, 7908, 8061, 8008, 8368, 8258, 8295, 8288, 8068, 8325, 7956, 8264, 7989, 7843, 7926, 7892, 8243, 8368, 7980, 8094, 8013, 8246, 8077, 8314, 8041, 8125, 8181, 8127, 8389, 8165, 8057, 8051, 8118, 8243, 8232, 8169, 8021, 8025, 8378, 8158, 8274, 8319, 8210, 8345, 8152, 8074, 8169, 8207, 8194, 8205, 8114, 8376, 8486, 7973, 8171, 7898, 8060, 8130, 8095, 8329, 8269, 8084, 7972, 8215, 8157, 7914, 8140, 7984, 8206, 8039, 8180, 8196, 8036, 8360, 8236, 8093, 7908, 7988, 8377, 8124, 8056, 8057, 7920, 8328, 8116, 8198, 8214, 8125, 8019, 8338, 8318, 8075, 8309, 8293, 7969, 8500, 8136, 8183, 8084, 8158, 8083, 8188, 8234, 8169, 8586, 8075, 8114, 8219, 8298, 8570], 'WindowCenter': [4553.0, 4530.0, 4526.0, 4523.0, 4511.0, 4499.0, 4497.0, 4499.0, 4498.0, 4498.0, 4495.0, 4492.0, 4485.0, 4483.0, 4493.0, 4487.0, 4495.0, 4484.0, 4483.0, 4496.0, 4496.0, 4497.0, 4496.0, 4495.0, 4496.0, 4496.0, 4497.0, 4509.0, 4509.0, 4496.0, 4498.0, 4497.0, 4495.0, 4511.0, 4496.0, 4496.0, 4501.0, 4499.0, 4498.0, 4497.0, 4498.0, 4502.0, 4499.0, 4500.0, 4510.0, 4498.0, 4495.0, 4496.0, 4498.0, 4497.0, 4494.0, 4484.0, 4494.0, 4497.0, 4498.0, 4498.0, 4485.0, 4484.0, 4496.0, 4496.0, 4494.0, 4497.0, 4494.0, 4494.0, 4494.0, 4484.0, 4496.0, 4496.0, 4482.0, 4495.0, 4494.0, 4495.0, 4498.0, 4497.0, 4485.0, 4495.0, 4495.0, 4485.0, 4495.0, 4496.0, 4485.0, 4483.0, 4496.0, 4495.0, 4496.0, 4497.0, 4495.0, 4493.0, 4494.0, 4496.0, 4505.0, 4496.0, 4496.0, 4497.0, 4495.0, 4498.0, 4507.0, 4495.0, 4485.0, 4496.0, 4496.0, 4497.0, 4495.0, 4495.0, 4495.0, 4495.0, 4495.0, 4496.0, 4497.0, 4495.0, 4494.0, 4493.0, 4497.0, 4494.0, 4496.0, 4498.0, 4496.0, 4494.0, 4496.0, 4496.0, 4508.0, 4496.0, 4493.0, 4494.0, 4497.0, 4496.0, 4497.0, 4497.0, 4496.0, 4485.0, 4494.0, 4495.0, 4506.0, 4495.0, 4493.0, 4497.0, 4497.0, 4496.0, 4499.0, 4498.0, 4494.0, 4498.0, 4496.0, 4496.0, 4510.0, 4497.0, 4496.0, 4497.0, 4499.0, 4500.0, 4499.0, 4496.0, 4496.0, 4513.0, 4502.0, 4486.0, 4502.0, 4504.0, 4494.0, 4495.0, 4497.0, 4497.0, 4498.0, 4508.0, 4498.0, 4495.0, 4498.0, 4495.0, 4495.0, 4495.0, 4482.0, 4484.0, 4483.0, 4492.0, 4495.0, 4484.0, 4482.0, 4484.0, 4484.0, 4484.0, 4494.0, 4493.0, 4484.0, 4495.0, 4493.0, 4494.0, 4494.0, 4492.0, 4481.0, 4495.0, 4493.0, 4495.0, 4496.0, 4494.0, 4492.0, 4495.0, 4491.0, 4496.0, 4493.0, 4492.0, 4482.0, 4481.0, 4482.0, 4483.0, 4493.0, 4482.0, 4481.0, 4481.0, 4483.0, 4483.0, 4496.0, 4494.0, 4495.0, 4493.0, 4494.0, 4495.0, 4497.0, 4498.0, 4497.0, 4493.0, 4496.0, 4485.0, 4495.0, 4495.0, 4495.0, 4482.0, 4495.0, 4483.0, 4495.0, 4497.0, 4493.0, 4483.0, 4483.0, 4484.0, 4495.0, 4494.0, 4482.0, 4485.0, 4496.0, 4495.0, 4497.0, 4485.0, 4493.0, 4495.0, 4494.0, 4493.0, 4497.0, 4493.0, 4493.0, 4484.0, 4485.0, 4497.0, 4495.0, 4484.0, 4483.0, 4493.0, 4493.0, 4496.0, 4495.0, 4492.0, 4493.0, 4494.0, 4495.0, 4494.0, 4493.0, 4493.0, 4494.0, 4496.0, 4496.0, 4497.0, 4494.0, 4494.0, 4492.0, 4491.0, 4493.0, 4495.0, 4493.0, 4492.0, 4484.0, 4493.0, 4503.0, 4495.0, 4494.0, 4493.0, 4492.0, 4491.0, 4493.0, 4494.0, 4492.0, 4482.0, 4493.0, 4493.0, 4492.0, 4495.0, 4496.0, 4492.0, 4495.0, 4495.0, 4495.0, 4494.0, 4494.0, 4491.0, 4494.0, 4492.0, 4492.0, 4493.0, 4492.0, 4482.0, 4493.0, 4494.0, 4491.0, 4493.0, 4495.0, 4492.0, 4493.0, 4494.0, 4496.0, 4507.0, 4494.0, 4493.0, 4496.0, 4493.0, 4505.0, 4496.0, 4492.0, 4495.0, 4493.0, 4496.0, 4497.0, 4496.0, 4495.0, 4493.0, 4495.0, 4495.0, 4507.0, 4496.0, 4493.0, 4493.0, 4493.0, 4502.0, 4496.0, 4505.0, 4493.0, 4493.0, 4496.0, 4495.0, 4497.0, 4497.0, 4485.0, 4494.0, 4497.0, 4508.0, 4507.0, 4495.0, 4495.0, 4497.0, 4497.0, 4495.0, 4497.0, 4506.0, 4495.0, 4494.0, 4496.0, 4496.0, 4495.0, 4495.0, 4484.0, 4494.0, 4495.0, 4495.0, 4493.0, 4494.0, 4493.0, 4494.0, 4493.0, 4495.0, 4496.0, 4493.0, 4484.0, 4495.0, 4496.0, 4496.0, 4495.0, 4494.0, 4493.0, 4494.0, 4493.0, 4495.0, 4496.0, 4482.0, 4482.0, 4490.0, 4493.0, 4495.0, 4493.0, 4493.0, 4493.0, 4493.0, 4484.0, 4495.0, 4495.0, 4492.0, 4484.0, 4494.0, 4493.0, 4497.0, 4508.0, 4493.0, 4494.0, 4494.0, 4495.0, 4498.0, 4496.0, 4494.0, 4495.0, 4494.0, 4493.0, 4507.0, 4494.0, 4492.0, 4492.0, 4483.0, 4494.0, 4493.0, 4480.0, 4482.0, 4493.0, 4494.0, 4495.0, 4505.0, 4494.0, 4492.0, 4494.0, 4495.0, 4494.0, 4495.0, 4494.0, 4494.0, 4494.0, 4492.0, 4495.0, 4496.0, 4492.0, 4494.0, 4494.0, 4495.0, 4502.0, 4499.0, 4498.0, 4485.0, 4497.0, 4492.0, 4496.0, 4497.0, 4507.0, 4499.0, 4501.0, 4500.0, 4496.0, 4497.0, 4508.0, 4495.0, 4485.0, 4484.0, 4485.0, 4496.0, 4484.0, 4495.0, 4493.0, 4485.0, 4486.0, 4484.0, 4496.0, 4484.0, 4484.0, 4485.0, 4485.0, 4494.0, 4483.0, 4482.0, 4481.0, 4481.0, 4482.0, 4484.0, 4495.0, 4494.0, 4482.0, 4493.0, 4485.0, 4496.0, 4480.0, 4483.0, 4494.0, 4493.0, 4496.0, 4495.0, 4493.0, 4495.0, 4496.0, 4495.0, 4496.0, 4497.0, 4495.0, 4493.0, 4495.0, 4484.0, 4495.0, 4494.0, 4482.0, 4483.0, 4496.0, 4484.0, 4494.0, 4495.0, 4480.0, 4493.0, 4485.0, 4494.0, 4494.0, 4495.0, 4482.0, 4493.0, 4495.0, 4495.0, 4496.0, 4496.0, 4493.0, 4494.0, 4496.0, 4495.0, 4506.0, 4495.0, 4494.0, 4494.0, 4497.0, 4495.0, 4507.0, 4507.0, 4496.0, 4495.0, 4496.0, 4498.0, 4508.0, 4496.0, 4494.0, 4486.0, 4496.0, 4494.0, 4495.0, 4495.0, 4483.0, 4494.0, 4496.0, 4494.0, 4506.0, 4496.0, 4495.0, 4495.0, 4495.0, 4495.0, 4496.0, 4495.0, 4485.0, 4496.0, 4496.0, 4495.0, 4495.0, 4494.0, 4496.0, 4495.0, 4493.0, 4495.0, 4495.0, 4494.0, 4495.0, 4496.0, 4497.0, 4496.0, 4483.0, 4483.0, 4495.0, 4494.0, 4493.0, 4483.0, 4483.0, 4493.0, 4494.0, 4498.0, 4497.0, 4493.0, 4496.0, 4495.0, 4496.0, 4505.0, 4495.0, 4494.0, 4492.0, 4487.0, 4497.0, 4497.0, 4497.0, 4496.0, 4495.0, 4510.0, 4485.0, 4482.0, 4487.0, 4500.0, 4508.0, 4496.0, 4494.0, 4498.0, 4509.0, 4509.0, 4494.0, 4495.0, 4496.0, 4495.0, 4496.0, 4495.0, 4482.0, 4484.0, 4482.0, 4484.0, 4498.0, 4483.0, 4483.0, 4483.0, 4495.0, 4493.0, 4484.0, 4485.0, 4482.0, 4471.0, 4484.0, 4483.0, 4493.0, 4483.0, 4484.0, 4485.0, 4484.0, 4486.0, 4485.0, 4496.0, 4484.0, 4493.0, 4485.0, 4496.0, 4498.0, 4495.0, 4497.0, 4486.0, 4496.0, 4496.0, 4496.0, 4497.0, 4484.0, 4495.0, 4485.0, 4487.0, 4496.0, 4484.0, 4484.0, 4485.0, 4483.0, 4494.0, 4483.0, 4492.0, 4480.0, 4482.0, 4482.0, 4485.0, 4494.0, 4483.0, 4482.0, 4494.0, 4485.0, 4496.0, 4507.0, 4508.0, 4497.0, 4497.0, 4494.0, 4497.0, 4498.0, 4497.0, 4496.0, 4495.0, 4494.0, 4499.0, 4498.0, 4496.0, 4499.0, 4499.0, 4497.0, 4499.0, 4500.0, 4498.0, 4497.0, 4498.0, 4508.0, 4499.0, 4508.0, 4496.0, 4498.0, 4498.0, 4495.0, 4497.0, 4486.0, 4494.0, 4495.0, 4486.0, 4485.0, 4484.0, 4495.0, 4483.0, 4484.0, 4484.0, 4482.0, 4495.0, 4483.0, 4484.0, 4486.0, 4485.0, 4497.0, 4497.0, 4494.0, 4484.0, 4495.0, 4497.0, 4496.0, 4495.0, 4497.0, 4496.0, 4483.0, 4493.0, 4485.0, 4496.0, 4511.0, 4483.0, 4508.0, 4498.0, 4497.0, 4498.0, 4509.0, 4495.0, 4485.0, 4496.0, 4496.0, 4496.0, 4497.0, 4494.0, 4495.0, 4496.0, 4496.0, 4498.0, 4497.0, 4484.0, 4495.0, 4497.0, 4497.0, 4495.0, 4488.0, 4486.0, 4486.0, 4487.0, 4500.0, 4498.0, 4497.0, 4499.0, 4499.0, 4499.0, 4501.0, 4508.0, 4487.0, 4483.0, 4497.0, 4496.0, 4496.0, 4498.0, 4496.0, 4486.0, 4487.0, 4497.0, 4487.0, 4495.0, 4486.0, 4483.0, 4496.0, 4497.0, 4498.0, 4497.0, 4497.0, 4484.0, 4486.0, 4496.0, 4496.0, 4498.0, 4486.0, 4484.0, 4483.0, 4497.0, 4497.0, 4497.0, 4498.0, 4496.0, 4496.0, 4498.0, 4497.0, 4506.0, 4499.0, 4497.0, 4497.0, 4499.0, 4509.0, 4500.0, 4510.0, 4496.0, 4488.0, 4498.0, 4497.0, 4496.0, 4498.0, 4484.0, 4486.0, 4498.0, 4497.0, 4498.0, 4497.0, 4483.0, 4496.0, 4497.0, 4496.0, 4497.0, 4499.0, 4508.0, 4497.0, 4494.0, 4500.0, 4497.0, 4499.0, 4498.0, 4495.0, 4485.0, 4485.0, 4497.0, 4498.0, 4495.0, 4494.0, 4485.0, 4483.0, 4497.0, 4495.0, 4486.0, 4497.0, 4495.0, 4484.0, 4495.0, 4487.0, 4495.0, 4497.0, 4497.0, 4497.0, 4495.0, 4497.0, 4497.0, 4506.0, 4496.0, 4498.0, 4499.0, 4510.0, 4507.0], 'WindowWidth': [10025.0, 9979.0, 9966.0, 9957.0, 9936.0, 9913.0, 9907.0, 9910.0, 9907.0, 9907.0, 9903.0, 9893.0, 9885.0, 9882.0, 9894.0, 9890.0, 9899.0, 9882.0, 9881.0, 9901.0, 9902.0, 9907.0, 9902.0, 9898.0, 9902.0, 9901.0, 9905.0, 9927.0, 9926.0, 9904.0, 9908.0, 9906.0, 9904.0, 9931.0, 9905.0, 9903.0, 9915.0, 9910.0, 9907.0, 9904.0, 9906.0, 9915.0, 9910.0, 9915.0, 9928.0, 9906.0, 9902.0, 9901.0, 9908.0, 9909.0, 9898.0, 9884.0, 9897.0, 9903.0, 9906.0, 9906.0, 9884.0, 9882.0, 9900.0, 9901.0, 9898.0, 9907.0, 9896.0, 9897.0, 9896.0, 9882.0, 9902.0, 9901.0, 9877.0, 9899.0, 9897.0, 9898.0, 9905.0, 9905.0, 9883.0, 9896.0, 9897.0, 9884.0, 9901.0, 9901.0, 9885.0, 9882.0, 9901.0, 9898.0, 9903.0, 9906.0, 9898.0, 9895.0, 9898.0, 9903.0, 9916.0, 9903.0, 9902.0, 9904.0, 9900.0, 9907.0, 9919.0, 9902.0, 9885.0, 9899.0, 9901.0, 9903.0, 9900.0, 9900.0, 9898.0, 9897.0, 9899.0, 9899.0, 9904.0, 9901.0, 9897.0, 9893.0, 9902.0, 9899.0, 9903.0, 9909.0, 9902.0, 9897.0, 9901.0, 9902.0, 9922.0, 9904.0, 9896.0, 9898.0, 9905.0, 9903.0, 9906.0, 9905.0, 9900.0, 9886.0, 9897.0, 9900.0, 9918.0, 9899.0, 9894.0, 9903.0, 9904.0, 9904.0, 9912.0, 9908.0, 9899.0, 9906.0, 9903.0, 9905.0, 9929.0, 9906.0, 9903.0, 9907.0, 9911.0, 9915.0, 9911.0, 9904.0, 9905.0, 9933.0, 9916.0, 9884.0, 9917.0, 9915.0, 9901.0, 9899.0, 9905.0, 9903.0, 9907.0, 9923.0, 9906.0, 9898.0, 9905.0, 9897.0, 9899.0, 9900.0, 9877.0, 9879.0, 9880.0, 9890.0, 9899.0, 9883.0, 9877.0, 9881.0, 9883.0, 9882.0, 9898.0, 9896.0, 9882.0, 9900.0, 9896.0, 9897.0, 9902.0, 9895.0, 9878.0, 9900.0, 9897.0, 9899.0, 9903.0, 9901.0, 9892.0, 9899.0, 9891.0, 9902.0, 9897.0, 9892.0, 9878.0, 9877.0, 9879.0, 9881.0, 9896.0, 9880.0, 9875.0, 9876.0, 9881.0, 9881.0, 9901.0, 9901.0, 9899.0, 9895.0, 9898.0, 9900.0, 9906.0, 9909.0, 9906.0, 9895.0, 9901.0, 9885.0, 9898.0, 9899.0, 9900.0, 9879.0, 9899.0, 9881.0, 9898.0, 9906.0, 9895.0, 9879.0, 9878.0, 9881.0, 9901.0, 9897.0, 9878.0, 9885.0, 9900.0, 9901.0, 9904.0, 9885.0, 9894.0, 9900.0, 9897.0, 9897.0, 9907.0, 9897.0, 9895.0, 9883.0, 9885.0, 9906.0, 9901.0, 9883.0, 9881.0, 9896.0, 9897.0, 9902.0, 9901.0, 9892.0, 9895.0, 9897.0, 9900.0, 9901.0, 9896.0, 9895.0, 9899.0, 9903.0, 9904.0, 9908.0, 9900.0, 9897.0, 9893.0, 9892.0, 9897.0, 9902.0, 9897.0, 9893.0, 9887.0, 9897.0, 9912.0, 9903.0, 9899.0, 9895.0, 9894.0, 9892.0, 9896.0, 9901.0, 9896.0, 9879.0, 9897.0, 9896.0, 9896.0, 9902.0, 9905.0, 9894.0, 9901.0, 9901.0, 9903.0, 9902.0, 9901.0, 9893.0, 9898.0, 9895.0, 9893.0, 9899.0, 9896.0, 9879.0, 9892.0, 9898.0, 9892.0, 9897.0, 9902.0, 9893.0, 9896.0, 9898.0, 9903.0, 9921.0, 9900.0, 9897.0, 9904.0, 9898.0, 9916.0, 9905.0, 9897.0, 9902.0, 9898.0, 9902.0, 9908.0, 9907.0, 9901.0, 9898.0, 9902.0, 9902.0, 9921.0, 9903.0, 9895.0, 9897.0, 9899.0, 9908.0, 9906.0, 9916.0, 9896.0, 9897.0, 9903.0, 9901.0, 9907.0, 9910.0, 9887.0, 9900.0, 9908.0, 9923.0, 9925.0, 9903.0, 9901.0, 9907.0, 9906.0, 9903.0, 9907.0, 9918.0, 9900.0, 9896.0, 9900.0, 9902.0, 9902.0, 9900.0, 9882.0, 9899.0, 9899.0, 9900.0, 9896.0, 9898.0, 9895.0, 9897.0, 9895.0, 9902.0, 9906.0, 9896.0, 9883.0, 9900.0, 9901.0, 9905.0, 9902.0, 9899.0, 9895.0, 9898.0, 9896.0, 9902.0, 9904.0, 9878.0, 9877.0, 9890.0, 9896.0, 9903.0, 9897.0, 9895.0, 9895.0, 9895.0, 9883.0, 9901.0, 9900.0, 9893.0, 9883.0, 9899.0, 9897.0, 9908.0, 9924.0, 9897.0, 9899.0, 9901.0, 9902.0, 9910.0, 9903.0, 9898.0, 9902.0, 9898.0, 9898.0, 9920.0, 9900.0, 9893.0, 9893.0, 9882.0, 9900.0, 9898.0, 9876.0, 9879.0, 9897.0, 9898.0, 9902.0, 9917.0, 9900.0, 9893.0, 9900.0, 9903.0, 9901.0, 9903.0, 9901.0, 9897.0, 9899.0, 9895.0, 9903.0, 9906.0, 9894.0, 9898.0, 9900.0, 9904.0, 9913.0, 9908.0, 9902.0, 9883.0, 9902.0, 9894.0, 9902.0, 9904.0, 9918.0, 9912.0, 9916.0, 9911.0, 9901.0, 9904.0, 9923.0, 9900.0, 9882.0, 9882.0, 9883.0, 9899.0, 9883.0, 9898.0, 9891.0, 9885.0, 9886.0, 9884.0, 9903.0, 9883.0, 9882.0, 9884.0, 9882.0, 9896.0, 9880.0, 9876.0, 9873.0, 9875.0, 9876.0, 9884.0, 9900.0, 9895.0, 9879.0, 9894.0, 9884.0, 9902.0, 9875.0, 9880.0, 9896.0, 9896.0, 9904.0, 9901.0, 9896.0, 9900.0, 9903.0, 9901.0, 9903.0, 9906.0, 9899.0, 9894.0, 9897.0, 9884.0, 9902.0, 9898.0, 9879.0, 9881.0, 9901.0, 9883.0, 9898.0, 9901.0, 9875.0, 9895.0, 9885.0, 9897.0, 9900.0, 9900.0, 9879.0, 9894.0, 9900.0, 9899.0, 9903.0, 9903.0, 9895.0, 9897.0, 9902.0, 9900.0, 9918.0, 9902.0, 9898.0, 9900.0, 9905.0, 9901.0, 9923.0, 9921.0, 9902.0, 9902.0, 9904.0, 9909.0, 9922.0, 9903.0, 9897.0, 9887.0, 9901.0, 9898.0, 9901.0, 9901.0, 9882.0, 9897.0, 9903.0, 9900.0, 9920.0, 9906.0, 9901.0, 9900.0, 9899.0, 9901.0, 9903.0, 9897.0, 9885.0, 9902.0, 9902.0, 9903.0, 9900.0, 9897.0, 9902.0, 9899.0, 9898.0, 9903.0, 9900.0, 9897.0, 9900.0, 9902.0, 9906.0, 9902.0, 9880.0, 9880.0, 9898.0, 9899.0, 9896.0, 9880.0, 9881.0, 9896.0, 9897.0, 9909.0, 9907.0, 9896.0, 9901.0, 9900.0, 9903.0, 9918.0, 9901.0, 9896.0, 9893.0, 9891.0, 9907.0, 9907.0, 9906.0, 9902.0, 9904.0, 9924.0, 9881.0, 9872.0, 9887.0, 9908.0, 9928.0, 9905.0, 9897.0, 9905.0, 9924.0, 9924.0, 9899.0, 9898.0, 9903.0, 9898.0, 9901.0, 9899.0, 9876.0, 9878.0, 9876.0, 9880.0, 9907.0, 9879.0, 9877.0, 9878.0, 9896.0, 9891.0, 9881.0, 9885.0, 9876.0, 9860.0, 9880.0, 9879.0, 9894.0, 9880.0, 9880.0, 9883.0, 9883.0, 9886.0, 9885.0, 9902.0, 9881.0, 9892.0, 9884.0, 9902.0, 9907.0, 9900.0, 9902.0, 9888.0, 9902.0, 9900.0, 9902.0, 9904.0, 9883.0, 9897.0, 9884.0, 9887.0, 9901.0, 9882.0, 9879.0, 9882.0, 9880.0, 9894.0, 9880.0, 9890.0, 9871.0, 9876.0, 9875.0, 9883.0, 9897.0, 9879.0, 9877.0, 9896.0, 9886.0, 9902.0, 9920.0, 9922.0, 9903.0, 9904.0, 9899.0, 9908.0, 9907.0, 9903.0, 9900.0, 9901.0, 9899.0, 9908.0, 9908.0, 9903.0, 9908.0, 9907.0, 9903.0, 9911.0, 9912.0, 9907.0, 9903.0, 9907.0, 9921.0, 9911.0, 9922.0, 9901.0, 9903.0, 9904.0, 9898.0, 9905.0, 9887.0, 9895.0, 9896.0, 9885.0, 9884.0, 9881.0, 9897.0, 9878.0, 9881.0, 9879.0, 9878.0, 9899.0, 9879.0, 9879.0, 9886.0, 9884.0, 9902.0, 9904.0, 9897.0, 9881.0, 9898.0, 9904.0, 9901.0, 9899.0, 9907.0, 9902.0, 9879.0, 9891.0, 9884.0, 9903.0, 9933.0, 9880.0, 9924.0, 9905.0, 9902.0, 9907.0, 9924.0, 9899.0, 9883.0, 9899.0, 9901.0, 9903.0, 9905.0, 9898.0, 9901.0, 9901.0, 9903.0, 9907.0, 9903.0, 9881.0, 9898.0, 9902.0, 9905.0, 9902.0, 9890.0, 9886.0, 9885.0, 9888.0, 9911.0, 9905.0, 9901.0, 9909.0, 9909.0, 9910.0, 9915.0, 9922.0, 9888.0, 9879.0, 9901.0, 9900.0, 9899.0, 9903.0, 9902.0, 9884.0, 9887.0, 9900.0, 9887.0, 9899.0, 9886.0, 9878.0, 9898.0, 9902.0, 9903.0, 9901.0, 9903.0, 9881.0, 9885.0, 9898.0, 9898.0, 9906.0, 9888.0, 9882.0, 9879.0, 9902.0, 9901.0, 9904.0, 9905.0, 9900.0, 9901.0, 9905.0, 9903.0, 9919.0, 9909.0, 9903.0, 9903.0, 9909.0, 9921.0, 9911.0, 9927.0, 9902.0, 9891.0, 9905.0, 9902.0, 9904.0, 9904.0, 9882.0, 9885.0, 9904.0, 9903.0, 9904.0, 9903.0, 9881.0, 9898.0, 9903.0, 9900.0, 9904.0, 9908.0, 9921.0, 9903.0, 9896.0, 9909.0, 9903.0, 9909.0, 9906.0, 9900.0, 9883.0, 9885.0, 9903.0, 9904.0, 9901.0, 9894.0, 9881.0, 9878.0, 9902.0, 9897.0, 9886.0, 9905.0, 9897.0, 9880.0, 9896.0, 9889.0, 9899.0, 9903.0, 9905.0, 9901.0, 9897.0, 9902.0, 9904.0, 9917.0, 9903.0, 9905.0, 9908.0, 9925.0, 9919.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.0016081400688863375</td></tr>
<tr><td colspan=3>aqi</td><td>0.012540140149253731</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.281413619931</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1332804506781597</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0246299531379306</td></tr>
<tr><td colspan=3>efc</td><td>0.4694</td></tr>
<tr><td colspan=3>fber</td><td>5168.542</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.088705147042379</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5258323765786455</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.054826505263811</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.0236567460922235</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.371478374163146</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7693443955360624</td></tr>
<tr><td colspan=3>gcor</td><td>0.00482325</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0015212445287033916</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015663180500268936</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.615542976786922</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>46.6823</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6185</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.047</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297877.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.4883</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3126</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>671.3546</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3635.7888</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78667.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1143.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1078.6693</td></tr>
<tr><td colspan=3>tsnr</td><td>46.16179558681324</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>