<?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-0112_ses-02_task-faces_acq-mb8_run-02_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-0112_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0112_suffix-bold_task-faces" 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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0112_suffix-bold_task-faces" 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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-02_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-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-faces_acq-mb8_run-02_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-0112/ses-02/func/sub-0112_ses-02_task-faces_acq-mb8_run-02_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>196ee9d4133acfbd53326284639752a1</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:25:50.800000</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.996088, 0.0649093, 0.0599567, -0.0644141, 0.997872, -0.0101578]</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-02_task-faces_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.0879201</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4232, -7789, -7268, 216, -179, -170, -29, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>806fac58-0c2b-4ed1-9d0a-a2b5dcdab72d||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.6724321842193604, -0.17281833291053772, 0.16331878304481506, 115.25556182861328], [-0.17414698004722595, 2.6772165298461914, -0.016891341656446457, -98.87989044189453], [0.16085948050022125, 0.02725275605916977, 2.695003032684326, -76.5939712524414], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['142550.800000', '142551.260000', '142551.720000', '142552.180000', '142552.640000', '142553.100000', '142553.560000', '142554.020000', '142554.480000', '142554.940000', '142555.400000', '142555.860000', '142556.320000', '142556.780000', '142557.240000', '142557.700000', '142558.160000', '142558.620000', '142559.080000', '142559.540000', '142600.000000', '142600.460000', '142600.920000', '142601.380000', '142601.840000', '142602.300000', '142602.760000', '142603.220000', '142603.680000', '142604.140000', '142604.600000', '142605.060000', '142605.520000', '142605.980000', '142606.440000', '142606.900000', '142607.360000', '142607.820000', '142608.280000', '142608.740000', '142609.200000', '142609.660000', '142610.120000', '142610.580000', '142611.040000', '142611.500000', '142611.960000', '142612.420000', '142612.880000', '142613.340000', '142613.800000', '142614.260000', '142614.720000', '142615.180000', '142615.640000', '142616.100000', '142616.560000', '142617.020000', '142617.480000', '142617.940000', '142618.400000', '142618.860000', '142619.320000', '142619.780000', '142620.240000', '142620.700000', '142621.160000', '142621.620000', '142622.080000', '142622.540000', '142623.000000', '142623.460000', '142623.920000', '142624.380000', '142624.840000', '142625.300000', '142625.760000', '142626.220000', '142626.680000', '142627.140000', '142627.600000', '142628.060000', '142628.520000', '142628.980000', '142629.440000', '142629.900000', '142630.360000', '142630.820000', '142631.280000', '142631.740000', '142632.200000', '142632.660000', '142633.120000', '142633.580000', '142634.040000', '142634.500000', '142634.960000', '142635.420000', '142635.880000', '142636.340000', '142636.800000', '142637.260000', '142637.720000', '142638.180000', '142638.640000', '142639.100000', '142639.560000', '142640.020000', '142640.480000', '142640.940000', '142641.400000', '142641.860000', '142642.320000', '142642.780000', '142643.240000', '142643.700000', '142644.160000', '142644.620000', '142645.080000', '142645.540000', '142646.000000', '142646.460000', '142646.920000', '142647.380000', '142647.840000', '142648.300000', '142648.760000', '142649.220000', '142649.680000', '142650.140000', '142650.600000', '142651.060000', '142651.520000', '142651.980000', '142652.440000', '142652.900000', '142653.360000', '142653.820000', '142654.280000', '142654.740000', '142655.200000', '142655.660000', '142656.120000', '142656.580000', '142657.040000', '142657.500000', '142657.960000', '142658.420000', '142658.880000', '142659.340000', '142659.800000', '142700.260000', '142700.720000', '142701.180000', '142701.640000', '142702.100000', '142702.560000', '142703.020000', '142703.480000', '142703.940000', '142704.400000', '142704.860000', '142705.320000', '142705.780000', '142706.240000', '142706.700000', '142707.160000', '142707.620000', '142708.080000', '142708.540000', '142709.000000', '142709.460000', '142709.920000', '142710.380000', '142710.840000', '142711.300000', '142711.760000', '142712.220000', '142712.680000', '142713.140000', '142713.600000', '142714.060000', '142714.520000', '142714.980000', '142715.440000', '142715.900000', '142716.360000', '142716.820000', '142717.280000', '142717.740000', '142718.200000', '142718.660000', '142719.120000', '142719.580000', '142720.040000', '142720.500000', '142720.960000', '142721.420000', '142721.880000', '142722.340000', '142722.800000', '142723.260000', '142723.720000', '142724.180000', '142724.640000', '142725.100000', '142725.560000', '142726.020000', '142726.480000', '142726.940000', '142727.400000', '142727.860000', '142728.320000', '142728.780000', '142729.240000', '142729.700000', '142730.160000', '142730.620000', '142731.080000', '142731.540000', '142732.000000', '142732.460000', '142732.920000', '142733.380000', '142733.840000', '142734.300000', '142734.760000', '142735.220000', '142735.680000', '142736.140000', '142736.600000', '142737.060000', '142737.520000', '142737.980000', '142738.440000', '142738.900000', '142739.360000', '142739.820000', '142740.280000', '142740.740000', '142741.200000', '142741.660000', '142742.120000', '142742.580000', '142743.040000', '142743.500000', '142743.960000', '142744.420000', '142744.880000', '142745.340000', '142745.800000', '142746.260000', '142746.720000', '142747.180000', '142747.640000', '142748.100000', '142748.560000', '142749.020000', '142749.480000', '142749.940000', '142750.400000', '142750.860000', '142751.320000', '142751.780000', '142752.240000', '142752.700000', '142753.160000', '142753.620000', '142754.080000', '142754.540000', '142755.000000', '142755.460000', '142755.920000', '142756.380000', '142756.840000', '142757.300000', '142757.760000', '142758.220000', '142758.680000', '142759.140000', '142759.600000', '142800.060000', '142800.520000', '142800.980000', '142801.440000', '142801.900000', '142802.360000', '142802.820000', '142803.280000', '142803.740000', '142804.200000', '142804.660000', '142805.120000', '142805.580000', '142806.040000', '142806.500000', '142806.960000', '142807.420000', '142807.880000', '142808.340000', '142808.800000', '142809.260000', '142809.720000', '142810.180000', '142810.640000', '142811.100000', '142811.560000', '142812.020000', '142812.480000', '142812.940000', '142813.400000', '142813.860000', '142814.320000', '142814.780000', '142815.240000', '142815.700000', '142816.160000', '142816.620000', '142817.080000', '142817.540000', '142818.000000', '142818.460000', '142818.920000', '142819.380000', '142819.840000', '142820.300000', '142820.760000', '142821.220000', '142821.680000', '142822.140000', '142822.600000', '142823.060000', '142823.520000', '142823.980000', '142824.440000', '142824.900000', '142825.360000', '142825.820000', '142826.280000', '142826.740000', '142827.200000', '142827.660000', '142828.120000', '142828.580000', '142829.040000', '142829.500000', '142829.960000', '142830.420000', '142830.880000', '142831.340000', '142831.800000', '142832.260000', '142832.720000', '142833.180000', '142833.640000', '142834.100000', '142834.560000', '142835.020000', '142835.480000', '142835.940000', '142836.400000', '142836.860000', '142837.320000', '142837.780000', '142838.240000', '142838.700000', '142839.160000', '142839.620000', '142840.080000', '142840.540000', '142841.000000', '142841.460000', '142841.920000', '142842.380000', '142842.840000', '142843.300000', '142843.760000', '142844.220000', '142844.680000', '142845.140000', '142845.600000', '142846.060000', '142846.520000', '142846.980000', '142847.440000', '142847.900000', '142848.360000', '142848.820000', '142849.280000', '142849.740000', '142850.200000', '142850.660000', '142851.120000', '142851.580000', '142852.040000', '142852.500000', '142852.960000', '142853.420000', '142853.880000', '142854.340000', '142854.800000', '142855.260000', '142855.720000', '142856.180000', '142856.640000', '142857.100000', '142857.560000', '142858.020000', '142858.480000', '142858.940000', '142859.400000', '142859.860000', '142900.320000', '142900.780000', '142901.240000', '142901.700000', '142902.160000', '142902.620000', '142903.080000', '142903.540000', '142904.000000', '142904.460000', '142904.920000', '142905.380000', '142905.840000', '142906.300000', '142906.760000', '142907.220000', '142907.680000', '142908.140000', '142908.600000', '142909.060000', '142909.520000', '142909.980000', '142910.440000', '142910.900000', '142911.360000', '142911.820000', '142912.280000', '142912.740000', '142913.200000', '142913.660000', '142914.120000', '142914.580000', '142915.040000', '142915.500000', '142915.960000', '142916.420000', '142916.880000', '142917.340000', '142917.800000', '142918.260000', '142918.720000', '142919.180000', '142919.640000', '142920.100000', '142920.560000', '142921.020000', '142921.480000', '142921.940000', '142922.400000', '142922.860000', '142923.320000', '142923.780000', '142924.240000', '142924.700000', '142925.160000', '142925.620000', '142926.080000', '142926.540000', '142927.000000', '142927.460000', '142927.920000', '142928.380000', '142928.840000', '142929.300000', '142929.760000', '142930.220000', '142930.680000', '142931.140000', '142931.600000', '142932.060000', '142932.520000', '142932.980000', '142933.440000', '142933.900000', '142934.360000', '142934.820000', '142935.280000', '142935.740000', '142936.200000', '142936.660000', '142937.120000', '142937.580000', '142938.040000', '142938.500000', '142938.960000', '142939.420000', '142939.880000', '142940.340000', '142940.800000', '142941.260000', '142941.720000', '142942.180000', '142942.640000', '142943.100000', '142943.560000', '142944.020000', '142944.480000', '142944.940000', '142945.400000', '142945.860000', '142946.320000', '142946.780000', '142947.240000', '142947.700000', '142948.160000', '142948.620000', '142949.080000', '142949.540000', '142950.000000', '142950.460000', '142950.920000', '142951.380000', '142951.840000', '142952.300000', '142952.760000', '142953.220000', '142953.680000', '142954.140000', '142954.600000', '142955.060000', '142955.520000', '142955.980000', '142956.440000', '142956.900000', '142957.360000', '142957.820000', '142958.280000', '142958.740000', '142959.200000', '142959.660000', '143000.120000', '143000.580000', '143001.040000', '143001.500000', '143001.960000', '143002.420000', '143002.880000', '143003.340000', '143003.800000', '143004.260000', '143004.720000', '143005.180000', '143005.640000', '143006.100000', '143006.560000', '143007.020000', '143007.480000', '143007.940000', '143008.400000', '143008.860000', '143009.320000', '143009.780000', '143010.240000', '143010.700000', '143011.160000', '143011.620000', '143012.080000', '143012.540000', '143013.000000', '143013.460000', '143013.920000', '143014.380000', '143014.840000', '143015.300000', '143015.760000', '143016.220000', '143016.680000', '143017.140000', '143017.600000', '143018.060000', '143018.520000', '143018.980000', '143019.440000', '143019.900000', '143020.360000', '143020.820000', '143021.280000', '143021.740000', '143022.200000', '143022.660000', '143023.120000', '143023.580000', '143024.040000', '143024.500000', '143024.960000', '143025.420000', '143025.880000', '143026.340000', '143026.800000', '143027.260000', '143027.720000', '143028.180000', '143028.640000', '143029.100000', '143029.560000', '143030.020000', '143030.480000', '143030.940000', '143031.400000', '143031.860000', '143032.320000', '143032.780000', '143033.240000', '143033.700000', '143034.160000', '143034.620000', '143035.080000', '143035.540000', '143036.000000', '143036.460000', '143036.920000', '143037.380000', '143037.840000', '143038.300000', '143038.760000', '143039.220000', '143039.680000', '143040.140000', '143040.600000', '143041.060000', '143041.520000', '143041.980000', '143042.440000', '143042.900000', '143043.360000', '143043.820000', '143044.280000', '143044.740000', '143045.200000', '143045.660000', '143046.120000', '143046.580000', '143047.040000', '143047.500000', '143047.960000', '143048.420000', '143048.880000', '143049.340000', '143049.800000', '143050.260000', '143050.720000', '143051.180000', '143051.640000', '143052.100000', '143052.560000', '143053.020000', '143053.480000', '143053.940000', '143054.400000', '143054.860000', '143055.320000', '143055.780000', '143056.240000', '143056.700000', '143057.160000', '143057.620000', '143058.080000', '143058.540000', '143059.000000', '143059.460000', '143059.920000', '143100.380000', '143100.840000', '143101.300000', '143101.760000', '143102.220000', '143102.680000', '143103.140000', '143103.600000', '143104.060000', '143104.520000', '143104.980000', '143105.440000', '143105.900000', '143106.360000', '143106.820000', '143107.280000', '143107.740000', '143108.200000', '143108.660000', '143109.120000', '143109.580000', '143110.040000', '143110.500000', '143110.960000', '143111.420000', '143111.880000', '143112.340000', '143112.800000', '143113.260000', '143113.720000', '143114.180000', '143114.640000', '143115.100000', '143115.560000', '143116.020000', '143116.480000', '143116.940000', '143117.400000', '143117.860000', '143118.320000', '143118.780000', '143119.240000', '143119.700000', '143120.160000', '143120.620000', '143121.080000', '143121.540000', '143122.000000', '143122.460000', '143122.920000', '143123.380000', '143123.840000', '143124.300000', '143124.760000', '143125.220000', '143125.680000', '143126.140000', '143126.600000', '143127.060000', '143127.520000', '143127.980000', '143128.440000', '143128.900000', '143129.360000', '143129.820000', '143130.280000', '143130.740000', '143131.200000', '143131.660000', '143132.120000', '143132.580000', '143133.040000', '143133.500000', '143133.960000', '143134.420000', '143134.880000', '143135.340000', '143135.800000', '143136.260000', '143136.720000', '143137.180000', '143137.640000', '143138.100000', '143138.560000', '143139.020000', '143139.480000', '143139.940000', '143140.400000', '143140.860000', '143141.320000', '143141.780000', '143142.240000', '143142.700000', '143143.160000', '143143.620000', '143144.080000', '143144.540000', '143145.000000', '143145.460000', '143145.920000', '143146.380000', '143146.840000', '143147.300000', '143147.760000', '143148.220000', '143148.680000', '143149.140000', '143149.600000', '143150.060000', '143150.520000', '143150.980000', '143151.440000', '143151.900000', '143152.360000', '143152.820000', '143153.280000', '143153.740000', '143154.200000', '143154.660000', '143155.120000', '143155.580000', '143156.040000', '143156.500000', '143156.960000', '143157.420000', '143157.880000', '143158.340000', '143158.800000', '143159.260000', '143159.720000', '143200.180000', '143200.640000', '143201.100000', '143201.560000', '143202.020000', '143202.480000', '143202.940000', '143203.400000', '143203.860000', '143204.320000', '143204.780000', '143205.240000', '143205.700000', '143206.160000', '143206.620000', '143207.080000', '143207.540000', '143208.000000', '143208.460000', '143208.920000', '143209.380000', '143209.840000', '143210.300000', '143210.760000', '143211.220000', '143211.680000', '143212.140000', '143212.600000', '143213.060000', '143213.520000', '143213.980000', '143214.440000', '143214.900000', '143215.360000', '143215.820000', '143216.280000', '143216.740000', '143217.200000', '143217.660000', '143218.120000', '143218.580000', '143219.040000', '143219.500000', '143219.960000', '143220.420000', '143220.880000', '143221.340000', '143221.800000', '143222.260000', '143222.720000', '143223.180000', '143223.640000', '143224.100000', '143224.560000', '143225.020000', '143225.480000', '143225.940000', '143226.400000', '143226.860000', '143227.320000', '143227.780000', '143228.240000', '143228.700000', '143229.160000', '143229.620000', '143230.080000', '143230.540000', '143231.000000', '143231.460000', '143231.920000', '143232.380000', '143232.840000', '143233.300000', '143233.760000', '143234.220000', '143234.680000', '143235.140000', '143235.600000', '143236.060000', '143236.520000', '143236.980000', '143237.440000', '143237.900000', '143238.360000', '143238.820000', '143239.280000', '143239.740000', '143240.200000', '143240.660000', '143241.120000', '143241.580000', '143242.040000', '143242.500000', '143242.960000', '143243.420000', '143243.880000', '143244.340000', '143244.800000', '143245.260000', '143245.720000', '143246.180000', '143246.640000', '143247.100000', '143247.560000', '143248.020000', '143248.480000', '143248.940000', '143249.400000', '143249.860000', '143250.320000', '143250.780000'], 'ContentTime': ['142602.733000', '142602.736000', '142602.739000', '142602.741000', '142602.744000', '142602.747000', '142602.749000', '142602.752000', '142602.754000', '142602.757000', '142602.759000', '142602.762000', '142602.764000', '142602.767000', '142602.770000', '142602.772000', '142602.775000', '142602.777000', '142602.780000', '142602.782000', '142602.785000', '142602.787000', '142602.790000', '142622.698000', '142622.701000', '142622.704000', '142622.706000', '142622.709000', '142622.711000', '142622.714000', '142622.716000', '142622.719000', '142622.722000', '142622.724000', '142622.727000', '142622.729000', '142622.735000', '142622.738000', '142622.740000', '142622.743000', '142622.745000', '142622.758000', '142622.761000', '142622.763000', '142622.766000', '142622.769000', '142622.771000', '142622.774000', '142622.776000', '142622.779000', '142622.781000', '142622.784000', '142622.786000', '142622.789000', '142622.791000', '142622.794000', '142622.797000', '142622.799000', '142622.802000', '142622.804000', '142622.807000', '142622.809000', '142622.812000', '142622.815000', '142622.825000', '142622.827000', '142622.830000', '142642.698000', '142642.701000', '142642.704000', '142642.706000', '142642.709000', '142642.712000', '142642.714000', '142642.717000', '142642.719000', '142642.722000', '142642.724000', '142642.727000', '142642.730000', '142642.732000', '142642.735000', '142642.737000', '142642.740000', '142642.743000', '142642.745000', '142642.748000', '142642.750000', '142642.753000', '142642.755000', '142642.758000', '142642.761000', '142642.763000', '142642.766000', '142642.768000', '142642.771000', '142642.773000', '142642.776000', '142642.779000', '142642.781000', '142642.784000', '142642.800000', '142642.803000', '142642.805000', '142642.808000', '142642.810000', '142642.813000', '142642.815000', '142642.818000', '142642.821000', '142702.700000', '142702.702000', '142702.705000', '142702.708000', '142702.710000', '142702.713000', '142702.715000', '142702.718000', '142702.720000', '142702.723000', '142702.726000', '142702.728000', '142702.731000', '142702.733000', '142702.736000', '142702.739000', '142702.741000', '142702.744000', '142702.746000', '142702.749000', '142702.751000', '142702.754000', '142702.757000', '142702.759000', '142702.762000', '142702.765000', '142702.767000', '142702.770000', '142702.772000', '142702.780000', '142702.783000', '142702.786000', '142702.788000', '142702.791000', '142702.793000', '142702.796000', '142702.798000', '142702.801000', '142702.804000', '142702.806000', '142702.809000', '142702.811000', '142702.814000', '142702.816000', '142722.699000', '142722.702000', '142722.705000', '142722.707000', '142722.710000', '142722.713000', '142722.715000', '142722.718000', '142722.720000', '142722.723000', '142722.725000', '142722.728000', '142722.731000', '142722.733000', '142722.736000', '142722.738000', '142722.741000', '142722.744000', '142722.746000', '142722.749000', '142722.751000', '142722.754000', '142722.756000', '142722.759000', '142722.762000', '142722.764000', '142722.767000', '142722.769000', '142722.772000', '142722.775000', '142722.777000', '142722.780000', '142722.782000', '142722.785000', '142722.788000', '142722.790000', '142722.793000', '142722.795000', '142722.798000', '142722.801000', '142722.803000', '142722.806000', '142722.808000', '142742.698000', '142742.701000', '142742.704000', '142742.706000', '142742.709000', '142742.712000', '142742.714000', '142742.717000', '142742.720000', '142742.723000', '142742.726000', '142742.728000', '142742.731000', '142742.734000', '142742.736000', '142742.739000', '142742.741000', '142742.744000', '142742.747000', '142742.749000', '142742.752000', '142742.754000', '142742.757000', '142742.760000', '142742.762000', '142742.765000', '142742.767000', '142742.770000', '142742.773000', '142742.775000', '142742.778000', '142742.781000', '142742.783000', '142742.786000', '142742.788000', '142742.791000', '142742.793000', '142742.796000', '142742.799000', '142742.801000', '142742.804000', '142742.806000', '142742.809000', '142802.699000', '142802.701000', '142802.704000', '142802.707000', '142802.709000', '142802.712000', '142802.714000', '142802.717000', '142802.719000', '142802.722000', '142802.725000', '142802.727000', '142802.730000', '142802.732000', '142802.735000', '142802.738000', '142802.740000', '142802.743000', '142802.745000', '142802.748000', '142802.751000', '142802.753000', '142802.756000', '142802.758000', '142802.761000', '142802.764000', '142802.766000', '142802.769000', '142802.795000', '142802.797000', '142802.800000', '142802.803000', '142802.805000', '142802.808000', '142802.810000', '142802.813000', '142802.816000', '142802.818000', '142802.821000', '142802.823000', '142802.826000', '142802.829000', '142802.833000', '142802.835000', '142822.699000', '142822.701000', '142822.704000', '142822.707000', '142822.709000', '142822.712000', '142822.715000', '142822.718000', '142822.721000', '142822.723000', '142822.726000', '142822.728000', '142822.731000', '142822.734000', '142822.736000', '142822.739000', '142822.742000', '142822.744000', '142822.747000', '142822.749000', '142822.752000', '142822.754000', '142822.757000', '142822.759000', '142822.762000', '142822.765000', '142822.768000', '142822.771000', '142822.773000', '142822.776000', '142822.779000', '142822.781000', '142822.784000', '142822.786000', '142822.789000', '142822.792000', '142822.794000', '142822.797000', '142822.799000', '142822.802000', '142822.805000', '142822.807000', '142822.810000', '142822.812000', '142842.699000', '142842.701000', '142842.704000', '142842.707000', '142842.709000', '142842.712000', '142842.714000', '142842.717000', '142842.719000', '142842.722000', '142842.725000', '142842.727000', '142842.730000', '142842.732000', '142842.735000', '142842.738000', '142842.740000', '142842.743000', '142842.746000', '142842.748000', '142842.751000', '142842.753000', '142842.756000', '142842.759000', '142842.761000', '142842.764000', '142842.766000', '142842.769000', '142842.771000', '142842.774000', '142842.777000', '142842.779000', '142842.782000', '142842.784000', '142842.787000', '142842.790000', '142842.792000', '142842.795000', '142842.797000', '142842.800000', '142842.803000', '142842.805000', '142842.808000', '142902.699000', '142902.702000', '142902.704000', '142902.707000', '142902.710000', '142902.712000', '142902.715000', '142902.718000', '142902.720000', '142902.723000', '142902.725000', '142902.728000', '142902.731000', '142902.733000', '142902.736000', '142902.738000', '142902.741000', '142902.743000', '142902.746000', '142902.749000', '142902.751000', '142902.754000', '142902.757000', '142902.759000', '142902.762000', '142902.765000', '142902.767000', '142902.770000', '142902.772000', '142902.775000', '142902.778000', '142902.780000', '142902.783000', '142902.785000', '142902.788000', '142902.790000', '142902.793000', '142902.796000', '142902.798000', '142902.801000', '142902.804000', '142902.807000', '142902.809000', '142922.699000', '142922.702000', '142922.705000', '142922.707000', '142922.710000', '142922.713000', '142922.715000', '142922.718000', '142922.720000', '142922.723000', '142922.726000', '142922.728000', '142922.731000', '142922.734000', '142922.736000', '142922.739000', '142922.741000', '142922.744000', '142922.746000', '142922.749000', '142922.752000', '142922.754000', '142922.757000', '142922.760000', '142922.762000', '142922.765000', '142922.768000', '142922.770000', '142922.773000', '142922.775000', '142922.778000', '142922.780000', '142922.783000', '142922.786000', '142922.788000', '142922.791000', '142922.793000', '142922.796000', '142922.799000', '142922.801000', '142922.804000', '142922.807000', '142922.809000', '142922.812000', '142942.699000', '142942.702000', '142942.705000', '142942.708000', '142942.710000', '142942.713000', '142942.715000', '142942.718000', '142942.720000', '142942.731000', '142942.734000', '142942.736000', '142942.739000', '142942.741000', '142942.744000', '142942.747000', '142942.749000', '142942.752000', '142942.756000', '142942.760000', '142942.762000', '142942.765000', '142942.768000', '142942.771000', '142942.773000', '142942.776000', '142942.778000', '142942.781000', '142942.784000', '142942.786000', '142942.789000', '142942.791000', '142942.794000', '142942.796000', '142942.799000', '142942.802000', '142942.805000', '142942.807000', '142942.810000', '142942.813000', '142942.815000', '142942.818000', '142942.821000', '143002.698000', '143002.701000', '143002.704000', '143002.707000', '143002.709000', '143002.712000', '143002.714000', '143002.717000', '143002.720000', '143002.722000', '143002.725000', '143002.727000', '143002.730000', '143002.733000', '143002.735000', '143002.738000', '143002.741000', '143002.743000', '143002.746000', '143002.749000', '143002.751000', '143002.754000', '143002.756000', '143002.759000', '143002.762000', '143002.764000', '143002.772000', '143002.775000', '143002.778000', '143002.780000', '143002.783000', '143002.785000', '143002.788000', '143002.791000', '143002.793000', '143002.796000', '143002.799000', '143002.801000', '143002.804000', '143002.806000', '143002.809000', '143002.812000', '143002.814000', '143002.817000', '143022.699000', '143022.701000', '143022.704000', '143022.707000', '143022.709000', '143022.712000', '143022.715000', '143022.717000', '143022.720000', '143022.723000', '143022.725000', '143022.728000', '143022.730000', '143022.733000', '143022.735000', '143022.738000', '143022.741000', '143022.743000', '143022.746000', '143022.748000', '143022.751000', '143022.753000', '143022.756000', '143022.759000', '143022.761000', '143022.764000', '143022.766000', '143022.769000', '143022.772000', '143022.774000', '143022.777000', '143022.779000', '143022.782000', '143022.785000', '143022.787000', '143022.790000', '143022.792000', '143022.795000', '143022.797000', '143022.800000', '143022.803000', '143022.805000', '143022.808000', '143042.698000', '143042.701000', '143042.704000', '143042.707000', '143042.709000', '143042.712000', '143042.714000', '143042.717000', '143042.720000', '143042.722000', '143042.725000', '143042.727000', '143042.730000', '143042.733000', '143042.735000', '143042.738000', '143042.740000', '143042.743000', '143042.746000', '143042.748000', '143042.751000', '143042.753000', '143042.756000', '143042.759000', '143042.761000', '143042.764000', '143042.767000', '143042.769000', '143042.772000', '143042.774000', '143042.777000', '143042.780000', '143042.782000', '143042.785000', '143042.787000', '143042.790000', '143042.793000', '143042.795000', '143042.798000', '143042.800000', '143042.803000', '143042.805000', '143042.808000', '143042.811000', '143102.699000', '143102.701000', '143102.704000', '143102.707000', '143102.709000', '143102.712000', '143102.714000', '143102.717000', '143102.720000', '143102.722000', '143102.725000', '143102.727000', '143102.730000', '143102.732000', '143102.735000', '143102.738000', '143102.740000', '143102.743000', '143102.745000', '143102.748000', '143102.751000', '143102.753000', '143102.756000', '143102.759000', '143102.762000', '143102.765000', '143102.768000', '143102.771000', '143102.773000', '143102.776000', '143102.778000', '143102.781000', '143102.784000', '143102.786000', '143102.811000', '143102.814000', '143102.816000', '143102.819000', '143102.822000', '143102.824000', '143102.827000', '143102.830000', '143102.832000', '143122.698000', '143122.701000', '143122.704000', '143122.707000', '143122.709000', '143122.712000', '143122.715000', '143122.717000', '143122.720000', '143122.722000', '143122.725000', '143122.727000', '143122.730000', '143122.733000', '143122.735000', '143122.738000', '143122.740000', '143122.743000', '143122.746000', '143122.748000', '143122.751000', '143122.753000', '143122.756000', '143122.759000', '143122.761000', '143122.770000', '143122.772000', '143122.775000', '143122.777000', '143122.780000', '143122.783000', '143122.785000', '143122.788000', '143122.790000', '143122.793000', '143122.796000', '143122.798000', '143122.801000', '143122.804000', '143122.806000', '143122.809000', '143122.811000', '143122.814000', '143122.816000', '143142.700000', '143142.702000', '143142.705000', '143142.708000', '143142.710000', '143142.713000', '143142.716000', '143142.718000', '143142.721000', '143142.723000', '143142.728000', '143142.730000', '143142.733000', '143142.736000', '143142.738000', '143142.741000', '143142.743000', '143142.746000', '143142.749000', '143142.751000', '143142.754000', '143142.756000', '143142.759000', '143142.762000', '143142.764000', '143142.767000', '143142.769000', '143142.772000', '143142.774000', '143142.777000', '143142.780000', '143142.782000', '143142.785000', '143142.788000', '143142.790000', '143142.793000', '143142.795000', '143142.798000', '143142.801000', '143142.803000', '143142.806000', '143142.809000', '143142.811000', '143202.699000', '143202.702000', '143202.705000', '143202.707000', '143202.710000', '143202.713000', '143202.715000', '143202.718000', '143202.720000', '143202.723000', '143202.725000', '143202.728000', '143202.731000', '143202.733000', '143202.736000', '143202.738000', '143202.741000', '143202.744000', '143202.746000', '143202.749000', '143202.752000', '143202.754000', '143202.757000', '143202.759000', '143202.762000', '143202.764000', '143202.767000', '143202.770000', '143202.772000', '143202.775000', '143202.777000', '143202.780000', '143202.783000', '143202.785000', '143202.788000', '143202.790000', '143202.793000', '143202.796000', '143202.798000', '143202.801000', '143202.804000', '143202.806000', '143202.809000', '143202.811000', '143222.699000', '143222.701000', '143222.704000', '143222.707000', '143222.709000', '143222.712000', '143222.714000', '143222.717000', '143222.720000', '143222.722000', '143222.729000', '143222.731000', '143222.734000', '143222.737000', '143222.739000', '143222.742000', '143222.744000', '143222.747000', '143222.750000', '143222.752000', '143222.755000', '143222.757000', '143222.760000', '143222.762000', '143222.765000', '143222.768000', '143222.770000', '143222.773000', '143222.775000', '143222.778000', '143222.781000', '143222.783000', '143222.786000', '143222.788000', '143222.791000', '143222.794000', '143222.796000', '143222.799000', '143222.801000', '143222.804000', '143222.807000', '143222.809000', '143222.812000', '143242.699000', '143242.701000', '143242.734000', '143242.737000', '143242.740000', '143242.742000', '143242.745000', '143242.748000', '143242.750000', '143242.753000', '143242.756000', '143242.758000', '143242.761000', '143242.763000', '143242.766000', '143242.768000', '143242.771000', '143242.774000', '143242.776000', '143242.779000', '143242.782000', '143242.784000', '143242.787000', '143242.789000', '143242.792000', '143242.794000', '143242.797000', '143242.800000', '143242.802000', '143242.805000', '143242.808000', '143242.810000', '143242.813000', '143242.815000', '143242.818000', '143242.821000', '143242.823000', '143242.826000', '143242.828000', '143242.831000', '143242.833000', '143242.836000', '143242.839000', '143242.841000', '143252.250000', '143252.253000', '143252.256000', '143252.259000', '143252.262000', '143252.265000', '143252.267000', '143252.270000', '143252.273000', '143252.276000', '143252.278000', '143252.281000', '143252.284000', '143252.286000', '143252.289000', '143252.292000', '143252.294000', '143252.297000', '143252.300000', '143252.302000', '143252.305000'], 'InstanceCreationTime': ['142602.733000', '142602.736000', '142602.739000', '142602.741000', '142602.744000', '142602.747000', '142602.749000', '142602.752000', '142602.754000', '142602.757000', '142602.759000', '142602.762000', '142602.764000', '142602.767000', '142602.770000', '142602.772000', '142602.775000', '142602.777000', '142602.780000', '142602.782000', '142602.785000', '142602.787000', '142602.790000', '142622.698000', '142622.701000', '142622.704000', '142622.706000', '142622.709000', '142622.711000', '142622.714000', '142622.716000', '142622.719000', '142622.722000', '142622.724000', '142622.727000', '142622.729000', '142622.735000', '142622.738000', '142622.740000', '142622.743000', '142622.745000', '142622.758000', '142622.761000', '142622.763000', '142622.766000', '142622.769000', '142622.771000', '142622.774000', '142622.776000', '142622.779000', '142622.781000', '142622.784000', '142622.786000', '142622.789000', '142622.791000', '142622.794000', '142622.797000', '142622.799000', '142622.802000', '142622.804000', '142622.807000', '142622.809000', '142622.812000', '142622.815000', '142622.825000', '142622.827000', '142622.830000', '142642.698000', '142642.701000', '142642.704000', '142642.706000', '142642.709000', '142642.712000', '142642.714000', '142642.717000', '142642.719000', '142642.722000', '142642.724000', '142642.727000', '142642.730000', '142642.732000', '142642.735000', '142642.737000', '142642.740000', '142642.743000', '142642.745000', '142642.748000', '142642.750000', '142642.753000', '142642.755000', '142642.758000', '142642.761000', '142642.763000', '142642.766000', '142642.768000', '142642.771000', '142642.773000', '142642.776000', '142642.779000', '142642.781000', '142642.784000', '142642.800000', '142642.803000', '142642.805000', '142642.808000', '142642.810000', '142642.813000', '142642.815000', '142642.818000', '142642.821000', '142702.700000', '142702.702000', '142702.705000', '142702.708000', '142702.710000', '142702.713000', '142702.715000', '142702.718000', '142702.720000', '142702.723000', '142702.726000', '142702.728000', '142702.731000', '142702.733000', '142702.736000', '142702.739000', '142702.741000', '142702.744000', '142702.746000', '142702.749000', '142702.751000', '142702.754000', '142702.757000', '142702.759000', '142702.762000', '142702.765000', '142702.767000', '142702.770000', '142702.772000', '142702.780000', '142702.783000', '142702.786000', '142702.788000', '142702.791000', '142702.793000', '142702.796000', '142702.798000', '142702.801000', '142702.804000', '142702.806000', '142702.809000', '142702.811000', '142702.814000', '142702.816000', '142722.699000', '142722.702000', '142722.705000', '142722.707000', '142722.710000', '142722.713000', '142722.715000', '142722.718000', '142722.720000', '142722.723000', '142722.725000', '142722.728000', '142722.731000', '142722.733000', '142722.736000', '142722.738000', '142722.741000', '142722.744000', '142722.746000', '142722.749000', '142722.751000', '142722.754000', '142722.756000', '142722.759000', '142722.762000', '142722.764000', '142722.767000', '142722.769000', '142722.772000', '142722.775000', '142722.777000', '142722.780000', '142722.782000', '142722.785000', '142722.788000', '142722.790000', '142722.793000', '142722.795000', '142722.798000', '142722.801000', '142722.803000', '142722.806000', '142722.808000', '142742.698000', '142742.701000', '142742.704000', '142742.706000', '142742.709000', '142742.712000', '142742.714000', '142742.717000', '142742.720000', '142742.723000', '142742.726000', '142742.728000', '142742.731000', '142742.734000', '142742.736000', '142742.739000', '142742.741000', '142742.744000', '142742.747000', '142742.749000', '142742.752000', '142742.754000', '142742.757000', '142742.760000', '142742.762000', '142742.765000', '142742.767000', '142742.770000', '142742.773000', '142742.775000', '142742.778000', '142742.781000', '142742.783000', '142742.786000', '142742.788000', '142742.791000', '142742.793000', '142742.796000', '142742.799000', '142742.801000', '142742.804000', '142742.806000', '142742.809000', '142802.699000', '142802.701000', '142802.704000', '142802.707000', '142802.709000', '142802.712000', '142802.714000', '142802.717000', '142802.719000', '142802.722000', '142802.725000', '142802.727000', '142802.730000', '142802.732000', '142802.735000', '142802.738000', '142802.740000', '142802.743000', '142802.745000', '142802.748000', '142802.751000', '142802.753000', '142802.756000', '142802.758000', '142802.761000', '142802.764000', '142802.766000', '142802.769000', '142802.795000', '142802.797000', '142802.800000', '142802.803000', '142802.805000', '142802.808000', '142802.810000', '142802.813000', '142802.816000', '142802.818000', '142802.821000', '142802.823000', '142802.826000', '142802.829000', '142802.833000', '142802.835000', '142822.699000', '142822.701000', '142822.704000', '142822.707000', '142822.709000', '142822.712000', '142822.715000', '142822.718000', '142822.721000', '142822.723000', '142822.726000', '142822.728000', '142822.731000', '142822.734000', '142822.736000', '142822.739000', '142822.742000', '142822.744000', '142822.747000', '142822.749000', '142822.752000', '142822.754000', '142822.757000', '142822.759000', '142822.762000', '142822.765000', '142822.768000', '142822.771000', '142822.773000', '142822.776000', '142822.779000', '142822.781000', '142822.784000', '142822.786000', '142822.789000', '142822.792000', '142822.794000', '142822.797000', '142822.799000', '142822.802000', '142822.805000', '142822.807000', '142822.810000', '142822.812000', '142842.699000', '142842.701000', '142842.704000', '142842.707000', '142842.709000', '142842.712000', '142842.714000', '142842.717000', '142842.719000', '142842.722000', '142842.725000', '142842.727000', '142842.730000', '142842.732000', '142842.735000', '142842.738000', '142842.740000', '142842.743000', '142842.746000', '142842.748000', '142842.751000', '142842.753000', '142842.756000', '142842.759000', '142842.761000', '142842.764000', '142842.766000', '142842.769000', '142842.771000', '142842.774000', '142842.777000', '142842.779000', '142842.782000', '142842.784000', '142842.787000', '142842.790000', '142842.792000', '142842.795000', '142842.797000', '142842.800000', '142842.803000', '142842.805000', '142842.808000', '142902.699000', '142902.702000', '142902.704000', '142902.707000', '142902.710000', '142902.712000', '142902.715000', '142902.718000', '142902.720000', '142902.723000', '142902.725000', '142902.728000', '142902.731000', '142902.733000', '142902.736000', '142902.738000', '142902.741000', '142902.743000', '142902.746000', '142902.749000', '142902.751000', '142902.754000', '142902.757000', '142902.759000', '142902.762000', '142902.765000', '142902.767000', '142902.770000', '142902.772000', '142902.775000', '142902.778000', '142902.780000', '142902.783000', '142902.785000', '142902.788000', '142902.790000', '142902.793000', '142902.796000', '142902.798000', '142902.801000', '142902.804000', '142902.807000', '142902.809000', '142922.699000', '142922.702000', '142922.705000', '142922.707000', '142922.710000', '142922.713000', '142922.715000', '142922.718000', '142922.720000', '142922.723000', '142922.726000', '142922.728000', '142922.731000', '142922.734000', '142922.736000', '142922.739000', '142922.741000', '142922.744000', '142922.746000', '142922.749000', '142922.752000', '142922.754000', '142922.757000', '142922.760000', '142922.762000', '142922.765000', '142922.768000', '142922.770000', '142922.773000', '142922.775000', '142922.778000', '142922.780000', '142922.783000', '142922.786000', '142922.788000', '142922.791000', '142922.793000', '142922.796000', '142922.799000', '142922.801000', '142922.804000', '142922.807000', '142922.809000', '142922.812000', '142942.699000', '142942.702000', '142942.705000', '142942.708000', '142942.710000', '142942.713000', '142942.715000', '142942.718000', '142942.720000', '142942.731000', '142942.734000', '142942.736000', '142942.739000', '142942.741000', '142942.744000', '142942.747000', '142942.749000', '142942.752000', '142942.756000', '142942.760000', '142942.762000', '142942.765000', '142942.768000', '142942.771000', '142942.773000', '142942.776000', '142942.778000', '142942.781000', '142942.784000', '142942.786000', '142942.789000', '142942.791000', '142942.794000', '142942.796000', '142942.799000', '142942.802000', '142942.805000', '142942.807000', '142942.810000', '142942.813000', '142942.815000', '142942.818000', '142942.821000', '143002.698000', '143002.701000', '143002.704000', '143002.707000', '143002.709000', '143002.712000', '143002.714000', '143002.717000', '143002.720000', '143002.722000', '143002.725000', '143002.727000', '143002.730000', '143002.733000', '143002.735000', '143002.738000', '143002.741000', '143002.743000', '143002.746000', '143002.749000', '143002.751000', '143002.754000', '143002.756000', '143002.759000', '143002.762000', '143002.764000', '143002.772000', '143002.775000', '143002.778000', '143002.780000', '143002.783000', '143002.785000', '143002.788000', '143002.791000', '143002.793000', '143002.796000', '143002.799000', '143002.801000', '143002.804000', '143002.806000', '143002.809000', '143002.812000', '143002.814000', '143002.817000', '143022.699000', '143022.701000', '143022.704000', '143022.707000', '143022.709000', '143022.712000', '143022.715000', '143022.717000', '143022.720000', '143022.723000', '143022.725000', '143022.728000', '143022.730000', '143022.733000', '143022.735000', '143022.738000', '143022.741000', '143022.743000', '143022.746000', '143022.748000', '143022.751000', '143022.753000', '143022.756000', '143022.759000', '143022.761000', '143022.764000', '143022.766000', '143022.769000', '143022.772000', '143022.774000', '143022.777000', '143022.779000', '143022.782000', '143022.785000', '143022.787000', '143022.790000', '143022.792000', '143022.795000', '143022.797000', '143022.800000', '143022.803000', '143022.805000', '143022.808000', '143042.698000', '143042.701000', '143042.704000', '143042.707000', '143042.709000', '143042.712000', '143042.714000', '143042.717000', '143042.720000', '143042.722000', '143042.725000', '143042.727000', '143042.730000', '143042.733000', '143042.735000', '143042.738000', '143042.740000', '143042.743000', '143042.746000', '143042.748000', '143042.751000', '143042.753000', '143042.756000', '143042.759000', '143042.761000', '143042.764000', '143042.767000', '143042.769000', '143042.772000', '143042.774000', '143042.777000', '143042.780000', '143042.782000', '143042.785000', '143042.787000', '143042.790000', '143042.793000', '143042.795000', '143042.798000', '143042.800000', '143042.803000', '143042.805000', '143042.808000', '143042.811000', '143102.699000', '143102.701000', '143102.704000', '143102.707000', '143102.709000', '143102.712000', '143102.714000', '143102.717000', '143102.720000', '143102.722000', '143102.725000', '143102.727000', '143102.730000', '143102.732000', '143102.735000', '143102.738000', '143102.740000', '143102.743000', '143102.745000', '143102.748000', '143102.751000', '143102.753000', '143102.756000', '143102.759000', '143102.762000', '143102.765000', '143102.768000', '143102.771000', '143102.773000', '143102.776000', '143102.778000', '143102.781000', '143102.784000', '143102.786000', '143102.811000', '143102.814000', '143102.816000', '143102.819000', '143102.822000', '143102.824000', '143102.827000', '143102.830000', '143102.832000', '143122.698000', '143122.701000', '143122.704000', '143122.707000', '143122.709000', '143122.712000', '143122.715000', '143122.717000', '143122.720000', '143122.722000', '143122.725000', '143122.727000', '143122.730000', '143122.733000', '143122.735000', '143122.738000', '143122.740000', '143122.743000', '143122.746000', '143122.748000', '143122.751000', '143122.753000', '143122.756000', '143122.759000', '143122.761000', '143122.770000', '143122.772000', '143122.775000', '143122.777000', '143122.780000', '143122.783000', '143122.785000', '143122.788000', '143122.790000', '143122.793000', '143122.796000', '143122.798000', '143122.801000', '143122.804000', '143122.806000', '143122.809000', '143122.811000', '143122.814000', '143122.816000', '143142.700000', '143142.702000', '143142.705000', '143142.708000', '143142.710000', '143142.713000', '143142.716000', '143142.718000', '143142.721000', '143142.723000', '143142.728000', '143142.730000', '143142.733000', '143142.736000', '143142.738000', '143142.741000', '143142.743000', '143142.746000', '143142.749000', '143142.751000', '143142.754000', '143142.756000', '143142.759000', '143142.762000', '143142.764000', '143142.767000', '143142.769000', '143142.772000', '143142.774000', '143142.777000', '143142.780000', '143142.782000', '143142.785000', '143142.788000', '143142.790000', '143142.793000', '143142.795000', '143142.798000', '143142.801000', '143142.803000', '143142.806000', '143142.809000', '143142.811000', '143202.699000', '143202.702000', '143202.705000', '143202.707000', '143202.710000', '143202.713000', '143202.715000', '143202.718000', '143202.720000', '143202.723000', '143202.725000', '143202.728000', '143202.731000', '143202.733000', '143202.736000', '143202.738000', '143202.741000', '143202.744000', '143202.746000', '143202.749000', '143202.752000', '143202.754000', '143202.757000', '143202.759000', '143202.762000', '143202.764000', '143202.767000', '143202.770000', '143202.772000', '143202.775000', '143202.777000', '143202.780000', '143202.783000', '143202.785000', '143202.788000', '143202.790000', '143202.793000', '143202.796000', '143202.798000', '143202.801000', '143202.804000', '143202.806000', '143202.809000', '143202.811000', '143222.699000', '143222.701000', '143222.704000', '143222.707000', '143222.709000', '143222.712000', '143222.714000', '143222.717000', '143222.720000', '143222.722000', '143222.729000', '143222.731000', '143222.734000', '143222.737000', '143222.739000', '143222.742000', '143222.744000', '143222.747000', '143222.750000', '143222.752000', '143222.755000', '143222.757000', '143222.760000', '143222.762000', '143222.765000', '143222.768000', '143222.770000', '143222.773000', '143222.775000', '143222.778000', '143222.781000', '143222.783000', '143222.786000', '143222.788000', '143222.791000', '143222.794000', '143222.796000', '143222.799000', '143222.801000', '143222.804000', '143222.807000', '143222.809000', '143222.812000', '143242.699000', '143242.701000', '143242.734000', '143242.737000', '143242.740000', '143242.742000', '143242.745000', '143242.748000', '143242.750000', '143242.753000', '143242.756000', '143242.758000', '143242.761000', '143242.763000', '143242.766000', '143242.768000', '143242.771000', '143242.774000', '143242.776000', '143242.779000', '143242.782000', '143242.784000', '143242.787000', '143242.789000', '143242.792000', '143242.794000', '143242.797000', '143242.800000', '143242.802000', '143242.805000', '143242.808000', '143242.810000', '143242.813000', '143242.815000', '143242.818000', '143242.821000', '143242.823000', '143242.826000', '143242.828000', '143242.831000', '143242.833000', '143242.836000', '143242.839000', '143242.841000', '143252.250000', '143252.253000', '143252.256000', '143252.259000', '143252.262000', '143252.265000', '143252.267000', '143252.270000', '143252.273000', '143252.276000', '143252.278000', '143252.281000', '143252.284000', '143252.286000', '143252.289000', '143252.292000', '143252.294000', '143252.297000', '143252.300000', '143252.302000', '143252.305000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [14333, 15493, 14593, 11632, 8091, 8237, 9210, 8730, 9087, 7957, 8709, 7589, 13169, 10467, 14132, 11859, 13766, 12634, 13512, 13687, 10377, 14337, 8141, 9265, 7624, 9087, 7682, 10566, 7615, 10304, 7688, 8931, 7800, 8645, 8117, 7762, 8142, 7728, 8353, 7580, 8181, 7711, 8286, 7570, 10903, 7728, 8085, 7612, 8469, 7689, 8506, 7537, 10050, 7773, 11041, 7682, 11822, 9644, 13713, 12531, 10876, 8984, 13814, 10969, 13278, 11366, 13745, 10530, 8490, 8028, 12828, 7913, 11102, 8636, 12029, 9602, 9748, 7693, 10716, 8760, 13593, 9449, 8755, 9165, 7945, 7556, 9347, 9959, 8149, 11350, 8003, 9419, 7940, 8068, 7683, 13742, 9552, 11624, 9557, 10842, 8041, 9915, 7782, 7934, 7922, 7813, 12416, 9375, 11465, 7766, 11251, 7580, 8868, 7533, 9679, 8719, 10688, 7587, 9197, 7465, 7663, 7623, 12376, 7487, 11214, 7469, 13282, 10429, 9575, 13363, 11669, 7743, 7767, 7705, 7801, 11257, 9429, 13848, 12735, 15029, 12292, 13657, 10879, 13597, 8676, 11651, 7646, 10198, 7669, 10911, 7659, 10614, 7863, 9516, 7753, 8288, 7472, 8404, 7645, 8361, 7797, 8814, 7650, 11339, 7593, 8113, 7835, 7793, 7870, 8105, 7713, 8360, 7642, 8072, 7851, 8007, 8465, 7964, 9667, 8069, 7762, 8242, 8167, 7987, 7869, 8387, 11664, 9648, 14530, 12979, 12854, 10598, 10187, 7674, 10258, 7437, 9908, 7638, 10034, 7632, 11538, 7560, 8606, 7776, 7728, 7869, 7768, 10766, 9390, 11184, 8550, 14090, 7575, 11245, 7397, 9210, 7994, 10871, 7817, 9178, 7630, 8681, 7780, 12645, 9102, 12076, 7718, 9175, 7779, 7707, 7990, 8828, 13288, 11335, 13504, 9251, 12548, 8118, 11745, 9114, 10645, 7674, 11541, 7827, 10859, 7639, 7677, 7655, 7921, 7788, 7849, 8587, 10741, 7771, 7859, 7667, 7963, 12305, 7653, 12672, 10200, 8946, 7714, 10926, 7426, 10905, 7561, 10717, 7697, 8765, 8659, 9278, 7819, 7947, 8232, 7770, 10841, 7661, 11523, 8283, 12200, 7656, 7938, 7852, 7563, 7814, 7850, 7607, 8439, 7741, 7943, 7766, 7648, 8116, 7903, 11168, 10360, 10956, 10768, 11918, 7864, 13452, 9055, 13525, 11181, 13925, 9885, 11944, 8158, 10982, 8220, 10344, 10936, 12008, 7641, 7593, 10811, 7847, 9943, 7847, 9311, 8044, 8600, 7614, 7757, 7607, 8240, 7754, 7855, 7762, 7628, 8510, 8593, 9432, 11691, 7782, 8213, 11548, 8686, 14437, 12734, 13350, 11524, 13152, 8326, 10502, 7747, 9188, 7944, 11333, 9657, 12153, 7639, 8094, 8682, 7836, 10717, 7667, 11039, 8838, 8947, 7914, 9260, 7746, 9583, 7661, 9403, 8516, 12197, 7673, 7673, 9240, 7765, 12389, 7774, 11188, 10163, 9510, 7808, 8792, 7812, 8520, 7988, 10244, 8116, 11985, 7803, 7763, 7906, 7936, 12260, 10002, 13592, 11318, 11848, 7719, 9053, 7772, 8247, 7739, 9529, 7797, 10288, 7765, 7669, 7852, 7771, 13083, 7881, 11462, 11032, 11600, 7678, 9071, 7742, 8174, 7866, 8470, 7718, 12544, 7796, 7822, 8073, 7484, 7646, 7761, 7914, 9443, 7744, 7847, 11753, 7876, 14454, 12294, 13345, 8314, 10792, 7902, 11456, 10352, 14044, 7912, 11225, 7574, 7860, 7648, 8422, 7812, 11189, 7938, 7777, 7808, 7732, 10758, 9536, 7902, 7786, 10689, 7494, 10277, 7666, 11012, 9661, 10548, 7763, 10394, 7747, 10320, 8787, 10912, 8699, 13008, 9736, 10558, 7786, 8738, 7803, 9376, 7737, 10505, 7722, 9612, 7679, 7566, 7902, 8093, 7752, 7741, 8974, 7742, 7676, 7680, 7991, 7744, 10875, 7597, 10935, 9728, 10540, 7810, 9392, 7745, 8912, 7733, 10547, 7751, 10351, 7655, 7658, 7786, 7763, 8347, 8515, 7742, 7746, 7906, 7728, 7597, 7553, 8482, 11022, 7655, 10051, 11518, 9999, 13479, 12545, 14596, 11653, 11545, 9637, 11712, 7778, 10869, 9025, 11067, 9758, 11017, 7788, 9657, 7843, 10185, 9041, 12704, 10623, 13280, 8284, 11784, 7631, 10100, 7850, 10133, 7642, 12302, 7732, 8275, 7766, 7998, 7926, 9441, 9241, 8401, 7788, 7774, 7873, 7675, 11627, 7595, 11543, 8006, 9019, 7636, 10213, 7678, 9837, 7443, 10479, 8745, 10140, 7762, 10969, 7725, 10070, 7780, 10002, 7997, 10185, 8005, 9278, 7570, 8623, 7608, 11892, 10299, 13095, 7569, 7858, 10011, 7877, 14230, 10642, 13454, 11512, 12735, 8211, 9463, 7544, 9236, 7588, 11541, 9405, 13028, 7697, 8685, 7653, 8750, 7771, 12317, 8568, 13957, 7489, 7907, 7815, 7704, 12016, 7631, 11971, 9871, 11204, 7659, 9416, 7724, 7729, 7543, 7587, 11526, 7557, 9791, 7613, 8759, 7812, 7815, 7535, 7730, 7506, 8192, 7490, 7468, 7731, 7854, 7879, 8080, 7802, 8494, 7564, 8414, 9422, 11278, 12986, 12442, 11442, 8552, 13571, 9135, 14277, 11492, 14225, 11340, 7906, 7746, 7952, 7640, 7850, 9920, 8989, 12846, 8086, 9395, 7802, 8416, 7978, 10884, 10852, 13996, 8354, 8767, 7716, 8138, 8039, 9492, 10842, 10969, 8121, 8009, 8004, 7967, 7539, 7741, 8018, 9234, 7740, 8387, 7657, 8398, 7782, 9168, 8164, 13143, 7641, 8562, 7476, 8085, 7619, 11172, 7630, 12785, 7586, 11060, 7592, 8209, 7826, 11694, 10997, 13934, 8581, 8611, 8024, 7801, 14557, 9439, 12965, 11696, 10465, 7603, 10157, 7813, 9901, 7429, 11881, 7691, 11694, 7623, 7954, 7778, 7827, 7944, 7648, 9395, 7895, 10547, 8576, 8054, 8506, 8667, 7656, 8090, 7669, 8033, 8198, 8225, 9566, 8341, 12037, 10342, 13153, 11034, 13668, 8473, 12058, 8750, 12726, 10272, 13985, 11834, 13357, 9044, 11771, 8183, 11463, 9292, 11208, 9114, 8338, 8229, 8401, 8385, 10329, 8304, 11703, 9007, 8287, 8342, 8487, 8162, 10964, 8726, 8214, 7886, 8290, 7838, 8162, 8050, 11161, 9684, 8288, 7779, 8404, 8054, 13032, 10030, 12399, 10731, 12323, 8153, 11419, 8198, 11265, 9888, 12570, 8004, 10132, 8032, 9469, 7996, 11656, 8045, 13624, 8159, 8876, 7977, 7862, 7922, 11251, 8171, 12531, 8161, 8857, 8387, 9394, 8107, 12889, 8773, 11039, 8144, 8634, 8060, 9785, 8390, 12884, 8164, 8575, 8180, 7867, 8255, 8060, 8125, 9102, 8429, 7994, 8145, 7953, 12705, 8077, 13065, 11059, 12395, 8458, 9232, 8579, 7987, 8064, 8604, 8860, 12311, 8487, 7916, 8101, 8086, 10162, 8603, 9618, 8296, 8805, 8160, 8464, 8132, 9786, 8386, 10113, 10594, 12802, 8329, 8210, 8369, 8272, 8275, 7832, 8215, 9510, 7811, 11314, 8025, 9890, 8092, 9831, 8127, 12288, 10463, 13317, 8045, 11603, 8240, 10818, 8639], 'WindowCenter': [4782.0, 4742.0, 4786.0, 4683.0, 4604.0, 4682.0, 4692.0, 4668.0, 4668.0, 4655.0, 4665.0, 4658.0, 4714.0, 4697.0, 4716.0, 4697.0, 4704.0, 4683.0, 4680.0, 4679.0, 4649.0, 4677.0, 4616.0, 4637.0, 4616.0, 4635.0, 4618.0, 4656.0, 4617.0, 4646.0, 4619.0, 4637.0, 4634.0, 4649.0, 4630.0, 4618.0, 4629.0, 4631.0, 4641.0, 4632.0, 4646.0, 4631.0, 4641.0, 4646.0, 4684.0, 4633.0, 4644.0, 4635.0, 4657.0, 4647.0, 4652.0, 4645.0, 4684.0, 4657.0, 4696.0, 4649.0, 4696.0, 4692.0, 4716.0, 4707.0, 4695.0, 4679.0, 4729.0, 4698.0, 4705.0, 4695.0, 4703.0, 4685.0, 4657.0, 4657.0, 4706.0, 4657.0, 4683.0, 4655.0, 4693.0, 4665.0, 4664.0, 4644.0, 4685.0, 4653.0, 4694.0, 4662.0, 4654.0, 4663.0, 4644.0, 4646.0, 4676.0, 4672.0, 4642.0, 4682.0, 4645.0, 4661.0, 4645.0, 4645.0, 4647.0, 4703.0, 4675.0, 4682.0, 4665.0, 4684.0, 4643.0, 4673.0, 4633.0, 4643.0, 4643.0, 4645.0, 4706.0, 4666.0, 4682.0, 4645.0, 4683.0, 4644.0, 4665.0, 4645.0, 4676.0, 4667.0, 4684.0, 4647.0, 4664.0, 4645.0, 4649.0, 4647.0, 4704.0, 4635.0, 4685.0, 4636.0, 4704.0, 4684.0, 4674.0, 4704.0, 4694.0, 4633.0, 4634.0, 4643.0, 4644.0, 4682.0, 4665.0, 4702.0, 4693.0, 4701.0, 4695.0, 4692.0, 4673.0, 4689.0, 4655.0, 4670.0, 4630.0, 4661.0, 4631.0, 4669.0, 4633.0, 4669.0, 4641.0, 4661.0, 4644.0, 4652.0, 4632.0, 4642.0, 4632.0, 4655.0, 4644.0, 4662.0, 4644.0, 4684.0, 4631.0, 4643.0, 4642.0, 4643.0, 4642.0, 4644.0, 4644.0, 4657.0, 4645.0, 4657.0, 4656.0, 4657.0, 4658.0, 4658.0, 4673.0, 4657.0, 4645.0, 4658.0, 4655.0, 4656.0, 4657.0, 4657.0, 4684.0, 4675.0, 4702.0, 4705.0, 4694.0, 4675.0, 4673.0, 4643.0, 4672.0, 4635.0, 4675.0, 4644.0, 4675.0, 4645.0, 4682.0, 4643.0, 4652.0, 4645.0, 4644.0, 4647.0, 4646.0, 4683.0, 4665.0, 4683.0, 4654.0, 4702.0, 4643.0, 4684.0, 4648.0, 4666.0, 4656.0, 4696.0, 4658.0, 4679.0, 4646.0, 4666.0, 4656.0, 4717.0, 4664.0, 4698.0, 4645.0, 4677.0, 4645.0, 4644.0, 4656.0, 4665.0, 4704.0, 4686.0, 4690.0, 4663.0, 4690.0, 4643.0, 4679.0, 4652.0, 4671.0, 4631.0, 4680.0, 4633.0, 4673.0, 4630.0, 4632.0, 4632.0, 4644.0, 4631.0, 4644.0, 4652.0, 4683.0, 4633.0, 4645.0, 4645.0, 4645.0, 4682.0, 4643.0, 4693.0, 4674.0, 4663.0, 4644.0, 4683.0, 4634.0, 4683.0, 4645.0, 4673.0, 4633.0, 4653.0, 4653.0, 4663.0, 4635.0, 4644.0, 4642.0, 4644.0, 4683.0, 4646.0, 4693.0, 4653.0, 4692.0, 4644.0, 4644.0, 4643.0, 4642.0, 4644.0, 4655.0, 4647.0, 4657.0, 4646.0, 4657.0, 4656.0, 4656.0, 4657.0, 4656.0, 4693.0, 4688.0, 4687.0, 4687.0, 4693.0, 4655.0, 4704.0, 4665.0, 4705.0, 4685.0, 4701.0, 4672.0, 4705.0, 4656.0, 4683.0, 4644.0, 4672.0, 4669.0, 4693.0, 4647.0, 4655.0, 4682.0, 4657.0, 4672.0, 4643.0, 4664.0, 4653.0, 4654.0, 4645.0, 4645.0, 4645.0, 4654.0, 4646.0, 4656.0, 4643.0, 4644.0, 4653.0, 4654.0, 4666.0, 4693.0, 4643.0, 4653.0, 4683.0, 4652.0, 4702.0, 4694.0, 4692.0, 4681.0, 4679.0, 4641.0, 4670.0, 4632.0, 4651.0, 4633.0, 4681.0, 4660.0, 4691.0, 4631.0, 4641.0, 4642.0, 4630.0, 4668.0, 4634.0, 4671.0, 4651.0, 4652.0, 4642.0, 4661.0, 4643.0, 4662.0, 4634.0, 4665.0, 4652.0, 4692.0, 4634.0, 4633.0, 4660.0, 4633.0, 4690.0, 4633.0, 4682.0, 4674.0, 4660.0, 4632.0, 4654.0, 4635.0, 4652.0, 4643.0, 4686.0, 4645.0, 4694.0, 4645.0, 4645.0, 4645.0, 4645.0, 4692.0, 4674.0, 4702.0, 4682.0, 4680.0, 4643.0, 4653.0, 4631.0, 4654.0, 4646.0, 4674.0, 4632.0, 4674.0, 4644.0, 4645.0, 4644.0, 4642.0, 4702.0, 4656.0, 4696.0, 4684.0, 4683.0, 4645.0, 4663.0, 4645.0, 4657.0, 4645.0, 4656.0, 4645.0, 4694.0, 4646.0, 4649.0, 4657.0, 4648.0, 4645.0, 4659.0, 4657.0, 4690.0, 4654.0, 4658.0, 4695.0, 4655.0, 4727.0, 4709.0, 4714.0, 4656.0, 4682.0, 4642.0, 4696.0, 4687.0, 4715.0, 4654.0, 4685.0, 4658.0, 4656.0, 4643.0, 4653.0, 4633.0, 4685.0, 4644.0, 4645.0, 4631.0, 4642.0, 4683.0, 4663.0, 4643.0, 4644.0, 4671.0, 4636.0, 4671.0, 4645.0, 4682.0, 4675.0, 4674.0, 4646.0, 4671.0, 4644.0, 4672.0, 4654.0, 4670.0, 4653.0, 4690.0, 4663.0, 4671.0, 4636.0, 4651.0, 4634.0, 4663.0, 4645.0, 4671.0, 4633.0, 4664.0, 4643.0, 4645.0, 4654.0, 4655.0, 4645.0, 4647.0, 4664.0, 4646.0, 4643.0, 4645.0, 4645.0, 4645.0, 4685.0, 4657.0, 4695.0, 4679.0, 4687.0, 4644.0, 4674.0, 4646.0, 4664.0, 4644.0, 4696.0, 4658.0, 4684.0, 4646.0, 4646.0, 4647.0, 4656.0, 4666.0, 4668.0, 4656.0, 4657.0, 4657.0, 4655.0, 4647.0, 4659.0, 4666.0, 4697.0, 4657.0, 4687.0, 4694.0, 4675.0, 4716.0, 4706.0, 4725.0, 4696.0, 4692.0, 4678.0, 4695.0, 4646.0, 4695.0, 4678.0, 4685.0, 4677.0, 4695.0, 4657.0, 4673.0, 4656.0, 4671.0, 4664.0, 4691.0, 4674.0, 4689.0, 4642.0, 4680.0, 4634.0, 4671.0, 4643.0, 4673.0, 4630.0, 4682.0, 4630.0, 4643.0, 4632.0, 4642.0, 4642.0, 4663.0, 4660.0, 4643.0, 4630.0, 4643.0, 4644.0, 4642.0, 4681.0, 4644.0, 4682.0, 4644.0, 4662.0, 4644.0, 4672.0, 4643.0, 4675.0, 4646.0, 4683.0, 4666.0, 4687.0, 4656.0, 4694.0, 4656.0, 4684.0, 4657.0, 4688.0, 4655.0, 4685.0, 4655.0, 4676.0, 4657.0, 4665.0, 4645.0, 4697.0, 4686.0, 4705.0, 4644.0, 4656.0, 4672.0, 4656.0, 4702.0, 4684.0, 4704.0, 4695.0, 4701.0, 4654.0, 4672.0, 4643.0, 4665.0, 4644.0, 4682.0, 4665.0, 4701.0, 4643.0, 4653.0, 4641.0, 4654.0, 4644.0, 4694.0, 4654.0, 4713.0, 4635.0, 4644.0, 4641.0, 4644.0, 4689.0, 4644.0, 4691.0, 4673.0, 4682.0, 4642.0, 4662.0, 4631.0, 4642.0, 4643.0, 4643.0, 4694.0, 4645.0, 4672.0, 4643.0, 4651.0, 4645.0, 4643.0, 4645.0, 4646.0, 4646.0, 4666.0, 4657.0, 4648.0, 4658.0, 4668.0, 4669.0, 4669.0, 4659.0, 4678.0, 4660.0, 4668.0, 4675.0, 4697.0, 4716.0, 4708.0, 4694.0, 4664.0, 4704.0, 4665.0, 4727.0, 4697.0, 4701.0, 4683.0, 4642.0, 4644.0, 4654.0, 4646.0, 4654.0, 4674.0, 4662.0, 4692.0, 4644.0, 4664.0, 4634.0, 4655.0, 4642.0, 4684.0, 4681.0, 4702.0, 4642.0, 4653.0, 4631.0, 4641.0, 4630.0, 4663.0, 4669.0, 4672.0, 4642.0, 4644.0, 4645.0, 4642.0, 4643.0, 4644.0, 4642.0, 4663.0, 4643.0, 4654.0, 4643.0, 4655.0, 4642.0, 4676.0, 4652.0, 4704.0, 4644.0, 4664.0, 4645.0, 4656.0, 4646.0, 4694.0, 4645.0, 4705.0, 4646.0, 4695.0, 4645.0, 4654.0, 4645.0, 4696.0, 4683.0, 4704.0, 4651.0, 4656.0, 4642.0, 4642.0, 4700.0, 4663.0, 4690.0, 4682.0, 4671.0, 4644.0, 4672.0, 4644.0, 4671.0, 4635.0, 4693.0, 4644.0, 4694.0, 4644.0, 4643.0, 4643.0, 4645.0, 4643.0, 4658.0, 4684.0, 4667.0, 4695.0, 4668.0, 4669.0, 4627.0, 4692.0, 4670.0, 4669.0, 4658.0, 4667.0, 4667.0, 4667.0, 4675.0, 4668.0, 4695.0, 4687.0, 4704.0, 4684.0, 4714.0, 4655.0, 4692.0, 4665.0, 4703.0, 4676.0, 4701.0, 4693.0, 4701.0, 4664.0, 4683.0, 4651.0, 4680.0, 4661.0, 4682.0, 4663.0, 4651.0, 4653.0, 4652.0, 4653.0, 4672.0, 4667.0, 4693.0, 4676.0, 4656.0, 4666.0, 4666.0, 4668.0, 4695.0, 4668.0, 4667.0, 4656.0, 4665.0, 4656.0, 4655.0, 4656.0, 4705.0, 4686.0, 4665.0, 4659.0, 4655.0, 4656.0, 4704.0, 4687.0, 4704.0, 4695.0, 4703.0, 4656.0, 4692.0, 4653.0, 4683.0, 4676.0, 4702.0, 4654.0, 4671.0, 4643.0, 4675.0, 4644.0, 4683.0, 4644.0, 4702.0, 4643.0, 4664.0, 4643.0, 4643.0, 4643.0, 4681.0, 4653.0, 4693.0, 4655.0, 4667.0, 4655.0, 4674.0, 4654.0, 4703.0, 4653.0, 4683.0, 4645.0, 4652.0, 4644.0, 4674.0, 4654.0, 4702.0, 4652.0, 4654.0, 4652.0, 4654.0, 4652.0, 4655.0, 4653.0, 4665.0, 4651.0, 4655.0, 4654.0, 4653.0, 4690.0, 4655.0, 4703.0, 4695.0, 4692.0, 4654.0, 4663.0, 4652.0, 4643.0, 4643.0, 4664.0, 4662.0, 4695.0, 4653.0, 4655.0, 4641.0, 4645.0, 4671.0, 4663.0, 4674.0, 4656.0, 4666.0, 4666.0, 4656.0, 4657.0, 4674.0, 4655.0, 4686.0, 4683.0, 4705.0, 4654.0, 4666.0, 4669.0, 4668.0, 4667.0, 4657.0, 4667.0, 4676.0, 4653.0, 4694.0, 4668.0, 4687.0, 4669.0, 4687.0, 4657.0, 4708.0, 4684.0, 4713.0, 4657.0, 4698.0, 4656.0, 4686.0, 4653.0], 'WindowWidth': [10410.0, 10335.0, 10420.0, 10234.0, 10106.0, 10250.0, 10260.0, 10220.0, 10216.0, 10197.0, 10211.0, 10207.0, 10277.0, 10258.0, 10282.0, 10254.0, 10259.0, 10227.0, 10216.0, 10215.0, 10171.0, 10208.0, 10121.0, 10150.0, 10124.0, 10149.0, 10129.0, 10177.0, 10127.0, 10166.0, 10133.0, 10154.0, 10163.0, 10178.0, 10150.0, 10130.0, 10147.0, 10151.0, 10171.0, 10157.0, 10181.0, 10157.0, 10170.0, 10182.0, 10231.0, 10162.0, 10175.0, 10166.0, 10200.0, 10185.0, 10188.0, 10183.0, 10234.0, 10203.0, 10252.0, 10192.0, 10251.0, 10259.0, 10280.0, 10266.0, 10250.0, 10233.0, 10305.0, 10260.0, 10266.0, 10249.0, 10258.0, 10235.0, 10198.0, 10200.0, 10268.0, 10199.0, 10230.0, 10194.0, 10242.0, 10206.0, 10204.0, 10178.0, 10235.0, 10188.0, 10244.0, 10199.0, 10192.0, 10201.0, 10179.0, 10184.0, 10226.0, 10213.0, 10174.0, 10226.0, 10180.0, 10197.0, 10180.0, 10182.0, 10187.0, 10260.0, 10220.0, 10226.0, 10207.0, 10230.0, 10177.0, 10214.0, 10161.0, 10175.0, 10176.0, 10181.0, 10264.0, 10209.0, 10228.0, 10181.0, 10229.0, 10179.0, 10205.0, 10183.0, 10225.0, 10215.0, 10233.0, 10187.0, 10208.0, 10184.0, 10191.0, 10187.0, 10259.0, 10168.0, 10234.0, 10170.0, 10260.0, 10233.0, 10221.0, 10260.0, 10247.0, 10162.0, 10164.0, 10175.0, 10177.0, 10225.0, 10207.0, 10253.0, 10241.0, 10251.0, 10251.0, 10240.0, 10213.0, 10231.0, 10193.0, 10206.0, 10154.0, 10195.0, 10157.0, 10204.0, 10160.0, 10206.0, 10171.0, 10197.0, 10179.0, 10187.0, 10160.0, 10171.0, 10158.0, 10192.0, 10178.0, 10200.0, 10177.0, 10231.0, 10159.0, 10177.0, 10175.0, 10177.0, 10174.0, 10180.0, 10180.0, 10201.0, 10184.0, 10202.0, 10200.0, 10202.0, 10203.0, 10202.0, 10218.0, 10201.0, 10184.0, 10204.0, 10197.0, 10199.0, 10200.0, 10200.0, 10232.0, 10221.0, 10254.0, 10261.0, 10244.0, 10219.0, 10215.0, 10176.0, 10213.0, 10169.0, 10220.0, 10179.0, 10221.0, 10181.0, 10227.0, 10178.0, 10187.0, 10182.0, 10179.0, 10185.0, 10184.0, 10230.0, 10207.0, 10229.0, 10191.0, 10254.0, 10178.0, 10233.0, 10190.0, 10210.0, 10202.0, 10253.0, 10205.0, 10235.0, 10187.0, 10212.0, 10201.0, 10284.0, 10209.0, 10257.0, 10182.0, 10227.0, 10184.0, 10182.0, 10199.0, 10209.0, 10260.0, 10237.0, 10236.0, 10200.0, 10236.0, 10174.0, 10217.0, 10184.0, 10211.0, 10156.0, 10222.0, 10159.0, 10213.0, 10154.0, 10159.0, 10158.0, 10177.0, 10157.0, 10177.0, 10185.0, 10229.0, 10162.0, 10182.0, 10180.0, 10181.0, 10225.0, 10174.0, 10243.0, 10218.0, 10202.0, 10178.0, 10228.0, 10166.0, 10229.0, 10182.0, 10216.0, 10160.0, 10188.0, 10188.0, 10203.0, 10168.0, 10178.0, 10173.0, 10178.0, 10229.0, 10185.0, 10244.0, 10190.0, 10241.0, 10178.0, 10177.0, 10177.0, 10174.0, 10180.0, 10198.0, 10188.0, 10203.0, 10186.0, 10202.0, 10201.0, 10200.0, 10200.0, 10199.0, 10246.0, 10244.0, 10241.0, 10241.0, 10245.0, 10195.0, 10259.0, 10208.0, 10263.0, 10236.0, 10252.0, 10215.0, 10266.0, 10200.0, 10232.0, 10177.0, 10213.0, 10206.0, 10244.0, 10190.0, 10200.0, 10231.0, 10201.0, 10212.0, 10176.0, 10205.0, 10193.0, 10193.0, 10182.0, 10182.0, 10181.0, 10193.0, 10187.0, 10198.0, 10177.0, 10181.0, 10191.0, 10193.0, 10208.0, 10244.0, 10177.0, 10188.0, 10227.0, 10186.0, 10253.0, 10244.0, 10237.0, 10222.0, 10218.0, 10169.0, 10206.0, 10158.0, 10181.0, 10159.0, 10223.0, 10193.0, 10240.0, 10154.0, 10171.0, 10171.0, 10154.0, 10203.0, 10163.0, 10209.0, 10185.0, 10185.0, 10174.0, 10197.0, 10175.0, 10201.0, 10165.0, 10206.0, 10186.0, 10241.0, 10163.0, 10162.0, 10194.0, 10162.0, 10235.0, 10163.0, 10228.0, 10219.0, 10195.0, 10161.0, 10190.0, 10167.0, 10189.0, 10176.0, 10239.0, 10183.0, 10246.0, 10180.0, 10183.0, 10183.0, 10183.0, 10242.0, 10219.0, 10258.0, 10228.0, 10223.0, 10177.0, 10188.0, 10159.0, 10191.0, 10182.0, 10218.0, 10162.0, 10220.0, 10180.0, 10181.0, 10179.0, 10177.0, 10256.0, 10201.0, 10251.0, 10233.0, 10229.0, 10181.0, 10204.0, 10186.0, 10200.0, 10182.0, 10196.0, 10182.0, 10247.0, 10184.0, 10192.0, 10202.0, 10192.0, 10184.0, 10207.0, 10205.0, 10250.0, 10198.0, 10205.0, 10251.0, 10197.0, 10299.0, 10272.0, 10276.0, 10200.0, 10228.0, 10176.0, 10251.0, 10243.0, 10280.0, 10196.0, 10236.0, 10205.0, 10199.0, 10178.0, 10191.0, 10163.0, 10234.0, 10179.0, 10181.0, 10159.0, 10175.0, 10229.0, 10203.0, 10175.0, 10177.0, 10212.0, 10170.0, 10213.0, 10180.0, 10227.0, 10222.0, 10218.0, 10184.0, 10212.0, 10178.0, 10213.0, 10191.0, 10209.0, 10188.0, 10235.0, 10201.0, 10209.0, 10168.0, 10184.0, 10165.0, 10201.0, 10182.0, 10213.0, 10161.0, 10203.0, 10178.0, 10182.0, 10194.0, 10196.0, 10185.0, 10187.0, 10208.0, 10184.0, 10178.0, 10183.0, 10182.0, 10184.0, 10237.0, 10202.0, 10251.0, 10233.0, 10241.0, 10183.0, 10220.0, 10187.0, 10207.0, 10183.0, 10256.0, 10204.0, 10235.0, 10187.0, 10186.0, 10187.0, 10201.0, 10213.0, 10218.0, 10202.0, 10202.0, 10202.0, 10199.0, 10188.0, 10207.0, 10213.0, 10258.0, 10201.0, 10243.0, 10249.0, 10223.0, 10282.0, 10271.0, 10296.0, 10254.0, 10243.0, 10229.0, 10251.0, 10187.0, 10253.0, 10233.0, 10235.0, 10231.0, 10251.0, 10206.0, 10219.0, 10198.0, 10212.0, 10205.0, 10238.0, 10218.0, 10232.0, 10173.0, 10221.0, 10164.0, 10212.0, 10174.0, 10214.0, 10154.0, 10225.0, 10154.0, 10175.0, 10161.0, 10174.0, 10173.0, 10203.0, 10195.0, 10176.0, 10156.0, 10175.0, 10178.0, 10176.0, 10226.0, 10179.0, 10228.0, 10180.0, 10202.0, 10180.0, 10215.0, 10179.0, 10222.0, 10187.0, 10233.0, 10214.0, 10241.0, 10201.0, 10248.0, 10202.0, 10236.0, 10204.0, 10245.0, 10199.0, 10238.0, 10200.0, 10227.0, 10203.0, 10212.0, 10185.0, 10256.0, 10238.0, 10264.0, 10181.0, 10199.0, 10217.0, 10199.0, 10258.0, 10233.0, 10261.0, 10250.0, 10253.0, 10195.0, 10216.0, 10178.0, 10208.0, 10180.0, 10229.0, 10209.0, 10252.0, 10179.0, 10190.0, 10174.0, 10194.0, 10181.0, 10247.0, 10192.0, 10272.0, 10169.0, 10179.0, 10172.0, 10178.0, 10234.0, 10178.0, 10238.0, 10216.0, 10227.0, 10173.0, 10202.0, 10159.0, 10175.0, 10177.0, 10177.0, 10250.0, 10182.0, 10215.0, 10178.0, 10186.0, 10183.0, 10178.0, 10184.0, 10186.0, 10187.0, 10215.0, 10207.0, 10192.0, 10209.0, 10220.0, 10222.0, 10224.0, 10209.0, 10234.0, 10211.0, 10219.0, 10225.0, 10256.0, 10282.0, 10272.0, 10248.0, 10208.0, 10261.0, 10210.0, 10300.0, 10257.0, 10253.0, 10230.0, 10173.0, 10178.0, 10193.0, 10185.0, 10193.0, 10221.0, 10201.0, 10244.0, 10180.0, 10206.0, 10164.0, 10193.0, 10175.0, 10233.0, 10225.0, 10256.0, 10170.0, 10190.0, 10155.0, 10169.0, 10154.0, 10201.0, 10207.0, 10213.0, 10174.0, 10177.0, 10181.0, 10173.0, 10175.0, 10178.0, 10172.0, 10202.0, 10175.0, 10193.0, 10179.0, 10195.0, 10177.0, 10225.0, 10189.0, 10262.0, 10180.0, 10206.0, 10183.0, 10198.0, 10184.0, 10248.0, 10184.0, 10266.0, 10187.0, 10252.0, 10184.0, 10196.0, 10184.0, 10253.0, 10230.0, 10261.0, 10186.0, 10196.0, 10172.0, 10174.0, 10248.0, 10203.0, 10236.0, 10227.0, 10211.0, 10179.0, 10214.0, 10179.0, 10213.0, 10167.0, 10244.0, 10180.0, 10246.0, 10181.0, 10178.0, 10178.0, 10182.0, 10178.0, 10205.0, 10240.0, 10220.0, 10253.0, 10219.0, 10224.0, 10140.0, 10265.0, 10231.0, 10226.0, 10207.0, 10219.0, 10217.0, 10219.0, 10226.0, 10218.0, 10253.0, 10243.0, 10263.0, 10238.0, 10276.0, 10197.0, 10243.0, 10210.0, 10260.0, 10225.0, 10254.0, 10245.0, 10252.0, 10205.0, 10228.0, 10185.0, 10223.0, 10200.0, 10227.0, 10205.0, 10187.0, 10191.0, 10189.0, 10193.0, 10217.0, 10218.0, 10248.0, 10228.0, 10200.0, 10216.0, 10213.0, 10219.0, 10251.0, 10219.0, 10217.0, 10202.0, 10212.0, 10202.0, 10197.0, 10200.0, 10269.0, 10242.0, 10211.0, 10208.0, 10200.0, 10199.0, 10263.0, 10244.0, 10262.0, 10251.0, 10261.0, 10198.0, 10242.0, 10193.0, 10232.0, 10226.0, 10257.0, 10194.0, 10213.0, 10177.0, 10222.0, 10179.0, 10230.0, 10178.0, 10255.0, 10178.0, 10207.0, 10177.0, 10176.0, 10177.0, 10228.0, 10192.0, 10247.0, 10197.0, 10213.0, 10197.0, 10221.0, 10195.0, 10258.0, 10192.0, 10231.0, 10183.0, 10188.0, 10179.0, 10219.0, 10193.0, 10257.0, 10188.0, 10193.0, 10190.0, 10193.0, 10190.0, 10197.0, 10193.0, 10209.0, 10188.0, 10196.0, 10193.0, 10193.0, 10238.0, 10196.0, 10259.0, 10251.0, 10242.0, 10193.0, 10201.0, 10188.0, 10177.0, 10175.0, 10207.0, 10202.0, 10248.0, 10190.0, 10194.0, 10173.0, 10181.0, 10212.0, 10206.0, 10221.0, 10199.0, 10212.0, 10215.0, 10199.0, 10203.0, 10221.0, 10198.0, 10238.0, 10231.0, 10262.0, 10193.0, 10215.0, 10225.0, 10219.0, 10217.0, 10203.0, 10216.0, 10228.0, 10196.0, 10251.0, 10222.0, 10244.0, 10224.0, 10244.0, 10203.0, 10272.0, 10236.0, 10274.0, 10204.0, 10257.0, 10198.0, 10237.0, 10190.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.007923756845564074</td></tr>
<tr><td colspan=3>aqi</td><td>0.02434007787513691</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.56237882888157</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2573160780263164</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0613083660855251</td></tr>
<tr><td colspan=3>efc</td><td>0.4574</td></tr>
<tr><td colspan=3>fber</td><td>5638.168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1083717752871821</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.4622124863088715</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525701453090447</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.553576848208893</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.650038664090882</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.373488846971567</td></tr>
<tr><td colspan=3>gcor</td><td>0.00769579</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006592870224267244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016274357214570045</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.8922697843355425</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.3748</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.5263</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.196</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306301.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>887.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.1009</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2587</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.4046</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3931.4058</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1080.3388</td></tr>
<tr><td colspan=3>tsnr</td><td>41.53370067849755</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>