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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-02_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-02_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-0052/ses-03/func/sub-0052_ses-03_task-social_acq-mb8_run-02_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>42146aebce7214ceed83bdd83b378877</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>16:49:1.545000</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.999467, -0.0154305, 0.0287825, 0.0122114, 0.993984, 0.108842]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0927817</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7704, -7295, 681, -60, -28, 1, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.529</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c8007596-396f-48d2-9dd5-6f0419c9f6b4||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.6814959049224854, 0.032762352377176285, 0.08177974075078964, 112.24788665771484], [0.04139883443713188, 2.6667866706848145, 0.2927672863006592, -110.64653778076172], [0.07722125202417374, -0.2920147776603699, 2.6828341484069824, -57.08112335205078], [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': ['164901.545000', '164902.005000', '164902.465000', '164902.925000', '164903.385000', '164903.845000', '164904.305000', '164904.765000', '164905.225000', '164905.685000', '164906.145000', '164906.605000', '164907.065000', '164907.525000', '164907.985000', '164908.445000', '164908.905000', '164909.365000', '164909.825000', '164910.285000', '164910.745000', '164911.205000', '164911.665000', '164912.125000', '164912.585000', '164913.045000', '164913.505000', '164913.965000', '164914.425000', '164914.885000', '164915.345000', '164915.805000', '164916.265000', '164916.725000', '164917.185000', '164917.645000', '164918.105000', '164918.565000', '164919.025000', '164919.485000', '164919.945000', '164920.405000', '164920.865000', '164921.325000', '164921.785000', '164922.245000', '164922.705000', '164923.165000', '164923.625000', '164924.085000', '164924.545000', '164925.005000', '164925.465000', '164925.925000', '164926.385000', '164926.845000', '164927.305000', '164927.765000', '164928.225000', '164928.685000', '164929.145000', '164929.605000', '164930.065000', '164930.525000', '164930.985000', '164931.445000', '164931.905000', '164932.365000', '164932.825000', '164933.285000', '164933.745000', '164934.205000', '164934.665000', '164935.125000', '164935.585000', '164936.045000', '164936.505000', '164936.965000', '164937.425000', '164937.885000', '164938.345000', '164938.805000', '164939.265000', '164939.725000', '164940.185000', '164940.645000', '164941.105000', '164941.565000', '164942.025000', '164942.485000', '164942.945000', '164943.405000', '164943.865000', '164944.325000', '164944.785000', '164945.245000', '164945.705000', '164946.165000', '164946.625000', '164947.085000', '164947.545000', '164948.005000', '164948.465000', '164948.925000', '164949.385000', '164949.845000', '164950.305000', '164950.765000', '164951.225000', '164951.685000', '164952.145000', '164952.605000', '164953.065000', '164953.525000', '164953.985000', '164954.445000', '164954.905000', '164955.365000', '164955.825000', '164956.285000', '164956.745000', '164957.205000', '164957.665000', '164958.125000', '164958.585000', '164959.045000', '164959.505000', '164959.965000', '165000.425000', '165000.885000', '165001.345000', '165001.805000', '165002.265000', '165002.725000', '165003.185000', '165003.645000', '165004.105000', '165004.565000', '165005.025000', '165005.485000', '165005.945000', '165006.405000', '165006.865000', '165007.325000', '165007.785000', '165008.245000', '165008.705000', '165009.165000', '165009.625000', '165010.085000', '165010.545000', '165011.005000', '165011.465000', '165011.925000', '165012.385000', '165012.845000', '165013.305000', '165013.765000', '165014.225000', '165014.685000', '165015.145000', '165015.605000', '165016.065000', '165016.525000', '165016.985000', '165017.445000', '165017.905000', '165018.365000', '165018.825000', '165019.285000', '165019.745000', '165020.205000', '165020.665000', '165021.125000', '165021.585000', '165022.045000', '165022.505000', '165022.965000', '165023.425000', '165023.885000', '165024.345000', '165024.805000', '165025.265000', '165025.725000', '165026.185000', '165026.645000', '165027.105000', '165027.565000', '165028.025000', '165028.485000', '165028.945000', '165029.405000', '165029.865000', '165030.325000', '165030.785000', '165031.245000', '165031.705000', '165032.165000', '165032.625000', '165033.085000', '165033.545000', '165034.005000', '165034.465000', '165034.925000', '165035.385000', '165035.845000', '165036.305000', '165036.765000', '165037.225000', '165037.685000', '165038.145000', '165038.605000', '165039.065000', '165039.525000', '165039.985000', '165040.445000', '165040.905000', '165041.365000', '165041.825000', '165042.285000', '165042.745000', '165043.205000', '165043.665000', '165044.125000', '165044.585000', '165045.045000', '165045.505000', '165045.965000', '165046.425000', '165046.885000', '165047.345000', '165047.805000', '165048.265000', '165048.725000', '165049.185000', '165049.645000', '165050.105000', '165050.565000', '165051.025000', '165051.485000', '165051.945000', '165052.405000', '165052.865000', '165053.325000', '165053.785000', '165054.245000', '165054.705000', '165055.165000', '165055.625000', '165056.085000', '165056.545000', '165057.005000', '165057.465000', '165057.925000', '165058.385000', '165058.845000', '165059.305000', '165059.765000', '165100.225000', '165100.685000', '165101.145000', '165101.605000', '165102.065000', '165102.525000', '165102.985000', '165103.445000', '165103.905000', '165104.365000', '165104.825000', '165105.285000', '165105.745000', '165106.205000', '165106.665000', '165107.125000', '165107.585000', '165108.045000', '165108.505000', '165108.965000', '165109.425000', '165109.885000', '165110.345000', '165110.805000', '165111.265000', '165111.725000', '165112.185000', '165112.645000', '165113.105000', '165113.565000', '165114.025000', '165114.485000', '165114.945000', '165115.405000', '165115.865000', '165116.325000', '165116.785000', '165117.245000', '165117.705000', '165118.165000', '165118.625000', '165119.085000', '165119.545000', '165120.005000', '165120.465000', '165120.925000', '165121.385000', '165121.845000', '165122.305000', '165122.765000', '165123.225000', '165123.685000', '165124.145000', '165124.605000', '165125.065000', '165125.525000', '165125.985000', '165126.445000', '165126.905000', '165127.365000', '165127.825000', '165128.285000', '165128.745000', '165129.205000', '165129.665000', '165130.125000', '165130.585000', '165131.045000', '165131.505000', '165131.965000', '165132.425000', '165132.885000', '165133.345000', '165133.805000', '165134.265000', '165134.725000', '165135.185000', '165135.645000', '165136.105000', '165136.565000', '165137.025000', '165137.485000', '165137.945000', '165138.405000', '165138.865000', '165139.325000', '165139.785000', '165140.245000', '165140.705000', '165141.165000', '165141.625000', '165142.085000', '165142.545000', '165143.005000', '165143.465000', '165143.925000', '165144.385000', '165144.845000', '165145.305000', '165145.765000', '165146.225000', '165146.685000', '165147.145000', '165147.605000', '165148.065000', '165148.525000', '165148.985000', '165149.445000', '165149.905000', '165150.365000', '165150.825000', '165151.285000', '165151.745000', '165152.205000', '165152.665000', '165153.125000', '165153.585000', '165154.045000', '165154.505000', '165154.965000', '165155.425000', '165155.885000', '165156.345000', '165156.805000', '165157.265000', '165157.725000', '165158.185000', '165158.645000', '165159.105000', '165159.565000', '165200.025000', '165200.485000', '165200.945000', '165201.405000', '165201.865000', '165202.325000', '165202.785000', '165203.245000', '165203.705000', '165204.165000', '165204.625000', '165205.085000', '165205.545000', '165206.005000', '165206.465000', '165206.925000', '165207.385000', '165207.845000', '165208.305000', '165208.765000', '165209.225000', '165209.685000', '165210.145000', '165210.605000', '165211.065000', '165211.525000', '165211.985000', '165212.445000', '165212.905000', '165213.365000', '165213.825000', '165214.285000', '165214.745000', '165215.205000', '165215.665000', '165216.125000', '165216.585000', '165217.045000', '165217.505000', '165217.965000', '165218.425000', '165218.885000', '165219.345000', '165219.805000', '165220.265000', '165220.725000', '165221.185000', '165221.645000', '165222.105000', '165222.565000', '165223.025000', '165223.485000', '165223.945000', '165224.405000', '165224.865000', '165225.325000', '165225.785000', '165226.245000', '165226.705000', '165227.165000', '165227.625000', '165228.085000', '165228.545000', '165229.005000', '165229.465000', '165229.925000', '165230.385000', '165230.845000', '165231.305000', '165231.765000', '165232.225000', '165232.685000', '165233.145000', '165233.605000', '165234.065000', '165234.525000', '165234.985000', '165235.445000', '165235.905000', '165236.365000', '165236.825000', '165237.285000', '165237.745000', '165238.205000', '165238.665000', '165239.125000', '165239.585000', '165240.045000', '165240.505000', '165240.965000', '165241.425000', '165241.885000', '165242.345000', '165242.805000', '165243.265000', '165243.725000', '165244.185000', '165244.645000', '165245.105000', '165245.565000', '165246.025000', '165246.485000', '165246.945000', '165247.405000', '165247.865000', '165248.325000', '165248.785000', '165249.245000', '165249.705000', '165250.165000', '165250.625000', '165251.085000', '165251.545000', '165252.005000', '165252.465000', '165252.925000', '165253.385000', '165253.845000', '165254.305000', '165254.765000', '165255.225000', '165255.685000', '165256.145000', '165256.605000', '165257.065000', '165257.525000', '165257.985000', '165258.445000', '165258.905000', '165259.365000', '165259.825000', '165300.285000', '165300.745000', '165301.205000', '165301.665000', '165302.125000', '165302.585000', '165303.045000', '165303.505000', '165303.965000', '165304.425000', '165304.885000', '165305.345000', '165305.805000', '165306.265000', '165306.725000', '165307.185000', '165307.645000', '165308.105000', '165308.565000', '165309.025000', '165309.485000', '165309.945000', '165310.405000', '165310.865000', '165311.325000', '165311.785000', '165312.245000', '165312.705000', '165313.165000', '165313.625000', '165314.085000', '165314.545000', '165315.005000', '165315.465000', '165315.925000', '165316.385000', '165316.845000', '165317.305000', '165317.765000', '165318.225000', '165318.685000', '165319.145000', '165319.605000', '165320.065000', '165320.525000', '165320.985000', '165321.445000', '165321.905000', '165322.365000', '165322.825000', '165323.285000', '165323.745000', '165324.205000', '165324.665000', '165325.125000', '165325.585000', '165326.045000', '165326.505000', '165326.965000', '165327.425000', '165327.885000', '165328.345000', '165328.805000', '165329.265000', '165329.725000', '165330.185000', '165330.645000', '165331.105000', '165331.565000', '165332.025000', '165332.485000', '165332.945000', '165333.405000', '165333.865000', '165334.325000', '165334.785000', '165335.245000', '165335.705000', '165336.165000', '165336.625000', '165337.085000', '165337.545000', '165338.005000', '165338.465000', '165338.925000', '165339.385000', '165339.845000', '165340.305000', '165340.765000', '165341.225000', '165341.685000', '165342.145000', '165342.605000', '165343.065000', '165343.525000', '165343.985000', '165344.445000', '165344.905000', '165345.365000', '165345.825000', '165346.285000', '165346.745000', '165347.205000', '165347.665000', '165348.125000', '165348.585000', '165349.045000', '165349.505000', '165349.965000', '165350.425000', '165350.885000', '165351.345000', '165351.805000', '165352.265000', '165352.725000', '165353.185000', '165353.645000', '165354.105000', '165354.565000', '165355.025000', '165355.485000', '165355.945000', '165356.405000', '165356.865000', '165357.325000', '165357.785000', '165358.245000', '165358.705000', '165359.165000', '165359.625000', '165400.085000', '165400.545000', '165401.005000', '165401.465000', '165401.925000', '165402.385000', '165402.845000', '165403.305000', '165403.765000', '165404.225000', '165404.685000', '165405.145000', '165405.605000', '165406.065000', '165406.525000', '165406.985000', '165407.445000', '165407.905000', '165408.365000', '165408.825000', '165409.285000', '165409.745000', '165410.205000', '165410.665000', '165411.125000', '165411.585000', '165412.045000', '165412.505000', '165412.965000', '165413.425000', '165413.885000', '165414.345000', '165414.805000', '165415.265000', '165415.725000', '165416.185000', '165416.645000', '165417.105000', '165417.565000', '165418.025000', '165418.485000', '165418.945000', '165419.405000', '165419.865000', '165420.325000', '165420.785000', '165421.245000', '165421.705000', '165422.165000', '165422.625000', '165423.085000', '165423.545000', '165424.005000', '165424.465000', '165424.925000', '165425.385000', '165425.845000', '165426.305000', '165426.765000', '165427.225000', '165427.685000', '165428.145000', '165428.605000', '165429.065000', '165429.525000', '165429.985000', '165430.445000', '165430.905000', '165431.365000', '165431.825000', '165432.285000', '165432.745000', '165433.205000', '165433.665000', '165434.125000', '165434.585000', '165435.045000', '165435.505000', '165435.965000', '165436.425000', '165436.885000', '165437.345000', '165437.805000', '165438.265000', '165438.725000', '165439.185000', '165439.645000', '165440.105000', '165440.565000', '165441.025000', '165441.485000', '165441.945000', '165442.405000', '165442.865000', '165443.325000', '165443.785000', '165444.245000', '165444.705000', '165445.165000', '165445.625000', '165446.085000', '165446.545000', '165447.005000', '165447.465000', '165447.925000', '165448.385000', '165448.845000', '165449.305000', '165449.765000', '165450.225000', '165450.685000', '165451.145000', '165451.605000', '165452.065000', '165452.525000', '165452.985000', '165453.445000', '165453.905000', '165454.365000', '165454.825000', '165455.285000', '165455.745000', '165456.205000', '165456.665000', '165457.125000', '165457.585000', '165458.045000', '165458.505000', '165458.965000', '165459.425000', '165459.885000', '165500.345000', '165500.805000', '165501.265000', '165501.725000', '165502.185000', '165502.645000', '165503.105000', '165503.565000', '165504.025000', '165504.485000', '165504.945000', '165505.405000', '165505.865000', '165506.325000', '165506.785000', '165507.245000', '165507.705000', '165508.165000', '165508.625000', '165509.085000', '165509.545000', '165510.005000', '165510.465000', '165510.925000', '165511.385000', '165511.845000', '165512.305000', '165512.765000', '165513.225000', '165513.685000', '165514.145000', '165514.605000', '165515.065000', '165515.525000', '165515.985000', '165516.445000', '165516.905000', '165517.365000', '165517.825000', '165518.285000', '165518.745000', '165519.205000', '165519.665000', '165520.125000', '165520.585000', '165521.045000', '165521.505000', '165521.965000', '165522.425000', '165522.885000', '165523.345000', '165523.805000', '165524.265000', '165524.725000', '165525.185000', '165525.645000', '165526.105000', '165526.565000', '165527.025000', '165527.485000', '165527.945000', '165528.405000', '165528.865000', '165529.325000', '165529.785000', '165530.245000', '165530.705000', '165531.165000', '165531.625000', '165532.085000', '165532.545000', '165533.005000', '165533.465000', '165533.925000', '165534.385000', '165534.845000', '165535.305000', '165535.765000', '165536.225000', '165536.685000', '165537.145000', '165537.605000', '165538.065000', '165538.525000', '165538.985000', '165539.445000', '165539.905000', '165540.365000', '165540.825000', '165541.285000', '165541.745000', '165542.205000'], 'ContentTime': ['164917.847000', '164917.850000', '164917.853000', '164917.856000', '164917.858000', '164917.861000', '164917.863000', '164917.866000', '164917.868000', '164917.871000', '164917.873000', '164917.876000', '164917.879000', '164917.881000', '164917.884000', '164917.887000', '164917.889000', '164917.893000', '164917.896000', '164917.898000', '164917.901000', '164917.904000', '164917.906000', '164917.909000', '164917.912000', '164917.914000', '164917.917000', '164917.919000', '164917.922000', '164917.924000', '164917.927000', '164917.930000', '164917.932000', '164937.825000', '164937.827000', '164937.830000', '164937.833000', '164937.835000', '164937.838000', '164937.840000', '164937.843000', '164937.845000', '164937.848000', '164937.850000', '164937.853000', '164937.856000', '164937.858000', '164937.861000', '164937.863000', '164937.866000', '164937.868000', '164937.871000', '164937.873000', '164937.876000', '164937.878000', '164937.881000', '164937.883000', '164937.886000', '164937.888000', '164937.891000', '164937.893000', '164937.896000', '164937.899000', '164937.901000', '164937.904000', '164937.906000', '164937.909000', '164937.911000', '164937.914000', '164937.916000', '164937.919000', '164937.921000', '164937.924000', '164937.927000', '164937.929000', '164937.932000', '164957.824000', '164957.827000', '164957.830000', '164957.832000', '164957.835000', '164957.837000', '164957.840000', '164957.843000', '164957.845000', '164957.848000', '164957.850000', '164957.853000', '164957.855000', '164957.858000', '164957.860000', '164957.863000', '164957.866000', '164957.869000', '164957.872000', '164957.875000', '164957.880000', '164957.882000', '164957.885000', '164957.887000', '164957.891000', '164957.894000', '164957.897000', '164957.899000', '164957.902000', '164957.905000', '164957.907000', '164957.910000', '164957.912000', '164957.915000', '164957.918000', '164957.920000', '164957.923000', '164957.925000', '164957.928000', '164957.930000', '164957.933000', '164957.936000', '164957.938000', '165017.825000', '165017.827000', '165017.830000', '165017.832000', '165017.835000', '165017.838000', '165017.840000', '165017.857000', '165017.860000', '165017.862000', '165017.865000', '165017.867000', '165017.870000', '165017.873000', '165017.875000', '165017.878000', '165017.880000', '165017.883000', '165017.885000', '165017.888000', '165017.890000', '165017.893000', '165017.896000', '165017.898000', '165017.901000', '165017.903000', '165017.906000', '165017.908000', '165017.911000', '165017.914000', '165017.916000', '165017.919000', '165017.921000', '165017.924000', '165017.926000', '165017.929000', '165017.932000', '165017.934000', '165017.937000', '165017.939000', '165017.942000', '165017.944000', '165017.947000', '165017.949000', '165037.824000', '165037.826000', '165037.829000', '165037.832000', '165037.834000', '165037.837000', '165037.839000', '165037.842000', '165037.844000', '165037.847000', '165037.850000', '165037.852000', '165037.855000', '165037.857000', '165037.860000', '165037.862000', '165037.865000', '165037.868000', '165037.870000', '165037.873000', '165037.875000', '165037.878000', '165037.881000', '165037.884000', '165037.887000', '165037.889000', '165037.892000', '165037.894000', '165037.897000', '165037.900000', '165037.902000', '165037.905000', '165037.907000', '165037.910000', '165037.913000', '165037.915000', '165037.918000', '165037.920000', '165037.923000', '165037.925000', '165037.928000', '165037.930000', '165037.933000', '165057.823000', '165057.826000', '165057.829000', '165057.831000', '165057.834000', '165057.837000', '165057.839000', '165057.842000', '165057.844000', '165057.847000', '165057.849000', '165057.852000', '165057.855000', '165057.857000', '165057.860000', '165057.862000', '165057.865000', '165057.867000', '165057.870000', '165057.873000', '165057.875000', '165057.878000', '165057.880000', '165057.883000', '165057.885000', '165057.888000', '165057.890000', '165057.893000', '165057.896000', '165057.898000', '165057.901000', '165057.903000', '165057.906000', '165057.908000', '165057.911000', '165057.914000', '165057.916000', '165057.919000', '165057.921000', '165057.924000', '165057.926000', '165057.929000', '165057.931000', '165057.934000', '165117.824000', '165117.827000', '165117.830000', '165117.832000', '165117.835000', '165117.837000', '165117.840000', '165117.843000', '165117.845000', '165117.848000', '165117.850000', '165117.853000', '165117.855000', '165117.858000', '165117.861000', '165117.863000', '165117.866000', '165117.868000', '165117.872000', '165117.875000', '165117.878000', '165117.880000', '165117.883000', '165117.885000', '165117.888000', '165117.891000', '165117.893000', '165117.896000', '165117.898000', '165117.901000', '165117.904000', '165117.906000', '165117.909000', '165117.911000', '165117.914000', '165117.916000', '165117.919000', '165117.922000', '165117.924000', '165117.927000', '165117.930000', '165117.933000', '165117.935000', '165137.824000', '165137.827000', '165137.830000', '165137.832000', '165137.835000', '165137.838000', '165137.840000', '165137.843000', '165137.845000', '165137.848000', '165137.850000', '165137.853000', '165137.855000', '165137.858000', '165137.860000', '165137.863000', '165137.866000', '165137.868000', '165137.871000', '165137.873000', '165137.876000', '165137.878000', '165137.881000', '165137.883000', '165137.886000', '165137.889000', '165137.891000', '165137.894000', '165137.896000', '165137.900000', '165137.903000', '165137.905000', '165137.908000', '165137.910000', '165137.913000', '165137.915000', '165137.918000', '165137.921000', '165137.923000', '165137.926000', '165137.928000', '165137.931000', '165137.933000', '165137.936000', '165157.824000', '165157.827000', '165157.838000', '165157.840000', '165157.843000', '165157.845000', '165157.848000', '165157.851000', '165157.854000', '165157.857000', '165157.860000', '165157.862000', '165157.865000', '165157.868000', '165157.870000', '165157.873000', '165157.875000', '165157.878000', '165157.880000', '165157.883000', '165157.886000', '165157.888000', '165157.891000', '165157.893000', '165157.896000', '165157.899000', '165157.901000', '165157.904000', '165157.906000', '165157.909000', '165157.911000', '165157.914000', '165157.917000', '165157.919000', '165157.922000', '165157.924000', '165157.927000', '165157.929000', '165157.932000', '165157.934000', '165157.937000', '165157.940000', '165157.942000', '165217.825000', '165217.827000', '165217.830000', '165217.833000', '165217.835000', '165217.838000', '165217.840000', '165217.843000', '165217.845000', '165217.848000', '165217.851000', '165217.853000', '165217.856000', '165217.858000', '165217.861000', '165217.863000', '165217.866000', '165217.869000', '165217.871000', '165217.874000', '165217.876000', '165217.879000', '165217.881000', '165217.884000', '165217.887000', '165217.889000', '165217.892000', '165217.894000', '165217.897000', '165217.899000', '165217.902000', '165217.905000', '165217.907000', '165217.910000', '165217.912000', '165217.915000', '165217.918000', '165217.920000', '165217.923000', '165217.925000', '165217.928000', '165217.931000', '165217.933000', '165217.936000', '165237.825000', '165237.827000', '165237.830000', '165237.833000', '165237.835000', '165237.838000', '165237.840000', '165237.843000', '165237.846000', '165237.848000', '165237.851000', '165237.854000', '165237.856000', '165237.859000', '165237.861000', '165237.864000', '165237.867000', '165237.869000', '165237.872000', '165237.874000', '165237.877000', '165237.880000', '165237.882000', '165237.885000', '165237.887000', '165237.890000', '165237.892000', '165237.895000', '165237.898000', '165237.900000', '165237.903000', '165237.905000', '165237.908000', '165237.910000', '165237.913000', '165237.916000', '165237.918000', '165237.921000', '165237.923000', '165237.926000', '165237.929000', '165237.931000', '165237.934000', '165257.824000', '165257.826000', '165257.829000', '165257.832000', '165257.834000', '165257.837000', '165257.839000', '165257.842000', '165257.844000', '165257.847000', '165257.850000', '165257.852000', '165257.855000', '165257.857000', '165257.860000', '165257.862000', '165257.865000', '165257.868000', '165257.870000', '165257.873000', '165257.875000', '165257.878000', '165257.881000', '165257.883000', '165257.886000', '165257.888000', '165257.891000', '165257.894000', '165257.896000', '165257.899000', '165257.901000', '165257.904000', '165257.906000', '165257.909000', '165257.912000', '165257.914000', '165257.917000', '165257.919000', '165257.922000', '165257.925000', '165257.927000', '165257.930000', '165257.932000', '165257.935000', '165317.823000', '165317.826000', '165317.829000', '165317.832000', '165317.835000', '165317.838000', '165317.840000', '165317.843000', '165317.846000', '165317.848000', '165317.851000', '165317.853000', '165317.856000', '165317.859000', '165317.861000', '165317.864000', '165317.866000', '165317.869000', '165317.872000', '165317.874000', '165317.877000', '165317.879000', '165317.882000', '165317.885000', '165317.887000', '165317.890000', '165317.892000', '165317.904000', '165317.906000', '165317.909000', '165317.911000', '165317.914000', '165317.917000', '165317.919000', '165317.922000', '165317.925000', '165317.928000', '165317.931000', '165317.934000', '165317.936000', '165317.939000', '165317.942000', '165317.944000', '165337.825000', '165337.828000', '165337.830000', '165337.833000', '165337.835000', '165337.838000', '165337.841000', '165337.843000', '165337.846000', '165337.848000', '165337.851000', '165337.853000', '165337.856000', '165337.859000', '165337.861000', '165337.864000', '165337.866000', '165337.869000', '165337.871000', '165337.874000', '165337.876000', '165337.879000', '165337.882000', '165337.884000', '165337.887000', '165337.889000', '165337.892000', '165337.894000', '165337.897000', '165337.900000', '165337.902000', '165337.905000', '165337.907000', '165337.910000', '165337.912000', '165337.915000', '165337.918000', '165337.920000', '165337.923000', '165337.925000', '165337.928000', '165337.930000', '165337.933000', '165357.824000', '165357.827000', '165357.830000', '165357.832000', '165357.835000', '165357.838000', '165357.840000', '165357.843000', '165357.846000', '165357.848000', '165357.851000', '165357.853000', '165357.856000', '165357.858000', '165357.861000', '165357.864000', '165357.866000', '165357.869000', '165357.871000', '165357.874000', '165357.876000', '165357.879000', '165357.882000', '165357.884000', '165357.887000', '165357.889000', '165357.892000', '165357.894000', '165357.897000', '165357.900000', '165357.902000', '165357.905000', '165357.907000', '165357.910000', '165357.912000', '165357.915000', '165357.918000', '165357.920000', '165357.923000', '165357.925000', '165357.928000', '165357.931000', '165357.933000', '165357.936000', '165417.825000', '165417.827000', '165417.830000', '165417.833000', '165417.835000', '165417.838000', '165417.840000', '165417.843000', '165417.846000', '165417.848000', '165417.851000', '165417.854000', '165417.856000', '165417.859000', '165417.861000', '165417.864000', '165417.867000', '165417.869000', '165417.872000', '165417.874000', '165417.877000', '165417.879000', '165417.882000', '165417.885000', '165417.887000', '165417.890000', '165417.893000', '165417.895000', '165417.898000', '165417.900000', '165417.903000', '165417.905000', '165417.908000', '165417.911000', '165417.913000', '165417.916000', '165417.918000', '165417.921000', '165417.923000', '165417.926000', '165417.929000', '165417.931000', '165417.934000', '165417.936000', '165437.824000', '165437.827000', '165437.830000', '165437.832000', '165437.835000', '165437.838000', '165437.840000', '165437.843000', '165437.845000', '165437.848000', '165437.850000', '165437.853000', '165437.856000', '165437.858000', '165437.861000', '165437.863000', '165437.866000', '165437.868000', '165437.871000', '165437.873000', '165437.876000', '165437.879000', '165437.881000', '165437.884000', '165437.886000', '165437.889000', '165437.891000', '165437.894000', '165437.897000', '165437.899000', '165437.902000', '165437.905000', '165437.907000', '165437.910000', '165437.912000', '165437.915000', '165437.918000', '165437.920000', '165437.940000', '165437.943000', '165437.945000', '165437.948000', '165437.951000', '165457.825000', '165457.828000', '165457.830000', '165457.833000', '165457.836000', '165457.838000', '165457.841000', '165457.843000', '165457.846000', '165457.849000', '165457.851000', '165457.854000', '165457.856000', '165457.859000', '165457.861000', '165457.864000', '165457.867000', '165457.869000', '165457.872000', '165457.874000', '165457.877000', '165457.880000', '165457.882000', '165457.885000', '165457.887000', '165457.890000', '165457.892000', '165457.895000', '165457.898000', '165457.900000', '165457.903000', '165457.905000', '165457.908000', '165457.910000', '165457.913000', '165457.916000', '165457.918000', '165457.921000', '165457.923000', '165457.926000', '165457.929000', '165457.931000', '165457.934000', '165457.936000', '165517.824000', '165517.826000', '165517.829000', '165517.832000', '165517.834000', '165517.837000', '165517.839000', '165517.842000', '165517.845000', '165517.848000', '165517.851000', '165517.854000', '165517.856000', '165517.859000', '165517.862000', '165517.864000', '165517.867000', '165517.869000', '165517.872000', '165517.874000', '165517.877000', '165517.879000', '165517.882000', '165517.885000', '165517.887000', '165517.890000', '165517.892000', '165517.895000', '165517.898000', '165517.900000', '165517.903000', '165517.905000', '165517.908000', '165517.911000', '165517.913000', '165517.916000', '165517.918000', '165517.921000', '165517.924000', '165517.926000', '165517.929000', '165517.931000', '165517.934000', '165537.824000', '165537.826000', '165537.829000', '165537.832000', '165537.834000', '165537.837000', '165537.839000', '165537.842000', '165537.845000', '165537.847000', '165537.850000', '165537.852000', '165537.855000', '165537.858000', '165537.860000', '165537.863000', '165537.865000', '165537.868000', '165537.870000', '165537.873000', '165537.876000', '165537.878000', '165537.881000', '165537.883000', '165537.886000', '165537.888000', '165537.891000', '165537.894000', '165537.896000', '165537.899000', '165537.902000', '165537.904000', '165537.907000', '165537.909000', '165537.912000', '165537.915000', '165537.917000', '165537.920000', '165537.922000', '165537.925000', '165537.927000', '165537.930000', '165537.933000', '165537.935000', '165543.755000', '165543.758000', '165543.761000', '165543.763000', '165543.767000', '165543.769000', '165543.773000', '165543.776000', '165543.779000', '165543.781000', '165543.784000', '165543.787000', '165543.790000'], 'InstanceCreationTime': ['164917.847000', '164917.850000', '164917.853000', '164917.856000', '164917.858000', '164917.861000', '164917.863000', '164917.866000', '164917.868000', '164917.871000', '164917.873000', '164917.876000', '164917.879000', '164917.881000', '164917.884000', '164917.887000', '164917.889000', '164917.893000', '164917.896000', '164917.898000', '164917.901000', '164917.904000', '164917.906000', '164917.909000', '164917.912000', '164917.914000', '164917.917000', '164917.919000', '164917.922000', '164917.924000', '164917.927000', '164917.930000', '164917.932000', '164937.825000', '164937.827000', '164937.830000', '164937.833000', '164937.835000', '164937.838000', '164937.840000', '164937.843000', '164937.845000', '164937.848000', '164937.850000', '164937.853000', '164937.856000', '164937.858000', '164937.861000', '164937.863000', '164937.866000', '164937.868000', '164937.871000', '164937.873000', '164937.876000', '164937.878000', '164937.881000', '164937.883000', '164937.886000', '164937.888000', '164937.891000', '164937.893000', '164937.896000', '164937.899000', '164937.901000', '164937.904000', '164937.906000', '164937.909000', '164937.911000', '164937.914000', '164937.916000', '164937.919000', '164937.921000', '164937.924000', '164937.927000', '164937.929000', '164937.932000', '164957.824000', '164957.827000', '164957.830000', '164957.832000', '164957.835000', '164957.837000', '164957.840000', '164957.843000', '164957.845000', '164957.848000', '164957.850000', '164957.853000', '164957.855000', '164957.858000', '164957.860000', '164957.863000', '164957.866000', '164957.869000', '164957.872000', '164957.875000', '164957.880000', '164957.882000', '164957.885000', '164957.887000', '164957.891000', '164957.894000', '164957.897000', '164957.899000', '164957.902000', '164957.905000', '164957.907000', '164957.910000', '164957.912000', '164957.915000', '164957.918000', '164957.920000', '164957.923000', '164957.925000', '164957.928000', '164957.930000', '164957.933000', '164957.936000', '164957.938000', '165017.825000', '165017.827000', '165017.830000', '165017.832000', '165017.835000', '165017.838000', '165017.840000', '165017.857000', '165017.860000', '165017.862000', '165017.865000', '165017.867000', '165017.870000', '165017.873000', '165017.875000', '165017.878000', '165017.880000', '165017.883000', '165017.885000', '165017.888000', '165017.890000', '165017.893000', '165017.896000', '165017.898000', '165017.901000', '165017.903000', '165017.906000', '165017.908000', '165017.911000', '165017.914000', '165017.916000', '165017.919000', '165017.921000', '165017.924000', '165017.926000', '165017.929000', '165017.932000', '165017.934000', '165017.937000', '165017.939000', '165017.942000', '165017.944000', '165017.947000', '165017.949000', '165037.824000', '165037.826000', '165037.829000', '165037.832000', '165037.834000', '165037.837000', '165037.839000', '165037.842000', '165037.844000', '165037.847000', '165037.850000', '165037.852000', '165037.855000', '165037.857000', '165037.860000', '165037.862000', '165037.865000', '165037.868000', '165037.870000', '165037.873000', '165037.875000', '165037.878000', '165037.881000', '165037.884000', '165037.887000', '165037.889000', '165037.892000', '165037.894000', '165037.897000', '165037.900000', '165037.902000', '165037.905000', '165037.907000', '165037.910000', '165037.913000', '165037.915000', '165037.918000', '165037.920000', '165037.923000', '165037.925000', '165037.928000', '165037.930000', '165037.933000', '165057.823000', '165057.826000', '165057.829000', '165057.831000', '165057.834000', '165057.837000', '165057.839000', '165057.842000', '165057.844000', '165057.847000', '165057.849000', '165057.852000', '165057.855000', '165057.857000', '165057.860000', '165057.862000', '165057.865000', '165057.867000', '165057.870000', '165057.873000', '165057.875000', '165057.878000', '165057.880000', '165057.883000', '165057.885000', '165057.888000', '165057.890000', '165057.893000', '165057.896000', '165057.898000', '165057.901000', '165057.903000', '165057.906000', '165057.908000', '165057.911000', '165057.914000', '165057.916000', '165057.919000', '165057.921000', '165057.924000', '165057.926000', '165057.929000', '165057.931000', '165057.934000', '165117.824000', '165117.827000', '165117.830000', '165117.832000', '165117.835000', '165117.837000', '165117.840000', '165117.843000', '165117.845000', '165117.848000', '165117.850000', '165117.853000', '165117.855000', '165117.858000', '165117.861000', '165117.863000', '165117.866000', '165117.868000', '165117.872000', '165117.875000', '165117.878000', '165117.880000', '165117.883000', '165117.885000', '165117.888000', '165117.891000', '165117.893000', '165117.896000', '165117.898000', '165117.901000', '165117.904000', '165117.906000', '165117.909000', '165117.911000', '165117.914000', '165117.916000', '165117.919000', '165117.922000', '165117.924000', '165117.927000', '165117.930000', '165117.933000', '165117.935000', '165137.824000', '165137.827000', '165137.830000', '165137.832000', '165137.835000', '165137.838000', '165137.840000', '165137.843000', '165137.845000', '165137.848000', '165137.850000', '165137.853000', '165137.855000', '165137.858000', '165137.860000', '165137.863000', '165137.866000', '165137.868000', '165137.871000', '165137.873000', '165137.876000', '165137.878000', '165137.881000', '165137.883000', '165137.886000', '165137.889000', '165137.891000', '165137.894000', '165137.896000', '165137.900000', '165137.903000', '165137.905000', '165137.908000', '165137.910000', '165137.913000', '165137.915000', '165137.918000', '165137.921000', '165137.923000', '165137.926000', '165137.928000', '165137.931000', '165137.933000', '165137.936000', '165157.824000', '165157.827000', '165157.838000', '165157.840000', '165157.843000', '165157.845000', '165157.848000', '165157.851000', '165157.854000', '165157.857000', '165157.860000', '165157.862000', '165157.865000', '165157.868000', '165157.870000', '165157.873000', '165157.875000', '165157.878000', '165157.880000', '165157.883000', '165157.886000', '165157.888000', '165157.891000', '165157.893000', '165157.896000', '165157.899000', '165157.901000', '165157.904000', '165157.906000', '165157.909000', '165157.911000', '165157.914000', '165157.917000', '165157.919000', '165157.922000', '165157.924000', '165157.927000', '165157.929000', '165157.932000', '165157.934000', '165157.937000', '165157.940000', '165157.942000', '165217.825000', '165217.827000', '165217.830000', '165217.833000', '165217.835000', '165217.838000', '165217.840000', '165217.843000', '165217.845000', '165217.848000', '165217.851000', '165217.853000', '165217.856000', '165217.858000', '165217.861000', '165217.863000', '165217.866000', '165217.869000', '165217.871000', '165217.874000', '165217.876000', '165217.879000', '165217.881000', '165217.884000', '165217.887000', '165217.889000', '165217.892000', '165217.894000', '165217.897000', '165217.899000', '165217.902000', '165217.905000', '165217.907000', '165217.910000', '165217.912000', '165217.915000', '165217.918000', '165217.920000', '165217.923000', '165217.925000', '165217.928000', '165217.931000', '165217.933000', '165217.936000', '165237.825000', '165237.827000', '165237.830000', '165237.833000', '165237.835000', '165237.838000', '165237.840000', '165237.843000', '165237.846000', '165237.848000', '165237.851000', '165237.854000', '165237.856000', '165237.859000', '165237.861000', '165237.864000', '165237.867000', '165237.869000', '165237.872000', '165237.874000', '165237.877000', '165237.880000', '165237.882000', '165237.885000', '165237.887000', '165237.890000', '165237.892000', '165237.895000', '165237.898000', '165237.900000', '165237.903000', '165237.905000', '165237.908000', '165237.910000', '165237.913000', '165237.916000', '165237.918000', '165237.921000', '165237.923000', '165237.926000', '165237.929000', '165237.931000', '165237.934000', '165257.824000', '165257.826000', '165257.829000', '165257.832000', '165257.834000', '165257.837000', '165257.839000', '165257.842000', '165257.844000', '165257.847000', '165257.850000', '165257.852000', '165257.855000', '165257.857000', '165257.860000', '165257.862000', '165257.865000', '165257.868000', '165257.870000', '165257.873000', '165257.875000', '165257.878000', '165257.881000', '165257.883000', '165257.886000', '165257.888000', '165257.891000', '165257.894000', '165257.896000', '165257.899000', '165257.901000', '165257.904000', '165257.906000', '165257.909000', '165257.912000', '165257.914000', '165257.917000', '165257.919000', '165257.922000', '165257.925000', '165257.927000', '165257.930000', '165257.932000', '165257.935000', '165317.823000', '165317.826000', '165317.829000', '165317.832000', '165317.835000', '165317.838000', '165317.840000', '165317.843000', '165317.846000', '165317.848000', '165317.851000', '165317.853000', '165317.856000', '165317.859000', '165317.861000', '165317.864000', '165317.866000', '165317.869000', '165317.872000', '165317.874000', '165317.877000', '165317.879000', '165317.882000', '165317.885000', '165317.887000', '165317.890000', '165317.892000', '165317.904000', '165317.906000', '165317.909000', '165317.911000', '165317.914000', '165317.917000', '165317.919000', '165317.922000', '165317.925000', '165317.928000', '165317.931000', '165317.934000', '165317.936000', '165317.939000', '165317.942000', '165317.944000', '165337.825000', '165337.828000', '165337.830000', '165337.833000', '165337.835000', '165337.838000', '165337.841000', '165337.843000', '165337.846000', '165337.848000', '165337.851000', '165337.853000', '165337.856000', '165337.859000', '165337.861000', '165337.864000', '165337.866000', '165337.869000', '165337.871000', '165337.874000', '165337.876000', '165337.879000', '165337.882000', '165337.884000', '165337.887000', '165337.889000', '165337.892000', '165337.894000', '165337.897000', '165337.900000', '165337.902000', '165337.905000', '165337.907000', '165337.910000', '165337.912000', '165337.915000', '165337.918000', '165337.920000', '165337.923000', '165337.925000', '165337.928000', '165337.930000', '165337.933000', '165357.824000', '165357.827000', '165357.830000', '165357.832000', '165357.835000', '165357.838000', '165357.840000', '165357.843000', '165357.846000', '165357.848000', '165357.851000', '165357.853000', '165357.856000', '165357.858000', '165357.861000', '165357.864000', '165357.866000', '165357.869000', '165357.871000', '165357.874000', '165357.876000', '165357.879000', '165357.882000', '165357.884000', '165357.887000', '165357.889000', '165357.892000', '165357.894000', '165357.897000', '165357.900000', '165357.902000', '165357.905000', '165357.907000', '165357.910000', '165357.912000', '165357.915000', '165357.918000', '165357.920000', '165357.923000', '165357.925000', '165357.928000', '165357.931000', '165357.933000', '165357.936000', '165417.825000', '165417.827000', '165417.830000', '165417.833000', '165417.835000', '165417.838000', '165417.840000', '165417.843000', '165417.846000', '165417.848000', '165417.851000', '165417.854000', '165417.856000', '165417.859000', '165417.861000', '165417.864000', '165417.867000', '165417.869000', '165417.872000', '165417.874000', '165417.877000', '165417.879000', '165417.882000', '165417.885000', '165417.887000', '165417.890000', '165417.893000', '165417.895000', '165417.898000', '165417.900000', '165417.903000', '165417.905000', '165417.908000', '165417.911000', '165417.913000', '165417.916000', '165417.918000', '165417.921000', '165417.923000', '165417.926000', '165417.929000', '165417.931000', '165417.934000', '165417.936000', '165437.824000', '165437.827000', '165437.830000', '165437.832000', '165437.835000', '165437.838000', '165437.840000', '165437.843000', '165437.845000', '165437.848000', '165437.850000', '165437.853000', '165437.856000', '165437.858000', '165437.861000', '165437.863000', '165437.866000', '165437.868000', '165437.871000', '165437.873000', '165437.876000', '165437.879000', '165437.881000', '165437.884000', '165437.886000', '165437.889000', '165437.891000', '165437.894000', '165437.897000', '165437.899000', '165437.902000', '165437.905000', '165437.907000', '165437.910000', '165437.912000', '165437.915000', '165437.918000', '165437.920000', '165437.940000', '165437.943000', '165437.945000', '165437.948000', '165437.951000', '165457.825000', '165457.828000', '165457.830000', '165457.833000', '165457.836000', '165457.838000', '165457.841000', '165457.843000', '165457.846000', '165457.849000', '165457.851000', '165457.854000', '165457.856000', '165457.859000', '165457.861000', '165457.864000', '165457.867000', '165457.869000', '165457.872000', '165457.874000', '165457.877000', '165457.880000', '165457.882000', '165457.885000', '165457.887000', '165457.890000', '165457.892000', '165457.895000', '165457.898000', '165457.900000', '165457.903000', '165457.905000', '165457.908000', '165457.910000', '165457.913000', '165457.916000', '165457.918000', '165457.921000', '165457.923000', '165457.926000', '165457.929000', '165457.931000', '165457.934000', '165457.936000', '165517.824000', '165517.826000', '165517.829000', '165517.832000', '165517.834000', '165517.837000', '165517.839000', '165517.842000', '165517.845000', '165517.848000', '165517.851000', '165517.854000', '165517.856000', '165517.859000', '165517.862000', '165517.864000', '165517.867000', '165517.869000', '165517.872000', '165517.874000', '165517.877000', '165517.879000', '165517.882000', '165517.885000', '165517.887000', '165517.890000', '165517.892000', '165517.895000', '165517.898000', '165517.900000', '165517.903000', '165517.905000', '165517.908000', '165517.911000', '165517.913000', '165517.916000', '165517.918000', '165517.921000', '165517.924000', '165517.926000', '165517.929000', '165517.931000', '165517.934000', '165537.824000', '165537.826000', '165537.829000', '165537.832000', '165537.834000', '165537.837000', '165537.839000', '165537.842000', '165537.845000', '165537.847000', '165537.850000', '165537.852000', '165537.855000', '165537.858000', '165537.860000', '165537.863000', '165537.865000', '165537.868000', '165537.870000', '165537.873000', '165537.876000', '165537.878000', '165537.881000', '165537.883000', '165537.886000', '165537.888000', '165537.891000', '165537.894000', '165537.896000', '165537.899000', '165537.902000', '165537.904000', '165537.907000', '165537.909000', '165537.912000', '165537.915000', '165537.917000', '165537.920000', '165537.922000', '165537.925000', '165537.927000', '165537.930000', '165537.933000', '165537.935000', '165543.755000', '165543.758000', '165543.761000', '165543.763000', '165543.767000', '165543.769000', '165543.773000', '165543.776000', '165543.779000', '165543.781000', '165543.784000', '165543.787000', '165543.790000'], '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': [14970, 11645, 14632, 8778, 11875, 8864, 14202, 8684, 11166, 8151, 11768, 8106, 10761, 9822, 9598, 10800, 10392, 12508, 8857, 12245, 8601, 12347, 9706, 11277, 8321, 12667, 8024, 12218, 8784, 13017, 10902, 11236, 11069, 9686, 12940, 9567, 11994, 8772, 11851, 8307, 13985, 8371, 11999, 11140, 10801, 13723, 8914, 12849, 8885, 15353, 8965, 11874, 8470, 11139, 9548, 10010, 12354, 9167, 11057, 8905, 12563, 9436, 11621, 8900, 12829, 7892, 12204, 8125, 15331, 10267, 15095, 8374, 12627, 11085, 13208, 13897, 10203, 13352, 8405, 13135, 8246, 13856, 8305, 11231, 8159, 10254, 10312, 10793, 14232, 8920, 13397, 8731, 12892, 8654, 11852, 8560, 12938, 8433, 10786, 8292, 9900, 9801, 9895, 9799, 9593, 10365, 11718, 11928, 9524, 9834, 9921, 11458, 10274, 12851, 9476, 13744, 8667, 12726, 8708, 15133, 10708, 12598, 8267, 10810, 8155, 12037, 11569, 12075, 12501, 10752, 13511, 10278, 13134, 10190, 13173, 9187, 11836, 9135, 12339, 9151, 11652, 8623, 14219, 8452, 12280, 9131, 11740, 10275, 10992, 13098, 11020, 11017, 11603, 12799, 9674, 13179, 9956, 12919, 8974, 11924, 8758, 13888, 8887, 10747, 8465, 10304, 8566, 12526, 10926, 9850, 8620, 9911, 12030, 11128, 12747, 9234, 11739, 9146, 12085, 9113, 11733, 9357, 13010, 8851, 11750, 8424, 10982, 8551, 10681, 8511, 10411, 8216, 10286, 10225, 9992, 8232, 10063, 11177, 11435, 12019, 11399, 10829, 11430, 12147, 12103, 14016, 11287, 12025, 9293, 13982, 9098, 11463, 9407, 11237, 8734, 10996, 8853, 10844, 8503, 12507, 8348, 12068, 11226, 10342, 10659, 9969, 11839, 11023, 12082, 10896, 12510, 9499, 13183, 9575, 11094, 9393, 12343, 9396, 11770, 8938, 12310, 10135, 12899, 8721, 14806, 8744, 13563, 9324, 10985, 8397, 10440, 10460, 10911, 11931, 10871, 10705, 10187, 12254, 10618, 13411, 9721, 11486, 9121, 11419, 9134, 11913, 9147, 11204, 8641, 11418, 8494, 10282, 8503, 10268, 8497, 9943, 11504, 11812, 13583, 9671, 12399, 9644, 12168, 9124, 11405, 9352, 11484, 8645, 13499, 8700, 10452, 8723, 11488, 8608, 10411, 10973, 10457, 10717, 10029, 12867, 8956, 11620, 9198, 11794, 8588, 13751, 8453, 10620, 10605, 10605, 11997, 9281, 11999, 9593, 11569, 9224, 13293, 8886, 10686, 11169, 9885, 11169, 9431, 12873, 9203, 11641, 9378, 11295, 9153, 12186, 9083, 12500, 9756, 13051, 9049, 12300, 9143, 12902, 9445, 11481, 8608, 13324, 8627, 12594, 11095, 10211, 11449, 10642, 13046, 11388, 13800, 10036, 12962, 9272, 11829, 9142, 12873, 9320, 11288, 9430, 11372, 9288, 13865, 10736, 14034, 8612, 13476, 8868, 11300, 9536, 10724, 9383, 10176, 13411, 11031, 13605, 9479, 11691, 8949, 10809, 8804, 10337, 8581, 10811, 8072, 9797, 9387, 9765, 9337, 9229, 11802, 9227, 10705, 8879, 11436, 8649, 10888, 8777, 10276, 8564, 10531, 9222, 9916, 11950, 9927, 12278, 10398, 12665, 9295, 11725, 10623, 11767, 8520, 10927, 8640, 10466, 11404, 10366, 12300, 9446, 12121, 9265, 12248, 9117, 13446, 8515, 10440, 10456, 10151, 13236, 9632, 12370, 9214, 12308, 8897, 11417, 8701, 11495, 8583, 10237, 8474, 10023, 8426, 10654, 8315, 11715, 11602, 12179, 11630, 9091, 14258, 9309, 12109, 10136, 12094, 8740, 11865, 8870, 13431, 8974, 11963, 8691, 10408, 11941, 9870, 11824, 10299, 11313, 9024, 11224, 8768, 10554, 9249, 10344, 10754, 9787, 12627, 9439, 12279, 9437, 11216, 8824, 11104, 8882, 10707, 9111, 10175, 8358, 10104, 11838, 10288, 11758, 9299, 11348, 8832, 11075, 8749, 10328, 8888, 10056, 13042, 8726, 12842, 8715, 10809, 8859, 10315, 8173, 10154, 12882, 9497, 12595, 9160, 12197, 8895, 12979, 8949, 11816, 11046, 9902, 12206, 9594, 11964, 9486, 12799, 8551, 10338, 10988, 9797, 12005, 9264, 11808, 8905, 11837, 8723, 10379, 8173, 10326, 11902, 10936, 12911, 9408, 11611, 8870, 10998, 8868, 11547, 8854, 11272, 8604, 11017, 9176, 12114, 11029, 10538, 11194, 9709, 14240, 9381, 11583, 9505, 11983, 8961, 12265, 8645, 10554, 9333, 10461, 13945, 9394, 12528, 9942, 12067, 8827, 11341, 8694, 11736, 8645, 10669, 8447, 10122, 9263, 9632, 9261, 11129, 9550, 10028, 12036, 9440, 13946, 10659, 13584, 9261, 11902, 8783, 15412, 8726, 12267, 8464, 10758, 10670, 10676, 10965, 10636, 11615, 9870, 13387, 10051, 13022, 9417, 13144, 9324, 12308, 9646, 12634, 9207, 12745, 8782, 13560, 8928, 10789, 8370, 10440, 9749, 10208, 13153, 10585, 12131, 9451, 13832, 9238, 11541, 9052, 11265, 8715, 12021, 8745, 10882, 10836, 10400, 10394, 9721, 13271, 9336, 12290, 9356, 11387, 8589, 10901, 8767, 10137, 12587, 9279, 12363, 8999, 11961, 8636, 11196, 8585, 10594, 8335, 10156, 9203, 10070, 9741, 10036, 13623, 9239, 12356, 9272, 11327, 8723, 11369, 8582, 11256, 8442, 10701, 8079, 10448, 11123, 11944, 14066, 10416, 12806, 9095, 11495, 9758, 12919, 10858, 12326, 8673, 10892, 9456, 10365, 10460, 10330, 12762, 9506, 12099, 9885, 13211, 9130, 13588, 8478, 10645, 11291, 9413, 12350, 9310, 11913, 8859, 10838, 8758, 10496, 8336, 10130, 11442, 9385, 13176, 9284, 11473, 9076, 11209, 8920, 10558, 8306, 10954, 8250, 11178, 10806, 10913, 14260, 10827, 14145, 9786, 13123, 11566, 10579, 14034, 10710, 13046, 9269, 12242, 8506, 11013, 9452, 9994, 14331, 9113, 11383, 9394, 10324, 8543, 10358, 8582, 9421, 12565, 10210, 12851, 8869, 11509, 9021, 9658, 8782, 10079, 9671, 9710, 13446, 10272, 13650, 9503, 13162, 8615, 11826, 8651, 11660, 9086, 14256, 8500, 10423, 11252, 10438, 13996, 9825, 13109, 9094, 12388, 8857, 11445, 8720, 10585, 8529, 10184, 13561, 9366, 12727, 9179, 12311, 8789, 10437, 9133, 10050, 8396, 9906, 8249, 9357, 8812, 9125, 8535, 9917, 14409, 9119, 12853, 9189, 12547, 8829, 12130, 11682, 10761, 14683, 11256, 12589, 9061, 11272, 8584, 10811, 9839, 10363, 10000, 9711, 12999, 8944, 12375, 9327, 12133, 8609, 11242, 9163, 10956, 8963, 13692, 9269, 13452, 9875, 12809, 10078, 10260, 10976, 9845, 15832, 10181, 14032, 9406, 13721, 8786, 10400, 14330, 10344, 13890, 8729, 12059, 9599, 10797, 10517, 10061, 11048, 9306, 12297, 9146, 10974, 8815, 10398], 'WindowCenter': [4590.0, 4554.0, 4548.0, 4495.0, 4512.0, 4492.0, 4521.0, 4493.0, 4512.0, 4482.0, 4512.0, 4480.0, 4512.0, 4514.0, 4504.0, 4513.0, 4513.0, 4521.0, 4493.0, 4522.0, 4505.0, 4525.0, 4515.0, 4515.0, 4492.0, 4523.0, 4483.0, 4524.0, 4480.0, 4534.0, 4512.0, 4527.0, 4514.0, 4515.0, 4522.0, 4516.0, 4525.0, 4507.0, 4523.0, 4494.0, 4534.0, 4492.0, 4525.0, 4513.0, 4515.0, 4532.0, 4504.0, 4522.0, 4493.0, 4531.0, 4493.0, 4513.0, 4481.0, 4512.0, 4490.0, 4504.0, 4522.0, 4503.0, 4511.0, 4503.0, 4521.0, 4506.0, 4527.0, 4523.0, 4538.0, 4496.0, 4523.0, 4484.0, 4534.0, 4503.0, 4533.0, 4482.0, 4523.0, 4512.0, 4534.0, 4522.0, 4502.0, 4521.0, 4492.0, 4522.0, 4494.0, 4534.0, 4493.0, 4513.0, 4482.0, 4514.0, 4511.0, 4527.0, 4533.0, 4494.0, 4521.0, 4495.0, 4526.0, 4508.0, 4525.0, 4481.0, 4521.0, 4481.0, 4513.0, 4481.0, 4504.0, 4503.0, 4502.0, 4503.0, 4516.0, 4501.0, 4536.0, 4524.0, 4516.0, 4502.0, 4515.0, 4523.0, 4516.0, 4535.0, 4505.0, 4522.0, 4493.0, 4522.0, 4493.0, 4534.0, 4513.0, 4523.0, 4492.0, 4513.0, 4482.0, 4524.0, 4512.0, 4524.0, 4511.0, 4513.0, 4521.0, 4503.0, 4524.0, 4513.0, 4520.0, 4491.0, 4509.0, 4491.0, 4510.0, 4491.0, 4509.0, 4479.0, 4520.0, 4480.0, 4524.0, 4491.0, 4511.0, 4500.0, 4512.0, 4522.0, 4513.0, 4501.0, 4513.0, 4519.0, 4503.0, 4523.0, 4502.0, 4510.0, 4491.0, 4511.0, 4480.0, 4522.0, 4480.0, 4501.0, 4469.0, 4499.0, 4479.0, 4522.0, 4500.0, 4502.0, 4481.0, 4503.0, 4511.0, 4513.0, 4521.0, 4502.0, 4511.0, 4503.0, 4512.0, 4494.0, 4513.0, 4493.0, 4511.0, 4490.0, 4511.0, 4481.0, 4502.0, 4481.0, 4501.0, 4480.0, 4512.0, 4492.0, 4515.0, 4504.0, 4504.0, 4483.0, 4504.0, 4513.0, 4515.0, 4512.0, 4515.0, 4501.0, 4515.0, 4512.0, 4525.0, 4523.0, 4515.0, 4511.0, 4492.0, 4520.0, 4493.0, 4512.0, 4492.0, 4501.0, 4493.0, 4513.0, 4493.0, 4502.0, 4490.0, 4522.0, 4481.0, 4523.0, 4512.0, 4503.0, 4499.0, 4491.0, 4511.0, 4502.0, 4510.0, 4502.0, 4510.0, 4489.0, 4509.0, 4491.0, 4500.0, 4491.0, 4509.0, 4489.0, 4498.0, 4481.0, 4510.0, 4491.0, 4508.0, 4480.0, 4519.0, 4477.0, 4510.0, 4480.0, 4499.0, 4467.0, 4488.0, 4487.0, 4499.0, 4499.0, 4499.0, 4487.0, 4489.0, 4496.0, 4501.0, 4508.0, 4490.0, 4499.0, 4479.0, 4497.0, 4490.0, 4511.0, 4490.0, 4498.0, 4479.0, 4499.0, 4479.0, 4502.0, 4480.0, 4502.0, 4479.0, 4503.0, 4499.0, 4512.0, 4521.0, 4492.0, 4509.0, 4491.0, 4508.0, 4493.0, 4502.0, 4492.0, 4499.0, 4481.0, 4520.0, 4481.0, 4502.0, 4481.0, 4512.0, 4480.0, 4503.0, 4499.0, 4514.0, 4500.0, 4503.0, 4520.0, 4494.0, 4513.0, 4502.0, 4511.0, 4492.0, 4522.0, 4482.0, 4515.0, 4501.0, 4504.0, 4511.0, 4492.0, 4499.0, 4491.0, 4501.0, 4489.0, 4509.0, 4478.0, 4500.0, 4500.0, 4492.0, 4500.0, 4490.0, 4507.0, 4492.0, 4500.0, 4493.0, 4500.0, 4491.0, 4512.0, 4493.0, 4511.0, 4503.0, 4521.0, 4494.0, 4511.0, 4505.0, 4538.0, 4504.0, 4513.0, 4492.0, 4521.0, 4483.0, 4525.0, 4513.0, 4504.0, 4501.0, 4502.0, 4509.0, 4510.0, 4520.0, 4502.0, 4509.0, 4491.0, 4500.0, 4492.0, 4512.0, 4493.0, 4501.0, 4492.0, 4500.0, 4493.0, 4522.0, 4501.0, 4520.0, 4482.0, 4510.0, 4481.0, 4501.0, 4490.0, 4501.0, 4478.0, 4491.0, 4508.0, 4501.0, 4510.0, 4490.0, 4498.0, 4491.0, 4501.0, 4494.0, 4501.0, 4491.0, 4512.0, 4481.0, 4505.0, 4492.0, 4504.0, 4490.0, 4506.0, 4513.0, 4506.0, 4504.0, 4495.0, 4513.0, 4494.0, 4514.0, 4495.0, 4513.0, 4492.0, 4513.0, 4492.0, 4503.0, 4512.0, 4505.0, 4512.0, 4503.0, 4523.0, 4493.0, 4512.0, 4502.0, 4511.0, 4482.0, 4503.0, 4483.0, 4513.0, 4511.0, 4503.0, 4510.0, 4492.0, 4510.0, 4493.0, 4512.0, 4482.0, 4510.0, 4479.0, 4501.0, 4488.0, 4502.0, 4509.0, 4492.0, 4509.0, 4490.0, 4511.0, 4493.0, 4512.0, 4491.0, 4511.0, 4493.0, 4515.0, 4495.0, 4504.0, 4493.0, 4514.0, 4494.0, 4526.0, 4513.0, 4524.0, 4512.0, 4493.0, 4521.0, 4503.0, 4513.0, 4503.0, 4511.0, 4480.0, 4526.0, 4494.0, 4524.0, 4492.0, 4512.0, 4477.0, 4501.0, 4499.0, 4490.0, 4500.0, 4491.0, 4499.0, 4479.0, 4499.0, 4479.0, 4501.0, 4479.0, 4500.0, 4497.0, 4491.0, 4509.0, 4491.0, 4511.0, 4492.0, 4511.0, 4493.0, 4512.0, 4507.0, 4517.0, 4495.0, 4505.0, 4483.0, 4505.0, 4511.0, 4515.0, 4511.0, 4495.0, 4501.0, 4492.0, 4512.0, 4494.0, 4516.0, 4493.0, 4503.0, 4522.0, 4494.0, 4523.0, 4494.0, 4511.0, 4493.0, 4514.0, 4482.0, 4516.0, 4524.0, 4502.0, 4513.0, 4505.0, 4513.0, 4493.0, 4524.0, 4480.0, 4514.0, 4499.0, 4491.0, 4510.0, 4491.0, 4511.0, 4491.0, 4510.0, 4479.0, 4501.0, 4500.0, 4503.0, 4512.0, 4491.0, 4511.0, 4492.0, 4513.0, 4493.0, 4503.0, 4481.0, 4503.0, 4510.0, 4515.0, 4522.0, 4493.0, 4514.0, 4492.0, 4513.0, 4505.0, 4524.0, 4505.0, 4515.0, 4493.0, 4513.0, 4504.0, 4526.0, 4513.0, 4504.0, 4502.0, 4503.0, 4520.0, 4492.0, 4501.0, 4504.0, 4512.0, 4492.0, 4514.0, 4481.0, 4502.0, 4491.0, 4514.0, 4521.0, 4492.0, 4512.0, 4503.0, 4510.0, 4480.0, 4499.0, 4480.0, 4512.0, 4478.0, 4500.0, 4482.0, 4502.0, 4493.0, 4505.0, 4492.0, 4515.0, 4501.0, 4505.0, 4524.0, 4506.0, 4535.0, 4516.0, 4521.0, 4490.0, 4511.0, 4482.0, 4532.0, 4482.0, 4511.0, 4481.0, 4502.0, 4501.0, 4503.0, 4499.0, 4502.0, 4499.0, 4502.0, 4520.0, 4503.0, 4522.0, 4494.0, 4509.0, 4493.0, 4513.0, 4493.0, 4511.0, 4492.0, 4511.0, 4481.0, 4522.0, 4480.0, 4502.0, 4480.0, 4500.0, 4491.0, 4505.0, 4523.0, 4503.0, 4509.0, 4493.0, 4521.0, 4494.0, 4514.0, 4492.0, 4511.0, 4482.0, 4511.0, 4480.0, 4513.0, 4501.0, 4503.0, 4491.0, 4492.0, 4511.0, 4493.0, 4512.0, 4492.0, 4501.0, 4481.0, 4502.0, 4480.0, 4504.0, 4510.0, 4494.0, 4510.0, 4495.0, 4513.0, 4495.0, 4514.0, 4494.0, 4504.0, 4482.0, 4516.0, 4494.0, 4505.0, 4503.0, 4506.0, 4524.0, 4505.0, 4524.0, 4505.0, 4513.0, 4494.0, 4516.0, 4494.0, 4515.0, 4494.0, 4514.0, 4483.0, 4516.0, 4514.0, 4527.0, 4534.0, 4514.0, 4523.0, 4495.0, 4513.0, 4506.0, 4524.0, 4515.0, 4512.0, 4481.0, 4514.0, 4503.0, 4514.0, 4503.0, 4505.0, 4512.0, 4494.0, 4513.0, 4503.0, 4523.0, 4493.0, 4512.0, 4468.0, 4499.0, 4512.0, 4493.0, 4511.0, 4492.0, 4511.0, 4482.0, 4501.0, 4482.0, 4502.0, 4480.0, 4503.0, 4500.0, 4493.0, 4512.0, 4493.0, 4501.0, 4493.0, 4514.0, 4505.0, 4515.0, 4492.0, 4514.0, 4494.0, 4528.0, 4515.0, 4528.0, 4535.0, 4517.0, 4524.0, 4503.0, 4523.0, 4499.0, 4503.0, 4510.0, 4500.0, 4508.0, 4479.0, 4512.0, 4479.0, 4512.0, 4490.0, 4492.0, 4534.0, 4507.0, 4491.0, 4457.0, 4455.0, 4455.0, 4492.0, 4521.0, 4530.0, 4536.0, 4517.0, 4522.0, 4493.0, 4511.0, 4481.0, 4490.0, 4482.0, 4503.0, 4491.0, 4504.0, 4522.0, 4515.0, 4522.0, 4503.0, 4511.0, 4481.0, 4500.0, 4481.0, 4511.0, 4493.0, 4522.0, 4480.0, 4513.0, 4513.0, 4516.0, 4520.0, 4503.0, 4509.0, 4482.0, 4511.0, 4481.0, 4501.0, 4480.0, 4501.0, 4480.0, 4503.0, 4521.0, 4493.0, 4510.0, 4493.0, 4511.0, 4482.0, 4503.0, 4494.0, 4505.0, 4483.0, 4505.0, 4483.0, 4507.0, 4496.0, 4507.0, 4495.0, 4518.0, 4524.0, 4496.0, 4524.0, 4494.0, 4514.0, 4483.0, 4524.0, 4511.0, 4504.0, 4522.0, 4514.0, 4512.0, 4481.0, 4501.0, 4482.0, 4503.0, 4502.0, 4504.0, 4503.0, 4518.0, 4535.0, 4517.0, 4524.0, 4504.0, 4521.0, 4494.0, 4513.0, 4506.0, 4516.0, 4508.0, 4535.0, 4506.0, 4535.0, 4504.0, 4525.0, 4503.0, 4504.0, 4501.0, 4504.0, 4531.0, 4503.0, 4524.0, 4491.0, 4521.0, 4479.0, 4503.0, 4520.0, 4502.0, 4519.0, 4481.0, 4511.0, 4491.0, 4513.0, 4501.0, 4491.0, 4501.0, 4491.0, 4509.0, 4493.0, 4502.0, 4493.0, 4516.0], 'WindowWidth': [10065.0, 10004.0, 9982.0, 9904.0, 9921.0, 9892.0, 9933.0, 9897.0, 9923.0, 9882.0, 9921.0, 9873.0, 9921.0, 9925.0, 9915.0, 9922.0, 9924.0, 9929.0, 9897.0, 9935.0, 9918.0, 9944.0, 9932.0, 9927.0, 9895.0, 9936.0, 9880.0, 9939.0, 9875.0, 9954.0, 9920.0, 9948.0, 9924.0, 9929.0, 9936.0, 9934.0, 9946.0, 9924.0, 9939.0, 9900.0, 9956.0, 9895.0, 9944.0, 9922.0, 9931.0, 9948.0, 9913.0, 9934.0, 9895.0, 9947.0, 9893.0, 9921.0, 9876.0, 9921.0, 9887.0, 9914.0, 9934.0, 9910.0, 9916.0, 9911.0, 9933.0, 9920.0, 9949.0, 9953.0, 9964.0, 9905.0, 9938.0, 9888.0, 9955.0, 9909.0, 9951.0, 9879.0, 9939.0, 9919.0, 9953.0, 9935.0, 9908.0, 9930.0, 9894.0, 9932.0, 9899.0, 9953.0, 9896.0, 9924.0, 9879.0, 9929.0, 9919.0, 9951.0, 9952.0, 9899.0, 9930.0, 9902.0, 9943.0, 9928.0, 9942.0, 9876.0, 9931.0, 9875.0, 9922.0, 9877.0, 9915.0, 9906.0, 9908.0, 9907.0, 9933.0, 9903.0, 9962.0, 9942.0, 9931.0, 9907.0, 9931.0, 9937.0, 9934.0, 9958.0, 9917.0, 9933.0, 9896.0, 9933.0, 9896.0, 9953.0, 9922.0, 9938.0, 9893.0, 9923.0, 9881.0, 9942.0, 9920.0, 9939.0, 9916.0, 9922.0, 9930.0, 9911.0, 9940.0, 9924.0, 9926.0, 9889.0, 9912.0, 9892.0, 9916.0, 9889.0, 9912.0, 9872.0, 9928.0, 9874.0, 9940.0, 9890.0, 9918.0, 9899.0, 9921.0, 9933.0, 9922.0, 9902.0, 9923.0, 9927.0, 9910.0, 9935.0, 9908.0, 9913.0, 9889.0, 9916.0, 9872.0, 9935.0, 9872.0, 9901.0, 9855.0, 9898.0, 9870.0, 9933.0, 9900.0, 9905.0, 9875.0, 9910.0, 9916.0, 9924.0, 9931.0, 9908.0, 9916.0, 9910.0, 9920.0, 9899.0, 9924.0, 9897.0, 9916.0, 9889.0, 9914.0, 9877.0, 9906.0, 9875.0, 9904.0, 9874.0, 9921.0, 9895.0, 9932.0, 9912.0, 9911.0, 9881.0, 9912.0, 9921.0, 9929.0, 9920.0, 9929.0, 9904.0, 9927.0, 9919.0, 9943.0, 9937.0, 9928.0, 9915.0, 9892.0, 9928.0, 9895.0, 9919.0, 9893.0, 9902.0, 9894.0, 9923.0, 9895.0, 9905.0, 9888.0, 9934.0, 9876.0, 9937.0, 9918.0, 9909.0, 9897.0, 9890.0, 9915.0, 9906.0, 9912.0, 9906.0, 9911.0, 9885.0, 9910.0, 9890.0, 9900.0, 9888.0, 9908.0, 9884.0, 9894.0, 9875.0, 9914.0, 9887.0, 9908.0, 9869.0, 9922.0, 9865.0, 9913.0, 9870.0, 9896.0, 9849.0, 9881.0, 9876.0, 9898.0, 9896.0, 9897.0, 9876.0, 9883.0, 9888.0, 9900.0, 9909.0, 9886.0, 9893.0, 9870.0, 9891.0, 9884.0, 9916.0, 9887.0, 9894.0, 9870.0, 9898.0, 9869.0, 9906.0, 9873.0, 9906.0, 9869.0, 9907.0, 9897.0, 9921.0, 9929.0, 9891.0, 9910.0, 9889.0, 9908.0, 9894.0, 9905.0, 9889.0, 9896.0, 9874.0, 9927.0, 9877.0, 9907.0, 9875.0, 9919.0, 9871.0, 9909.0, 9898.0, 9925.0, 9901.0, 9909.0, 9929.0, 9899.0, 9922.0, 9907.0, 9917.0, 9893.0, 9935.0, 9880.0, 9927.0, 9903.0, 9911.0, 9913.0, 9891.0, 9898.0, 9889.0, 9902.0, 9883.0, 9910.0, 9865.0, 9899.0, 9897.0, 9890.0, 9899.0, 9887.0, 9906.0, 9892.0, 9900.0, 9893.0, 9898.0, 9890.0, 9917.0, 9897.0, 9917.0, 9909.0, 9929.0, 9898.0, 9917.0, 9916.0, 9965.0, 9914.0, 9921.0, 9894.0, 9934.0, 9881.0, 9942.0, 9919.0, 9910.0, 9900.0, 9904.0, 9913.0, 9916.0, 9926.0, 9905.0, 9909.0, 9889.0, 9898.0, 9892.0, 9917.0, 9896.0, 9901.0, 9893.0, 9902.0, 9894.0, 9932.0, 9904.0, 9926.0, 9875.0, 9913.0, 9875.0, 9904.0, 9884.0, 9901.0, 9865.0, 9889.0, 9907.0, 9902.0, 9912.0, 9887.0, 9893.0, 9887.0, 9903.0, 9899.0, 9903.0, 9889.0, 9920.0, 9877.0, 9915.0, 9891.0, 9912.0, 9889.0, 9916.0, 9923.0, 9916.0, 9912.0, 9901.0, 9921.0, 9898.0, 9925.0, 9901.0, 9925.0, 9893.0, 9923.0, 9892.0, 9910.0, 9919.0, 9916.0, 9919.0, 9909.0, 9934.0, 9895.0, 9921.0, 9905.0, 9916.0, 9878.0, 9909.0, 9880.0, 9924.0, 9914.0, 9908.0, 9912.0, 9892.0, 9913.0, 9892.0, 9920.0, 9876.0, 9913.0, 9867.0, 9902.0, 9880.0, 9906.0, 9910.0, 9890.0, 9909.0, 9887.0, 9915.0, 9895.0, 9920.0, 9891.0, 9916.0, 9895.0, 9929.0, 9900.0, 9913.0, 9896.0, 9928.0, 9898.0, 9946.0, 9923.0, 9939.0, 9916.0, 9896.0, 9931.0, 9909.0, 9921.0, 9907.0, 9914.0, 9873.0, 9945.0, 9899.0, 9939.0, 9891.0, 9919.0, 9864.0, 9902.0, 9894.0, 9888.0, 9900.0, 9887.0, 9894.0, 9869.0, 9896.0, 9869.0, 9905.0, 9868.0, 9901.0, 9890.0, 9889.0, 9911.0, 9892.0, 9916.0, 9892.0, 9916.0, 9896.0, 9919.0, 9921.0, 9934.0, 9902.0, 9916.0, 9881.0, 9914.0, 9917.0, 9929.0, 9919.0, 9900.0, 9902.0, 9893.0, 9920.0, 9896.0, 9930.0, 9893.0, 9909.0, 9930.0, 9899.0, 9936.0, 9898.0, 9917.0, 9895.0, 9926.0, 9880.0, 9932.0, 9938.0, 9908.0, 9920.0, 9913.0, 9922.0, 9895.0, 9938.0, 9873.0, 9922.0, 9895.0, 9889.0, 9912.0, 9890.0, 9916.0, 9886.0, 9911.0, 9867.0, 9903.0, 9898.0, 9910.0, 9918.0, 9891.0, 9916.0, 9892.0, 9925.0, 9896.0, 9908.0, 9874.0, 9908.0, 9914.0, 9927.0, 9933.0, 9896.0, 9924.0, 9895.0, 9925.0, 9917.0, 9941.0, 9915.0, 9927.0, 9895.0, 9924.0, 9912.0, 9943.0, 9922.0, 9912.0, 9904.0, 9907.0, 9928.0, 9892.0, 9901.0, 9909.0, 9919.0, 9894.0, 9925.0, 9874.0, 9906.0, 9889.0, 9924.0, 9930.0, 9894.0, 9919.0, 9907.0, 9912.0, 9874.0, 9898.0, 9873.0, 9918.0, 9867.0, 9900.0, 9876.0, 9908.0, 9897.0, 9918.0, 9893.0, 9929.0, 9904.0, 9915.0, 9938.0, 9920.0, 9954.0, 9929.0, 9929.0, 9888.0, 9914.0, 9877.0, 9948.0, 9877.0, 9918.0, 9873.0, 9906.0, 9902.0, 9908.0, 9899.0, 9907.0, 9898.0, 9906.0, 9929.0, 9909.0, 9932.0, 9897.0, 9912.0, 9896.0, 9921.0, 9894.0, 9914.0, 9891.0, 9913.0, 9874.0, 9932.0, 9873.0, 9904.0, 9872.0, 9901.0, 9888.0, 9914.0, 9934.0, 9909.0, 9911.0, 9894.0, 9928.0, 9898.0, 9925.0, 9893.0, 9915.0, 9877.0, 9918.0, 9873.0, 9923.0, 9903.0, 9909.0, 9887.0, 9892.0, 9915.0, 9896.0, 9919.0, 9891.0, 9901.0, 9874.0, 9905.0, 9872.0, 9912.0, 9914.0, 9896.0, 9913.0, 9899.0, 9920.0, 9902.0, 9925.0, 9899.0, 9911.0, 9880.0, 9930.0, 9897.0, 9916.0, 9908.0, 9918.0, 9937.0, 9915.0, 9940.0, 9915.0, 9921.0, 9899.0, 9931.0, 9899.0, 9930.0, 9899.0, 9927.0, 9881.0, 9932.0, 9924.0, 9947.0, 9953.0, 9927.0, 9935.0, 9901.0, 9922.0, 9917.0, 9939.0, 9926.0, 9918.0, 9877.0, 9924.0, 9908.0, 9926.0, 9908.0, 9915.0, 9918.0, 9896.0, 9923.0, 9910.0, 9933.0, 9893.0, 9918.0, 9853.0, 9899.0, 9918.0, 9895.0, 9914.0, 9891.0, 9913.0, 9877.0, 9904.0, 9877.0, 9906.0, 9872.0, 9907.0, 9897.0, 9894.0, 9918.0, 9894.0, 9900.0, 9893.0, 9924.0, 9916.0, 9928.0, 9895.0, 9928.0, 9899.0, 9950.0, 9928.0, 9952.0, 9955.0, 9933.0, 9938.0, 9907.0, 9936.0, 9897.0, 9907.0, 9912.0, 9898.0, 9906.0, 9869.0, 9918.0, 9869.0, 9920.0, 9885.0, 9891.0, 9952.0, 9920.0, 9881.0, 9824.0, 9816.0, 9820.0, 9889.0, 9951.0, 9961.0, 9958.0, 9934.0, 9933.0, 9896.0, 9916.0, 9874.0, 9887.0, 9878.0, 9910.0, 9888.0, 9914.0, 9933.0, 9930.0, 9934.0, 9910.0, 9916.0, 9875.0, 9898.0, 9875.0, 9916.0, 9893.0, 9932.0, 9874.0, 9923.0, 9921.0, 9931.0, 9927.0, 9906.0, 9910.0, 9877.0, 9914.0, 9874.0, 9902.0, 9873.0, 9903.0, 9871.0, 9908.0, 9930.0, 9895.0, 9912.0, 9894.0, 9913.0, 9877.0, 9909.0, 9896.0, 9916.0, 9880.0, 9914.0, 9880.0, 9922.0, 9902.0, 9919.0, 9900.0, 9936.0, 9938.0, 9902.0, 9937.0, 9895.0, 9924.0, 9880.0, 9939.0, 9915.0, 9912.0, 9935.0, 9922.0, 9918.0, 9875.0, 9901.0, 9876.0, 9909.0, 9905.0, 9910.0, 9907.0, 9940.0, 9960.0, 9938.0, 9940.0, 9914.0, 9932.0, 9900.0, 9924.0, 9922.0, 9933.0, 9926.0, 9956.0, 9920.0, 9955.0, 9914.0, 9945.0, 9909.0, 9912.0, 9901.0, 9910.0, 9944.0, 9911.0, 9938.0, 9891.0, 9930.0, 9869.0, 9908.0, 9926.0, 9907.0, 9925.0, 9877.0, 9916.0, 9888.0, 9923.0, 9903.0, 9890.0, 9899.0, 9890.0, 9911.0, 9894.0, 9905.0, 9894.0, 9932.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.00294216091954023</td></tr>
<tr><td colspan=3>aqi</td><td>0.021435494942528735</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.61679830876868</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.351899299689296</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0491326256962026</td></tr>
<tr><td colspan=3>efc</td><td>0.4603</td></tr>
<tr><td colspan=3>fber</td><td>9401.7256</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08695893065454825</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.793103448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.304598167404821</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.255119218961041</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.417449396908969</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2412258863444525</td></tr>
<tr><td colspan=3>gcor</td><td>0.00777762</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0022590418811887503</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02773456647992134</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.244691267820252</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.6505</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5412</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.1699</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300556.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>691.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.2542</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1231</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.6093</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3747.8068</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1512.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.3901</td></tr>
<tr><td colspan=3>tsnr</td><td>45.596694614272565</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>