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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-02/func/sub-0005_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7cac53805a2ca6dbef7ebb3d24038095</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:22:43.865000</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>281.466</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ad834841-26e5-4226-895f-0e7497ffe459||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': ['142243.865000', '142244.325000', '142244.785000', '142245.245000', '142245.705000', '142246.165000', '142246.625000', '142247.085000', '142247.545000', '142248.005000', '142248.465000', '142248.925000', '142249.385000', '142249.845000', '142250.305000', '142250.765000', '142251.225000', '142251.685000', '142252.145000', '142252.605000', '142253.065000', '142253.525000', '142253.985000', '142254.445000', '142254.905000', '142255.365000', '142255.825000', '142256.285000', '142256.745000', '142257.205000', '142257.665000', '142258.125000', '142258.585000', '142259.045000', '142259.505000', '142259.965000', '142300.425000', '142300.885000', '142301.345000', '142301.805000', '142302.265000', '142302.725000', '142303.185000', '142303.645000', '142304.105000', '142304.565000', '142305.025000', '142305.485000', '142305.945000', '142306.405000', '142306.865000', '142307.325000', '142307.785000', '142308.245000', '142308.705000', '142309.165000', '142309.625000', '142310.085000', '142310.545000', '142311.005000', '142311.465000', '142311.925000', '142312.385000', '142312.845000', '142313.305000', '142313.765000', '142314.225000', '142314.685000', '142315.145000', '142315.605000', '142316.065000', '142316.525000', '142316.985000', '142317.445000', '142317.905000', '142318.365000', '142318.825000', '142319.285000', '142319.745000', '142320.205000', '142320.665000', '142321.125000', '142321.585000', '142322.045000', '142322.505000', '142322.965000', '142323.425000', '142323.885000', '142324.345000', '142324.805000', '142325.265000', '142325.725000', '142326.185000', '142326.645000', '142327.105000', '142327.565000', '142328.025000', '142328.485000', '142328.945000', '142329.405000', '142329.865000', '142330.325000', '142330.785000', '142331.245000', '142331.705000', '142332.165000', '142332.625000', '142333.085000', '142333.545000', '142334.005000', '142334.465000', '142334.925000', '142335.385000', '142335.845000', '142336.305000', '142336.765000', '142337.225000', '142337.685000', '142338.145000', '142338.605000', '142339.065000', '142339.525000', '142339.985000', '142340.445000', '142340.905000', '142341.365000', '142341.825000', '142342.285000', '142342.745000', '142343.205000', '142343.665000', '142344.125000', '142344.585000', '142345.045000', '142345.505000', '142345.965000', '142346.425000', '142346.885000', '142347.345000', '142347.805000', '142348.265000', '142348.725000', '142349.185000', '142349.645000', '142350.105000', '142350.565000', '142351.025000', '142351.485000', '142351.945000', '142352.405000', '142352.865000', '142353.325000', '142353.785000', '142354.245000', '142354.705000', '142355.165000', '142355.625000', '142356.085000', '142356.545000', '142357.005000', '142357.465000', '142357.925000', '142358.385000', '142358.845000', '142359.305000', '142359.765000', '142400.225000', '142400.685000', '142401.145000', '142401.605000', '142402.065000', '142402.525000', '142402.985000', '142403.445000', '142403.905000', '142404.365000', '142404.825000', '142405.285000', '142405.745000', '142406.205000', '142406.665000', '142407.125000', '142407.585000', '142408.045000', '142408.505000', '142408.965000', '142409.425000', '142409.885000', '142410.345000', '142410.805000', '142411.265000', '142411.725000', '142412.185000', '142412.645000', '142413.105000', '142413.565000', '142414.025000', '142414.485000', '142414.945000', '142415.405000', '142415.865000', '142416.325000', '142416.785000', '142417.245000', '142417.705000', '142418.165000', '142418.625000', '142419.085000', '142419.545000', '142420.005000', '142420.465000', '142420.925000', '142421.385000', '142421.845000', '142422.305000', '142422.765000', '142423.225000', '142423.685000', '142424.145000', '142424.605000', '142425.065000', '142425.525000', '142425.985000', '142426.445000', '142426.905000', '142427.365000', '142427.825000', '142428.285000', '142428.745000', '142429.205000', '142429.665000', '142430.125000', '142430.585000', '142431.045000', '142431.505000', '142431.965000', '142432.425000', '142432.885000', '142433.345000', '142433.805000', '142434.265000', '142434.725000', '142435.185000', '142435.645000', '142436.105000', '142436.565000', '142437.025000', '142437.485000', '142437.945000', '142438.405000', '142438.865000', '142439.325000', '142439.785000', '142440.245000', '142440.705000', '142441.165000', '142441.625000', '142442.085000', '142442.545000', '142443.005000', '142443.465000', '142443.925000', '142444.385000', '142444.845000', '142445.305000', '142445.765000', '142446.225000', '142446.685000', '142447.145000', '142447.605000', '142448.065000', '142448.525000', '142448.985000', '142449.445000', '142449.905000', '142450.365000', '142450.825000', '142451.285000', '142451.745000', '142452.205000', '142452.665000', '142453.125000', '142453.585000', '142454.045000', '142454.505000', '142454.965000', '142455.425000', '142455.885000', '142456.345000', '142456.805000', '142457.265000', '142457.725000', '142458.185000', '142458.645000', '142459.105000', '142459.565000', '142500.025000', '142500.485000', '142500.945000', '142501.405000', '142501.865000', '142502.325000', '142502.785000', '142503.245000', '142503.705000', '142504.165000', '142504.625000', '142505.085000', '142505.545000', '142506.005000', '142506.465000', '142506.925000', '142507.385000', '142507.845000', '142508.305000', '142508.765000', '142509.225000', '142509.685000', '142510.145000', '142510.605000', '142511.065000', '142511.525000', '142511.985000', '142512.445000', '142512.905000', '142513.365000', '142513.825000', '142514.285000', '142514.745000', '142515.205000', '142515.665000', '142516.125000', '142516.585000', '142517.045000', '142517.505000', '142517.965000', '142518.425000', '142518.885000', '142519.345000', '142519.805000', '142520.265000', '142520.725000', '142521.185000', '142521.645000', '142522.105000', '142522.565000', '142523.025000', '142523.485000', '142523.945000', '142524.405000', '142524.865000', '142525.325000', '142525.785000', '142526.245000', '142526.705000', '142527.165000', '142527.625000', '142528.085000', '142528.545000', '142529.005000', '142529.465000', '142529.925000', '142530.385000', '142530.845000', '142531.305000', '142531.765000', '142532.225000', '142532.685000', '142533.145000', '142533.605000', '142534.065000', '142534.525000', '142534.985000', '142535.445000', '142535.905000', '142536.365000', '142536.825000', '142537.285000', '142537.745000', '142538.205000', '142538.665000', '142539.125000', '142539.585000', '142540.045000', '142540.505000', '142540.965000', '142541.425000', '142541.885000', '142542.345000', '142542.805000', '142543.265000', '142543.725000', '142544.185000', '142544.645000', '142545.105000', '142545.565000', '142546.025000', '142546.485000', '142546.945000', '142547.405000', '142547.865000', '142548.325000', '142548.785000', '142549.245000', '142549.705000', '142550.165000', '142550.625000', '142551.085000', '142551.545000', '142552.005000', '142552.465000', '142552.925000', '142553.385000', '142553.845000', '142554.305000', '142554.765000', '142555.225000', '142555.685000', '142556.145000', '142556.605000', '142557.065000', '142557.525000', '142557.985000', '142558.445000', '142558.905000', '142559.365000', '142559.825000', '142600.285000', '142600.745000', '142601.205000', '142601.665000', '142602.125000', '142602.585000', '142603.045000', '142603.505000', '142603.965000', '142604.425000', '142604.885000', '142605.345000', '142605.805000', '142606.265000', '142606.725000', '142607.185000', '142607.645000', '142608.105000', '142608.565000', '142609.025000', '142609.485000', '142609.945000', '142610.405000', '142610.865000', '142611.325000', '142611.785000', '142612.245000', '142612.705000', '142613.165000', '142613.625000', '142614.085000', '142614.545000', '142615.005000', '142615.465000', '142615.925000', '142616.385000', '142616.845000', '142617.305000', '142617.765000', '142618.225000', '142618.685000', '142619.145000', '142619.605000', '142620.065000', '142620.525000', '142620.985000', '142621.445000', '142621.905000', '142622.365000', '142622.825000', '142623.285000', '142623.745000', '142624.205000', '142624.665000', '142625.125000', '142625.585000', '142626.045000', '142626.505000', '142626.965000', '142627.425000', '142627.885000', '142628.345000', '142628.805000', '142629.265000', '142629.725000', '142630.185000', '142630.645000', '142631.105000', '142631.565000', '142632.025000', '142632.485000', '142632.945000', '142633.405000', '142633.865000', '142634.325000', '142634.785000', '142635.245000', '142635.705000', '142636.165000', '142636.625000', '142637.085000', '142637.545000', '142638.005000', '142638.465000', '142638.925000', '142639.385000', '142639.845000', '142640.305000', '142640.765000', '142641.225000', '142641.685000', '142642.145000', '142642.605000', '142643.065000', '142643.525000', '142643.985000', '142644.445000', '142644.905000', '142645.365000', '142645.825000', '142646.285000', '142646.745000', '142647.205000', '142647.665000', '142648.125000', '142648.585000', '142649.045000', '142649.505000', '142649.965000', '142650.425000', '142650.885000', '142651.345000', '142651.805000', '142652.265000', '142652.725000', '142653.185000', '142653.645000', '142654.105000', '142654.565000', '142655.025000', '142655.485000', '142655.945000', '142656.405000', '142656.865000', '142657.325000', '142657.785000', '142658.245000', '142658.705000', '142659.165000', '142659.625000', '142700.085000', '142700.545000', '142701.005000', '142701.465000', '142701.925000', '142702.385000', '142702.845000', '142703.305000', '142703.765000', '142704.225000', '142704.685000', '142705.145000', '142705.605000', '142706.065000', '142706.525000', '142706.985000', '142707.445000', '142707.905000', '142708.365000', '142708.825000', '142709.285000', '142709.745000', '142710.205000', '142710.665000', '142711.125000', '142711.585000', '142712.045000', '142712.505000', '142712.965000', '142713.425000', '142713.885000', '142714.345000', '142714.805000', '142715.265000', '142715.725000', '142716.185000', '142716.645000', '142717.105000', '142717.565000', '142718.025000', '142718.485000', '142718.945000', '142719.405000', '142719.865000', '142720.325000', '142720.785000', '142721.245000', '142721.705000', '142722.165000', '142722.625000', '142723.085000', '142723.545000', '142724.005000', '142724.465000', '142724.925000', '142725.385000', '142725.845000', '142726.305000', '142726.765000', '142727.225000', '142727.685000', '142728.145000', '142728.605000', '142729.065000', '142729.525000', '142729.985000', '142730.445000', '142730.905000', '142731.365000', '142731.825000', '142732.285000', '142732.745000', '142733.205000', '142733.665000', '142734.125000', '142734.585000', '142735.045000', '142735.505000', '142735.965000', '142736.425000', '142736.885000', '142737.345000', '142737.805000', '142738.265000', '142738.725000', '142739.185000', '142739.645000', '142740.105000', '142740.565000', '142741.025000', '142741.485000', '142741.945000', '142742.405000', '142742.865000', '142743.325000', '142743.785000', '142744.245000', '142744.705000', '142745.165000', '142745.625000', '142746.085000', '142746.545000', '142747.005000', '142747.465000', '142747.925000', '142748.385000', '142748.845000', '142749.305000', '142749.765000', '142750.225000', '142750.685000', '142751.145000', '142751.605000', '142752.065000', '142752.525000', '142752.985000', '142753.445000', '142753.905000', '142754.365000', '142754.825000', '142755.285000', '142755.745000', '142756.205000', '142756.665000', '142757.125000', '142757.585000', '142758.045000', '142758.505000', '142758.965000', '142759.425000', '142759.885000', '142800.345000', '142800.805000', '142801.265000', '142801.725000', '142802.185000', '142802.645000', '142803.105000', '142803.565000', '142804.025000', '142804.485000', '142804.945000', '142805.405000', '142805.865000', '142806.325000', '142806.785000', '142807.245000', '142807.705000', '142808.165000', '142808.625000', '142809.085000', '142809.545000', '142810.005000', '142810.465000', '142810.925000', '142811.385000', '142811.845000', '142812.305000', '142812.765000', '142813.225000', '142813.685000', '142814.145000', '142814.605000', '142815.065000', '142815.525000', '142815.985000', '142816.445000', '142816.905000', '142817.365000', '142817.825000', '142818.285000', '142818.745000', '142819.205000', '142819.665000', '142820.125000', '142820.585000', '142821.045000', '142821.505000', '142821.965000', '142822.425000', '142822.885000', '142823.345000', '142823.805000', '142824.265000', '142824.725000', '142825.185000', '142825.645000', '142826.105000', '142826.565000', '142827.025000', '142827.485000', '142827.945000', '142828.405000', '142828.865000', '142829.325000', '142829.785000', '142830.245000', '142830.705000', '142831.165000', '142831.625000', '142832.085000', '142832.545000', '142833.005000', '142833.465000', '142833.925000', '142834.385000', '142834.845000', '142835.305000', '142835.765000', '142836.225000', '142836.685000', '142837.145000', '142837.605000', '142838.065000', '142838.525000', '142838.985000', '142839.445000', '142839.905000', '142840.365000', '142840.825000', '142841.285000', '142841.745000', '142842.205000', '142842.665000', '142843.125000', '142843.585000', '142844.045000', '142844.505000', '142844.965000', '142845.425000', '142845.885000', '142846.345000', '142846.805000', '142847.265000', '142847.725000', '142848.185000', '142848.645000', '142849.105000', '142849.565000', '142850.025000', '142850.485000', '142850.945000', '142851.405000', '142851.865000', '142852.325000', '142852.785000', '142853.245000', '142853.705000', '142854.165000', '142854.625000', '142855.085000', '142855.545000', '142856.005000', '142856.465000', '142856.925000', '142857.385000', '142857.845000', '142858.305000', '142858.765000', '142859.225000', '142859.685000', '142900.145000', '142900.605000', '142901.065000', '142901.525000', '142901.985000', '142902.445000', '142902.905000', '142903.365000', '142903.825000', '142904.285000', '142904.745000', '142905.205000', '142905.665000', '142906.125000', '142906.585000', '142907.045000', '142907.505000', '142907.965000', '142908.425000', '142908.885000', '142909.345000', '142909.805000', '142910.265000', '142910.725000', '142911.185000', '142911.645000', '142912.105000', '142912.565000', '142913.025000', '142913.485000', '142913.945000', '142914.405000', '142914.865000', '142915.325000', '142915.785000', '142916.245000', '142916.705000', '142917.165000', '142917.625000', '142918.085000', '142918.545000', '142919.005000', '142919.465000', '142919.925000', '142920.385000', '142920.845000', '142921.305000', '142921.765000', '142922.225000', '142922.685000', '142923.145000', '142923.605000', '142924.065000', '142924.525000', '142924.985000', '142925.445000', '142925.905000', '142926.365000', '142926.825000', '142927.285000', '142927.745000', '142928.205000', '142928.665000', '142929.125000', '142929.585000', '142930.045000', '142930.505000', '142930.965000', '142931.425000', '142931.885000', '142932.345000', '142932.805000', '142933.265000', '142933.725000', '142934.185000', '142934.645000', '142935.105000', '142935.565000', '142936.025000', '142936.485000', '142936.945000', '142937.405000', '142937.865000', '142938.325000', '142938.785000', '142939.245000', '142939.705000', '142940.165000', '142940.625000', '142941.085000', '142941.545000', '142942.005000', '142942.465000', '142942.925000', '142943.385000', '142943.845000'], 'ContentTime': ['142310.904000', '142310.907000', '142310.910000', '142310.913000', '142310.916000', '142310.919000', '142310.921000', '142310.924000', '142310.932000', '142310.935000', '142310.938000', '142310.941000', '142310.950000', '142310.953000', '142310.956000', '142310.959000', '142310.961000', '142310.964000', '142310.967000', '142310.970000', '142310.973000', '142310.976000', '142310.979000', '142310.982000', '142310.984000', '142310.987000', '142310.990000', '142310.993000', '142310.996000', '142311.000000', '142311.002000', '142311.005000', '142311.008000', '142311.011000', '142311.014000', '142311.017000', '142311.020000', '142311.022000', '142311.025000', '142311.028000', '142311.031000', '142311.034000', '142311.036000', '142311.039000', '142311.042000', '142311.045000', '142311.048000', '142311.051000', '142311.054000', '142311.056000', '142311.059000', '142311.062000', '142311.073000', '142311.076000', '142311.079000', '142311.082000', '142311.084000', '142330.872000', '142330.875000', '142330.878000', '142330.881000', '142330.884000', '142330.887000', '142330.889000', '142330.892000', '142330.895000', '142330.898000', '142330.901000', '142330.904000', '142330.907000', '142330.909000', '142330.912000', '142330.915000', '142330.918000', '142330.921000', '142330.923000', '142330.926000', '142330.929000', '142330.932000', '142330.935000', '142330.938000', '142330.940000', '142330.943000', '142330.954000', '142330.957000', '142330.960000', '142330.962000', '142330.965000', '142330.968000', '142330.971000', '142330.974000', '142330.977000', '142330.980000', '142330.982000', '142330.985000', '142330.988000', '142330.991000', '142330.994000', '142330.997000', '142331.001000', '142350.872000', '142350.875000', '142350.877000', '142350.880000', '142350.883000', '142350.886000', '142350.889000', '142350.891000', '142350.894000', '142350.897000', '142350.900000', '142350.903000', '142350.906000', '142350.913000', '142350.915000', '142350.918000', '142350.921000', '142350.924000', '142350.927000', '142350.929000', '142350.932000', '142350.935000', '142350.938000', '142350.941000', '142350.944000', '142350.947000', '142350.950000', '142350.952000', '142350.955000', '142350.958000', '142350.961000', '142350.964000', '142350.967000', '142350.974000', '142350.977000', '142350.980000', '142350.983000', '142350.986000', '142350.988000', '142350.991000', '142350.994000', '142350.997000', '142351.001000', '142351.004000', '142410.872000', '142410.875000', '142410.878000', '142410.881000', '142410.884000', '142410.886000', '142410.889000', '142410.892000', '142410.895000', '142410.898000', '142410.901000', '142410.904000', '142410.906000', '142410.909000', '142410.912000', '142410.915000', '142410.918000', '142410.921000', '142410.924000', '142410.926000', '142410.929000', '142410.932000', '142410.935000', '142410.938000', '142410.940000', '142410.943000', '142410.946000', '142410.949000', '142410.952000', '142410.955000', '142410.957000', '142410.960000', '142410.963000', '142410.966000', '142410.969000', '142410.971000', '142410.974000', '142410.977000', '142410.980000', '142410.983000', '142410.986000', '142410.988000', '142410.991000', '142430.872000', '142430.875000', '142430.877000', '142430.880000', '142430.883000', '142430.886000', '142430.889000', '142430.892000', '142430.895000', '142430.898000', '142430.916000', '142430.919000', '142430.922000', '142430.925000', '142430.928000', '142430.931000', '142430.933000', '142430.936000', '142430.939000', '142430.942000', '142430.945000', '142430.948000', '142430.950000', '142430.954000', '142430.956000', '142430.959000', '142430.962000', '142430.965000', '142430.968000', '142430.971000', '142430.974000', '142430.976000', '142430.979000', '142430.982000', '142430.985000', '142430.988000', '142430.991000', '142430.994000', '142430.996000', '142431.000000', '142431.003000', '142431.006000', '142431.009000', '142431.012000', '142450.872000', '142450.875000', '142450.878000', '142450.880000', '142450.883000', '142450.886000', '142450.889000', '142450.892000', '142450.895000', '142450.898000', '142450.900000', '142450.903000', '142450.906000', '142450.909000', '142450.912000', '142450.915000', '142450.918000', '142450.921000', '142450.923000', '142450.926000', '142450.929000', '142450.932000', '142450.935000', '142450.938000', '142450.941000', '142450.944000', '142450.947000', '142450.949000', '142450.952000', '142450.961000', '142450.964000', '142450.966000', '142450.969000', '142450.972000', '142450.975000', '142450.978000', '142450.981000', '142450.984000', '142450.987000', '142450.990000', '142450.993000', '142450.996000', '142451.000000', '142510.873000', '142510.876000', '142510.879000', '142510.882000', '142510.884000', '142510.887000', '142510.890000', '142510.893000', '142510.896000', '142510.899000', '142510.902000', '142510.905000', '142510.907000', '142510.910000', '142510.913000', '142510.916000', '142510.919000', '142510.922000', '142510.924000', '142510.927000', '142510.930000', '142510.933000', '142510.936000', '142510.939000', '142510.942000', '142510.944000', '142510.947000', '142510.950000', '142510.953000', '142510.956000', '142510.959000', '142510.962000', '142510.964000', '142510.967000', '142510.970000', '142510.973000', '142510.976000', '142510.979000', '142510.982000', '142510.985000', '142510.988000', '142510.990000', '142510.993000', '142510.996000', '142530.872000', '142530.875000', '142530.878000', '142530.880000', '142530.884000', '142530.886000', '142530.889000', '142530.892000', '142530.895000', '142530.898000', '142530.901000', '142530.903000', '142530.906000', '142530.909000', '142530.912000', '142530.915000', '142530.918000', '142530.920000', '142530.923000', '142530.926000', '142530.929000', '142530.932000', '142530.934000', '142530.937000', '142530.940000', '142530.943000', '142530.946000', '142530.949000', '142530.951000', '142530.954000', '142530.957000', '142530.960000', '142530.963000', '142530.965000', '142530.968000', '142530.971000', '142530.974000', '142530.977000', '142530.980000', '142530.983000', '142530.985000', '142530.988000', '142530.991000', '142550.872000', '142550.875000', '142550.878000', '142550.881000', '142550.883000', '142550.886000', '142550.889000', '142550.892000', '142550.895000', '142550.898000', '142550.900000', '142550.903000', '142550.906000', '142550.909000', '142550.912000', '142550.914000', '142550.917000', '142550.920000', '142550.923000', '142550.926000', '142550.928000', '142550.932000', '142550.935000', '142550.937000', '142550.940000', '142550.943000', '142550.946000', '142550.949000', '142550.952000', '142550.955000', '142550.957000', '142550.960000', '142550.963000', '142550.966000', '142550.969000', '142550.972000', '142550.975000', '142550.978000', '142550.980000', '142550.983000', '142550.986000', '142550.989000', '142550.992000', '142550.995000', '142610.872000', '142610.875000', '142610.878000', '142610.881000', '142610.884000', '142610.887000', '142610.889000', '142610.892000', '142610.895000', '142610.898000', '142610.901000', '142610.904000', '142610.907000', '142610.909000', '142610.912000', '142610.915000', '142610.918000', '142610.921000', '142610.923000', '142610.926000', '142610.929000', '142610.932000', '142610.935000', '142610.938000', '142610.941000', '142610.944000', '142610.946000', '142610.949000', '142610.952000', '142610.955000', '142610.958000', '142610.961000', '142610.963000', '142610.966000', '142610.969000', '142610.972000', '142610.975000', '142610.978000', '142610.981000', '142610.984000', '142610.986000', '142610.989000', '142610.992000', '142630.872000', '142630.875000', '142630.878000', '142630.881000', '142630.884000', '142630.887000', '142630.890000', '142630.893000', '142630.896000', '142630.899000', '142630.901000', '142630.904000', '142630.907000', '142630.910000', '142630.913000', '142630.916000', '142630.919000', '142630.921000', '142630.924000', '142630.927000', '142630.930000', '142630.933000', '142630.936000', '142630.939000', '142630.942000', '142630.944000', '142630.947000', '142630.950000', '142630.953000', '142630.956000', '142630.959000', '142630.961000', '142630.964000', '142630.967000', '142630.970000', '142630.973000', '142630.976000', '142630.978000', '142630.981000', '142630.984000', '142630.987000', '142630.990000', '142630.993000', '142650.872000', '142650.875000', '142650.878000', '142650.881000', '142650.884000', '142650.886000', '142650.889000', '142650.892000', '142650.895000', '142650.907000', '142650.910000', '142650.913000', '142650.915000', '142650.918000', '142650.921000', '142650.924000', '142650.927000', '142650.929000', '142650.932000', '142650.935000', '142650.938000', '142650.941000', '142650.944000', '142650.946000', '142650.949000', '142650.952000', '142650.955000', '142650.958000', '142650.961000', '142650.963000', '142650.966000', '142650.969000', '142650.972000', '142650.975000', '142650.978000', '142650.981000', '142650.983000', '142650.986000', '142650.989000', '142650.992000', '142650.995000', '142650.997000', '142651.001000', '142651.004000', '142710.872000', '142710.875000', '142710.878000', '142710.881000', '142710.884000', '142710.887000', '142710.889000', '142710.892000', '142710.895000', '142710.898000', '142710.901000', '142710.904000', '142710.906000', '142710.909000', '142710.912000', '142710.915000', '142710.918000', '142710.920000', '142710.923000', '142710.926000', '142710.929000', '142710.932000', '142710.935000', '142710.938000', '142710.940000', '142710.943000', '142710.946000', '142710.949000', '142710.952000', '142710.955000', '142710.958000', '142710.960000', '142710.963000', '142710.966000', '142710.969000', '142710.972000', '142710.975000', '142710.978000', '142710.980000', '142710.983000', '142710.986000', '142710.989000', '142710.991000', '142730.873000', '142730.876000', '142730.879000', '142730.882000', '142730.884000', '142730.887000', '142730.890000', '142730.893000', '142730.896000', '142730.899000', '142730.902000', '142730.904000', '142730.907000', '142730.910000', '142730.913000', '142730.916000', '142730.919000', '142730.933000', '142730.936000', '142730.939000', '142730.942000', '142730.944000', '142730.947000', '142730.950000', '142730.953000', '142730.956000', '142730.959000', '142730.962000', '142730.964000', '142730.967000', '142730.970000', '142730.973000', '142730.976000', '142730.979000', '142730.981000', '142730.984000', '142730.987000', '142730.996000', '142730.999000', '142731.002000', '142731.005000', '142731.007000', '142731.010000', '142731.013000', '142750.872000', '142750.875000', '142750.878000', '142750.881000', '142750.883000', '142750.887000', '142750.889000', '142750.892000', '142750.895000', '142750.898000', '142750.901000', '142750.903000', '142750.906000', '142750.909000', '142750.912000', '142750.915000', '142750.918000', '142750.921000', '142750.924000', '142750.927000', '142750.930000', '142750.933000', '142750.940000', '142750.943000', '142750.946000', '142750.948000', '142750.957000', '142750.960000', '142750.963000', '142750.966000', '142750.969000', '142750.971000', '142750.974000', '142750.977000', '142750.980000', '142750.983000', '142750.986000', '142750.989000', '142750.991000', '142750.994000', '142750.997000', '142751.001000', '142751.004000', '142810.872000', '142810.875000', '142810.878000', '142810.881000', '142810.883000', '142810.886000', '142810.889000', '142810.892000', '142810.895000', '142810.898000', '142810.900000', '142810.903000', '142810.906000', '142810.909000', '142810.912000', '142810.915000', '142810.917000', '142810.920000', '142810.923000', '142810.932000', '142810.935000', '142810.940000', '142810.942000', '142810.945000', '142810.948000', '142810.951000', '142810.954000', '142810.957000', '142810.960000', '142810.963000', '142810.965000', '142810.968000', '142810.971000', '142810.974000', '142810.977000', '142810.980000', '142810.983000', '142810.985000', '142810.988000', '142810.991000', '142810.994000', '142810.997000', '142811.001000', '142811.004000', '142830.872000', '142830.875000', '142830.878000', '142830.881000', '142830.883000', '142830.886000', '142830.889000', '142830.892000', '142830.895000', '142830.897000', '142830.900000', '142830.903000', '142830.906000', '142830.909000', '142830.912000', '142830.915000', '142830.918000', '142830.921000', '142830.923000', '142830.926000', '142830.929000', '142830.932000', '142830.935000', '142830.938000', '142830.941000', '142830.944000', '142830.946000', '142830.949000', '142830.952000', '142830.955000', '142830.958000', '142830.961000', '142830.963000', '142830.966000', '142830.969000', '142830.972000', '142830.975000', '142830.977000', '142830.980000', '142830.983000', '142830.986000', '142830.989000', '142830.991000', '142850.872000', '142850.875000', '142850.878000', '142850.881000', '142850.884000', '142850.886000', '142850.889000', '142850.892000', '142850.895000', '142850.898000', '142850.901000', '142850.904000', '142850.907000', '142850.910000', '142850.913000', '142850.915000', '142850.918000', '142850.921000', '142850.924000', '142850.927000', '142850.929000', '142850.932000', '142850.935000', '142850.938000', '142850.941000', '142850.944000', '142850.946000', '142850.949000', '142850.952000', '142850.955000', '142850.958000', '142850.961000', '142850.964000', '142850.966000', '142850.969000', '142850.972000', '142850.975000', '142850.978000', '142850.980000', '142850.983000', '142850.986000', '142850.989000', '142851.009000', '142851.012000', '142910.872000', '142910.875000', '142910.878000', '142910.881000', '142910.884000', '142910.887000', '142910.889000', '142910.892000', '142910.895000', '142910.898000', '142910.901000', '142910.904000', '142910.906000', '142910.909000', '142910.912000', '142910.915000', '142910.918000', '142910.921000', '142910.924000', '142910.926000', '142910.929000', '142910.932000', '142910.935000', '142910.938000', '142910.941000', '142910.944000', '142910.947000', '142910.949000', '142910.952000', '142910.955000', '142910.958000', '142910.961000', '142910.964000', '142910.966000', '142910.969000', '142910.972000', '142910.975000', '142910.978000', '142910.986000', '142910.989000', '142910.992000', '142910.994000', '142910.997000', '142930.872000', '142930.875000', '142930.878000', '142930.881000', '142930.883000', '142930.886000', '142930.889000', '142930.892000', '142930.895000', '142930.897000', '142930.900000', '142930.903000', '142930.906000', '142930.909000', '142930.912000', '142930.914000', '142930.917000', '142930.920000', '142930.923000', '142930.926000', '142930.929000', '142930.932000', '142930.934000', '142930.937000', '142930.940000', '142930.943000', '142930.950000', '142930.952000', '142930.955000', '142930.958000', '142930.961000', '142930.964000', '142930.967000', '142930.970000', '142930.972000', '142930.975000', '142930.978000', '142930.981000', '142930.984000', '142930.987000', '142930.989000', '142930.992000', '142930.995000', '142930.998000', '142945.057000', '142945.060000', '142945.063000', '142945.066000', '142945.069000', '142945.072000', '142945.075000', '142945.078000', '142945.081000', '142945.084000', '142945.087000', '142945.090000', '142945.093000', '142945.096000', '142945.099000', '142945.102000', '142945.104000', '142945.115000', '142945.118000', '142945.121000', '142945.124000', '142945.127000', '142945.130000', '142945.133000', '142945.136000', '142945.139000', '142945.142000', '142945.145000', '142945.148000', '142945.151000', '142945.154000'], 'InstanceCreationTime': ['142310.904000', '142310.907000', '142310.910000', '142310.913000', '142310.916000', '142310.919000', '142310.921000', '142310.924000', '142310.932000', '142310.935000', '142310.938000', '142310.941000', '142310.950000', '142310.953000', '142310.956000', '142310.959000', '142310.961000', '142310.964000', '142310.967000', '142310.970000', '142310.973000', '142310.976000', '142310.979000', '142310.982000', '142310.984000', '142310.987000', '142310.990000', '142310.993000', '142310.996000', '142311.000000', '142311.002000', '142311.005000', '142311.008000', '142311.011000', '142311.014000', '142311.017000', '142311.020000', '142311.022000', '142311.025000', '142311.028000', '142311.031000', '142311.034000', '142311.036000', '142311.039000', '142311.042000', '142311.045000', '142311.048000', '142311.051000', '142311.054000', '142311.056000', '142311.059000', '142311.062000', '142311.073000', '142311.076000', '142311.079000', '142311.082000', '142311.084000', '142330.872000', '142330.875000', '142330.878000', '142330.881000', '142330.884000', '142330.887000', '142330.889000', '142330.892000', '142330.895000', '142330.898000', '142330.901000', '142330.904000', '142330.907000', '142330.909000', '142330.912000', '142330.915000', '142330.918000', '142330.921000', '142330.923000', '142330.926000', '142330.929000', '142330.932000', '142330.935000', '142330.938000', '142330.940000', '142330.943000', '142330.954000', '142330.957000', '142330.960000', '142330.962000', '142330.965000', '142330.968000', '142330.971000', '142330.974000', '142330.977000', '142330.980000', '142330.982000', '142330.985000', '142330.988000', '142330.991000', '142330.994000', '142330.997000', '142331.001000', '142350.872000', '142350.875000', '142350.877000', '142350.880000', '142350.883000', '142350.886000', '142350.889000', '142350.891000', '142350.894000', '142350.897000', '142350.900000', '142350.903000', '142350.906000', '142350.913000', '142350.915000', '142350.918000', '142350.921000', '142350.924000', '142350.927000', '142350.929000', '142350.932000', '142350.935000', '142350.938000', '142350.941000', '142350.944000', '142350.947000', '142350.950000', '142350.952000', '142350.955000', '142350.958000', '142350.961000', '142350.964000', '142350.967000', '142350.974000', '142350.977000', '142350.980000', '142350.983000', '142350.986000', '142350.988000', '142350.991000', '142350.994000', '142350.997000', '142351.001000', '142351.004000', '142410.872000', '142410.875000', '142410.878000', '142410.881000', '142410.884000', '142410.886000', '142410.889000', '142410.892000', '142410.895000', '142410.898000', '142410.901000', '142410.904000', '142410.906000', '142410.909000', '142410.912000', '142410.915000', '142410.918000', '142410.921000', '142410.924000', '142410.926000', '142410.929000', '142410.932000', '142410.935000', '142410.938000', '142410.940000', '142410.943000', '142410.946000', '142410.949000', '142410.952000', '142410.955000', '142410.957000', '142410.960000', '142410.963000', '142410.966000', '142410.969000', '142410.971000', '142410.974000', '142410.977000', '142410.980000', '142410.983000', '142410.986000', '142410.988000', '142410.991000', '142430.872000', '142430.875000', '142430.877000', '142430.880000', '142430.883000', '142430.886000', '142430.889000', '142430.892000', '142430.895000', '142430.898000', '142430.916000', '142430.919000', '142430.922000', '142430.925000', '142430.928000', '142430.931000', '142430.933000', '142430.936000', '142430.939000', '142430.942000', '142430.945000', '142430.948000', '142430.950000', '142430.954000', '142430.956000', '142430.959000', '142430.962000', '142430.965000', '142430.968000', '142430.971000', '142430.974000', '142430.976000', '142430.979000', '142430.982000', '142430.985000', '142430.988000', '142430.991000', '142430.994000', '142430.996000', '142431.000000', '142431.003000', '142431.006000', '142431.009000', '142431.012000', '142450.872000', '142450.875000', '142450.878000', '142450.880000', '142450.883000', '142450.886000', '142450.889000', '142450.892000', '142450.895000', '142450.898000', '142450.900000', '142450.903000', '142450.906000', '142450.909000', '142450.912000', '142450.915000', '142450.918000', '142450.921000', '142450.923000', '142450.926000', '142450.929000', '142450.932000', '142450.935000', '142450.938000', '142450.941000', '142450.944000', '142450.947000', '142450.949000', '142450.952000', '142450.961000', '142450.964000', '142450.966000', '142450.969000', '142450.972000', '142450.975000', '142450.978000', '142450.981000', '142450.984000', '142450.987000', '142450.990000', '142450.993000', '142450.996000', '142451.000000', '142510.873000', '142510.876000', '142510.879000', '142510.882000', '142510.884000', '142510.887000', '142510.890000', '142510.893000', '142510.896000', '142510.899000', '142510.902000', '142510.905000', '142510.907000', '142510.910000', '142510.913000', '142510.916000', '142510.919000', '142510.922000', '142510.924000', '142510.927000', '142510.930000', '142510.933000', '142510.936000', '142510.939000', '142510.942000', '142510.944000', '142510.947000', '142510.950000', '142510.953000', '142510.956000', '142510.959000', '142510.962000', '142510.964000', '142510.967000', '142510.970000', '142510.973000', '142510.976000', '142510.979000', '142510.982000', '142510.985000', '142510.988000', '142510.990000', '142510.993000', '142510.996000', '142530.872000', '142530.875000', '142530.878000', '142530.880000', '142530.884000', '142530.886000', '142530.889000', '142530.892000', '142530.895000', '142530.898000', '142530.901000', '142530.903000', '142530.906000', '142530.909000', '142530.912000', '142530.915000', '142530.918000', '142530.920000', '142530.923000', '142530.926000', '142530.929000', '142530.932000', '142530.934000', '142530.937000', '142530.940000', '142530.943000', '142530.946000', '142530.949000', '142530.951000', '142530.954000', '142530.957000', '142530.960000', '142530.963000', '142530.965000', '142530.968000', '142530.971000', '142530.974000', '142530.977000', '142530.980000', '142530.983000', '142530.985000', '142530.988000', '142530.991000', '142550.872000', '142550.875000', '142550.878000', '142550.881000', '142550.883000', '142550.886000', '142550.889000', '142550.892000', '142550.895000', '142550.898000', '142550.900000', '142550.903000', '142550.906000', '142550.909000', '142550.912000', '142550.914000', '142550.917000', '142550.920000', '142550.923000', '142550.926000', '142550.928000', '142550.932000', '142550.935000', '142550.937000', '142550.940000', '142550.943000', '142550.946000', '142550.949000', '142550.952000', '142550.955000', '142550.957000', '142550.960000', '142550.963000', '142550.966000', '142550.969000', '142550.972000', '142550.975000', '142550.978000', '142550.980000', '142550.983000', '142550.986000', '142550.989000', '142550.992000', '142550.995000', '142610.872000', '142610.875000', '142610.878000', '142610.881000', '142610.884000', '142610.887000', '142610.889000', '142610.892000', '142610.895000', '142610.898000', '142610.901000', '142610.904000', '142610.907000', '142610.909000', '142610.912000', '142610.915000', '142610.918000', '142610.921000', '142610.923000', '142610.926000', '142610.929000', '142610.932000', '142610.935000', '142610.938000', '142610.941000', '142610.944000', '142610.946000', '142610.949000', '142610.952000', '142610.955000', '142610.958000', '142610.961000', '142610.963000', '142610.966000', '142610.969000', '142610.972000', '142610.975000', '142610.978000', '142610.981000', '142610.984000', '142610.986000', '142610.989000', '142610.992000', '142630.872000', '142630.875000', '142630.878000', '142630.881000', '142630.884000', '142630.887000', '142630.890000', '142630.893000', '142630.896000', '142630.899000', '142630.901000', '142630.904000', '142630.907000', '142630.910000', '142630.913000', '142630.916000', '142630.919000', '142630.921000', '142630.924000', '142630.927000', '142630.930000', '142630.933000', '142630.936000', '142630.939000', '142630.942000', '142630.944000', '142630.947000', '142630.950000', '142630.953000', '142630.956000', '142630.959000', '142630.961000', '142630.964000', '142630.967000', '142630.970000', '142630.973000', '142630.976000', '142630.978000', '142630.981000', '142630.984000', '142630.987000', '142630.990000', '142630.993000', '142650.872000', '142650.875000', '142650.878000', '142650.881000', '142650.884000', '142650.886000', '142650.889000', '142650.892000', '142650.895000', '142650.907000', '142650.910000', '142650.913000', '142650.915000', '142650.918000', '142650.921000', '142650.924000', '142650.927000', '142650.929000', '142650.932000', '142650.935000', '142650.938000', '142650.941000', '142650.944000', '142650.946000', '142650.949000', '142650.952000', '142650.955000', '142650.958000', '142650.961000', '142650.963000', '142650.966000', '142650.969000', '142650.972000', '142650.975000', '142650.978000', '142650.981000', '142650.983000', '142650.986000', '142650.989000', '142650.992000', '142650.995000', '142650.997000', '142651.001000', '142651.004000', '142710.872000', '142710.875000', '142710.878000', '142710.881000', '142710.884000', '142710.887000', '142710.889000', '142710.892000', '142710.895000', '142710.898000', '142710.901000', '142710.904000', '142710.906000', '142710.909000', '142710.912000', '142710.915000', '142710.918000', '142710.920000', '142710.923000', '142710.926000', '142710.929000', '142710.932000', '142710.935000', '142710.938000', '142710.940000', '142710.943000', '142710.946000', '142710.949000', '142710.952000', '142710.955000', '142710.958000', '142710.960000', '142710.963000', '142710.966000', '142710.969000', '142710.972000', '142710.975000', '142710.978000', '142710.980000', '142710.983000', '142710.986000', '142710.989000', '142710.991000', '142730.873000', '142730.876000', '142730.879000', '142730.882000', '142730.884000', '142730.887000', '142730.890000', '142730.893000', '142730.896000', '142730.899000', '142730.902000', '142730.904000', '142730.907000', '142730.910000', '142730.913000', '142730.916000', '142730.919000', '142730.933000', '142730.936000', '142730.939000', '142730.942000', '142730.944000', '142730.947000', '142730.950000', '142730.953000', '142730.956000', '142730.959000', '142730.962000', '142730.964000', '142730.967000', '142730.970000', '142730.973000', '142730.976000', '142730.979000', '142730.981000', '142730.984000', '142730.987000', '142730.996000', '142730.999000', '142731.002000', '142731.005000', '142731.007000', '142731.010000', '142731.013000', '142750.872000', '142750.875000', '142750.878000', '142750.881000', '142750.883000', '142750.887000', '142750.889000', '142750.892000', '142750.895000', '142750.898000', '142750.901000', '142750.903000', '142750.906000', '142750.909000', '142750.912000', '142750.915000', '142750.918000', '142750.921000', '142750.924000', '142750.927000', '142750.930000', '142750.933000', '142750.940000', '142750.943000', '142750.946000', '142750.948000', '142750.957000', '142750.960000', '142750.963000', '142750.966000', '142750.969000', '142750.971000', '142750.974000', '142750.977000', '142750.980000', '142750.983000', '142750.986000', '142750.989000', '142750.991000', '142750.994000', '142750.997000', '142751.001000', '142751.004000', '142810.872000', '142810.875000', '142810.878000', '142810.881000', '142810.883000', '142810.886000', '142810.889000', '142810.892000', '142810.895000', '142810.898000', '142810.900000', '142810.903000', '142810.906000', '142810.909000', '142810.912000', '142810.915000', '142810.917000', '142810.920000', '142810.923000', '142810.932000', '142810.935000', '142810.940000', '142810.942000', '142810.945000', '142810.948000', '142810.951000', '142810.954000', '142810.957000', '142810.960000', '142810.963000', '142810.965000', '142810.968000', '142810.971000', '142810.974000', '142810.977000', '142810.980000', '142810.983000', '142810.985000', '142810.988000', '142810.991000', '142810.994000', '142810.997000', '142811.001000', '142811.004000', '142830.872000', '142830.875000', '142830.878000', '142830.881000', '142830.883000', '142830.886000', '142830.889000', '142830.892000', '142830.895000', '142830.897000', '142830.900000', '142830.903000', '142830.906000', '142830.909000', '142830.912000', '142830.915000', '142830.918000', '142830.921000', '142830.923000', '142830.926000', '142830.929000', '142830.932000', '142830.935000', '142830.938000', '142830.941000', '142830.944000', '142830.946000', '142830.949000', '142830.952000', '142830.955000', '142830.958000', '142830.961000', '142830.963000', '142830.966000', '142830.969000', '142830.972000', '142830.975000', '142830.977000', '142830.980000', '142830.983000', '142830.986000', '142830.989000', '142830.991000', '142850.872000', '142850.875000', '142850.878000', '142850.881000', '142850.884000', '142850.886000', '142850.889000', '142850.892000', '142850.895000', '142850.898000', '142850.901000', '142850.904000', '142850.907000', '142850.910000', '142850.913000', '142850.915000', '142850.918000', '142850.921000', '142850.924000', '142850.927000', '142850.929000', '142850.932000', '142850.935000', '142850.938000', '142850.941000', '142850.944000', '142850.946000', '142850.949000', '142850.952000', '142850.955000', '142850.958000', '142850.961000', '142850.964000', '142850.966000', '142850.969000', '142850.972000', '142850.975000', '142850.978000', '142850.980000', '142850.983000', '142850.986000', '142850.989000', '142851.009000', '142851.012000', '142910.872000', '142910.875000', '142910.878000', '142910.881000', '142910.884000', '142910.887000', '142910.889000', '142910.892000', '142910.895000', '142910.898000', '142910.901000', '142910.904000', '142910.906000', '142910.909000', '142910.912000', '142910.915000', '142910.918000', '142910.921000', '142910.924000', '142910.926000', '142910.929000', '142910.932000', '142910.935000', '142910.938000', '142910.941000', '142910.944000', '142910.947000', '142910.949000', '142910.952000', '142910.955000', '142910.958000', '142910.961000', '142910.964000', '142910.966000', '142910.969000', '142910.972000', '142910.975000', '142910.978000', '142910.986000', '142910.989000', '142910.992000', '142910.994000', '142910.997000', '142930.872000', '142930.875000', '142930.878000', '142930.881000', '142930.883000', '142930.886000', '142930.889000', '142930.892000', '142930.895000', '142930.897000', '142930.900000', '142930.903000', '142930.906000', '142930.909000', '142930.912000', '142930.914000', '142930.917000', '142930.920000', '142930.923000', '142930.926000', '142930.929000', '142930.932000', '142930.934000', '142930.937000', '142930.940000', '142930.943000', '142930.950000', '142930.952000', '142930.955000', '142930.958000', '142930.961000', '142930.964000', '142930.967000', '142930.970000', '142930.972000', '142930.975000', '142930.978000', '142930.981000', '142930.984000', '142930.987000', '142930.989000', '142930.992000', '142930.995000', '142930.998000', '142945.057000', '142945.060000', '142945.063000', '142945.066000', '142945.069000', '142945.072000', '142945.075000', '142945.078000', '142945.081000', '142945.084000', '142945.087000', '142945.090000', '142945.093000', '142945.096000', '142945.099000', '142945.102000', '142945.104000', '142945.115000', '142945.118000', '142945.121000', '142945.124000', '142945.127000', '142945.130000', '142945.133000', '142945.136000', '142945.139000', '142945.142000', '142945.145000', '142945.148000', '142945.151000', '142945.154000'], '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': [10612, 11684, 10623, 11992, 10216, 11164, 9476, 10922, 9474, 11275, 11020, 11078, 10271, 10762, 8880, 9072, 12429, 9157, 8558, 8932, 12225, 8760, 12597, 8067, 11783, 9323, 12202, 9292, 12202, 9572, 10499, 9134, 10081, 9248, 10035, 9912, 10137, 9326, 9353, 13313, 8728, 12706, 8646, 11703, 9047, 11787, 8882, 12312, 7913, 11298, 9054, 10677, 10659, 9775, 8548, 10675, 10071, 9816, 8621, 9883, 8858, 9727, 8926, 9746, 8757, 9795, 12718, 9541, 10311, 9197, 8712, 9360, 8679, 9141, 9091, 9442, 10537, 10426, 9330, 9700, 8667, 9516, 10277, 10461, 9342, 10746, 9279, 10655, 9853, 11461, 9991, 12629, 8098, 12824, 8399, 12843, 10637, 11593, 9518, 10545, 9569, 10742, 9540, 15676, 11683, 9652, 9497, 9254, 9515, 9455, 9306, 9820, 10345, 10315, 10844, 9617, 9648, 10792, 10778, 8620, 11088, 8289, 10692, 9887, 11905, 10285, 12351, 9662, 12243, 10902, 12566, 10314, 12838, 8486, 11758, 9243, 13677, 9768, 14054, 11109, 11611, 9519, 9710, 9940, 10627, 9963, 12063, 10678, 10381, 10019, 10310, 9914, 10233, 9852, 11233, 11603, 9365, 12087, 11110, 11609, 10794, 12144, 8049, 12084, 8896, 9118, 9545, 10484, 12505, 11332, 13680, 9645, 13973, 9717, 13974, 10151, 14610, 11738, 12687, 9099, 12671, 8005, 11984, 8018, 10605, 9443, 8150, 9788, 8037, 9318, 11068, 9466, 9138, 9476, 9406, 10569, 9963, 11343, 9592, 11235, 10038, 10482, 10337, 11343, 11547, 12261, 7966, 12330, 10731, 11432, 11389, 11507, 8006, 11937, 7960, 11382, 7981, 11918, 8777, 12434, 8174, 12912, 8805, 13468, 9558, 12357, 9013, 12496, 8687, 13048, 10011, 13079, 9416, 13095, 8433, 12328, 8498, 12242, 8905, 10441, 9199, 10261, 9152, 14142, 9337, 12049, 9595, 12655, 8404, 13120, 8692, 12792, 10086, 12468, 8524, 12036, 8805, 14427, 10708, 10857, 9709, 10871, 9891, 13536, 10909, 8687, 9611, 8650, 9891, 11577, 10007, 9509, 9680, 8739, 9825, 9310, 9929, 13067, 10656, 9019, 9683, 12446, 9272, 12700, 10347, 9979, 9563, 11703, 10016, 14169, 9810, 11470, 9948, 11332, 9421, 12241, 9630, 14496, 11502, 11142, 10114, 8944, 9863, 11530, 9624, 10872, 10230, 10533, 9543, 10331, 11187, 9724, 11457, 10956, 11908, 10803, 13081, 9203, 13112, 8823, 13274, 10032, 12829, 9636, 9530, 9633, 10164, 10066, 9006, 11578, 10001, 12020, 11218, 12721, 11598, 13437, 8781, 12992, 8424, 12117, 9622, 8431, 9615, 10177, 10820, 12367, 10014, 11745, 10771, 8953, 10637, 9766, 11970, 11551, 13079, 9590, 13480, 9041, 13252, 9749, 13275, 9101, 10972, 10182, 9812, 9509, 10716, 10706, 9381, 11313, 7905, 12492, 9413, 12167, 9717, 13287, 10160, 12127, 10857, 9538, 10003, 9476, 9945, 10479, 11010, 8034, 12536, 8133, 13552, 10210, 11897, 9939, 11102, 10952, 11278, 13030, 9164, 9249, 11270, 10434, 15242, 11088, 12313, 10420, 9907, 10461, 11297, 12747, 8327, 12157, 8603, 12442, 9996, 8985, 9879, 11518, 9966, 11990, 11351, 8267, 12147, 7988, 12655, 8943, 13253, 10258, 10222, 10072, 13703, 9760, 14698, 11052, 9459, 9814, 9702, 9477, 10599, 11092, 8189, 12403, 9476, 12635, 9728, 12853, 9751, 13011, 9436, 13428, 9443, 13417, 9490, 13154, 8224, 12582, 9557, 12897, 8526, 13313, 8031, 13015, 8904, 11407, 9817, 8639, 10073, 10515, 12398, 9235, 13189, 10133, 13637, 10518, 13536, 8665, 13440, 9356, 15226, 11698, 11744, 9773, 10927, 10917, 11407, 11512, 8175, 12216, 7889, 13059, 9216, 12540, 8628, 13369, 10087, 14897, 11630, 10128, 9828, 13096, 10873, 10594, 10426, 9542, 10240, 11256, 11419, 9419, 11688, 7951, 12014, 10335, 12335, 9091, 12437, 7955, 12165, 7904, 12856, 9123, 10191, 9607, 11220, 9341, 10116, 9545, 8942, 11383, 9095, 13558, 9429, 13909, 10083, 14054, 10513, 14734, 11189, 13616, 8946, 10203, 9739, 10544, 11904, 9741, 13027, 9393, 12073, 9738, 8318, 10676, 9032, 13228, 9944, 14466, 10479, 13608, 9932, 14010, 11687, 9641, 10029, 10281, 10064, 10069, 11422, 9439, 12119, 8415, 12409, 9613, 10383, 10626, 10604, 11903, 9499, 13992, 9403, 13613, 8900, 13825, 10640, 9567, 9914, 9231, 10403, 11339, 12577, 7924, 12582, 8342, 11140, 9921, 9593, 10065, 10683, 10964, 11204, 11794, 9788, 11364, 9750, 12666, 9173, 13524, 8101, 13010, 9043, 8536, 9316, 9706, 9891, 11033, 12674, 8450, 13403, 9129, 13529, 10567, 14808, 11366, 9964, 9586, 9651, 10332, 11269, 12342, 7887, 13331, 9377, 13107, 8484, 13104, 9311, 11251, 9936, 9229, 9566, 10627, 9684, 11158, 11040, 9692, 9948, 10049, 11478, 9947, 11681, 9741, 13134, 9492, 10030, 9484, 9047, 10681, 9206, 12959, 9659, 13247, 8536, 12247, 10276, 8461, 12462, 9331, 10142, 11618, 10484, 14964, 10396, 14914, 10800, 14984, 11620, 13266, 10437, 9591, 9950, 9936, 10118, 9796, 11522, 7879, 12041, 9591, 8427, 9582, 9883, 10157, 10578, 12161, 10338, 11978, 9515, 12897, 8664, 14199, 10749, 13162, 8701, 11492, 10041, 9891, 10997, 11013, 11588, 10891, 12333, 10415, 12768, 8097, 13221, 9240, 11115, 10663, 10267, 10210, 11931, 10833, 10162, 11068, 11475, 11189, 10050, 13466, 9687, 13597, 8020, 14038, 10475, 11330, 9883, 11134, 9687, 13911, 11748, 9524, 9361, 9272, 10333, 9971, 11137, 7984, 12752, 8023, 14805, 10368, 13315, 9196, 14326, 11339, 9912, 9635, 8473, 10597, 8957, 13421, 9238, 13597, 9200, 15446, 11661, 9562, 10081, 9455, 12825, 8959, 14203, 9148, 14414, 10938, 14242, 10333, 11428, 9070, 12910, 10563, 9819, 9464, 10197, 10688, 8935, 11713, 7876, 12887, 8306, 14660, 11582, 11671, 10168, 9450, 9999, 10123, 13676, 9036, 13828, 9084, 14416, 10739, 10684, 9732, 10161, 10683, 9357, 11211, 7814, 13217, 9822, 9283, 9155, 8728, 10662, 9221, 12737, 8490, 11430, 9892, 9863, 12898, 8939, 14062, 9302, 15445, 11841, 14142, 10140, 10770, 9547, 10279, 11867, 9438, 12457, 7832, 12826, 8460, 7961, 8897, 9682, 9787, 9062, 12933, 8437, 13928, 9061, 13548, 9605, 14042, 9155, 13648, 8749, 13860, 9455, 11663, 9266, 9484, 10342, 9691, 11669, 8187, 13594, 9168, 12597, 7943, 13181, 8685, 10596, 9819, 9459, 12639, 8851, 11078, 10111, 9495, 15641, 11461, 12809, 11138, 10056, 11840, 9168, 15160, 11171, 9532, 9354, 10076, 9448, 9538, 9890, 11119, 10121, 10358, 9212, 11437, 9381, 9866, 9251, 11071, 9322, 8829, 10388, 9599, 10463, 7856, 10931, 8573, 12066, 8137, 12550, 8373, 11720, 9246, 13376, 10189, 10207, 9222, 10263, 9330], 'WindowCenter': [4734.0, 4726.0, 4688.0, 4697.0, 4661.0, 4668.0, 4648.0, 4657.0, 4639.0, 4658.0, 4643.0, 4654.0, 4645.0, 4655.0, 4626.0, 4625.0, 4664.0, 4636.0, 4626.0, 4635.0, 4675.0, 4626.0, 4675.0, 4615.0, 4667.0, 4638.0, 4665.0, 4635.0, 4666.0, 4636.0, 4645.0, 4625.0, 4644.0, 4626.0, 4633.0, 4633.0, 4646.0, 4624.0, 4626.0, 4672.0, 4612.0, 4662.0, 4612.0, 4653.0, 4622.0, 4653.0, 4625.0, 4663.0, 4605.0, 4655.0, 4627.0, 4644.0, 4644.0, 4634.0, 4626.0, 4646.0, 4637.0, 4636.0, 4626.0, 4636.0, 4622.0, 4636.0, 4624.0, 4634.0, 4613.0, 4634.0, 4665.0, 4634.0, 4645.0, 4621.0, 4613.0, 4635.0, 4626.0, 4636.0, 4626.0, 4637.0, 4657.0, 4655.0, 4638.0, 4635.0, 4624.0, 4649.0, 4647.0, 4656.0, 4637.0, 4657.0, 4635.0, 4646.0, 4646.0, 4656.0, 4647.0, 4665.0, 4617.0, 4675.0, 4617.0, 4675.0, 4645.0, 4667.0, 4638.0, 4646.0, 4636.0, 4643.0, 4637.0, 4683.0, 4654.0, 4632.0, 4636.0, 4624.0, 4633.0, 4635.0, 4635.0, 4647.0, 4646.0, 4646.0, 4659.0, 4649.0, 4647.0, 4657.0, 4659.0, 4627.0, 4658.0, 4617.0, 4646.0, 4633.0, 4666.0, 4644.0, 4664.0, 4633.0, 4665.0, 4656.0, 4665.0, 4646.0, 4666.0, 4626.0, 4665.0, 4626.0, 4676.0, 4636.0, 4675.0, 4655.0, 4654.0, 4635.0, 4636.0, 4634.0, 4645.0, 4645.0, 4666.0, 4643.0, 4634.0, 4635.0, 4632.0, 4633.0, 4634.0, 4633.0, 4656.0, 4653.0, 4626.0, 4665.0, 4655.0, 4657.0, 4645.0, 4666.0, 4617.0, 4662.0, 4626.0, 4625.0, 4638.0, 4647.0, 4676.0, 4656.0, 4676.0, 4636.0, 4674.0, 4635.0, 4672.0, 4635.0, 4670.0, 4654.0, 4652.0, 4613.0, 4650.0, 4603.0, 4652.0, 4601.0, 4643.0, 4624.0, 4604.0, 4634.0, 4616.0, 4637.0, 4656.0, 4637.0, 4636.0, 4637.0, 4635.0, 4648.0, 4648.0, 4658.0, 4636.0, 4655.0, 4634.0, 4645.0, 4646.0, 4657.0, 4655.0, 4664.0, 4607.0, 4664.0, 4646.0, 4656.0, 4655.0, 4656.0, 4605.0, 4655.0, 4606.0, 4653.0, 4616.0, 4657.0, 4627.0, 4666.0, 4618.0, 4675.0, 4627.0, 4676.0, 4639.0, 4667.0, 4624.0, 4664.0, 4618.0, 4665.0, 4635.0, 4665.0, 4624.0, 4664.0, 4616.0, 4664.0, 4614.0, 4654.0, 4624.0, 4643.0, 4623.0, 4644.0, 4625.0, 4676.0, 4637.0, 4663.0, 4637.0, 4663.0, 4616.0, 4674.0, 4617.0, 4664.0, 4636.0, 4665.0, 4615.0, 4666.0, 4624.0, 4673.0, 4645.0, 4645.0, 4635.0, 4645.0, 4636.0, 4675.0, 4645.0, 4615.0, 4633.0, 4613.0, 4635.0, 4654.0, 4635.0, 4625.0, 4636.0, 4614.0, 4634.0, 4626.0, 4637.0, 4665.0, 4645.0, 4626.0, 4626.0, 4663.0, 4623.0, 4664.0, 4634.0, 4635.0, 4625.0, 4655.0, 4635.0, 4673.0, 4635.0, 4653.0, 4634.0, 4644.0, 4625.0, 4666.0, 4634.0, 4673.0, 4654.0, 4644.0, 4635.0, 4613.0, 4633.0, 4652.0, 4637.0, 4643.0, 4647.0, 4645.0, 4637.0, 4635.0, 4646.0, 4623.0, 4654.0, 4644.0, 4653.0, 4644.0, 4664.0, 4623.0, 4662.0, 4615.0, 4662.0, 4635.0, 4663.0, 4622.0, 4624.0, 4624.0, 4635.0, 4634.0, 4623.0, 4655.0, 4633.0, 4652.0, 4646.0, 4664.0, 4643.0, 4661.0, 4616.0, 4661.0, 4603.0, 4653.0, 4624.0, 4604.0, 4633.0, 4635.0, 4645.0, 4666.0, 4638.0, 4654.0, 4645.0, 4615.0, 4645.0, 4636.0, 4655.0, 4655.0, 4662.0, 4624.0, 4661.0, 4613.0, 4664.0, 4624.0, 4662.0, 4614.0, 4641.0, 4634.0, 4632.0, 4626.0, 4643.0, 4646.0, 4624.0, 4655.0, 4616.0, 4664.0, 4636.0, 4666.0, 4638.0, 4674.0, 4639.0, 4653.0, 4645.0, 4624.0, 4636.0, 4634.0, 4633.0, 4645.0, 4646.0, 4606.0, 4666.0, 4617.0, 4676.0, 4647.0, 4667.0, 4648.0, 4658.0, 4656.0, 4654.0, 4677.0, 4626.0, 4626.0, 4658.0, 4659.0, 4686.0, 4657.0, 4667.0, 4647.0, 4635.0, 4647.0, 4655.0, 4665.0, 4617.0, 4664.0, 4617.0, 4665.0, 4637.0, 4628.0, 4647.0, 4658.0, 4647.0, 4667.0, 4659.0, 4618.0, 4667.0, 4620.0, 4677.0, 4632.0, 4678.0, 4649.0, 4647.0, 4651.0, 4680.0, 4640.0, 4686.0, 4657.0, 4636.0, 4637.0, 4637.0, 4640.0, 4660.0, 4659.0, 4632.0, 4680.0, 4651.0, 4681.0, 4639.0, 4669.0, 4638.0, 4676.0, 4627.0, 4677.0, 4638.0, 4677.0, 4637.0, 4667.0, 4620.0, 4666.0, 4637.0, 4666.0, 4617.0, 4676.0, 4610.0, 4678.0, 4628.0, 4658.0, 4639.0, 4628.0, 4639.0, 4648.0, 4668.0, 4630.0, 4679.0, 4638.0, 4676.0, 4638.0, 4666.0, 4616.0, 4666.0, 4627.0, 4675.0, 4657.0, 4654.0, 4634.0, 4644.0, 4644.0, 4645.0, 4647.0, 4617.0, 4656.0, 4606.0, 4665.0, 4627.0, 4665.0, 4616.0, 4675.0, 4636.0, 4673.0, 4657.0, 4635.0, 4635.0, 4665.0, 4631.0, 4634.0, 4633.0, 4624.0, 4635.0, 4644.0, 4645.0, 4625.0, 4654.0, 4604.0, 4654.0, 4635.0, 4653.0, 4615.0, 4654.0, 4606.0, 4655.0, 4608.0, 4664.0, 4627.0, 4635.0, 4636.0, 4657.0, 4638.0, 4648.0, 4639.0, 4628.0, 4669.0, 4628.0, 4677.0, 4639.0, 4676.0, 4648.0, 4676.0, 4647.0, 4676.0, 4658.0, 4675.0, 4627.0, 4635.0, 4636.0, 4647.0, 4658.0, 4637.0, 4676.0, 4628.0, 4666.0, 4637.0, 4618.0, 4647.0, 4627.0, 4664.0, 4636.0, 4676.0, 4647.0, 4676.0, 4635.0, 4676.0, 4655.0, 4626.0, 4636.0, 4634.0, 4635.0, 4637.0, 4656.0, 4626.0, 4665.0, 4618.0, 4666.0, 4637.0, 4646.0, 4648.0, 4648.0, 4666.0, 4635.0, 4677.0, 4627.0, 4674.0, 4627.0, 4676.0, 4647.0, 4637.0, 4636.0, 4627.0, 4647.0, 4657.0, 4666.0, 4608.0, 4667.0, 4617.0, 4657.0, 4648.0, 4637.0, 4649.0, 4658.0, 4658.0, 4656.0, 4669.0, 4637.0, 4657.0, 4637.0, 4666.0, 4640.0, 4680.0, 4618.0, 4677.0, 4628.0, 4629.0, 4639.0, 4640.0, 4647.0, 4662.0, 4679.0, 4631.0, 4690.0, 4642.0, 4680.0, 4651.0, 4690.0, 4657.0, 4638.0, 4637.0, 4638.0, 4646.0, 4660.0, 4668.0, 4619.0, 4677.0, 4639.0, 4677.0, 4627.0, 4676.0, 4639.0, 4656.0, 4649.0, 4640.0, 4651.0, 4660.0, 4640.0, 4659.0, 4660.0, 4636.0, 4648.0, 4646.0, 4655.0, 4638.0, 4668.0, 4639.0, 4664.0, 4639.0, 4649.0, 4639.0, 4630.0, 4660.0, 4638.0, 4678.0, 4638.0, 4678.0, 4630.0, 4667.0, 4646.0, 4618.0, 4670.0, 4639.0, 4649.0, 4668.0, 4649.0, 4689.0, 4646.0, 4687.0, 4647.0, 4677.0, 4659.0, 4665.0, 4635.0, 4628.0, 4634.0, 4635.0, 4634.0, 4637.0, 4654.0, 4608.0, 4668.0, 4639.0, 4618.0, 4640.0, 4638.0, 4649.0, 4648.0, 4670.0, 4650.0, 4668.0, 4639.0, 4667.0, 4631.0, 4677.0, 4649.0, 4677.0, 4619.0, 4657.0, 4638.0, 4637.0, 4658.0, 4657.0, 4658.0, 4659.0, 4670.0, 4650.0, 4678.0, 4623.0, 4679.0, 4640.0, 4658.0, 4660.0, 4650.0, 4650.0, 4670.0, 4659.0, 4648.0, 4659.0, 4658.0, 4657.0, 4638.0, 4678.0, 4638.0, 4679.0, 4618.0, 4677.0, 4649.0, 4656.0, 4636.0, 4659.0, 4639.0, 4678.0, 4656.0, 4637.0, 4628.0, 4629.0, 4648.0, 4640.0, 4658.0, 4619.0, 4678.0, 4622.0, 4689.0, 4650.0, 4678.0, 4629.0, 4677.0, 4658.0, 4637.0, 4639.0, 4618.0, 4648.0, 4628.0, 4677.0, 4627.0, 4675.0, 4629.0, 4688.0, 4657.0, 4627.0, 4637.0, 4625.0, 4665.0, 4617.0, 4674.0, 4625.0, 4675.0, 4647.0, 4674.0, 4635.0, 4643.0, 4613.0, 4654.0, 4635.0, 4625.0, 4624.0, 4634.0, 4634.0, 4614.0, 4654.0, 4606.0, 4664.0, 4616.0, 4685.0, 4657.0, 4646.0, 4636.0, 4627.0, 4636.0, 4635.0, 4677.0, 4617.0, 4676.0, 4617.0, 4675.0, 4647.0, 4636.0, 4627.0, 4633.0, 4646.0, 4626.0, 4645.0, 4607.0, 4663.0, 4638.0, 4627.0, 4626.0, 4617.0, 4648.0, 4628.0, 4667.0, 4619.0, 4656.0, 4639.0, 4636.0, 4677.0, 4629.0, 4679.0, 4627.0, 4688.0, 4657.0, 4679.0, 4635.0, 4646.0, 4629.0, 4636.0, 4656.0, 4624.0, 4656.0, 4596.0, 4665.0, 4616.0, 4607.0, 4629.0, 4638.0, 4648.0, 4628.0, 4678.0, 4630.0, 4689.0, 4630.0, 4679.0, 4639.0, 4676.0, 4628.0, 4676.0, 4618.0, 4675.0, 4636.0, 4658.0, 4627.0, 4651.0, 4649.0, 4638.0, 4658.0, 4616.0, 4676.0, 4626.0, 4665.0, 4617.0, 4678.0, 4628.0, 4658.0, 4639.0, 4637.0, 4669.0, 4630.0, 4658.0, 4649.0, 4639.0, 4686.0, 4657.0, 4668.0, 4646.0, 4637.0, 4657.0, 4628.0, 4674.0, 4645.0, 4625.0, 4626.0, 4625.0, 4627.0, 4627.0, 4636.0, 4644.0, 4636.0, 4636.0, 4624.0, 4654.0, 4626.0, 4637.0, 4627.0, 4655.0, 4627.0, 4631.0, 4648.0, 4637.0, 4649.0, 4621.0, 4658.0, 4631.0, 4668.0, 4622.0, 4671.0, 4620.0, 4671.0, 4643.0, 4679.0, 4652.0, 4650.0, 4640.0, 4650.0, 4639.0], 'WindowWidth': [10377.0, 10344.0, 10274.0, 10280.0, 10221.0, 10226.0, 10196.0, 10207.0, 10180.0, 10205.0, 10180.0, 10196.0, 10183.0, 10199.0, 10159.0, 10157.0, 10207.0, 10171.0, 10159.0, 10172.0, 10227.0, 10160.0, 10227.0, 10145.0, 10216.0, 10175.0, 10211.0, 10171.0, 10214.0, 10171.0, 10183.0, 10156.0, 10181.0, 10156.0, 10165.0, 10163.0, 10184.0, 10153.0, 10157.0, 10217.0, 10134.0, 10202.0, 10134.0, 10191.0, 10150.0, 10191.0, 10154.0, 10205.0, 10129.0, 10196.0, 10160.0, 10180.0, 10180.0, 10167.0, 10158.0, 10185.0, 10173.0, 10171.0, 10159.0, 10172.0, 10150.0, 10171.0, 10153.0, 10168.0, 10139.0, 10167.0, 10210.0, 10166.0, 10182.0, 10149.0, 10138.0, 10169.0, 10157.0, 10173.0, 10159.0, 10176.0, 10200.0, 10198.0, 10177.0, 10172.0, 10157.0, 10192.0, 10189.0, 10202.0, 10173.0, 10201.0, 10170.0, 10187.0, 10187.0, 10200.0, 10189.0, 10212.0, 10150.0, 10225.0, 10149.0, 10224.0, 10186.0, 10214.0, 10178.0, 10186.0, 10172.0, 10178.0, 10175.0, 10236.0, 10194.0, 10163.0, 10169.0, 10151.0, 10164.0, 10168.0, 10168.0, 10187.0, 10186.0, 10185.0, 10207.0, 10194.0, 10190.0, 10202.0, 10205.0, 10159.0, 10205.0, 10146.0, 10187.0, 10166.0, 10212.0, 10181.0, 10209.0, 10166.0, 10210.0, 10200.0, 10210.0, 10184.0, 10213.0, 10157.0, 10209.0, 10156.0, 10225.0, 10170.0, 10223.0, 10196.0, 10192.0, 10168.0, 10170.0, 10166.0, 10181.0, 10184.0, 10210.0, 10178.0, 10164.0, 10168.0, 10161.0, 10163.0, 10164.0, 10164.0, 10194.0, 10192.0, 10157.0, 10210.0, 10197.0, 10199.0, 10181.0, 10212.0, 10147.0, 10201.0, 10159.0, 10156.0, 10175.0, 10186.0, 10227.0, 10201.0, 10228.0, 10171.0, 10223.0, 10168.0, 10216.0, 10167.0, 10213.0, 10190.0, 10185.0, 10133.0, 10181.0, 10119.0, 10186.0, 10118.0, 10174.0, 10150.0, 10126.0, 10165.0, 10146.0, 10174.0, 10199.0, 10173.0, 10171.0, 10173.0, 10169.0, 10190.0, 10190.0, 10203.0, 10170.0, 10197.0, 10165.0, 10182.0, 10185.0, 10200.0, 10194.0, 10208.0, 10132.0, 10207.0, 10182.0, 10196.0, 10194.0, 10196.0, 10128.0, 10195.0, 10132.0, 10194.0, 10146.0, 10199.0, 10161.0, 10212.0, 10150.0, 10224.0, 10161.0, 10226.0, 10177.0, 10212.0, 10153.0, 10205.0, 10148.0, 10208.0, 10168.0, 10207.0, 10152.0, 10206.0, 10142.0, 10206.0, 10139.0, 10190.0, 10151.0, 10176.0, 10149.0, 10178.0, 10156.0, 10226.0, 10172.0, 10206.0, 10172.0, 10206.0, 10144.0, 10221.0, 10145.0, 10206.0, 10170.0, 10207.0, 10140.0, 10210.0, 10153.0, 10218.0, 10181.0, 10180.0, 10167.0, 10180.0, 10170.0, 10221.0, 10181.0, 10138.0, 10163.0, 10135.0, 10167.0, 10193.0, 10166.0, 10153.0, 10168.0, 10137.0, 10165.0, 10156.0, 10172.0, 10209.0, 10181.0, 10155.0, 10155.0, 10205.0, 10150.0, 10206.0, 10166.0, 10167.0, 10153.0, 10195.0, 10167.0, 10219.0, 10167.0, 10190.0, 10165.0, 10178.0, 10153.0, 10211.0, 10166.0, 10216.0, 10192.0, 10177.0, 10165.0, 10135.0, 10163.0, 10188.0, 10170.0, 10176.0, 10185.0, 10179.0, 10172.0, 10168.0, 10184.0, 10148.0, 10192.0, 10176.0, 10190.0, 10176.0, 10203.0, 10149.0, 10201.0, 10138.0, 10200.0, 10166.0, 10203.0, 10147.0, 10151.0, 10151.0, 10167.0, 10165.0, 10149.0, 10195.0, 10163.0, 10189.0, 10182.0, 10205.0, 10175.0, 10200.0, 10140.0, 10197.0, 10123.0, 10188.0, 10149.0, 10124.0, 10163.0, 10167.0, 10183.0, 10212.0, 10173.0, 10192.0, 10180.0, 10138.0, 10181.0, 10168.0, 10193.0, 10191.0, 10200.0, 10151.0, 10198.0, 10136.0, 10203.0, 10152.0, 10198.0, 10136.0, 10171.0, 10164.0, 10159.0, 10154.0, 10175.0, 10182.0, 10152.0, 10194.0, 10145.0, 10206.0, 10173.0, 10212.0, 10175.0, 10222.0, 10175.0, 10190.0, 10180.0, 10152.0, 10169.0, 10166.0, 10164.0, 10180.0, 10184.0, 10131.0, 10211.0, 10146.0, 10227.0, 10189.0, 10214.0, 10190.0, 10202.0, 10197.0, 10191.0, 10226.0, 10156.0, 10157.0, 10203.0, 10205.0, 10239.0, 10202.0, 10214.0, 10184.0, 10167.0, 10184.0, 10192.0, 10209.0, 10144.0, 10206.0, 10145.0, 10209.0, 10172.0, 10160.0, 10185.0, 10200.0, 10187.0, 10214.0, 10204.0, 10151.0, 10214.0, 10154.0, 10229.0, 10171.0, 10230.0, 10191.0, 10186.0, 10194.0, 10233.0, 10179.0, 10237.0, 10198.0, 10170.0, 10171.0, 10174.0, 10181.0, 10207.0, 10205.0, 10172.0, 10236.0, 10197.0, 10239.0, 10179.0, 10219.0, 10175.0, 10226.0, 10160.0, 10228.0, 10175.0, 10226.0, 10173.0, 10213.0, 10150.0, 10211.0, 10173.0, 10209.0, 10146.0, 10223.0, 10139.0, 10228.0, 10163.0, 10200.0, 10176.0, 10162.0, 10177.0, 10189.0, 10217.0, 10163.0, 10231.0, 10172.0, 10223.0, 10170.0, 10209.0, 10141.0, 10209.0, 10158.0, 10221.0, 10197.0, 10190.0, 10162.0, 10176.0, 10176.0, 10176.0, 10184.0, 10143.0, 10196.0, 10131.0, 10208.0, 10157.0, 10206.0, 10142.0, 10221.0, 10169.0, 10216.0, 10196.0, 10164.0, 10165.0, 10206.0, 10157.0, 10162.0, 10161.0, 10148.0, 10164.0, 10177.0, 10178.0, 10152.0, 10190.0, 10124.0, 10191.0, 10167.0, 10189.0, 10137.0, 10190.0, 10128.0, 10193.0, 10134.0, 10204.0, 10157.0, 10167.0, 10168.0, 10198.0, 10174.0, 10188.0, 10178.0, 10162.0, 10219.0, 10163.0, 10228.0, 10178.0, 10225.0, 10188.0, 10225.0, 10187.0, 10223.0, 10201.0, 10222.0, 10157.0, 10168.0, 10170.0, 10184.0, 10201.0, 10170.0, 10223.0, 10161.0, 10209.0, 10172.0, 10146.0, 10186.0, 10158.0, 10208.0, 10170.0, 10223.0, 10185.0, 10223.0, 10168.0, 10223.0, 10192.0, 10154.0, 10167.0, 10162.0, 10166.0, 10171.0, 10195.0, 10156.0, 10208.0, 10149.0, 10212.0, 10174.0, 10184.0, 10190.0, 10188.0, 10212.0, 10169.0, 10227.0, 10159.0, 10221.0, 10159.0, 10225.0, 10185.0, 10171.0, 10170.0, 10157.0, 10187.0, 10199.0, 10210.0, 10135.0, 10212.0, 10147.0, 10201.0, 10190.0, 10174.0, 10192.0, 10204.0, 10202.0, 10198.0, 10218.0, 10174.0, 10200.0, 10175.0, 10212.0, 10179.0, 10233.0, 10151.0, 10228.0, 10162.0, 10165.0, 10178.0, 10179.0, 10190.0, 10212.0, 10233.0, 10171.0, 10250.0, 10186.0, 10236.0, 10197.0, 10247.0, 10201.0, 10175.0, 10174.0, 10176.0, 10186.0, 10204.0, 10216.0, 10151.0, 10229.0, 10179.0, 10227.0, 10162.0, 10225.0, 10179.0, 10200.0, 10192.0, 10180.0, 10196.0, 10209.0, 10182.0, 10205.0, 10207.0, 10171.0, 10190.0, 10185.0, 10196.0, 10174.0, 10216.0, 10177.0, 10207.0, 10177.0, 10191.0, 10178.0, 10167.0, 10208.0, 10177.0, 10232.0, 10177.0, 10232.0, 10168.0, 10214.0, 10185.0, 10148.0, 10221.0, 10179.0, 10194.0, 10219.0, 10190.0, 10246.0, 10184.0, 10241.0, 10184.0, 10225.0, 10202.0, 10207.0, 10166.0, 10157.0, 10162.0, 10163.0, 10164.0, 10170.0, 10193.0, 10135.0, 10214.0, 10176.0, 10147.0, 10180.0, 10175.0, 10191.0, 10187.0, 10220.0, 10190.0, 10215.0, 10176.0, 10212.0, 10169.0, 10228.0, 10190.0, 10226.0, 10148.0, 10200.0, 10175.0, 10172.0, 10203.0, 10199.0, 10203.0, 10205.0, 10220.0, 10193.0, 10229.0, 10159.0, 10234.0, 10182.0, 10202.0, 10209.0, 10193.0, 10195.0, 10219.0, 10203.0, 10187.0, 10203.0, 10199.0, 10198.0, 10175.0, 10229.0, 10175.0, 10231.0, 10149.0, 10228.0, 10190.0, 10199.0, 10172.0, 10202.0, 10176.0, 10229.0, 10198.0, 10170.0, 10161.0, 10162.0, 10188.0, 10176.0, 10200.0, 10152.0, 10229.0, 10159.0, 10248.0, 10194.0, 10230.0, 10163.0, 10227.0, 10200.0, 10172.0, 10175.0, 10147.0, 10188.0, 10160.0, 10226.0, 10157.0, 10222.0, 10162.0, 10240.0, 10197.0, 10157.0, 10171.0, 10152.0, 10208.0, 10142.0, 10218.0, 10152.0, 10220.0, 10182.0, 10216.0, 10164.0, 10173.0, 10133.0, 10188.0, 10164.0, 10149.0, 10149.0, 10162.0, 10162.0, 10136.0, 10189.0, 10129.0, 10207.0, 10144.0, 10235.0, 10198.0, 10183.0, 10169.0, 10156.0, 10168.0, 10166.0, 10224.0, 10143.0, 10222.0, 10145.0, 10219.0, 10182.0, 10168.0, 10155.0, 10160.0, 10182.0, 10154.0, 10179.0, 10131.0, 10203.0, 10173.0, 10157.0, 10157.0, 10145.0, 10188.0, 10161.0, 10212.0, 10150.0, 10200.0, 10178.0, 10170.0, 10229.0, 10163.0, 10230.0, 10161.0, 10244.0, 10200.0, 10230.0, 10167.0, 10181.0, 10160.0, 10168.0, 10196.0, 10149.0, 10195.0, 10116.0, 10207.0, 10143.0, 10131.0, 10165.0, 10174.0, 10190.0, 10165.0, 10231.0, 10168.0, 10248.0, 10167.0, 10235.0, 10178.0, 10225.0, 10159.0, 10223.0, 10147.0, 10219.0, 10170.0, 10200.0, 10159.0, 10200.0, 10193.0, 10173.0, 10202.0, 10143.0, 10223.0, 10156.0, 10209.0, 10146.0, 10227.0, 10166.0, 10205.0, 10178.0, 10171.0, 10219.0, 10168.0, 10204.0, 10192.0, 10179.0, 10239.0, 10200.0, 10214.0, 10183.0, 10169.0, 10196.0, 10158.0, 10217.0, 10179.0, 10152.0, 10153.0, 10151.0, 10155.0, 10156.0, 10168.0, 10174.0, 10167.0, 10166.0, 10150.0, 10190.0, 10155.0, 10171.0, 10157.0, 10192.0, 10158.0, 10167.0, 10188.0, 10173.0, 10189.0, 10156.0, 10202.0, 10170.0, 10214.0, 10159.0, 10223.0, 10155.0, 10224.0, 10188.0, 10233.0, 10199.0, 10194.0, 10179.0, 10193.0, 10178.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.00111984598459846</td></tr>
<tr><td colspan=3>aqi</td><td>0.02048636449944995</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.54269550339206</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.22133018938326</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9908442726101317</td></tr>
<tr><td colspan=3>efc</td><td>0.4958</td></tr>
<tr><td colspan=3>fber</td><td>5752.4702</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08385602293207317</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5500550055005501</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.568784147116176</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5380974849415856</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.635636482616075</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.532618473790867</td></tr>
<tr><td colspan=3>gcor</td><td>0.00289337</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0064779105596244335</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033312201499938965</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.004573088969349</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.8007</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.5</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.3317</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293724.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>1026.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.4701</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.487</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.9823</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3812.9332</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.1109</td></tr>
<tr><td colspan=3>tsnr</td><td>38.9139626303222</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>