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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0005_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-02/func/sub-0005_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a9db98d2d5ad5649bd9ab57fb32809be</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:38:35.975000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998754, 0.0308959, -0.0391981, -0.0299913, 0.999275, 0.0234601]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0995773</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7768, -7241, 451, -58, -3, -17, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>281.466</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1b90578b-89a8-445c-9ab2-d9470201de05||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6795830726623535, -0.08046438544988632, -0.10771503299474716, 116.4556884765625], [-0.08289140462875366, 2.680981159210205, 0.06008922681212425, -84.69401550292969], [-0.10516553372144699, -0.06294175237417221, 2.697181224822998, -25.715633392333984], [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': ['143835.975000', '143836.435000', '143836.895000', '143837.355000', '143837.815000', '143838.275000', '143838.735000', '143839.195000', '143839.655000', '143840.115000', '143840.575000', '143841.035000', '143841.495000', '143841.955000', '143842.415000', '143842.875000', '143843.335000', '143843.795000', '143844.255000', '143844.715000', '143845.175000', '143845.635000', '143846.095000', '143846.555000', '143847.015000', '143847.475000', '143847.935000', '143848.395000', '143848.855000', '143849.315000', '143849.775000', '143850.235000', '143850.695000', '143851.155000', '143851.615000', '143852.075000', '143852.535000', '143852.995000', '143853.455000', '143853.915000', '143854.375000', '143854.835000', '143855.295000', '143855.755000', '143856.215000', '143856.675000', '143857.135000', '143857.595000', '143858.055000', '143858.515000', '143858.975000', '143859.435000', '143859.895000', '143900.355000', '143900.815000', '143901.275000', '143901.735000', '143902.195000', '143902.655000', '143903.115000', '143903.575000', '143904.035000', '143904.495000', '143904.955000', '143905.415000', '143905.875000', '143906.335000', '143906.795000', '143907.255000', '143907.715000', '143908.175000', '143908.635000', '143909.095000', '143909.555000', '143910.015000', '143910.475000', '143910.935000', '143911.395000', '143911.855000', '143912.315000', '143912.775000', '143913.235000', '143913.695000', '143914.155000', '143914.615000', '143915.075000', '143915.535000', '143915.995000', '143916.455000', '143916.915000', '143917.375000', '143917.835000', '143918.295000', '143918.755000', '143919.215000', '143919.675000', '143920.135000', '143920.595000', '143921.055000', '143921.515000', '143921.975000', '143922.435000', '143922.895000', '143923.355000', '143923.815000', '143924.275000', '143924.735000', '143925.195000', '143925.655000', '143926.115000', '143926.575000', '143927.035000', '143927.495000', '143927.955000', '143928.415000', '143928.875000', '143929.335000', '143929.795000', '143930.255000', '143930.715000', '143931.175000', '143931.635000', '143932.095000', '143932.555000', '143933.015000', '143933.475000', '143933.935000', '143934.395000', '143934.855000', '143935.315000', '143935.775000', '143936.235000', '143936.695000', '143937.155000', '143937.615000', '143938.075000', '143938.535000', '143938.995000', '143939.455000', '143939.915000', '143940.375000', '143940.835000', '143941.295000', '143941.755000', '143942.215000', '143942.675000', '143943.135000', '143943.595000', '143944.055000', '143944.515000', '143944.975000', '143945.435000', '143945.895000', '143946.355000', '143946.815000', '143947.275000', '143947.735000', '143948.195000', '143948.655000', '143949.115000', '143949.575000', '143950.035000', '143950.495000', '143950.955000', '143951.415000', '143951.875000', '143952.335000', '143952.795000', '143953.255000', '143953.715000', '143954.175000', '143954.635000', '143955.095000', '143955.555000', '143956.015000', '143956.475000', '143956.935000', '143957.395000', '143957.855000', '143958.315000', '143958.775000', '143959.235000', '143959.695000', '144000.155000', '144000.615000', '144001.075000', '144001.535000', '144001.995000', '144002.455000', '144002.915000', '144003.375000', '144003.835000', '144004.295000', '144004.755000', '144005.215000', '144005.675000', '144006.135000', '144006.595000', '144007.055000', '144007.515000', '144007.975000', '144008.435000', '144008.895000', '144009.355000', '144009.815000', '144010.275000', '144010.735000', '144011.195000', '144011.655000', '144012.115000', '144012.575000', '144013.035000', '144013.495000', '144013.955000', '144014.415000', '144014.875000', '144015.335000', '144015.795000', '144016.255000', '144016.715000', '144017.175000', '144017.635000', '144018.095000', '144018.555000', '144019.015000', '144019.475000', '144019.935000', '144020.395000', '144020.855000', '144021.315000', '144021.775000', '144022.235000', '144022.695000', '144023.155000', '144023.615000', '144024.075000', '144024.535000', '144024.995000', '144025.455000', '144025.915000', '144026.375000', '144026.835000', '144027.295000', '144027.755000', '144028.215000', '144028.675000', '144029.135000', '144029.595000', '144030.055000', '144030.515000', '144030.975000', '144031.435000', '144031.895000', '144032.355000', '144032.815000', '144033.275000', '144033.735000', '144034.195000', '144034.655000', '144035.115000', '144035.575000', '144036.035000', '144036.495000', '144036.955000', '144037.415000', '144037.875000', '144038.335000', '144038.795000', '144039.255000', '144039.715000', '144040.175000', '144040.635000', '144041.095000', '144041.555000', '144042.015000', '144042.475000', '144042.935000', '144043.395000', '144043.855000', '144044.315000', '144044.775000', '144045.235000', '144045.695000', '144046.155000', '144046.615000', '144047.075000', '144047.535000', '144047.995000', '144048.455000', '144048.915000', '144049.375000', '144049.835000', '144050.295000', '144050.755000', '144051.215000', '144051.675000', '144052.135000', '144052.595000', '144053.055000', '144053.515000', '144053.975000', '144054.435000', '144054.895000', '144055.355000', '144055.815000', '144056.275000', '144056.735000', '144057.195000', '144057.655000', '144058.115000', '144058.575000', '144059.035000', '144059.495000', '144059.955000', '144100.415000', '144100.875000', '144101.335000', '144101.795000', '144102.255000', '144102.715000', '144103.175000', '144103.635000', '144104.095000', '144104.555000', '144105.015000', '144105.475000', '144105.935000', '144106.395000', '144106.855000', '144107.315000', '144107.775000', '144108.235000', '144108.695000', '144109.155000', '144109.615000', '144110.075000', '144110.535000', '144110.995000', '144111.455000', '144111.915000', '144112.375000', '144112.835000', '144113.295000', '144113.755000', '144114.215000', '144114.675000', '144115.135000', '144115.595000', '144116.055000', '144116.515000', '144116.975000', '144117.435000', '144117.895000', '144118.355000', '144118.815000', '144119.275000', '144119.735000', '144120.195000', '144120.655000', '144121.115000', '144121.575000', '144122.035000', '144122.495000', '144122.955000', '144123.415000', '144123.875000', '144124.335000', '144124.795000', '144125.255000', '144125.715000', '144126.175000', '144126.635000', '144127.095000', '144127.555000', '144128.015000', '144128.475000', '144128.935000', '144129.395000', '144129.855000', '144130.315000', '144130.775000', '144131.235000', '144131.695000', '144132.155000', '144132.615000', '144133.075000', '144133.535000', '144133.995000', '144134.455000', '144134.915000', '144135.375000', '144135.835000', '144136.295000', '144136.755000', '144137.215000', '144137.675000', '144138.135000', '144138.595000', '144139.055000', '144139.515000', '144139.975000', '144140.435000', '144140.895000', '144141.355000', '144141.815000', '144142.275000', '144142.735000', '144143.195000', '144143.655000', '144144.115000', '144144.575000', '144145.035000', '144145.495000', '144145.955000', '144146.415000', '144146.875000', '144147.335000', '144147.795000', '144148.255000', '144148.715000', '144149.175000', '144149.635000', '144150.095000', '144150.555000', '144151.015000', '144151.475000', '144151.935000', '144152.395000', '144152.855000', '144153.315000', '144153.775000', '144154.235000', '144154.695000', '144155.155000', '144155.615000', '144156.075000', '144156.535000', '144156.995000', '144157.455000', '144157.915000', '144158.375000', '144158.835000', '144159.295000', '144159.755000', '144200.215000', '144200.675000', '144201.135000', '144201.595000', '144202.055000', '144202.515000', '144202.975000', '144203.435000', '144203.895000', '144204.355000', '144204.815000', '144205.275000', '144205.735000', '144206.195000', '144206.655000', '144207.115000', '144207.575000', '144208.035000', '144208.495000', '144208.955000', '144209.415000', '144209.875000', '144210.335000', '144210.795000', '144211.255000', '144211.715000', '144212.175000', '144212.635000', '144213.095000', '144213.555000', '144214.015000', '144214.475000', '144214.935000', '144215.395000', '144215.855000', '144216.315000', '144216.775000', '144217.235000', '144217.695000', '144218.155000', '144218.615000', '144219.075000', '144219.535000', '144219.995000', '144220.455000', '144220.915000', '144221.375000', '144221.835000', '144222.295000', '144222.755000', '144223.215000', '144223.675000', '144224.135000', '144224.595000', '144225.055000', '144225.515000', '144225.975000', '144226.435000', '144226.895000', '144227.355000', '144227.815000', '144228.275000', '144228.735000', '144229.195000', '144229.655000', '144230.115000', '144230.575000', '144231.035000', '144231.495000', '144231.955000', '144232.415000', '144232.875000', '144233.335000', '144233.795000', '144234.255000', '144234.715000', '144235.175000', '144235.635000', '144236.095000', '144236.555000', '144237.015000', '144237.475000', '144237.935000', '144238.395000', '144238.855000', '144239.315000', '144239.775000', '144240.235000', '144240.695000', '144241.155000', '144241.615000', '144242.075000', '144242.535000', '144242.995000', '144243.455000', '144243.915000', '144244.375000', '144244.835000', '144245.295000', '144245.755000', '144246.215000', '144246.675000', '144247.135000', '144247.595000', '144248.055000', '144248.515000', '144248.975000', '144249.435000', '144249.895000', '144250.355000', '144250.815000', '144251.275000', '144251.735000', '144252.195000', '144252.655000', '144253.115000', '144253.575000', '144254.035000', '144254.495000', '144254.955000', '144255.415000', '144255.875000', '144256.335000', '144256.795000', '144257.255000', '144257.715000', '144258.175000', '144258.635000', '144259.095000', '144259.555000', '144300.015000', '144300.475000', '144300.935000', '144301.395000', '144301.855000', '144302.315000', '144302.775000', '144303.235000', '144303.695000', '144304.155000', '144304.615000', '144305.075000', '144305.535000', '144305.995000', '144306.455000', '144306.915000', '144307.375000', '144307.835000', '144308.295000', '144308.755000', '144309.215000', '144309.675000', '144310.135000', '144310.595000', '144311.055000', '144311.515000', '144311.975000', '144312.435000', '144312.895000', '144313.355000', '144313.815000', '144314.275000', '144314.735000', '144315.195000', '144315.655000', '144316.115000', '144316.575000', '144317.035000', '144317.495000', '144317.955000', '144318.415000', '144318.875000', '144319.335000', '144319.795000', '144320.255000', '144320.715000', '144321.175000', '144321.635000', '144322.095000', '144322.555000', '144323.015000', '144323.475000', '144323.935000', '144324.395000', '144324.855000', '144325.315000', '144325.775000', '144326.235000', '144326.695000', '144327.155000', '144327.615000', '144328.075000', '144328.535000', '144328.995000', '144329.455000', '144329.915000', '144330.375000', '144330.835000', '144331.295000', '144331.755000', '144332.215000', '144332.675000', '144333.135000', '144333.595000', '144334.055000', '144334.515000', '144334.975000', '144335.435000', '144335.895000', '144336.355000', '144336.815000', '144337.275000', '144337.735000', '144338.195000', '144338.655000', '144339.115000', '144339.575000', '144340.035000', '144340.495000', '144340.955000', '144341.415000', '144341.875000', '144342.335000', '144342.795000', '144343.255000', '144343.715000', '144344.175000', '144344.635000', '144345.095000', '144345.555000', '144346.015000', '144346.475000', '144346.935000', '144347.395000', '144347.855000', '144348.315000', '144348.775000', '144349.235000', '144349.695000', '144350.155000', '144350.615000', '144351.075000', '144351.535000', '144351.995000', '144352.455000', '144352.915000', '144353.375000', '144353.835000', '144354.295000', '144354.755000', '144355.215000', '144355.675000', '144356.135000', '144356.595000', '144357.055000', '144357.515000', '144357.975000', '144358.435000', '144358.895000', '144359.355000', '144359.815000', '144400.275000', '144400.735000', '144401.195000', '144401.655000', '144402.115000', '144402.575000', '144403.035000', '144403.495000', '144403.955000', '144404.415000', '144404.875000', '144405.335000', '144405.795000', '144406.255000', '144406.715000', '144407.175000', '144407.635000', '144408.095000', '144408.555000', '144409.015000', '144409.475000', '144409.935000', '144410.395000', '144410.855000', '144411.315000', '144411.775000', '144412.235000', '144412.695000', '144413.155000', '144413.615000', '144414.075000', '144414.535000', '144414.995000', '144415.455000', '144415.915000', '144416.375000', '144416.835000', '144417.295000', '144417.755000', '144418.215000', '144418.675000', '144419.135000', '144419.595000', '144420.055000', '144420.515000', '144420.975000', '144421.435000', '144421.895000', '144422.355000', '144422.815000', '144423.275000', '144423.735000', '144424.195000', '144424.655000', '144425.115000', '144425.575000', '144426.035000', '144426.495000', '144426.955000', '144427.415000', '144427.875000', '144428.335000', '144428.795000', '144429.255000', '144429.715000', '144430.175000', '144430.635000', '144431.095000', '144431.555000', '144432.015000', '144432.475000', '144432.935000', '144433.395000', '144433.855000', '144434.315000', '144434.775000', '144435.235000', '144435.695000', '144436.155000', '144436.615000', '144437.075000', '144437.535000', '144437.995000', '144438.455000', '144438.915000', '144439.375000', '144439.835000', '144440.295000', '144440.755000', '144441.215000', '144441.675000', '144442.135000', '144442.595000', '144443.055000', '144443.515000', '144443.975000', '144444.435000', '144444.895000', '144445.355000', '144445.815000', '144446.275000', '144446.735000', '144447.195000', '144447.655000', '144448.115000', '144448.575000', '144449.035000', '144449.495000', '144449.955000', '144450.415000', '144450.875000', '144451.335000', '144451.795000', '144452.255000', '144452.715000', '144453.175000', '144453.635000', '144454.095000', '144454.555000', '144455.015000', '144455.475000', '144455.935000', '144456.395000', '144456.855000', '144457.315000', '144457.775000', '144458.235000', '144458.695000', '144459.155000', '144459.615000', '144500.075000', '144500.535000', '144500.995000', '144501.455000', '144501.915000', '144502.375000', '144502.835000', '144503.295000', '144503.755000', '144504.215000', '144504.675000', '144505.135000', '144505.595000', '144506.055000', '144506.515000', '144506.975000', '144507.435000', '144507.895000', '144508.355000', '144508.815000', '144509.275000', '144509.735000', '144510.195000', '144510.655000', '144511.115000', '144511.575000', '144512.035000', '144512.495000', '144512.955000', '144513.415000', '144513.875000', '144514.335000', '144514.795000', '144515.255000', '144515.715000', '144516.175000', '144516.635000', '144517.095000', '144517.555000', '144518.015000', '144518.475000', '144518.935000', '144519.395000', '144519.855000', '144520.315000', '144520.775000', '144521.235000', '144521.695000', '144522.155000', '144522.615000', '144523.075000', '144523.535000', '144523.995000', '144524.455000', '144524.915000', '144525.375000', '144525.835000', '144526.295000', '144526.755000', '144527.215000', '144527.675000', '144528.135000', '144528.595000', '144529.055000', '144529.515000', '144529.975000', '144530.435000', '144530.895000', '144531.355000', '144531.815000', '144532.275000', '144532.735000', '144533.195000', '144533.655000', '144534.115000', '144534.575000', '144535.035000', '144535.495000', '144535.955000'], 'ContentTime': ['143850.872000', '143850.875000', '143850.878000', '143850.881000', '143850.884000', '143850.886000', '143850.889000', '143850.892000', '143850.895000', '143850.898000', '143850.900000', '143850.903000', '143850.906000', '143850.909000', '143850.912000', '143850.915000', '143850.918000', '143850.920000', '143850.923000', '143850.926000', '143850.929000', '143850.932000', '143850.939000', '143850.942000', '143850.945000', '143850.948000', '143850.951000', '143850.954000', '143850.957000', '143850.960000', '143910.803000', '143910.806000', '143910.809000', '143910.812000', '143910.815000', '143910.818000', '143910.821000', '143910.823000', '143910.826000', '143910.829000', '143910.832000', '143910.835000', '143910.838000', '143910.841000', '143910.843000', '143910.846000', '143910.849000', '143910.852000', '143910.855000', '143910.858000', '143910.860000', '143910.870000', '143910.873000', '143910.876000', '143910.879000', '143910.881000', '143910.884000', '143910.887000', '143910.890000', '143910.893000', '143910.895000', '143910.898000', '143910.901000', '143910.904000', '143910.907000', '143910.909000', '143910.912000', '143910.915000', '143910.918000', '143910.921000', '143910.924000', '143910.926000', '143910.929000', '143930.802000', '143930.805000', '143930.808000', '143930.811000', '143930.813000', '143930.816000', '143930.819000', '143930.822000', '143930.825000', '143930.828000', '143930.831000', '143930.833000', '143930.836000', '143930.839000', '143930.842000', '143930.850000', '143930.853000', '143930.856000', '143930.858000', '143930.861000', '143930.864000', '143930.867000', '143930.870000', '143930.873000', '143930.875000', '143930.887000', '143930.890000', '143930.893000', '143930.896000', '143930.898000', '143930.901000', '143930.909000', '143930.912000', '143930.914000', '143930.917000', '143930.920000', '143930.923000', '143930.925000', '143930.928000', '143930.931000', '143930.934000', '143930.937000', '143930.940000', '143930.943000', '143950.802000', '143950.805000', '143950.808000', '143950.811000', '143950.814000', '143950.817000', '143950.820000', '143950.823000', '143950.825000', '143950.828000', '143950.831000', '143950.834000', '143950.837000', '143950.840000', '143950.843000', '143950.845000', '143950.848000', '143950.854000', '143950.856000', '143950.859000', '143950.862000', '143950.865000', '143950.868000', '143950.871000', '143950.874000', '143950.877000', '143950.879000', '143950.882000', '143950.885000', '143950.888000', '143950.891000', '143950.894000', '143950.897000', '143950.899000', '143950.902000', '143950.905000', '143950.908000', '143950.911000', '143950.914000', '143950.917000', '143950.919000', '143950.922000', '143950.925000', '144010.802000', '144010.805000', '144010.808000', '144010.811000', '144010.813000', '144010.816000', '144010.819000', '144010.822000', '144010.825000', '144010.828000', '144010.831000', '144010.834000', '144010.836000', '144010.839000', '144010.842000', '144010.845000', '144010.848000', '144010.851000', '144010.854000', '144010.857000', '144010.864000', '144010.867000', '144010.870000', '144010.873000', '144010.876000', '144010.878000', '144010.881000', '144010.884000', '144010.887000', '144010.890000', '144010.893000', '144010.896000', '144010.899000', '144010.901000', '144010.911000', '144010.914000', '144010.916000', '144010.919000', '144010.923000', '144010.925000', '144010.928000', '144010.931000', '144010.934000', '144010.937000', '144030.802000', '144030.805000', '144030.808000', '144030.810000', '144030.813000', '144030.816000', '144030.819000', '144030.822000', '144030.825000', '144030.828000', '144030.830000', '144030.833000', '144030.836000', '144030.839000', '144030.842000', '144030.844000', '144030.847000', '144030.850000', '144030.853000', '144030.856000', '144030.859000', '144030.862000', '144030.865000', '144030.868000', '144030.871000', '144030.873000', '144030.876000', '144030.879000', '144030.882000', '144030.885000', '144030.895000', '144030.898000', '144030.901000', '144030.904000', '144030.907000', '144030.909000', '144030.912000', '144030.915000', '144030.918000', '144030.921000', '144030.923000', '144030.926000', '144030.929000', '144050.802000', '144050.805000', '144050.808000', '144050.811000', '144050.813000', '144050.816000', '144050.819000', '144050.822000', '144050.825000', '144050.828000', '144050.831000', '144050.833000', '144050.836000', '144050.839000', '144050.842000', '144050.845000', '144050.848000', '144050.850000', '144050.853000', '144050.856000', '144050.859000', '144050.862000', '144050.865000', '144050.867000', '144050.870000', '144050.873000', '144050.876000', '144050.879000', '144050.882000', '144050.884000', '144050.887000', '144050.890000', '144050.893000', '144050.896000', '144050.898000', '144050.901000', '144050.904000', '144050.907000', '144050.910000', '144050.913000', '144050.916000', '144050.919000', '144050.922000', '144050.924000', '144110.803000', '144110.806000', '144110.809000', '144110.812000', '144110.815000', '144110.818000', '144110.820000', '144110.823000', '144110.826000', '144110.829000', '144110.832000', '144110.835000', '144110.838000', '144110.840000', '144110.843000', '144110.846000', '144110.849000', '144110.852000', '144110.854000', '144110.858000', '144110.877000', '144110.880000', '144110.883000', '144110.885000', '144110.888000', '144110.891000', '144110.894000', '144110.897000', '144110.900000', '144110.902000', '144110.905000', '144110.908000', '144110.911000', '144110.914000', '144110.916000', '144110.919000', '144110.922000', '144110.925000', '144110.928000', '144110.931000', '144110.934000', '144110.936000', '144110.939000', '144130.803000', '144130.806000', '144130.809000', '144130.812000', '144130.814000', '144130.817000', '144130.820000', '144130.823000', '144130.826000', '144130.829000', '144130.831000', '144130.834000', '144130.837000', '144130.840000', '144130.843000', '144130.846000', '144130.848000', '144130.851000', '144130.854000', '144130.857000', '144130.860000', '144130.863000', '144130.865000', '144130.868000', '144130.871000', '144130.874000', '144130.877000', '144130.879000', '144130.882000', '144130.885000', '144130.888000', '144130.891000', '144130.893000', '144130.896000', '144130.899000', '144130.902000', '144130.905000', '144130.908000', '144130.910000', '144130.913000', '144130.916000', '144130.919000', '144130.922000', '144130.925000', '144150.802000', '144150.805000', '144150.808000', '144150.811000', '144150.813000', '144150.816000', '144150.819000', '144150.822000', '144150.825000', '144150.827000', '144150.830000', '144150.833000', '144150.836000', '144150.839000', '144150.842000', '144150.844000', '144150.847000', '144150.850000', '144150.853000', '144150.856000', '144150.859000', '144150.862000', '144150.864000', '144150.867000', '144150.870000', '144150.873000', '144150.876000', '144150.878000', '144150.881000', '144150.884000', '144150.887000', '144150.890000', '144150.893000', '144150.895000', '144150.898000', '144150.901000', '144150.904000', '144150.907000', '144150.910000', '144150.913000', '144150.916000', '144150.918000', '144150.921000', '144210.802000', '144210.805000', '144210.808000', '144210.811000', '144210.814000', '144210.816000', '144210.819000', '144210.822000', '144210.825000', '144210.828000', '144210.831000', '144210.834000', '144210.836000', '144210.839000', '144210.842000', '144210.845000', '144210.848000', '144210.851000', '144210.854000', '144210.856000', '144210.859000', '144210.862000', '144210.865000', '144210.868000', '144210.871000', '144210.874000', '144210.877000', '144210.879000', '144210.882000', '144210.885000', '144210.888000', '144210.891000', '144210.894000', '144210.897000', '144210.900000', '144210.902000', '144210.905000', '144210.908000', '144210.911000', '144210.914000', '144210.917000', '144210.920000', '144210.922000', '144210.925000', '144230.802000', '144230.805000', '144230.808000', '144230.811000', '144230.813000', '144230.816000', '144230.819000', '144230.822000', '144230.825000', '144230.828000', '144230.830000', '144230.833000', '144230.836000', '144230.839000', '144230.843000', '144230.846000', '144230.849000', '144230.852000', '144230.855000', '144230.858000', '144230.861000', '144230.864000', '144230.866000', '144230.869000', '144230.872000', '144230.875000', '144230.878000', '144230.880000', '144230.883000', '144230.886000', '144230.889000', '144230.892000', '144230.895000', '144230.898000', '144230.901000', '144230.904000', '144230.907000', '144230.909000', '144230.912000', '144230.918000', '144230.921000', '144230.924000', '144230.926000', '144250.802000', '144250.805000', '144250.822000', '144250.825000', '144250.828000', '144250.830000', '144250.833000', '144250.836000', '144250.839000', '144250.842000', '144250.845000', '144250.848000', '144250.851000', '144250.853000', '144250.856000', '144250.859000', '144250.862000', '144250.865000', '144250.868000', '144250.871000', '144250.873000', '144250.876000', '144250.879000', '144250.882000', '144250.885000', '144250.888000', '144250.891000', '144250.894000', '144250.896000', '144250.899000', '144250.902000', '144250.905000', '144250.908000', '144250.911000', '144250.914000', '144250.917000', '144250.920000', '144250.922000', '144250.925000', '144250.928000', '144250.931000', '144250.934000', '144250.937000', '144250.939000', '144310.802000', '144310.805000', '144310.808000', '144310.811000', '144310.814000', '144310.816000', '144310.819000', '144310.822000', '144310.825000', '144310.828000', '144310.831000', '144310.833000', '144310.836000', '144310.839000', '144310.848000', '144310.851000', '144310.854000', '144310.857000', '144310.860000', '144310.863000', '144310.865000', '144310.868000', '144310.871000', '144310.874000', '144310.877000', '144310.880000', '144310.883000', '144310.886000', '144310.888000', '144310.891000', '144310.894000', '144310.897000', '144310.900000', '144310.903000', '144310.905000', '144310.908000', '144310.911000', '144310.914000', '144310.917000', '144310.920000', '144310.923000', '144310.927000', '144310.930000', '144330.802000', '144330.805000', '144330.808000', '144330.811000', '144330.813000', '144330.816000', '144330.819000', '144330.822000', '144330.825000', '144330.828000', '144330.831000', '144330.834000', '144330.837000', '144330.839000', '144330.842000', '144330.845000', '144330.848000', '144330.851000', '144330.854000', '144330.857000', '144330.859000', '144330.862000', '144330.865000', '144330.868000', '144330.871000', '144330.874000', '144330.876000', '144330.879000', '144330.882000', '144330.885000', '144330.888000', '144330.891000', '144330.894000', '144330.897000', '144330.899000', '144330.902000', '144330.905000', '144330.908000', '144330.911000', '144330.914000', '144330.917000', '144330.920000', '144330.922000', '144330.925000', '144350.803000', '144350.806000', '144350.809000', '144350.812000', '144350.814000', '144350.817000', '144350.820000', '144350.823000', '144350.826000', '144350.829000', '144350.831000', '144350.834000', '144350.837000', '144350.840000', '144350.843000', '144350.846000', '144350.849000', '144350.851000', '144350.854000', '144350.857000', '144350.860000', '144350.863000', '144350.866000', '144350.868000', '144350.871000', '144350.874000', '144350.877000', '144350.881000', '144350.884000', '144350.887000', '144350.890000', '144350.893000', '144350.895000', '144350.898000', '144350.901000', '144350.904000', '144350.907000', '144350.909000', '144350.912000', '144350.915000', '144350.918000', '144350.921000', '144350.924000', '144410.802000', '144410.805000', '144410.808000', '144410.811000', '144410.814000', '144410.817000', '144410.819000', '144410.822000', '144410.825000', '144410.828000', '144410.831000', '144410.834000', '144410.837000', '144410.839000', '144410.842000', '144410.846000', '144410.849000', '144410.852000', '144410.855000', '144410.858000', '144410.861000', '144410.863000', '144410.866000', '144410.874000', '144410.877000', '144410.886000', '144410.888000', '144410.911000', '144410.914000', '144410.917000', '144410.920000', '144410.923000', '144410.926000', '144410.928000', '144410.931000', '144410.934000', '144410.937000', '144410.940000', '144410.943000', '144410.946000', '144410.949000', '144410.952000', '144410.955000', '144410.958000', '144430.802000', '144430.805000', '144430.808000', '144430.811000', '144430.814000', '144430.817000', '144430.820000', '144430.822000', '144430.825000', '144430.828000', '144430.831000', '144430.834000', '144430.837000', '144430.840000', '144430.843000', '144430.846000', '144430.848000', '144430.852000', '144430.854000', '144430.858000', '144430.860000', '144430.863000', '144430.866000', '144430.869000', '144430.872000', '144430.875000', '144430.878000', '144430.881000', '144430.884000', '144430.887000', '144430.890000', '144430.892000', '144430.895000', '144430.898000', '144430.901000', '144430.904000', '144430.907000', '144430.910000', '144430.913000', '144430.915000', '144430.918000', '144430.921000', '144430.924000', '144450.803000', '144450.806000', '144450.813000', '144450.816000', '144450.819000', '144450.822000', '144450.825000', '144450.828000', '144450.830000', '144450.833000', '144450.836000', '144450.839000', '144450.842000', '144450.845000', '144450.848000', '144450.851000', '144450.853000', '144450.856000', '144450.859000', '144450.862000', '144450.865000', '144450.868000', '144450.871000', '144450.873000', '144450.876000', '144450.879000', '144450.882000', '144450.885000', '144450.888000', '144450.891000', '144450.894000', '144450.896000', '144450.899000', '144450.902000', '144450.905000', '144450.908000', '144450.911000', '144450.914000', '144450.916000', '144450.919000', '144450.922000', '144450.925000', '144450.928000', '144450.931000', '144510.802000', '144510.805000', '144510.808000', '144510.811000', '144510.814000', '144510.817000', '144510.820000', '144510.822000', '144510.825000', '144510.828000', '144510.831000', '144510.834000', '144510.837000', '144510.840000', '144510.843000', '144510.846000', '144510.849000', '144510.851000', '144510.854000', '144510.857000', '144510.860000', '144510.863000', '144510.866000', '144510.869000', '144510.872000', '144510.875000', '144510.877000', '144510.880000', '144510.883000', '144510.886000', '144510.889000', '144510.892000', '144510.895000', '144510.907000', '144510.910000', '144510.912000', '144510.915000', '144510.920000', '144510.923000', '144510.925000', '144510.928000', '144510.931000', '144510.934000', '144530.802000', '144530.805000', '144530.808000', '144530.811000', '144530.820000', '144530.823000', '144530.826000', '144530.829000', '144530.832000', '144530.835000', '144530.838000', '144530.841000', '144530.844000', '144530.852000', '144530.855000', '144530.858000', '144530.860000', '144530.863000', '144530.866000', '144530.869000', '144530.872000', '144530.875000', '144530.878000', '144530.880000', '144530.884000', '144530.887000', '144530.890000', '144530.893000', '144530.896000', '144530.899000', '144530.902000', '144530.905000', '144530.908000', '144530.911000', '144530.913000', '144530.916000', '144530.919000', '144530.935000', '144530.938000', '144530.941000', '144530.944000', '144530.947000', '144530.949000', '144530.952000', '144537.272000', '144537.275000', '144537.279000', '144537.284000', '144537.289000', '144537.292000', '144537.295000', '144537.300000', '144537.303000', '144537.305000', '144537.308000', '144537.311000', '144537.314000', '144537.317000'], 'InstanceCreationTime': ['143850.872000', '143850.875000', '143850.878000', '143850.881000', '143850.884000', '143850.886000', '143850.889000', '143850.892000', '143850.895000', '143850.898000', '143850.900000', '143850.903000', '143850.906000', '143850.909000', '143850.912000', '143850.915000', '143850.918000', '143850.920000', '143850.923000', '143850.926000', '143850.929000', '143850.932000', '143850.939000', '143850.942000', '143850.945000', '143850.948000', '143850.951000', '143850.954000', '143850.957000', '143850.960000', '143910.803000', '143910.806000', '143910.809000', '143910.812000', '143910.815000', '143910.818000', '143910.821000', '143910.823000', '143910.826000', '143910.829000', '143910.832000', '143910.835000', '143910.838000', '143910.841000', '143910.843000', '143910.846000', '143910.849000', '143910.852000', '143910.855000', '143910.858000', '143910.860000', '143910.870000', '143910.873000', '143910.876000', '143910.879000', '143910.881000', '143910.884000', '143910.887000', '143910.890000', '143910.893000', '143910.895000', '143910.898000', '143910.901000', '143910.904000', '143910.907000', '143910.909000', '143910.912000', '143910.915000', '143910.918000', '143910.921000', '143910.924000', '143910.926000', '143910.929000', '143930.802000', '143930.805000', '143930.808000', '143930.811000', '143930.813000', '143930.816000', '143930.819000', '143930.822000', '143930.825000', '143930.828000', '143930.831000', '143930.833000', '143930.836000', '143930.839000', '143930.842000', '143930.850000', '143930.853000', '143930.856000', '143930.858000', '143930.861000', '143930.864000', '143930.867000', '143930.870000', '143930.873000', '143930.875000', '143930.887000', '143930.890000', '143930.893000', '143930.896000', '143930.898000', '143930.901000', '143930.909000', '143930.912000', '143930.914000', '143930.917000', '143930.920000', '143930.923000', '143930.925000', '143930.928000', '143930.931000', '143930.934000', '143930.937000', '143930.940000', '143930.943000', '143950.802000', '143950.805000', '143950.808000', '143950.811000', '143950.814000', '143950.817000', '143950.820000', '143950.823000', '143950.825000', '143950.828000', '143950.831000', '143950.834000', '143950.837000', '143950.840000', '143950.843000', '143950.845000', '143950.848000', '143950.854000', '143950.856000', '143950.859000', '143950.862000', '143950.865000', '143950.868000', '143950.871000', '143950.874000', '143950.877000', '143950.879000', '143950.882000', '143950.885000', '143950.888000', '143950.891000', '143950.894000', '143950.897000', '143950.899000', '143950.902000', '143950.905000', '143950.908000', '143950.911000', '143950.914000', '143950.917000', '143950.919000', '143950.922000', '143950.925000', '144010.802000', '144010.805000', '144010.808000', '144010.811000', '144010.813000', '144010.816000', '144010.819000', '144010.822000', '144010.825000', '144010.828000', '144010.831000', '144010.834000', '144010.836000', '144010.839000', '144010.842000', '144010.845000', '144010.848000', '144010.851000', '144010.854000', '144010.857000', '144010.864000', '144010.867000', '144010.870000', '144010.873000', '144010.876000', '144010.878000', '144010.881000', '144010.884000', '144010.887000', '144010.890000', '144010.893000', '144010.896000', '144010.899000', '144010.901000', '144010.911000', '144010.914000', '144010.916000', '144010.919000', '144010.923000', '144010.925000', '144010.928000', '144010.931000', '144010.934000', '144010.937000', '144030.802000', '144030.805000', '144030.808000', '144030.810000', '144030.813000', '144030.816000', '144030.819000', '144030.822000', '144030.825000', '144030.828000', '144030.830000', '144030.833000', '144030.836000', '144030.839000', '144030.842000', '144030.844000', '144030.847000', '144030.850000', '144030.853000', '144030.856000', '144030.859000', '144030.862000', '144030.865000', '144030.868000', '144030.871000', '144030.873000', '144030.876000', '144030.879000', '144030.882000', '144030.885000', '144030.895000', '144030.898000', '144030.901000', '144030.904000', '144030.907000', '144030.909000', '144030.912000', '144030.915000', '144030.918000', '144030.921000', '144030.923000', '144030.926000', '144030.929000', '144050.802000', '144050.805000', '144050.808000', '144050.811000', '144050.813000', '144050.816000', '144050.819000', '144050.822000', '144050.825000', '144050.828000', '144050.831000', '144050.833000', '144050.836000', '144050.839000', '144050.842000', '144050.845000', '144050.848000', '144050.850000', '144050.853000', '144050.856000', '144050.859000', '144050.862000', '144050.865000', '144050.867000', '144050.870000', '144050.873000', '144050.876000', '144050.879000', '144050.882000', '144050.884000', '144050.887000', '144050.890000', '144050.893000', '144050.896000', '144050.898000', '144050.901000', '144050.904000', '144050.907000', '144050.910000', '144050.913000', '144050.916000', '144050.919000', '144050.922000', '144050.924000', '144110.803000', '144110.806000', '144110.809000', '144110.812000', '144110.815000', '144110.818000', '144110.820000', '144110.823000', '144110.826000', '144110.829000', '144110.832000', '144110.835000', '144110.838000', '144110.840000', '144110.843000', '144110.846000', '144110.849000', '144110.852000', '144110.854000', '144110.858000', '144110.877000', '144110.880000', '144110.883000', '144110.885000', '144110.888000', '144110.891000', '144110.894000', '144110.897000', '144110.900000', '144110.902000', '144110.905000', '144110.908000', '144110.911000', '144110.914000', '144110.916000', '144110.919000', '144110.922000', '144110.925000', '144110.928000', '144110.931000', '144110.934000', '144110.936000', '144110.939000', '144130.803000', '144130.806000', '144130.809000', '144130.812000', '144130.814000', '144130.817000', '144130.820000', '144130.823000', '144130.826000', '144130.829000', '144130.831000', '144130.834000', '144130.837000', '144130.840000', '144130.843000', '144130.846000', '144130.848000', '144130.851000', '144130.854000', '144130.857000', '144130.860000', '144130.863000', '144130.865000', '144130.868000', '144130.871000', '144130.874000', '144130.877000', '144130.879000', '144130.882000', '144130.885000', '144130.888000', '144130.891000', '144130.893000', '144130.896000', '144130.899000', '144130.902000', '144130.905000', '144130.908000', '144130.910000', '144130.913000', '144130.916000', '144130.919000', '144130.922000', '144130.925000', '144150.802000', '144150.805000', '144150.808000', '144150.811000', '144150.813000', '144150.816000', '144150.819000', '144150.822000', '144150.825000', '144150.827000', '144150.830000', '144150.833000', '144150.836000', '144150.839000', '144150.842000', '144150.844000', '144150.847000', '144150.850000', '144150.853000', '144150.856000', '144150.859000', '144150.862000', '144150.864000', '144150.867000', '144150.870000', '144150.873000', '144150.876000', '144150.878000', '144150.881000', '144150.884000', '144150.887000', '144150.890000', '144150.893000', '144150.895000', '144150.898000', '144150.901000', '144150.904000', '144150.907000', '144150.910000', '144150.913000', '144150.916000', '144150.918000', '144150.921000', '144210.802000', '144210.805000', '144210.808000', '144210.811000', '144210.814000', '144210.816000', '144210.819000', '144210.822000', '144210.825000', '144210.828000', '144210.831000', '144210.834000', '144210.836000', '144210.839000', '144210.842000', '144210.845000', '144210.848000', '144210.851000', '144210.854000', '144210.856000', '144210.859000', '144210.862000', '144210.865000', '144210.868000', '144210.871000', '144210.874000', '144210.877000', '144210.879000', '144210.882000', '144210.885000', '144210.888000', '144210.891000', '144210.894000', '144210.897000', '144210.900000', '144210.902000', '144210.905000', '144210.908000', '144210.911000', '144210.914000', '144210.917000', '144210.920000', '144210.922000', '144210.925000', '144230.802000', '144230.805000', '144230.808000', '144230.811000', '144230.813000', '144230.816000', '144230.819000', '144230.822000', '144230.825000', '144230.828000', '144230.830000', '144230.833000', '144230.836000', '144230.839000', '144230.843000', '144230.846000', '144230.849000', '144230.852000', '144230.855000', '144230.858000', '144230.861000', '144230.864000', '144230.866000', '144230.869000', '144230.872000', '144230.875000', '144230.878000', '144230.880000', '144230.883000', '144230.886000', '144230.889000', '144230.892000', '144230.895000', '144230.898000', '144230.901000', '144230.904000', '144230.907000', '144230.909000', '144230.912000', '144230.918000', '144230.921000', '144230.924000', '144230.926000', '144250.802000', '144250.805000', '144250.822000', '144250.825000', '144250.828000', '144250.830000', '144250.833000', '144250.836000', '144250.839000', '144250.842000', '144250.845000', '144250.848000', '144250.851000', '144250.853000', '144250.856000', '144250.859000', '144250.862000', '144250.865000', '144250.868000', '144250.871000', '144250.873000', '144250.876000', '144250.879000', '144250.882000', '144250.885000', '144250.888000', '144250.891000', '144250.894000', '144250.896000', '144250.899000', '144250.902000', '144250.905000', '144250.908000', '144250.911000', '144250.914000', '144250.917000', '144250.920000', '144250.922000', '144250.925000', '144250.928000', '144250.931000', '144250.934000', '144250.937000', '144250.939000', '144310.802000', '144310.805000', '144310.808000', '144310.811000', '144310.814000', '144310.816000', '144310.819000', '144310.822000', '144310.825000', '144310.828000', '144310.831000', '144310.833000', '144310.836000', '144310.839000', '144310.848000', '144310.851000', '144310.854000', '144310.857000', '144310.860000', '144310.863000', '144310.865000', '144310.868000', '144310.871000', '144310.874000', '144310.877000', '144310.880000', '144310.883000', '144310.886000', '144310.888000', '144310.891000', '144310.894000', '144310.897000', '144310.900000', '144310.903000', '144310.905000', '144310.908000', '144310.911000', '144310.914000', '144310.917000', '144310.920000', '144310.923000', '144310.927000', '144310.930000', '144330.802000', '144330.805000', '144330.808000', '144330.811000', '144330.813000', '144330.816000', '144330.819000', '144330.822000', '144330.825000', '144330.828000', '144330.831000', '144330.834000', '144330.837000', '144330.839000', '144330.842000', '144330.845000', '144330.848000', '144330.851000', '144330.854000', '144330.857000', '144330.859000', '144330.862000', '144330.865000', '144330.868000', '144330.871000', '144330.874000', '144330.876000', '144330.879000', '144330.882000', '144330.885000', '144330.888000', '144330.891000', '144330.894000', '144330.897000', '144330.899000', '144330.902000', '144330.905000', '144330.908000', '144330.911000', '144330.914000', '144330.917000', '144330.920000', '144330.922000', '144330.925000', '144350.803000', '144350.806000', '144350.809000', '144350.812000', '144350.814000', '144350.817000', '144350.820000', '144350.823000', '144350.826000', '144350.829000', '144350.831000', '144350.834000', '144350.837000', '144350.840000', '144350.843000', '144350.846000', '144350.849000', '144350.851000', '144350.854000', '144350.857000', '144350.860000', '144350.863000', '144350.866000', '144350.868000', '144350.871000', '144350.874000', '144350.877000', '144350.881000', '144350.884000', '144350.887000', '144350.890000', '144350.893000', '144350.895000', '144350.898000', '144350.901000', '144350.904000', '144350.907000', '144350.909000', '144350.912000', '144350.915000', '144350.918000', '144350.921000', '144350.924000', '144410.802000', '144410.805000', '144410.808000', '144410.811000', '144410.814000', '144410.817000', '144410.819000', '144410.822000', '144410.825000', '144410.828000', '144410.831000', '144410.834000', '144410.837000', '144410.839000', '144410.842000', '144410.846000', '144410.849000', '144410.852000', '144410.855000', '144410.858000', '144410.861000', '144410.863000', '144410.866000', '144410.874000', '144410.877000', '144410.886000', '144410.888000', '144410.911000', '144410.914000', '144410.917000', '144410.920000', '144410.923000', '144410.926000', '144410.928000', '144410.931000', '144410.934000', '144410.937000', '144410.940000', '144410.943000', '144410.946000', '144410.949000', '144410.952000', '144410.955000', '144410.958000', '144430.802000', '144430.805000', '144430.808000', '144430.811000', '144430.814000', '144430.817000', '144430.820000', '144430.822000', '144430.825000', '144430.828000', '144430.831000', '144430.834000', '144430.837000', '144430.840000', '144430.843000', '144430.846000', '144430.848000', '144430.852000', '144430.854000', '144430.858000', '144430.860000', '144430.863000', '144430.866000', '144430.869000', '144430.872000', '144430.875000', '144430.878000', '144430.881000', '144430.884000', '144430.887000', '144430.890000', '144430.892000', '144430.895000', '144430.898000', '144430.901000', '144430.904000', '144430.907000', '144430.910000', '144430.913000', '144430.915000', '144430.918000', '144430.921000', '144430.924000', '144450.803000', '144450.806000', '144450.813000', '144450.816000', '144450.819000', '144450.822000', '144450.825000', '144450.828000', '144450.830000', '144450.833000', '144450.836000', '144450.839000', '144450.842000', '144450.845000', '144450.848000', '144450.851000', '144450.853000', '144450.856000', '144450.859000', '144450.862000', '144450.865000', '144450.868000', '144450.871000', '144450.873000', '144450.876000', '144450.879000', '144450.882000', '144450.885000', '144450.888000', '144450.891000', '144450.894000', '144450.896000', '144450.899000', '144450.902000', '144450.905000', '144450.908000', '144450.911000', '144450.914000', '144450.916000', '144450.919000', '144450.922000', '144450.925000', '144450.928000', '144450.931000', '144510.802000', '144510.805000', '144510.808000', '144510.811000', '144510.814000', '144510.817000', '144510.820000', '144510.822000', '144510.825000', '144510.828000', '144510.831000', '144510.834000', '144510.837000', '144510.840000', '144510.843000', '144510.846000', '144510.849000', '144510.851000', '144510.854000', '144510.857000', '144510.860000', '144510.863000', '144510.866000', '144510.869000', '144510.872000', '144510.875000', '144510.877000', '144510.880000', '144510.883000', '144510.886000', '144510.889000', '144510.892000', '144510.895000', '144510.907000', '144510.910000', '144510.912000', '144510.915000', '144510.920000', '144510.923000', '144510.925000', '144510.928000', '144510.931000', '144510.934000', '144530.802000', '144530.805000', '144530.808000', '144530.811000', '144530.820000', '144530.823000', '144530.826000', '144530.829000', '144530.832000', '144530.835000', '144530.838000', '144530.841000', '144530.844000', '144530.852000', '144530.855000', '144530.858000', '144530.860000', '144530.863000', '144530.866000', '144530.869000', '144530.872000', '144530.875000', '144530.878000', '144530.880000', '144530.884000', '144530.887000', '144530.890000', '144530.893000', '144530.896000', '144530.899000', '144530.902000', '144530.905000', '144530.908000', '144530.911000', '144530.913000', '144530.916000', '144530.919000', '144530.935000', '144530.938000', '144530.941000', '144530.944000', '144530.947000', '144530.949000', '144530.952000', '144537.272000', '144537.275000', '144537.279000', '144537.284000', '144537.289000', '144537.292000', '144537.295000', '144537.300000', '144537.303000', '144537.305000', '144537.308000', '144537.311000', '144537.314000', '144537.317000'], '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': [12365, 8988, 8645, 9924, 8162, 10259, 8105, 10361, 9724, 12035, 10406, 16626, 11429, 12327, 10074, 10859, 9569, 10400, 9285, 9972, 8036, 9006, 11345, 8853, 8298, 8259, 8012, 8465, 11517, 7920, 11546, 8422, 8670, 7903, 11512, 7660, 11895, 8266, 10735, 7568, 10753, 9765, 10010, 8717, 9809, 8206, 9745, 13045, 8690, 12145, 10027, 12133, 8690, 12521, 9396, 11837, 7781, 11588, 8003, 10672, 7944, 10370, 7813, 10673, 9051, 9505, 10114, 9326, 8381, 8748, 10847, 8736, 9026, 9070, 8555, 8603, 15059, 12087, 11382, 8020, 11422, 7957, 10474, 7956, 10410, 8018, 10218, 7979, 10618, 8187, 10485, 8351, 11050, 11205, 10595, 8743, 9199, 9506, 10526, 9002, 10358, 8960, 9544, 9203, 8746, 9038, 8237, 8913, 8657, 9278, 8561, 8003, 8937, 8112, 8493, 8396, 9485, 8341, 9981, 8071, 10329, 7831, 10722, 9579, 8742, 11872, 8681, 13644, 10724, 13269, 9009, 13898, 9273, 13215, 7942, 11450, 8179, 11686, 9477, 8730, 8319, 9154, 8472, 9050, 9214, 9495, 9706, 8372, 10667, 7657, 11029, 7916, 11566, 8548, 11429, 8364, 11241, 8043, 10803, 7763, 10771, 8108, 10757, 8392, 10658, 8023, 10921, 8670, 10947, 9180, 8206, 8267, 7826, 11083, 9607, 11408, 8084, 10928, 8142, 9927, 9032, 9480, 8097, 8584, 8036, 9220, 7859, 10087, 8095, 10316, 7678, 10906, 8528, 10636, 8332, 12740, 10159, 11242, 9557, 10964, 9063, 10055, 8580, 13377, 10001, 11739, 7823, 11564, 7949, 10397, 8332, 7627, 7990, 7734, 9223, 7863, 9889, 8662, 9753, 8911, 10617, 8718, 11937, 7844, 11429, 7838, 11343, 8810, 12249, 9336, 8564, 8062, 8710, 11277, 7852, 11845, 8346, 12132, 9647, 10555, 8950, 7651, 9200, 7648, 8590, 8331, 7752, 10924, 8999, 9835, 10681, 8767, 11742, 8304, 13814, 10168, 13361, 10617, 13076, 10020, 11964, 8218, 9278, 7892, 7851, 8643, 7822, 9360, 8520, 10334, 7827, 10163, 7818, 8956, 7548, 9997, 8369, 9719, 8022, 8344, 11515, 9065, 7660, 7810, 7704, 8640, 8012, 9923, 7888, 10253, 8056, 11770, 8165, 11606, 7745, 11946, 8630, 11339, 9426, 8240, 8011, 9847, 9149, 11669, 10078, 7729, 9459, 8818, 10949, 8414, 13189, 9661, 10764, 8347, 8463, 10209, 8332, 12126, 8161, 12606, 9614, 13144, 10207, 8667, 8846, 10053, 11919, 8623, 11692, 8697, 10894, 9328, 9234, 10491, 9445, 10520, 7969, 11934, 9108, 10435, 8429, 8534, 8807, 9992, 11283, 7784, 11516, 8808, 11021, 10075, 8173, 9590, 8068, 11207, 8854, 8812, 9811, 7819, 9477, 8966, 8854, 13715, 10027, 14622, 9426, 12780, 9741, 12794, 10235, 10661, 8565, 8940, 8601, 9130, 9195, 8222, 9298, 8579, 9641, 7663, 10298, 7867, 10533, 9396, 11006, 8215, 10457, 8026, 10647, 10997, 9123, 7976, 9038, 7580, 8922, 8432, 8462, 7721, 9154, 7595, 8056, 11765, 8950, 12015, 9956, 10882, 8659, 12265, 10489, 10840, 9703, 10293, 8400, 12180, 9831, 8888, 8914, 7653, 8957, 7580, 10566, 8027, 10756, 8324, 10175, 8483, 9768, 7754, 10245, 7784, 11435, 8904, 11165, 8555, 9860, 8991, 9661, 9636, 8203, 9536, 11280, 9968, 8477, 9060, 8163, 10256, 7913, 10609, 7868, 11265, 8418, 11284, 8044, 11730, 8731, 12237, 9742, 11390, 8224, 10784, 8052, 10383, 8275, 7735, 8030, 9736, 8466, 13362, 10477, 10381, 8657, 10148, 8033, 11554, 10535, 8506, 9643, 7888, 10269, 8689, 12346, 7920, 11652, 7821, 11379, 9551, 7514, 10012, 7735, 10878, 8703, 11687, 9463, 7941, 9229, 9495, 11662, 8546, 9157, 9162, 9020, 13796, 9697, 12941, 10442, 11474, 10487, 8724, 9666, 8634, 11823, 8861, 9683, 8549, 9331, 8640, 9716, 8617, 8878, 9367, 8565, 10119, 7622, 10987, 9022, 7624, 8849, 9409, 10791, 7592, 11718, 8155, 11810, 8187, 11327, 7899, 11237, 8002, 10293, 7817, 9589, 8215, 9840, 7619, 9332, 7699, 9373, 8081, 9957, 8593, 11290, 7503, 11225, 9013, 12045, 8044, 11269, 7778, 9981, 8313, 9357, 8327, 8946, 7789, 9137, 7800, 10773, 7783, 11778, 8737, 12038, 9511, 14046, 11141, 13520, 8700, 12143, 9341, 12049, 10045, 11207, 8840, 11125, 9583, 8217, 8910, 7898, 8782, 11790, 8447, 8293, 8539, 7940, 9269, 8802, 9772, 7901, 9240, 7743, 10310, 7673, 10581, 8728, 9901, 8690, 11977, 8558, 11790, 7844, 12909, 10071, 12940, 8714, 12231, 7960, 11005, 9337, 10568, 8609, 9357, 8404, 9531, 8542, 11242, 7836, 11129, 7651, 11297, 8564, 12158, 9597, 11725, 8423, 12146, 8993, 11831, 9479, 11733, 8254, 11841, 9029, 11890, 9053, 11504, 7995, 10661, 8608, 9867, 8424, 9958, 8307, 9720, 7844, 11042, 8083, 11101, 7888, 11016, 8413, 9050, 8763, 8653, 11245, 8902, 9879, 9897, 8309, 12366, 8166, 13927, 10357, 13798, 8777, 12124, 9094, 12192, 9704, 8016, 8081, 7618, 9646, 7723, 10338, 7633, 9889, 8081, 8118, 9199, 9863, 8507, 10312, 9437, 11715, 10256, 7713, 9945, 9411, 11456, 8552, 11445, 8701, 10083, 8392, 10408, 9507, 8071, 9270, 8360, 8408, 8836, 8215, 11951, 8134, 11001, 7641, 10426, 7940, 9625, 7729, 9674, 8103, 9136, 7694, 9693, 7890, 9759, 7978, 10178, 8083, 10071, 8500, 11176, 7801, 11841, 8306, 10249, 8555, 8245, 11762, 7638, 12266, 9147, 13796, 10541, 14094, 11049, 8297, 8755, 8390, 11723, 8441, 8451, 9793, 9716, 14225, 11549, 14240, 9666, 8826, 9806, 9749, 11348, 7938, 10855, 8024, 11653, 9098, 10429, 8051, 11429, 7789, 11175, 8878, 9839, 8755, 8166, 11318, 7754, 9646, 7642, 8869, 7948, 9718, 7868, 9595, 7837, 10006, 7902, 10781, 7847, 11231, 7924, 11668, 7782, 11204, 7967, 11642, 8695, 10651, 8227, 9565, 7730, 9975, 9327, 10566, 7673, 10682, 11622, 8187, 12093, 8183, 8549, 7713, 8657, 7858, 7953, 9200, 8046, 10525, 7805, 12282, 8641, 12521, 9384, 13096, 10227, 13665, 9566, 13456, 10084, 12920, 10730, 12449, 9256, 9772, 8090, 8978, 8424, 7718, 9357, 8106, 10171, 10054, 11385, 7777, 11049, 7910, 11826, 8667, 11652, 7939, 11015, 7723, 10395, 8991, 10473, 8503, 10182, 8035, 10813, 7844, 10127, 8135, 8980, 7974, 10589, 9460, 7999, 9494, 7773, 10562, 8428, 10810, 8175, 10727, 7879, 10407, 8721, 9381, 12019, 9265, 16352, 11744, 9526, 9140, 9386, 12515, 9059, 12293, 8773, 10505, 8672, 9219, 9512, 7798, 10574, 8075, 11125, 8233, 11307, 8048, 9474, 10505, 7903, 11728, 8117, 7915, 7749, 7662, 8674, 7879, 9638, 7480, 10328], 'WindowCenter': [4759.0, 4693.0, 4675.0, 4682.0, 4649.0, 4665.0, 4636.0, 4664.0, 4655.0, 4670.0, 4663.0, 4711.0, 4657.0, 4666.0, 4638.0, 4645.0, 4626.0, 4635.0, 4624.0, 4634.0, 4604.0, 4627.0, 4646.0, 4615.0, 4605.0, 4615.0, 4605.0, 4617.0, 4655.0, 4618.0, 4656.0, 4617.0, 4629.0, 4618.0, 4656.0, 4610.0, 4670.0, 4619.0, 4647.0, 4608.0, 4647.0, 4637.0, 4637.0, 4617.0, 4649.0, 4616.0, 4639.0, 4678.0, 4618.0, 4655.0, 4638.0, 4664.0, 4615.0, 4665.0, 4626.0, 4657.0, 4607.0, 4656.0, 4607.0, 4647.0, 4605.0, 4647.0, 4605.0, 4646.0, 4626.0, 4637.0, 4648.0, 4628.0, 4616.0, 4628.0, 4644.0, 4617.0, 4625.0, 4627.0, 4616.0, 4617.0, 4684.0, 4655.0, 4654.0, 4606.0, 4655.0, 4606.0, 4633.0, 4604.0, 4644.0, 4606.0, 4645.0, 4607.0, 4647.0, 4617.0, 4646.0, 4617.0, 4657.0, 4645.0, 4645.0, 4615.0, 4623.0, 4623.0, 4633.0, 4614.0, 4634.0, 4612.0, 4624.0, 4612.0, 4614.0, 4613.0, 4602.0, 4613.0, 4613.0, 4623.0, 4615.0, 4604.0, 4623.0, 4603.0, 4616.0, 4613.0, 4636.0, 4616.0, 4647.0, 4617.0, 4647.0, 4609.0, 4658.0, 4637.0, 4627.0, 4668.0, 4629.0, 4678.0, 4646.0, 4667.0, 4617.0, 4664.0, 4612.0, 4652.0, 4592.0, 4641.0, 4604.0, 4642.0, 4624.0, 4612.0, 4602.0, 4622.0, 4604.0, 4612.0, 4624.0, 4624.0, 4624.0, 4604.0, 4634.0, 4595.0, 4643.0, 4607.0, 4645.0, 4615.0, 4654.0, 4615.0, 4654.0, 4605.0, 4645.0, 4605.0, 4644.0, 4606.0, 4646.0, 4616.0, 4645.0, 4617.0, 4644.0, 4628.0, 4656.0, 4638.0, 4618.0, 4618.0, 4607.0, 4657.0, 4636.0, 4667.0, 4606.0, 4647.0, 4607.0, 4636.0, 4615.0, 4634.0, 4604.0, 4613.0, 4604.0, 4624.0, 4603.0, 4635.0, 4605.0, 4646.0, 4608.0, 4646.0, 4627.0, 4647.0, 4619.0, 4678.0, 4649.0, 4658.0, 4638.0, 4657.0, 4625.0, 4634.0, 4617.0, 4677.0, 4635.0, 4654.0, 4606.0, 4656.0, 4618.0, 4636.0, 4616.0, 4608.0, 4618.0, 4608.0, 4638.0, 4618.0, 4649.0, 4629.0, 4639.0, 4628.0, 4658.0, 4627.0, 4667.0, 4619.0, 4657.0, 4606.0, 4657.0, 4639.0, 4666.0, 4638.0, 4629.0, 4617.0, 4630.0, 4658.0, 4619.0, 4666.0, 4631.0, 4667.0, 4639.0, 4658.0, 4627.0, 4608.0, 4639.0, 4620.0, 4628.0, 4628.0, 4620.0, 4672.0, 4652.0, 4660.0, 4662.0, 4641.0, 4680.0, 4630.0, 4677.0, 4649.0, 4677.0, 4649.0, 4666.0, 4637.0, 4656.0, 4615.0, 4623.0, 4607.0, 4618.0, 4628.0, 4617.0, 4640.0, 4630.0, 4661.0, 4620.0, 4661.0, 4622.0, 4641.0, 4609.0, 4649.0, 4620.0, 4639.0, 4618.0, 4629.0, 4669.0, 4630.0, 4610.0, 4609.0, 4620.0, 4629.0, 4618.0, 4649.0, 4620.0, 4648.0, 4620.0, 4670.0, 4630.0, 4670.0, 4620.0, 4670.0, 4630.0, 4659.0, 4640.0, 4630.0, 4620.0, 4649.0, 4641.0, 4670.0, 4650.0, 4608.0, 4639.0, 4626.0, 4656.0, 4618.0, 4676.0, 4637.0, 4658.0, 4617.0, 4619.0, 4649.0, 4618.0, 4667.0, 4618.0, 4668.0, 4638.0, 4676.0, 4646.0, 4616.0, 4627.0, 4635.0, 4655.0, 4616.0, 4657.0, 4618.0, 4645.0, 4626.0, 4625.0, 4646.0, 4637.0, 4643.0, 4607.0, 4656.0, 4627.0, 4644.0, 4617.0, 4618.0, 4628.0, 4636.0, 4656.0, 4609.0, 4656.0, 4626.0, 4657.0, 4638.0, 4616.0, 4638.0, 4608.0, 4656.0, 4628.0, 4628.0, 4647.0, 4607.0, 4638.0, 4626.0, 4628.0, 4677.0, 4638.0, 4689.0, 4627.0, 4667.0, 4628.0, 4655.0, 4635.0, 4634.0, 4614.0, 4615.0, 4616.0, 4625.0, 4626.0, 4616.0, 4626.0, 4628.0, 4639.0, 4609.0, 4647.0, 4620.0, 4661.0, 4641.0, 4660.0, 4620.0, 4650.0, 4621.0, 4661.0, 4661.0, 4640.0, 4619.0, 4629.0, 4611.0, 4629.0, 4619.0, 4631.0, 4610.0, 4642.0, 4619.0, 4633.0, 4681.0, 4643.0, 4682.0, 4652.0, 4661.0, 4632.0, 4671.0, 4660.0, 4660.0, 4640.0, 4650.0, 4620.0, 4667.0, 4648.0, 4628.0, 4630.0, 4607.0, 4629.0, 4608.0, 4647.0, 4618.0, 4657.0, 4618.0, 4649.0, 4630.0, 4650.0, 4609.0, 4650.0, 4621.0, 4658.0, 4640.0, 4660.0, 4631.0, 4649.0, 4629.0, 4640.0, 4642.0, 4619.0, 4639.0, 4658.0, 4639.0, 4617.0, 4628.0, 4618.0, 4648.0, 4606.0, 4648.0, 4607.0, 4654.0, 4619.0, 4659.0, 4621.0, 4669.0, 4629.0, 4667.0, 4637.0, 4659.0, 4617.0, 4648.0, 4620.0, 4647.0, 4618.0, 4611.0, 4621.0, 4640.0, 4632.0, 4691.0, 4661.0, 4649.0, 4630.0, 4648.0, 4619.0, 4660.0, 4650.0, 4630.0, 4639.0, 4607.0, 4648.0, 4627.0, 4667.0, 4608.0, 4658.0, 4608.0, 4655.0, 4637.0, 4599.0, 4649.0, 4610.0, 4659.0, 4630.0, 4667.0, 4651.0, 4619.0, 4640.0, 4639.0, 4659.0, 4627.0, 4638.0, 4639.0, 4630.0, 4679.0, 4638.0, 4677.0, 4649.0, 4657.0, 4647.0, 4617.0, 4636.0, 4618.0, 4655.0, 4628.0, 4637.0, 4617.0, 4623.0, 4614.0, 4636.0, 4616.0, 4625.0, 4628.0, 4618.0, 4646.0, 4610.0, 4656.0, 4628.0, 4608.0, 4629.0, 4640.0, 4659.0, 4611.0, 4667.0, 4620.0, 4668.0, 4620.0, 4658.0, 4620.0, 4658.0, 4618.0, 4647.0, 4610.0, 4648.0, 4631.0, 4650.0, 4622.0, 4639.0, 4623.0, 4652.0, 4634.0, 4662.0, 4644.0, 4673.0, 4623.0, 4672.0, 4644.0, 4682.0, 4622.0, 4660.0, 4610.0, 4650.0, 4631.0, 4642.0, 4631.0, 4643.0, 4622.0, 4650.0, 4622.0, 4662.0, 4623.0, 4683.0, 4643.0, 4683.0, 4652.0, 4703.0, 4671.0, 4691.0, 4628.0, 4669.0, 4640.0, 4668.0, 4651.0, 4660.0, 4630.0, 4658.0, 4638.0, 4618.0, 4630.0, 4619.0, 4629.0, 4667.0, 4619.0, 4618.0, 4630.0, 4618.0, 4641.0, 4639.0, 4651.0, 4621.0, 4642.0, 4622.0, 4663.0, 4620.0, 4663.0, 4630.0, 4652.0, 4631.0, 4672.0, 4630.0, 4671.0, 4619.0, 4668.0, 4638.0, 4667.0, 4618.0, 4668.0, 4608.0, 4647.0, 4627.0, 4647.0, 4616.0, 4627.0, 4618.0, 4638.0, 4627.0, 4658.0, 4608.0, 4656.0, 4607.0, 4658.0, 4630.0, 4668.0, 4639.0, 4669.0, 4618.0, 4667.0, 4626.0, 4657.0, 4637.0, 4655.0, 4617.0, 4657.0, 4628.0, 4655.0, 4627.0, 4657.0, 4607.0, 4647.0, 4614.0, 4634.0, 4617.0, 4637.0, 4617.0, 4638.0, 4620.0, 4672.0, 4621.0, 4657.0, 4620.0, 4659.0, 4631.0, 4642.0, 4630.0, 4627.0, 4670.0, 4641.0, 4650.0, 4651.0, 4618.0, 4680.0, 4620.0, 4677.0, 4649.0, 4679.0, 4619.0, 4656.0, 4628.0, 4657.0, 4638.0, 4608.0, 4607.0, 4608.0, 4638.0, 4608.0, 4648.0, 4610.0, 4648.0, 4631.0, 4630.0, 4652.0, 4663.0, 4642.0, 4661.0, 4643.0, 4671.0, 4660.0, 4610.0, 4651.0, 4639.0, 4670.0, 4630.0, 4669.0, 4630.0, 4651.0, 4631.0, 4661.0, 4652.0, 4621.0, 4641.0, 4621.0, 4630.0, 4631.0, 4621.0, 4682.0, 4620.0, 4659.0, 4611.0, 4660.0, 4632.0, 4649.0, 4622.0, 4664.0, 4634.0, 4653.0, 4633.0, 4663.0, 4636.0, 4665.0, 4635.0, 4665.0, 4635.0, 4664.0, 4646.0, 4672.0, 4624.0, 4684.0, 4632.0, 4663.0, 4642.0, 4631.0, 4683.0, 4624.0, 4682.0, 4643.0, 4690.0, 4662.0, 4703.0, 4673.0, 4632.0, 4630.0, 4620.0, 4669.0, 4618.0, 4620.0, 4637.0, 4638.0, 4680.0, 4658.0, 4689.0, 4637.0, 4627.0, 4638.0, 4626.0, 4647.0, 4605.0, 4645.0, 4608.0, 4655.0, 4626.0, 4648.0, 4609.0, 4657.0, 4599.0, 4657.0, 4626.0, 4637.0, 4616.0, 4608.0, 4658.0, 4609.0, 4638.0, 4610.0, 4638.0, 4622.0, 4651.0, 4633.0, 4653.0, 4624.0, 4664.0, 4634.0, 4674.0, 4633.0, 4672.0, 4621.0, 4670.0, 4612.0, 4659.0, 4620.0, 4671.0, 4629.0, 4651.0, 4621.0, 4641.0, 4610.0, 4648.0, 4640.0, 4660.0, 4610.0, 4660.0, 4670.0, 4621.0, 4668.0, 4620.0, 4630.0, 4621.0, 4632.0, 4622.0, 4623.0, 4652.0, 4634.0, 4662.0, 4624.0, 4684.0, 4633.0, 4682.0, 4644.0, 4680.0, 4652.0, 4690.0, 4641.0, 4678.0, 4649.0, 4679.0, 4657.0, 4667.0, 4629.0, 4639.0, 4609.0, 4627.0, 4619.0, 4608.0, 4640.0, 4620.0, 4647.0, 4649.0, 4669.0, 4610.0, 4659.0, 4619.0, 4668.0, 4630.0, 4657.0, 4620.0, 4659.0, 4609.0, 4649.0, 4630.0, 4649.0, 4630.0, 4649.0, 4620.0, 4659.0, 4622.0, 4659.0, 4622.0, 4641.0, 4631.0, 4659.0, 4652.0, 4620.0, 4652.0, 4618.0, 4661.0, 4619.0, 4660.0, 4621.0, 4661.0, 4621.0, 4660.0, 4630.0, 4640.0, 4668.0, 4642.0, 4699.0, 4671.0, 4638.0, 4628.0, 4639.0, 4667.0, 4629.0, 4657.0, 4616.0, 4646.0, 4618.0, 4626.0, 4638.0, 4610.0, 4647.0, 4619.0, 4659.0, 4620.0, 4659.0, 4608.0, 4640.0, 4648.0, 4621.0, 4667.0, 4618.0, 4620.0, 4610.0, 4621.0, 4643.0, 4633.0, 4655.0, 4625.0, 4665.0], 'WindowWidth': [10416.0, 10305.0, 10265.0, 10267.0, 10214.0, 10228.0, 10189.0, 10225.0, 10210.0, 10225.0, 10216.0, 10283.0, 10200.0, 10214.0, 10174.0, 10180.0, 10153.0, 10165.0, 10150.0, 10162.0, 10122.0, 10158.0, 10182.0, 10138.0, 10124.0, 10140.0, 10125.0, 10144.0, 10196.0, 10148.0, 10196.0, 10147.0, 10163.0, 10150.0, 10198.0, 10141.0, 10221.0, 10151.0, 10186.0, 10134.0, 10186.0, 10172.0, 10173.0, 10145.0, 10192.0, 10144.0, 10175.0, 10231.0, 10148.0, 10195.0, 10172.0, 10208.0, 10141.0, 10206.0, 10156.0, 10199.0, 10133.0, 10199.0, 10134.0, 10184.0, 10126.0, 10185.0, 10129.0, 10183.0, 10157.0, 10173.0, 10187.0, 10161.0, 10141.0, 10160.0, 10180.0, 10144.0, 10152.0, 10159.0, 10143.0, 10145.0, 10237.0, 10195.0, 10193.0, 10126.0, 10192.0, 10130.0, 10162.0, 10125.0, 10177.0, 10132.0, 10181.0, 10133.0, 10188.0, 10146.0, 10184.0, 10148.0, 10202.0, 10181.0, 10183.0, 10139.0, 10149.0, 10147.0, 10162.0, 10135.0, 10162.0, 10132.0, 10150.0, 10132.0, 10136.0, 10135.0, 10118.0, 10133.0, 10135.0, 10148.0, 10138.0, 10124.0, 10150.0, 10124.0, 10142.0, 10136.0, 10172.0, 10145.0, 10186.0, 10147.0, 10187.0, 10138.0, 10204.0, 10177.0, 10160.0, 10218.0, 10166.0, 10232.0, 10184.0, 10215.0, 10144.0, 10207.0, 10131.0, 10185.0, 10106.0, 10170.0, 10123.0, 10172.0, 10148.0, 10132.0, 10119.0, 10146.0, 10123.0, 10132.0, 10149.0, 10149.0, 10149.0, 10125.0, 10164.0, 10115.0, 10177.0, 10133.0, 10179.0, 10140.0, 10192.0, 10142.0, 10193.0, 10128.0, 10180.0, 10130.0, 10178.0, 10130.0, 10183.0, 10144.0, 10183.0, 10148.0, 10182.0, 10164.0, 10199.0, 10175.0, 10148.0, 10149.0, 10133.0, 10202.0, 10171.0, 10215.0, 10132.0, 10187.0, 10133.0, 10171.0, 10140.0, 10166.0, 10123.0, 10136.0, 10123.0, 10151.0, 10122.0, 10168.0, 10128.0, 10183.0, 10137.0, 10184.0, 10161.0, 10189.0, 10153.0, 10232.0, 10192.0, 10203.0, 10176.0, 10202.0, 10155.0, 10168.0, 10147.0, 10229.0, 10168.0, 10193.0, 10131.0, 10196.0, 10149.0, 10171.0, 10144.0, 10135.0, 10150.0, 10137.0, 10179.0, 10150.0, 10192.0, 10165.0, 10179.0, 10164.0, 10205.0, 10162.0, 10217.0, 10152.0, 10200.0, 10134.0, 10202.0, 10180.0, 10214.0, 10178.0, 10166.0, 10149.0, 10167.0, 10205.0, 10153.0, 10215.0, 10171.0, 10216.0, 10180.0, 10203.0, 10162.0, 10136.0, 10180.0, 10157.0, 10166.0, 10166.0, 10156.0, 10229.0, 10204.0, 10212.0, 10218.0, 10186.0, 10240.0, 10168.0, 10232.0, 10191.0, 10230.0, 10191.0, 10211.0, 10173.0, 10198.0, 10142.0, 10149.0, 10131.0, 10148.0, 10162.0, 10150.0, 10183.0, 10169.0, 10212.0, 10157.0, 10213.0, 10161.0, 10184.0, 10139.0, 10193.0, 10154.0, 10180.0, 10152.0, 10167.0, 10219.0, 10167.0, 10140.0, 10140.0, 10156.0, 10166.0, 10151.0, 10195.0, 10156.0, 10193.0, 10157.0, 10222.0, 10170.0, 10224.0, 10156.0, 10223.0, 10170.0, 10207.0, 10183.0, 10169.0, 10156.0, 10195.0, 10185.0, 10221.0, 10195.0, 10137.0, 10177.0, 10158.0, 10200.0, 10149.0, 10226.0, 10175.0, 10204.0, 10148.0, 10151.0, 10192.0, 10149.0, 10214.0, 10149.0, 10216.0, 10176.0, 10226.0, 10184.0, 10144.0, 10158.0, 10168.0, 10195.0, 10144.0, 10202.0, 10147.0, 10182.0, 10156.0, 10153.0, 10185.0, 10170.0, 10177.0, 10133.0, 10195.0, 10158.0, 10181.0, 10145.0, 10147.0, 10162.0, 10169.0, 10200.0, 10138.0, 10199.0, 10160.0, 10202.0, 10176.0, 10144.0, 10176.0, 10135.0, 10200.0, 10161.0, 10162.0, 10190.0, 10134.0, 10175.0, 10157.0, 10162.0, 10230.0, 10175.0, 10245.0, 10159.0, 10213.0, 10159.0, 10193.0, 10164.0, 10162.0, 10136.0, 10136.0, 10139.0, 10152.0, 10154.0, 10143.0, 10157.0, 10160.0, 10176.0, 10138.0, 10188.0, 10155.0, 10209.0, 10181.0, 10207.0, 10153.0, 10193.0, 10155.0, 10210.0, 10208.0, 10179.0, 10150.0, 10163.0, 10140.0, 10165.0, 10152.0, 10169.0, 10140.0, 10185.0, 10153.0, 10175.0, 10238.0, 10190.0, 10241.0, 10200.0, 10212.0, 10171.0, 10225.0, 10207.0, 10207.0, 10180.0, 10192.0, 10152.0, 10215.0, 10188.0, 10162.0, 10166.0, 10131.0, 10163.0, 10134.0, 10187.0, 10148.0, 10201.0, 10148.0, 10192.0, 10167.0, 10193.0, 10136.0, 10195.0, 10158.0, 10202.0, 10182.0, 10209.0, 10170.0, 10192.0, 10165.0, 10181.0, 10185.0, 10152.0, 10179.0, 10201.0, 10177.0, 10146.0, 10161.0, 10147.0, 10187.0, 10129.0, 10187.0, 10132.0, 10193.0, 10150.0, 10205.0, 10155.0, 10218.0, 10164.0, 10215.0, 10174.0, 10203.0, 10146.0, 10189.0, 10152.0, 10187.0, 10150.0, 10143.0, 10158.0, 10182.0, 10174.0, 10254.0, 10210.0, 10192.0, 10167.0, 10190.0, 10152.0, 10207.0, 10194.0, 10165.0, 10177.0, 10131.0, 10189.0, 10159.0, 10213.0, 10134.0, 10201.0, 10135.0, 10197.0, 10173.0, 10123.0, 10193.0, 10142.0, 10204.0, 10169.0, 10216.0, 10199.0, 10153.0, 10180.0, 10177.0, 10207.0, 10161.0, 10175.0, 10179.0, 10166.0, 10232.0, 10175.0, 10230.0, 10190.0, 10199.0, 10185.0, 10143.0, 10169.0, 10146.0, 10192.0, 10160.0, 10176.0, 10144.0, 10146.0, 10136.0, 10169.0, 10142.0, 10151.0, 10160.0, 10149.0, 10184.0, 10140.0, 10199.0, 10163.0, 10137.0, 10164.0, 10183.0, 10209.0, 10144.0, 10217.0, 10154.0, 10218.0, 10153.0, 10204.0, 10154.0, 10201.0, 10149.0, 10188.0, 10141.0, 10191.0, 10172.0, 10196.0, 10159.0, 10183.0, 10163.0, 10202.0, 10182.0, 10219.0, 10194.0, 10234.0, 10167.0, 10232.0, 10193.0, 10243.0, 10161.0, 10208.0, 10142.0, 10195.0, 10171.0, 10188.0, 10173.0, 10190.0, 10161.0, 10198.0, 10163.0, 10216.0, 10165.0, 10247.0, 10192.0, 10247.0, 10203.0, 10273.0, 10227.0, 10254.0, 10165.0, 10221.0, 10182.0, 10219.0, 10196.0, 10206.0, 10167.0, 10203.0, 10176.0, 10149.0, 10166.0, 10152.0, 10165.0, 10213.0, 10150.0, 10148.0, 10168.0, 10151.0, 10184.0, 10181.0, 10198.0, 10159.0, 10187.0, 10160.0, 10216.0, 10157.0, 10218.0, 10170.0, 10201.0, 10169.0, 10227.0, 10166.0, 10226.0, 10152.0, 10216.0, 10175.0, 10215.0, 10149.0, 10216.0, 10136.0, 10188.0, 10159.0, 10185.0, 10142.0, 10159.0, 10147.0, 10174.0, 10162.0, 10202.0, 10135.0, 10198.0, 10135.0, 10203.0, 10169.0, 10216.0, 10179.0, 10217.0, 10148.0, 10213.0, 10159.0, 10199.0, 10173.0, 10195.0, 10146.0, 10201.0, 10163.0, 10197.0, 10161.0, 10201.0, 10133.0, 10185.0, 10140.0, 10165.0, 10145.0, 10172.0, 10148.0, 10175.0, 10156.0, 10231.0, 10158.0, 10202.0, 10158.0, 10207.0, 10171.0, 10190.0, 10171.0, 10164.0, 10224.0, 10187.0, 10196.0, 10198.0, 10152.0, 10236.0, 10155.0, 10231.0, 10191.0, 10232.0, 10149.0, 10196.0, 10162.0, 10198.0, 10175.0, 10134.0, 10133.0, 10135.0, 10175.0, 10135.0, 10189.0, 10142.0, 10191.0, 10176.0, 10172.0, 10202.0, 10217.0, 10189.0, 10214.0, 10191.0, 10227.0, 10212.0, 10140.0, 10196.0, 10180.0, 10220.0, 10169.0, 10222.0, 10169.0, 10198.0, 10172.0, 10211.0, 10199.0, 10156.0, 10184.0, 10157.0, 10169.0, 10170.0, 10156.0, 10244.0, 10155.0, 10206.0, 10143.0, 10209.0, 10175.0, 10195.0, 10165.0, 10222.0, 10182.0, 10206.0, 10181.0, 10220.0, 10187.0, 10226.0, 10183.0, 10225.0, 10183.0, 10221.0, 10199.0, 10230.0, 10168.0, 10247.0, 10176.0, 10219.0, 10191.0, 10172.0, 10246.0, 10166.0, 10241.0, 10190.0, 10252.0, 10217.0, 10274.0, 10233.0, 10174.0, 10167.0, 10152.0, 10219.0, 10150.0, 10152.0, 10174.0, 10177.0, 10236.0, 10204.0, 10246.0, 10171.0, 10159.0, 10174.0, 10154.0, 10186.0, 10126.0, 10180.0, 10135.0, 10193.0, 10158.0, 10186.0, 10134.0, 10197.0, 10122.0, 10200.0, 10155.0, 10170.0, 10143.0, 10133.0, 10204.0, 10138.0, 10174.0, 10140.0, 10179.0, 10161.0, 10198.0, 10179.0, 10206.0, 10168.0, 10221.0, 10180.0, 10235.0, 10179.0, 10230.0, 10159.0, 10225.0, 10147.0, 10207.0, 10157.0, 10226.0, 10167.0, 10197.0, 10156.0, 10183.0, 10143.0, 10193.0, 10182.0, 10210.0, 10143.0, 10210.0, 10223.0, 10159.0, 10220.0, 10154.0, 10168.0, 10159.0, 10174.0, 10162.0, 10163.0, 10204.0, 10180.0, 10218.0, 10169.0, 10249.0, 10179.0, 10244.0, 10192.0, 10238.0, 10201.0, 10250.0, 10184.0, 10232.0, 10191.0, 10234.0, 10203.0, 10215.0, 10165.0, 10177.0, 10138.0, 10159.0, 10152.0, 10138.0, 10180.0, 10154.0, 10190.0, 10192.0, 10221.0, 10142.0, 10205.0, 10152.0, 10220.0, 10168.0, 10201.0, 10153.0, 10205.0, 10140.0, 10194.0, 10168.0, 10192.0, 10166.0, 10191.0, 10156.0, 10208.0, 10161.0, 10209.0, 10162.0, 10186.0, 10174.0, 10210.0, 10200.0, 10157.0, 10201.0, 10152.0, 10212.0, 10151.0, 10212.0, 10157.0, 10211.0, 10157.0, 10208.0, 10169.0, 10180.0, 10220.0, 10189.0, 10265.0, 10226.0, 10176.0, 10163.0, 10178.0, 10212.0, 10162.0, 10200.0, 10144.0, 10183.0, 10147.0, 10156.0, 10174.0, 10141.0, 10185.0, 10152.0, 10205.0, 10155.0, 10205.0, 10136.0, 10180.0, 10191.0, 10156.0, 10214.0, 10149.0, 10153.0, 10141.0, 10161.0, 10191.0, 10180.0, 10211.0, 10171.0, 10225.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.0002621232123212321</td></tr>
<tr><td colspan=3>aqi</td><td>0.014469860748074808</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.252857729240105</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2156408321145378</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977296748788533</td></tr>
<tr><td colspan=3>efc</td><td>0.4966</td></tr>
<tr><td colspan=3>fber</td><td>5671.2812</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08009592440821864</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.21012101210121</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.579130713677691</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.567952938775231</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6226022101995636</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.546836992058277</td></tr>
<tr><td colspan=3>gcor</td><td>0.0066692</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006942599546164274</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03356863558292389</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.952873530886888</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.2882</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.5585</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.5729</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293651.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>1044.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.5757</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4117</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>656.0993</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3814.0487</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.5915</td></tr>
<tr><td colspan=3>tsnr</td><td>43.256477857008576</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>