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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-05_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-05_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-0082/ses-03/func/sub-0082_ses-03_task-social_acq-mb8_run-05_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>6bba983de3609c52d8fbc621175741ef</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:49:7.482500</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.997176, -0.00511715, 0.074925, 0.00887629, 0.998713, -0.0499253]</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-05_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.0963451</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4190, -7816, -7247, 573, 44, -296, 91, -23]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.752</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>87c9d234-c4ec-46a0-a89c-cd70c0b0cebb||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.6753504276275635, 0.023814434185624123, 0.20134741067886353, 102.0378646850586], [0.013728948310017586, 2.6794753074645996, -0.13621331751346588, -95.58316802978516], [0.20101822912693024, 0.13394595682621002, 2.6890342235565186, -78.93635559082031], [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': ['174907.482500', '174907.942500', '174908.402500', '174908.862500', '174909.322500', '174909.782500', '174910.242500', '174910.702500', '174911.162500', '174911.622500', '174912.082500', '174912.542500', '174913.002500', '174913.462500', '174913.922500', '174914.382500', '174914.842500', '174915.302500', '174915.762500', '174916.222500', '174916.682500', '174917.142500', '174917.602500', '174918.062500', '174918.522500', '174918.982500', '174919.442500', '174919.902500', '174920.362500', '174920.822500', '174921.282500', '174921.742500', '174922.202500', '174922.662500', '174923.122500', '174923.582500', '174924.042500', '174924.502500', '174924.962500', '174925.422500', '174925.882500', '174926.342500', '174926.802500', '174927.262500', '174927.722500', '174928.182500', '174928.642500', '174929.102500', '174929.562500', '174930.022500', '174930.482500', '174930.942500', '174931.402500', '174931.862500', '174932.322500', '174932.782500', '174933.242500', '174933.702500', '174934.162500', '174934.622500', '174935.082500', '174935.542500', '174936.002500', '174936.462500', '174936.922500', '174937.382500', '174937.842500', '174938.302500', '174938.762500', '174939.222500', '174939.682500', '174940.142500', '174940.602500', '174941.062500', '174941.522500', '174941.982500', '174942.442500', '174942.902500', '174943.362500', '174943.822500', '174944.282500', '174944.742500', '174945.202500', '174945.662500', '174946.122500', '174946.582500', '174947.042500', '174947.502500', '174947.962500', '174948.422500', '174948.882500', '174949.342500', '174949.802500', '174950.262500', '174950.722500', '174951.182500', '174951.642500', '174952.102500', '174952.562500', '174953.022500', '174953.482500', '174953.942500', '174954.402500', '174954.862500', '174955.322500', '174955.782500', '174956.242500', '174956.702500', '174957.162500', '174957.622500', '174958.082500', '174958.542500', '174959.002500', '174959.462500', '174959.922500', '175000.382500', '175000.842500', '175001.302500', '175001.762500', '175002.222500', '175002.682500', '175003.142500', '175003.602500', '175004.062500', '175004.522500', '175004.982500', '175005.442500', '175005.902500', '175006.362500', '175006.822500', '175007.282500', '175007.742500', '175008.202500', '175008.662500', '175009.122500', '175009.582500', '175010.042500', '175010.502500', '175010.962500', '175011.422500', '175011.882500', '175012.342500', '175012.802500', '175013.262500', '175013.722500', '175014.182500', '175014.642500', '175015.102500', '175015.562500', '175016.022500', '175016.482500', '175016.942500', '175017.402500', '175017.862500', '175018.322500', '175018.782500', '175019.242500', '175019.702500', '175020.162500', '175020.622500', '175021.082500', '175021.542500', '175022.002500', '175022.462500', '175022.922500', '175023.382500', '175023.842500', '175024.302500', '175024.762500', '175025.222500', '175025.682500', '175026.142500', '175026.602500', '175027.062500', '175027.522500', '175027.982500', '175028.442500', '175028.902500', '175029.362500', '175029.822500', '175030.282500', '175030.742500', '175031.202500', '175031.662500', '175032.122500', '175032.582500', '175033.042500', '175033.502500', '175033.962500', '175034.422500', '175034.882500', '175035.342500', '175035.802500', '175036.262500', '175036.722500', '175037.182500', '175037.642500', '175038.102500', '175038.562500', '175039.022500', '175039.482500', '175039.942500', '175040.402500', '175040.862500', '175041.322500', '175041.782500', '175042.242500', '175042.702500', '175043.162500', '175043.622500', '175044.082500', '175044.542500', '175045.002500', '175045.462500', '175045.922500', '175046.382500', '175046.842500', '175047.302500', '175047.762500', '175048.222500', '175048.682500', '175049.142500', '175049.602500', '175050.062500', '175050.522500', '175050.982500', '175051.442500', '175051.902500', '175052.362500', '175052.822500', '175053.282500', '175053.742500', '175054.202500', '175054.662500', '175055.122500', '175055.582500', '175056.042500', '175056.502500', '175056.962500', '175057.422500', '175057.882500', '175058.342500', '175058.802500', '175059.262500', '175059.722500', '175100.182500', '175100.642500', '175101.102500', '175101.562500', '175102.022500', '175102.482500', '175102.942500', '175103.402500', '175103.862500', '175104.322500', '175104.782500', '175105.242500', '175105.702500', '175106.162500', '175106.622500', '175107.082500', '175107.542500', '175108.002500', '175108.462500', '175108.922500', '175109.382500', '175109.842500', '175110.302500', '175110.762500', '175111.222500', '175111.682500', '175112.142500', '175112.602500', '175113.062500', '175113.522500', '175113.982500', '175114.442500', '175114.902500', '175115.362500', '175115.822500', '175116.282500', '175116.742500', '175117.202500', '175117.662500', '175118.122500', '175118.582500', '175119.042500', '175119.502500', '175119.962500', '175120.422500', '175120.882500', '175121.342500', '175121.802500', '175122.262500', '175122.722500', '175123.182500', '175123.642500', '175124.102500', '175124.562500', '175125.022500', '175125.482500', '175125.942500', '175126.402500', '175126.862500', '175127.322500', '175127.782500', '175128.242500', '175128.702500', '175129.162500', '175129.622500', '175130.082500', '175130.542500', '175131.002500', '175131.462500', '175131.922500', '175132.382500', '175132.842500', '175133.302500', '175133.762500', '175134.222500', '175134.682500', '175135.142500', '175135.602500', '175136.062500', '175136.522500', '175136.982500', '175137.442500', '175137.902500', '175138.362500', '175138.822500', '175139.282500', '175139.742500', '175140.202500', '175140.662500', '175141.122500', '175141.582500', '175142.042500', '175142.502500', '175142.962500', '175143.422500', '175143.882500', '175144.342500', '175144.802500', '175145.262500', '175145.722500', '175146.182500', '175146.642500', '175147.102500', '175147.562500', '175148.022500', '175148.482500', '175148.942500', '175149.402500', '175149.862500', '175150.322500', '175150.782500', '175151.242500', '175151.702500', '175152.162500', '175152.622500', '175153.082500', '175153.542500', '175154.002500', '175154.462500', '175154.922500', '175155.382500', '175155.842500', '175156.302500', '175156.762500', '175157.222500', '175157.682500', '175158.142500', '175158.602500', '175159.062500', '175159.522500', '175159.982500', '175200.442500', '175200.902500', '175201.362500', '175201.822500', '175202.282500', '175202.742500', '175203.202500', '175203.662500', '175204.122500', '175204.582500', '175205.042500', '175205.502500', '175205.962500', '175206.422500', '175206.882500', '175207.342500', '175207.802500', '175208.262500', '175208.722500', '175209.182500', '175209.642500', '175210.102500', '175210.562500', '175211.022500', '175211.482500', '175211.942500', '175212.402500', '175212.862500', '175213.322500', '175213.782500', '175214.242500', '175214.702500', '175215.162500', '175215.622500', '175216.082500', '175216.542500', '175217.002500', '175217.462500', '175217.922500', '175218.382500', '175218.842500', '175219.302500', '175219.762500', '175220.222500', '175220.682500', '175221.142500', '175221.602500', '175222.062500', '175222.522500', '175222.982500', '175223.442500', '175223.902500', '175224.362500', '175224.822500', '175225.282500', '175225.742500', '175226.202500', '175226.662500', '175227.122500', '175227.582500', '175228.042500', '175228.502500', '175228.962500', '175229.422500', '175229.882500', '175230.342500', '175230.802500', '175231.262500', '175231.722500', '175232.182500', '175232.642500', '175233.102500', '175233.562500', '175234.022500', '175234.482500', '175234.942500', '175235.402500', '175235.862500', '175236.322500', '175236.782500', '175237.242500', '175237.702500', '175238.162500', '175238.622500', '175239.082500', '175239.542500', '175240.002500', '175240.462500', '175240.922500', '175241.382500', '175241.842500', '175242.302500', '175242.762500', '175243.222500', '175243.682500', '175244.142500', '175244.602500', '175245.062500', '175245.522500', '175245.982500', '175246.442500', '175246.902500', '175247.362500', '175247.822500', '175248.282500', '175248.742500', '175249.202500', '175249.662500', '175250.122500', '175250.582500', '175251.042500', '175251.502500', '175251.962500', '175252.422500', '175252.882500', '175253.342500', '175253.802500', '175254.262500', '175254.722500', '175255.182500', '175255.642500', '175256.102500', '175256.562500', '175257.022500', '175257.482500', '175257.942500', '175258.402500', '175258.862500', '175259.322500', '175259.782500', '175300.242500', '175300.702500', '175301.162500', '175301.622500', '175302.082500', '175302.542500', '175303.002500', '175303.462500', '175303.922500', '175304.382500', '175304.842500', '175305.302500', '175305.762500', '175306.222500', '175306.682500', '175307.142500', '175307.602500', '175308.062500', '175308.522500', '175308.982500', '175309.442500', '175309.902500', '175310.362500', '175310.822500', '175311.282500', '175311.742500', '175312.202500', '175312.662500', '175313.122500', '175313.582500', '175314.042500', '175314.502500', '175314.962500', '175315.422500', '175315.882500', '175316.342500', '175316.802500', '175317.262500', '175317.722500', '175318.182500', '175318.642500', '175319.102500', '175319.562500', '175320.022500', '175320.482500', '175320.942500', '175321.402500', '175321.862500', '175322.322500', '175322.782500', '175323.242500', '175323.702500', '175324.162500', '175324.622500', '175325.082500', '175325.542500', '175326.002500', '175326.462500', '175326.922500', '175327.382500', '175327.842500', '175328.302500', '175328.762500', '175329.222500', '175329.682500', '175330.142500', '175330.602500', '175331.062500', '175331.522500', '175331.982500', '175332.442500', '175332.902500', '175333.362500', '175333.822500', '175334.282500', '175334.742500', '175335.202500', '175335.662500', '175336.122500', '175336.582500', '175337.042500', '175337.502500', '175337.962500', '175338.422500', '175338.882500', '175339.342500', '175339.802500', '175340.262500', '175340.722500', '175341.182500', '175341.642500', '175342.102500', '175342.562500', '175343.022500', '175343.482500', '175343.942500', '175344.402500', '175344.862500', '175345.322500', '175345.782500', '175346.242500', '175346.702500', '175347.162500', '175347.622500', '175348.082500', '175348.542500', '175349.002500', '175349.462500', '175349.922500', '175350.382500', '175350.842500', '175351.302500', '175351.762500', '175352.222500', '175352.682500', '175353.142500', '175353.602500', '175354.062500', '175354.522500', '175354.982500', '175355.442500', '175355.902500', '175356.362500', '175356.822500', '175357.282500', '175357.742500', '175358.202500', '175358.662500', '175359.122500', '175359.582500', '175400.042500', '175400.502500', '175400.962500', '175401.422500', '175401.882500', '175402.342500', '175402.802500', '175403.262500', '175403.722500', '175404.182500', '175404.642500', '175405.102500', '175405.562500', '175406.022500', '175406.482500', '175406.942500', '175407.402500', '175407.862500', '175408.322500', '175408.782500', '175409.242500', '175409.702500', '175410.162500', '175410.622500', '175411.082500', '175411.542500', '175412.002500', '175412.462500', '175412.922500', '175413.382500', '175413.842500', '175414.302500', '175414.762500', '175415.222500', '175415.682500', '175416.142500', '175416.602500', '175417.062500', '175417.522500', '175417.982500', '175418.442500', '175418.902500', '175419.362500', '175419.822500', '175420.282500', '175420.742500', '175421.202500', '175421.662500', '175422.122500', '175422.582500', '175423.042500', '175423.502500', '175423.962500', '175424.422500', '175424.882500', '175425.342500', '175425.802500', '175426.262500', '175426.722500', '175427.182500', '175427.642500', '175428.102500', '175428.562500', '175429.022500', '175429.482500', '175429.942500', '175430.402500', '175430.862500', '175431.322500', '175431.782500', '175432.242500', '175432.702500', '175433.162500', '175433.622500', '175434.082500', '175434.542500', '175435.002500', '175435.462500', '175435.922500', '175436.382500', '175436.842500', '175437.302500', '175437.762500', '175438.222500', '175438.682500', '175439.142500', '175439.602500', '175440.062500', '175440.522500', '175440.982500', '175441.442500', '175441.902500', '175442.362500', '175442.822500', '175443.282500', '175443.742500', '175444.202500', '175444.662500', '175445.122500', '175445.582500', '175446.042500', '175446.502500', '175446.962500', '175447.422500', '175447.882500', '175448.342500', '175448.802500', '175449.262500', '175449.722500', '175450.182500', '175450.642500', '175451.102500', '175451.562500', '175452.022500', '175452.482500', '175452.942500', '175453.402500', '175453.862500', '175454.322500', '175454.782500', '175455.242500', '175455.702500', '175456.162500', '175456.622500', '175457.082500', '175457.542500', '175458.002500', '175458.462500', '175458.922500', '175459.382500', '175459.842500', '175500.302500', '175500.762500', '175501.222500', '175501.682500', '175502.142500', '175502.602500', '175503.062500', '175503.522500', '175503.982500', '175504.442500', '175504.902500', '175505.362500', '175505.822500', '175506.282500', '175506.742500', '175507.202500', '175507.662500', '175508.122500', '175508.582500', '175509.042500', '175509.502500', '175509.962500', '175510.422500', '175510.882500', '175511.342500', '175511.802500', '175512.262500', '175512.722500', '175513.182500', '175513.642500', '175514.102500', '175514.562500', '175515.022500', '175515.482500', '175515.942500', '175516.402500', '175516.862500', '175517.322500', '175517.782500', '175518.242500', '175518.702500', '175519.162500', '175519.622500', '175520.082500', '175520.542500', '175521.002500', '175521.462500', '175521.922500', '175522.382500', '175522.842500', '175523.302500', '175523.762500', '175524.222500', '175524.682500', '175525.142500', '175525.602500', '175526.062500', '175526.522500', '175526.982500', '175527.442500', '175527.902500', '175528.362500', '175528.822500', '175529.282500', '175529.742500', '175530.202500', '175530.662500', '175531.122500', '175531.582500', '175532.042500', '175532.502500', '175532.962500', '175533.422500', '175533.882500', '175534.342500', '175534.802500', '175535.262500', '175535.722500', '175536.182500', '175536.642500', '175537.102500', '175537.562500', '175538.022500', '175538.482500', '175538.942500', '175539.402500', '175539.862500', '175540.322500', '175540.782500', '175541.242500', '175541.702500', '175542.162500', '175542.622500', '175543.082500', '175543.542500', '175544.002500', '175544.462500', '175544.922500', '175545.382500', '175545.842500', '175546.302500', '175546.762500', '175547.222500', '175547.682500', '175548.142500'], 'ContentTime': ['174919.060000', '174919.063000', '174919.065000', '174919.068000', '174919.071000', '174919.073000', '174919.076000', '174919.079000', '174919.081000', '174919.084000', '174919.086000', '174919.089000', '174919.091000', '174919.111000', '174919.114000', '174919.116000', '174919.119000', '174919.121000', '174919.131000', '174919.134000', '174919.136000', '174919.139000', '174939.023000', '174939.026000', '174939.029000', '174939.032000', '174939.034000', '174939.037000', '174939.040000', '174939.042000', '174939.045000', '174939.047000', '174939.050000', '174939.052000', '174939.055000', '174939.057000', '174939.060000', '174939.062000', '174939.065000', '174939.067000', '174939.070000', '174939.073000', '174939.075000', '174939.078000', '174939.080000', '174939.083000', '174939.085000', '174939.088000', '174939.091000', '174939.093000', '174939.096000', '174939.098000', '174939.105000', '174939.108000', '174939.110000', '174939.113000', '174939.116000', '174939.119000', '174939.122000', '174939.124000', '174939.134000', '174939.136000', '174939.139000', '174939.141000', '174939.144000', '174959.024000', '174959.026000', '174959.029000', '174959.032000', '174959.035000', '174959.037000', '174959.040000', '174959.042000', '174959.045000', '174959.048000', '174959.050000', '174959.053000', '174959.055000', '174959.058000', '174959.060000', '174959.063000', '174959.066000', '174959.068000', '174959.071000', '174959.073000', '174959.076000', '174959.078000', '174959.081000', '174959.084000', '174959.086000', '174959.089000', '174959.091000', '174959.094000', '174959.097000', '174959.099000', '174959.102000', '174959.104000', '174959.107000', '174959.109000', '174959.112000', '174959.115000', '174959.117000', '174959.120000', '174959.122000', '174959.125000', '174959.128000', '174959.130000', '174959.133000', '174959.135000', '175019.022000', '175019.026000', '175019.028000', '175019.031000', '175019.033000', '175019.036000', '175019.039000', '175019.041000', '175019.044000', '175019.046000', '175019.049000', '175019.052000', '175019.054000', '175019.057000', '175019.059000', '175019.062000', '175019.065000', '175019.068000', '175019.071000', '175019.074000', '175019.076000', '175019.079000', '175019.082000', '175019.084000', '175019.087000', '175019.089000', '175019.092000', '175019.095000', '175019.097000', '175019.100000', '175019.102000', '175019.105000', '175019.107000', '175019.110000', '175019.113000', '175019.115000', '175019.118000', '175019.120000', '175019.123000', '175019.126000', '175019.128000', '175019.131000', '175019.133000', '175039.022000', '175039.025000', '175039.028000', '175039.031000', '175039.033000', '175039.036000', '175039.039000', '175039.041000', '175039.044000', '175039.046000', '175039.049000', '175039.052000', '175039.054000', '175039.057000', '175039.059000', '175039.062000', '175039.065000', '175039.067000', '175039.070000', '175039.072000', '175039.075000', '175039.077000', '175039.080000', '175039.083000', '175039.085000', '175039.088000', '175039.090000', '175039.110000', '175039.112000', '175039.115000', '175039.118000', '175039.120000', '175039.123000', '175039.125000', '175039.128000', '175039.130000', '175039.133000', '175039.136000', '175039.138000', '175039.141000', '175039.144000', '175039.146000', '175039.149000', '175039.151000', '175059.022000', '175059.025000', '175059.028000', '175059.030000', '175059.033000', '175059.036000', '175059.038000', '175059.041000', '175059.043000', '175059.046000', '175059.049000', '175059.051000', '175059.054000', '175059.057000', '175059.059000', '175059.086000', '175059.088000', '175059.091000', '175059.095000', '175059.097000', '175059.100000', '175059.103000', '175059.105000', '175059.108000', '175059.111000', '175059.113000', '175059.116000', '175059.119000', '175059.121000', '175059.124000', '175059.127000', '175059.129000', '175059.132000', '175059.134000', '175059.137000', '175059.140000', '175059.142000', '175059.145000', '175059.147000', '175059.150000', '175059.153000', '175059.156000', '175059.159000', '175119.023000', '175119.026000', '175119.028000', '175119.031000', '175119.033000', '175119.036000', '175119.039000', '175119.041000', '175119.044000', '175119.047000', '175119.049000', '175119.052000', '175119.054000', '175119.057000', '175119.060000', '175119.062000', '175119.065000', '175119.067000', '175119.070000', '175119.073000', '175119.075000', '175119.078000', '175119.080000', '175119.083000', '175119.085000', '175119.088000', '175119.091000', '175119.093000', '175119.096000', '175119.098000', '175119.101000', '175119.104000', '175119.106000', '175119.109000', '175119.111000', '175119.114000', '175119.116000', '175119.119000', '175119.122000', '175119.124000', '175119.127000', '175119.130000', '175119.132000', '175119.135000', '175139.023000', '175139.026000', '175139.029000', '175139.032000', '175139.035000', '175139.037000', '175139.040000', '175139.043000', '175139.045000', '175139.048000', '175139.050000', '175139.053000', '175139.056000', '175139.058000', '175139.061000', '175139.064000', '175139.066000', '175139.069000', '175139.071000', '175139.074000', '175139.077000', '175139.079000', '175139.082000', '175139.084000', '175139.087000', '175139.090000', '175139.092000', '175139.095000', '175139.097000', '175139.100000', '175139.103000', '175139.105000', '175139.108000', '175139.110000', '175139.113000', '175139.116000', '175139.119000', '175139.122000', '175139.126000', '175139.129000', '175139.131000', '175139.134000', '175139.137000', '175159.023000', '175159.026000', '175159.029000', '175159.031000', '175159.034000', '175159.037000', '175159.040000', '175159.042000', '175159.045000', '175159.047000', '175159.050000', '175159.053000', '175159.055000', '175159.058000', '175159.060000', '175159.063000', '175159.066000', '175159.068000', '175159.071000', '175159.073000', '175159.076000', '175159.079000', '175159.081000', '175159.084000', '175159.087000', '175159.089000', '175159.092000', '175159.094000', '175159.097000', '175159.100000', '175159.102000', '175159.105000', '175159.108000', '175159.110000', '175159.113000', '175159.116000', '175159.118000', '175159.121000', '175159.123000', '175159.126000', '175159.129000', '175159.131000', '175159.134000', '175159.136000', '175219.024000', '175219.027000', '175219.030000', '175219.032000', '175219.035000', '175219.037000', '175219.040000', '175219.043000', '175219.045000', '175219.048000', '175219.050000', '175219.053000', '175219.056000', '175219.058000', '175219.061000', '175219.063000', '175219.066000', '175219.068000', '175219.071000', '175219.074000', '175219.076000', '175219.079000', '175219.081000', '175219.084000', '175219.087000', '175219.089000', '175219.092000', '175219.094000', '175219.097000', '175219.100000', '175219.102000', '175219.105000', '175219.107000', '175219.110000', '175219.113000', '175219.115000', '175219.118000', '175219.120000', '175219.123000', '175219.126000', '175219.128000', '175219.131000', '175219.134000', '175239.023000', '175239.025000', '175239.028000', '175239.031000', '175239.033000', '175239.036000', '175239.038000', '175239.041000', '175239.044000', '175239.046000', '175239.049000', '175239.061000', '175239.063000', '175239.066000', '175239.069000', '175239.071000', '175239.080000', '175239.082000', '175239.085000', '175239.088000', '175239.090000', '175239.093000', '175239.096000', '175239.098000', '175239.101000', '175239.103000', '175239.106000', '175239.109000', '175239.111000', '175239.114000', '175239.117000', '175239.119000', '175239.122000', '175239.124000', '175239.127000', '175239.130000', '175239.132000', '175239.135000', '175239.137000', '175239.140000', '175239.143000', '175239.145000', '175239.148000', '175239.151000', '175259.022000', '175259.025000', '175259.028000', '175259.031000', '175259.033000', '175259.036000', '175259.039000', '175259.041000', '175259.044000', '175259.046000', '175259.049000', '175259.052000', '175259.054000', '175259.057000', '175259.060000', '175259.062000', '175259.065000', '175259.067000', '175259.070000', '175259.072000', '175259.075000', '175259.078000', '175259.080000', '175259.083000', '175259.085000', '175259.088000', '175259.091000', '175259.094000', '175259.096000', '175259.099000', '175259.101000', '175259.104000', '175259.107000', '175259.109000', '175259.112000', '175259.115000', '175259.117000', '175259.120000', '175259.122000', '175259.125000', '175259.128000', '175259.131000', '175259.133000', '175319.023000', '175319.025000', '175319.028000', '175319.031000', '175319.033000', '175319.036000', '175319.039000', '175319.041000', '175319.044000', '175319.046000', '175319.049000', '175319.052000', '175319.054000', '175319.057000', '175319.060000', '175319.062000', '175319.065000', '175319.067000', '175319.070000', '175319.073000', '175319.075000', '175319.078000', '175319.080000', '175319.083000', '175319.086000', '175319.088000', '175319.091000', '175319.093000', '175319.096000', '175319.098000', '175319.101000', '175319.104000', '175319.106000', '175319.109000', '175319.112000', '175319.114000', '175319.117000', '175319.119000', '175319.122000', '175319.125000', '175319.127000', '175319.130000', '175319.133000', '175319.135000', '175339.023000', '175339.025000', '175339.028000', '175339.030000', '175339.034000', '175339.036000', '175339.039000', '175339.041000', '175339.044000', '175339.047000', '175339.049000', '175339.052000', '175339.054000', '175339.057000', '175339.060000', '175339.062000', '175339.065000', '175339.068000', '175339.070000', '175339.073000', '175339.075000', '175339.078000', '175339.080000', '175339.083000', '175339.086000', '175339.089000', '175339.091000', '175339.094000', '175339.096000', '175339.099000', '175339.102000', '175339.104000', '175339.107000', '175339.110000', '175339.112000', '175339.115000', '175339.117000', '175339.120000', '175339.123000', '175339.125000', '175339.128000', '175339.131000', '175339.133000', '175359.023000', '175359.026000', '175359.029000', '175359.031000', '175359.034000', '175359.037000', '175359.039000', '175359.042000', '175359.045000', '175359.047000', '175359.050000', '175359.053000', '175359.055000', '175359.058000', '175359.061000', '175359.063000', '175359.066000', '175359.068000', '175359.071000', '175359.074000', '175359.076000', '175359.079000', '175359.082000', '175359.084000', '175359.087000', '175359.089000', '175359.092000', '175359.095000', '175359.097000', '175359.100000', '175359.102000', '175359.105000', '175359.108000', '175359.110000', '175359.113000', '175359.115000', '175359.128000', '175359.131000', '175359.133000', '175359.136000', '175359.138000', '175359.141000', '175359.144000', '175359.146000', '175419.024000', '175419.026000', '175419.029000', '175419.032000', '175419.034000', '175419.037000', '175419.039000', '175419.042000', '175419.045000', '175419.047000', '175419.050000', '175419.053000', '175419.055000', '175419.058000', '175419.060000', '175419.063000', '175419.066000', '175419.068000', '175419.071000', '175419.074000', '175419.076000', '175419.079000', '175419.081000', '175419.084000', '175419.087000', '175419.089000', '175419.092000', '175419.095000', '175419.097000', '175419.100000', '175419.103000', '175419.105000', '175419.108000', '175419.111000', '175419.113000', '175419.116000', '175419.119000', '175419.121000', '175419.124000', '175419.127000', '175419.129000', '175419.132000', '175419.134000', '175439.023000', '175439.026000', '175439.029000', '175439.031000', '175439.035000', '175439.038000', '175439.040000', '175439.043000', '175439.046000', '175439.048000', '175439.051000', '175439.054000', '175439.057000', '175439.059000', '175439.062000', '175439.064000', '175439.067000', '175439.070000', '175439.072000', '175439.075000', '175439.078000', '175439.080000', '175439.083000', '175439.085000', '175439.088000', '175439.091000', '175439.094000', '175439.096000', '175439.099000', '175439.101000', '175439.104000', '175439.107000', '175439.109000', '175439.112000', '175439.115000', '175439.117000', '175439.120000', '175439.123000', '175439.125000', '175439.128000', '175439.131000', '175439.133000', '175439.136000', '175459.023000', '175459.025000', '175459.028000', '175459.031000', '175459.034000', '175459.037000', '175459.039000', '175459.042000', '175459.045000', '175459.047000', '175459.050000', '175459.052000', '175459.055000', '175459.058000', '175459.060000', '175459.063000', '175459.065000', '175459.068000', '175459.071000', '175459.073000', '175459.076000', '175459.079000', '175459.081000', '175459.084000', '175459.087000', '175459.089000', '175459.092000', '175459.095000', '175459.097000', '175459.100000', '175459.102000', '175459.105000', '175459.108000', '175459.110000', '175459.113000', '175459.116000', '175459.118000', '175459.121000', '175459.123000', '175459.128000', '175459.130000', '175459.133000', '175459.136000', '175459.138000', '175519.023000', '175519.025000', '175519.028000', '175519.031000', '175519.033000', '175519.036000', '175519.038000', '175519.041000', '175519.044000', '175519.046000', '175519.049000', '175519.051000', '175519.054000', '175519.056000', '175519.059000', '175519.062000', '175519.064000', '175519.067000', '175519.069000', '175519.072000', '175519.075000', '175519.077000', '175519.080000', '175519.083000', '175519.085000', '175519.088000', '175519.090000', '175519.093000', '175519.096000', '175519.098000', '175519.101000', '175519.104000', '175519.106000', '175519.109000', '175519.111000', '175519.114000', '175519.117000', '175519.119000', '175519.122000', '175519.125000', '175519.127000', '175519.130000', '175519.132000', '175519.135000', '175539.023000', '175539.026000', '175539.028000', '175539.031000', '175539.034000', '175539.036000', '175539.039000', '175539.042000', '175539.044000', '175539.047000', '175539.049000', '175539.052000', '175539.054000', '175539.057000', '175539.060000', '175539.062000', '175539.065000', '175539.068000', '175539.070000', '175539.073000', '175539.075000', '175539.078000', '175539.081000', '175539.083000', '175539.086000', '175539.088000', '175539.091000', '175539.094000', '175539.096000', '175539.099000', '175539.101000', '175539.104000', '175539.107000', '175539.109000', '175539.112000', '175539.115000', '175539.117000', '175539.120000', '175539.122000', '175539.125000', '175539.128000', '175539.130000', '175539.133000', '175549.837000', '175549.840000', '175549.843000', '175549.846000', '175549.849000', '175549.852000', '175549.855000', '175549.858000', '175549.861000', '175549.864000', '175549.867000', '175549.870000', '175549.872000', '175549.875000', '175549.878000', '175549.880000', '175549.883000', '175549.888000', '175549.891000', '175549.894000', '175549.896000', '175549.899000', '175549.902000', '175549.905000'], 'InstanceCreationTime': ['174919.060000', '174919.063000', '174919.065000', '174919.068000', '174919.071000', '174919.073000', '174919.076000', '174919.079000', '174919.081000', '174919.084000', '174919.086000', '174919.089000', '174919.091000', '174919.111000', '174919.114000', '174919.116000', '174919.119000', '174919.121000', '174919.131000', '174919.134000', '174919.136000', '174919.139000', '174939.023000', '174939.026000', '174939.029000', '174939.032000', '174939.034000', '174939.037000', '174939.040000', '174939.042000', '174939.045000', '174939.047000', '174939.050000', '174939.052000', '174939.055000', '174939.057000', '174939.060000', '174939.062000', '174939.065000', '174939.067000', '174939.070000', '174939.073000', '174939.075000', '174939.078000', '174939.080000', '174939.083000', '174939.085000', '174939.088000', '174939.091000', '174939.093000', '174939.096000', '174939.098000', '174939.105000', '174939.108000', '174939.110000', '174939.113000', '174939.116000', '174939.119000', '174939.122000', '174939.124000', '174939.134000', '174939.136000', '174939.139000', '174939.141000', '174939.144000', '174959.024000', '174959.026000', '174959.029000', '174959.032000', '174959.035000', '174959.037000', '174959.040000', '174959.042000', '174959.045000', '174959.048000', '174959.050000', '174959.053000', '174959.055000', '174959.058000', '174959.060000', '174959.063000', '174959.066000', '174959.068000', '174959.071000', '174959.073000', '174959.076000', '174959.078000', '174959.081000', '174959.084000', '174959.086000', '174959.089000', '174959.091000', '174959.094000', '174959.097000', '174959.099000', '174959.102000', '174959.104000', '174959.107000', '174959.109000', '174959.112000', '174959.115000', '174959.117000', '174959.120000', '174959.122000', '174959.125000', '174959.128000', '174959.130000', '174959.133000', '174959.135000', '175019.022000', '175019.026000', '175019.028000', '175019.031000', '175019.033000', '175019.036000', '175019.039000', '175019.041000', '175019.044000', '175019.046000', '175019.049000', '175019.052000', '175019.054000', '175019.057000', '175019.059000', '175019.062000', '175019.065000', '175019.068000', '175019.071000', '175019.074000', '175019.076000', '175019.079000', '175019.082000', '175019.084000', '175019.087000', '175019.089000', '175019.092000', '175019.095000', '175019.097000', '175019.100000', '175019.102000', '175019.105000', '175019.107000', '175019.110000', '175019.113000', '175019.115000', '175019.118000', '175019.120000', '175019.123000', '175019.126000', '175019.128000', '175019.131000', '175019.133000', '175039.022000', '175039.025000', '175039.028000', '175039.031000', '175039.033000', '175039.036000', '175039.039000', '175039.041000', '175039.044000', '175039.046000', '175039.049000', '175039.052000', '175039.054000', '175039.057000', '175039.059000', '175039.062000', '175039.065000', '175039.067000', '175039.070000', '175039.072000', '175039.075000', '175039.077000', '175039.080000', '175039.083000', '175039.085000', '175039.088000', '175039.090000', '175039.110000', '175039.112000', '175039.115000', '175039.118000', '175039.120000', '175039.123000', '175039.125000', '175039.128000', '175039.130000', '175039.133000', '175039.136000', '175039.138000', '175039.141000', '175039.144000', '175039.146000', '175039.149000', '175039.151000', '175059.022000', '175059.025000', '175059.028000', '175059.030000', '175059.033000', '175059.036000', '175059.038000', '175059.041000', '175059.043000', '175059.046000', '175059.049000', '175059.051000', '175059.054000', '175059.057000', '175059.059000', '175059.086000', '175059.088000', '175059.091000', '175059.095000', '175059.097000', '175059.100000', '175059.103000', '175059.105000', '175059.108000', '175059.111000', '175059.113000', '175059.116000', '175059.119000', '175059.121000', '175059.124000', '175059.127000', '175059.129000', '175059.132000', '175059.134000', '175059.137000', '175059.140000', '175059.142000', '175059.145000', '175059.147000', '175059.150000', '175059.153000', '175059.156000', '175059.159000', '175119.023000', '175119.026000', '175119.028000', '175119.031000', '175119.033000', '175119.036000', '175119.039000', '175119.041000', '175119.044000', '175119.047000', '175119.049000', '175119.052000', '175119.054000', '175119.057000', '175119.060000', '175119.062000', '175119.065000', '175119.067000', '175119.070000', '175119.073000', '175119.075000', '175119.078000', '175119.080000', '175119.083000', '175119.085000', '175119.088000', '175119.091000', '175119.093000', '175119.096000', '175119.098000', '175119.101000', '175119.104000', '175119.106000', '175119.109000', '175119.111000', '175119.114000', '175119.116000', '175119.119000', '175119.122000', '175119.124000', '175119.127000', '175119.130000', '175119.132000', '175119.135000', '175139.023000', '175139.026000', '175139.029000', '175139.032000', '175139.035000', '175139.037000', '175139.040000', '175139.043000', '175139.045000', '175139.048000', '175139.050000', '175139.053000', '175139.056000', '175139.058000', '175139.061000', '175139.064000', '175139.066000', '175139.069000', '175139.071000', '175139.074000', '175139.077000', '175139.079000', '175139.082000', '175139.084000', '175139.087000', '175139.090000', '175139.092000', '175139.095000', '175139.097000', '175139.100000', '175139.103000', '175139.105000', '175139.108000', '175139.110000', '175139.113000', '175139.116000', '175139.119000', '175139.122000', '175139.126000', '175139.129000', '175139.131000', '175139.134000', '175139.137000', '175159.023000', '175159.026000', '175159.029000', '175159.031000', '175159.034000', '175159.037000', '175159.040000', '175159.042000', '175159.045000', '175159.047000', '175159.050000', '175159.053000', '175159.055000', '175159.058000', '175159.060000', '175159.063000', '175159.066000', '175159.068000', '175159.071000', '175159.073000', '175159.076000', '175159.079000', '175159.081000', '175159.084000', '175159.087000', '175159.089000', '175159.092000', '175159.094000', '175159.097000', '175159.100000', '175159.102000', '175159.105000', '175159.108000', '175159.110000', '175159.113000', '175159.116000', '175159.118000', '175159.121000', '175159.123000', '175159.126000', '175159.129000', '175159.131000', '175159.134000', '175159.136000', '175219.024000', '175219.027000', '175219.030000', '175219.032000', '175219.035000', '175219.037000', '175219.040000', '175219.043000', '175219.045000', '175219.048000', '175219.050000', '175219.053000', '175219.056000', '175219.058000', '175219.061000', '175219.063000', '175219.066000', '175219.068000', '175219.071000', '175219.074000', '175219.076000', '175219.079000', '175219.081000', '175219.084000', '175219.087000', '175219.089000', '175219.092000', '175219.094000', '175219.097000', '175219.100000', '175219.102000', '175219.105000', '175219.107000', '175219.110000', '175219.113000', '175219.115000', '175219.118000', '175219.120000', '175219.123000', '175219.126000', '175219.128000', '175219.131000', '175219.134000', '175239.023000', '175239.025000', '175239.028000', '175239.031000', '175239.033000', '175239.036000', '175239.038000', '175239.041000', '175239.044000', '175239.046000', '175239.049000', '175239.061000', '175239.063000', '175239.066000', '175239.069000', '175239.071000', '175239.080000', '175239.082000', '175239.085000', '175239.088000', '175239.090000', '175239.093000', '175239.096000', '175239.098000', '175239.101000', '175239.103000', '175239.106000', '175239.109000', '175239.111000', '175239.114000', '175239.117000', '175239.119000', '175239.122000', '175239.124000', '175239.127000', '175239.130000', '175239.132000', '175239.135000', '175239.137000', '175239.140000', '175239.143000', '175239.145000', '175239.148000', '175239.151000', '175259.022000', '175259.025000', '175259.028000', '175259.031000', '175259.033000', '175259.036000', '175259.039000', '175259.041000', '175259.044000', '175259.046000', '175259.049000', '175259.052000', '175259.054000', '175259.057000', '175259.060000', '175259.062000', '175259.065000', '175259.067000', '175259.070000', '175259.072000', '175259.075000', '175259.078000', '175259.080000', '175259.083000', '175259.085000', '175259.088000', '175259.091000', '175259.094000', '175259.096000', '175259.099000', '175259.101000', '175259.104000', '175259.107000', '175259.109000', '175259.112000', '175259.115000', '175259.117000', '175259.120000', '175259.122000', '175259.125000', '175259.128000', '175259.131000', '175259.133000', '175319.023000', '175319.025000', '175319.028000', '175319.031000', '175319.033000', '175319.036000', '175319.039000', '175319.041000', '175319.044000', '175319.046000', '175319.049000', '175319.052000', '175319.054000', '175319.057000', '175319.060000', '175319.062000', '175319.065000', '175319.067000', '175319.070000', '175319.073000', '175319.075000', '175319.078000', '175319.080000', '175319.083000', '175319.086000', '175319.088000', '175319.091000', '175319.093000', '175319.096000', '175319.098000', '175319.101000', '175319.104000', '175319.106000', '175319.109000', '175319.112000', '175319.114000', '175319.117000', '175319.119000', '175319.122000', '175319.125000', '175319.127000', '175319.130000', '175319.133000', '175319.135000', '175339.023000', '175339.025000', '175339.028000', '175339.030000', '175339.034000', '175339.036000', '175339.039000', '175339.041000', '175339.044000', '175339.047000', '175339.049000', '175339.052000', '175339.054000', '175339.057000', '175339.060000', '175339.062000', '175339.065000', '175339.068000', '175339.070000', '175339.073000', '175339.075000', '175339.078000', '175339.080000', '175339.083000', '175339.086000', '175339.089000', '175339.091000', '175339.094000', '175339.096000', '175339.099000', '175339.102000', '175339.104000', '175339.107000', '175339.110000', '175339.112000', '175339.115000', '175339.117000', '175339.120000', '175339.123000', '175339.125000', '175339.128000', '175339.131000', '175339.133000', '175359.023000', '175359.026000', '175359.029000', '175359.031000', '175359.034000', '175359.037000', '175359.039000', '175359.042000', '175359.045000', '175359.047000', '175359.050000', '175359.053000', '175359.055000', '175359.058000', '175359.061000', '175359.063000', '175359.066000', '175359.068000', '175359.071000', '175359.074000', '175359.076000', '175359.079000', '175359.082000', '175359.084000', '175359.087000', '175359.089000', '175359.092000', '175359.095000', '175359.097000', '175359.100000', '175359.102000', '175359.105000', '175359.108000', '175359.110000', '175359.113000', '175359.115000', '175359.128000', '175359.131000', '175359.133000', '175359.136000', '175359.138000', '175359.141000', '175359.144000', '175359.146000', '175419.024000', '175419.026000', '175419.029000', '175419.032000', '175419.034000', '175419.037000', '175419.039000', '175419.042000', '175419.045000', '175419.047000', '175419.050000', '175419.053000', '175419.055000', '175419.058000', '175419.060000', '175419.063000', '175419.066000', '175419.068000', '175419.071000', '175419.074000', '175419.076000', '175419.079000', '175419.081000', '175419.084000', '175419.087000', '175419.089000', '175419.092000', '175419.095000', '175419.097000', '175419.100000', '175419.103000', '175419.105000', '175419.108000', '175419.111000', '175419.113000', '175419.116000', '175419.119000', '175419.121000', '175419.124000', '175419.127000', '175419.129000', '175419.132000', '175419.134000', '175439.023000', '175439.026000', '175439.029000', '175439.031000', '175439.035000', '175439.038000', '175439.040000', '175439.043000', '175439.046000', '175439.048000', '175439.051000', '175439.054000', '175439.057000', '175439.059000', '175439.062000', '175439.064000', '175439.067000', '175439.070000', '175439.072000', '175439.075000', '175439.078000', '175439.080000', '175439.083000', '175439.085000', '175439.088000', '175439.091000', '175439.094000', '175439.096000', '175439.099000', '175439.101000', '175439.104000', '175439.107000', '175439.109000', '175439.112000', '175439.115000', '175439.117000', '175439.120000', '175439.123000', '175439.125000', '175439.128000', '175439.131000', '175439.133000', '175439.136000', '175459.023000', '175459.025000', '175459.028000', '175459.031000', '175459.034000', '175459.037000', '175459.039000', '175459.042000', '175459.045000', '175459.047000', '175459.050000', '175459.052000', '175459.055000', '175459.058000', '175459.060000', '175459.063000', '175459.065000', '175459.068000', '175459.071000', '175459.073000', '175459.076000', '175459.079000', '175459.081000', '175459.084000', '175459.087000', '175459.089000', '175459.092000', '175459.095000', '175459.097000', '175459.100000', '175459.102000', '175459.105000', '175459.108000', '175459.110000', '175459.113000', '175459.116000', '175459.118000', '175459.121000', '175459.123000', '175459.128000', '175459.130000', '175459.133000', '175459.136000', '175459.138000', '175519.023000', '175519.025000', '175519.028000', '175519.031000', '175519.033000', '175519.036000', '175519.038000', '175519.041000', '175519.044000', '175519.046000', '175519.049000', '175519.051000', '175519.054000', '175519.056000', '175519.059000', '175519.062000', '175519.064000', '175519.067000', '175519.069000', '175519.072000', '175519.075000', '175519.077000', '175519.080000', '175519.083000', '175519.085000', '175519.088000', '175519.090000', '175519.093000', '175519.096000', '175519.098000', '175519.101000', '175519.104000', '175519.106000', '175519.109000', '175519.111000', '175519.114000', '175519.117000', '175519.119000', '175519.122000', '175519.125000', '175519.127000', '175519.130000', '175519.132000', '175519.135000', '175539.023000', '175539.026000', '175539.028000', '175539.031000', '175539.034000', '175539.036000', '175539.039000', '175539.042000', '175539.044000', '175539.047000', '175539.049000', '175539.052000', '175539.054000', '175539.057000', '175539.060000', '175539.062000', '175539.065000', '175539.068000', '175539.070000', '175539.073000', '175539.075000', '175539.078000', '175539.081000', '175539.083000', '175539.086000', '175539.088000', '175539.091000', '175539.094000', '175539.096000', '175539.099000', '175539.101000', '175539.104000', '175539.107000', '175539.109000', '175539.112000', '175539.115000', '175539.117000', '175539.120000', '175539.122000', '175539.125000', '175539.128000', '175539.130000', '175539.133000', '175549.837000', '175549.840000', '175549.843000', '175549.846000', '175549.849000', '175549.852000', '175549.855000', '175549.858000', '175549.861000', '175549.864000', '175549.867000', '175549.870000', '175549.872000', '175549.875000', '175549.878000', '175549.880000', '175549.883000', '175549.888000', '175549.891000', '175549.894000', '175549.896000', '175549.899000', '175549.902000', '175549.905000'], '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': [7936, 11684, 7673, 7346, 7613, 6944, 6678, 6894, 7073, 7147, 8511, 6817, 6309, 7362, 6491, 11223, 8073, 8499, 8681, 8744, 12533, 10174, 7569, 9610, 10173, 7599, 14833, 12442, 13195, 10319, 7937, 12307, 7803, 8426, 9738, 8079, 7825, 7830, 7867, 10261, 6492, 7626, 8094, 8263, 8003, 7159, 8567, 11142, 7196, 8392, 7800, 8259, 10451, 8010, 12161, 8100, 7794, 7105, 7657, 8704, 8008, 8909, 7850, 7662, 6986, 7485, 8951, 7681, 8408, 8822, 8091, 8131, 7998, 11775, 6776, 7617, 8195, 8162, 11644, 8086, 7900, 8543, 7438, 10147, 7755, 13145, 8367, 10082, 9088, 8546, 7238, 6940, 7663, 7446, 6946, 7241, 9140, 10636, 11699, 9133, 6970, 9812, 7424, 6508, 9100, 12822, 12227, 13854, 14253, 13424, 14184, 11210, 8949, 14202, 10983, 10546, 12803, 10081, 10059, 7614, 10281, 8603, 8003, 12092, 9808, 8354, 8595, 7509, 10924, 7329, 7510, 7689, 7009, 7171, 6960, 6990, 7156, 7326, 6638, 10847, 8571, 11086, 10757, 9276, 11635, 8518, 11034, 8836, 10280, 7930, 7357, 8209, 6927, 9428, 7003, 11419, 8057, 9233, 7055, 7755, 9042, 7783, 8496, 7434, 7869, 8639, 7205, 10683, 7340, 11635, 7600, 9882, 8171, 10035, 8979, 8362, 7162, 6876, 7756, 7002, 8398, 6860, 8242, 8261, 10600, 8499, 8231, 7412, 8252, 7879, 8114, 8751, 7705, 8022, 7809, 7558, 7696, 7919, 9768, 7966, 10402, 8213, 12053, 8534, 11382, 8443, 10646, 8198, 7983, 7010, 7804, 8479, 6957, 7130, 6955, 6314, 7549, 7191, 7758, 7164, 6446, 11143, 8376, 12012, 12929, 11421, 13659, 11706, 13210, 12026, 10035, 12554, 10794, 12709, 9990, 9291, 11609, 8003, 11112, 7183, 9477, 7293, 8822, 7245, 7523, 7104, 6833, 6570, 6803, 6488, 6773, 6867, 6606, 7275, 6998, 7128, 11768, 8428, 11033, 8711, 7046, 9298, 8793, 9039, 7809, 8170, 9753, 7207, 9976, 6892, 6655, 10628, 6952, 7238, 6851, 6930, 6616, 8014, 7180, 7346, 9538, 6976, 11417, 9588, 12523, 10287, 12777, 9680, 10763, 8699, 6770, 11269, 6846, 10021, 6743, 7147, 9015, 7205, 11566, 8464, 8515, 7123, 7486, 9186, 6686, 8818, 6619, 7241, 7806, 6824, 10452, 6831, 8402, 7418, 7441, 8953, 8924, 8967, 7156, 10556, 6903, 9348, 7260, 8837, 7141, 7405, 6951, 7218, 7059, 7267, 8903, 7117, 9678, 7043, 9780, 7137, 10058, 7029, 7131, 6849, 7160, 8445, 7246, 7232, 6893, 7141, 10500, 7841, 10822, 7786, 9807, 8675, 7687, 10476, 7986, 11358, 7736, 13266, 8877, 11936, 9000, 11573, 8840, 10141, 8168, 8045, 6827, 7503, 8047, 7281, 8880, 7498, 7173, 6930, 7164, 11277, 7666, 8492, 7675, 6900, 12164, 8393, 7105, 7012, 7090, 7643, 8657, 7944, 6792, 10232, 6885, 6934, 9797, 7163, 10836, 12435, 11080, 13614, 9849, 12524, 7853, 12634, 9302, 13471, 7130, 9747, 7431, 7533, 8180, 7137, 6921, 8073, 7960, 7457, 8239, 8430, 9556, 8612, 8866, 12250, 9357, 11322, 7741, 7374, 7529, 7340, 8620, 11842, 10377, 8331, 7753, 8492, 8076, 10982, 10248, 14174, 11277, 13771, 14079, 12754, 13213, 10471, 8919, 9786, 8760, 10976, 10056, 7225, 8875, 12314, 7904, 7360, 10544, 7284, 7588, 11876, 7355, 7379, 10032, 7367, 8732, 6930, 7229, 8494, 7126, 9682, 7418, 9390, 7336, 6717, 6670, 6908, 6671, 6911, 8449, 6968, 10117, 7484, 8168, 7598, 7016, 8790, 7198, 10071, 6912, 10536, 8562, 9065, 8155, 7379, 10432, 7397, 7995, 7422, 7210, 10083, 7095, 10832, 7318, 11437, 8196, 11546, 8968, 10608, 7840, 8649, 7165, 7175, 10452, 7579, 11163, 7819, 10473, 7726, 11491, 8864, 9107, 7886, 8386, 7809, 11127, 8749, 7288, 7883, 7315, 7709, 9200, 8574, 7246, 7050, 7480, 7510, 7477, 8440, 7804, 8036, 7857, 7020, 7351, 7690, 9077, 7829, 11110, 7910, 11589, 8587, 10989, 8343, 10408, 8401, 8926, 7831, 7536, 8200, 7924, 8804, 8143, 7128, 7151, 7674, 7473, 7699, 9613, 7581, 10582, 7911, 9689, 7923, 8258, 7783, 8874, 7551, 8054, 7815, 7239, 7777, 7087, 7934, 7146, 7989, 7160, 7936, 7055, 7920, 6786, 7177, 7440, 6998, 7117, 7696, 7421, 9589, 6954, 10675, 7607, 10740, 7809, 7253, 8113, 7554, 11404, 8043, 9514, 7554, 6742, 11104, 7862, 7112, 9737, 7776, 11637, 9518, 7698, 11841, 8852, 12037, 9622, 8213, 12238, 8898, 9969, 11271, 7570, 12217, 10148, 12107, 10640, 11828, 10149, 10107, 7427, 7091, 7046, 6884, 7162, 7178, 7349, 7332, 7163, 7151, 6922, 6758, 6795, 10130, 6849, 10192, 6892, 10291, 7233, 7250, 7584, 6662, 7186, 6855, 8803, 7039, 10179, 6976, 9837, 7272, 9521, 7259, 9645, 7004, 10348, 7442, 8347, 7303, 6905, 7102, 6701, 10247, 7493, 10940, 7685, 10462, 7270, 10524, 7502, 6625, 6999, 6643, 7446, 6769, 10114, 7521, 8136, 6565, 6890, 11408, 7609, 11549, 7519, 9044, 10900, 8479, 12243, 7813, 11162, 8450, 6539, 9527, 6943, 8136, 7035, 6751, 12173, 7290, 6515, 8810, 8040, 13029, 8806, 6835, 8690, 6747, 10456, 7443, 6535, 6948, 6575, 8714, 7843, 6783, 8958, 6406, 8856, 7085, 6884, 9582, 6581, 8152, 6786, 6857, 10282, 7194, 6963, 8371, 6804, 7791, 7317, 6814, 11015, 7525, 6958, 8352, 7056, 7671, 8781, 7589, 6524, 7676, 6464, 6631, 8128, 6531, 6702, 6933, 7103, 6542, 7895, 10537, 9170, 7896, 6927, 11700, 9799, 14376, 15264, 14933, 13602, 12370, 11599, 11978, 11937, 14034, 12258, 11330, 12013, 11207, 8835, 7905, 7097, 7880, 7198, 8113, 6746, 6556, 6995, 10234, 7556, 6710, 10917, 7484, 7455, 8892, 7130, 10536, 7308, 7935, 7846, 7448, 10890, 7708, 10626, 8331, 7218, 8308, 7155, 10463, 8044, 7219, 9678, 7414, 11318, 9421, 10680, 9353, 8462, 8753, 7257, 11275, 7425, 10139, 7431, 7097, 9627, 8547, 9613, 7311, 10799, 7194, 10701, 7479, 9914, 7377, 7312, 6969, 7089, 7322, 7449, 7403, 7600, 8432, 7464, 9966, 7486, 9687, 7718, 9319, 7752, 7053, 6632, 7445, 8519, 7689, 10926, 7987, 11559, 8393, 10549, 7740, 10821, 7654, 10318, 7431, 9581, 7605, 9767, 7700, 10490, 7572], 'WindowCenter': [3880.0, 3934.0, 3865.0, 3841.0, 3837.0, 3826.0, 3826.0, 3827.0, 3852.0, 3839.0, 3845.0, 3816.0, 3805.0, 3826.0, 3817.0, 3889.0, 3862.0, 3871.0, 3873.0, 3860.0, 3900.0, 3879.0, 3836.0, 3867.0, 3868.0, 3850.0, 3884.0, 3906.0, 3891.0, 3830.0, 3807.0, 3861.0, 3811.0, 3820.0, 3842.0, 3832.0, 3835.0, 3835.0, 3846.0, 3865.0, 3815.0, 3823.0, 3835.0, 3846.0, 3847.0, 3838.0, 3870.0, 3889.0, 3825.0, 3845.0, 3835.0, 3846.0, 3866.0, 3849.0, 3889.0, 3847.0, 3837.0, 3826.0, 3837.0, 3871.0, 3849.0, 3858.0, 3848.0, 3837.0, 3829.0, 3838.0, 3884.0, 3864.0, 3876.0, 3914.0, 3918.0, 3890.0, 3876.0, 3901.0, 3829.0, 3861.0, 3872.0, 3873.0, 3904.0, 3862.0, 3863.0, 3873.0, 3865.0, 3894.0, 3865.0, 3925.0, 3874.0, 3907.0, 3874.0, 3861.0, 3840.0, 3838.0, 3860.0, 3862.0, 3850.0, 3849.0, 3868.0, 3902.0, 3925.0, 3905.0, 3863.0, 3904.0, 3862.0, 3841.0, 3880.0, 3926.0, 3925.0, 3927.0, 3938.0, 3915.0, 3903.0, 3852.0, 3801.0, 3929.0, 3878.0, 3863.0, 3873.0, 3849.0, 3837.0, 3806.0, 3837.0, 3815.0, 3805.0, 3860.0, 3839.0, 3828.0, 3828.0, 3820.0, 3849.0, 3793.0, 3793.0, 3816.0, 3807.0, 3807.0, 3808.0, 3809.0, 3821.0, 3832.0, 3824.0, 3887.0, 3858.0, 3901.0, 3892.0, 3870.0, 3901.0, 3873.0, 3904.0, 3870.0, 3880.0, 3846.0, 3836.0, 3859.0, 3838.0, 3857.0, 3837.0, 3888.0, 3847.0, 3868.0, 3837.0, 3847.0, 3867.0, 3848.0, 3858.0, 3837.0, 3848.0, 3872.0, 3862.0, 3904.0, 3851.0, 3890.0, 3837.0, 3868.0, 3846.0, 3866.0, 3856.0, 3846.0, 3827.0, 3829.0, 3850.0, 3838.0, 3858.0, 3839.0, 3856.0, 3859.0, 3877.0, 3858.0, 3857.0, 3850.0, 3861.0, 3872.0, 3874.0, 3872.0, 3861.0, 3858.0, 3847.0, 3848.0, 3860.0, 3861.0, 3893.0, 3861.0, 3890.0, 3871.0, 3912.0, 3872.0, 3902.0, 3871.0, 3890.0, 3859.0, 3859.0, 3838.0, 3875.0, 3884.0, 3863.0, 3862.0, 3849.0, 3840.0, 3872.0, 3875.0, 3885.0, 3862.0, 3841.0, 3928.0, 3888.0, 3928.0, 3929.0, 3917.0, 3926.0, 3906.0, 3917.0, 3903.0, 3880.0, 3899.0, 3878.0, 3886.0, 3853.0, 3841.0, 3861.0, 3818.0, 3848.0, 3794.0, 3836.0, 3805.0, 3825.0, 3805.0, 3805.0, 3794.0, 3795.0, 3795.0, 3797.0, 3797.0, 3810.0, 3811.0, 3810.0, 3833.0, 3835.0, 3822.0, 3872.0, 3873.0, 3890.0, 3857.0, 3837.0, 3880.0, 3871.0, 3882.0, 3862.0, 3873.0, 3883.0, 3851.0, 3895.0, 3854.0, 3854.0, 3906.0, 3863.0, 3863.0, 3825.0, 3864.0, 3838.0, 3873.0, 3851.0, 3850.0, 3881.0, 3850.0, 3915.0, 3894.0, 3913.0, 3892.0, 3912.0, 3894.0, 3902.0, 3870.0, 3838.0, 3902.0, 3838.0, 3890.0, 3826.0, 3836.0, 3881.0, 3862.0, 3902.0, 3872.0, 3870.0, 3837.0, 3834.0, 3867.0, 3837.0, 3868.0, 3837.0, 3836.0, 3847.0, 3826.0, 3888.0, 3826.0, 3858.0, 3835.0, 3837.0, 3869.0, 3857.0, 3857.0, 3825.0, 3876.0, 3824.0, 3866.0, 3837.0, 3856.0, 3836.0, 3836.0, 3835.0, 3836.0, 3836.0, 3837.0, 3868.0, 3837.0, 3880.0, 3851.0, 3880.0, 3840.0, 3893.0, 3850.0, 3852.0, 3841.0, 3840.0, 3860.0, 3863.0, 3876.0, 3867.0, 3868.0, 3918.0, 3876.0, 3916.0, 3865.0, 3907.0, 3886.0, 3863.0, 3907.0, 3874.0, 3906.0, 3864.0, 3925.0, 3884.0, 3914.0, 3884.0, 3902.0, 3885.0, 3894.0, 3872.0, 3860.0, 3840.0, 3864.0, 3873.0, 3863.0, 3882.0, 3849.0, 3849.0, 3851.0, 3864.0, 3915.0, 3864.0, 3886.0, 3863.0, 3865.0, 3928.0, 3884.0, 3852.0, 3853.0, 3852.0, 3849.0, 3858.0, 3846.0, 3814.0, 3865.0, 3824.0, 3825.0, 3866.0, 3837.0, 3888.0, 3897.0, 3876.0, 3898.0, 3867.0, 3896.0, 3830.0, 3884.0, 3840.0, 3870.0, 3795.0, 3837.0, 3808.0, 3832.0, 3828.0, 3822.0, 3823.0, 3875.0, 3899.0, 3874.0, 3869.0, 3845.0, 3848.0, 3828.0, 3850.0, 3885.0, 3853.0, 3874.0, 3846.0, 3832.0, 3831.0, 3833.0, 3852.0, 3897.0, 3874.0, 3868.0, 3900.0, 3898.0, 3872.0, 3901.0, 3891.0, 3921.0, 3858.0, 3843.0, 3870.0, 3860.0, 3873.0, 3793.0, 3826.0, 3851.0, 3828.0, 3861.0, 3838.0, 3806.0, 3825.0, 3856.0, 3803.0, 3793.0, 3847.0, 3807.0, 3819.0, 3859.0, 3806.0, 3795.0, 3836.0, 3795.0, 3825.0, 3794.0, 3793.0, 3828.0, 3795.0, 3825.0, 3806.0, 3826.0, 3805.0, 3796.0, 3796.0, 3807.0, 3798.0, 3810.0, 3841.0, 3835.0, 3878.0, 3848.0, 3858.0, 3847.0, 3837.0, 3869.0, 3850.0, 3892.0, 3852.0, 3891.0, 3884.0, 3881.0, 3861.0, 3851.0, 3903.0, 3864.0, 3872.0, 3862.0, 3862.0, 3905.0, 3853.0, 3914.0, 3863.0, 3913.0, 3872.0, 3915.0, 3884.0, 3901.0, 3861.0, 3870.0, 3840.0, 3851.0, 3892.0, 3862.0, 3901.0, 3850.0, 3891.0, 3861.0, 3913.0, 3881.0, 3870.0, 3859.0, 3857.0, 3849.0, 3901.0, 3859.0, 3837.0, 3847.0, 3837.0, 3860.0, 3880.0, 3870.0, 3834.0, 3836.0, 3847.0, 3859.0, 3848.0, 3858.0, 3847.0, 3847.0, 3857.0, 3849.0, 3850.0, 3848.0, 3870.0, 3847.0, 3888.0, 3858.0, 3899.0, 3858.0, 3878.0, 3856.0, 3888.0, 3847.0, 3869.0, 3849.0, 3847.0, 3855.0, 3845.0, 3855.0, 3847.0, 3836.0, 3838.0, 3847.0, 3847.0, 3845.0, 3879.0, 3859.0, 3890.0, 3846.0, 3866.0, 3842.0, 3843.0, 3833.0, 3866.0, 3835.0, 3844.0, 3833.0, 3833.0, 3833.0, 3834.0, 3846.0, 3824.0, 3846.0, 3824.0, 3845.0, 3837.0, 3858.0, 3840.0, 3850.0, 3849.0, 3866.0, 3852.0, 3861.0, 3863.0, 3894.0, 3863.0, 3904.0, 3874.0, 3902.0, 3874.0, 3874.0, 3886.0, 3886.0, 3927.0, 3889.0, 3918.0, 3887.0, 3854.0, 3913.0, 3883.0, 3865.0, 3906.0, 3872.0, 3915.0, 3891.0, 3861.0, 3914.0, 3882.0, 3914.0, 3880.0, 3858.0, 3901.0, 3869.0, 3879.0, 3890.0, 3835.0, 3887.0, 3876.0, 3885.0, 3876.0, 3886.0, 3875.0, 3863.0, 3820.0, 3820.0, 3820.0, 3823.0, 3822.0, 3822.0, 3834.0, 3835.0, 3835.0, 3838.0, 3851.0, 3840.0, 3842.0, 3891.0, 3838.0, 3891.0, 3851.0, 3902.0, 3862.0, 3863.0, 3875.0, 3842.0, 3854.0, 3841.0, 3883.0, 3853.0, 3903.0, 3850.0, 3880.0, 3850.0, 3880.0, 3848.0, 3880.0, 3852.0, 3902.0, 3862.0, 3870.0, 3848.0, 3851.0, 3851.0, 3840.0, 3904.0, 3861.0, 3901.0, 3859.0, 3902.0, 3861.0, 3902.0, 3850.0, 3838.0, 3837.0, 3838.0, 3862.0, 3853.0, 3903.0, 3871.0, 3871.0, 3853.0, 3864.0, 3926.0, 3871.0, 3912.0, 3863.0, 3897.0, 3906.0, 3862.0, 3904.0, 3852.0, 3892.0, 3875.0, 3831.0, 3885.0, 3843.0, 3847.0, 3839.0, 3839.0, 3899.0, 3834.0, 3815.0, 3855.0, 3863.0, 3900.0, 3844.0, 3815.0, 3857.0, 3828.0, 3892.0, 3848.0, 3825.0, 3835.0, 3823.0, 3855.0, 3846.0, 3812.0, 3851.0, 3800.0, 3855.0, 3838.0, 3836.0, 3865.0, 3823.0, 3843.0, 3810.0, 3824.0, 3877.0, 3834.0, 3824.0, 3855.0, 3825.0, 3847.0, 3838.0, 3827.0, 3877.0, 3847.0, 3825.0, 3856.0, 3865.0, 3919.0, 3900.0, 3864.0, 3811.0, 3832.0, 3826.0, 3837.0, 3842.0, 3809.0, 3834.0, 3871.0, 3856.0, 3846.0, 3891.0, 3923.0, 3913.0, 3891.0, 3870.0, 3945.0, 3887.0, 3867.0, 3856.0, 3869.0, 3930.0, 3878.0, 3831.0, 3892.0, 3892.0, 3914.0, 3878.0, 3837.0, 3845.0, 3822.0, 3786.0, 3765.0, 3768.0, 3788.0, 3793.0, 3788.0, 3710.0, 3800.0, 3808.0, 3837.0, 3792.0, 3781.0, 3834.0, 3805.0, 3807.0, 3828.0, 3809.0, 3861.0, 3822.0, 3831.0, 3819.0, 3819.0, 3861.0, 3819.0, 3861.0, 3841.0, 3833.0, 3843.0, 3837.0, 3890.0, 3858.0, 3836.0, 3867.0, 3846.0, 3889.0, 3880.0, 3903.0, 3882.0, 3872.0, 3870.0, 3847.0, 3889.0, 3838.0, 3889.0, 3848.0, 3837.0, 3879.0, 3859.0, 3867.0, 3836.0, 3877.0, 3837.0, 3878.0, 3837.0, 3877.0, 3848.0, 3848.0, 3835.0, 3838.0, 3849.0, 3848.0, 3850.0, 3862.0, 3859.0, 3861.0, 3890.0, 3849.0, 3879.0, 3873.0, 3907.0, 3874.0, 3864.0, 3852.0, 3861.0, 3883.0, 3886.0, 3915.0, 3888.0, 3928.0, 3887.0, 3904.0, 3876.0, 3918.0, 3863.0, 3893.0, 3862.0, 3891.0, 3862.0, 3916.0, 3875.0, 3915.0, 3873.0], 'WindowWidth': [8704.0, 8779.0, 8672.0, 8633.0, 8616.0, 8599.0, 8602.0, 8604.0, 8650.0, 8625.0, 8622.0, 8588.0, 8570.0, 8600.0, 8594.0, 8691.0, 8660.0, 8670.0, 8677.0, 8652.0, 8705.0, 8675.0, 8612.0, 8657.0, 8658.0, 8639.0, 8672.0, 8726.0, 8695.0, 8588.0, 8551.0, 8631.0, 8567.0, 8577.0, 8611.0, 8600.0, 8610.0, 8609.0, 8625.0, 8650.0, 8585.0, 8590.0, 8607.0, 8625.0, 8628.0, 8625.0, 8665.0, 8692.0, 8600.0, 8622.0, 8611.0, 8625.0, 8652.0, 8635.0, 8690.0, 8630.0, 8616.0, 8600.0, 8617.0, 8671.0, 8637.0, 8648.0, 8632.0, 8617.0, 8609.0, 8623.0, 8693.0, 8668.0, 8688.0, 8753.0, 8766.0, 8716.0, 8689.0, 8710.0, 8611.0, 8656.0, 8674.0, 8678.0, 8718.0, 8660.0, 8662.0, 8679.0, 8671.0, 8707.0, 8671.0, 8750.0, 8678.0, 8726.0, 8678.0, 8655.0, 8626.0, 8621.0, 8657.0, 8667.0, 8647.0, 8643.0, 8665.0, 8720.0, 8757.0, 8734.0, 8675.0, 8731.0, 8674.0, 8645.0, 8687.0, 8756.0, 8756.0, 8758.0, 8782.0, 8741.0, 8720.0, 8629.0, 8534.0, 8763.0, 8676.0, 8644.0, 8662.0, 8620.0, 8599.0, 8553.0, 8597.0, 8567.0, 8552.0, 8635.0, 8603.0, 8590.0, 8590.0, 8582.0, 8617.0, 8534.0, 8532.0, 8572.0, 8565.0, 8562.0, 8566.0, 8570.0, 8590.0, 8605.0, 8598.0, 8685.0, 8651.0, 8710.0, 8702.0, 8668.0, 8711.0, 8678.0, 8722.0, 8669.0, 8681.0, 8628.0, 8614.0, 8650.0, 8621.0, 8644.0, 8621.0, 8689.0, 8632.0, 8662.0, 8619.0, 8633.0, 8658.0, 8637.0, 8646.0, 8618.0, 8634.0, 8674.0, 8664.0, 8720.0, 8645.0, 8694.0, 8617.0, 8659.0, 8628.0, 8654.0, 8640.0, 8627.0, 8607.0, 8613.0, 8644.0, 8624.0, 8651.0, 8630.0, 8645.0, 8654.0, 8674.0, 8648.0, 8648.0, 8641.0, 8658.0, 8678.0, 8684.0, 8675.0, 8660.0, 8650.0, 8632.0, 8635.0, 8659.0, 8659.0, 8706.0, 8659.0, 8696.0, 8673.0, 8729.0, 8675.0, 8716.0, 8674.0, 8697.0, 8650.0, 8652.0, 8626.0, 8686.0, 8699.0, 8671.0, 8668.0, 8645.0, 8638.0, 8683.0, 8698.0, 8710.0, 8674.0, 8640.0, 8767.0, 8711.0, 8759.0, 8766.0, 8744.0, 8760.0, 8729.0, 8747.0, 8720.0, 8681.0, 8708.0, 8675.0, 8683.0, 8634.0, 8612.0, 8643.0, 8577.0, 8617.0, 8539.0, 8598.0, 8556.0, 8582.0, 8553.0, 8556.0, 8540.0, 8542.0, 8543.0, 8552.0, 8550.0, 8573.0, 8576.0, 8575.0, 8610.0, 8617.0, 8592.0, 8657.0, 8681.0, 8695.0, 8649.0, 8623.0, 8682.0, 8676.0, 8690.0, 8665.0, 8680.0, 8692.0, 8645.0, 8713.0, 8658.0, 8659.0, 8730.0, 8672.0, 8668.0, 8603.0, 8672.0, 8628.0, 8681.0, 8649.0, 8645.0, 8686.0, 8647.0, 8742.0, 8708.0, 8733.0, 8700.0, 8731.0, 8711.0, 8715.0, 8672.0, 8628.0, 8718.0, 8627.0, 8697.0, 8607.0, 8621.0, 8690.0, 8668.0, 8719.0, 8679.0, 8671.0, 8624.0, 8614.0, 8663.0, 8624.0, 8667.0, 8624.0, 8620.0, 8636.0, 8606.0, 8693.0, 8608.0, 8651.0, 8619.0, 8622.0, 8667.0, 8646.0, 8649.0, 8601.0, 8670.0, 8598.0, 8659.0, 8620.0, 8644.0, 8618.0, 8618.0, 8617.0, 8619.0, 8621.0, 8621.0, 8665.0, 8622.0, 8685.0, 8650.0, 8683.0, 8631.0, 8707.0, 8647.0, 8652.0, 8634.0, 8632.0, 8657.0, 8667.0, 8694.0, 8684.0, 8685.0, 8749.0, 8692.0, 8741.0, 8673.0, 8732.0, 8703.0, 8667.0, 8733.0, 8683.0, 8729.0, 8670.0, 8752.0, 8695.0, 8735.0, 8693.0, 8715.0, 8699.0, 8709.0, 8674.0, 8657.0, 8632.0, 8671.0, 8684.0, 8668.0, 8690.0, 8643.0, 8643.0, 8649.0, 8674.0, 8740.0, 8670.0, 8704.0, 8668.0, 8677.0, 8764.0, 8697.0, 8651.0, 8653.0, 8653.0, 8640.0, 8652.0, 8633.0, 8582.0, 8650.0, 8597.0, 8599.0, 8655.0, 8622.0, 8688.0, 8701.0, 8668.0, 8705.0, 8660.0, 8702.0, 8601.0, 8680.0, 8612.0, 8649.0, 8543.0, 8600.0, 8566.0, 8605.0, 8593.0, 8593.0, 8597.0, 8689.0, 8731.0, 8688.0, 8669.0, 8628.0, 8618.0, 8589.0, 8626.0, 8682.0, 8635.0, 8666.0, 8635.0, 8609.0, 8604.0, 8614.0, 8640.0, 8708.0, 8675.0, 8676.0, 8743.0, 8735.0, 8682.0, 8716.0, 8703.0, 8739.0, 8629.0, 8598.0, 8647.0, 8630.0, 8659.0, 8510.0, 8580.0, 8625.0, 8590.0, 8638.0, 8601.0, 8557.0, 8579.0, 8622.0, 8545.0, 8533.0, 8610.0, 8560.0, 8576.0, 8632.0, 8557.0, 8539.0, 8595.0, 8541.0, 8579.0, 8538.0, 8536.0, 8586.0, 8540.0, 8581.0, 8557.0, 8584.0, 8555.0, 8546.0, 8546.0, 8563.0, 8554.0, 8572.0, 8617.0, 8616.0, 8676.0, 8638.0, 8652.0, 8637.0, 8624.0, 8668.0, 8644.0, 8705.0, 8655.0, 8700.0, 8699.0, 8687.0, 8661.0, 8647.0, 8720.0, 8671.0, 8677.0, 8665.0, 8664.0, 8727.0, 8656.0, 8738.0, 8669.0, 8735.0, 8681.0, 8740.0, 8700.0, 8715.0, 8660.0, 8671.0, 8631.0, 8648.0, 8702.0, 8662.0, 8712.0, 8643.0, 8698.0, 8661.0, 8735.0, 8688.0, 8669.0, 8652.0, 8646.0, 8639.0, 8711.0, 8652.0, 8621.0, 8634.0, 8621.0, 8657.0, 8688.0, 8673.0, 8617.0, 8619.0, 8637.0, 8660.0, 8641.0, 8652.0, 8635.0, 8633.0, 8648.0, 8645.0, 8646.0, 8640.0, 8670.0, 8635.0, 8692.0, 8653.0, 8708.0, 8652.0, 8675.0, 8645.0, 8691.0, 8632.0, 8667.0, 8642.0, 8635.0, 8644.0, 8629.0, 8644.0, 8636.0, 8623.0, 8626.0, 8636.0, 8637.0, 8632.0, 8681.0, 8657.0, 8698.0, 8632.0, 8657.0, 8620.0, 8624.0, 8610.0, 8659.0, 8615.0, 8627.0, 8610.0, 8609.0, 8611.0, 8617.0, 8633.0, 8601.0, 8633.0, 8601.0, 8631.0, 8622.0, 8653.0, 8634.0, 8646.0, 8644.0, 8680.0, 8654.0, 8664.0, 8670.0, 8713.0, 8673.0, 8725.0, 8686.0, 8720.0, 8686.0, 8690.0, 8707.0, 8706.0, 8763.0, 8715.0, 8754.0, 8711.0, 8663.0, 8739.0, 8699.0, 8680.0, 8733.0, 8682.0, 8744.0, 8704.0, 8666.0, 8739.0, 8694.0, 8740.0, 8685.0, 8651.0, 8713.0, 8668.0, 8679.0, 8695.0, 8614.0, 8687.0, 8670.0, 8681.0, 8669.0, 8689.0, 8670.0, 8648.0, 8587.0, 8587.0, 8590.0, 8597.0, 8593.0, 8595.0, 8610.0, 8615.0, 8618.0, 8624.0, 8647.0, 8634.0, 8639.0, 8702.0, 8627.0, 8699.0, 8652.0, 8720.0, 8666.0, 8670.0, 8687.0, 8639.0, 8658.0, 8637.0, 8694.0, 8655.0, 8721.0, 8646.0, 8683.0, 8644.0, 8681.0, 8641.0, 8686.0, 8656.0, 8718.0, 8667.0, 8673.0, 8642.0, 8650.0, 8651.0, 8633.0, 8724.0, 8662.0, 8713.0, 8655.0, 8717.0, 8664.0, 8717.0, 8646.0, 8628.0, 8626.0, 8630.0, 8669.0, 8656.0, 8723.0, 8679.0, 8677.0, 8658.0, 8675.0, 8759.0, 8679.0, 8731.0, 8668.0, 8718.0, 8726.0, 8661.0, 8717.0, 8645.0, 8699.0, 8683.0, 8618.0, 8694.0, 8637.0, 8632.0, 8628.0, 8629.0, 8704.0, 8611.0, 8588.0, 8640.0, 8665.0, 8708.0, 8623.0, 8586.0, 8644.0, 8610.0, 8702.0, 8637.0, 8604.0, 8617.0, 8596.0, 8640.0, 8630.0, 8578.0, 8630.0, 8562.0, 8643.0, 8625.0, 8619.0, 8656.0, 8596.0, 8621.0, 8574.0, 8601.0, 8674.0, 8615.0, 8600.0, 8641.0, 8602.0, 8636.0, 8623.0, 8608.0, 8673.0, 8634.0, 8602.0, 8646.0, 8677.0, 8775.0, 8731.0, 8670.0, 8578.0, 8606.0, 8608.0, 8624.0, 8620.0, 8575.0, 8620.0, 8688.0, 8659.0, 8647.0, 8717.0, 8766.0, 8750.0, 8722.0, 8690.0, 8796.0, 8701.0, 8650.0, 8634.0, 8652.0, 8774.0, 8674.0, 8581.0, 8706.0, 8700.0, 8740.0, 8674.0, 8599.0, 8607.0, 8568.0, 8506.0, 8476.0, 8488.0, 8513.0, 8534.0, 8515.0, 8379.0, 8561.0, 8564.0, 8600.0, 8531.0, 8515.0, 8589.0, 8555.0, 8558.0, 8588.0, 8567.0, 8639.0, 8592.0, 8599.0, 8579.0, 8581.0, 8640.0, 8584.0, 8643.0, 8617.0, 8608.0, 8622.0, 8626.0, 8697.0, 8651.0, 8618.0, 8660.0, 8635.0, 8695.0, 8684.0, 8722.0, 8689.0, 8678.0, 8671.0, 8637.0, 8694.0, 8624.0, 8694.0, 8639.0, 8624.0, 8682.0, 8652.0, 8661.0, 8618.0, 8672.0, 8621.0, 8678.0, 8623.0, 8676.0, 8637.0, 8637.0, 8616.0, 8625.0, 8641.0, 8637.0, 8645.0, 8664.0, 8655.0, 8662.0, 8698.0, 8643.0, 8682.0, 8684.0, 8736.0, 8690.0, 8675.0, 8656.0, 8665.0, 8698.0, 8708.0, 8743.0, 8713.0, 8765.0, 8706.0, 8725.0, 8690.0, 8748.0, 8668.0, 8705.0, 8665.0, 8702.0, 8667.0, 8747.0, 8690.0, 8741.0, 8683.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.011372241379310345</td></tr>
<tr><td colspan=3>aqi</td><td>0.10761252264367817</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.011246974234815</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1347591814959717</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.076962246720368</td></tr>
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
<tr><td colspan=3>fber</td><td>4424.3252</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.38529590440036976</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>487</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>55.97701149425287</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0094785313049726</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.854770295573336</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2739468310339337</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8997184673076477</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143096</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010042859241366386</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030961062759160995</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.71473884364788</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>18.1712</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2833</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.7222</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>773.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.4309</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4885</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.1015</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3079.235</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68696.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.8074</td></tr>
<tr><td colspan=3>tsnr</td><td>18.014439165126532</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>