Difference between revisions of "Dspike"

From Pnb
Jump to navigation Jump to search
 
Line 1: Line 1:
== Overview ==
+
<big> This function uses list_ac9 which has the most current list of lcd files, and despikes the wavelength channels using the first difference method.  The function operates on the latest data matrix which is the .zcor matrix.  It then puts a d-(channel) row under the sampled_parameters header.  This function also uses the cast id matrix inside the lcd file and the function index1 to split the cast matrix and lcd files into up and downcasts.  The input of this function is the pb### folder name.   
 
 
<big> This function uses list_ac9 which has the most current list of lcd files and despikes the wavelength channels using the first difference method.  The function operates on the latest data matrix which is the .zcor matrix.  It then puts a d-(channel) row under the sampled_parameters header.  This function also uses the cast id matrix inside the lcd file and the function index1 to split the cast matrix and lcd files into up and downcasts.  The input of this function is the pb### folder name.   
 
  
 
The list_ac9 file now contains files names dzyymmdd(abcdefgx).lcd.(1 or 2) and the data matrix now starts with the filter name 'desp1' or 'desp2' depending on downcast or upcast respectively<big>
 
The list_ac9 file now contains files names dzyymmdd(abcdefgx).lcd.(1 or 2) and the data matrix now starts with the filter name 'desp1' or 'desp2' depending on downcast or upcast respectively<big>
  
  
[[Actual Mfile]]
+
[[dspike.m]]
  
  
  
 
[[AC9/ACS Mfiles]]
 
[[AC9/ACS Mfiles]]

Latest revision as of 14:32, 2 July 2010

This function uses list_ac9 which has the most current list of lcd files, and despikes the wavelength channels using the first difference method. The function operates on the latest data matrix which is the .zcor matrix. It then puts a d-(channel) row under the sampled_parameters header. This function also uses the cast id matrix inside the lcd file and the function index1 to split the cast matrix and lcd files into up and downcasts. The input of this function is the pb### folder name.

The list_ac9 file now contains files names dzyymmdd(abcdefgx).lcd.(1 or 2) and the data matrix now starts with the filter name 'desp1' or 'desp2' depending on downcast or upcast respectively


dspike.m


AC9/ACS Mfiles