<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-02/func/sub-0003_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>40ff2bcf5501b8660f6bf2d1e513a1ee</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>12:56:13.507500</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.9998, 0.0186801, 0.00716731, -0.0195463, 0.988417, 0.150497]</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.114155</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7750, -7256, 545, -20, -11, 56, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1cf14920-c53e-4c2e-8a1c-b70c91c8d8af||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.682389736175537, -0.05244136601686478, 0.011537091806530952, 114.67627716064453], [-0.050117410719394684, 2.651851177215576, 0.4066378176212311, -95.9087905883789], [0.01922936737537384, -0.40377146005630493, 2.6691782474517822, -37.86857986450195], [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': ['125613.507500', '125613.967500', '125614.427500', '125614.887500', '125615.347500', '125615.807500', '125616.267500', '125616.727500', '125617.187500', '125617.647500', '125618.107500', '125618.567500', '125619.027500', '125619.487500', '125619.947500', '125620.407500', '125620.867500', '125621.327500', '125621.787500', '125622.247500', '125622.707500', '125623.167500', '125623.627500', '125624.087500', '125624.547500', '125625.007500', '125625.467500', '125625.927500', '125626.387500', '125626.847500', '125627.307500', '125627.767500', '125628.227500', '125628.687500', '125629.147500', '125629.607500', '125630.067500', '125630.527500', '125630.987500', '125631.447500', '125631.907500', '125632.367500', '125632.827500', '125633.287500', '125633.747500', '125634.207500', '125634.667500', '125635.127500', '125635.587500', '125636.047500', '125636.507500', '125636.967500', '125637.427500', '125637.887500', '125638.347500', '125638.807500', '125639.267500', '125639.727500', '125640.187500', '125640.647500', '125641.107500', '125641.567500', '125642.027500', '125642.487500', '125642.947500', '125643.407500', '125643.867500', '125644.327500', '125644.787500', '125645.247500', '125645.707500', '125646.167500', '125646.627500', '125647.087500', '125647.547500', '125648.007500', '125648.467500', '125648.927500', '125649.387500', '125649.847500', '125650.307500', '125650.767500', '125651.227500', '125651.687500', '125652.147500', '125652.607500', '125653.067500', '125653.527500', '125653.987500', '125654.447500', '125654.907500', '125655.367500', '125655.827500', '125656.287500', '125656.747500', '125657.207500', '125657.667500', '125658.127500', '125658.587500', '125659.047500', '125659.507500', '125659.967500', '125700.427500', '125700.887500', '125701.347500', '125701.807500', '125702.267500', '125702.727500', '125703.187500', '125703.647500', '125704.107500', '125704.567500', '125705.027500', '125705.487500', '125705.947500', '125706.407500', '125706.867500', '125707.327500', '125707.787500', '125708.247500', '125708.707500', '125709.167500', '125709.627500', '125710.087500', '125710.547500', '125711.007500', '125711.467500', '125711.927500', '125712.387500', '125712.847500', '125713.307500', '125713.767500', '125714.227500', '125714.687500', '125715.147500', '125715.607500', '125716.067500', '125716.527500', '125716.987500', '125717.447500', '125717.907500', '125718.367500', '125718.827500', '125719.287500', '125719.747500', '125720.207500', '125720.667500', '125721.127500', '125721.587500', '125722.047500', '125722.507500', '125722.967500', '125723.427500', '125723.887500', '125724.347500', '125724.807500', '125725.267500', '125725.727500', '125726.187500', '125726.647500', '125727.107500', '125727.567500', '125728.027500', '125728.487500', '125728.947500', '125729.407500', '125729.867500', '125730.327500', '125730.787500', '125731.247500', '125731.707500', '125732.167500', '125732.627500', '125733.087500', '125733.547500', '125734.007500', '125734.467500', '125734.927500', '125735.387500', '125735.847500', '125736.307500', '125736.767500', '125737.227500', '125737.687500', '125738.147500', '125738.607500', '125739.067500', '125739.527500', '125739.987500', '125740.447500', '125740.907500', '125741.367500', '125741.827500', '125742.287500', '125742.747500', '125743.207500', '125743.667500', '125744.127500', '125744.587500', '125745.047500', '125745.507500', '125745.967500', '125746.427500', '125746.887500', '125747.347500', '125747.807500', '125748.267500', '125748.727500', '125749.187500', '125749.647500', '125750.107500', '125750.567500', '125751.027500', '125751.487500', '125751.947500', '125752.407500', '125752.867500', '125753.327500', '125753.787500', '125754.247500', '125754.707500', '125755.167500', '125755.627500', '125756.087500', '125756.547500', '125757.007500', '125757.467500', '125757.927500', '125758.387500', '125758.847500', '125759.307500', '125759.767500', '125800.227500', '125800.687500', '125801.147500', '125801.607500', '125802.067500', '125802.527500', '125802.987500', '125803.447500', '125803.907500', '125804.367500', '125804.827500', '125805.287500', '125805.747500', '125806.207500', '125806.667500', '125807.127500', '125807.587500', '125808.047500', '125808.507500', '125808.967500', '125809.427500', '125809.887500', '125810.347500', '125810.807500', '125811.267500', '125811.727500', '125812.187500', '125812.647500', '125813.107500', '125813.567500', '125814.027500', '125814.487500', '125814.947500', '125815.407500', '125815.867500', '125816.327500', '125816.787500', '125817.247500', '125817.707500', '125818.167500', '125818.627500', '125819.087500', '125819.547500', '125820.007500', '125820.467500', '125820.927500', '125821.387500', '125821.847500', '125822.307500', '125822.767500', '125823.227500', '125823.687500', '125824.147500', '125824.607500', '125825.067500', '125825.527500', '125825.987500', '125826.447500', '125826.907500', '125827.367500', '125827.827500', '125828.287500', '125828.747500', '125829.207500', '125829.667500', '125830.127500', '125830.587500', '125831.047500', '125831.507500', '125831.967500', '125832.427500', '125832.887500', '125833.347500', '125833.807500', '125834.267500', '125834.727500', '125835.187500', '125835.647500', '125836.107500', '125836.567500', '125837.027500', '125837.487500', '125837.947500', '125838.407500', '125838.867500', '125839.327500', '125839.787500', '125840.247500', '125840.707500', '125841.167500', '125841.627500', '125842.087500', '125842.547500', '125843.007500', '125843.467500', '125843.927500', '125844.387500', '125844.847500', '125845.307500', '125845.767500', '125846.227500', '125846.687500', '125847.147500', '125847.607500', '125848.067500', '125848.527500', '125848.987500', '125849.447500', '125849.907500', '125850.367500', '125850.827500', '125851.287500', '125851.747500', '125852.207500', '125852.667500', '125853.127500', '125853.587500', '125854.047500', '125854.507500', '125854.967500', '125855.427500', '125855.887500', '125856.347500', '125856.807500', '125857.267500', '125857.727500', '125858.187500', '125858.647500', '125859.107500', '125859.567500', '125900.027500', '125900.487500', '125900.947500', '125901.407500', '125901.867500', '125902.327500', '125902.787500', '125903.247500', '125903.707500', '125904.167500', '125904.627500', '125905.087500', '125905.547500', '125906.007500', '125906.467500', '125906.927500', '125907.387500', '125907.847500', '125908.307500', '125908.767500', '125909.227500', '125909.687500', '125910.147500', '125910.607500', '125911.067500', '125911.527500', '125911.987500', '125912.447500', '125912.907500', '125913.367500', '125913.827500', '125914.287500', '125914.747500', '125915.207500', '125915.667500', '125916.127500', '125916.587500', '125917.047500', '125917.507500', '125917.967500', '125918.427500', '125918.887500', '125919.347500', '125919.807500', '125920.267500', '125920.727500', '125921.187500', '125921.647500', '125922.107500', '125922.567500', '125923.027500', '125923.487500', '125923.947500', '125924.407500', '125924.867500', '125925.327500', '125925.787500', '125926.247500', '125926.707500', '125927.167500', '125927.627500', '125928.087500', '125928.547500', '125929.007500', '125929.467500', '125929.927500', '125930.387500', '125930.847500', '125931.307500', '125931.767500', '125932.227500', '125932.687500', '125933.147500', '125933.607500', '125934.067500', '125934.527500', '125934.987500', '125935.447500', '125935.907500', '125936.367500', '125936.827500', '125937.287500', '125937.747500', '125938.207500', '125938.667500', '125939.127500', '125939.587500', '125940.047500', '125940.507500', '125940.967500', '125941.427500', '125941.887500', '125942.347500', '125942.807500', '125943.267500', '125943.727500', '125944.187500', '125944.647500', '125945.107500', '125945.567500', '125946.027500', '125946.487500', '125946.947500', '125947.407500', '125947.867500', '125948.327500', '125948.787500', '125949.247500', '125949.707500', '125950.167500', '125950.627500', '125951.087500', '125951.547500', '125952.007500', '125952.467500', '125952.927500', '125953.387500', '125953.847500', '125954.307500', '125954.767500', '125955.227500', '125955.687500', '125956.147500', '125956.607500', '125957.067500', '125957.527500', '125957.987500', '125958.447500', '125958.907500', '125959.367500', '125959.827500', '130000.287500', '130000.747500', '130001.207500', '130001.667500', '130002.127500', '130002.587500', '130003.047500', '130003.507500', '130003.967500', '130004.427500', '130004.887500', '130005.347500', '130005.807500', '130006.267500', '130006.727500', '130007.187500', '130007.647500', '130008.107500', '130008.567500', '130009.027500', '130009.487500', '130009.947500', '130010.407500', '130010.867500', '130011.327500', '130011.787500', '130012.247500', '130012.707500', '130013.167500', '130013.627500', '130014.087500', '130014.547500', '130015.007500', '130015.467500', '130015.927500', '130016.387500', '130016.847500', '130017.307500', '130017.767500', '130018.227500', '130018.687500', '130019.147500', '130019.607500', '130020.067500', '130020.527500', '130020.987500', '130021.447500', '130021.907500', '130022.367500', '130022.827500', '130023.287500', '130023.747500', '130024.207500', '130024.667500', '130025.127500', '130025.587500', '130026.047500', '130026.507500', '130026.967500', '130027.427500', '130027.887500', '130028.347500', '130028.807500', '130029.267500', '130029.727500', '130030.187500', '130030.647500', '130031.107500', '130031.567500', '130032.027500', '130032.487500', '130032.947500', '130033.407500', '130033.867500', '130034.327500', '130034.787500', '130035.247500', '130035.707500', '130036.167500', '130036.627500', '130037.087500', '130037.547500', '130038.007500', '130038.467500', '130038.927500', '130039.387500', '130039.847500', '130040.307500', '130040.767500', '130041.227500', '130041.687500', '130042.147500', '130042.607500', '130043.067500', '130043.527500', '130043.987500', '130044.447500', '130044.907500', '130045.367500', '130045.827500', '130046.287500', '130046.747500', '130047.207500', '130047.667500', '130048.127500', '130048.587500', '130049.047500', '130049.507500', '130049.967500', '130050.427500', '130050.887500', '130051.347500', '130051.807500', '130052.267500', '130052.727500', '130053.187500', '130053.647500', '130054.107500', '130054.567500', '130055.027500', '130055.487500', '130055.947500', '130056.407500', '130056.867500', '130057.327500', '130057.787500', '130058.247500', '130058.707500', '130059.167500', '130059.627500', '130100.087500', '130100.547500', '130101.007500', '130101.467500', '130101.927500', '130102.387500', '130102.847500', '130103.307500', '130103.767500', '130104.227500', '130104.687500', '130105.147500', '130105.607500', '130106.067500', '130106.527500', '130106.987500', '130107.447500', '130107.907500', '130108.367500', '130108.827500', '130109.287500', '130109.747500', '130110.207500', '130110.667500', '130111.127500', '130111.587500', '130112.047500', '130112.507500', '130112.967500', '130113.427500', '130113.887500', '130114.347500', '130114.807500', '130115.267500', '130115.727500', '130116.187500', '130116.647500', '130117.107500', '130117.567500', '130118.027500', '130118.487500', '130118.947500', '130119.407500', '130119.867500', '130120.327500', '130120.787500', '130121.247500', '130121.707500', '130122.167500', '130122.627500', '130123.087500', '130123.547500', '130124.007500', '130124.467500', '130124.927500', '130125.387500', '130125.847500', '130126.307500', '130126.767500', '130127.227500', '130127.687500', '130128.147500', '130128.607500', '130129.067500', '130129.527500', '130129.987500', '130130.447500', '130130.907500', '130131.367500', '130131.827500', '130132.287500', '130132.747500', '130133.207500', '130133.667500', '130134.127500', '130134.587500', '130135.047500', '130135.507500', '130135.967500', '130136.427500', '130136.887500', '130137.347500', '130137.807500', '130138.267500', '130138.727500', '130139.187500', '130139.647500', '130140.107500', '130140.567500', '130141.027500', '130141.487500', '130141.947500', '130142.407500', '130142.867500', '130143.327500', '130143.787500', '130144.247500', '130144.707500', '130145.167500', '130145.627500', '130146.087500', '130146.547500', '130147.007500', '130147.467500', '130147.927500', '130148.387500', '130148.847500', '130149.307500', '130149.767500', '130150.227500', '130150.687500', '130151.147500', '130151.607500', '130152.067500', '130152.527500', '130152.987500', '130153.447500', '130153.907500', '130154.367500', '130154.827500', '130155.287500', '130155.747500', '130156.207500', '130156.667500', '130157.127500', '130157.587500', '130158.047500', '130158.507500', '130158.967500', '130159.427500', '130159.887500', '130200.347500', '130200.807500', '130201.267500', '130201.727500', '130202.187500', '130202.647500', '130203.107500', '130203.567500', '130204.027500', '130204.487500', '130204.947500', '130205.407500', '130205.867500', '130206.327500', '130206.787500', '130207.247500', '130207.707500', '130208.167500', '130208.627500', '130209.087500', '130209.547500', '130210.007500', '130210.467500', '130210.927500', '130211.387500', '130211.847500', '130212.307500', '130212.767500', '130213.227500', '130213.687500', '130214.147500', '130214.607500', '130215.067500', '130215.527500', '130215.987500', '130216.447500', '130216.907500', '130217.367500', '130217.827500', '130218.287500', '130218.747500', '130219.207500', '130219.667500', '130220.127500', '130220.587500', '130221.047500', '130221.507500', '130221.967500', '130222.427500', '130222.887500', '130223.347500', '130223.807500', '130224.267500', '130224.727500', '130225.187500', '130225.647500', '130226.107500', '130226.567500', '130227.027500', '130227.487500', '130227.947500', '130228.407500', '130228.867500', '130229.327500', '130229.787500', '130230.247500', '130230.707500', '130231.167500', '130231.627500', '130232.087500', '130232.547500', '130233.007500', '130233.467500', '130233.927500', '130234.387500', '130234.847500', '130235.307500', '130235.767500', '130236.227500', '130236.687500', '130237.147500', '130237.607500', '130238.067500', '130238.527500', '130238.987500', '130239.447500', '130239.907500', '130240.367500', '130240.827500', '130241.287500', '130241.747500', '130242.207500', '130242.667500', '130243.127500', '130243.587500', '130244.047500', '130244.507500', '130244.967500', '130245.427500', '130245.887500', '130246.347500', '130246.807500', '130247.267500', '130247.727500', '130248.187500', '130248.647500', '130249.107500', '130249.567500', '130250.027500', '130250.487500', '130250.947500', '130251.407500', '130251.867500', '130252.327500', '130252.787500', '130253.247500', '130253.707500', '130254.167500', '130254.627500', '130255.087500', '130255.547500', '130256.007500', '130256.467500', '130256.927500', '130257.387500', '130257.847500', '130258.307500', '130258.767500', '130259.227500', '130259.687500', '130300.147500', '130300.607500', '130301.067500', '130301.527500', '130301.987500', '130302.447500', '130302.907500', '130303.367500', '130303.827500', '130304.287500', '130304.747500', '130305.207500', '130305.667500', '130306.127500', '130306.587500', '130307.047500', '130307.507500', '130307.967500', '130308.427500', '130308.887500', '130309.347500', '130309.807500', '130310.267500', '130310.727500', '130311.187500', '130311.647500', '130312.107500', '130312.567500', '130313.027500', '130313.487500'], 'ContentTime': ['125624.180000', '125624.183000', '125624.186000', '125624.189000', '125624.192000', '125624.195000', '125624.198000', '125624.201000', '125624.203000', '125624.213000', '125624.216000', '125624.219000', '125624.221000', '125624.224000', '125624.227000', '125624.230000', '125624.233000', '125624.236000', '125624.239000', '125624.241000', '125644.123000', '125644.126000', '125644.129000', '125644.132000', '125644.135000', '125644.139000', '125644.142000', '125644.145000', '125644.148000', '125644.151000', '125644.154000', '125644.157000', '125644.159000', '125644.162000', '125644.165000', '125644.168000', '125644.171000', '125644.174000', '125644.177000', '125644.180000', '125644.182000', '125644.185000', '125644.188000', '125644.191000', '125644.194000', '125644.197000', '125644.200000', '125644.203000', '125644.206000', '125644.209000', '125644.212000', '125644.214000', '125644.217000', '125644.220000', '125644.223000', '125644.226000', '125644.229000', '125644.232000', '125644.235000', '125644.238000', '125644.240000', '125644.243000', '125644.252000', '125644.255000', '125704.123000', '125704.126000', '125704.129000', '125704.132000', '125704.135000', '125704.138000', '125704.140000', '125704.143000', '125704.146000', '125704.150000', '125704.155000', '125704.158000', '125704.161000', '125704.164000', '125704.167000', '125704.170000', '125704.173000', '125704.176000', '125704.179000', '125704.182000', '125704.185000', '125704.187000', '125704.190000', '125704.193000', '125704.196000', '125704.199000', '125704.202000', '125704.205000', '125704.208000', '125704.210000', '125704.213000', '125704.216000', '125704.219000', '125704.222000', '125704.225000', '125704.228000', '125704.231000', '125704.236000', '125704.239000', '125704.242000', '125704.244000', '125704.247000', '125704.250000', '125724.122000', '125724.125000', '125724.128000', '125724.131000', '125724.134000', '125724.137000', '125724.140000', '125724.143000', '125724.145000', '125724.148000', '125724.151000', '125724.154000', '125724.157000', '125724.160000', '125724.163000', '125724.166000', '125724.169000', '125724.172000', '125724.175000', '125724.178000', '125724.180000', '125724.184000', '125724.186000', '125724.189000', '125724.192000', '125724.195000', '125724.198000', '125724.201000', '125724.204000', '125724.207000', '125724.210000', '125724.213000', '125724.215000', '125724.219000', '125724.221000', '125724.224000', '125724.227000', '125724.230000', '125724.233000', '125724.236000', '125724.239000', '125724.242000', '125724.244000', '125724.247000', '125744.122000', '125744.125000', '125744.128000', '125744.131000', '125744.134000', '125744.137000', '125744.140000', '125744.143000', '125744.145000', '125744.148000', '125744.151000', '125744.154000', '125744.157000', '125744.160000', '125744.163000', '125744.167000', '125744.169000', '125744.172000', '125744.176000', '125744.178000', '125744.181000', '125744.184000', '125744.187000', '125744.190000', '125744.193000', '125744.196000', '125744.199000', '125744.202000', '125744.205000', '125744.208000', '125744.211000', '125744.213000', '125744.216000', '125744.219000', '125744.222000', '125744.225000', '125744.228000', '125744.231000', '125744.234000', '125744.237000', '125744.240000', '125744.243000', '125744.245000', '125804.122000', '125804.125000', '125804.128000', '125804.131000', '125804.134000', '125804.137000', '125804.140000', '125804.142000', '125804.146000', '125804.148000', '125804.151000', '125804.154000', '125804.157000', '125804.160000', '125804.163000', '125804.166000', '125804.169000', '125804.191000', '125804.194000', '125804.196000', '125804.199000', '125804.202000', '125804.205000', '125804.208000', '125804.211000', '125804.214000', '125804.217000', '125804.223000', '125804.226000', '125804.229000', '125804.232000', '125804.235000', '125804.238000', '125804.241000', '125804.244000', '125804.247000', '125804.250000', '125804.253000', '125804.255000', '125804.258000', '125804.261000', '125804.264000', '125804.267000', '125804.270000', '125824.123000', '125824.126000', '125824.129000', '125824.132000', '125824.135000', '125824.138000', '125824.141000', '125824.144000', '125824.146000', '125824.149000', '125824.152000', '125824.155000', '125824.158000', '125824.161000', '125824.164000', '125824.167000', '125824.170000', '125824.173000', '125824.176000', '125824.179000', '125824.182000', '125824.187000', '125824.190000', '125824.193000', '125824.196000', '125824.199000', '125824.201000', '125824.204000', '125824.208000', '125824.211000', '125824.214000', '125824.216000', '125824.219000', '125824.222000', '125824.225000', '125824.228000', '125824.231000', '125824.234000', '125824.237000', '125824.240000', '125824.243000', '125824.246000', '125824.248000', '125844.123000', '125844.126000', '125844.129000', '125844.132000', '125844.135000', '125844.138000', '125844.141000', '125844.144000', '125844.147000', '125844.150000', '125844.152000', '125844.156000', '125844.158000', '125844.161000', '125844.164000', '125844.167000', '125844.170000', '125844.173000', '125844.176000', '125844.188000', '125844.191000', '125844.194000', '125844.197000', '125844.200000', '125844.203000', '125844.206000', '125844.209000', '125844.212000', '125844.214000', '125844.217000', '125844.220000', '125844.223000', '125844.226000', '125844.229000', '125844.232000', '125844.235000', '125844.238000', '125844.241000', '125844.244000', '125844.247000', '125844.250000', '125844.252000', '125844.255000', '125844.258000', '125904.123000', '125904.126000', '125904.129000', '125904.132000', '125904.135000', '125904.139000', '125904.142000', '125904.145000', '125904.147000', '125904.150000', '125904.153000', '125904.156000', '125904.159000', '125904.167000', '125904.170000', '125904.173000', '125904.176000', '125904.179000', '125904.182000', '125904.185000', '125904.188000', '125904.191000', '125904.194000', '125904.196000', '125904.199000', '125904.203000', '125904.206000', '125904.209000', '125904.212000', '125904.215000', '125904.218000', '125904.221000', '125904.224000', '125904.226000', '125904.229000', '125904.232000', '125904.235000', '125904.238000', '125904.241000', '125904.244000', '125904.247000', '125904.250000', '125904.253000', '125924.123000', '125924.126000', '125924.129000', '125924.132000', '125924.135000', '125924.138000', '125924.141000', '125924.144000', '125924.147000', '125924.150000', '125924.153000', '125924.156000', '125924.158000', '125924.161000', '125924.164000', '125924.167000', '125924.170000', '125924.173000', '125924.176000', '125924.179000', '125924.182000', '125924.185000', '125924.188000', '125924.191000', '125924.194000', '125924.197000', '125924.200000', '125924.202000', '125924.205000', '125924.208000', '125924.211000', '125924.214000', '125924.217000', '125924.220000', '125924.223000', '125924.226000', '125924.229000', '125924.231000', '125924.234000', '125924.237000', '125924.240000', '125924.243000', '125924.246000', '125924.249000', '125944.122000', '125944.125000', '125944.131000', '125944.134000', '125944.137000', '125944.140000', '125944.143000', '125944.146000', '125944.149000', '125944.152000', '125944.155000', '125944.158000', '125944.175000', '125944.178000', '125944.181000', '125944.184000', '125944.193000', '125944.196000', '125944.199000', '125944.201000', '125944.205000', '125944.207000', '125944.211000', '125944.215000', '125944.218000', '125944.221000', '125944.224000', '125944.227000', '125944.230000', '125944.233000', '125944.236000', '125944.239000', '125944.242000', '125944.245000', '125944.248000', '125944.251000', '125944.253000', '125944.256000', '125944.259000', '125944.262000', '125944.265000', '125944.268000', '125944.271000', '130004.122000', '130004.130000', '130004.133000', '130004.135000', '130004.138000', '130004.141000', '130004.144000', '130004.147000', '130004.150000', '130004.153000', '130004.156000', '130004.159000', '130004.162000', '130004.165000', '130004.168000', '130004.171000', '130004.174000', '130004.177000', '130004.180000', '130004.183000', '130004.185000', '130004.189000', '130004.191000', '130004.194000', '130004.197000', '130004.200000', '130004.203000', '130004.206000', '130004.209000', '130004.212000', '130004.215000', '130004.218000', '130004.221000', '130004.224000', '130004.227000', '130004.230000', '130004.232000', '130004.235000', '130004.238000', '130004.241000', '130004.244000', '130004.247000', '130004.250000', '130004.253000', '130024.122000', '130024.125000', '130024.128000', '130024.131000', '130024.134000', '130024.137000', '130024.140000', '130024.143000', '130024.146000', '130024.148000', '130024.151000', '130024.154000', '130024.157000', '130024.160000', '130024.163000', '130024.166000', '130024.169000', '130024.172000', '130024.176000', '130024.179000', '130024.182000', '130024.185000', '130024.188000', '130024.191000', '130024.194000', '130024.197000', '130024.200000', '130024.203000', '130024.205000', '130024.208000', '130024.211000', '130024.214000', '130024.217000', '130024.220000', '130024.223000', '130024.226000', '130024.229000', '130024.232000', '130024.235000', '130024.238000', '130024.241000', '130024.244000', '130024.247000', '130044.123000', '130044.126000', '130044.129000', '130044.132000', '130044.135000', '130044.138000', '130044.142000', '130044.145000', '130044.148000', '130044.151000', '130044.154000', '130044.157000', '130044.160000', '130044.163000', '130044.165000', '130044.168000', '130044.171000', '130044.174000', '130044.177000', '130044.180000', '130044.183000', '130044.186000', '130044.189000', '130044.192000', '130044.195000', '130044.198000', '130044.201000', '130044.203000', '130044.207000', '130044.209000', '130044.212000', '130044.215000', '130044.218000', '130044.221000', '130044.224000', '130044.227000', '130044.230000', '130044.233000', '130044.236000', '130044.239000', '130044.242000', '130044.245000', '130044.247000', '130044.250000', '130104.123000', '130104.126000', '130104.129000', '130104.132000', '130104.135000', '130104.138000', '130104.141000', '130104.144000', '130104.146000', '130104.149000', '130104.152000', '130104.155000', '130104.158000', '130104.161000', '130104.164000', '130104.167000', '130104.170000', '130104.173000', '130104.176000', '130104.179000', '130104.182000', '130104.185000', '130104.188000', '130104.191000', '130104.193000', '130104.196000', '130104.199000', '130104.202000', '130104.205000', '130104.208000', '130104.211000', '130104.214000', '130104.217000', '130104.220000', '130104.223000', '130104.225000', '130104.228000', '130104.247000', '130104.250000', '130104.253000', '130104.257000', '130104.259000', '130104.262000', '130124.123000', '130124.126000', '130124.129000', '130124.132000', '130124.135000', '130124.138000', '130124.141000', '130124.144000', '130124.147000', '130124.150000', '130124.152000', '130124.155000', '130124.158000', '130124.161000', '130124.164000', '130124.167000', '130124.170000', '130124.173000', '130124.176000', '130124.179000', '130124.182000', '130124.185000', '130124.188000', '130124.191000', '130124.194000', '130124.196000', '130124.199000', '130124.202000', '130124.205000', '130124.208000', '130124.211000', '130124.214000', '130124.217000', '130124.220000', '130124.223000', '130124.226000', '130124.229000', '130124.232000', '130124.234000', '130124.237000', '130124.240000', '130124.243000', '130124.246000', '130124.249000', '130144.123000', '130144.126000', '130144.129000', '130144.132000', '130144.135000', '130144.138000', '130144.141000', '130144.144000', '130144.147000', '130144.150000', '130144.153000', '130144.156000', '130144.158000', '130144.161000', '130144.164000', '130144.167000', '130144.170000', '130144.173000', '130144.176000', '130144.179000', '130144.182000', '130144.185000', '130144.188000', '130144.191000', '130144.194000', '130144.197000', '130144.200000', '130144.203000', '130144.205000', '130144.209000', '130144.212000', '130144.215000', '130144.218000', '130144.221000', '130144.224000', '130144.227000', '130144.230000', '130144.233000', '130144.236000', '130144.239000', '130144.242000', '130144.245000', '130144.248000', '130204.122000', '130204.125000', '130204.128000', '130204.131000', '130204.134000', '130204.137000', '130204.140000', '130204.143000', '130204.146000', '130204.149000', '130204.152000', '130204.155000', '130204.157000', '130204.160000', '130204.163000', '130204.166000', '130204.169000', '130204.172000', '130204.175000', '130204.178000', '130204.181000', '130204.184000', '130204.187000', '130204.190000', '130204.193000', '130204.196000', '130204.200000', '130204.203000', '130204.206000', '130204.209000', '130204.212000', '130204.215000', '130204.218000', '130204.221000', '130204.224000', '130204.227000', '130204.230000', '130204.232000', '130204.236000', '130204.238000', '130204.241000', '130204.244000', '130204.247000', '130204.250000', '130224.122000', '130224.125000', '130224.128000', '130224.131000', '130224.134000', '130224.137000', '130224.140000', '130224.143000', '130224.146000', '130224.149000', '130224.151000', '130224.154000', '130224.157000', '130224.160000', '130224.163000', '130224.166000', '130224.169000', '130224.172000', '130224.175000', '130224.178000', '130224.181000', '130224.184000', '130224.186000', '130224.189000', '130224.192000', '130224.195000', '130224.198000', '130224.201000', '130224.204000', '130224.207000', '130224.210000', '130224.213000', '130224.216000', '130224.219000', '130224.222000', '130224.224000', '130224.227000', '130224.230000', '130224.233000', '130224.236000', '130224.239000', '130224.242000', '130224.245000', '130244.122000', '130244.125000', '130244.128000', '130244.132000', '130244.135000', '130244.138000', '130244.140000', '130244.143000', '130244.146000', '130244.149000', '130244.152000', '130244.155000', '130244.158000', '130244.161000', '130244.164000', '130244.167000', '130244.170000', '130244.173000', '130244.176000', '130244.178000', '130244.181000', '130244.184000', '130244.187000', '130244.190000', '130244.193000', '130244.196000', '130244.199000', '130244.202000', '130244.205000', '130244.213000', '130244.216000', '130244.219000', '130244.222000', '130244.225000', '130244.228000', '130244.231000', '130244.234000', '130244.237000', '130244.240000', '130244.243000', '130244.246000', '130244.249000', '130244.251000', '130304.123000', '130304.126000', '130304.129000', '130304.132000', '130304.135000', '130304.138000', '130304.141000', '130304.144000', '130304.147000', '130304.150000', '130304.152000', '130304.155000', '130304.158000', '130304.161000', '130304.164000', '130304.167000', '130304.170000', '130304.173000', '130304.176000', '130304.179000', '130304.182000', '130304.185000', '130304.188000', '130304.191000', '130304.194000', '130304.197000', '130304.199000', '130304.202000', '130304.205000', '130304.208000', '130304.211000', '130304.214000', '130304.217000', '130304.220000', '130304.223000', '130304.226000', '130304.229000', '130304.232000', '130304.235000', '130304.238000', '130304.241000', '130304.244000', '130304.246000', '130304.250000', '130314.961000', '130314.965000', '130314.968000', '130314.971000', '130314.974000', '130314.977000', '130314.980000', '130314.983000', '130314.986000', '130314.989000', '130314.993000', '130314.996000', '130315.000000', '130315.003000', '130315.006000', '130315.009000', '130315.012000', '130315.015000', '130315.018000', '130315.021000', '130315.024000', '130315.027000', '130315.030000', '130315.033000'], 'InstanceCreationTime': ['125624.180000', '125624.183000', '125624.186000', '125624.189000', '125624.192000', '125624.195000', '125624.198000', '125624.201000', '125624.203000', '125624.213000', '125624.216000', '125624.219000', '125624.221000', '125624.224000', '125624.227000', '125624.230000', '125624.233000', '125624.236000', '125624.239000', '125624.241000', '125644.123000', '125644.126000', '125644.129000', '125644.132000', '125644.135000', '125644.139000', '125644.142000', '125644.145000', '125644.148000', '125644.151000', '125644.154000', '125644.157000', '125644.159000', '125644.162000', '125644.165000', '125644.168000', '125644.171000', '125644.174000', '125644.177000', '125644.180000', '125644.182000', '125644.185000', '125644.188000', '125644.191000', '125644.194000', '125644.197000', '125644.200000', '125644.203000', '125644.206000', '125644.209000', '125644.212000', '125644.214000', '125644.217000', '125644.220000', '125644.223000', '125644.226000', '125644.229000', '125644.232000', '125644.235000', '125644.238000', '125644.240000', '125644.243000', '125644.252000', '125644.255000', '125704.123000', '125704.126000', '125704.129000', '125704.132000', '125704.135000', '125704.138000', '125704.140000', '125704.143000', '125704.146000', '125704.150000', '125704.155000', '125704.158000', '125704.161000', '125704.164000', '125704.167000', '125704.170000', '125704.173000', '125704.176000', '125704.179000', '125704.182000', '125704.185000', '125704.187000', '125704.190000', '125704.193000', '125704.196000', '125704.199000', '125704.202000', '125704.205000', '125704.208000', '125704.210000', '125704.213000', '125704.216000', '125704.219000', '125704.222000', '125704.225000', '125704.228000', '125704.231000', '125704.236000', '125704.239000', '125704.242000', '125704.244000', '125704.247000', '125704.250000', '125724.122000', '125724.125000', '125724.128000', '125724.131000', '125724.134000', '125724.137000', '125724.140000', '125724.143000', '125724.145000', '125724.148000', '125724.151000', '125724.154000', '125724.157000', '125724.160000', '125724.163000', '125724.166000', '125724.169000', '125724.172000', '125724.175000', '125724.178000', '125724.180000', '125724.184000', '125724.186000', '125724.189000', '125724.192000', '125724.195000', '125724.198000', '125724.201000', '125724.204000', '125724.207000', '125724.210000', '125724.213000', '125724.215000', '125724.219000', '125724.221000', '125724.224000', '125724.227000', '125724.230000', '125724.233000', '125724.236000', '125724.239000', '125724.242000', '125724.244000', '125724.247000', '125744.122000', '125744.125000', '125744.128000', '125744.131000', '125744.134000', '125744.137000', '125744.140000', '125744.143000', '125744.145000', '125744.148000', '125744.151000', '125744.154000', '125744.157000', '125744.160000', '125744.163000', '125744.167000', '125744.169000', '125744.172000', '125744.176000', '125744.178000', '125744.181000', '125744.184000', '125744.187000', '125744.190000', '125744.193000', '125744.196000', '125744.199000', '125744.202000', '125744.205000', '125744.208000', '125744.211000', '125744.213000', '125744.216000', '125744.219000', '125744.222000', '125744.225000', '125744.228000', '125744.231000', '125744.234000', '125744.237000', '125744.240000', '125744.243000', '125744.245000', '125804.122000', '125804.125000', '125804.128000', '125804.131000', '125804.134000', '125804.137000', '125804.140000', '125804.142000', '125804.146000', '125804.148000', '125804.151000', '125804.154000', '125804.157000', '125804.160000', '125804.163000', '125804.166000', '125804.169000', '125804.191000', '125804.194000', '125804.196000', '125804.199000', '125804.202000', '125804.205000', '125804.208000', '125804.211000', '125804.214000', '125804.217000', '125804.223000', '125804.226000', '125804.229000', '125804.232000', '125804.235000', '125804.238000', '125804.241000', '125804.244000', '125804.247000', '125804.250000', '125804.253000', '125804.255000', '125804.258000', '125804.261000', '125804.264000', '125804.267000', '125804.270000', '125824.123000', '125824.126000', '125824.129000', '125824.132000', '125824.135000', '125824.138000', '125824.141000', '125824.144000', '125824.146000', '125824.149000', '125824.152000', '125824.155000', '125824.158000', '125824.161000', '125824.164000', '125824.167000', '125824.170000', '125824.173000', '125824.176000', '125824.179000', '125824.182000', '125824.187000', '125824.190000', '125824.193000', '125824.196000', '125824.199000', '125824.201000', '125824.204000', '125824.208000', '125824.211000', '125824.214000', '125824.216000', '125824.219000', '125824.222000', '125824.225000', '125824.228000', '125824.231000', '125824.234000', '125824.237000', '125824.240000', '125824.243000', '125824.246000', '125824.248000', '125844.123000', '125844.126000', '125844.129000', '125844.132000', '125844.135000', '125844.138000', '125844.141000', '125844.144000', '125844.147000', '125844.150000', '125844.152000', '125844.156000', '125844.158000', '125844.161000', '125844.164000', '125844.167000', '125844.170000', '125844.173000', '125844.176000', '125844.188000', '125844.191000', '125844.194000', '125844.197000', '125844.200000', '125844.203000', '125844.206000', '125844.209000', '125844.212000', '125844.214000', '125844.217000', '125844.220000', '125844.223000', '125844.226000', '125844.229000', '125844.232000', '125844.235000', '125844.238000', '125844.241000', '125844.244000', '125844.247000', '125844.250000', '125844.252000', '125844.255000', '125844.258000', '125904.123000', '125904.126000', '125904.129000', '125904.132000', '125904.135000', '125904.139000', '125904.142000', '125904.145000', '125904.147000', '125904.150000', '125904.153000', '125904.156000', '125904.159000', '125904.167000', '125904.170000', '125904.173000', '125904.176000', '125904.179000', '125904.182000', '125904.185000', '125904.188000', '125904.191000', '125904.194000', '125904.196000', '125904.199000', '125904.203000', '125904.206000', '125904.209000', '125904.212000', '125904.215000', '125904.218000', '125904.221000', '125904.224000', '125904.226000', '125904.229000', '125904.232000', '125904.235000', '125904.238000', '125904.241000', '125904.244000', '125904.247000', '125904.250000', '125904.253000', '125924.123000', '125924.126000', '125924.129000', '125924.132000', '125924.135000', '125924.138000', '125924.141000', '125924.144000', '125924.147000', '125924.150000', '125924.153000', '125924.156000', '125924.158000', '125924.161000', '125924.164000', '125924.167000', '125924.170000', '125924.173000', '125924.176000', '125924.179000', '125924.182000', '125924.185000', '125924.188000', '125924.191000', '125924.194000', '125924.197000', '125924.200000', '125924.202000', '125924.205000', '125924.208000', '125924.211000', '125924.214000', '125924.217000', '125924.220000', '125924.223000', '125924.226000', '125924.229000', '125924.231000', '125924.234000', '125924.237000', '125924.240000', '125924.243000', '125924.246000', '125924.249000', '125944.122000', '125944.125000', '125944.131000', '125944.134000', '125944.137000', '125944.140000', '125944.143000', '125944.146000', '125944.149000', '125944.152000', '125944.155000', '125944.158000', '125944.175000', '125944.178000', '125944.181000', '125944.184000', '125944.193000', '125944.196000', '125944.199000', '125944.201000', '125944.205000', '125944.207000', '125944.211000', '125944.215000', '125944.218000', '125944.221000', '125944.224000', '125944.227000', '125944.230000', '125944.233000', '125944.236000', '125944.239000', '125944.242000', '125944.245000', '125944.248000', '125944.251000', '125944.253000', '125944.256000', '125944.259000', '125944.262000', '125944.265000', '125944.268000', '125944.271000', '130004.122000', '130004.130000', '130004.133000', '130004.135000', '130004.138000', '130004.141000', '130004.144000', '130004.147000', '130004.150000', '130004.153000', '130004.156000', '130004.159000', '130004.162000', '130004.165000', '130004.168000', '130004.171000', '130004.174000', '130004.177000', '130004.180000', '130004.183000', '130004.185000', '130004.189000', '130004.191000', '130004.194000', '130004.197000', '130004.200000', '130004.203000', '130004.206000', '130004.209000', '130004.212000', '130004.215000', '130004.218000', '130004.221000', '130004.224000', '130004.227000', '130004.230000', '130004.232000', '130004.235000', '130004.238000', '130004.241000', '130004.244000', '130004.247000', '130004.250000', '130004.253000', '130024.122000', '130024.125000', '130024.128000', '130024.131000', '130024.134000', '130024.137000', '130024.140000', '130024.143000', '130024.146000', '130024.148000', '130024.151000', '130024.154000', '130024.157000', '130024.160000', '130024.163000', '130024.166000', '130024.169000', '130024.172000', '130024.176000', '130024.179000', '130024.182000', '130024.185000', '130024.188000', '130024.191000', '130024.194000', '130024.197000', '130024.200000', '130024.203000', '130024.205000', '130024.208000', '130024.211000', '130024.214000', '130024.217000', '130024.220000', '130024.223000', '130024.226000', '130024.229000', '130024.232000', '130024.235000', '130024.238000', '130024.241000', '130024.244000', '130024.247000', '130044.123000', '130044.126000', '130044.129000', '130044.132000', '130044.135000', '130044.138000', '130044.142000', '130044.145000', '130044.148000', '130044.151000', '130044.154000', '130044.157000', '130044.160000', '130044.163000', '130044.165000', '130044.168000', '130044.171000', '130044.174000', '130044.177000', '130044.180000', '130044.183000', '130044.186000', '130044.189000', '130044.192000', '130044.195000', '130044.198000', '130044.201000', '130044.203000', '130044.207000', '130044.209000', '130044.212000', '130044.215000', '130044.218000', '130044.221000', '130044.224000', '130044.227000', '130044.230000', '130044.233000', '130044.236000', '130044.239000', '130044.242000', '130044.245000', '130044.247000', '130044.250000', '130104.123000', '130104.126000', '130104.129000', '130104.132000', '130104.135000', '130104.138000', '130104.141000', '130104.144000', '130104.146000', '130104.149000', '130104.152000', '130104.155000', '130104.158000', '130104.161000', '130104.164000', '130104.167000', '130104.170000', '130104.173000', '130104.176000', '130104.179000', '130104.182000', '130104.185000', '130104.188000', '130104.191000', '130104.193000', '130104.196000', '130104.199000', '130104.202000', '130104.205000', '130104.208000', '130104.211000', '130104.214000', '130104.217000', '130104.220000', '130104.223000', '130104.225000', '130104.228000', '130104.247000', '130104.250000', '130104.253000', '130104.257000', '130104.259000', '130104.262000', '130124.123000', '130124.126000', '130124.129000', '130124.132000', '130124.135000', '130124.138000', '130124.141000', '130124.144000', '130124.147000', '130124.150000', '130124.152000', '130124.155000', '130124.158000', '130124.161000', '130124.164000', '130124.167000', '130124.170000', '130124.173000', '130124.176000', '130124.179000', '130124.182000', '130124.185000', '130124.188000', '130124.191000', '130124.194000', '130124.196000', '130124.199000', '130124.202000', '130124.205000', '130124.208000', '130124.211000', '130124.214000', '130124.217000', '130124.220000', '130124.223000', '130124.226000', '130124.229000', '130124.232000', '130124.234000', '130124.237000', '130124.240000', '130124.243000', '130124.246000', '130124.249000', '130144.123000', '130144.126000', '130144.129000', '130144.132000', '130144.135000', '130144.138000', '130144.141000', '130144.144000', '130144.147000', '130144.150000', '130144.153000', '130144.156000', '130144.158000', '130144.161000', '130144.164000', '130144.167000', '130144.170000', '130144.173000', '130144.176000', '130144.179000', '130144.182000', '130144.185000', '130144.188000', '130144.191000', '130144.194000', '130144.197000', '130144.200000', '130144.203000', '130144.205000', '130144.209000', '130144.212000', '130144.215000', '130144.218000', '130144.221000', '130144.224000', '130144.227000', '130144.230000', '130144.233000', '130144.236000', '130144.239000', '130144.242000', '130144.245000', '130144.248000', '130204.122000', '130204.125000', '130204.128000', '130204.131000', '130204.134000', '130204.137000', '130204.140000', '130204.143000', '130204.146000', '130204.149000', '130204.152000', '130204.155000', '130204.157000', '130204.160000', '130204.163000', '130204.166000', '130204.169000', '130204.172000', '130204.175000', '130204.178000', '130204.181000', '130204.184000', '130204.187000', '130204.190000', '130204.193000', '130204.196000', '130204.200000', '130204.203000', '130204.206000', '130204.209000', '130204.212000', '130204.215000', '130204.218000', '130204.221000', '130204.224000', '130204.227000', '130204.230000', '130204.232000', '130204.236000', '130204.238000', '130204.241000', '130204.244000', '130204.247000', '130204.250000', '130224.122000', '130224.125000', '130224.128000', '130224.131000', '130224.134000', '130224.137000', '130224.140000', '130224.143000', '130224.146000', '130224.149000', '130224.151000', '130224.154000', '130224.157000', '130224.160000', '130224.163000', '130224.166000', '130224.169000', '130224.172000', '130224.175000', '130224.178000', '130224.181000', '130224.184000', '130224.186000', '130224.189000', '130224.192000', '130224.195000', '130224.198000', '130224.201000', '130224.204000', '130224.207000', '130224.210000', '130224.213000', '130224.216000', '130224.219000', '130224.222000', '130224.224000', '130224.227000', '130224.230000', '130224.233000', '130224.236000', '130224.239000', '130224.242000', '130224.245000', '130244.122000', '130244.125000', '130244.128000', '130244.132000', '130244.135000', '130244.138000', '130244.140000', '130244.143000', '130244.146000', '130244.149000', '130244.152000', '130244.155000', '130244.158000', '130244.161000', '130244.164000', '130244.167000', '130244.170000', '130244.173000', '130244.176000', '130244.178000', '130244.181000', '130244.184000', '130244.187000', '130244.190000', '130244.193000', '130244.196000', '130244.199000', '130244.202000', '130244.205000', '130244.213000', '130244.216000', '130244.219000', '130244.222000', '130244.225000', '130244.228000', '130244.231000', '130244.234000', '130244.237000', '130244.240000', '130244.243000', '130244.246000', '130244.249000', '130244.251000', '130304.123000', '130304.126000', '130304.129000', '130304.132000', '130304.135000', '130304.138000', '130304.141000', '130304.144000', '130304.147000', '130304.150000', '130304.152000', '130304.155000', '130304.158000', '130304.161000', '130304.164000', '130304.167000', '130304.170000', '130304.173000', '130304.176000', '130304.179000', '130304.182000', '130304.185000', '130304.188000', '130304.191000', '130304.194000', '130304.197000', '130304.199000', '130304.202000', '130304.205000', '130304.208000', '130304.211000', '130304.214000', '130304.217000', '130304.220000', '130304.223000', '130304.226000', '130304.229000', '130304.232000', '130304.235000', '130304.238000', '130304.241000', '130304.244000', '130304.246000', '130304.250000', '130314.961000', '130314.965000', '130314.968000', '130314.971000', '130314.974000', '130314.977000', '130314.980000', '130314.983000', '130314.986000', '130314.989000', '130314.993000', '130314.996000', '130315.000000', '130315.003000', '130315.006000', '130315.009000', '130315.012000', '130315.015000', '130315.018000', '130315.021000', '130315.024000', '130315.027000', '130315.030000', '130315.033000'], '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': [8988, 8575, 7215, 8415, 9848, 8580, 7569, 9583, 7376, 6682, 8804, 8466, 9778, 10048, 6758, 6977, 7524, 6883, 9589, 9187, 8346, 9292, 6850, 6492, 7281, 7039, 9076, 8357, 7168, 10405, 8234, 6681, 9054, 8386, 10888, 10750, 7505, 10602, 8077, 6784, 10499, 9078, 8026, 9528, 7093, 7019, 7889, 6882, 10402, 9185, 7528, 10020, 7595, 6763, 11129, 9921, 8202, 13186, 8792, 6903, 9286, 7139, 9141, 9241, 7075, 9696, 7909, 6745, 9639, 8171, 7405, 10468, 7180, 6687, 7494, 6974, 8642, 8299, 6839, 11150, 8382, 6696, 9561, 8465, 11170, 10823, 7466, 10667, 7867, 6896, 10827, 8686, 7679, 10509, 7173, 6746, 9598, 8883, 7917, 11784, 7835, 6902, 8369, 6769, 9686, 8524, 7094, 13168, 8375, 6896, 9423, 7566, 6681, 9047, 8536, 6806, 8433, 6799, 6887, 8695, 7042, 10882, 8455, 6848, 9807, 8639, 7215, 12477, 8507, 6982, 10007, 7656, 6819, 9298, 8713, 9248, 9070, 6877, 7100, 8482, 7732, 11252, 9359, 6991, 6692, 7686, 9264, 7859, 11257, 8857, 7508, 11542, 11160, 7782, 6893, 8692, 7577, 6854, 12540, 9558, 8895, 9618, 7227, 6907, 9521, 8490, 7183, 12574, 7706, 6770, 8472, 7108, 6758, 9002, 7728, 6706, 8642, 7244, 6828, 8937, 8361, 11435, 9664, 7131, 9208, 8256, 6969, 10903, 9319, 8580, 10250, 7047, 6662, 7694, 7009, 6778, 9225, 7292, 7585, 8391, 6905, 11464, 9652, 8179, 12935, 8352, 6788, 9196, 7793, 10937, 9974, 7857, 10329, 7350, 6721, 10281, 8372, 8136, 10803, 7216, 6851, 8291, 7468, 7111, 9559, 7410, 6751, 8329, 6867, 8685, 8615, 7131, 11014, 8869, 6781, 8557, 8342, 6996, 13316, 8988, 7203, 9115, 7264, 6914, 10686, 8228, 7428, 9150, 7124, 7064, 9660, 8808, 7661, 12413, 7832, 6968, 10084, 8475, 8611, 12455, 8529, 6686, 9070, 7217, 7330, 9623, 7678, 9567, 9028, 6800, 7329, 8520, 6865, 10012, 9196, 7120, 6655, 7921, 7019, 6784, 9334, 7394, 6747, 8807, 6890, 9618, 8835, 7392, 14287, 9157, 7687, 9467, 7539, 7327, 9272, 7696, 9472, 8389, 7056, 6713, 7609, 6977, 9154, 8646, 6912, 6813, 8107, 6927, 8211, 9687, 7560, 8088, 8691, 7016, 8697, 8416, 6964, 13260, 8712, 6962, 9113, 7486, 6751, 10519, 8507, 7072, 7048, 7700, 6870, 7285, 8797, 8474, 6880, 9803, 8040, 6948, 10293, 9015, 7930, 13299, 8166, 6889, 9069, 7835, 6795, 12483, 8593, 6701, 6737, 7300, 6940, 9288, 8809, 7112, 8865, 8056, 6767, 9070, 8741, 7824, 10607, 9481, 7209, 6576, 8908, 7416, 8187, 9393, 7143, 6667, 8085, 6868, 7010, 8668, 8469, 7702, 11426, 7671, 6684, 9375, 8407, 8321, 12633, 8672, 7125, 10547, 7982, 6808, 11498, 9182, 6794, 6844, 8277, 7228, 6913, 11024, 8078, 7429, 8520, 7593, 6833, 10879, 9178, 7644, 13518, 8975, 6890, 7070, 7374, 6950, 7151, 10638, 7122, 6616, 6924, 7555, 7912, 8747, 12344, 7992, 6919, 8445, 7528, 7650, 8908, 13322, 8950, 7079, 8277, 7846, 7690, 10420, 12363, 7533, 6856, 9199, 7525, 6976, 10562, 9531, 6895, 6753, 8272, 7082, 6848, 10630, 9633, 7311, 6874, 9492, 7324, 6911, 11760, 9921, 6848, 7040, 10405, 8013, 7278, 6778, 7542, 8353, 7243, 6725, 6720, 7812, 7779, 7166, 12903, 9518, 7281, 7490, 8204, 7910, 6981, 13514, 9326, 6814, 6821, 8431, 8076, 6980, 10578, 8553, 7108, 6797, 7837, 6777, 7937, 9134, 7509, 7820, 8891, 7079, 6780, 9920, 8921, 7310, 7288, 7402, 7208, 6906, 9077, 8713, 7345, 10491, 7924, 6869, 10525, 9471, 8167, 9793, 8862, 7010, 6976, 9897, 8705, 7326, 7600, 8551, 7313, 7074, 10408, 9529, 7946, 10812, 8122, 6957, 6908, 8379, 8276, 6907, 9672, 7489, 6994, 6724, 6626, 7448, 8503, 11161, 9294, 8142, 6983, 7817, 7037, 6786, 9850, 8230, 7114, 6707, 7838, 7292, 6947, 10156, 8243, 7169, 6924, 8277, 7788, 6919, 12026, 9589, 7015, 6973, 9081, 7854, 6914, 10816, 9285, 7209, 6921, 10487, 8766, 7268, 13749, 9316, 6728, 6938, 7867, 7888, 6761, 8746, 7646, 7038, 6764, 7591, 7359, 10407, 9151, 7155, 10859, 8129, 6862, 11848, 9426, 7776, 10712, 8626, 6893, 7432, 8976, 7884, 6946, 9138, 7925, 6679, 10230, 8927, 7636, 9615, 7242, 7012, 8087, 7586, 6947, 8906, 8641, 7003, 7093, 8623, 8092, 6991, 7560, 8476, 7095, 6897, 10719, 10066, 7934, 10733, 8755, 6826, 6723, 10976, 9777, 8102, 8957, 8580, 7024, 6959, 11168, 8972, 7416, 6745, 8160, 6988, 6957, 7865, 9161, 7391, 6743, 7094, 7344, 7189, 6738, 12125, 8396, 6863, 6654, 8281, 8319, 6894, 11593, 9165, 6701, 6914, 7901, 7805, 8756, 8695, 12825, 10368, 6874, 6677, 6814, 8258, 7088, 7003, 6978, 9197, 9346, 7977, 10205, 8602, 8086, 6823, 13108, 10093, 10358, 11049, 10919, 7904, 6851, 8685, 7474, 7164, 7095, 12009, 8046, 6835, 6945, 7509, 7151, 6691, 6630, 9755, 7979, 7257, 7161, 7160, 8396, 8998, 6992, 7397, 8551, 7373, 7005, 9399, 8547, 7096, 7379, 8519, 7240, 6870, 7167, 9769, 8093, 7130, 6871, 7690, 7396, 7041, 6993, 11024, 8264, 6888, 6750, 10089, 8388, 7003, 12003, 9751, 7064, 6827, 9105, 7734, 6799, 10302, 10327, 7184, 7016, 7227, 7944, 8823, 6859, 10506, 8499, 6875, 6889, 9233, 8362, 6844, 11444, 9001, 7098, 7089, 11519, 8681, 7118, 7002, 7724, 7497, 6714, 9762, 8818, 7025, 7046, 8185, 7647, 7174, 6840, 11208, 8723, 7086, 6820, 8073, 7442, 7119, 8471, 9579, 7452, 7069, 8964, 7931, 7166, 9227, 11490, 7251, 6796, 6773, 7260, 6959, 6860, 6705, 6964, 6980, 6872, 9162, 9294, 9396, 7059, 10987, 8653, 7052, 6935, 10725, 9013, 8521, 10662, 9124, 7282, 6777, 8584, 8064, 8910, 7177, 10446, 7465, 6935, 7487, 8181, 8625, 7471, 9888, 7317, 7040, 6992, 8785, 9634, 6995, 9126, 8364, 7096, 6717, 9319, 8955, 7051, 10261, 8037, 6887, 7020, 8499, 7698, 6780, 9224, 7361, 7102, 8211, 8530, 7205, 6841, 8972, 7170, 7152, 7645, 8284, 8511, 6772, 7901, 7844, 7174, 6881, 8683, 9565, 7284, 9779, 7443, 7024, 7050, 9666, 9843, 8332, 12055, 9359, 6725, 6782, 8519, 8733, 7056, 10840, 8979, 7024, 7220, 8384, 7040, 6971, 7378, 8714, 6954, 6908, 7925, 8213, 8815, 7388, 10290, 7820, 7066, 10084, 9263, 7143, 9054, 8035, 7300, 7026], 'WindowCenter': [4119.0, 4092.0, 4068.0, 4065.0, 4082.0, 4061.0, 4049.0, 4057.0, 4037.0, 4035.0, 4058.0, 4056.0, 4068.0, 4069.0, 4038.0, 4035.0, 4034.0, 4036.0, 4068.0, 4057.0, 4048.0, 4059.0, 4037.0, 4026.0, 4038.0, 4048.0, 4070.0, 4059.0, 4051.0, 4069.0, 4059.0, 4039.0, 4071.0, 4071.0, 4080.0, 4080.0, 4048.0, 4065.0, 4046.0, 4035.0, 4078.0, 4058.0, 4046.0, 4059.0, 4036.0, 4033.0, 4045.0, 4048.0, 4079.0, 4068.0, 4048.0, 4068.0, 4047.0, 4038.0, 4077.0, 4070.0, 4059.0, 4090.0, 4046.0, 4036.0, 4054.0, 4035.0, 4057.0, 4055.0, 4035.0, 4054.0, 4034.0, 4036.0, 4054.0, 4058.0, 4047.0, 4067.0, 4036.0, 4035.0, 4035.0, 4048.0, 4059.0, 4058.0, 4038.0, 4080.0, 4057.0, 4038.0, 4057.0, 4059.0, 4078.0, 4069.0, 4036.0, 4065.0, 4045.0, 4036.0, 4077.0, 4057.0, 4045.0, 4066.0, 4036.0, 4034.0, 4056.0, 4056.0, 4046.0, 4078.0, 4045.0, 4033.0, 4044.0, 4021.0, 4056.0, 4045.0, 4034.0, 4086.0, 4044.0, 4032.0, 4054.0, 4034.0, 4033.0, 4055.0, 4046.0, 4023.0, 4044.0, 4023.0, 4033.0, 4055.0, 4033.0, 4066.0, 4043.0, 4022.0, 4055.0, 4045.0, 4034.0, 4076.0, 4044.0, 4034.0, 4055.0, 4034.0, 4036.0, 4057.0, 4053.0, 4056.0, 4054.0, 4022.0, 4034.0, 4055.0, 4047.0, 4065.0, 4055.0, 4035.0, 4038.0, 4049.0, 4069.0, 4047.0, 4076.0, 4067.0, 4049.0, 4078.0, 4066.0, 4035.0, 4033.0, 4043.0, 4033.0, 4037.0, 4075.0, 4058.0, 4056.0, 4053.0, 4032.0, 4022.0, 4053.0, 4045.0, 4033.0, 4074.0, 4032.0, 4021.0, 4044.0, 4035.0, 4034.0, 4056.0, 4047.0, 4036.0, 4053.0, 4046.0, 4034.0, 4056.0, 4058.0, 4080.0, 4068.0, 4034.0, 4055.0, 4045.0, 4035.0, 4068.0, 4057.0, 4045.0, 4067.0, 4033.0, 4023.0, 4044.0, 4035.0, 4038.0, 4069.0, 4046.0, 4048.0, 4058.0, 4038.0, 4079.0, 4070.0, 4056.0, 4087.0, 4046.0, 4023.0, 4055.0, 4046.0, 4078.0, 4057.0, 4045.0, 4053.0, 4032.0, 4034.0, 4065.0, 4043.0, 4042.0, 4064.0, 4033.0, 4033.0, 4044.0, 4046.0, 4035.0, 4068.0, 4046.0, 4035.0, 4045.0, 4034.0, 4055.0, 4058.0, 4035.0, 4068.0, 4055.0, 4036.0, 4044.0, 4055.0, 4047.0, 4087.0, 4055.0, 4034.0, 4044.0, 4033.0, 4036.0, 4067.0, 4046.0, 4036.0, 4056.0, 4035.0, 4038.0, 4069.0, 4057.0, 4048.0, 4087.0, 4046.0, 4035.0, 4068.0, 4058.0, 4058.0, 4079.0, 4047.0, 4024.0, 4044.0, 4035.0, 4031.0, 4055.0, 4035.0, 4055.0, 4044.0, 4022.0, 4033.0, 4044.0, 4048.0, 4067.0, 4053.0, 4034.0, 4034.0, 4044.0, 4034.0, 4036.0, 4067.0, 4049.0, 4037.0, 4058.0, 4046.0, 4066.0, 4058.0, 4046.0, 4100.0, 4057.0, 4032.0, 4055.0, 4033.0, 4034.0, 4054.0, 4035.0, 4053.0, 4043.0, 4022.0, 4022.0, 4034.0, 4036.0, 4055.0, 4058.0, 4034.0, 4036.0, 4045.0, 4038.0, 4057.0, 4068.0, 4046.0, 4047.0, 4047.0, 4034.0, 4057.0, 4047.0, 4037.0, 4088.0, 4046.0, 4034.0, 4044.0, 4036.0, 4035.0, 4067.0, 4057.0, 4034.0, 4035.0, 4047.0, 4034.0, 4046.0, 4059.0, 4047.0, 4037.0, 4067.0, 4046.0, 4035.0, 4067.0, 4056.0, 4046.0, 4088.0, 4045.0, 4035.0, 4054.0, 4046.0, 4036.0, 4077.0, 4045.0, 4035.0, 4036.0, 4045.0, 4049.0, 4068.0, 4070.0, 4048.0, 4057.0, 4046.0, 4038.0, 4058.0, 4059.0, 4047.0, 4068.0, 4056.0, 4035.0, 4024.0, 4044.0, 4037.0, 4047.0, 4056.0, 4036.0, 4036.0, 4045.0, 4034.0, 4036.0, 4059.0, 4061.0, 4049.0, 4079.0, 4048.0, 4036.0, 4056.0, 4060.0, 4059.0, 4087.0, 4058.0, 4037.0, 4065.0, 4046.0, 4036.0, 4075.0, 4056.0, 4035.0, 4035.0, 4045.0, 4048.0, 4038.0, 4079.0, 4058.0, 4047.0, 4059.0, 4047.0, 4036.0, 4078.0, 4069.0, 4047.0, 4090.0, 4056.0, 4035.0, 4035.0, 4035.0, 4036.0, 4037.0, 4080.0, 4037.0, 4038.0, 4046.0, 4046.0, 4058.0, 4060.0, 4090.0, 4047.0, 4036.0, 4058.0, 4048.0, 4047.0, 4058.0, 4089.0, 4058.0, 4035.0, 4046.0, 4048.0, 4048.0, 4068.0, 4078.0, 4034.0, 4022.0, 4043.0, 4033.0, 4036.0, 4065.0, 4056.0, 4034.0, 4025.0, 4041.0, 4036.0, 4038.0, 4066.0, 4055.0, 4035.0, 4023.0, 4054.0, 4035.0, 4047.0, 4078.0, 4070.0, 4038.0, 4035.0, 4062.0, 4045.0, 4046.0, 4050.0, 4061.0, 4060.0, 4049.0, 4037.0, 4035.0, 4046.0, 4059.0, 4052.0, 4091.0, 4068.0, 4047.0, 4036.0, 4045.0, 4048.0, 4037.0, 4088.0, 4056.0, 4024.0, 4025.0, 4044.0, 4045.0, 4046.0, 4067.0, 4057.0, 4036.0, 4035.0, 4047.0, 4037.0, 4058.0, 4068.0, 4049.0, 4047.0, 4055.0, 4036.0, 4037.0, 4066.0, 4057.0, 4045.0, 4045.0, 4046.0, 4046.0, 4048.0, 4070.0, 4059.0, 4046.0, 4068.0, 4048.0, 4037.0, 4079.0, 4067.0, 4058.0, 4068.0, 4055.0, 4034.0, 4034.0, 4068.0, 4057.0, 4035.0, 4047.0, 4053.0, 4033.0, 4035.0, 4080.0, 4065.0, 4047.0, 4065.0, 4044.0, 4034.0, 4034.0, 4057.0, 4045.0, 4037.0, 4055.0, 4035.0, 4035.0, 4035.0, 4036.0, 4044.0, 4057.0, 4077.0, 4058.0, 4046.0, 4037.0, 4036.0, 4035.0, 4036.0, 4067.0, 4057.0, 4048.0, 4036.0, 4044.0, 4046.0, 4050.0, 4069.0, 4059.0, 4048.0, 4036.0, 4058.0, 4048.0, 4049.0, 4091.0, 4069.0, 4037.0, 4036.0, 4057.0, 4059.0, 4050.0, 4080.0, 4057.0, 4049.0, 4038.0, 4068.0, 4058.0, 4048.0, 4090.0, 4056.0, 4024.0, 4036.0, 4045.0, 4046.0, 4035.0, 4057.0, 4047.0, 4049.0, 4039.0, 4060.0, 4061.0, 4082.0, 4072.0, 4048.0, 4069.0, 4048.0, 4037.0, 4079.0, 4059.0, 4048.0, 4066.0, 4046.0, 4034.0, 4047.0, 4059.0, 4046.0, 4036.0, 4053.0, 4045.0, 4035.0, 4068.0, 4056.0, 4046.0, 4057.0, 4035.0, 4034.0, 4046.0, 4048.0, 4035.0, 4059.0, 4046.0, 4035.0, 4035.0, 4056.0, 4046.0, 4037.0, 4048.0, 4046.0, 4037.0, 4036.0, 4081.0, 4069.0, 4047.0, 4066.0, 4045.0, 4024.0, 4035.0, 4078.0, 4066.0, 4046.0, 4045.0, 4042.0, 4023.0, 4035.0, 4065.0, 4046.0, 4032.0, 4024.0, 4042.0, 4022.0, 4034.0, 4045.0, 4055.0, 4035.0, 4023.0, 4035.0, 4034.0, 4036.0, 4036.0, 4077.0, 4045.0, 4034.0, 4034.0, 4044.0, 4046.0, 4035.0, 4078.0, 4055.0, 4024.0, 4033.0, 4044.0, 4045.0, 4058.0, 4058.0, 4090.0, 4067.0, 4035.0, 4035.0, 4036.0, 4056.0, 4035.0, 4036.0, 4036.0, 4057.0, 4069.0, 4059.0, 4069.0, 4057.0, 4045.0, 4024.0, 4074.0, 4055.0, 4053.0, 4053.0, 4052.0, 4020.0, 4008.0, 4029.0, 4019.0, 4020.0, 4018.0, 4063.0, 4028.0, 4010.0, 4020.0, 4030.0, 4034.0, 4036.0, 4035.0, 4065.0, 4057.0, 4045.0, 4036.0, 4048.0, 4059.0, 4069.0, 4050.0, 4049.0, 4056.0, 4047.0, 4048.0, 4070.0, 4058.0, 4036.0, 4046.0, 4057.0, 4045.0, 4033.0, 4049.0, 4068.0, 4059.0, 4047.0, 4039.0, 4057.0, 4049.0, 4050.0, 4061.0, 4080.0, 4073.0, 4049.0, 4051.0, 4077.0, 4061.0, 4050.0, 4089.0, 4069.0, 4048.0, 4037.0, 4055.0, 4059.0, 4050.0, 4067.0, 4069.0, 4036.0, 4034.0, 4046.0, 4056.0, 4069.0, 4035.0, 4079.0, 4058.0, 4034.0, 4036.0, 4066.0, 4058.0, 4036.0, 4076.0, 4055.0, 4045.0, 4048.0, 4078.0, 4057.0, 4035.0, 4034.0, 4045.0, 4047.0, 4037.0, 4081.0, 4056.0, 4035.0, 4035.0, 4056.0, 4044.0, 4047.0, 4036.0, 4077.0, 4056.0, 4047.0, 4035.0, 4058.0, 4045.0, 4049.0, 4061.0, 4067.0, 4048.0, 4047.0, 4057.0, 4047.0, 4048.0, 4055.0, 4081.0, 4046.0, 4034.0, 4036.0, 4048.0, 4060.0, 4052.0, 4049.0, 4048.0, 4049.0, 4051.0, 4083.0, 4071.0, 4081.0, 4051.0, 4080.0, 4058.0, 4037.0, 4035.0, 4081.0, 4069.0, 4058.0, 4079.0, 4056.0, 4045.0, 4035.0, 4057.0, 4056.0, 4055.0, 4035.0, 4067.0, 4033.0, 4035.0, 4046.0, 4058.0, 4056.0, 4047.0, 4067.0, 4034.0, 4035.0, 4036.0, 4060.0, 4068.0, 4036.0, 4069.0, 4044.0, 4036.0, 4036.0, 4068.0, 4058.0, 4037.0, 4066.0, 4045.0, 4034.0, 4046.0, 4058.0, 4047.0, 4036.0, 4056.0, 4036.0, 4034.0, 4057.0, 4055.0, 4044.0, 4034.0, 4054.0, 4036.0, 4035.0, 4049.0, 4058.0, 4058.0, 4037.0, 4046.0, 4045.0, 4035.0, 4035.0, 4069.0, 4069.0, 4050.0, 4066.0, 4047.0, 4036.0, 4035.0, 4068.0, 4067.0, 4057.0, 4080.0, 4055.0, 4024.0, 4024.0, 4044.0, 4056.0, 4035.0, 4066.0, 4055.0, 4034.0, 4033.0, 4057.0, 4047.0, 4037.0, 4046.0, 4057.0, 4048.0, 4047.0, 4059.0, 4059.0, 4070.0, 4048.0, 4067.0, 4044.0, 4036.0, 4080.0, 4069.0, 4036.0, 4056.0, 4044.0, 4035.0, 4035.0], 'WindowWidth': [9183.0, 9130.0, 9088.0, 9077.0, 9096.0, 9065.0, 9044.0, 9052.0, 9024.0, 9019.0, 9054.0, 9049.0, 9065.0, 9071.0, 9024.0, 9016.0, 9016.0, 9020.0, 9066.0, 9051.0, 9038.0, 9055.0, 9021.0, 9007.0, 9024.0, 9042.0, 9073.0, 9059.0, 9047.0, 9068.0, 9054.0, 9026.0, 9074.0, 9077.0, 9084.0, 9086.0, 9039.0, 9058.0, 9033.0, 9019.0, 9082.0, 9053.0, 9035.0, 9053.0, 9021.0, 9013.0, 9033.0, 9040.0, 9084.0, 9068.0, 9039.0, 9066.0, 9037.0, 9025.0, 9079.0, 9072.0, 9055.0, 9097.0, 9034.0, 9017.0, 9041.0, 9018.0, 9049.0, 9044.0, 9017.0, 9043.0, 9013.0, 9018.0, 9044.0, 9053.0, 9036.0, 9065.0, 9021.0, 9019.0, 9019.0, 9042.0, 9057.0, 9054.0, 9028.0, 9084.0, 9051.0, 9024.0, 9051.0, 9055.0, 9080.0, 9069.0, 9020.0, 9058.0, 9031.0, 9019.0, 9077.0, 9051.0, 9032.0, 9061.0, 9021.0, 9016.0, 9047.0, 9049.0, 9033.0, 9080.0, 9033.0, 9015.0, 9029.0, 8996.0, 9046.0, 9030.0, 9016.0, 9088.0, 9027.0, 9010.0, 9040.0, 9014.0, 9014.0, 9045.0, 9032.0, 8999.0, 9028.0, 9000.0, 9013.0, 9046.0, 9015.0, 9061.0, 9027.0, 8998.0, 9043.0, 9031.0, 9016.0, 9074.0, 9029.0, 9013.0, 9043.0, 9015.0, 9020.0, 9050.0, 9043.0, 9047.0, 9043.0, 8998.0, 9014.0, 9045.0, 9036.0, 9058.0, 9045.0, 9018.0, 9030.0, 9042.0, 9070.0, 9037.0, 9076.0, 9067.0, 9044.0, 9079.0, 9063.0, 9017.0, 9012.0, 9026.0, 9013.0, 9022.0, 9072.0, 9053.0, 9046.0, 9039.0, 9009.0, 8996.0, 9040.0, 9031.0, 9013.0, 9070.0, 9010.0, 8995.0, 9026.0, 9016.0, 9017.0, 9047.0, 9038.0, 9021.0, 9043.0, 9034.0, 9016.0, 9050.0, 9054.0, 9083.0, 9067.0, 9017.0, 9044.0, 9030.0, 9017.0, 9065.0, 9049.0, 9030.0, 9063.0, 9012.0, 8999.0, 9028.0, 9020.0, 9027.0, 9068.0, 9038.0, 9039.0, 9052.0, 9025.0, 9084.0, 9072.0, 9047.0, 9091.0, 9034.0, 8999.0, 9044.0, 9036.0, 9078.0, 9049.0, 9030.0, 9039.0, 9009.0, 9016.0, 9058.0, 9027.0, 9024.0, 9056.0, 9014.0, 9014.0, 9029.0, 9034.0, 9020.0, 9065.0, 9036.0, 9019.0, 9032.0, 9016.0, 9046.0, 9053.0, 9019.0, 9064.0, 9045.0, 9020.0, 9029.0, 9048.0, 9038.0, 9090.0, 9044.0, 9014.0, 9028.0, 9012.0, 9021.0, 9064.0, 9037.0, 9020.0, 9046.0, 9018.0, 9024.0, 9070.0, 9053.0, 9040.0, 9092.0, 9035.0, 9018.0, 9064.0, 9053.0, 9051.0, 9083.0, 9035.0, 9001.0, 9028.0, 9016.0, 9009.0, 9046.0, 9019.0, 9043.0, 9027.0, 8997.0, 9013.0, 9029.0, 9044.0, 9064.0, 9041.0, 9015.0, 9014.0, 9029.0, 9018.0, 9023.0, 9065.0, 9044.0, 9025.0, 9054.0, 9036.0, 9061.0, 9053.0, 9036.0, 9111.0, 9049.0, 9010.0, 9042.0, 9011.0, 9015.0, 9042.0, 9018.0, 9040.0, 9025.0, 8994.0, 8996.0, 9015.0, 9021.0, 9046.0, 9051.0, 9017.0, 9020.0, 9032.0, 9026.0, 9051.0, 9067.0, 9036.0, 9037.0, 9035.0, 9016.0, 9048.0, 9038.0, 9022.0, 9092.0, 9034.0, 9014.0, 9027.0, 9018.0, 9018.0, 9063.0, 9050.0, 9017.0, 9019.0, 9034.0, 9018.0, 9036.0, 9055.0, 9037.0, 9023.0, 9064.0, 9035.0, 9017.0, 9064.0, 9048.0, 9033.0, 9092.0, 9031.0, 9015.0, 9042.0, 9035.0, 9022.0, 9077.0, 9031.0, 9017.0, 9019.0, 9033.0, 9043.0, 9068.0, 9073.0, 9040.0, 9050.0, 9034.0, 9023.0, 9052.0, 9055.0, 9036.0, 9064.0, 9046.0, 9016.0, 9001.0, 9029.0, 9022.0, 9037.0, 9048.0, 9021.0, 9019.0, 9030.0, 9016.0, 9021.0, 9057.0, 9061.0, 9043.0, 9082.0, 9039.0, 9022.0, 9049.0, 9057.0, 9054.0, 9092.0, 9052.0, 9021.0, 9058.0, 9033.0, 9023.0, 9072.0, 9047.0, 9019.0, 9019.0, 9033.0, 9038.0, 9026.0, 9083.0, 9054.0, 9037.0, 9054.0, 9036.0, 9021.0, 9078.0, 9068.0, 9037.0, 9097.0, 9045.0, 9017.0, 9016.0, 9018.0, 9022.0, 9024.0, 9087.0, 9025.0, 9026.0, 9034.0, 9036.0, 9055.0, 9058.0, 9099.0, 9038.0, 9021.0, 9052.0, 9038.0, 9038.0, 9053.0, 9097.0, 9053.0, 9019.0, 9033.0, 9038.0, 9041.0, 9066.0, 9080.0, 9015.0, 8996.0, 9024.0, 9010.0, 9018.0, 9057.0, 9046.0, 9014.0, 9003.0, 9022.0, 9020.0, 9026.0, 9060.0, 9046.0, 9018.0, 9000.0, 9041.0, 9018.0, 9037.0, 9079.0, 9073.0, 9024.0, 9018.0, 9054.0, 9033.0, 9036.0, 9047.0, 9064.0, 9059.0, 9044.0, 9025.0, 9020.0, 9037.0, 9058.0, 9053.0, 9102.0, 9069.0, 9037.0, 9019.0, 9030.0, 9039.0, 9024.0, 9093.0, 9048.0, 9003.0, 9004.0, 9028.0, 9032.0, 9036.0, 9065.0, 9050.0, 9022.0, 9019.0, 9038.0, 9026.0, 9055.0, 9068.0, 9043.0, 9039.0, 9046.0, 9020.0, 9022.0, 9064.0, 9051.0, 9033.0, 9033.0, 9033.0, 9035.0, 9040.0, 9074.0, 9059.0, 9038.0, 9068.0, 9039.0, 9023.0, 9082.0, 9066.0, 9053.0, 9065.0, 9045.0, 9016.0, 9017.0, 9067.0, 9049.0, 9019.0, 9037.0, 9042.0, 9015.0, 9019.0, 9085.0, 9062.0, 9035.0, 9060.0, 9027.0, 9014.0, 9016.0, 9051.0, 9033.0, 9022.0, 9045.0, 9018.0, 9018.0, 9019.0, 9024.0, 9030.0, 9050.0, 9078.0, 9053.0, 9037.0, 9023.0, 9020.0, 9019.0, 9023.0, 9065.0, 9053.0, 9039.0, 9022.0, 9030.0, 9039.0, 9047.0, 9069.0, 9056.0, 9040.0, 9024.0, 9051.0, 9039.0, 9044.0, 9102.0, 9069.0, 9024.0, 9023.0, 9051.0, 9057.0, 9045.0, 9085.0, 9052.0, 9041.0, 9024.0, 9068.0, 9054.0, 9040.0, 9100.0, 9048.0, 9000.0, 9017.0, 9030.0, 9035.0, 9020.0, 9052.0, 9038.0, 9042.0, 9029.0, 9059.0, 9066.0, 9092.0, 9079.0, 9041.0, 9068.0, 9038.0, 9023.0, 9085.0, 9056.0, 9037.0, 9060.0, 9033.0, 9014.0, 9037.0, 9056.0, 9034.0, 9020.0, 9040.0, 9030.0, 9020.0, 9069.0, 9049.0, 9033.0, 9049.0, 9016.0, 9014.0, 9035.0, 9041.0, 9019.0, 9053.0, 9034.0, 9018.0, 9017.0, 9048.0, 9035.0, 9024.0, 9040.0, 9035.0, 9024.0, 9022.0, 9089.0, 9069.0, 9037.0, 9061.0, 9031.0, 9001.0, 9018.0, 9081.0, 9061.0, 9033.0, 9031.0, 9022.0, 8997.0, 9019.0, 9060.0, 9033.0, 9010.0, 8999.0, 9021.0, 8995.0, 9016.0, 9033.0, 9044.0, 9018.0, 8999.0, 9016.0, 9015.0, 9023.0, 9023.0, 9077.0, 9031.0, 9014.0, 9015.0, 9029.0, 9036.0, 9019.0, 9080.0, 9044.0, 9001.0, 9013.0, 9028.0, 9033.0, 9053.0, 9053.0, 9098.0, 9063.0, 9017.0, 9020.0, 9024.0, 9048.0, 9020.0, 9020.0, 9022.0, 9051.0, 9072.0, 9056.0, 9069.0, 9050.0, 9032.0, 9001.0, 9070.0, 9044.0, 9036.0, 9037.0, 9033.0, 8988.0, 8970.0, 8997.0, 8988.0, 8991.0, 8985.0, 9049.0, 8998.0, 8974.0, 8990.0, 9005.0, 9014.0, 9024.0, 9020.0, 9059.0, 9053.0, 9036.0, 9022.0, 9043.0, 9060.0, 9073.0, 9047.0, 9043.0, 9048.0, 9036.0, 9040.0, 9075.0, 9055.0, 9023.0, 9035.0, 9051.0, 9032.0, 9017.0, 9045.0, 9070.0, 9057.0, 9039.0, 9029.0, 9055.0, 9044.0, 9049.0, 9065.0, 9090.0, 9083.0, 9047.0, 9049.0, 9081.0, 9061.0, 9048.0, 9099.0, 9071.0, 9041.0, 9024.0, 9047.0, 9059.0, 9048.0, 9066.0, 9073.0, 9024.0, 9019.0, 9034.0, 9051.0, 9071.0, 9022.0, 9085.0, 9053.0, 9020.0, 9022.0, 9064.0, 9054.0, 9022.0, 9077.0, 9045.0, 9035.0, 9042.0, 9081.0, 9055.0, 9022.0, 9019.0, 9033.0, 9039.0, 9025.0, 9090.0, 9052.0, 9020.0, 9019.0, 9047.0, 9032.0, 9038.0, 9024.0, 9082.0, 9053.0, 9038.0, 9022.0, 9053.0, 9039.0, 9044.0, 9061.0, 9066.0, 9040.0, 9038.0, 9051.0, 9039.0, 9042.0, 9047.0, 9088.0, 9035.0, 9018.0, 9022.0, 9041.0, 9064.0, 9056.0, 9048.0, 9044.0, 9046.0, 9051.0, 9097.0, 9077.0, 9092.0, 9051.0, 9090.0, 9055.0, 9024.0, 9020.0, 9091.0, 9072.0, 9054.0, 9085.0, 9048.0, 9032.0, 9017.0, 9052.0, 9050.0, 9048.0, 9019.0, 9064.0, 9015.0, 9019.0, 9034.0, 9054.0, 9049.0, 9036.0, 9065.0, 9018.0, 9019.0, 9022.0, 9060.0, 9067.0, 9024.0, 9069.0, 9031.0, 9021.0, 9022.0, 9069.0, 9055.0, 9024.0, 9063.0, 9031.0, 9017.0, 9038.0, 9054.0, 9040.0, 9023.0, 9047.0, 9019.0, 9015.0, 9052.0, 9047.0, 9030.0, 9018.0, 9044.0, 9020.0, 9020.0, 9045.0, 9055.0, 9055.0, 9025.0, 9036.0, 9032.0, 9020.0, 9020.0, 9073.0, 9072.0, 9047.0, 9065.0, 9037.0, 9021.0, 9020.0, 9068.0, 9067.0, 9052.0, 9085.0, 9045.0, 9002.0, 9002.0, 9029.0, 9048.0, 9019.0, 9063.0, 9045.0, 9015.0, 9013.0, 9052.0, 9038.0, 9024.0, 9038.0, 9050.0, 9040.0, 9039.0, 9059.0, 9057.0, 9072.0, 9042.0, 9065.0, 9032.0, 9021.0, 9086.0, 9070.0, 9022.0, 9049.0, 9029.0, 9017.0, 9018.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.000392021978021978</td></tr>
<tr><td colspan=3>aqi</td><td>0.01817873186813187</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.41955226898782</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1884742681078126</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0009550154235427</td></tr>
<tr><td colspan=3>efc</td><td>0.489</td></tr>
<tr><td colspan=3>fber</td><td>6471.2471</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08232829765237198</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6483516483516483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3815635349304114</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2940244907607394</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.554814302724844</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.29585181130565</td></tr>
<tr><td colspan=3>gcor</td><td>0.00650154</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005195698235183954</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04084054008126259</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.941718765644131</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>15.3793</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.69</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.0163</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296415.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>984.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.5266</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.635</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.458</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3245.1404</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.3827</td></tr>
<tr><td colspan=3>tsnr</td><td>43.59353830269538</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>