;***************************************************************************** ; NICST TOOL ; ; Readme file for FP-15/FP-16 static crosstalk tests. ; ; v1.0 03/26/2009 Jeff McIntire ;***************************************************************************** I) This section is for the IB and crosstalk UAIDs All routines are called with one input file: FP_15_16_view,'/home/jmcintire/VIIRS_Code/FP-15_16/Tool/Test/Input2.txt' The Input file contains the inpath to the dump files, the inpath to the raw data, the oupath, the UAID name, the sender band, the focal plane name, odd (0) or even (1) detectors, the header size of the dump files, and the list size (if the number of dump files to be processed is over 200 =1, otherwise =0). All routines require the sav files general_VisNIR.2.sav, general_SMWIR.2.sav, and general_LWIR.2.sav. 1) FP_15_16_read_dn_1.pro Reads the dump files, processes the data for the four scan cycle. Requires the subroutines read_dmpd2.pro, sig_mean.pro, and sig_mean_no_kick.pro. Outputs sav file with processed data. 2) FP_15_16_read_adf.pro (backup FP_15_16_read_adf_EDU.pro) Reads the adf files to get the wavelengths per collect for the VIsNIR bands. Outputs sav file with wavelengths. 3) FP_15_16_read_gse.pro Reads the gse files to get the wavelengths per collect for the SMWIR and LWIR bands. Outputs sav file with wavelengths. 4) FP_15_16_coeff.pro Determines the shutter map and calculates the coefficients. Requires the sav files gain_VisNIR.sav, gain_SMWIR.sav, and gain_LWIR.sav. Outputs sav and text files with processed data. 5) FP_15_16_view.pro Makes plots of dn versus deteector for each collect, dn versus wavelength, the coefficients versus detector for each collect. Requires the subroutines legend.pro and set_legend.pro. Outputs postscript file with plots. II) This section is for the OOB UAIDs All routines are called with one input file: FP_15_16_view,'/home/jmcintire/VIIRS_Code/FP-15_16/Tool/Test/Input2.txt' The Input file contains the inpath to the dump files, the inpath to the raw data, the oupath, the UAID name, the sender band, the focal plane name, odd (0) or even (1) detectors, the header size of the dump files, and the list size (if the number of dump files to be processed is over 200 =1, otherwise =0). All routines require the sav files general_VisNIR.2.sav, general_SMWIR.2.sav, and general_LWIR.2.sav. 1) FP_15_16_read_dn_1.pro Reads the dump files, processes the data for the four scan cycle. Requires the subroutines read_dmpd2.pro, sig_mean.pro, and sig_mean_no_kick.pro. Outputs sav file with processed data. 2) FP_15_16_read_adf.pro (backup FP_15_16_read_adf_EDU.pro) Reads the adf files to get the wavelengths per collect for the VIsNIR bands. Outputs sav file with wavelengths. 3) FP_15_16_read_gse.pro Reads the gse files to get the wavelengths per collect for the SMWIR and LWIR bands. Outputs sav file with wavelengths. 4) FP_15_16_OOB.pro Determines the shutter map using the total response in all detectors in a FPA. Requires the sav files gain_VisNIR.sav, gain_SMWIR.sav, and gain_LWIR.sav. Outputs sav file with processed data. 5) FP_15_16_OOB_backup.pro and FP_15_16_OOB_backup_2.pro First backup routine that uses the Junqiang shutter map. Not for LWIR. Determines the shutter map. Requires the sav files gain_VisNIR.sav and gain_SMWIR.sav. Outputs sav file with processed data. Second backup routine that uses the telemetry shutter map with only illuminated detectors. Determines the shutter map. Requires the sav files gain_VisNIR.sav, gain_SMWIR.sav, and gain_LWIR.sav. Outputs sav file with processed data. 6) FP_15_16_OOB_view_1.pro Calculates the transmittance of the ND filter. Makes plots of dn (and percent scatter) versus wavelength and slit position for each band collect. Requires the subroutines legend.pro and set_legend.pro. Requires the sav files gain_VisNIR.sav, gain_SMWIR.sav, and gain_LWIR.sav. Outputs postscript file with plots. 7) FP_15_16_OOB_view_2.pro Includes smile correction. Calculates the bandwidth, center wavelength, and centroid wavelength; makes plots. Requires the subroutines legend.pro and set_legend.pro. Requires the sav files gain_VisNIR.sav, gain_SMWIR.sav, and gain_LWIR.sav. Outputs postscript file with plots.