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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-03_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-03_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-0066/ses-01/func/sub-0066_ses-01_task-social_acq-mb8_run-03_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>0fd51c3d59b474d828fbf0873e2373e4</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:45:49.922500</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.997455, -0.00235874, 0.0712637, 0.00139272, 0.999907, 0.0136021]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.106827</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7739, -7289, 550, -138, -100, -5, 96]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>276.243</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aeed6d23-2708-45d6-bdd5-8c9de432c017||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.676098108291626, 0.0037365765310823917, 0.19248075783252716, 106.93843078613281], [0.006328316405415535, 2.682676076889038, 0.03636420890688896, -92.2829818725586], [0.19119542837142944, -0.03649343177676201, 2.692884922027588, -80.01366424560547], [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': ['204549.922500', '204550.382500', '204550.842500', '204551.302500', '204551.762500', '204552.222500', '204552.682500', '204553.142500', '204553.602500', '204554.062500', '204554.522500', '204554.982500', '204555.442500', '204555.902500', '204556.362500', '204556.822500', '204557.282500', '204557.742500', '204558.202500', '204558.662500', '204559.122500', '204559.582500', '204600.042500', '204600.502500', '204600.962500', '204601.422500', '204601.882500', '204602.342500', '204602.802500', '204603.262500', '204603.722500', '204604.182500', '204604.642500', '204605.102500', '204605.562500', '204606.022500', '204606.482500', '204606.942500', '204607.402500', '204607.862500', '204608.322500', '204608.782500', '204609.242500', '204609.702500', '204610.162500', '204610.622500', '204611.082500', '204611.542500', '204612.002500', '204612.462500', '204612.922500', '204613.382500', '204613.842500', '204614.302500', '204614.762500', '204615.222500', '204615.682500', '204616.142500', '204616.602500', '204617.062500', '204617.522500', '204617.982500', '204618.442500', '204618.902500', '204619.362500', '204619.822500', '204620.282500', '204620.742500', '204621.202500', '204621.662500', '204622.122500', '204622.582500', '204623.042500', '204623.502500', '204623.962500', '204624.422500', '204624.882500', '204625.342500', '204625.802500', '204626.262500', '204626.722500', '204627.182500', '204627.642500', '204628.102500', '204628.562500', '204629.022500', '204629.482500', '204629.942500', '204630.402500', '204630.862500', '204631.322500', '204631.782500', '204632.242500', '204632.702500', '204633.162500', '204633.622500', '204634.082500', '204634.542500', '204635.002500', '204635.462500', '204635.922500', '204636.382500', '204636.842500', '204637.302500', '204637.762500', '204638.222500', '204638.682500', '204639.142500', '204639.602500', '204640.062500', '204640.522500', '204640.982500', '204641.442500', '204641.902500', '204642.362500', '204642.822500', '204643.282500', '204643.742500', '204644.202500', '204644.662500', '204645.122500', '204645.582500', '204646.042500', '204646.502500', '204646.962500', '204647.422500', '204647.882500', '204648.342500', '204648.802500', '204649.262500', '204649.722500', '204650.182500', '204650.642500', '204651.102500', '204651.562500', '204652.022500', '204652.482500', '204652.942500', '204653.402500', '204653.862500', '204654.322500', '204654.782500', '204655.242500', '204655.702500', '204656.162500', '204656.622500', '204657.082500', '204657.542500', '204658.002500', '204658.462500', '204658.922500', '204659.382500', '204659.842500', '204700.302500', '204700.762500', '204701.222500', '204701.682500', '204702.142500', '204702.602500', '204703.062500', '204703.522500', '204703.982500', '204704.442500', '204704.902500', '204705.362500', '204705.822500', '204706.282500', '204706.742500', '204707.202500', '204707.662500', '204708.122500', '204708.582500', '204709.042500', '204709.502500', '204709.962500', '204710.422500', '204710.882500', '204711.342500', '204711.802500', '204712.262500', '204712.722500', '204713.182500', '204713.642500', '204714.102500', '204714.562500', '204715.022500', '204715.482500', '204715.942500', '204716.402500', '204716.862500', '204717.322500', '204717.782500', '204718.242500', '204718.702500', '204719.162500', '204719.622500', '204720.082500', '204720.542500', '204721.002500', '204721.462500', '204721.922500', '204722.382500', '204722.842500', '204723.302500', '204723.762500', '204724.222500', '204724.682500', '204725.142500', '204725.602500', '204726.062500', '204726.522500', '204726.982500', '204727.442500', '204727.902500', '204728.362500', '204728.822500', '204729.282500', '204729.742500', '204730.202500', '204730.662500', '204731.122500', '204731.582500', '204732.042500', '204732.502500', '204732.962500', '204733.422500', '204733.882500', '204734.342500', '204734.802500', '204735.262500', '204735.722500', '204736.182500', '204736.642500', '204737.102500', '204737.562500', '204738.022500', '204738.482500', '204738.942500', '204739.402500', '204739.862500', '204740.322500', '204740.782500', '204741.242500', '204741.702500', '204742.162500', '204742.622500', '204743.082500', '204743.542500', '204744.002500', '204744.462500', '204744.922500', '204745.382500', '204745.842500', '204746.302500', '204746.762500', '204747.222500', '204747.682500', '204748.142500', '204748.602500', '204749.062500', '204749.522500', '204749.982500', '204750.442500', '204750.902500', '204751.362500', '204751.822500', '204752.282500', '204752.742500', '204753.202500', '204753.662500', '204754.122500', '204754.582500', '204755.042500', '204755.502500', '204755.962500', '204756.422500', '204756.882500', '204757.342500', '204757.802500', '204758.262500', '204758.722500', '204759.182500', '204759.642500', '204800.102500', '204800.562500', '204801.022500', '204801.482500', '204801.942500', '204802.402500', '204802.862500', '204803.322500', '204803.782500', '204804.242500', '204804.702500', '204805.162500', '204805.622500', '204806.082500', '204806.542500', '204807.002500', '204807.462500', '204807.922500', '204808.382500', '204808.842500', '204809.302500', '204809.762500', '204810.222500', '204810.682500', '204811.142500', '204811.602500', '204812.062500', '204812.522500', '204812.982500', '204813.442500', '204813.902500', '204814.362500', '204814.822500', '204815.282500', '204815.742500', '204816.202500', '204816.662500', '204817.122500', '204817.582500', '204818.042500', '204818.502500', '204818.962500', '204819.422500', '204819.882500', '204820.342500', '204820.802500', '204821.262500', '204821.722500', '204822.182500', '204822.642500', '204823.102500', '204823.562500', '204824.022500', '204824.482500', '204824.942500', '204825.402500', '204825.862500', '204826.322500', '204826.782500', '204827.242500', '204827.702500', '204828.162500', '204828.622500', '204829.082500', '204829.542500', '204830.002500', '204830.462500', '204830.922500', '204831.382500', '204831.842500', '204832.302500', '204832.762500', '204833.222500', '204833.682500', '204834.142500', '204834.602500', '204835.062500', '204835.522500', '204835.982500', '204836.442500', '204836.902500', '204837.362500', '204837.822500', '204838.282500', '204838.742500', '204839.202500', '204839.662500', '204840.122500', '204840.582500', '204841.042500', '204841.502500', '204841.962500', '204842.422500', '204842.882500', '204843.342500', '204843.802500', '204844.262500', '204844.722500', '204845.182500', '204845.642500', '204846.102500', '204846.562500', '204847.022500', '204847.482500', '204847.942500', '204848.402500', '204848.862500', '204849.322500', '204849.782500', '204850.242500', '204850.702500', '204851.162500', '204851.622500', '204852.082500', '204852.542500', '204853.002500', '204853.462500', '204853.922500', '204854.382500', '204854.842500', '204855.302500', '204855.762500', '204856.222500', '204856.682500', '204857.142500', '204857.602500', '204858.062500', '204858.522500', '204858.982500', '204859.442500', '204859.902500', '204900.362500', '204900.822500', '204901.282500', '204901.742500', '204902.202500', '204902.662500', '204903.122500', '204903.582500', '204904.042500', '204904.502500', '204904.962500', '204905.422500', '204905.882500', '204906.342500', '204906.802500', '204907.262500', '204907.722500', '204908.182500', '204908.642500', '204909.102500', '204909.562500', '204910.022500', '204910.482500', '204910.942500', '204911.402500', '204911.862500', '204912.322500', '204912.782500', '204913.242500', '204913.702500', '204914.162500', '204914.622500', '204915.082500', '204915.542500', '204916.002500', '204916.462500', '204916.922500', '204917.382500', '204917.842500', '204918.302500', '204918.762500', '204919.222500', '204919.682500', '204920.142500', '204920.602500', '204921.062500', '204921.522500', '204921.982500', '204922.442500', '204922.902500', '204923.362500', '204923.822500', '204924.282500', '204924.742500', '204925.202500', '204925.662500', '204926.122500', '204926.582500', '204927.042500', '204927.502500', '204927.962500', '204928.422500', '204928.882500', '204929.342500', '204929.802500', '204930.262500', '204930.722500', '204931.182500', '204931.642500', '204932.102500', '204932.562500', '204933.022500', '204933.482500', '204933.942500', '204934.402500', '204934.862500', '204935.322500', '204935.782500', '204936.242500', '204936.702500', '204937.162500', '204937.622500', '204938.082500', '204938.542500', '204939.002500', '204939.462500', '204939.922500', '204940.382500', '204940.842500', '204941.302500', '204941.762500', '204942.222500', '204942.682500', '204943.142500', '204943.602500', '204944.062500', '204944.522500', '204944.982500', '204945.442500', '204945.902500', '204946.362500', '204946.822500', '204947.282500', '204947.742500', '204948.202500', '204948.662500', '204949.122500', '204949.582500', '204950.042500', '204950.502500', '204950.962500', '204951.422500', '204951.882500', '204952.342500', '204952.802500', '204953.262500', '204953.722500', '204954.182500', '204954.642500', '204955.102500', '204955.562500', '204956.022500', '204956.482500', '204956.942500', '204957.402500', '204957.862500', '204958.322500', '204958.782500', '204959.242500', '204959.702500', '205000.162500', '205000.622500', '205001.082500', '205001.542500', '205002.002500', '205002.462500', '205002.922500', '205003.382500', '205003.842500', '205004.302500', '205004.762500', '205005.222500', '205005.682500', '205006.142500', '205006.602500', '205007.062500', '205007.522500', '205007.982500', '205008.442500', '205008.902500', '205009.362500', '205009.822500', '205010.282500', '205010.742500', '205011.202500', '205011.662500', '205012.122500', '205012.582500', '205013.042500', '205013.502500', '205013.962500', '205014.422500', '205014.882500', '205015.342500', '205015.802500', '205016.262500', '205016.722500', '205017.182500', '205017.642500', '205018.102500', '205018.562500', '205019.022500', '205019.482500', '205019.942500', '205020.402500', '205020.862500', '205021.322500', '205021.782500', '205022.242500', '205022.702500', '205023.162500', '205023.622500', '205024.082500', '205024.542500', '205025.002500', '205025.462500', '205025.922500', '205026.382500', '205026.842500', '205027.302500', '205027.762500', '205028.222500', '205028.682500', '205029.142500', '205029.602500', '205030.062500', '205030.522500', '205030.982500', '205031.442500', '205031.902500', '205032.362500', '205032.822500', '205033.282500', '205033.742500', '205034.202500', '205034.662500', '205035.122500', '205035.582500', '205036.042500', '205036.502500', '205036.962500', '205037.422500', '205037.882500', '205038.342500', '205038.802500', '205039.262500', '205039.722500', '205040.182500', '205040.642500', '205041.102500', '205041.562500', '205042.022500', '205042.482500', '205042.942500', '205043.402500', '205043.862500', '205044.322500', '205044.782500', '205045.242500', '205045.702500', '205046.162500', '205046.622500', '205047.082500', '205047.542500', '205048.002500', '205048.462500', '205048.922500', '205049.382500', '205049.842500', '205050.302500', '205050.762500', '205051.222500', '205051.682500', '205052.142500', '205052.602500', '205053.062500', '205053.522500', '205053.982500', '205054.442500', '205054.902500', '205055.362500', '205055.822500', '205056.282500', '205056.742500', '205057.202500', '205057.662500', '205058.122500', '205058.582500', '205059.042500', '205059.502500', '205059.962500', '205100.422500', '205100.882500', '205101.342500', '205101.802500', '205102.262500', '205102.722500', '205103.182500', '205103.642500', '205104.102500', '205104.562500', '205105.022500', '205105.482500', '205105.942500', '205106.402500', '205106.862500', '205107.322500', '205107.782500', '205108.242500', '205108.702500', '205109.162500', '205109.622500', '205110.082500', '205110.542500', '205111.002500', '205111.462500', '205111.922500', '205112.382500', '205112.842500', '205113.302500', '205113.762500', '205114.222500', '205114.682500', '205115.142500', '205115.602500', '205116.062500', '205116.522500', '205116.982500', '205117.442500', '205117.902500', '205118.362500', '205118.822500', '205119.282500', '205119.742500', '205120.202500', '205120.662500', '205121.122500', '205121.582500', '205122.042500', '205122.502500', '205122.962500', '205123.422500', '205123.882500', '205124.342500', '205124.802500', '205125.262500', '205125.722500', '205126.182500', '205126.642500', '205127.102500', '205127.562500', '205128.022500', '205128.482500', '205128.942500', '205129.402500', '205129.862500', '205130.322500', '205130.782500', '205131.242500', '205131.702500', '205132.162500', '205132.622500', '205133.082500', '205133.542500', '205134.002500', '205134.462500', '205134.922500', '205135.382500', '205135.842500', '205136.302500', '205136.762500', '205137.222500', '205137.682500', '205138.142500', '205138.602500', '205139.062500', '205139.522500', '205139.982500', '205140.442500', '205140.902500', '205141.362500', '205141.822500', '205142.282500', '205142.742500', '205143.202500', '205143.662500', '205144.122500', '205144.582500', '205145.042500', '205145.502500', '205145.962500', '205146.422500', '205146.882500', '205147.342500', '205147.802500', '205148.262500', '205148.722500', '205149.182500', '205149.642500', '205150.102500', '205150.562500', '205151.022500', '205151.482500', '205151.942500', '205152.402500', '205152.862500', '205153.322500', '205153.782500', '205154.242500', '205154.702500', '205155.162500', '205155.622500', '205156.082500', '205156.542500', '205157.002500', '205157.462500', '205157.922500', '205158.382500', '205158.842500', '205159.302500', '205159.762500', '205200.222500', '205200.682500', '205201.142500', '205201.602500', '205202.062500', '205202.522500', '205202.982500', '205203.442500', '205203.902500', '205204.362500', '205204.822500', '205205.282500', '205205.742500', '205206.202500', '205206.662500', '205207.122500', '205207.582500', '205208.042500', '205208.502500', '205208.962500', '205209.422500', '205209.882500', '205210.342500', '205210.802500', '205211.262500', '205211.722500', '205212.182500', '205212.642500', '205213.102500', '205213.562500', '205214.022500', '205214.482500', '205214.942500', '205215.402500', '205215.862500', '205216.322500', '205216.782500', '205217.242500', '205217.702500', '205218.162500', '205218.622500', '205219.082500', '205219.542500', '205220.002500', '205220.462500', '205220.922500', '205221.382500', '205221.842500', '205222.302500', '205222.762500', '205223.222500', '205223.682500', '205224.142500', '205224.602500', '205225.062500', '205225.522500', '205225.982500', '205226.442500', '205226.902500', '205227.362500', '205227.822500', '205228.282500', '205228.742500', '205229.202500', '205229.662500', '205230.122500', '205230.582500'], 'ContentTime': ['204613.790000', '204613.793000', '204613.795000', '204613.798000', '204613.801000', '204613.804000', '204613.806000', '204613.809000', '204613.811000', '204613.814000', '204613.816000', '204613.819000', '204613.822000', '204613.824000', '204613.827000', '204613.830000', '204613.832000', '204613.863000', '204613.867000', '204613.870000', '204613.873000', '204613.875000', '204613.878000', '204613.881000', '204613.883000', '204613.886000', '204613.889000', '204613.891000', '204613.894000', '204613.896000', '204613.899000', '204613.901000', '204613.904000', '204613.907000', '204613.909000', '204613.912000', '204613.915000', '204613.917000', '204613.920000', '204613.922000', '204613.925000', '204613.934000', '204613.937000', '204613.940000', '204613.942000', '204613.945000', '204613.950000', '204613.952000', '204613.955000', '204633.743000', '204633.745000', '204633.748000', '204633.751000', '204633.753000', '204633.756000', '204633.758000', '204633.761000', '204633.764000', '204633.766000', '204633.769000', '204633.771000', '204633.774000', '204633.776000', '204633.779000', '204633.782000', '204633.784000', '204633.787000', '204633.789000', '204633.792000', '204633.795000', '204633.799000', '204633.802000', '204633.805000', '204633.807000', '204633.810000', '204633.812000', '204633.815000', '204633.818000', '204633.820000', '204633.823000', '204633.825000', '204633.828000', '204633.831000', '204633.833000', '204633.836000', '204633.839000', '204633.841000', '204633.844000', '204633.846000', '204633.849000', '204633.852000', '204633.854000', '204633.857000', '204653.742000', '204653.745000', '204653.748000', '204653.750000', '204653.753000', '204653.756000', '204653.758000', '204653.761000', '204653.763000', '204653.766000', '204653.768000', '204653.771000', '204653.774000', '204653.776000', '204653.779000', '204653.782000', '204653.784000', '204653.787000', '204653.789000', '204653.792000', '204653.795000', '204653.797000', '204653.800000', '204653.802000', '204653.805000', '204653.808000', '204653.815000', '204653.817000', '204653.820000', '204653.822000', '204653.825000', '204653.827000', '204653.830000', '204653.833000', '204653.835000', '204653.838000', '204653.840000', '204653.843000', '204653.845000', '204653.848000', '204653.851000', '204653.853000', '204653.856000', '204713.743000', '204713.746000', '204713.748000', '204713.751000', '204713.753000', '204713.756000', '204713.759000', '204713.761000', '204713.764000', '204713.767000', '204713.769000', '204713.772000', '204713.774000', '204713.777000', '204713.779000', '204713.782000', '204713.784000', '204713.787000', '204713.790000', '204713.803000', '204713.806000', '204713.808000', '204713.811000', '204713.813000', '204713.816000', '204713.819000', '204713.821000', '204713.824000', '204713.827000', '204713.829000', '204713.832000', '204713.834000', '204713.837000', '204713.840000', '204713.842000', '204713.845000', '204713.847000', '204713.850000', '204713.853000', '204713.855000', '204713.861000', '204713.863000', '204713.866000', '204713.868000', '204733.741000', '204733.744000', '204733.747000', '204733.749000', '204733.752000', '204733.755000', '204733.757000', '204733.761000', '204733.764000', '204733.766000', '204733.769000', '204733.772000', '204733.774000', '204733.777000', '204733.779000', '204733.782000', '204733.785000', '204733.787000', '204733.790000', '204733.793000', '204733.795000', '204733.798000', '204733.800000', '204733.803000', '204733.805000', '204733.808000', '204733.811000', '204733.813000', '204733.816000', '204733.819000', '204733.821000', '204733.824000', '204733.826000', '204733.829000', '204733.831000', '204733.834000', '204733.837000', '204733.839000', '204733.842000', '204733.844000', '204733.847000', '204733.850000', '204733.852000', '204753.742000', '204753.745000', '204753.748000', '204753.750000', '204753.753000', '204753.756000', '204753.758000', '204753.761000', '204753.764000', '204753.766000', '204753.769000', '204753.771000', '204753.774000', '204753.777000', '204753.779000', '204753.782000', '204753.784000', '204753.787000', '204753.789000', '204753.792000', '204753.795000', '204753.797000', '204753.800000', '204753.803000', '204753.805000', '204753.808000', '204753.810000', '204753.813000', '204753.816000', '204753.818000', '204753.821000', '204753.823000', '204753.826000', '204753.828000', '204753.831000', '204753.834000', '204753.836000', '204753.839000', '204753.841000', '204753.844000', '204753.846000', '204753.849000', '204753.852000', '204753.854000', '204813.743000', '204813.745000', '204813.748000', '204813.751000', '204813.753000', '204813.756000', '204813.758000', '204813.761000', '204813.764000', '204813.766000', '204813.769000', '204813.772000', '204813.774000', '204813.777000', '204813.780000', '204813.782000', '204813.785000', '204813.787000', '204813.790000', '204813.792000', '204813.795000', '204813.798000', '204813.800000', '204813.803000', '204813.806000', '204813.808000', '204813.811000', '204813.813000', '204813.816000', '204813.819000', '204813.821000', '204813.824000', '204813.826000', '204813.829000', '204813.832000', '204813.834000', '204813.837000', '204813.839000', '204813.842000', '204813.845000', '204813.847000', '204813.850000', '204813.852000', '204833.742000', '204833.746000', '204833.749000', '204833.752000', '204833.755000', '204833.757000', '204833.760000', '204833.762000', '204833.765000', '204833.768000', '204833.770000', '204833.773000', '204833.776000', '204833.779000', '204833.782000', '204833.784000', '204833.787000', '204833.790000', '204833.792000', '204833.795000', '204833.797000', '204833.800000', '204833.803000', '204833.805000', '204833.808000', '204833.810000', '204833.813000', '204833.815000', '204833.818000', '204833.821000', '204833.823000', '204833.826000', '204833.829000', '204833.831000', '204833.834000', '204833.836000', '204833.839000', '204833.842000', '204833.844000', '204833.847000', '204833.850000', '204833.852000', '204833.855000', '204853.753000', '204853.756000', '204853.759000', '204853.761000', '204853.764000', '204853.767000', '204853.769000', '204853.772000', '204853.775000', '204853.777000', '204853.780000', '204853.783000', '204853.785000', '204853.788000', '204853.790000', '204853.793000', '204853.796000', '204853.798000', '204853.801000', '204853.804000', '204853.806000', '204853.809000', '204853.811000', '204853.814000', '204853.817000', '204853.819000', '204853.822000', '204853.824000', '204853.827000', '204853.830000', '204853.832000', '204853.835000', '204853.838000', '204853.840000', '204853.843000', '204853.845000', '204853.848000', '204853.851000', '204853.853000', '204853.856000', '204853.858000', '204853.861000', '204853.864000', '204853.866000', '204913.742000', '204913.745000', '204913.748000', '204913.750000', '204913.753000', '204913.755000', '204913.758000', '204913.761000', '204913.763000', '204913.766000', '204913.769000', '204913.771000', '204913.774000', '204913.776000', '204913.779000', '204913.782000', '204913.784000', '204913.787000', '204913.789000', '204913.792000', '204913.795000', '204913.797000', '204913.800000', '204913.802000', '204913.805000', '204913.808000', '204913.810000', '204913.813000', '204913.816000', '204913.818000', '204913.821000', '204913.823000', '204913.826000', '204913.829000', '204913.831000', '204913.834000', '204913.836000', '204913.839000', '204913.842000', '204913.844000', '204913.847000', '204913.859000', '204913.862000', '204933.742000', '204933.745000', '204933.748000', '204933.751000', '204933.753000', '204933.756000', '204933.758000', '204933.761000', '204933.764000', '204933.766000', '204933.769000', '204933.772000', '204933.774000', '204933.777000', '204933.780000', '204933.782000', '204933.785000', '204933.788000', '204933.790000', '204933.793000', '204933.795000', '204933.798000', '204933.801000', '204933.803000', '204933.806000', '204933.808000', '204933.811000', '204933.814000', '204933.816000', '204933.819000', '204933.821000', '204933.824000', '204933.827000', '204933.829000', '204933.832000', '204933.835000', '204933.837000', '204933.840000', '204933.842000', '204933.845000', '204933.848000', '204933.850000', '204933.853000', '204933.856000', '204953.741000', '204953.744000', '204953.747000', '204953.750000', '204953.752000', '204953.755000', '204953.758000', '204953.760000', '204953.763000', '204953.766000', '204953.768000', '204953.771000', '204953.773000', '204953.776000', '204953.779000', '204953.781000', '204953.785000', '204953.788000', '204953.790000', '204953.794000', '204953.796000', '204953.799000', '204953.801000', '204953.804000', '204953.807000', '204953.809000', '204953.814000', '204953.817000', '204953.819000', '204953.822000', '204953.825000', '204953.827000', '204953.830000', '204953.833000', '204953.835000', '204953.838000', '204953.840000', '204953.843000', '204953.845000', '204953.848000', '204953.851000', '204953.853000', '204953.856000', '205013.743000', '205013.745000', '205013.748000', '205013.751000', '205013.753000', '205013.756000', '205013.759000', '205013.761000', '205013.764000', '205013.766000', '205013.769000', '205013.772000', '205013.774000', '205013.777000', '205013.780000', '205013.782000', '205013.785000', '205013.788000', '205013.791000', '205013.794000', '205013.796000', '205013.799000', '205013.802000', '205013.804000', '205013.807000', '205013.820000', '205013.823000', '205013.825000', '205013.828000', '205013.831000', '205013.833000', '205013.836000', '205013.838000', '205013.841000', '205013.844000', '205013.846000', '205013.849000', '205013.851000', '205013.854000', '205013.857000', '205013.859000', '205013.862000', '205013.864000', '205013.867000', '205033.743000', '205033.745000', '205033.748000', '205033.750000', '205033.753000', '205033.756000', '205033.758000', '205033.761000', '205033.764000', '205033.767000', '205033.770000', '205033.773000', '205033.776000', '205033.779000', '205033.782000', '205033.784000', '205033.787000', '205033.789000', '205033.792000', '205033.795000', '205033.797000', '205033.800000', '205033.803000', '205033.805000', '205033.808000', '205033.810000', '205033.813000', '205033.816000', '205033.818000', '205033.821000', '205033.824000', '205033.826000', '205033.829000', '205033.831000', '205033.834000', '205033.837000', '205033.839000', '205033.842000', '205033.845000', '205033.847000', '205033.850000', '205033.852000', '205033.855000', '205053.743000', '205053.746000', '205053.748000', '205053.751000', '205053.754000', '205053.756000', '205053.759000', '205053.762000', '205053.764000', '205053.767000', '205053.769000', '205053.772000', '205053.775000', '205053.779000', '205053.782000', '205053.784000', '205053.787000', '205053.790000', '205053.793000', '205053.795000', '205053.798000', '205053.800000', '205053.803000', '205053.806000', '205053.808000', '205053.811000', '205053.813000', '205053.816000', '205053.819000', '205053.821000', '205053.824000', '205053.826000', '205053.829000', '205053.831000', '205053.834000', '205053.837000', '205053.839000', '205053.842000', '205053.844000', '205053.847000', '205053.850000', '205053.852000', '205053.855000', '205053.857000', '205113.742000', '205113.745000', '205113.748000', '205113.751000', '205113.753000', '205113.756000', '205113.758000', '205113.761000', '205113.764000', '205113.766000', '205113.769000', '205113.772000', '205113.774000', '205113.777000', '205113.779000', '205113.782000', '205113.784000', '205113.787000', '205113.790000', '205113.793000', '205113.796000', '205113.799000', '205113.802000', '205113.804000', '205113.807000', '205113.810000', '205113.812000', '205113.815000', '205113.818000', '205113.821000', '205113.823000', '205113.826000', '205113.828000', '205113.831000', '205113.840000', '205113.843000', '205113.845000', '205113.848000', '205113.851000', '205113.855000', '205113.858000', '205113.860000', '205113.863000', '205133.743000', '205133.745000', '205133.748000', '205133.750000', '205133.754000', '205133.757000', '205133.759000', '205133.762000', '205133.765000', '205133.767000', '205133.770000', '205133.772000', '205133.775000', '205133.778000', '205133.780000', '205133.783000', '205133.785000', '205133.788000', '205133.791000', '205133.793000', '205133.796000', '205133.799000', '205133.801000', '205133.804000', '205133.806000', '205133.809000', '205133.812000', '205133.814000', '205133.817000', '205133.820000', '205133.822000', '205133.825000', '205133.828000', '205133.830000', '205133.833000', '205133.836000', '205133.871000', '205133.873000', '205133.876000', '205133.879000', '205133.881000', '205133.884000', '205133.887000', '205133.889000', '205153.742000', '205153.745000', '205153.748000', '205153.751000', '205153.753000', '205153.756000', '205153.759000', '205153.761000', '205153.764000', '205153.766000', '205153.769000', '205153.772000', '205153.774000', '205153.777000', '205153.779000', '205153.782000', '205153.785000', '205153.787000', '205153.790000', '205153.793000', '205153.795000', '205153.798000', '205153.801000', '205153.803000', '205153.806000', '205153.808000', '205153.811000', '205153.814000', '205153.816000', '205153.819000', '205153.822000', '205153.825000', '205153.828000', '205153.830000', '205153.833000', '205153.837000', '205153.840000', '205153.842000', '205153.845000', '205153.848000', '205153.850000', '205153.853000', '205153.855000', '205213.742000', '205213.744000', '205213.747000', '205213.750000', '205213.752000', '205213.755000', '205213.757000', '205213.760000', '205213.763000', '205213.765000', '205213.768000', '205213.770000', '205213.773000', '205213.776000', '205213.778000', '205213.781000', '205213.783000', '205213.786000', '205213.789000', '205213.791000', '205213.794000', '205213.797000', '205213.799000', '205213.802000', '205213.805000', '205213.807000', '205213.810000', '205213.813000', '205213.815000', '205213.818000', '205213.820000', '205213.823000', '205213.826000', '205213.828000', '205213.831000', '205213.834000', '205213.836000', '205213.839000', '205213.841000', '205213.844000', '205213.847000', '205213.849000', '205213.852000', '205213.854000', '205231.984000', '205231.987000', '205231.990000', '205231.993000', '205231.995000', '205231.998000', '205232.002000', '205232.004000', '205232.007000', '205232.010000', '205232.013000', '205232.015000', '205232.018000', '205232.021000', '205232.024000', '205232.027000', '205232.030000', '205232.033000', '205232.036000', '205232.039000', '205232.042000', '205232.045000', '205232.048000', '205232.052000', '205232.056000', '205232.059000', '205232.062000', '205232.066000', '205232.069000', '205232.072000', '205232.075000', '205232.081000', '205232.084000', '205232.093000', '205232.098000', '205232.102000', '205232.105000', '205232.108000', '205232.111000', '205232.114000'], 'InstanceCreationTime': ['204613.790000', '204613.793000', '204613.795000', '204613.798000', '204613.801000', '204613.804000', '204613.806000', '204613.809000', '204613.811000', '204613.814000', '204613.816000', '204613.819000', '204613.822000', '204613.824000', '204613.827000', '204613.830000', '204613.832000', '204613.863000', '204613.867000', '204613.870000', '204613.873000', '204613.875000', '204613.878000', '204613.881000', '204613.883000', '204613.886000', '204613.889000', '204613.891000', '204613.894000', '204613.896000', '204613.899000', '204613.901000', '204613.904000', '204613.907000', '204613.909000', '204613.912000', '204613.915000', '204613.917000', '204613.920000', '204613.922000', '204613.925000', '204613.934000', '204613.937000', '204613.940000', '204613.942000', '204613.945000', '204613.950000', '204613.952000', '204613.955000', '204633.743000', '204633.745000', '204633.748000', '204633.751000', '204633.753000', '204633.756000', '204633.758000', '204633.761000', '204633.764000', '204633.766000', '204633.769000', '204633.771000', '204633.774000', '204633.776000', '204633.779000', '204633.782000', '204633.784000', '204633.787000', '204633.789000', '204633.792000', '204633.795000', '204633.799000', '204633.802000', '204633.805000', '204633.807000', '204633.810000', '204633.812000', '204633.815000', '204633.818000', '204633.820000', '204633.823000', '204633.825000', '204633.828000', '204633.831000', '204633.833000', '204633.836000', '204633.839000', '204633.841000', '204633.844000', '204633.846000', '204633.849000', '204633.852000', '204633.854000', '204633.857000', '204653.742000', '204653.745000', '204653.748000', '204653.750000', '204653.753000', '204653.756000', '204653.758000', '204653.761000', '204653.763000', '204653.766000', '204653.768000', '204653.771000', '204653.774000', '204653.776000', '204653.779000', '204653.782000', '204653.784000', '204653.787000', '204653.789000', '204653.792000', '204653.795000', '204653.797000', '204653.800000', '204653.802000', '204653.805000', '204653.808000', '204653.815000', '204653.817000', '204653.820000', '204653.822000', '204653.825000', '204653.827000', '204653.830000', '204653.833000', '204653.835000', '204653.838000', '204653.840000', '204653.843000', '204653.845000', '204653.848000', '204653.851000', '204653.853000', '204653.856000', '204713.743000', '204713.746000', '204713.748000', '204713.751000', '204713.753000', '204713.756000', '204713.759000', '204713.761000', '204713.764000', '204713.767000', '204713.769000', '204713.772000', '204713.774000', '204713.777000', '204713.779000', '204713.782000', '204713.784000', '204713.787000', '204713.790000', '204713.803000', '204713.806000', '204713.808000', '204713.811000', '204713.813000', '204713.816000', '204713.819000', '204713.821000', '204713.824000', '204713.827000', '204713.829000', '204713.832000', '204713.834000', '204713.837000', '204713.840000', '204713.842000', '204713.845000', '204713.847000', '204713.850000', '204713.853000', '204713.855000', '204713.861000', '204713.863000', '204713.866000', '204713.868000', '204733.741000', '204733.744000', '204733.747000', '204733.749000', '204733.752000', '204733.755000', '204733.757000', '204733.761000', '204733.764000', '204733.766000', '204733.769000', '204733.772000', '204733.774000', '204733.777000', '204733.779000', '204733.782000', '204733.785000', '204733.787000', '204733.790000', '204733.793000', '204733.795000', '204733.798000', '204733.800000', '204733.803000', '204733.805000', '204733.808000', '204733.811000', '204733.813000', '204733.816000', '204733.819000', '204733.821000', '204733.824000', '204733.826000', '204733.829000', '204733.831000', '204733.834000', '204733.837000', '204733.839000', '204733.842000', '204733.844000', '204733.847000', '204733.850000', '204733.852000', '204753.742000', '204753.745000', '204753.748000', '204753.750000', '204753.753000', '204753.756000', '204753.758000', '204753.761000', '204753.764000', '204753.766000', '204753.769000', '204753.771000', '204753.774000', '204753.777000', '204753.779000', '204753.782000', '204753.784000', '204753.787000', '204753.789000', '204753.792000', '204753.795000', '204753.797000', '204753.800000', '204753.803000', '204753.805000', '204753.808000', '204753.810000', '204753.813000', '204753.816000', '204753.818000', '204753.821000', '204753.823000', '204753.826000', '204753.828000', '204753.831000', '204753.834000', '204753.836000', '204753.839000', '204753.841000', '204753.844000', '204753.846000', '204753.849000', '204753.852000', '204753.854000', '204813.743000', '204813.745000', '204813.748000', '204813.751000', '204813.753000', '204813.756000', '204813.758000', '204813.761000', '204813.764000', '204813.766000', '204813.769000', '204813.772000', '204813.774000', '204813.777000', '204813.780000', '204813.782000', '204813.785000', '204813.787000', '204813.790000', '204813.792000', '204813.795000', '204813.798000', '204813.800000', '204813.803000', '204813.806000', '204813.808000', '204813.811000', '204813.813000', '204813.816000', '204813.819000', '204813.821000', '204813.824000', '204813.826000', '204813.829000', '204813.832000', '204813.834000', '204813.837000', '204813.839000', '204813.842000', '204813.845000', '204813.847000', '204813.850000', '204813.852000', '204833.742000', '204833.746000', '204833.749000', '204833.752000', '204833.755000', '204833.757000', '204833.760000', '204833.762000', '204833.765000', '204833.768000', '204833.770000', '204833.773000', '204833.776000', '204833.779000', '204833.782000', '204833.784000', '204833.787000', '204833.790000', '204833.792000', '204833.795000', '204833.797000', '204833.800000', '204833.803000', '204833.805000', '204833.808000', '204833.810000', '204833.813000', '204833.815000', '204833.818000', '204833.821000', '204833.823000', '204833.826000', '204833.829000', '204833.831000', '204833.834000', '204833.836000', '204833.839000', '204833.842000', '204833.844000', '204833.847000', '204833.850000', '204833.852000', '204833.855000', '204853.753000', '204853.756000', '204853.759000', '204853.761000', '204853.764000', '204853.767000', '204853.769000', '204853.772000', '204853.775000', '204853.777000', '204853.780000', '204853.783000', '204853.785000', '204853.788000', '204853.790000', '204853.793000', '204853.796000', '204853.798000', '204853.801000', '204853.804000', '204853.806000', '204853.809000', '204853.811000', '204853.814000', '204853.817000', '204853.819000', '204853.822000', '204853.824000', '204853.827000', '204853.830000', '204853.832000', '204853.835000', '204853.838000', '204853.840000', '204853.843000', '204853.845000', '204853.848000', '204853.851000', '204853.853000', '204853.856000', '204853.858000', '204853.861000', '204853.864000', '204853.866000', '204913.742000', '204913.745000', '204913.748000', '204913.750000', '204913.753000', '204913.755000', '204913.758000', '204913.761000', '204913.763000', '204913.766000', '204913.769000', '204913.771000', '204913.774000', '204913.776000', '204913.779000', '204913.782000', '204913.784000', '204913.787000', '204913.789000', '204913.792000', '204913.795000', '204913.797000', '204913.800000', '204913.802000', '204913.805000', '204913.808000', '204913.810000', '204913.813000', '204913.816000', '204913.818000', '204913.821000', '204913.823000', '204913.826000', '204913.829000', '204913.831000', '204913.834000', '204913.836000', '204913.839000', '204913.842000', '204913.844000', '204913.847000', '204913.859000', '204913.862000', '204933.742000', '204933.745000', '204933.748000', '204933.751000', '204933.753000', '204933.756000', '204933.758000', '204933.761000', '204933.764000', '204933.766000', '204933.769000', '204933.772000', '204933.774000', '204933.777000', '204933.780000', '204933.782000', '204933.785000', '204933.788000', '204933.790000', '204933.793000', '204933.795000', '204933.798000', '204933.801000', '204933.803000', '204933.806000', '204933.808000', '204933.811000', '204933.814000', '204933.816000', '204933.819000', '204933.821000', '204933.824000', '204933.827000', '204933.829000', '204933.832000', '204933.835000', '204933.837000', '204933.840000', '204933.842000', '204933.845000', '204933.848000', '204933.850000', '204933.853000', '204933.856000', '204953.741000', '204953.744000', '204953.747000', '204953.750000', '204953.752000', '204953.755000', '204953.758000', '204953.760000', '204953.763000', '204953.766000', '204953.768000', '204953.771000', '204953.773000', '204953.776000', '204953.779000', '204953.781000', '204953.785000', '204953.788000', '204953.790000', '204953.794000', '204953.796000', '204953.799000', '204953.801000', '204953.804000', '204953.807000', '204953.809000', '204953.814000', '204953.817000', '204953.819000', '204953.822000', '204953.825000', '204953.827000', '204953.830000', '204953.833000', '204953.835000', '204953.838000', '204953.840000', '204953.843000', '204953.845000', '204953.848000', '204953.851000', '204953.853000', '204953.856000', '205013.743000', '205013.745000', '205013.748000', '205013.751000', '205013.753000', '205013.756000', '205013.759000', '205013.761000', '205013.764000', '205013.766000', '205013.769000', '205013.772000', '205013.774000', '205013.777000', '205013.780000', '205013.782000', '205013.785000', '205013.788000', '205013.791000', '205013.794000', '205013.796000', '205013.799000', '205013.802000', '205013.804000', '205013.807000', '205013.820000', '205013.823000', '205013.825000', '205013.828000', '205013.831000', '205013.833000', '205013.836000', '205013.838000', '205013.841000', '205013.844000', '205013.846000', '205013.849000', '205013.851000', '205013.854000', '205013.857000', '205013.859000', '205013.862000', '205013.864000', '205013.867000', '205033.743000', '205033.745000', '205033.748000', '205033.750000', '205033.753000', '205033.756000', '205033.758000', '205033.761000', '205033.764000', '205033.767000', '205033.770000', '205033.773000', '205033.776000', '205033.779000', '205033.782000', '205033.784000', '205033.787000', '205033.789000', '205033.792000', '205033.795000', '205033.797000', '205033.800000', '205033.803000', '205033.805000', '205033.808000', '205033.810000', '205033.813000', '205033.816000', '205033.818000', '205033.821000', '205033.824000', '205033.826000', '205033.829000', '205033.831000', '205033.834000', '205033.837000', '205033.839000', '205033.842000', '205033.845000', '205033.847000', '205033.850000', '205033.852000', '205033.855000', '205053.743000', '205053.746000', '205053.748000', '205053.751000', '205053.754000', '205053.756000', '205053.759000', '205053.762000', '205053.764000', '205053.767000', '205053.769000', '205053.772000', '205053.775000', '205053.779000', '205053.782000', '205053.784000', '205053.787000', '205053.790000', '205053.793000', '205053.795000', '205053.798000', '205053.800000', '205053.803000', '205053.806000', '205053.808000', '205053.811000', '205053.813000', '205053.816000', '205053.819000', '205053.821000', '205053.824000', '205053.826000', '205053.829000', '205053.831000', '205053.834000', '205053.837000', '205053.839000', '205053.842000', '205053.844000', '205053.847000', '205053.850000', '205053.852000', '205053.855000', '205053.857000', '205113.742000', '205113.745000', '205113.748000', '205113.751000', '205113.753000', '205113.756000', '205113.758000', '205113.761000', '205113.764000', '205113.766000', '205113.769000', '205113.772000', '205113.774000', '205113.777000', '205113.779000', '205113.782000', '205113.784000', '205113.787000', '205113.790000', '205113.793000', '205113.796000', '205113.799000', '205113.802000', '205113.804000', '205113.807000', '205113.810000', '205113.812000', '205113.815000', '205113.818000', '205113.821000', '205113.823000', '205113.826000', '205113.828000', '205113.831000', '205113.840000', '205113.843000', '205113.845000', '205113.848000', '205113.851000', '205113.855000', '205113.858000', '205113.860000', '205113.863000', '205133.743000', '205133.745000', '205133.748000', '205133.750000', '205133.754000', '205133.757000', '205133.759000', '205133.762000', '205133.765000', '205133.767000', '205133.770000', '205133.772000', '205133.775000', '205133.778000', '205133.780000', '205133.783000', '205133.785000', '205133.788000', '205133.791000', '205133.793000', '205133.796000', '205133.799000', '205133.801000', '205133.804000', '205133.806000', '205133.809000', '205133.812000', '205133.814000', '205133.817000', '205133.820000', '205133.822000', '205133.825000', '205133.828000', '205133.830000', '205133.833000', '205133.836000', '205133.871000', '205133.873000', '205133.876000', '205133.879000', '205133.881000', '205133.884000', '205133.887000', '205133.889000', '205153.742000', '205153.745000', '205153.748000', '205153.751000', '205153.753000', '205153.756000', '205153.759000', '205153.761000', '205153.764000', '205153.766000', '205153.769000', '205153.772000', '205153.774000', '205153.777000', '205153.779000', '205153.782000', '205153.785000', '205153.787000', '205153.790000', '205153.793000', '205153.795000', '205153.798000', '205153.801000', '205153.803000', '205153.806000', '205153.808000', '205153.811000', '205153.814000', '205153.816000', '205153.819000', '205153.822000', '205153.825000', '205153.828000', '205153.830000', '205153.833000', '205153.837000', '205153.840000', '205153.842000', '205153.845000', '205153.848000', '205153.850000', '205153.853000', '205153.855000', '205213.742000', '205213.744000', '205213.747000', '205213.750000', '205213.752000', '205213.755000', '205213.757000', '205213.760000', '205213.763000', '205213.765000', '205213.768000', '205213.770000', '205213.773000', '205213.776000', '205213.778000', '205213.781000', '205213.783000', '205213.786000', '205213.789000', '205213.791000', '205213.794000', '205213.797000', '205213.799000', '205213.802000', '205213.805000', '205213.807000', '205213.810000', '205213.813000', '205213.815000', '205213.818000', '205213.820000', '205213.823000', '205213.826000', '205213.828000', '205213.831000', '205213.834000', '205213.836000', '205213.839000', '205213.841000', '205213.844000', '205213.847000', '205213.849000', '205213.852000', '205213.854000', '205231.984000', '205231.987000', '205231.990000', '205231.993000', '205231.995000', '205231.998000', '205232.002000', '205232.004000', '205232.007000', '205232.010000', '205232.013000', '205232.015000', '205232.018000', '205232.021000', '205232.024000', '205232.027000', '205232.030000', '205232.033000', '205232.036000', '205232.039000', '205232.042000', '205232.045000', '205232.048000', '205232.052000', '205232.056000', '205232.059000', '205232.062000', '205232.066000', '205232.069000', '205232.072000', '205232.075000', '205232.081000', '205232.084000', '205232.093000', '205232.098000', '205232.102000', '205232.105000', '205232.108000', '205232.111000', '205232.114000'], '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': [11224, 7313, 13582, 9068, 14156, 7361, 9447, 7328, 8235, 7157, 7732, 11331, 7625, 10415, 7285, 12363, 7320, 12008, 7964, 13148, 7608, 10125, 7161, 8205, 8888, 7348, 17257, 11456, 14686, 7119, 10589, 7130, 9248, 7051, 8829, 7971, 8157, 7417, 7443, 7628, 7089, 11388, 7595, 10362, 7290, 9144, 6896, 11682, 7518, 14185, 7982, 12012, 7537, 10220, 7923, 11532, 7619, 10539, 7164, 8289, 7420, 8169, 8292, 9907, 7215, 7926, 7194, 7793, 9659, 8694, 14733, 10304, 13199, 7558, 13770, 7614, 13565, 9922, 15748, 10203, 12112, 7439, 8751, 7389, 8382, 7038, 9376, 7335, 7751, 7613, 7740, 7459, 8560, 10906, 8621, 7452, 7452, 7524, 7874, 12162, 8489, 14905, 7616, 11791, 7191, 11145, 7242, 11533, 8127, 12311, 7203, 9941, 7280, 8913, 7062, 9739, 7330, 7673, 7255, 7290, 8535, 7195, 13879, 8223, 11102, 7105, 9828, 7440, 11217, 8051, 13746, 8227, 12132, 7951, 10948, 8853, 12879, 10152, 14595, 8372, 10787, 7183, 9735, 7418, 9488, 7402, 9972, 7257, 7716, 7169, 7500, 7326, 8814, 7737, 8398, 7095, 8016, 7458, 8108, 9539, 9064, 10921, 7739, 9942, 7433, 11689, 7325, 11443, 8442, 11277, 7179, 9359, 7222, 8713, 7419, 11808, 7217, 9922, 7261, 9861, 7370, 9664, 7395, 11178, 7119, 8386, 7053, 8035, 9628, 7500, 16578, 10153, 15043, 7647, 10802, 7221, 10296, 7807, 11270, 7229, 9113, 7231, 8660, 7369, 11795, 7338, 9732, 7380, 9308, 7385, 9196, 11872, 12074, 8548, 7410, 7263, 7838, 9662, 7489, 12558, 8147, 9648, 7696, 9582, 7575, 11097, 7636, 12416, 8819, 12064, 7472, 10605, 7434, 9927, 7036, 9969, 7530, 9679, 7197, 8009, 7278, 7963, 7170, 8058, 9689, 8227, 7216, 7369, 8338, 7712, 10853, 7377, 13377, 7890, 11491, 7106, 10851, 7320, 10905, 7518, 12761, 7809, 9428, 7228, 8103, 7723, 7664, 14511, 8075, 13714, 7498, 10311, 7472, 9435, 7112, 9821, 7073, 8550, 7523, 8326, 7270, 8922, 10348, 10519, 10791, 8117, 13470, 7806, 14167, 8057, 13660, 9764, 13643, 7344, 9805, 7288, 9178, 7246, 10205, 7624, 9595, 7631, 8915, 7452, 9023, 7287, 11420, 7431, 8230, 8243, 7763, 12763, 7474, 12639, 8798, 14197, 7140, 9588, 7093, 8868, 7180, 8333, 7656, 8147, 7010, 7606, 7111, 7525, 8550, 7374, 11155, 7692, 9610, 7652, 11471, 7353, 11373, 8172, 11861, 8582, 11440, 7183, 8539, 7223, 8359, 7447, 9296, 7587, 7527, 7285, 7501, 8473, 7452, 12008, 7853, 10400, 7709, 12111, 7428, 12789, 9047, 14782, 9402, 11956, 7589, 10351, 7122, 9534, 7339, 11045, 7063, 8173, 7659, 7854, 7147, 9053, 8439, 10289, 7383, 8226, 7199, 7511, 8564, 8113, 12066, 7495, 12243, 7295, 11632, 7289, 10628, 7388, 10224, 6971, 8285, 7205, 8262, 7293, 8090, 11569, 8524, 13067, 7600, 11942, 7475, 10792, 7376, 11413, 8245, 10091, 7303, 8975, 7168, 9492, 7182, 12429, 7691, 11391, 7429, 10548, 7500, 10478, 11625, 14296, 9923, 7971, 8263, 7293, 11067, 7050, 11417, 7189, 11409, 8085, 12163, 7452, 9769, 7225, 9037, 7270, 8520, 7921, 9904, 8774, 8019, 12240, 7989, 14049, 7501, 11819, 9457, 13956, 7958, 10145, 7100, 9598, 7189, 9001, 7740, 9584, 7246, 8127, 7051, 7632, 7468, 7762, 11257, 7855, 14658, 7189, 11349, 7371, 10277, 7147, 9011, 7236, 9863, 7492, 7841, 7316, 7404, 9245, 7340, 12897, 7608, 11349, 7253, 9107, 7268, 8557, 7187, 10550, 7102, 8998, 7162, 8816, 7186, 8665, 10324, 8641, 15131, 10318, 14980, 7655, 11674, 7706, 10529, 7797, 11570, 7407, 9635, 7289, 8219, 7421, 8683, 7314, 9627, 7414, 8133, 7481, 7434, 9081, 7471, 12107, 7229, 13733, 7743, 11009, 7146, 8591, 7359, 10283, 7550, 8212, 9309, 7611, 11699, 7340, 11449, 7281, 10716, 7302, 13511, 7757, 10367, 7500, 8010, 7484, 7564, 10098, 7209, 11488, 7648, 7506, 7443, 7444, 7287, 9880, 8121, 13469, 8988, 11306, 7394, 12133, 7305, 11639, 8626, 14876, 8176, 10811, 7248, 9271, 7369, 9298, 7264, 11146, 7356, 8491, 7079, 7326, 8512, 7404, 11822, 7935, 12462, 7627, 11465, 7468, 11508, 7050, 11651, 8533, 14383, 8369, 10770, 7054, 9376, 6925, 8408, 12328, 8009, 16978, 8937, 12574, 7417, 9663, 7222, 7748, 7415, 7905, 12367, 7822, 12216, 7206, 10362, 7091, 9725, 7364, 9482, 7057, 7470, 7207, 7279, 9463, 7246, 14357, 7868, 11723, 7272, 9970, 7340, 9178, 7368, 10088, 8488, 7600, 8857, 7525, 11737, 7280, 12117, 7723, 12471, 7333, 10507, 7248, 10300, 7294, 11010, 7245, 10516, 7486, 9733, 8279, 7883, 10122, 7640, 12333, 7172, 13039, 8505, 10177, 7177, 9489, 7573, 9235, 6993, 10944, 7633, 9017, 7424, 8251, 8094, 7663, 13263, 7164, 14089, 8804, 10947, 7157, 9385, 7152, 8164, 7283, 9256, 7163, 7853, 7269, 7543, 10007, 7497, 12702, 7576, 13361, 7539, 9961, 7310, 8604, 7155, 7636, 7113, 8080, 8455, 7438, 10711, 6891, 11303, 7158, 11080, 7445, 10292, 7323, 8141, 7185, 7493, 7147, 8738, 7106, 7835, 7419, 7355, 9409, 7278, 13708, 9556, 13279, 7384, 12053, 7234, 10999, 7958, 12956, 9075, 11260, 7453, 10016, 7178, 10097, 7322, 13030, 7724, 9994, 7366, 8685, 6910, 9288, 7665, 12229, 7479, 8749, 7350, 9272, 7377, 9055, 15060, 13927, 13372, 7843, 12618, 7804, 11874, 7398, 13288, 9435, 12421, 7214, 8900, 7242, 8995, 7241, 12289, 7875, 10786, 7425, 11002, 7437, 10154, 7349, 13144, 7165, 9574, 7183, 9235, 7299, 8003, 11433, 9013, 8904, 7404, 7294, 7504, 8257, 7785, 10993, 7990, 10666, 7623, 9396, 7533, 12064, 7396, 11870, 8103, 12480, 7637, 10609, 7180, 9685, 7522, 8662, 7121, 10329, 7508, 8508, 7245, 7712, 8347, 7754, 12806, 7733, 13279, 7231, 10478, 7367, 9037, 7236, 7391, 6988, 7372, 10381, 7797, 10378, 7258, 11581, 7638, 10174, 7312, 11464, 7124, 10214, 7475, 9487, 7244, 8290, 7073, 10077, 7442, 7812, 7243, 7337, 9726, 7163, 13749, 9501, 15203, 7458, 12174, 7169, 10523, 7310, 10543, 8103, 12034, 7486, 8666, 7504, 7898, 7337, 9789, 7360, 8461, 7388], 'WindowCenter': [4268.0, 4213.0, 4258.0, 4206.0, 4245.0, 4169.0, 4199.0, 4167.0, 4189.0, 4169.0, 4177.0, 4219.0, 4180.0, 4209.0, 4166.0, 4218.0, 4181.0, 4220.0, 4178.0, 4232.0, 4168.0, 4197.0, 4155.0, 4176.0, 4186.0, 4166.0, 4238.0, 4207.0, 4225.0, 4153.0, 4194.0, 4154.0, 4187.0, 4167.0, 4186.0, 4178.0, 4175.0, 4165.0, 4166.0, 4164.0, 4167.0, 4218.0, 4191.0, 4210.0, 4179.0, 4199.0, 4180.0, 4231.0, 4180.0, 4243.0, 4191.0, 4230.0, 4180.0, 4210.0, 4179.0, 4222.0, 4180.0, 4210.0, 4170.0, 4188.0, 4181.0, 4190.0, 4190.0, 4213.0, 4181.0, 4190.0, 4170.0, 4178.0, 4199.0, 4190.0, 4242.0, 4211.0, 4231.0, 4167.0, 4228.0, 4166.0, 4229.0, 4185.0, 4237.0, 4195.0, 4204.0, 4150.0, 4161.0, 4152.0, 4171.0, 4154.0, 4187.0, 4162.0, 4164.0, 4166.0, 4177.0, 4168.0, 4188.0, 4210.0, 4187.0, 4166.0, 4166.0, 4165.0, 4177.0, 4218.0, 4190.0, 4240.0, 4167.0, 4216.0, 4166.0, 4204.0, 4168.0, 4207.0, 4178.0, 4218.0, 4166.0, 4195.0, 4165.0, 4187.0, 4153.0, 4196.0, 4165.0, 4163.0, 4163.0, 4163.0, 4176.0, 4167.0, 4228.0, 4188.0, 4208.0, 4166.0, 4195.0, 4180.0, 4222.0, 4192.0, 4243.0, 4190.0, 4219.0, 4178.0, 4208.0, 4188.0, 4218.0, 4210.0, 4228.0, 4175.0, 4195.0, 4152.0, 4183.0, 4165.0, 4182.0, 4165.0, 4185.0, 4151.0, 4162.0, 4150.0, 4162.0, 4164.0, 4186.0, 4175.0, 4175.0, 4163.0, 4177.0, 4165.0, 4177.0, 4195.0, 4188.0, 4208.0, 4164.0, 4194.0, 4165.0, 4218.0, 4177.0, 4206.0, 4188.0, 4208.0, 4154.0, 4183.0, 4165.0, 4188.0, 4178.0, 4231.0, 4179.0, 4209.0, 4177.0, 4199.0, 4178.0, 4197.0, 4178.0, 4221.0, 4156.0, 4176.0, 4154.0, 4176.0, 4197.0, 4165.0, 4248.0, 4197.0, 4224.0, 4163.0, 4194.0, 4166.0, 4195.0, 4178.0, 4207.0, 4166.0, 4186.0, 4164.0, 4187.0, 4168.0, 4232.0, 4168.0, 4197.0, 4166.0, 4186.0, 4179.0, 4188.0, 4207.0, 4218.0, 4173.0, 4153.0, 4153.0, 4163.0, 4184.0, 4153.0, 4215.0, 4176.0, 4186.0, 4164.0, 4183.0, 4163.0, 4207.0, 4178.0, 4216.0, 4188.0, 4217.0, 4165.0, 4194.0, 4153.0, 4194.0, 4155.0, 4195.0, 4164.0, 4185.0, 4153.0, 4164.0, 4153.0, 4175.0, 4165.0, 4175.0, 4196.0, 4176.0, 4163.0, 4166.0, 4174.0, 4177.0, 4207.0, 4168.0, 4243.0, 4190.0, 4218.0, 4168.0, 4209.0, 4180.0, 4209.0, 4169.0, 4232.0, 4168.0, 4187.0, 4165.0, 4176.0, 4179.0, 4177.0, 4229.0, 4178.0, 4227.0, 4165.0, 4196.0, 4167.0, 4198.0, 4168.0, 4209.0, 4167.0, 4188.0, 4178.0, 4187.0, 4180.0, 4201.0, 4210.0, 4225.0, 4221.0, 4178.0, 4230.0, 4166.0, 4242.0, 4177.0, 4228.0, 4197.0, 4225.0, 4165.0, 4194.0, 4163.0, 4197.0, 4167.0, 4209.0, 4177.0, 4198.0, 4177.0, 4187.0, 4167.0, 4200.0, 4165.0, 4220.0, 4166.0, 4176.0, 4175.0, 4164.0, 4216.0, 4165.0, 4216.0, 4189.0, 4227.0, 4154.0, 4183.0, 4152.0, 4172.0, 4154.0, 4175.0, 4165.0, 4175.0, 4154.0, 4163.0, 4152.0, 4163.0, 4187.0, 4167.0, 4217.0, 4178.0, 4197.0, 4178.0, 4218.0, 4164.0, 4219.0, 4176.0, 4219.0, 4188.0, 4207.0, 4155.0, 4174.0, 4165.0, 4176.0, 4163.0, 4200.0, 4166.0, 4175.0, 4164.0, 4177.0, 4188.0, 4178.0, 4232.0, 4190.0, 4210.0, 4179.0, 4219.0, 4181.0, 4229.0, 4201.0, 4241.0, 4187.0, 4216.0, 4163.0, 4194.0, 4167.0, 4185.0, 4178.0, 4209.0, 4166.0, 4175.0, 4164.0, 4173.0, 4167.0, 4188.0, 4192.0, 4209.0, 4166.0, 4189.0, 4169.0, 4179.0, 4188.0, 4177.0, 4218.0, 4165.0, 4217.0, 4165.0, 4206.0, 4165.0, 4208.0, 4166.0, 4198.0, 4155.0, 4174.0, 4165.0, 4175.0, 4166.0, 4178.0, 4206.0, 4176.0, 4216.0, 4164.0, 4205.0, 4163.0, 4206.0, 4165.0, 4215.0, 4175.0, 4196.0, 4166.0, 4186.0, 4168.0, 4196.0, 4169.0, 4231.0, 4180.0, 4218.0, 4168.0, 4209.0, 4181.0, 4210.0, 4206.0, 4230.0, 4198.0, 4166.0, 4176.0, 4164.0, 4206.0, 4165.0, 4217.0, 4167.0, 4218.0, 4178.0, 4220.0, 4168.0, 4196.0, 4167.0, 4186.0, 4168.0, 4189.0, 4178.0, 4211.0, 4189.0, 4179.0, 4217.0, 4165.0, 4228.0, 4166.0, 4207.0, 4199.0, 4226.0, 4164.0, 4195.0, 4153.0, 4184.0, 4165.0, 4185.0, 4163.0, 4184.0, 4152.0, 4163.0, 4152.0, 4163.0, 4165.0, 4166.0, 4204.0, 4176.0, 4228.0, 4154.0, 4204.0, 4152.0, 4192.0, 4165.0, 4174.0, 4163.0, 4197.0, 4152.0, 4163.0, 4153.0, 4163.0, 4195.0, 4166.0, 4229.0, 4177.0, 4207.0, 4164.0, 4186.0, 4167.0, 4184.0, 4169.0, 4224.0, 4170.0, 4200.0, 4168.0, 4198.0, 4168.0, 4201.0, 4213.0, 4190.0, 4241.0, 4198.0, 4238.0, 4164.0, 4206.0, 4165.0, 4196.0, 4164.0, 4208.0, 4165.0, 4184.0, 4162.0, 4173.0, 4163.0, 4187.0, 4165.0, 4197.0, 4165.0, 4176.0, 4166.0, 4166.0, 4186.0, 4164.0, 4229.0, 4168.0, 4239.0, 4178.0, 4208.0, 4169.0, 4188.0, 4179.0, 4210.0, 4178.0, 4191.0, 4214.0, 4192.0, 4233.0, 4180.0, 4221.0, 4179.0, 4212.0, 4169.0, 4231.0, 4178.0, 4198.0, 4168.0, 4174.0, 4163.0, 4176.0, 4208.0, 4167.0, 4220.0, 4176.0, 4167.0, 4166.0, 4168.0, 4182.0, 4211.0, 4191.0, 4244.0, 4190.0, 4210.0, 4168.0, 4216.0, 4167.0, 4219.0, 4186.0, 4240.0, 4178.0, 4208.0, 4165.0, 4186.0, 4167.0, 4198.0, 4167.0, 4208.0, 4166.0, 4174.0, 4156.0, 4164.0, 4186.0, 4166.0, 4218.0, 4179.0, 4219.0, 4167.0, 4208.0, 4166.0, 4207.0, 4154.0, 4206.0, 4189.0, 4241.0, 4177.0, 4197.0, 4154.0, 4185.0, 4153.0, 4176.0, 4217.0, 4166.0, 4236.0, 4172.0, 4201.0, 4151.0, 4169.0, 4149.0, 4163.0, 4152.0, 4163.0, 4204.0, 4151.0, 4203.0, 4151.0, 4192.0, 4154.0, 4184.0, 4152.0, 4183.0, 4153.0, 4151.0, 4153.0, 4166.0, 4198.0, 4166.0, 4239.0, 4177.0, 4216.0, 4165.0, 4183.0, 4167.0, 4187.0, 4155.0, 4196.0, 4175.0, 4163.0, 4171.0, 4163.0, 4203.0, 4153.0, 4205.0, 4166.0, 4217.0, 4165.0, 4206.0, 4166.0, 4193.0, 4164.0, 4208.0, 4168.0, 4197.0, 4165.0, 4187.0, 4175.0, 4163.0, 4184.0, 4161.0, 4216.0, 4155.0, 4227.0, 4175.0, 4193.0, 4154.0, 4184.0, 4175.0, 4199.0, 4166.0, 4208.0, 4165.0, 4184.0, 4154.0, 4173.0, 4164.0, 4164.0, 4218.0, 4154.0, 4228.0, 4175.0, 4194.0, 4153.0, 4172.0, 4154.0, 4175.0, 4164.0, 4187.0, 4154.0, 4173.0, 4154.0, 4164.0, 4184.0, 4167.0, 4228.0, 4164.0, 4229.0, 4162.0, 4184.0, 4151.0, 4172.0, 4155.0, 4177.0, 4155.0, 4176.0, 4176.0, 4164.0, 4196.0, 4155.0, 4220.0, 4167.0, 4206.0, 4178.0, 4208.0, 4166.0, 4176.0, 4167.0, 4178.0, 4168.0, 4201.0, 4180.0, 4180.0, 4178.0, 4178.0, 4213.0, 4192.0, 4243.0, 4214.0, 4245.0, 4181.0, 4219.0, 4179.0, 4221.0, 4180.0, 4233.0, 4201.0, 4220.0, 4179.0, 4198.0, 4181.0, 4211.0, 4181.0, 4245.0, 4179.0, 4200.0, 4166.0, 4187.0, 4168.0, 4197.0, 4180.0, 4231.0, 4178.0, 4186.0, 4164.0, 4186.0, 4179.0, 4188.0, 4240.0, 4241.0, 4227.0, 4162.0, 4214.0, 4163.0, 4216.0, 4164.0, 4228.0, 4186.0, 4203.0, 4152.0, 4171.0, 4164.0, 4186.0, 4164.0, 4218.0, 4176.0, 4205.0, 4164.0, 4194.0, 4166.0, 4195.0, 4153.0, 4227.0, 4152.0, 4185.0, 4181.0, 4198.0, 4166.0, 4163.0, 4203.0, 4173.0, 4172.0, 4151.0, 4150.0, 4153.0, 4161.0, 4162.0, 4193.0, 4177.0, 4196.0, 4164.0, 4183.0, 4163.0, 4204.0, 4167.0, 4204.0, 4177.0, 4216.0, 4163.0, 4192.0, 4151.0, 4182.0, 4163.0, 4175.0, 4154.0, 4208.0, 4164.0, 4174.0, 4155.0, 4163.0, 4174.0, 4165.0, 4216.0, 4166.0, 4216.0, 4154.0, 4193.0, 4153.0, 4171.0, 4154.0, 4165.0, 4166.0, 4166.0, 4197.0, 4165.0, 4193.0, 4165.0, 4206.0, 4178.0, 4209.0, 4168.0, 4219.0, 4167.0, 4198.0, 4168.0, 4197.0, 4180.0, 4190.0, 4167.0, 4211.0, 4179.0, 4176.0, 4167.0, 4168.0, 4211.0, 4180.0, 4240.0, 4214.0, 4251.0, 4168.0, 4218.0, 4167.0, 4210.0, 4167.0, 4207.0, 4179.0, 4220.0, 4167.0, 4175.0, 4165.0, 4189.0, 4177.0, 4210.0, 4180.0, 4188.0, 4167.0], 'WindowWidth': [9447.0, 9360.0, 9410.0, 9336.0, 9386.0, 9273.0, 9311.0, 9265.0, 9298.0, 9271.0, 9279.0, 9340.0, 9285.0, 9325.0, 9264.0, 9336.0, 9290.0, 9340.0, 9281.0, 9361.0, 9265.0, 9303.0, 9245.0, 9274.0, 9289.0, 9260.0, 9362.0, 9316.0, 9342.0, 9239.0, 9296.0, 9240.0, 9291.0, 9264.0, 9286.0, 9280.0, 9274.0, 9263.0, 9260.0, 9256.0, 9267.0, 9333.0, 9305.0, 9327.0, 9284.0, 9310.0, 9290.0, 9357.0, 9289.0, 9378.0, 9301.0, 9355.0, 9288.0, 9327.0, 9285.0, 9346.0, 9287.0, 9326.0, 9274.0, 9296.0, 9290.0, 9299.0, 9301.0, 9336.0, 9289.0, 9301.0, 9273.0, 9282.0, 9312.0, 9300.0, 9373.0, 9329.0, 9355.0, 9264.0, 9346.0, 9258.0, 9351.0, 9284.0, 9362.0, 9297.0, 9309.0, 9232.0, 9247.0, 9237.0, 9264.0, 9242.0, 9291.0, 9251.0, 9256.0, 9262.0, 9278.0, 9270.0, 9293.0, 9328.0, 9291.0, 9263.0, 9262.0, 9261.0, 9277.0, 9335.0, 9300.0, 9369.0, 9263.0, 9332.0, 9261.0, 9314.0, 9268.0, 9319.0, 9282.0, 9336.0, 9262.0, 9299.0, 9259.0, 9291.0, 9242.0, 9303.0, 9259.0, 9253.0, 9254.0, 9254.0, 9275.0, 9265.0, 9349.0, 9296.0, 9321.0, 9265.0, 9304.0, 9288.0, 9349.0, 9306.0, 9378.0, 9301.0, 9340.0, 9280.0, 9322.0, 9295.0, 9335.0, 9325.0, 9347.0, 9272.0, 9299.0, 9237.0, 9279.0, 9258.0, 9277.0, 9259.0, 9284.0, 9234.0, 9248.0, 9233.0, 9253.0, 9255.0, 9290.0, 9276.0, 9272.0, 9257.0, 9278.0, 9261.0, 9280.0, 9301.0, 9294.0, 9320.0, 9256.0, 9298.0, 9258.0, 9336.0, 9281.0, 9316.0, 9297.0, 9321.0, 9244.0, 9281.0, 9261.0, 9295.0, 9283.0, 9358.0, 9285.0, 9326.0, 9280.0, 9311.0, 9286.0, 9307.0, 9282.0, 9342.0, 9249.0, 9274.0, 9243.0, 9274.0, 9305.0, 9260.0, 9378.0, 9305.0, 9341.0, 9254.0, 9298.0, 9264.0, 9301.0, 9282.0, 9319.0, 9263.0, 9288.0, 9261.0, 9294.0, 9268.0, 9361.0, 9267.0, 9306.0, 9262.0, 9288.0, 9286.0, 9293.0, 9318.0, 9335.0, 9268.0, 9240.0, 9239.0, 9252.0, 9284.0, 9240.0, 9326.0, 9278.0, 9288.0, 9257.0, 9282.0, 9254.0, 9319.0, 9280.0, 9330.0, 9294.0, 9330.0, 9258.0, 9296.0, 9239.0, 9297.0, 9246.0, 9299.0, 9258.0, 9285.0, 9241.0, 9256.0, 9240.0, 9272.0, 9261.0, 9272.0, 9305.0, 9275.0, 9257.0, 9262.0, 9273.0, 9278.0, 9320.0, 9269.0, 9376.0, 9301.0, 9337.0, 9268.0, 9324.0, 9288.0, 9326.0, 9272.0, 9361.0, 9266.0, 9292.0, 9259.0, 9275.0, 9286.0, 9277.0, 9351.0, 9280.0, 9346.0, 9258.0, 9302.0, 9263.0, 9310.0, 9269.0, 9327.0, 9270.0, 9297.0, 9283.0, 9294.0, 9291.0, 9320.0, 9329.0, 9357.0, 9345.0, 9281.0, 9355.0, 9261.0, 9374.0, 9280.0, 9348.0, 9305.0, 9342.0, 9260.0, 9295.0, 9254.0, 9307.0, 9265.0, 9325.0, 9279.0, 9306.0, 9279.0, 9291.0, 9265.0, 9313.0, 9262.0, 9343.0, 9262.0, 9275.0, 9272.0, 9255.0, 9331.0, 9260.0, 9330.0, 9297.0, 9347.0, 9243.0, 9279.0, 9237.0, 9264.0, 9246.0, 9272.0, 9260.0, 9271.0, 9242.0, 9254.0, 9240.0, 9254.0, 9292.0, 9265.0, 9332.0, 9281.0, 9306.0, 9279.0, 9335.0, 9257.0, 9338.0, 9276.0, 9337.0, 9294.0, 9317.0, 9244.0, 9268.0, 9260.0, 9277.0, 9257.0, 9313.0, 9263.0, 9274.0, 9258.0, 9282.0, 9299.0, 9283.0, 9361.0, 9300.0, 9329.0, 9285.0, 9340.0, 9290.0, 9353.0, 9316.0, 9372.0, 9289.0, 9330.0, 9254.0, 9295.0, 9265.0, 9286.0, 9282.0, 9325.0, 9261.0, 9272.0, 9256.0, 9270.0, 9267.0, 9295.0, 9306.0, 9326.0, 9262.0, 9301.0, 9271.0, 9284.0, 9294.0, 9279.0, 9337.0, 9259.0, 9333.0, 9258.0, 9316.0, 9262.0, 9319.0, 9264.0, 9307.0, 9244.0, 9270.0, 9257.0, 9272.0, 9264.0, 9282.0, 9315.0, 9275.0, 9330.0, 9255.0, 9312.0, 9252.0, 9314.0, 9261.0, 9330.0, 9273.0, 9301.0, 9261.0, 9289.0, 9268.0, 9305.0, 9272.0, 9358.0, 9288.0, 9335.0, 9269.0, 9321.0, 9289.0, 9326.0, 9315.0, 9353.0, 9305.0, 9259.0, 9274.0, 9256.0, 9317.0, 9261.0, 9334.0, 9268.0, 9336.0, 9282.0, 9341.0, 9267.0, 9304.0, 9265.0, 9287.0, 9268.0, 9296.0, 9281.0, 9330.0, 9296.0, 9283.0, 9333.0, 9258.0, 9350.0, 9262.0, 9317.0, 9311.0, 9344.0, 9256.0, 9298.0, 9239.0, 9281.0, 9260.0, 9283.0, 9254.0, 9282.0, 9237.0, 9253.0, 9237.0, 9252.0, 9259.0, 9261.0, 9309.0, 9275.0, 9349.0, 9242.0, 9309.0, 9238.0, 9292.0, 9261.0, 9271.0, 9254.0, 9305.0, 9238.0, 9253.0, 9239.0, 9253.0, 9302.0, 9263.0, 9350.0, 9279.0, 9317.0, 9258.0, 9290.0, 9267.0, 9288.0, 9271.0, 9352.0, 9274.0, 9313.0, 9269.0, 9308.0, 9269.0, 9319.0, 9336.0, 9300.0, 9373.0, 9309.0, 9363.0, 9256.0, 9313.0, 9259.0, 9302.0, 9258.0, 9321.0, 9260.0, 9283.0, 9252.0, 9266.0, 9255.0, 9291.0, 9264.0, 9305.0, 9260.0, 9275.0, 9263.0, 9262.0, 9289.0, 9258.0, 9353.0, 9267.0, 9369.0, 9280.0, 9321.0, 9271.0, 9294.0, 9285.0, 9327.0, 9283.0, 9304.0, 9338.0, 9305.0, 9364.0, 9289.0, 9341.0, 9285.0, 9333.0, 9270.0, 9358.0, 9280.0, 9307.0, 9265.0, 9270.0, 9254.0, 9276.0, 9323.0, 9264.0, 9338.0, 9275.0, 9264.0, 9263.0, 9268.0, 9293.0, 9332.0, 9304.0, 9380.0, 9301.0, 9328.0, 9265.0, 9330.0, 9267.0, 9339.0, 9291.0, 9371.0, 9279.0, 9320.0, 9260.0, 9285.0, 9264.0, 9308.0, 9265.0, 9324.0, 9261.0, 9271.0, 9248.0, 9255.0, 9288.0, 9263.0, 9335.0, 9285.0, 9338.0, 9263.0, 9321.0, 9261.0, 9316.0, 9244.0, 9315.0, 9298.0, 9373.0, 9277.0, 9303.0, 9242.0, 9282.0, 9239.0, 9274.0, 9329.0, 9260.0, 9359.0, 9261.0, 9301.0, 9230.0, 9254.0, 9229.0, 9254.0, 9236.0, 9253.0, 9308.0, 9233.0, 9306.0, 9233.0, 9292.0, 9245.0, 9282.0, 9237.0, 9280.0, 9240.0, 9236.0, 9240.0, 9263.0, 9307.0, 9263.0, 9367.0, 9278.0, 9330.0, 9259.0, 9281.0, 9264.0, 9292.0, 9244.0, 9304.0, 9269.0, 9252.0, 9261.0, 9251.0, 9306.0, 9238.0, 9310.0, 9263.0, 9333.0, 9258.0, 9317.0, 9261.0, 9296.0, 9257.0, 9320.0, 9268.0, 9305.0, 9258.0, 9291.0, 9270.0, 9251.0, 9280.0, 9248.0, 9330.0, 9245.0, 9347.0, 9272.0, 9293.0, 9241.0, 9281.0, 9275.0, 9311.0, 9263.0, 9322.0, 9260.0, 9284.0, 9241.0, 9267.0, 9253.0, 9255.0, 9336.0, 9243.0, 9348.0, 9271.0, 9296.0, 9239.0, 9263.0, 9241.0, 9274.0, 9257.0, 9293.0, 9243.0, 9268.0, 9243.0, 9256.0, 9282.0, 9265.0, 9351.0, 9258.0, 9352.0, 9252.0, 9281.0, 9234.0, 9262.0, 9247.0, 9281.0, 9246.0, 9276.0, 9275.0, 9257.0, 9300.0, 9245.0, 9343.0, 9268.0, 9317.0, 9283.0, 9323.0, 9262.0, 9276.0, 9266.0, 9284.0, 9270.0, 9321.0, 9290.0, 9289.0, 9284.0, 9284.0, 9339.0, 9309.0, 9378.0, 9339.0, 9382.0, 9291.0, 9337.0, 9283.0, 9343.0, 9285.0, 9364.0, 9317.0, 9342.0, 9284.0, 9309.0, 9293.0, 9330.0, 9290.0, 9385.0, 9284.0, 9313.0, 9263.0, 9290.0, 9269.0, 9306.0, 9291.0, 9360.0, 9282.0, 9291.0, 9259.0, 9290.0, 9285.0, 9296.0, 9368.0, 9371.0, 9344.0, 9252.0, 9323.0, 9253.0, 9333.0, 9256.0, 9348.0, 9289.0, 9308.0, 9238.0, 9261.0, 9258.0, 9290.0, 9259.0, 9334.0, 9275.0, 9312.0, 9257.0, 9295.0, 9261.0, 9298.0, 9239.0, 9348.0, 9238.0, 9285.0, 9291.0, 9309.0, 9262.0, 9253.0, 9306.0, 9267.0, 9263.0, 9233.0, 9231.0, 9238.0, 9247.0, 9250.0, 9292.0, 9280.0, 9302.0, 9254.0, 9280.0, 9253.0, 9311.0, 9265.0, 9312.0, 9278.0, 9328.0, 9253.0, 9292.0, 9234.0, 9277.0, 9252.0, 9273.0, 9244.0, 9321.0, 9256.0, 9270.0, 9243.0, 9252.0, 9269.0, 9262.0, 9330.0, 9261.0, 9330.0, 9241.0, 9294.0, 9239.0, 9263.0, 9241.0, 9260.0, 9261.0, 9261.0, 9305.0, 9259.0, 9296.0, 9259.0, 9314.0, 9282.0, 9326.0, 9269.0, 9339.0, 9266.0, 9307.0, 9267.0, 9306.0, 9289.0, 9300.0, 9268.0, 9335.0, 9285.0, 9279.0, 9266.0, 9268.0, 9333.0, 9289.0, 9367.0, 9338.0, 9387.0, 9267.0, 9337.0, 9264.0, 9327.0, 9266.0, 9321.0, 9285.0, 9341.0, 9265.0, 9272.0, 9261.0, 9299.0, 9280.0, 9328.0, 9286.0, 9295.0, 9267.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.00022702298850574713</td></tr>
<tr><td colspan=3>aqi</td><td>0.01504645735632184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.51086465721519</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1665978415189882</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0040258088492506</td></tr>
<tr><td colspan=3>efc</td><td>0.5197</td></tr>
<tr><td colspan=3>fber</td><td>3090.771</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08468039703501985</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.264367816091954</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.661882544292096</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6036564833785376</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.924846748448038</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.457144401049713</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103534</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013138294219970703</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034613754600286484</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.749155623316542</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>12.6566</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.2543</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>233.8672</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290794.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1131.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.4308</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.779</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.0788</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3301.6227</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3540.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85750.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4372.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.2071</td></tr>
<tr><td colspan=3>tsnr</td><td>43.631907157134265</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>