Re: [ccp4bb] Combining big MTZs

2011-11-18 Thread Phil Evans
Pointless should supercede sortmtz, at least for most purposes, but I agree it should be increased Actually it's inconsistent in the source code, elsewhere there is PARAMETER (NMAX_MEM = 1600) but that may not matter Phil On 18 Nov 2011, at 15:50, Jacob Keller wrote: > Okay, it see

Re: [ccp4bb] Combining big MTZs

2011-11-18 Thread Jacob Keller
Okay, it seems there is utility to Pointless--problem solved! Maybe developers should consider upping the limit, though? Thanks very much, Jacob On Fri, Nov 18, 2011 at 9:45 AM, Phil Evans wrote: > There's a limit set in CCP4/lib/src/sorting_main.f > > C     NMAX_MEM increased from 1600 to

Re: [ccp4bb] Combining big MTZs

2011-11-18 Thread Phil Evans
There's a limit set in CCP4/lib/src/sorting_main.f C NMAX_MEM increased from 1600 to 3200 PARAMETER (NMAX_MEM = 3200) which you could change and recompile (:-)) You can combine unmerged files in Pointless, which is usually the best method, but that reads everything into me

[ccp4bb] Combining big MTZs

2011-11-18 Thread Jacob Keller
Dear Crystallographers, I am getting an error when I try to merge two mtz's from mosflm, one with 180 and one with 360 frames, each from different but similar crystals--see below. I can't imagine this really exceeds the max number of records, so what am I doing wrong? Additionally but related, wha