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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-04/func/sub-0021_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6e87d47bc8c011eda1abd445e84a29c4</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:47.510000</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_VE11C_LATEST_20160120</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.999952, -0.000748617, 0.0097863, 0.00261787, 0.981308, -0.192424]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0942942</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7746, -7246, 498, 1, -125, -149, 56]</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>241.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2fdfdbac-41cf-4ec7-a724-a68f78c40723||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68279767036438, 0.007023553363978863, 0.0255401860922575, 111.82290649414062], [0.0020084844436496496, 2.6327786445617676, -0.5195890069007874, -83.42504119873047], [0.026255933567881584, 0.5162596106529236, 2.6494102478027344, -85.66094970703125], [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': ['175447.510000', '175447.970000', '175448.430000', '175448.890000', '175449.350000', '175449.810000', '175450.270000', '175450.730000', '175451.190000', '175451.650000', '175452.110000', '175452.570000', '175453.030000', '175453.490000', '175453.950000', '175454.410000', '175454.870000', '175455.330000', '175455.790000', '175456.250000', '175456.710000', '175457.170000', '175457.630000', '175458.090000', '175458.550000', '175459.010000', '175459.470000', '175459.930000', '175500.390000', '175500.850000', '175501.310000', '175501.770000', '175502.230000', '175502.690000', '175503.150000', '175503.610000', '175504.070000', '175504.530000', '175504.990000', '175505.450000', '175505.910000', '175506.370000', '175506.830000', '175507.290000', '175507.750000', '175508.210000', '175508.670000', '175509.130000', '175509.590000', '175510.050000', '175510.510000', '175510.970000', '175511.430000', '175511.890000', '175512.350000', '175512.810000', '175513.270000', '175513.730000', '175514.190000', '175514.650000', '175515.110000', '175515.570000', '175516.030000', '175516.490000', '175516.950000', '175517.410000', '175517.870000', '175518.330000', '175518.790000', '175519.250000', '175519.710000', '175520.170000', '175520.630000', '175521.090000', '175521.550000', '175522.010000', '175522.470000', '175522.930000', '175523.390000', '175523.850000', '175524.310000', '175524.770000', '175525.230000', '175525.690000', '175526.150000', '175526.610000', '175527.070000', '175527.530000', '175527.990000', '175528.450000', '175528.910000', '175529.370000', '175529.830000', '175530.290000', '175530.750000', '175531.210000', '175531.670000', '175532.130000', '175532.590000', '175533.050000', '175533.510000', '175533.970000', '175534.430000', '175534.890000', '175535.350000', '175535.810000', '175536.270000', '175536.730000', '175537.190000', '175537.650000', '175538.110000', '175538.570000', '175539.030000', '175539.490000', '175539.950000', '175540.410000', '175540.870000', '175541.330000', '175541.790000', '175542.250000', '175542.710000', '175543.170000', '175543.630000', '175544.090000', '175544.550000', '175545.010000', '175545.470000', '175545.930000', '175546.390000', '175546.850000', '175547.310000', '175547.770000', '175548.230000', '175548.690000', '175549.150000', '175549.610000', '175550.070000', '175550.530000', '175550.990000', '175551.450000', '175551.910000', '175552.370000', '175552.830000', '175553.290000', '175553.750000', '175554.210000', '175554.670000', '175555.130000', '175555.590000', '175556.050000', '175556.510000', '175556.970000', '175557.430000', '175557.890000', '175558.350000', '175558.810000', '175559.270000', '175559.730000', '175600.190000', '175600.650000', '175601.110000', '175601.570000', '175602.030000', '175602.490000', '175602.950000', '175603.410000', '175603.870000', '175604.330000', '175604.790000', '175605.250000', '175605.710000', '175606.170000', '175606.630000', '175607.090000', '175607.550000', '175608.010000', '175608.470000', '175608.930000', '175609.390000', '175609.850000', '175610.310000', '175610.770000', '175611.230000', '175611.690000', '175612.150000', '175612.610000', '175613.070000', '175613.530000', '175613.990000', '175614.450000', '175614.910000', '175615.370000', '175615.830000', '175616.290000', '175616.750000', '175617.210000', '175617.670000', '175618.130000', '175618.590000', '175619.050000', '175619.510000', '175619.970000', '175620.430000', '175620.890000', '175621.350000', '175621.810000', '175622.270000', '175622.730000', '175623.190000', '175623.650000', '175624.110000', '175624.570000', '175625.030000', '175625.490000', '175625.950000', '175626.410000', '175626.870000', '175627.330000', '175627.790000', '175628.250000', '175628.710000', '175629.170000', '175629.630000', '175630.090000', '175630.550000', '175631.010000', '175631.470000', '175631.930000', '175632.390000', '175632.850000', '175633.310000', '175633.770000', '175634.230000', '175634.690000', '175635.150000', '175635.610000', '175636.070000', '175636.530000', '175636.990000', '175637.450000', '175637.910000', '175638.370000', '175638.830000', '175639.290000', '175639.750000', '175640.210000', '175640.670000', '175641.130000', '175641.590000', '175642.050000', '175642.510000', '175642.970000', '175643.430000', '175643.890000', '175644.350000', '175644.810000', '175645.270000', '175645.730000', '175646.190000', '175646.650000', '175647.110000', '175647.570000', '175648.030000', '175648.490000', '175648.950000', '175649.410000', '175649.870000', '175650.330000', '175650.790000', '175651.250000', '175651.710000', '175652.170000', '175652.630000', '175653.090000', '175653.550000', '175654.010000', '175654.470000', '175654.930000', '175655.390000', '175655.850000', '175656.310000', '175656.770000', '175657.230000', '175657.690000', '175658.150000', '175658.610000', '175659.070000', '175659.530000', '175659.990000', '175700.450000', '175700.910000', '175701.370000', '175701.830000', '175702.290000', '175702.750000', '175703.210000', '175703.670000', '175704.130000', '175704.590000', '175705.050000', '175705.510000', '175705.970000', '175706.430000', '175706.890000', '175707.350000', '175707.810000', '175708.270000', '175708.730000', '175709.190000', '175709.650000', '175710.110000', '175710.570000', '175711.030000', '175711.490000', '175711.950000', '175712.410000', '175712.870000', '175713.330000', '175713.790000', '175714.250000', '175714.710000', '175715.170000', '175715.630000', '175716.090000', '175716.550000', '175717.010000', '175717.470000', '175717.930000', '175718.390000', '175718.850000', '175719.310000', '175719.770000', '175720.230000', '175720.690000', '175721.150000', '175721.610000', '175722.070000', '175722.530000', '175722.990000', '175723.450000', '175723.910000', '175724.370000', '175724.830000', '175725.290000', '175725.750000', '175726.210000', '175726.670000', '175727.130000', '175727.590000', '175728.050000', '175728.510000', '175728.970000', '175729.430000', '175729.890000', '175730.350000', '175730.810000', '175731.270000', '175731.730000', '175732.190000', '175732.650000', '175733.110000', '175733.570000', '175734.030000', '175734.490000', '175734.950000', '175735.410000', '175735.870000', '175736.330000', '175736.790000', '175737.250000', '175737.710000', '175738.170000', '175738.630000', '175739.090000', '175739.550000', '175740.010000', '175740.470000', '175740.930000', '175741.390000', '175741.850000', '175742.310000', '175742.770000', '175743.230000', '175743.690000', '175744.150000', '175744.610000', '175745.070000', '175745.530000', '175745.990000', '175746.450000', '175746.910000', '175747.370000', '175747.830000', '175748.290000', '175748.750000', '175749.210000', '175749.670000', '175750.130000', '175750.590000', '175751.050000', '175751.510000', '175751.970000', '175752.430000', '175752.890000', '175753.350000', '175753.810000', '175754.270000', '175754.730000', '175755.190000', '175755.650000', '175756.110000', '175756.570000', '175757.030000', '175757.490000', '175757.950000', '175758.410000', '175758.870000', '175759.330000', '175759.790000', '175800.250000', '175800.710000', '175801.170000', '175801.630000', '175802.090000', '175802.550000', '175803.010000', '175803.470000', '175803.930000', '175804.390000', '175804.850000', '175805.310000', '175805.770000', '175806.230000', '175806.690000', '175807.150000', '175807.610000', '175808.070000', '175808.530000', '175808.990000', '175809.450000', '175809.910000', '175810.370000', '175810.830000', '175811.290000', '175811.750000', '175812.210000', '175812.670000', '175813.130000', '175813.590000', '175814.050000', '175814.510000', '175814.970000', '175815.430000', '175815.890000', '175816.350000', '175816.810000', '175817.270000', '175817.730000', '175818.190000', '175818.650000', '175819.110000', '175819.570000', '175820.030000', '175820.490000', '175820.950000', '175821.410000', '175821.870000', '175822.330000', '175822.790000', '175823.250000', '175823.710000', '175824.170000', '175824.630000', '175825.090000', '175825.550000', '175826.010000', '175826.470000', '175826.930000', '175827.390000', '175827.850000', '175828.310000', '175828.770000', '175829.230000', '175829.690000', '175830.150000', '175830.610000', '175831.070000', '175831.530000', '175831.990000', '175832.450000', '175832.910000', '175833.370000', '175833.830000', '175834.290000', '175834.750000', '175835.210000', '175835.670000', '175836.130000', '175836.590000', '175837.050000', '175837.510000', '175837.970000', '175838.430000', '175838.890000', '175839.350000', '175839.810000', '175840.270000', '175840.730000', '175841.190000', '175841.650000', '175842.110000', '175842.570000', '175843.030000', '175843.490000', '175843.950000', '175844.410000', '175844.870000', '175845.330000', '175845.790000', '175846.250000', '175846.710000', '175847.170000', '175847.630000', '175848.090000', '175848.550000', '175849.010000', '175849.470000', '175849.930000', '175850.390000', '175850.850000', '175851.310000', '175851.770000', '175852.230000', '175852.690000', '175853.150000', '175853.610000', '175854.070000', '175854.530000', '175854.990000', '175855.450000', '175855.910000', '175856.370000', '175856.830000', '175857.290000', '175857.750000', '175858.210000', '175858.670000', '175859.130000', '175859.590000', '175900.050000', '175900.510000', '175900.970000', '175901.430000', '175901.890000', '175902.350000', '175902.810000', '175903.270000', '175903.730000', '175904.190000', '175904.650000', '175905.110000', '175905.570000', '175906.030000', '175906.490000', '175906.950000', '175907.410000', '175907.870000', '175908.330000', '175908.790000', '175909.250000', '175909.710000', '175910.170000', '175910.630000', '175911.090000', '175911.550000', '175912.010000', '175912.470000', '175912.930000', '175913.390000', '175913.850000', '175914.310000', '175914.770000', '175915.230000', '175915.690000', '175916.150000', '175916.610000', '175917.070000', '175917.530000', '175917.990000', '175918.450000', '175918.910000', '175919.370000', '175919.830000', '175920.290000', '175920.750000', '175921.210000', '175921.670000', '175922.130000', '175922.590000', '175923.050000', '175923.510000', '175923.970000', '175924.430000', '175924.890000', '175925.350000', '175925.810000', '175926.270000', '175926.730000', '175927.190000', '175927.650000', '175928.110000', '175928.570000', '175929.030000', '175929.490000', '175929.950000', '175930.410000', '175930.870000', '175931.330000', '175931.790000', '175932.250000', '175932.710000', '175933.170000', '175933.630000', '175934.090000', '175934.550000', '175935.010000', '175935.470000', '175935.930000', '175936.390000', '175936.850000', '175937.310000', '175937.770000', '175938.230000', '175938.690000', '175939.150000', '175939.610000', '175940.070000', '175940.530000', '175940.990000', '175941.450000', '175941.910000', '175942.370000', '175942.830000', '175943.290000', '175943.750000', '175944.210000', '175944.670000', '175945.130000', '175945.590000', '175946.050000', '175946.510000', '175946.970000', '175947.430000', '175947.890000', '175948.350000', '175948.810000', '175949.270000', '175949.730000', '175950.190000', '175950.650000', '175951.110000', '175951.570000', '175952.030000', '175952.490000', '175952.950000', '175953.410000', '175953.870000', '175954.330000', '175954.790000', '175955.250000', '175955.710000', '175956.170000', '175956.630000', '175957.090000', '175957.550000', '175958.010000', '175958.470000', '175958.930000', '175959.390000', '175959.850000', '180000.310000', '180000.770000', '180001.230000', '180001.690000', '180002.150000', '180002.610000', '180003.070000', '180003.530000', '180003.990000', '180004.450000', '180004.910000', '180005.370000', '180005.830000', '180006.290000', '180006.750000', '180007.210000', '180007.670000', '180008.130000', '180008.590000', '180009.050000', '180009.510000', '180009.970000', '180010.430000', '180010.890000', '180011.350000', '180011.810000', '180012.270000', '180012.730000', '180013.190000', '180013.650000', '180014.110000', '180014.570000', '180015.030000', '180015.490000', '180015.950000', '180016.410000', '180016.870000', '180017.330000', '180017.790000', '180018.250000', '180018.710000', '180019.170000', '180019.630000', '180020.090000', '180020.550000', '180021.010000', '180021.470000', '180021.930000', '180022.390000', '180022.850000', '180023.310000', '180023.770000', '180024.230000', '180024.690000', '180025.150000', '180025.610000', '180026.070000', '180026.530000', '180026.990000', '180027.450000', '180027.910000', '180028.370000', '180028.830000', '180029.290000', '180029.750000', '180030.210000', '180030.670000', '180031.130000', '180031.590000', '180032.050000', '180032.510000', '180032.970000', '180033.430000', '180033.890000', '180034.350000', '180034.810000', '180035.270000', '180035.730000', '180036.190000', '180036.650000', '180037.110000', '180037.570000', '180038.030000', '180038.490000', '180038.950000', '180039.410000', '180039.870000', '180040.330000', '180040.790000', '180041.250000', '180041.710000', '180042.170000', '180042.630000', '180043.090000', '180043.550000', '180044.010000', '180044.470000', '180044.930000', '180045.390000', '180045.850000', '180046.310000', '180046.770000', '180047.230000', '180047.690000', '180048.150000', '180048.610000', '180049.070000', '180049.530000', '180049.990000', '180050.450000', '180050.910000', '180051.370000', '180051.830000', '180052.290000', '180052.750000', '180053.210000', '180053.670000', '180054.130000', '180054.590000', '180055.050000', '180055.510000', '180055.970000', '180056.430000', '180056.890000', '180057.350000', '180057.810000', '180058.270000', '180058.730000', '180059.190000', '180059.650000', '180100.110000', '180100.570000', '180101.030000', '180101.490000', '180101.950000', '180102.410000', '180102.870000', '180103.330000', '180103.790000', '180104.250000', '180104.710000', '180105.170000', '180105.630000', '180106.090000', '180106.550000', '180107.010000', '180107.470000', '180107.930000', '180108.390000', '180108.850000', '180109.310000', '180109.770000', '180110.230000', '180110.690000', '180111.150000', '180111.610000', '180112.070000', '180112.530000', '180112.990000', '180113.450000', '180113.910000', '180114.370000', '180114.830000', '180115.290000', '180115.750000', '180116.210000', '180116.670000', '180117.130000', '180117.590000', '180118.050000', '180118.510000', '180118.970000', '180119.430000', '180119.890000', '180120.350000', '180120.810000', '180121.270000', '180121.730000', '180122.190000', '180122.650000', '180123.110000', '180123.570000', '180124.030000', '180124.490000', '180124.950000', '180125.410000', '180125.870000', '180126.330000', '180126.790000', '180127.250000', '180127.710000', '180128.170000'], 'ContentTime': ['175500.471000', '175500.474000', '175500.477000', '175500.481000', '175500.484000', '175500.487000', '175500.490000', '175500.493000', '175500.496000', '175500.499000', '175500.501000', '175500.504000', '175500.509000', '175500.513000', '175500.516000', '175500.519000', '175500.522000', '175500.525000', '175500.528000', '175500.531000', '175500.534000', '175500.537000', '175500.540000', '175500.542000', '175500.545000', '175500.551000', '175500.554000', '175520.440000', '175520.443000', '175520.446000', '175520.449000', '175520.451000', '175520.454000', '175520.457000', '175520.460000', '175520.463000', '175520.465000', '175520.468000', '175520.471000', '175520.474000', '175520.477000', '175520.479000', '175520.482000', '175520.485000', '175520.488000', '175520.491000', '175520.493000', '175520.496000', '175520.499000', '175520.502000', '175520.505000', '175520.507000', '175520.510000', '175520.513000', '175520.516000', '175520.519000', '175520.522000', '175520.524000', '175520.527000', '175520.530000', '175520.533000', '175520.538000', '175520.541000', '175520.544000', '175520.547000', '175520.549000', '175520.552000', '175520.555000', '175520.558000', '175520.577000', '175540.440000', '175540.443000', '175540.445000', '175540.450000', '175540.455000', '175540.458000', '175540.461000', '175540.463000', '175540.466000', '175540.469000', '175540.472000', '175540.475000', '175540.477000', '175540.480000', '175540.483000', '175540.486000', '175540.489000', '175540.491000', '175540.499000', '175540.502000', '175540.505000', '175540.508000', '175540.511000', '175540.513000', '175540.516000', '175540.519000', '175540.522000', '175540.525000', '175540.528000', '175540.530000', '175540.533000', '175540.536000', '175540.539000', '175540.542000', '175540.544000', '175540.547000', '175540.550000', '175540.553000', '175540.556000', '175540.559000', '175540.561000', '175540.564000', '175540.567000', '175600.440000', '175600.443000', '175600.445000', '175600.448000', '175600.451000', '175600.454000', '175600.457000', '175600.460000', '175600.462000', '175600.465000', '175600.468000', '175600.471000', '175600.473000', '175600.476000', '175600.479000', '175600.482000', '175600.485000', '175600.487000', '175600.490000', '175600.493000', '175600.496000', '175600.499000', '175600.502000', '175600.504000', '175600.507000', '175600.510000', '175600.513000', '175600.516000', '175600.518000', '175600.521000', '175600.524000', '175600.527000', '175600.530000', '175600.532000', '175600.535000', '175600.538000', '175600.541000', '175600.544000', '175600.546000', '175600.549000', '175600.552000', '175600.555000', '175600.558000', '175600.560000', '175620.440000', '175620.443000', '175620.446000', '175620.448000', '175620.451000', '175620.454000', '175620.457000', '175620.460000', '175620.462000', '175620.465000', '175620.468000', '175620.471000', '175620.474000', '175620.477000', '175620.479000', '175620.482000', '175620.485000', '175620.488000', '175620.491000', '175620.493000', '175620.496000', '175620.499000', '175620.502000', '175620.505000', '175620.508000', '175620.510000', '175620.513000', '175620.516000', '175620.519000', '175620.522000', '175620.525000', '175620.527000', '175620.530000', '175620.533000', '175620.536000', '175620.539000', '175620.541000', '175620.544000', '175620.547000', '175620.550000', '175620.553000', '175620.556000', '175620.559000', '175620.561000', '175640.440000', '175640.443000', '175640.445000', '175640.448000', '175640.451000', '175640.454000', '175640.457000', '175640.459000', '175640.462000', '175640.465000', '175640.468000', '175640.471000', '175640.474000', '175640.477000', '175640.480000', '175640.482000', '175640.485000', '175640.488000', '175640.491000', '175640.494000', '175640.496000', '175640.499000', '175640.502000', '175640.505000', '175640.508000', '175640.511000', '175640.513000', '175640.516000', '175640.519000', '175640.522000', '175640.525000', '175640.527000', '175640.530000', '175640.533000', '175640.536000', '175640.539000', '175640.541000', '175640.544000', '175640.547000', '175640.550000', '175640.553000', '175640.555000', '175640.558000', '175700.441000', '175700.444000', '175700.447000', '175700.449000', '175700.452000', '175700.455000', '175700.459000', '175700.464000', '175700.467000', '175700.470000', '175700.473000', '175700.475000', '175700.478000', '175700.481000', '175700.484000', '175700.487000', '175700.489000', '175700.492000', '175700.495000', '175700.498000', '175700.501000', '175700.503000', '175700.506000', '175700.509000', '175700.512000', '175700.515000', '175700.518000', '175700.521000', '175700.523000', '175700.526000', '175700.529000', '175700.532000', '175700.534000', '175700.537000', '175700.540000', '175700.543000', '175700.546000', '175700.548000', '175700.567000', '175700.570000', '175700.573000', '175700.576000', '175700.580000', '175720.441000', '175720.444000', '175720.447000', '175720.450000', '175720.452000', '175720.455000', '175720.458000', '175720.461000', '175720.464000', '175720.467000', '175720.469000', '175720.472000', '175720.475000', '175720.478000', '175720.481000', '175720.483000', '175720.486000', '175720.489000', '175720.492000', '175720.495000', '175720.498000', '175720.500000', '175720.503000', '175720.506000', '175720.509000', '175720.512000', '175720.515000', '175720.517000', '175720.520000', '175720.523000', '175720.526000', '175720.529000', '175720.531000', '175720.534000', '175720.537000', '175720.540000', '175720.543000', '175720.546000', '175720.549000', '175720.551000', '175720.554000', '175720.557000', '175720.560000', '175720.563000', '175740.440000', '175740.443000', '175740.446000', '175740.448000', '175740.451000', '175740.454000', '175740.457000', '175740.460000', '175740.463000', '175740.466000', '175740.469000', '175740.472000', '175740.475000', '175740.477000', '175740.480000', '175740.483000', '175740.486000', '175740.489000', '175740.492000', '175740.494000', '175740.497000', '175740.500000', '175740.503000', '175740.506000', '175740.509000', '175740.511000', '175740.514000', '175740.517000', '175740.520000', '175740.523000', '175740.526000', '175740.528000', '175740.531000', '175740.534000', '175740.537000', '175740.540000', '175740.542000', '175740.545000', '175740.548000', '175740.551000', '175740.554000', '175740.556000', '175740.559000', '175800.440000', '175800.443000', '175800.446000', '175800.448000', '175800.451000', '175800.454000', '175800.457000', '175800.460000', '175800.463000', '175800.466000', '175800.468000', '175800.471000', '175800.474000', '175800.477000', '175800.480000', '175800.483000', '175800.486000', '175800.488000', '175800.491000', '175800.494000', '175800.497000', '175800.500000', '175800.503000', '175800.506000', '175800.508000', '175800.511000', '175800.514000', '175800.517000', '175800.520000', '175800.523000', '175800.525000', '175800.528000', '175800.531000', '175800.534000', '175800.537000', '175800.539000', '175800.542000', '175800.545000', '175800.548000', '175800.551000', '175800.554000', '175800.556000', '175800.559000', '175800.562000', '175820.440000', '175820.443000', '175820.446000', '175820.448000', '175820.451000', '175820.454000', '175820.457000', '175820.460000', '175820.463000', '175820.465000', '175820.468000', '175820.471000', '175820.474000', '175820.477000', '175820.480000', '175820.482000', '175820.485000', '175820.488000', '175820.491000', '175820.494000', '175820.500000', '175820.503000', '175820.506000', '175820.508000', '175820.511000', '175820.514000', '175820.517000', '175820.520000', '175820.523000', '175820.525000', '175820.528000', '175820.531000', '175820.534000', '175820.537000', '175820.540000', '175820.542000', '175820.545000', '175820.548000', '175820.551000', '175820.554000', '175820.556000', '175820.559000', '175820.562000', '175840.440000', '175840.443000', '175840.446000', '175840.448000', '175840.451000', '175840.454000', '175840.457000', '175840.460000', '175840.463000', '175840.465000', '175840.468000', '175840.471000', '175840.474000', '175840.477000', '175840.480000', '175840.482000', '175840.485000', '175840.488000', '175840.491000', '175840.494000', '175840.496000', '175840.499000', '175840.502000', '175840.505000', '175840.508000', '175840.511000', '175840.513000', '175840.516000', '175840.519000', '175840.522000', '175840.525000', '175840.527000', '175840.530000', '175840.533000', '175840.536000', '175840.554000', '175840.556000', '175840.559000', '175840.562000', '175840.565000', '175840.568000', '175840.571000', '175840.573000', '175840.576000', '175900.440000', '175900.443000', '175900.446000', '175900.449000', '175900.453000', '175900.456000', '175900.458000', '175900.461000', '175900.464000', '175900.467000', '175900.470000', '175900.473000', '175900.475000', '175900.478000', '175900.481000', '175900.484000', '175900.487000', '175900.490000', '175900.493000', '175900.495000', '175900.498000', '175900.501000', '175900.504000', '175900.510000', '175900.513000', '175900.516000', '175900.519000', '175900.522000', '175900.525000', '175900.527000', '175900.530000', '175900.533000', '175900.536000', '175900.539000', '175900.542000', '175900.544000', '175900.547000', '175900.550000', '175900.553000', '175900.556000', '175900.559000', '175900.561000', '175900.564000', '175920.441000', '175920.444000', '175920.447000', '175920.449000', '175920.452000', '175920.455000', '175920.458000', '175920.461000', '175920.464000', '175920.466000', '175920.469000', '175920.472000', '175920.475000', '175920.478000', '175920.481000', '175920.483000', '175920.486000', '175920.489000', '175920.492000', '175920.495000', '175920.498000', '175920.500000', '175920.503000', '175920.506000', '175920.509000', '175920.512000', '175920.515000', '175920.517000', '175920.520000', '175920.523000', '175920.526000', '175920.529000', '175920.532000', '175920.535000', '175920.537000', '175920.540000', '175920.543000', '175920.546000', '175920.549000', '175920.552000', '175920.554000', '175920.557000', '175920.560000', '175920.563000', '175940.441000', '175940.444000', '175940.447000', '175940.450000', '175940.452000', '175940.455000', '175940.458000', '175940.461000', '175940.464000', '175940.467000', '175940.469000', '175940.472000', '175940.475000', '175940.478000', '175940.481000', '175940.483000', '175940.486000', '175940.489000', '175940.492000', '175940.495000', '175940.498000', '175940.501000', '175940.503000', '175940.506000', '175940.509000', '175940.512000', '175940.515000', '175940.518000', '175940.521000', '175940.525000', '175940.530000', '175940.533000', '175940.536000', '175940.538000', '175940.541000', '175940.544000', '175940.547000', '175940.550000', '175940.552000', '175940.555000', '175940.558000', '175940.561000', '175940.564000', '180000.440000', '180000.443000', '180000.446000', '180000.448000', '180000.451000', '180000.454000', '180000.457000', '180000.460000', '180000.462000', '180000.465000', '180000.468000', '180000.471000', '180000.474000', '180000.476000', '180000.479000', '180000.482000', '180000.485000', '180000.488000', '180000.491000', '180000.493000', '180000.496000', '180000.499000', '180000.502000', '180000.505000', '180000.507000', '180000.510000', '180000.513000', '180000.516000', '180000.519000', '180000.522000', '180000.524000', '180000.527000', '180000.530000', '180000.533000', '180000.536000', '180000.539000', '180000.542000', '180000.544000', '180000.547000', '180000.550000', '180000.553000', '180000.556000', '180000.559000', '180000.561000', '180020.440000', '180020.462000', '180020.465000', '180020.467000', '180020.470000', '180020.473000', '180020.476000', '180020.479000', '180020.482000', '180020.485000', '180020.488000', '180020.491000', '180020.494000', '180020.497000', '180020.500000', '180020.503000', '180020.506000', '180020.509000', '180020.511000', '180020.514000', '180020.517000', '180020.520000', '180020.523000', '180020.526000', '180020.528000', '180020.531000', '180020.534000', '180020.537000', '180020.540000', '180020.543000', '180020.546000', '180020.549000', '180020.553000', '180020.558000', '180020.561000', '180020.564000', '180020.567000', '180020.569000', '180020.572000', '180020.575000', '180020.578000', '180020.581000', '180020.583000', '180040.440000', '180040.443000', '180040.446000', '180040.448000', '180040.451000', '180040.454000', '180040.457000', '180040.461000', '180040.466000', '180040.469000', '180040.472000', '180040.474000', '180040.477000', '180040.480000', '180040.483000', '180040.486000', '180040.489000', '180040.492000', '180040.494000', '180040.497000', '180040.500000', '180040.503000', '180040.506000', '180040.509000', '180040.511000', '180040.514000', '180040.517000', '180040.520000', '180040.523000', '180040.526000', '180040.528000', '180040.531000', '180040.534000', '180040.537000', '180040.540000', '180040.542000', '180040.545000', '180040.548000', '180040.551000', '180040.554000', '180040.557000', '180040.559000', '180040.562000', '180040.565000', '180100.440000', '180100.443000', '180100.446000', '180100.448000', '180100.451000', '180100.454000', '180100.457000', '180100.460000', '180100.463000', '180100.465000', '180100.468000', '180100.471000', '180100.474000', '180100.477000', '180100.479000', '180100.482000', '180100.485000', '180100.488000', '180100.491000', '180100.494000', '180100.496000', '180100.499000', '180100.502000', '180100.505000', '180100.508000', '180100.510000', '180100.513000', '180100.516000', '180100.519000', '180100.522000', '180100.525000', '180100.527000', '180100.530000', '180100.533000', '180100.536000', '180100.539000', '180100.541000', '180100.544000', '180100.547000', '180100.550000', '180100.553000', '180100.555000', '180100.559000', '180120.440000', '180120.443000', '180120.446000', '180120.448000', '180120.451000', '180120.454000', '180120.457000', '180120.460000', '180120.463000', '180120.465000', '180120.468000', '180120.471000', '180120.474000', '180120.477000', '180120.480000', '180120.482000', '180120.485000', '180120.488000', '180120.491000', '180120.494000', '180120.496000', '180120.499000', '180120.502000', '180120.505000', '180120.508000', '180120.510000', '180120.513000', '180120.516000', '180120.519000', '180120.522000', '180120.525000', '180120.528000', '180120.530000', '180120.533000', '180120.536000', '180120.539000', '180120.542000', '180120.545000', '180120.547000', '180120.550000', '180120.553000', '180120.556000', '180120.559000', '180120.562000', '180129.138000', '180129.141000', '180129.145000', '180129.148000', '180129.151000', '180129.154000', '180129.157000', '180129.205000', '180129.208000', '180129.211000', '180129.214000', '180129.217000', '180129.231000', '180129.234000', '180129.237000', '180129.239000', '180129.242000', '180129.245000', '180129.248000'], 'InstanceCreationTime': ['175500.471000', '175500.474000', '175500.477000', '175500.481000', '175500.484000', '175500.487000', '175500.490000', '175500.493000', '175500.496000', '175500.499000', '175500.501000', '175500.504000', '175500.509000', '175500.513000', '175500.516000', '175500.519000', '175500.522000', '175500.525000', '175500.528000', '175500.531000', '175500.534000', '175500.537000', '175500.540000', '175500.542000', '175500.545000', '175500.551000', '175500.554000', '175520.440000', '175520.443000', '175520.446000', '175520.449000', '175520.451000', '175520.454000', '175520.457000', '175520.460000', '175520.463000', '175520.465000', '175520.468000', '175520.471000', '175520.474000', '175520.477000', '175520.479000', '175520.482000', '175520.485000', '175520.488000', '175520.491000', '175520.493000', '175520.496000', '175520.499000', '175520.502000', '175520.505000', '175520.507000', '175520.510000', '175520.513000', '175520.516000', '175520.519000', '175520.522000', '175520.524000', '175520.527000', '175520.530000', '175520.533000', '175520.538000', '175520.541000', '175520.544000', '175520.547000', '175520.549000', '175520.552000', '175520.555000', '175520.558000', '175520.577000', '175540.440000', '175540.443000', '175540.445000', '175540.450000', '175540.455000', '175540.458000', '175540.461000', '175540.463000', '175540.466000', '175540.469000', '175540.472000', '175540.475000', '175540.477000', '175540.480000', '175540.483000', '175540.486000', '175540.489000', '175540.491000', '175540.499000', '175540.502000', '175540.505000', '175540.508000', '175540.511000', '175540.513000', '175540.516000', '175540.519000', '175540.522000', '175540.525000', '175540.528000', '175540.530000', '175540.533000', '175540.536000', '175540.539000', '175540.542000', '175540.544000', '175540.547000', '175540.550000', '175540.553000', '175540.556000', '175540.559000', '175540.561000', '175540.564000', '175540.567000', '175600.440000', '175600.443000', '175600.445000', '175600.448000', '175600.451000', '175600.454000', '175600.457000', '175600.460000', '175600.462000', '175600.465000', '175600.468000', '175600.471000', '175600.473000', '175600.476000', '175600.479000', '175600.482000', '175600.485000', '175600.487000', '175600.490000', '175600.493000', '175600.496000', '175600.499000', '175600.502000', '175600.504000', '175600.507000', '175600.510000', '175600.513000', '175600.516000', '175600.518000', '175600.521000', '175600.524000', '175600.527000', '175600.530000', '175600.532000', '175600.535000', '175600.538000', '175600.541000', '175600.544000', '175600.546000', '175600.549000', '175600.552000', '175600.555000', '175600.558000', '175600.560000', '175620.440000', '175620.443000', '175620.446000', '175620.448000', '175620.451000', '175620.454000', '175620.457000', '175620.460000', '175620.462000', '175620.465000', '175620.468000', '175620.471000', '175620.474000', '175620.477000', '175620.479000', '175620.482000', '175620.485000', '175620.488000', '175620.491000', '175620.493000', '175620.496000', '175620.499000', '175620.502000', '175620.505000', '175620.508000', '175620.510000', '175620.513000', '175620.516000', '175620.519000', '175620.522000', '175620.525000', '175620.527000', '175620.530000', '175620.533000', '175620.536000', '175620.539000', '175620.541000', '175620.544000', '175620.547000', '175620.550000', '175620.553000', '175620.556000', '175620.559000', '175620.561000', '175640.440000', '175640.443000', '175640.445000', '175640.448000', '175640.451000', '175640.454000', '175640.457000', '175640.459000', '175640.462000', '175640.465000', '175640.468000', '175640.471000', '175640.474000', '175640.477000', '175640.480000', '175640.482000', '175640.485000', '175640.488000', '175640.491000', '175640.494000', '175640.496000', '175640.499000', '175640.502000', '175640.505000', '175640.508000', '175640.511000', '175640.513000', '175640.516000', '175640.519000', '175640.522000', '175640.525000', '175640.527000', '175640.530000', '175640.533000', '175640.536000', '175640.539000', '175640.541000', '175640.544000', '175640.547000', '175640.550000', '175640.553000', '175640.555000', '175640.558000', '175700.441000', '175700.444000', '175700.447000', '175700.449000', '175700.452000', '175700.455000', '175700.459000', '175700.464000', '175700.467000', '175700.470000', '175700.473000', '175700.475000', '175700.478000', '175700.481000', '175700.484000', '175700.487000', '175700.489000', '175700.492000', '175700.495000', '175700.498000', '175700.501000', '175700.503000', '175700.506000', '175700.509000', '175700.512000', '175700.515000', '175700.518000', '175700.521000', '175700.523000', '175700.526000', '175700.529000', '175700.532000', '175700.534000', '175700.537000', '175700.540000', '175700.543000', '175700.546000', '175700.548000', '175700.567000', '175700.570000', '175700.573000', '175700.576000', '175700.580000', '175720.441000', '175720.444000', '175720.447000', '175720.450000', '175720.452000', '175720.455000', '175720.458000', '175720.461000', '175720.464000', '175720.467000', '175720.469000', '175720.472000', '175720.475000', '175720.478000', '175720.481000', '175720.483000', '175720.486000', '175720.489000', '175720.492000', '175720.495000', '175720.498000', '175720.500000', '175720.503000', '175720.506000', '175720.509000', '175720.512000', '175720.515000', '175720.517000', '175720.520000', '175720.523000', '175720.526000', '175720.529000', '175720.531000', '175720.534000', '175720.537000', '175720.540000', '175720.543000', '175720.546000', '175720.549000', '175720.551000', '175720.554000', '175720.557000', '175720.560000', '175720.563000', '175740.440000', '175740.443000', '175740.446000', '175740.448000', '175740.451000', '175740.454000', '175740.457000', '175740.460000', '175740.463000', '175740.466000', '175740.469000', '175740.472000', '175740.475000', '175740.477000', '175740.480000', '175740.483000', '175740.486000', '175740.489000', '175740.492000', '175740.494000', '175740.497000', '175740.500000', '175740.503000', '175740.506000', '175740.509000', '175740.511000', '175740.514000', '175740.517000', '175740.520000', '175740.523000', '175740.526000', '175740.528000', '175740.531000', '175740.534000', '175740.537000', '175740.540000', '175740.542000', '175740.545000', '175740.548000', '175740.551000', '175740.554000', '175740.556000', '175740.559000', '175800.440000', '175800.443000', '175800.446000', '175800.448000', '175800.451000', '175800.454000', '175800.457000', '175800.460000', '175800.463000', '175800.466000', '175800.468000', '175800.471000', '175800.474000', '175800.477000', '175800.480000', '175800.483000', '175800.486000', '175800.488000', '175800.491000', '175800.494000', '175800.497000', '175800.500000', '175800.503000', '175800.506000', '175800.508000', '175800.511000', '175800.514000', '175800.517000', '175800.520000', '175800.523000', '175800.525000', '175800.528000', '175800.531000', '175800.534000', '175800.537000', '175800.539000', '175800.542000', '175800.545000', '175800.548000', '175800.551000', '175800.554000', '175800.556000', '175800.559000', '175800.562000', '175820.440000', '175820.443000', '175820.446000', '175820.448000', '175820.451000', '175820.454000', '175820.457000', '175820.460000', '175820.463000', '175820.465000', '175820.468000', '175820.471000', '175820.474000', '175820.477000', '175820.480000', '175820.482000', '175820.485000', '175820.488000', '175820.491000', '175820.494000', '175820.500000', '175820.503000', '175820.506000', '175820.508000', '175820.511000', '175820.514000', '175820.517000', '175820.520000', '175820.523000', '175820.525000', '175820.528000', '175820.531000', '175820.534000', '175820.537000', '175820.540000', '175820.542000', '175820.545000', '175820.548000', '175820.551000', '175820.554000', '175820.556000', '175820.559000', '175820.562000', '175840.440000', '175840.443000', '175840.446000', '175840.448000', '175840.451000', '175840.454000', '175840.457000', '175840.460000', '175840.463000', '175840.465000', '175840.468000', '175840.471000', '175840.474000', '175840.477000', '175840.480000', '175840.482000', '175840.485000', '175840.488000', '175840.491000', '175840.494000', '175840.496000', '175840.499000', '175840.502000', '175840.505000', '175840.508000', '175840.511000', '175840.513000', '175840.516000', '175840.519000', '175840.522000', '175840.525000', '175840.527000', '175840.530000', '175840.533000', '175840.536000', '175840.554000', '175840.556000', '175840.559000', '175840.562000', '175840.565000', '175840.568000', '175840.571000', '175840.573000', '175840.576000', '175900.440000', '175900.443000', '175900.446000', '175900.449000', '175900.453000', '175900.456000', '175900.458000', '175900.461000', '175900.464000', '175900.467000', '175900.470000', '175900.473000', '175900.475000', '175900.478000', '175900.481000', '175900.484000', '175900.487000', '175900.490000', '175900.493000', '175900.495000', '175900.498000', '175900.501000', '175900.504000', '175900.510000', '175900.513000', '175900.516000', '175900.519000', '175900.522000', '175900.525000', '175900.527000', '175900.530000', '175900.533000', '175900.536000', '175900.539000', '175900.542000', '175900.544000', '175900.547000', '175900.550000', '175900.553000', '175900.556000', '175900.559000', '175900.561000', '175900.564000', '175920.441000', '175920.444000', '175920.447000', '175920.449000', '175920.452000', '175920.455000', '175920.458000', '175920.461000', '175920.464000', '175920.466000', '175920.469000', '175920.472000', '175920.475000', '175920.478000', '175920.481000', '175920.483000', '175920.486000', '175920.489000', '175920.492000', '175920.495000', '175920.498000', '175920.500000', '175920.503000', '175920.506000', '175920.509000', '175920.512000', '175920.515000', '175920.517000', '175920.520000', '175920.523000', '175920.526000', '175920.529000', '175920.532000', '175920.535000', '175920.537000', '175920.540000', '175920.543000', '175920.546000', '175920.549000', '175920.552000', '175920.554000', '175920.557000', '175920.560000', '175920.563000', '175940.441000', '175940.444000', '175940.447000', '175940.450000', '175940.452000', '175940.455000', '175940.458000', '175940.461000', '175940.464000', '175940.467000', '175940.469000', '175940.472000', '175940.475000', '175940.478000', '175940.481000', '175940.483000', '175940.486000', '175940.489000', '175940.492000', '175940.495000', '175940.498000', '175940.501000', '175940.503000', '175940.506000', '175940.509000', '175940.512000', '175940.515000', '175940.518000', '175940.521000', '175940.525000', '175940.530000', '175940.533000', '175940.536000', '175940.538000', '175940.541000', '175940.544000', '175940.547000', '175940.550000', '175940.552000', '175940.555000', '175940.558000', '175940.561000', '175940.564000', '180000.440000', '180000.443000', '180000.446000', '180000.448000', '180000.451000', '180000.454000', '180000.457000', '180000.460000', '180000.462000', '180000.465000', '180000.468000', '180000.471000', '180000.474000', '180000.476000', '180000.479000', '180000.482000', '180000.485000', '180000.488000', '180000.491000', '180000.493000', '180000.496000', '180000.499000', '180000.502000', '180000.505000', '180000.507000', '180000.510000', '180000.513000', '180000.516000', '180000.519000', '180000.522000', '180000.524000', '180000.527000', '180000.530000', '180000.533000', '180000.536000', '180000.539000', '180000.542000', '180000.544000', '180000.547000', '180000.550000', '180000.553000', '180000.556000', '180000.559000', '180000.561000', '180020.440000', '180020.462000', '180020.465000', '180020.467000', '180020.470000', '180020.473000', '180020.476000', '180020.479000', '180020.482000', '180020.485000', '180020.488000', '180020.491000', '180020.494000', '180020.497000', '180020.500000', '180020.503000', '180020.506000', '180020.509000', '180020.511000', '180020.514000', '180020.517000', '180020.520000', '180020.523000', '180020.526000', '180020.528000', '180020.531000', '180020.534000', '180020.537000', '180020.540000', '180020.543000', '180020.546000', '180020.549000', '180020.553000', '180020.558000', '180020.561000', '180020.564000', '180020.567000', '180020.569000', '180020.572000', '180020.575000', '180020.578000', '180020.581000', '180020.583000', '180040.440000', '180040.443000', '180040.446000', '180040.448000', '180040.451000', '180040.454000', '180040.457000', '180040.461000', '180040.466000', '180040.469000', '180040.472000', '180040.474000', '180040.477000', '180040.480000', '180040.483000', '180040.486000', '180040.489000', '180040.492000', '180040.494000', '180040.497000', '180040.500000', '180040.503000', '180040.506000', '180040.509000', '180040.511000', '180040.514000', '180040.517000', '180040.520000', '180040.523000', '180040.526000', '180040.528000', '180040.531000', '180040.534000', '180040.537000', '180040.540000', '180040.542000', '180040.545000', '180040.548000', '180040.551000', '180040.554000', '180040.557000', '180040.559000', '180040.562000', '180040.565000', '180100.440000', '180100.443000', '180100.446000', '180100.448000', '180100.451000', '180100.454000', '180100.457000', '180100.460000', '180100.463000', '180100.465000', '180100.468000', '180100.471000', '180100.474000', '180100.477000', '180100.479000', '180100.482000', '180100.485000', '180100.488000', '180100.491000', '180100.494000', '180100.496000', '180100.499000', '180100.502000', '180100.505000', '180100.508000', '180100.510000', '180100.513000', '180100.516000', '180100.519000', '180100.522000', '180100.525000', '180100.527000', '180100.530000', '180100.533000', '180100.536000', '180100.539000', '180100.541000', '180100.544000', '180100.547000', '180100.550000', '180100.553000', '180100.555000', '180100.559000', '180120.440000', '180120.443000', '180120.446000', '180120.448000', '180120.451000', '180120.454000', '180120.457000', '180120.460000', '180120.463000', '180120.465000', '180120.468000', '180120.471000', '180120.474000', '180120.477000', '180120.480000', '180120.482000', '180120.485000', '180120.488000', '180120.491000', '180120.494000', '180120.496000', '180120.499000', '180120.502000', '180120.505000', '180120.508000', '180120.510000', '180120.513000', '180120.516000', '180120.519000', '180120.522000', '180120.525000', '180120.528000', '180120.530000', '180120.533000', '180120.536000', '180120.539000', '180120.542000', '180120.545000', '180120.547000', '180120.550000', '180120.553000', '180120.556000', '180120.559000', '180120.562000', '180129.138000', '180129.141000', '180129.145000', '180129.148000', '180129.151000', '180129.154000', '180129.157000', '180129.205000', '180129.208000', '180129.211000', '180129.214000', '180129.217000', '180129.231000', '180129.234000', '180129.237000', '180129.239000', '180129.242000', '180129.245000', '180129.248000'], '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': [11700, 17786, 11239, 15898, 11128, 11382, 14479, 10267, 18401, 11698, 15199, 9217, 11710, 9433, 10033, 17599, 10654, 16770, 9773, 12122, 9028, 11273, 8628, 9564, 13398, 9843, 13861, 10326, 14466, 10408, 11901, 11522, 10747, 13982, 9672, 15187, 9883, 14078, 8959, 13257, 8569, 12899, 9379, 12186, 9638, 10532, 13925, 10017, 15902, 11520, 15488, 11078, 13968, 10188, 13894, 10323, 12896, 9453, 12051, 12012, 10749, 13713, 9840, 15372, 10249, 14772, 9851, 13942, 10250, 12254, 11271, 10339, 10542, 8903, 13293, 9357, 17065, 10297, 13970, 9309, 13294, 8947, 12097, 9655, 10692, 13894, 10112, 15372, 10713, 13212, 9290, 11327, 9373, 11315, 9870, 10791, 14603, 10468, 14980, 9892, 13320, 9766, 12100, 8359, 11475, 8901, 10566, 12450, 10448, 13610, 9565, 12823, 9702, 11688, 8619, 11913, 8772, 12080, 9734, 11212, 9309, 10838, 13429, 10309, 15690, 10399, 14080, 9933, 12783, 9025, 11747, 10616, 10922, 16311, 10018, 12655, 9247, 12033, 10078, 10534, 14314, 9934, 13153, 9584, 12091, 8882, 10609, 14020, 10232, 13012, 9746, 10945, 8686, 10155, 14135, 9600, 12090, 8637, 11052, 8492, 10994, 9799, 12290, 9951, 12341, 9678, 10757, 11954, 10138, 13067, 10189, 11702, 9967, 11511, 10151, 10661, 12922, 9889, 12367, 10199, 12691, 8888, 13810, 9901, 9294, 10602, 9724, 11350, 9538, 10633, 11283, 9872, 12593, 10455, 10429, 10661, 9953, 14930, 17120, 14906, 16177, 13362, 17711, 12232, 17691, 11532, 16255, 10884, 15139, 11077, 11761, 11329, 11220, 15315, 10853, 12682, 9190, 11766, 9280, 10863, 13353, 10089, 12914, 9060, 11463, 8576, 11232, 10751, 10899, 11159, 10619, 13143, 9577, 13095, 9113, 11812, 9079, 11448, 11797, 10857, 13456, 10106, 12066, 8851, 11280, 9219, 11369, 12081, 10057, 13904, 9462, 12314, 8689, 11669, 9063, 10601, 13061, 9756, 12588, 9102, 11021, 9142, 11210, 12543, 9931, 12663, 9693, 11486, 9018, 10923, 9191, 11278, 15496, 9815, 12285, 9260, 11154, 9472, 10857, 12194, 9740, 12131, 9283, 11344, 9143, 11605, 10378, 10156, 12921, 9424, 11483, 8888, 10794, 8996, 10985, 8905, 11148, 9604, 10987, 11602, 10027, 13871, 9760, 12233, 9349, 11122, 9027, 11538, 9042, 11507, 11235, 11773, 16057, 10669, 16600, 10888, 12846, 9226, 11697, 9111, 11505, 9453, 10936, 16841, 10372, 13797, 9500, 11891, 9315, 11241, 10790, 10146, 13558, 9401, 12124, 8902, 11237, 8798, 11054, 12602, 9379, 11967, 9457, 11096, 8743, 10878, 8912, 10794, 10926, 9442, 12420, 9340, 12743, 8839, 11053, 8677, 10941, 15185, 9816, 11965, 8989, 10942, 8776, 11072, 13043, 9681, 12255, 9084, 10946, 8837, 10828, 10676, 10687, 15142, 9802, 12245, 9226, 11870, 8711, 10880, 8674, 10800, 11582, 9354, 13538, 9953, 11876, 8687, 11151, 9228, 10402, 9299, 10166, 12355, 9413, 12893, 9559, 10987, 8491, 10422, 8256, 11021, 8777, 11247, 8483, 10982, 12360, 10111, 14969, 10851, 13498, 9004, 11946, 8797, 11574, 17051, 10945, 15135, 9578, 12001, 8434, 11186, 13697, 9613, 12491, 8936, 11111, 8519, 10367, 13071, 10087, 11660, 8855, 10546, 8286, 10668, 8860, 10984, 8761, 10977, 11929, 9286, 12793, 9594, 11399, 9061, 11518, 8699, 11351, 8622, 11069, 9026, 10821, 12369, 10055, 12504, 9398, 12058, 9035, 11588, 8707, 10815, 8718, 10748, 11605, 9578, 12630, 9466, 11172, 8443, 10772, 8659, 10747, 8437, 10361, 12448, 9436, 13443, 9731, 11118, 8466, 10979, 11695, 9142, 12710, 9589, 11063, 8505, 11176, 11319, 9585, 12774, 9745, 10888, 8481, 11127, 12091, 9718, 12768, 9548, 11453, 8264, 10673, 9473, 10701, 12500, 9394, 11328, 9022, 10792, 8851, 10872, 10233, 10116, 12924, 9928, 11474, 8873, 10749, 8575, 10709, 9275, 10510, 8505, 10613, 11755, 9256, 12820, 9533, 11900, 8543, 10980, 8342, 10841, 11231, 11300, 16662, 10380, 13260, 9519, 11998, 10114, 11717, 15305, 10274, 12715, 9480, 11608, 8659, 11612, 13715, 9875, 12375, 9441, 11445, 8840, 11163, 15179, 10277, 13254, 9521, 11050, 8440, 10867, 7988, 10968, 8210, 10779, 8204, 10487, 8479, 10647, 10723, 10646, 14048, 10216, 13097, 9373, 12953, 9278, 11531, 9366, 11127, 16604, 10746, 13711, 9960, 11791, 8513, 10702, 9297, 9983, 10027, 9345, 12416, 9374, 11827, 8995, 10634, 8021, 10177, 8440, 9880, 11426, 9478, 12716, 9503, 11285, 8490, 11545, 8486, 10456, 8619, 9846, 11998, 9450, 13089, 9063, 11105, 8112, 10197, 10301, 10134, 11614, 9282, 11918, 9003, 11243, 8717, 10230, 8190, 10221, 9532, 10056, 11137, 10004, 12107, 9317, 12357, 8980, 11264, 8534, 10640, 8642, 10201, 11785, 9782, 12142, 9296, 11588, 9153, 11541, 9003, 11157, 8861, 10456, 10484, 10226, 16483, 10100, 11896, 9030, 10767, 8953, 10523, 8628, 10024, 11100, 9410, 12925, 9688, 11965, 8537, 11122, 9036, 10223, 9918, 10036, 13719, 10271, 11770, 8651, 10142, 8504, 9961, 10397, 10239, 16737, 9995, 13609, 9408, 11502, 8806, 11564, 9147, 10699, 8449, 10056, 8606, 9790, 11198, 9862, 13374, 9517, 12312, 9255, 11436, 8820, 11508, 12703, 10273, 13730, 10706, 12434, 8969, 15415, 9911, 12824, 9682, 11979, 9672, 12508, 9742, 12343, 9479, 12446, 9885, 9647, 9804, 8714, 10494, 9139, 11106, 9542, 11984, 9243, 12284, 9441, 12026, 9441, 11386, 9143, 11336, 9134, 10730, 9161, 10885, 9753, 10456, 12445, 10482, 12552, 10221, 11827, 9302, 11007, 9019, 10361, 9250, 10233, 14196, 10302, 11648, 9232, 11040, 8524, 10263, 8849, 10190, 13121, 10220, 11778, 9204, 11134, 8780, 10759, 8722, 10243, 8382, 9711, 10344, 10118, 12624, 9813, 11071, 9143, 10759, 8902, 10970, 9363, 10114, 10967, 9471, 12212, 9486, 12105, 9580, 11413, 8992, 11215, 8720, 11120, 8398, 10474, 8655, 10619, 11303, 10665, 16887, 10598, 12275, 10193, 11397, 9140, 10688, 8861, 10754, 17494, 10751, 14379, 10161, 11121, 8600, 10408, 9007, 10513, 13002, 10317, 11224, 8851, 9815, 8387, 10319, 10898, 10508, 11764, 9593, 10496, 8391, 10275, 8399, 10976, 10645, 10010, 11029, 9103, 10650, 8382, 10559, 10337, 10470, 11645, 9736, 10986, 8875, 10394, 8916, 10512, 15573, 10181, 11439, 9698, 10365, 8148, 10302, 9489, 10545, 12675, 10131, 11880, 9950, 10766], 'WindowCenter': [4677.0, 4674.0, 4608.0, 4618.0, 4573.0, 4573.0, 4580.0, 4550.0, 4601.0, 4559.0, 4572.0, 4521.0, 4540.0, 4527.0, 4532.0, 4576.0, 4535.0, 4558.0, 4525.0, 4538.0, 4514.0, 4545.0, 4510.0, 4536.0, 4566.0, 4533.0, 4576.0, 4550.0, 4556.0, 4521.0, 4545.0, 4547.0, 4535.0, 4553.0, 4524.0, 4562.0, 4535.0, 4564.0, 4522.0, 4552.0, 4527.0, 4556.0, 4538.0, 4566.0, 4536.0, 4549.0, 4578.0, 4546.0, 4590.0, 4573.0, 4566.0, 4536.0, 4540.0, 4535.0, 4564.0, 4535.0, 4554.0, 4536.0, 4556.0, 4544.0, 4533.0, 4552.0, 4523.0, 4577.0, 4535.0, 4565.0, 4524.0, 4556.0, 4536.0, 4570.0, 4556.0, 4560.0, 4545.0, 4535.0, 4564.0, 4521.0, 4567.0, 4550.0, 4566.0, 4535.0, 4564.0, 4526.0, 4554.0, 4537.0, 4546.0, 4565.0, 4549.0, 4605.0, 4591.0, 4628.0, 4571.0, 4577.0, 4525.0, 4546.0, 4540.0, 4548.0, 4562.0, 4533.0, 4520.0, 4493.0, 4535.0, 4520.0, 4542.0, 4514.0, 4540.0, 4538.0, 4558.0, 4567.0, 4556.0, 4575.0, 4546.0, 4576.0, 4545.0, 4563.0, 4536.0, 4563.0, 4536.0, 4567.0, 4545.0, 4553.0, 4547.0, 4556.0, 4576.0, 4546.0, 4584.0, 4544.0, 4573.0, 4542.0, 4563.0, 4521.0, 4549.0, 4540.0, 4541.0, 4582.0, 4532.0, 4550.0, 4532.0, 4549.0, 4529.0, 4542.0, 4559.0, 4531.0, 4560.0, 4531.0, 4551.0, 4520.0, 4543.0, 4572.0, 4543.0, 4562.0, 4544.0, 4566.0, 4534.0, 4556.0, 4574.0, 4559.0, 4583.0, 4540.0, 4569.0, 4539.0, 4572.0, 4571.0, 4585.0, 4560.0, 4579.0, 4548.0, 4572.0, 4567.0, 4556.0, 4574.0, 4560.0, 4566.0, 4551.0, 4568.0, 4560.0, 4575.0, 4596.0, 4575.0, 4607.0, 4586.0, 4605.0, 4563.0, 4588.0, 4563.0, 4562.0, 4575.0, 4563.0, 4583.0, 4568.0, 4585.0, 4583.0, 4580.0, 4596.0, 4591.0, 4586.0, 4590.0, 4576.0, 4616.0, 4613.0, 4605.0, 4597.0, 4577.0, 4585.0, 4556.0, 4586.0, 4547.0, 4571.0, 4527.0, 4544.0, 4514.0, 4524.0, 4515.0, 4524.0, 4547.0, 4529.0, 4535.0, 4505.0, 4536.0, 4506.0, 4529.0, 4547.0, 4531.0, 4536.0, 4512.0, 4534.0, 4515.0, 4541.0, 4545.0, 4543.0, 4540.0, 4540.0, 4551.0, 4532.0, 4562.0, 4522.0, 4548.0, 4525.0, 4551.0, 4554.0, 4543.0, 4564.0, 4533.0, 4549.0, 4533.0, 4540.0, 4523.0, 4553.0, 4550.0, 4535.0, 4562.0, 4535.0, 4551.0, 4524.0, 4554.0, 4527.0, 4541.0, 4567.0, 4534.0, 4566.0, 4535.0, 4557.0, 4537.0, 4569.0, 4565.0, 4547.0, 4564.0, 4546.0, 4571.0, 4537.0, 4558.0, 4548.0, 4567.0, 4585.0, 4546.0, 4570.0, 4536.0, 4556.0, 4546.0, 4556.0, 4566.0, 4546.0, 4565.0, 4549.0, 4553.0, 4537.0, 4566.0, 4558.0, 4561.0, 4580.0, 4548.0, 4582.0, 4549.0, 4558.0, 4548.0, 4567.0, 4562.0, 4583.0, 4561.0, 4572.0, 4579.0, 4573.0, 4589.0, 4562.0, 4582.0, 4563.0, 4580.0, 4563.0, 4584.0, 4550.0, 4579.0, 4571.0, 4580.0, 4598.0, 4569.0, 4600.0, 4559.0, 4577.0, 4548.0, 4564.0, 4537.0, 4565.0, 4548.0, 4557.0, 4595.0, 4546.0, 4571.0, 4536.0, 4551.0, 4522.0, 4550.0, 4543.0, 4543.0, 4563.0, 4535.0, 4562.0, 4534.0, 4550.0, 4524.0, 4555.0, 4564.0, 4546.0, 4563.0, 4544.0, 4551.0, 4536.0, 4556.0, 4536.0, 4556.0, 4557.0, 4547.0, 4577.0, 4549.0, 4580.0, 4537.0, 4568.0, 4536.0, 4569.0, 4588.0, 4548.0, 4567.0, 4536.0, 4557.0, 4537.0, 4568.0, 4578.0, 4548.0, 4567.0, 4536.0, 4553.0, 4549.0, 4558.0, 4557.0, 4556.0, 4585.0, 4546.0, 4566.0, 4546.0, 4568.0, 4538.0, 4567.0, 4536.0, 4569.0, 4568.0, 4560.0, 4590.0, 4573.0, 4568.0, 4537.0, 4568.0, 4563.0, 4567.0, 4547.0, 4571.0, 4601.0, 4577.0, 4603.0, 4570.0, 4567.0, 4534.0, 4553.0, 4537.0, 4565.0, 4538.0, 4566.0, 4537.0, 4569.0, 4576.0, 4559.0, 4584.0, 4553.0, 4574.0, 4530.0, 4550.0, 4522.0, 4550.0, 4578.0, 4537.0, 4558.0, 4516.0, 4534.0, 4494.0, 4536.0, 4544.0, 4518.0, 4545.0, 4507.0, 4528.0, 4504.0, 4528.0, 4548.0, 4528.0, 4537.0, 4509.0, 4524.0, 4508.0, 4540.0, 4520.0, 4538.0, 4520.0, 4542.0, 4551.0, 4532.0, 4562.0, 4535.0, 4554.0, 4548.0, 4554.0, 4524.0, 4554.0, 4533.0, 4556.0, 4534.0, 4566.0, 4565.0, 4557.0, 4565.0, 4546.0, 4565.0, 4536.0, 4563.0, 4536.0, 4554.0, 4535.0, 4554.0, 4564.0, 4547.0, 4576.0, 4548.0, 4564.0, 4537.0, 4553.0, 4535.0, 4557.0, 4526.0, 4555.0, 4566.0, 4550.0, 4575.0, 4545.0, 4551.0, 4525.0, 4554.0, 4554.0, 4535.0, 4563.0, 4534.0, 4553.0, 4524.0, 4554.0, 4553.0, 4545.0, 4564.0, 4534.0, 4553.0, 4526.0, 4556.0, 4566.0, 4545.0, 4564.0, 4534.0, 4552.0, 4524.0, 4542.0, 4533.0, 4555.0, 4563.0, 4535.0, 4551.0, 4537.0, 4556.0, 4538.0, 4554.0, 4557.0, 4560.0, 4575.0, 4560.0, 4566.0, 4535.0, 4553.0, 4552.0, 4570.0, 4548.0, 4570.0, 4550.0, 4569.0, 4578.0, 4561.0, 4576.0, 4559.0, 4567.0, 4537.0, 4560.0, 4541.0, 4566.0, 4554.0, 4557.0, 4596.0, 4545.0, 4564.0, 4544.0, 4551.0, 4531.0, 4549.0, 4570.0, 4531.0, 4560.0, 4531.0, 4540.0, 4521.0, 4548.0, 4556.0, 4530.0, 4549.0, 4530.0, 4536.0, 4516.0, 4553.0, 4569.0, 4543.0, 4551.0, 4531.0, 4539.0, 4511.0, 4552.0, 4513.0, 4544.0, 4523.0, 4551.0, 4535.0, 4558.0, 4537.0, 4555.0, 4571.0, 4573.0, 4589.0, 4548.0, 4567.0, 4535.0, 4564.0, 4532.0, 4556.0, 4535.0, 4540.0, 4582.0, 4542.0, 4551.0, 4519.0, 4536.0, 4510.0, 4529.0, 4519.0, 4530.0, 4531.0, 4522.0, 4553.0, 4533.0, 4551.0, 4522.0, 4541.0, 4511.0, 4531.0, 4512.0, 4533.0, 4550.0, 4536.0, 4551.0, 4534.0, 4543.0, 4524.0, 4554.0, 4522.0, 4542.0, 4522.0, 4543.0, 4552.0, 4534.0, 4560.0, 4524.0, 4543.0, 4515.0, 4541.0, 4543.0, 4546.0, 4553.0, 4534.0, 4552.0, 4535.0, 4555.0, 4524.0, 4541.0, 4525.0, 4570.0, 4548.0, 4543.0, 4556.0, 4546.0, 4564.0, 4535.0, 4566.0, 4536.0, 4552.0, 4525.0, 4554.0, 4552.0, 4559.0, 4565.0, 4545.0, 4562.0, 4536.0, 4566.0, 4546.0, 4555.0, 4535.0, 4551.0, 4534.0, 4542.0, 4541.0, 4558.0, 4597.0, 4545.0, 4552.0, 4533.0, 4540.0, 4534.0, 4552.0, 4523.0, 4544.0, 4555.0, 4536.0, 4564.0, 4536.0, 4555.0, 4524.0, 4540.0, 4523.0, 4544.0, 4533.0, 4544.0, 4562.0, 4543.0, 4541.0, 4521.0, 4527.0, 4523.0, 4535.0, 4543.0, 4557.0, 4594.0, 4544.0, 4560.0, 4522.0, 4552.0, 4522.0, 4542.0, 4532.0, 4554.0, 4554.0, 4557.0, 4540.0, 4546.0, 4554.0, 4533.0, 4562.0, 4532.0, 4551.0, 4534.0, 4563.0, 4536.0, 4552.0, 4558.0, 4528.0, 4556.0, 4544.0, 4560.0, 4530.0, 4569.0, 4529.0, 4548.0, 4530.0, 4549.0, 4532.0, 4561.0, 4546.0, 4551.0, 4532.0, 4562.0, 4542.0, 4531.0, 4541.0, 4533.0, 4551.0, 4534.0, 4549.0, 4532.0, 4551.0, 4532.0, 4559.0, 4543.0, 4562.0, 4533.0, 4549.0, 4536.0, 4554.0, 4533.0, 4539.0, 4531.0, 4552.0, 4533.0, 4543.0, 4559.0, 4540.0, 4562.0, 4543.0, 4553.0, 4532.0, 4539.0, 4529.0, 4540.0, 4532.0, 4542.0, 4572.0, 4543.0, 4552.0, 4534.0, 4551.0, 4534.0, 4552.0, 4535.0, 4558.0, 4575.0, 4557.0, 4565.0, 4547.0, 4565.0, 4549.0, 4565.0, 4538.0, 4560.0, 4538.0, 4560.0, 4569.0, 4571.0, 4589.0, 4571.0, 4580.0, 4561.0, 4577.0, 4561.0, 4580.0, 4561.0, 4587.0, 4582.0, 4584.0, 4589.0, 4571.0, 4576.0, 4557.0, 4564.0, 4546.0, 4564.0, 4547.0, 4566.0, 4535.0, 4566.0, 4550.0, 4567.0, 4568.0, 4569.0, 4605.0, 4568.0, 4575.0, 4558.0, 4564.0, 4543.0, 4553.0, 4534.0, 4565.0, 4592.0, 4555.0, 4574.0, 4540.0, 4550.0, 4520.0, 4540.0, 4521.0, 4542.0, 4559.0, 4542.0, 4539.0, 4532.0, 4541.0, 4520.0, 4540.0, 4541.0, 4541.0, 4550.0, 4543.0, 4540.0, 4524.0, 4541.0, 4522.0, 4552.0, 4554.0, 4543.0, 4551.0, 4546.0, 4553.0, 4535.0, 4554.0, 4555.0, 4553.0, 4566.0, 4546.0, 4555.0, 4535.0, 4553.0, 4534.0, 4554.0, 4584.0, 4555.0, 4554.0, 4542.0, 4540.0, 4521.0, 4552.0, 4541.0, 4554.0, 4572.0, 4552.0, 4561.0, 4555.0, 4553.0], 'WindowWidth': [10240.0, 10217.0, 10106.0, 10109.0, 10030.0, 10028.0, 10033.0, 9991.0, 10065.0, 9998.0, 10013.0, 9941.0, 9965.0, 9952.0, 9956.0, 10016.0, 9957.0, 9990.0, 9943.0, 9960.0, 9930.0, 9972.0, 9924.0, 9961.0, 10003.0, 9959.0, 10020.0, 9988.0, 9987.0, 9929.0, 9971.0, 9976.0, 9956.0, 9976.0, 9940.0, 9995.0, 9960.0, 9997.0, 9940.0, 9980.0, 9950.0, 9989.0, 9969.0, 10008.0, 9965.0, 9986.0, 10024.0, 9979.0, 10047.0, 10023.0, 10002.0, 9959.0, 9956.0, 9959.0, 10001.0, 9959.0, 9982.0, 9963.0, 9987.0, 9967.0, 9953.0, 9978.0, 9938.0, 10019.0, 9960.0, 10003.0, 9943.0, 9987.0, 9962.0, 10020.0, 9997.0, 10004.0, 9975.0, 9964.0, 10000.0, 9938.0, 9999.0, 9984.0, 10004.0, 9963.0, 10001.0, 9949.0, 9986.0, 9968.0, 9979.0, 10004.0, 9986.0, 10074.0, 10066.0, 10121.0, 10032.0, 10034.0, 9941.0, 9972.0, 9969.0, 9978.0, 9991.0, 9947.0, 9909.0, 9877.0, 9940.0, 9927.0, 9961.0, 9926.0, 9962.0, 9969.0, 9999.0, 10007.0, 9996.0, 10023.0, 9984.0, 10026.0, 9981.0, 10001.0, 9972.0, 10003.0, 9973.0, 10015.0, 9981.0, 9992.0, 9989.0, 9999.0, 10023.0, 9984.0, 10036.0, 9977.0, 10018.0, 9974.0, 10002.0, 9944.0, 9982.0, 9967.0, 9970.0, 10029.0, 9958.0, 9981.0, 9958.0, 9979.0, 9951.0, 9970.0, 9992.0, 9956.0, 9995.0, 9958.0, 9986.0, 9942.0, 9976.0, 10014.0, 9975.0, 9999.0, 9979.0, 10015.0, 9965.0, 9997.0, 10018.0, 10007.0, 10041.0, 9980.0, 10016.0, 9978.0, 10025.0, 10028.0, 10047.0, 10006.0, 10031.0, 9988.0, 10022.0, 10010.0, 9996.0, 10018.0, 10003.0, 10010.0, 9991.0, 10014.0, 10003.0, 10027.0, 10061.0, 10037.0, 10085.0, 10056.0, 10077.0, 10019.0, 10043.0, 10017.0, 10015.0, 10033.0, 10015.0, 10043.0, 10025.0, 10051.0, 10046.0, 10044.0, 10064.0, 10064.0, 10054.0, 10063.0, 10037.0, 10095.0, 10087.0, 10076.0, 10057.0, 10029.0, 10037.0, 9994.0, 10040.0, 9981.0, 10014.0, 9943.0, 9966.0, 9919.0, 9933.0, 9920.0, 9936.0, 9972.0, 9944.0, 9951.0, 9910.0, 9952.0, 9912.0, 9946.0, 9970.0, 9950.0, 9955.0, 9926.0, 9951.0, 9934.0, 9970.0, 9974.0, 9969.0, 9966.0, 9967.0, 9982.0, 9959.0, 10001.0, 9945.0, 9979.0, 9951.0, 9984.0, 9990.0, 9974.0, 10001.0, 9959.0, 9979.0, 9963.0, 9969.0, 9944.0, 9987.0, 9980.0, 9963.0, 9999.0, 9965.0, 9984.0, 9948.0, 9988.0, 9954.0, 9971.0, 10010.0, 9966.0, 10008.0, 9967.0, 10001.0, 9970.0, 10016.0, 10007.0, 9984.0, 10007.0, 9984.0, 10020.0, 9972.0, 10002.0, 9988.0, 10013.0, 10036.0, 9983.0, 10018.0, 9971.0, 9998.0, 9983.0, 9997.0, 10010.0, 9984.0, 10009.0, 9989.0, 9994.0, 9971.0, 10012.0, 10004.0, 10011.0, 10034.0, 9993.0, 10041.0, 9993.0, 10005.0, 9991.0, 10020.0, 10017.0, 10045.0, 10012.0, 10029.0, 10037.0, 10032.0, 10051.0, 10017.0, 10042.0, 10017.0, 10040.0, 10019.0, 10047.0, 9997.0, 10037.0, 10025.0, 10036.0, 10062.0, 10022.0, 10066.0, 10005.0, 10029.0, 9988.0, 10010.0, 9974.0, 10012.0, 9986.0, 9999.0, 10051.0, 9983.0, 10016.0, 9969.0, 9988.0, 9946.0, 9983.0, 9974.0, 9974.0, 10003.0, 9968.0, 10003.0, 9963.0, 9983.0, 9950.0, 9993.0, 10006.0, 9985.0, 10005.0, 9980.0, 9988.0, 9973.0, 10000.0, 9970.0, 10000.0, 10001.0, 9989.0, 10030.0, 9994.0, 10035.0, 9975.0, 10018.0, 9972.0, 10019.0, 10045.0, 9990.0, 10013.0, 9972.0, 10002.0, 9974.0, 10019.0, 10029.0, 9990.0, 10015.0, 9973.0, 9993.0, 9993.0, 10004.0, 10000.0, 9998.0, 10039.0, 9986.0, 10013.0, 9987.0, 10018.0, 9976.0, 10017.0, 9972.0, 10021.0, 10018.0, 10010.0, 10051.0, 10034.0, 10016.0, 9976.0, 10020.0, 10022.0, 10021.0, 9989.0, 10028.0, 10075.0, 10049.0, 10077.0, 10028.0, 10016.0, 9971.0, 9994.0, 9978.0, 10014.0, 9979.0, 10017.0, 9977.0, 10022.0, 10030.0, 10008.0, 10039.0, 9995.0, 10022.0, 9959.0, 9986.0, 9946.0, 9984.0, 10020.0, 9962.0, 9994.0, 9932.0, 9955.0, 9902.0, 9957.0, 9968.0, 9934.0, 9972.0, 9919.0, 9946.0, 9913.0, 9949.0, 9976.0, 9948.0, 9959.0, 9924.0, 9940.0, 9924.0, 9967.0, 9943.0, 9965.0, 9941.0, 9973.0, 9984.0, 9963.0, 10001.0, 9967.0, 9995.0, 9994.0, 9994.0, 9951.0, 9992.0, 9964.0, 9997.0, 9968.0, 10013.0, 10011.0, 10000.0, 10010.0, 9985.0, 10010.0, 9973.0, 10007.0, 9969.0, 9994.0, 9969.0, 9994.0, 10009.0, 9990.0, 10027.0, 9991.0, 10008.0, 9974.0, 9992.0, 9968.0, 10000.0, 9957.0, 9996.0, 10012.0, 9994.0, 10024.0, 9980.0, 9987.0, 9953.0, 9993.0, 9992.0, 9968.0, 10004.0, 9965.0, 9990.0, 9951.0, 9990.0, 9990.0, 9982.0, 10007.0, 9966.0, 9990.0, 9955.0, 9997.0, 10010.0, 9981.0, 10005.0, 9966.0, 9988.0, 9952.0, 9975.0, 9963.0, 9995.0, 10004.0, 9968.0, 9988.0, 9975.0, 9999.0, 9974.0, 9997.0, 10003.0, 10010.0, 10023.0, 10009.0, 10010.0, 9969.0, 9993.0, 10004.0, 10024.0, 9992.0, 10026.0, 9997.0, 10023.0, 10033.0, 10015.0, 10029.0, 10008.0, 10014.0, 9974.0, 10006.0, 9984.0, 10016.0, 9994.0, 10000.0, 10056.0, 9982.0, 10006.0, 9980.0, 9987.0, 9957.0, 9980.0, 10008.0, 9956.0, 9997.0, 9957.0, 9969.0, 9942.0, 9978.0, 9986.0, 9952.0, 9979.0, 9953.0, 9961.0, 9933.0, 9993.0, 10007.0, 9976.0, 9985.0, 9957.0, 9964.0, 9930.0, 9989.0, 9939.0, 9979.0, 9950.0, 9988.0, 9972.0, 10004.0, 9977.0, 10001.0, 10028.0, 10031.0, 10046.0, 9986.0, 10012.0, 9969.0, 10007.0, 9959.0, 9995.0, 9964.0, 9969.0, 10027.0, 9970.0, 9983.0, 9934.0, 9956.0, 9924.0, 9950.0, 9936.0, 9953.0, 9955.0, 9943.0, 9987.0, 9961.0, 9982.0, 9943.0, 9968.0, 9928.0, 9956.0, 9932.0, 9963.0, 9982.0, 9965.0, 9985.0, 9963.0, 9975.0, 9952.0, 9991.0, 9944.0, 9973.0, 9946.0, 9974.0, 9988.0, 9963.0, 9998.0, 9949.0, 9974.0, 9938.0, 9973.0, 9975.0, 9982.0, 9987.0, 9963.0, 9988.0, 9968.0, 9993.0, 9951.0, 9972.0, 9953.0, 10024.0, 9989.0, 9980.0, 9997.0, 9982.0, 10007.0, 9968.0, 10011.0, 9971.0, 9991.0, 9953.0, 9995.0, 10003.0, 10006.0, 10008.0, 9980.0, 10004.0, 9970.0, 10013.0, 9987.0, 9995.0, 9967.0, 9987.0, 9964.0, 9976.0, 9972.0, 10007.0, 10057.0, 9979.0, 9985.0, 9963.0, 9970.0, 9966.0, 9989.0, 9947.0, 9978.0, 9995.0, 9971.0, 10004.0, 9969.0, 9992.0, 9949.0, 9970.0, 9946.0, 9975.0, 9961.0, 9978.0, 10003.0, 9975.0, 9970.0, 9942.0, 9949.0, 9948.0, 9966.0, 9976.0, 10000.0, 10048.0, 9976.0, 9994.0, 9944.0, 9984.0, 9947.0, 9971.0, 9959.0, 9996.0, 10011.0, 10007.0, 9982.0, 9986.0, 9991.0, 9961.0, 10000.0, 9959.0, 9984.0, 9964.0, 10006.0, 9970.0, 9987.0, 9994.0, 9951.0, 9983.0, 9978.0, 9995.0, 9958.0, 10010.0, 9952.0, 9977.0, 9957.0, 9980.0, 9962.0, 9999.0, 9986.0, 9984.0, 9960.0, 10000.0, 9975.0, 9959.0, 9973.0, 9963.0, 9989.0, 9964.0, 9981.0, 9961.0, 9985.0, 9961.0, 9996.0, 9979.0, 10002.0, 9963.0, 9982.0, 9968.0, 9992.0, 9962.0, 9968.0, 9957.0, 9988.0, 9961.0, 9976.0, 9996.0, 9973.0, 10002.0, 9977.0, 9990.0, 9962.0, 9969.0, 9957.0, 9973.0, 9962.0, 9977.0, 10017.0, 9977.0, 9989.0, 9967.0, 9988.0, 9966.0, 9992.0, 9971.0, 10004.0, 10025.0, 10001.0, 10012.0, 9989.0, 10011.0, 9994.0, 10013.0, 9978.0, 10010.0, 9980.0, 10012.0, 10023.0, 10030.0, 10050.0, 10029.0, 10039.0, 10017.0, 10035.0, 10016.0, 10043.0, 10016.0, 10060.0, 10044.0, 10057.0, 10054.0, 10030.0, 10030.0, 10005.0, 10012.0, 9989.0, 10011.0, 9994.0, 10019.0, 9976.0, 10018.0, 9998.0, 10022.0, 10020.0, 10023.0, 10071.0, 10020.0, 10028.0, 10008.0, 10012.0, 9981.0, 9996.0, 9968.0, 10013.0, 10049.0, 9998.0, 10022.0, 9972.0, 9985.0, 9945.0, 9971.0, 9946.0, 9975.0, 9997.0, 9976.0, 9968.0, 9962.0, 9973.0, 9945.0, 9974.0, 9973.0, 9975.0, 9986.0, 9977.0, 9973.0, 9955.0, 9977.0, 9949.0, 9991.0, 9995.0, 9982.0, 9992.0, 9988.0, 9996.0, 9970.0, 9997.0, 9999.0, 9996.0, 10015.0, 9989.0, 10000.0, 9970.0, 9994.0, 9968.0, 9997.0, 10038.0, 9998.0, 9996.0, 9976.0, 9975.0, 9950.0, 9993.0, 9974.0, 9994.0, 10018.0, 9991.0, 10004.0, 9998.0, 9995.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.015264338319907941</td></tr>
<tr><td colspan=3>aqi</td><td>0.05637867721518987</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.832554487638205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3956931750806452</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.252994189354838</td></tr>
<tr><td colspan=3>efc</td><td>0.519</td></tr>
<tr><td colspan=3>fber</td><td>3583.5061</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13465228293854967</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>124</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.2692750287687</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.554595895989758</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.552756848228443</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6083938469019534</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.502636992838877</td></tr>
<tr><td colspan=3>gcor</td><td>0.015091</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.013779733330011368</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022756826132535934</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.575495761591038</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>23.8667</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.0339</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.7898</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289860.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>1204.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>506.3658</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8267</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.1873</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3708.5259</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86684.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4742.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>835.3145</td></tr>
<tr><td colspan=3>tsnr</td><td>27.34328982839361</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>