---++Random Programs
The following programs can be found in the directory ~ccohalan/non_pipeline_programs.
There are more, which do similar tasks. The names are pretty self-explanatory...
- standard_output_full.pro
-
- IDL> standard_output_full, fits file to be read.fits, ac file (no .format), filename for output.data
- standard_output.pro --> Good for graphing velocity, or ADC counts. Does not consider flags or DC input...
- IDL> standard_output, fits file to be read.fits, ac file (no .format), filename for output.data, data_table1, data_array
- graph_ac.pro -- Graphs the ac data for the desired bolometer
- IDL> graph_ac, data_table1, which bolo you want to graph (bolo's ascii number)
- graph_mbfits.pro -- Yep, graphs the mbfits data for the desired bolometer
- IDL> graph_mbfits, data_array, which bolo (bolo's mbfits number)
- graph_mbfits_ac.pro -- Graphs both the ac and mbfits of the same bolometer, one on top of the other
- IDL> graph_mbfits_ac, data_table1, data_array, bolometerID (eg, 'I6-G4')
--
ClaireCohalan - 02 Jun 2006
This topic: Main
> TWikiUsers >
ClaireCohalan > OtherPrograms
Topic revision: r1 - 2006-06-02 - ClaireCohalan