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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:33:32.457500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995653, -0.0102174, -0.0925763, 0.00590837, 0.998891, -0.0467004]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106945</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4210, -7805, -7282, 233, -94, -77, -62, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>260.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d93c11f4-e1b9-49ca-8d41-32778347b0ca||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6712646484375, 0.01585172303020954, -0.2509673237800598, 116.727783203125], [0.02741243690252304, 2.67995285987854, -0.12406609207391739, -96.28411865234375], [-0.2483755499124527, 0.12529370188713074, 2.6854465007781982, -70.35465240478516], [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': ['163332.457500', '163332.917500', '163333.377500', '163333.837500', '163334.297500', '163334.757500', '163335.217500', '163335.677500', '163336.137500', '163336.597500', '163337.057500', '163337.517500', '163337.977500', '163338.437500', '163338.897500', '163339.357500', '163339.817500', '163340.277500', '163340.737500', '163341.197500', '163341.657500', '163342.117500', '163342.577500', '163343.037500', '163343.497500', '163343.957500', '163344.417500', '163344.877500', '163345.337500', '163345.797500', '163346.257500', '163346.717500', '163347.177500', '163347.637500', '163348.097500', '163348.557500', '163349.017500', '163349.477500', '163349.937500', '163350.397500', '163350.857500', '163351.317500', '163351.777500', '163352.237500', '163352.697500', '163353.157500', '163353.617500', '163354.077500', '163354.537500', '163354.997500', '163355.457500', '163355.917500', '163356.377500', '163356.837500', '163357.297500', '163357.757500', '163358.217500', '163358.677500', '163359.137500', '163359.597500', '163400.057500', '163400.517500', '163400.977500', '163401.437500', '163401.897500', '163402.357500', '163402.817500', '163403.277500', '163403.737500', '163404.197500', '163404.657500', '163405.117500', '163405.577500', '163406.037500', '163406.497500', '163406.957500', '163407.417500', '163407.877500', '163408.337500', '163408.797500', '163409.257500', '163409.717500', '163410.177500', '163410.637500', '163411.097500', '163411.557500', '163412.017500', '163412.477500', '163412.937500', '163413.397500', '163413.857500', '163414.317500', '163414.777500', '163415.237500', '163415.697500', '163416.157500', '163416.617500', '163417.077500', '163417.537500', '163417.997500', '163418.457500', '163418.917500', '163419.377500', '163419.837500', '163420.297500', '163420.757500', '163421.217500', '163421.677500', '163422.137500', '163422.597500', '163423.057500', '163423.517500', '163423.977500', '163424.437500', '163424.897500', '163425.357500', '163425.817500', '163426.277500', '163426.737500', '163427.197500', '163427.657500', '163428.117500', '163428.577500', '163429.037500', '163429.497500', '163429.957500', '163430.417500', '163430.877500', '163431.337500', '163431.797500', '163432.257500', '163432.717500', '163433.177500', '163433.637500', '163434.097500', '163434.557500', '163435.017500', '163435.477500', '163435.937500', '163436.397500', '163436.857500', '163437.317500', '163437.777500', '163438.237500', '163438.697500', '163439.157500', '163439.617500', '163440.077500', '163440.537500', '163440.997500', '163441.457500', '163441.917500', '163442.377500', '163442.837500', '163443.297500', '163443.757500', '163444.217500', '163444.677500', '163445.137500', '163445.597500', '163446.057500', '163446.517500', '163446.977500', '163447.437500', '163447.897500', '163448.357500', '163448.817500', '163449.277500', '163449.737500', '163450.197500', '163450.657500', '163451.117500', '163451.577500', '163452.037500', '163452.497500', '163452.957500', '163453.417500', '163453.877500', '163454.337500', '163454.797500', '163455.257500', '163455.717500', '163456.177500', '163456.637500', '163457.097500', '163457.557500', '163458.017500', '163458.477500', '163458.937500', '163459.397500', '163459.857500', '163500.317500', '163500.777500', '163501.237500', '163501.697500', '163502.157500', '163502.617500', '163503.077500', '163503.537500', '163503.997500', '163504.457500', '163504.917500', '163505.377500', '163505.837500', '163506.297500', '163506.757500', '163507.217500', '163507.677500', '163508.137500', '163508.597500', '163509.057500', '163509.517500', '163509.977500', '163510.437500', '163510.897500', '163511.357500', '163511.817500', '163512.277500', '163512.737500', '163513.197500', '163513.657500', '163514.117500', '163514.577500', '163515.037500', '163515.497500', '163515.957500', '163516.417500', '163516.877500', '163517.337500', '163517.797500', '163518.257500', '163518.717500', '163519.177500', '163519.637500', '163520.097500', '163520.557500', '163521.017500', '163521.477500', '163521.937500', '163522.397500', '163522.857500', '163523.317500', '163523.777500', '163524.237500', '163524.697500', '163525.157500', '163525.617500', '163526.077500', '163526.537500', '163526.997500', '163527.457500', '163527.917500', '163528.377500', '163528.837500', '163529.297500', '163529.757500', '163530.217500', '163530.677500', '163531.137500', '163531.597500', '163532.057500', '163532.517500', '163532.977500', '163533.437500', '163533.897500', '163534.357500', '163534.817500', '163535.277500', '163535.737500', '163536.197500', '163536.657500', '163537.117500', '163537.577500', '163538.037500', '163538.497500', '163538.957500', '163539.417500', '163539.877500', '163540.337500', '163540.797500', '163541.257500', '163541.717500', '163542.177500', '163542.637500', '163543.097500', '163543.557500', '163544.017500', '163544.477500', '163544.937500', '163545.397500', '163545.857500', '163546.317500', '163546.777500', '163547.237500', '163547.697500', '163548.157500', '163548.617500', '163549.077500', '163549.537500', '163549.997500', '163550.457500', '163550.917500', '163551.377500', '163551.837500', '163552.297500', '163552.757500', '163553.217500', '163553.677500', '163554.137500', '163554.597500', '163555.057500', '163555.517500', '163555.977500', '163556.437500', '163556.897500', '163557.357500', '163557.817500', '163558.277500', '163558.737500', '163559.197500', '163559.657500', '163600.117500', '163600.577500', '163601.037500', '163601.497500', '163601.957500', '163602.417500', '163602.877500', '163603.337500', '163603.797500', '163604.257500', '163604.717500', '163605.177500', '163605.637500', '163606.097500', '163606.557500', '163607.017500', '163607.477500', '163607.937500', '163608.397500', '163608.857500', '163609.317500', '163609.777500', '163610.237500', '163610.697500', '163611.157500', '163611.617500', '163612.077500', '163612.537500', '163612.997500', '163613.457500', '163613.917500', '163614.377500', '163614.837500', '163615.297500', '163615.757500', '163616.217500', '163616.677500', '163617.137500', '163617.597500', '163618.057500', '163618.517500', '163618.977500', '163619.437500', '163619.897500', '163620.357500', '163620.817500', '163621.277500', '163621.737500', '163622.197500', '163622.657500', '163623.117500', '163623.577500', '163624.037500', '163624.497500', '163624.957500', '163625.417500', '163625.877500', '163626.337500', '163626.797500', '163627.257500', '163627.717500', '163628.177500', '163628.637500', '163629.097500', '163629.557500', '163630.017500', '163630.477500', '163630.937500', '163631.397500', '163631.857500', '163632.317500', '163632.777500', '163633.237500', '163633.697500', '163634.157500', '163634.617500', '163635.077500', '163635.537500', '163635.997500', '163636.457500', '163636.917500', '163637.377500', '163637.837500', '163638.297500', '163638.757500', '163639.217500', '163639.677500', '163640.137500', '163640.597500', '163641.057500', '163641.517500', '163641.977500', '163642.437500', '163642.897500', '163643.357500', '163643.817500', '163644.277500', '163644.737500', '163645.197500', '163645.657500', '163646.117500', '163646.577500', '163647.037500', '163647.497500', '163647.957500', '163648.417500', '163648.877500', '163649.337500', '163649.797500', '163650.257500', '163650.717500', '163651.177500', '163651.637500', '163652.097500', '163652.557500', '163653.017500', '163653.477500', '163653.937500', '163654.397500', '163654.857500', '163655.317500', '163655.777500', '163656.237500', '163656.697500', '163657.157500', '163657.617500', '163658.077500', '163658.537500', '163658.997500', '163659.457500', '163659.917500', '163700.377500', '163700.837500', '163701.297500', '163701.757500', '163702.217500', '163702.677500', '163703.137500', '163703.597500', '163704.057500', '163704.517500', '163704.977500', '163705.437500', '163705.897500', '163706.357500', '163706.817500', '163707.277500', '163707.737500', '163708.197500', '163708.657500', '163709.117500', '163709.577500', '163710.037500', '163710.497500', '163710.957500', '163711.417500', '163711.877500', '163712.337500', '163712.797500', '163713.257500', '163713.717500', '163714.177500', '163714.637500', '163715.097500', '163715.557500', '163716.017500', '163716.477500', '163716.937500', '163717.397500', '163717.857500', '163718.317500', '163718.777500', '163719.237500', '163719.697500', '163720.157500', '163720.617500', '163721.077500', '163721.537500', '163721.997500', '163722.457500', '163722.917500', '163723.377500', '163723.837500', '163724.297500', '163724.757500', '163725.217500', '163725.677500', '163726.137500', '163726.597500', '163727.057500', '163727.517500', '163727.977500', '163728.437500', '163728.897500', '163729.357500', '163729.817500', '163730.277500', '163730.737500', '163731.197500', '163731.657500', '163732.117500', '163732.577500', '163733.037500', '163733.497500', '163733.957500', '163734.417500', '163734.877500', '163735.337500', '163735.797500', '163736.257500', '163736.717500', '163737.177500', '163737.637500', '163738.097500', '163738.557500', '163739.017500', '163739.477500', '163739.937500', '163740.397500', '163740.857500', '163741.317500', '163741.777500', '163742.237500', '163742.697500', '163743.157500', '163743.617500', '163744.077500', '163744.537500', '163744.997500', '163745.457500', '163745.917500', '163746.377500', '163746.837500', '163747.297500', '163747.757500', '163748.217500', '163748.677500', '163749.137500', '163749.597500', '163750.057500', '163750.517500', '163750.977500', '163751.437500', '163751.897500', '163752.357500', '163752.817500', '163753.277500', '163753.737500', '163754.197500', '163754.657500', '163755.117500', '163755.577500', '163756.037500', '163756.497500', '163756.957500', '163757.417500', '163757.877500', '163758.337500', '163758.797500', '163759.257500', '163759.717500', '163800.177500', '163800.637500', '163801.097500', '163801.557500', '163802.017500', '163802.477500', '163802.937500', '163803.397500', '163803.857500', '163804.317500', '163804.777500', '163805.237500', '163805.697500', '163806.157500', '163806.617500', '163807.077500', '163807.537500', '163807.997500', '163808.457500', '163808.917500', '163809.377500', '163809.837500', '163810.297500', '163810.757500', '163811.217500', '163811.677500', '163812.137500', '163812.597500', '163813.057500', '163813.517500', '163813.977500', '163814.437500', '163814.897500', '163815.357500', '163815.817500', '163816.277500', '163816.737500', '163817.197500', '163817.657500', '163818.117500', '163818.577500', '163819.037500', '163819.497500', '163819.957500', '163820.417500', '163820.877500', '163821.337500', '163821.797500', '163822.257500', '163822.717500', '163823.177500', '163823.637500', '163824.097500', '163824.557500', '163825.017500', '163825.477500', '163825.937500', '163826.397500', '163826.857500', '163827.317500', '163827.777500', '163828.237500', '163828.697500', '163829.157500', '163829.617500', '163830.077500', '163830.537500', '163830.997500', '163831.457500', '163831.917500', '163832.377500', '163832.837500', '163833.297500', '163833.757500', '163834.217500', '163834.677500', '163835.137500', '163835.597500', '163836.057500', '163836.517500', '163836.977500', '163837.437500', '163837.897500', '163838.357500', '163838.817500', '163839.277500', '163839.737500', '163840.197500', '163840.657500', '163841.117500', '163841.577500', '163842.037500', '163842.497500', '163842.957500', '163843.417500', '163843.877500', '163844.337500', '163844.797500', '163845.257500', '163845.717500', '163846.177500', '163846.637500', '163847.097500', '163847.557500', '163848.017500', '163848.477500', '163848.937500', '163849.397500', '163849.857500', '163850.317500', '163850.777500', '163851.237500', '163851.697500', '163852.157500', '163852.617500', '163853.077500', '163853.537500', '163853.997500', '163854.457500', '163854.917500', '163855.377500', '163855.837500', '163856.297500', '163856.757500', '163857.217500', '163857.677500', '163858.137500', '163858.597500', '163859.057500', '163859.517500', '163859.977500', '163900.437500', '163900.897500', '163901.357500', '163901.817500', '163902.277500', '163902.737500', '163903.197500', '163903.657500', '163904.117500', '163904.577500', '163905.037500', '163905.497500', '163905.957500', '163906.417500', '163906.877500', '163907.337500', '163907.797500', '163908.257500', '163908.717500', '163909.177500', '163909.637500', '163910.097500', '163910.557500', '163911.017500', '163911.477500', '163911.937500', '163912.397500', '163912.857500', '163913.317500', '163913.777500', '163914.237500', '163914.697500', '163915.157500', '163915.617500', '163916.077500', '163916.537500', '163916.997500', '163917.457500', '163917.917500', '163918.377500', '163918.837500', '163919.297500', '163919.757500', '163920.217500', '163920.677500', '163921.137500', '163921.597500', '163922.057500', '163922.517500', '163922.977500', '163923.437500', '163923.897500', '163924.357500', '163924.817500', '163925.277500', '163925.737500', '163926.197500', '163926.657500', '163927.117500', '163927.577500', '163928.037500', '163928.497500', '163928.957500', '163929.417500', '163929.877500', '163930.337500', '163930.797500', '163931.257500', '163931.717500', '163932.177500', '163932.637500', '163933.097500', '163933.557500', '163934.017500', '163934.477500', '163934.937500', '163935.397500', '163935.857500', '163936.317500', '163936.777500', '163937.237500', '163937.697500', '163938.157500', '163938.617500', '163939.077500', '163939.537500', '163939.997500', '163940.457500', '163940.917500', '163941.377500', '163941.837500', '163942.297500', '163942.757500', '163943.217500', '163943.677500', '163944.137500', '163944.597500', '163945.057500', '163945.517500', '163945.977500', '163946.437500', '163946.897500', '163947.357500', '163947.817500', '163948.277500', '163948.737500', '163949.197500', '163949.657500', '163950.117500', '163950.577500', '163951.037500', '163951.497500', '163951.957500', '163952.417500', '163952.877500', '163953.337500', '163953.797500', '163954.257500', '163954.717500', '163955.177500', '163955.637500', '163956.097500', '163956.557500', '163957.017500', '163957.477500', '163957.937500', '163958.397500', '163958.857500', '163959.317500', '163959.777500', '164000.237500', '164000.697500', '164001.157500', '164001.617500', '164002.077500', '164002.537500', '164002.997500', '164003.457500', '164003.917500', '164004.377500', '164004.837500', '164005.297500', '164005.757500', '164006.217500', '164006.677500', '164007.137500', '164007.597500', '164008.057500', '164008.517500', '164008.977500', '164009.437500', '164009.897500', '164010.357500', '164010.817500', '164011.277500', '164011.737500', '164012.197500', '164012.657500', '164013.117500'], 'ContentTime': ['163357.523000', '163357.526000', '163357.529000', '163357.532000', '163357.535000', '163357.538000', '163357.540000', '163357.543000', '163357.545000', '163357.548000', '163357.551000', '163357.553000', '163357.556000', '163357.559000', '163357.561000', '163357.564000', '163357.567000', '163357.569000', '163357.572000', '163357.574000', '163357.577000', '163357.580000', '163357.582000', '163357.585000', '163357.588000', '163357.590000', '163357.593000', '163357.622000', '163357.625000', '163357.628000', '163357.630000', '163357.633000', '163357.636000', '163357.645000', '163357.648000', '163357.651000', '163357.653000', '163357.656000', '163357.659000', '163357.661000', '163357.664000', '163357.666000', '163357.669000', '163357.672000', '163357.674000', '163357.677000', '163357.680000', '163357.682000', '163357.685000', '163357.687000', '163357.690000', '163417.482000', '163417.484000', '163417.487000', '163417.489000', '163417.493000', '163417.495000', '163417.498000', '163417.500000', '163417.503000', '163417.506000', '163417.508000', '163417.511000', '163417.513000', '163417.523000', '163417.525000', '163417.528000', '163417.531000', '163417.533000', '163417.536000', '163417.539000', '163417.541000', '163417.544000', '163417.546000', '163417.549000', '163417.552000', '163417.554000', '163417.557000', '163417.559000', '163417.562000', '163417.565000', '163417.567000', '163417.570000', '163417.573000', '163417.575000', '163417.578000', '163417.581000', '163417.583000', '163417.586000', '163417.588000', '163417.591000', '163417.594000', '163417.596000', '163417.599000', '163417.602000', '163437.481000', '163437.484000', '163437.487000', '163437.500000', '163437.503000', '163437.506000', '163437.509000', '163437.511000', '163437.514000', '163437.516000', '163437.519000', '163437.522000', '163437.524000', '163437.527000', '163437.530000', '163437.532000', '163437.535000', '163437.537000', '163437.540000', '163437.543000', '163437.545000', '163437.548000', '163437.550000', '163437.553000', '163437.556000', '163437.558000', '163437.561000', '163437.564000', '163437.566000', '163437.569000', '163437.571000', '163437.574000', '163437.577000', '163437.579000', '163437.582000', '163437.585000', '163437.587000', '163437.590000', '163437.592000', '163437.595000', '163437.597000', '163437.600000', '163437.603000', '163457.481000', '163457.484000', '163457.487000', '163457.490000', '163457.493000', '163457.496000', '163457.498000', '163457.501000', '163457.504000', '163457.506000', '163457.516000', '163457.519000', '163457.522000', '163457.524000', '163457.527000', '163457.529000', '163457.532000', '163457.535000', '163457.537000', '163457.540000', '163457.543000', '163457.545000', '163457.548000', '163457.551000', '163457.553000', '163457.556000', '163457.558000', '163457.561000', '163457.564000', '163457.566000', '163457.569000', '163457.572000', '163457.574000', '163457.577000', '163457.579000', '163457.582000', '163457.585000', '163457.587000', '163457.590000', '163457.593000', '163457.595000', '163457.598000', '163457.600000', '163457.603000', '163517.481000', '163517.485000', '163517.487000', '163517.490000', '163517.492000', '163517.495000', '163517.498000', '163517.500000', '163517.503000', '163517.509000', '163517.511000', '163517.514000', '163517.517000', '163517.519000', '163517.522000', '163517.525000', '163517.527000', '163517.530000', '163517.533000', '163517.535000', '163517.538000', '163517.541000', '163517.543000', '163517.546000', '163517.548000', '163517.551000', '163517.554000', '163517.556000', '163517.559000', '163517.567000', '163517.569000', '163517.572000', '163517.574000', '163517.577000', '163517.580000', '163517.582000', '163517.585000', '163517.589000', '163517.591000', '163517.594000', '163517.596000', '163517.599000', '163517.602000', '163537.482000', '163537.485000', '163537.488000', '163537.491000', '163537.493000', '163537.496000', '163537.499000', '163537.501000', '163537.504000', '163537.506000', '163537.509000', '163537.512000', '163537.514000', '163537.517000', '163537.520000', '163537.532000', '163537.535000', '163537.538000', '163537.540000', '163537.543000', '163537.545000', '163537.548000', '163537.551000', '163537.554000', '163537.556000', '163537.559000', '163537.561000', '163537.564000', '163537.567000', '163537.569000', '163537.572000', '163537.574000', '163537.577000', '163537.580000', '163537.582000', '163537.585000', '163537.588000', '163537.590000', '163537.593000', '163537.605000', '163537.608000', '163537.610000', '163537.613000', '163537.616000', '163557.482000', '163557.485000', '163557.488000', '163557.490000', '163557.493000', '163557.496000', '163557.499000', '163557.501000', '163557.504000', '163557.506000', '163557.509000', '163557.512000', '163557.515000', '163557.517000', '163557.520000', '163557.523000', '163557.525000', '163557.528000', '163557.531000', '163557.533000', '163557.536000', '163557.539000', '163557.541000', '163557.544000', '163557.546000', '163557.549000', '163557.552000', '163557.554000', '163557.557000', '163557.560000', '163557.562000', '163557.565000', '163557.567000', '163557.570000', '163557.573000', '163557.575000', '163557.578000', '163557.580000', '163557.583000', '163557.586000', '163557.588000', '163557.591000', '163557.594000', '163617.482000', '163617.485000', '163617.488000', '163617.494000', '163617.496000', '163617.499000', '163617.502000', '163617.504000', '163617.507000', '163617.510000', '163617.512000', '163617.515000', '163617.517000', '163617.520000', '163617.523000', '163617.525000', '163617.528000', '163617.531000', '163617.533000', '163617.536000', '163617.538000', '163617.541000', '163617.544000', '163617.546000', '163617.549000', '163617.552000', '163617.554000', '163617.557000', '163617.560000', '163617.562000', '163617.565000', '163617.568000', '163617.570000', '163617.573000', '163617.575000', '163617.578000', '163617.580000', '163617.583000', '163617.586000', '163617.588000', '163617.591000', '163617.594000', '163617.596000', '163617.599000', '163637.481000', '163637.484000', '163637.487000', '163637.490000', '163637.492000', '163637.495000', '163637.497000', '163637.500000', '163637.503000', '163637.505000', '163637.508000', '163637.511000', '163637.513000', '163637.516000', '163637.518000', '163637.521000', '163637.524000', '163637.526000', '163637.529000', '163637.532000', '163637.534000', '163637.537000', '163637.539000', '163637.542000', '163637.545000', '163637.547000', '163637.550000', '163637.553000', '163637.555000', '163637.558000', '163637.560000', '163637.563000', '163637.566000', '163637.568000', '163637.571000', '163637.574000', '163637.576000', '163637.579000', '163637.581000', '163637.584000', '163637.587000', '163637.589000', '163637.592000', '163657.482000', '163657.484000', '163657.487000', '163657.490000', '163657.492000', '163657.495000', '163657.497000', '163657.500000', '163657.503000', '163657.505000', '163657.508000', '163657.511000', '163657.513000', '163657.516000', '163657.523000', '163657.525000', '163657.528000', '163657.531000', '163657.534000', '163657.536000', '163657.539000', '163657.542000', '163657.544000', '163657.547000', '163657.550000', '163657.552000', '163657.555000', '163657.558000', '163657.560000', '163657.563000', '163657.566000', '163657.568000', '163657.571000', '163657.574000', '163657.576000', '163657.579000', '163657.581000', '163657.584000', '163657.587000', '163657.589000', '163657.592000', '163657.595000', '163657.597000', '163657.600000', '163717.482000', '163717.484000', '163717.487000', '163717.490000', '163717.492000', '163717.495000', '163717.498000', '163717.500000', '163717.503000', '163717.506000', '163717.531000', '163717.534000', '163717.537000', '163717.539000', '163717.542000', '163717.544000', '163717.547000', '163717.550000', '163717.552000', '163717.555000', '163717.557000', '163717.560000', '163717.563000', '163717.565000', '163717.568000', '163717.571000', '163717.573000', '163717.576000', '163717.578000', '163717.581000', '163717.584000', '163717.586000', '163717.589000', '163717.592000', '163717.594000', '163717.597000', '163717.600000', '163717.602000', '163717.605000', '163717.607000', '163717.610000', '163717.613000', '163717.615000', '163737.481000', '163737.484000', '163737.487000', '163737.490000', '163737.492000', '163737.495000', '163737.498000', '163737.501000', '163737.503000', '163737.506000', '163737.509000', '163737.512000', '163737.515000', '163737.525000', '163737.527000', '163737.530000', '163737.535000', '163737.537000', '163737.540000', '163737.543000', '163737.545000', '163737.548000', '163737.550000', '163737.553000', '163737.556000', '163737.559000', '163737.561000', '163737.564000', '163737.567000', '163737.569000', '163737.572000', '163737.575000', '163737.577000', '163737.586000', '163737.589000', '163737.591000', '163737.594000', '163737.597000', '163737.599000', '163737.602000', '163737.605000', '163737.607000', '163737.610000', '163757.483000', '163757.485000', '163757.488000', '163757.491000', '163757.494000', '163757.496000', '163757.499000', '163757.502000', '163757.504000', '163757.507000', '163757.510000', '163757.512000', '163757.515000', '163757.517000', '163757.520000', '163757.523000', '163757.525000', '163757.528000', '163757.531000', '163757.533000', '163757.536000', '163757.539000', '163757.541000', '163757.544000', '163757.546000', '163757.549000', '163757.552000', '163757.554000', '163757.557000', '163757.560000', '163757.563000', '163757.565000', '163757.568000', '163757.570000', '163757.573000', '163757.576000', '163757.578000', '163757.581000', '163757.584000', '163757.586000', '163757.589000', '163757.592000', '163757.594000', '163757.597000', '163817.482000', '163817.485000', '163817.488000', '163817.490000', '163817.493000', '163817.496000', '163817.498000', '163817.501000', '163817.504000', '163817.506000', '163817.509000', '163817.511000', '163817.514000', '163817.517000', '163817.519000', '163817.522000', '163817.524000', '163817.527000', '163817.529000', '163817.532000', '163817.534000', '163817.537000', '163817.540000', '163817.542000', '163817.545000', '163817.548000', '163817.551000', '163817.553000', '163817.556000', '163817.559000', '163817.561000', '163817.565000', '163817.567000', '163817.570000', '163817.573000', '163817.575000', '163817.578000', '163817.581000', '163817.583000', '163817.586000', '163817.588000', '163817.591000', '163817.594000', '163837.482000', '163837.486000', '163837.488000', '163837.491000', '163837.493000', '163837.496000', '163837.499000', '163837.501000', '163837.504000', '163837.507000', '163837.509000', '163837.512000', '163837.514000', '163837.517000', '163837.520000', '163837.522000', '163837.525000', '163837.528000', '163837.530000', '163837.533000', '163837.536000', '163837.538000', '163837.552000', '163837.554000', '163837.557000', '163837.560000', '163837.562000', '163837.565000', '163837.567000', '163837.570000', '163837.573000', '163837.575000', '163837.578000', '163837.581000', '163837.583000', '163837.586000', '163837.588000', '163837.591000', '163837.594000', '163837.596000', '163837.599000', '163837.602000', '163837.604000', '163837.607000', '163857.482000', '163857.484000', '163857.487000', '163857.490000', '163857.492000', '163857.495000', '163857.497000', '163857.500000', '163857.503000', '163857.505000', '163857.508000', '163857.510000', '163857.513000', '163857.516000', '163857.518000', '163857.521000', '163857.523000', '163857.526000', '163857.529000', '163857.532000', '163857.534000', '163857.537000', '163857.540000', '163857.542000', '163857.545000', '163857.548000', '163857.550000', '163857.555000', '163857.558000', '163857.561000', '163857.564000', '163857.566000', '163857.569000', '163857.571000', '163857.574000', '163857.577000', '163857.579000', '163857.582000', '163857.585000', '163857.588000', '163857.590000', '163857.593000', '163857.595000', '163917.482000', '163917.484000', '163917.487000', '163917.490000', '163917.492000', '163917.495000', '163917.497000', '163917.500000', '163917.503000', '163917.505000', '163917.508000', '163917.510000', '163917.513000', '163917.515000', '163917.518000', '163917.521000', '163917.524000', '163917.526000', '163917.529000', '163917.531000', '163917.534000', '163917.537000', '163917.540000', '163917.542000', '163917.545000', '163917.548000', '163917.550000', '163917.553000', '163917.555000', '163917.558000', '163917.561000', '163917.563000', '163917.566000', '163917.568000', '163917.571000', '163917.574000', '163917.576000', '163917.580000', '163917.583000', '163917.586000', '163917.588000', '163917.591000', '163917.593000', '163917.596000', '163937.482000', '163937.485000', '163937.488000', '163937.490000', '163937.493000', '163937.496000', '163937.499000', '163937.502000', '163937.504000', '163937.507000', '163937.510000', '163937.512000', '163937.515000', '163937.518000', '163937.520000', '163937.523000', '163937.525000', '163937.528000', '163937.530000', '163937.533000', '163937.536000', '163937.538000', '163937.541000', '163937.543000', '163937.546000', '163937.549000', '163937.551000', '163937.554000', '163937.556000', '163937.559000', '163937.562000', '163937.564000', '163937.567000', '163937.569000', '163937.572000', '163937.575000', '163937.577000', '163937.580000', '163937.583000', '163937.585000', '163937.588000', '163937.591000', '163937.594000', '163957.481000', '163957.484000', '163957.487000', '163957.490000', '163957.493000', '163957.495000', '163957.498000', '163957.505000', '163957.507000', '163957.510000', '163957.512000', '163957.515000', '163957.518000', '163957.521000', '163957.523000', '163957.526000', '163957.529000', '163957.531000', '163957.534000', '163957.536000', '163957.539000', '163957.542000', '163957.544000', '163957.547000', '163957.550000', '163957.552000', '163957.555000', '163957.557000', '163957.560000', '163957.563000', '163957.565000', '163957.568000', '163957.571000', '163957.573000', '163957.576000', '163957.578000', '163957.581000', '163957.583000', '163957.586000', '163957.589000', '163957.591000', '163957.594000', '163957.596000', '163957.599000', '164014.767000', '164014.770000', '164014.773000', '164014.775000', '164014.778000', '164014.780000', '164014.783000', '164014.786000', '164014.788000', '164014.791000', '164014.793000', '164014.796000', '164014.799000', '164014.801000', '164014.804000', '164014.807000', '164014.816000', '164014.834000', '164014.837000', '164014.839000', '164014.842000', '164014.845000', '164014.847000', '164014.850000', '164014.852000', '164014.855000', '164014.858000', '164014.860000', '164014.863000', '164014.866000', '164014.868000', '164014.871000', '164014.873000', '164014.876000', '164014.879000', '164014.881000', '164014.884000', '164014.886000'], 'InstanceCreationTime': ['163357.523000', '163357.526000', '163357.529000', '163357.532000', '163357.535000', '163357.538000', '163357.540000', '163357.543000', '163357.545000', '163357.548000', '163357.551000', '163357.553000', '163357.556000', '163357.559000', '163357.561000', '163357.564000', '163357.567000', '163357.569000', '163357.572000', '163357.574000', '163357.577000', '163357.580000', '163357.582000', '163357.585000', '163357.588000', '163357.590000', '163357.593000', '163357.622000', '163357.625000', '163357.628000', '163357.630000', '163357.633000', '163357.636000', '163357.645000', '163357.648000', '163357.651000', '163357.653000', '163357.656000', '163357.659000', '163357.661000', '163357.664000', '163357.666000', '163357.669000', '163357.672000', '163357.674000', '163357.677000', '163357.680000', '163357.682000', '163357.685000', '163357.687000', '163357.690000', '163417.482000', '163417.484000', '163417.487000', '163417.489000', '163417.493000', '163417.495000', '163417.498000', '163417.500000', '163417.503000', '163417.506000', '163417.508000', '163417.511000', '163417.513000', '163417.523000', '163417.525000', '163417.528000', '163417.531000', '163417.533000', '163417.536000', '163417.539000', '163417.541000', '163417.544000', '163417.546000', '163417.549000', '163417.552000', '163417.554000', '163417.557000', '163417.559000', '163417.562000', '163417.565000', '163417.567000', '163417.570000', '163417.573000', '163417.575000', '163417.578000', '163417.581000', '163417.583000', '163417.586000', '163417.588000', '163417.591000', '163417.594000', '163417.596000', '163417.599000', '163417.602000', '163437.481000', '163437.484000', '163437.487000', '163437.500000', '163437.503000', '163437.506000', '163437.509000', '163437.511000', '163437.514000', '163437.516000', '163437.519000', '163437.522000', '163437.524000', '163437.527000', '163437.530000', '163437.532000', '163437.535000', '163437.537000', '163437.540000', '163437.543000', '163437.545000', '163437.548000', '163437.550000', '163437.553000', '163437.556000', '163437.558000', '163437.561000', '163437.564000', '163437.566000', '163437.569000', '163437.571000', '163437.574000', '163437.577000', '163437.579000', '163437.582000', '163437.585000', '163437.587000', '163437.590000', '163437.592000', '163437.595000', '163437.597000', '163437.600000', '163437.603000', '163457.481000', '163457.484000', '163457.487000', '163457.490000', '163457.493000', '163457.496000', '163457.498000', '163457.501000', '163457.504000', '163457.506000', '163457.516000', '163457.519000', '163457.522000', '163457.524000', '163457.527000', '163457.529000', '163457.532000', '163457.535000', '163457.537000', '163457.540000', '163457.543000', '163457.545000', '163457.548000', '163457.551000', '163457.553000', '163457.556000', '163457.558000', '163457.561000', '163457.564000', '163457.566000', '163457.569000', '163457.572000', '163457.574000', '163457.577000', '163457.579000', '163457.582000', '163457.585000', '163457.587000', '163457.590000', '163457.593000', '163457.595000', '163457.598000', '163457.600000', '163457.603000', '163517.481000', '163517.485000', '163517.487000', '163517.490000', '163517.492000', '163517.495000', '163517.498000', '163517.500000', '163517.503000', '163517.509000', '163517.511000', '163517.514000', '163517.517000', '163517.519000', '163517.522000', '163517.525000', '163517.527000', '163517.530000', '163517.533000', '163517.535000', '163517.538000', '163517.541000', '163517.543000', '163517.546000', '163517.548000', '163517.551000', '163517.554000', '163517.556000', '163517.559000', '163517.567000', '163517.569000', '163517.572000', '163517.574000', '163517.577000', '163517.580000', '163517.582000', '163517.585000', '163517.589000', '163517.591000', '163517.594000', '163517.596000', '163517.599000', '163517.602000', '163537.482000', '163537.485000', '163537.488000', '163537.491000', '163537.493000', '163537.496000', '163537.499000', '163537.501000', '163537.504000', '163537.506000', '163537.509000', '163537.512000', '163537.514000', '163537.517000', '163537.520000', '163537.532000', '163537.535000', '163537.538000', '163537.540000', '163537.543000', '163537.545000', '163537.548000', '163537.551000', '163537.554000', '163537.556000', '163537.559000', '163537.561000', '163537.564000', '163537.567000', '163537.569000', '163537.572000', '163537.574000', '163537.577000', '163537.580000', '163537.582000', '163537.585000', '163537.588000', '163537.590000', '163537.593000', '163537.605000', '163537.608000', '163537.610000', '163537.613000', '163537.616000', '163557.482000', '163557.485000', '163557.488000', '163557.490000', '163557.493000', '163557.496000', '163557.499000', '163557.501000', '163557.504000', '163557.506000', '163557.509000', '163557.512000', '163557.515000', '163557.517000', '163557.520000', '163557.523000', '163557.525000', '163557.528000', '163557.531000', '163557.533000', '163557.536000', '163557.539000', '163557.541000', '163557.544000', '163557.546000', '163557.549000', '163557.552000', '163557.554000', '163557.557000', '163557.560000', '163557.562000', '163557.565000', '163557.567000', '163557.570000', '163557.573000', '163557.575000', '163557.578000', '163557.580000', '163557.583000', '163557.586000', '163557.588000', '163557.591000', '163557.594000', '163617.482000', '163617.485000', '163617.488000', '163617.494000', '163617.496000', '163617.499000', '163617.502000', '163617.504000', '163617.507000', '163617.510000', '163617.512000', '163617.515000', '163617.517000', '163617.520000', '163617.523000', '163617.525000', '163617.528000', '163617.531000', '163617.533000', '163617.536000', '163617.538000', '163617.541000', '163617.544000', '163617.546000', '163617.549000', '163617.552000', '163617.554000', '163617.557000', '163617.560000', '163617.562000', '163617.565000', '163617.568000', '163617.570000', '163617.573000', '163617.575000', '163617.578000', '163617.580000', '163617.583000', '163617.586000', '163617.588000', '163617.591000', '163617.594000', '163617.596000', '163617.599000', '163637.481000', '163637.484000', '163637.487000', '163637.490000', '163637.492000', '163637.495000', '163637.497000', '163637.500000', '163637.503000', '163637.505000', '163637.508000', '163637.511000', '163637.513000', '163637.516000', '163637.518000', '163637.521000', '163637.524000', '163637.526000', '163637.529000', '163637.532000', '163637.534000', '163637.537000', '163637.539000', '163637.542000', '163637.545000', '163637.547000', '163637.550000', '163637.553000', '163637.555000', '163637.558000', '163637.560000', '163637.563000', '163637.566000', '163637.568000', '163637.571000', '163637.574000', '163637.576000', '163637.579000', '163637.581000', '163637.584000', '163637.587000', '163637.589000', '163637.592000', '163657.482000', '163657.484000', '163657.487000', '163657.490000', '163657.492000', '163657.495000', '163657.497000', '163657.500000', '163657.503000', '163657.505000', '163657.508000', '163657.511000', '163657.513000', '163657.516000', '163657.523000', '163657.525000', '163657.528000', '163657.531000', '163657.534000', '163657.536000', '163657.539000', '163657.542000', '163657.544000', '163657.547000', '163657.550000', '163657.552000', '163657.555000', '163657.558000', '163657.560000', '163657.563000', '163657.566000', '163657.568000', '163657.571000', '163657.574000', '163657.576000', '163657.579000', '163657.581000', '163657.584000', '163657.587000', '163657.589000', '163657.592000', '163657.595000', '163657.597000', '163657.600000', '163717.482000', '163717.484000', '163717.487000', '163717.490000', '163717.492000', '163717.495000', '163717.498000', '163717.500000', '163717.503000', '163717.506000', '163717.531000', '163717.534000', '163717.537000', '163717.539000', '163717.542000', '163717.544000', '163717.547000', '163717.550000', '163717.552000', '163717.555000', '163717.557000', '163717.560000', '163717.563000', '163717.565000', '163717.568000', '163717.571000', '163717.573000', '163717.576000', '163717.578000', '163717.581000', '163717.584000', '163717.586000', '163717.589000', '163717.592000', '163717.594000', '163717.597000', '163717.600000', '163717.602000', '163717.605000', '163717.607000', '163717.610000', '163717.613000', '163717.615000', '163737.481000', '163737.484000', '163737.487000', '163737.490000', '163737.492000', '163737.495000', '163737.498000', '163737.501000', '163737.503000', '163737.506000', '163737.509000', '163737.512000', '163737.515000', '163737.525000', '163737.527000', '163737.530000', '163737.535000', '163737.537000', '163737.540000', '163737.543000', '163737.545000', '163737.548000', '163737.550000', '163737.553000', '163737.556000', '163737.559000', '163737.561000', '163737.564000', '163737.567000', '163737.569000', '163737.572000', '163737.575000', '163737.577000', '163737.586000', '163737.589000', '163737.591000', '163737.594000', '163737.597000', '163737.599000', '163737.602000', '163737.605000', '163737.607000', '163737.610000', '163757.483000', '163757.485000', '163757.488000', '163757.491000', '163757.494000', '163757.496000', '163757.499000', '163757.502000', '163757.504000', '163757.507000', '163757.510000', '163757.512000', '163757.515000', '163757.517000', '163757.520000', '163757.523000', '163757.525000', '163757.528000', '163757.531000', '163757.533000', '163757.536000', '163757.539000', '163757.541000', '163757.544000', '163757.546000', '163757.549000', '163757.552000', '163757.554000', '163757.557000', '163757.560000', '163757.563000', '163757.565000', '163757.568000', '163757.570000', '163757.573000', '163757.576000', '163757.578000', '163757.581000', '163757.584000', '163757.586000', '163757.589000', '163757.592000', '163757.594000', '163757.597000', '163817.482000', '163817.485000', '163817.488000', '163817.490000', '163817.493000', '163817.496000', '163817.498000', '163817.501000', '163817.504000', '163817.506000', '163817.509000', '163817.511000', '163817.514000', '163817.517000', '163817.519000', '163817.522000', '163817.524000', '163817.527000', '163817.529000', '163817.532000', '163817.534000', '163817.537000', '163817.540000', '163817.542000', '163817.545000', '163817.548000', '163817.551000', '163817.553000', '163817.556000', '163817.559000', '163817.561000', '163817.565000', '163817.567000', '163817.570000', '163817.573000', '163817.575000', '163817.578000', '163817.581000', '163817.583000', '163817.586000', '163817.588000', '163817.591000', '163817.594000', '163837.482000', '163837.486000', '163837.488000', '163837.491000', '163837.493000', '163837.496000', '163837.499000', '163837.501000', '163837.504000', '163837.507000', '163837.509000', '163837.512000', '163837.514000', '163837.517000', '163837.520000', '163837.522000', '163837.525000', '163837.528000', '163837.530000', '163837.533000', '163837.536000', '163837.538000', '163837.552000', '163837.554000', '163837.557000', '163837.560000', '163837.562000', '163837.565000', '163837.567000', '163837.570000', '163837.573000', '163837.575000', '163837.578000', '163837.581000', '163837.583000', '163837.586000', '163837.588000', '163837.591000', '163837.594000', '163837.596000', '163837.599000', '163837.602000', '163837.604000', '163837.607000', '163857.482000', '163857.484000', '163857.487000', '163857.490000', '163857.492000', '163857.495000', '163857.497000', '163857.500000', '163857.503000', '163857.505000', '163857.508000', '163857.510000', '163857.513000', '163857.516000', '163857.518000', '163857.521000', '163857.523000', '163857.526000', '163857.529000', '163857.532000', '163857.534000', '163857.537000', '163857.540000', '163857.542000', '163857.545000', '163857.548000', '163857.550000', '163857.555000', '163857.558000', '163857.561000', '163857.564000', '163857.566000', '163857.569000', '163857.571000', '163857.574000', '163857.577000', '163857.579000', '163857.582000', '163857.585000', '163857.588000', '163857.590000', '163857.593000', '163857.595000', '163917.482000', '163917.484000', '163917.487000', '163917.490000', '163917.492000', '163917.495000', '163917.497000', '163917.500000', '163917.503000', '163917.505000', '163917.508000', '163917.510000', '163917.513000', '163917.515000', '163917.518000', '163917.521000', '163917.524000', '163917.526000', '163917.529000', '163917.531000', '163917.534000', '163917.537000', '163917.540000', '163917.542000', '163917.545000', '163917.548000', '163917.550000', '163917.553000', '163917.555000', '163917.558000', '163917.561000', '163917.563000', '163917.566000', '163917.568000', '163917.571000', '163917.574000', '163917.576000', '163917.580000', '163917.583000', '163917.586000', '163917.588000', '163917.591000', '163917.593000', '163917.596000', '163937.482000', '163937.485000', '163937.488000', '163937.490000', '163937.493000', '163937.496000', '163937.499000', '163937.502000', '163937.504000', '163937.507000', '163937.510000', '163937.512000', '163937.515000', '163937.518000', '163937.520000', '163937.523000', '163937.525000', '163937.528000', '163937.530000', '163937.533000', '163937.536000', '163937.538000', '163937.541000', '163937.543000', '163937.546000', '163937.549000', '163937.551000', '163937.554000', '163937.556000', '163937.559000', '163937.562000', '163937.564000', '163937.567000', '163937.569000', '163937.572000', '163937.575000', '163937.577000', '163937.580000', '163937.583000', '163937.585000', '163937.588000', '163937.591000', '163937.594000', '163957.481000', '163957.484000', '163957.487000', '163957.490000', '163957.493000', '163957.495000', '163957.498000', '163957.505000', '163957.507000', '163957.510000', '163957.512000', '163957.515000', '163957.518000', '163957.521000', '163957.523000', '163957.526000', '163957.529000', '163957.531000', '163957.534000', '163957.536000', '163957.539000', '163957.542000', '163957.544000', '163957.547000', '163957.550000', '163957.552000', '163957.555000', '163957.557000', '163957.560000', '163957.563000', '163957.565000', '163957.568000', '163957.571000', '163957.573000', '163957.576000', '163957.578000', '163957.581000', '163957.583000', '163957.586000', '163957.589000', '163957.591000', '163957.594000', '163957.596000', '163957.599000', '164014.767000', '164014.770000', '164014.773000', '164014.775000', '164014.778000', '164014.780000', '164014.783000', '164014.786000', '164014.788000', '164014.791000', '164014.793000', '164014.796000', '164014.799000', '164014.801000', '164014.804000', '164014.807000', '164014.816000', '164014.834000', '164014.837000', '164014.839000', '164014.842000', '164014.845000', '164014.847000', '164014.850000', '164014.852000', '164014.855000', '164014.858000', '164014.860000', '164014.863000', '164014.866000', '164014.868000', '164014.871000', '164014.873000', '164014.876000', '164014.879000', '164014.881000', '164014.884000', '164014.886000'], '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': [8955, 9001, 9991, 9304, 7399, 9411, 8347, 8921, 7959, 8909, 7708, 10098, 7810, 10633, 8055, 10724, 7938, 10651, 8556, 11402, 8399, 7507, 10886, 8809, 10875, 7985, 7186, 7540, 7568, 11659, 9021, 12811, 8715, 13721, 8669, 13167, 9211, 13953, 10209, 9110, 8674, 9291, 8891, 8031, 9644, 8547, 9611, 8272, 9386, 8324, 10132, 8122, 10882, 8439, 11373, 8535, 12450, 8782, 10844, 8548, 8712, 10098, 8548, 11644, 9126, 12452, 8541, 12349, 9796, 7485, 10057, 8882, 10258, 8808, 12234, 8679, 13035, 10161, 8167, 10323, 8984, 11417, 8307, 10202, 11036, 8737, 11600, 9373, 8958, 9530, 8235, 13419, 10820, 8488, 11337, 9190, 13566, 10597, 10622, 14041, 8627, 13784, 9263, 15640, 10987, 8750, 11266, 9131, 12774, 9843, 9619, 10945, 9106, 11092, 8787, 11939, 8501, 12596, 8815, 10273, 8700, 9418, 8042, 9206, 8406, 7323, 8561, 8006, 7652, 8376, 7995, 10154, 8150, 12345, 8760, 9521, 9502, 8630, 12971, 9715, 7700, 12968, 9362, 8868, 14256, 9424, 8679, 10504, 8902, 13271, 10676, 8604, 11116, 9027, 12083, 9642, 13100, 10285, 8566, 10837, 9456, 8795, 9007, 7998, 11134, 8504, 9143, 11517, 9027, 11614, 9300, 8849, 11327, 9593, 13930, 9930, 8956, 10886, 9318, 12528, 10293, 8875, 12133, 9398, 8756, 10226, 8389, 12074, 10430, 11439, 9995, 8785, 11214, 9663, 13676, 10386, 9157, 10178, 8602, 10844, 9389, 13046, 10151, 9377, 11116, 8520, 11057, 9328, 12355, 9224, 12029, 9701, 8714, 11362, 8800, 11764, 8347, 8455, 9434, 8174, 10567, 8548, 7453, 8752, 8035, 11288, 8429, 12739, 10312, 8513, 11593, 9080, 8474, 10147, 8358, 9124, 10449, 9178, 14412, 9940, 8992, 11532, 9026, 13141, 10245, 10605, 12523, 10181, 11240, 9811, 8007, 11541, 8686, 9990, 11343, 10953, 12125, 8560, 11281, 8168, 12186, 8685, 13415, 9759, 12090, 10485, 10517, 9996, 8359, 10020, 8484, 11554, 9153, 9269, 10024, 8204, 10248, 8619, 10141, 9674, 8680, 11696, 9124, 13369, 9847, 9342, 12004, 10269, 13490, 12249, 8500, 11053, 8279, 8156, 10876, 9693, 15143, 11076, 8168, 11794, 9533, 14083, 10406, 13648, 14461, 8732, 13610, 9019, 8698, 11284, 9760, 7951, 13941, 11887, 10413, 11268, 10137, 7952, 7499, 8929, 8426, 11726, 9874, 11727, 8392, 12905, 10539, 14218, 9461, 10496, 10151, 8616, 12064, 10298, 14011, 9991, 8788, 10284, 8168, 11832, 10233, 13322, 9584, 9214, 10086, 8438, 11765, 10115, 11855, 9720, 10139, 10112, 8504, 11780, 10261, 8102, 8948, 7449, 9053, 7224, 8334, 9176, 7787, 12830, 9186, 10407, 9480, 9871, 13600, 10970, 14567, 10206, 8137, 11011, 10123, 14749, 10934, 7601, 11148, 9153, 8363, 11179, 9346, 14675, 9212, 9126, 10852, 8395, 13622, 11507, 14266, 9439, 8824, 10227, 7996, 11948, 10308, 13025, 9118, 8132, 9778, 9004, 14211, 11682, 8132, 11602, 8792, 8872, 9161, 8407, 12580, 10626, 10514, 9738, 8367, 11398, 10024, 13247, 10362, 13788, 10059, 10026, 10427, 8660, 12004, 9176, 12685, 9419, 9676, 11790, 8912, 11646, 8967, 8386, 9063, 8594, 11949, 9638, 7823, 9561, 8341, 12422, 9569, 9742, 14633, 12715, 8462, 12244, 8722, 9678, 9756, 8283, 12723, 8703, 11780, 12968, 10620, 13644, 12632, 12971, 16353, 12566, 13086, 10512, 9153, 13052, 11624, 13871, 12038, 7416, 11046, 8327, 10984, 9264, 13559, 10360, 9970, 10085, 11541, 10598, 10132, 11194, 8006, 10848, 8653, 10534, 8299, 10888, 8888, 8277, 8798, 7879, 10171, 9093, 9087, 9816, 8774, 10415, 8583, 13183, 11137, 12922, 10574, 8613, 10243, 8492, 11106, 8844, 11922, 9391, 12527, 9714, 11622, 9965, 13355, 10861, 10169, 10128, 8531, 10228, 8502, 11238, 9095, 13144, 9598, 14337, 10298, 11737, 11008, 9567, 10673, 8336, 11424, 9500, 12167, 10352, 7516, 10675, 7769, 8010, 8196, 8055, 12348, 8700, 13929, 9632, 13300, 10936, 9087, 12465, 8433, 11095, 9270, 13154, 10783, 14996, 10391, 13748, 10530, 14858, 11322, 10209, 10554, 9529, 10474, 8283, 11483, 9980, 12014, 8677, 9050, 8344, 8249, 10921, 9010, 14035, 9180, 9695, 9875, 8570, 13895, 11695, 8195, 10954, 9124, 13159, 10399, 15354, 11978, 9387, 10679, 8952, 12627, 9976, 14727, 10264, 11345, 10824, 8799, 11815, 10937, 9847, 10374, 7982, 10627, 8016, 9168, 13566, 11144, 9414, 10868, 8382, 12272, 10321, 14430, 12508, 9346, 12323, 9241, 12673, 9898, 15112, 8208, 12196, 9661, 10275, 8342, 8229, 9655, 8411, 12829, 10759, 7796, 10316, 7940, 8725, 8499, 8417, 12056, 9928, 15144, 9799, 10367, 12176, 9682, 14637, 10700, 9758, 10599, 10131, 10038, 13855, 13815, 9215, 11258, 8850, 8435, 9513, 8053, 13095, 10432, 10381, 15360, 11502, 9227, 9435, 7989, 10634, 9247, 10593, 13329, 8969, 14131, 10070, 9425, 10625, 8424, 12686, 10665, 13955, 10888, 9073, 11334, 10000, 13233, 10766, 9826, 12878, 8663, 11539, 10253, 12663, 11219, 8928, 11183, 9362, 11259, 9929, 11590, 10347, 8249, 10215, 8042, 11091, 8668, 12664, 11216, 8738, 11260, 8759, 8468, 8128, 8092, 8874, 8169, 12674, 9871, 13968, 9906, 10684, 10136, 9301, 13150, 10176, 12331, 10069, 8176, 11494, 10312, 10627, 11123, 8231, 11194, 10003, 14297, 10728, 9582, 12007, 9267, 12241, 10818, 14150, 11092, 8518, 11196, 9681, 11818, 10681, 9767, 11294, 7974, 11011, 8287, 12298, 10546, 8309, 11056, 9099, 11498, 10449, 12517, 11038, 7998, 11250, 8520, 11390, 8347, 11305, 8445, 11710, 9664, 12476, 10380, 8967, 11395, 7631, 9899, 7461, 8067, 10286, 7838, 13040, 9412, 14441, 10897, 11689, 11553, 9053, 12588, 9942, 14348, 11092, 9297, 10846, 8209, 12077, 10924, 10218, 13182, 9199, 13079, 10202, 9267, 12173, 10782, 11913, 9803, 7706, 11881, 9803, 13589, 10252, 9589, 11060, 9631, 13710, 10821, 10370, 10797, 8687, 12602, 11280, 10758, 10130, 7608, 11152, 8619, 10642, 12025, 8586, 12225, 9998, 9100, 11770, 10008, 13476, 10265, 9054, 11292, 9164, 12753, 10868, 9836, 10983, 7879, 11073, 9064, 12977, 10858, 8381, 10925, 8664, 12124, 10512, 8878, 12454, 9522, 10683, 9154, 8150, 12101, 10521, 8556, 11247, 8738, 8388, 9214, 8261, 9634, 10636, 9880, 12000], 'WindowCenter': [4264.0, 4248.0, 4243.0, 4230.0, 4196.0, 4215.0, 4203.0, 4214.0, 4193.0, 4214.0, 4195.0, 4225.0, 4194.0, 4225.0, 4194.0, 4225.0, 4196.0, 4239.0, 4206.0, 4234.0, 4206.0, 4196.0, 4238.0, 4218.0, 4238.0, 4208.0, 4196.0, 4208.0, 4208.0, 4250.0, 4219.0, 4259.0, 4219.0, 4257.0, 4218.0, 4246.0, 4217.0, 4259.0, 4227.0, 4217.0, 4208.0, 4214.0, 4203.0, 4193.0, 4213.0, 4203.0, 4213.0, 4204.0, 4215.0, 4205.0, 4226.0, 4206.0, 4237.0, 4208.0, 4248.0, 4217.0, 4247.0, 4217.0, 4236.0, 4218.0, 4216.0, 4228.0, 4217.0, 4237.0, 4216.0, 4246.0, 4217.0, 4247.0, 4229.0, 4197.0, 4227.0, 4217.0, 4227.0, 4219.0, 4249.0, 4218.0, 4259.0, 4240.0, 4208.0, 4237.0, 4218.0, 4247.0, 4219.0, 4239.0, 4250.0, 4220.0, 4251.0, 4231.0, 4230.0, 4240.0, 4233.0, 4275.0, 4252.0, 4220.0, 4250.0, 4229.0, 4262.0, 4253.0, 4240.0, 4271.0, 4217.0, 4258.0, 4218.0, 4268.0, 4226.0, 4204.0, 4225.0, 4204.0, 4233.0, 4216.0, 4213.0, 4225.0, 4202.0, 4224.0, 4203.0, 4234.0, 4204.0, 4245.0, 4203.0, 4212.0, 4191.0, 4201.0, 4192.0, 4214.0, 4206.0, 4196.0, 4217.0, 4206.0, 4199.0, 4218.0, 4210.0, 4240.0, 4222.0, 4262.0, 4220.0, 4229.0, 4229.0, 4219.0, 4259.0, 4242.0, 4212.0, 4262.0, 4230.0, 4232.0, 4272.0, 4231.0, 4219.0, 4228.0, 4219.0, 4262.0, 4241.0, 4207.0, 4238.0, 4207.0, 4236.0, 4219.0, 4247.0, 4226.0, 4205.0, 4225.0, 4215.0, 4205.0, 4205.0, 4196.0, 4237.0, 4220.0, 4229.0, 4251.0, 4220.0, 4249.0, 4218.0, 4219.0, 4240.0, 4231.0, 4260.0, 4229.0, 4218.0, 4240.0, 4220.0, 4250.0, 4240.0, 4219.0, 4250.0, 4217.0, 4208.0, 4228.0, 4208.0, 4250.0, 4229.0, 4238.0, 4228.0, 4206.0, 4226.0, 4216.0, 4246.0, 4227.0, 4216.0, 4217.0, 4205.0, 4228.0, 4218.0, 4247.0, 4228.0, 4219.0, 4238.0, 4208.0, 4236.0, 4217.0, 4249.0, 4219.0, 4247.0, 4218.0, 4208.0, 4237.0, 4205.0, 4250.0, 4209.0, 4219.0, 4230.0, 4222.0, 4240.0, 4195.0, 4184.0, 4195.0, 4195.0, 4252.0, 4235.0, 4272.0, 4253.0, 4235.0, 4253.0, 4231.0, 4207.0, 4238.0, 4222.0, 4230.0, 4242.0, 4232.0, 4283.0, 4243.0, 4232.0, 4254.0, 4235.0, 4262.0, 4240.0, 4240.0, 4251.0, 4242.0, 4242.0, 4229.0, 4210.0, 4252.0, 4221.0, 4242.0, 4253.0, 4241.0, 4251.0, 4208.0, 4239.0, 4209.0, 4239.0, 4209.0, 4248.0, 4217.0, 4238.0, 4229.0, 4226.0, 4215.0, 4194.0, 4214.0, 4205.0, 4237.0, 4217.0, 4217.0, 4228.0, 4208.0, 4228.0, 4208.0, 4241.0, 4230.0, 4219.0, 4252.0, 4222.0, 4262.0, 4230.0, 4232.0, 4252.0, 4243.0, 4273.0, 4264.0, 4220.0, 4251.0, 4210.0, 4210.0, 4252.0, 4244.0, 4285.0, 4254.0, 4222.0, 4252.0, 4231.0, 4261.0, 4242.0, 4263.0, 4261.0, 4210.0, 4261.0, 4208.0, 4209.0, 4240.0, 4228.0, 4209.0, 4273.0, 4251.0, 4240.0, 4240.0, 4229.0, 4197.0, 4198.0, 4219.0, 4210.0, 4251.0, 4231.0, 4240.0, 4197.0, 4248.0, 4228.0, 4247.0, 4215.0, 4214.0, 4213.0, 4193.0, 4225.0, 4215.0, 4244.0, 4203.0, 4192.0, 4213.0, 4194.0, 4225.0, 4214.0, 4233.0, 4202.0, 4193.0, 4212.0, 4193.0, 4224.0, 4216.0, 4223.0, 4204.0, 4213.0, 4215.0, 4195.0, 4236.0, 4215.0, 4196.0, 4205.0, 4187.0, 4218.0, 4199.0, 4221.0, 4232.0, 4214.0, 4264.0, 4233.0, 4244.0, 4232.0, 4243.0, 4274.0, 4244.0, 4273.0, 4231.0, 4209.0, 4241.0, 4231.0, 4273.0, 4242.0, 4201.0, 4239.0, 4220.0, 4210.0, 4251.0, 4231.0, 4272.0, 4220.0, 4220.0, 4240.0, 4211.0, 4262.0, 4251.0, 4261.0, 4208.0, 4207.0, 4228.0, 4197.0, 4239.0, 4229.0, 4247.0, 4208.0, 4197.0, 4229.0, 4220.0, 4270.0, 4251.0, 4209.0, 4250.0, 4220.0, 4218.0, 4219.0, 4221.0, 4263.0, 4242.0, 4240.0, 4229.0, 4209.0, 4240.0, 4231.0, 4261.0, 4231.0, 4261.0, 4229.0, 4218.0, 4229.0, 4219.0, 4251.0, 4219.0, 4249.0, 4219.0, 4231.0, 4251.0, 4219.0, 4239.0, 4220.0, 4209.0, 4219.0, 4224.0, 4253.0, 4233.0, 4213.0, 4244.0, 4225.0, 4265.0, 4246.0, 4246.0, 4287.0, 4278.0, 4226.0, 4265.0, 4224.0, 4232.0, 4232.0, 4222.0, 4263.0, 4223.0, 4265.0, 4265.0, 4245.0, 4275.0, 4265.0, 4263.0, 4273.0, 4241.0, 4248.0, 4227.0, 4208.0, 4248.0, 4238.0, 4248.0, 4237.0, 4185.0, 4225.0, 4196.0, 4225.0, 4217.0, 4247.0, 4217.0, 4215.0, 4216.0, 4225.0, 4227.0, 4215.0, 4226.0, 4184.0, 4225.0, 4194.0, 4214.0, 4207.0, 4229.0, 4209.0, 4207.0, 4208.0, 4211.0, 4241.0, 4217.0, 4220.0, 4230.0, 4220.0, 4230.0, 4220.0, 4262.0, 4242.0, 4251.0, 4230.0, 4208.0, 4230.0, 4209.0, 4240.0, 4221.0, 4250.0, 4219.0, 4250.0, 4219.0, 4238.0, 4230.0, 4260.0, 4241.0, 4229.0, 4229.0, 4210.0, 4230.0, 4221.0, 4241.0, 4222.0, 4261.0, 4231.0, 4271.0, 4243.0, 4252.0, 4241.0, 4220.0, 4231.0, 4211.0, 4241.0, 4231.0, 4263.0, 4243.0, 4213.0, 4244.0, 4224.0, 4225.0, 4236.0, 4238.0, 4278.0, 4236.0, 4276.0, 4246.0, 4277.0, 4257.0, 4235.0, 4265.0, 4223.0, 4253.0, 4234.0, 4264.0, 4244.0, 4273.0, 4242.0, 4251.0, 4243.0, 4272.0, 4241.0, 4230.0, 4230.0, 4218.0, 4229.0, 4210.0, 4240.0, 4230.0, 4240.0, 4210.0, 4220.0, 4211.0, 4224.0, 4243.0, 4223.0, 4273.0, 4235.0, 4234.0, 4244.0, 4235.0, 4275.0, 4265.0, 4223.0, 4255.0, 4233.0, 4264.0, 4245.0, 4276.0, 4254.0, 4221.0, 4241.0, 4220.0, 4253.0, 4231.0, 4263.0, 4229.0, 4227.0, 4227.0, 4208.0, 4240.0, 4240.0, 4230.0, 4224.0, 4209.0, 4240.0, 4213.0, 4234.0, 4274.0, 4253.0, 4226.0, 4242.0, 4222.0, 4253.0, 4245.0, 4274.0, 4264.0, 4221.0, 4251.0, 4220.0, 4251.0, 4230.0, 4260.0, 4199.0, 4241.0, 4217.0, 4216.0, 4195.0, 4194.0, 4205.0, 4196.0, 4249.0, 4239.0, 4199.0, 4230.0, 4211.0, 4209.0, 4210.0, 4211.0, 4248.0, 4232.0, 4272.0, 4232.0, 4231.0, 4264.0, 4232.0, 4272.0, 4230.0, 4218.0, 4228.0, 4229.0, 4231.0, 4274.0, 4264.0, 4220.0, 4239.0, 4200.0, 4197.0, 4218.0, 4198.0, 4249.0, 4230.0, 4231.0, 4272.0, 4254.0, 4222.0, 4212.0, 4198.0, 4227.0, 4219.0, 4228.0, 4249.0, 4209.0, 4260.0, 4218.0, 4217.0, 4228.0, 4199.0, 4249.0, 4229.0, 4261.0, 4229.0, 4207.0, 4227.0, 4217.0, 4249.0, 4227.0, 4217.0, 4249.0, 4196.0, 4227.0, 4218.0, 4236.0, 4227.0, 4206.0, 4220.0, 4206.0, 4226.0, 4218.0, 4238.0, 4217.0, 4197.0, 4227.0, 4198.0, 4228.0, 4209.0, 4245.0, 4240.0, 4208.0, 4240.0, 4209.0, 4208.0, 4198.0, 4209.0, 4221.0, 4212.0, 4262.0, 4232.0, 4254.0, 4232.0, 4242.0, 4243.0, 4224.0, 4265.0, 4232.0, 4251.0, 4224.0, 4210.0, 4248.0, 4244.0, 4243.0, 4253.0, 4222.0, 4252.0, 4233.0, 4273.0, 4243.0, 4232.0, 4247.0, 4222.0, 4252.0, 4241.0, 4272.0, 4241.0, 4203.0, 4239.0, 4219.0, 4250.0, 4242.0, 4229.0, 4235.0, 4211.0, 4234.0, 4211.0, 4252.0, 4243.0, 4211.0, 4242.0, 4221.0, 4252.0, 4243.0, 4252.0, 4242.0, 4211.0, 4241.0, 4221.0, 4253.0, 4212.0, 4242.0, 4211.0, 4251.0, 4231.0, 4262.0, 4243.0, 4222.0, 4243.0, 4212.0, 4232.0, 4214.0, 4227.0, 4257.0, 4216.0, 4276.0, 4236.0, 4287.0, 4257.0, 4255.0, 4255.0, 4222.0, 4253.0, 4228.0, 4273.0, 4243.0, 4222.0, 4241.0, 4210.0, 4251.0, 4243.0, 4232.0, 4262.0, 4220.0, 4245.0, 4230.0, 4231.0, 4252.0, 4242.0, 4251.0, 4231.0, 4200.0, 4253.0, 4233.0, 4264.0, 4228.0, 4220.0, 4242.0, 4232.0, 4263.0, 4243.0, 4231.0, 4230.0, 4210.0, 4252.0, 4241.0, 4230.0, 4230.0, 4199.0, 4240.0, 4223.0, 4242.0, 4253.0, 4221.0, 4251.0, 4231.0, 4223.0, 4254.0, 4226.0, 4254.0, 4231.0, 4220.0, 4240.0, 4216.0, 4263.0, 4243.0, 4231.0, 4241.0, 4210.0, 4240.0, 4222.0, 4262.0, 4244.0, 4211.0, 4241.0, 4210.0, 4252.0, 4234.0, 4222.0, 4254.0, 4232.0, 4241.0, 4221.0, 4212.0, 4264.0, 4244.0, 4222.0, 4253.0, 4223.0, 4222.0, 4235.0, 4225.0, 4234.0, 4244.0, 4246.0, 4267.0], 'WindowWidth': [9457.0, 9421.0, 9407.0, 9381.0, 9328.0, 9351.0, 9332.0, 9346.0, 9319.0, 9347.0, 9323.0, 9362.0, 9321.0, 9361.0, 9320.0, 9362.0, 9326.0, 9387.0, 9339.0, 9373.0, 9340.0, 9325.0, 9384.0, 9359.0, 9386.0, 9346.0, 9328.0, 9346.0, 9346.0, 9404.0, 9362.0, 9415.0, 9361.0, 9412.0, 9358.0, 9396.0, 9357.0, 9416.0, 9368.0, 9356.0, 9344.0, 9348.0, 9331.0, 9317.0, 9345.0, 9332.0, 9345.0, 9334.0, 9349.0, 9337.0, 9366.0, 9341.0, 9380.0, 9345.0, 9400.0, 9358.0, 9396.0, 9356.0, 9379.0, 9356.0, 9353.0, 9372.0, 9355.0, 9381.0, 9354.0, 9392.0, 9356.0, 9398.0, 9376.0, 9330.0, 9370.0, 9355.0, 9368.0, 9360.0, 9400.0, 9359.0, 9418.0, 9390.0, 9345.0, 9384.0, 9360.0, 9397.0, 9364.0, 9392.0, 9408.0, 9367.0, 9408.0, 9380.0, 9381.0, 9393.0, 9388.0, 9447.0, 9411.0, 9365.0, 9404.0, 9376.0, 9427.0, 9415.0, 9391.0, 9437.0, 9356.0, 9413.0, 9357.0, 9430.0, 9368.0, 9332.0, 9360.0, 9332.0, 9372.0, 9350.0, 9343.0, 9361.0, 9327.0, 9356.0, 9330.0, 9371.0, 9334.0, 9390.0, 9330.0, 9340.0, 9310.0, 9324.0, 9315.0, 9348.0, 9338.0, 9327.0, 9356.0, 9341.0, 9334.0, 9359.0, 9350.0, 9391.0, 9370.0, 9424.0, 9366.0, 9376.0, 9376.0, 9362.0, 9413.0, 9397.0, 9357.0, 9426.0, 9380.0, 9383.0, 9440.0, 9379.0, 9360.0, 9371.0, 9360.0, 9424.0, 9391.0, 9343.0, 9384.0, 9339.0, 9379.0, 9359.0, 9397.0, 9364.0, 9334.0, 9364.0, 9349.0, 9335.0, 9336.0, 9325.0, 9381.0, 9364.0, 9376.0, 9408.0, 9364.0, 9400.0, 9359.0, 9360.0, 9390.0, 9380.0, 9418.0, 9375.0, 9358.0, 9388.0, 9362.0, 9404.0, 9391.0, 9360.0, 9404.0, 9355.0, 9342.0, 9370.0, 9343.0, 9402.0, 9372.0, 9382.0, 9369.0, 9336.0, 9363.0, 9350.0, 9394.0, 9367.0, 9350.0, 9352.0, 9334.0, 9367.0, 9354.0, 9394.0, 9371.0, 9359.0, 9385.0, 9342.0, 9378.0, 9355.0, 9399.0, 9360.0, 9394.0, 9356.0, 9342.0, 9378.0, 9335.0, 9405.0, 9347.0, 9363.0, 9378.0, 9370.0, 9389.0, 9314.0, 9302.0, 9316.0, 9317.0, 9407.0, 9392.0, 9438.0, 9414.0, 9394.0, 9415.0, 9379.0, 9343.0, 9385.0, 9367.0, 9377.0, 9393.0, 9383.0, 9454.0, 9400.0, 9383.0, 9415.0, 9388.0, 9423.0, 9390.0, 9388.0, 9407.0, 9395.0, 9393.0, 9374.0, 9350.0, 9407.0, 9367.0, 9395.0, 9411.0, 9392.0, 9408.0, 9344.0, 9387.0, 9344.0, 9387.0, 9345.0, 9398.0, 9352.0, 9383.0, 9370.0, 9363.0, 9348.0, 9316.0, 9344.0, 9333.0, 9379.0, 9353.0, 9352.0, 9368.0, 9342.0, 9370.0, 9343.0, 9391.0, 9377.0, 9360.0, 9406.0, 9367.0, 9419.0, 9375.0, 9380.0, 9409.0, 9397.0, 9439.0, 9428.0, 9364.0, 9405.0, 9350.0, 9351.0, 9410.0, 9401.0, 9459.0, 9414.0, 9368.0, 9410.0, 9379.0, 9422.0, 9392.0, 9422.0, 9421.0, 9346.0, 9415.0, 9341.0, 9343.0, 9386.0, 9368.0, 9344.0, 9440.0, 9406.0, 9390.0, 9389.0, 9372.0, 9327.0, 9329.0, 9357.0, 9346.0, 9405.0, 9376.0, 9387.0, 9325.0, 9396.0, 9369.0, 9395.0, 9346.0, 9341.0, 9340.0, 9312.0, 9358.0, 9345.0, 9382.0, 9327.0, 9311.0, 9339.0, 9314.0, 9357.0, 9342.0, 9366.0, 9322.0, 9311.0, 9337.0, 9313.0, 9355.0, 9345.0, 9354.0, 9329.0, 9340.0, 9345.0, 9319.0, 9376.0, 9346.0, 9320.0, 9333.0, 9312.0, 9355.0, 9333.0, 9367.0, 9382.0, 9359.0, 9426.0, 9384.0, 9398.0, 9381.0, 9396.0, 9443.0, 9399.0, 9440.0, 9377.0, 9346.0, 9390.0, 9377.0, 9440.0, 9395.0, 9337.0, 9387.0, 9362.0, 9349.0, 9407.0, 9378.0, 9435.0, 9362.0, 9362.0, 9387.0, 9350.0, 9422.0, 9405.0, 9418.0, 9341.0, 9337.0, 9366.0, 9326.0, 9385.0, 9371.0, 9393.0, 9340.0, 9327.0, 9372.0, 9362.0, 9431.0, 9405.0, 9347.0, 9401.0, 9361.0, 9358.0, 9358.0, 9366.0, 9422.0, 9393.0, 9388.0, 9373.0, 9345.0, 9388.0, 9378.0, 9416.0, 9376.0, 9415.0, 9370.0, 9354.0, 9372.0, 9359.0, 9402.0, 9358.0, 9399.0, 9360.0, 9376.0, 9404.0, 9359.0, 9387.0, 9361.0, 9345.0, 9360.0, 9372.0, 9412.0, 9386.0, 9358.0, 9400.0, 9378.0, 9431.0, 9407.0, 9406.0, 9465.0, 9454.0, 9379.0, 9431.0, 9374.0, 9382.0, 9382.0, 9369.0, 9424.0, 9367.0, 9428.0, 9430.0, 9402.0, 9443.0, 9431.0, 9423.0, 9440.0, 9388.0, 9395.0, 9364.0, 9337.0, 9392.0, 9382.0, 9398.0, 9378.0, 9306.0, 9359.0, 9322.0, 9359.0, 9353.0, 9391.0, 9352.0, 9346.0, 9347.0, 9358.0, 9362.0, 9347.0, 9361.0, 9301.0, 9358.0, 9317.0, 9344.0, 9339.0, 9369.0, 9339.0, 9339.0, 9342.0, 9351.0, 9392.0, 9359.0, 9361.0, 9375.0, 9361.0, 9375.0, 9362.0, 9421.0, 9395.0, 9405.0, 9375.0, 9343.0, 9372.0, 9344.0, 9389.0, 9362.0, 9401.0, 9358.0, 9400.0, 9358.0, 9383.0, 9375.0, 9417.0, 9389.0, 9370.0, 9371.0, 9346.0, 9375.0, 9365.0, 9390.0, 9365.0, 9418.0, 9377.0, 9432.0, 9397.0, 9406.0, 9391.0, 9360.0, 9375.0, 9350.0, 9391.0, 9378.0, 9424.0, 9398.0, 9358.0, 9400.0, 9376.0, 9378.0, 9396.0, 9402.0, 9454.0, 9394.0, 9446.0, 9405.0, 9450.0, 9422.0, 9389.0, 9431.0, 9372.0, 9410.0, 9388.0, 9428.0, 9399.0, 9440.0, 9392.0, 9402.0, 9397.0, 9438.0, 9392.0, 9373.0, 9372.0, 9353.0, 9371.0, 9349.0, 9388.0, 9374.0, 9382.0, 9349.0, 9362.0, 9353.0, 9373.0, 9396.0, 9369.0, 9438.0, 9389.0, 9386.0, 9401.0, 9390.0, 9445.0, 9431.0, 9372.0, 9416.0, 9383.0, 9427.0, 9404.0, 9443.0, 9414.0, 9365.0, 9391.0, 9362.0, 9410.0, 9376.0, 9422.0, 9371.0, 9366.0, 9364.0, 9341.0, 9387.0, 9389.0, 9375.0, 9363.0, 9346.0, 9390.0, 9359.0, 9387.0, 9441.0, 9412.0, 9371.0, 9395.0, 9369.0, 9410.0, 9402.0, 9444.0, 9426.0, 9365.0, 9406.0, 9360.0, 9406.0, 9376.0, 9416.0, 9328.0, 9389.0, 9352.0, 9349.0, 9319.0, 9316.0, 9331.0, 9324.0, 9397.0, 9385.0, 9331.0, 9375.0, 9350.0, 9346.0, 9348.0, 9350.0, 9401.0, 9380.0, 9435.0, 9381.0, 9378.0, 9426.0, 9379.0, 9435.0, 9374.0, 9354.0, 9365.0, 9369.0, 9376.0, 9441.0, 9428.0, 9361.0, 9384.0, 9326.0, 9324.0, 9354.0, 9326.0, 9397.0, 9373.0, 9375.0, 9436.0, 9411.0, 9367.0, 9345.0, 9328.0, 9365.0, 9356.0, 9367.0, 9398.0, 9344.0, 9415.0, 9354.0, 9352.0, 9366.0, 9329.0, 9398.0, 9371.0, 9416.0, 9368.0, 9337.0, 9362.0, 9349.0, 9395.0, 9367.0, 9351.0, 9395.0, 9320.0, 9363.0, 9350.0, 9376.0, 9364.0, 9334.0, 9350.0, 9333.0, 9361.0, 9353.0, 9381.0, 9351.0, 9324.0, 9365.0, 9328.0, 9366.0, 9344.0, 9390.0, 9386.0, 9341.0, 9387.0, 9344.0, 9342.0, 9328.0, 9345.0, 9363.0, 9349.0, 9420.0, 9379.0, 9405.0, 9379.0, 9392.0, 9394.0, 9372.0, 9428.0, 9379.0, 9403.0, 9363.0, 9348.0, 9400.0, 9400.0, 9396.0, 9410.0, 9367.0, 9407.0, 9383.0, 9439.0, 9397.0, 9378.0, 9396.0, 9365.0, 9405.0, 9390.0, 9437.0, 9391.0, 9333.0, 9385.0, 9358.0, 9401.0, 9393.0, 9373.0, 9379.0, 9349.0, 9375.0, 9350.0, 9408.0, 9395.0, 9351.0, 9393.0, 9363.0, 9406.0, 9397.0, 9408.0, 9394.0, 9349.0, 9389.0, 9363.0, 9407.0, 9353.0, 9393.0, 9350.0, 9403.0, 9376.0, 9421.0, 9396.0, 9368.0, 9390.0, 9355.0, 9382.0, 9361.0, 9384.0, 9422.0, 9366.0, 9446.0, 9392.0, 9465.0, 9422.0, 9418.0, 9415.0, 9367.0, 9409.0, 9373.0, 9440.0, 9396.0, 9364.0, 9389.0, 9348.0, 9405.0, 9397.0, 9379.0, 9422.0, 9360.0, 9393.0, 9374.0, 9379.0, 9408.0, 9392.0, 9404.0, 9375.0, 9336.0, 9411.0, 9385.0, 9427.0, 9372.0, 9362.0, 9393.0, 9382.0, 9423.0, 9395.0, 9376.0, 9373.0, 9347.0, 9407.0, 9389.0, 9373.0, 9372.0, 9331.0, 9388.0, 9370.0, 9395.0, 9410.0, 9364.0, 9405.0, 9376.0, 9370.0, 9413.0, 9370.0, 9409.0, 9375.0, 9360.0, 9388.0, 9356.0, 9423.0, 9396.0, 9376.0, 9389.0, 9347.0, 9388.0, 9368.0, 9422.0, 9399.0, 9352.0, 9388.0, 9347.0, 9408.0, 9381.0, 9367.0, 9407.0, 9379.0, 9390.0, 9365.0, 9357.0, 9427.0, 9401.0, 9368.0, 9409.0, 9370.0, 9368.0, 9389.0, 9377.0, 9386.0, 9401.0, 9405.0, 9438.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.006010310344827586</td></tr>
<tr><td colspan=3>aqi</td><td>0.05024085528735633</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.14136333913685</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1939560641772171</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0198025186075947</td></tr>
<tr><td colspan=3>efc</td><td>0.5142</td></tr>
<tr><td colspan=3>fber</td><td>3257.6577</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09694546851779885</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.712643678160919</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.453121034836936</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.421023851369202</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5809909384643808</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3573483146772256</td></tr>
<tr><td colspan=3>gcor</td><td>0.00508113</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0022485831286758184</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029255157336592674</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>4.3306521544317</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.9851</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.1142</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>225.3607</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292911.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.3105</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1676</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.49</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3425.0019</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3553.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83633.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.4258</td></tr>
<tr><td colspan=3>tsnr</td><td>29.583006813190877</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>