Hi,
I'm having difficultly with the map projection.
I have created all of my L3_files using the following lines:
bl2map, l2_file,l3_file, $
xsize=1024,ysize=1024, /CONIC, $
position=[0.0,0.0,1.0,1.0], $
p0lat=40.0, p0lon=-70.0, $
rot=0, scale=5.0028125e6, $
standard_parallels=[43.833,36.1667]
This works great to create the daily mapped l3_files with CONIC projection with coastlines aligned.
I am able to project these files with the GUI and command line.
However, when I am binning monthly or weekly, I am not able to align the coast properly with the binned
image.
How can I map my montly/weekly flat files? My flat files are monthly/weekly composites that were created by the output
the bl2map section above.
All I am doing in my binning process is accumulating the sum of the logrithms for all of the product files processed
for a given tiime period.
Any help is appreciated.
Brittan