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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-03/func/sub-0044_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>aae7bdfea1abf08f5be51ca6b13bc2cf</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:52:16.297500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999287, -0.0238615, 0.0292679, 0.0214556, 0.99657, 0.0799299]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0968797</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7710, -7237, 475, -22, -8, 57, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.302</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>10a614f9-7ddf-4f78-a06e-5c46dc9e627d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681013345718384, 0.05756368488073349, 0.08390175551176071, 108.0659408569336], [0.0640186220407486, 2.6737232208251953, 0.21396134793758392, -103.86685180664062], [0.07852357625961304, -0.21444611251354218, 2.6902010440826416, -51.61527633666992], [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': ['175216.297500', '175216.757500', '175217.217500', '175217.677500', '175218.137500', '175218.597500', '175219.057500', '175219.517500', '175219.977500', '175220.437500', '175220.897500', '175221.357500', '175221.817500', '175222.277500', '175222.737500', '175223.197500', '175223.657500', '175224.117500', '175224.577500', '175225.037500', '175225.497500', '175225.957500', '175226.417500', '175226.877500', '175227.337500', '175227.797500', '175228.257500', '175228.717500', '175229.177500', '175229.637500', '175230.097500', '175230.557500', '175231.017500', '175231.477500', '175231.937500', '175232.397500', '175232.857500', '175233.317500', '175233.777500', '175234.237500', '175234.697500', '175235.157500', '175235.617500', '175236.077500', '175236.537500', '175236.997500', '175237.457500', '175237.917500', '175238.377500', '175238.837500', '175239.297500', '175239.757500', '175240.217500', '175240.677500', '175241.137500', '175241.597500', '175242.057500', '175242.517500', '175242.977500', '175243.437500', '175243.897500', '175244.357500', '175244.817500', '175245.277500', '175245.737500', '175246.197500', '175246.657500', '175247.117500', '175247.577500', '175248.037500', '175248.497500', '175248.957500', '175249.417500', '175249.877500', '175250.337500', '175250.797500', '175251.257500', '175251.717500', '175252.177500', '175252.637500', '175253.097500', '175253.557500', '175254.017500', '175254.477500', '175254.937500', '175255.397500', '175255.857500', '175256.317500', '175256.777500', '175257.237500', '175257.697500', '175258.157500', '175258.617500', '175259.077500', '175259.537500', '175259.997500', '175300.457500', '175300.917500', '175301.377500', '175301.837500', '175302.297500', '175302.757500', '175303.217500', '175303.677500', '175304.137500', '175304.597500', '175305.057500', '175305.517500', '175305.977500', '175306.437500', '175306.897500', '175307.357500', '175307.817500', '175308.277500', '175308.737500', '175309.197500', '175309.657500', '175310.117500', '175310.577500', '175311.037500', '175311.497500', '175311.957500', '175312.417500', '175312.877500', '175313.337500', '175313.797500', '175314.257500', '175314.717500', '175315.177500', '175315.637500', '175316.097500', '175316.557500', '175317.017500', '175317.477500', '175317.937500', '175318.397500', '175318.857500', '175319.317500', '175319.777500', '175320.237500', '175320.697500', '175321.157500', '175321.617500', '175322.077500', '175322.537500', '175322.997500', '175323.457500', '175323.917500', '175324.377500', '175324.837500', '175325.297500', '175325.757500', '175326.217500', '175326.677500', '175327.137500', '175327.597500', '175328.057500', '175328.517500', '175328.977500', '175329.437500', '175329.897500', '175330.357500', '175330.817500', '175331.277500', '175331.737500', '175332.197500', '175332.657500', '175333.117500', '175333.577500', '175334.037500', '175334.497500', '175334.957500', '175335.417500', '175335.877500', '175336.337500', '175336.797500', '175337.257500', '175337.717500', '175338.177500', '175338.637500', '175339.097500', '175339.557500', '175340.017500', '175340.477500', '175340.937500', '175341.397500', '175341.857500', '175342.317500', '175342.777500', '175343.237500', '175343.697500', '175344.157500', '175344.617500', '175345.077500', '175345.537500', '175345.997500', '175346.457500', '175346.917500', '175347.377500', '175347.837500', '175348.297500', '175348.757500', '175349.217500', '175349.677500', '175350.137500', '175350.597500', '175351.057500', '175351.517500', '175351.977500', '175352.437500', '175352.897500', '175353.357500', '175353.817500', '175354.277500', '175354.737500', '175355.197500', '175355.657500', '175356.117500', '175356.577500', '175357.037500', '175357.497500', '175357.957500', '175358.417500', '175358.877500', '175359.337500', '175359.797500', '175400.257500', '175400.717500', '175401.177500', '175401.637500', '175402.097500', '175402.557500', '175403.017500', '175403.477500', '175403.937500', '175404.397500', '175404.857500', '175405.317500', '175405.777500', '175406.237500', '175406.697500', '175407.157500', '175407.617500', '175408.077500', '175408.537500', '175408.997500', '175409.457500', '175409.917500', '175410.377500', '175410.837500', '175411.297500', '175411.757500', '175412.217500', '175412.677500', '175413.137500', '175413.597500', '175414.057500', '175414.517500', '175414.977500', '175415.437500', '175415.897500', '175416.357500', '175416.817500', '175417.277500', '175417.737500', '175418.197500', '175418.657500', '175419.117500', '175419.577500', '175420.037500', '175420.497500', '175420.957500', '175421.417500', '175421.877500', '175422.337500', '175422.797500', '175423.257500', '175423.717500', '175424.177500', '175424.637500', '175425.097500', '175425.557500', '175426.017500', '175426.477500', '175426.937500', '175427.397500', '175427.857500', '175428.317500', '175428.777500', '175429.237500', '175429.697500', '175430.157500', '175430.617500', '175431.077500', '175431.537500', '175431.997500', '175432.457500', '175432.917500', '175433.377500', '175433.837500', '175434.297500', '175434.757500', '175435.217500', '175435.677500', '175436.137500', '175436.597500', '175437.057500', '175437.517500', '175437.977500', '175438.437500', '175438.897500', '175439.357500', '175439.817500', '175440.277500', '175440.737500', '175441.197500', '175441.657500', '175442.117500', '175442.577500', '175443.037500', '175443.497500', '175443.957500', '175444.417500', '175444.877500', '175445.337500', '175445.797500', '175446.257500', '175446.717500', '175447.177500', '175447.637500', '175448.097500', '175448.557500', '175449.017500', '175449.477500', '175449.937500', '175450.397500', '175450.857500', '175451.317500', '175451.777500', '175452.237500', '175452.697500', '175453.157500', '175453.617500', '175454.077500', '175454.537500', '175454.997500', '175455.457500', '175455.917500', '175456.377500', '175456.837500', '175457.297500', '175457.757500', '175458.217500', '175458.677500', '175459.137500', '175459.597500', '175500.057500', '175500.517500', '175500.977500', '175501.437500', '175501.897500', '175502.357500', '175502.817500', '175503.277500', '175503.737500', '175504.197500', '175504.657500', '175505.117500', '175505.577500', '175506.037500', '175506.497500', '175506.957500', '175507.417500', '175507.877500', '175508.337500', '175508.797500', '175509.257500', '175509.717500', '175510.177500', '175510.637500', '175511.097500', '175511.557500', '175512.017500', '175512.477500', '175512.937500', '175513.397500', '175513.857500', '175514.317500', '175514.777500', '175515.237500', '175515.697500', '175516.157500', '175516.617500', '175517.077500', '175517.537500', '175517.997500', '175518.457500', '175518.917500', '175519.377500', '175519.837500', '175520.297500', '175520.757500', '175521.217500', '175521.677500', '175522.137500', '175522.597500', '175523.057500', '175523.517500', '175523.977500', '175524.437500', '175524.897500', '175525.357500', '175525.817500', '175526.277500', '175526.737500', '175527.197500', '175527.657500', '175528.117500', '175528.577500', '175529.037500', '175529.497500', '175529.957500', '175530.417500', '175530.877500', '175531.337500', '175531.797500', '175532.257500', '175532.717500', '175533.177500', '175533.637500', '175534.097500', '175534.557500', '175535.017500', '175535.477500', '175535.937500', '175536.397500', '175536.857500', '175537.317500', '175537.777500', '175538.237500', '175538.697500', '175539.157500', '175539.617500', '175540.077500', '175540.537500', '175540.997500', '175541.457500', '175541.917500', '175542.377500', '175542.837500', '175543.297500', '175543.757500', '175544.217500', '175544.677500', '175545.137500', '175545.597500', '175546.057500', '175546.517500', '175546.977500', '175547.437500', '175547.897500', '175548.357500', '175548.817500', '175549.277500', '175549.737500', '175550.197500', '175550.657500', '175551.117500', '175551.577500', '175552.037500', '175552.497500', '175552.957500', '175553.417500', '175553.877500', '175554.337500', '175554.797500', '175555.257500', '175555.717500', '175556.177500', '175556.637500', '175557.097500', '175557.557500', '175558.017500', '175558.477500', '175558.937500', '175559.397500', '175559.857500', '175600.317500', '175600.777500', '175601.237500', '175601.697500', '175602.157500', '175602.617500', '175603.077500', '175603.537500', '175603.997500', '175604.457500', '175604.917500', '175605.377500', '175605.837500', '175606.297500', '175606.757500', '175607.217500', '175607.677500', '175608.137500', '175608.597500', '175609.057500', '175609.517500', '175609.977500', '175610.437500', '175610.897500', '175611.357500', '175611.817500', '175612.277500', '175612.737500', '175613.197500', '175613.657500', '175614.117500', '175614.577500', '175615.037500', '175615.497500', '175615.957500', '175616.417500', '175616.877500', '175617.337500', '175617.797500', '175618.257500', '175618.717500', '175619.177500', '175619.637500', '175620.097500', '175620.557500', '175621.017500', '175621.477500', '175621.937500', '175622.397500', '175622.857500', '175623.317500', '175623.777500', '175624.237500', '175624.697500', '175625.157500', '175625.617500', '175626.077500', '175626.537500', '175626.997500', '175627.457500', '175627.917500', '175628.377500', '175628.837500', '175629.297500', '175629.757500', '175630.217500', '175630.677500', '175631.137500', '175631.597500', '175632.057500', '175632.517500', '175632.977500', '175633.437500', '175633.897500', '175634.357500', '175634.817500', '175635.277500', '175635.737500', '175636.197500', '175636.657500', '175637.117500', '175637.577500', '175638.037500', '175638.497500', '175638.957500', '175639.417500', '175639.877500', '175640.337500', '175640.797500', '175641.257500', '175641.717500', '175642.177500', '175642.637500', '175643.097500', '175643.557500', '175644.017500', '175644.477500', '175644.937500', '175645.397500', '175645.857500', '175646.317500', '175646.777500', '175647.237500', '175647.697500', '175648.157500', '175648.617500', '175649.077500', '175649.537500', '175649.997500', '175650.457500', '175650.917500', '175651.377500', '175651.837500', '175652.297500', '175652.757500', '175653.217500', '175653.677500', '175654.137500', '175654.597500', '175655.057500', '175655.517500', '175655.977500', '175656.437500', '175656.897500', '175657.357500', '175657.817500', '175658.277500', '175658.737500', '175659.197500', '175659.657500', '175700.117500', '175700.577500', '175701.037500', '175701.497500', '175701.957500', '175702.417500', '175702.877500', '175703.337500', '175703.797500', '175704.257500', '175704.717500', '175705.177500', '175705.637500', '175706.097500', '175706.557500', '175707.017500', '175707.477500', '175707.937500', '175708.397500', '175708.857500', '175709.317500', '175709.777500', '175710.237500', '175710.697500', '175711.157500', '175711.617500', '175712.077500', '175712.537500', '175712.997500', '175713.457500', '175713.917500', '175714.377500', '175714.837500', '175715.297500', '175715.757500', '175716.217500', '175716.677500', '175717.137500', '175717.597500', '175718.057500', '175718.517500', '175718.977500', '175719.437500', '175719.897500', '175720.357500', '175720.817500', '175721.277500', '175721.737500', '175722.197500', '175722.657500', '175723.117500', '175723.577500', '175724.037500', '175724.497500', '175724.957500', '175725.417500', '175725.877500', '175726.337500', '175726.797500', '175727.257500', '175727.717500', '175728.177500', '175728.637500', '175729.097500', '175729.557500', '175730.017500', '175730.477500', '175730.937500', '175731.397500', '175731.857500', '175732.317500', '175732.777500', '175733.237500', '175733.697500', '175734.157500', '175734.617500', '175735.077500', '175735.537500', '175735.997500', '175736.457500', '175736.917500', '175737.377500', '175737.837500', '175738.297500', '175738.757500', '175739.217500', '175739.677500', '175740.137500', '175740.597500', '175741.057500', '175741.517500', '175741.977500', '175742.437500', '175742.897500', '175743.357500', '175743.817500', '175744.277500', '175744.737500', '175745.197500', '175745.657500', '175746.117500', '175746.577500', '175747.037500', '175747.497500', '175747.957500', '175748.417500', '175748.877500', '175749.337500', '175749.797500', '175750.257500', '175750.717500', '175751.177500', '175751.637500', '175752.097500', '175752.557500', '175753.017500', '175753.477500', '175753.937500', '175754.397500', '175754.857500', '175755.317500', '175755.777500', '175756.237500', '175756.697500', '175757.157500', '175757.617500', '175758.077500', '175758.537500', '175758.997500', '175759.457500', '175759.917500', '175800.377500', '175800.837500', '175801.297500', '175801.757500', '175802.217500', '175802.677500', '175803.137500', '175803.597500', '175804.057500', '175804.517500', '175804.977500', '175805.437500', '175805.897500', '175806.357500', '175806.817500', '175807.277500', '175807.737500', '175808.197500', '175808.657500', '175809.117500', '175809.577500', '175810.037500', '175810.497500', '175810.957500', '175811.417500', '175811.877500', '175812.337500', '175812.797500', '175813.257500', '175813.717500', '175814.177500', '175814.637500', '175815.097500', '175815.557500', '175816.017500', '175816.477500', '175816.937500', '175817.397500', '175817.857500', '175818.317500', '175818.777500', '175819.237500', '175819.697500', '175820.157500', '175820.617500', '175821.077500', '175821.537500', '175821.997500', '175822.457500', '175822.917500', '175823.377500', '175823.837500', '175824.297500', '175824.757500', '175825.217500', '175825.677500', '175826.137500', '175826.597500', '175827.057500', '175827.517500', '175827.977500', '175828.437500', '175828.897500', '175829.357500', '175829.817500', '175830.277500', '175830.737500', '175831.197500', '175831.657500', '175832.117500', '175832.577500', '175833.037500', '175833.497500', '175833.957500', '175834.417500', '175834.877500', '175835.337500', '175835.797500', '175836.257500', '175836.717500', '175837.177500', '175837.637500', '175838.097500', '175838.557500', '175839.017500', '175839.477500', '175839.937500', '175840.397500', '175840.857500', '175841.317500', '175841.777500', '175842.237500', '175842.697500', '175843.157500', '175843.617500', '175844.077500', '175844.537500', '175844.997500', '175845.457500', '175845.917500', '175846.377500', '175846.837500', '175847.297500', '175847.757500', '175848.217500', '175848.677500', '175849.137500', '175849.597500', '175850.057500', '175850.517500', '175850.977500', '175851.437500', '175851.897500', '175852.357500', '175852.817500', '175853.277500', '175853.737500', '175854.197500', '175854.657500', '175855.117500', '175855.577500', '175856.037500', '175856.497500', '175856.957500'], 'ContentTime': ['175245.786000', '175245.790000', '175245.793000', '175245.796000', '175245.799000', '175245.802000', '175245.805000', '175245.815000', '175245.817000', '175245.820000', '175245.823000', '175245.826000', '175245.829000', '175245.832000', '175245.835000', '175245.837000', '175245.840000', '175245.843000', '175245.846000', '175245.849000', '175245.852000', '175245.855000', '175245.857000', '175245.860000', '175245.863000', '175245.866000', '175245.869000', '175245.899000', '175245.901000', '175245.905000', '175245.907000', '175245.910000', '175245.913000', '175245.916000', '175245.919000', '175245.922000', '175245.924000', '175245.927000', '175245.930000', '175245.933000', '175245.936000', '175245.939000', '175245.942000', '175245.944000', '175245.947000', '175245.950000', '175245.953000', '175245.956000', '175245.959000', '175245.962000', '175245.964000', '175245.967000', '175245.970000', '175245.973000', '175245.976000', '175245.979000', '175245.982000', '175245.985000', '175245.987000', '175245.990000', '175245.993000', '175305.743000', '175305.746000', '175305.749000', '175305.752000', '175305.755000', '175305.758000', '175305.761000', '175305.763000', '175305.766000', '175305.769000', '175305.772000', '175305.775000', '175305.778000', '175305.781000', '175305.784000', '175305.786000', '175305.789000', '175305.792000', '175305.795000', '175305.798000', '175305.801000', '175305.804000', '175305.806000', '175305.809000', '175305.812000', '175305.815000', '175305.818000', '175305.821000', '175305.824000', '175305.827000', '175305.829000', '175305.832000', '175305.835000', '175305.838000', '175305.841000', '175305.844000', '175305.847000', '175305.850000', '175305.852000', '175305.855000', '175305.858000', '175305.861000', '175305.864000', '175305.867000', '175325.743000', '175325.746000', '175325.749000', '175325.752000', '175325.755000', '175325.758000', '175325.761000', '175325.764000', '175325.767000', '175325.770000', '175325.773000', '175325.776000', '175325.778000', '175325.781000', '175325.784000', '175325.787000', '175325.790000', '175325.793000', '175325.796000', '175325.799000', '175325.801000', '175325.805000', '175325.808000', '175325.811000', '175325.814000', '175325.817000', '175325.820000', '175325.823000', '175325.826000', '175325.829000', '175325.832000', '175325.834000', '175325.837000', '175325.840000', '175325.843000', '175325.846000', '175325.849000', '175325.852000', '175325.855000', '175325.857000', '175325.860000', '175325.863000', '175325.866000', '175345.743000', '175345.746000', '175345.749000', '175345.751000', '175345.754000', '175345.757000', '175345.760000', '175345.763000', '175345.765000', '175345.768000', '175345.771000', '175345.774000', '175345.777000', '175345.780000', '175345.782000', '175345.785000', '175345.788000', '175345.791000', '175345.794000', '175345.797000', '175345.799000', '175345.802000', '175345.805000', '175345.808000', '175345.811000', '175345.814000', '175345.817000', '175345.819000', '175345.829000', '175345.832000', '175345.834000', '175345.837000', '175345.840000', '175345.843000', '175345.846000', '175345.849000', '175345.852000', '175345.855000', '175345.857000', '175345.860000', '175345.863000', '175345.866000', '175345.869000', '175345.871000', '175405.742000', '175405.745000', '175405.748000', '175405.751000', '175405.754000', '175405.756000', '175405.759000', '175405.762000', '175405.765000', '175405.768000', '175405.771000', '175405.774000', '175405.777000', '175405.779000', '175405.782000', '175405.785000', '175405.788000', '175405.791000', '175405.794000', '175405.797000', '175405.800000', '175405.802000', '175405.805000', '175405.808000', '175405.811000', '175405.814000', '175405.817000', '175405.820000', '175405.822000', '175405.825000', '175405.828000', '175405.831000', '175405.834000', '175405.837000', '175405.840000', '175405.842000', '175405.845000', '175405.848000', '175405.851000', '175405.854000', '175405.857000', '175405.860000', '175405.863000', '175425.742000', '175425.745000', '175425.748000', '175425.751000', '175425.754000', '175425.769000', '175425.772000', '175425.775000', '175425.784000', '175425.787000', '175425.790000', '175425.793000', '175425.796000', '175425.799000', '175425.801000', '175425.804000', '175425.807000', '175425.810000', '175425.813000', '175425.816000', '175425.819000', '175425.822000', '175425.824000', '175425.827000', '175425.830000', '175425.833000', '175425.836000', '175425.839000', '175425.842000', '175425.845000', '175425.847000', '175425.850000', '175425.853000', '175425.856000', '175425.859000', '175425.862000', '175425.865000', '175425.868000', '175425.870000', '175425.873000', '175425.876000', '175425.879000', '175425.882000', '175425.885000', '175445.742000', '175445.753000', '175445.756000', '175445.759000', '175445.762000', '175445.765000', '175445.768000', '175445.770000', '175445.773000', '175445.776000', '175445.779000', '175445.782000', '175445.785000', '175445.788000', '175445.791000', '175445.794000', '175445.797000', '175445.800000', '175445.803000', '175445.806000', '175445.809000', '175445.811000', '175445.814000', '175445.817000', '175445.820000', '175445.823000', '175445.826000', '175445.829000', '175445.831000', '175445.834000', '175445.837000', '175445.840000', '175445.843000', '175445.846000', '175445.849000', '175445.852000', '175445.854000', '175445.857000', '175445.860000', '175445.863000', '175445.866000', '175445.869000', '175445.872000', '175505.743000', '175505.746000', '175505.749000', '175505.752000', '175505.755000', '175505.758000', '175505.761000', '175505.764000', '175505.766000', '175505.769000', '175505.772000', '175505.775000', '175505.778000', '175505.781000', '175505.784000', '175505.787000', '175505.789000', '175505.792000', '175505.795000', '175505.798000', '175505.801000', '175505.804000', '175505.807000', '175505.810000', '175505.812000', '175505.815000', '175505.818000', '175505.821000', '175505.824000', '175505.827000', '175505.830000', '175505.833000', '175505.836000', '175505.839000', '175505.842000', '175505.844000', '175505.847000', '175505.850000', '175505.853000', '175505.856000', '175505.859000', '175505.861000', '175505.864000', '175505.867000', '175525.743000', '175525.746000', '175525.749000', '175525.752000', '175525.755000', '175525.758000', '175525.761000', '175525.763000', '175525.766000', '175525.769000', '175525.772000', '175525.775000', '175525.778000', '175525.781000', '175525.784000', '175525.786000', '175525.789000', '175525.792000', '175525.795000', '175525.798000', '175525.801000', '175525.804000', '175525.806000', '175525.809000', '175525.812000', '175525.815000', '175525.818000', '175525.821000', '175525.824000', '175525.827000', '175525.829000', '175525.832000', '175525.835000', '175525.838000', '175525.841000', '175525.844000', '175525.847000', '175525.850000', '175525.852000', '175525.855000', '175525.858000', '175525.861000', '175525.864000', '175545.743000', '175545.746000', '175545.749000', '175545.752000', '175545.755000', '175545.758000', '175545.760000', '175545.763000', '175545.766000', '175545.769000', '175545.772000', '175545.775000', '175545.778000', '175545.781000', '175545.783000', '175545.786000', '175545.789000', '175545.792000', '175545.795000', '175545.798000', '175545.800000', '175545.803000', '175545.806000', '175545.809000', '175545.812000', '175545.815000', '175545.818000', '175545.821000', '175545.823000', '175545.826000', '175545.834000', '175545.836000', '175545.839000', '175545.842000', '175545.845000', '175545.848000', '175545.851000', '175545.854000', '175545.856000', '175545.859000', '175545.862000', '175545.865000', '175545.868000', '175545.871000', '175605.743000', '175605.746000', '175605.749000', '175605.752000', '175605.755000', '175605.757000', '175605.760000', '175605.763000', '175605.766000', '175605.769000', '175605.772000', '175605.775000', '175605.777000', '175605.780000', '175605.783000', '175605.786000', '175605.789000', '175605.792000', '175605.795000', '175605.798000', '175605.800000', '175605.803000', '175605.806000', '175605.809000', '175605.812000', '175605.815000', '175605.817000', '175605.820000', '175605.823000', '175605.827000', '175605.830000', '175605.833000', '175605.836000', '175605.839000', '175605.842000', '175605.845000', '175605.847000', '175605.850000', '175605.853000', '175605.856000', '175605.859000', '175605.862000', '175605.865000', '175625.742000', '175625.745000', '175625.748000', '175625.751000', '175625.753000', '175625.756000', '175625.759000', '175625.762000', '175625.765000', '175625.768000', '175625.771000', '175625.774000', '175625.776000', '175625.779000', '175625.782000', '175625.785000', '175625.788000', '175625.791000', '175625.794000', '175625.797000', '175625.800000', '175625.802000', '175625.805000', '175625.808000', '175625.811000', '175625.814000', '175625.817000', '175625.820000', '175625.823000', '175625.825000', '175625.828000', '175625.831000', '175625.834000', '175625.837000', '175625.840000', '175625.846000', '175625.849000', '175625.852000', '175625.855000', '175625.858000', '175625.861000', '175625.863000', '175625.866000', '175625.869000', '175645.742000', '175645.745000', '175645.748000', '175645.751000', '175645.754000', '175645.757000', '175645.760000', '175645.762000', '175645.765000', '175645.768000', '175645.771000', '175645.774000', '175645.777000', '175645.779000', '175645.782000', '175645.785000', '175645.788000', '175645.791000', '175645.794000', '175645.797000', '175645.800000', '175645.802000', '175645.805000', '175645.808000', '175645.811000', '175645.814000', '175645.817000', '175645.820000', '175645.823000', '175645.825000', '175645.828000', '175645.831000', '175645.834000', '175645.837000', '175645.840000', '175645.842000', '175645.845000', '175645.848000', '175645.851000', '175645.854000', '175645.857000', '175645.859000', '175645.862000', '175705.742000', '175705.745000', '175705.748000', '175705.751000', '175705.754000', '175705.757000', '175705.759000', '175705.762000', '175705.765000', '175705.768000', '175705.771000', '175705.774000', '175705.777000', '175705.780000', '175705.783000', '175705.786000', '175705.788000', '175705.791000', '175705.794000', '175705.797000', '175705.800000', '175705.803000', '175705.806000', '175705.809000', '175705.811000', '175705.814000', '175705.817000', '175705.820000', '175705.823000', '175705.826000', '175705.829000', '175705.832000', '175705.834000', '175705.837000', '175705.841000', '175705.844000', '175705.846000', '175705.849000', '175705.852000', '175705.855000', '175705.858000', '175705.861000', '175705.864000', '175705.867000', '175725.743000', '175725.746000', '175725.749000', '175725.752000', '175725.755000', '175725.758000', '175725.761000', '175725.763000', '175725.766000', '175725.775000', '175725.778000', '175725.798000', '175725.801000', '175725.804000', '175725.807000', '175725.809000', '175725.812000', '175725.815000', '175725.818000', '175725.821000', '175725.824000', '175725.827000', '175725.830000', '175725.833000', '175725.835000', '175725.838000', '175725.841000', '175725.844000', '175725.847000', '175725.850000', '175725.853000', '175725.856000', '175725.858000', '175725.861000', '175725.866000', '175725.869000', '175725.872000', '175725.875000', '175725.878000', '175725.880000', '175725.883000', '175725.886000', '175725.889000', '175745.743000', '175745.746000', '175745.749000', '175745.752000', '175745.755000', '175745.757000', '175745.760000', '175745.763000', '175745.766000', '175745.769000', '175745.772000', '175745.775000', '175745.778000', '175745.781000', '175745.784000', '175745.786000', '175745.789000', '175745.792000', '175745.795000', '175745.798000', '175745.801000', '175745.804000', '175745.806000', '175745.809000', '175745.812000', '175745.815000', '175745.818000', '175745.821000', '175745.824000', '175745.826000', '175745.829000', '175745.832000', '175745.835000', '175745.838000', '175745.841000', '175745.844000', '175745.847000', '175745.850000', '175745.852000', '175745.855000', '175745.858000', '175745.861000', '175745.864000', '175745.867000', '175805.743000', '175805.746000', '175805.749000', '175805.752000', '175805.755000', '175805.758000', '175805.760000', '175805.763000', '175805.766000', '175805.769000', '175805.772000', '175805.775000', '175805.778000', '175805.781000', '175805.783000', '175805.786000', '175805.789000', '175805.792000', '175805.795000', '175805.798000', '175805.800000', '175805.803000', '175805.806000', '175805.809000', '175805.812000', '175805.815000', '175805.818000', '175805.822000', '175805.825000', '175805.828000', '175805.831000', '175805.834000', '175805.837000', '175805.840000', '175805.843000', '175805.845000', '175805.848000', '175805.851000', '175805.854000', '175805.857000', '175805.860000', '175805.863000', '175805.866000', '175825.743000', '175825.746000', '175825.749000', '175825.752000', '175825.755000', '175825.758000', '175825.760000', '175825.763000', '175825.766000', '175825.769000', '175825.772000', '175825.775000', '175825.778000', '175825.781000', '175825.784000', '175825.787000', '175825.790000', '175825.793000', '175825.796000', '175825.799000', '175825.801000', '175825.805000', '175825.807000', '175825.810000', '175825.813000', '175825.816000', '175825.819000', '175825.822000', '175825.825000', '175825.828000', '175825.831000', '175825.834000', '175825.837000', '175825.840000', '175825.843000', '175825.845000', '175825.848000', '175825.852000', '175825.855000', '175825.857000', '175825.860000', '175825.863000', '175825.866000', '175825.869000', '175845.742000', '175845.745000', '175845.748000', '175845.751000', '175845.754000', '175845.756000', '175845.759000', '175845.762000', '175845.765000', '175845.768000', '175845.771000', '175845.774000', '175845.776000', '175845.779000', '175845.782000', '175845.785000', '175845.788000', '175845.790000', '175845.793000', '175845.796000', '175845.799000', '175845.815000', '175845.818000', '175845.821000', '175845.824000', '175845.827000', '175845.830000', '175845.832000', '175845.835000', '175845.838000', '175845.841000', '175845.844000', '175845.847000', '175845.849000', '175845.852000', '175845.855000', '175845.858000', '175845.861000', '175845.864000', '175845.866000', '175845.869000', '175845.872000', '175845.875000', '175858.442000', '175858.446000', '175858.449000', '175858.452000', '175858.455000', '175858.458000', '175858.462000', '175858.465000', '175858.468000', '175858.471000', '175858.474000', '175858.476000', '175858.479000', '175858.482000', '175858.485000', '175858.488000', '175858.491000', '175858.494000', '175858.497000', '175858.500000', '175858.503000', '175858.506000', '175858.509000', '175858.512000', '175858.515000', '175858.518000', '175858.521000', '175858.523000'], 'InstanceCreationTime': ['175245.786000', '175245.790000', '175245.793000', '175245.796000', '175245.799000', '175245.802000', '175245.805000', '175245.815000', '175245.817000', '175245.820000', '175245.823000', '175245.826000', '175245.829000', '175245.832000', '175245.835000', '175245.837000', '175245.840000', '175245.843000', '175245.846000', '175245.849000', '175245.852000', '175245.855000', '175245.857000', '175245.860000', '175245.863000', '175245.866000', '175245.869000', '175245.899000', '175245.901000', '175245.905000', '175245.907000', '175245.910000', '175245.913000', '175245.916000', '175245.919000', '175245.922000', '175245.924000', '175245.927000', '175245.930000', '175245.933000', '175245.936000', '175245.939000', '175245.942000', '175245.944000', '175245.947000', '175245.950000', '175245.953000', '175245.956000', '175245.959000', '175245.962000', '175245.964000', '175245.967000', '175245.970000', '175245.973000', '175245.976000', '175245.979000', '175245.982000', '175245.985000', '175245.987000', '175245.990000', '175245.993000', '175305.743000', '175305.746000', '175305.749000', '175305.752000', '175305.755000', '175305.758000', '175305.761000', '175305.763000', '175305.766000', '175305.769000', '175305.772000', '175305.775000', '175305.778000', '175305.781000', '175305.784000', '175305.786000', '175305.789000', '175305.792000', '175305.795000', '175305.798000', '175305.801000', '175305.804000', '175305.806000', '175305.809000', '175305.812000', '175305.815000', '175305.818000', '175305.821000', '175305.824000', '175305.827000', '175305.829000', '175305.832000', '175305.835000', '175305.838000', '175305.841000', '175305.844000', '175305.847000', '175305.850000', '175305.852000', '175305.855000', '175305.858000', '175305.861000', '175305.864000', '175305.867000', '175325.743000', '175325.746000', '175325.749000', '175325.752000', '175325.755000', '175325.758000', '175325.761000', '175325.764000', '175325.767000', '175325.770000', '175325.773000', '175325.776000', '175325.778000', '175325.781000', '175325.784000', '175325.787000', '175325.790000', '175325.793000', '175325.796000', '175325.799000', '175325.801000', '175325.805000', '175325.808000', '175325.811000', '175325.814000', '175325.817000', '175325.820000', '175325.823000', '175325.826000', '175325.829000', '175325.832000', '175325.834000', '175325.837000', '175325.840000', '175325.843000', '175325.846000', '175325.849000', '175325.852000', '175325.855000', '175325.857000', '175325.860000', '175325.863000', '175325.866000', '175345.743000', '175345.746000', '175345.749000', '175345.751000', '175345.754000', '175345.757000', '175345.760000', '175345.763000', '175345.765000', '175345.768000', '175345.771000', '175345.774000', '175345.777000', '175345.780000', '175345.782000', '175345.785000', '175345.788000', '175345.791000', '175345.794000', '175345.797000', '175345.799000', '175345.802000', '175345.805000', '175345.808000', '175345.811000', '175345.814000', '175345.817000', '175345.819000', '175345.829000', '175345.832000', '175345.834000', '175345.837000', '175345.840000', '175345.843000', '175345.846000', '175345.849000', '175345.852000', '175345.855000', '175345.857000', '175345.860000', '175345.863000', '175345.866000', '175345.869000', '175345.871000', '175405.742000', '175405.745000', '175405.748000', '175405.751000', '175405.754000', '175405.756000', '175405.759000', '175405.762000', '175405.765000', '175405.768000', '175405.771000', '175405.774000', '175405.777000', '175405.779000', '175405.782000', '175405.785000', '175405.788000', '175405.791000', '175405.794000', '175405.797000', '175405.800000', '175405.802000', '175405.805000', '175405.808000', '175405.811000', '175405.814000', '175405.817000', '175405.820000', '175405.822000', '175405.825000', '175405.828000', '175405.831000', '175405.834000', '175405.837000', '175405.840000', '175405.842000', '175405.845000', '175405.848000', '175405.851000', '175405.854000', '175405.857000', '175405.860000', '175405.863000', '175425.742000', '175425.745000', '175425.748000', '175425.751000', '175425.754000', '175425.769000', '175425.772000', '175425.775000', '175425.784000', '175425.787000', '175425.790000', '175425.793000', '175425.796000', '175425.799000', '175425.801000', '175425.804000', '175425.807000', '175425.810000', '175425.813000', '175425.816000', '175425.819000', '175425.822000', '175425.824000', '175425.827000', '175425.830000', '175425.833000', '175425.836000', '175425.839000', '175425.842000', '175425.845000', '175425.847000', '175425.850000', '175425.853000', '175425.856000', '175425.859000', '175425.862000', '175425.865000', '175425.868000', '175425.870000', '175425.873000', '175425.876000', '175425.879000', '175425.882000', '175425.885000', '175445.742000', '175445.753000', '175445.756000', '175445.759000', '175445.762000', '175445.765000', '175445.768000', '175445.770000', '175445.773000', '175445.776000', '175445.779000', '175445.782000', '175445.785000', '175445.788000', '175445.791000', '175445.794000', '175445.797000', '175445.800000', '175445.803000', '175445.806000', '175445.809000', '175445.811000', '175445.814000', '175445.817000', '175445.820000', '175445.823000', '175445.826000', '175445.829000', '175445.831000', '175445.834000', '175445.837000', '175445.840000', '175445.843000', '175445.846000', '175445.849000', '175445.852000', '175445.854000', '175445.857000', '175445.860000', '175445.863000', '175445.866000', '175445.869000', '175445.872000', '175505.743000', '175505.746000', '175505.749000', '175505.752000', '175505.755000', '175505.758000', '175505.761000', '175505.764000', '175505.766000', '175505.769000', '175505.772000', '175505.775000', '175505.778000', '175505.781000', '175505.784000', '175505.787000', '175505.789000', '175505.792000', '175505.795000', '175505.798000', '175505.801000', '175505.804000', '175505.807000', '175505.810000', '175505.812000', '175505.815000', '175505.818000', '175505.821000', '175505.824000', '175505.827000', '175505.830000', '175505.833000', '175505.836000', '175505.839000', '175505.842000', '175505.844000', '175505.847000', '175505.850000', '175505.853000', '175505.856000', '175505.859000', '175505.861000', '175505.864000', '175505.867000', '175525.743000', '175525.746000', '175525.749000', '175525.752000', '175525.755000', '175525.758000', '175525.761000', '175525.763000', '175525.766000', '175525.769000', '175525.772000', '175525.775000', '175525.778000', '175525.781000', '175525.784000', '175525.786000', '175525.789000', '175525.792000', '175525.795000', '175525.798000', '175525.801000', '175525.804000', '175525.806000', '175525.809000', '175525.812000', '175525.815000', '175525.818000', '175525.821000', '175525.824000', '175525.827000', '175525.829000', '175525.832000', '175525.835000', '175525.838000', '175525.841000', '175525.844000', '175525.847000', '175525.850000', '175525.852000', '175525.855000', '175525.858000', '175525.861000', '175525.864000', '175545.743000', '175545.746000', '175545.749000', '175545.752000', '175545.755000', '175545.758000', '175545.760000', '175545.763000', '175545.766000', '175545.769000', '175545.772000', '175545.775000', '175545.778000', '175545.781000', '175545.783000', '175545.786000', '175545.789000', '175545.792000', '175545.795000', '175545.798000', '175545.800000', '175545.803000', '175545.806000', '175545.809000', '175545.812000', '175545.815000', '175545.818000', '175545.821000', '175545.823000', '175545.826000', '175545.834000', '175545.836000', '175545.839000', '175545.842000', '175545.845000', '175545.848000', '175545.851000', '175545.854000', '175545.856000', '175545.859000', '175545.862000', '175545.865000', '175545.868000', '175545.871000', '175605.743000', '175605.746000', '175605.749000', '175605.752000', '175605.755000', '175605.757000', '175605.760000', '175605.763000', '175605.766000', '175605.769000', '175605.772000', '175605.775000', '175605.777000', '175605.780000', '175605.783000', '175605.786000', '175605.789000', '175605.792000', '175605.795000', '175605.798000', '175605.800000', '175605.803000', '175605.806000', '175605.809000', '175605.812000', '175605.815000', '175605.817000', '175605.820000', '175605.823000', '175605.827000', '175605.830000', '175605.833000', '175605.836000', '175605.839000', '175605.842000', '175605.845000', '175605.847000', '175605.850000', '175605.853000', '175605.856000', '175605.859000', '175605.862000', '175605.865000', '175625.742000', '175625.745000', '175625.748000', '175625.751000', '175625.753000', '175625.756000', '175625.759000', '175625.762000', '175625.765000', '175625.768000', '175625.771000', '175625.774000', '175625.776000', '175625.779000', '175625.782000', '175625.785000', '175625.788000', '175625.791000', '175625.794000', '175625.797000', '175625.800000', '175625.802000', '175625.805000', '175625.808000', '175625.811000', '175625.814000', '175625.817000', '175625.820000', '175625.823000', '175625.825000', '175625.828000', '175625.831000', '175625.834000', '175625.837000', '175625.840000', '175625.846000', '175625.849000', '175625.852000', '175625.855000', '175625.858000', '175625.861000', '175625.863000', '175625.866000', '175625.869000', '175645.742000', '175645.745000', '175645.748000', '175645.751000', '175645.754000', '175645.757000', '175645.760000', '175645.762000', '175645.765000', '175645.768000', '175645.771000', '175645.774000', '175645.777000', '175645.779000', '175645.782000', '175645.785000', '175645.788000', '175645.791000', '175645.794000', '175645.797000', '175645.800000', '175645.802000', '175645.805000', '175645.808000', '175645.811000', '175645.814000', '175645.817000', '175645.820000', '175645.823000', '175645.825000', '175645.828000', '175645.831000', '175645.834000', '175645.837000', '175645.840000', '175645.842000', '175645.845000', '175645.848000', '175645.851000', '175645.854000', '175645.857000', '175645.859000', '175645.862000', '175705.742000', '175705.745000', '175705.748000', '175705.751000', '175705.754000', '175705.757000', '175705.759000', '175705.762000', '175705.765000', '175705.768000', '175705.771000', '175705.774000', '175705.777000', '175705.780000', '175705.783000', '175705.786000', '175705.788000', '175705.791000', '175705.794000', '175705.797000', '175705.800000', '175705.803000', '175705.806000', '175705.809000', '175705.811000', '175705.814000', '175705.817000', '175705.820000', '175705.823000', '175705.826000', '175705.829000', '175705.832000', '175705.834000', '175705.837000', '175705.841000', '175705.844000', '175705.846000', '175705.849000', '175705.852000', '175705.855000', '175705.858000', '175705.861000', '175705.864000', '175705.867000', '175725.743000', '175725.746000', '175725.749000', '175725.752000', '175725.755000', '175725.758000', '175725.761000', '175725.763000', '175725.766000', '175725.775000', '175725.778000', '175725.798000', '175725.801000', '175725.804000', '175725.807000', '175725.809000', '175725.812000', '175725.815000', '175725.818000', '175725.821000', '175725.824000', '175725.827000', '175725.830000', '175725.833000', '175725.835000', '175725.838000', '175725.841000', '175725.844000', '175725.847000', '175725.850000', '175725.853000', '175725.856000', '175725.858000', '175725.861000', '175725.866000', '175725.869000', '175725.872000', '175725.875000', '175725.878000', '175725.880000', '175725.883000', '175725.886000', '175725.889000', '175745.743000', '175745.746000', '175745.749000', '175745.752000', '175745.755000', '175745.757000', '175745.760000', '175745.763000', '175745.766000', '175745.769000', '175745.772000', '175745.775000', '175745.778000', '175745.781000', '175745.784000', '175745.786000', '175745.789000', '175745.792000', '175745.795000', '175745.798000', '175745.801000', '175745.804000', '175745.806000', '175745.809000', '175745.812000', '175745.815000', '175745.818000', '175745.821000', '175745.824000', '175745.826000', '175745.829000', '175745.832000', '175745.835000', '175745.838000', '175745.841000', '175745.844000', '175745.847000', '175745.850000', '175745.852000', '175745.855000', '175745.858000', '175745.861000', '175745.864000', '175745.867000', '175805.743000', '175805.746000', '175805.749000', '175805.752000', '175805.755000', '175805.758000', '175805.760000', '175805.763000', '175805.766000', '175805.769000', '175805.772000', '175805.775000', '175805.778000', '175805.781000', '175805.783000', '175805.786000', '175805.789000', '175805.792000', '175805.795000', '175805.798000', '175805.800000', '175805.803000', '175805.806000', '175805.809000', '175805.812000', '175805.815000', '175805.818000', '175805.822000', '175805.825000', '175805.828000', '175805.831000', '175805.834000', '175805.837000', '175805.840000', '175805.843000', '175805.845000', '175805.848000', '175805.851000', '175805.854000', '175805.857000', '175805.860000', '175805.863000', '175805.866000', '175825.743000', '175825.746000', '175825.749000', '175825.752000', '175825.755000', '175825.758000', '175825.760000', '175825.763000', '175825.766000', '175825.769000', '175825.772000', '175825.775000', '175825.778000', '175825.781000', '175825.784000', '175825.787000', '175825.790000', '175825.793000', '175825.796000', '175825.799000', '175825.801000', '175825.805000', '175825.807000', '175825.810000', '175825.813000', '175825.816000', '175825.819000', '175825.822000', '175825.825000', '175825.828000', '175825.831000', '175825.834000', '175825.837000', '175825.840000', '175825.843000', '175825.845000', '175825.848000', '175825.852000', '175825.855000', '175825.857000', '175825.860000', '175825.863000', '175825.866000', '175825.869000', '175845.742000', '175845.745000', '175845.748000', '175845.751000', '175845.754000', '175845.756000', '175845.759000', '175845.762000', '175845.765000', '175845.768000', '175845.771000', '175845.774000', '175845.776000', '175845.779000', '175845.782000', '175845.785000', '175845.788000', '175845.790000', '175845.793000', '175845.796000', '175845.799000', '175845.815000', '175845.818000', '175845.821000', '175845.824000', '175845.827000', '175845.830000', '175845.832000', '175845.835000', '175845.838000', '175845.841000', '175845.844000', '175845.847000', '175845.849000', '175845.852000', '175845.855000', '175845.858000', '175845.861000', '175845.864000', '175845.866000', '175845.869000', '175845.872000', '175845.875000', '175858.442000', '175858.446000', '175858.449000', '175858.452000', '175858.455000', '175858.458000', '175858.462000', '175858.465000', '175858.468000', '175858.471000', '175858.474000', '175858.476000', '175858.479000', '175858.482000', '175858.485000', '175858.488000', '175858.491000', '175858.494000', '175858.497000', '175858.500000', '175858.503000', '175858.506000', '175858.509000', '175858.512000', '175858.515000', '175858.518000', '175858.521000', '175858.523000'], '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': [10001, 13881, 8982, 9592, 13947, 9539, 12554, 9422, 13214, 8285, 9470, 13207, 9480, 11973, 9047, 9733, 13799, 9386, 11537, 8988, 9769, 10521, 9576, 13404, 8839, 11636, 9369, 9676, 13069, 9708, 12859, 8790, 9446, 10079, 9445, 12313, 9179, 11744, 9624, 12101, 9356, 11029, 8569, 9203, 12426, 9134, 12215, 9331, 10683, 10276, 9543, 13514, 9165, 11793, 9379, 11705, 7818, 9200, 13003, 9580, 12948, 9524, 11801, 8653, 9138, 12216, 9530, 12592, 9215, 11229, 9598, 8661, 10339, 12266, 10162, 8672, 10456, 13555, 17006, 13675, 10351, 9605, 8311, 9072, 10425, 8873, 8650, 9358, 10630, 11288, 13575, 11684, 14966, 12205, 15776, 10801, 15710, 14739, 10188, 11552, 9234, 16488, 11100, 13622, 10620, 11284, 8318, 10045, 10248, 9325, 8343, 8219, 9816, 9936, 9446, 8650, 9126, 9421, 9827, 9245, 8430, 9933, 9783, 8318, 9989, 9222, 11403, 8963, 11825, 9621, 9812, 10195, 10069, 12847, 10007, 8718, 12375, 9320, 12596, 10619, 13631, 9749, 8862, 17344, 12930, 11611, 9137, 14409, 12160, 8554, 9369, 10254, 12771, 15614, 14176, 11920, 17028, 14970, 16333, 16664, 15156, 17390, 12301, 17311, 13901, 17962, 12973, 15473, 11659, 8469, 11537, 8731, 11866, 10948, 10348, 10485, 9584, 11196, 9073, 11269, 8967, 9085, 10026, 8866, 8475, 9151, 9949, 11084, 9471, 11002, 9606, 8855, 9844, 9646, 13196, 9746, 8567, 10289, 8634, 12366, 9273, 12458, 10048, 13163, 9672, 8947, 10933, 10289, 12349, 11940, 13844, 10491, 11962, 15579, 14487, 12306, 14983, 14316, 11120, 11629, 15331, 16206, 12186, 17570, 13534, 18155, 13241, 17650, 14780, 14084, 13512, 10604, 16423, 12522, 16570, 10988, 16308, 10158, 16561, 9914, 14789, 9029, 8660, 9503, 8297, 9019, 10979, 9645, 12423, 9361, 8626, 9009, 9328, 11027, 9652, 10530, 9497, 9878, 13972, 9834, 13586, 10289, 13367, 9701, 13892, 9851, 12720, 9934, 10115, 10921, 12171, 12316, 11796, 12646, 10690, 14452, 10437, 14197, 12773, 16634, 11907, 16303, 11990, 14834, 11149, 15396, 10685, 15001, 10143, 16582, 14259, 13517, 16466, 9969, 13776, 17893, 12841, 18297, 9868, 8504, 11765, 13622, 13170, 10184, 8152, 10654, 13666, 10096, 15700, 11531, 15541, 13256, 10478, 11459, 10435, 16436, 12634, 15226, 16460, 12756, 13622, 9339, 11986, 9584, 9306, 11962, 9378, 8800, 10643, 8889, 13540, 9128, 9069, 10778, 9178, 8933, 10100, 9860, 12811, 9272, 13166, 9876, 9656, 10250, 9801, 8788, 9680, 11462, 11874, 13150, 11008, 12388, 12054, 10965, 12374, 10060, 14621, 10070, 15151, 11441, 16119, 11227, 15557, 10567, 15814, 9753, 16236, 9783, 17132, 12542, 17995, 13222, 15825, 12960, 9729, 12412, 15591, 11567, 16453, 9058, 7765, 16168, 16475, 10436, 9314, 11247, 10284, 15264, 8735, 10905, 12042, 10767, 11336, 11038, 10457, 16387, 11436, 12271, 11760, 8585, 16846, 13570, 14363, 12885, 9749, 13044, 9446, 15295, 9511, 8414, 8937, 7811, 7318, 8741, 8656, 8077, 8428, 8815, 8298, 9814, 8929, 10091, 9960, 8177, 9495, 8787, 8624, 8884, 8623, 12327, 9009, 12195, 9523, 12355, 10874, 11660, 13839, 13397, 13372, 12201, 13131, 9481, 13951, 11103, 10006, 11016, 10281, 13508, 17045, 14477, 16302, 14460, 16566, 15259, 14901, 15266, 11256, 18276, 14900, 17190, 15692, 15176, 11924, 9177, 10970, 9237, 16334, 9234, 10736, 8333, 8025, 11112, 8579, 8444, 9827, 9102, 8794, 10286, 9072, 10294, 9584, 8036, 9241, 8779, 8241, 9545, 8655, 10455, 9010, 11380, 8733, 8756, 12563, 8514, 12633, 8943, 13510, 11703, 8948, 12781, 8563, 10600, 8723, 12157, 11245, 8006, 13430, 10477, 16075, 12956, 17315, 15054, 17384, 15284, 16080, 14953, 17045, 14925, 18840, 15671, 18251, 13012, 15453, 12033, 12784, 12001, 8681, 10220, 9089, 16126, 10890, 17269, 10688, 10584, 10028, 9168, 11151, 8614, 13955, 8874, 13060, 9587, 10191, 8946, 8997, 11789, 8906, 11284, 9027, 12435, 8676, 11739, 8928, 9399, 10587, 8778, 14576, 9317, 12628, 12736, 9607, 14452, 16111, 12953, 10299, 13197, 12599, 11410, 9059, 9929, 13292, 10320, 9506, 13355, 12811, 14453, 14126, 11954, 15016, 10756, 16012, 15859, 15774, 16439, 12355, 18356, 10549, 17734, 9229, 12895, 11848, 8879, 11680, 8840, 9155, 10249, 9484, 9383, 9687, 9322, 10921, 9620, 11108, 9325, 8461, 10830, 9824, 8385, 10488, 9245, 12825, 9017, 13749, 9214, 11853, 9094, 8908, 9502, 9346, 11460, 14091, 12618, 9517, 10081, 11433, 9230, 13888, 11139, 8825, 13458, 13309, 13668, 15921, 13269, 15374, 15495, 17849, 11350, 17313, 13403, 17476, 13243, 16470, 11980, 15424, 10510, 17347, 11882, 17931, 15693, 17478, 11351, 14575, 9891, 10585, 10214, 8971, 10605, 8779, 15730, 9134, 15756, 8926, 11417, 10058, 9017, 12114, 8521, 9390, 8780, 9308, 9662, 9387, 11518, 9020, 8785, 10444, 10162, 11281, 10089, 10644, 10713, 10991, 10554, 12238, 10445, 10048, 13019, 8327, 10506, 11334, 11775, 12335, 9347, 13322, 12762, 9832, 13587, 12947, 14239, 12132, 13170, 9090, 12419, 15315, 15305, 15964, 18021, 15538, 18516, 16912, 17935, 16007, 16757, 12916, 15991, 14523, 17209, 16522, 14891, 10431, 9342, 8949, 8074, 12068, 9484, 12956, 8598, 15302, 8672, 12486, 8679, 8436, 10547, 9238, 11291, 8827, 11015, 8720, 9498, 9017, 9364, 10320, 9481, 10451, 8937, 11543, 8778, 14725, 9479, 11913, 10039, 11066, 9744, 12631, 8687, 11103, 12283, 9542, 15120, 13329, 11344, 15348, 9917, 13659, 9733, 10840, 12709, 13884, 12399, 15786, 12716, 14273, 15129, 15819, 20187, 15949, 13855, 12395, 16168, 13986, 10187, 16740, 13114, 12437, 9895, 11738, 16848, 13020, 15244, 14266, 15355, 14871, 12313, 11499, 9299, 15353, 10223, 10905, 9423, 9094, 11620, 9769, 8777, 13169, 9480, 8981, 10636, 8722, 12658, 8543, 8391, 9021, 8844, 8606, 8410, 8868, 13198, 9606, 10952, 9378, 10473, 8559, 8906, 9214, 8961, 11992, 9733, 10093, 9594, 12349, 10019, 12765, 9950, 11271, 12718, 7712, 13379, 9322, 13836, 12993, 12015, 13505, 10950, 11975, 11528, 9256, 18102, 14812, 19435, 13227, 9008, 10756, 15518, 12869, 13824, 13644, 9068, 8511, 9584, 11412, 10244, 9563, 16081, 12381, 13006, 9277, 9428, 8548, 14759, 11237, 15766], 'WindowCenter': [4491.0, 4505.0, 4441.0, 4452.0, 4475.0, 4437.0, 4465.0, 4436.0, 4476.0, 4412.0, 4435.0, 4462.0, 4433.0, 4453.0, 4412.0, 4434.0, 4460.0, 4422.0, 4441.0, 4412.0, 4433.0, 4432.0, 4421.0, 4460.0, 4410.0, 4451.0, 4410.0, 4424.0, 4451.0, 4422.0, 4461.0, 4410.0, 4422.0, 4445.0, 4448.0, 4467.0, 4437.0, 4463.0, 4435.0, 4462.0, 4424.0, 4453.0, 4414.0, 4425.0, 4452.0, 4424.0, 4464.0, 4423.0, 4443.0, 4432.0, 4423.0, 4459.0, 4420.0, 4453.0, 4412.0, 4452.0, 4388.0, 4423.0, 4447.0, 4421.0, 4449.0, 4420.0, 4439.0, 4399.0, 4410.0, 4437.0, 4418.0, 4450.0, 4409.0, 4442.0, 4435.0, 4424.0, 4431.0, 4452.0, 4435.0, 4400.0, 4471.0, 4465.0, 4486.0, 4462.0, 4420.0, 4400.0, 4392.0, 4415.0, 4447.0, 4452.0, 4430.0, 4438.0, 4449.0, 4446.0, 4466.0, 4441.0, 4460.0, 4441.0, 4458.0, 4417.0, 4446.0, 4446.0, 4394.0, 4412.0, 4383.0, 4441.0, 4403.0, 4420.0, 4406.0, 4403.0, 4359.0, 4380.0, 4379.0, 4371.0, 4358.0, 4363.0, 4394.0, 4392.0, 4408.0, 4386.0, 4397.0, 4410.0, 4417.0, 4410.0, 4402.0, 4421.0, 4433.0, 4417.0, 4445.0, 4436.0, 4466.0, 4439.0, 4469.0, 4462.0, 4463.0, 4475.0, 4464.0, 4481.0, 4462.0, 4442.0, 4496.0, 4456.0, 4484.0, 4463.0, 4482.0, 4466.0, 4460.0, 4528.0, 4484.0, 4461.0, 4432.0, 4455.0, 4459.0, 4420.0, 4416.0, 4426.0, 4444.0, 4455.0, 4467.0, 4456.0, 4473.0, 4452.0, 4450.0, 4447.0, 4436.0, 4445.0, 4416.0, 4442.0, 4423.0, 4445.0, 4437.0, 4431.0, 4413.0, 4362.0, 4413.0, 4371.0, 4396.0, 4388.0, 4376.0, 4377.0, 4379.0, 4388.0, 4369.0, 4397.0, 4382.0, 4395.0, 4403.0, 4395.0, 4385.0, 4393.0, 4403.0, 4424.0, 4407.0, 4427.0, 4419.0, 4421.0, 4444.0, 4446.0, 4463.0, 4436.0, 4425.0, 4447.0, 4437.0, 4476.0, 4450.0, 4483.0, 4464.0, 4491.0, 4450.0, 4416.0, 4457.0, 4475.0, 4493.0, 4496.0, 4493.0, 4460.0, 4472.0, 4491.0, 4465.0, 4471.0, 4490.0, 4492.0, 4447.0, 4444.0, 4465.0, 4472.0, 4440.0, 4472.0, 4452.0, 4469.0, 4438.0, 4455.0, 4447.0, 4422.0, 4422.0, 4391.0, 4432.0, 4411.0, 4429.0, 4389.0, 4429.0, 4377.0, 4427.0, 4380.0, 4430.0, 4372.0, 4370.0, 4377.0, 4356.0, 4366.0, 4402.0, 4392.0, 4410.0, 4382.0, 4383.0, 4396.0, 4410.0, 4428.0, 4420.0, 4429.0, 4420.0, 4432.0, 4472.0, 4433.0, 4450.0, 4445.0, 4476.0, 4439.0, 4475.0, 4436.0, 4464.0, 4447.0, 4432.0, 4454.0, 4478.0, 4480.0, 4466.0, 4466.0, 4448.0, 4474.0, 4458.0, 4474.0, 4479.0, 4485.0, 4444.0, 4474.0, 4442.0, 4449.0, 4415.0, 4446.0, 4417.0, 4460.0, 4419.0, 4472.0, 4448.0, 4438.0, 4446.0, 4394.0, 4437.0, 4461.0, 4455.0, 4470.0, 4405.0, 4374.0, 4404.0, 4425.0, 4438.0, 4407.0, 4375.0, 4407.0, 4435.0, 4419.0, 4457.0, 4415.0, 4442.0, 4422.0, 4392.0, 4403.0, 4401.0, 4442.0, 4422.0, 4431.0, 4442.0, 4410.0, 4420.0, 4382.0, 4399.0, 4379.0, 4368.0, 4409.0, 4379.0, 4368.0, 4388.0, 4369.0, 4432.0, 4395.0, 4385.0, 4413.0, 4407.0, 4394.0, 4415.0, 4417.0, 4436.0, 4410.0, 4463.0, 4434.0, 4423.0, 4433.0, 4436.0, 4414.0, 4435.0, 4442.0, 4468.0, 4463.0, 4445.0, 4465.0, 4467.0, 4444.0, 4464.0, 4438.0, 4475.0, 4435.0, 4473.0, 4457.0, 4487.0, 4446.0, 4474.0, 4433.0, 4461.0, 4412.0, 4472.0, 4411.0, 4470.0, 4440.0, 4455.0, 4427.0, 4462.0, 4436.0, 4396.0, 4413.0, 4434.0, 4431.0, 4458.0, 4400.0, 4368.0, 4445.0, 4447.0, 4392.0, 4373.0, 4394.0, 4384.0, 4448.0, 4364.0, 4395.0, 4416.0, 4406.0, 4418.0, 4404.0, 4403.0, 4430.0, 4403.0, 4409.0, 4409.0, 4371.0, 4428.0, 4408.0, 4407.0, 4397.0, 4366.0, 4395.0, 4379.0, 4414.0, 4366.0, 4345.0, 4367.0, 4351.0, 4350.0, 4373.0, 4374.0, 4362.0, 4359.0, 4386.0, 4374.0, 4405.0, 4398.0, 4420.0, 4434.0, 4429.0, 4448.0, 4430.0, 4428.0, 4439.0, 4445.0, 4481.0, 4453.0, 4483.0, 4443.0, 4457.0, 4466.0, 4478.0, 4495.0, 4482.0, 4461.0, 4448.0, 4434.0, 4442.0, 4444.0, 4440.0, 4441.0, 4436.0, 4423.0, 4455.0, 4476.0, 4453.0, 4448.0, 4436.0, 4434.0, 4423.0, 4424.0, 4422.0, 4392.0, 4430.0, 4420.0, 4417.0, 4408.0, 4405.0, 4375.0, 4343.0, 4363.0, 4346.0, 4415.0, 4358.0, 4377.0, 4345.0, 4338.0, 4374.0, 4343.0, 4346.0, 4374.0, 4369.0, 4371.0, 4391.0, 4383.0, 4402.0, 4408.0, 4376.0, 4409.0, 4412.0, 4401.0, 4420.0, 4429.0, 4457.0, 4429.0, 4443.0, 4416.0, 4427.0, 4464.0, 4429.0, 4482.0, 4431.0, 4458.0, 4430.0, 4470.0, 4481.0, 4445.0, 4463.0, 4433.0, 4472.0, 4461.0, 4436.0, 4493.0, 4476.0, 4503.0, 4481.0, 4487.0, 4477.0, 4477.0, 4463.0, 4460.0, 4448.0, 4435.0, 4425.0, 4443.0, 4422.0, 4433.0, 4412.0, 4432.0, 4402.0, 4410.0, 4398.0, 4343.0, 4365.0, 4356.0, 4416.0, 4388.0, 4429.0, 4388.0, 4388.0, 4376.0, 4365.0, 4383.0, 4356.0, 4406.0, 4381.0, 4421.0, 4391.0, 4389.0, 4368.0, 4395.0, 4422.0, 4393.0, 4410.0, 4393.0, 4425.0, 4412.0, 4440.0, 4411.0, 4409.0, 4441.0, 4414.0, 4471.0, 4437.0, 4442.0, 4443.0, 4401.0, 4465.0, 4489.0, 4468.0, 4426.0, 4442.0, 4432.0, 4447.0, 4402.0, 4415.0, 4442.0, 4436.0, 4422.0, 4454.0, 4451.0, 4452.0, 4440.0, 4428.0, 4433.0, 4405.0, 4443.0, 4444.0, 4430.0, 4431.0, 4399.0, 4428.0, 4377.0, 4415.0, 4369.0, 4411.0, 4399.0, 4357.0, 4385.0, 4357.0, 4355.0, 4377.0, 4380.0, 4365.0, 4367.0, 4370.0, 4400.0, 4407.0, 4415.0, 4394.0, 4386.0, 4428.0, 4421.0, 4387.0, 4429.0, 4410.0, 4450.0, 4413.0, 4476.0, 4437.0, 4455.0, 4425.0, 4415.0, 4424.0, 4428.0, 4471.0, 4489.0, 4467.0, 4428.0, 4435.0, 4446.0, 4453.0, 4489.0, 4474.0, 4440.0, 4476.0, 4492.0, 4480.0, 4500.0, 4480.0, 4489.0, 4475.0, 4473.0, 4433.0, 4461.0, 4439.0, 4463.0, 4439.0, 4436.0, 4405.0, 4420.0, 4392.0, 4430.0, 4412.0, 4427.0, 4418.0, 4429.0, 4391.0, 4418.0, 4378.0, 4387.0, 4390.0, 4356.0, 4375.0, 4358.0, 4429.0, 4380.0, 4415.0, 4358.0, 4396.0, 4379.0, 4382.0, 4409.0, 4371.0, 4382.0, 4383.0, 4395.0, 4393.0, 4395.0, 4413.0, 4397.0, 4399.0, 4428.0, 4419.0, 4427.0, 4445.0, 4445.0, 4447.0, 4443.0, 4446.0, 4467.0, 4470.0, 4449.0, 4490.0, 4430.0, 4461.0, 4459.0, 4459.0, 4473.0, 4439.0, 4503.0, 4492.0, 4441.0, 4457.0, 4483.0, 4481.0, 4458.0, 4482.0, 4429.0, 4444.0, 4478.0, 4464.0, 4476.0, 4472.0, 4460.0, 4456.0, 4448.0, 4447.0, 4435.0, 4432.0, 4412.0, 4417.0, 4433.0, 4442.0, 4431.0, 4417.0, 4377.0, 4354.0, 4358.0, 4336.0, 4399.0, 4377.0, 4409.0, 4361.0, 4416.0, 4373.0, 4411.0, 4369.0, 4372.0, 4400.0, 4392.0, 4400.0, 4383.0, 4413.0, 4386.0, 4396.0, 4384.0, 4395.0, 4403.0, 4406.0, 4418.0, 4412.0, 4427.0, 4400.0, 4460.0, 4434.0, 4466.0, 4448.0, 4456.0, 4449.0, 4467.0, 4425.0, 4443.0, 4463.0, 4450.0, 4499.0, 4466.0, 4458.0, 4484.0, 4435.0, 4477.0, 4436.0, 4457.0, 4481.0, 4475.0, 4478.0, 4485.0, 4456.0, 4451.0, 4452.0, 4465.0, 4486.0, 4463.0, 4436.0, 4417.0, 4425.0, 4424.0, 4399.0, 4458.0, 4439.0, 4414.0, 4382.0, 4417.0, 4445.0, 4425.0, 4431.0, 4420.0, 4432.0, 4431.0, 4400.0, 4386.0, 4368.0, 4415.0, 4377.0, 4387.0, 4355.0, 4358.0, 4376.0, 4367.0, 4359.0, 4408.0, 4368.0, 4356.0, 4378.0, 4360.0, 4397.0, 4359.0, 4372.0, 4399.0, 4398.0, 4373.0, 4387.0, 4402.0, 4436.0, 4408.0, 4416.0, 4413.0, 4433.0, 4415.0, 4413.0, 4413.0, 4423.0, 4455.0, 4436.0, 4433.0, 4437.0, 4456.0, 4451.0, 4468.0, 4450.0, 4447.0, 4481.0, 4407.0, 4480.0, 4437.0, 4490.0, 4479.0, 4471.0, 4469.0, 4448.0, 4442.0, 4441.0, 4413.0, 4498.0, 4466.0, 4490.0, 4440.0, 4390.0, 4397.0, 4430.0, 4435.0, 4445.0, 4453.0, 4379.0, 4365.0, 4363.0, 4406.0, 4397.0, 4399.0, 4448.0, 4416.0, 4424.0, 4373.0, 4369.0, 4362.0, 4417.0, 4391.0, 4416.0], 'WindowWidth': [9886.0, 9894.0, 9797.0, 9810.0, 9833.0, 9783.0, 9817.0, 9780.0, 9833.0, 9744.0, 9776.0, 9808.0, 9769.0, 9798.0, 9740.0, 9772.0, 9803.0, 9754.0, 9779.0, 9740.0, 9770.0, 9765.0, 9751.0, 9804.0, 9738.0, 9792.0, 9735.0, 9758.0, 9789.0, 9752.0, 9803.0, 9735.0, 9754.0, 9791.0, 9800.0, 9826.0, 9783.0, 9814.0, 9778.0, 9809.0, 9760.0, 9800.0, 9743.0, 9762.0, 9795.0, 9761.0, 9813.0, 9757.0, 9785.0, 9766.0, 9755.0, 9799.0, 9747.0, 9793.0, 9739.0, 9794.0, 9703.0, 9755.0, 9782.0, 9751.0, 9786.0, 9746.0, 9774.0, 9717.0, 9734.0, 9765.0, 9742.0, 9787.0, 9730.0, 9779.0, 9778.0, 9762.0, 9765.0, 9794.0, 9774.0, 9719.0, 9838.0, 9812.0, 9843.0, 9805.0, 9742.0, 9715.0, 9707.0, 9742.0, 9792.0, 9810.0, 9778.0, 9785.0, 9794.0, 9790.0, 9815.0, 9772.0, 9799.0, 9773.0, 9794.0, 9735.0, 9770.0, 9771.0, 9697.0, 9719.0, 9681.0, 9760.0, 9709.0, 9726.0, 9716.0, 9704.0, 9644.0, 9671.0, 9667.0, 9661.0, 9641.0, 9654.0, 9697.0, 9693.0, 9724.0, 9691.0, 9707.0, 9730.0, 9738.0, 9731.0, 9722.0, 9747.0, 9769.0, 9754.0, 9789.0, 9778.0, 9818.0, 9784.0, 9825.0, 9825.0, 9823.0, 9846.0, 9829.0, 9844.0, 9822.0, 9792.0, 9872.0, 9818.0, 9852.0, 9820.0, 9842.0, 9833.0, 9828.0, 9924.0, 9854.0, 9818.0, 9773.0, 9791.0, 9806.0, 9756.0, 9742.0, 9754.0, 9775.0, 9791.0, 9818.0, 9804.0, 9820.0, 9789.0, 9782.0, 9775.0, 9758.0, 9773.0, 9730.0, 9761.0, 9731.0, 9773.0, 9762.0, 9745.0, 9721.0, 9651.0, 9721.0, 9664.0, 9688.0, 9680.0, 9661.0, 9662.0, 9669.0, 9677.0, 9657.0, 9693.0, 9681.0, 9704.0, 9713.0, 9704.0, 9690.0, 9697.0, 9712.0, 9742.0, 9726.0, 9750.0, 9745.0, 9751.0, 9789.0, 9794.0, 9809.0, 9778.0, 9762.0, 9796.0, 9784.0, 9831.0, 9805.0, 9851.0, 9829.0, 9858.0, 9801.0, 9745.0, 9806.0, 9846.0, 9866.0, 9878.0, 9863.0, 9816.0, 9832.0, 9856.0, 9812.0, 9835.0, 9853.0, 9861.0, 9791.0, 9785.0, 9813.0, 9822.0, 9772.0, 9819.0, 9790.0, 9811.0, 9766.0, 9785.0, 9773.0, 9733.0, 9731.0, 9688.0, 9747.0, 9714.0, 9738.0, 9682.0, 9735.0, 9663.0, 9733.0, 9670.0, 9742.0, 9667.0, 9660.0, 9664.0, 9635.0, 9647.0, 9706.0, 9695.0, 9713.0, 9681.0, 9686.0, 9708.0, 9734.0, 9756.0, 9748.0, 9757.0, 9747.0, 9767.0, 9818.0, 9767.0, 9784.0, 9789.0, 9829.0, 9783.0, 9825.0, 9776.0, 9810.0, 9793.0, 9767.0, 9800.0, 9839.0, 9843.0, 9818.0, 9817.0, 9794.0, 9823.0, 9810.0, 9824.0, 9841.0, 9841.0, 9784.0, 9823.0, 9776.0, 9779.0, 9728.0, 9771.0, 9734.0, 9800.0, 9743.0, 9819.0, 9778.0, 9766.0, 9770.0, 9698.0, 9758.0, 9801.0, 9799.0, 9813.0, 9719.0, 9671.0, 9707.0, 9738.0, 9761.0, 9720.0, 9676.0, 9720.0, 9756.0, 9742.0, 9789.0, 9730.0, 9762.0, 9736.0, 9690.0, 9707.0, 9706.0, 9762.0, 9736.0, 9745.0, 9764.0, 9715.0, 9729.0, 9680.0, 9697.0, 9670.0, 9654.0, 9709.0, 9671.0, 9655.0, 9680.0, 9659.0, 9748.0, 9703.0, 9689.0, 9725.0, 9724.0, 9702.0, 9730.0, 9737.0, 9761.0, 9732.0, 9808.0, 9771.0, 9752.0, 9768.0, 9777.0, 9743.0, 9774.0, 9777.0, 9823.0, 9807.0, 9785.0, 9814.0, 9819.0, 9783.0, 9810.0, 9782.0, 9825.0, 9774.0, 9820.0, 9805.0, 9844.0, 9787.0, 9822.0, 9767.0, 9799.0, 9734.0, 9814.0, 9733.0, 9810.0, 9767.0, 9786.0, 9746.0, 9804.0, 9761.0, 9703.0, 9717.0, 9747.0, 9759.0, 9796.0, 9718.0, 9670.0, 9767.0, 9775.0, 9690.0, 9661.0, 9690.0, 9681.0, 9774.0, 9648.0, 9693.0, 9728.0, 9715.0, 9738.0, 9711.0, 9709.0, 9739.0, 9707.0, 9711.0, 9711.0, 9664.0, 9733.0, 9707.0, 9703.0, 9687.0, 9644.0, 9682.0, 9666.0, 9705.0, 9645.0, 9613.0, 9650.0, 9638.0, 9636.0, 9670.0, 9670.0, 9653.0, 9643.0, 9692.0, 9671.0, 9716.0, 9713.0, 9742.0, 9771.0, 9772.0, 9796.0, 9775.0, 9770.0, 9788.0, 9801.0, 9844.0, 9813.0, 9850.0, 9792.0, 9799.0, 9828.0, 9844.0, 9866.0, 9841.0, 9809.0, 9784.0, 9757.0, 9788.0, 9775.0, 9775.0, 9783.0, 9769.0, 9750.0, 9795.0, 9831.0, 9794.0, 9779.0, 9758.0, 9752.0, 9733.0, 9734.0, 9728.0, 9688.0, 9740.0, 9723.0, 9715.0, 9702.0, 9693.0, 9652.0, 9606.0, 9631.0, 9614.0, 9707.0, 9636.0, 9661.0, 9616.0, 9609.0, 9649.0, 9608.0, 9615.0, 9655.0, 9656.0, 9662.0, 9687.0, 9682.0, 9706.0, 9722.0, 9679.0, 9730.0, 9740.0, 9721.0, 9748.0, 9773.0, 9806.0, 9768.0, 9780.0, 9749.0, 9765.0, 9812.0, 9774.0, 9844.0, 9772.0, 9800.0, 9747.0, 9846.0, 9843.0, 9801.0, 9821.0, 9779.0, 9830.0, 9814.0, 9792.0, 9866.0, 9846.0, 9877.0, 9846.0, 9849.0, 9834.0, 9833.0, 9805.0, 9797.0, 9778.0, 9754.0, 9741.0, 9765.0, 9732.0, 9752.0, 9720.0, 9747.0, 9701.0, 9713.0, 9692.0, 9610.0, 9642.0, 9633.0, 9714.0, 9682.0, 9737.0, 9679.0, 9680.0, 9660.0, 9645.0, 9667.0, 9637.0, 9699.0, 9679.0, 9730.0, 9693.0, 9684.0, 9657.0, 9702.0, 9734.0, 9699.0, 9714.0, 9699.0, 9742.0, 9738.0, 9771.0, 9734.0, 9728.0, 9777.0, 9743.0, 9814.0, 9781.0, 9775.0, 9775.0, 9711.0, 9810.0, 9851.0, 9821.0, 9752.0, 9769.0, 9753.0, 9787.0, 9717.0, 9736.0, 9767.0, 9775.0, 9751.0, 9795.0, 9787.0, 9789.0, 9770.0, 9750.0, 9751.0, 9712.0, 9764.0, 9765.0, 9740.0, 9744.0, 9694.0, 9733.0, 9660.0, 9710.0, 9654.0, 9716.0, 9694.0, 9635.0, 9668.0, 9637.0, 9631.0, 9661.0, 9674.0, 9647.0, 9651.0, 9658.0, 9699.0, 9723.0, 9728.0, 9700.0, 9692.0, 9753.0, 9750.0, 9698.0, 9755.0, 9734.0, 9783.0, 9741.0, 9830.0, 9780.0, 9800.0, 9760.0, 9745.0, 9753.0, 9770.0, 9830.0, 9855.0, 9819.0, 9765.0, 9769.0, 9786.0, 9816.0, 9853.0, 9839.0, 9787.0, 9830.0, 9866.0, 9841.0, 9871.0, 9841.0, 9854.0, 9831.0, 9824.0, 9766.0, 9800.0, 9765.0, 9808.0, 9766.0, 9758.0, 9712.0, 9725.0, 9689.0, 9739.0, 9720.0, 9731.0, 9719.0, 9739.0, 9689.0, 9721.0, 9666.0, 9677.0, 9685.0, 9636.0, 9659.0, 9643.0, 9738.0, 9673.0, 9711.0, 9641.0, 9688.0, 9672.0, 9679.0, 9710.0, 9667.0, 9679.0, 9686.0, 9705.0, 9698.0, 9704.0, 9722.0, 9709.0, 9717.0, 9753.0, 9742.0, 9751.0, 9790.0, 9789.0, 9794.0, 9781.0, 9790.0, 9820.0, 9831.0, 9798.0, 9856.0, 9775.0, 9818.0, 9810.0, 9808.0, 9832.0, 9787.0, 9882.0, 9863.0, 9786.0, 9799.0, 9846.0, 9840.0, 9806.0, 9846.0, 9768.0, 9780.0, 9834.0, 9811.0, 9830.0, 9822.0, 9801.0, 9789.0, 9777.0, 9775.0, 9756.0, 9743.0, 9718.0, 9716.0, 9750.0, 9761.0, 9741.0, 9718.0, 9659.0, 9626.0, 9634.0, 9604.0, 9693.0, 9664.0, 9709.0, 9648.0, 9713.0, 9670.0, 9719.0, 9660.0, 9668.0, 9703.0, 9695.0, 9701.0, 9683.0, 9726.0, 9693.0, 9704.0, 9685.0, 9700.0, 9711.0, 9717.0, 9739.0, 9738.0, 9748.0, 9716.0, 9797.0, 9772.0, 9817.0, 9799.0, 9804.0, 9799.0, 9819.0, 9762.0, 9781.0, 9811.0, 9804.0, 9867.0, 9816.0, 9809.0, 9838.0, 9774.0, 9831.0, 9776.0, 9808.0, 9846.0, 9827.0, 9838.0, 9841.0, 9799.0, 9784.0, 9785.0, 9806.0, 9841.0, 9804.0, 9760.0, 9731.0, 9743.0, 9734.0, 9706.0, 9792.0, 9765.0, 9724.0, 9675.0, 9732.0, 9769.0, 9742.0, 9742.0, 9725.0, 9750.0, 9745.0, 9696.0, 9674.0, 9654.0, 9712.0, 9664.0, 9676.0, 9631.0, 9637.0, 9654.0, 9648.0, 9642.0, 9703.0, 9651.0, 9632.0, 9662.0, 9642.0, 9688.0, 9643.0, 9668.0, 9712.0, 9710.0, 9669.0, 9694.0, 9720.0, 9759.0, 9724.0, 9730.0, 9736.0, 9766.0, 9743.0, 9737.0, 9738.0, 9754.0, 9799.0, 9777.0, 9767.0, 9778.0, 9800.0, 9802.0, 9821.0, 9798.0, 9789.0, 9844.0, 9738.0, 9839.0, 9780.0, 9853.0, 9836.0, 9828.0, 9819.0, 9790.0, 9773.0, 9772.0, 9739.0, 9862.0, 9808.0, 9856.0, 9767.0, 9697.0, 9700.0, 9752.0, 9766.0, 9778.0, 9786.0, 9678.0, 9651.0, 9644.0, 9708.0, 9703.0, 9709.0, 9779.0, 9727.0, 9735.0, 9666.0, 9652.0, 9647.0, 9717.0, 9684.0, 9715.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.002582712643678161</td></tr>
<tr><td colspan=3>aqi</td><td>0.04871455195402299</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>50.29264593602987</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1905196125431514</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0056899386075957</td></tr>
<tr><td colspan=3>efc</td><td>0.488</td></tr>
<tr><td colspan=3>fber</td><td>4904.1011</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.30886631534315545</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>476</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>54.71264367816092</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5285429917141635</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.493001213289492</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.733250025743332</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3593777361096677</td></tr>
<tr><td colspan=3>gcor</td><td>0.0308847</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012103221379220486</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026834212243556976</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.857325818411175</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>34.2169</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.1787</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.8001</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295646.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.2295</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.407</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.295</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3559.8339</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.3184</td></tr>
<tr><td colspan=3>tsnr</td><td>26.786718538496643</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>