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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0061/ses-04/func/sub-0061_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9b93de0e4f3daa11243dbb1e0b79b33c</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:50:34.595000</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.998967, 0.0236772, 0.0387982, -0.0299977, 0.984741, 0.171419]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0852325</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7777, -7255, 554, -30, -174, 3, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.231</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>729e4603-1579-42ec-9d58-5bbe825944da||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.6801540851593018, -0.0804816484451294, 0.09219814836978912, 112.24178314208984], [-0.0635242909193039, 2.641989231109619, 0.46549537777900696, -95.00112915039062], [0.10409272462129593, -0.45990464091300964, 2.6579718589782715, -50.743526458740234], [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': ['165034.595000', '165035.055000', '165035.515000', '165035.975000', '165036.435000', '165036.895000', '165037.355000', '165037.815000', '165038.275000', '165038.735000', '165039.195000', '165039.655000', '165040.115000', '165040.575000', '165041.035000', '165041.495000', '165041.955000', '165042.415000', '165042.875000', '165043.335000', '165043.795000', '165044.255000', '165044.715000', '165045.175000', '165045.635000', '165046.095000', '165046.555000', '165047.015000', '165047.475000', '165047.935000', '165048.395000', '165048.855000', '165049.315000', '165049.775000', '165050.235000', '165050.695000', '165051.155000', '165051.615000', '165052.075000', '165052.535000', '165052.995000', '165053.455000', '165053.915000', '165054.375000', '165054.835000', '165055.295000', '165055.755000', '165056.215000', '165056.675000', '165057.135000', '165057.595000', '165058.055000', '165058.515000', '165058.975000', '165059.435000', '165059.895000', '165100.355000', '165100.815000', '165101.275000', '165101.735000', '165102.195000', '165102.655000', '165103.115000', '165103.575000', '165104.035000', '165104.495000', '165104.955000', '165105.415000', '165105.875000', '165106.335000', '165106.795000', '165107.255000', '165107.715000', '165108.175000', '165108.635000', '165109.095000', '165109.555000', '165110.015000', '165110.475000', '165110.935000', '165111.395000', '165111.855000', '165112.315000', '165112.775000', '165113.235000', '165113.695000', '165114.155000', '165114.615000', '165115.075000', '165115.535000', '165115.995000', '165116.455000', '165116.915000', '165117.375000', '165117.835000', '165118.295000', '165118.755000', '165119.215000', '165119.675000', '165120.135000', '165120.595000', '165121.055000', '165121.515000', '165121.975000', '165122.435000', '165122.895000', '165123.355000', '165123.815000', '165124.275000', '165124.735000', '165125.195000', '165125.655000', '165126.115000', '165126.575000', '165127.035000', '165127.495000', '165127.955000', '165128.415000', '165128.875000', '165129.335000', '165129.795000', '165130.255000', '165130.715000', '165131.175000', '165131.635000', '165132.095000', '165132.555000', '165133.015000', '165133.475000', '165133.935000', '165134.395000', '165134.855000', '165135.315000', '165135.775000', '165136.235000', '165136.695000', '165137.155000', '165137.615000', '165138.075000', '165138.535000', '165138.995000', '165139.455000', '165139.915000', '165140.375000', '165140.835000', '165141.295000', '165141.755000', '165142.215000', '165142.675000', '165143.135000', '165143.595000', '165144.055000', '165144.515000', '165144.975000', '165145.435000', '165145.895000', '165146.355000', '165146.815000', '165147.275000', '165147.735000', '165148.195000', '165148.655000', '165149.115000', '165149.575000', '165150.035000', '165150.495000', '165150.955000', '165151.415000', '165151.875000', '165152.335000', '165152.795000', '165153.255000', '165153.715000', '165154.175000', '165154.635000', '165155.095000', '165155.555000', '165156.015000', '165156.475000', '165156.935000', '165157.395000', '165157.855000', '165158.315000', '165158.775000', '165159.235000', '165159.695000', '165200.155000', '165200.615000', '165201.075000', '165201.535000', '165201.995000', '165202.455000', '165202.915000', '165203.375000', '165203.835000', '165204.295000', '165204.755000', '165205.215000', '165205.675000', '165206.135000', '165206.595000', '165207.055000', '165207.515000', '165207.975000', '165208.435000', '165208.895000', '165209.355000', '165209.815000', '165210.275000', '165210.735000', '165211.195000', '165211.655000', '165212.115000', '165212.575000', '165213.035000', '165213.495000', '165213.955000', '165214.415000', '165214.875000', '165215.335000', '165215.795000', '165216.255000', '165216.715000', '165217.175000', '165217.635000', '165218.095000', '165218.555000', '165219.015000', '165219.475000', '165219.935000', '165220.395000', '165220.855000', '165221.315000', '165221.775000', '165222.235000', '165222.695000', '165223.155000', '165223.615000', '165224.075000', '165224.535000', '165224.995000', '165225.455000', '165225.915000', '165226.375000', '165226.835000', '165227.295000', '165227.755000', '165228.215000', '165228.675000', '165229.135000', '165229.595000', '165230.055000', '165230.515000', '165230.975000', '165231.435000', '165231.895000', '165232.355000', '165232.815000', '165233.275000', '165233.735000', '165234.195000', '165234.655000', '165235.115000', '165235.575000', '165236.035000', '165236.495000', '165236.955000', '165237.415000', '165237.875000', '165238.335000', '165238.795000', '165239.255000', '165239.715000', '165240.175000', '165240.635000', '165241.095000', '165241.555000', '165242.015000', '165242.475000', '165242.935000', '165243.395000', '165243.855000', '165244.315000', '165244.775000', '165245.235000', '165245.695000', '165246.155000', '165246.615000', '165247.075000', '165247.535000', '165247.995000', '165248.455000', '165248.915000', '165249.375000', '165249.835000', '165250.295000', '165250.755000', '165251.215000', '165251.675000', '165252.135000', '165252.595000', '165253.055000', '165253.515000', '165253.975000', '165254.435000', '165254.895000', '165255.355000', '165255.815000', '165256.275000', '165256.735000', '165257.195000', '165257.655000', '165258.115000', '165258.575000', '165259.035000', '165259.495000', '165259.955000', '165300.415000', '165300.875000', '165301.335000', '165301.795000', '165302.255000', '165302.715000', '165303.175000', '165303.635000', '165304.095000', '165304.555000', '165305.015000', '165305.475000', '165305.935000', '165306.395000', '165306.855000', '165307.315000', '165307.775000', '165308.235000', '165308.695000', '165309.155000', '165309.615000', '165310.075000', '165310.535000', '165310.995000', '165311.455000', '165311.915000', '165312.375000', '165312.835000', '165313.295000', '165313.755000', '165314.215000', '165314.675000', '165315.135000', '165315.595000', '165316.055000', '165316.515000', '165316.975000', '165317.435000', '165317.895000', '165318.355000', '165318.815000', '165319.275000', '165319.735000', '165320.195000', '165320.655000', '165321.115000', '165321.575000', '165322.035000', '165322.495000', '165322.955000', '165323.415000', '165323.875000', '165324.335000', '165324.795000', '165325.255000', '165325.715000', '165326.175000', '165326.635000', '165327.095000', '165327.555000', '165328.015000', '165328.475000', '165328.935000', '165329.395000', '165329.855000', '165330.315000', '165330.775000', '165331.235000', '165331.695000', '165332.155000', '165332.615000', '165333.075000', '165333.535000', '165333.995000', '165334.455000', '165334.915000', '165335.375000', '165335.835000', '165336.295000', '165336.755000', '165337.215000', '165337.675000', '165338.135000', '165338.595000', '165339.055000', '165339.515000', '165339.975000', '165340.435000', '165340.895000', '165341.355000', '165341.815000', '165342.275000', '165342.735000', '165343.195000', '165343.655000', '165344.115000', '165344.575000', '165345.035000', '165345.495000', '165345.955000', '165346.415000', '165346.875000', '165347.335000', '165347.795000', '165348.255000', '165348.715000', '165349.175000', '165349.635000', '165350.095000', '165350.555000', '165351.015000', '165351.475000', '165351.935000', '165352.395000', '165352.855000', '165353.315000', '165353.775000', '165354.235000', '165354.695000', '165355.155000', '165355.615000', '165356.075000', '165356.535000', '165356.995000', '165357.455000', '165357.915000', '165358.375000', '165358.835000', '165359.295000', '165359.755000', '165400.215000', '165400.675000', '165401.135000', '165401.595000', '165402.055000', '165402.515000', '165402.975000', '165403.435000', '165403.895000', '165404.355000', '165404.815000', '165405.275000', '165405.735000', '165406.195000', '165406.655000', '165407.115000', '165407.575000', '165408.035000', '165408.495000', '165408.955000', '165409.415000', '165409.875000', '165410.335000', '165410.795000', '165411.255000', '165411.715000', '165412.175000', '165412.635000', '165413.095000', '165413.555000', '165414.015000', '165414.475000', '165414.935000', '165415.395000', '165415.855000', '165416.315000', '165416.775000', '165417.235000', '165417.695000', '165418.155000', '165418.615000', '165419.075000', '165419.535000', '165419.995000', '165420.455000', '165420.915000', '165421.375000', '165421.835000', '165422.295000', '165422.755000', '165423.215000', '165423.675000', '165424.135000', '165424.595000', '165425.055000', '165425.515000', '165425.975000', '165426.435000', '165426.895000', '165427.355000', '165427.815000', '165428.275000', '165428.735000', '165429.195000', '165429.655000', '165430.115000', '165430.575000', '165431.035000', '165431.495000', '165431.955000', '165432.415000', '165432.875000', '165433.335000', '165433.795000', '165434.255000', '165434.715000', '165435.175000', '165435.635000', '165436.095000', '165436.555000', '165437.015000', '165437.475000', '165437.935000', '165438.395000', '165438.855000', '165439.315000', '165439.775000', '165440.235000', '165440.695000', '165441.155000', '165441.615000', '165442.075000', '165442.535000', '165442.995000', '165443.455000', '165443.915000', '165444.375000', '165444.835000', '165445.295000', '165445.755000', '165446.215000', '165446.675000', '165447.135000', '165447.595000', '165448.055000', '165448.515000', '165448.975000', '165449.435000', '165449.895000', '165450.355000', '165450.815000', '165451.275000', '165451.735000', '165452.195000', '165452.655000', '165453.115000', '165453.575000', '165454.035000', '165454.495000', '165454.955000', '165455.415000', '165455.875000', '165456.335000', '165456.795000', '165457.255000', '165457.715000', '165458.175000', '165458.635000', '165459.095000', '165459.555000', '165500.015000', '165500.475000', '165500.935000', '165501.395000', '165501.855000', '165502.315000', '165502.775000', '165503.235000', '165503.695000', '165504.155000', '165504.615000', '165505.075000', '165505.535000', '165505.995000', '165506.455000', '165506.915000', '165507.375000', '165507.835000', '165508.295000', '165508.755000', '165509.215000', '165509.675000', '165510.135000', '165510.595000', '165511.055000', '165511.515000', '165511.975000', '165512.435000', '165512.895000', '165513.355000', '165513.815000', '165514.275000', '165514.735000', '165515.195000', '165515.655000', '165516.115000', '165516.575000', '165517.035000', '165517.495000', '165517.955000', '165518.415000', '165518.875000', '165519.335000', '165519.795000', '165520.255000', '165520.715000', '165521.175000', '165521.635000', '165522.095000', '165522.555000', '165523.015000', '165523.475000', '165523.935000', '165524.395000', '165524.855000', '165525.315000', '165525.775000', '165526.235000', '165526.695000', '165527.155000', '165527.615000', '165528.075000', '165528.535000', '165528.995000', '165529.455000', '165529.915000', '165530.375000', '165530.835000', '165531.295000', '165531.755000', '165532.215000', '165532.675000', '165533.135000', '165533.595000', '165534.055000', '165534.515000', '165534.975000', '165535.435000', '165535.895000', '165536.355000', '165536.815000', '165537.275000', '165537.735000', '165538.195000', '165538.655000', '165539.115000', '165539.575000', '165540.035000', '165540.495000', '165540.955000', '165541.415000', '165541.875000', '165542.335000', '165542.795000', '165543.255000', '165543.715000', '165544.175000', '165544.635000', '165545.095000', '165545.555000', '165546.015000', '165546.475000', '165546.935000', '165547.395000', '165547.855000', '165548.315000', '165548.775000', '165549.235000', '165549.695000', '165550.155000', '165550.615000', '165551.075000', '165551.535000', '165551.995000', '165552.455000', '165552.915000', '165553.375000', '165553.835000', '165554.295000', '165554.755000', '165555.215000', '165555.675000', '165556.135000', '165556.595000', '165557.055000', '165557.515000', '165557.975000', '165558.435000', '165558.895000', '165559.355000', '165559.815000', '165600.275000', '165600.735000', '165601.195000', '165601.655000', '165602.115000', '165602.575000', '165603.035000', '165603.495000', '165603.955000', '165604.415000', '165604.875000', '165605.335000', '165605.795000', '165606.255000', '165606.715000', '165607.175000', '165607.635000', '165608.095000', '165608.555000', '165609.015000', '165609.475000', '165609.935000', '165610.395000', '165610.855000', '165611.315000', '165611.775000', '165612.235000', '165612.695000', '165613.155000', '165613.615000', '165614.075000', '165614.535000', '165614.995000', '165615.455000', '165615.915000', '165616.375000', '165616.835000', '165617.295000', '165617.755000', '165618.215000', '165618.675000', '165619.135000', '165619.595000', '165620.055000', '165620.515000', '165620.975000', '165621.435000', '165621.895000', '165622.355000', '165622.815000', '165623.275000', '165623.735000', '165624.195000', '165624.655000', '165625.115000', '165625.575000', '165626.035000', '165626.495000', '165626.955000', '165627.415000', '165627.875000', '165628.335000', '165628.795000', '165629.255000', '165629.715000', '165630.175000', '165630.635000', '165631.095000', '165631.555000', '165632.015000', '165632.475000', '165632.935000', '165633.395000', '165633.855000', '165634.315000', '165634.775000', '165635.235000', '165635.695000', '165636.155000', '165636.615000', '165637.075000', '165637.535000', '165637.995000', '165638.455000', '165638.915000', '165639.375000', '165639.835000', '165640.295000', '165640.755000', '165641.215000', '165641.675000', '165642.135000', '165642.595000', '165643.055000', '165643.515000', '165643.975000', '165644.435000', '165644.895000', '165645.355000', '165645.815000', '165646.275000', '165646.735000', '165647.195000', '165647.655000', '165648.115000', '165648.575000', '165649.035000', '165649.495000', '165649.955000', '165650.415000', '165650.875000', '165651.335000', '165651.795000', '165652.255000', '165652.715000', '165653.175000', '165653.635000', '165654.095000', '165654.555000', '165655.015000', '165655.475000', '165655.935000', '165656.395000', '165656.855000', '165657.315000', '165657.775000', '165658.235000', '165658.695000', '165659.155000', '165659.615000', '165700.075000', '165700.535000', '165700.995000', '165701.455000', '165701.915000', '165702.375000', '165702.835000', '165703.295000', '165703.755000', '165704.215000', '165704.675000', '165705.135000', '165705.595000', '165706.055000', '165706.515000', '165706.975000', '165707.435000', '165707.895000', '165708.355000', '165708.815000', '165709.275000', '165709.735000', '165710.195000', '165710.655000', '165711.115000', '165711.575000', '165712.035000', '165712.495000', '165712.955000', '165713.415000', '165713.875000', '165714.335000', '165714.795000', '165715.255000'], 'ContentTime': ['165049.660000', '165049.663000', '165049.666000', '165049.669000', '165049.672000', '165049.674000', '165049.677000', '165049.680000', '165049.682000', '165049.685000', '165049.688000', '165049.690000', '165049.693000', '165049.695000', '165049.698000', '165049.701000', '165049.703000', '165049.706000', '165049.709000', '165049.715000', '165049.718000', '165049.720000', '165049.723000', '165049.726000', '165049.728000', '165049.731000', '165049.733000', '165049.736000', '165049.739000', '165049.741000', '165109.611000', '165109.615000', '165109.617000', '165109.620000', '165109.622000', '165109.625000', '165109.628000', '165109.630000', '165109.633000', '165109.635000', '165109.638000', '165109.641000', '165109.643000', '165109.646000', '165109.648000', '165109.651000', '165109.661000', '165109.664000', '165109.666000', '165109.669000', '165109.671000', '165109.674000', '165109.677000', '165109.679000', '165109.682000', '165109.685000', '165109.687000', '165109.690000', '165109.692000', '165109.695000', '165109.698000', '165109.700000', '165109.703000', '165109.706000', '165109.708000', '165109.711000', '165109.713000', '165109.716000', '165109.719000', '165109.721000', '165109.724000', '165109.727000', '165109.730000', '165129.611000', '165129.614000', '165129.617000', '165129.620000', '165129.623000', '165129.625000', '165129.628000', '165129.630000', '165129.633000', '165129.636000', '165129.643000', '165129.646000', '165129.648000', '165129.651000', '165129.654000', '165129.656000', '165129.659000', '165129.661000', '165129.664000', '165129.667000', '165129.669000', '165129.672000', '165129.675000', '165129.677000', '165129.680000', '165129.682000', '165129.685000', '165129.688000', '165129.691000', '165129.693000', '165129.696000', '165129.698000', '165129.701000', '165129.704000', '165129.706000', '165129.709000', '165129.715000', '165129.717000', '165129.720000', '165129.723000', '165129.725000', '165129.728000', '165129.731000', '165129.733000', '165149.611000', '165149.614000', '165149.617000', '165149.619000', '165149.623000', '165149.625000', '165149.628000', '165149.631000', '165149.633000', '165149.636000', '165149.639000', '165149.641000', '165149.644000', '165149.647000', '165149.649000', '165149.652000', '165149.655000', '165149.657000', '165149.660000', '165149.663000', '165149.665000', '165149.668000', '165149.670000', '165149.673000', '165149.676000', '165149.679000', '165149.681000', '165149.684000', '165149.686000', '165149.689000', '165149.692000', '165149.694000', '165149.697000', '165149.699000', '165149.702000', '165149.705000', '165149.707000', '165149.710000', '165149.713000', '165149.715000', '165149.718000', '165149.721000', '165149.723000', '165209.611000', '165209.614000', '165209.617000', '165209.620000', '165209.622000', '165209.625000', '165209.627000', '165209.630000', '165209.633000', '165209.635000', '165209.638000', '165209.641000', '165209.643000', '165209.646000', '165209.649000', '165209.651000', '165209.654000', '165209.657000', '165209.659000', '165209.662000', '165209.664000', '165209.667000', '165209.670000', '165209.672000', '165209.675000', '165209.678000', '165209.680000', '165209.683000', '165209.685000', '165209.688000', '165209.691000', '165209.693000', '165209.696000', '165209.699000', '165209.701000', '165209.704000', '165209.707000', '165209.721000', '165209.724000', '165209.726000', '165209.729000', '165209.732000', '165209.734000', '165209.737000', '165229.612000', '165229.615000', '165229.617000', '165229.620000', '165229.623000', '165229.625000', '165229.628000', '165229.631000', '165229.633000', '165229.636000', '165229.638000', '165229.641000', '165229.644000', '165229.646000', '165229.649000', '165229.652000', '165229.654000', '165229.657000', '165229.659000', '165229.662000', '165229.665000', '165229.667000', '165229.670000', '165229.673000', '165229.676000', '165229.678000', '165229.681000', '165229.684000', '165229.686000', '165229.689000', '165229.691000', '165229.694000', '165229.697000', '165229.699000', '165229.702000', '165229.705000', '165229.707000', '165229.710000', '165229.713000', '165229.715000', '165229.718000', '165229.720000', '165229.723000', '165249.611000', '165249.614000', '165249.617000', '165249.620000', '165249.622000', '165249.625000', '165249.628000', '165249.630000', '165249.633000', '165249.636000', '165249.638000', '165249.641000', '165249.644000', '165249.646000', '165249.649000', '165249.651000', '165249.654000', '165249.657000', '165249.659000', '165249.662000', '165249.665000', '165249.668000', '165249.670000', '165249.673000', '165249.676000', '165249.678000', '165249.681000', '165249.683000', '165249.686000', '165249.689000', '165249.692000', '165249.694000', '165249.697000', '165249.700000', '165249.702000', '165249.705000', '165249.708000', '165249.710000', '165249.713000', '165249.715000', '165249.718000', '165249.721000', '165249.723000', '165249.726000', '165309.611000', '165309.613000', '165309.616000', '165309.619000', '165309.622000', '165309.624000', '165309.627000', '165309.630000', '165309.632000', '165309.635000', '165309.638000', '165309.640000', '165309.643000', '165309.645000', '165309.648000', '165309.651000', '165309.653000', '165309.656000', '165309.659000', '165309.661000', '165309.664000', '165309.667000', '165309.669000', '165309.672000', '165309.675000', '165309.677000', '165309.680000', '165309.683000', '165309.685000', '165309.688000', '165309.691000', '165309.693000', '165309.696000', '165309.699000', '165309.702000', '165309.704000', '165309.707000', '165309.709000', '165309.712000', '165309.715000', '165309.717000', '165309.720000', '165309.723000', '165329.612000', '165329.615000', '165329.617000', '165329.620000', '165329.623000', '165329.625000', '165329.628000', '165329.631000', '165329.634000', '165329.636000', '165329.639000', '165329.642000', '165329.644000', '165329.647000', '165329.650000', '165329.652000', '165329.655000', '165329.657000', '165329.660000', '165329.663000', '165329.665000', '165329.668000', '165329.671000', '165329.673000', '165329.676000', '165329.679000', '165329.681000', '165329.684000', '165329.686000', '165329.689000', '165329.692000', '165329.694000', '165329.697000', '165329.700000', '165329.702000', '165329.705000', '165329.708000', '165329.710000', '165329.713000', '165329.716000', '165329.718000', '165329.721000', '165329.723000', '165329.726000', '165349.611000', '165349.615000', '165349.617000', '165349.620000', '165349.622000', '165349.625000', '165349.628000', '165349.630000', '165349.633000', '165349.636000', '165349.638000', '165349.641000', '165349.644000', '165349.646000', '165349.649000', '165349.652000', '165349.654000', '165349.657000', '165349.660000', '165349.662000', '165349.665000', '165349.668000', '165349.670000', '165349.673000', '165349.675000', '165349.678000', '165349.681000', '165349.683000', '165349.686000', '165349.689000', '165349.691000', '165349.694000', '165349.725000', '165349.728000', '165349.731000', '165349.733000', '165349.736000', '165349.739000', '165349.741000', '165349.744000', '165349.746000', '165349.749000', '165349.752000', '165409.612000', '165409.614000', '165409.617000', '165409.620000', '165409.623000', '165409.625000', '165409.628000', '165409.631000', '165409.633000', '165409.636000', '165409.639000', '165409.641000', '165409.644000', '165409.646000', '165409.649000', '165409.652000', '165409.654000', '165409.657000', '165409.660000', '165409.662000', '165409.665000', '165409.668000', '165409.670000', '165409.673000', '165409.676000', '165409.678000', '165409.681000', '165409.684000', '165409.686000', '165409.689000', '165409.692000', '165409.694000', '165409.697000', '165409.699000', '165409.702000', '165409.705000', '165409.707000', '165409.710000', '165409.713000', '165409.715000', '165409.718000', '165409.720000', '165409.723000', '165409.726000', '165429.611000', '165429.614000', '165429.617000', '165429.620000', '165429.623000', '165429.625000', '165429.628000', '165429.630000', '165429.633000', '165429.636000', '165429.638000', '165429.641000', '165429.644000', '165429.646000', '165429.649000', '165429.652000', '165429.655000', '165429.657000', '165429.660000', '165429.663000', '165429.665000', '165429.668000', '165429.671000', '165429.673000', '165429.676000', '165429.679000', '165429.681000', '165429.684000', '165429.687000', '165429.689000', '165429.692000', '165429.694000', '165429.697000', '165429.700000', '165429.702000', '165429.705000', '165429.708000', '165429.710000', '165429.713000', '165429.715000', '165429.722000', '165429.724000', '165429.727000', '165449.612000', '165449.615000', '165449.617000', '165449.620000', '165449.623000', '165449.626000', '165449.628000', '165449.631000', '165449.633000', '165449.636000', '165449.639000', '165449.641000', '165449.644000', '165449.647000', '165449.649000', '165449.652000', '165449.655000', '165449.657000', '165449.660000', '165449.663000', '165449.665000', '165449.668000', '165449.671000', '165449.674000', '165449.676000', '165449.679000', '165449.682000', '165449.684000', '165449.687000', '165449.690000', '165449.692000', '165449.695000', '165449.698000', '165449.700000', '165449.703000', '165449.705000', '165449.708000', '165449.711000', '165449.713000', '165449.716000', '165449.719000', '165449.721000', '165449.724000', '165509.612000', '165509.615000', '165509.617000', '165509.620000', '165509.623000', '165509.625000', '165509.628000', '165509.630000', '165509.633000', '165509.636000', '165509.638000', '165509.641000', '165509.644000', '165509.646000', '165509.649000', '165509.651000', '165509.654000', '165509.657000', '165509.660000', '165509.662000', '165509.665000', '165509.667000', '165509.670000', '165509.673000', '165509.675000', '165509.678000', '165509.681000', '165509.683000', '165509.686000', '165509.689000', '165509.691000', '165509.694000', '165509.697000', '165509.699000', '165509.702000', '165509.704000', '165509.707000', '165509.709000', '165509.712000', '165509.715000', '165509.717000', '165509.720000', '165509.722000', '165509.725000', '165529.610000', '165529.613000', '165529.616000', '165529.619000', '165529.621000', '165529.624000', '165529.627000', '165529.629000', '165529.632000', '165529.635000', '165529.637000', '165529.640000', '165529.643000', '165529.645000', '165529.658000', '165529.661000', '165529.663000', '165529.666000', '165529.670000', '165529.673000', '165529.675000', '165529.679000', '165529.682000', '165529.684000', '165529.687000', '165529.690000', '165529.692000', '165529.695000', '165529.698000', '165529.701000', '165529.703000', '165529.706000', '165529.709000', '165529.711000', '165529.714000', '165529.716000', '165529.719000', '165529.722000', '165529.724000', '165529.727000', '165529.730000', '165529.732000', '165529.735000', '165549.611000', '165549.614000', '165549.617000', '165549.620000', '165549.623000', '165549.625000', '165549.628000', '165549.631000', '165549.634000', '165549.636000', '165549.639000', '165549.642000', '165549.645000', '165549.647000', '165549.650000', '165549.653000', '165549.655000', '165549.658000', '165549.660000', '165549.663000', '165549.666000', '165549.668000', '165549.671000', '165549.674000', '165549.676000', '165549.679000', '165549.681000', '165549.684000', '165549.687000', '165549.690000', '165549.692000', '165549.695000', '165549.698000', '165549.700000', '165549.703000', '165549.705000', '165549.708000', '165549.711000', '165549.713000', '165549.716000', '165549.719000', '165549.721000', '165549.724000', '165549.727000', '165609.612000', '165609.615000', '165609.618000', '165609.620000', '165609.623000', '165609.625000', '165609.628000', '165609.631000', '165609.634000', '165609.637000', '165609.639000', '165609.642000', '165609.645000', '165609.648000', '165609.651000', '165609.654000', '165609.656000', '165609.659000', '165609.662000', '165609.664000', '165609.667000', '165609.670000', '165609.672000', '165609.675000', '165609.678000', '165609.680000', '165609.683000', '165609.686000', '165609.689000', '165609.691000', '165609.694000', '165609.697000', '165609.699000', '165609.702000', '165609.705000', '165609.708000', '165609.710000', '165609.713000', '165609.716000', '165609.718000', '165609.721000', '165609.724000', '165609.726000', '165629.612000', '165629.614000', '165629.617000', '165629.620000', '165629.623000', '165629.625000', '165629.628000', '165629.631000', '165629.633000', '165629.636000', '165629.638000', '165629.641000', '165629.644000', '165629.647000', '165629.649000', '165629.652000', '165629.655000', '165629.657000', '165629.660000', '165629.663000', '165629.665000', '165629.668000', '165629.670000', '165629.673000', '165629.676000', '165629.678000', '165629.681000', '165629.684000', '165629.686000', '165629.689000', '165629.692000', '165629.695000', '165629.697000', '165629.700000', '165629.703000', '165629.705000', '165629.708000', '165629.710000', '165629.713000', '165629.716000', '165629.718000', '165629.721000', '165629.725000', '165629.728000', '165649.612000', '165649.615000', '165649.617000', '165649.620000', '165649.623000', '165649.625000', '165649.628000', '165649.630000', '165649.633000', '165649.636000', '165649.638000', '165649.641000', '165649.644000', '165649.646000', '165649.649000', '165649.652000', '165649.654000', '165649.657000', '165649.660000', '165649.662000', '165649.665000', '165649.667000', '165649.670000', '165649.673000', '165649.676000', '165649.693000', '165649.696000', '165649.699000', '165649.701000', '165649.704000', '165649.707000', '165649.709000', '165649.712000', '165649.714000', '165649.717000', '165649.720000', '165649.722000', '165649.725000', '165649.728000', '165649.730000', '165649.733000', '165649.736000', '165649.738000', '165709.612000', '165709.615000', '165709.617000', '165709.620000', '165709.623000', '165709.626000', '165709.628000', '165709.631000', '165709.633000', '165709.636000', '165709.639000', '165709.642000', '165709.644000', '165709.647000', '165709.650000', '165709.652000', '165709.655000', '165709.657000', '165709.660000', '165709.663000', '165709.666000', '165709.668000', '165709.671000', '165709.674000', '165709.676000', '165709.679000', '165709.682000', '165709.684000', '165709.687000', '165709.690000', '165709.692000', '165709.695000', '165709.698000', '165709.701000', '165709.703000', '165709.706000', '165709.708000', '165709.711000', '165709.714000', '165709.717000', '165709.719000', '165709.722000', '165709.725000', '165709.727000', '165716.764000', '165716.768000', '165716.771000', '165716.774000', '165716.776000', '165716.779000', '165716.782000', '165716.785000', '165716.787000', '165716.790000', '165716.793000', '165716.795000', '165716.798000', '165716.801000', '165716.804000', '165716.806000'], 'InstanceCreationTime': ['165049.660000', '165049.663000', '165049.666000', '165049.669000', '165049.672000', '165049.674000', '165049.677000', '165049.680000', '165049.682000', '165049.685000', '165049.688000', '165049.690000', '165049.693000', '165049.695000', '165049.698000', '165049.701000', '165049.703000', '165049.706000', '165049.709000', '165049.715000', '165049.718000', '165049.720000', '165049.723000', '165049.726000', '165049.728000', '165049.731000', '165049.733000', '165049.736000', '165049.739000', '165049.741000', '165109.611000', '165109.615000', '165109.617000', '165109.620000', '165109.622000', '165109.625000', '165109.628000', '165109.630000', '165109.633000', '165109.635000', '165109.638000', '165109.641000', '165109.643000', '165109.646000', '165109.648000', '165109.651000', '165109.661000', '165109.664000', '165109.666000', '165109.669000', '165109.671000', '165109.674000', '165109.677000', '165109.679000', '165109.682000', '165109.685000', '165109.687000', '165109.690000', '165109.692000', '165109.695000', '165109.698000', '165109.700000', '165109.703000', '165109.706000', '165109.708000', '165109.711000', '165109.713000', '165109.716000', '165109.719000', '165109.721000', '165109.724000', '165109.727000', '165109.730000', '165129.611000', '165129.614000', '165129.617000', '165129.620000', '165129.623000', '165129.625000', '165129.628000', '165129.630000', '165129.633000', '165129.636000', '165129.643000', '165129.646000', '165129.648000', '165129.651000', '165129.654000', '165129.656000', '165129.659000', '165129.661000', '165129.664000', '165129.667000', '165129.669000', '165129.672000', '165129.675000', '165129.677000', '165129.680000', '165129.682000', '165129.685000', '165129.688000', '165129.691000', '165129.693000', '165129.696000', '165129.698000', '165129.701000', '165129.704000', '165129.706000', '165129.709000', '165129.715000', '165129.717000', '165129.720000', '165129.723000', '165129.725000', '165129.728000', '165129.731000', '165129.733000', '165149.611000', '165149.614000', '165149.617000', '165149.619000', '165149.623000', '165149.625000', '165149.628000', '165149.631000', '165149.633000', '165149.636000', '165149.639000', '165149.641000', '165149.644000', '165149.647000', '165149.649000', '165149.652000', '165149.655000', '165149.657000', '165149.660000', '165149.663000', '165149.665000', '165149.668000', '165149.670000', '165149.673000', '165149.676000', '165149.679000', '165149.681000', '165149.684000', '165149.686000', '165149.689000', '165149.692000', '165149.694000', '165149.697000', '165149.699000', '165149.702000', '165149.705000', '165149.707000', '165149.710000', '165149.713000', '165149.715000', '165149.718000', '165149.721000', '165149.723000', '165209.611000', '165209.614000', '165209.617000', '165209.620000', '165209.622000', '165209.625000', '165209.627000', '165209.630000', '165209.633000', '165209.635000', '165209.638000', '165209.641000', '165209.643000', '165209.646000', '165209.649000', '165209.651000', '165209.654000', '165209.657000', '165209.659000', '165209.662000', '165209.664000', '165209.667000', '165209.670000', '165209.672000', '165209.675000', '165209.678000', '165209.680000', '165209.683000', '165209.685000', '165209.688000', '165209.691000', '165209.693000', '165209.696000', '165209.699000', '165209.701000', '165209.704000', '165209.707000', '165209.721000', '165209.724000', '165209.726000', '165209.729000', '165209.732000', '165209.734000', '165209.737000', '165229.612000', '165229.615000', '165229.617000', '165229.620000', '165229.623000', '165229.625000', '165229.628000', '165229.631000', '165229.633000', '165229.636000', '165229.638000', '165229.641000', '165229.644000', '165229.646000', '165229.649000', '165229.652000', '165229.654000', '165229.657000', '165229.659000', '165229.662000', '165229.665000', '165229.667000', '165229.670000', '165229.673000', '165229.676000', '165229.678000', '165229.681000', '165229.684000', '165229.686000', '165229.689000', '165229.691000', '165229.694000', '165229.697000', '165229.699000', '165229.702000', '165229.705000', '165229.707000', '165229.710000', '165229.713000', '165229.715000', '165229.718000', '165229.720000', '165229.723000', '165249.611000', '165249.614000', '165249.617000', '165249.620000', '165249.622000', '165249.625000', '165249.628000', '165249.630000', '165249.633000', '165249.636000', '165249.638000', '165249.641000', '165249.644000', '165249.646000', '165249.649000', '165249.651000', '165249.654000', '165249.657000', '165249.659000', '165249.662000', '165249.665000', '165249.668000', '165249.670000', '165249.673000', '165249.676000', '165249.678000', '165249.681000', '165249.683000', '165249.686000', '165249.689000', '165249.692000', '165249.694000', '165249.697000', '165249.700000', '165249.702000', '165249.705000', '165249.708000', '165249.710000', '165249.713000', '165249.715000', '165249.718000', '165249.721000', '165249.723000', '165249.726000', '165309.611000', '165309.613000', '165309.616000', '165309.619000', '165309.622000', '165309.624000', '165309.627000', '165309.630000', '165309.632000', '165309.635000', '165309.638000', '165309.640000', '165309.643000', '165309.645000', '165309.648000', '165309.651000', '165309.653000', '165309.656000', '165309.659000', '165309.661000', '165309.664000', '165309.667000', '165309.669000', '165309.672000', '165309.675000', '165309.677000', '165309.680000', '165309.683000', '165309.685000', '165309.688000', '165309.691000', '165309.693000', '165309.696000', '165309.699000', '165309.702000', '165309.704000', '165309.707000', '165309.709000', '165309.712000', '165309.715000', '165309.717000', '165309.720000', '165309.723000', '165329.612000', '165329.615000', '165329.617000', '165329.620000', '165329.623000', '165329.625000', '165329.628000', '165329.631000', '165329.634000', '165329.636000', '165329.639000', '165329.642000', '165329.644000', '165329.647000', '165329.650000', '165329.652000', '165329.655000', '165329.657000', '165329.660000', '165329.663000', '165329.665000', '165329.668000', '165329.671000', '165329.673000', '165329.676000', '165329.679000', '165329.681000', '165329.684000', '165329.686000', '165329.689000', '165329.692000', '165329.694000', '165329.697000', '165329.700000', '165329.702000', '165329.705000', '165329.708000', '165329.710000', '165329.713000', '165329.716000', '165329.718000', '165329.721000', '165329.723000', '165329.726000', '165349.611000', '165349.615000', '165349.617000', '165349.620000', '165349.622000', '165349.625000', '165349.628000', '165349.630000', '165349.633000', '165349.636000', '165349.638000', '165349.641000', '165349.644000', '165349.646000', '165349.649000', '165349.652000', '165349.654000', '165349.657000', '165349.660000', '165349.662000', '165349.665000', '165349.668000', '165349.670000', '165349.673000', '165349.675000', '165349.678000', '165349.681000', '165349.683000', '165349.686000', '165349.689000', '165349.691000', '165349.694000', '165349.725000', '165349.728000', '165349.731000', '165349.733000', '165349.736000', '165349.739000', '165349.741000', '165349.744000', '165349.746000', '165349.749000', '165349.752000', '165409.612000', '165409.614000', '165409.617000', '165409.620000', '165409.623000', '165409.625000', '165409.628000', '165409.631000', '165409.633000', '165409.636000', '165409.639000', '165409.641000', '165409.644000', '165409.646000', '165409.649000', '165409.652000', '165409.654000', '165409.657000', '165409.660000', '165409.662000', '165409.665000', '165409.668000', '165409.670000', '165409.673000', '165409.676000', '165409.678000', '165409.681000', '165409.684000', '165409.686000', '165409.689000', '165409.692000', '165409.694000', '165409.697000', '165409.699000', '165409.702000', '165409.705000', '165409.707000', '165409.710000', '165409.713000', '165409.715000', '165409.718000', '165409.720000', '165409.723000', '165409.726000', '165429.611000', '165429.614000', '165429.617000', '165429.620000', '165429.623000', '165429.625000', '165429.628000', '165429.630000', '165429.633000', '165429.636000', '165429.638000', '165429.641000', '165429.644000', '165429.646000', '165429.649000', '165429.652000', '165429.655000', '165429.657000', '165429.660000', '165429.663000', '165429.665000', '165429.668000', '165429.671000', '165429.673000', '165429.676000', '165429.679000', '165429.681000', '165429.684000', '165429.687000', '165429.689000', '165429.692000', '165429.694000', '165429.697000', '165429.700000', '165429.702000', '165429.705000', '165429.708000', '165429.710000', '165429.713000', '165429.715000', '165429.722000', '165429.724000', '165429.727000', '165449.612000', '165449.615000', '165449.617000', '165449.620000', '165449.623000', '165449.626000', '165449.628000', '165449.631000', '165449.633000', '165449.636000', '165449.639000', '165449.641000', '165449.644000', '165449.647000', '165449.649000', '165449.652000', '165449.655000', '165449.657000', '165449.660000', '165449.663000', '165449.665000', '165449.668000', '165449.671000', '165449.674000', '165449.676000', '165449.679000', '165449.682000', '165449.684000', '165449.687000', '165449.690000', '165449.692000', '165449.695000', '165449.698000', '165449.700000', '165449.703000', '165449.705000', '165449.708000', '165449.711000', '165449.713000', '165449.716000', '165449.719000', '165449.721000', '165449.724000', '165509.612000', '165509.615000', '165509.617000', '165509.620000', '165509.623000', '165509.625000', '165509.628000', '165509.630000', '165509.633000', '165509.636000', '165509.638000', '165509.641000', '165509.644000', '165509.646000', '165509.649000', '165509.651000', '165509.654000', '165509.657000', '165509.660000', '165509.662000', '165509.665000', '165509.667000', '165509.670000', '165509.673000', '165509.675000', '165509.678000', '165509.681000', '165509.683000', '165509.686000', '165509.689000', '165509.691000', '165509.694000', '165509.697000', '165509.699000', '165509.702000', '165509.704000', '165509.707000', '165509.709000', '165509.712000', '165509.715000', '165509.717000', '165509.720000', '165509.722000', '165509.725000', '165529.610000', '165529.613000', '165529.616000', '165529.619000', '165529.621000', '165529.624000', '165529.627000', '165529.629000', '165529.632000', '165529.635000', '165529.637000', '165529.640000', '165529.643000', '165529.645000', '165529.658000', '165529.661000', '165529.663000', '165529.666000', '165529.670000', '165529.673000', '165529.675000', '165529.679000', '165529.682000', '165529.684000', '165529.687000', '165529.690000', '165529.692000', '165529.695000', '165529.698000', '165529.701000', '165529.703000', '165529.706000', '165529.709000', '165529.711000', '165529.714000', '165529.716000', '165529.719000', '165529.722000', '165529.724000', '165529.727000', '165529.730000', '165529.732000', '165529.735000', '165549.611000', '165549.614000', '165549.617000', '165549.620000', '165549.623000', '165549.625000', '165549.628000', '165549.631000', '165549.634000', '165549.636000', '165549.639000', '165549.642000', '165549.645000', '165549.647000', '165549.650000', '165549.653000', '165549.655000', '165549.658000', '165549.660000', '165549.663000', '165549.666000', '165549.668000', '165549.671000', '165549.674000', '165549.676000', '165549.679000', '165549.681000', '165549.684000', '165549.687000', '165549.690000', '165549.692000', '165549.695000', '165549.698000', '165549.700000', '165549.703000', '165549.705000', '165549.708000', '165549.711000', '165549.713000', '165549.716000', '165549.719000', '165549.721000', '165549.724000', '165549.727000', '165609.612000', '165609.615000', '165609.618000', '165609.620000', '165609.623000', '165609.625000', '165609.628000', '165609.631000', '165609.634000', '165609.637000', '165609.639000', '165609.642000', '165609.645000', '165609.648000', '165609.651000', '165609.654000', '165609.656000', '165609.659000', '165609.662000', '165609.664000', '165609.667000', '165609.670000', '165609.672000', '165609.675000', '165609.678000', '165609.680000', '165609.683000', '165609.686000', '165609.689000', '165609.691000', '165609.694000', '165609.697000', '165609.699000', '165609.702000', '165609.705000', '165609.708000', '165609.710000', '165609.713000', '165609.716000', '165609.718000', '165609.721000', '165609.724000', '165609.726000', '165629.612000', '165629.614000', '165629.617000', '165629.620000', '165629.623000', '165629.625000', '165629.628000', '165629.631000', '165629.633000', '165629.636000', '165629.638000', '165629.641000', '165629.644000', '165629.647000', '165629.649000', '165629.652000', '165629.655000', '165629.657000', '165629.660000', '165629.663000', '165629.665000', '165629.668000', '165629.670000', '165629.673000', '165629.676000', '165629.678000', '165629.681000', '165629.684000', '165629.686000', '165629.689000', '165629.692000', '165629.695000', '165629.697000', '165629.700000', '165629.703000', '165629.705000', '165629.708000', '165629.710000', '165629.713000', '165629.716000', '165629.718000', '165629.721000', '165629.725000', '165629.728000', '165649.612000', '165649.615000', '165649.617000', '165649.620000', '165649.623000', '165649.625000', '165649.628000', '165649.630000', '165649.633000', '165649.636000', '165649.638000', '165649.641000', '165649.644000', '165649.646000', '165649.649000', '165649.652000', '165649.654000', '165649.657000', '165649.660000', '165649.662000', '165649.665000', '165649.667000', '165649.670000', '165649.673000', '165649.676000', '165649.693000', '165649.696000', '165649.699000', '165649.701000', '165649.704000', '165649.707000', '165649.709000', '165649.712000', '165649.714000', '165649.717000', '165649.720000', '165649.722000', '165649.725000', '165649.728000', '165649.730000', '165649.733000', '165649.736000', '165649.738000', '165709.612000', '165709.615000', '165709.617000', '165709.620000', '165709.623000', '165709.626000', '165709.628000', '165709.631000', '165709.633000', '165709.636000', '165709.639000', '165709.642000', '165709.644000', '165709.647000', '165709.650000', '165709.652000', '165709.655000', '165709.657000', '165709.660000', '165709.663000', '165709.666000', '165709.668000', '165709.671000', '165709.674000', '165709.676000', '165709.679000', '165709.682000', '165709.684000', '165709.687000', '165709.690000', '165709.692000', '165709.695000', '165709.698000', '165709.701000', '165709.703000', '165709.706000', '165709.708000', '165709.711000', '165709.714000', '165709.717000', '165709.719000', '165709.722000', '165709.725000', '165709.727000', '165716.764000', '165716.768000', '165716.771000', '165716.774000', '165716.776000', '165716.779000', '165716.782000', '165716.785000', '165716.787000', '165716.790000', '165716.793000', '165716.795000', '165716.798000', '165716.801000', '165716.804000', '165716.806000'], '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': [12343, 9188, 10406, 9208, 10256, 10041, 9335, 10916, 8961, 11910, 8964, 10733, 9780, 10088, 9629, 9338, 10150, 8657, 11915, 9633, 10876, 8970, 9952, 8920, 10370, 9556, 8855, 10474, 9847, 10413, 9111, 9963, 10007, 8506, 11679, 9702, 12403, 9052, 9841, 9940, 9120, 11518, 8564, 12855, 8733, 9438, 9742, 9294, 12578, 9188, 11284, 8983, 10422, 10460, 8638, 13391, 8507, 10310, 9187, 9641, 11247, 8557, 12192, 8742, 9785, 10028, 9641, 11382, 9462, 10014, 8984, 10277, 11415, 8717, 12099, 8788, 9738, 10034, 9564, 11837, 9091, 10592, 8847, 10129, 10541, 8430, 11408, 8760, 9902, 10028, 9465, 12394, 9106, 11438, 8868, 9925, 10189, 9246, 12749, 8920, 11331, 8903, 10250, 10792, 8597, 11660, 9114, 10563, 8752, 10012, 10569, 9437, 10042, 9083, 11245, 9355, 10881, 9698, 9826, 9522, 9336, 10501, 9401, 12947, 8844, 9393, 9671, 9475, 10842, 8671, 12658, 8782, 10071, 8970, 9905, 10448, 9299, 10974, 8979, 11846, 8951, 10290, 9882, 9727, 9626, 7999, 10791, 9642, 11507, 9570, 9857, 9792, 8694, 12197, 9119, 12109, 8773, 9545, 9241, 9685, 11785, 8557, 10787, 9431, 10138, 8521, 10288, 9931, 9364, 9928, 8530, 11303, 9506, 10285, 9616, 9139, 10242, 9188, 12768, 9056, 10315, 9231, 9270, 10037, 8525, 12652, 9146, 9895, 8590, 9710, 10530, 8558, 11644, 9477, 10291, 8810, 10050, 9206, 9598, 9117, 9255, 9212, 8829, 10407, 8222, 10104, 8909, 9054, 8644, 9295, 11516, 9710, 10079, 8571, 9794, 11076, 8940, 11425, 9484, 12390, 8669, 12714, 9925, 9569, 9173, 9080, 10776, 8392, 11871, 8550, 9919, 9037, 8950, 11873, 8925, 10691, 8513, 9455, 9109, 9493, 12089, 8563, 11171, 8906, 10104, 9563, 9559, 9696, 8439, 11120, 8777, 10628, 10014, 9359, 9276, 8818, 9786, 8793, 12858, 8353, 9963, 8684, 8895, 10805, 8786, 11876, 8356, 10051, 8520, 9381, 10188, 9294, 10128, 8332, 9553, 8141, 9640, 8577, 8102, 10344, 9187, 8638, 11165, 8768, 10010, 8964, 10661, 10639, 9244, 9639, 9015, 10435, 8603, 12516, 8922, 9921, 8641, 9494, 10472, 8468, 10631, 8982, 10173, 8757, 9775, 10744, 8586, 11024, 9268, 10967, 8890, 10046, 9898, 8953, 9890, 8666, 10620, 9480, 12544, 8544, 9940, 8487, 8778, 9260, 9563, 8857, 8495, 9591, 9107, 11569, 9008, 9425, 8879, 8931, 8801, 8788, 11174, 9223, 11384, 9170, 10096, 9219, 9699, 9226, 8822, 9963, 8823, 11865, 8641, 9730, 8538, 9164, 9780, 9044, 10756, 8986, 12336, 8576, 10631, 9269, 11216, 8740, 11588, 8437, 9414, 9680, 9228, 9890, 8711, 9435, 8527, 10157, 9156, 12498, 8463, 9840, 8862, 9522, 9667, 8876, 11774, 9074, 10030, 8720, 10379, 8961, 11571, 8313, 10257, 8663, 9107, 8630, 9272, 9490, 8923, 9269, 9011, 9283, 9349, 12016, 8837, 8688, 8634, 8590, 9555, 8876, 11454, 8870, 11175, 9113, 9766, 8451, 9425, 9736, 8728, 9678, 8628, 10743, 9090, 13498, 8492, 8931, 8850, 8823, 11033, 8599, 12508, 8656, 10882, 9032, 10607, 8349, 10189, 9037, 9061, 8740, 8754, 9568, 8668, 11793, 8788, 10421, 8566, 8957, 8943, 9134, 9019, 8846, 9884, 8890, 11517, 8736, 10913, 8689, 8927, 8869, 8885, 9571, 8710, 9296, 8854, 9771, 8416, 10999, 9235, 10540, 9284, 10129, 8532, 8802, 9432, 8159, 9369, 9558, 9731, 11023, 9114, 9234, 10159, 8696, 14446, 10587, 9066, 10636, 9051, 12696, 8636, 13491, 8937, 11294, 8347, 9068, 8802, 9094, 9665, 8731, 10558, 8805, 9157, 10080, 9098, 10178, 9015, 10021, 8492, 9069, 10430, 8764, 10168, 8732, 10758, 8912, 13836, 8819, 9605, 8960, 8710, 10990, 8959, 11292, 8717, 8839, 8702, 9442, 10914, 8899, 11285, 8808, 12593, 8567, 11893, 9051, 9191, 8613, 9122, 11000, 8939, 11481, 9007, 10284, 8612, 9669, 8750, 8895, 9152, 8553, 10275, 9075, 12945, 8903, 9193, 8988, 8873, 10783, 8803, 12844, 9105, 10825, 8827, 8707, 9241, 8957, 11651, 9156, 9910, 8708, 8816, 9484, 8993, 11074, 8618, 11449, 8767, 11400, 9101, 9322, 10029, 8955, 9350, 8908, 10688, 8677, 11080, 8873, 9854, 8586, 9028, 9429, 8751, 9193, 8497, 9787, 8695, 9125, 8844, 9482, 9121, 8910, 10202, 8856, 13211, 8943, 9062, 10193, 8852, 10223, 9052, 12201, 8715, 11817, 8750, 8847, 9393, 9071, 12271, 8530, 9972, 8338, 8325, 8884, 9369, 9235, 8630, 9101, 9069, 10635, 8732, 10698, 8584, 8895, 9005, 8771, 11016, 8663, 11551, 8507, 10154, 9565, 8867, 9362, 8813, 9988, 8582, 11708, 8887, 8529, 8677, 8877, 10360, 8340, 10636, 9703, 8935, 9885, 8522, 10315, 9710, 8883, 10016, 8585, 9737, 8347, 8777, 10016, 8557, 8495, 9735, 9953, 8828, 11632, 8335, 9142, 8979, 8827, 11319, 8789, 9859, 8630, 10248, 8785, 9394, 8317, 9143, 9571, 10296, 9227, 10893, 8842, 8273, 8772, 9192, 11858, 8689, 12199, 8881, 9472, 9381, 8895, 11690, 8780, 11974, 8390, 8784, 9623, 8748, 10670, 8596, 10241, 8517, 8553, 9038, 8905, 9582, 8705, 10678, 8573, 10259, 9400, 8885, 8992, 8702, 10576, 8655, 8828, 10169, 8904, 9986, 8434, 9887, 8766, 9198, 10097, 8791, 10374, 8388, 10044, 8903, 9116, 10021, 8751, 9483, 8395, 10237, 8490, 10469, 8697, 9257, 9196, 8718, 8770, 8951, 10314, 8378, 9219, 8326, 8634, 8847, 8688, 9991, 8992, 10262, 8500, 11253, 8428, 9640, 10038, 9112, 9349, 8723, 11234, 8530, 9785, 10042, 9125, 9927, 8954, 11907, 8570, 12802, 9195, 9004, 8935, 9172, 11193, 8961, 11953, 8560, 10002, 8888, 8959, 10275, 8883, 10797, 8310, 8686, 9982, 9174, 10658, 8955, 10996, 8527, 11681, 8493, 10052, 9843, 9165, 8435, 8434, 8798, 9217, 8697, 8970, 10194, 8958, 12617, 8343, 9177, 8953, 9131, 12227, 8813, 10030, 8715, 9294, 9846, 8899, 10989, 8525, 10007, 8694, 8912, 9901, 8809, 11962, 8409, 10706, 8540, 9329, 10082, 8949, 9008, 9119, 9506, 8766, 11796, 8233, 9580, 8533, 8955, 8801, 8912, 10224, 8560, 9663, 10177, 9091, 10429, 8710, 11224, 8426, 10156, 8724, 8944, 9511, 8920, 10183, 8712, 10182, 8549, 9100, 8877, 9084], 'WindowCenter': [4086.0, 4051.0, 4047.0, 4025.0, 4033.0, 4024.0, 4023.0, 4033.0, 4011.0, 4031.0, 4010.0, 4031.0, 4021.0, 4020.0, 4010.0, 4009.0, 4020.0, 4023.0, 4042.0, 4021.0, 4031.0, 4022.0, 4032.0, 4023.0, 4032.0, 4022.0, 4021.0, 4032.0, 4033.0, 4045.0, 4024.0, 4033.0, 4033.0, 4012.0, 4043.0, 4035.0, 4044.0, 4023.0, 4033.0, 4022.0, 4021.0, 4043.0, 4024.0, 4043.0, 4012.0, 4021.0, 4022.0, 4022.0, 4054.0, 4023.0, 4032.0, 4021.0, 4031.0, 4031.0, 4023.0, 4042.0, 4011.0, 4020.0, 4010.0, 4020.0, 4032.0, 4012.0, 4042.0, 4011.0, 4020.0, 4021.0, 4022.0, 4044.0, 4022.0, 4020.0, 4011.0, 4032.0, 4043.0, 4022.0, 4042.0, 4011.0, 4020.0, 4022.0, 4023.0, 4042.0, 4022.0, 4031.0, 4020.0, 4032.0, 4033.0, 4012.0, 4042.0, 4012.0, 4032.0, 4022.0, 4022.0, 4054.0, 4023.0, 4042.0, 4011.0, 4021.0, 4022.0, 4022.0, 4043.0, 4011.0, 4031.0, 4010.0, 4031.0, 4033.0, 4011.0, 4034.0, 4021.0, 4020.0, 4010.0, 4033.0, 4032.0, 4021.0, 4021.0, 4010.0, 4030.0, 4022.0, 4033.0, 4022.0, 4021.0, 4021.0, 4020.0, 4031.0, 4024.0, 4042.0, 4023.0, 4021.0, 4021.0, 4022.0, 4032.0, 4023.0, 4043.0, 4012.0, 4021.0, 4011.0, 4021.0, 4033.0, 4022.0, 4032.0, 4012.0, 4030.0, 4022.0, 4033.0, 4022.0, 4022.0, 4021.0, 4001.0, 4032.0, 4034.0, 4044.0, 4023.0, 4022.0, 4022.0, 4011.0, 4043.0, 4023.0, 4042.0, 4012.0, 4020.0, 4010.0, 4022.0, 4042.0, 4011.0, 4030.0, 4010.0, 4020.0, 4011.0, 4033.0, 4022.0, 4021.0, 4021.0, 4011.0, 4032.0, 4034.0, 4033.0, 4023.0, 4021.0, 4021.0, 4022.0, 4043.0, 4023.0, 4032.0, 4022.0, 4020.0, 4021.0, 4012.0, 4042.0, 4022.0, 4021.0, 4011.0, 4020.0, 4032.0, 4012.0, 4032.0, 4021.0, 4020.0, 4011.0, 4021.0, 4023.0, 4021.0, 4012.0, 4010.0, 4021.0, 4009.0, 4031.0, 4010.0, 4021.0, 4022.0, 4021.0, 4012.0, 4024.0, 4044.0, 4035.0, 4033.0, 4023.0, 4036.0, 4046.0, 4024.0, 4044.0, 4023.0, 4042.0, 4013.0, 4055.0, 4033.0, 4022.0, 4021.0, 4011.0, 4032.0, 4012.0, 4042.0, 4011.0, 4021.0, 4011.0, 4023.0, 4043.0, 4022.0, 4031.0, 4011.0, 4021.0, 4011.0, 4021.0, 4042.0, 4012.0, 4031.0, 4011.0, 4021.0, 4022.0, 4021.0, 4021.0, 4000.0, 4031.0, 4011.0, 4032.0, 4022.0, 4021.0, 4010.0, 4010.0, 4020.0, 4011.0, 4042.0, 4011.0, 4020.0, 4010.0, 4010.0, 4033.0, 4012.0, 4031.0, 4011.0, 4020.0, 4011.0, 4022.0, 4032.0, 4023.0, 4021.0, 4000.0, 4010.0, 4001.0, 4022.0, 4011.0, 4013.0, 4047.0, 4048.0, 4025.0, 4045.0, 4024.0, 4033.0, 4024.0, 4035.0, 4036.0, 4023.0, 4022.0, 4011.0, 4033.0, 4025.0, 4043.0, 4022.0, 4021.0, 4011.0, 4021.0, 4034.0, 4013.0, 4034.0, 4023.0, 4022.0, 4023.0, 4034.0, 4034.0, 4012.0, 4032.0, 4022.0, 4032.0, 4024.0, 4023.0, 4033.0, 4011.0, 4021.0, 4010.0, 4032.0, 4023.0, 4042.0, 4011.0, 4020.0, 4010.0, 4010.0, 4022.0, 4021.0, 4011.0, 4010.0, 4020.0, 4011.0, 4032.0, 4022.0, 4020.0, 4021.0, 4010.0, 4022.0, 4025.0, 4044.0, 4023.0, 4043.0, 4023.0, 4033.0, 4023.0, 4022.0, 4022.0, 4011.0, 4021.0, 4012.0, 4043.0, 4024.0, 4022.0, 4012.0, 4021.0, 4021.0, 4011.0, 4033.0, 4011.0, 4042.0, 4010.0, 4020.0, 4009.0, 4030.0, 4012.0, 4031.0, 4011.0, 4010.0, 4020.0, 4010.0, 4022.0, 4011.0, 4021.0, 4011.0, 4020.0, 4022.0, 4042.0, 4012.0, 4021.0, 4011.0, 4020.0, 4020.0, 4011.0, 4032.0, 4010.0, 4019.0, 4009.0, 4019.0, 4010.0, 4031.0, 4011.0, 4020.0, 4010.0, 4009.0, 4010.0, 4022.0, 4022.0, 4010.0, 4010.0, 4010.0, 4010.0, 4023.0, 4042.0, 4023.0, 4011.0, 4011.0, 4011.0, 4023.0, 4024.0, 4043.0, 4023.0, 4031.0, 4022.0, 4021.0, 4013.0, 4023.0, 4023.0, 4011.0, 4021.0, 4011.0, 4033.0, 4024.0, 4053.0, 4012.0, 4011.0, 4010.0, 4010.0, 4031.0, 4011.0, 4042.0, 4011.0, 4020.0, 4010.0, 4019.0, 4000.0, 4021.0, 4010.0, 4010.0, 4010.0, 4010.0, 4021.0, 4023.0, 4031.0, 4012.0, 4021.0, 4011.0, 4011.0, 4023.0, 4022.0, 4011.0, 4011.0, 4021.0, 4011.0, 4042.0, 4012.0, 4031.0, 4011.0, 4010.0, 4011.0, 4011.0, 4022.0, 4011.0, 4010.0, 4010.0, 4020.0, 4011.0, 4033.0, 4024.0, 4033.0, 4024.0, 4032.0, 4025.0, 4037.0, 4036.0, 4026.0, 4034.0, 4035.0, 4035.0, 4046.0, 4025.0, 4024.0, 4035.0, 4026.0, 4068.0, 4046.0, 4025.0, 4033.0, 4011.0, 4042.0, 4010.0, 4042.0, 4011.0, 4030.0, 4000.0, 4009.0, 4023.0, 4025.0, 4023.0, 4013.0, 4032.0, 4022.0, 4022.0, 4035.0, 4025.0, 4036.0, 4025.0, 4034.0, 4025.0, 4025.0, 4047.0, 4024.0, 4034.0, 4012.0, 4033.0, 4025.0, 4054.0, 4024.0, 4022.0, 4012.0, 4012.0, 4045.0, 4025.0, 4033.0, 4013.0, 4011.0, 4013.0, 4024.0, 4034.0, 4023.0, 4032.0, 4011.0, 4042.0, 4013.0, 4032.0, 4011.0, 4010.0, 3999.0, 4010.0, 4032.0, 4023.0, 4032.0, 4023.0, 4021.0, 4011.0, 4021.0, 4011.0, 4011.0, 4021.0, 4011.0, 4021.0, 4022.0, 4043.0, 4023.0, 4022.0, 4011.0, 4010.0, 4031.0, 4011.0, 4042.0, 4012.0, 4030.0, 4010.0, 3998.0, 4010.0, 4022.0, 4032.0, 4023.0, 4020.0, 4011.0, 4011.0, 4022.0, 4023.0, 4033.0, 4012.0, 4032.0, 4012.0, 4043.0, 4023.0, 4020.0, 4021.0, 4010.0, 4009.0, 4010.0, 4031.0, 4012.0, 4031.0, 4010.0, 4020.0, 4010.0, 4011.0, 4022.0, 4012.0, 4022.0, 4012.0, 4021.0, 4012.0, 4023.0, 4024.0, 4024.0, 4024.0, 4023.0, 4032.0, 4024.0, 4055.0, 4024.0, 4023.0, 4033.0, 4011.0, 4022.0, 4022.0, 4044.0, 4012.0, 4032.0, 4012.0, 4010.0, 4021.0, 4023.0, 4042.0, 4012.0, 4021.0, 4012.0, 4011.0, 4023.0, 4022.0, 4022.0, 4010.0, 4010.0, 4010.0, 4032.0, 4011.0, 4031.0, 4011.0, 4010.0, 4011.0, 4012.0, 4032.0, 4012.0, 4031.0, 4011.0, 4021.0, 4023.0, 4011.0, 4012.0, 4010.0, 4019.0, 4011.0, 4042.0, 4011.0, 4010.0, 4010.0, 4010.0, 4021.0, 4012.0, 4033.0, 4022.0, 4012.0, 4020.0, 4011.0, 4033.0, 4023.0, 4011.0, 4021.0, 4012.0, 4012.0, 4001.0, 4011.0, 4022.0, 4013.0, 4012.0, 4024.0, 4035.0, 4023.0, 4032.0, 4011.0, 4010.0, 4011.0, 4024.0, 4032.0, 4011.0, 4020.0, 4010.0, 4020.0, 4012.0, 4023.0, 4012.0, 4022.0, 4022.0, 4034.0, 4025.0, 4045.0, 4026.0, 4025.0, 4025.0, 4025.0, 4057.0, 4026.0, 4047.0, 4025.0, 4023.0, 4025.0, 4026.0, 4044.0, 4012.0, 4032.0, 4001.0, 4011.0, 4023.0, 4012.0, 4033.0, 4011.0, 4020.0, 4011.0, 4010.0, 4023.0, 4012.0, 4021.0, 4011.0, 4020.0, 4012.0, 4032.0, 4023.0, 4013.0, 4022.0, 4011.0, 4020.0, 4010.0, 4011.0, 4022.0, 4011.0, 4021.0, 4000.0, 4020.0, 4011.0, 4011.0, 4021.0, 4011.0, 4020.0, 4000.0, 4009.0, 4010.0, 4010.0, 4021.0, 4010.0, 4010.0, 3999.0, 4018.0, 4011.0, 4021.0, 4011.0, 4010.0, 4010.0, 4009.0, 4010.0, 4010.0, 4032.0, 4011.0, 4011.0, 4012.0, 4011.0, 4012.0, 4013.0, 4033.0, 4023.0, 4032.0, 4012.0, 4032.0, 4014.0, 4035.0, 4034.0, 4023.0, 4022.0, 4012.0, 4044.0, 4025.0, 4033.0, 4034.0, 4022.0, 4022.0, 4012.0, 4043.0, 4015.0, 4043.0, 4022.0, 4010.0, 4010.0, 4010.0, 4031.0, 4011.0, 4031.0, 4011.0, 4020.0, 4010.0, 4011.0, 4032.0, 4012.0, 4032.0, 4012.0, 4010.0, 4021.0, 4022.0, 4032.0, 4024.0, 4032.0, 4011.0, 4043.0, 4025.0, 4022.0, 4022.0, 4021.0, 4002.0, 4013.0, 4013.0, 4023.0, 4014.0, 4026.0, 4047.0, 4025.0, 4044.0, 4013.0, 4021.0, 4012.0, 4023.0, 4044.0, 4012.0, 4021.0, 4012.0, 4010.0, 4022.0, 4024.0, 4033.0, 4012.0, 4022.0, 4012.0, 4011.0, 4023.0, 4023.0, 4033.0, 4012.0, 4032.0, 4012.0, 4023.0, 4023.0, 4011.0, 4010.0, 4010.0, 4010.0, 4011.0, 4031.0, 4001.0, 4010.0, 4010.0, 4011.0, 4011.0, 4024.0, 4021.0, 4012.0, 4021.0, 4021.0, 4023.0, 4034.0, 4013.0, 4033.0, 4013.0, 4022.0, 4024.0, 4025.0, 4023.0, 4012.0, 4022.0, 4013.0, 4033.0, 4013.0, 4012.0, 4011.0, 4011.0], 'WindowWidth': [9087.0, 9031.0, 9017.0, 8982.0, 8990.0, 8977.0, 8976.0, 8986.0, 8955.0, 8980.0, 8952.0, 8980.0, 8967.0, 8966.0, 8950.0, 8949.0, 8965.0, 8974.0, 8997.0, 8968.0, 8980.0, 8970.0, 8986.0, 8977.0, 8985.0, 8970.0, 8969.0, 8983.0, 8989.0, 9008.0, 8979.0, 8989.0, 8988.0, 8960.0, 9002.0, 8995.0, 9004.0, 8975.0, 8986.0, 8973.0, 8969.0, 9001.0, 8977.0, 9001.0, 8959.0, 8969.0, 8971.0, 8971.0, 9019.0, 8976.0, 8986.0, 8969.0, 8980.0, 8982.0, 8977.0, 8999.0, 8956.0, 8965.0, 8950.0, 8963.0, 8984.0, 8958.0, 8997.0, 8955.0, 8966.0, 8970.0, 8972.0, 9002.0, 8970.0, 8967.0, 8954.0, 8986.0, 9002.0, 8973.0, 8997.0, 8955.0, 8966.0, 8971.0, 8974.0, 8998.0, 8970.0, 8981.0, 8967.0, 8987.0, 8988.0, 8959.0, 8998.0, 8958.0, 8984.0, 8972.0, 8973.0, 9018.0, 8974.0, 8999.0, 8956.0, 8968.0, 8970.0, 8972.0, 8999.0, 8955.0, 8980.0, 8953.0, 8981.0, 8987.0, 8957.0, 8989.0, 8969.0, 8966.0, 8953.0, 8988.0, 8986.0, 8968.0, 8967.0, 8953.0, 8978.0, 8973.0, 8990.0, 8972.0, 8968.0, 8968.0, 8966.0, 8982.0, 8977.0, 8999.0, 8974.0, 8968.0, 8969.0, 8969.0, 8985.0, 8975.0, 9000.0, 8958.0, 8967.0, 8955.0, 8967.0, 8987.0, 8973.0, 8985.0, 8958.0, 8979.0, 8971.0, 8988.0, 8973.0, 8970.0, 8968.0, 8941.0, 8984.0, 8992.0, 9004.0, 8976.0, 8971.0, 8969.0, 8956.0, 9002.0, 8973.0, 8999.0, 8957.0, 8964.0, 8951.0, 8973.0, 8999.0, 8954.0, 8979.0, 8950.0, 8963.0, 8956.0, 8988.0, 8971.0, 8968.0, 8967.0, 8954.0, 8983.0, 8990.0, 8988.0, 8973.0, 8968.0, 8968.0, 8970.0, 9002.0, 8975.0, 8986.0, 8970.0, 8966.0, 8967.0, 8959.0, 8999.0, 8971.0, 8967.0, 8955.0, 8964.0, 8984.0, 8958.0, 8984.0, 8969.0, 8966.0, 8955.0, 8970.0, 8974.0, 8969.0, 8957.0, 8951.0, 8967.0, 8949.0, 8981.0, 8954.0, 8969.0, 8970.0, 8969.0, 8958.0, 8979.0, 9003.0, 8995.0, 8987.0, 8975.0, 8998.0, 9010.0, 8979.0, 9002.0, 8975.0, 8999.0, 8963.0, 9020.0, 8988.0, 8970.0, 8968.0, 8953.0, 8984.0, 8958.0, 8998.0, 8954.0, 8966.0, 8953.0, 8974.0, 9000.0, 8971.0, 8981.0, 8954.0, 8966.0, 8955.0, 8970.0, 8996.0, 8957.0, 8980.0, 8952.0, 8969.0, 8972.0, 8967.0, 8966.0, 8938.0, 8979.0, 8955.0, 8986.0, 8970.0, 8967.0, 8951.0, 8950.0, 8964.0, 8956.0, 8996.0, 8955.0, 8965.0, 8951.0, 8952.0, 8986.0, 8957.0, 8982.0, 8954.0, 8965.0, 8953.0, 8971.0, 8985.0, 8971.0, 8966.0, 8939.0, 8949.0, 8940.0, 8970.0, 8957.0, 8963.0, 9016.0, 9017.0, 8984.0, 9007.0, 8979.0, 8988.0, 8979.0, 8994.0, 8995.0, 8973.0, 8971.0, 8955.0, 8986.0, 8979.0, 9000.0, 8972.0, 8967.0, 8955.0, 8969.0, 8991.0, 8962.0, 8990.0, 8973.0, 8970.0, 8975.0, 8991.0, 8989.0, 8958.0, 8983.0, 8970.0, 8984.0, 8977.0, 8975.0, 8988.0, 8955.0, 8966.0, 8953.0, 8984.0, 8974.0, 8996.0, 8956.0, 8963.0, 8951.0, 8951.0, 8969.0, 8968.0, 8953.0, 8951.0, 8964.0, 8954.0, 8985.0, 8972.0, 8966.0, 8969.0, 8953.0, 8972.0, 8983.0, 9002.0, 8975.0, 9001.0, 8973.0, 8987.0, 8975.0, 8971.0, 8972.0, 8955.0, 8967.0, 8957.0, 9000.0, 8977.0, 8972.0, 8957.0, 8968.0, 8968.0, 8954.0, 8986.0, 8955.0, 8998.0, 8953.0, 8963.0, 8949.0, 8977.0, 8960.0, 8982.0, 8954.0, 8950.0, 8965.0, 8951.0, 8970.0, 8955.0, 8967.0, 8953.0, 8965.0, 8970.0, 8998.0, 8959.0, 8968.0, 8953.0, 8963.0, 8965.0, 8955.0, 8983.0, 8952.0, 8961.0, 8949.0, 8959.0, 8950.0, 8981.0, 8954.0, 8965.0, 8951.0, 8948.0, 8951.0, 8970.0, 8970.0, 8951.0, 8951.0, 8951.0, 8953.0, 8974.0, 8997.0, 8973.0, 8956.0, 8956.0, 8954.0, 8974.0, 8980.0, 9001.0, 8973.0, 8982.0, 8972.0, 8969.0, 8963.0, 8976.0, 8974.0, 8956.0, 8967.0, 8956.0, 8988.0, 8978.0, 9015.0, 8958.0, 8955.0, 8953.0, 8952.0, 8980.0, 8956.0, 8997.0, 8953.0, 8966.0, 8950.0, 8961.0, 8937.0, 8969.0, 8953.0, 8950.0, 8951.0, 8950.0, 8968.0, 8975.0, 8982.0, 8958.0, 8967.0, 8955.0, 8956.0, 8974.0, 8970.0, 8955.0, 8954.0, 8966.0, 8954.0, 8999.0, 8959.0, 8981.0, 8955.0, 8952.0, 8954.0, 8957.0, 8970.0, 8953.0, 8952.0, 8951.0, 8964.0, 8955.0, 8986.0, 8980.0, 8986.0, 8976.0, 8984.0, 8981.0, 9000.0, 8997.0, 8986.0, 8991.0, 8993.0, 8991.0, 9008.0, 8980.0, 8979.0, 8993.0, 8984.0, 9044.0, 9011.0, 8979.0, 8988.0, 8955.0, 8996.0, 8951.0, 8998.0, 8953.0, 8978.0, 8937.0, 8947.0, 8974.0, 8983.0, 8976.0, 8961.0, 8983.0, 8971.0, 8971.0, 8992.0, 8979.0, 8995.0, 8979.0, 8990.0, 8980.0, 8982.0, 9012.0, 8979.0, 8989.0, 8957.0, 8988.0, 8982.0, 9018.0, 8977.0, 8969.0, 8957.0, 8958.0, 9007.0, 8980.0, 8986.0, 8960.0, 8956.0, 8961.0, 8977.0, 8990.0, 8972.0, 8983.0, 8955.0, 8997.0, 8960.0, 8983.0, 8953.0, 8950.0, 8935.0, 8951.0, 8983.0, 8973.0, 8983.0, 8974.0, 8967.0, 8954.0, 8970.0, 8956.0, 8954.0, 8968.0, 8955.0, 8967.0, 8972.0, 9002.0, 8975.0, 8970.0, 8954.0, 8951.0, 8980.0, 8955.0, 8999.0, 8958.0, 8978.0, 8949.0, 8934.0, 8951.0, 8973.0, 8983.0, 8973.0, 8966.0, 8955.0, 8954.0, 8972.0, 8975.0, 8987.0, 8958.0, 8983.0, 8958.0, 9001.0, 8973.0, 8967.0, 8967.0, 8951.0, 8949.0, 8952.0, 8981.0, 8957.0, 8981.0, 8953.0, 8964.0, 8952.0, 8955.0, 8972.0, 8958.0, 8971.0, 8956.0, 8967.0, 8957.0, 8974.0, 8978.0, 8976.0, 8976.0, 8973.0, 8985.0, 8977.0, 9022.0, 8978.0, 8974.0, 8985.0, 8955.0, 8969.0, 8972.0, 9003.0, 8959.0, 8983.0, 8956.0, 8952.0, 8969.0, 8976.0, 8997.0, 8959.0, 8968.0, 8957.0, 8956.0, 8976.0, 8973.0, 8971.0, 8952.0, 8952.0, 8953.0, 8985.0, 8956.0, 8981.0, 8955.0, 8951.0, 8956.0, 8959.0, 8985.0, 8957.0, 8980.0, 8954.0, 8970.0, 8974.0, 8956.0, 8956.0, 8951.0, 8962.0, 8953.0, 8998.0, 8955.0, 8953.0, 8952.0, 8953.0, 8967.0, 8960.0, 8988.0, 8972.0, 8956.0, 8966.0, 8955.0, 8987.0, 8974.0, 8954.0, 8966.0, 8954.0, 8954.0, 8937.0, 8952.0, 8970.0, 8959.0, 8959.0, 8977.0, 8992.0, 8974.0, 8985.0, 8955.0, 8951.0, 8954.0, 8976.0, 8984.0, 8953.0, 8963.0, 8951.0, 8965.0, 8957.0, 8972.0, 8957.0, 8971.0, 8969.0, 8989.0, 8980.0, 9007.0, 8984.0, 8980.0, 8980.0, 8981.0, 9027.0, 8984.0, 9012.0, 8980.0, 8974.0, 8979.0, 8985.0, 9003.0, 8958.0, 8983.0, 8942.0, 8956.0, 8974.0, 8959.0, 8986.0, 8956.0, 8966.0, 8954.0, 8953.0, 8972.0, 8957.0, 8968.0, 8953.0, 8964.0, 8955.0, 8985.0, 8976.0, 8959.0, 8972.0, 8953.0, 8964.0, 8951.0, 8955.0, 8970.0, 8954.0, 8967.0, 8939.0, 8964.0, 8954.0, 8954.0, 8967.0, 8953.0, 8963.0, 8936.0, 8947.0, 8950.0, 8954.0, 8966.0, 8950.0, 8951.0, 8934.0, 8959.0, 8952.0, 8967.0, 8954.0, 8951.0, 8951.0, 8949.0, 8950.0, 8954.0, 8985.0, 8956.0, 8956.0, 8957.0, 8954.0, 8956.0, 8963.0, 8988.0, 8974.0, 8985.0, 8958.0, 8986.0, 8965.0, 8994.0, 8991.0, 8973.0, 8971.0, 8959.0, 9003.0, 8981.0, 8990.0, 8990.0, 8972.0, 8970.0, 8957.0, 8999.0, 8966.0, 9000.0, 8970.0, 8952.0, 8951.0, 8952.0, 8981.0, 8955.0, 8983.0, 8954.0, 8965.0, 8951.0, 8955.0, 8985.0, 8958.0, 8983.0, 8956.0, 8953.0, 8968.0, 8972.0, 8985.0, 8974.0, 8984.0, 8955.0, 9001.0, 8981.0, 8973.0, 8972.0, 8968.0, 8940.0, 8960.0, 8959.0, 8974.0, 8964.0, 8983.0, 9014.0, 8979.0, 9004.0, 8959.0, 8968.0, 8956.0, 8975.0, 9003.0, 8955.0, 8965.0, 8955.0, 8950.0, 8969.0, 8975.0, 8986.0, 8958.0, 8969.0, 8955.0, 8955.0, 8973.0, 8975.0, 8986.0, 8958.0, 8982.0, 8955.0, 8973.0, 8972.0, 8952.0, 8951.0, 8950.0, 8950.0, 8955.0, 8979.0, 8940.0, 8950.0, 8950.0, 8951.0, 8954.0, 8977.0, 8969.0, 8956.0, 8966.0, 8968.0, 8974.0, 8989.0, 8961.0, 8986.0, 8960.0, 8970.0, 8978.0, 8980.0, 8973.0, 8957.0, 8970.0, 8959.0, 8987.0, 8962.0, 8957.0, 8955.0, 8955.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.00041316091954022986</td></tr>
<tr><td colspan=3>aqi</td><td>0.021071025862068965</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.42151938601841</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1778613824050623</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9992096233947054</td></tr>
<tr><td colspan=3>efc</td><td>0.4632</td></tr>
<tr><td colspan=3>fber</td><td>5424.4868</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09707827445900258</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.712643678160919</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4498944357836336</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.385212215859382</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.607730392372317</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3567406991192024</td></tr>
<tr><td colspan=3>gcor</td><td>0.00465341</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012511259876191616</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022262997925281525</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.05333941495328</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>35.6009</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.55</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.8144</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303251.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.767</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.746</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.1397</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3263.0667</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.1179</td></tr>
<tr><td colspan=3>tsnr</td><td>43.12305724772159</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>