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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-01_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-01_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-0008/ses-02/func/sub-0008_ses-02_task-faces_acq-mb8_run-01_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>39979be96c685d57eb68531604ed5586</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>13:14:40.837500</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.99986, 0.00842158, 0.0144933, -0.0095983, 0.996492, 0.0831361]</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-01_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.112742</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7725, -7229, 539, -145, -64, -76, 84]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>248.528</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>50c46f2e-454a-433c-937a-c7d799c0a718||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.6825499534606934, -0.025751536712050438, 0.037104204297065735, 112.24427795410156], [-0.022594479843974113, 2.6735150814056396, 0.22481167316436768, -102.90532684326172], [0.03888440877199173, -0.22304821014404297, 2.69036865234375, -20.046327590942383], [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': ['131440.837500', '131441.297500', '131441.757500', '131442.217500', '131442.677500', '131443.137500', '131443.597500', '131444.057500', '131444.517500', '131444.977500', '131445.437500', '131445.897500', '131446.357500', '131446.817500', '131447.277500', '131447.737500', '131448.197500', '131448.657500', '131449.117500', '131449.577500', '131450.037500', '131450.497500', '131450.957500', '131451.417500', '131451.877500', '131452.337500', '131452.797500', '131453.257500', '131453.717500', '131454.177500', '131454.637500', '131455.097500', '131455.557500', '131456.017500', '131456.477500', '131456.937500', '131457.397500', '131457.857500', '131458.317500', '131458.777500', '131459.237500', '131459.697500', '131500.157500', '131500.617500', '131501.077500', '131501.537500', '131501.997500', '131502.457500', '131502.917500', '131503.377500', '131503.837500', '131504.297500', '131504.757500', '131505.217500', '131505.677500', '131506.137500', '131506.597500', '131507.057500', '131507.517500', '131507.977500', '131508.437500', '131508.897500', '131509.357500', '131509.817500', '131510.277500', '131510.737500', '131511.197500', '131511.657500', '131512.117500', '131512.577500', '131513.037500', '131513.497500', '131513.957500', '131514.417500', '131514.877500', '131515.337500', '131515.797500', '131516.257500', '131516.717500', '131517.177500', '131517.637500', '131518.097500', '131518.557500', '131519.017500', '131519.477500', '131519.937500', '131520.397500', '131520.857500', '131521.317500', '131521.777500', '131522.237500', '131522.697500', '131523.157500', '131523.617500', '131524.077500', '131524.537500', '131524.997500', '131525.457500', '131525.917500', '131526.377500', '131526.837500', '131527.297500', '131527.757500', '131528.217500', '131528.677500', '131529.137500', '131529.597500', '131530.057500', '131530.517500', '131530.977500', '131531.437500', '131531.897500', '131532.357500', '131532.817500', '131533.277500', '131533.737500', '131534.197500', '131534.657500', '131535.117500', '131535.577500', '131536.037500', '131536.497500', '131536.957500', '131537.417500', '131537.877500', '131538.337500', '131538.797500', '131539.257500', '131539.717500', '131540.177500', '131540.637500', '131541.097500', '131541.557500', '131542.017500', '131542.477500', '131542.937500', '131543.397500', '131543.857500', '131544.317500', '131544.777500', '131545.237500', '131545.697500', '131546.157500', '131546.617500', '131547.077500', '131547.537500', '131547.997500', '131548.457500', '131548.917500', '131549.377500', '131549.837500', '131550.297500', '131550.757500', '131551.217500', '131551.677500', '131552.137500', '131552.597500', '131553.057500', '131553.517500', '131553.977500', '131554.437500', '131554.897500', '131555.357500', '131555.817500', '131556.277500', '131556.737500', '131557.197500', '131557.657500', '131558.117500', '131558.577500', '131559.037500', '131559.497500', '131559.957500', '131600.417500', '131600.877500', '131601.337500', '131601.797500', '131602.257500', '131602.717500', '131603.177500', '131603.637500', '131604.097500', '131604.557500', '131605.017500', '131605.477500', '131605.937500', '131606.397500', '131606.857500', '131607.317500', '131607.777500', '131608.237500', '131608.697500', '131609.157500', '131609.617500', '131610.077500', '131610.537500', '131610.997500', '131611.457500', '131611.917500', '131612.377500', '131612.837500', '131613.297500', '131613.757500', '131614.217500', '131614.677500', '131615.137500', '131615.597500', '131616.057500', '131616.517500', '131616.977500', '131617.437500', '131617.897500', '131618.357500', '131618.817500', '131619.277500', '131619.737500', '131620.197500', '131620.657500', '131621.117500', '131621.577500', '131622.037500', '131622.497500', '131622.957500', '131623.417500', '131623.877500', '131624.337500', '131624.797500', '131625.257500', '131625.717500', '131626.177500', '131626.637500', '131627.097500', '131627.557500', '131628.017500', '131628.477500', '131628.937500', '131629.397500', '131629.857500', '131630.317500', '131630.777500', '131631.237500', '131631.697500', '131632.157500', '131632.617500', '131633.077500', '131633.537500', '131633.997500', '131634.457500', '131634.917500', '131635.377500', '131635.837500', '131636.297500', '131636.757500', '131637.217500', '131637.677500', '131638.137500', '131638.597500', '131639.057500', '131639.517500', '131639.977500', '131640.437500', '131640.897500', '131641.357500', '131641.817500', '131642.277500', '131642.737500', '131643.197500', '131643.657500', '131644.117500', '131644.577500', '131645.037500', '131645.497500', '131645.957500', '131646.417500', '131646.877500', '131647.337500', '131647.797500', '131648.257500', '131648.717500', '131649.177500', '131649.637500', '131650.097500', '131650.557500', '131651.017500', '131651.477500', '131651.937500', '131652.397500', '131652.857500', '131653.317500', '131653.777500', '131654.237500', '131654.697500', '131655.157500', '131655.617500', '131656.077500', '131656.537500', '131656.997500', '131657.457500', '131657.917500', '131658.377500', '131658.837500', '131659.297500', '131659.757500', '131700.217500', '131700.677500', '131701.137500', '131701.597500', '131702.057500', '131702.517500', '131702.977500', '131703.437500', '131703.897500', '131704.357500', '131704.817500', '131705.277500', '131705.737500', '131706.197500', '131706.657500', '131707.117500', '131707.577500', '131708.037500', '131708.497500', '131708.957500', '131709.417500', '131709.877500', '131710.337500', '131710.797500', '131711.257500', '131711.717500', '131712.177500', '131712.637500', '131713.097500', '131713.557500', '131714.017500', '131714.477500', '131714.937500', '131715.397500', '131715.857500', '131716.317500', '131716.777500', '131717.237500', '131717.697500', '131718.157500', '131718.617500', '131719.077500', '131719.537500', '131719.997500', '131720.457500', '131720.917500', '131721.377500', '131721.837500', '131722.297500', '131722.757500', '131723.217500', '131723.677500', '131724.137500', '131724.597500', '131725.057500', '131725.517500', '131725.977500', '131726.437500', '131726.897500', '131727.357500', '131727.817500', '131728.277500', '131728.737500', '131729.197500', '131729.657500', '131730.117500', '131730.577500', '131731.037500', '131731.497500', '131731.957500', '131732.417500', '131732.877500', '131733.337500', '131733.797500', '131734.257500', '131734.717500', '131735.177500', '131735.637500', '131736.097500', '131736.557500', '131737.017500', '131737.477500', '131737.937500', '131738.397500', '131738.857500', '131739.317500', '131739.777500', '131740.237500', '131740.697500', '131741.157500', '131741.617500', '131742.077500', '131742.537500', '131742.997500', '131743.457500', '131743.917500', '131744.377500', '131744.837500', '131745.297500', '131745.757500', '131746.217500', '131746.677500', '131747.137500', '131747.597500', '131748.057500', '131748.517500', '131748.977500', '131749.437500', '131749.897500', '131750.357500', '131750.817500', '131751.277500', '131751.737500', '131752.197500', '131752.657500', '131753.117500', '131753.577500', '131754.037500', '131754.497500', '131754.957500', '131755.417500', '131755.877500', '131756.337500', '131756.797500', '131757.257500', '131757.717500', '131758.177500', '131758.637500', '131759.097500', '131759.557500', '131800.017500', '131800.477500', '131800.937500', '131801.397500', '131801.857500', '131802.317500', '131802.777500', '131803.237500', '131803.697500', '131804.157500', '131804.617500', '131805.077500', '131805.537500', '131805.997500', '131806.457500', '131806.917500', '131807.377500', '131807.837500', '131808.297500', '131808.757500', '131809.217500', '131809.677500', '131810.137500', '131810.597500', '131811.057500', '131811.517500', '131811.977500', '131812.437500', '131812.897500', '131813.357500', '131813.817500', '131814.277500', '131814.737500', '131815.197500', '131815.657500', '131816.117500', '131816.577500', '131817.037500', '131817.497500', '131817.957500', '131818.417500', '131818.877500', '131819.337500', '131819.797500', '131820.257500', '131820.717500', '131821.177500', '131821.637500', '131822.097500', '131822.557500', '131823.017500', '131823.477500', '131823.937500', '131824.397500', '131824.857500', '131825.317500', '131825.777500', '131826.237500', '131826.697500', '131827.157500', '131827.617500', '131828.077500', '131828.537500', '131828.997500', '131829.457500', '131829.917500', '131830.377500', '131830.837500', '131831.297500', '131831.757500', '131832.217500', '131832.677500', '131833.137500', '131833.597500', '131834.057500', '131834.517500', '131834.977500', '131835.437500', '131835.897500', '131836.357500', '131836.817500', '131837.277500', '131837.737500', '131838.197500', '131838.657500', '131839.117500', '131839.577500', '131840.037500', '131840.497500', '131840.957500', '131841.417500', '131841.877500', '131842.337500', '131842.797500', '131843.257500', '131843.717500', '131844.177500', '131844.637500', '131845.097500', '131845.557500', '131846.017500', '131846.477500', '131846.937500', '131847.397500', '131847.857500', '131848.317500', '131848.777500', '131849.237500', '131849.697500', '131850.157500', '131850.617500', '131851.077500', '131851.537500', '131851.997500', '131852.457500', '131852.917500', '131853.377500', '131853.837500', '131854.297500', '131854.757500', '131855.217500', '131855.677500', '131856.137500', '131856.597500', '131857.057500', '131857.517500', '131857.977500', '131858.437500', '131858.897500', '131859.357500', '131859.817500', '131900.277500', '131900.737500', '131901.197500', '131901.657500', '131902.117500', '131902.577500', '131903.037500', '131903.497500', '131903.957500', '131904.417500', '131904.877500', '131905.337500', '131905.797500', '131906.257500', '131906.717500', '131907.177500', '131907.637500', '131908.097500', '131908.557500', '131909.017500', '131909.477500', '131909.937500', '131910.397500', '131910.857500', '131911.317500', '131911.777500', '131912.237500', '131912.697500', '131913.157500', '131913.617500', '131914.077500', '131914.537500', '131914.997500', '131915.457500', '131915.917500', '131916.377500', '131916.837500', '131917.297500', '131917.757500', '131918.217500', '131918.677500', '131919.137500', '131919.597500', '131920.057500', '131920.517500', '131920.977500', '131921.437500', '131921.897500', '131922.357500', '131922.817500', '131923.277500', '131923.737500', '131924.197500', '131924.657500', '131925.117500', '131925.577500', '131926.037500', '131926.497500', '131926.957500', '131927.417500', '131927.877500', '131928.337500', '131928.797500', '131929.257500', '131929.717500', '131930.177500', '131930.637500', '131931.097500', '131931.557500', '131932.017500', '131932.477500', '131932.937500', '131933.397500', '131933.857500', '131934.317500', '131934.777500', '131935.237500', '131935.697500', '131936.157500', '131936.617500', '131937.077500', '131937.537500', '131937.997500', '131938.457500', '131938.917500', '131939.377500', '131939.837500', '131940.297500', '131940.757500', '131941.217500', '131941.677500', '131942.137500', '131942.597500', '131943.057500', '131943.517500', '131943.977500', '131944.437500', '131944.897500', '131945.357500', '131945.817500', '131946.277500', '131946.737500', '131947.197500', '131947.657500', '131948.117500', '131948.577500', '131949.037500', '131949.497500', '131949.957500', '131950.417500', '131950.877500', '131951.337500', '131951.797500', '131952.257500', '131952.717500', '131953.177500', '131953.637500', '131954.097500', '131954.557500', '131955.017500', '131955.477500', '131955.937500', '131956.397500', '131956.857500', '131957.317500', '131957.777500', '131958.237500', '131958.697500', '131959.157500', '131959.617500', '132000.077500', '132000.537500', '132000.997500', '132001.457500', '132001.917500', '132002.377500', '132002.837500', '132003.297500', '132003.757500', '132004.217500', '132004.677500', '132005.137500', '132005.597500', '132006.057500', '132006.517500', '132006.977500', '132007.437500', '132007.897500', '132008.357500', '132008.817500', '132009.277500', '132009.737500', '132010.197500', '132010.657500', '132011.117500', '132011.577500', '132012.037500', '132012.497500', '132012.957500', '132013.417500', '132013.877500', '132014.337500', '132014.797500', '132015.257500', '132015.717500', '132016.177500', '132016.637500', '132017.097500', '132017.557500', '132018.017500', '132018.477500', '132018.937500', '132019.397500', '132019.857500', '132020.317500', '132020.777500', '132021.237500', '132021.697500', '132022.157500', '132022.617500', '132023.077500', '132023.537500', '132023.997500', '132024.457500', '132024.917500', '132025.377500', '132025.837500', '132026.297500', '132026.757500', '132027.217500', '132027.677500', '132028.137500', '132028.597500', '132029.057500', '132029.517500', '132029.977500', '132030.437500', '132030.897500', '132031.357500', '132031.817500', '132032.277500', '132032.737500', '132033.197500', '132033.657500', '132034.117500', '132034.577500', '132035.037500', '132035.497500', '132035.957500', '132036.417500', '132036.877500', '132037.337500', '132037.797500', '132038.257500', '132038.717500', '132039.177500', '132039.637500', '132040.097500', '132040.557500', '132041.017500', '132041.477500', '132041.937500', '132042.397500', '132042.857500', '132043.317500', '132043.777500', '132044.237500', '132044.697500', '132045.157500', '132045.617500', '132046.077500', '132046.537500', '132046.997500', '132047.457500', '132047.917500', '132048.377500', '132048.837500', '132049.297500', '132049.757500', '132050.217500', '132050.677500', '132051.137500', '132051.597500', '132052.057500', '132052.517500', '132052.977500', '132053.437500', '132053.897500', '132054.357500', '132054.817500', '132055.277500', '132055.737500', '132056.197500', '132056.657500', '132057.117500', '132057.577500', '132058.037500', '132058.497500', '132058.957500', '132059.417500', '132059.877500', '132100.337500', '132100.797500', '132101.257500', '132101.717500', '132102.177500', '132102.637500', '132103.097500', '132103.557500', '132104.017500', '132104.477500', '132104.937500', '132105.397500', '132105.857500', '132106.317500', '132106.777500', '132107.237500', '132107.697500', '132108.157500', '132108.617500', '132109.077500', '132109.537500', '132109.997500', '132110.457500', '132110.917500', '132111.377500', '132111.837500', '132112.297500', '132112.757500', '132113.217500', '132113.677500', '132114.137500', '132114.597500', '132115.057500', '132115.517500', '132115.977500', '132116.437500', '132116.897500', '132117.357500', '132117.817500', '132118.277500', '132118.737500', '132119.197500', '132119.657500', '132120.117500', '132120.577500', '132121.037500', '132121.497500', '132121.957500', '132122.417500', '132122.877500', '132123.337500', '132123.797500', '132124.257500', '132124.717500', '132125.177500', '132125.637500', '132126.097500', '132126.557500', '132127.017500', '132127.477500', '132127.937500', '132128.397500', '132128.857500', '132129.317500', '132129.777500', '132130.237500', '132130.697500', '132131.157500', '132131.617500', '132132.077500', '132132.537500', '132132.997500', '132133.457500', '132133.917500', '132134.377500', '132134.837500', '132135.297500', '132135.757500', '132136.217500', '132136.677500', '132137.137500', '132137.597500', '132138.057500', '132138.517500', '132138.977500', '132139.437500', '132139.897500', '132140.357500', '132140.817500'], 'ContentTime': ['131454.337000', '131454.351000', '131454.354000', '131454.357000', '131454.359000', '131454.371000', '131454.374000', '131454.377000', '131454.379000', '131454.382000', '131454.385000', '131454.388000', '131454.391000', '131454.393000', '131454.396000', '131454.399000', '131454.402000', '131454.405000', '131454.408000', '131454.411000', '131454.413000', '131454.416000', '131454.424000', '131454.427000', '131454.430000', '131454.433000', '131454.436000', '131454.439000', '131514.301000', '131514.304000', '131514.307000', '131514.310000', '131514.313000', '131514.315000', '131514.318000', '131514.321000', '131514.333000', '131514.336000', '131514.339000', '131514.341000', '131514.344000', '131514.347000', '131514.350000', '131514.357000', '131514.360000', '131514.363000', '131514.366000', '131514.369000', '131514.371000', '131514.374000', '131514.377000', '131514.380000', '131514.383000', '131514.385000', '131514.388000', '131514.391000', '131514.394000', '131514.397000', '131514.400000', '131514.405000', '131514.408000', '131514.411000', '131514.413000', '131514.416000', '131514.420000', '131514.425000', '131514.428000', '131514.431000', '131514.434000', '131514.437000', '131514.440000', '131534.300000', '131534.303000', '131534.306000', '131534.308000', '131534.311000', '131534.314000', '131534.317000', '131534.320000', '131534.323000', '131534.325000', '131534.328000', '131534.331000', '131534.334000', '131534.337000', '131534.340000', '131534.343000', '131534.345000', '131534.348000', '131534.351000', '131534.354000', '131534.357000', '131534.360000', '131534.362000', '131534.365000', '131534.368000', '131534.371000', '131534.374000', '131534.376000', '131534.379000', '131534.382000', '131534.385000', '131534.388000', '131534.391000', '131534.393000', '131534.396000', '131534.399000', '131534.402000', '131534.405000', '131534.408000', '131534.410000', '131534.413000', '131534.416000', '131534.419000', '131534.422000', '131554.300000', '131554.303000', '131554.306000', '131554.309000', '131554.311000', '131554.314000', '131554.317000', '131554.320000', '131554.323000', '131554.326000', '131554.329000', '131554.344000', '131554.347000', '131554.350000', '131554.353000', '131554.356000', '131554.359000', '131554.361000', '131554.364000', '131554.367000', '131554.370000', '131554.373000', '131554.376000', '131554.380000', '131554.383000', '131554.385000', '131554.388000', '131554.391000', '131554.394000', '131554.397000', '131554.400000', '131554.403000', '131554.406000', '131554.408000', '131554.411000', '131554.414000', '131554.417000', '131554.420000', '131554.422000', '131554.425000', '131554.428000', '131554.431000', '131554.434000', '131614.300000', '131614.303000', '131614.306000', '131614.308000', '131614.311000', '131614.314000', '131614.317000', '131614.320000', '131614.323000', '131614.326000', '131614.328000', '131614.331000', '131614.334000', '131614.337000', '131614.340000', '131614.344000', '131614.347000', '131614.350000', '131614.352000', '131614.355000', '131614.358000', '131614.361000', '131614.364000', '131614.367000', '131614.370000', '131614.373000', '131614.375000', '131614.378000', '131614.381000', '131614.384000', '131614.387000', '131614.389000', '131614.392000', '131614.395000', '131614.398000', '131614.401000', '131614.404000', '131614.406000', '131614.409000', '131614.412000', '131614.415000', '131614.418000', '131614.421000', '131614.423000', '131634.301000', '131634.304000', '131634.307000', '131634.310000', '131634.313000', '131634.315000', '131634.318000', '131634.321000', '131634.324000', '131634.327000', '131634.330000', '131634.333000', '131634.335000', '131634.338000', '131634.341000', '131634.344000', '131634.347000', '131634.349000', '131634.352000', '131634.355000', '131634.358000', '131634.361000', '131634.364000', '131634.366000', '131634.369000', '131634.372000', '131634.375000', '131634.378000', '131634.381000', '131634.383000', '131634.386000', '131634.389000', '131634.392000', '131634.395000', '131634.398000', '131634.401000', '131634.403000', '131634.406000', '131634.409000', '131634.412000', '131634.415000', '131634.418000', '131634.421000', '131654.301000', '131654.304000', '131654.306000', '131654.316000', '131654.318000', '131654.321000', '131654.324000', '131654.327000', '131654.330000', '131654.333000', '131654.336000', '131654.339000', '131654.341000', '131654.344000', '131654.347000', '131654.350000', '131654.353000', '131654.355000', '131654.358000', '131654.361000', '131654.364000', '131654.367000', '131654.370000', '131654.373000', '131654.375000', '131654.378000', '131654.381000', '131654.384000', '131654.387000', '131654.390000', '131654.392000', '131654.395000', '131654.398000', '131654.401000', '131654.404000', '131654.407000', '131654.409000', '131654.412000', '131654.415000', '131654.418000', '131654.421000', '131654.424000', '131654.426000', '131654.429000', '131714.301000', '131714.304000', '131714.307000', '131714.310000', '131714.313000', '131714.316000', '131714.318000', '131714.321000', '131714.324000', '131714.327000', '131714.330000', '131714.333000', '131714.335000', '131714.338000', '131714.341000', '131714.344000', '131714.347000', '131714.350000', '131714.353000', '131714.355000', '131714.358000', '131714.361000', '131714.364000', '131714.367000', '131714.370000', '131714.373000', '131714.375000', '131714.378000', '131714.381000', '131714.384000', '131714.387000', '131714.390000', '131714.393000', '131714.396000', '131714.398000', '131714.401000', '131714.404000', '131714.407000', '131714.410000', '131714.413000', '131714.416000', '131714.419000', '131714.422000', '131734.301000', '131734.304000', '131734.307000', '131734.310000', '131734.312000', '131734.315000', '131734.318000', '131734.329000', '131734.332000', '131734.335000', '131734.338000', '131734.341000', '131734.344000', '131734.346000', '131734.349000', '131734.352000', '131734.355000', '131734.358000', '131734.361000', '131734.363000', '131734.366000', '131734.369000', '131734.372000', '131734.375000', '131734.378000', '131734.380000', '131734.383000', '131734.386000', '131734.389000', '131734.392000', '131734.395000', '131734.398000', '131734.400000', '131734.403000', '131734.406000', '131734.409000', '131734.412000', '131734.415000', '131734.418000', '131734.420000', '131734.423000', '131734.426000', '131734.429000', '131734.432000', '131754.300000', '131754.303000', '131754.306000', '131754.308000', '131754.311000', '131754.314000', '131754.317000', '131754.320000', '131754.323000', '131754.326000', '131754.329000', '131754.331000', '131754.334000', '131754.337000', '131754.340000', '131754.343000', '131754.346000', '131754.349000', '131754.351000', '131754.354000', '131754.357000', '131754.360000', '131754.363000', '131754.366000', '131754.369000', '131754.371000', '131754.374000', '131754.377000', '131754.380000', '131754.383000', '131754.386000', '131754.388000', '131754.391000', '131754.394000', '131754.397000', '131754.400000', '131754.403000', '131754.406000', '131754.409000', '131754.411000', '131754.414000', '131754.417000', '131754.420000', '131814.300000', '131814.303000', '131814.306000', '131814.309000', '131814.312000', '131814.315000', '131814.319000', '131814.323000', '131814.325000', '131814.328000', '131814.331000', '131814.334000', '131814.337000', '131814.340000', '131814.342000', '131814.345000', '131814.348000', '131814.351000', '131814.354000', '131814.357000', '131814.359000', '131814.362000', '131814.365000', '131814.368000', '131814.371000', '131814.374000', '131814.376000', '131814.379000', '131814.382000', '131814.385000', '131814.388000', '131814.391000', '131814.394000', '131814.397000', '131814.399000', '131814.402000', '131814.405000', '131814.408000', '131814.411000', '131814.413000', '131814.416000', '131814.419000', '131814.422000', '131834.300000', '131834.303000', '131834.306000', '131834.308000', '131834.311000', '131834.314000', '131834.317000', '131834.320000', '131834.323000', '131834.326000', '131834.329000', '131834.331000', '131834.334000', '131834.337000', '131834.340000', '131834.343000', '131834.354000', '131834.357000', '131834.360000', '131834.363000', '131834.366000', '131834.368000', '131834.371000', '131834.374000', '131834.377000', '131834.380000', '131834.383000', '131834.385000', '131834.388000', '131834.391000', '131834.394000', '131834.397000', '131834.400000', '131834.403000', '131834.405000', '131834.408000', '131834.411000', '131834.414000', '131834.417000', '131834.420000', '131834.423000', '131834.425000', '131834.428000', '131834.431000', '131854.301000', '131854.305000', '131854.308000', '131854.311000', '131854.314000', '131854.317000', '131854.319000', '131854.322000', '131854.325000', '131854.328000', '131854.331000', '131854.334000', '131854.337000', '131854.339000', '131854.342000', '131854.345000', '131854.348000', '131854.351000', '131854.354000', '131854.357000', '131854.360000', '131854.362000', '131854.365000', '131854.368000', '131854.371000', '131854.374000', '131854.377000', '131854.379000', '131854.382000', '131854.385000', '131854.388000', '131854.391000', '131854.406000', '131854.409000', '131854.412000', '131854.415000', '131854.418000', '131854.421000', '131854.423000', '131854.426000', '131854.429000', '131854.432000', '131854.435000', '131914.301000', '131914.304000', '131914.307000', '131914.310000', '131914.313000', '131914.315000', '131914.318000', '131914.321000', '131914.324000', '131914.327000', '131914.329000', '131914.332000', '131914.335000', '131914.338000', '131914.341000', '131914.344000', '131914.347000', '131914.349000', '131914.352000', '131914.355000', '131914.358000', '131914.361000', '131914.364000', '131914.367000', '131914.369000', '131914.372000', '131914.375000', '131914.378000', '131914.381000', '131914.384000', '131914.386000', '131914.389000', '131914.392000', '131914.395000', '131914.398000', '131914.401000', '131914.404000', '131914.406000', '131914.409000', '131914.412000', '131914.415000', '131914.418000', '131914.421000', '131914.424000', '131934.301000', '131934.304000', '131934.307000', '131934.310000', '131934.315000', '131934.318000', '131934.321000', '131934.325000', '131934.328000', '131934.331000', '131934.333000', '131934.336000', '131934.339000', '131934.342000', '131934.345000', '131934.348000', '131934.351000', '131934.354000', '131934.356000', '131934.359000', '131934.362000', '131934.365000', '131934.368000', '131934.371000', '131934.373000', '131934.376000', '131934.379000', '131934.382000', '131934.385000', '131934.388000', '131934.391000', '131934.394000', '131934.396000', '131934.399000', '131934.402000', '131934.405000', '131934.408000', '131934.410000', '131934.413000', '131934.416000', '131934.419000', '131934.422000', '131934.425000', '131954.301000', '131954.304000', '131954.307000', '131954.310000', '131954.313000', '131954.316000', '131954.319000', '131954.321000', '131954.324000', '131954.327000', '131954.330000', '131954.333000', '131954.336000', '131954.338000', '131954.341000', '131954.344000', '131954.347000', '131954.350000', '131954.353000', '131954.356000', '131954.359000', '131954.361000', '131954.364000', '131954.367000', '131954.370000', '131954.373000', '131954.376000', '131954.379000', '131954.381000', '131954.384000', '131954.387000', '131954.390000', '131954.393000', '131954.396000', '131954.399000', '131954.402000', '131954.404000', '131954.407000', '131954.410000', '131954.413000', '131954.416000', '131954.419000', '131954.422000', '131954.424000', '132014.300000', '132014.303000', '132014.306000', '132014.309000', '132014.312000', '132014.314000', '132014.317000', '132014.320000', '132014.323000', '132014.326000', '132014.329000', '132014.331000', '132014.334000', '132014.337000', '132014.340000', '132014.343000', '132014.347000', '132014.351000', '132014.354000', '132014.357000', '132014.360000', '132014.363000', '132014.366000', '132014.369000', '132014.371000', '132014.374000', '132014.377000', '132014.380000', '132014.383000', '132014.386000', '132014.388000', '132014.391000', '132014.394000', '132014.397000', '132014.400000', '132014.403000', '132014.405000', '132014.408000', '132014.411000', '132014.414000', '132014.417000', '132014.420000', '132014.423000', '132034.316000', '132034.320000', '132034.323000', '132034.325000', '132034.328000', '132034.331000', '132034.334000', '132034.337000', '132034.340000', '132034.343000', '132034.345000', '132034.348000', '132034.351000', '132034.354000', '132034.357000', '132034.360000', '132034.362000', '132034.365000', '132034.370000', '132034.373000', '132034.376000', '132034.379000', '132034.381000', '132034.384000', '132034.387000', '132034.390000', '132034.393000', '132034.396000', '132034.398000', '132034.402000', '132034.404000', '132034.407000', '132034.410000', '132034.413000', '132034.416000', '132034.419000', '132034.421000', '132034.424000', '132034.427000', '132034.430000', '132034.433000', '132034.436000', '132034.439000', '132034.441000', '132054.300000', '132054.303000', '132054.306000', '132054.309000', '132054.312000', '132054.314000', '132054.317000', '132054.320000', '132054.323000', '132054.326000', '132054.329000', '132054.332000', '132054.334000', '132054.337000', '132054.340000', '132054.343000', '132054.346000', '132054.349000', '132054.352000', '132054.355000', '132054.358000', '132054.361000', '132054.364000', '132054.367000', '132054.369000', '132054.372000', '132054.375000', '132054.378000', '132054.381000', '132054.384000', '132054.387000', '132054.390000', '132054.392000', '132054.395000', '132054.398000', '132054.401000', '132054.404000', '132054.407000', '132054.409000', '132054.412000', '132054.415000', '132054.418000', '132054.421000', '132114.301000', '132114.304000', '132114.307000', '132114.310000', '132114.313000', '132114.316000', '132114.318000', '132114.321000', '132114.324000', '132114.327000', '132114.330000', '132114.332000', '132114.335000', '132114.338000', '132114.341000', '132114.344000', '132114.347000', '132114.349000', '132114.352000', '132114.355000', '132114.358000', '132114.361000', '132114.364000', '132114.366000', '132114.369000', '132114.372000', '132114.375000', '132114.378000', '132114.381000', '132114.384000', '132114.387000', '132114.389000', '132114.392000', '132114.395000', '132114.398000', '132114.401000', '132114.404000', '132114.407000', '132114.409000', '132114.412000', '132114.415000', '132114.418000', '132114.421000', '132114.424000', '132134.301000', '132134.304000', '132134.307000', '132134.310000', '132134.313000', '132134.315000', '132134.318000', '132134.321000', '132134.324000', '132134.327000', '132134.330000', '132134.332000', '132134.335000', '132134.338000', '132134.341000', '132134.344000', '132134.347000', '132134.349000', '132134.352000', '132134.355000', '132134.358000', '132134.361000', '132134.364000', '132134.366000', '132134.369000', '132134.372000', '132134.375000', '132134.378000', '132134.381000', '132134.383000', '132134.386000', '132134.389000', '132134.392000', '132134.395000', '132134.398000', '132134.400000', '132134.404000', '132134.408000', '132134.411000', '132134.420000', '132134.423000', '132134.426000', '132134.429000', '132141.804000', '132141.807000', '132141.810000', '132141.813000', '132141.816000', '132141.820000', '132141.823000', '132141.826000', '132141.829000', '132141.832000', '132141.835000', '132141.838000', '132141.841000', '132141.844000', '132141.847000', '132141.849000', '132141.852000'], 'InstanceCreationTime': ['131454.337000', '131454.351000', '131454.354000', '131454.357000', '131454.359000', '131454.371000', '131454.374000', '131454.377000', '131454.379000', '131454.382000', '131454.385000', '131454.388000', '131454.391000', '131454.393000', '131454.396000', '131454.399000', '131454.402000', '131454.405000', '131454.408000', '131454.411000', '131454.413000', '131454.416000', '131454.424000', '131454.427000', '131454.430000', '131454.433000', '131454.436000', '131454.439000', '131514.301000', '131514.304000', '131514.307000', '131514.310000', '131514.313000', '131514.315000', '131514.318000', '131514.321000', '131514.333000', '131514.336000', '131514.339000', '131514.341000', '131514.344000', '131514.347000', '131514.350000', '131514.357000', '131514.360000', '131514.363000', '131514.366000', '131514.369000', '131514.371000', '131514.374000', '131514.377000', '131514.380000', '131514.383000', '131514.385000', '131514.388000', '131514.391000', '131514.394000', '131514.397000', '131514.400000', '131514.405000', '131514.408000', '131514.411000', '131514.413000', '131514.416000', '131514.420000', '131514.425000', '131514.428000', '131514.431000', '131514.434000', '131514.437000', '131514.440000', '131534.300000', '131534.303000', '131534.306000', '131534.308000', '131534.311000', '131534.314000', '131534.317000', '131534.320000', '131534.323000', '131534.325000', '131534.328000', '131534.331000', '131534.334000', '131534.337000', '131534.340000', '131534.343000', '131534.345000', '131534.348000', '131534.351000', '131534.354000', '131534.357000', '131534.360000', '131534.362000', '131534.365000', '131534.368000', '131534.371000', '131534.374000', '131534.376000', '131534.379000', '131534.382000', '131534.385000', '131534.388000', '131534.391000', '131534.393000', '131534.396000', '131534.399000', '131534.402000', '131534.405000', '131534.408000', '131534.410000', '131534.413000', '131534.416000', '131534.419000', '131534.422000', '131554.300000', '131554.303000', '131554.306000', '131554.309000', '131554.311000', '131554.314000', '131554.317000', '131554.320000', '131554.323000', '131554.326000', '131554.329000', '131554.344000', '131554.347000', '131554.350000', '131554.353000', '131554.356000', '131554.359000', '131554.361000', '131554.364000', '131554.367000', '131554.370000', '131554.373000', '131554.376000', '131554.380000', '131554.383000', '131554.385000', '131554.388000', '131554.391000', '131554.394000', '131554.397000', '131554.400000', '131554.403000', '131554.406000', '131554.408000', '131554.411000', '131554.414000', '131554.417000', '131554.420000', '131554.422000', '131554.425000', '131554.428000', '131554.431000', '131554.434000', '131614.300000', '131614.303000', '131614.306000', '131614.308000', '131614.311000', '131614.314000', '131614.317000', '131614.320000', '131614.323000', '131614.326000', '131614.328000', '131614.331000', '131614.334000', '131614.337000', '131614.340000', '131614.344000', '131614.347000', '131614.350000', '131614.352000', '131614.355000', '131614.358000', '131614.361000', '131614.364000', '131614.367000', '131614.370000', '131614.373000', '131614.375000', '131614.378000', '131614.381000', '131614.384000', '131614.387000', '131614.389000', '131614.392000', '131614.395000', '131614.398000', '131614.401000', '131614.404000', '131614.406000', '131614.409000', '131614.412000', '131614.415000', '131614.418000', '131614.421000', '131614.423000', '131634.301000', '131634.304000', '131634.307000', '131634.310000', '131634.313000', '131634.315000', '131634.318000', '131634.321000', '131634.324000', '131634.327000', '131634.330000', '131634.333000', '131634.335000', '131634.338000', '131634.341000', '131634.344000', '131634.347000', '131634.349000', '131634.352000', '131634.355000', '131634.358000', '131634.361000', '131634.364000', '131634.366000', '131634.369000', '131634.372000', '131634.375000', '131634.378000', '131634.381000', '131634.383000', '131634.386000', '131634.389000', '131634.392000', '131634.395000', '131634.398000', '131634.401000', '131634.403000', '131634.406000', '131634.409000', '131634.412000', '131634.415000', '131634.418000', '131634.421000', '131654.301000', '131654.304000', '131654.306000', '131654.316000', '131654.318000', '131654.321000', '131654.324000', '131654.327000', '131654.330000', '131654.333000', '131654.336000', '131654.339000', '131654.341000', '131654.344000', '131654.347000', '131654.350000', '131654.353000', '131654.355000', '131654.358000', '131654.361000', '131654.364000', '131654.367000', '131654.370000', '131654.373000', '131654.375000', '131654.378000', '131654.381000', '131654.384000', '131654.387000', '131654.390000', '131654.392000', '131654.395000', '131654.398000', '131654.401000', '131654.404000', '131654.407000', '131654.409000', '131654.412000', '131654.415000', '131654.418000', '131654.421000', '131654.424000', '131654.426000', '131654.429000', '131714.301000', '131714.304000', '131714.307000', '131714.310000', '131714.313000', '131714.316000', '131714.318000', '131714.321000', '131714.324000', '131714.327000', '131714.330000', '131714.333000', '131714.335000', '131714.338000', '131714.341000', '131714.344000', '131714.347000', '131714.350000', '131714.353000', '131714.355000', '131714.358000', '131714.361000', '131714.364000', '131714.367000', '131714.370000', '131714.373000', '131714.375000', '131714.378000', '131714.381000', '131714.384000', '131714.387000', '131714.390000', '131714.393000', '131714.396000', '131714.398000', '131714.401000', '131714.404000', '131714.407000', '131714.410000', '131714.413000', '131714.416000', '131714.419000', '131714.422000', '131734.301000', '131734.304000', '131734.307000', '131734.310000', '131734.312000', '131734.315000', '131734.318000', '131734.329000', '131734.332000', '131734.335000', '131734.338000', '131734.341000', '131734.344000', '131734.346000', '131734.349000', '131734.352000', '131734.355000', '131734.358000', '131734.361000', '131734.363000', '131734.366000', '131734.369000', '131734.372000', '131734.375000', '131734.378000', '131734.380000', '131734.383000', '131734.386000', '131734.389000', '131734.392000', '131734.395000', '131734.398000', '131734.400000', '131734.403000', '131734.406000', '131734.409000', '131734.412000', '131734.415000', '131734.418000', '131734.420000', '131734.423000', '131734.426000', '131734.429000', '131734.432000', '131754.300000', '131754.303000', '131754.306000', '131754.308000', '131754.311000', '131754.314000', '131754.317000', '131754.320000', '131754.323000', '131754.326000', '131754.329000', '131754.331000', '131754.334000', '131754.337000', '131754.340000', '131754.343000', '131754.346000', '131754.349000', '131754.351000', '131754.354000', '131754.357000', '131754.360000', '131754.363000', '131754.366000', '131754.369000', '131754.371000', '131754.374000', '131754.377000', '131754.380000', '131754.383000', '131754.386000', '131754.388000', '131754.391000', '131754.394000', '131754.397000', '131754.400000', '131754.403000', '131754.406000', '131754.409000', '131754.411000', '131754.414000', '131754.417000', '131754.420000', '131814.300000', '131814.303000', '131814.306000', '131814.309000', '131814.312000', '131814.315000', '131814.319000', '131814.323000', '131814.325000', '131814.328000', '131814.331000', '131814.334000', '131814.337000', '131814.340000', '131814.342000', '131814.345000', '131814.348000', '131814.351000', '131814.354000', '131814.357000', '131814.359000', '131814.362000', '131814.365000', '131814.368000', '131814.371000', '131814.374000', '131814.376000', '131814.379000', '131814.382000', '131814.385000', '131814.388000', '131814.391000', '131814.394000', '131814.397000', '131814.399000', '131814.402000', '131814.405000', '131814.408000', '131814.411000', '131814.413000', '131814.416000', '131814.419000', '131814.422000', '131834.300000', '131834.303000', '131834.306000', '131834.308000', '131834.311000', '131834.314000', '131834.317000', '131834.320000', '131834.323000', '131834.326000', '131834.329000', '131834.331000', '131834.334000', '131834.337000', '131834.340000', '131834.343000', '131834.354000', '131834.357000', '131834.360000', '131834.363000', '131834.366000', '131834.368000', '131834.371000', '131834.374000', '131834.377000', '131834.380000', '131834.383000', '131834.385000', '131834.388000', '131834.391000', '131834.394000', '131834.397000', '131834.400000', '131834.403000', '131834.405000', '131834.408000', '131834.411000', '131834.414000', '131834.417000', '131834.420000', '131834.423000', '131834.425000', '131834.428000', '131834.431000', '131854.301000', '131854.305000', '131854.308000', '131854.311000', '131854.314000', '131854.317000', '131854.319000', '131854.322000', '131854.325000', '131854.328000', '131854.331000', '131854.334000', '131854.337000', '131854.339000', '131854.342000', '131854.345000', '131854.348000', '131854.351000', '131854.354000', '131854.357000', '131854.360000', '131854.362000', '131854.365000', '131854.368000', '131854.371000', '131854.374000', '131854.377000', '131854.379000', '131854.382000', '131854.385000', '131854.388000', '131854.391000', '131854.406000', '131854.409000', '131854.412000', '131854.415000', '131854.418000', '131854.421000', '131854.423000', '131854.426000', '131854.429000', '131854.432000', '131854.435000', '131914.301000', '131914.304000', '131914.307000', '131914.310000', '131914.313000', '131914.315000', '131914.318000', '131914.321000', '131914.324000', '131914.327000', '131914.329000', '131914.332000', '131914.335000', '131914.338000', '131914.341000', '131914.344000', '131914.347000', '131914.349000', '131914.352000', '131914.355000', '131914.358000', '131914.361000', '131914.364000', '131914.367000', '131914.369000', '131914.372000', '131914.375000', '131914.378000', '131914.381000', '131914.384000', '131914.386000', '131914.389000', '131914.392000', '131914.395000', '131914.398000', '131914.401000', '131914.404000', '131914.406000', '131914.409000', '131914.412000', '131914.415000', '131914.418000', '131914.421000', '131914.424000', '131934.301000', '131934.304000', '131934.307000', '131934.310000', '131934.315000', '131934.318000', '131934.321000', '131934.325000', '131934.328000', '131934.331000', '131934.333000', '131934.336000', '131934.339000', '131934.342000', '131934.345000', '131934.348000', '131934.351000', '131934.354000', '131934.356000', '131934.359000', '131934.362000', '131934.365000', '131934.368000', '131934.371000', '131934.373000', '131934.376000', '131934.379000', '131934.382000', '131934.385000', '131934.388000', '131934.391000', '131934.394000', '131934.396000', '131934.399000', '131934.402000', '131934.405000', '131934.408000', '131934.410000', '131934.413000', '131934.416000', '131934.419000', '131934.422000', '131934.425000', '131954.301000', '131954.304000', '131954.307000', '131954.310000', '131954.313000', '131954.316000', '131954.319000', '131954.321000', '131954.324000', '131954.327000', '131954.330000', '131954.333000', '131954.336000', '131954.338000', '131954.341000', '131954.344000', '131954.347000', '131954.350000', '131954.353000', '131954.356000', '131954.359000', '131954.361000', '131954.364000', '131954.367000', '131954.370000', '131954.373000', '131954.376000', '131954.379000', '131954.381000', '131954.384000', '131954.387000', '131954.390000', '131954.393000', '131954.396000', '131954.399000', '131954.402000', '131954.404000', '131954.407000', '131954.410000', '131954.413000', '131954.416000', '131954.419000', '131954.422000', '131954.424000', '132014.300000', '132014.303000', '132014.306000', '132014.309000', '132014.312000', '132014.314000', '132014.317000', '132014.320000', '132014.323000', '132014.326000', '132014.329000', '132014.331000', '132014.334000', '132014.337000', '132014.340000', '132014.343000', '132014.347000', '132014.351000', '132014.354000', '132014.357000', '132014.360000', '132014.363000', '132014.366000', '132014.369000', '132014.371000', '132014.374000', '132014.377000', '132014.380000', '132014.383000', '132014.386000', '132014.388000', '132014.391000', '132014.394000', '132014.397000', '132014.400000', '132014.403000', '132014.405000', '132014.408000', '132014.411000', '132014.414000', '132014.417000', '132014.420000', '132014.423000', '132034.316000', '132034.320000', '132034.323000', '132034.325000', '132034.328000', '132034.331000', '132034.334000', '132034.337000', '132034.340000', '132034.343000', '132034.345000', '132034.348000', '132034.351000', '132034.354000', '132034.357000', '132034.360000', '132034.362000', '132034.365000', '132034.370000', '132034.373000', '132034.376000', '132034.379000', '132034.381000', '132034.384000', '132034.387000', '132034.390000', '132034.393000', '132034.396000', '132034.398000', '132034.402000', '132034.404000', '132034.407000', '132034.410000', '132034.413000', '132034.416000', '132034.419000', '132034.421000', '132034.424000', '132034.427000', '132034.430000', '132034.433000', '132034.436000', '132034.439000', '132034.441000', '132054.300000', '132054.303000', '132054.306000', '132054.309000', '132054.312000', '132054.314000', '132054.317000', '132054.320000', '132054.323000', '132054.326000', '132054.329000', '132054.332000', '132054.334000', '132054.337000', '132054.340000', '132054.343000', '132054.346000', '132054.349000', '132054.352000', '132054.355000', '132054.358000', '132054.361000', '132054.364000', '132054.367000', '132054.369000', '132054.372000', '132054.375000', '132054.378000', '132054.381000', '132054.384000', '132054.387000', '132054.390000', '132054.392000', '132054.395000', '132054.398000', '132054.401000', '132054.404000', '132054.407000', '132054.409000', '132054.412000', '132054.415000', '132054.418000', '132054.421000', '132114.301000', '132114.304000', '132114.307000', '132114.310000', '132114.313000', '132114.316000', '132114.318000', '132114.321000', '132114.324000', '132114.327000', '132114.330000', '132114.332000', '132114.335000', '132114.338000', '132114.341000', '132114.344000', '132114.347000', '132114.349000', '132114.352000', '132114.355000', '132114.358000', '132114.361000', '132114.364000', '132114.366000', '132114.369000', '132114.372000', '132114.375000', '132114.378000', '132114.381000', '132114.384000', '132114.387000', '132114.389000', '132114.392000', '132114.395000', '132114.398000', '132114.401000', '132114.404000', '132114.407000', '132114.409000', '132114.412000', '132114.415000', '132114.418000', '132114.421000', '132114.424000', '132134.301000', '132134.304000', '132134.307000', '132134.310000', '132134.313000', '132134.315000', '132134.318000', '132134.321000', '132134.324000', '132134.327000', '132134.330000', '132134.332000', '132134.335000', '132134.338000', '132134.341000', '132134.344000', '132134.347000', '132134.349000', '132134.352000', '132134.355000', '132134.358000', '132134.361000', '132134.364000', '132134.366000', '132134.369000', '132134.372000', '132134.375000', '132134.378000', '132134.381000', '132134.383000', '132134.386000', '132134.389000', '132134.392000', '132134.395000', '132134.398000', '132134.400000', '132134.404000', '132134.408000', '132134.411000', '132134.420000', '132134.423000', '132134.426000', '132134.429000', '132141.804000', '132141.807000', '132141.810000', '132141.813000', '132141.816000', '132141.820000', '132141.823000', '132141.826000', '132141.829000', '132141.832000', '132141.835000', '132141.838000', '132141.841000', '132141.844000', '132141.847000', '132141.849000', '132141.852000'], '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': [14137, 10928, 11129, 10996, 11486, 11332, 12054, 10863, 11366, 11033, 11485, 11111, 11738, 10699, 11099, 10673, 11230, 10542, 11241, 10635, 10940, 10316, 12424, 10447, 13060, 10780, 10642, 10953, 11572, 10794, 11734, 11237, 11259, 10644, 10719, 10797, 10230, 10787, 10097, 10919, 10378, 10832, 10112, 10925, 9922, 10819, 9922, 10884, 9972, 10828, 9348, 10927, 9506, 10853, 9690, 10827, 9699, 10871, 9801, 10739, 9824, 10509, 9980, 10480, 10357, 10468, 10702, 10486, 9917, 10734, 12315, 10387, 12014, 10157, 10959, 9961, 11049, 10131, 11017, 10184, 11059, 10497, 11219, 10139, 11067, 9884, 11127, 9818, 10855, 10464, 10726, 10863, 10629, 12293, 10593, 11475, 10524, 11148, 10543, 11183, 10425, 10973, 10385, 11010, 10323, 11279, 10044, 10990, 9951, 10738, 9463, 10647, 10600, 10775, 11511, 10627, 12186, 10641, 12083, 10146, 11214, 10348, 11987, 10285, 11276, 10205, 11062, 10207, 11285, 10315, 11258, 9924, 10956, 9923, 10812, 9713, 10623, 9687, 10793, 10633, 10657, 10928, 10731, 12952, 10547, 12085, 9990, 11396, 9945, 10690, 9791, 11165, 10034, 10779, 9817, 10882, 10174, 11261, 10174, 11009, 10136, 11198, 10435, 11149, 10613, 10798, 10215, 10789, 10274, 10996, 9996, 10929, 10006, 10949, 9813, 10804, 9649, 10978, 9913, 10918, 9694, 10684, 10005, 10583, 9732, 10867, 9886, 12712, 9829, 10846, 9921, 10989, 9783, 10930, 9861, 10984, 9619, 10825, 9741, 10733, 9755, 10616, 9923, 10800, 9654, 10765, 10281, 10732, 10757, 10687, 9980, 10805, 10415, 10421, 10074, 10564, 11860, 10386, 11955, 10397, 11212, 10283, 10756, 10307, 11028, 10162, 11605, 10086, 11283, 10276, 12533, 10429, 12605, 10258, 11069, 10541, 11027, 10584, 11322, 10647, 11111, 10308, 11233, 10335, 11248, 9867, 11185, 9899, 11038, 9797, 10950, 9532, 10945, 9678, 10908, 10486, 10829, 12638, 10909, 11054, 10586, 11399, 10519, 11729, 10505, 10956, 10088, 11021, 9865, 11172, 10785, 10984, 9801, 11026, 9518, 10964, 10706, 10687, 10502, 10543, 10293, 10371, 11924, 10490, 11138, 10283, 11025, 9850, 11096, 10301, 11113, 10120, 11161, 9686, 11123, 10275, 10806, 11413, 10732, 11727, 10168, 11014, 10315, 10987, 9973, 11097, 10564, 11270, 9865, 10893, 9984, 10887, 10817, 10567, 12348, 10764, 12773, 10458, 11486, 10076, 10912, 9950, 10833, 9447, 10539, 9715, 10245, 10394, 10628, 10029, 10325, 9965, 9800, 10107, 9879, 9923, 9314, 10276, 9232, 10272, 9289, 10564, 10703, 10508, 12050, 10602, 11806, 10203, 11596, 9802, 10031, 9616, 10513, 9465, 10308, 9743, 10148, 11933, 10153, 11620, 9979, 9978, 9843, 10165, 9954, 10256, 10163, 10289, 9714, 10205, 9332, 10317, 10918, 10288, 11174, 10386, 12734, 10382, 11486, 10174, 11642, 9605, 10179, 9459, 10072, 9878, 10251, 9849, 9875, 10518, 10041, 10268, 9772, 10078, 9332, 10333, 9120, 10284, 9318, 10262, 9858, 10182, 11119, 10091, 11661, 10146, 10939, 10155, 10440, 9665, 10146, 9587, 10015, 9469, 10260, 9205, 10445, 9636, 10222, 9613, 10346, 12003, 10279, 12072, 10262, 13182, 10287, 11189, 9853, 10262, 9521, 10480, 9164, 10400, 9442, 10450, 10884, 9969, 10723, 10191, 10594, 9843, 10078, 9292, 10556, 8861, 10746, 10187, 10171, 12118, 9920, 11476, 9550, 11008, 9728, 10421, 9684, 10520, 9206, 10339, 9036, 9928, 9861, 9975, 9809, 9788, 10128, 9707, 10306, 9736, 10394, 9716, 10491, 9397, 11422, 9400, 10414, 9245, 10380, 13066, 10218, 12122, 10257, 12059, 10529, 10553, 10266, 10030, 10206, 9689, 9977, 9900, 10044, 9796, 9924, 10172, 9763, 10872, 9848, 10727, 9822, 11018, 9856, 10681, 10718, 10833, 9308, 10724, 9084, 10704, 11812, 10619, 13406, 10681, 12306, 10980, 10990, 10627, 9607, 10254, 9572, 9938, 10364, 10086, 10793, 9217, 10834, 9346, 10642, 11967, 10819, 11324, 10688, 10563, 10847, 10618, 10179, 13023, 10230, 9516, 10183, 10952, 9665, 10651, 11958, 10826, 11267, 10768, 10742, 10573, 10119, 10546, 9633, 10569, 9689, 10190, 9833, 9844, 10862, 10043, 10845, 9590, 10696, 10793, 10576, 12849, 10703, 11459, 10463, 10605, 10438, 9890, 10152, 9825, 10226, 9813, 9517, 9612, 9392, 9910, 9226, 9884, 9842, 10694, 9189, 10784, 9499, 10599, 13087, 10627, 12149, 10677, 11727, 10709, 11507, 10759, 10946, 10253, 10070, 9702, 9771, 9685, 9688, 9712, 10923, 9196, 10598, 9659, 10782, 9224, 10596, 9636, 10551, 12419, 10735, 10627, 10396, 10998, 10441, 11390, 10505, 11519, 10450, 10974, 10547, 11079, 10447, 10989, 10286, 9620, 10378, 9589, 10349, 9774, 10241, 11145, 10651, 12615, 10598, 11417, 10471, 13279, 10653, 13638, 10660, 12021, 10414, 10359, 9852, 9842, 9715, 9897, 9460, 10215, 8856, 10182, 9099, 9973, 9258, 9849, 8652, 10385, 9064, 10191, 8971, 10228, 12690, 10551, 13164, 10554, 11624, 10594, 12804, 10509, 12978, 10343, 10785, 10013, 9945, 9867, 9813, 9559, 10208, 9402, 10351, 9623, 10196, 9327, 10310, 8944, 10262, 9077, 10174, 12697, 10244, 12113, 10150, 11498, 10237, 11212, 9889, 10782, 9641, 10006, 9342, 9944, 9389, 9874, 9475, 10087, 8904, 10014, 9349, 9863, 9887, 9906, 8849, 9866, 10108, 10083, 12030, 10174, 12581, 9972, 11086, 9726, 10573, 10033, 10024, 9767, 10105, 9451, 10102, 9648, 9968, 9471, 10234, 9085, 9883, 12328, 11998, 12401, 10528, 10620, 9953, 10929, 9807, 10447, 10074, 10726, 10235, 10775, 10225, 9938, 10173, 10482, 10093, 13104, 10304, 12047, 9945, 11528, 9772, 12262, 9733, 10084, 9766, 10139, 9843, 10140, 9818, 10009, 9653, 10017, 9149, 9976, 9081, 9971, 8721, 9988, 11164, 9872, 13273, 10038, 12347, 9996, 10251, 9883, 9975, 9763, 10373, 9400, 10184, 9454, 9803, 9255, 9670, 9485, 9536, 9852, 9513, 10183, 9802, 9933, 9751, 10203, 9349, 10074, 9616, 9961, 9190, 9846, 9541, 9937, 11346, 10263, 11782, 10241, 12614, 10245, 11598, 10046, 11920, 9618, 10352, 9484, 10115, 9291, 10244, 9256, 9879, 9523, 9612, 10299, 9588, 10266, 9787, 11278, 9348, 11318, 9298, 9973, 9318, 10627, 9315, 11285, 9597, 10894, 9396, 12129, 9133, 10248, 11776, 10959, 11636, 9964, 12303, 9817, 11608, 9805, 11827, 9608, 10224, 9381, 10471, 9683, 10257, 9275, 10572, 9356, 10187, 9425, 9863, 9512, 10281, 9306, 10353, 9309, 10053, 9706, 10016, 11237, 10878, 11407, 9858, 11937, 9884, 11802, 10269, 10931, 10018, 10430, 9330, 10268, 9206, 10360, 9481, 9960, 10240, 9836, 9314, 9881, 10984, 10063, 11000, 9652, 10243, 9759, 10151, 9699, 11152, 9754, 10589, 9944], 'WindowCenter': [4415.0, 4370.0, 4369.0, 4354.0, 4363.0, 4354.0, 4350.0, 4340.0, 4351.0, 4340.0, 4350.0, 4339.0, 4350.0, 4341.0, 4350.0, 4341.0, 4351.0, 4355.0, 4350.0, 4354.0, 4353.0, 4342.0, 4360.0, 4352.0, 4374.0, 4354.0, 4352.0, 4351.0, 4362.0, 4351.0, 4352.0, 4365.0, 4354.0, 4343.0, 4341.0, 4341.0, 4330.0, 4340.0, 4330.0, 4341.0, 4330.0, 4340.0, 4328.0, 4340.0, 4328.0, 4340.0, 4330.0, 4340.0, 4330.0, 4341.0, 4320.0, 4340.0, 4329.0, 4340.0, 4329.0, 4338.0, 4317.0, 4339.0, 4328.0, 4339.0, 4329.0, 4339.0, 4328.0, 4340.0, 4339.0, 4339.0, 4341.0, 4339.0, 4329.0, 4341.0, 4351.0, 4341.0, 4350.0, 4340.0, 4339.0, 4329.0, 4340.0, 4329.0, 4340.0, 4340.0, 4341.0, 4339.0, 4340.0, 4340.0, 4341.0, 4342.0, 4351.0, 4328.0, 4342.0, 4341.0, 4339.0, 4341.0, 4342.0, 4350.0, 4340.0, 4339.0, 4340.0, 4339.0, 4340.0, 4338.0, 4339.0, 4336.0, 4329.0, 4340.0, 4329.0, 4341.0, 4330.0, 4340.0, 4330.0, 4342.0, 4330.0, 4341.0, 4342.0, 4352.0, 4353.0, 4342.0, 4350.0, 4340.0, 4351.0, 4341.0, 4340.0, 4340.0, 4351.0, 4340.0, 4340.0, 4330.0, 4339.0, 4330.0, 4341.0, 4341.0, 4341.0, 4331.0, 4342.0, 4332.0, 4340.0, 4329.0, 4343.0, 4331.0, 4342.0, 4342.0, 4340.0, 4340.0, 4340.0, 4350.0, 4339.0, 4348.0, 4328.0, 4339.0, 4328.0, 4328.0, 4328.0, 4339.0, 4329.0, 4339.0, 4330.0, 4338.0, 4340.0, 4350.0, 4340.0, 4339.0, 4341.0, 4340.0, 4340.0, 4339.0, 4342.0, 4342.0, 4341.0, 4338.0, 4338.0, 4341.0, 4330.0, 4342.0, 4339.0, 4342.0, 4331.0, 4341.0, 4330.0, 4341.0, 4330.0, 4341.0, 4329.0, 4339.0, 4329.0, 4340.0, 4328.0, 4340.0, 4331.0, 4361.0, 4329.0, 4340.0, 4329.0, 4339.0, 4329.0, 4341.0, 4331.0, 4342.0, 4330.0, 4339.0, 4330.0, 4340.0, 4329.0, 4329.0, 4327.0, 4340.0, 4329.0, 4339.0, 4328.0, 4338.0, 4337.0, 4340.0, 4328.0, 4340.0, 4339.0, 4340.0, 4330.0, 4340.0, 4349.0, 4339.0, 4350.0, 4340.0, 4340.0, 4340.0, 4338.0, 4342.0, 4341.0, 4341.0, 4350.0, 4341.0, 4338.0, 4340.0, 4349.0, 4340.0, 4350.0, 4329.0, 4337.0, 4328.0, 4339.0, 4328.0, 4339.0, 4326.0, 4338.0, 4328.0, 4336.0, 4328.0, 4338.0, 4328.0, 4339.0, 4328.0, 4338.0, 4328.0, 4338.0, 4329.0, 4340.0, 4330.0, 4341.0, 4339.0, 4338.0, 4350.0, 4341.0, 4339.0, 4340.0, 4339.0, 4327.0, 4339.0, 4329.0, 4340.0, 4329.0, 4339.0, 4329.0, 4339.0, 4340.0, 4340.0, 4329.0, 4339.0, 4327.0, 4338.0, 4338.0, 4340.0, 4338.0, 4338.0, 4327.0, 4328.0, 4349.0, 4340.0, 4339.0, 4330.0, 4341.0, 4331.0, 4340.0, 4329.0, 4340.0, 4328.0, 4339.0, 4328.0, 4339.0, 4329.0, 4338.0, 4338.0, 4327.0, 4336.0, 4327.0, 4327.0, 4328.0, 4339.0, 4328.0, 4337.0, 4340.0, 4338.0, 4330.0, 4340.0, 4341.0, 4341.0, 4351.0, 4339.0, 4350.0, 4342.0, 4361.0, 4340.0, 4350.0, 4329.0, 4340.0, 4327.0, 4337.0, 4319.0, 4342.0, 4343.0, 4340.0, 4327.0, 4329.0, 4327.0, 4327.0, 4327.0, 4328.0, 4328.0, 4328.0, 4330.0, 4330.0, 4341.0, 4319.0, 4340.0, 4332.0, 4340.0, 4340.0, 4341.0, 4349.0, 4330.0, 4348.0, 4331.0, 4338.0, 4329.0, 4329.0, 4317.0, 4327.0, 4318.0, 4327.0, 4318.0, 4330.0, 4336.0, 4326.0, 4338.0, 4327.0, 4329.0, 4329.0, 4329.0, 4328.0, 4339.0, 4340.0, 4340.0, 4330.0, 4340.0, 4318.0, 4343.0, 4342.0, 4341.0, 4340.0, 4329.0, 4349.0, 4328.0, 4337.0, 4328.0, 4338.0, 4329.0, 4331.0, 4330.0, 4329.0, 4328.0, 4329.0, 4328.0, 4330.0, 4340.0, 4329.0, 4340.0, 4330.0, 4329.0, 4319.0, 4341.0, 4331.0, 4341.0, 4331.0, 4340.0, 4330.0, 4339.0, 4340.0, 4341.0, 4349.0, 4339.0, 4339.0, 4329.0, 4339.0, 4330.0, 4339.0, 4329.0, 4330.0, 4329.0, 4340.0, 4331.0, 4340.0, 4331.0, 4341.0, 4331.0, 4342.0, 4349.0, 4331.0, 4350.0, 4341.0, 4359.0, 4329.0, 4337.0, 4327.0, 4326.0, 4316.0, 4327.0, 4316.0, 4327.0, 4315.0, 4327.0, 4336.0, 4327.0, 4339.0, 4342.0, 4338.0, 4329.0, 4328.0, 4357.0, 4341.0, 4320.0, 4352.0, 4330.0, 4330.0, 4348.0, 4328.0, 4336.0, 4317.0, 4336.0, 4317.0, 4327.0, 4316.0, 4328.0, 4317.0, 4330.0, 4317.0, 4329.0, 4329.0, 4329.0, 4330.0, 4332.0, 4340.0, 4331.0, 4339.0, 4330.0, 4339.0, 4329.0, 4342.0, 4331.0, 4350.0, 4320.0, 4339.0, 4318.0, 4329.0, 4348.0, 4330.0, 4348.0, 4329.0, 4349.0, 4338.0, 4338.0, 4329.0, 4330.0, 4330.0, 4330.0, 4330.0, 4329.0, 4328.0, 4330.0, 4329.0, 4340.0, 4330.0, 4340.0, 4326.0, 4337.0, 4327.0, 4337.0, 4328.0, 4327.0, 4340.0, 4340.0, 4317.0, 4338.0, 4317.0, 4340.0, 4348.0, 4338.0, 4357.0, 4329.0, 4347.0, 4337.0, 4326.0, 4326.0, 4316.0, 4326.0, 4328.0, 4326.0, 4328.0, 4329.0, 4339.0, 4317.0, 4337.0, 4318.0, 4339.0, 4348.0, 4338.0, 4338.0, 4338.0, 4327.0, 4337.0, 4328.0, 4328.0, 4358.0, 4327.0, 4328.0, 4326.0, 4336.0, 4315.0, 4326.0, 4336.0, 4336.0, 4336.0, 4338.0, 4327.0, 4328.0, 4326.0, 4327.0, 4327.0, 4337.0, 4327.0, 4328.0, 4329.0, 4328.0, 4340.0, 4327.0, 4338.0, 4327.0, 4327.0, 4327.0, 4329.0, 4347.0, 4329.0, 4337.0, 4327.0, 4326.0, 4327.0, 4326.0, 4327.0, 4327.0, 4327.0, 4328.0, 4328.0, 4328.0, 4328.0, 4331.0, 4329.0, 4340.0, 4329.0, 4340.0, 4330.0, 4339.0, 4327.0, 4338.0, 4358.0, 4339.0, 4349.0, 4338.0, 4348.0, 4329.0, 4337.0, 4327.0, 4337.0, 4327.0, 4328.0, 4318.0, 4327.0, 4329.0, 4327.0, 4327.0, 4337.0, 4317.0, 4338.0, 4328.0, 4341.0, 4330.0, 4338.0, 4329.0, 4339.0, 4349.0, 4340.0, 4339.0, 4328.0, 4337.0, 4338.0, 4339.0, 4338.0, 4337.0, 4339.0, 4338.0, 4327.0, 4336.0, 4326.0, 4328.0, 4328.0, 4328.0, 4327.0, 4328.0, 4337.0, 4330.0, 4340.0, 4349.0, 4342.0, 4360.0, 4339.0, 4348.0, 4339.0, 4348.0, 4338.0, 4358.0, 4326.0, 4336.0, 4325.0, 4325.0, 4315.0, 4316.0, 4316.0, 4325.0, 4315.0, 4325.0, 4307.0, 4327.0, 4316.0, 4327.0, 4317.0, 4328.0, 4319.0, 4339.0, 4319.0, 4341.0, 4320.0, 4340.0, 4360.0, 4341.0, 4358.0, 4328.0, 4337.0, 4328.0, 4347.0, 4327.0, 4349.0, 4326.0, 4326.0, 4315.0, 4316.0, 4327.0, 4326.0, 4318.0, 4326.0, 4315.0, 4325.0, 4316.0, 4326.0, 4317.0, 4327.0, 4318.0, 4328.0, 4317.0, 4339.0, 4350.0, 4340.0, 4350.0, 4329.0, 4339.0, 4327.0, 4336.0, 4330.0, 4338.0, 4317.0, 4328.0, 4318.0, 4327.0, 4317.0, 4327.0, 4318.0, 4327.0, 4318.0, 4328.0, 4317.0, 4328.0, 4328.0, 4329.0, 4318.0, 4329.0, 4339.0, 4338.0, 4348.0, 4340.0, 4348.0, 4329.0, 4337.0, 4327.0, 4329.0, 4329.0, 4327.0, 4328.0, 4329.0, 4328.0, 4340.0, 4328.0, 4330.0, 4330.0, 4339.0, 4319.0, 4331.0, 4348.0, 4349.0, 4349.0, 4326.0, 4327.0, 4327.0, 4336.0, 4326.0, 4327.0, 4329.0, 4337.0, 4328.0, 4337.0, 4327.0, 4328.0, 4329.0, 4328.0, 4330.0, 4348.0, 4328.0, 4337.0, 4317.0, 4337.0, 4316.0, 4336.0, 4304.0, 4325.0, 4315.0, 4325.0, 4315.0, 4313.0, 4315.0, 4315.0, 4314.0, 4315.0, 4316.0, 4325.0, 4305.0, 4327.0, 4306.0, 4328.0, 4338.0, 4328.0, 4346.0, 4326.0, 4338.0, 4315.0, 4324.0, 4315.0, 4315.0, 4316.0, 4327.0, 4316.0, 4325.0, 4317.0, 4327.0, 4316.0, 4317.0, 4317.0, 4316.0, 4318.0, 4327.0, 4327.0, 4328.0, 4327.0, 4328.0, 4329.0, 4318.0, 4330.0, 4329.0, 4330.0, 4330.0, 4329.0, 4328.0, 4328.0, 4339.0, 4341.0, 4338.0, 4328.0, 4349.0, 4328.0, 4338.0, 4328.0, 4338.0, 4316.0, 4326.0, 4318.0, 4327.0, 4317.0, 4326.0, 4316.0, 4328.0, 4327.0, 4319.0, 4326.0, 4327.0, 4328.0, 4329.0, 4338.0, 4329.0, 4348.0, 4330.0, 4340.0, 4331.0, 4351.0, 4332.0, 4353.0, 4332.0, 4354.0, 4333.0, 4351.0, 4331.0, 4328.0, 4338.0, 4338.0, 4336.0, 4316.0, 4335.0, 4316.0, 4335.0, 4316.0, 4336.0, 4315.0, 4327.0, 4317.0, 4326.0, 4316.0, 4326.0, 4317.0, 4338.0, 4318.0, 4339.0, 4319.0, 4329.0, 4340.0, 4340.0, 4330.0, 4341.0, 4329.0, 4330.0, 4329.0, 4330.0, 4337.0, 4327.0, 4337.0, 4316.0, 4335.0, 4315.0, 4324.0, 4314.0, 4313.0, 4303.0, 4315.0, 4303.0, 4314.0, 4303.0, 4313.0, 4305.0, 4314.0, 4324.0, 4315.0, 4316.0, 4326.0, 4336.0, 4330.0, 4337.0, 4328.0, 4328.0, 4329.0, 4327.0, 4329.0, 4339.0, 4319.0, 4329.0, 4317.0], 'WindowWidth': [9716.0, 9643.0, 9636.0, 9610.0, 9618.0, 9604.0, 9595.0, 9579.0, 9596.0, 9580.0, 9592.0, 9577.0, 9591.0, 9580.0, 9593.0, 9584.0, 9596.0, 9608.0, 9594.0, 9602.0, 9599.0, 9586.0, 9607.0, 9599.0, 9632.0, 9604.0, 9599.0, 9596.0, 9614.0, 9596.0, 9598.0, 9623.0, 9604.0, 9587.0, 9582.0, 9580.0, 9564.0, 9578.0, 9565.0, 9579.0, 9564.0, 9577.0, 9558.0, 9576.0, 9560.0, 9578.0, 9565.0, 9578.0, 9564.0, 9581.0, 9550.0, 9577.0, 9561.0, 9576.0, 9562.0, 9571.0, 9542.0, 9574.0, 9558.0, 9574.0, 9560.0, 9574.0, 9557.0, 9577.0, 9575.0, 9573.0, 9579.0, 9576.0, 9562.0, 9581.0, 9594.0, 9579.0, 9591.0, 9576.0, 9576.0, 9561.0, 9577.0, 9562.0, 9578.0, 9578.0, 9578.0, 9576.0, 9577.0, 9578.0, 9578.0, 9585.0, 9593.0, 9559.0, 9581.0, 9579.0, 9576.0, 9580.0, 9581.0, 9591.0, 9577.0, 9575.0, 9575.0, 9575.0, 9576.0, 9573.0, 9575.0, 9568.0, 9561.0, 9576.0, 9561.0, 9579.0, 9565.0, 9578.0, 9565.0, 9582.0, 9565.0, 9581.0, 9583.0, 9598.0, 9598.0, 9582.0, 9592.0, 9577.0, 9594.0, 9579.0, 9577.0, 9579.0, 9593.0, 9578.0, 9578.0, 9564.0, 9574.0, 9564.0, 9579.0, 9579.0, 9579.0, 9567.0, 9581.0, 9569.0, 9579.0, 9563.0, 9585.0, 9569.0, 9583.0, 9582.0, 9578.0, 9577.0, 9576.0, 9590.0, 9575.0, 9588.0, 9560.0, 9573.0, 9558.0, 9558.0, 9560.0, 9575.0, 9561.0, 9576.0, 9565.0, 9573.0, 9579.0, 9592.0, 9578.0, 9575.0, 9580.0, 9577.0, 9577.0, 9577.0, 9583.0, 9582.0, 9581.0, 9574.0, 9574.0, 9579.0, 9564.0, 9581.0, 9577.0, 9583.0, 9567.0, 9580.0, 9565.0, 9582.0, 9565.0, 9579.0, 9563.0, 9575.0, 9562.0, 9576.0, 9560.0, 9579.0, 9567.0, 9608.0, 9561.0, 9578.0, 9562.0, 9573.0, 9560.0, 9580.0, 9567.0, 9582.0, 9566.0, 9575.0, 9564.0, 9575.0, 9561.0, 9559.0, 9557.0, 9577.0, 9559.0, 9575.0, 9558.0, 9571.0, 9569.0, 9577.0, 9558.0, 9577.0, 9576.0, 9576.0, 9563.0, 9576.0, 9589.0, 9576.0, 9592.0, 9580.0, 9577.0, 9577.0, 9574.0, 9585.0, 9580.0, 9582.0, 9593.0, 9580.0, 9574.0, 9578.0, 9589.0, 9577.0, 9590.0, 9561.0, 9570.0, 9558.0, 9573.0, 9558.0, 9571.0, 9553.0, 9570.0, 9557.0, 9566.0, 9557.0, 9570.0, 9560.0, 9573.0, 9560.0, 9572.0, 9559.0, 9573.0, 9561.0, 9577.0, 9564.0, 9579.0, 9573.0, 9572.0, 9590.0, 9580.0, 9575.0, 9576.0, 9575.0, 9557.0, 9573.0, 9560.0, 9576.0, 9561.0, 9573.0, 9561.0, 9575.0, 9577.0, 9577.0, 9561.0, 9574.0, 9558.0, 9573.0, 9574.0, 9577.0, 9572.0, 9572.0, 9558.0, 9558.0, 9587.0, 9579.0, 9576.0, 9565.0, 9580.0, 9568.0, 9577.0, 9562.0, 9577.0, 9558.0, 9575.0, 9558.0, 9575.0, 9560.0, 9570.0, 9570.0, 9555.0, 9566.0, 9553.0, 9554.0, 9560.0, 9574.0, 9559.0, 9571.0, 9576.0, 9571.0, 9564.0, 9577.0, 9580.0, 9582.0, 9593.0, 9577.0, 9591.0, 9584.0, 9607.0, 9577.0, 9591.0, 9563.0, 9576.0, 9555.0, 9570.0, 9546.0, 9586.0, 9588.0, 9579.0, 9557.0, 9559.0, 9554.0, 9555.0, 9556.0, 9559.0, 9559.0, 9559.0, 9563.0, 9565.0, 9578.0, 9549.0, 9578.0, 9569.0, 9577.0, 9577.0, 9578.0, 9588.0, 9563.0, 9586.0, 9566.0, 9572.0, 9561.0, 9559.0, 9541.0, 9554.0, 9543.0, 9553.0, 9544.0, 9560.0, 9564.0, 9552.0, 9572.0, 9555.0, 9559.0, 9560.0, 9561.0, 9561.0, 9577.0, 9579.0, 9577.0, 9564.0, 9578.0, 9546.0, 9585.0, 9582.0, 9578.0, 9577.0, 9561.0, 9586.0, 9557.0, 9567.0, 9557.0, 9574.0, 9560.0, 9564.0, 9563.0, 9559.0, 9557.0, 9559.0, 9556.0, 9564.0, 9576.0, 9560.0, 9578.0, 9564.0, 9561.0, 9549.0, 9578.0, 9567.0, 9580.0, 9567.0, 9577.0, 9564.0, 9575.0, 9577.0, 9581.0, 9590.0, 9577.0, 9575.0, 9561.0, 9575.0, 9563.0, 9575.0, 9561.0, 9565.0, 9561.0, 9577.0, 9567.0, 9577.0, 9568.0, 9582.0, 9568.0, 9581.0, 9589.0, 9566.0, 9590.0, 9581.0, 9601.0, 9562.0, 9568.0, 9554.0, 9552.0, 9538.0, 9555.0, 9539.0, 9554.0, 9538.0, 9555.0, 9567.0, 9557.0, 9574.0, 9582.0, 9573.0, 9562.0, 9559.0, 9616.0, 9582.0, 9552.0, 9600.0, 9564.0, 9563.0, 9585.0, 9557.0, 9566.0, 9542.0, 9567.0, 9543.0, 9556.0, 9541.0, 9557.0, 9543.0, 9562.0, 9544.0, 9562.0, 9563.0, 9562.0, 9564.0, 9568.0, 9577.0, 9566.0, 9575.0, 9564.0, 9577.0, 9562.0, 9583.0, 9567.0, 9592.0, 9550.0, 9575.0, 9546.0, 9560.0, 9585.0, 9564.0, 9586.0, 9561.0, 9588.0, 9572.0, 9573.0, 9561.0, 9565.0, 9565.0, 9564.0, 9563.0, 9562.0, 9560.0, 9564.0, 9562.0, 9578.0, 9563.0, 9577.0, 9554.0, 9570.0, 9556.0, 9570.0, 9558.0, 9557.0, 9577.0, 9578.0, 9545.0, 9571.0, 9545.0, 9575.0, 9585.0, 9571.0, 9597.0, 9560.0, 9583.0, 9569.0, 9552.0, 9552.0, 9540.0, 9552.0, 9559.0, 9554.0, 9557.0, 9562.0, 9572.0, 9543.0, 9569.0, 9545.0, 9575.0, 9586.0, 9571.0, 9572.0, 9571.0, 9557.0, 9571.0, 9558.0, 9559.0, 9600.0, 9555.0, 9559.0, 9554.0, 9566.0, 9539.0, 9551.0, 9565.0, 9566.0, 9566.0, 9570.0, 9554.0, 9557.0, 9552.0, 9556.0, 9556.0, 9570.0, 9557.0, 9558.0, 9560.0, 9561.0, 9578.0, 9556.0, 9571.0, 9556.0, 9555.0, 9556.0, 9560.0, 9583.0, 9558.0, 9571.0, 9556.0, 9552.0, 9555.0, 9552.0, 9557.0, 9556.0, 9558.0, 9559.0, 9561.0, 9560.0, 9561.0, 9566.0, 9565.0, 9581.0, 9562.0, 9578.0, 9563.0, 9574.0, 9556.0, 9571.0, 9601.0, 9577.0, 9587.0, 9572.0, 9585.0, 9560.0, 9569.0, 9554.0, 9568.0, 9558.0, 9559.0, 9545.0, 9557.0, 9562.0, 9557.0, 9556.0, 9569.0, 9544.0, 9574.0, 9560.0, 9579.0, 9565.0, 9574.0, 9561.0, 9575.0, 9589.0, 9579.0, 9575.0, 9559.0, 9571.0, 9572.0, 9573.0, 9573.0, 9570.0, 9573.0, 9571.0, 9555.0, 9566.0, 9553.0, 9558.0, 9560.0, 9558.0, 9557.0, 9559.0, 9572.0, 9565.0, 9580.0, 9591.0, 9583.0, 9606.0, 9578.0, 9587.0, 9576.0, 9587.0, 9574.0, 9599.0, 9553.0, 9565.0, 9549.0, 9548.0, 9535.0, 9539.0, 9540.0, 9548.0, 9534.0, 9548.0, 9526.0, 9557.0, 9541.0, 9556.0, 9542.0, 9559.0, 9549.0, 9576.0, 9549.0, 9580.0, 9552.0, 9578.0, 9606.0, 9581.0, 9601.0, 9558.0, 9568.0, 9556.0, 9582.0, 9553.0, 9585.0, 9552.0, 9552.0, 9534.0, 9538.0, 9554.0, 9552.0, 9544.0, 9552.0, 9537.0, 9550.0, 9539.0, 9554.0, 9543.0, 9557.0, 9545.0, 9558.0, 9543.0, 9576.0, 9590.0, 9578.0, 9591.0, 9562.0, 9575.0, 9556.0, 9568.0, 9562.0, 9570.0, 9541.0, 9556.0, 9544.0, 9555.0, 9543.0, 9556.0, 9543.0, 9555.0, 9545.0, 9559.0, 9542.0, 9559.0, 9559.0, 9561.0, 9547.0, 9562.0, 9576.0, 9573.0, 9585.0, 9579.0, 9586.0, 9560.0, 9571.0, 9557.0, 9560.0, 9561.0, 9556.0, 9559.0, 9561.0, 9561.0, 9577.0, 9559.0, 9564.0, 9564.0, 9576.0, 9548.0, 9565.0, 9584.0, 9588.0, 9588.0, 9554.0, 9556.0, 9556.0, 9566.0, 9553.0, 9556.0, 9561.0, 9570.0, 9559.0, 9570.0, 9557.0, 9558.0, 9560.0, 9558.0, 9563.0, 9585.0, 9557.0, 9569.0, 9540.0, 9566.0, 9537.0, 9564.0, 9519.0, 9548.0, 9536.0, 9547.0, 9535.0, 9531.0, 9534.0, 9535.0, 9534.0, 9537.0, 9539.0, 9550.0, 9524.0, 9556.0, 9528.0, 9559.0, 9571.0, 9559.0, 9580.0, 9553.0, 9569.0, 9537.0, 9546.0, 9535.0, 9535.0, 9539.0, 9554.0, 9538.0, 9549.0, 9540.0, 9555.0, 9539.0, 9542.0, 9541.0, 9541.0, 9543.0, 9556.0, 9556.0, 9558.0, 9556.0, 9558.0, 9562.0, 9546.0, 9564.0, 9561.0, 9565.0, 9564.0, 9561.0, 9560.0, 9559.0, 9574.0, 9579.0, 9572.0, 9559.0, 9586.0, 9557.0, 9571.0, 9557.0, 9568.0, 9538.0, 9551.0, 9541.0, 9552.0, 9540.0, 9552.0, 9537.0, 9558.0, 9557.0, 9546.0, 9554.0, 9556.0, 9560.0, 9562.0, 9574.0, 9563.0, 9589.0, 9567.0, 9578.0, 9569.0, 9596.0, 9572.0, 9599.0, 9571.0, 9601.0, 9571.0, 9594.0, 9568.0, 9560.0, 9572.0, 9570.0, 9565.0, 9538.0, 9562.0, 9538.0, 9561.0, 9537.0, 9563.0, 9535.0, 9552.0, 9540.0, 9553.0, 9538.0, 9553.0, 9543.0, 9571.0, 9545.0, 9575.0, 9547.0, 9562.0, 9581.0, 9578.0, 9565.0, 9579.0, 9563.0, 9564.0, 9560.0, 9562.0, 9569.0, 9555.0, 9567.0, 9538.0, 9563.0, 9536.0, 9545.0, 9531.0, 9527.0, 9513.0, 9530.0, 9515.0, 9530.0, 9515.0, 9529.0, 9518.0, 9532.0, 9545.0, 9534.0, 9536.0, 9552.0, 9567.0, 9562.0, 9569.0, 9558.0, 9558.0, 9560.0, 9555.0, 9562.0, 9572.0, 9545.0, 9560.0, 9541.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.0008486388583973656</td></tr>
<tr><td colspan=3>aqi</td><td>0.01780293578485181</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.231422577285684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1475273155494503</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9862797082307692</td></tr>
<tr><td colspan=3>efc</td><td>0.469</td></tr>
<tr><td colspan=3>fber</td><td>5872.8643</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0615437835574501</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.10976948408342481</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.620955599117237</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5739016659061296</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8428318413125164</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.446133290133065</td></tr>
<tr><td colspan=3>gcor</td><td>0.00562619</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011279014870524406</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019038651138544083</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.721802442683688</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>32.6714</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5991</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.6515</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.8355</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9534</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.559</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3505.6624</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74831.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1007.3009</td></tr>
<tr><td colspan=3>tsnr</td><td>45.44367363816127</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>