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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-03_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-03_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-0099/ses-01/func/sub-0099_ses-01_task-social_acq-mb8_run-03_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>de5937ed3a1558486c0411def97746a0</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:27:53.862500</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.999658, -0.00315409, 0.0259541, 0.0017447, 0.998531, 0.0541473]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.083105</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7769, -7261, 265, -115, -163, -82, 118]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4a6a53b-4c7f-43b0-ae8d-7516e230b33e||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.682009696960449, 0.004680910613387823, 0.07043439894914627, 112.77593994140625], [0.008462182246148586, 2.6789867877960205, 0.14602553844451904, -103.451416015625], [0.06963307410478592, -0.1452733278274536, 2.6951279640197754, -80.25406646728516], [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': ['092753.862500', '092754.322500', '092754.782500', '092755.242500', '092755.702500', '092756.162500', '092756.622500', '092757.082500', '092757.542500', '092758.002500', '092758.462500', '092758.922500', '092759.382500', '092759.842500', '092800.302500', '092800.762500', '092801.222500', '092801.682500', '092802.142500', '092802.602500', '092803.062500', '092803.522500', '092803.982500', '092804.442500', '092804.902500', '092805.362500', '092805.822500', '092806.282500', '092806.742500', '092807.202500', '092807.662500', '092808.122500', '092808.582500', '092809.042500', '092809.502500', '092809.962500', '092810.422500', '092810.882500', '092811.342500', '092811.802500', '092812.262500', '092812.722500', '092813.182500', '092813.642500', '092814.102500', '092814.562500', '092815.022500', '092815.482500', '092815.942500', '092816.402500', '092816.862500', '092817.322500', '092817.782500', '092818.242500', '092818.702500', '092819.162500', '092819.622500', '092820.082500', '092820.542500', '092821.002500', '092821.462500', '092821.922500', '092822.382500', '092822.842500', '092823.302500', '092823.762500', '092824.222500', '092824.682500', '092825.142500', '092825.602500', '092826.062500', '092826.522500', '092826.982500', '092827.442500', '092827.902500', '092828.362500', '092828.822500', '092829.282500', '092829.742500', '092830.202500', '092830.662500', '092831.122500', '092831.582500', '092832.042500', '092832.502500', '092832.962500', '092833.422500', '092833.882500', '092834.342500', '092834.802500', '092835.262500', '092835.722500', '092836.182500', '092836.642500', '092837.102500', '092837.562500', '092838.022500', '092838.482500', '092838.942500', '092839.402500', '092839.862500', '092840.322500', '092840.782500', '092841.242500', '092841.702500', '092842.162500', '092842.622500', '092843.082500', '092843.542500', '092844.002500', '092844.462500', '092844.922500', '092845.382500', '092845.842500', '092846.302500', '092846.762500', '092847.222500', '092847.682500', '092848.142500', '092848.602500', '092849.062500', '092849.522500', '092849.982500', '092850.442500', '092850.902500', '092851.362500', '092851.822500', '092852.282500', '092852.742500', '092853.202500', '092853.662500', '092854.122500', '092854.582500', '092855.042500', '092855.502500', '092855.962500', '092856.422500', '092856.882500', '092857.342500', '092857.802500', '092858.262500', '092858.722500', '092859.182500', '092859.642500', '092900.102500', '092900.562500', '092901.022500', '092901.482500', '092901.942500', '092902.402500', '092902.862500', '092903.322500', '092903.782500', '092904.242500', '092904.702500', '092905.162500', '092905.622500', '092906.082500', '092906.542500', '092907.002500', '092907.462500', '092907.922500', '092908.382500', '092908.842500', '092909.302500', '092909.762500', '092910.222500', '092910.682500', '092911.142500', '092911.602500', '092912.062500', '092912.522500', '092912.982500', '092913.442500', '092913.902500', '092914.362500', '092914.822500', '092915.282500', '092915.742500', '092916.202500', '092916.662500', '092917.122500', '092917.582500', '092918.042500', '092918.502500', '092918.962500', '092919.422500', '092919.882500', '092920.342500', '092920.802500', '092921.262500', '092921.722500', '092922.182500', '092922.642500', '092923.102500', '092923.562500', '092924.022500', '092924.482500', '092924.942500', '092925.402500', '092925.862500', '092926.322500', '092926.782500', '092927.242500', '092927.702500', '092928.162500', '092928.622500', '092929.082500', '092929.542500', '092930.002500', '092930.462500', '092930.922500', '092931.382500', '092931.842500', '092932.302500', '092932.762500', '092933.222500', '092933.682500', '092934.142500', '092934.602500', '092935.062500', '092935.522500', '092935.982500', '092936.442500', '092936.902500', '092937.362500', '092937.822500', '092938.282500', '092938.742500', '092939.202500', '092939.662500', '092940.122500', '092940.582500', '092941.042500', '092941.502500', '092941.962500', '092942.422500', '092942.882500', '092943.342500', '092943.802500', '092944.262500', '092944.722500', '092945.182500', '092945.642500', '092946.102500', '092946.562500', '092947.022500', '092947.482500', '092947.942500', '092948.402500', '092948.862500', '092949.322500', '092949.782500', '092950.242500', '092950.702500', '092951.162500', '092951.622500', '092952.082500', '092952.542500', '092953.002500', '092953.462500', '092953.922500', '092954.382500', '092954.842500', '092955.302500', '092955.762500', '092956.222500', '092956.682500', '092957.142500', '092957.602500', '092958.062500', '092958.522500', '092958.982500', '092959.442500', '092959.902500', '093000.362500', '093000.822500', '093001.282500', '093001.742500', '093002.202500', '093002.662500', '093003.122500', '093003.582500', '093004.042500', '093004.502500', '093004.962500', '093005.422500', '093005.882500', '093006.342500', '093006.802500', '093007.262500', '093007.722500', '093008.182500', '093008.642500', '093009.102500', '093009.562500', '093010.022500', '093010.482500', '093010.942500', '093011.402500', '093011.862500', '093012.322500', '093012.782500', '093013.242500', '093013.702500', '093014.162500', '093014.622500', '093015.082500', '093015.542500', '093016.002500', '093016.462500', '093016.922500', '093017.382500', '093017.842500', '093018.302500', '093018.762500', '093019.222500', '093019.682500', '093020.142500', '093020.602500', '093021.062500', '093021.522500', '093021.982500', '093022.442500', '093022.902500', '093023.362500', '093023.822500', '093024.282500', '093024.742500', '093025.202500', '093025.662500', '093026.122500', '093026.582500', '093027.042500', '093027.502500', '093027.962500', '093028.422500', '093028.882500', '093029.342500', '093029.802500', '093030.262500', '093030.722500', '093031.182500', '093031.642500', '093032.102500', '093032.562500', '093033.022500', '093033.482500', '093033.942500', '093034.402500', '093034.862500', '093035.322500', '093035.782500', '093036.242500', '093036.702500', '093037.162500', '093037.622500', '093038.082500', '093038.542500', '093039.002500', '093039.462500', '093039.922500', '093040.382500', '093040.842500', '093041.302500', '093041.762500', '093042.222500', '093042.682500', '093043.142500', '093043.602500', '093044.062500', '093044.522500', '093044.982500', '093045.442500', '093045.902500', '093046.362500', '093046.822500', '093047.282500', '093047.742500', '093048.202500', '093048.662500', '093049.122500', '093049.582500', '093050.042500', '093050.502500', '093050.962500', '093051.422500', '093051.882500', '093052.342500', '093052.802500', '093053.262500', '093053.722500', '093054.182500', '093054.642500', '093055.102500', '093055.562500', '093056.022500', '093056.482500', '093056.942500', '093057.402500', '093057.862500', '093058.322500', '093058.782500', '093059.242500', '093059.702500', '093100.162500', '093100.622500', '093101.082500', '093101.542500', '093102.002500', '093102.462500', '093102.922500', '093103.382500', '093103.842500', '093104.302500', '093104.762500', '093105.222500', '093105.682500', '093106.142500', '093106.602500', '093107.062500', '093107.522500', '093107.982500', '093108.442500', '093108.902500', '093109.362500', '093109.822500', '093110.282500', '093110.742500', '093111.202500', '093111.662500', '093112.122500', '093112.582500', '093113.042500', '093113.502500', '093113.962500', '093114.422500', '093114.882500', '093115.342500', '093115.802500', '093116.262500', '093116.722500', '093117.182500', '093117.642500', '093118.102500', '093118.562500', '093119.022500', '093119.482500', '093119.942500', '093120.402500', '093120.862500', '093121.322500', '093121.782500', '093122.242500', '093122.702500', '093123.162500', '093123.622500', '093124.082500', '093124.542500', '093125.002500', '093125.462500', '093125.922500', '093126.382500', '093126.842500', '093127.302500', '093127.762500', '093128.222500', '093128.682500', '093129.142500', '093129.602500', '093130.062500', '093130.522500', '093130.982500', '093131.442500', '093131.902500', '093132.362500', '093132.822500', '093133.282500', '093133.742500', '093134.202500', '093134.662500', '093135.122500', '093135.582500', '093136.042500', '093136.502500', '093136.962500', '093137.422500', '093137.882500', '093138.342500', '093138.802500', '093139.262500', '093139.722500', '093140.182500', '093140.642500', '093141.102500', '093141.562500', '093142.022500', '093142.482500', '093142.942500', '093143.402500', '093143.862500', '093144.322500', '093144.782500', '093145.242500', '093145.702500', '093146.162500', '093146.622500', '093147.082500', '093147.542500', '093148.002500', '093148.462500', '093148.922500', '093149.382500', '093149.842500', '093150.302500', '093150.762500', '093151.222500', '093151.682500', '093152.142500', '093152.602500', '093153.062500', '093153.522500', '093153.982500', '093154.442500', '093154.902500', '093155.362500', '093155.822500', '093156.282500', '093156.742500', '093157.202500', '093157.662500', '093158.122500', '093158.582500', '093159.042500', '093159.502500', '093159.962500', '093200.422500', '093200.882500', '093201.342500', '093201.802500', '093202.262500', '093202.722500', '093203.182500', '093203.642500', '093204.102500', '093204.562500', '093205.022500', '093205.482500', '093205.942500', '093206.402500', '093206.862500', '093207.322500', '093207.782500', '093208.242500', '093208.702500', '093209.162500', '093209.622500', '093210.082500', '093210.542500', '093211.002500', '093211.462500', '093211.922500', '093212.382500', '093212.842500', '093213.302500', '093213.762500', '093214.222500', '093214.682500', '093215.142500', '093215.602500', '093216.062500', '093216.522500', '093216.982500', '093217.442500', '093217.902500', '093218.362500', '093218.822500', '093219.282500', '093219.742500', '093220.202500', '093220.662500', '093221.122500', '093221.582500', '093222.042500', '093222.502500', '093222.962500', '093223.422500', '093223.882500', '093224.342500', '093224.802500', '093225.262500', '093225.722500', '093226.182500', '093226.642500', '093227.102500', '093227.562500', '093228.022500', '093228.482500', '093228.942500', '093229.402500', '093229.862500', '093230.322500', '093230.782500', '093231.242500', '093231.702500', '093232.162500', '093232.622500', '093233.082500', '093233.542500', '093234.002500', '093234.462500', '093234.922500', '093235.382500', '093235.842500', '093236.302500', '093236.762500', '093237.222500', '093237.682500', '093238.142500', '093238.602500', '093239.062500', '093239.522500', '093239.982500', '093240.442500', '093240.902500', '093241.362500', '093241.822500', '093242.282500', '093242.742500', '093243.202500', '093243.662500', '093244.122500', '093244.582500', '093245.042500', '093245.502500', '093245.962500', '093246.422500', '093246.882500', '093247.342500', '093247.802500', '093248.262500', '093248.722500', '093249.182500', '093249.642500', '093250.102500', '093250.562500', '093251.022500', '093251.482500', '093251.942500', '093252.402500', '093252.862500', '093253.322500', '093253.782500', '093254.242500', '093254.702500', '093255.162500', '093255.622500', '093256.082500', '093256.542500', '093257.002500', '093257.462500', '093257.922500', '093258.382500', '093258.842500', '093259.302500', '093259.762500', '093300.222500', '093300.682500', '093301.142500', '093301.602500', '093302.062500', '093302.522500', '093302.982500', '093303.442500', '093303.902500', '093304.362500', '093304.822500', '093305.282500', '093305.742500', '093306.202500', '093306.662500', '093307.122500', '093307.582500', '093308.042500', '093308.502500', '093308.962500', '093309.422500', '093309.882500', '093310.342500', '093310.802500', '093311.262500', '093311.722500', '093312.182500', '093312.642500', '093313.102500', '093313.562500', '093314.022500', '093314.482500', '093314.942500', '093315.402500', '093315.862500', '093316.322500', '093316.782500', '093317.242500', '093317.702500', '093318.162500', '093318.622500', '093319.082500', '093319.542500', '093320.002500', '093320.462500', '093320.922500', '093321.382500', '093321.842500', '093322.302500', '093322.762500', '093323.222500', '093323.682500', '093324.142500', '093324.602500', '093325.062500', '093325.522500', '093325.982500', '093326.442500', '093326.902500', '093327.362500', '093327.822500', '093328.282500', '093328.742500', '093329.202500', '093329.662500', '093330.122500', '093330.582500', '093331.042500', '093331.502500', '093331.962500', '093332.422500', '093332.882500', '093333.342500', '093333.802500', '093334.262500', '093334.722500', '093335.182500', '093335.642500', '093336.102500', '093336.562500', '093337.022500', '093337.482500', '093337.942500', '093338.402500', '093338.862500', '093339.322500', '093339.782500', '093340.242500', '093340.702500', '093341.162500', '093341.622500', '093342.082500', '093342.542500', '093343.002500', '093343.462500', '093343.922500', '093344.382500', '093344.842500', '093345.302500', '093345.762500', '093346.222500', '093346.682500', '093347.142500', '093347.602500', '093348.062500', '093348.522500', '093348.982500', '093349.442500', '093349.902500', '093350.362500', '093350.822500', '093351.282500', '093351.742500', '093352.202500', '093352.662500', '093353.122500', '093353.582500', '093354.042500', '093354.502500', '093354.962500', '093355.422500', '093355.882500', '093356.342500', '093356.802500', '093357.262500', '093357.722500', '093358.182500', '093358.642500', '093359.102500', '093359.562500', '093400.022500', '093400.482500', '093400.942500', '093401.402500', '093401.862500', '093402.322500', '093402.782500', '093403.242500', '093403.702500', '093404.162500', '093404.622500', '093405.082500', '093405.542500', '093406.002500', '093406.462500', '093406.922500', '093407.382500', '093407.842500', '093408.302500', '093408.762500', '093409.222500', '093409.682500', '093410.142500', '093410.602500', '093411.062500', '093411.522500', '093411.982500', '093412.442500', '093412.902500', '093413.362500', '093413.822500', '093414.282500', '093414.742500', '093415.202500', '093415.662500', '093416.122500', '093416.582500', '093417.042500', '093417.502500', '093417.962500', '093418.422500', '093418.882500', '093419.342500', '093419.802500', '093420.262500', '093420.722500', '093421.182500', '093421.642500', '093422.102500', '093422.562500', '093423.022500', '093423.482500', '093423.942500', '093424.402500', '093424.862500', '093425.322500', '093425.782500', '093426.242500', '093426.702500', '093427.162500', '093427.622500', '093428.082500', '093428.542500', '093429.002500', '093429.462500', '093429.922500', '093430.382500', '093430.842500', '093431.302500', '093431.762500', '093432.222500', '093432.682500', '093433.142500', '093433.602500', '093434.062500', '093434.522500'], 'ContentTime': ['092818.759000', '092818.762000', '092818.765000', '092818.767000', '092818.770000', '092818.772000', '092818.775000', '092818.777000', '092818.780000', '092818.782000', '092818.785000', '092818.788000', '092818.790000', '092818.793000', '092818.795000', '092818.798000', '092818.800000', '092818.803000', '092818.806000', '092818.808000', '092818.811000', '092818.813000', '092818.816000', '092818.824000', '092818.826000', '092818.829000', '092818.832000', '092818.834000', '092818.837000', '092818.839000', '092818.842000', '092818.845000', '092818.847000', '092818.850000', '092818.852000', '092818.855000', '092818.857000', '092818.860000', '092818.862000', '092818.865000', '092818.868000', '092818.870000', '092818.873000', '092818.875000', '092818.878000', '092818.881000', '092818.884000', '092818.887000', '092818.889000', '092818.892000', '092818.894000', '092838.729000', '092838.731000', '092838.734000', '092838.737000', '092838.755000', '092838.757000', '092838.760000', '092838.763000', '092838.765000', '092838.768000', '092838.770000', '092838.773000', '092838.775000', '092838.778000', '092838.780000', '092838.783000', '092838.786000', '092838.788000', '092838.791000', '092838.793000', '092838.796000', '092838.799000', '092838.801000', '092838.804000', '092838.806000', '092838.809000', '092838.811000', '092838.814000', '092838.816000', '092838.819000', '092838.821000', '092838.824000', '092838.827000', '092838.829000', '092838.832000', '092838.834000', '092838.837000', '092838.839000', '092838.847000', '092838.850000', '092838.852000', '092838.855000', '092838.857000', '092838.860000', '092858.729000', '092858.732000', '092858.735000', '092858.737000', '092858.740000', '092858.742000', '092858.745000', '092858.748000', '092858.750000', '092858.753000', '092858.755000', '092858.758000', '092858.760000', '092858.763000', '092858.765000', '092858.768000', '092858.770000', '092858.773000', '092858.776000', '092858.778000', '092858.781000', '092858.783000', '092858.786000', '092858.788000', '092858.791000', '092858.794000', '092858.796000', '092858.842000', '092858.845000', '092858.847000', '092858.850000', '092858.852000', '092858.855000', '092858.857000', '092858.860000', '092858.862000', '092858.865000', '092858.868000', '092858.870000', '092858.873000', '092858.875000', '092858.878000', '092858.881000', '092918.730000', '092918.733000', '092918.735000', '092918.738000', '092918.741000', '092918.743000', '092918.746000', '092918.748000', '092918.751000', '092918.754000', '092918.756000', '092918.759000', '092918.761000', '092918.764000', '092918.766000', '092918.769000', '092918.772000', '092918.774000', '092918.777000', '092918.792000', '092918.794000', '092918.797000', '092918.799000', '092918.802000', '092918.822000', '092918.825000', '092918.827000', '092918.830000', '092918.832000', '092918.835000', '092918.837000', '092918.840000', '092918.843000', '092918.845000', '092918.848000', '092918.850000', '092918.853000', '092918.855000', '092918.858000', '092918.860000', '092918.863000', '092918.866000', '092918.873000', '092918.876000', '092938.730000', '092938.732000', '092938.735000', '092938.738000', '092938.740000', '092938.743000', '092938.745000', '092938.748000', '092938.750000', '092938.753000', '092938.755000', '092938.758000', '092938.761000', '092938.763000', '092938.766000', '092938.768000', '092938.771000', '092938.773000', '092938.776000', '092938.778000', '092938.781000', '092938.784000', '092938.786000', '092938.789000', '092938.791000', '092938.794000', '092938.796000', '092938.799000', '092938.806000', '092938.809000', '092938.812000', '092938.814000', '092938.817000', '092938.819000', '092938.822000', '092938.824000', '092938.827000', '092938.830000', '092938.832000', '092938.835000', '092938.837000', '092938.840000', '092938.842000', '092958.730000', '092958.733000', '092958.736000', '092958.739000', '092958.741000', '092958.744000', '092958.747000', '092958.749000', '092958.752000', '092958.754000', '092958.757000', '092958.760000', '092958.762000', '092958.765000', '092958.767000', '092958.770000', '092958.772000', '092958.775000', '092958.778000', '092958.780000', '092958.783000', '092958.786000', '092958.788000', '092958.791000', '092958.793000', '092958.796000', '092958.843000', '092958.846000', '092958.849000', '092958.851000', '092958.854000', '092958.856000', '092958.859000', '092958.861000', '092958.864000', '092958.866000', '092958.869000', '092958.872000', '092958.874000', '092958.877000', '092958.879000', '092958.882000', '092958.885000', '093018.736000', '093018.738000', '093018.741000', '093018.744000', '093018.746000', '093018.749000', '093018.751000', '093018.754000', '093018.756000', '093018.759000', '093018.761000', '093018.764000', '093018.767000', '093018.769000', '093018.772000', '093018.774000', '093018.777000', '093018.779000', '093018.782000', '093018.784000', '093018.787000', '093018.790000', '093018.792000', '093018.795000', '093018.797000', '093018.886000', '093018.888000', '093018.891000', '093018.893000', '093018.896000', '093018.899000', '093018.901000', '093018.904000', '093018.906000', '093018.909000', '093018.911000', '093018.914000', '093018.917000', '093018.919000', '093018.922000', '093018.924000', '093018.927000', '093018.930000', '093018.933000', '093038.728000', '093038.735000', '093038.738000', '093038.741000', '093038.743000', '093038.746000', '093038.749000', '093038.751000', '093038.754000', '093038.756000', '093038.759000', '093038.761000', '093038.764000', '093038.767000', '093038.769000', '093038.772000', '093038.775000', '093038.777000', '093038.780000', '093038.783000', '093038.785000', '093038.788000', '093038.790000', '093038.793000', '093038.796000', '093038.798000', '093038.844000', '093038.847000', '093038.849000', '093038.852000', '093038.854000', '093038.857000', '093038.859000', '093038.862000', '093038.864000', '093038.867000', '093038.869000', '093038.872000', '093038.875000', '093038.877000', '093038.880000', '093038.882000', '093038.885000', '093038.888000', '093058.729000', '093058.731000', '093058.734000', '093058.736000', '093058.739000', '093058.742000', '093058.744000', '093058.747000', '093058.749000', '093058.752000', '093058.754000', '093058.757000', '093058.760000', '093058.762000', '093058.765000', '093058.767000', '093058.770000', '093058.772000', '093058.775000', '093058.778000', '093058.780000', '093058.783000', '093058.785000', '093058.788000', '093058.790000', '093058.793000', '093058.795000', '093058.798000', '093058.856000', '093058.859000', '093058.861000', '093058.864000', '093058.866000', '093058.869000', '093058.871000', '093058.874000', '093058.876000', '093058.879000', '093058.882000', '093058.884000', '093058.894000', '093058.896000', '093058.899000', '093118.730000', '093118.732000', '093118.735000', '093118.738000', '093118.740000', '093118.743000', '093118.745000', '093118.748000', '093118.750000', '093118.753000', '093118.755000', '093118.758000', '093118.761000', '093118.763000', '093118.766000', '093118.768000', '093118.771000', '093118.773000', '093118.776000', '093118.779000', '093118.782000', '093118.784000', '093118.787000', '093118.790000', '093118.792000', '093118.795000', '093118.797000', '093118.854000', '093118.857000', '093118.859000', '093118.862000', '093118.864000', '093118.867000', '093118.870000', '093118.872000', '093118.875000', '093118.877000', '093118.880000', '093118.882000', '093118.885000', '093118.888000', '093118.890000', '093118.893000', '093118.895000', '093138.729000', '093138.732000', '093138.735000', '093138.737000', '093138.740000', '093138.743000', '093138.745000', '093138.748000', '093138.750000', '093138.753000', '093138.755000', '093138.758000', '093138.761000', '093138.763000', '093138.766000', '093138.768000', '093138.771000', '093138.773000', '093138.776000', '093138.778000', '093138.781000', '093138.784000', '093138.786000', '093138.789000', '093138.792000', '093138.794000', '093138.797000', '093138.799000', '093138.832000', '093138.834000', '093138.837000', '093138.839000', '093138.842000', '093138.844000', '093138.847000', '093138.850000', '093138.852000', '093138.855000', '093138.871000', '093138.874000', '093138.876000', '093138.879000', '093138.881000', '093158.730000', '093158.733000', '093158.735000', '093158.738000', '093158.740000', '093158.743000', '093158.746000', '093158.748000', '093158.751000', '093158.753000', '093158.756000', '093158.759000', '093158.762000', '093158.765000', '093158.768000', '093158.770000', '093158.773000', '093158.775000', '093158.778000', '093158.781000', '093158.783000', '093158.786000', '093158.788000', '093158.791000', '093158.793000', '093158.796000', '093158.799000', '093158.848000', '093158.851000', '093158.854000', '093158.856000', '093158.859000', '093158.861000', '093158.864000', '093158.866000', '093158.869000', '093158.872000', '093158.874000', '093158.877000', '093158.879000', '093158.882000', '093158.885000', '093158.887000', '093218.730000', '093218.733000', '093218.735000', '093218.738000', '093218.740000', '093218.743000', '093218.746000', '093218.748000', '093218.751000', '093218.754000', '093218.756000', '093218.759000', '093218.761000', '093218.764000', '093218.766000', '093218.769000', '093218.772000', '093218.774000', '093218.777000', '093218.779000', '093218.782000', '093218.785000', '093218.787000', '093218.790000', '093218.793000', '093218.795000', '093218.798000', '093218.836000', '093218.839000', '093218.841000', '093218.844000', '093218.846000', '093218.849000', '093218.851000', '093218.854000', '093218.857000', '093218.859000', '093218.862000', '093218.864000', '093218.867000', '093218.869000', '093218.872000', '093218.875000', '093218.877000', '093238.728000', '093238.731000', '093238.734000', '093238.736000', '093238.739000', '093238.742000', '093238.744000', '093238.747000', '093238.749000', '093238.752000', '093238.755000', '093238.757000', '093238.760000', '093238.762000', '093238.765000', '093238.768000', '093238.770000', '093238.773000', '093238.776000', '093238.778000', '093238.781000', '093238.783000', '093238.786000', '093238.789000', '093238.792000', '093238.794000', '093238.797000', '093238.845000', '093238.847000', '093238.850000', '093238.853000', '093238.855000', '093238.858000', '093238.860000', '093238.863000', '093238.865000', '093238.868000', '093238.871000', '093238.873000', '093238.876000', '093238.878000', '093238.881000', '093238.883000', '093258.729000', '093258.732000', '093258.734000', '093258.737000', '093258.739000', '093258.742000', '093258.744000', '093258.747000', '093258.750000', '093258.752000', '093258.755000', '093258.757000', '093258.760000', '093258.763000', '093258.765000', '093258.768000', '093258.770000', '093258.773000', '093258.775000', '093258.778000', '093258.781000', '093258.783000', '093258.786000', '093258.788000', '093258.791000', '093258.794000', '093258.796000', '093258.799000', '093258.846000', '093258.848000', '093258.851000', '093258.853000', '093258.856000', '093258.858000', '093258.861000', '093258.864000', '093258.866000', '093258.869000', '093258.871000', '093258.874000', '093258.876000', '093258.879000', '093258.882000', '093258.884000', '093318.728000', '093318.731000', '093318.734000', '093318.736000', '093318.739000', '093318.741000', '093318.759000', '093318.762000', '093318.765000', '093318.767000', '093318.770000', '093318.772000', '093318.775000', '093318.777000', '093318.780000', '093318.783000', '093318.785000', '093318.788000', '093318.790000', '093318.793000', '093318.796000', '093318.799000', '093318.871000', '093318.874000', '093318.876000', '093318.879000', '093318.881000', '093318.884000', '093318.887000', '093318.889000', '093318.892000', '093318.894000', '093318.897000', '093318.899000', '093318.902000', '093318.905000', '093318.907000', '093318.910000', '093318.912000', '093318.915000', '093318.917000', '093318.920000', '093318.923000', '093338.729000', '093338.732000', '093338.735000', '093338.738000', '093338.740000', '093338.743000', '093338.746000', '093338.748000', '093338.751000', '093338.753000', '093338.756000', '093338.759000', '093338.761000', '093338.764000', '093338.767000', '093338.769000', '093338.772000', '093338.774000', '093338.777000', '093338.779000', '093338.782000', '093338.785000', '093338.787000', '093338.790000', '093338.792000', '093338.795000', '093338.797000', '093338.846000', '093338.849000', '093338.851000', '093338.854000', '093338.856000', '093338.859000', '093338.862000', '093338.864000', '093338.867000', '093338.869000', '093338.872000', '093338.874000', '093338.877000', '093338.880000', '093338.882000', '093338.885000', '093338.888000', '093358.729000', '093358.732000', '093358.735000', '093358.737000', '093358.740000', '093358.743000', '093358.745000', '093358.748000', '093358.750000', '093358.753000', '093358.756000', '093358.758000', '093358.761000', '093358.763000', '093358.766000', '093358.769000', '093358.771000', '093358.774000', '093358.776000', '093358.779000', '093358.783000', '093358.786000', '093358.788000', '093358.791000', '093358.793000', '093358.796000', '093358.799000', '093358.883000', '093358.886000', '093358.888000', '093358.891000', '093358.893000', '093358.896000', '093358.899000', '093358.901000', '093358.904000', '093358.906000', '093358.909000', '093358.912000', '093358.914000', '093358.917000', '093358.919000', '093358.922000', '093418.729000', '093418.732000', '093418.735000', '093418.737000', '093418.740000', '093418.743000', '093418.745000', '093418.748000', '093418.750000', '093418.753000', '093418.756000', '093418.758000', '093418.761000', '093418.763000', '093418.766000', '093418.768000', '093418.771000', '093418.773000', '093418.776000', '093418.779000', '093418.781000', '093418.784000', '093418.786000', '093418.789000', '093418.792000', '093418.795000', '093418.797000', '093418.861000', '093418.863000', '093418.866000', '093418.868000', '093418.871000', '093418.873000', '093418.876000', '093418.879000', '093418.881000', '093418.884000', '093418.886000', '093418.889000', '093418.891000', '093418.894000', '093418.897000', '093418.899000', '093418.902000', '093436.055000', '093436.058000', '093436.060000', '093436.063000', '093436.066000', '093436.068000', '093436.071000', '093436.074000', '093436.076000', '093436.079000', '093436.088000', '093436.091000', '093436.093000', '093436.096000', '093436.098000', '093436.102000', '093436.105000', '093436.131000', '093436.134000', '093436.137000', '093436.139000', '093436.142000', '093436.145000', '093436.147000', '093436.150000', '093436.152000', '093436.155000', '093436.158000', '093436.160000', '093436.163000', '093436.166000', '093436.168000', '093436.171000', '093436.174000', '093436.176000', '093436.179000', '093436.182000', '093436.184000'], 'InstanceCreationTime': ['092818.759000', '092818.762000', '092818.765000', '092818.767000', '092818.770000', '092818.772000', '092818.775000', '092818.777000', '092818.780000', '092818.782000', '092818.785000', '092818.788000', '092818.790000', '092818.793000', '092818.795000', '092818.798000', '092818.800000', '092818.803000', '092818.806000', '092818.808000', '092818.811000', '092818.813000', '092818.816000', '092818.824000', '092818.826000', '092818.829000', '092818.832000', '092818.834000', '092818.837000', '092818.839000', '092818.842000', '092818.845000', '092818.847000', '092818.850000', '092818.852000', '092818.855000', '092818.857000', '092818.860000', '092818.862000', '092818.865000', '092818.868000', '092818.870000', '092818.873000', '092818.875000', '092818.878000', '092818.881000', '092818.884000', '092818.887000', '092818.889000', '092818.892000', '092818.894000', '092838.729000', '092838.731000', '092838.734000', '092838.737000', '092838.755000', '092838.757000', '092838.760000', '092838.763000', '092838.765000', '092838.768000', '092838.770000', '092838.773000', '092838.775000', '092838.778000', '092838.780000', '092838.783000', '092838.786000', '092838.788000', '092838.791000', '092838.793000', '092838.796000', '092838.799000', '092838.801000', '092838.804000', '092838.806000', '092838.809000', '092838.811000', '092838.814000', '092838.816000', '092838.819000', '092838.821000', '092838.824000', '092838.827000', '092838.829000', '092838.832000', '092838.834000', '092838.837000', '092838.839000', '092838.847000', '092838.850000', '092838.852000', '092838.855000', '092838.857000', '092838.860000', '092858.729000', '092858.732000', '092858.735000', '092858.737000', '092858.740000', '092858.742000', '092858.745000', '092858.748000', '092858.750000', '092858.753000', '092858.755000', '092858.758000', '092858.760000', '092858.763000', '092858.765000', '092858.768000', '092858.770000', '092858.773000', '092858.776000', '092858.778000', '092858.781000', '092858.783000', '092858.786000', '092858.788000', '092858.791000', '092858.794000', '092858.796000', '092858.842000', '092858.845000', '092858.847000', '092858.850000', '092858.852000', '092858.855000', '092858.857000', '092858.860000', '092858.862000', '092858.865000', '092858.868000', '092858.870000', '092858.873000', '092858.875000', '092858.878000', '092858.881000', '092918.730000', '092918.733000', '092918.735000', '092918.738000', '092918.741000', '092918.743000', '092918.746000', '092918.748000', '092918.751000', '092918.754000', '092918.756000', '092918.759000', '092918.761000', '092918.764000', '092918.766000', '092918.769000', '092918.772000', '092918.774000', '092918.777000', '092918.792000', '092918.794000', '092918.797000', '092918.799000', '092918.802000', '092918.822000', '092918.825000', '092918.827000', '092918.830000', '092918.832000', '092918.835000', '092918.837000', '092918.840000', '092918.843000', '092918.845000', '092918.848000', '092918.850000', '092918.853000', '092918.855000', '092918.858000', '092918.860000', '092918.863000', '092918.866000', '092918.873000', '092918.876000', '092938.730000', '092938.732000', '092938.735000', '092938.738000', '092938.740000', '092938.743000', '092938.745000', '092938.748000', '092938.750000', '092938.753000', '092938.755000', '092938.758000', '092938.761000', '092938.763000', '092938.766000', '092938.768000', '092938.771000', '092938.773000', '092938.776000', '092938.778000', '092938.781000', '092938.784000', '092938.786000', '092938.789000', '092938.791000', '092938.794000', '092938.796000', '092938.799000', '092938.806000', '092938.809000', '092938.812000', '092938.814000', '092938.817000', '092938.819000', '092938.822000', '092938.824000', '092938.827000', '092938.830000', '092938.832000', '092938.835000', '092938.837000', '092938.840000', '092938.842000', '092958.730000', '092958.733000', '092958.736000', '092958.739000', '092958.741000', '092958.744000', '092958.747000', '092958.749000', '092958.752000', '092958.754000', '092958.757000', '092958.760000', '092958.762000', '092958.765000', '092958.767000', '092958.770000', '092958.772000', '092958.775000', '092958.778000', '092958.780000', '092958.783000', '092958.786000', '092958.788000', '092958.791000', '092958.793000', '092958.796000', '092958.843000', '092958.846000', '092958.849000', '092958.851000', '092958.854000', '092958.856000', '092958.859000', '092958.861000', '092958.864000', '092958.866000', '092958.869000', '092958.872000', '092958.874000', '092958.877000', '092958.879000', '092958.882000', '092958.885000', '093018.736000', '093018.738000', '093018.741000', '093018.744000', '093018.746000', '093018.749000', '093018.751000', '093018.754000', '093018.756000', '093018.759000', '093018.761000', '093018.764000', '093018.767000', '093018.769000', '093018.772000', '093018.774000', '093018.777000', '093018.779000', '093018.782000', '093018.784000', '093018.787000', '093018.790000', '093018.792000', '093018.795000', '093018.797000', '093018.886000', '093018.888000', '093018.891000', '093018.893000', '093018.896000', '093018.899000', '093018.901000', '093018.904000', '093018.906000', '093018.909000', '093018.911000', '093018.914000', '093018.917000', '093018.919000', '093018.922000', '093018.924000', '093018.927000', '093018.930000', '093018.933000', '093038.728000', '093038.735000', '093038.738000', '093038.741000', '093038.743000', '093038.746000', '093038.749000', '093038.751000', '093038.754000', '093038.756000', '093038.759000', '093038.761000', '093038.764000', '093038.767000', '093038.769000', '093038.772000', '093038.775000', '093038.777000', '093038.780000', '093038.783000', '093038.785000', '093038.788000', '093038.790000', '093038.793000', '093038.796000', '093038.798000', '093038.844000', '093038.847000', '093038.849000', '093038.852000', '093038.854000', '093038.857000', '093038.859000', '093038.862000', '093038.864000', '093038.867000', '093038.869000', '093038.872000', '093038.875000', '093038.877000', '093038.880000', '093038.882000', '093038.885000', '093038.888000', '093058.729000', '093058.731000', '093058.734000', '093058.736000', '093058.739000', '093058.742000', '093058.744000', '093058.747000', '093058.749000', '093058.752000', '093058.754000', '093058.757000', '093058.760000', '093058.762000', '093058.765000', '093058.767000', '093058.770000', '093058.772000', '093058.775000', '093058.778000', '093058.780000', '093058.783000', '093058.785000', '093058.788000', '093058.790000', '093058.793000', '093058.795000', '093058.798000', '093058.856000', '093058.859000', '093058.861000', '093058.864000', '093058.866000', '093058.869000', '093058.871000', '093058.874000', '093058.876000', '093058.879000', '093058.882000', '093058.884000', '093058.894000', '093058.896000', '093058.899000', '093118.730000', '093118.732000', '093118.735000', '093118.738000', '093118.740000', '093118.743000', '093118.745000', '093118.748000', '093118.750000', '093118.753000', '093118.755000', '093118.758000', '093118.761000', '093118.763000', '093118.766000', '093118.768000', '093118.771000', '093118.773000', '093118.776000', '093118.779000', '093118.782000', '093118.784000', '093118.787000', '093118.790000', '093118.792000', '093118.795000', '093118.797000', '093118.854000', '093118.857000', '093118.859000', '093118.862000', '093118.864000', '093118.867000', '093118.870000', '093118.872000', '093118.875000', '093118.877000', '093118.880000', '093118.882000', '093118.885000', '093118.888000', '093118.890000', '093118.893000', '093118.895000', '093138.729000', '093138.732000', '093138.735000', '093138.737000', '093138.740000', '093138.743000', '093138.745000', '093138.748000', '093138.750000', '093138.753000', '093138.755000', '093138.758000', '093138.761000', '093138.763000', '093138.766000', '093138.768000', '093138.771000', '093138.773000', '093138.776000', '093138.778000', '093138.781000', '093138.784000', '093138.786000', '093138.789000', '093138.792000', '093138.794000', '093138.797000', '093138.799000', '093138.832000', '093138.834000', '093138.837000', '093138.839000', '093138.842000', '093138.844000', '093138.847000', '093138.850000', '093138.852000', '093138.855000', '093138.871000', '093138.874000', '093138.876000', '093138.879000', '093138.881000', '093158.730000', '093158.733000', '093158.735000', '093158.738000', '093158.740000', '093158.743000', '093158.746000', '093158.748000', '093158.751000', '093158.753000', '093158.756000', '093158.759000', '093158.762000', '093158.765000', '093158.768000', '093158.770000', '093158.773000', '093158.775000', '093158.778000', '093158.781000', '093158.783000', '093158.786000', '093158.788000', '093158.791000', '093158.793000', '093158.796000', '093158.799000', '093158.848000', '093158.851000', '093158.854000', '093158.856000', '093158.859000', '093158.861000', '093158.864000', '093158.866000', '093158.869000', '093158.872000', '093158.874000', '093158.877000', '093158.879000', '093158.882000', '093158.885000', '093158.887000', '093218.730000', '093218.733000', '093218.735000', '093218.738000', '093218.740000', '093218.743000', '093218.746000', '093218.748000', '093218.751000', '093218.754000', '093218.756000', '093218.759000', '093218.761000', '093218.764000', '093218.766000', '093218.769000', '093218.772000', '093218.774000', '093218.777000', '093218.779000', '093218.782000', '093218.785000', '093218.787000', '093218.790000', '093218.793000', '093218.795000', '093218.798000', '093218.836000', '093218.839000', '093218.841000', '093218.844000', '093218.846000', '093218.849000', '093218.851000', '093218.854000', '093218.857000', '093218.859000', '093218.862000', '093218.864000', '093218.867000', '093218.869000', '093218.872000', '093218.875000', '093218.877000', '093238.728000', '093238.731000', '093238.734000', '093238.736000', '093238.739000', '093238.742000', '093238.744000', '093238.747000', '093238.749000', '093238.752000', '093238.755000', '093238.757000', '093238.760000', '093238.762000', '093238.765000', '093238.768000', '093238.770000', '093238.773000', '093238.776000', '093238.778000', '093238.781000', '093238.783000', '093238.786000', '093238.789000', '093238.792000', '093238.794000', '093238.797000', '093238.845000', '093238.847000', '093238.850000', '093238.853000', '093238.855000', '093238.858000', '093238.860000', '093238.863000', '093238.865000', '093238.868000', '093238.871000', '093238.873000', '093238.876000', '093238.878000', '093238.881000', '093238.883000', '093258.729000', '093258.732000', '093258.734000', '093258.737000', '093258.739000', '093258.742000', '093258.744000', '093258.747000', '093258.750000', '093258.752000', '093258.755000', '093258.757000', '093258.760000', '093258.763000', '093258.765000', '093258.768000', '093258.770000', '093258.773000', '093258.775000', '093258.778000', '093258.781000', '093258.783000', '093258.786000', '093258.788000', '093258.791000', '093258.794000', '093258.796000', '093258.799000', '093258.846000', '093258.848000', '093258.851000', '093258.853000', '093258.856000', '093258.858000', '093258.861000', '093258.864000', '093258.866000', '093258.869000', '093258.871000', '093258.874000', '093258.876000', '093258.879000', '093258.882000', '093258.884000', '093318.728000', '093318.731000', '093318.734000', '093318.736000', '093318.739000', '093318.741000', '093318.759000', '093318.762000', '093318.765000', '093318.767000', '093318.770000', '093318.772000', '093318.775000', '093318.777000', '093318.780000', '093318.783000', '093318.785000', '093318.788000', '093318.790000', '093318.793000', '093318.796000', '093318.799000', '093318.871000', '093318.874000', '093318.876000', '093318.879000', '093318.881000', '093318.884000', '093318.887000', '093318.889000', '093318.892000', '093318.894000', '093318.897000', '093318.899000', '093318.902000', '093318.905000', '093318.907000', '093318.910000', '093318.912000', '093318.915000', '093318.917000', '093318.920000', '093318.923000', '093338.729000', '093338.732000', '093338.735000', '093338.738000', '093338.740000', '093338.743000', '093338.746000', '093338.748000', '093338.751000', '093338.753000', '093338.756000', '093338.759000', '093338.761000', '093338.764000', '093338.767000', '093338.769000', '093338.772000', '093338.774000', '093338.777000', '093338.779000', '093338.782000', '093338.785000', '093338.787000', '093338.790000', '093338.792000', '093338.795000', '093338.797000', '093338.846000', '093338.849000', '093338.851000', '093338.854000', '093338.856000', '093338.859000', '093338.862000', '093338.864000', '093338.867000', '093338.869000', '093338.872000', '093338.874000', '093338.877000', '093338.880000', '093338.882000', '093338.885000', '093338.888000', '093358.729000', '093358.732000', '093358.735000', '093358.737000', '093358.740000', '093358.743000', '093358.745000', '093358.748000', '093358.750000', '093358.753000', '093358.756000', '093358.758000', '093358.761000', '093358.763000', '093358.766000', '093358.769000', '093358.771000', '093358.774000', '093358.776000', '093358.779000', '093358.783000', '093358.786000', '093358.788000', '093358.791000', '093358.793000', '093358.796000', '093358.799000', '093358.883000', '093358.886000', '093358.888000', '093358.891000', '093358.893000', '093358.896000', '093358.899000', '093358.901000', '093358.904000', '093358.906000', '093358.909000', '093358.912000', '093358.914000', '093358.917000', '093358.919000', '093358.922000', '093418.729000', '093418.732000', '093418.735000', '093418.737000', '093418.740000', '093418.743000', '093418.745000', '093418.748000', '093418.750000', '093418.753000', '093418.756000', '093418.758000', '093418.761000', '093418.763000', '093418.766000', '093418.768000', '093418.771000', '093418.773000', '093418.776000', '093418.779000', '093418.781000', '093418.784000', '093418.786000', '093418.789000', '093418.792000', '093418.795000', '093418.797000', '093418.861000', '093418.863000', '093418.866000', '093418.868000', '093418.871000', '093418.873000', '093418.876000', '093418.879000', '093418.881000', '093418.884000', '093418.886000', '093418.889000', '093418.891000', '093418.894000', '093418.897000', '093418.899000', '093418.902000', '093436.055000', '093436.058000', '093436.060000', '093436.063000', '093436.066000', '093436.068000', '093436.071000', '093436.074000', '093436.076000', '093436.079000', '093436.088000', '093436.091000', '093436.093000', '093436.096000', '093436.098000', '093436.102000', '093436.105000', '093436.131000', '093436.134000', '093436.137000', '093436.139000', '093436.142000', '093436.145000', '093436.147000', '093436.150000', '093436.152000', '093436.155000', '093436.158000', '093436.160000', '093436.163000', '093436.166000', '093436.168000', '093436.171000', '093436.174000', '093436.176000', '093436.179000', '093436.182000', '093436.184000'], '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': [10178, 8151, 10497, 7983, 7408, 7284, 7779, 10493, 8310, 7628, 8325, 7992, 7547, 9328, 8216, 8861, 12225, 10474, 12383, 7726, 7964, 8295, 8238, 13207, 11296, 8114, 9099, 8077, 8015, 7916, 8036, 10349, 9597, 7974, 8284, 7778, 7430, 9440, 8932, 9551, 7987, 8158, 8479, 8451, 7529, 10551, 9486, 12524, 7644, 7485, 8008, 7659, 7877, 7859, 7015, 8343, 7894, 7372, 7937, 7438, 12472, 7220, 7583, 7505, 7822, 8500, 8558, 7374, 7110, 8003, 7279, 7330, 7497, 10511, 8799, 7550, 7566, 7964, 8707, 7621, 7601, 8546, 7802, 7571, 7942, 7000, 10740, 7723, 8836, 7525, 7488, 7915, 7435, 12591, 10455, 7545, 7612, 8077, 8338, 7606, 8128, 12324, 7744, 9252, 7924, 7205, 7792, 7757, 9201, 7684, 8475, 12344, 7899, 8706, 8116, 7507, 7513, 7533, 12235, 8668, 7254, 7348, 7660, 9169, 8120, 8233, 7565, 7904, 7612, 7948, 7475, 8412, 7356, 8191, 7717, 7434, 7450, 6885, 10524, 7585, 7886, 6846, 7880, 8024, 8038, 11140, 9277, 7648, 13541, 10424, 8965, 8830, 8195, 7647, 9107, 7810, 12946, 10438, 8595, 7039, 7634, 7758, 7489, 9988, 8984, 7284, 7535, 7547, 7633, 7320, 7187, 9177, 7819, 7526, 7828, 7940, 7973, 7987, 8280, 11859, 7628, 8684, 7892, 7185, 8765, 7386, 12215, 7632, 7230, 7725, 7556, 10200, 7902, 7218, 7260, 7665, 7699, 8129, 6880, 10768, 7595, 7629, 7044, 7398, 9760, 9132, 8247, 8055, 7743, 7722, 7700, 6794, 12135, 8817, 10719, 7708, 7146, 7762, 7149, 12145, 9479, 9379, 8096, 7365, 7660, 7169, 9692, 7957, 6822, 7501, 7039, 7368, 7098, 7261, 8148, 6631, 7825, 6583, 6755, 7358, 7834, 7855, 8435, 6670, 10586, 6960, 7140, 7230, 6815, 11229, 9935, 7565, 7487, 7396, 7781, 7519, 6435, 12198, 10309, 6776, 7514, 7529, 7960, 8179, 6852, 9059, 7180, 7419, 8413, 7512, 7974, 9479, 7510, 6948, 11608, 9547, 7188, 8807, 7419, 6929, 11814, 10918, 9962, 8011, 7496, 7651, 7685, 6427, 10802, 9416, 6715, 8393, 7074, 7574, 8499, 6485, 11341, 7145, 6820, 7808, 6688, 10260, 9650, 6686, 8540, 7069, 7231, 8111, 6637, 10398, 8859, 6839, 8600, 7247, 7896, 9711, 6809, 7828, 7475, 6699, 8520, 6677, 9513, 9021, 6953, 8408, 7905, 6600, 10353, 8090, 7156, 8024, 7063, 8883, 7786, 8745, 12073, 7985, 6915, 7542, 6680, 10662, 9421, 6684, 8507, 6834, 7320, 7311, 6361, 10515, 8511, 7300, 7825, 6521, 7583, 6555, 6573, 10157, 6592, 7844, 7885, 6697, 8597, 8460, 6790, 8586, 6864, 7783, 8200, 6591, 10314, 8710, 7347, 7600, 6555, 8902, 6710, 7307, 8595, 7142, 7489, 8119, 7654, 6627, 10551, 8934, 7131, 8527, 7094, 10270, 9033, 11277, 12573, 7025, 8677, 6843, 6832, 8147, 6869, 10176, 7506, 6487, 8435, 6660, 8066, 9381, 6778, 9335, 6586, 7548, 7362, 6411, 10233, 8760, 11248, 7354, 6457, 7513, 6312, 9925, 8324, 6851, 7397, 6455, 8502, 6514, 7169, 9741, 6397, 8427, 6573, 7439, 8867, 6316, 11138, 9208, 8096, 7027, 6709, 8317, 6405, 8329, 8361, 6913, 8049, 6620, 8151, 6818, 6681, 10163, 6329, 8813, 6652, 7100, 8267, 6454, 11849, 10389, 7155, 7587, 6628, 9883, 9928, 9481, 8015, 6736, 7789, 6694, 7025, 8737, 6780, 11175, 6650, 6756, 7696, 6453, 9760, 10620, 9615, 11555, 6786, 8140, 8363, 6598, 8634, 8035, 10556, 8745, 6538, 8500, 6696, 7140, 9030, 7928, 11339, 6425, 6739, 7512, 6334, 10336, 9479, 7875, 7910, 6584, 7881, 6589, 6445, 9114, 7363, 7631, 7104, 6546, 8356, 6586, 7167, 8878, 6831, 10134, 6458, 6633, 7306, 6198, 9996, 8441, 6642, 7466, 6327, 8395, 7182, 6896, 10402, 6520, 8109, 7186, 6606, 8353, 6403, 8798, 8599, 6477, 8508, 6777, 7910, 9047, 6383, 11635, 7524, 7174, 6706, 6954, 10069, 8179, 6456, 11924, 10236, 7164, 7653, 8238, 6807, 9622, 8305, 11539, 12358, 6484, 9094, 6697, 6782, 7689, 6140, 11059, 8848, 6422, 7996, 6607, 7841, 7392, 6316, 10730, 6419, 7948, 6453, 6510, 8749, 7249, 10211, 8149, 6279, 8033, 6413, 9723, 8174, 6823, 8056, 6570, 8307, 7284, 7242, 11034, 6182, 8065, 6579, 6797, 8135, 7053, 11954, 9760, 6312, 8341, 6333, 7866, 10056, 6928, 11538, 6196, 7432, 7820, 7113, 7993, 9551, 7769, 7186, 12567, 9776, 7138, 8239, 7002, 9112, 12090, 10191, 13213, 7474, 7755, 8273, 6624, 8456, 7982, 10963, 8586, 6494, 7587, 6502, 6967, 8309, 6746, 11848, 9258, 6563, 7946, 6569, 8917, 7959, 9923, 11840, 6464, 7594, 6696, 6680, 9136, 7781, 11912, 6464, 6487, 8105, 6501, 8311, 8759, 6995, 8504, 6554, 7740, 7906, 6611, 10034, 8603, 12625, 9541, 6406, 7747, 6512, 7534, 7573, 6576, 11756, 6398, 8011, 7899, 6734, 8357, 7083, 11747, 9481, 6237, 8144, 6568, 7308, 8689, 6363, 12691, 8886, 7459, 7792, 6525, 8346, 7609, 11691, 9837, 6349, 7970, 6564, 7273, 9486, 6332, 12119, 7597, 6907, 8257, 6461, 8509, 7255, 9627, 11612, 6774, 8937, 6447, 7018, 9074, 6285, 12986, 10265, 10904, 7766, 6519, 7974, 6254, 9760, 8097, 7658, 7380, 8072, 8362, 7363, 8232, 8299, 7649, 10029, 9281, 7176, 7976, 6383, 7496, 7653, 7188, 11230, 6256, 7612, 6468, 7393, 8821, 6049, 9585, 6846, 6954, 7498, 6496, 7275, 10461, 8995, 9869, 7846, 6624, 8762, 6505, 10009, 8962, 10081, 12880, 8386, 7418, 8752, 6333, 7838, 6477, 9461, 9390, 6432, 8057, 6244, 7113, 9067, 6218, 11396, 8857, 7027, 8007, 6371, 8082, 6597, 9993, 9198, 6212, 8069, 6492, 7492, 9986, 6353, 10169, 6194, 7498, 7930, 6407, 8932, 9320, 11448, 11039, 6548, 8067, 6600, 7233, 8455, 5919, 11282, 9241, 6867, 8059, 6489, 8131, 6998, 9880, 10436, 6312, 7936, 6301, 7126, 9881, 6216, 12097, 7809, 7952, 7854, 6379, 8499, 6596, 10565, 9912, 6839, 7997, 6467, 6880, 8492, 6100, 10005, 8419, 8192, 7686, 6264, 8090, 6317, 7128, 9523, 6503, 8446, 6432, 6852, 7876, 6017, 9986, 8436, 6995, 7892, 6259, 8182, 6783], 'WindowCenter': [3751.0, 3713.0, 3730.0, 3696.0, 3672.0, 3673.0, 3684.0, 3714.0, 3696.0, 3696.0, 3706.0, 3707.0, 3694.0, 3705.0, 3693.0, 3702.0, 3724.0, 3715.0, 3723.0, 3682.0, 3694.0, 3693.0, 3693.0, 3735.0, 3715.0, 3682.0, 3691.0, 3680.0, 3679.0, 3679.0, 3682.0, 3713.0, 3704.0, 3691.0, 3691.0, 3682.0, 3672.0, 3702.0, 3705.0, 3715.0, 3692.0, 3693.0, 3692.0, 3692.0, 3681.0, 3713.0, 3703.0, 3722.0, 3680.0, 3668.0, 3679.0, 3680.0, 3679.0, 3680.0, 3670.0, 3679.0, 3679.0, 3670.0, 3680.0, 3670.0, 3722.0, 3679.0, 3680.0, 3670.0, 3682.0, 3690.0, 3702.0, 3683.0, 3671.0, 3694.0, 3681.0, 3680.0, 3683.0, 3723.0, 3705.0, 3692.0, 3681.0, 3693.0, 3704.0, 3693.0, 3694.0, 3703.0, 3695.0, 3693.0, 3692.0, 3683.0, 3725.0, 3694.0, 3703.0, 3692.0, 3682.0, 3690.0, 3683.0, 3735.0, 3725.0, 3681.0, 3681.0, 3680.0, 3689.0, 3681.0, 3681.0, 3723.0, 3680.0, 3701.0, 3681.0, 3669.0, 3678.0, 3679.0, 3689.0, 3680.0, 3689.0, 3722.0, 3680.0, 3689.0, 3679.0, 3667.0, 3678.0, 3678.0, 3720.0, 3691.0, 3669.0, 3668.0, 3678.0, 3700.0, 3692.0, 3693.0, 3679.0, 3692.0, 3679.0, 3679.0, 3668.0, 3689.0, 3680.0, 3690.0, 3679.0, 3678.0, 3680.0, 3669.0, 3711.0, 3693.0, 3689.0, 3670.0, 3693.0, 3695.0, 3692.0, 3723.0, 3701.0, 3680.0, 3732.0, 3713.0, 3702.0, 3690.0, 3691.0, 3667.0, 3689.0, 3679.0, 3721.0, 3700.0, 3677.0, 3657.0, 3667.0, 3667.0, 3667.0, 3699.0, 3689.0, 3666.0, 3667.0, 3679.0, 3667.0, 3668.0, 3669.0, 3702.0, 3681.0, 3681.0, 3681.0, 3691.0, 3690.0, 3692.0, 3690.0, 3722.0, 3680.0, 3690.0, 3681.0, 3668.0, 3690.0, 3681.0, 3723.0, 3679.0, 3668.0, 3678.0, 3680.0, 3710.0, 3692.0, 3681.0, 3681.0, 3680.0, 3679.0, 3692.0, 3671.0, 3723.0, 3682.0, 3680.0, 3671.0, 3680.0, 3712.0, 3701.0, 3693.0, 3680.0, 3682.0, 3678.0, 3679.0, 3659.0, 3721.0, 3691.0, 3710.0, 3678.0, 3657.0, 3668.0, 3668.0, 3709.0, 3699.0, 3688.0, 3666.0, 3666.0, 3664.0, 3656.0, 3688.0, 3677.0, 3655.0, 3667.0, 3656.0, 3667.0, 3667.0, 3668.0, 3680.0, 3658.0, 3679.0, 3684.0, 3684.0, 3693.0, 3693.0, 3690.0, 3690.0, 3670.0, 3724.0, 3681.0, 3670.0, 3681.0, 3684.0, 3725.0, 3713.0, 3681.0, 3679.0, 3669.0, 3669.0, 3668.0, 3659.0, 3722.0, 3713.0, 3659.0, 3668.0, 3679.0, 3679.0, 3693.0, 3671.0, 3690.0, 3670.0, 3682.0, 3703.0, 3685.0, 3692.0, 3702.0, 3681.0, 3672.0, 3724.0, 3705.0, 3672.0, 3690.0, 3670.0, 3670.0, 3712.0, 3714.0, 3700.0, 3679.0, 3670.0, 3668.0, 3668.0, 3659.0, 3711.0, 3701.0, 3659.0, 3680.0, 3669.0, 3667.0, 3691.0, 3660.0, 3712.0, 3669.0, 3659.0, 3680.0, 3671.0, 3713.0, 3701.0, 3670.0, 3690.0, 3683.0, 3681.0, 3681.0, 3670.0, 3713.0, 3702.0, 3671.0, 3690.0, 3682.0, 3693.0, 3714.0, 3672.0, 3681.0, 3681.0, 3670.0, 3692.0, 3671.0, 3705.0, 3703.0, 3672.0, 3691.0, 3682.0, 3671.0, 3712.0, 3694.0, 3670.0, 3680.0, 3670.0, 3689.0, 3682.0, 3689.0, 3723.0, 3679.0, 3657.0, 3668.0, 3658.0, 3701.0, 3689.0, 3659.0, 3678.0, 3658.0, 3666.0, 3656.0, 3647.0, 3699.0, 3679.0, 3666.0, 3666.0, 3647.0, 3668.0, 3658.0, 3657.0, 3700.0, 3670.0, 3681.0, 3679.0, 3659.0, 3690.0, 3690.0, 3670.0, 3692.0, 3659.0, 3669.0, 3690.0, 3659.0, 3711.0, 3692.0, 3670.0, 3679.0, 3660.0, 3700.0, 3671.0, 3682.0, 3706.0, 3685.0, 3696.0, 3694.0, 3693.0, 3672.0, 3715.0, 3706.0, 3672.0, 3692.0, 3672.0, 3702.0, 3693.0, 3712.0, 3724.0, 3672.0, 3680.0, 3658.0, 3657.0, 3679.0, 3658.0, 3702.0, 3669.0, 3648.0, 3679.0, 3659.0, 3679.0, 3702.0, 3658.0, 3691.0, 3659.0, 3668.0, 3668.0, 3647.0, 3700.0, 3690.0, 3699.0, 3668.0, 3645.0, 3656.0, 3645.0, 3698.0, 3679.0, 3656.0, 3667.0, 3646.0, 3676.0, 3648.0, 3659.0, 3700.0, 3647.0, 3677.0, 3657.0, 3668.0, 3689.0, 3657.0, 3710.0, 3702.0, 3680.0, 3669.0, 3658.0, 3678.0, 3648.0, 3678.0, 3691.0, 3669.0, 3679.0, 3670.0, 3681.0, 3659.0, 3659.0, 3711.0, 3661.0, 3701.0, 3669.0, 3668.0, 3679.0, 3648.0, 3711.0, 3701.0, 3657.0, 3667.0, 3656.0, 3699.0, 3699.0, 3690.0, 3678.0, 3658.0, 3667.0, 3657.0, 3658.0, 3689.0, 3660.0, 3711.0, 3659.0, 3659.0, 3679.0, 3658.0, 3700.0, 3714.0, 3703.0, 3723.0, 3659.0, 3680.0, 3680.0, 3659.0, 3678.0, 3679.0, 3701.0, 3679.0, 3648.0, 3678.0, 3657.0, 3657.0, 3689.0, 3678.0, 3699.0, 3647.0, 3645.0, 3656.0, 3645.0, 3699.0, 3688.0, 3667.0, 3666.0, 3645.0, 3665.0, 3645.0, 3646.0, 3677.0, 3668.0, 3666.0, 3657.0, 3647.0, 3677.0, 3657.0, 3658.0, 3688.0, 3657.0, 3698.0, 3647.0, 3657.0, 3666.0, 3647.0, 3698.0, 3679.0, 3659.0, 3668.0, 3659.0, 3690.0, 3670.0, 3668.0, 3701.0, 3649.0, 3679.0, 3669.0, 3658.0, 3679.0, 3659.0, 3691.0, 3692.0, 3660.0, 3690.0, 3674.0, 3680.0, 3703.0, 3660.0, 3725.0, 3683.0, 3671.0, 3674.0, 3672.0, 3702.0, 3680.0, 3661.0, 3722.0, 3713.0, 3670.0, 3680.0, 3681.0, 3659.0, 3689.0, 3680.0, 3712.0, 3723.0, 3648.0, 3678.0, 3647.0, 3645.0, 3668.0, 3646.0, 3698.0, 3689.0, 3647.0, 3667.0, 3659.0, 3666.0, 3670.0, 3647.0, 3711.0, 3648.0, 3668.0, 3647.0, 3646.0, 3690.0, 3670.0, 3701.0, 3680.0, 3648.0, 3678.0, 3650.0, 3702.0, 3680.0, 3659.0, 3679.0, 3671.0, 3680.0, 3670.0, 3670.0, 3713.0, 3649.0, 3681.0, 3659.0, 3658.0, 3679.0, 3670.0, 3711.0, 3700.0, 3649.0, 3679.0, 3650.0, 3679.0, 3715.0, 3684.0, 3725.0, 3651.0, 3680.0, 3682.0, 3684.0, 3694.0, 3703.0, 3683.0, 3672.0, 3724.0, 3715.0, 3671.0, 3680.0, 3660.0, 3679.0, 3711.0, 3699.0, 3710.0, 3657.0, 3656.0, 3667.0, 3645.0, 3677.0, 3668.0, 3698.0, 3676.0, 3646.0, 3666.0, 3645.0, 3656.0, 3676.0, 3657.0, 3710.0, 3689.0, 3647.0, 3667.0, 3645.0, 3677.0, 3680.0, 3689.0, 3710.0, 3645.0, 3666.0, 3646.0, 3646.0, 3688.0, 3668.0, 3710.0, 3647.0, 3646.0, 3665.0, 3646.0, 3678.0, 3677.0, 3656.0, 3678.0, 3646.0, 3667.0, 3667.0, 3645.0, 3700.0, 3680.0, 3711.0, 3689.0, 3646.0, 3667.0, 3645.0, 3667.0, 3668.0, 3645.0, 3710.0, 3648.0, 3667.0, 3678.0, 3655.0, 3677.0, 3659.0, 3709.0, 3690.0, 3648.0, 3668.0, 3657.0, 3666.0, 3677.0, 3647.0, 3721.0, 3691.0, 3669.0, 3669.0, 3647.0, 3677.0, 3668.0, 3712.0, 3699.0, 3648.0, 3666.0, 3657.0, 3665.0, 3699.0, 3648.0, 3711.0, 3669.0, 3670.0, 3679.0, 3648.0, 3677.0, 3667.0, 3688.0, 3711.0, 3659.0, 3689.0, 3647.0, 3656.0, 3677.0, 3645.0, 3709.0, 3688.0, 3695.0, 3666.0, 3632.0, 3664.0, 3644.0, 3700.0, 3680.0, 3680.0, 3669.0, 3679.0, 3676.0, 3668.0, 3677.0, 3678.0, 3678.0, 3700.0, 3689.0, 3659.0, 3677.0, 3648.0, 3666.0, 3668.0, 3657.0, 3712.0, 3659.0, 3670.0, 3650.0, 3668.0, 3689.0, 3650.0, 3703.0, 3660.0, 3669.0, 3668.0, 3648.0, 3670.0, 3712.0, 3691.0, 3701.0, 3680.0, 3660.0, 3691.0, 3649.0, 3688.0, 3680.0, 3700.0, 3711.0, 3679.0, 3655.0, 3677.0, 3635.0, 3656.0, 3648.0, 3688.0, 3690.0, 3648.0, 3667.0, 3648.0, 3656.0, 3678.0, 3637.0, 3710.0, 3690.0, 3657.0, 3667.0, 3646.0, 3667.0, 3660.0, 3689.0, 3691.0, 3637.0, 3668.0, 3647.0, 3667.0, 3700.0, 3647.0, 3701.0, 3648.0, 3669.0, 3680.0, 3649.0, 3690.0, 3692.0, 3713.0, 3701.0, 3649.0, 3668.0, 3648.0, 3657.0, 3668.0, 3635.0, 3700.0, 3690.0, 3645.0, 3668.0, 3647.0, 3667.0, 3658.0, 3689.0, 3700.0, 3647.0, 3667.0, 3647.0, 3656.0, 3701.0, 3636.0, 3710.0, 3669.0, 3667.0, 3667.0, 3646.0, 3677.0, 3647.0, 3699.0, 3688.0, 3646.0, 3666.0, 3646.0, 3645.0, 3677.0, 3635.0, 3689.0, 3679.0, 3678.0, 3667.0, 3647.0, 3666.0, 3647.0, 3656.0, 3690.0, 3649.0, 3678.0, 3649.0, 3658.0, 3679.0, 3648.0, 3701.0, 3682.0, 3660.0, 3680.0, 3648.0, 3678.0, 3660.0], 'WindowWidth': [8452.0, 8383.0, 8394.0, 8341.0, 8302.0, 8304.0, 8319.0, 8360.0, 8340.0, 8339.0, 8354.0, 8355.0, 8334.0, 8348.0, 8329.0, 8338.0, 8372.0, 8361.0, 8368.0, 8312.0, 8331.0, 8327.0, 8327.0, 8385.0, 8359.0, 8311.0, 8322.0, 8306.0, 8302.0, 8304.0, 8312.0, 8356.0, 8344.0, 8324.0, 8323.0, 8313.0, 8299.0, 8341.0, 8349.0, 8361.0, 8326.0, 8329.0, 8326.0, 8328.0, 8310.0, 8357.0, 8341.0, 8365.0, 8308.0, 8289.0, 8303.0, 8306.0, 8303.0, 8307.0, 8291.0, 8304.0, 8305.0, 8295.0, 8306.0, 8294.0, 8365.0, 8306.0, 8308.0, 8293.0, 8314.0, 8322.0, 8340.0, 8317.0, 8299.0, 8335.0, 8312.0, 8309.0, 8318.0, 8370.0, 8351.0, 8329.0, 8313.0, 8330.0, 8346.0, 8333.0, 8334.0, 8344.0, 8336.0, 8330.0, 8328.0, 8317.0, 8376.0, 8335.0, 8342.0, 8327.0, 8313.0, 8324.0, 8319.0, 8390.0, 8377.0, 8311.0, 8311.0, 8309.0, 8319.0, 8314.0, 8312.0, 8371.0, 8308.0, 8335.0, 8309.0, 8291.0, 8302.0, 8304.0, 8317.0, 8307.0, 8317.0, 8367.0, 8308.0, 8319.0, 8305.0, 8286.0, 8304.0, 8303.0, 8362.0, 8322.0, 8292.0, 8289.0, 8303.0, 8336.0, 8326.0, 8329.0, 8306.0, 8327.0, 8305.0, 8305.0, 8290.0, 8321.0, 8309.0, 8320.0, 8307.0, 8305.0, 8309.0, 8295.0, 8353.0, 8330.0, 8321.0, 8298.0, 8330.0, 8337.0, 8329.0, 8369.0, 8336.0, 8308.0, 8381.0, 8356.0, 8339.0, 8320.0, 8322.0, 8284.0, 8319.0, 8305.0, 8365.0, 8333.0, 8299.0, 8272.0, 8285.0, 8285.0, 8287.0, 8331.0, 8318.0, 8284.0, 8285.0, 8304.0, 8285.0, 8289.0, 8293.0, 8341.0, 8313.0, 8314.0, 8313.0, 8326.0, 8323.0, 8327.0, 8323.0, 8369.0, 8310.0, 8323.0, 8311.0, 8290.0, 8324.0, 8311.0, 8369.0, 8307.0, 8291.0, 8302.0, 8307.0, 8348.0, 8329.0, 8314.0, 8312.0, 8311.0, 8306.0, 8328.0, 8298.0, 8371.0, 8313.0, 8310.0, 8298.0, 8308.0, 8353.0, 8340.0, 8331.0, 8308.0, 8313.0, 8304.0, 8307.0, 8279.0, 8365.0, 8325.0, 8346.0, 8302.0, 8271.0, 8286.0, 8288.0, 8344.0, 8331.0, 8312.0, 8282.0, 8281.0, 8276.0, 8269.0, 8313.0, 8299.0, 8267.0, 8283.0, 8269.0, 8284.0, 8285.0, 8289.0, 8307.0, 8277.0, 8308.0, 8325.0, 8325.0, 8335.0, 8333.0, 8325.0, 8324.0, 8297.0, 8374.0, 8312.0, 8295.0, 8311.0, 8321.0, 8376.0, 8359.0, 8310.0, 8305.0, 8293.0, 8289.0, 8288.0, 8278.0, 8366.0, 8357.0, 8279.0, 8288.0, 8305.0, 8305.0, 8327.0, 8298.0, 8320.0, 8296.0, 8317.0, 8346.0, 8325.0, 8328.0, 8340.0, 8310.0, 8300.0, 8372.0, 8347.0, 8299.0, 8321.0, 8294.0, 8294.0, 8353.0, 8357.0, 8333.0, 8301.0, 8291.0, 8287.0, 8288.0, 8278.0, 8349.0, 8336.0, 8277.0, 8305.0, 8290.0, 8286.0, 8324.0, 8281.0, 8354.0, 8291.0, 8277.0, 8307.0, 8298.0, 8356.0, 8338.0, 8294.0, 8318.0, 8318.0, 8311.0, 8310.0, 8295.0, 8355.0, 8339.0, 8297.0, 8321.0, 8313.0, 8330.0, 8358.0, 8299.0, 8309.0, 8310.0, 8294.0, 8326.0, 8299.0, 8347.0, 8343.0, 8299.0, 8324.0, 8313.0, 8297.0, 8355.0, 8332.0, 8295.0, 8306.0, 8295.0, 8316.0, 8311.0, 8317.0, 8369.0, 8305.0, 8273.0, 8287.0, 8276.0, 8334.0, 8317.0, 8277.0, 8299.0, 8274.0, 8282.0, 8269.0, 8260.0, 8330.0, 8304.0, 8282.0, 8281.0, 8258.0, 8285.0, 8275.0, 8274.0, 8335.0, 8296.0, 8309.0, 8304.0, 8280.0, 8320.0, 8322.0, 8295.0, 8324.0, 8279.0, 8289.0, 8319.0, 8279.0, 8349.0, 8327.0, 8292.0, 8305.0, 8282.0, 8333.0, 8298.0, 8314.0, 8352.0, 8324.0, 8339.0, 8334.0, 8331.0, 8302.0, 8360.0, 8351.0, 8299.0, 8327.0, 8301.0, 8339.0, 8328.0, 8352.0, 8372.0, 8298.0, 8304.0, 8273.0, 8271.0, 8303.0, 8276.0, 8337.0, 8290.0, 8261.0, 8301.0, 8277.0, 8304.0, 8338.0, 8277.0, 8320.0, 8277.0, 8286.0, 8288.0, 8261.0, 8334.0, 8320.0, 8330.0, 8286.0, 8251.0, 8266.0, 8254.0, 8328.0, 8303.0, 8269.0, 8284.0, 8256.0, 8294.0, 8262.0, 8276.0, 8333.0, 8261.0, 8297.0, 8272.0, 8287.0, 8316.0, 8273.0, 8348.0, 8340.0, 8306.0, 8291.0, 8277.0, 8300.0, 8262.0, 8300.0, 8323.0, 8291.0, 8302.0, 8294.0, 8308.0, 8278.0, 8277.0, 8351.0, 8286.0, 8338.0, 8293.0, 8289.0, 8303.0, 8262.0, 8349.0, 8336.0, 8271.0, 8283.0, 8270.0, 8329.0, 8330.0, 8317.0, 8300.0, 8275.0, 8285.0, 8270.0, 8273.0, 8317.0, 8280.0, 8351.0, 8278.0, 8279.0, 8303.0, 8275.0, 8334.0, 8357.0, 8342.0, 8369.0, 8280.0, 8306.0, 8306.0, 8275.0, 8299.0, 8302.0, 8336.0, 8302.0, 8261.0, 8300.0, 8272.0, 8271.0, 8316.0, 8301.0, 8329.0, 8257.0, 8251.0, 8266.0, 8253.0, 8328.0, 8312.0, 8284.0, 8279.0, 8253.0, 8278.0, 8253.0, 8255.0, 8298.0, 8287.0, 8280.0, 8272.0, 8260.0, 8296.0, 8271.0, 8273.0, 8316.0, 8274.0, 8329.0, 8258.0, 8271.0, 8282.0, 8258.0, 8327.0, 8304.0, 8277.0, 8286.0, 8277.0, 8321.0, 8294.0, 8288.0, 8335.0, 8263.0, 8301.0, 8290.0, 8274.0, 8304.0, 8279.0, 8323.0, 8325.0, 8281.0, 8319.0, 8305.0, 8308.0, 8342.0, 8282.0, 8375.0, 8317.0, 8298.0, 8306.0, 8301.0, 8337.0, 8305.0, 8283.0, 8366.0, 8355.0, 8295.0, 8307.0, 8307.0, 8276.0, 8315.0, 8306.0, 8348.0, 8366.0, 8259.0, 8298.0, 8257.0, 8251.0, 8286.0, 8257.0, 8327.0, 8315.0, 8256.0, 8283.0, 8275.0, 8282.0, 8293.0, 8258.0, 8349.0, 8260.0, 8286.0, 8258.0, 8256.0, 8320.0, 8292.0, 8334.0, 8304.0, 8261.0, 8300.0, 8267.0, 8338.0, 8308.0, 8279.0, 8303.0, 8298.0, 8306.0, 8295.0, 8292.0, 8353.0, 8265.0, 8308.0, 8277.0, 8275.0, 8304.0, 8293.0, 8351.0, 8333.0, 8263.0, 8303.0, 8266.0, 8304.0, 8359.0, 8320.0, 8376.0, 8271.0, 8308.0, 8310.0, 8319.0, 8332.0, 8340.0, 8314.0, 8297.0, 8370.0, 8359.0, 8294.0, 8305.0, 8279.0, 8301.0, 8347.0, 8327.0, 8343.0, 8268.0, 8266.0, 8279.0, 8249.0, 8297.0, 8285.0, 8324.0, 8292.0, 8253.0, 8278.0, 8251.0, 8267.0, 8293.0, 8271.0, 8345.0, 8315.0, 8257.0, 8283.0, 8252.0, 8296.0, 8305.0, 8314.0, 8342.0, 8252.0, 8278.0, 8254.0, 8254.0, 8314.0, 8286.0, 8345.0, 8258.0, 8254.0, 8277.0, 8255.0, 8300.0, 8298.0, 8268.0, 8297.0, 8255.0, 8283.0, 8283.0, 8251.0, 8330.0, 8304.0, 8345.0, 8315.0, 8255.0, 8281.0, 8251.0, 8282.0, 8287.0, 8253.0, 8345.0, 8258.0, 8284.0, 8298.0, 8266.0, 8296.0, 8275.0, 8342.0, 8317.0, 8259.0, 8286.0, 8271.0, 8281.0, 8298.0, 8258.0, 8361.0, 8321.0, 8288.0, 8289.0, 8259.0, 8296.0, 8286.0, 8349.0, 8328.0, 8260.0, 8280.0, 8270.0, 8279.0, 8329.0, 8261.0, 8349.0, 8290.0, 8291.0, 8302.0, 8261.0, 8296.0, 8286.0, 8314.0, 8348.0, 8275.0, 8314.0, 8257.0, 8267.0, 8295.0, 8253.0, 8341.0, 8312.0, 8316.0, 8279.0, 8230.0, 8274.0, 8250.0, 8332.0, 8308.0, 8307.0, 8290.0, 8305.0, 8293.0, 8288.0, 8299.0, 8300.0, 8303.0, 8332.0, 8317.0, 8274.0, 8297.0, 8261.0, 8282.0, 8287.0, 8270.0, 8353.0, 8278.0, 8292.0, 8265.0, 8287.0, 8317.0, 8268.0, 8340.0, 8280.0, 8289.0, 8285.0, 8261.0, 8294.0, 8350.0, 8321.0, 8331.0, 8304.0, 8279.0, 8321.0, 8261.0, 8310.0, 8303.0, 8330.0, 8345.0, 8298.0, 8263.0, 8294.0, 8237.0, 8265.0, 8259.0, 8312.0, 8318.0, 8257.0, 8282.0, 8258.0, 8266.0, 8298.0, 8244.0, 8344.0, 8316.0, 8268.0, 8281.0, 8253.0, 8281.0, 8279.0, 8315.0, 8320.0, 8244.0, 8286.0, 8258.0, 8284.0, 8332.0, 8258.0, 8334.0, 8262.0, 8288.0, 8305.0, 8264.0, 8319.0, 8325.0, 8351.0, 8335.0, 8263.0, 8286.0, 8258.0, 8267.0, 8284.0, 8238.0, 8331.0, 8318.0, 8252.0, 8284.0, 8257.0, 8281.0, 8272.0, 8313.0, 8331.0, 8257.0, 8282.0, 8256.0, 8267.0, 8333.0, 8243.0, 8346.0, 8288.0, 8282.0, 8282.0, 8252.0, 8294.0, 8255.0, 8326.0, 8312.0, 8252.0, 8280.0, 8253.0, 8250.0, 8294.0, 8238.0, 8314.0, 8300.0, 8298.0, 8282.0, 8256.0, 8280.0, 8257.0, 8268.0, 8318.0, 8262.0, 8299.0, 8263.0, 8275.0, 8302.0, 8260.0, 8334.0, 8311.0, 8277.0, 8305.0, 8261.0, 8299.0, 8278.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.0032526206896551723</td></tr>
<tr><td colspan=3>aqi</td><td>0.03287738793103448</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.81525022566163</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.142629502324511</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9966328639815883</td></tr>
<tr><td colspan=3>efc</td><td>0.4355</td></tr>
<tr><td colspan=3>fber</td><td>7760.7275</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1391131486342919</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>124</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.25287356321839</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.388699435506522</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.26336021876456</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.594278665420304</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.308459422334701</td></tr>
<tr><td colspan=3>gcor</td><td>0.007258</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018101712688803673</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02055020071566105</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9300112932168125</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.8357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.1592</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.5172</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>314095.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>286.5786</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2723</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.9454</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3006.7642</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>62449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>806.607</td></tr>
<tr><td colspan=3>tsnr</td><td>34.95879203500226</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>