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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-06_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-06_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-0117/ses-01/func/sub-0117_ses-01_task-social_acq-mb8_run-06_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>ac6e3277ef2b577ed2d0d13185e8a516</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>20:36:19.385000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999262, -0.030937, 0.0227707, 0.0310539, 0.999506, -0.0047972]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.100479</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7724, -7259, 384, -147, 78, -21, 70]</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>263.911</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e726e2f4-ce8c-4ed9-a800-a281ea59640e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809465885162354, 0.08331534266471863, 0.061049848794937134, 107.35619354248047], [0.0830017626285553, 2.6816020011901855, -0.01485210470855236, -100.31358337402344], [0.06109214946627617, 0.012870539911091328, 2.6992688179016113, -69.64543151855469], [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': ['203619.385000', '203619.845000', '203620.305000', '203620.765000', '203621.225000', '203621.685000', '203622.145000', '203622.605000', '203623.065000', '203623.525000', '203623.985000', '203624.445000', '203624.905000', '203625.365000', '203625.825000', '203626.285000', '203626.745000', '203627.205000', '203627.665000', '203628.125000', '203628.585000', '203629.045000', '203629.505000', '203629.965000', '203630.425000', '203630.885000', '203631.345000', '203631.805000', '203632.265000', '203632.725000', '203633.185000', '203633.645000', '203634.105000', '203634.565000', '203635.025000', '203635.485000', '203635.945000', '203636.405000', '203636.865000', '203637.325000', '203637.785000', '203638.245000', '203638.705000', '203639.165000', '203639.625000', '203640.085000', '203640.545000', '203641.005000', '203641.465000', '203641.925000', '203642.385000', '203642.845000', '203643.305000', '203643.765000', '203644.225000', '203644.685000', '203645.145000', '203645.605000', '203646.065000', '203646.525000', '203646.985000', '203647.445000', '203647.905000', '203648.365000', '203648.825000', '203649.285000', '203649.745000', '203650.205000', '203650.665000', '203651.125000', '203651.585000', '203652.045000', '203652.505000', '203652.965000', '203653.425000', '203653.885000', '203654.345000', '203654.805000', '203655.265000', '203655.725000', '203656.185000', '203656.645000', '203657.105000', '203657.565000', '203658.025000', '203658.485000', '203658.945000', '203659.405000', '203659.865000', '203700.325000', '203700.785000', '203701.245000', '203701.705000', '203702.165000', '203702.625000', '203703.085000', '203703.545000', '203704.005000', '203704.465000', '203704.925000', '203705.385000', '203705.845000', '203706.305000', '203706.765000', '203707.225000', '203707.685000', '203708.145000', '203708.605000', '203709.065000', '203709.525000', '203709.985000', '203710.445000', '203710.905000', '203711.365000', '203711.825000', '203712.285000', '203712.745000', '203713.205000', '203713.665000', '203714.125000', '203714.585000', '203715.045000', '203715.505000', '203715.965000', '203716.425000', '203716.885000', '203717.345000', '203717.805000', '203718.265000', '203718.725000', '203719.185000', '203719.645000', '203720.105000', '203720.565000', '203721.025000', '203721.485000', '203721.945000', '203722.405000', '203722.865000', '203723.325000', '203723.785000', '203724.245000', '203724.705000', '203725.165000', '203725.625000', '203726.085000', '203726.545000', '203727.005000', '203727.465000', '203727.925000', '203728.385000', '203728.845000', '203729.305000', '203729.765000', '203730.225000', '203730.685000', '203731.145000', '203731.605000', '203732.065000', '203732.525000', '203732.985000', '203733.445000', '203733.905000', '203734.365000', '203734.825000', '203735.285000', '203735.745000', '203736.205000', '203736.665000', '203737.125000', '203737.585000', '203738.045000', '203738.505000', '203738.965000', '203739.425000', '203739.885000', '203740.345000', '203740.805000', '203741.265000', '203741.725000', '203742.185000', '203742.645000', '203743.105000', '203743.565000', '203744.025000', '203744.485000', '203744.945000', '203745.405000', '203745.865000', '203746.325000', '203746.785000', '203747.245000', '203747.705000', '203748.165000', '203748.625000', '203749.085000', '203749.545000', '203750.005000', '203750.465000', '203750.925000', '203751.385000', '203751.845000', '203752.305000', '203752.765000', '203753.225000', '203753.685000', '203754.145000', '203754.605000', '203755.065000', '203755.525000', '203755.985000', '203756.445000', '203756.905000', '203757.365000', '203757.825000', '203758.285000', '203758.745000', '203759.205000', '203759.665000', '203800.125000', '203800.585000', '203801.045000', '203801.505000', '203801.965000', '203802.425000', '203802.885000', '203803.345000', '203803.805000', '203804.265000', '203804.725000', '203805.185000', '203805.645000', '203806.105000', '203806.565000', '203807.025000', '203807.485000', '203807.945000', '203808.405000', '203808.865000', '203809.325000', '203809.785000', '203810.245000', '203810.705000', '203811.165000', '203811.625000', '203812.085000', '203812.545000', '203813.005000', '203813.465000', '203813.925000', '203814.385000', '203814.845000', '203815.305000', '203815.765000', '203816.225000', '203816.685000', '203817.145000', '203817.605000', '203818.065000', '203818.525000', '203818.985000', '203819.445000', '203819.905000', '203820.365000', '203820.825000', '203821.285000', '203821.745000', '203822.205000', '203822.665000', '203823.125000', '203823.585000', '203824.045000', '203824.505000', '203824.965000', '203825.425000', '203825.885000', '203826.345000', '203826.805000', '203827.265000', '203827.725000', '203828.185000', '203828.645000', '203829.105000', '203829.565000', '203830.025000', '203830.485000', '203830.945000', '203831.405000', '203831.865000', '203832.325000', '203832.785000', '203833.245000', '203833.705000', '203834.165000', '203834.625000', '203835.085000', '203835.545000', '203836.005000', '203836.465000', '203836.925000', '203837.385000', '203837.845000', '203838.305000', '203838.765000', '203839.225000', '203839.685000', '203840.145000', '203840.605000', '203841.065000', '203841.525000', '203841.985000', '203842.445000', '203842.905000', '203843.365000', '203843.825000', '203844.285000', '203844.745000', '203845.205000', '203845.665000', '203846.125000', '203846.585000', '203847.045000', '203847.505000', '203847.965000', '203848.425000', '203848.885000', '203849.345000', '203849.805000', '203850.265000', '203850.725000', '203851.185000', '203851.645000', '203852.105000', '203852.565000', '203853.025000', '203853.485000', '203853.945000', '203854.405000', '203854.865000', '203855.325000', '203855.785000', '203856.245000', '203856.705000', '203857.165000', '203857.625000', '203858.085000', '203858.545000', '203859.005000', '203859.465000', '203859.925000', '203900.385000', '203900.845000', '203901.305000', '203901.765000', '203902.225000', '203902.685000', '203903.145000', '203903.605000', '203904.065000', '203904.525000', '203904.985000', '203905.445000', '203905.905000', '203906.365000', '203906.825000', '203907.285000', '203907.745000', '203908.205000', '203908.665000', '203909.125000', '203909.585000', '203910.045000', '203910.505000', '203910.965000', '203911.425000', '203911.885000', '203912.345000', '203912.805000', '203913.265000', '203913.725000', '203914.185000', '203914.645000', '203915.105000', '203915.565000', '203916.025000', '203916.485000', '203916.945000', '203917.405000', '203917.865000', '203918.325000', '203918.785000', '203919.245000', '203919.705000', '203920.165000', '203920.625000', '203921.085000', '203921.545000', '203922.005000', '203922.465000', '203922.925000', '203923.385000', '203923.845000', '203924.305000', '203924.765000', '203925.225000', '203925.685000', '203926.145000', '203926.605000', '203927.065000', '203927.525000', '203927.985000', '203928.445000', '203928.905000', '203929.365000', '203929.825000', '203930.285000', '203930.745000', '203931.205000', '203931.665000', '203932.125000', '203932.585000', '203933.045000', '203933.505000', '203933.965000', '203934.425000', '203934.885000', '203935.345000', '203935.805000', '203936.265000', '203936.725000', '203937.185000', '203937.645000', '203938.105000', '203938.565000', '203939.025000', '203939.485000', '203939.945000', '203940.405000', '203940.865000', '203941.325000', '203941.785000', '203942.245000', '203942.705000', '203943.165000', '203943.625000', '203944.085000', '203944.545000', '203945.005000', '203945.465000', '203945.925000', '203946.385000', '203946.845000', '203947.305000', '203947.765000', '203948.225000', '203948.685000', '203949.145000', '203949.605000', '203950.065000', '203950.525000', '203950.985000', '203951.445000', '203951.905000', '203952.365000', '203952.825000', '203953.285000', '203953.745000', '203954.205000', '203954.665000', '203955.125000', '203955.585000', '203956.045000', '203956.505000', '203956.965000', '203957.425000', '203957.885000', '203958.345000', '203958.805000', '203959.265000', '203959.725000', '204000.185000', '204000.645000', '204001.105000', '204001.565000', '204002.025000', '204002.485000', '204002.945000', '204003.405000', '204003.865000', '204004.325000', '204004.785000', '204005.245000', '204005.705000', '204006.165000', '204006.625000', '204007.085000', '204007.545000', '204008.005000', '204008.465000', '204008.925000', '204009.385000', '204009.845000', '204010.305000', '204010.765000', '204011.225000', '204011.685000', '204012.145000', '204012.605000', '204013.065000', '204013.525000', '204013.985000', '204014.445000', '204014.905000', '204015.365000', '204015.825000', '204016.285000', '204016.745000', '204017.205000', '204017.665000', '204018.125000', '204018.585000', '204019.045000', '204019.505000', '204019.965000', '204020.425000', '204020.885000', '204021.345000', '204021.805000', '204022.265000', '204022.725000', '204023.185000', '204023.645000', '204024.105000', '204024.565000', '204025.025000', '204025.485000', '204025.945000', '204026.405000', '204026.865000', '204027.325000', '204027.785000', '204028.245000', '204028.705000', '204029.165000', '204029.625000', '204030.085000', '204030.545000', '204031.005000', '204031.465000', '204031.925000', '204032.385000', '204032.845000', '204033.305000', '204033.765000', '204034.225000', '204034.685000', '204035.145000', '204035.605000', '204036.065000', '204036.525000', '204036.985000', '204037.445000', '204037.905000', '204038.365000', '204038.825000', '204039.285000', '204039.745000', '204040.205000', '204040.665000', '204041.125000', '204041.585000', '204042.045000', '204042.505000', '204042.965000', '204043.425000', '204043.885000', '204044.345000', '204044.805000', '204045.265000', '204045.725000', '204046.185000', '204046.645000', '204047.105000', '204047.565000', '204048.025000', '204048.485000', '204048.945000', '204049.405000', '204049.865000', '204050.325000', '204050.785000', '204051.245000', '204051.705000', '204052.165000', '204052.625000', '204053.085000', '204053.545000', '204054.005000', '204054.465000', '204054.925000', '204055.385000', '204055.845000', '204056.305000', '204056.765000', '204057.225000', '204057.685000', '204058.145000', '204058.605000', '204059.065000', '204059.525000', '204059.985000', '204100.445000', '204100.905000', '204101.365000', '204101.825000', '204102.285000', '204102.745000', '204103.205000', '204103.665000', '204104.125000', '204104.585000', '204105.045000', '204105.505000', '204105.965000', '204106.425000', '204106.885000', '204107.345000', '204107.805000', '204108.265000', '204108.725000', '204109.185000', '204109.645000', '204110.105000', '204110.565000', '204111.025000', '204111.485000', '204111.945000', '204112.405000', '204112.865000', '204113.325000', '204113.785000', '204114.245000', '204114.705000', '204115.165000', '204115.625000', '204116.085000', '204116.545000', '204117.005000', '204117.465000', '204117.925000', '204118.385000', '204118.845000', '204119.305000', '204119.765000', '204120.225000', '204120.685000', '204121.145000', '204121.605000', '204122.065000', '204122.525000', '204122.985000', '204123.445000', '204123.905000', '204124.365000', '204124.825000', '204125.285000', '204125.745000', '204126.205000', '204126.665000', '204127.125000', '204127.585000', '204128.045000', '204128.505000', '204128.965000', '204129.425000', '204129.885000', '204130.345000', '204130.805000', '204131.265000', '204131.725000', '204132.185000', '204132.645000', '204133.105000', '204133.565000', '204134.025000', '204134.485000', '204134.945000', '204135.405000', '204135.865000', '204136.325000', '204136.785000', '204137.245000', '204137.705000', '204138.165000', '204138.625000', '204139.085000', '204139.545000', '204140.005000', '204140.465000', '204140.925000', '204141.385000', '204141.845000', '204142.305000', '204142.765000', '204143.225000', '204143.685000', '204144.145000', '204144.605000', '204145.065000', '204145.525000', '204145.985000', '204146.445000', '204146.905000', '204147.365000', '204147.825000', '204148.285000', '204148.745000', '204149.205000', '204149.665000', '204150.125000', '204150.585000', '204151.045000', '204151.505000', '204151.965000', '204152.425000', '204152.885000', '204153.345000', '204153.805000', '204154.265000', '204154.725000', '204155.185000', '204155.645000', '204156.105000', '204156.565000', '204157.025000', '204157.485000', '204157.945000', '204158.405000', '204158.865000', '204159.325000', '204159.785000', '204200.245000', '204200.705000', '204201.165000', '204201.625000', '204202.085000', '204202.545000', '204203.005000', '204203.465000', '204203.925000', '204204.385000', '204204.845000', '204205.305000', '204205.765000', '204206.225000', '204206.685000', '204207.145000', '204207.605000', '204208.065000', '204208.525000', '204208.985000', '204209.445000', '204209.905000', '204210.365000', '204210.825000', '204211.285000', '204211.745000', '204212.205000', '204212.665000', '204213.125000', '204213.585000', '204214.045000', '204214.505000', '204214.965000', '204215.425000', '204215.885000', '204216.345000', '204216.805000', '204217.265000', '204217.725000', '204218.185000', '204218.645000', '204219.105000', '204219.565000', '204220.025000', '204220.485000', '204220.945000', '204221.405000', '204221.865000', '204222.325000', '204222.785000', '204223.245000', '204223.705000', '204224.165000', '204224.625000', '204225.085000', '204225.545000', '204226.005000', '204226.465000', '204226.925000', '204227.385000', '204227.845000', '204228.305000', '204228.765000', '204229.225000', '204229.685000', '204230.145000', '204230.605000', '204231.065000', '204231.525000', '204231.985000', '204232.445000', '204232.905000', '204233.365000', '204233.825000', '204234.285000', '204234.745000', '204235.205000', '204235.665000', '204236.125000', '204236.585000', '204237.045000', '204237.505000', '204237.965000', '204238.425000', '204238.885000', '204239.345000', '204239.805000', '204240.265000', '204240.725000', '204241.185000', '204241.645000', '204242.105000', '204242.565000', '204243.025000', '204243.485000', '204243.945000', '204244.405000', '204244.865000', '204245.325000', '204245.785000', '204246.245000', '204246.705000', '204247.165000', '204247.625000', '204248.085000', '204248.545000', '204249.005000', '204249.465000', '204249.925000', '204250.385000', '204250.845000', '204251.305000', '204251.765000', '204252.225000', '204252.685000', '204253.145000', '204253.605000', '204254.065000', '204254.525000', '204254.985000', '204255.445000', '204255.905000', '204256.365000', '204256.825000', '204257.285000', '204257.745000', '204258.205000', '204258.665000', '204259.125000', '204259.585000', '204300.045000'], 'ContentTime': ['203642.734000', '203642.738000', '203642.740000', '203642.743000', '203642.746000', '203642.748000', '203642.751000', '203642.753000', '203642.756000', '203642.758000', '203642.764000', '203642.767000', '203642.769000', '203642.787000', '203642.790000', '203642.792000', '203642.795000', '203642.797000', '203642.800000', '203642.803000', '203642.805000', '203642.808000', '203642.810000', '203642.813000', '203642.815000', '203642.818000', '203642.821000', '203642.823000', '203642.826000', '203642.828000', '203642.831000', '203642.833000', '203642.840000', '203642.843000', '203642.845000', '203642.848000', '203642.850000', '203642.853000', '203642.855000', '203642.858000', '203642.861000', '203642.863000', '203642.866000', '203642.868000', '203642.871000', '203642.873000', '203642.876000', '203642.878000', '203642.881000', '203702.698000', '203702.701000', '203702.704000', '203702.706000', '203702.709000', '203702.712000', '203702.714000', '203702.717000', '203702.719000', '203702.722000', '203702.725000', '203702.727000', '203702.730000', '203702.732000', '203702.735000', '203702.737000', '203702.740000', '203702.742000', '203702.745000', '203702.748000', '203702.750000', '203702.753000', '203702.755000', '203702.758000', '203702.760000', '203702.763000', '203702.766000', '203702.768000', '203702.771000', '203702.783000', '203702.786000', '203702.788000', '203702.791000', '203702.794000', '203702.796000', '203702.799000', '203702.802000', '203702.804000', '203702.807000', '203702.809000', '203702.812000', '203702.815000', '203702.817000', '203702.820000', '203722.698000', '203722.701000', '203722.704000', '203722.706000', '203722.709000', '203722.711000', '203722.714000', '203722.717000', '203722.719000', '203722.722000', '203722.724000', '203722.727000', '203722.729000', '203722.732000', '203722.734000', '203722.737000', '203722.740000', '203722.742000', '203722.745000', '203722.747000', '203722.750000', '203722.752000', '203722.755000', '203722.758000', '203722.760000', '203722.769000', '203722.772000', '203722.774000', '203722.777000', '203722.779000', '203722.782000', '203722.785000', '203722.787000', '203722.790000', '203722.792000', '203722.795000', '203722.797000', '203722.800000', '203722.802000', '203722.805000', '203722.808000', '203722.810000', '203722.813000', '203742.699000', '203742.702000', '203742.705000', '203742.707000', '203742.710000', '203742.713000', '203742.715000', '203742.718000', '203742.720000', '203742.723000', '203742.725000', '203742.728000', '203742.731000', '203742.733000', '203742.736000', '203742.739000', '203742.741000', '203742.744000', '203742.747000', '203742.750000', '203742.752000', '203742.755000', '203742.758000', '203742.760000', '203742.763000', '203742.765000', '203742.768000', '203742.771000', '203742.773000', '203742.776000', '203742.782000', '203742.784000', '203742.787000', '203742.789000', '203742.792000', '203742.795000', '203742.797000', '203742.800000', '203742.802000', '203742.805000', '203742.808000', '203742.810000', '203742.813000', '203802.699000', '203802.702000', '203802.705000', '203802.707000', '203802.710000', '203802.713000', '203802.715000', '203802.718000', '203802.721000', '203802.723000', '203802.726000', '203802.728000', '203802.731000', '203802.734000', '203802.736000', '203802.739000', '203802.741000', '203802.744000', '203802.747000', '203802.749000', '203802.752000', '203802.754000', '203802.757000', '203802.760000', '203802.762000', '203802.765000', '203802.767000', '203802.770000', '203802.772000', '203802.775000', '203802.777000', '203802.780000', '203802.783000', '203802.785000', '203802.788000', '203802.790000', '203802.793000', '203802.795000', '203802.798000', '203802.801000', '203802.803000', '203802.806000', '203802.808000', '203802.811000', '203822.698000', '203822.701000', '203822.704000', '203822.755000', '203822.758000', '203822.760000', '203822.763000', '203822.766000', '203822.768000', '203822.771000', '203822.773000', '203822.776000', '203822.778000', '203822.781000', '203822.784000', '203822.786000', '203822.789000', '203822.791000', '203822.794000', '203822.796000', '203822.799000', '203822.802000', '203822.804000', '203822.807000', '203822.809000', '203822.812000', '203822.814000', '203822.817000', '203822.820000', '203822.822000', '203822.825000', '203822.827000', '203822.830000', '203822.832000', '203822.835000', '203822.838000', '203822.840000', '203822.843000', '203822.852000', '203822.855000', '203822.857000', '203822.860000', '203822.862000', '203842.698000', '203842.701000', '203842.704000', '203842.706000', '203842.709000', '203842.712000', '203842.714000', '203842.717000', '203842.720000', '203842.722000', '203842.725000', '203842.727000', '203842.730000', '203842.733000', '203842.735000', '203842.738000', '203842.740000', '203842.743000', '203842.745000', '203842.748000', '203842.751000', '203842.753000', '203842.756000', '203842.758000', '203842.761000', '203842.763000', '203842.766000', '203842.769000', '203842.771000', '203842.774000', '203842.776000', '203842.779000', '203842.781000', '203842.784000', '203842.787000', '203842.789000', '203842.792000', '203842.794000', '203842.797000', '203842.800000', '203842.802000', '203842.805000', '203842.807000', '203842.810000', '203902.699000', '203902.702000', '203902.704000', '203902.707000', '203902.709000', '203902.712000', '203902.714000', '203902.717000', '203902.720000', '203902.722000', '203902.725000', '203902.727000', '203902.730000', '203902.732000', '203902.735000', '203902.738000', '203902.740000', '203902.743000', '203902.745000', '203902.754000', '203902.756000', '203902.759000', '203902.762000', '203902.764000', '203902.767000', '203902.769000', '203902.772000', '203902.774000', '203902.777000', '203902.780000', '203902.782000', '203902.785000', '203902.787000', '203902.791000', '203902.794000', '203902.796000', '203902.799000', '203902.801000', '203902.804000', '203902.807000', '203902.809000', '203902.812000', '203902.814000', '203922.699000', '203922.701000', '203922.704000', '203922.707000', '203922.709000', '203922.712000', '203922.714000', '203922.717000', '203922.719000', '203922.722000', '203922.725000', '203922.727000', '203922.730000', '203922.732000', '203922.735000', '203922.737000', '203922.740000', '203922.743000', '203922.745000', '203922.748000', '203922.750000', '203922.753000', '203922.756000', '203922.758000', '203922.761000', '203922.763000', '203922.766000', '203922.769000', '203922.771000', '203922.774000', '203922.776000', '203922.779000', '203922.781000', '203922.784000', '203922.787000', '203922.789000', '203922.792000', '203922.794000', '203922.797000', '203922.799000', '203922.802000', '203922.805000', '203922.807000', '203922.810000', '203942.698000', '203942.701000', '203942.704000', '203942.706000', '203942.709000', '203942.711000', '203942.714000', '203942.717000', '203942.719000', '203942.722000', '203942.724000', '203942.727000', '203942.729000', '203942.732000', '203942.735000', '203942.737000', '203942.740000', '203942.742000', '203942.745000', '203942.747000', '203942.750000', '203942.752000', '203942.755000', '203942.758000', '203942.760000', '203942.763000', '203942.765000', '203942.768000', '203942.770000', '203942.773000', '203942.776000', '203942.778000', '203942.781000', '203942.783000', '203942.786000', '203942.788000', '203942.791000', '203942.794000', '203942.796000', '203942.799000', '203942.802000', '203942.804000', '203942.814000', '204002.699000', '204002.702000', '204002.705000', '204002.707000', '204002.710000', '204002.712000', '204002.715000', '204002.718000', '204002.720000', '204002.723000', '204002.725000', '204002.728000', '204002.731000', '204002.733000', '204002.736000', '204002.738000', '204002.741000', '204002.744000', '204002.746000', '204002.749000', '204002.751000', '204002.754000', '204002.756000', '204002.759000', '204002.761000', '204002.764000', '204002.767000', '204002.769000', '204002.772000', '204002.775000', '204002.777000', '204002.780000', '204002.782000', '204002.785000', '204002.787000', '204002.790000', '204002.793000', '204002.795000', '204002.798000', '204002.800000', '204002.803000', '204002.806000', '204002.808000', '204002.811000', '204022.698000', '204022.701000', '204022.704000', '204022.707000', '204022.709000', '204022.712000', '204022.714000', '204022.717000', '204022.719000', '204022.722000', '204022.725000', '204022.727000', '204022.730000', '204022.732000', '204022.735000', '204022.738000', '204022.740000', '204022.743000', '204022.745000', '204022.748000', '204022.751000', '204022.753000', '204022.756000', '204022.758000', '204022.761000', '204022.764000', '204022.767000', '204022.769000', '204022.772000', '204022.774000', '204022.777000', '204022.779000', '204022.782000', '204022.785000', '204022.787000', '204022.790000', '204022.792000', '204022.795000', '204022.797000', '204022.800000', '204022.803000', '204022.805000', '204022.808000', '204042.699000', '204042.701000', '204042.704000', '204042.707000', '204042.709000', '204042.712000', '204042.714000', '204042.717000', '204042.720000', '204042.722000', '204042.725000', '204042.727000', '204042.730000', '204042.732000', '204042.735000', '204042.738000', '204042.740000', '204042.743000', '204042.745000', '204042.748000', '204042.751000', '204042.753000', '204042.756000', '204042.758000', '204042.761000', '204042.764000', '204042.766000', '204042.769000', '204042.771000', '204042.774000', '204042.777000', '204042.779000', '204042.782000', '204042.784000', '204042.787000', '204042.790000', '204042.792000', '204042.795000', '204042.797000', '204042.800000', '204042.803000', '204042.806000', '204042.808000', '204042.811000', '204102.699000', '204102.701000', '204102.704000', '204102.706000', '204102.709000', '204102.712000', '204102.714000', '204102.717000', '204102.719000', '204102.722000', '204102.725000', '204102.727000', '204102.730000', '204102.732000', '204102.735000', '204102.737000', '204102.740000', '204102.743000', '204102.745000', '204102.748000', '204102.750000', '204102.753000', '204102.756000', '204102.758000', '204102.761000', '204102.763000', '204102.766000', '204102.769000', '204102.771000', '204102.774000', '204102.776000', '204102.779000', '204102.782000', '204102.784000', '204102.787000', '204102.789000', '204102.792000', '204102.794000', '204102.797000', '204102.800000', '204102.802000', '204102.805000', '204102.807000', '204122.698000', '204122.701000', '204122.704000', '204122.707000', '204122.709000', '204122.712000', '204122.714000', '204122.717000', '204122.719000', '204122.737000', '204122.740000', '204122.743000', '204122.745000', '204122.748000', '204122.750000', '204122.753000', '204122.755000', '204122.758000', '204122.761000', '204122.763000', '204122.766000', '204122.768000', '204122.771000', '204122.773000', '204122.776000', '204122.779000', '204122.781000', '204122.784000', '204122.786000', '204122.789000', '204122.792000', '204122.794000', '204122.797000', '204122.799000', '204122.802000', '204122.805000', '204122.807000', '204122.810000', '204122.812000', '204122.815000', '204122.818000', '204122.820000', '204122.823000', '204122.825000', '204142.699000', '204142.701000', '204142.704000', '204142.707000', '204142.709000', '204142.712000', '204142.714000', '204142.717000', '204142.719000', '204142.722000', '204142.725000', '204142.727000', '204142.730000', '204142.732000', '204142.735000', '204142.738000', '204142.740000', '204142.743000', '204142.745000', '204142.748000', '204142.750000', '204142.753000', '204142.756000', '204142.758000', '204142.761000', '204142.763000', '204142.766000', '204142.769000', '204142.771000', '204142.774000', '204142.776000', '204142.779000', '204142.782000', '204142.784000', '204142.787000', '204142.789000', '204142.792000', '204142.794000', '204142.797000', '204142.800000', '204142.802000', '204142.805000', '204142.807000', '204202.698000', '204202.701000', '204202.704000', '204202.706000', '204202.709000', '204202.712000', '204202.714000', '204202.717000', '204202.720000', '204202.722000', '204202.725000', '204202.727000', '204202.730000', '204202.732000', '204202.735000', '204202.738000', '204202.740000', '204202.744000', '204202.747000', '204202.749000', '204202.752000', '204202.754000', '204202.757000', '204202.760000', '204202.762000', '204202.765000', '204202.768000', '204202.770000', '204202.773000', '204202.775000', '204202.778000', '204202.781000', '204202.783000', '204202.786000', '204202.788000', '204202.791000', '204202.794000', '204202.796000', '204202.799000', '204202.803000', '204202.806000', '204202.809000', '204202.811000', '204202.814000', '204222.700000', '204222.702000', '204222.705000', '204222.708000', '204222.710000', '204222.713000', '204222.716000', '204222.718000', '204222.721000', '204222.723000', '204222.726000', '204222.728000', '204222.731000', '204222.733000', '204222.736000', '204222.739000', '204222.741000', '204222.744000', '204222.746000', '204222.749000', '204222.751000', '204222.754000', '204222.757000', '204222.759000', '204222.762000', '204222.764000', '204222.767000', '204222.770000', '204222.772000', '204222.775000', '204222.778000', '204222.780000', '204222.783000', '204222.785000', '204222.788000', '204222.791000', '204222.793000', '204222.796000', '204222.799000', '204222.801000', '204222.804000', '204222.807000', '204222.809000', '204242.698000', '204242.701000', '204242.704000', '204242.706000', '204242.709000', '204242.711000', '204242.714000', '204242.717000', '204242.719000', '204242.722000', '204242.725000', '204242.727000', '204242.730000', '204242.732000', '204242.735000', '204242.738000', '204242.740000', '204242.743000', '204242.745000', '204242.748000', '204242.751000', '204242.753000', '204242.760000', '204242.762000', '204242.765000', '204242.768000', '204242.770000', '204242.773000', '204242.775000', '204242.778000', '204242.780000', '204242.783000', '204242.786000', '204242.788000', '204242.804000', '204242.807000', '204242.810000', '204242.812000', '204242.815000', '204242.818000', '204242.820000', '204242.823000', '204242.826000', '204242.829000', '204301.024000', '204301.027000', '204301.029000', '204301.032000', '204301.035000', '204301.037000', '204301.040000', '204301.042000', '204301.045000', '204301.048000', '204301.050000', '204301.053000', '204301.055000', '204301.058000', '204301.060000', '204301.063000', '204301.066000', '204301.068000', '204301.071000', '204301.073000', '204301.076000', '204301.078000', '204301.081000', '204301.084000', '204301.086000', '204301.089000', '204301.091000', '204301.094000', '204301.096000', '204301.099000', '204301.102000', '204301.104000', '204301.107000', '204301.109000', '204301.112000', '204301.115000', '204301.117000', '204301.120000', '204301.122000', '204301.125000'], 'InstanceCreationTime': ['203642.734000', '203642.738000', '203642.740000', '203642.743000', '203642.746000', '203642.748000', '203642.751000', '203642.753000', '203642.756000', '203642.758000', '203642.764000', '203642.767000', '203642.769000', '203642.787000', '203642.790000', '203642.792000', '203642.795000', '203642.797000', '203642.800000', '203642.803000', '203642.805000', '203642.808000', '203642.810000', '203642.813000', '203642.815000', '203642.818000', '203642.821000', '203642.823000', '203642.826000', '203642.828000', '203642.831000', '203642.833000', '203642.840000', '203642.843000', '203642.845000', '203642.848000', '203642.850000', '203642.853000', '203642.855000', '203642.858000', '203642.861000', '203642.863000', '203642.866000', '203642.868000', '203642.871000', '203642.873000', '203642.876000', '203642.878000', '203642.881000', '203702.698000', '203702.701000', '203702.704000', '203702.706000', '203702.709000', '203702.712000', '203702.714000', '203702.717000', '203702.719000', '203702.722000', '203702.725000', '203702.727000', '203702.730000', '203702.732000', '203702.735000', '203702.737000', '203702.740000', '203702.742000', '203702.745000', '203702.748000', '203702.750000', '203702.753000', '203702.755000', '203702.758000', '203702.760000', '203702.763000', '203702.766000', '203702.768000', '203702.771000', '203702.783000', '203702.786000', '203702.788000', '203702.791000', '203702.794000', '203702.796000', '203702.799000', '203702.802000', '203702.804000', '203702.807000', '203702.809000', '203702.812000', '203702.815000', '203702.817000', '203702.820000', '203722.698000', '203722.701000', '203722.704000', '203722.706000', '203722.709000', '203722.711000', '203722.714000', '203722.717000', '203722.719000', '203722.722000', '203722.724000', '203722.727000', '203722.729000', '203722.732000', '203722.734000', '203722.737000', '203722.740000', '203722.742000', '203722.745000', '203722.747000', '203722.750000', '203722.752000', '203722.755000', '203722.758000', '203722.760000', '203722.769000', '203722.772000', '203722.774000', '203722.777000', '203722.779000', '203722.782000', '203722.785000', '203722.787000', '203722.790000', '203722.792000', '203722.795000', '203722.797000', '203722.800000', '203722.802000', '203722.805000', '203722.808000', '203722.810000', '203722.813000', '203742.699000', '203742.702000', '203742.705000', '203742.707000', '203742.710000', '203742.713000', '203742.715000', '203742.718000', '203742.720000', '203742.723000', '203742.725000', '203742.728000', '203742.731000', '203742.733000', '203742.736000', '203742.739000', '203742.741000', '203742.744000', '203742.747000', '203742.750000', '203742.752000', '203742.755000', '203742.758000', '203742.760000', '203742.763000', '203742.765000', '203742.768000', '203742.771000', '203742.773000', '203742.776000', '203742.782000', '203742.784000', '203742.787000', '203742.789000', '203742.792000', '203742.795000', '203742.797000', '203742.800000', '203742.802000', '203742.805000', '203742.808000', '203742.810000', '203742.813000', '203802.699000', '203802.702000', '203802.705000', '203802.707000', '203802.710000', '203802.713000', '203802.715000', '203802.718000', '203802.721000', '203802.723000', '203802.726000', '203802.728000', '203802.731000', '203802.734000', '203802.736000', '203802.739000', '203802.741000', '203802.744000', '203802.747000', '203802.749000', '203802.752000', '203802.754000', '203802.757000', '203802.760000', '203802.762000', '203802.765000', '203802.767000', '203802.770000', '203802.772000', '203802.775000', '203802.777000', '203802.780000', '203802.783000', '203802.785000', '203802.788000', '203802.790000', '203802.793000', '203802.795000', '203802.798000', '203802.801000', '203802.803000', '203802.806000', '203802.808000', '203802.811000', '203822.698000', '203822.701000', '203822.704000', '203822.755000', '203822.758000', '203822.760000', '203822.763000', '203822.766000', '203822.768000', '203822.771000', '203822.773000', '203822.776000', '203822.778000', '203822.781000', '203822.784000', '203822.786000', '203822.789000', '203822.791000', '203822.794000', '203822.796000', '203822.799000', '203822.802000', '203822.804000', '203822.807000', '203822.809000', '203822.812000', '203822.814000', '203822.817000', '203822.820000', '203822.822000', '203822.825000', '203822.827000', '203822.830000', '203822.832000', '203822.835000', '203822.838000', '203822.840000', '203822.843000', '203822.852000', '203822.855000', '203822.857000', '203822.860000', '203822.862000', '203842.698000', '203842.701000', '203842.704000', '203842.706000', '203842.709000', '203842.712000', '203842.714000', '203842.717000', '203842.720000', '203842.722000', '203842.725000', '203842.727000', '203842.730000', '203842.733000', '203842.735000', '203842.738000', '203842.740000', '203842.743000', '203842.745000', '203842.748000', '203842.751000', '203842.753000', '203842.756000', '203842.758000', '203842.761000', '203842.763000', '203842.766000', '203842.769000', '203842.771000', '203842.774000', '203842.776000', '203842.779000', '203842.781000', '203842.784000', '203842.787000', '203842.789000', '203842.792000', '203842.794000', '203842.797000', '203842.800000', '203842.802000', '203842.805000', '203842.807000', '203842.810000', '203902.699000', '203902.702000', '203902.704000', '203902.707000', '203902.709000', '203902.712000', '203902.714000', '203902.717000', '203902.720000', '203902.722000', '203902.725000', '203902.727000', '203902.730000', '203902.732000', '203902.735000', '203902.738000', '203902.740000', '203902.743000', '203902.745000', '203902.754000', '203902.756000', '203902.759000', '203902.762000', '203902.764000', '203902.767000', '203902.769000', '203902.772000', '203902.774000', '203902.777000', '203902.780000', '203902.782000', '203902.785000', '203902.787000', '203902.791000', '203902.794000', '203902.796000', '203902.799000', '203902.801000', '203902.804000', '203902.807000', '203902.809000', '203902.812000', '203902.814000', '203922.699000', '203922.701000', '203922.704000', '203922.707000', '203922.709000', '203922.712000', '203922.714000', '203922.717000', '203922.719000', '203922.722000', '203922.725000', '203922.727000', '203922.730000', '203922.732000', '203922.735000', '203922.737000', '203922.740000', '203922.743000', '203922.745000', '203922.748000', '203922.750000', '203922.753000', '203922.756000', '203922.758000', '203922.761000', '203922.763000', '203922.766000', '203922.769000', '203922.771000', '203922.774000', '203922.776000', '203922.779000', '203922.781000', '203922.784000', '203922.787000', '203922.789000', '203922.792000', '203922.794000', '203922.797000', '203922.799000', '203922.802000', '203922.805000', '203922.807000', '203922.810000', '203942.698000', '203942.701000', '203942.704000', '203942.706000', '203942.709000', '203942.711000', '203942.714000', '203942.717000', '203942.719000', '203942.722000', '203942.724000', '203942.727000', '203942.729000', '203942.732000', '203942.735000', '203942.737000', '203942.740000', '203942.742000', '203942.745000', '203942.747000', '203942.750000', '203942.752000', '203942.755000', '203942.758000', '203942.760000', '203942.763000', '203942.765000', '203942.768000', '203942.770000', '203942.773000', '203942.776000', '203942.778000', '203942.781000', '203942.783000', '203942.786000', '203942.788000', '203942.791000', '203942.794000', '203942.796000', '203942.799000', '203942.802000', '203942.804000', '203942.814000', '204002.699000', '204002.702000', '204002.705000', '204002.707000', '204002.710000', '204002.712000', '204002.715000', '204002.718000', '204002.720000', '204002.723000', '204002.725000', '204002.728000', '204002.731000', '204002.733000', '204002.736000', '204002.738000', '204002.741000', '204002.744000', '204002.746000', '204002.749000', '204002.751000', '204002.754000', '204002.756000', '204002.759000', '204002.761000', '204002.764000', '204002.767000', '204002.769000', '204002.772000', '204002.775000', '204002.777000', '204002.780000', '204002.782000', '204002.785000', '204002.787000', '204002.790000', '204002.793000', '204002.795000', '204002.798000', '204002.800000', '204002.803000', '204002.806000', '204002.808000', '204002.811000', '204022.698000', '204022.701000', '204022.704000', '204022.707000', '204022.709000', '204022.712000', '204022.714000', '204022.717000', '204022.719000', '204022.722000', '204022.725000', '204022.727000', '204022.730000', '204022.732000', '204022.735000', '204022.738000', '204022.740000', '204022.743000', '204022.745000', '204022.748000', '204022.751000', '204022.753000', '204022.756000', '204022.758000', '204022.761000', '204022.764000', '204022.767000', '204022.769000', '204022.772000', '204022.774000', '204022.777000', '204022.779000', '204022.782000', '204022.785000', '204022.787000', '204022.790000', '204022.792000', '204022.795000', '204022.797000', '204022.800000', '204022.803000', '204022.805000', '204022.808000', '204042.699000', '204042.701000', '204042.704000', '204042.707000', '204042.709000', '204042.712000', '204042.714000', '204042.717000', '204042.720000', '204042.722000', '204042.725000', '204042.727000', '204042.730000', '204042.732000', '204042.735000', '204042.738000', '204042.740000', '204042.743000', '204042.745000', '204042.748000', '204042.751000', '204042.753000', '204042.756000', '204042.758000', '204042.761000', '204042.764000', '204042.766000', '204042.769000', '204042.771000', '204042.774000', '204042.777000', '204042.779000', '204042.782000', '204042.784000', '204042.787000', '204042.790000', '204042.792000', '204042.795000', '204042.797000', '204042.800000', '204042.803000', '204042.806000', '204042.808000', '204042.811000', '204102.699000', '204102.701000', '204102.704000', '204102.706000', '204102.709000', '204102.712000', '204102.714000', '204102.717000', '204102.719000', '204102.722000', '204102.725000', '204102.727000', '204102.730000', '204102.732000', '204102.735000', '204102.737000', '204102.740000', '204102.743000', '204102.745000', '204102.748000', '204102.750000', '204102.753000', '204102.756000', '204102.758000', '204102.761000', '204102.763000', '204102.766000', '204102.769000', '204102.771000', '204102.774000', '204102.776000', '204102.779000', '204102.782000', '204102.784000', '204102.787000', '204102.789000', '204102.792000', '204102.794000', '204102.797000', '204102.800000', '204102.802000', '204102.805000', '204102.807000', '204122.698000', '204122.701000', '204122.704000', '204122.707000', '204122.709000', '204122.712000', '204122.714000', '204122.717000', '204122.719000', '204122.737000', '204122.740000', '204122.743000', '204122.745000', '204122.748000', '204122.750000', '204122.753000', '204122.755000', '204122.758000', '204122.761000', '204122.763000', '204122.766000', '204122.768000', '204122.771000', '204122.773000', '204122.776000', '204122.779000', '204122.781000', '204122.784000', '204122.786000', '204122.789000', '204122.792000', '204122.794000', '204122.797000', '204122.799000', '204122.802000', '204122.805000', '204122.807000', '204122.810000', '204122.812000', '204122.815000', '204122.818000', '204122.820000', '204122.823000', '204122.825000', '204142.699000', '204142.701000', '204142.704000', '204142.707000', '204142.709000', '204142.712000', '204142.714000', '204142.717000', '204142.719000', '204142.722000', '204142.725000', '204142.727000', '204142.730000', '204142.732000', '204142.735000', '204142.738000', '204142.740000', '204142.743000', '204142.745000', '204142.748000', '204142.750000', '204142.753000', '204142.756000', '204142.758000', '204142.761000', '204142.763000', '204142.766000', '204142.769000', '204142.771000', '204142.774000', '204142.776000', '204142.779000', '204142.782000', '204142.784000', '204142.787000', '204142.789000', '204142.792000', '204142.794000', '204142.797000', '204142.800000', '204142.802000', '204142.805000', '204142.807000', '204202.698000', '204202.701000', '204202.704000', '204202.706000', '204202.709000', '204202.712000', '204202.714000', '204202.717000', '204202.720000', '204202.722000', '204202.725000', '204202.727000', '204202.730000', '204202.732000', '204202.735000', '204202.738000', '204202.740000', '204202.744000', '204202.747000', '204202.749000', '204202.752000', '204202.754000', '204202.757000', '204202.760000', '204202.762000', '204202.765000', '204202.768000', '204202.770000', '204202.773000', '204202.775000', '204202.778000', '204202.781000', '204202.783000', '204202.786000', '204202.788000', '204202.791000', '204202.794000', '204202.796000', '204202.799000', '204202.803000', '204202.806000', '204202.809000', '204202.811000', '204202.814000', '204222.700000', '204222.702000', '204222.705000', '204222.708000', '204222.710000', '204222.713000', '204222.716000', '204222.718000', '204222.721000', '204222.723000', '204222.726000', '204222.728000', '204222.731000', '204222.733000', '204222.736000', '204222.739000', '204222.741000', '204222.744000', '204222.746000', '204222.749000', '204222.751000', '204222.754000', '204222.757000', '204222.759000', '204222.762000', '204222.764000', '204222.767000', '204222.770000', '204222.772000', '204222.775000', '204222.778000', '204222.780000', '204222.783000', '204222.785000', '204222.788000', '204222.791000', '204222.793000', '204222.796000', '204222.799000', '204222.801000', '204222.804000', '204222.807000', '204222.809000', '204242.698000', '204242.701000', '204242.704000', '204242.706000', '204242.709000', '204242.711000', '204242.714000', '204242.717000', '204242.719000', '204242.722000', '204242.725000', '204242.727000', '204242.730000', '204242.732000', '204242.735000', '204242.738000', '204242.740000', '204242.743000', '204242.745000', '204242.748000', '204242.751000', '204242.753000', '204242.760000', '204242.762000', '204242.765000', '204242.768000', '204242.770000', '204242.773000', '204242.775000', '204242.778000', '204242.780000', '204242.783000', '204242.786000', '204242.788000', '204242.804000', '204242.807000', '204242.810000', '204242.812000', '204242.815000', '204242.818000', '204242.820000', '204242.823000', '204242.826000', '204242.829000', '204301.024000', '204301.027000', '204301.029000', '204301.032000', '204301.035000', '204301.037000', '204301.040000', '204301.042000', '204301.045000', '204301.048000', '204301.050000', '204301.053000', '204301.055000', '204301.058000', '204301.060000', '204301.063000', '204301.066000', '204301.068000', '204301.071000', '204301.073000', '204301.076000', '204301.078000', '204301.081000', '204301.084000', '204301.086000', '204301.089000', '204301.091000', '204301.094000', '204301.096000', '204301.099000', '204301.102000', '204301.104000', '204301.107000', '204301.109000', '204301.112000', '204301.115000', '204301.117000', '204301.120000', '204301.122000', '204301.125000'], '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': [11796, 14637, 9704, 9143, 11181, 10910, 13897, 9608, 14239, 8733, 13071, 9594, 14904, 8784, 12143, 16623, 10952, 19613, 12336, 14597, 9835, 13669, 9689, 14347, 10032, 12387, 9760, 10847, 9373, 13978, 9208, 12934, 10345, 10906, 8924, 12109, 8909, 12524, 8849, 12701, 11087, 11899, 12515, 9300, 16991, 9562, 13898, 11286, 11724, 8821, 11885, 9106, 10776, 14694, 10470, 13538, 8664, 13073, 8706, 12186, 12972, 13693, 19789, 8640, 15073, 10420, 13429, 16901, 13489, 20318, 8947, 15342, 9119, 10883, 16636, 10029, 15847, 8360, 10427, 8638, 9464, 12213, 8763, 14278, 8005, 10301, 9039, 11459, 14199, 9295, 16941, 8609, 11535, 8975, 10066, 20305, 15306, 15679, 9951, 10382, 8920, 9135, 19317, 11923, 14179, 8888, 9925, 10094, 9151, 18459, 9795, 12721, 8786, 9947, 11148, 8564, 14029, 10706, 12023, 8730, 9180, 13562, 8779, 13264, 10018, 12016, 8839, 9382, 19159, 9046, 15665, 13213, 16297, 8856, 9331, 16438, 9020, 12581, 11933, 15815, 17950, 9622, 12174, 8546, 9818, 17523, 8928, 11091, 8456, 9700, 9275, 9079, 13251, 8728, 10278, 8280, 9645, 8855, 8884, 13382, 10441, 10138, 8520, 9677, 12062, 9419, 15956, 12411, 13594, 8507, 9572, 15562, 8573, 11300, 8658, 11824, 8492, 9418, 16173, 9212, 12977, 10230, 14052, 8666, 9381, 17156, 9210, 14430, 12267, 15608, 10008, 9334, 16537, 9139, 13462, 13195, 13879, 20444, 10056, 12977, 9437, 10078, 19886, 13962, 13830, 8694, 9196, 8337, 9369, 16242, 11746, 12056, 8950, 9802, 14649, 9513, 11062, 8386, 9009, 8521, 9487, 11852, 9037, 10839, 8763, 10162, 15276, 9312, 11160, 8257, 9774, 19140, 12133, 13199, 8447, 9111, 8627, 8807, 12628, 9016, 9405, 8666, 9175, 13179, 8450, 11160, 8329, 9893, 18173, 9101, 11154, 8685, 9425, 18545, 10660, 13257, 8367, 9415, 8842, 9156, 14174, 9188, 9859, 8332, 9345, 10939, 8049, 12196, 8767, 8890, 8852, 9307, 13000, 9045, 11104, 9465, 14144, 18926, 9160, 13087, 8232, 10708, 16977, 11652, 16453, 9232, 10169, 8444, 9628, 14608, 8854, 12269, 8411, 9996, 8834, 9961, 9205, 9372, 13720, 8988, 11584, 8728, 9788, 16322, 10292, 16638, 8649, 10290, 12400, 9377, 18290, 13967, 12244, 8671, 9240, 12864, 8509, 11881, 8841, 9269, 8572, 9308, 12932, 8909, 10937, 10337, 11739, 16624, 8865, 10987, 8570, 9806, 9655, 9479, 16137, 8717, 11495, 8329, 10073, 18686, 12372, 17168, 9318, 9978, 11984, 8726, 17630, 11713, 12628, 8508, 9863, 11389, 8499, 14297, 9267, 11232, 9001, 9467, 10518, 8894, 16597, 13013, 14858, 8500, 9790, 18710, 9227, 16180, 12540, 14457, 10214, 9553, 15421, 9289, 11486, 8926, 11763, 9044, 9720, 12303, 9061, 11222, 8179, 9762, 8720, 9073, 12525, 9000, 11457, 8327, 9854, 11690, 9206, 12153, 8605, 10602, 9327, 11207, 11833, 9218, 12344, 8935, 10974, 9331, 9943, 14471, 9420, 12658, 8452, 10694, 12993, 12324, 17993, 9167, 12165, 8411, 10363, 8743, 11257, 13497, 9533, 15593, 8882, 11644, 13115, 13672, 18536, 9476, 11674, 8315, 10472, 13430, 10906, 18144, 9540, 11318, 8623, 10182, 10719, 9530, 16721, 9169, 10937, 8622, 10213, 13960, 9610, 14391, 9121, 10180, 8592, 10219, 12314, 9049, 11324, 8923, 10782, 8274, 10228, 10920, 9350, 13622, 9148, 10696, 8292, 10255, 16694, 10927, 16990, 9184, 10565, 8589, 9541, 19466, 11377, 13029, 8478, 8976, 8970, 9089, 12405, 8598, 11112, 8421, 10523, 8565, 9646, 11034, 9154, 13324, 8798, 11504, 8752, 9704, 19138, 15243, 15100, 8931, 9620, 17936, 8509, 14022, 10464, 11233, 8742, 9120, 12331, 8567, 12735, 10570, 13247, 8601, 9658, 16399, 8509, 13894, 10715, 14164, 8915, 9991, 16575, 9030, 16584, 12233, 13759, 8567, 9440, 8732, 9127, 16794, 11191, 13426, 8506, 9605, 10346, 9260, 16864, 10109, 12530, 8510, 9658, 10670, 8490, 15246, 10762, 12622, 8799, 9025, 9966, 8124, 13029, 8948, 10622, 8514, 9801, 9560, 8664, 15722, 8996, 12010, 8211, 10485, 9117, 8955, 18505, 9354, 12617, 7928, 10376, 8648, 8430, 14579, 9218, 10831, 8497, 9544, 8330, 9489, 11421, 8276, 12604, 8361, 11143, 8427, 10435, 8161, 13012, 12135, 17431, 18928, 11400, 16939, 11827, 12681, 11596, 13815, 8353, 8459, 13040, 7906, 12061, 8843, 10172, 8250, 10357, 8360, 10173, 12159, 9093, 13700, 9713, 13197, 8667, 10398, 8284, 8499, 14015, 9098, 11792, 7725, 10753, 14018, 8341, 14406, 8591, 11292, 15166, 9409, 16841, 7930, 11448, 8076, 9917, 13228, 8586, 12013, 7644, 11459, 8000, 9604, 15400, 8809, 11477, 7990, 10845, 8017, 8794, 15745, 10366, 11708, 8236, 9776, 16789, 8138, 12788, 9104, 10692, 8156, 8794, 12247, 7812, 13563, 9524, 13982, 9844, 8086, 16808, 8628, 11532, 10332, 12372, 14511, 7965, 12575, 8228, 11300, 8168, 9469, 14070, 7598, 12449, 8138, 10745, 8835, 9015, 12006, 7808, 12414, 8015, 11644, 10371, 14812, 20038, 10128, 14249, 9091, 10485, 20679, 14159, 15648, 10147, 9781, 8436, 8928, 17824, 11083, 11336, 8101, 9004, 8601, 8088, 12631, 8508, 9444, 8162, 8090, 13194, 7998, 11104, 8016, 9326, 8053, 7582, 12753, 8046, 10238, 8230, 9086, 11472, 7650, 12085, 7871, 10691, 11076, 8966, 13822, 8054, 11222, 8056, 9918, 16614, 8926, 11012, 8153, 11032, 8279, 10170, 12122, 9233, 13633, 7994, 11059, 8225, 9805, 18377, 9829, 13322, 8011, 10240, 8085, 8990, 18025, 13843, 14670, 8187, 9370, 8137, 8282, 14891, 9170, 10259, 7838, 9842, 8040, 9192, 14646, 9989, 11525, 8114, 9248, 17513, 8221, 12285, 8412, 11046, 11708, 7623, 12576, 7789, 10203, 10353, 8786, 15956, 7936, 10773, 8059, 8780, 15481, 9695, 9998, 8286, 9425, 8205, 8302, 13365, 9787, 11374, 8017, 9115, 16793, 7768, 12643, 8864, 10486, 8192, 8289, 11619, 8138, 12333, 8894, 9787, 8651, 8123, 13147, 8061, 11987, 8472, 9930, 9852, 8043, 16285, 8679, 12708, 17201, 15360, 19714, 11639, 13244, 8818, 9859, 20690, 14402, 13732, 8938, 9402, 10244, 8225, 15873, 10790, 11578, 7980, 9446, 13601, 7882, 13270, 9627, 11228, 8245, 8012, 11554, 7726, 12151, 8690, 10087, 8590, 8539, 12807, 8037, 11232, 8346, 9480, 9084], 'WindowCenter': [4627.0, 4597.0, 4547.0, 4517.0, 4538.0, 4535.0, 4541.0, 4534.0, 4631.0, 4579.0, 4622.0, 4588.0, 4616.0, 4552.0, 4581.0, 4609.0, 4574.0, 4635.0, 4609.0, 4602.0, 4576.0, 4603.0, 4575.0, 4618.0, 4575.0, 4591.0, 4572.0, 4570.0, 4575.0, 4618.0, 4591.0, 4619.0, 4601.0, 4599.0, 4580.0, 4608.0, 4591.0, 4609.0, 4591.0, 4610.0, 4611.0, 4611.0, 4594.0, 4577.0, 4639.0, 4590.0, 4620.0, 4602.0, 4611.0, 4594.0, 4610.0, 4593.0, 4616.0, 4644.0, 4615.0, 4631.0, 4594.0, 4631.0, 4594.0, 4622.0, 4620.0, 4634.0, 4660.0, 4581.0, 4633.0, 4599.0, 4620.0, 4639.0, 4620.0, 4648.0, 4592.0, 4644.0, 4582.0, 4613.0, 4640.0, 4587.0, 4629.0, 4569.0, 4587.0, 4581.0, 4606.0, 4610.0, 4580.0, 4630.0, 4582.0, 4600.0, 4593.0, 4612.0, 4618.0, 4575.0, 4624.0, 4568.0, 4597.0, 4578.0, 4591.0, 4635.0, 4628.0, 4628.0, 4586.0, 4575.0, 4575.0, 4578.0, 4636.0, 4596.0, 4604.0, 4565.0, 4574.0, 4573.0, 4578.0, 4636.0, 4574.0, 4595.0, 4552.0, 4570.0, 4596.0, 4566.0, 4604.0, 4586.0, 4594.0, 4562.0, 4574.0, 4605.0, 4565.0, 4606.0, 4574.0, 4594.0, 4561.0, 4577.0, 4636.0, 4564.0, 4614.0, 4593.0, 4612.0, 4549.0, 4561.0, 4611.0, 4562.0, 4591.0, 4583.0, 4615.0, 4623.0, 4561.0, 4580.0, 4551.0, 4561.0, 4622.0, 4563.0, 4570.0, 4551.0, 4559.0, 4559.0, 4563.0, 4591.0, 4564.0, 4573.0, 4554.0, 4573.0, 4562.0, 4563.0, 4606.0, 4574.0, 4573.0, 4563.0, 4575.0, 4591.0, 4575.0, 4626.0, 4606.0, 4593.0, 4552.0, 4574.0, 4614.0, 4565.0, 4583.0, 4564.0, 4597.0, 4562.0, 4575.0, 4613.0, 4572.0, 4605.0, 4573.0, 4604.0, 4551.0, 4564.0, 4624.0, 4563.0, 4604.0, 4594.0, 4614.0, 4561.0, 4562.0, 4612.0, 4563.0, 4592.0, 4590.0, 4589.0, 4620.0, 4561.0, 4593.0, 4561.0, 4559.0, 4622.0, 4603.0, 4590.0, 4547.0, 4548.0, 4550.0, 4562.0, 4613.0, 4582.0, 4580.0, 4536.0, 4559.0, 4598.0, 4559.0, 4569.0, 4548.0, 4549.0, 4548.0, 4560.0, 4567.0, 4550.0, 4570.0, 4548.0, 4561.0, 4597.0, 4549.0, 4567.0, 4539.0, 4560.0, 4622.0, 4579.0, 4577.0, 4537.0, 4548.0, 4537.0, 4561.0, 4593.0, 4550.0, 4563.0, 4551.0, 4561.0, 4592.0, 4552.0, 4583.0, 4553.0, 4573.0, 4622.0, 4551.0, 4569.0, 4551.0, 4562.0, 4619.0, 4572.0, 4589.0, 4540.0, 4562.0, 4562.0, 4563.0, 4602.0, 4564.0, 4571.0, 4549.0, 4563.0, 4569.0, 4555.0, 4595.0, 4564.0, 4562.0, 4562.0, 4576.0, 4604.0, 4575.0, 4596.0, 4575.0, 4606.0, 4634.0, 4562.0, 4581.0, 4552.0, 4572.0, 4623.0, 4582.0, 4611.0, 4561.0, 4569.0, 4551.0, 4574.0, 4602.0, 4562.0, 4580.0, 4551.0, 4560.0, 4563.0, 4573.0, 4574.0, 4576.0, 4605.0, 4567.0, 4583.0, 4564.0, 4573.0, 4610.0, 4574.0, 4613.0, 4552.0, 4560.0, 4594.0, 4565.0, 4624.0, 4604.0, 4583.0, 4551.0, 4561.0, 4592.0, 4563.0, 4582.0, 4565.0, 4562.0, 4552.0, 4565.0, 4592.0, 4565.0, 4584.0, 4573.0, 4595.0, 4623.0, 4562.0, 4571.0, 4564.0, 4559.0, 4574.0, 4575.0, 4622.0, 4563.0, 4581.0, 4550.0, 4575.0, 4634.0, 4593.0, 4623.0, 4563.0, 4572.0, 4582.0, 4562.0, 4622.0, 4582.0, 4592.0, 4563.0, 4559.0, 4582.0, 4564.0, 4603.0, 4563.0, 4581.0, 4561.0, 4559.0, 4571.0, 4564.0, 4612.0, 4594.0, 4602.0, 4549.0, 4571.0, 4624.0, 4560.0, 4611.0, 4581.0, 4589.0, 4559.0, 4548.0, 4598.0, 4560.0, 4568.0, 4549.0, 4568.0, 4548.0, 4545.0, 4579.0, 4551.0, 4570.0, 4538.0, 4560.0, 4549.0, 4550.0, 4580.0, 4550.0, 4583.0, 4538.0, 4560.0, 4579.0, 4549.0, 4579.0, 4550.0, 4571.0, 4549.0, 4583.0, 4580.0, 4560.0, 4591.0, 4552.0, 4573.0, 4562.0, 4572.0, 4601.0, 4562.0, 4589.0, 4553.0, 4571.0, 4593.0, 4593.0, 4621.0, 4559.0, 4583.0, 4553.0, 4573.0, 4551.0, 4583.0, 4591.0, 4560.0, 4600.0, 4561.0, 4581.0, 4591.0, 4591.0, 4618.0, 4559.0, 4569.0, 4539.0, 4569.0, 4588.0, 4569.0, 4610.0, 4557.0, 4567.0, 4549.0, 4558.0, 4558.0, 4558.0, 4598.0, 4548.0, 4567.0, 4549.0, 4571.0, 4589.0, 4558.0, 4589.0, 4563.0, 4569.0, 4550.0, 4569.0, 4579.0, 4550.0, 4580.0, 4563.0, 4570.0, 4553.0, 4585.0, 4582.0, 4577.0, 4603.0, 4561.0, 4570.0, 4553.0, 4573.0, 4612.0, 4572.0, 4611.0, 4551.0, 4569.0, 4552.0, 4572.0, 4634.0, 4583.0, 4590.0, 4551.0, 4549.0, 4558.0, 4563.0, 4592.0, 4565.0, 4582.0, 4554.0, 4584.0, 4565.0, 4576.0, 4585.0, 4575.0, 4606.0, 4564.0, 4584.0, 4553.0, 4574.0, 4636.0, 4618.0, 4603.0, 4553.0, 4562.0, 4622.0, 4552.0, 4604.0, 4573.0, 4580.0, 4552.0, 4563.0, 4593.0, 4565.0, 4594.0, 4585.0, 4595.0, 4554.0, 4562.0, 4615.0, 4565.0, 4604.0, 4584.0, 4604.0, 4551.0, 4571.0, 4612.0, 4565.0, 4615.0, 4593.0, 4604.0, 4551.0, 4562.0, 4552.0, 4564.0, 4615.0, 4583.0, 4593.0, 4562.0, 4561.0, 4571.0, 4562.0, 4609.0, 4587.0, 4607.0, 4549.0, 4588.0, 4598.0, 4579.0, 4614.0, 4582.0, 4594.0, 4565.0, 4562.0, 4571.0, 4552.0, 4591.0, 4564.0, 4572.0, 4566.0, 4572.0, 4563.0, 4550.0, 4611.0, 4551.0, 4580.0, 4550.0, 4570.0, 4562.0, 4561.0, 4622.0, 4561.0, 4580.0, 4541.0, 4560.0, 4552.0, 4550.0, 4601.0, 4560.0, 4569.0, 4551.0, 4570.0, 4563.0, 4574.0, 4582.0, 4569.0, 4606.0, 4563.0, 4581.0, 4564.0, 4583.0, 4578.0, 4608.0, 4595.0, 4627.0, 4624.0, 4582.0, 4611.0, 4582.0, 4592.0, 4582.0, 4591.0, 4538.0, 4540.0, 4579.0, 4541.0, 4580.0, 4563.0, 4572.0, 4551.0, 4574.0, 4566.0, 4585.0, 4594.0, 4576.0, 4605.0, 4575.0, 4604.0, 4554.0, 4573.0, 4552.0, 4564.0, 4603.0, 4565.0, 4584.0, 4543.0, 4585.0, 4603.0, 4553.0, 4603.0, 4551.0, 4585.0, 4617.0, 4563.0, 4614.0, 4541.0, 4580.0, 4541.0, 4574.0, 4593.0, 4564.0, 4594.0, 4556.0, 4585.0, 4554.0, 4576.0, 4615.0, 4565.0, 4583.0, 4552.0, 4572.0, 4543.0, 4565.0, 4615.0, 4586.0, 4583.0, 4554.0, 4575.0, 4623.0, 4553.0, 4592.0, 4564.0, 4572.0, 4540.0, 4552.0, 4582.0, 4544.0, 4604.0, 4576.0, 4604.0, 4561.0, 4552.0, 4612.0, 4553.0, 4582.0, 4572.0, 4582.0, 4601.0, 4539.0, 4581.0, 4552.0, 4582.0, 4552.0, 4573.0, 4601.0, 4542.0, 4582.0, 4552.0, 4584.0, 4562.0, 4563.0, 4593.0, 4540.0, 4591.0, 4553.0, 4582.0, 4571.0, 4605.0, 4632.0, 4571.0, 4589.0, 4549.0, 4572.0, 4633.0, 4592.0, 4601.0, 4557.0, 4546.0, 4539.0, 4551.0, 4612.0, 4571.0, 4568.0, 4538.0, 4548.0, 4548.0, 4551.0, 4589.0, 4552.0, 4561.0, 4550.0, 4541.0, 4603.0, 4554.0, 4584.0, 4553.0, 4564.0, 4551.0, 4553.0, 4592.0, 4553.0, 4571.0, 4552.0, 4564.0, 4579.0, 4555.0, 4579.0, 4553.0, 4585.0, 4585.0, 4562.0, 4602.0, 4541.0, 4571.0, 4552.0, 4575.0, 4611.0, 4552.0, 4569.0, 4552.0, 4569.0, 4552.0, 4584.0, 4594.0, 4564.0, 4603.0, 4540.0, 4582.0, 4552.0, 4562.0, 4624.0, 4572.0, 4591.0, 4553.0, 4572.0, 4541.0, 4562.0, 4626.0, 4604.0, 4602.0, 4552.0, 4561.0, 4541.0, 4552.0, 4614.0, 4563.0, 4573.0, 4540.0, 4572.0, 4552.0, 4575.0, 4615.0, 4573.0, 4585.0, 4553.0, 4575.0, 4623.0, 4554.0, 4594.0, 4554.0, 4583.0, 4582.0, 4543.0, 4591.0, 4554.0, 4573.0, 4584.0, 4563.0, 4614.0, 4552.0, 4583.0, 4567.0, 4566.0, 4614.0, 4576.0, 4572.0, 4551.0, 4559.0, 4552.0, 4565.0, 4606.0, 4575.0, 4584.0, 4553.0, 4565.0, 4625.0, 4555.0, 4594.0, 4575.0, 4575.0, 4551.0, 4565.0, 4594.0, 4555.0, 4594.0, 4562.0, 4574.0, 4552.0, 4554.0, 4603.0, 4566.0, 4596.0, 4566.0, 4586.0, 4575.0, 4555.0, 4615.0, 4564.0, 4594.0, 4625.0, 4615.0, 4634.0, 4581.0, 4580.0, 4549.0, 4561.0, 4634.0, 4590.0, 4589.0, 4549.0, 4548.0, 4570.0, 4549.0, 4610.0, 4582.0, 4568.0, 4540.0, 4559.0, 4590.0, 4540.0, 4592.0, 4562.0, 4582.0, 4552.0, 4540.0, 4580.0, 4541.0, 4578.0, 4561.0, 4572.0, 4562.0, 4563.0, 4592.0, 4554.0, 4583.0, 4550.0, 4574.0, 4576.0], 'WindowWidth': [10124.0, 10049.0, 9975.0, 9915.0, 9943.0, 9937.0, 9942.0, 9947.0, 10110.0, 10038.0, 10099.0, 10047.0, 10082.0, 9989.0, 10026.0, 10064.0, 10019.0, 10118.0, 10079.0, 10059.0, 10028.0, 10063.0, 10026.0, 10090.0, 10027.0, 10045.0, 10018.0, 10012.0, 10027.0, 10089.0, 10057.0, 10093.0, 10072.0, 10064.0, 10042.0, 10078.0, 10057.0, 10080.0, 10059.0, 10081.0, 10082.0, 10082.0, 10051.0, 10034.0, 10126.0, 10056.0, 10097.0, 10073.0, 10084.0, 10067.0, 10081.0, 10066.0, 10098.0, 10135.0, 10098.0, 10114.0, 10071.0, 10115.0, 10068.0, 10104.0, 10095.0, 10119.0, 10155.0, 10046.0, 10118.0, 10069.0, 10098.0, 10122.0, 10095.0, 10144.0, 10066.0, 10137.0, 10045.0, 10090.0, 10122.0, 10046.0, 10108.0, 10025.0, 10048.0, 10047.0, 10086.0, 10083.0, 10042.0, 10112.0, 10051.0, 10071.0, 10064.0, 10085.0, 10091.0, 10027.0, 10095.0, 10021.0, 10061.0, 10037.0, 10055.0, 10121.0, 10103.0, 10104.0, 10044.0, 10026.0, 10030.0, 10034.0, 10121.0, 10054.0, 10066.0, 10015.0, 10024.0, 10023.0, 10035.0, 10117.0, 10023.0, 10052.0, 9992.0, 10011.0, 10059.0, 10017.0, 10066.0, 10044.0, 10053.0, 10007.0, 10023.0, 10069.0, 10012.0, 10069.0, 10025.0, 10049.0, 10003.0, 10033.0, 10115.0, 10009.0, 10081.0, 10048.0, 10070.0, 9982.0, 9999.0, 10071.0, 10004.0, 10046.0, 10036.0, 10080.0, 10091.0, 10001.0, 10026.0, 9989.0, 10002.0, 10087.0, 10006.0, 10013.0, 9991.0, 9998.0, 9998.0, 10008.0, 10048.0, 10010.0, 10018.0, 9996.0, 10021.0, 10004.0, 10007.0, 10072.0, 10022.0, 10022.0, 10008.0, 10025.0, 10046.0, 10026.0, 10100.0, 10071.0, 10047.0, 9992.0, 10023.0, 10080.0, 10014.0, 10037.0, 10011.0, 10058.0, 10006.0, 10024.0, 10079.0, 10021.0, 10067.0, 10019.0, 10064.0, 9990.0, 10008.0, 10093.0, 10008.0, 10065.0, 10051.0, 10078.0, 10003.0, 10003.0, 10073.0, 10009.0, 10047.0, 10041.0, 10036.0, 10089.0, 10001.0, 10049.0, 10002.0, 9996.0, 10093.0, 10062.0, 10038.0, 9979.0, 9980.0, 9987.0, 10004.0, 10080.0, 10030.0, 10023.0, 9959.0, 9993.0, 10050.0, 9995.0, 10009.0, 9980.0, 9980.0, 9980.0, 9998.0, 10005.0, 9987.0, 10012.0, 9979.0, 9999.0, 10046.0, 9980.0, 10003.0, 9968.0, 9997.0, 10088.0, 10021.0, 10017.0, 9964.0, 9978.0, 9964.0, 10000.0, 10046.0, 9985.0, 10004.0, 9987.0, 10003.0, 10046.0, 9992.0, 10034.0, 9994.0, 10019.0, 10086.0, 9987.0, 10009.0, 9988.0, 10003.0, 10081.0, 10017.0, 10038.0, 9969.0, 10003.0, 10006.0, 10009.0, 10061.0, 10011.0, 10015.0, 9982.0, 10005.0, 10011.0, 9999.0, 10054.0, 10010.0, 10003.0, 10006.0, 10026.0, 10065.0, 10026.0, 10056.0, 10027.0, 10068.0, 10106.0, 10003.0, 10025.0, 9990.0, 10018.0, 10089.0, 10031.0, 10072.0, 10002.0, 10010.0, 9989.0, 10022.0, 10059.0, 10005.0, 10024.0, 9987.0, 9998.0, 10008.0, 10023.0, 10025.0, 10029.0, 10070.0, 10016.0, 10035.0, 10011.0, 10023.0, 10070.0, 10023.0, 10077.0, 9991.0, 9998.0, 10049.0, 10011.0, 10097.0, 10063.0, 10032.0, 9989.0, 9999.0, 10045.0, 10007.0, 10033.0, 10012.0, 10002.0, 9991.0, 10010.0, 10047.0, 10013.0, 10038.0, 10022.0, 10052.0, 10091.0, 10006.0, 10015.0, 10010.0, 9995.0, 10023.0, 10028.0, 10092.0, 10009.0, 10031.0, 9986.0, 10025.0, 10108.0, 10048.0, 10094.0, 10007.0, 10016.0, 10033.0, 10004.0, 10092.0, 10032.0, 10046.0, 10007.0, 9995.0, 10034.0, 10009.0, 10065.0, 10007.0, 10029.0, 10002.0, 9998.0, 10016.0, 10009.0, 10079.0, 10052.0, 10059.0, 9982.0, 10014.0, 10094.0, 10000.0, 10073.0, 10028.0, 10037.0, 9993.0, 9978.0, 10048.0, 9999.0, 10009.0, 9982.0, 10007.0, 9979.0, 9969.0, 10022.0, 9987.0, 10011.0, 9968.0, 9998.0, 9982.0, 9983.0, 10025.0, 9985.0, 10032.0, 9967.0, 9998.0, 10023.0, 9981.0, 10023.0, 9987.0, 10015.0, 9981.0, 10033.0, 10024.0, 9999.0, 10043.0, 9990.0, 10019.0, 10006.0, 10019.0, 10055.0, 10002.0, 10037.0, 9992.0, 10015.0, 10048.0, 10045.0, 10083.0, 9997.0, 10032.0, 9997.0, 10021.0, 9989.0, 10034.0, 10041.0, 9996.0, 10055.0, 10005.0, 10029.0, 10040.0, 10041.0, 10077.0, 9993.0, 10007.0, 9971.0, 10010.0, 10034.0, 10008.0, 10069.0, 9990.0, 10003.0, 9984.0, 9994.0, 9994.0, 9993.0, 10048.0, 9979.0, 10004.0, 9984.0, 10015.0, 10038.0, 9994.0, 10037.0, 10007.0, 10010.0, 9985.0, 10009.0, 10027.0, 9985.0, 10026.0, 10006.0, 10013.0, 9995.0, 10040.0, 10032.0, 10030.0, 10061.0, 10003.0, 10012.0, 9993.0, 10019.0, 10076.0, 10018.0, 10070.0, 9985.0, 10009.0, 9988.0, 10017.0, 10108.0, 10031.0, 10038.0, 9988.0, 9983.0, 9995.0, 10005.0, 10047.0, 10010.0, 10030.0, 9996.0, 10036.0, 10011.0, 10028.0, 10042.0, 10029.0, 10074.0, 10013.0, 10038.0, 9994.0, 10025.0, 10121.0, 10086.0, 10061.0, 9992.0, 10004.0, 10087.0, 9992.0, 10064.0, 10022.0, 10027.0, 9991.0, 10006.0, 10049.0, 10015.0, 10053.0, 10042.0, 10051.0, 9995.0, 10004.0, 10079.0, 10011.0, 10064.0, 10037.0, 10062.0, 9987.0, 10014.0, 10072.0, 10010.0, 10082.0, 10048.0, 10061.0, 9990.0, 10002.0, 9992.0, 10009.0, 10085.0, 10036.0, 10045.0, 10007.0, 10001.0, 10015.0, 10003.0, 10067.0, 10046.0, 10072.0, 9981.0, 10051.0, 10062.0, 10039.0, 10082.0, 10031.0, 10050.0, 10013.0, 10004.0, 10015.0, 9991.0, 10047.0, 10011.0, 10018.0, 10017.0, 10019.0, 10009.0, 9986.0, 10074.0, 9988.0, 10026.0, 9987.0, 10010.0, 10003.0, 10002.0, 10092.0, 10000.0, 10026.0, 9974.0, 9997.0, 9993.0, 9987.0, 10059.0, 10001.0, 10009.0, 9989.0, 10015.0, 10011.0, 10025.0, 10036.0, 10026.0, 10070.0, 10011.0, 10029.0, 10013.0, 10034.0, 10039.0, 10079.0, 10057.0, 10100.0, 10090.0, 10027.0, 10071.0, 10031.0, 10044.0, 10029.0, 10041.0, 9965.0, 9971.0, 10022.0, 9974.0, 10025.0, 10007.0, 10016.0, 9987.0, 10022.0, 10016.0, 10040.0, 10054.0, 10029.0, 10070.0, 10026.0, 10062.0, 9994.0, 10020.0, 9991.0, 10008.0, 10066.0, 10014.0, 10037.0, 9979.0, 10038.0, 10059.0, 9989.0, 10060.0, 9989.0, 10039.0, 10085.0, 10005.0, 10081.0, 9973.0, 10026.0, 9974.0, 10023.0, 10049.0, 10008.0, 10050.0, 10001.0, 10038.0, 9996.0, 10026.0, 10084.0, 10012.0, 10034.0, 9990.0, 10016.0, 9978.0, 10011.0, 10083.0, 10043.0, 10032.0, 9995.0, 10026.0, 10091.0, 9992.0, 10047.0, 10009.0, 10017.0, 9973.0, 9990.0, 10032.0, 9983.0, 10066.0, 10028.0, 10064.0, 10002.0, 9991.0, 10076.0, 9993.0, 10031.0, 10016.0, 10030.0, 10055.0, 9970.0, 10028.0, 9991.0, 10032.0, 9991.0, 10020.0, 10055.0, 9976.0, 10029.0, 9992.0, 10034.0, 10004.0, 10006.0, 10047.0, 9972.0, 10043.0, 9995.0, 10032.0, 10016.0, 10065.0, 10104.0, 10012.0, 10038.0, 9983.0, 10017.0, 10110.0, 10043.0, 10056.0, 9989.0, 9971.0, 9969.0, 9987.0, 10076.0, 10014.0, 10006.0, 9967.0, 9980.0, 9981.0, 9990.0, 10039.0, 9990.0, 10000.0, 9984.0, 9974.0, 10062.0, 9999.0, 10037.0, 9993.0, 10009.0, 9989.0, 9994.0, 10044.0, 9995.0, 10015.0, 9991.0, 10009.0, 10025.0, 9997.0, 10023.0, 9998.0, 10041.0, 10042.0, 10005.0, 10061.0, 9976.0, 10014.0, 9991.0, 10025.0, 10076.0, 9991.0, 10010.0, 9989.0, 10009.0, 9991.0, 10039.0, 10051.0, 10010.0, 10063.0, 9972.0, 10030.0, 9992.0, 10002.0, 10095.0, 10018.0, 10043.0, 9993.0, 10017.0, 9975.0, 10006.0, 10104.0, 10066.0, 10058.0, 9989.0, 9999.0, 9974.0, 9991.0, 10081.0, 10008.0, 10020.0, 9972.0, 10018.0, 9992.0, 10028.0, 10087.0, 10021.0, 10040.0, 9994.0, 10024.0, 10091.0, 9996.0, 10052.0, 9996.0, 10034.0, 10029.0, 9980.0, 10042.0, 9996.0, 10021.0, 10038.0, 10007.0, 10079.0, 9993.0, 10034.0, 10019.0, 10016.0, 10085.0, 10029.0, 10018.0, 9990.0, 9994.0, 9990.0, 10013.0, 10071.0, 10029.0, 10037.0, 9994.0, 10010.0, 10095.0, 9999.0, 10053.0, 10029.0, 10024.0, 9987.0, 10011.0, 10050.0, 9999.0, 10052.0, 10006.0, 10022.0, 9990.0, 9997.0, 10065.0, 10017.0, 10057.0, 10016.0, 10042.0, 10027.0, 9996.0, 10084.0, 10011.0, 10051.0, 10097.0, 10081.0, 10113.0, 10027.0, 10026.0, 9982.0, 10001.0, 10112.0, 10041.0, 10036.0, 9982.0, 9979.0, 10012.0, 9985.0, 10070.0, 10032.0, 10004.0, 9970.0, 9997.0, 10043.0, 9974.0, 10048.0, 10003.0, 10029.0, 9990.0, 9973.0, 10027.0, 9976.0, 10020.0, 10003.0, 10015.0, 10007.0, 10007.0, 10048.0, 9998.0, 10034.0, 9988.0, 10022.0, 10032.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.003023892078071182</td></tr>
<tr><td colspan=3>aqi</td><td>0.043210451205510904</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.88206926545975</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1423745247931039</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9598298398390795</td></tr>
<tr><td colspan=3>efc</td><td>0.5573</td></tr>
<tr><td colspan=3>fber</td><td>2920.55</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12832995464826566</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.807118254879449</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3575106140536146</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2196393107160386</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5636777570589775</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2892147743858273</td></tr>
<tr><td colspan=3>gcor</td><td>0.0064252</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.028770262375473976</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06929326057434082</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.3091574785348765</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>10.7267</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.9054</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>291.8391</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>279221.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1368.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>482.1775</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1628</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.6486</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3667.2101</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>97323.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4760.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.9987</td></tr>
<tr><td colspan=3>tsnr</td><td>30.70511258149054</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>