<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0005_ses-02_task-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0005_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0005_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0005_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0005_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0005_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0005_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0005_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-02/func/sub-0005_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fd4529dc248563cc599157c892bc4ed8</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:30:44.297500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998754, 0.0308959, -0.0391981, -0.0299913, 0.999275, 0.0234601]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0995773</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7768, -7241, 451, -58, -3, -17, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.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>281.466</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69c5e73f-58ab-4953-8e37-5ff75adfb26b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6795830726623535, -0.08046438544988632, -0.10771503299474716, 116.4556884765625], [-0.08289140462875366, 2.680981159210205, 0.06008922681212425, -84.69401550292969], [-0.10516553372144699, -0.06294175237417221, 2.697181224822998, -25.715633392333984], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['143044.297500', '143044.757500', '143045.217500', '143045.677500', '143046.137500', '143046.597500', '143047.057500', '143047.517500', '143047.977500', '143048.437500', '143048.897500', '143049.357500', '143049.817500', '143050.277500', '143050.737500', '143051.197500', '143051.657500', '143052.117500', '143052.577500', '143053.037500', '143053.497500', '143053.957500', '143054.417500', '143054.877500', '143055.337500', '143055.797500', '143056.257500', '143056.717500', '143057.177500', '143057.637500', '143058.097500', '143058.557500', '143059.017500', '143059.477500', '143059.937500', '143100.397500', '143100.857500', '143101.317500', '143101.777500', '143102.237500', '143102.697500', '143103.157500', '143103.617500', '143104.077500', '143104.537500', '143104.997500', '143105.457500', '143105.917500', '143106.377500', '143106.837500', '143107.297500', '143107.757500', '143108.217500', '143108.677500', '143109.137500', '143109.597500', '143110.057500', '143110.517500', '143110.977500', '143111.437500', '143111.897500', '143112.357500', '143112.817500', '143113.277500', '143113.737500', '143114.197500', '143114.657500', '143115.117500', '143115.577500', '143116.037500', '143116.497500', '143116.957500', '143117.417500', '143117.877500', '143118.337500', '143118.797500', '143119.257500', '143119.717500', '143120.177500', '143120.637500', '143121.097500', '143121.557500', '143122.017500', '143122.477500', '143122.937500', '143123.397500', '143123.857500', '143124.317500', '143124.777500', '143125.237500', '143125.697500', '143126.157500', '143126.617500', '143127.077500', '143127.537500', '143127.997500', '143128.457500', '143128.917500', '143129.377500', '143129.837500', '143130.297500', '143130.757500', '143131.217500', '143131.677500', '143132.137500', '143132.597500', '143133.057500', '143133.517500', '143133.977500', '143134.437500', '143134.897500', '143135.357500', '143135.817500', '143136.277500', '143136.737500', '143137.197500', '143137.657500', '143138.117500', '143138.577500', '143139.037500', '143139.497500', '143139.957500', '143140.417500', '143140.877500', '143141.337500', '143141.797500', '143142.257500', '143142.717500', '143143.177500', '143143.637500', '143144.097500', '143144.557500', '143145.017500', '143145.477500', '143145.937500', '143146.397500', '143146.857500', '143147.317500', '143147.777500', '143148.237500', '143148.697500', '143149.157500', '143149.617500', '143150.077500', '143150.537500', '143150.997500', '143151.457500', '143151.917500', '143152.377500', '143152.837500', '143153.297500', '143153.757500', '143154.217500', '143154.677500', '143155.137500', '143155.597500', '143156.057500', '143156.517500', '143156.977500', '143157.437500', '143157.897500', '143158.357500', '143158.817500', '143159.277500', '143159.737500', '143200.197500', '143200.657500', '143201.117500', '143201.577500', '143202.037500', '143202.497500', '143202.957500', '143203.417500', '143203.877500', '143204.337500', '143204.797500', '143205.257500', '143205.717500', '143206.177500', '143206.637500', '143207.097500', '143207.557500', '143208.017500', '143208.477500', '143208.937500', '143209.397500', '143209.857500', '143210.317500', '143210.777500', '143211.237500', '143211.697500', '143212.157500', '143212.617500', '143213.077500', '143213.537500', '143213.997500', '143214.457500', '143214.917500', '143215.377500', '143215.837500', '143216.297500', '143216.757500', '143217.217500', '143217.677500', '143218.137500', '143218.597500', '143219.057500', '143219.517500', '143219.977500', '143220.437500', '143220.897500', '143221.357500', '143221.817500', '143222.277500', '143222.737500', '143223.197500', '143223.657500', '143224.117500', '143224.577500', '143225.037500', '143225.497500', '143225.957500', '143226.417500', '143226.877500', '143227.337500', '143227.797500', '143228.257500', '143228.717500', '143229.177500', '143229.637500', '143230.097500', '143230.557500', '143231.017500', '143231.477500', '143231.937500', '143232.397500', '143232.857500', '143233.317500', '143233.777500', '143234.237500', '143234.697500', '143235.157500', '143235.617500', '143236.077500', '143236.537500', '143236.997500', '143237.457500', '143237.917500', '143238.377500', '143238.837500', '143239.297500', '143239.757500', '143240.217500', '143240.677500', '143241.137500', '143241.597500', '143242.057500', '143242.517500', '143242.977500', '143243.437500', '143243.897500', '143244.357500', '143244.817500', '143245.277500', '143245.737500', '143246.197500', '143246.657500', '143247.117500', '143247.577500', '143248.037500', '143248.497500', '143248.957500', '143249.417500', '143249.877500', '143250.337500', '143250.797500', '143251.257500', '143251.717500', '143252.177500', '143252.637500', '143253.097500', '143253.557500', '143254.017500', '143254.477500', '143254.937500', '143255.397500', '143255.857500', '143256.317500', '143256.777500', '143257.237500', '143257.697500', '143258.157500', '143258.617500', '143259.077500', '143259.537500', '143259.997500', '143300.457500', '143300.917500', '143301.377500', '143301.837500', '143302.297500', '143302.757500', '143303.217500', '143303.677500', '143304.137500', '143304.597500', '143305.057500', '143305.517500', '143305.977500', '143306.437500', '143306.897500', '143307.357500', '143307.817500', '143308.277500', '143308.737500', '143309.197500', '143309.657500', '143310.117500', '143310.577500', '143311.037500', '143311.497500', '143311.957500', '143312.417500', '143312.877500', '143313.337500', '143313.797500', '143314.257500', '143314.717500', '143315.177500', '143315.637500', '143316.097500', '143316.557500', '143317.017500', '143317.477500', '143317.937500', '143318.397500', '143318.857500', '143319.317500', '143319.777500', '143320.237500', '143320.697500', '143321.157500', '143321.617500', '143322.077500', '143322.537500', '143322.997500', '143323.457500', '143323.917500', '143324.377500', '143324.837500', '143325.297500', '143325.757500', '143326.217500', '143326.677500', '143327.137500', '143327.597500', '143328.057500', '143328.517500', '143328.977500', '143329.437500', '143329.897500', '143330.357500', '143330.817500', '143331.277500', '143331.737500', '143332.197500', '143332.657500', '143333.117500', '143333.577500', '143334.037500', '143334.497500', '143334.957500', '143335.417500', '143335.877500', '143336.337500', '143336.797500', '143337.257500', '143337.717500', '143338.177500', '143338.637500', '143339.097500', '143339.557500', '143340.017500', '143340.477500', '143340.937500', '143341.397500', '143341.857500', '143342.317500', '143342.777500', '143343.237500', '143343.697500', '143344.157500', '143344.617500', '143345.077500', '143345.537500', '143345.997500', '143346.457500', '143346.917500', '143347.377500', '143347.837500', '143348.297500', '143348.757500', '143349.217500', '143349.677500', '143350.137500', '143350.597500', '143351.057500', '143351.517500', '143351.977500', '143352.437500', '143352.897500', '143353.357500', '143353.817500', '143354.277500', '143354.737500', '143355.197500', '143355.657500', '143356.117500', '143356.577500', '143357.037500', '143357.497500', '143357.957500', '143358.417500', '143358.877500', '143359.337500', '143359.797500', '143400.257500', '143400.717500', '143401.177500', '143401.637500', '143402.097500', '143402.557500', '143403.017500', '143403.477500', '143403.937500', '143404.397500', '143404.857500', '143405.317500', '143405.777500', '143406.237500', '143406.697500', '143407.157500', '143407.617500', '143408.077500', '143408.537500', '143408.997500', '143409.457500', '143409.917500', '143410.377500', '143410.837500', '143411.297500', '143411.757500', '143412.217500', '143412.677500', '143413.137500', '143413.597500', '143414.057500', '143414.517500', '143414.977500', '143415.437500', '143415.897500', '143416.357500', '143416.817500', '143417.277500', '143417.737500', '143418.197500', '143418.657500', '143419.117500', '143419.577500', '143420.037500', '143420.497500', '143420.957500', '143421.417500', '143421.877500', '143422.337500', '143422.797500', '143423.257500', '143423.717500', '143424.177500', '143424.637500', '143425.097500', '143425.557500', '143426.017500', '143426.477500', '143426.937500', '143427.397500', '143427.857500', '143428.317500', '143428.777500', '143429.237500', '143429.697500', '143430.157500', '143430.617500', '143431.077500', '143431.537500', '143431.997500', '143432.457500', '143432.917500', '143433.377500', '143433.837500', '143434.297500', '143434.757500', '143435.217500', '143435.677500', '143436.137500', '143436.597500', '143437.057500', '143437.517500', '143437.977500', '143438.437500', '143438.897500', '143439.357500', '143439.817500', '143440.277500', '143440.737500', '143441.197500', '143441.657500', '143442.117500', '143442.577500', '143443.037500', '143443.497500', '143443.957500', '143444.417500', '143444.877500', '143445.337500', '143445.797500', '143446.257500', '143446.717500', '143447.177500', '143447.637500', '143448.097500', '143448.557500', '143449.017500', '143449.477500', '143449.937500', '143450.397500', '143450.857500', '143451.317500', '143451.777500', '143452.237500', '143452.697500', '143453.157500', '143453.617500', '143454.077500', '143454.537500', '143454.997500', '143455.457500', '143455.917500', '143456.377500', '143456.837500', '143457.297500', '143457.757500', '143458.217500', '143458.677500', '143459.137500', '143459.597500', '143500.057500', '143500.517500', '143500.977500', '143501.437500', '143501.897500', '143502.357500', '143502.817500', '143503.277500', '143503.737500', '143504.197500', '143504.657500', '143505.117500', '143505.577500', '143506.037500', '143506.497500', '143506.957500', '143507.417500', '143507.877500', '143508.337500', '143508.797500', '143509.257500', '143509.717500', '143510.177500', '143510.637500', '143511.097500', '143511.557500', '143512.017500', '143512.477500', '143512.937500', '143513.397500', '143513.857500', '143514.317500', '143514.777500', '143515.237500', '143515.697500', '143516.157500', '143516.617500', '143517.077500', '143517.537500', '143517.997500', '143518.457500', '143518.917500', '143519.377500', '143519.837500', '143520.297500', '143520.757500', '143521.217500', '143521.677500', '143522.137500', '143522.597500', '143523.057500', '143523.517500', '143523.977500', '143524.437500', '143524.897500', '143525.357500', '143525.817500', '143526.277500', '143526.737500', '143527.197500', '143527.657500', '143528.117500', '143528.577500', '143529.037500', '143529.497500', '143529.957500', '143530.417500', '143530.877500', '143531.337500', '143531.797500', '143532.257500', '143532.717500', '143533.177500', '143533.637500', '143534.097500', '143534.557500', '143535.017500', '143535.477500', '143535.937500', '143536.397500', '143536.857500', '143537.317500', '143537.777500', '143538.237500', '143538.697500', '143539.157500', '143539.617500', '143540.077500', '143540.537500', '143540.997500', '143541.457500', '143541.917500', '143542.377500', '143542.837500', '143543.297500', '143543.757500', '143544.217500', '143544.677500', '143545.137500', '143545.597500', '143546.057500', '143546.517500', '143546.977500', '143547.437500', '143547.897500', '143548.357500', '143548.817500', '143549.277500', '143549.737500', '143550.197500', '143550.657500', '143551.117500', '143551.577500', '143552.037500', '143552.497500', '143552.957500', '143553.417500', '143553.877500', '143554.337500', '143554.797500', '143555.257500', '143555.717500', '143556.177500', '143556.637500', '143557.097500', '143557.557500', '143558.017500', '143558.477500', '143558.937500', '143559.397500', '143559.857500', '143600.317500', '143600.777500', '143601.237500', '143601.697500', '143602.157500', '143602.617500', '143603.077500', '143603.537500', '143603.997500', '143604.457500', '143604.917500', '143605.377500', '143605.837500', '143606.297500', '143606.757500', '143607.217500', '143607.677500', '143608.137500', '143608.597500', '143609.057500', '143609.517500', '143609.977500', '143610.437500', '143610.897500', '143611.357500', '143611.817500', '143612.277500', '143612.737500', '143613.197500', '143613.657500', '143614.117500', '143614.577500', '143615.037500', '143615.497500', '143615.957500', '143616.417500', '143616.877500', '143617.337500', '143617.797500', '143618.257500', '143618.717500', '143619.177500', '143619.637500', '143620.097500', '143620.557500', '143621.017500', '143621.477500', '143621.937500', '143622.397500', '143622.857500', '143623.317500', '143623.777500', '143624.237500', '143624.697500', '143625.157500', '143625.617500', '143626.077500', '143626.537500', '143626.997500', '143627.457500', '143627.917500', '143628.377500', '143628.837500', '143629.297500', '143629.757500', '143630.217500', '143630.677500', '143631.137500', '143631.597500', '143632.057500', '143632.517500', '143632.977500', '143633.437500', '143633.897500', '143634.357500', '143634.817500', '143635.277500', '143635.737500', '143636.197500', '143636.657500', '143637.117500', '143637.577500', '143638.037500', '143638.497500', '143638.957500', '143639.417500', '143639.877500', '143640.337500', '143640.797500', '143641.257500', '143641.717500', '143642.177500', '143642.637500', '143643.097500', '143643.557500', '143644.017500', '143644.477500', '143644.937500', '143645.397500', '143645.857500', '143646.317500', '143646.777500', '143647.237500', '143647.697500', '143648.157500', '143648.617500', '143649.077500', '143649.537500', '143649.997500', '143650.457500', '143650.917500', '143651.377500', '143651.837500', '143652.297500', '143652.757500', '143653.217500', '143653.677500', '143654.137500', '143654.597500', '143655.057500', '143655.517500', '143655.977500', '143656.437500', '143656.897500', '143657.357500', '143657.817500', '143658.277500', '143658.737500', '143659.197500', '143659.657500', '143700.117500', '143700.577500', '143701.037500', '143701.497500', '143701.957500', '143702.417500', '143702.877500', '143703.337500', '143703.797500', '143704.257500', '143704.717500', '143705.177500', '143705.637500', '143706.097500', '143706.557500', '143707.017500', '143707.477500', '143707.937500', '143708.397500', '143708.857500', '143709.317500', '143709.777500', '143710.237500', '143710.697500', '143711.157500', '143711.617500', '143712.077500', '143712.537500', '143712.997500', '143713.457500', '143713.917500', '143714.377500', '143714.837500', '143715.297500', '143715.757500', '143716.217500', '143716.677500', '143717.137500', '143717.597500', '143718.057500', '143718.517500', '143718.977500', '143719.437500', '143719.897500', '143720.357500', '143720.817500', '143721.277500', '143721.737500', '143722.197500', '143722.657500', '143723.117500', '143723.577500', '143724.037500', '143724.497500', '143724.957500', '143725.417500', '143725.877500', '143726.337500', '143726.797500', '143727.257500', '143727.717500', '143728.177500', '143728.637500', '143729.097500', '143729.557500', '143730.017500', '143730.477500', '143730.937500', '143731.397500', '143731.857500', '143732.317500', '143732.777500', '143733.237500', '143733.697500', '143734.157500', '143734.617500', '143735.077500', '143735.537500', '143735.997500', '143736.457500', '143736.917500', '143737.377500', '143737.837500', '143738.297500', '143738.757500', '143739.217500', '143739.677500', '143740.137500', '143740.597500', '143741.057500', '143741.517500', '143741.977500', '143742.437500', '143742.897500', '143743.357500', '143743.817500', '143744.277500'], 'ContentTime': ['143050.971000', '143050.975000', '143050.989000', '143050.992000', '143050.994000', '143050.997000', '143051.001000', '143051.004000', '143051.007000', '143051.009000', '143051.012000', '143051.015000', '143110.943000', '143110.946000', '143110.949000', '143110.951000', '143110.954000', '143110.957000', '143110.960000', '143110.963000', '143110.966000', '143110.968000', '143110.971000', '143110.974000', '143110.977000', '143110.981000', '143110.984000', '143110.987000', '143110.990000', '143110.993000', '143110.995000', '143110.998000', '143111.002000', '143111.005000', '143111.008000', '143111.011000', '143111.013000', '143111.016000', '143111.019000', '143111.022000', '143111.025000', '143111.043000', '143111.046000', '143111.049000', '143111.060000', '143111.063000', '143111.066000', '143111.068000', '143111.075000', '143111.078000', '143111.081000', '143111.083000', '143111.086000', '143111.089000', '143111.092000', '143130.943000', '143130.946000', '143130.948000', '143130.951000', '143130.954000', '143130.957000', '143130.960000', '143130.963000', '143130.966000', '143130.968000', '143130.971000', '143130.974000', '143130.977000', '143130.980000', '143130.982000', '143130.985000', '143130.988000', '143130.991000', '143130.994000', '143130.996000', '143131.000000', '143131.009000', '143131.012000', '143131.015000', '143131.017000', '143131.020000', '143131.023000', '143131.026000', '143131.029000', '143131.032000', '143131.034000', '143131.037000', '143131.040000', '143131.043000', '143131.046000', '143131.048000', '143131.051000', '143131.054000', '143131.057000', '143131.060000', '143131.062000', '143131.065000', '143131.068000', '143131.071000', '143150.943000', '143150.946000', '143150.949000', '143150.951000', '143150.954000', '143150.957000', '143150.960000', '143150.963000', '143150.966000', '143150.968000', '143150.971000', '143150.974000', '143150.977000', '143150.980000', '143150.982000', '143150.985000', '143150.989000', '143150.992000', '143150.995000', '143150.998000', '143151.002000', '143151.005000', '143151.007000', '143151.010000', '143151.013000', '143151.016000', '143151.019000', '143151.022000', '143151.024000', '143151.027000', '143151.030000', '143151.033000', '143151.036000', '143151.038000', '143151.041000', '143151.045000', '143151.050000', '143151.053000', '143151.056000', '143151.059000', '143151.062000', '143151.065000', '143151.068000', '143210.944000', '143210.947000', '143210.950000', '143210.952000', '143210.955000', '143210.958000', '143210.961000', '143210.964000', '143210.967000', '143210.969000', '143210.972000', '143210.975000', '143210.978000', '143210.981000', '143210.984000', '143210.986000', '143210.989000', '143210.992000', '143210.995000', '143210.998000', '143211.000000', '143211.003000', '143211.006000', '143211.009000', '143211.012000', '143211.014000', '143211.017000', '143211.020000', '143211.023000', '143211.026000', '143211.029000', '143211.031000', '143211.034000', '143211.037000', '143211.040000', '143211.043000', '143211.046000', '143211.048000', '143211.051000', '143211.054000', '143211.057000', '143211.060000', '143211.063000', '143211.065000', '143230.943000', '143230.946000', '143230.948000', '143230.951000', '143230.954000', '143230.957000', '143230.967000', '143230.970000', '143230.980000', '143230.983000', '143230.985000', '143230.988000', '143230.991000', '143230.994000', '143230.997000', '143231.001000', '143231.004000', '143231.006000', '143231.009000', '143231.012000', '143231.015000', '143231.018000', '143231.021000', '143231.023000', '143231.026000', '143231.029000', '143231.032000', '143231.035000', '143231.037000', '143231.040000', '143231.043000', '143231.046000', '143231.049000', '143231.052000', '143231.054000', '143231.057000', '143231.060000', '143231.063000', '143231.065000', '143231.068000', '143231.071000', '143231.074000', '143231.077000', '143250.943000', '143250.946000', '143250.948000', '143250.951000', '143250.963000', '143250.966000', '143250.969000', '143250.972000', '143250.975000', '143250.977000', '143250.980000', '143250.983000', '143250.986000', '143250.989000', '143250.992000', '143250.995000', '143250.998000', '143251.001000', '143251.004000', '143251.007000', '143251.010000', '143251.013000', '143251.015000', '143251.018000', '143251.021000', '143251.024000', '143251.027000', '143251.030000', '143251.033000', '143251.035000', '143251.038000', '143251.041000', '143251.044000', '143251.047000', '143251.049000', '143251.052000', '143251.055000', '143251.065000', '143251.068000', '143251.080000', '143251.083000', '143251.086000', '143251.088000', '143251.091000', '143310.943000', '143310.946000', '143310.949000', '143310.952000', '143310.954000', '143310.957000', '143310.960000', '143310.963000', '143310.966000', '143310.969000', '143310.972000', '143310.975000', '143310.977000', '143310.980000', '143310.983000', '143310.986000', '143310.989000', '143310.992000', '143310.995000', '143310.997000', '143311.001000', '143311.004000', '143311.007000', '143311.010000', '143311.013000', '143311.015000', '143311.018000', '143311.021000', '143311.024000', '143311.027000', '143311.031000', '143311.034000', '143311.037000', '143311.039000', '143311.042000', '143311.045000', '143311.048000', '143311.051000', '143311.054000', '143311.056000', '143311.059000', '143311.062000', '143311.065000', '143330.943000', '143330.946000', '143330.948000', '143330.951000', '143330.954000', '143330.957000', '143330.960000', '143330.962000', '143330.965000', '143330.968000', '143330.978000', '143330.980000', '143330.983000', '143330.986000', '143330.989000', '143330.992000', '143330.995000', '143330.997000', '143331.001000', '143331.004000', '143331.007000', '143331.010000', '143331.013000', '143331.015000', '143331.018000', '143331.021000', '143331.024000', '143331.027000', '143331.029000', '143331.032000', '143331.035000', '143331.038000', '143331.041000', '143331.044000', '143331.047000', '143331.049000', '143331.052000', '143331.055000', '143331.058000', '143331.061000', '143331.064000', '143331.067000', '143331.069000', '143331.072000', '143350.943000', '143350.946000', '143350.949000', '143350.952000', '143350.954000', '143350.957000', '143350.960000', '143350.963000', '143350.966000', '143350.969000', '143350.972000', '143350.979000', '143350.981000', '143350.984000', '143350.987000', '143350.990000', '143350.993000', '143350.996000', '143350.998000', '143351.002000', '143351.005000', '143351.008000', '143351.013000', '143351.016000', '143351.018000', '143351.021000', '143351.024000', '143351.027000', '143351.030000', '143351.033000', '143351.035000', '143351.038000', '143351.041000', '143351.044000', '143351.047000', '143351.049000', '143351.052000', '143351.055000', '143351.058000', '143351.061000', '143351.064000', '143351.066000', '143351.069000', '143410.943000', '143410.946000', '143410.949000', '143410.952000', '143410.954000', '143410.957000', '143410.960000', '143410.963000', '143410.966000', '143410.969000', '143410.972000', '143410.974000', '143410.977000', '143410.980000', '143410.983000', '143410.986000', '143410.988000', '143410.991000', '143410.994000', '143410.997000', '143411.001000', '143411.004000', '143411.007000', '143411.009000', '143411.012000', '143411.015000', '143411.018000', '143411.021000', '143411.023000', '143411.026000', '143411.029000', '143411.032000', '143411.035000', '143411.037000', '143411.040000', '143411.043000', '143411.046000', '143411.049000', '143411.057000', '143411.060000', '143411.063000', '143411.066000', '143411.068000', '143411.071000', '143430.944000', '143430.947000', '143430.950000', '143430.952000', '143430.955000', '143430.958000', '143430.961000', '143430.964000', '143430.967000', '143430.969000', '143430.972000', '143430.975000', '143430.978000', '143430.981000', '143430.984000', '143430.987000', '143430.989000', '143430.992000', '143430.995000', '143430.998000', '143431.013000', '143431.016000', '143431.019000', '143431.022000', '143431.025000', '143431.027000', '143431.030000', '143431.033000', '143431.036000', '143431.039000', '143431.042000', '143431.044000', '143431.047000', '143431.050000', '143431.053000', '143431.056000', '143431.059000', '143431.061000', '143431.064000', '143431.068000', '143431.071000', '143431.074000', '143431.076000', '143450.943000', '143450.946000', '143450.949000', '143450.951000', '143450.954000', '143450.957000', '143450.960000', '143450.963000', '143450.966000', '143450.968000', '143450.971000', '143450.974000', '143450.977000', '143450.988000', '143450.991000', '143450.994000', '143450.997000', '143451.000000', '143451.003000', '143451.006000', '143451.009000', '143451.012000', '143451.015000', '143451.017000', '143451.020000', '143451.023000', '143451.026000', '143451.029000', '143451.032000', '143451.035000', '143451.037000', '143451.040000', '143451.043000', '143451.046000', '143451.049000', '143451.052000', '143451.055000', '143451.057000', '143451.060000', '143451.063000', '143451.066000', '143451.069000', '143451.071000', '143451.074000', '143510.943000', '143510.946000', '143510.949000', '143510.952000', '143510.955000', '143510.957000', '143510.960000', '143510.963000', '143510.966000', '143510.969000', '143510.972000', '143510.975000', '143510.977000', '143510.980000', '143510.983000', '143510.986000', '143510.989000', '143510.992000', '143510.994000', '143510.997000', '143511.001000', '143511.004000', '143511.007000', '143511.010000', '143511.013000', '143511.015000', '143511.018000', '143511.021000', '143511.024000', '143511.027000', '143511.029000', '143511.032000', '143511.035000', '143511.038000', '143511.041000', '143511.047000', '143511.050000', '143511.053000', '143511.056000', '143511.059000', '143511.061000', '143511.064000', '143511.067000', '143530.943000', '143530.946000', '143530.949000', '143530.952000', '143530.955000', '143530.958000', '143530.960000', '143530.963000', '143530.966000', '143530.969000', '143530.972000', '143530.975000', '143530.978000', '143530.981000', '143530.984000', '143530.986000', '143530.989000', '143530.992000', '143530.995000', '143530.998000', '143531.002000', '143531.005000', '143531.008000', '143531.010000', '143531.013000', '143531.016000', '143531.019000', '143531.022000', '143531.025000', '143531.027000', '143531.030000', '143531.036000', '143531.039000', '143531.042000', '143531.044000', '143531.047000', '143531.050000', '143531.053000', '143531.056000', '143531.059000', '143531.061000', '143531.064000', '143531.067000', '143550.943000', '143550.946000', '143550.949000', '143550.952000', '143550.955000', '143550.957000', '143550.960000', '143550.963000', '143550.966000', '143550.969000', '143550.979000', '143550.982000', '143550.985000', '143550.987000', '143550.990000', '143550.993000', '143550.996000', '143551.000000', '143551.003000', '143551.005000', '143551.008000', '143551.011000', '143551.014000', '143551.017000', '143551.020000', '143551.022000', '143551.025000', '143551.028000', '143551.031000', '143551.034000', '143551.037000', '143551.039000', '143551.042000', '143551.045000', '143551.048000', '143551.051000', '143551.054000', '143551.057000', '143551.060000', '143551.062000', '143551.065000', '143551.068000', '143551.071000', '143551.074000', '143610.943000', '143610.946000', '143610.949000', '143610.952000', '143610.955000', '143610.959000', '143610.964000', '143610.967000', '143610.970000', '143610.973000', '143610.976000', '143610.979000', '143610.982000', '143610.984000', '143610.988000', '143610.990000', '143610.993000', '143610.996000', '143611.000000', '143611.003000', '143611.006000', '143611.009000', '143611.018000', '143611.021000', '143611.024000', '143611.027000', '143611.030000', '143611.032000', '143611.035000', '143611.043000', '143611.046000', '143611.049000', '143611.052000', '143611.055000', '143611.058000', '143611.061000', '143611.063000', '143611.066000', '143611.069000', '143611.072000', '143611.075000', '143611.078000', '143611.081000', '143630.943000', '143630.946000', '143630.949000', '143630.952000', '143630.955000', '143630.958000', '143630.960000', '143630.963000', '143630.966000', '143630.969000', '143630.972000', '143630.975000', '143630.978000', '143630.980000', '143630.983000', '143630.986000', '143630.989000', '143630.992000', '143630.995000', '143630.997000', '143631.001000', '143631.004000', '143631.007000', '143631.010000', '143631.013000', '143631.016000', '143631.019000', '143631.022000', '143631.024000', '143631.027000', '143631.030000', '143631.033000', '143631.036000', '143631.039000', '143631.042000', '143631.045000', '143631.047000', '143631.050000', '143631.053000', '143631.056000', '143631.059000', '143631.062000', '143631.067000', '143631.070000', '143650.944000', '143650.947000', '143650.950000', '143650.953000', '143650.956000', '143650.959000', '143650.962000', '143650.965000', '143650.968000', '143650.971000', '143650.974000', '143650.977000', '143650.979000', '143650.982000', '143650.985000', '143650.988000', '143650.991000', '143650.994000', '143650.997000', '143651.000000', '143651.003000', '143651.006000', '143651.009000', '143651.012000', '143651.015000', '143651.018000', '143651.021000', '143651.023000', '143651.026000', '143651.029000', '143651.032000', '143651.035000', '143651.038000', '143651.041000', '143651.044000', '143651.048000', '143651.051000', '143651.054000', '143651.056000', '143651.059000', '143651.062000', '143651.065000', '143651.068000', '143710.943000', '143710.946000', '143710.949000', '143710.951000', '143710.955000', '143710.957000', '143710.960000', '143710.963000', '143710.966000', '143710.969000', '143710.972000', '143710.975000', '143710.978000', '143710.981000', '143710.984000', '143710.986000', '143710.989000', '143710.992000', '143710.995000', '143710.998000', '143711.002000', '143711.004000', '143711.007000', '143711.010000', '143711.013000', '143711.016000', '143711.019000', '143711.021000', '143711.024000', '143711.027000', '143711.030000', '143711.033000', '143711.036000', '143711.039000', '143711.041000', '143711.044000', '143711.047000', '143711.050000', '143711.053000', '143711.056000', '143711.058000', '143711.061000', '143711.064000', '143711.067000', '143730.943000', '143730.946000', '143730.949000', '143730.951000', '143730.954000', '143730.957000', '143730.960000', '143730.963000', '143730.966000', '143730.969000', '143730.971000', '143730.974000', '143730.977000', '143730.981000', '143730.985000', '143730.988000', '143730.990000', '143730.993000', '143730.996000', '143731.000000', '143731.003000', '143731.005000', '143731.008000', '143731.011000', '143731.014000', '143731.017000', '143731.019000', '143731.022000', '143731.025000', '143731.028000', '143731.031000', '143731.034000', '143731.037000', '143731.039000', '143731.042000', '143731.045000', '143731.048000', '143731.051000', '143731.054000', '143731.056000', '143731.059000', '143731.062000', '143731.065000', '143745.825000', '143745.829000', '143745.832000', '143745.834000', '143745.837000', '143745.840000', '143745.843000', '143745.846000', '143745.849000', '143745.852000', '143745.855000', '143745.858000', '143745.860000', '143745.863000', '143745.866000', '143745.869000', '143745.872000', '143745.875000', '143745.878000', '143745.881000', '143745.884000', '143745.892000', '143745.895000', '143745.898000', '143745.900000', '143745.903000', '143745.906000', '143745.909000', '143745.912000', '143745.915000', '143745.918000', '143745.921000', '143745.924000'], 'InstanceCreationTime': ['143050.971000', '143050.975000', '143050.989000', '143050.992000', '143050.994000', '143050.997000', '143051.001000', '143051.004000', '143051.007000', '143051.009000', '143051.012000', '143051.015000', '143110.943000', '143110.946000', '143110.949000', '143110.951000', '143110.954000', '143110.957000', '143110.960000', '143110.963000', '143110.966000', '143110.968000', '143110.971000', '143110.974000', '143110.977000', '143110.981000', '143110.984000', '143110.987000', '143110.990000', '143110.993000', '143110.995000', '143110.998000', '143111.002000', '143111.005000', '143111.008000', '143111.011000', '143111.013000', '143111.016000', '143111.019000', '143111.022000', '143111.025000', '143111.043000', '143111.046000', '143111.049000', '143111.060000', '143111.063000', '143111.066000', '143111.068000', '143111.075000', '143111.078000', '143111.081000', '143111.083000', '143111.086000', '143111.089000', '143111.092000', '143130.943000', '143130.946000', '143130.948000', '143130.951000', '143130.954000', '143130.957000', '143130.960000', '143130.963000', '143130.966000', '143130.968000', '143130.971000', '143130.974000', '143130.977000', '143130.980000', '143130.982000', '143130.985000', '143130.988000', '143130.991000', '143130.994000', '143130.996000', '143131.000000', '143131.009000', '143131.012000', '143131.015000', '143131.017000', '143131.020000', '143131.023000', '143131.026000', '143131.029000', '143131.032000', '143131.034000', '143131.037000', '143131.040000', '143131.043000', '143131.046000', '143131.048000', '143131.051000', '143131.054000', '143131.057000', '143131.060000', '143131.062000', '143131.065000', '143131.068000', '143131.071000', '143150.943000', '143150.946000', '143150.949000', '143150.951000', '143150.954000', '143150.957000', '143150.960000', '143150.963000', '143150.966000', '143150.968000', '143150.971000', '143150.974000', '143150.977000', '143150.980000', '143150.982000', '143150.985000', '143150.989000', '143150.992000', '143150.995000', '143150.998000', '143151.002000', '143151.005000', '143151.007000', '143151.010000', '143151.013000', '143151.016000', '143151.019000', '143151.022000', '143151.024000', '143151.027000', '143151.030000', '143151.033000', '143151.036000', '143151.038000', '143151.041000', '143151.045000', '143151.050000', '143151.053000', '143151.056000', '143151.059000', '143151.062000', '143151.065000', '143151.068000', '143210.944000', '143210.947000', '143210.950000', '143210.952000', '143210.955000', '143210.958000', '143210.961000', '143210.964000', '143210.967000', '143210.969000', '143210.972000', '143210.975000', '143210.978000', '143210.981000', '143210.984000', '143210.986000', '143210.989000', '143210.992000', '143210.995000', '143210.998000', '143211.000000', '143211.003000', '143211.006000', '143211.009000', '143211.012000', '143211.014000', '143211.017000', '143211.020000', '143211.023000', '143211.026000', '143211.029000', '143211.031000', '143211.034000', '143211.037000', '143211.040000', '143211.043000', '143211.046000', '143211.048000', '143211.051000', '143211.054000', '143211.057000', '143211.060000', '143211.063000', '143211.065000', '143230.943000', '143230.946000', '143230.948000', '143230.951000', '143230.954000', '143230.957000', '143230.967000', '143230.970000', '143230.980000', '143230.983000', '143230.985000', '143230.988000', '143230.991000', '143230.994000', '143230.997000', '143231.001000', '143231.004000', '143231.006000', '143231.009000', '143231.012000', '143231.015000', '143231.018000', '143231.021000', '143231.023000', '143231.026000', '143231.029000', '143231.032000', '143231.035000', '143231.037000', '143231.040000', '143231.043000', '143231.046000', '143231.049000', '143231.052000', '143231.054000', '143231.057000', '143231.060000', '143231.063000', '143231.065000', '143231.068000', '143231.071000', '143231.074000', '143231.077000', '143250.943000', '143250.946000', '143250.948000', '143250.951000', '143250.963000', '143250.966000', '143250.969000', '143250.972000', '143250.975000', '143250.977000', '143250.980000', '143250.983000', '143250.986000', '143250.989000', '143250.992000', '143250.995000', '143250.998000', '143251.001000', '143251.004000', '143251.007000', '143251.010000', '143251.013000', '143251.015000', '143251.018000', '143251.021000', '143251.024000', '143251.027000', '143251.030000', '143251.033000', '143251.035000', '143251.038000', '143251.041000', '143251.044000', '143251.047000', '143251.049000', '143251.052000', '143251.055000', '143251.065000', '143251.068000', '143251.080000', '143251.083000', '143251.086000', '143251.088000', '143251.091000', '143310.943000', '143310.946000', '143310.949000', '143310.952000', '143310.954000', '143310.957000', '143310.960000', '143310.963000', '143310.966000', '143310.969000', '143310.972000', '143310.975000', '143310.977000', '143310.980000', '143310.983000', '143310.986000', '143310.989000', '143310.992000', '143310.995000', '143310.997000', '143311.001000', '143311.004000', '143311.007000', '143311.010000', '143311.013000', '143311.015000', '143311.018000', '143311.021000', '143311.024000', '143311.027000', '143311.031000', '143311.034000', '143311.037000', '143311.039000', '143311.042000', '143311.045000', '143311.048000', '143311.051000', '143311.054000', '143311.056000', '143311.059000', '143311.062000', '143311.065000', '143330.943000', '143330.946000', '143330.948000', '143330.951000', '143330.954000', '143330.957000', '143330.960000', '143330.962000', '143330.965000', '143330.968000', '143330.978000', '143330.980000', '143330.983000', '143330.986000', '143330.989000', '143330.992000', '143330.995000', '143330.997000', '143331.001000', '143331.004000', '143331.007000', '143331.010000', '143331.013000', '143331.015000', '143331.018000', '143331.021000', '143331.024000', '143331.027000', '143331.029000', '143331.032000', '143331.035000', '143331.038000', '143331.041000', '143331.044000', '143331.047000', '143331.049000', '143331.052000', '143331.055000', '143331.058000', '143331.061000', '143331.064000', '143331.067000', '143331.069000', '143331.072000', '143350.943000', '143350.946000', '143350.949000', '143350.952000', '143350.954000', '143350.957000', '143350.960000', '143350.963000', '143350.966000', '143350.969000', '143350.972000', '143350.979000', '143350.981000', '143350.984000', '143350.987000', '143350.990000', '143350.993000', '143350.996000', '143350.998000', '143351.002000', '143351.005000', '143351.008000', '143351.013000', '143351.016000', '143351.018000', '143351.021000', '143351.024000', '143351.027000', '143351.030000', '143351.033000', '143351.035000', '143351.038000', '143351.041000', '143351.044000', '143351.047000', '143351.049000', '143351.052000', '143351.055000', '143351.058000', '143351.061000', '143351.064000', '143351.066000', '143351.069000', '143410.943000', '143410.946000', '143410.949000', '143410.952000', '143410.954000', '143410.957000', '143410.960000', '143410.963000', '143410.966000', '143410.969000', '143410.972000', '143410.974000', '143410.977000', '143410.980000', '143410.983000', '143410.986000', '143410.988000', '143410.991000', '143410.994000', '143410.997000', '143411.001000', '143411.004000', '143411.007000', '143411.009000', '143411.012000', '143411.015000', '143411.018000', '143411.021000', '143411.023000', '143411.026000', '143411.029000', '143411.032000', '143411.035000', '143411.037000', '143411.040000', '143411.043000', '143411.046000', '143411.049000', '143411.057000', '143411.060000', '143411.063000', '143411.066000', '143411.068000', '143411.071000', '143430.944000', '143430.947000', '143430.950000', '143430.952000', '143430.955000', '143430.958000', '143430.961000', '143430.964000', '143430.967000', '143430.969000', '143430.972000', '143430.975000', '143430.978000', '143430.981000', '143430.984000', '143430.987000', '143430.989000', '143430.992000', '143430.995000', '143430.998000', '143431.013000', '143431.016000', '143431.019000', '143431.022000', '143431.025000', '143431.027000', '143431.030000', '143431.033000', '143431.036000', '143431.039000', '143431.042000', '143431.044000', '143431.047000', '143431.050000', '143431.053000', '143431.056000', '143431.059000', '143431.061000', '143431.064000', '143431.068000', '143431.071000', '143431.074000', '143431.076000', '143450.943000', '143450.946000', '143450.949000', '143450.951000', '143450.954000', '143450.957000', '143450.960000', '143450.963000', '143450.966000', '143450.968000', '143450.971000', '143450.974000', '143450.977000', '143450.988000', '143450.991000', '143450.994000', '143450.997000', '143451.000000', '143451.003000', '143451.006000', '143451.009000', '143451.012000', '143451.015000', '143451.017000', '143451.020000', '143451.023000', '143451.026000', '143451.029000', '143451.032000', '143451.035000', '143451.037000', '143451.040000', '143451.043000', '143451.046000', '143451.049000', '143451.052000', '143451.055000', '143451.057000', '143451.060000', '143451.063000', '143451.066000', '143451.069000', '143451.071000', '143451.074000', '143510.943000', '143510.946000', '143510.949000', '143510.952000', '143510.955000', '143510.957000', '143510.960000', '143510.963000', '143510.966000', '143510.969000', '143510.972000', '143510.975000', '143510.977000', '143510.980000', '143510.983000', '143510.986000', '143510.989000', '143510.992000', '143510.994000', '143510.997000', '143511.001000', '143511.004000', '143511.007000', '143511.010000', '143511.013000', '143511.015000', '143511.018000', '143511.021000', '143511.024000', '143511.027000', '143511.029000', '143511.032000', '143511.035000', '143511.038000', '143511.041000', '143511.047000', '143511.050000', '143511.053000', '143511.056000', '143511.059000', '143511.061000', '143511.064000', '143511.067000', '143530.943000', '143530.946000', '143530.949000', '143530.952000', '143530.955000', '143530.958000', '143530.960000', '143530.963000', '143530.966000', '143530.969000', '143530.972000', '143530.975000', '143530.978000', '143530.981000', '143530.984000', '143530.986000', '143530.989000', '143530.992000', '143530.995000', '143530.998000', '143531.002000', '143531.005000', '143531.008000', '143531.010000', '143531.013000', '143531.016000', '143531.019000', '143531.022000', '143531.025000', '143531.027000', '143531.030000', '143531.036000', '143531.039000', '143531.042000', '143531.044000', '143531.047000', '143531.050000', '143531.053000', '143531.056000', '143531.059000', '143531.061000', '143531.064000', '143531.067000', '143550.943000', '143550.946000', '143550.949000', '143550.952000', '143550.955000', '143550.957000', '143550.960000', '143550.963000', '143550.966000', '143550.969000', '143550.979000', '143550.982000', '143550.985000', '143550.987000', '143550.990000', '143550.993000', '143550.996000', '143551.000000', '143551.003000', '143551.005000', '143551.008000', '143551.011000', '143551.014000', '143551.017000', '143551.020000', '143551.022000', '143551.025000', '143551.028000', '143551.031000', '143551.034000', '143551.037000', '143551.039000', '143551.042000', '143551.045000', '143551.048000', '143551.051000', '143551.054000', '143551.057000', '143551.060000', '143551.062000', '143551.065000', '143551.068000', '143551.071000', '143551.074000', '143610.943000', '143610.946000', '143610.949000', '143610.952000', '143610.955000', '143610.959000', '143610.964000', '143610.967000', '143610.970000', '143610.973000', '143610.976000', '143610.979000', '143610.982000', '143610.984000', '143610.988000', '143610.990000', '143610.993000', '143610.996000', '143611.000000', '143611.003000', '143611.006000', '143611.009000', '143611.018000', '143611.021000', '143611.024000', '143611.027000', '143611.030000', '143611.032000', '143611.035000', '143611.043000', '143611.046000', '143611.049000', '143611.052000', '143611.055000', '143611.058000', '143611.061000', '143611.063000', '143611.066000', '143611.069000', '143611.072000', '143611.075000', '143611.078000', '143611.081000', '143630.943000', '143630.946000', '143630.949000', '143630.952000', '143630.955000', '143630.958000', '143630.960000', '143630.963000', '143630.966000', '143630.969000', '143630.972000', '143630.975000', '143630.978000', '143630.980000', '143630.983000', '143630.986000', '143630.989000', '143630.992000', '143630.995000', '143630.997000', '143631.001000', '143631.004000', '143631.007000', '143631.010000', '143631.013000', '143631.016000', '143631.019000', '143631.022000', '143631.024000', '143631.027000', '143631.030000', '143631.033000', '143631.036000', '143631.039000', '143631.042000', '143631.045000', '143631.047000', '143631.050000', '143631.053000', '143631.056000', '143631.059000', '143631.062000', '143631.067000', '143631.070000', '143650.944000', '143650.947000', '143650.950000', '143650.953000', '143650.956000', '143650.959000', '143650.962000', '143650.965000', '143650.968000', '143650.971000', '143650.974000', '143650.977000', '143650.979000', '143650.982000', '143650.985000', '143650.988000', '143650.991000', '143650.994000', '143650.997000', '143651.000000', '143651.003000', '143651.006000', '143651.009000', '143651.012000', '143651.015000', '143651.018000', '143651.021000', '143651.023000', '143651.026000', '143651.029000', '143651.032000', '143651.035000', '143651.038000', '143651.041000', '143651.044000', '143651.048000', '143651.051000', '143651.054000', '143651.056000', '143651.059000', '143651.062000', '143651.065000', '143651.068000', '143710.943000', '143710.946000', '143710.949000', '143710.951000', '143710.955000', '143710.957000', '143710.960000', '143710.963000', '143710.966000', '143710.969000', '143710.972000', '143710.975000', '143710.978000', '143710.981000', '143710.984000', '143710.986000', '143710.989000', '143710.992000', '143710.995000', '143710.998000', '143711.002000', '143711.004000', '143711.007000', '143711.010000', '143711.013000', '143711.016000', '143711.019000', '143711.021000', '143711.024000', '143711.027000', '143711.030000', '143711.033000', '143711.036000', '143711.039000', '143711.041000', '143711.044000', '143711.047000', '143711.050000', '143711.053000', '143711.056000', '143711.058000', '143711.061000', '143711.064000', '143711.067000', '143730.943000', '143730.946000', '143730.949000', '143730.951000', '143730.954000', '143730.957000', '143730.960000', '143730.963000', '143730.966000', '143730.969000', '143730.971000', '143730.974000', '143730.977000', '143730.981000', '143730.985000', '143730.988000', '143730.990000', '143730.993000', '143730.996000', '143731.000000', '143731.003000', '143731.005000', '143731.008000', '143731.011000', '143731.014000', '143731.017000', '143731.019000', '143731.022000', '143731.025000', '143731.028000', '143731.031000', '143731.034000', '143731.037000', '143731.039000', '143731.042000', '143731.045000', '143731.048000', '143731.051000', '143731.054000', '143731.056000', '143731.059000', '143731.062000', '143731.065000', '143745.825000', '143745.829000', '143745.832000', '143745.834000', '143745.837000', '143745.840000', '143745.843000', '143745.846000', '143745.849000', '143745.852000', '143745.855000', '143745.858000', '143745.860000', '143745.863000', '143745.866000', '143745.869000', '143745.872000', '143745.875000', '143745.878000', '143745.881000', '143745.884000', '143745.892000', '143745.895000', '143745.898000', '143745.900000', '143745.903000', '143745.906000', '143745.909000', '143745.912000', '143745.915000', '143745.918000', '143745.921000', '143745.924000'], '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': [15842, 13493, 14231, 10323, 13020, 8338, 11766, 7882, 11304, 8048, 10701, 9792, 11197, 8857, 11838, 11227, 10227, 11780, 11302, 9278, 10930, 10412, 9760, 12514, 9169, 13648, 9916, 10998, 9215, 11883, 7604, 11589, 11864, 11251, 9328, 11475, 12177, 10100, 9662, 10098, 11028, 10220, 11344, 10631, 13680, 8794, 13183, 10245, 11966, 8920, 11682, 7764, 11623, 9270, 11608, 8065, 12329, 9552, 12489, 11475, 12148, 11130, 11273, 11018, 10251, 12088, 10672, 14317, 10319, 9462, 10164, 11188, 9856, 12008, 9307, 11956, 8719, 11799, 8358, 11938, 12090, 12840, 11705, 12452, 10092, 10020, 10348, 10115, 9963, 9953, 9991, 10004, 12335, 9493, 12527, 9726, 12520, 9211, 12492, 8685, 13043, 9897, 12801, 11395, 11804, 8553, 11814, 10072, 11329, 11288, 11156, 11026, 10655, 10328, 10359, 10799, 10166, 10217, 10250, 9949, 10282, 13438, 10567, 12072, 10107, 13238, 10046, 12641, 9536, 11757, 8679, 12246, 8184, 12374, 8995, 12261, 8950, 12243, 8169, 11954, 9032, 10897, 10295, 11177, 9710, 12412, 9095, 12387, 9838, 11249, 7929, 11957, 8338, 11474, 9590, 9299, 10060, 9214, 9946, 8586, 10186, 8498, 10614, 10779, 11385, 10531, 10707, 9284, 11030, 11322, 11021, 8956, 11225, 8200, 11621, 10146, 11442, 10515, 10723, 10332, 9938, 10475, 10372, 9415, 11140, 10067, 10160, 8706, 9828, 12596, 10019, 7987, 9110, 11459, 9220, 12925, 8831, 11857, 8082, 9958, 8494, 10655, 7848, 11762, 8900, 9698, 8694, 11934, 8101, 12360, 9274, 11525, 8673, 11375, 7762, 11142, 10152, 10583, 7634, 10701, 8058, 11059, 7901, 11333, 10122, 10967, 8872, 10697, 9672, 11130, 8266, 11810, 8705, 12557, 10151, 11342, 9129, 9058, 9808, 8544, 12055, 9448, 15522, 9823, 13114, 9764, 12022, 8184, 12285, 8773, 12621, 9479, 11868, 7738, 10724, 7575, 11621, 8525, 11217, 7904, 11271, 9673, 10659, 11804, 11319, 12413, 10783, 9254, 10001, 10314, 9554, 9988, 10055, 9438, 9971, 11612, 10022, 8329, 10365, 9180, 11399, 11965, 12001, 10816, 11491, 10733, 10559, 10120, 10781, 10146, 11098, 9851, 11260, 7805, 11908, 7890, 12362, 10116, 12229, 9229, 11837, 8738, 11517, 10195, 11717, 9210, 11882, 7951, 11713, 7881, 12371, 9654, 10454, 8833, 11789, 10071, 11454, 10614, 8538, 9499, 9402, 11714, 10659, 11902, 9642, 12496, 8789, 13230, 9868, 9302, 9485, 9894, 9775, 10132, 10959, 9840, 11133, 9339, 11552, 10558, 12265, 9552, 11339, 7742, 12626, 9158, 10947, 9220, 10919, 9504, 9378, 10473, 10323, 11426, 9282, 13818, 10277, 13054, 9383, 12831, 9116, 12458, 9945, 10910, 9905, 8510, 9792, 11002, 12163, 8940, 12854, 9232, 11689, 9578, 11438, 10838, 9556, 10705, 9381, 11694, 8729, 10476, 10155, 10007, 10292, 10989, 12335, 8500, 12563, 9205, 11986, 9646, 10651, 9899, 10195, 10460, 11477, 10873, 7662, 12126, 8963, 12273, 9011, 11973, 9568, 9110, 9486, 8610, 9821, 11170, 12477, 9245, 13177, 8713, 13372, 9869, 11252, 9427, 8656, 10319, 9182, 12236, 8388, 10553, 10193, 8277, 10137, 8326, 11959, 9261, 8600, 12130, 9016, 13104, 8862, 13758, 9553, 13611, 9488, 13159, 8177, 12730, 9238, 11800, 7873, 10390, 8720, 10556, 8348, 11537, 8155, 9716, 8305, 12203, 8861, 11036, 8374, 12129, 7901, 11880, 8299, 11658, 8214, 10289, 8121, 10823, 8407, 10299, 8907, 10116, 9092, 11842, 10672, 8177, 9767, 7644, 10083, 12662, 11049, 8339, 9448, 8052, 11635, 9910, 12914, 7932, 12495, 9465, 14374, 10713, 12570, 9824, 12574, 9973, 14384, 11802, 13026, 9462, 11771, 9485, 9446, 9308, 8137, 9205, 9051, 9605, 9023, 11456, 8758, 11765, 9108, 12872, 9460, 12830, 9332, 12309, 8824, 14190, 11015, 13200, 10147, 12098, 10153, 11876, 10881, 10048, 9753, 10210, 10648, 9508, 12937, 10712, 12229, 9554, 13011, 9783, 10621, 9741, 13495, 11206, 10772, 9617, 11084, 9796, 11023, 10831, 9740, 11620, 9771, 10906, 10784, 10702, 10454, 10301, 10773, 10425, 9568, 12158, 8227, 12510, 8367, 11929, 9578, 12597, 8439, 11875, 8011, 10458, 9326, 9497, 9403, 9931, 10107, 10481, 11523, 9288, 12863, 9491, 13998, 9934, 15054, 10837, 12373, 8914, 12683, 8693, 13025, 10164, 9679, 8962, 7877, 8973, 8018, 10433, 9987, 10500, 8924, 11811, 9996, 12367, 8489, 12020, 7845, 12088, 8352, 10523, 8558, 8051, 8939, 10850, 10284, 9470, 11538, 9482, 11942, 9617, 13688, 8604, 13150, 8600, 13270, 10121, 13304, 9866, 11087, 9235, 10749, 9288, 8863, 10685, 9065, 11947, 7951, 8690, 8918, 10561, 13821, 10112, 14004, 10168, 12395, 10425, 11256, 11075, 9331, 10449, 10436, 11599, 7938, 11960, 7951, 11995, 7753, 11828, 8392, 11327, 7961, 10617, 8445, 10927, 8852, 10254, 8927, 12055, 8807, 10536, 9348, 10139, 9208, 9663, 9180, 11649, 9414, 9013, 8752, 10177, 9649, 8525, 12363, 8734, 12872, 7967, 12472, 9838, 14183, 10531, 14366, 10492, 13487, 10265, 12529, 8756, 11059, 8577, 8798, 8037, 10453, 8502, 11865, 9707, 9694, 8435, 12612, 9423, 15275, 11575, 13015, 10287, 10407, 8835, 10671, 10388, 8239, 11028, 9710, 12333, 8539, 12745, 8136, 13134, 8633, 13339, 9003, 13293, 8300, 12369, 7943, 11443, 8211, 10962, 8293, 11605, 8344, 13672, 9454, 12568, 8502, 12556, 8787, 12707, 9797, 12318, 8259, 12350, 8912, 12758, 8918, 9176, 8717, 7844, 9044, 8748, 11030, 8066, 10435, 8718, 12918, 9868, 12480, 8884, 12959, 8945, 13414, 8615, 12783, 8976, 13279, 9575, 12846, 8474, 12107, 7853, 12212, 8864, 11155, 8819, 9106, 9206, 8954, 10928, 9302, 11078, 11983, 9507, 14617, 11530, 11402, 9481, 9754, 9174, 10944, 8786, 9077, 9588, 9098, 10194, 8528, 12171, 8967, 12629, 8818, 12349, 10335, 9079, 9928, 9483, 10861, 9651, 12553, 8290, 12918, 8924, 12704, 9295, 12668, 8508, 11199, 8042, 10412, 9252, 8673, 10262, 8982, 11100, 9311, 12705, 8722, 12030, 8469, 12478, 8901, 13298, 9854, 12424, 8906, 11796, 9137, 8306, 9543, 8330, 10007, 8343, 11494, 7894, 12475, 7938, 12359, 9397, 11127, 9338, 8676, 12203, 8817, 8314, 10622, 8342, 14475, 11293, 9505, 11329, 8752, 12284, 10938, 11714, 9289, 10350, 8697, 10657, 7868, 11088, 8128, 7793, 8023, 9391, 8508, 8457, 10734, 8373, 11631, 8865, 12660, 8253, 12956, 8920, 10746, 9560, 11181, 8900, 11237, 7843, 11310, 7719, 11030, 7661, 11851, 7725, 12516, 9801, 12675, 9455, 12642, 9160, 12654, 9720, 12956, 8523, 12397, 9037, 12110, 9525, 11170, 8626, 11377, 7868], 'WindowCenter': [4789.0, 4726.0, 4709.0, 4666.0, 4681.0, 4620.0, 4657.0, 4608.0, 4657.0, 4608.0, 4646.0, 4639.0, 4656.0, 4627.0, 4657.0, 4657.0, 4647.0, 4667.0, 4656.0, 4637.0, 4656.0, 4647.0, 4637.0, 4665.0, 4628.0, 4676.0, 4639.0, 4645.0, 4626.0, 4666.0, 4608.0, 4659.0, 4666.0, 4659.0, 4638.0, 4656.0, 4665.0, 4647.0, 4636.0, 4647.0, 4646.0, 4634.0, 4644.0, 4635.0, 4673.0, 4614.0, 4664.0, 4634.0, 4654.0, 4625.0, 4654.0, 4605.0, 4655.0, 4636.0, 4654.0, 4606.0, 4666.0, 4636.0, 4666.0, 4653.0, 4654.0, 4643.0, 4644.0, 4633.0, 4633.0, 4653.0, 4634.0, 4672.0, 4633.0, 4622.0, 4634.0, 4642.0, 4635.0, 4665.0, 4624.0, 4653.0, 4616.0, 4656.0, 4614.0, 4655.0, 4656.0, 4664.0, 4643.0, 4654.0, 4620.0, 4621.0, 4622.0, 4621.0, 4620.0, 4620.0, 4620.0, 4624.0, 4652.0, 4622.0, 4653.0, 4624.0, 4652.0, 4625.0, 4664.0, 4614.0, 4662.0, 4636.0, 4664.0, 4642.0, 4641.0, 4603.0, 4639.0, 4622.0, 4641.0, 4641.0, 4641.0, 4632.0, 4632.0, 4631.0, 4633.0, 4632.0, 4633.0, 4633.0, 4633.0, 4634.0, 4635.0, 4662.0, 4634.0, 4652.0, 4633.0, 4662.0, 4623.0, 4652.0, 4623.0, 4642.0, 4603.0, 4650.0, 4603.0, 4651.0, 4614.0, 4651.0, 4613.0, 4650.0, 4602.0, 4651.0, 4614.0, 4643.0, 4635.0, 4644.0, 4624.0, 4654.0, 4614.0, 4653.0, 4623.0, 4643.0, 4603.0, 4653.0, 4616.0, 4653.0, 4625.0, 4625.0, 4634.0, 4623.0, 4633.0, 4614.0, 4635.0, 4615.0, 4643.0, 4641.0, 4653.0, 4644.0, 4633.0, 4625.0, 4644.0, 4642.0, 4644.0, 4614.0, 4643.0, 4605.0, 4654.0, 4635.0, 4653.0, 4634.0, 4645.0, 4635.0, 4634.0, 4643.0, 4636.0, 4625.0, 4645.0, 4635.0, 4635.0, 4614.0, 4636.0, 4665.0, 4634.0, 4603.0, 4614.0, 4644.0, 4624.0, 4653.0, 4613.0, 4653.0, 4603.0, 4634.0, 4615.0, 4646.0, 4605.0, 4655.0, 4624.0, 4635.0, 4617.0, 4656.0, 4607.0, 4664.0, 4626.0, 4654.0, 4616.0, 4653.0, 4604.0, 4645.0, 4634.0, 4634.0, 4606.0, 4644.0, 4615.0, 4654.0, 4618.0, 4655.0, 4646.0, 4645.0, 4626.0, 4646.0, 4635.0, 4654.0, 4617.0, 4666.0, 4627.0, 4666.0, 4648.0, 4656.0, 4626.0, 4625.0, 4637.0, 4628.0, 4667.0, 4638.0, 4688.0, 4637.0, 4666.0, 4635.0, 4654.0, 4605.0, 4653.0, 4614.0, 4649.0, 4625.0, 4652.0, 4593.0, 4643.0, 4604.0, 4653.0, 4615.0, 4655.0, 4607.0, 4646.0, 4635.0, 4646.0, 4655.0, 4644.0, 4663.0, 4644.0, 4626.0, 4634.0, 4633.0, 4625.0, 4636.0, 4636.0, 4627.0, 4637.0, 4655.0, 4636.0, 4616.0, 4647.0, 4637.0, 4657.0, 4656.0, 4667.0, 4646.0, 4657.0, 4647.0, 4647.0, 4635.0, 4644.0, 4635.0, 4644.0, 4635.0, 4644.0, 4606.0, 4655.0, 4605.0, 4665.0, 4647.0, 4655.0, 4625.0, 4655.0, 4614.0, 4645.0, 4634.0, 4654.0, 4625.0, 4652.0, 4605.0, 4653.0, 4605.0, 4654.0, 4636.0, 4647.0, 4627.0, 4652.0, 4637.0, 4656.0, 4645.0, 4616.0, 4626.0, 4624.0, 4654.0, 4634.0, 4654.0, 4624.0, 4653.0, 4615.0, 4661.0, 4635.0, 4625.0, 4624.0, 4635.0, 4636.0, 4635.0, 4644.0, 4635.0, 4645.0, 4626.0, 4656.0, 4634.0, 4653.0, 4623.0, 4643.0, 4594.0, 4654.0, 4623.0, 4644.0, 4626.0, 4645.0, 4626.0, 4625.0, 4646.0, 4634.0, 4653.0, 4626.0, 4664.0, 4635.0, 4665.0, 4625.0, 4653.0, 4615.0, 4654.0, 4635.0, 4641.0, 4635.0, 4614.0, 4634.0, 4644.0, 4652.0, 4615.0, 4663.0, 4626.0, 4656.0, 4625.0, 4643.0, 4643.0, 4624.0, 4634.0, 4623.0, 4654.0, 4614.0, 4634.0, 4635.0, 4635.0, 4634.0, 4644.0, 4665.0, 4614.0, 4654.0, 4624.0, 4642.0, 4623.0, 4633.0, 4635.0, 4635.0, 4644.0, 4654.0, 4643.0, 4606.0, 4655.0, 4626.0, 4666.0, 4626.0, 4656.0, 4635.0, 4627.0, 4635.0, 4616.0, 4636.0, 4646.0, 4665.0, 4626.0, 4666.0, 4617.0, 4664.0, 4636.0, 4644.0, 4624.0, 4615.0, 4635.0, 4625.0, 4655.0, 4617.0, 4646.0, 4647.0, 4616.0, 4647.0, 4617.0, 4667.0, 4639.0, 4618.0, 4670.0, 4629.0, 4666.0, 4628.0, 4677.0, 4626.0, 4663.0, 4627.0, 4665.0, 4606.0, 4654.0, 4613.0, 4642.0, 4593.0, 4634.0, 4605.0, 4633.0, 4616.0, 4656.0, 4608.0, 4636.0, 4617.0, 4668.0, 4627.0, 4647.0, 4619.0, 4657.0, 4607.0, 4657.0, 4619.0, 4656.0, 4618.0, 4650.0, 4618.0, 4659.0, 4621.0, 4650.0, 4631.0, 4649.0, 4640.0, 4670.0, 4649.0, 4619.0, 4650.0, 4609.0, 4649.0, 4668.0, 4657.0, 4618.0, 4638.0, 4609.0, 4659.0, 4638.0, 4667.0, 4618.0, 4667.0, 4638.0, 4686.0, 4648.0, 4668.0, 4638.0, 4667.0, 4637.0, 4679.0, 4655.0, 4665.0, 4625.0, 4655.0, 4626.0, 4625.0, 4624.0, 4604.0, 4625.0, 4625.0, 4635.0, 4612.0, 4657.0, 4618.0, 4655.0, 4628.0, 4666.0, 4636.0, 4667.0, 4627.0, 4655.0, 4628.0, 4674.0, 4661.0, 4677.0, 4635.0, 4653.0, 4633.0, 4641.0, 4644.0, 4622.0, 4623.0, 4632.0, 4632.0, 4622.0, 4653.0, 4632.0, 4653.0, 4623.0, 4651.0, 4624.0, 4634.0, 4624.0, 4663.0, 4643.0, 4633.0, 4624.0, 4642.0, 4623.0, 4633.0, 4644.0, 4624.0, 4644.0, 4632.0, 4644.0, 4643.0, 4635.0, 4633.0, 4634.0, 4642.0, 4633.0, 4622.0, 4653.0, 4605.0, 4653.0, 4605.0, 4654.0, 4635.0, 4654.0, 4605.0, 4653.0, 4606.0, 4642.0, 4624.0, 4634.0, 4626.0, 4636.0, 4645.0, 4646.0, 4657.0, 4626.0, 4666.0, 4636.0, 4676.0, 4637.0, 4685.0, 4645.0, 4665.0, 4614.0, 4654.0, 4614.0, 4661.0, 4633.0, 4623.0, 4624.0, 4606.0, 4626.0, 4605.0, 4647.0, 4635.0, 4647.0, 4628.0, 4666.0, 4635.0, 4666.0, 4615.0, 4665.0, 4617.0, 4666.0, 4617.0, 4647.0, 4628.0, 4617.0, 4639.0, 4656.0, 4648.0, 4638.0, 4668.0, 4638.0, 4668.0, 4638.0, 4678.0, 4618.0, 4667.0, 4616.0, 4665.0, 4646.0, 4676.0, 4637.0, 4655.0, 4626.0, 4643.0, 4628.0, 4630.0, 4659.0, 4627.0, 4655.0, 4607.0, 4627.0, 4641.0, 4661.0, 4687.0, 4647.0, 4686.0, 4647.0, 4666.0, 4646.0, 4645.0, 4644.0, 4625.0, 4633.0, 4644.0, 4642.0, 4604.0, 4654.0, 4606.0, 4652.0, 4607.0, 4655.0, 4604.0, 4656.0, 4605.0, 4647.0, 4617.0, 4646.0, 4627.0, 4648.0, 4629.0, 4668.0, 4628.0, 4649.0, 4637.0, 4647.0, 4637.0, 4637.0, 4639.0, 4667.0, 4639.0, 4628.0, 4630.0, 4650.0, 4648.0, 4640.0, 4681.0, 4631.0, 4681.0, 4620.0, 4679.0, 4651.0, 4690.0, 4661.0, 4690.0, 4659.0, 4677.0, 4647.0, 4666.0, 4626.0, 4654.0, 4627.0, 4629.0, 4619.0, 4660.0, 4641.0, 4669.0, 4650.0, 4649.0, 4632.0, 4680.0, 4641.0, 4700.0, 4670.0, 4679.0, 4650.0, 4660.0, 4628.0, 4648.0, 4648.0, 4617.0, 4656.0, 4636.0, 4665.0, 4628.0, 4667.0, 4618.0, 4678.0, 4627.0, 4675.0, 4626.0, 4676.0, 4617.0, 4666.0, 4608.0, 4656.0, 4617.0, 4656.0, 4619.0, 4665.0, 4630.0, 4689.0, 4639.0, 4665.0, 4628.0, 4665.0, 4617.0, 4664.0, 4637.0, 4666.0, 4616.0, 4666.0, 4627.0, 4662.0, 4628.0, 4638.0, 4627.0, 4617.0, 4637.0, 4629.0, 4660.0, 4618.0, 4659.0, 4629.0, 4669.0, 4637.0, 4667.0, 4627.0, 4665.0, 4625.0, 4665.0, 4615.0, 4665.0, 4627.0, 4665.0, 4626.0, 4664.0, 4616.0, 4652.0, 4605.0, 4655.0, 4627.0, 4657.0, 4627.0, 4627.0, 4636.0, 4625.0, 4657.0, 4627.0, 4657.0, 4656.0, 4634.0, 4674.0, 4654.0, 4645.0, 4625.0, 4625.0, 4624.0, 4645.0, 4615.0, 4626.0, 4635.0, 4624.0, 4647.0, 4629.0, 4667.0, 4629.0, 4665.0, 4627.0, 4665.0, 4647.0, 4626.0, 4635.0, 4637.0, 4646.0, 4635.0, 4665.0, 4617.0, 4667.0, 4626.0, 4665.0, 4625.0, 4665.0, 4617.0, 4655.0, 4606.0, 4645.0, 4626.0, 4618.0, 4649.0, 4627.0, 4658.0, 4638.0, 4667.0, 4629.0, 4667.0, 4619.0, 4667.0, 4628.0, 4678.0, 4652.0, 4668.0, 4627.0, 4658.0, 4627.0, 4616.0, 4639.0, 4617.0, 4638.0, 4629.0, 4658.0, 4620.0, 4667.0, 4620.0, 4670.0, 4640.0, 4661.0, 4642.0, 4627.0, 4668.0, 4639.0, 4630.0, 4661.0, 4633.0, 4690.0, 4662.0, 4641.0, 4661.0, 4630.0, 4670.0, 4648.0, 4657.0, 4625.0, 4637.0, 4615.0, 4636.0, 4607.0, 4645.0, 4606.0, 4607.0, 4620.0, 4640.0, 4629.0, 4619.0, 4660.0, 4620.0, 4670.0, 4628.0, 4669.0, 4620.0, 4670.0, 4629.0, 4649.0, 4628.0, 4647.0, 4628.0, 4645.0, 4609.0, 4658.0, 4609.0, 4657.0, 4611.0, 4669.0, 4621.0, 4679.0, 4651.0, 4681.0, 4650.0, 4681.0, 4641.0, 4668.0, 4640.0, 4666.0, 4628.0, 4666.0, 4627.0, 4666.0, 4638.0, 4658.0, 4618.0, 4656.0, 4607.0], 'WindowWidth': [10456.0, 10340.0, 10301.0, 10231.0, 10245.0, 10155.0, 10201.0, 10137.0, 10199.0, 10135.0, 10183.0, 10175.0, 10196.0, 10158.0, 10198.0, 10199.0, 10186.0, 10211.0, 10195.0, 10172.0, 10199.0, 10183.0, 10171.0, 10210.0, 10160.0, 10223.0, 10175.0, 10180.0, 10157.0, 10211.0, 10134.0, 10206.0, 10211.0, 10202.0, 10173.0, 10199.0, 10208.0, 10185.0, 10171.0, 10184.0, 10181.0, 10165.0, 10177.0, 10164.0, 10218.0, 10138.0, 10205.0, 10165.0, 10192.0, 10153.0, 10191.0, 10128.0, 10192.0, 10171.0, 10192.0, 10129.0, 10210.0, 10169.0, 10210.0, 10188.0, 10191.0, 10172.0, 10176.0, 10158.0, 10160.0, 10188.0, 10162.0, 10213.0, 10159.0, 10143.0, 10162.0, 10173.0, 10165.0, 10207.0, 10153.0, 10190.0, 10143.0, 10197.0, 10138.0, 10195.0, 10194.0, 10205.0, 10172.0, 10190.0, 10138.0, 10140.0, 10144.0, 10141.0, 10138.0, 10139.0, 10140.0, 10148.0, 10187.0, 10145.0, 10189.0, 10150.0, 10187.0, 10151.0, 10205.0, 10138.0, 10201.0, 10166.0, 10204.0, 10171.0, 10168.0, 10118.0, 10164.0, 10144.0, 10169.0, 10167.0, 10168.0, 10155.0, 10156.0, 10155.0, 10160.0, 10157.0, 10160.0, 10159.0, 10160.0, 10163.0, 10165.0, 10202.0, 10163.0, 10186.0, 10160.0, 10199.0, 10147.0, 10185.0, 10145.0, 10172.0, 10120.0, 10181.0, 10120.0, 10183.0, 10138.0, 10184.0, 10134.0, 10181.0, 10120.0, 10185.0, 10138.0, 10175.0, 10165.0, 10179.0, 10149.0, 10190.0, 10136.0, 10188.0, 10148.0, 10173.0, 10120.0, 10188.0, 10141.0, 10188.0, 10152.0, 10152.0, 10164.0, 10150.0, 10163.0, 10137.0, 10166.0, 10140.0, 10177.0, 10170.0, 10190.0, 10176.0, 10161.0, 10152.0, 10179.0, 10171.0, 10178.0, 10137.0, 10175.0, 10126.0, 10191.0, 10166.0, 10188.0, 10163.0, 10179.0, 10165.0, 10165.0, 10175.0, 10167.0, 10152.0, 10180.0, 10166.0, 10167.0, 10137.0, 10168.0, 10208.0, 10163.0, 10121.0, 10137.0, 10177.0, 10150.0, 10189.0, 10136.0, 10188.0, 10123.0, 10164.0, 10140.0, 10184.0, 10128.0, 10195.0, 10153.0, 10167.0, 10145.0, 10198.0, 10133.0, 10207.0, 10157.0, 10191.0, 10142.0, 10190.0, 10126.0, 10181.0, 10165.0, 10164.0, 10130.0, 10178.0, 10143.0, 10192.0, 10149.0, 10198.0, 10183.0, 10181.0, 10158.0, 10183.0, 10169.0, 10191.0, 10147.0, 10211.0, 10161.0, 10213.0, 10189.0, 10196.0, 10156.0, 10154.0, 10174.0, 10162.0, 10214.0, 10176.0, 10248.0, 10171.0, 10210.0, 10164.0, 10189.0, 10123.0, 10187.0, 10137.0, 10180.0, 10151.0, 10186.0, 10109.0, 10174.0, 10126.0, 10190.0, 10140.0, 10194.0, 10130.0, 10183.0, 10166.0, 10183.0, 10193.0, 10178.0, 10202.0, 10178.0, 10155.0, 10164.0, 10162.0, 10154.0, 10168.0, 10170.0, 10158.0, 10173.0, 10195.0, 10170.0, 10142.0, 10185.0, 10173.0, 10199.0, 10195.0, 10212.0, 10184.0, 10198.0, 10184.0, 10184.0, 10166.0, 10177.0, 10165.0, 10176.0, 10164.0, 10176.0, 10128.0, 10194.0, 10129.0, 10210.0, 10184.0, 10195.0, 10152.0, 10193.0, 10137.0, 10178.0, 10164.0, 10189.0, 10150.0, 10186.0, 10127.0, 10188.0, 10128.0, 10192.0, 10170.0, 10185.0, 10158.0, 10191.0, 10172.0, 10195.0, 10181.0, 10142.0, 10155.0, 10151.0, 10193.0, 10163.0, 10192.0, 10150.0, 10188.0, 10138.0, 10198.0, 10164.0, 10151.0, 10151.0, 10164.0, 10168.0, 10164.0, 10178.0, 10165.0, 10179.0, 10158.0, 10197.0, 10163.0, 10189.0, 10146.0, 10171.0, 10110.0, 10189.0, 10148.0, 10176.0, 10155.0, 10179.0, 10154.0, 10152.0, 10181.0, 10163.0, 10189.0, 10155.0, 10205.0, 10166.0, 10208.0, 10152.0, 10188.0, 10137.0, 10190.0, 10165.0, 10171.0, 10164.0, 10136.0, 10162.0, 10177.0, 10185.0, 10138.0, 10203.0, 10154.0, 10194.0, 10152.0, 10176.0, 10175.0, 10147.0, 10163.0, 10146.0, 10190.0, 10138.0, 10164.0, 10165.0, 10166.0, 10164.0, 10175.0, 10206.0, 10136.0, 10189.0, 10149.0, 10173.0, 10148.0, 10161.0, 10165.0, 10165.0, 10177.0, 10189.0, 10176.0, 10129.0, 10194.0, 10156.0, 10210.0, 10156.0, 10197.0, 10167.0, 10158.0, 10168.0, 10141.0, 10168.0, 10183.0, 10207.0, 10155.0, 10209.0, 10143.0, 10204.0, 10168.0, 10177.0, 10150.0, 10140.0, 10167.0, 10153.0, 10194.0, 10146.0, 10184.0, 10185.0, 10143.0, 10186.0, 10146.0, 10216.0, 10178.0, 10148.0, 10219.0, 10161.0, 10211.0, 10160.0, 10227.0, 10155.0, 10202.0, 10156.0, 10205.0, 10127.0, 10188.0, 10134.0, 10169.0, 10105.0, 10160.0, 10124.0, 10162.0, 10143.0, 10195.0, 10134.0, 10169.0, 10146.0, 10214.0, 10159.0, 10185.0, 10148.0, 10199.0, 10131.0, 10199.0, 10152.0, 10195.0, 10148.0, 10191.0, 10149.0, 10204.0, 10155.0, 10192.0, 10169.0, 10192.0, 10181.0, 10222.0, 10193.0, 10151.0, 10194.0, 10137.0, 10193.0, 10217.0, 10200.0, 10148.0, 10173.0, 10136.0, 10204.0, 10174.0, 10215.0, 10148.0, 10214.0, 10177.0, 10240.0, 10189.0, 10217.0, 10175.0, 10212.0, 10171.0, 10231.0, 10194.0, 10207.0, 10152.0, 10194.0, 10153.0, 10149.0, 10151.0, 10124.0, 10152.0, 10154.0, 10169.0, 10134.0, 10198.0, 10146.0, 10195.0, 10161.0, 10212.0, 10168.0, 10211.0, 10157.0, 10194.0, 10162.0, 10219.0, 10214.0, 10227.0, 10167.0, 10188.0, 10160.0, 10170.0, 10174.0, 10144.0, 10147.0, 10157.0, 10158.0, 10146.0, 10188.0, 10157.0, 10187.0, 10147.0, 10181.0, 10148.0, 10161.0, 10149.0, 10201.0, 10172.0, 10157.0, 10147.0, 10171.0, 10146.0, 10158.0, 10176.0, 10150.0, 10177.0, 10158.0, 10178.0, 10175.0, 10165.0, 10159.0, 10163.0, 10172.0, 10161.0, 10145.0, 10186.0, 10125.0, 10188.0, 10125.0, 10191.0, 10167.0, 10189.0, 10126.0, 10189.0, 10128.0, 10173.0, 10151.0, 10164.0, 10156.0, 10170.0, 10182.0, 10183.0, 10200.0, 10157.0, 10210.0, 10169.0, 10226.0, 10171.0, 10237.0, 10180.0, 10207.0, 10138.0, 10190.0, 10137.0, 10198.0, 10163.0, 10150.0, 10151.0, 10128.0, 10158.0, 10128.0, 10188.0, 10168.0, 10187.0, 10161.0, 10211.0, 10168.0, 10209.0, 10142.0, 10208.0, 10146.0, 10210.0, 10147.0, 10187.0, 10164.0, 10148.0, 10180.0, 10201.0, 10191.0, 10177.0, 10217.0, 10177.0, 10217.0, 10175.0, 10229.0, 10147.0, 10212.0, 10144.0, 10208.0, 10184.0, 10224.0, 10171.0, 10194.0, 10157.0, 10178.0, 10160.0, 10165.0, 10204.0, 10157.0, 10193.0, 10132.0, 10160.0, 10185.0, 10214.0, 10243.0, 10186.0, 10239.0, 10184.0, 10209.0, 10181.0, 10178.0, 10177.0, 10150.0, 10162.0, 10177.0, 10172.0, 10122.0, 10190.0, 10128.0, 10188.0, 10131.0, 10192.0, 10125.0, 10195.0, 10128.0, 10186.0, 10146.0, 10184.0, 10159.0, 10188.0, 10166.0, 10218.0, 10164.0, 10190.0, 10174.0, 10186.0, 10173.0, 10172.0, 10179.0, 10215.0, 10178.0, 10161.0, 10168.0, 10194.0, 10191.0, 10184.0, 10239.0, 10172.0, 10238.0, 10158.0, 10235.0, 10199.0, 10249.0, 10210.0, 10250.0, 10207.0, 10228.0, 10187.0, 10214.0, 10158.0, 10194.0, 10160.0, 10164.0, 10152.0, 10209.0, 10186.0, 10221.0, 10195.0, 10194.0, 10174.0, 10237.0, 10185.0, 10265.0, 10223.0, 10233.0, 10193.0, 10207.0, 10164.0, 10188.0, 10189.0, 10146.0, 10198.0, 10170.0, 10208.0, 10160.0, 10214.0, 10149.0, 10230.0, 10162.0, 10222.0, 10157.0, 10224.0, 10146.0, 10210.0, 10135.0, 10196.0, 10147.0, 10199.0, 10153.0, 10212.0, 10169.0, 10249.0, 10178.0, 10211.0, 10162.0, 10209.0, 10146.0, 10206.0, 10172.0, 10211.0, 10144.0, 10211.0, 10160.0, 10203.0, 10161.0, 10175.0, 10160.0, 10148.0, 10176.0, 10164.0, 10208.0, 10150.0, 10206.0, 10166.0, 10220.0, 10171.0, 10213.0, 10159.0, 10209.0, 10154.0, 10208.0, 10142.0, 10207.0, 10159.0, 10207.0, 10154.0, 10205.0, 10141.0, 10187.0, 10128.0, 10195.0, 10160.0, 10199.0, 10159.0, 10160.0, 10172.0, 10154.0, 10200.0, 10160.0, 10200.0, 10197.0, 10165.0, 10221.0, 10191.0, 10178.0, 10151.0, 10150.0, 10150.0, 10179.0, 10140.0, 10154.0, 10169.0, 10154.0, 10186.0, 10166.0, 10213.0, 10164.0, 10211.0, 10162.0, 10210.0, 10186.0, 10155.0, 10168.0, 10171.0, 10183.0, 10168.0, 10208.0, 10145.0, 10213.0, 10157.0, 10208.0, 10154.0, 10207.0, 10145.0, 10195.0, 10131.0, 10182.0, 10157.0, 10148.0, 10190.0, 10161.0, 10203.0, 10174.0, 10213.0, 10163.0, 10213.0, 10151.0, 10214.0, 10164.0, 10229.0, 10199.0, 10215.0, 10159.0, 10202.0, 10159.0, 10143.0, 10176.0, 10147.0, 10176.0, 10165.0, 10201.0, 10153.0, 10215.0, 10154.0, 10220.0, 10180.0, 10209.0, 10185.0, 10160.0, 10215.0, 10179.0, 10168.0, 10212.0, 10174.0, 10250.0, 10212.0, 10183.0, 10210.0, 10165.0, 10221.0, 10189.0, 10199.0, 10152.0, 10168.0, 10138.0, 10166.0, 10128.0, 10179.0, 10130.0, 10133.0, 10152.0, 10179.0, 10165.0, 10151.0, 10208.0, 10153.0, 10222.0, 10162.0, 10218.0, 10152.0, 10221.0, 10162.0, 10189.0, 10160.0, 10184.0, 10158.0, 10180.0, 10135.0, 10199.0, 10137.0, 10200.0, 10143.0, 10219.0, 10159.0, 10233.0, 10198.0, 10236.0, 10195.0, 10238.0, 10184.0, 10215.0, 10179.0, 10213.0, 10163.0, 10212.0, 10159.0, 10211.0, 10172.0, 10200.0, 10148.0, 10196.0, 10132.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.0001621868131868132</td></tr>
<tr><td colspan=3>aqi</td><td>0.014299151978021979</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.668121291848195</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2124010824972495</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9770752455115512</td></tr>
<tr><td colspan=3>efc</td><td>0.4962</td></tr>
<tr><td colspan=3>fber</td><td>5679.8735</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07323014372475319</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.989010989010989</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.561826168595952</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.54499293932264</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.612948574066088</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5275369923991273</td></tr>
<tr><td colspan=3>gcor</td><td>0.005933</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0063837929628789425</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03387610241770744</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.9743472838675085</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.6657</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.4655</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.9562</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293684.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1035.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.0575</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4342</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>648.7177</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3808.7079</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1478.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5052.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.1453</td></tr>
<tr><td colspan=3>tsnr</td><td>43.73352846130729</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>