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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-04/func/sub-0107_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2432e401fa369056e32822ced1c4796d</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>16:57:14.065000</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.997216, 0.0151016, 0.0730226, -0.00678791, 0.993596, -0.112785]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102242</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4215, -7782, -7153, 449, -149, -108, 69, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>249.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c7e9af86-d4c8-43ec-8ab5-5a1734fc757a||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.67545747756958, -0.01821145787835121, 0.2004970908164978, 107.6607437133789], [-0.040516484528779984, 2.665745973587036, -0.3023345470428467, -92.9205551147461], [0.19591420888900757, 0.3025950491428375, 2.6755177974700928, -72.20914459228516], [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': ['165714.065000', '165714.525000', '165714.985000', '165715.445000', '165715.905000', '165716.365000', '165716.825000', '165717.285000', '165717.745000', '165718.205000', '165718.665000', '165719.125000', '165719.585000', '165720.045000', '165720.505000', '165720.965000', '165721.425000', '165721.885000', '165722.345000', '165722.805000', '165723.265000', '165723.725000', '165724.185000', '165724.645000', '165725.105000', '165725.565000', '165726.025000', '165726.485000', '165726.945000', '165727.405000', '165727.865000', '165728.325000', '165728.785000', '165729.245000', '165729.705000', '165730.165000', '165730.625000', '165731.085000', '165731.545000', '165732.005000', '165732.465000', '165732.925000', '165733.385000', '165733.845000', '165734.305000', '165734.765000', '165735.225000', '165735.685000', '165736.145000', '165736.605000', '165737.065000', '165737.525000', '165737.985000', '165738.445000', '165738.905000', '165739.365000', '165739.825000', '165740.285000', '165740.745000', '165741.205000', '165741.665000', '165742.125000', '165742.585000', '165743.045000', '165743.505000', '165743.965000', '165744.425000', '165744.885000', '165745.345000', '165745.805000', '165746.265000', '165746.725000', '165747.185000', '165747.645000', '165748.105000', '165748.565000', '165749.025000', '165749.485000', '165749.945000', '165750.405000', '165750.865000', '165751.325000', '165751.785000', '165752.245000', '165752.705000', '165753.165000', '165753.625000', '165754.085000', '165754.545000', '165755.005000', '165755.465000', '165755.925000', '165756.385000', '165756.845000', '165757.305000', '165757.765000', '165758.225000', '165758.685000', '165759.145000', '165759.605000', '165800.065000', '165800.525000', '165800.985000', '165801.445000', '165801.905000', '165802.365000', '165802.825000', '165803.285000', '165803.745000', '165804.205000', '165804.665000', '165805.125000', '165805.585000', '165806.045000', '165806.505000', '165806.965000', '165807.425000', '165807.885000', '165808.345000', '165808.805000', '165809.265000', '165809.725000', '165810.185000', '165810.645000', '165811.105000', '165811.565000', '165812.025000', '165812.485000', '165812.945000', '165813.405000', '165813.865000', '165814.325000', '165814.785000', '165815.245000', '165815.705000', '165816.165000', '165816.625000', '165817.085000', '165817.545000', '165818.005000', '165818.465000', '165818.925000', '165819.385000', '165819.845000', '165820.305000', '165820.765000', '165821.225000', '165821.685000', '165822.145000', '165822.605000', '165823.065000', '165823.525000', '165823.985000', '165824.445000', '165824.905000', '165825.365000', '165825.825000', '165826.285000', '165826.745000', '165827.205000', '165827.665000', '165828.125000', '165828.585000', '165829.045000', '165829.505000', '165829.965000', '165830.425000', '165830.885000', '165831.345000', '165831.805000', '165832.265000', '165832.725000', '165833.185000', '165833.645000', '165834.105000', '165834.565000', '165835.025000', '165835.485000', '165835.945000', '165836.405000', '165836.865000', '165837.325000', '165837.785000', '165838.245000', '165838.705000', '165839.165000', '165839.625000', '165840.085000', '165840.545000', '165841.005000', '165841.465000', '165841.925000', '165842.385000', '165842.845000', '165843.305000', '165843.765000', '165844.225000', '165844.685000', '165845.145000', '165845.605000', '165846.065000', '165846.525000', '165846.985000', '165847.445000', '165847.905000', '165848.365000', '165848.825000', '165849.285000', '165849.745000', '165850.205000', '165850.665000', '165851.125000', '165851.585000', '165852.045000', '165852.505000', '165852.965000', '165853.425000', '165853.885000', '165854.345000', '165854.805000', '165855.265000', '165855.725000', '165856.185000', '165856.645000', '165857.105000', '165857.565000', '165858.025000', '165858.485000', '165858.945000', '165859.405000', '165859.865000', '165900.325000', '165900.785000', '165901.245000', '165901.705000', '165902.165000', '165902.625000', '165903.085000', '165903.545000', '165904.005000', '165904.465000', '165904.925000', '165905.385000', '165905.845000', '165906.305000', '165906.765000', '165907.225000', '165907.685000', '165908.145000', '165908.605000', '165909.065000', '165909.525000', '165909.985000', '165910.445000', '165910.905000', '165911.365000', '165911.825000', '165912.285000', '165912.745000', '165913.205000', '165913.665000', '165914.125000', '165914.585000', '165915.045000', '165915.505000', '165915.965000', '165916.425000', '165916.885000', '165917.345000', '165917.805000', '165918.265000', '165918.725000', '165919.185000', '165919.645000', '165920.105000', '165920.565000', '165921.025000', '165921.485000', '165921.945000', '165922.405000', '165922.865000', '165923.325000', '165923.785000', '165924.245000', '165924.705000', '165925.165000', '165925.625000', '165926.085000', '165926.545000', '165927.005000', '165927.465000', '165927.925000', '165928.385000', '165928.845000', '165929.305000', '165929.765000', '165930.225000', '165930.685000', '165931.145000', '165931.605000', '165932.065000', '165932.525000', '165932.985000', '165933.445000', '165933.905000', '165934.365000', '165934.825000', '165935.285000', '165935.745000', '165936.205000', '165936.665000', '165937.125000', '165937.585000', '165938.045000', '165938.505000', '165938.965000', '165939.425000', '165939.885000', '165940.345000', '165940.805000', '165941.265000', '165941.725000', '165942.185000', '165942.645000', '165943.105000', '165943.565000', '165944.025000', '165944.485000', '165944.945000', '165945.405000', '165945.865000', '165946.325000', '165946.785000', '165947.245000', '165947.705000', '165948.165000', '165948.625000', '165949.085000', '165949.545000', '165950.005000', '165950.465000', '165950.925000', '165951.385000', '165951.845000', '165952.305000', '165952.765000', '165953.225000', '165953.685000', '165954.145000', '165954.605000', '165955.065000', '165955.525000', '165955.985000', '165956.445000', '165956.905000', '165957.365000', '165957.825000', '165958.285000', '165958.745000', '165959.205000', '165959.665000', '170000.125000', '170000.585000', '170001.045000', '170001.505000', '170001.965000', '170002.425000', '170002.885000', '170003.345000', '170003.805000', '170004.265000', '170004.725000', '170005.185000', '170005.645000', '170006.105000', '170006.565000', '170007.025000', '170007.485000', '170007.945000', '170008.405000', '170008.865000', '170009.325000', '170009.785000', '170010.245000', '170010.705000', '170011.165000', '170011.625000', '170012.085000', '170012.545000', '170013.005000', '170013.465000', '170013.925000', '170014.385000', '170014.845000', '170015.305000', '170015.765000', '170016.225000', '170016.685000', '170017.145000', '170017.605000', '170018.065000', '170018.525000', '170018.985000', '170019.445000', '170019.905000', '170020.365000', '170020.825000', '170021.285000', '170021.745000', '170022.205000', '170022.665000', '170023.125000', '170023.585000', '170024.045000', '170024.505000', '170024.965000', '170025.425000', '170025.885000', '170026.345000', '170026.805000', '170027.265000', '170027.725000', '170028.185000', '170028.645000', '170029.105000', '170029.565000', '170030.025000', '170030.485000', '170030.945000', '170031.405000', '170031.865000', '170032.325000', '170032.785000', '170033.245000', '170033.705000', '170034.165000', '170034.625000', '170035.085000', '170035.545000', '170036.005000', '170036.465000', '170036.925000', '170037.385000', '170037.845000', '170038.305000', '170038.765000', '170039.225000', '170039.685000', '170040.145000', '170040.605000', '170041.065000', '170041.525000', '170041.985000', '170042.445000', '170042.905000', '170043.365000', '170043.825000', '170044.285000', '170044.745000', '170045.205000', '170045.665000', '170046.125000', '170046.585000', '170047.045000', '170047.505000', '170047.965000', '170048.425000', '170048.885000', '170049.345000', '170049.805000', '170050.265000', '170050.725000', '170051.185000', '170051.645000', '170052.105000', '170052.565000', '170053.025000', '170053.485000', '170053.945000', '170054.405000', '170054.865000', '170055.325000', '170055.785000', '170056.245000', '170056.705000', '170057.165000', '170057.625000', '170058.085000', '170058.545000', '170059.005000', '170059.465000', '170059.925000', '170100.385000', '170100.845000', '170101.305000', '170101.765000', '170102.225000', '170102.685000', '170103.145000', '170103.605000', '170104.065000', '170104.525000', '170104.985000', '170105.445000', '170105.905000', '170106.365000', '170106.825000', '170107.285000', '170107.745000', '170108.205000', '170108.665000', '170109.125000', '170109.585000', '170110.045000', '170110.505000', '170110.965000', '170111.425000', '170111.885000', '170112.345000', '170112.805000', '170113.265000', '170113.725000', '170114.185000', '170114.645000', '170115.105000', '170115.565000', '170116.025000', '170116.485000', '170116.945000', '170117.405000', '170117.865000', '170118.325000', '170118.785000', '170119.245000', '170119.705000', '170120.165000', '170120.625000', '170121.085000', '170121.545000', '170122.005000', '170122.465000', '170122.925000', '170123.385000', '170123.845000', '170124.305000', '170124.765000', '170125.225000', '170125.685000', '170126.145000', '170126.605000', '170127.065000', '170127.525000', '170127.985000', '170128.445000', '170128.905000', '170129.365000', '170129.825000', '170130.285000', '170130.745000', '170131.205000', '170131.665000', '170132.125000', '170132.585000', '170133.045000', '170133.505000', '170133.965000', '170134.425000', '170134.885000', '170135.345000', '170135.805000', '170136.265000', '170136.725000', '170137.185000', '170137.645000', '170138.105000', '170138.565000', '170139.025000', '170139.485000', '170139.945000', '170140.405000', '170140.865000', '170141.325000', '170141.785000', '170142.245000', '170142.705000', '170143.165000', '170143.625000', '170144.085000', '170144.545000', '170145.005000', '170145.465000', '170145.925000', '170146.385000', '170146.845000', '170147.305000', '170147.765000', '170148.225000', '170148.685000', '170149.145000', '170149.605000', '170150.065000', '170150.525000', '170150.985000', '170151.445000', '170151.905000', '170152.365000', '170152.825000', '170153.285000', '170153.745000', '170154.205000', '170154.665000', '170155.125000', '170155.585000', '170156.045000', '170156.505000', '170156.965000', '170157.425000', '170157.885000', '170158.345000', '170158.805000', '170159.265000', '170159.725000', '170200.185000', '170200.645000', '170201.105000', '170201.565000', '170202.025000', '170202.485000', '170202.945000', '170203.405000', '170203.865000', '170204.325000', '170204.785000', '170205.245000', '170205.705000', '170206.165000', '170206.625000', '170207.085000', '170207.545000', '170208.005000', '170208.465000', '170208.925000', '170209.385000', '170209.845000', '170210.305000', '170210.765000', '170211.225000', '170211.685000', '170212.145000', '170212.605000', '170213.065000', '170213.525000', '170213.985000', '170214.445000', '170214.905000', '170215.365000', '170215.825000', '170216.285000', '170216.745000', '170217.205000', '170217.665000', '170218.125000', '170218.585000', '170219.045000', '170219.505000', '170219.965000', '170220.425000', '170220.885000', '170221.345000', '170221.805000', '170222.265000', '170222.725000', '170223.185000', '170223.645000', '170224.105000', '170224.565000', '170225.025000', '170225.485000', '170225.945000', '170226.405000', '170226.865000', '170227.325000', '170227.785000', '170228.245000', '170228.705000', '170229.165000', '170229.625000', '170230.085000', '170230.545000', '170231.005000', '170231.465000', '170231.925000', '170232.385000', '170232.845000', '170233.305000', '170233.765000', '170234.225000', '170234.685000', '170235.145000', '170235.605000', '170236.065000', '170236.525000', '170236.985000', '170237.445000', '170237.905000', '170238.365000', '170238.825000', '170239.285000', '170239.745000', '170240.205000', '170240.665000', '170241.125000', '170241.585000', '170242.045000', '170242.505000', '170242.965000', '170243.425000', '170243.885000', '170244.345000', '170244.805000', '170245.265000', '170245.725000', '170246.185000', '170246.645000', '170247.105000', '170247.565000', '170248.025000', '170248.485000', '170248.945000', '170249.405000', '170249.865000', '170250.325000', '170250.785000', '170251.245000', '170251.705000', '170252.165000', '170252.625000', '170253.085000', '170253.545000', '170254.005000', '170254.465000', '170254.925000', '170255.385000', '170255.845000', '170256.305000', '170256.765000', '170257.225000', '170257.685000', '170258.145000', '170258.605000', '170259.065000', '170259.525000', '170259.985000', '170300.445000', '170300.905000', '170301.365000', '170301.825000', '170302.285000', '170302.745000', '170303.205000', '170303.665000', '170304.125000', '170304.585000', '170305.045000', '170305.505000', '170305.965000', '170306.425000', '170306.885000', '170307.345000', '170307.805000', '170308.265000', '170308.725000', '170309.185000', '170309.645000', '170310.105000', '170310.565000', '170311.025000', '170311.485000', '170311.945000', '170312.405000', '170312.865000', '170313.325000', '170313.785000', '170314.245000', '170314.705000', '170315.165000', '170315.625000', '170316.085000', '170316.545000', '170317.005000', '170317.465000', '170317.925000', '170318.385000', '170318.845000', '170319.305000', '170319.765000', '170320.225000', '170320.685000', '170321.145000', '170321.605000', '170322.065000', '170322.525000', '170322.985000', '170323.445000', '170323.905000', '170324.365000', '170324.825000', '170325.285000', '170325.745000', '170326.205000', '170326.665000', '170327.125000', '170327.585000', '170328.045000', '170328.505000', '170328.965000', '170329.425000', '170329.885000', '170330.345000', '170330.805000', '170331.265000', '170331.725000', '170332.185000', '170332.645000', '170333.105000', '170333.565000', '170334.025000', '170334.485000', '170334.945000', '170335.405000', '170335.865000', '170336.325000', '170336.785000', '170337.245000', '170337.705000', '170338.165000', '170338.625000', '170339.085000', '170339.545000', '170340.005000', '170340.465000', '170340.925000', '170341.385000', '170341.845000', '170342.305000', '170342.765000', '170343.225000', '170343.685000', '170344.145000', '170344.605000', '170345.065000', '170345.525000', '170345.985000', '170346.445000', '170346.905000', '170347.365000', '170347.825000', '170348.285000', '170348.745000', '170349.205000', '170349.665000', '170350.125000', '170350.585000', '170351.045000', '170351.505000', '170351.965000', '170352.425000', '170352.885000', '170353.345000', '170353.805000', '170354.265000', '170354.725000'], 'ContentTime': ['165738.833000', '165738.836000', '165738.839000', '165738.842000', '165738.844000', '165738.847000', '165738.850000', '165738.852000', '165738.855000', '165738.857000', '165738.860000', '165738.862000', '165738.865000', '165738.868000', '165738.870000', '165738.873000', '165738.875000', '165738.878000', '165738.880000', '165738.883000', '165738.886000', '165738.888000', '165738.891000', '165738.893000', '165738.896000', '165738.898000', '165738.901000', '165738.904000', '165738.906000', '165738.909000', '165738.911000', '165738.920000', '165738.922000', '165738.925000', '165738.927000', '165738.930000', '165738.933000', '165738.935000', '165738.938000', '165738.940000', '165738.943000', '165738.945000', '165738.948000', '165738.950000', '165738.953000', '165738.956000', '165738.958000', '165738.961000', '165738.963000', '165738.966000', '165738.968000', '165738.971000', '165758.801000', '165758.804000', '165758.807000', '165758.810000', '165758.812000', '165758.815000', '165758.817000', '165758.820000', '165758.823000', '165758.826000', '165758.828000', '165758.831000', '165758.833000', '165758.836000', '165758.838000', '165758.841000', '165758.844000', '165758.846000', '165758.849000', '165758.852000', '165758.854000', '165758.857000', '165758.859000', '165758.862000', '165758.865000', '165758.867000', '165758.870000', '165758.872000', '165758.885000', '165758.887000', '165758.890000', '165758.892000', '165758.895000', '165758.898000', '165758.900000', '165758.903000', '165758.905000', '165758.908000', '165758.911000', '165758.913000', '165758.916000', '165758.918000', '165758.921000', '165818.800000', '165818.803000', '165818.806000', '165818.808000', '165818.811000', '165818.814000', '165818.816000', '165818.819000', '165818.821000', '165818.824000', '165818.826000', '165818.829000', '165818.832000', '165818.835000', '165818.837000', '165818.840000', '165818.843000', '165818.845000', '165818.848000', '165818.851000', '165818.854000', '165818.857000', '165818.859000', '165818.862000', '165818.865000', '165818.867000', '165818.870000', '165818.872000', '165818.882000', '165818.885000', '165818.887000', '165818.890000', '165818.892000', '165818.895000', '165818.898000', '165818.900000', '165818.903000', '165818.905000', '165818.908000', '165818.910000', '165818.913000', '165818.916000', '165818.918000', '165838.801000', '165838.804000', '165838.807000', '165838.810000', '165838.813000', '165838.815000', '165838.818000', '165838.821000', '165838.823000', '165838.826000', '165838.829000', '165838.831000', '165838.834000', '165838.837000', '165838.839000', '165838.842000', '165838.844000', '165838.847000', '165838.849000', '165838.852000', '165838.855000', '165838.857000', '165838.860000', '165838.862000', '165838.865000', '165838.867000', '165838.870000', '165838.872000', '165838.875000', '165838.877000', '165838.880000', '165838.883000', '165838.885000', '165838.888000', '165838.890000', '165838.893000', '165838.895000', '165838.898000', '165838.901000', '165838.903000', '165838.906000', '165838.908000', '165838.911000', '165838.914000', '165858.802000', '165858.806000', '165858.808000', '165858.811000', '165858.814000', '165858.816000', '165858.819000', '165858.830000', '165858.833000', '165858.836000', '165858.839000', '165858.842000', '165858.844000', '165858.847000', '165858.849000', '165858.859000', '165858.862000', '165858.865000', '165858.867000', '165858.870000', '165858.872000', '165858.875000', '165858.877000', '165858.880000', '165858.883000', '165858.885000', '165858.888000', '165858.891000', '165858.893000', '165858.896000', '165858.899000', '165858.901000', '165858.904000', '165858.906000', '165858.909000', '165858.912000', '165858.914000', '165858.917000', '165858.919000', '165858.922000', '165858.925000', '165858.927000', '165858.930000', '165918.802000', '165918.804000', '165918.808000', '165918.810000', '165918.813000', '165918.815000', '165918.818000', '165918.821000', '165918.823000', '165918.826000', '165918.828000', '165918.831000', '165918.833000', '165918.836000', '165918.839000', '165918.841000', '165918.844000', '165918.847000', '165918.849000', '165918.852000', '165918.855000', '165918.857000', '165918.860000', '165918.862000', '165918.865000', '165918.868000', '165918.870000', '165918.873000', '165918.876000', '165918.878000', '165918.881000', '165918.883000', '165918.886000', '165918.889000', '165918.891000', '165918.894000', '165918.896000', '165918.899000', '165918.902000', '165918.904000', '165918.907000', '165918.909000', '165918.912000', '165918.915000', '165938.801000', '165938.804000', '165938.807000', '165938.809000', '165938.812000', '165938.815000', '165938.817000', '165938.820000', '165938.823000', '165938.826000', '165938.829000', '165938.832000', '165938.838000', '165938.841000', '165938.844000', '165938.846000', '165938.849000', '165938.851000', '165938.854000', '165938.857000', '165938.859000', '165938.862000', '165938.864000', '165938.867000', '165938.869000', '165938.872000', '165938.875000', '165938.877000', '165938.880000', '165938.882000', '165938.885000', '165938.887000', '165938.890000', '165938.893000', '165938.895000', '165938.898000', '165938.900000', '165938.903000', '165938.906000', '165938.908000', '165938.911000', '165938.913000', '165938.916000', '165958.801000', '165958.805000', '165958.808000', '165958.810000', '165958.813000', '165958.816000', '165958.818000', '165958.821000', '165958.824000', '165958.826000', '165958.829000', '165958.831000', '165958.834000', '165958.837000', '165958.839000', '165958.842000', '165958.845000', '165958.847000', '165958.850000', '165958.852000', '165958.855000', '165958.858000', '165958.860000', '165958.863000', '165958.865000', '165958.868000', '165958.870000', '165958.873000', '165958.876000', '165958.878000', '165958.881000', '165958.883000', '165958.886000', '165958.889000', '165958.891000', '165958.894000', '165958.896000', '165958.899000', '165958.901000', '165958.904000', '165958.907000', '165958.909000', '165958.912000', '165958.914000', '170018.801000', '170018.804000', '170018.807000', '170018.810000', '170018.812000', '170018.815000', '170018.817000', '170018.820000', '170018.822000', '170018.825000', '170018.828000', '170018.831000', '170018.834000', '170018.838000', '170018.841000', '170018.843000', '170018.846000', '170018.849000', '170018.851000', '170018.854000', '170018.856000', '170018.859000', '170018.862000', '170018.864000', '170018.867000', '170018.870000', '170018.873000', '170018.876000', '170018.879000', '170018.882000', '170018.884000', '170018.887000', '170018.889000', '170018.892000', '170018.895000', '170018.897000', '170018.900000', '170018.903000', '170018.905000', '170018.908000', '170018.910000', '170018.913000', '170018.916000', '170038.802000', '170038.804000', '170038.807000', '170038.810000', '170038.813000', '170038.815000', '170038.818000', '170038.820000', '170038.823000', '170038.826000', '170038.828000', '170038.839000', '170038.841000', '170038.844000', '170038.852000', '170038.855000', '170038.858000', '170038.860000', '170038.863000', '170038.865000', '170038.868000', '170038.871000', '170038.873000', '170038.876000', '170038.878000', '170038.881000', '170038.884000', '170038.886000', '170038.889000', '170038.891000', '170038.894000', '170038.896000', '170038.899000', '170038.902000', '170038.904000', '170038.907000', '170038.909000', '170038.912000', '170038.914000', '170038.917000', '170038.920000', '170038.922000', '170038.925000', '170038.927000', '170058.801000', '170058.804000', '170058.807000', '170058.810000', '170058.812000', '170058.815000', '170058.818000', '170058.820000', '170058.823000', '170058.825000', '170058.828000', '170058.831000', '170058.833000', '170058.836000', '170058.839000', '170058.841000', '170058.844000', '170058.846000', '170058.849000', '170058.852000', '170058.855000', '170058.858000', '170058.861000', '170058.864000', '170058.866000', '170058.869000', '170058.872000', '170058.874000', '170058.877000', '170058.879000', '170058.882000', '170058.885000', '170058.887000', '170058.890000', '170058.892000', '170058.895000', '170058.901000', '170058.903000', '170058.906000', '170058.909000', '170058.911000', '170058.914000', '170058.917000', '170118.802000', '170118.804000', '170118.807000', '170118.810000', '170118.813000', '170118.815000', '170118.818000', '170118.820000', '170118.823000', '170118.826000', '170118.828000', '170118.831000', '170118.834000', '170118.836000', '170118.839000', '170118.841000', '170118.844000', '170118.847000', '170118.849000', '170118.852000', '170118.854000', '170118.857000', '170118.860000', '170118.862000', '170118.865000', '170118.868000', '170118.870000', '170118.873000', '170118.875000', '170118.878000', '170118.880000', '170118.883000', '170118.886000', '170118.888000', '170118.891000', '170118.893000', '170118.896000', '170118.898000', '170118.901000', '170118.904000', '170118.906000', '170118.909000', '170118.911000', '170118.914000', '170138.802000', '170138.804000', '170138.807000', '170138.810000', '170138.812000', '170138.815000', '170138.818000', '170138.821000', '170138.823000', '170138.826000', '170138.829000', '170138.831000', '170138.834000', '170138.836000', '170138.839000', '170138.842000', '170138.844000', '170138.847000', '170138.850000', '170138.852000', '170138.855000', '170138.858000', '170138.860000', '170138.863000', '170138.865000', '170138.868000', '170138.871000', '170138.873000', '170138.876000', '170138.879000', '170138.881000', '170138.884000', '170138.886000', '170138.889000', '170138.892000', '170138.894000', '170138.897000', '170138.900000', '170138.902000', '170138.905000', '170138.907000', '170138.910000', '170138.915000', '170158.801000', '170158.804000', '170158.807000', '170158.810000', '170158.812000', '170158.815000', '170158.818000', '170158.820000', '170158.823000', '170158.825000', '170158.828000', '170158.831000', '170158.833000', '170158.836000', '170158.838000', '170158.841000', '170158.843000', '170158.846000', '170158.849000', '170158.851000', '170158.854000', '170158.857000', '170158.859000', '170158.862000', '170158.864000', '170158.867000', '170158.870000', '170158.872000', '170158.875000', '170158.877000', '170158.880000', '170158.882000', '170158.885000', '170158.888000', '170158.890000', '170158.893000', '170158.922000', '170158.924000', '170158.927000', '170158.930000', '170158.932000', '170158.935000', '170158.937000', '170158.940000', '170218.801000', '170218.804000', '170218.807000', '170218.809000', '170218.813000', '170218.815000', '170218.818000', '170218.820000', '170218.823000', '170218.826000', '170218.828000', '170218.831000', '170218.834000', '170218.836000', '170218.839000', '170218.842000', '170218.844000', '170218.847000', '170218.849000', '170218.852000', '170218.855000', '170218.857000', '170218.860000', '170218.862000', '170218.865000', '170218.868000', '170218.870000', '170218.873000', '170218.875000', '170218.878000', '170218.880000', '170218.883000', '170218.886000', '170218.888000', '170218.891000', '170218.893000', '170218.896000', '170218.899000', '170218.901000', '170218.904000', '170218.907000', '170218.910000', '170218.913000', '170238.802000', '170238.805000', '170238.807000', '170238.810000', '170238.812000', '170238.815000', '170238.818000', '170238.820000', '170238.823000', '170238.826000', '170238.828000', '170238.831000', '170238.833000', '170238.836000', '170238.839000', '170238.841000', '170238.844000', '170238.846000', '170238.849000', '170238.851000', '170238.854000', '170238.857000', '170238.859000', '170238.862000', '170238.865000', '170238.867000', '170238.870000', '170238.872000', '170238.875000', '170238.877000', '170238.880000', '170238.883000', '170238.885000', '170238.888000', '170238.890000', '170238.893000', '170238.895000', '170238.898000', '170238.901000', '170238.903000', '170238.906000', '170238.908000', '170238.911000', '170238.913000', '170258.801000', '170258.804000', '170258.807000', '170258.809000', '170258.812000', '170258.815000', '170258.817000', '170258.820000', '170258.823000', '170258.825000', '170258.828000', '170258.830000', '170258.833000', '170258.836000', '170258.838000', '170258.841000', '170258.844000', '170258.847000', '170258.849000', '170258.852000', '170258.855000', '170258.857000', '170258.860000', '170258.863000', '170258.865000', '170258.868000', '170258.870000', '170258.873000', '170258.876000', '170258.878000', '170258.881000', '170258.883000', '170258.886000', '170258.889000', '170258.891000', '170258.894000', '170258.896000', '170258.899000', '170258.902000', '170258.905000', '170258.907000', '170258.910000', '170258.912000', '170318.802000', '170318.804000', '170318.807000', '170318.809000', '170318.812000', '170318.815000', '170318.817000', '170318.820000', '170318.822000', '170318.825000', '170318.827000', '170318.830000', '170318.833000', '170318.835000', '170318.838000', '170318.842000', '170318.845000', '170318.847000', '170318.850000', '170318.852000', '170318.855000', '170318.858000', '170318.860000', '170318.863000', '170318.865000', '170318.868000', '170318.870000', '170318.873000', '170318.876000', '170318.878000', '170318.881000', '170318.883000', '170318.886000', '170318.889000', '170318.892000', '170318.894000', '170318.897000', '170318.899000', '170318.902000', '170318.904000', '170318.907000', '170318.910000', '170318.912000', '170318.915000', '170338.801000', '170338.804000', '170338.807000', '170338.817000', '170338.820000', '170338.822000', '170338.825000', '170338.827000', '170338.830000', '170338.832000', '170338.835000', '170338.837000', '170338.840000', '170338.843000', '170338.845000', '170338.848000', '170338.850000', '170338.853000', '170338.856000', '170338.858000', '170338.861000', '170338.863000', '170338.866000', '170338.869000', '170338.871000', '170338.874000', '170338.876000', '170338.879000', '170338.881000', '170338.884000', '170338.886000', '170338.889000', '170338.892000', '170338.894000', '170338.897000', '170338.899000', '170338.902000', '170338.905000', '170338.907000', '170338.910000', '170338.912000', '170338.915000', '170338.917000', '170355.934000', '170355.937000', '170355.940000', '170355.943000', '170355.946000', '170355.949000', '170355.951000', '170355.955000', '170355.957000', '170355.960000', '170355.963000', '170355.966000', '170355.969000', '170355.972000', '170355.976000', '170355.979000', '170355.982000', '170355.989000', '170355.992000', '170355.994000', '170355.997000', '170356.001000', '170356.004000', '170356.007000', '170356.010000', '170356.013000', '170356.016000', '170356.019000', '170356.022000', '170356.024000', '170356.027000', '170356.030000', '170356.032000', '170356.035000', '170356.038000', '170356.041000', '170356.043000', '170356.046000'], 'InstanceCreationTime': ['165738.833000', '165738.836000', '165738.839000', '165738.842000', '165738.844000', '165738.847000', '165738.850000', '165738.852000', '165738.855000', '165738.857000', '165738.860000', '165738.862000', '165738.865000', '165738.868000', '165738.870000', '165738.873000', '165738.875000', '165738.878000', '165738.880000', '165738.883000', '165738.886000', '165738.888000', '165738.891000', '165738.893000', '165738.896000', '165738.898000', '165738.901000', '165738.904000', '165738.906000', '165738.909000', '165738.911000', '165738.920000', '165738.922000', '165738.925000', '165738.927000', '165738.930000', '165738.933000', '165738.935000', '165738.938000', '165738.940000', '165738.943000', '165738.945000', '165738.948000', '165738.950000', '165738.953000', '165738.956000', '165738.958000', '165738.961000', '165738.963000', '165738.966000', '165738.968000', '165738.971000', '165758.801000', '165758.804000', '165758.807000', '165758.810000', '165758.812000', '165758.815000', '165758.817000', '165758.820000', '165758.823000', '165758.826000', '165758.828000', '165758.831000', '165758.833000', '165758.836000', '165758.838000', '165758.841000', '165758.844000', '165758.846000', '165758.849000', '165758.852000', '165758.854000', '165758.857000', '165758.859000', '165758.862000', '165758.865000', '165758.867000', '165758.870000', '165758.872000', '165758.885000', '165758.887000', '165758.890000', '165758.892000', '165758.895000', '165758.898000', '165758.900000', '165758.903000', '165758.905000', '165758.908000', '165758.911000', '165758.913000', '165758.916000', '165758.918000', '165758.921000', '165818.800000', '165818.803000', '165818.806000', '165818.808000', '165818.811000', '165818.814000', '165818.816000', '165818.819000', '165818.821000', '165818.824000', '165818.826000', '165818.829000', '165818.832000', '165818.835000', '165818.837000', '165818.840000', '165818.843000', '165818.845000', '165818.848000', '165818.851000', '165818.854000', '165818.857000', '165818.859000', '165818.862000', '165818.865000', '165818.867000', '165818.870000', '165818.872000', '165818.882000', '165818.885000', '165818.887000', '165818.890000', '165818.892000', '165818.895000', '165818.898000', '165818.900000', '165818.903000', '165818.905000', '165818.908000', '165818.910000', '165818.913000', '165818.916000', '165818.918000', '165838.801000', '165838.804000', '165838.807000', '165838.810000', '165838.813000', '165838.815000', '165838.818000', '165838.821000', '165838.823000', '165838.826000', '165838.829000', '165838.831000', '165838.834000', '165838.837000', '165838.839000', '165838.842000', '165838.844000', '165838.847000', '165838.849000', '165838.852000', '165838.855000', '165838.857000', '165838.860000', '165838.862000', '165838.865000', '165838.867000', '165838.870000', '165838.872000', '165838.875000', '165838.877000', '165838.880000', '165838.883000', '165838.885000', '165838.888000', '165838.890000', '165838.893000', '165838.895000', '165838.898000', '165838.901000', '165838.903000', '165838.906000', '165838.908000', '165838.911000', '165838.914000', '165858.802000', '165858.806000', '165858.808000', '165858.811000', '165858.814000', '165858.816000', '165858.819000', '165858.830000', '165858.833000', '165858.836000', '165858.839000', '165858.842000', '165858.844000', '165858.847000', '165858.849000', '165858.859000', '165858.862000', '165858.865000', '165858.867000', '165858.870000', '165858.872000', '165858.875000', '165858.877000', '165858.880000', '165858.883000', '165858.885000', '165858.888000', '165858.891000', '165858.893000', '165858.896000', '165858.899000', '165858.901000', '165858.904000', '165858.906000', '165858.909000', '165858.912000', '165858.914000', '165858.917000', '165858.919000', '165858.922000', '165858.925000', '165858.927000', '165858.930000', '165918.802000', '165918.804000', '165918.808000', '165918.810000', '165918.813000', '165918.815000', '165918.818000', '165918.821000', '165918.823000', '165918.826000', '165918.828000', '165918.831000', '165918.833000', '165918.836000', '165918.839000', '165918.841000', '165918.844000', '165918.847000', '165918.849000', '165918.852000', '165918.855000', '165918.857000', '165918.860000', '165918.862000', '165918.865000', '165918.868000', '165918.870000', '165918.873000', '165918.876000', '165918.878000', '165918.881000', '165918.883000', '165918.886000', '165918.889000', '165918.891000', '165918.894000', '165918.896000', '165918.899000', '165918.902000', '165918.904000', '165918.907000', '165918.909000', '165918.912000', '165918.915000', '165938.801000', '165938.804000', '165938.807000', '165938.809000', '165938.812000', '165938.815000', '165938.817000', '165938.820000', '165938.823000', '165938.826000', '165938.829000', '165938.832000', '165938.838000', '165938.841000', '165938.844000', '165938.846000', '165938.849000', '165938.851000', '165938.854000', '165938.857000', '165938.859000', '165938.862000', '165938.864000', '165938.867000', '165938.869000', '165938.872000', '165938.875000', '165938.877000', '165938.880000', '165938.882000', '165938.885000', '165938.887000', '165938.890000', '165938.893000', '165938.895000', '165938.898000', '165938.900000', '165938.903000', '165938.906000', '165938.908000', '165938.911000', '165938.913000', '165938.916000', '165958.801000', '165958.805000', '165958.808000', '165958.810000', '165958.813000', '165958.816000', '165958.818000', '165958.821000', '165958.824000', '165958.826000', '165958.829000', '165958.831000', '165958.834000', '165958.837000', '165958.839000', '165958.842000', '165958.845000', '165958.847000', '165958.850000', '165958.852000', '165958.855000', '165958.858000', '165958.860000', '165958.863000', '165958.865000', '165958.868000', '165958.870000', '165958.873000', '165958.876000', '165958.878000', '165958.881000', '165958.883000', '165958.886000', '165958.889000', '165958.891000', '165958.894000', '165958.896000', '165958.899000', '165958.901000', '165958.904000', '165958.907000', '165958.909000', '165958.912000', '165958.914000', '170018.801000', '170018.804000', '170018.807000', '170018.810000', '170018.812000', '170018.815000', '170018.817000', '170018.820000', '170018.822000', '170018.825000', '170018.828000', '170018.831000', '170018.834000', '170018.838000', '170018.841000', '170018.843000', '170018.846000', '170018.849000', '170018.851000', '170018.854000', '170018.856000', '170018.859000', '170018.862000', '170018.864000', '170018.867000', '170018.870000', '170018.873000', '170018.876000', '170018.879000', '170018.882000', '170018.884000', '170018.887000', '170018.889000', '170018.892000', '170018.895000', '170018.897000', '170018.900000', '170018.903000', '170018.905000', '170018.908000', '170018.910000', '170018.913000', '170018.916000', '170038.802000', '170038.804000', '170038.807000', '170038.810000', '170038.813000', '170038.815000', '170038.818000', '170038.820000', '170038.823000', '170038.826000', '170038.828000', '170038.839000', '170038.841000', '170038.844000', '170038.852000', '170038.855000', '170038.858000', '170038.860000', '170038.863000', '170038.865000', '170038.868000', '170038.871000', '170038.873000', '170038.876000', '170038.878000', '170038.881000', '170038.884000', '170038.886000', '170038.889000', '170038.891000', '170038.894000', '170038.896000', '170038.899000', '170038.902000', '170038.904000', '170038.907000', '170038.909000', '170038.912000', '170038.914000', '170038.917000', '170038.920000', '170038.922000', '170038.925000', '170038.927000', '170058.801000', '170058.804000', '170058.807000', '170058.810000', '170058.812000', '170058.815000', '170058.818000', '170058.820000', '170058.823000', '170058.825000', '170058.828000', '170058.831000', '170058.833000', '170058.836000', '170058.839000', '170058.841000', '170058.844000', '170058.846000', '170058.849000', '170058.852000', '170058.855000', '170058.858000', '170058.861000', '170058.864000', '170058.866000', '170058.869000', '170058.872000', '170058.874000', '170058.877000', '170058.879000', '170058.882000', '170058.885000', '170058.887000', '170058.890000', '170058.892000', '170058.895000', '170058.901000', '170058.903000', '170058.906000', '170058.909000', '170058.911000', '170058.914000', '170058.917000', '170118.802000', '170118.804000', '170118.807000', '170118.810000', '170118.813000', '170118.815000', '170118.818000', '170118.820000', '170118.823000', '170118.826000', '170118.828000', '170118.831000', '170118.834000', '170118.836000', '170118.839000', '170118.841000', '170118.844000', '170118.847000', '170118.849000', '170118.852000', '170118.854000', '170118.857000', '170118.860000', '170118.862000', '170118.865000', '170118.868000', '170118.870000', '170118.873000', '170118.875000', '170118.878000', '170118.880000', '170118.883000', '170118.886000', '170118.888000', '170118.891000', '170118.893000', '170118.896000', '170118.898000', '170118.901000', '170118.904000', '170118.906000', '170118.909000', '170118.911000', '170118.914000', '170138.802000', '170138.804000', '170138.807000', '170138.810000', '170138.812000', '170138.815000', '170138.818000', '170138.821000', '170138.823000', '170138.826000', '170138.829000', '170138.831000', '170138.834000', '170138.836000', '170138.839000', '170138.842000', '170138.844000', '170138.847000', '170138.850000', '170138.852000', '170138.855000', '170138.858000', '170138.860000', '170138.863000', '170138.865000', '170138.868000', '170138.871000', '170138.873000', '170138.876000', '170138.879000', '170138.881000', '170138.884000', '170138.886000', '170138.889000', '170138.892000', '170138.894000', '170138.897000', '170138.900000', '170138.902000', '170138.905000', '170138.907000', '170138.910000', '170138.915000', '170158.801000', '170158.804000', '170158.807000', '170158.810000', '170158.812000', '170158.815000', '170158.818000', '170158.820000', '170158.823000', '170158.825000', '170158.828000', '170158.831000', '170158.833000', '170158.836000', '170158.838000', '170158.841000', '170158.843000', '170158.846000', '170158.849000', '170158.851000', '170158.854000', '170158.857000', '170158.859000', '170158.862000', '170158.864000', '170158.867000', '170158.870000', '170158.872000', '170158.875000', '170158.877000', '170158.880000', '170158.882000', '170158.885000', '170158.888000', '170158.890000', '170158.893000', '170158.922000', '170158.924000', '170158.927000', '170158.930000', '170158.932000', '170158.935000', '170158.937000', '170158.940000', '170218.801000', '170218.804000', '170218.807000', '170218.809000', '170218.813000', '170218.815000', '170218.818000', '170218.820000', '170218.823000', '170218.826000', '170218.828000', '170218.831000', '170218.834000', '170218.836000', '170218.839000', '170218.842000', '170218.844000', '170218.847000', '170218.849000', '170218.852000', '170218.855000', '170218.857000', '170218.860000', '170218.862000', '170218.865000', '170218.868000', '170218.870000', '170218.873000', '170218.875000', '170218.878000', '170218.880000', '170218.883000', '170218.886000', '170218.888000', '170218.891000', '170218.893000', '170218.896000', '170218.899000', '170218.901000', '170218.904000', '170218.907000', '170218.910000', '170218.913000', '170238.802000', '170238.805000', '170238.807000', '170238.810000', '170238.812000', '170238.815000', '170238.818000', '170238.820000', '170238.823000', '170238.826000', '170238.828000', '170238.831000', '170238.833000', '170238.836000', '170238.839000', '170238.841000', '170238.844000', '170238.846000', '170238.849000', '170238.851000', '170238.854000', '170238.857000', '170238.859000', '170238.862000', '170238.865000', '170238.867000', '170238.870000', '170238.872000', '170238.875000', '170238.877000', '170238.880000', '170238.883000', '170238.885000', '170238.888000', '170238.890000', '170238.893000', '170238.895000', '170238.898000', '170238.901000', '170238.903000', '170238.906000', '170238.908000', '170238.911000', '170238.913000', '170258.801000', '170258.804000', '170258.807000', '170258.809000', '170258.812000', '170258.815000', '170258.817000', '170258.820000', '170258.823000', '170258.825000', '170258.828000', '170258.830000', '170258.833000', '170258.836000', '170258.838000', '170258.841000', '170258.844000', '170258.847000', '170258.849000', '170258.852000', '170258.855000', '170258.857000', '170258.860000', '170258.863000', '170258.865000', '170258.868000', '170258.870000', '170258.873000', '170258.876000', '170258.878000', '170258.881000', '170258.883000', '170258.886000', '170258.889000', '170258.891000', '170258.894000', '170258.896000', '170258.899000', '170258.902000', '170258.905000', '170258.907000', '170258.910000', '170258.912000', '170318.802000', '170318.804000', '170318.807000', '170318.809000', '170318.812000', '170318.815000', '170318.817000', '170318.820000', '170318.822000', '170318.825000', '170318.827000', '170318.830000', '170318.833000', '170318.835000', '170318.838000', '170318.842000', '170318.845000', '170318.847000', '170318.850000', '170318.852000', '170318.855000', '170318.858000', '170318.860000', '170318.863000', '170318.865000', '170318.868000', '170318.870000', '170318.873000', '170318.876000', '170318.878000', '170318.881000', '170318.883000', '170318.886000', '170318.889000', '170318.892000', '170318.894000', '170318.897000', '170318.899000', '170318.902000', '170318.904000', '170318.907000', '170318.910000', '170318.912000', '170318.915000', '170338.801000', '170338.804000', '170338.807000', '170338.817000', '170338.820000', '170338.822000', '170338.825000', '170338.827000', '170338.830000', '170338.832000', '170338.835000', '170338.837000', '170338.840000', '170338.843000', '170338.845000', '170338.848000', '170338.850000', '170338.853000', '170338.856000', '170338.858000', '170338.861000', '170338.863000', '170338.866000', '170338.869000', '170338.871000', '170338.874000', '170338.876000', '170338.879000', '170338.881000', '170338.884000', '170338.886000', '170338.889000', '170338.892000', '170338.894000', '170338.897000', '170338.899000', '170338.902000', '170338.905000', '170338.907000', '170338.910000', '170338.912000', '170338.915000', '170338.917000', '170355.934000', '170355.937000', '170355.940000', '170355.943000', '170355.946000', '170355.949000', '170355.951000', '170355.955000', '170355.957000', '170355.960000', '170355.963000', '170355.966000', '170355.969000', '170355.972000', '170355.976000', '170355.979000', '170355.982000', '170355.989000', '170355.992000', '170355.994000', '170355.997000', '170356.001000', '170356.004000', '170356.007000', '170356.010000', '170356.013000', '170356.016000', '170356.019000', '170356.022000', '170356.024000', '170356.027000', '170356.030000', '170356.032000', '170356.035000', '170356.038000', '170356.041000', '170356.043000', '170356.046000'], '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': [16595, 11041, 14885, 10145, 13258, 9909, 12588, 10227, 12853, 9627, 14300, 9439, 12449, 15436, 10963, 19247, 11897, 15557, 10819, 13270, 17094, 10079, 19067, 10843, 12769, 10299, 11672, 11221, 10113, 16119, 10033, 12899, 10318, 12585, 10593, 11729, 8723, 10377, 12424, 10516, 15614, 9824, 15401, 9711, 13202, 9893, 13601, 9689, 13564, 9625, 13685, 14325, 12764, 18432, 10719, 22180, 11104, 17250, 11262, 15057, 10100, 14101, 14447, 10298, 23715, 10817, 20490, 7766, 15007, 8530, 13637, 9649, 8557, 11597, 9213, 13194, 10226, 14440, 12479, 13277, 11555, 12557, 20568, 11732, 18630, 12334, 17098, 10097, 13264, 9594, 13109, 9904, 13367, 9182, 11923, 11423, 10644, 18507, 11744, 15557, 10591, 13608, 10150, 13573, 13445, 12132, 21904, 10730, 17162, 10185, 13155, 10256, 12484, 9893, 10409, 18277, 10456, 13985, 9878, 13109, 9766, 11977, 23358, 10134, 12997, 9505, 11868, 9979, 10904, 21019, 10015, 13332, 9719, 12335, 13576, 10072, 20919, 10147, 13229, 9300, 12066, 9268, 11729, 9190, 10310, 16903, 10021, 12185, 8817, 12116, 9379, 15213, 9866, 13209, 9947, 13126, 10650, 13835, 14218, 11807, 23416, 11237, 16895, 10070, 13212, 11792, 11236, 20822, 9519, 15572, 10348, 13245, 9396, 13009, 9501, 10522, 13797, 10065, 14732, 11014, 13759, 9653, 13307, 9600, 13030, 9302, 13811, 9427, 14299, 9430, 13580, 9669, 12591, 20547, 10377, 15508, 10110, 13919, 9089, 12323, 9297, 10758, 16271, 9844, 15668, 10495, 13754, 9352, 14389, 9377, 13150, 15419, 9823, 15176, 10592, 13939, 9876, 13847, 9570, 13392, 9186, 13564, 9275, 13162, 8946, 12889, 9666, 15275, 9489, 18412, 10223, 15442, 10238, 14095, 11014, 22133, 11628, 20980, 10035, 19845, 10450, 15043, 10678, 15719, 10187, 14356, 9525, 13840, 9419, 13698, 9385, 14516, 9306, 13721, 9903, 13407, 10059, 11762, 18636, 11249, 15946, 10707, 13876, 9823, 12309, 9680, 12293, 9138, 11234, 8691, 10301, 15147, 10366, 18051, 11012, 14955, 10286, 14044, 9435, 13730, 9362, 14754, 9743, 13177, 16900, 11109, 16172, 12738, 15445, 10083, 13617, 9059, 11261, 20250, 11008, 14423, 10069, 13637, 9274, 13007, 9198, 12387, 9130, 12409, 8820, 12101, 16141, 11035, 16709, 11408, 14628, 10953, 15082, 9460, 14529, 9405, 14418, 16186, 13639, 23221, 11115, 17002, 10705, 13585, 13395, 10221, 22223, 10084, 14140, 9436, 12359, 9237, 13007, 9288, 12290, 17793, 10722, 15547, 10816, 14313, 8852, 13146, 9258, 11382, 10981, 11090, 16639, 10347, 15872, 10436, 14030, 9246, 13855, 9060, 13624, 12814, 10791, 16261, 11476, 14022, 10269, 14827, 9259, 13553, 8741, 13718, 8889, 12113, 21154, 11490, 14291, 10247, 13484, 8935, 13620, 8679, 12916, 9277, 12220, 19003, 10367, 15182, 11236, 14060, 8978, 12485, 8951, 10802, 13265, 10828, 12877, 9520, 16737, 11755, 12111, 11927, 10127, 14299, 17616, 15032, 12331, 13582, 10139, 14166, 15906, 14172, 18914, 12528, 21377, 11065, 22279, 10916, 15979, 11073, 14325, 9604, 13458, 9307, 13108, 9260, 13648, 10066, 12602, 20033, 11785, 14819, 10962, 14066, 9128, 14033, 9371, 13002, 9166, 12159, 11846, 11482, 14581, 10848, 14692, 10269, 13064, 9538, 13740, 9628, 14989, 9890, 14798, 9380, 14619, 10393, 13473, 10132, 11219, 20011, 10794, 14596, 10781, 14047, 9588, 13891, 8817, 14045, 9010, 14548, 9070, 13906, 9311, 13677, 11334, 13449, 12982, 12239, 20097, 11562, 16010, 11625, 15043, 10206, 15099, 9537, 13069, 17059, 11439, 19213, 11390, 14511, 10279, 13351, 9244, 12551, 15260, 10694, 16502, 10909, 13460, 9170, 12498, 8686, 12874, 9158, 11923, 9037, 11610, 14386, 11867, 19862, 11651, 15549, 11376, 15439, 9325, 15177, 12745, 10984, 20340, 11726, 14965, 10806, 14622, 9800, 13981, 8831, 13469, 9152, 12527, 9115, 11524, 11641, 10401, 17218, 12037, 17121, 10945, 17193, 10811, 16364, 11280, 15110, 10728, 14293, 9207, 14106, 10677, 11955, 20959, 12361, 15064, 10440, 13490, 9218, 13309, 10290, 11616, 17303, 12681, 14657, 8766, 13190, 8963, 12158, 9553, 10219, 12245, 10073, 14647, 10019, 15145, 10942, 15667, 9969, 14654, 14437, 11653, 16655, 12007, 14317, 8888, 11996, 18879, 10226, 14648, 10220, 13120, 9182, 11380, 9432, 10694, 15963, 11022, 15318, 10216, 13904, 9557, 14544, 10257, 15824, 10731, 14124, 9176, 12343, 9164, 14787, 9595, 15441, 11304, 16692, 12220, 15423, 10270, 15518, 13982, 12704, 17866, 12892, 14810, 14119, 10230, 16612, 11049, 13992, 9170, 12490, 15996, 10200, 14004, 9810, 11832, 8436, 10589, 9426, 9832, 14594, 10508, 13723, 9884, 12868, 8251, 14073, 8250, 15161, 8754, 14847, 9093, 15856, 9916, 16589, 9144, 16470, 12568, 12765, 20161, 10843, 16212, 10512, 14313, 9476, 12812, 8873, 14326, 8805, 14636, 10848, 14261, 21078, 12381, 15466, 10945, 13121, 8475, 13402, 9118, 11042, 18120, 10801, 15373, 10950, 14899, 9458, 14198, 8720, 12533, 11622, 11941, 17563, 11381, 16457, 11080, 13847, 9070, 13393, 8822, 11612, 13064, 9973, 15365, 10891, 14561, 9725, 13602, 9657, 14717, 10188, 16256, 10413, 16244, 10731, 15400, 8495, 14869, 10032, 13684, 9293, 12375, 19038, 11602, 19552, 12033, 16006, 11166, 14665, 9759, 14646, 8838, 14644, 8607, 12876, 9046, 13672, 9616, 13636, 11116, 12334, 11923, 13811, 12440, 13035, 14883, 11260, 19419, 11381, 14645, 10834, 14825, 9990, 13681, 8890, 15204, 8757, 15518, 8714, 14988, 8579, 15299, 8757, 14316, 9349, 13077, 14730, 11193, 18878, 12587, 15948, 11126, 14572, 9330, 13649, 8639, 12792, 8668, 11863, 12206, 10759, 15045, 10577, 15295, 11086, 15219, 10147, 13628, 9580, 14039, 9045, 14001, 8717, 13065, 8954, 12794, 14654, 11024, 17516, 12235, 14828, 9191, 13816, 8808, 14579, 8991, 13507, 8832, 14696, 9098, 15728, 9173, 15706, 9814, 14383, 18170, 12585, 21255, 11587, 14817, 10791, 12676, 8439, 12149, 9266, 10607, 16570, 11292, 14168, 8853, 12279, 8924, 11483, 8628, 10446, 9555, 9870, 11169, 10074, 12864, 10802, 16622, 10968, 16553, 11107, 15120, 10216, 15697, 12471, 13113, 15729, 11572, 20194, 11750, 15832, 10188, 14690, 10342, 14662, 9498, 15459, 8834, 14211, 9172, 12601, 19780, 11215, 19531, 12933, 15672, 10104, 12433, 9570, 14799, 11068, 13902, 10481, 13089, 10580, 16158, 11332], 'WindowCenter': [4429.0, 4370.0, 4386.0, 4349.0, 4354.0, 4322.0, 4347.0, 4331.0, 4353.0, 4336.0, 4375.0, 4334.0, 4355.0, 4374.0, 4342.0, 4385.0, 4360.0, 4373.0, 4331.0, 4353.0, 4370.0, 4320.0, 4386.0, 4337.0, 4342.0, 4324.0, 4346.0, 4328.0, 4325.0, 4371.0, 4333.0, 4351.0, 4331.0, 4355.0, 4343.0, 4353.0, 4311.0, 4346.0, 4365.0, 4364.0, 4388.0, 4350.0, 4388.0, 4351.0, 4380.0, 4367.0, 4392.0, 4351.0, 4380.0, 4350.0, 4392.0, 4395.0, 4379.0, 4409.0, 4347.0, 4424.0, 4359.0, 4389.0, 4345.0, 4378.0, 4336.0, 4379.0, 4377.0, 4361.0, 4431.0, 4347.0, 4391.0, 4296.0, 4340.0, 4309.0, 4359.0, 4332.0, 4319.0, 4366.0, 4319.0, 4351.0, 4318.0, 4365.0, 4340.0, 4350.0, 4328.0, 4339.0, 4378.0, 4328.0, 4369.0, 4339.0, 4356.0, 4305.0, 4324.0, 4304.0, 4337.0, 4315.0, 4348.0, 4306.0, 4338.0, 4336.0, 4328.0, 4381.0, 4340.0, 4359.0, 4329.0, 4350.0, 4317.0, 4352.0, 4347.0, 4340.0, 4378.0, 4328.0, 4357.0, 4316.0, 4339.0, 4318.0, 4337.0, 4305.0, 4316.0, 4366.0, 4327.0, 4348.0, 4319.0, 4352.0, 4317.0, 4340.0, 4389.0, 4316.0, 4348.0, 4320.0, 4338.0, 4316.0, 4328.0, 4378.0, 4315.0, 4346.0, 4316.0, 4351.0, 4348.0, 4319.0, 4380.0, 4318.0, 4348.0, 4319.0, 4339.0, 4319.0, 4339.0, 4315.0, 4332.0, 4369.0, 4332.0, 4363.0, 4322.0, 4353.0, 4335.0, 4387.0, 4331.0, 4357.0, 4331.0, 4364.0, 4344.0, 4367.0, 4364.0, 4353.0, 4416.0, 4344.0, 4386.0, 4330.0, 4351.0, 4340.0, 4339.0, 4389.0, 4319.0, 4373.0, 4330.0, 4361.0, 4318.0, 4349.0, 4317.0, 4342.0, 4359.0, 4331.0, 4362.0, 4330.0, 4349.0, 4321.0, 4348.0, 4321.0, 4351.0, 4322.0, 4363.0, 4322.0, 4372.0, 4321.0, 4363.0, 4332.0, 4363.0, 4403.0, 4330.0, 4359.0, 4330.0, 4349.0, 4308.0, 4352.0, 4319.0, 4342.0, 4371.0, 4333.0, 4372.0, 4342.0, 4375.0, 4333.0, 4372.0, 4318.0, 4360.0, 4357.0, 4330.0, 4371.0, 4341.0, 4361.0, 4333.0, 4362.0, 4333.0, 4365.0, 4349.0, 4380.0, 4337.0, 4349.0, 4307.0, 4350.0, 4329.0, 4372.0, 4330.0, 4393.0, 4335.0, 4362.0, 4332.0, 4360.0, 4332.0, 4403.0, 4343.0, 4392.0, 4318.0, 4378.0, 4319.0, 4360.0, 4318.0, 4358.0, 4318.0, 4346.0, 4307.0, 4348.0, 4320.0, 4350.0, 4309.0, 4349.0, 4308.0, 4348.0, 4317.0, 4360.0, 4319.0, 4340.0, 4378.0, 4339.0, 4369.0, 4329.0, 4347.0, 4328.0, 4352.0, 4331.0, 4350.0, 4319.0, 4342.0, 4310.0, 4333.0, 4372.0, 4334.0, 4383.0, 4342.0, 4372.0, 4331.0, 4360.0, 4320.0, 4352.0, 4321.0, 4363.0, 4319.0, 4354.0, 4384.0, 4341.0, 4373.0, 4350.0, 4361.0, 4329.0, 4349.0, 4320.0, 4351.0, 4392.0, 4340.0, 4369.0, 4330.0, 4361.0, 4331.0, 4361.0, 4334.0, 4374.0, 4345.0, 4376.0, 4337.0, 4378.0, 4397.0, 4366.0, 4395.0, 4366.0, 4375.0, 4356.0, 4378.0, 4333.0, 4373.0, 4334.0, 4377.0, 4384.0, 4366.0, 4415.0, 4341.0, 4372.0, 4327.0, 4350.0, 4348.0, 4319.0, 4389.0, 4329.0, 4347.0, 4319.0, 4351.0, 4320.0, 4361.0, 4320.0, 4351.0, 4391.0, 4355.0, 4383.0, 4340.0, 4372.0, 4322.0, 4363.0, 4332.0, 4353.0, 4342.0, 4352.0, 4382.0, 4343.0, 4382.0, 4345.0, 4375.0, 4333.0, 4373.0, 4321.0, 4374.0, 4351.0, 4342.0, 4373.0, 4341.0, 4362.0, 4344.0, 4371.0, 4332.0, 4375.0, 4324.0, 4373.0, 4321.0, 4361.0, 4402.0, 4350.0, 4360.0, 4329.0, 4362.0, 4320.0, 4372.0, 4322.0, 4374.0, 4333.0, 4365.0, 4419.0, 4357.0, 4385.0, 4354.0, 4377.0, 4334.0, 4366.0, 4333.0, 4355.0, 4376.0, 4356.0, 4383.0, 4357.0, 4399.0, 4367.0, 4365.0, 4366.0, 4345.0, 4388.0, 4397.0, 4390.0, 4354.0, 4353.0, 4330.0, 4364.0, 4373.0, 4364.0, 4383.0, 4343.0, 4391.0, 4329.0, 4392.0, 4330.0, 4359.0, 4329.0, 4348.0, 4307.0, 4335.0, 4308.0, 4353.0, 4306.0, 4350.0, 4317.0, 4338.0, 4376.0, 4338.0, 4361.0, 4328.0, 4358.0, 4319.0, 4358.0, 4317.0, 4348.0, 4331.0, 4351.0, 4349.0, 4350.0, 4371.0, 4354.0, 4372.0, 4355.0, 4374.0, 4344.0, 4386.0, 4347.0, 4387.0, 4366.0, 4387.0, 4334.0, 4376.0, 4343.0, 4375.0, 4342.0, 4353.0, 4406.0, 4345.0, 4374.0, 4354.0, 4376.0, 4346.0, 4375.0, 4336.0, 4374.0, 4333.0, 4375.0, 4335.0, 4376.0, 4334.0, 4375.0, 4342.0, 4365.0, 4362.0, 4355.0, 4394.0, 4356.0, 4387.0, 4354.0, 4375.0, 4332.0, 4373.0, 4332.0, 4364.0, 4381.0, 4340.0, 4381.0, 4340.0, 4359.0, 4331.0, 4362.0, 4318.0, 4349.0, 4370.0, 4342.0, 4382.0, 4342.0, 4373.0, 4332.0, 4362.0, 4323.0, 4375.0, 4332.0, 4367.0, 4335.0, 4367.0, 4387.0, 4369.0, 4408.0, 4368.0, 4397.0, 4356.0, 4386.0, 4333.0, 4385.0, 4352.0, 4354.0, 4405.0, 4353.0, 4375.0, 4343.0, 4374.0, 4332.0, 4361.0, 4321.0, 4364.0, 4332.0, 4366.0, 4335.0, 4366.0, 4355.0, 4358.0, 4396.0, 4378.0, 4399.0, 4357.0, 4385.0, 4355.0, 4386.0, 4345.0, 4378.0, 4342.0, 4363.0, 4320.0, 4362.0, 4342.0, 4341.0, 4394.0, 4352.0, 4359.0, 4318.0, 4362.0, 4309.0, 4349.0, 4317.0, 4339.0, 4369.0, 4335.0, 4347.0, 4296.0, 4339.0, 4305.0, 4337.0, 4317.0, 4329.0, 4336.0, 4330.0, 4384.0, 4345.0, 4385.0, 4358.0, 4386.0, 4344.0, 4399.0, 4387.0, 4354.0, 4386.0, 4353.0, 4372.0, 4335.0, 4354.0, 4394.0, 4341.0, 4371.0, 4343.0, 4362.0, 4320.0, 4353.0, 4331.0, 4342.0, 4386.0, 4356.0, 4385.0, 4357.0, 4378.0, 4350.0, 4376.0, 4346.0, 4392.0, 4355.0, 4373.0, 4333.0, 4351.0, 4333.0, 4372.0, 4344.0, 4387.0, 4368.0, 4387.0, 4365.0, 4387.0, 4332.0, 4363.0, 4348.0, 4339.0, 4371.0, 4334.0, 4348.0, 4333.0, 4304.0, 4356.0, 4324.0, 4344.0, 4292.0, 4335.0, 4352.0, 4312.0, 4343.0, 4315.0, 4350.0, 4307.0, 4330.0, 4316.0, 4339.0, 4382.0, 4342.0, 4361.0, 4342.0, 4365.0, 4335.0, 4386.0, 4336.0, 4386.0, 4334.0, 4384.0, 4348.0, 4410.0, 4358.0, 4411.0, 4347.0, 4400.0, 4365.0, 4389.0, 4417.0, 4353.0, 4384.0, 4354.0, 4374.0, 4343.0, 4376.0, 4346.0, 4387.0, 4336.0, 4388.0, 4356.0, 4389.0, 4419.0, 4377.0, 4385.0, 4342.0, 4360.0, 4307.0, 4361.0, 4318.0, 4338.0, 4392.0, 4341.0, 4370.0, 4340.0, 4370.0, 4319.0, 4358.0, 4320.0, 4351.0, 4338.0, 4341.0, 4381.0, 4340.0, 4370.0, 4339.0, 4360.0, 4307.0, 4348.0, 4319.0, 4340.0, 4359.0, 4330.0, 4370.0, 4353.0, 4373.0, 4345.0, 4374.0, 4347.0, 4385.0, 4356.0, 4397.0, 4356.0, 4386.0, 4354.0, 4386.0, 4322.0, 4374.0, 4333.0, 4374.0, 4320.0, 4365.0, 4405.0, 4352.0, 4405.0, 4365.0, 4382.0, 4355.0, 4374.0, 4333.0, 4373.0, 4333.0, 4373.0, 4323.0, 4375.0, 4332.0, 4373.0, 4344.0, 4386.0, 4353.0, 4376.0, 4364.0, 4374.0, 4366.0, 4376.0, 4372.0, 4355.0, 4408.0, 4353.0, 4372.0, 4354.0, 4372.0, 4343.0, 4373.0, 4334.0, 4384.0, 4334.0, 4386.0, 4322.0, 4387.0, 4334.0, 4385.0, 4323.0, 4373.0, 4321.0, 4361.0, 4373.0, 4343.0, 4391.0, 4362.0, 4382.0, 4343.0, 4371.0, 4334.0, 4373.0, 4319.0, 4362.0, 4320.0, 4362.0, 4352.0, 4355.0, 4395.0, 4356.0, 4384.0, 4368.0, 4385.0, 4355.0, 4386.0, 4346.0, 4386.0, 4346.0, 4388.0, 4336.0, 4391.0, 4348.0, 4378.0, 4388.0, 4367.0, 4406.0, 4365.0, 4375.0, 4334.0, 4375.0, 4337.0, 4386.0, 4334.0, 4386.0, 4348.0, 4398.0, 4337.0, 4399.0, 4347.0, 4398.0, 4360.0, 4390.0, 4396.0, 4367.0, 4409.0, 4353.0, 4374.0, 4345.0, 4366.0, 4323.0, 4352.0, 4333.0, 4344.0, 4383.0, 4343.0, 4373.0, 4322.0, 4362.0, 4322.0, 4354.0, 4336.0, 4355.0, 4344.0, 4355.0, 4356.0, 4359.0, 4379.0, 4371.0, 4398.0, 4369.0, 4399.0, 4358.0, 4389.0, 4346.0, 4389.0, 4353.0, 4355.0, 4374.0, 4344.0, 4394.0, 4355.0, 4374.0, 4332.0, 4374.0, 4333.0, 4362.0, 4322.0, 4373.0, 4310.0, 4361.0, 4320.0, 4353.0, 4392.0, 4343.0, 4384.0, 4352.0, 4372.0, 4333.0, 4352.0, 4321.0, 4361.0, 4344.0, 4351.0, 4333.0, 4350.0, 4330.0, 4372.0, 4343.0], 'WindowWidth': [9733.0, 9634.0, 9656.0, 9597.0, 9598.0, 9551.0, 9587.0, 9563.0, 9598.0, 9576.0, 9629.0, 9572.0, 9601.0, 9622.0, 9577.0, 9650.0, 9610.0, 9625.0, 9560.0, 9594.0, 9610.0, 9544.0, 9647.0, 9572.0, 9578.0, 9551.0, 9583.0, 9553.0, 9553.0, 9619.0, 9569.0, 9593.0, 9566.0, 9600.0, 9580.0, 9595.0, 9537.0, 9592.0, 9617.0, 9621.0, 9653.0, 9602.0, 9654.0, 9608.0, 9647.0, 9632.0, 9664.0, 9606.0, 9643.0, 9602.0, 9664.0, 9665.0, 9642.0, 9682.0, 9595.0, 9712.0, 9613.0, 9657.0, 9589.0, 9639.0, 9575.0, 9639.0, 9633.0, 9619.0, 9723.0, 9593.0, 9644.0, 9512.0, 9561.0, 9534.0, 9603.0, 9572.0, 9550.0, 9623.0, 9545.0, 9593.0, 9542.0, 9619.0, 9573.0, 9588.0, 9553.0, 9569.0, 9621.0, 9551.0, 9618.0, 9570.0, 9592.0, 9517.0, 9539.0, 9516.0, 9563.0, 9532.0, 9581.0, 9521.0, 9569.0, 9565.0, 9555.0, 9636.0, 9575.0, 9601.0, 9557.0, 9586.0, 9538.0, 9592.0, 9579.0, 9572.0, 9629.0, 9552.0, 9594.0, 9534.0, 9571.0, 9541.0, 9565.0, 9518.0, 9536.0, 9608.0, 9551.0, 9583.0, 9545.0, 9594.0, 9539.0, 9573.0, 9648.0, 9535.0, 9583.0, 9546.0, 9568.0, 9536.0, 9552.0, 9625.0, 9533.0, 9578.0, 9536.0, 9590.0, 9581.0, 9543.0, 9632.0, 9540.0, 9582.0, 9547.0, 9574.0, 9544.0, 9572.0, 9536.0, 9564.0, 9618.0, 9569.0, 9615.0, 9555.0, 9598.0, 9574.0, 9651.0, 9566.0, 9602.0, 9563.0, 9613.0, 9587.0, 9622.0, 9613.0, 9599.0, 9696.0, 9584.0, 9651.0, 9564.0, 9592.0, 9572.0, 9572.0, 9642.0, 9547.0, 9628.0, 9563.0, 9605.0, 9545.0, 9587.0, 9540.0, 9581.0, 9603.0, 9563.0, 9608.0, 9561.0, 9587.0, 9551.0, 9582.0, 9551.0, 9590.0, 9554.0, 9611.0, 9556.0, 9621.0, 9552.0, 9612.0, 9571.0, 9617.0, 9670.0, 9562.0, 9605.0, 9562.0, 9585.0, 9529.0, 9594.0, 9547.0, 9580.0, 9621.0, 9569.0, 9622.0, 9582.0, 9634.0, 9574.0, 9625.0, 9546.0, 9606.0, 9595.0, 9561.0, 9622.0, 9578.0, 9606.0, 9570.0, 9608.0, 9571.0, 9616.0, 9602.0, 9646.0, 9584.0, 9583.0, 9527.0, 9588.0, 9563.0, 9623.0, 9564.0, 9656.0, 9574.0, 9605.0, 9565.0, 9600.0, 9566.0, 9669.0, 9581.0, 9647.0, 9540.0, 9624.0, 9541.0, 9607.0, 9541.0, 9598.0, 9540.0, 9577.0, 9524.0, 9581.0, 9549.0, 9585.0, 9530.0, 9583.0, 9526.0, 9580.0, 9537.0, 9602.0, 9544.0, 9573.0, 9626.0, 9571.0, 9613.0, 9559.0, 9583.0, 9558.0, 9592.0, 9564.0, 9587.0, 9546.0, 9579.0, 9533.0, 9568.0, 9624.0, 9571.0, 9641.0, 9581.0, 9624.0, 9564.0, 9602.0, 9548.0, 9593.0, 9550.0, 9609.0, 9545.0, 9598.0, 9642.0, 9578.0, 9631.0, 9589.0, 9608.0, 9556.0, 9586.0, 9552.0, 9592.0, 9655.0, 9575.0, 9617.0, 9566.0, 9607.0, 9566.0, 9607.0, 9577.0, 9632.0, 9593.0, 9637.0, 9583.0, 9642.0, 9667.0, 9622.0, 9664.0, 9620.0, 9635.0, 9609.0, 9639.0, 9572.0, 9625.0, 9575.0, 9638.0, 9642.0, 9621.0, 9696.0, 9578.0, 9631.0, 9556.0, 9591.0, 9580.0, 9542.0, 9644.0, 9557.0, 9582.0, 9545.0, 9592.0, 9549.0, 9605.0, 9552.0, 9595.0, 9651.0, 9607.0, 9642.0, 9576.0, 9624.0, 9553.0, 9609.0, 9569.0, 9597.0, 9581.0, 9594.0, 9640.0, 9585.0, 9640.0, 9591.0, 9632.0, 9574.0, 9627.0, 9554.0, 9629.0, 9591.0, 9580.0, 9629.0, 9578.0, 9608.0, 9590.0, 9621.0, 9571.0, 9633.0, 9562.0, 9626.0, 9554.0, 9608.0, 9670.0, 9591.0, 9605.0, 9562.0, 9608.0, 9553.0, 9623.0, 9557.0, 9631.0, 9575.0, 9620.0, 9703.0, 9614.0, 9649.0, 9602.0, 9636.0, 9577.0, 9620.0, 9572.0, 9605.0, 9634.0, 9607.0, 9652.0, 9614.0, 9672.0, 9627.0, 9619.0, 9623.0, 9593.0, 9655.0, 9667.0, 9662.0, 9600.0, 9597.0, 9562.0, 9615.0, 9624.0, 9613.0, 9638.0, 9580.0, 9645.0, 9553.0, 9657.0, 9559.0, 9601.0, 9557.0, 9583.0, 9523.0, 9559.0, 9529.0, 9594.0, 9525.0, 9585.0, 9538.0, 9567.0, 9624.0, 9568.0, 9609.0, 9556.0, 9597.0, 9544.0, 9596.0, 9539.0, 9583.0, 9567.0, 9593.0, 9588.0, 9589.0, 9622.0, 9599.0, 9623.0, 9606.0, 9632.0, 9592.0, 9650.0, 9600.0, 9650.0, 9632.0, 9652.0, 9575.0, 9633.0, 9584.0, 9630.0, 9580.0, 9597.0, 9679.0, 9589.0, 9630.0, 9602.0, 9636.0, 9592.0, 9629.0, 9580.0, 9628.0, 9573.0, 9630.0, 9577.0, 9631.0, 9573.0, 9630.0, 9583.0, 9614.0, 9610.0, 9602.0, 9659.0, 9607.0, 9655.0, 9598.0, 9631.0, 9567.0, 9626.0, 9568.0, 9615.0, 9634.0, 9575.0, 9640.0, 9576.0, 9600.0, 9565.0, 9609.0, 9544.0, 9586.0, 9617.0, 9583.0, 9636.0, 9583.0, 9625.0, 9570.0, 9609.0, 9560.0, 9630.0, 9569.0, 9624.0, 9581.0, 9622.0, 9652.0, 9630.0, 9688.0, 9626.0, 9672.0, 9608.0, 9650.0, 9574.0, 9647.0, 9594.0, 9602.0, 9678.0, 9596.0, 9630.0, 9584.0, 9626.0, 9568.0, 9606.0, 9552.0, 9612.0, 9568.0, 9621.0, 9579.0, 9619.0, 9605.0, 9612.0, 9665.0, 9643.0, 9673.0, 9608.0, 9648.0, 9602.0, 9654.0, 9588.0, 9640.0, 9581.0, 9610.0, 9547.0, 9609.0, 9582.0, 9577.0, 9663.0, 9592.0, 9601.0, 9539.0, 9608.0, 9531.0, 9584.0, 9538.0, 9569.0, 9616.0, 9559.0, 9577.0, 9510.0, 9568.0, 9520.0, 9563.0, 9538.0, 9556.0, 9565.0, 9563.0, 9647.0, 9591.0, 9644.0, 9613.0, 9647.0, 9588.0, 9671.0, 9650.0, 9601.0, 9654.0, 9598.0, 9624.0, 9577.0, 9601.0, 9660.0, 9578.0, 9621.0, 9585.0, 9608.0, 9549.0, 9598.0, 9567.0, 9583.0, 9650.0, 9611.0, 9645.0, 9612.0, 9640.0, 9606.0, 9635.0, 9596.0, 9669.0, 9605.0, 9627.0, 9574.0, 9592.0, 9571.0, 9622.0, 9589.0, 9655.0, 9628.0, 9655.0, 9619.0, 9656.0, 9567.0, 9617.0, 9583.0, 9570.0, 9633.0, 9557.0, 9585.0, 9554.0, 9513.0, 9592.0, 9541.0, 9570.0, 9498.0, 9558.0, 9582.0, 9524.0, 9566.0, 9533.0, 9587.0, 9527.0, 9561.0, 9541.0, 9577.0, 9640.0, 9585.0, 9607.0, 9584.0, 9617.0, 9581.0, 9648.0, 9584.0, 9650.0, 9578.0, 9644.0, 9604.0, 9692.0, 9618.0, 9695.0, 9600.0, 9677.0, 9622.0, 9659.0, 9699.0, 9601.0, 9650.0, 9604.0, 9631.0, 9588.0, 9638.0, 9597.0, 9652.0, 9583.0, 9655.0, 9611.0, 9657.0, 9712.0, 9638.0, 9654.0, 9583.0, 9604.0, 9530.0, 9608.0, 9544.0, 9570.0, 9654.0, 9578.0, 9619.0, 9576.0, 9618.0, 9547.0, 9599.0, 9551.0, 9591.0, 9571.0, 9578.0, 9636.0, 9575.0, 9616.0, 9572.0, 9602.0, 9528.0, 9582.0, 9546.0, 9575.0, 9602.0, 9563.0, 9618.0, 9599.0, 9625.0, 9591.0, 9630.0, 9598.0, 9646.0, 9610.0, 9666.0, 9609.0, 9649.0, 9604.0, 9649.0, 9557.0, 9628.0, 9571.0, 9629.0, 9552.0, 9620.0, 9676.0, 9596.0, 9680.0, 9618.0, 9640.0, 9602.0, 9630.0, 9572.0, 9627.0, 9572.0, 9627.0, 9558.0, 9632.0, 9573.0, 9627.0, 9590.0, 9649.0, 9599.0, 9635.0, 9618.0, 9631.0, 9621.0, 9635.0, 9627.0, 9605.0, 9689.0, 9600.0, 9624.0, 9601.0, 9624.0, 9585.0, 9625.0, 9573.0, 9642.0, 9578.0, 9648.0, 9559.0, 9650.0, 9576.0, 9644.0, 9557.0, 9627.0, 9553.0, 9605.0, 9627.0, 9584.0, 9653.0, 9611.0, 9642.0, 9585.0, 9622.0, 9577.0, 9626.0, 9550.0, 9607.0, 9551.0, 9612.0, 9596.0, 9605.0, 9666.0, 9607.0, 9647.0, 9629.0, 9648.0, 9610.0, 9651.0, 9596.0, 9648.0, 9598.0, 9656.0, 9585.0, 9663.0, 9604.0, 9643.0, 9655.0, 9627.0, 9682.0, 9620.0, 9633.0, 9577.0, 9632.0, 9585.0, 9651.0, 9577.0, 9650.0, 9603.0, 9669.0, 9588.0, 9675.0, 9599.0, 9668.0, 9621.0, 9661.0, 9663.0, 9623.0, 9693.0, 9597.0, 9631.0, 9588.0, 9622.0, 9559.0, 9595.0, 9571.0, 9585.0, 9638.0, 9583.0, 9623.0, 9555.0, 9610.0, 9556.0, 9601.0, 9580.0, 9605.0, 9591.0, 9608.0, 9609.0, 9617.0, 9646.0, 9637.0, 9673.0, 9632.0, 9676.0, 9615.0, 9659.0, 9594.0, 9659.0, 9597.0, 9602.0, 9626.0, 9584.0, 9662.0, 9602.0, 9631.0, 9567.0, 9628.0, 9569.0, 9608.0, 9553.0, 9622.0, 9533.0, 9602.0, 9548.0, 9593.0, 9651.0, 9580.0, 9647.0, 9591.0, 9621.0, 9571.0, 9596.0, 9551.0, 9605.0, 9582.0, 9590.0, 9565.0, 9587.0, 9560.0, 9621.0, 9579.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.0022801033295063145</td></tr>
<tr><td colspan=3>aqi</td><td>0.02943218335246843</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.321857763804594</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2955725715747128</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.022884964379308</td></tr>
<tr><td colspan=3>efc</td><td>0.4991</td></tr>
<tr><td colspan=3>fber</td><td>4523.061</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13279422917294098</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.940298507462687</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5909537467603974</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.510478394690985</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8637902953582826</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.398592550231924</td></tr>
<tr><td colspan=3>gcor</td><td>0.0137174</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009698258712887764</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029902519658207893</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.890514623811007</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.6697</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2799</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.0717</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297282.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>1173.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.206</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5579</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.0704</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3500.4441</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3706.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.5672</td></tr>
<tr><td colspan=3>tsnr</td><td>34.82722082542023</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>