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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0028_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-04_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-04_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-0028/ses-01/func/sub-0028_ses-01_task-social_acq-mb8_run-04_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>4dd89bf595574a64658ba18902a0a766</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>14:24:51.190000</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.991787, 0.0733625, 0.104765, -0.0691786, 0.996676, -0.0430311]</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-04_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.10858</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7765, -7131, 742, -32, -105, -201, -3]</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>241.786</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c123804-91d9-4236-b973-e4c7b4e9027a||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.660893201828003, -0.18560126423835754, 0.290448397397995, 116.07282257080078], [-0.19682632386684418, 2.674008369445801, -0.09566163271665573, -85.4970932006836], [0.28107646107673645, 0.11544935405254364, 2.6826272010803223, -48.687828063964844], [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': ['142451.190000', '142451.650000', '142452.110000', '142452.570000', '142453.030000', '142453.490000', '142453.950000', '142454.410000', '142454.870000', '142455.330000', '142455.790000', '142456.250000', '142456.710000', '142457.170000', '142457.630000', '142458.090000', '142458.550000', '142459.010000', '142459.470000', '142459.930000', '142500.390000', '142500.850000', '142501.310000', '142501.770000', '142502.230000', '142502.690000', '142503.150000', '142503.610000', '142504.070000', '142504.530000', '142504.990000', '142505.450000', '142505.910000', '142506.370000', '142506.830000', '142507.290000', '142507.750000', '142508.210000', '142508.670000', '142509.130000', '142509.590000', '142510.050000', '142510.510000', '142510.970000', '142511.430000', '142511.890000', '142512.350000', '142512.810000', '142513.270000', '142513.730000', '142514.190000', '142514.650000', '142515.110000', '142515.570000', '142516.030000', '142516.490000', '142516.950000', '142517.410000', '142517.870000', '142518.330000', '142518.790000', '142519.250000', '142519.710000', '142520.170000', '142520.630000', '142521.090000', '142521.550000', '142522.010000', '142522.470000', '142522.930000', '142523.390000', '142523.850000', '142524.310000', '142524.770000', '142525.230000', '142525.690000', '142526.150000', '142526.610000', '142527.070000', '142527.530000', '142527.990000', '142528.450000', '142528.910000', '142529.370000', '142529.830000', '142530.290000', '142530.750000', '142531.210000', '142531.670000', '142532.130000', '142532.590000', '142533.050000', '142533.510000', '142533.970000', '142534.430000', '142534.890000', '142535.350000', '142535.810000', '142536.270000', '142536.730000', '142537.190000', '142537.650000', '142538.110000', '142538.570000', '142539.030000', '142539.490000', '142539.950000', '142540.410000', '142540.870000', '142541.330000', '142541.790000', '142542.250000', '142542.710000', '142543.170000', '142543.630000', '142544.090000', '142544.550000', '142545.010000', '142545.470000', '142545.930000', '142546.390000', '142546.850000', '142547.310000', '142547.770000', '142548.230000', '142548.690000', '142549.150000', '142549.610000', '142550.070000', '142550.530000', '142550.990000', '142551.450000', '142551.910000', '142552.370000', '142552.830000', '142553.290000', '142553.750000', '142554.210000', '142554.670000', '142555.130000', '142555.590000', '142556.050000', '142556.510000', '142556.970000', '142557.430000', '142557.890000', '142558.350000', '142558.810000', '142559.270000', '142559.730000', '142600.190000', '142600.650000', '142601.110000', '142601.570000', '142602.030000', '142602.490000', '142602.950000', '142603.410000', '142603.870000', '142604.330000', '142604.790000', '142605.250000', '142605.710000', '142606.170000', '142606.630000', '142607.090000', '142607.550000', '142608.010000', '142608.470000', '142608.930000', '142609.390000', '142609.850000', '142610.310000', '142610.770000', '142611.230000', '142611.690000', '142612.150000', '142612.610000', '142613.070000', '142613.530000', '142613.990000', '142614.450000', '142614.910000', '142615.370000', '142615.830000', '142616.290000', '142616.750000', '142617.210000', '142617.670000', '142618.130000', '142618.590000', '142619.050000', '142619.510000', '142619.970000', '142620.430000', '142620.890000', '142621.350000', '142621.810000', '142622.270000', '142622.730000', '142623.190000', '142623.650000', '142624.110000', '142624.570000', '142625.030000', '142625.490000', '142625.950000', '142626.410000', '142626.870000', '142627.330000', '142627.790000', '142628.250000', '142628.710000', '142629.170000', '142629.630000', '142630.090000', '142630.550000', '142631.010000', '142631.470000', '142631.930000', '142632.390000', '142632.850000', '142633.310000', '142633.770000', '142634.230000', '142634.690000', '142635.150000', '142635.610000', '142636.070000', '142636.530000', '142636.990000', '142637.450000', '142637.910000', '142638.370000', '142638.830000', '142639.290000', '142639.750000', '142640.210000', '142640.670000', '142641.130000', '142641.590000', '142642.050000', '142642.510000', '142642.970000', '142643.430000', '142643.890000', '142644.350000', '142644.810000', '142645.270000', '142645.730000', '142646.190000', '142646.650000', '142647.110000', '142647.570000', '142648.030000', '142648.490000', '142648.950000', '142649.410000', '142649.870000', '142650.330000', '142650.790000', '142651.250000', '142651.710000', '142652.170000', '142652.630000', '142653.090000', '142653.550000', '142654.010000', '142654.470000', '142654.930000', '142655.390000', '142655.850000', '142656.310000', '142656.770000', '142657.230000', '142657.690000', '142658.150000', '142658.610000', '142659.070000', '142659.530000', '142659.990000', '142700.450000', '142700.910000', '142701.370000', '142701.830000', '142702.290000', '142702.750000', '142703.210000', '142703.670000', '142704.130000', '142704.590000', '142705.050000', '142705.510000', '142705.970000', '142706.430000', '142706.890000', '142707.350000', '142707.810000', '142708.270000', '142708.730000', '142709.190000', '142709.650000', '142710.110000', '142710.570000', '142711.030000', '142711.490000', '142711.950000', '142712.410000', '142712.870000', '142713.330000', '142713.790000', '142714.250000', '142714.710000', '142715.170000', '142715.630000', '142716.090000', '142716.550000', '142717.010000', '142717.470000', '142717.930000', '142718.390000', '142718.850000', '142719.310000', '142719.770000', '142720.230000', '142720.690000', '142721.150000', '142721.610000', '142722.070000', '142722.530000', '142722.990000', '142723.450000', '142723.910000', '142724.370000', '142724.830000', '142725.290000', '142725.750000', '142726.210000', '142726.670000', '142727.130000', '142727.590000', '142728.050000', '142728.510000', '142728.970000', '142729.430000', '142729.890000', '142730.350000', '142730.810000', '142731.270000', '142731.730000', '142732.190000', '142732.650000', '142733.110000', '142733.570000', '142734.030000', '142734.490000', '142734.950000', '142735.410000', '142735.870000', '142736.330000', '142736.790000', '142737.250000', '142737.710000', '142738.170000', '142738.630000', '142739.090000', '142739.550000', '142740.010000', '142740.470000', '142740.930000', '142741.390000', '142741.850000', '142742.310000', '142742.770000', '142743.230000', '142743.690000', '142744.150000', '142744.610000', '142745.070000', '142745.530000', '142745.990000', '142746.450000', '142746.910000', '142747.370000', '142747.830000', '142748.290000', '142748.750000', '142749.210000', '142749.670000', '142750.130000', '142750.590000', '142751.050000', '142751.510000', '142751.970000', '142752.430000', '142752.890000', '142753.350000', '142753.810000', '142754.270000', '142754.730000', '142755.190000', '142755.650000', '142756.110000', '142756.570000', '142757.030000', '142757.490000', '142757.950000', '142758.410000', '142758.870000', '142759.330000', '142759.790000', '142800.250000', '142800.710000', '142801.170000', '142801.630000', '142802.090000', '142802.550000', '142803.010000', '142803.470000', '142803.930000', '142804.390000', '142804.850000', '142805.310000', '142805.770000', '142806.230000', '142806.690000', '142807.150000', '142807.610000', '142808.070000', '142808.530000', '142808.990000', '142809.450000', '142809.910000', '142810.370000', '142810.830000', '142811.290000', '142811.750000', '142812.210000', '142812.670000', '142813.130000', '142813.590000', '142814.050000', '142814.510000', '142814.970000', '142815.430000', '142815.890000', '142816.350000', '142816.810000', '142817.270000', '142817.730000', '142818.190000', '142818.650000', '142819.110000', '142819.570000', '142820.030000', '142820.490000', '142820.950000', '142821.410000', '142821.870000', '142822.330000', '142822.790000', '142823.250000', '142823.710000', '142824.170000', '142824.630000', '142825.090000', '142825.550000', '142826.010000', '142826.470000', '142826.930000', '142827.390000', '142827.850000', '142828.310000', '142828.770000', '142829.230000', '142829.690000', '142830.150000', '142830.610000', '142831.070000', '142831.530000', '142831.990000', '142832.450000', '142832.910000', '142833.370000', '142833.830000', '142834.290000', '142834.750000', '142835.210000', '142835.670000', '142836.130000', '142836.590000', '142837.050000', '142837.510000', '142837.970000', '142838.430000', '142838.890000', '142839.350000', '142839.810000', '142840.270000', '142840.730000', '142841.190000', '142841.650000', '142842.110000', '142842.570000', '142843.030000', '142843.490000', '142843.950000', '142844.410000', '142844.870000', '142845.330000', '142845.790000', '142846.250000', '142846.710000', '142847.170000', '142847.630000', '142848.090000', '142848.550000', '142849.010000', '142849.470000', '142849.930000', '142850.390000', '142850.850000', '142851.310000', '142851.770000', '142852.230000', '142852.690000', '142853.150000', '142853.610000', '142854.070000', '142854.530000', '142854.990000', '142855.450000', '142855.910000', '142856.370000', '142856.830000', '142857.290000', '142857.750000', '142858.210000', '142858.670000', '142859.130000', '142859.590000', '142900.050000', '142900.510000', '142900.970000', '142901.430000', '142901.890000', '142902.350000', '142902.810000', '142903.270000', '142903.730000', '142904.190000', '142904.650000', '142905.110000', '142905.570000', '142906.030000', '142906.490000', '142906.950000', '142907.410000', '142907.870000', '142908.330000', '142908.790000', '142909.250000', '142909.710000', '142910.170000', '142910.630000', '142911.090000', '142911.550000', '142912.010000', '142912.470000', '142912.930000', '142913.390000', '142913.850000', '142914.310000', '142914.770000', '142915.230000', '142915.690000', '142916.150000', '142916.610000', '142917.070000', '142917.530000', '142917.990000', '142918.450000', '142918.910000', '142919.370000', '142919.830000', '142920.290000', '142920.750000', '142921.210000', '142921.670000', '142922.130000', '142922.590000', '142923.050000', '142923.510000', '142923.970000', '142924.430000', '142924.890000', '142925.350000', '142925.810000', '142926.270000', '142926.730000', '142927.190000', '142927.650000', '142928.110000', '142928.570000', '142929.030000', '142929.490000', '142929.950000', '142930.410000', '142930.870000', '142931.330000', '142931.790000', '142932.250000', '142932.710000', '142933.170000', '142933.630000', '142934.090000', '142934.550000', '142935.010000', '142935.470000', '142935.930000', '142936.390000', '142936.850000', '142937.310000', '142937.770000', '142938.230000', '142938.690000', '142939.150000', '142939.610000', '142940.070000', '142940.530000', '142940.990000', '142941.450000', '142941.910000', '142942.370000', '142942.830000', '142943.290000', '142943.750000', '142944.210000', '142944.670000', '142945.130000', '142945.590000', '142946.050000', '142946.510000', '142946.970000', '142947.430000', '142947.890000', '142948.350000', '142948.810000', '142949.270000', '142949.730000', '142950.190000', '142950.650000', '142951.110000', '142951.570000', '142952.030000', '142952.490000', '142952.950000', '142953.410000', '142953.870000', '142954.330000', '142954.790000', '142955.250000', '142955.710000', '142956.170000', '142956.630000', '142957.090000', '142957.550000', '142958.010000', '142958.470000', '142958.930000', '142959.390000', '142959.850000', '143000.310000', '143000.770000', '143001.230000', '143001.690000', '143002.150000', '143002.610000', '143003.070000', '143003.530000', '143003.990000', '143004.450000', '143004.910000', '143005.370000', '143005.830000', '143006.290000', '143006.750000', '143007.210000', '143007.670000', '143008.130000', '143008.590000', '143009.050000', '143009.510000', '143009.970000', '143010.430000', '143010.890000', '143011.350000', '143011.810000', '143012.270000', '143012.730000', '143013.190000', '143013.650000', '143014.110000', '143014.570000', '143015.030000', '143015.490000', '143015.950000', '143016.410000', '143016.870000', '143017.330000', '143017.790000', '143018.250000', '143018.710000', '143019.170000', '143019.630000', '143020.090000', '143020.550000', '143021.010000', '143021.470000', '143021.930000', '143022.390000', '143022.850000', '143023.310000', '143023.770000', '143024.230000', '143024.690000', '143025.150000', '143025.610000', '143026.070000', '143026.530000', '143026.990000', '143027.450000', '143027.910000', '143028.370000', '143028.830000', '143029.290000', '143029.750000', '143030.210000', '143030.670000', '143031.130000', '143031.590000', '143032.050000', '143032.510000', '143032.970000', '143033.430000', '143033.890000', '143034.350000', '143034.810000', '143035.270000', '143035.730000', '143036.190000', '143036.650000', '143037.110000', '143037.570000', '143038.030000', '143038.490000', '143038.950000', '143039.410000', '143039.870000', '143040.330000', '143040.790000', '143041.250000', '143041.710000', '143042.170000', '143042.630000', '143043.090000', '143043.550000', '143044.010000', '143044.470000', '143044.930000', '143045.390000', '143045.850000', '143046.310000', '143046.770000', '143047.230000', '143047.690000', '143048.150000', '143048.610000', '143049.070000', '143049.530000', '143049.990000', '143050.450000', '143050.910000', '143051.370000', '143051.830000', '143052.290000', '143052.750000', '143053.210000', '143053.670000', '143054.130000', '143054.590000', '143055.050000', '143055.510000', '143055.970000', '143056.430000', '143056.890000', '143057.350000', '143057.810000', '143058.270000', '143058.730000', '143059.190000', '143059.650000', '143100.110000', '143100.570000', '143101.030000', '143101.490000', '143101.950000', '143102.410000', '143102.870000', '143103.330000', '143103.790000', '143104.250000', '143104.710000', '143105.170000', '143105.630000', '143106.090000', '143106.550000', '143107.010000', '143107.470000', '143107.930000', '143108.390000', '143108.850000', '143109.310000', '143109.770000', '143110.230000', '143110.690000', '143111.150000', '143111.610000', '143112.070000', '143112.530000', '143112.990000', '143113.450000', '143113.910000', '143114.370000', '143114.830000', '143115.290000', '143115.750000', '143116.210000', '143116.670000', '143117.130000', '143117.590000', '143118.050000', '143118.510000', '143118.970000', '143119.430000', '143119.890000', '143120.350000', '143120.810000', '143121.270000', '143121.730000', '143122.190000', '143122.650000', '143123.110000', '143123.570000', '143124.030000', '143124.490000', '143124.950000', '143125.410000', '143125.870000', '143126.330000', '143126.790000', '143127.250000', '143127.710000', '143128.170000', '143128.630000', '143129.090000', '143129.550000', '143130.010000', '143130.470000', '143130.930000', '143131.390000', '143131.850000'], 'ContentTime': ['142458.543000', '142458.547000', '142458.550000', '142458.553000', '142458.556000', '142458.559000', '142458.562000', '142458.565000', '142458.567000', '142458.570000', '142458.573000', '142458.576000', '142458.579000', '142458.582000', '142518.503000', '142518.506000', '142518.508000', '142518.511000', '142518.514000', '142518.517000', '142518.520000', '142518.523000', '142518.525000', '142518.528000', '142518.531000', '142518.534000', '142518.537000', '142518.540000', '142518.542000', '142518.545000', '142518.548000', '142518.551000', '142518.554000', '142518.557000', '142518.559000', '142518.562000', '142518.565000', '142518.568000', '142518.571000', '142518.574000', '142518.576000', '142518.579000', '142518.582000', '142518.585000', '142518.588000', '142518.591000', '142518.594000', '142518.597000', '142518.599000', '142518.602000', '142518.605000', '142518.608000', '142518.611000', '142518.614000', '142518.616000', '142518.632000', '142518.635000', '142518.638000', '142538.504000', '142538.507000', '142538.510000', '142538.512000', '142538.515000', '142538.518000', '142538.521000', '142538.524000', '142538.527000', '142538.530000', '142538.532000', '142538.535000', '142538.538000', '142538.541000', '142538.544000', '142538.547000', '142538.549000', '142538.555000', '142538.558000', '142538.561000', '142538.564000', '142538.566000', '142538.569000', '142538.572000', '142538.575000', '142538.578000', '142538.581000', '142538.583000', '142538.586000', '142538.589000', '142538.592000', '142538.595000', '142538.598000', '142538.601000', '142538.603000', '142538.606000', '142538.609000', '142538.612000', '142538.615000', '142538.617000', '142538.620000', '142538.623000', '142538.626000', '142558.504000', '142558.507000', '142558.509000', '142558.512000', '142558.515000', '142558.518000', '142558.521000', '142558.524000', '142558.526000', '142558.529000', '142558.532000', '142558.538000', '142558.541000', '142558.544000', '142558.547000', '142558.549000', '142558.552000', '142558.555000', '142558.558000', '142558.561000', '142558.564000', '142558.567000', '142558.569000', '142558.572000', '142558.575000', '142558.578000', '142558.581000', '142558.584000', '142558.587000', '142558.590000', '142558.592000', '142558.595000', '142558.598000', '142558.601000', '142558.604000', '142558.607000', '142558.609000', '142558.612000', '142558.615000', '142558.618000', '142558.621000', '142558.624000', '142558.627000', '142558.629000', '142618.504000', '142618.507000', '142618.510000', '142618.513000', '142618.516000', '142618.519000', '142618.521000', '142618.524000', '142618.527000', '142618.530000', '142618.533000', '142618.536000', '142618.538000', '142618.541000', '142618.544000', '142618.547000', '142618.550000', '142618.553000', '142618.556000', '142618.558000', '142618.561000', '142618.564000', '142618.567000', '142618.570000', '142618.573000', '142618.576000', '142618.579000', '142618.581000', '142618.584000', '142618.587000', '142618.590000', '142618.593000', '142618.596000', '142618.599000', '142618.602000', '142618.604000', '142618.607000', '142618.610000', '142618.613000', '142618.616000', '142618.619000', '142618.621000', '142618.624000', '142638.505000', '142638.510000', '142638.513000', '142638.516000', '142638.519000', '142638.522000', '142638.525000', '142638.528000', '142638.531000', '142638.534000', '142638.536000', '142638.539000', '142638.542000', '142638.545000', '142638.548000', '142638.551000', '142638.554000', '142638.556000', '142638.559000', '142638.562000', '142638.565000', '142638.568000', '142638.571000', '142638.574000', '142638.577000', '142638.579000', '142638.582000', '142638.585000', '142638.588000', '142638.591000', '142638.594000', '142638.597000', '142638.599000', '142638.605000', '142638.608000', '142638.611000', '142638.613000', '142638.616000', '142638.620000', '142638.623000', '142638.626000', '142638.629000', '142638.632000', '142658.504000', '142658.507000', '142658.510000', '142658.513000', '142658.515000', '142658.518000', '142658.521000', '142658.524000', '142658.527000', '142658.530000', '142658.533000', '142658.536000', '142658.538000', '142658.541000', '142658.544000', '142658.547000', '142658.550000', '142658.553000', '142658.556000', '142658.558000', '142658.561000', '142658.564000', '142658.567000', '142658.570000', '142658.573000', '142658.576000', '142658.579000', '142658.582000', '142658.584000', '142658.587000', '142658.590000', '142658.593000', '142658.596000', '142658.599000', '142658.602000', '142658.604000', '142658.607000', '142658.629000', '142658.631000', '142658.634000', '142658.637000', '142658.640000', '142658.643000', '142658.646000', '142718.504000', '142718.508000', '142718.511000', '142718.514000', '142718.517000', '142718.520000', '142718.522000', '142718.525000', '142718.528000', '142718.531000', '142718.534000', '142718.537000', '142718.540000', '142718.542000', '142718.545000', '142718.548000', '142718.551000', '142718.554000', '142718.557000', '142718.560000', '142718.563000', '142718.565000', '142718.569000', '142718.571000', '142718.574000', '142718.577000', '142718.580000', '142718.583000', '142718.586000', '142718.589000', '142718.592000', '142718.594000', '142718.597000', '142718.600000', '142718.603000', '142718.606000', '142718.609000', '142718.612000', '142718.614000', '142718.617000', '142718.620000', '142718.623000', '142718.626000', '142738.503000', '142738.506000', '142738.509000', '142738.512000', '142738.514000', '142738.517000', '142738.520000', '142738.523000', '142738.526000', '142738.529000', '142738.532000', '142738.535000', '142738.538000', '142738.540000', '142738.543000', '142738.546000', '142738.549000', '142738.552000', '142738.555000', '142738.558000', '142738.560000', '142738.563000', '142738.566000', '142738.569000', '142738.572000', '142738.575000', '142738.578000', '142738.581000', '142738.583000', '142738.586000', '142738.589000', '142738.592000', '142738.595000', '142738.598000', '142738.600000', '142738.603000', '142738.606000', '142738.609000', '142738.612000', '142738.615000', '142738.618000', '142738.621000', '142738.624000', '142738.626000', '142758.504000', '142758.507000', '142758.510000', '142758.513000', '142758.516000', '142758.518000', '142758.521000', '142758.524000', '142758.527000', '142758.530000', '142758.533000', '142758.536000', '142758.538000', '142758.541000', '142758.544000', '142758.547000', '142758.550000', '142758.553000', '142758.556000', '142758.559000', '142758.562000', '142758.564000', '142758.569000', '142758.572000', '142758.575000', '142758.578000', '142758.581000', '142758.584000', '142758.587000', '142758.590000', '142758.593000', '142758.595000', '142758.598000', '142758.601000', '142758.604000', '142758.607000', '142758.610000', '142758.613000', '142758.616000', '142758.619000', '142758.621000', '142758.624000', '142758.627000', '142818.504000', '142818.507000', '142818.510000', '142818.513000', '142818.515000', '142818.518000', '142818.521000', '142818.524000', '142818.527000', '142818.530000', '142818.533000', '142818.536000', '142818.538000', '142818.541000', '142818.544000', '142818.547000', '142818.550000', '142818.553000', '142818.556000', '142818.559000', '142818.561000', '142818.564000', '142818.567000', '142818.570000', '142818.573000', '142818.576000', '142818.579000', '142818.591000', '142818.594000', '142818.597000', '142818.600000', '142818.603000', '142818.606000', '142818.609000', '142818.612000', '142818.614000', '142818.617000', '142818.620000', '142818.623000', '142818.626000', '142818.629000', '142818.631000', '142818.634000', '142818.637000', '142838.504000', '142838.507000', '142838.510000', '142838.513000', '142838.516000', '142838.518000', '142838.521000', '142838.524000', '142838.527000', '142838.530000', '142838.533000', '142838.535000', '142838.538000', '142838.541000', '142838.544000', '142838.547000', '142838.550000', '142838.553000', '142838.559000', '142838.563000', '142838.565000', '142838.568000', '142838.571000', '142838.574000', '142838.577000', '142838.580000', '142838.583000', '142838.585000', '142838.588000', '142838.591000', '142838.594000', '142838.597000', '142838.611000', '142838.614000', '142838.617000', '142838.620000', '142838.623000', '142838.626000', '142838.629000', '142838.631000', '142838.634000', '142838.637000', '142838.640000', '142858.504000', '142858.507000', '142858.510000', '142858.513000', '142858.516000', '142858.519000', '142858.521000', '142858.524000', '142858.527000', '142858.530000', '142858.533000', '142858.536000', '142858.538000', '142858.541000', '142858.544000', '142858.547000', '142858.550000', '142858.553000', '142858.556000', '142858.559000', '142858.561000', '142858.564000', '142858.567000', '142858.570000', '142858.573000', '142858.576000', '142858.579000', '142858.581000', '142858.584000', '142858.587000', '142858.590000', '142858.593000', '142858.596000', '142858.598000', '142858.601000', '142858.604000', '142858.607000', '142858.610000', '142858.613000', '142858.616000', '142858.618000', '142858.621000', '142858.624000', '142858.627000', '142918.504000', '142918.507000', '142918.510000', '142918.513000', '142918.516000', '142918.519000', '142918.521000', '142918.524000', '142918.527000', '142918.530000', '142918.533000', '142918.536000', '142918.538000', '142918.541000', '142918.544000', '142918.547000', '142918.550000', '142918.553000', '142918.556000', '142918.559000', '142918.561000', '142918.564000', '142918.567000', '142918.570000', '142918.573000', '142918.576000', '142918.580000', '142918.585000', '142918.588000', '142918.591000', '142918.594000', '142918.597000', '142918.600000', '142918.602000', '142918.605000', '142918.608000', '142918.611000', '142918.614000', '142918.617000', '142918.620000', '142918.623000', '142918.625000', '142918.628000', '142938.504000', '142938.507000', '142938.510000', '142938.513000', '142938.515000', '142938.518000', '142938.521000', '142938.524000', '142938.527000', '142938.530000', '142938.533000', '142938.535000', '142938.538000', '142938.541000', '142938.544000', '142938.547000', '142938.550000', '142938.553000', '142938.555000', '142938.558000', '142938.561000', '142938.564000', '142938.567000', '142938.570000', '142938.573000', '142938.576000', '142938.579000', '142938.581000', '142938.584000', '142938.587000', '142938.590000', '142938.593000', '142938.596000', '142938.599000', '142938.601000', '142938.604000', '142938.607000', '142938.610000', '142938.613000', '142938.616000', '142938.619000', '142938.621000', '142938.624000', '142938.627000', '142958.503000', '142958.506000', '142958.509000', '142958.512000', '142958.515000', '142958.518000', '142958.520000', '142958.523000', '142958.527000', '142958.530000', '142958.533000', '142958.536000', '142958.539000', '142958.542000', '142958.544000', '142958.547000', '142958.550000', '142958.553000', '142958.556000', '142958.559000', '142958.562000', '142958.565000', '142958.568000', '142958.570000', '142958.573000', '142958.576000', '142958.580000', '142958.585000', '142958.589000', '142958.592000', '142958.594000', '142958.597000', '142958.600000', '142958.603000', '142958.606000', '142958.609000', '142958.612000', '142958.615000', '142958.617000', '142958.620000', '142958.623000', '142958.626000', '142958.629000', '143018.513000', '143018.516000', '143018.519000', '143018.522000', '143018.525000', '143018.528000', '143018.530000', '143018.533000', '143018.536000', '143018.539000', '143018.542000', '143018.545000', '143018.548000', '143018.550000', '143018.553000', '143018.556000', '143018.559000', '143018.562000', '143018.565000', '143018.568000', '143018.571000', '143018.574000', '143018.577000', '143018.579000', '143018.582000', '143018.585000', '143018.588000', '143018.591000', '143018.594000', '143018.597000', '143018.600000', '143018.603000', '143018.606000', '143018.608000', '143018.611000', '143018.614000', '143018.617000', '143018.620000', '143018.623000', '143018.626000', '143018.629000', '143018.631000', '143018.634000', '143018.637000', '143038.504000', '143038.507000', '143038.510000', '143038.513000', '143038.516000', '143038.518000', '143038.521000', '143038.524000', '143038.527000', '143038.530000', '143038.533000', '143038.536000', '143038.539000', '143038.541000', '143038.544000', '143038.547000', '143038.550000', '143038.553000', '143038.556000', '143038.559000', '143038.562000', '143038.565000', '143038.568000', '143038.570000', '143038.573000', '143038.576000', '143038.579000', '143038.582000', '143038.585000', '143038.588000', '143038.591000', '143038.594000', '143038.597000', '143038.599000', '143038.602000', '143038.605000', '143038.608000', '143038.611000', '143038.614000', '143038.617000', '143038.620000', '143038.623000', '143038.626000', '143058.506000', '143058.509000', '143058.512000', '143058.514000', '143058.517000', '143058.520000', '143058.523000', '143058.526000', '143058.529000', '143058.532000', '143058.535000', '143058.537000', '143058.540000', '143058.543000', '143058.546000', '143058.549000', '143058.552000', '143058.554000', '143058.557000', '143058.560000', '143058.563000', '143058.566000', '143058.569000', '143058.572000', '143058.574000', '143058.577000', '143058.580000', '143058.583000', '143058.586000', '143058.589000', '143058.592000', '143058.595000', '143058.597000', '143058.600000', '143058.603000', '143058.606000', '143058.609000', '143058.612000', '143058.614000', '143058.617000', '143058.620000', '143058.623000', '143058.626000', '143058.629000', '143118.504000', '143118.507000', '143118.510000', '143118.513000', '143118.515000', '143118.518000', '143118.521000', '143118.524000', '143118.527000', '143118.530000', '143118.533000', '143118.536000', '143118.539000', '143118.541000', '143118.544000', '143118.547000', '143118.550000', '143118.553000', '143118.556000', '143118.559000', '143118.561000', '143118.565000', '143118.568000', '143118.571000', '143118.574000', '143118.577000', '143118.580000', '143118.583000', '143118.586000', '143118.589000', '143118.592000', '143118.594000', '143118.597000', '143118.600000', '143118.603000', '143118.606000', '143118.609000', '143118.612000', '143118.614000', '143118.617000', '143118.621000', '143118.623000', '143118.626000', '143132.937000', '143132.942000', '143132.945000', '143132.949000', '143132.952000', '143132.955000', '143132.958000', '143132.961000', '143132.966000', '143132.969000', '143132.972000', '143132.975000', '143132.978000', '143132.981000', '143132.984000', '143132.987000', '143132.990000', '143132.993000', '143132.996000', '143133.000000', '143133.004000', '143133.007000', '143133.010000', '143133.013000', '143133.016000', '143133.030000', '143133.033000', '143133.036000', '143133.039000', '143133.042000', '143133.044000', '143133.047000'], 'InstanceCreationTime': ['142458.543000', '142458.547000', '142458.550000', '142458.553000', '142458.556000', '142458.559000', '142458.562000', '142458.565000', '142458.567000', '142458.570000', '142458.573000', '142458.576000', '142458.579000', '142458.582000', '142518.503000', '142518.506000', '142518.508000', '142518.511000', '142518.514000', '142518.517000', '142518.520000', '142518.523000', '142518.525000', '142518.528000', '142518.531000', '142518.534000', '142518.537000', '142518.540000', '142518.542000', '142518.545000', '142518.548000', '142518.551000', '142518.554000', '142518.557000', '142518.559000', '142518.562000', '142518.565000', '142518.568000', '142518.571000', '142518.574000', '142518.576000', '142518.579000', '142518.582000', '142518.585000', '142518.588000', '142518.591000', '142518.594000', '142518.597000', '142518.599000', '142518.602000', '142518.605000', '142518.608000', '142518.611000', '142518.614000', '142518.616000', '142518.632000', '142518.635000', '142518.638000', '142538.504000', '142538.507000', '142538.510000', '142538.512000', '142538.515000', '142538.518000', '142538.521000', '142538.524000', '142538.527000', '142538.530000', '142538.532000', '142538.535000', '142538.538000', '142538.541000', '142538.544000', '142538.547000', '142538.549000', '142538.555000', '142538.558000', '142538.561000', '142538.564000', '142538.566000', '142538.569000', '142538.572000', '142538.575000', '142538.578000', '142538.581000', '142538.583000', '142538.586000', '142538.589000', '142538.592000', '142538.595000', '142538.598000', '142538.601000', '142538.603000', '142538.606000', '142538.609000', '142538.612000', '142538.615000', '142538.617000', '142538.620000', '142538.623000', '142538.626000', '142558.504000', '142558.507000', '142558.509000', '142558.512000', '142558.515000', '142558.518000', '142558.521000', '142558.524000', '142558.526000', '142558.529000', '142558.532000', '142558.538000', '142558.541000', '142558.544000', '142558.547000', '142558.549000', '142558.552000', '142558.555000', '142558.558000', '142558.561000', '142558.564000', '142558.567000', '142558.569000', '142558.572000', '142558.575000', '142558.578000', '142558.581000', '142558.584000', '142558.587000', '142558.590000', '142558.592000', '142558.595000', '142558.598000', '142558.601000', '142558.604000', '142558.607000', '142558.609000', '142558.612000', '142558.615000', '142558.618000', '142558.621000', '142558.624000', '142558.627000', '142558.629000', '142618.504000', '142618.507000', '142618.510000', '142618.513000', '142618.516000', '142618.519000', '142618.521000', '142618.524000', '142618.527000', '142618.530000', '142618.533000', '142618.536000', '142618.538000', '142618.541000', '142618.544000', '142618.547000', '142618.550000', '142618.553000', '142618.556000', '142618.558000', '142618.561000', '142618.564000', '142618.567000', '142618.570000', '142618.573000', '142618.576000', '142618.579000', '142618.581000', '142618.584000', '142618.587000', '142618.590000', '142618.593000', '142618.596000', '142618.599000', '142618.602000', '142618.604000', '142618.607000', '142618.610000', '142618.613000', '142618.616000', '142618.619000', '142618.621000', '142618.624000', '142638.505000', '142638.510000', '142638.513000', '142638.516000', '142638.519000', '142638.522000', '142638.525000', '142638.528000', '142638.531000', '142638.534000', '142638.536000', '142638.539000', '142638.542000', '142638.545000', '142638.548000', '142638.551000', '142638.554000', '142638.556000', '142638.559000', '142638.562000', '142638.565000', '142638.568000', '142638.571000', '142638.574000', '142638.577000', '142638.579000', '142638.582000', '142638.585000', '142638.588000', '142638.591000', '142638.594000', '142638.597000', '142638.599000', '142638.605000', '142638.608000', '142638.611000', '142638.613000', '142638.616000', '142638.620000', '142638.623000', '142638.626000', '142638.629000', '142638.632000', '142658.504000', '142658.507000', '142658.510000', '142658.513000', '142658.515000', '142658.518000', '142658.521000', '142658.524000', '142658.527000', '142658.530000', '142658.533000', '142658.536000', '142658.538000', '142658.541000', '142658.544000', '142658.547000', '142658.550000', '142658.553000', '142658.556000', '142658.558000', '142658.561000', '142658.564000', '142658.567000', '142658.570000', '142658.573000', '142658.576000', '142658.579000', '142658.582000', '142658.584000', '142658.587000', '142658.590000', '142658.593000', '142658.596000', '142658.599000', '142658.602000', '142658.604000', '142658.607000', '142658.629000', '142658.631000', '142658.634000', '142658.637000', '142658.640000', '142658.643000', '142658.646000', '142718.504000', '142718.508000', '142718.511000', '142718.514000', '142718.517000', '142718.520000', '142718.522000', '142718.525000', '142718.528000', '142718.531000', '142718.534000', '142718.537000', '142718.540000', '142718.542000', '142718.545000', '142718.548000', '142718.551000', '142718.554000', '142718.557000', '142718.560000', '142718.563000', '142718.565000', '142718.569000', '142718.571000', '142718.574000', '142718.577000', '142718.580000', '142718.583000', '142718.586000', '142718.589000', '142718.592000', '142718.594000', '142718.597000', '142718.600000', '142718.603000', '142718.606000', '142718.609000', '142718.612000', '142718.614000', '142718.617000', '142718.620000', '142718.623000', '142718.626000', '142738.503000', '142738.506000', '142738.509000', '142738.512000', '142738.514000', '142738.517000', '142738.520000', '142738.523000', '142738.526000', '142738.529000', '142738.532000', '142738.535000', '142738.538000', '142738.540000', '142738.543000', '142738.546000', '142738.549000', '142738.552000', '142738.555000', '142738.558000', '142738.560000', '142738.563000', '142738.566000', '142738.569000', '142738.572000', '142738.575000', '142738.578000', '142738.581000', '142738.583000', '142738.586000', '142738.589000', '142738.592000', '142738.595000', '142738.598000', '142738.600000', '142738.603000', '142738.606000', '142738.609000', '142738.612000', '142738.615000', '142738.618000', '142738.621000', '142738.624000', '142738.626000', '142758.504000', '142758.507000', '142758.510000', '142758.513000', '142758.516000', '142758.518000', '142758.521000', '142758.524000', '142758.527000', '142758.530000', '142758.533000', '142758.536000', '142758.538000', '142758.541000', '142758.544000', '142758.547000', '142758.550000', '142758.553000', '142758.556000', '142758.559000', '142758.562000', '142758.564000', '142758.569000', '142758.572000', '142758.575000', '142758.578000', '142758.581000', '142758.584000', '142758.587000', '142758.590000', '142758.593000', '142758.595000', '142758.598000', '142758.601000', '142758.604000', '142758.607000', '142758.610000', '142758.613000', '142758.616000', '142758.619000', '142758.621000', '142758.624000', '142758.627000', '142818.504000', '142818.507000', '142818.510000', '142818.513000', '142818.515000', '142818.518000', '142818.521000', '142818.524000', '142818.527000', '142818.530000', '142818.533000', '142818.536000', '142818.538000', '142818.541000', '142818.544000', '142818.547000', '142818.550000', '142818.553000', '142818.556000', '142818.559000', '142818.561000', '142818.564000', '142818.567000', '142818.570000', '142818.573000', '142818.576000', '142818.579000', '142818.591000', '142818.594000', '142818.597000', '142818.600000', '142818.603000', '142818.606000', '142818.609000', '142818.612000', '142818.614000', '142818.617000', '142818.620000', '142818.623000', '142818.626000', '142818.629000', '142818.631000', '142818.634000', '142818.637000', '142838.504000', '142838.507000', '142838.510000', '142838.513000', '142838.516000', '142838.518000', '142838.521000', '142838.524000', '142838.527000', '142838.530000', '142838.533000', '142838.535000', '142838.538000', '142838.541000', '142838.544000', '142838.547000', '142838.550000', '142838.553000', '142838.559000', '142838.563000', '142838.565000', '142838.568000', '142838.571000', '142838.574000', '142838.577000', '142838.580000', '142838.583000', '142838.585000', '142838.588000', '142838.591000', '142838.594000', '142838.597000', '142838.611000', '142838.614000', '142838.617000', '142838.620000', '142838.623000', '142838.626000', '142838.629000', '142838.631000', '142838.634000', '142838.637000', '142838.640000', '142858.504000', '142858.507000', '142858.510000', '142858.513000', '142858.516000', '142858.519000', '142858.521000', '142858.524000', '142858.527000', '142858.530000', '142858.533000', '142858.536000', '142858.538000', '142858.541000', '142858.544000', '142858.547000', '142858.550000', '142858.553000', '142858.556000', '142858.559000', '142858.561000', '142858.564000', '142858.567000', '142858.570000', '142858.573000', '142858.576000', '142858.579000', '142858.581000', '142858.584000', '142858.587000', '142858.590000', '142858.593000', '142858.596000', '142858.598000', '142858.601000', '142858.604000', '142858.607000', '142858.610000', '142858.613000', '142858.616000', '142858.618000', '142858.621000', '142858.624000', '142858.627000', '142918.504000', '142918.507000', '142918.510000', '142918.513000', '142918.516000', '142918.519000', '142918.521000', '142918.524000', '142918.527000', '142918.530000', '142918.533000', '142918.536000', '142918.538000', '142918.541000', '142918.544000', '142918.547000', '142918.550000', '142918.553000', '142918.556000', '142918.559000', '142918.561000', '142918.564000', '142918.567000', '142918.570000', '142918.573000', '142918.576000', '142918.580000', '142918.585000', '142918.588000', '142918.591000', '142918.594000', '142918.597000', '142918.600000', '142918.602000', '142918.605000', '142918.608000', '142918.611000', '142918.614000', '142918.617000', '142918.620000', '142918.623000', '142918.625000', '142918.628000', '142938.504000', '142938.507000', '142938.510000', '142938.513000', '142938.515000', '142938.518000', '142938.521000', '142938.524000', '142938.527000', '142938.530000', '142938.533000', '142938.535000', '142938.538000', '142938.541000', '142938.544000', '142938.547000', '142938.550000', '142938.553000', '142938.555000', '142938.558000', '142938.561000', '142938.564000', '142938.567000', '142938.570000', '142938.573000', '142938.576000', '142938.579000', '142938.581000', '142938.584000', '142938.587000', '142938.590000', '142938.593000', '142938.596000', '142938.599000', '142938.601000', '142938.604000', '142938.607000', '142938.610000', '142938.613000', '142938.616000', '142938.619000', '142938.621000', '142938.624000', '142938.627000', '142958.503000', '142958.506000', '142958.509000', '142958.512000', '142958.515000', '142958.518000', '142958.520000', '142958.523000', '142958.527000', '142958.530000', '142958.533000', '142958.536000', '142958.539000', '142958.542000', '142958.544000', '142958.547000', '142958.550000', '142958.553000', '142958.556000', '142958.559000', '142958.562000', '142958.565000', '142958.568000', '142958.570000', '142958.573000', '142958.576000', '142958.580000', '142958.585000', '142958.589000', '142958.592000', '142958.594000', '142958.597000', '142958.600000', '142958.603000', '142958.606000', '142958.609000', '142958.612000', '142958.615000', '142958.617000', '142958.620000', '142958.623000', '142958.626000', '142958.629000', '143018.513000', '143018.516000', '143018.519000', '143018.522000', '143018.525000', '143018.528000', '143018.530000', '143018.533000', '143018.536000', '143018.539000', '143018.542000', '143018.545000', '143018.548000', '143018.550000', '143018.553000', '143018.556000', '143018.559000', '143018.562000', '143018.565000', '143018.568000', '143018.571000', '143018.574000', '143018.577000', '143018.579000', '143018.582000', '143018.585000', '143018.588000', '143018.591000', '143018.594000', '143018.597000', '143018.600000', '143018.603000', '143018.606000', '143018.608000', '143018.611000', '143018.614000', '143018.617000', '143018.620000', '143018.623000', '143018.626000', '143018.629000', '143018.631000', '143018.634000', '143018.637000', '143038.504000', '143038.507000', '143038.510000', '143038.513000', '143038.516000', '143038.518000', '143038.521000', '143038.524000', '143038.527000', '143038.530000', '143038.533000', '143038.536000', '143038.539000', '143038.541000', '143038.544000', '143038.547000', '143038.550000', '143038.553000', '143038.556000', '143038.559000', '143038.562000', '143038.565000', '143038.568000', '143038.570000', '143038.573000', '143038.576000', '143038.579000', '143038.582000', '143038.585000', '143038.588000', '143038.591000', '143038.594000', '143038.597000', '143038.599000', '143038.602000', '143038.605000', '143038.608000', '143038.611000', '143038.614000', '143038.617000', '143038.620000', '143038.623000', '143038.626000', '143058.506000', '143058.509000', '143058.512000', '143058.514000', '143058.517000', '143058.520000', '143058.523000', '143058.526000', '143058.529000', '143058.532000', '143058.535000', '143058.537000', '143058.540000', '143058.543000', '143058.546000', '143058.549000', '143058.552000', '143058.554000', '143058.557000', '143058.560000', '143058.563000', '143058.566000', '143058.569000', '143058.572000', '143058.574000', '143058.577000', '143058.580000', '143058.583000', '143058.586000', '143058.589000', '143058.592000', '143058.595000', '143058.597000', '143058.600000', '143058.603000', '143058.606000', '143058.609000', '143058.612000', '143058.614000', '143058.617000', '143058.620000', '143058.623000', '143058.626000', '143058.629000', '143118.504000', '143118.507000', '143118.510000', '143118.513000', '143118.515000', '143118.518000', '143118.521000', '143118.524000', '143118.527000', '143118.530000', '143118.533000', '143118.536000', '143118.539000', '143118.541000', '143118.544000', '143118.547000', '143118.550000', '143118.553000', '143118.556000', '143118.559000', '143118.561000', '143118.565000', '143118.568000', '143118.571000', '143118.574000', '143118.577000', '143118.580000', '143118.583000', '143118.586000', '143118.589000', '143118.592000', '143118.594000', '143118.597000', '143118.600000', '143118.603000', '143118.606000', '143118.609000', '143118.612000', '143118.614000', '143118.617000', '143118.621000', '143118.623000', '143118.626000', '143132.937000', '143132.942000', '143132.945000', '143132.949000', '143132.952000', '143132.955000', '143132.958000', '143132.961000', '143132.966000', '143132.969000', '143132.972000', '143132.975000', '143132.978000', '143132.981000', '143132.984000', '143132.987000', '143132.990000', '143132.993000', '143132.996000', '143133.000000', '143133.004000', '143133.007000', '143133.010000', '143133.013000', '143133.016000', '143133.030000', '143133.033000', '143133.036000', '143133.039000', '143133.042000', '143133.044000', '143133.047000'], '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': [7947, 7730, 7731, 7389, 8087, 8115, 8473, 8307, 8205, 9528, 8677, 7800, 7531, 8461, 7974, 8437, 8608, 8750, 7903, 7649, 8626, 8082, 8484, 8305, 7436, 8489, 8136, 8851, 7783, 7652, 8285, 8033, 8446, 8136, 7330, 7032, 7633, 8214, 7951, 8412, 7715, 7655, 7026, 8169, 7870, 7642, 8293, 7515, 7989, 7972, 8169, 8382, 7960, 9605, 7876, 7532, 8417, 8039, 7563, 7604, 8591, 8040, 9034, 7821, 7654, 8723, 7235, 6955, 8654, 7295, 8220, 7014, 8310, 7610, 7264, 9021, 6915, 7868, 8181, 7877, 8553, 8494, 8796, 8880, 8889, 8289, 8787, 7863, 8642, 7616, 8161, 8887, 7018, 8031, 7279, 8292, 7791, 8404, 7861, 6863, 8152, 7569, 7643, 7801, 7748, 8018, 8049, 7776, 8596, 7866, 8429, 9806, 8163, 7769, 9555, 7306, 7901, 9253, 8159, 8306, 9277, 8937, 8725, 8126, 9321, 11505, 9264, 11300, 9199, 9231, 9317, 8389, 9206, 8598, 9223, 8434, 9234, 7635, 8711, 8111, 8247, 8337, 7674, 8891, 7101, 8929, 7145, 8719, 7724, 8709, 9143, 8717, 7350, 8301, 7253, 8449, 7719, 8491, 7661, 8127, 8394, 7121, 7649, 7379, 8054, 7768, 7527, 8191, 7347, 8689, 8080, 8606, 7605, 8882, 7359, 8528, 6989, 8409, 7445, 8824, 7879, 8198, 8269, 6965, 8446, 7614, 8168, 8625, 7909, 9459, 7126, 7853, 9171, 7569, 8117, 9530, 8252, 10060, 9007, 10685, 9030, 8856, 9000, 8431, 8632, 8057, 8313, 7929, 8481, 8737, 7654, 9005, 8524, 8399, 8083, 6872, 8687, 7232, 8568, 8069, 7925, 8437, 8155, 8629, 8202, 8684, 7069, 8587, 7629, 8355, 8863, 6892, 8326, 7403, 8631, 8176, 7885, 7997, 7634, 8990, 7674, 8769, 8189, 7660, 6953, 8699, 6743, 8424, 8542, 7723, 9124, 7313, 9354, 8277, 8860, 8429, 11696, 9253, 8020, 8108, 9300, 7866, 9083, 7735, 8053, 9625, 7538, 7128, 7861, 8600, 9197, 7940, 9697, 9537, 8105, 9981, 8658, 7539, 9403, 7760, 8721, 7735, 8775, 7857, 9122, 8283, 7345, 8375, 7302, 8516, 7254, 9099, 7632, 8273, 8408, 7499, 9267, 7639, 7711, 8897, 8106, 8664, 8608, 8828, 9008, 9033, 8861, 8828, 7392, 8421, 7828, 8520, 8229, 8482, 7741, 8868, 7295, 9068, 7655, 8662, 8496, 8832, 7559, 7430, 9032, 7765, 8343, 8086, 7395, 9068, 7467, 10940, 7515, 11009, 7714, 9065, 9045, 10715, 8659, 7451, 9001, 7907, 8697, 8030, 8308, 9367, 8797, 8160, 7160, 8968, 7453, 8995, 7557, 9267, 8510, 7668, 9014, 8361, 7476, 8595, 7966, 7875, 7778, 7761, 7941, 8699, 8086, 8300, 10833, 8595, 9205, 7995, 7909, 8775, 7615, 9010, 7972, 8165, 8375, 7189, 8796, 8619, 8792, 9637, 9014, 7314, 8899, 7538, 8681, 8298, 7420, 8552, 7598, 7567, 8618, 7759, 6798, 8231, 7856, 8227, 7878, 7790, 8538, 8859, 7712, 9440, 9051, 7828, 9813, 8772, 7598, 10174, 8310, 8308, 8983, 8418, 7921, 7859, 8582, 7580, 7679, 7301, 7442, 7201, 7106, 7560, 7176, 6988, 8426, 8467, 8808, 8397, 9761, 8838, 11560, 8607, 9682, 8589, 8511, 7740, 7812, 10121, 8227, 7710, 8591, 6959, 8588, 7983, 6798, 8763, 6977, 8368, 7294, 8086, 8245, 7618, 7921, 6863, 8710, 7316, 8786, 8030, 6661, 8619, 7357, 9341, 8085, 8627, 8540, 9351, 10500, 7833, 8477, 7900, 6991, 8946, 7727, 8152, 8734, 9502, 7981, 7830, 9296, 7169, 7451, 7237, 7091, 7145, 7725, 8621, 7989, 7826, 9017, 8167, 8559, 9652, 7806, 7831, 8818, 10242, 8534, 10017, 8818, 9089, 8716, 9735, 8924, 7661, 9084, 7821, 6730, 8779, 7353, 8266, 7976, 6698, 8414, 7163, 8642, 7149, 8832, 7171, 8325, 7537, 8045, 8552, 7883, 8259, 7192, 8650, 7029, 7112, 8623, 7305, 8590, 7702, 8305, 7729, 11067, 8088, 10814, 8327, 7613, 8946, 7617, 7172, 8582, 7090, 7445, 8763, 7677, 7405, 8063, 8201, 9840, 9718, 7914, 8620, 10634, 8943, 11323, 10779, 10598, 8345, 8813, 8295, 7796, 8364, 7161, 8821, 7941, 8126, 8154, 7487, 8661, 7602, 7116, 8922, 8105, 8126, 8033, 6837, 8670, 7228, 8624, 8221, 8103, 7979, 6997, 8880, 7542, 8794, 7097, 7192, 8863, 7711, 8735, 7591, 7047, 9148, 7897, 8703, 7658, 7618, 8979, 7894, 7666, 6967, 7007, 8074, 8494, 8661, 8153, 8496, 8846, 8795, 8223, 9670, 8824, 7964, 11037, 8171, 12678, 8385, 8805, 8451, 8745, 8308, 7866, 8852, 7676, 8886, 8165, 8160, 8360, 7879, 7911, 8371, 8424, 7437, 7996, 7875, 7720, 7831, 6741, 8434, 7352, 8412, 7818, 8065, 6985, 7109, 8444, 7256, 8571, 7832, 8586, 7783, 7553, 8594, 7165, 7469, 8740, 8041, 9104, 8033, 10782, 8771, 7682, 10557, 8113, 8523, 7670, 7072, 10091, 8085, 8980, 8107, 9358, 7756, 7606, 8727, 6936, 7486, 7128, 7269, 8226, 6940, 9243, 8145, 9687, 10291, 8115, 8754, 7895, 10619, 9179, 7770, 12179, 7971, 10415, 8035, 8281, 8506, 7681, 8764, 7577, 7013, 8753, 7841, 8681, 8313, 9476, 7802, 7162, 8481, 7712, 8588, 7956, 9022, 7854, 7890, 8400, 6970, 6616, 8710, 7197, 7021, 8453, 7357, 8532, 7445, 8938, 8338, 9555, 7699, 6962, 8971, 7526, 8668, 7619, 7401, 8443, 7708, 9069, 8122, 7958, 8351, 8292, 9072, 11779, 7656, 8442, 9065, 9424, 8861, 7425, 8889, 8343, 8480, 7649, 7737, 8324, 7113, 9114, 7312, 8880, 8367, 8597, 7531, 9490, 8179, 6953, 9074, 7466, 8606, 7273, 7134, 8712, 7175, 7127, 8764, 7080, 6988, 9112, 8879, 8354, 9040, 8725, 7343, 8863, 9116, 11779, 8770, 12095, 9872, 7797, 8691, 9004, 10356, 8576, 8559, 9898, 7619, 8781, 7808, 7062, 8905, 7538, 8779, 7740, 8577, 8052, 6993, 9093, 7079, 8970, 7454, 7168, 8372, 7030, 8941, 7705, 8374, 7585, 7045, 9016, 7344, 9577, 7940, 7188, 8975, 7503, 9462, 7741, 9943, 8755, 8018, 8957, 8026, 7343, 7800, 6911, 6905, 7310, 7514, 7294, 7484, 7461, 8807, 7455, 10049, 7574, 12856, 9493, 12651, 10024, 8418, 9845, 7834, 9923, 8418, 8503, 8008, 6945, 7577, 7427, 7083, 6889, 7804, 6950, 8603], 'WindowCenter': [4183.0, 4170.0, 4167.0, 4165.0, 4164.0, 4161.0, 4150.0, 4147.0, 4135.0, 4144.0, 4133.0, 4111.0, 4111.0, 4119.0, 4108.0, 4119.0, 4117.0, 4119.0, 4106.0, 4107.0, 4117.0, 4106.0, 4119.0, 4106.0, 4097.0, 4115.0, 4106.0, 4127.0, 4108.0, 4110.0, 4131.0, 4121.0, 4118.0, 4117.0, 4107.0, 4097.0, 4109.0, 4117.0, 4119.0, 4131.0, 4122.0, 4121.0, 4099.0, 4130.0, 4122.0, 4122.0, 4133.0, 4110.0, 4113.0, 4113.0, 4112.0, 4125.0, 4125.0, 4144.0, 4113.0, 4112.0, 4134.0, 4137.0, 4136.0, 4136.0, 4145.0, 4124.0, 4148.0, 4151.0, 4138.0, 4159.0, 4138.0, 4127.0, 4159.0, 4138.0, 4146.0, 4125.0, 4146.0, 4138.0, 4137.0, 4157.0, 4126.0, 4147.0, 4148.0, 4135.0, 4144.0, 4133.0, 4133.0, 4156.0, 4145.0, 4132.0, 4133.0, 4121.0, 4131.0, 4132.0, 4147.0, 4145.0, 4123.0, 4146.0, 4135.0, 4157.0, 4149.0, 4175.0, 4174.0, 4154.0, 4163.0, 4162.0, 4152.0, 4163.0, 4163.0, 4162.0, 4161.0, 4152.0, 4160.0, 4151.0, 4163.0, 4182.0, 4162.0, 4140.0, 4169.0, 4138.0, 4137.0, 4159.0, 4150.0, 4161.0, 4174.0, 4160.0, 4160.0, 4148.0, 4155.0, 4174.0, 4152.0, 4163.0, 4140.0, 4127.0, 4128.0, 4117.0, 4128.0, 4116.0, 4127.0, 4106.0, 4127.0, 4108.0, 4129.0, 4117.0, 4119.0, 4119.0, 4119.0, 4141.0, 4110.0, 4143.0, 4111.0, 4144.0, 4122.0, 4145.0, 4142.0, 4143.0, 4110.0, 4132.0, 4110.0, 4132.0, 4121.0, 4156.0, 4149.0, 4134.0, 4146.0, 4125.0, 4148.0, 4137.0, 4148.0, 4147.0, 4148.0, 4171.0, 4151.0, 4159.0, 4137.0, 4147.0, 4135.0, 4156.0, 4122.0, 4145.0, 4112.0, 4145.0, 4124.0, 4145.0, 4132.0, 4134.0, 4135.0, 4113.0, 4145.0, 4139.0, 4138.0, 4146.0, 4161.0, 4194.0, 4154.0, 4161.0, 4181.0, 4161.0, 4158.0, 4179.0, 4160.0, 4179.0, 4168.0, 4177.0, 4157.0, 4154.0, 4153.0, 4131.0, 4131.0, 4119.0, 4119.0, 4119.0, 4129.0, 4119.0, 4119.0, 4132.0, 4128.0, 4118.0, 4120.0, 4101.0, 4132.0, 4122.0, 4143.0, 4133.0, 4133.0, 4133.0, 4131.0, 4143.0, 4133.0, 4143.0, 4111.0, 4143.0, 4135.0, 4143.0, 4144.0, 4112.0, 4145.0, 4136.0, 4158.0, 4160.0, 4162.0, 4173.0, 4163.0, 4170.0, 4149.0, 4159.0, 4160.0, 4149.0, 4149.0, 4184.0, 4140.0, 4160.0, 4161.0, 4148.0, 4170.0, 4151.0, 4171.0, 4158.0, 4158.0, 4146.0, 4175.0, 4145.0, 4124.0, 4123.0, 4136.0, 4126.0, 4152.0, 4129.0, 4127.0, 4160.0, 4129.0, 4141.0, 4164.0, 4160.0, 4157.0, 4146.0, 4157.0, 4169.0, 4148.0, 4167.0, 4147.0, 4123.0, 4144.0, 4122.0, 4130.0, 4111.0, 4121.0, 4109.0, 4129.0, 4106.0, 4097.0, 4108.0, 4098.0, 4118.0, 4109.0, 4132.0, 4121.0, 4132.0, 4132.0, 4122.0, 4156.0, 4137.0, 4136.0, 4156.0, 4135.0, 4146.0, 4145.0, 4146.0, 4143.0, 4141.0, 4132.0, 4132.0, 4110.0, 4132.0, 4121.0, 4145.0, 4143.0, 4133.0, 4121.0, 4143.0, 4123.0, 4145.0, 4123.0, 4145.0, 4159.0, 4157.0, 4149.0, 4138.0, 4158.0, 4148.0, 4158.0, 4150.0, 4149.0, 4170.0, 4150.0, 4191.0, 4138.0, 4190.0, 4151.0, 4157.0, 4146.0, 4166.0, 4145.0, 4125.0, 4146.0, 4136.0, 4144.0, 4147.0, 4146.0, 4158.0, 4145.0, 4145.0, 4113.0, 4143.0, 4124.0, 4145.0, 4135.0, 4156.0, 4147.0, 4138.0, 4158.0, 4145.0, 4136.0, 4157.0, 4147.0, 4161.0, 4161.0, 4160.0, 4149.0, 4170.0, 4160.0, 4159.0, 4178.0, 4158.0, 4157.0, 4135.0, 4135.0, 4144.0, 4136.0, 4145.0, 4134.0, 4134.0, 4134.0, 4111.0, 4133.0, 4129.0, 4130.0, 4129.0, 4130.0, 4110.0, 4142.0, 4122.0, 4132.0, 4134.0, 4123.0, 4144.0, 4135.0, 4138.0, 4157.0, 4149.0, 4127.0, 4159.0, 4160.0, 4161.0, 4158.0, 4150.0, 4172.0, 4184.0, 4164.0, 4171.0, 4159.0, 4149.0, 4169.0, 4160.0, 4138.0, 4167.0, 4134.0, 4136.0, 4156.0, 4147.0, 4136.0, 4133.0, 4133.0, 4124.0, 4124.0, 4137.0, 4137.0, 4138.0, 4152.0, 4161.0, 4151.0, 4139.0, 4159.0, 4146.0, 4157.0, 4146.0, 4167.0, 4145.0, 4173.0, 4133.0, 4142.0, 4128.0, 4118.0, 4107.0, 4108.0, 4149.0, 4119.0, 4105.0, 4117.0, 4099.0, 4129.0, 4131.0, 4111.0, 4155.0, 4125.0, 4157.0, 4151.0, 4160.0, 4160.0, 4148.0, 4160.0, 4142.0, 4171.0, 4149.0, 4160.0, 4150.0, 4140.0, 4172.0, 4138.0, 4169.0, 4149.0, 4171.0, 4160.0, 4157.0, 4178.0, 4135.0, 4146.0, 4148.0, 4126.0, 4157.0, 4138.0, 4146.0, 4159.0, 4180.0, 4150.0, 4137.0, 4157.0, 4127.0, 4136.0, 4139.0, 4140.0, 4139.0, 4152.0, 4170.0, 4162.0, 4152.0, 4170.0, 4159.0, 4159.0, 4170.0, 4138.0, 4136.0, 4145.0, 4154.0, 4133.0, 4142.0, 4132.0, 4129.0, 4130.0, 4140.0, 4142.0, 4121.0, 4131.0, 4122.0, 4101.0, 4132.0, 4121.0, 4144.0, 4147.0, 4126.0, 4146.0, 4125.0, 4156.0, 4125.0, 4156.0, 4125.0, 4146.0, 4136.0, 4134.0, 4159.0, 4160.0, 4145.0, 4127.0, 4157.0, 4137.0, 4139.0, 4170.0, 4150.0, 4172.0, 4150.0, 4161.0, 4163.0, 4191.0, 4162.0, 4180.0, 4147.0, 4138.0, 4157.0, 4138.0, 4126.0, 4148.0, 4129.0, 4139.0, 4161.0, 4150.0, 4139.0, 4148.0, 4160.0, 4169.0, 4169.0, 4148.0, 4147.0, 4179.0, 4144.0, 4164.0, 4162.0, 4153.0, 4119.0, 4129.0, 4108.0, 4097.0, 4118.0, 4096.0, 4128.0, 4133.0, 4122.0, 4119.0, 4112.0, 4131.0, 4124.0, 4125.0, 4155.0, 4147.0, 4146.0, 4150.0, 4128.0, 4159.0, 4137.0, 4146.0, 4147.0, 4145.0, 4147.0, 4128.0, 4159.0, 4148.0, 4170.0, 4152.0, 4140.0, 4159.0, 4150.0, 4159.0, 4150.0, 4128.0, 4170.0, 4162.0, 4174.0, 4155.0, 4151.0, 4158.0, 4138.0, 4139.0, 4128.0, 4128.0, 4153.0, 4151.0, 4176.0, 4150.0, 4159.0, 4158.0, 4158.0, 4147.0, 4167.0, 4157.0, 4135.0, 4165.0, 4132.0, 4174.0, 4121.0, 4120.0, 4118.0, 4118.0, 4118.0, 4107.0, 4117.0, 4110.0, 4131.0, 4120.0, 4131.0, 4133.0, 4134.0, 4134.0, 4147.0, 4148.0, 4126.0, 4135.0, 4136.0, 4136.0, 4137.0, 4129.0, 4159.0, 4151.0, 4161.0, 4151.0, 4149.0, 4140.0, 4141.0, 4161.0, 4140.0, 4172.0, 4165.0, 4173.0, 4152.0, 4151.0, 4172.0, 4152.0, 4150.0, 4173.0, 4160.0, 4172.0, 4151.0, 4190.0, 4171.0, 4151.0, 4178.0, 4138.0, 4146.0, 4135.0, 4126.0, 4165.0, 4136.0, 4156.0, 4148.0, 4158.0, 4137.0, 4150.0, 4158.0, 4128.0, 4138.0, 4141.0, 4142.0, 4161.0, 4143.0, 4185.0, 4165.0, 4183.0, 4183.0, 4151.0, 4160.0, 4151.0, 4179.0, 4170.0, 4135.0, 4187.0, 4137.0, 4165.0, 4114.0, 4134.0, 4132.0, 4123.0, 4144.0, 4136.0, 4124.0, 4157.0, 4135.0, 4144.0, 4134.0, 4154.0, 4125.0, 4112.0, 4145.0, 4124.0, 4134.0, 4134.0, 4156.0, 4135.0, 4135.0, 4144.0, 4126.0, 4117.0, 4158.0, 4140.0, 4138.0, 4160.0, 4140.0, 4160.0, 4139.0, 4159.0, 4160.0, 4169.0, 4136.0, 4127.0, 4156.0, 4134.0, 4144.0, 4135.0, 4124.0, 4145.0, 4123.0, 4155.0, 4134.0, 4136.0, 4145.0, 4144.0, 4158.0, 4188.0, 4123.0, 4132.0, 4132.0, 4143.0, 4143.0, 4112.0, 4143.0, 4135.0, 4146.0, 4138.0, 4137.0, 4147.0, 4115.0, 4145.0, 4125.0, 4146.0, 4146.0, 4146.0, 4137.0, 4168.0, 4147.0, 4126.0, 4158.0, 4138.0, 4159.0, 4153.0, 4143.0, 4161.0, 4131.0, 4141.0, 4161.0, 4142.0, 4143.0, 4173.0, 4172.0, 4164.0, 4171.0, 4160.0, 4140.0, 4161.0, 4159.0, 4188.0, 4149.0, 4176.0, 4153.0, 4123.0, 4134.0, 4143.0, 4151.0, 4133.0, 4130.0, 4154.0, 4122.0, 4132.0, 4122.0, 4111.0, 4142.0, 4124.0, 4133.0, 4124.0, 4145.0, 4137.0, 4125.0, 4157.0, 4127.0, 4159.0, 4150.0, 4129.0, 4160.0, 4139.0, 4169.0, 4150.0, 4158.0, 4151.0, 4153.0, 4170.0, 4150.0, 4171.0, 4150.0, 4140.0, 4171.0, 4140.0, 4171.0, 4151.0, 4181.0, 4162.0, 4151.0, 4160.0, 4152.0, 4129.0, 4140.0, 4131.0, 4142.0, 4152.0, 4155.0, 4155.0, 4154.0, 4154.0, 4173.0, 4151.0, 4181.0, 4140.0, 4199.0, 4158.0, 4186.0, 4155.0, 4122.0, 4141.0, 4109.0, 4141.0, 4131.0, 4132.0, 4121.0, 4110.0, 4121.0, 4124.0, 4136.0, 4140.0, 4151.0, 4141.0, 4172.0], 'WindowWidth': [9311.0, 9286.0, 9274.0, 9268.0, 9260.0, 9252.0, 9230.0, 9221.0, 9201.0, 9209.0, 9194.0, 9160.0, 9160.0, 9167.0, 9150.0, 9165.0, 9160.0, 9163.0, 9143.0, 9146.0, 9158.0, 9144.0, 9166.0, 9144.0, 9131.0, 9154.0, 9145.0, 9173.0, 9150.0, 9157.0, 9189.0, 9176.0, 9165.0, 9163.0, 9149.0, 9135.0, 9154.0, 9163.0, 9168.0, 9187.0, 9178.0, 9175.0, 9143.0, 9183.0, 9174.0, 9175.0, 9191.0, 9157.0, 9160.0, 9157.0, 9156.0, 9182.0, 9182.0, 9203.0, 9158.0, 9159.0, 9196.0, 9205.0, 9204.0, 9204.0, 9211.0, 9178.0, 9219.0, 9234.0, 9212.0, 9239.0, 9211.0, 9195.0, 9240.0, 9208.0, 9217.0, 9189.0, 9218.0, 9208.0, 9211.0, 9235.0, 9192.0, 9220.0, 9220.0, 9200.0, 9209.0, 9193.0, 9194.0, 9230.0, 9212.0, 9188.0, 9192.0, 9172.0, 9186.0, 9194.0, 9221.0, 9212.0, 9184.0, 9219.0, 9203.0, 9235.0, 9229.0, 9277.0, 9274.0, 9246.0, 9256.0, 9251.0, 9237.0, 9254.0, 9254.0, 9254.0, 9247.0, 9237.0, 9243.0, 9232.0, 9253.0, 9275.0, 9247.0, 9214.0, 9251.0, 9209.0, 9208.0, 9239.0, 9230.0, 9248.0, 9267.0, 9245.0, 9241.0, 9224.0, 9229.0, 9252.0, 9220.0, 9233.0, 9198.0, 9177.0, 9178.0, 9162.0, 9176.0, 9157.0, 9174.0, 9143.0, 9174.0, 9154.0, 9181.0, 9164.0, 9167.0, 9168.0, 9169.0, 9202.0, 9161.0, 9208.0, 9163.0, 9211.0, 9180.0, 9212.0, 9205.0, 9206.0, 9160.0, 9191.0, 9160.0, 9191.0, 9178.0, 9233.0, 9229.0, 9201.0, 9217.0, 9190.0, 9226.0, 9210.0, 9225.0, 9224.0, 9226.0, 9264.0, 9235.0, 9240.0, 9207.0, 9219.0, 9201.0, 9230.0, 9180.0, 9214.0, 9167.0, 9216.0, 9188.0, 9211.0, 9191.0, 9195.0, 9197.0, 9165.0, 9214.0, 9214.0, 9204.0, 9213.0, 9246.0, 9299.0, 9250.0, 9251.0, 9277.0, 9250.0, 9241.0, 9270.0, 9243.0, 9267.0, 9251.0, 9262.0, 9236.0, 9226.0, 9224.0, 9189.0, 9188.0, 9168.0, 9168.0, 9167.0, 9180.0, 9166.0, 9169.0, 9189.0, 9178.0, 9167.0, 9171.0, 9147.0, 9191.0, 9176.0, 9208.0, 9196.0, 9194.0, 9193.0, 9191.0, 9207.0, 9193.0, 9208.0, 9164.0, 9207.0, 9203.0, 9210.0, 9209.0, 9168.0, 9215.0, 9207.0, 9239.0, 9243.0, 9253.0, 9271.0, 9256.0, 9258.0, 9230.0, 9243.0, 9245.0, 9230.0, 9232.0, 9285.0, 9221.0, 9247.0, 9247.0, 9227.0, 9257.0, 9236.0, 9262.0, 9239.0, 9236.0, 9218.0, 9252.0, 9211.0, 9178.0, 9180.0, 9194.0, 9181.0, 9228.0, 9191.0, 9186.0, 9234.0, 9196.0, 9221.0, 9255.0, 9243.0, 9232.0, 9218.0, 9234.0, 9251.0, 9222.0, 9247.0, 9217.0, 9181.0, 9208.0, 9177.0, 9185.0, 9157.0, 9170.0, 9152.0, 9178.0, 9144.0, 9133.0, 9149.0, 9135.0, 9164.0, 9154.0, 9189.0, 9175.0, 9189.0, 9192.0, 9180.0, 9231.0, 9206.0, 9206.0, 9230.0, 9202.0, 9216.0, 9213.0, 9217.0, 9206.0, 9202.0, 9189.0, 9189.0, 9159.0, 9190.0, 9173.0, 9215.0, 9210.0, 9195.0, 9175.0, 9207.0, 9180.0, 9213.0, 9183.0, 9215.0, 9242.0, 9238.0, 9229.0, 9212.0, 9239.0, 9225.0, 9240.0, 9233.0, 9230.0, 9259.0, 9231.0, 9287.0, 9211.0, 9285.0, 9234.0, 9235.0, 9216.0, 9243.0, 9213.0, 9187.0, 9216.0, 9203.0, 9214.0, 9220.0, 9220.0, 9237.0, 9216.0, 9215.0, 9170.0, 9210.0, 9183.0, 9212.0, 9204.0, 9234.0, 9221.0, 9208.0, 9236.0, 9215.0, 9206.0, 9235.0, 9225.0, 9249.0, 9252.0, 9247.0, 9228.0, 9260.0, 9249.0, 9243.0, 9265.0, 9237.0, 9232.0, 9201.0, 9201.0, 9213.0, 9205.0, 9214.0, 9196.0, 9196.0, 9195.0, 9162.0, 9191.0, 9182.0, 9184.0, 9179.0, 9182.0, 9158.0, 9205.0, 9176.0, 9190.0, 9199.0, 9181.0, 9211.0, 9201.0, 9209.0, 9234.0, 9227.0, 9196.0, 9239.0, 9246.0, 9249.0, 9241.0, 9230.0, 9265.0, 9286.0, 9258.0, 9260.0, 9241.0, 9228.0, 9254.0, 9242.0, 9210.0, 9246.0, 9199.0, 9202.0, 9232.0, 9219.0, 9206.0, 9196.0, 9193.0, 9182.0, 9185.0, 9208.0, 9209.0, 9213.0, 9240.0, 9252.0, 9234.0, 9215.0, 9239.0, 9219.0, 9237.0, 9221.0, 9250.0, 9213.0, 9246.0, 9192.0, 9200.0, 9179.0, 9162.0, 9147.0, 9150.0, 9207.0, 9170.0, 9144.0, 9162.0, 9140.0, 9182.0, 9189.0, 9164.0, 9229.0, 9191.0, 9238.0, 9236.0, 9245.0, 9243.0, 9226.0, 9245.0, 9229.0, 9264.0, 9230.0, 9244.0, 9230.0, 9217.0, 9263.0, 9214.0, 9257.0, 9227.0, 9262.0, 9247.0, 9236.0, 9262.0, 9202.0, 9217.0, 9222.0, 9193.0, 9235.0, 9209.0, 9219.0, 9242.0, 9272.0, 9229.0, 9210.0, 9234.0, 9194.0, 9206.0, 9212.0, 9217.0, 9217.0, 9236.0, 9259.0, 9251.0, 9237.0, 9258.0, 9242.0, 9240.0, 9257.0, 9211.0, 9205.0, 9214.0, 9224.0, 9193.0, 9202.0, 9190.0, 9180.0, 9184.0, 9198.0, 9205.0, 9177.0, 9189.0, 9178.0, 9147.0, 9192.0, 9179.0, 9211.0, 9220.0, 9191.0, 9219.0, 9190.0, 9234.0, 9192.0, 9232.0, 9189.0, 9221.0, 9204.0, 9200.0, 9242.0, 9246.0, 9220.0, 9194.0, 9234.0, 9210.0, 9216.0, 9261.0, 9234.0, 9264.0, 9234.0, 9249.0, 9254.0, 9287.0, 9251.0, 9269.0, 9222.0, 9209.0, 9234.0, 9210.0, 9191.0, 9222.0, 9201.0, 9216.0, 9246.0, 9232.0, 9213.0, 9224.0, 9245.0, 9255.0, 9255.0, 9223.0, 9221.0, 9264.0, 9212.0, 9236.0, 9232.0, 9219.0, 9167.0, 9180.0, 9150.0, 9133.0, 9163.0, 9133.0, 9178.0, 9197.0, 9178.0, 9173.0, 9166.0, 9190.0, 9186.0, 9188.0, 9229.0, 9221.0, 9220.0, 9230.0, 9200.0, 9243.0, 9209.0, 9218.0, 9220.0, 9216.0, 9222.0, 9197.0, 9239.0, 9226.0, 9259.0, 9239.0, 9218.0, 9242.0, 9231.0, 9242.0, 9231.0, 9198.0, 9257.0, 9250.0, 9270.0, 9245.0, 9232.0, 9236.0, 9209.0, 9211.0, 9196.0, 9197.0, 9235.0, 9230.0, 9272.0, 9232.0, 9241.0, 9240.0, 9237.0, 9221.0, 9249.0, 9235.0, 9198.0, 9239.0, 9189.0, 9247.0, 9172.0, 9169.0, 9163.0, 9162.0, 9163.0, 9146.0, 9161.0, 9158.0, 9188.0, 9171.0, 9188.0, 9194.0, 9199.0, 9199.0, 9222.0, 9223.0, 9189.0, 9201.0, 9204.0, 9205.0, 9211.0, 9199.0, 9240.0, 9235.0, 9248.0, 9233.0, 9228.0, 9219.0, 9223.0, 9248.0, 9218.0, 9264.0, 9261.0, 9271.0, 9239.0, 9234.0, 9265.0, 9240.0, 9234.0, 9268.0, 9246.0, 9263.0, 9232.0, 9286.0, 9263.0, 9234.0, 9263.0, 9209.0, 9217.0, 9203.0, 9191.0, 9243.0, 9204.0, 9232.0, 9226.0, 9238.0, 9208.0, 9231.0, 9239.0, 9199.0, 9213.0, 9219.0, 9223.0, 9246.0, 9228.0, 9286.0, 9259.0, 9279.0, 9280.0, 9234.0, 9246.0, 9232.0, 9267.0, 9256.0, 9202.0, 9273.0, 9206.0, 9238.0, 9162.0, 9195.0, 9192.0, 9181.0, 9210.0, 9202.0, 9187.0, 9233.0, 9203.0, 9211.0, 9197.0, 9224.0, 9187.0, 9167.0, 9212.0, 9183.0, 9197.0, 9199.0, 9232.0, 9203.0, 9203.0, 9213.0, 9189.0, 9180.0, 9237.0, 9217.0, 9214.0, 9244.0, 9217.0, 9244.0, 9214.0, 9239.0, 9244.0, 9256.0, 9208.0, 9192.0, 9230.0, 9199.0, 9212.0, 9202.0, 9186.0, 9213.0, 9184.0, 9228.0, 9199.0, 9204.0, 9215.0, 9213.0, 9238.0, 9275.0, 9183.0, 9191.0, 9191.0, 9205.0, 9206.0, 9165.0, 9207.0, 9199.0, 9218.0, 9212.0, 9208.0, 9220.0, 9174.0, 9214.0, 9190.0, 9216.0, 9217.0, 9216.0, 9208.0, 9249.0, 9221.0, 9190.0, 9234.0, 9211.0, 9241.0, 9241.0, 9228.0, 9247.0, 9205.0, 9220.0, 9248.0, 9224.0, 9226.0, 9266.0, 9265.0, 9255.0, 9261.0, 9243.0, 9217.0, 9246.0, 9240.0, 9276.0, 9224.0, 9256.0, 9222.0, 9180.0, 9194.0, 9205.0, 9213.0, 9191.0, 9187.0, 9221.0, 9178.0, 9188.0, 9175.0, 9162.0, 9205.0, 9182.0, 9195.0, 9185.0, 9216.0, 9206.0, 9188.0, 9233.0, 9192.0, 9239.0, 9233.0, 9200.0, 9243.0, 9215.0, 9255.0, 9230.0, 9240.0, 9235.0, 9244.0, 9262.0, 9233.0, 9259.0, 9233.0, 9218.0, 9260.0, 9218.0, 9257.0, 9232.0, 9275.0, 9249.0, 9233.0, 9241.0, 9237.0, 9199.0, 9212.0, 9203.0, 9223.0, 9237.0, 9244.0, 9247.0, 9243.0, 9243.0, 9265.0, 9233.0, 9275.0, 9218.0, 9296.0, 9237.0, 9269.0, 9226.0, 9176.0, 9200.0, 9154.0, 9199.0, 9191.0, 9191.0, 9174.0, 9158.0, 9174.0, 9185.0, 9207.0, 9218.0, 9237.0, 9221.0, 9263.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.0019243483275663206</td></tr>
<tr><td colspan=3>aqi</td><td>0.031100316262975783</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.36651748110858</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1422359958429564</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9978330081177816</td></tr>
<tr><td colspan=3>efc</td><td>0.45</td></tr>
<tr><td colspan=3>fber</td><td>5450.6831</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10167159232402906</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.920415224913495</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.423924933304045</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.34362330776003</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.713573753485178</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2145777386669274</td></tr>
<tr><td colspan=3>gcor</td><td>0.0203726</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016341781243681908</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019311770796775818</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7945677012754877</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>25.8293</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5826</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.1961</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310812.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.4474</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9679</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.5028</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3439.8267</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.1505</td></tr>
<tr><td colspan=3>tsnr</td><td>34.296763033024035</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>