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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-03/func/sub-0010_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fb6b5d04d5170920f204011baef25f54</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>15:47:41.205000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999779, 0.0133024, 0.0162514, -0.0139605, 0.999058, 0.0410794]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0725047</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7731, -7300, 622, -54, -17, 28, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.279</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c681dd4-96cd-4b41-a8ec-703e605db1b4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682335138320923, -0.03745506703853607, 0.04236191138625145, 110.38511657714844], [-0.035689301788806915, 2.6804006099700928, 0.11150258034467697, -85.02178955078125], [0.04360119625926018, -0.11021311581134796, 2.697364091873169, -54.23923110961914], [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': ['154741.205000', '154741.665000', '154742.125000', '154742.585000', '154743.045000', '154743.505000', '154743.965000', '154744.425000', '154744.885000', '154745.345000', '154745.805000', '154746.265000', '154746.725000', '154747.185000', '154747.645000', '154748.105000', '154748.565000', '154749.025000', '154749.485000', '154749.945000', '154750.405000', '154750.865000', '154751.325000', '154751.785000', '154752.245000', '154752.705000', '154753.165000', '154753.625000', '154754.085000', '154754.545000', '154755.005000', '154755.465000', '154755.925000', '154756.385000', '154756.845000', '154757.305000', '154757.765000', '154758.225000', '154758.685000', '154759.145000', '154759.605000', '154800.065000', '154800.525000', '154800.985000', '154801.445000', '154801.905000', '154802.365000', '154802.825000', '154803.285000', '154803.745000', '154804.205000', '154804.665000', '154805.125000', '154805.585000', '154806.045000', '154806.505000', '154806.965000', '154807.425000', '154807.885000', '154808.345000', '154808.805000', '154809.265000', '154809.725000', '154810.185000', '154810.645000', '154811.105000', '154811.565000', '154812.025000', '154812.485000', '154812.945000', '154813.405000', '154813.865000', '154814.325000', '154814.785000', '154815.245000', '154815.705000', '154816.165000', '154816.625000', '154817.085000', '154817.545000', '154818.005000', '154818.465000', '154818.925000', '154819.385000', '154819.845000', '154820.305000', '154820.765000', '154821.225000', '154821.685000', '154822.145000', '154822.605000', '154823.065000', '154823.525000', '154823.985000', '154824.445000', '154824.905000', '154825.365000', '154825.825000', '154826.285000', '154826.745000', '154827.205000', '154827.665000', '154828.125000', '154828.585000', '154829.045000', '154829.505000', '154829.965000', '154830.425000', '154830.885000', '154831.345000', '154831.805000', '154832.265000', '154832.725000', '154833.185000', '154833.645000', '154834.105000', '154834.565000', '154835.025000', '154835.485000', '154835.945000', '154836.405000', '154836.865000', '154837.325000', '154837.785000', '154838.245000', '154838.705000', '154839.165000', '154839.625000', '154840.085000', '154840.545000', '154841.005000', '154841.465000', '154841.925000', '154842.385000', '154842.845000', '154843.305000', '154843.765000', '154844.225000', '154844.685000', '154845.145000', '154845.605000', '154846.065000', '154846.525000', '154846.985000', '154847.445000', '154847.905000', '154848.365000', '154848.825000', '154849.285000', '154849.745000', '154850.205000', '154850.665000', '154851.125000', '154851.585000', '154852.045000', '154852.505000', '154852.965000', '154853.425000', '154853.885000', '154854.345000', '154854.805000', '154855.265000', '154855.725000', '154856.185000', '154856.645000', '154857.105000', '154857.565000', '154858.025000', '154858.485000', '154858.945000', '154859.405000', '154859.865000', '154900.325000', '154900.785000', '154901.245000', '154901.705000', '154902.165000', '154902.625000', '154903.085000', '154903.545000', '154904.005000', '154904.465000', '154904.925000', '154905.385000', '154905.845000', '154906.305000', '154906.765000', '154907.225000', '154907.685000', '154908.145000', '154908.605000', '154909.065000', '154909.525000', '154909.985000', '154910.445000', '154910.905000', '154911.365000', '154911.825000', '154912.285000', '154912.745000', '154913.205000', '154913.665000', '154914.125000', '154914.585000', '154915.045000', '154915.505000', '154915.965000', '154916.425000', '154916.885000', '154917.345000', '154917.805000', '154918.265000', '154918.725000', '154919.185000', '154919.645000', '154920.105000', '154920.565000', '154921.025000', '154921.485000', '154921.945000', '154922.405000', '154922.865000', '154923.325000', '154923.785000', '154924.245000', '154924.705000', '154925.165000', '154925.625000', '154926.085000', '154926.545000', '154927.005000', '154927.465000', '154927.925000', '154928.385000', '154928.845000', '154929.305000', '154929.765000', '154930.225000', '154930.685000', '154931.145000', '154931.605000', '154932.065000', '154932.525000', '154932.985000', '154933.445000', '154933.905000', '154934.365000', '154934.825000', '154935.285000', '154935.745000', '154936.205000', '154936.665000', '154937.125000', '154937.585000', '154938.045000', '154938.505000', '154938.965000', '154939.425000', '154939.885000', '154940.345000', '154940.805000', '154941.265000', '154941.725000', '154942.185000', '154942.645000', '154943.105000', '154943.565000', '154944.025000', '154944.485000', '154944.945000', '154945.405000', '154945.865000', '154946.325000', '154946.785000', '154947.245000', '154947.705000', '154948.165000', '154948.625000', '154949.085000', '154949.545000', '154950.005000', '154950.465000', '154950.925000', '154951.385000', '154951.845000', '154952.305000', '154952.765000', '154953.225000', '154953.685000', '154954.145000', '154954.605000', '154955.065000', '154955.525000', '154955.985000', '154956.445000', '154956.905000', '154957.365000', '154957.825000', '154958.285000', '154958.745000', '154959.205000', '154959.665000', '155000.125000', '155000.585000', '155001.045000', '155001.505000', '155001.965000', '155002.425000', '155002.885000', '155003.345000', '155003.805000', '155004.265000', '155004.725000', '155005.185000', '155005.645000', '155006.105000', '155006.565000', '155007.025000', '155007.485000', '155007.945000', '155008.405000', '155008.865000', '155009.325000', '155009.785000', '155010.245000', '155010.705000', '155011.165000', '155011.625000', '155012.085000', '155012.545000', '155013.005000', '155013.465000', '155013.925000', '155014.385000', '155014.845000', '155015.305000', '155015.765000', '155016.225000', '155016.685000', '155017.145000', '155017.605000', '155018.065000', '155018.525000', '155018.985000', '155019.445000', '155019.905000', '155020.365000', '155020.825000', '155021.285000', '155021.745000', '155022.205000', '155022.665000', '155023.125000', '155023.585000', '155024.045000', '155024.505000', '155024.965000', '155025.425000', '155025.885000', '155026.345000', '155026.805000', '155027.265000', '155027.725000', '155028.185000', '155028.645000', '155029.105000', '155029.565000', '155030.025000', '155030.485000', '155030.945000', '155031.405000', '155031.865000', '155032.325000', '155032.785000', '155033.245000', '155033.705000', '155034.165000', '155034.625000', '155035.085000', '155035.545000', '155036.005000', '155036.465000', '155036.925000', '155037.385000', '155037.845000', '155038.305000', '155038.765000', '155039.225000', '155039.685000', '155040.145000', '155040.605000', '155041.065000', '155041.525000', '155041.985000', '155042.445000', '155042.905000', '155043.365000', '155043.825000', '155044.285000', '155044.745000', '155045.205000', '155045.665000', '155046.125000', '155046.585000', '155047.045000', '155047.505000', '155047.965000', '155048.425000', '155048.885000', '155049.345000', '155049.805000', '155050.265000', '155050.725000', '155051.185000', '155051.645000', '155052.105000', '155052.565000', '155053.025000', '155053.485000', '155053.945000', '155054.405000', '155054.865000', '155055.325000', '155055.785000', '155056.245000', '155056.705000', '155057.165000', '155057.625000', '155058.085000', '155058.545000', '155059.005000', '155059.465000', '155059.925000', '155100.385000', '155100.845000', '155101.305000', '155101.765000', '155102.225000', '155102.685000', '155103.145000', '155103.605000', '155104.065000', '155104.525000', '155104.985000', '155105.445000', '155105.905000', '155106.365000', '155106.825000', '155107.285000', '155107.745000', '155108.205000', '155108.665000', '155109.125000', '155109.585000', '155110.045000', '155110.505000', '155110.965000', '155111.425000', '155111.885000', '155112.345000', '155112.805000', '155113.265000', '155113.725000', '155114.185000', '155114.645000', '155115.105000', '155115.565000', '155116.025000', '155116.485000', '155116.945000', '155117.405000', '155117.865000', '155118.325000', '155118.785000', '155119.245000', '155119.705000', '155120.165000', '155120.625000', '155121.085000', '155121.545000', '155122.005000', '155122.465000', '155122.925000', '155123.385000', '155123.845000', '155124.305000', '155124.765000', '155125.225000', '155125.685000', '155126.145000', '155126.605000', '155127.065000', '155127.525000', '155127.985000', '155128.445000', '155128.905000', '155129.365000', '155129.825000', '155130.285000', '155130.745000', '155131.205000', '155131.665000', '155132.125000', '155132.585000', '155133.045000', '155133.505000', '155133.965000', '155134.425000', '155134.885000', '155135.345000', '155135.805000', '155136.265000', '155136.725000', '155137.185000', '155137.645000', '155138.105000', '155138.565000', '155139.025000', '155139.485000', '155139.945000', '155140.405000', '155140.865000', '155141.325000', '155141.785000', '155142.245000', '155142.705000', '155143.165000', '155143.625000', '155144.085000', '155144.545000', '155145.005000', '155145.465000', '155145.925000', '155146.385000', '155146.845000', '155147.305000', '155147.765000', '155148.225000', '155148.685000', '155149.145000', '155149.605000', '155150.065000', '155150.525000', '155150.985000', '155151.445000', '155151.905000', '155152.365000', '155152.825000', '155153.285000', '155153.745000', '155154.205000', '155154.665000', '155155.125000', '155155.585000', '155156.045000', '155156.505000', '155156.965000', '155157.425000', '155157.885000', '155158.345000', '155158.805000', '155159.265000', '155159.725000', '155200.185000', '155200.645000', '155201.105000', '155201.565000', '155202.025000', '155202.485000', '155202.945000', '155203.405000', '155203.865000', '155204.325000', '155204.785000', '155205.245000', '155205.705000', '155206.165000', '155206.625000', '155207.085000', '155207.545000', '155208.005000', '155208.465000', '155208.925000', '155209.385000', '155209.845000', '155210.305000', '155210.765000', '155211.225000', '155211.685000', '155212.145000', '155212.605000', '155213.065000', '155213.525000', '155213.985000', '155214.445000', '155214.905000', '155215.365000', '155215.825000', '155216.285000', '155216.745000', '155217.205000', '155217.665000', '155218.125000', '155218.585000', '155219.045000', '155219.505000', '155219.965000', '155220.425000', '155220.885000', '155221.345000', '155221.805000', '155222.265000', '155222.725000', '155223.185000', '155223.645000', '155224.105000', '155224.565000', '155225.025000', '155225.485000', '155225.945000', '155226.405000', '155226.865000', '155227.325000', '155227.785000', '155228.245000', '155228.705000', '155229.165000', '155229.625000', '155230.085000', '155230.545000', '155231.005000', '155231.465000', '155231.925000', '155232.385000', '155232.845000', '155233.305000', '155233.765000', '155234.225000', '155234.685000', '155235.145000', '155235.605000', '155236.065000', '155236.525000', '155236.985000', '155237.445000', '155237.905000', '155238.365000', '155238.825000', '155239.285000', '155239.745000', '155240.205000', '155240.665000', '155241.125000', '155241.585000', '155242.045000', '155242.505000', '155242.965000', '155243.425000', '155243.885000', '155244.345000', '155244.805000', '155245.265000', '155245.725000', '155246.185000', '155246.645000', '155247.105000', '155247.565000', '155248.025000', '155248.485000', '155248.945000', '155249.405000', '155249.865000', '155250.325000', '155250.785000', '155251.245000', '155251.705000', '155252.165000', '155252.625000', '155253.085000', '155253.545000', '155254.005000', '155254.465000', '155254.925000', '155255.385000', '155255.845000', '155256.305000', '155256.765000', '155257.225000', '155257.685000', '155258.145000', '155258.605000', '155259.065000', '155259.525000', '155259.985000', '155300.445000', '155300.905000', '155301.365000', '155301.825000', '155302.285000', '155302.745000', '155303.205000', '155303.665000', '155304.125000', '155304.585000', '155305.045000', '155305.505000', '155305.965000', '155306.425000', '155306.885000', '155307.345000', '155307.805000', '155308.265000', '155308.725000', '155309.185000', '155309.645000', '155310.105000', '155310.565000', '155311.025000', '155311.485000', '155311.945000', '155312.405000', '155312.865000', '155313.325000', '155313.785000', '155314.245000', '155314.705000', '155315.165000', '155315.625000', '155316.085000', '155316.545000', '155317.005000', '155317.465000', '155317.925000', '155318.385000', '155318.845000', '155319.305000', '155319.765000', '155320.225000', '155320.685000', '155321.145000', '155321.605000', '155322.065000', '155322.525000', '155322.985000', '155323.445000', '155323.905000', '155324.365000', '155324.825000', '155325.285000', '155325.745000', '155326.205000', '155326.665000', '155327.125000', '155327.585000', '155328.045000', '155328.505000', '155328.965000', '155329.425000', '155329.885000', '155330.345000', '155330.805000', '155331.265000', '155331.725000', '155332.185000', '155332.645000', '155333.105000', '155333.565000', '155334.025000', '155334.485000', '155334.945000', '155335.405000', '155335.865000', '155336.325000', '155336.785000', '155337.245000', '155337.705000', '155338.165000', '155338.625000', '155339.085000', '155339.545000', '155340.005000', '155340.465000', '155340.925000', '155341.385000', '155341.845000', '155342.305000', '155342.765000', '155343.225000', '155343.685000', '155344.145000', '155344.605000', '155345.065000', '155345.525000', '155345.985000', '155346.445000', '155346.905000', '155347.365000', '155347.825000', '155348.285000', '155348.745000', '155349.205000', '155349.665000', '155350.125000', '155350.585000', '155351.045000', '155351.505000', '155351.965000', '155352.425000', '155352.885000', '155353.345000', '155353.805000', '155354.265000', '155354.725000', '155355.185000', '155355.645000', '155356.105000', '155356.565000', '155357.025000', '155357.485000', '155357.945000', '155358.405000', '155358.865000', '155359.325000', '155359.785000', '155400.245000', '155400.705000', '155401.165000', '155401.625000', '155402.085000', '155402.545000', '155403.005000', '155403.465000', '155403.925000', '155404.385000', '155404.845000', '155405.305000', '155405.765000', '155406.225000', '155406.685000', '155407.145000', '155407.605000', '155408.065000', '155408.525000', '155408.985000', '155409.445000', '155409.905000', '155410.365000', '155410.825000', '155411.285000', '155411.745000', '155412.205000', '155412.665000', '155413.125000', '155413.585000', '155414.045000', '155414.505000', '155414.965000', '155415.425000', '155415.885000', '155416.345000', '155416.805000', '155417.265000', '155417.725000', '155418.185000', '155418.645000', '155419.105000', '155419.565000', '155420.025000', '155420.485000', '155420.945000', '155421.405000', '155421.865000'], 'ContentTime': ['154805.338000', '154805.342000', '154805.345000', '154805.353000', '154805.355000', '154805.358000', '154805.361000', '154805.364000', '154805.367000', '154805.369000', '154805.372000', '154805.375000', '154805.378000', '154805.381000', '154805.383000', '154805.386000', '154805.389000', '154805.392000', '154805.395000', '154805.397000', '154805.400000', '154805.413000', '154805.416000', '154805.419000', '154805.422000', '154805.425000', '154805.428000', '154805.438000', '154805.441000', '154805.444000', '154805.447000', '154805.449000', '154805.452000', '154805.455000', '154805.458000', '154805.461000', '154805.463000', '154805.466000', '154805.476000', '154805.479000', '154805.482000', '154805.485000', '154805.488000', '154805.490000', '154805.493000', '154805.496000', '154805.499000', '154805.502000', '154805.504000', '154805.507000', '154805.510000', '154825.310000', '154825.313000', '154825.316000', '154825.318000', '154825.321000', '154825.329000', '154825.332000', '154825.334000', '154825.337000', '154825.340000', '154825.343000', '154825.345000', '154825.348000', '154825.351000', '154825.354000', '154825.357000', '154825.361000', '154825.363000', '154825.366000', '154825.369000', '154825.372000', '154825.375000', '154825.377000', '154825.380000', '154825.383000', '154825.386000', '154825.388000', '154825.391000', '154825.394000', '154825.397000', '154825.399000', '154825.402000', '154825.405000', '154825.408000', '154825.411000', '154825.414000', '154825.416000', '154825.419000', '154825.422000', '154825.425000', '154825.429000', '154825.434000', '154825.437000', '154845.310000', '154845.313000', '154845.316000', '154845.319000', '154845.322000', '154845.325000', '154845.327000', '154845.330000', '154845.333000', '154845.336000', '154845.339000', '154845.341000', '154845.344000', '154845.347000', '154845.350000', '154845.352000', '154845.355000', '154845.358000', '154845.361000', '154845.364000', '154845.372000', '154845.375000', '154845.378000', '154845.381000', '154845.383000', '154845.386000', '154845.389000', '154845.392000', '154845.394000', '154845.397000', '154845.400000', '154845.403000', '154845.405000', '154845.408000', '154845.411000', '154845.414000', '154845.417000', '154845.419000', '154845.422000', '154845.425000', '154845.428000', '154845.431000', '154845.433000', '154845.436000', '154905.310000', '154905.313000', '154905.316000', '154905.318000', '154905.321000', '154905.324000', '154905.327000', '154905.330000', '154905.332000', '154905.335000', '154905.338000', '154905.341000', '154905.344000', '154905.346000', '154905.354000', '154905.357000', '154905.360000', '154905.363000', '154905.366000', '154905.368000', '154905.371000', '154905.374000', '154905.377000', '154905.380000', '154905.382000', '154905.385000', '154905.388000', '154905.391000', '154905.394000', '154905.396000', '154905.399000', '154905.402000', '154905.405000', '154905.408000', '154905.410000', '154905.413000', '154905.416000', '154905.419000', '154905.422000', '154905.424000', '154905.427000', '154905.430000', '154905.433000', '154925.310000', '154925.313000', '154925.316000', '154925.319000', '154925.321000', '154925.324000', '154925.327000', '154925.330000', '154925.333000', '154925.335000', '154925.338000', '154925.341000', '154925.344000', '154925.351000', '154925.354000', '154925.357000', '154925.360000', '154925.363000', '154925.366000', '154925.369000', '154925.371000', '154925.374000', '154925.377000', '154925.380000', '154925.383000', '154925.385000', '154925.388000', '154925.391000', '154925.394000', '154925.397000', '154925.399000', '154925.402000', '154925.405000', '154925.408000', '154925.411000', '154925.414000', '154925.416000', '154925.419000', '154925.422000', '154925.425000', '154925.428000', '154925.430000', '154925.433000', '154925.436000', '154945.310000', '154945.313000', '154945.316000', '154945.319000', '154945.321000', '154945.324000', '154945.327000', '154945.330000', '154945.333000', '154945.336000', '154945.339000', '154945.341000', '154945.344000', '154945.347000', '154945.350000', '154945.371000', '154945.373000', '154945.376000', '154945.379000', '154945.382000', '154945.385000', '154945.387000', '154945.390000', '154945.393000', '154945.397000', '154945.400000', '154945.403000', '154945.405000', '154945.408000', '154945.411000', '154945.414000', '154945.417000', '154945.420000', '154945.423000', '154945.425000', '154945.428000', '154945.431000', '154945.434000', '154945.437000', '154945.439000', '154945.442000', '154945.445000', '154945.448000', '155005.311000', '155005.314000', '155005.317000', '155005.319000', '155005.322000', '155005.325000', '155005.328000', '155005.331000', '155005.334000', '155005.336000', '155005.339000', '155005.342000', '155005.345000', '155005.348000', '155005.350000', '155005.353000', '155005.356000', '155005.359000', '155005.362000', '155005.365000', '155005.367000', '155005.370000', '155005.373000', '155005.376000', '155005.379000', '155005.381000', '155005.384000', '155005.387000', '155005.390000', '155005.393000', '155005.395000', '155005.398000', '155005.401000', '155005.404000', '155005.406000', '155005.409000', '155005.412000', '155005.415000', '155005.417000', '155005.420000', '155005.423000', '155005.426000', '155005.429000', '155005.432000', '155025.310000', '155025.313000', '155025.316000', '155025.319000', '155025.321000', '155025.324000', '155025.327000', '155025.330000', '155025.332000', '155025.335000', '155025.338000', '155025.341000', '155025.344000', '155025.347000', '155025.349000', '155025.352000', '155025.355000', '155025.358000', '155025.361000', '155025.363000', '155025.366000', '155025.369000', '155025.372000', '155025.375000', '155025.377000', '155025.380000', '155025.383000', '155025.386000', '155025.389000', '155025.392000', '155025.394000', '155025.397000', '155025.400000', '155025.403000', '155025.406000', '155025.408000', '155025.411000', '155025.414000', '155025.417000', '155025.420000', '155025.422000', '155025.425000', '155025.428000', '155045.310000', '155045.313000', '155045.316000', '155045.319000', '155045.322000', '155045.324000', '155045.327000', '155045.330000', '155045.333000', '155045.336000', '155045.339000', '155045.341000', '155045.344000', '155045.347000', '155045.350000', '155045.353000', '155045.356000', '155045.359000', '155045.361000', '155045.364000', '155045.367000', '155045.370000', '155045.373000', '155045.375000', '155045.378000', '155045.381000', '155045.384000', '155045.387000', '155045.390000', '155045.392000', '155045.395000', '155045.398000', '155045.401000', '155045.404000', '155045.406000', '155045.409000', '155045.412000', '155045.415000', '155045.418000', '155045.420000', '155045.423000', '155045.426000', '155045.429000', '155105.310000', '155105.313000', '155105.316000', '155105.319000', '155105.321000', '155105.324000', '155105.327000', '155105.330000', '155105.342000', '155105.345000', '155105.348000', '155105.351000', '155105.354000', '155105.357000', '155105.359000', '155105.362000', '155105.365000', '155105.368000', '155105.371000', '155105.374000', '155105.377000', '155105.380000', '155105.390000', '155105.393000', '155105.395000', '155105.398000', '155105.401000', '155105.404000', '155105.407000', '155105.409000', '155105.412000', '155105.415000', '155105.418000', '155105.421000', '155105.423000', '155105.426000', '155105.429000', '155105.432000', '155105.436000', '155105.439000', '155105.442000', '155105.445000', '155105.447000', '155105.450000', '155125.310000', '155125.313000', '155125.316000', '155125.318000', '155125.321000', '155125.324000', '155125.327000', '155125.330000', '155125.332000', '155125.335000', '155125.338000', '155125.355000', '155125.358000', '155125.361000', '155125.364000', '155125.367000', '155125.369000', '155125.372000', '155125.375000', '155125.378000', '155125.381000', '155125.383000', '155125.386000', '155125.389000', '155125.392000', '155125.395000', '155125.398000', '155125.400000', '155125.403000', '155125.406000', '155125.409000', '155125.412000', '155125.414000', '155125.417000', '155125.420000', '155125.423000', '155125.426000', '155125.428000', '155125.431000', '155125.434000', '155125.437000', '155125.440000', '155125.443000', '155125.445000', '155145.310000', '155145.313000', '155145.316000', '155145.319000', '155145.321000', '155145.324000', '155145.327000', '155145.330000', '155145.333000', '155145.335000', '155145.338000', '155145.341000', '155145.344000', '155145.347000', '155145.350000', '155145.352000', '155145.355000', '155145.358000', '155145.361000', '155145.364000', '155145.367000', '155145.370000', '155145.372000', '155145.375000', '155145.378000', '155145.381000', '155145.384000', '155145.387000', '155145.389000', '155145.392000', '155145.395000', '155145.398000', '155145.401000', '155145.404000', '155145.406000', '155145.409000', '155145.412000', '155145.415000', '155145.418000', '155145.420000', '155145.423000', '155145.426000', '155145.429000', '155205.310000', '155205.313000', '155205.316000', '155205.319000', '155205.321000', '155205.324000', '155205.327000', '155205.330000', '155205.332000', '155205.335000', '155205.338000', '155205.341000', '155205.344000', '155205.347000', '155205.349000', '155205.352000', '155205.355000', '155205.358000', '155205.361000', '155205.364000', '155205.366000', '155205.369000', '155205.372000', '155205.375000', '155205.378000', '155205.380000', '155205.383000', '155205.386000', '155205.389000', '155205.392000', '155205.395000', '155205.398000', '155205.401000', '155205.403000', '155205.406000', '155205.409000', '155205.412000', '155205.415000', '155205.418000', '155205.421000', '155205.424000', '155205.426000', '155205.429000', '155225.311000', '155225.314000', '155225.317000', '155225.320000', '155225.322000', '155225.325000', '155225.328000', '155225.331000', '155225.334000', '155225.337000', '155225.339000', '155225.342000', '155225.345000', '155225.348000', '155225.351000', '155225.353000', '155225.356000', '155225.359000', '155225.362000', '155225.365000', '155225.367000', '155225.370000', '155225.373000', '155225.376000', '155225.379000', '155225.382000', '155225.384000', '155225.387000', '155225.390000', '155225.393000', '155225.396000', '155225.398000', '155225.401000', '155225.404000', '155225.407000', '155225.410000', '155225.412000', '155225.415000', '155225.418000', '155225.421000', '155225.424000', '155225.427000', '155225.429000', '155225.432000', '155245.310000', '155245.313000', '155245.316000', '155245.319000', '155245.321000', '155245.324000', '155245.327000', '155245.330000', '155245.333000', '155245.336000', '155245.339000', '155245.342000', '155245.345000', '155245.348000', '155245.350000', '155245.353000', '155245.356000', '155245.359000', '155245.362000', '155245.364000', '155245.367000', '155245.370000', '155245.388000', '155245.391000', '155245.394000', '155245.397000', '155245.400000', '155245.403000', '155245.405000', '155245.408000', '155245.411000', '155245.414000', '155245.417000', '155245.419000', '155245.422000', '155245.425000', '155245.428000', '155245.431000', '155245.433000', '155245.436000', '155245.439000', '155245.442000', '155245.445000', '155305.311000', '155305.315000', '155305.317000', '155305.320000', '155305.323000', '155305.326000', '155305.329000', '155305.332000', '155305.334000', '155305.337000', '155305.340000', '155305.343000', '155305.346000', '155305.348000', '155305.351000', '155305.354000', '155305.357000', '155305.360000', '155305.362000', '155305.365000', '155305.368000', '155305.371000', '155305.374000', '155305.376000', '155305.379000', '155305.382000', '155305.385000', '155305.388000', '155305.390000', '155305.393000', '155305.396000', '155305.399000', '155305.402000', '155305.404000', '155305.407000', '155305.410000', '155305.413000', '155305.416000', '155305.419000', '155305.422000', '155305.424000', '155305.427000', '155305.430000', '155305.433000', '155325.310000', '155325.313000', '155325.316000', '155325.319000', '155325.321000', '155325.325000', '155325.330000', '155325.334000', '155325.337000', '155325.340000', '155325.342000', '155325.345000', '155325.348000', '155325.351000', '155325.354000', '155325.356000', '155325.359000', '155325.362000', '155325.365000', '155325.367000', '155325.370000', '155325.373000', '155325.376000', '155325.379000', '155325.382000', '155325.385000', '155325.387000', '155325.390000', '155325.393000', '155325.396000', '155325.398000', '155325.401000', '155325.404000', '155325.407000', '155325.410000', '155325.412000', '155325.415000', '155325.418000', '155325.421000', '155325.424000', '155325.426000', '155325.429000', '155325.434000', '155345.310000', '155345.313000', '155345.316000', '155345.319000', '155345.322000', '155345.324000', '155345.327000', '155345.330000', '155345.333000', '155345.336000', '155345.339000', '155345.341000', '155345.344000', '155345.347000', '155345.350000', '155345.353000', '155345.355000', '155345.358000', '155345.361000', '155345.364000', '155345.367000', '155345.369000', '155345.372000', '155345.375000', '155345.378000', '155345.381000', '155345.384000', '155345.387000', '155345.389000', '155345.392000', '155345.395000', '155345.398000', '155345.401000', '155345.404000', '155345.407000', '155345.409000', '155345.412000', '155345.415000', '155345.418000', '155345.421000', '155345.423000', '155345.426000', '155345.429000', '155345.432000', '155405.310000', '155405.313000', '155405.316000', '155405.319000', '155405.321000', '155405.324000', '155405.327000', '155405.330000', '155405.333000', '155405.336000', '155405.338000', '155405.341000', '155405.344000', '155405.347000', '155405.350000', '155405.353000', '155405.358000', '155405.362000', '155405.364000', '155405.367000', '155405.370000', '155405.373000', '155405.376000', '155405.379000', '155405.381000', '155405.385000', '155405.388000', '155405.390000', '155405.393000', '155405.396000', '155405.399000', '155405.402000', '155405.405000', '155405.407000', '155405.410000', '155405.413000', '155405.416000', '155405.419000', '155405.421000', '155405.424000', '155405.427000', '155405.430000', '155405.433000', '155422.897000', '155422.906000', '155422.909000', '155422.912000', '155422.915000', '155422.918000', '155422.921000', '155422.924000', '155422.927000', '155422.930000', '155422.932000', '155422.935000', '155422.938000', '155422.941000', '155422.944000', '155422.947000', '155422.950000', '155422.953000', '155422.956000', '155422.959000', '155422.961000', '155422.964000', '155422.967000', '155422.970000', '155422.973000', '155422.975000', '155422.978000', '155422.981000', '155422.984000', '155422.986000', '155422.989000', '155422.993000', '155422.996000', '155423.000000', '155423.003000', '155423.006000', '155423.008000', '155423.011000', '155423.014000'], 'InstanceCreationTime': ['154805.338000', '154805.342000', '154805.345000', '154805.353000', '154805.355000', '154805.358000', '154805.361000', '154805.364000', '154805.367000', '154805.369000', '154805.372000', '154805.375000', '154805.378000', '154805.381000', '154805.383000', '154805.386000', '154805.389000', '154805.392000', '154805.395000', '154805.397000', '154805.400000', '154805.413000', '154805.416000', '154805.419000', '154805.422000', '154805.425000', '154805.428000', '154805.438000', '154805.441000', '154805.444000', '154805.447000', '154805.449000', '154805.452000', '154805.455000', '154805.458000', '154805.461000', '154805.463000', '154805.466000', '154805.476000', '154805.479000', '154805.482000', '154805.485000', '154805.488000', '154805.490000', '154805.493000', '154805.496000', '154805.499000', '154805.502000', '154805.504000', '154805.507000', '154805.510000', '154825.310000', '154825.313000', '154825.316000', '154825.318000', '154825.321000', '154825.329000', '154825.332000', '154825.334000', '154825.337000', '154825.340000', '154825.343000', '154825.345000', '154825.348000', '154825.351000', '154825.354000', '154825.357000', '154825.361000', '154825.363000', '154825.366000', '154825.369000', '154825.372000', '154825.375000', '154825.377000', '154825.380000', '154825.383000', '154825.386000', '154825.388000', '154825.391000', '154825.394000', '154825.397000', '154825.399000', '154825.402000', '154825.405000', '154825.408000', '154825.411000', '154825.414000', '154825.416000', '154825.419000', '154825.422000', '154825.425000', '154825.429000', '154825.434000', '154825.437000', '154845.310000', '154845.313000', '154845.316000', '154845.319000', '154845.322000', '154845.325000', '154845.327000', '154845.330000', '154845.333000', '154845.336000', '154845.339000', '154845.341000', '154845.344000', '154845.347000', '154845.350000', '154845.352000', '154845.355000', '154845.358000', '154845.361000', '154845.364000', '154845.372000', '154845.375000', '154845.378000', '154845.381000', '154845.383000', '154845.386000', '154845.389000', '154845.392000', '154845.394000', '154845.397000', '154845.400000', '154845.403000', '154845.405000', '154845.408000', '154845.411000', '154845.414000', '154845.417000', '154845.419000', '154845.422000', '154845.425000', '154845.428000', '154845.431000', '154845.433000', '154845.436000', '154905.310000', '154905.313000', '154905.316000', '154905.318000', '154905.321000', '154905.324000', '154905.327000', '154905.330000', '154905.332000', '154905.335000', '154905.338000', '154905.341000', '154905.344000', '154905.346000', '154905.354000', '154905.357000', '154905.360000', '154905.363000', '154905.366000', '154905.368000', '154905.371000', '154905.374000', '154905.377000', '154905.380000', '154905.382000', '154905.385000', '154905.388000', '154905.391000', '154905.394000', '154905.396000', '154905.399000', '154905.402000', '154905.405000', '154905.408000', '154905.410000', '154905.413000', '154905.416000', '154905.419000', '154905.422000', '154905.424000', '154905.427000', '154905.430000', '154905.433000', '154925.310000', '154925.313000', '154925.316000', '154925.319000', '154925.321000', '154925.324000', '154925.327000', '154925.330000', '154925.333000', '154925.335000', '154925.338000', '154925.341000', '154925.344000', '154925.351000', '154925.354000', '154925.357000', '154925.360000', '154925.363000', '154925.366000', '154925.369000', '154925.371000', '154925.374000', '154925.377000', '154925.380000', '154925.383000', '154925.385000', '154925.388000', '154925.391000', '154925.394000', '154925.397000', '154925.399000', '154925.402000', '154925.405000', '154925.408000', '154925.411000', '154925.414000', '154925.416000', '154925.419000', '154925.422000', '154925.425000', '154925.428000', '154925.430000', '154925.433000', '154925.436000', '154945.310000', '154945.313000', '154945.316000', '154945.319000', '154945.321000', '154945.324000', '154945.327000', '154945.330000', '154945.333000', '154945.336000', '154945.339000', '154945.341000', '154945.344000', '154945.347000', '154945.350000', '154945.371000', '154945.373000', '154945.376000', '154945.379000', '154945.382000', '154945.385000', '154945.387000', '154945.390000', '154945.393000', '154945.397000', '154945.400000', '154945.403000', '154945.405000', '154945.408000', '154945.411000', '154945.414000', '154945.417000', '154945.420000', '154945.423000', '154945.425000', '154945.428000', '154945.431000', '154945.434000', '154945.437000', '154945.439000', '154945.442000', '154945.445000', '154945.448000', '155005.311000', '155005.314000', '155005.317000', '155005.319000', '155005.322000', '155005.325000', '155005.328000', '155005.331000', '155005.334000', '155005.336000', '155005.339000', '155005.342000', '155005.345000', '155005.348000', '155005.350000', '155005.353000', '155005.356000', '155005.359000', '155005.362000', '155005.365000', '155005.367000', '155005.370000', '155005.373000', '155005.376000', '155005.379000', '155005.381000', '155005.384000', '155005.387000', '155005.390000', '155005.393000', '155005.395000', '155005.398000', '155005.401000', '155005.404000', '155005.406000', '155005.409000', '155005.412000', '155005.415000', '155005.417000', '155005.420000', '155005.423000', '155005.426000', '155005.429000', '155005.432000', '155025.310000', '155025.313000', '155025.316000', '155025.319000', '155025.321000', '155025.324000', '155025.327000', '155025.330000', '155025.332000', '155025.335000', '155025.338000', '155025.341000', '155025.344000', '155025.347000', '155025.349000', '155025.352000', '155025.355000', '155025.358000', '155025.361000', '155025.363000', '155025.366000', '155025.369000', '155025.372000', '155025.375000', '155025.377000', '155025.380000', '155025.383000', '155025.386000', '155025.389000', '155025.392000', '155025.394000', '155025.397000', '155025.400000', '155025.403000', '155025.406000', '155025.408000', '155025.411000', '155025.414000', '155025.417000', '155025.420000', '155025.422000', '155025.425000', '155025.428000', '155045.310000', '155045.313000', '155045.316000', '155045.319000', '155045.322000', '155045.324000', '155045.327000', '155045.330000', '155045.333000', '155045.336000', '155045.339000', '155045.341000', '155045.344000', '155045.347000', '155045.350000', '155045.353000', '155045.356000', '155045.359000', '155045.361000', '155045.364000', '155045.367000', '155045.370000', '155045.373000', '155045.375000', '155045.378000', '155045.381000', '155045.384000', '155045.387000', '155045.390000', '155045.392000', '155045.395000', '155045.398000', '155045.401000', '155045.404000', '155045.406000', '155045.409000', '155045.412000', '155045.415000', '155045.418000', '155045.420000', '155045.423000', '155045.426000', '155045.429000', '155105.310000', '155105.313000', '155105.316000', '155105.319000', '155105.321000', '155105.324000', '155105.327000', '155105.330000', '155105.342000', '155105.345000', '155105.348000', '155105.351000', '155105.354000', '155105.357000', '155105.359000', '155105.362000', '155105.365000', '155105.368000', '155105.371000', '155105.374000', '155105.377000', '155105.380000', '155105.390000', '155105.393000', '155105.395000', '155105.398000', '155105.401000', '155105.404000', '155105.407000', '155105.409000', '155105.412000', '155105.415000', '155105.418000', '155105.421000', '155105.423000', '155105.426000', '155105.429000', '155105.432000', '155105.436000', '155105.439000', '155105.442000', '155105.445000', '155105.447000', '155105.450000', '155125.310000', '155125.313000', '155125.316000', '155125.318000', '155125.321000', '155125.324000', '155125.327000', '155125.330000', '155125.332000', '155125.335000', '155125.338000', '155125.355000', '155125.358000', '155125.361000', '155125.364000', '155125.367000', '155125.369000', '155125.372000', '155125.375000', '155125.378000', '155125.381000', '155125.383000', '155125.386000', '155125.389000', '155125.392000', '155125.395000', '155125.398000', '155125.400000', '155125.403000', '155125.406000', '155125.409000', '155125.412000', '155125.414000', '155125.417000', '155125.420000', '155125.423000', '155125.426000', '155125.428000', '155125.431000', '155125.434000', '155125.437000', '155125.440000', '155125.443000', '155125.445000', '155145.310000', '155145.313000', '155145.316000', '155145.319000', '155145.321000', '155145.324000', '155145.327000', '155145.330000', '155145.333000', '155145.335000', '155145.338000', '155145.341000', '155145.344000', '155145.347000', '155145.350000', '155145.352000', '155145.355000', '155145.358000', '155145.361000', '155145.364000', '155145.367000', '155145.370000', '155145.372000', '155145.375000', '155145.378000', '155145.381000', '155145.384000', '155145.387000', '155145.389000', '155145.392000', '155145.395000', '155145.398000', '155145.401000', '155145.404000', '155145.406000', '155145.409000', '155145.412000', '155145.415000', '155145.418000', '155145.420000', '155145.423000', '155145.426000', '155145.429000', '155205.310000', '155205.313000', '155205.316000', '155205.319000', '155205.321000', '155205.324000', '155205.327000', '155205.330000', '155205.332000', '155205.335000', '155205.338000', '155205.341000', '155205.344000', '155205.347000', '155205.349000', '155205.352000', '155205.355000', '155205.358000', '155205.361000', '155205.364000', '155205.366000', '155205.369000', '155205.372000', '155205.375000', '155205.378000', '155205.380000', '155205.383000', '155205.386000', '155205.389000', '155205.392000', '155205.395000', '155205.398000', '155205.401000', '155205.403000', '155205.406000', '155205.409000', '155205.412000', '155205.415000', '155205.418000', '155205.421000', '155205.424000', '155205.426000', '155205.429000', '155225.311000', '155225.314000', '155225.317000', '155225.320000', '155225.322000', '155225.325000', '155225.328000', '155225.331000', '155225.334000', '155225.337000', '155225.339000', '155225.342000', '155225.345000', '155225.348000', '155225.351000', '155225.353000', '155225.356000', '155225.359000', '155225.362000', '155225.365000', '155225.367000', '155225.370000', '155225.373000', '155225.376000', '155225.379000', '155225.382000', '155225.384000', '155225.387000', '155225.390000', '155225.393000', '155225.396000', '155225.398000', '155225.401000', '155225.404000', '155225.407000', '155225.410000', '155225.412000', '155225.415000', '155225.418000', '155225.421000', '155225.424000', '155225.427000', '155225.429000', '155225.432000', '155245.310000', '155245.313000', '155245.316000', '155245.319000', '155245.321000', '155245.324000', '155245.327000', '155245.330000', '155245.333000', '155245.336000', '155245.339000', '155245.342000', '155245.345000', '155245.348000', '155245.350000', '155245.353000', '155245.356000', '155245.359000', '155245.362000', '155245.364000', '155245.367000', '155245.370000', '155245.388000', '155245.391000', '155245.394000', '155245.397000', '155245.400000', '155245.403000', '155245.405000', '155245.408000', '155245.411000', '155245.414000', '155245.417000', '155245.419000', '155245.422000', '155245.425000', '155245.428000', '155245.431000', '155245.433000', '155245.436000', '155245.439000', '155245.442000', '155245.445000', '155305.311000', '155305.315000', '155305.317000', '155305.320000', '155305.323000', '155305.326000', '155305.329000', '155305.332000', '155305.334000', '155305.337000', '155305.340000', '155305.343000', '155305.346000', '155305.348000', '155305.351000', '155305.354000', '155305.357000', '155305.360000', '155305.362000', '155305.365000', '155305.368000', '155305.371000', '155305.374000', '155305.376000', '155305.379000', '155305.382000', '155305.385000', '155305.388000', '155305.390000', '155305.393000', '155305.396000', '155305.399000', '155305.402000', '155305.404000', '155305.407000', '155305.410000', '155305.413000', '155305.416000', '155305.419000', '155305.422000', '155305.424000', '155305.427000', '155305.430000', '155305.433000', '155325.310000', '155325.313000', '155325.316000', '155325.319000', '155325.321000', '155325.325000', '155325.330000', '155325.334000', '155325.337000', '155325.340000', '155325.342000', '155325.345000', '155325.348000', '155325.351000', '155325.354000', '155325.356000', '155325.359000', '155325.362000', '155325.365000', '155325.367000', '155325.370000', '155325.373000', '155325.376000', '155325.379000', '155325.382000', '155325.385000', '155325.387000', '155325.390000', '155325.393000', '155325.396000', '155325.398000', '155325.401000', '155325.404000', '155325.407000', '155325.410000', '155325.412000', '155325.415000', '155325.418000', '155325.421000', '155325.424000', '155325.426000', '155325.429000', '155325.434000', '155345.310000', '155345.313000', '155345.316000', '155345.319000', '155345.322000', '155345.324000', '155345.327000', '155345.330000', '155345.333000', '155345.336000', '155345.339000', '155345.341000', '155345.344000', '155345.347000', '155345.350000', '155345.353000', '155345.355000', '155345.358000', '155345.361000', '155345.364000', '155345.367000', '155345.369000', '155345.372000', '155345.375000', '155345.378000', '155345.381000', '155345.384000', '155345.387000', '155345.389000', '155345.392000', '155345.395000', '155345.398000', '155345.401000', '155345.404000', '155345.407000', '155345.409000', '155345.412000', '155345.415000', '155345.418000', '155345.421000', '155345.423000', '155345.426000', '155345.429000', '155345.432000', '155405.310000', '155405.313000', '155405.316000', '155405.319000', '155405.321000', '155405.324000', '155405.327000', '155405.330000', '155405.333000', '155405.336000', '155405.338000', '155405.341000', '155405.344000', '155405.347000', '155405.350000', '155405.353000', '155405.358000', '155405.362000', '155405.364000', '155405.367000', '155405.370000', '155405.373000', '155405.376000', '155405.379000', '155405.381000', '155405.385000', '155405.388000', '155405.390000', '155405.393000', '155405.396000', '155405.399000', '155405.402000', '155405.405000', '155405.407000', '155405.410000', '155405.413000', '155405.416000', '155405.419000', '155405.421000', '155405.424000', '155405.427000', '155405.430000', '155405.433000', '155422.897000', '155422.906000', '155422.909000', '155422.912000', '155422.915000', '155422.918000', '155422.921000', '155422.924000', '155422.927000', '155422.930000', '155422.932000', '155422.935000', '155422.938000', '155422.941000', '155422.944000', '155422.947000', '155422.950000', '155422.953000', '155422.956000', '155422.959000', '155422.961000', '155422.964000', '155422.967000', '155422.970000', '155422.973000', '155422.975000', '155422.978000', '155422.981000', '155422.984000', '155422.986000', '155422.989000', '155422.993000', '155422.996000', '155423.000000', '155423.003000', '155423.006000', '155423.008000', '155423.011000', '155423.014000'], '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': [15094, 12104, 15186, 13091, 14948, 12750, 12374, 9369, 9679, 9311, 9801, 9369, 10285, 9841, 8554, 10176, 8554, 10643, 10553, 10112, 12657, 10000, 11886, 10244, 11021, 9826, 12086, 9615, 12323, 10537, 12889, 9742, 13869, 9385, 12106, 10455, 12342, 8329, 10559, 8471, 10248, 13185, 9811, 10760, 9704, 10509, 9170, 11698, 8937, 10730, 8797, 10545, 8636, 10569, 8756, 10538, 13455, 9757, 15469, 12446, 13709, 9249, 11831, 9082, 11388, 8784, 11248, 8505, 10854, 8767, 9847, 9193, 9904, 15073, 9555, 13836, 11241, 12900, 8839, 11519, 8387, 10679, 8585, 10316, 8633, 10599, 8539, 10353, 8781, 10451, 10269, 9904, 11526, 10118, 9155, 10410, 9142, 10682, 9067, 10771, 8749, 11498, 8723, 10307, 9570, 9887, 15073, 10574, 13490, 11259, 12349, 8515, 9953, 8983, 9187, 11890, 8963, 12905, 9337, 10482, 8762, 11112, 8537, 10602, 8578, 9962, 8428, 11910, 9825, 11507, 10916, 10745, 12812, 9789, 11735, 9477, 13246, 9637, 15255, 10701, 13782, 9679, 13117, 9527, 12425, 9674, 12547, 9731, 12103, 9932, 8834, 10058, 8986, 9949, 10180, 9968, 11517, 9143, 9235, 8410, 12179, 9069, 13720, 8890, 9567, 9813, 10064, 12627, 11633, 11888, 10085, 9092, 13494, 8759, 14951, 9281, 13588, 9250, 9197, 8603, 8583, 9003, 11323, 9176, 10422, 9332, 9911, 8927, 10475, 9442, 9817, 9760, 10708, 9673, 9915, 9281, 9752, 13934, 9289, 16061, 11954, 14279, 11494, 13853, 9596, 14626, 11831, 10357, 9297, 9101, 10029, 9597, 10774, 10097, 9636, 9025, 9708, 8724, 8798, 12197, 11506, 11713, 12917, 10657, 14767, 12980, 14729, 11632, 14695, 10687, 12524, 9731, 8698, 9267, 9331, 8458, 9446, 10416, 8915, 9963, 8584, 8905, 8714, 9172, 9299, 9102, 8117, 9441, 8260, 10382, 8361, 10714, 9441, 9322, 9299, 8909, 11863, 12827, 10976, 14980, 12671, 15159, 11573, 13396, 11346, 13084, 9763, 12736, 9288, 10972, 9354, 9709, 8979, 8491, 8983, 9903, 8666, 9413, 9717, 9165, 8857, 10342, 8712, 10575, 8062, 10221, 8167, 10721, 9156, 12349, 9039, 13258, 9919, 13137, 8675, 10393, 8910, 9177, 10865, 9423, 14441, 9209, 13010, 9679, 12383, 8514, 9581, 10100, 9301, 14990, 9356, 12908, 9794, 12142, 8659, 10544, 8909, 8278, 8868, 9423, 8694, 9445, 9881, 9284, 10086, 9635, 8399, 9269, 10719, 9462, 11084, 9229, 11018, 9449, 12242, 9569, 10358, 12252, 10148, 15663, 10637, 13260, 9390, 12574, 9858, 9185, 9755, 9188, 13091, 9313, 12397, 9390, 12022, 9472, 9876, 11270, 9089, 15888, 10044, 13017, 9533, 11429, 9615, 8465, 9419, 9546, 10513, 9701, 11008, 9402, 10939, 9251, 11024, 8987, 9138, 8978, 9521, 12392, 9388, 11123, 9158, 11968, 9485, 11490, 9535, 10933, 9410, 11262, 9279, 11009, 9227, 10959, 9476, 9687, 9801, 9459, 9379, 9343, 9509, 9543, 9260, 9498, 9674, 9762, 9442, 9826, 9544, 10291, 9643, 10143, 11803, 10419, 9806, 10133, 10792, 9630, 14965, 10837, 14773, 12294, 13952, 9374, 12776, 9179, 12193, 9169, 11754, 9612, 12786, 8969, 11019, 8753, 10262, 8901, 7687, 10987, 8661, 11999, 9019, 9234, 13501, 10513, 15056, 12043, 14397, 10435, 13525, 9917, 10680, 10883, 11723, 9311, 8555, 8944, 8844, 9021, 9406, 9255, 10358, 9050, 9913, 8879, 10048, 8871, 10008, 9601, 10364, 9361, 10125, 10654, 9531, 12409, 9243, 13409, 10985, 12798, 9887, 13393, 9862, 14274, 10818, 13071, 11023, 13501, 8474, 12037, 9030, 8802, 13495, 9089, 13552, 11160, 11292, 8452, 10387, 8074, 10994, 8431, 10034, 8368, 9826, 8516, 10318, 8635, 11126, 9373, 12132, 8598, 11430, 8625, 11841, 9056, 12573, 9754, 13405, 8870, 10807, 8458, 9897, 9700, 11429, 10650, 9469, 10931, 8824, 11558, 11335, 10938, 11628, 11749, 9383, 9539, 11808, 8829, 14481, 10828, 13458, 9137, 12399, 8700, 12445, 8858, 12664, 8805, 11697, 8420, 11521, 8686, 10898, 8739, 10915, 8985, 11864, 8684, 11187, 8498, 10316, 8818, 10430, 8383, 9851, 8718, 8662, 9227, 8640, 9378, 9794, 9138, 10040, 8989, 10129, 12028, 9926, 13124, 10324, 12992, 9194, 12833, 9185, 13778, 10076, 13148, 9296, 13921, 9174, 12186, 9929, 11984, 10111, 12932, 9671, 12652, 8405, 11375, 8857, 11468, 8793, 12302, 8631, 10094, 12468, 9390, 14972, 10213, 13075, 11356, 12970, 8592, 11640, 8511, 10992, 8713, 10746, 8617, 11419, 8331, 10849, 8539, 11093, 9092, 11050, 9254, 10652, 9006, 8855, 9190, 9282, 9340, 10145, 9223, 10323, 9015, 10281, 9079, 10872, 9575, 11543, 10058, 11547, 9329, 9697, 12944, 9200, 15370, 9249, 14806, 9881, 14004, 8797, 12824, 8773, 11275, 9144, 10532, 9402, 10086, 9077, 10072, 9169, 9991, 8936, 10110, 9129, 11547, 8838, 10988, 9048, 11129, 9579, 9854, 11541, 9592, 11510, 8725, 15205, 8845, 14266, 9972, 12243, 10240, 11512, 9366, 9723, 9501, 9062, 9329, 9009, 11815, 8760, 9004, 8774, 13567, 8985, 15145, 9433, 11187, 9214, 10889, 9241, 10520, 8953, 10021, 8837, 10274, 8991, 9860, 9073, 9836, 9169, 9938, 9049, 10909, 8919, 9949, 9405, 9620, 9820, 12246, 9746, 11855, 8944, 11375, 8867, 10873, 10135, 9475, 10985, 8637, 10318, 8353, 13292, 10219, 13572, 12124, 14008, 11016, 13974, 10565, 12544, 9892, 12760, 8948, 12372, 8047, 10324, 8380, 9237, 8759, 9553, 8364, 10123, 8514, 10073, 8781, 10604, 9877, 10436, 11282, 10168, 13804, 9886, 13483, 10648, 12590, 9713, 13289, 8765, 10489, 9726, 9438, 14258, 9406, 13509, 11228, 13053, 8984, 11919, 8115, 11332, 8757, 10246, 9651, 9302, 8865, 8951, 10948, 8739, 12797, 8919, 12194, 9250, 10346, 8953, 11203, 8811, 13602, 9304, 13373, 10915, 13514, 9517, 11910, 8750, 11781, 9368, 10796, 9347, 9021, 8948, 9051, 9296, 8608, 9392, 9455, 9588, 9452, 9346, 9746, 9362, 9915, 9311, 10304, 9195, 9745, 11471, 9121, 13646, 9647, 14263, 12217, 14178, 8910, 12370, 8317, 11133, 8838, 9293, 11662, 9417, 10413, 9190, 10246, 8939, 12105, 8623, 11264, 8568, 11286, 8643, 10141, 8531, 9747, 9117, 9649, 11690, 9804, 10189, 9476, 12457, 9455, 14143, 9484, 14286, 10851, 12988, 9295, 12963, 8936, 14344, 9722, 12519, 11223], 'WindowCenter': [4610.0, 4574.0, 4570.0, 4558.0, 4569.0, 4546.0, 4543.0, 4513.0, 4511.0, 4513.0, 4522.0, 4538.0, 4539.0, 4535.0, 4515.0, 4535.0, 4514.0, 4535.0, 4536.0, 4563.0, 4571.0, 4551.0, 4557.0, 4537.0, 4538.0, 4536.0, 4559.0, 4552.0, 4559.0, 4550.0, 4555.0, 4536.0, 4556.0, 4539.0, 4570.0, 4548.0, 4556.0, 4515.0, 4534.0, 4513.0, 4538.0, 4557.0, 4536.0, 4534.0, 4525.0, 4533.0, 4525.0, 4543.0, 4538.0, 4546.0, 4527.0, 4535.0, 4526.0, 4535.0, 4516.0, 4536.0, 4557.0, 4537.0, 4556.0, 4560.0, 4544.0, 4522.0, 4530.0, 4512.0, 4531.0, 4515.0, 4532.0, 4514.0, 4523.0, 4512.0, 4522.0, 4511.0, 4523.0, 4553.0, 4523.0, 4543.0, 4534.0, 4530.0, 4511.0, 4529.0, 4503.0, 4522.0, 4514.0, 4525.0, 4517.0, 4536.0, 4514.0, 4534.0, 4529.0, 4534.0, 4536.0, 4535.0, 4535.0, 4524.0, 4511.0, 4532.0, 4513.0, 4533.0, 4525.0, 4544.0, 4527.0, 4547.0, 4514.0, 4533.0, 4525.0, 4523.0, 4553.0, 4534.0, 4544.0, 4534.0, 4532.0, 4501.0, 4520.0, 4509.0, 4511.0, 4541.0, 4512.0, 4540.0, 4512.0, 4521.0, 4512.0, 4531.0, 4525.0, 4535.0, 4526.0, 4537.0, 4527.0, 4561.0, 4535.0, 4547.0, 4545.0, 4546.0, 4556.0, 4535.0, 4545.0, 4524.0, 4567.0, 4538.0, 4577.0, 4536.0, 4553.0, 4534.0, 4554.0, 4537.0, 4545.0, 4524.0, 4544.0, 4536.0, 4544.0, 4534.0, 4514.0, 4524.0, 4513.0, 4534.0, 4535.0, 4538.0, 4559.0, 4526.0, 4524.0, 4527.0, 4557.0, 4525.0, 4555.0, 4528.0, 4537.0, 4538.0, 4538.0, 4558.0, 4534.0, 4532.0, 4521.0, 4511.0, 4540.0, 4503.0, 4551.0, 4513.0, 4541.0, 4511.0, 4511.0, 4513.0, 4513.0, 4524.0, 4547.0, 4537.0, 4537.0, 4528.0, 4538.0, 4526.0, 4537.0, 4537.0, 4538.0, 4537.0, 4536.0, 4525.0, 4526.0, 4525.0, 4527.0, 4555.0, 4526.0, 4566.0, 4545.0, 4555.0, 4548.0, 4555.0, 4536.0, 4578.0, 4559.0, 4535.0, 4525.0, 4526.0, 4538.0, 4539.0, 4546.0, 4549.0, 4555.0, 4541.0, 4542.0, 4533.0, 4532.0, 4560.0, 4538.0, 4537.0, 4536.0, 4515.0, 4541.0, 4531.0, 4527.0, 4521.0, 4529.0, 4495.0, 4505.0, 4482.0, 4473.0, 4472.0, 4482.0, 4475.0, 4497.0, 4506.0, 4487.0, 4509.0, 4501.0, 4500.0, 4514.0, 4511.0, 4511.0, 4501.0, 4501.0, 4511.0, 4502.0, 4539.0, 4530.0, 4549.0, 4540.0, 4529.0, 4531.0, 4529.0, 4550.0, 4545.0, 4538.0, 4557.0, 4543.0, 4543.0, 4524.0, 4533.0, 4523.0, 4532.0, 4509.0, 4531.0, 4514.0, 4523.0, 4500.0, 4511.0, 4501.0, 4501.0, 4510.0, 4524.0, 4502.0, 4529.0, 4537.0, 4525.0, 4514.0, 4536.0, 4529.0, 4537.0, 4518.0, 4538.0, 4519.0, 4549.0, 4528.0, 4558.0, 4527.0, 4560.0, 4537.0, 4556.0, 4513.0, 4524.0, 4512.0, 4515.0, 4534.0, 4525.0, 4555.0, 4527.0, 4557.0, 4537.0, 4544.0, 4512.0, 4524.0, 4525.0, 4526.0, 4553.0, 4514.0, 4544.0, 4524.0, 4544.0, 4502.0, 4521.0, 4512.0, 4500.0, 4512.0, 4524.0, 4514.0, 4526.0, 4526.0, 4527.0, 4537.0, 4538.0, 4528.0, 4540.0, 4561.0, 4539.0, 4559.0, 4538.0, 4548.0, 4540.0, 4559.0, 4539.0, 4538.0, 4546.0, 4536.0, 4564.0, 4535.0, 4556.0, 4526.0, 4544.0, 4524.0, 4525.0, 4523.0, 4525.0, 4554.0, 4524.0, 4556.0, 4526.0, 4545.0, 4525.0, 4535.0, 4544.0, 4525.0, 4565.0, 4535.0, 4554.0, 4525.0, 4534.0, 4525.0, 4516.0, 4524.0, 4525.0, 4535.0, 4538.0, 4546.0, 4537.0, 4546.0, 4538.0, 4547.0, 4527.0, 4527.0, 4528.0, 4539.0, 4558.0, 4538.0, 4547.0, 4538.0, 4557.0, 4538.0, 4558.0, 4539.0, 4548.0, 4539.0, 4548.0, 4540.0, 4548.0, 4538.0, 4548.0, 4550.0, 4550.0, 4548.0, 4538.0, 4538.0, 4539.0, 4537.0, 4540.0, 4540.0, 4540.0, 4539.0, 4551.0, 4539.0, 4551.0, 4538.0, 4552.0, 4551.0, 4553.0, 4561.0, 4550.0, 4538.0, 4550.0, 4548.0, 4538.0, 4570.0, 4549.0, 4568.0, 4558.0, 4567.0, 4539.0, 4556.0, 4539.0, 4557.0, 4539.0, 4558.0, 4548.0, 4582.0, 4553.0, 4561.0, 4542.0, 4562.0, 4552.0, 4533.0, 4562.0, 4542.0, 4573.0, 4554.0, 4553.0, 4569.0, 4551.0, 4580.0, 4560.0, 4568.0, 4537.0, 4546.0, 4527.0, 4536.0, 4533.0, 4535.0, 4513.0, 4502.0, 4513.0, 4513.0, 4513.0, 4526.0, 4526.0, 4536.0, 4526.0, 4536.0, 4527.0, 4536.0, 4526.0, 4539.0, 4539.0, 4538.0, 4527.0, 4539.0, 4536.0, 4528.0, 4558.0, 4527.0, 4559.0, 4548.0, 4556.0, 4537.0, 4556.0, 4527.0, 4557.0, 4547.0, 4556.0, 4537.0, 4554.0, 4505.0, 4545.0, 4513.0, 4514.0, 4554.0, 4528.0, 4556.0, 4550.0, 4534.0, 4518.0, 4524.0, 4517.0, 4534.0, 4544.0, 4550.0, 4530.0, 4538.0, 4528.0, 4537.0, 4540.0, 4559.0, 4540.0, 4547.0, 4527.0, 4545.0, 4525.0, 4546.0, 4526.0, 4556.0, 4541.0, 4568.0, 4528.0, 4538.0, 4519.0, 4538.0, 4540.0, 4559.0, 4551.0, 4537.0, 4547.0, 4526.0, 4547.0, 4549.0, 4535.0, 4533.0, 4544.0, 4511.0, 4514.0, 4532.0, 4514.0, 4554.0, 4523.0, 4541.0, 4512.0, 4531.0, 4502.0, 4541.0, 4515.0, 4544.0, 4515.0, 4543.0, 4514.0, 4533.0, 4516.0, 4535.0, 4526.0, 4536.0, 4528.0, 4545.0, 4527.0, 4550.0, 4516.0, 4526.0, 4526.0, 4535.0, 4519.0, 4527.0, 4529.0, 4530.0, 4538.0, 4529.0, 4539.0, 4537.0, 4526.0, 4536.0, 4526.0, 4538.0, 4572.0, 4551.0, 4569.0, 4551.0, 4558.0, 4527.0, 4544.0, 4528.0, 4568.0, 4537.0, 4557.0, 4528.0, 4554.0, 4527.0, 4545.0, 4535.0, 4558.0, 4537.0, 4545.0, 4526.0, 4544.0, 4515.0, 4544.0, 4525.0, 4547.0, 4528.0, 4548.0, 4517.0, 4536.0, 4544.0, 4525.0, 4555.0, 4533.0, 4544.0, 4535.0, 4542.0, 4514.0, 4532.0, 4515.0, 4535.0, 4528.0, 4538.0, 4518.0, 4549.0, 4516.0, 4536.0, 4515.0, 4535.0, 4529.0, 4547.0, 4524.0, 4535.0, 4524.0, 4514.0, 4526.0, 4528.0, 4538.0, 4538.0, 4529.0, 4538.0, 4527.0, 4540.0, 4528.0, 4540.0, 4540.0, 4548.0, 4528.0, 4537.0, 4514.0, 4515.0, 4542.0, 4514.0, 4563.0, 4524.0, 4553.0, 4524.0, 4543.0, 4516.0, 4545.0, 4529.0, 4545.0, 4541.0, 4536.0, 4526.0, 4535.0, 4527.0, 4525.0, 4525.0, 4535.0, 4527.0, 4536.0, 4529.0, 4546.0, 4526.0, 4535.0, 4515.0, 4534.0, 4537.0, 4523.0, 4534.0, 4524.0, 4532.0, 4515.0, 4553.0, 4511.0, 4554.0, 4526.0, 4533.0, 4523.0, 4533.0, 4513.0, 4514.0, 4522.0, 4516.0, 4525.0, 4515.0, 4535.0, 4515.0, 4513.0, 4513.0, 4554.0, 4528.0, 4570.0, 4541.0, 4547.0, 4529.0, 4547.0, 4526.0, 4534.0, 4535.0, 4549.0, 4539.0, 4537.0, 4528.0, 4536.0, 4528.0, 4540.0, 4541.0, 4539.0, 4530.0, 4550.0, 4528.0, 4535.0, 4535.0, 4540.0, 4550.0, 4559.0, 4549.0, 4559.0, 4527.0, 4572.0, 4543.0, 4551.0, 4551.0, 4551.0, 4550.0, 4543.0, 4563.0, 4532.0, 4583.0, 4552.0, 4559.0, 4546.0, 4557.0, 4534.0, 4555.0, 4535.0, 4543.0, 4525.0, 4544.0, 4514.0, 4542.0, 4505.0, 4522.0, 4516.0, 4537.0, 4530.0, 4539.0, 4528.0, 4539.0, 4529.0, 4539.0, 4529.0, 4563.0, 4552.0, 4547.0, 4548.0, 4537.0, 4555.0, 4527.0, 4555.0, 4538.0, 4559.0, 4527.0, 4556.0, 4514.0, 4536.0, 4524.0, 4525.0, 4565.0, 4527.0, 4544.0, 4536.0, 4544.0, 4513.0, 4534.0, 4505.0, 4535.0, 4528.0, 4538.0, 4527.0, 4525.0, 4513.0, 4515.0, 4534.0, 4514.0, 4556.0, 4526.0, 4547.0, 4526.0, 4537.0, 4528.0, 4547.0, 4528.0, 4567.0, 4538.0, 4559.0, 4537.0, 4556.0, 4526.0, 4533.0, 4514.0, 4535.0, 4526.0, 4525.0, 4513.0, 4513.0, 4512.0, 4512.0, 4513.0, 4517.0, 4524.0, 4526.0, 4525.0, 4525.0, 4516.0, 4525.0, 4527.0, 4539.0, 4526.0, 4537.0, 4525.0, 4526.0, 4535.0, 4527.0, 4558.0, 4539.0, 4556.0, 4545.0, 4556.0, 4526.0, 4544.0, 4503.0, 4533.0, 4526.0, 4528.0, 4545.0, 4527.0, 4533.0, 4526.0, 4537.0, 4525.0, 4545.0, 4515.0, 4534.0, 4516.0, 4547.0, 4517.0, 4536.0, 4516.0, 4526.0, 4528.0, 4540.0, 4546.0, 4537.0, 4536.0, 4526.0, 4545.0, 4528.0, 4557.0, 4528.0, 4559.0, 4536.0, 4546.0, 4527.0, 4545.0, 4517.0, 4555.0, 4528.0, 4546.0, 4538.0], 'WindowWidth': [10107.0, 10045.0, 10032.0, 10010.0, 10029.0, 9990.0, 9978.0, 9939.0, 9934.0, 9939.0, 9950.0, 9983.0, 9984.0, 9974.0, 9947.0, 9974.0, 9946.0, 9975.0, 9977.0, 10029.0, 10032.0, 10006.0, 10009.0, 9979.0, 9977.0, 9975.0, 10014.0, 10010.0, 10015.0, 10003.0, 10002.0, 9977.0, 10006.0, 9990.0, 10034.0, 9997.0, 10005.0, 9945.0, 9971.0, 9940.0, 9980.0, 10006.0, 9978.0, 9972.0, 9960.0, 9968.0, 9960.0, 9985.0, 9986.0, 9994.0, 9968.0, 9978.0, 9963.0, 9975.0, 9947.0, 9976.0, 10006.0, 9981.0, 10006.0, 10013.0, 9985.0, 9954.0, 9960.0, 9936.0, 9962.0, 9947.0, 9967.0, 9941.0, 9954.0, 9936.0, 9951.0, 9935.0, 9953.0, 9998.0, 9956.0, 9981.0, 9968.0, 9959.0, 9935.0, 9957.0, 9925.0, 9954.0, 9946.0, 9961.0, 9949.0, 9975.0, 9944.0, 9973.0, 9971.0, 9973.0, 9976.0, 9975.0, 9971.0, 9956.0, 9935.0, 9965.0, 9939.0, 9968.0, 9960.0, 9987.0, 9966.0, 9994.0, 9944.0, 9970.0, 9958.0, 9955.0, 9997.0, 9971.0, 9988.0, 9969.0, 9966.0, 9921.0, 9946.0, 9929.0, 9935.0, 9977.0, 9939.0, 9973.0, 9940.0, 9949.0, 9939.0, 9965.0, 9961.0, 9977.0, 9965.0, 9979.0, 9967.0, 10024.0, 9976.0, 9995.0, 9991.0, 9991.0, 10005.0, 9975.0, 9988.0, 9960.0, 10022.0, 9985.0, 10038.0, 9979.0, 9997.0, 9974.0, 10003.0, 9982.0, 9990.0, 9961.0, 9987.0, 9978.0, 9988.0, 9971.0, 9944.0, 9958.0, 9943.0, 9976.0, 9974.0, 9982.0, 10016.0, 9966.0, 9959.0, 9969.0, 10008.0, 9961.0, 10001.0, 9969.0, 9978.0, 9982.0, 9983.0, 10010.0, 9970.0, 9966.0, 9946.0, 9934.0, 9971.0, 9924.0, 9987.0, 9937.0, 9973.0, 9933.0, 9936.0, 9939.0, 9941.0, 9960.0, 9996.0, 9982.0, 9979.0, 9969.0, 9981.0, 9963.0, 9979.0, 9982.0, 9982.0, 9981.0, 9977.0, 9958.0, 9961.0, 9961.0, 9964.0, 9998.0, 9963.0, 10019.0, 9988.0, 10001.0, 9995.0, 10004.0, 9979.0, 10042.0, 10015.0, 9977.0, 9965.0, 9966.0, 9983.0, 9985.0, 9990.0, 10002.0, 10016.0, 9989.0, 9992.0, 9978.0, 9976.0, 10013.0, 9978.0, 9977.0, 9969.0, 9938.0, 9974.0, 9958.0, 9946.0, 9944.0, 9952.0, 9901.0, 9909.0, 9874.0, 9864.0, 9861.0, 9877.0, 9869.0, 9902.0, 9914.0, 9892.0, 9925.0, 9916.0, 9913.0, 9943.0, 9933.0, 9930.0, 9916.0, 9918.0, 9931.0, 9923.0, 9979.0, 9972.0, 9997.0, 9986.0, 9969.0, 9974.0, 9967.0, 10000.0, 9986.0, 9979.0, 10005.0, 9980.0, 9980.0, 9951.0, 9963.0, 9949.0, 9961.0, 9927.0, 9957.0, 9941.0, 9950.0, 9914.0, 9929.0, 9917.0, 9918.0, 9930.0, 9950.0, 9919.0, 9970.0, 9980.0, 9959.0, 9942.0, 9976.0, 9967.0, 9978.0, 9955.0, 9980.0, 9957.0, 9998.0, 9970.0, 10008.0, 9966.0, 10013.0, 9979.0, 10002.0, 9940.0, 9956.0, 9937.0, 9943.0, 9968.0, 9959.0, 10000.0, 9964.0, 10007.0, 9979.0, 9983.0, 9938.0, 9956.0, 9955.0, 9958.0, 9994.0, 9940.0, 9982.0, 9956.0, 9982.0, 9923.0, 9947.0, 9936.0, 9920.0, 9938.0, 9956.0, 9941.0, 9960.0, 9962.0, 9965.0, 9978.0, 9980.0, 9971.0, 9992.0, 10021.0, 9987.0, 10015.0, 9983.0, 9998.0, 9988.0, 10014.0, 9985.0, 9983.0, 9991.0, 9976.0, 10014.0, 9973.0, 10005.0, 9963.0, 9986.0, 9956.0, 9960.0, 9956.0, 9960.0, 10000.0, 9962.0, 10005.0, 9965.0, 9988.0, 9961.0, 9976.0, 9984.0, 9961.0, 10017.0, 9976.0, 10000.0, 9960.0, 9970.0, 9959.0, 9949.0, 9957.0, 9962.0, 9976.0, 9983.0, 9995.0, 9981.0, 9993.0, 9983.0, 9994.0, 9966.0, 9970.0, 9971.0, 9988.0, 10010.0, 9983.0, 9994.0, 9983.0, 10008.0, 9985.0, 10013.0, 9988.0, 9997.0, 9987.0, 9997.0, 9989.0, 9998.0, 9985.0, 9999.0, 10004.0, 10004.0, 9999.0, 9985.0, 9983.0, 9986.0, 9981.0, 9989.0, 9991.0, 9990.0, 9987.0, 10004.0, 9985.0, 10004.0, 9986.0, 10007.0, 10008.0, 10011.0, 10019.0, 10005.0, 9984.0, 10001.0, 9996.0, 9984.0, 10028.0, 10000.0, 10028.0, 10011.0, 10022.0, 9984.0, 10004.0, 9984.0, 10007.0, 9988.0, 10013.0, 10001.0, 10052.0, 10017.0, 10020.0, 9995.0, 10024.0, 10012.0, 9984.0, 10024.0, 9994.0, 10040.0, 10015.0, 10013.0, 10030.0, 10006.0, 10045.0, 10014.0, 10025.0, 9977.0, 9990.0, 9962.0, 9976.0, 9968.0, 9970.0, 9937.0, 9921.0, 9938.0, 9937.0, 9939.0, 9961.0, 9964.0, 9975.0, 9963.0, 9976.0, 9964.0, 9977.0, 9963.0, 9986.0, 9984.0, 9981.0, 9964.0, 9983.0, 9975.0, 9966.0, 10007.0, 9967.0, 10011.0, 9994.0, 10003.0, 9977.0, 10002.0, 9963.0, 10005.0, 9992.0, 10006.0, 9979.0, 9997.0, 9931.0, 9983.0, 9938.0, 9941.0, 9996.0, 9970.0, 10004.0, 10001.0, 9968.0, 9954.0, 9953.0, 9949.0, 9968.0, 9998.0, 10003.0, 9973.0, 9982.0, 9968.0, 9980.0, 9990.0, 10015.0, 9987.0, 9993.0, 9965.0, 9988.0, 9961.0, 9989.0, 9962.0, 10004.0, 9990.0, 10022.0, 9967.0, 9979.0, 9954.0, 9981.0, 9989.0, 10012.0, 10003.0, 9980.0, 9994.0, 9963.0, 9992.0, 9999.0, 9975.0, 9968.0, 9983.0, 9935.0, 9940.0, 9962.0, 9943.0, 9996.0, 9952.0, 9973.0, 9934.0, 9960.0, 9922.0, 9976.0, 9945.0, 9984.0, 9945.0, 9980.0, 9943.0, 9967.0, 9946.0, 9975.0, 9964.0, 9976.0, 9968.0, 9985.0, 9965.0, 10003.0, 9948.0, 9959.0, 9961.0, 9972.0, 9954.0, 9963.0, 9968.0, 9976.0, 9985.0, 9972.0, 9989.0, 9979.0, 9963.0, 9976.0, 9963.0, 9981.0, 10038.0, 10006.0, 10026.0, 10005.0, 10008.0, 9964.0, 9985.0, 9967.0, 10023.0, 9980.0, 10006.0, 9969.0, 10001.0, 9964.0, 9986.0, 9974.0, 10009.0, 9980.0, 9987.0, 9962.0, 9984.0, 9946.0, 9985.0, 9961.0, 9994.0, 9966.0, 9996.0, 9948.0, 9975.0, 9983.0, 9958.0, 10000.0, 9969.0, 9984.0, 9970.0, 9978.0, 9941.0, 9963.0, 9944.0, 9971.0, 9968.0, 9978.0, 9952.0, 9992.0, 9948.0, 9973.0, 9947.0, 9973.0, 9973.0, 9992.0, 9959.0, 9974.0, 9956.0, 9943.0, 9959.0, 9969.0, 9981.0, 9981.0, 9968.0, 9982.0, 9964.0, 9982.0, 9964.0, 9985.0, 9987.0, 9995.0, 9963.0, 9976.0, 9941.0, 9942.0, 9974.0, 9940.0, 10010.0, 9958.0, 9993.0, 9954.0, 9977.0, 9944.0, 9983.0, 9969.0, 9987.0, 9991.0, 9977.0, 9961.0, 9974.0, 9966.0, 9961.0, 9961.0, 9975.0, 9968.0, 9978.0, 9968.0, 9989.0, 9961.0, 9972.0, 9945.0, 9972.0, 9979.0, 9957.0, 9969.0, 9957.0, 9962.0, 9943.0, 9992.0, 9934.0, 9998.0, 9959.0, 9966.0, 9952.0, 9965.0, 9937.0, 9941.0, 9950.0, 9946.0, 9960.0, 9945.0, 9970.0, 9946.0, 9939.0, 9940.0, 9997.0, 9967.0, 10028.0, 9991.0, 9996.0, 9969.0, 9992.0, 9964.0, 9973.0, 9980.0, 10000.0, 9987.0, 9981.0, 9969.0, 9978.0, 9968.0, 9986.0, 9989.0, 9985.0, 9973.0, 9999.0, 9968.0, 9975.0, 9978.0, 9988.0, 10008.0, 10017.0, 10002.0, 10015.0, 9968.0, 10037.0, 9998.0, 10005.0, 10005.0, 10003.0, 10000.0, 9996.0, 10024.0, 9980.0, 10050.0, 10006.0, 10011.0, 9989.0, 10004.0, 9969.0, 9999.0, 9970.0, 9981.0, 9960.0, 9981.0, 9941.0, 9977.0, 9930.0, 9951.0, 9947.0, 9982.0, 9976.0, 9983.0, 9968.0, 9981.0, 9968.0, 9983.0, 9970.0, 10023.0, 10007.0, 9994.0, 9992.0, 9978.0, 10000.0, 9965.0, 10000.0, 9979.0, 10010.0, 9965.0, 10002.0, 9943.0, 9973.0, 9955.0, 9957.0, 10017.0, 9965.0, 9985.0, 9974.0, 9982.0, 9940.0, 9967.0, 9930.0, 9971.0, 9968.0, 9981.0, 9962.0, 9959.0, 9939.0, 9942.0, 9968.0, 9942.0, 10001.0, 9963.0, 9992.0, 9965.0, 9978.0, 9965.0, 9990.0, 9966.0, 10022.0, 9984.0, 10012.0, 9979.0, 10001.0, 9960.0, 9968.0, 9940.0, 9970.0, 9960.0, 9957.0, 9936.0, 9937.0, 9935.0, 9936.0, 9938.0, 9951.0, 9957.0, 9959.0, 9956.0, 9957.0, 9944.0, 9958.0, 9961.0, 9983.0, 9962.0, 9977.0, 9957.0, 9961.0, 9970.0, 9961.0, 10007.0, 9984.0, 10005.0, 9984.0, 10003.0, 9964.0, 9983.0, 9926.0, 9966.0, 9962.0, 9967.0, 9985.0, 9966.0, 9969.0, 9962.0, 9976.0, 9959.0, 9987.0, 9946.0, 9971.0, 9949.0, 9993.0, 9950.0, 9975.0, 9947.0, 9962.0, 9968.0, 9984.0, 9988.0, 9979.0, 9974.0, 9961.0, 9985.0, 9964.0, 10004.0, 9966.0, 10009.0, 9975.0, 9987.0, 9960.0, 9984.0, 9947.0, 9999.0, 9966.0, 9989.0, 9979.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.004571297359357061</td></tr>
<tr><td colspan=3>aqi</td><td>0.04544060528128588</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.82520830437927</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2802268021379295</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0476517906321863</td></tr>
<tr><td colspan=3>efc</td><td>0.4854</td></tr>
<tr><td colspan=3>fber</td><td>8064.5044</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13054281948669133</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.54764638346728</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3779270455186996</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.301341126949934</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6145289376647725</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2179110719413924</td></tr>
<tr><td colspan=3>gcor</td><td>0.00817249</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011404733173549175</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04484773054718971</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.283778956882912</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.7259</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3987</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.2506</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295487.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>932.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.0855</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1391</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.4716</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3749.3954</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3924.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81057.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.008</td></tr>
<tr><td colspan=3>tsnr</td><td>32.6097823723685</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>