make_parlabs
Updated: Apr22,2020

Build a table.parlabs file based on the parameter names listed in the input param file (table.params).

 
Note that the parlab files are stores in critical_files ($critfils): 
% ls $critfils/paramlabels/
pset.apphot  README

% make_parlabs ZP      

Usage: make_parlabs cdfpmatI   
arg1 - basename of the params file (basename.params)  
Additional options: 
     -v = print verbose comments 
 --help = view a help document 

EXAMPLE:
% cat ZP.params
Xpix
Mag30
MeanSky
boo 

% make_parlabs ZP 

% cat ZP.parlabs
Xpix     X in pixel units 
Mag30     Instrumental magnitude (ZP=30) 
MeanSky     Average value in sky annulus (adu) 
 boo   boo 


This routine is a wrapper routine for running find_parlab.




Back to calling page