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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-04_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-04_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-0069/ses-04/func/sub-0069_ses-04_task-social_acq-mb8_run-04_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>b90cc0f98330dfee94e2719ead687e55</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>18:30:34.325000</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.999219, -0.0376426, 0.0120395, 0.0383861, 0.996876, -0.0690246]</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-04_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.0866508</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7710, -7285, 532, -77, -47, 35, 68]</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.208</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7febfb86-7e8c-4898-b6fd-c2a017d349f6||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.680830717086792, 0.10298696905374527, 0.025389792397618294, 105.3679428100586], [0.10099242627620697, 2.674546003341675, -0.18746863305568695, -87.3620834350586], [0.03230110928416252, 0.18518796563148499, 2.693364143371582, -79.38897705078125], [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': ['183034.325000', '183034.785000', '183035.245000', '183035.705000', '183036.165000', '183036.625000', '183037.085000', '183037.545000', '183038.005000', '183038.465000', '183038.925000', '183039.385000', '183039.845000', '183040.305000', '183040.765000', '183041.225000', '183041.685000', '183042.145000', '183042.605000', '183043.065000', '183043.525000', '183043.985000', '183044.445000', '183044.905000', '183045.365000', '183045.825000', '183046.285000', '183046.745000', '183047.205000', '183047.665000', '183048.125000', '183048.585000', '183049.045000', '183049.505000', '183049.965000', '183050.425000', '183050.885000', '183051.345000', '183051.805000', '183052.265000', '183052.725000', '183053.185000', '183053.645000', '183054.105000', '183054.565000', '183055.025000', '183055.485000', '183055.945000', '183056.405000', '183056.865000', '183057.325000', '183057.785000', '183058.245000', '183058.705000', '183059.165000', '183059.625000', '183100.085000', '183100.545000', '183101.005000', '183101.465000', '183101.925000', '183102.385000', '183102.845000', '183103.305000', '183103.765000', '183104.225000', '183104.685000', '183105.145000', '183105.605000', '183106.065000', '183106.525000', '183106.985000', '183107.445000', '183107.905000', '183108.365000', '183108.825000', '183109.285000', '183109.745000', '183110.205000', '183110.665000', '183111.125000', '183111.585000', '183112.045000', '183112.505000', '183112.965000', '183113.425000', '183113.885000', '183114.345000', '183114.805000', '183115.265000', '183115.725000', '183116.185000', '183116.645000', '183117.105000', '183117.565000', '183118.025000', '183118.485000', '183118.945000', '183119.405000', '183119.865000', '183120.325000', '183120.785000', '183121.245000', '183121.705000', '183122.165000', '183122.625000', '183123.085000', '183123.545000', '183124.005000', '183124.465000', '183124.925000', '183125.385000', '183125.845000', '183126.305000', '183126.765000', '183127.225000', '183127.685000', '183128.145000', '183128.605000', '183129.065000', '183129.525000', '183129.985000', '183130.445000', '183130.905000', '183131.365000', '183131.825000', '183132.285000', '183132.745000', '183133.205000', '183133.665000', '183134.125000', '183134.585000', '183135.045000', '183135.505000', '183135.965000', '183136.425000', '183136.885000', '183137.345000', '183137.805000', '183138.265000', '183138.725000', '183139.185000', '183139.645000', '183140.105000', '183140.565000', '183141.025000', '183141.485000', '183141.945000', '183142.405000', '183142.865000', '183143.325000', '183143.785000', '183144.245000', '183144.705000', '183145.165000', '183145.625000', '183146.085000', '183146.545000', '183147.005000', '183147.465000', '183147.925000', '183148.385000', '183148.845000', '183149.305000', '183149.765000', '183150.225000', '183150.685000', '183151.145000', '183151.605000', '183152.065000', '183152.525000', '183152.985000', '183153.445000', '183153.905000', '183154.365000', '183154.825000', '183155.285000', '183155.745000', '183156.205000', '183156.665000', '183157.125000', '183157.585000', '183158.045000', '183158.505000', '183158.965000', '183159.425000', '183159.885000', '183200.345000', '183200.805000', '183201.265000', '183201.725000', '183202.185000', '183202.645000', '183203.105000', '183203.565000', '183204.025000', '183204.485000', '183204.945000', '183205.405000', '183205.865000', '183206.325000', '183206.785000', '183207.245000', '183207.705000', '183208.165000', '183208.625000', '183209.085000', '183209.545000', '183210.005000', '183210.465000', '183210.925000', '183211.385000', '183211.845000', '183212.305000', '183212.765000', '183213.225000', '183213.685000', '183214.145000', '183214.605000', '183215.065000', '183215.525000', '183215.985000', '183216.445000', '183216.905000', '183217.365000', '183217.825000', '183218.285000', '183218.745000', '183219.205000', '183219.665000', '183220.125000', '183220.585000', '183221.045000', '183221.505000', '183221.965000', '183222.425000', '183222.885000', '183223.345000', '183223.805000', '183224.265000', '183224.725000', '183225.185000', '183225.645000', '183226.105000', '183226.565000', '183227.025000', '183227.485000', '183227.945000', '183228.405000', '183228.865000', '183229.325000', '183229.785000', '183230.245000', '183230.705000', '183231.165000', '183231.625000', '183232.085000', '183232.545000', '183233.005000', '183233.465000', '183233.925000', '183234.385000', '183234.845000', '183235.305000', '183235.765000', '183236.225000', '183236.685000', '183237.145000', '183237.605000', '183238.065000', '183238.525000', '183238.985000', '183239.445000', '183239.905000', '183240.365000', '183240.825000', '183241.285000', '183241.745000', '183242.205000', '183242.665000', '183243.125000', '183243.585000', '183244.045000', '183244.505000', '183244.965000', '183245.425000', '183245.885000', '183246.345000', '183246.805000', '183247.265000', '183247.725000', '183248.185000', '183248.645000', '183249.105000', '183249.565000', '183250.025000', '183250.485000', '183250.945000', '183251.405000', '183251.865000', '183252.325000', '183252.785000', '183253.245000', '183253.705000', '183254.165000', '183254.625000', '183255.085000', '183255.545000', '183256.005000', '183256.465000', '183256.925000', '183257.385000', '183257.845000', '183258.305000', '183258.765000', '183259.225000', '183259.685000', '183300.145000', '183300.605000', '183301.065000', '183301.525000', '183301.985000', '183302.445000', '183302.905000', '183303.365000', '183303.825000', '183304.285000', '183304.745000', '183305.205000', '183305.665000', '183306.125000', '183306.585000', '183307.045000', '183307.505000', '183307.965000', '183308.425000', '183308.885000', '183309.345000', '183309.805000', '183310.265000', '183310.725000', '183311.185000', '183311.645000', '183312.105000', '183312.565000', '183313.025000', '183313.485000', '183313.945000', '183314.405000', '183314.865000', '183315.325000', '183315.785000', '183316.245000', '183316.705000', '183317.165000', '183317.625000', '183318.085000', '183318.545000', '183319.005000', '183319.465000', '183319.925000', '183320.385000', '183320.845000', '183321.305000', '183321.765000', '183322.225000', '183322.685000', '183323.145000', '183323.605000', '183324.065000', '183324.525000', '183324.985000', '183325.445000', '183325.905000', '183326.365000', '183326.825000', '183327.285000', '183327.745000', '183328.205000', '183328.665000', '183329.125000', '183329.585000', '183330.045000', '183330.505000', '183330.965000', '183331.425000', '183331.885000', '183332.345000', '183332.805000', '183333.265000', '183333.725000', '183334.185000', '183334.645000', '183335.105000', '183335.565000', '183336.025000', '183336.485000', '183336.945000', '183337.405000', '183337.865000', '183338.325000', '183338.785000', '183339.245000', '183339.705000', '183340.165000', '183340.625000', '183341.085000', '183341.545000', '183342.005000', '183342.465000', '183342.925000', '183343.385000', '183343.845000', '183344.305000', '183344.765000', '183345.225000', '183345.685000', '183346.145000', '183346.605000', '183347.065000', '183347.525000', '183347.985000', '183348.445000', '183348.905000', '183349.365000', '183349.825000', '183350.285000', '183350.745000', '183351.205000', '183351.665000', '183352.125000', '183352.585000', '183353.045000', '183353.505000', '183353.965000', '183354.425000', '183354.885000', '183355.345000', '183355.805000', '183356.265000', '183356.725000', '183357.185000', '183357.645000', '183358.105000', '183358.565000', '183359.025000', '183359.485000', '183359.945000', '183400.405000', '183400.865000', '183401.325000', '183401.785000', '183402.245000', '183402.705000', '183403.165000', '183403.625000', '183404.085000', '183404.545000', '183405.005000', '183405.465000', '183405.925000', '183406.385000', '183406.845000', '183407.305000', '183407.765000', '183408.225000', '183408.685000', '183409.145000', '183409.605000', '183410.065000', '183410.525000', '183410.985000', '183411.445000', '183411.905000', '183412.365000', '183412.825000', '183413.285000', '183413.745000', '183414.205000', '183414.665000', '183415.125000', '183415.585000', '183416.045000', '183416.505000', '183416.965000', '183417.425000', '183417.885000', '183418.345000', '183418.805000', '183419.265000', '183419.725000', '183420.185000', '183420.645000', '183421.105000', '183421.565000', '183422.025000', '183422.485000', '183422.945000', '183423.405000', '183423.865000', '183424.325000', '183424.785000', '183425.245000', '183425.705000', '183426.165000', '183426.625000', '183427.085000', '183427.545000', '183428.005000', '183428.465000', '183428.925000', '183429.385000', '183429.845000', '183430.305000', '183430.765000', '183431.225000', '183431.685000', '183432.145000', '183432.605000', '183433.065000', '183433.525000', '183433.985000', '183434.445000', '183434.905000', '183435.365000', '183435.825000', '183436.285000', '183436.745000', '183437.205000', '183437.665000', '183438.125000', '183438.585000', '183439.045000', '183439.505000', '183439.965000', '183440.425000', '183440.885000', '183441.345000', '183441.805000', '183442.265000', '183442.725000', '183443.185000', '183443.645000', '183444.105000', '183444.565000', '183445.025000', '183445.485000', '183445.945000', '183446.405000', '183446.865000', '183447.325000', '183447.785000', '183448.245000', '183448.705000', '183449.165000', '183449.625000', '183450.085000', '183450.545000', '183451.005000', '183451.465000', '183451.925000', '183452.385000', '183452.845000', '183453.305000', '183453.765000', '183454.225000', '183454.685000', '183455.145000', '183455.605000', '183456.065000', '183456.525000', '183456.985000', '183457.445000', '183457.905000', '183458.365000', '183458.825000', '183459.285000', '183459.745000', '183500.205000', '183500.665000', '183501.125000', '183501.585000', '183502.045000', '183502.505000', '183502.965000', '183503.425000', '183503.885000', '183504.345000', '183504.805000', '183505.265000', '183505.725000', '183506.185000', '183506.645000', '183507.105000', '183507.565000', '183508.025000', '183508.485000', '183508.945000', '183509.405000', '183509.865000', '183510.325000', '183510.785000', '183511.245000', '183511.705000', '183512.165000', '183512.625000', '183513.085000', '183513.545000', '183514.005000', '183514.465000', '183514.925000', '183515.385000', '183515.845000', '183516.305000', '183516.765000', '183517.225000', '183517.685000', '183518.145000', '183518.605000', '183519.065000', '183519.525000', '183519.985000', '183520.445000', '183520.905000', '183521.365000', '183521.825000', '183522.285000', '183522.745000', '183523.205000', '183523.665000', '183524.125000', '183524.585000', '183525.045000', '183525.505000', '183525.965000', '183526.425000', '183526.885000', '183527.345000', '183527.805000', '183528.265000', '183528.725000', '183529.185000', '183529.645000', '183530.105000', '183530.565000', '183531.025000', '183531.485000', '183531.945000', '183532.405000', '183532.865000', '183533.325000', '183533.785000', '183534.245000', '183534.705000', '183535.165000', '183535.625000', '183536.085000', '183536.545000', '183537.005000', '183537.465000', '183537.925000', '183538.385000', '183538.845000', '183539.305000', '183539.765000', '183540.225000', '183540.685000', '183541.145000', '183541.605000', '183542.065000', '183542.525000', '183542.985000', '183543.445000', '183543.905000', '183544.365000', '183544.825000', '183545.285000', '183545.745000', '183546.205000', '183546.665000', '183547.125000', '183547.585000', '183548.045000', '183548.505000', '183548.965000', '183549.425000', '183549.885000', '183550.345000', '183550.805000', '183551.265000', '183551.725000', '183552.185000', '183552.645000', '183553.105000', '183553.565000', '183554.025000', '183554.485000', '183554.945000', '183555.405000', '183555.865000', '183556.325000', '183556.785000', '183557.245000', '183557.705000', '183558.165000', '183558.625000', '183559.085000', '183559.545000', '183600.005000', '183600.465000', '183600.925000', '183601.385000', '183601.845000', '183602.305000', '183602.765000', '183603.225000', '183603.685000', '183604.145000', '183604.605000', '183605.065000', '183605.525000', '183605.985000', '183606.445000', '183606.905000', '183607.365000', '183607.825000', '183608.285000', '183608.745000', '183609.205000', '183609.665000', '183610.125000', '183610.585000', '183611.045000', '183611.505000', '183611.965000', '183612.425000', '183612.885000', '183613.345000', '183613.805000', '183614.265000', '183614.725000', '183615.185000', '183615.645000', '183616.105000', '183616.565000', '183617.025000', '183617.485000', '183617.945000', '183618.405000', '183618.865000', '183619.325000', '183619.785000', '183620.245000', '183620.705000', '183621.165000', '183621.625000', '183622.085000', '183622.545000', '183623.005000', '183623.465000', '183623.925000', '183624.385000', '183624.845000', '183625.305000', '183625.765000', '183626.225000', '183626.685000', '183627.145000', '183627.605000', '183628.065000', '183628.525000', '183628.985000', '183629.445000', '183629.905000', '183630.365000', '183630.825000', '183631.285000', '183631.745000', '183632.205000', '183632.665000', '183633.125000', '183633.585000', '183634.045000', '183634.505000', '183634.965000', '183635.425000', '183635.885000', '183636.345000', '183636.805000', '183637.265000', '183637.725000', '183638.185000', '183638.645000', '183639.105000', '183639.565000', '183640.025000', '183640.485000', '183640.945000', '183641.405000', '183641.865000', '183642.325000', '183642.785000', '183643.245000', '183643.705000', '183644.165000', '183644.625000', '183645.085000', '183645.545000', '183646.005000', '183646.465000', '183646.925000', '183647.385000', '183647.845000', '183648.305000', '183648.765000', '183649.225000', '183649.685000', '183650.145000', '183650.605000', '183651.065000', '183651.525000', '183651.985000', '183652.445000', '183652.905000', '183653.365000', '183653.825000', '183654.285000', '183654.745000', '183655.205000', '183655.665000', '183656.125000', '183656.585000', '183657.045000', '183657.505000', '183657.965000', '183658.425000', '183658.885000', '183659.345000', '183659.805000', '183700.265000', '183700.725000', '183701.185000', '183701.645000', '183702.105000', '183702.565000', '183703.025000', '183703.485000', '183703.945000', '183704.405000', '183704.865000', '183705.325000', '183705.785000', '183706.245000', '183706.705000', '183707.165000', '183707.625000', '183708.085000', '183708.545000', '183709.005000', '183709.465000', '183709.925000', '183710.385000', '183710.845000', '183711.305000', '183711.765000', '183712.225000', '183712.685000', '183713.145000', '183713.605000', '183714.065000', '183714.525000', '183714.985000'], 'ContentTime': ['183055.370000', '183055.373000', '183055.375000', '183055.378000', '183055.385000', '183055.388000', '183055.390000', '183055.393000', '183055.396000', '183055.398000', '183055.401000', '183055.403000', '183055.406000', '183055.409000', '183055.411000', '183055.414000', '183055.417000', '183055.419000', '183055.422000', '183055.425000', '183055.427000', '183055.430000', '183055.432000', '183055.435000', '183055.438000', '183055.441000', '183055.443000', '183055.446000', '183055.449000', '183055.451000', '183055.454000', '183055.457000', '183055.459000', '183055.462000', '183055.464000', '183055.467000', '183055.470000', '183055.472000', '183055.475000', '183055.477000', '183055.480000', '183055.483000', '183115.340000', '183115.343000', '183115.346000', '183115.349000', '183115.351000', '183115.354000', '183115.357000', '183115.359000', '183115.362000', '183115.365000', '183115.367000', '183115.370000', '183115.372000', '183115.375000', '183115.378000', '183115.380000', '183115.383000', '183115.385000', '183115.388000', '183115.391000', '183115.393000', '183115.396000', '183115.399000', '183115.401000', '183115.404000', '183115.406000', '183115.409000', '183115.412000', '183115.414000', '183115.417000', '183115.419000', '183115.422000', '183115.425000', '183115.427000', '183115.430000', '183115.432000', '183115.435000', '183115.437000', '183115.440000', '183115.443000', '183115.445000', '183115.448000', '183115.450000', '183115.453000', '183135.340000', '183135.342000', '183135.345000', '183135.348000', '183135.351000', '183135.353000', '183135.356000', '183135.358000', '183135.361000', '183135.363000', '183135.366000', '183135.369000', '183135.371000', '183135.374000', '183135.377000', '183135.379000', '183135.382000', '183135.384000', '183135.387000', '183135.390000', '183135.392000', '183135.395000', '183135.397000', '183135.400000', '183135.402000', '183135.405000', '183135.408000', '183135.410000', '183135.413000', '183135.417000', '183135.420000', '183135.422000', '183135.425000', '183135.427000', '183135.430000', '183135.433000', '183135.435000', '183135.438000', '183135.441000', '183135.443000', '183135.446000', '183135.448000', '183135.451000', '183155.339000', '183155.342000', '183155.345000', '183155.348000', '183155.350000', '183155.353000', '183155.355000', '183155.358000', '183155.361000', '183155.363000', '183155.366000', '183155.380000', '183155.383000', '183155.386000', '183155.388000', '183155.391000', '183155.393000', '183155.396000', '183155.398000', '183155.401000', '183155.404000', '183155.406000', '183155.409000', '183155.411000', '183155.414000', '183155.422000', '183155.425000', '183155.428000', '183155.430000', '183155.433000', '183155.436000', '183155.438000', '183155.441000', '183155.443000', '183155.446000', '183155.449000', '183155.451000', '183155.454000', '183155.456000', '183155.459000', '183155.462000', '183155.465000', '183155.467000', '183155.470000', '183215.339000', '183215.342000', '183215.345000', '183215.348000', '183215.350000', '183215.353000', '183215.355000', '183215.358000', '183215.361000', '183215.363000', '183215.366000', '183215.369000', '183215.371000', '183215.374000', '183215.376000', '183215.379000', '183215.382000', '183215.384000', '183215.387000', '183215.390000', '183215.393000', '183215.396000', '183215.399000', '183215.401000', '183215.404000', '183215.407000', '183215.409000', '183215.423000', '183215.425000', '183215.428000', '183215.431000', '183215.433000', '183215.436000', '183215.439000', '183215.441000', '183215.444000', '183215.446000', '183215.449000', '183215.452000', '183215.454000', '183215.457000', '183215.460000', '183215.462000', '183235.340000', '183235.343000', '183235.345000', '183235.348000', '183235.351000', '183235.353000', '183235.356000', '183235.359000', '183235.362000', '183235.364000', '183235.367000', '183235.370000', '183235.373000', '183235.375000', '183235.378000', '183235.380000', '183235.383000', '183235.386000', '183235.388000', '183235.391000', '183235.394000', '183235.396000', '183235.399000', '183235.401000', '183235.404000', '183235.407000', '183235.409000', '183235.412000', '183235.415000', '183235.417000', '183235.420000', '183235.423000', '183235.425000', '183235.428000', '183235.431000', '183235.433000', '183235.436000', '183235.438000', '183235.441000', '183235.444000', '183235.446000', '183235.449000', '183235.451000', '183235.454000', '183255.339000', '183255.342000', '183255.345000', '183255.348000', '183255.350000', '183255.353000', '183255.356000', '183255.358000', '183255.361000', '183255.363000', '183255.366000', '183255.369000', '183255.371000', '183255.374000', '183255.377000', '183255.379000', '183255.382000', '183255.384000', '183255.387000', '183255.390000', '183255.392000', '183255.395000', '183255.398000', '183255.400000', '183255.403000', '183255.405000', '183255.408000', '183255.411000', '183255.413000', '183255.416000', '183255.418000', '183255.421000', '183255.424000', '183255.426000', '183255.429000', '183255.432000', '183255.434000', '183255.437000', '183255.440000', '183255.442000', '183255.445000', '183255.447000', '183255.450000', '183315.339000', '183315.342000', '183315.345000', '183315.348000', '183315.350000', '183315.353000', '183315.356000', '183315.358000', '183315.361000', '183315.364000', '183315.366000', '183315.369000', '183315.371000', '183315.374000', '183315.377000', '183315.379000', '183315.382000', '183315.384000', '183315.387000', '183315.390000', '183315.392000', '183315.395000', '183315.398000', '183315.401000', '183315.403000', '183315.406000', '183315.408000', '183315.411000', '183315.414000', '183315.416000', '183315.419000', '183315.421000', '183315.424000', '183315.427000', '183315.429000', '183315.432000', '183315.435000', '183315.438000', '183315.440000', '183315.443000', '183315.446000', '183315.457000', '183315.459000', '183315.462000', '183335.340000', '183335.343000', '183335.346000', '183335.349000', '183335.351000', '183335.354000', '183335.357000', '183335.359000', '183335.362000', '183335.365000', '183335.367000', '183335.370000', '183335.372000', '183335.375000', '183335.378000', '183335.380000', '183335.383000', '183335.386000', '183335.388000', '183335.391000', '183335.394000', '183335.396000', '183335.399000', '183335.401000', '183335.404000', '183335.407000', '183335.409000', '183335.412000', '183335.415000', '183335.417000', '183335.420000', '183335.423000', '183335.425000', '183335.428000', '183335.430000', '183335.433000', '183335.436000', '183335.438000', '183335.441000', '183335.444000', '183335.447000', '183335.450000', '183335.452000', '183355.339000', '183355.342000', '183355.345000', '183355.348000', '183355.350000', '183355.353000', '183355.356000', '183355.358000', '183355.361000', '183355.364000', '183355.366000', '183355.369000', '183355.371000', '183355.374000', '183355.377000', '183355.379000', '183355.382000', '183355.385000', '183355.387000', '183355.390000', '183355.393000', '183355.395000', '183355.398000', '183355.401000', '183355.403000', '183355.406000', '183355.408000', '183355.411000', '183355.413000', '183355.416000', '183355.419000', '183355.421000', '183355.424000', '183355.426000', '183355.429000', '183355.432000', '183355.434000', '183355.437000', '183355.440000', '183355.443000', '183355.445000', '183355.448000', '183355.450000', '183355.453000', '183415.340000', '183415.342000', '183415.345000', '183415.348000', '183415.350000', '183415.353000', '183415.356000', '183415.358000', '183415.361000', '183415.364000', '183415.366000', '183415.369000', '183415.371000', '183415.374000', '183415.377000', '183415.379000', '183415.382000', '183415.385000', '183415.387000', '183415.390000', '183415.392000', '183415.395000', '183415.398000', '183415.400000', '183415.403000', '183415.405000', '183415.408000', '183415.411000', '183415.413000', '183415.416000', '183415.419000', '183415.421000', '183415.424000', '183415.427000', '183415.430000', '183415.432000', '183415.435000', '183415.437000', '183415.440000', '183415.443000', '183415.445000', '183415.448000', '183415.450000', '183435.340000', '183435.342000', '183435.345000', '183435.348000', '183435.350000', '183435.353000', '183435.355000', '183435.358000', '183435.361000', '183435.363000', '183435.366000', '183435.368000', '183435.371000', '183435.374000', '183435.376000', '183435.379000', '183435.381000', '183435.384000', '183435.387000', '183435.389000', '183435.392000', '183435.395000', '183435.397000', '183435.400000', '183435.403000', '183435.405000', '183435.408000', '183435.410000', '183435.413000', '183435.416000', '183435.418000', '183435.421000', '183435.424000', '183435.426000', '183435.429000', '183435.432000', '183435.434000', '183435.437000', '183435.440000', '183435.442000', '183435.445000', '183435.447000', '183435.450000', '183435.452000', '183455.340000', '183455.342000', '183455.345000', '183455.348000', '183455.350000', '183455.353000', '183455.356000', '183455.358000', '183455.361000', '183455.364000', '183455.366000', '183455.369000', '183455.371000', '183455.374000', '183455.377000', '183455.380000', '183455.382000', '183455.415000', '183455.418000', '183455.420000', '183455.423000', '183455.426000', '183455.428000', '183455.431000', '183455.433000', '183455.436000', '183455.439000', '183455.442000', '183455.445000', '183455.448000', '183455.452000', '183455.455000', '183455.457000', '183455.460000', '183455.463000', '183455.465000', '183455.468000', '183455.470000', '183455.473000', '183455.476000', '183455.478000', '183455.481000', '183455.484000', '183515.339000', '183515.342000', '183515.345000', '183515.348000', '183515.351000', '183515.353000', '183515.356000', '183515.358000', '183515.361000', '183515.364000', '183515.366000', '183515.369000', '183515.372000', '183515.374000', '183515.377000', '183515.380000', '183515.382000', '183515.385000', '183515.388000', '183515.390000', '183515.393000', '183515.396000', '183515.398000', '183515.401000', '183515.404000', '183515.406000', '183515.409000', '183515.411000', '183515.414000', '183515.417000', '183515.419000', '183515.422000', '183515.425000', '183515.427000', '183515.430000', '183515.432000', '183515.435000', '183515.438000', '183515.440000', '183515.443000', '183515.446000', '183515.448000', '183515.451000', '183515.454000', '183535.340000', '183535.343000', '183535.345000', '183535.348000', '183535.351000', '183535.353000', '183535.356000', '183535.359000', '183535.361000', '183535.364000', '183535.366000', '183535.369000', '183535.372000', '183535.374000', '183535.377000', '183535.380000', '183535.382000', '183535.385000', '183535.388000', '183535.390000', '183535.393000', '183535.396000', '183535.398000', '183535.401000', '183535.403000', '183535.406000', '183535.409000', '183535.411000', '183535.414000', '183535.416000', '183535.419000', '183535.422000', '183535.424000', '183535.427000', '183535.430000', '183535.432000', '183535.435000', '183535.437000', '183535.440000', '183535.443000', '183535.445000', '183535.448000', '183535.451000', '183555.340000', '183555.343000', '183555.346000', '183555.349000', '183555.351000', '183555.354000', '183555.356000', '183555.359000', '183555.362000', '183555.364000', '183555.367000', '183555.370000', '183555.372000', '183555.375000', '183555.378000', '183555.380000', '183555.383000', '183555.386000', '183555.388000', '183555.391000', '183555.393000', '183555.396000', '183555.398000', '183555.401000', '183555.404000', '183555.406000', '183555.409000', '183555.412000', '183555.414000', '183555.417000', '183555.419000', '183555.422000', '183555.425000', '183555.428000', '183555.430000', '183555.433000', '183555.435000', '183555.438000', '183555.441000', '183555.443000', '183555.446000', '183555.448000', '183555.451000', '183555.454000', '183615.339000', '183615.342000', '183615.345000', '183615.348000', '183615.350000', '183615.353000', '183615.356000', '183615.358000', '183615.361000', '183615.363000', '183615.366000', '183615.369000', '183615.371000', '183615.374000', '183615.377000', '183615.379000', '183615.382000', '183615.393000', '183615.396000', '183615.398000', '183615.401000', '183615.404000', '183615.406000', '183615.409000', '183615.412000', '183615.414000', '183615.417000', '183615.419000', '183615.422000', '183615.425000', '183615.427000', '183615.430000', '183615.433000', '183615.435000', '183615.438000', '183615.441000', '183615.443000', '183615.446000', '183615.449000', '183615.451000', '183615.454000', '183615.457000', '183615.471000', '183635.339000', '183635.344000', '183635.347000', '183635.349000', '183635.352000', '183635.355000', '183635.357000', '183635.360000', '183635.363000', '183635.365000', '183635.368000', '183635.371000', '183635.373000', '183635.376000', '183635.378000', '183635.381000', '183635.384000', '183635.386000', '183635.389000', '183635.392000', '183635.394000', '183635.397000', '183635.400000', '183635.402000', '183635.405000', '183635.407000', '183635.410000', '183635.413000', '183635.415000', '183635.418000', '183635.421000', '183635.423000', '183635.426000', '183635.428000', '183635.431000', '183635.434000', '183635.436000', '183635.439000', '183635.442000', '183635.444000', '183635.447000', '183635.450000', '183635.452000', '183635.455000', '183655.340000', '183655.343000', '183655.345000', '183655.348000', '183655.351000', '183655.353000', '183655.356000', '183655.359000', '183655.361000', '183655.364000', '183655.366000', '183655.369000', '183655.372000', '183655.374000', '183655.377000', '183655.380000', '183655.382000', '183655.385000', '183655.387000', '183655.390000', '183655.393000', '183655.395000', '183655.398000', '183655.400000', '183655.403000', '183655.406000', '183655.409000', '183655.411000', '183655.414000', '183655.417000', '183655.419000', '183655.422000', '183655.424000', '183655.427000', '183655.430000', '183655.432000', '183655.435000', '183655.437000', '183655.440000', '183655.443000', '183655.445000', '183655.448000', '183655.451000', '183715.339000', '183715.342000', '183715.345000', '183715.348000', '183715.350000', '183715.353000', '183715.355000', '183715.358000', '183715.361000', '183715.363000', '183715.366000', '183715.368000', '183715.371000', '183715.374000', '183715.376000', '183715.379000', '183715.381000', '183715.384000', '183715.387000', '183715.389000', '183715.392000', '183715.394000', '183715.397000', '183715.400000', '183715.402000', '183715.405000', '183715.407000', '183715.410000', '183715.413000', '183715.415000', '183715.418000', '183715.420000', '183715.423000', '183715.426000', '183715.428000', '183715.431000', '183715.433000', '183715.436000', '183715.438000', '183715.441000', '183715.444000', '183715.446000', '183715.449000', '183715.451000', '183716.684000', '183716.687000', '183716.690000'], 'InstanceCreationTime': ['183055.370000', '183055.373000', '183055.375000', '183055.378000', '183055.385000', '183055.388000', '183055.390000', '183055.393000', '183055.396000', '183055.398000', '183055.401000', '183055.403000', '183055.406000', '183055.409000', '183055.411000', '183055.414000', '183055.417000', '183055.419000', '183055.422000', '183055.425000', '183055.427000', '183055.430000', '183055.432000', '183055.435000', '183055.438000', '183055.441000', '183055.443000', '183055.446000', '183055.449000', '183055.451000', '183055.454000', '183055.457000', '183055.459000', '183055.462000', '183055.464000', '183055.467000', '183055.470000', '183055.472000', '183055.475000', '183055.477000', '183055.480000', '183055.483000', '183115.340000', '183115.343000', '183115.346000', '183115.349000', '183115.351000', '183115.354000', '183115.357000', '183115.359000', '183115.362000', '183115.365000', '183115.367000', '183115.370000', '183115.372000', '183115.375000', '183115.378000', '183115.380000', '183115.383000', '183115.385000', '183115.388000', '183115.391000', '183115.393000', '183115.396000', '183115.399000', '183115.401000', '183115.404000', '183115.406000', '183115.409000', '183115.412000', '183115.414000', '183115.417000', '183115.419000', '183115.422000', '183115.425000', '183115.427000', '183115.430000', '183115.432000', '183115.435000', '183115.437000', '183115.440000', '183115.443000', '183115.445000', '183115.448000', '183115.450000', '183115.453000', '183135.340000', '183135.342000', '183135.345000', '183135.348000', '183135.351000', '183135.353000', '183135.356000', '183135.358000', '183135.361000', '183135.363000', '183135.366000', '183135.369000', '183135.371000', '183135.374000', '183135.377000', '183135.379000', '183135.382000', '183135.384000', '183135.387000', '183135.390000', '183135.392000', '183135.395000', '183135.397000', '183135.400000', '183135.402000', '183135.405000', '183135.408000', '183135.410000', '183135.413000', '183135.417000', '183135.420000', '183135.422000', '183135.425000', '183135.427000', '183135.430000', '183135.433000', '183135.435000', '183135.438000', '183135.441000', '183135.443000', '183135.446000', '183135.448000', '183135.451000', '183155.339000', '183155.342000', '183155.345000', '183155.348000', '183155.350000', '183155.353000', '183155.355000', '183155.358000', '183155.361000', '183155.363000', '183155.366000', '183155.380000', '183155.383000', '183155.386000', '183155.388000', '183155.391000', '183155.393000', '183155.396000', '183155.398000', '183155.401000', '183155.404000', '183155.406000', '183155.409000', '183155.411000', '183155.414000', '183155.422000', '183155.425000', '183155.428000', '183155.430000', '183155.433000', '183155.436000', '183155.438000', '183155.441000', '183155.443000', '183155.446000', '183155.449000', '183155.451000', '183155.454000', '183155.456000', '183155.459000', '183155.462000', '183155.465000', '183155.467000', '183155.470000', '183215.339000', '183215.342000', '183215.345000', '183215.348000', '183215.350000', '183215.353000', '183215.355000', '183215.358000', '183215.361000', '183215.363000', '183215.366000', '183215.369000', '183215.371000', '183215.374000', '183215.376000', '183215.379000', '183215.382000', '183215.384000', '183215.387000', '183215.390000', '183215.393000', '183215.396000', '183215.399000', '183215.401000', '183215.404000', '183215.407000', '183215.409000', '183215.423000', '183215.425000', '183215.428000', '183215.431000', '183215.433000', '183215.436000', '183215.439000', '183215.441000', '183215.444000', '183215.446000', '183215.449000', '183215.452000', '183215.454000', '183215.457000', '183215.460000', '183215.462000', '183235.340000', '183235.343000', '183235.345000', '183235.348000', '183235.351000', '183235.353000', '183235.356000', '183235.359000', '183235.362000', '183235.364000', '183235.367000', '183235.370000', '183235.373000', '183235.375000', '183235.378000', '183235.380000', '183235.383000', '183235.386000', '183235.388000', '183235.391000', '183235.394000', '183235.396000', '183235.399000', '183235.401000', '183235.404000', '183235.407000', '183235.409000', '183235.412000', '183235.415000', '183235.417000', '183235.420000', '183235.423000', '183235.425000', '183235.428000', '183235.431000', '183235.433000', '183235.436000', '183235.438000', '183235.441000', '183235.444000', '183235.446000', '183235.449000', '183235.451000', '183235.454000', '183255.339000', '183255.342000', '183255.345000', '183255.348000', '183255.350000', '183255.353000', '183255.356000', '183255.358000', '183255.361000', '183255.363000', '183255.366000', '183255.369000', '183255.371000', '183255.374000', '183255.377000', '183255.379000', '183255.382000', '183255.384000', '183255.387000', '183255.390000', '183255.392000', '183255.395000', '183255.398000', '183255.400000', '183255.403000', '183255.405000', '183255.408000', '183255.411000', '183255.413000', '183255.416000', '183255.418000', '183255.421000', '183255.424000', '183255.426000', '183255.429000', '183255.432000', '183255.434000', '183255.437000', '183255.440000', '183255.442000', '183255.445000', '183255.447000', '183255.450000', '183315.339000', '183315.342000', '183315.345000', '183315.348000', '183315.350000', '183315.353000', '183315.356000', '183315.358000', '183315.361000', '183315.364000', '183315.366000', '183315.369000', '183315.371000', '183315.374000', '183315.377000', '183315.379000', '183315.382000', '183315.384000', '183315.387000', '183315.390000', '183315.392000', '183315.395000', '183315.398000', '183315.401000', '183315.403000', '183315.406000', '183315.408000', '183315.411000', '183315.414000', '183315.416000', '183315.419000', '183315.421000', '183315.424000', '183315.427000', '183315.429000', '183315.432000', '183315.435000', '183315.438000', '183315.440000', '183315.443000', '183315.446000', '183315.457000', '183315.459000', '183315.462000', '183335.340000', '183335.343000', '183335.346000', '183335.349000', '183335.351000', '183335.354000', '183335.357000', '183335.359000', '183335.362000', '183335.365000', '183335.367000', '183335.370000', '183335.372000', '183335.375000', '183335.378000', '183335.380000', '183335.383000', '183335.386000', '183335.388000', '183335.391000', '183335.394000', '183335.396000', '183335.399000', '183335.401000', '183335.404000', '183335.407000', '183335.409000', '183335.412000', '183335.415000', '183335.417000', '183335.420000', '183335.423000', '183335.425000', '183335.428000', '183335.430000', '183335.433000', '183335.436000', '183335.438000', '183335.441000', '183335.444000', '183335.447000', '183335.450000', '183335.452000', '183355.339000', '183355.342000', '183355.345000', '183355.348000', '183355.350000', '183355.353000', '183355.356000', '183355.358000', '183355.361000', '183355.364000', '183355.366000', '183355.369000', '183355.371000', '183355.374000', '183355.377000', '183355.379000', '183355.382000', '183355.385000', '183355.387000', '183355.390000', '183355.393000', '183355.395000', '183355.398000', '183355.401000', '183355.403000', '183355.406000', '183355.408000', '183355.411000', '183355.413000', '183355.416000', '183355.419000', '183355.421000', '183355.424000', '183355.426000', '183355.429000', '183355.432000', '183355.434000', '183355.437000', '183355.440000', '183355.443000', '183355.445000', '183355.448000', '183355.450000', '183355.453000', '183415.340000', '183415.342000', '183415.345000', '183415.348000', '183415.350000', '183415.353000', '183415.356000', '183415.358000', '183415.361000', '183415.364000', '183415.366000', '183415.369000', '183415.371000', '183415.374000', '183415.377000', '183415.379000', '183415.382000', '183415.385000', '183415.387000', '183415.390000', '183415.392000', '183415.395000', '183415.398000', '183415.400000', '183415.403000', '183415.405000', '183415.408000', '183415.411000', '183415.413000', '183415.416000', '183415.419000', '183415.421000', '183415.424000', '183415.427000', '183415.430000', '183415.432000', '183415.435000', '183415.437000', '183415.440000', '183415.443000', '183415.445000', '183415.448000', '183415.450000', '183435.340000', '183435.342000', '183435.345000', '183435.348000', '183435.350000', '183435.353000', '183435.355000', '183435.358000', '183435.361000', '183435.363000', '183435.366000', '183435.368000', '183435.371000', '183435.374000', '183435.376000', '183435.379000', '183435.381000', '183435.384000', '183435.387000', '183435.389000', '183435.392000', '183435.395000', '183435.397000', '183435.400000', '183435.403000', '183435.405000', '183435.408000', '183435.410000', '183435.413000', '183435.416000', '183435.418000', '183435.421000', '183435.424000', '183435.426000', '183435.429000', '183435.432000', '183435.434000', '183435.437000', '183435.440000', '183435.442000', '183435.445000', '183435.447000', '183435.450000', '183435.452000', '183455.340000', '183455.342000', '183455.345000', '183455.348000', '183455.350000', '183455.353000', '183455.356000', '183455.358000', '183455.361000', '183455.364000', '183455.366000', '183455.369000', '183455.371000', '183455.374000', '183455.377000', '183455.380000', '183455.382000', '183455.415000', '183455.418000', '183455.420000', '183455.423000', '183455.426000', '183455.428000', '183455.431000', '183455.433000', '183455.436000', '183455.439000', '183455.442000', '183455.445000', '183455.448000', '183455.452000', '183455.455000', '183455.457000', '183455.460000', '183455.463000', '183455.465000', '183455.468000', '183455.470000', '183455.473000', '183455.476000', '183455.478000', '183455.481000', '183455.484000', '183515.339000', '183515.342000', '183515.345000', '183515.348000', '183515.351000', '183515.353000', '183515.356000', '183515.358000', '183515.361000', '183515.364000', '183515.366000', '183515.369000', '183515.372000', '183515.374000', '183515.377000', '183515.380000', '183515.382000', '183515.385000', '183515.388000', '183515.390000', '183515.393000', '183515.396000', '183515.398000', '183515.401000', '183515.404000', '183515.406000', '183515.409000', '183515.411000', '183515.414000', '183515.417000', '183515.419000', '183515.422000', '183515.425000', '183515.427000', '183515.430000', '183515.432000', '183515.435000', '183515.438000', '183515.440000', '183515.443000', '183515.446000', '183515.448000', '183515.451000', '183515.454000', '183535.340000', '183535.343000', '183535.345000', '183535.348000', '183535.351000', '183535.353000', '183535.356000', '183535.359000', '183535.361000', '183535.364000', '183535.366000', '183535.369000', '183535.372000', '183535.374000', '183535.377000', '183535.380000', '183535.382000', '183535.385000', '183535.388000', '183535.390000', '183535.393000', '183535.396000', '183535.398000', '183535.401000', '183535.403000', '183535.406000', '183535.409000', '183535.411000', '183535.414000', '183535.416000', '183535.419000', '183535.422000', '183535.424000', '183535.427000', '183535.430000', '183535.432000', '183535.435000', '183535.437000', '183535.440000', '183535.443000', '183535.445000', '183535.448000', '183535.451000', '183555.340000', '183555.343000', '183555.346000', '183555.349000', '183555.351000', '183555.354000', '183555.356000', '183555.359000', '183555.362000', '183555.364000', '183555.367000', '183555.370000', '183555.372000', '183555.375000', '183555.378000', '183555.380000', '183555.383000', '183555.386000', '183555.388000', '183555.391000', '183555.393000', '183555.396000', '183555.398000', '183555.401000', '183555.404000', '183555.406000', '183555.409000', '183555.412000', '183555.414000', '183555.417000', '183555.419000', '183555.422000', '183555.425000', '183555.428000', '183555.430000', '183555.433000', '183555.435000', '183555.438000', '183555.441000', '183555.443000', '183555.446000', '183555.448000', '183555.451000', '183555.454000', '183615.339000', '183615.342000', '183615.345000', '183615.348000', '183615.350000', '183615.353000', '183615.356000', '183615.358000', '183615.361000', '183615.363000', '183615.366000', '183615.369000', '183615.371000', '183615.374000', '183615.377000', '183615.379000', '183615.382000', '183615.393000', '183615.396000', '183615.398000', '183615.401000', '183615.404000', '183615.406000', '183615.409000', '183615.412000', '183615.414000', '183615.417000', '183615.419000', '183615.422000', '183615.425000', '183615.427000', '183615.430000', '183615.433000', '183615.435000', '183615.438000', '183615.441000', '183615.443000', '183615.446000', '183615.449000', '183615.451000', '183615.454000', '183615.457000', '183615.471000', '183635.339000', '183635.344000', '183635.347000', '183635.349000', '183635.352000', '183635.355000', '183635.357000', '183635.360000', '183635.363000', '183635.365000', '183635.368000', '183635.371000', '183635.373000', '183635.376000', '183635.378000', '183635.381000', '183635.384000', '183635.386000', '183635.389000', '183635.392000', '183635.394000', '183635.397000', '183635.400000', '183635.402000', '183635.405000', '183635.407000', '183635.410000', '183635.413000', '183635.415000', '183635.418000', '183635.421000', '183635.423000', '183635.426000', '183635.428000', '183635.431000', '183635.434000', '183635.436000', '183635.439000', '183635.442000', '183635.444000', '183635.447000', '183635.450000', '183635.452000', '183635.455000', '183655.340000', '183655.343000', '183655.345000', '183655.348000', '183655.351000', '183655.353000', '183655.356000', '183655.359000', '183655.361000', '183655.364000', '183655.366000', '183655.369000', '183655.372000', '183655.374000', '183655.377000', '183655.380000', '183655.382000', '183655.385000', '183655.387000', '183655.390000', '183655.393000', '183655.395000', '183655.398000', '183655.400000', '183655.403000', '183655.406000', '183655.409000', '183655.411000', '183655.414000', '183655.417000', '183655.419000', '183655.422000', '183655.424000', '183655.427000', '183655.430000', '183655.432000', '183655.435000', '183655.437000', '183655.440000', '183655.443000', '183655.445000', '183655.448000', '183655.451000', '183715.339000', '183715.342000', '183715.345000', '183715.348000', '183715.350000', '183715.353000', '183715.355000', '183715.358000', '183715.361000', '183715.363000', '183715.366000', '183715.368000', '183715.371000', '183715.374000', '183715.376000', '183715.379000', '183715.381000', '183715.384000', '183715.387000', '183715.389000', '183715.392000', '183715.394000', '183715.397000', '183715.400000', '183715.402000', '183715.405000', '183715.407000', '183715.410000', '183715.413000', '183715.415000', '183715.418000', '183715.420000', '183715.423000', '183715.426000', '183715.428000', '183715.431000', '183715.433000', '183715.436000', '183715.438000', '183715.441000', '183715.444000', '183715.446000', '183715.449000', '183715.451000', '183716.684000', '183716.687000', '183716.690000'], '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': [8704, 9665, 9598, 8696, 9190, 8593, 9261, 8235, 9261, 8374, 9311, 8053, 9142, 8455, 9044, 7909, 9157, 8152, 9226, 8428, 9042, 8368, 9150, 8401, 8950, 8001, 8914, 9263, 9246, 9093, 8804, 8946, 7609, 9077, 8503, 9045, 10234, 9184, 7496, 8942, 8162, 9170, 8489, 8661, 8803, 7744, 8949, 8182, 8543, 7604, 8870, 7769, 9030, 7865, 8942, 8933, 9175, 9273, 9208, 8285, 9230, 9072, 7370, 8527, 7715, 8931, 9186, 9062, 8928, 9230, 7985, 8270, 8949, 7788, 7406, 7325, 8172, 8610, 8261, 9299, 8960, 7926, 8569, 7683, 8936, 8989, 9094, 8899, 8361, 8999, 7458, 8599, 8994, 9004, 8774, 7998, 8089, 7736, 8077, 7663, 8709, 7659, 9035, 8138, 8358, 8393, 7693, 8662, 7453, 8842, 7713, 8854, 7598, 8543, 9001, 8966, 8138, 9085, 8195, 8387, 8036, 7348, 8877, 7529, 8881, 8931, 9026, 8333, 8940, 8394, 8532, 8410, 8602, 8408, 7901, 8409, 7886, 8684, 7115, 8610, 7574, 8669, 7998, 8930, 8959, 9210, 8604, 8905, 8571, 9062, 8251, 9257, 8396, 8918, 8620, 8927, 8559, 8929, 8784, 9188, 8584, 8890, 8278, 9117, 8795, 9078, 8318, 9076, 8612, 9196, 8543, 8766, 8317, 8391, 8296, 8959, 8391, 7733, 8666, 7494, 8348, 7258, 8505, 7422, 8468, 7733, 9052, 7918, 9136, 8099, 8724, 7887, 8938, 8014, 8841, 7944, 8807, 8585, 9110, 8345, 8168, 8833, 7001, 8827, 7146, 8835, 7475, 8895, 7600, 8831, 7255, 8657, 7353, 8643, 8119, 8564, 7756, 9063, 7549, 8818, 8672, 9021, 7819, 7272, 8475, 7444, 8213, 7580, 8447, 7247, 9873, 7793, 7623, 7701, 6980, 7290, 8196, 7956, 7764, 7098, 8518, 7608, 7373, 7974, 7328, 8081, 9285, 9007, 9244, 7503, 8202, 8565, 8868, 8235, 7450, 7550, 6894, 6939, 8628, 7773, 7273, 8712, 8122, 9232, 8205, 9233, 8182, 9157, 8040, 11360, 8932, 7442, 8991, 9122, 9070, 8521, 8967, 8446, 8809, 8709, 8785, 8690, 9088, 8771, 8387, 8805, 7362, 8738, 7539, 8913, 7275, 8761, 7347, 8700, 7842, 9175, 9060, 9174, 8746, 8987, 9003, 9014, 8955, 9121, 8719, 9008, 9234, 8983, 8842, 8858, 9173, 8952, 9072, 8827, 7574, 8671, 8656, 8695, 8615, 8966, 8802, 8903, 7108, 8584, 7160, 8787, 6879, 8586, 7270, 8483, 7127, 8785, 8747, 8921, 8954, 8877, 7347, 8780, 8599, 8924, 8533, 9023, 7688, 8590, 7743, 8840, 8591, 8812, 8703, 8854, 7959, 9000, 8039, 8749, 8082, 9222, 8474, 9032, 8758, 9666, 8758, 8997, 8968, 9034, 8870, 8966, 9076, 9007, 8712, 9030, 8562, 9046, 8226, 8947, 8478, 8732, 8157, 8626, 8278, 8815, 8182, 10255, 8807, 7139, 8700, 7724, 8851, 7726, 8847, 8817, 8409, 8588, 7332, 8731, 7813, 8967, 9132, 9012, 8953, 9022, 8549, 8910, 8828, 7395, 8954, 7791, 8777, 9143, 9209, 8808, 8921, 9098, 8641, 8699, 8391, 8759, 9267, 8896, 9271, 8804, 9624, 8927, 9499, 8721, 7527, 8693, 8120, 8944, 8640, 9037, 7930, 8879, 8334, 8753, 8941, 9053, 8180, 8121, 7964, 7481, 7769, 7500, 8821, 7465, 8938, 9107, 9014, 9006, 9039, 8670, 8825, 8354, 8227, 8242, 7481, 7902, 7168, 8376, 7162, 8370, 9309, 8180, 9064, 8695, 8927, 8842, 8924, 8895, 8906, 8983, 8986, 8822, 9002, 7946, 8848, 10456, 8272, 8298, 8485, 7960, 8268, 9007, 8200, 9046, 8361, 8992, 8268, 8914, 7928, 9142, 8381, 8778, 7877, 8684, 8606, 8859, 8526, 8990, 7236, 8787, 7376, 8409, 7457, 8763, 7225, 8556, 7250, 8468, 7416, 8779, 8253, 9016, 9200, 8896, 8069, 8902, 9103, 9025, 8372, 8663, 8311, 8557, 8297, 9389, 8545, 7321, 8836, 11170, 8807, 8855, 8827, 10736, 8808, 9263, 8898, 8389, 8624, 8320, 8465, 7376, 8597, 7373, 8799, 7845, 8893, 9078, 9093, 8933, 9193, 9197, 9001, 8306, 8923, 8897, 8977, 9076, 8922, 8900, 9041, 8663, 8610, 8833, 6800, 8550, 6933, 8696, 7890, 8881, 9496, 8974, 8976, 8988, 8828, 8776, 8844, 7186, 8849, 7787, 8795, 8775, 8938, 8844, 8270, 8801, 7434, 8799, 7836, 8928, 8105, 8893, 8978, 8959, 9008, 8948, 8798, 8961, 8495, 9730, 8968, 7577, 8830, 8830, 8900, 8552, 7688, 9052, 9382, 9053, 8471, 7285, 8575, 7869, 8791, 7331, 7869, 8799, 8304, 9806, 8439, 9120, 8799, 8122, 9007, 8078, 8671, 8682, 7679, 8603, 7959, 8770, 8168, 8188, 8700, 7238, 9082, 7480, 9100, 8584, 9071, 7704, 7797, 8753, 7593, 8699, 8166, 9051, 7633, 8875, 8779, 7443, 8606, 7682, 8428, 7967, 8574, 7991, 8942, 8572, 9257, 8692, 9102, 8011, 8788, 8012, 8682, 7426, 8457, 7187, 8455, 7810, 8028, 7535, 8540, 8490, 8807, 8219, 9032, 8470, 8882, 8545, 8923, 8277, 8744, 8581, 9369, 8730, 9130, 8798, 8952, 8992, 9076, 8775, 9013, 7545, 8728, 7521, 8422, 7253, 9055, 7153, 8451, 7410, 8078, 7664, 7692, 8358, 8288, 7685, 8090, 8575, 8069, 9354, 8011, 9341, 8226, 8710, 7946, 8482, 7845, 7783, 7834, 7133, 8672, 8260, 9019, 7856, 8723, 7537, 8461, 8383, 9063, 8211, 8840, 8141, 8928, 7480, 8637, 7310, 8486, 7868, 9204, 7371, 8576, 7557, 7657, 7813, 7044, 8124, 7316, 8278, 8878, 8209, 8242, 8606, 7379, 8585, 7713, 8323, 7694, 8693, 7481, 8871, 7673, 9085, 7724, 8636, 7586, 8440, 8644, 9027, 7687, 7980, 7924, 8675, 7926, 9146, 8139, 7399, 8538, 7224, 8544, 10052, 8226, 9941, 8444, 7782, 8489, 9219, 8770, 9033, 8358, 8822, 8646, 8967, 8221, 9156, 8047, 8473, 8306, 7443, 8376, 7396, 8247, 7579, 8307, 7365, 8819, 8666, 8947, 8503, 8901, 8788, 9167, 8072, 9163, 8635, 9282, 7961, 7725, 7981, 7405, 8359, 7815, 8958, 8003, 8940, 7629, 9076, 8281, 8993, 8090, 9190, 7775, 8655, 8319, 7472, 8726, 7498, 8965, 8530, 8963, 8715, 9134, 8555, 9441, 8388, 8577, 8580, 7406, 8695, 7326, 8432, 7620, 8364, 7592, 8601, 7274, 8855, 7282, 8973, 7615, 8883, 7679, 8657, 7681, 8941, 8360, 8870, 7664, 8639, 7881, 7194], 'WindowCenter': [3720.0, 3714.0, 3702.0, 3687.0, 3684.0, 3672.0, 3683.0, 3685.0, 3687.0, 3673.0, 3684.0, 3672.0, 3684.0, 3670.0, 3684.0, 3686.0, 3698.0, 3674.0, 3683.0, 3671.0, 3682.0, 3669.0, 3683.0, 3671.0, 3686.0, 3686.0, 3685.0, 3685.0, 3684.0, 3694.0, 3684.0, 3696.0, 3674.0, 3698.0, 3700.0, 3700.0, 3695.0, 3697.0, 3676.0, 3698.0, 3688.0, 3699.0, 3688.0, 3684.0, 3687.0, 3672.0, 3687.0, 3686.0, 3688.0, 3675.0, 3687.0, 3673.0, 3683.0, 3672.0, 3685.0, 3698.0, 3693.0, 3685.0, 3684.0, 3686.0, 3684.0, 3699.0, 3677.0, 3686.0, 3677.0, 3700.0, 3708.0, 3697.0, 3699.0, 3708.0, 3688.0, 3689.0, 3701.0, 3689.0, 3678.0, 3678.0, 3702.0, 3700.0, 3700.0, 3698.0, 3698.0, 3686.0, 3699.0, 3688.0, 3698.0, 3687.0, 3686.0, 3685.0, 3686.0, 3700.0, 3689.0, 3686.0, 3685.0, 3684.0, 3686.0, 3674.0, 3690.0, 3689.0, 3689.0, 3692.0, 3697.0, 3689.0, 3699.0, 3701.0, 3702.0, 3701.0, 3688.0, 3700.0, 3675.0, 3697.0, 3676.0, 3696.0, 3688.0, 3687.0, 3686.0, 3684.0, 3675.0, 3684.0, 3686.0, 3686.0, 3688.0, 3678.0, 3699.0, 3688.0, 3698.0, 3713.0, 3712.0, 3701.0, 3697.0, 3701.0, 3688.0, 3686.0, 3685.0, 3701.0, 3690.0, 3701.0, 3690.0, 3700.0, 3678.0, 3701.0, 3699.0, 3699.0, 3689.0, 3695.0, 3698.0, 3695.0, 3699.0, 3696.0, 3699.0, 3697.0, 3689.0, 3695.0, 3688.0, 3696.0, 3701.0, 3700.0, 3698.0, 3698.0, 3685.0, 3700.0, 3700.0, 3699.0, 3688.0, 3698.0, 3688.0, 3695.0, 3701.0, 3698.0, 3699.0, 3696.0, 3685.0, 3686.0, 3688.0, 3686.0, 3684.0, 3698.0, 3688.0, 3687.0, 3699.0, 3674.0, 3684.0, 3677.0, 3710.0, 3690.0, 3699.0, 3689.0, 3699.0, 3686.0, 3697.0, 3688.0, 3699.0, 3687.0, 3686.0, 3675.0, 3684.0, 3673.0, 3685.0, 3698.0, 3696.0, 3687.0, 3687.0, 3696.0, 3664.0, 3683.0, 3664.0, 3698.0, 3675.0, 3684.0, 3672.0, 3684.0, 3661.0, 3684.0, 3663.0, 3686.0, 3674.0, 3684.0, 3672.0, 3685.0, 3674.0, 3682.0, 3696.0, 3696.0, 3688.0, 3687.0, 3701.0, 3688.0, 3700.0, 3700.0, 3711.0, 3705.0, 3714.0, 3691.0, 3690.0, 3689.0, 3679.0, 3688.0, 3700.0, 3702.0, 3688.0, 3680.0, 3695.0, 3675.0, 3676.0, 3688.0, 3676.0, 3685.0, 3698.0, 3685.0, 3697.0, 3687.0, 3701.0, 3700.0, 3700.0, 3688.0, 3679.0, 3690.0, 3678.0, 3690.0, 3702.0, 3692.0, 3690.0, 3700.0, 3689.0, 3697.0, 3689.0, 3696.0, 3690.0, 3701.0, 3688.0, 3710.0, 3688.0, 3676.0, 3687.0, 3697.0, 3698.0, 3699.0, 3698.0, 3688.0, 3685.0, 3688.0, 3686.0, 3687.0, 3686.0, 3699.0, 3687.0, 3688.0, 3676.0, 3684.0, 3675.0, 3687.0, 3672.0, 3684.0, 3678.0, 3688.0, 3686.0, 3698.0, 3687.0, 3697.0, 3687.0, 3699.0, 3699.0, 3697.0, 3700.0, 3695.0, 3688.0, 3685.0, 3700.0, 3699.0, 3698.0, 3697.0, 3698.0, 3686.0, 3684.0, 3698.0, 3687.0, 3687.0, 3688.0, 3699.0, 3700.0, 3696.0, 3699.0, 3701.0, 3679.0, 3700.0, 3676.0, 3699.0, 3676.0, 3701.0, 3688.0, 3701.0, 3678.0, 3697.0, 3701.0, 3697.0, 3701.0, 3698.0, 3690.0, 3696.0, 3700.0, 3696.0, 3686.0, 3698.0, 3690.0, 3699.0, 3689.0, 3698.0, 3700.0, 3700.0, 3700.0, 3712.0, 3702.0, 3701.0, 3702.0, 3697.0, 3690.0, 3700.0, 3700.0, 3700.0, 3697.0, 3697.0, 3688.0, 3683.0, 3696.0, 3686.0, 3699.0, 3698.0, 3698.0, 3697.0, 3688.0, 3685.0, 3686.0, 3697.0, 3700.0, 3697.0, 3688.0, 3687.0, 3686.0, 3684.0, 3700.0, 3699.0, 3687.0, 3709.0, 3699.0, 3673.0, 3687.0, 3691.0, 3700.0, 3689.0, 3697.0, 3700.0, 3687.0, 3687.0, 3687.0, 3699.0, 3689.0, 3709.0, 3698.0, 3697.0, 3696.0, 3696.0, 3700.0, 3687.0, 3697.0, 3677.0, 3698.0, 3675.0, 3686.0, 3699.0, 3697.0, 3698.0, 3697.0, 3696.0, 3685.0, 3684.0, 3687.0, 3698.0, 3697.0, 3697.0, 3697.0, 3685.0, 3685.0, 3684.0, 3696.0, 3686.0, 3675.0, 3685.0, 3674.0, 3686.0, 3684.0, 3686.0, 3676.0, 3699.0, 3698.0, 3701.0, 3699.0, 3695.0, 3686.0, 3687.0, 3690.0, 3689.0, 3689.0, 3689.0, 3700.0, 3674.0, 3700.0, 3697.0, 3697.0, 3697.0, 3699.0, 3699.0, 3687.0, 3687.0, 3685.0, 3689.0, 3678.0, 3689.0, 3677.0, 3687.0, 3677.0, 3687.0, 3697.0, 3689.0, 3696.0, 3698.0, 3696.0, 3684.0, 3697.0, 3697.0, 3698.0, 3699.0, 3698.0, 3686.0, 3687.0, 3674.0, 3698.0, 3707.0, 3687.0, 3685.0, 3685.0, 3675.0, 3687.0, 3686.0, 3700.0, 3696.0, 3689.0, 3699.0, 3698.0, 3700.0, 3688.0, 3700.0, 3700.0, 3701.0, 3702.0, 3698.0, 3698.0, 3697.0, 3699.0, 3700.0, 3690.0, 3698.0, 3679.0, 3688.0, 3675.0, 3688.0, 3674.0, 3700.0, 3686.0, 3688.0, 3678.0, 3700.0, 3687.0, 3698.0, 3695.0, 3697.0, 3689.0, 3698.0, 3699.0, 3697.0, 3688.0, 3698.0, 3700.0, 3698.0, 3697.0, 3698.0, 3700.0, 3678.0, 3700.0, 3708.0, 3700.0, 3698.0, 3684.0, 3709.0, 3698.0, 3697.0, 3686.0, 3687.0, 3688.0, 3686.0, 3687.0, 3689.0, 3685.0, 3676.0, 3699.0, 3699.0, 3700.0, 3700.0, 3699.0, 3696.0, 3695.0, 3699.0, 3700.0, 3689.0, 3683.0, 3687.0, 3687.0, 3685.0, 3682.0, 3699.0, 3685.0, 3686.0, 3696.0, 3699.0, 3666.0, 3699.0, 3675.0, 3700.0, 3689.0, 3697.0, 3698.0, 3696.0, 3687.0, 3699.0, 3697.0, 3686.0, 3685.0, 3675.0, 3687.0, 3674.0, 3684.0, 3699.0, 3699.0, 3697.0, 3685.0, 3696.0, 3675.0, 3685.0, 3688.0, 3697.0, 3687.0, 3698.0, 3685.0, 3683.0, 3686.0, 3685.0, 3686.0, 3686.0, 3686.0, 3697.0, 3684.0, 3676.0, 3696.0, 3696.0, 3699.0, 3697.0, 3691.0, 3709.0, 3712.0, 3696.0, 3698.0, 3686.0, 3703.0, 3705.0, 3701.0, 3689.0, 3692.0, 3700.0, 3686.0, 3698.0, 3677.0, 3687.0, 3689.0, 3678.0, 3697.0, 3677.0, 3684.0, 3683.0, 3675.0, 3686.0, 3686.0, 3687.0, 3676.0, 3676.0, 3686.0, 3672.0, 3686.0, 3664.0, 3688.0, 3699.0, 3687.0, 3678.0, 3676.0, 3685.0, 3676.0, 3687.0, 3691.0, 3685.0, 3678.0, 3689.0, 3689.0, 3675.0, 3688.0, 3688.0, 3702.0, 3688.0, 3688.0, 3678.0, 3686.0, 3684.0, 3686.0, 3676.0, 3688.0, 3689.0, 3688.0, 3675.0, 3675.0, 3664.0, 3672.0, 3663.0, 3687.0, 3686.0, 3690.0, 3689.0, 3701.0, 3700.0, 3698.0, 3690.0, 3703.0, 3701.0, 3699.0, 3701.0, 3697.0, 3687.0, 3686.0, 3689.0, 3697.0, 3699.0, 3696.0, 3687.0, 3687.0, 3687.0, 3686.0, 3687.0, 3686.0, 3688.0, 3688.0, 3674.0, 3687.0, 3676.0, 3699.0, 3666.0, 3687.0, 3677.0, 3702.0, 3688.0, 3690.0, 3689.0, 3702.0, 3689.0, 3688.0, 3699.0, 3704.0, 3702.0, 3688.0, 3698.0, 3690.0, 3688.0, 3689.0, 3699.0, 3686.0, 3675.0, 3687.0, 3677.0, 3700.0, 3690.0, 3700.0, 3703.0, 3701.0, 3688.0, 3696.0, 3701.0, 3696.0, 3686.0, 3697.0, 3702.0, 3701.0, 3676.0, 3689.0, 3676.0, 3688.0, 3687.0, 3699.0, 3692.0, 3701.0, 3692.0, 3703.0, 3701.0, 3690.0, 3703.0, 3691.0, 3702.0, 3699.0, 3698.0, 3687.0, 3689.0, 3674.0, 3685.0, 3690.0, 3684.0, 3677.0, 3689.0, 3675.0, 3687.0, 3675.0, 3686.0, 3674.0, 3688.0, 3675.0, 3670.0, 3687.0, 3683.0, 3673.0, 3676.0, 3688.0, 3696.0, 3688.0, 3696.0, 3690.0, 3679.0, 3688.0, 3677.0, 3700.0, 3701.0, 3689.0, 3700.0, 3685.0, 3676.0, 3687.0, 3684.0, 3696.0, 3687.0, 3687.0, 3682.0, 3687.0, 3685.0, 3685.0, 3697.0, 3688.0, 3685.0, 3688.0, 3675.0, 3685.0, 3674.0, 3701.0, 3687.0, 3701.0, 3687.0, 3697.0, 3689.0, 3697.0, 3698.0, 3712.0, 3701.0, 3696.0, 3688.0, 3683.0, 3686.0, 3686.0, 3690.0, 3689.0, 3690.0, 3678.0, 3698.0, 3687.0, 3696.0, 3701.0, 3698.0, 3690.0, 3700.0, 3687.0, 3694.0, 3688.0, 3697.0, 3690.0, 3685.0, 3687.0, 3677.0, 3687.0, 3676.0, 3686.0, 3699.0, 3698.0, 3685.0, 3695.0, 3686.0, 3696.0, 3689.0, 3687.0, 3687.0, 3677.0, 3687.0, 3676.0, 3687.0, 3688.0, 3688.0, 3675.0, 3699.0, 3674.0, 3698.0, 3677.0, 3698.0, 3686.0, 3696.0, 3688.0, 3689.0, 3674.0, 3684.0, 3688.0, 3696.0, 3689.0, 3698.0, 3702.0, 3678.0], 'WindowWidth': [8395.0, 8376.0, 8353.0, 8323.0, 8316.0, 8296.0, 8314.0, 8320.0, 8324.0, 8299.0, 8315.0, 8297.0, 8314.0, 8293.0, 8315.0, 8324.0, 8341.0, 8304.0, 8312.0, 8294.0, 8311.0, 8290.0, 8312.0, 8294.0, 8322.0, 8325.0, 8320.0, 8319.0, 8316.0, 8332.0, 8317.0, 8336.0, 8304.0, 8342.0, 8346.0, 8347.0, 8333.0, 8337.0, 8310.0, 8341.0, 8327.0, 8343.0, 8326.0, 8318.0, 8324.0, 8300.0, 8323.0, 8324.0, 8327.0, 8305.0, 8324.0, 8300.0, 8316.0, 8299.0, 8320.0, 8342.0, 8329.0, 8319.0, 8317.0, 8320.0, 8316.0, 8343.0, 8314.0, 8324.0, 8311.0, 8348.0, 8357.0, 8340.0, 8344.0, 8361.0, 8332.0, 8333.0, 8351.0, 8331.0, 8312.0, 8315.0, 8354.0, 8348.0, 8346.0, 8342.0, 8342.0, 8327.0, 8347.0, 8328.0, 8341.0, 8325.0, 8322.0, 8322.0, 8323.0, 8347.0, 8332.0, 8324.0, 8320.0, 8318.0, 8322.0, 8304.0, 8334.0, 8332.0, 8333.0, 8341.0, 8341.0, 8332.0, 8344.0, 8354.0, 8356.0, 8352.0, 8331.0, 8348.0, 8307.0, 8339.0, 8307.0, 8338.0, 8331.0, 8326.0, 8322.0, 8318.0, 8306.0, 8317.0, 8324.0, 8326.0, 8328.0, 8315.0, 8344.0, 8327.0, 8342.0, 8369.0, 8367.0, 8350.0, 8341.0, 8350.0, 8328.0, 8326.0, 8323.0, 8351.0, 8336.0, 8350.0, 8336.0, 8347.0, 8314.0, 8352.0, 8349.0, 8346.0, 8330.0, 8336.0, 8341.0, 8335.0, 8345.0, 8340.0, 8346.0, 8342.0, 8330.0, 8336.0, 8329.0, 8342.0, 8350.0, 8350.0, 8344.0, 8342.0, 8324.0, 8347.0, 8349.0, 8345.0, 8328.0, 8340.0, 8326.0, 8336.0, 8353.0, 8344.0, 8346.0, 8336.0, 8322.0, 8322.0, 8327.0, 8321.0, 8322.0, 8342.0, 8330.0, 8328.0, 8344.0, 8307.0, 8321.0, 8313.0, 8365.0, 8337.0, 8346.0, 8330.0, 8345.0, 8322.0, 8338.0, 8329.0, 8345.0, 8325.0, 8321.0, 8305.0, 8317.0, 8301.0, 8318.0, 8344.0, 8337.0, 8327.0, 8325.0, 8337.0, 8291.0, 8317.0, 8293.0, 8342.0, 8308.0, 8319.0, 8301.0, 8318.0, 8282.0, 8315.0, 8288.0, 8322.0, 8304.0, 8318.0, 8299.0, 8320.0, 8304.0, 8314.0, 8337.0, 8339.0, 8331.0, 8328.0, 8350.0, 8330.0, 8347.0, 8350.0, 8370.0, 8363.0, 8371.0, 8337.0, 8334.0, 8332.0, 8316.0, 8330.0, 8351.0, 8353.0, 8332.0, 8320.0, 8336.0, 8307.0, 8308.0, 8327.0, 8309.0, 8321.0, 8340.0, 8321.0, 8341.0, 8330.0, 8349.0, 8348.0, 8344.0, 8327.0, 8316.0, 8331.0, 8316.0, 8337.0, 8355.0, 8340.0, 8335.0, 8345.0, 8330.0, 8337.0, 8329.0, 8337.0, 8334.0, 8350.0, 8329.0, 8359.0, 8326.0, 8307.0, 8323.0, 8336.0, 8339.0, 8345.0, 8342.0, 8329.0, 8322.0, 8327.0, 8322.0, 8324.0, 8323.0, 8345.0, 8327.0, 8327.0, 8309.0, 8319.0, 8306.0, 8325.0, 8302.0, 8321.0, 8316.0, 8328.0, 8324.0, 8339.0, 8325.0, 8337.0, 8325.0, 8344.0, 8346.0, 8342.0, 8345.0, 8335.0, 8326.0, 8321.0, 8347.0, 8343.0, 8341.0, 8341.0, 8341.0, 8322.0, 8317.0, 8339.0, 8327.0, 8327.0, 8327.0, 8345.0, 8346.0, 8338.0, 8344.0, 8351.0, 8319.0, 8347.0, 8313.0, 8345.0, 8310.0, 8350.0, 8333.0, 8349.0, 8317.0, 8342.0, 8350.0, 8342.0, 8349.0, 8344.0, 8333.0, 8340.0, 8345.0, 8338.0, 8323.0, 8342.0, 8335.0, 8344.0, 8331.0, 8344.0, 8346.0, 8347.0, 8349.0, 8368.0, 8355.0, 8352.0, 8354.0, 8343.0, 8334.0, 8347.0, 8350.0, 8349.0, 8341.0, 8341.0, 8328.0, 8317.0, 8337.0, 8323.0, 8345.0, 8340.0, 8341.0, 8339.0, 8328.0, 8320.0, 8324.0, 8341.0, 8347.0, 8340.0, 8331.0, 8328.0, 8326.0, 8319.0, 8349.0, 8345.0, 8329.0, 8359.0, 8345.0, 8304.0, 8326.0, 8339.0, 8349.0, 8332.0, 8342.0, 8347.0, 8326.0, 8326.0, 8331.0, 8347.0, 8332.0, 8362.0, 8343.0, 8338.0, 8338.0, 8339.0, 8349.0, 8327.0, 8339.0, 8313.0, 8340.0, 8307.0, 8322.0, 8345.0, 8341.0, 8342.0, 8339.0, 8338.0, 8321.0, 8318.0, 8327.0, 8343.0, 8340.0, 8339.0, 8337.0, 8321.0, 8318.0, 8318.0, 8337.0, 8324.0, 8308.0, 8321.0, 8305.0, 8322.0, 8319.0, 8323.0, 8309.0, 8343.0, 8345.0, 8352.0, 8344.0, 8335.0, 8324.0, 8326.0, 8334.0, 8335.0, 8333.0, 8332.0, 8346.0, 8308.0, 8346.0, 8339.0, 8342.0, 8342.0, 8344.0, 8344.0, 8325.0, 8326.0, 8323.0, 8333.0, 8316.0, 8332.0, 8316.0, 8329.0, 8313.0, 8329.0, 8342.0, 8332.0, 8337.0, 8342.0, 8337.0, 8321.0, 8342.0, 8342.0, 8342.0, 8343.0, 8340.0, 8323.0, 8324.0, 8304.0, 8342.0, 8355.0, 8324.0, 8320.0, 8320.0, 8306.0, 8324.0, 8322.0, 8347.0, 8340.0, 8332.0, 8344.0, 8345.0, 8346.0, 8330.0, 8347.0, 8351.0, 8352.0, 8354.0, 8344.0, 8344.0, 8342.0, 8344.0, 8347.0, 8337.0, 8345.0, 8318.0, 8329.0, 8309.0, 8327.0, 8306.0, 8347.0, 8327.0, 8330.0, 8316.0, 8346.0, 8326.0, 8342.0, 8336.0, 8342.0, 8332.0, 8341.0, 8343.0, 8340.0, 8328.0, 8342.0, 8349.0, 8345.0, 8344.0, 8344.0, 8349.0, 8315.0, 8345.0, 8356.0, 8348.0, 8342.0, 8321.0, 8356.0, 8342.0, 8337.0, 8323.0, 8325.0, 8328.0, 8324.0, 8325.0, 8331.0, 8323.0, 8310.0, 8344.0, 8347.0, 8347.0, 8349.0, 8347.0, 8340.0, 8336.0, 8342.0, 8346.0, 8331.0, 8317.0, 8324.0, 8325.0, 8321.0, 8313.0, 8346.0, 8322.0, 8325.0, 8338.0, 8344.0, 8298.0, 8346.0, 8313.0, 8346.0, 8331.0, 8343.0, 8342.0, 8337.0, 8325.0, 8344.0, 8339.0, 8322.0, 8323.0, 8308.0, 8324.0, 8305.0, 8320.0, 8347.0, 8344.0, 8342.0, 8325.0, 8339.0, 8308.0, 8323.0, 8331.0, 8342.0, 8325.0, 8342.0, 8320.0, 8314.0, 8319.0, 8318.0, 8324.0, 8322.0, 8323.0, 8336.0, 8318.0, 8309.0, 8336.0, 8339.0, 8344.0, 8342.0, 8338.0, 8363.0, 8366.0, 8340.0, 8344.0, 8327.0, 8356.0, 8362.0, 8349.0, 8331.0, 8340.0, 8346.0, 8325.0, 8338.0, 8307.0, 8324.0, 8327.0, 8312.0, 8338.0, 8308.0, 8315.0, 8314.0, 8302.0, 8320.0, 8322.0, 8323.0, 8308.0, 8306.0, 8320.0, 8299.0, 8320.0, 8288.0, 8325.0, 8344.0, 8323.0, 8315.0, 8307.0, 8318.0, 8307.0, 8323.0, 8334.0, 8322.0, 8315.0, 8330.0, 8330.0, 8307.0, 8327.0, 8328.0, 8352.0, 8328.0, 8327.0, 8312.0, 8321.0, 8317.0, 8320.0, 8305.0, 8327.0, 8331.0, 8326.0, 8304.0, 8305.0, 8287.0, 8298.0, 8286.0, 8325.0, 8327.0, 8333.0, 8331.0, 8349.0, 8346.0, 8341.0, 8332.0, 8356.0, 8354.0, 8346.0, 8351.0, 8340.0, 8326.0, 8322.0, 8330.0, 8340.0, 8346.0, 8337.0, 8324.0, 8324.0, 8321.0, 8319.0, 8322.0, 8321.0, 8329.0, 8328.0, 8305.0, 8325.0, 8309.0, 8342.0, 8294.0, 8324.0, 8312.0, 8354.0, 8330.0, 8333.0, 8331.0, 8353.0, 8331.0, 8330.0, 8346.0, 8360.0, 8352.0, 8331.0, 8343.0, 8333.0, 8327.0, 8329.0, 8345.0, 8326.0, 8308.0, 8329.0, 8315.0, 8346.0, 8331.0, 8344.0, 8355.0, 8351.0, 8328.0, 8341.0, 8349.0, 8337.0, 8325.0, 8339.0, 8353.0, 8351.0, 8312.0, 8329.0, 8312.0, 8327.0, 8326.0, 8342.0, 8341.0, 8352.0, 8341.0, 8357.0, 8353.0, 8335.0, 8353.0, 8340.0, 8356.0, 8349.0, 8344.0, 8329.0, 8330.0, 8304.0, 8322.0, 8335.0, 8320.0, 8313.0, 8330.0, 8307.0, 8324.0, 8304.0, 8322.0, 8304.0, 8327.0, 8305.0, 8295.0, 8322.0, 8315.0, 8303.0, 8307.0, 8329.0, 8340.0, 8330.0, 8338.0, 8336.0, 8316.0, 8328.0, 8313.0, 8348.0, 8349.0, 8330.0, 8346.0, 8322.0, 8308.0, 8324.0, 8319.0, 8339.0, 8327.0, 8325.0, 8314.0, 8323.0, 8318.0, 8319.0, 8340.0, 8327.0, 8320.0, 8328.0, 8308.0, 8322.0, 8305.0, 8351.0, 8330.0, 8349.0, 8330.0, 8343.0, 8331.0, 8341.0, 8345.0, 8369.0, 8350.0, 8338.0, 8328.0, 8317.0, 8323.0, 8320.0, 8332.0, 8332.0, 8335.0, 8316.0, 8345.0, 8328.0, 8339.0, 8350.0, 8346.0, 8335.0, 8348.0, 8328.0, 8333.0, 8328.0, 8341.0, 8336.0, 8322.0, 8328.0, 8314.0, 8326.0, 8308.0, 8323.0, 8346.0, 8342.0, 8322.0, 8336.0, 8322.0, 8334.0, 8330.0, 8325.0, 8326.0, 8312.0, 8325.0, 8309.0, 8324.0, 8329.0, 8330.0, 8309.0, 8345.0, 8307.0, 8342.0, 8311.0, 8341.0, 8326.0, 8339.0, 8328.0, 8330.0, 8307.0, 8320.0, 8329.0, 8339.0, 8331.0, 8343.0, 8354.0, 8318.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.0006165556831228473</td></tr>
<tr><td colspan=3>aqi</td><td>0.01943735740528129</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.236628078724095</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.224538984712643</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0038247759080472</td></tr>
<tr><td colspan=3>efc</td><td>0.4959</td></tr>
<tr><td colspan=3>fber</td><td>5252.1143</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09188385071817126</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8702640642939152</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3481660080857893</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2655854005296896</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.552797848227465</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2261147755002133</td></tr>
<tr><td colspan=3>gcor</td><td>0.00825201</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008748541586101055</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024525655433535576</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.229505495837004</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.235</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7518</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.0931</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292274.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>735.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.5101</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2192</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>428.1255</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2881.4922</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84270.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>710.9536</td></tr>
<tr><td colspan=3>tsnr</td><td>42.19056414603256</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>