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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-02/func/sub-0073_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9903693397b796aa2a4dcd7ae2787551</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>19:22:11.127500</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_VE11E_LATEST_20181129</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.998695, 0.0067581, -0.0506132, 0.00592648, 0.969163, 0.246348]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0953388</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7820, -7282, 572, -100, -284, -127, 98]</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>237.56</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>73501507-2db4-4007-8e50-cb51c60dfd67||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679426908493042, 0.01590031199157238, -0.13693667948246002, 114.54539489746094], [-0.018131490796804428, 2.6001944541931152, 0.6650815010070801, -95.25707244873047], [-0.13579148054122925, -0.6609333753585815, 2.6132192611694336, -40.2331428527832], [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': ['192211.127500', '192211.587500', '192212.047500', '192212.507500', '192212.967500', '192213.427500', '192213.887500', '192214.347500', '192214.807500', '192215.267500', '192215.727500', '192216.187500', '192216.647500', '192217.107500', '192217.567500', '192218.027500', '192218.487500', '192218.947500', '192219.407500', '192219.867500', '192220.327500', '192220.787500', '192221.247500', '192221.707500', '192222.167500', '192222.627500', '192223.087500', '192223.547500', '192224.007500', '192224.467500', '192224.927500', '192225.387500', '192225.847500', '192226.307500', '192226.767500', '192227.227500', '192227.687500', '192228.147500', '192228.607500', '192229.067500', '192229.527500', '192229.987500', '192230.447500', '192230.907500', '192231.367500', '192231.827500', '192232.287500', '192232.747500', '192233.207500', '192233.667500', '192234.127500', '192234.587500', '192235.047500', '192235.507500', '192235.967500', '192236.427500', '192236.887500', '192237.347500', '192237.807500', '192238.267500', '192238.727500', '192239.187500', '192239.647500', '192240.107500', '192240.567500', '192241.027500', '192241.487500', '192241.947500', '192242.407500', '192242.867500', '192243.327500', '192243.787500', '192244.247500', '192244.707500', '192245.167500', '192245.627500', '192246.087500', '192246.547500', '192247.007500', '192247.467500', '192247.927500', '192248.387500', '192248.847500', '192249.307500', '192249.767500', '192250.227500', '192250.687500', '192251.147500', '192251.607500', '192252.067500', '192252.527500', '192252.987500', '192253.447500', '192253.907500', '192254.367500', '192254.827500', '192255.287500', '192255.747500', '192256.207500', '192256.667500', '192257.127500', '192257.587500', '192258.047500', '192258.507500', '192258.967500', '192259.427500', '192259.887500', '192300.347500', '192300.807500', '192301.267500', '192301.727500', '192302.187500', '192302.647500', '192303.107500', '192303.567500', '192304.027500', '192304.487500', '192304.947500', '192305.407500', '192305.867500', '192306.327500', '192306.787500', '192307.247500', '192307.707500', '192308.167500', '192308.627500', '192309.087500', '192309.547500', '192310.007500', '192310.467500', '192310.927500', '192311.387500', '192311.847500', '192312.307500', '192312.767500', '192313.227500', '192313.687500', '192314.147500', '192314.607500', '192315.067500', '192315.527500', '192315.987500', '192316.447500', '192316.907500', '192317.367500', '192317.827500', '192318.287500', '192318.747500', '192319.207500', '192319.667500', '192320.127500', '192320.587500', '192321.047500', '192321.507500', '192321.967500', '192322.427500', '192322.887500', '192323.347500', '192323.807500', '192324.267500', '192324.727500', '192325.187500', '192325.647500', '192326.107500', '192326.567500', '192327.027500', '192327.487500', '192327.947500', '192328.407500', '192328.867500', '192329.327500', '192329.787500', '192330.247500', '192330.707500', '192331.167500', '192331.627500', '192332.087500', '192332.547500', '192333.007500', '192333.467500', '192333.927500', '192334.387500', '192334.847500', '192335.307500', '192335.767500', '192336.227500', '192336.687500', '192337.147500', '192337.607500', '192338.067500', '192338.527500', '192338.987500', '192339.447500', '192339.907500', '192340.367500', '192340.827500', '192341.287500', '192341.747500', '192342.207500', '192342.667500', '192343.127500', '192343.587500', '192344.047500', '192344.507500', '192344.967500', '192345.427500', '192345.887500', '192346.347500', '192346.807500', '192347.267500', '192347.727500', '192348.187500', '192348.647500', '192349.107500', '192349.567500', '192350.027500', '192350.487500', '192350.947500', '192351.407500', '192351.867500', '192352.327500', '192352.787500', '192353.247500', '192353.707500', '192354.167500', '192354.627500', '192355.087500', '192355.547500', '192356.007500', '192356.467500', '192356.927500', '192357.387500', '192357.847500', '192358.307500', '192358.767500', '192359.227500', '192359.687500', '192400.147500', '192400.607500', '192401.067500', '192401.527500', '192401.987500', '192402.447500', '192402.907500', '192403.367500', '192403.827500', '192404.287500', '192404.747500', '192405.207500', '192405.667500', '192406.127500', '192406.587500', '192407.047500', '192407.507500', '192407.967500', '192408.427500', '192408.887500', '192409.347500', '192409.807500', '192410.267500', '192410.727500', '192411.187500', '192411.647500', '192412.107500', '192412.567500', '192413.027500', '192413.487500', '192413.947500', '192414.407500', '192414.867500', '192415.327500', '192415.787500', '192416.247500', '192416.707500', '192417.167500', '192417.627500', '192418.087500', '192418.547500', '192419.007500', '192419.467500', '192419.927500', '192420.387500', '192420.847500', '192421.307500', '192421.767500', '192422.227500', '192422.687500', '192423.147500', '192423.607500', '192424.067500', '192424.527500', '192424.987500', '192425.447500', '192425.907500', '192426.367500', '192426.827500', '192427.287500', '192427.747500', '192428.207500', '192428.667500', '192429.127500', '192429.587500', '192430.047500', '192430.507500', '192430.967500', '192431.427500', '192431.887500', '192432.347500', '192432.807500', '192433.267500', '192433.727500', '192434.187500', '192434.647500', '192435.107500', '192435.567500', '192436.027500', '192436.487500', '192436.947500', '192437.407500', '192437.867500', '192438.327500', '192438.787500', '192439.247500', '192439.707500', '192440.167500', '192440.627500', '192441.087500', '192441.547500', '192442.007500', '192442.467500', '192442.927500', '192443.387500', '192443.847500', '192444.307500', '192444.767500', '192445.227500', '192445.687500', '192446.147500', '192446.607500', '192447.067500', '192447.527500', '192447.987500', '192448.447500', '192448.907500', '192449.367500', '192449.827500', '192450.287500', '192450.747500', '192451.207500', '192451.667500', '192452.127500', '192452.587500', '192453.047500', '192453.507500', '192453.967500', '192454.427500', '192454.887500', '192455.347500', '192455.807500', '192456.267500', '192456.727500', '192457.187500', '192457.647500', '192458.107500', '192458.567500', '192459.027500', '192459.487500', '192459.947500', '192500.407500', '192500.867500', '192501.327500', '192501.787500', '192502.247500', '192502.707500', '192503.167500', '192503.627500', '192504.087500', '192504.547500', '192505.007500', '192505.467500', '192505.927500', '192506.387500', '192506.847500', '192507.307500', '192507.767500', '192508.227500', '192508.687500', '192509.147500', '192509.607500', '192510.067500', '192510.527500', '192510.987500', '192511.447500', '192511.907500', '192512.367500', '192512.827500', '192513.287500', '192513.747500', '192514.207500', '192514.667500', '192515.127500', '192515.587500', '192516.047500', '192516.507500', '192516.967500', '192517.427500', '192517.887500', '192518.347500', '192518.807500', '192519.267500', '192519.727500', '192520.187500', '192520.647500', '192521.107500', '192521.567500', '192522.027500', '192522.487500', '192522.947500', '192523.407500', '192523.867500', '192524.327500', '192524.787500', '192525.247500', '192525.707500', '192526.167500', '192526.627500', '192527.087500', '192527.547500', '192528.007500', '192528.467500', '192528.927500', '192529.387500', '192529.847500', '192530.307500', '192530.767500', '192531.227500', '192531.687500', '192532.147500', '192532.607500', '192533.067500', '192533.527500', '192533.987500', '192534.447500', '192534.907500', '192535.367500', '192535.827500', '192536.287500', '192536.747500', '192537.207500', '192537.667500', '192538.127500', '192538.587500', '192539.047500', '192539.507500', '192539.967500', '192540.427500', '192540.887500', '192541.347500', '192541.807500', '192542.267500', '192542.727500', '192543.187500', '192543.647500', '192544.107500', '192544.567500', '192545.027500', '192545.487500', '192545.947500', '192546.407500', '192546.867500', '192547.327500', '192547.787500', '192548.247500', '192548.707500', '192549.167500', '192549.627500', '192550.087500', '192550.547500', '192551.007500', '192551.467500', '192551.927500', '192552.387500', '192552.847500', '192553.307500', '192553.767500', '192554.227500', '192554.687500', '192555.147500', '192555.607500', '192556.067500', '192556.527500', '192556.987500', '192557.447500', '192557.907500', '192558.367500', '192558.827500', '192559.287500', '192559.747500', '192600.207500', '192600.667500', '192601.127500', '192601.587500', '192602.047500', '192602.507500', '192602.967500', '192603.427500', '192603.887500', '192604.347500', '192604.807500', '192605.267500', '192605.727500', '192606.187500', '192606.647500', '192607.107500', '192607.567500', '192608.027500', '192608.487500', '192608.947500', '192609.407500', '192609.867500', '192610.327500', '192610.787500', '192611.247500', '192611.707500', '192612.167500', '192612.627500', '192613.087500', '192613.547500', '192614.007500', '192614.467500', '192614.927500', '192615.387500', '192615.847500', '192616.307500', '192616.767500', '192617.227500', '192617.687500', '192618.147500', '192618.607500', '192619.067500', '192619.527500', '192619.987500', '192620.447500', '192620.907500', '192621.367500', '192621.827500', '192622.287500', '192622.747500', '192623.207500', '192623.667500', '192624.127500', '192624.587500', '192625.047500', '192625.507500', '192625.967500', '192626.427500', '192626.887500', '192627.347500', '192627.807500', '192628.267500', '192628.727500', '192629.187500', '192629.647500', '192630.107500', '192630.567500', '192631.027500', '192631.487500', '192631.947500', '192632.407500', '192632.867500', '192633.327500', '192633.787500', '192634.247500', '192634.707500', '192635.167500', '192635.627500', '192636.087500', '192636.547500', '192637.007500', '192637.467500', '192637.927500', '192638.387500', '192638.847500', '192639.307500', '192639.767500', '192640.227500', '192640.687500', '192641.147500', '192641.607500', '192642.067500', '192642.527500', '192642.987500', '192643.447500', '192643.907500', '192644.367500', '192644.827500', '192645.287500', '192645.747500', '192646.207500', '192646.667500', '192647.127500', '192647.587500', '192648.047500', '192648.507500', '192648.967500', '192649.427500', '192649.887500', '192650.347500', '192650.807500', '192651.267500', '192651.727500', '192652.187500', '192652.647500', '192653.107500', '192653.567500', '192654.027500', '192654.487500', '192654.947500', '192655.407500', '192655.867500', '192656.327500', '192656.787500', '192657.247500', '192657.707500', '192658.167500', '192658.627500', '192659.087500', '192659.547500', '192700.007500', '192700.467500', '192700.927500', '192701.387500', '192701.847500', '192702.307500', '192702.767500', '192703.227500', '192703.687500', '192704.147500', '192704.607500', '192705.067500', '192705.527500', '192705.987500', '192706.447500', '192706.907500', '192707.367500', '192707.827500', '192708.287500', '192708.747500', '192709.207500', '192709.667500', '192710.127500', '192710.587500', '192711.047500', '192711.507500', '192711.967500', '192712.427500', '192712.887500', '192713.347500', '192713.807500', '192714.267500', '192714.727500', '192715.187500', '192715.647500', '192716.107500', '192716.567500', '192717.027500', '192717.487500', '192717.947500', '192718.407500', '192718.867500', '192719.327500', '192719.787500', '192720.247500', '192720.707500', '192721.167500', '192721.627500', '192722.087500', '192722.547500', '192723.007500', '192723.467500', '192723.927500', '192724.387500', '192724.847500', '192725.307500', '192725.767500', '192726.227500', '192726.687500', '192727.147500', '192727.607500', '192728.067500', '192728.527500', '192728.987500', '192729.447500', '192729.907500', '192730.367500', '192730.827500', '192731.287500', '192731.747500', '192732.207500', '192732.667500', '192733.127500', '192733.587500', '192734.047500', '192734.507500', '192734.967500', '192735.427500', '192735.887500', '192736.347500', '192736.807500', '192737.267500', '192737.727500', '192738.187500', '192738.647500', '192739.107500', '192739.567500', '192740.027500', '192740.487500', '192740.947500', '192741.407500', '192741.867500', '192742.327500', '192742.787500', '192743.247500', '192743.707500', '192744.167500', '192744.627500', '192745.087500', '192745.547500', '192746.007500', '192746.467500', '192746.927500', '192747.387500', '192747.847500', '192748.307500', '192748.767500', '192749.227500', '192749.687500', '192750.147500', '192750.607500', '192751.067500', '192751.527500', '192751.987500', '192752.447500', '192752.907500', '192753.367500', '192753.827500', '192754.287500', '192754.747500', '192755.207500', '192755.667500', '192756.127500', '192756.587500', '192757.047500', '192757.507500', '192757.967500', '192758.427500', '192758.887500', '192759.347500', '192759.807500', '192800.267500', '192800.727500', '192801.187500', '192801.647500', '192802.107500', '192802.567500', '192803.027500', '192803.487500', '192803.947500', '192804.407500', '192804.867500', '192805.327500', '192805.787500', '192806.247500', '192806.707500', '192807.167500', '192807.627500', '192808.087500', '192808.547500', '192809.007500', '192809.467500', '192809.927500', '192810.387500', '192810.847500', '192811.307500', '192811.767500', '192812.227500', '192812.687500', '192813.147500', '192813.607500', '192814.067500', '192814.527500', '192814.987500', '192815.447500', '192815.907500', '192816.367500', '192816.827500', '192817.287500', '192817.747500', '192818.207500', '192818.667500', '192819.127500', '192819.587500', '192820.047500', '192820.507500', '192820.967500', '192821.427500', '192821.887500', '192822.347500', '192822.807500', '192823.267500', '192823.727500', '192824.187500', '192824.647500', '192825.107500', '192825.567500', '192826.027500', '192826.487500', '192826.947500', '192827.407500', '192827.867500', '192828.327500', '192828.787500', '192829.247500', '192829.707500', '192830.167500', '192830.627500', '192831.087500', '192831.547500', '192832.007500', '192832.467500', '192832.927500', '192833.387500', '192833.847500', '192834.307500', '192834.767500', '192835.227500', '192835.687500', '192836.147500', '192836.607500', '192837.067500', '192837.527500', '192837.987500', '192838.447500', '192838.907500', '192839.367500', '192839.827500', '192840.287500', '192840.747500', '192841.207500', '192841.667500', '192842.127500', '192842.587500', '192843.047500', '192843.507500', '192843.967500', '192844.427500', '192844.887500', '192845.347500', '192845.807500', '192846.267500', '192846.727500', '192847.187500', '192847.647500', '192848.107500', '192848.567500', '192849.027500', '192849.487500', '192849.947500', '192850.407500', '192850.867500', '192851.327500', '192851.787500', '192852.247500', '192852.707500', '192853.167500', '192853.627500', '192854.087500', '192854.547500', '192855.007500', '192855.467500', '192855.927500', '192856.387500', '192856.847500', '192857.307500', '192857.767500', '192858.227500', '192858.687500', '192859.147500', '192859.607500', '192900.067500', '192900.527500', '192900.987500', '192901.447500', '192901.907500', '192902.367500', '192902.827500', '192903.287500', '192903.747500', '192904.207500', '192904.667500', '192905.127500', '192905.587500', '192906.047500', '192906.507500', '192906.967500', '192907.427500', '192907.887500', '192908.347500', '192908.807500', '192909.267500', '192909.727500', '192910.187500', '192910.647500', '192911.107500'], 'ContentTime': ['192232.807000', '192232.811000', '192232.814000', '192232.817000', '192232.819000', '192232.822000', '192232.824000', '192232.830000', '192232.833000', '192232.835000', '192232.838000', '192232.840000', '192232.847000', '192232.861000', '192232.864000', '192232.866000', '192232.869000', '192232.871000', '192232.874000', '192232.876000', '192232.879000', '192232.882000', '192232.884000', '192232.887000', '192232.889000', '192232.892000', '192232.894000', '192232.897000', '192232.899000', '192232.902000', '192232.905000', '192232.907000', '192232.910000', '192232.912000', '192232.915000', '192232.917000', '192232.920000', '192232.923000', '192232.925000', '192232.928000', '192232.931000', '192232.933000', '192232.936000', '192232.938000', '192252.767000', '192252.770000', '192252.773000', '192252.775000', '192252.778000', '192252.780000', '192252.783000', '192252.785000', '192252.788000', '192252.791000', '192252.794000', '192252.797000', '192252.800000', '192252.802000', '192252.805000', '192252.812000', '192252.814000', '192252.817000', '192252.819000', '192252.822000', '192252.825000', '192252.827000', '192252.830000', '192252.832000', '192252.835000', '192252.837000', '192252.840000', '192252.842000', '192252.845000', '192252.848000', '192252.850000', '192252.853000', '192252.855000', '192252.858000', '192252.860000', '192252.863000', '192252.866000', '192252.868000', '192252.876000', '192252.879000', '192252.882000', '192252.884000', '192252.887000', '192312.767000', '192312.770000', '192312.773000', '192312.775000', '192312.778000', '192312.780000', '192312.783000', '192312.786000', '192312.788000', '192312.791000', '192312.793000', '192312.796000', '192312.799000', '192312.822000', '192312.825000', '192312.828000', '192312.830000', '192312.833000', '192312.835000', '192312.838000', '192312.840000', '192312.843000', '192312.846000', '192312.848000', '192312.851000', '192312.853000', '192312.856000', '192312.859000', '192312.861000', '192312.864000', '192312.866000', '192312.869000', '192312.871000', '192312.874000', '192312.876000', '192312.879000', '192312.881000', '192312.884000', '192312.886000', '192312.889000', '192312.892000', '192312.894000', '192312.897000', '192312.899000', '192332.767000', '192332.770000', '192332.773000', '192332.775000', '192332.778000', '192332.780000', '192332.783000', '192332.786000', '192332.788000', '192332.791000', '192332.793000', '192332.796000', '192332.799000', '192332.801000', '192332.804000', '192332.807000', '192332.810000', '192332.813000', '192332.816000', '192332.819000', '192332.821000', '192332.824000', '192332.827000', '192332.829000', '192332.832000', '192332.834000', '192332.837000', '192332.840000', '192332.845000', '192332.847000', '192332.850000', '192332.852000', '192332.855000', '192332.857000', '192332.860000', '192332.863000', '192332.865000', '192332.868000', '192332.870000', '192332.873000', '192332.875000', '192332.878000', '192332.880000', '192352.767000', '192352.770000', '192352.773000', '192352.775000', '192352.778000', '192352.781000', '192352.783000', '192352.786000', '192352.788000', '192352.791000', '192352.794000', '192352.796000', '192352.799000', '192352.810000', '192352.813000', '192352.815000', '192352.818000', '192352.820000', '192352.823000', '192352.825000', '192352.828000', '192352.831000', '192352.833000', '192352.836000', '192352.838000', '192352.850000', '192352.852000', '192352.855000', '192352.858000', '192352.860000', '192352.863000', '192352.865000', '192352.868000', '192352.870000', '192352.873000', '192352.875000', '192352.878000', '192352.881000', '192352.883000', '192352.886000', '192352.889000', '192352.891000', '192352.894000', '192352.896000', '192412.767000', '192412.770000', '192412.773000', '192412.776000', '192412.778000', '192412.781000', '192412.783000', '192412.786000', '192412.788000', '192412.791000', '192412.794000', '192412.797000', '192412.799000', '192412.802000', '192412.805000', '192412.808000', '192412.810000', '192412.813000', '192412.815000', '192412.818000', '192412.821000', '192412.823000', '192412.838000', '192412.841000', '192412.844000', '192412.846000', '192412.849000', '192412.852000', '192412.854000', '192412.857000', '192412.859000', '192412.862000', '192412.864000', '192412.867000', '192412.869000', '192412.872000', '192412.875000', '192412.877000', '192412.880000', '192412.882000', '192412.885000', '192412.888000', '192412.890000', '192432.769000', '192432.771000', '192432.774000', '192432.777000', '192432.779000', '192432.782000', '192432.784000', '192432.787000', '192432.790000', '192432.792000', '192432.795000', '192432.797000', '192432.862000', '192432.865000', '192432.867000', '192432.870000', '192432.873000', '192432.875000', '192432.878000', '192432.880000', '192432.883000', '192432.886000', '192432.888000', '192432.891000', '192432.893000', '192432.896000', '192432.898000', '192432.901000', '192432.904000', '192432.906000', '192432.909000', '192432.912000', '192432.914000', '192432.917000', '192432.919000', '192432.922000', '192432.924000', '192432.927000', '192432.930000', '192432.932000', '192432.935000', '192432.937000', '192432.940000', '192432.942000', '192452.767000', '192452.770000', '192452.773000', '192452.775000', '192452.778000', '192452.781000', '192452.783000', '192452.786000', '192452.788000', '192452.791000', '192452.794000', '192452.796000', '192452.799000', '192452.801000', '192452.804000', '192452.807000', '192452.809000', '192452.812000', '192452.814000', '192452.817000', '192452.820000', '192452.822000', '192452.825000', '192452.827000', '192452.830000', '192452.832000', '192452.835000', '192452.837000', '192452.840000', '192452.842000', '192452.845000', '192452.848000', '192452.850000', '192452.853000', '192452.856000', '192452.858000', '192452.861000', '192452.864000', '192452.866000', '192452.869000', '192452.871000', '192452.874000', '192452.876000', '192512.768000', '192512.770000', '192512.773000', '192512.776000', '192512.778000', '192512.781000', '192512.784000', '192512.786000', '192512.789000', '192512.791000', '192512.794000', '192512.797000', '192512.838000', '192512.840000', '192512.843000', '192512.846000', '192512.848000', '192512.851000', '192512.853000', '192512.856000', '192512.858000', '192512.861000', '192512.864000', '192512.866000', '192512.869000', '192512.871000', '192512.874000', '192512.876000', '192512.879000', '192512.882000', '192512.884000', '192512.887000', '192512.890000', '192512.892000', '192512.895000', '192512.897000', '192512.900000', '192512.903000', '192512.905000', '192512.908000', '192512.910000', '192512.913000', '192512.915000', '192512.918000', '192532.767000', '192532.770000', '192532.773000', '192532.775000', '192532.778000', '192532.781000', '192532.783000', '192532.786000', '192532.788000', '192532.791000', '192532.793000', '192532.796000', '192532.799000', '192532.826000', '192532.829000', '192532.831000', '192532.834000', '192532.837000', '192532.840000', '192532.843000', '192532.846000', '192532.848000', '192532.851000', '192532.853000', '192532.856000', '192532.858000', '192532.861000', '192532.864000', '192532.866000', '192532.869000', '192532.873000', '192532.876000', '192532.878000', '192532.881000', '192532.884000', '192532.886000', '192532.889000', '192532.891000', '192532.894000', '192532.896000', '192532.899000', '192532.902000', '192532.904000', '192552.768000', '192552.770000', '192552.773000', '192552.776000', '192552.788000', '192552.791000', '192552.793000', '192552.796000', '192552.798000', '192552.825000', '192552.828000', '192552.830000', '192552.833000', '192552.835000', '192552.838000', '192552.841000', '192552.843000', '192552.846000', '192552.848000', '192552.851000', '192552.854000', '192552.856000', '192552.859000', '192552.861000', '192552.864000', '192552.866000', '192552.869000', '192552.872000', '192552.874000', '192552.877000', '192552.879000', '192552.882000', '192552.884000', '192552.887000', '192552.890000', '192552.892000', '192552.895000', '192552.898000', '192552.900000', '192552.903000', '192552.905000', '192552.908000', '192552.910000', '192552.913000', '192612.767000', '192612.770000', '192612.773000', '192612.776000', '192612.778000', '192612.781000', '192612.783000', '192612.786000', '192612.789000', '192612.791000', '192612.794000', '192612.796000', '192612.799000', '192612.820000', '192612.823000', '192612.825000', '192612.828000', '192612.831000', '192612.833000', '192612.836000', '192612.839000', '192612.841000', '192612.844000', '192612.846000', '192612.849000', '192612.851000', '192612.854000', '192612.857000', '192612.859000', '192612.862000', '192612.865000', '192612.868000', '192612.871000', '192612.874000', '192612.876000', '192612.879000', '192612.881000', '192612.884000', '192612.886000', '192612.889000', '192612.892000', '192612.894000', '192612.897000', '192632.767000', '192632.770000', '192632.773000', '192632.776000', '192632.778000', '192632.781000', '192632.783000', '192632.786000', '192632.789000', '192632.791000', '192632.794000', '192632.796000', '192632.799000', '192632.868000', '192632.870000', '192632.873000', '192632.876000', '192632.878000', '192632.881000', '192632.884000', '192632.886000', '192632.889000', '192632.891000', '192632.894000', '192632.896000', '192632.899000', '192632.901000', '192632.904000', '192632.907000', '192632.909000', '192632.912000', '192632.915000', '192632.917000', '192632.920000', '192632.922000', '192632.925000', '192632.928000', '192632.930000', '192632.933000', '192632.936000', '192632.938000', '192632.941000', '192632.943000', '192632.946000', '192652.768000', '192652.771000', '192652.774000', '192652.777000', '192652.779000', '192652.782000', '192652.784000', '192652.787000', '192652.790000', '192652.792000', '192652.795000', '192652.797000', '192652.857000', '192652.859000', '192652.862000', '192652.864000', '192652.867000', '192652.870000', '192652.872000', '192652.875000', '192652.878000', '192652.880000', '192652.883000', '192652.885000', '192652.888000', '192652.890000', '192652.893000', '192652.896000', '192652.898000', '192652.901000', '192652.903000', '192652.906000', '192652.909000', '192652.912000', '192652.915000', '192652.918000', '192652.920000', '192652.923000', '192652.925000', '192652.928000', '192652.930000', '192652.933000', '192652.936000', '192712.768000', '192712.771000', '192712.773000', '192712.776000', '192712.778000', '192712.781000', '192712.784000', '192712.786000', '192712.789000', '192712.791000', '192712.794000', '192712.797000', '192712.830000', '192712.832000', '192712.859000', '192712.862000', '192712.864000', '192712.867000', '192712.869000', '192712.872000', '192712.875000', '192712.877000', '192712.880000', '192712.882000', '192712.885000', '192712.887000', '192712.890000', '192712.893000', '192712.895000', '192712.898000', '192712.901000', '192712.903000', '192712.906000', '192712.908000', '192712.911000', '192712.913000', '192712.916000', '192712.919000', '192712.921000', '192712.924000', '192712.926000', '192712.929000', '192712.932000', '192712.934000', '192732.768000', '192732.770000', '192732.773000', '192732.776000', '192732.778000', '192732.781000', '192732.783000', '192732.786000', '192732.789000', '192732.791000', '192732.794000', '192732.797000', '192732.799000', '192732.802000', '192732.805000', '192732.807000', '192732.810000', '192732.813000', '192732.815000', '192732.818000', '192732.820000', '192732.823000', '192732.826000', '192732.828000', '192732.831000', '192732.833000', '192732.836000', '192732.839000', '192732.841000', '192732.844000', '192732.847000', '192732.849000', '192732.852000', '192732.854000', '192732.857000', '192732.859000', '192732.862000', '192732.865000', '192732.867000', '192732.870000', '192732.872000', '192732.875000', '192732.878000', '192752.767000', '192752.770000', '192752.773000', '192752.776000', '192752.778000', '192752.781000', '192752.783000', '192752.786000', '192752.789000', '192752.791000', '192752.794000', '192752.796000', '192752.799000', '192752.838000', '192752.841000', '192752.843000', '192752.846000', '192752.848000', '192752.851000', '192752.853000', '192752.856000', '192752.859000', '192752.861000', '192752.864000', '192752.866000', '192752.869000', '192752.871000', '192752.874000', '192752.877000', '192752.879000', '192752.882000', '192752.884000', '192752.887000', '192752.890000', '192752.892000', '192752.895000', '192752.897000', '192752.900000', '192752.904000', '192752.907000', '192752.909000', '192752.912000', '192752.915000', '192752.917000', '192812.768000', '192812.770000', '192812.773000', '192812.776000', '192812.778000', '192812.781000', '192812.783000', '192812.786000', '192812.789000', '192812.791000', '192812.794000', '192812.797000', '192812.846000', '192812.849000', '192812.851000', '192812.854000', '192812.857000', '192812.859000', '192812.862000', '192812.864000', '192812.867000', '192812.869000', '192812.872000', '192812.874000', '192812.877000', '192812.880000', '192812.882000', '192812.885000', '192812.887000', '192812.890000', '192812.893000', '192812.895000', '192812.898000', '192812.900000', '192812.903000', '192812.905000', '192812.908000', '192812.911000', '192812.913000', '192812.916000', '192812.918000', '192812.921000', '192812.923000', '192832.768000', '192832.771000', '192832.773000', '192832.776000', '192832.778000', '192832.781000', '192832.784000', '192832.786000', '192832.789000', '192832.791000', '192832.794000', '192832.797000', '192832.799000', '192832.816000', '192832.818000', '192832.821000', '192832.824000', '192832.827000', '192832.830000', '192832.833000', '192832.835000', '192832.838000', '192832.841000', '192832.843000', '192832.846000', '192832.848000', '192832.851000', '192832.854000', '192832.856000', '192832.859000', '192832.861000', '192832.864000', '192832.867000', '192832.869000', '192832.872000', '192832.874000', '192832.877000', '192832.880000', '192832.882000', '192832.902000', '192832.905000', '192832.907000', '192832.910000', '192852.767000', '192852.770000', '192852.773000', '192852.776000', '192852.778000', '192852.781000', '192852.783000', '192852.786000', '192852.789000', '192852.791000', '192852.794000', '192852.797000', '192852.845000', '192852.848000', '192852.850000', '192852.853000', '192852.855000', '192852.858000', '192852.860000', '192852.863000', '192852.865000', '192852.868000', '192852.871000', '192852.873000', '192852.876000', '192852.879000', '192852.881000', '192852.884000', '192852.886000', '192852.889000', '192852.892000', '192852.894000', '192852.897000', '192852.899000', '192852.902000', '192852.904000', '192852.907000', '192852.910000', '192852.912000', '192852.915000', '192852.917000', '192852.920000', '192852.922000', '192852.925000', '192912.695000', '192912.698000', '192912.701000', '192912.704000', '192912.707000', '192912.709000', '192912.712000', '192912.715000', '192912.718000', '192912.721000', '192912.723000', '192912.726000', '192912.729000', '192912.732000', '192912.735000', '192912.737000', '192912.740000', '192912.743000', '192912.746000', '192912.749000', '192912.751000', '192912.754000', '192912.757000', '192912.760000', '192912.763000', '192912.765000', '192912.768000', '192912.770000', '192912.774000', '192912.776000', '192912.779000', '192912.782000', '192912.785000', '192912.788000', '192912.791000', '192912.794000', '192912.797000', '192912.800000', '192912.864000', '192912.867000', '192912.869000', '192912.872000', '192912.875000', '192912.877000'], 'InstanceCreationTime': ['192232.807000', '192232.811000', '192232.814000', '192232.817000', '192232.819000', '192232.822000', '192232.824000', '192232.830000', '192232.833000', '192232.835000', '192232.838000', '192232.840000', '192232.847000', '192232.861000', '192232.864000', '192232.866000', '192232.869000', '192232.871000', '192232.874000', '192232.876000', '192232.879000', '192232.882000', '192232.884000', '192232.887000', '192232.889000', '192232.892000', '192232.894000', '192232.897000', '192232.899000', '192232.902000', '192232.905000', '192232.907000', '192232.910000', '192232.912000', '192232.915000', '192232.917000', '192232.920000', '192232.923000', '192232.925000', '192232.928000', '192232.931000', '192232.933000', '192232.936000', '192232.938000', '192252.767000', '192252.770000', '192252.773000', '192252.775000', '192252.778000', '192252.780000', '192252.783000', '192252.785000', '192252.788000', '192252.791000', '192252.794000', '192252.797000', '192252.800000', '192252.802000', '192252.805000', '192252.812000', '192252.814000', '192252.817000', '192252.819000', '192252.822000', '192252.825000', '192252.827000', '192252.830000', '192252.832000', '192252.835000', '192252.837000', '192252.840000', '192252.842000', '192252.845000', '192252.848000', '192252.850000', '192252.853000', '192252.855000', '192252.858000', '192252.860000', '192252.863000', '192252.866000', '192252.868000', '192252.876000', '192252.879000', '192252.882000', '192252.884000', '192252.887000', '192312.767000', '192312.770000', '192312.773000', '192312.775000', '192312.778000', '192312.780000', '192312.783000', '192312.786000', '192312.788000', '192312.791000', '192312.793000', '192312.796000', '192312.799000', '192312.822000', '192312.825000', '192312.828000', '192312.830000', '192312.833000', '192312.835000', '192312.838000', '192312.840000', '192312.843000', '192312.846000', '192312.848000', '192312.851000', '192312.853000', '192312.856000', '192312.859000', '192312.861000', '192312.864000', '192312.866000', '192312.869000', '192312.871000', '192312.874000', '192312.876000', '192312.879000', '192312.881000', '192312.884000', '192312.886000', '192312.889000', '192312.892000', '192312.894000', '192312.897000', '192312.899000', '192332.767000', '192332.770000', '192332.773000', '192332.775000', '192332.778000', '192332.780000', '192332.783000', '192332.786000', '192332.788000', '192332.791000', '192332.793000', '192332.796000', '192332.799000', '192332.801000', '192332.804000', '192332.807000', '192332.810000', '192332.813000', '192332.816000', '192332.819000', '192332.821000', '192332.824000', '192332.827000', '192332.829000', '192332.832000', '192332.834000', '192332.837000', '192332.840000', '192332.845000', '192332.847000', '192332.850000', '192332.852000', '192332.855000', '192332.857000', '192332.860000', '192332.863000', '192332.865000', '192332.868000', '192332.870000', '192332.873000', '192332.875000', '192332.878000', '192332.880000', '192352.767000', '192352.770000', '192352.773000', '192352.775000', '192352.778000', '192352.781000', '192352.783000', '192352.786000', '192352.788000', '192352.791000', '192352.794000', '192352.796000', '192352.799000', '192352.810000', '192352.813000', '192352.815000', '192352.818000', '192352.820000', '192352.823000', '192352.825000', '192352.828000', '192352.831000', '192352.833000', '192352.836000', '192352.838000', '192352.850000', '192352.852000', '192352.855000', '192352.858000', '192352.860000', '192352.863000', '192352.865000', '192352.868000', '192352.870000', '192352.873000', '192352.875000', '192352.878000', '192352.881000', '192352.883000', '192352.886000', '192352.889000', '192352.891000', '192352.894000', '192352.896000', '192412.767000', '192412.770000', '192412.773000', '192412.776000', '192412.778000', '192412.781000', '192412.783000', '192412.786000', '192412.788000', '192412.791000', '192412.794000', '192412.797000', '192412.799000', '192412.802000', '192412.805000', '192412.808000', '192412.810000', '192412.813000', '192412.815000', '192412.818000', '192412.821000', '192412.823000', '192412.838000', '192412.841000', '192412.844000', '192412.846000', '192412.849000', '192412.852000', '192412.854000', '192412.857000', '192412.859000', '192412.862000', '192412.864000', '192412.867000', '192412.869000', '192412.872000', '192412.875000', '192412.877000', '192412.880000', '192412.882000', '192412.885000', '192412.888000', '192412.890000', '192432.769000', '192432.771000', '192432.774000', '192432.777000', '192432.779000', '192432.782000', '192432.784000', '192432.787000', '192432.790000', '192432.792000', '192432.795000', '192432.797000', '192432.862000', '192432.865000', '192432.867000', '192432.870000', '192432.873000', '192432.875000', '192432.878000', '192432.880000', '192432.883000', '192432.886000', '192432.888000', '192432.891000', '192432.893000', '192432.896000', '192432.898000', '192432.901000', '192432.904000', '192432.906000', '192432.909000', '192432.912000', '192432.914000', '192432.917000', '192432.919000', '192432.922000', '192432.924000', '192432.927000', '192432.930000', '192432.932000', '192432.935000', '192432.937000', '192432.940000', '192432.942000', '192452.767000', '192452.770000', '192452.773000', '192452.775000', '192452.778000', '192452.781000', '192452.783000', '192452.786000', '192452.788000', '192452.791000', '192452.794000', '192452.796000', '192452.799000', '192452.801000', '192452.804000', '192452.807000', '192452.809000', '192452.812000', '192452.814000', '192452.817000', '192452.820000', '192452.822000', '192452.825000', '192452.827000', '192452.830000', '192452.832000', '192452.835000', '192452.837000', '192452.840000', '192452.842000', '192452.845000', '192452.848000', '192452.850000', '192452.853000', '192452.856000', '192452.858000', '192452.861000', '192452.864000', '192452.866000', '192452.869000', '192452.871000', '192452.874000', '192452.876000', '192512.768000', '192512.770000', '192512.773000', '192512.776000', '192512.778000', '192512.781000', '192512.784000', '192512.786000', '192512.789000', '192512.791000', '192512.794000', '192512.797000', '192512.838000', '192512.840000', '192512.843000', '192512.846000', '192512.848000', '192512.851000', '192512.853000', '192512.856000', '192512.858000', '192512.861000', '192512.864000', '192512.866000', '192512.869000', '192512.871000', '192512.874000', '192512.876000', '192512.879000', '192512.882000', '192512.884000', '192512.887000', '192512.890000', '192512.892000', '192512.895000', '192512.897000', '192512.900000', '192512.903000', '192512.905000', '192512.908000', '192512.910000', '192512.913000', '192512.915000', '192512.918000', '192532.767000', '192532.770000', '192532.773000', '192532.775000', '192532.778000', '192532.781000', '192532.783000', '192532.786000', '192532.788000', '192532.791000', '192532.793000', '192532.796000', '192532.799000', '192532.826000', '192532.829000', '192532.831000', '192532.834000', '192532.837000', '192532.840000', '192532.843000', '192532.846000', '192532.848000', '192532.851000', '192532.853000', '192532.856000', '192532.858000', '192532.861000', '192532.864000', '192532.866000', '192532.869000', '192532.873000', '192532.876000', '192532.878000', '192532.881000', '192532.884000', '192532.886000', '192532.889000', '192532.891000', '192532.894000', '192532.896000', '192532.899000', '192532.902000', '192532.904000', '192552.768000', '192552.770000', '192552.773000', '192552.776000', '192552.788000', '192552.791000', '192552.793000', '192552.796000', '192552.798000', '192552.825000', '192552.828000', '192552.830000', '192552.833000', '192552.835000', '192552.838000', '192552.841000', '192552.843000', '192552.846000', '192552.848000', '192552.851000', '192552.854000', '192552.856000', '192552.859000', '192552.861000', '192552.864000', '192552.866000', '192552.869000', '192552.872000', '192552.874000', '192552.877000', '192552.879000', '192552.882000', '192552.884000', '192552.887000', '192552.890000', '192552.892000', '192552.895000', '192552.898000', '192552.900000', '192552.903000', '192552.905000', '192552.908000', '192552.910000', '192552.913000', '192612.767000', '192612.770000', '192612.773000', '192612.776000', '192612.778000', '192612.781000', '192612.783000', '192612.786000', '192612.789000', '192612.791000', '192612.794000', '192612.796000', '192612.799000', '192612.820000', '192612.823000', '192612.825000', '192612.828000', '192612.831000', '192612.833000', '192612.836000', '192612.839000', '192612.841000', '192612.844000', '192612.846000', '192612.849000', '192612.851000', '192612.854000', '192612.857000', '192612.859000', '192612.862000', '192612.865000', '192612.868000', '192612.871000', '192612.874000', '192612.876000', '192612.879000', '192612.881000', '192612.884000', '192612.886000', '192612.889000', '192612.892000', '192612.894000', '192612.897000', '192632.767000', '192632.770000', '192632.773000', '192632.776000', '192632.778000', '192632.781000', '192632.783000', '192632.786000', '192632.789000', '192632.791000', '192632.794000', '192632.796000', '192632.799000', '192632.868000', '192632.870000', '192632.873000', '192632.876000', '192632.878000', '192632.881000', '192632.884000', '192632.886000', '192632.889000', '192632.891000', '192632.894000', '192632.896000', '192632.899000', '192632.901000', '192632.904000', '192632.907000', '192632.909000', '192632.912000', '192632.915000', '192632.917000', '192632.920000', '192632.922000', '192632.925000', '192632.928000', '192632.930000', '192632.933000', '192632.936000', '192632.938000', '192632.941000', '192632.943000', '192632.946000', '192652.768000', '192652.771000', '192652.774000', '192652.777000', '192652.779000', '192652.782000', '192652.784000', '192652.787000', '192652.790000', '192652.792000', '192652.795000', '192652.797000', '192652.857000', '192652.859000', '192652.862000', '192652.864000', '192652.867000', '192652.870000', '192652.872000', '192652.875000', '192652.878000', '192652.880000', '192652.883000', '192652.885000', '192652.888000', '192652.890000', '192652.893000', '192652.896000', '192652.898000', '192652.901000', '192652.903000', '192652.906000', '192652.909000', '192652.912000', '192652.915000', '192652.918000', '192652.920000', '192652.923000', '192652.925000', '192652.928000', '192652.930000', '192652.933000', '192652.936000', '192712.768000', '192712.771000', '192712.773000', '192712.776000', '192712.778000', '192712.781000', '192712.784000', '192712.786000', '192712.789000', '192712.791000', '192712.794000', '192712.797000', '192712.830000', '192712.832000', '192712.859000', '192712.862000', '192712.864000', '192712.867000', '192712.869000', '192712.872000', '192712.875000', '192712.877000', '192712.880000', '192712.882000', '192712.885000', '192712.887000', '192712.890000', '192712.893000', '192712.895000', '192712.898000', '192712.901000', '192712.903000', '192712.906000', '192712.908000', '192712.911000', '192712.913000', '192712.916000', '192712.919000', '192712.921000', '192712.924000', '192712.926000', '192712.929000', '192712.932000', '192712.934000', '192732.768000', '192732.770000', '192732.773000', '192732.776000', '192732.778000', '192732.781000', '192732.783000', '192732.786000', '192732.789000', '192732.791000', '192732.794000', '192732.797000', '192732.799000', '192732.802000', '192732.805000', '192732.807000', '192732.810000', '192732.813000', '192732.815000', '192732.818000', '192732.820000', '192732.823000', '192732.826000', '192732.828000', '192732.831000', '192732.833000', '192732.836000', '192732.839000', '192732.841000', '192732.844000', '192732.847000', '192732.849000', '192732.852000', '192732.854000', '192732.857000', '192732.859000', '192732.862000', '192732.865000', '192732.867000', '192732.870000', '192732.872000', '192732.875000', '192732.878000', '192752.767000', '192752.770000', '192752.773000', '192752.776000', '192752.778000', '192752.781000', '192752.783000', '192752.786000', '192752.789000', '192752.791000', '192752.794000', '192752.796000', '192752.799000', '192752.838000', '192752.841000', '192752.843000', '192752.846000', '192752.848000', '192752.851000', '192752.853000', '192752.856000', '192752.859000', '192752.861000', '192752.864000', '192752.866000', '192752.869000', '192752.871000', '192752.874000', '192752.877000', '192752.879000', '192752.882000', '192752.884000', '192752.887000', '192752.890000', '192752.892000', '192752.895000', '192752.897000', '192752.900000', '192752.904000', '192752.907000', '192752.909000', '192752.912000', '192752.915000', '192752.917000', '192812.768000', '192812.770000', '192812.773000', '192812.776000', '192812.778000', '192812.781000', '192812.783000', '192812.786000', '192812.789000', '192812.791000', '192812.794000', '192812.797000', '192812.846000', '192812.849000', '192812.851000', '192812.854000', '192812.857000', '192812.859000', '192812.862000', '192812.864000', '192812.867000', '192812.869000', '192812.872000', '192812.874000', '192812.877000', '192812.880000', '192812.882000', '192812.885000', '192812.887000', '192812.890000', '192812.893000', '192812.895000', '192812.898000', '192812.900000', '192812.903000', '192812.905000', '192812.908000', '192812.911000', '192812.913000', '192812.916000', '192812.918000', '192812.921000', '192812.923000', '192832.768000', '192832.771000', '192832.773000', '192832.776000', '192832.778000', '192832.781000', '192832.784000', '192832.786000', '192832.789000', '192832.791000', '192832.794000', '192832.797000', '192832.799000', '192832.816000', '192832.818000', '192832.821000', '192832.824000', '192832.827000', '192832.830000', '192832.833000', '192832.835000', '192832.838000', '192832.841000', '192832.843000', '192832.846000', '192832.848000', '192832.851000', '192832.854000', '192832.856000', '192832.859000', '192832.861000', '192832.864000', '192832.867000', '192832.869000', '192832.872000', '192832.874000', '192832.877000', '192832.880000', '192832.882000', '192832.902000', '192832.905000', '192832.907000', '192832.910000', '192852.767000', '192852.770000', '192852.773000', '192852.776000', '192852.778000', '192852.781000', '192852.783000', '192852.786000', '192852.789000', '192852.791000', '192852.794000', '192852.797000', '192852.845000', '192852.848000', '192852.850000', '192852.853000', '192852.855000', '192852.858000', '192852.860000', '192852.863000', '192852.865000', '192852.868000', '192852.871000', '192852.873000', '192852.876000', '192852.879000', '192852.881000', '192852.884000', '192852.886000', '192852.889000', '192852.892000', '192852.894000', '192852.897000', '192852.899000', '192852.902000', '192852.904000', '192852.907000', '192852.910000', '192852.912000', '192852.915000', '192852.917000', '192852.920000', '192852.922000', '192852.925000', '192912.695000', '192912.698000', '192912.701000', '192912.704000', '192912.707000', '192912.709000', '192912.712000', '192912.715000', '192912.718000', '192912.721000', '192912.723000', '192912.726000', '192912.729000', '192912.732000', '192912.735000', '192912.737000', '192912.740000', '192912.743000', '192912.746000', '192912.749000', '192912.751000', '192912.754000', '192912.757000', '192912.760000', '192912.763000', '192912.765000', '192912.768000', '192912.770000', '192912.774000', '192912.776000', '192912.779000', '192912.782000', '192912.785000', '192912.788000', '192912.791000', '192912.794000', '192912.797000', '192912.800000', '192912.864000', '192912.867000', '192912.869000', '192912.872000', '192912.875000', '192912.877000'], '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': [7813, 6901, 10332, 7464, 8666, 6774, 6484, 7017, 6689, 9335, 7380, 12198, 9860, 13772, 8612, 8183, 13706, 8496, 12765, 7707, 12606, 6662, 9235, 6666, 8248, 6504, 7575, 6561, 8315, 6430, 7624, 6354, 6736, 6313, 6814, 8210, 6889, 10577, 8478, 10323, 7135, 8732, 7832, 8279, 12356, 8839, 14231, 6685, 10552, 6651, 8246, 6375, 7953, 6447, 6980, 13327, 8750, 12705, 10750, 11772, 7340, 7217, 14838, 9493, 12783, 10268, 9383, 6557, 6795, 6285, 6646, 9643, 6635, 9419, 6308, 8161, 6752, 7209, 6165, 7286, 6695, 6567, 10601, 8032, 10191, 8669, 9123, 6590, 9506, 7543, 7715, 6509, 6595, 14169, 7351, 11373, 8922, 8513, 6442, 6433, 10023, 6726, 10313, 6523, 9816, 6951, 8484, 6290, 7478, 8002, 6512, 11066, 6622, 9668, 6712, 9162, 6832, 7191, 6369, 6536, 6968, 6327, 9682, 7159, 9165, 6711, 8159, 15267, 13577, 11958, 9370, 8703, 10432, 6559, 12775, 7352, 8767, 6391, 7342, 6215, 6582, 6273, 6749, 6293, 6553, 9406, 6801, 8791, 7019, 7382, 6554, 6586, 13186, 10519, 11772, 10147, 10781, 7390, 6510, 14488, 7544, 11051, 7932, 7683, 6211, 6473, 12107, 6499, 9388, 6854, 6712, 6125, 6691, 6300, 6569, 9915, 8084, 8384, 6759, 7057, 9336, 6387, 13369, 8808, 11176, 7974, 8084, 7141, 6730, 13300, 6807, 10775, 6641, 7973, 6327, 7669, 6612, 7426, 10801, 6494, 13696, 9063, 10070, 6952, 8677, 7183, 9068, 6765, 7199, 6367, 7553, 6561, 6560, 12709, 8179, 9838, 7358, 8797, 6980, 10729, 8765, 10718, 6428, 8581, 6793, 8034, 8666, 7394, 8645, 6700, 13905, 6592, 11424, 8648, 9919, 6530, 8836, 6273, 7724, 8635, 7407, 14549, 10797, 10946, 8950, 9737, 7503, 7696, 6353, 7682, 12708, 8523, 11463, 6525, 9340, 7542, 8272, 6436, 10482, 6299, 7070, 6691, 6602, 6503, 8336, 6482, 7114, 8825, 6877, 10130, 8234, 8851, 11159, 8320, 12709, 10541, 11293, 7258, 9867, 9762, 6645, 12356, 6847, 8404, 6365, 7747, 6379, 7122, 6372, 6586, 6802, 6567, 9957, 7186, 8768, 6814, 7399, 6856, 6667, 6379, 6667, 8423, 6388, 8891, 6720, 9028, 6645, 7827, 11625, 6931, 11132, 8348, 8535, 6434, 7048, 9230, 6518, 11377, 7404, 8019, 6394, 6994, 6421, 6671, 7681, 6720, 6906, 6735, 8672, 6636, 7447, 6484, 8988, 7317, 11375, 6676, 6545, 6719, 9374, 6799, 7929, 6462, 6699, 11741, 6704, 10080, 7440, 8597, 7318, 7489, 8020, 6565, 11151, 13184, 11668, 14789, 11859, 13850, 10455, 11463, 8978, 9178, 6510, 7614, 6312, 7265, 6364, 6536, 7052, 6851, 7945, 6666, 7744, 6496, 8101, 6167, 7168, 6371, 6444, 6753, 6560, 6721, 7000, 8858, 6614, 8138, 6586, 7213, 6406, 6647, 6352, 6432, 9171, 6680, 9111, 7342, 8375, 6511, 7146, 9663, 6895, 12383, 8109, 11810, 8637, 10502, 7341, 8745, 6255, 7101, 8442, 6497, 13846, 8526, 10526, 6393, 8010, 6670, 7382, 6576, 7748, 7603, 6795, 14731, 12289, 11438, 9645, 10945, 8735, 11299, 8192, 8971, 12280, 6576, 10595, 6905, 8322, 6338, 7236, 6303, 6485, 6379, 6362, 8830, 6510, 9032, 6605, 8595, 7185, 8491, 11965, 7336, 11280, 8961, 10078, 7736, 8132, 6448, 6562, 6578, 6785, 10840, 7127, 8108, 6824, 8349, 6841, 7636, 6530, 6908, 12648, 7037, 10979, 6588, 9109, 7314, 8324, 6467, 6968, 7030, 6831, 11526, 6806, 9766, 6744, 7957, 6416, 7216, 6710, 7156, 8734, 6888, 9343, 7089, 8371, 6709, 8839, 6335, 7297, 6715, 6868, 13979, 10403, 11756, 9155, 9754, 6892, 8533, 6454, 8322, 6813, 8344, 9957, 7181, 13241, 9532, 11289, 8096, 8897, 6475, 7461, 6568, 6816, 6755, 6741, 8500, 6933, 9292, 7010, 9156, 6654, 7670, 6261, 6832, 10088, 6740, 8722, 6774, 6978, 6807, 8145, 6865, 7067, 6286, 7051, 6940, 8289, 6424, 6787, 10498, 8156, 10895, 8235, 10420, 7624, 8256, 6665, 7046, 12945, 7872, 12168, 7021, 9728, 6866, 7944, 6396, 7011, 7137, 6643, 10751, 7098, 8600, 6556, 7293, 6362, 6875, 6623, 6900, 6701, 6892, 7923, 6849, 9057, 6960, 9230, 6933, 8436, 6643, 7276, 6452, 6946, 6593, 6648, 10621, 7009, 7844, 6774, 7632, 6554, 6870, 6267, 6857, 9442, 7102, 8352, 7410, 8659, 7209, 7642, 6811, 7837, 7978, 7235, 7033, 7052, 11973, 6902, 10239, 6788, 8467, 6525, 7311, 10013, 6875, 8794, 6830, 6907, 6961, 9488, 7132, 9252, 7212, 7591, 7213, 8472, 7329, 8610, 7031, 8271, 13734, 8520, 12163, 8483, 8939, 6628, 8007, 8204, 7581, 14712, 12033, 11812, 9590, 8827, 6944, 7697, 6648, 9558, 9605, 6254, 6578, 6304, 6639, 8433, 6729, 7907, 6631, 7514, 10966, 9951, 10965, 8360, 11096, 12987, 10792, 13782, 11456, 13101, 10893, 12785, 8858, 11639, 6963, 7213, 8618, 6894, 8311, 7067, 8385, 6365, 7395, 6600, 6592, 8160, 6866, 8801, 6490, 8058, 6658, 7331, 11066, 7648, 9216, 7345, 8192, 6681, 7343, 6411, 7431, 6590, 6766, 6586, 7079, 6887, 6750, 6474, 7065, 9652, 6851, 8622, 7134, 7185, 6439, 7344, 8173, 7087, 12390, 8525, 10087, 6871, 8996, 7433, 8059, 6550, 7649, 6521, 7133, 6880, 6411, 6883, 7338, 7248, 6832, 10188, 7386, 10775, 8763, 10145, 6419, 7040, 13758, 8687, 10451, 7017, 6344, 6910, 6512, 8288, 9416, 7351, 9432, 8024, 7652, 6268, 6642, 6200, 6959, 8874, 6937, 6774, 7406, 6529, 9635, 6899, 9582, 8494, 14450, 12686, 12933, 8304, 10123, 9489, 9149, 6729, 7361, 6421, 7998, 6621, 7432, 9057, 7024, 8422, 6832, 8374, 6648, 7066, 6566, 7116, 6609, 6706, 10020, 7898, 8393, 6827, 8007, 8989, 8100, 14263, 11220, 12951, 9650, 10338, 7321, 9625, 6348, 7086, 6625, 6916, 10560, 7336, 7472, 6858, 8068, 6729, 8470, 6583, 7513, 7842, 6635, 10682, 7102, 9552, 7686, 8624, 6476, 6831, 14076, 8926, 11229, 7453, 9296, 6513, 7855, 6333, 7866, 6634, 6878, 8357, 6765, 9631, 7034, 12365, 7248, 6173, 7476, 6216, 8528, 6489, 7717, 9140, 6979, 10257, 8035, 10266, 8329, 7569, 7002, 6851, 9176, 6553, 8215, 6657, 12009, 9458, 12487, 9364, 9255, 12876, 8611, 8617, 7068, 9167, 6847, 9167, 6808, 8250, 6972, 7006, 6869, 7800, 6563, 7576, 6698, 7404, 6634, 6921, 11045, 7102, 9170, 7695, 7773, 6474, 7125, 6764, 7002, 6420, 6972, 9427, 6698, 9274, 7695, 7515, 6788, 8519, 6618], 'WindowCenter': [4115.0, 4103.0, 4131.0, 4099.0, 4109.0, 4090.0, 4066.0, 4075.0, 4075.0, 4107.0, 4088.0, 4127.0, 4116.0, 4136.0, 4093.0, 4083.0, 4135.0, 4092.0, 4110.0, 4069.0, 4110.0, 4060.0, 4090.0, 4048.0, 4068.0, 4049.0, 4068.0, 4060.0, 4079.0, 4050.0, 4070.0, 4050.0, 4060.0, 4050.0, 4061.0, 4081.0, 4073.0, 4113.0, 4083.0, 4101.0, 4060.0, 4080.0, 4070.0, 4081.0, 4109.0, 4090.0, 4120.0, 4060.0, 4099.0, 4060.0, 4080.0, 4049.0, 4080.0, 4049.0, 4061.0, 4121.0, 4092.0, 4121.0, 4100.0, 4110.0, 4057.0, 4058.0, 4119.0, 4090.0, 4109.0, 4089.0, 4076.0, 4035.0, 4046.0, 4036.0, 4047.0, 4076.0, 4048.0, 4075.0, 4036.0, 4077.0, 4059.0, 4068.0, 4039.0, 4070.0, 4058.0, 4061.0, 4100.0, 4080.0, 4099.0, 4080.0, 4088.0, 4049.0, 4089.0, 4067.0, 4068.0, 4036.0, 4047.0, 4118.0, 4069.0, 4109.0, 4079.0, 4077.0, 4036.0, 4047.0, 4087.0, 4048.0, 4088.0, 4047.0, 4087.0, 4057.0, 4077.0, 4050.0, 4058.0, 4067.0, 4036.0, 4096.0, 4046.0, 4076.0, 4048.0, 4078.0, 4047.0, 4046.0, 4036.0, 4047.0, 4059.0, 4050.0, 4089.0, 4059.0, 4089.0, 4047.0, 4068.0, 4130.0, 4119.0, 4097.0, 4076.0, 4065.0, 4084.0, 4035.0, 4095.0, 4044.0, 4064.0, 4033.0, 4054.0, 4023.0, 4045.0, 4034.0, 4047.0, 4036.0, 4048.0, 4088.0, 4059.0, 4090.0, 4059.0, 4058.0, 4036.0, 4048.0, 4119.0, 4100.0, 4109.0, 4088.0, 4097.0, 4055.0, 4036.0, 4117.0, 4057.0, 4097.0, 4066.0, 4056.0, 4024.0, 4036.0, 4096.0, 4048.0, 4077.0, 4047.0, 4046.0, 4036.0, 4047.0, 4036.0, 4060.0, 4100.0, 4080.0, 4079.0, 4048.0, 4058.0, 4088.0, 4049.0, 4118.0, 4078.0, 4098.0, 4067.0, 4067.0, 4057.0, 4048.0, 4118.0, 4047.0, 4098.0, 4050.0, 4067.0, 4047.0, 4068.0, 4047.0, 4068.0, 4097.0, 4048.0, 4118.0, 4078.0, 4087.0, 4057.0, 4066.0, 4058.0, 4088.0, 4048.0, 4046.0, 4047.0, 4067.0, 4046.0, 4059.0, 4120.0, 4080.0, 4087.0, 4068.0, 4078.0, 4059.0, 4098.0, 4078.0, 4086.0, 4048.0, 4078.0, 4059.0, 4068.0, 4077.0, 4057.0, 4077.0, 4047.0, 4118.0, 4046.0, 4111.0, 4078.0, 4098.0, 4035.0, 4076.0, 4034.0, 4055.0, 4075.0, 4056.0, 4118.0, 4097.0, 4096.0, 4075.0, 4074.0, 4054.0, 4054.0, 4035.0, 4055.0, 4105.0, 4079.0, 4094.0, 4034.0, 4074.0, 4057.0, 4064.0, 4046.0, 4085.0, 4032.0, 4042.0, 4044.0, 4048.0, 4046.0, 4079.0, 4047.0, 4060.0, 4089.0, 4060.0, 4098.0, 4081.0, 4080.0, 4096.0, 4065.0, 4108.0, 4085.0, 4085.0, 4044.0, 4088.0, 4073.0, 4047.0, 4108.0, 4047.0, 4067.0, 4037.0, 4057.0, 4034.0, 4043.0, 4036.0, 4045.0, 4044.0, 4048.0, 4088.0, 4048.0, 4064.0, 4045.0, 4057.0, 4047.0, 4048.0, 4036.0, 4047.0, 4068.0, 4046.0, 4092.0, 4060.0, 4090.0, 4061.0, 4068.0, 4096.0, 4059.0, 4096.0, 4076.0, 4077.0, 4038.0, 4056.0, 4078.0, 4038.0, 4098.0, 4058.0, 4065.0, 4037.0, 4045.0, 4037.0, 4047.0, 4055.0, 4045.0, 4044.0, 4049.0, 4080.0, 4063.0, 4069.0, 4051.0, 4090.0, 4060.0, 4109.0, 4046.0, 4049.0, 4048.0, 4080.0, 4046.0, 4070.0, 4039.0, 4048.0, 4111.0, 4051.0, 4099.0, 4072.0, 4093.0, 4072.0, 4058.0, 4071.0, 4051.0, 4101.0, 4110.0, 4101.0, 4109.0, 4097.0, 4097.0, 4076.0, 4085.0, 4053.0, 4052.0, 4011.0, 4030.0, 4008.0, 4032.0, 4019.0, 4024.0, 4033.0, 4035.0, 4052.0, 4034.0, 4053.0, 4035.0, 4054.0, 4028.0, 4050.0, 4035.0, 4039.0, 4049.0, 4048.0, 4049.0, 4062.0, 4078.0, 4052.0, 4084.0, 4063.0, 4071.0, 4053.0, 4061.0, 4051.0, 4054.0, 4102.0, 4067.0, 4094.0, 4086.0, 4097.0, 4053.0, 4073.0, 4103.0, 4076.0, 4126.0, 4085.0, 4127.0, 4084.0, 4104.0, 4061.0, 4083.0, 4050.0, 4062.0, 4084.0, 4055.0, 4136.0, 4084.0, 4100.0, 4052.0, 4086.0, 4065.0, 4074.0, 4065.0, 4082.0, 4082.0, 4075.0, 4144.0, 4128.0, 4111.0, 4094.0, 4103.0, 4095.0, 4100.0, 4067.0, 4081.0, 4110.0, 4048.0, 4089.0, 4050.0, 4067.0, 4038.0, 4057.0, 4040.0, 4038.0, 4040.0, 4053.0, 4082.0, 4052.0, 4081.0, 4052.0, 4081.0, 4060.0, 4080.0, 4099.0, 4061.0, 4099.0, 4081.0, 4088.0, 4057.0, 4066.0, 4038.0, 4046.0, 4035.0, 4051.0, 4101.0, 4061.0, 4070.0, 4050.0, 4068.0, 4050.0, 4067.0, 4039.0, 4061.0, 4111.0, 4057.0, 4100.0, 4051.0, 4090.0, 4061.0, 4069.0, 4038.0, 4060.0, 4049.0, 4047.0, 4111.0, 4051.0, 4091.0, 4049.0, 4068.0, 4051.0, 4057.0, 4049.0, 4059.0, 4078.0, 4059.0, 4091.0, 4061.0, 4079.0, 4062.0, 4090.0, 4051.0, 4069.0, 4047.0, 4050.0, 4119.0, 4098.0, 4108.0, 4091.0, 4090.0, 4060.0, 4081.0, 4051.0, 4081.0, 4050.0, 4082.0, 4104.0, 4075.0, 4121.0, 4090.0, 4096.0, 4058.0, 4067.0, 4037.0, 4045.0, 4036.0, 4048.0, 4047.0, 4046.0, 4080.0, 4061.0, 4089.0, 4057.0, 4077.0, 4046.0, 4070.0, 4036.0, 4047.0, 4086.0, 4047.0, 4077.0, 4047.0, 4058.0, 4049.0, 4068.0, 4047.0, 4047.0, 4037.0, 4057.0, 4058.0, 4079.0, 4038.0, 4060.0, 4101.0, 4082.0, 4100.0, 4079.0, 4097.0, 4056.0, 4066.0, 4035.0, 4046.0, 4107.0, 4067.0, 4096.0, 4046.0, 4076.0, 4046.0, 4055.0, 4035.0, 4045.0, 4045.0, 4048.0, 4099.0, 4061.0, 4077.0, 4036.0, 4054.0, 4036.0, 4058.0, 4045.0, 4059.0, 4048.0, 4059.0, 4068.0, 4059.0, 4089.0, 4060.0, 4090.0, 4059.0, 4080.0, 4061.0, 4069.0, 4047.0, 4058.0, 4047.0, 4048.0, 4099.0, 4062.0, 4080.0, 4058.0, 4069.0, 4051.0, 4047.0, 4049.0, 4059.0, 4093.0, 4074.0, 4082.0, 4071.0, 4079.0, 4070.0, 4069.0, 4048.0, 4068.0, 4068.0, 4069.0, 4058.0, 4071.0, 4124.0, 4061.0, 4099.0, 4063.0, 4081.0, 4049.0, 4070.0, 4089.0, 4050.0, 4078.0, 4059.0, 4059.0, 4062.0, 4090.0, 4072.0, 4091.0, 4071.0, 4070.0, 4070.0, 4079.0, 4070.0, 4081.0, 4059.0, 4080.0, 4122.0, 4081.0, 4121.0, 4093.0, 4089.0, 4061.0, 4081.0, 4066.0, 4067.0, 4117.0, 4107.0, 4096.0, 4076.0, 4078.0, 4046.0, 4067.0, 4046.0, 4075.0, 4078.0, 4023.0, 4046.0, 4050.0, 4061.0, 4078.0, 4048.0, 4080.0, 4048.0, 4071.0, 4111.0, 4102.0, 4102.0, 4068.0, 4099.0, 4106.0, 4087.0, 4106.0, 4086.0, 4095.0, 4086.0, 4094.0, 4063.0, 4083.0, 4032.0, 4055.0, 4062.0, 4030.0, 4050.0, 4043.0, 4053.0, 4033.0, 4056.0, 4045.0, 4045.0, 4064.0, 4034.0, 4064.0, 4034.0, 4054.0, 4034.0, 4045.0, 4085.0, 4057.0, 4064.0, 4044.0, 4053.0, 4033.0, 4043.0, 4034.0, 4055.0, 4035.0, 4048.0, 4046.0, 4046.0, 4045.0, 4046.0, 4036.0, 4059.0, 4090.0, 4062.0, 4093.0, 4072.0, 4061.0, 4050.0, 4070.0, 4079.0, 4060.0, 4110.0, 4092.0, 4100.0, 4059.0, 4077.0, 4058.0, 4068.0, 4048.0, 4069.0, 4048.0, 4060.0, 4071.0, 4063.0, 4059.0, 4069.0, 4057.0, 4059.0, 4099.0, 4069.0, 4100.0, 4079.0, 4088.0, 4036.0, 4060.0, 4119.0, 4078.0, 4098.0, 4057.0, 4046.0, 4057.0, 4048.0, 4081.0, 4117.0, 4129.0, 4121.0, 4081.0, 4056.0, 4036.0, 4049.0, 4038.0, 4071.0, 4091.0, 4072.0, 4075.0, 4084.0, 4063.0, 4102.0, 4072.0, 4101.0, 4094.0, 4135.0, 4121.0, 4109.0, 4068.0, 4086.0, 4076.0, 4075.0, 4045.0, 4055.0, 4035.0, 4067.0, 4045.0, 4069.0, 4091.0, 4059.0, 4078.0, 4059.0, 4081.0, 4061.0, 4058.0, 4049.0, 4059.0, 4059.0, 4062.0, 4102.0, 4082.0, 4081.0, 4061.0, 4082.0, 4092.0, 4081.0, 4132.0, 4112.0, 4109.0, 4089.0, 4102.0, 4058.0, 4088.0, 4036.0, 4057.0, 4046.0, 4060.0, 4098.0, 4058.0, 4057.0, 4048.0, 4068.0, 4060.0, 4080.0, 4061.0, 4071.0, 4081.0, 4061.0, 4101.0, 4071.0, 4101.0, 4070.0, 4080.0, 4050.0, 4073.0, 4132.0, 4092.0, 4110.0, 4068.0, 4087.0, 4049.0, 4080.0, 4048.0, 4068.0, 4045.0, 4047.0, 4077.0, 4058.0, 4088.0, 4060.0, 4108.0, 4057.0, 4036.0, 4058.0, 4038.0, 4092.0, 4048.0, 4069.0, 4091.0, 4075.0, 4113.0, 4095.0, 4112.0, 4080.0, 4071.0, 4060.0, 4078.0, 4161.0, 4110.0, 4112.0, 4036.0, 4080.0, 4063.0, 4110.0, 4089.0, 4090.0, 4111.0, 4079.0, 4065.0, 4033.0, 4062.0, 4032.0, 4076.0, 4046.0, 4069.0, 4059.0, 4060.0, 4062.0, 4070.0, 4061.0, 4071.0, 4047.0, 4071.0, 4050.0, 4062.0, 4110.0, 4073.0, 4106.0, 4081.0, 4084.0, 4062.0, 4073.0, 4047.0, 4060.0, 4048.0, 4062.0, 4093.0, 4074.0, 4103.0, 4083.0, 4070.0, 4072.0, 4095.0, 4062.0], 'WindowWidth': [9174.0, 9151.0, 9184.0, 9139.0, 9147.0, 9128.0, 9087.0, 9096.0, 9097.0, 9143.0, 9117.0, 9167.0, 9150.0, 9177.0, 9113.0, 9101.0, 9174.0, 9111.0, 9131.0, 9075.0, 9130.0, 9066.0, 9104.0, 9048.0, 9071.0, 9048.0, 9073.0, 9067.0, 9090.0, 9055.0, 9080.0, 9053.0, 9067.0, 9053.0, 9071.0, 9096.0, 9090.0, 9142.0, 9102.0, 9120.0, 9064.0, 9090.0, 9081.0, 9095.0, 9129.0, 9103.0, 9146.0, 9066.0, 9117.0, 9069.0, 9093.0, 9052.0, 9094.0, 9052.0, 9068.0, 9149.0, 9111.0, 9151.0, 9119.0, 9131.0, 9057.0, 9058.0, 9142.0, 9104.0, 9130.0, 9102.0, 9080.0, 9024.0, 9039.0, 9026.0, 9045.0, 9080.0, 9046.0, 9078.0, 9027.0, 9084.0, 9064.0, 9075.0, 9038.0, 9081.0, 9061.0, 9069.0, 9120.0, 9092.0, 9117.0, 9092.0, 9100.0, 9050.0, 9103.0, 9071.0, 9072.0, 9028.0, 9044.0, 9140.0, 9078.0, 9128.0, 9089.0, 9083.0, 9026.0, 9045.0, 9097.0, 9046.0, 9099.0, 9046.0, 9096.0, 9056.0, 9085.0, 9052.0, 9059.0, 9070.0, 9028.0, 9106.0, 9039.0, 9081.0, 9047.0, 9085.0, 9043.0, 9041.0, 9029.0, 9046.0, 9064.0, 9054.0, 9104.0, 9064.0, 9101.0, 9043.0, 9073.0, 9160.0, 9141.0, 9110.0, 9079.0, 9064.0, 9086.0, 9025.0, 9102.0, 9034.0, 9059.0, 9019.0, 9047.0, 9007.0, 9037.0, 9024.0, 9043.0, 9029.0, 9048.0, 9099.0, 9065.0, 9107.0, 9063.0, 9061.0, 9029.0, 9046.0, 9142.0, 9118.0, 9129.0, 9098.0, 9109.0, 9050.0, 9027.0, 9136.0, 9055.0, 9109.0, 9066.0, 9052.0, 9010.0, 9026.0, 9105.0, 9046.0, 9084.0, 9045.0, 9042.0, 9030.0, 9045.0, 9030.0, 9066.0, 9122.0, 9094.0, 9090.0, 9048.0, 9061.0, 9098.0, 9049.0, 9140.0, 9087.0, 9112.0, 9069.0, 9069.0, 9057.0, 9048.0, 9140.0, 9045.0, 9112.0, 9051.0, 9071.0, 9045.0, 9072.0, 9046.0, 9075.0, 9109.0, 9046.0, 9142.0, 9085.0, 9096.0, 9058.0, 9067.0, 9060.0, 9102.0, 9047.0, 9041.0, 9045.0, 9071.0, 9042.0, 9065.0, 9146.0, 9093.0, 9097.0, 9075.0, 9089.0, 9066.0, 9111.0, 9085.0, 9094.0, 9048.0, 9087.0, 9064.0, 9074.0, 9084.0, 9058.0, 9084.0, 9046.0, 9139.0, 9042.0, 9134.0, 9086.0, 9115.0, 9026.0, 9080.0, 9024.0, 9053.0, 9078.0, 9054.0, 9141.0, 9109.0, 9106.0, 9078.0, 9075.0, 9049.0, 9047.0, 9024.0, 9051.0, 9117.0, 9086.0, 9102.0, 9021.0, 9073.0, 9055.0, 9061.0, 9043.0, 9089.0, 9015.0, 9029.0, 9037.0, 9046.0, 9043.0, 9088.0, 9047.0, 9068.0, 9103.0, 9066.0, 9115.0, 9092.0, 9090.0, 9107.0, 9063.0, 9123.0, 9089.0, 9090.0, 9035.0, 9096.0, 9069.0, 9042.0, 9123.0, 9042.0, 9070.0, 9028.0, 9055.0, 9023.0, 9033.0, 9025.0, 9038.0, 9035.0, 9045.0, 9097.0, 9044.0, 9063.0, 9038.0, 9053.0, 9042.0, 9045.0, 9028.0, 9044.0, 9073.0, 9043.0, 9111.0, 9069.0, 9109.0, 9070.0, 9075.0, 9108.0, 9061.0, 9107.0, 9083.0, 9083.0, 9031.0, 9055.0, 9084.0, 9032.0, 9111.0, 9059.0, 9064.0, 9031.0, 9038.0, 9031.0, 9045.0, 9051.0, 9040.0, 9037.0, 9050.0, 9091.0, 9076.0, 9077.0, 9057.0, 9106.0, 9065.0, 9129.0, 9040.0, 9050.0, 9048.0, 9090.0, 9041.0, 9075.0, 9033.0, 9047.0, 9132.0, 9053.0, 9115.0, 9086.0, 9114.0, 9084.0, 9060.0, 9078.0, 9052.0, 9123.0, 9130.0, 9118.0, 9127.0, 9105.0, 9104.0, 9072.0, 9083.0, 9039.0, 9035.0, 8981.0, 9005.0, 8975.0, 9011.0, 8990.0, 9004.0, 9013.0, 9021.0, 9040.0, 9020.0, 9043.0, 9024.0, 9048.0, 9016.0, 9049.0, 9024.0, 9034.0, 9046.0, 9045.0, 9048.0, 9067.0, 9085.0, 9055.0, 9102.0, 9072.0, 9080.0, 9059.0, 9068.0, 9056.0, 9064.0, 9126.0, 9085.0, 9119.0, 9110.0, 9126.0, 9063.0, 9089.0, 9127.0, 9094.0, 9159.0, 9104.0, 9163.0, 9101.0, 9128.0, 9067.0, 9098.0, 9051.0, 9071.0, 9100.0, 9067.0, 9175.0, 9101.0, 9119.0, 9060.0, 9109.0, 9079.0, 9089.0, 9078.0, 9100.0, 9099.0, 9096.0, 9188.0, 9165.0, 9135.0, 9115.0, 9126.0, 9120.0, 9119.0, 9070.0, 9091.0, 9129.0, 9044.0, 9101.0, 9049.0, 9069.0, 9031.0, 9056.0, 9037.0, 9034.0, 9036.0, 9060.0, 9095.0, 9055.0, 9094.0, 9056.0, 9095.0, 9066.0, 9090.0, 9114.0, 9064.0, 9116.0, 9092.0, 9098.0, 9058.0, 9067.0, 9031.0, 9039.0, 9024.0, 9052.0, 9119.0, 9067.0, 9076.0, 9051.0, 9071.0, 9052.0, 9071.0, 9033.0, 9066.0, 9131.0, 9057.0, 9115.0, 9052.0, 9106.0, 9065.0, 9073.0, 9033.0, 9065.0, 9048.0, 9045.0, 9133.0, 9054.0, 9105.0, 9047.0, 9070.0, 9055.0, 9059.0, 9048.0, 9062.0, 9087.0, 9062.0, 9106.0, 9067.0, 9091.0, 9075.0, 9106.0, 9059.0, 9077.0, 9044.0, 9051.0, 9142.0, 9113.0, 9125.0, 9106.0, 9103.0, 9063.0, 9092.0, 9056.0, 9092.0, 9051.0, 9094.0, 9130.0, 9093.0, 9148.0, 9101.0, 9106.0, 9054.0, 9065.0, 9025.0, 9036.0, 9025.0, 9044.0, 9043.0, 9042.0, 9089.0, 9067.0, 9103.0, 9058.0, 9084.0, 9043.0, 9077.0, 9026.0, 9043.0, 9093.0, 9043.0, 9082.0, 9043.0, 9060.0, 9050.0, 9073.0, 9044.0, 9042.0, 9029.0, 9057.0, 9060.0, 9088.0, 9033.0, 9065.0, 9122.0, 9100.0, 9118.0, 9089.0, 9110.0, 9053.0, 9064.0, 9022.0, 9040.0, 9123.0, 9067.0, 9105.0, 9038.0, 9078.0, 9040.0, 9050.0, 9023.0, 9037.0, 9036.0, 9045.0, 9115.0, 9070.0, 9085.0, 9027.0, 9049.0, 9027.0, 9061.0, 9039.0, 9063.0, 9048.0, 9064.0, 9075.0, 9064.0, 9103.0, 9067.0, 9105.0, 9064.0, 9093.0, 9072.0, 9076.0, 9046.0, 9062.0, 9043.0, 9047.0, 9116.0, 9070.0, 9095.0, 9062.0, 9076.0, 9056.0, 9045.0, 9050.0, 9063.0, 9113.0, 9092.0, 9098.0, 9083.0, 9089.0, 9077.0, 9075.0, 9046.0, 9073.0, 9069.0, 9076.0, 9059.0, 9083.0, 9157.0, 9069.0, 9115.0, 9075.0, 9093.0, 9051.0, 9078.0, 9101.0, 9052.0, 9087.0, 9062.0, 9064.0, 9071.0, 9106.0, 9086.0, 9108.0, 9082.0, 9080.0, 9079.0, 9088.0, 9078.0, 9094.0, 9064.0, 9090.0, 9149.0, 9093.0, 9150.0, 9114.0, 9103.0, 9069.0, 9095.0, 9069.0, 9069.0, 9134.0, 9121.0, 9106.0, 9078.0, 9086.0, 9040.0, 9070.0, 9038.0, 9073.0, 9082.0, 9003.0, 9039.0, 9055.0, 9071.0, 9088.0, 9049.0, 9092.0, 9049.0, 9082.0, 9136.0, 9125.0, 9125.0, 9073.0, 9113.0, 9118.0, 9093.0, 9120.0, 9089.0, 9103.0, 9090.0, 9100.0, 9056.0, 9083.0, 9012.0, 9049.0, 9053.0, 9008.0, 9035.0, 9032.0, 9042.0, 9018.0, 9053.0, 9038.0, 9037.0, 9059.0, 9021.0, 9060.0, 9019.0, 9046.0, 9017.0, 9034.0, 9089.0, 9054.0, 9057.0, 9031.0, 9041.0, 9017.0, 9030.0, 9018.0, 9050.0, 9022.0, 9046.0, 9040.0, 9039.0, 9038.0, 9040.0, 9029.0, 9064.0, 9107.0, 9073.0, 9115.0, 9086.0, 9069.0, 9055.0, 9078.0, 9090.0, 9067.0, 9131.0, 9111.0, 9121.0, 9065.0, 9086.0, 9061.0, 9074.0, 9048.0, 9075.0, 9047.0, 9067.0, 9085.0, 9076.0, 9064.0, 9076.0, 9059.0, 9064.0, 9117.0, 9078.0, 9118.0, 9088.0, 9099.0, 9027.0, 9065.0, 9143.0, 9087.0, 9112.0, 9057.0, 9044.0, 9059.0, 9048.0, 9097.0, 9158.0, 9200.0, 9170.0, 9096.0, 9054.0, 9029.0, 9050.0, 9035.0, 9084.0, 9111.0, 9087.0, 9097.0, 9107.0, 9076.0, 9128.0, 9086.0, 9123.0, 9119.0, 9179.0, 9149.0, 9129.0, 9072.0, 9092.0, 9076.0, 9074.0, 9035.0, 9050.0, 9025.0, 9068.0, 9039.0, 9078.0, 9111.0, 9063.0, 9087.0, 9065.0, 9096.0, 9070.0, 9060.0, 9051.0, 9064.0, 9063.0, 9072.0, 9124.0, 9099.0, 9097.0, 9069.0, 9098.0, 9111.0, 9095.0, 9167.0, 9136.0, 9129.0, 9102.0, 9123.0, 9061.0, 9098.0, 9027.0, 9055.0, 9040.0, 9067.0, 9114.0, 9061.0, 9056.0, 9048.0, 9073.0, 9067.0, 9093.0, 9071.0, 9083.0, 9094.0, 9070.0, 9122.0, 9082.0, 9122.0, 9079.0, 9093.0, 9054.0, 9091.0, 9168.0, 9112.0, 9134.0, 9076.0, 9097.0, 9052.0, 9091.0, 9047.0, 9072.0, 9040.0, 9044.0, 9083.0, 9062.0, 9100.0, 9068.0, 9126.0, 9055.0, 9027.0, 9058.0, 9035.0, 9114.0, 9049.0, 9078.0, 9110.0, 9097.0, 9143.0, 9123.0, 9141.0, 9094.0, 9080.0, 9065.0, 9105.0, 9243.0, 9169.0, 9154.0, 9026.0, 9070.0, 9050.0, 9126.0, 9100.0, 9105.0, 9133.0, 9086.0, 9060.0, 9014.0, 9050.0, 9014.0, 9075.0, 9039.0, 9072.0, 9061.0, 9065.0, 9069.0, 9078.0, 9066.0, 9080.0, 9045.0, 9079.0, 9049.0, 9070.0, 9133.0, 9091.0, 9135.0, 9095.0, 9103.0, 9075.0, 9088.0, 9045.0, 9064.0, 9045.0, 9070.0, 9112.0, 9095.0, 9128.0, 9103.0, 9082.0, 9088.0, 9119.0, 9072.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.002037741228070175</td></tr>
<tr><td colspan=3>aqi</td><td>0.040755576425438596</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.94683861766188</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1058491531174532</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0305542234577385</td></tr>
<tr><td colspan=3>efc</td><td>0.4625</td></tr>
<tr><td colspan=3>fber</td><td>6589.4023</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12332860995102528</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>124</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.596491228070175</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.637080078044145</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5573078481199385</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8716250224442152</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4823073635682817</td></tr>
<tr><td colspan=3>gcor</td><td>0.00819411</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009151920676231384</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027182210236787796</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.6224701208519883</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>19.8738</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.8033</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.0434</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301308.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>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.288</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7172</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.8726</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3252.6473</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4344.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.9767</td></tr>
<tr><td colspan=3>tsnr</td><td>30.868039392866194</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>