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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-04_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_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-0062/ses-04/func/sub-0062_ses-04_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>e511c7fd5ce6be797f17a77c7ac3e260</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>09:34:44.100000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999596, -0.00558033, 0.0278592, 0.00314033, 0.996215, 0.0868706]</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.106562</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>[4153, -7743, -7283, 517, -13, -86, 57, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>272.702</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>066f12c0-8d28-492a-8cb6-f2e43b639077||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818437576293945, 0.008425286039710045, 0.07624388486146927, 111.5133285522461], [0.014971623197197914, 2.6727709770202637, 0.23421970009803772, -96.98233795166016], [0.07474410533905029, -0.23306746780872345, 2.6887409687042236, -52.44034957885742], [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': ['093444.100000', '093444.560000', '093445.020000', '093445.480000', '093445.940000', '093446.400000', '093446.860000', '093447.320000', '093447.780000', '093448.240000', '093448.700000', '093449.160000', '093449.620000', '093450.080000', '093450.540000', '093451.000000', '093451.460000', '093451.920000', '093452.380000', '093452.840000', '093453.300000', '093453.760000', '093454.220000', '093454.680000', '093455.140000', '093455.600000', '093456.060000', '093456.520000', '093456.980000', '093457.440000', '093457.900000', '093458.360000', '093458.820000', '093459.280000', '093459.740000', '093500.200000', '093500.660000', '093501.120000', '093501.580000', '093502.040000', '093502.500000', '093502.960000', '093503.420000', '093503.880000', '093504.340000', '093504.800000', '093505.260000', '093505.720000', '093506.180000', '093506.640000', '093507.100000', '093507.560000', '093508.020000', '093508.480000', '093508.940000', '093509.400000', '093509.860000', '093510.320000', '093510.780000', '093511.240000', '093511.700000', '093512.160000', '093512.620000', '093513.080000', '093513.540000', '093514.000000', '093514.460000', '093514.920000', '093515.380000', '093515.840000', '093516.300000', '093516.760000', '093517.220000', '093517.680000', '093518.140000', '093518.600000', '093519.060000', '093519.520000', '093519.980000', '093520.440000', '093520.900000', '093521.360000', '093521.820000', '093522.280000', '093522.740000', '093523.200000', '093523.660000', '093524.120000', '093524.580000', '093525.040000', '093525.500000', '093525.960000', '093526.420000', '093526.880000', '093527.340000', '093527.800000', '093528.260000', '093528.720000', '093529.180000', '093529.640000', '093530.100000', '093530.560000', '093531.020000', '093531.480000', '093531.940000', '093532.400000', '093532.860000', '093533.320000', '093533.780000', '093534.240000', '093534.700000', '093535.160000', '093535.620000', '093536.080000', '093536.540000', '093537.000000', '093537.460000', '093537.920000', '093538.380000', '093538.840000', '093539.300000', '093539.760000', '093540.220000', '093540.680000', '093541.140000', '093541.600000', '093542.060000', '093542.520000', '093542.980000', '093543.440000', '093543.900000', '093544.360000', '093544.820000', '093545.280000', '093545.740000', '093546.200000', '093546.660000', '093547.120000', '093547.580000', '093548.040000', '093548.500000', '093548.960000', '093549.420000', '093549.880000', '093550.340000', '093550.800000', '093551.260000', '093551.720000', '093552.180000', '093552.640000', '093553.100000', '093553.560000', '093554.020000', '093554.480000', '093554.940000', '093555.400000', '093555.860000', '093556.320000', '093556.780000', '093557.240000', '093557.700000', '093558.160000', '093558.620000', '093559.080000', '093559.540000', '093600.000000', '093600.460000', '093600.920000', '093601.380000', '093601.840000', '093602.300000', '093602.760000', '093603.220000', '093603.680000', '093604.140000', '093604.600000', '093605.060000', '093605.520000', '093605.980000', '093606.440000', '093606.900000', '093607.360000', '093607.820000', '093608.280000', '093608.740000', '093609.200000', '093609.660000', '093610.120000', '093610.580000', '093611.040000', '093611.500000', '093611.960000', '093612.420000', '093612.880000', '093613.340000', '093613.800000', '093614.260000', '093614.720000', '093615.180000', '093615.640000', '093616.100000', '093616.560000', '093617.020000', '093617.480000', '093617.940000', '093618.400000', '093618.860000', '093619.320000', '093619.780000', '093620.240000', '093620.700000', '093621.160000', '093621.620000', '093622.080000', '093622.540000', '093623.000000', '093623.460000', '093623.920000', '093624.380000', '093624.840000', '093625.300000', '093625.760000', '093626.220000', '093626.680000', '093627.140000', '093627.600000', '093628.060000', '093628.520000', '093628.980000', '093629.440000', '093629.900000', '093630.360000', '093630.820000', '093631.280000', '093631.740000', '093632.200000', '093632.660000', '093633.120000', '093633.580000', '093634.040000', '093634.500000', '093634.960000', '093635.420000', '093635.880000', '093636.340000', '093636.800000', '093637.260000', '093637.720000', '093638.180000', '093638.640000', '093639.100000', '093639.560000', '093640.020000', '093640.480000', '093640.940000', '093641.400000', '093641.860000', '093642.320000', '093642.780000', '093643.240000', '093643.700000', '093644.160000', '093644.620000', '093645.080000', '093645.540000', '093646.000000', '093646.460000', '093646.920000', '093647.380000', '093647.840000', '093648.300000', '093648.760000', '093649.220000', '093649.680000', '093650.140000', '093650.600000', '093651.060000', '093651.520000', '093651.980000', '093652.440000', '093652.900000', '093653.360000', '093653.820000', '093654.280000', '093654.740000', '093655.200000', '093655.660000', '093656.120000', '093656.580000', '093657.040000', '093657.500000', '093657.960000', '093658.420000', '093658.880000', '093659.340000', '093659.800000', '093700.260000', '093700.720000', '093701.180000', '093701.640000', '093702.100000', '093702.560000', '093703.020000', '093703.480000', '093703.940000', '093704.400000', '093704.860000', '093705.320000', '093705.780000', '093706.240000', '093706.700000', '093707.160000', '093707.620000', '093708.080000', '093708.540000', '093709.000000', '093709.460000', '093709.920000', '093710.380000', '093710.840000', '093711.300000', '093711.760000', '093712.220000', '093712.680000', '093713.140000', '093713.600000', '093714.060000', '093714.520000', '093714.980000', '093715.440000', '093715.900000', '093716.360000', '093716.820000', '093717.280000', '093717.740000', '093718.200000', '093718.660000', '093719.120000', '093719.580000', '093720.040000', '093720.500000', '093720.960000', '093721.420000', '093721.880000', '093722.340000', '093722.800000', '093723.260000', '093723.720000', '093724.180000', '093724.640000', '093725.100000', '093725.560000', '093726.020000', '093726.480000', '093726.940000', '093727.400000', '093727.860000', '093728.320000', '093728.780000', '093729.240000', '093729.700000', '093730.160000', '093730.620000', '093731.080000', '093731.540000', '093732.000000', '093732.460000', '093732.920000', '093733.380000', '093733.840000', '093734.300000', '093734.760000', '093735.220000', '093735.680000', '093736.140000', '093736.600000', '093737.060000', '093737.520000', '093737.980000', '093738.440000', '093738.900000', '093739.360000', '093739.820000', '093740.280000', '093740.740000', '093741.200000', '093741.660000', '093742.120000', '093742.580000', '093743.040000', '093743.500000', '093743.960000', '093744.420000', '093744.880000', '093745.340000', '093745.800000', '093746.260000', '093746.720000', '093747.180000', '093747.640000', '093748.100000', '093748.560000', '093749.020000', '093749.480000', '093749.940000', '093750.400000', '093750.860000', '093751.320000', '093751.780000', '093752.240000', '093752.700000', '093753.160000', '093753.620000', '093754.080000', '093754.540000', '093755.000000', '093755.460000', '093755.920000', '093756.380000', '093756.840000', '093757.300000', '093757.760000', '093758.220000', '093758.680000', '093759.140000', '093759.600000', '093800.060000', '093800.520000', '093800.980000', '093801.440000', '093801.900000', '093802.360000', '093802.820000', '093803.280000', '093803.740000', '093804.200000', '093804.660000', '093805.120000', '093805.580000', '093806.040000', '093806.500000', '093806.960000', '093807.420000', '093807.880000', '093808.340000', '093808.800000', '093809.260000', '093809.720000', '093810.180000', '093810.640000', '093811.100000', '093811.560000', '093812.020000', '093812.480000', '093812.940000', '093813.400000', '093813.860000', '093814.320000', '093814.780000', '093815.240000', '093815.700000', '093816.160000', '093816.620000', '093817.080000', '093817.540000', '093818.000000', '093818.460000', '093818.920000', '093819.380000', '093819.840000', '093820.300000', '093820.760000', '093821.220000', '093821.680000', '093822.140000', '093822.600000', '093823.060000', '093823.520000', '093823.980000', '093824.440000', '093824.900000', '093825.360000', '093825.820000', '093826.280000', '093826.740000', '093827.200000', '093827.660000', '093828.120000', '093828.580000', '093829.040000', '093829.500000', '093829.960000', '093830.420000', '093830.880000', '093831.340000', '093831.800000', '093832.260000', '093832.720000', '093833.180000', '093833.640000', '093834.100000', '093834.560000', '093835.020000', '093835.480000', '093835.940000', '093836.400000', '093836.860000', '093837.320000', '093837.780000', '093838.240000', '093838.700000', '093839.160000', '093839.620000', '093840.080000', '093840.540000', '093841.000000', '093841.460000', '093841.920000', '093842.380000', '093842.840000', '093843.300000', '093843.760000', '093844.220000', '093844.680000', '093845.140000', '093845.600000', '093846.060000', '093846.520000', '093846.980000', '093847.440000', '093847.900000', '093848.360000', '093848.820000', '093849.280000', '093849.740000', '093850.200000', '093850.660000', '093851.120000', '093851.580000', '093852.040000', '093852.500000', '093852.960000', '093853.420000', '093853.880000', '093854.340000', '093854.800000', '093855.260000', '093855.720000', '093856.180000', '093856.640000', '093857.100000', '093857.560000', '093858.020000', '093858.480000', '093858.940000', '093859.400000', '093859.860000', '093900.320000', '093900.780000', '093901.240000', '093901.700000', '093902.160000', '093902.620000', '093903.080000', '093903.540000', '093904.000000', '093904.460000', '093904.920000', '093905.380000', '093905.840000', '093906.300000', '093906.760000', '093907.220000', '093907.680000', '093908.140000', '093908.600000', '093909.060000', '093909.520000', '093909.980000', '093910.440000', '093910.900000', '093911.360000', '093911.820000', '093912.280000', '093912.740000', '093913.200000', '093913.660000', '093914.120000', '093914.580000', '093915.040000', '093915.500000', '093915.960000', '093916.420000', '093916.880000', '093917.340000', '093917.800000', '093918.260000', '093918.720000', '093919.180000', '093919.640000', '093920.100000', '093920.560000', '093921.020000', '093921.480000', '093921.940000', '093922.400000', '093922.860000', '093923.320000', '093923.780000', '093924.240000', '093924.700000', '093925.160000', '093925.620000', '093926.080000', '093926.540000', '093927.000000', '093927.460000', '093927.920000', '093928.380000', '093928.840000', '093929.300000', '093929.760000', '093930.220000', '093930.680000', '093931.140000', '093931.600000', '093932.060000', '093932.520000', '093932.980000', '093933.440000', '093933.900000', '093934.360000', '093934.820000', '093935.280000', '093935.740000', '093936.200000', '093936.660000', '093937.120000', '093937.580000', '093938.040000', '093938.500000', '093938.960000', '093939.420000', '093939.880000', '093940.340000', '093940.800000', '093941.260000', '093941.720000', '093942.180000', '093942.640000', '093943.100000', '093943.560000', '093944.020000', '093944.480000', '093944.940000', '093945.400000', '093945.860000', '093946.320000', '093946.780000', '093947.240000', '093947.700000', '093948.160000', '093948.620000', '093949.080000', '093949.540000', '093950.000000', '093950.460000', '093950.920000', '093951.380000', '093951.840000', '093952.300000', '093952.760000', '093953.220000', '093953.680000', '093954.140000', '093954.600000', '093955.060000', '093955.520000', '093955.980000', '093956.440000', '093956.900000', '093957.360000', '093957.820000', '093958.280000', '093958.740000', '093959.200000', '093959.660000', '094000.120000', '094000.580000', '094001.040000', '094001.500000', '094001.960000', '094002.420000', '094002.880000', '094003.340000', '094003.800000', '094004.260000', '094004.720000', '094005.180000', '094005.640000', '094006.100000', '094006.560000', '094007.020000', '094007.480000', '094007.940000', '094008.400000', '094008.860000', '094009.320000', '094009.780000', '094010.240000', '094010.700000', '094011.160000', '094011.620000', '094012.080000', '094012.540000', '094013.000000', '094013.460000', '094013.920000', '094014.380000', '094014.840000', '094015.300000', '094015.760000', '094016.220000', '094016.680000', '094017.140000', '094017.600000', '094018.060000', '094018.520000', '094018.980000', '094019.440000', '094019.900000', '094020.360000', '094020.820000', '094021.280000', '094021.740000', '094022.200000', '094022.660000', '094023.120000', '094023.580000', '094024.040000', '094024.500000', '094024.960000', '094025.420000', '094025.880000', '094026.340000', '094026.800000', '094027.260000', '094027.720000', '094028.180000', '094028.640000', '094029.100000', '094029.560000', '094030.020000', '094030.480000', '094030.940000', '094031.400000', '094031.860000', '094032.320000', '094032.780000', '094033.240000', '094033.700000', '094034.160000', '094034.620000', '094035.080000', '094035.540000', '094036.000000', '094036.460000', '094036.920000', '094037.380000', '094037.840000', '094038.300000', '094038.760000', '094039.220000', '094039.680000', '094040.140000', '094040.600000', '094041.060000', '094041.520000', '094041.980000', '094042.440000', '094042.900000', '094043.360000', '094043.820000', '094044.280000', '094044.740000', '094045.200000', '094045.660000', '094046.120000', '094046.580000', '094047.040000', '094047.500000', '094047.960000', '094048.420000', '094048.880000', '094049.340000', '094049.800000', '094050.260000', '094050.720000', '094051.180000', '094051.640000', '094052.100000', '094052.560000', '094053.020000', '094053.480000', '094053.940000', '094054.400000', '094054.860000', '094055.320000', '094055.780000', '094056.240000', '094056.700000', '094057.160000', '094057.620000', '094058.080000', '094058.540000', '094059.000000', '094059.460000', '094059.920000', '094100.380000', '094100.840000', '094101.300000', '094101.760000', '094102.220000', '094102.680000', '094103.140000', '094103.600000', '094104.060000', '094104.520000', '094104.980000', '094105.440000', '094105.900000', '094106.360000', '094106.820000', '094107.280000', '094107.740000', '094108.200000', '094108.660000', '094109.120000', '094109.580000', '094110.040000', '094110.500000', '094110.960000', '094111.420000', '094111.880000', '094112.340000', '094112.800000', '094113.260000', '094113.720000', '094114.180000', '094114.640000', '094115.100000', '094115.560000', '094116.020000', '094116.480000', '094116.940000', '094117.400000', '094117.860000', '094118.320000', '094118.780000', '094119.240000', '094119.700000', '094120.160000', '094120.620000', '094121.080000', '094121.540000', '094122.000000', '094122.460000', '094122.920000', '094123.380000', '094123.840000', '094124.300000', '094124.760000'], 'ContentTime': ['093510.726000', '093510.729000', '093510.732000', '093510.735000', '093510.737000', '093510.740000', '093510.742000', '093510.745000', '093510.748000', '093510.750000', '093510.753000', '093510.755000', '093510.758000', '093510.761000', '093510.764000', '093510.766000', '093510.769000', '093510.771000', '093510.779000', '093510.781000', '093510.784000', '093510.787000', '093510.790000', '093510.793000', '093510.796000', '093510.798000', '093510.801000', '093510.812000', '093510.815000', '093510.818000', '093510.820000', '093510.823000', '093510.826000', '093510.828000', '093510.831000', '093510.834000', '093510.836000', '093510.839000', '093510.841000', '093510.844000', '093510.847000', '093510.849000', '093510.852000', '093510.855000', '093510.857000', '093510.860000', '093510.862000', '093510.865000', '093510.867000', '093510.870000', '093510.873000', '093510.876000', '093510.878000', '093510.881000', '093530.696000', '093530.699000', '093530.702000', '093530.705000', '093530.707000', '093530.710000', '093530.713000', '093530.715000', '093530.718000', '093530.720000', '093530.723000', '093530.726000', '093530.728000', '093530.731000', '093530.733000', '093530.736000', '093530.739000', '093530.741000', '093530.744000', '093530.747000', '093530.749000', '093530.752000', '093530.754000', '093530.762000', '093530.765000', '093530.767000', '093530.770000', '093530.773000', '093530.775000', '093530.778000', '093530.781000', '093530.783000', '093530.786000', '093530.788000', '093530.791000', '093530.794000', '093530.796000', '093530.799000', '093530.802000', '093530.804000', '093530.807000', '093530.809000', '093530.812000', '093530.815000', '093550.696000', '093550.699000', '093550.702000', '093550.704000', '093550.707000', '093550.710000', '093550.712000', '093550.715000', '093550.718000', '093550.720000', '093550.723000', '093550.725000', '093550.728000', '093550.731000', '093550.733000', '093550.736000', '093550.739000', '093550.752000', '093550.754000', '093550.757000', '093550.760000', '093550.763000', '093550.765000', '093550.768000', '093550.770000', '093550.773000', '093550.776000', '093550.778000', '093550.781000', '093550.784000', '093550.786000', '093550.789000', '093550.792000', '093550.794000', '093550.797000', '093550.799000', '093550.802000', '093550.805000', '093550.807000', '093550.810000', '093550.813000', '093550.815000', '093550.818000', '093610.697000', '093610.700000', '093610.702000', '093610.705000', '093610.708000', '093610.710000', '093610.713000', '093610.716000', '093610.718000', '093610.721000', '093610.723000', '093610.726000', '093610.729000', '093610.731000', '093610.734000', '093610.737000', '093610.739000', '093610.742000', '093610.745000', '093610.747000', '093610.750000', '093610.753000', '093610.755000', '093610.758000', '093610.760000', '093610.763000', '093610.766000', '093610.768000', '093610.779000', '093610.782000', '093610.785000', '093610.787000', '093610.790000', '093610.792000', '093610.795000', '093610.798000', '093610.800000', '093610.803000', '093610.806000', '093610.808000', '093610.811000', '093610.814000', '093610.872000', '093610.875000', '093630.696000', '093630.699000', '093630.702000', '093630.705000', '093630.708000', '093630.715000', '093630.718000', '093630.721000', '093630.723000', '093630.726000', '093630.729000', '093630.731000', '093630.734000', '093630.737000', '093630.739000', '093630.742000', '093630.745000', '093630.747000', '093630.750000', '093630.753000', '093630.755000', '093630.758000', '093630.761000', '093630.763000', '093630.766000', '093630.768000', '093630.771000', '093630.774000', '093630.776000', '093630.779000', '093630.782000', '093630.784000', '093630.787000', '093630.790000', '093630.792000', '093630.795000', '093630.797000', '093630.800000', '093630.803000', '093630.805000', '093630.808000', '093630.811000', '093630.813000', '093650.697000', '093650.699000', '093650.702000', '093650.705000', '093650.707000', '093650.710000', '093650.713000', '093650.715000', '093650.718000', '093650.721000', '093650.723000', '093650.726000', '093650.729000', '093650.731000', '093650.734000', '093650.736000', '093650.739000', '093650.742000', '093650.744000', '093650.747000', '093650.750000', '093650.752000', '093650.755000', '093650.757000', '093650.760000', '093650.763000', '093650.766000', '093650.768000', '093650.771000', '093650.774000', '093650.776000', '093650.779000', '093650.781000', '093650.784000', '093650.787000', '093650.789000', '093650.792000', '093650.795000', '093650.797000', '093650.800000', '093650.803000', '093650.805000', '093650.808000', '093650.810000', '093710.697000', '093710.699000', '093710.702000', '093710.705000', '093710.707000', '093710.710000', '093710.713000', '093710.715000', '093710.718000', '093710.721000', '093710.723000', '093710.726000', '093710.729000', '093710.731000', '093710.734000', '093710.737000', '093710.739000', '093710.742000', '093710.745000', '093710.747000', '093710.750000', '093710.752000', '093710.755000', '093710.758000', '093710.760000', '093710.763000', '093710.766000', '093710.768000', '093710.771000', '093710.774000', '093710.776000', '093710.779000', '093710.781000', '093710.784000', '093710.787000', '093710.789000', '093710.792000', '093710.795000', '093710.797000', '093710.800000', '093710.803000', '093710.805000', '093710.808000', '093730.697000', '093730.699000', '093730.702000', '093730.705000', '093730.707000', '093730.710000', '093730.713000', '093730.715000', '093730.718000', '093730.721000', '093730.723000', '093730.726000', '093730.729000', '093730.731000', '093730.734000', '093730.737000', '093730.739000', '093730.742000', '093730.745000', '093730.747000', '093730.750000', '093730.753000', '093730.755000', '093730.758000', '093730.761000', '093730.763000', '093730.766000', '093730.768000', '093730.771000', '093730.774000', '093730.777000', '093730.779000', '093730.782000', '093730.784000', '093730.787000', '093730.790000', '093730.792000', '093730.795000', '093730.803000', '093730.806000', '093730.809000', '093730.811000', '093730.814000', '093730.849000', '093750.696000', '093750.699000', '093750.702000', '093750.705000', '093750.707000', '093750.710000', '093750.713000', '093750.715000', '093750.718000', '093750.721000', '093750.723000', '093750.726000', '093750.728000', '093750.731000', '093750.734000', '093750.736000', '093750.739000', '093750.742000', '093750.744000', '093750.747000', '093750.750000', '093750.752000', '093750.755000', '093750.758000', '093750.760000', '093750.763000', '093750.766000', '093750.768000', '093750.771000', '093750.774000', '093750.776000', '093750.779000', '093750.781000', '093750.784000', '093750.787000', '093750.789000', '093750.792000', '093750.795000', '093750.797000', '093750.800000', '093750.802000', '093750.805000', '093750.808000', '093810.697000', '093810.699000', '093810.702000', '093810.705000', '093810.707000', '093810.710000', '093810.713000', '093810.715000', '093810.718000', '093810.721000', '093810.723000', '093810.726000', '093810.729000', '093810.731000', '093810.734000', '093810.737000', '093810.739000', '093810.742000', '093810.745000', '093810.747000', '093810.750000', '093810.753000', '093810.755000', '093810.758000', '093810.761000', '093810.763000', '093810.766000', '093810.769000', '093810.771000', '093810.774000', '093810.777000', '093810.780000', '093810.782000', '093810.785000', '093810.787000', '093810.790000', '093810.793000', '093810.795000', '093810.798000', '093810.801000', '093810.803000', '093810.806000', '093810.809000', '093810.811000', '093830.697000', '093830.699000', '093830.702000', '093830.705000', '093830.708000', '093830.710000', '093830.713000', '093830.715000', '093830.718000', '093830.721000', '093830.723000', '093830.726000', '093830.729000', '093830.731000', '093830.734000', '093830.736000', '093830.739000', '093830.742000', '093830.744000', '093830.747000', '093830.757000', '093830.760000', '093830.763000', '093830.765000', '093830.768000', '093830.771000', '093830.774000', '093830.776000', '093830.779000', '093830.782000', '093830.784000', '093830.787000', '093830.789000', '093830.792000', '093830.795000', '093830.797000', '093830.800000', '093830.803000', '093830.805000', '093830.808000', '093830.810000', '093830.813000', '093830.853000', '093850.697000', '093850.699000', '093850.703000', '093850.706000', '093850.708000', '093850.711000', '093850.714000', '093850.716000', '093850.719000', '093850.722000', '093850.724000', '093850.727000', '093850.729000', '093850.732000', '093850.735000', '093850.737000', '093850.740000', '093850.743000', '093850.745000', '093850.748000', '093850.751000', '093850.753000', '093850.756000', '093850.759000', '093850.761000', '093850.764000', '093850.767000', '093850.769000', '093850.772000', '093850.775000', '093850.777000', '093850.780000', '093850.783000', '093850.785000', '093850.788000', '093850.791000', '093850.793000', '093850.796000', '093850.799000', '093850.802000', '093850.804000', '093850.807000', '093850.809000', '093910.697000', '093910.700000', '093910.702000', '093910.705000', '093910.708000', '093910.710000', '093910.713000', '093910.716000', '093910.719000', '093910.721000', '093910.724000', '093910.726000', '093910.729000', '093910.732000', '093910.734000', '093910.737000', '093910.740000', '093910.743000', '093910.745000', '093910.748000', '093910.751000', '093910.753000', '093910.756000', '093910.759000', '093910.761000', '093910.764000', '093910.767000', '093910.769000', '093910.772000', '093910.775000', '093910.777000', '093910.780000', '093910.783000', '093910.785000', '093910.788000', '093910.791000', '093910.793000', '093910.796000', '093910.798000', '093910.801000', '093910.804000', '093910.806000', '093910.809000', '093910.812000', '093930.697000', '093930.699000', '093930.702000', '093930.705000', '093930.707000', '093930.710000', '093930.713000', '093930.715000', '093930.718000', '093930.721000', '093930.723000', '093930.727000', '093930.730000', '093930.733000', '093930.735000', '093930.738000', '093930.741000', '093930.743000', '093930.746000', '093930.749000', '093930.751000', '093930.754000', '093930.757000', '093930.759000', '093930.762000', '093930.765000', '093930.768000', '093930.770000', '093930.773000', '093930.776000', '093930.778000', '093930.781000', '093930.784000', '093930.787000', '093930.790000', '093930.792000', '093930.795000', '093930.798000', '093930.800000', '093930.803000', '093930.805000', '093930.808000', '093930.811000', '093930.813000', '093950.696000', '093950.699000', '093950.702000', '093950.705000', '093950.707000', '093950.710000', '093950.713000', '093950.715000', '093950.718000', '093950.721000', '093950.723000', '093950.726000', '093950.729000', '093950.731000', '093950.734000', '093950.737000', '093950.739000', '093950.742000', '093950.758000', '093950.760000', '093950.763000', '093950.766000', '093950.768000', '093950.771000', '093950.774000', '093950.776000', '093950.779000', '093950.782000', '093950.784000', '093950.787000', '093950.790000', '093950.792000', '093950.795000', '093950.798000', '093950.800000', '093950.803000', '093950.806000', '093950.808000', '093950.811000', '093950.813000', '093950.847000', '093950.850000', '093950.853000', '094010.697000', '094010.700000', '094010.702000', '094010.705000', '094010.708000', '094010.710000', '094010.713000', '094010.716000', '094010.718000', '094010.721000', '094010.723000', '094010.726000', '094010.729000', '094010.731000', '094010.734000', '094010.737000', '094010.739000', '094010.742000', '094010.745000', '094010.747000', '094010.750000', '094010.753000', '094010.755000', '094010.758000', '094010.761000', '094010.764000', '094010.766000', '094010.769000', '094010.771000', '094010.774000', '094010.777000', '094010.779000', '094010.782000', '094010.785000', '094010.796000', '094010.798000', '094010.801000', '094010.803000', '094010.806000', '094010.809000', '094010.811000', '094010.814000', '094010.863000', '094030.696000', '094030.699000', '094030.702000', '094030.705000', '094030.707000', '094030.710000', '094030.713000', '094030.715000', '094030.718000', '094030.721000', '094030.723000', '094030.726000', '094030.728000', '094030.731000', '094030.734000', '094030.736000', '094030.739000', '094030.741000', '094030.744000', '094030.747000', '094030.749000', '094030.752000', '094030.755000', '094030.757000', '094030.760000', '094030.763000', '094030.765000', '094030.768000', '094030.772000', '094030.775000', '094030.778000', '094030.780000', '094030.783000', '094030.785000', '094030.788000', '094030.791000', '094030.793000', '094030.796000', '094030.799000', '094030.801000', '094030.804000', '094030.806000', '094030.809000', '094030.812000', '094050.696000', '094050.699000', '094050.702000', '094050.705000', '094050.707000', '094050.710000', '094050.713000', '094050.715000', '094050.718000', '094050.720000', '094050.723000', '094050.726000', '094050.728000', '094050.731000', '094050.733000', '094050.736000', '094050.739000', '094050.742000', '094050.745000', '094050.748000', '094050.751000', '094050.754000', '094050.756000', '094050.759000', '094050.762000', '094050.764000', '094050.768000', '094050.770000', '094050.773000', '094050.776000', '094050.779000', '094050.781000', '094050.784000', '094050.786000', '094050.789000', '094050.792000', '094050.794000', '094050.797000', '094050.800000', '094050.802000', '094050.805000', '094050.808000', '094050.810000', '094110.697000', '094110.700000', '094110.703000', '094110.705000', '094110.708000', '094110.710000', '094110.713000', '094110.716000', '094110.718000', '094110.721000', '094110.724000', '094110.726000', '094110.729000', '094110.732000', '094110.734000', '094110.737000', '094110.740000', '094110.742000', '094110.745000', '094110.748000', '094110.750000', '094110.753000', '094110.756000', '094110.758000', '094110.761000', '094110.764000', '094110.766000', '094110.769000', '094110.772000', '094110.782000', '094110.785000', '094110.787000', '094110.790000', '094110.792000', '094110.795000', '094110.798000', '094110.800000', '094110.803000', '094110.806000', '094110.808000', '094110.811000', '094110.814000', '094110.890000', '094110.893000', '094126.587000', '094126.590000', '094126.592000', '094126.595000', '094126.598000', '094126.600000', '094126.603000', '094126.606000', '094126.609000', '094126.611000', '094126.614000', '094126.617000', '094126.621000', '094126.623000', '094126.627000', '094126.630000', '094126.633000', '094126.636000', '094126.639000', '094126.643000', '094126.645000', '094126.648000', '094126.651000', '094126.654000', '094126.657000', '094126.660000', '094126.663000', '094126.666000', '094126.668000', '094126.671000', '094126.674000', '094126.677000', '094126.680000', '094126.682000', '094126.685000'], 'InstanceCreationTime': ['093510.726000', '093510.729000', '093510.732000', '093510.735000', '093510.737000', '093510.740000', '093510.742000', '093510.745000', '093510.748000', '093510.750000', '093510.753000', '093510.755000', '093510.758000', '093510.761000', '093510.764000', '093510.766000', '093510.769000', '093510.771000', '093510.779000', '093510.781000', '093510.784000', '093510.787000', '093510.790000', '093510.793000', '093510.796000', '093510.798000', '093510.801000', '093510.812000', '093510.815000', '093510.818000', '093510.820000', '093510.823000', '093510.826000', '093510.828000', '093510.831000', '093510.834000', '093510.836000', '093510.839000', '093510.841000', '093510.844000', '093510.847000', '093510.849000', '093510.852000', '093510.855000', '093510.857000', '093510.860000', '093510.862000', '093510.865000', '093510.867000', '093510.870000', '093510.873000', '093510.876000', '093510.878000', '093510.881000', '093530.696000', '093530.699000', '093530.702000', '093530.705000', '093530.707000', '093530.710000', '093530.713000', '093530.715000', '093530.718000', '093530.720000', '093530.723000', '093530.726000', '093530.728000', '093530.731000', '093530.733000', '093530.736000', '093530.739000', '093530.741000', '093530.744000', '093530.747000', '093530.749000', '093530.752000', '093530.754000', '093530.762000', '093530.765000', '093530.767000', '093530.770000', '093530.773000', '093530.775000', '093530.778000', '093530.781000', '093530.783000', '093530.786000', '093530.788000', '093530.791000', '093530.794000', '093530.796000', '093530.799000', '093530.802000', '093530.804000', '093530.807000', '093530.809000', '093530.812000', '093530.815000', '093550.696000', '093550.699000', '093550.702000', '093550.704000', '093550.707000', '093550.710000', '093550.712000', '093550.715000', '093550.718000', '093550.720000', '093550.723000', '093550.725000', '093550.728000', '093550.731000', '093550.733000', '093550.736000', '093550.739000', '093550.752000', '093550.754000', '093550.757000', '093550.760000', '093550.763000', '093550.765000', '093550.768000', '093550.770000', '093550.773000', '093550.776000', '093550.778000', '093550.781000', '093550.784000', '093550.786000', '093550.789000', '093550.792000', '093550.794000', '093550.797000', '093550.799000', '093550.802000', '093550.805000', '093550.807000', '093550.810000', '093550.813000', '093550.815000', '093550.818000', '093610.697000', '093610.700000', '093610.702000', '093610.705000', '093610.708000', '093610.710000', '093610.713000', '093610.716000', '093610.718000', '093610.721000', '093610.723000', '093610.726000', '093610.729000', '093610.731000', '093610.734000', '093610.737000', '093610.739000', '093610.742000', '093610.745000', '093610.747000', '093610.750000', '093610.753000', '093610.755000', '093610.758000', '093610.760000', '093610.763000', '093610.766000', '093610.768000', '093610.779000', '093610.782000', '093610.785000', '093610.787000', '093610.790000', '093610.792000', '093610.795000', '093610.798000', '093610.800000', '093610.803000', '093610.806000', '093610.808000', '093610.811000', '093610.814000', '093610.872000', '093610.875000', '093630.696000', '093630.699000', '093630.702000', '093630.705000', '093630.708000', '093630.715000', '093630.718000', '093630.721000', '093630.723000', '093630.726000', '093630.729000', '093630.731000', '093630.734000', '093630.737000', '093630.739000', '093630.742000', '093630.745000', '093630.747000', '093630.750000', '093630.753000', '093630.755000', '093630.758000', '093630.761000', '093630.763000', '093630.766000', '093630.768000', '093630.771000', '093630.774000', '093630.776000', '093630.779000', '093630.782000', '093630.784000', '093630.787000', '093630.790000', '093630.792000', '093630.795000', '093630.797000', '093630.800000', '093630.803000', '093630.805000', '093630.808000', '093630.811000', '093630.813000', '093650.697000', '093650.699000', '093650.702000', '093650.705000', '093650.707000', '093650.710000', '093650.713000', '093650.715000', '093650.718000', '093650.721000', '093650.723000', '093650.726000', '093650.729000', '093650.731000', '093650.734000', '093650.736000', '093650.739000', '093650.742000', '093650.744000', '093650.747000', '093650.750000', '093650.752000', '093650.755000', '093650.757000', '093650.760000', '093650.763000', '093650.766000', '093650.768000', '093650.771000', '093650.774000', '093650.776000', '093650.779000', '093650.781000', '093650.784000', '093650.787000', '093650.789000', '093650.792000', '093650.795000', '093650.797000', '093650.800000', '093650.803000', '093650.805000', '093650.808000', '093650.810000', '093710.697000', '093710.699000', '093710.702000', '093710.705000', '093710.707000', '093710.710000', '093710.713000', '093710.715000', '093710.718000', '093710.721000', '093710.723000', '093710.726000', '093710.729000', '093710.731000', '093710.734000', '093710.737000', '093710.739000', '093710.742000', '093710.745000', '093710.747000', '093710.750000', '093710.752000', '093710.755000', '093710.758000', '093710.760000', '093710.763000', '093710.766000', '093710.768000', '093710.771000', '093710.774000', '093710.776000', '093710.779000', '093710.781000', '093710.784000', '093710.787000', '093710.789000', '093710.792000', '093710.795000', '093710.797000', '093710.800000', '093710.803000', '093710.805000', '093710.808000', '093730.697000', '093730.699000', '093730.702000', '093730.705000', '093730.707000', '093730.710000', '093730.713000', '093730.715000', '093730.718000', '093730.721000', '093730.723000', '093730.726000', '093730.729000', '093730.731000', '093730.734000', '093730.737000', '093730.739000', '093730.742000', '093730.745000', '093730.747000', '093730.750000', '093730.753000', '093730.755000', '093730.758000', '093730.761000', '093730.763000', '093730.766000', '093730.768000', '093730.771000', '093730.774000', '093730.777000', '093730.779000', '093730.782000', '093730.784000', '093730.787000', '093730.790000', '093730.792000', '093730.795000', '093730.803000', '093730.806000', '093730.809000', '093730.811000', '093730.814000', '093730.849000', '093750.696000', '093750.699000', '093750.702000', '093750.705000', '093750.707000', '093750.710000', '093750.713000', '093750.715000', '093750.718000', '093750.721000', '093750.723000', '093750.726000', '093750.728000', '093750.731000', '093750.734000', '093750.736000', '093750.739000', '093750.742000', '093750.744000', '093750.747000', '093750.750000', '093750.752000', '093750.755000', '093750.758000', '093750.760000', '093750.763000', '093750.766000', '093750.768000', '093750.771000', '093750.774000', '093750.776000', '093750.779000', '093750.781000', '093750.784000', '093750.787000', '093750.789000', '093750.792000', '093750.795000', '093750.797000', '093750.800000', '093750.802000', '093750.805000', '093750.808000', '093810.697000', '093810.699000', '093810.702000', '093810.705000', '093810.707000', '093810.710000', '093810.713000', '093810.715000', '093810.718000', '093810.721000', '093810.723000', '093810.726000', '093810.729000', '093810.731000', '093810.734000', '093810.737000', '093810.739000', '093810.742000', '093810.745000', '093810.747000', '093810.750000', '093810.753000', '093810.755000', '093810.758000', '093810.761000', '093810.763000', '093810.766000', '093810.769000', '093810.771000', '093810.774000', '093810.777000', '093810.780000', '093810.782000', '093810.785000', '093810.787000', '093810.790000', '093810.793000', '093810.795000', '093810.798000', '093810.801000', '093810.803000', '093810.806000', '093810.809000', '093810.811000', '093830.697000', '093830.699000', '093830.702000', '093830.705000', '093830.708000', '093830.710000', '093830.713000', '093830.715000', '093830.718000', '093830.721000', '093830.723000', '093830.726000', '093830.729000', '093830.731000', '093830.734000', '093830.736000', '093830.739000', '093830.742000', '093830.744000', '093830.747000', '093830.757000', '093830.760000', '093830.763000', '093830.765000', '093830.768000', '093830.771000', '093830.774000', '093830.776000', '093830.779000', '093830.782000', '093830.784000', '093830.787000', '093830.789000', '093830.792000', '093830.795000', '093830.797000', '093830.800000', '093830.803000', '093830.805000', '093830.808000', '093830.810000', '093830.813000', '093830.853000', '093850.697000', '093850.699000', '093850.703000', '093850.706000', '093850.708000', '093850.711000', '093850.714000', '093850.716000', '093850.719000', '093850.722000', '093850.724000', '093850.727000', '093850.729000', '093850.732000', '093850.735000', '093850.737000', '093850.740000', '093850.743000', '093850.745000', '093850.748000', '093850.751000', '093850.753000', '093850.756000', '093850.759000', '093850.761000', '093850.764000', '093850.767000', '093850.769000', '093850.772000', '093850.775000', '093850.777000', '093850.780000', '093850.783000', '093850.785000', '093850.788000', '093850.791000', '093850.793000', '093850.796000', '093850.799000', '093850.802000', '093850.804000', '093850.807000', '093850.809000', '093910.697000', '093910.700000', '093910.702000', '093910.705000', '093910.708000', '093910.710000', '093910.713000', '093910.716000', '093910.719000', '093910.721000', '093910.724000', '093910.726000', '093910.729000', '093910.732000', '093910.734000', '093910.737000', '093910.740000', '093910.743000', '093910.745000', '093910.748000', '093910.751000', '093910.753000', '093910.756000', '093910.759000', '093910.761000', '093910.764000', '093910.767000', '093910.769000', '093910.772000', '093910.775000', '093910.777000', '093910.780000', '093910.783000', '093910.785000', '093910.788000', '093910.791000', '093910.793000', '093910.796000', '093910.798000', '093910.801000', '093910.804000', '093910.806000', '093910.809000', '093910.812000', '093930.697000', '093930.699000', '093930.702000', '093930.705000', '093930.707000', '093930.710000', '093930.713000', '093930.715000', '093930.718000', '093930.721000', '093930.723000', '093930.727000', '093930.730000', '093930.733000', '093930.735000', '093930.738000', '093930.741000', '093930.743000', '093930.746000', '093930.749000', '093930.751000', '093930.754000', '093930.757000', '093930.759000', '093930.762000', '093930.765000', '093930.768000', '093930.770000', '093930.773000', '093930.776000', '093930.778000', '093930.781000', '093930.784000', '093930.787000', '093930.790000', '093930.792000', '093930.795000', '093930.798000', '093930.800000', '093930.803000', '093930.805000', '093930.808000', '093930.811000', '093930.813000', '093950.696000', '093950.699000', '093950.702000', '093950.705000', '093950.707000', '093950.710000', '093950.713000', '093950.715000', '093950.718000', '093950.721000', '093950.723000', '093950.726000', '093950.729000', '093950.731000', '093950.734000', '093950.737000', '093950.739000', '093950.742000', '093950.758000', '093950.760000', '093950.763000', '093950.766000', '093950.768000', '093950.771000', '093950.774000', '093950.776000', '093950.779000', '093950.782000', '093950.784000', '093950.787000', '093950.790000', '093950.792000', '093950.795000', '093950.798000', '093950.800000', '093950.803000', '093950.806000', '093950.808000', '093950.811000', '093950.813000', '093950.847000', '093950.850000', '093950.853000', '094010.697000', '094010.700000', '094010.702000', '094010.705000', '094010.708000', '094010.710000', '094010.713000', '094010.716000', '094010.718000', '094010.721000', '094010.723000', '094010.726000', '094010.729000', '094010.731000', '094010.734000', '094010.737000', '094010.739000', '094010.742000', '094010.745000', '094010.747000', '094010.750000', '094010.753000', '094010.755000', '094010.758000', '094010.761000', '094010.764000', '094010.766000', '094010.769000', '094010.771000', '094010.774000', '094010.777000', '094010.779000', '094010.782000', '094010.785000', '094010.796000', '094010.798000', '094010.801000', '094010.803000', '094010.806000', '094010.809000', '094010.811000', '094010.814000', '094010.863000', '094030.696000', '094030.699000', '094030.702000', '094030.705000', '094030.707000', '094030.710000', '094030.713000', '094030.715000', '094030.718000', '094030.721000', '094030.723000', '094030.726000', '094030.728000', '094030.731000', '094030.734000', '094030.736000', '094030.739000', '094030.741000', '094030.744000', '094030.747000', '094030.749000', '094030.752000', '094030.755000', '094030.757000', '094030.760000', '094030.763000', '094030.765000', '094030.768000', '094030.772000', '094030.775000', '094030.778000', '094030.780000', '094030.783000', '094030.785000', '094030.788000', '094030.791000', '094030.793000', '094030.796000', '094030.799000', '094030.801000', '094030.804000', '094030.806000', '094030.809000', '094030.812000', '094050.696000', '094050.699000', '094050.702000', '094050.705000', '094050.707000', '094050.710000', '094050.713000', '094050.715000', '094050.718000', '094050.720000', '094050.723000', '094050.726000', '094050.728000', '094050.731000', '094050.733000', '094050.736000', '094050.739000', '094050.742000', '094050.745000', '094050.748000', '094050.751000', '094050.754000', '094050.756000', '094050.759000', '094050.762000', '094050.764000', '094050.768000', '094050.770000', '094050.773000', '094050.776000', '094050.779000', '094050.781000', '094050.784000', '094050.786000', '094050.789000', '094050.792000', '094050.794000', '094050.797000', '094050.800000', '094050.802000', '094050.805000', '094050.808000', '094050.810000', '094110.697000', '094110.700000', '094110.703000', '094110.705000', '094110.708000', '094110.710000', '094110.713000', '094110.716000', '094110.718000', '094110.721000', '094110.724000', '094110.726000', '094110.729000', '094110.732000', '094110.734000', '094110.737000', '094110.740000', '094110.742000', '094110.745000', '094110.748000', '094110.750000', '094110.753000', '094110.756000', '094110.758000', '094110.761000', '094110.764000', '094110.766000', '094110.769000', '094110.772000', '094110.782000', '094110.785000', '094110.787000', '094110.790000', '094110.792000', '094110.795000', '094110.798000', '094110.800000', '094110.803000', '094110.806000', '094110.808000', '094110.811000', '094110.814000', '094110.890000', '094110.893000', '094126.587000', '094126.590000', '094126.592000', '094126.595000', '094126.598000', '094126.600000', '094126.603000', '094126.606000', '094126.609000', '094126.611000', '094126.614000', '094126.617000', '094126.621000', '094126.623000', '094126.627000', '094126.630000', '094126.633000', '094126.636000', '094126.639000', '094126.643000', '094126.645000', '094126.648000', '094126.651000', '094126.654000', '094126.657000', '094126.660000', '094126.663000', '094126.666000', '094126.668000', '094126.671000', '094126.674000', '094126.677000', '094126.680000', '094126.682000', '094126.685000'], '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': [10071, 18893, 15140, 12315, 8770, 7895, 14962, 7750, 16775, 8305, 9904, 9262, 7839, 9446, 7393, 7008, 8872, 7315, 6932, 8534, 7456, 6830, 7622, 7194, 8993, 7510, 6911, 9633, 7738, 7280, 7636, 7070, 8850, 7218, 11150, 7316, 15099, 10234, 16469, 7488, 14698, 7954, 9737, 8532, 6848, 8794, 7238, 13611, 8056, 7179, 7933, 7142, 9198, 7165, 12241, 7768, 11533, 8351, 6773, 8416, 6964, 8758, 7204, 9495, 7518, 7397, 8142, 6982, 9971, 6931, 9513, 7580, 7670, 7912, 7411, 9691, 7037, 9395, 6926, 9995, 6929, 12795, 7120, 11351, 8148, 8912, 8172, 7099, 8418, 7037, 8899, 7098, 9449, 7115, 10405, 7160, 11928, 6980, 9758, 6995, 11878, 7109, 11289, 10034, 7275, 8376, 7149, 8772, 7068, 11130, 7129, 9349, 7214, 13043, 8147, 11146, 7711, 7124, 8395, 7195, 12255, 7161, 13369, 7754, 13049, 7097, 9817, 7137, 10038, 7107, 11487, 7080, 11951, 8016, 6989, 8162, 6763, 9534, 7158, 10481, 7347, 11277, 8207, 6924, 8968, 7239, 10136, 6999, 12401, 8888, 9257, 9191, 6962, 8664, 6865, 11505, 7202, 9513, 7294, 12859, 7167, 7430, 7351, 7491, 8396, 7176, 9993, 7210, 12281, 8090, 10102, 8154, 12100, 8371, 13786, 8400, 13109, 10829, 10900, 8073, 12995, 7825, 12732, 7372, 10796, 7157, 8985, 7622, 6870, 8117, 6781, 9218, 7156, 9800, 7692, 10330, 10957, 6944, 8348, 6998, 8915, 7267, 10584, 7482, 11858, 7087, 13758, 7485, 7130, 8200, 7118, 8467, 6799, 9749, 7215, 11951, 9030, 6977, 8090, 6956, 10018, 7168, 11361, 7830, 7679, 7269, 8604, 13398, 8172, 8087, 16287, 8826, 16085, 12501, 13755, 12097, 11268, 15615, 11331, 17930, 13641, 13985, 11558, 10392, 12455, 8957, 9192, 8497, 9383, 8514, 9430, 8557, 7160, 8115, 8070, 8584, 8203, 9507, 8637, 6908, 7838, 7420, 7910, 8250, 9119, 7660, 10226, 7634, 6834, 7816, 7665, 8918, 7561, 9384, 7764, 10931, 7269, 8848, 6697, 8447, 7700, 9959, 7531, 8130, 7869, 7425, 8235, 9007, 8146, 10869, 9274, 8009, 12212, 7083, 8949, 7251, 10384, 7091, 8750, 6911, 8308, 7203, 9530, 7059, 9680, 7542, 9136, 7517, 9347, 7295, 10229, 6801, 10273, 6947, 10774, 6888, 10066, 6871, 11024, 7070, 8700, 9095, 8719, 8911, 8273, 7182, 7723, 7142, 8095, 7050, 8694, 6966, 9668, 6921, 9573, 7823, 13209, 7369, 14113, 7338, 12239, 7861, 11308, 7542, 10575, 8595, 10819, 10491, 7317, 9256, 6804, 9477, 7123, 8899, 8527, 11495, 9581, 7595, 8094, 7130, 9282, 7270, 11345, 9036, 9672, 8811, 7084, 9723, 7221, 11314, 8009, 12193, 9401, 12380, 12859, 8519, 9130, 7383, 9585, 7648, 9683, 7681, 15751, 9667, 14500, 8493, 7045, 8494, 6919, 8123, 7421, 8780, 7394, 9351, 7625, 9060, 8487, 8520, 8655, 7741, 9769, 8189, 8956, 7496, 9077, 7320, 9209, 7030, 9954, 7089, 11420, 8774, 7338, 7653, 7191, 9187, 7380, 8923, 7294, 9318, 6947, 8485, 7168, 8905, 7216, 7081, 7198, 7705, 9203, 10127, 9812, 6968, 8227, 7076, 10239, 7226, 10147, 7337, 13347, 7559, 16807, 7661, 12407, 7846, 13752, 8467, 12563, 9466, 7328, 8208, 7139, 9348, 6977, 10887, 8122, 10581, 8493, 7107, 8254, 7242, 9015, 7063, 10629, 8633, 7338, 9095, 6991, 7561, 8280, 7372, 8117, 8968, 7144, 13746, 8107, 11526, 9176, 7063, 10793, 8342, 16472, 8080, 7565, 9085, 6789, 8951, 7441, 12337, 7210, 12108, 8507, 7161, 7862, 7081, 8920, 7122, 9532, 8093, 7429, 8373, 7166, 9530, 7454, 10435, 10294, 7203, 8481, 7185, 8905, 7269, 9391, 7035, 11853, 7697, 15039, 9232, 7172, 7690, 7179, 8546, 7023, 11151, 9012, 8500, 9295, 7059, 10028, 6985, 8978, 7056, 8599, 7564, 11783, 6930, 10355, 7177, 9556, 7801, 12078, 9492, 10186, 8261, 7011, 9150, 7074, 9358, 7052, 9200, 7613, 11513, 7142, 11853, 7292, 8368, 7381, 8793, 7964, 8864, 8997, 6923, 9093, 6989, 9578, 6984, 9651, 7029, 10278, 7239, 15895, 7340, 9873, 8371, 7163, 8424, 7200, 8841, 7022, 11736, 7179, 14875, 7395, 10131, 7279, 12747, 8228, 10261, 7050, 8232, 7403, 8159, 7155, 8686, 7199, 8959, 8628, 9165, 8723, 7231, 9999, 7037, 12401, 7745, 9895, 13895, 12391, 11792, 9161, 6957, 8561, 7396, 8627, 7221, 8989, 7701, 9485, 7436, 9799, 7609, 10203, 8044, 9446, 7960, 8491, 8565, 7076, 7659, 7077, 8601, 7011, 9034, 7053, 12705, 7140, 10081, 7971, 7904, 8612, 7307, 8326, 7400, 8497, 6806, 11118, 6998, 13172, 7115, 10169, 7032, 11264, 7163, 12957, 7731, 9971, 7437, 7205, 8169, 6961, 8732, 6956, 9584, 7095, 9856, 6806, 9091, 7013, 9724, 6998, 11035, 10035, 7851, 10080, 7117, 13900, 6951, 11688, 7081, 8832, 7353, 16064, 7023, 7007, 7716, 7011, 8068, 7175, 8659, 6970, 13425, 8160, 8185, 7496, 7021, 8521, 7144, 9383, 6863, 16217, 7902, 12605, 8022, 7168, 9029, 7154, 9952, 7348, 12183, 7061, 8813, 6883, 9258, 7116, 9457, 6937, 14681, 8497, 9324, 7571, 7101, 8781, 7089, 8128, 9913, 6894, 8775, 7237, 10457, 7159, 11853, 8195, 8032, 8893, 7161, 8847, 7299, 7746, 8187, 6811, 8253, 7268, 10088, 7729, 12773, 7626, 15599, 8033, 9049, 8082, 7697, 9421, 8350, 7072, 7902, 7966, 9425, 7827, 15894, 9804, 15195, 9091, 11741, 8988, 12791, 9334, 13986, 8947, 12051, 8629, 12956, 8342, 10391, 7631, 9741, 8239, 6863, 8036, 7066, 8156, 6967, 7751, 10973, 7550, 9957, 7123, 10200, 7202, 9582, 7194, 9425, 7133, 9323, 6856, 8618, 7717, 8256, 7029, 7882, 7284, 7800, 7913, 7536, 7437, 8399, 7038, 9022, 7095, 10057, 7156, 8804, 7579, 7848, 12683, 7704, 14728, 7696, 13099, 7441, 10602, 6982, 9426, 7015, 9333, 7287, 7152, 7841, 7405, 9095, 7033, 9907, 7182, 10940, 9656, 13754, 9649, 13227, 7006, 10589, 6841, 9736, 9930, 8344, 15447, 7853, 13308, 8158, 15570, 7903, 9253, 8083, 7390, 8003, 7867, 8304, 12826, 7962, 10899, 7774, 11100, 7584, 10562, 7857, 10362, 7829, 10486, 7865, 10611, 7886, 11076, 7972, 12291, 7912, 10917, 7580], 'WindowCenter': [4708.0, 4762.0, 4729.0, 4698.0, 4647.0, 4635.0, 4713.0, 4634.0, 4712.0, 4633.0, 4662.0, 4642.0, 4623.0, 4651.0, 4621.0, 4613.0, 4652.0, 4624.0, 4625.0, 4655.0, 4636.0, 4627.0, 4636.0, 4627.0, 4657.0, 4638.0, 4639.0, 4678.0, 4649.0, 4649.0, 4648.0, 4638.0, 4657.0, 4639.0, 4687.0, 4637.0, 4715.0, 4675.0, 4724.0, 4636.0, 4713.0, 4634.0, 4652.0, 4642.0, 4613.0, 4643.0, 4623.0, 4702.0, 4633.0, 4624.0, 4633.0, 4624.0, 4654.0, 4624.0, 4683.0, 4634.0, 4682.0, 4643.0, 4613.0, 4643.0, 4624.0, 4643.0, 4625.0, 4663.0, 4637.0, 4636.0, 4646.0, 4638.0, 4676.0, 4628.0, 4666.0, 4647.0, 4646.0, 4648.0, 4637.0, 4666.0, 4627.0, 4667.0, 4638.0, 4676.0, 4639.0, 4705.0, 4638.0, 4686.0, 4647.0, 4656.0, 4648.0, 4627.0, 4646.0, 4626.0, 4655.0, 4627.0, 4668.0, 4627.0, 4676.0, 4627.0, 4696.0, 4627.0, 4666.0, 4628.0, 4697.0, 4629.0, 4687.0, 4677.0, 4637.0, 4647.0, 4628.0, 4647.0, 4628.0, 4687.0, 4629.0, 4667.0, 4638.0, 4708.0, 4648.0, 4688.0, 4636.0, 4627.0, 4647.0, 4627.0, 4697.0, 4628.0, 4707.0, 4637.0, 4695.0, 4626.0, 4665.0, 4625.0, 4664.0, 4625.0, 4684.0, 4627.0, 4686.0, 4635.0, 4614.0, 4645.0, 4615.0, 4664.0, 4627.0, 4674.0, 4637.0, 4685.0, 4646.0, 4627.0, 4656.0, 4636.0, 4675.0, 4629.0, 4695.0, 4657.0, 4666.0, 4665.0, 4626.0, 4644.0, 4615.0, 4684.0, 4624.0, 4663.0, 4624.0, 4692.0, 4614.0, 4624.0, 4625.0, 4625.0, 4645.0, 4627.0, 4676.0, 4638.0, 4697.0, 4648.0, 4676.0, 4647.0, 4697.0, 4646.0, 4703.0, 4644.0, 4693.0, 4673.0, 4672.0, 4633.0, 4691.0, 4622.0, 4680.0, 4622.0, 4670.0, 4613.0, 4652.0, 4632.0, 4614.0, 4634.0, 4615.0, 4664.0, 4627.0, 4676.0, 4648.0, 4677.0, 4687.0, 4628.0, 4656.0, 4627.0, 4655.0, 4636.0, 4675.0, 4637.0, 4696.0, 4627.0, 4717.0, 4638.0, 4627.0, 4648.0, 4627.0, 4646.0, 4628.0, 4667.0, 4638.0, 4697.0, 4667.0, 4639.0, 4647.0, 4638.0, 4689.0, 4639.0, 4696.0, 4636.0, 4639.0, 4625.0, 4655.0, 4703.0, 4645.0, 4646.0, 4726.0, 4658.0, 4713.0, 4683.0, 4691.0, 4681.0, 4660.0, 4699.0, 4660.0, 4707.0, 4676.0, 4675.0, 4645.0, 4635.0, 4654.0, 4614.0, 4624.0, 4613.0, 4623.0, 4613.0, 4622.0, 4613.0, 4584.0, 4604.0, 4605.0, 4626.0, 4618.0, 4649.0, 4640.0, 4624.0, 4633.0, 4621.0, 4630.0, 4629.0, 4629.0, 4621.0, 4660.0, 4622.0, 4604.0, 4623.0, 4633.0, 4642.0, 4623.0, 4653.0, 4623.0, 4673.0, 4623.0, 4643.0, 4604.0, 4632.0, 4636.0, 4666.0, 4647.0, 4646.0, 4645.0, 4625.0, 4646.0, 4655.0, 4636.0, 4676.0, 4655.0, 4635.0, 4684.0, 4616.0, 4643.0, 4623.0, 4662.0, 4612.0, 4642.0, 4612.0, 4632.0, 4612.0, 4652.0, 4613.0, 4652.0, 4633.0, 4653.0, 4635.0, 4655.0, 4637.0, 4676.0, 4628.0, 4677.0, 4628.0, 4687.0, 4628.0, 4668.0, 4617.0, 4686.0, 4627.0, 4657.0, 4656.0, 4657.0, 4656.0, 4646.0, 4627.0, 4635.0, 4625.0, 4635.0, 4626.0, 4656.0, 4627.0, 4667.0, 4628.0, 4666.0, 4639.0, 4707.0, 4639.0, 4717.0, 4639.0, 4697.0, 4649.0, 4700.0, 4661.0, 4700.0, 4668.0, 4686.0, 4677.0, 4635.0, 4667.0, 4627.0, 4664.0, 4627.0, 4654.0, 4655.0, 4685.0, 4665.0, 4635.0, 4635.0, 4625.0, 4666.0, 4650.0, 4685.0, 4667.0, 4666.0, 4657.0, 4637.0, 4675.0, 4638.0, 4684.0, 4646.0, 4694.0, 4666.0, 4696.0, 4704.0, 4646.0, 4653.0, 4625.0, 4653.0, 4623.0, 4650.0, 4634.0, 4710.0, 4651.0, 4700.0, 4642.0, 4612.0, 4640.0, 4612.0, 4630.0, 4621.0, 4641.0, 4623.0, 4651.0, 4634.0, 4653.0, 4642.0, 4641.0, 4643.0, 4634.0, 4662.0, 4633.0, 4641.0, 4623.0, 4640.0, 4622.0, 4651.0, 4612.0, 4661.0, 4615.0, 4683.0, 4643.0, 4624.0, 4633.0, 4624.0, 4652.0, 4624.0, 4653.0, 4621.0, 4652.0, 4624.0, 4644.0, 4625.0, 4653.0, 4636.0, 4625.0, 4636.0, 4646.0, 4678.0, 4687.0, 4678.0, 4639.0, 4658.0, 4627.0, 4677.0, 4636.0, 4676.0, 4637.0, 4704.0, 4636.0, 4735.0, 4635.0, 4692.0, 4647.0, 4703.0, 4644.0, 4692.0, 4664.0, 4635.0, 4642.0, 4624.0, 4654.0, 4624.0, 4673.0, 4644.0, 4674.0, 4654.0, 4626.0, 4645.0, 4636.0, 4680.0, 4640.0, 4688.0, 4656.0, 4638.0, 4667.0, 4638.0, 4647.0, 4658.0, 4639.0, 4648.0, 4668.0, 4629.0, 4703.0, 4634.0, 4683.0, 4666.0, 4627.0, 4687.0, 4657.0, 4724.0, 4647.0, 4636.0, 4654.0, 4614.0, 4654.0, 4624.0, 4693.0, 4623.0, 4682.0, 4643.0, 4622.0, 4631.0, 4625.0, 4654.0, 4626.0, 4664.0, 4644.0, 4636.0, 4646.0, 4627.0, 4664.0, 4637.0, 4685.0, 4675.0, 4636.0, 4655.0, 4626.0, 4654.0, 4624.0, 4653.0, 4626.0, 4684.0, 4635.0, 4713.0, 4654.0, 4624.0, 4633.0, 4625.0, 4655.0, 4626.0, 4685.0, 4665.0, 4657.0, 4666.0, 4625.0, 4676.0, 4626.0, 4654.0, 4626.0, 4654.0, 4634.0, 4685.0, 4625.0, 4674.0, 4627.0, 4666.0, 4648.0, 4694.0, 4667.0, 4676.0, 4645.0, 4627.0, 4665.0, 4625.0, 4664.0, 4626.0, 4654.0, 4635.0, 4685.0, 4624.0, 4685.0, 4633.0, 4643.0, 4636.0, 4655.0, 4661.0, 4668.0, 4666.0, 4628.0, 4668.0, 4639.0, 4676.0, 4627.0, 4666.0, 4626.0, 4677.0, 4638.0, 4725.0, 4637.0, 4666.0, 4646.0, 4626.0, 4645.0, 4638.0, 4666.0, 4639.0, 4697.0, 4627.0, 4715.0, 4638.0, 4676.0, 4635.0, 4693.0, 4643.0, 4674.0, 4612.0, 4642.0, 4625.0, 4635.0, 4624.0, 4643.0, 4625.0, 4655.0, 4657.0, 4667.0, 4657.0, 4639.0, 4677.0, 4626.0, 4696.0, 4634.0, 4664.0, 4704.0, 4693.0, 4684.0, 4652.0, 4612.0, 4641.0, 4622.0, 4641.0, 4621.0, 4651.0, 4633.0, 4653.0, 4622.0, 4662.0, 4623.0, 4660.0, 4632.0, 4651.0, 4634.0, 4644.0, 4644.0, 4625.0, 4635.0, 4624.0, 4655.0, 4625.0, 4656.0, 4627.0, 4694.0, 4626.0, 4675.0, 4645.0, 4645.0, 4654.0, 4635.0, 4645.0, 4635.0, 4657.0, 4627.0, 4686.0, 4627.0, 4707.0, 4627.0, 4677.0, 4627.0, 4675.0, 4617.0, 4694.0, 4634.0, 4665.0, 4626.0, 4637.0, 4645.0, 4627.0, 4657.0, 4628.0, 4667.0, 4626.0, 4666.0, 4618.0, 4654.0, 4627.0, 4664.0, 4627.0, 4686.0, 4677.0, 4647.0, 4676.0, 4626.0, 4706.0, 4627.0, 4683.0, 4613.0, 4652.0, 4624.0, 4713.0, 4624.0, 4623.0, 4634.0, 4625.0, 4648.0, 4626.0, 4656.0, 4629.0, 4707.0, 4656.0, 4659.0, 4635.0, 4627.0, 4656.0, 4628.0, 4667.0, 4627.0, 4725.0, 4647.0, 4696.0, 4647.0, 4626.0, 4655.0, 4624.0, 4663.0, 4626.0, 4694.0, 4626.0, 4654.0, 4627.0, 4652.0, 4624.0, 4665.0, 4625.0, 4712.0, 4657.0, 4679.0, 4635.0, 4625.0, 4654.0, 4627.0, 4646.0, 4675.0, 4626.0, 4657.0, 4636.0, 4674.0, 4625.0, 4683.0, 4645.0, 4648.0, 4665.0, 4637.0, 4665.0, 4623.0, 4622.0, 4630.0, 4614.0, 4645.0, 4636.0, 4675.0, 4636.0, 4692.0, 4634.0, 4710.0, 4632.0, 4642.0, 4632.0, 4621.0, 4650.0, 4631.0, 4611.0, 4634.0, 4644.0, 4666.0, 4646.0, 4722.0, 4676.0, 4712.0, 4643.0, 4670.0, 4642.0, 4683.0, 4641.0, 4691.0, 4632.0, 4670.0, 4629.0, 4666.0, 4617.0, 4636.0, 4607.0, 4637.0, 4618.0, 4600.0, 4620.0, 4612.0, 4633.0, 4614.0, 4626.0, 4673.0, 4634.0, 4664.0, 4614.0, 4663.0, 4624.0, 4654.0, 4616.0, 4653.0, 4616.0, 4654.0, 4615.0, 4644.0, 4633.0, 4633.0, 4614.0, 4633.0, 4623.0, 4626.0, 4634.0, 4635.0, 4636.0, 4648.0, 4628.0, 4658.0, 4629.0, 4677.0, 4627.0, 4657.0, 4636.0, 4648.0, 4695.0, 4638.0, 4717.0, 4639.0, 4705.0, 4626.0, 4674.0, 4626.0, 4655.0, 4627.0, 4668.0, 4639.0, 4640.0, 4661.0, 4653.0, 4684.0, 4643.0, 4682.0, 4641.0, 4692.0, 4680.0, 4719.0, 4671.0, 4708.0, 4629.0, 4677.0, 4617.0, 4658.0, 4665.0, 4636.0, 4704.0, 4635.0, 4693.0, 4634.0, 4702.0, 4634.0, 4642.0, 4623.0, 4612.0, 4623.0, 4633.0, 4644.0, 4685.0, 4634.0, 4664.0, 4623.0, 4672.0, 4622.0, 4661.0, 4621.0, 4651.0, 4623.0, 4662.0, 4634.0, 4663.0, 4635.0, 4674.0, 4636.0, 4684.0, 4634.0, 4674.0, 4635.0], 'WindowWidth': [10302.0, 10366.0, 10313.0, 10267.0, 10194.0, 10176.0, 10279.0, 10174.0, 10276.0, 10170.0, 10207.0, 10180.0, 10157.0, 10191.0, 10149.0, 10143.0, 10196.0, 10162.0, 10166.0, 10206.0, 10182.0, 10173.0, 10182.0, 10171.0, 10209.0, 10188.0, 10189.0, 10240.0, 10202.0, 10205.0, 10200.0, 10186.0, 10210.0, 10186.0, 10250.0, 10183.0, 10286.0, 10229.0, 10294.0, 10181.0, 10280.0, 10172.0, 10195.0, 10180.0, 10143.0, 10184.0, 10158.0, 10263.0, 10171.0, 10162.0, 10172.0, 10160.0, 10200.0, 10161.0, 10237.0, 10172.0, 10235.0, 10185.0, 10145.0, 10184.0, 10160.0, 10184.0, 10163.0, 10212.0, 10181.0, 10180.0, 10194.0, 10186.0, 10236.0, 10173.0, 10220.0, 10197.0, 10195.0, 10199.0, 10184.0, 10221.0, 10171.0, 10223.0, 10186.0, 10235.0, 10188.0, 10273.0, 10186.0, 10248.0, 10196.0, 10208.0, 10197.0, 10169.0, 10193.0, 10166.0, 10206.0, 10169.0, 10224.0, 10170.0, 10234.0, 10170.0, 10260.0, 10171.0, 10220.0, 10175.0, 10263.0, 10174.0, 10251.0, 10237.0, 10182.0, 10194.0, 10169.0, 10194.0, 10172.0, 10251.0, 10173.0, 10224.0, 10185.0, 10277.0, 10200.0, 10251.0, 10181.0, 10169.0, 10196.0, 10169.0, 10263.0, 10172.0, 10277.0, 10181.0, 10258.0, 10165.0, 10215.0, 10163.0, 10213.0, 10162.0, 10243.0, 10172.0, 10246.0, 10176.0, 10148.0, 10188.0, 10150.0, 10215.0, 10168.0, 10229.0, 10182.0, 10245.0, 10193.0, 10170.0, 10207.0, 10181.0, 10230.0, 10175.0, 10259.0, 10209.0, 10221.0, 10219.0, 10166.0, 10189.0, 10149.0, 10241.0, 10160.0, 10213.0, 10159.0, 10250.0, 10146.0, 10160.0, 10164.0, 10164.0, 10194.0, 10171.0, 10236.0, 10187.0, 10264.0, 10199.0, 10232.0, 10196.0, 10262.0, 10191.0, 10265.0, 10187.0, 10250.0, 10224.0, 10222.0, 10170.0, 10246.0, 10152.0, 10228.0, 10153.0, 10217.0, 10143.0, 10195.0, 10170.0, 10149.0, 10176.0, 10153.0, 10216.0, 10171.0, 10234.0, 10201.0, 10237.0, 10251.0, 10173.0, 10209.0, 10171.0, 10205.0, 10179.0, 10230.0, 10185.0, 10262.0, 10172.0, 10290.0, 10188.0, 10169.0, 10198.0, 10168.0, 10195.0, 10172.0, 10223.0, 10188.0, 10265.0, 10225.0, 10189.0, 10198.0, 10186.0, 10260.0, 10192.0, 10263.0, 10179.0, 10187.0, 10164.0, 10205.0, 10266.0, 10192.0, 10192.0, 10302.0, 10210.0, 10278.0, 10236.0, 10244.0, 10231.0, 10199.0, 10253.0, 10197.0, 10258.0, 10214.0, 10210.0, 10170.0, 10156.0, 10182.0, 10126.0, 10139.0, 10123.0, 10137.0, 10124.0, 10136.0, 10123.0, 10087.0, 10114.0, 10119.0, 10147.0, 10140.0, 10184.0, 10175.0, 10162.0, 10174.0, 10151.0, 10161.0, 10157.0, 10155.0, 10149.0, 10201.0, 10152.0, 10131.0, 10156.0, 10170.0, 10181.0, 10156.0, 10196.0, 10154.0, 10222.0, 10157.0, 10182.0, 10130.0, 10167.0, 10178.0, 10220.0, 10198.0, 10194.0, 10189.0, 10162.0, 10191.0, 10202.0, 10177.0, 10230.0, 10203.0, 10174.0, 10238.0, 10149.0, 10180.0, 10154.0, 10205.0, 10139.0, 10180.0, 10138.0, 10166.0, 10140.0, 10193.0, 10142.0, 10193.0, 10171.0, 10196.0, 10175.0, 10202.0, 10183.0, 10234.0, 10173.0, 10235.0, 10172.0, 10249.0, 10172.0, 10223.0, 10153.0, 10245.0, 10167.0, 10208.0, 10205.0, 10207.0, 10205.0, 10192.0, 10165.0, 10176.0, 10161.0, 10176.0, 10164.0, 10206.0, 10167.0, 10222.0, 10173.0, 10221.0, 10188.0, 10275.0, 10188.0, 10288.0, 10187.0, 10262.0, 10202.0, 10275.0, 10225.0, 10278.0, 10228.0, 10247.0, 10234.0, 10177.0, 10226.0, 10170.0, 10216.0, 10169.0, 10201.0, 10204.0, 10243.0, 10218.0, 10176.0, 10176.0, 10163.0, 10220.0, 10205.0, 10245.0, 10223.0, 10220.0, 10209.0, 10186.0, 10234.0, 10188.0, 10243.0, 10194.0, 10256.0, 10221.0, 10260.0, 10271.0, 10192.0, 10199.0, 10162.0, 10195.0, 10156.0, 10190.0, 10170.0, 10271.0, 10192.0, 10258.0, 10179.0, 10140.0, 10175.0, 10140.0, 10163.0, 10153.0, 10180.0, 10157.0, 10194.0, 10173.0, 10197.0, 10183.0, 10180.0, 10185.0, 10172.0, 10210.0, 10169.0, 10180.0, 10157.0, 10177.0, 10153.0, 10190.0, 10141.0, 10205.0, 10148.0, 10236.0, 10183.0, 10161.0, 10172.0, 10161.0, 10197.0, 10158.0, 10199.0, 10154.0, 10197.0, 10160.0, 10186.0, 10164.0, 10201.0, 10181.0, 10166.0, 10183.0, 10197.0, 10241.0, 10251.0, 10241.0, 10191.0, 10214.0, 10171.0, 10237.0, 10179.0, 10235.0, 10181.0, 10269.0, 10180.0, 10313.0, 10179.0, 10252.0, 10196.0, 10269.0, 10189.0, 10249.0, 10213.0, 10175.0, 10184.0, 10161.0, 10200.0, 10163.0, 10225.0, 10191.0, 10228.0, 10202.0, 10168.0, 10191.0, 10181.0, 10251.0, 10196.0, 10254.0, 10211.0, 10187.0, 10224.0, 10187.0, 10197.0, 10213.0, 10190.0, 10200.0, 10226.0, 10175.0, 10267.0, 10175.0, 10240.0, 10221.0, 10168.0, 10251.0, 10212.0, 10298.0, 10198.0, 10181.0, 10201.0, 10147.0, 10201.0, 10161.0, 10252.0, 10158.0, 10235.0, 10183.0, 10155.0, 10166.0, 10165.0, 10203.0, 10169.0, 10214.0, 10188.0, 10179.0, 10192.0, 10168.0, 10215.0, 10183.0, 10244.0, 10232.0, 10180.0, 10205.0, 10167.0, 10202.0, 10162.0, 10199.0, 10164.0, 10241.0, 10178.0, 10280.0, 10200.0, 10161.0, 10172.0, 10164.0, 10203.0, 10169.0, 10245.0, 10221.0, 10209.0, 10222.0, 10166.0, 10234.0, 10165.0, 10201.0, 10164.0, 10202.0, 10177.0, 10244.0, 10165.0, 10229.0, 10171.0, 10222.0, 10199.0, 10256.0, 10223.0, 10233.0, 10192.0, 10168.0, 10217.0, 10165.0, 10215.0, 10165.0, 10204.0, 10178.0, 10243.0, 10162.0, 10243.0, 10174.0, 10188.0, 10181.0, 10208.0, 10222.0, 10228.0, 10222.0, 10172.0, 10229.0, 10189.0, 10235.0, 10170.0, 10220.0, 10169.0, 10235.0, 10185.0, 10299.0, 10182.0, 10220.0, 10192.0, 10166.0, 10191.0, 10185.0, 10222.0, 10188.0, 10264.0, 10171.0, 10286.0, 10185.0, 10235.0, 10176.0, 10254.0, 10185.0, 10227.0, 10143.0, 10182.0, 10162.0, 10176.0, 10161.0, 10184.0, 10166.0, 10205.0, 10211.0, 10224.0, 10210.0, 10190.0, 10238.0, 10169.0, 10261.0, 10176.0, 10217.0, 10267.0, 10253.0, 10238.0, 10196.0, 10143.0, 10179.0, 10154.0, 10178.0, 10152.0, 10193.0, 10169.0, 10196.0, 10154.0, 10206.0, 10156.0, 10202.0, 10169.0, 10193.0, 10173.0, 10185.0, 10188.0, 10164.0, 10176.0, 10162.0, 10203.0, 10163.0, 10205.0, 10170.0, 10256.0, 10167.0, 10232.0, 10191.0, 10190.0, 10202.0, 10176.0, 10191.0, 10178.0, 10209.0, 10169.0, 10247.0, 10171.0, 10275.0, 10169.0, 10234.0, 10166.0, 10228.0, 10152.0, 10252.0, 10174.0, 10217.0, 10165.0, 10182.0, 10190.0, 10170.0, 10208.0, 10172.0, 10222.0, 10167.0, 10221.0, 10158.0, 10203.0, 10169.0, 10216.0, 10170.0, 10247.0, 10238.0, 10196.0, 10235.0, 10167.0, 10273.0, 10165.0, 10239.0, 10144.0, 10197.0, 10159.0, 10280.0, 10161.0, 10160.0, 10175.0, 10162.0, 10197.0, 10166.0, 10207.0, 10175.0, 10277.0, 10210.0, 10214.0, 10180.0, 10171.0, 10206.0, 10171.0, 10222.0, 10170.0, 10300.0, 10196.0, 10261.0, 10196.0, 10167.0, 10203.0, 10161.0, 10214.0, 10163.0, 10255.0, 10164.0, 10200.0, 10167.0, 10197.0, 10160.0, 10215.0, 10164.0, 10277.0, 10209.0, 10243.0, 10180.0, 10165.0, 10202.0, 10168.0, 10191.0, 10231.0, 10166.0, 10209.0, 10180.0, 10228.0, 10164.0, 10238.0, 10190.0, 10199.0, 10219.0, 10187.0, 10219.0, 10158.0, 10152.0, 10162.0, 10148.0, 10193.0, 10180.0, 10234.0, 10179.0, 10251.0, 10173.0, 10271.0, 10168.0, 10181.0, 10166.0, 10153.0, 10189.0, 10163.0, 10139.0, 10173.0, 10188.0, 10222.0, 10196.0, 10292.0, 10237.0, 10277.0, 10183.0, 10213.0, 10177.0, 10235.0, 10176.0, 10241.0, 10162.0, 10214.0, 10154.0, 10201.0, 10135.0, 10161.0, 10124.0, 10162.0, 10140.0, 10119.0, 10147.0, 10139.0, 10170.0, 10145.0, 10162.0, 10224.0, 10171.0, 10211.0, 10145.0, 10209.0, 10159.0, 10197.0, 10148.0, 10197.0, 10148.0, 10200.0, 10146.0, 10187.0, 10170.0, 10169.0, 10144.0, 10170.0, 10154.0, 10161.0, 10171.0, 10176.0, 10179.0, 10196.0, 10170.0, 10211.0, 10174.0, 10235.0, 10167.0, 10209.0, 10178.0, 10197.0, 10256.0, 10182.0, 10286.0, 10184.0, 10271.0, 10165.0, 10226.0, 10162.0, 10201.0, 10169.0, 10223.0, 10188.0, 10191.0, 10223.0, 10212.0, 10255.0, 10199.0, 10248.0, 10192.0, 10261.0, 10242.0, 10295.0, 10228.0, 10277.0, 10172.0, 10233.0, 10151.0, 10207.0, 10211.0, 10175.0, 10263.0, 10171.0, 10249.0, 10170.0, 10259.0, 10169.0, 10178.0, 10151.0, 10137.0, 10153.0, 10167.0, 10185.0, 10239.0, 10170.0, 10211.0, 10155.0, 10217.0, 10150.0, 10201.0, 10149.0, 10187.0, 10153.0, 10204.0, 10171.0, 10209.0, 10176.0, 10225.0, 10175.0, 10238.0, 10171.0, 10224.0, 10172.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.00026768082663605053</td></tr>
<tr><td colspan=3>aqi</td><td>0.025249547761194032</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.72259773180458</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1235082647126438</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9549103910459773</td></tr>
<tr><td colspan=3>efc</td><td>0.4994</td></tr>
<tr><td colspan=3>fber</td><td>5099.4033</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08134681790933553</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.477611940298507</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7944375807541966</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6737366635258777</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0870501991262604</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6225258796104525</td></tr>
<tr><td colspan=3>gcor</td><td>0.0080261</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005208074115216732</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03808082267642021</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5045262655367244</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>14.1024</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.6699</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.7687</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293071.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>1069.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.3043</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4908</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.4734</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3746.8961</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1161.3483</td></tr>
<tr><td colspan=3>tsnr</td><td>36.29904225235805</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>