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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-01/func/sub-0116_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4fb0a2001c1f893afd41bc97ffb0e43c</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:54:31.522500</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.997685, -0.0466459, 0.0494923, 0.0404199, 0.99194, 0.12009]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101586</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7891, -7232, 471, -150, -385, 237, 106]</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>247.476</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>293ef90d-5c60-4434-8718-0535a62107d7||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.6767148971557617, 0.1084437146782875, 0.1476767659187317, 106.60015106201172], [0.12514741718769073, 2.661302089691162, 0.3180912137031555, -108.91529846191406], [0.13278426229953766, -0.3221929371356964, 2.6771271228790283, -60.963809967041016], [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': ['175431.522500', '175431.982500', '175432.442500', '175432.902500', '175433.362500', '175433.822500', '175434.282500', '175434.742500', '175435.202500', '175435.662500', '175436.122500', '175436.582500', '175437.042500', '175437.502500', '175437.962500', '175438.422500', '175438.882500', '175439.342500', '175439.802500', '175440.262500', '175440.722500', '175441.182500', '175441.642500', '175442.102500', '175442.562500', '175443.022500', '175443.482500', '175443.942500', '175444.402500', '175444.862500', '175445.322500', '175445.782500', '175446.242500', '175446.702500', '175447.162500', '175447.622500', '175448.082500', '175448.542500', '175449.002500', '175449.462500', '175449.922500', '175450.382500', '175450.842500', '175451.302500', '175451.762500', '175452.222500', '175452.682500', '175453.142500', '175453.602500', '175454.062500', '175454.522500', '175454.982500', '175455.442500', '175455.902500', '175456.362500', '175456.822500', '175457.282500', '175457.742500', '175458.202500', '175458.662500', '175459.122500', '175459.582500', '175500.042500', '175500.502500', '175500.962500', '175501.422500', '175501.882500', '175502.342500', '175502.802500', '175503.262500', '175503.722500', '175504.182500', '175504.642500', '175505.102500', '175505.562500', '175506.022500', '175506.482500', '175506.942500', '175507.402500', '175507.862500', '175508.322500', '175508.782500', '175509.242500', '175509.702500', '175510.162500', '175510.622500', '175511.082500', '175511.542500', '175512.002500', '175512.462500', '175512.922500', '175513.382500', '175513.842500', '175514.302500', '175514.762500', '175515.222500', '175515.682500', '175516.142500', '175516.602500', '175517.062500', '175517.522500', '175517.982500', '175518.442500', '175518.902500', '175519.362500', '175519.822500', '175520.282500', '175520.742500', '175521.202500', '175521.662500', '175522.122500', '175522.582500', '175523.042500', '175523.502500', '175523.962500', '175524.422500', '175524.882500', '175525.342500', '175525.802500', '175526.262500', '175526.722500', '175527.182500', '175527.642500', '175528.102500', '175528.562500', '175529.022500', '175529.482500', '175529.942500', '175530.402500', '175530.862500', '175531.322500', '175531.782500', '175532.242500', '175532.702500', '175533.162500', '175533.622500', '175534.082500', '175534.542500', '175535.002500', '175535.462500', '175535.922500', '175536.382500', '175536.842500', '175537.302500', '175537.762500', '175538.222500', '175538.682500', '175539.142500', '175539.602500', '175540.062500', '175540.522500', '175540.982500', '175541.442500', '175541.902500', '175542.362500', '175542.822500', '175543.282500', '175543.742500', '175544.202500', '175544.662500', '175545.122500', '175545.582500', '175546.042500', '175546.502500', '175546.962500', '175547.422500', '175547.882500', '175548.342500', '175548.802500', '175549.262500', '175549.722500', '175550.182500', '175550.642500', '175551.102500', '175551.562500', '175552.022500', '175552.482500', '175552.942500', '175553.402500', '175553.862500', '175554.322500', '175554.782500', '175555.242500', '175555.702500', '175556.162500', '175556.622500', '175557.082500', '175557.542500', '175558.002500', '175558.462500', '175558.922500', '175559.382500', '175559.842500', '175600.302500', '175600.762500', '175601.222500', '175601.682500', '175602.142500', '175602.602500', '175603.062500', '175603.522500', '175603.982500', '175604.442500', '175604.902500', '175605.362500', '175605.822500', '175606.282500', '175606.742500', '175607.202500', '175607.662500', '175608.122500', '175608.582500', '175609.042500', '175609.502500', '175609.962500', '175610.422500', '175610.882500', '175611.342500', '175611.802500', '175612.262500', '175612.722500', '175613.182500', '175613.642500', '175614.102500', '175614.562500', '175615.022500', '175615.482500', '175615.942500', '175616.402500', '175616.862500', '175617.322500', '175617.782500', '175618.242500', '175618.702500', '175619.162500', '175619.622500', '175620.082500', '175620.542500', '175621.002500', '175621.462500', '175621.922500', '175622.382500', '175622.842500', '175623.302500', '175623.762500', '175624.222500', '175624.682500', '175625.142500', '175625.602500', '175626.062500', '175626.522500', '175626.982500', '175627.442500', '175627.902500', '175628.362500', '175628.822500', '175629.282500', '175629.742500', '175630.202500', '175630.662500', '175631.122500', '175631.582500', '175632.042500', '175632.502500', '175632.962500', '175633.422500', '175633.882500', '175634.342500', '175634.802500', '175635.262500', '175635.722500', '175636.182500', '175636.642500', '175637.102500', '175637.562500', '175638.022500', '175638.482500', '175638.942500', '175639.402500', '175639.862500', '175640.322500', '175640.782500', '175641.242500', '175641.702500', '175642.162500', '175642.622500', '175643.082500', '175643.542500', '175644.002500', '175644.462500', '175644.922500', '175645.382500', '175645.842500', '175646.302500', '175646.762500', '175647.222500', '175647.682500', '175648.142500', '175648.602500', '175649.062500', '175649.522500', '175649.982500', '175650.442500', '175650.902500', '175651.362500', '175651.822500', '175652.282500', '175652.742500', '175653.202500', '175653.662500', '175654.122500', '175654.582500', '175655.042500', '175655.502500', '175655.962500', '175656.422500', '175656.882500', '175657.342500', '175657.802500', '175658.262500', '175658.722500', '175659.182500', '175659.642500', '175700.102500', '175700.562500', '175701.022500', '175701.482500', '175701.942500', '175702.402500', '175702.862500', '175703.322500', '175703.782500', '175704.242500', '175704.702500', '175705.162500', '175705.622500', '175706.082500', '175706.542500', '175707.002500', '175707.462500', '175707.922500', '175708.382500', '175708.842500', '175709.302500', '175709.762500', '175710.222500', '175710.682500', '175711.142500', '175711.602500', '175712.062500', '175712.522500', '175712.982500', '175713.442500', '175713.902500', '175714.362500', '175714.822500', '175715.282500', '175715.742500', '175716.202500', '175716.662500', '175717.122500', '175717.582500', '175718.042500', '175718.502500', '175718.962500', '175719.422500', '175719.882500', '175720.342500', '175720.802500', '175721.262500', '175721.722500', '175722.182500', '175722.642500', '175723.102500', '175723.562500', '175724.022500', '175724.482500', '175724.942500', '175725.402500', '175725.862500', '175726.322500', '175726.782500', '175727.242500', '175727.702500', '175728.162500', '175728.622500', '175729.082500', '175729.542500', '175730.002500', '175730.462500', '175730.922500', '175731.382500', '175731.842500', '175732.302500', '175732.762500', '175733.222500', '175733.682500', '175734.142500', '175734.602500', '175735.062500', '175735.522500', '175735.982500', '175736.442500', '175736.902500', '175737.362500', '175737.822500', '175738.282500', '175738.742500', '175739.202500', '175739.662500', '175740.122500', '175740.582500', '175741.042500', '175741.502500', '175741.962500', '175742.422500', '175742.882500', '175743.342500', '175743.802500', '175744.262500', '175744.722500', '175745.182500', '175745.642500', '175746.102500', '175746.562500', '175747.022500', '175747.482500', '175747.942500', '175748.402500', '175748.862500', '175749.322500', '175749.782500', '175750.242500', '175750.702500', '175751.162500', '175751.622500', '175752.082500', '175752.542500', '175753.002500', '175753.462500', '175753.922500', '175754.382500', '175754.842500', '175755.302500', '175755.762500', '175756.222500', '175756.682500', '175757.142500', '175757.602500', '175758.062500', '175758.522500', '175758.982500', '175759.442500', '175759.902500', '175800.362500', '175800.822500', '175801.282500', '175801.742500', '175802.202500', '175802.662500', '175803.122500', '175803.582500', '175804.042500', '175804.502500', '175804.962500', '175805.422500', '175805.882500', '175806.342500', '175806.802500', '175807.262500', '175807.722500', '175808.182500', '175808.642500', '175809.102500', '175809.562500', '175810.022500', '175810.482500', '175810.942500', '175811.402500', '175811.862500', '175812.322500', '175812.782500', '175813.242500', '175813.702500', '175814.162500', '175814.622500', '175815.082500', '175815.542500', '175816.002500', '175816.462500', '175816.922500', '175817.382500', '175817.842500', '175818.302500', '175818.762500', '175819.222500', '175819.682500', '175820.142500', '175820.602500', '175821.062500', '175821.522500', '175821.982500', '175822.442500', '175822.902500', '175823.362500', '175823.822500', '175824.282500', '175824.742500', '175825.202500', '175825.662500', '175826.122500', '175826.582500', '175827.042500', '175827.502500', '175827.962500', '175828.422500', '175828.882500', '175829.342500', '175829.802500', '175830.262500', '175830.722500', '175831.182500', '175831.642500', '175832.102500', '175832.562500', '175833.022500', '175833.482500', '175833.942500', '175834.402500', '175834.862500', '175835.322500', '175835.782500', '175836.242500', '175836.702500', '175837.162500', '175837.622500', '175838.082500', '175838.542500', '175839.002500', '175839.462500', '175839.922500', '175840.382500', '175840.842500', '175841.302500', '175841.762500', '175842.222500', '175842.682500', '175843.142500', '175843.602500', '175844.062500', '175844.522500', '175844.982500', '175845.442500', '175845.902500', '175846.362500', '175846.822500', '175847.282500', '175847.742500', '175848.202500', '175848.662500', '175849.122500', '175849.582500', '175850.042500', '175850.502500', '175850.962500', '175851.422500', '175851.882500', '175852.342500', '175852.802500', '175853.262500', '175853.722500', '175854.182500', '175854.642500', '175855.102500', '175855.562500', '175856.022500', '175856.482500', '175856.942500', '175857.402500', '175857.862500', '175858.322500', '175858.782500', '175859.242500', '175859.702500', '175900.162500', '175900.622500', '175901.082500', '175901.542500', '175902.002500', '175902.462500', '175902.922500', '175903.382500', '175903.842500', '175904.302500', '175904.762500', '175905.222500', '175905.682500', '175906.142500', '175906.602500', '175907.062500', '175907.522500', '175907.982500', '175908.442500', '175908.902500', '175909.362500', '175909.822500', '175910.282500', '175910.742500', '175911.202500', '175911.662500', '175912.122500', '175912.582500', '175913.042500', '175913.502500', '175913.962500', '175914.422500', '175914.882500', '175915.342500', '175915.802500', '175916.262500', '175916.722500', '175917.182500', '175917.642500', '175918.102500', '175918.562500', '175919.022500', '175919.482500', '175919.942500', '175920.402500', '175920.862500', '175921.322500', '175921.782500', '175922.242500', '175922.702500', '175923.162500', '175923.622500', '175924.082500', '175924.542500', '175925.002500', '175925.462500', '175925.922500', '175926.382500', '175926.842500', '175927.302500', '175927.762500', '175928.222500', '175928.682500', '175929.142500', '175929.602500', '175930.062500', '175930.522500', '175930.982500', '175931.442500', '175931.902500', '175932.362500', '175932.822500', '175933.282500', '175933.742500', '175934.202500', '175934.662500', '175935.122500', '175935.582500', '175936.042500', '175936.502500', '175936.962500', '175937.422500', '175937.882500', '175938.342500', '175938.802500', '175939.262500', '175939.722500', '175940.182500', '175940.642500', '175941.102500', '175941.562500', '175942.022500', '175942.482500', '175942.942500', '175943.402500', '175943.862500', '175944.322500', '175944.782500', '175945.242500', '175945.702500', '175946.162500', '175946.622500', '175947.082500', '175947.542500', '175948.002500', '175948.462500', '175948.922500', '175949.382500', '175949.842500', '175950.302500', '175950.762500', '175951.222500', '175951.682500', '175952.142500', '175952.602500', '175953.062500', '175953.522500', '175953.982500', '175954.442500', '175954.902500', '175955.362500', '175955.822500', '175956.282500', '175956.742500', '175957.202500', '175957.662500', '175958.122500', '175958.582500', '175959.042500', '175959.502500', '175959.962500', '180000.422500', '180000.882500', '180001.342500', '180001.802500', '180002.262500', '180002.722500', '180003.182500', '180003.642500', '180004.102500', '180004.562500', '180005.022500', '180005.482500', '180005.942500', '180006.402500', '180006.862500', '180007.322500', '180007.782500', '180008.242500', '180008.702500', '180009.162500', '180009.622500', '180010.082500', '180010.542500', '180011.002500', '180011.462500', '180011.922500', '180012.382500', '180012.842500', '180013.302500', '180013.762500', '180014.222500', '180014.682500', '180015.142500', '180015.602500', '180016.062500', '180016.522500', '180016.982500', '180017.442500', '180017.902500', '180018.362500', '180018.822500', '180019.282500', '180019.742500', '180020.202500', '180020.662500', '180021.122500', '180021.582500', '180022.042500', '180022.502500', '180022.962500', '180023.422500', '180023.882500', '180024.342500', '180024.802500', '180025.262500', '180025.722500', '180026.182500', '180026.642500', '180027.102500', '180027.562500', '180028.022500', '180028.482500', '180028.942500', '180029.402500', '180029.862500', '180030.322500', '180030.782500', '180031.242500', '180031.702500', '180032.162500', '180032.622500', '180033.082500', '180033.542500', '180034.002500', '180034.462500', '180034.922500', '180035.382500', '180035.842500', '180036.302500', '180036.762500', '180037.222500', '180037.682500', '180038.142500', '180038.602500', '180039.062500', '180039.522500', '180039.982500', '180040.442500', '180040.902500', '180041.362500', '180041.822500', '180042.282500', '180042.742500', '180043.202500', '180043.662500', '180044.122500', '180044.582500', '180045.042500', '180045.502500', '180045.962500', '180046.422500', '180046.882500', '180047.342500', '180047.802500', '180048.262500', '180048.722500', '180049.182500', '180049.642500', '180050.102500', '180050.562500', '180051.022500', '180051.482500', '180051.942500', '180052.402500', '180052.862500', '180053.322500', '180053.782500', '180054.242500', '180054.702500', '180055.162500', '180055.622500', '180056.082500', '180056.542500', '180057.002500', '180057.462500', '180057.922500', '180058.382500', '180058.842500', '180059.302500', '180059.762500', '180100.222500', '180100.682500', '180101.142500', '180101.602500', '180102.062500', '180102.522500', '180102.982500', '180103.442500', '180103.902500', '180104.362500', '180104.822500', '180105.282500', '180105.742500', '180106.202500', '180106.662500', '180107.122500', '180107.582500', '180108.042500', '180108.502500', '180108.962500', '180109.422500', '180109.882500', '180110.342500', '180110.802500', '180111.262500', '180111.722500', '180112.182500'], 'ContentTime': ['175442.819000', '175442.822000', '175442.843000', '175442.845000', '175442.855000', '175442.858000', '175442.860000', '175442.863000', '175442.875000', '175442.877000', '175442.880000', '175442.883000', '175442.885000', '175442.888000', '175442.890000', '175442.893000', '175442.895000', '175442.898000', '175442.901000', '175442.903000', '175442.906000', '175442.908000', '175502.783000', '175502.786000', '175502.789000', '175502.791000', '175502.794000', '175502.797000', '175502.799000', '175502.802000', '175502.804000', '175502.807000', '175502.809000', '175502.812000', '175502.815000', '175502.817000', '175502.826000', '175502.829000', '175502.831000', '175502.834000', '175502.837000', '175502.839000', '175502.842000', '175502.844000', '175502.847000', '175502.849000', '175502.852000', '175502.855000', '175502.857000', '175502.860000', '175502.862000', '175502.865000', '175502.867000', '175502.870000', '175502.872000', '175502.875000', '175502.878000', '175502.880000', '175502.883000', '175502.885000', '175502.888000', '175502.890000', '175502.893000', '175502.896000', '175502.898000', '175502.901000', '175522.784000', '175522.787000', '175522.790000', '175522.792000', '175522.795000', '175522.798000', '175522.800000', '175522.803000', '175522.805000', '175522.808000', '175522.817000', '175522.819000', '175522.822000', '175522.824000', '175522.827000', '175522.829000', '175522.832000', '175522.835000', '175522.837000', '175522.840000', '175522.843000', '175522.846000', '175522.849000', '175522.852000', '175522.854000', '175522.857000', '175522.859000', '175522.862000', '175522.865000', '175522.868000', '175522.871000', '175522.873000', '175522.876000', '175522.878000', '175522.881000', '175522.884000', '175522.886000', '175522.889000', '175522.891000', '175522.894000', '175522.896000', '175522.899000', '175522.902000', '175542.784000', '175542.787000', '175542.790000', '175542.792000', '175542.795000', '175542.798000', '175542.800000', '175542.803000', '175542.806000', '175542.808000', '175542.811000', '175542.813000', '175542.816000', '175542.819000', '175542.821000', '175542.824000', '175542.826000', '175542.829000', '175542.832000', '175542.834000', '175542.837000', '175542.839000', '175542.842000', '175542.844000', '175542.847000', '175542.850000', '175542.852000', '175542.855000', '175542.857000', '175542.860000', '175542.862000', '175542.865000', '175542.868000', '175542.870000', '175542.873000', '175542.876000', '175542.878000', '175542.881000', '175542.884000', '175542.886000', '175542.889000', '175542.891000', '175542.894000', '175542.896000', '175602.783000', '175602.786000', '175602.789000', '175602.792000', '175602.794000', '175602.797000', '175602.799000', '175602.802000', '175602.805000', '175602.807000', '175602.810000', '175602.812000', '175602.815000', '175602.817000', '175602.820000', '175602.822000', '175602.840000', '175602.843000', '175602.846000', '175602.848000', '175602.851000', '175602.853000', '175602.856000', '175602.858000', '175602.861000', '175602.864000', '175602.866000', '175602.869000', '175602.871000', '175602.874000', '175602.877000', '175602.880000', '175602.883000', '175602.886000', '175602.888000', '175602.891000', '175602.893000', '175602.896000', '175602.898000', '175602.901000', '175602.903000', '175602.906000', '175602.909000', '175622.783000', '175622.786000', '175622.789000', '175622.791000', '175622.794000', '175622.797000', '175622.799000', '175622.802000', '175622.804000', '175622.807000', '175622.810000', '175622.812000', '175622.815000', '175622.817000', '175622.820000', '175622.822000', '175622.825000', '175622.828000', '175622.830000', '175622.833000', '175622.835000', '175622.838000', '175622.840000', '175622.843000', '175622.846000', '175622.848000', '175622.851000', '175622.853000', '175622.856000', '175622.858000', '175622.861000', '175622.893000', '175622.895000', '175622.898000', '175622.901000', '175622.903000', '175622.906000', '175622.908000', '175622.911000', '175622.914000', '175622.916000', '175622.919000', '175622.921000', '175622.924000', '175642.783000', '175642.786000', '175642.789000', '175642.791000', '175642.794000', '175642.797000', '175642.799000', '175642.802000', '175642.804000', '175642.807000', '175642.810000', '175642.812000', '175642.815000', '175642.817000', '175642.820000', '175642.823000', '175642.825000', '175642.828000', '175642.830000', '175642.833000', '175642.836000', '175642.838000', '175642.841000', '175642.843000', '175642.846000', '175642.849000', '175642.851000', '175642.854000', '175642.856000', '175642.859000', '175642.862000', '175642.864000', '175642.867000', '175642.869000', '175642.872000', '175642.874000', '175642.877000', '175642.880000', '175642.882000', '175642.885000', '175642.888000', '175642.890000', '175642.893000', '175702.783000', '175702.786000', '175702.789000', '175702.791000', '175702.794000', '175702.797000', '175702.799000', '175702.802000', '175702.804000', '175702.807000', '175702.809000', '175702.812000', '175702.815000', '175702.817000', '175702.820000', '175702.822000', '175702.825000', '175702.828000', '175702.830000', '175702.833000', '175702.835000', '175702.838000', '175702.841000', '175702.843000', '175702.846000', '175702.848000', '175702.851000', '175702.854000', '175702.856000', '175702.859000', '175702.862000', '175702.864000', '175702.867000', '175702.870000', '175702.872000', '175702.875000', '175702.877000', '175702.880000', '175702.883000', '175702.885000', '175702.888000', '175702.890000', '175702.893000', '175702.896000', '175722.783000', '175722.786000', '175722.789000', '175722.791000', '175722.794000', '175722.797000', '175722.799000', '175722.802000', '175722.804000', '175722.807000', '175722.810000', '175722.812000', '175722.815000', '175722.817000', '175722.820000', '175722.822000', '175722.825000', '175722.828000', '175722.830000', '175722.833000', '175722.835000', '175722.838000', '175722.840000', '175722.843000', '175722.846000', '175722.848000', '175722.851000', '175722.853000', '175722.856000', '175722.859000', '175722.861000', '175722.864000', '175722.866000', '175722.869000', '175722.872000', '175722.874000', '175722.877000', '175722.879000', '175722.882000', '175722.885000', '175722.887000', '175722.890000', '175722.893000', '175742.784000', '175742.787000', '175742.790000', '175742.793000', '175742.795000', '175742.798000', '175742.800000', '175742.803000', '175742.806000', '175742.808000', '175742.811000', '175742.813000', '175742.826000', '175742.829000', '175742.831000', '175742.834000', '175742.837000', '175742.839000', '175742.842000', '175742.844000', '175742.847000', '175742.850000', '175742.852000', '175742.855000', '175742.857000', '175742.860000', '175742.863000', '175742.865000', '175742.868000', '175742.870000', '175742.873000', '175742.876000', '175742.878000', '175742.881000', '175742.883000', '175742.886000', '175742.888000', '175742.891000', '175742.894000', '175742.896000', '175742.899000', '175742.901000', '175742.904000', '175742.907000', '175802.784000', '175802.787000', '175802.790000', '175802.792000', '175802.795000', '175802.798000', '175802.800000', '175802.803000', '175802.805000', '175802.808000', '175802.811000', '175802.813000', '175802.816000', '175802.818000', '175802.821000', '175802.824000', '175802.826000', '175802.829000', '175802.831000', '175802.834000', '175802.837000', '175802.839000', '175802.842000', '175802.844000', '175802.847000', '175802.856000', '175802.859000', '175802.862000', '175802.864000', '175802.867000', '175802.870000', '175802.873000', '175802.875000', '175802.878000', '175802.881000', '175802.883000', '175802.886000', '175802.888000', '175802.891000', '175802.894000', '175802.896000', '175802.899000', '175802.901000', '175822.784000', '175822.786000', '175822.789000', '175822.792000', '175822.794000', '175822.797000', '175822.800000', '175822.802000', '175822.805000', '175822.807000', '175822.810000', '175822.813000', '175822.815000', '175822.818000', '175822.820000', '175822.823000', '175822.825000', '175822.828000', '175822.831000', '175822.833000', '175822.836000', '175822.838000', '175822.841000', '175822.843000', '175822.846000', '175822.849000', '175822.851000', '175822.854000', '175822.856000', '175822.859000', '175822.862000', '175822.864000', '175822.867000', '175822.869000', '175822.872000', '175822.874000', '175822.877000', '175822.880000', '175822.882000', '175822.885000', '175822.887000', '175822.890000', '175822.892000', '175842.784000', '175842.786000', '175842.789000', '175842.792000', '175842.794000', '175842.797000', '175842.800000', '175842.802000', '175842.805000', '175842.807000', '175842.810000', '175842.813000', '175842.815000', '175842.818000', '175842.821000', '175842.823000', '175842.826000', '175842.841000', '175842.843000', '175842.846000', '175842.848000', '175842.851000', '175842.854000', '175842.856000', '175842.859000', '175842.861000', '175842.864000', '175842.867000', '175842.869000', '175842.872000', '175842.874000', '175842.877000', '175842.880000', '175842.882000', '175842.885000', '175842.887000', '175842.890000', '175842.892000', '175842.895000', '175842.898000', '175842.900000', '175842.903000', '175842.905000', '175842.908000', '175902.783000', '175902.786000', '175902.789000', '175902.792000', '175902.794000', '175902.797000', '175902.799000', '175902.802000', '175902.805000', '175902.807000', '175902.810000', '175902.812000', '175902.815000', '175902.818000', '175902.820000', '175902.823000', '175902.825000', '175902.828000', '175902.831000', '175902.833000', '175902.836000', '175902.838000', '175902.841000', '175902.844000', '175902.846000', '175902.849000', '175902.851000', '175902.854000', '175902.857000', '175902.859000', '175902.862000', '175902.864000', '175902.867000', '175902.869000', '175902.872000', '175902.875000', '175902.877000', '175902.893000', '175902.896000', '175902.899000', '175902.901000', '175902.904000', '175902.907000', '175902.909000', '175922.783000', '175922.786000', '175922.789000', '175922.791000', '175922.794000', '175922.797000', '175922.799000', '175922.802000', '175922.805000', '175922.807000', '175922.810000', '175922.813000', '175922.815000', '175922.818000', '175922.820000', '175922.823000', '175922.826000', '175922.828000', '175922.831000', '175922.833000', '175922.836000', '175922.839000', '175922.841000', '175922.844000', '175922.846000', '175922.849000', '175922.851000', '175922.854000', '175922.857000', '175922.859000', '175922.862000', '175922.864000', '175922.867000', '175922.869000', '175922.872000', '175922.875000', '175922.877000', '175922.880000', '175922.883000', '175922.885000', '175922.888000', '175922.890000', '175922.893000', '175942.784000', '175942.786000', '175942.789000', '175942.792000', '175942.794000', '175942.797000', '175942.800000', '175942.802000', '175942.805000', '175942.807000', '175942.810000', '175942.813000', '175942.815000', '175942.818000', '175942.820000', '175942.823000', '175942.826000', '175942.828000', '175942.831000', '175942.834000', '175942.836000', '175942.839000', '175942.842000', '175942.844000', '175942.847000', '175942.849000', '175942.852000', '175942.855000', '175942.857000', '175942.860000', '175942.862000', '175942.865000', '175942.868000', '175942.870000', '175942.873000', '175942.876000', '175942.878000', '175942.881000', '175942.884000', '175942.887000', '175942.890000', '175942.893000', '175942.895000', '180002.785000', '180002.787000', '180002.790000', '180002.793000', '180002.802000', '180002.804000', '180002.807000', '180002.810000', '180002.812000', '180002.815000', '180002.817000', '180002.820000', '180002.823000', '180002.825000', '180002.828000', '180002.830000', '180002.833000', '180002.835000', '180002.838000', '180002.841000', '180002.843000', '180002.846000', '180002.849000', '180002.851000', '180002.854000', '180002.856000', '180002.859000', '180002.862000', '180002.864000', '180002.867000', '180002.869000', '180002.872000', '180002.875000', '180002.877000', '180002.880000', '180002.882000', '180002.885000', '180002.888000', '180002.890000', '180002.893000', '180002.896000', '180002.898000', '180002.901000', '180002.904000', '180022.785000', '180022.788000', '180022.790000', '180022.793000', '180022.795000', '180022.798000', '180022.801000', '180022.803000', '180022.806000', '180022.809000', '180022.811000', '180022.814000', '180022.816000', '180022.819000', '180022.821000', '180022.824000', '180022.827000', '180022.829000', '180022.832000', '180022.834000', '180022.837000', '180022.840000', '180022.842000', '180022.845000', '180022.848000', '180022.850000', '180022.853000', '180022.855000', '180022.858000', '180022.861000', '180022.863000', '180022.866000', '180022.868000', '180022.871000', '180022.874000', '180022.876000', '180022.879000', '180022.882000', '180022.884000', '180022.887000', '180022.890000', '180022.892000', '180022.895000', '180022.897000', '180042.783000', '180042.786000', '180042.789000', '180042.811000', '180042.813000', '180042.816000', '180042.818000', '180042.821000', '180042.824000', '180042.826000', '180042.829000', '180042.831000', '180042.834000', '180042.837000', '180042.839000', '180042.842000', '180042.844000', '180042.847000', '180042.850000', '180042.852000', '180042.855000', '180042.858000', '180042.860000', '180042.863000', '180042.865000', '180042.868000', '180042.870000', '180042.874000', '180042.877000', '180042.879000', '180042.882000', '180042.885000', '180042.887000', '180042.890000', '180042.893000', '180042.895000', '180042.898000', '180042.900000', '180042.903000', '180042.906000', '180042.908000', '180042.911000', '180042.913000', '180102.783000', '180102.786000', '180102.789000', '180102.792000', '180102.795000', '180102.798000', '180102.801000', '180102.804000', '180102.806000', '180102.809000', '180102.811000', '180102.814000', '180102.817000', '180102.819000', '180102.822000', '180102.824000', '180102.827000', '180102.829000', '180102.832000', '180102.835000', '180102.837000', '180102.840000', '180102.842000', '180102.845000', '180102.848000', '180102.850000', '180102.853000', '180102.855000', '180102.858000', '180102.861000', '180102.863000', '180102.866000', '180102.868000', '180102.871000', '180102.873000', '180102.876000', '180102.879000', '180102.881000', '180102.884000', '180102.886000', '180102.889000', '180102.892000', '180102.894000', '180113.338000', '180113.341000', '180113.344000', '180113.347000', '180113.350000', '180113.353000', '180113.356000', '180113.358000', '180113.361000', '180113.364000', '180113.367000', '180113.372000', '180113.375000', '180113.380000', '180113.383000', '180113.386000', '180113.389000', '180113.391000', '180113.394000', '180113.397000', '180113.399000', '180113.402000', '180113.405000', '180113.407000'], 'InstanceCreationTime': ['175442.819000', '175442.822000', '175442.843000', '175442.845000', '175442.855000', '175442.858000', '175442.860000', '175442.863000', '175442.875000', '175442.877000', '175442.880000', '175442.883000', '175442.885000', '175442.888000', '175442.890000', '175442.893000', '175442.895000', '175442.898000', '175442.901000', '175442.903000', '175442.906000', '175442.908000', '175502.783000', '175502.786000', '175502.789000', '175502.791000', '175502.794000', '175502.797000', '175502.799000', '175502.802000', '175502.804000', '175502.807000', '175502.809000', '175502.812000', '175502.815000', '175502.817000', '175502.826000', '175502.829000', '175502.831000', '175502.834000', '175502.837000', '175502.839000', '175502.842000', '175502.844000', '175502.847000', '175502.849000', '175502.852000', '175502.855000', '175502.857000', '175502.860000', '175502.862000', '175502.865000', '175502.867000', '175502.870000', '175502.872000', '175502.875000', '175502.878000', '175502.880000', '175502.883000', '175502.885000', '175502.888000', '175502.890000', '175502.893000', '175502.896000', '175502.898000', '175502.901000', '175522.784000', '175522.787000', '175522.790000', '175522.792000', '175522.795000', '175522.798000', '175522.800000', '175522.803000', '175522.805000', '175522.808000', '175522.817000', '175522.819000', '175522.822000', '175522.824000', '175522.827000', '175522.829000', '175522.832000', '175522.835000', '175522.837000', '175522.840000', '175522.843000', '175522.846000', '175522.849000', '175522.852000', '175522.854000', '175522.857000', '175522.859000', '175522.862000', '175522.865000', '175522.868000', '175522.871000', '175522.873000', '175522.876000', '175522.878000', '175522.881000', '175522.884000', '175522.886000', '175522.889000', '175522.891000', '175522.894000', '175522.896000', '175522.899000', '175522.902000', '175542.784000', '175542.787000', '175542.790000', '175542.792000', '175542.795000', '175542.798000', '175542.800000', '175542.803000', '175542.806000', '175542.808000', '175542.811000', '175542.813000', '175542.816000', '175542.819000', '175542.821000', '175542.824000', '175542.826000', '175542.829000', '175542.832000', '175542.834000', '175542.837000', '175542.839000', '175542.842000', '175542.844000', '175542.847000', '175542.850000', '175542.852000', '175542.855000', '175542.857000', '175542.860000', '175542.862000', '175542.865000', '175542.868000', '175542.870000', '175542.873000', '175542.876000', '175542.878000', '175542.881000', '175542.884000', '175542.886000', '175542.889000', '175542.891000', '175542.894000', '175542.896000', '175602.783000', '175602.786000', '175602.789000', '175602.792000', '175602.794000', '175602.797000', '175602.799000', '175602.802000', '175602.805000', '175602.807000', '175602.810000', '175602.812000', '175602.815000', '175602.817000', '175602.820000', '175602.822000', '175602.840000', '175602.843000', '175602.846000', '175602.848000', '175602.851000', '175602.853000', '175602.856000', '175602.858000', '175602.861000', '175602.864000', '175602.866000', '175602.869000', '175602.871000', '175602.874000', '175602.877000', '175602.880000', '175602.883000', '175602.886000', '175602.888000', '175602.891000', '175602.893000', '175602.896000', '175602.898000', '175602.901000', '175602.903000', '175602.906000', '175602.909000', '175622.783000', '175622.786000', '175622.789000', '175622.791000', '175622.794000', '175622.797000', '175622.799000', '175622.802000', '175622.804000', '175622.807000', '175622.810000', '175622.812000', '175622.815000', '175622.817000', '175622.820000', '175622.822000', '175622.825000', '175622.828000', '175622.830000', '175622.833000', '175622.835000', '175622.838000', '175622.840000', '175622.843000', '175622.846000', '175622.848000', '175622.851000', '175622.853000', '175622.856000', '175622.858000', '175622.861000', '175622.893000', '175622.895000', '175622.898000', '175622.901000', '175622.903000', '175622.906000', '175622.908000', '175622.911000', '175622.914000', '175622.916000', '175622.919000', '175622.921000', '175622.924000', '175642.783000', '175642.786000', '175642.789000', '175642.791000', '175642.794000', '175642.797000', '175642.799000', '175642.802000', '175642.804000', '175642.807000', '175642.810000', '175642.812000', '175642.815000', '175642.817000', '175642.820000', '175642.823000', '175642.825000', '175642.828000', '175642.830000', '175642.833000', '175642.836000', '175642.838000', '175642.841000', '175642.843000', '175642.846000', '175642.849000', '175642.851000', '175642.854000', '175642.856000', '175642.859000', '175642.862000', '175642.864000', '175642.867000', '175642.869000', '175642.872000', '175642.874000', '175642.877000', '175642.880000', '175642.882000', '175642.885000', '175642.888000', '175642.890000', '175642.893000', '175702.783000', '175702.786000', '175702.789000', '175702.791000', '175702.794000', '175702.797000', '175702.799000', '175702.802000', '175702.804000', '175702.807000', '175702.809000', '175702.812000', '175702.815000', '175702.817000', '175702.820000', '175702.822000', '175702.825000', '175702.828000', '175702.830000', '175702.833000', '175702.835000', '175702.838000', '175702.841000', '175702.843000', '175702.846000', '175702.848000', '175702.851000', '175702.854000', '175702.856000', '175702.859000', '175702.862000', '175702.864000', '175702.867000', '175702.870000', '175702.872000', '175702.875000', '175702.877000', '175702.880000', '175702.883000', '175702.885000', '175702.888000', '175702.890000', '175702.893000', '175702.896000', '175722.783000', '175722.786000', '175722.789000', '175722.791000', '175722.794000', '175722.797000', '175722.799000', '175722.802000', '175722.804000', '175722.807000', '175722.810000', '175722.812000', '175722.815000', '175722.817000', '175722.820000', '175722.822000', '175722.825000', '175722.828000', '175722.830000', '175722.833000', '175722.835000', '175722.838000', '175722.840000', '175722.843000', '175722.846000', '175722.848000', '175722.851000', '175722.853000', '175722.856000', '175722.859000', '175722.861000', '175722.864000', '175722.866000', '175722.869000', '175722.872000', '175722.874000', '175722.877000', '175722.879000', '175722.882000', '175722.885000', '175722.887000', '175722.890000', '175722.893000', '175742.784000', '175742.787000', '175742.790000', '175742.793000', '175742.795000', '175742.798000', '175742.800000', '175742.803000', '175742.806000', '175742.808000', '175742.811000', '175742.813000', '175742.826000', '175742.829000', '175742.831000', '175742.834000', '175742.837000', '175742.839000', '175742.842000', '175742.844000', '175742.847000', '175742.850000', '175742.852000', '175742.855000', '175742.857000', '175742.860000', '175742.863000', '175742.865000', '175742.868000', '175742.870000', '175742.873000', '175742.876000', '175742.878000', '175742.881000', '175742.883000', '175742.886000', '175742.888000', '175742.891000', '175742.894000', '175742.896000', '175742.899000', '175742.901000', '175742.904000', '175742.907000', '175802.784000', '175802.787000', '175802.790000', '175802.792000', '175802.795000', '175802.798000', '175802.800000', '175802.803000', '175802.805000', '175802.808000', '175802.811000', '175802.813000', '175802.816000', '175802.818000', '175802.821000', '175802.824000', '175802.826000', '175802.829000', '175802.831000', '175802.834000', '175802.837000', '175802.839000', '175802.842000', '175802.844000', '175802.847000', '175802.856000', '175802.859000', '175802.862000', '175802.864000', '175802.867000', '175802.870000', '175802.873000', '175802.875000', '175802.878000', '175802.881000', '175802.883000', '175802.886000', '175802.888000', '175802.891000', '175802.894000', '175802.896000', '175802.899000', '175802.901000', '175822.784000', '175822.786000', '175822.789000', '175822.792000', '175822.794000', '175822.797000', '175822.800000', '175822.802000', '175822.805000', '175822.807000', '175822.810000', '175822.813000', '175822.815000', '175822.818000', '175822.820000', '175822.823000', '175822.825000', '175822.828000', '175822.831000', '175822.833000', '175822.836000', '175822.838000', '175822.841000', '175822.843000', '175822.846000', '175822.849000', '175822.851000', '175822.854000', '175822.856000', '175822.859000', '175822.862000', '175822.864000', '175822.867000', '175822.869000', '175822.872000', '175822.874000', '175822.877000', '175822.880000', '175822.882000', '175822.885000', '175822.887000', '175822.890000', '175822.892000', '175842.784000', '175842.786000', '175842.789000', '175842.792000', '175842.794000', '175842.797000', '175842.800000', '175842.802000', '175842.805000', '175842.807000', '175842.810000', '175842.813000', '175842.815000', '175842.818000', '175842.821000', '175842.823000', '175842.826000', '175842.841000', '175842.843000', '175842.846000', '175842.848000', '175842.851000', '175842.854000', '175842.856000', '175842.859000', '175842.861000', '175842.864000', '175842.867000', '175842.869000', '175842.872000', '175842.874000', '175842.877000', '175842.880000', '175842.882000', '175842.885000', '175842.887000', '175842.890000', '175842.892000', '175842.895000', '175842.898000', '175842.900000', '175842.903000', '175842.905000', '175842.908000', '175902.783000', '175902.786000', '175902.789000', '175902.792000', '175902.794000', '175902.797000', '175902.799000', '175902.802000', '175902.805000', '175902.807000', '175902.810000', '175902.812000', '175902.815000', '175902.818000', '175902.820000', '175902.823000', '175902.825000', '175902.828000', '175902.831000', '175902.833000', '175902.836000', '175902.838000', '175902.841000', '175902.844000', '175902.846000', '175902.849000', '175902.851000', '175902.854000', '175902.857000', '175902.859000', '175902.862000', '175902.864000', '175902.867000', '175902.869000', '175902.872000', '175902.875000', '175902.877000', '175902.893000', '175902.896000', '175902.899000', '175902.901000', '175902.904000', '175902.907000', '175902.909000', '175922.783000', '175922.786000', '175922.789000', '175922.791000', '175922.794000', '175922.797000', '175922.799000', '175922.802000', '175922.805000', '175922.807000', '175922.810000', '175922.813000', '175922.815000', '175922.818000', '175922.820000', '175922.823000', '175922.826000', '175922.828000', '175922.831000', '175922.833000', '175922.836000', '175922.839000', '175922.841000', '175922.844000', '175922.846000', '175922.849000', '175922.851000', '175922.854000', '175922.857000', '175922.859000', '175922.862000', '175922.864000', '175922.867000', '175922.869000', '175922.872000', '175922.875000', '175922.877000', '175922.880000', '175922.883000', '175922.885000', '175922.888000', '175922.890000', '175922.893000', '175942.784000', '175942.786000', '175942.789000', '175942.792000', '175942.794000', '175942.797000', '175942.800000', '175942.802000', '175942.805000', '175942.807000', '175942.810000', '175942.813000', '175942.815000', '175942.818000', '175942.820000', '175942.823000', '175942.826000', '175942.828000', '175942.831000', '175942.834000', '175942.836000', '175942.839000', '175942.842000', '175942.844000', '175942.847000', '175942.849000', '175942.852000', '175942.855000', '175942.857000', '175942.860000', '175942.862000', '175942.865000', '175942.868000', '175942.870000', '175942.873000', '175942.876000', '175942.878000', '175942.881000', '175942.884000', '175942.887000', '175942.890000', '175942.893000', '175942.895000', '180002.785000', '180002.787000', '180002.790000', '180002.793000', '180002.802000', '180002.804000', '180002.807000', '180002.810000', '180002.812000', '180002.815000', '180002.817000', '180002.820000', '180002.823000', '180002.825000', '180002.828000', '180002.830000', '180002.833000', '180002.835000', '180002.838000', '180002.841000', '180002.843000', '180002.846000', '180002.849000', '180002.851000', '180002.854000', '180002.856000', '180002.859000', '180002.862000', '180002.864000', '180002.867000', '180002.869000', '180002.872000', '180002.875000', '180002.877000', '180002.880000', '180002.882000', '180002.885000', '180002.888000', '180002.890000', '180002.893000', '180002.896000', '180002.898000', '180002.901000', '180002.904000', '180022.785000', '180022.788000', '180022.790000', '180022.793000', '180022.795000', '180022.798000', '180022.801000', '180022.803000', '180022.806000', '180022.809000', '180022.811000', '180022.814000', '180022.816000', '180022.819000', '180022.821000', '180022.824000', '180022.827000', '180022.829000', '180022.832000', '180022.834000', '180022.837000', '180022.840000', '180022.842000', '180022.845000', '180022.848000', '180022.850000', '180022.853000', '180022.855000', '180022.858000', '180022.861000', '180022.863000', '180022.866000', '180022.868000', '180022.871000', '180022.874000', '180022.876000', '180022.879000', '180022.882000', '180022.884000', '180022.887000', '180022.890000', '180022.892000', '180022.895000', '180022.897000', '180042.783000', '180042.786000', '180042.789000', '180042.811000', '180042.813000', '180042.816000', '180042.818000', '180042.821000', '180042.824000', '180042.826000', '180042.829000', '180042.831000', '180042.834000', '180042.837000', '180042.839000', '180042.842000', '180042.844000', '180042.847000', '180042.850000', '180042.852000', '180042.855000', '180042.858000', '180042.860000', '180042.863000', '180042.865000', '180042.868000', '180042.870000', '180042.874000', '180042.877000', '180042.879000', '180042.882000', '180042.885000', '180042.887000', '180042.890000', '180042.893000', '180042.895000', '180042.898000', '180042.900000', '180042.903000', '180042.906000', '180042.908000', '180042.911000', '180042.913000', '180102.783000', '180102.786000', '180102.789000', '180102.792000', '180102.795000', '180102.798000', '180102.801000', '180102.804000', '180102.806000', '180102.809000', '180102.811000', '180102.814000', '180102.817000', '180102.819000', '180102.822000', '180102.824000', '180102.827000', '180102.829000', '180102.832000', '180102.835000', '180102.837000', '180102.840000', '180102.842000', '180102.845000', '180102.848000', '180102.850000', '180102.853000', '180102.855000', '180102.858000', '180102.861000', '180102.863000', '180102.866000', '180102.868000', '180102.871000', '180102.873000', '180102.876000', '180102.879000', '180102.881000', '180102.884000', '180102.886000', '180102.889000', '180102.892000', '180102.894000', '180113.338000', '180113.341000', '180113.344000', '180113.347000', '180113.350000', '180113.353000', '180113.356000', '180113.358000', '180113.361000', '180113.364000', '180113.367000', '180113.372000', '180113.375000', '180113.380000', '180113.383000', '180113.386000', '180113.389000', '180113.391000', '180113.394000', '180113.397000', '180113.399000', '180113.402000', '180113.405000', '180113.407000'], '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': [9489, 8784, 13878, 8768, 10826, 10359, 9077, 12372, 8648, 10369, 8667, 8579, 9971, 9087, 9512, 8827, 12620, 8842, 8857, 8472, 8565, 8914, 8563, 11310, 8634, 10227, 8438, 9746, 8114, 8341, 11833, 9126, 13935, 8195, 10200, 9156, 8707, 13646, 8994, 11570, 8783, 9022, 11242, 8896, 11982, 8523, 8999, 9854, 8645, 14412, 8817, 10721, 8586, 9032, 11971, 8979, 11016, 8622, 10784, 9168, 8724, 10254, 9073, 8983, 8755, 12760, 10839, 9344, 9101, 8875, 8408, 10445, 8620, 12071, 12499, 8907, 11425, 8408, 9001, 8551, 8600, 15940, 8615, 9559, 9738, 8662, 13388, 8996, 10506, 8320, 10571, 11783, 8902, 11833, 8838, 8802, 8843, 8659, 15960, 8778, 10565, 8714, 8505, 11085, 8619, 10950, 9011, 8697, 10445, 8406, 10694, 9816, 8378, 16639, 8538, 10470, 8327, 8581, 16292, 8822, 11129, 8350, 8803, 12027, 8893, 11363, 8749, 8886, 8707, 8707, 16249, 8701, 9050, 8799, 8674, 10876, 8988, 11180, 8620, 8637, 8750, 8590, 13347, 8854, 9542, 8893, 8643, 11002, 9088, 11240, 8458, 8682, 8569, 8759, 15698, 9109, 9247, 8735, 8866, 11425, 9046, 12044, 8760, 8450, 9278, 8602, 11493, 8841, 9064, 8503, 8925, 11587, 8872, 11113, 9401, 8870, 8680, 8882, 14555, 8561, 10806, 8791, 8711, 9473, 8990, 11768, 8976, 9069, 8495, 8897, 12822, 8837, 11245, 9360, 9109, 8455, 8703, 15491, 8972, 10443, 8897, 8936, 8765, 9778, 8482, 9753, 15231, 9356, 10262, 8664, 8581, 14377, 8938, 9559, 8204, 8876, 9833, 8927, 10775, 8856, 8739, 9053, 9052, 11815, 8963, 8719, 8643, 9119, 8628, 9213, 13110, 9148, 11071, 8595, 8774, 11384, 8999, 12044, 8928, 8618, 8999, 8793, 12592, 8881, 9088, 8183, 8938, 9516, 8837, 11399, 8855, 8470, 8423, 8726, 15317, 8618, 9650, 8942, 8831, 8307, 8771, 11780, 8790, 8687, 8534, 8896, 12393, 9005, 10594, 8820, 8931, 8886, 9152, 12302, 8787, 8792, 9255, 8661, 12039, 9243, 10056, 8735, 9673, 8528, 8813, 11526, 9506, 8813, 8756, 11598, 8438, 8994, 8690, 11012, 9051, 10993, 8926, 13513, 12358, 9151, 14290, 8973, 8664, 8757, 8888, 11653, 8961, 10633, 9675, 8782, 8611, 8885, 11612, 9353, 8923, 11712, 9147, 10505, 9389, 8891, 12408, 9087, 9928, 8681, 9270, 11285, 8872, 12484, 8962, 9006, 8748, 8822, 11927, 9219, 10158, 8901, 9372, 8529, 8833, 10360, 9347, 9938, 8880, 11756, 9090, 8649, 13849, 9115, 12381, 8962, 10201, 8767, 8543, 12303, 9193, 10213, 8555, 8754, 10029, 9134, 13291, 8902, 9833, 8705, 8825, 10675, 9257, 8970, 9048, 11552, 8501, 8777, 12968, 9074, 12403, 8830, 8749, 9805, 9055, 11800, 8911, 11951, 8682, 9273, 10721, 9091, 11524, 9230, 8450, 8354, 8532, 13789, 8788, 9058, 8309, 9139, 8648, 9014, 11707, 8918, 8816, 10692, 9326, 10933, 8703, 9052, 9919, 9008, 11569, 9234, 8822, 8695, 9063, 11246, 9281, 8902, 11236, 9315, 10203, 8934, 9112, 12945, 9156, 10060, 8637, 8870, 11130, 9051, 10768, 8547, 8796, 9850, 9163, 11683, 9488, 8966, 11301, 9440, 8780, 9072, 11301, 9578, 8991, 12504, 8961, 9023, 8520, 8755, 12074, 9209, 8776, 8943, 9101, 12648, 8848, 9881, 9012, 9024, 8420, 9074, 11852, 9245, 8765, 11617, 9195, 9333, 8854, 11091, 9342, 9159, 12341, 8903, 10936, 9110, 9104, 11521, 9110, 10833, 9181, 9327, 8927, 8884, 12429, 9168, 8864, 9074, 8790, 12937, 9130, 10600, 9426, 8945, 8512, 8780, 12381, 9088, 8725, 9334, 8793, 12542, 9070, 11219, 9398, 9083, 8204, 8747, 12459, 9388, 8720, 8971, 9244, 12248, 9030, 8888, 10139, 9231, 11536, 8776, 9176, 8919, 8749, 12170, 8989, 8683, 9019, 8551, 14965, 8735, 10228, 9206, 8726, 8914, 8439, 13878, 8840, 9402, 9294, 8853, 8762, 9041, 14647, 9169, 9955, 8710, 9745, 9243, 9098, 12866, 9166, 13814, 8693, 8327, 8834, 8915, 9643, 9858, 10359, 9009, 8794, 8491, 7904, 8258, 13003, 9929, 8352, 15243, 9487, 9881, 8858, 8962, 14594, 9471, 13820, 9148, 9947, 9988, 9026, 14436, 9180, 10730, 8445, 8959, 12865, 8980, 9554, 8582, 9106, 9573, 9076, 10878, 9582, 8559, 9013, 9194, 13296, 9165, 9583, 8847, 8716, 9045, 9064, 14033, 8969, 9494, 9220, 8989, 9147, 8856, 9232, 9142, 9343, 10410, 9004, 10552, 9178, 12251, 9009, 8904, 9183, 8915, 9225, 11971, 10781, 8891, 12074, 9081, 9103, 9370, 9158, 9651, 9625, 8779, 9308, 11088, 9248, 9547, 11524, 9746, 10813, 9407, 10645, 9765, 9518, 12743, 9584, 9615, 9390, 9271, 14195, 9523, 10431, 9712, 9035, 11248, 9463, 10886, 9500, 9525, 8786, 8735, 14506, 9381, 10214, 9101, 9135, 11053, 9327, 12301, 9405, 10282, 9514, 9314, 10955, 9503, 9790, 9317, 12267, 9235, 11166, 9976, 9217, 9818, 9384, 10849, 8698, 9198, 8224, 9324, 12025, 9652, 9017, 9190, 9425, 10991, 9409, 10851, 9973, 9135, 8572, 9295, 12802, 9362, 9875, 9287, 9247, 9059, 9264, 11512, 10107, 9209, 9256, 9230, 12126, 9486, 9212, 9141, 9127, 9101, 9489, 13442, 9355, 9934, 8878, 9005, 9099, 9295, 11838, 9960, 8956, 9278, 9164, 13235, 9319, 9160, 8566, 9275, 9055, 9426, 11752, 9515, 9190, 9850, 8972, 8986, 8992, 11960, 9338, 9688, 8857, 10683, 9256, 10134, 9355, 10299, 9534, 8859, 9433, 14231, 9073, 9118, 9330, 9298, 14528, 9442, 10075, 9439, 9257, 8972, 9329, 11871, 9927, 8773, 10097, 9321, 8517, 9174, 11535, 8665, 9015, 14939, 9387, 9165, 9454, 9117, 11436, 9205, 9894, 9374, 9440, 8369, 8915, 12988, 9239, 10083, 9471, 8844, 11408, 9105, 10220, 9427, 8921, 8733, 8896, 10255, 9593, 8303, 9388, 11592, 8895, 9002, 14134, 9512, 12424, 9080, 9363, 9826, 9217, 11189, 9195, 9462, 9776, 8770, 10103, 9516, 10109, 9052, 10980, 9177, 9260, 12721, 9289, 10920, 9333, 9042, 11152, 9257, 10202, 10029, 8795, 8816, 9168, 11827, 9535, 8836, 8583, 8911, 13310, 9227, 10037, 8242, 8893, 9135, 8994, 12170, 9491, 8670, 8705, 8841, 9486, 9236, 11866, 9422, 8889, 9483, 9261, 11388, 9266, 10893, 9515, 9554, 9312, 9232], 'WindowCenter': [4210.0, 4184.0, 4211.0, 4170.0, 4189.0, 4178.0, 4144.0, 4175.0, 4156.0, 4164.0, 4156.0, 4153.0, 4163.0, 4154.0, 4151.0, 4154.0, 4184.0, 4155.0, 4154.0, 4144.0, 4154.0, 4156.0, 4155.0, 4175.0, 4167.0, 4178.0, 4157.0, 4178.0, 4160.0, 4158.0, 4188.0, 4167.0, 4209.0, 4158.0, 4179.0, 4169.0, 4168.0, 4198.0, 4168.0, 4174.0, 4156.0, 4169.0, 4188.0, 4169.0, 4174.0, 4157.0, 4156.0, 4178.0, 4157.0, 4197.0, 4157.0, 4176.0, 4157.0, 4156.0, 4187.0, 4154.0, 4177.0, 4169.0, 4178.0, 4168.0, 4170.0, 4175.0, 4167.0, 4168.0, 4168.0, 4199.0, 4188.0, 4182.0, 4179.0, 4179.0, 4172.0, 4191.0, 4182.0, 4202.0, 4199.0, 4170.0, 4187.0, 4158.0, 4166.0, 4168.0, 4171.0, 4209.0, 4170.0, 4167.0, 4167.0, 4170.0, 4198.0, 4167.0, 4176.0, 4171.0, 4189.0, 4201.0, 4182.0, 4200.0, 4171.0, 4156.0, 4167.0, 4170.0, 4208.0, 4157.0, 4179.0, 4155.0, 4168.0, 4187.0, 4155.0, 4175.0, 4156.0, 4156.0, 4177.0, 4142.0, 4178.0, 4166.0, 4156.0, 4208.0, 4156.0, 4176.0, 4143.0, 4157.0, 4206.0, 4165.0, 4173.0, 4155.0, 4166.0, 4186.0, 4167.0, 4176.0, 4155.0, 4154.0, 4154.0, 4154.0, 4206.0, 4141.0, 4155.0, 4166.0, 4168.0, 4176.0, 4167.0, 4176.0, 4154.0, 4154.0, 4167.0, 4154.0, 4199.0, 4165.0, 4178.0, 4168.0, 4169.0, 4177.0, 4168.0, 4186.0, 4156.0, 4155.0, 4155.0, 4167.0, 4207.0, 4168.0, 4166.0, 4169.0, 4168.0, 4186.0, 4168.0, 4188.0, 4157.0, 4154.0, 4163.0, 4156.0, 4176.0, 4167.0, 4155.0, 4155.0, 4153.0, 4174.0, 4165.0, 4187.0, 4165.0, 4168.0, 4156.0, 4167.0, 4197.0, 4157.0, 4176.0, 4155.0, 4155.0, 4164.0, 4166.0, 4185.0, 4167.0, 4155.0, 4168.0, 4166.0, 4197.0, 4168.0, 4187.0, 4167.0, 4166.0, 4157.0, 4157.0, 4194.0, 4140.0, 4177.0, 4167.0, 4152.0, 4154.0, 4177.0, 4169.0, 4178.0, 4210.0, 4168.0, 4177.0, 4167.0, 4167.0, 4197.0, 4167.0, 4165.0, 4156.0, 4167.0, 4165.0, 4166.0, 4186.0, 4167.0, 4156.0, 4165.0, 4166.0, 4186.0, 4165.0, 4157.0, 4168.0, 4165.0, 4168.0, 4179.0, 4186.0, 4166.0, 4175.0, 4155.0, 4155.0, 4175.0, 4154.0, 4175.0, 4154.0, 4156.0, 4154.0, 4154.0, 4184.0, 4152.0, 4153.0, 4143.0, 4155.0, 4163.0, 4155.0, 4174.0, 4153.0, 4142.0, 4155.0, 4154.0, 4206.0, 4155.0, 4178.0, 4166.0, 4153.0, 4154.0, 4167.0, 4186.0, 4166.0, 4154.0, 4168.0, 4165.0, 4197.0, 4167.0, 4174.0, 4166.0, 4155.0, 4165.0, 4165.0, 4187.0, 4169.0, 4157.0, 4165.0, 4167.0, 4183.0, 4178.0, 4178.0, 4169.0, 4179.0, 4167.0, 4169.0, 4188.0, 4179.0, 4179.0, 4181.0, 4190.0, 4169.0, 4178.0, 4182.0, 4200.0, 4169.0, 4191.0, 4180.0, 4200.0, 4187.0, 4168.0, 4197.0, 4155.0, 4155.0, 4155.0, 4166.0, 4185.0, 4165.0, 4177.0, 4150.0, 4155.0, 4154.0, 4166.0, 4187.0, 4168.0, 4166.0, 4185.0, 4167.0, 4177.0, 4164.0, 4155.0, 4185.0, 4166.0, 4166.0, 4167.0, 4166.0, 4175.0, 4155.0, 4186.0, 4156.0, 4152.0, 4167.0, 4168.0, 4188.0, 4167.0, 4177.0, 4167.0, 4163.0, 4167.0, 4178.0, 4177.0, 4179.0, 4177.0, 4168.0, 4186.0, 4168.0, 4157.0, 4197.0, 4165.0, 4170.0, 4166.0, 4175.0, 4155.0, 4157.0, 4187.0, 4166.0, 4175.0, 4156.0, 4155.0, 4177.0, 4178.0, 4198.0, 4167.0, 4176.0, 4166.0, 4167.0, 4176.0, 4166.0, 4165.0, 4167.0, 4187.0, 4156.0, 4157.0, 4186.0, 4153.0, 4186.0, 4166.0, 4154.0, 4177.0, 4167.0, 4186.0, 4165.0, 4186.0, 4167.0, 4165.0, 4174.0, 4152.0, 4173.0, 4154.0, 4144.0, 4154.0, 4155.0, 4196.0, 4156.0, 4153.0, 4155.0, 4152.0, 4154.0, 4153.0, 4186.0, 4166.0, 4166.0, 4173.0, 4152.0, 4161.0, 4154.0, 4152.0, 4164.0, 4155.0, 4173.0, 4153.0, 4155.0, 4153.0, 4153.0, 4175.0, 4165.0, 4140.0, 4174.0, 4167.0, 4162.0, 4167.0, 4152.0, 4183.0, 4177.0, 4176.0, 4156.0, 4152.0, 4185.0, 4168.0, 4188.0, 4153.0, 4167.0, 4175.0, 4165.0, 4186.0, 4165.0, 4167.0, 4186.0, 4165.0, 4155.0, 4166.0, 4189.0, 4166.0, 4168.0, 4186.0, 4154.0, 4154.0, 4155.0, 4157.0, 4185.0, 4165.0, 4157.0, 4155.0, 4166.0, 4185.0, 4154.0, 4165.0, 4155.0, 4166.0, 4153.0, 4167.0, 4186.0, 4178.0, 4156.0, 4185.0, 4164.0, 4178.0, 4166.0, 4174.0, 4153.0, 4179.0, 4187.0, 4166.0, 4188.0, 4167.0, 4167.0, 4186.0, 4155.0, 4176.0, 4165.0, 4154.0, 4165.0, 4167.0, 4184.0, 4166.0, 4167.0, 4167.0, 4168.0, 4186.0, 4179.0, 4177.0, 4166.0, 4167.0, 4166.0, 4167.0, 4197.0, 4168.0, 4167.0, 4168.0, 4168.0, 4185.0, 4155.0, 4176.0, 4167.0, 4165.0, 4142.0, 4167.0, 4198.0, 4167.0, 4167.0, 4154.0, 4167.0, 4185.0, 4153.0, 4167.0, 4177.0, 4166.0, 4185.0, 4155.0, 4153.0, 4152.0, 4155.0, 4185.0, 4154.0, 4156.0, 4166.0, 4153.0, 4194.0, 4155.0, 4163.0, 4167.0, 4168.0, 4167.0, 4156.0, 4196.0, 4167.0, 4179.0, 4179.0, 4168.0, 4141.0, 4179.0, 4208.0, 4180.0, 4177.0, 4170.0, 4179.0, 4168.0, 4169.0, 4198.0, 4169.0, 4211.0, 4153.0, 4167.0, 4178.0, 4181.0, 4192.0, 4203.0, 4202.0, 4182.0, 4169.0, 4156.0, 4145.0, 4156.0, 4198.0, 4166.0, 4154.0, 4208.0, 4178.0, 4179.0, 4168.0, 4167.0, 4197.0, 4165.0, 4194.0, 4166.0, 4164.0, 4163.0, 4154.0, 4185.0, 4155.0, 4162.0, 4142.0, 4140.0, 4171.0, 4151.0, 4149.0, 4142.0, 4141.0, 4149.0, 4141.0, 4159.0, 4150.0, 4141.0, 4150.0, 4149.0, 4170.0, 4152.0, 4152.0, 4140.0, 4142.0, 4152.0, 4154.0, 4182.0, 4166.0, 4163.0, 4166.0, 4166.0, 4179.0, 4167.0, 4180.0, 4180.0, 4191.0, 4202.0, 4179.0, 4189.0, 4182.0, 4215.0, 4169.0, 4154.0, 4180.0, 4179.0, 4180.0, 4188.0, 4175.0, 4170.0, 4187.0, 4168.0, 4153.0, 4164.0, 4165.0, 4179.0, 4177.0, 4168.0, 4180.0, 4200.0, 4181.0, 4190.0, 4198.0, 4180.0, 4188.0, 4167.0, 4189.0, 4180.0, 4181.0, 4200.0, 4180.0, 4179.0, 4178.0, 4181.0, 4199.0, 4167.0, 4176.0, 4177.0, 4154.0, 4174.0, 4178.0, 4188.0, 4178.0, 4179.0, 4167.0, 4167.0, 4210.0, 4166.0, 4177.0, 4153.0, 4177.0, 4200.0, 4179.0, 4199.0, 4164.0, 4187.0, 4179.0, 4180.0, 4187.0, 4177.0, 4164.0, 4178.0, 4197.0, 4178.0, 4189.0, 4177.0, 4166.0, 4152.0, 4165.0, 4177.0, 4154.0, 4165.0, 4154.0, 4167.0, 4196.0, 4178.0, 4166.0, 4166.0, 4166.0, 4174.0, 4178.0, 4188.0, 4177.0, 4167.0, 4166.0, 4179.0, 4185.0, 4167.0, 4166.0, 4166.0, 4153.0, 4153.0, 4167.0, 4188.0, 4178.0, 4166.0, 4153.0, 4166.0, 4187.0, 4168.0, 4167.0, 4167.0, 4167.0, 4165.0, 4166.0, 4198.0, 4178.0, 4177.0, 4167.0, 4168.0, 4165.0, 4177.0, 4187.0, 4178.0, 4155.0, 4166.0, 4168.0, 4187.0, 4165.0, 4165.0, 4155.0, 4167.0, 4169.0, 4179.0, 4186.0, 4178.0, 4178.0, 4188.0, 4179.0, 4180.0, 4168.0, 4189.0, 4181.0, 4180.0, 4184.0, 4189.0, 4180.0, 4192.0, 4191.0, 4201.0, 4191.0, 4180.0, 4181.0, 4210.0, 4179.0, 4168.0, 4166.0, 4167.0, 4198.0, 4167.0, 4176.0, 4166.0, 4165.0, 4165.0, 4167.0, 4185.0, 4164.0, 4155.0, 4176.0, 4166.0, 4153.0, 4166.0, 4185.0, 4155.0, 4166.0, 4194.0, 4165.0, 4163.0, 4165.0, 4165.0, 4186.0, 4167.0, 4176.0, 4165.0, 4166.0, 4155.0, 4167.0, 4185.0, 4166.0, 4174.0, 4165.0, 4167.0, 4184.0, 4154.0, 4164.0, 4164.0, 4153.0, 4154.0, 4166.0, 4175.0, 4176.0, 4157.0, 4179.0, 4189.0, 4167.0, 4167.0, 4197.0, 4176.0, 4187.0, 4165.0, 4168.0, 4177.0, 4168.0, 4188.0, 4165.0, 4165.0, 4176.0, 4169.0, 4177.0, 4179.0, 4177.0, 4179.0, 4189.0, 4166.0, 4168.0, 4187.0, 4165.0, 4177.0, 4166.0, 4165.0, 4187.0, 4167.0, 4176.0, 4176.0, 4155.0, 4154.0, 4166.0, 4185.0, 4165.0, 4155.0, 4154.0, 4166.0, 4196.0, 4167.0, 4165.0, 4155.0, 4156.0, 4165.0, 4165.0, 4186.0, 4165.0, 4155.0, 4165.0, 4166.0, 4165.0, 4177.0, 4186.0, 4166.0, 4165.0, 4178.0, 4177.0, 4186.0, 4167.0, 4175.0, 4180.0, 4178.0, 4182.0, 4180.0], 'WindowWidth': [9340.0, 9296.0, 9324.0, 9267.0, 9290.0, 9269.0, 9215.0, 9258.0, 9239.0, 9246.0, 9238.0, 9231.0, 9242.0, 9230.0, 9223.0, 9235.0, 9272.0, 9236.0, 9233.0, 9219.0, 9231.0, 9238.0, 9236.0, 9263.0, 9256.0, 9271.0, 9243.0, 9271.0, 9251.0, 9243.0, 9286.0, 9255.0, 9314.0, 9244.0, 9273.0, 9261.0, 9258.0, 9298.0, 9258.0, 9260.0, 9239.0, 9260.0, 9283.0, 9259.0, 9258.0, 9243.0, 9238.0, 9271.0, 9241.0, 9295.0, 9240.0, 9265.0, 9241.0, 9237.0, 9283.0, 9232.0, 9266.0, 9259.0, 9270.0, 9259.0, 9263.0, 9262.0, 9256.0, 9258.0, 9262.0, 9305.0, 9285.0, 9283.0, 9276.0, 9277.0, 9272.0, 9295.0, 9287.0, 9315.0, 9302.0, 9265.0, 9284.0, 9246.0, 9254.0, 9260.0, 9267.0, 9317.0, 9265.0, 9256.0, 9254.0, 9265.0, 9297.0, 9256.0, 9267.0, 9271.0, 9288.0, 9308.0, 9285.0, 9307.0, 9267.0, 9238.0, 9257.0, 9265.0, 9311.0, 9241.0, 9274.0, 9236.0, 9260.0, 9282.0, 9235.0, 9260.0, 9238.0, 9240.0, 9269.0, 9212.0, 9271.0, 9251.0, 9239.0, 9315.0, 9238.0, 9265.0, 9216.0, 9242.0, 9307.0, 9249.0, 9257.0, 9238.0, 9252.0, 9277.0, 9255.0, 9264.0, 9237.0, 9232.0, 9235.0, 9234.0, 9307.0, 9209.0, 9236.0, 9255.0, 9259.0, 9266.0, 9257.0, 9265.0, 9232.0, 9233.0, 9258.0, 9232.0, 9301.0, 9250.0, 9271.0, 9258.0, 9259.0, 9267.0, 9257.0, 9279.0, 9241.0, 9236.0, 9235.0, 9258.0, 9312.0, 9259.0, 9250.0, 9262.0, 9260.0, 9279.0, 9259.0, 9284.0, 9242.0, 9233.0, 9243.0, 9239.0, 9266.0, 9255.0, 9237.0, 9235.0, 9228.0, 9261.0, 9249.0, 9283.0, 9251.0, 9257.0, 9240.0, 9256.0, 9298.0, 9243.0, 9264.0, 9237.0, 9237.0, 9244.0, 9253.0, 9276.0, 9257.0, 9236.0, 9258.0, 9252.0, 9296.0, 9258.0, 9284.0, 9257.0, 9252.0, 9242.0, 9240.0, 9288.0, 9203.0, 9268.0, 9256.0, 9224.0, 9234.0, 9268.0, 9265.0, 9273.0, 9321.0, 9258.0, 9270.0, 9255.0, 9256.0, 9296.0, 9255.0, 9247.0, 9239.0, 9255.0, 9249.0, 9252.0, 9279.0, 9255.0, 9239.0, 9250.0, 9255.0, 9282.0, 9251.0, 9242.0, 9259.0, 9252.0, 9261.0, 9275.0, 9280.0, 9253.0, 9264.0, 9238.0, 9237.0, 9262.0, 9234.0, 9261.0, 9234.0, 9236.0, 9232.0, 9234.0, 9274.0, 9227.0, 9231.0, 9214.0, 9235.0, 9244.0, 9235.0, 9259.0, 9229.0, 9210.0, 9236.0, 9232.0, 9307.0, 9236.0, 9273.0, 9253.0, 9229.0, 9233.0, 9256.0, 9280.0, 9254.0, 9233.0, 9258.0, 9252.0, 9296.0, 9255.0, 9259.0, 9253.0, 9234.0, 9249.0, 9251.0, 9283.0, 9263.0, 9241.0, 9249.0, 9256.0, 9270.0, 9273.0, 9273.0, 9261.0, 9273.0, 9255.0, 9258.0, 9282.0, 9274.0, 9276.0, 9283.0, 9292.0, 9262.0, 9276.0, 9287.0, 9307.0, 9263.0, 9295.0, 9279.0, 9309.0, 9285.0, 9259.0, 9296.0, 9237.0, 9235.0, 9239.0, 9251.0, 9276.0, 9252.0, 9267.0, 9220.0, 9236.0, 9235.0, 9254.0, 9282.0, 9259.0, 9251.0, 9275.0, 9255.0, 9268.0, 9246.0, 9235.0, 9276.0, 9254.0, 9252.0, 9256.0, 9254.0, 9261.0, 9236.0, 9278.0, 9239.0, 9226.0, 9258.0, 9259.0, 9284.0, 9256.0, 9267.0, 9256.0, 9243.0, 9258.0, 9275.0, 9271.0, 9275.0, 9269.0, 9260.0, 9280.0, 9257.0, 9242.0, 9297.0, 9251.0, 9247.0, 9253.0, 9265.0, 9238.0, 9243.0, 9281.0, 9252.0, 9262.0, 9240.0, 9236.0, 9268.0, 9272.0, 9299.0, 9255.0, 9266.0, 9255.0, 9257.0, 9267.0, 9254.0, 9252.0, 9257.0, 9283.0, 9239.0, 9241.0, 9278.0, 9230.0, 9278.0, 9251.0, 9235.0, 9268.0, 9258.0, 9281.0, 9250.0, 9279.0, 9255.0, 9250.0, 9261.0, 9226.0, 9258.0, 9232.0, 9218.0, 9232.0, 9237.0, 9295.0, 9238.0, 9230.0, 9236.0, 9226.0, 9233.0, 9229.0, 9280.0, 9253.0, 9253.0, 9258.0, 9223.0, 9238.0, 9232.0, 9227.0, 9245.0, 9234.0, 9258.0, 9230.0, 9235.0, 9229.0, 9229.0, 9263.0, 9249.0, 9203.0, 9259.0, 9256.0, 9237.0, 9258.0, 9226.0, 9270.0, 9270.0, 9266.0, 9240.0, 9225.0, 9275.0, 9257.0, 9287.0, 9231.0, 9255.0, 9263.0, 9249.0, 9281.0, 9250.0, 9254.0, 9279.0, 9250.0, 9236.0, 9253.0, 9289.0, 9255.0, 9258.0, 9279.0, 9231.0, 9233.0, 9236.0, 9242.0, 9276.0, 9249.0, 9241.0, 9235.0, 9252.0, 9276.0, 9231.0, 9250.0, 9236.0, 9253.0, 9231.0, 9256.0, 9280.0, 9273.0, 9238.0, 9275.0, 9246.0, 9273.0, 9255.0, 9261.0, 9227.0, 9274.0, 9284.0, 9250.0, 9286.0, 9255.0, 9257.0, 9280.0, 9236.0, 9266.0, 9249.0, 9233.0, 9249.0, 9257.0, 9274.0, 9252.0, 9254.0, 9257.0, 9260.0, 9281.0, 9276.0, 9269.0, 9251.0, 9254.0, 9253.0, 9258.0, 9298.0, 9258.0, 9255.0, 9259.0, 9260.0, 9277.0, 9235.0, 9265.0, 9256.0, 9251.0, 9214.0, 9257.0, 9299.0, 9258.0, 9255.0, 9235.0, 9254.0, 9279.0, 9228.0, 9255.0, 9270.0, 9252.0, 9278.0, 9238.0, 9231.0, 9228.0, 9234.0, 9276.0, 9231.0, 9237.0, 9251.0, 9231.0, 9288.0, 9238.0, 9244.0, 9254.0, 9259.0, 9256.0, 9242.0, 9296.0, 9256.0, 9274.0, 9274.0, 9258.0, 9209.0, 9277.0, 9313.0, 9277.0, 9269.0, 9264.0, 9273.0, 9259.0, 9259.0, 9299.0, 9255.0, 9319.0, 9230.0, 9259.0, 9276.0, 9283.0, 9299.0, 9317.0, 9314.0, 9286.0, 9261.0, 9237.0, 9222.0, 9238.0, 9300.0, 9250.0, 9233.0, 9312.0, 9271.0, 9276.0, 9258.0, 9255.0, 9297.0, 9246.0, 9287.0, 9251.0, 9244.0, 9243.0, 9231.0, 9275.0, 9233.0, 9240.0, 9212.0, 9207.0, 9252.0, 9224.0, 9216.0, 9212.0, 9209.0, 9218.0, 9209.0, 9230.0, 9220.0, 9210.0, 9221.0, 9217.0, 9248.0, 9225.0, 9228.0, 9208.0, 9214.0, 9226.0, 9233.0, 9267.0, 9252.0, 9244.0, 9250.0, 9251.0, 9276.0, 9255.0, 9282.0, 9279.0, 9299.0, 9313.0, 9277.0, 9288.0, 9283.0, 9334.0, 9263.0, 9231.0, 9282.0, 9276.0, 9280.0, 9288.0, 9263.0, 9263.0, 9285.0, 9256.0, 9231.0, 9245.0, 9251.0, 9278.0, 9270.0, 9257.0, 9281.0, 9304.0, 9283.0, 9294.0, 9301.0, 9279.0, 9285.0, 9256.0, 9292.0, 9277.0, 9281.0, 9308.0, 9278.0, 9274.0, 9275.0, 9282.0, 9304.0, 9255.0, 9267.0, 9272.0, 9235.0, 9262.0, 9274.0, 9286.0, 9272.0, 9273.0, 9255.0, 9259.0, 9320.0, 9252.0, 9271.0, 9231.0, 9272.0, 9307.0, 9276.0, 9302.0, 9248.0, 9285.0, 9277.0, 9279.0, 9285.0, 9269.0, 9246.0, 9274.0, 9299.0, 9275.0, 9291.0, 9270.0, 9250.0, 9225.0, 9252.0, 9268.0, 9233.0, 9249.0, 9235.0, 9258.0, 9296.0, 9274.0, 9253.0, 9254.0, 9254.0, 9260.0, 9273.0, 9285.0, 9268.0, 9255.0, 9253.0, 9273.0, 9276.0, 9255.0, 9252.0, 9252.0, 9229.0, 9231.0, 9253.0, 9285.0, 9270.0, 9250.0, 9229.0, 9252.0, 9280.0, 9258.0, 9256.0, 9254.0, 9253.0, 9250.0, 9253.0, 9299.0, 9273.0, 9270.0, 9256.0, 9258.0, 9249.0, 9270.0, 9281.0, 9271.0, 9237.0, 9251.0, 9257.0, 9283.0, 9252.0, 9250.0, 9238.0, 9255.0, 9261.0, 9274.0, 9280.0, 9270.0, 9274.0, 9290.0, 9276.0, 9277.0, 9261.0, 9286.0, 9280.0, 9278.0, 9285.0, 9289.0, 9279.0, 9299.0, 9299.0, 9310.0, 9295.0, 9279.0, 9283.0, 9324.0, 9278.0, 9260.0, 9254.0, 9256.0, 9301.0, 9256.0, 9268.0, 9251.0, 9249.0, 9250.0, 9257.0, 9277.0, 9248.0, 9237.0, 9265.0, 9252.0, 9233.0, 9254.0, 9278.0, 9238.0, 9253.0, 9291.0, 9250.0, 9246.0, 9251.0, 9252.0, 9279.0, 9256.0, 9265.0, 9252.0, 9252.0, 9236.0, 9256.0, 9278.0, 9252.0, 9260.0, 9249.0, 9254.0, 9276.0, 9234.0, 9246.0, 9247.0, 9232.0, 9236.0, 9253.0, 9262.0, 9268.0, 9243.0, 9276.0, 9289.0, 9257.0, 9258.0, 9297.0, 9267.0, 9282.0, 9250.0, 9258.0, 9270.0, 9258.0, 9285.0, 9252.0, 9251.0, 9266.0, 9260.0, 9271.0, 9275.0, 9270.0, 9276.0, 9289.0, 9256.0, 9260.0, 9285.0, 9250.0, 9268.0, 9254.0, 9251.0, 9282.0, 9257.0, 9265.0, 9267.0, 9238.0, 9235.0, 9253.0, 9278.0, 9249.0, 9235.0, 9235.0, 9253.0, 9295.0, 9255.0, 9249.0, 9236.0, 9238.0, 9248.0, 9252.0, 9279.0, 9251.0, 9237.0, 9253.0, 9255.0, 9251.0, 9271.0, 9280.0, 9255.0, 9252.0, 9275.0, 9271.0, 9280.0, 9256.0, 9260.0, 9275.0, 9269.0, 9283.0, 9278.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.001332870264064294</td></tr>
<tr><td colspan=3>aqi</td><td>0.01914300413318025</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.161056036264384</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2257904411724128</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0233143167931045</td></tr>
<tr><td colspan=3>efc</td><td>0.4729</td></tr>
<tr><td colspan=3>fber</td><td>6195.6113</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09257474061673747</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3295063145809416</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4628182625308805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.41924966959332</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6634829364976182</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3057221815017033</td></tr>
<tr><td colspan=3>gcor</td><td>0.00921714</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007980038411915302</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01662713661789894</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8245692446941213</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>41.3857</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9893</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.5575</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296648.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>657.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.0187</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2661</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.7278</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3323.4939</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3512.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.2676</td></tr>
<tr><td colspan=3>tsnr</td><td>42.31632501538843</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>